diff --git a/Base79/Constants.cs b/Base79/Constants.cs index 7cfc111..f6e342d 100644 --- a/Base79/Constants.cs +++ b/Base79/Constants.cs @@ -51,7 +51,7 @@ public static class Constants { public const Int32 Gen2IDSiblingCountMax = 10; //ExtendedID 6371 has 11 kids, so Gen2 Subject637111 has 10 siblings. //WRONG public const Int32 CousinCountMax = 16//ExtendedID 8693 - public const Int32 SurveyTimeCount = 605175; //580752 in 2012; //580560 in 2010; //429718 in 2008; + public const Int32 SurveyTimeCount = 629382; //580752 in 2012; //580560 in 2010; //429718 in 2008; #endregion #region Parents Of Gen1 public const Int16 Gen1BioparentBirthYearReportedMin = 1900; diff --git a/Base79/EnumLookupTables.cs b/Base79/EnumLookupTables.cs index ce51128..45f8783 100644 --- a/Base79/EnumLookupTables.cs +++ b/Base79/EnumLookupTables.cs @@ -158,6 +158,7 @@ public enum ExtractSource : byte { Gen1Implicit = 11, Gen2OutcomesWeight = 12, Gen2OutcomesMath = 13, + Gen2FatherFromGen1Death = 14, } public enum SurveySource : byte { NoInterview = 0, diff --git a/Base79/ImportDataSet.Designer.cs b/Base79/ImportDataSet.Designer.cs index 59e2f18..f7e75c3 100644 --- a/Base79/ImportDataSet.Designer.cs +++ b/Base79/ImportDataSet.Designer.cs @@ -26,8 +26,6 @@ public partial class ImportDataSet : global::System.Data.DataSet { private tblLinks2004Gen2DataTable tabletblLinks2004Gen2; - private tblGen2ImplicitFatherDataTable tabletblGen2ImplicitFather; - private tblGen1OutcomesDataTable tabletblGen1Outcomes; private tblGen2OutcomesHeightDataTable tabletblGen2OutcomesHeight; @@ -46,14 +44,18 @@ public partial class ImportDataSet : global::System.Data.DataSet { private tblRosterGen1AssignmentDataTable tabletblRosterGen1Assignment; - private tblGen2LinksFromGen1DataTable tabletblGen2LinksFromGen1; - private tblGen2LinksDataTable tabletblGen2Links; private tblGen1LinksDataTable tabletblGen1Links; + private tblGen2LinksFromGen1DataTable tabletblGen2LinksFromGen1; + private tblGen2FatherFromGen1DataTable tabletblGen2FatherFromGen1; + private tblGen2FatherFromGen1DeathDataTable tabletblGen2FatherFromGen1Death; + + private tblGen2ImplicitFatherDataTable tabletblGen2ImplicitFather; + private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -85,9 +87,6 @@ protected ImportDataSet(global::System.Runtime.Serialization.SerializationInfo i if ((ds.Tables["tblLinks2004Gen2"] != null)) { base.Tables.Add(new tblLinks2004Gen2DataTable(ds.Tables["tblLinks2004Gen2"])); } - if ((ds.Tables["tblGen2ImplicitFather"] != null)) { - base.Tables.Add(new tblGen2ImplicitFatherDataTable(ds.Tables["tblGen2ImplicitFather"])); - } if ((ds.Tables["tblGen1Outcomes"] != null)) { base.Tables.Add(new tblGen1OutcomesDataTable(ds.Tables["tblGen1Outcomes"])); } @@ -115,18 +114,24 @@ protected ImportDataSet(global::System.Runtime.Serialization.SerializationInfo i if ((ds.Tables["tblRosterGen1Assignment"] != null)) { base.Tables.Add(new tblRosterGen1AssignmentDataTable(ds.Tables["tblRosterGen1Assignment"])); } - if ((ds.Tables["tblGen2LinksFromGen1"] != null)) { - base.Tables.Add(new tblGen2LinksFromGen1DataTable(ds.Tables["tblGen2LinksFromGen1"])); - } if ((ds.Tables["tblGen2Links"] != null)) { base.Tables.Add(new tblGen2LinksDataTable(ds.Tables["tblGen2Links"])); } if ((ds.Tables["tblGen1Links"] != null)) { base.Tables.Add(new tblGen1LinksDataTable(ds.Tables["tblGen1Links"])); } + if ((ds.Tables["tblGen2LinksFromGen1"] != null)) { + base.Tables.Add(new tblGen2LinksFromGen1DataTable(ds.Tables["tblGen2LinksFromGen1"])); + } if ((ds.Tables["tblGen2FatherFromGen1"] != null)) { base.Tables.Add(new tblGen2FatherFromGen1DataTable(ds.Tables["tblGen2FatherFromGen1"])); } + if ((ds.Tables["tblGen2FatherFromGen1Death"] != null)) { + base.Tables.Add(new tblGen2FatherFromGen1DeathDataTable(ds.Tables["tblGen2FatherFromGen1Death"])); + } + if ((ds.Tables["tblGen2ImplicitFather"] != null)) { + base.Tables.Add(new tblGen2ImplicitFatherDataTable(ds.Tables["tblGen2ImplicitFather"])); + } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; @@ -155,16 +160,6 @@ public tblLinks2004Gen2DataTable tblLinks2004Gen2 { } } - [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 tblGen2ImplicitFatherDataTable tblGen2ImplicitFather { - get { - return this.tabletblGen2ImplicitFather; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] @@ -259,9 +254,9 @@ public tblRosterGen1AssignmentDataTable tblRosterGen1Assignment { [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 tblGen2LinksFromGen1DataTable tblGen2LinksFromGen1 { + public tblGen2LinksDataTable tblGen2Links { get { - return this.tabletblGen2LinksFromGen1; + return this.tabletblGen2Links; } } @@ -269,9 +264,9 @@ public tblGen2LinksFromGen1DataTable tblGen2LinksFromGen1 { [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 tblGen2LinksDataTable tblGen2Links { + public tblGen1LinksDataTable tblGen1Links { get { - return this.tabletblGen2Links; + return this.tabletblGen1Links; } } @@ -279,9 +274,9 @@ public tblGen2LinksDataTable tblGen2Links { [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 tblGen1LinksDataTable tblGen1Links { + public tblGen2LinksFromGen1DataTable tblGen2LinksFromGen1 { get { - return this.tabletblGen1Links; + return this.tabletblGen2LinksFromGen1; } } @@ -295,6 +290,26 @@ public tblGen2FatherFromGen1DataTable tblGen2FatherFromGen1 { } } + [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 tblGen2FatherFromGen1DeathDataTable tblGen2FatherFromGen1Death { + get { + return this.tabletblGen2FatherFromGen1Death; + } + } + + [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 tblGen2ImplicitFatherDataTable tblGen2ImplicitFather { + get { + return this.tabletblGen2ImplicitFather; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.BrowsableAttribute(true)] @@ -365,9 +380,6 @@ protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) if ((ds.Tables["tblLinks2004Gen2"] != null)) { base.Tables.Add(new tblLinks2004Gen2DataTable(ds.Tables["tblLinks2004Gen2"])); } - if ((ds.Tables["tblGen2ImplicitFather"] != null)) { - base.Tables.Add(new tblGen2ImplicitFatherDataTable(ds.Tables["tblGen2ImplicitFather"])); - } if ((ds.Tables["tblGen1Outcomes"] != null)) { base.Tables.Add(new tblGen1OutcomesDataTable(ds.Tables["tblGen1Outcomes"])); } @@ -395,18 +407,24 @@ protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) if ((ds.Tables["tblRosterGen1Assignment"] != null)) { base.Tables.Add(new tblRosterGen1AssignmentDataTable(ds.Tables["tblRosterGen1Assignment"])); } - if ((ds.Tables["tblGen2LinksFromGen1"] != null)) { - base.Tables.Add(new tblGen2LinksFromGen1DataTable(ds.Tables["tblGen2LinksFromGen1"])); - } if ((ds.Tables["tblGen2Links"] != null)) { base.Tables.Add(new tblGen2LinksDataTable(ds.Tables["tblGen2Links"])); } if ((ds.Tables["tblGen1Links"] != null)) { base.Tables.Add(new tblGen1LinksDataTable(ds.Tables["tblGen1Links"])); } + if ((ds.Tables["tblGen2LinksFromGen1"] != null)) { + base.Tables.Add(new tblGen2LinksFromGen1DataTable(ds.Tables["tblGen2LinksFromGen1"])); + } if ((ds.Tables["tblGen2FatherFromGen1"] != null)) { base.Tables.Add(new tblGen2FatherFromGen1DataTable(ds.Tables["tblGen2FatherFromGen1"])); } + if ((ds.Tables["tblGen2FatherFromGen1Death"] != null)) { + base.Tables.Add(new tblGen2FatherFromGen1DeathDataTable(ds.Tables["tblGen2FatherFromGen1Death"])); + } + if ((ds.Tables["tblGen2ImplicitFather"] != null)) { + base.Tables.Add(new tblGen2ImplicitFatherDataTable(ds.Tables["tblGen2ImplicitFather"])); + } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; @@ -446,12 +464,6 @@ internal void InitVars(bool initTable) { this.tabletblLinks2004Gen2.InitVars(); } } - this.tabletblGen2ImplicitFather = ((tblGen2ImplicitFatherDataTable)(base.Tables["tblGen2ImplicitFather"])); - if ((initTable == true)) { - if ((this.tabletblGen2ImplicitFather != null)) { - this.tabletblGen2ImplicitFather.InitVars(); - } - } this.tabletblGen1Outcomes = ((tblGen1OutcomesDataTable)(base.Tables["tblGen1Outcomes"])); if ((initTable == true)) { if ((this.tabletblGen1Outcomes != null)) { @@ -506,12 +518,6 @@ internal void InitVars(bool initTable) { this.tabletblRosterGen1Assignment.InitVars(); } } - this.tabletblGen2LinksFromGen1 = ((tblGen2LinksFromGen1DataTable)(base.Tables["tblGen2LinksFromGen1"])); - if ((initTable == true)) { - if ((this.tabletblGen2LinksFromGen1 != null)) { - this.tabletblGen2LinksFromGen1.InitVars(); - } - } this.tabletblGen2Links = ((tblGen2LinksDataTable)(base.Tables["tblGen2Links"])); if ((initTable == true)) { if ((this.tabletblGen2Links != null)) { @@ -524,12 +530,30 @@ internal void InitVars(bool initTable) { this.tabletblGen1Links.InitVars(); } } + this.tabletblGen2LinksFromGen1 = ((tblGen2LinksFromGen1DataTable)(base.Tables["tblGen2LinksFromGen1"])); + if ((initTable == true)) { + if ((this.tabletblGen2LinksFromGen1 != null)) { + this.tabletblGen2LinksFromGen1.InitVars(); + } + } this.tabletblGen2FatherFromGen1 = ((tblGen2FatherFromGen1DataTable)(base.Tables["tblGen2FatherFromGen1"])); if ((initTable == true)) { if ((this.tabletblGen2FatherFromGen1 != null)) { this.tabletblGen2FatherFromGen1.InitVars(); } } + this.tabletblGen2FatherFromGen1Death = ((tblGen2FatherFromGen1DeathDataTable)(base.Tables["tblGen2FatherFromGen1Death"])); + if ((initTable == true)) { + if ((this.tabletblGen2FatherFromGen1Death != null)) { + this.tabletblGen2FatherFromGen1Death.InitVars(); + } + } + this.tabletblGen2ImplicitFather = ((tblGen2ImplicitFatherDataTable)(base.Tables["tblGen2ImplicitFather"])); + if ((initTable == true)) { + if ((this.tabletblGen2ImplicitFather != null)) { + this.tabletblGen2ImplicitFather.InitVars(); + } + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -542,8 +566,6 @@ private void InitClass() { this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tabletblLinks2004Gen2 = new tblLinks2004Gen2DataTable(); base.Tables.Add(this.tabletblLinks2004Gen2); - this.tabletblGen2ImplicitFather = new tblGen2ImplicitFatherDataTable(); - base.Tables.Add(this.tabletblGen2ImplicitFather); this.tabletblGen1Outcomes = new tblGen1OutcomesDataTable(); base.Tables.Add(this.tabletblGen1Outcomes); this.tabletblGen2OutcomesHeight = new tblGen2OutcomesHeightDataTable(); @@ -562,14 +584,18 @@ private void InitClass() { base.Tables.Add(this.tabletblGen1GeocodeSanitized); this.tabletblRosterGen1Assignment = new tblRosterGen1AssignmentDataTable(); base.Tables.Add(this.tabletblRosterGen1Assignment); - this.tabletblGen2LinksFromGen1 = new tblGen2LinksFromGen1DataTable(); - base.Tables.Add(this.tabletblGen2LinksFromGen1); this.tabletblGen2Links = new tblGen2LinksDataTable(); base.Tables.Add(this.tabletblGen2Links); this.tabletblGen1Links = new tblGen1LinksDataTable(); base.Tables.Add(this.tabletblGen1Links); + this.tabletblGen2LinksFromGen1 = new tblGen2LinksFromGen1DataTable(); + base.Tables.Add(this.tabletblGen2LinksFromGen1); this.tabletblGen2FatherFromGen1 = new tblGen2FatherFromGen1DataTable(); base.Tables.Add(this.tabletblGen2FatherFromGen1); + this.tabletblGen2FatherFromGen1Death = new tblGen2FatherFromGen1DeathDataTable(); + base.Tables.Add(this.tabletblGen2FatherFromGen1Death); + this.tabletblGen2ImplicitFather = new tblGen2ImplicitFatherDataTable(); + base.Tables.Add(this.tabletblGen2ImplicitFather); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -578,12 +604,6 @@ private bool ShouldSerializetblLinks2004Gen2() { return false; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - private bool ShouldSerializetblGen2ImplicitFather() { - return false; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializetblGen1Outcomes() { @@ -640,19 +660,19 @@ private bool ShouldSerializetblRosterGen1Assignment() { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - private bool ShouldSerializetblGen2LinksFromGen1() { + private bool ShouldSerializetblGen2Links() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - private bool ShouldSerializetblGen2Links() { + private bool ShouldSerializetblGen1Links() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - private bool ShouldSerializetblGen1Links() { + private bool ShouldSerializetblGen2LinksFromGen1() { return false; } @@ -662,6 +682,18 @@ private bool ShouldSerializetblGen2FatherFromGen1() { return false; } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + private bool ShouldSerializetblGen2FatherFromGen1Death() { + return false; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + private bool ShouldSerializetblGen2ImplicitFather() { + 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) { @@ -720,9 +752,6 @@ private void SchemaChanged(object sender, global::System.ComponentModel.Collecti [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void tblLinks2004Gen2RowChangeEventHandler(object sender, tblLinks2004Gen2RowChangeEvent e); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public delegate void tblGen2ImplicitFatherRowChangeEventHandler(object sender, tblGen2ImplicitFatherRowChangeEvent e); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void tblGen1OutcomesRowChangeEventHandler(object sender, tblGen1OutcomesRowChangeEvent e); @@ -750,18 +779,24 @@ private void SchemaChanged(object sender, global::System.ComponentModel.Collecti [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void tblRosterGen1AssignmentRowChangeEventHandler(object sender, tblRosterGen1AssignmentRowChangeEvent e); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public delegate void tblGen2LinksFromGen1RowChangeEventHandler(object sender, tblGen2LinksFromGen1RowChangeEvent e); - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void tblGen2LinksRowChangeEventHandler(object sender, tblGen2LinksRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void tblGen1LinksRowChangeEventHandler(object sender, tblGen1LinksRowChangeEvent e); + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public delegate void tblGen2LinksFromGen1RowChangeEventHandler(object sender, tblGen2LinksFromGen1RowChangeEvent e); + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void tblGen2FatherFromGen1RowChangeEventHandler(object sender, tblGen2FatherFromGen1RowChangeEvent e); + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public delegate void tblGen2FatherFromGen1DeathRowChangeEventHandler(object sender, tblGen2FatherFromGen1DeathRowChangeEvent e); + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public delegate void tblGen2ImplicitFatherRowChangeEventHandler(object sender, tblGen2ImplicitFatherRowChangeEvent e); + /// ///Represents the strongly named DataTable class. /// @@ -1083,234 +1118,54 @@ public void RemovetblLinks2004Gen2Row(tblLinks2004Gen2Row row) { /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class tblGen2ImplicitFatherDataTable : global::System.Data.TypedTableBase { - - private global::System.Data.DataColumn columnC0000100; - - private global::System.Data.DataColumn columnC0000200; - - private global::System.Data.DataColumn columnC0005300; - - private global::System.Data.DataColumn columnC0005400; - - private global::System.Data.DataColumn columnC0005700; - - private global::System.Data.DataColumn columnC0008100; - - private global::System.Data.DataColumn columnC0008200; - - private global::System.Data.DataColumn columnC0008300; - - private global::System.Data.DataColumn columnC0008600; - - private global::System.Data.DataColumn columnC0008700; - - private global::System.Data.DataColumn columnC0008800; - - private global::System.Data.DataColumn columnC0009100; - - private global::System.Data.DataColumn columnC0009200; - - private global::System.Data.DataColumn columnC0009300; - - private global::System.Data.DataColumn columnC0009600; - - private global::System.Data.DataColumn columnC0009700; - - private global::System.Data.DataColumn columnC0009800; - - private global::System.Data.DataColumn columnC0009900; - - private global::System.Data.DataColumn columnC0010110; - - private global::System.Data.DataColumn columnC0010200; - - private global::System.Data.DataColumn columnC0010300; - - private global::System.Data.DataColumn columnC0010400; - - private global::System.Data.DataColumn columnC0010700; - - private global::System.Data.DataColumn columnC0010800; - - private global::System.Data.DataColumn columnC0010900; - - private global::System.Data.DataColumn columnC0011110; - - private global::System.Data.DataColumn columnC0011111; - - private global::System.Data.DataColumn columnC0011112; - - private global::System.Data.DataColumn columnC0011113; - - private global::System.Data.DataColumn columnC0011114; - - private global::System.Data.DataColumn columnC0011117; - - private global::System.Data.DataColumn columnC0011118; - - private global::System.Data.DataColumn columnC0011119; - - private global::System.Data.DataColumn columnC0011122; - - private global::System.Data.DataColumn columnC0011123; - - private global::System.Data.DataColumn columnC0011124; - - private global::System.Data.DataColumn columnC0011127; - - private global::System.Data.DataColumn columnC0011128; - - private global::System.Data.DataColumn columnC0011129; - - private global::System.Data.DataColumn columnC0011132; - - private global::System.Data.DataColumn columnC0011133; - - private global::System.Data.DataColumn columnC0011134; - - private global::System.Data.DataColumn columnC0011137; - - private global::System.Data.DataColumn columnC0011138; - - private global::System.Data.DataColumn columnC0011139; - - private global::System.Data.DataColumn columnC0011142; - - private global::System.Data.DataColumn columnC0011143; - - private global::System.Data.DataColumn columnC0011144; - - private global::System.Data.DataColumn columnC3070500; - - private global::System.Data.DataColumn columnC3423600; - - private global::System.Data.DataColumn columnC3601100; - - private global::System.Data.DataColumn columnC3601700; - - private global::System.Data.DataColumn columnC3601800; - - private global::System.Data.DataColumn columnC3601900; - - private global::System.Data.DataColumn columnC3605900; - - private global::System.Data.DataColumn columnC3981100; - - private global::System.Data.DataColumn columnC3981700; - - private global::System.Data.DataColumn columnC3981800; - - private global::System.Data.DataColumn columnC3981900; - - private global::System.Data.DataColumn columnY0003200; - - private global::System.Data.DataColumn columnY0007300; - - private global::System.Data.DataColumn columnY0007400; - - private global::System.Data.DataColumn columnY0007600; - - private global::System.Data.DataColumn columnY0007601; - - private global::System.Data.DataColumn columnY0008000; - - private global::System.Data.DataColumn columnY0008500; - - private global::System.Data.DataColumn columnY0008600; - - private global::System.Data.DataColumn columnY0009400; - - private global::System.Data.DataColumn columnY0394100; - - private global::System.Data.DataColumn columnY0394300; - - private global::System.Data.DataColumn columnY0394500; - - private global::System.Data.DataColumn columnY0394501; - - private global::System.Data.DataColumn columnY0394900; - - private global::System.Data.DataColumn columnY0651000; - - private global::System.Data.DataColumn columnY0682500; - - private global::System.Data.DataColumn columnY0683800; - - private global::System.Data.DataColumn columnY0683900; - - private global::System.Data.DataColumn columnY0684100; - - private global::System.Data.DataColumn columnY0684101; - - private global::System.Data.DataColumn columnY0684500; - - private global::System.Data.DataColumn columnY0947100; - - private global::System.Data.DataColumn columnY0986200; - - private global::System.Data.DataColumn columnY0986700; - - private global::System.Data.DataColumn columnY0988800; - - private global::System.Data.DataColumn columnY0988900; - - private global::System.Data.DataColumn columnY0989400; - - private global::System.Data.DataColumn columnY0989401; - - private global::System.Data.DataColumn columnY0989900; - - private global::System.Data.DataColumn columnY1229100; - - private global::System.Data.DataColumn columnY1229200; + public partial class tblGen1OutcomesDataTable : global::System.Data.TypedTableBase { - private global::System.Data.DataColumn columnY1229700; + private global::System.Data.DataColumn columnR0000100; - private global::System.Data.DataColumn columnY1229701; + private global::System.Data.DataColumn columnR0214700; - private global::System.Data.DataColumn columnY1458900; + private global::System.Data.DataColumn columnR0214800; - private global::System.Data.DataColumn columnY1459400; + private global::System.Data.DataColumn columnR0481600; - private global::System.Data.DataColumn columnY1459401; + private global::System.Data.DataColumn columnR0481700; - private global::System.Data.DataColumn columnY1629500; + private global::System.Data.DataColumn columnR0618200; - private global::System.Data.DataColumn columnY1704000; + private global::System.Data.DataColumn columnR0618300; - private global::System.Data.DataColumn columnY1704500; + private global::System.Data.DataColumn columnR0618301; - private global::System.Data.DataColumn columnY1704501; + private global::System.Data.DataColumn columnR0779800; - private global::System.Data.DataColumn columnY1707300; + private global::System.Data.DataColumn columnR0779900; - private global::System.Data.DataColumn columnY1883300; + private global::System.Data.DataColumn columnR1773900; - private global::System.Data.DataColumn columnY1989500; + private global::System.Data.DataColumn columnR1774000; - private global::System.Data.DataColumn columnY1990000; + private global::System.Data.DataColumn columnT0897300; - private global::System.Data.DataColumn columnY1990001; + private global::System.Data.DataColumn columnT0897400; - private global::System.Data.DataColumn columnY1992900; + private global::System.Data.DataColumn columnT0897500; - private global::System.Data.DataColumn columnY2197500; + private global::System.Data.DataColumn columnT2053800; - private global::System.Data.DataColumn columnY2308300; + private global::System.Data.DataColumn columnT2053900; - private global::System.Data.DataColumn columnY2308800; + private global::System.Data.DataColumn columnT2054000; - private global::System.Data.DataColumn columnY2308801; + private global::System.Data.DataColumn columnT3024700; - private global::System.Data.DataColumn columnY2311700; + private global::System.Data.DataColumn columnT3024800; - private global::System.Data.DataColumn columnY2531800; + private global::System.Data.DataColumn columnT3024900; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2ImplicitFatherDataTable() { - this.TableName = "tblGen2ImplicitFather"; + public tblGen1OutcomesDataTable() { + this.TableName = "tblGen1Outcomes"; this.BeginInit(); this.InitClass(); this.EndInit(); @@ -1318,7 +1173,7 @@ public tblGen2ImplicitFatherDataTable() { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblGen2ImplicitFatherDataTable(global::System.Data.DataTable table) { + internal tblGen1OutcomesDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; @@ -1335,896 +1190,985 @@ internal tblGen2ImplicitFatherDataTable(global::System.Data.DataTable table) { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - protected tblGen2ImplicitFatherDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + protected tblGen1OutcomesDataTable(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 C0000100Column { + public global::System.Data.DataColumn R0000100Column { get { - return this.columnC0000100; + return this.columnR0000100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0000200Column { + public global::System.Data.DataColumn R0214700Column { get { - return this.columnC0000200; + return this.columnR0214700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0005300Column { + public global::System.Data.DataColumn R0214800Column { get { - return this.columnC0005300; + return this.columnR0214800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0005400Column { + public global::System.Data.DataColumn R0481600Column { get { - return this.columnC0005400; + return this.columnR0481600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0005700Column { + public global::System.Data.DataColumn R0481700Column { get { - return this.columnC0005700; + return this.columnR0481700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0008100Column { + public global::System.Data.DataColumn R0618200Column { get { - return this.columnC0008100; + return this.columnR0618200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0008200Column { + public global::System.Data.DataColumn R0618300Column { get { - return this.columnC0008200; + return this.columnR0618300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0008300Column { + public global::System.Data.DataColumn R0618301Column { get { - return this.columnC0008300; + return this.columnR0618301; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0008600Column { + public global::System.Data.DataColumn R0779800Column { get { - return this.columnC0008600; + return this.columnR0779800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0008700Column { + public global::System.Data.DataColumn R0779900Column { get { - return this.columnC0008700; + return this.columnR0779900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0008800Column { + public global::System.Data.DataColumn R1773900Column { get { - return this.columnC0008800; + return this.columnR1773900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0009100Column { + public global::System.Data.DataColumn R1774000Column { get { - return this.columnC0009100; + return this.columnR1774000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0009200Column { + public global::System.Data.DataColumn T0897300Column { get { - return this.columnC0009200; + return this.columnT0897300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0009300Column { + public global::System.Data.DataColumn T0897400Column { get { - return this.columnC0009300; + return this.columnT0897400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0009600Column { + public global::System.Data.DataColumn T0897500Column { get { - return this.columnC0009600; + return this.columnT0897500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0009700Column { + public global::System.Data.DataColumn T2053800Column { get { - return this.columnC0009700; + return this.columnT2053800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0009800Column { + public global::System.Data.DataColumn T2053900Column { get { - return this.columnC0009800; + return this.columnT2053900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0009900Column { + public global::System.Data.DataColumn T2054000Column { get { - return this.columnC0009900; + return this.columnT2054000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0010110Column { + public global::System.Data.DataColumn T3024700Column { get { - return this.columnC0010110; + return this.columnT3024700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0010200Column { + public global::System.Data.DataColumn T3024800Column { get { - return this.columnC0010200; + return this.columnT3024800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0010300Column { + public global::System.Data.DataColumn T3024900Column { get { - return this.columnC0010300; + return this.columnT3024900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0010400Column { + [global::System.ComponentModel.Browsable(false)] + public int Count { get { - return this.columnC0010400; + return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0010700Column { + public tblGen1OutcomesRow this[int index] { get { - return this.columnC0010700; + return ((tblGen1OutcomesRow)(this.Rows[index])); } } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public event tblGen1OutcomesRowChangeEventHandler tblGen1OutcomesRowChanging; + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public event tblGen1OutcomesRowChangeEventHandler tblGen1OutcomesRowChanged; + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public event tblGen1OutcomesRowChangeEventHandler tblGen1OutcomesRowDeleting; + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public event tblGen1OutcomesRowChangeEventHandler tblGen1OutcomesRowDeleted; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0010800Column { - get { - return this.columnC0010800; - } + public void AddtblGen1OutcomesRow(tblGen1OutcomesRow row) { + this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0010900Column { - get { - return this.columnC0010900; - } + public tblGen1OutcomesRow AddtblGen1OutcomesRow( + int R0000100, + int R0214700, + int R0214800, + int R0481600, + int R0481700, + int R0618200, + int R0618300, + int R0618301, + int R0779800, + int R0779900, + int R1773900, + int R1774000, + int T0897300, + int T0897400, + int T0897500, + int T2053800, + int T2053900, + int T2054000, + int T3024700, + int T3024800, + int T3024900) { + tblGen1OutcomesRow rowtblGen1OutcomesRow = ((tblGen1OutcomesRow)(this.NewRow())); + object[] columnValuesArray = new object[] { + R0000100, + R0214700, + R0214800, + R0481600, + R0481700, + R0618200, + R0618300, + R0618301, + R0779800, + R0779900, + R1773900, + R1774000, + T0897300, + T0897400, + T0897500, + T2053800, + T2053900, + T2054000, + T3024700, + T3024800, + T3024900}; + rowtblGen1OutcomesRow.ItemArray = columnValuesArray; + this.Rows.Add(rowtblGen1OutcomesRow); + return rowtblGen1OutcomesRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0011110Column { - get { - return this.columnC0011110; - } + public tblGen1OutcomesRow FindByR0000100(int R0000100) { + return ((tblGen1OutcomesRow)(this.Rows.Find(new object[] { + R0000100}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0011111Column { - get { - return this.columnC0011111; - } + public override global::System.Data.DataTable Clone() { + tblGen1OutcomesDataTable cln = ((tblGen1OutcomesDataTable)(base.Clone())); + cln.InitVars(); + return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0011112Column { - get { - return this.columnC0011112; - } + protected override global::System.Data.DataTable CreateInstance() { + return new tblGen1OutcomesDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0011113Column { - get { - return this.columnC0011113; - } + internal void InitVars() { + this.columnR0000100 = base.Columns["R0000100"]; + this.columnR0214700 = base.Columns["R0214700"]; + this.columnR0214800 = base.Columns["R0214800"]; + this.columnR0481600 = base.Columns["R0481600"]; + this.columnR0481700 = base.Columns["R0481700"]; + this.columnR0618200 = base.Columns["R0618200"]; + this.columnR0618300 = base.Columns["R0618300"]; + this.columnR0618301 = base.Columns["R0618301"]; + this.columnR0779800 = base.Columns["R0779800"]; + this.columnR0779900 = base.Columns["R0779900"]; + this.columnR1773900 = base.Columns["R1773900"]; + this.columnR1774000 = base.Columns["R1774000"]; + this.columnT0897300 = base.Columns["T0897300"]; + this.columnT0897400 = base.Columns["T0897400"]; + this.columnT0897500 = base.Columns["T0897500"]; + this.columnT2053800 = base.Columns["T2053800"]; + this.columnT2053900 = base.Columns["T2053900"]; + this.columnT2054000 = base.Columns["T2054000"]; + this.columnT3024700 = base.Columns["T3024700"]; + this.columnT3024800 = base.Columns["T3024800"]; + this.columnT3024900 = base.Columns["T3024900"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0011114Column { - get { - return this.columnC0011114; - } + private void InitClass() { + this.columnR0000100 = new global::System.Data.DataColumn("R0000100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0000100); + this.columnR0214700 = new global::System.Data.DataColumn("R0214700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0214700); + this.columnR0214800 = new global::System.Data.DataColumn("R0214800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0214800); + this.columnR0481600 = new global::System.Data.DataColumn("R0481600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0481600); + this.columnR0481700 = new global::System.Data.DataColumn("R0481700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0481700); + this.columnR0618200 = new global::System.Data.DataColumn("R0618200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0618200); + this.columnR0618300 = new global::System.Data.DataColumn("R0618300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0618300); + this.columnR0618301 = new global::System.Data.DataColumn("R0618301", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0618301); + this.columnR0779800 = new global::System.Data.DataColumn("R0779800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0779800); + this.columnR0779900 = new global::System.Data.DataColumn("R0779900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0779900); + this.columnR1773900 = new global::System.Data.DataColumn("R1773900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR1773900); + this.columnR1774000 = new global::System.Data.DataColumn("R1774000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR1774000); + this.columnT0897300 = new global::System.Data.DataColumn("T0897300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0897300); + this.columnT0897400 = new global::System.Data.DataColumn("T0897400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0897400); + this.columnT0897500 = new global::System.Data.DataColumn("T0897500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0897500); + this.columnT2053800 = new global::System.Data.DataColumn("T2053800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2053800); + this.columnT2053900 = new global::System.Data.DataColumn("T2053900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2053900); + this.columnT2054000 = new global::System.Data.DataColumn("T2054000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2054000); + this.columnT3024700 = new global::System.Data.DataColumn("T3024700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3024700); + this.columnT3024800 = new global::System.Data.DataColumn("T3024800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3024800); + this.columnT3024900 = new global::System.Data.DataColumn("T3024900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3024900); + this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { + this.columnR0000100}, true)); + this.columnR0000100.AllowDBNull = false; + this.columnR0000100.Unique = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0011117Column { - get { - return this.columnC0011117; - } + public tblGen1OutcomesRow NewtblGen1OutcomesRow() { + return ((tblGen1OutcomesRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0011118Column { - get { - return this.columnC0011118; - } + protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { + return new tblGen1OutcomesRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0011119Column { - get { - return this.columnC0011119; - } + protected override global::System.Type GetRowType() { + return typeof(tblGen1OutcomesRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0011122Column { - get { - return this.columnC0011122; + protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowChanged(e); + if ((this.tblGen1OutcomesRowChanged != null)) { + this.tblGen1OutcomesRowChanged(this, new tblGen1OutcomesRowChangeEvent(((tblGen1OutcomesRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0011123Column { - get { - return this.columnC0011123; + protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowChanging(e); + if ((this.tblGen1OutcomesRowChanging != null)) { + this.tblGen1OutcomesRowChanging(this, new tblGen1OutcomesRowChangeEvent(((tblGen1OutcomesRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0011124Column { - get { - return this.columnC0011124; + protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowDeleted(e); + if ((this.tblGen1OutcomesRowDeleted != null)) { + this.tblGen1OutcomesRowDeleted(this, new tblGen1OutcomesRowChangeEvent(((tblGen1OutcomesRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0011127Column { - get { - return this.columnC0011127; + protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowDeleting(e); + if ((this.tblGen1OutcomesRowDeleting != null)) { + this.tblGen1OutcomesRowDeleting(this, new tblGen1OutcomesRowChangeEvent(((tblGen1OutcomesRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0011128Column { - get { - return this.columnC0011128; - } + public void RemovetblGen1OutcomesRow(tblGen1OutcomesRow row) { + this.Rows.Remove(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0011129Column { - get { - return this.columnC0011129; + 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(); + ImportDataSet ds = new ImportDataSet(); + 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 = "tblGen1OutcomesDataTable"; + 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 the strongly named DataTable class. + /// + [global::System.Serializable()] + [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] + public partial class tblGen2OutcomesHeightDataTable : global::System.Data.TypedTableBase { + + private global::System.Data.DataColumn columnC0000100; + + private global::System.Data.DataColumn columnC0000200; + + private global::System.Data.DataColumn columnC0005300; + + private global::System.Data.DataColumn columnC0005400; + + private global::System.Data.DataColumn columnC0005700; + + private global::System.Data.DataColumn columnC0577600; + + private global::System.Data.DataColumn columnC0606300; + + private global::System.Data.DataColumn columnC0606400; + + private global::System.Data.DataColumn columnC0826400; + + private global::System.Data.DataColumn columnC0826500; + + private global::System.Data.DataColumn columnC1016700; + + private global::System.Data.DataColumn columnC1016800; + + private global::System.Data.DataColumn columnC1220200; + + private global::System.Data.DataColumn columnC1220300; + + private global::System.Data.DataColumn columnC1532700; + + private global::System.Data.DataColumn columnC1532800; + + private global::System.Data.DataColumn columnC1779300; + + private global::System.Data.DataColumn columnC1779400; + + private global::System.Data.DataColumn columnC2288500; + + private global::System.Data.DataColumn columnC2288600; + + private global::System.Data.DataColumn columnC2552300; + + private global::System.Data.DataColumn columnC2820900; + + private global::System.Data.DataColumn columnC3130400; + + private global::System.Data.DataColumn columnC3553400; + + private global::System.Data.DataColumn columnC3634500; + + private global::System.Data.DataColumn columnC3898000; + + private global::System.Data.DataColumn columnC4013000; + + private global::System.Data.DataColumn columnC5147900; + + private global::System.Data.DataColumn columnY0308300; + + private global::System.Data.DataColumn columnY0308400; + + private global::System.Data.DataColumn columnY0609600; + + private global::System.Data.DataColumn columnY0609700; + + private global::System.Data.DataColumn columnY0903900; + + private global::System.Data.DataColumn columnY0904000; + + private global::System.Data.DataColumn columnY1150800; + + private global::System.Data.DataColumn columnY1150900; + + private global::System.Data.DataColumn columnY1385800; + + private global::System.Data.DataColumn columnY1385900; + + private global::System.Data.DataColumn columnY1637500; + + private global::System.Data.DataColumn columnY1637600; + + private global::System.Data.DataColumn columnY1891100; + + private global::System.Data.DataColumn columnY1891200; + + private global::System.Data.DataColumn columnY2207000; + + private global::System.Data.DataColumn columnY2207100; + + private global::System.Data.DataColumn columnY2544700; + + private global::System.Data.DataColumn columnY2544800; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0011132Column { - get { - return this.columnC0011132; - } + public tblGen2OutcomesHeightDataTable() { + this.TableName = "tblGen2OutcomesHeight"; + this.BeginInit(); + this.InitClass(); + this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0011133Column { - get { - return this.columnC0011133; + internal tblGen2OutcomesHeightDataTable(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")] - public global::System.Data.DataColumn C0011134Column { - get { - return this.columnC0011134; - } + protected tblGen2OutcomesHeightDataTable(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 C0011137Column { + public global::System.Data.DataColumn C0000100Column { get { - return this.columnC0011137; + return this.columnC0000100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0011138Column { + public global::System.Data.DataColumn C0000200Column { get { - return this.columnC0011138; + return this.columnC0000200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0011139Column { + public global::System.Data.DataColumn C0005300Column { get { - return this.columnC0011139; + return this.columnC0005300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0011142Column { + public global::System.Data.DataColumn C0005400Column { get { - return this.columnC0011142; + return this.columnC0005400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0011143Column { + public global::System.Data.DataColumn C0005700Column { get { - return this.columnC0011143; + return this.columnC0005700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0011144Column { + public global::System.Data.DataColumn C0577600Column { get { - return this.columnC0011144; + return this.columnC0577600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3070500Column { + public global::System.Data.DataColumn C0606300Column { get { - return this.columnC3070500; + return this.columnC0606300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3423600Column { + public global::System.Data.DataColumn C0606400Column { get { - return this.columnC3423600; + return this.columnC0606400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3601100Column { + public global::System.Data.DataColumn C0826400Column { get { - return this.columnC3601100; + return this.columnC0826400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3601700Column { + public global::System.Data.DataColumn C0826500Column { get { - return this.columnC3601700; + return this.columnC0826500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3601800Column { + public global::System.Data.DataColumn C1016700Column { get { - return this.columnC3601800; + return this.columnC1016700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3601900Column { + public global::System.Data.DataColumn C1016800Column { get { - return this.columnC3601900; + return this.columnC1016800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3605900Column { + public global::System.Data.DataColumn C1220200Column { get { - return this.columnC3605900; + return this.columnC1220200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3981100Column { + public global::System.Data.DataColumn C1220300Column { get { - return this.columnC3981100; + return this.columnC1220300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3981700Column { + public global::System.Data.DataColumn C1532700Column { get { - return this.columnC3981700; + return this.columnC1532700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3981800Column { + public global::System.Data.DataColumn C1532800Column { get { - return this.columnC3981800; + return this.columnC1532800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3981900Column { + public global::System.Data.DataColumn C1779300Column { get { - return this.columnC3981900; + return this.columnC1779300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0003200Column { + public global::System.Data.DataColumn C1779400Column { get { - return this.columnY0003200; + return this.columnC1779400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0007300Column { + public global::System.Data.DataColumn C2288500Column { get { - return this.columnY0007300; + return this.columnC2288500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0007400Column { + public global::System.Data.DataColumn C2288600Column { get { - return this.columnY0007400; + return this.columnC2288600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0007600Column { + public global::System.Data.DataColumn C2552300Column { get { - return this.columnY0007600; + return this.columnC2552300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0007601Column { + public global::System.Data.DataColumn C2820900Column { get { - return this.columnY0007601; + return this.columnC2820900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0008000Column { + public global::System.Data.DataColumn C3130400Column { get { - return this.columnY0008000; + return this.columnC3130400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0008500Column { + public global::System.Data.DataColumn C3553400Column { get { - return this.columnY0008500; + return this.columnC3553400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0008600Column { + public global::System.Data.DataColumn C3634500Column { get { - return this.columnY0008600; + return this.columnC3634500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0009400Column { + public global::System.Data.DataColumn C3898000Column { get { - return this.columnY0009400; + return this.columnC3898000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0394100Column { + public global::System.Data.DataColumn C4013000Column { get { - return this.columnY0394100; + return this.columnC4013000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0394300Column { + public global::System.Data.DataColumn C5147900Column { get { - return this.columnY0394300; + return this.columnC5147900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0394500Column { + public global::System.Data.DataColumn Y0308300Column { get { - return this.columnY0394500; + return this.columnY0308300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0394501Column { + public global::System.Data.DataColumn Y0308400Column { get { - return this.columnY0394501; + return this.columnY0308400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0394900Column { + public global::System.Data.DataColumn Y0609600Column { get { - return this.columnY0394900; + return this.columnY0609600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0651000Column { + public global::System.Data.DataColumn Y0609700Column { get { - return this.columnY0651000; + return this.columnY0609700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0682500Column { + public global::System.Data.DataColumn Y0903900Column { get { - return this.columnY0682500; + return this.columnY0903900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0683800Column { + public global::System.Data.DataColumn Y0904000Column { get { - return this.columnY0683800; + return this.columnY0904000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0683900Column { + public global::System.Data.DataColumn Y1150800Column { get { - return this.columnY0683900; + return this.columnY1150800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0684100Column { - get { - return this.columnY0684100; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0684101Column { - get { - return this.columnY0684101; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0684500Column { - get { - return this.columnY0684500; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0947100Column { - get { - return this.columnY0947100; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0986200Column { - get { - return this.columnY0986200; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0986700Column { - get { - return this.columnY0986700; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0988800Column { - get { - return this.columnY0988800; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0988900Column { - get { - return this.columnY0988900; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0989400Column { - get { - return this.columnY0989400; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0989401Column { - get { - return this.columnY0989401; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0989900Column { - get { - return this.columnY0989900; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1229100Column { - get { - return this.columnY1229100; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1229200Column { - get { - return this.columnY1229200; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1229700Column { - get { - return this.columnY1229700; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1229701Column { - get { - return this.columnY1229701; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1458900Column { - get { - return this.columnY1458900; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1459400Column { - get { - return this.columnY1459400; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1459401Column { - get { - return this.columnY1459401; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1629500Column { - get { - return this.columnY1629500; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1704000Column { - get { - return this.columnY1704000; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1704500Column { - get { - return this.columnY1704500; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1704501Column { - get { - return this.columnY1704501; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1707300Column { - get { - return this.columnY1707300; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1883300Column { + public global::System.Data.DataColumn Y1150900Column { get { - return this.columnY1883300; + return this.columnY1150900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1989500Column { + public global::System.Data.DataColumn Y1385800Column { get { - return this.columnY1989500; + return this.columnY1385800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1990000Column { + public global::System.Data.DataColumn Y1385900Column { get { - return this.columnY1990000; + return this.columnY1385900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1990001Column { + public global::System.Data.DataColumn Y1637500Column { get { - return this.columnY1990001; + return this.columnY1637500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1992900Column { + public global::System.Data.DataColumn Y1637600Column { get { - return this.columnY1992900; + return this.columnY1637600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2197500Column { + public global::System.Data.DataColumn Y1891100Column { get { - return this.columnY2197500; + return this.columnY1891100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2308300Column { + public global::System.Data.DataColumn Y1891200Column { get { - return this.columnY2308300; + return this.columnY1891200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2308800Column { + public global::System.Data.DataColumn Y2207000Column { get { - return this.columnY2308800; + return this.columnY2207000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2308801Column { + public global::System.Data.DataColumn Y2207100Column { get { - return this.columnY2308801; + return this.columnY2207100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2311700Column { + public global::System.Data.DataColumn Y2544700Column { get { - return this.columnY2311700; + return this.columnY2544700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2531800Column { + public global::System.Data.DataColumn Y2544800Column { get { - return this.columnY2531800; + return this.columnY2544800; } } @@ -2239,273 +2183,143 @@ public int Count { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2ImplicitFatherRow this[int index] { + public tblGen2OutcomesHeightRow this[int index] { get { - return ((tblGen2ImplicitFatherRow)(this.Rows[index])); + return ((tblGen2OutcomesHeightRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2ImplicitFatherRowChangeEventHandler tblGen2ImplicitFatherRowChanging; + public event tblGen2OutcomesHeightRowChangeEventHandler tblGen2OutcomesHeightRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2ImplicitFatherRowChangeEventHandler tblGen2ImplicitFatherRowChanged; + public event tblGen2OutcomesHeightRowChangeEventHandler tblGen2OutcomesHeightRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2ImplicitFatherRowChangeEventHandler tblGen2ImplicitFatherRowDeleting; + public event tblGen2OutcomesHeightRowChangeEventHandler tblGen2OutcomesHeightRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2ImplicitFatherRowChangeEventHandler tblGen2ImplicitFatherRowDeleted; + public event tblGen2OutcomesHeightRowChangeEventHandler tblGen2OutcomesHeightRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void AddtblGen2ImplicitFatherRow(tblGen2ImplicitFatherRow row) { + public void AddtblGen2OutcomesHeightRow(tblGen2OutcomesHeightRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2ImplicitFatherRow AddtblGen2ImplicitFatherRow( + public tblGen2OutcomesHeightRow AddtblGen2OutcomesHeightRow( int C0000100, int C0000200, int C0005300, int C0005400, int C0005700, - int C0008100, - int C0008200, - int C0008300, - int C0008600, - int C0008700, - int C0008800, - int C0009100, - int C0009200, - int C0009300, - int C0009600, - int C0009700, - int C0009800, - int C0009900, - int C0010110, - int C0010200, - int C0010300, - int C0010400, - int C0010700, - int C0010800, - int C0010900, - int C0011110, - int C0011111, - int C0011112, - int C0011113, - int C0011114, - int C0011117, - int C0011118, - int C0011119, - int C0011122, - int C0011123, - int C0011124, - int C0011127, - int C0011128, - int C0011129, - int C0011132, - int C0011133, - int C0011134, - int C0011137, - int C0011138, - int C0011139, - int C0011142, - int C0011143, - int C0011144, - int C3070500, - int C3423600, - int C3601100, - int C3601700, - int C3601800, - int C3601900, - int C3605900, - int C3981100, - int C3981700, - int C3981800, - int C3981900, - int Y0003200, - int Y0007300, - int Y0007400, - int Y0007600, - int Y0007601, - int Y0008000, - int Y0008500, - int Y0008600, - int Y0009400, - int Y0394100, - int Y0394300, - int Y0394500, - int Y0394501, - int Y0394900, - int Y0651000, - int Y0682500, - int Y0683800, - int Y0683900, - int Y0684100, - int Y0684101, - int Y0684500, - int Y0947100, - int Y0986200, - int Y0986700, - int Y0988800, - int Y0988900, - int Y0989400, - int Y0989401, - int Y0989900, - int Y1229100, - int Y1229200, - int Y1229700, - int Y1229701, - int Y1458900, - int Y1459400, - int Y1459401, - int Y1629500, - int Y1704000, - int Y1704500, - int Y1704501, - int Y1707300, - int Y1883300, - int Y1989500, - int Y1990000, - int Y1990001, - int Y1992900, - int Y2197500, - int Y2308300, - int Y2308800, - int Y2308801, - int Y2311700, - int Y2531800) { - tblGen2ImplicitFatherRow rowtblGen2ImplicitFatherRow = ((tblGen2ImplicitFatherRow)(this.NewRow())); + int C0577600, + int C0606300, + int C0606400, + int C0826400, + int C0826500, + int C1016700, + int C1016800, + int C1220200, + int C1220300, + int C1532700, + int C1532800, + int C1779300, + int C1779400, + int C2288500, + int C2288600, + int C2552300, + int C2820900, + int C3130400, + int C3553400, + int C3634500, + int C3898000, + int C4013000, + int C5147900, + int Y0308300, + int Y0308400, + int Y0609600, + int Y0609700, + int Y0903900, + int Y0904000, + int Y1150800, + int Y1150900, + int Y1385800, + int Y1385900, + int Y1637500, + int Y1637600, + int Y1891100, + int Y1891200, + int Y2207000, + int Y2207100, + int Y2544700, + int Y2544800) { + tblGen2OutcomesHeightRow rowtblGen2OutcomesHeightRow = ((tblGen2OutcomesHeightRow)(this.NewRow())); object[] columnValuesArray = new object[] { C0000100, C0000200, C0005300, C0005400, C0005700, - C0008100, - C0008200, - C0008300, - C0008600, - C0008700, - C0008800, - C0009100, - C0009200, - C0009300, - C0009600, - C0009700, - C0009800, - C0009900, - C0010110, - C0010200, - C0010300, - C0010400, - C0010700, - C0010800, - C0010900, - C0011110, - C0011111, - C0011112, - C0011113, - C0011114, - C0011117, - C0011118, - C0011119, - C0011122, - C0011123, - C0011124, - C0011127, - C0011128, - C0011129, - C0011132, - C0011133, - C0011134, - C0011137, - C0011138, - C0011139, - C0011142, - C0011143, - C0011144, - C3070500, - C3423600, - C3601100, - C3601700, - C3601800, - C3601900, - C3605900, - C3981100, - C3981700, - C3981800, - C3981900, - Y0003200, - Y0007300, - Y0007400, - Y0007600, - Y0007601, - Y0008000, - Y0008500, - Y0008600, - Y0009400, - Y0394100, - Y0394300, - Y0394500, - Y0394501, - Y0394900, - Y0651000, - Y0682500, - Y0683800, - Y0683900, - Y0684100, - Y0684101, - Y0684500, - Y0947100, - Y0986200, - Y0986700, - Y0988800, - Y0988900, - Y0989400, - Y0989401, - Y0989900, - Y1229100, - Y1229200, - Y1229700, - Y1229701, - Y1458900, - Y1459400, - Y1459401, - Y1629500, - Y1704000, - Y1704500, - Y1704501, - Y1707300, - Y1883300, - Y1989500, - Y1990000, - Y1990001, - Y1992900, - Y2197500, - Y2308300, - Y2308800, - Y2308801, - Y2311700, - Y2531800}; - rowtblGen2ImplicitFatherRow.ItemArray = columnValuesArray; - this.Rows.Add(rowtblGen2ImplicitFatherRow); - return rowtblGen2ImplicitFatherRow; + C0577600, + C0606300, + C0606400, + C0826400, + C0826500, + C1016700, + C1016800, + C1220200, + C1220300, + C1532700, + C1532800, + C1779300, + C1779400, + C2288500, + C2288600, + C2552300, + C2820900, + C3130400, + C3553400, + C3634500, + C3898000, + C4013000, + C5147900, + Y0308300, + Y0308400, + Y0609600, + Y0609700, + Y0903900, + Y0904000, + Y1150800, + Y1150900, + Y1385800, + Y1385900, + Y1637500, + Y1637600, + Y1891100, + Y1891200, + Y2207000, + Y2207100, + Y2544700, + Y2544800}; + rowtblGen2OutcomesHeightRow.ItemArray = columnValuesArray; + this.Rows.Add(rowtblGen2OutcomesHeightRow); + return rowtblGen2OutcomesHeightRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2ImplicitFatherRow FindByC0000100(int C0000100) { - return ((tblGen2ImplicitFatherRow)(this.Rows.Find(new object[] { + public tblGen2OutcomesHeightRow FindByC0000100(int C0000100) { + return ((tblGen2OutcomesHeightRow)(this.Rows.Find(new object[] { C0000100}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { - tblGen2ImplicitFatherDataTable cln = ((tblGen2ImplicitFatherDataTable)(base.Clone())); + tblGen2OutcomesHeightDataTable cln = ((tblGen2OutcomesHeightDataTable)(base.Clone())); cln.InitVars(); return cln; } @@ -2513,7 +2327,7 @@ public tblGen2ImplicitFatherRow FindByC0000100(int C0000100) { [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 tblGen2ImplicitFatherDataTable(); + return new tblGen2OutcomesHeightDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -2524,112 +2338,47 @@ internal void InitVars() { this.columnC0005300 = base.Columns["C0005300"]; this.columnC0005400 = base.Columns["C0005400"]; this.columnC0005700 = base.Columns["C0005700"]; - this.columnC0008100 = base.Columns["C0008100"]; - this.columnC0008200 = base.Columns["C0008200"]; - this.columnC0008300 = base.Columns["C0008300"]; - this.columnC0008600 = base.Columns["C0008600"]; - this.columnC0008700 = base.Columns["C0008700"]; - this.columnC0008800 = base.Columns["C0008800"]; - this.columnC0009100 = base.Columns["C0009100"]; - this.columnC0009200 = base.Columns["C0009200"]; - this.columnC0009300 = base.Columns["C0009300"]; - this.columnC0009600 = base.Columns["C0009600"]; - this.columnC0009700 = base.Columns["C0009700"]; - this.columnC0009800 = base.Columns["C0009800"]; - this.columnC0009900 = base.Columns["C0009900"]; - this.columnC0010110 = base.Columns["C0010110"]; - this.columnC0010200 = base.Columns["C0010200"]; - this.columnC0010300 = base.Columns["C0010300"]; - this.columnC0010400 = base.Columns["C0010400"]; - this.columnC0010700 = base.Columns["C0010700"]; - this.columnC0010800 = base.Columns["C0010800"]; - this.columnC0010900 = base.Columns["C0010900"]; - this.columnC0011110 = base.Columns["C0011110"]; - this.columnC0011111 = base.Columns["C0011111"]; - this.columnC0011112 = base.Columns["C0011112"]; - this.columnC0011113 = base.Columns["C0011113"]; - this.columnC0011114 = base.Columns["C0011114"]; - this.columnC0011117 = base.Columns["C0011117"]; - this.columnC0011118 = base.Columns["C0011118"]; - this.columnC0011119 = base.Columns["C0011119"]; - this.columnC0011122 = base.Columns["C0011122"]; - this.columnC0011123 = base.Columns["C0011123"]; - this.columnC0011124 = base.Columns["C0011124"]; - this.columnC0011127 = base.Columns["C0011127"]; - this.columnC0011128 = base.Columns["C0011128"]; - this.columnC0011129 = base.Columns["C0011129"]; - this.columnC0011132 = base.Columns["C0011132"]; - this.columnC0011133 = base.Columns["C0011133"]; - this.columnC0011134 = base.Columns["C0011134"]; - this.columnC0011137 = base.Columns["C0011137"]; - this.columnC0011138 = base.Columns["C0011138"]; - this.columnC0011139 = base.Columns["C0011139"]; - this.columnC0011142 = base.Columns["C0011142"]; - this.columnC0011143 = base.Columns["C0011143"]; - this.columnC0011144 = base.Columns["C0011144"]; - this.columnC3070500 = base.Columns["C3070500"]; - this.columnC3423600 = base.Columns["C3423600"]; - this.columnC3601100 = base.Columns["C3601100"]; - this.columnC3601700 = base.Columns["C3601700"]; - this.columnC3601800 = base.Columns["C3601800"]; - this.columnC3601900 = base.Columns["C3601900"]; - this.columnC3605900 = base.Columns["C3605900"]; - this.columnC3981100 = base.Columns["C3981100"]; - this.columnC3981700 = base.Columns["C3981700"]; - this.columnC3981800 = base.Columns["C3981800"]; - this.columnC3981900 = base.Columns["C3981900"]; - this.columnY0003200 = base.Columns["Y0003200"]; - this.columnY0007300 = base.Columns["Y0007300"]; - this.columnY0007400 = base.Columns["Y0007400"]; - this.columnY0007600 = base.Columns["Y0007600"]; - this.columnY0007601 = base.Columns["Y0007601"]; - this.columnY0008000 = base.Columns["Y0008000"]; - this.columnY0008500 = base.Columns["Y0008500"]; - this.columnY0008600 = base.Columns["Y0008600"]; - this.columnY0009400 = base.Columns["Y0009400"]; - this.columnY0394100 = base.Columns["Y0394100"]; - this.columnY0394300 = base.Columns["Y0394300"]; - this.columnY0394500 = base.Columns["Y0394500"]; - this.columnY0394501 = base.Columns["Y0394501"]; - this.columnY0394900 = base.Columns["Y0394900"]; - this.columnY0651000 = base.Columns["Y0651000"]; - this.columnY0682500 = base.Columns["Y0682500"]; - this.columnY0683800 = base.Columns["Y0683800"]; - this.columnY0683900 = base.Columns["Y0683900"]; - this.columnY0684100 = base.Columns["Y0684100"]; - this.columnY0684101 = base.Columns["Y0684101"]; - this.columnY0684500 = base.Columns["Y0684500"]; - this.columnY0947100 = base.Columns["Y0947100"]; - this.columnY0986200 = base.Columns["Y0986200"]; - this.columnY0986700 = base.Columns["Y0986700"]; - this.columnY0988800 = base.Columns["Y0988800"]; - this.columnY0988900 = base.Columns["Y0988900"]; - this.columnY0989400 = base.Columns["Y0989400"]; - this.columnY0989401 = base.Columns["Y0989401"]; - this.columnY0989900 = base.Columns["Y0989900"]; - this.columnY1229100 = base.Columns["Y1229100"]; - this.columnY1229200 = base.Columns["Y1229200"]; - this.columnY1229700 = base.Columns["Y1229700"]; - this.columnY1229701 = base.Columns["Y1229701"]; - this.columnY1458900 = base.Columns["Y1458900"]; - this.columnY1459400 = base.Columns["Y1459400"]; - this.columnY1459401 = base.Columns["Y1459401"]; - this.columnY1629500 = base.Columns["Y1629500"]; - this.columnY1704000 = base.Columns["Y1704000"]; - this.columnY1704500 = base.Columns["Y1704500"]; - this.columnY1704501 = base.Columns["Y1704501"]; - this.columnY1707300 = base.Columns["Y1707300"]; - this.columnY1883300 = base.Columns["Y1883300"]; - this.columnY1989500 = base.Columns["Y1989500"]; - this.columnY1990000 = base.Columns["Y1990000"]; - this.columnY1990001 = base.Columns["Y1990001"]; - this.columnY1992900 = base.Columns["Y1992900"]; - this.columnY2197500 = base.Columns["Y2197500"]; - this.columnY2308300 = base.Columns["Y2308300"]; - this.columnY2308800 = base.Columns["Y2308800"]; - this.columnY2308801 = base.Columns["Y2308801"]; - this.columnY2311700 = base.Columns["Y2311700"]; - this.columnY2531800 = base.Columns["Y2531800"]; + this.columnC0577600 = base.Columns["C0577600"]; + this.columnC0606300 = base.Columns["C0606300"]; + this.columnC0606400 = base.Columns["C0606400"]; + this.columnC0826400 = base.Columns["C0826400"]; + this.columnC0826500 = base.Columns["C0826500"]; + this.columnC1016700 = base.Columns["C1016700"]; + this.columnC1016800 = base.Columns["C1016800"]; + this.columnC1220200 = base.Columns["C1220200"]; + this.columnC1220300 = base.Columns["C1220300"]; + this.columnC1532700 = base.Columns["C1532700"]; + this.columnC1532800 = base.Columns["C1532800"]; + this.columnC1779300 = base.Columns["C1779300"]; + this.columnC1779400 = base.Columns["C1779400"]; + this.columnC2288500 = base.Columns["C2288500"]; + this.columnC2288600 = base.Columns["C2288600"]; + this.columnC2552300 = base.Columns["C2552300"]; + this.columnC2820900 = base.Columns["C2820900"]; + this.columnC3130400 = base.Columns["C3130400"]; + this.columnC3553400 = base.Columns["C3553400"]; + this.columnC3634500 = base.Columns["C3634500"]; + this.columnC3898000 = base.Columns["C3898000"]; + this.columnC4013000 = base.Columns["C4013000"]; + this.columnC5147900 = base.Columns["C5147900"]; + this.columnY0308300 = base.Columns["Y0308300"]; + this.columnY0308400 = base.Columns["Y0308400"]; + this.columnY0609600 = base.Columns["Y0609600"]; + this.columnY0609700 = base.Columns["Y0609700"]; + this.columnY0903900 = base.Columns["Y0903900"]; + this.columnY0904000 = base.Columns["Y0904000"]; + this.columnY1150800 = base.Columns["Y1150800"]; + this.columnY1150900 = base.Columns["Y1150900"]; + this.columnY1385800 = base.Columns["Y1385800"]; + this.columnY1385900 = base.Columns["Y1385900"]; + this.columnY1637500 = base.Columns["Y1637500"]; + this.columnY1637600 = base.Columns["Y1637600"]; + this.columnY1891100 = base.Columns["Y1891100"]; + this.columnY1891200 = base.Columns["Y1891200"]; + this.columnY2207000 = base.Columns["Y2207000"]; + this.columnY2207100 = base.Columns["Y2207100"]; + this.columnY2544700 = base.Columns["Y2544700"]; + this.columnY2544800 = base.Columns["Y2544800"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -2645,218 +2394,88 @@ private void InitClass() { base.Columns.Add(this.columnC0005400); this.columnC0005700 = new global::System.Data.DataColumn("C0005700", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnC0005700); - this.columnC0008100 = new global::System.Data.DataColumn("C0008100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0008100); - this.columnC0008200 = new global::System.Data.DataColumn("C0008200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0008200); - this.columnC0008300 = new global::System.Data.DataColumn("C0008300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0008300); - this.columnC0008600 = new global::System.Data.DataColumn("C0008600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0008600); - this.columnC0008700 = new global::System.Data.DataColumn("C0008700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0008700); - this.columnC0008800 = new global::System.Data.DataColumn("C0008800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0008800); - this.columnC0009100 = new global::System.Data.DataColumn("C0009100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0009100); - this.columnC0009200 = new global::System.Data.DataColumn("C0009200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0009200); - this.columnC0009300 = new global::System.Data.DataColumn("C0009300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0009300); - this.columnC0009600 = new global::System.Data.DataColumn("C0009600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0009600); - this.columnC0009700 = new global::System.Data.DataColumn("C0009700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0009700); - this.columnC0009800 = new global::System.Data.DataColumn("C0009800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0009800); - this.columnC0009900 = new global::System.Data.DataColumn("C0009900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0009900); - this.columnC0010110 = new global::System.Data.DataColumn("C0010110", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0010110); - this.columnC0010200 = new global::System.Data.DataColumn("C0010200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0010200); - this.columnC0010300 = new global::System.Data.DataColumn("C0010300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0010300); - this.columnC0010400 = new global::System.Data.DataColumn("C0010400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0010400); - this.columnC0010700 = new global::System.Data.DataColumn("C0010700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0010700); - this.columnC0010800 = new global::System.Data.DataColumn("C0010800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0010800); - this.columnC0010900 = new global::System.Data.DataColumn("C0010900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0010900); - this.columnC0011110 = new global::System.Data.DataColumn("C0011110", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0011110); - this.columnC0011111 = new global::System.Data.DataColumn("C0011111", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0011111); - this.columnC0011112 = new global::System.Data.DataColumn("C0011112", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0011112); - this.columnC0011113 = new global::System.Data.DataColumn("C0011113", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0011113); - this.columnC0011114 = new global::System.Data.DataColumn("C0011114", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0011114); - this.columnC0011117 = new global::System.Data.DataColumn("C0011117", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0011117); - this.columnC0011118 = new global::System.Data.DataColumn("C0011118", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0011118); - this.columnC0011119 = new global::System.Data.DataColumn("C0011119", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0011119); - this.columnC0011122 = new global::System.Data.DataColumn("C0011122", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0011122); - this.columnC0011123 = new global::System.Data.DataColumn("C0011123", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0011123); - this.columnC0011124 = new global::System.Data.DataColumn("C0011124", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0011124); - this.columnC0011127 = new global::System.Data.DataColumn("C0011127", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0011127); - this.columnC0011128 = new global::System.Data.DataColumn("C0011128", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0011128); - this.columnC0011129 = new global::System.Data.DataColumn("C0011129", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0011129); - this.columnC0011132 = new global::System.Data.DataColumn("C0011132", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0011132); - this.columnC0011133 = new global::System.Data.DataColumn("C0011133", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0011133); - this.columnC0011134 = new global::System.Data.DataColumn("C0011134", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0011134); - this.columnC0011137 = new global::System.Data.DataColumn("C0011137", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0011137); - this.columnC0011138 = new global::System.Data.DataColumn("C0011138", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0011138); - this.columnC0011139 = new global::System.Data.DataColumn("C0011139", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0011139); - this.columnC0011142 = new global::System.Data.DataColumn("C0011142", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0011142); - this.columnC0011143 = new global::System.Data.DataColumn("C0011143", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0011143); - this.columnC0011144 = new global::System.Data.DataColumn("C0011144", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0011144); - this.columnC3070500 = new global::System.Data.DataColumn("C3070500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3070500); - this.columnC3423600 = new global::System.Data.DataColumn("C3423600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3423600); - this.columnC3601100 = new global::System.Data.DataColumn("C3601100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3601100); - this.columnC3601700 = new global::System.Data.DataColumn("C3601700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3601700); - this.columnC3601800 = new global::System.Data.DataColumn("C3601800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3601800); - this.columnC3601900 = new global::System.Data.DataColumn("C3601900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3601900); - this.columnC3605900 = new global::System.Data.DataColumn("C3605900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3605900); - this.columnC3981100 = new global::System.Data.DataColumn("C3981100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3981100); - this.columnC3981700 = new global::System.Data.DataColumn("C3981700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3981700); - this.columnC3981800 = new global::System.Data.DataColumn("C3981800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3981800); - this.columnC3981900 = new global::System.Data.DataColumn("C3981900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3981900); - this.columnY0003200 = new global::System.Data.DataColumn("Y0003200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0003200); - this.columnY0007300 = new global::System.Data.DataColumn("Y0007300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0007300); - this.columnY0007400 = new global::System.Data.DataColumn("Y0007400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0007400); - this.columnY0007600 = new global::System.Data.DataColumn("Y0007600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0007600); - this.columnY0007601 = new global::System.Data.DataColumn("Y0007601", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0007601); - this.columnY0008000 = new global::System.Data.DataColumn("Y0008000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0008000); - this.columnY0008500 = new global::System.Data.DataColumn("Y0008500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0008500); - this.columnY0008600 = new global::System.Data.DataColumn("Y0008600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0008600); - this.columnY0009400 = new global::System.Data.DataColumn("Y0009400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0009400); - this.columnY0394100 = new global::System.Data.DataColumn("Y0394100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0394100); - this.columnY0394300 = new global::System.Data.DataColumn("Y0394300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0394300); - this.columnY0394500 = new global::System.Data.DataColumn("Y0394500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0394500); - this.columnY0394501 = new global::System.Data.DataColumn("Y0394501", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0394501); - this.columnY0394900 = new global::System.Data.DataColumn("Y0394900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0394900); - this.columnY0651000 = new global::System.Data.DataColumn("Y0651000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0651000); - this.columnY0682500 = new global::System.Data.DataColumn("Y0682500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0682500); - this.columnY0683800 = new global::System.Data.DataColumn("Y0683800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0683800); - this.columnY0683900 = new global::System.Data.DataColumn("Y0683900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0683900); - this.columnY0684100 = new global::System.Data.DataColumn("Y0684100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0684100); - this.columnY0684101 = new global::System.Data.DataColumn("Y0684101", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0684101); - this.columnY0684500 = new global::System.Data.DataColumn("Y0684500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0684500); - this.columnY0947100 = new global::System.Data.DataColumn("Y0947100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0947100); - this.columnY0986200 = new global::System.Data.DataColumn("Y0986200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0986200); - this.columnY0986700 = new global::System.Data.DataColumn("Y0986700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0986700); - this.columnY0988800 = new global::System.Data.DataColumn("Y0988800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0988800); - this.columnY0988900 = new global::System.Data.DataColumn("Y0988900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0988900); - this.columnY0989400 = new global::System.Data.DataColumn("Y0989400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0989400); - this.columnY0989401 = new global::System.Data.DataColumn("Y0989401", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0989401); - this.columnY0989900 = new global::System.Data.DataColumn("Y0989900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0989900); - this.columnY1229100 = new global::System.Data.DataColumn("Y1229100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1229100); - this.columnY1229200 = new global::System.Data.DataColumn("Y1229200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1229200); - this.columnY1229700 = new global::System.Data.DataColumn("Y1229700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1229700); - this.columnY1229701 = new global::System.Data.DataColumn("Y1229701", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1229701); - this.columnY1458900 = new global::System.Data.DataColumn("Y1458900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1458900); - this.columnY1459400 = new global::System.Data.DataColumn("Y1459400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1459400); - this.columnY1459401 = new global::System.Data.DataColumn("Y1459401", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1459401); - this.columnY1629500 = new global::System.Data.DataColumn("Y1629500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1629500); - this.columnY1704000 = new global::System.Data.DataColumn("Y1704000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1704000); - this.columnY1704500 = new global::System.Data.DataColumn("Y1704500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1704500); - this.columnY1704501 = new global::System.Data.DataColumn("Y1704501", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1704501); - this.columnY1707300 = new global::System.Data.DataColumn("Y1707300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1707300); - this.columnY1883300 = new global::System.Data.DataColumn("Y1883300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1883300); - this.columnY1989500 = new global::System.Data.DataColumn("Y1989500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1989500); - this.columnY1990000 = new global::System.Data.DataColumn("Y1990000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1990000); - this.columnY1990001 = new global::System.Data.DataColumn("Y1990001", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1990001); - this.columnY1992900 = new global::System.Data.DataColumn("Y1992900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1992900); - this.columnY2197500 = new global::System.Data.DataColumn("Y2197500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2197500); - this.columnY2308300 = new global::System.Data.DataColumn("Y2308300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2308300); - this.columnY2308800 = new global::System.Data.DataColumn("Y2308800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2308800); - this.columnY2308801 = new global::System.Data.DataColumn("Y2308801", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2308801); - this.columnY2311700 = new global::System.Data.DataColumn("Y2311700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2311700); - this.columnY2531800 = new global::System.Data.DataColumn("Y2531800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2531800); + this.columnC0577600 = new global::System.Data.DataColumn("C0577600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0577600); + this.columnC0606300 = new global::System.Data.DataColumn("C0606300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0606300); + this.columnC0606400 = new global::System.Data.DataColumn("C0606400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0606400); + this.columnC0826400 = new global::System.Data.DataColumn("C0826400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0826400); + this.columnC0826500 = new global::System.Data.DataColumn("C0826500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0826500); + this.columnC1016700 = new global::System.Data.DataColumn("C1016700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1016700); + this.columnC1016800 = new global::System.Data.DataColumn("C1016800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1016800); + this.columnC1220200 = new global::System.Data.DataColumn("C1220200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1220200); + this.columnC1220300 = new global::System.Data.DataColumn("C1220300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1220300); + this.columnC1532700 = new global::System.Data.DataColumn("C1532700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1532700); + this.columnC1532800 = new global::System.Data.DataColumn("C1532800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1532800); + this.columnC1779300 = new global::System.Data.DataColumn("C1779300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1779300); + this.columnC1779400 = new global::System.Data.DataColumn("C1779400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1779400); + this.columnC2288500 = new global::System.Data.DataColumn("C2288500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC2288500); + this.columnC2288600 = new global::System.Data.DataColumn("C2288600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC2288600); + this.columnC2552300 = new global::System.Data.DataColumn("C2552300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC2552300); + this.columnC2820900 = new global::System.Data.DataColumn("C2820900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC2820900); + this.columnC3130400 = new global::System.Data.DataColumn("C3130400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3130400); + this.columnC3553400 = new global::System.Data.DataColumn("C3553400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3553400); + this.columnC3634500 = new global::System.Data.DataColumn("C3634500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3634500); + this.columnC3898000 = new global::System.Data.DataColumn("C3898000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3898000); + this.columnC4013000 = new global::System.Data.DataColumn("C4013000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC4013000); + this.columnC5147900 = new global::System.Data.DataColumn("C5147900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC5147900); + this.columnY0308300 = new global::System.Data.DataColumn("Y0308300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0308300); + this.columnY0308400 = new global::System.Data.DataColumn("Y0308400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0308400); + this.columnY0609600 = new global::System.Data.DataColumn("Y0609600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0609600); + this.columnY0609700 = new global::System.Data.DataColumn("Y0609700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0609700); + this.columnY0903900 = new global::System.Data.DataColumn("Y0903900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0903900); + this.columnY0904000 = new global::System.Data.DataColumn("Y0904000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0904000); + this.columnY1150800 = new global::System.Data.DataColumn("Y1150800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1150800); + this.columnY1150900 = new global::System.Data.DataColumn("Y1150900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1150900); + this.columnY1385800 = new global::System.Data.DataColumn("Y1385800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1385800); + this.columnY1385900 = new global::System.Data.DataColumn("Y1385900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1385900); + this.columnY1637500 = new global::System.Data.DataColumn("Y1637500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1637500); + this.columnY1637600 = new global::System.Data.DataColumn("Y1637600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1637600); + this.columnY1891100 = new global::System.Data.DataColumn("Y1891100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1891100); + this.columnY1891200 = new global::System.Data.DataColumn("Y1891200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1891200); + this.columnY2207000 = new global::System.Data.DataColumn("Y2207000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2207000); + this.columnY2207100 = new global::System.Data.DataColumn("Y2207100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2207100); + this.columnY2544700 = new global::System.Data.DataColumn("Y2544700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2544700); + this.columnY2544800 = new global::System.Data.DataColumn("Y2544800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2544800); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnC0000100}, true)); this.columnC0000100.AllowDBNull = false; @@ -2865,28 +2484,28 @@ private void InitClass() { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2ImplicitFatherRow NewtblGen2ImplicitFatherRow() { - return ((tblGen2ImplicitFatherRow)(this.NewRow())); + public tblGen2OutcomesHeightRow NewtblGen2OutcomesHeightRow() { + return ((tblGen2OutcomesHeightRow)(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 tblGen2ImplicitFatherRow(builder); + return new tblGen2OutcomesHeightRow(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(tblGen2ImplicitFatherRow); + return typeof(tblGen2OutcomesHeightRow); } [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.tblGen2ImplicitFatherRowChanged != null)) { - this.tblGen2ImplicitFatherRowChanged(this, new tblGen2ImplicitFatherRowChangeEvent(((tblGen2ImplicitFatherRow)(e.Row)), e.Action)); + if ((this.tblGen2OutcomesHeightRowChanged != null)) { + this.tblGen2OutcomesHeightRowChanged(this, new tblGen2OutcomesHeightRowChangeEvent(((tblGen2OutcomesHeightRow)(e.Row)), e.Action)); } } @@ -2894,8 +2513,8 @@ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs [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.tblGen2ImplicitFatherRowChanging != null)) { - this.tblGen2ImplicitFatherRowChanging(this, new tblGen2ImplicitFatherRowChangeEvent(((tblGen2ImplicitFatherRow)(e.Row)), e.Action)); + if ((this.tblGen2OutcomesHeightRowChanging != null)) { + this.tblGen2OutcomesHeightRowChanging(this, new tblGen2OutcomesHeightRowChangeEvent(((tblGen2OutcomesHeightRow)(e.Row)), e.Action)); } } @@ -2903,8 +2522,8 @@ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs [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.tblGen2ImplicitFatherRowDeleted != null)) { - this.tblGen2ImplicitFatherRowDeleted(this, new tblGen2ImplicitFatherRowChangeEvent(((tblGen2ImplicitFatherRow)(e.Row)), e.Action)); + if ((this.tblGen2OutcomesHeightRowDeleted != null)) { + this.tblGen2OutcomesHeightRowDeleted(this, new tblGen2OutcomesHeightRowChangeEvent(((tblGen2OutcomesHeightRow)(e.Row)), e.Action)); } } @@ -2912,14 +2531,14 @@ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs [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.tblGen2ImplicitFatherRowDeleting != null)) { - this.tblGen2ImplicitFatherRowDeleting(this, new tblGen2ImplicitFatherRowChangeEvent(((tblGen2ImplicitFatherRow)(e.Row)), e.Action)); + if ((this.tblGen2OutcomesHeightRowDeleting != null)) { + this.tblGen2OutcomesHeightRowDeleting(this, new tblGen2OutcomesHeightRowChangeEvent(((tblGen2OutcomesHeightRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void RemovetblGen2ImplicitFatherRow(tblGen2ImplicitFatherRow row) { + public void RemovetblGen2OutcomesHeightRow(tblGen2OutcomesHeightRow row) { this.Rows.Remove(row); } @@ -2946,7 +2565,7 @@ public void RemovetblGen2ImplicitFatherRow(tblGen2ImplicitFatherRow row) { type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; - attribute2.FixedValue = "tblGen2ImplicitFatherDataTable"; + attribute2.FixedValue = "tblGen2OutcomesHeightDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); @@ -2992,54 +2611,202 @@ public void RemovetblGen2ImplicitFatherRow(tblGen2ImplicitFatherRow row) { /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class tblGen1OutcomesDataTable : global::System.Data.TypedTableBase { + public partial class tblGen1ExplicitDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnR0000100; - private global::System.Data.DataColumn columnR0214700; + private global::System.Data.DataColumn columnR0000149; + + private global::System.Data.DataColumn columnR0000150; + + private global::System.Data.DataColumn columnR0000151; + + private global::System.Data.DataColumn columnR0000152; + + private global::System.Data.DataColumn columnR0000153; + + private global::System.Data.DataColumn columnR0000154; + + private global::System.Data.DataColumn columnR0000155; + + private global::System.Data.DataColumn columnR0000156; + + private global::System.Data.DataColumn columnR0000157; + + private global::System.Data.DataColumn columnR0000158; + + private global::System.Data.DataColumn columnR0000159; + + private global::System.Data.DataColumn columnR0000162; + + private global::System.Data.DataColumn columnR0000163; + + private global::System.Data.DataColumn columnR0000164; + + private global::System.Data.DataColumn columnR0000165; + + private global::System.Data.DataColumn columnR0000166; + + private global::System.Data.DataColumn columnR0214700; private global::System.Data.DataColumn columnR0214800; - private global::System.Data.DataColumn columnR0481600; + private global::System.Data.DataColumn columnR4125101; - private global::System.Data.DataColumn columnR0481700; + private global::System.Data.DataColumn columnR4125801; - private global::System.Data.DataColumn columnR0618200; + private global::System.Data.DataColumn columnR4126501; - private global::System.Data.DataColumn columnR0618300; + private global::System.Data.DataColumn columnR4127201; - private global::System.Data.DataColumn columnR0618301; + private global::System.Data.DataColumn columnR4127901; - private global::System.Data.DataColumn columnR0779800; + private global::System.Data.DataColumn columnR4128601; - private global::System.Data.DataColumn columnR0779900; + private global::System.Data.DataColumn columnR4129301; - private global::System.Data.DataColumn columnR1773900; + private global::System.Data.DataColumn columnR4130001; - private global::System.Data.DataColumn columnR1774000; + private global::System.Data.DataColumn columnR4130701; - private global::System.Data.DataColumn columnT0897300; + private global::System.Data.DataColumn columnR4131401; - private global::System.Data.DataColumn columnT0897400; + private global::System.Data.DataColumn columnR4132101; - private global::System.Data.DataColumn columnT0897500; + private global::System.Data.DataColumn columnR4132801; - private global::System.Data.DataColumn columnT2053800; + private global::System.Data.DataColumn columnR4133701; - private global::System.Data.DataColumn columnT2053900; + private global::System.Data.DataColumn columnR4521500; - private global::System.Data.DataColumn columnT2054000; + private global::System.Data.DataColumn columnR4521700; - private global::System.Data.DataColumn columnT3024700; + private global::System.Data.DataColumn columnR4521800; - private global::System.Data.DataColumn columnT3024800; + private global::System.Data.DataColumn columnR4521900; - private global::System.Data.DataColumn columnT3024900; + private global::System.Data.DataColumn columnR4522000; + + private global::System.Data.DataColumn columnR4522100; + + private global::System.Data.DataColumn columnR4522200; + + private global::System.Data.DataColumn columnR4522300; + + private global::System.Data.DataColumn columnR4522400; + + private global::System.Data.DataColumn columnR4522500; + + private global::System.Data.DataColumn columnR4522600; + + private global::System.Data.DataColumn columnR4522700; + + private global::System.Data.DataColumn columnR4522800; + + private global::System.Data.DataColumn columnT0002000; + + private global::System.Data.DataColumn columnT0002100; + + private global::System.Data.DataColumn columnT0002200; + + private global::System.Data.DataColumn columnT0002300; + + private global::System.Data.DataColumn columnT0002400; + + private global::System.Data.DataColumn columnT0002500; + + private global::System.Data.DataColumn columnT0002600; + + private global::System.Data.DataColumn columnT0002700; + + private global::System.Data.DataColumn columnT0002800; + + private global::System.Data.DataColumn columnT0002900; + + private global::System.Data.DataColumn columnT0003000; + + private global::System.Data.DataColumn columnT0003100; + + private global::System.Data.DataColumn columnT0003200; + + private global::System.Data.DataColumn columnT0003300; + + private global::System.Data.DataColumn columnT0003400; + + private global::System.Data.DataColumn columnT0003500; + + private global::System.Data.DataColumn columnT0003600; + + private global::System.Data.DataColumn columnT0003700; + + private global::System.Data.DataColumn columnT0003800; + + private global::System.Data.DataColumn columnT0003900; + + private global::System.Data.DataColumn columnT0004000; + + private global::System.Data.DataColumn columnT0004100; + + private global::System.Data.DataColumn columnT0004200; + + private global::System.Data.DataColumn columnT0004300; + + private global::System.Data.DataColumn columnT0004400; + + private global::System.Data.DataColumn columnT0004500; + + private global::System.Data.DataColumn columnT2261500; + + private global::System.Data.DataColumn columnT2261600; + + private global::System.Data.DataColumn columnT2261700; + + private global::System.Data.DataColumn columnT2261800; + + private global::System.Data.DataColumn columnT2261900; + + private global::System.Data.DataColumn columnT2262000; + + private global::System.Data.DataColumn columnT2262100; + + private global::System.Data.DataColumn columnT2262200; + + private global::System.Data.DataColumn columnT2262300; + + private global::System.Data.DataColumn columnT2262400; + + private global::System.Data.DataColumn columnT2262500; + + private global::System.Data.DataColumn columnT2262600; + + private global::System.Data.DataColumn columnT2262700; + + private global::System.Data.DataColumn columnT2262800; + + private global::System.Data.DataColumn columnT2262900; + + private global::System.Data.DataColumn columnT2263000; + + private global::System.Data.DataColumn columnT2263100; + + private global::System.Data.DataColumn columnT2263200; + + private global::System.Data.DataColumn columnT2263300; + + private global::System.Data.DataColumn columnT2263400; + + private global::System.Data.DataColumn columnT2263500; + + private global::System.Data.DataColumn columnT2263600; + + private global::System.Data.DataColumn columnT2263700; + + private global::System.Data.DataColumn columnT2263800; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1OutcomesDataTable() { - this.TableName = "tblGen1Outcomes"; + public tblGen1ExplicitDataTable() { + this.TableName = "tblGen1Explicit"; this.BeginInit(); this.InitClass(); this.EndInit(); @@ -3047,7 +2814,7 @@ public tblGen1OutcomesDataTable() { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblGen1OutcomesDataTable(global::System.Data.DataTable table) { + internal tblGen1ExplicitDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; @@ -3064,7 +2831,7 @@ internal tblGen1OutcomesDataTable(global::System.Data.DataTable table) { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - protected tblGen1OutcomesDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + protected tblGen1ExplicitDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context) { this.InitVars(); } @@ -3079,970 +2846,753 @@ protected tblGen1OutcomesDataTable(global::System.Runtime.Serialization.Serializ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0214700Column { + public global::System.Data.DataColumn R0000149Column { get { - return this.columnR0214700; + return this.columnR0000149; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0214800Column { + public global::System.Data.DataColumn R0000150Column { get { - return this.columnR0214800; + return this.columnR0000150; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0481600Column { + public global::System.Data.DataColumn R0000151Column { get { - return this.columnR0481600; + return this.columnR0000151; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0481700Column { + public global::System.Data.DataColumn R0000152Column { get { - return this.columnR0481700; + return this.columnR0000152; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0618200Column { + public global::System.Data.DataColumn R0000153Column { get { - return this.columnR0618200; + return this.columnR0000153; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0618300Column { + public global::System.Data.DataColumn R0000154Column { get { - return this.columnR0618300; + return this.columnR0000154; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0618301Column { + public global::System.Data.DataColumn R0000155Column { get { - return this.columnR0618301; + return this.columnR0000155; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0779800Column { + public global::System.Data.DataColumn R0000156Column { get { - return this.columnR0779800; + return this.columnR0000156; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0779900Column { + public global::System.Data.DataColumn R0000157Column { get { - return this.columnR0779900; + return this.columnR0000157; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1773900Column { + public global::System.Data.DataColumn R0000158Column { get { - return this.columnR1773900; + return this.columnR0000158; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1774000Column { + public global::System.Data.DataColumn R0000159Column { get { - return this.columnR1774000; + return this.columnR0000159; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0897300Column { + public global::System.Data.DataColumn R0000162Column { get { - return this.columnT0897300; + return this.columnR0000162; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0897400Column { + public global::System.Data.DataColumn R0000163Column { get { - return this.columnT0897400; + return this.columnR0000163; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0897500Column { + public global::System.Data.DataColumn R0000164Column { get { - return this.columnT0897500; + return this.columnR0000164; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2053800Column { + public global::System.Data.DataColumn R0000165Column { get { - return this.columnT2053800; + return this.columnR0000165; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2053900Column { + public global::System.Data.DataColumn R0000166Column { get { - return this.columnT2053900; + return this.columnR0000166; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2054000Column { + public global::System.Data.DataColumn R0214700Column { get { - return this.columnT2054000; + return this.columnR0214700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T3024700Column { + public global::System.Data.DataColumn R0214800Column { get { - return this.columnT3024700; + return this.columnR0214800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T3024800Column { + public global::System.Data.DataColumn R4125101Column { get { - return this.columnT3024800; + return this.columnR4125101; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T3024900Column { + public global::System.Data.DataColumn R4125801Column { get { - return this.columnT3024900; + return this.columnR4125801; } } [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 { + public global::System.Data.DataColumn R4126501Column { get { - return this.Rows.Count; + return this.columnR4126501; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1OutcomesRow this[int index] { + public global::System.Data.DataColumn R4127201Column { get { - return ((tblGen1OutcomesRow)(this.Rows[index])); + return this.columnR4127201; } } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen1OutcomesRowChangeEventHandler tblGen1OutcomesRowChanging; + public global::System.Data.DataColumn R4127901Column { + get { + return this.columnR4127901; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen1OutcomesRowChangeEventHandler tblGen1OutcomesRowChanged; + public global::System.Data.DataColumn R4128601Column { + get { + return this.columnR4128601; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen1OutcomesRowChangeEventHandler tblGen1OutcomesRowDeleting; + public global::System.Data.DataColumn R4129301Column { + get { + return this.columnR4129301; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen1OutcomesRowChangeEventHandler tblGen1OutcomesRowDeleted; + public global::System.Data.DataColumn R4130001Column { + get { + return this.columnR4130001; + } + } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void AddtblGen1OutcomesRow(tblGen1OutcomesRow row) { - this.Rows.Add(row); + public global::System.Data.DataColumn R4130701Column { + get { + return this.columnR4130701; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1OutcomesRow AddtblGen1OutcomesRow( - int R0000100, - int R0214700, - int R0214800, - int R0481600, - int R0481700, - int R0618200, - int R0618300, - int R0618301, - int R0779800, - int R0779900, - int R1773900, - int R1774000, - int T0897300, - int T0897400, - int T0897500, - int T2053800, - int T2053900, - int T2054000, - int T3024700, - int T3024800, - int T3024900) { - tblGen1OutcomesRow rowtblGen1OutcomesRow = ((tblGen1OutcomesRow)(this.NewRow())); - object[] columnValuesArray = new object[] { - R0000100, - R0214700, - R0214800, - R0481600, - R0481700, - R0618200, - R0618300, - R0618301, - R0779800, - R0779900, - R1773900, - R1774000, - T0897300, - T0897400, - T0897500, - T2053800, - T2053900, - T2054000, - T3024700, - T3024800, - T3024900}; - rowtblGen1OutcomesRow.ItemArray = columnValuesArray; - this.Rows.Add(rowtblGen1OutcomesRow); - return rowtblGen1OutcomesRow; + public global::System.Data.DataColumn R4131401Column { + get { + return this.columnR4131401; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1OutcomesRow FindByR0000100(int R0000100) { - return ((tblGen1OutcomesRow)(this.Rows.Find(new object[] { - R0000100}))); + public global::System.Data.DataColumn R4132101Column { + get { + return this.columnR4132101; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public override global::System.Data.DataTable Clone() { - tblGen1OutcomesDataTable cln = ((tblGen1OutcomesDataTable)(base.Clone())); - cln.InitVars(); - return cln; + public global::System.Data.DataColumn R4132801Column { + get { + return this.columnR4132801; + } } [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 tblGen1OutcomesDataTable(); + public global::System.Data.DataColumn R4133701Column { + get { + return this.columnR4133701; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal void InitVars() { - this.columnR0000100 = base.Columns["R0000100"]; - this.columnR0214700 = base.Columns["R0214700"]; - this.columnR0214800 = base.Columns["R0214800"]; - this.columnR0481600 = base.Columns["R0481600"]; - this.columnR0481700 = base.Columns["R0481700"]; - this.columnR0618200 = base.Columns["R0618200"]; - this.columnR0618300 = base.Columns["R0618300"]; - this.columnR0618301 = base.Columns["R0618301"]; - this.columnR0779800 = base.Columns["R0779800"]; - this.columnR0779900 = base.Columns["R0779900"]; - this.columnR1773900 = base.Columns["R1773900"]; - this.columnR1774000 = base.Columns["R1774000"]; - this.columnT0897300 = base.Columns["T0897300"]; - this.columnT0897400 = base.Columns["T0897400"]; - this.columnT0897500 = base.Columns["T0897500"]; - this.columnT2053800 = base.Columns["T2053800"]; - this.columnT2053900 = base.Columns["T2053900"]; - this.columnT2054000 = base.Columns["T2054000"]; - this.columnT3024700 = base.Columns["T3024700"]; - this.columnT3024800 = base.Columns["T3024800"]; - this.columnT3024900 = base.Columns["T3024900"]; + public global::System.Data.DataColumn R4521500Column { + get { + return this.columnR4521500; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - private void InitClass() { - this.columnR0000100 = new global::System.Data.DataColumn("R0000100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0000100); - this.columnR0214700 = new global::System.Data.DataColumn("R0214700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0214700); - this.columnR0214800 = new global::System.Data.DataColumn("R0214800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0214800); - this.columnR0481600 = new global::System.Data.DataColumn("R0481600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0481600); - this.columnR0481700 = new global::System.Data.DataColumn("R0481700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0481700); - this.columnR0618200 = new global::System.Data.DataColumn("R0618200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0618200); - this.columnR0618300 = new global::System.Data.DataColumn("R0618300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0618300); - this.columnR0618301 = new global::System.Data.DataColumn("R0618301", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0618301); - this.columnR0779800 = new global::System.Data.DataColumn("R0779800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0779800); - this.columnR0779900 = new global::System.Data.DataColumn("R0779900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0779900); - this.columnR1773900 = new global::System.Data.DataColumn("R1773900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR1773900); - this.columnR1774000 = new global::System.Data.DataColumn("R1774000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR1774000); - this.columnT0897300 = new global::System.Data.DataColumn("T0897300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0897300); - this.columnT0897400 = new global::System.Data.DataColumn("T0897400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0897400); - this.columnT0897500 = new global::System.Data.DataColumn("T0897500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0897500); - this.columnT2053800 = new global::System.Data.DataColumn("T2053800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2053800); - this.columnT2053900 = new global::System.Data.DataColumn("T2053900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2053900); - this.columnT2054000 = new global::System.Data.DataColumn("T2054000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2054000); - this.columnT3024700 = new global::System.Data.DataColumn("T3024700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT3024700); - this.columnT3024800 = new global::System.Data.DataColumn("T3024800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT3024800); - this.columnT3024900 = new global::System.Data.DataColumn("T3024900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT3024900); - this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { - this.columnR0000100}, true)); - this.columnR0000100.AllowDBNull = false; - this.columnR0000100.Unique = true; + public global::System.Data.DataColumn R4521700Column { + get { + return this.columnR4521700; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1OutcomesRow NewtblGen1OutcomesRow() { - return ((tblGen1OutcomesRow)(this.NewRow())); + public global::System.Data.DataColumn R4521800Column { + get { + return this.columnR4521800; + } } [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 tblGen1OutcomesRow(builder); + public global::System.Data.DataColumn R4521900Column { + get { + return this.columnR4521900; + } } [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(tblGen1OutcomesRow); + public global::System.Data.DataColumn R4522000Column { + get { + return this.columnR4522000; + } } [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.tblGen1OutcomesRowChanged != null)) { - this.tblGen1OutcomesRowChanged(this, new tblGen1OutcomesRowChangeEvent(((tblGen1OutcomesRow)(e.Row)), e.Action)); + public global::System.Data.DataColumn R4522100Column { + get { + return this.columnR4522100; } } [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.tblGen1OutcomesRowChanging != null)) { - this.tblGen1OutcomesRowChanging(this, new tblGen1OutcomesRowChangeEvent(((tblGen1OutcomesRow)(e.Row)), e.Action)); + public global::System.Data.DataColumn R4522200Column { + get { + return this.columnR4522200; } } [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.tblGen1OutcomesRowDeleted != null)) { - this.tblGen1OutcomesRowDeleted(this, new tblGen1OutcomesRowChangeEvent(((tblGen1OutcomesRow)(e.Row)), e.Action)); + public global::System.Data.DataColumn R4522300Column { + get { + return this.columnR4522300; } } [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.tblGen1OutcomesRowDeleting != null)) { - this.tblGen1OutcomesRowDeleting(this, new tblGen1OutcomesRowChangeEvent(((tblGen1OutcomesRow)(e.Row)), e.Action)); + public global::System.Data.DataColumn R4522400Column { + get { + return this.columnR4522400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void RemovetblGen1OutcomesRow(tblGen1OutcomesRow row) { - this.Rows.Remove(row); + public global::System.Data.DataColumn R4522500Column { + get { + return this.columnR4522500; + } } [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(); - ImportDataSet ds = new ImportDataSet(); - 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 = "tblGen1OutcomesDataTable"; - 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(); - } - } + public global::System.Data.DataColumn R4522600Column { + get { + return this.columnR4522600; } - xs.Add(dsSchema); - return type; } - } - - /// - ///Represents the strongly named DataTable class. - /// - [global::System.Serializable()] - [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class tblGen2OutcomesHeightDataTable : global::System.Data.TypedTableBase { - - private global::System.Data.DataColumn columnC0000100; - - private global::System.Data.DataColumn columnC0000200; - - private global::System.Data.DataColumn columnC0005300; - - private global::System.Data.DataColumn columnC0005400; - - private global::System.Data.DataColumn columnC0005700; - - private global::System.Data.DataColumn columnC0577600; - - private global::System.Data.DataColumn columnC0606300; - - private global::System.Data.DataColumn columnC0606400; - - private global::System.Data.DataColumn columnC0826400; - - private global::System.Data.DataColumn columnC0826500; - - private global::System.Data.DataColumn columnC1016700; - - private global::System.Data.DataColumn columnC1016800; - - private global::System.Data.DataColumn columnC1220200; - - private global::System.Data.DataColumn columnC1220300; - - private global::System.Data.DataColumn columnC1532700; - - private global::System.Data.DataColumn columnC1532800; - - private global::System.Data.DataColumn columnC1779300; - - private global::System.Data.DataColumn columnC1779400; - - private global::System.Data.DataColumn columnC2288500; - - private global::System.Data.DataColumn columnC2288600; - - private global::System.Data.DataColumn columnC2552300; - - private global::System.Data.DataColumn columnC2820900; - - private global::System.Data.DataColumn columnC3130400; - - private global::System.Data.DataColumn columnC3553400; - - private global::System.Data.DataColumn columnC3634500; - - private global::System.Data.DataColumn columnC3898000; - - private global::System.Data.DataColumn columnC4013000; - - private global::System.Data.DataColumn columnC5147900; - - private global::System.Data.DataColumn columnY0308300; - - private global::System.Data.DataColumn columnY0308400; - - private global::System.Data.DataColumn columnY0609600; - - private global::System.Data.DataColumn columnY0609700; - - private global::System.Data.DataColumn columnY0903900; - - private global::System.Data.DataColumn columnY0904000; - - private global::System.Data.DataColumn columnY1150800; - - private global::System.Data.DataColumn columnY1150900; - - private global::System.Data.DataColumn columnY1385800; - - private global::System.Data.DataColumn columnY1385900; - - private global::System.Data.DataColumn columnY1637500; - - private global::System.Data.DataColumn columnY1637600; - - private global::System.Data.DataColumn columnY1891100; - - private global::System.Data.DataColumn columnY1891200; - - private global::System.Data.DataColumn columnY2207000; - - private global::System.Data.DataColumn columnY2207100; - - private global::System.Data.DataColumn columnY2544700; - private global::System.Data.DataColumn columnY2544800; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn R4522700Column { + get { + return this.columnR4522700; + } + } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2OutcomesHeightDataTable() { - this.TableName = "tblGen2OutcomesHeight"; - this.BeginInit(); - this.InitClass(); - this.EndInit(); + public global::System.Data.DataColumn R4522800Column { + get { + return this.columnR4522800; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblGen2OutcomesHeightDataTable(global::System.Data.DataTable table) { - this.TableName = table.TableName; - if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { - this.CaseSensitive = table.CaseSensitive; + public global::System.Data.DataColumn T0002000Column { + get { + return this.columnT0002000; } - if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) { - this.Locale = table.Locale; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T0002100Column { + get { + return this.columnT0002100; } - if ((table.Namespace != table.DataSet.Namespace)) { - this.Namespace = table.Namespace; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T0002200Column { + get { + return this.columnT0002200; } - 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 tblGen2OutcomesHeightDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : - base(info, context) { - this.InitVars(); + public global::System.Data.DataColumn T0002300Column { + get { + return this.columnT0002300; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0000100Column { + public global::System.Data.DataColumn T0002400Column { get { - return this.columnC0000100; + return this.columnT0002400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0000200Column { + public global::System.Data.DataColumn T0002500Column { get { - return this.columnC0000200; + return this.columnT0002500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0005300Column { + public global::System.Data.DataColumn T0002600Column { get { - return this.columnC0005300; + return this.columnT0002600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0005400Column { + public global::System.Data.DataColumn T0002700Column { get { - return this.columnC0005400; + return this.columnT0002700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0005700Column { + public global::System.Data.DataColumn T0002800Column { get { - return this.columnC0005700; + return this.columnT0002800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0577600Column { + public global::System.Data.DataColumn T0002900Column { get { - return this.columnC0577600; + return this.columnT0002900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0606300Column { + public global::System.Data.DataColumn T0003000Column { get { - return this.columnC0606300; + return this.columnT0003000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0606400Column { + public global::System.Data.DataColumn T0003100Column { get { - return this.columnC0606400; + return this.columnT0003100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0826400Column { + public global::System.Data.DataColumn T0003200Column { get { - return this.columnC0826400; + return this.columnT0003200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0826500Column { + public global::System.Data.DataColumn T0003300Column { get { - return this.columnC0826500; + return this.columnT0003300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1016700Column { + public global::System.Data.DataColumn T0003400Column { get { - return this.columnC1016700; + return this.columnT0003400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1016800Column { + public global::System.Data.DataColumn T0003500Column { get { - return this.columnC1016800; + return this.columnT0003500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1220200Column { + public global::System.Data.DataColumn T0003600Column { get { - return this.columnC1220200; + return this.columnT0003600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1220300Column { + public global::System.Data.DataColumn T0003700Column { get { - return this.columnC1220300; + return this.columnT0003700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1532700Column { + public global::System.Data.DataColumn T0003800Column { get { - return this.columnC1532700; + return this.columnT0003800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1532800Column { + public global::System.Data.DataColumn T0003900Column { get { - return this.columnC1532800; + return this.columnT0003900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1779300Column { + public global::System.Data.DataColumn T0004000Column { get { - return this.columnC1779300; + return this.columnT0004000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1779400Column { + public global::System.Data.DataColumn T0004100Column { get { - return this.columnC1779400; + return this.columnT0004100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C2288500Column { + public global::System.Data.DataColumn T0004200Column { get { - return this.columnC2288500; + return this.columnT0004200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C2288600Column { + public global::System.Data.DataColumn T0004300Column { get { - return this.columnC2288600; + return this.columnT0004300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C2552300Column { + public global::System.Data.DataColumn T0004400Column { get { - return this.columnC2552300; + return this.columnT0004400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C2820900Column { + public global::System.Data.DataColumn T0004500Column { get { - return this.columnC2820900; + return this.columnT0004500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3130400Column { + public global::System.Data.DataColumn T2261500Column { get { - return this.columnC3130400; + return this.columnT2261500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3553400Column { + public global::System.Data.DataColumn T2261600Column { get { - return this.columnC3553400; + return this.columnT2261600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3634500Column { + public global::System.Data.DataColumn T2261700Column { get { - return this.columnC3634500; + return this.columnT2261700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3898000Column { + public global::System.Data.DataColumn T2261800Column { get { - return this.columnC3898000; + return this.columnT2261800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C4013000Column { + public global::System.Data.DataColumn T2261900Column { get { - return this.columnC4013000; + return this.columnT2261900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C5147900Column { + public global::System.Data.DataColumn T2262000Column { get { - return this.columnC5147900; + return this.columnT2262000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0308300Column { + public global::System.Data.DataColumn T2262100Column { get { - return this.columnY0308300; + return this.columnT2262100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0308400Column { + public global::System.Data.DataColumn T2262200Column { get { - return this.columnY0308400; + return this.columnT2262200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0609600Column { + public global::System.Data.DataColumn T2262300Column { get { - return this.columnY0609600; + return this.columnT2262300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0609700Column { + public global::System.Data.DataColumn T2262400Column { get { - return this.columnY0609700; + return this.columnT2262400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0903900Column { + public global::System.Data.DataColumn T2262500Column { get { - return this.columnY0903900; + return this.columnT2262500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0904000Column { + public global::System.Data.DataColumn T2262600Column { get { - return this.columnY0904000; + return this.columnT2262600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1150800Column { + public global::System.Data.DataColumn T2262700Column { get { - return this.columnY1150800; + return this.columnT2262700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1150900Column { + public global::System.Data.DataColumn T2262800Column { get { - return this.columnY1150900; + return this.columnT2262800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1385800Column { + public global::System.Data.DataColumn T2262900Column { get { - return this.columnY1385800; + return this.columnT2262900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1385900Column { + public global::System.Data.DataColumn T2263000Column { get { - return this.columnY1385900; + return this.columnT2263000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1637500Column { + public global::System.Data.DataColumn T2263100Column { get { - return this.columnY1637500; + return this.columnT2263100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1637600Column { + public global::System.Data.DataColumn T2263200Column { get { - return this.columnY1637600; + return this.columnT2263200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1891100Column { + public global::System.Data.DataColumn T2263300Column { get { - return this.columnY1891100; + return this.columnT2263300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1891200Column { + public global::System.Data.DataColumn T2263400Column { get { - return this.columnY1891200; + return this.columnT2263400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2207000Column { + public global::System.Data.DataColumn T2263500Column { get { - return this.columnY2207000; + return this.columnT2263500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2207100Column { + public global::System.Data.DataColumn T2263600Column { get { - return this.columnY2207100; + return this.columnT2263600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2544700Column { + public global::System.Data.DataColumn T2263700Column { get { - return this.columnY2544700; + return this.columnT2263700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2544800Column { + public global::System.Data.DataColumn T2263800Column { get { - return this.columnY2544800; + return this.columnT2263800; } } @@ -4057,143 +3607,241 @@ public int Count { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2OutcomesHeightRow this[int index] { + public tblGen1ExplicitRow this[int index] { get { - return ((tblGen2OutcomesHeightRow)(this.Rows[index])); + return ((tblGen1ExplicitRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2OutcomesHeightRowChangeEventHandler tblGen2OutcomesHeightRowChanging; + public event tblGen1ExplicitRowChangeEventHandler tblGen1ExplicitRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2OutcomesHeightRowChangeEventHandler tblGen2OutcomesHeightRowChanged; + public event tblGen1ExplicitRowChangeEventHandler tblGen1ExplicitRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2OutcomesHeightRowChangeEventHandler tblGen2OutcomesHeightRowDeleting; + public event tblGen1ExplicitRowChangeEventHandler tblGen1ExplicitRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2OutcomesHeightRowChangeEventHandler tblGen2OutcomesHeightRowDeleted; + public event tblGen1ExplicitRowChangeEventHandler tblGen1ExplicitRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void AddtblGen2OutcomesHeightRow(tblGen2OutcomesHeightRow row) { + public void AddtblGen1ExplicitRow(tblGen1ExplicitRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2OutcomesHeightRow AddtblGen2OutcomesHeightRow( - int C0000100, - int C0000200, - int C0005300, - int C0005400, - int C0005700, - int C0577600, - int C0606300, - int C0606400, - int C0826400, - int C0826500, - int C1016700, - int C1016800, - int C1220200, - int C1220300, - int C1532700, - int C1532800, - int C1779300, - int C1779400, - int C2288500, - int C2288600, - int C2552300, - int C2820900, - int C3130400, - int C3553400, - int C3634500, - int C3898000, - int C4013000, - int C5147900, - int Y0308300, - int Y0308400, - int Y0609600, - int Y0609700, - int Y0903900, - int Y0904000, - int Y1150800, - int Y1150900, - int Y1385800, - int Y1385900, - int Y1637500, - int Y1637600, - int Y1891100, - int Y1891200, - int Y2207000, - int Y2207100, - int Y2544700, - int Y2544800) { - tblGen2OutcomesHeightRow rowtblGen2OutcomesHeightRow = ((tblGen2OutcomesHeightRow)(this.NewRow())); - object[] columnValuesArray = new object[] { - C0000100, - C0000200, - C0005300, - C0005400, - C0005700, - C0577600, - C0606300, - C0606400, - C0826400, - C0826500, - C1016700, - C1016800, - C1220200, - C1220300, - C1532700, - C1532800, - C1779300, - C1779400, - C2288500, - C2288600, - C2552300, - C2820900, - C3130400, - C3553400, - C3634500, - C3898000, - C4013000, - C5147900, - Y0308300, - Y0308400, - Y0609600, - Y0609700, - Y0903900, - Y0904000, - Y1150800, - Y1150900, - Y1385800, - Y1385900, - Y1637500, - Y1637600, - Y1891100, - Y1891200, - Y2207000, - Y2207100, - Y2544700, - Y2544800}; - rowtblGen2OutcomesHeightRow.ItemArray = columnValuesArray; - this.Rows.Add(rowtblGen2OutcomesHeightRow); - return rowtblGen2OutcomesHeightRow; + public tblGen1ExplicitRow AddtblGen1ExplicitRow( + int R0000100, + int R0000149, + int R0000150, + int R0000151, + int R0000152, + int R0000153, + int R0000154, + int R0000155, + int R0000156, + int R0000157, + int R0000158, + int R0000159, + int R0000162, + int R0000163, + int R0000164, + int R0000165, + int R0000166, + int R0214700, + int R0214800, + int R4125101, + int R4125801, + int R4126501, + int R4127201, + int R4127901, + int R4128601, + int R4129301, + int R4130001, + int R4130701, + int R4131401, + int R4132101, + int R4132801, + int R4133701, + int R4521500, + int R4521700, + int R4521800, + int R4521900, + int R4522000, + int R4522100, + int R4522200, + int R4522300, + int R4522400, + int R4522500, + int R4522600, + int R4522700, + int R4522800, + int T0002000, + int T0002100, + int T0002200, + int T0002300, + int T0002400, + int T0002500, + int T0002600, + int T0002700, + int T0002800, + int T0002900, + int T0003000, + int T0003100, + int T0003200, + int T0003300, + int T0003400, + int T0003500, + int T0003600, + int T0003700, + int T0003800, + int T0003900, + int T0004000, + int T0004100, + int T0004200, + int T0004300, + int T0004400, + int T0004500, + int T2261500, + int T2261600, + int T2261700, + int T2261800, + int T2261900, + int T2262000, + int T2262100, + int T2262200, + int T2262300, + int T2262400, + int T2262500, + int T2262600, + int T2262700, + int T2262800, + int T2262900, + int T2263000, + int T2263100, + int T2263200, + int T2263300, + int T2263400, + int T2263500, + int T2263600, + int T2263700, + int T2263800) { + tblGen1ExplicitRow rowtblGen1ExplicitRow = ((tblGen1ExplicitRow)(this.NewRow())); + object[] columnValuesArray = new object[] { + R0000100, + R0000149, + R0000150, + R0000151, + R0000152, + R0000153, + R0000154, + R0000155, + R0000156, + R0000157, + R0000158, + R0000159, + R0000162, + R0000163, + R0000164, + R0000165, + R0000166, + R0214700, + R0214800, + R4125101, + R4125801, + R4126501, + R4127201, + R4127901, + R4128601, + R4129301, + R4130001, + R4130701, + R4131401, + R4132101, + R4132801, + R4133701, + R4521500, + R4521700, + R4521800, + R4521900, + R4522000, + R4522100, + R4522200, + R4522300, + R4522400, + R4522500, + R4522600, + R4522700, + R4522800, + T0002000, + T0002100, + T0002200, + T0002300, + T0002400, + T0002500, + T0002600, + T0002700, + T0002800, + T0002900, + T0003000, + T0003100, + T0003200, + T0003300, + T0003400, + T0003500, + T0003600, + T0003700, + T0003800, + T0003900, + T0004000, + T0004100, + T0004200, + T0004300, + T0004400, + T0004500, + T2261500, + T2261600, + T2261700, + T2261800, + T2261900, + T2262000, + T2262100, + T2262200, + T2262300, + T2262400, + T2262500, + T2262600, + T2262700, + T2262800, + T2262900, + T2263000, + T2263100, + T2263200, + T2263300, + T2263400, + T2263500, + T2263600, + T2263700, + T2263800}; + rowtblGen1ExplicitRow.ItemArray = columnValuesArray; + this.Rows.Add(rowtblGen1ExplicitRow); + return rowtblGen1ExplicitRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2OutcomesHeightRow FindByC0000100(int C0000100) { - return ((tblGen2OutcomesHeightRow)(this.Rows.Find(new object[] { - C0000100}))); + public tblGen1ExplicitRow FindByR0000100(int R0000100) { + return ((tblGen1ExplicitRow)(this.Rows.Find(new object[] { + R0000100}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { - tblGen2OutcomesHeightDataTable cln = ((tblGen2OutcomesHeightDataTable)(base.Clone())); + tblGen1ExplicitDataTable cln = ((tblGen1ExplicitDataTable)(base.Clone())); cln.InitVars(); return cln; } @@ -4201,185 +3849,332 @@ public tblGen2OutcomesHeightRow FindByC0000100(int C0000100) { [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 tblGen2OutcomesHeightDataTable(); + return new tblGen1ExplicitDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { - this.columnC0000100 = base.Columns["C0000100"]; - this.columnC0000200 = base.Columns["C0000200"]; - this.columnC0005300 = base.Columns["C0005300"]; - this.columnC0005400 = base.Columns["C0005400"]; - this.columnC0005700 = base.Columns["C0005700"]; - this.columnC0577600 = base.Columns["C0577600"]; - this.columnC0606300 = base.Columns["C0606300"]; - this.columnC0606400 = base.Columns["C0606400"]; - this.columnC0826400 = base.Columns["C0826400"]; - this.columnC0826500 = base.Columns["C0826500"]; - this.columnC1016700 = base.Columns["C1016700"]; - this.columnC1016800 = base.Columns["C1016800"]; - this.columnC1220200 = base.Columns["C1220200"]; - this.columnC1220300 = base.Columns["C1220300"]; - this.columnC1532700 = base.Columns["C1532700"]; - this.columnC1532800 = base.Columns["C1532800"]; - this.columnC1779300 = base.Columns["C1779300"]; - this.columnC1779400 = base.Columns["C1779400"]; - this.columnC2288500 = base.Columns["C2288500"]; - this.columnC2288600 = base.Columns["C2288600"]; - this.columnC2552300 = base.Columns["C2552300"]; - this.columnC2820900 = base.Columns["C2820900"]; - this.columnC3130400 = base.Columns["C3130400"]; - this.columnC3553400 = base.Columns["C3553400"]; - this.columnC3634500 = base.Columns["C3634500"]; - this.columnC3898000 = base.Columns["C3898000"]; - this.columnC4013000 = base.Columns["C4013000"]; - this.columnC5147900 = base.Columns["C5147900"]; - this.columnY0308300 = base.Columns["Y0308300"]; - this.columnY0308400 = base.Columns["Y0308400"]; - this.columnY0609600 = base.Columns["Y0609600"]; - this.columnY0609700 = base.Columns["Y0609700"]; - this.columnY0903900 = base.Columns["Y0903900"]; - this.columnY0904000 = base.Columns["Y0904000"]; - this.columnY1150800 = base.Columns["Y1150800"]; - this.columnY1150900 = base.Columns["Y1150900"]; - this.columnY1385800 = base.Columns["Y1385800"]; - this.columnY1385900 = base.Columns["Y1385900"]; - this.columnY1637500 = base.Columns["Y1637500"]; - this.columnY1637600 = base.Columns["Y1637600"]; - this.columnY1891100 = base.Columns["Y1891100"]; - this.columnY1891200 = base.Columns["Y1891200"]; - this.columnY2207000 = base.Columns["Y2207000"]; - this.columnY2207100 = base.Columns["Y2207100"]; - this.columnY2544700 = base.Columns["Y2544700"]; - this.columnY2544800 = base.Columns["Y2544800"]; + this.columnR0000100 = base.Columns["R0000100"]; + this.columnR0000149 = base.Columns["R0000149"]; + this.columnR0000150 = base.Columns["R0000150"]; + this.columnR0000151 = base.Columns["R0000151"]; + this.columnR0000152 = base.Columns["R0000152"]; + this.columnR0000153 = base.Columns["R0000153"]; + this.columnR0000154 = base.Columns["R0000154"]; + this.columnR0000155 = base.Columns["R0000155"]; + this.columnR0000156 = base.Columns["R0000156"]; + this.columnR0000157 = base.Columns["R0000157"]; + this.columnR0000158 = base.Columns["R0000158"]; + this.columnR0000159 = base.Columns["R0000159"]; + this.columnR0000162 = base.Columns["R0000162"]; + this.columnR0000163 = base.Columns["R0000163"]; + this.columnR0000164 = base.Columns["R0000164"]; + this.columnR0000165 = base.Columns["R0000165"]; + this.columnR0000166 = base.Columns["R0000166"]; + this.columnR0214700 = base.Columns["R0214700"]; + this.columnR0214800 = base.Columns["R0214800"]; + this.columnR4125101 = base.Columns["R4125101"]; + this.columnR4125801 = base.Columns["R4125801"]; + this.columnR4126501 = base.Columns["R4126501"]; + this.columnR4127201 = base.Columns["R4127201"]; + this.columnR4127901 = base.Columns["R4127901"]; + this.columnR4128601 = base.Columns["R4128601"]; + this.columnR4129301 = base.Columns["R4129301"]; + this.columnR4130001 = base.Columns["R4130001"]; + this.columnR4130701 = base.Columns["R4130701"]; + this.columnR4131401 = base.Columns["R4131401"]; + this.columnR4132101 = base.Columns["R4132101"]; + this.columnR4132801 = base.Columns["R4132801"]; + this.columnR4133701 = base.Columns["R4133701"]; + this.columnR4521500 = base.Columns["R4521500"]; + this.columnR4521700 = base.Columns["R4521700"]; + this.columnR4521800 = base.Columns["R4521800"]; + this.columnR4521900 = base.Columns["R4521900"]; + this.columnR4522000 = base.Columns["R4522000"]; + this.columnR4522100 = base.Columns["R4522100"]; + this.columnR4522200 = base.Columns["R4522200"]; + this.columnR4522300 = base.Columns["R4522300"]; + this.columnR4522400 = base.Columns["R4522400"]; + this.columnR4522500 = base.Columns["R4522500"]; + this.columnR4522600 = base.Columns["R4522600"]; + this.columnR4522700 = base.Columns["R4522700"]; + this.columnR4522800 = base.Columns["R4522800"]; + this.columnT0002000 = base.Columns["T0002000"]; + this.columnT0002100 = base.Columns["T0002100"]; + this.columnT0002200 = base.Columns["T0002200"]; + this.columnT0002300 = base.Columns["T0002300"]; + this.columnT0002400 = base.Columns["T0002400"]; + this.columnT0002500 = base.Columns["T0002500"]; + this.columnT0002600 = base.Columns["T0002600"]; + this.columnT0002700 = base.Columns["T0002700"]; + this.columnT0002800 = base.Columns["T0002800"]; + this.columnT0002900 = base.Columns["T0002900"]; + this.columnT0003000 = base.Columns["T0003000"]; + this.columnT0003100 = base.Columns["T0003100"]; + this.columnT0003200 = base.Columns["T0003200"]; + this.columnT0003300 = base.Columns["T0003300"]; + this.columnT0003400 = base.Columns["T0003400"]; + this.columnT0003500 = base.Columns["T0003500"]; + this.columnT0003600 = base.Columns["T0003600"]; + this.columnT0003700 = base.Columns["T0003700"]; + this.columnT0003800 = base.Columns["T0003800"]; + this.columnT0003900 = base.Columns["T0003900"]; + this.columnT0004000 = base.Columns["T0004000"]; + this.columnT0004100 = base.Columns["T0004100"]; + this.columnT0004200 = base.Columns["T0004200"]; + this.columnT0004300 = base.Columns["T0004300"]; + this.columnT0004400 = base.Columns["T0004400"]; + this.columnT0004500 = base.Columns["T0004500"]; + this.columnT2261500 = base.Columns["T2261500"]; + this.columnT2261600 = base.Columns["T2261600"]; + this.columnT2261700 = base.Columns["T2261700"]; + this.columnT2261800 = base.Columns["T2261800"]; + this.columnT2261900 = base.Columns["T2261900"]; + this.columnT2262000 = base.Columns["T2262000"]; + this.columnT2262100 = base.Columns["T2262100"]; + this.columnT2262200 = base.Columns["T2262200"]; + this.columnT2262300 = base.Columns["T2262300"]; + this.columnT2262400 = base.Columns["T2262400"]; + this.columnT2262500 = base.Columns["T2262500"]; + this.columnT2262600 = base.Columns["T2262600"]; + this.columnT2262700 = base.Columns["T2262700"]; + this.columnT2262800 = base.Columns["T2262800"]; + this.columnT2262900 = base.Columns["T2262900"]; + this.columnT2263000 = base.Columns["T2263000"]; + this.columnT2263100 = base.Columns["T2263100"]; + this.columnT2263200 = base.Columns["T2263200"]; + this.columnT2263300 = base.Columns["T2263300"]; + this.columnT2263400 = base.Columns["T2263400"]; + this.columnT2263500 = base.Columns["T2263500"]; + this.columnT2263600 = base.Columns["T2263600"]; + this.columnT2263700 = base.Columns["T2263700"]; + this.columnT2263800 = base.Columns["T2263800"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { - this.columnC0000100 = new global::System.Data.DataColumn("C0000100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0000100); - this.columnC0000200 = new global::System.Data.DataColumn("C0000200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0000200); - this.columnC0005300 = new global::System.Data.DataColumn("C0005300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0005300); - this.columnC0005400 = new global::System.Data.DataColumn("C0005400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0005400); - this.columnC0005700 = new global::System.Data.DataColumn("C0005700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0005700); - this.columnC0577600 = new global::System.Data.DataColumn("C0577600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0577600); - this.columnC0606300 = new global::System.Data.DataColumn("C0606300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0606300); - this.columnC0606400 = new global::System.Data.DataColumn("C0606400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0606400); - this.columnC0826400 = new global::System.Data.DataColumn("C0826400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0826400); - this.columnC0826500 = new global::System.Data.DataColumn("C0826500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0826500); - this.columnC1016700 = new global::System.Data.DataColumn("C1016700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1016700); - this.columnC1016800 = new global::System.Data.DataColumn("C1016800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1016800); - this.columnC1220200 = new global::System.Data.DataColumn("C1220200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1220200); - this.columnC1220300 = new global::System.Data.DataColumn("C1220300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1220300); - this.columnC1532700 = new global::System.Data.DataColumn("C1532700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1532700); - this.columnC1532800 = new global::System.Data.DataColumn("C1532800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1532800); - this.columnC1779300 = new global::System.Data.DataColumn("C1779300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1779300); - this.columnC1779400 = new global::System.Data.DataColumn("C1779400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1779400); - this.columnC2288500 = new global::System.Data.DataColumn("C2288500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC2288500); - this.columnC2288600 = new global::System.Data.DataColumn("C2288600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC2288600); - this.columnC2552300 = new global::System.Data.DataColumn("C2552300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC2552300); - this.columnC2820900 = new global::System.Data.DataColumn("C2820900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC2820900); - this.columnC3130400 = new global::System.Data.DataColumn("C3130400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3130400); - this.columnC3553400 = new global::System.Data.DataColumn("C3553400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3553400); - this.columnC3634500 = new global::System.Data.DataColumn("C3634500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3634500); - this.columnC3898000 = new global::System.Data.DataColumn("C3898000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3898000); - this.columnC4013000 = new global::System.Data.DataColumn("C4013000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC4013000); - this.columnC5147900 = new global::System.Data.DataColumn("C5147900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC5147900); - this.columnY0308300 = new global::System.Data.DataColumn("Y0308300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0308300); - this.columnY0308400 = new global::System.Data.DataColumn("Y0308400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0308400); - this.columnY0609600 = new global::System.Data.DataColumn("Y0609600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0609600); - this.columnY0609700 = new global::System.Data.DataColumn("Y0609700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0609700); - this.columnY0903900 = new global::System.Data.DataColumn("Y0903900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0903900); - this.columnY0904000 = new global::System.Data.DataColumn("Y0904000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0904000); - this.columnY1150800 = new global::System.Data.DataColumn("Y1150800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1150800); - this.columnY1150900 = new global::System.Data.DataColumn("Y1150900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1150900); - this.columnY1385800 = new global::System.Data.DataColumn("Y1385800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1385800); - this.columnY1385900 = new global::System.Data.DataColumn("Y1385900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1385900); - this.columnY1637500 = new global::System.Data.DataColumn("Y1637500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1637500); - this.columnY1637600 = new global::System.Data.DataColumn("Y1637600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1637600); - this.columnY1891100 = new global::System.Data.DataColumn("Y1891100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1891100); - this.columnY1891200 = new global::System.Data.DataColumn("Y1891200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1891200); - this.columnY2207000 = new global::System.Data.DataColumn("Y2207000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2207000); - this.columnY2207100 = new global::System.Data.DataColumn("Y2207100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2207100); - this.columnY2544700 = new global::System.Data.DataColumn("Y2544700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2544700); - this.columnY2544800 = new global::System.Data.DataColumn("Y2544800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2544800); + this.columnR0000100 = new global::System.Data.DataColumn("R0000100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0000100); + this.columnR0000149 = new global::System.Data.DataColumn("R0000149", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0000149); + this.columnR0000150 = new global::System.Data.DataColumn("R0000150", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0000150); + this.columnR0000151 = new global::System.Data.DataColumn("R0000151", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0000151); + this.columnR0000152 = new global::System.Data.DataColumn("R0000152", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0000152); + this.columnR0000153 = new global::System.Data.DataColumn("R0000153", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0000153); + this.columnR0000154 = new global::System.Data.DataColumn("R0000154", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0000154); + this.columnR0000155 = new global::System.Data.DataColumn("R0000155", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0000155); + this.columnR0000156 = new global::System.Data.DataColumn("R0000156", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0000156); + this.columnR0000157 = new global::System.Data.DataColumn("R0000157", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0000157); + this.columnR0000158 = new global::System.Data.DataColumn("R0000158", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0000158); + this.columnR0000159 = new global::System.Data.DataColumn("R0000159", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0000159); + this.columnR0000162 = new global::System.Data.DataColumn("R0000162", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0000162); + this.columnR0000163 = new global::System.Data.DataColumn("R0000163", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0000163); + this.columnR0000164 = new global::System.Data.DataColumn("R0000164", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0000164); + this.columnR0000165 = new global::System.Data.DataColumn("R0000165", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0000165); + this.columnR0000166 = new global::System.Data.DataColumn("R0000166", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0000166); + this.columnR0214700 = new global::System.Data.DataColumn("R0214700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0214700); + this.columnR0214800 = new global::System.Data.DataColumn("R0214800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0214800); + this.columnR4125101 = new global::System.Data.DataColumn("R4125101", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4125101); + this.columnR4125801 = new global::System.Data.DataColumn("R4125801", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4125801); + this.columnR4126501 = new global::System.Data.DataColumn("R4126501", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4126501); + this.columnR4127201 = new global::System.Data.DataColumn("R4127201", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4127201); + this.columnR4127901 = new global::System.Data.DataColumn("R4127901", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4127901); + this.columnR4128601 = new global::System.Data.DataColumn("R4128601", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4128601); + this.columnR4129301 = new global::System.Data.DataColumn("R4129301", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4129301); + this.columnR4130001 = new global::System.Data.DataColumn("R4130001", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4130001); + this.columnR4130701 = new global::System.Data.DataColumn("R4130701", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4130701); + this.columnR4131401 = new global::System.Data.DataColumn("R4131401", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4131401); + this.columnR4132101 = new global::System.Data.DataColumn("R4132101", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4132101); + this.columnR4132801 = new global::System.Data.DataColumn("R4132801", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4132801); + this.columnR4133701 = new global::System.Data.DataColumn("R4133701", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4133701); + this.columnR4521500 = new global::System.Data.DataColumn("R4521500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4521500); + this.columnR4521700 = new global::System.Data.DataColumn("R4521700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4521700); + this.columnR4521800 = new global::System.Data.DataColumn("R4521800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4521800); + this.columnR4521900 = new global::System.Data.DataColumn("R4521900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4521900); + this.columnR4522000 = new global::System.Data.DataColumn("R4522000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4522000); + this.columnR4522100 = new global::System.Data.DataColumn("R4522100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4522100); + this.columnR4522200 = new global::System.Data.DataColumn("R4522200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4522200); + this.columnR4522300 = new global::System.Data.DataColumn("R4522300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4522300); + this.columnR4522400 = new global::System.Data.DataColumn("R4522400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4522400); + this.columnR4522500 = new global::System.Data.DataColumn("R4522500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4522500); + this.columnR4522600 = new global::System.Data.DataColumn("R4522600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4522600); + this.columnR4522700 = new global::System.Data.DataColumn("R4522700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4522700); + this.columnR4522800 = new global::System.Data.DataColumn("R4522800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4522800); + this.columnT0002000 = new global::System.Data.DataColumn("T0002000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0002000); + this.columnT0002100 = new global::System.Data.DataColumn("T0002100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0002100); + this.columnT0002200 = new global::System.Data.DataColumn("T0002200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0002200); + this.columnT0002300 = new global::System.Data.DataColumn("T0002300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0002300); + this.columnT0002400 = new global::System.Data.DataColumn("T0002400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0002400); + this.columnT0002500 = new global::System.Data.DataColumn("T0002500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0002500); + this.columnT0002600 = new global::System.Data.DataColumn("T0002600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0002600); + this.columnT0002700 = new global::System.Data.DataColumn("T0002700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0002700); + this.columnT0002800 = new global::System.Data.DataColumn("T0002800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0002800); + this.columnT0002900 = new global::System.Data.DataColumn("T0002900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0002900); + this.columnT0003000 = new global::System.Data.DataColumn("T0003000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0003000); + this.columnT0003100 = new global::System.Data.DataColumn("T0003100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0003100); + this.columnT0003200 = new global::System.Data.DataColumn("T0003200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0003200); + this.columnT0003300 = new global::System.Data.DataColumn("T0003300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0003300); + this.columnT0003400 = new global::System.Data.DataColumn("T0003400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0003400); + this.columnT0003500 = new global::System.Data.DataColumn("T0003500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0003500); + this.columnT0003600 = new global::System.Data.DataColumn("T0003600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0003600); + this.columnT0003700 = new global::System.Data.DataColumn("T0003700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0003700); + this.columnT0003800 = new global::System.Data.DataColumn("T0003800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0003800); + this.columnT0003900 = new global::System.Data.DataColumn("T0003900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0003900); + this.columnT0004000 = new global::System.Data.DataColumn("T0004000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0004000); + this.columnT0004100 = new global::System.Data.DataColumn("T0004100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0004100); + this.columnT0004200 = new global::System.Data.DataColumn("T0004200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0004200); + this.columnT0004300 = new global::System.Data.DataColumn("T0004300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0004300); + this.columnT0004400 = new global::System.Data.DataColumn("T0004400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0004400); + this.columnT0004500 = new global::System.Data.DataColumn("T0004500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0004500); + this.columnT2261500 = new global::System.Data.DataColumn("T2261500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2261500); + this.columnT2261600 = new global::System.Data.DataColumn("T2261600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2261600); + this.columnT2261700 = new global::System.Data.DataColumn("T2261700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2261700); + this.columnT2261800 = new global::System.Data.DataColumn("T2261800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2261800); + this.columnT2261900 = new global::System.Data.DataColumn("T2261900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2261900); + this.columnT2262000 = new global::System.Data.DataColumn("T2262000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2262000); + this.columnT2262100 = new global::System.Data.DataColumn("T2262100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2262100); + this.columnT2262200 = new global::System.Data.DataColumn("T2262200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2262200); + this.columnT2262300 = new global::System.Data.DataColumn("T2262300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2262300); + this.columnT2262400 = new global::System.Data.DataColumn("T2262400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2262400); + this.columnT2262500 = new global::System.Data.DataColumn("T2262500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2262500); + this.columnT2262600 = new global::System.Data.DataColumn("T2262600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2262600); + this.columnT2262700 = new global::System.Data.DataColumn("T2262700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2262700); + this.columnT2262800 = new global::System.Data.DataColumn("T2262800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2262800); + this.columnT2262900 = new global::System.Data.DataColumn("T2262900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2262900); + this.columnT2263000 = new global::System.Data.DataColumn("T2263000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2263000); + this.columnT2263100 = new global::System.Data.DataColumn("T2263100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2263100); + this.columnT2263200 = new global::System.Data.DataColumn("T2263200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2263200); + this.columnT2263300 = new global::System.Data.DataColumn("T2263300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2263300); + this.columnT2263400 = new global::System.Data.DataColumn("T2263400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2263400); + this.columnT2263500 = new global::System.Data.DataColumn("T2263500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2263500); + this.columnT2263600 = new global::System.Data.DataColumn("T2263600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2263600); + this.columnT2263700 = new global::System.Data.DataColumn("T2263700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2263700); + this.columnT2263800 = new global::System.Data.DataColumn("T2263800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2263800); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { - this.columnC0000100}, true)); - this.columnC0000100.AllowDBNull = false; - this.columnC0000100.Unique = true; + this.columnR0000100}, true)); + this.columnR0000100.AllowDBNull = false; + this.columnR0000100.Unique = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2OutcomesHeightRow NewtblGen2OutcomesHeightRow() { - return ((tblGen2OutcomesHeightRow)(this.NewRow())); + public tblGen1ExplicitRow NewtblGen1ExplicitRow() { + return ((tblGen1ExplicitRow)(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 tblGen2OutcomesHeightRow(builder); + return new tblGen1ExplicitRow(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(tblGen2OutcomesHeightRow); + return typeof(tblGen1ExplicitRow); } [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.tblGen2OutcomesHeightRowChanged != null)) { - this.tblGen2OutcomesHeightRowChanged(this, new tblGen2OutcomesHeightRowChangeEvent(((tblGen2OutcomesHeightRow)(e.Row)), e.Action)); + if ((this.tblGen1ExplicitRowChanged != null)) { + this.tblGen1ExplicitRowChanged(this, new tblGen1ExplicitRowChangeEvent(((tblGen1ExplicitRow)(e.Row)), e.Action)); } } @@ -4387,8 +4182,8 @@ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs [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.tblGen2OutcomesHeightRowChanging != null)) { - this.tblGen2OutcomesHeightRowChanging(this, new tblGen2OutcomesHeightRowChangeEvent(((tblGen2OutcomesHeightRow)(e.Row)), e.Action)); + if ((this.tblGen1ExplicitRowChanging != null)) { + this.tblGen1ExplicitRowChanging(this, new tblGen1ExplicitRowChangeEvent(((tblGen1ExplicitRow)(e.Row)), e.Action)); } } @@ -4396,8 +4191,8 @@ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs [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.tblGen2OutcomesHeightRowDeleted != null)) { - this.tblGen2OutcomesHeightRowDeleted(this, new tblGen2OutcomesHeightRowChangeEvent(((tblGen2OutcomesHeightRow)(e.Row)), e.Action)); + if ((this.tblGen1ExplicitRowDeleted != null)) { + this.tblGen1ExplicitRowDeleted(this, new tblGen1ExplicitRowChangeEvent(((tblGen1ExplicitRow)(e.Row)), e.Action)); } } @@ -4405,14 +4200,14 @@ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs [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.tblGen2OutcomesHeightRowDeleting != null)) { - this.tblGen2OutcomesHeightRowDeleting(this, new tblGen2OutcomesHeightRowChangeEvent(((tblGen2OutcomesHeightRow)(e.Row)), e.Action)); + if ((this.tblGen1ExplicitRowDeleting != null)) { + this.tblGen1ExplicitRowDeleting(this, new tblGen1ExplicitRowChangeEvent(((tblGen1ExplicitRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void RemovetblGen2OutcomesHeightRow(tblGen2OutcomesHeightRow row) { + public void RemovetblGen1ExplicitRow(tblGen1ExplicitRow row) { this.Rows.Remove(row); } @@ -4439,7 +4234,7 @@ public void RemovetblGen2OutcomesHeightRow(tblGen2OutcomesHeightRow row) { type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; - attribute2.FixedValue = "tblGen2OutcomesHeightDataTable"; + attribute2.FixedValue = "tblGen1ExplicitDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); @@ -4485,202 +4280,214 @@ public void RemovetblGen2OutcomesHeightRow(tblGen2OutcomesHeightRow row) { /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class tblGen1ExplicitDataTable : global::System.Data.TypedTableBase { + public partial class tblGen1ImplicitDataTable : global::System.Data.TypedTableBase { - private global::System.Data.DataColumn columnR0000100; + private global::System.Data.DataColumn columnH0001600; - private global::System.Data.DataColumn columnR0000149; + private global::System.Data.DataColumn columnH0001700; - private global::System.Data.DataColumn columnR0000150; + private global::System.Data.DataColumn columnH0001800; - private global::System.Data.DataColumn columnR0000151; + private global::System.Data.DataColumn columnH0001900; - private global::System.Data.DataColumn columnR0000152; + private global::System.Data.DataColumn columnH0002000; - private global::System.Data.DataColumn columnR0000153; + private global::System.Data.DataColumn columnH0002100; - private global::System.Data.DataColumn columnR0000154; + private global::System.Data.DataColumn columnH0002200; - private global::System.Data.DataColumn columnR0000155; + private global::System.Data.DataColumn columnH0002300; - private global::System.Data.DataColumn columnR0000156; + private global::System.Data.DataColumn columnH0002400; - private global::System.Data.DataColumn columnR0000157; + private global::System.Data.DataColumn columnH0002500; - private global::System.Data.DataColumn columnR0000158; + private global::System.Data.DataColumn columnH0002600; - private global::System.Data.DataColumn columnR0000159; + private global::System.Data.DataColumn columnH0002700; - private global::System.Data.DataColumn columnR0000162; + private global::System.Data.DataColumn columnH0002800; - private global::System.Data.DataColumn columnR0000163; + private global::System.Data.DataColumn columnH0002900; - private global::System.Data.DataColumn columnR0000164; + private global::System.Data.DataColumn columnH0003000; - private global::System.Data.DataColumn columnR0000165; + private global::System.Data.DataColumn columnH0003100; - private global::System.Data.DataColumn columnR0000166; + private global::System.Data.DataColumn columnH0013600; - private global::System.Data.DataColumn columnR0214700; + private global::System.Data.DataColumn columnH0013700; - private global::System.Data.DataColumn columnR0214800; + private global::System.Data.DataColumn columnH0013800; - private global::System.Data.DataColumn columnR4125101; + private global::System.Data.DataColumn columnH0013900; - private global::System.Data.DataColumn columnR4125801; + private global::System.Data.DataColumn columnH0014000; - private global::System.Data.DataColumn columnR4126501; + private global::System.Data.DataColumn columnH0014100; - private global::System.Data.DataColumn columnR4127201; + private global::System.Data.DataColumn columnH0014200; - private global::System.Data.DataColumn columnR4127901; + private global::System.Data.DataColumn columnH0014300; - private global::System.Data.DataColumn columnR4128601; + private global::System.Data.DataColumn columnH0014400; - private global::System.Data.DataColumn columnR4129301; + private global::System.Data.DataColumn columnH0014500; - private global::System.Data.DataColumn columnR4130001; + private global::System.Data.DataColumn columnH0014700; - private global::System.Data.DataColumn columnR4130701; + private global::System.Data.DataColumn columnH0014800; - private global::System.Data.DataColumn columnR4131401; + private global::System.Data.DataColumn columnH0014900; - private global::System.Data.DataColumn columnR4132101; + private global::System.Data.DataColumn columnH0015000; - private global::System.Data.DataColumn columnR4132801; + private global::System.Data.DataColumn columnH0015100; - private global::System.Data.DataColumn columnR4133701; + private global::System.Data.DataColumn columnH0015200; - private global::System.Data.DataColumn columnR4521500; + private global::System.Data.DataColumn columnH0015300; - private global::System.Data.DataColumn columnR4521700; + private global::System.Data.DataColumn columnH0015400; - private global::System.Data.DataColumn columnR4521800; + private global::System.Data.DataColumn columnH0015500; - private global::System.Data.DataColumn columnR4521900; + private global::System.Data.DataColumn columnH0015600; - private global::System.Data.DataColumn columnR4522000; + private global::System.Data.DataColumn columnH0015700; - private global::System.Data.DataColumn columnR4522100; + private global::System.Data.DataColumn columnH0015800; - private global::System.Data.DataColumn columnR4522200; + private global::System.Data.DataColumn columnH0015803; - private global::System.Data.DataColumn columnR4522300; + private global::System.Data.DataColumn columnH0015804; - private global::System.Data.DataColumn columnR4522400; + private global::System.Data.DataColumn columnR0000100; - private global::System.Data.DataColumn columnR4522500; + private global::System.Data.DataColumn columnR0006100; - private global::System.Data.DataColumn columnR4522600; + private global::System.Data.DataColumn columnR0006500; - private global::System.Data.DataColumn columnR4522700; + private global::System.Data.DataColumn columnR0007300; - private global::System.Data.DataColumn columnR4522800; + private global::System.Data.DataColumn columnR0007700; - private global::System.Data.DataColumn columnT0002000; + private global::System.Data.DataColumn columnR0007900; - private global::System.Data.DataColumn columnT0002100; + private global::System.Data.DataColumn columnR0214700; - private global::System.Data.DataColumn columnT0002200; + private global::System.Data.DataColumn columnR0214800; - private global::System.Data.DataColumn columnT0002300; + private global::System.Data.DataColumn columnR2302900; - private global::System.Data.DataColumn columnT0002400; + private global::System.Data.DataColumn columnR2303100; - private global::System.Data.DataColumn columnT0002500; + private global::System.Data.DataColumn columnR2303200; - private global::System.Data.DataColumn columnT0002600; + private global::System.Data.DataColumn columnR2303300; - private global::System.Data.DataColumn columnT0002700; + private global::System.Data.DataColumn columnR2303500; - private global::System.Data.DataColumn columnT0002800; + private global::System.Data.DataColumn columnR2303600; - private global::System.Data.DataColumn columnT0002900; + private global::System.Data.DataColumn columnR2505100; - private global::System.Data.DataColumn columnT0003000; + private global::System.Data.DataColumn columnR2505300; - private global::System.Data.DataColumn columnT0003100; + private global::System.Data.DataColumn columnR2505400; - private global::System.Data.DataColumn columnT0003200; + private global::System.Data.DataColumn columnR2505500; - private global::System.Data.DataColumn columnT0003300; + private global::System.Data.DataColumn columnR2505700; - private global::System.Data.DataColumn columnT0003400; + private global::System.Data.DataColumn columnR2505800; - private global::System.Data.DataColumn columnT0003500; + private global::System.Data.DataColumn columnR2737900; - private global::System.Data.DataColumn columnT0003600; + private global::System.Data.DataColumn columnR2837200; - private global::System.Data.DataColumn columnT0003700; + private global::System.Data.DataColumn columnR2837300; - private global::System.Data.DataColumn columnT0003800; + private global::System.Data.DataColumn columnR2837400; - private global::System.Data.DataColumn columnT0003900; + private global::System.Data.DataColumn columnR2837500; - private global::System.Data.DataColumn columnT0004000; + private global::System.Data.DataColumn columnR2837600; - private global::System.Data.DataColumn columnT0004100; + private global::System.Data.DataColumn columnR2837700; - private global::System.Data.DataColumn columnT0004200; + private global::System.Data.DataColumn columnR2837800; - private global::System.Data.DataColumn columnT0004300; + private global::System.Data.DataColumn columnR2837900; - private global::System.Data.DataColumn columnT0004400; + private global::System.Data.DataColumn columnR2838000; - private global::System.Data.DataColumn columnT0004500; + private global::System.Data.DataColumn columnR2838100; - private global::System.Data.DataColumn columnT2261500; + private global::System.Data.DataColumn columnR2838200; - private global::System.Data.DataColumn columnT2261600; + private global::System.Data.DataColumn columnR2838300; - private global::System.Data.DataColumn columnT2261700; + private global::System.Data.DataColumn columnR2838400; - private global::System.Data.DataColumn columnT2261800; + private global::System.Data.DataColumn columnR2838500; - private global::System.Data.DataColumn columnT2261900; + private global::System.Data.DataColumn columnR2838600; - private global::System.Data.DataColumn columnT2262000; + private global::System.Data.DataColumn columnR2838700; - private global::System.Data.DataColumn columnT2262100; + private global::System.Data.DataColumn columnR2838800; - private global::System.Data.DataColumn columnT2262200; + private global::System.Data.DataColumn columnR2838900; - private global::System.Data.DataColumn columnT2262300; + private global::System.Data.DataColumn columnR2839000; - private global::System.Data.DataColumn columnT2262400; + private global::System.Data.DataColumn columnR2839100; - private global::System.Data.DataColumn columnT2262500; + private global::System.Data.DataColumn columnR2839200; - private global::System.Data.DataColumn columnT2262600; + private global::System.Data.DataColumn columnR2839300; - private global::System.Data.DataColumn columnT2262700; + private global::System.Data.DataColumn columnR2839400; - private global::System.Data.DataColumn columnT2262800; + private global::System.Data.DataColumn columnR2839500; - private global::System.Data.DataColumn columnT2262900; + private global::System.Data.DataColumn columnR2839600; - private global::System.Data.DataColumn columnT2263000; + private global::System.Data.DataColumn columnR2839700; - private global::System.Data.DataColumn columnT2263100; + private global::System.Data.DataColumn columnR2839800; - private global::System.Data.DataColumn columnT2263200; + private global::System.Data.DataColumn columnR2839900; - private global::System.Data.DataColumn columnT2263300; + private global::System.Data.DataColumn columnR2840000; - private global::System.Data.DataColumn columnT2263400; + private global::System.Data.DataColumn columnR2840100; - private global::System.Data.DataColumn columnT2263500; + private global::System.Data.DataColumn columnR2840200; - private global::System.Data.DataColumn columnT2263600; + private global::System.Data.DataColumn columnR2840300; - private global::System.Data.DataColumn columnT2263700; + private global::System.Data.DataColumn columnR2840400; - private global::System.Data.DataColumn columnT2263800; + private global::System.Data.DataColumn columnR2840500; + + private global::System.Data.DataColumn columnR2840600; + + private global::System.Data.DataColumn columnR2840700; + + private global::System.Data.DataColumn columnR2840800; + + private global::System.Data.DataColumn columnR2840900; + + private global::System.Data.DataColumn columnR2841000; + + private global::System.Data.DataColumn columnR2841100; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1ExplicitDataTable() { - this.TableName = "tblGen1Explicit"; + public tblGen1ImplicitDataTable() { + this.TableName = "tblGen1Implicit"; this.BeginInit(); this.InitClass(); this.EndInit(); @@ -4688,7 +4495,7 @@ public tblGen1ExplicitDataTable() { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblGen1ExplicitDataTable(global::System.Data.DataTable table) { + internal tblGen1ImplicitDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; @@ -4705,768 +4512,816 @@ internal tblGen1ExplicitDataTable(global::System.Data.DataTable table) { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - protected tblGen1ExplicitDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + protected tblGen1ImplicitDataTable(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 R0000100Column { + public global::System.Data.DataColumn H0001600Column { get { - return this.columnR0000100; + return this.columnH0001600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0000149Column { + public global::System.Data.DataColumn H0001700Column { get { - return this.columnR0000149; + return this.columnH0001700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0000150Column { + public global::System.Data.DataColumn H0001800Column { get { - return this.columnR0000150; + return this.columnH0001800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0000151Column { + public global::System.Data.DataColumn H0001900Column { get { - return this.columnR0000151; + return this.columnH0001900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0000152Column { + public global::System.Data.DataColumn H0002000Column { get { - return this.columnR0000152; + return this.columnH0002000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0000153Column { + public global::System.Data.DataColumn H0002100Column { get { - return this.columnR0000153; + return this.columnH0002100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0000154Column { + public global::System.Data.DataColumn H0002200Column { get { - return this.columnR0000154; + return this.columnH0002200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0000155Column { + public global::System.Data.DataColumn H0002300Column { get { - return this.columnR0000155; + return this.columnH0002300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0000156Column { + public global::System.Data.DataColumn H0002400Column { get { - return this.columnR0000156; + return this.columnH0002400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0000157Column { + public global::System.Data.DataColumn H0002500Column { get { - return this.columnR0000157; + return this.columnH0002500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0000158Column { + public global::System.Data.DataColumn H0002600Column { get { - return this.columnR0000158; + return this.columnH0002600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0000159Column { + public global::System.Data.DataColumn H0002700Column { get { - return this.columnR0000159; + return this.columnH0002700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0000162Column { + public global::System.Data.DataColumn H0002800Column { get { - return this.columnR0000162; + return this.columnH0002800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0000163Column { + public global::System.Data.DataColumn H0002900Column { get { - return this.columnR0000163; + return this.columnH0002900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0000164Column { + public global::System.Data.DataColumn H0003000Column { get { - return this.columnR0000164; + return this.columnH0003000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0000165Column { + public global::System.Data.DataColumn H0003100Column { get { - return this.columnR0000165; + return this.columnH0003100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0000166Column { + public global::System.Data.DataColumn H0013600Column { get { - return this.columnR0000166; + return this.columnH0013600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0214700Column { + public global::System.Data.DataColumn H0013700Column { get { - return this.columnR0214700; + return this.columnH0013700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0214800Column { + public global::System.Data.DataColumn H0013800Column { get { - return this.columnR0214800; + return this.columnH0013800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4125101Column { + public global::System.Data.DataColumn H0013900Column { get { - return this.columnR4125101; + return this.columnH0013900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4125801Column { + public global::System.Data.DataColumn H0014000Column { get { - return this.columnR4125801; + return this.columnH0014000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4126501Column { + public global::System.Data.DataColumn H0014100Column { get { - return this.columnR4126501; + return this.columnH0014100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4127201Column { + public global::System.Data.DataColumn H0014200Column { get { - return this.columnR4127201; + return this.columnH0014200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4127901Column { + public global::System.Data.DataColumn H0014300Column { get { - return this.columnR4127901; + return this.columnH0014300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4128601Column { + public global::System.Data.DataColumn H0014400Column { get { - return this.columnR4128601; + return this.columnH0014400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4129301Column { + public global::System.Data.DataColumn H0014500Column { get { - return this.columnR4129301; + return this.columnH0014500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4130001Column { + public global::System.Data.DataColumn H0014700Column { get { - return this.columnR4130001; + return this.columnH0014700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4130701Column { + public global::System.Data.DataColumn H0014800Column { get { - return this.columnR4130701; + return this.columnH0014800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4131401Column { + public global::System.Data.DataColumn H0014900Column { get { - return this.columnR4131401; + return this.columnH0014900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4132101Column { + public global::System.Data.DataColumn H0015000Column { get { - return this.columnR4132101; + return this.columnH0015000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4132801Column { + public global::System.Data.DataColumn H0015100Column { get { - return this.columnR4132801; + return this.columnH0015100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4133701Column { + public global::System.Data.DataColumn H0015200Column { get { - return this.columnR4133701; + return this.columnH0015200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4521500Column { + public global::System.Data.DataColumn H0015300Column { get { - return this.columnR4521500; + return this.columnH0015300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4521700Column { + public global::System.Data.DataColumn H0015400Column { get { - return this.columnR4521700; + return this.columnH0015400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4521800Column { + public global::System.Data.DataColumn H0015500Column { get { - return this.columnR4521800; + return this.columnH0015500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4521900Column { + public global::System.Data.DataColumn H0015600Column { get { - return this.columnR4521900; + return this.columnH0015600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4522000Column { + public global::System.Data.DataColumn H0015700Column { get { - return this.columnR4522000; + return this.columnH0015700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4522100Column { + public global::System.Data.DataColumn H0015800Column { get { - return this.columnR4522100; + return this.columnH0015800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4522200Column { + public global::System.Data.DataColumn H0015803Column { get { - return this.columnR4522200; + return this.columnH0015803; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4522300Column { + public global::System.Data.DataColumn H0015804Column { get { - return this.columnR4522300; + return this.columnH0015804; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4522400Column { + public global::System.Data.DataColumn R0000100Column { get { - return this.columnR4522400; + return this.columnR0000100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4522500Column { + public global::System.Data.DataColumn R0006100Column { get { - return this.columnR4522500; + return this.columnR0006100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4522600Column { + public global::System.Data.DataColumn R0006500Column { get { - return this.columnR4522600; + return this.columnR0006500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4522700Column { + public global::System.Data.DataColumn R0007300Column { get { - return this.columnR4522700; + return this.columnR0007300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4522800Column { + public global::System.Data.DataColumn R0007700Column { get { - return this.columnR4522800; + return this.columnR0007700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0002000Column { + public global::System.Data.DataColumn R0007900Column { get { - return this.columnT0002000; + return this.columnR0007900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0002100Column { + public global::System.Data.DataColumn R0214700Column { get { - return this.columnT0002100; + return this.columnR0214700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0002200Column { + public global::System.Data.DataColumn R0214800Column { get { - return this.columnT0002200; + return this.columnR0214800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0002300Column { + public global::System.Data.DataColumn R2302900Column { get { - return this.columnT0002300; + return this.columnR2302900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0002400Column { + public global::System.Data.DataColumn R2303100Column { get { - return this.columnT0002400; + return this.columnR2303100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0002500Column { + public global::System.Data.DataColumn R2303200Column { get { - return this.columnT0002500; + return this.columnR2303200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0002600Column { + public global::System.Data.DataColumn R2303300Column { get { - return this.columnT0002600; + return this.columnR2303300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0002700Column { + public global::System.Data.DataColumn R2303500Column { get { - return this.columnT0002700; + return this.columnR2303500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0002800Column { + public global::System.Data.DataColumn R2303600Column { get { - return this.columnT0002800; + return this.columnR2303600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0002900Column { + public global::System.Data.DataColumn R2505100Column { get { - return this.columnT0002900; + return this.columnR2505100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0003000Column { + public global::System.Data.DataColumn R2505300Column { get { - return this.columnT0003000; + return this.columnR2505300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0003100Column { + public global::System.Data.DataColumn R2505400Column { get { - return this.columnT0003100; + return this.columnR2505400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0003200Column { + public global::System.Data.DataColumn R2505500Column { get { - return this.columnT0003200; + return this.columnR2505500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0003300Column { + public global::System.Data.DataColumn R2505700Column { get { - return this.columnT0003300; + return this.columnR2505700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0003400Column { + public global::System.Data.DataColumn R2505800Column { get { - return this.columnT0003400; + return this.columnR2505800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0003500Column { + public global::System.Data.DataColumn R2737900Column { get { - return this.columnT0003500; + return this.columnR2737900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0003600Column { + public global::System.Data.DataColumn R2837200Column { get { - return this.columnT0003600; + return this.columnR2837200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0003700Column { + public global::System.Data.DataColumn R2837300Column { get { - return this.columnT0003700; + return this.columnR2837300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0003800Column { + public global::System.Data.DataColumn R2837400Column { get { - return this.columnT0003800; + return this.columnR2837400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0003900Column { + public global::System.Data.DataColumn R2837500Column { get { - return this.columnT0003900; + return this.columnR2837500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0004000Column { + public global::System.Data.DataColumn R2837600Column { get { - return this.columnT0004000; + return this.columnR2837600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0004100Column { + public global::System.Data.DataColumn R2837700Column { get { - return this.columnT0004100; + return this.columnR2837700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0004200Column { + public global::System.Data.DataColumn R2837800Column { get { - return this.columnT0004200; + return this.columnR2837800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0004300Column { + public global::System.Data.DataColumn R2837900Column { get { - return this.columnT0004300; + return this.columnR2837900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0004400Column { + public global::System.Data.DataColumn R2838000Column { get { - return this.columnT0004400; + return this.columnR2838000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0004500Column { + public global::System.Data.DataColumn R2838100Column { get { - return this.columnT0004500; + return this.columnR2838100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2261500Column { + public global::System.Data.DataColumn R2838200Column { get { - return this.columnT2261500; + return this.columnR2838200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2261600Column { + public global::System.Data.DataColumn R2838300Column { get { - return this.columnT2261600; + return this.columnR2838300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2261700Column { + public global::System.Data.DataColumn R2838400Column { get { - return this.columnT2261700; + return this.columnR2838400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2261800Column { + public global::System.Data.DataColumn R2838500Column { get { - return this.columnT2261800; + return this.columnR2838500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2261900Column { + public global::System.Data.DataColumn R2838600Column { get { - return this.columnT2261900; + return this.columnR2838600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2262000Column { + public global::System.Data.DataColumn R2838700Column { get { - return this.columnT2262000; + return this.columnR2838700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2262100Column { + public global::System.Data.DataColumn R2838800Column { get { - return this.columnT2262100; + return this.columnR2838800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2262200Column { + public global::System.Data.DataColumn R2838900Column { get { - return this.columnT2262200; + return this.columnR2838900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2262300Column { + public global::System.Data.DataColumn R2839000Column { get { - return this.columnT2262300; + return this.columnR2839000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2262400Column { + public global::System.Data.DataColumn R2839100Column { get { - return this.columnT2262400; + return this.columnR2839100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2262500Column { + public global::System.Data.DataColumn R2839200Column { get { - return this.columnT2262500; + return this.columnR2839200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2262600Column { + public global::System.Data.DataColumn R2839300Column { get { - return this.columnT2262600; + return this.columnR2839300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2262700Column { + public global::System.Data.DataColumn R2839400Column { get { - return this.columnT2262700; + return this.columnR2839400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2262800Column { + public global::System.Data.DataColumn R2839500Column { get { - return this.columnT2262800; + return this.columnR2839500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2262900Column { + public global::System.Data.DataColumn R2839600Column { get { - return this.columnT2262900; + return this.columnR2839600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2263000Column { + public global::System.Data.DataColumn R2839700Column { get { - return this.columnT2263000; + return this.columnR2839700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2263100Column { + public global::System.Data.DataColumn R2839800Column { get { - return this.columnT2263100; + return this.columnR2839800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2263200Column { + public global::System.Data.DataColumn R2839900Column { get { - return this.columnT2263200; + return this.columnR2839900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2263300Column { + public global::System.Data.DataColumn R2840000Column { get { - return this.columnT2263300; + return this.columnR2840000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2263400Column { + public global::System.Data.DataColumn R2840100Column { get { - return this.columnT2263400; + return this.columnR2840100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2263500Column { + public global::System.Data.DataColumn R2840200Column { get { - return this.columnT2263500; + return this.columnR2840200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2263600Column { + public global::System.Data.DataColumn R2840300Column { get { - return this.columnT2263600; + return this.columnR2840300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2263700Column { + public global::System.Data.DataColumn R2840400Column { get { - return this.columnT2263700; + return this.columnR2840400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2263800Column { + public global::System.Data.DataColumn R2840500Column { get { - return this.columnT2263800; + return this.columnR2840500; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn R2840600Column { + get { + return this.columnR2840600; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn R2840700Column { + get { + return this.columnR2840700; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn R2840800Column { + get { + return this.columnR2840800; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn R2840900Column { + get { + return this.columnR2840900; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn R2841000Column { + get { + return this.columnR2841000; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn R2841100Column { + get { + return this.columnR2841100; } } @@ -5481,241 +5336,253 @@ public int Count { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1ExplicitRow this[int index] { + public tblGen1ImplicitRow this[int index] { get { - return ((tblGen1ExplicitRow)(this.Rows[index])); + return ((tblGen1ImplicitRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen1ExplicitRowChangeEventHandler tblGen1ExplicitRowChanging; + public event tblGen1ImplicitRowChangeEventHandler tblGen1ImplicitRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen1ExplicitRowChangeEventHandler tblGen1ExplicitRowChanged; + public event tblGen1ImplicitRowChangeEventHandler tblGen1ImplicitRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen1ExplicitRowChangeEventHandler tblGen1ExplicitRowDeleting; + public event tblGen1ImplicitRowChangeEventHandler tblGen1ImplicitRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen1ExplicitRowChangeEventHandler tblGen1ExplicitRowDeleted; + public event tblGen1ImplicitRowChangeEventHandler tblGen1ImplicitRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void AddtblGen1ExplicitRow(tblGen1ExplicitRow row) { + public void AddtblGen1ImplicitRow(tblGen1ImplicitRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1ExplicitRow AddtblGen1ExplicitRow( + public tblGen1ImplicitRow AddtblGen1ImplicitRow( + int H0001600, + int H0001700, + int H0001800, + int H0001900, + int H0002000, + int H0002100, + int H0002200, + int H0002300, + int H0002400, + int H0002500, + int H0002600, + int H0002700, + int H0002800, + int H0002900, + int H0003000, + int H0003100, + int H0013600, + int H0013700, + int H0013800, + int H0013900, + int H0014000, + int H0014100, + int H0014200, + int H0014300, + int H0014400, + int H0014500, + int H0014700, + int H0014800, + int H0014900, + int H0015000, + int H0015100, + int H0015200, + int H0015300, + int H0015400, + int H0015500, + int H0015600, + int H0015700, + int H0015800, + int H0015803, + int H0015804, int R0000100, - int R0000149, - int R0000150, - int R0000151, - int R0000152, - int R0000153, - int R0000154, - int R0000155, - int R0000156, - int R0000157, - int R0000158, - int R0000159, - int R0000162, - int R0000163, - int R0000164, - int R0000165, - int R0000166, + int R0006100, + int R0006500, + int R0007300, + int R0007700, + int R0007900, int R0214700, int R0214800, - int R4125101, - int R4125801, - int R4126501, - int R4127201, - int R4127901, - int R4128601, - int R4129301, - int R4130001, - int R4130701, - int R4131401, - int R4132101, - int R4132801, - int R4133701, - int R4521500, - int R4521700, - int R4521800, - int R4521900, - int R4522000, - int R4522100, - int R4522200, - int R4522300, - int R4522400, - int R4522500, - int R4522600, - int R4522700, - int R4522800, - int T0002000, - int T0002100, - int T0002200, - int T0002300, - int T0002400, - int T0002500, - int T0002600, - int T0002700, - int T0002800, - int T0002900, - int T0003000, - int T0003100, - int T0003200, - int T0003300, - int T0003400, - int T0003500, - int T0003600, - int T0003700, - int T0003800, - int T0003900, - int T0004000, - int T0004100, - int T0004200, - int T0004300, - int T0004400, - int T0004500, - int T2261500, - int T2261600, - int T2261700, - int T2261800, - int T2261900, - int T2262000, - int T2262100, - int T2262200, - int T2262300, - int T2262400, - int T2262500, - int T2262600, - int T2262700, - int T2262800, - int T2262900, - int T2263000, - int T2263100, - int T2263200, - int T2263300, - int T2263400, - int T2263500, - int T2263600, - int T2263700, - int T2263800) { - tblGen1ExplicitRow rowtblGen1ExplicitRow = ((tblGen1ExplicitRow)(this.NewRow())); + int R2302900, + int R2303100, + int R2303200, + int R2303300, + int R2303500, + int R2303600, + int R2505100, + int R2505300, + int R2505400, + int R2505500, + int R2505700, + int R2505800, + int R2737900, + int R2837200, + int R2837300, + int R2837400, + int R2837500, + int R2837600, + int R2837700, + int R2837800, + int R2837900, + int R2838000, + int R2838100, + int R2838200, + int R2838300, + int R2838400, + int R2838500, + int R2838600, + int R2838700, + int R2838800, + int R2838900, + int R2839000, + int R2839100, + int R2839200, + int R2839300, + int R2839400, + int R2839500, + int R2839600, + int R2839700, + int R2839800, + int R2839900, + int R2840000, + int R2840100, + int R2840200, + int R2840300, + int R2840400, + int R2840500, + int R2840600, + int R2840700, + int R2840800, + int R2840900, + int R2841000, + int R2841100) { + tblGen1ImplicitRow rowtblGen1ImplicitRow = ((tblGen1ImplicitRow)(this.NewRow())); object[] columnValuesArray = new object[] { + H0001600, + H0001700, + H0001800, + H0001900, + H0002000, + H0002100, + H0002200, + H0002300, + H0002400, + H0002500, + H0002600, + H0002700, + H0002800, + H0002900, + H0003000, + H0003100, + H0013600, + H0013700, + H0013800, + H0013900, + H0014000, + H0014100, + H0014200, + H0014300, + H0014400, + H0014500, + H0014700, + H0014800, + H0014900, + H0015000, + H0015100, + H0015200, + H0015300, + H0015400, + H0015500, + H0015600, + H0015700, + H0015800, + H0015803, + H0015804, R0000100, - R0000149, - R0000150, - R0000151, - R0000152, - R0000153, - R0000154, - R0000155, - R0000156, - R0000157, - R0000158, - R0000159, - R0000162, - R0000163, - R0000164, - R0000165, - R0000166, + R0006100, + R0006500, + R0007300, + R0007700, + R0007900, R0214700, R0214800, - R4125101, - R4125801, - R4126501, - R4127201, - R4127901, - R4128601, - R4129301, - R4130001, - R4130701, - R4131401, - R4132101, - R4132801, - R4133701, - R4521500, - R4521700, - R4521800, - R4521900, - R4522000, - R4522100, - R4522200, - R4522300, - R4522400, - R4522500, - R4522600, - R4522700, - R4522800, - T0002000, - T0002100, - T0002200, - T0002300, - T0002400, - T0002500, - T0002600, - T0002700, - T0002800, - T0002900, - T0003000, - T0003100, - T0003200, - T0003300, - T0003400, - T0003500, - T0003600, - T0003700, - T0003800, - T0003900, - T0004000, - T0004100, - T0004200, - T0004300, - T0004400, - T0004500, - T2261500, - T2261600, - T2261700, - T2261800, - T2261900, - T2262000, - T2262100, - T2262200, - T2262300, - T2262400, - T2262500, - T2262600, - T2262700, - T2262800, - T2262900, - T2263000, - T2263100, - T2263200, - T2263300, - T2263400, - T2263500, - T2263600, - T2263700, - T2263800}; - rowtblGen1ExplicitRow.ItemArray = columnValuesArray; - this.Rows.Add(rowtblGen1ExplicitRow); - return rowtblGen1ExplicitRow; + R2302900, + R2303100, + R2303200, + R2303300, + R2303500, + R2303600, + R2505100, + R2505300, + R2505400, + R2505500, + R2505700, + R2505800, + R2737900, + R2837200, + R2837300, + R2837400, + R2837500, + R2837600, + R2837700, + R2837800, + R2837900, + R2838000, + R2838100, + R2838200, + R2838300, + R2838400, + R2838500, + R2838600, + R2838700, + R2838800, + R2838900, + R2839000, + R2839100, + R2839200, + R2839300, + R2839400, + R2839500, + R2839600, + R2839700, + R2839800, + R2839900, + R2840000, + R2840100, + R2840200, + R2840300, + R2840400, + R2840500, + R2840600, + R2840700, + R2840800, + R2840900, + R2841000, + R2841100}; + rowtblGen1ImplicitRow.ItemArray = columnValuesArray; + this.Rows.Add(rowtblGen1ImplicitRow); + return rowtblGen1ImplicitRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1ExplicitRow FindByR0000100(int R0000100) { - return ((tblGen1ExplicitRow)(this.Rows.Find(new object[] { + public tblGen1ImplicitRow FindByR0000100(int R0000100) { + return ((tblGen1ImplicitRow)(this.Rows.Find(new object[] { R0000100}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { - tblGen1ExplicitDataTable cln = ((tblGen1ExplicitDataTable)(base.Clone())); + tblGen1ImplicitDataTable cln = ((tblGen1ImplicitDataTable)(base.Clone())); cln.InitVars(); return cln; } @@ -5723,302 +5590,320 @@ public tblGen1ExplicitRow FindByR0000100(int R0000100) { [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 tblGen1ExplicitDataTable(); + return new tblGen1ImplicitDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { + this.columnH0001600 = base.Columns["H0001600"]; + this.columnH0001700 = base.Columns["H0001700"]; + this.columnH0001800 = base.Columns["H0001800"]; + this.columnH0001900 = base.Columns["H0001900"]; + this.columnH0002000 = base.Columns["H0002000"]; + this.columnH0002100 = base.Columns["H0002100"]; + this.columnH0002200 = base.Columns["H0002200"]; + this.columnH0002300 = base.Columns["H0002300"]; + this.columnH0002400 = base.Columns["H0002400"]; + this.columnH0002500 = base.Columns["H0002500"]; + this.columnH0002600 = base.Columns["H0002600"]; + this.columnH0002700 = base.Columns["H0002700"]; + this.columnH0002800 = base.Columns["H0002800"]; + this.columnH0002900 = base.Columns["H0002900"]; + this.columnH0003000 = base.Columns["H0003000"]; + this.columnH0003100 = base.Columns["H0003100"]; + this.columnH0013600 = base.Columns["H0013600"]; + this.columnH0013700 = base.Columns["H0013700"]; + this.columnH0013800 = base.Columns["H0013800"]; + this.columnH0013900 = base.Columns["H0013900"]; + this.columnH0014000 = base.Columns["H0014000"]; + this.columnH0014100 = base.Columns["H0014100"]; + this.columnH0014200 = base.Columns["H0014200"]; + this.columnH0014300 = base.Columns["H0014300"]; + this.columnH0014400 = base.Columns["H0014400"]; + this.columnH0014500 = base.Columns["H0014500"]; + this.columnH0014700 = base.Columns["H0014700"]; + this.columnH0014800 = base.Columns["H0014800"]; + this.columnH0014900 = base.Columns["H0014900"]; + this.columnH0015000 = base.Columns["H0015000"]; + this.columnH0015100 = base.Columns["H0015100"]; + this.columnH0015200 = base.Columns["H0015200"]; + this.columnH0015300 = base.Columns["H0015300"]; + this.columnH0015400 = base.Columns["H0015400"]; + this.columnH0015500 = base.Columns["H0015500"]; + this.columnH0015600 = base.Columns["H0015600"]; + this.columnH0015700 = base.Columns["H0015700"]; + this.columnH0015800 = base.Columns["H0015800"]; + this.columnH0015803 = base.Columns["H0015803"]; + this.columnH0015804 = base.Columns["H0015804"]; this.columnR0000100 = base.Columns["R0000100"]; - this.columnR0000149 = base.Columns["R0000149"]; - this.columnR0000150 = base.Columns["R0000150"]; - this.columnR0000151 = base.Columns["R0000151"]; - this.columnR0000152 = base.Columns["R0000152"]; - this.columnR0000153 = base.Columns["R0000153"]; - this.columnR0000154 = base.Columns["R0000154"]; - this.columnR0000155 = base.Columns["R0000155"]; - this.columnR0000156 = base.Columns["R0000156"]; - this.columnR0000157 = base.Columns["R0000157"]; - this.columnR0000158 = base.Columns["R0000158"]; - this.columnR0000159 = base.Columns["R0000159"]; - this.columnR0000162 = base.Columns["R0000162"]; - this.columnR0000163 = base.Columns["R0000163"]; - this.columnR0000164 = base.Columns["R0000164"]; - this.columnR0000165 = base.Columns["R0000165"]; - this.columnR0000166 = base.Columns["R0000166"]; + this.columnR0006100 = base.Columns["R0006100"]; + this.columnR0006500 = base.Columns["R0006500"]; + this.columnR0007300 = base.Columns["R0007300"]; + this.columnR0007700 = base.Columns["R0007700"]; + this.columnR0007900 = base.Columns["R0007900"]; this.columnR0214700 = base.Columns["R0214700"]; this.columnR0214800 = base.Columns["R0214800"]; - this.columnR4125101 = base.Columns["R4125101"]; - this.columnR4125801 = base.Columns["R4125801"]; - this.columnR4126501 = base.Columns["R4126501"]; - this.columnR4127201 = base.Columns["R4127201"]; - this.columnR4127901 = base.Columns["R4127901"]; - this.columnR4128601 = base.Columns["R4128601"]; - this.columnR4129301 = base.Columns["R4129301"]; - this.columnR4130001 = base.Columns["R4130001"]; - this.columnR4130701 = base.Columns["R4130701"]; - this.columnR4131401 = base.Columns["R4131401"]; - this.columnR4132101 = base.Columns["R4132101"]; - this.columnR4132801 = base.Columns["R4132801"]; - this.columnR4133701 = base.Columns["R4133701"]; - this.columnR4521500 = base.Columns["R4521500"]; - this.columnR4521700 = base.Columns["R4521700"]; - this.columnR4521800 = base.Columns["R4521800"]; - this.columnR4521900 = base.Columns["R4521900"]; - this.columnR4522000 = base.Columns["R4522000"]; - this.columnR4522100 = base.Columns["R4522100"]; - this.columnR4522200 = base.Columns["R4522200"]; - this.columnR4522300 = base.Columns["R4522300"]; - this.columnR4522400 = base.Columns["R4522400"]; - this.columnR4522500 = base.Columns["R4522500"]; - this.columnR4522600 = base.Columns["R4522600"]; - this.columnR4522700 = base.Columns["R4522700"]; - this.columnR4522800 = base.Columns["R4522800"]; - this.columnT0002000 = base.Columns["T0002000"]; - this.columnT0002100 = base.Columns["T0002100"]; - this.columnT0002200 = base.Columns["T0002200"]; - this.columnT0002300 = base.Columns["T0002300"]; - this.columnT0002400 = base.Columns["T0002400"]; - this.columnT0002500 = base.Columns["T0002500"]; - this.columnT0002600 = base.Columns["T0002600"]; - this.columnT0002700 = base.Columns["T0002700"]; - this.columnT0002800 = base.Columns["T0002800"]; - this.columnT0002900 = base.Columns["T0002900"]; - this.columnT0003000 = base.Columns["T0003000"]; - this.columnT0003100 = base.Columns["T0003100"]; - this.columnT0003200 = base.Columns["T0003200"]; - this.columnT0003300 = base.Columns["T0003300"]; - this.columnT0003400 = base.Columns["T0003400"]; - this.columnT0003500 = base.Columns["T0003500"]; - this.columnT0003600 = base.Columns["T0003600"]; - this.columnT0003700 = base.Columns["T0003700"]; - this.columnT0003800 = base.Columns["T0003800"]; - this.columnT0003900 = base.Columns["T0003900"]; - this.columnT0004000 = base.Columns["T0004000"]; - this.columnT0004100 = base.Columns["T0004100"]; - this.columnT0004200 = base.Columns["T0004200"]; - this.columnT0004300 = base.Columns["T0004300"]; - this.columnT0004400 = base.Columns["T0004400"]; - this.columnT0004500 = base.Columns["T0004500"]; - this.columnT2261500 = base.Columns["T2261500"]; - this.columnT2261600 = base.Columns["T2261600"]; - this.columnT2261700 = base.Columns["T2261700"]; - this.columnT2261800 = base.Columns["T2261800"]; - this.columnT2261900 = base.Columns["T2261900"]; - this.columnT2262000 = base.Columns["T2262000"]; - this.columnT2262100 = base.Columns["T2262100"]; - this.columnT2262200 = base.Columns["T2262200"]; - this.columnT2262300 = base.Columns["T2262300"]; - this.columnT2262400 = base.Columns["T2262400"]; - this.columnT2262500 = base.Columns["T2262500"]; - this.columnT2262600 = base.Columns["T2262600"]; - this.columnT2262700 = base.Columns["T2262700"]; - this.columnT2262800 = base.Columns["T2262800"]; - this.columnT2262900 = base.Columns["T2262900"]; - this.columnT2263000 = base.Columns["T2263000"]; - this.columnT2263100 = base.Columns["T2263100"]; - this.columnT2263200 = base.Columns["T2263200"]; - this.columnT2263300 = base.Columns["T2263300"]; - this.columnT2263400 = base.Columns["T2263400"]; - this.columnT2263500 = base.Columns["T2263500"]; - this.columnT2263600 = base.Columns["T2263600"]; - this.columnT2263700 = base.Columns["T2263700"]; - this.columnT2263800 = base.Columns["T2263800"]; + this.columnR2302900 = base.Columns["R2302900"]; + this.columnR2303100 = base.Columns["R2303100"]; + this.columnR2303200 = base.Columns["R2303200"]; + this.columnR2303300 = base.Columns["R2303300"]; + this.columnR2303500 = base.Columns["R2303500"]; + this.columnR2303600 = base.Columns["R2303600"]; + this.columnR2505100 = base.Columns["R2505100"]; + this.columnR2505300 = base.Columns["R2505300"]; + this.columnR2505400 = base.Columns["R2505400"]; + this.columnR2505500 = base.Columns["R2505500"]; + this.columnR2505700 = base.Columns["R2505700"]; + this.columnR2505800 = base.Columns["R2505800"]; + this.columnR2737900 = base.Columns["R2737900"]; + this.columnR2837200 = base.Columns["R2837200"]; + this.columnR2837300 = base.Columns["R2837300"]; + this.columnR2837400 = base.Columns["R2837400"]; + this.columnR2837500 = base.Columns["R2837500"]; + this.columnR2837600 = base.Columns["R2837600"]; + this.columnR2837700 = base.Columns["R2837700"]; + this.columnR2837800 = base.Columns["R2837800"]; + this.columnR2837900 = base.Columns["R2837900"]; + this.columnR2838000 = base.Columns["R2838000"]; + this.columnR2838100 = base.Columns["R2838100"]; + this.columnR2838200 = base.Columns["R2838200"]; + this.columnR2838300 = base.Columns["R2838300"]; + this.columnR2838400 = base.Columns["R2838400"]; + this.columnR2838500 = base.Columns["R2838500"]; + this.columnR2838600 = base.Columns["R2838600"]; + this.columnR2838700 = base.Columns["R2838700"]; + this.columnR2838800 = base.Columns["R2838800"]; + this.columnR2838900 = base.Columns["R2838900"]; + this.columnR2839000 = base.Columns["R2839000"]; + this.columnR2839100 = base.Columns["R2839100"]; + this.columnR2839200 = base.Columns["R2839200"]; + this.columnR2839300 = base.Columns["R2839300"]; + this.columnR2839400 = base.Columns["R2839400"]; + this.columnR2839500 = base.Columns["R2839500"]; + this.columnR2839600 = base.Columns["R2839600"]; + this.columnR2839700 = base.Columns["R2839700"]; + this.columnR2839800 = base.Columns["R2839800"]; + this.columnR2839900 = base.Columns["R2839900"]; + this.columnR2840000 = base.Columns["R2840000"]; + this.columnR2840100 = base.Columns["R2840100"]; + this.columnR2840200 = base.Columns["R2840200"]; + this.columnR2840300 = base.Columns["R2840300"]; + this.columnR2840400 = base.Columns["R2840400"]; + this.columnR2840500 = base.Columns["R2840500"]; + this.columnR2840600 = base.Columns["R2840600"]; + this.columnR2840700 = base.Columns["R2840700"]; + this.columnR2840800 = base.Columns["R2840800"]; + this.columnR2840900 = base.Columns["R2840900"]; + this.columnR2841000 = base.Columns["R2841000"]; + this.columnR2841100 = base.Columns["R2841100"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { + this.columnH0001600 = new global::System.Data.DataColumn("H0001600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0001600); + this.columnH0001700 = new global::System.Data.DataColumn("H0001700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0001700); + this.columnH0001800 = new global::System.Data.DataColumn("H0001800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0001800); + this.columnH0001900 = new global::System.Data.DataColumn("H0001900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0001900); + this.columnH0002000 = new global::System.Data.DataColumn("H0002000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0002000); + this.columnH0002100 = new global::System.Data.DataColumn("H0002100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0002100); + this.columnH0002200 = new global::System.Data.DataColumn("H0002200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0002200); + this.columnH0002300 = new global::System.Data.DataColumn("H0002300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0002300); + this.columnH0002400 = new global::System.Data.DataColumn("H0002400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0002400); + this.columnH0002500 = new global::System.Data.DataColumn("H0002500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0002500); + this.columnH0002600 = new global::System.Data.DataColumn("H0002600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0002600); + this.columnH0002700 = new global::System.Data.DataColumn("H0002700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0002700); + this.columnH0002800 = new global::System.Data.DataColumn("H0002800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0002800); + this.columnH0002900 = new global::System.Data.DataColumn("H0002900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0002900); + this.columnH0003000 = new global::System.Data.DataColumn("H0003000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0003000); + this.columnH0003100 = new global::System.Data.DataColumn("H0003100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0003100); + this.columnH0013600 = new global::System.Data.DataColumn("H0013600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0013600); + this.columnH0013700 = new global::System.Data.DataColumn("H0013700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0013700); + this.columnH0013800 = new global::System.Data.DataColumn("H0013800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0013800); + this.columnH0013900 = new global::System.Data.DataColumn("H0013900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0013900); + this.columnH0014000 = new global::System.Data.DataColumn("H0014000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0014000); + this.columnH0014100 = new global::System.Data.DataColumn("H0014100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0014100); + this.columnH0014200 = new global::System.Data.DataColumn("H0014200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0014200); + this.columnH0014300 = new global::System.Data.DataColumn("H0014300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0014300); + this.columnH0014400 = new global::System.Data.DataColumn("H0014400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0014400); + this.columnH0014500 = new global::System.Data.DataColumn("H0014500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0014500); + this.columnH0014700 = new global::System.Data.DataColumn("H0014700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0014700); + this.columnH0014800 = new global::System.Data.DataColumn("H0014800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0014800); + this.columnH0014900 = new global::System.Data.DataColumn("H0014900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0014900); + this.columnH0015000 = new global::System.Data.DataColumn("H0015000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0015000); + this.columnH0015100 = new global::System.Data.DataColumn("H0015100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0015100); + this.columnH0015200 = new global::System.Data.DataColumn("H0015200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0015200); + this.columnH0015300 = new global::System.Data.DataColumn("H0015300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0015300); + this.columnH0015400 = new global::System.Data.DataColumn("H0015400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0015400); + this.columnH0015500 = new global::System.Data.DataColumn("H0015500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0015500); + this.columnH0015600 = new global::System.Data.DataColumn("H0015600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0015600); + this.columnH0015700 = new global::System.Data.DataColumn("H0015700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0015700); + this.columnH0015800 = new global::System.Data.DataColumn("H0015800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0015800); + this.columnH0015803 = new global::System.Data.DataColumn("H0015803", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0015803); + this.columnH0015804 = new global::System.Data.DataColumn("H0015804", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnH0015804); this.columnR0000100 = new global::System.Data.DataColumn("R0000100", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR0000100); - this.columnR0000149 = new global::System.Data.DataColumn("R0000149", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0000149); - this.columnR0000150 = new global::System.Data.DataColumn("R0000150", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0000150); - this.columnR0000151 = new global::System.Data.DataColumn("R0000151", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0000151); - this.columnR0000152 = new global::System.Data.DataColumn("R0000152", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0000152); - this.columnR0000153 = new global::System.Data.DataColumn("R0000153", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0000153); - this.columnR0000154 = new global::System.Data.DataColumn("R0000154", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0000154); - this.columnR0000155 = new global::System.Data.DataColumn("R0000155", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0000155); - this.columnR0000156 = new global::System.Data.DataColumn("R0000156", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0000156); - this.columnR0000157 = new global::System.Data.DataColumn("R0000157", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0000157); - this.columnR0000158 = new global::System.Data.DataColumn("R0000158", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0000158); - this.columnR0000159 = new global::System.Data.DataColumn("R0000159", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0000159); - this.columnR0000162 = new global::System.Data.DataColumn("R0000162", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0000162); - this.columnR0000163 = new global::System.Data.DataColumn("R0000163", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0000163); - this.columnR0000164 = new global::System.Data.DataColumn("R0000164", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0000164); - this.columnR0000165 = new global::System.Data.DataColumn("R0000165", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0000165); - this.columnR0000166 = new global::System.Data.DataColumn("R0000166", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0000166); + this.columnR0006100 = new global::System.Data.DataColumn("R0006100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0006100); + this.columnR0006500 = new global::System.Data.DataColumn("R0006500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0006500); + this.columnR0007300 = new global::System.Data.DataColumn("R0007300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0007300); + this.columnR0007700 = new global::System.Data.DataColumn("R0007700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0007700); + this.columnR0007900 = new global::System.Data.DataColumn("R0007900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0007900); this.columnR0214700 = new global::System.Data.DataColumn("R0214700", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR0214700); this.columnR0214800 = new global::System.Data.DataColumn("R0214800", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR0214800); - this.columnR4125101 = new global::System.Data.DataColumn("R4125101", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4125101); - this.columnR4125801 = new global::System.Data.DataColumn("R4125801", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4125801); - this.columnR4126501 = new global::System.Data.DataColumn("R4126501", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4126501); - this.columnR4127201 = new global::System.Data.DataColumn("R4127201", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4127201); - this.columnR4127901 = new global::System.Data.DataColumn("R4127901", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4127901); - this.columnR4128601 = new global::System.Data.DataColumn("R4128601", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4128601); - this.columnR4129301 = new global::System.Data.DataColumn("R4129301", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4129301); - this.columnR4130001 = new global::System.Data.DataColumn("R4130001", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4130001); - this.columnR4130701 = new global::System.Data.DataColumn("R4130701", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4130701); - this.columnR4131401 = new global::System.Data.DataColumn("R4131401", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4131401); - this.columnR4132101 = new global::System.Data.DataColumn("R4132101", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4132101); - this.columnR4132801 = new global::System.Data.DataColumn("R4132801", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4132801); - this.columnR4133701 = new global::System.Data.DataColumn("R4133701", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4133701); - this.columnR4521500 = new global::System.Data.DataColumn("R4521500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4521500); - this.columnR4521700 = new global::System.Data.DataColumn("R4521700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4521700); - this.columnR4521800 = new global::System.Data.DataColumn("R4521800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4521800); - this.columnR4521900 = new global::System.Data.DataColumn("R4521900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4521900); - this.columnR4522000 = new global::System.Data.DataColumn("R4522000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4522000); - this.columnR4522100 = new global::System.Data.DataColumn("R4522100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4522100); - this.columnR4522200 = new global::System.Data.DataColumn("R4522200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4522200); - this.columnR4522300 = new global::System.Data.DataColumn("R4522300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4522300); - this.columnR4522400 = new global::System.Data.DataColumn("R4522400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4522400); - this.columnR4522500 = new global::System.Data.DataColumn("R4522500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4522500); - this.columnR4522600 = new global::System.Data.DataColumn("R4522600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4522600); - this.columnR4522700 = new global::System.Data.DataColumn("R4522700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4522700); - this.columnR4522800 = new global::System.Data.DataColumn("R4522800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4522800); - this.columnT0002000 = new global::System.Data.DataColumn("T0002000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0002000); - this.columnT0002100 = new global::System.Data.DataColumn("T0002100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0002100); - this.columnT0002200 = new global::System.Data.DataColumn("T0002200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0002200); - this.columnT0002300 = new global::System.Data.DataColumn("T0002300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0002300); - this.columnT0002400 = new global::System.Data.DataColumn("T0002400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0002400); - this.columnT0002500 = new global::System.Data.DataColumn("T0002500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0002500); - this.columnT0002600 = new global::System.Data.DataColumn("T0002600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0002600); - this.columnT0002700 = new global::System.Data.DataColumn("T0002700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0002700); - this.columnT0002800 = new global::System.Data.DataColumn("T0002800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0002800); - this.columnT0002900 = new global::System.Data.DataColumn("T0002900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0002900); - this.columnT0003000 = new global::System.Data.DataColumn("T0003000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0003000); - this.columnT0003100 = new global::System.Data.DataColumn("T0003100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0003100); - this.columnT0003200 = new global::System.Data.DataColumn("T0003200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0003200); - this.columnT0003300 = new global::System.Data.DataColumn("T0003300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0003300); - this.columnT0003400 = new global::System.Data.DataColumn("T0003400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0003400); - this.columnT0003500 = new global::System.Data.DataColumn("T0003500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0003500); - this.columnT0003600 = new global::System.Data.DataColumn("T0003600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0003600); - this.columnT0003700 = new global::System.Data.DataColumn("T0003700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0003700); - this.columnT0003800 = new global::System.Data.DataColumn("T0003800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0003800); - this.columnT0003900 = new global::System.Data.DataColumn("T0003900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0003900); - this.columnT0004000 = new global::System.Data.DataColumn("T0004000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0004000); - this.columnT0004100 = new global::System.Data.DataColumn("T0004100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0004100); - this.columnT0004200 = new global::System.Data.DataColumn("T0004200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0004200); - this.columnT0004300 = new global::System.Data.DataColumn("T0004300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0004300); - this.columnT0004400 = new global::System.Data.DataColumn("T0004400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0004400); - this.columnT0004500 = new global::System.Data.DataColumn("T0004500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0004500); - this.columnT2261500 = new global::System.Data.DataColumn("T2261500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2261500); - this.columnT2261600 = new global::System.Data.DataColumn("T2261600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2261600); - this.columnT2261700 = new global::System.Data.DataColumn("T2261700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2261700); - this.columnT2261800 = new global::System.Data.DataColumn("T2261800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2261800); - this.columnT2261900 = new global::System.Data.DataColumn("T2261900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2261900); - this.columnT2262000 = new global::System.Data.DataColumn("T2262000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2262000); - this.columnT2262100 = new global::System.Data.DataColumn("T2262100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2262100); - this.columnT2262200 = new global::System.Data.DataColumn("T2262200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2262200); - this.columnT2262300 = new global::System.Data.DataColumn("T2262300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2262300); - this.columnT2262400 = new global::System.Data.DataColumn("T2262400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2262400); - this.columnT2262500 = new global::System.Data.DataColumn("T2262500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2262500); - this.columnT2262600 = new global::System.Data.DataColumn("T2262600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2262600); - this.columnT2262700 = new global::System.Data.DataColumn("T2262700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2262700); - this.columnT2262800 = new global::System.Data.DataColumn("T2262800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2262800); - this.columnT2262900 = new global::System.Data.DataColumn("T2262900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2262900); - this.columnT2263000 = new global::System.Data.DataColumn("T2263000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2263000); - this.columnT2263100 = new global::System.Data.DataColumn("T2263100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2263100); - this.columnT2263200 = new global::System.Data.DataColumn("T2263200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2263200); - this.columnT2263300 = new global::System.Data.DataColumn("T2263300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2263300); - this.columnT2263400 = new global::System.Data.DataColumn("T2263400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2263400); - this.columnT2263500 = new global::System.Data.DataColumn("T2263500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2263500); - this.columnT2263600 = new global::System.Data.DataColumn("T2263600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2263600); - this.columnT2263700 = new global::System.Data.DataColumn("T2263700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2263700); - this.columnT2263800 = new global::System.Data.DataColumn("T2263800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2263800); + this.columnR2302900 = new global::System.Data.DataColumn("R2302900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2302900); + this.columnR2303100 = new global::System.Data.DataColumn("R2303100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2303100); + this.columnR2303200 = new global::System.Data.DataColumn("R2303200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2303200); + this.columnR2303300 = new global::System.Data.DataColumn("R2303300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2303300); + this.columnR2303500 = new global::System.Data.DataColumn("R2303500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2303500); + this.columnR2303600 = new global::System.Data.DataColumn("R2303600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2303600); + this.columnR2505100 = new global::System.Data.DataColumn("R2505100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2505100); + this.columnR2505300 = new global::System.Data.DataColumn("R2505300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2505300); + this.columnR2505400 = new global::System.Data.DataColumn("R2505400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2505400); + this.columnR2505500 = new global::System.Data.DataColumn("R2505500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2505500); + this.columnR2505700 = new global::System.Data.DataColumn("R2505700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2505700); + this.columnR2505800 = new global::System.Data.DataColumn("R2505800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2505800); + this.columnR2737900 = new global::System.Data.DataColumn("R2737900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2737900); + this.columnR2837200 = new global::System.Data.DataColumn("R2837200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2837200); + this.columnR2837300 = new global::System.Data.DataColumn("R2837300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2837300); + this.columnR2837400 = new global::System.Data.DataColumn("R2837400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2837400); + this.columnR2837500 = new global::System.Data.DataColumn("R2837500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2837500); + this.columnR2837600 = new global::System.Data.DataColumn("R2837600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2837600); + this.columnR2837700 = new global::System.Data.DataColumn("R2837700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2837700); + this.columnR2837800 = new global::System.Data.DataColumn("R2837800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2837800); + this.columnR2837900 = new global::System.Data.DataColumn("R2837900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2837900); + this.columnR2838000 = new global::System.Data.DataColumn("R2838000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2838000); + this.columnR2838100 = new global::System.Data.DataColumn("R2838100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2838100); + this.columnR2838200 = new global::System.Data.DataColumn("R2838200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2838200); + this.columnR2838300 = new global::System.Data.DataColumn("R2838300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2838300); + this.columnR2838400 = new global::System.Data.DataColumn("R2838400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2838400); + this.columnR2838500 = new global::System.Data.DataColumn("R2838500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2838500); + this.columnR2838600 = new global::System.Data.DataColumn("R2838600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2838600); + this.columnR2838700 = new global::System.Data.DataColumn("R2838700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2838700); + this.columnR2838800 = new global::System.Data.DataColumn("R2838800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2838800); + this.columnR2838900 = new global::System.Data.DataColumn("R2838900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2838900); + this.columnR2839000 = new global::System.Data.DataColumn("R2839000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2839000); + this.columnR2839100 = new global::System.Data.DataColumn("R2839100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2839100); + this.columnR2839200 = new global::System.Data.DataColumn("R2839200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2839200); + this.columnR2839300 = new global::System.Data.DataColumn("R2839300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2839300); + this.columnR2839400 = new global::System.Data.DataColumn("R2839400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2839400); + this.columnR2839500 = new global::System.Data.DataColumn("R2839500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2839500); + this.columnR2839600 = new global::System.Data.DataColumn("R2839600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2839600); + this.columnR2839700 = new global::System.Data.DataColumn("R2839700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2839700); + this.columnR2839800 = new global::System.Data.DataColumn("R2839800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2839800); + this.columnR2839900 = new global::System.Data.DataColumn("R2839900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2839900); + this.columnR2840000 = new global::System.Data.DataColumn("R2840000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2840000); + this.columnR2840100 = new global::System.Data.DataColumn("R2840100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2840100); + this.columnR2840200 = new global::System.Data.DataColumn("R2840200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2840200); + this.columnR2840300 = new global::System.Data.DataColumn("R2840300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2840300); + this.columnR2840400 = new global::System.Data.DataColumn("R2840400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2840400); + this.columnR2840500 = new global::System.Data.DataColumn("R2840500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2840500); + this.columnR2840600 = new global::System.Data.DataColumn("R2840600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2840600); + this.columnR2840700 = new global::System.Data.DataColumn("R2840700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2840700); + this.columnR2840800 = new global::System.Data.DataColumn("R2840800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2840800); + this.columnR2840900 = new global::System.Data.DataColumn("R2840900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2840900); + this.columnR2841000 = new global::System.Data.DataColumn("R2841000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2841000); + this.columnR2841100 = new global::System.Data.DataColumn("R2841100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2841100); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnR0000100}, true)); this.columnR0000100.AllowDBNull = false; @@ -6027,28 +5912,28 @@ private void InitClass() { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1ExplicitRow NewtblGen1ExplicitRow() { - return ((tblGen1ExplicitRow)(this.NewRow())); + public tblGen1ImplicitRow NewtblGen1ImplicitRow() { + return ((tblGen1ImplicitRow)(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 tblGen1ExplicitRow(builder); + return new tblGen1ImplicitRow(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(tblGen1ExplicitRow); + return typeof(tblGen1ImplicitRow); } [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.tblGen1ExplicitRowChanged != null)) { - this.tblGen1ExplicitRowChanged(this, new tblGen1ExplicitRowChangeEvent(((tblGen1ExplicitRow)(e.Row)), e.Action)); + if ((this.tblGen1ImplicitRowChanged != null)) { + this.tblGen1ImplicitRowChanged(this, new tblGen1ImplicitRowChangeEvent(((tblGen1ImplicitRow)(e.Row)), e.Action)); } } @@ -6056,8 +5941,8 @@ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs [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.tblGen1ExplicitRowChanging != null)) { - this.tblGen1ExplicitRowChanging(this, new tblGen1ExplicitRowChangeEvent(((tblGen1ExplicitRow)(e.Row)), e.Action)); + if ((this.tblGen1ImplicitRowChanging != null)) { + this.tblGen1ImplicitRowChanging(this, new tblGen1ImplicitRowChangeEvent(((tblGen1ImplicitRow)(e.Row)), e.Action)); } } @@ -6065,8 +5950,8 @@ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs [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.tblGen1ExplicitRowDeleted != null)) { - this.tblGen1ExplicitRowDeleted(this, new tblGen1ExplicitRowChangeEvent(((tblGen1ExplicitRow)(e.Row)), e.Action)); + if ((this.tblGen1ImplicitRowDeleted != null)) { + this.tblGen1ImplicitRowDeleted(this, new tblGen1ImplicitRowChangeEvent(((tblGen1ImplicitRow)(e.Row)), e.Action)); } } @@ -6074,14 +5959,14 @@ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs [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.tblGen1ExplicitRowDeleting != null)) { - this.tblGen1ExplicitRowDeleting(this, new tblGen1ExplicitRowChangeEvent(((tblGen1ExplicitRow)(e.Row)), e.Action)); + if ((this.tblGen1ImplicitRowDeleting != null)) { + this.tblGen1ImplicitRowDeleting(this, new tblGen1ImplicitRowChangeEvent(((tblGen1ImplicitRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void RemovetblGen1ExplicitRow(tblGen1ExplicitRow row) { + public void RemovetblGen1ImplicitRow(tblGen1ImplicitRow row) { this.Rows.Remove(row); } @@ -6108,7 +5993,7 @@ public void RemovetblGen1ExplicitRow(tblGen1ExplicitRow row) { type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; - attribute2.FixedValue = "tblGen1ExplicitDataTable"; + attribute2.FixedValue = "tblGen1ImplicitDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); @@ -6154,214 +6039,38 @@ public void RemovetblGen1ExplicitRow(tblGen1ExplicitRow row) { /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class tblGen1ImplicitDataTable : global::System.Data.TypedTableBase { - - private global::System.Data.DataColumn columnH0001600; - - private global::System.Data.DataColumn columnH0001700; - - private global::System.Data.DataColumn columnH0001800; - - private global::System.Data.DataColumn columnH0001900; - - private global::System.Data.DataColumn columnH0002000; - - private global::System.Data.DataColumn columnH0002100; - - private global::System.Data.DataColumn columnH0002200; - - private global::System.Data.DataColumn columnH0002300; - - private global::System.Data.DataColumn columnH0002400; - - private global::System.Data.DataColumn columnH0002500; - - private global::System.Data.DataColumn columnH0002600; - - private global::System.Data.DataColumn columnH0002700; - - private global::System.Data.DataColumn columnH0002800; - - private global::System.Data.DataColumn columnH0002900; - - private global::System.Data.DataColumn columnH0003000; - - private global::System.Data.DataColumn columnH0003100; - - private global::System.Data.DataColumn columnH0013600; - - private global::System.Data.DataColumn columnH0013700; - - private global::System.Data.DataColumn columnH0013800; - - private global::System.Data.DataColumn columnH0013900; - - private global::System.Data.DataColumn columnH0014000; - - private global::System.Data.DataColumn columnH0014100; - - private global::System.Data.DataColumn columnH0014200; - - private global::System.Data.DataColumn columnH0014300; - - private global::System.Data.DataColumn columnH0014400; - - private global::System.Data.DataColumn columnH0014500; - - private global::System.Data.DataColumn columnH0014700; - - private global::System.Data.DataColumn columnH0014800; - - private global::System.Data.DataColumn columnH0014900; - - private global::System.Data.DataColumn columnH0015000; - - private global::System.Data.DataColumn columnH0015100; - - private global::System.Data.DataColumn columnH0015200; - - private global::System.Data.DataColumn columnH0015300; - - private global::System.Data.DataColumn columnH0015400; - - private global::System.Data.DataColumn columnH0015500; - - private global::System.Data.DataColumn columnH0015600; - - private global::System.Data.DataColumn columnH0015700; - - private global::System.Data.DataColumn columnH0015800; - - private global::System.Data.DataColumn columnH0015803; - - private global::System.Data.DataColumn columnH0015804; - - private global::System.Data.DataColumn columnR0000100; - - private global::System.Data.DataColumn columnR0006100; - - private global::System.Data.DataColumn columnR0006500; - - private global::System.Data.DataColumn columnR0007300; - - private global::System.Data.DataColumn columnR0007700; - - private global::System.Data.DataColumn columnR0007900; - - private global::System.Data.DataColumn columnR0214700; - - private global::System.Data.DataColumn columnR0214800; - - private global::System.Data.DataColumn columnR2302900; - - private global::System.Data.DataColumn columnR2303100; - - private global::System.Data.DataColumn columnR2303200; - - private global::System.Data.DataColumn columnR2303300; - - private global::System.Data.DataColumn columnR2303500; - - private global::System.Data.DataColumn columnR2303600; - - private global::System.Data.DataColumn columnR2505100; - - private global::System.Data.DataColumn columnR2505300; - - private global::System.Data.DataColumn columnR2505400; - - private global::System.Data.DataColumn columnR2505500; - - private global::System.Data.DataColumn columnR2505700; - - private global::System.Data.DataColumn columnR2505800; - - private global::System.Data.DataColumn columnR2737900; - - private global::System.Data.DataColumn columnR2837200; - - private global::System.Data.DataColumn columnR2837300; - - private global::System.Data.DataColumn columnR2837400; - - private global::System.Data.DataColumn columnR2837500; - - private global::System.Data.DataColumn columnR2837600; - - private global::System.Data.DataColumn columnR2837700; - - private global::System.Data.DataColumn columnR2837800; - - private global::System.Data.DataColumn columnR2837900; - - private global::System.Data.DataColumn columnR2838000; - - private global::System.Data.DataColumn columnR2838100; - - private global::System.Data.DataColumn columnR2838200; - - private global::System.Data.DataColumn columnR2838300; - - private global::System.Data.DataColumn columnR2838400; - - private global::System.Data.DataColumn columnR2838500; - - private global::System.Data.DataColumn columnR2838600; - - private global::System.Data.DataColumn columnR2838700; - - private global::System.Data.DataColumn columnR2838800; - - private global::System.Data.DataColumn columnR2838900; - - private global::System.Data.DataColumn columnR2839000; - - private global::System.Data.DataColumn columnR2839100; - - private global::System.Data.DataColumn columnR2839200; - - private global::System.Data.DataColumn columnR2839300; - - private global::System.Data.DataColumn columnR2839400; - - private global::System.Data.DataColumn columnR2839500; - - private global::System.Data.DataColumn columnR2839600; - - private global::System.Data.DataColumn columnR2839700; - - private global::System.Data.DataColumn columnR2839800; + public partial class tblGen2OutcomesWeightDataTable : global::System.Data.TypedTableBase { - private global::System.Data.DataColumn columnR2839900; + private global::System.Data.DataColumn columnC0000100; - private global::System.Data.DataColumn columnR2840000; + private global::System.Data.DataColumn columnC0000200; - private global::System.Data.DataColumn columnR2840100; + private global::System.Data.DataColumn columnC0005300; - private global::System.Data.DataColumn columnR2840200; + private global::System.Data.DataColumn columnC0005400; - private global::System.Data.DataColumn columnR2840300; + private global::System.Data.DataColumn columnC0005700; - private global::System.Data.DataColumn columnR2840400; + private global::System.Data.DataColumn columnY0308500; - private global::System.Data.DataColumn columnR2840500; + private global::System.Data.DataColumn columnY0904100; - private global::System.Data.DataColumn columnR2840600; + private global::System.Data.DataColumn columnY1151000; - private global::System.Data.DataColumn columnR2840700; + private global::System.Data.DataColumn columnY1386000; - private global::System.Data.DataColumn columnR2840800; + private global::System.Data.DataColumn columnY1637700; - private global::System.Data.DataColumn columnR2840900; + private global::System.Data.DataColumn columnY1891300; - private global::System.Data.DataColumn columnR2841000; + private global::System.Data.DataColumn columnY2207200; - private global::System.Data.DataColumn columnR2841100; + private global::System.Data.DataColumn columnY2544900; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1ImplicitDataTable() { - this.TableName = "tblGen1Implicit"; + public tblGen2OutcomesWeightDataTable() { + this.TableName = "tblGen2OutcomesWeight"; this.BeginInit(); this.InitClass(); this.EndInit(); @@ -6369,7 +6078,7 @@ public tblGen1ImplicitDataTable() { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblGen1ImplicitDataTable(global::System.Data.DataTable table) { + internal tblGen2OutcomesWeightDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; @@ -6386,816 +6095,1224 @@ internal tblGen1ImplicitDataTable(global::System.Data.DataTable table) { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - protected tblGen1ImplicitDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + protected tblGen2OutcomesWeightDataTable(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 H0001600Column { + public global::System.Data.DataColumn C0000100Column { get { - return this.columnH0001600; + return this.columnC0000100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0001700Column { + public global::System.Data.DataColumn C0000200Column { get { - return this.columnH0001700; + return this.columnC0000200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0001800Column { + public global::System.Data.DataColumn C0005300Column { get { - return this.columnH0001800; + return this.columnC0005300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0001900Column { + public global::System.Data.DataColumn C0005400Column { get { - return this.columnH0001900; + return this.columnC0005400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0002000Column { + public global::System.Data.DataColumn C0005700Column { get { - return this.columnH0002000; + return this.columnC0005700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0002100Column { + public global::System.Data.DataColumn Y0308500Column { get { - return this.columnH0002100; + return this.columnY0308500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0002200Column { + public global::System.Data.DataColumn Y0904100Column { get { - return this.columnH0002200; + return this.columnY0904100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0002300Column { + public global::System.Data.DataColumn Y1151000Column { get { - return this.columnH0002300; + return this.columnY1151000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0002400Column { + public global::System.Data.DataColumn Y1386000Column { get { - return this.columnH0002400; + return this.columnY1386000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0002500Column { + public global::System.Data.DataColumn Y1637700Column { get { - return this.columnH0002500; + return this.columnY1637700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0002600Column { + public global::System.Data.DataColumn Y1891300Column { get { - return this.columnH0002600; + return this.columnY1891300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0002700Column { + public global::System.Data.DataColumn Y2207200Column { get { - return this.columnH0002700; + return this.columnY2207200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0002800Column { + public global::System.Data.DataColumn Y2544900Column { get { - return this.columnH0002800; + return this.columnY2544900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0002900Column { + [global::System.ComponentModel.Browsable(false)] + public int Count { get { - return this.columnH0002900; + return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0003000Column { + public tblGen2OutcomesWeightRow this[int index] { get { - return this.columnH0003000; + return ((tblGen2OutcomesWeightRow)(this.Rows[index])); } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0003100Column { - get { - return this.columnH0003100; - } - } + public event tblGen2OutcomesWeightRowChangeEventHandler tblGen2OutcomesWeightRowChanging; + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public event tblGen2OutcomesWeightRowChangeEventHandler tblGen2OutcomesWeightRowChanged; + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public event tblGen2OutcomesWeightRowChangeEventHandler tblGen2OutcomesWeightRowDeleting; + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public event tblGen2OutcomesWeightRowChangeEventHandler tblGen2OutcomesWeightRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0013600Column { - get { - return this.columnH0013600; - } + public void AddtblGen2OutcomesWeightRow(tblGen2OutcomesWeightRow row) { + this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0013700Column { - get { - return this.columnH0013700; - } + public tblGen2OutcomesWeightRow AddtblGen2OutcomesWeightRow(int C0000100, int C0000200, int C0005300, int C0005400, int C0005700, int Y0308500, int Y0904100, int Y1151000, int Y1386000, int Y1637700, int Y1891300, int Y2207200, int Y2544900) { + tblGen2OutcomesWeightRow rowtblGen2OutcomesWeightRow = ((tblGen2OutcomesWeightRow)(this.NewRow())); + object[] columnValuesArray = new object[] { + C0000100, + C0000200, + C0005300, + C0005400, + C0005700, + Y0308500, + Y0904100, + Y1151000, + Y1386000, + Y1637700, + Y1891300, + Y2207200, + Y2544900}; + rowtblGen2OutcomesWeightRow.ItemArray = columnValuesArray; + this.Rows.Add(rowtblGen2OutcomesWeightRow); + return rowtblGen2OutcomesWeightRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0013800Column { - get { - return this.columnH0013800; - } + public tblGen2OutcomesWeightRow FindByC0000100(int C0000100) { + return ((tblGen2OutcomesWeightRow)(this.Rows.Find(new object[] { + C0000100}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0013900Column { - get { - return this.columnH0013900; - } + public override global::System.Data.DataTable Clone() { + tblGen2OutcomesWeightDataTable cln = ((tblGen2OutcomesWeightDataTable)(base.Clone())); + cln.InitVars(); + return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0014000Column { - get { - return this.columnH0014000; - } + protected override global::System.Data.DataTable CreateInstance() { + return new tblGen2OutcomesWeightDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0014100Column { - get { - return this.columnH0014100; - } + internal void InitVars() { + this.columnC0000100 = base.Columns["C0000100"]; + this.columnC0000200 = base.Columns["C0000200"]; + this.columnC0005300 = base.Columns["C0005300"]; + this.columnC0005400 = base.Columns["C0005400"]; + this.columnC0005700 = base.Columns["C0005700"]; + this.columnY0308500 = base.Columns["Y0308500"]; + this.columnY0904100 = base.Columns["Y0904100"]; + this.columnY1151000 = base.Columns["Y1151000"]; + this.columnY1386000 = base.Columns["Y1386000"]; + this.columnY1637700 = base.Columns["Y1637700"]; + this.columnY1891300 = base.Columns["Y1891300"]; + this.columnY2207200 = base.Columns["Y2207200"]; + this.columnY2544900 = base.Columns["Y2544900"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0014200Column { - get { - return this.columnH0014200; - } + private void InitClass() { + this.columnC0000100 = new global::System.Data.DataColumn("C0000100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0000100); + this.columnC0000200 = new global::System.Data.DataColumn("C0000200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0000200); + this.columnC0005300 = new global::System.Data.DataColumn("C0005300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0005300); + this.columnC0005400 = new global::System.Data.DataColumn("C0005400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0005400); + this.columnC0005700 = new global::System.Data.DataColumn("C0005700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0005700); + this.columnY0308500 = new global::System.Data.DataColumn("Y0308500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0308500); + this.columnY0904100 = new global::System.Data.DataColumn("Y0904100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0904100); + this.columnY1151000 = new global::System.Data.DataColumn("Y1151000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1151000); + this.columnY1386000 = new global::System.Data.DataColumn("Y1386000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1386000); + this.columnY1637700 = new global::System.Data.DataColumn("Y1637700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1637700); + this.columnY1891300 = new global::System.Data.DataColumn("Y1891300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1891300); + this.columnY2207200 = new global::System.Data.DataColumn("Y2207200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2207200); + this.columnY2544900 = new global::System.Data.DataColumn("Y2544900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2544900); + this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { + this.columnC0000100}, true)); + this.columnC0000100.AllowDBNull = false; + this.columnC0000100.Unique = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0014300Column { - get { - return this.columnH0014300; - } + public tblGen2OutcomesWeightRow NewtblGen2OutcomesWeightRow() { + return ((tblGen2OutcomesWeightRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0014400Column { - get { - return this.columnH0014400; - } + protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { + return new tblGen2OutcomesWeightRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0014500Column { - get { - return this.columnH0014500; - } + protected override global::System.Type GetRowType() { + return typeof(tblGen2OutcomesWeightRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0014700Column { - get { - return this.columnH0014700; + protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowChanged(e); + if ((this.tblGen2OutcomesWeightRowChanged != null)) { + this.tblGen2OutcomesWeightRowChanged(this, new tblGen2OutcomesWeightRowChangeEvent(((tblGen2OutcomesWeightRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0014800Column { - get { - return this.columnH0014800; + protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowChanging(e); + if ((this.tblGen2OutcomesWeightRowChanging != null)) { + this.tblGen2OutcomesWeightRowChanging(this, new tblGen2OutcomesWeightRowChangeEvent(((tblGen2OutcomesWeightRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0014900Column { - get { - return this.columnH0014900; + protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowDeleted(e); + if ((this.tblGen2OutcomesWeightRowDeleted != null)) { + this.tblGen2OutcomesWeightRowDeleted(this, new tblGen2OutcomesWeightRowChangeEvent(((tblGen2OutcomesWeightRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0015000Column { - get { - return this.columnH0015000; + protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowDeleting(e); + if ((this.tblGen2OutcomesWeightRowDeleting != null)) { + this.tblGen2OutcomesWeightRowDeleting(this, new tblGen2OutcomesWeightRowChangeEvent(((tblGen2OutcomesWeightRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0015100Column { - get { - return this.columnH0015100; - } + public void RemovetblGen2OutcomesWeightRow(tblGen2OutcomesWeightRow row) { + this.Rows.Remove(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0015200Column { - get { - return this.columnH0015200; + 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(); + ImportDataSet ds = new ImportDataSet(); + 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 = "tblGen2OutcomesWeightDataTable"; + 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 the strongly named DataTable class. + /// + [global::System.Serializable()] + [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] + public partial class tblLinks2004Gen1DataTable : global::System.Data.TypedTableBase { + + private global::System.Data.DataColumn columnPairID; + + private global::System.Data.DataColumn columnExtendedFamilyID; + + private global::System.Data.DataColumn columnID1; + + private global::System.Data.DataColumn columnID2; + + private global::System.Data.DataColumn columnSex1; + + private global::System.Data.DataColumn columnSex2; + + private global::System.Data.DataColumn columnRecommendedRelatedness; + + private global::System.Data.DataColumn columnSubjectTag_S1; + + private global::System.Data.DataColumn columnSubjectTag_S2; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0015300Column { - get { - return this.columnH0015300; - } + public tblLinks2004Gen1DataTable() { + this.TableName = "tblLinks2004Gen1"; + this.BeginInit(); + this.InitClass(); + this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0015400Column { - get { - return this.columnH0015400; + internal tblLinks2004Gen1DataTable(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")] - public global::System.Data.DataColumn H0015500Column { - get { - return this.columnH0015500; - } + protected tblLinks2004Gen1DataTable(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 H0015600Column { + public global::System.Data.DataColumn PairIDColumn { get { - return this.columnH0015600; + return this.columnPairID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0015700Column { + public global::System.Data.DataColumn ExtendedFamilyIDColumn { get { - return this.columnH0015700; + return this.columnExtendedFamilyID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0015800Column { + public global::System.Data.DataColumn ID1Column { get { - return this.columnH0015800; + return this.columnID1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0015803Column { + public global::System.Data.DataColumn ID2Column { get { - return this.columnH0015803; + return this.columnID2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn H0015804Column { + public global::System.Data.DataColumn Sex1Column { get { - return this.columnH0015804; + return this.columnSex1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0000100Column { + public global::System.Data.DataColumn Sex2Column { get { - return this.columnR0000100; + return this.columnSex2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0006100Column { + public global::System.Data.DataColumn RecommendedRelatednessColumn { get { - return this.columnR0006100; + return this.columnRecommendedRelatedness; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0006500Column { + public global::System.Data.DataColumn SubjectTag_S1Column { get { - return this.columnR0006500; + return this.columnSubjectTag_S1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0007300Column { + public global::System.Data.DataColumn SubjectTag_S2Column { get { - return this.columnR0007300; + return this.columnSubjectTag_S2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0007700Column { + [global::System.ComponentModel.Browsable(false)] + public int Count { get { - return this.columnR0007700; + return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0007900Column { + public tblLinks2004Gen1Row this[int index] { get { - return this.columnR0007900; + return ((tblLinks2004Gen1Row)(this.Rows[index])); } } + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public event tblLinks2004Gen1RowChangeEventHandler tblLinks2004Gen1RowChanging; + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public event tblLinks2004Gen1RowChangeEventHandler tblLinks2004Gen1RowChanged; + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public event tblLinks2004Gen1RowChangeEventHandler tblLinks2004Gen1RowDeleting; + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public event tblLinks2004Gen1RowChangeEventHandler tblLinks2004Gen1RowDeleted; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0214700Column { - get { - return this.columnR0214700; - } + public void AddtblLinks2004Gen1Row(tblLinks2004Gen1Row row) { + this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0214800Column { - get { - return this.columnR0214800; - } + public tblLinks2004Gen1Row AddtblLinks2004Gen1Row(short PairID, short ExtendedFamilyID, short ID1, short ID2, byte Sex1, byte Sex2, float RecommendedRelatedness, int SubjectTag_S1, int SubjectTag_S2) { + tblLinks2004Gen1Row rowtblLinks2004Gen1Row = ((tblLinks2004Gen1Row)(this.NewRow())); + object[] columnValuesArray = new object[] { + PairID, + ExtendedFamilyID, + ID1, + ID2, + Sex1, + Sex2, + RecommendedRelatedness, + SubjectTag_S1, + SubjectTag_S2}; + rowtblLinks2004Gen1Row.ItemArray = columnValuesArray; + this.Rows.Add(rowtblLinks2004Gen1Row); + return rowtblLinks2004Gen1Row; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2302900Column { - get { - return this.columnR2302900; - } + public tblLinks2004Gen1Row FindBySubjectTag_S1SubjectTag_S2(int SubjectTag_S1, int SubjectTag_S2) { + return ((tblLinks2004Gen1Row)(this.Rows.Find(new object[] { + SubjectTag_S1, + SubjectTag_S2}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2303100Column { - get { - return this.columnR2303100; - } + public override global::System.Data.DataTable Clone() { + tblLinks2004Gen1DataTable cln = ((tblLinks2004Gen1DataTable)(base.Clone())); + cln.InitVars(); + return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2303200Column { - get { - return this.columnR2303200; - } + protected override global::System.Data.DataTable CreateInstance() { + return new tblLinks2004Gen1DataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2303300Column { - get { - return this.columnR2303300; - } + internal void InitVars() { + this.columnPairID = base.Columns["PairID"]; + this.columnExtendedFamilyID = base.Columns["ExtendedFamilyID"]; + this.columnID1 = base.Columns["ID1"]; + this.columnID2 = base.Columns["ID2"]; + this.columnSex1 = base.Columns["Sex1"]; + this.columnSex2 = base.Columns["Sex2"]; + this.columnRecommendedRelatedness = base.Columns["RecommendedRelatedness"]; + this.columnSubjectTag_S1 = base.Columns["SubjectTag_S1"]; + this.columnSubjectTag_S2 = base.Columns["SubjectTag_S2"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2303500Column { - get { - return this.columnR2303500; - } + private void InitClass() { + this.columnPairID = new global::System.Data.DataColumn("PairID", typeof(short), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnPairID); + this.columnExtendedFamilyID = new global::System.Data.DataColumn("ExtendedFamilyID", typeof(short), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnExtendedFamilyID); + this.columnID1 = new global::System.Data.DataColumn("ID1", typeof(short), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnID1); + this.columnID2 = new global::System.Data.DataColumn("ID2", typeof(short), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnID2); + this.columnSex1 = new global::System.Data.DataColumn("Sex1", typeof(byte), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnSex1); + this.columnSex2 = new global::System.Data.DataColumn("Sex2", typeof(byte), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnSex2); + this.columnRecommendedRelatedness = new global::System.Data.DataColumn("RecommendedRelatedness", typeof(float), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnRecommendedRelatedness); + this.columnSubjectTag_S1 = new global::System.Data.DataColumn("SubjectTag_S1", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnSubjectTag_S1); + this.columnSubjectTag_S2 = new global::System.Data.DataColumn("SubjectTag_S2", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnSubjectTag_S2); + this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { + this.columnSubjectTag_S1, + this.columnSubjectTag_S2}, true)); + this.columnPairID.AllowDBNull = false; + this.columnExtendedFamilyID.AllowDBNull = false; + this.columnID1.AllowDBNull = false; + this.columnID2.AllowDBNull = false; + this.columnSubjectTag_S1.AllowDBNull = false; + this.columnSubjectTag_S2.AllowDBNull = false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2303600Column { - get { - return this.columnR2303600; - } + public tblLinks2004Gen1Row NewtblLinks2004Gen1Row() { + return ((tblLinks2004Gen1Row)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2505100Column { - get { - return this.columnR2505100; - } + protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { + return new tblLinks2004Gen1Row(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2505300Column { - get { - return this.columnR2505300; - } + protected override global::System.Type GetRowType() { + return typeof(tblLinks2004Gen1Row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2505400Column { - get { - return this.columnR2505400; + protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowChanged(e); + if ((this.tblLinks2004Gen1RowChanged != null)) { + this.tblLinks2004Gen1RowChanged(this, new tblLinks2004Gen1RowChangeEvent(((tblLinks2004Gen1Row)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2505500Column { - get { - return this.columnR2505500; + protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowChanging(e); + if ((this.tblLinks2004Gen1RowChanging != null)) { + this.tblLinks2004Gen1RowChanging(this, new tblLinks2004Gen1RowChangeEvent(((tblLinks2004Gen1Row)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2505700Column { - get { - return this.columnR2505700; + protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowDeleted(e); + if ((this.tblLinks2004Gen1RowDeleted != null)) { + this.tblLinks2004Gen1RowDeleted(this, new tblLinks2004Gen1RowChangeEvent(((tblLinks2004Gen1Row)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2505800Column { - get { - return this.columnR2505800; + protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowDeleting(e); + if ((this.tblLinks2004Gen1RowDeleting != null)) { + this.tblLinks2004Gen1RowDeleting(this, new tblLinks2004Gen1RowChangeEvent(((tblLinks2004Gen1Row)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2737900Column { + public void RemovetblLinks2004Gen1Row(tblLinks2004Gen1Row 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(); + ImportDataSet ds = new ImportDataSet(); + 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 = "tblLinks2004Gen1DataTable"; + 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 the strongly named DataTable class. + /// + [global::System.Serializable()] + [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] + public partial class tblGen2OutcomesMathDataTable : global::System.Data.TypedTableBase { + + private global::System.Data.DataColumn columnC0000100; + + private global::System.Data.DataColumn columnC0000200; + + private global::System.Data.DataColumn columnC0005300; + + private global::System.Data.DataColumn columnC0005400; + + private global::System.Data.DataColumn columnC0005700; + + private global::System.Data.DataColumn columnC0579900; + + private global::System.Data.DataColumn columnC0580000; + + private global::System.Data.DataColumn columnC0580100; + + private global::System.Data.DataColumn columnC0799400; + + private global::System.Data.DataColumn columnC0799500; + + private global::System.Data.DataColumn columnC0799600; + + private global::System.Data.DataColumn columnC0998600; + + private global::System.Data.DataColumn columnC0998700; + + private global::System.Data.DataColumn columnC0998800; + + private global::System.Data.DataColumn columnC1198600; + + private global::System.Data.DataColumn columnC1198700; + + private global::System.Data.DataColumn columnC1198800; + + private global::System.Data.DataColumn columnC1507600; + + private global::System.Data.DataColumn columnC1507700; + + private global::System.Data.DataColumn columnC1507800; + + private global::System.Data.DataColumn columnC1564500; + + private global::System.Data.DataColumn columnC1564600; + + private global::System.Data.DataColumn columnC1564700; + + private global::System.Data.DataColumn columnC1799900; + + private global::System.Data.DataColumn columnC1800000; + + private global::System.Data.DataColumn columnC1800100; + + private global::System.Data.DataColumn columnC2503500; + + private global::System.Data.DataColumn columnC2503600; + + private global::System.Data.DataColumn columnC2503700; + + private global::System.Data.DataColumn columnC2532000; + + private global::System.Data.DataColumn columnC2532100; + + private global::System.Data.DataColumn columnC2532200; + + private global::System.Data.DataColumn columnC2802800; + + private global::System.Data.DataColumn columnC2802900; + + private global::System.Data.DataColumn columnC2803000; + + private global::System.Data.DataColumn columnC3111300; + + private global::System.Data.DataColumn columnC3111400; + + private global::System.Data.DataColumn columnC3111500; + + private global::System.Data.DataColumn columnC3615000; + + private global::System.Data.DataColumn columnC3615100; + + private global::System.Data.DataColumn columnC3615200; + + private global::System.Data.DataColumn columnC3993600; + + private global::System.Data.DataColumn columnC3993700; + + private global::System.Data.DataColumn columnC3993800; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public tblGen2OutcomesMathDataTable() { + this.TableName = "tblGen2OutcomesMath"; + this.BeginInit(); + this.InitClass(); + this.EndInit(); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + internal tblGen2OutcomesMathDataTable(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 tblGen2OutcomesMathDataTable(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 C0000100Column { get { - return this.columnR2737900; + return this.columnC0000100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2837200Column { + public global::System.Data.DataColumn C0000200Column { get { - return this.columnR2837200; + return this.columnC0000200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2837300Column { + public global::System.Data.DataColumn C0005300Column { get { - return this.columnR2837300; + return this.columnC0005300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2837400Column { + public global::System.Data.DataColumn C0005400Column { get { - return this.columnR2837400; + return this.columnC0005400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2837500Column { + public global::System.Data.DataColumn C0005700Column { get { - return this.columnR2837500; + return this.columnC0005700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2837600Column { + public global::System.Data.DataColumn C0579900Column { get { - return this.columnR2837600; + return this.columnC0579900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2837700Column { + public global::System.Data.DataColumn C0580000Column { get { - return this.columnR2837700; + return this.columnC0580000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2837800Column { + public global::System.Data.DataColumn C0580100Column { get { - return this.columnR2837800; + return this.columnC0580100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2837900Column { + public global::System.Data.DataColumn C0799400Column { get { - return this.columnR2837900; + return this.columnC0799400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2838000Column { + public global::System.Data.DataColumn C0799500Column { get { - return this.columnR2838000; + return this.columnC0799500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2838100Column { + public global::System.Data.DataColumn C0799600Column { get { - return this.columnR2838100; + return this.columnC0799600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2838200Column { + public global::System.Data.DataColumn C0998600Column { get { - return this.columnR2838200; + return this.columnC0998600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2838300Column { + public global::System.Data.DataColumn C0998700Column { get { - return this.columnR2838300; + return this.columnC0998700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2838400Column { + public global::System.Data.DataColumn C0998800Column { get { - return this.columnR2838400; + return this.columnC0998800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2838500Column { + public global::System.Data.DataColumn C1198600Column { get { - return this.columnR2838500; + return this.columnC1198600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2838600Column { + public global::System.Data.DataColumn C1198700Column { get { - return this.columnR2838600; + return this.columnC1198700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2838700Column { + public global::System.Data.DataColumn C1198800Column { get { - return this.columnR2838700; + return this.columnC1198800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2838800Column { + public global::System.Data.DataColumn C1507600Column { get { - return this.columnR2838800; + return this.columnC1507600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2838900Column { + public global::System.Data.DataColumn C1507700Column { get { - return this.columnR2838900; + return this.columnC1507700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2839000Column { + public global::System.Data.DataColumn C1507800Column { get { - return this.columnR2839000; + return this.columnC1507800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2839100Column { + public global::System.Data.DataColumn C1564500Column { get { - return this.columnR2839100; + return this.columnC1564500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2839200Column { + public global::System.Data.DataColumn C1564600Column { get { - return this.columnR2839200; + return this.columnC1564600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2839300Column { + public global::System.Data.DataColumn C1564700Column { get { - return this.columnR2839300; + return this.columnC1564700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2839400Column { + public global::System.Data.DataColumn C1799900Column { get { - return this.columnR2839400; + return this.columnC1799900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2839500Column { + public global::System.Data.DataColumn C1800000Column { get { - return this.columnR2839500; + return this.columnC1800000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2839600Column { + public global::System.Data.DataColumn C1800100Column { get { - return this.columnR2839600; + return this.columnC1800100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2839700Column { + public global::System.Data.DataColumn C2503500Column { get { - return this.columnR2839700; + return this.columnC2503500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2839800Column { + public global::System.Data.DataColumn C2503600Column { get { - return this.columnR2839800; + return this.columnC2503600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2839900Column { + public global::System.Data.DataColumn C2503700Column { get { - return this.columnR2839900; + return this.columnC2503700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2840000Column { + public global::System.Data.DataColumn C2532000Column { get { - return this.columnR2840000; + return this.columnC2532000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2840100Column { + public global::System.Data.DataColumn C2532100Column { get { - return this.columnR2840100; + return this.columnC2532100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2840200Column { + public global::System.Data.DataColumn C2532200Column { get { - return this.columnR2840200; + return this.columnC2532200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2840300Column { + public global::System.Data.DataColumn C2802800Column { get { - return this.columnR2840300; + return this.columnC2802800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2840400Column { + public global::System.Data.DataColumn C2802900Column { get { - return this.columnR2840400; + return this.columnC2802900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2840500Column { + public global::System.Data.DataColumn C2803000Column { get { - return this.columnR2840500; + return this.columnC2803000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2840600Column { + public global::System.Data.DataColumn C3111300Column { get { - return this.columnR2840600; + return this.columnC3111300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2840700Column { + public global::System.Data.DataColumn C3111400Column { get { - return this.columnR2840700; + return this.columnC3111400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2840800Column { + public global::System.Data.DataColumn C3111500Column { get { - return this.columnR2840800; + return this.columnC3111500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2840900Column { + public global::System.Data.DataColumn C3615000Column { get { - return this.columnR2840900; + return this.columnC3615000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2841000Column { + public global::System.Data.DataColumn C3615100Column { get { - return this.columnR2841000; + return this.columnC3615100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2841100Column { + public global::System.Data.DataColumn C3615200Column { get { - return this.columnR2841100; + return this.columnC3615200; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn C3993600Column { + get { + return this.columnC3993600; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn C3993700Column { + get { + return this.columnC3993700; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn C3993800Column { + get { + return this.columnC3993800; } } @@ -7210,253 +7327,139 @@ public int Count { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1ImplicitRow this[int index] { + public tblGen2OutcomesMathRow this[int index] { get { - return ((tblGen1ImplicitRow)(this.Rows[index])); + return ((tblGen2OutcomesMathRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen1ImplicitRowChangeEventHandler tblGen1ImplicitRowChanging; + public event tblGen2OutcomesMathRowChangeEventHandler tblGen2OutcomesMathRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen1ImplicitRowChangeEventHandler tblGen1ImplicitRowChanged; + public event tblGen2OutcomesMathRowChangeEventHandler tblGen2OutcomesMathRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen1ImplicitRowChangeEventHandler tblGen1ImplicitRowDeleting; + public event tblGen2OutcomesMathRowChangeEventHandler tblGen2OutcomesMathRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen1ImplicitRowChangeEventHandler tblGen1ImplicitRowDeleted; + public event tblGen2OutcomesMathRowChangeEventHandler tblGen2OutcomesMathRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void AddtblGen1ImplicitRow(tblGen1ImplicitRow row) { + public void AddtblGen2OutcomesMathRow(tblGen2OutcomesMathRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1ImplicitRow AddtblGen1ImplicitRow( - int H0001600, - int H0001700, - int H0001800, - int H0001900, - int H0002000, - int H0002100, - int H0002200, - int H0002300, - int H0002400, - int H0002500, - int H0002600, - int H0002700, - int H0002800, - int H0002900, - int H0003000, - int H0003100, - int H0013600, - int H0013700, - int H0013800, - int H0013900, - int H0014000, - int H0014100, - int H0014200, - int H0014300, - int H0014400, - int H0014500, - int H0014700, - int H0014800, - int H0014900, - int H0015000, - int H0015100, - int H0015200, - int H0015300, - int H0015400, - int H0015500, - int H0015600, - int H0015700, - int H0015800, - int H0015803, - int H0015804, - int R0000100, - int R0006100, - int R0006500, - int R0007300, - int R0007700, - int R0007900, - int R0214700, - int R0214800, - int R2302900, - int R2303100, - int R2303200, - int R2303300, - int R2303500, - int R2303600, - int R2505100, - int R2505300, - int R2505400, - int R2505500, - int R2505700, - int R2505800, - int R2737900, - int R2837200, - int R2837300, - int R2837400, - int R2837500, - int R2837600, - int R2837700, - int R2837800, - int R2837900, - int R2838000, - int R2838100, - int R2838200, - int R2838300, - int R2838400, - int R2838500, - int R2838600, - int R2838700, - int R2838800, - int R2838900, - int R2839000, - int R2839100, - int R2839200, - int R2839300, - int R2839400, - int R2839500, - int R2839600, - int R2839700, - int R2839800, - int R2839900, - int R2840000, - int R2840100, - int R2840200, - int R2840300, - int R2840400, - int R2840500, - int R2840600, - int R2840700, - int R2840800, - int R2840900, - int R2841000, - int R2841100) { - tblGen1ImplicitRow rowtblGen1ImplicitRow = ((tblGen1ImplicitRow)(this.NewRow())); + public tblGen2OutcomesMathRow AddtblGen2OutcomesMathRow( + int C0000100, + int C0000200, + int C0005300, + int C0005400, + int C0005700, + int C0579900, + int C0580000, + int C0580100, + int C0799400, + int C0799500, + int C0799600, + int C0998600, + int C0998700, + int C0998800, + int C1198600, + int C1198700, + int C1198800, + int C1507600, + int C1507700, + int C1507800, + int C1564500, + int C1564600, + int C1564700, + int C1799900, + int C1800000, + int C1800100, + int C2503500, + int C2503600, + int C2503700, + int C2532000, + int C2532100, + int C2532200, + int C2802800, + int C2802900, + int C2803000, + int C3111300, + int C3111400, + int C3111500, + int C3615000, + int C3615100, + int C3615200, + int C3993600, + int C3993700, + int C3993800) { + tblGen2OutcomesMathRow rowtblGen2OutcomesMathRow = ((tblGen2OutcomesMathRow)(this.NewRow())); object[] columnValuesArray = new object[] { - H0001600, - H0001700, - H0001800, - H0001900, - H0002000, - H0002100, - H0002200, - H0002300, - H0002400, - H0002500, - H0002600, - H0002700, - H0002800, - H0002900, - H0003000, - H0003100, - H0013600, - H0013700, - H0013800, - H0013900, - H0014000, - H0014100, - H0014200, - H0014300, - H0014400, - H0014500, - H0014700, - H0014800, - H0014900, - H0015000, - H0015100, - H0015200, - H0015300, - H0015400, - H0015500, - H0015600, - H0015700, - H0015800, - H0015803, - H0015804, - R0000100, - R0006100, - R0006500, - R0007300, - R0007700, - R0007900, - R0214700, - R0214800, - R2302900, - R2303100, - R2303200, - R2303300, - R2303500, - R2303600, - R2505100, - R2505300, - R2505400, - R2505500, - R2505700, - R2505800, - R2737900, - R2837200, - R2837300, - R2837400, - R2837500, - R2837600, - R2837700, - R2837800, - R2837900, - R2838000, - R2838100, - R2838200, - R2838300, - R2838400, - R2838500, - R2838600, - R2838700, - R2838800, - R2838900, - R2839000, - R2839100, - R2839200, - R2839300, - R2839400, - R2839500, - R2839600, - R2839700, - R2839800, - R2839900, - R2840000, - R2840100, - R2840200, - R2840300, - R2840400, - R2840500, - R2840600, - R2840700, - R2840800, - R2840900, - R2841000, - R2841100}; - rowtblGen1ImplicitRow.ItemArray = columnValuesArray; - this.Rows.Add(rowtblGen1ImplicitRow); - return rowtblGen1ImplicitRow; + C0000100, + C0000200, + C0005300, + C0005400, + C0005700, + C0579900, + C0580000, + C0580100, + C0799400, + C0799500, + C0799600, + C0998600, + C0998700, + C0998800, + C1198600, + C1198700, + C1198800, + C1507600, + C1507700, + C1507800, + C1564500, + C1564600, + C1564700, + C1799900, + C1800000, + C1800100, + C2503500, + C2503600, + C2503700, + C2532000, + C2532100, + C2532200, + C2802800, + C2802900, + C2803000, + C3111300, + C3111400, + C3111500, + C3615000, + C3615100, + C3615200, + C3993600, + C3993700, + C3993800}; + rowtblGen2OutcomesMathRow.ItemArray = columnValuesArray; + this.Rows.Add(rowtblGen2OutcomesMathRow); + return rowtblGen2OutcomesMathRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1ImplicitRow FindByR0000100(int R0000100) { - return ((tblGen1ImplicitRow)(this.Rows.Find(new object[] { - R0000100}))); + public tblGen2OutcomesMathRow FindByC0000100(int C0000100) { + return ((tblGen2OutcomesMathRow)(this.Rows.Find(new object[] { + C0000100}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { - tblGen1ImplicitDataTable cln = ((tblGen1ImplicitDataTable)(base.Clone())); + tblGen2OutcomesMathDataTable cln = ((tblGen2OutcomesMathDataTable)(base.Clone())); cln.InitVars(); return cln; } @@ -7464,350 +7467,179 @@ public tblGen1ImplicitRow FindByR0000100(int R0000100) { [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 tblGen1ImplicitDataTable(); + return new tblGen2OutcomesMathDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { - this.columnH0001600 = base.Columns["H0001600"]; - this.columnH0001700 = base.Columns["H0001700"]; - this.columnH0001800 = base.Columns["H0001800"]; - this.columnH0001900 = base.Columns["H0001900"]; - this.columnH0002000 = base.Columns["H0002000"]; - this.columnH0002100 = base.Columns["H0002100"]; - this.columnH0002200 = base.Columns["H0002200"]; - this.columnH0002300 = base.Columns["H0002300"]; - this.columnH0002400 = base.Columns["H0002400"]; - this.columnH0002500 = base.Columns["H0002500"]; - this.columnH0002600 = base.Columns["H0002600"]; - this.columnH0002700 = base.Columns["H0002700"]; - this.columnH0002800 = base.Columns["H0002800"]; - this.columnH0002900 = base.Columns["H0002900"]; - this.columnH0003000 = base.Columns["H0003000"]; - this.columnH0003100 = base.Columns["H0003100"]; - this.columnH0013600 = base.Columns["H0013600"]; - this.columnH0013700 = base.Columns["H0013700"]; - this.columnH0013800 = base.Columns["H0013800"]; - this.columnH0013900 = base.Columns["H0013900"]; - this.columnH0014000 = base.Columns["H0014000"]; - this.columnH0014100 = base.Columns["H0014100"]; - this.columnH0014200 = base.Columns["H0014200"]; - this.columnH0014300 = base.Columns["H0014300"]; - this.columnH0014400 = base.Columns["H0014400"]; - this.columnH0014500 = base.Columns["H0014500"]; - this.columnH0014700 = base.Columns["H0014700"]; - this.columnH0014800 = base.Columns["H0014800"]; - this.columnH0014900 = base.Columns["H0014900"]; - this.columnH0015000 = base.Columns["H0015000"]; - this.columnH0015100 = base.Columns["H0015100"]; - this.columnH0015200 = base.Columns["H0015200"]; - this.columnH0015300 = base.Columns["H0015300"]; - this.columnH0015400 = base.Columns["H0015400"]; - this.columnH0015500 = base.Columns["H0015500"]; - this.columnH0015600 = base.Columns["H0015600"]; - this.columnH0015700 = base.Columns["H0015700"]; - this.columnH0015800 = base.Columns["H0015800"]; - this.columnH0015803 = base.Columns["H0015803"]; - this.columnH0015804 = base.Columns["H0015804"]; - this.columnR0000100 = base.Columns["R0000100"]; - this.columnR0006100 = base.Columns["R0006100"]; - this.columnR0006500 = base.Columns["R0006500"]; - this.columnR0007300 = base.Columns["R0007300"]; - this.columnR0007700 = base.Columns["R0007700"]; - this.columnR0007900 = base.Columns["R0007900"]; - this.columnR0214700 = base.Columns["R0214700"]; - this.columnR0214800 = base.Columns["R0214800"]; - this.columnR2302900 = base.Columns["R2302900"]; - this.columnR2303100 = base.Columns["R2303100"]; - this.columnR2303200 = base.Columns["R2303200"]; - this.columnR2303300 = base.Columns["R2303300"]; - this.columnR2303500 = base.Columns["R2303500"]; - this.columnR2303600 = base.Columns["R2303600"]; - this.columnR2505100 = base.Columns["R2505100"]; - this.columnR2505300 = base.Columns["R2505300"]; - this.columnR2505400 = base.Columns["R2505400"]; - this.columnR2505500 = base.Columns["R2505500"]; - this.columnR2505700 = base.Columns["R2505700"]; - this.columnR2505800 = base.Columns["R2505800"]; - this.columnR2737900 = base.Columns["R2737900"]; - this.columnR2837200 = base.Columns["R2837200"]; - this.columnR2837300 = base.Columns["R2837300"]; - this.columnR2837400 = base.Columns["R2837400"]; - this.columnR2837500 = base.Columns["R2837500"]; - this.columnR2837600 = base.Columns["R2837600"]; - this.columnR2837700 = base.Columns["R2837700"]; - this.columnR2837800 = base.Columns["R2837800"]; - this.columnR2837900 = base.Columns["R2837900"]; - this.columnR2838000 = base.Columns["R2838000"]; - this.columnR2838100 = base.Columns["R2838100"]; - this.columnR2838200 = base.Columns["R2838200"]; - this.columnR2838300 = base.Columns["R2838300"]; - this.columnR2838400 = base.Columns["R2838400"]; - this.columnR2838500 = base.Columns["R2838500"]; - this.columnR2838600 = base.Columns["R2838600"]; - this.columnR2838700 = base.Columns["R2838700"]; - this.columnR2838800 = base.Columns["R2838800"]; - this.columnR2838900 = base.Columns["R2838900"]; - this.columnR2839000 = base.Columns["R2839000"]; - this.columnR2839100 = base.Columns["R2839100"]; - this.columnR2839200 = base.Columns["R2839200"]; - this.columnR2839300 = base.Columns["R2839300"]; - this.columnR2839400 = base.Columns["R2839400"]; - this.columnR2839500 = base.Columns["R2839500"]; - this.columnR2839600 = base.Columns["R2839600"]; - this.columnR2839700 = base.Columns["R2839700"]; - this.columnR2839800 = base.Columns["R2839800"]; - this.columnR2839900 = base.Columns["R2839900"]; - this.columnR2840000 = base.Columns["R2840000"]; - this.columnR2840100 = base.Columns["R2840100"]; - this.columnR2840200 = base.Columns["R2840200"]; - this.columnR2840300 = base.Columns["R2840300"]; - this.columnR2840400 = base.Columns["R2840400"]; - this.columnR2840500 = base.Columns["R2840500"]; - this.columnR2840600 = base.Columns["R2840600"]; - this.columnR2840700 = base.Columns["R2840700"]; - this.columnR2840800 = base.Columns["R2840800"]; - this.columnR2840900 = base.Columns["R2840900"]; - this.columnR2841000 = base.Columns["R2841000"]; - this.columnR2841100 = base.Columns["R2841100"]; + this.columnC0000100 = base.Columns["C0000100"]; + this.columnC0000200 = base.Columns["C0000200"]; + this.columnC0005300 = base.Columns["C0005300"]; + this.columnC0005400 = base.Columns["C0005400"]; + this.columnC0005700 = base.Columns["C0005700"]; + this.columnC0579900 = base.Columns["C0579900"]; + this.columnC0580000 = base.Columns["C0580000"]; + this.columnC0580100 = base.Columns["C0580100"]; + this.columnC0799400 = base.Columns["C0799400"]; + this.columnC0799500 = base.Columns["C0799500"]; + this.columnC0799600 = base.Columns["C0799600"]; + this.columnC0998600 = base.Columns["C0998600"]; + this.columnC0998700 = base.Columns["C0998700"]; + this.columnC0998800 = base.Columns["C0998800"]; + this.columnC1198600 = base.Columns["C1198600"]; + this.columnC1198700 = base.Columns["C1198700"]; + this.columnC1198800 = base.Columns["C1198800"]; + this.columnC1507600 = base.Columns["C1507600"]; + this.columnC1507700 = base.Columns["C1507700"]; + this.columnC1507800 = base.Columns["C1507800"]; + this.columnC1564500 = base.Columns["C1564500"]; + this.columnC1564600 = base.Columns["C1564600"]; + this.columnC1564700 = base.Columns["C1564700"]; + this.columnC1799900 = base.Columns["C1799900"]; + this.columnC1800000 = base.Columns["C1800000"]; + this.columnC1800100 = base.Columns["C1800100"]; + this.columnC2503500 = base.Columns["C2503500"]; + this.columnC2503600 = base.Columns["C2503600"]; + this.columnC2503700 = base.Columns["C2503700"]; + this.columnC2532000 = base.Columns["C2532000"]; + this.columnC2532100 = base.Columns["C2532100"]; + this.columnC2532200 = base.Columns["C2532200"]; + this.columnC2802800 = base.Columns["C2802800"]; + this.columnC2802900 = base.Columns["C2802900"]; + this.columnC2803000 = base.Columns["C2803000"]; + this.columnC3111300 = base.Columns["C3111300"]; + this.columnC3111400 = base.Columns["C3111400"]; + this.columnC3111500 = base.Columns["C3111500"]; + this.columnC3615000 = base.Columns["C3615000"]; + this.columnC3615100 = base.Columns["C3615100"]; + this.columnC3615200 = base.Columns["C3615200"]; + this.columnC3993600 = base.Columns["C3993600"]; + this.columnC3993700 = base.Columns["C3993700"]; + this.columnC3993800 = base.Columns["C3993800"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { - this.columnH0001600 = new global::System.Data.DataColumn("H0001600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0001600); - this.columnH0001700 = new global::System.Data.DataColumn("H0001700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0001700); - this.columnH0001800 = new global::System.Data.DataColumn("H0001800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0001800); - this.columnH0001900 = new global::System.Data.DataColumn("H0001900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0001900); - this.columnH0002000 = new global::System.Data.DataColumn("H0002000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0002000); - this.columnH0002100 = new global::System.Data.DataColumn("H0002100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0002100); - this.columnH0002200 = new global::System.Data.DataColumn("H0002200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0002200); - this.columnH0002300 = new global::System.Data.DataColumn("H0002300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0002300); - this.columnH0002400 = new global::System.Data.DataColumn("H0002400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0002400); - this.columnH0002500 = new global::System.Data.DataColumn("H0002500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0002500); - this.columnH0002600 = new global::System.Data.DataColumn("H0002600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0002600); - this.columnH0002700 = new global::System.Data.DataColumn("H0002700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0002700); - this.columnH0002800 = new global::System.Data.DataColumn("H0002800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0002800); - this.columnH0002900 = new global::System.Data.DataColumn("H0002900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0002900); - this.columnH0003000 = new global::System.Data.DataColumn("H0003000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0003000); - this.columnH0003100 = new global::System.Data.DataColumn("H0003100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0003100); - this.columnH0013600 = new global::System.Data.DataColumn("H0013600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0013600); - this.columnH0013700 = new global::System.Data.DataColumn("H0013700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0013700); - this.columnH0013800 = new global::System.Data.DataColumn("H0013800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0013800); - this.columnH0013900 = new global::System.Data.DataColumn("H0013900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0013900); - this.columnH0014000 = new global::System.Data.DataColumn("H0014000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0014000); - this.columnH0014100 = new global::System.Data.DataColumn("H0014100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0014100); - this.columnH0014200 = new global::System.Data.DataColumn("H0014200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0014200); - this.columnH0014300 = new global::System.Data.DataColumn("H0014300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0014300); - this.columnH0014400 = new global::System.Data.DataColumn("H0014400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0014400); - this.columnH0014500 = new global::System.Data.DataColumn("H0014500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0014500); - this.columnH0014700 = new global::System.Data.DataColumn("H0014700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0014700); - this.columnH0014800 = new global::System.Data.DataColumn("H0014800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0014800); - this.columnH0014900 = new global::System.Data.DataColumn("H0014900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0014900); - this.columnH0015000 = new global::System.Data.DataColumn("H0015000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0015000); - this.columnH0015100 = new global::System.Data.DataColumn("H0015100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0015100); - this.columnH0015200 = new global::System.Data.DataColumn("H0015200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0015200); - this.columnH0015300 = new global::System.Data.DataColumn("H0015300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0015300); - this.columnH0015400 = new global::System.Data.DataColumn("H0015400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0015400); - this.columnH0015500 = new global::System.Data.DataColumn("H0015500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0015500); - this.columnH0015600 = new global::System.Data.DataColumn("H0015600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0015600); - this.columnH0015700 = new global::System.Data.DataColumn("H0015700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0015700); - this.columnH0015800 = new global::System.Data.DataColumn("H0015800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0015800); - this.columnH0015803 = new global::System.Data.DataColumn("H0015803", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0015803); - this.columnH0015804 = new global::System.Data.DataColumn("H0015804", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnH0015804); - this.columnR0000100 = new global::System.Data.DataColumn("R0000100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0000100); - this.columnR0006100 = new global::System.Data.DataColumn("R0006100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0006100); - this.columnR0006500 = new global::System.Data.DataColumn("R0006500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0006500); - this.columnR0007300 = new global::System.Data.DataColumn("R0007300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0007300); - this.columnR0007700 = new global::System.Data.DataColumn("R0007700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0007700); - this.columnR0007900 = new global::System.Data.DataColumn("R0007900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0007900); - this.columnR0214700 = new global::System.Data.DataColumn("R0214700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0214700); - this.columnR0214800 = new global::System.Data.DataColumn("R0214800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0214800); - this.columnR2302900 = new global::System.Data.DataColumn("R2302900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2302900); - this.columnR2303100 = new global::System.Data.DataColumn("R2303100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2303100); - this.columnR2303200 = new global::System.Data.DataColumn("R2303200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2303200); - this.columnR2303300 = new global::System.Data.DataColumn("R2303300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2303300); - this.columnR2303500 = new global::System.Data.DataColumn("R2303500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2303500); - this.columnR2303600 = new global::System.Data.DataColumn("R2303600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2303600); - this.columnR2505100 = new global::System.Data.DataColumn("R2505100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2505100); - this.columnR2505300 = new global::System.Data.DataColumn("R2505300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2505300); - this.columnR2505400 = new global::System.Data.DataColumn("R2505400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2505400); - this.columnR2505500 = new global::System.Data.DataColumn("R2505500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2505500); - this.columnR2505700 = new global::System.Data.DataColumn("R2505700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2505700); - this.columnR2505800 = new global::System.Data.DataColumn("R2505800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2505800); - this.columnR2737900 = new global::System.Data.DataColumn("R2737900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2737900); - this.columnR2837200 = new global::System.Data.DataColumn("R2837200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2837200); - this.columnR2837300 = new global::System.Data.DataColumn("R2837300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2837300); - this.columnR2837400 = new global::System.Data.DataColumn("R2837400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2837400); - this.columnR2837500 = new global::System.Data.DataColumn("R2837500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2837500); - this.columnR2837600 = new global::System.Data.DataColumn("R2837600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2837600); - this.columnR2837700 = new global::System.Data.DataColumn("R2837700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2837700); - this.columnR2837800 = new global::System.Data.DataColumn("R2837800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2837800); - this.columnR2837900 = new global::System.Data.DataColumn("R2837900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2837900); - this.columnR2838000 = new global::System.Data.DataColumn("R2838000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2838000); - this.columnR2838100 = new global::System.Data.DataColumn("R2838100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2838100); - this.columnR2838200 = new global::System.Data.DataColumn("R2838200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2838200); - this.columnR2838300 = new global::System.Data.DataColumn("R2838300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2838300); - this.columnR2838400 = new global::System.Data.DataColumn("R2838400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2838400); - this.columnR2838500 = new global::System.Data.DataColumn("R2838500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2838500); - this.columnR2838600 = new global::System.Data.DataColumn("R2838600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2838600); - this.columnR2838700 = new global::System.Data.DataColumn("R2838700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2838700); - this.columnR2838800 = new global::System.Data.DataColumn("R2838800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2838800); - this.columnR2838900 = new global::System.Data.DataColumn("R2838900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2838900); - this.columnR2839000 = new global::System.Data.DataColumn("R2839000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2839000); - this.columnR2839100 = new global::System.Data.DataColumn("R2839100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2839100); - this.columnR2839200 = new global::System.Data.DataColumn("R2839200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2839200); - this.columnR2839300 = new global::System.Data.DataColumn("R2839300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2839300); - this.columnR2839400 = new global::System.Data.DataColumn("R2839400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2839400); - this.columnR2839500 = new global::System.Data.DataColumn("R2839500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2839500); - this.columnR2839600 = new global::System.Data.DataColumn("R2839600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2839600); - this.columnR2839700 = new global::System.Data.DataColumn("R2839700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2839700); - this.columnR2839800 = new global::System.Data.DataColumn("R2839800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2839800); - this.columnR2839900 = new global::System.Data.DataColumn("R2839900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2839900); - this.columnR2840000 = new global::System.Data.DataColumn("R2840000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2840000); - this.columnR2840100 = new global::System.Data.DataColumn("R2840100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2840100); - this.columnR2840200 = new global::System.Data.DataColumn("R2840200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2840200); - this.columnR2840300 = new global::System.Data.DataColumn("R2840300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2840300); - this.columnR2840400 = new global::System.Data.DataColumn("R2840400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2840400); - this.columnR2840500 = new global::System.Data.DataColumn("R2840500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2840500); - this.columnR2840600 = new global::System.Data.DataColumn("R2840600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2840600); - this.columnR2840700 = new global::System.Data.DataColumn("R2840700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2840700); - this.columnR2840800 = new global::System.Data.DataColumn("R2840800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2840800); - this.columnR2840900 = new global::System.Data.DataColumn("R2840900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2840900); - this.columnR2841000 = new global::System.Data.DataColumn("R2841000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2841000); - this.columnR2841100 = new global::System.Data.DataColumn("R2841100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2841100); + this.columnC0000100 = new global::System.Data.DataColumn("C0000100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0000100); + this.columnC0000200 = new global::System.Data.DataColumn("C0000200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0000200); + this.columnC0005300 = new global::System.Data.DataColumn("C0005300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0005300); + this.columnC0005400 = new global::System.Data.DataColumn("C0005400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0005400); + this.columnC0005700 = new global::System.Data.DataColumn("C0005700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0005700); + this.columnC0579900 = new global::System.Data.DataColumn("C0579900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0579900); + this.columnC0580000 = new global::System.Data.DataColumn("C0580000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0580000); + this.columnC0580100 = new global::System.Data.DataColumn("C0580100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0580100); + this.columnC0799400 = new global::System.Data.DataColumn("C0799400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0799400); + this.columnC0799500 = new global::System.Data.DataColumn("C0799500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0799500); + this.columnC0799600 = new global::System.Data.DataColumn("C0799600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0799600); + this.columnC0998600 = new global::System.Data.DataColumn("C0998600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0998600); + this.columnC0998700 = new global::System.Data.DataColumn("C0998700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0998700); + this.columnC0998800 = new global::System.Data.DataColumn("C0998800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0998800); + this.columnC1198600 = new global::System.Data.DataColumn("C1198600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1198600); + this.columnC1198700 = new global::System.Data.DataColumn("C1198700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1198700); + this.columnC1198800 = new global::System.Data.DataColumn("C1198800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1198800); + this.columnC1507600 = new global::System.Data.DataColumn("C1507600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1507600); + this.columnC1507700 = new global::System.Data.DataColumn("C1507700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1507700); + this.columnC1507800 = new global::System.Data.DataColumn("C1507800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1507800); + this.columnC1564500 = new global::System.Data.DataColumn("C1564500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1564500); + this.columnC1564600 = new global::System.Data.DataColumn("C1564600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1564600); + this.columnC1564700 = new global::System.Data.DataColumn("C1564700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1564700); + this.columnC1799900 = new global::System.Data.DataColumn("C1799900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1799900); + this.columnC1800000 = new global::System.Data.DataColumn("C1800000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1800000); + this.columnC1800100 = new global::System.Data.DataColumn("C1800100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1800100); + this.columnC2503500 = new global::System.Data.DataColumn("C2503500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC2503500); + this.columnC2503600 = new global::System.Data.DataColumn("C2503600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC2503600); + this.columnC2503700 = new global::System.Data.DataColumn("C2503700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC2503700); + this.columnC2532000 = new global::System.Data.DataColumn("C2532000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC2532000); + this.columnC2532100 = new global::System.Data.DataColumn("C2532100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC2532100); + this.columnC2532200 = new global::System.Data.DataColumn("C2532200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC2532200); + this.columnC2802800 = new global::System.Data.DataColumn("C2802800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC2802800); + this.columnC2802900 = new global::System.Data.DataColumn("C2802900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC2802900); + this.columnC2803000 = new global::System.Data.DataColumn("C2803000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC2803000); + this.columnC3111300 = new global::System.Data.DataColumn("C3111300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3111300); + this.columnC3111400 = new global::System.Data.DataColumn("C3111400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3111400); + this.columnC3111500 = new global::System.Data.DataColumn("C3111500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3111500); + this.columnC3615000 = new global::System.Data.DataColumn("C3615000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3615000); + this.columnC3615100 = new global::System.Data.DataColumn("C3615100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3615100); + this.columnC3615200 = new global::System.Data.DataColumn("C3615200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3615200); + this.columnC3993600 = new global::System.Data.DataColumn("C3993600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3993600); + this.columnC3993700 = new global::System.Data.DataColumn("C3993700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3993700); + this.columnC3993800 = new global::System.Data.DataColumn("C3993800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3993800); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { - this.columnR0000100}, true)); - this.columnR0000100.AllowDBNull = false; - this.columnR0000100.Unique = true; + this.columnC0000100}, true)); + this.columnC0000100.AllowDBNull = false; + this.columnC0000100.Unique = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1ImplicitRow NewtblGen1ImplicitRow() { - return ((tblGen1ImplicitRow)(this.NewRow())); + public tblGen2OutcomesMathRow NewtblGen2OutcomesMathRow() { + return ((tblGen2OutcomesMathRow)(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 tblGen1ImplicitRow(builder); + return new tblGen2OutcomesMathRow(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(tblGen1ImplicitRow); + return typeof(tblGen2OutcomesMathRow); } [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.tblGen1ImplicitRowChanged != null)) { - this.tblGen1ImplicitRowChanged(this, new tblGen1ImplicitRowChangeEvent(((tblGen1ImplicitRow)(e.Row)), e.Action)); + if ((this.tblGen2OutcomesMathRowChanged != null)) { + this.tblGen2OutcomesMathRowChanged(this, new tblGen2OutcomesMathRowChangeEvent(((tblGen2OutcomesMathRow)(e.Row)), e.Action)); } } @@ -7815,8 +7647,8 @@ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs [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.tblGen1ImplicitRowChanging != null)) { - this.tblGen1ImplicitRowChanging(this, new tblGen1ImplicitRowChangeEvent(((tblGen1ImplicitRow)(e.Row)), e.Action)); + if ((this.tblGen2OutcomesMathRowChanging != null)) { + this.tblGen2OutcomesMathRowChanging(this, new tblGen2OutcomesMathRowChangeEvent(((tblGen2OutcomesMathRow)(e.Row)), e.Action)); } } @@ -7824,8 +7656,8 @@ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs [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.tblGen1ImplicitRowDeleted != null)) { - this.tblGen1ImplicitRowDeleted(this, new tblGen1ImplicitRowChangeEvent(((tblGen1ImplicitRow)(e.Row)), e.Action)); + if ((this.tblGen2OutcomesMathRowDeleted != null)) { + this.tblGen2OutcomesMathRowDeleted(this, new tblGen2OutcomesMathRowChangeEvent(((tblGen2OutcomesMathRow)(e.Row)), e.Action)); } } @@ -7833,14 +7665,14 @@ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs [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.tblGen1ImplicitRowDeleting != null)) { - this.tblGen1ImplicitRowDeleting(this, new tblGen1ImplicitRowChangeEvent(((tblGen1ImplicitRow)(e.Row)), e.Action)); + if ((this.tblGen2OutcomesMathRowDeleting != null)) { + this.tblGen2OutcomesMathRowDeleting(this, new tblGen2OutcomesMathRowChangeEvent(((tblGen2OutcomesMathRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void RemovetblGen1ImplicitRow(tblGen1ImplicitRow row) { + public void RemovetblGen2OutcomesMathRow(tblGen2OutcomesMathRow row) { this.Rows.Remove(row); } @@ -7867,7 +7699,7 @@ public void RemovetblGen1ImplicitRow(tblGen1ImplicitRow row) { type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; - attribute2.FixedValue = "tblGen1ImplicitDataTable"; + attribute2.FixedValue = "tblGen2OutcomesMathDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); @@ -7913,38 +7745,70 @@ public void RemovetblGen1ImplicitRow(tblGen1ImplicitRow row) { /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class tblGen2OutcomesWeightDataTable : global::System.Data.TypedTableBase { + public partial class tblGen1GeocodeSanitizedDataTable : global::System.Data.TypedTableBase { - private global::System.Data.DataColumn columnC0000100; + private global::System.Data.DataColumn columnSubjectTag_S1; - private global::System.Data.DataColumn columnC0000200; + private global::System.Data.DataColumn columnSubjectTag_S2; - private global::System.Data.DataColumn columnC0005300; + private global::System.Data.DataColumn columnDobDifferenceInDays1979V1979; - private global::System.Data.DataColumn columnC0005400; + private global::System.Data.DataColumn columnDobDifferenceInDays1979V1981; - private global::System.Data.DataColumn columnC0005700; + private global::System.Data.DataColumn columnDobDifferenceInDays1981V1979; - private global::System.Data.DataColumn columnY0308500; + private global::System.Data.DataColumn columnDobDifferenceInDays1981V1981; - private global::System.Data.DataColumn columnY0904100; + private global::System.Data.DataColumn columnDobDayIsMissing1979_1; - private global::System.Data.DataColumn columnY1151000; + private global::System.Data.DataColumn columnDobDayIsMissing1979_2; - private global::System.Data.DataColumn columnY1386000; + private global::System.Data.DataColumn columnBirthSubjectCountyMissing_1; - private global::System.Data.DataColumn columnY1637700; + private global::System.Data.DataColumn columnBirthSubjectCountyMissing_2; - private global::System.Data.DataColumn columnY1891300; + private global::System.Data.DataColumn columnBirthSubjectCountyEqual; - private global::System.Data.DataColumn columnY2207200; + private global::System.Data.DataColumn columnBirthSubjectStateMissing_1; - private global::System.Data.DataColumn columnY2544900; + private global::System.Data.DataColumn columnBirthSubjectStateMissing_2; + + private global::System.Data.DataColumn columnBirthSubjectStateEqual; + + private global::System.Data.DataColumn columnBirthSubjectCountryMissing_1; + + private global::System.Data.DataColumn columnBirthSubjectCountryMissing_2; + + private global::System.Data.DataColumn columnBirthSubjectCountryEqual; + + private global::System.Data.DataColumn columnBirthMotherStateMissing_1; + + private global::System.Data.DataColumn columnBirthMotherStateMissing_2; + + private global::System.Data.DataColumn columnBirthMotherStateEqual; + + private global::System.Data.DataColumn columnBirthMotherCountryMissing_1; + + private global::System.Data.DataColumn columnBirthMotherCountryMissing_2; + + private global::System.Data.DataColumn columnBirthMotherCountryEqual; + + private global::System.Data.DataColumn columnBirthFatherStateMissing_1; + + private global::System.Data.DataColumn columnBirthFatherStateMissing_2; + + private global::System.Data.DataColumn columnBirthFatherStateEqual; + + private global::System.Data.DataColumn columnBirthFatherCountryMissing_1; + + private global::System.Data.DataColumn columnBirthFatherCountryMissing_2; + + private global::System.Data.DataColumn columnBirthFatherCountryEqual; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2OutcomesWeightDataTable() { - this.TableName = "tblGen2OutcomesWeight"; + public tblGen1GeocodeSanitizedDataTable() { + this.TableName = "tblGen1GeocodeSanitized"; this.BeginInit(); this.InitClass(); this.EndInit(); @@ -7952,7 +7816,7 @@ public tblGen2OutcomesWeightDataTable() { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblGen2OutcomesWeightDataTable(global::System.Data.DataTable table) { + internal tblGen1GeocodeSanitizedDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; @@ -7969,498 +7833,240 @@ internal tblGen2OutcomesWeightDataTable(global::System.Data.DataTable table) { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - protected tblGen2OutcomesWeightDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + protected tblGen1GeocodeSanitizedDataTable(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 C0000100Column { + public global::System.Data.DataColumn SubjectTag_S1Column { get { - return this.columnC0000100; + return this.columnSubjectTag_S1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0000200Column { + public global::System.Data.DataColumn SubjectTag_S2Column { get { - return this.columnC0000200; + return this.columnSubjectTag_S2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0005300Column { + public global::System.Data.DataColumn DobDifferenceInDays1979V1979Column { get { - return this.columnC0005300; + return this.columnDobDifferenceInDays1979V1979; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0005400Column { + public global::System.Data.DataColumn DobDifferenceInDays1979V1981Column { get { - return this.columnC0005400; + return this.columnDobDifferenceInDays1979V1981; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0005700Column { + public global::System.Data.DataColumn DobDifferenceInDays1981V1979Column { get { - return this.columnC0005700; + return this.columnDobDifferenceInDays1981V1979; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0308500Column { + public global::System.Data.DataColumn DobDifferenceInDays1981V1981Column { get { - return this.columnY0308500; + return this.columnDobDifferenceInDays1981V1981; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0904100Column { + public global::System.Data.DataColumn DobDayIsMissing1979_1Column { get { - return this.columnY0904100; + return this.columnDobDayIsMissing1979_1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1151000Column { + public global::System.Data.DataColumn DobDayIsMissing1979_2Column { get { - return this.columnY1151000; + return this.columnDobDayIsMissing1979_2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1386000Column { + public global::System.Data.DataColumn BirthSubjectCountyMissing_1Column { get { - return this.columnY1386000; + return this.columnBirthSubjectCountyMissing_1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1637700Column { + public global::System.Data.DataColumn BirthSubjectCountyMissing_2Column { get { - return this.columnY1637700; + return this.columnBirthSubjectCountyMissing_2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1891300Column { + public global::System.Data.DataColumn BirthSubjectCountyEqualColumn { get { - return this.columnY1891300; + return this.columnBirthSubjectCountyEqual; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2207200Column { + public global::System.Data.DataColumn BirthSubjectStateMissing_1Column { get { - return this.columnY2207200; + return this.columnBirthSubjectStateMissing_1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2544900Column { + public global::System.Data.DataColumn BirthSubjectStateMissing_2Column { get { - return this.columnY2544900; + return this.columnBirthSubjectStateMissing_2; } } [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 { + public global::System.Data.DataColumn BirthSubjectStateEqualColumn { get { - return this.Rows.Count; + return this.columnBirthSubjectStateEqual; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2OutcomesWeightRow this[int index] { + public global::System.Data.DataColumn BirthSubjectCountryMissing_1Column { get { - return ((tblGen2OutcomesWeightRow)(this.Rows[index])); - } - } - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2OutcomesWeightRowChangeEventHandler tblGen2OutcomesWeightRowChanging; - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2OutcomesWeightRowChangeEventHandler tblGen2OutcomesWeightRowChanged; - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2OutcomesWeightRowChangeEventHandler tblGen2OutcomesWeightRowDeleting; - - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2OutcomesWeightRowChangeEventHandler tblGen2OutcomesWeightRowDeleted; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void AddtblGen2OutcomesWeightRow(tblGen2OutcomesWeightRow row) { - this.Rows.Add(row); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2OutcomesWeightRow AddtblGen2OutcomesWeightRow(int C0000100, int C0000200, int C0005300, int C0005400, int C0005700, int Y0308500, int Y0904100, int Y1151000, int Y1386000, int Y1637700, int Y1891300, int Y2207200, int Y2544900) { - tblGen2OutcomesWeightRow rowtblGen2OutcomesWeightRow = ((tblGen2OutcomesWeightRow)(this.NewRow())); - object[] columnValuesArray = new object[] { - C0000100, - C0000200, - C0005300, - C0005400, - C0005700, - Y0308500, - Y0904100, - Y1151000, - Y1386000, - Y1637700, - Y1891300, - Y2207200, - Y2544900}; - rowtblGen2OutcomesWeightRow.ItemArray = columnValuesArray; - this.Rows.Add(rowtblGen2OutcomesWeightRow); - return rowtblGen2OutcomesWeightRow; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2OutcomesWeightRow FindByC0000100(int C0000100) { - return ((tblGen2OutcomesWeightRow)(this.Rows.Find(new object[] { - C0000100}))); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public override global::System.Data.DataTable Clone() { - tblGen2OutcomesWeightDataTable cln = ((tblGen2OutcomesWeightDataTable)(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 tblGen2OutcomesWeightDataTable(); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal void InitVars() { - this.columnC0000100 = base.Columns["C0000100"]; - this.columnC0000200 = base.Columns["C0000200"]; - this.columnC0005300 = base.Columns["C0005300"]; - this.columnC0005400 = base.Columns["C0005400"]; - this.columnC0005700 = base.Columns["C0005700"]; - this.columnY0308500 = base.Columns["Y0308500"]; - this.columnY0904100 = base.Columns["Y0904100"]; - this.columnY1151000 = base.Columns["Y1151000"]; - this.columnY1386000 = base.Columns["Y1386000"]; - this.columnY1637700 = base.Columns["Y1637700"]; - this.columnY1891300 = base.Columns["Y1891300"]; - this.columnY2207200 = base.Columns["Y2207200"]; - this.columnY2544900 = base.Columns["Y2544900"]; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - private void InitClass() { - this.columnC0000100 = new global::System.Data.DataColumn("C0000100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0000100); - this.columnC0000200 = new global::System.Data.DataColumn("C0000200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0000200); - this.columnC0005300 = new global::System.Data.DataColumn("C0005300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0005300); - this.columnC0005400 = new global::System.Data.DataColumn("C0005400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0005400); - this.columnC0005700 = new global::System.Data.DataColumn("C0005700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0005700); - this.columnY0308500 = new global::System.Data.DataColumn("Y0308500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0308500); - this.columnY0904100 = new global::System.Data.DataColumn("Y0904100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0904100); - this.columnY1151000 = new global::System.Data.DataColumn("Y1151000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1151000); - this.columnY1386000 = new global::System.Data.DataColumn("Y1386000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1386000); - this.columnY1637700 = new global::System.Data.DataColumn("Y1637700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1637700); - this.columnY1891300 = new global::System.Data.DataColumn("Y1891300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1891300); - this.columnY2207200 = new global::System.Data.DataColumn("Y2207200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2207200); - this.columnY2544900 = new global::System.Data.DataColumn("Y2544900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2544900); - this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { - this.columnC0000100}, true)); - this.columnC0000100.AllowDBNull = false; - this.columnC0000100.Unique = true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2OutcomesWeightRow NewtblGen2OutcomesWeightRow() { - return ((tblGen2OutcomesWeightRow)(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 tblGen2OutcomesWeightRow(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(tblGen2OutcomesWeightRow); - } - - [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.tblGen2OutcomesWeightRowChanged != null)) { - this.tblGen2OutcomesWeightRowChanged(this, new tblGen2OutcomesWeightRowChangeEvent(((tblGen2OutcomesWeightRow)(e.Row)), e.Action)); + return this.columnBirthSubjectCountryMissing_1; } } [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.tblGen2OutcomesWeightRowChanging != null)) { - this.tblGen2OutcomesWeightRowChanging(this, new tblGen2OutcomesWeightRowChangeEvent(((tblGen2OutcomesWeightRow)(e.Row)), e.Action)); + public global::System.Data.DataColumn BirthSubjectCountryMissing_2Column { + get { + return this.columnBirthSubjectCountryMissing_2; } } [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.tblGen2OutcomesWeightRowDeleted != null)) { - this.tblGen2OutcomesWeightRowDeleted(this, new tblGen2OutcomesWeightRowChangeEvent(((tblGen2OutcomesWeightRow)(e.Row)), e.Action)); + public global::System.Data.DataColumn BirthSubjectCountryEqualColumn { + get { + return this.columnBirthSubjectCountryEqual; } } [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.tblGen2OutcomesWeightRowDeleting != null)) { - this.tblGen2OutcomesWeightRowDeleting(this, new tblGen2OutcomesWeightRowChangeEvent(((tblGen2OutcomesWeightRow)(e.Row)), e.Action)); + public global::System.Data.DataColumn BirthMotherStateMissing_1Column { + get { + return this.columnBirthMotherStateMissing_1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void RemovetblGen2OutcomesWeightRow(tblGen2OutcomesWeightRow 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(); - ImportDataSet ds = new ImportDataSet(); - 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 = "tblGen2OutcomesWeightDataTable"; - 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(); - } - } + public global::System.Data.DataColumn BirthMotherStateMissing_2Column { + get { + return this.columnBirthMotherStateMissing_2; } - xs.Add(dsSchema); - return type; - } - } - - /// - ///Represents the strongly named DataTable class. - /// - [global::System.Serializable()] - [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class tblLinks2004Gen1DataTable : global::System.Data.TypedTableBase { - - private global::System.Data.DataColumn columnPairID; - - private global::System.Data.DataColumn columnExtendedFamilyID; - - private global::System.Data.DataColumn columnID1; - - private global::System.Data.DataColumn columnID2; - - private global::System.Data.DataColumn columnSex1; - - private global::System.Data.DataColumn columnSex2; - - private global::System.Data.DataColumn columnRecommendedRelatedness; - - private global::System.Data.DataColumn columnSubjectTag_S1; - - private global::System.Data.DataColumn columnSubjectTag_S2; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblLinks2004Gen1DataTable() { - this.TableName = "tblLinks2004Gen1"; - this.BeginInit(); - this.InitClass(); - this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblLinks2004Gen1DataTable(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; + public global::System.Data.DataColumn BirthMotherStateEqualColumn { + get { + return this.columnBirthMotherStateEqual; } - 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 tblLinks2004Gen1DataTable(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 PairIDColumn { + public global::System.Data.DataColumn BirthMotherCountryMissing_1Column { get { - return this.columnPairID; + return this.columnBirthMotherCountryMissing_1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn ExtendedFamilyIDColumn { + public global::System.Data.DataColumn BirthMotherCountryMissing_2Column { get { - return this.columnExtendedFamilyID; + return this.columnBirthMotherCountryMissing_2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn ID1Column { + public global::System.Data.DataColumn BirthMotherCountryEqualColumn { get { - return this.columnID1; + return this.columnBirthMotherCountryEqual; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn ID2Column { + public global::System.Data.DataColumn BirthFatherStateMissing_1Column { get { - return this.columnID2; + return this.columnBirthFatherStateMissing_1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Sex1Column { + public global::System.Data.DataColumn BirthFatherStateMissing_2Column { get { - return this.columnSex1; + return this.columnBirthFatherStateMissing_2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Sex2Column { + public global::System.Data.DataColumn BirthFatherStateEqualColumn { get { - return this.columnSex2; + return this.columnBirthFatherStateEqual; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn RecommendedRelatednessColumn { + public global::System.Data.DataColumn BirthFatherCountryMissing_1Column { get { - return this.columnRecommendedRelatedness; + return this.columnBirthFatherCountryMissing_1; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn SubjectTag_S1Column { + public global::System.Data.DataColumn BirthFatherCountryMissing_2Column { get { - return this.columnSubjectTag_S1; + return this.columnBirthFatherCountryMissing_2; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn SubjectTag_S2Column { + public global::System.Data.DataColumn BirthFatherCountryEqualColumn { get { - return this.columnSubjectTag_S2; + return this.columnBirthFatherCountryEqual; } } @@ -8475,53 +8081,102 @@ public int Count { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblLinks2004Gen1Row this[int index] { + public tblGen1GeocodeSanitizedRow this[int index] { get { - return ((tblLinks2004Gen1Row)(this.Rows[index])); + return ((tblGen1GeocodeSanitizedRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblLinks2004Gen1RowChangeEventHandler tblLinks2004Gen1RowChanging; + public event tblGen1GeocodeSanitizedRowChangeEventHandler tblGen1GeocodeSanitizedRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblLinks2004Gen1RowChangeEventHandler tblLinks2004Gen1RowChanged; + public event tblGen1GeocodeSanitizedRowChangeEventHandler tblGen1GeocodeSanitizedRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblLinks2004Gen1RowChangeEventHandler tblLinks2004Gen1RowDeleting; + public event tblGen1GeocodeSanitizedRowChangeEventHandler tblGen1GeocodeSanitizedRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblLinks2004Gen1RowChangeEventHandler tblLinks2004Gen1RowDeleted; + public event tblGen1GeocodeSanitizedRowChangeEventHandler tblGen1GeocodeSanitizedRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void AddtblLinks2004Gen1Row(tblLinks2004Gen1Row row) { + public void AddtblGen1GeocodeSanitizedRow(tblGen1GeocodeSanitizedRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblLinks2004Gen1Row AddtblLinks2004Gen1Row(short PairID, short ExtendedFamilyID, short ID1, short ID2, byte Sex1, byte Sex2, float RecommendedRelatedness, int SubjectTag_S1, int SubjectTag_S2) { - tblLinks2004Gen1Row rowtblLinks2004Gen1Row = ((tblLinks2004Gen1Row)(this.NewRow())); + public tblGen1GeocodeSanitizedRow AddtblGen1GeocodeSanitizedRow( + int SubjectTag_S1, + int SubjectTag_S2, + short DobDifferenceInDays1979V1979, + short DobDifferenceInDays1979V1981, + short DobDifferenceInDays1981V1979, + short DobDifferenceInDays1981V1981, + bool DobDayIsMissing1979_1, + bool DobDayIsMissing1979_2, + bool BirthSubjectCountyMissing_1, + bool BirthSubjectCountyMissing_2, + bool BirthSubjectCountyEqual, + bool BirthSubjectStateMissing_1, + bool BirthSubjectStateMissing_2, + bool BirthSubjectStateEqual, + bool BirthSubjectCountryMissing_1, + bool BirthSubjectCountryMissing_2, + bool BirthSubjectCountryEqual, + bool BirthMotherStateMissing_1, + bool BirthMotherStateMissing_2, + bool BirthMotherStateEqual, + bool BirthMotherCountryMissing_1, + bool BirthMotherCountryMissing_2, + bool BirthMotherCountryEqual, + bool BirthFatherStateMissing_1, + bool BirthFatherStateMissing_2, + bool BirthFatherStateEqual, + bool BirthFatherCountryMissing_1, + bool BirthFatherCountryMissing_2, + bool BirthFatherCountryEqual) { + tblGen1GeocodeSanitizedRow rowtblGen1GeocodeSanitizedRow = ((tblGen1GeocodeSanitizedRow)(this.NewRow())); object[] columnValuesArray = new object[] { - PairID, - ExtendedFamilyID, - ID1, - ID2, - Sex1, - Sex2, - RecommendedRelatedness, SubjectTag_S1, - SubjectTag_S2}; - rowtblLinks2004Gen1Row.ItemArray = columnValuesArray; - this.Rows.Add(rowtblLinks2004Gen1Row); - return rowtblLinks2004Gen1Row; + SubjectTag_S2, + DobDifferenceInDays1979V1979, + DobDifferenceInDays1979V1981, + DobDifferenceInDays1981V1979, + DobDifferenceInDays1981V1981, + DobDayIsMissing1979_1, + DobDayIsMissing1979_2, + BirthSubjectCountyMissing_1, + BirthSubjectCountyMissing_2, + BirthSubjectCountyEqual, + BirthSubjectStateMissing_1, + BirthSubjectStateMissing_2, + BirthSubjectStateEqual, + BirthSubjectCountryMissing_1, + BirthSubjectCountryMissing_2, + BirthSubjectCountryEqual, + BirthMotherStateMissing_1, + BirthMotherStateMissing_2, + BirthMotherStateEqual, + BirthMotherCountryMissing_1, + BirthMotherCountryMissing_2, + BirthMotherCountryEqual, + BirthFatherStateMissing_1, + BirthFatherStateMissing_2, + BirthFatherStateEqual, + BirthFatherCountryMissing_1, + BirthFatherCountryMissing_2, + BirthFatherCountryEqual}; + rowtblGen1GeocodeSanitizedRow.ItemArray = columnValuesArray; + this.Rows.Add(rowtblGen1GeocodeSanitizedRow); + return rowtblGen1GeocodeSanitizedRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblLinks2004Gen1Row FindBySubjectTag_S1SubjectTag_S2(int SubjectTag_S1, int SubjectTag_S2) { - return ((tblLinks2004Gen1Row)(this.Rows.Find(new object[] { + public tblGen1GeocodeSanitizedRow FindBySubjectTag_S1SubjectTag_S2(int SubjectTag_S1, int SubjectTag_S2) { + return ((tblGen1GeocodeSanitizedRow)(this.Rows.Find(new object[] { SubjectTag_S1, SubjectTag_S2}))); } @@ -8529,7 +8184,7 @@ public tblLinks2004Gen1Row FindBySubjectTag_S1SubjectTag_S2(int SubjectTag_S1, i [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { - tblLinks2004Gen1DataTable cln = ((tblLinks2004Gen1DataTable)(base.Clone())); + tblGen1GeocodeSanitizedDataTable cln = ((tblGen1GeocodeSanitizedDataTable)(base.Clone())); cln.InitVars(); return cln; } @@ -8537,79 +8192,158 @@ public tblLinks2004Gen1Row FindBySubjectTag_S1SubjectTag_S2(int SubjectTag_S1, i [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 tblLinks2004Gen1DataTable(); + return new tblGen1GeocodeSanitizedDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { - this.columnPairID = base.Columns["PairID"]; - this.columnExtendedFamilyID = base.Columns["ExtendedFamilyID"]; - this.columnID1 = base.Columns["ID1"]; - this.columnID2 = base.Columns["ID2"]; - this.columnSex1 = base.Columns["Sex1"]; - this.columnSex2 = base.Columns["Sex2"]; - this.columnRecommendedRelatedness = base.Columns["RecommendedRelatedness"]; this.columnSubjectTag_S1 = base.Columns["SubjectTag_S1"]; this.columnSubjectTag_S2 = base.Columns["SubjectTag_S2"]; + this.columnDobDifferenceInDays1979V1979 = base.Columns["DobDifferenceInDays1979V1979"]; + this.columnDobDifferenceInDays1979V1981 = base.Columns["DobDifferenceInDays1979V1981"]; + this.columnDobDifferenceInDays1981V1979 = base.Columns["DobDifferenceInDays1981V1979"]; + this.columnDobDifferenceInDays1981V1981 = base.Columns["DobDifferenceInDays1981V1981"]; + this.columnDobDayIsMissing1979_1 = base.Columns["DobDayIsMissing1979_1"]; + this.columnDobDayIsMissing1979_2 = base.Columns["DobDayIsMissing1979_2"]; + this.columnBirthSubjectCountyMissing_1 = base.Columns["BirthSubjectCountyMissing_1"]; + this.columnBirthSubjectCountyMissing_2 = base.Columns["BirthSubjectCountyMissing_2"]; + this.columnBirthSubjectCountyEqual = base.Columns["BirthSubjectCountyEqual"]; + this.columnBirthSubjectStateMissing_1 = base.Columns["BirthSubjectStateMissing_1"]; + this.columnBirthSubjectStateMissing_2 = base.Columns["BirthSubjectStateMissing_2"]; + this.columnBirthSubjectStateEqual = base.Columns["BirthSubjectStateEqual"]; + this.columnBirthSubjectCountryMissing_1 = base.Columns["BirthSubjectCountryMissing_1"]; + this.columnBirthSubjectCountryMissing_2 = base.Columns["BirthSubjectCountryMissing_2"]; + this.columnBirthSubjectCountryEqual = base.Columns["BirthSubjectCountryEqual"]; + this.columnBirthMotherStateMissing_1 = base.Columns["BirthMotherStateMissing_1"]; + this.columnBirthMotherStateMissing_2 = base.Columns["BirthMotherStateMissing_2"]; + this.columnBirthMotherStateEqual = base.Columns["BirthMotherStateEqual"]; + this.columnBirthMotherCountryMissing_1 = base.Columns["BirthMotherCountryMissing_1"]; + this.columnBirthMotherCountryMissing_2 = base.Columns["BirthMotherCountryMissing_2"]; + this.columnBirthMotherCountryEqual = base.Columns["BirthMotherCountryEqual"]; + this.columnBirthFatherStateMissing_1 = base.Columns["BirthFatherStateMissing_1"]; + this.columnBirthFatherStateMissing_2 = base.Columns["BirthFatherStateMissing_2"]; + this.columnBirthFatherStateEqual = base.Columns["BirthFatherStateEqual"]; + this.columnBirthFatherCountryMissing_1 = base.Columns["BirthFatherCountryMissing_1"]; + this.columnBirthFatherCountryMissing_2 = base.Columns["BirthFatherCountryMissing_2"]; + this.columnBirthFatherCountryEqual = base.Columns["BirthFatherCountryEqual"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { - this.columnPairID = new global::System.Data.DataColumn("PairID", typeof(short), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnPairID); - this.columnExtendedFamilyID = new global::System.Data.DataColumn("ExtendedFamilyID", typeof(short), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnExtendedFamilyID); - this.columnID1 = new global::System.Data.DataColumn("ID1", typeof(short), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnID1); - this.columnID2 = new global::System.Data.DataColumn("ID2", typeof(short), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnID2); - this.columnSex1 = new global::System.Data.DataColumn("Sex1", typeof(byte), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnSex1); - this.columnSex2 = new global::System.Data.DataColumn("Sex2", typeof(byte), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnSex2); - this.columnRecommendedRelatedness = new global::System.Data.DataColumn("RecommendedRelatedness", typeof(float), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnRecommendedRelatedness); this.columnSubjectTag_S1 = new global::System.Data.DataColumn("SubjectTag_S1", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSubjectTag_S1); this.columnSubjectTag_S2 = new global::System.Data.DataColumn("SubjectTag_S2", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSubjectTag_S2); + this.columnDobDifferenceInDays1979V1979 = new global::System.Data.DataColumn("DobDifferenceInDays1979V1979", typeof(short), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnDobDifferenceInDays1979V1979); + this.columnDobDifferenceInDays1979V1981 = new global::System.Data.DataColumn("DobDifferenceInDays1979V1981", typeof(short), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnDobDifferenceInDays1979V1981); + this.columnDobDifferenceInDays1981V1979 = new global::System.Data.DataColumn("DobDifferenceInDays1981V1979", typeof(short), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnDobDifferenceInDays1981V1979); + this.columnDobDifferenceInDays1981V1981 = new global::System.Data.DataColumn("DobDifferenceInDays1981V1981", typeof(short), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnDobDifferenceInDays1981V1981); + this.columnDobDayIsMissing1979_1 = new global::System.Data.DataColumn("DobDayIsMissing1979_1", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnDobDayIsMissing1979_1); + this.columnDobDayIsMissing1979_2 = new global::System.Data.DataColumn("DobDayIsMissing1979_2", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnDobDayIsMissing1979_2); + this.columnBirthSubjectCountyMissing_1 = new global::System.Data.DataColumn("BirthSubjectCountyMissing_1", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnBirthSubjectCountyMissing_1); + this.columnBirthSubjectCountyMissing_2 = new global::System.Data.DataColumn("BirthSubjectCountyMissing_2", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnBirthSubjectCountyMissing_2); + this.columnBirthSubjectCountyEqual = new global::System.Data.DataColumn("BirthSubjectCountyEqual", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnBirthSubjectCountyEqual); + this.columnBirthSubjectStateMissing_1 = new global::System.Data.DataColumn("BirthSubjectStateMissing_1", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnBirthSubjectStateMissing_1); + this.columnBirthSubjectStateMissing_2 = new global::System.Data.DataColumn("BirthSubjectStateMissing_2", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnBirthSubjectStateMissing_2); + this.columnBirthSubjectStateEqual = new global::System.Data.DataColumn("BirthSubjectStateEqual", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnBirthSubjectStateEqual); + this.columnBirthSubjectCountryMissing_1 = new global::System.Data.DataColumn("BirthSubjectCountryMissing_1", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnBirthSubjectCountryMissing_1); + this.columnBirthSubjectCountryMissing_2 = new global::System.Data.DataColumn("BirthSubjectCountryMissing_2", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnBirthSubjectCountryMissing_2); + this.columnBirthSubjectCountryEqual = new global::System.Data.DataColumn("BirthSubjectCountryEqual", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnBirthSubjectCountryEqual); + this.columnBirthMotherStateMissing_1 = new global::System.Data.DataColumn("BirthMotherStateMissing_1", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnBirthMotherStateMissing_1); + this.columnBirthMotherStateMissing_2 = new global::System.Data.DataColumn("BirthMotherStateMissing_2", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnBirthMotherStateMissing_2); + this.columnBirthMotherStateEqual = new global::System.Data.DataColumn("BirthMotherStateEqual", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnBirthMotherStateEqual); + this.columnBirthMotherCountryMissing_1 = new global::System.Data.DataColumn("BirthMotherCountryMissing_1", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnBirthMotherCountryMissing_1); + this.columnBirthMotherCountryMissing_2 = new global::System.Data.DataColumn("BirthMotherCountryMissing_2", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnBirthMotherCountryMissing_2); + this.columnBirthMotherCountryEqual = new global::System.Data.DataColumn("BirthMotherCountryEqual", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnBirthMotherCountryEqual); + this.columnBirthFatherStateMissing_1 = new global::System.Data.DataColumn("BirthFatherStateMissing_1", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnBirthFatherStateMissing_1); + this.columnBirthFatherStateMissing_2 = new global::System.Data.DataColumn("BirthFatherStateMissing_2", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnBirthFatherStateMissing_2); + this.columnBirthFatherStateEqual = new global::System.Data.DataColumn("BirthFatherStateEqual", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnBirthFatherStateEqual); + this.columnBirthFatherCountryMissing_1 = new global::System.Data.DataColumn("BirthFatherCountryMissing_1", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnBirthFatherCountryMissing_1); + this.columnBirthFatherCountryMissing_2 = new global::System.Data.DataColumn("BirthFatherCountryMissing_2", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnBirthFatherCountryMissing_2); + this.columnBirthFatherCountryEqual = new global::System.Data.DataColumn("BirthFatherCountryEqual", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnBirthFatherCountryEqual); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnSubjectTag_S1, this.columnSubjectTag_S2}, true)); - this.columnPairID.AllowDBNull = false; - this.columnExtendedFamilyID.AllowDBNull = false; - this.columnID1.AllowDBNull = false; - this.columnID2.AllowDBNull = false; this.columnSubjectTag_S1.AllowDBNull = false; this.columnSubjectTag_S2.AllowDBNull = false; + this.columnDobDayIsMissing1979_1.AllowDBNull = false; + this.columnDobDayIsMissing1979_2.AllowDBNull = false; + this.columnBirthSubjectCountyMissing_1.AllowDBNull = false; + this.columnBirthSubjectCountyMissing_2.AllowDBNull = false; + this.columnBirthSubjectCountyEqual.AllowDBNull = false; + this.columnBirthSubjectStateMissing_1.AllowDBNull = false; + this.columnBirthSubjectStateMissing_2.AllowDBNull = false; + this.columnBirthSubjectStateEqual.AllowDBNull = false; + this.columnBirthSubjectCountryMissing_1.AllowDBNull = false; + this.columnBirthSubjectCountryMissing_2.AllowDBNull = false; + this.columnBirthSubjectCountryEqual.AllowDBNull = false; + this.columnBirthMotherStateMissing_1.AllowDBNull = false; + this.columnBirthMotherStateMissing_2.AllowDBNull = false; + this.columnBirthMotherStateEqual.AllowDBNull = false; + this.columnBirthMotherCountryMissing_1.AllowDBNull = false; + this.columnBirthMotherCountryMissing_2.AllowDBNull = false; + this.columnBirthMotherCountryEqual.AllowDBNull = false; + this.columnBirthFatherStateMissing_1.AllowDBNull = false; + this.columnBirthFatherStateMissing_2.AllowDBNull = false; + this.columnBirthFatherStateEqual.AllowDBNull = false; + this.columnBirthFatherCountryMissing_1.AllowDBNull = false; + this.columnBirthFatherCountryMissing_2.AllowDBNull = false; + this.columnBirthFatherCountryEqual.AllowDBNull = false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblLinks2004Gen1Row NewtblLinks2004Gen1Row() { - return ((tblLinks2004Gen1Row)(this.NewRow())); + public tblGen1GeocodeSanitizedRow NewtblGen1GeocodeSanitizedRow() { + return ((tblGen1GeocodeSanitizedRow)(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 tblLinks2004Gen1Row(builder); + return new tblGen1GeocodeSanitizedRow(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(tblLinks2004Gen1Row); + return typeof(tblGen1GeocodeSanitizedRow); } [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.tblLinks2004Gen1RowChanged != null)) { - this.tblLinks2004Gen1RowChanged(this, new tblLinks2004Gen1RowChangeEvent(((tblLinks2004Gen1Row)(e.Row)), e.Action)); + if ((this.tblGen1GeocodeSanitizedRowChanged != null)) { + this.tblGen1GeocodeSanitizedRowChanged(this, new tblGen1GeocodeSanitizedRowChangeEvent(((tblGen1GeocodeSanitizedRow)(e.Row)), e.Action)); } } @@ -8617,8 +8351,8 @@ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs [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.tblLinks2004Gen1RowChanging != null)) { - this.tblLinks2004Gen1RowChanging(this, new tblLinks2004Gen1RowChangeEvent(((tblLinks2004Gen1Row)(e.Row)), e.Action)); + if ((this.tblGen1GeocodeSanitizedRowChanging != null)) { + this.tblGen1GeocodeSanitizedRowChanging(this, new tblGen1GeocodeSanitizedRowChangeEvent(((tblGen1GeocodeSanitizedRow)(e.Row)), e.Action)); } } @@ -8626,8 +8360,8 @@ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs [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.tblLinks2004Gen1RowDeleted != null)) { - this.tblLinks2004Gen1RowDeleted(this, new tblLinks2004Gen1RowChangeEvent(((tblLinks2004Gen1Row)(e.Row)), e.Action)); + if ((this.tblGen1GeocodeSanitizedRowDeleted != null)) { + this.tblGen1GeocodeSanitizedRowDeleted(this, new tblGen1GeocodeSanitizedRowChangeEvent(((tblGen1GeocodeSanitizedRow)(e.Row)), e.Action)); } } @@ -8635,14 +8369,14 @@ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs [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.tblLinks2004Gen1RowDeleting != null)) { - this.tblLinks2004Gen1RowDeleting(this, new tblLinks2004Gen1RowChangeEvent(((tblLinks2004Gen1Row)(e.Row)), e.Action)); + if ((this.tblGen1GeocodeSanitizedRowDeleting != null)) { + this.tblGen1GeocodeSanitizedRowDeleting(this, new tblGen1GeocodeSanitizedRowChangeEvent(((tblGen1GeocodeSanitizedRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void RemovetblLinks2004Gen1Row(tblLinks2004Gen1Row row) { + public void RemovetblGen1GeocodeSanitizedRow(tblGen1GeocodeSanitizedRow row) { this.Rows.Remove(row); } @@ -8669,7 +8403,7 @@ public void RemovetblLinks2004Gen1Row(tblLinks2004Gen1Row row) { type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; - attribute2.FixedValue = "tblLinks2004Gen1DataTable"; + attribute2.FixedValue = "tblGen1GeocodeSanitizedDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); @@ -8715,100 +8449,44 @@ public void RemovetblLinks2004Gen1Row(tblLinks2004Gen1Row row) { /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class tblGen2OutcomesMathDataTable : global::System.Data.TypedTableBase { - - private global::System.Data.DataColumn columnC0000100; - - private global::System.Data.DataColumn columnC0000200; - - private global::System.Data.DataColumn columnC0005300; - - private global::System.Data.DataColumn columnC0005400; - - private global::System.Data.DataColumn columnC0005700; - - private global::System.Data.DataColumn columnC0579900; - - private global::System.Data.DataColumn columnC0580000; - - private global::System.Data.DataColumn columnC0580100; - - private global::System.Data.DataColumn columnC0799400; - - private global::System.Data.DataColumn columnC0799500; - - private global::System.Data.DataColumn columnC0799600; - - private global::System.Data.DataColumn columnC0998600; - - private global::System.Data.DataColumn columnC0998700; - - private global::System.Data.DataColumn columnC0998800; - - private global::System.Data.DataColumn columnC1198600; - - private global::System.Data.DataColumn columnC1198700; - - private global::System.Data.DataColumn columnC1198800; - - private global::System.Data.DataColumn columnC1507600; - - private global::System.Data.DataColumn columnC1507700; - - private global::System.Data.DataColumn columnC1507800; - - private global::System.Data.DataColumn columnC1564500; - - private global::System.Data.DataColumn columnC1564600; - - private global::System.Data.DataColumn columnC1564700; - - private global::System.Data.DataColumn columnC1799900; - - private global::System.Data.DataColumn columnC1800000; - - private global::System.Data.DataColumn columnC1800100; - - private global::System.Data.DataColumn columnC2503500; - - private global::System.Data.DataColumn columnC2503600; + public partial class tblRosterGen1AssignmentDataTable : global::System.Data.TypedTableBase { - private global::System.Data.DataColumn columnC2503700; + private global::System.Data.DataColumn columnID; - private global::System.Data.DataColumn columnC2532000; + private global::System.Data.DataColumn columnResponseLower; - private global::System.Data.DataColumn columnC2532100; + private global::System.Data.DataColumn columnResponseUpper; - private global::System.Data.DataColumn columnC2532200; + private global::System.Data.DataColumn columnFreq; - private global::System.Data.DataColumn columnC2802800; + private global::System.Data.DataColumn columnResolved; - private global::System.Data.DataColumn columnC2802900; + private global::System.Data.DataColumn columnR; - private global::System.Data.DataColumn columnC2803000; + private global::System.Data.DataColumn columnRBoundLower; - private global::System.Data.DataColumn columnC3111300; + private global::System.Data.DataColumn columnRBoundUpper; - private global::System.Data.DataColumn columnC3111400; + private global::System.Data.DataColumn columnSameGeneration; - private global::System.Data.DataColumn columnC3111500; + private global::System.Data.DataColumn columnShareBiodad; - private global::System.Data.DataColumn columnC3615000; + private global::System.Data.DataColumn columnShareBiomom; - private global::System.Data.DataColumn columnC3615100; + private global::System.Data.DataColumn columnShareBiograndparent; - private global::System.Data.DataColumn columnC3615200; + private global::System.Data.DataColumn columnInconsistent; - private global::System.Data.DataColumn columnC3993600; + private global::System.Data.DataColumn columnNotes; - private global::System.Data.DataColumn columnC3993700; + private global::System.Data.DataColumn columnResponseLowerLabel; - private global::System.Data.DataColumn columnC3993800; + private global::System.Data.DataColumn columnResponseUpperLabel; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2OutcomesMathDataTable() { - this.TableName = "tblGen2OutcomesMath"; + public tblRosterGen1AssignmentDataTable() { + this.TableName = "tblRosterGen1Assignment"; this.BeginInit(); this.InitClass(); this.EndInit(); @@ -8816,7 +8494,7 @@ public tblGen2OutcomesMathDataTable() { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblGen2OutcomesMathDataTable(global::System.Data.DataTable table) { + internal tblRosterGen1AssignmentDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; @@ -8833,360 +8511,136 @@ internal tblGen2OutcomesMathDataTable(global::System.Data.DataTable table) { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - protected tblGen2OutcomesMathDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + protected tblRosterGen1AssignmentDataTable(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 C0000100Column { + public global::System.Data.DataColumn IDColumn { get { - return this.columnC0000100; + return this.columnID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0000200Column { + public global::System.Data.DataColumn ResponseLowerColumn { get { - return this.columnC0000200; + return this.columnResponseLower; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0005300Column { + public global::System.Data.DataColumn ResponseUpperColumn { get { - return this.columnC0005300; + return this.columnResponseUpper; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0005400Column { + public global::System.Data.DataColumn FreqColumn { get { - return this.columnC0005400; + return this.columnFreq; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0005700Column { + public global::System.Data.DataColumn ResolvedColumn { get { - return this.columnC0005700; + return this.columnResolved; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0579900Column { + public global::System.Data.DataColumn RColumn { get { - return this.columnC0579900; + return this.columnR; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0580000Column { + public global::System.Data.DataColumn RBoundLowerColumn { get { - return this.columnC0580000; + return this.columnRBoundLower; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0580100Column { + public global::System.Data.DataColumn RBoundUpperColumn { get { - return this.columnC0580100; + return this.columnRBoundUpper; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0799400Column { + public global::System.Data.DataColumn SameGenerationColumn { get { - return this.columnC0799400; + return this.columnSameGeneration; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0799500Column { + public global::System.Data.DataColumn ShareBiodadColumn { get { - return this.columnC0799500; + return this.columnShareBiodad; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0799600Column { + public global::System.Data.DataColumn ShareBiomomColumn { get { - return this.columnC0799600; + return this.columnShareBiomom; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0998600Column { + public global::System.Data.DataColumn ShareBiograndparentColumn { get { - return this.columnC0998600; + return this.columnShareBiograndparent; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0998700Column { + public global::System.Data.DataColumn InconsistentColumn { get { - return this.columnC0998700; + return this.columnInconsistent; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0998800Column { + public global::System.Data.DataColumn NotesColumn { get { - return this.columnC0998800; + return this.columnNotes; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1198600Column { + public global::System.Data.DataColumn ResponseLowerLabelColumn { get { - return this.columnC1198600; + return this.columnResponseLowerLabel; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1198700Column { + public global::System.Data.DataColumn ResponseUpperLabelColumn { get { - return this.columnC1198700; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1198800Column { - get { - return this.columnC1198800; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1507600Column { - get { - return this.columnC1507600; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1507700Column { - get { - return this.columnC1507700; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1507800Column { - get { - return this.columnC1507800; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1564500Column { - get { - return this.columnC1564500; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1564600Column { - get { - return this.columnC1564600; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1564700Column { - get { - return this.columnC1564700; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1799900Column { - get { - return this.columnC1799900; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1800000Column { - get { - return this.columnC1800000; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1800100Column { - get { - return this.columnC1800100; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C2503500Column { - get { - return this.columnC2503500; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C2503600Column { - get { - return this.columnC2503600; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C2503700Column { - get { - return this.columnC2503700; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C2532000Column { - get { - return this.columnC2532000; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C2532100Column { - get { - return this.columnC2532100; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C2532200Column { - get { - return this.columnC2532200; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C2802800Column { - get { - return this.columnC2802800; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C2802900Column { - get { - return this.columnC2802900; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C2803000Column { - get { - return this.columnC2803000; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3111300Column { - get { - return this.columnC3111300; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3111400Column { - get { - return this.columnC3111400; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3111500Column { - get { - return this.columnC3111500; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3615000Column { - get { - return this.columnC3615000; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3615100Column { - get { - return this.columnC3615100; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3615200Column { - get { - return this.columnC3615200; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3993600Column { - get { - return this.columnC3993600; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3993700Column { - get { - return this.columnC3993700; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3993800Column { - get { - return this.columnC3993800; + return this.columnResponseUpperLabel; } } @@ -9201,139 +8655,83 @@ public int Count { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2OutcomesMathRow this[int index] { + public tblRosterGen1AssignmentRow this[int index] { get { - return ((tblGen2OutcomesMathRow)(this.Rows[index])); + return ((tblRosterGen1AssignmentRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2OutcomesMathRowChangeEventHandler tblGen2OutcomesMathRowChanging; + public event tblRosterGen1AssignmentRowChangeEventHandler tblRosterGen1AssignmentRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2OutcomesMathRowChangeEventHandler tblGen2OutcomesMathRowChanged; + public event tblRosterGen1AssignmentRowChangeEventHandler tblRosterGen1AssignmentRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2OutcomesMathRowChangeEventHandler tblGen2OutcomesMathRowDeleting; + public event tblRosterGen1AssignmentRowChangeEventHandler tblRosterGen1AssignmentRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2OutcomesMathRowChangeEventHandler tblGen2OutcomesMathRowDeleted; + public event tblRosterGen1AssignmentRowChangeEventHandler tblRosterGen1AssignmentRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void AddtblGen2OutcomesMathRow(tblGen2OutcomesMathRow row) { + public void AddtblRosterGen1AssignmentRow(tblRosterGen1AssignmentRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2OutcomesMathRow AddtblGen2OutcomesMathRow( - int C0000100, - int C0000200, - int C0005300, - int C0005400, - int C0005700, - int C0579900, - int C0580000, - int C0580100, - int C0799400, - int C0799500, - int C0799600, - int C0998600, - int C0998700, - int C0998800, - int C1198600, - int C1198700, - int C1198800, - int C1507600, - int C1507700, - int C1507800, - int C1564500, - int C1564600, - int C1564700, - int C1799900, - int C1800000, - int C1800100, - int C2503500, - int C2503600, - int C2503700, - int C2532000, - int C2532100, - int C2532200, - int C2802800, - int C2802900, - int C2803000, - int C3111300, - int C3111400, - int C3111500, - int C3615000, - int C3615100, - int C3615200, - int C3993600, - int C3993700, - int C3993800) { - tblGen2OutcomesMathRow rowtblGen2OutcomesMathRow = ((tblGen2OutcomesMathRow)(this.NewRow())); + public tblRosterGen1AssignmentRow AddtblRosterGen1AssignmentRow( + byte ID, + short ResponseLower, + short ResponseUpper, + short Freq, + bool Resolved, + double R, + double RBoundLower, + double RBoundUpper, + byte SameGeneration, + byte ShareBiodad, + byte ShareBiomom, + byte ShareBiograndparent, + bool Inconsistent, + string Notes, + string ResponseLowerLabel, + string ResponseUpperLabel) { + tblRosterGen1AssignmentRow rowtblRosterGen1AssignmentRow = ((tblRosterGen1AssignmentRow)(this.NewRow())); object[] columnValuesArray = new object[] { - C0000100, - C0000200, - C0005300, - C0005400, - C0005700, - C0579900, - C0580000, - C0580100, - C0799400, - C0799500, - C0799600, - C0998600, - C0998700, - C0998800, - C1198600, - C1198700, - C1198800, - C1507600, - C1507700, - C1507800, - C1564500, - C1564600, - C1564700, - C1799900, - C1800000, - C1800100, - C2503500, - C2503600, - C2503700, - C2532000, - C2532100, - C2532200, - C2802800, - C2802900, - C2803000, - C3111300, - C3111400, - C3111500, - C3615000, - C3615100, - C3615200, - C3993600, - C3993700, - C3993800}; - rowtblGen2OutcomesMathRow.ItemArray = columnValuesArray; - this.Rows.Add(rowtblGen2OutcomesMathRow); - return rowtblGen2OutcomesMathRow; + ID, + ResponseLower, + ResponseUpper, + Freq, + Resolved, + R, + RBoundLower, + RBoundUpper, + SameGeneration, + ShareBiodad, + ShareBiomom, + ShareBiograndparent, + Inconsistent, + Notes, + ResponseLowerLabel, + ResponseUpperLabel}; + rowtblRosterGen1AssignmentRow.ItemArray = columnValuesArray; + this.Rows.Add(rowtblRosterGen1AssignmentRow); + return rowtblRosterGen1AssignmentRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2OutcomesMathRow FindByC0000100(int C0000100) { - return ((tblGen2OutcomesMathRow)(this.Rows.Find(new object[] { - C0000100}))); + public tblRosterGen1AssignmentRow FindByID(byte ID) { + return ((tblRosterGen1AssignmentRow)(this.Rows.Find(new object[] { + ID}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { - tblGen2OutcomesMathDataTable cln = ((tblGen2OutcomesMathDataTable)(base.Clone())); + tblRosterGen1AssignmentDataTable cln = ((tblRosterGen1AssignmentDataTable)(base.Clone())); cln.InitVars(); return cln; } @@ -9341,179 +8739,109 @@ public tblGen2OutcomesMathRow FindByC0000100(int C0000100) { [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 tblGen2OutcomesMathDataTable(); + return new tblRosterGen1AssignmentDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { - this.columnC0000100 = base.Columns["C0000100"]; - this.columnC0000200 = base.Columns["C0000200"]; - this.columnC0005300 = base.Columns["C0005300"]; - this.columnC0005400 = base.Columns["C0005400"]; - this.columnC0005700 = base.Columns["C0005700"]; - this.columnC0579900 = base.Columns["C0579900"]; - this.columnC0580000 = base.Columns["C0580000"]; - this.columnC0580100 = base.Columns["C0580100"]; - this.columnC0799400 = base.Columns["C0799400"]; - this.columnC0799500 = base.Columns["C0799500"]; - this.columnC0799600 = base.Columns["C0799600"]; - this.columnC0998600 = base.Columns["C0998600"]; - this.columnC0998700 = base.Columns["C0998700"]; - this.columnC0998800 = base.Columns["C0998800"]; - this.columnC1198600 = base.Columns["C1198600"]; - this.columnC1198700 = base.Columns["C1198700"]; - this.columnC1198800 = base.Columns["C1198800"]; - this.columnC1507600 = base.Columns["C1507600"]; - this.columnC1507700 = base.Columns["C1507700"]; - this.columnC1507800 = base.Columns["C1507800"]; - this.columnC1564500 = base.Columns["C1564500"]; - this.columnC1564600 = base.Columns["C1564600"]; - this.columnC1564700 = base.Columns["C1564700"]; - this.columnC1799900 = base.Columns["C1799900"]; - this.columnC1800000 = base.Columns["C1800000"]; - this.columnC1800100 = base.Columns["C1800100"]; - this.columnC2503500 = base.Columns["C2503500"]; - this.columnC2503600 = base.Columns["C2503600"]; - this.columnC2503700 = base.Columns["C2503700"]; - this.columnC2532000 = base.Columns["C2532000"]; - this.columnC2532100 = base.Columns["C2532100"]; - this.columnC2532200 = base.Columns["C2532200"]; - this.columnC2802800 = base.Columns["C2802800"]; - this.columnC2802900 = base.Columns["C2802900"]; - this.columnC2803000 = base.Columns["C2803000"]; - this.columnC3111300 = base.Columns["C3111300"]; - this.columnC3111400 = base.Columns["C3111400"]; - this.columnC3111500 = base.Columns["C3111500"]; - this.columnC3615000 = base.Columns["C3615000"]; - this.columnC3615100 = base.Columns["C3615100"]; - this.columnC3615200 = base.Columns["C3615200"]; - this.columnC3993600 = base.Columns["C3993600"]; - this.columnC3993700 = base.Columns["C3993700"]; - this.columnC3993800 = base.Columns["C3993800"]; + this.columnID = base.Columns["ID"]; + this.columnResponseLower = base.Columns["ResponseLower"]; + this.columnResponseUpper = base.Columns["ResponseUpper"]; + this.columnFreq = base.Columns["Freq"]; + this.columnResolved = base.Columns["Resolved"]; + this.columnR = base.Columns["R"]; + this.columnRBoundLower = base.Columns["RBoundLower"]; + this.columnRBoundUpper = base.Columns["RBoundUpper"]; + this.columnSameGeneration = base.Columns["SameGeneration"]; + this.columnShareBiodad = base.Columns["ShareBiodad"]; + this.columnShareBiomom = base.Columns["ShareBiomom"]; + this.columnShareBiograndparent = base.Columns["ShareBiograndparent"]; + this.columnInconsistent = base.Columns["Inconsistent"]; + this.columnNotes = base.Columns["Notes"]; + this.columnResponseLowerLabel = base.Columns["ResponseLowerLabel"]; + this.columnResponseUpperLabel = base.Columns["ResponseUpperLabel"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { - this.columnC0000100 = new global::System.Data.DataColumn("C0000100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0000100); - this.columnC0000200 = new global::System.Data.DataColumn("C0000200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0000200); - this.columnC0005300 = new global::System.Data.DataColumn("C0005300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0005300); - this.columnC0005400 = new global::System.Data.DataColumn("C0005400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0005400); - this.columnC0005700 = new global::System.Data.DataColumn("C0005700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0005700); - this.columnC0579900 = new global::System.Data.DataColumn("C0579900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0579900); - this.columnC0580000 = new global::System.Data.DataColumn("C0580000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0580000); - this.columnC0580100 = new global::System.Data.DataColumn("C0580100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0580100); - this.columnC0799400 = new global::System.Data.DataColumn("C0799400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0799400); - this.columnC0799500 = new global::System.Data.DataColumn("C0799500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0799500); - this.columnC0799600 = new global::System.Data.DataColumn("C0799600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0799600); - this.columnC0998600 = new global::System.Data.DataColumn("C0998600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0998600); - this.columnC0998700 = new global::System.Data.DataColumn("C0998700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0998700); - this.columnC0998800 = new global::System.Data.DataColumn("C0998800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0998800); - this.columnC1198600 = new global::System.Data.DataColumn("C1198600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1198600); - this.columnC1198700 = new global::System.Data.DataColumn("C1198700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1198700); - this.columnC1198800 = new global::System.Data.DataColumn("C1198800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1198800); - this.columnC1507600 = new global::System.Data.DataColumn("C1507600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1507600); - this.columnC1507700 = new global::System.Data.DataColumn("C1507700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1507700); - this.columnC1507800 = new global::System.Data.DataColumn("C1507800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1507800); - this.columnC1564500 = new global::System.Data.DataColumn("C1564500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1564500); - this.columnC1564600 = new global::System.Data.DataColumn("C1564600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1564600); - this.columnC1564700 = new global::System.Data.DataColumn("C1564700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1564700); - this.columnC1799900 = new global::System.Data.DataColumn("C1799900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1799900); - this.columnC1800000 = new global::System.Data.DataColumn("C1800000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1800000); - this.columnC1800100 = new global::System.Data.DataColumn("C1800100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1800100); - this.columnC2503500 = new global::System.Data.DataColumn("C2503500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC2503500); - this.columnC2503600 = new global::System.Data.DataColumn("C2503600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC2503600); - this.columnC2503700 = new global::System.Data.DataColumn("C2503700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC2503700); - this.columnC2532000 = new global::System.Data.DataColumn("C2532000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC2532000); - this.columnC2532100 = new global::System.Data.DataColumn("C2532100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC2532100); - this.columnC2532200 = new global::System.Data.DataColumn("C2532200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC2532200); - this.columnC2802800 = new global::System.Data.DataColumn("C2802800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC2802800); - this.columnC2802900 = new global::System.Data.DataColumn("C2802900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC2802900); - this.columnC2803000 = new global::System.Data.DataColumn("C2803000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC2803000); - this.columnC3111300 = new global::System.Data.DataColumn("C3111300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3111300); - this.columnC3111400 = new global::System.Data.DataColumn("C3111400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3111400); - this.columnC3111500 = new global::System.Data.DataColumn("C3111500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3111500); - this.columnC3615000 = new global::System.Data.DataColumn("C3615000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3615000); - this.columnC3615100 = new global::System.Data.DataColumn("C3615100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3615100); - this.columnC3615200 = new global::System.Data.DataColumn("C3615200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3615200); - this.columnC3993600 = new global::System.Data.DataColumn("C3993600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3993600); - this.columnC3993700 = new global::System.Data.DataColumn("C3993700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3993700); - this.columnC3993800 = new global::System.Data.DataColumn("C3993800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3993800); + this.columnID = new global::System.Data.DataColumn("ID", typeof(byte), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnID); + this.columnResponseLower = new global::System.Data.DataColumn("ResponseLower", typeof(short), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnResponseLower); + this.columnResponseUpper = new global::System.Data.DataColumn("ResponseUpper", typeof(short), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnResponseUpper); + this.columnFreq = new global::System.Data.DataColumn("Freq", typeof(short), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnFreq); + this.columnResolved = new global::System.Data.DataColumn("Resolved", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnResolved); + this.columnR = new global::System.Data.DataColumn("R", typeof(double), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR); + this.columnRBoundLower = new global::System.Data.DataColumn("RBoundLower", typeof(double), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnRBoundLower); + this.columnRBoundUpper = new global::System.Data.DataColumn("RBoundUpper", typeof(double), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnRBoundUpper); + this.columnSameGeneration = new global::System.Data.DataColumn("SameGeneration", typeof(byte), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnSameGeneration); + this.columnShareBiodad = new global::System.Data.DataColumn("ShareBiodad", typeof(byte), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnShareBiodad); + this.columnShareBiomom = new global::System.Data.DataColumn("ShareBiomom", typeof(byte), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnShareBiomom); + this.columnShareBiograndparent = new global::System.Data.DataColumn("ShareBiograndparent", typeof(byte), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnShareBiograndparent); + this.columnInconsistent = new global::System.Data.DataColumn("Inconsistent", typeof(bool), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnInconsistent); + this.columnNotes = new global::System.Data.DataColumn("Notes", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnNotes); + this.columnResponseLowerLabel = new global::System.Data.DataColumn("ResponseLowerLabel", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnResponseLowerLabel); + this.columnResponseUpperLabel = new global::System.Data.DataColumn("ResponseUpperLabel", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnResponseUpperLabel); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { - this.columnC0000100}, true)); - this.columnC0000100.AllowDBNull = false; - this.columnC0000100.Unique = true; + this.columnID}, true)); + this.columnID.AllowDBNull = false; + this.columnID.Unique = true; + this.columnResponseLower.AllowDBNull = false; + this.columnResponseUpper.AllowDBNull = false; + this.columnFreq.AllowDBNull = false; + this.columnResolved.AllowDBNull = false; + this.columnRBoundLower.AllowDBNull = false; + this.columnRBoundUpper.AllowDBNull = false; + this.columnSameGeneration.AllowDBNull = false; + this.columnShareBiodad.AllowDBNull = false; + this.columnShareBiomom.AllowDBNull = false; + this.columnShareBiograndparent.AllowDBNull = false; + this.columnInconsistent.AllowDBNull = false; + this.columnNotes.MaxLength = 255; + this.columnResponseLowerLabel.MaxLength = 50; + this.columnResponseUpperLabel.MaxLength = 50; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2OutcomesMathRow NewtblGen2OutcomesMathRow() { - return ((tblGen2OutcomesMathRow)(this.NewRow())); + public tblRosterGen1AssignmentRow NewtblRosterGen1AssignmentRow() { + return ((tblRosterGen1AssignmentRow)(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 tblGen2OutcomesMathRow(builder); + return new tblRosterGen1AssignmentRow(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(tblGen2OutcomesMathRow); + return typeof(tblRosterGen1AssignmentRow); } [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.tblGen2OutcomesMathRowChanged != null)) { - this.tblGen2OutcomesMathRowChanged(this, new tblGen2OutcomesMathRowChangeEvent(((tblGen2OutcomesMathRow)(e.Row)), e.Action)); + if ((this.tblRosterGen1AssignmentRowChanged != null)) { + this.tblRosterGen1AssignmentRowChanged(this, new tblRosterGen1AssignmentRowChangeEvent(((tblRosterGen1AssignmentRow)(e.Row)), e.Action)); } } @@ -9521,8 +8849,8 @@ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs [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.tblGen2OutcomesMathRowChanging != null)) { - this.tblGen2OutcomesMathRowChanging(this, new tblGen2OutcomesMathRowChangeEvent(((tblGen2OutcomesMathRow)(e.Row)), e.Action)); + if ((this.tblRosterGen1AssignmentRowChanging != null)) { + this.tblRosterGen1AssignmentRowChanging(this, new tblRosterGen1AssignmentRowChangeEvent(((tblRosterGen1AssignmentRow)(e.Row)), e.Action)); } } @@ -9530,8 +8858,8 @@ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs [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.tblGen2OutcomesMathRowDeleted != null)) { - this.tblGen2OutcomesMathRowDeleted(this, new tblGen2OutcomesMathRowChangeEvent(((tblGen2OutcomesMathRow)(e.Row)), e.Action)); + if ((this.tblRosterGen1AssignmentRowDeleted != null)) { + this.tblRosterGen1AssignmentRowDeleted(this, new tblRosterGen1AssignmentRowChangeEvent(((tblRosterGen1AssignmentRow)(e.Row)), e.Action)); } } @@ -9539,14 +8867,14 @@ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs [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.tblGen2OutcomesMathRowDeleting != null)) { - this.tblGen2OutcomesMathRowDeleting(this, new tblGen2OutcomesMathRowChangeEvent(((tblGen2OutcomesMathRow)(e.Row)), e.Action)); + if ((this.tblRosterGen1AssignmentRowDeleting != null)) { + this.tblRosterGen1AssignmentRowDeleting(this, new tblRosterGen1AssignmentRowChangeEvent(((tblRosterGen1AssignmentRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void RemovetblGen2OutcomesMathRow(tblGen2OutcomesMathRow row) { + public void RemovetblRosterGen1AssignmentRow(tblRosterGen1AssignmentRow row) { this.Rows.Remove(row); } @@ -9573,7 +8901,7 @@ public void RemovetblGen2OutcomesMathRow(tblGen2OutcomesMathRow row) { type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; - attribute2.FixedValue = "tblGen2OutcomesMathDataTable"; + attribute2.FixedValue = "tblRosterGen1AssignmentDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); @@ -9619,2470 +8947,2108 @@ public void RemovetblGen2OutcomesMathRow(tblGen2OutcomesMathRow row) { /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class tblGen1GeocodeSanitizedDataTable : global::System.Data.TypedTableBase { + public partial class tblGen2LinksDataTable : global::System.Data.TypedTableBase { - private global::System.Data.DataColumn columnSubjectTag_S1; + private global::System.Data.DataColumn columnC0000100; - private global::System.Data.DataColumn columnSubjectTag_S2; + private global::System.Data.DataColumn columnC0000200; - private global::System.Data.DataColumn columnDobDifferenceInDays1979V1979; + private global::System.Data.DataColumn columnC0005300; - private global::System.Data.DataColumn columnDobDifferenceInDays1979V1981; + private global::System.Data.DataColumn columnC0005400; - private global::System.Data.DataColumn columnDobDifferenceInDays1981V1979; + private global::System.Data.DataColumn columnC0005500; - private global::System.Data.DataColumn columnDobDifferenceInDays1981V1981; + private global::System.Data.DataColumn columnC0005700; - private global::System.Data.DataColumn columnDobDayIsMissing1979_1; + private global::System.Data.DataColumn columnC0005800; - private global::System.Data.DataColumn columnDobDayIsMissing1979_2; + private global::System.Data.DataColumn columnC0006500; - private global::System.Data.DataColumn columnBirthSubjectCountyMissing_1; + private global::System.Data.DataColumn columnC0006800; - private global::System.Data.DataColumn columnBirthSubjectCountyMissing_2; + private global::System.Data.DataColumn columnC0007010; - private global::System.Data.DataColumn columnBirthSubjectCountyEqual; + private global::System.Data.DataColumn columnC0007030; - private global::System.Data.DataColumn columnBirthSubjectStateMissing_1; + private global::System.Data.DataColumn columnC0007041; - private global::System.Data.DataColumn columnBirthSubjectStateMissing_2; + private global::System.Data.DataColumn columnC0007043; - private global::System.Data.DataColumn columnBirthSubjectStateEqual; + private global::System.Data.DataColumn columnC0007045; - private global::System.Data.DataColumn columnBirthSubjectCountryMissing_1; + private global::System.Data.DataColumn columnC0007047; - private global::System.Data.DataColumn columnBirthSubjectCountryMissing_2; + private global::System.Data.DataColumn columnC0007049; - private global::System.Data.DataColumn columnBirthSubjectCountryEqual; + private global::System.Data.DataColumn columnC0007052; - private global::System.Data.DataColumn columnBirthMotherStateMissing_1; + private global::System.Data.DataColumn columnC0007055; - private global::System.Data.DataColumn columnBirthMotherStateMissing_2; + private global::System.Data.DataColumn columnC0402400; - private global::System.Data.DataColumn columnBirthMotherStateEqual; + private global::System.Data.DataColumn columnC0402500; - private global::System.Data.DataColumn columnBirthMotherCountryMissing_1; + private global::System.Data.DataColumn columnC0402600; - private global::System.Data.DataColumn columnBirthMotherCountryMissing_2; + private global::System.Data.DataColumn columnC0404100; - private global::System.Data.DataColumn columnBirthMotherCountryEqual; + private global::System.Data.DataColumn columnC0404200; - private global::System.Data.DataColumn columnBirthFatherStateMissing_1; + private global::System.Data.DataColumn columnC0737000; - private global::System.Data.DataColumn columnBirthFatherStateMissing_2; + private global::System.Data.DataColumn columnC0737100; - private global::System.Data.DataColumn columnBirthFatherStateEqual; + private global::System.Data.DataColumn columnC0737200; - private global::System.Data.DataColumn columnBirthFatherCountryMissing_1; + private global::System.Data.DataColumn columnC0948700; - private global::System.Data.DataColumn columnBirthFatherCountryMissing_2; + private global::System.Data.DataColumn columnC0948800; - private global::System.Data.DataColumn columnBirthFatherCountryEqual; + private global::System.Data.DataColumn columnC0948900; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1GeocodeSanitizedDataTable() { - this.TableName = "tblGen1GeocodeSanitized"; - this.BeginInit(); - this.InitClass(); - this.EndInit(); - } + private global::System.Data.DataColumn columnC1146600; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblGen1GeocodeSanitizedDataTable(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; - } + private global::System.Data.DataColumn columnC1146700; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - protected tblGen1GeocodeSanitizedDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : - base(info, context) { - this.InitVars(); - } + private global::System.Data.DataColumn columnC1146800; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn SubjectTag_S1Column { - get { - return this.columnSubjectTag_S1; - } - } + private global::System.Data.DataColumn columnC1230100; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn SubjectTag_S2Column { - get { - return this.columnSubjectTag_S2; - } - } + private global::System.Data.DataColumn columnC1230200; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn DobDifferenceInDays1979V1979Column { - get { - return this.columnDobDifferenceInDays1979V1979; - } - } + private global::System.Data.DataColumn columnC1230300; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn DobDifferenceInDays1979V1981Column { - get { - return this.columnDobDifferenceInDays1979V1981; - } - } + private global::System.Data.DataColumn columnC1548100; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn DobDifferenceInDays1981V1979Column { - get { - return this.columnDobDifferenceInDays1981V1979; - } - } + private global::System.Data.DataColumn columnC1548101; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn DobDifferenceInDays1981V1981Column { - get { - return this.columnDobDifferenceInDays1981V1981; - } - } + private global::System.Data.DataColumn columnC1548102; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn DobDayIsMissing1979_1Column { - get { - return this.columnDobDayIsMissing1979_1; - } - } + private global::System.Data.DataColumn columnC1989400; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn DobDayIsMissing1979_2Column { - get { - return this.columnDobDayIsMissing1979_2; - } - } + private global::System.Data.DataColumn columnC1989401; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn BirthSubjectCountyMissing_1Column { - get { - return this.columnBirthSubjectCountyMissing_1; - } - } + private global::System.Data.DataColumn columnC1989402; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn BirthSubjectCountyMissing_2Column { - get { - return this.columnBirthSubjectCountyMissing_2; - } - } + private global::System.Data.DataColumn columnC2305100; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn BirthSubjectCountyEqualColumn { - get { - return this.columnBirthSubjectCountyEqual; - } - } + private global::System.Data.DataColumn columnC2305101; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn BirthSubjectStateMissing_1Column { - get { - return this.columnBirthSubjectStateMissing_1; - } - } + private global::System.Data.DataColumn columnC2305102; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn BirthSubjectStateMissing_2Column { - get { - return this.columnBirthSubjectStateMissing_2; - } - } + private global::System.Data.DataColumn columnC2544700; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn BirthSubjectStateEqualColumn { - get { - return this.columnBirthSubjectStateEqual; - } - } + private global::System.Data.DataColumn columnC2544701; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn BirthSubjectCountryMissing_1Column { - get { - return this.columnBirthSubjectCountryMissing_1; - } - } + private global::System.Data.DataColumn columnC2544702; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn BirthSubjectCountryMissing_2Column { - get { - return this.columnBirthSubjectCountryMissing_2; - } - } + private global::System.Data.DataColumn columnC2814500; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn BirthSubjectCountryEqualColumn { - get { - return this.columnBirthSubjectCountryEqual; - } - } + private global::System.Data.DataColumn columnC2814501; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn BirthMotherStateMissing_1Column { - get { - return this.columnBirthMotherStateMissing_1; - } - } + private global::System.Data.DataColumn columnC2814502; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn BirthMotherStateMissing_2Column { - get { - return this.columnBirthMotherStateMissing_2; - } - } + private global::System.Data.DataColumn columnC3123500; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn BirthMotherStateEqualColumn { - get { - return this.columnBirthMotherStateEqual; - } - } + private global::System.Data.DataColumn columnC3123501; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn BirthMotherCountryMissing_1Column { - get { - return this.columnBirthMotherCountryMissing_1; - } - } + private global::System.Data.DataColumn columnC3123502; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn BirthMotherCountryMissing_2Column { - get { - return this.columnBirthMotherCountryMissing_2; - } - } + private global::System.Data.DataColumn columnC3601100; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn BirthMotherCountryEqualColumn { - get { - return this.columnBirthMotherCountryEqual; - } - } + private global::System.Data.DataColumn columnC3627700; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn BirthFatherStateMissing_1Column { - get { - return this.columnBirthFatherStateMissing_1; - } - } + private global::System.Data.DataColumn columnC3627701; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn BirthFatherStateMissing_2Column { - get { - return this.columnBirthFatherStateMissing_2; - } - } + private global::System.Data.DataColumn columnC3627702; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn BirthFatherStateEqualColumn { - get { - return this.columnBirthFatherStateEqual; - } - } + private global::System.Data.DataColumn columnC3981100; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn BirthFatherCountryMissing_1Column { - get { - return this.columnBirthFatherCountryMissing_1; - } - } + private global::System.Data.DataColumn columnC4006300; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn BirthFatherCountryMissing_2Column { - get { - return this.columnBirthFatherCountryMissing_2; - } - } + private global::System.Data.DataColumn columnC4006301; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn BirthFatherCountryEqualColumn { - get { - return this.columnBirthFatherCountryEqual; - } - } + private global::System.Data.DataColumn columnC4006302; - [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; - } - } + private global::System.Data.DataColumn columnC5524800; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1GeocodeSanitizedRow this[int index] { - get { - return ((tblGen1GeocodeSanitizedRow)(this.Rows[index])); - } - } + private global::System.Data.DataColumn columnC5550100; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen1GeocodeSanitizedRowChangeEventHandler tblGen1GeocodeSanitizedRowChanging; + private global::System.Data.DataColumn columnC5550101; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen1GeocodeSanitizedRowChangeEventHandler tblGen1GeocodeSanitizedRowChanged; + private global::System.Data.DataColumn columnC5550102; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen1GeocodeSanitizedRowChangeEventHandler tblGen1GeocodeSanitizedRowDeleting; + private global::System.Data.DataColumn columnC5801100; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen1GeocodeSanitizedRowChangeEventHandler tblGen1GeocodeSanitizedRowDeleted; + private global::System.Data.DataColumn columnY0000200; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void AddtblGen1GeocodeSanitizedRow(tblGen1GeocodeSanitizedRow row) { - this.Rows.Add(row); - } + private global::System.Data.DataColumn columnY0000201; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1GeocodeSanitizedRow AddtblGen1GeocodeSanitizedRow( - int SubjectTag_S1, - int SubjectTag_S2, - short DobDifferenceInDays1979V1979, - short DobDifferenceInDays1979V1981, - short DobDifferenceInDays1981V1979, - short DobDifferenceInDays1981V1981, - bool DobDayIsMissing1979_1, - bool DobDayIsMissing1979_2, - bool BirthSubjectCountyMissing_1, - bool BirthSubjectCountyMissing_2, - bool BirthSubjectCountyEqual, - bool BirthSubjectStateMissing_1, - bool BirthSubjectStateMissing_2, - bool BirthSubjectStateEqual, - bool BirthSubjectCountryMissing_1, - bool BirthSubjectCountryMissing_2, - bool BirthSubjectCountryEqual, - bool BirthMotherStateMissing_1, - bool BirthMotherStateMissing_2, - bool BirthMotherStateEqual, - bool BirthMotherCountryMissing_1, - bool BirthMotherCountryMissing_2, - bool BirthMotherCountryEqual, - bool BirthFatherStateMissing_1, - bool BirthFatherStateMissing_2, - bool BirthFatherStateEqual, - bool BirthFatherCountryMissing_1, - bool BirthFatherCountryMissing_2, - bool BirthFatherCountryEqual) { - tblGen1GeocodeSanitizedRow rowtblGen1GeocodeSanitizedRow = ((tblGen1GeocodeSanitizedRow)(this.NewRow())); - object[] columnValuesArray = new object[] { - SubjectTag_S1, - SubjectTag_S2, - DobDifferenceInDays1979V1979, - DobDifferenceInDays1979V1981, - DobDifferenceInDays1981V1979, - DobDifferenceInDays1981V1981, - DobDayIsMissing1979_1, - DobDayIsMissing1979_2, - BirthSubjectCountyMissing_1, - BirthSubjectCountyMissing_2, - BirthSubjectCountyEqual, - BirthSubjectStateMissing_1, - BirthSubjectStateMissing_2, - BirthSubjectStateEqual, - BirthSubjectCountryMissing_1, - BirthSubjectCountryMissing_2, - BirthSubjectCountryEqual, - BirthMotherStateMissing_1, - BirthMotherStateMissing_2, - BirthMotherStateEqual, - BirthMotherCountryMissing_1, - BirthMotherCountryMissing_2, - BirthMotherCountryEqual, - BirthFatherStateMissing_1, - BirthFatherStateMissing_2, - BirthFatherStateEqual, - BirthFatherCountryMissing_1, - BirthFatherCountryMissing_2, - BirthFatherCountryEqual}; - rowtblGen1GeocodeSanitizedRow.ItemArray = columnValuesArray; - this.Rows.Add(rowtblGen1GeocodeSanitizedRow); - return rowtblGen1GeocodeSanitizedRow; - } + private global::System.Data.DataColumn columnY0000202; + + private global::System.Data.DataColumn columnY0002100; + + private global::System.Data.DataColumn columnY0390100; + + private global::System.Data.DataColumn columnY0390101; + + private global::System.Data.DataColumn columnY0390102; + + private global::System.Data.DataColumn columnY0677600; + + private global::System.Data.DataColumn columnY0933700; + + private global::System.Data.DataColumn columnY0933701; + + private global::System.Data.DataColumn columnY0933702; + + private global::System.Data.DataColumn columnY0974800; + + private global::System.Data.DataColumn columnY1180500; + + private global::System.Data.DataColumn columnY1180501; + + private global::System.Data.DataColumn columnY1180502; + + private global::System.Data.DataColumn columnY1192400; + + private global::System.Data.DataColumn columnY1421100; + + private global::System.Data.DataColumn columnY1421101; + + private global::System.Data.DataColumn columnY1421102; + + private global::System.Data.DataColumn columnY1434300; + + private global::System.Data.DataColumn columnY1450200; + + private global::System.Data.DataColumn columnY1450201; + + private global::System.Data.DataColumn columnY1450202; + + private global::System.Data.DataColumn columnY1672700; + + private global::System.Data.DataColumn columnY1695600; + + private global::System.Data.DataColumn columnY1695601; + + private global::System.Data.DataColumn columnY1695602; + + private global::System.Data.DataColumn columnY1707300; + + private global::System.Data.DataColumn columnY1707400; + + private global::System.Data.DataColumn columnY1707500; + + private global::System.Data.DataColumn columnY1707600; + + private global::System.Data.DataColumn columnY1707700; + + private global::System.Data.DataColumn columnY1707800; + + private global::System.Data.DataColumn columnY1707900; + + private global::System.Data.DataColumn columnY1708000; + + private global::System.Data.DataColumn columnY1708100; + + private global::System.Data.DataColumn columnY1708200; + + private global::System.Data.DataColumn columnY1708300; + + private global::System.Data.DataColumn columnY1708400; + + private global::System.Data.DataColumn columnY1708500; + + private global::System.Data.DataColumn columnY1708600; + + private global::System.Data.DataColumn columnY1708700; + + private global::System.Data.DataColumn columnY1708800; + + private global::System.Data.DataColumn columnY1708900; + + private global::System.Data.DataColumn columnY1709000; + + private global::System.Data.DataColumn columnY1709100; + + private global::System.Data.DataColumn columnY1709200; + + private global::System.Data.DataColumn columnY1709300; + + private global::System.Data.DataColumn columnY1948500; + + private global::System.Data.DataColumn columnY1981600; + + private global::System.Data.DataColumn columnY1981601; + + private global::System.Data.DataColumn columnY1981602; + + private global::System.Data.DataColumn columnY1992900; + + private global::System.Data.DataColumn columnY1993000; + + private global::System.Data.DataColumn columnY1993100; + + private global::System.Data.DataColumn columnY1993200; + + private global::System.Data.DataColumn columnY1993300; + + private global::System.Data.DataColumn columnY1993400; + + private global::System.Data.DataColumn columnY1993500; + + private global::System.Data.DataColumn columnY1993600; + + private global::System.Data.DataColumn columnY1993700; + + private global::System.Data.DataColumn columnY1993800; + + private global::System.Data.DataColumn columnY1993900; + + private global::System.Data.DataColumn columnY1994000; + + private global::System.Data.DataColumn columnY1994100; + + private global::System.Data.DataColumn columnY1994200; + + private global::System.Data.DataColumn columnY1994300; + + private global::System.Data.DataColumn columnY1994400; + + private global::System.Data.DataColumn columnY1994500; + + private global::System.Data.DataColumn columnY1994600; + + private global::System.Data.DataColumn columnY1994700; + + private global::System.Data.DataColumn columnY1994800; + + private global::System.Data.DataColumn columnY1994900; + + private global::System.Data.DataColumn columnY2148600; + + private global::System.Data.DataColumn columnY2267100; + + private global::System.Data.DataColumn columnY2300400; + + private global::System.Data.DataColumn columnY2300401; + + private global::System.Data.DataColumn columnY2300402; + + private global::System.Data.DataColumn columnY2311700; + + private global::System.Data.DataColumn columnY2311800; + + private global::System.Data.DataColumn columnY2311900; + + private global::System.Data.DataColumn columnY2312000; + + private global::System.Data.DataColumn columnY2312100; + + private global::System.Data.DataColumn columnY2312200; + + private global::System.Data.DataColumn columnY2312300; + + private global::System.Data.DataColumn columnY2312400; + + private global::System.Data.DataColumn columnY2312500; + + private global::System.Data.DataColumn columnY2312600; + + private global::System.Data.DataColumn columnY2312700; + + private global::System.Data.DataColumn columnY2312800; + + private global::System.Data.DataColumn columnY2312900; + + private global::System.Data.DataColumn columnY2313000; + + private global::System.Data.DataColumn columnY2313100; + + private global::System.Data.DataColumn columnY2313200; + + private global::System.Data.DataColumn columnY2313300; + + private global::System.Data.DataColumn columnY2313400; + + private global::System.Data.DataColumn columnY2313500; + + private global::System.Data.DataColumn columnY2313600; + + private global::System.Data.DataColumn columnY2313700; + + private global::System.Data.DataColumn columnY2567000; + + private global::System.Data.DataColumn columnY2567100; + + private global::System.Data.DataColumn columnY2567200; + + private global::System.Data.DataColumn columnY2616000; + + private global::System.Data.DataColumn columnY2633100; + + private global::System.Data.DataColumn columnY2633101; + + private global::System.Data.DataColumn columnY2633102; + + private global::System.Data.DataColumn columnY2644500; + + private global::System.Data.DataColumn columnY2644600; + + private global::System.Data.DataColumn columnY2644700; + + private global::System.Data.DataColumn columnY2644800; + + private global::System.Data.DataColumn columnY2644900; + + private global::System.Data.DataColumn columnY2645000; + + private global::System.Data.DataColumn columnY2645100; + + private global::System.Data.DataColumn columnY2645200; + + private global::System.Data.DataColumn columnY2645300; + + private global::System.Data.DataColumn columnY2645400; + + private global::System.Data.DataColumn columnY2645500; + + private global::System.Data.DataColumn columnY2645600; + + private global::System.Data.DataColumn columnY2645700; + + private global::System.Data.DataColumn columnY2645800; + + private global::System.Data.DataColumn columnY2645900; + + private global::System.Data.DataColumn columnY2646000; + + private global::System.Data.DataColumn columnY2646100; + + private global::System.Data.DataColumn columnY2646200; + + private global::System.Data.DataColumn columnY2646300; + + private global::System.Data.DataColumn columnY2646400; + + private global::System.Data.DataColumn columnY2966400; + + private global::System.Data.DataColumn columnY2990500; + + private global::System.Data.DataColumn columnY2990501; + + private global::System.Data.DataColumn columnY2990502; + + private global::System.Data.DataColumn columnY3002700; + + private global::System.Data.DataColumn columnY3002800; + + private global::System.Data.DataColumn columnY3002900; + + private global::System.Data.DataColumn columnY3003000; + + private global::System.Data.DataColumn columnY3003100; + + private global::System.Data.DataColumn columnY3003200; + + private global::System.Data.DataColumn columnY3003300; + + private global::System.Data.DataColumn columnY3003400; + + private global::System.Data.DataColumn columnY3003500; + + private global::System.Data.DataColumn columnY3003600; + + private global::System.Data.DataColumn columnY3331900; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1GeocodeSanitizedRow FindBySubjectTag_S1SubjectTag_S2(int SubjectTag_S1, int SubjectTag_S2) { - return ((tblGen1GeocodeSanitizedRow)(this.Rows.Find(new object[] { - SubjectTag_S1, - SubjectTag_S2}))); + public tblGen2LinksDataTable() { + this.TableName = "tblGen2Links"; + this.BeginInit(); + this.InitClass(); + this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public override global::System.Data.DataTable Clone() { - tblGen1GeocodeSanitizedDataTable cln = ((tblGen1GeocodeSanitizedDataTable)(base.Clone())); - cln.InitVars(); - return cln; + internal tblGen2LinksDataTable(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 override global::System.Data.DataTable CreateInstance() { - return new tblGen1GeocodeSanitizedDataTable(); + protected tblGen2LinksDataTable(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")] - internal void InitVars() { - this.columnSubjectTag_S1 = base.Columns["SubjectTag_S1"]; - this.columnSubjectTag_S2 = base.Columns["SubjectTag_S2"]; - this.columnDobDifferenceInDays1979V1979 = base.Columns["DobDifferenceInDays1979V1979"]; - this.columnDobDifferenceInDays1979V1981 = base.Columns["DobDifferenceInDays1979V1981"]; - this.columnDobDifferenceInDays1981V1979 = base.Columns["DobDifferenceInDays1981V1979"]; - this.columnDobDifferenceInDays1981V1981 = base.Columns["DobDifferenceInDays1981V1981"]; - this.columnDobDayIsMissing1979_1 = base.Columns["DobDayIsMissing1979_1"]; - this.columnDobDayIsMissing1979_2 = base.Columns["DobDayIsMissing1979_2"]; - this.columnBirthSubjectCountyMissing_1 = base.Columns["BirthSubjectCountyMissing_1"]; - this.columnBirthSubjectCountyMissing_2 = base.Columns["BirthSubjectCountyMissing_2"]; - this.columnBirthSubjectCountyEqual = base.Columns["BirthSubjectCountyEqual"]; - this.columnBirthSubjectStateMissing_1 = base.Columns["BirthSubjectStateMissing_1"]; - this.columnBirthSubjectStateMissing_2 = base.Columns["BirthSubjectStateMissing_2"]; - this.columnBirthSubjectStateEqual = base.Columns["BirthSubjectStateEqual"]; - this.columnBirthSubjectCountryMissing_1 = base.Columns["BirthSubjectCountryMissing_1"]; - this.columnBirthSubjectCountryMissing_2 = base.Columns["BirthSubjectCountryMissing_2"]; - this.columnBirthSubjectCountryEqual = base.Columns["BirthSubjectCountryEqual"]; - this.columnBirthMotherStateMissing_1 = base.Columns["BirthMotherStateMissing_1"]; - this.columnBirthMotherStateMissing_2 = base.Columns["BirthMotherStateMissing_2"]; - this.columnBirthMotherStateEqual = base.Columns["BirthMotherStateEqual"]; - this.columnBirthMotherCountryMissing_1 = base.Columns["BirthMotherCountryMissing_1"]; - this.columnBirthMotherCountryMissing_2 = base.Columns["BirthMotherCountryMissing_2"]; - this.columnBirthMotherCountryEqual = base.Columns["BirthMotherCountryEqual"]; - this.columnBirthFatherStateMissing_1 = base.Columns["BirthFatherStateMissing_1"]; - this.columnBirthFatherStateMissing_2 = base.Columns["BirthFatherStateMissing_2"]; - this.columnBirthFatherStateEqual = base.Columns["BirthFatherStateEqual"]; - this.columnBirthFatherCountryMissing_1 = base.Columns["BirthFatherCountryMissing_1"]; - this.columnBirthFatherCountryMissing_2 = base.Columns["BirthFatherCountryMissing_2"]; - this.columnBirthFatherCountryEqual = base.Columns["BirthFatherCountryEqual"]; + public global::System.Data.DataColumn C0000100Column { + get { + return this.columnC0000100; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - private void InitClass() { - this.columnSubjectTag_S1 = new global::System.Data.DataColumn("SubjectTag_S1", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnSubjectTag_S1); - this.columnSubjectTag_S2 = new global::System.Data.DataColumn("SubjectTag_S2", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnSubjectTag_S2); - this.columnDobDifferenceInDays1979V1979 = new global::System.Data.DataColumn("DobDifferenceInDays1979V1979", typeof(short), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnDobDifferenceInDays1979V1979); - this.columnDobDifferenceInDays1979V1981 = new global::System.Data.DataColumn("DobDifferenceInDays1979V1981", typeof(short), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnDobDifferenceInDays1979V1981); - this.columnDobDifferenceInDays1981V1979 = new global::System.Data.DataColumn("DobDifferenceInDays1981V1979", typeof(short), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnDobDifferenceInDays1981V1979); - this.columnDobDifferenceInDays1981V1981 = new global::System.Data.DataColumn("DobDifferenceInDays1981V1981", typeof(short), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnDobDifferenceInDays1981V1981); - this.columnDobDayIsMissing1979_1 = new global::System.Data.DataColumn("DobDayIsMissing1979_1", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnDobDayIsMissing1979_1); - this.columnDobDayIsMissing1979_2 = new global::System.Data.DataColumn("DobDayIsMissing1979_2", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnDobDayIsMissing1979_2); - this.columnBirthSubjectCountyMissing_1 = new global::System.Data.DataColumn("BirthSubjectCountyMissing_1", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnBirthSubjectCountyMissing_1); - this.columnBirthSubjectCountyMissing_2 = new global::System.Data.DataColumn("BirthSubjectCountyMissing_2", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnBirthSubjectCountyMissing_2); - this.columnBirthSubjectCountyEqual = new global::System.Data.DataColumn("BirthSubjectCountyEqual", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnBirthSubjectCountyEqual); - this.columnBirthSubjectStateMissing_1 = new global::System.Data.DataColumn("BirthSubjectStateMissing_1", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnBirthSubjectStateMissing_1); - this.columnBirthSubjectStateMissing_2 = new global::System.Data.DataColumn("BirthSubjectStateMissing_2", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnBirthSubjectStateMissing_2); - this.columnBirthSubjectStateEqual = new global::System.Data.DataColumn("BirthSubjectStateEqual", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnBirthSubjectStateEqual); - this.columnBirthSubjectCountryMissing_1 = new global::System.Data.DataColumn("BirthSubjectCountryMissing_1", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnBirthSubjectCountryMissing_1); - this.columnBirthSubjectCountryMissing_2 = new global::System.Data.DataColumn("BirthSubjectCountryMissing_2", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnBirthSubjectCountryMissing_2); - this.columnBirthSubjectCountryEqual = new global::System.Data.DataColumn("BirthSubjectCountryEqual", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnBirthSubjectCountryEqual); - this.columnBirthMotherStateMissing_1 = new global::System.Data.DataColumn("BirthMotherStateMissing_1", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnBirthMotherStateMissing_1); - this.columnBirthMotherStateMissing_2 = new global::System.Data.DataColumn("BirthMotherStateMissing_2", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnBirthMotherStateMissing_2); - this.columnBirthMotherStateEqual = new global::System.Data.DataColumn("BirthMotherStateEqual", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnBirthMotherStateEqual); - this.columnBirthMotherCountryMissing_1 = new global::System.Data.DataColumn("BirthMotherCountryMissing_1", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnBirthMotherCountryMissing_1); - this.columnBirthMotherCountryMissing_2 = new global::System.Data.DataColumn("BirthMotherCountryMissing_2", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnBirthMotherCountryMissing_2); - this.columnBirthMotherCountryEqual = new global::System.Data.DataColumn("BirthMotherCountryEqual", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnBirthMotherCountryEqual); - this.columnBirthFatherStateMissing_1 = new global::System.Data.DataColumn("BirthFatherStateMissing_1", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnBirthFatherStateMissing_1); - this.columnBirthFatherStateMissing_2 = new global::System.Data.DataColumn("BirthFatherStateMissing_2", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnBirthFatherStateMissing_2); - this.columnBirthFatherStateEqual = new global::System.Data.DataColumn("BirthFatherStateEqual", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnBirthFatherStateEqual); - this.columnBirthFatherCountryMissing_1 = new global::System.Data.DataColumn("BirthFatherCountryMissing_1", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnBirthFatherCountryMissing_1); - this.columnBirthFatherCountryMissing_2 = new global::System.Data.DataColumn("BirthFatherCountryMissing_2", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnBirthFatherCountryMissing_2); - this.columnBirthFatherCountryEqual = new global::System.Data.DataColumn("BirthFatherCountryEqual", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnBirthFatherCountryEqual); - this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { - this.columnSubjectTag_S1, - this.columnSubjectTag_S2}, true)); - this.columnSubjectTag_S1.AllowDBNull = false; - this.columnSubjectTag_S2.AllowDBNull = false; - this.columnDobDayIsMissing1979_1.AllowDBNull = false; - this.columnDobDayIsMissing1979_2.AllowDBNull = false; - this.columnBirthSubjectCountyMissing_1.AllowDBNull = false; - this.columnBirthSubjectCountyMissing_2.AllowDBNull = false; - this.columnBirthSubjectCountyEqual.AllowDBNull = false; - this.columnBirthSubjectStateMissing_1.AllowDBNull = false; - this.columnBirthSubjectStateMissing_2.AllowDBNull = false; - this.columnBirthSubjectStateEqual.AllowDBNull = false; - this.columnBirthSubjectCountryMissing_1.AllowDBNull = false; - this.columnBirthSubjectCountryMissing_2.AllowDBNull = false; - this.columnBirthSubjectCountryEqual.AllowDBNull = false; - this.columnBirthMotherStateMissing_1.AllowDBNull = false; - this.columnBirthMotherStateMissing_2.AllowDBNull = false; - this.columnBirthMotherStateEqual.AllowDBNull = false; - this.columnBirthMotherCountryMissing_1.AllowDBNull = false; - this.columnBirthMotherCountryMissing_2.AllowDBNull = false; - this.columnBirthMotherCountryEqual.AllowDBNull = false; - this.columnBirthFatherStateMissing_1.AllowDBNull = false; - this.columnBirthFatherStateMissing_2.AllowDBNull = false; - this.columnBirthFatherStateEqual.AllowDBNull = false; - this.columnBirthFatherCountryMissing_1.AllowDBNull = false; - this.columnBirthFatherCountryMissing_2.AllowDBNull = false; - this.columnBirthFatherCountryEqual.AllowDBNull = false; + public global::System.Data.DataColumn C0000200Column { + get { + return this.columnC0000200; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1GeocodeSanitizedRow NewtblGen1GeocodeSanitizedRow() { - return ((tblGen1GeocodeSanitizedRow)(this.NewRow())); + public global::System.Data.DataColumn C0005300Column { + get { + return this.columnC0005300; + } } [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 tblGen1GeocodeSanitizedRow(builder); + public global::System.Data.DataColumn C0005400Column { + get { + return this.columnC0005400; + } } [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(tblGen1GeocodeSanitizedRow); + public global::System.Data.DataColumn C0005500Column { + get { + return this.columnC0005500; + } } [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.tblGen1GeocodeSanitizedRowChanged != null)) { - this.tblGen1GeocodeSanitizedRowChanged(this, new tblGen1GeocodeSanitizedRowChangeEvent(((tblGen1GeocodeSanitizedRow)(e.Row)), e.Action)); + public global::System.Data.DataColumn C0005700Column { + get { + return this.columnC0005700; } } [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.tblGen1GeocodeSanitizedRowChanging != null)) { - this.tblGen1GeocodeSanitizedRowChanging(this, new tblGen1GeocodeSanitizedRowChangeEvent(((tblGen1GeocodeSanitizedRow)(e.Row)), e.Action)); + public global::System.Data.DataColumn C0005800Column { + get { + return this.columnC0005800; } } [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.tblGen1GeocodeSanitizedRowDeleted != null)) { - this.tblGen1GeocodeSanitizedRowDeleted(this, new tblGen1GeocodeSanitizedRowChangeEvent(((tblGen1GeocodeSanitizedRow)(e.Row)), e.Action)); + public global::System.Data.DataColumn C0006500Column { + get { + return this.columnC0006500; } } [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.tblGen1GeocodeSanitizedRowDeleting != null)) { - this.tblGen1GeocodeSanitizedRowDeleting(this, new tblGen1GeocodeSanitizedRowChangeEvent(((tblGen1GeocodeSanitizedRow)(e.Row)), e.Action)); + public global::System.Data.DataColumn C0006800Column { + get { + return this.columnC0006800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void RemovetblGen1GeocodeSanitizedRow(tblGen1GeocodeSanitizedRow row) { - this.Rows.Remove(row); + public global::System.Data.DataColumn C0007010Column { + get { + return this.columnC0007010; + } } [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(); - ImportDataSet ds = new ImportDataSet(); - 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 = "tblGen1GeocodeSanitizedDataTable"; - 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(); - } - } + public global::System.Data.DataColumn C0007030Column { + get { + return this.columnC0007030; } - xs.Add(dsSchema); - return type; } - } - - /// - ///Represents the strongly named DataTable class. - /// - [global::System.Serializable()] - [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class tblRosterGen1AssignmentDataTable : global::System.Data.TypedTableBase { - - private global::System.Data.DataColumn columnID; - private global::System.Data.DataColumn columnResponseLower; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn C0007041Column { + get { + return this.columnC0007041; + } + } - private global::System.Data.DataColumn columnResponseUpper; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn C0007043Column { + get { + return this.columnC0007043; + } + } - private global::System.Data.DataColumn columnFreq; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn C0007045Column { + get { + return this.columnC0007045; + } + } - private global::System.Data.DataColumn columnResolved; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn C0007047Column { + get { + return this.columnC0007047; + } + } - private global::System.Data.DataColumn columnR; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn C0007049Column { + get { + return this.columnC0007049; + } + } - private global::System.Data.DataColumn columnRBoundLower; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn C0007052Column { + get { + return this.columnC0007052; + } + } - private global::System.Data.DataColumn columnRBoundUpper; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn C0007055Column { + get { + return this.columnC0007055; + } + } - private global::System.Data.DataColumn columnSameGeneration; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn C0402400Column { + get { + return this.columnC0402400; + } + } - private global::System.Data.DataColumn columnShareBiodad; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn C0402500Column { + get { + return this.columnC0402500; + } + } - private global::System.Data.DataColumn columnShareBiomom; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn C0402600Column { + get { + return this.columnC0402600; + } + } - private global::System.Data.DataColumn columnShareBiograndparent; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn C0404100Column { + get { + return this.columnC0404100; + } + } - private global::System.Data.DataColumn columnInconsistent; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn C0404200Column { + get { + return this.columnC0404200; + } + } - private global::System.Data.DataColumn columnNotes; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn C0737000Column { + get { + return this.columnC0737000; + } + } - private global::System.Data.DataColumn columnResponseLowerLabel; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn C0737100Column { + get { + return this.columnC0737100; + } + } - private global::System.Data.DataColumn columnResponseUpperLabel; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn C0737200Column { + get { + return this.columnC0737200; + } + } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblRosterGen1AssignmentDataTable() { - this.TableName = "tblRosterGen1Assignment"; - this.BeginInit(); - this.InitClass(); - this.EndInit(); + public global::System.Data.DataColumn C0948700Column { + get { + return this.columnC0948700; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblRosterGen1AssignmentDataTable(global::System.Data.DataTable table) { - this.TableName = table.TableName; - if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { - this.CaseSensitive = table.CaseSensitive; + public global::System.Data.DataColumn C0948800Column { + get { + return this.columnC0948800; } - if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) { - this.Locale = table.Locale; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn C0948900Column { + get { + return this.columnC0948900; } - if ((table.Namespace != table.DataSet.Namespace)) { - this.Namespace = table.Namespace; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn C1146600Column { + get { + return this.columnC1146600; } - 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 tblRosterGen1AssignmentDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : - base(info, context) { - this.InitVars(); + public global::System.Data.DataColumn C1146700Column { + get { + return this.columnC1146700; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn IDColumn { + public global::System.Data.DataColumn C1146800Column { get { - return this.columnID; + return this.columnC1146800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn ResponseLowerColumn { + public global::System.Data.DataColumn C1230100Column { get { - return this.columnResponseLower; + return this.columnC1230100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn ResponseUpperColumn { + public global::System.Data.DataColumn C1230200Column { get { - return this.columnResponseUpper; + return this.columnC1230200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn FreqColumn { + public global::System.Data.DataColumn C1230300Column { get { - return this.columnFreq; + return this.columnC1230300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn ResolvedColumn { + public global::System.Data.DataColumn C1548100Column { get { - return this.columnResolved; + return this.columnC1548100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn RColumn { + public global::System.Data.DataColumn C1548101Column { get { - return this.columnR; + return this.columnC1548101; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn RBoundLowerColumn { + public global::System.Data.DataColumn C1548102Column { get { - return this.columnRBoundLower; + return this.columnC1548102; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn RBoundUpperColumn { + public global::System.Data.DataColumn C1989400Column { get { - return this.columnRBoundUpper; + return this.columnC1989400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn SameGenerationColumn { + public global::System.Data.DataColumn C1989401Column { get { - return this.columnSameGeneration; + return this.columnC1989401; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn ShareBiodadColumn { + public global::System.Data.DataColumn C1989402Column { get { - return this.columnShareBiodad; + return this.columnC1989402; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn ShareBiomomColumn { + public global::System.Data.DataColumn C2305100Column { get { - return this.columnShareBiomom; + return this.columnC2305100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn ShareBiograndparentColumn { + public global::System.Data.DataColumn C2305101Column { get { - return this.columnShareBiograndparent; + return this.columnC2305101; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn InconsistentColumn { + public global::System.Data.DataColumn C2305102Column { get { - return this.columnInconsistent; + return this.columnC2305102; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn NotesColumn { + public global::System.Data.DataColumn C2544700Column { get { - return this.columnNotes; + return this.columnC2544700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn ResponseLowerLabelColumn { + public global::System.Data.DataColumn C2544701Column { get { - return this.columnResponseLowerLabel; + return this.columnC2544701; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn ResponseUpperLabelColumn { + public global::System.Data.DataColumn C2544702Column { get { - return this.columnResponseUpperLabel; + return this.columnC2544702; } } [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 { + public global::System.Data.DataColumn C2814500Column { get { - return this.Rows.Count; + return this.columnC2814500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblRosterGen1AssignmentRow this[int index] { + public global::System.Data.DataColumn C2814501Column { get { - return ((tblRosterGen1AssignmentRow)(this.Rows[index])); + return this.columnC2814501; } } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblRosterGen1AssignmentRowChangeEventHandler tblRosterGen1AssignmentRowChanging; + public global::System.Data.DataColumn C2814502Column { + get { + return this.columnC2814502; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblRosterGen1AssignmentRowChangeEventHandler tblRosterGen1AssignmentRowChanged; + public global::System.Data.DataColumn C3123500Column { + get { + return this.columnC3123500; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblRosterGen1AssignmentRowChangeEventHandler tblRosterGen1AssignmentRowDeleting; + public global::System.Data.DataColumn C3123501Column { + get { + return this.columnC3123501; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblRosterGen1AssignmentRowChangeEventHandler tblRosterGen1AssignmentRowDeleted; + public global::System.Data.DataColumn C3123502Column { + get { + return this.columnC3123502; + } + } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void AddtblRosterGen1AssignmentRow(tblRosterGen1AssignmentRow row) { - this.Rows.Add(row); + public global::System.Data.DataColumn C3601100Column { + get { + return this.columnC3601100; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblRosterGen1AssignmentRow AddtblRosterGen1AssignmentRow( - byte ID, - short ResponseLower, - short ResponseUpper, - short Freq, - bool Resolved, - double R, - double RBoundLower, - double RBoundUpper, - byte SameGeneration, - byte ShareBiodad, - byte ShareBiomom, - byte ShareBiograndparent, - bool Inconsistent, - string Notes, - string ResponseLowerLabel, - string ResponseUpperLabel) { - tblRosterGen1AssignmentRow rowtblRosterGen1AssignmentRow = ((tblRosterGen1AssignmentRow)(this.NewRow())); - object[] columnValuesArray = new object[] { - ID, - ResponseLower, - ResponseUpper, - Freq, - Resolved, - R, - RBoundLower, - RBoundUpper, - SameGeneration, - ShareBiodad, - ShareBiomom, - ShareBiograndparent, - Inconsistent, - Notes, - ResponseLowerLabel, - ResponseUpperLabel}; - rowtblRosterGen1AssignmentRow.ItemArray = columnValuesArray; - this.Rows.Add(rowtblRosterGen1AssignmentRow); - return rowtblRosterGen1AssignmentRow; + public global::System.Data.DataColumn C3627700Column { + get { + return this.columnC3627700; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblRosterGen1AssignmentRow FindByID(byte ID) { - return ((tblRosterGen1AssignmentRow)(this.Rows.Find(new object[] { - ID}))); + public global::System.Data.DataColumn C3627701Column { + get { + return this.columnC3627701; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public override global::System.Data.DataTable Clone() { - tblRosterGen1AssignmentDataTable cln = ((tblRosterGen1AssignmentDataTable)(base.Clone())); - cln.InitVars(); - return cln; + public global::System.Data.DataColumn C3627702Column { + get { + return this.columnC3627702; + } } [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 tblRosterGen1AssignmentDataTable(); + public global::System.Data.DataColumn C3981100Column { + get { + return this.columnC3981100; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal void InitVars() { - this.columnID = base.Columns["ID"]; - this.columnResponseLower = base.Columns["ResponseLower"]; - this.columnResponseUpper = base.Columns["ResponseUpper"]; - this.columnFreq = base.Columns["Freq"]; - this.columnResolved = base.Columns["Resolved"]; - this.columnR = base.Columns["R"]; - this.columnRBoundLower = base.Columns["RBoundLower"]; - this.columnRBoundUpper = base.Columns["RBoundUpper"]; - this.columnSameGeneration = base.Columns["SameGeneration"]; - this.columnShareBiodad = base.Columns["ShareBiodad"]; - this.columnShareBiomom = base.Columns["ShareBiomom"]; - this.columnShareBiograndparent = base.Columns["ShareBiograndparent"]; - this.columnInconsistent = base.Columns["Inconsistent"]; - this.columnNotes = base.Columns["Notes"]; - this.columnResponseLowerLabel = base.Columns["ResponseLowerLabel"]; - this.columnResponseUpperLabel = base.Columns["ResponseUpperLabel"]; + public global::System.Data.DataColumn C4006300Column { + get { + return this.columnC4006300; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - private void InitClass() { - this.columnID = new global::System.Data.DataColumn("ID", typeof(byte), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnID); - this.columnResponseLower = new global::System.Data.DataColumn("ResponseLower", typeof(short), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnResponseLower); - this.columnResponseUpper = new global::System.Data.DataColumn("ResponseUpper", typeof(short), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnResponseUpper); - this.columnFreq = new global::System.Data.DataColumn("Freq", typeof(short), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnFreq); - this.columnResolved = new global::System.Data.DataColumn("Resolved", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnResolved); - this.columnR = new global::System.Data.DataColumn("R", typeof(double), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR); - this.columnRBoundLower = new global::System.Data.DataColumn("RBoundLower", typeof(double), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnRBoundLower); - this.columnRBoundUpper = new global::System.Data.DataColumn("RBoundUpper", typeof(double), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnRBoundUpper); - this.columnSameGeneration = new global::System.Data.DataColumn("SameGeneration", typeof(byte), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnSameGeneration); - this.columnShareBiodad = new global::System.Data.DataColumn("ShareBiodad", typeof(byte), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnShareBiodad); - this.columnShareBiomom = new global::System.Data.DataColumn("ShareBiomom", typeof(byte), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnShareBiomom); - this.columnShareBiograndparent = new global::System.Data.DataColumn("ShareBiograndparent", typeof(byte), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnShareBiograndparent); - this.columnInconsistent = new global::System.Data.DataColumn("Inconsistent", typeof(bool), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnInconsistent); - this.columnNotes = new global::System.Data.DataColumn("Notes", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnNotes); - this.columnResponseLowerLabel = new global::System.Data.DataColumn("ResponseLowerLabel", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnResponseLowerLabel); - this.columnResponseUpperLabel = new global::System.Data.DataColumn("ResponseUpperLabel", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnResponseUpperLabel); - this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { - this.columnID}, true)); - this.columnID.AllowDBNull = false; - this.columnID.Unique = true; - this.columnResponseLower.AllowDBNull = false; - this.columnResponseUpper.AllowDBNull = false; - this.columnFreq.AllowDBNull = false; - this.columnResolved.AllowDBNull = false; - this.columnRBoundLower.AllowDBNull = false; - this.columnRBoundUpper.AllowDBNull = false; - this.columnSameGeneration.AllowDBNull = false; - this.columnShareBiodad.AllowDBNull = false; - this.columnShareBiomom.AllowDBNull = false; - this.columnShareBiograndparent.AllowDBNull = false; - this.columnInconsistent.AllowDBNull = false; - this.columnNotes.MaxLength = 255; - this.columnResponseLowerLabel.MaxLength = 50; - this.columnResponseUpperLabel.MaxLength = 50; + public global::System.Data.DataColumn C4006301Column { + get { + return this.columnC4006301; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblRosterGen1AssignmentRow NewtblRosterGen1AssignmentRow() { - return ((tblRosterGen1AssignmentRow)(this.NewRow())); + public global::System.Data.DataColumn C4006302Column { + get { + return this.columnC4006302; + } } [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 tblRosterGen1AssignmentRow(builder); + public global::System.Data.DataColumn C5524800Column { + get { + return this.columnC5524800; + } } [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(tblRosterGen1AssignmentRow); + public global::System.Data.DataColumn C5550100Column { + get { + return this.columnC5550100; + } } [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.tblRosterGen1AssignmentRowChanged != null)) { - this.tblRosterGen1AssignmentRowChanged(this, new tblRosterGen1AssignmentRowChangeEvent(((tblRosterGen1AssignmentRow)(e.Row)), e.Action)); + public global::System.Data.DataColumn C5550101Column { + get { + return this.columnC5550101; } } [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.tblRosterGen1AssignmentRowChanging != null)) { - this.tblRosterGen1AssignmentRowChanging(this, new tblRosterGen1AssignmentRowChangeEvent(((tblRosterGen1AssignmentRow)(e.Row)), e.Action)); + public global::System.Data.DataColumn C5550102Column { + get { + return this.columnC5550102; } } [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.tblRosterGen1AssignmentRowDeleted != null)) { - this.tblRosterGen1AssignmentRowDeleted(this, new tblRosterGen1AssignmentRowChangeEvent(((tblRosterGen1AssignmentRow)(e.Row)), e.Action)); + public global::System.Data.DataColumn C5801100Column { + get { + return this.columnC5801100; } } [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.tblRosterGen1AssignmentRowDeleting != null)) { - this.tblRosterGen1AssignmentRowDeleting(this, new tblRosterGen1AssignmentRowChangeEvent(((tblRosterGen1AssignmentRow)(e.Row)), e.Action)); + public global::System.Data.DataColumn Y0000200Column { + get { + return this.columnY0000200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void RemovetblRosterGen1AssignmentRow(tblRosterGen1AssignmentRow row) { - this.Rows.Remove(row); + public global::System.Data.DataColumn Y0000201Column { + get { + return this.columnY0000201; + } } [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(); - ImportDataSet ds = new ImportDataSet(); - 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 = "tblRosterGen1AssignmentDataTable"; - 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(); - } - } + public global::System.Data.DataColumn Y0000202Column { + get { + return this.columnY0000202; } - xs.Add(dsSchema); - return type; } - } - - /// - ///Represents the strongly named DataTable class. - /// - [global::System.Serializable()] - [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class tblGen2LinksFromGen1DataTable : global::System.Data.TypedTableBase { - - private global::System.Data.DataColumn columnR0000100; - - private global::System.Data.DataColumn columnR0173600; - - private global::System.Data.DataColumn columnR0214700; - - private global::System.Data.DataColumn columnR0214800; - - private global::System.Data.DataColumn columnR4825700; - - private global::System.Data.DataColumn columnR4826000; - - private global::System.Data.DataColumn columnR4826100; - - private global::System.Data.DataColumn columnR4826300; - - private global::System.Data.DataColumn columnR4826500; - - private global::System.Data.DataColumn columnR4826800; - - private global::System.Data.DataColumn columnR5495900; - - private global::System.Data.DataColumn columnR5496200; - - private global::System.Data.DataColumn columnR5496300; - - private global::System.Data.DataColumn columnR5496500; - - private global::System.Data.DataColumn columnR5496700; - - private global::System.Data.DataColumn columnR5497000; - - private global::System.Data.DataColumn columnR5497200; - - private global::System.Data.DataColumn columnR6210700; - - private global::System.Data.DataColumn columnR6210800; - - private global::System.Data.DataColumn columnR6210900; - - private global::System.Data.DataColumn columnR6211500; - - private global::System.Data.DataColumn columnR6211600; - - private global::System.Data.DataColumn columnR6211700; - - private global::System.Data.DataColumn columnR6211800; - - private global::System.Data.DataColumn columnR6211900; - - private global::System.Data.DataColumn columnR6212200; - - private global::System.Data.DataColumn columnR6212300; - - private global::System.Data.DataColumn columnR6764000; - - private global::System.Data.DataColumn columnR6764100; - - private global::System.Data.DataColumn columnR6764200; - - private global::System.Data.DataColumn columnR6764900; - - private global::System.Data.DataColumn columnR6765000; - - private global::System.Data.DataColumn columnR6765100; - - private global::System.Data.DataColumn columnR6765200; - - private global::System.Data.DataColumn columnR6765600; - - private global::System.Data.DataColumn columnR6765700; - - private global::System.Data.DataColumn columnR6765800; - - private global::System.Data.DataColumn columnR6839600; - - private global::System.Data.DataColumn columnR7408300; - - private global::System.Data.DataColumn columnR7408400; - - private global::System.Data.DataColumn columnR7408500; - - private global::System.Data.DataColumn columnR7409200; - - private global::System.Data.DataColumn columnR7409300; - - private global::System.Data.DataColumn columnR7409400; - - private global::System.Data.DataColumn columnR7409500; - - private global::System.Data.DataColumn columnR7409900; - - private global::System.Data.DataColumn columnR7410000; - - private global::System.Data.DataColumn columnR7410100; - - private global::System.Data.DataColumn columnR7548600; - - private global::System.Data.DataColumn columnR8106400; - - private global::System.Data.DataColumn columnR8106500; - - private global::System.Data.DataColumn columnR8106600; - - private global::System.Data.DataColumn columnR8106700; - - private global::System.Data.DataColumn columnR8106800; - - private global::System.Data.DataColumn columnR8106900; - - private global::System.Data.DataColumn columnR8107000; - - private global::System.Data.DataColumn columnR8107100; - - private global::System.Data.DataColumn columnR8107200; - - private global::System.Data.DataColumn columnR8255400; - - private global::System.Data.DataColumn columnR9900400; - - private global::System.Data.DataColumn columnR9900600; - - private global::System.Data.DataColumn columnR9900601; - - private global::System.Data.DataColumn columnR9901200; - - private global::System.Data.DataColumn columnR9901400; - - private global::System.Data.DataColumn columnR9901401; - - private global::System.Data.DataColumn columnR9902000; - - private global::System.Data.DataColumn columnR9902200; - - private global::System.Data.DataColumn columnR9902201; - - private global::System.Data.DataColumn columnR9902800; - - private global::System.Data.DataColumn columnR9903000; - - private global::System.Data.DataColumn columnR9903001; - - private global::System.Data.DataColumn columnR9903600; - - private global::System.Data.DataColumn columnR9903800; - - private global::System.Data.DataColumn columnR9903801; - - private global::System.Data.DataColumn columnR9904400; - - private global::System.Data.DataColumn columnR9904600; - - private global::System.Data.DataColumn columnR9904601; - - private global::System.Data.DataColumn columnR9905200; - - private global::System.Data.DataColumn columnR9905400; - - private global::System.Data.DataColumn columnR9905401; - - private global::System.Data.DataColumn columnR9906000; - - private global::System.Data.DataColumn columnR9906600; - - private global::System.Data.DataColumn columnR9907200; - - private global::System.Data.DataColumn columnR9907800; - - private global::System.Data.DataColumn columnR9908000; - - private global::System.Data.DataColumn columnR9911200; - - private global::System.Data.DataColumn columnR9911201; - - private global::System.Data.DataColumn columnT0337300; - - private global::System.Data.DataColumn columnT0337400; - - private global::System.Data.DataColumn columnT0337500; - - private global::System.Data.DataColumn columnT0337600; - - private global::System.Data.DataColumn columnT0337700; - - private global::System.Data.DataColumn columnT0337800; - - private global::System.Data.DataColumn columnT0337900; - - private global::System.Data.DataColumn columnT0338000; - - private global::System.Data.DataColumn columnT0338100; - - private global::System.Data.DataColumn columnT0338200; - - private global::System.Data.DataColumn columnT0338300; - - private global::System.Data.DataColumn columnT0338400; - - private global::System.Data.DataColumn columnT0338500; - - private global::System.Data.DataColumn columnT0338600; - - private global::System.Data.DataColumn columnT1486900; - - private global::System.Data.DataColumn columnT1487000; - - private global::System.Data.DataColumn columnT1487100; - - private global::System.Data.DataColumn columnT1487200; - - private global::System.Data.DataColumn columnT1487300; - - private global::System.Data.DataColumn columnT1487400; - - private global::System.Data.DataColumn columnT1487500; - - private global::System.Data.DataColumn columnT1487600; - - private global::System.Data.DataColumn columnT1487700; - - private global::System.Data.DataColumn columnT1487800; - - private global::System.Data.DataColumn columnT2217700; - - private global::System.Data.DataColumn columnT2533500; - private global::System.Data.DataColumn columnT2533600; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn Y0002100Column { + get { + return this.columnY0002100; + } + } - private global::System.Data.DataColumn columnT2533700; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn Y0390100Column { + get { + return this.columnY0390100; + } + } - private global::System.Data.DataColumn columnT2533800; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn Y0390101Column { + get { + return this.columnY0390101; + } + } - private global::System.Data.DataColumn columnT2533900; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn Y0390102Column { + get { + return this.columnY0390102; + } + } - private global::System.Data.DataColumn columnT2534000; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn Y0677600Column { + get { + return this.columnY0677600; + } + } - private global::System.Data.DataColumn columnT2534100; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn Y0933700Column { + get { + return this.columnY0933700; + } + } - private global::System.Data.DataColumn columnT2534200; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn Y0933701Column { + get { + return this.columnY0933701; + } + } - private global::System.Data.DataColumn columnT2534300; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn Y0933702Column { + get { + return this.columnY0933702; + } + } - private global::System.Data.DataColumn columnT2534400; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn Y0974800Column { + get { + return this.columnY0974800; + } + } - private global::System.Data.DataColumn columnT2534500; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn Y1180500Column { + get { + return this.columnY1180500; + } + } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2LinksFromGen1DataTable() { - this.TableName = "tblGen2LinksFromGen1"; - this.BeginInit(); - this.InitClass(); - this.EndInit(); + public global::System.Data.DataColumn Y1180501Column { + get { + return this.columnY1180501; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblGen2LinksFromGen1DataTable(global::System.Data.DataTable table) { - this.TableName = table.TableName; - if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { - this.CaseSensitive = table.CaseSensitive; + public global::System.Data.DataColumn Y1180502Column { + get { + return this.columnY1180502; } - if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) { - this.Locale = table.Locale; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn Y1192400Column { + get { + return this.columnY1192400; } - if ((table.Namespace != table.DataSet.Namespace)) { - this.Namespace = table.Namespace; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn Y1421100Column { + get { + return this.columnY1421100; } - 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 tblGen2LinksFromGen1DataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : - base(info, context) { - this.InitVars(); + public global::System.Data.DataColumn Y1421101Column { + get { + return this.columnY1421101; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0000100Column { + public global::System.Data.DataColumn Y1421102Column { get { - return this.columnR0000100; + return this.columnY1421102; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0173600Column { + public global::System.Data.DataColumn Y1434300Column { get { - return this.columnR0173600; + return this.columnY1434300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0214700Column { + public global::System.Data.DataColumn Y1450200Column { get { - return this.columnR0214700; + return this.columnY1450200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0214800Column { + public global::System.Data.DataColumn Y1450201Column { get { - return this.columnR0214800; + return this.columnY1450201; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4825700Column { + public global::System.Data.DataColumn Y1450202Column { get { - return this.columnR4825700; + return this.columnY1450202; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4826000Column { + public global::System.Data.DataColumn Y1672700Column { get { - return this.columnR4826000; + return this.columnY1672700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4826100Column { + public global::System.Data.DataColumn Y1695600Column { get { - return this.columnR4826100; + return this.columnY1695600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4826300Column { + public global::System.Data.DataColumn Y1695601Column { get { - return this.columnR4826300; + return this.columnY1695601; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4826500Column { + public global::System.Data.DataColumn Y1695602Column { get { - return this.columnR4826500; + return this.columnY1695602; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4826800Column { + public global::System.Data.DataColumn Y1707300Column { get { - return this.columnR4826800; + return this.columnY1707300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5495900Column { + public global::System.Data.DataColumn Y1707400Column { get { - return this.columnR5495900; + return this.columnY1707400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5496200Column { + public global::System.Data.DataColumn Y1707500Column { get { - return this.columnR5496200; + return this.columnY1707500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5496300Column { + public global::System.Data.DataColumn Y1707600Column { get { - return this.columnR5496300; + return this.columnY1707600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5496500Column { + public global::System.Data.DataColumn Y1707700Column { get { - return this.columnR5496500; + return this.columnY1707700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5496700Column { + public global::System.Data.DataColumn Y1707800Column { get { - return this.columnR5496700; + return this.columnY1707800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5497000Column { + public global::System.Data.DataColumn Y1707900Column { get { - return this.columnR5497000; + return this.columnY1707900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5497200Column { + public global::System.Data.DataColumn Y1708000Column { get { - return this.columnR5497200; + return this.columnY1708000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6210700Column { + public global::System.Data.DataColumn Y1708100Column { get { - return this.columnR6210700; + return this.columnY1708100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6210800Column { + public global::System.Data.DataColumn Y1708200Column { get { - return this.columnR6210800; + return this.columnY1708200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6210900Column { + public global::System.Data.DataColumn Y1708300Column { get { - return this.columnR6210900; + return this.columnY1708300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6211500Column { + public global::System.Data.DataColumn Y1708400Column { get { - return this.columnR6211500; + return this.columnY1708400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6211600Column { + public global::System.Data.DataColumn Y1708500Column { get { - return this.columnR6211600; + return this.columnY1708500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6211700Column { + public global::System.Data.DataColumn Y1708600Column { get { - return this.columnR6211700; + return this.columnY1708600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6211800Column { + public global::System.Data.DataColumn Y1708700Column { get { - return this.columnR6211800; + return this.columnY1708700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6211900Column { + public global::System.Data.DataColumn Y1708800Column { get { - return this.columnR6211900; + return this.columnY1708800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6212200Column { + public global::System.Data.DataColumn Y1708900Column { get { - return this.columnR6212200; + return this.columnY1708900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6212300Column { + public global::System.Data.DataColumn Y1709000Column { get { - return this.columnR6212300; + return this.columnY1709000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6764000Column { + public global::System.Data.DataColumn Y1709100Column { get { - return this.columnR6764000; + return this.columnY1709100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6764100Column { + public global::System.Data.DataColumn Y1709200Column { get { - return this.columnR6764100; + return this.columnY1709200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6764200Column { + public global::System.Data.DataColumn Y1709300Column { get { - return this.columnR6764200; + return this.columnY1709300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6764900Column { + public global::System.Data.DataColumn Y1948500Column { get { - return this.columnR6764900; + return this.columnY1948500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6765000Column { + public global::System.Data.DataColumn Y1981600Column { get { - return this.columnR6765000; + return this.columnY1981600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6765100Column { + public global::System.Data.DataColumn Y1981601Column { get { - return this.columnR6765100; + return this.columnY1981601; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6765200Column { + public global::System.Data.DataColumn Y1981602Column { get { - return this.columnR6765200; + return this.columnY1981602; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6765600Column { + public global::System.Data.DataColumn Y1992900Column { get { - return this.columnR6765600; + return this.columnY1992900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6765700Column { + public global::System.Data.DataColumn Y1993000Column { get { - return this.columnR6765700; + return this.columnY1993000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6765800Column { + public global::System.Data.DataColumn Y1993100Column { get { - return this.columnR6765800; + return this.columnY1993100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6839600Column { + public global::System.Data.DataColumn Y1993200Column { get { - return this.columnR6839600; + return this.columnY1993200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7408300Column { + public global::System.Data.DataColumn Y1993300Column { get { - return this.columnR7408300; + return this.columnY1993300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7408400Column { + public global::System.Data.DataColumn Y1993400Column { get { - return this.columnR7408400; + return this.columnY1993400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7408500Column { + public global::System.Data.DataColumn Y1993500Column { get { - return this.columnR7408500; + return this.columnY1993500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7409200Column { + public global::System.Data.DataColumn Y1993600Column { get { - return this.columnR7409200; + return this.columnY1993600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7409300Column { + public global::System.Data.DataColumn Y1993700Column { get { - return this.columnR7409300; + return this.columnY1993700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7409400Column { + public global::System.Data.DataColumn Y1993800Column { get { - return this.columnR7409400; + return this.columnY1993800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7409500Column { + public global::System.Data.DataColumn Y1993900Column { get { - return this.columnR7409500; + return this.columnY1993900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7409900Column { + public global::System.Data.DataColumn Y1994000Column { get { - return this.columnR7409900; + return this.columnY1994000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7410000Column { + public global::System.Data.DataColumn Y1994100Column { get { - return this.columnR7410000; + return this.columnY1994100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7410100Column { + public global::System.Data.DataColumn Y1994200Column { get { - return this.columnR7410100; + return this.columnY1994200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7548600Column { + public global::System.Data.DataColumn Y1994300Column { get { - return this.columnR7548600; + return this.columnY1994300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8106400Column { + public global::System.Data.DataColumn Y1994400Column { get { - return this.columnR8106400; + return this.columnY1994400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8106500Column { + public global::System.Data.DataColumn Y1994500Column { get { - return this.columnR8106500; + return this.columnY1994500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8106600Column { + public global::System.Data.DataColumn Y1994600Column { get { - return this.columnR8106600; + return this.columnY1994600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8106700Column { + public global::System.Data.DataColumn Y1994700Column { get { - return this.columnR8106700; + return this.columnY1994700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8106800Column { + public global::System.Data.DataColumn Y1994800Column { get { - return this.columnR8106800; + return this.columnY1994800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8106900Column { + public global::System.Data.DataColumn Y1994900Column { get { - return this.columnR8106900; + return this.columnY1994900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8107000Column { + public global::System.Data.DataColumn Y2148600Column { get { - return this.columnR8107000; + return this.columnY2148600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8107100Column { + public global::System.Data.DataColumn Y2267100Column { get { - return this.columnR8107100; + return this.columnY2267100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8107200Column { + public global::System.Data.DataColumn Y2300400Column { get { - return this.columnR8107200; + return this.columnY2300400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8255400Column { + public global::System.Data.DataColumn Y2300401Column { get { - return this.columnR8255400; + return this.columnY2300401; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9900400Column { + public global::System.Data.DataColumn Y2300402Column { get { - return this.columnR9900400; + return this.columnY2300402; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9900600Column { + public global::System.Data.DataColumn Y2311700Column { get { - return this.columnR9900600; + return this.columnY2311700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9900601Column { + public global::System.Data.DataColumn Y2311800Column { get { - return this.columnR9900601; + return this.columnY2311800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9901200Column { + public global::System.Data.DataColumn Y2311900Column { get { - return this.columnR9901200; + return this.columnY2311900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9901400Column { + public global::System.Data.DataColumn Y2312000Column { get { - return this.columnR9901400; + return this.columnY2312000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9901401Column { + public global::System.Data.DataColumn Y2312100Column { get { - return this.columnR9901401; + return this.columnY2312100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9902000Column { + public global::System.Data.DataColumn Y2312200Column { get { - return this.columnR9902000; + return this.columnY2312200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9902200Column { + public global::System.Data.DataColumn Y2312300Column { get { - return this.columnR9902200; + return this.columnY2312300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9902201Column { + public global::System.Data.DataColumn Y2312400Column { get { - return this.columnR9902201; + return this.columnY2312400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9902800Column { + public global::System.Data.DataColumn Y2312500Column { get { - return this.columnR9902800; + return this.columnY2312500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9903000Column { + public global::System.Data.DataColumn Y2312600Column { get { - return this.columnR9903000; + return this.columnY2312600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9903001Column { + public global::System.Data.DataColumn Y2312700Column { get { - return this.columnR9903001; + return this.columnY2312700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9903600Column { + public global::System.Data.DataColumn Y2312800Column { get { - return this.columnR9903600; + return this.columnY2312800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9903800Column { + public global::System.Data.DataColumn Y2312900Column { get { - return this.columnR9903800; + return this.columnY2312900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9903801Column { + public global::System.Data.DataColumn Y2313000Column { get { - return this.columnR9903801; + return this.columnY2313000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9904400Column { + public global::System.Data.DataColumn Y2313100Column { get { - return this.columnR9904400; + return this.columnY2313100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9904600Column { + public global::System.Data.DataColumn Y2313200Column { get { - return this.columnR9904600; + return this.columnY2313200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9904601Column { + public global::System.Data.DataColumn Y2313300Column { get { - return this.columnR9904601; + return this.columnY2313300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9905200Column { + public global::System.Data.DataColumn Y2313400Column { get { - return this.columnR9905200; + return this.columnY2313400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9905400Column { + public global::System.Data.DataColumn Y2313500Column { get { - return this.columnR9905400; + return this.columnY2313500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9905401Column { + public global::System.Data.DataColumn Y2313600Column { get { - return this.columnR9905401; + return this.columnY2313600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9906000Column { + public global::System.Data.DataColumn Y2313700Column { get { - return this.columnR9906000; + return this.columnY2313700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9906600Column { + public global::System.Data.DataColumn Y2567000Column { get { - return this.columnR9906600; + return this.columnY2567000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9907200Column { + public global::System.Data.DataColumn Y2567100Column { get { - return this.columnR9907200; + return this.columnY2567100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9907800Column { + public global::System.Data.DataColumn Y2567200Column { get { - return this.columnR9907800; + return this.columnY2567200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9908000Column { + public global::System.Data.DataColumn Y2616000Column { get { - return this.columnR9908000; + return this.columnY2616000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9911200Column { + public global::System.Data.DataColumn Y2633100Column { get { - return this.columnR9911200; + return this.columnY2633100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9911201Column { + public global::System.Data.DataColumn Y2633101Column { get { - return this.columnR9911201; + return this.columnY2633101; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0337300Column { + public global::System.Data.DataColumn Y2633102Column { get { - return this.columnT0337300; + return this.columnY2633102; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0337400Column { + public global::System.Data.DataColumn Y2644500Column { get { - return this.columnT0337400; + return this.columnY2644500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0337500Column { + public global::System.Data.DataColumn Y2644600Column { get { - return this.columnT0337500; + return this.columnY2644600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0337600Column { + public global::System.Data.DataColumn Y2644700Column { get { - return this.columnT0337600; + return this.columnY2644700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0337700Column { + public global::System.Data.DataColumn Y2644800Column { get { - return this.columnT0337700; + return this.columnY2644800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0337800Column { + public global::System.Data.DataColumn Y2644900Column { get { - return this.columnT0337800; + return this.columnY2644900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0337900Column { + public global::System.Data.DataColumn Y2645000Column { get { - return this.columnT0337900; + return this.columnY2645000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0338000Column { + public global::System.Data.DataColumn Y2645100Column { get { - return this.columnT0338000; + return this.columnY2645100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0338100Column { + public global::System.Data.DataColumn Y2645200Column { get { - return this.columnT0338100; + return this.columnY2645200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0338200Column { + public global::System.Data.DataColumn Y2645300Column { get { - return this.columnT0338200; + return this.columnY2645300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0338300Column { + public global::System.Data.DataColumn Y2645400Column { get { - return this.columnT0338300; + return this.columnY2645400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0338400Column { + public global::System.Data.DataColumn Y2645500Column { get { - return this.columnT0338400; + return this.columnY2645500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0338500Column { + public global::System.Data.DataColumn Y2645600Column { get { - return this.columnT0338500; + return this.columnY2645600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0338600Column { + public global::System.Data.DataColumn Y2645700Column { get { - return this.columnT0338600; + return this.columnY2645700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1486900Column { + public global::System.Data.DataColumn Y2645800Column { get { - return this.columnT1486900; + return this.columnY2645800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1487000Column { + public global::System.Data.DataColumn Y2645900Column { get { - return this.columnT1487000; + return this.columnY2645900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1487100Column { + public global::System.Data.DataColumn Y2646000Column { get { - return this.columnT1487100; + return this.columnY2646000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1487200Column { + public global::System.Data.DataColumn Y2646100Column { get { - return this.columnT1487200; + return this.columnY2646100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1487300Column { + public global::System.Data.DataColumn Y2646200Column { get { - return this.columnT1487300; + return this.columnY2646200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1487400Column { + public global::System.Data.DataColumn Y2646300Column { get { - return this.columnT1487400; + return this.columnY2646300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1487500Column { + public global::System.Data.DataColumn Y2646400Column { get { - return this.columnT1487500; + return this.columnY2646400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1487600Column { + public global::System.Data.DataColumn Y2966400Column { get { - return this.columnT1487600; + return this.columnY2966400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1487700Column { + public global::System.Data.DataColumn Y2990500Column { get { - return this.columnT1487700; + return this.columnY2990500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1487800Column { + public global::System.Data.DataColumn Y2990501Column { get { - return this.columnT1487800; + return this.columnY2990501; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2217700Column { + public global::System.Data.DataColumn Y2990502Column { get { - return this.columnT2217700; + return this.columnY2990502; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2533500Column { + public global::System.Data.DataColumn Y3002700Column { get { - return this.columnT2533500; + return this.columnY3002700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2533600Column { + public global::System.Data.DataColumn Y3002800Column { get { - return this.columnT2533600; + return this.columnY3002800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2533700Column { + public global::System.Data.DataColumn Y3002900Column { get { - return this.columnT2533700; + return this.columnY3002900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2533800Column { + public global::System.Data.DataColumn Y3003000Column { get { - return this.columnT2533800; + return this.columnY3003000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2533900Column { + public global::System.Data.DataColumn Y3003100Column { get { - return this.columnT2533900; + return this.columnY3003100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2534000Column { + public global::System.Data.DataColumn Y3003200Column { get { - return this.columnT2534000; + return this.columnY3003200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2534100Column { + public global::System.Data.DataColumn Y3003300Column { get { - return this.columnT2534100; + return this.columnY3003300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2534200Column { + public global::System.Data.DataColumn Y3003400Column { get { - return this.columnT2534200; + return this.columnY3003400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2534300Column { + public global::System.Data.DataColumn Y3003500Column { get { - return this.columnT2534300; + return this.columnY3003500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2534400Column { + public global::System.Data.DataColumn Y3003600Column { get { - return this.columnT2534400; + return this.columnY3003600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2534500Column { + public global::System.Data.DataColumn Y3331900Column { get { - return this.columnT2534500; + return this.columnY3331900; } } @@ -12097,297 +11063,458 @@ public int Count { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2LinksFromGen1Row this[int index] { + public tblGen2LinksRow this[int index] { get { - return ((tblGen2LinksFromGen1Row)(this.Rows[index])); + return ((tblGen2LinksRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2LinksFromGen1RowChangeEventHandler tblGen2LinksFromGen1RowChanging; + public event tblGen2LinksRowChangeEventHandler tblGen2LinksRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2LinksFromGen1RowChangeEventHandler tblGen2LinksFromGen1RowChanged; + public event tblGen2LinksRowChangeEventHandler tblGen2LinksRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2LinksFromGen1RowChangeEventHandler tblGen2LinksFromGen1RowDeleting; + public event tblGen2LinksRowChangeEventHandler tblGen2LinksRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2LinksFromGen1RowChangeEventHandler tblGen2LinksFromGen1RowDeleted; + public event tblGen2LinksRowChangeEventHandler tblGen2LinksRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void AddtblGen2LinksFromGen1Row(tblGen2LinksFromGen1Row row) { + public void AddtblGen2LinksRow(tblGen2LinksRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2LinksFromGen1Row AddtblGen2LinksFromGen1Row( - int R0000100, - int R0173600, - int R0214700, - int R0214800, - int R4825700, - int R4826000, - int R4826100, - int R4826300, - int R4826500, - int R4826800, - int R5495900, - int R5496200, - int R5496300, - int R5496500, - int R5496700, - int R5497000, - int R5497200, - int R6210700, - int R6210800, - int R6210900, - int R6211500, - int R6211600, - int R6211700, - int R6211800, - int R6211900, - int R6212200, - int R6212300, - int R6764000, - int R6764100, - int R6764200, - int R6764900, - int R6765000, - int R6765100, - int R6765200, - int R6765600, - int R6765700, - int R6765800, - int R6839600, - int R7408300, - int R7408400, - int R7408500, - int R7409200, - int R7409300, - int R7409400, - int R7409500, - int R7409900, - int R7410000, - int R7410100, - int R7548600, - int R8106400, - int R8106500, - int R8106600, - int R8106700, - int R8106800, - int R8106900, - int R8107000, - int R8107100, - int R8107200, - int R8255400, - int R9900400, - int R9900600, - int R9900601, - int R9901200, - int R9901400, - int R9901401, - int R9902000, - int R9902200, - int R9902201, - int R9902800, - int R9903000, - int R9903001, - int R9903600, - int R9903800, - int R9903801, - int R9904400, - int R9904600, - int R9904601, - int R9905200, - int R9905400, - int R9905401, - int R9906000, - int R9906600, - int R9907200, - int R9907800, - int R9908000, - int R9911200, - int R9911201, - int T0337300, - int T0337400, - int T0337500, - int T0337600, - int T0337700, - int T0337800, - int T0337900, - int T0338000, - int T0338100, - int T0338200, - int T0338300, - int T0338400, - int T0338500, - int T0338600, - int T1486900, - int T1487000, - int T1487100, - int T1487200, - int T1487300, - int T1487400, - int T1487500, - int T1487600, - int T1487700, - int T1487800, - int T2217700, - int T2533500, - int T2533600, - int T2533700, - int T2533800, - int T2533900, - int T2534000, - int T2534100, - int T2534200, - int T2534300, - int T2534400, - int T2534500) { - tblGen2LinksFromGen1Row rowtblGen2LinksFromGen1Row = ((tblGen2LinksFromGen1Row)(this.NewRow())); + public tblGen2LinksRow AddtblGen2LinksRow( + int C0000100, + int C0000200, + int C0005300, + int C0005400, + int C0005500, + int C0005700, + int C0005800, + int C0006500, + int C0006800, + int C0007010, + int C0007030, + int C0007041, + int C0007043, + int C0007045, + int C0007047, + int C0007049, + int C0007052, + int C0007055, + int C0402400, + int C0402500, + int C0402600, + int C0404100, + int C0404200, + int C0737000, + int C0737100, + int C0737200, + int C0948700, + int C0948800, + int C0948900, + int C1146600, + int C1146700, + int C1146800, + int C1230100, + int C1230200, + int C1230300, + int C1548100, + int C1548101, + int C1548102, + int C1989400, + int C1989401, + int C1989402, + int C2305100, + int C2305101, + int C2305102, + int C2544700, + int C2544701, + int C2544702, + int C2814500, + int C2814501, + int C2814502, + int C3123500, + int C3123501, + int C3123502, + int C3601100, + int C3627700, + int C3627701, + int C3627702, + int C3981100, + int C4006300, + int C4006301, + int C4006302, + int C5524800, + int C5550100, + int C5550101, + int C5550102, + int C5801100, + int Y0000200, + int Y0000201, + int Y0000202, + int Y0002100, + int Y0390100, + int Y0390101, + int Y0390102, + int Y0677600, + int Y0933700, + int Y0933701, + int Y0933702, + int Y0974800, + int Y1180500, + int Y1180501, + int Y1180502, + int Y1192400, + int Y1421100, + int Y1421101, + int Y1421102, + int Y1434300, + int Y1450200, + int Y1450201, + int Y1450202, + int Y1672700, + int Y1695600, + int Y1695601, + int Y1695602, + int Y1707300, + int Y1707400, + int Y1707500, + int Y1707600, + int Y1707700, + int Y1707800, + int Y1707900, + int Y1708000, + int Y1708100, + int Y1708200, + int Y1708300, + int Y1708400, + int Y1708500, + int Y1708600, + int Y1708700, + int Y1708800, + int Y1708900, + int Y1709000, + int Y1709100, + int Y1709200, + int Y1709300, + int Y1948500, + int Y1981600, + int Y1981601, + int Y1981602, + int Y1992900, + int Y1993000, + int Y1993100, + int Y1993200, + int Y1993300, + int Y1993400, + int Y1993500, + int Y1993600, + int Y1993700, + int Y1993800, + int Y1993900, + int Y1994000, + int Y1994100, + int Y1994200, + int Y1994300, + int Y1994400, + int Y1994500, + int Y1994600, + int Y1994700, + int Y1994800, + int Y1994900, + int Y2148600, + int Y2267100, + int Y2300400, + int Y2300401, + int Y2300402, + int Y2311700, + int Y2311800, + int Y2311900, + int Y2312000, + int Y2312100, + int Y2312200, + int Y2312300, + int Y2312400, + int Y2312500, + int Y2312600, + int Y2312700, + int Y2312800, + int Y2312900, + int Y2313000, + int Y2313100, + int Y2313200, + int Y2313300, + int Y2313400, + int Y2313500, + int Y2313600, + int Y2313700, + int Y2567000, + int Y2567100, + int Y2567200, + int Y2616000, + int Y2633100, + int Y2633101, + int Y2633102, + int Y2644500, + int Y2644600, + int Y2644700, + int Y2644800, + int Y2644900, + int Y2645000, + int Y2645100, + int Y2645200, + int Y2645300, + int Y2645400, + int Y2645500, + int Y2645600, + int Y2645700, + int Y2645800, + int Y2645900, + int Y2646000, + int Y2646100, + int Y2646200, + int Y2646300, + int Y2646400, + int Y2966400, + int Y2990500, + int Y2990501, + int Y2990502, + int Y3002700, + int Y3002800, + int Y3002900, + int Y3003000, + int Y3003100, + int Y3003200, + int Y3003300, + int Y3003400, + int Y3003500, + int Y3003600, + int Y3331900) { + tblGen2LinksRow rowtblGen2LinksRow = ((tblGen2LinksRow)(this.NewRow())); object[] columnValuesArray = new object[] { - R0000100, - R0173600, - R0214700, - R0214800, - R4825700, - R4826000, - R4826100, - R4826300, - R4826500, - R4826800, - R5495900, - R5496200, - R5496300, - R5496500, - R5496700, - R5497000, - R5497200, - R6210700, - R6210800, - R6210900, - R6211500, - R6211600, - R6211700, - R6211800, - R6211900, - R6212200, - R6212300, - R6764000, - R6764100, - R6764200, - R6764900, - R6765000, - R6765100, - R6765200, - R6765600, - R6765700, - R6765800, - R6839600, - R7408300, - R7408400, - R7408500, - R7409200, - R7409300, - R7409400, - R7409500, - R7409900, - R7410000, - R7410100, - R7548600, - R8106400, - R8106500, - R8106600, - R8106700, - R8106800, - R8106900, - R8107000, - R8107100, - R8107200, - R8255400, - R9900400, - R9900600, - R9900601, - R9901200, - R9901400, - R9901401, - R9902000, - R9902200, - R9902201, - R9902800, - R9903000, - R9903001, - R9903600, - R9903800, - R9903801, - R9904400, - R9904600, - R9904601, - R9905200, - R9905400, - R9905401, - R9906000, - R9906600, - R9907200, - R9907800, - R9908000, - R9911200, - R9911201, - T0337300, - T0337400, - T0337500, - T0337600, - T0337700, - T0337800, - T0337900, - T0338000, - T0338100, - T0338200, - T0338300, - T0338400, - T0338500, - T0338600, - T1486900, - T1487000, - T1487100, - T1487200, - T1487300, - T1487400, - T1487500, - T1487600, - T1487700, - T1487800, - T2217700, - T2533500, - T2533600, - T2533700, - T2533800, - T2533900, - T2534000, - T2534100, - T2534200, - T2534300, - T2534400, - T2534500}; - rowtblGen2LinksFromGen1Row.ItemArray = columnValuesArray; - this.Rows.Add(rowtblGen2LinksFromGen1Row); - return rowtblGen2LinksFromGen1Row; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2LinksFromGen1Row FindByR0000100(int R0000100) { - return ((tblGen2LinksFromGen1Row)(this.Rows.Find(new object[] { - R0000100}))); + C0000100, + C0000200, + C0005300, + C0005400, + C0005500, + C0005700, + C0005800, + C0006500, + C0006800, + C0007010, + C0007030, + C0007041, + C0007043, + C0007045, + C0007047, + C0007049, + C0007052, + C0007055, + C0402400, + C0402500, + C0402600, + C0404100, + C0404200, + C0737000, + C0737100, + C0737200, + C0948700, + C0948800, + C0948900, + C1146600, + C1146700, + C1146800, + C1230100, + C1230200, + C1230300, + C1548100, + C1548101, + C1548102, + C1989400, + C1989401, + C1989402, + C2305100, + C2305101, + C2305102, + C2544700, + C2544701, + C2544702, + C2814500, + C2814501, + C2814502, + C3123500, + C3123501, + C3123502, + C3601100, + C3627700, + C3627701, + C3627702, + C3981100, + C4006300, + C4006301, + C4006302, + C5524800, + C5550100, + C5550101, + C5550102, + C5801100, + Y0000200, + Y0000201, + Y0000202, + Y0002100, + Y0390100, + Y0390101, + Y0390102, + Y0677600, + Y0933700, + Y0933701, + Y0933702, + Y0974800, + Y1180500, + Y1180501, + Y1180502, + Y1192400, + Y1421100, + Y1421101, + Y1421102, + Y1434300, + Y1450200, + Y1450201, + Y1450202, + Y1672700, + Y1695600, + Y1695601, + Y1695602, + Y1707300, + Y1707400, + Y1707500, + Y1707600, + Y1707700, + Y1707800, + Y1707900, + Y1708000, + Y1708100, + Y1708200, + Y1708300, + Y1708400, + Y1708500, + Y1708600, + Y1708700, + Y1708800, + Y1708900, + Y1709000, + Y1709100, + Y1709200, + Y1709300, + Y1948500, + Y1981600, + Y1981601, + Y1981602, + Y1992900, + Y1993000, + Y1993100, + Y1993200, + Y1993300, + Y1993400, + Y1993500, + Y1993600, + Y1993700, + Y1993800, + Y1993900, + Y1994000, + Y1994100, + Y1994200, + Y1994300, + Y1994400, + Y1994500, + Y1994600, + Y1994700, + Y1994800, + Y1994900, + Y2148600, + Y2267100, + Y2300400, + Y2300401, + Y2300402, + Y2311700, + Y2311800, + Y2311900, + Y2312000, + Y2312100, + Y2312200, + Y2312300, + Y2312400, + Y2312500, + Y2312600, + Y2312700, + Y2312800, + Y2312900, + Y2313000, + Y2313100, + Y2313200, + Y2313300, + Y2313400, + Y2313500, + Y2313600, + Y2313700, + Y2567000, + Y2567100, + Y2567200, + Y2616000, + Y2633100, + Y2633101, + Y2633102, + Y2644500, + Y2644600, + Y2644700, + Y2644800, + Y2644900, + Y2645000, + Y2645100, + Y2645200, + Y2645300, + Y2645400, + Y2645500, + Y2645600, + Y2645700, + Y2645800, + Y2645900, + Y2646000, + Y2646100, + Y2646200, + Y2646300, + Y2646400, + Y2966400, + Y2990500, + Y2990501, + Y2990502, + Y3002700, + Y3002800, + Y3002900, + Y3003000, + Y3003100, + Y3003200, + Y3003300, + Y3003400, + Y3003500, + Y3003600, + Y3331900}; + rowtblGen2LinksRow.ItemArray = columnValuesArray; + this.Rows.Add(rowtblGen2LinksRow); + return rowtblGen2LinksRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { - tblGen2LinksFromGen1DataTable cln = ((tblGen2LinksFromGen1DataTable)(base.Clone())); + tblGen2LinksDataTable cln = ((tblGen2LinksDataTable)(base.Clone())); cln.InitVars(); return cln; } @@ -12395,416 +11522,665 @@ public tblGen2LinksFromGen1Row FindByR0000100(int R0000100) { [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 tblGen2LinksFromGen1DataTable(); + return new tblGen2LinksDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { - this.columnR0000100 = base.Columns["R0000100"]; - this.columnR0173600 = base.Columns["R0173600"]; - this.columnR0214700 = base.Columns["R0214700"]; - this.columnR0214800 = base.Columns["R0214800"]; - this.columnR4825700 = base.Columns["R4825700"]; - this.columnR4826000 = base.Columns["R4826000"]; - this.columnR4826100 = base.Columns["R4826100"]; - this.columnR4826300 = base.Columns["R4826300"]; - this.columnR4826500 = base.Columns["R4826500"]; - this.columnR4826800 = base.Columns["R4826800"]; - this.columnR5495900 = base.Columns["R5495900"]; - this.columnR5496200 = base.Columns["R5496200"]; - this.columnR5496300 = base.Columns["R5496300"]; - this.columnR5496500 = base.Columns["R5496500"]; - this.columnR5496700 = base.Columns["R5496700"]; - this.columnR5497000 = base.Columns["R5497000"]; - this.columnR5497200 = base.Columns["R5497200"]; - this.columnR6210700 = base.Columns["R6210700"]; - this.columnR6210800 = base.Columns["R6210800"]; - this.columnR6210900 = base.Columns["R6210900"]; - this.columnR6211500 = base.Columns["R6211500"]; - this.columnR6211600 = base.Columns["R6211600"]; - this.columnR6211700 = base.Columns["R6211700"]; - this.columnR6211800 = base.Columns["R6211800"]; - this.columnR6211900 = base.Columns["R6211900"]; - this.columnR6212200 = base.Columns["R6212200"]; - this.columnR6212300 = base.Columns["R6212300"]; - this.columnR6764000 = base.Columns["R6764000"]; - this.columnR6764100 = base.Columns["R6764100"]; - this.columnR6764200 = base.Columns["R6764200"]; - this.columnR6764900 = base.Columns["R6764900"]; - this.columnR6765000 = base.Columns["R6765000"]; - this.columnR6765100 = base.Columns["R6765100"]; - this.columnR6765200 = base.Columns["R6765200"]; - this.columnR6765600 = base.Columns["R6765600"]; - this.columnR6765700 = base.Columns["R6765700"]; - this.columnR6765800 = base.Columns["R6765800"]; - this.columnR6839600 = base.Columns["R6839600"]; - this.columnR7408300 = base.Columns["R7408300"]; - this.columnR7408400 = base.Columns["R7408400"]; - this.columnR7408500 = base.Columns["R7408500"]; - this.columnR7409200 = base.Columns["R7409200"]; - this.columnR7409300 = base.Columns["R7409300"]; - this.columnR7409400 = base.Columns["R7409400"]; - this.columnR7409500 = base.Columns["R7409500"]; - this.columnR7409900 = base.Columns["R7409900"]; - this.columnR7410000 = base.Columns["R7410000"]; - this.columnR7410100 = base.Columns["R7410100"]; - this.columnR7548600 = base.Columns["R7548600"]; - this.columnR8106400 = base.Columns["R8106400"]; - this.columnR8106500 = base.Columns["R8106500"]; - this.columnR8106600 = base.Columns["R8106600"]; - this.columnR8106700 = base.Columns["R8106700"]; - this.columnR8106800 = base.Columns["R8106800"]; - this.columnR8106900 = base.Columns["R8106900"]; - this.columnR8107000 = base.Columns["R8107000"]; - this.columnR8107100 = base.Columns["R8107100"]; - this.columnR8107200 = base.Columns["R8107200"]; - this.columnR8255400 = base.Columns["R8255400"]; - this.columnR9900400 = base.Columns["R9900400"]; - this.columnR9900600 = base.Columns["R9900600"]; - this.columnR9900601 = base.Columns["R9900601"]; - this.columnR9901200 = base.Columns["R9901200"]; - this.columnR9901400 = base.Columns["R9901400"]; - this.columnR9901401 = base.Columns["R9901401"]; - this.columnR9902000 = base.Columns["R9902000"]; - this.columnR9902200 = base.Columns["R9902200"]; - this.columnR9902201 = base.Columns["R9902201"]; - this.columnR9902800 = base.Columns["R9902800"]; - this.columnR9903000 = base.Columns["R9903000"]; - this.columnR9903001 = base.Columns["R9903001"]; - this.columnR9903600 = base.Columns["R9903600"]; - this.columnR9903800 = base.Columns["R9903800"]; - this.columnR9903801 = base.Columns["R9903801"]; - this.columnR9904400 = base.Columns["R9904400"]; - this.columnR9904600 = base.Columns["R9904600"]; - this.columnR9904601 = base.Columns["R9904601"]; - this.columnR9905200 = base.Columns["R9905200"]; - this.columnR9905400 = base.Columns["R9905400"]; - this.columnR9905401 = base.Columns["R9905401"]; - this.columnR9906000 = base.Columns["R9906000"]; - this.columnR9906600 = base.Columns["R9906600"]; - this.columnR9907200 = base.Columns["R9907200"]; - this.columnR9907800 = base.Columns["R9907800"]; - this.columnR9908000 = base.Columns["R9908000"]; - this.columnR9911200 = base.Columns["R9911200"]; - this.columnR9911201 = base.Columns["R9911201"]; - this.columnT0337300 = base.Columns["T0337300"]; - this.columnT0337400 = base.Columns["T0337400"]; - this.columnT0337500 = base.Columns["T0337500"]; - this.columnT0337600 = base.Columns["T0337600"]; - this.columnT0337700 = base.Columns["T0337700"]; - this.columnT0337800 = base.Columns["T0337800"]; - this.columnT0337900 = base.Columns["T0337900"]; - this.columnT0338000 = base.Columns["T0338000"]; - this.columnT0338100 = base.Columns["T0338100"]; - this.columnT0338200 = base.Columns["T0338200"]; - this.columnT0338300 = base.Columns["T0338300"]; - this.columnT0338400 = base.Columns["T0338400"]; - this.columnT0338500 = base.Columns["T0338500"]; - this.columnT0338600 = base.Columns["T0338600"]; - this.columnT1486900 = base.Columns["T1486900"]; - this.columnT1487000 = base.Columns["T1487000"]; - this.columnT1487100 = base.Columns["T1487100"]; - this.columnT1487200 = base.Columns["T1487200"]; - this.columnT1487300 = base.Columns["T1487300"]; - this.columnT1487400 = base.Columns["T1487400"]; - this.columnT1487500 = base.Columns["T1487500"]; - this.columnT1487600 = base.Columns["T1487600"]; - this.columnT1487700 = base.Columns["T1487700"]; - this.columnT1487800 = base.Columns["T1487800"]; - this.columnT2217700 = base.Columns["T2217700"]; - this.columnT2533500 = base.Columns["T2533500"]; - this.columnT2533600 = base.Columns["T2533600"]; - this.columnT2533700 = base.Columns["T2533700"]; - this.columnT2533800 = base.Columns["T2533800"]; - this.columnT2533900 = base.Columns["T2533900"]; - this.columnT2534000 = base.Columns["T2534000"]; - this.columnT2534100 = base.Columns["T2534100"]; - this.columnT2534200 = base.Columns["T2534200"]; - this.columnT2534300 = base.Columns["T2534300"]; - this.columnT2534400 = base.Columns["T2534400"]; - this.columnT2534500 = base.Columns["T2534500"]; + this.columnC0000100 = base.Columns["C0000100"]; + this.columnC0000200 = base.Columns["C0000200"]; + this.columnC0005300 = base.Columns["C0005300"]; + this.columnC0005400 = base.Columns["C0005400"]; + this.columnC0005500 = base.Columns["C0005500"]; + this.columnC0005700 = base.Columns["C0005700"]; + this.columnC0005800 = base.Columns["C0005800"]; + this.columnC0006500 = base.Columns["C0006500"]; + this.columnC0006800 = base.Columns["C0006800"]; + this.columnC0007010 = base.Columns["C0007010"]; + this.columnC0007030 = base.Columns["C0007030"]; + this.columnC0007041 = base.Columns["C0007041"]; + this.columnC0007043 = base.Columns["C0007043"]; + this.columnC0007045 = base.Columns["C0007045"]; + this.columnC0007047 = base.Columns["C0007047"]; + this.columnC0007049 = base.Columns["C0007049"]; + this.columnC0007052 = base.Columns["C0007052"]; + this.columnC0007055 = base.Columns["C0007055"]; + this.columnC0402400 = base.Columns["C0402400"]; + this.columnC0402500 = base.Columns["C0402500"]; + this.columnC0402600 = base.Columns["C0402600"]; + this.columnC0404100 = base.Columns["C0404100"]; + this.columnC0404200 = base.Columns["C0404200"]; + this.columnC0737000 = base.Columns["C0737000"]; + this.columnC0737100 = base.Columns["C0737100"]; + this.columnC0737200 = base.Columns["C0737200"]; + this.columnC0948700 = base.Columns["C0948700"]; + this.columnC0948800 = base.Columns["C0948800"]; + this.columnC0948900 = base.Columns["C0948900"]; + this.columnC1146600 = base.Columns["C1146600"]; + this.columnC1146700 = base.Columns["C1146700"]; + this.columnC1146800 = base.Columns["C1146800"]; + this.columnC1230100 = base.Columns["C1230100"]; + this.columnC1230200 = base.Columns["C1230200"]; + this.columnC1230300 = base.Columns["C1230300"]; + this.columnC1548100 = base.Columns["C1548100"]; + this.columnC1548101 = base.Columns["C1548101"]; + this.columnC1548102 = base.Columns["C1548102"]; + this.columnC1989400 = base.Columns["C1989400"]; + this.columnC1989401 = base.Columns["C1989401"]; + this.columnC1989402 = base.Columns["C1989402"]; + this.columnC2305100 = base.Columns["C2305100"]; + this.columnC2305101 = base.Columns["C2305101"]; + this.columnC2305102 = base.Columns["C2305102"]; + this.columnC2544700 = base.Columns["C2544700"]; + this.columnC2544701 = base.Columns["C2544701"]; + this.columnC2544702 = base.Columns["C2544702"]; + this.columnC2814500 = base.Columns["C2814500"]; + this.columnC2814501 = base.Columns["C2814501"]; + this.columnC2814502 = base.Columns["C2814502"]; + this.columnC3123500 = base.Columns["C3123500"]; + this.columnC3123501 = base.Columns["C3123501"]; + this.columnC3123502 = base.Columns["C3123502"]; + this.columnC3601100 = base.Columns["C3601100"]; + this.columnC3627700 = base.Columns["C3627700"]; + this.columnC3627701 = base.Columns["C3627701"]; + this.columnC3627702 = base.Columns["C3627702"]; + this.columnC3981100 = base.Columns["C3981100"]; + this.columnC4006300 = base.Columns["C4006300"]; + this.columnC4006301 = base.Columns["C4006301"]; + this.columnC4006302 = base.Columns["C4006302"]; + this.columnC5524800 = base.Columns["C5524800"]; + this.columnC5550100 = base.Columns["C5550100"]; + this.columnC5550101 = base.Columns["C5550101"]; + this.columnC5550102 = base.Columns["C5550102"]; + this.columnC5801100 = base.Columns["C5801100"]; + this.columnY0000200 = base.Columns["Y0000200"]; + this.columnY0000201 = base.Columns["Y0000201"]; + this.columnY0000202 = base.Columns["Y0000202"]; + this.columnY0002100 = base.Columns["Y0002100"]; + this.columnY0390100 = base.Columns["Y0390100"]; + this.columnY0390101 = base.Columns["Y0390101"]; + this.columnY0390102 = base.Columns["Y0390102"]; + this.columnY0677600 = base.Columns["Y0677600"]; + this.columnY0933700 = base.Columns["Y0933700"]; + this.columnY0933701 = base.Columns["Y0933701"]; + this.columnY0933702 = base.Columns["Y0933702"]; + this.columnY0974800 = base.Columns["Y0974800"]; + this.columnY1180500 = base.Columns["Y1180500"]; + this.columnY1180501 = base.Columns["Y1180501"]; + this.columnY1180502 = base.Columns["Y1180502"]; + this.columnY1192400 = base.Columns["Y1192400"]; + this.columnY1421100 = base.Columns["Y1421100"]; + this.columnY1421101 = base.Columns["Y1421101"]; + this.columnY1421102 = base.Columns["Y1421102"]; + this.columnY1434300 = base.Columns["Y1434300"]; + this.columnY1450200 = base.Columns["Y1450200"]; + this.columnY1450201 = base.Columns["Y1450201"]; + this.columnY1450202 = base.Columns["Y1450202"]; + this.columnY1672700 = base.Columns["Y1672700"]; + this.columnY1695600 = base.Columns["Y1695600"]; + this.columnY1695601 = base.Columns["Y1695601"]; + this.columnY1695602 = base.Columns["Y1695602"]; + this.columnY1707300 = base.Columns["Y1707300"]; + this.columnY1707400 = base.Columns["Y1707400"]; + this.columnY1707500 = base.Columns["Y1707500"]; + this.columnY1707600 = base.Columns["Y1707600"]; + this.columnY1707700 = base.Columns["Y1707700"]; + this.columnY1707800 = base.Columns["Y1707800"]; + this.columnY1707900 = base.Columns["Y1707900"]; + this.columnY1708000 = base.Columns["Y1708000"]; + this.columnY1708100 = base.Columns["Y1708100"]; + this.columnY1708200 = base.Columns["Y1708200"]; + this.columnY1708300 = base.Columns["Y1708300"]; + this.columnY1708400 = base.Columns["Y1708400"]; + this.columnY1708500 = base.Columns["Y1708500"]; + this.columnY1708600 = base.Columns["Y1708600"]; + this.columnY1708700 = base.Columns["Y1708700"]; + this.columnY1708800 = base.Columns["Y1708800"]; + this.columnY1708900 = base.Columns["Y1708900"]; + this.columnY1709000 = base.Columns["Y1709000"]; + this.columnY1709100 = base.Columns["Y1709100"]; + this.columnY1709200 = base.Columns["Y1709200"]; + this.columnY1709300 = base.Columns["Y1709300"]; + this.columnY1948500 = base.Columns["Y1948500"]; + this.columnY1981600 = base.Columns["Y1981600"]; + this.columnY1981601 = base.Columns["Y1981601"]; + this.columnY1981602 = base.Columns["Y1981602"]; + this.columnY1992900 = base.Columns["Y1992900"]; + this.columnY1993000 = base.Columns["Y1993000"]; + this.columnY1993100 = base.Columns["Y1993100"]; + this.columnY1993200 = base.Columns["Y1993200"]; + this.columnY1993300 = base.Columns["Y1993300"]; + this.columnY1993400 = base.Columns["Y1993400"]; + this.columnY1993500 = base.Columns["Y1993500"]; + this.columnY1993600 = base.Columns["Y1993600"]; + this.columnY1993700 = base.Columns["Y1993700"]; + this.columnY1993800 = base.Columns["Y1993800"]; + this.columnY1993900 = base.Columns["Y1993900"]; + this.columnY1994000 = base.Columns["Y1994000"]; + this.columnY1994100 = base.Columns["Y1994100"]; + this.columnY1994200 = base.Columns["Y1994200"]; + this.columnY1994300 = base.Columns["Y1994300"]; + this.columnY1994400 = base.Columns["Y1994400"]; + this.columnY1994500 = base.Columns["Y1994500"]; + this.columnY1994600 = base.Columns["Y1994600"]; + this.columnY1994700 = base.Columns["Y1994700"]; + this.columnY1994800 = base.Columns["Y1994800"]; + this.columnY1994900 = base.Columns["Y1994900"]; + this.columnY2148600 = base.Columns["Y2148600"]; + this.columnY2267100 = base.Columns["Y2267100"]; + this.columnY2300400 = base.Columns["Y2300400"]; + this.columnY2300401 = base.Columns["Y2300401"]; + this.columnY2300402 = base.Columns["Y2300402"]; + this.columnY2311700 = base.Columns["Y2311700"]; + this.columnY2311800 = base.Columns["Y2311800"]; + this.columnY2311900 = base.Columns["Y2311900"]; + this.columnY2312000 = base.Columns["Y2312000"]; + this.columnY2312100 = base.Columns["Y2312100"]; + this.columnY2312200 = base.Columns["Y2312200"]; + this.columnY2312300 = base.Columns["Y2312300"]; + this.columnY2312400 = base.Columns["Y2312400"]; + this.columnY2312500 = base.Columns["Y2312500"]; + this.columnY2312600 = base.Columns["Y2312600"]; + this.columnY2312700 = base.Columns["Y2312700"]; + this.columnY2312800 = base.Columns["Y2312800"]; + this.columnY2312900 = base.Columns["Y2312900"]; + this.columnY2313000 = base.Columns["Y2313000"]; + this.columnY2313100 = base.Columns["Y2313100"]; + this.columnY2313200 = base.Columns["Y2313200"]; + this.columnY2313300 = base.Columns["Y2313300"]; + this.columnY2313400 = base.Columns["Y2313400"]; + this.columnY2313500 = base.Columns["Y2313500"]; + this.columnY2313600 = base.Columns["Y2313600"]; + this.columnY2313700 = base.Columns["Y2313700"]; + this.columnY2567000 = base.Columns["Y2567000"]; + this.columnY2567100 = base.Columns["Y2567100"]; + this.columnY2567200 = base.Columns["Y2567200"]; + this.columnY2616000 = base.Columns["Y2616000"]; + this.columnY2633100 = base.Columns["Y2633100"]; + this.columnY2633101 = base.Columns["Y2633101"]; + this.columnY2633102 = base.Columns["Y2633102"]; + this.columnY2644500 = base.Columns["Y2644500"]; + this.columnY2644600 = base.Columns["Y2644600"]; + this.columnY2644700 = base.Columns["Y2644700"]; + this.columnY2644800 = base.Columns["Y2644800"]; + this.columnY2644900 = base.Columns["Y2644900"]; + this.columnY2645000 = base.Columns["Y2645000"]; + this.columnY2645100 = base.Columns["Y2645100"]; + this.columnY2645200 = base.Columns["Y2645200"]; + this.columnY2645300 = base.Columns["Y2645300"]; + this.columnY2645400 = base.Columns["Y2645400"]; + this.columnY2645500 = base.Columns["Y2645500"]; + this.columnY2645600 = base.Columns["Y2645600"]; + this.columnY2645700 = base.Columns["Y2645700"]; + this.columnY2645800 = base.Columns["Y2645800"]; + this.columnY2645900 = base.Columns["Y2645900"]; + this.columnY2646000 = base.Columns["Y2646000"]; + this.columnY2646100 = base.Columns["Y2646100"]; + this.columnY2646200 = base.Columns["Y2646200"]; + this.columnY2646300 = base.Columns["Y2646300"]; + this.columnY2646400 = base.Columns["Y2646400"]; + this.columnY2966400 = base.Columns["Y2966400"]; + this.columnY2990500 = base.Columns["Y2990500"]; + this.columnY2990501 = base.Columns["Y2990501"]; + this.columnY2990502 = base.Columns["Y2990502"]; + this.columnY3002700 = base.Columns["Y3002700"]; + this.columnY3002800 = base.Columns["Y3002800"]; + this.columnY3002900 = base.Columns["Y3002900"]; + this.columnY3003000 = base.Columns["Y3003000"]; + this.columnY3003100 = base.Columns["Y3003100"]; + this.columnY3003200 = base.Columns["Y3003200"]; + this.columnY3003300 = base.Columns["Y3003300"]; + this.columnY3003400 = base.Columns["Y3003400"]; + this.columnY3003500 = base.Columns["Y3003500"]; + this.columnY3003600 = base.Columns["Y3003600"]; + this.columnY3331900 = base.Columns["Y3331900"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { - this.columnR0000100 = new global::System.Data.DataColumn("R0000100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0000100); - this.columnR0173600 = new global::System.Data.DataColumn("R0173600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0173600); - this.columnR0214700 = new global::System.Data.DataColumn("R0214700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0214700); - this.columnR0214800 = new global::System.Data.DataColumn("R0214800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0214800); - this.columnR4825700 = new global::System.Data.DataColumn("R4825700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4825700); - this.columnR4826000 = new global::System.Data.DataColumn("R4826000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4826000); - this.columnR4826100 = new global::System.Data.DataColumn("R4826100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4826100); - this.columnR4826300 = new global::System.Data.DataColumn("R4826300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4826300); - this.columnR4826500 = new global::System.Data.DataColumn("R4826500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4826500); - this.columnR4826800 = new global::System.Data.DataColumn("R4826800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4826800); - this.columnR5495900 = new global::System.Data.DataColumn("R5495900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5495900); - this.columnR5496200 = new global::System.Data.DataColumn("R5496200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5496200); - this.columnR5496300 = new global::System.Data.DataColumn("R5496300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5496300); - this.columnR5496500 = new global::System.Data.DataColumn("R5496500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5496500); - this.columnR5496700 = new global::System.Data.DataColumn("R5496700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5496700); - this.columnR5497000 = new global::System.Data.DataColumn("R5497000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5497000); - this.columnR5497200 = new global::System.Data.DataColumn("R5497200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5497200); - this.columnR6210700 = new global::System.Data.DataColumn("R6210700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6210700); - this.columnR6210800 = new global::System.Data.DataColumn("R6210800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6210800); - this.columnR6210900 = new global::System.Data.DataColumn("R6210900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6210900); - this.columnR6211500 = new global::System.Data.DataColumn("R6211500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6211500); - this.columnR6211600 = new global::System.Data.DataColumn("R6211600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6211600); - this.columnR6211700 = new global::System.Data.DataColumn("R6211700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6211700); - this.columnR6211800 = new global::System.Data.DataColumn("R6211800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6211800); - this.columnR6211900 = new global::System.Data.DataColumn("R6211900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6211900); - this.columnR6212200 = new global::System.Data.DataColumn("R6212200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6212200); - this.columnR6212300 = new global::System.Data.DataColumn("R6212300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6212300); - this.columnR6764000 = new global::System.Data.DataColumn("R6764000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6764000); - this.columnR6764100 = new global::System.Data.DataColumn("R6764100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6764100); - this.columnR6764200 = new global::System.Data.DataColumn("R6764200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6764200); - this.columnR6764900 = new global::System.Data.DataColumn("R6764900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6764900); - this.columnR6765000 = new global::System.Data.DataColumn("R6765000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6765000); - this.columnR6765100 = new global::System.Data.DataColumn("R6765100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6765100); - this.columnR6765200 = new global::System.Data.DataColumn("R6765200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6765200); - this.columnR6765600 = new global::System.Data.DataColumn("R6765600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6765600); - this.columnR6765700 = new global::System.Data.DataColumn("R6765700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6765700); - this.columnR6765800 = new global::System.Data.DataColumn("R6765800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6765800); - this.columnR6839600 = new global::System.Data.DataColumn("R6839600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6839600); - this.columnR7408300 = new global::System.Data.DataColumn("R7408300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7408300); - this.columnR7408400 = new global::System.Data.DataColumn("R7408400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7408400); - this.columnR7408500 = new global::System.Data.DataColumn("R7408500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7408500); - this.columnR7409200 = new global::System.Data.DataColumn("R7409200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7409200); - this.columnR7409300 = new global::System.Data.DataColumn("R7409300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7409300); - this.columnR7409400 = new global::System.Data.DataColumn("R7409400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7409400); - this.columnR7409500 = new global::System.Data.DataColumn("R7409500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7409500); - this.columnR7409900 = new global::System.Data.DataColumn("R7409900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7409900); - this.columnR7410000 = new global::System.Data.DataColumn("R7410000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7410000); - this.columnR7410100 = new global::System.Data.DataColumn("R7410100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7410100); - this.columnR7548600 = new global::System.Data.DataColumn("R7548600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7548600); - this.columnR8106400 = new global::System.Data.DataColumn("R8106400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8106400); - this.columnR8106500 = new global::System.Data.DataColumn("R8106500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8106500); - this.columnR8106600 = new global::System.Data.DataColumn("R8106600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8106600); - this.columnR8106700 = new global::System.Data.DataColumn("R8106700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8106700); - this.columnR8106800 = new global::System.Data.DataColumn("R8106800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8106800); - this.columnR8106900 = new global::System.Data.DataColumn("R8106900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8106900); - this.columnR8107000 = new global::System.Data.DataColumn("R8107000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8107000); - this.columnR8107100 = new global::System.Data.DataColumn("R8107100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8107100); - this.columnR8107200 = new global::System.Data.DataColumn("R8107200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8107200); - this.columnR8255400 = new global::System.Data.DataColumn("R8255400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8255400); - this.columnR9900400 = new global::System.Data.DataColumn("R9900400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9900400); - this.columnR9900600 = new global::System.Data.DataColumn("R9900600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9900600); - this.columnR9900601 = new global::System.Data.DataColumn("R9900601", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9900601); - this.columnR9901200 = new global::System.Data.DataColumn("R9901200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9901200); - this.columnR9901400 = new global::System.Data.DataColumn("R9901400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9901400); - this.columnR9901401 = new global::System.Data.DataColumn("R9901401", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9901401); - this.columnR9902000 = new global::System.Data.DataColumn("R9902000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9902000); - this.columnR9902200 = new global::System.Data.DataColumn("R9902200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9902200); - this.columnR9902201 = new global::System.Data.DataColumn("R9902201", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9902201); - this.columnR9902800 = new global::System.Data.DataColumn("R9902800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9902800); - this.columnR9903000 = new global::System.Data.DataColumn("R9903000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9903000); - this.columnR9903001 = new global::System.Data.DataColumn("R9903001", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9903001); - this.columnR9903600 = new global::System.Data.DataColumn("R9903600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9903600); - this.columnR9903800 = new global::System.Data.DataColumn("R9903800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9903800); - this.columnR9903801 = new global::System.Data.DataColumn("R9903801", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9903801); - this.columnR9904400 = new global::System.Data.DataColumn("R9904400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9904400); - this.columnR9904600 = new global::System.Data.DataColumn("R9904600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9904600); - this.columnR9904601 = new global::System.Data.DataColumn("R9904601", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9904601); - this.columnR9905200 = new global::System.Data.DataColumn("R9905200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9905200); - this.columnR9905400 = new global::System.Data.DataColumn("R9905400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9905400); - this.columnR9905401 = new global::System.Data.DataColumn("R9905401", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9905401); - this.columnR9906000 = new global::System.Data.DataColumn("R9906000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9906000); - this.columnR9906600 = new global::System.Data.DataColumn("R9906600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9906600); - this.columnR9907200 = new global::System.Data.DataColumn("R9907200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9907200); - this.columnR9907800 = new global::System.Data.DataColumn("R9907800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9907800); - this.columnR9908000 = new global::System.Data.DataColumn("R9908000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9908000); - this.columnR9911200 = new global::System.Data.DataColumn("R9911200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9911200); - this.columnR9911201 = new global::System.Data.DataColumn("R9911201", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9911201); - this.columnT0337300 = new global::System.Data.DataColumn("T0337300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0337300); - this.columnT0337400 = new global::System.Data.DataColumn("T0337400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0337400); - this.columnT0337500 = new global::System.Data.DataColumn("T0337500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0337500); - this.columnT0337600 = new global::System.Data.DataColumn("T0337600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0337600); - this.columnT0337700 = new global::System.Data.DataColumn("T0337700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0337700); - this.columnT0337800 = new global::System.Data.DataColumn("T0337800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0337800); - this.columnT0337900 = new global::System.Data.DataColumn("T0337900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0337900); - this.columnT0338000 = new global::System.Data.DataColumn("T0338000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0338000); - this.columnT0338100 = new global::System.Data.DataColumn("T0338100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0338100); - this.columnT0338200 = new global::System.Data.DataColumn("T0338200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0338200); - this.columnT0338300 = new global::System.Data.DataColumn("T0338300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0338300); - this.columnT0338400 = new global::System.Data.DataColumn("T0338400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0338400); - this.columnT0338500 = new global::System.Data.DataColumn("T0338500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0338500); - this.columnT0338600 = new global::System.Data.DataColumn("T0338600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0338600); - this.columnT1486900 = new global::System.Data.DataColumn("T1486900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1486900); - this.columnT1487000 = new global::System.Data.DataColumn("T1487000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1487000); - this.columnT1487100 = new global::System.Data.DataColumn("T1487100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1487100); - this.columnT1487200 = new global::System.Data.DataColumn("T1487200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1487200); - this.columnT1487300 = new global::System.Data.DataColumn("T1487300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1487300); - this.columnT1487400 = new global::System.Data.DataColumn("T1487400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1487400); - this.columnT1487500 = new global::System.Data.DataColumn("T1487500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1487500); - this.columnT1487600 = new global::System.Data.DataColumn("T1487600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1487600); - this.columnT1487700 = new global::System.Data.DataColumn("T1487700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1487700); - this.columnT1487800 = new global::System.Data.DataColumn("T1487800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1487800); - this.columnT2217700 = new global::System.Data.DataColumn("T2217700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2217700); - this.columnT2533500 = new global::System.Data.DataColumn("T2533500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2533500); - this.columnT2533600 = new global::System.Data.DataColumn("T2533600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2533600); - this.columnT2533700 = new global::System.Data.DataColumn("T2533700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2533700); - this.columnT2533800 = new global::System.Data.DataColumn("T2533800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2533800); - this.columnT2533900 = new global::System.Data.DataColumn("T2533900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2533900); - this.columnT2534000 = new global::System.Data.DataColumn("T2534000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2534000); - this.columnT2534100 = new global::System.Data.DataColumn("T2534100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2534100); - this.columnT2534200 = new global::System.Data.DataColumn("T2534200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2534200); - this.columnT2534300 = new global::System.Data.DataColumn("T2534300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2534300); - this.columnT2534400 = new global::System.Data.DataColumn("T2534400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2534400); - this.columnT2534500 = new global::System.Data.DataColumn("T2534500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2534500); - this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { - this.columnR0000100}, true)); - this.columnR0000100.AllowDBNull = false; - this.columnR0000100.Unique = true; + this.columnC0000100 = new global::System.Data.DataColumn("C0000100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0000100); + this.columnC0000200 = new global::System.Data.DataColumn("C0000200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0000200); + this.columnC0005300 = new global::System.Data.DataColumn("C0005300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0005300); + this.columnC0005400 = new global::System.Data.DataColumn("C0005400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0005400); + this.columnC0005500 = new global::System.Data.DataColumn("C0005500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0005500); + this.columnC0005700 = new global::System.Data.DataColumn("C0005700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0005700); + this.columnC0005800 = new global::System.Data.DataColumn("C0005800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0005800); + this.columnC0006500 = new global::System.Data.DataColumn("C0006500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0006500); + this.columnC0006800 = new global::System.Data.DataColumn("C0006800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0006800); + this.columnC0007010 = new global::System.Data.DataColumn("C0007010", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0007010); + this.columnC0007030 = new global::System.Data.DataColumn("C0007030", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0007030); + this.columnC0007041 = new global::System.Data.DataColumn("C0007041", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0007041); + this.columnC0007043 = new global::System.Data.DataColumn("C0007043", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0007043); + this.columnC0007045 = new global::System.Data.DataColumn("C0007045", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0007045); + this.columnC0007047 = new global::System.Data.DataColumn("C0007047", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0007047); + this.columnC0007049 = new global::System.Data.DataColumn("C0007049", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0007049); + this.columnC0007052 = new global::System.Data.DataColumn("C0007052", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0007052); + this.columnC0007055 = new global::System.Data.DataColumn("C0007055", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0007055); + this.columnC0402400 = new global::System.Data.DataColumn("C0402400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0402400); + this.columnC0402500 = new global::System.Data.DataColumn("C0402500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0402500); + this.columnC0402600 = new global::System.Data.DataColumn("C0402600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0402600); + this.columnC0404100 = new global::System.Data.DataColumn("C0404100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0404100); + this.columnC0404200 = new global::System.Data.DataColumn("C0404200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0404200); + this.columnC0737000 = new global::System.Data.DataColumn("C0737000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0737000); + this.columnC0737100 = new global::System.Data.DataColumn("C0737100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0737100); + this.columnC0737200 = new global::System.Data.DataColumn("C0737200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0737200); + this.columnC0948700 = new global::System.Data.DataColumn("C0948700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0948700); + this.columnC0948800 = new global::System.Data.DataColumn("C0948800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0948800); + this.columnC0948900 = new global::System.Data.DataColumn("C0948900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0948900); + this.columnC1146600 = new global::System.Data.DataColumn("C1146600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1146600); + this.columnC1146700 = new global::System.Data.DataColumn("C1146700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1146700); + this.columnC1146800 = new global::System.Data.DataColumn("C1146800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1146800); + this.columnC1230100 = new global::System.Data.DataColumn("C1230100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1230100); + this.columnC1230200 = new global::System.Data.DataColumn("C1230200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1230200); + this.columnC1230300 = new global::System.Data.DataColumn("C1230300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1230300); + this.columnC1548100 = new global::System.Data.DataColumn("C1548100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1548100); + this.columnC1548101 = new global::System.Data.DataColumn("C1548101", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1548101); + this.columnC1548102 = new global::System.Data.DataColumn("C1548102", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1548102); + this.columnC1989400 = new global::System.Data.DataColumn("C1989400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1989400); + this.columnC1989401 = new global::System.Data.DataColumn("C1989401", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1989401); + this.columnC1989402 = new global::System.Data.DataColumn("C1989402", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC1989402); + this.columnC2305100 = new global::System.Data.DataColumn("C2305100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC2305100); + this.columnC2305101 = new global::System.Data.DataColumn("C2305101", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC2305101); + this.columnC2305102 = new global::System.Data.DataColumn("C2305102", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC2305102); + this.columnC2544700 = new global::System.Data.DataColumn("C2544700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC2544700); + this.columnC2544701 = new global::System.Data.DataColumn("C2544701", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC2544701); + this.columnC2544702 = new global::System.Data.DataColumn("C2544702", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC2544702); + this.columnC2814500 = new global::System.Data.DataColumn("C2814500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC2814500); + this.columnC2814501 = new global::System.Data.DataColumn("C2814501", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC2814501); + this.columnC2814502 = new global::System.Data.DataColumn("C2814502", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC2814502); + this.columnC3123500 = new global::System.Data.DataColumn("C3123500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3123500); + this.columnC3123501 = new global::System.Data.DataColumn("C3123501", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3123501); + this.columnC3123502 = new global::System.Data.DataColumn("C3123502", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3123502); + this.columnC3601100 = new global::System.Data.DataColumn("C3601100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3601100); + this.columnC3627700 = new global::System.Data.DataColumn("C3627700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3627700); + this.columnC3627701 = new global::System.Data.DataColumn("C3627701", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3627701); + this.columnC3627702 = new global::System.Data.DataColumn("C3627702", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3627702); + this.columnC3981100 = new global::System.Data.DataColumn("C3981100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3981100); + this.columnC4006300 = new global::System.Data.DataColumn("C4006300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC4006300); + this.columnC4006301 = new global::System.Data.DataColumn("C4006301", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC4006301); + this.columnC4006302 = new global::System.Data.DataColumn("C4006302", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC4006302); + this.columnC5524800 = new global::System.Data.DataColumn("C5524800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC5524800); + this.columnC5550100 = new global::System.Data.DataColumn("C5550100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC5550100); + this.columnC5550101 = new global::System.Data.DataColumn("C5550101", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC5550101); + this.columnC5550102 = new global::System.Data.DataColumn("C5550102", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC5550102); + this.columnC5801100 = new global::System.Data.DataColumn("C5801100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC5801100); + this.columnY0000200 = new global::System.Data.DataColumn("Y0000200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0000200); + this.columnY0000201 = new global::System.Data.DataColumn("Y0000201", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0000201); + this.columnY0000202 = new global::System.Data.DataColumn("Y0000202", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0000202); + this.columnY0002100 = new global::System.Data.DataColumn("Y0002100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0002100); + this.columnY0390100 = new global::System.Data.DataColumn("Y0390100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0390100); + this.columnY0390101 = new global::System.Data.DataColumn("Y0390101", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0390101); + this.columnY0390102 = new global::System.Data.DataColumn("Y0390102", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0390102); + this.columnY0677600 = new global::System.Data.DataColumn("Y0677600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0677600); + this.columnY0933700 = new global::System.Data.DataColumn("Y0933700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0933700); + this.columnY0933701 = new global::System.Data.DataColumn("Y0933701", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0933701); + this.columnY0933702 = new global::System.Data.DataColumn("Y0933702", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0933702); + this.columnY0974800 = new global::System.Data.DataColumn("Y0974800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0974800); + this.columnY1180500 = new global::System.Data.DataColumn("Y1180500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1180500); + this.columnY1180501 = new global::System.Data.DataColumn("Y1180501", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1180501); + this.columnY1180502 = new global::System.Data.DataColumn("Y1180502", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1180502); + this.columnY1192400 = new global::System.Data.DataColumn("Y1192400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1192400); + this.columnY1421100 = new global::System.Data.DataColumn("Y1421100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1421100); + this.columnY1421101 = new global::System.Data.DataColumn("Y1421101", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1421101); + this.columnY1421102 = new global::System.Data.DataColumn("Y1421102", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1421102); + this.columnY1434300 = new global::System.Data.DataColumn("Y1434300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1434300); + this.columnY1450200 = new global::System.Data.DataColumn("Y1450200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1450200); + this.columnY1450201 = new global::System.Data.DataColumn("Y1450201", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1450201); + this.columnY1450202 = new global::System.Data.DataColumn("Y1450202", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1450202); + this.columnY1672700 = new global::System.Data.DataColumn("Y1672700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1672700); + this.columnY1695600 = new global::System.Data.DataColumn("Y1695600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1695600); + this.columnY1695601 = new global::System.Data.DataColumn("Y1695601", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1695601); + this.columnY1695602 = new global::System.Data.DataColumn("Y1695602", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1695602); + this.columnY1707300 = new global::System.Data.DataColumn("Y1707300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1707300); + this.columnY1707400 = new global::System.Data.DataColumn("Y1707400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1707400); + this.columnY1707500 = new global::System.Data.DataColumn("Y1707500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1707500); + this.columnY1707600 = new global::System.Data.DataColumn("Y1707600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1707600); + this.columnY1707700 = new global::System.Data.DataColumn("Y1707700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1707700); + this.columnY1707800 = new global::System.Data.DataColumn("Y1707800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1707800); + this.columnY1707900 = new global::System.Data.DataColumn("Y1707900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1707900); + this.columnY1708000 = new global::System.Data.DataColumn("Y1708000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1708000); + this.columnY1708100 = new global::System.Data.DataColumn("Y1708100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1708100); + this.columnY1708200 = new global::System.Data.DataColumn("Y1708200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1708200); + this.columnY1708300 = new global::System.Data.DataColumn("Y1708300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1708300); + this.columnY1708400 = new global::System.Data.DataColumn("Y1708400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1708400); + this.columnY1708500 = new global::System.Data.DataColumn("Y1708500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1708500); + this.columnY1708600 = new global::System.Data.DataColumn("Y1708600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1708600); + this.columnY1708700 = new global::System.Data.DataColumn("Y1708700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1708700); + this.columnY1708800 = new global::System.Data.DataColumn("Y1708800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1708800); + this.columnY1708900 = new global::System.Data.DataColumn("Y1708900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1708900); + this.columnY1709000 = new global::System.Data.DataColumn("Y1709000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1709000); + this.columnY1709100 = new global::System.Data.DataColumn("Y1709100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1709100); + this.columnY1709200 = new global::System.Data.DataColumn("Y1709200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1709200); + this.columnY1709300 = new global::System.Data.DataColumn("Y1709300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1709300); + this.columnY1948500 = new global::System.Data.DataColumn("Y1948500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1948500); + this.columnY1981600 = new global::System.Data.DataColumn("Y1981600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1981600); + this.columnY1981601 = new global::System.Data.DataColumn("Y1981601", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1981601); + this.columnY1981602 = new global::System.Data.DataColumn("Y1981602", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1981602); + this.columnY1992900 = new global::System.Data.DataColumn("Y1992900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1992900); + this.columnY1993000 = new global::System.Data.DataColumn("Y1993000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1993000); + this.columnY1993100 = new global::System.Data.DataColumn("Y1993100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1993100); + this.columnY1993200 = new global::System.Data.DataColumn("Y1993200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1993200); + this.columnY1993300 = new global::System.Data.DataColumn("Y1993300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1993300); + this.columnY1993400 = new global::System.Data.DataColumn("Y1993400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1993400); + this.columnY1993500 = new global::System.Data.DataColumn("Y1993500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1993500); + this.columnY1993600 = new global::System.Data.DataColumn("Y1993600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1993600); + this.columnY1993700 = new global::System.Data.DataColumn("Y1993700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1993700); + this.columnY1993800 = new global::System.Data.DataColumn("Y1993800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1993800); + this.columnY1993900 = new global::System.Data.DataColumn("Y1993900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1993900); + this.columnY1994000 = new global::System.Data.DataColumn("Y1994000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1994000); + this.columnY1994100 = new global::System.Data.DataColumn("Y1994100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1994100); + this.columnY1994200 = new global::System.Data.DataColumn("Y1994200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1994200); + this.columnY1994300 = new global::System.Data.DataColumn("Y1994300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1994300); + this.columnY1994400 = new global::System.Data.DataColumn("Y1994400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1994400); + this.columnY1994500 = new global::System.Data.DataColumn("Y1994500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1994500); + this.columnY1994600 = new global::System.Data.DataColumn("Y1994600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1994600); + this.columnY1994700 = new global::System.Data.DataColumn("Y1994700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1994700); + this.columnY1994800 = new global::System.Data.DataColumn("Y1994800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1994800); + this.columnY1994900 = new global::System.Data.DataColumn("Y1994900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1994900); + this.columnY2148600 = new global::System.Data.DataColumn("Y2148600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2148600); + this.columnY2267100 = new global::System.Data.DataColumn("Y2267100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2267100); + this.columnY2300400 = new global::System.Data.DataColumn("Y2300400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2300400); + this.columnY2300401 = new global::System.Data.DataColumn("Y2300401", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2300401); + this.columnY2300402 = new global::System.Data.DataColumn("Y2300402", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2300402); + this.columnY2311700 = new global::System.Data.DataColumn("Y2311700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2311700); + this.columnY2311800 = new global::System.Data.DataColumn("Y2311800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2311800); + this.columnY2311900 = new global::System.Data.DataColumn("Y2311900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2311900); + this.columnY2312000 = new global::System.Data.DataColumn("Y2312000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2312000); + this.columnY2312100 = new global::System.Data.DataColumn("Y2312100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2312100); + this.columnY2312200 = new global::System.Data.DataColumn("Y2312200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2312200); + this.columnY2312300 = new global::System.Data.DataColumn("Y2312300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2312300); + this.columnY2312400 = new global::System.Data.DataColumn("Y2312400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2312400); + this.columnY2312500 = new global::System.Data.DataColumn("Y2312500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2312500); + this.columnY2312600 = new global::System.Data.DataColumn("Y2312600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2312600); + this.columnY2312700 = new global::System.Data.DataColumn("Y2312700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2312700); + this.columnY2312800 = new global::System.Data.DataColumn("Y2312800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2312800); + this.columnY2312900 = new global::System.Data.DataColumn("Y2312900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2312900); + this.columnY2313000 = new global::System.Data.DataColumn("Y2313000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2313000); + this.columnY2313100 = new global::System.Data.DataColumn("Y2313100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2313100); + this.columnY2313200 = new global::System.Data.DataColumn("Y2313200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2313200); + this.columnY2313300 = new global::System.Data.DataColumn("Y2313300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2313300); + this.columnY2313400 = new global::System.Data.DataColumn("Y2313400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2313400); + this.columnY2313500 = new global::System.Data.DataColumn("Y2313500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2313500); + this.columnY2313600 = new global::System.Data.DataColumn("Y2313600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2313600); + this.columnY2313700 = new global::System.Data.DataColumn("Y2313700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2313700); + this.columnY2567000 = new global::System.Data.DataColumn("Y2567000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2567000); + this.columnY2567100 = new global::System.Data.DataColumn("Y2567100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2567100); + this.columnY2567200 = new global::System.Data.DataColumn("Y2567200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2567200); + this.columnY2616000 = new global::System.Data.DataColumn("Y2616000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2616000); + this.columnY2633100 = new global::System.Data.DataColumn("Y2633100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2633100); + this.columnY2633101 = new global::System.Data.DataColumn("Y2633101", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2633101); + this.columnY2633102 = new global::System.Data.DataColumn("Y2633102", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2633102); + this.columnY2644500 = new global::System.Data.DataColumn("Y2644500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2644500); + this.columnY2644600 = new global::System.Data.DataColumn("Y2644600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2644600); + this.columnY2644700 = new global::System.Data.DataColumn("Y2644700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2644700); + this.columnY2644800 = new global::System.Data.DataColumn("Y2644800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2644800); + this.columnY2644900 = new global::System.Data.DataColumn("Y2644900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2644900); + this.columnY2645000 = new global::System.Data.DataColumn("Y2645000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2645000); + this.columnY2645100 = new global::System.Data.DataColumn("Y2645100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2645100); + this.columnY2645200 = new global::System.Data.DataColumn("Y2645200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2645200); + this.columnY2645300 = new global::System.Data.DataColumn("Y2645300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2645300); + this.columnY2645400 = new global::System.Data.DataColumn("Y2645400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2645400); + this.columnY2645500 = new global::System.Data.DataColumn("Y2645500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2645500); + this.columnY2645600 = new global::System.Data.DataColumn("Y2645600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2645600); + this.columnY2645700 = new global::System.Data.DataColumn("Y2645700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2645700); + this.columnY2645800 = new global::System.Data.DataColumn("Y2645800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2645800); + this.columnY2645900 = new global::System.Data.DataColumn("Y2645900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2645900); + this.columnY2646000 = new global::System.Data.DataColumn("Y2646000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2646000); + this.columnY2646100 = new global::System.Data.DataColumn("Y2646100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2646100); + this.columnY2646200 = new global::System.Data.DataColumn("Y2646200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2646200); + this.columnY2646300 = new global::System.Data.DataColumn("Y2646300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2646300); + this.columnY2646400 = new global::System.Data.DataColumn("Y2646400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2646400); + this.columnY2966400 = new global::System.Data.DataColumn("Y2966400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2966400); + this.columnY2990500 = new global::System.Data.DataColumn("Y2990500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2990500); + this.columnY2990501 = new global::System.Data.DataColumn("Y2990501", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2990501); + this.columnY2990502 = new global::System.Data.DataColumn("Y2990502", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2990502); + this.columnY3002700 = new global::System.Data.DataColumn("Y3002700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY3002700); + this.columnY3002800 = new global::System.Data.DataColumn("Y3002800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY3002800); + this.columnY3002900 = new global::System.Data.DataColumn("Y3002900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY3002900); + this.columnY3003000 = new global::System.Data.DataColumn("Y3003000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY3003000); + this.columnY3003100 = new global::System.Data.DataColumn("Y3003100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY3003100); + this.columnY3003200 = new global::System.Data.DataColumn("Y3003200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY3003200); + this.columnY3003300 = new global::System.Data.DataColumn("Y3003300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY3003300); + this.columnY3003400 = new global::System.Data.DataColumn("Y3003400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY3003400); + this.columnY3003500 = new global::System.Data.DataColumn("Y3003500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY3003500); + this.columnY3003600 = new global::System.Data.DataColumn("Y3003600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY3003600); + this.columnY3331900 = new global::System.Data.DataColumn("Y3331900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY3331900); + this.columnC0000100.AllowDBNull = false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2LinksFromGen1Row NewtblGen2LinksFromGen1Row() { - return ((tblGen2LinksFromGen1Row)(this.NewRow())); + public tblGen2LinksRow NewtblGen2LinksRow() { + return ((tblGen2LinksRow)(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 tblGen2LinksFromGen1Row(builder); + return new tblGen2LinksRow(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(tblGen2LinksFromGen1Row); + return typeof(tblGen2LinksRow); } [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.tblGen2LinksFromGen1RowChanged != null)) { - this.tblGen2LinksFromGen1RowChanged(this, new tblGen2LinksFromGen1RowChangeEvent(((tblGen2LinksFromGen1Row)(e.Row)), e.Action)); + if ((this.tblGen2LinksRowChanged != null)) { + this.tblGen2LinksRowChanged(this, new tblGen2LinksRowChangeEvent(((tblGen2LinksRow)(e.Row)), e.Action)); } } @@ -12812,8 +12188,8 @@ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs [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.tblGen2LinksFromGen1RowChanging != null)) { - this.tblGen2LinksFromGen1RowChanging(this, new tblGen2LinksFromGen1RowChangeEvent(((tblGen2LinksFromGen1Row)(e.Row)), e.Action)); + if ((this.tblGen2LinksRowChanging != null)) { + this.tblGen2LinksRowChanging(this, new tblGen2LinksRowChangeEvent(((tblGen2LinksRow)(e.Row)), e.Action)); } } @@ -12821,8 +12197,8 @@ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs [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.tblGen2LinksFromGen1RowDeleted != null)) { - this.tblGen2LinksFromGen1RowDeleted(this, new tblGen2LinksFromGen1RowChangeEvent(((tblGen2LinksFromGen1Row)(e.Row)), e.Action)); + if ((this.tblGen2LinksRowDeleted != null)) { + this.tblGen2LinksRowDeleted(this, new tblGen2LinksRowChangeEvent(((tblGen2LinksRow)(e.Row)), e.Action)); } } @@ -12830,14 +12206,14 @@ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs [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.tblGen2LinksFromGen1RowDeleting != null)) { - this.tblGen2LinksFromGen1RowDeleting(this, new tblGen2LinksFromGen1RowChangeEvent(((tblGen2LinksFromGen1Row)(e.Row)), e.Action)); + if ((this.tblGen2LinksRowDeleting != null)) { + this.tblGen2LinksRowDeleting(this, new tblGen2LinksRowChangeEvent(((tblGen2LinksRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void RemovetblGen2LinksFromGen1Row(tblGen2LinksFromGen1Row row) { + public void RemovetblGen2LinksRow(tblGen2LinksRow row) { this.Rows.Remove(row); } @@ -12864,7 +12240,7 @@ public void RemovetblGen2LinksFromGen1Row(tblGen2LinksFromGen1Row row) { type.Attributes.Add(attribute1); global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); attribute2.Name = "tableTypeName"; - attribute2.FixedValue = "tblGen2LinksFromGen1DataTable"; + attribute2.FixedValue = "tblGen2LinksDataTable"; type.Attributes.Add(attribute2); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); @@ -12910,426 +12286,246 @@ public void RemovetblGen2LinksFromGen1Row(tblGen2LinksFromGen1Row row) { /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class tblGen2LinksDataTable : global::System.Data.TypedTableBase { - - private global::System.Data.DataColumn columnC0000100; - - private global::System.Data.DataColumn columnC0000200; - - private global::System.Data.DataColumn columnC0005300; - - private global::System.Data.DataColumn columnC0005400; - - private global::System.Data.DataColumn columnC0005500; - - private global::System.Data.DataColumn columnC0005700; - - private global::System.Data.DataColumn columnC0005800; - - private global::System.Data.DataColumn columnC0006500; - - private global::System.Data.DataColumn columnC0006800; - - private global::System.Data.DataColumn columnC0007010; - - private global::System.Data.DataColumn columnC0007030; - - private global::System.Data.DataColumn columnC0007041; - - private global::System.Data.DataColumn columnC0007043; - - private global::System.Data.DataColumn columnC0007045; - - private global::System.Data.DataColumn columnC0007047; - - private global::System.Data.DataColumn columnC0007049; - - private global::System.Data.DataColumn columnC0007052; - - private global::System.Data.DataColumn columnC0007055; - - private global::System.Data.DataColumn columnC0402400; - - private global::System.Data.DataColumn columnC0402500; - - private global::System.Data.DataColumn columnC0402600; - - private global::System.Data.DataColumn columnC0404100; - - private global::System.Data.DataColumn columnC0404200; - - private global::System.Data.DataColumn columnC0737000; - - private global::System.Data.DataColumn columnC0737100; - - private global::System.Data.DataColumn columnC0737200; - - private global::System.Data.DataColumn columnC0948700; - - private global::System.Data.DataColumn columnC0948800; - - private global::System.Data.DataColumn columnC0948900; - - private global::System.Data.DataColumn columnC1146600; - - private global::System.Data.DataColumn columnC1146700; - - private global::System.Data.DataColumn columnC1146800; - - private global::System.Data.DataColumn columnC1230100; - - private global::System.Data.DataColumn columnC1230200; - - private global::System.Data.DataColumn columnC1230300; - - private global::System.Data.DataColumn columnC1548100; - - private global::System.Data.DataColumn columnC1548101; - - private global::System.Data.DataColumn columnC1548102; - - private global::System.Data.DataColumn columnC1989400; - - private global::System.Data.DataColumn columnC1989401; - - private global::System.Data.DataColumn columnC1989402; - - private global::System.Data.DataColumn columnC2305100; - - private global::System.Data.DataColumn columnC2305101; - - private global::System.Data.DataColumn columnC2305102; - - private global::System.Data.DataColumn columnC2544700; - - private global::System.Data.DataColumn columnC2544701; - - private global::System.Data.DataColumn columnC2544702; - - private global::System.Data.DataColumn columnC2814500; - - private global::System.Data.DataColumn columnC2814501; - - private global::System.Data.DataColumn columnC2814502; - - private global::System.Data.DataColumn columnC3123500; - - private global::System.Data.DataColumn columnC3123501; - - private global::System.Data.DataColumn columnC3123502; - - private global::System.Data.DataColumn columnC3601100; - - private global::System.Data.DataColumn columnC3627700; - - private global::System.Data.DataColumn columnC3627701; - - private global::System.Data.DataColumn columnC3627702; - - private global::System.Data.DataColumn columnC3981100; - - private global::System.Data.DataColumn columnC4006300; - - private global::System.Data.DataColumn columnC4006301; - - private global::System.Data.DataColumn columnC4006302; - - private global::System.Data.DataColumn columnC5524800; - - private global::System.Data.DataColumn columnC5550100; - - private global::System.Data.DataColumn columnC5550101; - - private global::System.Data.DataColumn columnC5550102; - - private global::System.Data.DataColumn columnC5801100; - - private global::System.Data.DataColumn columnY0000200; - - private global::System.Data.DataColumn columnY0000201; - - private global::System.Data.DataColumn columnY0000202; - - private global::System.Data.DataColumn columnY0002100; - - private global::System.Data.DataColumn columnY0390100; - - private global::System.Data.DataColumn columnY0390101; - - private global::System.Data.DataColumn columnY0390102; - - private global::System.Data.DataColumn columnY0677600; - - private global::System.Data.DataColumn columnY0933700; - - private global::System.Data.DataColumn columnY0933701; - - private global::System.Data.DataColumn columnY0933702; - - private global::System.Data.DataColumn columnY0974800; - - private global::System.Data.DataColumn columnY1180500; - - private global::System.Data.DataColumn columnY1180501; - - private global::System.Data.DataColumn columnY1180502; - - private global::System.Data.DataColumn columnY1192400; - - private global::System.Data.DataColumn columnY1421100; - - private global::System.Data.DataColumn columnY1421101; - - private global::System.Data.DataColumn columnY1421102; - - private global::System.Data.DataColumn columnY1434300; - - private global::System.Data.DataColumn columnY1450200; - - private global::System.Data.DataColumn columnY1450201; - - private global::System.Data.DataColumn columnY1450202; - - private global::System.Data.DataColumn columnY1672700; + public partial class tblGen1LinksDataTable : global::System.Data.TypedTableBase { - private global::System.Data.DataColumn columnY1695600; + private global::System.Data.DataColumn columnR0000100; - private global::System.Data.DataColumn columnY1695601; + private global::System.Data.DataColumn columnR0000149; - private global::System.Data.DataColumn columnY1695602; + private global::System.Data.DataColumn columnR0000300; - private global::System.Data.DataColumn columnY1707300; + private global::System.Data.DataColumn columnR0000500; - private global::System.Data.DataColumn columnY1707400; + private global::System.Data.DataColumn columnR0009100; - private global::System.Data.DataColumn columnY1707500; + private global::System.Data.DataColumn columnR0009300; - private global::System.Data.DataColumn columnY1707600; + private global::System.Data.DataColumn columnR0172500; - private global::System.Data.DataColumn columnY1707700; + private global::System.Data.DataColumn columnR0172600; - private global::System.Data.DataColumn columnY1707800; + private global::System.Data.DataColumn columnR0173600; - private global::System.Data.DataColumn columnY1707900; + private global::System.Data.DataColumn columnR0214700; - private global::System.Data.DataColumn columnY1708000; + private global::System.Data.DataColumn columnR0214800; - private global::System.Data.DataColumn columnY1708100; + private global::System.Data.DataColumn columnR0216500; - private global::System.Data.DataColumn columnY1708200; + private global::System.Data.DataColumn columnR0329200; - private global::System.Data.DataColumn columnY1708300; + private global::System.Data.DataColumn columnR0329210; - private global::System.Data.DataColumn columnY1708400; + private global::System.Data.DataColumn columnR0406510; - private global::System.Data.DataColumn columnY1708500; + private global::System.Data.DataColumn columnR0410100; - private global::System.Data.DataColumn columnY1708600; + private global::System.Data.DataColumn columnR0410300; - private global::System.Data.DataColumn columnY1708700; + private global::System.Data.DataColumn columnR0530700; - private global::System.Data.DataColumn columnY1708800; + private global::System.Data.DataColumn columnR0530800; - private global::System.Data.DataColumn columnY1708900; + private global::System.Data.DataColumn columnR0619010; - private global::System.Data.DataColumn columnY1709000; + private global::System.Data.DataColumn columnR0809900; - private global::System.Data.DataColumn columnY1709100; + private global::System.Data.DataColumn columnR0810000; - private global::System.Data.DataColumn columnY1709200; + private global::System.Data.DataColumn columnR0898310; - private global::System.Data.DataColumn columnY1709300; + private global::System.Data.DataColumn columnR1045700; - private global::System.Data.DataColumn columnY1948500; + private global::System.Data.DataColumn columnR1045800; - private global::System.Data.DataColumn columnY1981600; + private global::System.Data.DataColumn columnR1145110; - private global::System.Data.DataColumn columnY1981601; + private global::System.Data.DataColumn columnR1427500; - private global::System.Data.DataColumn columnY1981602; + private global::System.Data.DataColumn columnR1427600; - private global::System.Data.DataColumn columnY1992900; + private global::System.Data.DataColumn columnR1520310; - private global::System.Data.DataColumn columnY1993000; + private global::System.Data.DataColumn columnR1774100; - private global::System.Data.DataColumn columnY1993100; + private global::System.Data.DataColumn columnR1774200; - private global::System.Data.DataColumn columnY1993200; + private global::System.Data.DataColumn columnR1794600; - private global::System.Data.DataColumn columnY1993300; + private global::System.Data.DataColumn columnR1794700; - private global::System.Data.DataColumn columnY1993400; + private global::System.Data.DataColumn columnR1891010; - private global::System.Data.DataColumn columnY1993500; + private global::System.Data.DataColumn columnR2156200; - private global::System.Data.DataColumn columnY1993600; + private global::System.Data.DataColumn columnR2156300; - private global::System.Data.DataColumn columnY1993700; + private global::System.Data.DataColumn columnR2258110; - private global::System.Data.DataColumn columnY1993800; + private global::System.Data.DataColumn columnR2365700; - private global::System.Data.DataColumn columnY1993900; + private global::System.Data.DataColumn columnR2365800; - private global::System.Data.DataColumn columnY1994000; + private global::System.Data.DataColumn columnR2445510; - private global::System.Data.DataColumn columnY1994100; + private global::System.Data.DataColumn columnR2742500; - private global::System.Data.DataColumn columnY1994200; + private global::System.Data.DataColumn columnR2742600; - private global::System.Data.DataColumn columnY1994300; + private global::System.Data.DataColumn columnR2871300; - private global::System.Data.DataColumn columnY1994400; + private global::System.Data.DataColumn columnR2986100; - private global::System.Data.DataColumn columnY1994500; + private global::System.Data.DataColumn columnR2986200; - private global::System.Data.DataColumn columnY1994600; + private global::System.Data.DataColumn columnR3075000; - private global::System.Data.DataColumn columnY1994700; + private global::System.Data.DataColumn columnR3302500; - private global::System.Data.DataColumn columnY1994800; + private global::System.Data.DataColumn columnR3302600; - private global::System.Data.DataColumn columnY1994900; + private global::System.Data.DataColumn columnR3401700; - private global::System.Data.DataColumn columnY2148600; + private global::System.Data.DataColumn columnR3573400; - private global::System.Data.DataColumn columnY2267100; + private global::System.Data.DataColumn columnR3573500; - private global::System.Data.DataColumn columnY2300400; + private global::System.Data.DataColumn columnR3657100; - private global::System.Data.DataColumn columnY2300401; + private global::System.Data.DataColumn columnR3917600; - private global::System.Data.DataColumn columnY2300402; + private global::System.Data.DataColumn columnR3917700; - private global::System.Data.DataColumn columnY2311700; + private global::System.Data.DataColumn columnR4007600; - private global::System.Data.DataColumn columnY2311800; + private global::System.Data.DataColumn columnR4100200; - private global::System.Data.DataColumn columnY2311900; + private global::System.Data.DataColumn columnR4100201; - private global::System.Data.DataColumn columnY2312000; + private global::System.Data.DataColumn columnR4100202; - private global::System.Data.DataColumn columnY2312100; + private global::System.Data.DataColumn columnR4418700; - private global::System.Data.DataColumn columnY2312200; + private global::System.Data.DataColumn columnR4500200; - private global::System.Data.DataColumn columnY2312300; + private global::System.Data.DataColumn columnR4500201; - private global::System.Data.DataColumn columnY2312400; + private global::System.Data.DataColumn columnR4500202; - private global::System.Data.DataColumn columnY2312500; + private global::System.Data.DataColumn columnR5081700; - private global::System.Data.DataColumn columnY2312600; + private global::System.Data.DataColumn columnR5167000; - private global::System.Data.DataColumn columnY2312700; + private global::System.Data.DataColumn columnR5200200; - private global::System.Data.DataColumn columnY2312800; + private global::System.Data.DataColumn columnR5200201; - private global::System.Data.DataColumn columnY2312900; + private global::System.Data.DataColumn columnR5200202; - private global::System.Data.DataColumn columnY2313000; + private global::System.Data.DataColumn columnR6435300; - private global::System.Data.DataColumn columnY2313100; + private global::System.Data.DataColumn columnR6435301; - private global::System.Data.DataColumn columnY2313200; + private global::System.Data.DataColumn columnR6435302; - private global::System.Data.DataColumn columnY2313300; + private global::System.Data.DataColumn columnR6479800; - private global::System.Data.DataColumn columnY2313400; + private global::System.Data.DataColumn columnR6963300; - private global::System.Data.DataColumn columnY2313500; + private global::System.Data.DataColumn columnR6963301; - private global::System.Data.DataColumn columnY2313600; + private global::System.Data.DataColumn columnR6963302; - private global::System.Data.DataColumn columnY2313700; + private global::System.Data.DataColumn columnR7007500; - private global::System.Data.DataColumn columnY2567000; + private global::System.Data.DataColumn columnR7656300; - private global::System.Data.DataColumn columnY2567100; + private global::System.Data.DataColumn columnR7656301; - private global::System.Data.DataColumn columnY2567200; + private global::System.Data.DataColumn columnR7656302; - private global::System.Data.DataColumn columnY2616000; + private global::System.Data.DataColumn columnR7704800; - private global::System.Data.DataColumn columnY2633100; + private global::System.Data.DataColumn columnR7800500; - private global::System.Data.DataColumn columnY2633101; + private global::System.Data.DataColumn columnR7800501; - private global::System.Data.DataColumn columnY2633102; + private global::System.Data.DataColumn columnR7800502; - private global::System.Data.DataColumn columnY2644500; + private global::System.Data.DataColumn columnR8497200; - private global::System.Data.DataColumn columnY2644600; + private global::System.Data.DataColumn columnR9908000; - private global::System.Data.DataColumn columnY2644700; + private global::System.Data.DataColumn columnT0000900; - private global::System.Data.DataColumn columnY2644800; + private global::System.Data.DataColumn columnT0000901; - private global::System.Data.DataColumn columnY2644900; + private global::System.Data.DataColumn columnT0000902; - private global::System.Data.DataColumn columnY2645000; + private global::System.Data.DataColumn columnT0989000; - private global::System.Data.DataColumn columnY2645100; + private global::System.Data.DataColumn columnT1200700; - private global::System.Data.DataColumn columnY2645200; + private global::System.Data.DataColumn columnT1200701; - private global::System.Data.DataColumn columnY2645300; + private global::System.Data.DataColumn columnT1200702; - private global::System.Data.DataColumn columnY2645400; + private global::System.Data.DataColumn columnT2210800; - private global::System.Data.DataColumn columnY2645500; + private global::System.Data.DataColumn columnT2260600; - private global::System.Data.DataColumn columnY2645600; + private global::System.Data.DataColumn columnT2260601; - private global::System.Data.DataColumn columnY2645700; + private global::System.Data.DataColumn columnT2260602; - private global::System.Data.DataColumn columnY2645800; + private global::System.Data.DataColumn columnT2763400; - private global::System.Data.DataColumn columnY2645900; + private global::System.Data.DataColumn columnT2763500; - private global::System.Data.DataColumn columnY2646000; + private global::System.Data.DataColumn columnT2763600; - private global::System.Data.DataColumn columnY2646100; + private global::System.Data.DataColumn columnT2763700; - private global::System.Data.DataColumn columnY2646200; + private global::System.Data.DataColumn columnT2763800; - private global::System.Data.DataColumn columnY2646300; + private global::System.Data.DataColumn columnT2763900; - private global::System.Data.DataColumn columnY2646400; + private global::System.Data.DataColumn columnT2764000; - private global::System.Data.DataColumn columnY2966400; + private global::System.Data.DataColumn columnT3108700; - private global::System.Data.DataColumn columnY2990500; + private global::System.Data.DataColumn columnT3195600; - private global::System.Data.DataColumn columnY2990501; + private global::System.Data.DataColumn columnT3195601; - private global::System.Data.DataColumn columnY2990502; + private global::System.Data.DataColumn columnT3195602; - private global::System.Data.DataColumn columnY3002700; + private global::System.Data.DataColumn columnT3729600; - private global::System.Data.DataColumn columnY3002800; + private global::System.Data.DataColumn columnT3729700; - private global::System.Data.DataColumn columnY3002900; + private global::System.Data.DataColumn columnT3729800; - private global::System.Data.DataColumn columnY3003000; + private global::System.Data.DataColumn columnT3729900; - private global::System.Data.DataColumn columnY3003100; + private global::System.Data.DataColumn columnT3730000; - private global::System.Data.DataColumn columnY3003200; + private global::System.Data.DataColumn columnT3730100; - private global::System.Data.DataColumn columnY3003300; + private global::System.Data.DataColumn columnT4113200; - private global::System.Data.DataColumn columnY3003400; + private global::System.Data.DataColumn columnT4181100; - private global::System.Data.DataColumn columnY3003500; + private global::System.Data.DataColumn columnT4181101; - private global::System.Data.DataColumn columnY3003600; + private global::System.Data.DataColumn columnT4181102; - private global::System.Data.DataColumn columnY3331900; + private global::System.Data.DataColumn columnT5023600; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2LinksDataTable() { - this.TableName = "tblGen2Links"; + public tblGen1LinksDataTable() { + this.TableName = "tblGen1Links"; this.BeginInit(); this.InitClass(); this.EndInit(); @@ -13337,7 +12533,7 @@ public tblGen2LinksDataTable() { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblGen2LinksDataTable(global::System.Data.DataTable table) { + internal tblGen1LinksDataTable(global::System.Data.DataTable table) { this.TableName = table.TableName; if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { this.CaseSensitive = table.CaseSensitive; @@ -13354,5030 +12550,4132 @@ internal tblGen2LinksDataTable(global::System.Data.DataTable table) { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - protected tblGen2LinksDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + protected tblGen1LinksDataTable(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 C0000100Column { + public global::System.Data.DataColumn R0000100Column { get { - return this.columnC0000100; + return this.columnR0000100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0000200Column { + public global::System.Data.DataColumn R0000149Column { get { - return this.columnC0000200; + return this.columnR0000149; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0005300Column { + public global::System.Data.DataColumn R0000300Column { get { - return this.columnC0005300; + return this.columnR0000300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0005400Column { + public global::System.Data.DataColumn R0000500Column { get { - return this.columnC0005400; + return this.columnR0000500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0005500Column { + public global::System.Data.DataColumn R0009100Column { get { - return this.columnC0005500; + return this.columnR0009100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0005700Column { + public global::System.Data.DataColumn R0009300Column { get { - return this.columnC0005700; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0005800Column { - get { - return this.columnC0005800; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0006500Column { - get { - return this.columnC0006500; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0006800Column { - get { - return this.columnC0006800; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0007010Column { - get { - return this.columnC0007010; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0007030Column { - get { - return this.columnC0007030; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0007041Column { - get { - return this.columnC0007041; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0007043Column { - get { - return this.columnC0007043; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0007045Column { - get { - return this.columnC0007045; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0007047Column { - get { - return this.columnC0007047; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0007049Column { - get { - return this.columnC0007049; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0007052Column { - get { - return this.columnC0007052; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0007055Column { - get { - return this.columnC0007055; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0402400Column { - get { - return this.columnC0402400; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0402500Column { - get { - return this.columnC0402500; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0402600Column { - get { - return this.columnC0402600; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0404100Column { - get { - return this.columnC0404100; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0404200Column { - get { - return this.columnC0404200; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0737000Column { - get { - return this.columnC0737000; + return this.columnR0009300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0737100Column { + public global::System.Data.DataColumn R0172500Column { get { - return this.columnC0737100; + return this.columnR0172500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0737200Column { + public global::System.Data.DataColumn R0172600Column { get { - return this.columnC0737200; + return this.columnR0172600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0948700Column { + public global::System.Data.DataColumn R0173600Column { get { - return this.columnC0948700; + return this.columnR0173600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0948800Column { + public global::System.Data.DataColumn R0214700Column { get { - return this.columnC0948800; + return this.columnR0214700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C0948900Column { + public global::System.Data.DataColumn R0214800Column { get { - return this.columnC0948900; + return this.columnR0214800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1146600Column { + public global::System.Data.DataColumn R0216500Column { get { - return this.columnC1146600; + return this.columnR0216500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1146700Column { + public global::System.Data.DataColumn R0329200Column { get { - return this.columnC1146700; + return this.columnR0329200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1146800Column { + public global::System.Data.DataColumn R0329210Column { get { - return this.columnC1146800; + return this.columnR0329210; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1230100Column { + public global::System.Data.DataColumn R0406510Column { get { - return this.columnC1230100; + return this.columnR0406510; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1230200Column { + public global::System.Data.DataColumn R0410100Column { get { - return this.columnC1230200; + return this.columnR0410100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1230300Column { + public global::System.Data.DataColumn R0410300Column { get { - return this.columnC1230300; + return this.columnR0410300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1548100Column { + public global::System.Data.DataColumn R0530700Column { get { - return this.columnC1548100; + return this.columnR0530700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1548101Column { + public global::System.Data.DataColumn R0530800Column { get { - return this.columnC1548101; + return this.columnR0530800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1548102Column { + public global::System.Data.DataColumn R0619010Column { get { - return this.columnC1548102; + return this.columnR0619010; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1989400Column { + public global::System.Data.DataColumn R0809900Column { get { - return this.columnC1989400; + return this.columnR0809900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1989401Column { + public global::System.Data.DataColumn R0810000Column { get { - return this.columnC1989401; + return this.columnR0810000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C1989402Column { + public global::System.Data.DataColumn R0898310Column { get { - return this.columnC1989402; + return this.columnR0898310; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C2305100Column { + public global::System.Data.DataColumn R1045700Column { get { - return this.columnC2305100; + return this.columnR1045700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C2305101Column { + public global::System.Data.DataColumn R1045800Column { get { - return this.columnC2305101; + return this.columnR1045800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C2305102Column { + public global::System.Data.DataColumn R1145110Column { get { - return this.columnC2305102; + return this.columnR1145110; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C2544700Column { + public global::System.Data.DataColumn R1427500Column { get { - return this.columnC2544700; + return this.columnR1427500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C2544701Column { + public global::System.Data.DataColumn R1427600Column { get { - return this.columnC2544701; + return this.columnR1427600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C2544702Column { + public global::System.Data.DataColumn R1520310Column { get { - return this.columnC2544702; + return this.columnR1520310; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C2814500Column { + public global::System.Data.DataColumn R1774100Column { get { - return this.columnC2814500; + return this.columnR1774100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C2814501Column { + public global::System.Data.DataColumn R1774200Column { get { - return this.columnC2814501; + return this.columnR1774200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C2814502Column { + public global::System.Data.DataColumn R1794600Column { get { - return this.columnC2814502; + return this.columnR1794600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3123500Column { + public global::System.Data.DataColumn R1794700Column { get { - return this.columnC3123500; + return this.columnR1794700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3123501Column { + public global::System.Data.DataColumn R1891010Column { get { - return this.columnC3123501; + return this.columnR1891010; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3123502Column { + public global::System.Data.DataColumn R2156200Column { get { - return this.columnC3123502; + return this.columnR2156200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3601100Column { + public global::System.Data.DataColumn R2156300Column { get { - return this.columnC3601100; + return this.columnR2156300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3627700Column { + public global::System.Data.DataColumn R2258110Column { get { - return this.columnC3627700; + return this.columnR2258110; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3627701Column { + public global::System.Data.DataColumn R2365700Column { get { - return this.columnC3627701; + return this.columnR2365700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3627702Column { + public global::System.Data.DataColumn R2365800Column { get { - return this.columnC3627702; + return this.columnR2365800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C3981100Column { + public global::System.Data.DataColumn R2445510Column { get { - return this.columnC3981100; + return this.columnR2445510; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C4006300Column { + public global::System.Data.DataColumn R2742500Column { get { - return this.columnC4006300; + return this.columnR2742500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C4006301Column { + public global::System.Data.DataColumn R2742600Column { get { - return this.columnC4006301; + return this.columnR2742600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C4006302Column { + public global::System.Data.DataColumn R2871300Column { get { - return this.columnC4006302; + return this.columnR2871300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C5524800Column { + public global::System.Data.DataColumn R2986100Column { get { - return this.columnC5524800; + return this.columnR2986100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C5550100Column { + public global::System.Data.DataColumn R2986200Column { get { - return this.columnC5550100; + return this.columnR2986200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C5550101Column { + public global::System.Data.DataColumn R3075000Column { get { - return this.columnC5550101; + return this.columnR3075000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C5550102Column { + public global::System.Data.DataColumn R3302500Column { get { - return this.columnC5550102; + return this.columnR3302500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn C5801100Column { + public global::System.Data.DataColumn R3302600Column { get { - return this.columnC5801100; + return this.columnR3302600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0000200Column { + public global::System.Data.DataColumn R3401700Column { get { - return this.columnY0000200; + return this.columnR3401700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0000201Column { + public global::System.Data.DataColumn R3573400Column { get { - return this.columnY0000201; + return this.columnR3573400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0000202Column { + public global::System.Data.DataColumn R3573500Column { get { - return this.columnY0000202; + return this.columnR3573500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0002100Column { + public global::System.Data.DataColumn R3657100Column { get { - return this.columnY0002100; + return this.columnR3657100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0390100Column { + public global::System.Data.DataColumn R3917600Column { get { - return this.columnY0390100; + return this.columnR3917600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0390101Column { + public global::System.Data.DataColumn R3917700Column { get { - return this.columnY0390101; + return this.columnR3917700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0390102Column { + public global::System.Data.DataColumn R4007600Column { get { - return this.columnY0390102; + return this.columnR4007600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0677600Column { + public global::System.Data.DataColumn R4100200Column { get { - return this.columnY0677600; + return this.columnR4100200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0933700Column { + public global::System.Data.DataColumn R4100201Column { get { - return this.columnY0933700; + return this.columnR4100201; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0933701Column { + public global::System.Data.DataColumn R4100202Column { get { - return this.columnY0933701; + return this.columnR4100202; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0933702Column { + public global::System.Data.DataColumn R4418700Column { get { - return this.columnY0933702; + return this.columnR4418700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y0974800Column { + public global::System.Data.DataColumn R4500200Column { get { - return this.columnY0974800; + return this.columnR4500200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1180500Column { + public global::System.Data.DataColumn R4500201Column { get { - return this.columnY1180500; + return this.columnR4500201; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1180501Column { + public global::System.Data.DataColumn R4500202Column { get { - return this.columnY1180501; + return this.columnR4500202; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1180502Column { + public global::System.Data.DataColumn R5081700Column { get { - return this.columnY1180502; + return this.columnR5081700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1192400Column { + public global::System.Data.DataColumn R5167000Column { get { - return this.columnY1192400; + return this.columnR5167000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1421100Column { + public global::System.Data.DataColumn R5200200Column { get { - return this.columnY1421100; + return this.columnR5200200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1421101Column { + public global::System.Data.DataColumn R5200201Column { get { - return this.columnY1421101; + return this.columnR5200201; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1421102Column { + public global::System.Data.DataColumn R5200202Column { get { - return this.columnY1421102; + return this.columnR5200202; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1434300Column { + public global::System.Data.DataColumn R6435300Column { get { - return this.columnY1434300; + return this.columnR6435300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1450200Column { + public global::System.Data.DataColumn R6435301Column { get { - return this.columnY1450200; + return this.columnR6435301; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1450201Column { + public global::System.Data.DataColumn R6435302Column { get { - return this.columnY1450201; + return this.columnR6435302; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1450202Column { + public global::System.Data.DataColumn R6479800Column { get { - return this.columnY1450202; + return this.columnR6479800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1672700Column { + public global::System.Data.DataColumn R6963300Column { get { - return this.columnY1672700; + return this.columnR6963300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1695600Column { + public global::System.Data.DataColumn R6963301Column { get { - return this.columnY1695600; + return this.columnR6963301; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1695601Column { + public global::System.Data.DataColumn R6963302Column { get { - return this.columnY1695601; + return this.columnR6963302; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1695602Column { + public global::System.Data.DataColumn R7007500Column { get { - return this.columnY1695602; + return this.columnR7007500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1707300Column { + public global::System.Data.DataColumn R7656300Column { get { - return this.columnY1707300; + return this.columnR7656300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1707400Column { + public global::System.Data.DataColumn R7656301Column { get { - return this.columnY1707400; + return this.columnR7656301; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1707500Column { + public global::System.Data.DataColumn R7656302Column { get { - return this.columnY1707500; + return this.columnR7656302; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1707600Column { + public global::System.Data.DataColumn R7704800Column { get { - return this.columnY1707600; + return this.columnR7704800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1707700Column { + public global::System.Data.DataColumn R7800500Column { get { - return this.columnY1707700; + return this.columnR7800500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1707800Column { + public global::System.Data.DataColumn R7800501Column { get { - return this.columnY1707800; + return this.columnR7800501; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1707900Column { + public global::System.Data.DataColumn R7800502Column { get { - return this.columnY1707900; + return this.columnR7800502; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1708000Column { + public global::System.Data.DataColumn R8497200Column { get { - return this.columnY1708000; + return this.columnR8497200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1708100Column { + public global::System.Data.DataColumn R9908000Column { get { - return this.columnY1708100; + return this.columnR9908000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1708200Column { + public global::System.Data.DataColumn T0000900Column { get { - return this.columnY1708200; + return this.columnT0000900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1708300Column { + public global::System.Data.DataColumn T0000901Column { get { - return this.columnY1708300; + return this.columnT0000901; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1708400Column { + public global::System.Data.DataColumn T0000902Column { get { - return this.columnY1708400; + return this.columnT0000902; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1708500Column { + public global::System.Data.DataColumn T0989000Column { get { - return this.columnY1708500; + return this.columnT0989000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1708600Column { + public global::System.Data.DataColumn T1200700Column { get { - return this.columnY1708600; + return this.columnT1200700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1708700Column { + public global::System.Data.DataColumn T1200701Column { get { - return this.columnY1708700; + return this.columnT1200701; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1708800Column { + public global::System.Data.DataColumn T1200702Column { get { - return this.columnY1708800; + return this.columnT1200702; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1708900Column { + public global::System.Data.DataColumn T2210800Column { get { - return this.columnY1708900; + return this.columnT2210800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1709000Column { + public global::System.Data.DataColumn T2260600Column { get { - return this.columnY1709000; + return this.columnT2260600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1709100Column { + public global::System.Data.DataColumn T2260601Column { get { - return this.columnY1709100; + return this.columnT2260601; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1709200Column { + public global::System.Data.DataColumn T2260602Column { get { - return this.columnY1709200; + return this.columnT2260602; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1709300Column { + public global::System.Data.DataColumn T2763400Column { get { - return this.columnY1709300; + return this.columnT2763400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1948500Column { + public global::System.Data.DataColumn T2763500Column { get { - return this.columnY1948500; + return this.columnT2763500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1981600Column { + public global::System.Data.DataColumn T2763600Column { get { - return this.columnY1981600; + return this.columnT2763600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1981601Column { + public global::System.Data.DataColumn T2763700Column { get { - return this.columnY1981601; + return this.columnT2763700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1981602Column { + public global::System.Data.DataColumn T2763800Column { get { - return this.columnY1981602; + return this.columnT2763800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1992900Column { + public global::System.Data.DataColumn T2763900Column { get { - return this.columnY1992900; + return this.columnT2763900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1993000Column { + public global::System.Data.DataColumn T2764000Column { get { - return this.columnY1993000; + return this.columnT2764000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1993100Column { + public global::System.Data.DataColumn T3108700Column { get { - return this.columnY1993100; + return this.columnT3108700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1993200Column { + public global::System.Data.DataColumn T3195600Column { get { - return this.columnY1993200; + return this.columnT3195600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1993300Column { + public global::System.Data.DataColumn T3195601Column { get { - return this.columnY1993300; + return this.columnT3195601; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1993400Column { + public global::System.Data.DataColumn T3195602Column { get { - return this.columnY1993400; + return this.columnT3195602; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1993500Column { + public global::System.Data.DataColumn T3729600Column { get { - return this.columnY1993500; + return this.columnT3729600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1993600Column { + public global::System.Data.DataColumn T3729700Column { get { - return this.columnY1993600; + return this.columnT3729700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1993700Column { + public global::System.Data.DataColumn T3729800Column { get { - return this.columnY1993700; + return this.columnT3729800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1993800Column { + public global::System.Data.DataColumn T3729900Column { get { - return this.columnY1993800; + return this.columnT3729900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1993900Column { + public global::System.Data.DataColumn T3730000Column { get { - return this.columnY1993900; + return this.columnT3730000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1994000Column { + public global::System.Data.DataColumn T3730100Column { get { - return this.columnY1994000; + return this.columnT3730100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1994100Column { + public global::System.Data.DataColumn T4113200Column { get { - return this.columnY1994100; + return this.columnT4113200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1994200Column { + public global::System.Data.DataColumn T4181100Column { get { - return this.columnY1994200; + return this.columnT4181100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1994300Column { + public global::System.Data.DataColumn T4181101Column { get { - return this.columnY1994300; + return this.columnT4181101; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1994400Column { + public global::System.Data.DataColumn T4181102Column { get { - return this.columnY1994400; + return this.columnT4181102; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1994500Column { + public global::System.Data.DataColumn T5023600Column { get { - return this.columnY1994500; + return this.columnT5023600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1994600Column { + [global::System.ComponentModel.Browsable(false)] + public int Count { get { - return this.columnY1994600; + return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1994700Column { + public tblGen1LinksRow this[int index] { get { - return this.columnY1994700; + return ((tblGen1LinksRow)(this.Rows[index])); } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1994800Column { - get { - return this.columnY1994800; - } - } + public event tblGen1LinksRowChangeEventHandler tblGen1LinksRowChanging; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y1994900Column { - get { - return this.columnY1994900; - } - } + public event tblGen1LinksRowChangeEventHandler tblGen1LinksRowChanged; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2148600Column { - get { - return this.columnY2148600; - } - } + public event tblGen1LinksRowChangeEventHandler tblGen1LinksRowDeleting; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2267100Column { - get { - return this.columnY2267100; - } - } + public event tblGen1LinksRowChangeEventHandler tblGen1LinksRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2300400Column { - get { - return this.columnY2300400; - } + public void AddtblGen1LinksRow(tblGen1LinksRow row) { + this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2300401Column { - get { - return this.columnY2300401; - } + public tblGen1LinksRow AddtblGen1LinksRow( + int R0000100, + int R0000149, + int R0000300, + int R0000500, + int R0009100, + int R0009300, + int R0172500, + int R0172600, + int R0173600, + int R0214700, + int R0214800, + int R0216500, + int R0329200, + int R0329210, + int R0406510, + int R0410100, + int R0410300, + int R0530700, + int R0530800, + int R0619010, + int R0809900, + int R0810000, + int R0898310, + int R1045700, + int R1045800, + int R1145110, + int R1427500, + int R1427600, + int R1520310, + int R1774100, + int R1774200, + int R1794600, + int R1794700, + int R1891010, + int R2156200, + int R2156300, + int R2258110, + int R2365700, + int R2365800, + int R2445510, + int R2742500, + int R2742600, + int R2871300, + int R2986100, + int R2986200, + int R3075000, + int R3302500, + int R3302600, + int R3401700, + int R3573400, + int R3573500, + int R3657100, + int R3917600, + int R3917700, + int R4007600, + int R4100200, + int R4100201, + int R4100202, + int R4418700, + int R4500200, + int R4500201, + int R4500202, + int R5081700, + int R5167000, + int R5200200, + int R5200201, + int R5200202, + int R6435300, + int R6435301, + int R6435302, + int R6479800, + int R6963300, + int R6963301, + int R6963302, + int R7007500, + int R7656300, + int R7656301, + int R7656302, + int R7704800, + int R7800500, + int R7800501, + int R7800502, + int R8497200, + int R9908000, + int T0000900, + int T0000901, + int T0000902, + int T0989000, + int T1200700, + int T1200701, + int T1200702, + int T2210800, + int T2260600, + int T2260601, + int T2260602, + int T2763400, + int T2763500, + int T2763600, + int T2763700, + int T2763800, + int T2763900, + int T2764000, + int T3108700, + int T3195600, + int T3195601, + int T3195602, + int T3729600, + int T3729700, + int T3729800, + int T3729900, + int T3730000, + int T3730100, + int T4113200, + int T4181100, + int T4181101, + int T4181102, + int T5023600) { + tblGen1LinksRow rowtblGen1LinksRow = ((tblGen1LinksRow)(this.NewRow())); + object[] columnValuesArray = new object[] { + R0000100, + R0000149, + R0000300, + R0000500, + R0009100, + R0009300, + R0172500, + R0172600, + R0173600, + R0214700, + R0214800, + R0216500, + R0329200, + R0329210, + R0406510, + R0410100, + R0410300, + R0530700, + R0530800, + R0619010, + R0809900, + R0810000, + R0898310, + R1045700, + R1045800, + R1145110, + R1427500, + R1427600, + R1520310, + R1774100, + R1774200, + R1794600, + R1794700, + R1891010, + R2156200, + R2156300, + R2258110, + R2365700, + R2365800, + R2445510, + R2742500, + R2742600, + R2871300, + R2986100, + R2986200, + R3075000, + R3302500, + R3302600, + R3401700, + R3573400, + R3573500, + R3657100, + R3917600, + R3917700, + R4007600, + R4100200, + R4100201, + R4100202, + R4418700, + R4500200, + R4500201, + R4500202, + R5081700, + R5167000, + R5200200, + R5200201, + R5200202, + R6435300, + R6435301, + R6435302, + R6479800, + R6963300, + R6963301, + R6963302, + R7007500, + R7656300, + R7656301, + R7656302, + R7704800, + R7800500, + R7800501, + R7800502, + R8497200, + R9908000, + T0000900, + T0000901, + T0000902, + T0989000, + T1200700, + T1200701, + T1200702, + T2210800, + T2260600, + T2260601, + T2260602, + T2763400, + T2763500, + T2763600, + T2763700, + T2763800, + T2763900, + T2764000, + T3108700, + T3195600, + T3195601, + T3195602, + T3729600, + T3729700, + T3729800, + T3729900, + T3730000, + T3730100, + T4113200, + T4181100, + T4181101, + T4181102, + T5023600}; + rowtblGen1LinksRow.ItemArray = columnValuesArray; + this.Rows.Add(rowtblGen1LinksRow); + return rowtblGen1LinksRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2300402Column { - get { - return this.columnY2300402; - } + public tblGen1LinksRow FindByR0000100(int R0000100) { + return ((tblGen1LinksRow)(this.Rows.Find(new object[] { + R0000100}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2311700Column { - get { - return this.columnY2311700; - } + public override global::System.Data.DataTable Clone() { + tblGen1LinksDataTable cln = ((tblGen1LinksDataTable)(base.Clone())); + cln.InitVars(); + return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2311800Column { - get { - return this.columnY2311800; - } + protected override global::System.Data.DataTable CreateInstance() { + return new tblGen1LinksDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2311900Column { - get { - return this.columnY2311900; - } + internal void InitVars() { + this.columnR0000100 = base.Columns["R0000100"]; + this.columnR0000149 = base.Columns["R0000149"]; + this.columnR0000300 = base.Columns["R0000300"]; + this.columnR0000500 = base.Columns["R0000500"]; + this.columnR0009100 = base.Columns["R0009100"]; + this.columnR0009300 = base.Columns["R0009300"]; + this.columnR0172500 = base.Columns["R0172500"]; + this.columnR0172600 = base.Columns["R0172600"]; + this.columnR0173600 = base.Columns["R0173600"]; + this.columnR0214700 = base.Columns["R0214700"]; + this.columnR0214800 = base.Columns["R0214800"]; + this.columnR0216500 = base.Columns["R0216500"]; + this.columnR0329200 = base.Columns["R0329200"]; + this.columnR0329210 = base.Columns["R0329210"]; + this.columnR0406510 = base.Columns["R0406510"]; + this.columnR0410100 = base.Columns["R0410100"]; + this.columnR0410300 = base.Columns["R0410300"]; + this.columnR0530700 = base.Columns["R0530700"]; + this.columnR0530800 = base.Columns["R0530800"]; + this.columnR0619010 = base.Columns["R0619010"]; + this.columnR0809900 = base.Columns["R0809900"]; + this.columnR0810000 = base.Columns["R0810000"]; + this.columnR0898310 = base.Columns["R0898310"]; + this.columnR1045700 = base.Columns["R1045700"]; + this.columnR1045800 = base.Columns["R1045800"]; + this.columnR1145110 = base.Columns["R1145110"]; + this.columnR1427500 = base.Columns["R1427500"]; + this.columnR1427600 = base.Columns["R1427600"]; + this.columnR1520310 = base.Columns["R1520310"]; + this.columnR1774100 = base.Columns["R1774100"]; + this.columnR1774200 = base.Columns["R1774200"]; + this.columnR1794600 = base.Columns["R1794600"]; + this.columnR1794700 = base.Columns["R1794700"]; + this.columnR1891010 = base.Columns["R1891010"]; + this.columnR2156200 = base.Columns["R2156200"]; + this.columnR2156300 = base.Columns["R2156300"]; + this.columnR2258110 = base.Columns["R2258110"]; + this.columnR2365700 = base.Columns["R2365700"]; + this.columnR2365800 = base.Columns["R2365800"]; + this.columnR2445510 = base.Columns["R2445510"]; + this.columnR2742500 = base.Columns["R2742500"]; + this.columnR2742600 = base.Columns["R2742600"]; + this.columnR2871300 = base.Columns["R2871300"]; + this.columnR2986100 = base.Columns["R2986100"]; + this.columnR2986200 = base.Columns["R2986200"]; + this.columnR3075000 = base.Columns["R3075000"]; + this.columnR3302500 = base.Columns["R3302500"]; + this.columnR3302600 = base.Columns["R3302600"]; + this.columnR3401700 = base.Columns["R3401700"]; + this.columnR3573400 = base.Columns["R3573400"]; + this.columnR3573500 = base.Columns["R3573500"]; + this.columnR3657100 = base.Columns["R3657100"]; + this.columnR3917600 = base.Columns["R3917600"]; + this.columnR3917700 = base.Columns["R3917700"]; + this.columnR4007600 = base.Columns["R4007600"]; + this.columnR4100200 = base.Columns["R4100200"]; + this.columnR4100201 = base.Columns["R4100201"]; + this.columnR4100202 = base.Columns["R4100202"]; + this.columnR4418700 = base.Columns["R4418700"]; + this.columnR4500200 = base.Columns["R4500200"]; + this.columnR4500201 = base.Columns["R4500201"]; + this.columnR4500202 = base.Columns["R4500202"]; + this.columnR5081700 = base.Columns["R5081700"]; + this.columnR5167000 = base.Columns["R5167000"]; + this.columnR5200200 = base.Columns["R5200200"]; + this.columnR5200201 = base.Columns["R5200201"]; + this.columnR5200202 = base.Columns["R5200202"]; + this.columnR6435300 = base.Columns["R6435300"]; + this.columnR6435301 = base.Columns["R6435301"]; + this.columnR6435302 = base.Columns["R6435302"]; + this.columnR6479800 = base.Columns["R6479800"]; + this.columnR6963300 = base.Columns["R6963300"]; + this.columnR6963301 = base.Columns["R6963301"]; + this.columnR6963302 = base.Columns["R6963302"]; + this.columnR7007500 = base.Columns["R7007500"]; + this.columnR7656300 = base.Columns["R7656300"]; + this.columnR7656301 = base.Columns["R7656301"]; + this.columnR7656302 = base.Columns["R7656302"]; + this.columnR7704800 = base.Columns["R7704800"]; + this.columnR7800500 = base.Columns["R7800500"]; + this.columnR7800501 = base.Columns["R7800501"]; + this.columnR7800502 = base.Columns["R7800502"]; + this.columnR8497200 = base.Columns["R8497200"]; + this.columnR9908000 = base.Columns["R9908000"]; + this.columnT0000900 = base.Columns["T0000900"]; + this.columnT0000901 = base.Columns["T0000901"]; + this.columnT0000902 = base.Columns["T0000902"]; + this.columnT0989000 = base.Columns["T0989000"]; + this.columnT1200700 = base.Columns["T1200700"]; + this.columnT1200701 = base.Columns["T1200701"]; + this.columnT1200702 = base.Columns["T1200702"]; + this.columnT2210800 = base.Columns["T2210800"]; + this.columnT2260600 = base.Columns["T2260600"]; + this.columnT2260601 = base.Columns["T2260601"]; + this.columnT2260602 = base.Columns["T2260602"]; + this.columnT2763400 = base.Columns["T2763400"]; + this.columnT2763500 = base.Columns["T2763500"]; + this.columnT2763600 = base.Columns["T2763600"]; + this.columnT2763700 = base.Columns["T2763700"]; + this.columnT2763800 = base.Columns["T2763800"]; + this.columnT2763900 = base.Columns["T2763900"]; + this.columnT2764000 = base.Columns["T2764000"]; + this.columnT3108700 = base.Columns["T3108700"]; + this.columnT3195600 = base.Columns["T3195600"]; + this.columnT3195601 = base.Columns["T3195601"]; + this.columnT3195602 = base.Columns["T3195602"]; + this.columnT3729600 = base.Columns["T3729600"]; + this.columnT3729700 = base.Columns["T3729700"]; + this.columnT3729800 = base.Columns["T3729800"]; + this.columnT3729900 = base.Columns["T3729900"]; + this.columnT3730000 = base.Columns["T3730000"]; + this.columnT3730100 = base.Columns["T3730100"]; + this.columnT4113200 = base.Columns["T4113200"]; + this.columnT4181100 = base.Columns["T4181100"]; + this.columnT4181101 = base.Columns["T4181101"]; + this.columnT4181102 = base.Columns["T4181102"]; + this.columnT5023600 = base.Columns["T5023600"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2312000Column { - get { - return this.columnY2312000; - } + private void InitClass() { + this.columnR0000100 = new global::System.Data.DataColumn("R0000100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0000100); + this.columnR0000149 = new global::System.Data.DataColumn("R0000149", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0000149); + this.columnR0000300 = new global::System.Data.DataColumn("R0000300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0000300); + this.columnR0000500 = new global::System.Data.DataColumn("R0000500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0000500); + this.columnR0009100 = new global::System.Data.DataColumn("R0009100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0009100); + this.columnR0009300 = new global::System.Data.DataColumn("R0009300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0009300); + this.columnR0172500 = new global::System.Data.DataColumn("R0172500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0172500); + this.columnR0172600 = new global::System.Data.DataColumn("R0172600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0172600); + this.columnR0173600 = new global::System.Data.DataColumn("R0173600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0173600); + this.columnR0214700 = new global::System.Data.DataColumn("R0214700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0214700); + this.columnR0214800 = new global::System.Data.DataColumn("R0214800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0214800); + this.columnR0216500 = new global::System.Data.DataColumn("R0216500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0216500); + this.columnR0329200 = new global::System.Data.DataColumn("R0329200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0329200); + this.columnR0329210 = new global::System.Data.DataColumn("R0329210", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0329210); + this.columnR0406510 = new global::System.Data.DataColumn("R0406510", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0406510); + this.columnR0410100 = new global::System.Data.DataColumn("R0410100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0410100); + this.columnR0410300 = new global::System.Data.DataColumn("R0410300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0410300); + this.columnR0530700 = new global::System.Data.DataColumn("R0530700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0530700); + this.columnR0530800 = new global::System.Data.DataColumn("R0530800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0530800); + this.columnR0619010 = new global::System.Data.DataColumn("R0619010", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0619010); + this.columnR0809900 = new global::System.Data.DataColumn("R0809900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0809900); + this.columnR0810000 = new global::System.Data.DataColumn("R0810000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0810000); + this.columnR0898310 = new global::System.Data.DataColumn("R0898310", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0898310); + this.columnR1045700 = new global::System.Data.DataColumn("R1045700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR1045700); + this.columnR1045800 = new global::System.Data.DataColumn("R1045800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR1045800); + this.columnR1145110 = new global::System.Data.DataColumn("R1145110", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR1145110); + this.columnR1427500 = new global::System.Data.DataColumn("R1427500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR1427500); + this.columnR1427600 = new global::System.Data.DataColumn("R1427600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR1427600); + this.columnR1520310 = new global::System.Data.DataColumn("R1520310", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR1520310); + this.columnR1774100 = new global::System.Data.DataColumn("R1774100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR1774100); + this.columnR1774200 = new global::System.Data.DataColumn("R1774200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR1774200); + this.columnR1794600 = new global::System.Data.DataColumn("R1794600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR1794600); + this.columnR1794700 = new global::System.Data.DataColumn("R1794700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR1794700); + this.columnR1891010 = new global::System.Data.DataColumn("R1891010", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR1891010); + this.columnR2156200 = new global::System.Data.DataColumn("R2156200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2156200); + this.columnR2156300 = new global::System.Data.DataColumn("R2156300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2156300); + this.columnR2258110 = new global::System.Data.DataColumn("R2258110", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2258110); + this.columnR2365700 = new global::System.Data.DataColumn("R2365700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2365700); + this.columnR2365800 = new global::System.Data.DataColumn("R2365800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2365800); + this.columnR2445510 = new global::System.Data.DataColumn("R2445510", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2445510); + this.columnR2742500 = new global::System.Data.DataColumn("R2742500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2742500); + this.columnR2742600 = new global::System.Data.DataColumn("R2742600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2742600); + this.columnR2871300 = new global::System.Data.DataColumn("R2871300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2871300); + this.columnR2986100 = new global::System.Data.DataColumn("R2986100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2986100); + this.columnR2986200 = new global::System.Data.DataColumn("R2986200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2986200); + this.columnR3075000 = new global::System.Data.DataColumn("R3075000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3075000); + this.columnR3302500 = new global::System.Data.DataColumn("R3302500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3302500); + this.columnR3302600 = new global::System.Data.DataColumn("R3302600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3302600); + this.columnR3401700 = new global::System.Data.DataColumn("R3401700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3401700); + this.columnR3573400 = new global::System.Data.DataColumn("R3573400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3573400); + this.columnR3573500 = new global::System.Data.DataColumn("R3573500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3573500); + this.columnR3657100 = new global::System.Data.DataColumn("R3657100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3657100); + this.columnR3917600 = new global::System.Data.DataColumn("R3917600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3917600); + this.columnR3917700 = new global::System.Data.DataColumn("R3917700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3917700); + this.columnR4007600 = new global::System.Data.DataColumn("R4007600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4007600); + this.columnR4100200 = new global::System.Data.DataColumn("R4100200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4100200); + this.columnR4100201 = new global::System.Data.DataColumn("R4100201", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4100201); + this.columnR4100202 = new global::System.Data.DataColumn("R4100202", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4100202); + this.columnR4418700 = new global::System.Data.DataColumn("R4418700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4418700); + this.columnR4500200 = new global::System.Data.DataColumn("R4500200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4500200); + this.columnR4500201 = new global::System.Data.DataColumn("R4500201", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4500201); + this.columnR4500202 = new global::System.Data.DataColumn("R4500202", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4500202); + this.columnR5081700 = new global::System.Data.DataColumn("R5081700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5081700); + this.columnR5167000 = new global::System.Data.DataColumn("R5167000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5167000); + this.columnR5200200 = new global::System.Data.DataColumn("R5200200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5200200); + this.columnR5200201 = new global::System.Data.DataColumn("R5200201", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5200201); + this.columnR5200202 = new global::System.Data.DataColumn("R5200202", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5200202); + this.columnR6435300 = new global::System.Data.DataColumn("R6435300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6435300); + this.columnR6435301 = new global::System.Data.DataColumn("R6435301", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6435301); + this.columnR6435302 = new global::System.Data.DataColumn("R6435302", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6435302); + this.columnR6479800 = new global::System.Data.DataColumn("R6479800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6479800); + this.columnR6963300 = new global::System.Data.DataColumn("R6963300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6963300); + this.columnR6963301 = new global::System.Data.DataColumn("R6963301", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6963301); + this.columnR6963302 = new global::System.Data.DataColumn("R6963302", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6963302); + this.columnR7007500 = new global::System.Data.DataColumn("R7007500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7007500); + this.columnR7656300 = new global::System.Data.DataColumn("R7656300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7656300); + this.columnR7656301 = new global::System.Data.DataColumn("R7656301", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7656301); + this.columnR7656302 = new global::System.Data.DataColumn("R7656302", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7656302); + this.columnR7704800 = new global::System.Data.DataColumn("R7704800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7704800); + this.columnR7800500 = new global::System.Data.DataColumn("R7800500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7800500); + this.columnR7800501 = new global::System.Data.DataColumn("R7800501", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7800501); + this.columnR7800502 = new global::System.Data.DataColumn("R7800502", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7800502); + this.columnR8497200 = new global::System.Data.DataColumn("R8497200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8497200); + this.columnR9908000 = new global::System.Data.DataColumn("R9908000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9908000); + this.columnT0000900 = new global::System.Data.DataColumn("T0000900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0000900); + this.columnT0000901 = new global::System.Data.DataColumn("T0000901", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0000901); + this.columnT0000902 = new global::System.Data.DataColumn("T0000902", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0000902); + this.columnT0989000 = new global::System.Data.DataColumn("T0989000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0989000); + this.columnT1200700 = new global::System.Data.DataColumn("T1200700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1200700); + this.columnT1200701 = new global::System.Data.DataColumn("T1200701", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1200701); + this.columnT1200702 = new global::System.Data.DataColumn("T1200702", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1200702); + this.columnT2210800 = new global::System.Data.DataColumn("T2210800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2210800); + this.columnT2260600 = new global::System.Data.DataColumn("T2260600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2260600); + this.columnT2260601 = new global::System.Data.DataColumn("T2260601", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2260601); + this.columnT2260602 = new global::System.Data.DataColumn("T2260602", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2260602); + this.columnT2763400 = new global::System.Data.DataColumn("T2763400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2763400); + this.columnT2763500 = new global::System.Data.DataColumn("T2763500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2763500); + this.columnT2763600 = new global::System.Data.DataColumn("T2763600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2763600); + this.columnT2763700 = new global::System.Data.DataColumn("T2763700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2763700); + this.columnT2763800 = new global::System.Data.DataColumn("T2763800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2763800); + this.columnT2763900 = new global::System.Data.DataColumn("T2763900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2763900); + this.columnT2764000 = new global::System.Data.DataColumn("T2764000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2764000); + this.columnT3108700 = new global::System.Data.DataColumn("T3108700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3108700); + this.columnT3195600 = new global::System.Data.DataColumn("T3195600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3195600); + this.columnT3195601 = new global::System.Data.DataColumn("T3195601", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3195601); + this.columnT3195602 = new global::System.Data.DataColumn("T3195602", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3195602); + this.columnT3729600 = new global::System.Data.DataColumn("T3729600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3729600); + this.columnT3729700 = new global::System.Data.DataColumn("T3729700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3729700); + this.columnT3729800 = new global::System.Data.DataColumn("T3729800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3729800); + this.columnT3729900 = new global::System.Data.DataColumn("T3729900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3729900); + this.columnT3730000 = new global::System.Data.DataColumn("T3730000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3730000); + this.columnT3730100 = new global::System.Data.DataColumn("T3730100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3730100); + this.columnT4113200 = new global::System.Data.DataColumn("T4113200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4113200); + this.columnT4181100 = new global::System.Data.DataColumn("T4181100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4181100); + this.columnT4181101 = new global::System.Data.DataColumn("T4181101", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4181101); + this.columnT4181102 = new global::System.Data.DataColumn("T4181102", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4181102); + this.columnT5023600 = new global::System.Data.DataColumn("T5023600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT5023600); + this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { + this.columnR0000100}, true)); + this.columnR0000100.AllowDBNull = false; + this.columnR0000100.Unique = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2312100Column { + public tblGen1LinksRow NewtblGen1LinksRow() { + return ((tblGen1LinksRow)(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 tblGen1LinksRow(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(tblGen1LinksRow); + } + + [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.tblGen1LinksRowChanged != null)) { + this.tblGen1LinksRowChanged(this, new tblGen1LinksRowChangeEvent(((tblGen1LinksRow)(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.tblGen1LinksRowChanging != null)) { + this.tblGen1LinksRowChanging(this, new tblGen1LinksRowChangeEvent(((tblGen1LinksRow)(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.tblGen1LinksRowDeleted != null)) { + this.tblGen1LinksRowDeleted(this, new tblGen1LinksRowChangeEvent(((tblGen1LinksRow)(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.tblGen1LinksRowDeleting != null)) { + this.tblGen1LinksRowDeleting(this, new tblGen1LinksRowChangeEvent(((tblGen1LinksRow)(e.Row)), e.Action)); + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void RemovetblGen1LinksRow(tblGen1LinksRow 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(); + ImportDataSet ds = new ImportDataSet(); + 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 = "tblGen1LinksDataTable"; + 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 the strongly named DataTable class. + /// + [global::System.Serializable()] + [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] + public partial class tblGen2LinksFromGen1DataTable : global::System.Data.TypedTableBase { + + private global::System.Data.DataColumn columnR0000100; + + private global::System.Data.DataColumn columnR0214700; + + private global::System.Data.DataColumn columnR0214800; + + private global::System.Data.DataColumn columnR4825700; + + private global::System.Data.DataColumn columnR4826000; + + private global::System.Data.DataColumn columnR4826100; + + private global::System.Data.DataColumn columnR4826300; + + private global::System.Data.DataColumn columnR4826500; + + private global::System.Data.DataColumn columnR4826800; + + private global::System.Data.DataColumn columnR5495900; + + private global::System.Data.DataColumn columnR5496200; + + private global::System.Data.DataColumn columnR5496300; + + private global::System.Data.DataColumn columnR5496500; + + private global::System.Data.DataColumn columnR5496700; + + private global::System.Data.DataColumn columnR5497000; + + private global::System.Data.DataColumn columnR5497200; + + private global::System.Data.DataColumn columnR6210700; + + private global::System.Data.DataColumn columnR6210800; + + private global::System.Data.DataColumn columnR6210900; + + private global::System.Data.DataColumn columnR6211500; + + private global::System.Data.DataColumn columnR6211600; + + private global::System.Data.DataColumn columnR6211700; + + private global::System.Data.DataColumn columnR6211800; + + private global::System.Data.DataColumn columnR6211900; + + private global::System.Data.DataColumn columnR6212200; + + private global::System.Data.DataColumn columnR6212300; + + private global::System.Data.DataColumn columnR6764000; + + private global::System.Data.DataColumn columnR6764100; + + private global::System.Data.DataColumn columnR6764200; + + private global::System.Data.DataColumn columnR6764900; + + private global::System.Data.DataColumn columnR6765000; + + private global::System.Data.DataColumn columnR6765100; + + private global::System.Data.DataColumn columnR6765200; + + private global::System.Data.DataColumn columnR6765600; + + private global::System.Data.DataColumn columnR6765700; + + private global::System.Data.DataColumn columnR6765800; + + private global::System.Data.DataColumn columnR6839600; + + private global::System.Data.DataColumn columnR7408300; + + private global::System.Data.DataColumn columnR7408400; + + private global::System.Data.DataColumn columnR7408500; + + private global::System.Data.DataColumn columnR7409200; + + private global::System.Data.DataColumn columnR7409300; + + private global::System.Data.DataColumn columnR7409400; + + private global::System.Data.DataColumn columnR7409500; + + private global::System.Data.DataColumn columnR7409900; + + private global::System.Data.DataColumn columnR7410000; + + private global::System.Data.DataColumn columnR7410100; + + private global::System.Data.DataColumn columnR7548600; + + private global::System.Data.DataColumn columnR8106400; + + private global::System.Data.DataColumn columnR8106500; + + private global::System.Data.DataColumn columnR8106600; + + private global::System.Data.DataColumn columnR8106700; + + private global::System.Data.DataColumn columnR8106800; + + private global::System.Data.DataColumn columnR8106900; + + private global::System.Data.DataColumn columnR8107000; + + private global::System.Data.DataColumn columnR8107100; + + private global::System.Data.DataColumn columnR8107200; + + private global::System.Data.DataColumn columnR8255400; + + private global::System.Data.DataColumn columnR9900400; + + private global::System.Data.DataColumn columnR9900600; + + private global::System.Data.DataColumn columnR9900601; + + private global::System.Data.DataColumn columnR9901200; + + private global::System.Data.DataColumn columnR9901400; + + private global::System.Data.DataColumn columnR9901401; + + private global::System.Data.DataColumn columnR9902000; + + private global::System.Data.DataColumn columnR9902200; + + private global::System.Data.DataColumn columnR9902201; + + private global::System.Data.DataColumn columnR9902800; + + private global::System.Data.DataColumn columnR9903000; + + private global::System.Data.DataColumn columnR9903001; + + private global::System.Data.DataColumn columnR9903600; + + private global::System.Data.DataColumn columnR9903800; + + private global::System.Data.DataColumn columnR9903801; + + private global::System.Data.DataColumn columnR9904400; + + private global::System.Data.DataColumn columnR9904600; + + private global::System.Data.DataColumn columnR9904601; + + private global::System.Data.DataColumn columnR9905200; + + private global::System.Data.DataColumn columnR9905400; + + private global::System.Data.DataColumn columnR9905401; + + private global::System.Data.DataColumn columnR9906000; + + private global::System.Data.DataColumn columnR9906600; + + private global::System.Data.DataColumn columnR9907200; + + private global::System.Data.DataColumn columnR9907800; + + private global::System.Data.DataColumn columnR9908000; + + private global::System.Data.DataColumn columnR9911200; + + private global::System.Data.DataColumn columnR9911201; + + private global::System.Data.DataColumn columnT0337300; + + private global::System.Data.DataColumn columnT0337400; + + private global::System.Data.DataColumn columnT0337500; + + private global::System.Data.DataColumn columnT0337600; + + private global::System.Data.DataColumn columnT0337700; + + private global::System.Data.DataColumn columnT0337800; + + private global::System.Data.DataColumn columnT0337900; + + private global::System.Data.DataColumn columnT0338000; + + private global::System.Data.DataColumn columnT0338100; + + private global::System.Data.DataColumn columnT0338200; + + private global::System.Data.DataColumn columnT0338300; + + private global::System.Data.DataColumn columnT0338400; + + private global::System.Data.DataColumn columnT0338500; + + private global::System.Data.DataColumn columnT0338600; + + private global::System.Data.DataColumn columnT1486900; + + private global::System.Data.DataColumn columnT1487000; + + private global::System.Data.DataColumn columnT1487100; + + private global::System.Data.DataColumn columnT1487200; + + private global::System.Data.DataColumn columnT1487300; + + private global::System.Data.DataColumn columnT1487400; + + private global::System.Data.DataColumn columnT1487500; + + private global::System.Data.DataColumn columnT1487600; + + private global::System.Data.DataColumn columnT1487700; + + private global::System.Data.DataColumn columnT1487800; + + private global::System.Data.DataColumn columnT2217700; + + private global::System.Data.DataColumn columnT2533500; + + private global::System.Data.DataColumn columnT2533600; + + private global::System.Data.DataColumn columnT2533700; + + private global::System.Data.DataColumn columnT2533800; + + private global::System.Data.DataColumn columnT2533900; + + private global::System.Data.DataColumn columnT2534000; + + private global::System.Data.DataColumn columnT2534100; + + private global::System.Data.DataColumn columnT2534200; + + private global::System.Data.DataColumn columnT2534300; + + private global::System.Data.DataColumn columnT2534400; + + private global::System.Data.DataColumn columnT2534500; + + private global::System.Data.DataColumn columnT3519800; + + private global::System.Data.DataColumn columnT3519900; + + private global::System.Data.DataColumn columnT3520000; + + private global::System.Data.DataColumn columnT3520100; + + private global::System.Data.DataColumn columnT3520200; + + private global::System.Data.DataColumn columnT3520300; + + private global::System.Data.DataColumn columnT3520400; + + private global::System.Data.DataColumn columnT3520500; + + private global::System.Data.DataColumn columnT3520600; + + private global::System.Data.DataColumn columnT4483300; + + private global::System.Data.DataColumn columnT4483400; + + private global::System.Data.DataColumn columnT4483500; + + private global::System.Data.DataColumn columnT4483600; + + private global::System.Data.DataColumn columnT4483700; + + private global::System.Data.DataColumn columnT4483800; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public tblGen2LinksFromGen1DataTable() { + this.TableName = "tblGen2LinksFromGen1"; + this.BeginInit(); + this.InitClass(); + this.EndInit(); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + internal tblGen2LinksFromGen1DataTable(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 tblGen2LinksFromGen1DataTable(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 R0000100Column { get { - return this.columnY2312100; + return this.columnR0000100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2312200Column { + public global::System.Data.DataColumn R0214700Column { get { - return this.columnY2312200; + return this.columnR0214700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2312300Column { + public global::System.Data.DataColumn R0214800Column { get { - return this.columnY2312300; + return this.columnR0214800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2312400Column { + public global::System.Data.DataColumn R4825700Column { get { - return this.columnY2312400; + return this.columnR4825700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2312500Column { + public global::System.Data.DataColumn R4826000Column { get { - return this.columnY2312500; + return this.columnR4826000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2312600Column { + public global::System.Data.DataColumn R4826100Column { get { - return this.columnY2312600; + return this.columnR4826100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2312700Column { + public global::System.Data.DataColumn R4826300Column { get { - return this.columnY2312700; + return this.columnR4826300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2312800Column { + public global::System.Data.DataColumn R4826500Column { get { - return this.columnY2312800; + return this.columnR4826500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2312900Column { + public global::System.Data.DataColumn R4826800Column { get { - return this.columnY2312900; + return this.columnR4826800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2313000Column { + public global::System.Data.DataColumn R5495900Column { get { - return this.columnY2313000; + return this.columnR5495900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2313100Column { + public global::System.Data.DataColumn R5496200Column { get { - return this.columnY2313100; + return this.columnR5496200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2313200Column { + public global::System.Data.DataColumn R5496300Column { get { - return this.columnY2313200; + return this.columnR5496300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2313300Column { + public global::System.Data.DataColumn R5496500Column { get { - return this.columnY2313300; + return this.columnR5496500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2313400Column { + public global::System.Data.DataColumn R5496700Column { get { - return this.columnY2313400; + return this.columnR5496700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2313500Column { + public global::System.Data.DataColumn R5497000Column { get { - return this.columnY2313500; + return this.columnR5497000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2313600Column { + public global::System.Data.DataColumn R5497200Column { get { - return this.columnY2313600; + return this.columnR5497200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2313700Column { + public global::System.Data.DataColumn R6210700Column { get { - return this.columnY2313700; + return this.columnR6210700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2567000Column { + public global::System.Data.DataColumn R6210800Column { get { - return this.columnY2567000; + return this.columnR6210800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2567100Column { + public global::System.Data.DataColumn R6210900Column { get { - return this.columnY2567100; + return this.columnR6210900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2567200Column { + public global::System.Data.DataColumn R6211500Column { get { - return this.columnY2567200; + return this.columnR6211500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2616000Column { + public global::System.Data.DataColumn R6211600Column { get { - return this.columnY2616000; + return this.columnR6211600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2633100Column { + public global::System.Data.DataColumn R6211700Column { get { - return this.columnY2633100; + return this.columnR6211700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2633101Column { + public global::System.Data.DataColumn R6211800Column { get { - return this.columnY2633101; + return this.columnR6211800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2633102Column { + public global::System.Data.DataColumn R6211900Column { get { - return this.columnY2633102; + return this.columnR6211900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2644500Column { + public global::System.Data.DataColumn R6212200Column { get { - return this.columnY2644500; + return this.columnR6212200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2644600Column { + public global::System.Data.DataColumn R6212300Column { get { - return this.columnY2644600; + return this.columnR6212300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2644700Column { + public global::System.Data.DataColumn R6764000Column { get { - return this.columnY2644700; + return this.columnR6764000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2644800Column { + public global::System.Data.DataColumn R6764100Column { get { - return this.columnY2644800; + return this.columnR6764100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2644900Column { + public global::System.Data.DataColumn R6764200Column { get { - return this.columnY2644900; + return this.columnR6764200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2645000Column { + public global::System.Data.DataColumn R6764900Column { get { - return this.columnY2645000; + return this.columnR6764900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2645100Column { + public global::System.Data.DataColumn R6765000Column { get { - return this.columnY2645100; + return this.columnR6765000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2645200Column { + public global::System.Data.DataColumn R6765100Column { get { - return this.columnY2645200; + return this.columnR6765100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2645300Column { + public global::System.Data.DataColumn R6765200Column { get { - return this.columnY2645300; + return this.columnR6765200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2645400Column { + public global::System.Data.DataColumn R6765600Column { get { - return this.columnY2645400; + return this.columnR6765600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2645500Column { + public global::System.Data.DataColumn R6765700Column { get { - return this.columnY2645500; + return this.columnR6765700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2645600Column { + public global::System.Data.DataColumn R6765800Column { get { - return this.columnY2645600; + return this.columnR6765800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2645700Column { + public global::System.Data.DataColumn R6839600Column { get { - return this.columnY2645700; + return this.columnR6839600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2645800Column { + public global::System.Data.DataColumn R7408300Column { get { - return this.columnY2645800; + return this.columnR7408300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2645900Column { + public global::System.Data.DataColumn R7408400Column { get { - return this.columnY2645900; + return this.columnR7408400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2646000Column { + public global::System.Data.DataColumn R7408500Column { get { - return this.columnY2646000; + return this.columnR7408500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2646100Column { + public global::System.Data.DataColumn R7409200Column { get { - return this.columnY2646100; + return this.columnR7409200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2646200Column { + public global::System.Data.DataColumn R7409300Column { get { - return this.columnY2646200; + return this.columnR7409300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2646300Column { + public global::System.Data.DataColumn R7409400Column { get { - return this.columnY2646300; + return this.columnR7409400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2646400Column { + public global::System.Data.DataColumn R7409500Column { get { - return this.columnY2646400; + return this.columnR7409500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2966400Column { + public global::System.Data.DataColumn R7409900Column { get { - return this.columnY2966400; + return this.columnR7409900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2990500Column { + public global::System.Data.DataColumn R7410000Column { get { - return this.columnY2990500; + return this.columnR7410000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2990501Column { + public global::System.Data.DataColumn R7410100Column { get { - return this.columnY2990501; + return this.columnR7410100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y2990502Column { + public global::System.Data.DataColumn R7548600Column { get { - return this.columnY2990502; + return this.columnR7548600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y3002700Column { + public global::System.Data.DataColumn R8106400Column { get { - return this.columnY3002700; + return this.columnR8106400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y3002800Column { + public global::System.Data.DataColumn R8106500Column { get { - return this.columnY3002800; + return this.columnR8106500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y3002900Column { + public global::System.Data.DataColumn R8106600Column { get { - return this.columnY3002900; + return this.columnR8106600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y3003000Column { + public global::System.Data.DataColumn R8106700Column { get { - return this.columnY3003000; + return this.columnR8106700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y3003100Column { + public global::System.Data.DataColumn R8106800Column { get { - return this.columnY3003100; + return this.columnR8106800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y3003200Column { + public global::System.Data.DataColumn R8106900Column { get { - return this.columnY3003200; + return this.columnR8106900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y3003300Column { + public global::System.Data.DataColumn R8107000Column { get { - return this.columnY3003300; + return this.columnR8107000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y3003400Column { + public global::System.Data.DataColumn R8107100Column { get { - return this.columnY3003400; + return this.columnR8107100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y3003500Column { + public global::System.Data.DataColumn R8107200Column { get { - return this.columnY3003500; + return this.columnR8107200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y3003600Column { + public global::System.Data.DataColumn R8255400Column { get { - return this.columnY3003600; + return this.columnR8255400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn Y3331900Column { + public global::System.Data.DataColumn R9900400Column { get { - return this.columnY3331900; + return this.columnR9900400; } } [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 { + public global::System.Data.DataColumn R9900600Column { get { - return this.Rows.Count; + return this.columnR9900600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2LinksRow this[int index] { + public global::System.Data.DataColumn R9900601Column { get { - return ((tblGen2LinksRow)(this.Rows[index])); + return this.columnR9900601; } } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2LinksRowChangeEventHandler tblGen2LinksRowChanging; + public global::System.Data.DataColumn R9901200Column { + get { + return this.columnR9901200; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2LinksRowChangeEventHandler tblGen2LinksRowChanged; + public global::System.Data.DataColumn R9901400Column { + get { + return this.columnR9901400; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2LinksRowChangeEventHandler tblGen2LinksRowDeleting; + public global::System.Data.DataColumn R9901401Column { + get { + return this.columnR9901401; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen2LinksRowChangeEventHandler tblGen2LinksRowDeleted; + public global::System.Data.DataColumn R9902000Column { + get { + return this.columnR9902000; + } + } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void AddtblGen2LinksRow(tblGen2LinksRow row) { - this.Rows.Add(row); + public global::System.Data.DataColumn R9902200Column { + get { + return this.columnR9902200; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2LinksRow AddtblGen2LinksRow( - int C0000100, - int C0000200, - int C0005300, - int C0005400, - int C0005500, - int C0005700, - int C0005800, - int C0006500, - int C0006800, - int C0007010, - int C0007030, - int C0007041, - int C0007043, - int C0007045, - int C0007047, - int C0007049, - int C0007052, - int C0007055, - int C0402400, - int C0402500, - int C0402600, - int C0404100, - int C0404200, - int C0737000, - int C0737100, - int C0737200, - int C0948700, - int C0948800, - int C0948900, - int C1146600, - int C1146700, - int C1146800, - int C1230100, - int C1230200, - int C1230300, - int C1548100, - int C1548101, - int C1548102, - int C1989400, - int C1989401, - int C1989402, - int C2305100, - int C2305101, - int C2305102, - int C2544700, - int C2544701, - int C2544702, - int C2814500, - int C2814501, - int C2814502, - int C3123500, - int C3123501, - int C3123502, - int C3601100, - int C3627700, - int C3627701, - int C3627702, - int C3981100, - int C4006300, - int C4006301, - int C4006302, - int C5524800, - int C5550100, - int C5550101, - int C5550102, - int C5801100, - int Y0000200, - int Y0000201, - int Y0000202, - int Y0002100, - int Y0390100, - int Y0390101, - int Y0390102, - int Y0677600, - int Y0933700, - int Y0933701, - int Y0933702, - int Y0974800, - int Y1180500, - int Y1180501, - int Y1180502, - int Y1192400, - int Y1421100, - int Y1421101, - int Y1421102, - int Y1434300, - int Y1450200, - int Y1450201, - int Y1450202, - int Y1672700, - int Y1695600, - int Y1695601, - int Y1695602, - int Y1707300, - int Y1707400, - int Y1707500, - int Y1707600, - int Y1707700, - int Y1707800, - int Y1707900, - int Y1708000, - int Y1708100, - int Y1708200, - int Y1708300, - int Y1708400, - int Y1708500, - int Y1708600, - int Y1708700, - int Y1708800, - int Y1708900, - int Y1709000, - int Y1709100, - int Y1709200, - int Y1709300, - int Y1948500, - int Y1981600, - int Y1981601, - int Y1981602, - int Y1992900, - int Y1993000, - int Y1993100, - int Y1993200, - int Y1993300, - int Y1993400, - int Y1993500, - int Y1993600, - int Y1993700, - int Y1993800, - int Y1993900, - int Y1994000, - int Y1994100, - int Y1994200, - int Y1994300, - int Y1994400, - int Y1994500, - int Y1994600, - int Y1994700, - int Y1994800, - int Y1994900, - int Y2148600, - int Y2267100, - int Y2300400, - int Y2300401, - int Y2300402, - int Y2311700, - int Y2311800, - int Y2311900, - int Y2312000, - int Y2312100, - int Y2312200, - int Y2312300, - int Y2312400, - int Y2312500, - int Y2312600, - int Y2312700, - int Y2312800, - int Y2312900, - int Y2313000, - int Y2313100, - int Y2313200, - int Y2313300, - int Y2313400, - int Y2313500, - int Y2313600, - int Y2313700, - int Y2567000, - int Y2567100, - int Y2567200, - int Y2616000, - int Y2633100, - int Y2633101, - int Y2633102, - int Y2644500, - int Y2644600, - int Y2644700, - int Y2644800, - int Y2644900, - int Y2645000, - int Y2645100, - int Y2645200, - int Y2645300, - int Y2645400, - int Y2645500, - int Y2645600, - int Y2645700, - int Y2645800, - int Y2645900, - int Y2646000, - int Y2646100, - int Y2646200, - int Y2646300, - int Y2646400, - int Y2966400, - int Y2990500, - int Y2990501, - int Y2990502, - int Y3002700, - int Y3002800, - int Y3002900, - int Y3003000, - int Y3003100, - int Y3003200, - int Y3003300, - int Y3003400, - int Y3003500, - int Y3003600, - int Y3331900) { - tblGen2LinksRow rowtblGen2LinksRow = ((tblGen2LinksRow)(this.NewRow())); - object[] columnValuesArray = new object[] { - C0000100, - C0000200, - C0005300, - C0005400, - C0005500, - C0005700, - C0005800, - C0006500, - C0006800, - C0007010, - C0007030, - C0007041, - C0007043, - C0007045, - C0007047, - C0007049, - C0007052, - C0007055, - C0402400, - C0402500, - C0402600, - C0404100, - C0404200, - C0737000, - C0737100, - C0737200, - C0948700, - C0948800, - C0948900, - C1146600, - C1146700, - C1146800, - C1230100, - C1230200, - C1230300, - C1548100, - C1548101, - C1548102, - C1989400, - C1989401, - C1989402, - C2305100, - C2305101, - C2305102, - C2544700, - C2544701, - C2544702, - C2814500, - C2814501, - C2814502, - C3123500, - C3123501, - C3123502, - C3601100, - C3627700, - C3627701, - C3627702, - C3981100, - C4006300, - C4006301, - C4006302, - C5524800, - C5550100, - C5550101, - C5550102, - C5801100, - Y0000200, - Y0000201, - Y0000202, - Y0002100, - Y0390100, - Y0390101, - Y0390102, - Y0677600, - Y0933700, - Y0933701, - Y0933702, - Y0974800, - Y1180500, - Y1180501, - Y1180502, - Y1192400, - Y1421100, - Y1421101, - Y1421102, - Y1434300, - Y1450200, - Y1450201, - Y1450202, - Y1672700, - Y1695600, - Y1695601, - Y1695602, - Y1707300, - Y1707400, - Y1707500, - Y1707600, - Y1707700, - Y1707800, - Y1707900, - Y1708000, - Y1708100, - Y1708200, - Y1708300, - Y1708400, - Y1708500, - Y1708600, - Y1708700, - Y1708800, - Y1708900, - Y1709000, - Y1709100, - Y1709200, - Y1709300, - Y1948500, - Y1981600, - Y1981601, - Y1981602, - Y1992900, - Y1993000, - Y1993100, - Y1993200, - Y1993300, - Y1993400, - Y1993500, - Y1993600, - Y1993700, - Y1993800, - Y1993900, - Y1994000, - Y1994100, - Y1994200, - Y1994300, - Y1994400, - Y1994500, - Y1994600, - Y1994700, - Y1994800, - Y1994900, - Y2148600, - Y2267100, - Y2300400, - Y2300401, - Y2300402, - Y2311700, - Y2311800, - Y2311900, - Y2312000, - Y2312100, - Y2312200, - Y2312300, - Y2312400, - Y2312500, - Y2312600, - Y2312700, - Y2312800, - Y2312900, - Y2313000, - Y2313100, - Y2313200, - Y2313300, - Y2313400, - Y2313500, - Y2313600, - Y2313700, - Y2567000, - Y2567100, - Y2567200, - Y2616000, - Y2633100, - Y2633101, - Y2633102, - Y2644500, - Y2644600, - Y2644700, - Y2644800, - Y2644900, - Y2645000, - Y2645100, - Y2645200, - Y2645300, - Y2645400, - Y2645500, - Y2645600, - Y2645700, - Y2645800, - Y2645900, - Y2646000, - Y2646100, - Y2646200, - Y2646300, - Y2646400, - Y2966400, - Y2990500, - Y2990501, - Y2990502, - Y3002700, - Y3002800, - Y3002900, - Y3003000, - Y3003100, - Y3003200, - Y3003300, - Y3003400, - Y3003500, - Y3003600, - Y3331900}; - rowtblGen2LinksRow.ItemArray = columnValuesArray; - this.Rows.Add(rowtblGen2LinksRow); - return rowtblGen2LinksRow; + public global::System.Data.DataColumn R9902201Column { + get { + return this.columnR9902201; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public override global::System.Data.DataTable Clone() { - tblGen2LinksDataTable cln = ((tblGen2LinksDataTable)(base.Clone())); - cln.InitVars(); - return cln; + public global::System.Data.DataColumn R9902800Column { + get { + return this.columnR9902800; + } } [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 tblGen2LinksDataTable(); + public global::System.Data.DataColumn R9903000Column { + get { + return this.columnR9903000; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal void InitVars() { - this.columnC0000100 = base.Columns["C0000100"]; - this.columnC0000200 = base.Columns["C0000200"]; - this.columnC0005300 = base.Columns["C0005300"]; - this.columnC0005400 = base.Columns["C0005400"]; - this.columnC0005500 = base.Columns["C0005500"]; - this.columnC0005700 = base.Columns["C0005700"]; - this.columnC0005800 = base.Columns["C0005800"]; - this.columnC0006500 = base.Columns["C0006500"]; - this.columnC0006800 = base.Columns["C0006800"]; - this.columnC0007010 = base.Columns["C0007010"]; - this.columnC0007030 = base.Columns["C0007030"]; - this.columnC0007041 = base.Columns["C0007041"]; - this.columnC0007043 = base.Columns["C0007043"]; - this.columnC0007045 = base.Columns["C0007045"]; - this.columnC0007047 = base.Columns["C0007047"]; - this.columnC0007049 = base.Columns["C0007049"]; - this.columnC0007052 = base.Columns["C0007052"]; - this.columnC0007055 = base.Columns["C0007055"]; - this.columnC0402400 = base.Columns["C0402400"]; - this.columnC0402500 = base.Columns["C0402500"]; - this.columnC0402600 = base.Columns["C0402600"]; - this.columnC0404100 = base.Columns["C0404100"]; - this.columnC0404200 = base.Columns["C0404200"]; - this.columnC0737000 = base.Columns["C0737000"]; - this.columnC0737100 = base.Columns["C0737100"]; - this.columnC0737200 = base.Columns["C0737200"]; - this.columnC0948700 = base.Columns["C0948700"]; - this.columnC0948800 = base.Columns["C0948800"]; - this.columnC0948900 = base.Columns["C0948900"]; - this.columnC1146600 = base.Columns["C1146600"]; - this.columnC1146700 = base.Columns["C1146700"]; - this.columnC1146800 = base.Columns["C1146800"]; - this.columnC1230100 = base.Columns["C1230100"]; - this.columnC1230200 = base.Columns["C1230200"]; - this.columnC1230300 = base.Columns["C1230300"]; - this.columnC1548100 = base.Columns["C1548100"]; - this.columnC1548101 = base.Columns["C1548101"]; - this.columnC1548102 = base.Columns["C1548102"]; - this.columnC1989400 = base.Columns["C1989400"]; - this.columnC1989401 = base.Columns["C1989401"]; - this.columnC1989402 = base.Columns["C1989402"]; - this.columnC2305100 = base.Columns["C2305100"]; - this.columnC2305101 = base.Columns["C2305101"]; - this.columnC2305102 = base.Columns["C2305102"]; - this.columnC2544700 = base.Columns["C2544700"]; - this.columnC2544701 = base.Columns["C2544701"]; - this.columnC2544702 = base.Columns["C2544702"]; - this.columnC2814500 = base.Columns["C2814500"]; - this.columnC2814501 = base.Columns["C2814501"]; - this.columnC2814502 = base.Columns["C2814502"]; - this.columnC3123500 = base.Columns["C3123500"]; - this.columnC3123501 = base.Columns["C3123501"]; - this.columnC3123502 = base.Columns["C3123502"]; - this.columnC3601100 = base.Columns["C3601100"]; - this.columnC3627700 = base.Columns["C3627700"]; - this.columnC3627701 = base.Columns["C3627701"]; - this.columnC3627702 = base.Columns["C3627702"]; - this.columnC3981100 = base.Columns["C3981100"]; - this.columnC4006300 = base.Columns["C4006300"]; - this.columnC4006301 = base.Columns["C4006301"]; - this.columnC4006302 = base.Columns["C4006302"]; - this.columnC5524800 = base.Columns["C5524800"]; - this.columnC5550100 = base.Columns["C5550100"]; - this.columnC5550101 = base.Columns["C5550101"]; - this.columnC5550102 = base.Columns["C5550102"]; - this.columnC5801100 = base.Columns["C5801100"]; - this.columnY0000200 = base.Columns["Y0000200"]; - this.columnY0000201 = base.Columns["Y0000201"]; - this.columnY0000202 = base.Columns["Y0000202"]; - this.columnY0002100 = base.Columns["Y0002100"]; - this.columnY0390100 = base.Columns["Y0390100"]; - this.columnY0390101 = base.Columns["Y0390101"]; - this.columnY0390102 = base.Columns["Y0390102"]; - this.columnY0677600 = base.Columns["Y0677600"]; - this.columnY0933700 = base.Columns["Y0933700"]; - this.columnY0933701 = base.Columns["Y0933701"]; - this.columnY0933702 = base.Columns["Y0933702"]; - this.columnY0974800 = base.Columns["Y0974800"]; - this.columnY1180500 = base.Columns["Y1180500"]; - this.columnY1180501 = base.Columns["Y1180501"]; - this.columnY1180502 = base.Columns["Y1180502"]; - this.columnY1192400 = base.Columns["Y1192400"]; - this.columnY1421100 = base.Columns["Y1421100"]; - this.columnY1421101 = base.Columns["Y1421101"]; - this.columnY1421102 = base.Columns["Y1421102"]; - this.columnY1434300 = base.Columns["Y1434300"]; - this.columnY1450200 = base.Columns["Y1450200"]; - this.columnY1450201 = base.Columns["Y1450201"]; - this.columnY1450202 = base.Columns["Y1450202"]; - this.columnY1672700 = base.Columns["Y1672700"]; - this.columnY1695600 = base.Columns["Y1695600"]; - this.columnY1695601 = base.Columns["Y1695601"]; - this.columnY1695602 = base.Columns["Y1695602"]; - this.columnY1707300 = base.Columns["Y1707300"]; - this.columnY1707400 = base.Columns["Y1707400"]; - this.columnY1707500 = base.Columns["Y1707500"]; - this.columnY1707600 = base.Columns["Y1707600"]; - this.columnY1707700 = base.Columns["Y1707700"]; - this.columnY1707800 = base.Columns["Y1707800"]; - this.columnY1707900 = base.Columns["Y1707900"]; - this.columnY1708000 = base.Columns["Y1708000"]; - this.columnY1708100 = base.Columns["Y1708100"]; - this.columnY1708200 = base.Columns["Y1708200"]; - this.columnY1708300 = base.Columns["Y1708300"]; - this.columnY1708400 = base.Columns["Y1708400"]; - this.columnY1708500 = base.Columns["Y1708500"]; - this.columnY1708600 = base.Columns["Y1708600"]; - this.columnY1708700 = base.Columns["Y1708700"]; - this.columnY1708800 = base.Columns["Y1708800"]; - this.columnY1708900 = base.Columns["Y1708900"]; - this.columnY1709000 = base.Columns["Y1709000"]; - this.columnY1709100 = base.Columns["Y1709100"]; - this.columnY1709200 = base.Columns["Y1709200"]; - this.columnY1709300 = base.Columns["Y1709300"]; - this.columnY1948500 = base.Columns["Y1948500"]; - this.columnY1981600 = base.Columns["Y1981600"]; - this.columnY1981601 = base.Columns["Y1981601"]; - this.columnY1981602 = base.Columns["Y1981602"]; - this.columnY1992900 = base.Columns["Y1992900"]; - this.columnY1993000 = base.Columns["Y1993000"]; - this.columnY1993100 = base.Columns["Y1993100"]; - this.columnY1993200 = base.Columns["Y1993200"]; - this.columnY1993300 = base.Columns["Y1993300"]; - this.columnY1993400 = base.Columns["Y1993400"]; - this.columnY1993500 = base.Columns["Y1993500"]; - this.columnY1993600 = base.Columns["Y1993600"]; - this.columnY1993700 = base.Columns["Y1993700"]; - this.columnY1993800 = base.Columns["Y1993800"]; - this.columnY1993900 = base.Columns["Y1993900"]; - this.columnY1994000 = base.Columns["Y1994000"]; - this.columnY1994100 = base.Columns["Y1994100"]; - this.columnY1994200 = base.Columns["Y1994200"]; - this.columnY1994300 = base.Columns["Y1994300"]; - this.columnY1994400 = base.Columns["Y1994400"]; - this.columnY1994500 = base.Columns["Y1994500"]; - this.columnY1994600 = base.Columns["Y1994600"]; - this.columnY1994700 = base.Columns["Y1994700"]; - this.columnY1994800 = base.Columns["Y1994800"]; - this.columnY1994900 = base.Columns["Y1994900"]; - this.columnY2148600 = base.Columns["Y2148600"]; - this.columnY2267100 = base.Columns["Y2267100"]; - this.columnY2300400 = base.Columns["Y2300400"]; - this.columnY2300401 = base.Columns["Y2300401"]; - this.columnY2300402 = base.Columns["Y2300402"]; - this.columnY2311700 = base.Columns["Y2311700"]; - this.columnY2311800 = base.Columns["Y2311800"]; - this.columnY2311900 = base.Columns["Y2311900"]; - this.columnY2312000 = base.Columns["Y2312000"]; - this.columnY2312100 = base.Columns["Y2312100"]; - this.columnY2312200 = base.Columns["Y2312200"]; - this.columnY2312300 = base.Columns["Y2312300"]; - this.columnY2312400 = base.Columns["Y2312400"]; - this.columnY2312500 = base.Columns["Y2312500"]; - this.columnY2312600 = base.Columns["Y2312600"]; - this.columnY2312700 = base.Columns["Y2312700"]; - this.columnY2312800 = base.Columns["Y2312800"]; - this.columnY2312900 = base.Columns["Y2312900"]; - this.columnY2313000 = base.Columns["Y2313000"]; - this.columnY2313100 = base.Columns["Y2313100"]; - this.columnY2313200 = base.Columns["Y2313200"]; - this.columnY2313300 = base.Columns["Y2313300"]; - this.columnY2313400 = base.Columns["Y2313400"]; - this.columnY2313500 = base.Columns["Y2313500"]; - this.columnY2313600 = base.Columns["Y2313600"]; - this.columnY2313700 = base.Columns["Y2313700"]; - this.columnY2567000 = base.Columns["Y2567000"]; - this.columnY2567100 = base.Columns["Y2567100"]; - this.columnY2567200 = base.Columns["Y2567200"]; - this.columnY2616000 = base.Columns["Y2616000"]; - this.columnY2633100 = base.Columns["Y2633100"]; - this.columnY2633101 = base.Columns["Y2633101"]; - this.columnY2633102 = base.Columns["Y2633102"]; - this.columnY2644500 = base.Columns["Y2644500"]; - this.columnY2644600 = base.Columns["Y2644600"]; - this.columnY2644700 = base.Columns["Y2644700"]; - this.columnY2644800 = base.Columns["Y2644800"]; - this.columnY2644900 = base.Columns["Y2644900"]; - this.columnY2645000 = base.Columns["Y2645000"]; - this.columnY2645100 = base.Columns["Y2645100"]; - this.columnY2645200 = base.Columns["Y2645200"]; - this.columnY2645300 = base.Columns["Y2645300"]; - this.columnY2645400 = base.Columns["Y2645400"]; - this.columnY2645500 = base.Columns["Y2645500"]; - this.columnY2645600 = base.Columns["Y2645600"]; - this.columnY2645700 = base.Columns["Y2645700"]; - this.columnY2645800 = base.Columns["Y2645800"]; - this.columnY2645900 = base.Columns["Y2645900"]; - this.columnY2646000 = base.Columns["Y2646000"]; - this.columnY2646100 = base.Columns["Y2646100"]; - this.columnY2646200 = base.Columns["Y2646200"]; - this.columnY2646300 = base.Columns["Y2646300"]; - this.columnY2646400 = base.Columns["Y2646400"]; - this.columnY2966400 = base.Columns["Y2966400"]; - this.columnY2990500 = base.Columns["Y2990500"]; - this.columnY2990501 = base.Columns["Y2990501"]; - this.columnY2990502 = base.Columns["Y2990502"]; - this.columnY3002700 = base.Columns["Y3002700"]; - this.columnY3002800 = base.Columns["Y3002800"]; - this.columnY3002900 = base.Columns["Y3002900"]; - this.columnY3003000 = base.Columns["Y3003000"]; - this.columnY3003100 = base.Columns["Y3003100"]; - this.columnY3003200 = base.Columns["Y3003200"]; - this.columnY3003300 = base.Columns["Y3003300"]; - this.columnY3003400 = base.Columns["Y3003400"]; - this.columnY3003500 = base.Columns["Y3003500"]; - this.columnY3003600 = base.Columns["Y3003600"]; - this.columnY3331900 = base.Columns["Y3331900"]; + public global::System.Data.DataColumn R9903001Column { + get { + return this.columnR9903001; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - private void InitClass() { - this.columnC0000100 = new global::System.Data.DataColumn("C0000100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0000100); - this.columnC0000200 = new global::System.Data.DataColumn("C0000200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0000200); - this.columnC0005300 = new global::System.Data.DataColumn("C0005300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0005300); - this.columnC0005400 = new global::System.Data.DataColumn("C0005400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0005400); - this.columnC0005500 = new global::System.Data.DataColumn("C0005500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0005500); - this.columnC0005700 = new global::System.Data.DataColumn("C0005700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0005700); - this.columnC0005800 = new global::System.Data.DataColumn("C0005800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0005800); - this.columnC0006500 = new global::System.Data.DataColumn("C0006500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0006500); - this.columnC0006800 = new global::System.Data.DataColumn("C0006800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0006800); - this.columnC0007010 = new global::System.Data.DataColumn("C0007010", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0007010); - this.columnC0007030 = new global::System.Data.DataColumn("C0007030", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0007030); - this.columnC0007041 = new global::System.Data.DataColumn("C0007041", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0007041); - this.columnC0007043 = new global::System.Data.DataColumn("C0007043", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0007043); - this.columnC0007045 = new global::System.Data.DataColumn("C0007045", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0007045); - this.columnC0007047 = new global::System.Data.DataColumn("C0007047", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0007047); - this.columnC0007049 = new global::System.Data.DataColumn("C0007049", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0007049); - this.columnC0007052 = new global::System.Data.DataColumn("C0007052", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0007052); - this.columnC0007055 = new global::System.Data.DataColumn("C0007055", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0007055); - this.columnC0402400 = new global::System.Data.DataColumn("C0402400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0402400); - this.columnC0402500 = new global::System.Data.DataColumn("C0402500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0402500); - this.columnC0402600 = new global::System.Data.DataColumn("C0402600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0402600); - this.columnC0404100 = new global::System.Data.DataColumn("C0404100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0404100); - this.columnC0404200 = new global::System.Data.DataColumn("C0404200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0404200); - this.columnC0737000 = new global::System.Data.DataColumn("C0737000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0737000); - this.columnC0737100 = new global::System.Data.DataColumn("C0737100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0737100); - this.columnC0737200 = new global::System.Data.DataColumn("C0737200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0737200); - this.columnC0948700 = new global::System.Data.DataColumn("C0948700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0948700); - this.columnC0948800 = new global::System.Data.DataColumn("C0948800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0948800); - this.columnC0948900 = new global::System.Data.DataColumn("C0948900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC0948900); - this.columnC1146600 = new global::System.Data.DataColumn("C1146600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1146600); - this.columnC1146700 = new global::System.Data.DataColumn("C1146700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1146700); - this.columnC1146800 = new global::System.Data.DataColumn("C1146800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1146800); - this.columnC1230100 = new global::System.Data.DataColumn("C1230100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1230100); - this.columnC1230200 = new global::System.Data.DataColumn("C1230200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1230200); - this.columnC1230300 = new global::System.Data.DataColumn("C1230300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1230300); - this.columnC1548100 = new global::System.Data.DataColumn("C1548100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1548100); - this.columnC1548101 = new global::System.Data.DataColumn("C1548101", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1548101); - this.columnC1548102 = new global::System.Data.DataColumn("C1548102", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1548102); - this.columnC1989400 = new global::System.Data.DataColumn("C1989400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1989400); - this.columnC1989401 = new global::System.Data.DataColumn("C1989401", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1989401); - this.columnC1989402 = new global::System.Data.DataColumn("C1989402", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC1989402); - this.columnC2305100 = new global::System.Data.DataColumn("C2305100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC2305100); - this.columnC2305101 = new global::System.Data.DataColumn("C2305101", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC2305101); - this.columnC2305102 = new global::System.Data.DataColumn("C2305102", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC2305102); - this.columnC2544700 = new global::System.Data.DataColumn("C2544700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC2544700); - this.columnC2544701 = new global::System.Data.DataColumn("C2544701", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC2544701); - this.columnC2544702 = new global::System.Data.DataColumn("C2544702", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC2544702); - this.columnC2814500 = new global::System.Data.DataColumn("C2814500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC2814500); - this.columnC2814501 = new global::System.Data.DataColumn("C2814501", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC2814501); - this.columnC2814502 = new global::System.Data.DataColumn("C2814502", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC2814502); - this.columnC3123500 = new global::System.Data.DataColumn("C3123500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3123500); - this.columnC3123501 = new global::System.Data.DataColumn("C3123501", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3123501); - this.columnC3123502 = new global::System.Data.DataColumn("C3123502", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3123502); - this.columnC3601100 = new global::System.Data.DataColumn("C3601100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3601100); - this.columnC3627700 = new global::System.Data.DataColumn("C3627700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3627700); - this.columnC3627701 = new global::System.Data.DataColumn("C3627701", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3627701); - this.columnC3627702 = new global::System.Data.DataColumn("C3627702", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3627702); - this.columnC3981100 = new global::System.Data.DataColumn("C3981100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC3981100); - this.columnC4006300 = new global::System.Data.DataColumn("C4006300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC4006300); - this.columnC4006301 = new global::System.Data.DataColumn("C4006301", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC4006301); - this.columnC4006302 = new global::System.Data.DataColumn("C4006302", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC4006302); - this.columnC5524800 = new global::System.Data.DataColumn("C5524800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC5524800); - this.columnC5550100 = new global::System.Data.DataColumn("C5550100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC5550100); - this.columnC5550101 = new global::System.Data.DataColumn("C5550101", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC5550101); - this.columnC5550102 = new global::System.Data.DataColumn("C5550102", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC5550102); - this.columnC5801100 = new global::System.Data.DataColumn("C5801100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnC5801100); - this.columnY0000200 = new global::System.Data.DataColumn("Y0000200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0000200); - this.columnY0000201 = new global::System.Data.DataColumn("Y0000201", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0000201); - this.columnY0000202 = new global::System.Data.DataColumn("Y0000202", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0000202); - this.columnY0002100 = new global::System.Data.DataColumn("Y0002100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0002100); - this.columnY0390100 = new global::System.Data.DataColumn("Y0390100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0390100); - this.columnY0390101 = new global::System.Data.DataColumn("Y0390101", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0390101); - this.columnY0390102 = new global::System.Data.DataColumn("Y0390102", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0390102); - this.columnY0677600 = new global::System.Data.DataColumn("Y0677600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0677600); - this.columnY0933700 = new global::System.Data.DataColumn("Y0933700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0933700); - this.columnY0933701 = new global::System.Data.DataColumn("Y0933701", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0933701); - this.columnY0933702 = new global::System.Data.DataColumn("Y0933702", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0933702); - this.columnY0974800 = new global::System.Data.DataColumn("Y0974800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY0974800); - this.columnY1180500 = new global::System.Data.DataColumn("Y1180500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1180500); - this.columnY1180501 = new global::System.Data.DataColumn("Y1180501", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1180501); - this.columnY1180502 = new global::System.Data.DataColumn("Y1180502", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1180502); - this.columnY1192400 = new global::System.Data.DataColumn("Y1192400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1192400); - this.columnY1421100 = new global::System.Data.DataColumn("Y1421100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1421100); - this.columnY1421101 = new global::System.Data.DataColumn("Y1421101", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1421101); - this.columnY1421102 = new global::System.Data.DataColumn("Y1421102", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1421102); - this.columnY1434300 = new global::System.Data.DataColumn("Y1434300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1434300); - this.columnY1450200 = new global::System.Data.DataColumn("Y1450200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1450200); - this.columnY1450201 = new global::System.Data.DataColumn("Y1450201", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1450201); - this.columnY1450202 = new global::System.Data.DataColumn("Y1450202", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1450202); - this.columnY1672700 = new global::System.Data.DataColumn("Y1672700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1672700); - this.columnY1695600 = new global::System.Data.DataColumn("Y1695600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1695600); - this.columnY1695601 = new global::System.Data.DataColumn("Y1695601", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1695601); - this.columnY1695602 = new global::System.Data.DataColumn("Y1695602", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1695602); - this.columnY1707300 = new global::System.Data.DataColumn("Y1707300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1707300); - this.columnY1707400 = new global::System.Data.DataColumn("Y1707400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1707400); - this.columnY1707500 = new global::System.Data.DataColumn("Y1707500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1707500); - this.columnY1707600 = new global::System.Data.DataColumn("Y1707600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1707600); - this.columnY1707700 = new global::System.Data.DataColumn("Y1707700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1707700); - this.columnY1707800 = new global::System.Data.DataColumn("Y1707800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1707800); - this.columnY1707900 = new global::System.Data.DataColumn("Y1707900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1707900); - this.columnY1708000 = new global::System.Data.DataColumn("Y1708000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1708000); - this.columnY1708100 = new global::System.Data.DataColumn("Y1708100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1708100); - this.columnY1708200 = new global::System.Data.DataColumn("Y1708200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1708200); - this.columnY1708300 = new global::System.Data.DataColumn("Y1708300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1708300); - this.columnY1708400 = new global::System.Data.DataColumn("Y1708400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1708400); - this.columnY1708500 = new global::System.Data.DataColumn("Y1708500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1708500); - this.columnY1708600 = new global::System.Data.DataColumn("Y1708600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1708600); - this.columnY1708700 = new global::System.Data.DataColumn("Y1708700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1708700); - this.columnY1708800 = new global::System.Data.DataColumn("Y1708800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1708800); - this.columnY1708900 = new global::System.Data.DataColumn("Y1708900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1708900); - this.columnY1709000 = new global::System.Data.DataColumn("Y1709000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1709000); - this.columnY1709100 = new global::System.Data.DataColumn("Y1709100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1709100); - this.columnY1709200 = new global::System.Data.DataColumn("Y1709200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1709200); - this.columnY1709300 = new global::System.Data.DataColumn("Y1709300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1709300); - this.columnY1948500 = new global::System.Data.DataColumn("Y1948500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1948500); - this.columnY1981600 = new global::System.Data.DataColumn("Y1981600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1981600); - this.columnY1981601 = new global::System.Data.DataColumn("Y1981601", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1981601); - this.columnY1981602 = new global::System.Data.DataColumn("Y1981602", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1981602); - this.columnY1992900 = new global::System.Data.DataColumn("Y1992900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1992900); - this.columnY1993000 = new global::System.Data.DataColumn("Y1993000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1993000); - this.columnY1993100 = new global::System.Data.DataColumn("Y1993100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1993100); - this.columnY1993200 = new global::System.Data.DataColumn("Y1993200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1993200); - this.columnY1993300 = new global::System.Data.DataColumn("Y1993300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1993300); - this.columnY1993400 = new global::System.Data.DataColumn("Y1993400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1993400); - this.columnY1993500 = new global::System.Data.DataColumn("Y1993500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1993500); - this.columnY1993600 = new global::System.Data.DataColumn("Y1993600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1993600); - this.columnY1993700 = new global::System.Data.DataColumn("Y1993700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1993700); - this.columnY1993800 = new global::System.Data.DataColumn("Y1993800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1993800); - this.columnY1993900 = new global::System.Data.DataColumn("Y1993900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1993900); - this.columnY1994000 = new global::System.Data.DataColumn("Y1994000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1994000); - this.columnY1994100 = new global::System.Data.DataColumn("Y1994100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1994100); - this.columnY1994200 = new global::System.Data.DataColumn("Y1994200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1994200); - this.columnY1994300 = new global::System.Data.DataColumn("Y1994300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1994300); - this.columnY1994400 = new global::System.Data.DataColumn("Y1994400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1994400); - this.columnY1994500 = new global::System.Data.DataColumn("Y1994500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1994500); - this.columnY1994600 = new global::System.Data.DataColumn("Y1994600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1994600); - this.columnY1994700 = new global::System.Data.DataColumn("Y1994700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1994700); - this.columnY1994800 = new global::System.Data.DataColumn("Y1994800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1994800); - this.columnY1994900 = new global::System.Data.DataColumn("Y1994900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY1994900); - this.columnY2148600 = new global::System.Data.DataColumn("Y2148600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2148600); - this.columnY2267100 = new global::System.Data.DataColumn("Y2267100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2267100); - this.columnY2300400 = new global::System.Data.DataColumn("Y2300400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2300400); - this.columnY2300401 = new global::System.Data.DataColumn("Y2300401", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2300401); - this.columnY2300402 = new global::System.Data.DataColumn("Y2300402", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2300402); - this.columnY2311700 = new global::System.Data.DataColumn("Y2311700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2311700); - this.columnY2311800 = new global::System.Data.DataColumn("Y2311800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2311800); - this.columnY2311900 = new global::System.Data.DataColumn("Y2311900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2311900); - this.columnY2312000 = new global::System.Data.DataColumn("Y2312000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2312000); - this.columnY2312100 = new global::System.Data.DataColumn("Y2312100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2312100); - this.columnY2312200 = new global::System.Data.DataColumn("Y2312200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2312200); - this.columnY2312300 = new global::System.Data.DataColumn("Y2312300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2312300); - this.columnY2312400 = new global::System.Data.DataColumn("Y2312400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2312400); - this.columnY2312500 = new global::System.Data.DataColumn("Y2312500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2312500); - this.columnY2312600 = new global::System.Data.DataColumn("Y2312600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2312600); - this.columnY2312700 = new global::System.Data.DataColumn("Y2312700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2312700); - this.columnY2312800 = new global::System.Data.DataColumn("Y2312800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2312800); - this.columnY2312900 = new global::System.Data.DataColumn("Y2312900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2312900); - this.columnY2313000 = new global::System.Data.DataColumn("Y2313000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2313000); - this.columnY2313100 = new global::System.Data.DataColumn("Y2313100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2313100); - this.columnY2313200 = new global::System.Data.DataColumn("Y2313200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2313200); - this.columnY2313300 = new global::System.Data.DataColumn("Y2313300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2313300); - this.columnY2313400 = new global::System.Data.DataColumn("Y2313400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2313400); - this.columnY2313500 = new global::System.Data.DataColumn("Y2313500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2313500); - this.columnY2313600 = new global::System.Data.DataColumn("Y2313600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2313600); - this.columnY2313700 = new global::System.Data.DataColumn("Y2313700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2313700); - this.columnY2567000 = new global::System.Data.DataColumn("Y2567000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2567000); - this.columnY2567100 = new global::System.Data.DataColumn("Y2567100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2567100); - this.columnY2567200 = new global::System.Data.DataColumn("Y2567200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2567200); - this.columnY2616000 = new global::System.Data.DataColumn("Y2616000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2616000); - this.columnY2633100 = new global::System.Data.DataColumn("Y2633100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2633100); - this.columnY2633101 = new global::System.Data.DataColumn("Y2633101", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2633101); - this.columnY2633102 = new global::System.Data.DataColumn("Y2633102", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2633102); - this.columnY2644500 = new global::System.Data.DataColumn("Y2644500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2644500); - this.columnY2644600 = new global::System.Data.DataColumn("Y2644600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2644600); - this.columnY2644700 = new global::System.Data.DataColumn("Y2644700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2644700); - this.columnY2644800 = new global::System.Data.DataColumn("Y2644800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2644800); - this.columnY2644900 = new global::System.Data.DataColumn("Y2644900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2644900); - this.columnY2645000 = new global::System.Data.DataColumn("Y2645000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2645000); - this.columnY2645100 = new global::System.Data.DataColumn("Y2645100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2645100); - this.columnY2645200 = new global::System.Data.DataColumn("Y2645200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2645200); - this.columnY2645300 = new global::System.Data.DataColumn("Y2645300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2645300); - this.columnY2645400 = new global::System.Data.DataColumn("Y2645400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2645400); - this.columnY2645500 = new global::System.Data.DataColumn("Y2645500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2645500); - this.columnY2645600 = new global::System.Data.DataColumn("Y2645600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2645600); - this.columnY2645700 = new global::System.Data.DataColumn("Y2645700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2645700); - this.columnY2645800 = new global::System.Data.DataColumn("Y2645800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2645800); - this.columnY2645900 = new global::System.Data.DataColumn("Y2645900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2645900); - this.columnY2646000 = new global::System.Data.DataColumn("Y2646000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2646000); - this.columnY2646100 = new global::System.Data.DataColumn("Y2646100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2646100); - this.columnY2646200 = new global::System.Data.DataColumn("Y2646200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2646200); - this.columnY2646300 = new global::System.Data.DataColumn("Y2646300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2646300); - this.columnY2646400 = new global::System.Data.DataColumn("Y2646400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2646400); - this.columnY2966400 = new global::System.Data.DataColumn("Y2966400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2966400); - this.columnY2990500 = new global::System.Data.DataColumn("Y2990500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2990500); - this.columnY2990501 = new global::System.Data.DataColumn("Y2990501", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2990501); - this.columnY2990502 = new global::System.Data.DataColumn("Y2990502", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY2990502); - this.columnY3002700 = new global::System.Data.DataColumn("Y3002700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY3002700); - this.columnY3002800 = new global::System.Data.DataColumn("Y3002800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY3002800); - this.columnY3002900 = new global::System.Data.DataColumn("Y3002900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY3002900); - this.columnY3003000 = new global::System.Data.DataColumn("Y3003000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY3003000); - this.columnY3003100 = new global::System.Data.DataColumn("Y3003100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY3003100); - this.columnY3003200 = new global::System.Data.DataColumn("Y3003200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY3003200); - this.columnY3003300 = new global::System.Data.DataColumn("Y3003300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY3003300); - this.columnY3003400 = new global::System.Data.DataColumn("Y3003400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY3003400); - this.columnY3003500 = new global::System.Data.DataColumn("Y3003500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY3003500); - this.columnY3003600 = new global::System.Data.DataColumn("Y3003600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY3003600); - this.columnY3331900 = new global::System.Data.DataColumn("Y3331900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnY3331900); - this.columnC0000100.AllowDBNull = false; + public global::System.Data.DataColumn R9903600Column { + get { + return this.columnR9903600; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2LinksRow NewtblGen2LinksRow() { - return ((tblGen2LinksRow)(this.NewRow())); + public global::System.Data.DataColumn R9903800Column { + get { + return this.columnR9903800; + } } [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 tblGen2LinksRow(builder); + public global::System.Data.DataColumn R9903801Column { + get { + return this.columnR9903801; + } } [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(tblGen2LinksRow); + public global::System.Data.DataColumn R9904400Column { + get { + return this.columnR9904400; + } } [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.tblGen2LinksRowChanged != null)) { - this.tblGen2LinksRowChanged(this, new tblGen2LinksRowChangeEvent(((tblGen2LinksRow)(e.Row)), e.Action)); + public global::System.Data.DataColumn R9904600Column { + get { + return this.columnR9904600; } } [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.tblGen2LinksRowChanging != null)) { - this.tblGen2LinksRowChanging(this, new tblGen2LinksRowChangeEvent(((tblGen2LinksRow)(e.Row)), e.Action)); + public global::System.Data.DataColumn R9904601Column { + get { + return this.columnR9904601; } } [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.tblGen2LinksRowDeleted != null)) { - this.tblGen2LinksRowDeleted(this, new tblGen2LinksRowChangeEvent(((tblGen2LinksRow)(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.tblGen2LinksRowDeleting != null)) { - this.tblGen2LinksRowDeleting(this, new tblGen2LinksRowChangeEvent(((tblGen2LinksRow)(e.Row)), e.Action)); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void RemovetblGen2LinksRow(tblGen2LinksRow 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(); - ImportDataSet ds = new ImportDataSet(); - 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 = "tblGen2LinksDataTable"; - 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 the strongly named DataTable class. - /// - [global::System.Serializable()] - [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class tblGen1LinksDataTable : global::System.Data.TypedTableBase { - - private global::System.Data.DataColumn columnR0000100; - - private global::System.Data.DataColumn columnR0000149; - - private global::System.Data.DataColumn columnR0000300; - - private global::System.Data.DataColumn columnR0000500; - - private global::System.Data.DataColumn columnR0009100; - - private global::System.Data.DataColumn columnR0009300; - - private global::System.Data.DataColumn columnR0172500; - - private global::System.Data.DataColumn columnR0172600; - - private global::System.Data.DataColumn columnR0173600; - - private global::System.Data.DataColumn columnR0214700; - - private global::System.Data.DataColumn columnR0214800; - - private global::System.Data.DataColumn columnR0216500; - - private global::System.Data.DataColumn columnR0329200; - - private global::System.Data.DataColumn columnR0329210; - - private global::System.Data.DataColumn columnR0406510; - - private global::System.Data.DataColumn columnR0410100; - - private global::System.Data.DataColumn columnR0410300; - - private global::System.Data.DataColumn columnR0530700; - - private global::System.Data.DataColumn columnR0530800; - - private global::System.Data.DataColumn columnR0619010; - - private global::System.Data.DataColumn columnR0809900; - - private global::System.Data.DataColumn columnR0810000; - - private global::System.Data.DataColumn columnR0898310; - - private global::System.Data.DataColumn columnR1045700; - - private global::System.Data.DataColumn columnR1045800; - - private global::System.Data.DataColumn columnR1145110; - - private global::System.Data.DataColumn columnR1427500; - - private global::System.Data.DataColumn columnR1427600; - - private global::System.Data.DataColumn columnR1520310; - - private global::System.Data.DataColumn columnR1774100; - - private global::System.Data.DataColumn columnR1774200; - - private global::System.Data.DataColumn columnR1794600; - - private global::System.Data.DataColumn columnR1794700; - - private global::System.Data.DataColumn columnR1891010; - - private global::System.Data.DataColumn columnR2156200; - - private global::System.Data.DataColumn columnR2156300; - - private global::System.Data.DataColumn columnR2258110; - - private global::System.Data.DataColumn columnR2365700; - - private global::System.Data.DataColumn columnR2365800; - - private global::System.Data.DataColumn columnR2445510; - - private global::System.Data.DataColumn columnR2742500; - - private global::System.Data.DataColumn columnR2742600; - - private global::System.Data.DataColumn columnR2871300; - - private global::System.Data.DataColumn columnR2986100; - - private global::System.Data.DataColumn columnR2986200; - - private global::System.Data.DataColumn columnR3075000; - - private global::System.Data.DataColumn columnR3302500; - - private global::System.Data.DataColumn columnR3302600; - - private global::System.Data.DataColumn columnR3401700; - - private global::System.Data.DataColumn columnR3573400; - - private global::System.Data.DataColumn columnR3573500; - - private global::System.Data.DataColumn columnR3657100; - - private global::System.Data.DataColumn columnR3917600; - - private global::System.Data.DataColumn columnR3917700; - - private global::System.Data.DataColumn columnR4007600; - - private global::System.Data.DataColumn columnR4100200; - - private global::System.Data.DataColumn columnR4100201; - - private global::System.Data.DataColumn columnR4100202; - - private global::System.Data.DataColumn columnR4418700; - - private global::System.Data.DataColumn columnR4500200; - - private global::System.Data.DataColumn columnR4500201; - - private global::System.Data.DataColumn columnR4500202; - - private global::System.Data.DataColumn columnR5081700; - - private global::System.Data.DataColumn columnR5167000; - - private global::System.Data.DataColumn columnR5200200; - - private global::System.Data.DataColumn columnR5200201; - - private global::System.Data.DataColumn columnR5200202; - - private global::System.Data.DataColumn columnR6435300; - - private global::System.Data.DataColumn columnR6435301; - - private global::System.Data.DataColumn columnR6435302; - - private global::System.Data.DataColumn columnR6479800; - - private global::System.Data.DataColumn columnR6963300; - - private global::System.Data.DataColumn columnR6963301; - - private global::System.Data.DataColumn columnR6963302; - - private global::System.Data.DataColumn columnR7007500; - - private global::System.Data.DataColumn columnR7656300; - - private global::System.Data.DataColumn columnR7656301; - - private global::System.Data.DataColumn columnR7656302; - - private global::System.Data.DataColumn columnR7704800; - - private global::System.Data.DataColumn columnR7800500; - - private global::System.Data.DataColumn columnR7800501; - - private global::System.Data.DataColumn columnR7800502; - - private global::System.Data.DataColumn columnR8497200; - - private global::System.Data.DataColumn columnR9908000; - - private global::System.Data.DataColumn columnT0000900; - - private global::System.Data.DataColumn columnT0000901; - - private global::System.Data.DataColumn columnT0000902; - - private global::System.Data.DataColumn columnT0989000; - - private global::System.Data.DataColumn columnT1200700; - - private global::System.Data.DataColumn columnT1200701; - - private global::System.Data.DataColumn columnT1200702; - - private global::System.Data.DataColumn columnT2210800; - - private global::System.Data.DataColumn columnT2260600; - - private global::System.Data.DataColumn columnT2260601; - - private global::System.Data.DataColumn columnT2260602; - - private global::System.Data.DataColumn columnT2763400; - - private global::System.Data.DataColumn columnT2763500; - - private global::System.Data.DataColumn columnT2763600; - - private global::System.Data.DataColumn columnT2763700; - - private global::System.Data.DataColumn columnT2763800; - - private global::System.Data.DataColumn columnT2763900; - - private global::System.Data.DataColumn columnT2764000; - - private global::System.Data.DataColumn columnT3108700; - - private global::System.Data.DataColumn columnT3195600; - - private global::System.Data.DataColumn columnT3195601; - - private global::System.Data.DataColumn columnT3195602; - - private global::System.Data.DataColumn columnT3729600; - - private global::System.Data.DataColumn columnT3729700; - - private global::System.Data.DataColumn columnT3729800; - - private global::System.Data.DataColumn columnT3729900; - - private global::System.Data.DataColumn columnT3730000; - - private global::System.Data.DataColumn columnT3730100; - - private global::System.Data.DataColumn columnT4113200; - - private global::System.Data.DataColumn columnT4181100; - - private global::System.Data.DataColumn columnT4181101; - - private global::System.Data.DataColumn columnT4181102; - - private global::System.Data.DataColumn columnT5023600; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1LinksDataTable() { - this.TableName = "tblGen1Links"; - this.BeginInit(); - this.InitClass(); - this.EndInit(); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblGen1LinksDataTable(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 tblGen1LinksDataTable(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 R0000100Column { - get { - return this.columnR0000100; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0000149Column { + public global::System.Data.DataColumn R9905200Column { get { - return this.columnR0000149; + return this.columnR9905200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0000300Column { + public global::System.Data.DataColumn R9905400Column { get { - return this.columnR0000300; + return this.columnR9905400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0000500Column { + public global::System.Data.DataColumn R9905401Column { get { - return this.columnR0000500; + return this.columnR9905401; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0009100Column { + public global::System.Data.DataColumn R9906000Column { get { - return this.columnR0009100; + return this.columnR9906000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0009300Column { + public global::System.Data.DataColumn R9906600Column { get { - return this.columnR0009300; + return this.columnR9906600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0172500Column { + public global::System.Data.DataColumn R9907200Column { get { - return this.columnR0172500; + return this.columnR9907200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0172600Column { + public global::System.Data.DataColumn R9907800Column { get { - return this.columnR0172600; + return this.columnR9907800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0173600Column { + public global::System.Data.DataColumn R9908000Column { get { - return this.columnR0173600; + return this.columnR9908000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0214700Column { + public global::System.Data.DataColumn R9911200Column { get { - return this.columnR0214700; + return this.columnR9911200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0214800Column { + public global::System.Data.DataColumn R9911201Column { get { - return this.columnR0214800; + return this.columnR9911201; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0216500Column { + public global::System.Data.DataColumn T0337300Column { get { - return this.columnR0216500; + return this.columnT0337300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0329200Column { + public global::System.Data.DataColumn T0337400Column { get { - return this.columnR0329200; + return this.columnT0337400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0329210Column { + public global::System.Data.DataColumn T0337500Column { get { - return this.columnR0329210; + return this.columnT0337500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0406510Column { + public global::System.Data.DataColumn T0337600Column { get { - return this.columnR0406510; + return this.columnT0337600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0410100Column { + public global::System.Data.DataColumn T0337700Column { get { - return this.columnR0410100; + return this.columnT0337700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0410300Column { + public global::System.Data.DataColumn T0337800Column { get { - return this.columnR0410300; + return this.columnT0337800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0530700Column { + public global::System.Data.DataColumn T0337900Column { get { - return this.columnR0530700; + return this.columnT0337900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0530800Column { + public global::System.Data.DataColumn T0338000Column { get { - return this.columnR0530800; + return this.columnT0338000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0619010Column { + public global::System.Data.DataColumn T0338100Column { get { - return this.columnR0619010; + return this.columnT0338100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0809900Column { + public global::System.Data.DataColumn T0338200Column { get { - return this.columnR0809900; + return this.columnT0338200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0810000Column { + public global::System.Data.DataColumn T0338300Column { get { - return this.columnR0810000; + return this.columnT0338300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0898310Column { + public global::System.Data.DataColumn T0338400Column { get { - return this.columnR0898310; + return this.columnT0338400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1045700Column { + public global::System.Data.DataColumn T0338500Column { get { - return this.columnR1045700; + return this.columnT0338500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1045800Column { + public global::System.Data.DataColumn T0338600Column { get { - return this.columnR1045800; + return this.columnT0338600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1145110Column { + public global::System.Data.DataColumn T1486900Column { get { - return this.columnR1145110; + return this.columnT1486900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1427500Column { + public global::System.Data.DataColumn T1487000Column { get { - return this.columnR1427500; + return this.columnT1487000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1427600Column { + public global::System.Data.DataColumn T1487100Column { get { - return this.columnR1427600; + return this.columnT1487100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1520310Column { + public global::System.Data.DataColumn T1487200Column { get { - return this.columnR1520310; + return this.columnT1487200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1774100Column { + public global::System.Data.DataColumn T1487300Column { get { - return this.columnR1774100; + return this.columnT1487300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1774200Column { + public global::System.Data.DataColumn T1487400Column { get { - return this.columnR1774200; + return this.columnT1487400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1794600Column { + public global::System.Data.DataColumn T1487500Column { get { - return this.columnR1794600; + return this.columnT1487500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1794700Column { + public global::System.Data.DataColumn T1487600Column { get { - return this.columnR1794700; + return this.columnT1487600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1891010Column { + public global::System.Data.DataColumn T1487700Column { get { - return this.columnR1891010; + return this.columnT1487700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2156200Column { + public global::System.Data.DataColumn T1487800Column { get { - return this.columnR2156200; + return this.columnT1487800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2156300Column { + public global::System.Data.DataColumn T2217700Column { get { - return this.columnR2156300; + return this.columnT2217700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2258110Column { + public global::System.Data.DataColumn T2533500Column { get { - return this.columnR2258110; + return this.columnT2533500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2365700Column { + public global::System.Data.DataColumn T2533600Column { get { - return this.columnR2365700; + return this.columnT2533600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2365800Column { + public global::System.Data.DataColumn T2533700Column { get { - return this.columnR2365800; + return this.columnT2533700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2445510Column { + public global::System.Data.DataColumn T2533800Column { get { - return this.columnR2445510; + return this.columnT2533800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2742500Column { + public global::System.Data.DataColumn T2533900Column { get { - return this.columnR2742500; + return this.columnT2533900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2742600Column { + public global::System.Data.DataColumn T2534000Column { get { - return this.columnR2742600; + return this.columnT2534000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2871300Column { + public global::System.Data.DataColumn T2534100Column { get { - return this.columnR2871300; + return this.columnT2534100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2986100Column { + public global::System.Data.DataColumn T2534200Column { get { - return this.columnR2986100; + return this.columnT2534200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2986200Column { + public global::System.Data.DataColumn T2534300Column { get { - return this.columnR2986200; + return this.columnT2534300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3075000Column { + public global::System.Data.DataColumn T2534400Column { get { - return this.columnR3075000; + return this.columnT2534400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3302500Column { + public global::System.Data.DataColumn T2534500Column { get { - return this.columnR3302500; + return this.columnT2534500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3302600Column { + public global::System.Data.DataColumn T3519800Column { get { - return this.columnR3302600; + return this.columnT3519800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3401700Column { + public global::System.Data.DataColumn T3519900Column { get { - return this.columnR3401700; + return this.columnT3519900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3573400Column { + public global::System.Data.DataColumn T3520000Column { get { - return this.columnR3573400; + return this.columnT3520000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3573500Column { + public global::System.Data.DataColumn T3520100Column { get { - return this.columnR3573500; + return this.columnT3520100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3657100Column { + public global::System.Data.DataColumn T3520200Column { get { - return this.columnR3657100; + return this.columnT3520200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3917600Column { + public global::System.Data.DataColumn T3520300Column { get { - return this.columnR3917600; + return this.columnT3520300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3917700Column { + public global::System.Data.DataColumn T3520400Column { get { - return this.columnR3917700; + return this.columnT3520400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4007600Column { + public global::System.Data.DataColumn T3520500Column { get { - return this.columnR4007600; + return this.columnT3520500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4100200Column { + public global::System.Data.DataColumn T3520600Column { get { - return this.columnR4100200; + return this.columnT3520600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4100201Column { + public global::System.Data.DataColumn T4483300Column { get { - return this.columnR4100201; + return this.columnT4483300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4100202Column { + public global::System.Data.DataColumn T4483400Column { get { - return this.columnR4100202; + return this.columnT4483400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4418700Column { + public global::System.Data.DataColumn T4483500Column { get { - return this.columnR4418700; + return this.columnT4483500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4500200Column { + public global::System.Data.DataColumn T4483600Column { get { - return this.columnR4500200; + return this.columnT4483600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4500201Column { + public global::System.Data.DataColumn T4483700Column { get { - return this.columnR4500201; + return this.columnT4483700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4500202Column { + public global::System.Data.DataColumn T4483800Column { get { - return this.columnR4500202; + return this.columnT4483800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5081700Column { + [global::System.ComponentModel.Browsable(false)] + public int Count { get { - return this.columnR5081700; + return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5167000Column { + public tblGen2LinksFromGen1Row this[int index] { get { - return this.columnR5167000; + return ((tblGen2LinksFromGen1Row)(this.Rows[index])); } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5200200Column { - get { - return this.columnR5200200; - } - } + public event tblGen2LinksFromGen1RowChangeEventHandler tblGen2LinksFromGen1RowChanging; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5200201Column { - get { - return this.columnR5200201; - } - } + public event tblGen2LinksFromGen1RowChangeEventHandler tblGen2LinksFromGen1RowChanged; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5200202Column { - get { - return this.columnR5200202; - } - } + public event tblGen2LinksFromGen1RowChangeEventHandler tblGen2LinksFromGen1RowDeleting; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6435300Column { - get { - return this.columnR6435300; - } - } + public event tblGen2LinksFromGen1RowChangeEventHandler tblGen2LinksFromGen1RowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6435301Column { - get { - return this.columnR6435301; - } + public void AddtblGen2LinksFromGen1Row(tblGen2LinksFromGen1Row row) { + this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6435302Column { - get { - return this.columnR6435302; - } + public tblGen2LinksFromGen1Row AddtblGen2LinksFromGen1Row( + int R0000100, + int R0214700, + int R0214800, + int R4825700, + int R4826000, + int R4826100, + int R4826300, + int R4826500, + int R4826800, + int R5495900, + int R5496200, + int R5496300, + int R5496500, + int R5496700, + int R5497000, + int R5497200, + int R6210700, + int R6210800, + int R6210900, + int R6211500, + int R6211600, + int R6211700, + int R6211800, + int R6211900, + int R6212200, + int R6212300, + int R6764000, + int R6764100, + int R6764200, + int R6764900, + int R6765000, + int R6765100, + int R6765200, + int R6765600, + int R6765700, + int R6765800, + int R6839600, + int R7408300, + int R7408400, + int R7408500, + int R7409200, + int R7409300, + int R7409400, + int R7409500, + int R7409900, + int R7410000, + int R7410100, + int R7548600, + int R8106400, + int R8106500, + int R8106600, + int R8106700, + int R8106800, + int R8106900, + int R8107000, + int R8107100, + int R8107200, + int R8255400, + int R9900400, + int R9900600, + int R9900601, + int R9901200, + int R9901400, + int R9901401, + int R9902000, + int R9902200, + int R9902201, + int R9902800, + int R9903000, + int R9903001, + int R9903600, + int R9903800, + int R9903801, + int R9904400, + int R9904600, + int R9904601, + int R9905200, + int R9905400, + int R9905401, + int R9906000, + int R9906600, + int R9907200, + int R9907800, + int R9908000, + int R9911200, + int R9911201, + int T0337300, + int T0337400, + int T0337500, + int T0337600, + int T0337700, + int T0337800, + int T0337900, + int T0338000, + int T0338100, + int T0338200, + int T0338300, + int T0338400, + int T0338500, + int T0338600, + int T1486900, + int T1487000, + int T1487100, + int T1487200, + int T1487300, + int T1487400, + int T1487500, + int T1487600, + int T1487700, + int T1487800, + int T2217700, + int T2533500, + int T2533600, + int T2533700, + int T2533800, + int T2533900, + int T2534000, + int T2534100, + int T2534200, + int T2534300, + int T2534400, + int T2534500, + int T3519800, + int T3519900, + int T3520000, + int T3520100, + int T3520200, + int T3520300, + int T3520400, + int T3520500, + int T3520600, + int T4483300, + int T4483400, + int T4483500, + int T4483600, + int T4483700, + int T4483800) { + tblGen2LinksFromGen1Row rowtblGen2LinksFromGen1Row = ((tblGen2LinksFromGen1Row)(this.NewRow())); + object[] columnValuesArray = new object[] { + R0000100, + R0214700, + R0214800, + R4825700, + R4826000, + R4826100, + R4826300, + R4826500, + R4826800, + R5495900, + R5496200, + R5496300, + R5496500, + R5496700, + R5497000, + R5497200, + R6210700, + R6210800, + R6210900, + R6211500, + R6211600, + R6211700, + R6211800, + R6211900, + R6212200, + R6212300, + R6764000, + R6764100, + R6764200, + R6764900, + R6765000, + R6765100, + R6765200, + R6765600, + R6765700, + R6765800, + R6839600, + R7408300, + R7408400, + R7408500, + R7409200, + R7409300, + R7409400, + R7409500, + R7409900, + R7410000, + R7410100, + R7548600, + R8106400, + R8106500, + R8106600, + R8106700, + R8106800, + R8106900, + R8107000, + R8107100, + R8107200, + R8255400, + R9900400, + R9900600, + R9900601, + R9901200, + R9901400, + R9901401, + R9902000, + R9902200, + R9902201, + R9902800, + R9903000, + R9903001, + R9903600, + R9903800, + R9903801, + R9904400, + R9904600, + R9904601, + R9905200, + R9905400, + R9905401, + R9906000, + R9906600, + R9907200, + R9907800, + R9908000, + R9911200, + R9911201, + T0337300, + T0337400, + T0337500, + T0337600, + T0337700, + T0337800, + T0337900, + T0338000, + T0338100, + T0338200, + T0338300, + T0338400, + T0338500, + T0338600, + T1486900, + T1487000, + T1487100, + T1487200, + T1487300, + T1487400, + T1487500, + T1487600, + T1487700, + T1487800, + T2217700, + T2533500, + T2533600, + T2533700, + T2533800, + T2533900, + T2534000, + T2534100, + T2534200, + T2534300, + T2534400, + T2534500, + T3519800, + T3519900, + T3520000, + T3520100, + T3520200, + T3520300, + T3520400, + T3520500, + T3520600, + T4483300, + T4483400, + T4483500, + T4483600, + T4483700, + T4483800}; + rowtblGen2LinksFromGen1Row.ItemArray = columnValuesArray; + this.Rows.Add(rowtblGen2LinksFromGen1Row); + return rowtblGen2LinksFromGen1Row; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6479800Column { - get { - return this.columnR6479800; - } + public tblGen2LinksFromGen1Row FindByR0000100(int R0000100) { + return ((tblGen2LinksFromGen1Row)(this.Rows.Find(new object[] { + R0000100}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6963300Column { - get { - return this.columnR6963300; - } + public override global::System.Data.DataTable Clone() { + tblGen2LinksFromGen1DataTable cln = ((tblGen2LinksFromGen1DataTable)(base.Clone())); + cln.InitVars(); + return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6963301Column { - get { - return this.columnR6963301; - } + protected override global::System.Data.DataTable CreateInstance() { + return new tblGen2LinksFromGen1DataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6963302Column { - get { - return this.columnR6963302; - } + internal void InitVars() { + this.columnR0000100 = base.Columns["R0000100"]; + this.columnR0214700 = base.Columns["R0214700"]; + this.columnR0214800 = base.Columns["R0214800"]; + this.columnR4825700 = base.Columns["R4825700"]; + this.columnR4826000 = base.Columns["R4826000"]; + this.columnR4826100 = base.Columns["R4826100"]; + this.columnR4826300 = base.Columns["R4826300"]; + this.columnR4826500 = base.Columns["R4826500"]; + this.columnR4826800 = base.Columns["R4826800"]; + this.columnR5495900 = base.Columns["R5495900"]; + this.columnR5496200 = base.Columns["R5496200"]; + this.columnR5496300 = base.Columns["R5496300"]; + this.columnR5496500 = base.Columns["R5496500"]; + this.columnR5496700 = base.Columns["R5496700"]; + this.columnR5497000 = base.Columns["R5497000"]; + this.columnR5497200 = base.Columns["R5497200"]; + this.columnR6210700 = base.Columns["R6210700"]; + this.columnR6210800 = base.Columns["R6210800"]; + this.columnR6210900 = base.Columns["R6210900"]; + this.columnR6211500 = base.Columns["R6211500"]; + this.columnR6211600 = base.Columns["R6211600"]; + this.columnR6211700 = base.Columns["R6211700"]; + this.columnR6211800 = base.Columns["R6211800"]; + this.columnR6211900 = base.Columns["R6211900"]; + this.columnR6212200 = base.Columns["R6212200"]; + this.columnR6212300 = base.Columns["R6212300"]; + this.columnR6764000 = base.Columns["R6764000"]; + this.columnR6764100 = base.Columns["R6764100"]; + this.columnR6764200 = base.Columns["R6764200"]; + this.columnR6764900 = base.Columns["R6764900"]; + this.columnR6765000 = base.Columns["R6765000"]; + this.columnR6765100 = base.Columns["R6765100"]; + this.columnR6765200 = base.Columns["R6765200"]; + this.columnR6765600 = base.Columns["R6765600"]; + this.columnR6765700 = base.Columns["R6765700"]; + this.columnR6765800 = base.Columns["R6765800"]; + this.columnR6839600 = base.Columns["R6839600"]; + this.columnR7408300 = base.Columns["R7408300"]; + this.columnR7408400 = base.Columns["R7408400"]; + this.columnR7408500 = base.Columns["R7408500"]; + this.columnR7409200 = base.Columns["R7409200"]; + this.columnR7409300 = base.Columns["R7409300"]; + this.columnR7409400 = base.Columns["R7409400"]; + this.columnR7409500 = base.Columns["R7409500"]; + this.columnR7409900 = base.Columns["R7409900"]; + this.columnR7410000 = base.Columns["R7410000"]; + this.columnR7410100 = base.Columns["R7410100"]; + this.columnR7548600 = base.Columns["R7548600"]; + this.columnR8106400 = base.Columns["R8106400"]; + this.columnR8106500 = base.Columns["R8106500"]; + this.columnR8106600 = base.Columns["R8106600"]; + this.columnR8106700 = base.Columns["R8106700"]; + this.columnR8106800 = base.Columns["R8106800"]; + this.columnR8106900 = base.Columns["R8106900"]; + this.columnR8107000 = base.Columns["R8107000"]; + this.columnR8107100 = base.Columns["R8107100"]; + this.columnR8107200 = base.Columns["R8107200"]; + this.columnR8255400 = base.Columns["R8255400"]; + this.columnR9900400 = base.Columns["R9900400"]; + this.columnR9900600 = base.Columns["R9900600"]; + this.columnR9900601 = base.Columns["R9900601"]; + this.columnR9901200 = base.Columns["R9901200"]; + this.columnR9901400 = base.Columns["R9901400"]; + this.columnR9901401 = base.Columns["R9901401"]; + this.columnR9902000 = base.Columns["R9902000"]; + this.columnR9902200 = base.Columns["R9902200"]; + this.columnR9902201 = base.Columns["R9902201"]; + this.columnR9902800 = base.Columns["R9902800"]; + this.columnR9903000 = base.Columns["R9903000"]; + this.columnR9903001 = base.Columns["R9903001"]; + this.columnR9903600 = base.Columns["R9903600"]; + this.columnR9903800 = base.Columns["R9903800"]; + this.columnR9903801 = base.Columns["R9903801"]; + this.columnR9904400 = base.Columns["R9904400"]; + this.columnR9904600 = base.Columns["R9904600"]; + this.columnR9904601 = base.Columns["R9904601"]; + this.columnR9905200 = base.Columns["R9905200"]; + this.columnR9905400 = base.Columns["R9905400"]; + this.columnR9905401 = base.Columns["R9905401"]; + this.columnR9906000 = base.Columns["R9906000"]; + this.columnR9906600 = base.Columns["R9906600"]; + this.columnR9907200 = base.Columns["R9907200"]; + this.columnR9907800 = base.Columns["R9907800"]; + this.columnR9908000 = base.Columns["R9908000"]; + this.columnR9911200 = base.Columns["R9911200"]; + this.columnR9911201 = base.Columns["R9911201"]; + this.columnT0337300 = base.Columns["T0337300"]; + this.columnT0337400 = base.Columns["T0337400"]; + this.columnT0337500 = base.Columns["T0337500"]; + this.columnT0337600 = base.Columns["T0337600"]; + this.columnT0337700 = base.Columns["T0337700"]; + this.columnT0337800 = base.Columns["T0337800"]; + this.columnT0337900 = base.Columns["T0337900"]; + this.columnT0338000 = base.Columns["T0338000"]; + this.columnT0338100 = base.Columns["T0338100"]; + this.columnT0338200 = base.Columns["T0338200"]; + this.columnT0338300 = base.Columns["T0338300"]; + this.columnT0338400 = base.Columns["T0338400"]; + this.columnT0338500 = base.Columns["T0338500"]; + this.columnT0338600 = base.Columns["T0338600"]; + this.columnT1486900 = base.Columns["T1486900"]; + this.columnT1487000 = base.Columns["T1487000"]; + this.columnT1487100 = base.Columns["T1487100"]; + this.columnT1487200 = base.Columns["T1487200"]; + this.columnT1487300 = base.Columns["T1487300"]; + this.columnT1487400 = base.Columns["T1487400"]; + this.columnT1487500 = base.Columns["T1487500"]; + this.columnT1487600 = base.Columns["T1487600"]; + this.columnT1487700 = base.Columns["T1487700"]; + this.columnT1487800 = base.Columns["T1487800"]; + this.columnT2217700 = base.Columns["T2217700"]; + this.columnT2533500 = base.Columns["T2533500"]; + this.columnT2533600 = base.Columns["T2533600"]; + this.columnT2533700 = base.Columns["T2533700"]; + this.columnT2533800 = base.Columns["T2533800"]; + this.columnT2533900 = base.Columns["T2533900"]; + this.columnT2534000 = base.Columns["T2534000"]; + this.columnT2534100 = base.Columns["T2534100"]; + this.columnT2534200 = base.Columns["T2534200"]; + this.columnT2534300 = base.Columns["T2534300"]; + this.columnT2534400 = base.Columns["T2534400"]; + this.columnT2534500 = base.Columns["T2534500"]; + this.columnT3519800 = base.Columns["T3519800"]; + this.columnT3519900 = base.Columns["T3519900"]; + this.columnT3520000 = base.Columns["T3520000"]; + this.columnT3520100 = base.Columns["T3520100"]; + this.columnT3520200 = base.Columns["T3520200"]; + this.columnT3520300 = base.Columns["T3520300"]; + this.columnT3520400 = base.Columns["T3520400"]; + this.columnT3520500 = base.Columns["T3520500"]; + this.columnT3520600 = base.Columns["T3520600"]; + this.columnT4483300 = base.Columns["T4483300"]; + this.columnT4483400 = base.Columns["T4483400"]; + this.columnT4483500 = base.Columns["T4483500"]; + this.columnT4483600 = base.Columns["T4483600"]; + this.columnT4483700 = base.Columns["T4483700"]; + this.columnT4483800 = base.Columns["T4483800"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7007500Column { - get { - return this.columnR7007500; - } + private void InitClass() { + this.columnR0000100 = new global::System.Data.DataColumn("R0000100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0000100); + this.columnR0214700 = new global::System.Data.DataColumn("R0214700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0214700); + this.columnR0214800 = new global::System.Data.DataColumn("R0214800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0214800); + this.columnR4825700 = new global::System.Data.DataColumn("R4825700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4825700); + this.columnR4826000 = new global::System.Data.DataColumn("R4826000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4826000); + this.columnR4826100 = new global::System.Data.DataColumn("R4826100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4826100); + this.columnR4826300 = new global::System.Data.DataColumn("R4826300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4826300); + this.columnR4826500 = new global::System.Data.DataColumn("R4826500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4826500); + this.columnR4826800 = new global::System.Data.DataColumn("R4826800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4826800); + this.columnR5495900 = new global::System.Data.DataColumn("R5495900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5495900); + this.columnR5496200 = new global::System.Data.DataColumn("R5496200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5496200); + this.columnR5496300 = new global::System.Data.DataColumn("R5496300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5496300); + this.columnR5496500 = new global::System.Data.DataColumn("R5496500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5496500); + this.columnR5496700 = new global::System.Data.DataColumn("R5496700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5496700); + this.columnR5497000 = new global::System.Data.DataColumn("R5497000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5497000); + this.columnR5497200 = new global::System.Data.DataColumn("R5497200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5497200); + this.columnR6210700 = new global::System.Data.DataColumn("R6210700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6210700); + this.columnR6210800 = new global::System.Data.DataColumn("R6210800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6210800); + this.columnR6210900 = new global::System.Data.DataColumn("R6210900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6210900); + this.columnR6211500 = new global::System.Data.DataColumn("R6211500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6211500); + this.columnR6211600 = new global::System.Data.DataColumn("R6211600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6211600); + this.columnR6211700 = new global::System.Data.DataColumn("R6211700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6211700); + this.columnR6211800 = new global::System.Data.DataColumn("R6211800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6211800); + this.columnR6211900 = new global::System.Data.DataColumn("R6211900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6211900); + this.columnR6212200 = new global::System.Data.DataColumn("R6212200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6212200); + this.columnR6212300 = new global::System.Data.DataColumn("R6212300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6212300); + this.columnR6764000 = new global::System.Data.DataColumn("R6764000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6764000); + this.columnR6764100 = new global::System.Data.DataColumn("R6764100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6764100); + this.columnR6764200 = new global::System.Data.DataColumn("R6764200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6764200); + this.columnR6764900 = new global::System.Data.DataColumn("R6764900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6764900); + this.columnR6765000 = new global::System.Data.DataColumn("R6765000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6765000); + this.columnR6765100 = new global::System.Data.DataColumn("R6765100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6765100); + this.columnR6765200 = new global::System.Data.DataColumn("R6765200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6765200); + this.columnR6765600 = new global::System.Data.DataColumn("R6765600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6765600); + this.columnR6765700 = new global::System.Data.DataColumn("R6765700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6765700); + this.columnR6765800 = new global::System.Data.DataColumn("R6765800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6765800); + this.columnR6839600 = new global::System.Data.DataColumn("R6839600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6839600); + this.columnR7408300 = new global::System.Data.DataColumn("R7408300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7408300); + this.columnR7408400 = new global::System.Data.DataColumn("R7408400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7408400); + this.columnR7408500 = new global::System.Data.DataColumn("R7408500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7408500); + this.columnR7409200 = new global::System.Data.DataColumn("R7409200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7409200); + this.columnR7409300 = new global::System.Data.DataColumn("R7409300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7409300); + this.columnR7409400 = new global::System.Data.DataColumn("R7409400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7409400); + this.columnR7409500 = new global::System.Data.DataColumn("R7409500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7409500); + this.columnR7409900 = new global::System.Data.DataColumn("R7409900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7409900); + this.columnR7410000 = new global::System.Data.DataColumn("R7410000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7410000); + this.columnR7410100 = new global::System.Data.DataColumn("R7410100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7410100); + this.columnR7548600 = new global::System.Data.DataColumn("R7548600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7548600); + this.columnR8106400 = new global::System.Data.DataColumn("R8106400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8106400); + this.columnR8106500 = new global::System.Data.DataColumn("R8106500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8106500); + this.columnR8106600 = new global::System.Data.DataColumn("R8106600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8106600); + this.columnR8106700 = new global::System.Data.DataColumn("R8106700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8106700); + this.columnR8106800 = new global::System.Data.DataColumn("R8106800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8106800); + this.columnR8106900 = new global::System.Data.DataColumn("R8106900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8106900); + this.columnR8107000 = new global::System.Data.DataColumn("R8107000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8107000); + this.columnR8107100 = new global::System.Data.DataColumn("R8107100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8107100); + this.columnR8107200 = new global::System.Data.DataColumn("R8107200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8107200); + this.columnR8255400 = new global::System.Data.DataColumn("R8255400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8255400); + this.columnR9900400 = new global::System.Data.DataColumn("R9900400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9900400); + this.columnR9900600 = new global::System.Data.DataColumn("R9900600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9900600); + this.columnR9900601 = new global::System.Data.DataColumn("R9900601", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9900601); + this.columnR9901200 = new global::System.Data.DataColumn("R9901200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9901200); + this.columnR9901400 = new global::System.Data.DataColumn("R9901400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9901400); + this.columnR9901401 = new global::System.Data.DataColumn("R9901401", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9901401); + this.columnR9902000 = new global::System.Data.DataColumn("R9902000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9902000); + this.columnR9902200 = new global::System.Data.DataColumn("R9902200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9902200); + this.columnR9902201 = new global::System.Data.DataColumn("R9902201", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9902201); + this.columnR9902800 = new global::System.Data.DataColumn("R9902800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9902800); + this.columnR9903000 = new global::System.Data.DataColumn("R9903000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9903000); + this.columnR9903001 = new global::System.Data.DataColumn("R9903001", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9903001); + this.columnR9903600 = new global::System.Data.DataColumn("R9903600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9903600); + this.columnR9903800 = new global::System.Data.DataColumn("R9903800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9903800); + this.columnR9903801 = new global::System.Data.DataColumn("R9903801", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9903801); + this.columnR9904400 = new global::System.Data.DataColumn("R9904400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9904400); + this.columnR9904600 = new global::System.Data.DataColumn("R9904600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9904600); + this.columnR9904601 = new global::System.Data.DataColumn("R9904601", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9904601); + this.columnR9905200 = new global::System.Data.DataColumn("R9905200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9905200); + this.columnR9905400 = new global::System.Data.DataColumn("R9905400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9905400); + this.columnR9905401 = new global::System.Data.DataColumn("R9905401", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9905401); + this.columnR9906000 = new global::System.Data.DataColumn("R9906000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9906000); + this.columnR9906600 = new global::System.Data.DataColumn("R9906600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9906600); + this.columnR9907200 = new global::System.Data.DataColumn("R9907200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9907200); + this.columnR9907800 = new global::System.Data.DataColumn("R9907800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9907800); + this.columnR9908000 = new global::System.Data.DataColumn("R9908000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9908000); + this.columnR9911200 = new global::System.Data.DataColumn("R9911200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9911200); + this.columnR9911201 = new global::System.Data.DataColumn("R9911201", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR9911201); + this.columnT0337300 = new global::System.Data.DataColumn("T0337300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0337300); + this.columnT0337400 = new global::System.Data.DataColumn("T0337400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0337400); + this.columnT0337500 = new global::System.Data.DataColumn("T0337500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0337500); + this.columnT0337600 = new global::System.Data.DataColumn("T0337600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0337600); + this.columnT0337700 = new global::System.Data.DataColumn("T0337700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0337700); + this.columnT0337800 = new global::System.Data.DataColumn("T0337800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0337800); + this.columnT0337900 = new global::System.Data.DataColumn("T0337900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0337900); + this.columnT0338000 = new global::System.Data.DataColumn("T0338000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0338000); + this.columnT0338100 = new global::System.Data.DataColumn("T0338100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0338100); + this.columnT0338200 = new global::System.Data.DataColumn("T0338200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0338200); + this.columnT0338300 = new global::System.Data.DataColumn("T0338300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0338300); + this.columnT0338400 = new global::System.Data.DataColumn("T0338400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0338400); + this.columnT0338500 = new global::System.Data.DataColumn("T0338500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0338500); + this.columnT0338600 = new global::System.Data.DataColumn("T0338600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0338600); + this.columnT1486900 = new global::System.Data.DataColumn("T1486900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1486900); + this.columnT1487000 = new global::System.Data.DataColumn("T1487000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1487000); + this.columnT1487100 = new global::System.Data.DataColumn("T1487100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1487100); + this.columnT1487200 = new global::System.Data.DataColumn("T1487200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1487200); + this.columnT1487300 = new global::System.Data.DataColumn("T1487300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1487300); + this.columnT1487400 = new global::System.Data.DataColumn("T1487400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1487400); + this.columnT1487500 = new global::System.Data.DataColumn("T1487500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1487500); + this.columnT1487600 = new global::System.Data.DataColumn("T1487600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1487600); + this.columnT1487700 = new global::System.Data.DataColumn("T1487700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1487700); + this.columnT1487800 = new global::System.Data.DataColumn("T1487800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1487800); + this.columnT2217700 = new global::System.Data.DataColumn("T2217700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2217700); + this.columnT2533500 = new global::System.Data.DataColumn("T2533500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2533500); + this.columnT2533600 = new global::System.Data.DataColumn("T2533600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2533600); + this.columnT2533700 = new global::System.Data.DataColumn("T2533700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2533700); + this.columnT2533800 = new global::System.Data.DataColumn("T2533800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2533800); + this.columnT2533900 = new global::System.Data.DataColumn("T2533900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2533900); + this.columnT2534000 = new global::System.Data.DataColumn("T2534000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2534000); + this.columnT2534100 = new global::System.Data.DataColumn("T2534100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2534100); + this.columnT2534200 = new global::System.Data.DataColumn("T2534200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2534200); + this.columnT2534300 = new global::System.Data.DataColumn("T2534300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2534300); + this.columnT2534400 = new global::System.Data.DataColumn("T2534400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2534400); + this.columnT2534500 = new global::System.Data.DataColumn("T2534500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2534500); + this.columnT3519800 = new global::System.Data.DataColumn("T3519800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3519800); + this.columnT3519900 = new global::System.Data.DataColumn("T3519900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3519900); + this.columnT3520000 = new global::System.Data.DataColumn("T3520000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3520000); + this.columnT3520100 = new global::System.Data.DataColumn("T3520100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3520100); + this.columnT3520200 = new global::System.Data.DataColumn("T3520200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3520200); + this.columnT3520300 = new global::System.Data.DataColumn("T3520300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3520300); + this.columnT3520400 = new global::System.Data.DataColumn("T3520400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3520400); + this.columnT3520500 = new global::System.Data.DataColumn("T3520500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3520500); + this.columnT3520600 = new global::System.Data.DataColumn("T3520600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3520600); + this.columnT4483300 = new global::System.Data.DataColumn("T4483300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4483300); + this.columnT4483400 = new global::System.Data.DataColumn("T4483400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4483400); + this.columnT4483500 = new global::System.Data.DataColumn("T4483500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4483500); + this.columnT4483600 = new global::System.Data.DataColumn("T4483600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4483600); + this.columnT4483700 = new global::System.Data.DataColumn("T4483700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4483700); + this.columnT4483800 = new global::System.Data.DataColumn("T4483800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4483800); + this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { + this.columnR0000100}, true)); + this.columnR0000100.AllowDBNull = false; + this.columnR0000100.Unique = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7656300Column { - get { - return this.columnR7656300; - } + public tblGen2LinksFromGen1Row NewtblGen2LinksFromGen1Row() { + return ((tblGen2LinksFromGen1Row)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7656301Column { - get { - return this.columnR7656301; - } + protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { + return new tblGen2LinksFromGen1Row(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7656302Column { - get { - return this.columnR7656302; - } + protected override global::System.Type GetRowType() { + return typeof(tblGen2LinksFromGen1Row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7704800Column { - get { - return this.columnR7704800; + protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowChanged(e); + if ((this.tblGen2LinksFromGen1RowChanged != null)) { + this.tblGen2LinksFromGen1RowChanged(this, new tblGen2LinksFromGen1RowChangeEvent(((tblGen2LinksFromGen1Row)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7800500Column { - get { - return this.columnR7800500; + protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowChanging(e); + if ((this.tblGen2LinksFromGen1RowChanging != null)) { + this.tblGen2LinksFromGen1RowChanging(this, new tblGen2LinksFromGen1RowChangeEvent(((tblGen2LinksFromGen1Row)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7800501Column { - get { - return this.columnR7800501; + protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowDeleted(e); + if ((this.tblGen2LinksFromGen1RowDeleted != null)) { + this.tblGen2LinksFromGen1RowDeleted(this, new tblGen2LinksFromGen1RowChangeEvent(((tblGen2LinksFromGen1Row)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7800502Column { - get { - return this.columnR7800502; + protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowDeleting(e); + if ((this.tblGen2LinksFromGen1RowDeleting != null)) { + this.tblGen2LinksFromGen1RowDeleting(this, new tblGen2LinksFromGen1RowChangeEvent(((tblGen2LinksFromGen1Row)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8497200Column { - get { - return this.columnR8497200; - } + public void RemovetblGen2LinksFromGen1Row(tblGen2LinksFromGen1Row row) { + this.Rows.Remove(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R9908000Column { - get { - return this.columnR9908000; + 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(); + ImportDataSet ds = new ImportDataSet(); + 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 = "tblGen2LinksFromGen1DataTable"; + 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 the strongly named DataTable class. + /// + [global::System.Serializable()] + [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] + public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedTableBase { - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0000900Column { - get { - return this.columnT0000900; - } - } + private global::System.Data.DataColumn columnR0000100; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0000901Column { - get { - return this.columnT0000901; - } - } + private global::System.Data.DataColumn columnR0173600; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0000902Column { - get { - return this.columnT0000902; - } - } + private global::System.Data.DataColumn columnR0214700; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0989000Column { - get { - return this.columnT0989000; - } - } + private global::System.Data.DataColumn columnR0214800; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1200700Column { - get { - return this.columnT1200700; - } - } + private global::System.Data.DataColumn columnR1373300; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1200701Column { - get { - return this.columnT1200701; - } - } + private global::System.Data.DataColumn columnR1373500; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1200702Column { - get { - return this.columnT1200702; - } - } + private global::System.Data.DataColumn columnR1374000; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2210800Column { - get { - return this.columnT2210800; - } - } + private global::System.Data.DataColumn columnR1374200; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2260600Column { - get { - return this.columnT2260600; - } - } + private global::System.Data.DataColumn columnR1374700; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2260601Column { - get { - return this.columnT2260601; - } - } + private global::System.Data.DataColumn columnR1374900; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2260602Column { - get { - return this.columnT2260602; - } - } + private global::System.Data.DataColumn columnR1375400; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2763400Column { - get { - return this.columnT2763400; - } - } + private global::System.Data.DataColumn columnR1375600; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2763500Column { - get { - return this.columnT2763500; - } - } + private global::System.Data.DataColumn columnR1376100; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2763600Column { - get { - return this.columnT2763600; - } - } + private global::System.Data.DataColumn columnR1376300; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2763700Column { - get { - return this.columnT2763700; - } - } + private global::System.Data.DataColumn columnR1376800; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2763800Column { - get { - return this.columnT2763800; - } - } + private global::System.Data.DataColumn columnR1377000; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2763900Column { - get { - return this.columnT2763900; - } - } + private global::System.Data.DataColumn columnR1377500; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2764000Column { - get { - return this.columnT2764000; - } - } + private global::System.Data.DataColumn columnR1377700; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T3108700Column { - get { - return this.columnT3108700; - } - } + private global::System.Data.DataColumn columnR1753700; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T3195600Column { - get { - return this.columnT3195600; - } - } + private global::System.Data.DataColumn columnR1753900; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T3195601Column { - get { - return this.columnT3195601; - } - } + private global::System.Data.DataColumn columnR1754400; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T3195602Column { - get { - return this.columnT3195602; - } - } + private global::System.Data.DataColumn columnR1754600; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T3729600Column { - get { - return this.columnT3729600; - } - } + private global::System.Data.DataColumn columnR1755100; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T3729700Column { - get { - return this.columnT3729700; - } - } + private global::System.Data.DataColumn columnR1755300; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T3729800Column { - get { - return this.columnT3729800; - } - } + private global::System.Data.DataColumn columnR1755800; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T3729900Column { - get { - return this.columnT3729900; - } - } + private global::System.Data.DataColumn columnR1756000; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T3730000Column { - get { - return this.columnT3730000; - } - } + private global::System.Data.DataColumn columnR1756500; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T3730100Column { - get { - return this.columnT3730100; - } - } + private global::System.Data.DataColumn columnR1756700; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T4113200Column { - get { - return this.columnT4113200; - } - } + private global::System.Data.DataColumn columnR1757200; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T4181100Column { - get { - return this.columnT4181100; - } - } + private global::System.Data.DataColumn columnR1757400; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T4181101Column { - get { - return this.columnT4181101; - } - } + private global::System.Data.DataColumn columnR1757900; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T4181102Column { - get { - return this.columnT4181102; - } - } + private global::System.Data.DataColumn columnR1758100; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T5023600Column { - get { - return this.columnT5023600; - } - } + private global::System.Data.DataColumn columnR2095700; - [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; - } - } + private global::System.Data.DataColumn columnR2095900; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1LinksRow this[int index] { - get { - return ((tblGen1LinksRow)(this.Rows[index])); - } - } + private global::System.Data.DataColumn columnR2096400; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen1LinksRowChangeEventHandler tblGen1LinksRowChanging; + private global::System.Data.DataColumn columnR2096600; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen1LinksRowChangeEventHandler tblGen1LinksRowChanged; + private global::System.Data.DataColumn columnR2097100; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen1LinksRowChangeEventHandler tblGen1LinksRowDeleting; + private global::System.Data.DataColumn columnR2097300; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public event tblGen1LinksRowChangeEventHandler tblGen1LinksRowDeleted; + private global::System.Data.DataColumn columnR2097800; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void AddtblGen1LinksRow(tblGen1LinksRow row) { - this.Rows.Add(row); - } + private global::System.Data.DataColumn columnR2098000; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1LinksRow AddtblGen1LinksRow( - int R0000100, - int R0000149, - int R0000300, - int R0000500, - int R0009100, - int R0009300, - int R0172500, - int R0172600, - int R0173600, - int R0214700, - int R0214800, - int R0216500, - int R0329200, - int R0329210, - int R0406510, - int R0410100, - int R0410300, - int R0530700, - int R0530800, - int R0619010, - int R0809900, - int R0810000, - int R0898310, - int R1045700, - int R1045800, - int R1145110, - int R1427500, - int R1427600, - int R1520310, - int R1774100, - int R1774200, - int R1794600, - int R1794700, - int R1891010, - int R2156200, - int R2156300, - int R2258110, - int R2365700, - int R2365800, - int R2445510, - int R2742500, - int R2742600, - int R2871300, - int R2986100, - int R2986200, - int R3075000, - int R3302500, - int R3302600, - int R3401700, - int R3573400, - int R3573500, - int R3657100, - int R3917600, - int R3917700, - int R4007600, - int R4100200, - int R4100201, - int R4100202, - int R4418700, - int R4500200, - int R4500201, - int R4500202, - int R5081700, - int R5167000, - int R5200200, - int R5200201, - int R5200202, - int R6435300, - int R6435301, - int R6435302, - int R6479800, - int R6963300, - int R6963301, - int R6963302, - int R7007500, - int R7656300, - int R7656301, - int R7656302, - int R7704800, - int R7800500, - int R7800501, - int R7800502, - int R8497200, - int R9908000, - int T0000900, - int T0000901, - int T0000902, - int T0989000, - int T1200700, - int T1200701, - int T1200702, - int T2210800, - int T2260600, - int T2260601, - int T2260602, - int T2763400, - int T2763500, - int T2763600, - int T2763700, - int T2763800, - int T2763900, - int T2764000, - int T3108700, - int T3195600, - int T3195601, - int T3195602, - int T3729600, - int T3729700, - int T3729800, - int T3729900, - int T3730000, - int T3730100, - int T4113200, - int T4181100, - int T4181101, - int T4181102, - int T5023600) { - tblGen1LinksRow rowtblGen1LinksRow = ((tblGen1LinksRow)(this.NewRow())); - object[] columnValuesArray = new object[] { - R0000100, - R0000149, - R0000300, - R0000500, - R0009100, - R0009300, - R0172500, - R0172600, - R0173600, - R0214700, - R0214800, - R0216500, - R0329200, - R0329210, - R0406510, - R0410100, - R0410300, - R0530700, - R0530800, - R0619010, - R0809900, - R0810000, - R0898310, - R1045700, - R1045800, - R1145110, - R1427500, - R1427600, - R1520310, - R1774100, - R1774200, - R1794600, - R1794700, - R1891010, - R2156200, - R2156300, - R2258110, - R2365700, - R2365800, - R2445510, - R2742500, - R2742600, - R2871300, - R2986100, - R2986200, - R3075000, - R3302500, - R3302600, - R3401700, - R3573400, - R3573500, - R3657100, - R3917600, - R3917700, - R4007600, - R4100200, - R4100201, - R4100202, - R4418700, - R4500200, - R4500201, - R4500202, - R5081700, - R5167000, - R5200200, - R5200201, - R5200202, - R6435300, - R6435301, - R6435302, - R6479800, - R6963300, - R6963301, - R6963302, - R7007500, - R7656300, - R7656301, - R7656302, - R7704800, - R7800500, - R7800501, - R7800502, - R8497200, - R9908000, - T0000900, - T0000901, - T0000902, - T0989000, - T1200700, - T1200701, - T1200702, - T2210800, - T2260600, - T2260601, - T2260602, - T2763400, - T2763500, - T2763600, - T2763700, - T2763800, - T2763900, - T2764000, - T3108700, - T3195600, - T3195601, - T3195602, - T3729600, - T3729700, - T3729800, - T3729900, - T3730000, - T3730100, - T4113200, - T4181100, - T4181101, - T4181102, - T5023600}; - rowtblGen1LinksRow.ItemArray = columnValuesArray; - this.Rows.Add(rowtblGen1LinksRow); - return rowtblGen1LinksRow; - } + private global::System.Data.DataColumn columnR2098500; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1LinksRow FindByR0000100(int R0000100) { - return ((tblGen1LinksRow)(this.Rows.Find(new object[] { - R0000100}))); - } + private global::System.Data.DataColumn columnR2098700; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public override global::System.Data.DataTable Clone() { - tblGen1LinksDataTable cln = ((tblGen1LinksDataTable)(base.Clone())); - cln.InitVars(); - return cln; - } + private global::System.Data.DataColumn columnR2099200; - [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 tblGen1LinksDataTable(); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal void InitVars() { - this.columnR0000100 = base.Columns["R0000100"]; - this.columnR0000149 = base.Columns["R0000149"]; - this.columnR0000300 = base.Columns["R0000300"]; - this.columnR0000500 = base.Columns["R0000500"]; - this.columnR0009100 = base.Columns["R0009100"]; - this.columnR0009300 = base.Columns["R0009300"]; - this.columnR0172500 = base.Columns["R0172500"]; - this.columnR0172600 = base.Columns["R0172600"]; - this.columnR0173600 = base.Columns["R0173600"]; - this.columnR0214700 = base.Columns["R0214700"]; - this.columnR0214800 = base.Columns["R0214800"]; - this.columnR0216500 = base.Columns["R0216500"]; - this.columnR0329200 = base.Columns["R0329200"]; - this.columnR0329210 = base.Columns["R0329210"]; - this.columnR0406510 = base.Columns["R0406510"]; - this.columnR0410100 = base.Columns["R0410100"]; - this.columnR0410300 = base.Columns["R0410300"]; - this.columnR0530700 = base.Columns["R0530700"]; - this.columnR0530800 = base.Columns["R0530800"]; - this.columnR0619010 = base.Columns["R0619010"]; - this.columnR0809900 = base.Columns["R0809900"]; - this.columnR0810000 = base.Columns["R0810000"]; - this.columnR0898310 = base.Columns["R0898310"]; - this.columnR1045700 = base.Columns["R1045700"]; - this.columnR1045800 = base.Columns["R1045800"]; - this.columnR1145110 = base.Columns["R1145110"]; - this.columnR1427500 = base.Columns["R1427500"]; - this.columnR1427600 = base.Columns["R1427600"]; - this.columnR1520310 = base.Columns["R1520310"]; - this.columnR1774100 = base.Columns["R1774100"]; - this.columnR1774200 = base.Columns["R1774200"]; - this.columnR1794600 = base.Columns["R1794600"]; - this.columnR1794700 = base.Columns["R1794700"]; - this.columnR1891010 = base.Columns["R1891010"]; - this.columnR2156200 = base.Columns["R2156200"]; - this.columnR2156300 = base.Columns["R2156300"]; - this.columnR2258110 = base.Columns["R2258110"]; - this.columnR2365700 = base.Columns["R2365700"]; - this.columnR2365800 = base.Columns["R2365800"]; - this.columnR2445510 = base.Columns["R2445510"]; - this.columnR2742500 = base.Columns["R2742500"]; - this.columnR2742600 = base.Columns["R2742600"]; - this.columnR2871300 = base.Columns["R2871300"]; - this.columnR2986100 = base.Columns["R2986100"]; - this.columnR2986200 = base.Columns["R2986200"]; - this.columnR3075000 = base.Columns["R3075000"]; - this.columnR3302500 = base.Columns["R3302500"]; - this.columnR3302600 = base.Columns["R3302600"]; - this.columnR3401700 = base.Columns["R3401700"]; - this.columnR3573400 = base.Columns["R3573400"]; - this.columnR3573500 = base.Columns["R3573500"]; - this.columnR3657100 = base.Columns["R3657100"]; - this.columnR3917600 = base.Columns["R3917600"]; - this.columnR3917700 = base.Columns["R3917700"]; - this.columnR4007600 = base.Columns["R4007600"]; - this.columnR4100200 = base.Columns["R4100200"]; - this.columnR4100201 = base.Columns["R4100201"]; - this.columnR4100202 = base.Columns["R4100202"]; - this.columnR4418700 = base.Columns["R4418700"]; - this.columnR4500200 = base.Columns["R4500200"]; - this.columnR4500201 = base.Columns["R4500201"]; - this.columnR4500202 = base.Columns["R4500202"]; - this.columnR5081700 = base.Columns["R5081700"]; - this.columnR5167000 = base.Columns["R5167000"]; - this.columnR5200200 = base.Columns["R5200200"]; - this.columnR5200201 = base.Columns["R5200201"]; - this.columnR5200202 = base.Columns["R5200202"]; - this.columnR6435300 = base.Columns["R6435300"]; - this.columnR6435301 = base.Columns["R6435301"]; - this.columnR6435302 = base.Columns["R6435302"]; - this.columnR6479800 = base.Columns["R6479800"]; - this.columnR6963300 = base.Columns["R6963300"]; - this.columnR6963301 = base.Columns["R6963301"]; - this.columnR6963302 = base.Columns["R6963302"]; - this.columnR7007500 = base.Columns["R7007500"]; - this.columnR7656300 = base.Columns["R7656300"]; - this.columnR7656301 = base.Columns["R7656301"]; - this.columnR7656302 = base.Columns["R7656302"]; - this.columnR7704800 = base.Columns["R7704800"]; - this.columnR7800500 = base.Columns["R7800500"]; - this.columnR7800501 = base.Columns["R7800501"]; - this.columnR7800502 = base.Columns["R7800502"]; - this.columnR8497200 = base.Columns["R8497200"]; - this.columnR9908000 = base.Columns["R9908000"]; - this.columnT0000900 = base.Columns["T0000900"]; - this.columnT0000901 = base.Columns["T0000901"]; - this.columnT0000902 = base.Columns["T0000902"]; - this.columnT0989000 = base.Columns["T0989000"]; - this.columnT1200700 = base.Columns["T1200700"]; - this.columnT1200701 = base.Columns["T1200701"]; - this.columnT1200702 = base.Columns["T1200702"]; - this.columnT2210800 = base.Columns["T2210800"]; - this.columnT2260600 = base.Columns["T2260600"]; - this.columnT2260601 = base.Columns["T2260601"]; - this.columnT2260602 = base.Columns["T2260602"]; - this.columnT2763400 = base.Columns["T2763400"]; - this.columnT2763500 = base.Columns["T2763500"]; - this.columnT2763600 = base.Columns["T2763600"]; - this.columnT2763700 = base.Columns["T2763700"]; - this.columnT2763800 = base.Columns["T2763800"]; - this.columnT2763900 = base.Columns["T2763900"]; - this.columnT2764000 = base.Columns["T2764000"]; - this.columnT3108700 = base.Columns["T3108700"]; - this.columnT3195600 = base.Columns["T3195600"]; - this.columnT3195601 = base.Columns["T3195601"]; - this.columnT3195602 = base.Columns["T3195602"]; - this.columnT3729600 = base.Columns["T3729600"]; - this.columnT3729700 = base.Columns["T3729700"]; - this.columnT3729800 = base.Columns["T3729800"]; - this.columnT3729900 = base.Columns["T3729900"]; - this.columnT3730000 = base.Columns["T3730000"]; - this.columnT3730100 = base.Columns["T3730100"]; - this.columnT4113200 = base.Columns["T4113200"]; - this.columnT4181100 = base.Columns["T4181100"]; - this.columnT4181101 = base.Columns["T4181101"]; - this.columnT4181102 = base.Columns["T4181102"]; - this.columnT5023600 = base.Columns["T5023600"]; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - private void InitClass() { - this.columnR0000100 = new global::System.Data.DataColumn("R0000100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0000100); - this.columnR0000149 = new global::System.Data.DataColumn("R0000149", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0000149); - this.columnR0000300 = new global::System.Data.DataColumn("R0000300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0000300); - this.columnR0000500 = new global::System.Data.DataColumn("R0000500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0000500); - this.columnR0009100 = new global::System.Data.DataColumn("R0009100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0009100); - this.columnR0009300 = new global::System.Data.DataColumn("R0009300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0009300); - this.columnR0172500 = new global::System.Data.DataColumn("R0172500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0172500); - this.columnR0172600 = new global::System.Data.DataColumn("R0172600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0172600); - this.columnR0173600 = new global::System.Data.DataColumn("R0173600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0173600); - this.columnR0214700 = new global::System.Data.DataColumn("R0214700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0214700); - this.columnR0214800 = new global::System.Data.DataColumn("R0214800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0214800); - this.columnR0216500 = new global::System.Data.DataColumn("R0216500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0216500); - this.columnR0329200 = new global::System.Data.DataColumn("R0329200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0329200); - this.columnR0329210 = new global::System.Data.DataColumn("R0329210", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0329210); - this.columnR0406510 = new global::System.Data.DataColumn("R0406510", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0406510); - this.columnR0410100 = new global::System.Data.DataColumn("R0410100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0410100); - this.columnR0410300 = new global::System.Data.DataColumn("R0410300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0410300); - this.columnR0530700 = new global::System.Data.DataColumn("R0530700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0530700); - this.columnR0530800 = new global::System.Data.DataColumn("R0530800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0530800); - this.columnR0619010 = new global::System.Data.DataColumn("R0619010", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0619010); - this.columnR0809900 = new global::System.Data.DataColumn("R0809900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0809900); - this.columnR0810000 = new global::System.Data.DataColumn("R0810000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0810000); - this.columnR0898310 = new global::System.Data.DataColumn("R0898310", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR0898310); - this.columnR1045700 = new global::System.Data.DataColumn("R1045700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR1045700); - this.columnR1045800 = new global::System.Data.DataColumn("R1045800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR1045800); - this.columnR1145110 = new global::System.Data.DataColumn("R1145110", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR1145110); - this.columnR1427500 = new global::System.Data.DataColumn("R1427500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR1427500); - this.columnR1427600 = new global::System.Data.DataColumn("R1427600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR1427600); - this.columnR1520310 = new global::System.Data.DataColumn("R1520310", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR1520310); - this.columnR1774100 = new global::System.Data.DataColumn("R1774100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR1774100); - this.columnR1774200 = new global::System.Data.DataColumn("R1774200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR1774200); - this.columnR1794600 = new global::System.Data.DataColumn("R1794600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR1794600); - this.columnR1794700 = new global::System.Data.DataColumn("R1794700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR1794700); - this.columnR1891010 = new global::System.Data.DataColumn("R1891010", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR1891010); - this.columnR2156200 = new global::System.Data.DataColumn("R2156200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2156200); - this.columnR2156300 = new global::System.Data.DataColumn("R2156300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2156300); - this.columnR2258110 = new global::System.Data.DataColumn("R2258110", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2258110); - this.columnR2365700 = new global::System.Data.DataColumn("R2365700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2365700); - this.columnR2365800 = new global::System.Data.DataColumn("R2365800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2365800); - this.columnR2445510 = new global::System.Data.DataColumn("R2445510", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2445510); - this.columnR2742500 = new global::System.Data.DataColumn("R2742500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2742500); - this.columnR2742600 = new global::System.Data.DataColumn("R2742600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2742600); - this.columnR2871300 = new global::System.Data.DataColumn("R2871300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2871300); - this.columnR2986100 = new global::System.Data.DataColumn("R2986100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2986100); - this.columnR2986200 = new global::System.Data.DataColumn("R2986200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2986200); - this.columnR3075000 = new global::System.Data.DataColumn("R3075000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3075000); - this.columnR3302500 = new global::System.Data.DataColumn("R3302500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3302500); - this.columnR3302600 = new global::System.Data.DataColumn("R3302600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3302600); - this.columnR3401700 = new global::System.Data.DataColumn("R3401700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3401700); - this.columnR3573400 = new global::System.Data.DataColumn("R3573400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3573400); - this.columnR3573500 = new global::System.Data.DataColumn("R3573500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3573500); - this.columnR3657100 = new global::System.Data.DataColumn("R3657100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3657100); - this.columnR3917600 = new global::System.Data.DataColumn("R3917600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3917600); - this.columnR3917700 = new global::System.Data.DataColumn("R3917700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3917700); - this.columnR4007600 = new global::System.Data.DataColumn("R4007600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4007600); - this.columnR4100200 = new global::System.Data.DataColumn("R4100200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4100200); - this.columnR4100201 = new global::System.Data.DataColumn("R4100201", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4100201); - this.columnR4100202 = new global::System.Data.DataColumn("R4100202", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4100202); - this.columnR4418700 = new global::System.Data.DataColumn("R4418700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4418700); - this.columnR4500200 = new global::System.Data.DataColumn("R4500200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4500200); - this.columnR4500201 = new global::System.Data.DataColumn("R4500201", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4500201); - this.columnR4500202 = new global::System.Data.DataColumn("R4500202", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4500202); - this.columnR5081700 = new global::System.Data.DataColumn("R5081700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5081700); - this.columnR5167000 = new global::System.Data.DataColumn("R5167000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5167000); - this.columnR5200200 = new global::System.Data.DataColumn("R5200200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5200200); - this.columnR5200201 = new global::System.Data.DataColumn("R5200201", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5200201); - this.columnR5200202 = new global::System.Data.DataColumn("R5200202", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5200202); - this.columnR6435300 = new global::System.Data.DataColumn("R6435300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6435300); - this.columnR6435301 = new global::System.Data.DataColumn("R6435301", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6435301); - this.columnR6435302 = new global::System.Data.DataColumn("R6435302", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6435302); - this.columnR6479800 = new global::System.Data.DataColumn("R6479800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6479800); - this.columnR6963300 = new global::System.Data.DataColumn("R6963300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6963300); - this.columnR6963301 = new global::System.Data.DataColumn("R6963301", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6963301); - this.columnR6963302 = new global::System.Data.DataColumn("R6963302", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6963302); - this.columnR7007500 = new global::System.Data.DataColumn("R7007500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7007500); - this.columnR7656300 = new global::System.Data.DataColumn("R7656300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7656300); - this.columnR7656301 = new global::System.Data.DataColumn("R7656301", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7656301); - this.columnR7656302 = new global::System.Data.DataColumn("R7656302", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7656302); - this.columnR7704800 = new global::System.Data.DataColumn("R7704800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7704800); - this.columnR7800500 = new global::System.Data.DataColumn("R7800500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7800500); - this.columnR7800501 = new global::System.Data.DataColumn("R7800501", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7800501); - this.columnR7800502 = new global::System.Data.DataColumn("R7800502", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7800502); - this.columnR8497200 = new global::System.Data.DataColumn("R8497200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8497200); - this.columnR9908000 = new global::System.Data.DataColumn("R9908000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR9908000); - this.columnT0000900 = new global::System.Data.DataColumn("T0000900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0000900); - this.columnT0000901 = new global::System.Data.DataColumn("T0000901", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0000901); - this.columnT0000902 = new global::System.Data.DataColumn("T0000902", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0000902); - this.columnT0989000 = new global::System.Data.DataColumn("T0989000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0989000); - this.columnT1200700 = new global::System.Data.DataColumn("T1200700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1200700); - this.columnT1200701 = new global::System.Data.DataColumn("T1200701", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1200701); - this.columnT1200702 = new global::System.Data.DataColumn("T1200702", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1200702); - this.columnT2210800 = new global::System.Data.DataColumn("T2210800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2210800); - this.columnT2260600 = new global::System.Data.DataColumn("T2260600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2260600); - this.columnT2260601 = new global::System.Data.DataColumn("T2260601", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2260601); - this.columnT2260602 = new global::System.Data.DataColumn("T2260602", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2260602); - this.columnT2763400 = new global::System.Data.DataColumn("T2763400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2763400); - this.columnT2763500 = new global::System.Data.DataColumn("T2763500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2763500); - this.columnT2763600 = new global::System.Data.DataColumn("T2763600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2763600); - this.columnT2763700 = new global::System.Data.DataColumn("T2763700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2763700); - this.columnT2763800 = new global::System.Data.DataColumn("T2763800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2763800); - this.columnT2763900 = new global::System.Data.DataColumn("T2763900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2763900); - this.columnT2764000 = new global::System.Data.DataColumn("T2764000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2764000); - this.columnT3108700 = new global::System.Data.DataColumn("T3108700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT3108700); - this.columnT3195600 = new global::System.Data.DataColumn("T3195600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT3195600); - this.columnT3195601 = new global::System.Data.DataColumn("T3195601", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT3195601); - this.columnT3195602 = new global::System.Data.DataColumn("T3195602", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT3195602); - this.columnT3729600 = new global::System.Data.DataColumn("T3729600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT3729600); - this.columnT3729700 = new global::System.Data.DataColumn("T3729700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT3729700); - this.columnT3729800 = new global::System.Data.DataColumn("T3729800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT3729800); - this.columnT3729900 = new global::System.Data.DataColumn("T3729900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT3729900); - this.columnT3730000 = new global::System.Data.DataColumn("T3730000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT3730000); - this.columnT3730100 = new global::System.Data.DataColumn("T3730100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT3730100); - this.columnT4113200 = new global::System.Data.DataColumn("T4113200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT4113200); - this.columnT4181100 = new global::System.Data.DataColumn("T4181100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT4181100); - this.columnT4181101 = new global::System.Data.DataColumn("T4181101", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT4181101); - this.columnT4181102 = new global::System.Data.DataColumn("T4181102", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT4181102); - this.columnT5023600 = new global::System.Data.DataColumn("T5023600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT5023600); - this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { - this.columnR0000100}, true)); - this.columnR0000100.AllowDBNull = false; - this.columnR0000100.Unique = true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1LinksRow NewtblGen1LinksRow() { - return ((tblGen1LinksRow)(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 tblGen1LinksRow(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(tblGen1LinksRow); - } - - [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.tblGen1LinksRowChanged != null)) { - this.tblGen1LinksRowChanged(this, new tblGen1LinksRowChangeEvent(((tblGen1LinksRow)(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.tblGen1LinksRowChanging != null)) { - this.tblGen1LinksRowChanging(this, new tblGen1LinksRowChangeEvent(((tblGen1LinksRow)(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.tblGen1LinksRowDeleted != null)) { - this.tblGen1LinksRowDeleted(this, new tblGen1LinksRowChangeEvent(((tblGen1LinksRow)(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.tblGen1LinksRowDeleting != null)) { - this.tblGen1LinksRowDeleting(this, new tblGen1LinksRowChangeEvent(((tblGen1LinksRow)(e.Row)), e.Action)); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void RemovetblGen1LinksRow(tblGen1LinksRow 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(); - ImportDataSet ds = new ImportDataSet(); - 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 = "tblGen1LinksDataTable"; - 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 the strongly named DataTable class. - /// - [global::System.Serializable()] - [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] - public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedTableBase { - - private global::System.Data.DataColumn columnR0000100; - - private global::System.Data.DataColumn columnR0214800; - - private global::System.Data.DataColumn columnR1373300; - - private global::System.Data.DataColumn columnR1373400; - - private global::System.Data.DataColumn columnR1373500; - - private global::System.Data.DataColumn columnR1374000; - - private global::System.Data.DataColumn columnR1374100; - - private global::System.Data.DataColumn columnR1374200; - - private global::System.Data.DataColumn columnR1374700; - - private global::System.Data.DataColumn columnR1374800; - - private global::System.Data.DataColumn columnR1374900; - - private global::System.Data.DataColumn columnR1375400; - - private global::System.Data.DataColumn columnR1375500; - - private global::System.Data.DataColumn columnR1375600; - - private global::System.Data.DataColumn columnR1376100; - - private global::System.Data.DataColumn columnR1376200; - - private global::System.Data.DataColumn columnR1376300; - - private global::System.Data.DataColumn columnR1376800; - - private global::System.Data.DataColumn columnR1376900; - - private global::System.Data.DataColumn columnR1377000; - - private global::System.Data.DataColumn columnR1377500; - - private global::System.Data.DataColumn columnR1377600; - - private global::System.Data.DataColumn columnR1377700; - - private global::System.Data.DataColumn columnR1753700; - - private global::System.Data.DataColumn columnR1753800; - - private global::System.Data.DataColumn columnR1753900; - - private global::System.Data.DataColumn columnR1754400; - - private global::System.Data.DataColumn columnR1754500; - - private global::System.Data.DataColumn columnR1754600; - - private global::System.Data.DataColumn columnR1755100; - - private global::System.Data.DataColumn columnR1755200; - - private global::System.Data.DataColumn columnR1755300; - - private global::System.Data.DataColumn columnR1755800; - - private global::System.Data.DataColumn columnR1755900; - - private global::System.Data.DataColumn columnR1756000; - - private global::System.Data.DataColumn columnR1756500; - - private global::System.Data.DataColumn columnR1756600; - - private global::System.Data.DataColumn columnR1756700; - - private global::System.Data.DataColumn columnR1757200; - - private global::System.Data.DataColumn columnR1757300; - - private global::System.Data.DataColumn columnR1757400; - - private global::System.Data.DataColumn columnR1757900; - - private global::System.Data.DataColumn columnR1758000; - - private global::System.Data.DataColumn columnR1758100; - - private global::System.Data.DataColumn columnR2095700; - - private global::System.Data.DataColumn columnR2095800; - - private global::System.Data.DataColumn columnR2095900; - - private global::System.Data.DataColumn columnR2096400; - - private global::System.Data.DataColumn columnR2096500; - - private global::System.Data.DataColumn columnR2096600; - - private global::System.Data.DataColumn columnR2097100; - - private global::System.Data.DataColumn columnR2097200; - - private global::System.Data.DataColumn columnR2097300; - - private global::System.Data.DataColumn columnR2097800; - - private global::System.Data.DataColumn columnR2097900; - - private global::System.Data.DataColumn columnR2098000; - - private global::System.Data.DataColumn columnR2098500; - - private global::System.Data.DataColumn columnR2098600; - - private global::System.Data.DataColumn columnR2098700; - - private global::System.Data.DataColumn columnR2099200; - - private global::System.Data.DataColumn columnR2099300; - - private global::System.Data.DataColumn columnR2099400; + private global::System.Data.DataColumn columnR2099400; private global::System.Data.DataColumn columnR2099900; - private global::System.Data.DataColumn columnR2100000; - private global::System.Data.DataColumn columnR2100100; private global::System.Data.DataColumn columnR2345900; @@ -18396,44 +16694,30 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT private global::System.Data.DataColumn columnR2648000; - private global::System.Data.DataColumn columnR2648100; - private global::System.Data.DataColumn columnR2648200; private global::System.Data.DataColumn columnR2648700; - private global::System.Data.DataColumn columnR2648800; - private global::System.Data.DataColumn columnR2648900; private global::System.Data.DataColumn columnR2649400; - private global::System.Data.DataColumn columnR2649500; - private global::System.Data.DataColumn columnR2649600; private global::System.Data.DataColumn columnR2650100; - private global::System.Data.DataColumn columnR2650200; - private global::System.Data.DataColumn columnR2650300; private global::System.Data.DataColumn columnR2650800; - private global::System.Data.DataColumn columnR2650900; - private global::System.Data.DataColumn columnR2651000; private global::System.Data.DataColumn columnR2651500; - private global::System.Data.DataColumn columnR2651600; - private global::System.Data.DataColumn columnR2651700; private global::System.Data.DataColumn columnR2652200; - private global::System.Data.DataColumn columnR2652300; - private global::System.Data.DataColumn columnR2652400; private global::System.Data.DataColumn columnR2955900; @@ -18452,44 +16736,30 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT private global::System.Data.DataColumn columnR3255900; - private global::System.Data.DataColumn columnR3256000; - private global::System.Data.DataColumn columnR3256100; private global::System.Data.DataColumn columnR3257700; - private global::System.Data.DataColumn columnR3257800; - private global::System.Data.DataColumn columnR3257900; private global::System.Data.DataColumn columnR3259500; - private global::System.Data.DataColumn columnR3259600; - private global::System.Data.DataColumn columnR3259700; private global::System.Data.DataColumn columnR3261300; - private global::System.Data.DataColumn columnR3261400; - private global::System.Data.DataColumn columnR3261500; private global::System.Data.DataColumn columnR3263100; - private global::System.Data.DataColumn columnR3263200; - private global::System.Data.DataColumn columnR3263300; private global::System.Data.DataColumn columnR3264900; - private global::System.Data.DataColumn columnR3265000; - private global::System.Data.DataColumn columnR3265100; private global::System.Data.DataColumn columnR3266700; - private global::System.Data.DataColumn columnR3266800; - private global::System.Data.DataColumn columnR3266900; private global::System.Data.DataColumn columnR3268500; @@ -18502,78 +16772,46 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT private global::System.Data.DataColumn columnR3771800; - private global::System.Data.DataColumn columnR3771900; - private global::System.Data.DataColumn columnR3772000; private global::System.Data.DataColumn columnR3772100; - private global::System.Data.DataColumn columnR3772200; - - private global::System.Data.DataColumn columnR3772300; - private global::System.Data.DataColumn columnR3772400; private global::System.Data.DataColumn columnR3773900; - private global::System.Data.DataColumn columnR3774000; - private global::System.Data.DataColumn columnR3774100; private global::System.Data.DataColumn columnR3774200; - private global::System.Data.DataColumn columnR3774300; - - private global::System.Data.DataColumn columnR3774400; - private global::System.Data.DataColumn columnR3774500; private global::System.Data.DataColumn columnR3776000; - private global::System.Data.DataColumn columnR3776100; - private global::System.Data.DataColumn columnR3776200; private global::System.Data.DataColumn columnR3776300; - private global::System.Data.DataColumn columnR3776400; - - private global::System.Data.DataColumn columnR3776500; - private global::System.Data.DataColumn columnR3776600; private global::System.Data.DataColumn columnR3778100; - private global::System.Data.DataColumn columnR3778200; - private global::System.Data.DataColumn columnR3778300; private global::System.Data.DataColumn columnR3778400; - private global::System.Data.DataColumn columnR3778500; - - private global::System.Data.DataColumn columnR3778600; - private global::System.Data.DataColumn columnR3778700; private global::System.Data.DataColumn columnR3780200; - private global::System.Data.DataColumn columnR3780300; - private global::System.Data.DataColumn columnR3780400; private global::System.Data.DataColumn columnR3780500; - private global::System.Data.DataColumn columnR3780600; - - private global::System.Data.DataColumn columnR3780700; - private global::System.Data.DataColumn columnR3780800; private global::System.Data.DataColumn columnR3782300; - private global::System.Data.DataColumn columnR3782400; - private global::System.Data.DataColumn columnR3782500; private global::System.Data.DataColumn columnR3782600; @@ -18582,8 +16820,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT private global::System.Data.DataColumn columnR3784400; - private global::System.Data.DataColumn columnR3784500; - private global::System.Data.DataColumn columnR3784600; private global::System.Data.DataColumn columnR3784700; @@ -18596,78 +16832,46 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT private global::System.Data.DataColumn columnR4276800; - private global::System.Data.DataColumn columnR4276900; - private global::System.Data.DataColumn columnR4277000; private global::System.Data.DataColumn columnR4277100; private global::System.Data.DataColumn columnR4277101; - private global::System.Data.DataColumn columnR4277200; - - private global::System.Data.DataColumn columnR4277201; - private global::System.Data.DataColumn columnR4277700; - private global::System.Data.DataColumn columnR4277800; - private global::System.Data.DataColumn columnR4277900; private global::System.Data.DataColumn columnR4278000; private global::System.Data.DataColumn columnR4278001; - private global::System.Data.DataColumn columnR4278100; - - private global::System.Data.DataColumn columnR4278101; - private global::System.Data.DataColumn columnR4278600; - private global::System.Data.DataColumn columnR4278700; - private global::System.Data.DataColumn columnR4278800; private global::System.Data.DataColumn columnR4278900; private global::System.Data.DataColumn columnR4278901; - private global::System.Data.DataColumn columnR4279000; - - private global::System.Data.DataColumn columnR4279001; - private global::System.Data.DataColumn columnR4279500; - private global::System.Data.DataColumn columnR4279600; - private global::System.Data.DataColumn columnR4279700; private global::System.Data.DataColumn columnR4279800; private global::System.Data.DataColumn columnR4279801; - private global::System.Data.DataColumn columnR4279900; - - private global::System.Data.DataColumn columnR4279901; - private global::System.Data.DataColumn columnR4280400; - private global::System.Data.DataColumn columnR4280500; - private global::System.Data.DataColumn columnR4280600; private global::System.Data.DataColumn columnR4280700; private global::System.Data.DataColumn columnR4280701; - private global::System.Data.DataColumn columnR4280800; - - private global::System.Data.DataColumn columnR4280801; - private global::System.Data.DataColumn columnR4281300; - private global::System.Data.DataColumn columnR4281400; - private global::System.Data.DataColumn columnR4281500; private global::System.Data.DataColumn columnR4281600; @@ -18676,8 +16880,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT private global::System.Data.DataColumn columnR4282100; - private global::System.Data.DataColumn columnR4282200; - private global::System.Data.DataColumn columnR4282300; private global::System.Data.DataColumn columnR4282400; @@ -18694,88 +16896,56 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT private global::System.Data.DataColumn columnR4827600; - private global::System.Data.DataColumn columnR4827700; - private global::System.Data.DataColumn columnR4827800; private global::System.Data.DataColumn columnR4827900; private global::System.Data.DataColumn columnR4827901; - private global::System.Data.DataColumn columnR4828000; - - private global::System.Data.DataColumn columnR4828001; - private global::System.Data.DataColumn columnR4828100; private global::System.Data.DataColumn columnR4830600; - private global::System.Data.DataColumn columnR4830700; - private global::System.Data.DataColumn columnR4830800; private global::System.Data.DataColumn columnR4830900; private global::System.Data.DataColumn columnR4830901; - private global::System.Data.DataColumn columnR4831000; - - private global::System.Data.DataColumn columnR4831001; - private global::System.Data.DataColumn columnR4831100; private global::System.Data.DataColumn columnR4833600; - private global::System.Data.DataColumn columnR4833700; - private global::System.Data.DataColumn columnR4833800; private global::System.Data.DataColumn columnR4833900; private global::System.Data.DataColumn columnR4833901; - private global::System.Data.DataColumn columnR4834000; - - private global::System.Data.DataColumn columnR4834001; - private global::System.Data.DataColumn columnR4834100; private global::System.Data.DataColumn columnR4836600; - private global::System.Data.DataColumn columnR4836700; - private global::System.Data.DataColumn columnR4836800; private global::System.Data.DataColumn columnR4836900; private global::System.Data.DataColumn columnR4836901; - private global::System.Data.DataColumn columnR4837000; - - private global::System.Data.DataColumn columnR4837001; - private global::System.Data.DataColumn columnR4837100; private global::System.Data.DataColumn columnR4839600; - private global::System.Data.DataColumn columnR4839700; - private global::System.Data.DataColumn columnR4839800; private global::System.Data.DataColumn columnR4839900; private global::System.Data.DataColumn columnR4839901; - private global::System.Data.DataColumn columnR4840000; - - private global::System.Data.DataColumn columnR4840001; - private global::System.Data.DataColumn columnR4840100; private global::System.Data.DataColumn columnR4842500; - private global::System.Data.DataColumn columnR4842600; - private global::System.Data.DataColumn columnR4842700; private global::System.Data.DataColumn columnR4842800; @@ -18786,8 +16956,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT private global::System.Data.DataColumn columnR4844800; - private global::System.Data.DataColumn columnR4844900; - private global::System.Data.DataColumn columnR4845000; private global::System.Data.DataColumn columnR4845100; @@ -18798,96 +16966,62 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT private global::System.Data.DataColumn columnR4847100; - private global::System.Data.DataColumn columnR4847200; - private global::System.Data.DataColumn columnR4847300; private global::System.Data.DataColumn columnR4847400; private global::System.Data.DataColumn columnR5498000; - private global::System.Data.DataColumn columnR5498100; - private global::System.Data.DataColumn columnR5498200; private global::System.Data.DataColumn columnR5498300; private global::System.Data.DataColumn columnR5498301; - private global::System.Data.DataColumn columnR5498400; - - private global::System.Data.DataColumn columnR5498401; - private global::System.Data.DataColumn columnR5498500; private global::System.Data.DataColumn columnR5501000; - private global::System.Data.DataColumn columnR5501100; - private global::System.Data.DataColumn columnR5501200; private global::System.Data.DataColumn columnR5501300; private global::System.Data.DataColumn columnR5501301; - private global::System.Data.DataColumn columnR5501400; - - private global::System.Data.DataColumn columnR5501401; - private global::System.Data.DataColumn columnR5501500; private global::System.Data.DataColumn columnR5504000; - private global::System.Data.DataColumn columnR5504100; - private global::System.Data.DataColumn columnR5504200; private global::System.Data.DataColumn columnR5504300; private global::System.Data.DataColumn columnR5504301; - private global::System.Data.DataColumn columnR5504400; - - private global::System.Data.DataColumn columnR5504401; - private global::System.Data.DataColumn columnR5504500; private global::System.Data.DataColumn columnR5507000; - private global::System.Data.DataColumn columnR5507100; - private global::System.Data.DataColumn columnR5507200; private global::System.Data.DataColumn columnR5507300; private global::System.Data.DataColumn columnR5507301; - private global::System.Data.DataColumn columnR5507400; - - private global::System.Data.DataColumn columnR5507401; - private global::System.Data.DataColumn columnR5507500; private global::System.Data.DataColumn columnR5510000; - private global::System.Data.DataColumn columnR5510100; - private global::System.Data.DataColumn columnR5510200; private global::System.Data.DataColumn columnR5510300; private global::System.Data.DataColumn columnR5510301; - private global::System.Data.DataColumn columnR5510400; - - private global::System.Data.DataColumn columnR5510401; - private global::System.Data.DataColumn columnR5510500; private global::System.Data.DataColumn columnR5513000; - private global::System.Data.DataColumn columnR5513100; - private global::System.Data.DataColumn columnR5513200; private global::System.Data.DataColumn columnR5513300; @@ -18898,8 +17032,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT private global::System.Data.DataColumn columnR5515300; - private global::System.Data.DataColumn columnR5515400; - private global::System.Data.DataColumn columnR5515500; private global::System.Data.DataColumn columnR5515600; @@ -18910,16 +17042,12 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT private global::System.Data.DataColumn columnR5517600; - private global::System.Data.DataColumn columnR5517700; - private global::System.Data.DataColumn columnR5517800; private global::System.Data.DataColumn columnR5517900; private global::System.Data.DataColumn columnR5519800; - private global::System.Data.DataColumn columnR5519900; - private global::System.Data.DataColumn columnR5520000; private global::System.Data.DataColumn columnR5520100; @@ -18948,26 +17076,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT private global::System.Data.DataColumn columnR6219300; - private global::System.Data.DataColumn columnR6219500; - - private global::System.Data.DataColumn columnR6219600; - - private global::System.Data.DataColumn columnR6219700; - - private global::System.Data.DataColumn columnR6219800; - - private global::System.Data.DataColumn columnR6219900; - - private global::System.Data.DataColumn columnR6220000; - - private global::System.Data.DataColumn columnR6220100; - - private global::System.Data.DataColumn columnR6220200; - - private global::System.Data.DataColumn columnR6220300; - - private global::System.Data.DataColumn columnR6220400; - private global::System.Data.DataColumn columnR6220600; private global::System.Data.DataColumn columnR6220700; @@ -19028,30 +17136,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT private global::System.Data.DataColumn columnR6222601; - private global::System.Data.DataColumn columnR6222800; - - private global::System.Data.DataColumn columnR6222801; - - private global::System.Data.DataColumn columnR6222900; - - private global::System.Data.DataColumn columnR6222901; - - private global::System.Data.DataColumn columnR6223000; - - private global::System.Data.DataColumn columnR6223001; - - private global::System.Data.DataColumn columnR6223100; - - private global::System.Data.DataColumn columnR6223101; - - private global::System.Data.DataColumn columnR6223200; - - private global::System.Data.DataColumn columnR6223201; - - private global::System.Data.DataColumn columnR6223300; - - private global::System.Data.DataColumn columnR6223301; - private global::System.Data.DataColumn columnR6223400; private global::System.Data.DataColumn columnR6223500; @@ -19112,26 +17196,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT private global::System.Data.DataColumn columnR6773400; - private global::System.Data.DataColumn columnR6773500; - - private global::System.Data.DataColumn columnR6773600; - - private global::System.Data.DataColumn columnR6773700; - - private global::System.Data.DataColumn columnR6773800; - - private global::System.Data.DataColumn columnR6773900; - - private global::System.Data.DataColumn columnR6774000; - - private global::System.Data.DataColumn columnR6774100; - - private global::System.Data.DataColumn columnR6774200; - - private global::System.Data.DataColumn columnR6774300; - - private global::System.Data.DataColumn columnR6774400; - private global::System.Data.DataColumn columnR6774500; private global::System.Data.DataColumn columnR6774600; @@ -19184,30 +17248,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT private global::System.Data.DataColumn columnR6776201; - private global::System.Data.DataColumn columnR6776300; - - private global::System.Data.DataColumn columnR6776301; - - private global::System.Data.DataColumn columnR6776400; - - private global::System.Data.DataColumn columnR6776401; - - private global::System.Data.DataColumn columnR6776500; - - private global::System.Data.DataColumn columnR6776501; - - private global::System.Data.DataColumn columnR6776600; - - private global::System.Data.DataColumn columnR6776601; - - private global::System.Data.DataColumn columnR6776700; - - private global::System.Data.DataColumn columnR6776701; - - private global::System.Data.DataColumn columnR6776800; - - private global::System.Data.DataColumn columnR6776801; - private global::System.Data.DataColumn columnR6776900; private global::System.Data.DataColumn columnR6777000; @@ -19268,26 +17308,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT private global::System.Data.DataColumn columnR7417800; - private global::System.Data.DataColumn columnR7417900; - - private global::System.Data.DataColumn columnR7418000; - - private global::System.Data.DataColumn columnR7418100; - - private global::System.Data.DataColumn columnR7418200; - - private global::System.Data.DataColumn columnR7418300; - - private global::System.Data.DataColumn columnR7418400; - - private global::System.Data.DataColumn columnR7418500; - - private global::System.Data.DataColumn columnR7418600; - - private global::System.Data.DataColumn columnR7418700; - - private global::System.Data.DataColumn columnR7418800; - private global::System.Data.DataColumn columnR7418900; private global::System.Data.DataColumn columnR7419000; @@ -19340,34 +17360,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT private global::System.Data.DataColumn columnR7420601; - private global::System.Data.DataColumn columnR7420700; - - private global::System.Data.DataColumn columnR7420701; - - private global::System.Data.DataColumn columnR7420800; - - private global::System.Data.DataColumn columnR7420801; - - private global::System.Data.DataColumn columnR7420900; - - private global::System.Data.DataColumn columnR7420901; - - private global::System.Data.DataColumn columnR7421000; - - private global::System.Data.DataColumn columnR7421001; - - private global::System.Data.DataColumn columnR7421100; - - private global::System.Data.DataColumn columnR7421101; - - private global::System.Data.DataColumn columnR7421200; - - private global::System.Data.DataColumn columnR7421201; - - private global::System.Data.DataColumn columnR7421300; - - private global::System.Data.DataColumn columnR7421301; - private global::System.Data.DataColumn columnR7421400; private global::System.Data.DataColumn columnR7421500; @@ -19428,26 +17420,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT private global::System.Data.DataColumn columnR8115900; - private global::System.Data.DataColumn columnR8116000; - - private global::System.Data.DataColumn columnR8116100; - - private global::System.Data.DataColumn columnR8116200; - - private global::System.Data.DataColumn columnR8116300; - - private global::System.Data.DataColumn columnR8116400; - - private global::System.Data.DataColumn columnR8116500; - - private global::System.Data.DataColumn columnR8116600; - - private global::System.Data.DataColumn columnR8116700; - - private global::System.Data.DataColumn columnR8116800; - - private global::System.Data.DataColumn columnR8116900; - private global::System.Data.DataColumn columnR8117000; private global::System.Data.DataColumn columnR8117100; @@ -19508,30 +17480,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT private global::System.Data.DataColumn columnR8118901; - private global::System.Data.DataColumn columnR8119000; - - private global::System.Data.DataColumn columnR8119001; - - private global::System.Data.DataColumn columnR8119100; - - private global::System.Data.DataColumn columnR8119101; - - private global::System.Data.DataColumn columnR8119200; - - private global::System.Data.DataColumn columnR8119201; - - private global::System.Data.DataColumn columnR8119300; - - private global::System.Data.DataColumn columnR8119301; - - private global::System.Data.DataColumn columnR8119400; - - private global::System.Data.DataColumn columnR8119401; - - private global::System.Data.DataColumn columnR8119500; - - private global::System.Data.DataColumn columnR8119501; - private global::System.Data.DataColumn columnR8119600; private global::System.Data.DataColumn columnR8119700; @@ -19640,28 +17588,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT private global::System.Data.DataColumn columnT0347800; - private global::System.Data.DataColumn columnT0347900; - - private global::System.Data.DataColumn columnT0348000; - - private global::System.Data.DataColumn columnT0348100; - - private global::System.Data.DataColumn columnT0348200; - - private global::System.Data.DataColumn columnT0348300; - - private global::System.Data.DataColumn columnT0348400; - - private global::System.Data.DataColumn columnT0348500; - - private global::System.Data.DataColumn columnT0348600; - - private global::System.Data.DataColumn columnT0348700; - - private global::System.Data.DataColumn columnT0348800; - - private global::System.Data.DataColumn columnT0348900; - private global::System.Data.DataColumn columnT0349000; private global::System.Data.DataColumn columnT0349100; @@ -19724,38 +17650,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT private global::System.Data.DataColumn columnT0351001; - private global::System.Data.DataColumn columnT0351100; - - private global::System.Data.DataColumn columnT0351101; - - private global::System.Data.DataColumn columnT0351200; - - private global::System.Data.DataColumn columnT0351201; - - private global::System.Data.DataColumn columnT0351300; - - private global::System.Data.DataColumn columnT0351301; - - private global::System.Data.DataColumn columnT0351400; - - private global::System.Data.DataColumn columnT0351401; - - private global::System.Data.DataColumn columnT0351500; - - private global::System.Data.DataColumn columnT0351501; - - private global::System.Data.DataColumn columnT0351600; - - private global::System.Data.DataColumn columnT0351601; - - private global::System.Data.DataColumn columnT0351700; - - private global::System.Data.DataColumn columnT0351701; - - private global::System.Data.DataColumn columnT0351800; - - private global::System.Data.DataColumn columnT0351801; - private global::System.Data.DataColumn columnT0351900; private global::System.Data.DataColumn columnT0352000; @@ -19834,28 +17728,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT private global::System.Data.DataColumn columnT1497200; - private global::System.Data.DataColumn columnT1497300; - - private global::System.Data.DataColumn columnT1497400; - - private global::System.Data.DataColumn columnT1497500; - - private global::System.Data.DataColumn columnT1497600; - - private global::System.Data.DataColumn columnT1497700; - - private global::System.Data.DataColumn columnT1497800; - - private global::System.Data.DataColumn columnT1497900; - - private global::System.Data.DataColumn columnT1498000; - - private global::System.Data.DataColumn columnT1498100; - - private global::System.Data.DataColumn columnT1498200; - - private global::System.Data.DataColumn columnT1498300; - private global::System.Data.DataColumn columnT1498400; private global::System.Data.DataColumn columnT1498500; @@ -19918,30 +17790,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT private global::System.Data.DataColumn columnT1500401; - private global::System.Data.DataColumn columnT1500500; - - private global::System.Data.DataColumn columnT1500501; - - private global::System.Data.DataColumn columnT1500600; - - private global::System.Data.DataColumn columnT1500601; - - private global::System.Data.DataColumn columnT1500700; - - private global::System.Data.DataColumn columnT1500701; - - private global::System.Data.DataColumn columnT1500800; - - private global::System.Data.DataColumn columnT1500801; - - private global::System.Data.DataColumn columnT1500900; - - private global::System.Data.DataColumn columnT1500901; - - private global::System.Data.DataColumn columnT1501000; - - private global::System.Data.DataColumn columnT1501001; - private global::System.Data.DataColumn columnT1501100; private global::System.Data.DataColumn columnT1501200; @@ -20018,26 +17866,6 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT private global::System.Data.DataColumn columnT2543100; - private global::System.Data.DataColumn columnT2543200; - - private global::System.Data.DataColumn columnT2543300; - - private global::System.Data.DataColumn columnT2543400; - - private global::System.Data.DataColumn columnT2543500; - - private global::System.Data.DataColumn columnT2543600; - - private global::System.Data.DataColumn columnT2543700; - - private global::System.Data.DataColumn columnT2543800; - - private global::System.Data.DataColumn columnT2543900; - - private global::System.Data.DataColumn columnT2544000; - - private global::System.Data.DataColumn columnT2544100; - private global::System.Data.DataColumn columnT2544200; private global::System.Data.DataColumn columnT2544300; @@ -20094,67 +17922,139 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT private global::System.Data.DataColumn columnT2546001; - private global::System.Data.DataColumn columnT2546100; + private global::System.Data.DataColumn columnT2546800; - private global::System.Data.DataColumn columnT2546101; + private global::System.Data.DataColumn columnT2546900; - private global::System.Data.DataColumn columnT2546200; + private global::System.Data.DataColumn columnT2547000; - private global::System.Data.DataColumn columnT2546201; + private global::System.Data.DataColumn columnT2547100; - private global::System.Data.DataColumn columnT2546300; + private global::System.Data.DataColumn columnT2547200; - private global::System.Data.DataColumn columnT2546301; + private global::System.Data.DataColumn columnT2547300; - private global::System.Data.DataColumn columnT2546400; + private global::System.Data.DataColumn columnT2547400; - private global::System.Data.DataColumn columnT2546401; + private global::System.Data.DataColumn columnT2547500; - private global::System.Data.DataColumn columnT2546500; + private global::System.Data.DataColumn columnT2547600; - private global::System.Data.DataColumn columnT2546501; + private global::System.Data.DataColumn columnT2547700; - private global::System.Data.DataColumn columnT2546600; + private global::System.Data.DataColumn columnT2763400; - private global::System.Data.DataColumn columnT2546601; + private global::System.Data.DataColumn columnT2763500; - private global::System.Data.DataColumn columnT2546700; + private global::System.Data.DataColumn columnT2763600; - private global::System.Data.DataColumn columnT2546701; + private global::System.Data.DataColumn columnT2763700; - private global::System.Data.DataColumn columnT2546800; + private global::System.Data.DataColumn columnT2763800; - private global::System.Data.DataColumn columnT2546900; + private global::System.Data.DataColumn columnT2763900; - private global::System.Data.DataColumn columnT2547000; + private global::System.Data.DataColumn columnT2764000; - private global::System.Data.DataColumn columnT2547100; + private global::System.Data.DataColumn columnT3527500; - private global::System.Data.DataColumn columnT2547200; + private global::System.Data.DataColumn columnT3527600; - private global::System.Data.DataColumn columnT2547300; + private global::System.Data.DataColumn columnT3527700; - private global::System.Data.DataColumn columnT2547400; + private global::System.Data.DataColumn columnT3527800; - private global::System.Data.DataColumn columnT2547500; + private global::System.Data.DataColumn columnT3527900; - private global::System.Data.DataColumn columnT2547600; + private global::System.Data.DataColumn columnT3528000; - private global::System.Data.DataColumn columnT2547700; + private global::System.Data.DataColumn columnT3528100; - private global::System.Data.DataColumn columnT2763400; + private global::System.Data.DataColumn columnT3528200; - private global::System.Data.DataColumn columnT2763500; + private global::System.Data.DataColumn columnT3528300; - private global::System.Data.DataColumn columnT2763600; + private global::System.Data.DataColumn columnT3528400; - private global::System.Data.DataColumn columnT2763700; + private global::System.Data.DataColumn columnT3530500; - private global::System.Data.DataColumn columnT2763800; + private global::System.Data.DataColumn columnT3530600; - private global::System.Data.DataColumn columnT2763900; + private global::System.Data.DataColumn columnT3530700; - private global::System.Data.DataColumn columnT2764000; + private global::System.Data.DataColumn columnT3530800; + + private global::System.Data.DataColumn columnT3530900; + + private global::System.Data.DataColumn columnT3531000; + + private global::System.Data.DataColumn columnT3531100; + + private global::System.Data.DataColumn columnT3531200; + + private global::System.Data.DataColumn columnT3531300; + + private global::System.Data.DataColumn columnT3531400; + + private global::System.Data.DataColumn columnT3531500; + + private global::System.Data.DataColumn columnT3531501; + + private global::System.Data.DataColumn columnT3531600; + + private global::System.Data.DataColumn columnT3531601; + + private global::System.Data.DataColumn columnT3531700; + + private global::System.Data.DataColumn columnT3531701; + + private global::System.Data.DataColumn columnT3531800; + + private global::System.Data.DataColumn columnT3531801; + + private global::System.Data.DataColumn columnT3531900; + + private global::System.Data.DataColumn columnT3531901; + + private global::System.Data.DataColumn columnT3532000; + + private global::System.Data.DataColumn columnT3532001; + + private global::System.Data.DataColumn columnT3532100; + + private global::System.Data.DataColumn columnT3532101; + + private global::System.Data.DataColumn columnT3532200; + + private global::System.Data.DataColumn columnT3532201; + + private global::System.Data.DataColumn columnT3532300; + + private global::System.Data.DataColumn columnT3532301; + + private global::System.Data.DataColumn columnT3532400; + + private global::System.Data.DataColumn columnT3532401; + + private global::System.Data.DataColumn columnT3533200; + + private global::System.Data.DataColumn columnT3533300; + + private global::System.Data.DataColumn columnT3533400; + + private global::System.Data.DataColumn columnT3533500; + + private global::System.Data.DataColumn columnT3533600; + + private global::System.Data.DataColumn columnT3533700; + + private global::System.Data.DataColumn columnT3533800; + + private global::System.Data.DataColumn columnT3533900; + + private global::System.Data.DataColumn columnT3534000; + + private global::System.Data.DataColumn columnT3534100; private global::System.Data.DataColumn columnT3729600; @@ -20168,6 +18068,118 @@ public partial class tblGen2FatherFromGen1DataTable : global::System.Data.TypedT private global::System.Data.DataColumn columnT3730100; + private global::System.Data.DataColumn columnT4496200; + + private global::System.Data.DataColumn columnT4496300; + + private global::System.Data.DataColumn columnT4496400; + + private global::System.Data.DataColumn columnT4496500; + + private global::System.Data.DataColumn columnT4496600; + + private global::System.Data.DataColumn columnT4496700; + + private global::System.Data.DataColumn columnT4496800; + + private global::System.Data.DataColumn columnT4496900; + + private global::System.Data.DataColumn columnT4497000; + + private global::System.Data.DataColumn columnT4497100; + + private global::System.Data.DataColumn columnT4500700; + + private global::System.Data.DataColumn columnT4500800; + + private global::System.Data.DataColumn columnT4500900; + + private global::System.Data.DataColumn columnT4501000; + + private global::System.Data.DataColumn columnT4501100; + + private global::System.Data.DataColumn columnT4501200; + + private global::System.Data.DataColumn columnT4501300; + + private global::System.Data.DataColumn columnT4501400; + + private global::System.Data.DataColumn columnT4501500; + + private global::System.Data.DataColumn columnT4501600; + + private global::System.Data.DataColumn columnT4501700; + + private global::System.Data.DataColumn columnT4501701; + + private global::System.Data.DataColumn columnT4501800; + + private global::System.Data.DataColumn columnT4501801; + + private global::System.Data.DataColumn columnT4501900; + + private global::System.Data.DataColumn columnT4501901; + + private global::System.Data.DataColumn columnT4502000; + + private global::System.Data.DataColumn columnT4502001; + + private global::System.Data.DataColumn columnT4502100; + + private global::System.Data.DataColumn columnT4502101; + + private global::System.Data.DataColumn columnT4502200; + + private global::System.Data.DataColumn columnT4502201; + + private global::System.Data.DataColumn columnT4502300; + + private global::System.Data.DataColumn columnT4502301; + + private global::System.Data.DataColumn columnT4502400; + + private global::System.Data.DataColumn columnT4502401; + + private global::System.Data.DataColumn columnT4502500; + + private global::System.Data.DataColumn columnT4502501; + + private global::System.Data.DataColumn columnT4502600; + + private global::System.Data.DataColumn columnT4502601; + + private global::System.Data.DataColumn columnT4504900; + + private global::System.Data.DataColumn columnT4505000; + + private global::System.Data.DataColumn columnT4505100; + + private global::System.Data.DataColumn columnT4505200; + + private global::System.Data.DataColumn columnT4505300; + + private global::System.Data.DataColumn columnT4505400; + + private global::System.Data.DataColumn columnT4505500; + + private global::System.Data.DataColumn columnT4505600; + + private global::System.Data.DataColumn columnT4505700; + + private global::System.Data.DataColumn columnT4505800; + + private global::System.Data.DataColumn columnT4703500; + + private global::System.Data.DataColumn columnT4703600; + + private global::System.Data.DataColumn columnT4703700; + + private global::System.Data.DataColumn columnT4703800; + + private global::System.Data.DataColumn columnT4703900; + + private global::System.Data.DataColumn columnT4704000; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public tblGen2FatherFromGen1DataTable() { @@ -20211,49 +18223,49 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R0214800Column { + public global::System.Data.DataColumn R0173600Column { get { - return this.columnR0214800; + return this.columnR0173600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1373300Column { + public global::System.Data.DataColumn R0214700Column { get { - return this.columnR1373300; + return this.columnR0214700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1373400Column { + public global::System.Data.DataColumn R0214800Column { get { - return this.columnR1373400; + return this.columnR0214800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1373500Column { + public global::System.Data.DataColumn R1373300Column { get { - return this.columnR1373500; + return this.columnR1373300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1374000Column { + public global::System.Data.DataColumn R1373500Column { get { - return this.columnR1374000; + return this.columnR1373500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1374100Column { + public global::System.Data.DataColumn R1374000Column { get { - return this.columnR1374100; + return this.columnR1374000; } } @@ -20273,14 +18285,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1374800Column { - get { - return this.columnR1374800; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R1374900Column { @@ -20297,14 +18301,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1375500Column { - get { - return this.columnR1375500; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R1375600Column { @@ -20321,14 +18317,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1376200Column { - get { - return this.columnR1376200; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R1376300Column { @@ -20345,14 +18333,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1376900Column { - get { - return this.columnR1376900; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R1377000Column { @@ -20369,14 +18349,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1377600Column { - get { - return this.columnR1377600; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R1377700Column { @@ -20393,14 +18365,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1753800Column { - get { - return this.columnR1753800; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R1753900Column { @@ -20417,14 +18381,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1754500Column { - get { - return this.columnR1754500; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R1754600Column { @@ -20441,14 +18397,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1755200Column { - get { - return this.columnR1755200; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R1755300Column { @@ -20465,14 +18413,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1755900Column { - get { - return this.columnR1755900; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R1756000Column { @@ -20489,14 +18429,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1756600Column { - get { - return this.columnR1756600; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R1756700Column { @@ -20513,14 +18445,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1757300Column { - get { - return this.columnR1757300; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R1757400Column { @@ -20537,14 +18461,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R1758000Column { - get { - return this.columnR1758000; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R1758100Column { @@ -20561,14 +18477,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2095800Column { - get { - return this.columnR2095800; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R2095900Column { @@ -20585,14 +18493,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2096500Column { - get { - return this.columnR2096500; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R2096600Column { @@ -20609,14 +18509,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2097200Column { - get { - return this.columnR2097200; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R2097300Column { @@ -20633,14 +18525,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2097900Column { - get { - return this.columnR2097900; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R2098000Column { @@ -20657,14 +18541,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2098600Column { - get { - return this.columnR2098600; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R2098700Column { @@ -20681,14 +18557,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2099300Column { - get { - return this.columnR2099300; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R2099400Column { @@ -20705,14 +18573,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2100000Column { - get { - return this.columnR2100000; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R2100100Column { @@ -20785,14 +18645,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2648100Column { - get { - return this.columnR2648100; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R2648200Column { @@ -20809,14 +18661,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2648800Column { - get { - return this.columnR2648800; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R2648900Column { @@ -20833,14 +18677,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2649500Column { - get { - return this.columnR2649500; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R2649600Column { @@ -20857,14 +18693,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2650200Column { - get { - return this.columnR2650200; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R2650300Column { @@ -20881,14 +18709,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2650900Column { - get { - return this.columnR2650900; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R2651000Column { @@ -20905,14 +18725,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2651600Column { - get { - return this.columnR2651600; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R2651700Column { @@ -20929,14 +18741,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R2652300Column { - get { - return this.columnR2652300; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R2652400Column { @@ -21009,14 +18813,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3256000Column { - get { - return this.columnR3256000; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R3256100Column { @@ -21033,14 +18829,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3257800Column { - get { - return this.columnR3257800; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R3257900Column { @@ -21057,14 +18845,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3259600Column { - get { - return this.columnR3259600; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R3259700Column { @@ -21081,14 +18861,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3261400Column { - get { - return this.columnR3261400; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R3261500Column { @@ -21105,14 +18877,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3263200Column { - get { - return this.columnR3263200; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R3263300Column { @@ -21129,14 +18893,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3265000Column { - get { - return this.columnR3265000; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R3265100Column { @@ -21153,14 +18909,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3266800Column { - get { - return this.columnR3266800; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R3266900Column { @@ -21209,14 +18957,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3771900Column { - get { - return this.columnR3771900; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R3772000Column { @@ -21233,22 +18973,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3772200Column { - get { - return this.columnR3772200; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3772300Column { - get { - return this.columnR3772300; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R3772400Column { @@ -21265,14 +18989,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3774000Column { - get { - return this.columnR3774000; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R3774100Column { @@ -21289,22 +19005,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3774300Column { - get { - return this.columnR3774300; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3774400Column { - get { - return this.columnR3774400; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R3774500Column { @@ -21321,14 +19021,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3776100Column { - get { - return this.columnR3776100; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R3776200Column { @@ -21345,22 +19037,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3776400Column { - get { - return this.columnR3776400; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3776500Column { - get { - return this.columnR3776500; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R3776600Column { @@ -21377,14 +19053,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3778200Column { - get { - return this.columnR3778200; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R3778300Column { @@ -21401,22 +19069,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3778500Column { - get { - return this.columnR3778500; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3778600Column { - get { - return this.columnR3778600; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R3778700Column { @@ -21433,14 +19085,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3780300Column { - get { - return this.columnR3780300; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R3780400Column { @@ -21457,22 +19101,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3780600Column { - get { - return this.columnR3780600; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3780700Column { - get { - return this.columnR3780700; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R3780800Column { @@ -21489,14 +19117,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3782400Column { - get { - return this.columnR3782400; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R3782500Column { @@ -21529,14 +19149,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R3784500Column { - get { - return this.columnR3784500; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R3784600Column { @@ -21585,14 +19197,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4276900Column { - get { - return this.columnR4276900; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R4277000Column { @@ -21617,22 +19221,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4277200Column { - get { - return this.columnR4277200; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4277201Column { - get { - return this.columnR4277201; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R4277700Column { @@ -21641,14 +19229,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4277800Column { - get { - return this.columnR4277800; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R4277900Column { @@ -21673,22 +19253,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4278100Column { - get { - return this.columnR4278100; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4278101Column { - get { - return this.columnR4278101; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R4278600Column { @@ -21697,14 +19261,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4278700Column { - get { - return this.columnR4278700; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R4278800Column { @@ -21729,22 +19285,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4279000Column { - get { - return this.columnR4279000; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4279001Column { - get { - return this.columnR4279001; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R4279500Column { @@ -21753,14 +19293,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4279600Column { - get { - return this.columnR4279600; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R4279700Column { @@ -21785,22 +19317,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4279900Column { - get { - return this.columnR4279900; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4279901Column { - get { - return this.columnR4279901; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R4280400Column { @@ -21809,14 +19325,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4280500Column { - get { - return this.columnR4280500; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R4280600Column { @@ -21841,22 +19349,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4280800Column { - get { - return this.columnR4280800; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4280801Column { - get { - return this.columnR4280801; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R4281300Column { @@ -21865,14 +19357,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4281400Column { - get { - return this.columnR4281400; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R4281500Column { @@ -21905,14 +19389,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4282200Column { - get { - return this.columnR4282200; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R4282300Column { @@ -21977,14 +19453,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4827700Column { - get { - return this.columnR4827700; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R4827800Column { @@ -22009,22 +19477,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4828000Column { - get { - return this.columnR4828000; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4828001Column { - get { - return this.columnR4828001; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R4828100Column { @@ -22041,14 +19493,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4830700Column { - get { - return this.columnR4830700; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R4830800Column { @@ -22073,22 +19517,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4831000Column { - get { - return this.columnR4831000; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4831001Column { - get { - return this.columnR4831001; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R4831100Column { @@ -22105,14 +19533,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4833700Column { - get { - return this.columnR4833700; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R4833800Column { @@ -22137,22 +19557,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4834000Column { - get { - return this.columnR4834000; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4834001Column { - get { - return this.columnR4834001; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R4834100Column { @@ -22169,14 +19573,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4836700Column { - get { - return this.columnR4836700; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R4836800Column { @@ -22201,22 +19597,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4837000Column { - get { - return this.columnR4837000; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4837001Column { - get { - return this.columnR4837001; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R4837100Column { @@ -22233,14 +19613,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4839700Column { - get { - return this.columnR4839700; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R4839800Column { @@ -22265,22 +19637,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4840000Column { - get { - return this.columnR4840000; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4840001Column { - get { - return this.columnR4840001; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R4840100Column { @@ -22297,14 +19653,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4842600Column { - get { - return this.columnR4842600; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R4842700Column { @@ -22345,14 +19693,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4844900Column { - get { - return this.columnR4844900; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R4845000Column { @@ -22393,14 +19733,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R4847200Column { - get { - return this.columnR4847200; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R4847300Column { @@ -22425,14 +19757,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5498100Column { - get { - return this.columnR5498100; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R5498200Column { @@ -22457,22 +19781,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5498400Column { - get { - return this.columnR5498400; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5498401Column { - get { - return this.columnR5498401; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R5498500Column { @@ -22489,14 +19797,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5501100Column { - get { - return this.columnR5501100; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R5501200Column { @@ -22521,22 +19821,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5501400Column { - get { - return this.columnR5501400; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5501401Column { - get { - return this.columnR5501401; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R5501500Column { @@ -22553,14 +19837,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5504100Column { - get { - return this.columnR5504100; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R5504200Column { @@ -22585,22 +19861,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5504400Column { - get { - return this.columnR5504400; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5504401Column { - get { - return this.columnR5504401; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R5504500Column { @@ -22617,14 +19877,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5507100Column { - get { - return this.columnR5507100; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R5507200Column { @@ -22649,22 +19901,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5507400Column { - get { - return this.columnR5507400; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5507401Column { - get { - return this.columnR5507401; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R5507500Column { @@ -22681,14 +19917,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5510100Column { - get { - return this.columnR5510100; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R5510200Column { @@ -22713,22 +19941,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5510400Column { - get { - return this.columnR5510400; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5510401Column { - get { - return this.columnR5510401; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R5510500Column { @@ -22745,14 +19957,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5513100Column { - get { - return this.columnR5513100; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R5513200Column { @@ -22793,14 +19997,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5515400Column { - get { - return this.columnR5515400; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R5515500Column { @@ -22841,14 +20037,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5517700Column { - get { - return this.columnR5517700; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R5517800Column { @@ -22873,14 +20061,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R5519900Column { - get { - return this.columnR5519900; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R5520000Column { @@ -22993,86 +20173,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6219500Column { - get { - return this.columnR6219500; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6219600Column { - get { - return this.columnR6219600; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6219700Column { - get { - return this.columnR6219700; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6219800Column { - get { - return this.columnR6219800; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6219900Column { - get { - return this.columnR6219900; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6220000Column { - get { - return this.columnR6220000; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6220100Column { - get { - return this.columnR6220100; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6220200Column { - get { - return this.columnR6220200; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6220300Column { - get { - return this.columnR6220300; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6220400Column { - get { - return this.columnR6220400; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R6220600Column { @@ -23313,102 +20413,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6222800Column { - get { - return this.columnR6222800; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6222801Column { - get { - return this.columnR6222801; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6222900Column { - get { - return this.columnR6222900; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6222901Column { - get { - return this.columnR6222901; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6223000Column { - get { - return this.columnR6223000; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6223001Column { - get { - return this.columnR6223001; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6223100Column { - get { - return this.columnR6223100; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6223101Column { - get { - return this.columnR6223101; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6223200Column { - get { - return this.columnR6223200; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6223201Column { - get { - return this.columnR6223201; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6223300Column { - get { - return this.columnR6223300; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6223301Column { - get { - return this.columnR6223301; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R6223400Column { @@ -23649,86 +20653,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6773500Column { - get { - return this.columnR6773500; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6773600Column { - get { - return this.columnR6773600; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6773700Column { - get { - return this.columnR6773700; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6773800Column { - get { - return this.columnR6773800; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6773900Column { - get { - return this.columnR6773900; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6774000Column { - get { - return this.columnR6774000; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6774100Column { - get { - return this.columnR6774100; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6774200Column { - get { - return this.columnR6774200; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6774300Column { - get { - return this.columnR6774300; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6774400Column { - get { - return this.columnR6774400; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R6774500Column { @@ -23937,102 +20861,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6776300Column { - get { - return this.columnR6776300; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6776301Column { - get { - return this.columnR6776301; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6776400Column { - get { - return this.columnR6776400; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6776401Column { - get { - return this.columnR6776401; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6776500Column { - get { - return this.columnR6776500; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6776501Column { - get { - return this.columnR6776501; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6776600Column { - get { - return this.columnR6776600; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6776601Column { - get { - return this.columnR6776601; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6776700Column { - get { - return this.columnR6776700; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6776701Column { - get { - return this.columnR6776701; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6776800Column { - get { - return this.columnR6776800; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R6776801Column { - get { - return this.columnR6776801; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R6776900Column { @@ -24273,86 +21101,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7417900Column { - get { - return this.columnR7417900; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7418000Column { - get { - return this.columnR7418000; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7418100Column { - get { - return this.columnR7418100; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7418200Column { - get { - return this.columnR7418200; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7418300Column { - get { - return this.columnR7418300; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7418400Column { - get { - return this.columnR7418400; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7418500Column { - get { - return this.columnR7418500; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7418600Column { - get { - return this.columnR7418600; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7418700Column { - get { - return this.columnR7418700; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7418800Column { - get { - return this.columnR7418800; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R7418900Column { @@ -24561,118 +21309,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7420700Column { - get { - return this.columnR7420700; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7420701Column { - get { - return this.columnR7420701; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7420800Column { - get { - return this.columnR7420800; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7420801Column { - get { - return this.columnR7420801; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7420900Column { - get { - return this.columnR7420900; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7420901Column { - get { - return this.columnR7420901; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7421000Column { - get { - return this.columnR7421000; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7421001Column { - get { - return this.columnR7421001; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7421100Column { - get { - return this.columnR7421100; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7421101Column { - get { - return this.columnR7421101; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7421200Column { - get { - return this.columnR7421200; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7421201Column { - get { - return this.columnR7421201; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7421300Column { - get { - return this.columnR7421300; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R7421301Column { - get { - return this.columnR7421301; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R7421400Column { @@ -24913,86 +21549,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8116000Column { - get { - return this.columnR8116000; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8116100Column { - get { - return this.columnR8116100; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8116200Column { - get { - return this.columnR8116200; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8116300Column { - get { - return this.columnR8116300; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8116400Column { - get { - return this.columnR8116400; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8116500Column { - get { - return this.columnR8116500; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8116600Column { - get { - return this.columnR8116600; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8116700Column { - get { - return this.columnR8116700; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8116800Column { - get { - return this.columnR8116800; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8116900Column { - get { - return this.columnR8116900; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R8117000Column { @@ -25233,102 +21789,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8119000Column { - get { - return this.columnR8119000; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8119001Column { - get { - return this.columnR8119001; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8119100Column { - get { - return this.columnR8119100; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8119101Column { - get { - return this.columnR8119101; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8119200Column { - get { - return this.columnR8119200; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8119201Column { - get { - return this.columnR8119201; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8119300Column { - get { - return this.columnR8119300; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8119301Column { - get { - return this.columnR8119301; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8119400Column { - get { - return this.columnR8119400; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8119401Column { - get { - return this.columnR8119401; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8119500Column { - get { - return this.columnR8119500; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn R8119501Column { - get { - return this.columnR8119501; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn R8119600Column { @@ -25761,94 +22221,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0347900Column { - get { - return this.columnT0347900; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0348000Column { - get { - return this.columnT0348000; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0348100Column { - get { - return this.columnT0348100; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0348200Column { - get { - return this.columnT0348200; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0348300Column { - get { - return this.columnT0348300; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0348400Column { - get { - return this.columnT0348400; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0348500Column { - get { - return this.columnT0348500; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0348600Column { - get { - return this.columnT0348600; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0348700Column { - get { - return this.columnT0348700; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0348800Column { - get { - return this.columnT0348800; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0348900Column { - get { - return this.columnT0348900; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn T0349000Column { @@ -26097,134 +22469,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0351100Column { - get { - return this.columnT0351100; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0351101Column { - get { - return this.columnT0351101; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0351200Column { - get { - return this.columnT0351200; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0351201Column { - get { - return this.columnT0351201; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0351300Column { - get { - return this.columnT0351300; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0351301Column { - get { - return this.columnT0351301; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0351400Column { - get { - return this.columnT0351400; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0351401Column { - get { - return this.columnT0351401; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0351500Column { - get { - return this.columnT0351500; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0351501Column { - get { - return this.columnT0351501; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0351600Column { - get { - return this.columnT0351600; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0351601Column { - get { - return this.columnT0351601; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0351700Column { - get { - return this.columnT0351700; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0351701Column { - get { - return this.columnT0351701; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0351800Column { - get { - return this.columnT0351800; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T0351801Column { - get { - return this.columnT0351801; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn T0351900Column { @@ -26537,94 +22781,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1497300Column { - get { - return this.columnT1497300; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1497400Column { - get { - return this.columnT1497400; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1497500Column { - get { - return this.columnT1497500; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1497600Column { - get { - return this.columnT1497600; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1497700Column { - get { - return this.columnT1497700; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1497800Column { - get { - return this.columnT1497800; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1497900Column { - get { - return this.columnT1497900; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1498000Column { - get { - return this.columnT1498000; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1498100Column { - get { - return this.columnT1498100; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1498200Column { - get { - return this.columnT1498200; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1498300Column { - get { - return this.columnT1498300; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn T1498400Column { @@ -26873,102 +23029,6 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1500500Column { - get { - return this.columnT1500500; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1500501Column { - get { - return this.columnT1500501; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1500600Column { - get { - return this.columnT1500600; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1500601Column { - get { - return this.columnT1500601; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1500700Column { - get { - return this.columnT1500700; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1500701Column { - get { - return this.columnT1500701; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1500800Column { - get { - return this.columnT1500800; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1500801Column { - get { - return this.columnT1500801; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1500900Column { - get { - return this.columnT1500900; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1500901Column { - get { - return this.columnT1500901; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1501000Column { - get { - return this.columnT1501000; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T1501001Column { - get { - return this.columnT1501001; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn T1501100Column { @@ -27275,553 +23335,761 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2543200Column { + public global::System.Data.DataColumn T2544200Column { get { - return this.columnT2543200; + return this.columnT2544200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2543300Column { + public global::System.Data.DataColumn T2544300Column { get { - return this.columnT2543300; + return this.columnT2544300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2543400Column { + public global::System.Data.DataColumn T2544400Column { get { - return this.columnT2543400; + return this.columnT2544400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2543500Column { + public global::System.Data.DataColumn T2544500Column { get { - return this.columnT2543500; + return this.columnT2544500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2543600Column { + public global::System.Data.DataColumn T2544600Column { get { - return this.columnT2543600; + return this.columnT2544600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2543700Column { + public global::System.Data.DataColumn T2544700Column { get { - return this.columnT2543700; + return this.columnT2544700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2543800Column { + public global::System.Data.DataColumn T2544800Column { get { - return this.columnT2543800; + return this.columnT2544800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2543900Column { + public global::System.Data.DataColumn T2544900Column { get { - return this.columnT2543900; + return this.columnT2544900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2544000Column { + public global::System.Data.DataColumn T2545000Column { get { - return this.columnT2544000; + return this.columnT2545000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2544100Column { + public global::System.Data.DataColumn T2545100Column { get { - return this.columnT2544100; + return this.columnT2545100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2544200Column { + public global::System.Data.DataColumn T2545200Column { get { - return this.columnT2544200; + return this.columnT2545200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2544300Column { + public global::System.Data.DataColumn T2545201Column { get { - return this.columnT2544300; + return this.columnT2545201; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2544400Column { + public global::System.Data.DataColumn T2545300Column { get { - return this.columnT2544400; + return this.columnT2545300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2544500Column { + public global::System.Data.DataColumn T2545301Column { get { - return this.columnT2544500; + return this.columnT2545301; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2544600Column { + public global::System.Data.DataColumn T2545400Column { get { - return this.columnT2544600; + return this.columnT2545400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2544700Column { + public global::System.Data.DataColumn T2545401Column { get { - return this.columnT2544700; + return this.columnT2545401; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2544800Column { + public global::System.Data.DataColumn T2545500Column { get { - return this.columnT2544800; + return this.columnT2545500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2544900Column { + public global::System.Data.DataColumn T2545501Column { get { - return this.columnT2544900; + return this.columnT2545501; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2545000Column { + public global::System.Data.DataColumn T2545600Column { get { - return this.columnT2545000; + return this.columnT2545600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2545100Column { + public global::System.Data.DataColumn T2545601Column { get { - return this.columnT2545100; + return this.columnT2545601; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2545200Column { + public global::System.Data.DataColumn T2545700Column { get { - return this.columnT2545200; + return this.columnT2545700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2545201Column { + public global::System.Data.DataColumn T2545701Column { get { - return this.columnT2545201; + return this.columnT2545701; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2545300Column { + public global::System.Data.DataColumn T2545800Column { get { - return this.columnT2545300; + return this.columnT2545800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2545301Column { + public global::System.Data.DataColumn T2545801Column { get { - return this.columnT2545301; + return this.columnT2545801; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2545400Column { + public global::System.Data.DataColumn T2545900Column { get { - return this.columnT2545400; + return this.columnT2545900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2545401Column { + public global::System.Data.DataColumn T2545901Column { get { - return this.columnT2545401; + return this.columnT2545901; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2545500Column { + public global::System.Data.DataColumn T2546000Column { get { - return this.columnT2545500; + return this.columnT2546000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2545501Column { + public global::System.Data.DataColumn T2546001Column { get { - return this.columnT2545501; + return this.columnT2546001; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2545600Column { + public global::System.Data.DataColumn T2546800Column { get { - return this.columnT2545600; + return this.columnT2546800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2545601Column { + public global::System.Data.DataColumn T2546900Column { get { - return this.columnT2545601; + return this.columnT2546900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2545700Column { + public global::System.Data.DataColumn T2547000Column { get { - return this.columnT2545700; + return this.columnT2547000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2545701Column { + public global::System.Data.DataColumn T2547100Column { get { - return this.columnT2545701; + return this.columnT2547100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2545800Column { + public global::System.Data.DataColumn T2547200Column { get { - return this.columnT2545800; + return this.columnT2547200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2545801Column { + public global::System.Data.DataColumn T2547300Column { get { - return this.columnT2545801; + return this.columnT2547300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2545900Column { + public global::System.Data.DataColumn T2547400Column { get { - return this.columnT2545900; + return this.columnT2547400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2545901Column { + public global::System.Data.DataColumn T2547500Column { get { - return this.columnT2545901; + return this.columnT2547500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2546000Column { + public global::System.Data.DataColumn T2547600Column { get { - return this.columnT2546000; + return this.columnT2547600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2546001Column { + public global::System.Data.DataColumn T2547700Column { get { - return this.columnT2546001; + return this.columnT2547700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2546100Column { + public global::System.Data.DataColumn T2763400Column { get { - return this.columnT2546100; + return this.columnT2763400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2546101Column { + public global::System.Data.DataColumn T2763500Column { get { - return this.columnT2546101; + return this.columnT2763500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2546200Column { + public global::System.Data.DataColumn T2763600Column { get { - return this.columnT2546200; + return this.columnT2763600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2546201Column { + public global::System.Data.DataColumn T2763700Column { get { - return this.columnT2546201; + return this.columnT2763700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2546300Column { + public global::System.Data.DataColumn T2763800Column { get { - return this.columnT2546300; + return this.columnT2763800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2546301Column { + public global::System.Data.DataColumn T2763900Column { get { - return this.columnT2546301; + return this.columnT2763900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2546400Column { + public global::System.Data.DataColumn T2764000Column { get { - return this.columnT2546400; + return this.columnT2764000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2546401Column { + public global::System.Data.DataColumn T3527500Column { get { - return this.columnT2546401; + return this.columnT3527500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2546500Column { + public global::System.Data.DataColumn T3527600Column { get { - return this.columnT2546500; + return this.columnT3527600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2546501Column { + public global::System.Data.DataColumn T3527700Column { get { - return this.columnT2546501; + return this.columnT3527700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2546600Column { + public global::System.Data.DataColumn T3527800Column { get { - return this.columnT2546600; + return this.columnT3527800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2546601Column { + public global::System.Data.DataColumn T3527900Column { get { - return this.columnT2546601; + return this.columnT3527900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2546700Column { + public global::System.Data.DataColumn T3528000Column { get { - return this.columnT2546700; + return this.columnT3528000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2546701Column { + public global::System.Data.DataColumn T3528100Column { get { - return this.columnT2546701; + return this.columnT3528100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2546800Column { + public global::System.Data.DataColumn T3528200Column { get { - return this.columnT2546800; + return this.columnT3528200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2546900Column { + public global::System.Data.DataColumn T3528300Column { get { - return this.columnT2546900; + return this.columnT3528300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2547000Column { + public global::System.Data.DataColumn T3528400Column { get { - return this.columnT2547000; + return this.columnT3528400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2547100Column { + public global::System.Data.DataColumn T3530500Column { get { - return this.columnT2547100; + return this.columnT3530500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2547200Column { + public global::System.Data.DataColumn T3530600Column { get { - return this.columnT2547200; + return this.columnT3530600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2547300Column { + public global::System.Data.DataColumn T3530700Column { get { - return this.columnT2547300; + return this.columnT3530700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2547400Column { + public global::System.Data.DataColumn T3530800Column { get { - return this.columnT2547400; + return this.columnT3530800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2547500Column { + public global::System.Data.DataColumn T3530900Column { get { - return this.columnT2547500; + return this.columnT3530900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2547600Column { + public global::System.Data.DataColumn T3531000Column { get { - return this.columnT2547600; + return this.columnT3531000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2547700Column { + public global::System.Data.DataColumn T3531100Column { get { - return this.columnT2547700; + return this.columnT3531100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2763400Column { + public global::System.Data.DataColumn T3531200Column { get { - return this.columnT2763400; + return this.columnT3531200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2763500Column { + public global::System.Data.DataColumn T3531300Column { get { - return this.columnT2763500; + return this.columnT3531300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2763600Column { + public global::System.Data.DataColumn T3531400Column { get { - return this.columnT2763600; + return this.columnT3531400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2763700Column { + public global::System.Data.DataColumn T3531500Column { get { - return this.columnT2763700; + return this.columnT3531500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2763800Column { + public global::System.Data.DataColumn T3531501Column { get { - return this.columnT2763800; + return this.columnT3531501; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2763900Column { + public global::System.Data.DataColumn T3531600Column { get { - return this.columnT2763900; + return this.columnT3531600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public global::System.Data.DataColumn T2764000Column { + public global::System.Data.DataColumn T3531601Column { get { - return this.columnT2764000; + return this.columnT3531601; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T3531700Column { + get { + return this.columnT3531700; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T3531701Column { + get { + return this.columnT3531701; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T3531800Column { + get { + return this.columnT3531800; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T3531801Column { + get { + return this.columnT3531801; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T3531900Column { + get { + return this.columnT3531900; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T3531901Column { + get { + return this.columnT3531901; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T3532000Column { + get { + return this.columnT3532000; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T3532001Column { + get { + return this.columnT3532001; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T3532100Column { + get { + return this.columnT3532100; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T3532101Column { + get { + return this.columnT3532101; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T3532200Column { + get { + return this.columnT3532200; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T3532201Column { + get { + return this.columnT3532201; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T3532300Column { + get { + return this.columnT3532300; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T3532301Column { + get { + return this.columnT3532301; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T3532400Column { + get { + return this.columnT3532400; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T3532401Column { + get { + return this.columnT3532401; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T3533200Column { + get { + return this.columnT3533200; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T3533300Column { + get { + return this.columnT3533300; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T3533400Column { + get { + return this.columnT3533400; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T3533500Column { + get { + return this.columnT3533500; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T3533600Column { + get { + return this.columnT3533600; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T3533700Column { + get { + return this.columnT3533700; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T3533800Column { + get { + return this.columnT3533800; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T3533900Column { + get { + return this.columnT3533900; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T3534000Column { + get { + return this.columnT3534000; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T3534100Column { + get { + return this.columnT3534100; } } @@ -27873,6 +24141,454 @@ protected tblGen2FatherFromGen1DataTable(global::System.Runtime.Serialization.Se } } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4496200Column { + get { + return this.columnT4496200; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4496300Column { + get { + return this.columnT4496300; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4496400Column { + get { + return this.columnT4496400; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4496500Column { + get { + return this.columnT4496500; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4496600Column { + get { + return this.columnT4496600; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4496700Column { + get { + return this.columnT4496700; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4496800Column { + get { + return this.columnT4496800; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4496900Column { + get { + return this.columnT4496900; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4497000Column { + get { + return this.columnT4497000; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4497100Column { + get { + return this.columnT4497100; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4500700Column { + get { + return this.columnT4500700; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4500800Column { + get { + return this.columnT4500800; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4500900Column { + get { + return this.columnT4500900; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4501000Column { + get { + return this.columnT4501000; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4501100Column { + get { + return this.columnT4501100; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4501200Column { + get { + return this.columnT4501200; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4501300Column { + get { + return this.columnT4501300; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4501400Column { + get { + return this.columnT4501400; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4501500Column { + get { + return this.columnT4501500; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4501600Column { + get { + return this.columnT4501600; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4501700Column { + get { + return this.columnT4501700; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4501701Column { + get { + return this.columnT4501701; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4501800Column { + get { + return this.columnT4501800; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4501801Column { + get { + return this.columnT4501801; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4501900Column { + get { + return this.columnT4501900; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4501901Column { + get { + return this.columnT4501901; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4502000Column { + get { + return this.columnT4502000; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4502001Column { + get { + return this.columnT4502001; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4502100Column { + get { + return this.columnT4502100; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4502101Column { + get { + return this.columnT4502101; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4502200Column { + get { + return this.columnT4502200; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4502201Column { + get { + return this.columnT4502201; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4502300Column { + get { + return this.columnT4502300; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4502301Column { + get { + return this.columnT4502301; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4502400Column { + get { + return this.columnT4502400; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4502401Column { + get { + return this.columnT4502401; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4502500Column { + get { + return this.columnT4502500; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4502501Column { + get { + return this.columnT4502501; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4502600Column { + get { + return this.columnT4502600; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4502601Column { + get { + return this.columnT4502601; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4504900Column { + get { + return this.columnT4504900; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4505000Column { + get { + return this.columnT4505000; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4505100Column { + get { + return this.columnT4505100; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4505200Column { + get { + return this.columnT4505200; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4505300Column { + get { + return this.columnT4505300; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4505400Column { + get { + return this.columnT4505400; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4505500Column { + get { + return this.columnT4505500; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4505600Column { + get { + return this.columnT4505600; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4505700Column { + get { + return this.columnT4505700; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4505800Column { + get { + return this.columnT4505800; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4703500Column { + get { + return this.columnT4703500; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4703600Column { + get { + return this.columnT4703600; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4703700Column { + get { + return this.columnT4703700; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4703800Column { + get { + return this.columnT4703800; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4703900Column { + get { + return this.columnT4703900; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn T4704000Column { + get { + return this.columnT4704000; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] @@ -27912,69 +24628,50 @@ public void AddtblGen2FatherFromGen1Row(tblGen2FatherFromGen1Row row) { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( int R0000100, + int R0173600, + int R0214700, int R0214800, int R1373300, - int R1373400, int R1373500, int R1374000, - int R1374100, int R1374200, int R1374700, - int R1374800, int R1374900, int R1375400, - int R1375500, int R1375600, int R1376100, - int R1376200, int R1376300, int R1376800, - int R1376900, int R1377000, int R1377500, - int R1377600, int R1377700, int R1753700, - int R1753800, int R1753900, int R1754400, - int R1754500, int R1754600, int R1755100, - int R1755200, int R1755300, int R1755800, - int R1755900, int R1756000, int R1756500, - int R1756600, int R1756700, int R1757200, - int R1757300, int R1757400, int R1757900, - int R1758000, int R1758100, int R2095700, - int R2095800, int R2095900, int R2096400, - int R2096500, int R2096600, int R2097100, - int R2097200, int R2097300, int R2097800, - int R2097900, int R2098000, int R2098500, - int R2098600, int R2098700, int R2099200, - int R2099300, int R2099400, int R2099900, - int R2100000, int R2100100, int R2345900, int R2346200, @@ -27984,25 +24681,18 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( int R2347400, int R2347700, int R2648000, - int R2648100, int R2648200, int R2648700, - int R2648800, int R2648900, int R2649400, - int R2649500, int R2649600, int R2650100, - int R2650200, int R2650300, int R2650800, - int R2650900, int R2651000, int R2651500, - int R2651600, int R2651700, int R2652200, - int R2652300, int R2652400, int R2955900, int R2956200, @@ -28012,119 +24702,78 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( int R2957400, int R2957700, int R3255900, - int R3256000, int R3256100, int R3257700, - int R3257800, int R3257900, int R3259500, - int R3259600, int R3259700, int R3261300, - int R3261400, int R3261500, int R3263100, - int R3263200, int R3263300, int R3264900, - int R3265000, int R3265100, int R3266700, - int R3266800, int R3266900, int R3268500, int R3556400, int R3557000, int R3557600, int R3771800, - int R3771900, int R3772000, int R3772100, - int R3772200, - int R3772300, int R3772400, int R3773900, - int R3774000, int R3774100, int R3774200, - int R3774300, - int R3774400, int R3774500, int R3776000, - int R3776100, int R3776200, int R3776300, - int R3776400, - int R3776500, int R3776600, int R3778100, - int R3778200, int R3778300, int R3778400, - int R3778500, - int R3778600, int R3778700, int R3780200, - int R3780300, int R3780400, int R3780500, - int R3780600, - int R3780700, int R3780800, int R3782300, - int R3782400, int R3782500, int R3782600, int R3782900, int R3784400, - int R3784500, int R3784600, int R3784700, int R3785000, int R3786500, int R3788004, int R4276800, - int R4276900, int R4277000, int R4277100, int R4277101, - int R4277200, - int R4277201, int R4277700, - int R4277800, int R4277900, int R4278000, int R4278001, - int R4278100, - int R4278101, int R4278600, - int R4278700, int R4278800, int R4278900, int R4278901, - int R4279000, - int R4279001, int R4279500, - int R4279600, int R4279700, int R4279800, int R4279801, - int R4279900, - int R4279901, int R4280400, - int R4280500, int R4280600, int R4280700, int R4280701, - int R4280800, - int R4280801, int R4281300, - int R4281400, int R4281500, int R4281600, int R4281601, int R4282100, - int R4282200, int R4282300, int R4282400, int R4282401, @@ -28133,119 +24782,82 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( int R4283100, int R4283600, int R4827600, - int R4827700, int R4827800, int R4827900, int R4827901, - int R4828000, - int R4828001, int R4828100, int R4830600, - int R4830700, int R4830800, int R4830900, int R4830901, - int R4831000, - int R4831001, int R4831100, int R4833600, - int R4833700, int R4833800, int R4833900, int R4833901, - int R4834000, - int R4834001, int R4834100, int R4836600, - int R4836700, int R4836800, int R4836900, int R4836901, - int R4837000, - int R4837001, int R4837100, int R4839600, - int R4839700, int R4839800, int R4839900, int R4839901, - int R4840000, - int R4840001, int R4840100, int R4842500, - int R4842600, int R4842700, int R4842800, int R4842801, int R4842900, int R4844800, - int R4844900, int R4845000, int R4845100, int R4845101, int R4845200, int R4847100, - int R4847200, int R4847300, int R4847400, int R5498000, - int R5498100, int R5498200, int R5498300, int R5498301, - int R5498400, - int R5498401, int R5498500, int R5501000, - int R5501100, int R5501200, int R5501300, int R5501301, - int R5501400, - int R5501401, int R5501500, int R5504000, - int R5504100, int R5504200, int R5504300, int R5504301, - int R5504400, - int R5504401, int R5504500, int R5507000, - int R5507100, int R5507200, int R5507300, int R5507301, - int R5507400, - int R5507401, int R5507500, int R5510000, - int R5510100, int R5510200, int R5510300, int R5510301, - int R5510400, - int R5510401, int R5510500, int R5513000, - int R5513100, int R5513200, int R5513300, int R5513301, int R5513400, int R5515300, - int R5515400, int R5515500, int R5515600, int R5515601, int R5515700, int R5517600, - int R5517700, int R5517800, int R5517900, int R5519800, - int R5519900, int R5520000, int R5520100, int R5520101, @@ -28260,16 +24872,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( int R6219100, int R6219200, int R6219300, - int R6219500, - int R6219600, - int R6219700, - int R6219800, - int R6219900, - int R6220000, - int R6220100, - int R6220200, - int R6220300, - int R6220400, int R6220600, int R6220700, int R6220800, @@ -28300,18 +24902,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( int R6222501, int R6222600, int R6222601, - int R6222800, - int R6222801, - int R6222900, - int R6222901, - int R6223000, - int R6223001, - int R6223100, - int R6223101, - int R6223200, - int R6223201, - int R6223300, - int R6223301, int R6223400, int R6223500, int R6223600, @@ -28342,16 +24932,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( int R6773200, int R6773300, int R6773400, - int R6773500, - int R6773600, - int R6773700, - int R6773800, - int R6773900, - int R6774000, - int R6774100, - int R6774200, - int R6774300, - int R6774400, int R6774500, int R6774600, int R6774700, @@ -28378,18 +24958,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( int R6776101, int R6776200, int R6776201, - int R6776300, - int R6776301, - int R6776400, - int R6776401, - int R6776500, - int R6776501, - int R6776600, - int R6776601, - int R6776700, - int R6776701, - int R6776800, - int R6776801, int R6776900, int R6777000, int R6777100, @@ -28420,16 +24988,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( int R7417600, int R7417700, int R7417800, - int R7417900, - int R7418000, - int R7418100, - int R7418200, - int R7418300, - int R7418400, - int R7418500, - int R7418600, - int R7418700, - int R7418800, int R7418900, int R7419000, int R7419100, @@ -28456,20 +25014,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( int R7420501, int R7420600, int R7420601, - int R7420700, - int R7420701, - int R7420800, - int R7420801, - int R7420900, - int R7420901, - int R7421000, - int R7421001, - int R7421100, - int R7421101, - int R7421200, - int R7421201, - int R7421300, - int R7421301, int R7421400, int R7421500, int R7421600, @@ -28500,16 +25044,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( int R8115700, int R8115800, int R8115900, - int R8116000, - int R8116100, - int R8116200, - int R8116300, - int R8116400, - int R8116500, - int R8116600, - int R8116700, - int R8116800, - int R8116900, int R8117000, int R8117100, int R8117200, @@ -28540,18 +25074,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( int R8118801, int R8118900, int R8118901, - int R8119000, - int R8119001, - int R8119100, - int R8119101, - int R8119200, - int R8119201, - int R8119300, - int R8119301, - int R8119400, - int R8119401, - int R8119500, - int R8119501, int R8119600, int R8119700, int R8119800, @@ -28606,17 +25128,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( int T0347600, int T0347700, int T0347800, - int T0347900, - int T0348000, - int T0348100, - int T0348200, - int T0348300, - int T0348400, - int T0348500, - int T0348600, - int T0348700, - int T0348800, - int T0348900, int T0349000, int T0349100, int T0349200, @@ -28648,22 +25159,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( int T0350901, int T0351000, int T0351001, - int T0351100, - int T0351101, - int T0351200, - int T0351201, - int T0351300, - int T0351301, - int T0351400, - int T0351401, - int T0351500, - int T0351501, - int T0351600, - int T0351601, - int T0351700, - int T0351701, - int T0351800, - int T0351801, int T0351900, int T0352000, int T0352100, @@ -28703,17 +25198,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( int T1497000, int T1497100, int T1497200, - int T1497300, - int T1497400, - int T1497500, - int T1497600, - int T1497700, - int T1497800, - int T1497900, - int T1498000, - int T1498100, - int T1498200, - int T1498300, int T1498400, int T1498500, int T1498600, @@ -28745,18 +25229,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( int T1500301, int T1500400, int T1500401, - int T1500500, - int T1500501, - int T1500600, - int T1500601, - int T1500700, - int T1500701, - int T1500800, - int T1500801, - int T1500900, - int T1500901, - int T1501000, - int T1501001, int T1501100, int T1501200, int T1501300, @@ -28795,16 +25267,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( int T2542900, int T2543000, int T2543100, - int T2543200, - int T2543300, - int T2543400, - int T2543500, - int T2543600, - int T2543700, - int T2543800, - int T2543900, - int T2544000, - int T2544100, int T2544200, int T2544300, int T2544400, @@ -28833,20 +25295,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( int T2545901, int T2546000, int T2546001, - int T2546100, - int T2546101, - int T2546200, - int T2546201, - int T2546300, - int T2546301, - int T2546400, - int T2546401, - int T2546500, - int T2546501, - int T2546600, - int T2546601, - int T2546700, - int T2546701, int T2546800, int T2546900, int T2547000, @@ -28864,78 +25312,165 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( int T2763800, int T2763900, int T2764000, + int T3527500, + int T3527600, + int T3527700, + int T3527800, + int T3527900, + int T3528000, + int T3528100, + int T3528200, + int T3528300, + int T3528400, + int T3530500, + int T3530600, + int T3530700, + int T3530800, + int T3530900, + int T3531000, + int T3531100, + int T3531200, + int T3531300, + int T3531400, + int T3531500, + int T3531501, + int T3531600, + int T3531601, + int T3531700, + int T3531701, + int T3531800, + int T3531801, + int T3531900, + int T3531901, + int T3532000, + int T3532001, + int T3532100, + int T3532101, + int T3532200, + int T3532201, + int T3532300, + int T3532301, + int T3532400, + int T3532401, + int T3533200, + int T3533300, + int T3533400, + int T3533500, + int T3533600, + int T3533700, + int T3533800, + int T3533900, + int T3534000, + int T3534100, int T3729600, int T3729700, int T3729800, int T3729900, int T3730000, - int T3730100) { + int T3730100, + int T4496200, + int T4496300, + int T4496400, + int T4496500, + int T4496600, + int T4496700, + int T4496800, + int T4496900, + int T4497000, + int T4497100, + int T4500700, + int T4500800, + int T4500900, + int T4501000, + int T4501100, + int T4501200, + int T4501300, + int T4501400, + int T4501500, + int T4501600, + int T4501700, + int T4501701, + int T4501800, + int T4501801, + int T4501900, + int T4501901, + int T4502000, + int T4502001, + int T4502100, + int T4502101, + int T4502200, + int T4502201, + int T4502300, + int T4502301, + int T4502400, + int T4502401, + int T4502500, + int T4502501, + int T4502600, + int T4502601, + int T4504900, + int T4505000, + int T4505100, + int T4505200, + int T4505300, + int T4505400, + int T4505500, + int T4505600, + int T4505700, + int T4505800, + int T4703500, + int T4703600, + int T4703700, + int T4703800, + int T4703900, + int T4704000) { tblGen2FatherFromGen1Row rowtblGen2FatherFromGen1Row = ((tblGen2FatherFromGen1Row)(this.NewRow())); object[] columnValuesArray = new object[] { R0000100, + R0173600, + R0214700, R0214800, R1373300, - R1373400, R1373500, R1374000, - R1374100, R1374200, R1374700, - R1374800, R1374900, R1375400, - R1375500, R1375600, R1376100, - R1376200, R1376300, R1376800, - R1376900, R1377000, R1377500, - R1377600, R1377700, R1753700, - R1753800, R1753900, R1754400, - R1754500, R1754600, R1755100, - R1755200, R1755300, R1755800, - R1755900, R1756000, R1756500, - R1756600, R1756700, R1757200, - R1757300, R1757400, R1757900, - R1758000, R1758100, R2095700, - R2095800, R2095900, R2096400, - R2096500, R2096600, R2097100, - R2097200, R2097300, R2097800, - R2097900, R2098000, R2098500, - R2098600, R2098700, R2099200, - R2099300, R2099400, R2099900, - R2100000, R2100100, R2345900, R2346200, @@ -28945,25 +25480,18 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( R2347400, R2347700, R2648000, - R2648100, R2648200, R2648700, - R2648800, R2648900, R2649400, - R2649500, R2649600, R2650100, - R2650200, R2650300, R2650800, - R2650900, R2651000, R2651500, - R2651600, R2651700, R2652200, - R2652300, R2652400, R2955900, R2956200, @@ -28973,119 +25501,78 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( R2957400, R2957700, R3255900, - R3256000, R3256100, R3257700, - R3257800, R3257900, R3259500, - R3259600, R3259700, R3261300, - R3261400, R3261500, R3263100, - R3263200, R3263300, R3264900, - R3265000, R3265100, R3266700, - R3266800, R3266900, R3268500, R3556400, R3557000, R3557600, R3771800, - R3771900, R3772000, R3772100, - R3772200, - R3772300, R3772400, R3773900, - R3774000, R3774100, R3774200, - R3774300, - R3774400, R3774500, R3776000, - R3776100, R3776200, R3776300, - R3776400, - R3776500, R3776600, R3778100, - R3778200, R3778300, R3778400, - R3778500, - R3778600, R3778700, R3780200, - R3780300, R3780400, R3780500, - R3780600, - R3780700, R3780800, R3782300, - R3782400, R3782500, R3782600, R3782900, R3784400, - R3784500, R3784600, R3784700, R3785000, R3786500, R3788004, R4276800, - R4276900, R4277000, R4277100, R4277101, - R4277200, - R4277201, R4277700, - R4277800, R4277900, R4278000, R4278001, - R4278100, - R4278101, R4278600, - R4278700, R4278800, R4278900, R4278901, - R4279000, - R4279001, R4279500, - R4279600, R4279700, R4279800, R4279801, - R4279900, - R4279901, R4280400, - R4280500, R4280600, R4280700, R4280701, - R4280800, - R4280801, R4281300, - R4281400, R4281500, R4281600, R4281601, R4282100, - R4282200, R4282300, R4282400, R4282401, @@ -29094,119 +25581,82 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( R4283100, R4283600, R4827600, - R4827700, R4827800, R4827900, R4827901, - R4828000, - R4828001, R4828100, R4830600, - R4830700, R4830800, R4830900, R4830901, - R4831000, - R4831001, R4831100, R4833600, - R4833700, R4833800, R4833900, R4833901, - R4834000, - R4834001, R4834100, R4836600, - R4836700, R4836800, R4836900, R4836901, - R4837000, - R4837001, R4837100, R4839600, - R4839700, R4839800, R4839900, R4839901, - R4840000, - R4840001, R4840100, R4842500, - R4842600, R4842700, R4842800, R4842801, R4842900, R4844800, - R4844900, R4845000, R4845100, R4845101, R4845200, R4847100, - R4847200, R4847300, R4847400, R5498000, - R5498100, R5498200, R5498300, R5498301, - R5498400, - R5498401, R5498500, R5501000, - R5501100, R5501200, R5501300, R5501301, - R5501400, - R5501401, R5501500, R5504000, - R5504100, R5504200, R5504300, R5504301, - R5504400, - R5504401, R5504500, R5507000, - R5507100, R5507200, R5507300, R5507301, - R5507400, - R5507401, R5507500, R5510000, - R5510100, R5510200, R5510300, R5510301, - R5510400, - R5510401, R5510500, R5513000, - R5513100, R5513200, R5513300, R5513301, R5513400, R5515300, - R5515400, R5515500, R5515600, R5515601, R5515700, R5517600, - R5517700, R5517800, R5517900, R5519800, - R5519900, R5520000, R5520100, R5520101, @@ -29221,16 +25671,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( R6219100, R6219200, R6219300, - R6219500, - R6219600, - R6219700, - R6219800, - R6219900, - R6220000, - R6220100, - R6220200, - R6220300, - R6220400, R6220600, R6220700, R6220800, @@ -29261,18 +25701,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( R6222501, R6222600, R6222601, - R6222800, - R6222801, - R6222900, - R6222901, - R6223000, - R6223001, - R6223100, - R6223101, - R6223200, - R6223201, - R6223300, - R6223301, R6223400, R6223500, R6223600, @@ -29303,16 +25731,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( R6773200, R6773300, R6773400, - R6773500, - R6773600, - R6773700, - R6773800, - R6773900, - R6774000, - R6774100, - R6774200, - R6774300, - R6774400, R6774500, R6774600, R6774700, @@ -29339,18 +25757,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( R6776101, R6776200, R6776201, - R6776300, - R6776301, - R6776400, - R6776401, - R6776500, - R6776501, - R6776600, - R6776601, - R6776700, - R6776701, - R6776800, - R6776801, R6776900, R6777000, R6777100, @@ -29381,16 +25787,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( R7417600, R7417700, R7417800, - R7417900, - R7418000, - R7418100, - R7418200, - R7418300, - R7418400, - R7418500, - R7418600, - R7418700, - R7418800, R7418900, R7419000, R7419100, @@ -29417,20 +25813,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( R7420501, R7420600, R7420601, - R7420700, - R7420701, - R7420800, - R7420801, - R7420900, - R7420901, - R7421000, - R7421001, - R7421100, - R7421101, - R7421200, - R7421201, - R7421300, - R7421301, R7421400, R7421500, R7421600, @@ -29461,16 +25843,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( R8115700, R8115800, R8115900, - R8116000, - R8116100, - R8116200, - R8116300, - R8116400, - R8116500, - R8116600, - R8116700, - R8116800, - R8116900, R8117000, R8117100, R8117200, @@ -29501,18 +25873,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( R8118801, R8118900, R8118901, - R8119000, - R8119001, - R8119100, - R8119101, - R8119200, - R8119201, - R8119300, - R8119301, - R8119400, - R8119401, - R8119500, - R8119501, R8119600, R8119700, R8119800, @@ -29567,17 +25927,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( T0347600, T0347700, T0347800, - T0347900, - T0348000, - T0348100, - T0348200, - T0348300, - T0348400, - T0348500, - T0348600, - T0348700, - T0348800, - T0348900, T0349000, T0349100, T0349200, @@ -29609,22 +25958,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( T0350901, T0351000, T0351001, - T0351100, - T0351101, - T0351200, - T0351201, - T0351300, - T0351301, - T0351400, - T0351401, - T0351500, - T0351501, - T0351600, - T0351601, - T0351700, - T0351701, - T0351800, - T0351801, T0351900, T0352000, T0352100, @@ -29664,17 +25997,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( T1497000, T1497100, T1497200, - T1497300, - T1497400, - T1497500, - T1497600, - T1497700, - T1497800, - T1497900, - T1498000, - T1498100, - T1498200, - T1498300, T1498400, T1498500, T1498600, @@ -29706,18 +26028,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( T1500301, T1500400, T1500401, - T1500500, - T1500501, - T1500600, - T1500601, - T1500700, - T1500701, - T1500800, - T1500801, - T1500900, - T1500901, - T1501000, - T1501001, T1501100, T1501200, T1501300, @@ -29756,16 +26066,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( T2542900, T2543000, T2543100, - T2543200, - T2543300, - T2543400, - T2543500, - T2543600, - T2543700, - T2543800, - T2543900, - T2544000, - T2544100, T2544200, T2544300, T2544400, @@ -29794,20 +26094,6 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( T2545901, T2546000, T2546001, - T2546100, - T2546101, - T2546200, - T2546201, - T2546300, - T2546301, - T2546400, - T2546401, - T2546500, - T2546501, - T2546600, - T2546601, - T2546700, - T2546701, T2546800, T2546900, T2547000, @@ -29825,12 +26111,118 @@ public tblGen2FatherFromGen1Row AddtblGen2FatherFromGen1Row( T2763800, T2763900, T2764000, + T3527500, + T3527600, + T3527700, + T3527800, + T3527900, + T3528000, + T3528100, + T3528200, + T3528300, + T3528400, + T3530500, + T3530600, + T3530700, + T3530800, + T3530900, + T3531000, + T3531100, + T3531200, + T3531300, + T3531400, + T3531500, + T3531501, + T3531600, + T3531601, + T3531700, + T3531701, + T3531800, + T3531801, + T3531900, + T3531901, + T3532000, + T3532001, + T3532100, + T3532101, + T3532200, + T3532201, + T3532300, + T3532301, + T3532400, + T3532401, + T3533200, + T3533300, + T3533400, + T3533500, + T3533600, + T3533700, + T3533800, + T3533900, + T3534000, + T3534100, T3729600, T3729700, T3729800, T3729900, T3730000, - T3730100}; + T3730100, + T4496200, + T4496300, + T4496400, + T4496500, + T4496600, + T4496700, + T4496800, + T4496900, + T4497000, + T4497100, + T4500700, + T4500800, + T4500900, + T4501000, + T4501100, + T4501200, + T4501300, + T4501400, + T4501500, + T4501600, + T4501700, + T4501701, + T4501800, + T4501801, + T4501900, + T4501901, + T4502000, + T4502001, + T4502100, + T4502101, + T4502200, + T4502201, + T4502300, + T4502301, + T4502400, + T4502401, + T4502500, + T4502501, + T4502600, + T4502601, + T4504900, + T4505000, + T4505100, + T4505200, + T4505300, + T4505400, + T4505500, + T4505600, + T4505700, + T4505800, + T4703500, + T4703600, + T4703700, + T4703800, + T4703900, + T4704000}; rowtblGen2FatherFromGen1Row.ItemArray = columnValuesArray; this.Rows.Add(rowtblGen2FatherFromGen1Row); return rowtblGen2FatherFromGen1Row; @@ -29861,69 +26253,50 @@ public tblGen2FatherFromGen1Row FindByR0000100(int R0000100) { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnR0000100 = base.Columns["R0000100"]; + this.columnR0173600 = base.Columns["R0173600"]; + this.columnR0214700 = base.Columns["R0214700"]; this.columnR0214800 = base.Columns["R0214800"]; this.columnR1373300 = base.Columns["R1373300"]; - this.columnR1373400 = base.Columns["R1373400"]; this.columnR1373500 = base.Columns["R1373500"]; this.columnR1374000 = base.Columns["R1374000"]; - this.columnR1374100 = base.Columns["R1374100"]; this.columnR1374200 = base.Columns["R1374200"]; this.columnR1374700 = base.Columns["R1374700"]; - this.columnR1374800 = base.Columns["R1374800"]; this.columnR1374900 = base.Columns["R1374900"]; this.columnR1375400 = base.Columns["R1375400"]; - this.columnR1375500 = base.Columns["R1375500"]; this.columnR1375600 = base.Columns["R1375600"]; this.columnR1376100 = base.Columns["R1376100"]; - this.columnR1376200 = base.Columns["R1376200"]; this.columnR1376300 = base.Columns["R1376300"]; this.columnR1376800 = base.Columns["R1376800"]; - this.columnR1376900 = base.Columns["R1376900"]; this.columnR1377000 = base.Columns["R1377000"]; this.columnR1377500 = base.Columns["R1377500"]; - this.columnR1377600 = base.Columns["R1377600"]; this.columnR1377700 = base.Columns["R1377700"]; this.columnR1753700 = base.Columns["R1753700"]; - this.columnR1753800 = base.Columns["R1753800"]; this.columnR1753900 = base.Columns["R1753900"]; this.columnR1754400 = base.Columns["R1754400"]; - this.columnR1754500 = base.Columns["R1754500"]; this.columnR1754600 = base.Columns["R1754600"]; this.columnR1755100 = base.Columns["R1755100"]; - this.columnR1755200 = base.Columns["R1755200"]; this.columnR1755300 = base.Columns["R1755300"]; this.columnR1755800 = base.Columns["R1755800"]; - this.columnR1755900 = base.Columns["R1755900"]; this.columnR1756000 = base.Columns["R1756000"]; this.columnR1756500 = base.Columns["R1756500"]; - this.columnR1756600 = base.Columns["R1756600"]; this.columnR1756700 = base.Columns["R1756700"]; this.columnR1757200 = base.Columns["R1757200"]; - this.columnR1757300 = base.Columns["R1757300"]; this.columnR1757400 = base.Columns["R1757400"]; this.columnR1757900 = base.Columns["R1757900"]; - this.columnR1758000 = base.Columns["R1758000"]; this.columnR1758100 = base.Columns["R1758100"]; this.columnR2095700 = base.Columns["R2095700"]; - this.columnR2095800 = base.Columns["R2095800"]; this.columnR2095900 = base.Columns["R2095900"]; this.columnR2096400 = base.Columns["R2096400"]; - this.columnR2096500 = base.Columns["R2096500"]; this.columnR2096600 = base.Columns["R2096600"]; this.columnR2097100 = base.Columns["R2097100"]; - this.columnR2097200 = base.Columns["R2097200"]; this.columnR2097300 = base.Columns["R2097300"]; this.columnR2097800 = base.Columns["R2097800"]; - this.columnR2097900 = base.Columns["R2097900"]; this.columnR2098000 = base.Columns["R2098000"]; this.columnR2098500 = base.Columns["R2098500"]; - this.columnR2098600 = base.Columns["R2098600"]; this.columnR2098700 = base.Columns["R2098700"]; this.columnR2099200 = base.Columns["R2099200"]; - this.columnR2099300 = base.Columns["R2099300"]; this.columnR2099400 = base.Columns["R2099400"]; this.columnR2099900 = base.Columns["R2099900"]; - this.columnR2100000 = base.Columns["R2100000"]; this.columnR2100100 = base.Columns["R2100100"]; this.columnR2345900 = base.Columns["R2345900"]; this.columnR2346200 = base.Columns["R2346200"]; @@ -29933,25 +26306,18 @@ internal void InitVars() { this.columnR2347400 = base.Columns["R2347400"]; this.columnR2347700 = base.Columns["R2347700"]; this.columnR2648000 = base.Columns["R2648000"]; - this.columnR2648100 = base.Columns["R2648100"]; this.columnR2648200 = base.Columns["R2648200"]; this.columnR2648700 = base.Columns["R2648700"]; - this.columnR2648800 = base.Columns["R2648800"]; this.columnR2648900 = base.Columns["R2648900"]; this.columnR2649400 = base.Columns["R2649400"]; - this.columnR2649500 = base.Columns["R2649500"]; this.columnR2649600 = base.Columns["R2649600"]; this.columnR2650100 = base.Columns["R2650100"]; - this.columnR2650200 = base.Columns["R2650200"]; this.columnR2650300 = base.Columns["R2650300"]; this.columnR2650800 = base.Columns["R2650800"]; - this.columnR2650900 = base.Columns["R2650900"]; this.columnR2651000 = base.Columns["R2651000"]; this.columnR2651500 = base.Columns["R2651500"]; - this.columnR2651600 = base.Columns["R2651600"]; this.columnR2651700 = base.Columns["R2651700"]; this.columnR2652200 = base.Columns["R2652200"]; - this.columnR2652300 = base.Columns["R2652300"]; this.columnR2652400 = base.Columns["R2652400"]; this.columnR2955900 = base.Columns["R2955900"]; this.columnR2956200 = base.Columns["R2956200"]; @@ -29961,119 +26327,78 @@ internal void InitVars() { this.columnR2957400 = base.Columns["R2957400"]; this.columnR2957700 = base.Columns["R2957700"]; this.columnR3255900 = base.Columns["R3255900"]; - this.columnR3256000 = base.Columns["R3256000"]; this.columnR3256100 = base.Columns["R3256100"]; this.columnR3257700 = base.Columns["R3257700"]; - this.columnR3257800 = base.Columns["R3257800"]; this.columnR3257900 = base.Columns["R3257900"]; this.columnR3259500 = base.Columns["R3259500"]; - this.columnR3259600 = base.Columns["R3259600"]; this.columnR3259700 = base.Columns["R3259700"]; this.columnR3261300 = base.Columns["R3261300"]; - this.columnR3261400 = base.Columns["R3261400"]; this.columnR3261500 = base.Columns["R3261500"]; this.columnR3263100 = base.Columns["R3263100"]; - this.columnR3263200 = base.Columns["R3263200"]; this.columnR3263300 = base.Columns["R3263300"]; this.columnR3264900 = base.Columns["R3264900"]; - this.columnR3265000 = base.Columns["R3265000"]; this.columnR3265100 = base.Columns["R3265100"]; this.columnR3266700 = base.Columns["R3266700"]; - this.columnR3266800 = base.Columns["R3266800"]; this.columnR3266900 = base.Columns["R3266900"]; this.columnR3268500 = base.Columns["R3268500"]; this.columnR3556400 = base.Columns["R3556400"]; this.columnR3557000 = base.Columns["R3557000"]; this.columnR3557600 = base.Columns["R3557600"]; this.columnR3771800 = base.Columns["R3771800"]; - this.columnR3771900 = base.Columns["R3771900"]; this.columnR3772000 = base.Columns["R3772000"]; this.columnR3772100 = base.Columns["R3772100"]; - this.columnR3772200 = base.Columns["R3772200"]; - this.columnR3772300 = base.Columns["R3772300"]; this.columnR3772400 = base.Columns["R3772400"]; this.columnR3773900 = base.Columns["R3773900"]; - this.columnR3774000 = base.Columns["R3774000"]; this.columnR3774100 = base.Columns["R3774100"]; this.columnR3774200 = base.Columns["R3774200"]; - this.columnR3774300 = base.Columns["R3774300"]; - this.columnR3774400 = base.Columns["R3774400"]; this.columnR3774500 = base.Columns["R3774500"]; this.columnR3776000 = base.Columns["R3776000"]; - this.columnR3776100 = base.Columns["R3776100"]; this.columnR3776200 = base.Columns["R3776200"]; this.columnR3776300 = base.Columns["R3776300"]; - this.columnR3776400 = base.Columns["R3776400"]; - this.columnR3776500 = base.Columns["R3776500"]; this.columnR3776600 = base.Columns["R3776600"]; this.columnR3778100 = base.Columns["R3778100"]; - this.columnR3778200 = base.Columns["R3778200"]; this.columnR3778300 = base.Columns["R3778300"]; this.columnR3778400 = base.Columns["R3778400"]; - this.columnR3778500 = base.Columns["R3778500"]; - this.columnR3778600 = base.Columns["R3778600"]; this.columnR3778700 = base.Columns["R3778700"]; this.columnR3780200 = base.Columns["R3780200"]; - this.columnR3780300 = base.Columns["R3780300"]; this.columnR3780400 = base.Columns["R3780400"]; this.columnR3780500 = base.Columns["R3780500"]; - this.columnR3780600 = base.Columns["R3780600"]; - this.columnR3780700 = base.Columns["R3780700"]; this.columnR3780800 = base.Columns["R3780800"]; this.columnR3782300 = base.Columns["R3782300"]; - this.columnR3782400 = base.Columns["R3782400"]; this.columnR3782500 = base.Columns["R3782500"]; this.columnR3782600 = base.Columns["R3782600"]; this.columnR3782900 = base.Columns["R3782900"]; this.columnR3784400 = base.Columns["R3784400"]; - this.columnR3784500 = base.Columns["R3784500"]; this.columnR3784600 = base.Columns["R3784600"]; this.columnR3784700 = base.Columns["R3784700"]; this.columnR3785000 = base.Columns["R3785000"]; this.columnR3786500 = base.Columns["R3786500"]; this.columnR3788004 = base.Columns["R3788004"]; this.columnR4276800 = base.Columns["R4276800"]; - this.columnR4276900 = base.Columns["R4276900"]; this.columnR4277000 = base.Columns["R4277000"]; this.columnR4277100 = base.Columns["R4277100"]; this.columnR4277101 = base.Columns["R4277101"]; - this.columnR4277200 = base.Columns["R4277200"]; - this.columnR4277201 = base.Columns["R4277201"]; this.columnR4277700 = base.Columns["R4277700"]; - this.columnR4277800 = base.Columns["R4277800"]; this.columnR4277900 = base.Columns["R4277900"]; this.columnR4278000 = base.Columns["R4278000"]; this.columnR4278001 = base.Columns["R4278001"]; - this.columnR4278100 = base.Columns["R4278100"]; - this.columnR4278101 = base.Columns["R4278101"]; this.columnR4278600 = base.Columns["R4278600"]; - this.columnR4278700 = base.Columns["R4278700"]; this.columnR4278800 = base.Columns["R4278800"]; this.columnR4278900 = base.Columns["R4278900"]; this.columnR4278901 = base.Columns["R4278901"]; - this.columnR4279000 = base.Columns["R4279000"]; - this.columnR4279001 = base.Columns["R4279001"]; this.columnR4279500 = base.Columns["R4279500"]; - this.columnR4279600 = base.Columns["R4279600"]; this.columnR4279700 = base.Columns["R4279700"]; this.columnR4279800 = base.Columns["R4279800"]; this.columnR4279801 = base.Columns["R4279801"]; - this.columnR4279900 = base.Columns["R4279900"]; - this.columnR4279901 = base.Columns["R4279901"]; this.columnR4280400 = base.Columns["R4280400"]; - this.columnR4280500 = base.Columns["R4280500"]; this.columnR4280600 = base.Columns["R4280600"]; this.columnR4280700 = base.Columns["R4280700"]; this.columnR4280701 = base.Columns["R4280701"]; - this.columnR4280800 = base.Columns["R4280800"]; - this.columnR4280801 = base.Columns["R4280801"]; this.columnR4281300 = base.Columns["R4281300"]; - this.columnR4281400 = base.Columns["R4281400"]; this.columnR4281500 = base.Columns["R4281500"]; this.columnR4281600 = base.Columns["R4281600"]; this.columnR4281601 = base.Columns["R4281601"]; this.columnR4282100 = base.Columns["R4282100"]; - this.columnR4282200 = base.Columns["R4282200"]; this.columnR4282300 = base.Columns["R4282300"]; this.columnR4282400 = base.Columns["R4282400"]; this.columnR4282401 = base.Columns["R4282401"]; @@ -30082,119 +26407,82 @@ internal void InitVars() { this.columnR4283100 = base.Columns["R4283100"]; this.columnR4283600 = base.Columns["R4283600"]; this.columnR4827600 = base.Columns["R4827600"]; - this.columnR4827700 = base.Columns["R4827700"]; this.columnR4827800 = base.Columns["R4827800"]; this.columnR4827900 = base.Columns["R4827900"]; this.columnR4827901 = base.Columns["R4827901"]; - this.columnR4828000 = base.Columns["R4828000"]; - this.columnR4828001 = base.Columns["R4828001"]; this.columnR4828100 = base.Columns["R4828100"]; this.columnR4830600 = base.Columns["R4830600"]; - this.columnR4830700 = base.Columns["R4830700"]; this.columnR4830800 = base.Columns["R4830800"]; this.columnR4830900 = base.Columns["R4830900"]; this.columnR4830901 = base.Columns["R4830901"]; - this.columnR4831000 = base.Columns["R4831000"]; - this.columnR4831001 = base.Columns["R4831001"]; this.columnR4831100 = base.Columns["R4831100"]; this.columnR4833600 = base.Columns["R4833600"]; - this.columnR4833700 = base.Columns["R4833700"]; this.columnR4833800 = base.Columns["R4833800"]; this.columnR4833900 = base.Columns["R4833900"]; this.columnR4833901 = base.Columns["R4833901"]; - this.columnR4834000 = base.Columns["R4834000"]; - this.columnR4834001 = base.Columns["R4834001"]; this.columnR4834100 = base.Columns["R4834100"]; this.columnR4836600 = base.Columns["R4836600"]; - this.columnR4836700 = base.Columns["R4836700"]; this.columnR4836800 = base.Columns["R4836800"]; this.columnR4836900 = base.Columns["R4836900"]; this.columnR4836901 = base.Columns["R4836901"]; - this.columnR4837000 = base.Columns["R4837000"]; - this.columnR4837001 = base.Columns["R4837001"]; this.columnR4837100 = base.Columns["R4837100"]; this.columnR4839600 = base.Columns["R4839600"]; - this.columnR4839700 = base.Columns["R4839700"]; this.columnR4839800 = base.Columns["R4839800"]; this.columnR4839900 = base.Columns["R4839900"]; this.columnR4839901 = base.Columns["R4839901"]; - this.columnR4840000 = base.Columns["R4840000"]; - this.columnR4840001 = base.Columns["R4840001"]; this.columnR4840100 = base.Columns["R4840100"]; this.columnR4842500 = base.Columns["R4842500"]; - this.columnR4842600 = base.Columns["R4842600"]; this.columnR4842700 = base.Columns["R4842700"]; this.columnR4842800 = base.Columns["R4842800"]; this.columnR4842801 = base.Columns["R4842801"]; this.columnR4842900 = base.Columns["R4842900"]; this.columnR4844800 = base.Columns["R4844800"]; - this.columnR4844900 = base.Columns["R4844900"]; this.columnR4845000 = base.Columns["R4845000"]; this.columnR4845100 = base.Columns["R4845100"]; this.columnR4845101 = base.Columns["R4845101"]; this.columnR4845200 = base.Columns["R4845200"]; this.columnR4847100 = base.Columns["R4847100"]; - this.columnR4847200 = base.Columns["R4847200"]; this.columnR4847300 = base.Columns["R4847300"]; this.columnR4847400 = base.Columns["R4847400"]; this.columnR5498000 = base.Columns["R5498000"]; - this.columnR5498100 = base.Columns["R5498100"]; this.columnR5498200 = base.Columns["R5498200"]; this.columnR5498300 = base.Columns["R5498300"]; this.columnR5498301 = base.Columns["R5498301"]; - this.columnR5498400 = base.Columns["R5498400"]; - this.columnR5498401 = base.Columns["R5498401"]; this.columnR5498500 = base.Columns["R5498500"]; this.columnR5501000 = base.Columns["R5501000"]; - this.columnR5501100 = base.Columns["R5501100"]; this.columnR5501200 = base.Columns["R5501200"]; this.columnR5501300 = base.Columns["R5501300"]; this.columnR5501301 = base.Columns["R5501301"]; - this.columnR5501400 = base.Columns["R5501400"]; - this.columnR5501401 = base.Columns["R5501401"]; this.columnR5501500 = base.Columns["R5501500"]; this.columnR5504000 = base.Columns["R5504000"]; - this.columnR5504100 = base.Columns["R5504100"]; this.columnR5504200 = base.Columns["R5504200"]; this.columnR5504300 = base.Columns["R5504300"]; this.columnR5504301 = base.Columns["R5504301"]; - this.columnR5504400 = base.Columns["R5504400"]; - this.columnR5504401 = base.Columns["R5504401"]; this.columnR5504500 = base.Columns["R5504500"]; this.columnR5507000 = base.Columns["R5507000"]; - this.columnR5507100 = base.Columns["R5507100"]; this.columnR5507200 = base.Columns["R5507200"]; this.columnR5507300 = base.Columns["R5507300"]; this.columnR5507301 = base.Columns["R5507301"]; - this.columnR5507400 = base.Columns["R5507400"]; - this.columnR5507401 = base.Columns["R5507401"]; this.columnR5507500 = base.Columns["R5507500"]; this.columnR5510000 = base.Columns["R5510000"]; - this.columnR5510100 = base.Columns["R5510100"]; this.columnR5510200 = base.Columns["R5510200"]; this.columnR5510300 = base.Columns["R5510300"]; this.columnR5510301 = base.Columns["R5510301"]; - this.columnR5510400 = base.Columns["R5510400"]; - this.columnR5510401 = base.Columns["R5510401"]; this.columnR5510500 = base.Columns["R5510500"]; this.columnR5513000 = base.Columns["R5513000"]; - this.columnR5513100 = base.Columns["R5513100"]; this.columnR5513200 = base.Columns["R5513200"]; this.columnR5513300 = base.Columns["R5513300"]; this.columnR5513301 = base.Columns["R5513301"]; this.columnR5513400 = base.Columns["R5513400"]; this.columnR5515300 = base.Columns["R5515300"]; - this.columnR5515400 = base.Columns["R5515400"]; this.columnR5515500 = base.Columns["R5515500"]; this.columnR5515600 = base.Columns["R5515600"]; this.columnR5515601 = base.Columns["R5515601"]; this.columnR5515700 = base.Columns["R5515700"]; this.columnR5517600 = base.Columns["R5517600"]; - this.columnR5517700 = base.Columns["R5517700"]; this.columnR5517800 = base.Columns["R5517800"]; this.columnR5517900 = base.Columns["R5517900"]; this.columnR5519800 = base.Columns["R5519800"]; - this.columnR5519900 = base.Columns["R5519900"]; this.columnR5520000 = base.Columns["R5520000"]; this.columnR5520100 = base.Columns["R5520100"]; this.columnR5520101 = base.Columns["R5520101"]; @@ -30209,16 +26497,6 @@ internal void InitVars() { this.columnR6219100 = base.Columns["R6219100"]; this.columnR6219200 = base.Columns["R6219200"]; this.columnR6219300 = base.Columns["R6219300"]; - this.columnR6219500 = base.Columns["R6219500"]; - this.columnR6219600 = base.Columns["R6219600"]; - this.columnR6219700 = base.Columns["R6219700"]; - this.columnR6219800 = base.Columns["R6219800"]; - this.columnR6219900 = base.Columns["R6219900"]; - this.columnR6220000 = base.Columns["R6220000"]; - this.columnR6220100 = base.Columns["R6220100"]; - this.columnR6220200 = base.Columns["R6220200"]; - this.columnR6220300 = base.Columns["R6220300"]; - this.columnR6220400 = base.Columns["R6220400"]; this.columnR6220600 = base.Columns["R6220600"]; this.columnR6220700 = base.Columns["R6220700"]; this.columnR6220800 = base.Columns["R6220800"]; @@ -30249,18 +26527,6 @@ internal void InitVars() { this.columnR6222501 = base.Columns["R6222501"]; this.columnR6222600 = base.Columns["R6222600"]; this.columnR6222601 = base.Columns["R6222601"]; - this.columnR6222800 = base.Columns["R6222800"]; - this.columnR6222801 = base.Columns["R6222801"]; - this.columnR6222900 = base.Columns["R6222900"]; - this.columnR6222901 = base.Columns["R6222901"]; - this.columnR6223000 = base.Columns["R6223000"]; - this.columnR6223001 = base.Columns["R6223001"]; - this.columnR6223100 = base.Columns["R6223100"]; - this.columnR6223101 = base.Columns["R6223101"]; - this.columnR6223200 = base.Columns["R6223200"]; - this.columnR6223201 = base.Columns["R6223201"]; - this.columnR6223300 = base.Columns["R6223300"]; - this.columnR6223301 = base.Columns["R6223301"]; this.columnR6223400 = base.Columns["R6223400"]; this.columnR6223500 = base.Columns["R6223500"]; this.columnR6223600 = base.Columns["R6223600"]; @@ -30291,16 +26557,6 @@ internal void InitVars() { this.columnR6773200 = base.Columns["R6773200"]; this.columnR6773300 = base.Columns["R6773300"]; this.columnR6773400 = base.Columns["R6773400"]; - this.columnR6773500 = base.Columns["R6773500"]; - this.columnR6773600 = base.Columns["R6773600"]; - this.columnR6773700 = base.Columns["R6773700"]; - this.columnR6773800 = base.Columns["R6773800"]; - this.columnR6773900 = base.Columns["R6773900"]; - this.columnR6774000 = base.Columns["R6774000"]; - this.columnR6774100 = base.Columns["R6774100"]; - this.columnR6774200 = base.Columns["R6774200"]; - this.columnR6774300 = base.Columns["R6774300"]; - this.columnR6774400 = base.Columns["R6774400"]; this.columnR6774500 = base.Columns["R6774500"]; this.columnR6774600 = base.Columns["R6774600"]; this.columnR6774700 = base.Columns["R6774700"]; @@ -30327,18 +26583,6 @@ internal void InitVars() { this.columnR6776101 = base.Columns["R6776101"]; this.columnR6776200 = base.Columns["R6776200"]; this.columnR6776201 = base.Columns["R6776201"]; - this.columnR6776300 = base.Columns["R6776300"]; - this.columnR6776301 = base.Columns["R6776301"]; - this.columnR6776400 = base.Columns["R6776400"]; - this.columnR6776401 = base.Columns["R6776401"]; - this.columnR6776500 = base.Columns["R6776500"]; - this.columnR6776501 = base.Columns["R6776501"]; - this.columnR6776600 = base.Columns["R6776600"]; - this.columnR6776601 = base.Columns["R6776601"]; - this.columnR6776700 = base.Columns["R6776700"]; - this.columnR6776701 = base.Columns["R6776701"]; - this.columnR6776800 = base.Columns["R6776800"]; - this.columnR6776801 = base.Columns["R6776801"]; this.columnR6776900 = base.Columns["R6776900"]; this.columnR6777000 = base.Columns["R6777000"]; this.columnR6777100 = base.Columns["R6777100"]; @@ -30369,16 +26613,6 @@ internal void InitVars() { this.columnR7417600 = base.Columns["R7417600"]; this.columnR7417700 = base.Columns["R7417700"]; this.columnR7417800 = base.Columns["R7417800"]; - this.columnR7417900 = base.Columns["R7417900"]; - this.columnR7418000 = base.Columns["R7418000"]; - this.columnR7418100 = base.Columns["R7418100"]; - this.columnR7418200 = base.Columns["R7418200"]; - this.columnR7418300 = base.Columns["R7418300"]; - this.columnR7418400 = base.Columns["R7418400"]; - this.columnR7418500 = base.Columns["R7418500"]; - this.columnR7418600 = base.Columns["R7418600"]; - this.columnR7418700 = base.Columns["R7418700"]; - this.columnR7418800 = base.Columns["R7418800"]; this.columnR7418900 = base.Columns["R7418900"]; this.columnR7419000 = base.Columns["R7419000"]; this.columnR7419100 = base.Columns["R7419100"]; @@ -30405,20 +26639,6 @@ internal void InitVars() { this.columnR7420501 = base.Columns["R7420501"]; this.columnR7420600 = base.Columns["R7420600"]; this.columnR7420601 = base.Columns["R7420601"]; - this.columnR7420700 = base.Columns["R7420700"]; - this.columnR7420701 = base.Columns["R7420701"]; - this.columnR7420800 = base.Columns["R7420800"]; - this.columnR7420801 = base.Columns["R7420801"]; - this.columnR7420900 = base.Columns["R7420900"]; - this.columnR7420901 = base.Columns["R7420901"]; - this.columnR7421000 = base.Columns["R7421000"]; - this.columnR7421001 = base.Columns["R7421001"]; - this.columnR7421100 = base.Columns["R7421100"]; - this.columnR7421101 = base.Columns["R7421101"]; - this.columnR7421200 = base.Columns["R7421200"]; - this.columnR7421201 = base.Columns["R7421201"]; - this.columnR7421300 = base.Columns["R7421300"]; - this.columnR7421301 = base.Columns["R7421301"]; this.columnR7421400 = base.Columns["R7421400"]; this.columnR7421500 = base.Columns["R7421500"]; this.columnR7421600 = base.Columns["R7421600"]; @@ -30449,16 +26669,6 @@ internal void InitVars() { this.columnR8115700 = base.Columns["R8115700"]; this.columnR8115800 = base.Columns["R8115800"]; this.columnR8115900 = base.Columns["R8115900"]; - this.columnR8116000 = base.Columns["R8116000"]; - this.columnR8116100 = base.Columns["R8116100"]; - this.columnR8116200 = base.Columns["R8116200"]; - this.columnR8116300 = base.Columns["R8116300"]; - this.columnR8116400 = base.Columns["R8116400"]; - this.columnR8116500 = base.Columns["R8116500"]; - this.columnR8116600 = base.Columns["R8116600"]; - this.columnR8116700 = base.Columns["R8116700"]; - this.columnR8116800 = base.Columns["R8116800"]; - this.columnR8116900 = base.Columns["R8116900"]; this.columnR8117000 = base.Columns["R8117000"]; this.columnR8117100 = base.Columns["R8117100"]; this.columnR8117200 = base.Columns["R8117200"]; @@ -30489,18 +26699,6 @@ internal void InitVars() { this.columnR8118801 = base.Columns["R8118801"]; this.columnR8118900 = base.Columns["R8118900"]; this.columnR8118901 = base.Columns["R8118901"]; - this.columnR8119000 = base.Columns["R8119000"]; - this.columnR8119001 = base.Columns["R8119001"]; - this.columnR8119100 = base.Columns["R8119100"]; - this.columnR8119101 = base.Columns["R8119101"]; - this.columnR8119200 = base.Columns["R8119200"]; - this.columnR8119201 = base.Columns["R8119201"]; - this.columnR8119300 = base.Columns["R8119300"]; - this.columnR8119301 = base.Columns["R8119301"]; - this.columnR8119400 = base.Columns["R8119400"]; - this.columnR8119401 = base.Columns["R8119401"]; - this.columnR8119500 = base.Columns["R8119500"]; - this.columnR8119501 = base.Columns["R8119501"]; this.columnR8119600 = base.Columns["R8119600"]; this.columnR8119700 = base.Columns["R8119700"]; this.columnR8119800 = base.Columns["R8119800"]; @@ -30555,17 +26753,6 @@ internal void InitVars() { this.columnT0347600 = base.Columns["T0347600"]; this.columnT0347700 = base.Columns["T0347700"]; this.columnT0347800 = base.Columns["T0347800"]; - this.columnT0347900 = base.Columns["T0347900"]; - this.columnT0348000 = base.Columns["T0348000"]; - this.columnT0348100 = base.Columns["T0348100"]; - this.columnT0348200 = base.Columns["T0348200"]; - this.columnT0348300 = base.Columns["T0348300"]; - this.columnT0348400 = base.Columns["T0348400"]; - this.columnT0348500 = base.Columns["T0348500"]; - this.columnT0348600 = base.Columns["T0348600"]; - this.columnT0348700 = base.Columns["T0348700"]; - this.columnT0348800 = base.Columns["T0348800"]; - this.columnT0348900 = base.Columns["T0348900"]; this.columnT0349000 = base.Columns["T0349000"]; this.columnT0349100 = base.Columns["T0349100"]; this.columnT0349200 = base.Columns["T0349200"]; @@ -30597,22 +26784,6 @@ internal void InitVars() { this.columnT0350901 = base.Columns["T0350901"]; this.columnT0351000 = base.Columns["T0351000"]; this.columnT0351001 = base.Columns["T0351001"]; - this.columnT0351100 = base.Columns["T0351100"]; - this.columnT0351101 = base.Columns["T0351101"]; - this.columnT0351200 = base.Columns["T0351200"]; - this.columnT0351201 = base.Columns["T0351201"]; - this.columnT0351300 = base.Columns["T0351300"]; - this.columnT0351301 = base.Columns["T0351301"]; - this.columnT0351400 = base.Columns["T0351400"]; - this.columnT0351401 = base.Columns["T0351401"]; - this.columnT0351500 = base.Columns["T0351500"]; - this.columnT0351501 = base.Columns["T0351501"]; - this.columnT0351600 = base.Columns["T0351600"]; - this.columnT0351601 = base.Columns["T0351601"]; - this.columnT0351700 = base.Columns["T0351700"]; - this.columnT0351701 = base.Columns["T0351701"]; - this.columnT0351800 = base.Columns["T0351800"]; - this.columnT0351801 = base.Columns["T0351801"]; this.columnT0351900 = base.Columns["T0351900"]; this.columnT0352000 = base.Columns["T0352000"]; this.columnT0352100 = base.Columns["T0352100"]; @@ -30652,17 +26823,6 @@ internal void InitVars() { this.columnT1497000 = base.Columns["T1497000"]; this.columnT1497100 = base.Columns["T1497100"]; this.columnT1497200 = base.Columns["T1497200"]; - this.columnT1497300 = base.Columns["T1497300"]; - this.columnT1497400 = base.Columns["T1497400"]; - this.columnT1497500 = base.Columns["T1497500"]; - this.columnT1497600 = base.Columns["T1497600"]; - this.columnT1497700 = base.Columns["T1497700"]; - this.columnT1497800 = base.Columns["T1497800"]; - this.columnT1497900 = base.Columns["T1497900"]; - this.columnT1498000 = base.Columns["T1498000"]; - this.columnT1498100 = base.Columns["T1498100"]; - this.columnT1498200 = base.Columns["T1498200"]; - this.columnT1498300 = base.Columns["T1498300"]; this.columnT1498400 = base.Columns["T1498400"]; this.columnT1498500 = base.Columns["T1498500"]; this.columnT1498600 = base.Columns["T1498600"]; @@ -30694,18 +26854,6 @@ internal void InitVars() { this.columnT1500301 = base.Columns["T1500301"]; this.columnT1500400 = base.Columns["T1500400"]; this.columnT1500401 = base.Columns["T1500401"]; - this.columnT1500500 = base.Columns["T1500500"]; - this.columnT1500501 = base.Columns["T1500501"]; - this.columnT1500600 = base.Columns["T1500600"]; - this.columnT1500601 = base.Columns["T1500601"]; - this.columnT1500700 = base.Columns["T1500700"]; - this.columnT1500701 = base.Columns["T1500701"]; - this.columnT1500800 = base.Columns["T1500800"]; - this.columnT1500801 = base.Columns["T1500801"]; - this.columnT1500900 = base.Columns["T1500900"]; - this.columnT1500901 = base.Columns["T1500901"]; - this.columnT1501000 = base.Columns["T1501000"]; - this.columnT1501001 = base.Columns["T1501001"]; this.columnT1501100 = base.Columns["T1501100"]; this.columnT1501200 = base.Columns["T1501200"]; this.columnT1501300 = base.Columns["T1501300"]; @@ -30744,16 +26892,6 @@ internal void InitVars() { this.columnT2542900 = base.Columns["T2542900"]; this.columnT2543000 = base.Columns["T2543000"]; this.columnT2543100 = base.Columns["T2543100"]; - this.columnT2543200 = base.Columns["T2543200"]; - this.columnT2543300 = base.Columns["T2543300"]; - this.columnT2543400 = base.Columns["T2543400"]; - this.columnT2543500 = base.Columns["T2543500"]; - this.columnT2543600 = base.Columns["T2543600"]; - this.columnT2543700 = base.Columns["T2543700"]; - this.columnT2543800 = base.Columns["T2543800"]; - this.columnT2543900 = base.Columns["T2543900"]; - this.columnT2544000 = base.Columns["T2544000"]; - this.columnT2544100 = base.Columns["T2544100"]; this.columnT2544200 = base.Columns["T2544200"]; this.columnT2544300 = base.Columns["T2544300"]; this.columnT2544400 = base.Columns["T2544400"]; @@ -30782,20 +26920,6 @@ internal void InitVars() { this.columnT2545901 = base.Columns["T2545901"]; this.columnT2546000 = base.Columns["T2546000"]; this.columnT2546001 = base.Columns["T2546001"]; - this.columnT2546100 = base.Columns["T2546100"]; - this.columnT2546101 = base.Columns["T2546101"]; - this.columnT2546200 = base.Columns["T2546200"]; - this.columnT2546201 = base.Columns["T2546201"]; - this.columnT2546300 = base.Columns["T2546300"]; - this.columnT2546301 = base.Columns["T2546301"]; - this.columnT2546400 = base.Columns["T2546400"]; - this.columnT2546401 = base.Columns["T2546401"]; - this.columnT2546500 = base.Columns["T2546500"]; - this.columnT2546501 = base.Columns["T2546501"]; - this.columnT2546600 = base.Columns["T2546600"]; - this.columnT2546601 = base.Columns["T2546601"]; - this.columnT2546700 = base.Columns["T2546700"]; - this.columnT2546701 = base.Columns["T2546701"]; this.columnT2546800 = base.Columns["T2546800"]; this.columnT2546900 = base.Columns["T2546900"]; this.columnT2547000 = base.Columns["T2547000"]; @@ -30813,12 +26937,118 @@ internal void InitVars() { this.columnT2763800 = base.Columns["T2763800"]; this.columnT2763900 = base.Columns["T2763900"]; this.columnT2764000 = base.Columns["T2764000"]; + this.columnT3527500 = base.Columns["T3527500"]; + this.columnT3527600 = base.Columns["T3527600"]; + this.columnT3527700 = base.Columns["T3527700"]; + this.columnT3527800 = base.Columns["T3527800"]; + this.columnT3527900 = base.Columns["T3527900"]; + this.columnT3528000 = base.Columns["T3528000"]; + this.columnT3528100 = base.Columns["T3528100"]; + this.columnT3528200 = base.Columns["T3528200"]; + this.columnT3528300 = base.Columns["T3528300"]; + this.columnT3528400 = base.Columns["T3528400"]; + this.columnT3530500 = base.Columns["T3530500"]; + this.columnT3530600 = base.Columns["T3530600"]; + this.columnT3530700 = base.Columns["T3530700"]; + this.columnT3530800 = base.Columns["T3530800"]; + this.columnT3530900 = base.Columns["T3530900"]; + this.columnT3531000 = base.Columns["T3531000"]; + this.columnT3531100 = base.Columns["T3531100"]; + this.columnT3531200 = base.Columns["T3531200"]; + this.columnT3531300 = base.Columns["T3531300"]; + this.columnT3531400 = base.Columns["T3531400"]; + this.columnT3531500 = base.Columns["T3531500"]; + this.columnT3531501 = base.Columns["T3531501"]; + this.columnT3531600 = base.Columns["T3531600"]; + this.columnT3531601 = base.Columns["T3531601"]; + this.columnT3531700 = base.Columns["T3531700"]; + this.columnT3531701 = base.Columns["T3531701"]; + this.columnT3531800 = base.Columns["T3531800"]; + this.columnT3531801 = base.Columns["T3531801"]; + this.columnT3531900 = base.Columns["T3531900"]; + this.columnT3531901 = base.Columns["T3531901"]; + this.columnT3532000 = base.Columns["T3532000"]; + this.columnT3532001 = base.Columns["T3532001"]; + this.columnT3532100 = base.Columns["T3532100"]; + this.columnT3532101 = base.Columns["T3532101"]; + this.columnT3532200 = base.Columns["T3532200"]; + this.columnT3532201 = base.Columns["T3532201"]; + this.columnT3532300 = base.Columns["T3532300"]; + this.columnT3532301 = base.Columns["T3532301"]; + this.columnT3532400 = base.Columns["T3532400"]; + this.columnT3532401 = base.Columns["T3532401"]; + this.columnT3533200 = base.Columns["T3533200"]; + this.columnT3533300 = base.Columns["T3533300"]; + this.columnT3533400 = base.Columns["T3533400"]; + this.columnT3533500 = base.Columns["T3533500"]; + this.columnT3533600 = base.Columns["T3533600"]; + this.columnT3533700 = base.Columns["T3533700"]; + this.columnT3533800 = base.Columns["T3533800"]; + this.columnT3533900 = base.Columns["T3533900"]; + this.columnT3534000 = base.Columns["T3534000"]; + this.columnT3534100 = base.Columns["T3534100"]; this.columnT3729600 = base.Columns["T3729600"]; this.columnT3729700 = base.Columns["T3729700"]; this.columnT3729800 = base.Columns["T3729800"]; this.columnT3729900 = base.Columns["T3729900"]; this.columnT3730000 = base.Columns["T3730000"]; this.columnT3730100 = base.Columns["T3730100"]; + this.columnT4496200 = base.Columns["T4496200"]; + this.columnT4496300 = base.Columns["T4496300"]; + this.columnT4496400 = base.Columns["T4496400"]; + this.columnT4496500 = base.Columns["T4496500"]; + this.columnT4496600 = base.Columns["T4496600"]; + this.columnT4496700 = base.Columns["T4496700"]; + this.columnT4496800 = base.Columns["T4496800"]; + this.columnT4496900 = base.Columns["T4496900"]; + this.columnT4497000 = base.Columns["T4497000"]; + this.columnT4497100 = base.Columns["T4497100"]; + this.columnT4500700 = base.Columns["T4500700"]; + this.columnT4500800 = base.Columns["T4500800"]; + this.columnT4500900 = base.Columns["T4500900"]; + this.columnT4501000 = base.Columns["T4501000"]; + this.columnT4501100 = base.Columns["T4501100"]; + this.columnT4501200 = base.Columns["T4501200"]; + this.columnT4501300 = base.Columns["T4501300"]; + this.columnT4501400 = base.Columns["T4501400"]; + this.columnT4501500 = base.Columns["T4501500"]; + this.columnT4501600 = base.Columns["T4501600"]; + this.columnT4501700 = base.Columns["T4501700"]; + this.columnT4501701 = base.Columns["T4501701"]; + this.columnT4501800 = base.Columns["T4501800"]; + this.columnT4501801 = base.Columns["T4501801"]; + this.columnT4501900 = base.Columns["T4501900"]; + this.columnT4501901 = base.Columns["T4501901"]; + this.columnT4502000 = base.Columns["T4502000"]; + this.columnT4502001 = base.Columns["T4502001"]; + this.columnT4502100 = base.Columns["T4502100"]; + this.columnT4502101 = base.Columns["T4502101"]; + this.columnT4502200 = base.Columns["T4502200"]; + this.columnT4502201 = base.Columns["T4502201"]; + this.columnT4502300 = base.Columns["T4502300"]; + this.columnT4502301 = base.Columns["T4502301"]; + this.columnT4502400 = base.Columns["T4502400"]; + this.columnT4502401 = base.Columns["T4502401"]; + this.columnT4502500 = base.Columns["T4502500"]; + this.columnT4502501 = base.Columns["T4502501"]; + this.columnT4502600 = base.Columns["T4502600"]; + this.columnT4502601 = base.Columns["T4502601"]; + this.columnT4504900 = base.Columns["T4504900"]; + this.columnT4505000 = base.Columns["T4505000"]; + this.columnT4505100 = base.Columns["T4505100"]; + this.columnT4505200 = base.Columns["T4505200"]; + this.columnT4505300 = base.Columns["T4505300"]; + this.columnT4505400 = base.Columns["T4505400"]; + this.columnT4505500 = base.Columns["T4505500"]; + this.columnT4505600 = base.Columns["T4505600"]; + this.columnT4505700 = base.Columns["T4505700"]; + this.columnT4505800 = base.Columns["T4505800"]; + this.columnT4703500 = base.Columns["T4703500"]; + this.columnT4703600 = base.Columns["T4703600"]; + this.columnT4703700 = base.Columns["T4703700"]; + this.columnT4703800 = base.Columns["T4703800"]; + this.columnT4703900 = base.Columns["T4703900"]; + this.columnT4704000 = base.Columns["T4704000"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -30826,132 +27056,94 @@ internal void InitVars() { private void InitClass() { this.columnR0000100 = new global::System.Data.DataColumn("R0000100", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR0000100); + this.columnR0173600 = new global::System.Data.DataColumn("R0173600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0173600); + this.columnR0214700 = new global::System.Data.DataColumn("R0214700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0214700); this.columnR0214800 = new global::System.Data.DataColumn("R0214800", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR0214800); this.columnR1373300 = new global::System.Data.DataColumn("R1373300", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1373300); - this.columnR1373400 = new global::System.Data.DataColumn("R1373400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR1373400); this.columnR1373500 = new global::System.Data.DataColumn("R1373500", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1373500); this.columnR1374000 = new global::System.Data.DataColumn("R1374000", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1374000); - this.columnR1374100 = new global::System.Data.DataColumn("R1374100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR1374100); this.columnR1374200 = new global::System.Data.DataColumn("R1374200", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1374200); this.columnR1374700 = new global::System.Data.DataColumn("R1374700", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1374700); - this.columnR1374800 = new global::System.Data.DataColumn("R1374800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR1374800); this.columnR1374900 = new global::System.Data.DataColumn("R1374900", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1374900); this.columnR1375400 = new global::System.Data.DataColumn("R1375400", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1375400); - this.columnR1375500 = new global::System.Data.DataColumn("R1375500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR1375500); this.columnR1375600 = new global::System.Data.DataColumn("R1375600", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1375600); this.columnR1376100 = new global::System.Data.DataColumn("R1376100", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1376100); - this.columnR1376200 = new global::System.Data.DataColumn("R1376200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR1376200); this.columnR1376300 = new global::System.Data.DataColumn("R1376300", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1376300); this.columnR1376800 = new global::System.Data.DataColumn("R1376800", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1376800); - this.columnR1376900 = new global::System.Data.DataColumn("R1376900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR1376900); this.columnR1377000 = new global::System.Data.DataColumn("R1377000", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1377000); this.columnR1377500 = new global::System.Data.DataColumn("R1377500", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1377500); - this.columnR1377600 = new global::System.Data.DataColumn("R1377600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR1377600); this.columnR1377700 = new global::System.Data.DataColumn("R1377700", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1377700); this.columnR1753700 = new global::System.Data.DataColumn("R1753700", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1753700); - this.columnR1753800 = new global::System.Data.DataColumn("R1753800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR1753800); this.columnR1753900 = new global::System.Data.DataColumn("R1753900", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1753900); this.columnR1754400 = new global::System.Data.DataColumn("R1754400", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1754400); - this.columnR1754500 = new global::System.Data.DataColumn("R1754500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR1754500); this.columnR1754600 = new global::System.Data.DataColumn("R1754600", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1754600); this.columnR1755100 = new global::System.Data.DataColumn("R1755100", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1755100); - this.columnR1755200 = new global::System.Data.DataColumn("R1755200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR1755200); this.columnR1755300 = new global::System.Data.DataColumn("R1755300", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1755300); this.columnR1755800 = new global::System.Data.DataColumn("R1755800", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1755800); - this.columnR1755900 = new global::System.Data.DataColumn("R1755900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR1755900); this.columnR1756000 = new global::System.Data.DataColumn("R1756000", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1756000); this.columnR1756500 = new global::System.Data.DataColumn("R1756500", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1756500); - this.columnR1756600 = new global::System.Data.DataColumn("R1756600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR1756600); this.columnR1756700 = new global::System.Data.DataColumn("R1756700", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1756700); this.columnR1757200 = new global::System.Data.DataColumn("R1757200", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1757200); - this.columnR1757300 = new global::System.Data.DataColumn("R1757300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR1757300); this.columnR1757400 = new global::System.Data.DataColumn("R1757400", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1757400); this.columnR1757900 = new global::System.Data.DataColumn("R1757900", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1757900); - this.columnR1758000 = new global::System.Data.DataColumn("R1758000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR1758000); this.columnR1758100 = new global::System.Data.DataColumn("R1758100", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR1758100); this.columnR2095700 = new global::System.Data.DataColumn("R2095700", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2095700); - this.columnR2095800 = new global::System.Data.DataColumn("R2095800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2095800); this.columnR2095900 = new global::System.Data.DataColumn("R2095900", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2095900); this.columnR2096400 = new global::System.Data.DataColumn("R2096400", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2096400); - this.columnR2096500 = new global::System.Data.DataColumn("R2096500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2096500); this.columnR2096600 = new global::System.Data.DataColumn("R2096600", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2096600); this.columnR2097100 = new global::System.Data.DataColumn("R2097100", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2097100); - this.columnR2097200 = new global::System.Data.DataColumn("R2097200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2097200); this.columnR2097300 = new global::System.Data.DataColumn("R2097300", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2097300); this.columnR2097800 = new global::System.Data.DataColumn("R2097800", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2097800); - this.columnR2097900 = new global::System.Data.DataColumn("R2097900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2097900); this.columnR2098000 = new global::System.Data.DataColumn("R2098000", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2098000); this.columnR2098500 = new global::System.Data.DataColumn("R2098500", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2098500); - this.columnR2098600 = new global::System.Data.DataColumn("R2098600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2098600); this.columnR2098700 = new global::System.Data.DataColumn("R2098700", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2098700); this.columnR2099200 = new global::System.Data.DataColumn("R2099200", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2099200); - this.columnR2099300 = new global::System.Data.DataColumn("R2099300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2099300); this.columnR2099400 = new global::System.Data.DataColumn("R2099400", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2099400); this.columnR2099900 = new global::System.Data.DataColumn("R2099900", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2099900); - this.columnR2100000 = new global::System.Data.DataColumn("R2100000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2100000); this.columnR2100100 = new global::System.Data.DataColumn("R2100100", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2100100); this.columnR2345900 = new global::System.Data.DataColumn("R2345900", typeof(int), null, global::System.Data.MappingType.Element); @@ -30970,44 +27162,30 @@ private void InitClass() { base.Columns.Add(this.columnR2347700); this.columnR2648000 = new global::System.Data.DataColumn("R2648000", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2648000); - this.columnR2648100 = new global::System.Data.DataColumn("R2648100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2648100); this.columnR2648200 = new global::System.Data.DataColumn("R2648200", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2648200); this.columnR2648700 = new global::System.Data.DataColumn("R2648700", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2648700); - this.columnR2648800 = new global::System.Data.DataColumn("R2648800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2648800); this.columnR2648900 = new global::System.Data.DataColumn("R2648900", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2648900); this.columnR2649400 = new global::System.Data.DataColumn("R2649400", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2649400); - this.columnR2649500 = new global::System.Data.DataColumn("R2649500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2649500); this.columnR2649600 = new global::System.Data.DataColumn("R2649600", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2649600); this.columnR2650100 = new global::System.Data.DataColumn("R2650100", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2650100); - this.columnR2650200 = new global::System.Data.DataColumn("R2650200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2650200); this.columnR2650300 = new global::System.Data.DataColumn("R2650300", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2650300); this.columnR2650800 = new global::System.Data.DataColumn("R2650800", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2650800); - this.columnR2650900 = new global::System.Data.DataColumn("R2650900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2650900); this.columnR2651000 = new global::System.Data.DataColumn("R2651000", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2651000); this.columnR2651500 = new global::System.Data.DataColumn("R2651500", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2651500); - this.columnR2651600 = new global::System.Data.DataColumn("R2651600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2651600); this.columnR2651700 = new global::System.Data.DataColumn("R2651700", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2651700); this.columnR2652200 = new global::System.Data.DataColumn("R2652200", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2652200); - this.columnR2652300 = new global::System.Data.DataColumn("R2652300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR2652300); this.columnR2652400 = new global::System.Data.DataColumn("R2652400", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR2652400); this.columnR2955900 = new global::System.Data.DataColumn("R2955900", typeof(int), null, global::System.Data.MappingType.Element); @@ -31026,44 +27204,30 @@ private void InitClass() { base.Columns.Add(this.columnR2957700); this.columnR3255900 = new global::System.Data.DataColumn("R3255900", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3255900); - this.columnR3256000 = new global::System.Data.DataColumn("R3256000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3256000); this.columnR3256100 = new global::System.Data.DataColumn("R3256100", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3256100); this.columnR3257700 = new global::System.Data.DataColumn("R3257700", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3257700); - this.columnR3257800 = new global::System.Data.DataColumn("R3257800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3257800); this.columnR3257900 = new global::System.Data.DataColumn("R3257900", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3257900); this.columnR3259500 = new global::System.Data.DataColumn("R3259500", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3259500); - this.columnR3259600 = new global::System.Data.DataColumn("R3259600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3259600); this.columnR3259700 = new global::System.Data.DataColumn("R3259700", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3259700); this.columnR3261300 = new global::System.Data.DataColumn("R3261300", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3261300); - this.columnR3261400 = new global::System.Data.DataColumn("R3261400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3261400); this.columnR3261500 = new global::System.Data.DataColumn("R3261500", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3261500); this.columnR3263100 = new global::System.Data.DataColumn("R3263100", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3263100); - this.columnR3263200 = new global::System.Data.DataColumn("R3263200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3263200); this.columnR3263300 = new global::System.Data.DataColumn("R3263300", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3263300); this.columnR3264900 = new global::System.Data.DataColumn("R3264900", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3264900); - this.columnR3265000 = new global::System.Data.DataColumn("R3265000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3265000); this.columnR3265100 = new global::System.Data.DataColumn("R3265100", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3265100); this.columnR3266700 = new global::System.Data.DataColumn("R3266700", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3266700); - this.columnR3266800 = new global::System.Data.DataColumn("R3266800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3266800); this.columnR3266900 = new global::System.Data.DataColumn("R3266900", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3266900); this.columnR3268500 = new global::System.Data.DataColumn("R3268500", typeof(int), null, global::System.Data.MappingType.Element); @@ -31076,78 +27240,46 @@ private void InitClass() { base.Columns.Add(this.columnR3557600); this.columnR3771800 = new global::System.Data.DataColumn("R3771800", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3771800); - this.columnR3771900 = new global::System.Data.DataColumn("R3771900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3771900); this.columnR3772000 = new global::System.Data.DataColumn("R3772000", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3772000); this.columnR3772100 = new global::System.Data.DataColumn("R3772100", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3772100); - this.columnR3772200 = new global::System.Data.DataColumn("R3772200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3772200); - this.columnR3772300 = new global::System.Data.DataColumn("R3772300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3772300); this.columnR3772400 = new global::System.Data.DataColumn("R3772400", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3772400); this.columnR3773900 = new global::System.Data.DataColumn("R3773900", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3773900); - this.columnR3774000 = new global::System.Data.DataColumn("R3774000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3774000); this.columnR3774100 = new global::System.Data.DataColumn("R3774100", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3774100); this.columnR3774200 = new global::System.Data.DataColumn("R3774200", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3774200); - this.columnR3774300 = new global::System.Data.DataColumn("R3774300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3774300); - this.columnR3774400 = new global::System.Data.DataColumn("R3774400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3774400); this.columnR3774500 = new global::System.Data.DataColumn("R3774500", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3774500); this.columnR3776000 = new global::System.Data.DataColumn("R3776000", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3776000); - this.columnR3776100 = new global::System.Data.DataColumn("R3776100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3776100); this.columnR3776200 = new global::System.Data.DataColumn("R3776200", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3776200); this.columnR3776300 = new global::System.Data.DataColumn("R3776300", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3776300); - this.columnR3776400 = new global::System.Data.DataColumn("R3776400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3776400); - this.columnR3776500 = new global::System.Data.DataColumn("R3776500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3776500); this.columnR3776600 = new global::System.Data.DataColumn("R3776600", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3776600); this.columnR3778100 = new global::System.Data.DataColumn("R3778100", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3778100); - this.columnR3778200 = new global::System.Data.DataColumn("R3778200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3778200); this.columnR3778300 = new global::System.Data.DataColumn("R3778300", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3778300); this.columnR3778400 = new global::System.Data.DataColumn("R3778400", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3778400); - this.columnR3778500 = new global::System.Data.DataColumn("R3778500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3778500); - this.columnR3778600 = new global::System.Data.DataColumn("R3778600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3778600); this.columnR3778700 = new global::System.Data.DataColumn("R3778700", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3778700); this.columnR3780200 = new global::System.Data.DataColumn("R3780200", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3780200); - this.columnR3780300 = new global::System.Data.DataColumn("R3780300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3780300); this.columnR3780400 = new global::System.Data.DataColumn("R3780400", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3780400); this.columnR3780500 = new global::System.Data.DataColumn("R3780500", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3780500); - this.columnR3780600 = new global::System.Data.DataColumn("R3780600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3780600); - this.columnR3780700 = new global::System.Data.DataColumn("R3780700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3780700); this.columnR3780800 = new global::System.Data.DataColumn("R3780800", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3780800); this.columnR3782300 = new global::System.Data.DataColumn("R3782300", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3782300); - this.columnR3782400 = new global::System.Data.DataColumn("R3782400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3782400); this.columnR3782500 = new global::System.Data.DataColumn("R3782500", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3782500); this.columnR3782600 = new global::System.Data.DataColumn("R3782600", typeof(int), null, global::System.Data.MappingType.Element); @@ -31156,8 +27288,6 @@ private void InitClass() { base.Columns.Add(this.columnR3782900); this.columnR3784400 = new global::System.Data.DataColumn("R3784400", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3784400); - this.columnR3784500 = new global::System.Data.DataColumn("R3784500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR3784500); this.columnR3784600 = new global::System.Data.DataColumn("R3784600", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR3784600); this.columnR3784700 = new global::System.Data.DataColumn("R3784700", typeof(int), null, global::System.Data.MappingType.Element); @@ -31170,78 +27300,46 @@ private void InitClass() { base.Columns.Add(this.columnR3788004); this.columnR4276800 = new global::System.Data.DataColumn("R4276800", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4276800); - this.columnR4276900 = new global::System.Data.DataColumn("R4276900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4276900); this.columnR4277000 = new global::System.Data.DataColumn("R4277000", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4277000); this.columnR4277100 = new global::System.Data.DataColumn("R4277100", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4277100); this.columnR4277101 = new global::System.Data.DataColumn("R4277101", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4277101); - this.columnR4277200 = new global::System.Data.DataColumn("R4277200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4277200); - this.columnR4277201 = new global::System.Data.DataColumn("R4277201", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4277201); this.columnR4277700 = new global::System.Data.DataColumn("R4277700", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4277700); - this.columnR4277800 = new global::System.Data.DataColumn("R4277800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4277800); this.columnR4277900 = new global::System.Data.DataColumn("R4277900", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4277900); this.columnR4278000 = new global::System.Data.DataColumn("R4278000", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4278000); this.columnR4278001 = new global::System.Data.DataColumn("R4278001", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4278001); - this.columnR4278100 = new global::System.Data.DataColumn("R4278100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4278100); - this.columnR4278101 = new global::System.Data.DataColumn("R4278101", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4278101); this.columnR4278600 = new global::System.Data.DataColumn("R4278600", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4278600); - this.columnR4278700 = new global::System.Data.DataColumn("R4278700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4278700); this.columnR4278800 = new global::System.Data.DataColumn("R4278800", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4278800); this.columnR4278900 = new global::System.Data.DataColumn("R4278900", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4278900); this.columnR4278901 = new global::System.Data.DataColumn("R4278901", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4278901); - this.columnR4279000 = new global::System.Data.DataColumn("R4279000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4279000); - this.columnR4279001 = new global::System.Data.DataColumn("R4279001", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4279001); this.columnR4279500 = new global::System.Data.DataColumn("R4279500", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4279500); - this.columnR4279600 = new global::System.Data.DataColumn("R4279600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4279600); this.columnR4279700 = new global::System.Data.DataColumn("R4279700", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4279700); this.columnR4279800 = new global::System.Data.DataColumn("R4279800", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4279800); this.columnR4279801 = new global::System.Data.DataColumn("R4279801", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4279801); - this.columnR4279900 = new global::System.Data.DataColumn("R4279900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4279900); - this.columnR4279901 = new global::System.Data.DataColumn("R4279901", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4279901); this.columnR4280400 = new global::System.Data.DataColumn("R4280400", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4280400); - this.columnR4280500 = new global::System.Data.DataColumn("R4280500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4280500); this.columnR4280600 = new global::System.Data.DataColumn("R4280600", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4280600); this.columnR4280700 = new global::System.Data.DataColumn("R4280700", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4280700); this.columnR4280701 = new global::System.Data.DataColumn("R4280701", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4280701); - this.columnR4280800 = new global::System.Data.DataColumn("R4280800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4280800); - this.columnR4280801 = new global::System.Data.DataColumn("R4280801", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4280801); this.columnR4281300 = new global::System.Data.DataColumn("R4281300", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4281300); - this.columnR4281400 = new global::System.Data.DataColumn("R4281400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4281400); this.columnR4281500 = new global::System.Data.DataColumn("R4281500", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4281500); this.columnR4281600 = new global::System.Data.DataColumn("R4281600", typeof(int), null, global::System.Data.MappingType.Element); @@ -31250,8 +27348,6 @@ private void InitClass() { base.Columns.Add(this.columnR4281601); this.columnR4282100 = new global::System.Data.DataColumn("R4282100", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4282100); - this.columnR4282200 = new global::System.Data.DataColumn("R4282200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4282200); this.columnR4282300 = new global::System.Data.DataColumn("R4282300", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4282300); this.columnR4282400 = new global::System.Data.DataColumn("R4282400", typeof(int), null, global::System.Data.MappingType.Element); @@ -31268,88 +27364,56 @@ private void InitClass() { base.Columns.Add(this.columnR4283600); this.columnR4827600 = new global::System.Data.DataColumn("R4827600", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4827600); - this.columnR4827700 = new global::System.Data.DataColumn("R4827700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4827700); this.columnR4827800 = new global::System.Data.DataColumn("R4827800", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4827800); this.columnR4827900 = new global::System.Data.DataColumn("R4827900", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4827900); this.columnR4827901 = new global::System.Data.DataColumn("R4827901", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4827901); - this.columnR4828000 = new global::System.Data.DataColumn("R4828000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4828000); - this.columnR4828001 = new global::System.Data.DataColumn("R4828001", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4828001); this.columnR4828100 = new global::System.Data.DataColumn("R4828100", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4828100); this.columnR4830600 = new global::System.Data.DataColumn("R4830600", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4830600); - this.columnR4830700 = new global::System.Data.DataColumn("R4830700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4830700); this.columnR4830800 = new global::System.Data.DataColumn("R4830800", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4830800); this.columnR4830900 = new global::System.Data.DataColumn("R4830900", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4830900); this.columnR4830901 = new global::System.Data.DataColumn("R4830901", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4830901); - this.columnR4831000 = new global::System.Data.DataColumn("R4831000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4831000); - this.columnR4831001 = new global::System.Data.DataColumn("R4831001", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4831001); this.columnR4831100 = new global::System.Data.DataColumn("R4831100", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4831100); this.columnR4833600 = new global::System.Data.DataColumn("R4833600", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4833600); - this.columnR4833700 = new global::System.Data.DataColumn("R4833700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4833700); this.columnR4833800 = new global::System.Data.DataColumn("R4833800", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4833800); this.columnR4833900 = new global::System.Data.DataColumn("R4833900", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4833900); this.columnR4833901 = new global::System.Data.DataColumn("R4833901", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4833901); - this.columnR4834000 = new global::System.Data.DataColumn("R4834000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4834000); - this.columnR4834001 = new global::System.Data.DataColumn("R4834001", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4834001); this.columnR4834100 = new global::System.Data.DataColumn("R4834100", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4834100); this.columnR4836600 = new global::System.Data.DataColumn("R4836600", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4836600); - this.columnR4836700 = new global::System.Data.DataColumn("R4836700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4836700); this.columnR4836800 = new global::System.Data.DataColumn("R4836800", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4836800); this.columnR4836900 = new global::System.Data.DataColumn("R4836900", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4836900); this.columnR4836901 = new global::System.Data.DataColumn("R4836901", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4836901); - this.columnR4837000 = new global::System.Data.DataColumn("R4837000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4837000); - this.columnR4837001 = new global::System.Data.DataColumn("R4837001", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4837001); this.columnR4837100 = new global::System.Data.DataColumn("R4837100", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4837100); this.columnR4839600 = new global::System.Data.DataColumn("R4839600", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4839600); - this.columnR4839700 = new global::System.Data.DataColumn("R4839700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4839700); this.columnR4839800 = new global::System.Data.DataColumn("R4839800", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4839800); this.columnR4839900 = new global::System.Data.DataColumn("R4839900", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4839900); this.columnR4839901 = new global::System.Data.DataColumn("R4839901", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4839901); - this.columnR4840000 = new global::System.Data.DataColumn("R4840000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4840000); - this.columnR4840001 = new global::System.Data.DataColumn("R4840001", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4840001); this.columnR4840100 = new global::System.Data.DataColumn("R4840100", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4840100); this.columnR4842500 = new global::System.Data.DataColumn("R4842500", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4842500); - this.columnR4842600 = new global::System.Data.DataColumn("R4842600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4842600); this.columnR4842700 = new global::System.Data.DataColumn("R4842700", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4842700); this.columnR4842800 = new global::System.Data.DataColumn("R4842800", typeof(int), null, global::System.Data.MappingType.Element); @@ -31360,8 +27424,6 @@ private void InitClass() { base.Columns.Add(this.columnR4842900); this.columnR4844800 = new global::System.Data.DataColumn("R4844800", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4844800); - this.columnR4844900 = new global::System.Data.DataColumn("R4844900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4844900); this.columnR4845000 = new global::System.Data.DataColumn("R4845000", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4845000); this.columnR4845100 = new global::System.Data.DataColumn("R4845100", typeof(int), null, global::System.Data.MappingType.Element); @@ -31372,96 +27434,62 @@ private void InitClass() { base.Columns.Add(this.columnR4845200); this.columnR4847100 = new global::System.Data.DataColumn("R4847100", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4847100); - this.columnR4847200 = new global::System.Data.DataColumn("R4847200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR4847200); this.columnR4847300 = new global::System.Data.DataColumn("R4847300", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4847300); this.columnR4847400 = new global::System.Data.DataColumn("R4847400", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR4847400); this.columnR5498000 = new global::System.Data.DataColumn("R5498000", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5498000); - this.columnR5498100 = new global::System.Data.DataColumn("R5498100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5498100); this.columnR5498200 = new global::System.Data.DataColumn("R5498200", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5498200); this.columnR5498300 = new global::System.Data.DataColumn("R5498300", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5498300); this.columnR5498301 = new global::System.Data.DataColumn("R5498301", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5498301); - this.columnR5498400 = new global::System.Data.DataColumn("R5498400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5498400); - this.columnR5498401 = new global::System.Data.DataColumn("R5498401", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5498401); this.columnR5498500 = new global::System.Data.DataColumn("R5498500", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5498500); this.columnR5501000 = new global::System.Data.DataColumn("R5501000", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5501000); - this.columnR5501100 = new global::System.Data.DataColumn("R5501100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5501100); this.columnR5501200 = new global::System.Data.DataColumn("R5501200", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5501200); this.columnR5501300 = new global::System.Data.DataColumn("R5501300", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5501300); this.columnR5501301 = new global::System.Data.DataColumn("R5501301", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5501301); - this.columnR5501400 = new global::System.Data.DataColumn("R5501400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5501400); - this.columnR5501401 = new global::System.Data.DataColumn("R5501401", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5501401); this.columnR5501500 = new global::System.Data.DataColumn("R5501500", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5501500); this.columnR5504000 = new global::System.Data.DataColumn("R5504000", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5504000); - this.columnR5504100 = new global::System.Data.DataColumn("R5504100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5504100); this.columnR5504200 = new global::System.Data.DataColumn("R5504200", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5504200); this.columnR5504300 = new global::System.Data.DataColumn("R5504300", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5504300); this.columnR5504301 = new global::System.Data.DataColumn("R5504301", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5504301); - this.columnR5504400 = new global::System.Data.DataColumn("R5504400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5504400); - this.columnR5504401 = new global::System.Data.DataColumn("R5504401", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5504401); this.columnR5504500 = new global::System.Data.DataColumn("R5504500", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5504500); this.columnR5507000 = new global::System.Data.DataColumn("R5507000", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5507000); - this.columnR5507100 = new global::System.Data.DataColumn("R5507100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5507100); this.columnR5507200 = new global::System.Data.DataColumn("R5507200", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5507200); this.columnR5507300 = new global::System.Data.DataColumn("R5507300", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5507300); this.columnR5507301 = new global::System.Data.DataColumn("R5507301", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5507301); - this.columnR5507400 = new global::System.Data.DataColumn("R5507400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5507400); - this.columnR5507401 = new global::System.Data.DataColumn("R5507401", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5507401); this.columnR5507500 = new global::System.Data.DataColumn("R5507500", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5507500); this.columnR5510000 = new global::System.Data.DataColumn("R5510000", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5510000); - this.columnR5510100 = new global::System.Data.DataColumn("R5510100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5510100); this.columnR5510200 = new global::System.Data.DataColumn("R5510200", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5510200); this.columnR5510300 = new global::System.Data.DataColumn("R5510300", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5510300); this.columnR5510301 = new global::System.Data.DataColumn("R5510301", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5510301); - this.columnR5510400 = new global::System.Data.DataColumn("R5510400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5510400); - this.columnR5510401 = new global::System.Data.DataColumn("R5510401", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5510401); this.columnR5510500 = new global::System.Data.DataColumn("R5510500", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5510500); this.columnR5513000 = new global::System.Data.DataColumn("R5513000", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5513000); - this.columnR5513100 = new global::System.Data.DataColumn("R5513100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5513100); this.columnR5513200 = new global::System.Data.DataColumn("R5513200", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5513200); this.columnR5513300 = new global::System.Data.DataColumn("R5513300", typeof(int), null, global::System.Data.MappingType.Element); @@ -31472,8 +27500,6 @@ private void InitClass() { base.Columns.Add(this.columnR5513400); this.columnR5515300 = new global::System.Data.DataColumn("R5515300", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5515300); - this.columnR5515400 = new global::System.Data.DataColumn("R5515400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5515400); this.columnR5515500 = new global::System.Data.DataColumn("R5515500", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5515500); this.columnR5515600 = new global::System.Data.DataColumn("R5515600", typeof(int), null, global::System.Data.MappingType.Element); @@ -31484,16 +27510,12 @@ private void InitClass() { base.Columns.Add(this.columnR5515700); this.columnR5517600 = new global::System.Data.DataColumn("R5517600", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5517600); - this.columnR5517700 = new global::System.Data.DataColumn("R5517700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5517700); this.columnR5517800 = new global::System.Data.DataColumn("R5517800", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5517800); this.columnR5517900 = new global::System.Data.DataColumn("R5517900", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5517900); this.columnR5519800 = new global::System.Data.DataColumn("R5519800", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5519800); - this.columnR5519900 = new global::System.Data.DataColumn("R5519900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR5519900); this.columnR5520000 = new global::System.Data.DataColumn("R5520000", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR5520000); this.columnR5520100 = new global::System.Data.DataColumn("R5520100", typeof(int), null, global::System.Data.MappingType.Element); @@ -31522,26 +27544,6 @@ private void InitClass() { base.Columns.Add(this.columnR6219200); this.columnR6219300 = new global::System.Data.DataColumn("R6219300", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR6219300); - this.columnR6219500 = new global::System.Data.DataColumn("R6219500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6219500); - this.columnR6219600 = new global::System.Data.DataColumn("R6219600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6219600); - this.columnR6219700 = new global::System.Data.DataColumn("R6219700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6219700); - this.columnR6219800 = new global::System.Data.DataColumn("R6219800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6219800); - this.columnR6219900 = new global::System.Data.DataColumn("R6219900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6219900); - this.columnR6220000 = new global::System.Data.DataColumn("R6220000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6220000); - this.columnR6220100 = new global::System.Data.DataColumn("R6220100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6220100); - this.columnR6220200 = new global::System.Data.DataColumn("R6220200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6220200); - this.columnR6220300 = new global::System.Data.DataColumn("R6220300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6220300); - this.columnR6220400 = new global::System.Data.DataColumn("R6220400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6220400); this.columnR6220600 = new global::System.Data.DataColumn("R6220600", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR6220600); this.columnR6220700 = new global::System.Data.DataColumn("R6220700", typeof(int), null, global::System.Data.MappingType.Element); @@ -31602,30 +27604,6 @@ private void InitClass() { base.Columns.Add(this.columnR6222600); this.columnR6222601 = new global::System.Data.DataColumn("R6222601", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR6222601); - this.columnR6222800 = new global::System.Data.DataColumn("R6222800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6222800); - this.columnR6222801 = new global::System.Data.DataColumn("R6222801", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6222801); - this.columnR6222900 = new global::System.Data.DataColumn("R6222900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6222900); - this.columnR6222901 = new global::System.Data.DataColumn("R6222901", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6222901); - this.columnR6223000 = new global::System.Data.DataColumn("R6223000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6223000); - this.columnR6223001 = new global::System.Data.DataColumn("R6223001", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6223001); - this.columnR6223100 = new global::System.Data.DataColumn("R6223100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6223100); - this.columnR6223101 = new global::System.Data.DataColumn("R6223101", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6223101); - this.columnR6223200 = new global::System.Data.DataColumn("R6223200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6223200); - this.columnR6223201 = new global::System.Data.DataColumn("R6223201", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6223201); - this.columnR6223300 = new global::System.Data.DataColumn("R6223300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6223300); - this.columnR6223301 = new global::System.Data.DataColumn("R6223301", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6223301); this.columnR6223400 = new global::System.Data.DataColumn("R6223400", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR6223400); this.columnR6223500 = new global::System.Data.DataColumn("R6223500", typeof(int), null, global::System.Data.MappingType.Element); @@ -31686,26 +27664,6 @@ private void InitClass() { base.Columns.Add(this.columnR6773300); this.columnR6773400 = new global::System.Data.DataColumn("R6773400", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR6773400); - this.columnR6773500 = new global::System.Data.DataColumn("R6773500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6773500); - this.columnR6773600 = new global::System.Data.DataColumn("R6773600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6773600); - this.columnR6773700 = new global::System.Data.DataColumn("R6773700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6773700); - this.columnR6773800 = new global::System.Data.DataColumn("R6773800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6773800); - this.columnR6773900 = new global::System.Data.DataColumn("R6773900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6773900); - this.columnR6774000 = new global::System.Data.DataColumn("R6774000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6774000); - this.columnR6774100 = new global::System.Data.DataColumn("R6774100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6774100); - this.columnR6774200 = new global::System.Data.DataColumn("R6774200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6774200); - this.columnR6774300 = new global::System.Data.DataColumn("R6774300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6774300); - this.columnR6774400 = new global::System.Data.DataColumn("R6774400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6774400); this.columnR6774500 = new global::System.Data.DataColumn("R6774500", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR6774500); this.columnR6774600 = new global::System.Data.DataColumn("R6774600", typeof(int), null, global::System.Data.MappingType.Element); @@ -31758,30 +27716,6 @@ private void InitClass() { base.Columns.Add(this.columnR6776200); this.columnR6776201 = new global::System.Data.DataColumn("R6776201", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR6776201); - this.columnR6776300 = new global::System.Data.DataColumn("R6776300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6776300); - this.columnR6776301 = new global::System.Data.DataColumn("R6776301", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6776301); - this.columnR6776400 = new global::System.Data.DataColumn("R6776400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6776400); - this.columnR6776401 = new global::System.Data.DataColumn("R6776401", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6776401); - this.columnR6776500 = new global::System.Data.DataColumn("R6776500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6776500); - this.columnR6776501 = new global::System.Data.DataColumn("R6776501", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6776501); - this.columnR6776600 = new global::System.Data.DataColumn("R6776600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6776600); - this.columnR6776601 = new global::System.Data.DataColumn("R6776601", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6776601); - this.columnR6776700 = new global::System.Data.DataColumn("R6776700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6776700); - this.columnR6776701 = new global::System.Data.DataColumn("R6776701", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6776701); - this.columnR6776800 = new global::System.Data.DataColumn("R6776800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6776800); - this.columnR6776801 = new global::System.Data.DataColumn("R6776801", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR6776801); this.columnR6776900 = new global::System.Data.DataColumn("R6776900", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR6776900); this.columnR6777000 = new global::System.Data.DataColumn("R6777000", typeof(int), null, global::System.Data.MappingType.Element); @@ -31842,26 +27776,6 @@ private void InitClass() { base.Columns.Add(this.columnR7417700); this.columnR7417800 = new global::System.Data.DataColumn("R7417800", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR7417800); - this.columnR7417900 = new global::System.Data.DataColumn("R7417900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7417900); - this.columnR7418000 = new global::System.Data.DataColumn("R7418000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7418000); - this.columnR7418100 = new global::System.Data.DataColumn("R7418100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7418100); - this.columnR7418200 = new global::System.Data.DataColumn("R7418200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7418200); - this.columnR7418300 = new global::System.Data.DataColumn("R7418300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7418300); - this.columnR7418400 = new global::System.Data.DataColumn("R7418400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7418400); - this.columnR7418500 = new global::System.Data.DataColumn("R7418500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7418500); - this.columnR7418600 = new global::System.Data.DataColumn("R7418600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7418600); - this.columnR7418700 = new global::System.Data.DataColumn("R7418700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7418700); - this.columnR7418800 = new global::System.Data.DataColumn("R7418800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7418800); this.columnR7418900 = new global::System.Data.DataColumn("R7418900", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR7418900); this.columnR7419000 = new global::System.Data.DataColumn("R7419000", typeof(int), null, global::System.Data.MappingType.Element); @@ -31914,34 +27828,6 @@ private void InitClass() { base.Columns.Add(this.columnR7420600); this.columnR7420601 = new global::System.Data.DataColumn("R7420601", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR7420601); - this.columnR7420700 = new global::System.Data.DataColumn("R7420700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7420700); - this.columnR7420701 = new global::System.Data.DataColumn("R7420701", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7420701); - this.columnR7420800 = new global::System.Data.DataColumn("R7420800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7420800); - this.columnR7420801 = new global::System.Data.DataColumn("R7420801", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7420801); - this.columnR7420900 = new global::System.Data.DataColumn("R7420900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7420900); - this.columnR7420901 = new global::System.Data.DataColumn("R7420901", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7420901); - this.columnR7421000 = new global::System.Data.DataColumn("R7421000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7421000); - this.columnR7421001 = new global::System.Data.DataColumn("R7421001", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7421001); - this.columnR7421100 = new global::System.Data.DataColumn("R7421100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7421100); - this.columnR7421101 = new global::System.Data.DataColumn("R7421101", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7421101); - this.columnR7421200 = new global::System.Data.DataColumn("R7421200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7421200); - this.columnR7421201 = new global::System.Data.DataColumn("R7421201", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7421201); - this.columnR7421300 = new global::System.Data.DataColumn("R7421300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7421300); - this.columnR7421301 = new global::System.Data.DataColumn("R7421301", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR7421301); this.columnR7421400 = new global::System.Data.DataColumn("R7421400", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR7421400); this.columnR7421500 = new global::System.Data.DataColumn("R7421500", typeof(int), null, global::System.Data.MappingType.Element); @@ -32002,26 +27888,6 @@ private void InitClass() { base.Columns.Add(this.columnR8115800); this.columnR8115900 = new global::System.Data.DataColumn("R8115900", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR8115900); - this.columnR8116000 = new global::System.Data.DataColumn("R8116000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8116000); - this.columnR8116100 = new global::System.Data.DataColumn("R8116100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8116100); - this.columnR8116200 = new global::System.Data.DataColumn("R8116200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8116200); - this.columnR8116300 = new global::System.Data.DataColumn("R8116300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8116300); - this.columnR8116400 = new global::System.Data.DataColumn("R8116400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8116400); - this.columnR8116500 = new global::System.Data.DataColumn("R8116500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8116500); - this.columnR8116600 = new global::System.Data.DataColumn("R8116600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8116600); - this.columnR8116700 = new global::System.Data.DataColumn("R8116700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8116700); - this.columnR8116800 = new global::System.Data.DataColumn("R8116800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8116800); - this.columnR8116900 = new global::System.Data.DataColumn("R8116900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8116900); this.columnR8117000 = new global::System.Data.DataColumn("R8117000", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR8117000); this.columnR8117100 = new global::System.Data.DataColumn("R8117100", typeof(int), null, global::System.Data.MappingType.Element); @@ -32082,30 +27948,6 @@ private void InitClass() { base.Columns.Add(this.columnR8118900); this.columnR8118901 = new global::System.Data.DataColumn("R8118901", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR8118901); - this.columnR8119000 = new global::System.Data.DataColumn("R8119000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8119000); - this.columnR8119001 = new global::System.Data.DataColumn("R8119001", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8119001); - this.columnR8119100 = new global::System.Data.DataColumn("R8119100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8119100); - this.columnR8119101 = new global::System.Data.DataColumn("R8119101", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8119101); - this.columnR8119200 = new global::System.Data.DataColumn("R8119200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8119200); - this.columnR8119201 = new global::System.Data.DataColumn("R8119201", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8119201); - this.columnR8119300 = new global::System.Data.DataColumn("R8119300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8119300); - this.columnR8119301 = new global::System.Data.DataColumn("R8119301", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8119301); - this.columnR8119400 = new global::System.Data.DataColumn("R8119400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8119400); - this.columnR8119401 = new global::System.Data.DataColumn("R8119401", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8119401); - this.columnR8119500 = new global::System.Data.DataColumn("R8119500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8119500); - this.columnR8119501 = new global::System.Data.DataColumn("R8119501", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnR8119501); this.columnR8119600 = new global::System.Data.DataColumn("R8119600", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnR8119600); this.columnR8119700 = new global::System.Data.DataColumn("R8119700", typeof(int), null, global::System.Data.MappingType.Element); @@ -32214,28 +28056,6 @@ private void InitClass() { base.Columns.Add(this.columnT0347700); this.columnT0347800 = new global::System.Data.DataColumn("T0347800", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnT0347800); - this.columnT0347900 = new global::System.Data.DataColumn("T0347900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0347900); - this.columnT0348000 = new global::System.Data.DataColumn("T0348000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0348000); - this.columnT0348100 = new global::System.Data.DataColumn("T0348100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0348100); - this.columnT0348200 = new global::System.Data.DataColumn("T0348200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0348200); - this.columnT0348300 = new global::System.Data.DataColumn("T0348300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0348300); - this.columnT0348400 = new global::System.Data.DataColumn("T0348400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0348400); - this.columnT0348500 = new global::System.Data.DataColumn("T0348500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0348500); - this.columnT0348600 = new global::System.Data.DataColumn("T0348600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0348600); - this.columnT0348700 = new global::System.Data.DataColumn("T0348700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0348700); - this.columnT0348800 = new global::System.Data.DataColumn("T0348800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0348800); - this.columnT0348900 = new global::System.Data.DataColumn("T0348900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0348900); this.columnT0349000 = new global::System.Data.DataColumn("T0349000", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnT0349000); this.columnT0349100 = new global::System.Data.DataColumn("T0349100", typeof(int), null, global::System.Data.MappingType.Element); @@ -32298,38 +28118,6 @@ private void InitClass() { base.Columns.Add(this.columnT0351000); this.columnT0351001 = new global::System.Data.DataColumn("T0351001", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnT0351001); - this.columnT0351100 = new global::System.Data.DataColumn("T0351100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0351100); - this.columnT0351101 = new global::System.Data.DataColumn("T0351101", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0351101); - this.columnT0351200 = new global::System.Data.DataColumn("T0351200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0351200); - this.columnT0351201 = new global::System.Data.DataColumn("T0351201", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0351201); - this.columnT0351300 = new global::System.Data.DataColumn("T0351300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0351300); - this.columnT0351301 = new global::System.Data.DataColumn("T0351301", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0351301); - this.columnT0351400 = new global::System.Data.DataColumn("T0351400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0351400); - this.columnT0351401 = new global::System.Data.DataColumn("T0351401", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0351401); - this.columnT0351500 = new global::System.Data.DataColumn("T0351500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0351500); - this.columnT0351501 = new global::System.Data.DataColumn("T0351501", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0351501); - this.columnT0351600 = new global::System.Data.DataColumn("T0351600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0351600); - this.columnT0351601 = new global::System.Data.DataColumn("T0351601", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0351601); - this.columnT0351700 = new global::System.Data.DataColumn("T0351700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0351700); - this.columnT0351701 = new global::System.Data.DataColumn("T0351701", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0351701); - this.columnT0351800 = new global::System.Data.DataColumn("T0351800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0351800); - this.columnT0351801 = new global::System.Data.DataColumn("T0351801", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT0351801); this.columnT0351900 = new global::System.Data.DataColumn("T0351900", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnT0351900); this.columnT0352000 = new global::System.Data.DataColumn("T0352000", typeof(int), null, global::System.Data.MappingType.Element); @@ -32408,28 +28196,6 @@ private void InitClass() { base.Columns.Add(this.columnT1497100); this.columnT1497200 = new global::System.Data.DataColumn("T1497200", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnT1497200); - this.columnT1497300 = new global::System.Data.DataColumn("T1497300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1497300); - this.columnT1497400 = new global::System.Data.DataColumn("T1497400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1497400); - this.columnT1497500 = new global::System.Data.DataColumn("T1497500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1497500); - this.columnT1497600 = new global::System.Data.DataColumn("T1497600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1497600); - this.columnT1497700 = new global::System.Data.DataColumn("T1497700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1497700); - this.columnT1497800 = new global::System.Data.DataColumn("T1497800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1497800); - this.columnT1497900 = new global::System.Data.DataColumn("T1497900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1497900); - this.columnT1498000 = new global::System.Data.DataColumn("T1498000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1498000); - this.columnT1498100 = new global::System.Data.DataColumn("T1498100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1498100); - this.columnT1498200 = new global::System.Data.DataColumn("T1498200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1498200); - this.columnT1498300 = new global::System.Data.DataColumn("T1498300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1498300); this.columnT1498400 = new global::System.Data.DataColumn("T1498400", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnT1498400); this.columnT1498500 = new global::System.Data.DataColumn("T1498500", typeof(int), null, global::System.Data.MappingType.Element); @@ -32492,30 +28258,6 @@ private void InitClass() { base.Columns.Add(this.columnT1500400); this.columnT1500401 = new global::System.Data.DataColumn("T1500401", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnT1500401); - this.columnT1500500 = new global::System.Data.DataColumn("T1500500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1500500); - this.columnT1500501 = new global::System.Data.DataColumn("T1500501", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1500501); - this.columnT1500600 = new global::System.Data.DataColumn("T1500600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1500600); - this.columnT1500601 = new global::System.Data.DataColumn("T1500601", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1500601); - this.columnT1500700 = new global::System.Data.DataColumn("T1500700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1500700); - this.columnT1500701 = new global::System.Data.DataColumn("T1500701", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1500701); - this.columnT1500800 = new global::System.Data.DataColumn("T1500800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1500800); - this.columnT1500801 = new global::System.Data.DataColumn("T1500801", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1500801); - this.columnT1500900 = new global::System.Data.DataColumn("T1500900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1500900); - this.columnT1500901 = new global::System.Data.DataColumn("T1500901", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1500901); - this.columnT1501000 = new global::System.Data.DataColumn("T1501000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1501000); - this.columnT1501001 = new global::System.Data.DataColumn("T1501001", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT1501001); this.columnT1501100 = new global::System.Data.DataColumn("T1501100", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnT1501100); this.columnT1501200 = new global::System.Data.DataColumn("T1501200", typeof(int), null, global::System.Data.MappingType.Element); @@ -32592,26 +28334,6 @@ private void InitClass() { base.Columns.Add(this.columnT2543000); this.columnT2543100 = new global::System.Data.DataColumn("T2543100", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnT2543100); - this.columnT2543200 = new global::System.Data.DataColumn("T2543200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2543200); - this.columnT2543300 = new global::System.Data.DataColumn("T2543300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2543300); - this.columnT2543400 = new global::System.Data.DataColumn("T2543400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2543400); - this.columnT2543500 = new global::System.Data.DataColumn("T2543500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2543500); - this.columnT2543600 = new global::System.Data.DataColumn("T2543600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2543600); - this.columnT2543700 = new global::System.Data.DataColumn("T2543700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2543700); - this.columnT2543800 = new global::System.Data.DataColumn("T2543800", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2543800); - this.columnT2543900 = new global::System.Data.DataColumn("T2543900", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2543900); - this.columnT2544000 = new global::System.Data.DataColumn("T2544000", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2544000); - this.columnT2544100 = new global::System.Data.DataColumn("T2544100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2544100); this.columnT2544200 = new global::System.Data.DataColumn("T2544200", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnT2544200); this.columnT2544300 = new global::System.Data.DataColumn("T2544300", typeof(int), null, global::System.Data.MappingType.Element); @@ -32668,34 +28390,6 @@ private void InitClass() { base.Columns.Add(this.columnT2546000); this.columnT2546001 = new global::System.Data.DataColumn("T2546001", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnT2546001); - this.columnT2546100 = new global::System.Data.DataColumn("T2546100", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2546100); - this.columnT2546101 = new global::System.Data.DataColumn("T2546101", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2546101); - this.columnT2546200 = new global::System.Data.DataColumn("T2546200", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2546200); - this.columnT2546201 = new global::System.Data.DataColumn("T2546201", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2546201); - this.columnT2546300 = new global::System.Data.DataColumn("T2546300", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2546300); - this.columnT2546301 = new global::System.Data.DataColumn("T2546301", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2546301); - this.columnT2546400 = new global::System.Data.DataColumn("T2546400", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2546400); - this.columnT2546401 = new global::System.Data.DataColumn("T2546401", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2546401); - this.columnT2546500 = new global::System.Data.DataColumn("T2546500", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2546500); - this.columnT2546501 = new global::System.Data.DataColumn("T2546501", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2546501); - this.columnT2546600 = new global::System.Data.DataColumn("T2546600", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2546600); - this.columnT2546601 = new global::System.Data.DataColumn("T2546601", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2546601); - this.columnT2546700 = new global::System.Data.DataColumn("T2546700", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2546700); - this.columnT2546701 = new global::System.Data.DataColumn("T2546701", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnT2546701); this.columnT2546800 = new global::System.Data.DataColumn("T2546800", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnT2546800); this.columnT2546900 = new global::System.Data.DataColumn("T2546900", typeof(int), null, global::System.Data.MappingType.Element); @@ -32730,6 +28424,106 @@ private void InitClass() { base.Columns.Add(this.columnT2763900); this.columnT2764000 = new global::System.Data.DataColumn("T2764000", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnT2764000); + this.columnT3527500 = new global::System.Data.DataColumn("T3527500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3527500); + this.columnT3527600 = new global::System.Data.DataColumn("T3527600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3527600); + this.columnT3527700 = new global::System.Data.DataColumn("T3527700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3527700); + this.columnT3527800 = new global::System.Data.DataColumn("T3527800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3527800); + this.columnT3527900 = new global::System.Data.DataColumn("T3527900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3527900); + this.columnT3528000 = new global::System.Data.DataColumn("T3528000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3528000); + this.columnT3528100 = new global::System.Data.DataColumn("T3528100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3528100); + this.columnT3528200 = new global::System.Data.DataColumn("T3528200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3528200); + this.columnT3528300 = new global::System.Data.DataColumn("T3528300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3528300); + this.columnT3528400 = new global::System.Data.DataColumn("T3528400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3528400); + this.columnT3530500 = new global::System.Data.DataColumn("T3530500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3530500); + this.columnT3530600 = new global::System.Data.DataColumn("T3530600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3530600); + this.columnT3530700 = new global::System.Data.DataColumn("T3530700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3530700); + this.columnT3530800 = new global::System.Data.DataColumn("T3530800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3530800); + this.columnT3530900 = new global::System.Data.DataColumn("T3530900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3530900); + this.columnT3531000 = new global::System.Data.DataColumn("T3531000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3531000); + this.columnT3531100 = new global::System.Data.DataColumn("T3531100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3531100); + this.columnT3531200 = new global::System.Data.DataColumn("T3531200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3531200); + this.columnT3531300 = new global::System.Data.DataColumn("T3531300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3531300); + this.columnT3531400 = new global::System.Data.DataColumn("T3531400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3531400); + this.columnT3531500 = new global::System.Data.DataColumn("T3531500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3531500); + this.columnT3531501 = new global::System.Data.DataColumn("T3531501", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3531501); + this.columnT3531600 = new global::System.Data.DataColumn("T3531600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3531600); + this.columnT3531601 = new global::System.Data.DataColumn("T3531601", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3531601); + this.columnT3531700 = new global::System.Data.DataColumn("T3531700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3531700); + this.columnT3531701 = new global::System.Data.DataColumn("T3531701", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3531701); + this.columnT3531800 = new global::System.Data.DataColumn("T3531800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3531800); + this.columnT3531801 = new global::System.Data.DataColumn("T3531801", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3531801); + this.columnT3531900 = new global::System.Data.DataColumn("T3531900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3531900); + this.columnT3531901 = new global::System.Data.DataColumn("T3531901", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3531901); + this.columnT3532000 = new global::System.Data.DataColumn("T3532000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3532000); + this.columnT3532001 = new global::System.Data.DataColumn("T3532001", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3532001); + this.columnT3532100 = new global::System.Data.DataColumn("T3532100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3532100); + this.columnT3532101 = new global::System.Data.DataColumn("T3532101", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3532101); + this.columnT3532200 = new global::System.Data.DataColumn("T3532200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3532200); + this.columnT3532201 = new global::System.Data.DataColumn("T3532201", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3532201); + this.columnT3532300 = new global::System.Data.DataColumn("T3532300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3532300); + this.columnT3532301 = new global::System.Data.DataColumn("T3532301", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3532301); + this.columnT3532400 = new global::System.Data.DataColumn("T3532400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3532400); + this.columnT3532401 = new global::System.Data.DataColumn("T3532401", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3532401); + this.columnT3533200 = new global::System.Data.DataColumn("T3533200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3533200); + this.columnT3533300 = new global::System.Data.DataColumn("T3533300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3533300); + this.columnT3533400 = new global::System.Data.DataColumn("T3533400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3533400); + this.columnT3533500 = new global::System.Data.DataColumn("T3533500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3533500); + this.columnT3533600 = new global::System.Data.DataColumn("T3533600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3533600); + this.columnT3533700 = new global::System.Data.DataColumn("T3533700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3533700); + this.columnT3533800 = new global::System.Data.DataColumn("T3533800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3533800); + this.columnT3533900 = new global::System.Data.DataColumn("T3533900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3533900); + this.columnT3534000 = new global::System.Data.DataColumn("T3534000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3534000); + this.columnT3534100 = new global::System.Data.DataColumn("T3534100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3534100); this.columnT3729600 = new global::System.Data.DataColumn("T3729600", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnT3729600); this.columnT3729700 = new global::System.Data.DataColumn("T3729700", typeof(int), null, global::System.Data.MappingType.Element); @@ -32742,6 +28536,118 @@ private void InitClass() { base.Columns.Add(this.columnT3730000); this.columnT3730100 = new global::System.Data.DataColumn("T3730100", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnT3730100); + this.columnT4496200 = new global::System.Data.DataColumn("T4496200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4496200); + this.columnT4496300 = new global::System.Data.DataColumn("T4496300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4496300); + this.columnT4496400 = new global::System.Data.DataColumn("T4496400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4496400); + this.columnT4496500 = new global::System.Data.DataColumn("T4496500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4496500); + this.columnT4496600 = new global::System.Data.DataColumn("T4496600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4496600); + this.columnT4496700 = new global::System.Data.DataColumn("T4496700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4496700); + this.columnT4496800 = new global::System.Data.DataColumn("T4496800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4496800); + this.columnT4496900 = new global::System.Data.DataColumn("T4496900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4496900); + this.columnT4497000 = new global::System.Data.DataColumn("T4497000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4497000); + this.columnT4497100 = new global::System.Data.DataColumn("T4497100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4497100); + this.columnT4500700 = new global::System.Data.DataColumn("T4500700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4500700); + this.columnT4500800 = new global::System.Data.DataColumn("T4500800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4500800); + this.columnT4500900 = new global::System.Data.DataColumn("T4500900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4500900); + this.columnT4501000 = new global::System.Data.DataColumn("T4501000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4501000); + this.columnT4501100 = new global::System.Data.DataColumn("T4501100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4501100); + this.columnT4501200 = new global::System.Data.DataColumn("T4501200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4501200); + this.columnT4501300 = new global::System.Data.DataColumn("T4501300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4501300); + this.columnT4501400 = new global::System.Data.DataColumn("T4501400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4501400); + this.columnT4501500 = new global::System.Data.DataColumn("T4501500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4501500); + this.columnT4501600 = new global::System.Data.DataColumn("T4501600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4501600); + this.columnT4501700 = new global::System.Data.DataColumn("T4501700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4501700); + this.columnT4501701 = new global::System.Data.DataColumn("T4501701", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4501701); + this.columnT4501800 = new global::System.Data.DataColumn("T4501800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4501800); + this.columnT4501801 = new global::System.Data.DataColumn("T4501801", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4501801); + this.columnT4501900 = new global::System.Data.DataColumn("T4501900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4501900); + this.columnT4501901 = new global::System.Data.DataColumn("T4501901", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4501901); + this.columnT4502000 = new global::System.Data.DataColumn("T4502000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4502000); + this.columnT4502001 = new global::System.Data.DataColumn("T4502001", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4502001); + this.columnT4502100 = new global::System.Data.DataColumn("T4502100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4502100); + this.columnT4502101 = new global::System.Data.DataColumn("T4502101", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4502101); + this.columnT4502200 = new global::System.Data.DataColumn("T4502200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4502200); + this.columnT4502201 = new global::System.Data.DataColumn("T4502201", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4502201); + this.columnT4502300 = new global::System.Data.DataColumn("T4502300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4502300); + this.columnT4502301 = new global::System.Data.DataColumn("T4502301", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4502301); + this.columnT4502400 = new global::System.Data.DataColumn("T4502400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4502400); + this.columnT4502401 = new global::System.Data.DataColumn("T4502401", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4502401); + this.columnT4502500 = new global::System.Data.DataColumn("T4502500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4502500); + this.columnT4502501 = new global::System.Data.DataColumn("T4502501", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4502501); + this.columnT4502600 = new global::System.Data.DataColumn("T4502600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4502600); + this.columnT4502601 = new global::System.Data.DataColumn("T4502601", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4502601); + this.columnT4504900 = new global::System.Data.DataColumn("T4504900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4504900); + this.columnT4505000 = new global::System.Data.DataColumn("T4505000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4505000); + this.columnT4505100 = new global::System.Data.DataColumn("T4505100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4505100); + this.columnT4505200 = new global::System.Data.DataColumn("T4505200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4505200); + this.columnT4505300 = new global::System.Data.DataColumn("T4505300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4505300); + this.columnT4505400 = new global::System.Data.DataColumn("T4505400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4505400); + this.columnT4505500 = new global::System.Data.DataColumn("T4505500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4505500); + this.columnT4505600 = new global::System.Data.DataColumn("T4505600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4505600); + this.columnT4505700 = new global::System.Data.DataColumn("T4505700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4505700); + this.columnT4505800 = new global::System.Data.DataColumn("T4505800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4505800); + this.columnT4703500 = new global::System.Data.DataColumn("T4703500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4703500); + this.columnT4703600 = new global::System.Data.DataColumn("T4703600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4703600); + this.columnT4703700 = new global::System.Data.DataColumn("T4703700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4703700); + this.columnT4703800 = new global::System.Data.DataColumn("T4703800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4703800); + this.columnT4703900 = new global::System.Data.DataColumn("T4703900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4703900); + this.columnT4704000 = new global::System.Data.DataColumn("T4704000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4704000); this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { this.columnR0000100}, true)); this.columnR0000100.AllowDBNull = false; @@ -32873,16719 +28779,17394 @@ public void RemovetblGen2FatherFromGen1Row(tblGen2FatherFromGen1Row row) { } /// - ///Represents strongly named DataRow class. + ///Represents the strongly named DataTable class. /// - public partial class tblLinks2004Gen2Row : global::System.Data.DataRow { + [global::System.Serializable()] + [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] + public partial class tblGen2FatherFromGen1DeathDataTable : global::System.Data.TypedTableBase { - private tblLinks2004Gen2DataTable tabletblLinks2004Gen2; + private global::System.Data.DataColumn columnR0000100; + + private global::System.Data.DataColumn columnR1373400; + + private global::System.Data.DataColumn columnR1374100; + + private global::System.Data.DataColumn columnR1374800; + + private global::System.Data.DataColumn columnR1375500; + + private global::System.Data.DataColumn columnR1376200; + + private global::System.Data.DataColumn columnR1376900; + + private global::System.Data.DataColumn columnR1377600; + + private global::System.Data.DataColumn columnR1753800; + + private global::System.Data.DataColumn columnR1754500; + + private global::System.Data.DataColumn columnR1755200; + + private global::System.Data.DataColumn columnR1755900; + + private global::System.Data.DataColumn columnR1756600; + + private global::System.Data.DataColumn columnR1757300; + + private global::System.Data.DataColumn columnR1758000; + + private global::System.Data.DataColumn columnR2095800; + + private global::System.Data.DataColumn columnR2096500; + + private global::System.Data.DataColumn columnR2097200; + + private global::System.Data.DataColumn columnR2097900; + + private global::System.Data.DataColumn columnR2098600; + + private global::System.Data.DataColumn columnR2099300; + + private global::System.Data.DataColumn columnR2100000; + + private global::System.Data.DataColumn columnR2648100; + + private global::System.Data.DataColumn columnR2648800; + + private global::System.Data.DataColumn columnR2649500; + + private global::System.Data.DataColumn columnR2650200; + + private global::System.Data.DataColumn columnR2650900; + + private global::System.Data.DataColumn columnR2651600; + + private global::System.Data.DataColumn columnR2652300; + + private global::System.Data.DataColumn columnR3256000; + + private global::System.Data.DataColumn columnR3257800; + + private global::System.Data.DataColumn columnR3259600; + + private global::System.Data.DataColumn columnR3261400; + + private global::System.Data.DataColumn columnR3263200; + + private global::System.Data.DataColumn columnR3265000; + + private global::System.Data.DataColumn columnR3266800; + + private global::System.Data.DataColumn columnR3771900; + + private global::System.Data.DataColumn columnR3772200; + + private global::System.Data.DataColumn columnR3772300; + + private global::System.Data.DataColumn columnR3774000; + + private global::System.Data.DataColumn columnR3774300; + + private global::System.Data.DataColumn columnR3774400; + + private global::System.Data.DataColumn columnR3776100; + + private global::System.Data.DataColumn columnR3776400; + + private global::System.Data.DataColumn columnR3776500; + + private global::System.Data.DataColumn columnR3778200; + + private global::System.Data.DataColumn columnR3778500; + + private global::System.Data.DataColumn columnR3778600; + + private global::System.Data.DataColumn columnR3780300; + + private global::System.Data.DataColumn columnR3780600; + + private global::System.Data.DataColumn columnR3780700; + + private global::System.Data.DataColumn columnR3782400; + + private global::System.Data.DataColumn columnR3784500; + + private global::System.Data.DataColumn columnR4276900; + + private global::System.Data.DataColumn columnR4277200; + + private global::System.Data.DataColumn columnR4277201; + + private global::System.Data.DataColumn columnR4277800; + + private global::System.Data.DataColumn columnR4278100; + + private global::System.Data.DataColumn columnR4278101; + + private global::System.Data.DataColumn columnR4278700; + + private global::System.Data.DataColumn columnR4279000; + + private global::System.Data.DataColumn columnR4279001; + + private global::System.Data.DataColumn columnR4279600; + + private global::System.Data.DataColumn columnR4279900; + + private global::System.Data.DataColumn columnR4279901; + + private global::System.Data.DataColumn columnR4280500; + + private global::System.Data.DataColumn columnR4280800; + + private global::System.Data.DataColumn columnR4280801; + + private global::System.Data.DataColumn columnR4281400; + + private global::System.Data.DataColumn columnR4282200; + + private global::System.Data.DataColumn columnR4827700; + + private global::System.Data.DataColumn columnR4828000; + + private global::System.Data.DataColumn columnR4828001; + + private global::System.Data.DataColumn columnR4830700; + + private global::System.Data.DataColumn columnR4831000; + + private global::System.Data.DataColumn columnR4831001; + + private global::System.Data.DataColumn columnR4833700; + + private global::System.Data.DataColumn columnR4834000; + + private global::System.Data.DataColumn columnR4834001; + + private global::System.Data.DataColumn columnR4836700; + + private global::System.Data.DataColumn columnR4837000; + + private global::System.Data.DataColumn columnR4837001; + + private global::System.Data.DataColumn columnR4839700; + + private global::System.Data.DataColumn columnR4840000; + + private global::System.Data.DataColumn columnR4840001; + + private global::System.Data.DataColumn columnR4842600; + + private global::System.Data.DataColumn columnR4844900; + + private global::System.Data.DataColumn columnR4847200; + + private global::System.Data.DataColumn columnR5498100; + + private global::System.Data.DataColumn columnR5498400; + + private global::System.Data.DataColumn columnR5498401; + + private global::System.Data.DataColumn columnR5501100; + + private global::System.Data.DataColumn columnR5501400; + + private global::System.Data.DataColumn columnR5501401; + + private global::System.Data.DataColumn columnR5504100; + + private global::System.Data.DataColumn columnR5504400; + + private global::System.Data.DataColumn columnR5504401; + + private global::System.Data.DataColumn columnR5507100; + + private global::System.Data.DataColumn columnR5507400; + + private global::System.Data.DataColumn columnR5507401; + + private global::System.Data.DataColumn columnR5510100; + + private global::System.Data.DataColumn columnR5510400; + + private global::System.Data.DataColumn columnR5510401; + + private global::System.Data.DataColumn columnR5513100; + + private global::System.Data.DataColumn columnR5515400; + + private global::System.Data.DataColumn columnR5517700; + + private global::System.Data.DataColumn columnR5519900; + + private global::System.Data.DataColumn columnR6219500; + + private global::System.Data.DataColumn columnR6219600; + + private global::System.Data.DataColumn columnR6219700; + + private global::System.Data.DataColumn columnR6219800; + + private global::System.Data.DataColumn columnR6219900; + + private global::System.Data.DataColumn columnR6220000; + + private global::System.Data.DataColumn columnR6220100; + + private global::System.Data.DataColumn columnR6220200; + + private global::System.Data.DataColumn columnR6220300; + + private global::System.Data.DataColumn columnR6220400; + + private global::System.Data.DataColumn columnR6222800; + + private global::System.Data.DataColumn columnR6222801; + + private global::System.Data.DataColumn columnR6222900; + + private global::System.Data.DataColumn columnR6222901; + + private global::System.Data.DataColumn columnR6223000; + + private global::System.Data.DataColumn columnR6223001; + + private global::System.Data.DataColumn columnR6223100; + + private global::System.Data.DataColumn columnR6223101; + + private global::System.Data.DataColumn columnR6223200; + + private global::System.Data.DataColumn columnR6223201; + + private global::System.Data.DataColumn columnR6223300; + + private global::System.Data.DataColumn columnR6223301; + + private global::System.Data.DataColumn columnR6773500; + + private global::System.Data.DataColumn columnR6773600; + + private global::System.Data.DataColumn columnR6773700; + + private global::System.Data.DataColumn columnR6773800; + + private global::System.Data.DataColumn columnR6773900; + + private global::System.Data.DataColumn columnR6774000; + + private global::System.Data.DataColumn columnR6774100; + + private global::System.Data.DataColumn columnR6774200; + + private global::System.Data.DataColumn columnR6774300; + + private global::System.Data.DataColumn columnR6774400; + + private global::System.Data.DataColumn columnR6776300; + + private global::System.Data.DataColumn columnR6776301; + + private global::System.Data.DataColumn columnR6776400; + + private global::System.Data.DataColumn columnR6776401; + + private global::System.Data.DataColumn columnR6776500; + + private global::System.Data.DataColumn columnR6776501; + + private global::System.Data.DataColumn columnR6776600; + + private global::System.Data.DataColumn columnR6776601; + + private global::System.Data.DataColumn columnR6776700; + + private global::System.Data.DataColumn columnR6776701; + + private global::System.Data.DataColumn columnR6776800; + + private global::System.Data.DataColumn columnR6776801; + + private global::System.Data.DataColumn columnR7417900; + + private global::System.Data.DataColumn columnR7418000; + + private global::System.Data.DataColumn columnR7418100; + + private global::System.Data.DataColumn columnR7418200; + + private global::System.Data.DataColumn columnR7418300; + + private global::System.Data.DataColumn columnR7418400; + + private global::System.Data.DataColumn columnR7418500; + + private global::System.Data.DataColumn columnR7418600; + + private global::System.Data.DataColumn columnR7418700; + + private global::System.Data.DataColumn columnR7418800; + + private global::System.Data.DataColumn columnR7420700; + + private global::System.Data.DataColumn columnR7420701; + + private global::System.Data.DataColumn columnR7420800; + + private global::System.Data.DataColumn columnR7420801; + + private global::System.Data.DataColumn columnR7420900; + + private global::System.Data.DataColumn columnR7420901; + + private global::System.Data.DataColumn columnR7421000; + + private global::System.Data.DataColumn columnR7421001; + + private global::System.Data.DataColumn columnR7421100; + + private global::System.Data.DataColumn columnR7421101; + + private global::System.Data.DataColumn columnR7421200; + + private global::System.Data.DataColumn columnR7421201; + + private global::System.Data.DataColumn columnR7421300; + + private global::System.Data.DataColumn columnR7421301; + + private global::System.Data.DataColumn columnR8116000; + + private global::System.Data.DataColumn columnR8116100; + + private global::System.Data.DataColumn columnR8116200; + + private global::System.Data.DataColumn columnR8116300; + + private global::System.Data.DataColumn columnR8116400; + + private global::System.Data.DataColumn columnR8116500; + + private global::System.Data.DataColumn columnR8116600; + + private global::System.Data.DataColumn columnR8116700; + + private global::System.Data.DataColumn columnR8116800; + + private global::System.Data.DataColumn columnR8116900; + + private global::System.Data.DataColumn columnR8119000; + + private global::System.Data.DataColumn columnR8119001; + + private global::System.Data.DataColumn columnR8119100; + + private global::System.Data.DataColumn columnR8119101; + + private global::System.Data.DataColumn columnR8119200; + + private global::System.Data.DataColumn columnR8119201; + + private global::System.Data.DataColumn columnR8119300; + + private global::System.Data.DataColumn columnR8119301; + + private global::System.Data.DataColumn columnR8119400; + + private global::System.Data.DataColumn columnR8119401; + + private global::System.Data.DataColumn columnR8119500; + + private global::System.Data.DataColumn columnR8119501; + + private global::System.Data.DataColumn columnT0347900; + + private global::System.Data.DataColumn columnT0348000; + + private global::System.Data.DataColumn columnT0348100; + + private global::System.Data.DataColumn columnT0348200; + + private global::System.Data.DataColumn columnT0348300; + + private global::System.Data.DataColumn columnT0348400; + + private global::System.Data.DataColumn columnT0348500; + + private global::System.Data.DataColumn columnT0348600; + + private global::System.Data.DataColumn columnT0348700; + + private global::System.Data.DataColumn columnT0348800; + + private global::System.Data.DataColumn columnT0348900; + + private global::System.Data.DataColumn columnT0351100; + + private global::System.Data.DataColumn columnT0351101; + + private global::System.Data.DataColumn columnT0351200; + + private global::System.Data.DataColumn columnT0351201; + + private global::System.Data.DataColumn columnT0351300; + + private global::System.Data.DataColumn columnT0351301; + + private global::System.Data.DataColumn columnT0351400; + + private global::System.Data.DataColumn columnT0351401; + + private global::System.Data.DataColumn columnT0351500; + + private global::System.Data.DataColumn columnT0351501; + + private global::System.Data.DataColumn columnT0351600; + + private global::System.Data.DataColumn columnT0351601; + + private global::System.Data.DataColumn columnT0351700; + + private global::System.Data.DataColumn columnT0351701; + + private global::System.Data.DataColumn columnT0351800; + + private global::System.Data.DataColumn columnT0351801; + + private global::System.Data.DataColumn columnT1497300; + + private global::System.Data.DataColumn columnT1497400; + + private global::System.Data.DataColumn columnT1497500; + + private global::System.Data.DataColumn columnT1497600; + + private global::System.Data.DataColumn columnT1497700; + + private global::System.Data.DataColumn columnT1497800; + + private global::System.Data.DataColumn columnT1497900; + + private global::System.Data.DataColumn columnT1498000; + + private global::System.Data.DataColumn columnT1498100; + + private global::System.Data.DataColumn columnT1498200; + + private global::System.Data.DataColumn columnT1498300; + + private global::System.Data.DataColumn columnT1500500; + + private global::System.Data.DataColumn columnT1500501; + + private global::System.Data.DataColumn columnT1500600; + + private global::System.Data.DataColumn columnT1500601; + + private global::System.Data.DataColumn columnT1500700; + + private global::System.Data.DataColumn columnT1500701; + + private global::System.Data.DataColumn columnT1500800; + + private global::System.Data.DataColumn columnT1500801; + + private global::System.Data.DataColumn columnT1500900; + + private global::System.Data.DataColumn columnT1500901; + + private global::System.Data.DataColumn columnT1501000; + + private global::System.Data.DataColumn columnT1501001; + + private global::System.Data.DataColumn columnT2543200; + + private global::System.Data.DataColumn columnT2543300; + + private global::System.Data.DataColumn columnT2543400; + + private global::System.Data.DataColumn columnT2543500; + + private global::System.Data.DataColumn columnT2543600; + + private global::System.Data.DataColumn columnT2543700; + + private global::System.Data.DataColumn columnT2543800; + + private global::System.Data.DataColumn columnT2543900; + + private global::System.Data.DataColumn columnT2544000; + + private global::System.Data.DataColumn columnT2544100; + + private global::System.Data.DataColumn columnT2546100; + + private global::System.Data.DataColumn columnT2546101; + + private global::System.Data.DataColumn columnT2546200; + + private global::System.Data.DataColumn columnT2546201; + + private global::System.Data.DataColumn columnT2546300; + + private global::System.Data.DataColumn columnT2546301; + + private global::System.Data.DataColumn columnT2546400; + + private global::System.Data.DataColumn columnT2546401; + + private global::System.Data.DataColumn columnT2546500; + + private global::System.Data.DataColumn columnT2546501; + + private global::System.Data.DataColumn columnT2546600; + + private global::System.Data.DataColumn columnT2546601; + + private global::System.Data.DataColumn columnT2546700; + + private global::System.Data.DataColumn columnT2546701; + + private global::System.Data.DataColumn columnT3529500; + + private global::System.Data.DataColumn columnT3529600; + + private global::System.Data.DataColumn columnT3529700; + + private global::System.Data.DataColumn columnT3529800; + + private global::System.Data.DataColumn columnT3529900; + + private global::System.Data.DataColumn columnT3530000; + + private global::System.Data.DataColumn columnT3530100; + + private global::System.Data.DataColumn columnT3530200; + + private global::System.Data.DataColumn columnT3530300; + + private global::System.Data.DataColumn columnT3530400; + + private global::System.Data.DataColumn columnT3532500; + + private global::System.Data.DataColumn columnT3532501; + + private global::System.Data.DataColumn columnT3532600; + + private global::System.Data.DataColumn columnT3532601; + + private global::System.Data.DataColumn columnT3532700; + + private global::System.Data.DataColumn columnT3532701; + + private global::System.Data.DataColumn columnT3532800; + + private global::System.Data.DataColumn columnT3532801; + + private global::System.Data.DataColumn columnT3532900; + + private global::System.Data.DataColumn columnT3532901; + + private global::System.Data.DataColumn columnT3533000; + + private global::System.Data.DataColumn columnT3533001; + + private global::System.Data.DataColumn columnT3533100; + + private global::System.Data.DataColumn columnT3533101; + + private global::System.Data.DataColumn columnT4498100; + + private global::System.Data.DataColumn columnT4498200; + + private global::System.Data.DataColumn columnT4498300; + + private global::System.Data.DataColumn columnT4498400; + + private global::System.Data.DataColumn columnT4498500; + + private global::System.Data.DataColumn columnT4498600; + + private global::System.Data.DataColumn columnT4498700; + + private global::System.Data.DataColumn columnT4498800; + + private global::System.Data.DataColumn columnT4498900; + + private global::System.Data.DataColumn columnT4499000; + + private global::System.Data.DataColumn columnT4503700; + + private global::System.Data.DataColumn columnT4503701; + + private global::System.Data.DataColumn columnT4503800; + + private global::System.Data.DataColumn columnT4503801; + + private global::System.Data.DataColumn columnT4503900; + + private global::System.Data.DataColumn columnT4503901; + + private global::System.Data.DataColumn columnT4504000; + + private global::System.Data.DataColumn columnT4504001; + + private global::System.Data.DataColumn columnT4504100; + + private global::System.Data.DataColumn columnT4504101; + + private global::System.Data.DataColumn columnT4504200; + + private global::System.Data.DataColumn columnT4504201; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblLinks2004Gen2Row(global::System.Data.DataRowBuilder rb) : - base(rb) { - this.tabletblLinks2004Gen2 = ((tblLinks2004Gen2DataTable)(this.Table)); + public tblGen2FatherFromGen1DeathDataTable() { + this.TableName = "tblGen2FatherFromGen1Death"; + this.BeginInit(); + this.InitClass(); + this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int ID1 { - get { - return ((int)(this[this.tabletblLinks2004Gen2.ID1Column])); + internal tblGen2FatherFromGen1DeathDataTable(global::System.Data.DataTable table) { + this.TableName = table.TableName; + if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { + this.CaseSensitive = table.CaseSensitive; } - set { - this[this.tabletblLinks2004Gen2.ID1Column] = value; + 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")] - public int ID2 { + protected tblGen2FatherFromGen1DeathDataTable(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 R0000100Column { get { - return ((int)(this[this.tabletblLinks2004Gen2.ID2Column])); - } - set { - this[this.tabletblLinks2004Gen2.ID2Column] = value; + return this.columnR0000100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public byte Sex1 { + public global::System.Data.DataColumn R1373400Column { get { - try { - return ((byte)(this[this.tabletblLinks2004Gen2.Sex1Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Sex1\' in table \'tblLinks2004Gen2\' is DBNull.", e); - } - } - set { - this[this.tabletblLinks2004Gen2.Sex1Column] = value; + return this.columnR1373400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public byte Sex2 { + public global::System.Data.DataColumn R1374100Column { get { - try { - return ((byte)(this[this.tabletblLinks2004Gen2.Sex2Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Sex2\' in table \'tblLinks2004Gen2\' is DBNull.", e); - } - } - set { - this[this.tabletblLinks2004Gen2.Sex2Column] = value; + return this.columnR1374100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public float RecommendedRelatedness { + public global::System.Data.DataColumn R1374800Column { get { - try { - return ((float)(this[this.tabletblLinks2004Gen2.RecommendedRelatednessColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'RecommendedRelatedness\' in table \'tblLinks2004Gen2\' is DBNu" + - "ll.", e); - } - } - set { - this[this.tabletblLinks2004Gen2.RecommendedRelatednessColumn] = value; + return this.columnR1374800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsSex1Null() { - return this.IsNull(this.tabletblLinks2004Gen2.Sex1Column); + public global::System.Data.DataColumn R1375500Column { + get { + return this.columnR1375500; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetSex1Null() { - this[this.tabletblLinks2004Gen2.Sex1Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R1376200Column { + get { + return this.columnR1376200; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsSex2Null() { - return this.IsNull(this.tabletblLinks2004Gen2.Sex2Column); + public global::System.Data.DataColumn R1376900Column { + get { + return this.columnR1376900; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetSex2Null() { - this[this.tabletblLinks2004Gen2.Sex2Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R1377600Column { + get { + return this.columnR1377600; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsRecommendedRelatednessNull() { - return this.IsNull(this.tabletblLinks2004Gen2.RecommendedRelatednessColumn); + public global::System.Data.DataColumn R1753800Column { + get { + return this.columnR1753800; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetRecommendedRelatednessNull() { - this[this.tabletblLinks2004Gen2.RecommendedRelatednessColumn] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R1754500Column { + get { + return this.columnR1754500; + } } - } - - /// - ///Represents strongly named DataRow class. - /// - public partial class tblGen2ImplicitFatherRow : global::System.Data.DataRow { - - private tblGen2ImplicitFatherDataTable tabletblGen2ImplicitFather; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblGen2ImplicitFatherRow(global::System.Data.DataRowBuilder rb) : - base(rb) { - this.tabletblGen2ImplicitFather = ((tblGen2ImplicitFatherDataTable)(this.Table)); + public global::System.Data.DataColumn R1755200Column { + get { + return this.columnR1755200; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0000100 { + public global::System.Data.DataColumn R1755900Column { get { - return ((int)(this[this.tabletblGen2ImplicitFather.C0000100Column])); - } - set { - this[this.tabletblGen2ImplicitFather.C0000100Column] = value; + return this.columnR1755900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0000200 { + public global::System.Data.DataColumn R1756600Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0000200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0000200\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0000200Column] = value; + return this.columnR1756600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0005300 { + public global::System.Data.DataColumn R1757300Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0005300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0005300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0005300Column] = value; + return this.columnR1757300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0005400 { + public global::System.Data.DataColumn R1758000Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0005400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0005400\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0005400Column] = value; + return this.columnR1758000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0005700 { + public global::System.Data.DataColumn R2095800Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0005700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0005700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0005700Column] = value; + return this.columnR2095800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0008100 { + public global::System.Data.DataColumn R2096500Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0008100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0008100\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0008100Column] = value; + return this.columnR2096500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0008200 { + public global::System.Data.DataColumn R2097200Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0008200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0008200\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0008200Column] = value; + return this.columnR2097200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0008300 { + public global::System.Data.DataColumn R2097900Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0008300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0008300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0008300Column] = value; + return this.columnR2097900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0008600 { + public global::System.Data.DataColumn R2098600Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0008600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0008600\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0008600Column] = value; + return this.columnR2098600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0008700 { + public global::System.Data.DataColumn R2099300Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0008700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0008700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0008700Column] = value; + return this.columnR2099300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0008800 { + public global::System.Data.DataColumn R2100000Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0008800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0008800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0008800Column] = value; + return this.columnR2100000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0009100 { + public global::System.Data.DataColumn R2648100Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0009100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0009100\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0009100Column] = value; + return this.columnR2648100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0009200 { + public global::System.Data.DataColumn R2648800Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0009200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0009200\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0009200Column] = value; + return this.columnR2648800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0009300 { + public global::System.Data.DataColumn R2649500Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0009300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0009300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0009300Column] = value; + return this.columnR2649500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0009600 { + public global::System.Data.DataColumn R2650200Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0009600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0009600\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0009600Column] = value; + return this.columnR2650200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0009700 { + public global::System.Data.DataColumn R2650900Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0009700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0009700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0009700Column] = value; + return this.columnR2650900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0009800 { + public global::System.Data.DataColumn R2651600Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0009800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0009800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0009800Column] = value; + return this.columnR2651600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0009900 { + public global::System.Data.DataColumn R2652300Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0009900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0009900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0009900Column] = value; + return this.columnR2652300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0010110 { + public global::System.Data.DataColumn R3256000Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0010110Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0010110\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0010110Column] = value; + return this.columnR3256000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0010200 { + public global::System.Data.DataColumn R3257800Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0010200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0010200\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0010200Column] = value; + return this.columnR3257800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0010300 { + public global::System.Data.DataColumn R3259600Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0010300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0010300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0010300Column] = value; + return this.columnR3259600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0010400 { + public global::System.Data.DataColumn R3261400Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0010400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0010400\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0010400Column] = value; + return this.columnR3261400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0010700 { + public global::System.Data.DataColumn R3263200Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0010700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0010700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0010700Column] = value; + return this.columnR3263200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0010800 { + public global::System.Data.DataColumn R3265000Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0010800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0010800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0010800Column] = value; + return this.columnR3265000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0010900 { + public global::System.Data.DataColumn R3266800Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0010900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0010900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0010900Column] = value; + return this.columnR3266800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0011110 { + public global::System.Data.DataColumn R3771900Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0011110Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0011110\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0011110Column] = value; + return this.columnR3771900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0011111 { + public global::System.Data.DataColumn R3772200Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0011111Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0011111\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0011111Column] = value; + return this.columnR3772200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0011112 { + public global::System.Data.DataColumn R3772300Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0011112Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0011112\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0011112Column] = value; + return this.columnR3772300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0011113 { + public global::System.Data.DataColumn R3774000Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0011113Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0011113\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0011113Column] = value; + return this.columnR3774000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0011114 { + public global::System.Data.DataColumn R3774300Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0011114Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0011114\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0011114Column] = value; + return this.columnR3774300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0011117 { + public global::System.Data.DataColumn R3774400Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0011117Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0011117\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0011117Column] = value; + return this.columnR3774400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0011118 { + public global::System.Data.DataColumn R3776100Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0011118Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0011118\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0011118Column] = value; + return this.columnR3776100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0011119 { + public global::System.Data.DataColumn R3776400Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0011119Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0011119\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0011119Column] = value; + return this.columnR3776400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0011122 { + public global::System.Data.DataColumn R3776500Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0011122Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0011122\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0011122Column] = value; + return this.columnR3776500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0011123 { + public global::System.Data.DataColumn R3778200Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0011123Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0011123\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0011123Column] = value; + return this.columnR3778200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0011124 { + public global::System.Data.DataColumn R3778500Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0011124Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0011124\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0011124Column] = value; + return this.columnR3778500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0011127 { + public global::System.Data.DataColumn R3778600Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0011127Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0011127\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0011127Column] = value; + return this.columnR3778600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0011128 { + public global::System.Data.DataColumn R3780300Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0011128Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0011128\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0011128Column] = value; + return this.columnR3780300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0011129 { + public global::System.Data.DataColumn R3780600Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0011129Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0011129\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0011129Column] = value; + return this.columnR3780600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0011132 { + public global::System.Data.DataColumn R3780700Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0011132Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0011132\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0011132Column] = value; + return this.columnR3780700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0011133 { + public global::System.Data.DataColumn R3782400Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0011133Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0011133\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0011133Column] = value; + return this.columnR3782400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0011134 { + public global::System.Data.DataColumn R3784500Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0011134Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0011134\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0011134Column] = value; + return this.columnR3784500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0011137 { + public global::System.Data.DataColumn R4276900Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0011137Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0011137\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0011137Column] = value; + return this.columnR4276900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0011138 { + public global::System.Data.DataColumn R4277200Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0011138Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0011138\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0011138Column] = value; + return this.columnR4277200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0011139 { + public global::System.Data.DataColumn R4277201Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0011139Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0011139\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0011139Column] = value; + return this.columnR4277201; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0011142 { + public global::System.Data.DataColumn R4277800Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0011142Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0011142\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0011142Column] = value; + return this.columnR4277800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0011143 { + public global::System.Data.DataColumn R4278100Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0011143Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0011143\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0011143Column] = value; + return this.columnR4278100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0011144 { + public global::System.Data.DataColumn R4278101Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C0011144Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0011144\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C0011144Column] = value; + return this.columnR4278101; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C3070500 { + public global::System.Data.DataColumn R4278700Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C3070500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C3070500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C3070500Column] = value; + return this.columnR4278700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C3423600 { + public global::System.Data.DataColumn R4279000Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C3423600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C3423600\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C3423600Column] = value; + return this.columnR4279000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C3601100 { + public global::System.Data.DataColumn R4279001Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C3601100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C3601100\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C3601100Column] = value; + return this.columnR4279001; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C3601700 { + public global::System.Data.DataColumn R4279600Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C3601700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C3601700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C3601700Column] = value; + return this.columnR4279600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C3601800 { + public global::System.Data.DataColumn R4279900Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C3601800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C3601800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C3601800Column] = value; + return this.columnR4279900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C3601900 { + public global::System.Data.DataColumn R4279901Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C3601900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C3601900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C3601900Column] = value; + return this.columnR4279901; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C3605900 { + public global::System.Data.DataColumn R4280500Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C3605900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C3605900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C3605900Column] = value; + return this.columnR4280500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C3981100 { + public global::System.Data.DataColumn R4280800Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C3981100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C3981100\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C3981100Column] = value; + return this.columnR4280800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C3981700 { + public global::System.Data.DataColumn R4280801Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C3981700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C3981700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C3981700Column] = value; + return this.columnR4280801; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C3981800 { + public global::System.Data.DataColumn R4281400Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C3981800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C3981800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C3981800Column] = value; + return this.columnR4281400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C3981900 { + public global::System.Data.DataColumn R4282200Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.C3981900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C3981900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.C3981900Column] = value; + return this.columnR4282200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0003200 { + public global::System.Data.DataColumn R4827700Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0003200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0003200\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0003200Column] = value; + return this.columnR4827700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0007300 { + public global::System.Data.DataColumn R4828000Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0007300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0007300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0007300Column] = value; + return this.columnR4828000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0007400 { + public global::System.Data.DataColumn R4828001Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0007400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0007400\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0007400Column] = value; + return this.columnR4828001; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0007600 { + public global::System.Data.DataColumn R4830700Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0007600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0007600\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0007600Column] = value; + return this.columnR4830700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0007601 { + public global::System.Data.DataColumn R4831000Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0007601Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0007601\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0007601Column] = value; + return this.columnR4831000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0008000 { + public global::System.Data.DataColumn R4831001Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0008000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0008000\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0008000Column] = value; + return this.columnR4831001; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0008500 { + public global::System.Data.DataColumn R4833700Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0008500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0008500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0008500Column] = value; + return this.columnR4833700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0008600 { + public global::System.Data.DataColumn R4834000Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0008600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0008600\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0008600Column] = value; + return this.columnR4834000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0009400 { + public global::System.Data.DataColumn R4834001Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0009400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0009400\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0009400Column] = value; + return this.columnR4834001; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0394100 { + public global::System.Data.DataColumn R4836700Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0394100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0394100\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0394100Column] = value; + return this.columnR4836700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0394300 { + public global::System.Data.DataColumn R4837000Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0394300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0394300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0394300Column] = value; + return this.columnR4837000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0394500 { + public global::System.Data.DataColumn R4837001Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0394500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0394500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0394500Column] = value; + return this.columnR4837001; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0394501 { + public global::System.Data.DataColumn R4839700Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0394501Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0394501\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0394501Column] = value; + return this.columnR4839700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0394900 { + public global::System.Data.DataColumn R4840000Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0394900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0394900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0394900Column] = value; + return this.columnR4840000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0651000 { + public global::System.Data.DataColumn R4840001Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0651000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0651000\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0651000Column] = value; + return this.columnR4840001; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0682500 { + public global::System.Data.DataColumn R4842600Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0682500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0682500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0682500Column] = value; + return this.columnR4842600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0683800 { + public global::System.Data.DataColumn R4844900Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0683800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0683800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0683800Column] = value; + return this.columnR4844900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0683900 { + public global::System.Data.DataColumn R4847200Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0683900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0683900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0683900Column] = value; + return this.columnR4847200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0684100 { + public global::System.Data.DataColumn R5498100Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0684100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0684100\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0684100Column] = value; + return this.columnR5498100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0684101 { + public global::System.Data.DataColumn R5498400Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0684101Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0684101\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0684101Column] = value; + return this.columnR5498400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0684500 { + public global::System.Data.DataColumn R5498401Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0684500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0684500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0684500Column] = value; + return this.columnR5498401; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0947100 { + public global::System.Data.DataColumn R5501100Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0947100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0947100\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0947100Column] = value; + return this.columnR5501100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0986200 { + public global::System.Data.DataColumn R5501400Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0986200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0986200\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0986200Column] = value; + return this.columnR5501400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0986700 { + public global::System.Data.DataColumn R5501401Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0986700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0986700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0986700Column] = value; + return this.columnR5501401; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0988800 { + public global::System.Data.DataColumn R5504100Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0988800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0988800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0988800Column] = value; + return this.columnR5504100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0988900 { + public global::System.Data.DataColumn R5504400Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0988900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0988900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0988900Column] = value; + return this.columnR5504400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0989400 { + public global::System.Data.DataColumn R5504401Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0989400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0989400\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0989400Column] = value; + return this.columnR5504401; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0989401 { + public global::System.Data.DataColumn R5507100Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0989401Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0989401\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0989401Column] = value; + return this.columnR5507100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0989900 { + public global::System.Data.DataColumn R5507400Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y0989900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0989900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y0989900Column] = value; + return this.columnR5507400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1229100 { + public global::System.Data.DataColumn R5507401Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y1229100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1229100\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y1229100Column] = value; + return this.columnR5507401; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1229200 { + public global::System.Data.DataColumn R5510100Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y1229200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1229200\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y1229200Column] = value; + return this.columnR5510100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1229700 { + public global::System.Data.DataColumn R5510400Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y1229700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1229700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y1229700Column] = value; + return this.columnR5510400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1229701 { + public global::System.Data.DataColumn R5510401Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y1229701Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1229701\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y1229701Column] = value; + return this.columnR5510401; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1458900 { + public global::System.Data.DataColumn R5513100Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y1458900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1458900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y1458900Column] = value; + return this.columnR5513100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1459400 { + public global::System.Data.DataColumn R5515400Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y1459400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1459400\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y1459400Column] = value; + return this.columnR5515400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1459401 { + public global::System.Data.DataColumn R5517700Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y1459401Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1459401\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y1459401Column] = value; + return this.columnR5517700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1629500 { + public global::System.Data.DataColumn R5519900Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y1629500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1629500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y1629500Column] = value; + return this.columnR5519900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1704000 { + public global::System.Data.DataColumn R6219500Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y1704000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1704000\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y1704000Column] = value; + return this.columnR6219500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1704500 { + public global::System.Data.DataColumn R6219600Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y1704500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1704500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y1704500Column] = value; + return this.columnR6219600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1704501 { + public global::System.Data.DataColumn R6219700Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y1704501Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1704501\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y1704501Column] = value; + return this.columnR6219700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1707300 { + public global::System.Data.DataColumn R6219800Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y1707300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1707300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y1707300Column] = value; + return this.columnR6219800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1883300 { + public global::System.Data.DataColumn R6219900Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y1883300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1883300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y1883300Column] = value; + return this.columnR6219900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1989500 { + public global::System.Data.DataColumn R6220000Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y1989500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1989500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y1989500Column] = value; + return this.columnR6220000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1990000 { + public global::System.Data.DataColumn R6220100Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y1990000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1990000\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y1990000Column] = value; + return this.columnR6220100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1990001 { + public global::System.Data.DataColumn R6220200Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y1990001Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1990001\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y1990001Column] = value; + return this.columnR6220200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1992900 { + public global::System.Data.DataColumn R6220300Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y1992900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1992900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y1992900Column] = value; + return this.columnR6220300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y2197500 { + public global::System.Data.DataColumn R6220400Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y2197500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y2197500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y2197500Column] = value; + return this.columnR6220400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y2308300 { + public global::System.Data.DataColumn R6222800Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y2308300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y2308300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y2308300Column] = value; + return this.columnR6222800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y2308800 { + public global::System.Data.DataColumn R6222801Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y2308800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y2308800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y2308800Column] = value; + return this.columnR6222801; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y2308801 { + public global::System.Data.DataColumn R6222900Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y2308801Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y2308801\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y2308801Column] = value; + return this.columnR6222900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y2311700 { + public global::System.Data.DataColumn R6222901Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y2311700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y2311700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y2311700Column] = value; + return this.columnR6222901; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y2531800 { + public global::System.Data.DataColumn R6223000Column { get { - try { - return ((int)(this[this.tabletblGen2ImplicitFather.Y2531800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y2531800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2ImplicitFather.Y2531800Column] = value; + return this.columnR6223000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0000200Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0000200Column); + public global::System.Data.DataColumn R6223001Column { + get { + return this.columnR6223001; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0000200Null() { - this[this.tabletblGen2ImplicitFather.C0000200Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R6223100Column { + get { + return this.columnR6223100; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0005300Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0005300Column); + public global::System.Data.DataColumn R6223101Column { + get { + return this.columnR6223101; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0005300Null() { - this[this.tabletblGen2ImplicitFather.C0005300Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R6223200Column { + get { + return this.columnR6223200; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0005400Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0005400Column); + public global::System.Data.DataColumn R6223201Column { + get { + return this.columnR6223201; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0005400Null() { - this[this.tabletblGen2ImplicitFather.C0005400Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R6223300Column { + get { + return this.columnR6223300; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0005700Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0005700Column); + public global::System.Data.DataColumn R6223301Column { + get { + return this.columnR6223301; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0005700Null() { - this[this.tabletblGen2ImplicitFather.C0005700Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R6773500Column { + get { + return this.columnR6773500; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0008100Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0008100Column); + public global::System.Data.DataColumn R6773600Column { + get { + return this.columnR6773600; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0008100Null() { - this[this.tabletblGen2ImplicitFather.C0008100Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R6773700Column { + get { + return this.columnR6773700; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0008200Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0008200Column); + public global::System.Data.DataColumn R6773800Column { + get { + return this.columnR6773800; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0008200Null() { - this[this.tabletblGen2ImplicitFather.C0008200Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R6773900Column { + get { + return this.columnR6773900; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0008300Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0008300Column); + public global::System.Data.DataColumn R6774000Column { + get { + return this.columnR6774000; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0008300Null() { - this[this.tabletblGen2ImplicitFather.C0008300Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R6774100Column { + get { + return this.columnR6774100; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0008600Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0008600Column); + public global::System.Data.DataColumn R6774200Column { + get { + return this.columnR6774200; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0008600Null() { - this[this.tabletblGen2ImplicitFather.C0008600Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R6774300Column { + get { + return this.columnR6774300; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0008700Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0008700Column); + public global::System.Data.DataColumn R6774400Column { + get { + return this.columnR6774400; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0008700Null() { - this[this.tabletblGen2ImplicitFather.C0008700Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R6776300Column { + get { + return this.columnR6776300; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0008800Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0008800Column); + public global::System.Data.DataColumn R6776301Column { + get { + return this.columnR6776301; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0008800Null() { - this[this.tabletblGen2ImplicitFather.C0008800Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R6776400Column { + get { + return this.columnR6776400; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0009100Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0009100Column); + public global::System.Data.DataColumn R6776401Column { + get { + return this.columnR6776401; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0009100Null() { - this[this.tabletblGen2ImplicitFather.C0009100Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R6776500Column { + get { + return this.columnR6776500; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0009200Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0009200Column); + public global::System.Data.DataColumn R6776501Column { + get { + return this.columnR6776501; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0009200Null() { - this[this.tabletblGen2ImplicitFather.C0009200Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R6776600Column { + get { + return this.columnR6776600; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0009300Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0009300Column); + public global::System.Data.DataColumn R6776601Column { + get { + return this.columnR6776601; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0009300Null() { - this[this.tabletblGen2ImplicitFather.C0009300Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R6776700Column { + get { + return this.columnR6776700; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0009600Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0009600Column); + public global::System.Data.DataColumn R6776701Column { + get { + return this.columnR6776701; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0009600Null() { - this[this.tabletblGen2ImplicitFather.C0009600Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R6776800Column { + get { + return this.columnR6776800; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0009700Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0009700Column); + public global::System.Data.DataColumn R6776801Column { + get { + return this.columnR6776801; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0009700Null() { - this[this.tabletblGen2ImplicitFather.C0009700Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R7417900Column { + get { + return this.columnR7417900; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0009800Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0009800Column); + public global::System.Data.DataColumn R7418000Column { + get { + return this.columnR7418000; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0009800Null() { - this[this.tabletblGen2ImplicitFather.C0009800Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R7418100Column { + get { + return this.columnR7418100; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0009900Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0009900Column); + public global::System.Data.DataColumn R7418200Column { + get { + return this.columnR7418200; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0009900Null() { - this[this.tabletblGen2ImplicitFather.C0009900Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R7418300Column { + get { + return this.columnR7418300; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0010110Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0010110Column); + public global::System.Data.DataColumn R7418400Column { + get { + return this.columnR7418400; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0010110Null() { - this[this.tabletblGen2ImplicitFather.C0010110Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R7418500Column { + get { + return this.columnR7418500; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0010200Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0010200Column); + public global::System.Data.DataColumn R7418600Column { + get { + return this.columnR7418600; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0010200Null() { - this[this.tabletblGen2ImplicitFather.C0010200Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R7418700Column { + get { + return this.columnR7418700; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0010300Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0010300Column); + public global::System.Data.DataColumn R7418800Column { + get { + return this.columnR7418800; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0010300Null() { - this[this.tabletblGen2ImplicitFather.C0010300Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R7420700Column { + get { + return this.columnR7420700; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0010400Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0010400Column); + public global::System.Data.DataColumn R7420701Column { + get { + return this.columnR7420701; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0010400Null() { - this[this.tabletblGen2ImplicitFather.C0010400Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R7420800Column { + get { + return this.columnR7420800; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0010700Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0010700Column); + public global::System.Data.DataColumn R7420801Column { + get { + return this.columnR7420801; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0010700Null() { - this[this.tabletblGen2ImplicitFather.C0010700Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R7420900Column { + get { + return this.columnR7420900; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0010800Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0010800Column); + public global::System.Data.DataColumn R7420901Column { + get { + return this.columnR7420901; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0010800Null() { - this[this.tabletblGen2ImplicitFather.C0010800Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R7421000Column { + get { + return this.columnR7421000; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0010900Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0010900Column); + public global::System.Data.DataColumn R7421001Column { + get { + return this.columnR7421001; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0010900Null() { - this[this.tabletblGen2ImplicitFather.C0010900Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R7421100Column { + get { + return this.columnR7421100; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0011110Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0011110Column); + public global::System.Data.DataColumn R7421101Column { + get { + return this.columnR7421101; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0011110Null() { - this[this.tabletblGen2ImplicitFather.C0011110Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R7421200Column { + get { + return this.columnR7421200; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0011111Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0011111Column); + public global::System.Data.DataColumn R7421201Column { + get { + return this.columnR7421201; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0011111Null() { - this[this.tabletblGen2ImplicitFather.C0011111Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R7421300Column { + get { + return this.columnR7421300; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0011112Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0011112Column); + public global::System.Data.DataColumn R7421301Column { + get { + return this.columnR7421301; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0011112Null() { - this[this.tabletblGen2ImplicitFather.C0011112Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R8116000Column { + get { + return this.columnR8116000; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0011113Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0011113Column); + public global::System.Data.DataColumn R8116100Column { + get { + return this.columnR8116100; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0011113Null() { - this[this.tabletblGen2ImplicitFather.C0011113Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R8116200Column { + get { + return this.columnR8116200; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0011114Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0011114Column); + public global::System.Data.DataColumn R8116300Column { + get { + return this.columnR8116300; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0011114Null() { - this[this.tabletblGen2ImplicitFather.C0011114Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R8116400Column { + get { + return this.columnR8116400; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0011117Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0011117Column); + public global::System.Data.DataColumn R8116500Column { + get { + return this.columnR8116500; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0011117Null() { - this[this.tabletblGen2ImplicitFather.C0011117Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R8116600Column { + get { + return this.columnR8116600; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0011118Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0011118Column); + public global::System.Data.DataColumn R8116700Column { + get { + return this.columnR8116700; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0011118Null() { - this[this.tabletblGen2ImplicitFather.C0011118Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R8116800Column { + get { + return this.columnR8116800; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0011119Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0011119Column); + public global::System.Data.DataColumn R8116900Column { + get { + return this.columnR8116900; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0011119Null() { - this[this.tabletblGen2ImplicitFather.C0011119Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R8119000Column { + get { + return this.columnR8119000; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0011122Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0011122Column); + public global::System.Data.DataColumn R8119001Column { + get { + return this.columnR8119001; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0011122Null() { - this[this.tabletblGen2ImplicitFather.C0011122Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R8119100Column { + get { + return this.columnR8119100; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0011123Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0011123Column); + public global::System.Data.DataColumn R8119101Column { + get { + return this.columnR8119101; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0011123Null() { - this[this.tabletblGen2ImplicitFather.C0011123Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R8119200Column { + get { + return this.columnR8119200; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0011124Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0011124Column); + public global::System.Data.DataColumn R8119201Column { + get { + return this.columnR8119201; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0011124Null() { - this[this.tabletblGen2ImplicitFather.C0011124Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R8119300Column { + get { + return this.columnR8119300; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0011127Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0011127Column); + public global::System.Data.DataColumn R8119301Column { + get { + return this.columnR8119301; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0011127Null() { - this[this.tabletblGen2ImplicitFather.C0011127Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R8119400Column { + get { + return this.columnR8119400; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0011128Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0011128Column); + public global::System.Data.DataColumn R8119401Column { + get { + return this.columnR8119401; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0011128Null() { - this[this.tabletblGen2ImplicitFather.C0011128Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn R8119500Column { + get { + return this.columnR8119500; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0011129Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0011129Column); + public global::System.Data.DataColumn R8119501Column { + get { + return this.columnR8119501; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0011129Null() { - this[this.tabletblGen2ImplicitFather.C0011129Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T0347900Column { + get { + return this.columnT0347900; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0011132Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0011132Column); + public global::System.Data.DataColumn T0348000Column { + get { + return this.columnT0348000; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0011132Null() { - this[this.tabletblGen2ImplicitFather.C0011132Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T0348100Column { + get { + return this.columnT0348100; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0011133Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0011133Column); + public global::System.Data.DataColumn T0348200Column { + get { + return this.columnT0348200; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0011133Null() { - this[this.tabletblGen2ImplicitFather.C0011133Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T0348300Column { + get { + return this.columnT0348300; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0011134Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0011134Column); + public global::System.Data.DataColumn T0348400Column { + get { + return this.columnT0348400; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0011134Null() { - this[this.tabletblGen2ImplicitFather.C0011134Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T0348500Column { + get { + return this.columnT0348500; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0011137Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0011137Column); + public global::System.Data.DataColumn T0348600Column { + get { + return this.columnT0348600; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0011137Null() { - this[this.tabletblGen2ImplicitFather.C0011137Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T0348700Column { + get { + return this.columnT0348700; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0011138Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0011138Column); + public global::System.Data.DataColumn T0348800Column { + get { + return this.columnT0348800; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0011138Null() { - this[this.tabletblGen2ImplicitFather.C0011138Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T0348900Column { + get { + return this.columnT0348900; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0011139Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0011139Column); + public global::System.Data.DataColumn T0351100Column { + get { + return this.columnT0351100; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0011139Null() { - this[this.tabletblGen2ImplicitFather.C0011139Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T0351101Column { + get { + return this.columnT0351101; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0011142Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0011142Column); + public global::System.Data.DataColumn T0351200Column { + get { + return this.columnT0351200; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0011142Null() { - this[this.tabletblGen2ImplicitFather.C0011142Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T0351201Column { + get { + return this.columnT0351201; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0011143Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0011143Column); + public global::System.Data.DataColumn T0351300Column { + get { + return this.columnT0351300; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0011143Null() { - this[this.tabletblGen2ImplicitFather.C0011143Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T0351301Column { + get { + return this.columnT0351301; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0011144Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C0011144Column); + public global::System.Data.DataColumn T0351400Column { + get { + return this.columnT0351400; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0011144Null() { - this[this.tabletblGen2ImplicitFather.C0011144Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T0351401Column { + get { + return this.columnT0351401; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC3070500Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C3070500Column); + public global::System.Data.DataColumn T0351500Column { + get { + return this.columnT0351500; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC3070500Null() { - this[this.tabletblGen2ImplicitFather.C3070500Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T0351501Column { + get { + return this.columnT0351501; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC3423600Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C3423600Column); + public global::System.Data.DataColumn T0351600Column { + get { + return this.columnT0351600; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC3423600Null() { - this[this.tabletblGen2ImplicitFather.C3423600Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T0351601Column { + get { + return this.columnT0351601; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC3601100Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C3601100Column); + public global::System.Data.DataColumn T0351700Column { + get { + return this.columnT0351700; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC3601100Null() { - this[this.tabletblGen2ImplicitFather.C3601100Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T0351701Column { + get { + return this.columnT0351701; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC3601700Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C3601700Column); + public global::System.Data.DataColumn T0351800Column { + get { + return this.columnT0351800; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC3601700Null() { - this[this.tabletblGen2ImplicitFather.C3601700Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T0351801Column { + get { + return this.columnT0351801; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC3601800Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C3601800Column); + public global::System.Data.DataColumn T1497300Column { + get { + return this.columnT1497300; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC3601800Null() { - this[this.tabletblGen2ImplicitFather.C3601800Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T1497400Column { + get { + return this.columnT1497400; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC3601900Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C3601900Column); + public global::System.Data.DataColumn T1497500Column { + get { + return this.columnT1497500; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC3601900Null() { - this[this.tabletblGen2ImplicitFather.C3601900Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T1497600Column { + get { + return this.columnT1497600; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC3605900Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C3605900Column); + public global::System.Data.DataColumn T1497700Column { + get { + return this.columnT1497700; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC3605900Null() { - this[this.tabletblGen2ImplicitFather.C3605900Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T1497800Column { + get { + return this.columnT1497800; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC3981100Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C3981100Column); + public global::System.Data.DataColumn T1497900Column { + get { + return this.columnT1497900; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC3981100Null() { - this[this.tabletblGen2ImplicitFather.C3981100Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T1498000Column { + get { + return this.columnT1498000; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC3981700Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C3981700Column); + public global::System.Data.DataColumn T1498100Column { + get { + return this.columnT1498100; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC3981700Null() { - this[this.tabletblGen2ImplicitFather.C3981700Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T1498200Column { + get { + return this.columnT1498200; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC3981800Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C3981800Column); + public global::System.Data.DataColumn T1498300Column { + get { + return this.columnT1498300; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC3981800Null() { - this[this.tabletblGen2ImplicitFather.C3981800Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T1500500Column { + get { + return this.columnT1500500; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC3981900Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.C3981900Column); + public global::System.Data.DataColumn T1500501Column { + get { + return this.columnT1500501; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC3981900Null() { - this[this.tabletblGen2ImplicitFather.C3981900Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T1500600Column { + get { + return this.columnT1500600; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0003200Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0003200Column); + public global::System.Data.DataColumn T1500601Column { + get { + return this.columnT1500601; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0003200Null() { - this[this.tabletblGen2ImplicitFather.Y0003200Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T1500700Column { + get { + return this.columnT1500700; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0007300Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0007300Column); + public global::System.Data.DataColumn T1500701Column { + get { + return this.columnT1500701; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0007300Null() { - this[this.tabletblGen2ImplicitFather.Y0007300Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T1500800Column { + get { + return this.columnT1500800; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0007400Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0007400Column); + public global::System.Data.DataColumn T1500801Column { + get { + return this.columnT1500801; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0007400Null() { - this[this.tabletblGen2ImplicitFather.Y0007400Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T1500900Column { + get { + return this.columnT1500900; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0007600Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0007600Column); + public global::System.Data.DataColumn T1500901Column { + get { + return this.columnT1500901; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0007600Null() { - this[this.tabletblGen2ImplicitFather.Y0007600Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T1501000Column { + get { + return this.columnT1501000; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0007601Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0007601Column); + public global::System.Data.DataColumn T1501001Column { + get { + return this.columnT1501001; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0007601Null() { - this[this.tabletblGen2ImplicitFather.Y0007601Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T2543200Column { + get { + return this.columnT2543200; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0008000Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0008000Column); + public global::System.Data.DataColumn T2543300Column { + get { + return this.columnT2543300; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0008000Null() { - this[this.tabletblGen2ImplicitFather.Y0008000Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T2543400Column { + get { + return this.columnT2543400; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0008500Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0008500Column); + public global::System.Data.DataColumn T2543500Column { + get { + return this.columnT2543500; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0008500Null() { - this[this.tabletblGen2ImplicitFather.Y0008500Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T2543600Column { + get { + return this.columnT2543600; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0008600Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0008600Column); + public global::System.Data.DataColumn T2543700Column { + get { + return this.columnT2543700; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0008600Null() { - this[this.tabletblGen2ImplicitFather.Y0008600Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T2543800Column { + get { + return this.columnT2543800; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0009400Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0009400Column); + public global::System.Data.DataColumn T2543900Column { + get { + return this.columnT2543900; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0009400Null() { - this[this.tabletblGen2ImplicitFather.Y0009400Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T2544000Column { + get { + return this.columnT2544000; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0394100Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0394100Column); + public global::System.Data.DataColumn T2544100Column { + get { + return this.columnT2544100; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0394100Null() { - this[this.tabletblGen2ImplicitFather.Y0394100Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T2546100Column { + get { + return this.columnT2546100; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0394300Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0394300Column); + public global::System.Data.DataColumn T2546101Column { + get { + return this.columnT2546101; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0394300Null() { - this[this.tabletblGen2ImplicitFather.Y0394300Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T2546200Column { + get { + return this.columnT2546200; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0394500Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0394500Column); + public global::System.Data.DataColumn T2546201Column { + get { + return this.columnT2546201; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0394500Null() { - this[this.tabletblGen2ImplicitFather.Y0394500Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T2546300Column { + get { + return this.columnT2546300; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0394501Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0394501Column); + public global::System.Data.DataColumn T2546301Column { + get { + return this.columnT2546301; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0394501Null() { - this[this.tabletblGen2ImplicitFather.Y0394501Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T2546400Column { + get { + return this.columnT2546400; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0394900Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0394900Column); + public global::System.Data.DataColumn T2546401Column { + get { + return this.columnT2546401; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0394900Null() { - this[this.tabletblGen2ImplicitFather.Y0394900Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T2546500Column { + get { + return this.columnT2546500; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0651000Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0651000Column); + public global::System.Data.DataColumn T2546501Column { + get { + return this.columnT2546501; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0651000Null() { - this[this.tabletblGen2ImplicitFather.Y0651000Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T2546600Column { + get { + return this.columnT2546600; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0682500Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0682500Column); + public global::System.Data.DataColumn T2546601Column { + get { + return this.columnT2546601; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0682500Null() { - this[this.tabletblGen2ImplicitFather.Y0682500Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T2546700Column { + get { + return this.columnT2546700; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0683800Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0683800Column); + public global::System.Data.DataColumn T2546701Column { + get { + return this.columnT2546701; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0683800Null() { - this[this.tabletblGen2ImplicitFather.Y0683800Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T3529500Column { + get { + return this.columnT3529500; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0683900Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0683900Column); + public global::System.Data.DataColumn T3529600Column { + get { + return this.columnT3529600; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0683900Null() { - this[this.tabletblGen2ImplicitFather.Y0683900Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T3529700Column { + get { + return this.columnT3529700; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0684100Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0684100Column); + public global::System.Data.DataColumn T3529800Column { + get { + return this.columnT3529800; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0684100Null() { - this[this.tabletblGen2ImplicitFather.Y0684100Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T3529900Column { + get { + return this.columnT3529900; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0684101Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0684101Column); + public global::System.Data.DataColumn T3530000Column { + get { + return this.columnT3530000; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0684101Null() { - this[this.tabletblGen2ImplicitFather.Y0684101Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T3530100Column { + get { + return this.columnT3530100; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0684500Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0684500Column); + public global::System.Data.DataColumn T3530200Column { + get { + return this.columnT3530200; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0684500Null() { - this[this.tabletblGen2ImplicitFather.Y0684500Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T3530300Column { + get { + return this.columnT3530300; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0947100Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0947100Column); + public global::System.Data.DataColumn T3530400Column { + get { + return this.columnT3530400; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0947100Null() { - this[this.tabletblGen2ImplicitFather.Y0947100Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T3532500Column { + get { + return this.columnT3532500; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0986200Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0986200Column); + public global::System.Data.DataColumn T3532501Column { + get { + return this.columnT3532501; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0986200Null() { - this[this.tabletblGen2ImplicitFather.Y0986200Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T3532600Column { + get { + return this.columnT3532600; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0986700Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0986700Column); + public global::System.Data.DataColumn T3532601Column { + get { + return this.columnT3532601; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0986700Null() { - this[this.tabletblGen2ImplicitFather.Y0986700Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T3532700Column { + get { + return this.columnT3532700; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0988800Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0988800Column); + public global::System.Data.DataColumn T3532701Column { + get { + return this.columnT3532701; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0988800Null() { - this[this.tabletblGen2ImplicitFather.Y0988800Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T3532800Column { + get { + return this.columnT3532800; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0988900Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0988900Column); + public global::System.Data.DataColumn T3532801Column { + get { + return this.columnT3532801; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0988900Null() { - this[this.tabletblGen2ImplicitFather.Y0988900Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T3532900Column { + get { + return this.columnT3532900; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0989400Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0989400Column); + public global::System.Data.DataColumn T3532901Column { + get { + return this.columnT3532901; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0989400Null() { - this[this.tabletblGen2ImplicitFather.Y0989400Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn T3533000Column { + get { + return this.columnT3533000; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0989401Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0989401Column); + public global::System.Data.DataColumn T3533001Column { + get { + return this.columnT3533001; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0989401Null() { - this[this.tabletblGen2ImplicitFather.Y0989401Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0989900Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y0989900Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0989900Null() { - this[this.tabletblGen2ImplicitFather.Y0989900Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1229100Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y1229100Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1229100Null() { - this[this.tabletblGen2ImplicitFather.Y1229100Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1229200Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y1229200Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1229200Null() { - this[this.tabletblGen2ImplicitFather.Y1229200Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1229700Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y1229700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1229700Null() { - this[this.tabletblGen2ImplicitFather.Y1229700Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1229701Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y1229701Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1229701Null() { - this[this.tabletblGen2ImplicitFather.Y1229701Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1458900Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y1458900Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1458900Null() { - this[this.tabletblGen2ImplicitFather.Y1458900Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1459400Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y1459400Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1459400Null() { - this[this.tabletblGen2ImplicitFather.Y1459400Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1459401Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y1459401Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1459401Null() { - this[this.tabletblGen2ImplicitFather.Y1459401Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1629500Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y1629500Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1629500Null() { - this[this.tabletblGen2ImplicitFather.Y1629500Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1704000Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y1704000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1704000Null() { - this[this.tabletblGen2ImplicitFather.Y1704000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1704500Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y1704500Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1704500Null() { - this[this.tabletblGen2ImplicitFather.Y1704500Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1704501Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y1704501Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1704501Null() { - this[this.tabletblGen2ImplicitFather.Y1704501Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1707300Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y1707300Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1707300Null() { - this[this.tabletblGen2ImplicitFather.Y1707300Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1883300Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y1883300Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1883300Null() { - this[this.tabletblGen2ImplicitFather.Y1883300Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1989500Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y1989500Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1989500Null() { - this[this.tabletblGen2ImplicitFather.Y1989500Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1990000Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y1990000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1990000Null() { - this[this.tabletblGen2ImplicitFather.Y1990000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1990001Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y1990001Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1990001Null() { - this[this.tabletblGen2ImplicitFather.Y1990001Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1992900Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y1992900Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1992900Null() { - this[this.tabletblGen2ImplicitFather.Y1992900Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY2197500Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y2197500Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY2197500Null() { - this[this.tabletblGen2ImplicitFather.Y2197500Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY2308300Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y2308300Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY2308300Null() { - this[this.tabletblGen2ImplicitFather.Y2308300Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY2308800Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y2308800Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY2308800Null() { - this[this.tabletblGen2ImplicitFather.Y2308800Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY2308801Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y2308801Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY2308801Null() { - this[this.tabletblGen2ImplicitFather.Y2308801Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY2311700Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y2311700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY2311700Null() { - this[this.tabletblGen2ImplicitFather.Y2311700Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY2531800Null() { - return this.IsNull(this.tabletblGen2ImplicitFather.Y2531800Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY2531800Null() { - this[this.tabletblGen2ImplicitFather.Y2531800Column] = global::System.Convert.DBNull; - } - } - - /// - ///Represents strongly named DataRow class. - /// - public partial class tblGen1OutcomesRow : global::System.Data.DataRow { - - private tblGen1OutcomesDataTable tabletblGen1Outcomes; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblGen1OutcomesRow(global::System.Data.DataRowBuilder rb) : - base(rb) { - this.tabletblGen1Outcomes = ((tblGen1OutcomesDataTable)(this.Table)); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0000100 { - get { - return ((int)(this[this.tabletblGen1Outcomes.R0000100Column])); - } - set { - this[this.tabletblGen1Outcomes.R0000100Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0214700 { - get { - try { - return ((int)(this[this.tabletblGen1Outcomes.R0214700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0214700\' in table \'tblGen1Outcomes\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Outcomes.R0214700Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0214800 { - get { - try { - return ((int)(this[this.tabletblGen1Outcomes.R0214800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0214800\' in table \'tblGen1Outcomes\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Outcomes.R0214800Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0481600 { - get { - try { - return ((int)(this[this.tabletblGen1Outcomes.R0481600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0481600\' in table \'tblGen1Outcomes\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Outcomes.R0481600Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0481700 { - get { - try { - return ((int)(this[this.tabletblGen1Outcomes.R0481700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0481700\' in table \'tblGen1Outcomes\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Outcomes.R0481700Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0618200 { - get { - try { - return ((int)(this[this.tabletblGen1Outcomes.R0618200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0618200\' in table \'tblGen1Outcomes\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Outcomes.R0618200Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0618300 { - get { - try { - return ((int)(this[this.tabletblGen1Outcomes.R0618300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0618300\' in table \'tblGen1Outcomes\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Outcomes.R0618300Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0618301 { - get { - try { - return ((int)(this[this.tabletblGen1Outcomes.R0618301Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0618301\' in table \'tblGen1Outcomes\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Outcomes.R0618301Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0779800 { + public global::System.Data.DataColumn T3533100Column { get { - try { - return ((int)(this[this.tabletblGen1Outcomes.R0779800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0779800\' in table \'tblGen1Outcomes\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Outcomes.R0779800Column] = value; + return this.columnT3533100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0779900 { + public global::System.Data.DataColumn T3533101Column { get { - try { - return ((int)(this[this.tabletblGen1Outcomes.R0779900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0779900\' in table \'tblGen1Outcomes\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Outcomes.R0779900Column] = value; + return this.columnT3533101; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1773900 { + public global::System.Data.DataColumn T4498100Column { get { - try { - return ((int)(this[this.tabletblGen1Outcomes.R1773900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1773900\' in table \'tblGen1Outcomes\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Outcomes.R1773900Column] = value; + return this.columnT4498100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1774000 { + public global::System.Data.DataColumn T4498200Column { get { - try { - return ((int)(this[this.tabletblGen1Outcomes.R1774000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1774000\' in table \'tblGen1Outcomes\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Outcomes.R1774000Column] = value; + return this.columnT4498200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0897300 { + public global::System.Data.DataColumn T4498300Column { get { - try { - return ((int)(this[this.tabletblGen1Outcomes.T0897300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0897300\' in table \'tblGen1Outcomes\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Outcomes.T0897300Column] = value; + return this.columnT4498300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0897400 { + public global::System.Data.DataColumn T4498400Column { get { - try { - return ((int)(this[this.tabletblGen1Outcomes.T0897400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0897400\' in table \'tblGen1Outcomes\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Outcomes.T0897400Column] = value; + return this.columnT4498400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0897500 { + public global::System.Data.DataColumn T4498500Column { get { - try { - return ((int)(this[this.tabletblGen1Outcomes.T0897500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0897500\' in table \'tblGen1Outcomes\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Outcomes.T0897500Column] = value; + return this.columnT4498500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2053800 { + public global::System.Data.DataColumn T4498600Column { get { - try { - return ((int)(this[this.tabletblGen1Outcomes.T2053800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2053800\' in table \'tblGen1Outcomes\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Outcomes.T2053800Column] = value; + return this.columnT4498600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2053900 { + public global::System.Data.DataColumn T4498700Column { get { - try { - return ((int)(this[this.tabletblGen1Outcomes.T2053900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2053900\' in table \'tblGen1Outcomes\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Outcomes.T2053900Column] = value; + return this.columnT4498700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2054000 { + public global::System.Data.DataColumn T4498800Column { get { - try { - return ((int)(this[this.tabletblGen1Outcomes.T2054000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2054000\' in table \'tblGen1Outcomes\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Outcomes.T2054000Column] = value; + return this.columnT4498800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T3024700 { + public global::System.Data.DataColumn T4498900Column { get { - try { - return ((int)(this[this.tabletblGen1Outcomes.T3024700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T3024700\' in table \'tblGen1Outcomes\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Outcomes.T3024700Column] = value; + return this.columnT4498900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T3024800 { + public global::System.Data.DataColumn T4499000Column { get { - try { - return ((int)(this[this.tabletblGen1Outcomes.T3024800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T3024800\' in table \'tblGen1Outcomes\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Outcomes.T3024800Column] = value; + return this.columnT4499000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T3024900 { + public global::System.Data.DataColumn T4503700Column { get { - try { - return ((int)(this[this.tabletblGen1Outcomes.T3024900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T3024900\' in table \'tblGen1Outcomes\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Outcomes.T3024900Column] = value; + return this.columnT4503700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0214700Null() { - return this.IsNull(this.tabletblGen1Outcomes.R0214700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0214700Null() { - this[this.tabletblGen1Outcomes.R0214700Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0214800Null() { - return this.IsNull(this.tabletblGen1Outcomes.R0214800Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0214800Null() { - this[this.tabletblGen1Outcomes.R0214800Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0481600Null() { - return this.IsNull(this.tabletblGen1Outcomes.R0481600Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0481600Null() { - this[this.tabletblGen1Outcomes.R0481600Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0481700Null() { - return this.IsNull(this.tabletblGen1Outcomes.R0481700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0481700Null() { - this[this.tabletblGen1Outcomes.R0481700Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0618200Null() { - return this.IsNull(this.tabletblGen1Outcomes.R0618200Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0618200Null() { - this[this.tabletblGen1Outcomes.R0618200Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0618300Null() { - return this.IsNull(this.tabletblGen1Outcomes.R0618300Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0618300Null() { - this[this.tabletblGen1Outcomes.R0618300Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0618301Null() { - return this.IsNull(this.tabletblGen1Outcomes.R0618301Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0618301Null() { - this[this.tabletblGen1Outcomes.R0618301Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0779800Null() { - return this.IsNull(this.tabletblGen1Outcomes.R0779800Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0779800Null() { - this[this.tabletblGen1Outcomes.R0779800Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0779900Null() { - return this.IsNull(this.tabletblGen1Outcomes.R0779900Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0779900Null() { - this[this.tabletblGen1Outcomes.R0779900Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1773900Null() { - return this.IsNull(this.tabletblGen1Outcomes.R1773900Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1773900Null() { - this[this.tabletblGen1Outcomes.R1773900Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1774000Null() { - return this.IsNull(this.tabletblGen1Outcomes.R1774000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1774000Null() { - this[this.tabletblGen1Outcomes.R1774000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0897300Null() { - return this.IsNull(this.tabletblGen1Outcomes.T0897300Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0897300Null() { - this[this.tabletblGen1Outcomes.T0897300Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0897400Null() { - return this.IsNull(this.tabletblGen1Outcomes.T0897400Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0897400Null() { - this[this.tabletblGen1Outcomes.T0897400Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0897500Null() { - return this.IsNull(this.tabletblGen1Outcomes.T0897500Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0897500Null() { - this[this.tabletblGen1Outcomes.T0897500Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2053800Null() { - return this.IsNull(this.tabletblGen1Outcomes.T2053800Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2053800Null() { - this[this.tabletblGen1Outcomes.T2053800Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2053900Null() { - return this.IsNull(this.tabletblGen1Outcomes.T2053900Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2053900Null() { - this[this.tabletblGen1Outcomes.T2053900Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2054000Null() { - return this.IsNull(this.tabletblGen1Outcomes.T2054000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2054000Null() { - this[this.tabletblGen1Outcomes.T2054000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT3024700Null() { - return this.IsNull(this.tabletblGen1Outcomes.T3024700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT3024700Null() { - this[this.tabletblGen1Outcomes.T3024700Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT3024800Null() { - return this.IsNull(this.tabletblGen1Outcomes.T3024800Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT3024800Null() { - this[this.tabletblGen1Outcomes.T3024800Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT3024900Null() { - return this.IsNull(this.tabletblGen1Outcomes.T3024900Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT3024900Null() { - this[this.tabletblGen1Outcomes.T3024900Column] = global::System.Convert.DBNull; - } - } - - /// - ///Represents strongly named DataRow class. - /// - public partial class tblGen2OutcomesHeightRow : global::System.Data.DataRow { - - private tblGen2OutcomesHeightDataTable tabletblGen2OutcomesHeight; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblGen2OutcomesHeightRow(global::System.Data.DataRowBuilder rb) : - base(rb) { - this.tabletblGen2OutcomesHeight = ((tblGen2OutcomesHeightDataTable)(this.Table)); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0000100 { + public global::System.Data.DataColumn T4503701Column { get { - return ((int)(this[this.tabletblGen2OutcomesHeight.C0000100Column])); - } - set { - this[this.tabletblGen2OutcomesHeight.C0000100Column] = value; + return this.columnT4503701; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0000200 { + public global::System.Data.DataColumn T4503800Column { get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.C0000200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0000200\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.C0000200Column] = value; + return this.columnT4503800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0005300 { + public global::System.Data.DataColumn T4503801Column { get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.C0005300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0005300\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.C0005300Column] = value; + return this.columnT4503801; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0005400 { + public global::System.Data.DataColumn T4503900Column { get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.C0005400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0005400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.C0005400Column] = value; + return this.columnT4503900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0005700 { + public global::System.Data.DataColumn T4503901Column { get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.C0005700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0005700\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.C0005700Column] = value; + return this.columnT4503901; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0577600 { + public global::System.Data.DataColumn T4504000Column { get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.C0577600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0577600\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.C0577600Column] = value; + return this.columnT4504000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0606300 { + public global::System.Data.DataColumn T4504001Column { get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.C0606300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0606300\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.C0606300Column] = value; + return this.columnT4504001; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0606400 { + public global::System.Data.DataColumn T4504100Column { get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.C0606400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0606400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.C0606400Column] = value; + return this.columnT4504100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0826400 { + public global::System.Data.DataColumn T4504101Column { get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.C0826400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0826400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.C0826400Column] = value; + return this.columnT4504101; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0826500 { + public global::System.Data.DataColumn T4504200Column { get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.C0826500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0826500\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.C0826500Column] = value; + return this.columnT4504200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C1016700 { + public global::System.Data.DataColumn T4504201Column { get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.C1016700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C1016700\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.C1016700Column] = value; + return this.columnT4504201; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C1016800 { + [global::System.ComponentModel.Browsable(false)] + public int Count { get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.C1016800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C1016800\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.C1016800Column] = value; + return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C1220200 { + public tblGen2FatherFromGen1DeathRow this[int index] { get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.C1220200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C1220200\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.C1220200Column] = value; + return ((tblGen2FatherFromGen1DeathRow)(this.Rows[index])); } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C1220300 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.C1220300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C1220300\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.C1220300Column] = value; - } - } + public event tblGen2FatherFromGen1DeathRowChangeEventHandler tblGen2FatherFromGen1DeathRowChanging; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C1532700 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.C1532700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C1532700\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.C1532700Column] = value; - } - } + public event tblGen2FatherFromGen1DeathRowChangeEventHandler tblGen2FatherFromGen1DeathRowChanged; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C1532800 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.C1532800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C1532800\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.C1532800Column] = value; - } - } + public event tblGen2FatherFromGen1DeathRowChangeEventHandler tblGen2FatherFromGen1DeathRowDeleting; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C1779300 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.C1779300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C1779300\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.C1779300Column] = value; - } - } + public event tblGen2FatherFromGen1DeathRowChangeEventHandler tblGen2FatherFromGen1DeathRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C1779400 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.C1779400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C1779400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.C1779400Column] = value; - } + public void AddtblGen2FatherFromGen1DeathRow(tblGen2FatherFromGen1DeathRow row) { + this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C2288500 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.C2288500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C2288500\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.C2288500Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C2288600 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.C2288600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C2288600\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.C2288600Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C2552300 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.C2552300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C2552300\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.C2552300Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C2820900 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.C2820900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C2820900\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.C2820900Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C3130400 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.C3130400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C3130400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.C3130400Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C3553400 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.C3553400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C3553400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.C3553400Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C3634500 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.C3634500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C3634500\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.C3634500Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C3898000 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.C3898000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C3898000\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.C3898000Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C4013000 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.C4013000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C4013000\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.C4013000Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C5147900 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.C5147900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C5147900\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.C5147900Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0308300 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.Y0308300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0308300\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.Y0308300Column] = value; - } + public tblGen2FatherFromGen1DeathRow AddtblGen2FatherFromGen1DeathRow( + int R0000100, + int R1373400, + int R1374100, + int R1374800, + int R1375500, + int R1376200, + int R1376900, + int R1377600, + int R1753800, + int R1754500, + int R1755200, + int R1755900, + int R1756600, + int R1757300, + int R1758000, + int R2095800, + int R2096500, + int R2097200, + int R2097900, + int R2098600, + int R2099300, + int R2100000, + int R2648100, + int R2648800, + int R2649500, + int R2650200, + int R2650900, + int R2651600, + int R2652300, + int R3256000, + int R3257800, + int R3259600, + int R3261400, + int R3263200, + int R3265000, + int R3266800, + int R3771900, + int R3772200, + int R3772300, + int R3774000, + int R3774300, + int R3774400, + int R3776100, + int R3776400, + int R3776500, + int R3778200, + int R3778500, + int R3778600, + int R3780300, + int R3780600, + int R3780700, + int R3782400, + int R3784500, + int R4276900, + int R4277200, + int R4277201, + int R4277800, + int R4278100, + int R4278101, + int R4278700, + int R4279000, + int R4279001, + int R4279600, + int R4279900, + int R4279901, + int R4280500, + int R4280800, + int R4280801, + int R4281400, + int R4282200, + int R4827700, + int R4828000, + int R4828001, + int R4830700, + int R4831000, + int R4831001, + int R4833700, + int R4834000, + int R4834001, + int R4836700, + int R4837000, + int R4837001, + int R4839700, + int R4840000, + int R4840001, + int R4842600, + int R4844900, + int R4847200, + int R5498100, + int R5498400, + int R5498401, + int R5501100, + int R5501400, + int R5501401, + int R5504100, + int R5504400, + int R5504401, + int R5507100, + int R5507400, + int R5507401, + int R5510100, + int R5510400, + int R5510401, + int R5513100, + int R5515400, + int R5517700, + int R5519900, + int R6219500, + int R6219600, + int R6219700, + int R6219800, + int R6219900, + int R6220000, + int R6220100, + int R6220200, + int R6220300, + int R6220400, + int R6222800, + int R6222801, + int R6222900, + int R6222901, + int R6223000, + int R6223001, + int R6223100, + int R6223101, + int R6223200, + int R6223201, + int R6223300, + int R6223301, + int R6773500, + int R6773600, + int R6773700, + int R6773800, + int R6773900, + int R6774000, + int R6774100, + int R6774200, + int R6774300, + int R6774400, + int R6776300, + int R6776301, + int R6776400, + int R6776401, + int R6776500, + int R6776501, + int R6776600, + int R6776601, + int R6776700, + int R6776701, + int R6776800, + int R6776801, + int R7417900, + int R7418000, + int R7418100, + int R7418200, + int R7418300, + int R7418400, + int R7418500, + int R7418600, + int R7418700, + int R7418800, + int R7420700, + int R7420701, + int R7420800, + int R7420801, + int R7420900, + int R7420901, + int R7421000, + int R7421001, + int R7421100, + int R7421101, + int R7421200, + int R7421201, + int R7421300, + int R7421301, + int R8116000, + int R8116100, + int R8116200, + int R8116300, + int R8116400, + int R8116500, + int R8116600, + int R8116700, + int R8116800, + int R8116900, + int R8119000, + int R8119001, + int R8119100, + int R8119101, + int R8119200, + int R8119201, + int R8119300, + int R8119301, + int R8119400, + int R8119401, + int R8119500, + int R8119501, + int T0347900, + int T0348000, + int T0348100, + int T0348200, + int T0348300, + int T0348400, + int T0348500, + int T0348600, + int T0348700, + int T0348800, + int T0348900, + int T0351100, + int T0351101, + int T0351200, + int T0351201, + int T0351300, + int T0351301, + int T0351400, + int T0351401, + int T0351500, + int T0351501, + int T0351600, + int T0351601, + int T0351700, + int T0351701, + int T0351800, + int T0351801, + int T1497300, + int T1497400, + int T1497500, + int T1497600, + int T1497700, + int T1497800, + int T1497900, + int T1498000, + int T1498100, + int T1498200, + int T1498300, + int T1500500, + int T1500501, + int T1500600, + int T1500601, + int T1500700, + int T1500701, + int T1500800, + int T1500801, + int T1500900, + int T1500901, + int T1501000, + int T1501001, + int T2543200, + int T2543300, + int T2543400, + int T2543500, + int T2543600, + int T2543700, + int T2543800, + int T2543900, + int T2544000, + int T2544100, + int T2546100, + int T2546101, + int T2546200, + int T2546201, + int T2546300, + int T2546301, + int T2546400, + int T2546401, + int T2546500, + int T2546501, + int T2546600, + int T2546601, + int T2546700, + int T2546701, + int T3529500, + int T3529600, + int T3529700, + int T3529800, + int T3529900, + int T3530000, + int T3530100, + int T3530200, + int T3530300, + int T3530400, + int T3532500, + int T3532501, + int T3532600, + int T3532601, + int T3532700, + int T3532701, + int T3532800, + int T3532801, + int T3532900, + int T3532901, + int T3533000, + int T3533001, + int T3533100, + int T3533101, + int T4498100, + int T4498200, + int T4498300, + int T4498400, + int T4498500, + int T4498600, + int T4498700, + int T4498800, + int T4498900, + int T4499000, + int T4503700, + int T4503701, + int T4503800, + int T4503801, + int T4503900, + int T4503901, + int T4504000, + int T4504001, + int T4504100, + int T4504101, + int T4504200, + int T4504201) { + tblGen2FatherFromGen1DeathRow rowtblGen2FatherFromGen1DeathRow = ((tblGen2FatherFromGen1DeathRow)(this.NewRow())); + object[] columnValuesArray = new object[] { + R0000100, + R1373400, + R1374100, + R1374800, + R1375500, + R1376200, + R1376900, + R1377600, + R1753800, + R1754500, + R1755200, + R1755900, + R1756600, + R1757300, + R1758000, + R2095800, + R2096500, + R2097200, + R2097900, + R2098600, + R2099300, + R2100000, + R2648100, + R2648800, + R2649500, + R2650200, + R2650900, + R2651600, + R2652300, + R3256000, + R3257800, + R3259600, + R3261400, + R3263200, + R3265000, + R3266800, + R3771900, + R3772200, + R3772300, + R3774000, + R3774300, + R3774400, + R3776100, + R3776400, + R3776500, + R3778200, + R3778500, + R3778600, + R3780300, + R3780600, + R3780700, + R3782400, + R3784500, + R4276900, + R4277200, + R4277201, + R4277800, + R4278100, + R4278101, + R4278700, + R4279000, + R4279001, + R4279600, + R4279900, + R4279901, + R4280500, + R4280800, + R4280801, + R4281400, + R4282200, + R4827700, + R4828000, + R4828001, + R4830700, + R4831000, + R4831001, + R4833700, + R4834000, + R4834001, + R4836700, + R4837000, + R4837001, + R4839700, + R4840000, + R4840001, + R4842600, + R4844900, + R4847200, + R5498100, + R5498400, + R5498401, + R5501100, + R5501400, + R5501401, + R5504100, + R5504400, + R5504401, + R5507100, + R5507400, + R5507401, + R5510100, + R5510400, + R5510401, + R5513100, + R5515400, + R5517700, + R5519900, + R6219500, + R6219600, + R6219700, + R6219800, + R6219900, + R6220000, + R6220100, + R6220200, + R6220300, + R6220400, + R6222800, + R6222801, + R6222900, + R6222901, + R6223000, + R6223001, + R6223100, + R6223101, + R6223200, + R6223201, + R6223300, + R6223301, + R6773500, + R6773600, + R6773700, + R6773800, + R6773900, + R6774000, + R6774100, + R6774200, + R6774300, + R6774400, + R6776300, + R6776301, + R6776400, + R6776401, + R6776500, + R6776501, + R6776600, + R6776601, + R6776700, + R6776701, + R6776800, + R6776801, + R7417900, + R7418000, + R7418100, + R7418200, + R7418300, + R7418400, + R7418500, + R7418600, + R7418700, + R7418800, + R7420700, + R7420701, + R7420800, + R7420801, + R7420900, + R7420901, + R7421000, + R7421001, + R7421100, + R7421101, + R7421200, + R7421201, + R7421300, + R7421301, + R8116000, + R8116100, + R8116200, + R8116300, + R8116400, + R8116500, + R8116600, + R8116700, + R8116800, + R8116900, + R8119000, + R8119001, + R8119100, + R8119101, + R8119200, + R8119201, + R8119300, + R8119301, + R8119400, + R8119401, + R8119500, + R8119501, + T0347900, + T0348000, + T0348100, + T0348200, + T0348300, + T0348400, + T0348500, + T0348600, + T0348700, + T0348800, + T0348900, + T0351100, + T0351101, + T0351200, + T0351201, + T0351300, + T0351301, + T0351400, + T0351401, + T0351500, + T0351501, + T0351600, + T0351601, + T0351700, + T0351701, + T0351800, + T0351801, + T1497300, + T1497400, + T1497500, + T1497600, + T1497700, + T1497800, + T1497900, + T1498000, + T1498100, + T1498200, + T1498300, + T1500500, + T1500501, + T1500600, + T1500601, + T1500700, + T1500701, + T1500800, + T1500801, + T1500900, + T1500901, + T1501000, + T1501001, + T2543200, + T2543300, + T2543400, + T2543500, + T2543600, + T2543700, + T2543800, + T2543900, + T2544000, + T2544100, + T2546100, + T2546101, + T2546200, + T2546201, + T2546300, + T2546301, + T2546400, + T2546401, + T2546500, + T2546501, + T2546600, + T2546601, + T2546700, + T2546701, + T3529500, + T3529600, + T3529700, + T3529800, + T3529900, + T3530000, + T3530100, + T3530200, + T3530300, + T3530400, + T3532500, + T3532501, + T3532600, + T3532601, + T3532700, + T3532701, + T3532800, + T3532801, + T3532900, + T3532901, + T3533000, + T3533001, + T3533100, + T3533101, + T4498100, + T4498200, + T4498300, + T4498400, + T4498500, + T4498600, + T4498700, + T4498800, + T4498900, + T4499000, + T4503700, + T4503701, + T4503800, + T4503801, + T4503900, + T4503901, + T4504000, + T4504001, + T4504100, + T4504101, + T4504200, + T4504201}; + rowtblGen2FatherFromGen1DeathRow.ItemArray = columnValuesArray; + this.Rows.Add(rowtblGen2FatherFromGen1DeathRow); + return rowtblGen2FatherFromGen1DeathRow; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public tblGen2FatherFromGen1DeathRow FindByR0000100(int R0000100) { + return ((tblGen2FatherFromGen1DeathRow)(this.Rows.Find(new object[] { + R0000100}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0308400 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.Y0308400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0308400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.Y0308400Column] = value; - } + public override global::System.Data.DataTable Clone() { + tblGen2FatherFromGen1DeathDataTable cln = ((tblGen2FatherFromGen1DeathDataTable)(base.Clone())); + cln.InitVars(); + return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0609600 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.Y0609600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0609600\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.Y0609600Column] = value; - } + protected override global::System.Data.DataTable CreateInstance() { + return new tblGen2FatherFromGen1DeathDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0609700 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.Y0609700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0609700\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.Y0609700Column] = value; - } + internal void InitVars() { + this.columnR0000100 = base.Columns["R0000100"]; + this.columnR1373400 = base.Columns["R1373400"]; + this.columnR1374100 = base.Columns["R1374100"]; + this.columnR1374800 = base.Columns["R1374800"]; + this.columnR1375500 = base.Columns["R1375500"]; + this.columnR1376200 = base.Columns["R1376200"]; + this.columnR1376900 = base.Columns["R1376900"]; + this.columnR1377600 = base.Columns["R1377600"]; + this.columnR1753800 = base.Columns["R1753800"]; + this.columnR1754500 = base.Columns["R1754500"]; + this.columnR1755200 = base.Columns["R1755200"]; + this.columnR1755900 = base.Columns["R1755900"]; + this.columnR1756600 = base.Columns["R1756600"]; + this.columnR1757300 = base.Columns["R1757300"]; + this.columnR1758000 = base.Columns["R1758000"]; + this.columnR2095800 = base.Columns["R2095800"]; + this.columnR2096500 = base.Columns["R2096500"]; + this.columnR2097200 = base.Columns["R2097200"]; + this.columnR2097900 = base.Columns["R2097900"]; + this.columnR2098600 = base.Columns["R2098600"]; + this.columnR2099300 = base.Columns["R2099300"]; + this.columnR2100000 = base.Columns["R2100000"]; + this.columnR2648100 = base.Columns["R2648100"]; + this.columnR2648800 = base.Columns["R2648800"]; + this.columnR2649500 = base.Columns["R2649500"]; + this.columnR2650200 = base.Columns["R2650200"]; + this.columnR2650900 = base.Columns["R2650900"]; + this.columnR2651600 = base.Columns["R2651600"]; + this.columnR2652300 = base.Columns["R2652300"]; + this.columnR3256000 = base.Columns["R3256000"]; + this.columnR3257800 = base.Columns["R3257800"]; + this.columnR3259600 = base.Columns["R3259600"]; + this.columnR3261400 = base.Columns["R3261400"]; + this.columnR3263200 = base.Columns["R3263200"]; + this.columnR3265000 = base.Columns["R3265000"]; + this.columnR3266800 = base.Columns["R3266800"]; + this.columnR3771900 = base.Columns["R3771900"]; + this.columnR3772200 = base.Columns["R3772200"]; + this.columnR3772300 = base.Columns["R3772300"]; + this.columnR3774000 = base.Columns["R3774000"]; + this.columnR3774300 = base.Columns["R3774300"]; + this.columnR3774400 = base.Columns["R3774400"]; + this.columnR3776100 = base.Columns["R3776100"]; + this.columnR3776400 = base.Columns["R3776400"]; + this.columnR3776500 = base.Columns["R3776500"]; + this.columnR3778200 = base.Columns["R3778200"]; + this.columnR3778500 = base.Columns["R3778500"]; + this.columnR3778600 = base.Columns["R3778600"]; + this.columnR3780300 = base.Columns["R3780300"]; + this.columnR3780600 = base.Columns["R3780600"]; + this.columnR3780700 = base.Columns["R3780700"]; + this.columnR3782400 = base.Columns["R3782400"]; + this.columnR3784500 = base.Columns["R3784500"]; + this.columnR4276900 = base.Columns["R4276900"]; + this.columnR4277200 = base.Columns["R4277200"]; + this.columnR4277201 = base.Columns["R4277201"]; + this.columnR4277800 = base.Columns["R4277800"]; + this.columnR4278100 = base.Columns["R4278100"]; + this.columnR4278101 = base.Columns["R4278101"]; + this.columnR4278700 = base.Columns["R4278700"]; + this.columnR4279000 = base.Columns["R4279000"]; + this.columnR4279001 = base.Columns["R4279001"]; + this.columnR4279600 = base.Columns["R4279600"]; + this.columnR4279900 = base.Columns["R4279900"]; + this.columnR4279901 = base.Columns["R4279901"]; + this.columnR4280500 = base.Columns["R4280500"]; + this.columnR4280800 = base.Columns["R4280800"]; + this.columnR4280801 = base.Columns["R4280801"]; + this.columnR4281400 = base.Columns["R4281400"]; + this.columnR4282200 = base.Columns["R4282200"]; + this.columnR4827700 = base.Columns["R4827700"]; + this.columnR4828000 = base.Columns["R4828000"]; + this.columnR4828001 = base.Columns["R4828001"]; + this.columnR4830700 = base.Columns["R4830700"]; + this.columnR4831000 = base.Columns["R4831000"]; + this.columnR4831001 = base.Columns["R4831001"]; + this.columnR4833700 = base.Columns["R4833700"]; + this.columnR4834000 = base.Columns["R4834000"]; + this.columnR4834001 = base.Columns["R4834001"]; + this.columnR4836700 = base.Columns["R4836700"]; + this.columnR4837000 = base.Columns["R4837000"]; + this.columnR4837001 = base.Columns["R4837001"]; + this.columnR4839700 = base.Columns["R4839700"]; + this.columnR4840000 = base.Columns["R4840000"]; + this.columnR4840001 = base.Columns["R4840001"]; + this.columnR4842600 = base.Columns["R4842600"]; + this.columnR4844900 = base.Columns["R4844900"]; + this.columnR4847200 = base.Columns["R4847200"]; + this.columnR5498100 = base.Columns["R5498100"]; + this.columnR5498400 = base.Columns["R5498400"]; + this.columnR5498401 = base.Columns["R5498401"]; + this.columnR5501100 = base.Columns["R5501100"]; + this.columnR5501400 = base.Columns["R5501400"]; + this.columnR5501401 = base.Columns["R5501401"]; + this.columnR5504100 = base.Columns["R5504100"]; + this.columnR5504400 = base.Columns["R5504400"]; + this.columnR5504401 = base.Columns["R5504401"]; + this.columnR5507100 = base.Columns["R5507100"]; + this.columnR5507400 = base.Columns["R5507400"]; + this.columnR5507401 = base.Columns["R5507401"]; + this.columnR5510100 = base.Columns["R5510100"]; + this.columnR5510400 = base.Columns["R5510400"]; + this.columnR5510401 = base.Columns["R5510401"]; + this.columnR5513100 = base.Columns["R5513100"]; + this.columnR5515400 = base.Columns["R5515400"]; + this.columnR5517700 = base.Columns["R5517700"]; + this.columnR5519900 = base.Columns["R5519900"]; + this.columnR6219500 = base.Columns["R6219500"]; + this.columnR6219600 = base.Columns["R6219600"]; + this.columnR6219700 = base.Columns["R6219700"]; + this.columnR6219800 = base.Columns["R6219800"]; + this.columnR6219900 = base.Columns["R6219900"]; + this.columnR6220000 = base.Columns["R6220000"]; + this.columnR6220100 = base.Columns["R6220100"]; + this.columnR6220200 = base.Columns["R6220200"]; + this.columnR6220300 = base.Columns["R6220300"]; + this.columnR6220400 = base.Columns["R6220400"]; + this.columnR6222800 = base.Columns["R6222800"]; + this.columnR6222801 = base.Columns["R6222801"]; + this.columnR6222900 = base.Columns["R6222900"]; + this.columnR6222901 = base.Columns["R6222901"]; + this.columnR6223000 = base.Columns["R6223000"]; + this.columnR6223001 = base.Columns["R6223001"]; + this.columnR6223100 = base.Columns["R6223100"]; + this.columnR6223101 = base.Columns["R6223101"]; + this.columnR6223200 = base.Columns["R6223200"]; + this.columnR6223201 = base.Columns["R6223201"]; + this.columnR6223300 = base.Columns["R6223300"]; + this.columnR6223301 = base.Columns["R6223301"]; + this.columnR6773500 = base.Columns["R6773500"]; + this.columnR6773600 = base.Columns["R6773600"]; + this.columnR6773700 = base.Columns["R6773700"]; + this.columnR6773800 = base.Columns["R6773800"]; + this.columnR6773900 = base.Columns["R6773900"]; + this.columnR6774000 = base.Columns["R6774000"]; + this.columnR6774100 = base.Columns["R6774100"]; + this.columnR6774200 = base.Columns["R6774200"]; + this.columnR6774300 = base.Columns["R6774300"]; + this.columnR6774400 = base.Columns["R6774400"]; + this.columnR6776300 = base.Columns["R6776300"]; + this.columnR6776301 = base.Columns["R6776301"]; + this.columnR6776400 = base.Columns["R6776400"]; + this.columnR6776401 = base.Columns["R6776401"]; + this.columnR6776500 = base.Columns["R6776500"]; + this.columnR6776501 = base.Columns["R6776501"]; + this.columnR6776600 = base.Columns["R6776600"]; + this.columnR6776601 = base.Columns["R6776601"]; + this.columnR6776700 = base.Columns["R6776700"]; + this.columnR6776701 = base.Columns["R6776701"]; + this.columnR6776800 = base.Columns["R6776800"]; + this.columnR6776801 = base.Columns["R6776801"]; + this.columnR7417900 = base.Columns["R7417900"]; + this.columnR7418000 = base.Columns["R7418000"]; + this.columnR7418100 = base.Columns["R7418100"]; + this.columnR7418200 = base.Columns["R7418200"]; + this.columnR7418300 = base.Columns["R7418300"]; + this.columnR7418400 = base.Columns["R7418400"]; + this.columnR7418500 = base.Columns["R7418500"]; + this.columnR7418600 = base.Columns["R7418600"]; + this.columnR7418700 = base.Columns["R7418700"]; + this.columnR7418800 = base.Columns["R7418800"]; + this.columnR7420700 = base.Columns["R7420700"]; + this.columnR7420701 = base.Columns["R7420701"]; + this.columnR7420800 = base.Columns["R7420800"]; + this.columnR7420801 = base.Columns["R7420801"]; + this.columnR7420900 = base.Columns["R7420900"]; + this.columnR7420901 = base.Columns["R7420901"]; + this.columnR7421000 = base.Columns["R7421000"]; + this.columnR7421001 = base.Columns["R7421001"]; + this.columnR7421100 = base.Columns["R7421100"]; + this.columnR7421101 = base.Columns["R7421101"]; + this.columnR7421200 = base.Columns["R7421200"]; + this.columnR7421201 = base.Columns["R7421201"]; + this.columnR7421300 = base.Columns["R7421300"]; + this.columnR7421301 = base.Columns["R7421301"]; + this.columnR8116000 = base.Columns["R8116000"]; + this.columnR8116100 = base.Columns["R8116100"]; + this.columnR8116200 = base.Columns["R8116200"]; + this.columnR8116300 = base.Columns["R8116300"]; + this.columnR8116400 = base.Columns["R8116400"]; + this.columnR8116500 = base.Columns["R8116500"]; + this.columnR8116600 = base.Columns["R8116600"]; + this.columnR8116700 = base.Columns["R8116700"]; + this.columnR8116800 = base.Columns["R8116800"]; + this.columnR8116900 = base.Columns["R8116900"]; + this.columnR8119000 = base.Columns["R8119000"]; + this.columnR8119001 = base.Columns["R8119001"]; + this.columnR8119100 = base.Columns["R8119100"]; + this.columnR8119101 = base.Columns["R8119101"]; + this.columnR8119200 = base.Columns["R8119200"]; + this.columnR8119201 = base.Columns["R8119201"]; + this.columnR8119300 = base.Columns["R8119300"]; + this.columnR8119301 = base.Columns["R8119301"]; + this.columnR8119400 = base.Columns["R8119400"]; + this.columnR8119401 = base.Columns["R8119401"]; + this.columnR8119500 = base.Columns["R8119500"]; + this.columnR8119501 = base.Columns["R8119501"]; + this.columnT0347900 = base.Columns["T0347900"]; + this.columnT0348000 = base.Columns["T0348000"]; + this.columnT0348100 = base.Columns["T0348100"]; + this.columnT0348200 = base.Columns["T0348200"]; + this.columnT0348300 = base.Columns["T0348300"]; + this.columnT0348400 = base.Columns["T0348400"]; + this.columnT0348500 = base.Columns["T0348500"]; + this.columnT0348600 = base.Columns["T0348600"]; + this.columnT0348700 = base.Columns["T0348700"]; + this.columnT0348800 = base.Columns["T0348800"]; + this.columnT0348900 = base.Columns["T0348900"]; + this.columnT0351100 = base.Columns["T0351100"]; + this.columnT0351101 = base.Columns["T0351101"]; + this.columnT0351200 = base.Columns["T0351200"]; + this.columnT0351201 = base.Columns["T0351201"]; + this.columnT0351300 = base.Columns["T0351300"]; + this.columnT0351301 = base.Columns["T0351301"]; + this.columnT0351400 = base.Columns["T0351400"]; + this.columnT0351401 = base.Columns["T0351401"]; + this.columnT0351500 = base.Columns["T0351500"]; + this.columnT0351501 = base.Columns["T0351501"]; + this.columnT0351600 = base.Columns["T0351600"]; + this.columnT0351601 = base.Columns["T0351601"]; + this.columnT0351700 = base.Columns["T0351700"]; + this.columnT0351701 = base.Columns["T0351701"]; + this.columnT0351800 = base.Columns["T0351800"]; + this.columnT0351801 = base.Columns["T0351801"]; + this.columnT1497300 = base.Columns["T1497300"]; + this.columnT1497400 = base.Columns["T1497400"]; + this.columnT1497500 = base.Columns["T1497500"]; + this.columnT1497600 = base.Columns["T1497600"]; + this.columnT1497700 = base.Columns["T1497700"]; + this.columnT1497800 = base.Columns["T1497800"]; + this.columnT1497900 = base.Columns["T1497900"]; + this.columnT1498000 = base.Columns["T1498000"]; + this.columnT1498100 = base.Columns["T1498100"]; + this.columnT1498200 = base.Columns["T1498200"]; + this.columnT1498300 = base.Columns["T1498300"]; + this.columnT1500500 = base.Columns["T1500500"]; + this.columnT1500501 = base.Columns["T1500501"]; + this.columnT1500600 = base.Columns["T1500600"]; + this.columnT1500601 = base.Columns["T1500601"]; + this.columnT1500700 = base.Columns["T1500700"]; + this.columnT1500701 = base.Columns["T1500701"]; + this.columnT1500800 = base.Columns["T1500800"]; + this.columnT1500801 = base.Columns["T1500801"]; + this.columnT1500900 = base.Columns["T1500900"]; + this.columnT1500901 = base.Columns["T1500901"]; + this.columnT1501000 = base.Columns["T1501000"]; + this.columnT1501001 = base.Columns["T1501001"]; + this.columnT2543200 = base.Columns["T2543200"]; + this.columnT2543300 = base.Columns["T2543300"]; + this.columnT2543400 = base.Columns["T2543400"]; + this.columnT2543500 = base.Columns["T2543500"]; + this.columnT2543600 = base.Columns["T2543600"]; + this.columnT2543700 = base.Columns["T2543700"]; + this.columnT2543800 = base.Columns["T2543800"]; + this.columnT2543900 = base.Columns["T2543900"]; + this.columnT2544000 = base.Columns["T2544000"]; + this.columnT2544100 = base.Columns["T2544100"]; + this.columnT2546100 = base.Columns["T2546100"]; + this.columnT2546101 = base.Columns["T2546101"]; + this.columnT2546200 = base.Columns["T2546200"]; + this.columnT2546201 = base.Columns["T2546201"]; + this.columnT2546300 = base.Columns["T2546300"]; + this.columnT2546301 = base.Columns["T2546301"]; + this.columnT2546400 = base.Columns["T2546400"]; + this.columnT2546401 = base.Columns["T2546401"]; + this.columnT2546500 = base.Columns["T2546500"]; + this.columnT2546501 = base.Columns["T2546501"]; + this.columnT2546600 = base.Columns["T2546600"]; + this.columnT2546601 = base.Columns["T2546601"]; + this.columnT2546700 = base.Columns["T2546700"]; + this.columnT2546701 = base.Columns["T2546701"]; + this.columnT3529500 = base.Columns["T3529500"]; + this.columnT3529600 = base.Columns["T3529600"]; + this.columnT3529700 = base.Columns["T3529700"]; + this.columnT3529800 = base.Columns["T3529800"]; + this.columnT3529900 = base.Columns["T3529900"]; + this.columnT3530000 = base.Columns["T3530000"]; + this.columnT3530100 = base.Columns["T3530100"]; + this.columnT3530200 = base.Columns["T3530200"]; + this.columnT3530300 = base.Columns["T3530300"]; + this.columnT3530400 = base.Columns["T3530400"]; + this.columnT3532500 = base.Columns["T3532500"]; + this.columnT3532501 = base.Columns["T3532501"]; + this.columnT3532600 = base.Columns["T3532600"]; + this.columnT3532601 = base.Columns["T3532601"]; + this.columnT3532700 = base.Columns["T3532700"]; + this.columnT3532701 = base.Columns["T3532701"]; + this.columnT3532800 = base.Columns["T3532800"]; + this.columnT3532801 = base.Columns["T3532801"]; + this.columnT3532900 = base.Columns["T3532900"]; + this.columnT3532901 = base.Columns["T3532901"]; + this.columnT3533000 = base.Columns["T3533000"]; + this.columnT3533001 = base.Columns["T3533001"]; + this.columnT3533100 = base.Columns["T3533100"]; + this.columnT3533101 = base.Columns["T3533101"]; + this.columnT4498100 = base.Columns["T4498100"]; + this.columnT4498200 = base.Columns["T4498200"]; + this.columnT4498300 = base.Columns["T4498300"]; + this.columnT4498400 = base.Columns["T4498400"]; + this.columnT4498500 = base.Columns["T4498500"]; + this.columnT4498600 = base.Columns["T4498600"]; + this.columnT4498700 = base.Columns["T4498700"]; + this.columnT4498800 = base.Columns["T4498800"]; + this.columnT4498900 = base.Columns["T4498900"]; + this.columnT4499000 = base.Columns["T4499000"]; + this.columnT4503700 = base.Columns["T4503700"]; + this.columnT4503701 = base.Columns["T4503701"]; + this.columnT4503800 = base.Columns["T4503800"]; + this.columnT4503801 = base.Columns["T4503801"]; + this.columnT4503900 = base.Columns["T4503900"]; + this.columnT4503901 = base.Columns["T4503901"]; + this.columnT4504000 = base.Columns["T4504000"]; + this.columnT4504001 = base.Columns["T4504001"]; + this.columnT4504100 = base.Columns["T4504100"]; + this.columnT4504101 = base.Columns["T4504101"]; + this.columnT4504200 = base.Columns["T4504200"]; + this.columnT4504201 = base.Columns["T4504201"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0903900 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.Y0903900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0903900\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.Y0903900Column] = value; - } + private void InitClass() { + this.columnR0000100 = new global::System.Data.DataColumn("R0000100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR0000100); + this.columnR1373400 = new global::System.Data.DataColumn("R1373400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR1373400); + this.columnR1374100 = new global::System.Data.DataColumn("R1374100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR1374100); + this.columnR1374800 = new global::System.Data.DataColumn("R1374800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR1374800); + this.columnR1375500 = new global::System.Data.DataColumn("R1375500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR1375500); + this.columnR1376200 = new global::System.Data.DataColumn("R1376200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR1376200); + this.columnR1376900 = new global::System.Data.DataColumn("R1376900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR1376900); + this.columnR1377600 = new global::System.Data.DataColumn("R1377600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR1377600); + this.columnR1753800 = new global::System.Data.DataColumn("R1753800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR1753800); + this.columnR1754500 = new global::System.Data.DataColumn("R1754500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR1754500); + this.columnR1755200 = new global::System.Data.DataColumn("R1755200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR1755200); + this.columnR1755900 = new global::System.Data.DataColumn("R1755900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR1755900); + this.columnR1756600 = new global::System.Data.DataColumn("R1756600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR1756600); + this.columnR1757300 = new global::System.Data.DataColumn("R1757300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR1757300); + this.columnR1758000 = new global::System.Data.DataColumn("R1758000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR1758000); + this.columnR2095800 = new global::System.Data.DataColumn("R2095800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2095800); + this.columnR2096500 = new global::System.Data.DataColumn("R2096500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2096500); + this.columnR2097200 = new global::System.Data.DataColumn("R2097200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2097200); + this.columnR2097900 = new global::System.Data.DataColumn("R2097900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2097900); + this.columnR2098600 = new global::System.Data.DataColumn("R2098600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2098600); + this.columnR2099300 = new global::System.Data.DataColumn("R2099300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2099300); + this.columnR2100000 = new global::System.Data.DataColumn("R2100000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2100000); + this.columnR2648100 = new global::System.Data.DataColumn("R2648100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2648100); + this.columnR2648800 = new global::System.Data.DataColumn("R2648800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2648800); + this.columnR2649500 = new global::System.Data.DataColumn("R2649500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2649500); + this.columnR2650200 = new global::System.Data.DataColumn("R2650200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2650200); + this.columnR2650900 = new global::System.Data.DataColumn("R2650900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2650900); + this.columnR2651600 = new global::System.Data.DataColumn("R2651600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2651600); + this.columnR2652300 = new global::System.Data.DataColumn("R2652300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR2652300); + this.columnR3256000 = new global::System.Data.DataColumn("R3256000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3256000); + this.columnR3257800 = new global::System.Data.DataColumn("R3257800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3257800); + this.columnR3259600 = new global::System.Data.DataColumn("R3259600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3259600); + this.columnR3261400 = new global::System.Data.DataColumn("R3261400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3261400); + this.columnR3263200 = new global::System.Data.DataColumn("R3263200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3263200); + this.columnR3265000 = new global::System.Data.DataColumn("R3265000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3265000); + this.columnR3266800 = new global::System.Data.DataColumn("R3266800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3266800); + this.columnR3771900 = new global::System.Data.DataColumn("R3771900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3771900); + this.columnR3772200 = new global::System.Data.DataColumn("R3772200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3772200); + this.columnR3772300 = new global::System.Data.DataColumn("R3772300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3772300); + this.columnR3774000 = new global::System.Data.DataColumn("R3774000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3774000); + this.columnR3774300 = new global::System.Data.DataColumn("R3774300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3774300); + this.columnR3774400 = new global::System.Data.DataColumn("R3774400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3774400); + this.columnR3776100 = new global::System.Data.DataColumn("R3776100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3776100); + this.columnR3776400 = new global::System.Data.DataColumn("R3776400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3776400); + this.columnR3776500 = new global::System.Data.DataColumn("R3776500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3776500); + this.columnR3778200 = new global::System.Data.DataColumn("R3778200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3778200); + this.columnR3778500 = new global::System.Data.DataColumn("R3778500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3778500); + this.columnR3778600 = new global::System.Data.DataColumn("R3778600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3778600); + this.columnR3780300 = new global::System.Data.DataColumn("R3780300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3780300); + this.columnR3780600 = new global::System.Data.DataColumn("R3780600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3780600); + this.columnR3780700 = new global::System.Data.DataColumn("R3780700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3780700); + this.columnR3782400 = new global::System.Data.DataColumn("R3782400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3782400); + this.columnR3784500 = new global::System.Data.DataColumn("R3784500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR3784500); + this.columnR4276900 = new global::System.Data.DataColumn("R4276900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4276900); + this.columnR4277200 = new global::System.Data.DataColumn("R4277200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4277200); + this.columnR4277201 = new global::System.Data.DataColumn("R4277201", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4277201); + this.columnR4277800 = new global::System.Data.DataColumn("R4277800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4277800); + this.columnR4278100 = new global::System.Data.DataColumn("R4278100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4278100); + this.columnR4278101 = new global::System.Data.DataColumn("R4278101", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4278101); + this.columnR4278700 = new global::System.Data.DataColumn("R4278700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4278700); + this.columnR4279000 = new global::System.Data.DataColumn("R4279000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4279000); + this.columnR4279001 = new global::System.Data.DataColumn("R4279001", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4279001); + this.columnR4279600 = new global::System.Data.DataColumn("R4279600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4279600); + this.columnR4279900 = new global::System.Data.DataColumn("R4279900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4279900); + this.columnR4279901 = new global::System.Data.DataColumn("R4279901", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4279901); + this.columnR4280500 = new global::System.Data.DataColumn("R4280500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4280500); + this.columnR4280800 = new global::System.Data.DataColumn("R4280800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4280800); + this.columnR4280801 = new global::System.Data.DataColumn("R4280801", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4280801); + this.columnR4281400 = new global::System.Data.DataColumn("R4281400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4281400); + this.columnR4282200 = new global::System.Data.DataColumn("R4282200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4282200); + this.columnR4827700 = new global::System.Data.DataColumn("R4827700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4827700); + this.columnR4828000 = new global::System.Data.DataColumn("R4828000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4828000); + this.columnR4828001 = new global::System.Data.DataColumn("R4828001", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4828001); + this.columnR4830700 = new global::System.Data.DataColumn("R4830700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4830700); + this.columnR4831000 = new global::System.Data.DataColumn("R4831000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4831000); + this.columnR4831001 = new global::System.Data.DataColumn("R4831001", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4831001); + this.columnR4833700 = new global::System.Data.DataColumn("R4833700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4833700); + this.columnR4834000 = new global::System.Data.DataColumn("R4834000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4834000); + this.columnR4834001 = new global::System.Data.DataColumn("R4834001", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4834001); + this.columnR4836700 = new global::System.Data.DataColumn("R4836700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4836700); + this.columnR4837000 = new global::System.Data.DataColumn("R4837000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4837000); + this.columnR4837001 = new global::System.Data.DataColumn("R4837001", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4837001); + this.columnR4839700 = new global::System.Data.DataColumn("R4839700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4839700); + this.columnR4840000 = new global::System.Data.DataColumn("R4840000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4840000); + this.columnR4840001 = new global::System.Data.DataColumn("R4840001", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4840001); + this.columnR4842600 = new global::System.Data.DataColumn("R4842600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4842600); + this.columnR4844900 = new global::System.Data.DataColumn("R4844900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4844900); + this.columnR4847200 = new global::System.Data.DataColumn("R4847200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR4847200); + this.columnR5498100 = new global::System.Data.DataColumn("R5498100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5498100); + this.columnR5498400 = new global::System.Data.DataColumn("R5498400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5498400); + this.columnR5498401 = new global::System.Data.DataColumn("R5498401", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5498401); + this.columnR5501100 = new global::System.Data.DataColumn("R5501100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5501100); + this.columnR5501400 = new global::System.Data.DataColumn("R5501400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5501400); + this.columnR5501401 = new global::System.Data.DataColumn("R5501401", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5501401); + this.columnR5504100 = new global::System.Data.DataColumn("R5504100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5504100); + this.columnR5504400 = new global::System.Data.DataColumn("R5504400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5504400); + this.columnR5504401 = new global::System.Data.DataColumn("R5504401", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5504401); + this.columnR5507100 = new global::System.Data.DataColumn("R5507100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5507100); + this.columnR5507400 = new global::System.Data.DataColumn("R5507400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5507400); + this.columnR5507401 = new global::System.Data.DataColumn("R5507401", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5507401); + this.columnR5510100 = new global::System.Data.DataColumn("R5510100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5510100); + this.columnR5510400 = new global::System.Data.DataColumn("R5510400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5510400); + this.columnR5510401 = new global::System.Data.DataColumn("R5510401", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5510401); + this.columnR5513100 = new global::System.Data.DataColumn("R5513100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5513100); + this.columnR5515400 = new global::System.Data.DataColumn("R5515400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5515400); + this.columnR5517700 = new global::System.Data.DataColumn("R5517700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5517700); + this.columnR5519900 = new global::System.Data.DataColumn("R5519900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR5519900); + this.columnR6219500 = new global::System.Data.DataColumn("R6219500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6219500); + this.columnR6219600 = new global::System.Data.DataColumn("R6219600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6219600); + this.columnR6219700 = new global::System.Data.DataColumn("R6219700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6219700); + this.columnR6219800 = new global::System.Data.DataColumn("R6219800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6219800); + this.columnR6219900 = new global::System.Data.DataColumn("R6219900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6219900); + this.columnR6220000 = new global::System.Data.DataColumn("R6220000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6220000); + this.columnR6220100 = new global::System.Data.DataColumn("R6220100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6220100); + this.columnR6220200 = new global::System.Data.DataColumn("R6220200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6220200); + this.columnR6220300 = new global::System.Data.DataColumn("R6220300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6220300); + this.columnR6220400 = new global::System.Data.DataColumn("R6220400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6220400); + this.columnR6222800 = new global::System.Data.DataColumn("R6222800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6222800); + this.columnR6222801 = new global::System.Data.DataColumn("R6222801", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6222801); + this.columnR6222900 = new global::System.Data.DataColumn("R6222900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6222900); + this.columnR6222901 = new global::System.Data.DataColumn("R6222901", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6222901); + this.columnR6223000 = new global::System.Data.DataColumn("R6223000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6223000); + this.columnR6223001 = new global::System.Data.DataColumn("R6223001", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6223001); + this.columnR6223100 = new global::System.Data.DataColumn("R6223100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6223100); + this.columnR6223101 = new global::System.Data.DataColumn("R6223101", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6223101); + this.columnR6223200 = new global::System.Data.DataColumn("R6223200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6223200); + this.columnR6223201 = new global::System.Data.DataColumn("R6223201", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6223201); + this.columnR6223300 = new global::System.Data.DataColumn("R6223300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6223300); + this.columnR6223301 = new global::System.Data.DataColumn("R6223301", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6223301); + this.columnR6773500 = new global::System.Data.DataColumn("R6773500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6773500); + this.columnR6773600 = new global::System.Data.DataColumn("R6773600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6773600); + this.columnR6773700 = new global::System.Data.DataColumn("R6773700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6773700); + this.columnR6773800 = new global::System.Data.DataColumn("R6773800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6773800); + this.columnR6773900 = new global::System.Data.DataColumn("R6773900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6773900); + this.columnR6774000 = new global::System.Data.DataColumn("R6774000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6774000); + this.columnR6774100 = new global::System.Data.DataColumn("R6774100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6774100); + this.columnR6774200 = new global::System.Data.DataColumn("R6774200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6774200); + this.columnR6774300 = new global::System.Data.DataColumn("R6774300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6774300); + this.columnR6774400 = new global::System.Data.DataColumn("R6774400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6774400); + this.columnR6776300 = new global::System.Data.DataColumn("R6776300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6776300); + this.columnR6776301 = new global::System.Data.DataColumn("R6776301", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6776301); + this.columnR6776400 = new global::System.Data.DataColumn("R6776400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6776400); + this.columnR6776401 = new global::System.Data.DataColumn("R6776401", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6776401); + this.columnR6776500 = new global::System.Data.DataColumn("R6776500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6776500); + this.columnR6776501 = new global::System.Data.DataColumn("R6776501", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6776501); + this.columnR6776600 = new global::System.Data.DataColumn("R6776600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6776600); + this.columnR6776601 = new global::System.Data.DataColumn("R6776601", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6776601); + this.columnR6776700 = new global::System.Data.DataColumn("R6776700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6776700); + this.columnR6776701 = new global::System.Data.DataColumn("R6776701", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6776701); + this.columnR6776800 = new global::System.Data.DataColumn("R6776800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6776800); + this.columnR6776801 = new global::System.Data.DataColumn("R6776801", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR6776801); + this.columnR7417900 = new global::System.Data.DataColumn("R7417900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7417900); + this.columnR7418000 = new global::System.Data.DataColumn("R7418000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7418000); + this.columnR7418100 = new global::System.Data.DataColumn("R7418100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7418100); + this.columnR7418200 = new global::System.Data.DataColumn("R7418200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7418200); + this.columnR7418300 = new global::System.Data.DataColumn("R7418300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7418300); + this.columnR7418400 = new global::System.Data.DataColumn("R7418400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7418400); + this.columnR7418500 = new global::System.Data.DataColumn("R7418500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7418500); + this.columnR7418600 = new global::System.Data.DataColumn("R7418600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7418600); + this.columnR7418700 = new global::System.Data.DataColumn("R7418700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7418700); + this.columnR7418800 = new global::System.Data.DataColumn("R7418800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7418800); + this.columnR7420700 = new global::System.Data.DataColumn("R7420700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7420700); + this.columnR7420701 = new global::System.Data.DataColumn("R7420701", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7420701); + this.columnR7420800 = new global::System.Data.DataColumn("R7420800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7420800); + this.columnR7420801 = new global::System.Data.DataColumn("R7420801", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7420801); + this.columnR7420900 = new global::System.Data.DataColumn("R7420900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7420900); + this.columnR7420901 = new global::System.Data.DataColumn("R7420901", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7420901); + this.columnR7421000 = new global::System.Data.DataColumn("R7421000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7421000); + this.columnR7421001 = new global::System.Data.DataColumn("R7421001", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7421001); + this.columnR7421100 = new global::System.Data.DataColumn("R7421100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7421100); + this.columnR7421101 = new global::System.Data.DataColumn("R7421101", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7421101); + this.columnR7421200 = new global::System.Data.DataColumn("R7421200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7421200); + this.columnR7421201 = new global::System.Data.DataColumn("R7421201", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7421201); + this.columnR7421300 = new global::System.Data.DataColumn("R7421300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7421300); + this.columnR7421301 = new global::System.Data.DataColumn("R7421301", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR7421301); + this.columnR8116000 = new global::System.Data.DataColumn("R8116000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8116000); + this.columnR8116100 = new global::System.Data.DataColumn("R8116100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8116100); + this.columnR8116200 = new global::System.Data.DataColumn("R8116200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8116200); + this.columnR8116300 = new global::System.Data.DataColumn("R8116300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8116300); + this.columnR8116400 = new global::System.Data.DataColumn("R8116400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8116400); + this.columnR8116500 = new global::System.Data.DataColumn("R8116500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8116500); + this.columnR8116600 = new global::System.Data.DataColumn("R8116600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8116600); + this.columnR8116700 = new global::System.Data.DataColumn("R8116700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8116700); + this.columnR8116800 = new global::System.Data.DataColumn("R8116800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8116800); + this.columnR8116900 = new global::System.Data.DataColumn("R8116900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8116900); + this.columnR8119000 = new global::System.Data.DataColumn("R8119000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8119000); + this.columnR8119001 = new global::System.Data.DataColumn("R8119001", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8119001); + this.columnR8119100 = new global::System.Data.DataColumn("R8119100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8119100); + this.columnR8119101 = new global::System.Data.DataColumn("R8119101", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8119101); + this.columnR8119200 = new global::System.Data.DataColumn("R8119200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8119200); + this.columnR8119201 = new global::System.Data.DataColumn("R8119201", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8119201); + this.columnR8119300 = new global::System.Data.DataColumn("R8119300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8119300); + this.columnR8119301 = new global::System.Data.DataColumn("R8119301", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8119301); + this.columnR8119400 = new global::System.Data.DataColumn("R8119400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8119400); + this.columnR8119401 = new global::System.Data.DataColumn("R8119401", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8119401); + this.columnR8119500 = new global::System.Data.DataColumn("R8119500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8119500); + this.columnR8119501 = new global::System.Data.DataColumn("R8119501", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnR8119501); + this.columnT0347900 = new global::System.Data.DataColumn("T0347900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0347900); + this.columnT0348000 = new global::System.Data.DataColumn("T0348000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0348000); + this.columnT0348100 = new global::System.Data.DataColumn("T0348100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0348100); + this.columnT0348200 = new global::System.Data.DataColumn("T0348200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0348200); + this.columnT0348300 = new global::System.Data.DataColumn("T0348300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0348300); + this.columnT0348400 = new global::System.Data.DataColumn("T0348400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0348400); + this.columnT0348500 = new global::System.Data.DataColumn("T0348500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0348500); + this.columnT0348600 = new global::System.Data.DataColumn("T0348600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0348600); + this.columnT0348700 = new global::System.Data.DataColumn("T0348700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0348700); + this.columnT0348800 = new global::System.Data.DataColumn("T0348800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0348800); + this.columnT0348900 = new global::System.Data.DataColumn("T0348900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0348900); + this.columnT0351100 = new global::System.Data.DataColumn("T0351100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0351100); + this.columnT0351101 = new global::System.Data.DataColumn("T0351101", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0351101); + this.columnT0351200 = new global::System.Data.DataColumn("T0351200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0351200); + this.columnT0351201 = new global::System.Data.DataColumn("T0351201", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0351201); + this.columnT0351300 = new global::System.Data.DataColumn("T0351300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0351300); + this.columnT0351301 = new global::System.Data.DataColumn("T0351301", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0351301); + this.columnT0351400 = new global::System.Data.DataColumn("T0351400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0351400); + this.columnT0351401 = new global::System.Data.DataColumn("T0351401", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0351401); + this.columnT0351500 = new global::System.Data.DataColumn("T0351500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0351500); + this.columnT0351501 = new global::System.Data.DataColumn("T0351501", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0351501); + this.columnT0351600 = new global::System.Data.DataColumn("T0351600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0351600); + this.columnT0351601 = new global::System.Data.DataColumn("T0351601", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0351601); + this.columnT0351700 = new global::System.Data.DataColumn("T0351700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0351700); + this.columnT0351701 = new global::System.Data.DataColumn("T0351701", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0351701); + this.columnT0351800 = new global::System.Data.DataColumn("T0351800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0351800); + this.columnT0351801 = new global::System.Data.DataColumn("T0351801", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT0351801); + this.columnT1497300 = new global::System.Data.DataColumn("T1497300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1497300); + this.columnT1497400 = new global::System.Data.DataColumn("T1497400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1497400); + this.columnT1497500 = new global::System.Data.DataColumn("T1497500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1497500); + this.columnT1497600 = new global::System.Data.DataColumn("T1497600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1497600); + this.columnT1497700 = new global::System.Data.DataColumn("T1497700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1497700); + this.columnT1497800 = new global::System.Data.DataColumn("T1497800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1497800); + this.columnT1497900 = new global::System.Data.DataColumn("T1497900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1497900); + this.columnT1498000 = new global::System.Data.DataColumn("T1498000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1498000); + this.columnT1498100 = new global::System.Data.DataColumn("T1498100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1498100); + this.columnT1498200 = new global::System.Data.DataColumn("T1498200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1498200); + this.columnT1498300 = new global::System.Data.DataColumn("T1498300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1498300); + this.columnT1500500 = new global::System.Data.DataColumn("T1500500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1500500); + this.columnT1500501 = new global::System.Data.DataColumn("T1500501", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1500501); + this.columnT1500600 = new global::System.Data.DataColumn("T1500600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1500600); + this.columnT1500601 = new global::System.Data.DataColumn("T1500601", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1500601); + this.columnT1500700 = new global::System.Data.DataColumn("T1500700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1500700); + this.columnT1500701 = new global::System.Data.DataColumn("T1500701", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1500701); + this.columnT1500800 = new global::System.Data.DataColumn("T1500800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1500800); + this.columnT1500801 = new global::System.Data.DataColumn("T1500801", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1500801); + this.columnT1500900 = new global::System.Data.DataColumn("T1500900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1500900); + this.columnT1500901 = new global::System.Data.DataColumn("T1500901", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1500901); + this.columnT1501000 = new global::System.Data.DataColumn("T1501000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1501000); + this.columnT1501001 = new global::System.Data.DataColumn("T1501001", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT1501001); + this.columnT2543200 = new global::System.Data.DataColumn("T2543200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2543200); + this.columnT2543300 = new global::System.Data.DataColumn("T2543300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2543300); + this.columnT2543400 = new global::System.Data.DataColumn("T2543400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2543400); + this.columnT2543500 = new global::System.Data.DataColumn("T2543500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2543500); + this.columnT2543600 = new global::System.Data.DataColumn("T2543600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2543600); + this.columnT2543700 = new global::System.Data.DataColumn("T2543700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2543700); + this.columnT2543800 = new global::System.Data.DataColumn("T2543800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2543800); + this.columnT2543900 = new global::System.Data.DataColumn("T2543900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2543900); + this.columnT2544000 = new global::System.Data.DataColumn("T2544000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2544000); + this.columnT2544100 = new global::System.Data.DataColumn("T2544100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2544100); + this.columnT2546100 = new global::System.Data.DataColumn("T2546100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2546100); + this.columnT2546101 = new global::System.Data.DataColumn("T2546101", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2546101); + this.columnT2546200 = new global::System.Data.DataColumn("T2546200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2546200); + this.columnT2546201 = new global::System.Data.DataColumn("T2546201", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2546201); + this.columnT2546300 = new global::System.Data.DataColumn("T2546300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2546300); + this.columnT2546301 = new global::System.Data.DataColumn("T2546301", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2546301); + this.columnT2546400 = new global::System.Data.DataColumn("T2546400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2546400); + this.columnT2546401 = new global::System.Data.DataColumn("T2546401", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2546401); + this.columnT2546500 = new global::System.Data.DataColumn("T2546500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2546500); + this.columnT2546501 = new global::System.Data.DataColumn("T2546501", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2546501); + this.columnT2546600 = new global::System.Data.DataColumn("T2546600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2546600); + this.columnT2546601 = new global::System.Data.DataColumn("T2546601", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2546601); + this.columnT2546700 = new global::System.Data.DataColumn("T2546700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2546700); + this.columnT2546701 = new global::System.Data.DataColumn("T2546701", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT2546701); + this.columnT3529500 = new global::System.Data.DataColumn("T3529500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3529500); + this.columnT3529600 = new global::System.Data.DataColumn("T3529600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3529600); + this.columnT3529700 = new global::System.Data.DataColumn("T3529700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3529700); + this.columnT3529800 = new global::System.Data.DataColumn("T3529800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3529800); + this.columnT3529900 = new global::System.Data.DataColumn("T3529900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3529900); + this.columnT3530000 = new global::System.Data.DataColumn("T3530000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3530000); + this.columnT3530100 = new global::System.Data.DataColumn("T3530100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3530100); + this.columnT3530200 = new global::System.Data.DataColumn("T3530200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3530200); + this.columnT3530300 = new global::System.Data.DataColumn("T3530300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3530300); + this.columnT3530400 = new global::System.Data.DataColumn("T3530400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3530400); + this.columnT3532500 = new global::System.Data.DataColumn("T3532500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3532500); + this.columnT3532501 = new global::System.Data.DataColumn("T3532501", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3532501); + this.columnT3532600 = new global::System.Data.DataColumn("T3532600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3532600); + this.columnT3532601 = new global::System.Data.DataColumn("T3532601", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3532601); + this.columnT3532700 = new global::System.Data.DataColumn("T3532700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3532700); + this.columnT3532701 = new global::System.Data.DataColumn("T3532701", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3532701); + this.columnT3532800 = new global::System.Data.DataColumn("T3532800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3532800); + this.columnT3532801 = new global::System.Data.DataColumn("T3532801", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3532801); + this.columnT3532900 = new global::System.Data.DataColumn("T3532900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3532900); + this.columnT3532901 = new global::System.Data.DataColumn("T3532901", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3532901); + this.columnT3533000 = new global::System.Data.DataColumn("T3533000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3533000); + this.columnT3533001 = new global::System.Data.DataColumn("T3533001", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3533001); + this.columnT3533100 = new global::System.Data.DataColumn("T3533100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3533100); + this.columnT3533101 = new global::System.Data.DataColumn("T3533101", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT3533101); + this.columnT4498100 = new global::System.Data.DataColumn("T4498100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4498100); + this.columnT4498200 = new global::System.Data.DataColumn("T4498200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4498200); + this.columnT4498300 = new global::System.Data.DataColumn("T4498300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4498300); + this.columnT4498400 = new global::System.Data.DataColumn("T4498400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4498400); + this.columnT4498500 = new global::System.Data.DataColumn("T4498500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4498500); + this.columnT4498600 = new global::System.Data.DataColumn("T4498600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4498600); + this.columnT4498700 = new global::System.Data.DataColumn("T4498700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4498700); + this.columnT4498800 = new global::System.Data.DataColumn("T4498800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4498800); + this.columnT4498900 = new global::System.Data.DataColumn("T4498900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4498900); + this.columnT4499000 = new global::System.Data.DataColumn("T4499000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4499000); + this.columnT4503700 = new global::System.Data.DataColumn("T4503700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4503700); + this.columnT4503701 = new global::System.Data.DataColumn("T4503701", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4503701); + this.columnT4503800 = new global::System.Data.DataColumn("T4503800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4503800); + this.columnT4503801 = new global::System.Data.DataColumn("T4503801", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4503801); + this.columnT4503900 = new global::System.Data.DataColumn("T4503900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4503900); + this.columnT4503901 = new global::System.Data.DataColumn("T4503901", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4503901); + this.columnT4504000 = new global::System.Data.DataColumn("T4504000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4504000); + this.columnT4504001 = new global::System.Data.DataColumn("T4504001", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4504001); + this.columnT4504100 = new global::System.Data.DataColumn("T4504100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4504100); + this.columnT4504101 = new global::System.Data.DataColumn("T4504101", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4504101); + this.columnT4504200 = new global::System.Data.DataColumn("T4504200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4504200); + this.columnT4504201 = new global::System.Data.DataColumn("T4504201", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnT4504201); + this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { + this.columnR0000100}, true)); + this.columnR0000100.AllowDBNull = false; + this.columnR0000100.Unique = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0904000 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.Y0904000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0904000\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.Y0904000Column] = value; - } + public tblGen2FatherFromGen1DeathRow NewtblGen2FatherFromGen1DeathRow() { + return ((tblGen2FatherFromGen1DeathRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1150800 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.Y1150800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1150800\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.Y1150800Column] = value; - } + protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { + return new tblGen2FatherFromGen1DeathRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1150900 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.Y1150900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1150900\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.Y1150900Column] = value; - } + protected override global::System.Type GetRowType() { + return typeof(tblGen2FatherFromGen1DeathRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1385800 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.Y1385800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1385800\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.Y1385800Column] = value; + protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowChanged(e); + if ((this.tblGen2FatherFromGen1DeathRowChanged != null)) { + this.tblGen2FatherFromGen1DeathRowChanged(this, new tblGen2FatherFromGen1DeathRowChangeEvent(((tblGen2FatherFromGen1DeathRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1385900 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.Y1385900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1385900\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.Y1385900Column] = value; + protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowChanging(e); + if ((this.tblGen2FatherFromGen1DeathRowChanging != null)) { + this.tblGen2FatherFromGen1DeathRowChanging(this, new tblGen2FatherFromGen1DeathRowChangeEvent(((tblGen2FatherFromGen1DeathRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1637500 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.Y1637500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1637500\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.Y1637500Column] = value; + protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowDeleted(e); + if ((this.tblGen2FatherFromGen1DeathRowDeleted != null)) { + this.tblGen2FatherFromGen1DeathRowDeleted(this, new tblGen2FatherFromGen1DeathRowChangeEvent(((tblGen2FatherFromGen1DeathRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1637600 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.Y1637600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1637600\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.Y1637600Column] = value; + protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowDeleting(e); + if ((this.tblGen2FatherFromGen1DeathRowDeleting != null)) { + this.tblGen2FatherFromGen1DeathRowDeleting(this, new tblGen2FatherFromGen1DeathRowChangeEvent(((tblGen2FatherFromGen1DeathRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1891100 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.Y1891100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1891100\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.Y1891100Column] = value; - } + public void RemovetblGen2FatherFromGen1DeathRow(tblGen2FatherFromGen1DeathRow row) { + this.Rows.Remove(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1891200 { - get { + 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(); + ImportDataSet ds = new ImportDataSet(); + 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 = "tblGen2FatherFromGen1DeathDataTable"; + 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 { - return ((int)(this[this.tabletblGen2OutcomesHeight.Y1891200Column])); + 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; + } + } + } } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1891200\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); + finally { + if ((s1 != null)) { + s1.Close(); + } + if ((s2 != null)) { + s2.Close(); + } } } - set { - this[this.tabletblGen2OutcomesHeight.Y1891200Column] = value; - } + xs.Add(dsSchema); + return type; } + } + + /// + ///Represents the strongly named DataTable class. + /// + [global::System.Serializable()] + [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] + public partial class tblGen2ImplicitFatherDataTable : global::System.Data.TypedTableBase { - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y2207000 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.Y2207000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y2207000\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.Y2207000Column] = value; - } - } + private global::System.Data.DataColumn columnC0000100; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y2207100 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.Y2207100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y2207100\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.Y2207100Column] = value; - } - } + private global::System.Data.DataColumn columnC0000200; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y2544700 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.Y2544700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y2544700\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.Y2544700Column] = value; - } - } + private global::System.Data.DataColumn columnC0005300; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y2544800 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesHeight.Y2544800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y2544800\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesHeight.Y2544800Column] = value; - } - } + private global::System.Data.DataColumn columnC0005400; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0000200Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.C0000200Column); - } + private global::System.Data.DataColumn columnC0005700; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0000200Null() { - this[this.tabletblGen2OutcomesHeight.C0000200Column] = global::System.Convert.DBNull; - } + private global::System.Data.DataColumn columnC0008100; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0005300Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.C0005300Column); - } + private global::System.Data.DataColumn columnC0008200; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0005300Null() { - this[this.tabletblGen2OutcomesHeight.C0005300Column] = global::System.Convert.DBNull; - } + private global::System.Data.DataColumn columnC0008300; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0005400Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.C0005400Column); - } + private global::System.Data.DataColumn columnC0008600; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0005400Null() { - this[this.tabletblGen2OutcomesHeight.C0005400Column] = global::System.Convert.DBNull; - } + private global::System.Data.DataColumn columnC0008700; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0005700Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.C0005700Column); - } + private global::System.Data.DataColumn columnC0008800; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0005700Null() { - this[this.tabletblGen2OutcomesHeight.C0005700Column] = global::System.Convert.DBNull; - } + private global::System.Data.DataColumn columnC0009100; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0577600Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.C0577600Column); - } + private global::System.Data.DataColumn columnC0009200; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0577600Null() { - this[this.tabletblGen2OutcomesHeight.C0577600Column] = global::System.Convert.DBNull; - } + private global::System.Data.DataColumn columnC0009300; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0606300Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.C0606300Column); - } + private global::System.Data.DataColumn columnC0009600; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0606300Null() { - this[this.tabletblGen2OutcomesHeight.C0606300Column] = global::System.Convert.DBNull; - } + private global::System.Data.DataColumn columnC0009700; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0606400Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.C0606400Column); - } + private global::System.Data.DataColumn columnC0009800; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0606400Null() { - this[this.tabletblGen2OutcomesHeight.C0606400Column] = global::System.Convert.DBNull; - } + private global::System.Data.DataColumn columnC0009900; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0826400Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.C0826400Column); - } + private global::System.Data.DataColumn columnC0010110; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0826400Null() { - this[this.tabletblGen2OutcomesHeight.C0826400Column] = global::System.Convert.DBNull; - } + private global::System.Data.DataColumn columnC0010200; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0826500Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.C0826500Column); - } + private global::System.Data.DataColumn columnC0010300; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0826500Null() { - this[this.tabletblGen2OutcomesHeight.C0826500Column] = global::System.Convert.DBNull; - } + private global::System.Data.DataColumn columnC0010400; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC1016700Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.C1016700Column); - } + private global::System.Data.DataColumn columnC0010700; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC1016700Null() { - this[this.tabletblGen2OutcomesHeight.C1016700Column] = global::System.Convert.DBNull; - } + private global::System.Data.DataColumn columnC0010800; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC1016800Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.C1016800Column); - } + private global::System.Data.DataColumn columnC0010900; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC1016800Null() { - this[this.tabletblGen2OutcomesHeight.C1016800Column] = global::System.Convert.DBNull; - } + private global::System.Data.DataColumn columnC0011110; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC1220200Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.C1220200Column); - } + private global::System.Data.DataColumn columnC0011111; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC1220200Null() { - this[this.tabletblGen2OutcomesHeight.C1220200Column] = global::System.Convert.DBNull; - } + private global::System.Data.DataColumn columnC0011112; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC1220300Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.C1220300Column); - } + private global::System.Data.DataColumn columnC0011113; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC1220300Null() { - this[this.tabletblGen2OutcomesHeight.C1220300Column] = global::System.Convert.DBNull; - } + private global::System.Data.DataColumn columnC0011114; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC1532700Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.C1532700Column); - } + private global::System.Data.DataColumn columnC0011117; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC1532700Null() { - this[this.tabletblGen2OutcomesHeight.C1532700Column] = global::System.Convert.DBNull; - } + private global::System.Data.DataColumn columnC0011118; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC1532800Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.C1532800Column); - } + private global::System.Data.DataColumn columnC0011119; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC1532800Null() { - this[this.tabletblGen2OutcomesHeight.C1532800Column] = global::System.Convert.DBNull; - } + private global::System.Data.DataColumn columnC0011122; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC1779300Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.C1779300Column); - } + private global::System.Data.DataColumn columnC0011123; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC1779300Null() { - this[this.tabletblGen2OutcomesHeight.C1779300Column] = global::System.Convert.DBNull; - } + private global::System.Data.DataColumn columnC0011124; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC1779400Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.C1779400Column); - } + private global::System.Data.DataColumn columnC0011127; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC1779400Null() { - this[this.tabletblGen2OutcomesHeight.C1779400Column] = global::System.Convert.DBNull; - } + private global::System.Data.DataColumn columnC0011128; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC2288500Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.C2288500Column); - } + private global::System.Data.DataColumn columnC0011129; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC2288500Null() { - this[this.tabletblGen2OutcomesHeight.C2288500Column] = global::System.Convert.DBNull; - } + private global::System.Data.DataColumn columnC0011132; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC2288600Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.C2288600Column); - } + private global::System.Data.DataColumn columnC0011133; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC2288600Null() { - this[this.tabletblGen2OutcomesHeight.C2288600Column] = global::System.Convert.DBNull; - } + private global::System.Data.DataColumn columnC0011134; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC2552300Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.C2552300Column); - } + private global::System.Data.DataColumn columnC0011137; + + private global::System.Data.DataColumn columnC0011138; + + private global::System.Data.DataColumn columnC0011139; + + private global::System.Data.DataColumn columnC0011142; + + private global::System.Data.DataColumn columnC0011143; + + private global::System.Data.DataColumn columnC0011144; + + private global::System.Data.DataColumn columnC3070500; + + private global::System.Data.DataColumn columnC3423600; + + private global::System.Data.DataColumn columnC3601100; + + private global::System.Data.DataColumn columnC3601700; + + private global::System.Data.DataColumn columnC3601800; + + private global::System.Data.DataColumn columnC3601900; + + private global::System.Data.DataColumn columnC3605900; + + private global::System.Data.DataColumn columnC3981100; + + private global::System.Data.DataColumn columnC3981700; + + private global::System.Data.DataColumn columnC3981800; + + private global::System.Data.DataColumn columnC3981900; + + private global::System.Data.DataColumn columnC5156100; + + private global::System.Data.DataColumn columnC5525500; + + private global::System.Data.DataColumn columnC5525600; + + private global::System.Data.DataColumn columnC5525700; + + private global::System.Data.DataColumn columnC5733200; + + private global::System.Data.DataColumn columnC5801800; + + private global::System.Data.DataColumn columnC5801900; + + private global::System.Data.DataColumn columnC5802000; + + private global::System.Data.DataColumn columnC6006200; + + private global::System.Data.DataColumn columnY0003200; + + private global::System.Data.DataColumn columnY0007300; + + private global::System.Data.DataColumn columnY0007400; + + private global::System.Data.DataColumn columnY0007600; + + private global::System.Data.DataColumn columnY0007601; + + private global::System.Data.DataColumn columnY0008000; + + private global::System.Data.DataColumn columnY0008500; + + private global::System.Data.DataColumn columnY0008600; + + private global::System.Data.DataColumn columnY0009400; + + private global::System.Data.DataColumn columnY0394100; + + private global::System.Data.DataColumn columnY0394300; + + private global::System.Data.DataColumn columnY0394500; + + private global::System.Data.DataColumn columnY0394501; + + private global::System.Data.DataColumn columnY0394900; + + private global::System.Data.DataColumn columnY0651000; + + private global::System.Data.DataColumn columnY0682500; + + private global::System.Data.DataColumn columnY0683800; + + private global::System.Data.DataColumn columnY0683900; + + private global::System.Data.DataColumn columnY0684100; + + private global::System.Data.DataColumn columnY0684101; + + private global::System.Data.DataColumn columnY0684500; + + private global::System.Data.DataColumn columnY0947100; + + private global::System.Data.DataColumn columnY0986200; + + private global::System.Data.DataColumn columnY0986700; + + private global::System.Data.DataColumn columnY0988800; + + private global::System.Data.DataColumn columnY0988900; + + private global::System.Data.DataColumn columnY0989400; + + private global::System.Data.DataColumn columnY0989401; + + private global::System.Data.DataColumn columnY0989900; + + private global::System.Data.DataColumn columnY1229100; + + private global::System.Data.DataColumn columnY1229200; + + private global::System.Data.DataColumn columnY1229700; + + private global::System.Data.DataColumn columnY1229701; + + private global::System.Data.DataColumn columnY1264300; + + private global::System.Data.DataColumn columnY1265300; + + private global::System.Data.DataColumn columnY1458900; + + private global::System.Data.DataColumn columnY1459400; + + private global::System.Data.DataColumn columnY1459401; + + private global::System.Data.DataColumn columnY1629500; + + private global::System.Data.DataColumn columnY1704000; + + private global::System.Data.DataColumn columnY1704500; + + private global::System.Data.DataColumn columnY1704501; + + private global::System.Data.DataColumn columnY1707300; + + private global::System.Data.DataColumn columnY1883300; + + private global::System.Data.DataColumn columnY1989500; + + private global::System.Data.DataColumn columnY1990000; + + private global::System.Data.DataColumn columnY1990001; + + private global::System.Data.DataColumn columnY1992900; + + private global::System.Data.DataColumn columnY2197500; + + private global::System.Data.DataColumn columnY2308300; + + private global::System.Data.DataColumn columnY2308800; + + private global::System.Data.DataColumn columnY2308801; + + private global::System.Data.DataColumn columnY2311700; + + private global::System.Data.DataColumn columnY2531800; + + private global::System.Data.DataColumn columnY2641000; + + private global::System.Data.DataColumn columnY2641500; + + private global::System.Data.DataColumn columnY2641501; + + private global::System.Data.DataColumn columnY2644400; + + private global::System.Data.DataColumn columnY2880000; + + private global::System.Data.DataColumn columnY2998200; + + private global::System.Data.DataColumn columnY2998700; + + private global::System.Data.DataColumn columnY2998701; + + private global::System.Data.DataColumn columnY3001600; + + private global::System.Data.DataColumn columnY3249900; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC2552300Null() { - this[this.tabletblGen2OutcomesHeight.C2552300Column] = global::System.Convert.DBNull; + public tblGen2ImplicitFatherDataTable() { + this.TableName = "tblGen2ImplicitFather"; + this.BeginInit(); + this.InitClass(); + this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC2820900Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.C2820900Column); + internal tblGen2ImplicitFatherDataTable(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")] - public void SetC2820900Null() { - this[this.tabletblGen2OutcomesHeight.C2820900Column] = global::System.Convert.DBNull; + protected tblGen2ImplicitFatherDataTable(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 bool IsC3130400Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.C3130400Column); + public global::System.Data.DataColumn C0000100Column { + get { + return this.columnC0000100; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC3130400Null() { - this[this.tabletblGen2OutcomesHeight.C3130400Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn C0000200Column { + get { + return this.columnC0000200; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC3553400Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.C3553400Column); + public global::System.Data.DataColumn C0005300Column { + get { + return this.columnC0005300; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC3553400Null() { - this[this.tabletblGen2OutcomesHeight.C3553400Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn C0005400Column { + get { + return this.columnC0005400; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC3634500Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.C3634500Column); + public global::System.Data.DataColumn C0005700Column { + get { + return this.columnC0005700; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC3634500Null() { - this[this.tabletblGen2OutcomesHeight.C3634500Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn C0008100Column { + get { + return this.columnC0008100; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC3898000Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.C3898000Column); + public global::System.Data.DataColumn C0008200Column { + get { + return this.columnC0008200; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC3898000Null() { - this[this.tabletblGen2OutcomesHeight.C3898000Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn C0008300Column { + get { + return this.columnC0008300; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC4013000Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.C4013000Column); + public global::System.Data.DataColumn C0008600Column { + get { + return this.columnC0008600; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC4013000Null() { - this[this.tabletblGen2OutcomesHeight.C4013000Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn C0008700Column { + get { + return this.columnC0008700; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC5147900Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.C5147900Column); + public global::System.Data.DataColumn C0008800Column { + get { + return this.columnC0008800; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC5147900Null() { - this[this.tabletblGen2OutcomesHeight.C5147900Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn C0009100Column { + get { + return this.columnC0009100; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0308300Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.Y0308300Column); + public global::System.Data.DataColumn C0009200Column { + get { + return this.columnC0009200; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0308300Null() { - this[this.tabletblGen2OutcomesHeight.Y0308300Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn C0009300Column { + get { + return this.columnC0009300; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0308400Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.Y0308400Column); + public global::System.Data.DataColumn C0009600Column { + get { + return this.columnC0009600; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0308400Null() { - this[this.tabletblGen2OutcomesHeight.Y0308400Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn C0009700Column { + get { + return this.columnC0009700; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0609600Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.Y0609600Column); + public global::System.Data.DataColumn C0009800Column { + get { + return this.columnC0009800; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0609600Null() { - this[this.tabletblGen2OutcomesHeight.Y0609600Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn C0009900Column { + get { + return this.columnC0009900; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0609700Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.Y0609700Column); + public global::System.Data.DataColumn C0010110Column { + get { + return this.columnC0010110; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0609700Null() { - this[this.tabletblGen2OutcomesHeight.Y0609700Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn C0010200Column { + get { + return this.columnC0010200; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0903900Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.Y0903900Column); + public global::System.Data.DataColumn C0010300Column { + get { + return this.columnC0010300; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0903900Null() { - this[this.tabletblGen2OutcomesHeight.Y0903900Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn C0010400Column { + get { + return this.columnC0010400; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0904000Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.Y0904000Column); + public global::System.Data.DataColumn C0010700Column { + get { + return this.columnC0010700; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0904000Null() { - this[this.tabletblGen2OutcomesHeight.Y0904000Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn C0010800Column { + get { + return this.columnC0010800; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1150800Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.Y1150800Column); + public global::System.Data.DataColumn C0010900Column { + get { + return this.columnC0010900; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1150800Null() { - this[this.tabletblGen2OutcomesHeight.Y1150800Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn C0011110Column { + get { + return this.columnC0011110; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1150900Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.Y1150900Column); + public global::System.Data.DataColumn C0011111Column { + get { + return this.columnC0011111; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1150900Null() { - this[this.tabletblGen2OutcomesHeight.Y1150900Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn C0011112Column { + get { + return this.columnC0011112; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1385800Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.Y1385800Column); + public global::System.Data.DataColumn C0011113Column { + get { + return this.columnC0011113; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1385800Null() { - this[this.tabletblGen2OutcomesHeight.Y1385800Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn C0011114Column { + get { + return this.columnC0011114; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1385900Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.Y1385900Column); + public global::System.Data.DataColumn C0011117Column { + get { + return this.columnC0011117; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1385900Null() { - this[this.tabletblGen2OutcomesHeight.Y1385900Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn C0011118Column { + get { + return this.columnC0011118; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1637500Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.Y1637500Column); + public global::System.Data.DataColumn C0011119Column { + get { + return this.columnC0011119; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1637500Null() { - this[this.tabletblGen2OutcomesHeight.Y1637500Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn C0011122Column { + get { + return this.columnC0011122; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1637600Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.Y1637600Column); + public global::System.Data.DataColumn C0011123Column { + get { + return this.columnC0011123; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1637600Null() { - this[this.tabletblGen2OutcomesHeight.Y1637600Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn C0011124Column { + get { + return this.columnC0011124; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1891100Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.Y1891100Column); + public global::System.Data.DataColumn C0011127Column { + get { + return this.columnC0011127; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1891100Null() { - this[this.tabletblGen2OutcomesHeight.Y1891100Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn C0011128Column { + get { + return this.columnC0011128; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1891200Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.Y1891200Column); + public global::System.Data.DataColumn C0011129Column { + get { + return this.columnC0011129; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1891200Null() { - this[this.tabletblGen2OutcomesHeight.Y1891200Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn C0011132Column { + get { + return this.columnC0011132; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY2207000Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.Y2207000Column); + public global::System.Data.DataColumn C0011133Column { + get { + return this.columnC0011133; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY2207000Null() { - this[this.tabletblGen2OutcomesHeight.Y2207000Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn C0011134Column { + get { + return this.columnC0011134; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY2207100Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.Y2207100Column); + public global::System.Data.DataColumn C0011137Column { + get { + return this.columnC0011137; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY2207100Null() { - this[this.tabletblGen2OutcomesHeight.Y2207100Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn C0011138Column { + get { + return this.columnC0011138; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY2544700Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.Y2544700Column); + public global::System.Data.DataColumn C0011139Column { + get { + return this.columnC0011139; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY2544700Null() { - this[this.tabletblGen2OutcomesHeight.Y2544700Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn C0011142Column { + get { + return this.columnC0011142; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY2544800Null() { - return this.IsNull(this.tabletblGen2OutcomesHeight.Y2544800Column); + public global::System.Data.DataColumn C0011143Column { + get { + return this.columnC0011143; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY2544800Null() { - this[this.tabletblGen2OutcomesHeight.Y2544800Column] = global::System.Convert.DBNull; + public global::System.Data.DataColumn C0011144Column { + get { + return this.columnC0011144; + } } - } - - /// - ///Represents strongly named DataRow class. - /// - public partial class tblGen1ExplicitRow : global::System.Data.DataRow { - - private tblGen1ExplicitDataTable tabletblGen1Explicit; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblGen1ExplicitRow(global::System.Data.DataRowBuilder rb) : - base(rb) { - this.tabletblGen1Explicit = ((tblGen1ExplicitDataTable)(this.Table)); + public global::System.Data.DataColumn C3070500Column { + get { + return this.columnC3070500; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0000100 { + public global::System.Data.DataColumn C3423600Column { get { - return ((int)(this[this.tabletblGen1Explicit.R0000100Column])); - } - set { - this[this.tabletblGen1Explicit.R0000100Column] = value; + return this.columnC3423600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0000149 { + public global::System.Data.DataColumn C3601100Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R0000149Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0000149\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R0000149Column] = value; + return this.columnC3601100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0000150 { + public global::System.Data.DataColumn C3601700Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R0000150Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0000150\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R0000150Column] = value; + return this.columnC3601700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0000151 { + public global::System.Data.DataColumn C3601800Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R0000151Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0000151\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R0000151Column] = value; + return this.columnC3601800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0000152 { + public global::System.Data.DataColumn C3601900Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R0000152Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0000152\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R0000152Column] = value; + return this.columnC3601900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0000153 { + public global::System.Data.DataColumn C3605900Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R0000153Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0000153\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R0000153Column] = value; + return this.columnC3605900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0000154 { + public global::System.Data.DataColumn C3981100Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R0000154Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0000154\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R0000154Column] = value; + return this.columnC3981100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0000155 { + public global::System.Data.DataColumn C3981700Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R0000155Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0000155\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R0000155Column] = value; + return this.columnC3981700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0000156 { + public global::System.Data.DataColumn C3981800Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R0000156Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0000156\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R0000156Column] = value; + return this.columnC3981800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0000157 { + public global::System.Data.DataColumn C3981900Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R0000157Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0000157\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R0000157Column] = value; + return this.columnC3981900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0000158 { + public global::System.Data.DataColumn C5156100Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R0000158Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0000158\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R0000158Column] = value; + return this.columnC5156100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0000159 { + public global::System.Data.DataColumn C5525500Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R0000159Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0000159\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R0000159Column] = value; + return this.columnC5525500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0000162 { + public global::System.Data.DataColumn C5525600Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R0000162Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0000162\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R0000162Column] = value; + return this.columnC5525600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0000163 { + public global::System.Data.DataColumn C5525700Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R0000163Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0000163\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R0000163Column] = value; + return this.columnC5525700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0000164 { + public global::System.Data.DataColumn C5733200Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R0000164Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0000164\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R0000164Column] = value; + return this.columnC5733200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0000165 { + public global::System.Data.DataColumn C5801800Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R0000165Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0000165\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R0000165Column] = value; + return this.columnC5801800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0000166 { + public global::System.Data.DataColumn C5801900Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R0000166Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0000166\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R0000166Column] = value; + return this.columnC5801900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0214700 { + public global::System.Data.DataColumn C5802000Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R0214700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0214700\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R0214700Column] = value; + return this.columnC5802000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0214800 { + public global::System.Data.DataColumn C6006200Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R0214800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0214800\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R0214800Column] = value; + return this.columnC6006200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4125101 { + public global::System.Data.DataColumn Y0003200Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R4125101Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4125101\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R4125101Column] = value; + return this.columnY0003200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4125801 { + public global::System.Data.DataColumn Y0007300Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R4125801Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4125801\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R4125801Column] = value; + return this.columnY0007300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4126501 { + public global::System.Data.DataColumn Y0007400Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R4126501Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4126501\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R4126501Column] = value; + return this.columnY0007400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4127201 { + public global::System.Data.DataColumn Y0007600Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R4127201Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4127201\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R4127201Column] = value; + return this.columnY0007600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4127901 { + public global::System.Data.DataColumn Y0007601Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R4127901Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4127901\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R4127901Column] = value; + return this.columnY0007601; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4128601 { + public global::System.Data.DataColumn Y0008000Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R4128601Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4128601\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R4128601Column] = value; + return this.columnY0008000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4129301 { + public global::System.Data.DataColumn Y0008500Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R4129301Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4129301\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R4129301Column] = value; + return this.columnY0008500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4130001 { + public global::System.Data.DataColumn Y0008600Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R4130001Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4130001\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R4130001Column] = value; + return this.columnY0008600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4130701 { + public global::System.Data.DataColumn Y0009400Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R4130701Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4130701\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R4130701Column] = value; + return this.columnY0009400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4131401 { + public global::System.Data.DataColumn Y0394100Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R4131401Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4131401\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R4131401Column] = value; + return this.columnY0394100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4132101 { + public global::System.Data.DataColumn Y0394300Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R4132101Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4132101\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R4132101Column] = value; + return this.columnY0394300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4132801 { + public global::System.Data.DataColumn Y0394500Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R4132801Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4132801\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R4132801Column] = value; + return this.columnY0394500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4133701 { + public global::System.Data.DataColumn Y0394501Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R4133701Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4133701\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R4133701Column] = value; + return this.columnY0394501; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4521500 { + public global::System.Data.DataColumn Y0394900Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R4521500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4521500\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R4521500Column] = value; + return this.columnY0394900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4521700 { + public global::System.Data.DataColumn Y0651000Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R4521700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4521700\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R4521700Column] = value; + return this.columnY0651000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4521800 { + public global::System.Data.DataColumn Y0682500Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R4521800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4521800\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R4521800Column] = value; + return this.columnY0682500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4521900 { + public global::System.Data.DataColumn Y0683800Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R4521900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4521900\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R4521900Column] = value; + return this.columnY0683800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4522000 { + public global::System.Data.DataColumn Y0683900Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R4522000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4522000\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R4522000Column] = value; + return this.columnY0683900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4522100 { + public global::System.Data.DataColumn Y0684100Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R4522100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4522100\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R4522100Column] = value; + return this.columnY0684100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4522200 { + public global::System.Data.DataColumn Y0684101Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R4522200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4522200\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R4522200Column] = value; + return this.columnY0684101; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4522300 { + public global::System.Data.DataColumn Y0684500Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R4522300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4522300\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R4522300Column] = value; + return this.columnY0684500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4522400 { + public global::System.Data.DataColumn Y0947100Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R4522400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4522400\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R4522400Column] = value; + return this.columnY0947100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4522500 { + public global::System.Data.DataColumn Y0986200Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R4522500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4522500\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R4522500Column] = value; + return this.columnY0986200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4522600 { + public global::System.Data.DataColumn Y0986700Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R4522600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4522600\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R4522600Column] = value; + return this.columnY0986700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4522700 { + public global::System.Data.DataColumn Y0988800Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R4522700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4522700\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R4522700Column] = value; + return this.columnY0988800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4522800 { + public global::System.Data.DataColumn Y0988900Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.R4522800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4522800\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.R4522800Column] = value; + return this.columnY0988900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0002000 { + public global::System.Data.DataColumn Y0989400Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T0002000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0002000\' in table \'tblGen1Explicit\' is DBNull.", e); - } + return this.columnY0989400; } - set { - this[this.tabletblGen1Explicit.T0002000Column] = value; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn Y0989401Column { + get { + return this.columnY0989401; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0002100 { + public global::System.Data.DataColumn Y0989900Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T0002100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0002100\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T0002100Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0002200 { - get { - try { - return ((int)(this[this.tabletblGen1Explicit.T0002200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0002200\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T0002200Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0002300 { - get { - try { - return ((int)(this[this.tabletblGen1Explicit.T0002300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0002300\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T0002300Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0002400 { - get { - try { - return ((int)(this[this.tabletblGen1Explicit.T0002400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0002400\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T0002400Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0002500 { - get { - try { - return ((int)(this[this.tabletblGen1Explicit.T0002500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0002500\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T0002500Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0002600 { - get { - try { - return ((int)(this[this.tabletblGen1Explicit.T0002600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0002600\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T0002600Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0002700 { - get { - try { - return ((int)(this[this.tabletblGen1Explicit.T0002700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0002700\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T0002700Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0002800 { - get { - try { - return ((int)(this[this.tabletblGen1Explicit.T0002800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0002800\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T0002800Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0002900 { - get { - try { - return ((int)(this[this.tabletblGen1Explicit.T0002900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0002900\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T0002900Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0003000 { - get { - try { - return ((int)(this[this.tabletblGen1Explicit.T0003000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0003000\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T0003000Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0003100 { - get { - try { - return ((int)(this[this.tabletblGen1Explicit.T0003100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0003100\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T0003100Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0003200 { - get { - try { - return ((int)(this[this.tabletblGen1Explicit.T0003200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0003200\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T0003200Column] = value; + return this.columnY0989900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0003300 { + public global::System.Data.DataColumn Y1229100Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T0003300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0003300\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T0003300Column] = value; + return this.columnY1229100; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0003400 { + public global::System.Data.DataColumn Y1229200Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T0003400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0003400\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T0003400Column] = value; + return this.columnY1229200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0003500 { + public global::System.Data.DataColumn Y1229700Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T0003500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0003500\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T0003500Column] = value; + return this.columnY1229700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0003600 { + public global::System.Data.DataColumn Y1229701Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T0003600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0003600\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T0003600Column] = value; + return this.columnY1229701; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0003700 { + public global::System.Data.DataColumn Y1264300Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T0003700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0003700\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T0003700Column] = value; + return this.columnY1264300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0003800 { + public global::System.Data.DataColumn Y1265300Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T0003800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0003800\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T0003800Column] = value; + return this.columnY1265300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0003900 { + public global::System.Data.DataColumn Y1458900Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T0003900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0003900\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T0003900Column] = value; + return this.columnY1458900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0004000 { + public global::System.Data.DataColumn Y1459400Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T0004000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0004000\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T0004000Column] = value; + return this.columnY1459400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0004100 { + public global::System.Data.DataColumn Y1459401Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T0004100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0004100\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T0004100Column] = value; + return this.columnY1459401; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0004200 { + public global::System.Data.DataColumn Y1629500Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T0004200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0004200\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T0004200Column] = value; + return this.columnY1629500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0004300 { + public global::System.Data.DataColumn Y1704000Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T0004300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0004300\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T0004300Column] = value; + return this.columnY1704000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0004400 { + public global::System.Data.DataColumn Y1704500Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T0004400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0004400\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T0004400Column] = value; + return this.columnY1704500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0004500 { + public global::System.Data.DataColumn Y1704501Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T0004500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0004500\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T0004500Column] = value; + return this.columnY1704501; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2261500 { + public global::System.Data.DataColumn Y1707300Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T2261500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2261500\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T2261500Column] = value; + return this.columnY1707300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2261600 { + public global::System.Data.DataColumn Y1883300Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T2261600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2261600\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T2261600Column] = value; + return this.columnY1883300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2261700 { + public global::System.Data.DataColumn Y1989500Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T2261700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2261700\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T2261700Column] = value; + return this.columnY1989500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2261800 { + public global::System.Data.DataColumn Y1990000Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T2261800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2261800\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T2261800Column] = value; + return this.columnY1990000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2261900 { + public global::System.Data.DataColumn Y1990001Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T2261900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2261900\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T2261900Column] = value; + return this.columnY1990001; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2262000 { + public global::System.Data.DataColumn Y1992900Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T2262000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2262000\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T2262000Column] = value; + return this.columnY1992900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2262100 { + public global::System.Data.DataColumn Y2197500Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T2262100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2262100\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T2262100Column] = value; + return this.columnY2197500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2262200 { + public global::System.Data.DataColumn Y2308300Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T2262200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2262200\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T2262200Column] = value; + return this.columnY2308300; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2262300 { + public global::System.Data.DataColumn Y2308800Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T2262300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2262300\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T2262300Column] = value; + return this.columnY2308800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2262400 { + public global::System.Data.DataColumn Y2308801Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T2262400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2262400\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T2262400Column] = value; + return this.columnY2308801; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2262500 { + public global::System.Data.DataColumn Y2311700Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T2262500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2262500\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T2262500Column] = value; + return this.columnY2311700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2262600 { + public global::System.Data.DataColumn Y2531800Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T2262600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2262600\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T2262600Column] = value; + return this.columnY2531800; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2262700 { + public global::System.Data.DataColumn Y2641000Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T2262700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2262700\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T2262700Column] = value; + return this.columnY2641000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2262800 { + public global::System.Data.DataColumn Y2641500Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T2262800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2262800\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T2262800Column] = value; + return this.columnY2641500; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2262900 { + public global::System.Data.DataColumn Y2641501Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T2262900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2262900\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T2262900Column] = value; + return this.columnY2641501; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2263000 { + public global::System.Data.DataColumn Y2644400Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T2263000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2263000\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T2263000Column] = value; + return this.columnY2644400; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2263100 { + public global::System.Data.DataColumn Y2880000Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T2263100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2263100\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T2263100Column] = value; + return this.columnY2880000; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2263200 { + public global::System.Data.DataColumn Y2998200Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T2263200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2263200\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T2263200Column] = value; + return this.columnY2998200; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2263300 { + public global::System.Data.DataColumn Y2998700Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T2263300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2263300\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T2263300Column] = value; + return this.columnY2998700; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2263400 { + public global::System.Data.DataColumn Y2998701Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T2263400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2263400\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T2263400Column] = value; + return this.columnY2998701; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2263500 { + public global::System.Data.DataColumn Y3001600Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T2263500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2263500\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T2263500Column] = value; + return this.columnY3001600; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2263600 { + public global::System.Data.DataColumn Y3249900Column { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T2263600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2263600\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T2263600Column] = value; + return this.columnY3249900; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2263700 { + [global::System.ComponentModel.Browsable(false)] + public int Count { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T2263700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2263700\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T2263700Column] = value; + return this.Rows.Count; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2263800 { + public tblGen2ImplicitFatherRow this[int index] { get { - try { - return ((int)(this[this.tabletblGen1Explicit.T2263800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2263800\' in table \'tblGen1Explicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Explicit.T2263800Column] = value; + return ((tblGen2ImplicitFatherRow)(this.Rows[index])); } } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0000149Null() { - return this.IsNull(this.tabletblGen1Explicit.R0000149Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0000149Null() { - this[this.tabletblGen1Explicit.R0000149Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0000150Null() { - return this.IsNull(this.tabletblGen1Explicit.R0000150Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0000150Null() { - this[this.tabletblGen1Explicit.R0000150Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0000151Null() { - return this.IsNull(this.tabletblGen1Explicit.R0000151Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0000151Null() { - this[this.tabletblGen1Explicit.R0000151Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0000152Null() { - return this.IsNull(this.tabletblGen1Explicit.R0000152Column); - } + public event tblGen2ImplicitFatherRowChangeEventHandler tblGen2ImplicitFatherRowChanging; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0000152Null() { - this[this.tabletblGen1Explicit.R0000152Column] = global::System.Convert.DBNull; - } + public event tblGen2ImplicitFatherRowChangeEventHandler tblGen2ImplicitFatherRowChanged; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0000153Null() { - return this.IsNull(this.tabletblGen1Explicit.R0000153Column); - } + public event tblGen2ImplicitFatherRowChangeEventHandler tblGen2ImplicitFatherRowDeleting; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0000153Null() { - this[this.tabletblGen1Explicit.R0000153Column] = global::System.Convert.DBNull; - } + public event tblGen2ImplicitFatherRowChangeEventHandler tblGen2ImplicitFatherRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0000154Null() { - return this.IsNull(this.tabletblGen1Explicit.R0000154Column); + public void AddtblGen2ImplicitFatherRow(tblGen2ImplicitFatherRow row) { + this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0000154Null() { - this[this.tabletblGen1Explicit.R0000154Column] = global::System.Convert.DBNull; + public tblGen2ImplicitFatherRow AddtblGen2ImplicitFatherRow( + int C0000100, + int C0000200, + int C0005300, + int C0005400, + int C0005700, + int C0008100, + int C0008200, + int C0008300, + int C0008600, + int C0008700, + int C0008800, + int C0009100, + int C0009200, + int C0009300, + int C0009600, + int C0009700, + int C0009800, + int C0009900, + int C0010110, + int C0010200, + int C0010300, + int C0010400, + int C0010700, + int C0010800, + int C0010900, + int C0011110, + int C0011111, + int C0011112, + int C0011113, + int C0011114, + int C0011117, + int C0011118, + int C0011119, + int C0011122, + int C0011123, + int C0011124, + int C0011127, + int C0011128, + int C0011129, + int C0011132, + int C0011133, + int C0011134, + int C0011137, + int C0011138, + int C0011139, + int C0011142, + int C0011143, + int C0011144, + int C3070500, + int C3423600, + int C3601100, + int C3601700, + int C3601800, + int C3601900, + int C3605900, + int C3981100, + int C3981700, + int C3981800, + int C3981900, + int C5156100, + int C5525500, + int C5525600, + int C5525700, + int C5733200, + int C5801800, + int C5801900, + int C5802000, + int C6006200, + int Y0003200, + int Y0007300, + int Y0007400, + int Y0007600, + int Y0007601, + int Y0008000, + int Y0008500, + int Y0008600, + int Y0009400, + int Y0394100, + int Y0394300, + int Y0394500, + int Y0394501, + int Y0394900, + int Y0651000, + int Y0682500, + int Y0683800, + int Y0683900, + int Y0684100, + int Y0684101, + int Y0684500, + int Y0947100, + int Y0986200, + int Y0986700, + int Y0988800, + int Y0988900, + int Y0989400, + int Y0989401, + int Y0989900, + int Y1229100, + int Y1229200, + int Y1229700, + int Y1229701, + int Y1264300, + int Y1265300, + int Y1458900, + int Y1459400, + int Y1459401, + int Y1629500, + int Y1704000, + int Y1704500, + int Y1704501, + int Y1707300, + int Y1883300, + int Y1989500, + int Y1990000, + int Y1990001, + int Y1992900, + int Y2197500, + int Y2308300, + int Y2308800, + int Y2308801, + int Y2311700, + int Y2531800, + int Y2641000, + int Y2641500, + int Y2641501, + int Y2644400, + int Y2880000, + int Y2998200, + int Y2998700, + int Y2998701, + int Y3001600, + int Y3249900) { + tblGen2ImplicitFatherRow rowtblGen2ImplicitFatherRow = ((tblGen2ImplicitFatherRow)(this.NewRow())); + object[] columnValuesArray = new object[] { + C0000100, + C0000200, + C0005300, + C0005400, + C0005700, + C0008100, + C0008200, + C0008300, + C0008600, + C0008700, + C0008800, + C0009100, + C0009200, + C0009300, + C0009600, + C0009700, + C0009800, + C0009900, + C0010110, + C0010200, + C0010300, + C0010400, + C0010700, + C0010800, + C0010900, + C0011110, + C0011111, + C0011112, + C0011113, + C0011114, + C0011117, + C0011118, + C0011119, + C0011122, + C0011123, + C0011124, + C0011127, + C0011128, + C0011129, + C0011132, + C0011133, + C0011134, + C0011137, + C0011138, + C0011139, + C0011142, + C0011143, + C0011144, + C3070500, + C3423600, + C3601100, + C3601700, + C3601800, + C3601900, + C3605900, + C3981100, + C3981700, + C3981800, + C3981900, + C5156100, + C5525500, + C5525600, + C5525700, + C5733200, + C5801800, + C5801900, + C5802000, + C6006200, + Y0003200, + Y0007300, + Y0007400, + Y0007600, + Y0007601, + Y0008000, + Y0008500, + Y0008600, + Y0009400, + Y0394100, + Y0394300, + Y0394500, + Y0394501, + Y0394900, + Y0651000, + Y0682500, + Y0683800, + Y0683900, + Y0684100, + Y0684101, + Y0684500, + Y0947100, + Y0986200, + Y0986700, + Y0988800, + Y0988900, + Y0989400, + Y0989401, + Y0989900, + Y1229100, + Y1229200, + Y1229700, + Y1229701, + Y1264300, + Y1265300, + Y1458900, + Y1459400, + Y1459401, + Y1629500, + Y1704000, + Y1704500, + Y1704501, + Y1707300, + Y1883300, + Y1989500, + Y1990000, + Y1990001, + Y1992900, + Y2197500, + Y2308300, + Y2308800, + Y2308801, + Y2311700, + Y2531800, + Y2641000, + Y2641500, + Y2641501, + Y2644400, + Y2880000, + Y2998200, + Y2998700, + Y2998701, + Y3001600, + Y3249900}; + rowtblGen2ImplicitFatherRow.ItemArray = columnValuesArray; + this.Rows.Add(rowtblGen2ImplicitFatherRow); + return rowtblGen2ImplicitFatherRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0000155Null() { - return this.IsNull(this.tabletblGen1Explicit.R0000155Column); + public tblGen2ImplicitFatherRow FindByC0000100(int C0000100) { + return ((tblGen2ImplicitFatherRow)(this.Rows.Find(new object[] { + C0000100}))); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0000155Null() { - this[this.tabletblGen1Explicit.R0000155Column] = global::System.Convert.DBNull; + public override global::System.Data.DataTable Clone() { + tblGen2ImplicitFatherDataTable cln = ((tblGen2ImplicitFatherDataTable)(base.Clone())); + cln.InitVars(); + return cln; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0000156Null() { - return this.IsNull(this.tabletblGen1Explicit.R0000156Column); + protected override global::System.Data.DataTable CreateInstance() { + return new tblGen2ImplicitFatherDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0000156Null() { - this[this.tabletblGen1Explicit.R0000156Column] = global::System.Convert.DBNull; + internal void InitVars() { + this.columnC0000100 = base.Columns["C0000100"]; + this.columnC0000200 = base.Columns["C0000200"]; + this.columnC0005300 = base.Columns["C0005300"]; + this.columnC0005400 = base.Columns["C0005400"]; + this.columnC0005700 = base.Columns["C0005700"]; + this.columnC0008100 = base.Columns["C0008100"]; + this.columnC0008200 = base.Columns["C0008200"]; + this.columnC0008300 = base.Columns["C0008300"]; + this.columnC0008600 = base.Columns["C0008600"]; + this.columnC0008700 = base.Columns["C0008700"]; + this.columnC0008800 = base.Columns["C0008800"]; + this.columnC0009100 = base.Columns["C0009100"]; + this.columnC0009200 = base.Columns["C0009200"]; + this.columnC0009300 = base.Columns["C0009300"]; + this.columnC0009600 = base.Columns["C0009600"]; + this.columnC0009700 = base.Columns["C0009700"]; + this.columnC0009800 = base.Columns["C0009800"]; + this.columnC0009900 = base.Columns["C0009900"]; + this.columnC0010110 = base.Columns["C0010110"]; + this.columnC0010200 = base.Columns["C0010200"]; + this.columnC0010300 = base.Columns["C0010300"]; + this.columnC0010400 = base.Columns["C0010400"]; + this.columnC0010700 = base.Columns["C0010700"]; + this.columnC0010800 = base.Columns["C0010800"]; + this.columnC0010900 = base.Columns["C0010900"]; + this.columnC0011110 = base.Columns["C0011110"]; + this.columnC0011111 = base.Columns["C0011111"]; + this.columnC0011112 = base.Columns["C0011112"]; + this.columnC0011113 = base.Columns["C0011113"]; + this.columnC0011114 = base.Columns["C0011114"]; + this.columnC0011117 = base.Columns["C0011117"]; + this.columnC0011118 = base.Columns["C0011118"]; + this.columnC0011119 = base.Columns["C0011119"]; + this.columnC0011122 = base.Columns["C0011122"]; + this.columnC0011123 = base.Columns["C0011123"]; + this.columnC0011124 = base.Columns["C0011124"]; + this.columnC0011127 = base.Columns["C0011127"]; + this.columnC0011128 = base.Columns["C0011128"]; + this.columnC0011129 = base.Columns["C0011129"]; + this.columnC0011132 = base.Columns["C0011132"]; + this.columnC0011133 = base.Columns["C0011133"]; + this.columnC0011134 = base.Columns["C0011134"]; + this.columnC0011137 = base.Columns["C0011137"]; + this.columnC0011138 = base.Columns["C0011138"]; + this.columnC0011139 = base.Columns["C0011139"]; + this.columnC0011142 = base.Columns["C0011142"]; + this.columnC0011143 = base.Columns["C0011143"]; + this.columnC0011144 = base.Columns["C0011144"]; + this.columnC3070500 = base.Columns["C3070500"]; + this.columnC3423600 = base.Columns["C3423600"]; + this.columnC3601100 = base.Columns["C3601100"]; + this.columnC3601700 = base.Columns["C3601700"]; + this.columnC3601800 = base.Columns["C3601800"]; + this.columnC3601900 = base.Columns["C3601900"]; + this.columnC3605900 = base.Columns["C3605900"]; + this.columnC3981100 = base.Columns["C3981100"]; + this.columnC3981700 = base.Columns["C3981700"]; + this.columnC3981800 = base.Columns["C3981800"]; + this.columnC3981900 = base.Columns["C3981900"]; + this.columnC5156100 = base.Columns["C5156100"]; + this.columnC5525500 = base.Columns["C5525500"]; + this.columnC5525600 = base.Columns["C5525600"]; + this.columnC5525700 = base.Columns["C5525700"]; + this.columnC5733200 = base.Columns["C5733200"]; + this.columnC5801800 = base.Columns["C5801800"]; + this.columnC5801900 = base.Columns["C5801900"]; + this.columnC5802000 = base.Columns["C5802000"]; + this.columnC6006200 = base.Columns["C6006200"]; + this.columnY0003200 = base.Columns["Y0003200"]; + this.columnY0007300 = base.Columns["Y0007300"]; + this.columnY0007400 = base.Columns["Y0007400"]; + this.columnY0007600 = base.Columns["Y0007600"]; + this.columnY0007601 = base.Columns["Y0007601"]; + this.columnY0008000 = base.Columns["Y0008000"]; + this.columnY0008500 = base.Columns["Y0008500"]; + this.columnY0008600 = base.Columns["Y0008600"]; + this.columnY0009400 = base.Columns["Y0009400"]; + this.columnY0394100 = base.Columns["Y0394100"]; + this.columnY0394300 = base.Columns["Y0394300"]; + this.columnY0394500 = base.Columns["Y0394500"]; + this.columnY0394501 = base.Columns["Y0394501"]; + this.columnY0394900 = base.Columns["Y0394900"]; + this.columnY0651000 = base.Columns["Y0651000"]; + this.columnY0682500 = base.Columns["Y0682500"]; + this.columnY0683800 = base.Columns["Y0683800"]; + this.columnY0683900 = base.Columns["Y0683900"]; + this.columnY0684100 = base.Columns["Y0684100"]; + this.columnY0684101 = base.Columns["Y0684101"]; + this.columnY0684500 = base.Columns["Y0684500"]; + this.columnY0947100 = base.Columns["Y0947100"]; + this.columnY0986200 = base.Columns["Y0986200"]; + this.columnY0986700 = base.Columns["Y0986700"]; + this.columnY0988800 = base.Columns["Y0988800"]; + this.columnY0988900 = base.Columns["Y0988900"]; + this.columnY0989400 = base.Columns["Y0989400"]; + this.columnY0989401 = base.Columns["Y0989401"]; + this.columnY0989900 = base.Columns["Y0989900"]; + this.columnY1229100 = base.Columns["Y1229100"]; + this.columnY1229200 = base.Columns["Y1229200"]; + this.columnY1229700 = base.Columns["Y1229700"]; + this.columnY1229701 = base.Columns["Y1229701"]; + this.columnY1264300 = base.Columns["Y1264300"]; + this.columnY1265300 = base.Columns["Y1265300"]; + this.columnY1458900 = base.Columns["Y1458900"]; + this.columnY1459400 = base.Columns["Y1459400"]; + this.columnY1459401 = base.Columns["Y1459401"]; + this.columnY1629500 = base.Columns["Y1629500"]; + this.columnY1704000 = base.Columns["Y1704000"]; + this.columnY1704500 = base.Columns["Y1704500"]; + this.columnY1704501 = base.Columns["Y1704501"]; + this.columnY1707300 = base.Columns["Y1707300"]; + this.columnY1883300 = base.Columns["Y1883300"]; + this.columnY1989500 = base.Columns["Y1989500"]; + this.columnY1990000 = base.Columns["Y1990000"]; + this.columnY1990001 = base.Columns["Y1990001"]; + this.columnY1992900 = base.Columns["Y1992900"]; + this.columnY2197500 = base.Columns["Y2197500"]; + this.columnY2308300 = base.Columns["Y2308300"]; + this.columnY2308800 = base.Columns["Y2308800"]; + this.columnY2308801 = base.Columns["Y2308801"]; + this.columnY2311700 = base.Columns["Y2311700"]; + this.columnY2531800 = base.Columns["Y2531800"]; + this.columnY2641000 = base.Columns["Y2641000"]; + this.columnY2641500 = base.Columns["Y2641500"]; + this.columnY2641501 = base.Columns["Y2641501"]; + this.columnY2644400 = base.Columns["Y2644400"]; + this.columnY2880000 = base.Columns["Y2880000"]; + this.columnY2998200 = base.Columns["Y2998200"]; + this.columnY2998700 = base.Columns["Y2998700"]; + this.columnY2998701 = base.Columns["Y2998701"]; + this.columnY3001600 = base.Columns["Y3001600"]; + this.columnY3249900 = base.Columns["Y3249900"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0000157Null() { - return this.IsNull(this.tabletblGen1Explicit.R0000157Column); + private void InitClass() { + this.columnC0000100 = new global::System.Data.DataColumn("C0000100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0000100); + this.columnC0000200 = new global::System.Data.DataColumn("C0000200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0000200); + this.columnC0005300 = new global::System.Data.DataColumn("C0005300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0005300); + this.columnC0005400 = new global::System.Data.DataColumn("C0005400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0005400); + this.columnC0005700 = new global::System.Data.DataColumn("C0005700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0005700); + this.columnC0008100 = new global::System.Data.DataColumn("C0008100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0008100); + this.columnC0008200 = new global::System.Data.DataColumn("C0008200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0008200); + this.columnC0008300 = new global::System.Data.DataColumn("C0008300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0008300); + this.columnC0008600 = new global::System.Data.DataColumn("C0008600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0008600); + this.columnC0008700 = new global::System.Data.DataColumn("C0008700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0008700); + this.columnC0008800 = new global::System.Data.DataColumn("C0008800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0008800); + this.columnC0009100 = new global::System.Data.DataColumn("C0009100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0009100); + this.columnC0009200 = new global::System.Data.DataColumn("C0009200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0009200); + this.columnC0009300 = new global::System.Data.DataColumn("C0009300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0009300); + this.columnC0009600 = new global::System.Data.DataColumn("C0009600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0009600); + this.columnC0009700 = new global::System.Data.DataColumn("C0009700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0009700); + this.columnC0009800 = new global::System.Data.DataColumn("C0009800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0009800); + this.columnC0009900 = new global::System.Data.DataColumn("C0009900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0009900); + this.columnC0010110 = new global::System.Data.DataColumn("C0010110", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0010110); + this.columnC0010200 = new global::System.Data.DataColumn("C0010200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0010200); + this.columnC0010300 = new global::System.Data.DataColumn("C0010300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0010300); + this.columnC0010400 = new global::System.Data.DataColumn("C0010400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0010400); + this.columnC0010700 = new global::System.Data.DataColumn("C0010700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0010700); + this.columnC0010800 = new global::System.Data.DataColumn("C0010800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0010800); + this.columnC0010900 = new global::System.Data.DataColumn("C0010900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0010900); + this.columnC0011110 = new global::System.Data.DataColumn("C0011110", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0011110); + this.columnC0011111 = new global::System.Data.DataColumn("C0011111", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0011111); + this.columnC0011112 = new global::System.Data.DataColumn("C0011112", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0011112); + this.columnC0011113 = new global::System.Data.DataColumn("C0011113", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0011113); + this.columnC0011114 = new global::System.Data.DataColumn("C0011114", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0011114); + this.columnC0011117 = new global::System.Data.DataColumn("C0011117", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0011117); + this.columnC0011118 = new global::System.Data.DataColumn("C0011118", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0011118); + this.columnC0011119 = new global::System.Data.DataColumn("C0011119", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0011119); + this.columnC0011122 = new global::System.Data.DataColumn("C0011122", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0011122); + this.columnC0011123 = new global::System.Data.DataColumn("C0011123", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0011123); + this.columnC0011124 = new global::System.Data.DataColumn("C0011124", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0011124); + this.columnC0011127 = new global::System.Data.DataColumn("C0011127", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0011127); + this.columnC0011128 = new global::System.Data.DataColumn("C0011128", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0011128); + this.columnC0011129 = new global::System.Data.DataColumn("C0011129", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0011129); + this.columnC0011132 = new global::System.Data.DataColumn("C0011132", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0011132); + this.columnC0011133 = new global::System.Data.DataColumn("C0011133", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0011133); + this.columnC0011134 = new global::System.Data.DataColumn("C0011134", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0011134); + this.columnC0011137 = new global::System.Data.DataColumn("C0011137", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0011137); + this.columnC0011138 = new global::System.Data.DataColumn("C0011138", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0011138); + this.columnC0011139 = new global::System.Data.DataColumn("C0011139", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0011139); + this.columnC0011142 = new global::System.Data.DataColumn("C0011142", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0011142); + this.columnC0011143 = new global::System.Data.DataColumn("C0011143", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0011143); + this.columnC0011144 = new global::System.Data.DataColumn("C0011144", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC0011144); + this.columnC3070500 = new global::System.Data.DataColumn("C3070500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3070500); + this.columnC3423600 = new global::System.Data.DataColumn("C3423600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3423600); + this.columnC3601100 = new global::System.Data.DataColumn("C3601100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3601100); + this.columnC3601700 = new global::System.Data.DataColumn("C3601700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3601700); + this.columnC3601800 = new global::System.Data.DataColumn("C3601800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3601800); + this.columnC3601900 = new global::System.Data.DataColumn("C3601900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3601900); + this.columnC3605900 = new global::System.Data.DataColumn("C3605900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3605900); + this.columnC3981100 = new global::System.Data.DataColumn("C3981100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3981100); + this.columnC3981700 = new global::System.Data.DataColumn("C3981700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3981700); + this.columnC3981800 = new global::System.Data.DataColumn("C3981800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3981800); + this.columnC3981900 = new global::System.Data.DataColumn("C3981900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC3981900); + this.columnC5156100 = new global::System.Data.DataColumn("C5156100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC5156100); + this.columnC5525500 = new global::System.Data.DataColumn("C5525500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC5525500); + this.columnC5525600 = new global::System.Data.DataColumn("C5525600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC5525600); + this.columnC5525700 = new global::System.Data.DataColumn("C5525700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC5525700); + this.columnC5733200 = new global::System.Data.DataColumn("C5733200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC5733200); + this.columnC5801800 = new global::System.Data.DataColumn("C5801800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC5801800); + this.columnC5801900 = new global::System.Data.DataColumn("C5801900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC5801900); + this.columnC5802000 = new global::System.Data.DataColumn("C5802000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC5802000); + this.columnC6006200 = new global::System.Data.DataColumn("C6006200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnC6006200); + this.columnY0003200 = new global::System.Data.DataColumn("Y0003200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0003200); + this.columnY0007300 = new global::System.Data.DataColumn("Y0007300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0007300); + this.columnY0007400 = new global::System.Data.DataColumn("Y0007400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0007400); + this.columnY0007600 = new global::System.Data.DataColumn("Y0007600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0007600); + this.columnY0007601 = new global::System.Data.DataColumn("Y0007601", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0007601); + this.columnY0008000 = new global::System.Data.DataColumn("Y0008000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0008000); + this.columnY0008500 = new global::System.Data.DataColumn("Y0008500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0008500); + this.columnY0008600 = new global::System.Data.DataColumn("Y0008600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0008600); + this.columnY0009400 = new global::System.Data.DataColumn("Y0009400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0009400); + this.columnY0394100 = new global::System.Data.DataColumn("Y0394100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0394100); + this.columnY0394300 = new global::System.Data.DataColumn("Y0394300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0394300); + this.columnY0394500 = new global::System.Data.DataColumn("Y0394500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0394500); + this.columnY0394501 = new global::System.Data.DataColumn("Y0394501", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0394501); + this.columnY0394900 = new global::System.Data.DataColumn("Y0394900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0394900); + this.columnY0651000 = new global::System.Data.DataColumn("Y0651000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0651000); + this.columnY0682500 = new global::System.Data.DataColumn("Y0682500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0682500); + this.columnY0683800 = new global::System.Data.DataColumn("Y0683800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0683800); + this.columnY0683900 = new global::System.Data.DataColumn("Y0683900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0683900); + this.columnY0684100 = new global::System.Data.DataColumn("Y0684100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0684100); + this.columnY0684101 = new global::System.Data.DataColumn("Y0684101", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0684101); + this.columnY0684500 = new global::System.Data.DataColumn("Y0684500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0684500); + this.columnY0947100 = new global::System.Data.DataColumn("Y0947100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0947100); + this.columnY0986200 = new global::System.Data.DataColumn("Y0986200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0986200); + this.columnY0986700 = new global::System.Data.DataColumn("Y0986700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0986700); + this.columnY0988800 = new global::System.Data.DataColumn("Y0988800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0988800); + this.columnY0988900 = new global::System.Data.DataColumn("Y0988900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0988900); + this.columnY0989400 = new global::System.Data.DataColumn("Y0989400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0989400); + this.columnY0989401 = new global::System.Data.DataColumn("Y0989401", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0989401); + this.columnY0989900 = new global::System.Data.DataColumn("Y0989900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY0989900); + this.columnY1229100 = new global::System.Data.DataColumn("Y1229100", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1229100); + this.columnY1229200 = new global::System.Data.DataColumn("Y1229200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1229200); + this.columnY1229700 = new global::System.Data.DataColumn("Y1229700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1229700); + this.columnY1229701 = new global::System.Data.DataColumn("Y1229701", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1229701); + this.columnY1264300 = new global::System.Data.DataColumn("Y1264300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1264300); + this.columnY1265300 = new global::System.Data.DataColumn("Y1265300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1265300); + this.columnY1458900 = new global::System.Data.DataColumn("Y1458900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1458900); + this.columnY1459400 = new global::System.Data.DataColumn("Y1459400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1459400); + this.columnY1459401 = new global::System.Data.DataColumn("Y1459401", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1459401); + this.columnY1629500 = new global::System.Data.DataColumn("Y1629500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1629500); + this.columnY1704000 = new global::System.Data.DataColumn("Y1704000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1704000); + this.columnY1704500 = new global::System.Data.DataColumn("Y1704500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1704500); + this.columnY1704501 = new global::System.Data.DataColumn("Y1704501", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1704501); + this.columnY1707300 = new global::System.Data.DataColumn("Y1707300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1707300); + this.columnY1883300 = new global::System.Data.DataColumn("Y1883300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1883300); + this.columnY1989500 = new global::System.Data.DataColumn("Y1989500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1989500); + this.columnY1990000 = new global::System.Data.DataColumn("Y1990000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1990000); + this.columnY1990001 = new global::System.Data.DataColumn("Y1990001", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1990001); + this.columnY1992900 = new global::System.Data.DataColumn("Y1992900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY1992900); + this.columnY2197500 = new global::System.Data.DataColumn("Y2197500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2197500); + this.columnY2308300 = new global::System.Data.DataColumn("Y2308300", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2308300); + this.columnY2308800 = new global::System.Data.DataColumn("Y2308800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2308800); + this.columnY2308801 = new global::System.Data.DataColumn("Y2308801", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2308801); + this.columnY2311700 = new global::System.Data.DataColumn("Y2311700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2311700); + this.columnY2531800 = new global::System.Data.DataColumn("Y2531800", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2531800); + this.columnY2641000 = new global::System.Data.DataColumn("Y2641000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2641000); + this.columnY2641500 = new global::System.Data.DataColumn("Y2641500", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2641500); + this.columnY2641501 = new global::System.Data.DataColumn("Y2641501", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2641501); + this.columnY2644400 = new global::System.Data.DataColumn("Y2644400", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2644400); + this.columnY2880000 = new global::System.Data.DataColumn("Y2880000", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2880000); + this.columnY2998200 = new global::System.Data.DataColumn("Y2998200", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2998200); + this.columnY2998700 = new global::System.Data.DataColumn("Y2998700", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2998700); + this.columnY2998701 = new global::System.Data.DataColumn("Y2998701", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY2998701); + this.columnY3001600 = new global::System.Data.DataColumn("Y3001600", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY3001600); + this.columnY3249900 = new global::System.Data.DataColumn("Y3249900", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnY3249900); + this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { + this.columnC0000100}, true)); + this.columnC0000100.AllowDBNull = false; + this.columnC0000100.Unique = true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0000157Null() { - this[this.tabletblGen1Explicit.R0000157Column] = global::System.Convert.DBNull; + public tblGen2ImplicitFatherRow NewtblGen2ImplicitFatherRow() { + return ((tblGen2ImplicitFatherRow)(this.NewRow())); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0000158Null() { - return this.IsNull(this.tabletblGen1Explicit.R0000158Column); + protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { + return new tblGen2ImplicitFatherRow(builder); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0000158Null() { - this[this.tabletblGen1Explicit.R0000158Column] = global::System.Convert.DBNull; + protected override global::System.Type GetRowType() { + return typeof(tblGen2ImplicitFatherRow); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0000159Null() { - return this.IsNull(this.tabletblGen1Explicit.R0000159Column); + protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowChanged(e); + if ((this.tblGen2ImplicitFatherRowChanged != null)) { + this.tblGen2ImplicitFatherRowChanged(this, new tblGen2ImplicitFatherRowChangeEvent(((tblGen2ImplicitFatherRow)(e.Row)), e.Action)); + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0000159Null() { - this[this.tabletblGen1Explicit.R0000159Column] = global::System.Convert.DBNull; + protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowChanging(e); + if ((this.tblGen2ImplicitFatherRowChanging != null)) { + this.tblGen2ImplicitFatherRowChanging(this, new tblGen2ImplicitFatherRowChangeEvent(((tblGen2ImplicitFatherRow)(e.Row)), e.Action)); + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0000162Null() { - return this.IsNull(this.tabletblGen1Explicit.R0000162Column); + protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowDeleted(e); + if ((this.tblGen2ImplicitFatherRowDeleted != null)) { + this.tblGen2ImplicitFatherRowDeleted(this, new tblGen2ImplicitFatherRowChangeEvent(((tblGen2ImplicitFatherRow)(e.Row)), e.Action)); + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0000162Null() { - this[this.tabletblGen1Explicit.R0000162Column] = global::System.Convert.DBNull; + protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowDeleting(e); + if ((this.tblGen2ImplicitFatherRowDeleting != null)) { + this.tblGen2ImplicitFatherRowDeleting(this, new tblGen2ImplicitFatherRowChangeEvent(((tblGen2ImplicitFatherRow)(e.Row)), e.Action)); + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0000163Null() { - return this.IsNull(this.tabletblGen1Explicit.R0000163Column); + public void RemovetblGen2ImplicitFatherRow(tblGen2ImplicitFatherRow row) { + this.Rows.Remove(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0000163Null() { - this[this.tabletblGen1Explicit.R0000163Column] = global::System.Convert.DBNull; + 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(); + ImportDataSet ds = new ImportDataSet(); + 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 = "tblGen2ImplicitFatherDataTable"; + 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. + /// + public partial class tblLinks2004Gen2Row : global::System.Data.DataRow { - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0000164Null() { - return this.IsNull(this.tabletblGen1Explicit.R0000164Column); - } + private tblLinks2004Gen2DataTable tabletblLinks2004Gen2; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0000164Null() { - this[this.tabletblGen1Explicit.R0000164Column] = global::System.Convert.DBNull; + internal tblLinks2004Gen2Row(global::System.Data.DataRowBuilder rb) : + base(rb) { + this.tabletblLinks2004Gen2 = ((tblLinks2004Gen2DataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0000165Null() { - return this.IsNull(this.tabletblGen1Explicit.R0000165Column); + public int ID1 { + get { + return ((int)(this[this.tabletblLinks2004Gen2.ID1Column])); + } + set { + this[this.tabletblLinks2004Gen2.ID1Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0000165Null() { - this[this.tabletblGen1Explicit.R0000165Column] = global::System.Convert.DBNull; + public int ID2 { + get { + return ((int)(this[this.tabletblLinks2004Gen2.ID2Column])); + } + set { + this[this.tabletblLinks2004Gen2.ID2Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0000166Null() { - return this.IsNull(this.tabletblGen1Explicit.R0000166Column); + public byte Sex1 { + get { + try { + return ((byte)(this[this.tabletblLinks2004Gen2.Sex1Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Sex1\' in table \'tblLinks2004Gen2\' is DBNull.", e); + } + } + set { + this[this.tabletblLinks2004Gen2.Sex1Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0000166Null() { - this[this.tabletblGen1Explicit.R0000166Column] = global::System.Convert.DBNull; + public byte Sex2 { + get { + try { + return ((byte)(this[this.tabletblLinks2004Gen2.Sex2Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Sex2\' in table \'tblLinks2004Gen2\' is DBNull.", e); + } + } + set { + this[this.tabletblLinks2004Gen2.Sex2Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0214700Null() { - return this.IsNull(this.tabletblGen1Explicit.R0214700Column); + public float RecommendedRelatedness { + get { + try { + return ((float)(this[this.tabletblLinks2004Gen2.RecommendedRelatednessColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'RecommendedRelatedness\' in table \'tblLinks2004Gen2\' is DBNu" + + "ll.", e); + } + } + set { + this[this.tabletblLinks2004Gen2.RecommendedRelatednessColumn] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0214700Null() { - this[this.tabletblGen1Explicit.R0214700Column] = global::System.Convert.DBNull; + public bool IsSex1Null() { + return this.IsNull(this.tabletblLinks2004Gen2.Sex1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0214800Null() { - return this.IsNull(this.tabletblGen1Explicit.R0214800Column); + public void SetSex1Null() { + this[this.tabletblLinks2004Gen2.Sex1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0214800Null() { - this[this.tabletblGen1Explicit.R0214800Column] = global::System.Convert.DBNull; + public bool IsSex2Null() { + return this.IsNull(this.tabletblLinks2004Gen2.Sex2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4125101Null() { - return this.IsNull(this.tabletblGen1Explicit.R4125101Column); + public void SetSex2Null() { + this[this.tabletblLinks2004Gen2.Sex2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4125101Null() { - this[this.tabletblGen1Explicit.R4125101Column] = global::System.Convert.DBNull; + public bool IsRecommendedRelatednessNull() { + return this.IsNull(this.tabletblLinks2004Gen2.RecommendedRelatednessColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4125801Null() { - return this.IsNull(this.tabletblGen1Explicit.R4125801Column); + public void SetRecommendedRelatednessNull() { + this[this.tabletblLinks2004Gen2.RecommendedRelatednessColumn] = global::System.Convert.DBNull; } + } + + /// + ///Represents strongly named DataRow class. + /// + public partial class tblGen1OutcomesRow : global::System.Data.DataRow { - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4125801Null() { - this[this.tabletblGen1Explicit.R4125801Column] = global::System.Convert.DBNull; - } + private tblGen1OutcomesDataTable tabletblGen1Outcomes; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4126501Null() { - return this.IsNull(this.tabletblGen1Explicit.R4126501Column); + internal tblGen1OutcomesRow(global::System.Data.DataRowBuilder rb) : + base(rb) { + this.tabletblGen1Outcomes = ((tblGen1OutcomesDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4126501Null() { - this[this.tabletblGen1Explicit.R4126501Column] = global::System.Convert.DBNull; + public int R0000100 { + get { + return ((int)(this[this.tabletblGen1Outcomes.R0000100Column])); + } + set { + this[this.tabletblGen1Outcomes.R0000100Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4127201Null() { - return this.IsNull(this.tabletblGen1Explicit.R4127201Column); + public int R0214700 { + get { + try { + return ((int)(this[this.tabletblGen1Outcomes.R0214700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R0214700\' in table \'tblGen1Outcomes\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Outcomes.R0214700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4127201Null() { - this[this.tabletblGen1Explicit.R4127201Column] = global::System.Convert.DBNull; + public int R0214800 { + get { + try { + return ((int)(this[this.tabletblGen1Outcomes.R0214800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R0214800\' in table \'tblGen1Outcomes\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Outcomes.R0214800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4127901Null() { - return this.IsNull(this.tabletblGen1Explicit.R4127901Column); + public int R0481600 { + get { + try { + return ((int)(this[this.tabletblGen1Outcomes.R0481600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R0481600\' in table \'tblGen1Outcomes\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Outcomes.R0481600Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4127901Null() { - this[this.tabletblGen1Explicit.R4127901Column] = global::System.Convert.DBNull; + public int R0481700 { + get { + try { + return ((int)(this[this.tabletblGen1Outcomes.R0481700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R0481700\' in table \'tblGen1Outcomes\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Outcomes.R0481700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4128601Null() { - return this.IsNull(this.tabletblGen1Explicit.R4128601Column); + public int R0618200 { + get { + try { + return ((int)(this[this.tabletblGen1Outcomes.R0618200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R0618200\' in table \'tblGen1Outcomes\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Outcomes.R0618200Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4128601Null() { - this[this.tabletblGen1Explicit.R4128601Column] = global::System.Convert.DBNull; + public int R0618300 { + get { + try { + return ((int)(this[this.tabletblGen1Outcomes.R0618300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R0618300\' in table \'tblGen1Outcomes\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Outcomes.R0618300Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4129301Null() { - return this.IsNull(this.tabletblGen1Explicit.R4129301Column); + public int R0618301 { + get { + try { + return ((int)(this[this.tabletblGen1Outcomes.R0618301Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R0618301\' in table \'tblGen1Outcomes\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Outcomes.R0618301Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4129301Null() { - this[this.tabletblGen1Explicit.R4129301Column] = global::System.Convert.DBNull; + public int R0779800 { + get { + try { + return ((int)(this[this.tabletblGen1Outcomes.R0779800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R0779800\' in table \'tblGen1Outcomes\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Outcomes.R0779800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4130001Null() { - return this.IsNull(this.tabletblGen1Explicit.R4130001Column); + public int R0779900 { + get { + try { + return ((int)(this[this.tabletblGen1Outcomes.R0779900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R0779900\' in table \'tblGen1Outcomes\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Outcomes.R0779900Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4130001Null() { - this[this.tabletblGen1Explicit.R4130001Column] = global::System.Convert.DBNull; + public int R1773900 { + get { + try { + return ((int)(this[this.tabletblGen1Outcomes.R1773900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R1773900\' in table \'tblGen1Outcomes\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Outcomes.R1773900Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4130701Null() { - return this.IsNull(this.tabletblGen1Explicit.R4130701Column); + public int R1774000 { + get { + try { + return ((int)(this[this.tabletblGen1Outcomes.R1774000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R1774000\' in table \'tblGen1Outcomes\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Outcomes.R1774000Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4130701Null() { - this[this.tabletblGen1Explicit.R4130701Column] = global::System.Convert.DBNull; + public int T0897300 { + get { + try { + return ((int)(this[this.tabletblGen1Outcomes.T0897300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0897300\' in table \'tblGen1Outcomes\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Outcomes.T0897300Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4131401Null() { - return this.IsNull(this.tabletblGen1Explicit.R4131401Column); + public int T0897400 { + get { + try { + return ((int)(this[this.tabletblGen1Outcomes.T0897400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0897400\' in table \'tblGen1Outcomes\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Outcomes.T0897400Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4131401Null() { - this[this.tabletblGen1Explicit.R4131401Column] = global::System.Convert.DBNull; + public int T0897500 { + get { + try { + return ((int)(this[this.tabletblGen1Outcomes.T0897500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0897500\' in table \'tblGen1Outcomes\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Outcomes.T0897500Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4132101Null() { - return this.IsNull(this.tabletblGen1Explicit.R4132101Column); + public int T2053800 { + get { + try { + return ((int)(this[this.tabletblGen1Outcomes.T2053800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2053800\' in table \'tblGen1Outcomes\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Outcomes.T2053800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4132101Null() { - this[this.tabletblGen1Explicit.R4132101Column] = global::System.Convert.DBNull; + public int T2053900 { + get { + try { + return ((int)(this[this.tabletblGen1Outcomes.T2053900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2053900\' in table \'tblGen1Outcomes\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Outcomes.T2053900Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4132801Null() { - return this.IsNull(this.tabletblGen1Explicit.R4132801Column); + public int T2054000 { + get { + try { + return ((int)(this[this.tabletblGen1Outcomes.T2054000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2054000\' in table \'tblGen1Outcomes\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Outcomes.T2054000Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4132801Null() { - this[this.tabletblGen1Explicit.R4132801Column] = global::System.Convert.DBNull; + public int T3024700 { + get { + try { + return ((int)(this[this.tabletblGen1Outcomes.T3024700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3024700\' in table \'tblGen1Outcomes\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Outcomes.T3024700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4133701Null() { - return this.IsNull(this.tabletblGen1Explicit.R4133701Column); + public int T3024800 { + get { + try { + return ((int)(this[this.tabletblGen1Outcomes.T3024800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3024800\' in table \'tblGen1Outcomes\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Outcomes.T3024800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4133701Null() { - this[this.tabletblGen1Explicit.R4133701Column] = global::System.Convert.DBNull; + public int T3024900 { + get { + try { + return ((int)(this[this.tabletblGen1Outcomes.T3024900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3024900\' in table \'tblGen1Outcomes\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Outcomes.T3024900Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4521500Null() { - return this.IsNull(this.tabletblGen1Explicit.R4521500Column); + public bool IsR0214700Null() { + return this.IsNull(this.tabletblGen1Outcomes.R0214700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4521500Null() { - this[this.tabletblGen1Explicit.R4521500Column] = global::System.Convert.DBNull; + public void SetR0214700Null() { + this[this.tabletblGen1Outcomes.R0214700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4521700Null() { - return this.IsNull(this.tabletblGen1Explicit.R4521700Column); + public bool IsR0214800Null() { + return this.IsNull(this.tabletblGen1Outcomes.R0214800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4521700Null() { - this[this.tabletblGen1Explicit.R4521700Column] = global::System.Convert.DBNull; + public void SetR0214800Null() { + this[this.tabletblGen1Outcomes.R0214800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4521800Null() { - return this.IsNull(this.tabletblGen1Explicit.R4521800Column); + public bool IsR0481600Null() { + return this.IsNull(this.tabletblGen1Outcomes.R0481600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4521800Null() { - this[this.tabletblGen1Explicit.R4521800Column] = global::System.Convert.DBNull; + public void SetR0481600Null() { + this[this.tabletblGen1Outcomes.R0481600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4521900Null() { - return this.IsNull(this.tabletblGen1Explicit.R4521900Column); + public bool IsR0481700Null() { + return this.IsNull(this.tabletblGen1Outcomes.R0481700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4521900Null() { - this[this.tabletblGen1Explicit.R4521900Column] = global::System.Convert.DBNull; + public void SetR0481700Null() { + this[this.tabletblGen1Outcomes.R0481700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4522000Null() { - return this.IsNull(this.tabletblGen1Explicit.R4522000Column); + public bool IsR0618200Null() { + return this.IsNull(this.tabletblGen1Outcomes.R0618200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4522000Null() { - this[this.tabletblGen1Explicit.R4522000Column] = global::System.Convert.DBNull; + public void SetR0618200Null() { + this[this.tabletblGen1Outcomes.R0618200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4522100Null() { - return this.IsNull(this.tabletblGen1Explicit.R4522100Column); + public bool IsR0618300Null() { + return this.IsNull(this.tabletblGen1Outcomes.R0618300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4522100Null() { - this[this.tabletblGen1Explicit.R4522100Column] = global::System.Convert.DBNull; + public void SetR0618300Null() { + this[this.tabletblGen1Outcomes.R0618300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4522200Null() { - return this.IsNull(this.tabletblGen1Explicit.R4522200Column); + public bool IsR0618301Null() { + return this.IsNull(this.tabletblGen1Outcomes.R0618301Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4522200Null() { - this[this.tabletblGen1Explicit.R4522200Column] = global::System.Convert.DBNull; + public void SetR0618301Null() { + this[this.tabletblGen1Outcomes.R0618301Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4522300Null() { - return this.IsNull(this.tabletblGen1Explicit.R4522300Column); + public bool IsR0779800Null() { + return this.IsNull(this.tabletblGen1Outcomes.R0779800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4522300Null() { - this[this.tabletblGen1Explicit.R4522300Column] = global::System.Convert.DBNull; + public void SetR0779800Null() { + this[this.tabletblGen1Outcomes.R0779800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4522400Null() { - return this.IsNull(this.tabletblGen1Explicit.R4522400Column); + public bool IsR0779900Null() { + return this.IsNull(this.tabletblGen1Outcomes.R0779900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4522400Null() { - this[this.tabletblGen1Explicit.R4522400Column] = global::System.Convert.DBNull; + public void SetR0779900Null() { + this[this.tabletblGen1Outcomes.R0779900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4522500Null() { - return this.IsNull(this.tabletblGen1Explicit.R4522500Column); + public bool IsR1773900Null() { + return this.IsNull(this.tabletblGen1Outcomes.R1773900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4522500Null() { - this[this.tabletblGen1Explicit.R4522500Column] = global::System.Convert.DBNull; + public void SetR1773900Null() { + this[this.tabletblGen1Outcomes.R1773900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4522600Null() { - return this.IsNull(this.tabletblGen1Explicit.R4522600Column); + public bool IsR1774000Null() { + return this.IsNull(this.tabletblGen1Outcomes.R1774000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4522600Null() { - this[this.tabletblGen1Explicit.R4522600Column] = global::System.Convert.DBNull; + public void SetR1774000Null() { + this[this.tabletblGen1Outcomes.R1774000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4522700Null() { - return this.IsNull(this.tabletblGen1Explicit.R4522700Column); + public bool IsT0897300Null() { + return this.IsNull(this.tabletblGen1Outcomes.T0897300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4522700Null() { - this[this.tabletblGen1Explicit.R4522700Column] = global::System.Convert.DBNull; + public void SetT0897300Null() { + this[this.tabletblGen1Outcomes.T0897300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4522800Null() { - return this.IsNull(this.tabletblGen1Explicit.R4522800Column); + public bool IsT0897400Null() { + return this.IsNull(this.tabletblGen1Outcomes.T0897400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4522800Null() { - this[this.tabletblGen1Explicit.R4522800Column] = global::System.Convert.DBNull; + public void SetT0897400Null() { + this[this.tabletblGen1Outcomes.T0897400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0002000Null() { - return this.IsNull(this.tabletblGen1Explicit.T0002000Column); + public bool IsT0897500Null() { + return this.IsNull(this.tabletblGen1Outcomes.T0897500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0002000Null() { - this[this.tabletblGen1Explicit.T0002000Column] = global::System.Convert.DBNull; + public void SetT0897500Null() { + this[this.tabletblGen1Outcomes.T0897500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0002100Null() { - return this.IsNull(this.tabletblGen1Explicit.T0002100Column); + public bool IsT2053800Null() { + return this.IsNull(this.tabletblGen1Outcomes.T2053800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0002100Null() { - this[this.tabletblGen1Explicit.T0002100Column] = global::System.Convert.DBNull; + public void SetT2053800Null() { + this[this.tabletblGen1Outcomes.T2053800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0002200Null() { - return this.IsNull(this.tabletblGen1Explicit.T0002200Column); + public bool IsT2053900Null() { + return this.IsNull(this.tabletblGen1Outcomes.T2053900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0002200Null() { - this[this.tabletblGen1Explicit.T0002200Column] = global::System.Convert.DBNull; + public void SetT2053900Null() { + this[this.tabletblGen1Outcomes.T2053900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0002300Null() { - return this.IsNull(this.tabletblGen1Explicit.T0002300Column); + public bool IsT2054000Null() { + return this.IsNull(this.tabletblGen1Outcomes.T2054000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0002300Null() { - this[this.tabletblGen1Explicit.T0002300Column] = global::System.Convert.DBNull; + public void SetT2054000Null() { + this[this.tabletblGen1Outcomes.T2054000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0002400Null() { - return this.IsNull(this.tabletblGen1Explicit.T0002400Column); + public bool IsT3024700Null() { + return this.IsNull(this.tabletblGen1Outcomes.T3024700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0002400Null() { - this[this.tabletblGen1Explicit.T0002400Column] = global::System.Convert.DBNull; + public void SetT3024700Null() { + this[this.tabletblGen1Outcomes.T3024700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0002500Null() { - return this.IsNull(this.tabletblGen1Explicit.T0002500Column); + public bool IsT3024800Null() { + return this.IsNull(this.tabletblGen1Outcomes.T3024800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0002500Null() { - this[this.tabletblGen1Explicit.T0002500Column] = global::System.Convert.DBNull; + public void SetT3024800Null() { + this[this.tabletblGen1Outcomes.T3024800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0002600Null() { - return this.IsNull(this.tabletblGen1Explicit.T0002600Column); + public bool IsT3024900Null() { + return this.IsNull(this.tabletblGen1Outcomes.T3024900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0002600Null() { - this[this.tabletblGen1Explicit.T0002600Column] = global::System.Convert.DBNull; + public void SetT3024900Null() { + this[this.tabletblGen1Outcomes.T3024900Column] = global::System.Convert.DBNull; } + } + + /// + ///Represents strongly named DataRow class. + /// + public partial class tblGen2OutcomesHeightRow : global::System.Data.DataRow { + + private tblGen2OutcomesHeightDataTable tabletblGen2OutcomesHeight; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0002700Null() { - return this.IsNull(this.tabletblGen1Explicit.T0002700Column); + internal tblGen2OutcomesHeightRow(global::System.Data.DataRowBuilder rb) : + base(rb) { + this.tabletblGen2OutcomesHeight = ((tblGen2OutcomesHeightDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0002700Null() { - this[this.tabletblGen1Explicit.T0002700Column] = global::System.Convert.DBNull; + public int C0000100 { + get { + return ((int)(this[this.tabletblGen2OutcomesHeight.C0000100Column])); + } + set { + this[this.tabletblGen2OutcomesHeight.C0000100Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0002800Null() { - return this.IsNull(this.tabletblGen1Explicit.T0002800Column); + public int C0000200 { + get { + try { + return ((int)(this[this.tabletblGen2OutcomesHeight.C0000200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0000200\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2OutcomesHeight.C0000200Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0002800Null() { - this[this.tabletblGen1Explicit.T0002800Column] = global::System.Convert.DBNull; + public int C0005300 { + get { + try { + return ((int)(this[this.tabletblGen2OutcomesHeight.C0005300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0005300\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2OutcomesHeight.C0005300Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0002900Null() { - return this.IsNull(this.tabletblGen1Explicit.T0002900Column); + public int C0005400 { + get { + try { + return ((int)(this[this.tabletblGen2OutcomesHeight.C0005400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0005400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2OutcomesHeight.C0005400Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0002900Null() { - this[this.tabletblGen1Explicit.T0002900Column] = global::System.Convert.DBNull; + public int C0005700 { + get { + try { + return ((int)(this[this.tabletblGen2OutcomesHeight.C0005700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0005700\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2OutcomesHeight.C0005700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0003000Null() { - return this.IsNull(this.tabletblGen1Explicit.T0003000Column); + public int C0577600 { + get { + try { + return ((int)(this[this.tabletblGen2OutcomesHeight.C0577600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0577600\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2OutcomesHeight.C0577600Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0003000Null() { - this[this.tabletblGen1Explicit.T0003000Column] = global::System.Convert.DBNull; + public int C0606300 { + get { + try { + return ((int)(this[this.tabletblGen2OutcomesHeight.C0606300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0606300\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2OutcomesHeight.C0606300Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0003100Null() { - return this.IsNull(this.tabletblGen1Explicit.T0003100Column); + public int C0606400 { + get { + try { + return ((int)(this[this.tabletblGen2OutcomesHeight.C0606400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0606400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2OutcomesHeight.C0606400Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0003100Null() { - this[this.tabletblGen1Explicit.T0003100Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0003200Null() { - return this.IsNull(this.tabletblGen1Explicit.T0003200Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0003200Null() { - this[this.tabletblGen1Explicit.T0003200Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0003300Null() { - return this.IsNull(this.tabletblGen1Explicit.T0003300Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0003300Null() { - this[this.tabletblGen1Explicit.T0003300Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0003400Null() { - return this.IsNull(this.tabletblGen1Explicit.T0003400Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0003400Null() { - this[this.tabletblGen1Explicit.T0003400Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0003500Null() { - return this.IsNull(this.tabletblGen1Explicit.T0003500Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0003500Null() { - this[this.tabletblGen1Explicit.T0003500Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0003600Null() { - return this.IsNull(this.tabletblGen1Explicit.T0003600Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0003600Null() { - this[this.tabletblGen1Explicit.T0003600Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0003700Null() { - return this.IsNull(this.tabletblGen1Explicit.T0003700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0003700Null() { - this[this.tabletblGen1Explicit.T0003700Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0003800Null() { - return this.IsNull(this.tabletblGen1Explicit.T0003800Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0003800Null() { - this[this.tabletblGen1Explicit.T0003800Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0003900Null() { - return this.IsNull(this.tabletblGen1Explicit.T0003900Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0003900Null() { - this[this.tabletblGen1Explicit.T0003900Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0004000Null() { - return this.IsNull(this.tabletblGen1Explicit.T0004000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0004000Null() { - this[this.tabletblGen1Explicit.T0004000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0004100Null() { - return this.IsNull(this.tabletblGen1Explicit.T0004100Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0004100Null() { - this[this.tabletblGen1Explicit.T0004100Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0004200Null() { - return this.IsNull(this.tabletblGen1Explicit.T0004200Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0004200Null() { - this[this.tabletblGen1Explicit.T0004200Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0004300Null() { - return this.IsNull(this.tabletblGen1Explicit.T0004300Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0004300Null() { - this[this.tabletblGen1Explicit.T0004300Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0004400Null() { - return this.IsNull(this.tabletblGen1Explicit.T0004400Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0004400Null() { - this[this.tabletblGen1Explicit.T0004400Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0004500Null() { - return this.IsNull(this.tabletblGen1Explicit.T0004500Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0004500Null() { - this[this.tabletblGen1Explicit.T0004500Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2261500Null() { - return this.IsNull(this.tabletblGen1Explicit.T2261500Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2261500Null() { - this[this.tabletblGen1Explicit.T2261500Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2261600Null() { - return this.IsNull(this.tabletblGen1Explicit.T2261600Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2261600Null() { - this[this.tabletblGen1Explicit.T2261600Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2261700Null() { - return this.IsNull(this.tabletblGen1Explicit.T2261700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2261700Null() { - this[this.tabletblGen1Explicit.T2261700Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2261800Null() { - return this.IsNull(this.tabletblGen1Explicit.T2261800Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2261800Null() { - this[this.tabletblGen1Explicit.T2261800Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2261900Null() { - return this.IsNull(this.tabletblGen1Explicit.T2261900Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2261900Null() { - this[this.tabletblGen1Explicit.T2261900Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2262000Null() { - return this.IsNull(this.tabletblGen1Explicit.T2262000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2262000Null() { - this[this.tabletblGen1Explicit.T2262000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2262100Null() { - return this.IsNull(this.tabletblGen1Explicit.T2262100Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2262100Null() { - this[this.tabletblGen1Explicit.T2262100Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2262200Null() { - return this.IsNull(this.tabletblGen1Explicit.T2262200Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2262200Null() { - this[this.tabletblGen1Explicit.T2262200Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2262300Null() { - return this.IsNull(this.tabletblGen1Explicit.T2262300Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2262300Null() { - this[this.tabletblGen1Explicit.T2262300Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2262400Null() { - return this.IsNull(this.tabletblGen1Explicit.T2262400Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2262400Null() { - this[this.tabletblGen1Explicit.T2262400Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2262500Null() { - return this.IsNull(this.tabletblGen1Explicit.T2262500Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2262500Null() { - this[this.tabletblGen1Explicit.T2262500Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2262600Null() { - return this.IsNull(this.tabletblGen1Explicit.T2262600Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2262600Null() { - this[this.tabletblGen1Explicit.T2262600Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2262700Null() { - return this.IsNull(this.tabletblGen1Explicit.T2262700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2262700Null() { - this[this.tabletblGen1Explicit.T2262700Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2262800Null() { - return this.IsNull(this.tabletblGen1Explicit.T2262800Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2262800Null() { - this[this.tabletblGen1Explicit.T2262800Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2262900Null() { - return this.IsNull(this.tabletblGen1Explicit.T2262900Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2262900Null() { - this[this.tabletblGen1Explicit.T2262900Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2263000Null() { - return this.IsNull(this.tabletblGen1Explicit.T2263000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2263000Null() { - this[this.tabletblGen1Explicit.T2263000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2263100Null() { - return this.IsNull(this.tabletblGen1Explicit.T2263100Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2263100Null() { - this[this.tabletblGen1Explicit.T2263100Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2263200Null() { - return this.IsNull(this.tabletblGen1Explicit.T2263200Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2263200Null() { - this[this.tabletblGen1Explicit.T2263200Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2263300Null() { - return this.IsNull(this.tabletblGen1Explicit.T2263300Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2263300Null() { - this[this.tabletblGen1Explicit.T2263300Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2263400Null() { - return this.IsNull(this.tabletblGen1Explicit.T2263400Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2263400Null() { - this[this.tabletblGen1Explicit.T2263400Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2263500Null() { - return this.IsNull(this.tabletblGen1Explicit.T2263500Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2263500Null() { - this[this.tabletblGen1Explicit.T2263500Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2263600Null() { - return this.IsNull(this.tabletblGen1Explicit.T2263600Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2263600Null() { - this[this.tabletblGen1Explicit.T2263600Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2263700Null() { - return this.IsNull(this.tabletblGen1Explicit.T2263700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2263700Null() { - this[this.tabletblGen1Explicit.T2263700Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2263800Null() { - return this.IsNull(this.tabletblGen1Explicit.T2263800Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2263800Null() { - this[this.tabletblGen1Explicit.T2263800Column] = global::System.Convert.DBNull; - } - } - - /// - ///Represents strongly named DataRow class. - /// - public partial class tblGen1ImplicitRow : global::System.Data.DataRow { - - private tblGen1ImplicitDataTable tabletblGen1Implicit; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblGen1ImplicitRow(global::System.Data.DataRowBuilder rb) : - base(rb) { - this.tabletblGen1Implicit = ((tblGen1ImplicitDataTable)(this.Table)); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0001600 { + public int C0826400 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0001600Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.C0826400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0001600\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0826400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0001600Column] = value; + this[this.tabletblGen2OutcomesHeight.C0826400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0001700 { + public int C0826500 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0001700Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.C0826500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0001700\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0826500\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0001700Column] = value; + this[this.tabletblGen2OutcomesHeight.C0826500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0001800 { + public int C1016700 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0001800Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.C1016700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0001800\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C1016700\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0001800Column] = value; + this[this.tabletblGen2OutcomesHeight.C1016700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0001900 { + public int C1016800 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0001900Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.C1016800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0001900\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C1016800\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0001900Column] = value; + this[this.tabletblGen2OutcomesHeight.C1016800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0002000 { + public int C1220200 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0002000Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.C1220200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0002000\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C1220200\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0002000Column] = value; + this[this.tabletblGen2OutcomesHeight.C1220200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0002100 { + public int C1220300 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0002100Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.C1220300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0002100\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C1220300\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0002100Column] = value; + this[this.tabletblGen2OutcomesHeight.C1220300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0002200 { + public int C1532700 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0002200Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.C1532700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0002200\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C1532700\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0002200Column] = value; + this[this.tabletblGen2OutcomesHeight.C1532700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0002300 { + public int C1532800 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0002300Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.C1532800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0002300\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C1532800\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0002300Column] = value; + this[this.tabletblGen2OutcomesHeight.C1532800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0002400 { + public int C1779300 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0002400Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.C1779300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0002400\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C1779300\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0002400Column] = value; + this[this.tabletblGen2OutcomesHeight.C1779300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0002500 { + public int C1779400 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0002500Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.C1779400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0002500\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C1779400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0002500Column] = value; + this[this.tabletblGen2OutcomesHeight.C1779400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0002600 { + public int C2288500 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0002600Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.C2288500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0002600\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C2288500\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0002600Column] = value; + this[this.tabletblGen2OutcomesHeight.C2288500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0002700 { + public int C2288600 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0002700Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.C2288600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0002700\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C2288600\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0002700Column] = value; + this[this.tabletblGen2OutcomesHeight.C2288600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0002800 { + public int C2552300 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0002800Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.C2552300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0002800\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C2552300\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0002800Column] = value; + this[this.tabletblGen2OutcomesHeight.C2552300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0002900 { + public int C2820900 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0002900Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.C2820900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0002900\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C2820900\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0002900Column] = value; + this[this.tabletblGen2OutcomesHeight.C2820900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0003000 { + public int C3130400 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0003000Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.C3130400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0003000\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C3130400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0003000Column] = value; + this[this.tabletblGen2OutcomesHeight.C3130400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0003100 { + public int C3553400 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0003100Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.C3553400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0003100\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C3553400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0003100Column] = value; + this[this.tabletblGen2OutcomesHeight.C3553400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0013600 { + public int C3634500 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0013600Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.C3634500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0013600\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C3634500\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0013600Column] = value; + this[this.tabletblGen2OutcomesHeight.C3634500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0013700 { + public int C3898000 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0013700Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.C3898000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0013700\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C3898000\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0013700Column] = value; + this[this.tabletblGen2OutcomesHeight.C3898000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0013800 { + public int C4013000 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0013800Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.C4013000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0013800\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C4013000\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0013800Column] = value; + this[this.tabletblGen2OutcomesHeight.C4013000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0013900 { + public int C5147900 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0013900Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.C5147900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0013900\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C5147900\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0013900Column] = value; + this[this.tabletblGen2OutcomesHeight.C5147900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0014000 { + public int Y0308300 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0014000Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.Y0308300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0014000\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0308300\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0014000Column] = value; + this[this.tabletblGen2OutcomesHeight.Y0308300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0014100 { + public int Y0308400 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0014100Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.Y0308400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0014100\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0308400\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0014100Column] = value; + this[this.tabletblGen2OutcomesHeight.Y0308400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0014200 { + public int Y0609600 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0014200Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.Y0609600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0014200\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0609600\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0014200Column] = value; + this[this.tabletblGen2OutcomesHeight.Y0609600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0014300 { + public int Y0609700 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0014300Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.Y0609700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0014300\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0609700\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0014300Column] = value; + this[this.tabletblGen2OutcomesHeight.Y0609700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0014400 { + public int Y0903900 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0014400Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.Y0903900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0014400\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0903900\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0014400Column] = value; + this[this.tabletblGen2OutcomesHeight.Y0903900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0014500 { + public int Y0904000 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0014500Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.Y0904000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0014500\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0904000\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0014500Column] = value; + this[this.tabletblGen2OutcomesHeight.Y0904000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0014700 { + public int Y1150800 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0014700Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.Y1150800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0014700\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1150800\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0014700Column] = value; + this[this.tabletblGen2OutcomesHeight.Y1150800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0014800 { + public int Y1150900 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0014800Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.Y1150900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0014800\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1150900\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0014800Column] = value; + this[this.tabletblGen2OutcomesHeight.Y1150900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0014900 { + public int Y1385800 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0014900Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.Y1385800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0014900\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1385800\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0014900Column] = value; + this[this.tabletblGen2OutcomesHeight.Y1385800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0015000 { + public int Y1385900 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0015000Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.Y1385900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0015000\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1385900\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0015000Column] = value; + this[this.tabletblGen2OutcomesHeight.Y1385900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0015100 { + public int Y1637500 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0015100Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.Y1637500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0015100\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1637500\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0015100Column] = value; + this[this.tabletblGen2OutcomesHeight.Y1637500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0015200 { + public int Y1637600 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0015200Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.Y1637600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0015200\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1637600\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0015200Column] = value; + this[this.tabletblGen2OutcomesHeight.Y1637600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0015300 { + public int Y1891100 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0015300Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.Y1891100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0015300\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1891100\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0015300Column] = value; + this[this.tabletblGen2OutcomesHeight.Y1891100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0015400 { + public int Y1891200 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0015400Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.Y1891200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0015400\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1891200\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0015400Column] = value; + this[this.tabletblGen2OutcomesHeight.Y1891200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0015500 { + public int Y2207000 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0015500Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.Y2207000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0015500\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y2207000\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0015500Column] = value; + this[this.tabletblGen2OutcomesHeight.Y2207000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0015600 { + public int Y2207100 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0015600Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.Y2207100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0015600\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y2207100\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0015600Column] = value; + this[this.tabletblGen2OutcomesHeight.Y2207100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0015700 { + public int Y2544700 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0015700Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.Y2544700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0015700\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y2544700\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0015700Column] = value; + this[this.tabletblGen2OutcomesHeight.Y2544700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0015800 { + public int Y2544800 { get { try { - return ((int)(this[this.tabletblGen1Implicit.H0015800Column])); + return ((int)(this[this.tabletblGen2OutcomesHeight.Y2544800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0015800\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y2544800\' in table \'tblGen2OutcomesHeight\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.H0015800Column] = value; + this[this.tabletblGen2OutcomesHeight.Y2544800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0015803 { - get { - try { - return ((int)(this[this.tabletblGen1Implicit.H0015803Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0015803\' in table \'tblGen1Implicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Implicit.H0015803Column] = value; - } + public bool IsC0000200Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.C0000200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int H0015804 { - get { - try { - return ((int)(this[this.tabletblGen1Implicit.H0015804Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'H0015804\' in table \'tblGen1Implicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Implicit.H0015804Column] = value; - } + public void SetC0000200Null() { + this[this.tabletblGen2OutcomesHeight.C0000200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0000100 { - get { - return ((int)(this[this.tabletblGen1Implicit.R0000100Column])); - } - set { - this[this.tabletblGen1Implicit.R0000100Column] = value; - } + public bool IsC0005300Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.C0005300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0006100 { - get { - try { - return ((int)(this[this.tabletblGen1Implicit.R0006100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0006100\' in table \'tblGen1Implicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Implicit.R0006100Column] = value; - } + public void SetC0005300Null() { + this[this.tabletblGen2OutcomesHeight.C0005300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0006500 { - get { - try { - return ((int)(this[this.tabletblGen1Implicit.R0006500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0006500\' in table \'tblGen1Implicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Implicit.R0006500Column] = value; - } + public bool IsC0005400Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.C0005400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0007300 { - get { - try { - return ((int)(this[this.tabletblGen1Implicit.R0007300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0007300\' in table \'tblGen1Implicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Implicit.R0007300Column] = value; - } + public void SetC0005400Null() { + this[this.tabletblGen2OutcomesHeight.C0005400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0007700 { - get { - try { - return ((int)(this[this.tabletblGen1Implicit.R0007700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0007700\' in table \'tblGen1Implicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Implicit.R0007700Column] = value; - } + public bool IsC0005700Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.C0005700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0007900 { - get { - try { - return ((int)(this[this.tabletblGen1Implicit.R0007900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0007900\' in table \'tblGen1Implicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Implicit.R0007900Column] = value; - } + public void SetC0005700Null() { + this[this.tabletblGen2OutcomesHeight.C0005700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0214700 { - get { - try { - return ((int)(this[this.tabletblGen1Implicit.R0214700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0214700\' in table \'tblGen1Implicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Implicit.R0214700Column] = value; - } + public bool IsC0577600Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.C0577600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0214800 { - get { - try { - return ((int)(this[this.tabletblGen1Implicit.R0214800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0214800\' in table \'tblGen1Implicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Implicit.R0214800Column] = value; - } + public void SetC0577600Null() { + this[this.tabletblGen2OutcomesHeight.C0577600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2302900 { - get { - try { - return ((int)(this[this.tabletblGen1Implicit.R2302900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2302900\' in table \'tblGen1Implicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Implicit.R2302900Column] = value; - } + public bool IsC0606300Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.C0606300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2303100 { - get { - try { - return ((int)(this[this.tabletblGen1Implicit.R2303100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2303100\' in table \'tblGen1Implicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Implicit.R2303100Column] = value; - } + public void SetC0606300Null() { + this[this.tabletblGen2OutcomesHeight.C0606300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2303200 { - get { - try { - return ((int)(this[this.tabletblGen1Implicit.R2303200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2303200\' in table \'tblGen1Implicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Implicit.R2303200Column] = value; - } + public bool IsC0606400Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.C0606400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2303300 { - get { - try { - return ((int)(this[this.tabletblGen1Implicit.R2303300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2303300\' in table \'tblGen1Implicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Implicit.R2303300Column] = value; - } + public void SetC0606400Null() { + this[this.tabletblGen2OutcomesHeight.C0606400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2303500 { - get { - try { - return ((int)(this[this.tabletblGen1Implicit.R2303500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2303500\' in table \'tblGen1Implicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Implicit.R2303500Column] = value; - } + public bool IsC0826400Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.C0826400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2303600 { - get { - try { - return ((int)(this[this.tabletblGen1Implicit.R2303600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2303600\' in table \'tblGen1Implicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Implicit.R2303600Column] = value; - } + public void SetC0826400Null() { + this[this.tabletblGen2OutcomesHeight.C0826400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2505100 { - get { - try { - return ((int)(this[this.tabletblGen1Implicit.R2505100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2505100\' in table \'tblGen1Implicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Implicit.R2505100Column] = value; - } + public bool IsC0826500Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.C0826500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2505300 { - get { - try { - return ((int)(this[this.tabletblGen1Implicit.R2505300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2505300\' in table \'tblGen1Implicit\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1Implicit.R2505300Column] = value; - } + public void SetC0826500Null() { + this[this.tabletblGen2OutcomesHeight.C0826500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2505400 { + public bool IsC1016700Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.C1016700Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC1016700Null() { + this[this.tabletblGen2OutcomesHeight.C1016700Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC1016800Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.C1016800Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC1016800Null() { + this[this.tabletblGen2OutcomesHeight.C1016800Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC1220200Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.C1220200Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC1220200Null() { + this[this.tabletblGen2OutcomesHeight.C1220200Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC1220300Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.C1220300Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC1220300Null() { + this[this.tabletblGen2OutcomesHeight.C1220300Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC1532700Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.C1532700Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC1532700Null() { + this[this.tabletblGen2OutcomesHeight.C1532700Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC1532800Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.C1532800Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC1532800Null() { + this[this.tabletblGen2OutcomesHeight.C1532800Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC1779300Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.C1779300Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC1779300Null() { + this[this.tabletblGen2OutcomesHeight.C1779300Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC1779400Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.C1779400Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC1779400Null() { + this[this.tabletblGen2OutcomesHeight.C1779400Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC2288500Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.C2288500Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC2288500Null() { + this[this.tabletblGen2OutcomesHeight.C2288500Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC2288600Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.C2288600Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC2288600Null() { + this[this.tabletblGen2OutcomesHeight.C2288600Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC2552300Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.C2552300Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC2552300Null() { + this[this.tabletblGen2OutcomesHeight.C2552300Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC2820900Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.C2820900Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC2820900Null() { + this[this.tabletblGen2OutcomesHeight.C2820900Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC3130400Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.C3130400Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC3130400Null() { + this[this.tabletblGen2OutcomesHeight.C3130400Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC3553400Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.C3553400Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC3553400Null() { + this[this.tabletblGen2OutcomesHeight.C3553400Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC3634500Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.C3634500Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC3634500Null() { + this[this.tabletblGen2OutcomesHeight.C3634500Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC3898000Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.C3898000Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC3898000Null() { + this[this.tabletblGen2OutcomesHeight.C3898000Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC4013000Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.C4013000Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC4013000Null() { + this[this.tabletblGen2OutcomesHeight.C4013000Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC5147900Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.C5147900Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC5147900Null() { + this[this.tabletblGen2OutcomesHeight.C5147900Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0308300Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.Y0308300Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0308300Null() { + this[this.tabletblGen2OutcomesHeight.Y0308300Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0308400Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.Y0308400Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0308400Null() { + this[this.tabletblGen2OutcomesHeight.Y0308400Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0609600Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.Y0609600Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0609600Null() { + this[this.tabletblGen2OutcomesHeight.Y0609600Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0609700Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.Y0609700Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0609700Null() { + this[this.tabletblGen2OutcomesHeight.Y0609700Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0903900Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.Y0903900Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0903900Null() { + this[this.tabletblGen2OutcomesHeight.Y0903900Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0904000Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.Y0904000Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0904000Null() { + this[this.tabletblGen2OutcomesHeight.Y0904000Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY1150800Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.Y1150800Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY1150800Null() { + this[this.tabletblGen2OutcomesHeight.Y1150800Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY1150900Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.Y1150900Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY1150900Null() { + this[this.tabletblGen2OutcomesHeight.Y1150900Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY1385800Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.Y1385800Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY1385800Null() { + this[this.tabletblGen2OutcomesHeight.Y1385800Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY1385900Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.Y1385900Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY1385900Null() { + this[this.tabletblGen2OutcomesHeight.Y1385900Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY1637500Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.Y1637500Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY1637500Null() { + this[this.tabletblGen2OutcomesHeight.Y1637500Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY1637600Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.Y1637600Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY1637600Null() { + this[this.tabletblGen2OutcomesHeight.Y1637600Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY1891100Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.Y1891100Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY1891100Null() { + this[this.tabletblGen2OutcomesHeight.Y1891100Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY1891200Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.Y1891200Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY1891200Null() { + this[this.tabletblGen2OutcomesHeight.Y1891200Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY2207000Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.Y2207000Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY2207000Null() { + this[this.tabletblGen2OutcomesHeight.Y2207000Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY2207100Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.Y2207100Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY2207100Null() { + this[this.tabletblGen2OutcomesHeight.Y2207100Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY2544700Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.Y2544700Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY2544700Null() { + this[this.tabletblGen2OutcomesHeight.Y2544700Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY2544800Null() { + return this.IsNull(this.tabletblGen2OutcomesHeight.Y2544800Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY2544800Null() { + this[this.tabletblGen2OutcomesHeight.Y2544800Column] = global::System.Convert.DBNull; + } + } + + /// + ///Represents strongly named DataRow class. + /// + public partial class tblGen1ExplicitRow : global::System.Data.DataRow { + + private tblGen1ExplicitDataTable tabletblGen1Explicit; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + internal tblGen1ExplicitRow(global::System.Data.DataRowBuilder rb) : + base(rb) { + this.tabletblGen1Explicit = ((tblGen1ExplicitDataTable)(this.Table)); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R0000100 { get { - try { - return ((int)(this[this.tabletblGen1Implicit.R2505400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2505400\' in table \'tblGen1Implicit\' is DBNull.", e); - } + return ((int)(this[this.tabletblGen1Explicit.R0000100Column])); } set { - this[this.tabletblGen1Implicit.R2505400Column] = value; + this[this.tabletblGen1Explicit.R0000100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2505500 { + public int R0000149 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2505500Column])); + return ((int)(this[this.tabletblGen1Explicit.R0000149Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2505500\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0000149\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2505500Column] = value; + this[this.tabletblGen1Explicit.R0000149Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2505700 { + public int R0000150 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2505700Column])); + return ((int)(this[this.tabletblGen1Explicit.R0000150Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2505700\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0000150\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2505700Column] = value; + this[this.tabletblGen1Explicit.R0000150Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2505800 { + public int R0000151 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2505800Column])); + return ((int)(this[this.tabletblGen1Explicit.R0000151Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2505800\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0000151\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2505800Column] = value; + this[this.tabletblGen1Explicit.R0000151Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2737900 { + public int R0000152 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2737900Column])); + return ((int)(this[this.tabletblGen1Explicit.R0000152Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2737900\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0000152\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2737900Column] = value; + this[this.tabletblGen1Explicit.R0000152Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2837200 { + public int R0000153 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2837200Column])); + return ((int)(this[this.tabletblGen1Explicit.R0000153Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2837200\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0000153\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2837200Column] = value; + this[this.tabletblGen1Explicit.R0000153Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2837300 { + public int R0000154 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2837300Column])); + return ((int)(this[this.tabletblGen1Explicit.R0000154Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2837300\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0000154\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2837300Column] = value; + this[this.tabletblGen1Explicit.R0000154Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2837400 { + public int R0000155 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2837400Column])); + return ((int)(this[this.tabletblGen1Explicit.R0000155Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2837400\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0000155\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2837400Column] = value; + this[this.tabletblGen1Explicit.R0000155Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2837500 { + public int R0000156 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2837500Column])); + return ((int)(this[this.tabletblGen1Explicit.R0000156Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2837500\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0000156\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2837500Column] = value; + this[this.tabletblGen1Explicit.R0000156Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2837600 { + public int R0000157 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2837600Column])); + return ((int)(this[this.tabletblGen1Explicit.R0000157Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2837600\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0000157\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2837600Column] = value; + this[this.tabletblGen1Explicit.R0000157Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2837700 { + public int R0000158 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2837700Column])); + return ((int)(this[this.tabletblGen1Explicit.R0000158Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2837700\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0000158\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2837700Column] = value; + this[this.tabletblGen1Explicit.R0000158Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2837800 { + public int R0000159 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2837800Column])); + return ((int)(this[this.tabletblGen1Explicit.R0000159Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2837800\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0000159\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2837800Column] = value; + this[this.tabletblGen1Explicit.R0000159Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2837900 { + public int R0000162 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2837900Column])); + return ((int)(this[this.tabletblGen1Explicit.R0000162Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2837900\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0000162\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2837900Column] = value; + this[this.tabletblGen1Explicit.R0000162Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2838000 { + public int R0000163 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2838000Column])); + return ((int)(this[this.tabletblGen1Explicit.R0000163Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2838000\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0000163\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2838000Column] = value; + this[this.tabletblGen1Explicit.R0000163Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2838100 { + public int R0000164 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2838100Column])); + return ((int)(this[this.tabletblGen1Explicit.R0000164Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2838100\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0000164\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2838100Column] = value; + this[this.tabletblGen1Explicit.R0000164Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2838200 { + public int R0000165 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2838200Column])); + return ((int)(this[this.tabletblGen1Explicit.R0000165Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2838200\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0000165\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2838200Column] = value; + this[this.tabletblGen1Explicit.R0000165Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2838300 { + public int R0000166 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2838300Column])); + return ((int)(this[this.tabletblGen1Explicit.R0000166Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2838300\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0000166\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2838300Column] = value; + this[this.tabletblGen1Explicit.R0000166Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2838400 { + public int R0214700 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2838400Column])); + return ((int)(this[this.tabletblGen1Explicit.R0214700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2838400\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0214700\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2838400Column] = value; + this[this.tabletblGen1Explicit.R0214700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2838500 { + public int R0214800 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2838500Column])); + return ((int)(this[this.tabletblGen1Explicit.R0214800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2838500\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0214800\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2838500Column] = value; + this[this.tabletblGen1Explicit.R0214800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2838600 { + public int R4125101 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2838600Column])); + return ((int)(this[this.tabletblGen1Explicit.R4125101Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2838600\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4125101\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2838600Column] = value; + this[this.tabletblGen1Explicit.R4125101Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2838700 { + public int R4125801 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2838700Column])); + return ((int)(this[this.tabletblGen1Explicit.R4125801Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2838700\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4125801\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2838700Column] = value; + this[this.tabletblGen1Explicit.R4125801Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2838800 { + public int R4126501 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2838800Column])); + return ((int)(this[this.tabletblGen1Explicit.R4126501Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2838800\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4126501\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2838800Column] = value; + this[this.tabletblGen1Explicit.R4126501Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2838900 { + public int R4127201 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2838900Column])); + return ((int)(this[this.tabletblGen1Explicit.R4127201Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2838900\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4127201\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2838900Column] = value; + this[this.tabletblGen1Explicit.R4127201Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2839000 { + public int R4127901 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2839000Column])); + return ((int)(this[this.tabletblGen1Explicit.R4127901Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2839000\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4127901\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2839000Column] = value; + this[this.tabletblGen1Explicit.R4127901Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2839100 { + public int R4128601 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2839100Column])); + return ((int)(this[this.tabletblGen1Explicit.R4128601Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2839100\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4128601\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2839100Column] = value; + this[this.tabletblGen1Explicit.R4128601Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2839200 { + public int R4129301 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2839200Column])); + return ((int)(this[this.tabletblGen1Explicit.R4129301Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2839200\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4129301\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2839200Column] = value; + this[this.tabletblGen1Explicit.R4129301Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2839300 { + public int R4130001 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2839300Column])); + return ((int)(this[this.tabletblGen1Explicit.R4130001Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2839300\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4130001\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2839300Column] = value; + this[this.tabletblGen1Explicit.R4130001Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2839400 { + public int R4130701 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2839400Column])); + return ((int)(this[this.tabletblGen1Explicit.R4130701Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2839400\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4130701\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2839400Column] = value; + this[this.tabletblGen1Explicit.R4130701Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2839500 { + public int R4131401 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2839500Column])); + return ((int)(this[this.tabletblGen1Explicit.R4131401Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2839500\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4131401\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2839500Column] = value; + this[this.tabletblGen1Explicit.R4131401Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2839600 { + public int R4132101 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2839600Column])); + return ((int)(this[this.tabletblGen1Explicit.R4132101Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2839600\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4132101\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2839600Column] = value; + this[this.tabletblGen1Explicit.R4132101Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2839700 { + public int R4132801 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2839700Column])); + return ((int)(this[this.tabletblGen1Explicit.R4132801Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2839700\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4132801\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2839700Column] = value; + this[this.tabletblGen1Explicit.R4132801Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2839800 { + public int R4133701 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2839800Column])); + return ((int)(this[this.tabletblGen1Explicit.R4133701Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2839800\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4133701\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2839800Column] = value; + this[this.tabletblGen1Explicit.R4133701Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2839900 { + public int R4521500 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2839900Column])); + return ((int)(this[this.tabletblGen1Explicit.R4521500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2839900\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4521500\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2839900Column] = value; + this[this.tabletblGen1Explicit.R4521500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2840000 { + public int R4521700 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2840000Column])); + return ((int)(this[this.tabletblGen1Explicit.R4521700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2840000\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4521700\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2840000Column] = value; + this[this.tabletblGen1Explicit.R4521700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2840100 { + public int R4521800 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2840100Column])); + return ((int)(this[this.tabletblGen1Explicit.R4521800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2840100\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4521800\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2840100Column] = value; + this[this.tabletblGen1Explicit.R4521800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2840200 { + public int R4521900 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2840200Column])); + return ((int)(this[this.tabletblGen1Explicit.R4521900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2840200\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4521900\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2840200Column] = value; + this[this.tabletblGen1Explicit.R4521900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2840300 { + public int R4522000 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2840300Column])); + return ((int)(this[this.tabletblGen1Explicit.R4522000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2840300\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4522000\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2840300Column] = value; + this[this.tabletblGen1Explicit.R4522000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2840400 { + public int R4522100 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2840400Column])); + return ((int)(this[this.tabletblGen1Explicit.R4522100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2840400\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4522100\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2840400Column] = value; + this[this.tabletblGen1Explicit.R4522100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2840500 { + public int R4522200 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2840500Column])); + return ((int)(this[this.tabletblGen1Explicit.R4522200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2840500\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4522200\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2840500Column] = value; + this[this.tabletblGen1Explicit.R4522200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2840600 { + public int R4522300 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2840600Column])); + return ((int)(this[this.tabletblGen1Explicit.R4522300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2840600\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4522300\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2840600Column] = value; + this[this.tabletblGen1Explicit.R4522300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2840700 { + public int R4522400 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2840700Column])); + return ((int)(this[this.tabletblGen1Explicit.R4522400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2840700\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4522400\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2840700Column] = value; + this[this.tabletblGen1Explicit.R4522400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2840800 { + public int R4522500 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2840800Column])); + return ((int)(this[this.tabletblGen1Explicit.R4522500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2840800\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4522500\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2840800Column] = value; + this[this.tabletblGen1Explicit.R4522500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2840900 { + public int R4522600 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2840900Column])); + return ((int)(this[this.tabletblGen1Explicit.R4522600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2840900\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4522600\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2840900Column] = value; + this[this.tabletblGen1Explicit.R4522600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2841000 { + public int R4522700 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2841000Column])); + return ((int)(this[this.tabletblGen1Explicit.R4522700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2841000\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4522700\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2841000Column] = value; + this[this.tabletblGen1Explicit.R4522700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2841100 { + public int R4522800 { get { try { - return ((int)(this[this.tabletblGen1Implicit.R2841100Column])); + return ((int)(this[this.tabletblGen1Explicit.R4522800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2841100\' in table \'tblGen1Implicit\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4522800\' in table \'tblGen1Explicit\' is DBNull.", e); } } set { - this[this.tabletblGen1Implicit.R2841100Column] = value; + this[this.tabletblGen1Explicit.R4522800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0001600Null() { - return this.IsNull(this.tabletblGen1Implicit.H0001600Column); + public int T0002000 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T0002000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0002000\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T0002000Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0001600Null() { - this[this.tabletblGen1Implicit.H0001600Column] = global::System.Convert.DBNull; + public int T0002100 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T0002100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0002100\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T0002100Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0001700Null() { - return this.IsNull(this.tabletblGen1Implicit.H0001700Column); + public int T0002200 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T0002200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0002200\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T0002200Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0001700Null() { - this[this.tabletblGen1Implicit.H0001700Column] = global::System.Convert.DBNull; + public int T0002300 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T0002300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0002300\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T0002300Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0001800Null() { - return this.IsNull(this.tabletblGen1Implicit.H0001800Column); + public int T0002400 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T0002400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0002400\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T0002400Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0001800Null() { - this[this.tabletblGen1Implicit.H0001800Column] = global::System.Convert.DBNull; + public int T0002500 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T0002500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0002500\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T0002500Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0001900Null() { - return this.IsNull(this.tabletblGen1Implicit.H0001900Column); + public int T0002600 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T0002600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0002600\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T0002600Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0001900Null() { - this[this.tabletblGen1Implicit.H0001900Column] = global::System.Convert.DBNull; + public int T0002700 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T0002700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0002700\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T0002700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0002000Null() { - return this.IsNull(this.tabletblGen1Implicit.H0002000Column); + public int T0002800 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T0002800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0002800\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T0002800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0002000Null() { - this[this.tabletblGen1Implicit.H0002000Column] = global::System.Convert.DBNull; + public int T0002900 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T0002900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0002900\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T0002900Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0002100Null() { - return this.IsNull(this.tabletblGen1Implicit.H0002100Column); + public int T0003000 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T0003000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0003000\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T0003000Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0002100Null() { - this[this.tabletblGen1Implicit.H0002100Column] = global::System.Convert.DBNull; + public int T0003100 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T0003100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0003100\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T0003100Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0002200Null() { - return this.IsNull(this.tabletblGen1Implicit.H0002200Column); + public int T0003200 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T0003200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0003200\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T0003200Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0002200Null() { - this[this.tabletblGen1Implicit.H0002200Column] = global::System.Convert.DBNull; + public int T0003300 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T0003300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0003300\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T0003300Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0002300Null() { - return this.IsNull(this.tabletblGen1Implicit.H0002300Column); + public int T0003400 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T0003400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0003400\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T0003400Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0002300Null() { - this[this.tabletblGen1Implicit.H0002300Column] = global::System.Convert.DBNull; + public int T0003500 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T0003500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0003500\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T0003500Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0002400Null() { - return this.IsNull(this.tabletblGen1Implicit.H0002400Column); + public int T0003600 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T0003600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0003600\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T0003600Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0002400Null() { - this[this.tabletblGen1Implicit.H0002400Column] = global::System.Convert.DBNull; + public int T0003700 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T0003700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0003700\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T0003700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0002500Null() { - return this.IsNull(this.tabletblGen1Implicit.H0002500Column); + public int T0003800 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T0003800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0003800\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T0003800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0002500Null() { - this[this.tabletblGen1Implicit.H0002500Column] = global::System.Convert.DBNull; + public int T0003900 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T0003900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0003900\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T0003900Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0002600Null() { - return this.IsNull(this.tabletblGen1Implicit.H0002600Column); + public int T0004000 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T0004000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0004000\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T0004000Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0002600Null() { - this[this.tabletblGen1Implicit.H0002600Column] = global::System.Convert.DBNull; + public int T0004100 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T0004100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0004100\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T0004100Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0002700Null() { - return this.IsNull(this.tabletblGen1Implicit.H0002700Column); + public int T0004200 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T0004200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0004200\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T0004200Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0002700Null() { - this[this.tabletblGen1Implicit.H0002700Column] = global::System.Convert.DBNull; + public int T0004300 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T0004300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0004300\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T0004300Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0002800Null() { - return this.IsNull(this.tabletblGen1Implicit.H0002800Column); + public int T0004400 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T0004400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0004400\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T0004400Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0002800Null() { - this[this.tabletblGen1Implicit.H0002800Column] = global::System.Convert.DBNull; + public int T0004500 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T0004500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0004500\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T0004500Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0002900Null() { - return this.IsNull(this.tabletblGen1Implicit.H0002900Column); + public int T2261500 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T2261500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2261500\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T2261500Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0002900Null() { - this[this.tabletblGen1Implicit.H0002900Column] = global::System.Convert.DBNull; + public int T2261600 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T2261600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2261600\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T2261600Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0003000Null() { - return this.IsNull(this.tabletblGen1Implicit.H0003000Column); + public int T2261700 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T2261700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2261700\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T2261700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0003000Null() { - this[this.tabletblGen1Implicit.H0003000Column] = global::System.Convert.DBNull; + public int T2261800 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T2261800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2261800\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T2261800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0003100Null() { - return this.IsNull(this.tabletblGen1Implicit.H0003100Column); + public int T2261900 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T2261900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2261900\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T2261900Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0003100Null() { - this[this.tabletblGen1Implicit.H0003100Column] = global::System.Convert.DBNull; + public int T2262000 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T2262000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2262000\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T2262000Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0013600Null() { - return this.IsNull(this.tabletblGen1Implicit.H0013600Column); + public int T2262100 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T2262100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2262100\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T2262100Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0013600Null() { - this[this.tabletblGen1Implicit.H0013600Column] = global::System.Convert.DBNull; + public int T2262200 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T2262200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2262200\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T2262200Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0013700Null() { - return this.IsNull(this.tabletblGen1Implicit.H0013700Column); + public int T2262300 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T2262300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2262300\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T2262300Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0013700Null() { - this[this.tabletblGen1Implicit.H0013700Column] = global::System.Convert.DBNull; + public int T2262400 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T2262400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2262400\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T2262400Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0013800Null() { - return this.IsNull(this.tabletblGen1Implicit.H0013800Column); + public int T2262500 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T2262500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2262500\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T2262500Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0013800Null() { - this[this.tabletblGen1Implicit.H0013800Column] = global::System.Convert.DBNull; + public int T2262600 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T2262600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2262600\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T2262600Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0013900Null() { - return this.IsNull(this.tabletblGen1Implicit.H0013900Column); + public int T2262700 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T2262700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2262700\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T2262700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0013900Null() { - this[this.tabletblGen1Implicit.H0013900Column] = global::System.Convert.DBNull; + public int T2262800 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T2262800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2262800\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T2262800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0014000Null() { - return this.IsNull(this.tabletblGen1Implicit.H0014000Column); + public int T2262900 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T2262900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2262900\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T2262900Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0014000Null() { - this[this.tabletblGen1Implicit.H0014000Column] = global::System.Convert.DBNull; + public int T2263000 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T2263000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2263000\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T2263000Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0014100Null() { - return this.IsNull(this.tabletblGen1Implicit.H0014100Column); + public int T2263100 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T2263100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2263100\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T2263100Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0014100Null() { - this[this.tabletblGen1Implicit.H0014100Column] = global::System.Convert.DBNull; + public int T2263200 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T2263200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2263200\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T2263200Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0014200Null() { - return this.IsNull(this.tabletblGen1Implicit.H0014200Column); + public int T2263300 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T2263300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2263300\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T2263300Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0014200Null() { - this[this.tabletblGen1Implicit.H0014200Column] = global::System.Convert.DBNull; + public int T2263400 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T2263400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2263400\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T2263400Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0014300Null() { - return this.IsNull(this.tabletblGen1Implicit.H0014300Column); + public int T2263500 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T2263500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2263500\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T2263500Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0014300Null() { - this[this.tabletblGen1Implicit.H0014300Column] = global::System.Convert.DBNull; + public int T2263600 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T2263600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2263600\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T2263600Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0014400Null() { - return this.IsNull(this.tabletblGen1Implicit.H0014400Column); + public int T2263700 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T2263700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2263700\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T2263700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0014400Null() { - this[this.tabletblGen1Implicit.H0014400Column] = global::System.Convert.DBNull; + public int T2263800 { + get { + try { + return ((int)(this[this.tabletblGen1Explicit.T2263800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2263800\' in table \'tblGen1Explicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Explicit.T2263800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0014500Null() { - return this.IsNull(this.tabletblGen1Implicit.H0014500Column); + public bool IsR0000149Null() { + return this.IsNull(this.tabletblGen1Explicit.R0000149Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0014500Null() { - this[this.tabletblGen1Implicit.H0014500Column] = global::System.Convert.DBNull; + public void SetR0000149Null() { + this[this.tabletblGen1Explicit.R0000149Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0014700Null() { - return this.IsNull(this.tabletblGen1Implicit.H0014700Column); + public bool IsR0000150Null() { + return this.IsNull(this.tabletblGen1Explicit.R0000150Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0014700Null() { - this[this.tabletblGen1Implicit.H0014700Column] = global::System.Convert.DBNull; + public void SetR0000150Null() { + this[this.tabletblGen1Explicit.R0000150Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0014800Null() { - return this.IsNull(this.tabletblGen1Implicit.H0014800Column); + public bool IsR0000151Null() { + return this.IsNull(this.tabletblGen1Explicit.R0000151Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0014800Null() { - this[this.tabletblGen1Implicit.H0014800Column] = global::System.Convert.DBNull; + public void SetR0000151Null() { + this[this.tabletblGen1Explicit.R0000151Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0014900Null() { - return this.IsNull(this.tabletblGen1Implicit.H0014900Column); + public bool IsR0000152Null() { + return this.IsNull(this.tabletblGen1Explicit.R0000152Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0014900Null() { - this[this.tabletblGen1Implicit.H0014900Column] = global::System.Convert.DBNull; + public void SetR0000152Null() { + this[this.tabletblGen1Explicit.R0000152Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0015000Null() { - return this.IsNull(this.tabletblGen1Implicit.H0015000Column); + public bool IsR0000153Null() { + return this.IsNull(this.tabletblGen1Explicit.R0000153Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0015000Null() { - this[this.tabletblGen1Implicit.H0015000Column] = global::System.Convert.DBNull; + public void SetR0000153Null() { + this[this.tabletblGen1Explicit.R0000153Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0015100Null() { - return this.IsNull(this.tabletblGen1Implicit.H0015100Column); + public bool IsR0000154Null() { + return this.IsNull(this.tabletblGen1Explicit.R0000154Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0015100Null() { - this[this.tabletblGen1Implicit.H0015100Column] = global::System.Convert.DBNull; + public void SetR0000154Null() { + this[this.tabletblGen1Explicit.R0000154Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0015200Null() { - return this.IsNull(this.tabletblGen1Implicit.H0015200Column); + public bool IsR0000155Null() { + return this.IsNull(this.tabletblGen1Explicit.R0000155Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0015200Null() { - this[this.tabletblGen1Implicit.H0015200Column] = global::System.Convert.DBNull; + public void SetR0000155Null() { + this[this.tabletblGen1Explicit.R0000155Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0015300Null() { - return this.IsNull(this.tabletblGen1Implicit.H0015300Column); + public bool IsR0000156Null() { + return this.IsNull(this.tabletblGen1Explicit.R0000156Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0015300Null() { - this[this.tabletblGen1Implicit.H0015300Column] = global::System.Convert.DBNull; + public void SetR0000156Null() { + this[this.tabletblGen1Explicit.R0000156Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0015400Null() { - return this.IsNull(this.tabletblGen1Implicit.H0015400Column); + public bool IsR0000157Null() { + return this.IsNull(this.tabletblGen1Explicit.R0000157Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0015400Null() { - this[this.tabletblGen1Implicit.H0015400Column] = global::System.Convert.DBNull; + public void SetR0000157Null() { + this[this.tabletblGen1Explicit.R0000157Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0015500Null() { - return this.IsNull(this.tabletblGen1Implicit.H0015500Column); + public bool IsR0000158Null() { + return this.IsNull(this.tabletblGen1Explicit.R0000158Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0015500Null() { - this[this.tabletblGen1Implicit.H0015500Column] = global::System.Convert.DBNull; + public void SetR0000158Null() { + this[this.tabletblGen1Explicit.R0000158Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0015600Null() { - return this.IsNull(this.tabletblGen1Implicit.H0015600Column); + public bool IsR0000159Null() { + return this.IsNull(this.tabletblGen1Explicit.R0000159Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0015600Null() { - this[this.tabletblGen1Implicit.H0015600Column] = global::System.Convert.DBNull; + public void SetR0000159Null() { + this[this.tabletblGen1Explicit.R0000159Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0015700Null() { - return this.IsNull(this.tabletblGen1Implicit.H0015700Column); + public bool IsR0000162Null() { + return this.IsNull(this.tabletblGen1Explicit.R0000162Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0015700Null() { - this[this.tabletblGen1Implicit.H0015700Column] = global::System.Convert.DBNull; + public void SetR0000162Null() { + this[this.tabletblGen1Explicit.R0000162Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0015800Null() { - return this.IsNull(this.tabletblGen1Implicit.H0015800Column); + public bool IsR0000163Null() { + return this.IsNull(this.tabletblGen1Explicit.R0000163Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0015800Null() { - this[this.tabletblGen1Implicit.H0015800Column] = global::System.Convert.DBNull; + public void SetR0000163Null() { + this[this.tabletblGen1Explicit.R0000163Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0015803Null() { - return this.IsNull(this.tabletblGen1Implicit.H0015803Column); + public bool IsR0000164Null() { + return this.IsNull(this.tabletblGen1Explicit.R0000164Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0015803Null() { - this[this.tabletblGen1Implicit.H0015803Column] = global::System.Convert.DBNull; + public void SetR0000164Null() { + this[this.tabletblGen1Explicit.R0000164Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsH0015804Null() { - return this.IsNull(this.tabletblGen1Implicit.H0015804Column); + public bool IsR0000165Null() { + return this.IsNull(this.tabletblGen1Explicit.R0000165Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetH0015804Null() { - this[this.tabletblGen1Implicit.H0015804Column] = global::System.Convert.DBNull; + public void SetR0000165Null() { + this[this.tabletblGen1Explicit.R0000165Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0006100Null() { - return this.IsNull(this.tabletblGen1Implicit.R0006100Column); + public bool IsR0000166Null() { + return this.IsNull(this.tabletblGen1Explicit.R0000166Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0006100Null() { - this[this.tabletblGen1Implicit.R0006100Column] = global::System.Convert.DBNull; + public void SetR0000166Null() { + this[this.tabletblGen1Explicit.R0000166Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0006500Null() { - return this.IsNull(this.tabletblGen1Implicit.R0006500Column); + public bool IsR0214700Null() { + return this.IsNull(this.tabletblGen1Explicit.R0214700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0006500Null() { - this[this.tabletblGen1Implicit.R0006500Column] = global::System.Convert.DBNull; + public void SetR0214700Null() { + this[this.tabletblGen1Explicit.R0214700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0007300Null() { - return this.IsNull(this.tabletblGen1Implicit.R0007300Column); + public bool IsR0214800Null() { + return this.IsNull(this.tabletblGen1Explicit.R0214800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0007300Null() { - this[this.tabletblGen1Implicit.R0007300Column] = global::System.Convert.DBNull; + public void SetR0214800Null() { + this[this.tabletblGen1Explicit.R0214800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0007700Null() { - return this.IsNull(this.tabletblGen1Implicit.R0007700Column); + public bool IsR4125101Null() { + return this.IsNull(this.tabletblGen1Explicit.R4125101Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0007700Null() { - this[this.tabletblGen1Implicit.R0007700Column] = global::System.Convert.DBNull; + public void SetR4125101Null() { + this[this.tabletblGen1Explicit.R4125101Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0007900Null() { - return this.IsNull(this.tabletblGen1Implicit.R0007900Column); + public bool IsR4125801Null() { + return this.IsNull(this.tabletblGen1Explicit.R4125801Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0007900Null() { - this[this.tabletblGen1Implicit.R0007900Column] = global::System.Convert.DBNull; + public void SetR4125801Null() { + this[this.tabletblGen1Explicit.R4125801Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0214700Null() { - return this.IsNull(this.tabletblGen1Implicit.R0214700Column); + public bool IsR4126501Null() { + return this.IsNull(this.tabletblGen1Explicit.R4126501Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0214700Null() { - this[this.tabletblGen1Implicit.R0214700Column] = global::System.Convert.DBNull; + public void SetR4126501Null() { + this[this.tabletblGen1Explicit.R4126501Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0214800Null() { - return this.IsNull(this.tabletblGen1Implicit.R0214800Column); + public bool IsR4127201Null() { + return this.IsNull(this.tabletblGen1Explicit.R4127201Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0214800Null() { - this[this.tabletblGen1Implicit.R0214800Column] = global::System.Convert.DBNull; + public void SetR4127201Null() { + this[this.tabletblGen1Explicit.R4127201Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2302900Null() { - return this.IsNull(this.tabletblGen1Implicit.R2302900Column); + public bool IsR4127901Null() { + return this.IsNull(this.tabletblGen1Explicit.R4127901Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2302900Null() { - this[this.tabletblGen1Implicit.R2302900Column] = global::System.Convert.DBNull; + public void SetR4127901Null() { + this[this.tabletblGen1Explicit.R4127901Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2303100Null() { - return this.IsNull(this.tabletblGen1Implicit.R2303100Column); + public bool IsR4128601Null() { + return this.IsNull(this.tabletblGen1Explicit.R4128601Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2303100Null() { - this[this.tabletblGen1Implicit.R2303100Column] = global::System.Convert.DBNull; + public void SetR4128601Null() { + this[this.tabletblGen1Explicit.R4128601Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2303200Null() { - return this.IsNull(this.tabletblGen1Implicit.R2303200Column); + public bool IsR4129301Null() { + return this.IsNull(this.tabletblGen1Explicit.R4129301Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2303200Null() { - this[this.tabletblGen1Implicit.R2303200Column] = global::System.Convert.DBNull; + public void SetR4129301Null() { + this[this.tabletblGen1Explicit.R4129301Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2303300Null() { - return this.IsNull(this.tabletblGen1Implicit.R2303300Column); + public bool IsR4130001Null() { + return this.IsNull(this.tabletblGen1Explicit.R4130001Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2303300Null() { - this[this.tabletblGen1Implicit.R2303300Column] = global::System.Convert.DBNull; + public void SetR4130001Null() { + this[this.tabletblGen1Explicit.R4130001Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2303500Null() { - return this.IsNull(this.tabletblGen1Implicit.R2303500Column); + public bool IsR4130701Null() { + return this.IsNull(this.tabletblGen1Explicit.R4130701Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2303500Null() { - this[this.tabletblGen1Implicit.R2303500Column] = global::System.Convert.DBNull; + public void SetR4130701Null() { + this[this.tabletblGen1Explicit.R4130701Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2303600Null() { - return this.IsNull(this.tabletblGen1Implicit.R2303600Column); + public bool IsR4131401Null() { + return this.IsNull(this.tabletblGen1Explicit.R4131401Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2303600Null() { - this[this.tabletblGen1Implicit.R2303600Column] = global::System.Convert.DBNull; + public void SetR4131401Null() { + this[this.tabletblGen1Explicit.R4131401Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2505100Null() { - return this.IsNull(this.tabletblGen1Implicit.R2505100Column); + public bool IsR4132101Null() { + return this.IsNull(this.tabletblGen1Explicit.R4132101Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2505100Null() { - this[this.tabletblGen1Implicit.R2505100Column] = global::System.Convert.DBNull; + public void SetR4132101Null() { + this[this.tabletblGen1Explicit.R4132101Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2505300Null() { - return this.IsNull(this.tabletblGen1Implicit.R2505300Column); + public bool IsR4132801Null() { + return this.IsNull(this.tabletblGen1Explicit.R4132801Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2505300Null() { - this[this.tabletblGen1Implicit.R2505300Column] = global::System.Convert.DBNull; + public void SetR4132801Null() { + this[this.tabletblGen1Explicit.R4132801Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2505400Null() { - return this.IsNull(this.tabletblGen1Implicit.R2505400Column); + public bool IsR4133701Null() { + return this.IsNull(this.tabletblGen1Explicit.R4133701Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2505400Null() { - this[this.tabletblGen1Implicit.R2505400Column] = global::System.Convert.DBNull; + public void SetR4133701Null() { + this[this.tabletblGen1Explicit.R4133701Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2505500Null() { - return this.IsNull(this.tabletblGen1Implicit.R2505500Column); + public bool IsR4521500Null() { + return this.IsNull(this.tabletblGen1Explicit.R4521500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2505500Null() { - this[this.tabletblGen1Implicit.R2505500Column] = global::System.Convert.DBNull; + public void SetR4521500Null() { + this[this.tabletblGen1Explicit.R4521500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2505700Null() { - return this.IsNull(this.tabletblGen1Implicit.R2505700Column); + public bool IsR4521700Null() { + return this.IsNull(this.tabletblGen1Explicit.R4521700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2505700Null() { - this[this.tabletblGen1Implicit.R2505700Column] = global::System.Convert.DBNull; + public void SetR4521700Null() { + this[this.tabletblGen1Explicit.R4521700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2505800Null() { - return this.IsNull(this.tabletblGen1Implicit.R2505800Column); + public bool IsR4521800Null() { + return this.IsNull(this.tabletblGen1Explicit.R4521800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2505800Null() { - this[this.tabletblGen1Implicit.R2505800Column] = global::System.Convert.DBNull; + public void SetR4521800Null() { + this[this.tabletblGen1Explicit.R4521800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2737900Null() { - return this.IsNull(this.tabletblGen1Implicit.R2737900Column); + public bool IsR4521900Null() { + return this.IsNull(this.tabletblGen1Explicit.R4521900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2737900Null() { - this[this.tabletblGen1Implicit.R2737900Column] = global::System.Convert.DBNull; + public void SetR4521900Null() { + this[this.tabletblGen1Explicit.R4521900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2837200Null() { - return this.IsNull(this.tabletblGen1Implicit.R2837200Column); + public bool IsR4522000Null() { + return this.IsNull(this.tabletblGen1Explicit.R4522000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2837200Null() { - this[this.tabletblGen1Implicit.R2837200Column] = global::System.Convert.DBNull; + public void SetR4522000Null() { + this[this.tabletblGen1Explicit.R4522000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2837300Null() { - return this.IsNull(this.tabletblGen1Implicit.R2837300Column); + public bool IsR4522100Null() { + return this.IsNull(this.tabletblGen1Explicit.R4522100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2837300Null() { - this[this.tabletblGen1Implicit.R2837300Column] = global::System.Convert.DBNull; + public void SetR4522100Null() { + this[this.tabletblGen1Explicit.R4522100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2837400Null() { - return this.IsNull(this.tabletblGen1Implicit.R2837400Column); + public bool IsR4522200Null() { + return this.IsNull(this.tabletblGen1Explicit.R4522200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2837400Null() { - this[this.tabletblGen1Implicit.R2837400Column] = global::System.Convert.DBNull; + public void SetR4522200Null() { + this[this.tabletblGen1Explicit.R4522200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2837500Null() { - return this.IsNull(this.tabletblGen1Implicit.R2837500Column); + public bool IsR4522300Null() { + return this.IsNull(this.tabletblGen1Explicit.R4522300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2837500Null() { - this[this.tabletblGen1Implicit.R2837500Column] = global::System.Convert.DBNull; + public void SetR4522300Null() { + this[this.tabletblGen1Explicit.R4522300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2837600Null() { - return this.IsNull(this.tabletblGen1Implicit.R2837600Column); + public bool IsR4522400Null() { + return this.IsNull(this.tabletblGen1Explicit.R4522400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2837600Null() { - this[this.tabletblGen1Implicit.R2837600Column] = global::System.Convert.DBNull; + public void SetR4522400Null() { + this[this.tabletblGen1Explicit.R4522400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2837700Null() { - return this.IsNull(this.tabletblGen1Implicit.R2837700Column); + public bool IsR4522500Null() { + return this.IsNull(this.tabletblGen1Explicit.R4522500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2837700Null() { - this[this.tabletblGen1Implicit.R2837700Column] = global::System.Convert.DBNull; + public void SetR4522500Null() { + this[this.tabletblGen1Explicit.R4522500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2837800Null() { - return this.IsNull(this.tabletblGen1Implicit.R2837800Column); + public bool IsR4522600Null() { + return this.IsNull(this.tabletblGen1Explicit.R4522600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2837800Null() { - this[this.tabletblGen1Implicit.R2837800Column] = global::System.Convert.DBNull; + public void SetR4522600Null() { + this[this.tabletblGen1Explicit.R4522600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2837900Null() { - return this.IsNull(this.tabletblGen1Implicit.R2837900Column); + public bool IsR4522700Null() { + return this.IsNull(this.tabletblGen1Explicit.R4522700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2837900Null() { - this[this.tabletblGen1Implicit.R2837900Column] = global::System.Convert.DBNull; + public void SetR4522700Null() { + this[this.tabletblGen1Explicit.R4522700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2838000Null() { - return this.IsNull(this.tabletblGen1Implicit.R2838000Column); + public bool IsR4522800Null() { + return this.IsNull(this.tabletblGen1Explicit.R4522800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2838000Null() { - this[this.tabletblGen1Implicit.R2838000Column] = global::System.Convert.DBNull; + public void SetR4522800Null() { + this[this.tabletblGen1Explicit.R4522800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2838100Null() { - return this.IsNull(this.tabletblGen1Implicit.R2838100Column); + public bool IsT0002000Null() { + return this.IsNull(this.tabletblGen1Explicit.T0002000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2838100Null() { - this[this.tabletblGen1Implicit.R2838100Column] = global::System.Convert.DBNull; + public void SetT0002000Null() { + this[this.tabletblGen1Explicit.T0002000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2838200Null() { - return this.IsNull(this.tabletblGen1Implicit.R2838200Column); + public bool IsT0002100Null() { + return this.IsNull(this.tabletblGen1Explicit.T0002100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2838200Null() { - this[this.tabletblGen1Implicit.R2838200Column] = global::System.Convert.DBNull; + public void SetT0002100Null() { + this[this.tabletblGen1Explicit.T0002100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2838300Null() { - return this.IsNull(this.tabletblGen1Implicit.R2838300Column); + public bool IsT0002200Null() { + return this.IsNull(this.tabletblGen1Explicit.T0002200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2838300Null() { - this[this.tabletblGen1Implicit.R2838300Column] = global::System.Convert.DBNull; + public void SetT0002200Null() { + this[this.tabletblGen1Explicit.T0002200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2838400Null() { - return this.IsNull(this.tabletblGen1Implicit.R2838400Column); + public bool IsT0002300Null() { + return this.IsNull(this.tabletblGen1Explicit.T0002300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2838400Null() { - this[this.tabletblGen1Implicit.R2838400Column] = global::System.Convert.DBNull; + public void SetT0002300Null() { + this[this.tabletblGen1Explicit.T0002300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2838500Null() { - return this.IsNull(this.tabletblGen1Implicit.R2838500Column); + public bool IsT0002400Null() { + return this.IsNull(this.tabletblGen1Explicit.T0002400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2838500Null() { - this[this.tabletblGen1Implicit.R2838500Column] = global::System.Convert.DBNull; + public void SetT0002400Null() { + this[this.tabletblGen1Explicit.T0002400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2838600Null() { - return this.IsNull(this.tabletblGen1Implicit.R2838600Column); + public bool IsT0002500Null() { + return this.IsNull(this.tabletblGen1Explicit.T0002500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2838600Null() { - this[this.tabletblGen1Implicit.R2838600Column] = global::System.Convert.DBNull; + public void SetT0002500Null() { + this[this.tabletblGen1Explicit.T0002500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2838700Null() { - return this.IsNull(this.tabletblGen1Implicit.R2838700Column); + public bool IsT0002600Null() { + return this.IsNull(this.tabletblGen1Explicit.T0002600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2838700Null() { - this[this.tabletblGen1Implicit.R2838700Column] = global::System.Convert.DBNull; + public void SetT0002600Null() { + this[this.tabletblGen1Explicit.T0002600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2838800Null() { - return this.IsNull(this.tabletblGen1Implicit.R2838800Column); + public bool IsT0002700Null() { + return this.IsNull(this.tabletblGen1Explicit.T0002700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2838800Null() { - this[this.tabletblGen1Implicit.R2838800Column] = global::System.Convert.DBNull; + public void SetT0002700Null() { + this[this.tabletblGen1Explicit.T0002700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2838900Null() { - return this.IsNull(this.tabletblGen1Implicit.R2838900Column); + public bool IsT0002800Null() { + return this.IsNull(this.tabletblGen1Explicit.T0002800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2838900Null() { - this[this.tabletblGen1Implicit.R2838900Column] = global::System.Convert.DBNull; + public void SetT0002800Null() { + this[this.tabletblGen1Explicit.T0002800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2839000Null() { - return this.IsNull(this.tabletblGen1Implicit.R2839000Column); + public bool IsT0002900Null() { + return this.IsNull(this.tabletblGen1Explicit.T0002900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2839000Null() { - this[this.tabletblGen1Implicit.R2839000Column] = global::System.Convert.DBNull; + public void SetT0002900Null() { + this[this.tabletblGen1Explicit.T0002900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2839100Null() { - return this.IsNull(this.tabletblGen1Implicit.R2839100Column); + public bool IsT0003000Null() { + return this.IsNull(this.tabletblGen1Explicit.T0003000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2839100Null() { - this[this.tabletblGen1Implicit.R2839100Column] = global::System.Convert.DBNull; + public void SetT0003000Null() { + this[this.tabletblGen1Explicit.T0003000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2839200Null() { - return this.IsNull(this.tabletblGen1Implicit.R2839200Column); + public bool IsT0003100Null() { + return this.IsNull(this.tabletblGen1Explicit.T0003100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2839200Null() { - this[this.tabletblGen1Implicit.R2839200Column] = global::System.Convert.DBNull; + public void SetT0003100Null() { + this[this.tabletblGen1Explicit.T0003100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2839300Null() { - return this.IsNull(this.tabletblGen1Implicit.R2839300Column); + public bool IsT0003200Null() { + return this.IsNull(this.tabletblGen1Explicit.T0003200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2839300Null() { - this[this.tabletblGen1Implicit.R2839300Column] = global::System.Convert.DBNull; + public void SetT0003200Null() { + this[this.tabletblGen1Explicit.T0003200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2839400Null() { - return this.IsNull(this.tabletblGen1Implicit.R2839400Column); + public bool IsT0003300Null() { + return this.IsNull(this.tabletblGen1Explicit.T0003300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2839400Null() { - this[this.tabletblGen1Implicit.R2839400Column] = global::System.Convert.DBNull; + public void SetT0003300Null() { + this[this.tabletblGen1Explicit.T0003300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2839500Null() { - return this.IsNull(this.tabletblGen1Implicit.R2839500Column); + public bool IsT0003400Null() { + return this.IsNull(this.tabletblGen1Explicit.T0003400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2839500Null() { - this[this.tabletblGen1Implicit.R2839500Column] = global::System.Convert.DBNull; + public void SetT0003400Null() { + this[this.tabletblGen1Explicit.T0003400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2839600Null() { - return this.IsNull(this.tabletblGen1Implicit.R2839600Column); + public bool IsT0003500Null() { + return this.IsNull(this.tabletblGen1Explicit.T0003500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2839600Null() { - this[this.tabletblGen1Implicit.R2839600Column] = global::System.Convert.DBNull; + public void SetT0003500Null() { + this[this.tabletblGen1Explicit.T0003500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2839700Null() { - return this.IsNull(this.tabletblGen1Implicit.R2839700Column); + public bool IsT0003600Null() { + return this.IsNull(this.tabletblGen1Explicit.T0003600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2839700Null() { - this[this.tabletblGen1Implicit.R2839700Column] = global::System.Convert.DBNull; + public void SetT0003600Null() { + this[this.tabletblGen1Explicit.T0003600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2839800Null() { - return this.IsNull(this.tabletblGen1Implicit.R2839800Column); + public bool IsT0003700Null() { + return this.IsNull(this.tabletblGen1Explicit.T0003700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2839800Null() { - this[this.tabletblGen1Implicit.R2839800Column] = global::System.Convert.DBNull; + public void SetT0003700Null() { + this[this.tabletblGen1Explicit.T0003700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2839900Null() { - return this.IsNull(this.tabletblGen1Implicit.R2839900Column); + public bool IsT0003800Null() { + return this.IsNull(this.tabletblGen1Explicit.T0003800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2839900Null() { - this[this.tabletblGen1Implicit.R2839900Column] = global::System.Convert.DBNull; + public void SetT0003800Null() { + this[this.tabletblGen1Explicit.T0003800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2840000Null() { - return this.IsNull(this.tabletblGen1Implicit.R2840000Column); + public bool IsT0003900Null() { + return this.IsNull(this.tabletblGen1Explicit.T0003900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2840000Null() { - this[this.tabletblGen1Implicit.R2840000Column] = global::System.Convert.DBNull; + public void SetT0003900Null() { + this[this.tabletblGen1Explicit.T0003900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2840100Null() { - return this.IsNull(this.tabletblGen1Implicit.R2840100Column); + public bool IsT0004000Null() { + return this.IsNull(this.tabletblGen1Explicit.T0004000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2840100Null() { - this[this.tabletblGen1Implicit.R2840100Column] = global::System.Convert.DBNull; + public void SetT0004000Null() { + this[this.tabletblGen1Explicit.T0004000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2840200Null() { - return this.IsNull(this.tabletblGen1Implicit.R2840200Column); + public bool IsT0004100Null() { + return this.IsNull(this.tabletblGen1Explicit.T0004100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2840200Null() { - this[this.tabletblGen1Implicit.R2840200Column] = global::System.Convert.DBNull; + public void SetT0004100Null() { + this[this.tabletblGen1Explicit.T0004100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2840300Null() { - return this.IsNull(this.tabletblGen1Implicit.R2840300Column); + public bool IsT0004200Null() { + return this.IsNull(this.tabletblGen1Explicit.T0004200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2840300Null() { - this[this.tabletblGen1Implicit.R2840300Column] = global::System.Convert.DBNull; + public void SetT0004200Null() { + this[this.tabletblGen1Explicit.T0004200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2840400Null() { - return this.IsNull(this.tabletblGen1Implicit.R2840400Column); + public bool IsT0004300Null() { + return this.IsNull(this.tabletblGen1Explicit.T0004300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2840400Null() { - this[this.tabletblGen1Implicit.R2840400Column] = global::System.Convert.DBNull; + public void SetT0004300Null() { + this[this.tabletblGen1Explicit.T0004300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2840500Null() { - return this.IsNull(this.tabletblGen1Implicit.R2840500Column); + public bool IsT0004400Null() { + return this.IsNull(this.tabletblGen1Explicit.T0004400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2840500Null() { - this[this.tabletblGen1Implicit.R2840500Column] = global::System.Convert.DBNull; + public void SetT0004400Null() { + this[this.tabletblGen1Explicit.T0004400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2840600Null() { - return this.IsNull(this.tabletblGen1Implicit.R2840600Column); + public bool IsT0004500Null() { + return this.IsNull(this.tabletblGen1Explicit.T0004500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2840600Null() { - this[this.tabletblGen1Implicit.R2840600Column] = global::System.Convert.DBNull; + public void SetT0004500Null() { + this[this.tabletblGen1Explicit.T0004500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2840700Null() { - return this.IsNull(this.tabletblGen1Implicit.R2840700Column); + public bool IsT2261500Null() { + return this.IsNull(this.tabletblGen1Explicit.T2261500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2840700Null() { - this[this.tabletblGen1Implicit.R2840700Column] = global::System.Convert.DBNull; + public void SetT2261500Null() { + this[this.tabletblGen1Explicit.T2261500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2840800Null() { - return this.IsNull(this.tabletblGen1Implicit.R2840800Column); + public bool IsT2261600Null() { + return this.IsNull(this.tabletblGen1Explicit.T2261600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2840800Null() { - this[this.tabletblGen1Implicit.R2840800Column] = global::System.Convert.DBNull; + public void SetT2261600Null() { + this[this.tabletblGen1Explicit.T2261600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2840900Null() { - return this.IsNull(this.tabletblGen1Implicit.R2840900Column); + public bool IsT2261700Null() { + return this.IsNull(this.tabletblGen1Explicit.T2261700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2840900Null() { - this[this.tabletblGen1Implicit.R2840900Column] = global::System.Convert.DBNull; + public void SetT2261700Null() { + this[this.tabletblGen1Explicit.T2261700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2841000Null() { - return this.IsNull(this.tabletblGen1Implicit.R2841000Column); + public bool IsT2261800Null() { + return this.IsNull(this.tabletblGen1Explicit.T2261800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2841000Null() { - this[this.tabletblGen1Implicit.R2841000Column] = global::System.Convert.DBNull; + public void SetT2261800Null() { + this[this.tabletblGen1Explicit.T2261800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2841100Null() { - return this.IsNull(this.tabletblGen1Implicit.R2841100Column); + public bool IsT2261900Null() { + return this.IsNull(this.tabletblGen1Explicit.T2261900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2841100Null() { - this[this.tabletblGen1Implicit.R2841100Column] = global::System.Convert.DBNull; + public void SetT2261900Null() { + this[this.tabletblGen1Explicit.T2261900Column] = global::System.Convert.DBNull; } - } - - /// - ///Represents strongly named DataRow class. - /// - public partial class tblGen2OutcomesWeightRow : global::System.Data.DataRow { - - private tblGen2OutcomesWeightDataTable tabletblGen2OutcomesWeight; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblGen2OutcomesWeightRow(global::System.Data.DataRowBuilder rb) : - base(rb) { - this.tabletblGen2OutcomesWeight = ((tblGen2OutcomesWeightDataTable)(this.Table)); + public bool IsT2262000Null() { + return this.IsNull(this.tabletblGen1Explicit.T2262000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0000100 { - get { - return ((int)(this[this.tabletblGen2OutcomesWeight.C0000100Column])); - } - set { - this[this.tabletblGen2OutcomesWeight.C0000100Column] = value; - } + public void SetT2262000Null() { + this[this.tabletblGen1Explicit.T2262000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0000200 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesWeight.C0000200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0000200\' in table \'tblGen2OutcomesWeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesWeight.C0000200Column] = value; - } + public bool IsT2262100Null() { + return this.IsNull(this.tabletblGen1Explicit.T2262100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0005300 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesWeight.C0005300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0005300\' in table \'tblGen2OutcomesWeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesWeight.C0005300Column] = value; - } + public void SetT2262100Null() { + this[this.tabletblGen1Explicit.T2262100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0005400 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesWeight.C0005400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0005400\' in table \'tblGen2OutcomesWeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesWeight.C0005400Column] = value; - } + public bool IsT2262200Null() { + return this.IsNull(this.tabletblGen1Explicit.T2262200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0005700 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesWeight.C0005700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0005700\' in table \'tblGen2OutcomesWeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesWeight.C0005700Column] = value; - } + public void SetT2262200Null() { + this[this.tabletblGen1Explicit.T2262200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0308500 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesWeight.Y0308500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0308500\' in table \'tblGen2OutcomesWeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesWeight.Y0308500Column] = value; - } + public bool IsT2262300Null() { + return this.IsNull(this.tabletblGen1Explicit.T2262300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y0904100 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesWeight.Y0904100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y0904100\' in table \'tblGen2OutcomesWeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesWeight.Y0904100Column] = value; - } + public void SetT2262300Null() { + this[this.tabletblGen1Explicit.T2262300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1151000 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesWeight.Y1151000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1151000\' in table \'tblGen2OutcomesWeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesWeight.Y1151000Column] = value; - } + public bool IsT2262400Null() { + return this.IsNull(this.tabletblGen1Explicit.T2262400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1386000 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesWeight.Y1386000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1386000\' in table \'tblGen2OutcomesWeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesWeight.Y1386000Column] = value; - } + public void SetT2262400Null() { + this[this.tabletblGen1Explicit.T2262400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1637700 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesWeight.Y1637700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1637700\' in table \'tblGen2OutcomesWeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesWeight.Y1637700Column] = value; - } + public bool IsT2262500Null() { + return this.IsNull(this.tabletblGen1Explicit.T2262500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y1891300 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesWeight.Y1891300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y1891300\' in table \'tblGen2OutcomesWeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesWeight.Y1891300Column] = value; - } + public void SetT2262500Null() { + this[this.tabletblGen1Explicit.T2262500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y2207200 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesWeight.Y2207200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y2207200\' in table \'tblGen2OutcomesWeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesWeight.Y2207200Column] = value; - } + public bool IsT2262600Null() { + return this.IsNull(this.tabletblGen1Explicit.T2262600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int Y2544900 { - get { - try { - return ((int)(this[this.tabletblGen2OutcomesWeight.Y2544900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y2544900\' in table \'tblGen2OutcomesWeight\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2OutcomesWeight.Y2544900Column] = value; - } + public void SetT2262600Null() { + this[this.tabletblGen1Explicit.T2262600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0000200Null() { - return this.IsNull(this.tabletblGen2OutcomesWeight.C0000200Column); + public bool IsT2262700Null() { + return this.IsNull(this.tabletblGen1Explicit.T2262700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0000200Null() { - this[this.tabletblGen2OutcomesWeight.C0000200Column] = global::System.Convert.DBNull; + public void SetT2262700Null() { + this[this.tabletblGen1Explicit.T2262700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0005300Null() { - return this.IsNull(this.tabletblGen2OutcomesWeight.C0005300Column); + public bool IsT2262800Null() { + return this.IsNull(this.tabletblGen1Explicit.T2262800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0005300Null() { - this[this.tabletblGen2OutcomesWeight.C0005300Column] = global::System.Convert.DBNull; + public void SetT2262800Null() { + this[this.tabletblGen1Explicit.T2262800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0005400Null() { - return this.IsNull(this.tabletblGen2OutcomesWeight.C0005400Column); + public bool IsT2262900Null() { + return this.IsNull(this.tabletblGen1Explicit.T2262900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0005400Null() { - this[this.tabletblGen2OutcomesWeight.C0005400Column] = global::System.Convert.DBNull; + public void SetT2262900Null() { + this[this.tabletblGen1Explicit.T2262900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0005700Null() { - return this.IsNull(this.tabletblGen2OutcomesWeight.C0005700Column); + public bool IsT2263000Null() { + return this.IsNull(this.tabletblGen1Explicit.T2263000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0005700Null() { - this[this.tabletblGen2OutcomesWeight.C0005700Column] = global::System.Convert.DBNull; + public void SetT2263000Null() { + this[this.tabletblGen1Explicit.T2263000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0308500Null() { - return this.IsNull(this.tabletblGen2OutcomesWeight.Y0308500Column); + public bool IsT2263100Null() { + return this.IsNull(this.tabletblGen1Explicit.T2263100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0308500Null() { - this[this.tabletblGen2OutcomesWeight.Y0308500Column] = global::System.Convert.DBNull; + public void SetT2263100Null() { + this[this.tabletblGen1Explicit.T2263100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY0904100Null() { - return this.IsNull(this.tabletblGen2OutcomesWeight.Y0904100Column); + public bool IsT2263200Null() { + return this.IsNull(this.tabletblGen1Explicit.T2263200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY0904100Null() { - this[this.tabletblGen2OutcomesWeight.Y0904100Column] = global::System.Convert.DBNull; + public void SetT2263200Null() { + this[this.tabletblGen1Explicit.T2263200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1151000Null() { - return this.IsNull(this.tabletblGen2OutcomesWeight.Y1151000Column); + public bool IsT2263300Null() { + return this.IsNull(this.tabletblGen1Explicit.T2263300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1151000Null() { - this[this.tabletblGen2OutcomesWeight.Y1151000Column] = global::System.Convert.DBNull; + public void SetT2263300Null() { + this[this.tabletblGen1Explicit.T2263300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1386000Null() { - return this.IsNull(this.tabletblGen2OutcomesWeight.Y1386000Column); + public bool IsT2263400Null() { + return this.IsNull(this.tabletblGen1Explicit.T2263400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1386000Null() { - this[this.tabletblGen2OutcomesWeight.Y1386000Column] = global::System.Convert.DBNull; + public void SetT2263400Null() { + this[this.tabletblGen1Explicit.T2263400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1637700Null() { - return this.IsNull(this.tabletblGen2OutcomesWeight.Y1637700Column); + public bool IsT2263500Null() { + return this.IsNull(this.tabletblGen1Explicit.T2263500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1637700Null() { - this[this.tabletblGen2OutcomesWeight.Y1637700Column] = global::System.Convert.DBNull; + public void SetT2263500Null() { + this[this.tabletblGen1Explicit.T2263500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY1891300Null() { - return this.IsNull(this.tabletblGen2OutcomesWeight.Y1891300Column); + public bool IsT2263600Null() { + return this.IsNull(this.tabletblGen1Explicit.T2263600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY1891300Null() { - this[this.tabletblGen2OutcomesWeight.Y1891300Column] = global::System.Convert.DBNull; + public void SetT2263600Null() { + this[this.tabletblGen1Explicit.T2263600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY2207200Null() { - return this.IsNull(this.tabletblGen2OutcomesWeight.Y2207200Column); + public bool IsT2263700Null() { + return this.IsNull(this.tabletblGen1Explicit.T2263700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY2207200Null() { - this[this.tabletblGen2OutcomesWeight.Y2207200Column] = global::System.Convert.DBNull; + public void SetT2263700Null() { + this[this.tabletblGen1Explicit.T2263700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsY2544900Null() { - return this.IsNull(this.tabletblGen2OutcomesWeight.Y2544900Column); + public bool IsT2263800Null() { + return this.IsNull(this.tabletblGen1Explicit.T2263800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetY2544900Null() { - this[this.tabletblGen2OutcomesWeight.Y2544900Column] = global::System.Convert.DBNull; + public void SetT2263800Null() { + this[this.tabletblGen1Explicit.T2263800Column] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// - public partial class tblLinks2004Gen1Row : global::System.Data.DataRow { + public partial class tblGen1ImplicitRow : global::System.Data.DataRow { - private tblLinks2004Gen1DataTable tabletblLinks2004Gen1; + private tblGen1ImplicitDataTable tabletblGen1Implicit; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblLinks2004Gen1Row(global::System.Data.DataRowBuilder rb) : + internal tblGen1ImplicitRow(global::System.Data.DataRowBuilder rb) : base(rb) { - this.tabletblLinks2004Gen1 = ((tblLinks2004Gen1DataTable)(this.Table)); + this.tabletblGen1Implicit = ((tblGen1ImplicitDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public short PairID { + public int H0001600 { get { - return ((short)(this[this.tabletblLinks2004Gen1.PairIDColumn])); + try { + return ((int)(this[this.tabletblGen1Implicit.H0001600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'H0001600\' in table \'tblGen1Implicit\' is DBNull.", e); + } } set { - this[this.tabletblLinks2004Gen1.PairIDColumn] = value; + this[this.tabletblGen1Implicit.H0001600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public short ExtendedFamilyID { + public int H0001700 { get { - return ((short)(this[this.tabletblLinks2004Gen1.ExtendedFamilyIDColumn])); + try { + return ((int)(this[this.tabletblGen1Implicit.H0001700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'H0001700\' in table \'tblGen1Implicit\' is DBNull.", e); + } } set { - this[this.tabletblLinks2004Gen1.ExtendedFamilyIDColumn] = value; + this[this.tabletblGen1Implicit.H0001700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public short ID1 { + public int H0001800 { get { - return ((short)(this[this.tabletblLinks2004Gen1.ID1Column])); + try { + return ((int)(this[this.tabletblGen1Implicit.H0001800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'H0001800\' in table \'tblGen1Implicit\' is DBNull.", e); + } } set { - this[this.tabletblLinks2004Gen1.ID1Column] = value; + this[this.tabletblGen1Implicit.H0001800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public short ID2 { + public int H0001900 { get { - return ((short)(this[this.tabletblLinks2004Gen1.ID2Column])); + try { + return ((int)(this[this.tabletblGen1Implicit.H0001900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'H0001900\' in table \'tblGen1Implicit\' is DBNull.", e); + } } set { - this[this.tabletblLinks2004Gen1.ID2Column] = value; + this[this.tabletblGen1Implicit.H0001900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public byte Sex1 { + public int H0002000 { get { try { - return ((byte)(this[this.tabletblLinks2004Gen1.Sex1Column])); + return ((int)(this[this.tabletblGen1Implicit.H0002000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Sex1\' in table \'tblLinks2004Gen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'H0002000\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblLinks2004Gen1.Sex1Column] = value; + this[this.tabletblGen1Implicit.H0002000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public byte Sex2 { + public int H0002100 { get { try { - return ((byte)(this[this.tabletblLinks2004Gen1.Sex2Column])); + return ((int)(this[this.tabletblGen1Implicit.H0002100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Sex2\' in table \'tblLinks2004Gen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'H0002100\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblLinks2004Gen1.Sex2Column] = value; + this[this.tabletblGen1Implicit.H0002100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public float RecommendedRelatedness { + public int H0002200 { get { try { - return ((float)(this[this.tabletblLinks2004Gen1.RecommendedRelatednessColumn])); + return ((int)(this[this.tabletblGen1Implicit.H0002200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'RecommendedRelatedness\' in table \'tblLinks2004Gen1\' is DBNu" + - "ll.", e); + throw new global::System.Data.StrongTypingException("The value for column \'H0002200\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblLinks2004Gen1.RecommendedRelatednessColumn] = value; + this[this.tabletblGen1Implicit.H0002200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int SubjectTag_S1 { + public int H0002300 { get { - return ((int)(this[this.tabletblLinks2004Gen1.SubjectTag_S1Column])); + try { + return ((int)(this[this.tabletblGen1Implicit.H0002300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'H0002300\' in table \'tblGen1Implicit\' is DBNull.", e); + } } set { - this[this.tabletblLinks2004Gen1.SubjectTag_S1Column] = value; + this[this.tabletblGen1Implicit.H0002300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int SubjectTag_S2 { + public int H0002400 { get { - return ((int)(this[this.tabletblLinks2004Gen1.SubjectTag_S2Column])); + try { + return ((int)(this[this.tabletblGen1Implicit.H0002400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'H0002400\' in table \'tblGen1Implicit\' is DBNull.", e); + } } set { - this[this.tabletblLinks2004Gen1.SubjectTag_S2Column] = value; + this[this.tabletblGen1Implicit.H0002400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsSex1Null() { - return this.IsNull(this.tabletblLinks2004Gen1.Sex1Column); + public int H0002500 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.H0002500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'H0002500\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.H0002500Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetSex1Null() { - this[this.tabletblLinks2004Gen1.Sex1Column] = global::System.Convert.DBNull; + public int H0002600 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.H0002600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'H0002600\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.H0002600Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsSex2Null() { - return this.IsNull(this.tabletblLinks2004Gen1.Sex2Column); + public int H0002700 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.H0002700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'H0002700\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.H0002700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetSex2Null() { - this[this.tabletblLinks2004Gen1.Sex2Column] = global::System.Convert.DBNull; + public int H0002800 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.H0002800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'H0002800\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.H0002800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsRecommendedRelatednessNull() { - return this.IsNull(this.tabletblLinks2004Gen1.RecommendedRelatednessColumn); + public int H0002900 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.H0002900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'H0002900\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.H0002900Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetRecommendedRelatednessNull() { - this[this.tabletblLinks2004Gen1.RecommendedRelatednessColumn] = global::System.Convert.DBNull; + public int H0003000 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.H0003000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'H0003000\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.H0003000Column] = value; + } } - } - - /// - ///Represents strongly named DataRow class. - /// - public partial class tblGen2OutcomesMathRow : global::System.Data.DataRow { - - private tblGen2OutcomesMathDataTable tabletblGen2OutcomesMath; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblGen2OutcomesMathRow(global::System.Data.DataRowBuilder rb) : - base(rb) { - this.tabletblGen2OutcomesMath = ((tblGen2OutcomesMathDataTable)(this.Table)); + public int H0003100 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.H0003100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'H0003100\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.H0003100Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0000100 { + public int H0013600 { get { - return ((int)(this[this.tabletblGen2OutcomesMath.C0000100Column])); + try { + return ((int)(this[this.tabletblGen1Implicit.H0013600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'H0013600\' in table \'tblGen1Implicit\' is DBNull.", e); + } } set { - this[this.tabletblGen2OutcomesMath.C0000100Column] = value; + this[this.tabletblGen1Implicit.H0013600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0000200 { + public int H0013700 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C0000200Column])); + return ((int)(this[this.tabletblGen1Implicit.H0013700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0000200\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'H0013700\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C0000200Column] = value; + this[this.tabletblGen1Implicit.H0013700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0005300 { + public int H0013800 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C0005300Column])); + return ((int)(this[this.tabletblGen1Implicit.H0013800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0005300\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'H0013800\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C0005300Column] = value; + this[this.tabletblGen1Implicit.H0013800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0005400 { + public int H0013900 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C0005400Column])); + return ((int)(this[this.tabletblGen1Implicit.H0013900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0005400\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'H0013900\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C0005400Column] = value; + this[this.tabletblGen1Implicit.H0013900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0005700 { + public int H0014000 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C0005700Column])); + return ((int)(this[this.tabletblGen1Implicit.H0014000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0005700\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'H0014000\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C0005700Column] = value; + this[this.tabletblGen1Implicit.H0014000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0579900 { + public int H0014100 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C0579900Column])); + return ((int)(this[this.tabletblGen1Implicit.H0014100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0579900\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'H0014100\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C0579900Column] = value; + this[this.tabletblGen1Implicit.H0014100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0580000 { + public int H0014200 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C0580000Column])); + return ((int)(this[this.tabletblGen1Implicit.H0014200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0580000\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'H0014200\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C0580000Column] = value; + this[this.tabletblGen1Implicit.H0014200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0580100 { + public int H0014300 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C0580100Column])); + return ((int)(this[this.tabletblGen1Implicit.H0014300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0580100\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'H0014300\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C0580100Column] = value; + this[this.tabletblGen1Implicit.H0014300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0799400 { + public int H0014400 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C0799400Column])); + return ((int)(this[this.tabletblGen1Implicit.H0014400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0799400\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'H0014400\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C0799400Column] = value; + this[this.tabletblGen1Implicit.H0014400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0799500 { + public int H0014500 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C0799500Column])); + return ((int)(this[this.tabletblGen1Implicit.H0014500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0799500\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'H0014500\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C0799500Column] = value; + this[this.tabletblGen1Implicit.H0014500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0799600 { + public int H0014700 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C0799600Column])); + return ((int)(this[this.tabletblGen1Implicit.H0014700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0799600\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'H0014700\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C0799600Column] = value; + this[this.tabletblGen1Implicit.H0014700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0998600 { + public int H0014800 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C0998600Column])); + return ((int)(this[this.tabletblGen1Implicit.H0014800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0998600\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'H0014800\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C0998600Column] = value; + this[this.tabletblGen1Implicit.H0014800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0998700 { + public int H0014900 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C0998700Column])); + return ((int)(this[this.tabletblGen1Implicit.H0014900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0998700\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'H0014900\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C0998700Column] = value; + this[this.tabletblGen1Implicit.H0014900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0998800 { + public int H0015000 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C0998800Column])); + return ((int)(this[this.tabletblGen1Implicit.H0015000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0998800\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'H0015000\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C0998800Column] = value; + this[this.tabletblGen1Implicit.H0015000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C1198600 { + public int H0015100 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C1198600Column])); + return ((int)(this[this.tabletblGen1Implicit.H0015100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C1198600\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'H0015100\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C1198600Column] = value; + this[this.tabletblGen1Implicit.H0015100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C1198700 { + public int H0015200 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C1198700Column])); + return ((int)(this[this.tabletblGen1Implicit.H0015200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C1198700\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'H0015200\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C1198700Column] = value; + this[this.tabletblGen1Implicit.H0015200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C1198800 { + public int H0015300 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C1198800Column])); + return ((int)(this[this.tabletblGen1Implicit.H0015300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C1198800\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'H0015300\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C1198800Column] = value; + this[this.tabletblGen1Implicit.H0015300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C1507600 { + public int H0015400 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C1507600Column])); + return ((int)(this[this.tabletblGen1Implicit.H0015400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C1507600\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'H0015400\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C1507600Column] = value; + this[this.tabletblGen1Implicit.H0015400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C1507700 { + public int H0015500 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C1507700Column])); + return ((int)(this[this.tabletblGen1Implicit.H0015500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C1507700\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'H0015500\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C1507700Column] = value; + this[this.tabletblGen1Implicit.H0015500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C1507800 { + public int H0015600 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C1507800Column])); + return ((int)(this[this.tabletblGen1Implicit.H0015600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C1507800\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'H0015600\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C1507800Column] = value; + this[this.tabletblGen1Implicit.H0015600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C1564500 { + public int H0015700 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C1564500Column])); + return ((int)(this[this.tabletblGen1Implicit.H0015700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C1564500\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'H0015700\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C1564500Column] = value; + this[this.tabletblGen1Implicit.H0015700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C1564600 { + public int H0015800 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C1564600Column])); + return ((int)(this[this.tabletblGen1Implicit.H0015800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C1564600\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'H0015800\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C1564600Column] = value; + this[this.tabletblGen1Implicit.H0015800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C1564700 { + public int H0015803 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C1564700Column])); + return ((int)(this[this.tabletblGen1Implicit.H0015803Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C1564700\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'H0015803\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C1564700Column] = value; + this[this.tabletblGen1Implicit.H0015803Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C1799900 { + public int H0015804 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C1799900Column])); + return ((int)(this[this.tabletblGen1Implicit.H0015804Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C1799900\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'H0015804\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C1799900Column] = value; + this[this.tabletblGen1Implicit.H0015804Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C1800000 { + public int R0000100 { + get { + return ((int)(this[this.tabletblGen1Implicit.R0000100Column])); + } + set { + this[this.tabletblGen1Implicit.R0000100Column] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R0006100 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C1800000Column])); + return ((int)(this[this.tabletblGen1Implicit.R0006100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C1800000\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0006100\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C1800000Column] = value; + this[this.tabletblGen1Implicit.R0006100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C1800100 { + public int R0006500 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C1800100Column])); + return ((int)(this[this.tabletblGen1Implicit.R0006500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C1800100\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0006500\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C1800100Column] = value; + this[this.tabletblGen1Implicit.R0006500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C2503500 { + public int R0007300 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C2503500Column])); + return ((int)(this[this.tabletblGen1Implicit.R0007300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C2503500\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0007300\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C2503500Column] = value; + this[this.tabletblGen1Implicit.R0007300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C2503600 { + public int R0007700 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C2503600Column])); + return ((int)(this[this.tabletblGen1Implicit.R0007700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C2503600\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0007700\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C2503600Column] = value; + this[this.tabletblGen1Implicit.R0007700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C2503700 { + public int R0007900 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C2503700Column])); + return ((int)(this[this.tabletblGen1Implicit.R0007900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C2503700\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0007900\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C2503700Column] = value; + this[this.tabletblGen1Implicit.R0007900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C2532000 { + public int R0214700 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C2532000Column])); + return ((int)(this[this.tabletblGen1Implicit.R0214700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C2532000\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0214700\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C2532000Column] = value; + this[this.tabletblGen1Implicit.R0214700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C2532100 { + public int R0214800 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C2532100Column])); + return ((int)(this[this.tabletblGen1Implicit.R0214800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C2532100\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0214800\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C2532100Column] = value; + this[this.tabletblGen1Implicit.R0214800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C2532200 { + public int R2302900 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C2532200Column])); + return ((int)(this[this.tabletblGen1Implicit.R2302900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C2532200\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2302900\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C2532200Column] = value; + this[this.tabletblGen1Implicit.R2302900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C2802800 { + public int R2303100 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C2802800Column])); + return ((int)(this[this.tabletblGen1Implicit.R2303100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C2802800\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2303100\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C2802800Column] = value; + this[this.tabletblGen1Implicit.R2303100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C2802900 { + public int R2303200 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C2802900Column])); + return ((int)(this[this.tabletblGen1Implicit.R2303200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C2802900\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2303200\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C2802900Column] = value; + this[this.tabletblGen1Implicit.R2303200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C2803000 { + public int R2303300 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C2803000Column])); + return ((int)(this[this.tabletblGen1Implicit.R2303300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C2803000\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2303300\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C2803000Column] = value; + this[this.tabletblGen1Implicit.R2303300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C3111300 { + public int R2303500 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C3111300Column])); + return ((int)(this[this.tabletblGen1Implicit.R2303500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C3111300\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2303500\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C3111300Column] = value; + this[this.tabletblGen1Implicit.R2303500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C3111400 { + public int R2303600 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C3111400Column])); + return ((int)(this[this.tabletblGen1Implicit.R2303600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C3111400\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2303600\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C3111400Column] = value; + this[this.tabletblGen1Implicit.R2303600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C3111500 { + public int R2505100 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C3111500Column])); + return ((int)(this[this.tabletblGen1Implicit.R2505100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C3111500\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2505100\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C3111500Column] = value; + this[this.tabletblGen1Implicit.R2505100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C3615000 { + public int R2505300 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C3615000Column])); + return ((int)(this[this.tabletblGen1Implicit.R2505300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C3615000\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2505300\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C3615000Column] = value; + this[this.tabletblGen1Implicit.R2505300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C3615100 { + public int R2505400 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C3615100Column])); + return ((int)(this[this.tabletblGen1Implicit.R2505400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C3615100\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2505400\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C3615100Column] = value; + this[this.tabletblGen1Implicit.R2505400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C3615200 { + public int R2505500 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C3615200Column])); + return ((int)(this[this.tabletblGen1Implicit.R2505500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C3615200\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2505500\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C3615200Column] = value; + this[this.tabletblGen1Implicit.R2505500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C3993600 { + public int R2505700 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C3993600Column])); + return ((int)(this[this.tabletblGen1Implicit.R2505700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C3993600\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2505700\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C3993600Column] = value; + this[this.tabletblGen1Implicit.R2505700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C3993700 { + public int R2505800 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C3993700Column])); + return ((int)(this[this.tabletblGen1Implicit.R2505800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C3993700\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2505800\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C3993700Column] = value; + this[this.tabletblGen1Implicit.R2505800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C3993800 { + public int R2737900 { get { try { - return ((int)(this[this.tabletblGen2OutcomesMath.C3993800Column])); + return ((int)(this[this.tabletblGen1Implicit.R2737900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C3993800\' in table \'tblGen2OutcomesMath\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2737900\' in table \'tblGen1Implicit\' is DBNull.", e); } } set { - this[this.tabletblGen2OutcomesMath.C3993800Column] = value; + this[this.tabletblGen1Implicit.R2737900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0000200Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C0000200Column); + public int R2837200 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2837200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2837200\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2837200Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0000200Null() { - this[this.tabletblGen2OutcomesMath.C0000200Column] = global::System.Convert.DBNull; + public int R2837300 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2837300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2837300\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2837300Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0005300Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C0005300Column); + public int R2837400 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2837400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2837400\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2837400Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0005300Null() { - this[this.tabletblGen2OutcomesMath.C0005300Column] = global::System.Convert.DBNull; + public int R2837500 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2837500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2837500\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2837500Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0005400Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C0005400Column); + public int R2837600 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2837600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2837600\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2837600Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0005400Null() { - this[this.tabletblGen2OutcomesMath.C0005400Column] = global::System.Convert.DBNull; + public int R2837700 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2837700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2837700\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2837700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0005700Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C0005700Column); + public int R2837800 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2837800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2837800\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2837800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0005700Null() { - this[this.tabletblGen2OutcomesMath.C0005700Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0579900Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C0579900Column); + public int R2837900 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2837900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2837900\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2837900Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0579900Null() { - this[this.tabletblGen2OutcomesMath.C0579900Column] = global::System.Convert.DBNull; + public int R2838000 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2838000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2838000\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2838000Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0580000Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C0580000Column); + public int R2838100 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2838100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2838100\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2838100Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0580000Null() { - this[this.tabletblGen2OutcomesMath.C0580000Column] = global::System.Convert.DBNull; + public int R2838200 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2838200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2838200\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2838200Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0580100Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C0580100Column); + public int R2838300 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2838300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2838300\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2838300Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0580100Null() { - this[this.tabletblGen2OutcomesMath.C0580100Column] = global::System.Convert.DBNull; + public int R2838400 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2838400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2838400\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2838400Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0799400Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C0799400Column); + public int R2838500 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2838500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2838500\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2838500Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0799400Null() { - this[this.tabletblGen2OutcomesMath.C0799400Column] = global::System.Convert.DBNull; + public int R2838600 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2838600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2838600\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2838600Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0799500Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C0799500Column); + public int R2838700 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2838700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2838700\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2838700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0799500Null() { - this[this.tabletblGen2OutcomesMath.C0799500Column] = global::System.Convert.DBNull; + public int R2838800 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2838800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2838800\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2838800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0799600Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C0799600Column); + public int R2838900 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2838900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2838900\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2838900Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0799600Null() { - this[this.tabletblGen2OutcomesMath.C0799600Column] = global::System.Convert.DBNull; + public int R2839000 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2839000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2839000\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2839000Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0998600Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C0998600Column); + public int R2839100 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2839100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2839100\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2839100Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0998600Null() { - this[this.tabletblGen2OutcomesMath.C0998600Column] = global::System.Convert.DBNull; + public int R2839200 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2839200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2839200\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2839200Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0998700Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C0998700Column); + public int R2839300 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2839300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2839300\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2839300Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0998700Null() { - this[this.tabletblGen2OutcomesMath.C0998700Column] = global::System.Convert.DBNull; + public int R2839400 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2839400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2839400\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2839400Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC0998800Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C0998800Column); + public int R2839500 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2839500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2839500\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2839500Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC0998800Null() { - this[this.tabletblGen2OutcomesMath.C0998800Column] = global::System.Convert.DBNull; + public int R2839600 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2839600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2839600\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2839600Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC1198600Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C1198600Column); + public int R2839700 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2839700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2839700\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2839700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC1198600Null() { - this[this.tabletblGen2OutcomesMath.C1198600Column] = global::System.Convert.DBNull; + public int R2839800 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2839800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2839800\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2839800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC1198700Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C1198700Column); + public int R2839900 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2839900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2839900\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2839900Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC1198700Null() { - this[this.tabletblGen2OutcomesMath.C1198700Column] = global::System.Convert.DBNull; + public int R2840000 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2840000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2840000\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2840000Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC1198800Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C1198800Column); + public int R2840100 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2840100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2840100\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2840100Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC1198800Null() { - this[this.tabletblGen2OutcomesMath.C1198800Column] = global::System.Convert.DBNull; + public int R2840200 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2840200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2840200\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2840200Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC1507600Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C1507600Column); + public int R2840300 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2840300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2840300\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2840300Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC1507600Null() { - this[this.tabletblGen2OutcomesMath.C1507600Column] = global::System.Convert.DBNull; + public int R2840400 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2840400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2840400\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2840400Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC1507700Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C1507700Column); + public int R2840500 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2840500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2840500\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2840500Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC1507700Null() { - this[this.tabletblGen2OutcomesMath.C1507700Column] = global::System.Convert.DBNull; + public int R2840600 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2840600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2840600\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2840600Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC1507800Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C1507800Column); + public int R2840700 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2840700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2840700\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2840700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC1507800Null() { - this[this.tabletblGen2OutcomesMath.C1507800Column] = global::System.Convert.DBNull; + public int R2840800 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2840800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2840800\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2840800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC1564500Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C1564500Column); + public int R2840900 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2840900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2840900\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2840900Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC1564500Null() { - this[this.tabletblGen2OutcomesMath.C1564500Column] = global::System.Convert.DBNull; + public int R2841000 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2841000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2841000\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2841000Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC1564600Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C1564600Column); + public int R2841100 { + get { + try { + return ((int)(this[this.tabletblGen1Implicit.R2841100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2841100\' in table \'tblGen1Implicit\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1Implicit.R2841100Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC1564600Null() { - this[this.tabletblGen2OutcomesMath.C1564600Column] = global::System.Convert.DBNull; + public bool IsH0001600Null() { + return this.IsNull(this.tabletblGen1Implicit.H0001600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC1564700Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C1564700Column); + public void SetH0001600Null() { + this[this.tabletblGen1Implicit.H0001600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC1564700Null() { - this[this.tabletblGen2OutcomesMath.C1564700Column] = global::System.Convert.DBNull; + public bool IsH0001700Null() { + return this.IsNull(this.tabletblGen1Implicit.H0001700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC1799900Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C1799900Column); + public void SetH0001700Null() { + this[this.tabletblGen1Implicit.H0001700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC1799900Null() { - this[this.tabletblGen2OutcomesMath.C1799900Column] = global::System.Convert.DBNull; + public bool IsH0001800Null() { + return this.IsNull(this.tabletblGen1Implicit.H0001800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC1800000Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C1800000Column); + public void SetH0001800Null() { + this[this.tabletblGen1Implicit.H0001800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC1800000Null() { - this[this.tabletblGen2OutcomesMath.C1800000Column] = global::System.Convert.DBNull; + public bool IsH0001900Null() { + return this.IsNull(this.tabletblGen1Implicit.H0001900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC1800100Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C1800100Column); + public void SetH0001900Null() { + this[this.tabletblGen1Implicit.H0001900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC1800100Null() { - this[this.tabletblGen2OutcomesMath.C1800100Column] = global::System.Convert.DBNull; + public bool IsH0002000Null() { + return this.IsNull(this.tabletblGen1Implicit.H0002000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC2503500Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C2503500Column); + public void SetH0002000Null() { + this[this.tabletblGen1Implicit.H0002000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC2503500Null() { - this[this.tabletblGen2OutcomesMath.C2503500Column] = global::System.Convert.DBNull; + public bool IsH0002100Null() { + return this.IsNull(this.tabletblGen1Implicit.H0002100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC2503600Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C2503600Column); + public void SetH0002100Null() { + this[this.tabletblGen1Implicit.H0002100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC2503600Null() { - this[this.tabletblGen2OutcomesMath.C2503600Column] = global::System.Convert.DBNull; + public bool IsH0002200Null() { + return this.IsNull(this.tabletblGen1Implicit.H0002200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC2503700Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C2503700Column); + public void SetH0002200Null() { + this[this.tabletblGen1Implicit.H0002200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC2503700Null() { - this[this.tabletblGen2OutcomesMath.C2503700Column] = global::System.Convert.DBNull; + public bool IsH0002300Null() { + return this.IsNull(this.tabletblGen1Implicit.H0002300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC2532000Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C2532000Column); + public void SetH0002300Null() { + this[this.tabletblGen1Implicit.H0002300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC2532000Null() { - this[this.tabletblGen2OutcomesMath.C2532000Column] = global::System.Convert.DBNull; + public bool IsH0002400Null() { + return this.IsNull(this.tabletblGen1Implicit.H0002400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC2532100Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C2532100Column); + public void SetH0002400Null() { + this[this.tabletblGen1Implicit.H0002400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC2532100Null() { - this[this.tabletblGen2OutcomesMath.C2532100Column] = global::System.Convert.DBNull; + public bool IsH0002500Null() { + return this.IsNull(this.tabletblGen1Implicit.H0002500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC2532200Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C2532200Column); + public void SetH0002500Null() { + this[this.tabletblGen1Implicit.H0002500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC2532200Null() { - this[this.tabletblGen2OutcomesMath.C2532200Column] = global::System.Convert.DBNull; + public bool IsH0002600Null() { + return this.IsNull(this.tabletblGen1Implicit.H0002600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC2802800Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C2802800Column); + public void SetH0002600Null() { + this[this.tabletblGen1Implicit.H0002600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC2802800Null() { - this[this.tabletblGen2OutcomesMath.C2802800Column] = global::System.Convert.DBNull; + public bool IsH0002700Null() { + return this.IsNull(this.tabletblGen1Implicit.H0002700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC2802900Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C2802900Column); + public void SetH0002700Null() { + this[this.tabletblGen1Implicit.H0002700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC2802900Null() { - this[this.tabletblGen2OutcomesMath.C2802900Column] = global::System.Convert.DBNull; + public bool IsH0002800Null() { + return this.IsNull(this.tabletblGen1Implicit.H0002800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC2803000Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C2803000Column); + public void SetH0002800Null() { + this[this.tabletblGen1Implicit.H0002800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC2803000Null() { - this[this.tabletblGen2OutcomesMath.C2803000Column] = global::System.Convert.DBNull; + public bool IsH0002900Null() { + return this.IsNull(this.tabletblGen1Implicit.H0002900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC3111300Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C3111300Column); + public void SetH0002900Null() { + this[this.tabletblGen1Implicit.H0002900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC3111300Null() { - this[this.tabletblGen2OutcomesMath.C3111300Column] = global::System.Convert.DBNull; + public bool IsH0003000Null() { + return this.IsNull(this.tabletblGen1Implicit.H0003000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC3111400Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C3111400Column); + public void SetH0003000Null() { + this[this.tabletblGen1Implicit.H0003000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC3111400Null() { - this[this.tabletblGen2OutcomesMath.C3111400Column] = global::System.Convert.DBNull; + public bool IsH0003100Null() { + return this.IsNull(this.tabletblGen1Implicit.H0003100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC3111500Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C3111500Column); + public void SetH0003100Null() { + this[this.tabletblGen1Implicit.H0003100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC3111500Null() { - this[this.tabletblGen2OutcomesMath.C3111500Column] = global::System.Convert.DBNull; + public bool IsH0013600Null() { + return this.IsNull(this.tabletblGen1Implicit.H0013600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC3615000Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C3615000Column); + public void SetH0013600Null() { + this[this.tabletblGen1Implicit.H0013600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC3615000Null() { - this[this.tabletblGen2OutcomesMath.C3615000Column] = global::System.Convert.DBNull; + public bool IsH0013700Null() { + return this.IsNull(this.tabletblGen1Implicit.H0013700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC3615100Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C3615100Column); + public void SetH0013700Null() { + this[this.tabletblGen1Implicit.H0013700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC3615100Null() { - this[this.tabletblGen2OutcomesMath.C3615100Column] = global::System.Convert.DBNull; + public bool IsH0013800Null() { + return this.IsNull(this.tabletblGen1Implicit.H0013800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC3615200Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C3615200Column); + public void SetH0013800Null() { + this[this.tabletblGen1Implicit.H0013800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC3615200Null() { - this[this.tabletblGen2OutcomesMath.C3615200Column] = global::System.Convert.DBNull; + public bool IsH0013900Null() { + return this.IsNull(this.tabletblGen1Implicit.H0013900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC3993600Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C3993600Column); + public void SetH0013900Null() { + this[this.tabletblGen1Implicit.H0013900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC3993600Null() { - this[this.tabletblGen2OutcomesMath.C3993600Column] = global::System.Convert.DBNull; + public bool IsH0014000Null() { + return this.IsNull(this.tabletblGen1Implicit.H0014000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC3993700Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C3993700Column); + public void SetH0014000Null() { + this[this.tabletblGen1Implicit.H0014000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC3993700Null() { - this[this.tabletblGen2OutcomesMath.C3993700Column] = global::System.Convert.DBNull; + public bool IsH0014100Null() { + return this.IsNull(this.tabletblGen1Implicit.H0014100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsC3993800Null() { - return this.IsNull(this.tabletblGen2OutcomesMath.C3993800Column); + public void SetH0014100Null() { + this[this.tabletblGen1Implicit.H0014100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetC3993800Null() { - this[this.tabletblGen2OutcomesMath.C3993800Column] = global::System.Convert.DBNull; + public bool IsH0014200Null() { + return this.IsNull(this.tabletblGen1Implicit.H0014200Column); } - } - - /// - ///Represents strongly named DataRow class. - /// - public partial class tblGen1GeocodeSanitizedRow : global::System.Data.DataRow { - - private tblGen1GeocodeSanitizedDataTable tabletblGen1GeocodeSanitized; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblGen1GeocodeSanitizedRow(global::System.Data.DataRowBuilder rb) : - base(rb) { - this.tabletblGen1GeocodeSanitized = ((tblGen1GeocodeSanitizedDataTable)(this.Table)); + public void SetH0014200Null() { + this[this.tabletblGen1Implicit.H0014200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int SubjectTag_S1 { - get { - return ((int)(this[this.tabletblGen1GeocodeSanitized.SubjectTag_S1Column])); - } - set { - this[this.tabletblGen1GeocodeSanitized.SubjectTag_S1Column] = value; - } + public bool IsH0014300Null() { + return this.IsNull(this.tabletblGen1Implicit.H0014300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int SubjectTag_S2 { - get { - return ((int)(this[this.tabletblGen1GeocodeSanitized.SubjectTag_S2Column])); - } - set { - this[this.tabletblGen1GeocodeSanitized.SubjectTag_S2Column] = value; - } + public void SetH0014300Null() { + this[this.tabletblGen1Implicit.H0014300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public short DobDifferenceInDays1979V1979 { - get { - try { - return ((short)(this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1979Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DobDifferenceInDays1979V1979\' in table \'tblGen1GeocodeSanit" + - "ized\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1979Column] = value; - } + public bool IsH0014400Null() { + return this.IsNull(this.tabletblGen1Implicit.H0014400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public short DobDifferenceInDays1979V1981 { - get { - try { - return ((short)(this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1981Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DobDifferenceInDays1979V1981\' in table \'tblGen1GeocodeSanit" + - "ized\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1981Column] = value; - } + public void SetH0014400Null() { + this[this.tabletblGen1Implicit.H0014400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public short DobDifferenceInDays1981V1979 { - get { - try { - return ((short)(this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1979Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DobDifferenceInDays1981V1979\' in table \'tblGen1GeocodeSanit" + - "ized\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1979Column] = value; - } + public bool IsH0014500Null() { + return this.IsNull(this.tabletblGen1Implicit.H0014500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public short DobDifferenceInDays1981V1981 { - get { - try { - return ((short)(this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1981Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DobDifferenceInDays1981V1981\' in table \'tblGen1GeocodeSanit" + - "ized\' is DBNull.", e); - } - } - set { - this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1981Column] = value; - } + public void SetH0014500Null() { + this[this.tabletblGen1Implicit.H0014500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool DobDayIsMissing1979_1 { - get { - return ((bool)(this[this.tabletblGen1GeocodeSanitized.DobDayIsMissing1979_1Column])); - } - set { - this[this.tabletblGen1GeocodeSanitized.DobDayIsMissing1979_1Column] = value; - } + public bool IsH0014700Null() { + return this.IsNull(this.tabletblGen1Implicit.H0014700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool DobDayIsMissing1979_2 { - get { - return ((bool)(this[this.tabletblGen1GeocodeSanitized.DobDayIsMissing1979_2Column])); - } - set { - this[this.tabletblGen1GeocodeSanitized.DobDayIsMissing1979_2Column] = value; - } + public void SetH0014700Null() { + this[this.tabletblGen1Implicit.H0014700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool BirthSubjectCountyMissing_1 { - get { - return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountyMissing_1Column])); - } - set { - this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountyMissing_1Column] = value; - } + public bool IsH0014800Null() { + return this.IsNull(this.tabletblGen1Implicit.H0014800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool BirthSubjectCountyMissing_2 { - get { - return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountyMissing_2Column])); - } - set { - this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountyMissing_2Column] = value; - } + public void SetH0014800Null() { + this[this.tabletblGen1Implicit.H0014800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool BirthSubjectCountyEqual { - get { - return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountyEqualColumn])); - } - set { - this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountyEqualColumn] = value; - } + public bool IsH0014900Null() { + return this.IsNull(this.tabletblGen1Implicit.H0014900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool BirthSubjectStateMissing_1 { - get { - return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectStateMissing_1Column])); - } - set { - this[this.tabletblGen1GeocodeSanitized.BirthSubjectStateMissing_1Column] = value; - } + public void SetH0014900Null() { + this[this.tabletblGen1Implicit.H0014900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool BirthSubjectStateMissing_2 { - get { - return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectStateMissing_2Column])); - } - set { - this[this.tabletblGen1GeocodeSanitized.BirthSubjectStateMissing_2Column] = value; - } + public bool IsH0015000Null() { + return this.IsNull(this.tabletblGen1Implicit.H0015000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool BirthSubjectStateEqual { - get { - return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectStateEqualColumn])); - } - set { - this[this.tabletblGen1GeocodeSanitized.BirthSubjectStateEqualColumn] = value; - } + public void SetH0015000Null() { + this[this.tabletblGen1Implicit.H0015000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool BirthSubjectCountryMissing_1 { - get { - return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountryMissing_1Column])); - } - set { - this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountryMissing_1Column] = value; - } + public bool IsH0015100Null() { + return this.IsNull(this.tabletblGen1Implicit.H0015100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool BirthSubjectCountryMissing_2 { - get { - return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountryMissing_2Column])); - } - set { - this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountryMissing_2Column] = value; - } + public void SetH0015100Null() { + this[this.tabletblGen1Implicit.H0015100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool BirthSubjectCountryEqual { - get { - return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountryEqualColumn])); - } - set { - this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountryEqualColumn] = value; - } + public bool IsH0015200Null() { + return this.IsNull(this.tabletblGen1Implicit.H0015200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool BirthMotherStateMissing_1 { - get { - return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthMotherStateMissing_1Column])); - } - set { - this[this.tabletblGen1GeocodeSanitized.BirthMotherStateMissing_1Column] = value; - } + public void SetH0015200Null() { + this[this.tabletblGen1Implicit.H0015200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool BirthMotherStateMissing_2 { - get { - return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthMotherStateMissing_2Column])); - } - set { - this[this.tabletblGen1GeocodeSanitized.BirthMotherStateMissing_2Column] = value; - } + public bool IsH0015300Null() { + return this.IsNull(this.tabletblGen1Implicit.H0015300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool BirthMotherStateEqual { - get { - return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthMotherStateEqualColumn])); - } - set { - this[this.tabletblGen1GeocodeSanitized.BirthMotherStateEqualColumn] = value; - } + public void SetH0015300Null() { + this[this.tabletblGen1Implicit.H0015300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool BirthMotherCountryMissing_1 { - get { - return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthMotherCountryMissing_1Column])); - } - set { - this[this.tabletblGen1GeocodeSanitized.BirthMotherCountryMissing_1Column] = value; - } + public bool IsH0015400Null() { + return this.IsNull(this.tabletblGen1Implicit.H0015400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool BirthMotherCountryMissing_2 { - get { - return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthMotherCountryMissing_2Column])); - } - set { - this[this.tabletblGen1GeocodeSanitized.BirthMotherCountryMissing_2Column] = value; - } + public void SetH0015400Null() { + this[this.tabletblGen1Implicit.H0015400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool BirthMotherCountryEqual { - get { - return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthMotherCountryEqualColumn])); - } - set { - this[this.tabletblGen1GeocodeSanitized.BirthMotherCountryEqualColumn] = value; - } + public bool IsH0015500Null() { + return this.IsNull(this.tabletblGen1Implicit.H0015500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool BirthFatherStateMissing_1 { - get { - return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthFatherStateMissing_1Column])); - } - set { - this[this.tabletblGen1GeocodeSanitized.BirthFatherStateMissing_1Column] = value; - } + public void SetH0015500Null() { + this[this.tabletblGen1Implicit.H0015500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool BirthFatherStateMissing_2 { - get { - return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthFatherStateMissing_2Column])); - } - set { - this[this.tabletblGen1GeocodeSanitized.BirthFatherStateMissing_2Column] = value; - } + public bool IsH0015600Null() { + return this.IsNull(this.tabletblGen1Implicit.H0015600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool BirthFatherStateEqual { - get { - return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthFatherStateEqualColumn])); - } - set { - this[this.tabletblGen1GeocodeSanitized.BirthFatherStateEqualColumn] = value; - } + public void SetH0015600Null() { + this[this.tabletblGen1Implicit.H0015600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool BirthFatherCountryMissing_1 { - get { - return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthFatherCountryMissing_1Column])); - } - set { - this[this.tabletblGen1GeocodeSanitized.BirthFatherCountryMissing_1Column] = value; - } + public bool IsH0015700Null() { + return this.IsNull(this.tabletblGen1Implicit.H0015700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool BirthFatherCountryMissing_2 { - get { - return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthFatherCountryMissing_2Column])); - } - set { - this[this.tabletblGen1GeocodeSanitized.BirthFatherCountryMissing_2Column] = value; - } + public void SetH0015700Null() { + this[this.tabletblGen1Implicit.H0015700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool BirthFatherCountryEqual { - get { - return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthFatherCountryEqualColumn])); - } - set { - this[this.tabletblGen1GeocodeSanitized.BirthFatherCountryEqualColumn] = value; - } + public bool IsH0015800Null() { + return this.IsNull(this.tabletblGen1Implicit.H0015800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsDobDifferenceInDays1979V1979Null() { - return this.IsNull(this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1979Column); + public void SetH0015800Null() { + this[this.tabletblGen1Implicit.H0015800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetDobDifferenceInDays1979V1979Null() { - this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1979Column] = global::System.Convert.DBNull; + public bool IsH0015803Null() { + return this.IsNull(this.tabletblGen1Implicit.H0015803Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsDobDifferenceInDays1979V1981Null() { - return this.IsNull(this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1981Column); + public void SetH0015803Null() { + this[this.tabletblGen1Implicit.H0015803Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetDobDifferenceInDays1979V1981Null() { - this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1981Column] = global::System.Convert.DBNull; + public bool IsH0015804Null() { + return this.IsNull(this.tabletblGen1Implicit.H0015804Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsDobDifferenceInDays1981V1979Null() { - return this.IsNull(this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1979Column); + public void SetH0015804Null() { + this[this.tabletblGen1Implicit.H0015804Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetDobDifferenceInDays1981V1979Null() { - this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1979Column] = global::System.Convert.DBNull; + public bool IsR0006100Null() { + return this.IsNull(this.tabletblGen1Implicit.R0006100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsDobDifferenceInDays1981V1981Null() { - return this.IsNull(this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1981Column); + public void SetR0006100Null() { + this[this.tabletblGen1Implicit.R0006100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetDobDifferenceInDays1981V1981Null() { - this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1981Column] = global::System.Convert.DBNull; + public bool IsR0006500Null() { + return this.IsNull(this.tabletblGen1Implicit.R0006500Column); } - } - - /// - ///Represents strongly named DataRow class. - /// - public partial class tblRosterGen1AssignmentRow : global::System.Data.DataRow { - - private tblRosterGen1AssignmentDataTable tabletblRosterGen1Assignment; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblRosterGen1AssignmentRow(global::System.Data.DataRowBuilder rb) : - base(rb) { - this.tabletblRosterGen1Assignment = ((tblRosterGen1AssignmentDataTable)(this.Table)); + public void SetR0006500Null() { + this[this.tabletblGen1Implicit.R0006500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public byte ID { - get { - return ((byte)(this[this.tabletblRosterGen1Assignment.IDColumn])); - } - set { - this[this.tabletblRosterGen1Assignment.IDColumn] = value; - } + public bool IsR0007300Null() { + return this.IsNull(this.tabletblGen1Implicit.R0007300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public short ResponseLower { - get { - return ((short)(this[this.tabletblRosterGen1Assignment.ResponseLowerColumn])); - } - set { - this[this.tabletblRosterGen1Assignment.ResponseLowerColumn] = value; - } + public void SetR0007300Null() { + this[this.tabletblGen1Implicit.R0007300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public short ResponseUpper { - get { - return ((short)(this[this.tabletblRosterGen1Assignment.ResponseUpperColumn])); - } - set { - this[this.tabletblRosterGen1Assignment.ResponseUpperColumn] = value; - } + public bool IsR0007700Null() { + return this.IsNull(this.tabletblGen1Implicit.R0007700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public short Freq { - get { - return ((short)(this[this.tabletblRosterGen1Assignment.FreqColumn])); - } - set { - this[this.tabletblRosterGen1Assignment.FreqColumn] = value; - } + public void SetR0007700Null() { + this[this.tabletblGen1Implicit.R0007700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool Resolved { - get { - return ((bool)(this[this.tabletblRosterGen1Assignment.ResolvedColumn])); - } - set { - this[this.tabletblRosterGen1Assignment.ResolvedColumn] = value; - } + public bool IsR0007900Null() { + return this.IsNull(this.tabletblGen1Implicit.R0007900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public double R { - get { - try { - return ((double)(this[this.tabletblRosterGen1Assignment.RColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R\' in table \'tblRosterGen1Assignment\' is DBNull.", e); - } - } - set { - this[this.tabletblRosterGen1Assignment.RColumn] = value; - } + public void SetR0007900Null() { + this[this.tabletblGen1Implicit.R0007900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public double RBoundLower { - get { - return ((double)(this[this.tabletblRosterGen1Assignment.RBoundLowerColumn])); - } - set { - this[this.tabletblRosterGen1Assignment.RBoundLowerColumn] = value; - } + public bool IsR0214700Null() { + return this.IsNull(this.tabletblGen1Implicit.R0214700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public double RBoundUpper { - get { - return ((double)(this[this.tabletblRosterGen1Assignment.RBoundUpperColumn])); - } - set { - this[this.tabletblRosterGen1Assignment.RBoundUpperColumn] = value; - } + public void SetR0214700Null() { + this[this.tabletblGen1Implicit.R0214700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public byte SameGeneration { - get { - return ((byte)(this[this.tabletblRosterGen1Assignment.SameGenerationColumn])); - } - set { - this[this.tabletblRosterGen1Assignment.SameGenerationColumn] = value; - } + public bool IsR0214800Null() { + return this.IsNull(this.tabletblGen1Implicit.R0214800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public byte ShareBiodad { - get { - return ((byte)(this[this.tabletblRosterGen1Assignment.ShareBiodadColumn])); - } - set { - this[this.tabletblRosterGen1Assignment.ShareBiodadColumn] = value; - } + public void SetR0214800Null() { + this[this.tabletblGen1Implicit.R0214800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public byte ShareBiomom { - get { - return ((byte)(this[this.tabletblRosterGen1Assignment.ShareBiomomColumn])); - } - set { - this[this.tabletblRosterGen1Assignment.ShareBiomomColumn] = value; - } + public bool IsR2302900Null() { + return this.IsNull(this.tabletblGen1Implicit.R2302900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public byte ShareBiograndparent { - get { - return ((byte)(this[this.tabletblRosterGen1Assignment.ShareBiograndparentColumn])); - } - set { - this[this.tabletblRosterGen1Assignment.ShareBiograndparentColumn] = value; - } + public void SetR2302900Null() { + this[this.tabletblGen1Implicit.R2302900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool Inconsistent { - get { - return ((bool)(this[this.tabletblRosterGen1Assignment.InconsistentColumn])); - } - set { - this[this.tabletblRosterGen1Assignment.InconsistentColumn] = value; - } + public bool IsR2303100Null() { + return this.IsNull(this.tabletblGen1Implicit.R2303100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public string Notes { - get { - try { - return ((string)(this[this.tabletblRosterGen1Assignment.NotesColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Notes\' in table \'tblRosterGen1Assignment\' is DBNull.", e); - } - } - set { - this[this.tabletblRosterGen1Assignment.NotesColumn] = value; - } + public void SetR2303100Null() { + this[this.tabletblGen1Implicit.R2303100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public string ResponseLowerLabel { - get { - try { - return ((string)(this[this.tabletblRosterGen1Assignment.ResponseLowerLabelColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'ResponseLowerLabel\' in table \'tblRosterGen1Assignment\' is D" + - "BNull.", e); - } - } - set { - this[this.tabletblRosterGen1Assignment.ResponseLowerLabelColumn] = value; - } + public bool IsR2303200Null() { + return this.IsNull(this.tabletblGen1Implicit.R2303200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public string ResponseUpperLabel { - get { - try { - return ((string)(this[this.tabletblRosterGen1Assignment.ResponseUpperLabelColumn])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'ResponseUpperLabel\' in table \'tblRosterGen1Assignment\' is D" + - "BNull.", e); - } - } - set { - this[this.tabletblRosterGen1Assignment.ResponseUpperLabelColumn] = value; - } + public void SetR2303200Null() { + this[this.tabletblGen1Implicit.R2303200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsRNull() { - return this.IsNull(this.tabletblRosterGen1Assignment.RColumn); + public bool IsR2303300Null() { + return this.IsNull(this.tabletblGen1Implicit.R2303300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetRNull() { - this[this.tabletblRosterGen1Assignment.RColumn] = global::System.Convert.DBNull; + public void SetR2303300Null() { + this[this.tabletblGen1Implicit.R2303300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsNotesNull() { - return this.IsNull(this.tabletblRosterGen1Assignment.NotesColumn); + public bool IsR2303500Null() { + return this.IsNull(this.tabletblGen1Implicit.R2303500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetNotesNull() { - this[this.tabletblRosterGen1Assignment.NotesColumn] = global::System.Convert.DBNull; + public void SetR2303500Null() { + this[this.tabletblGen1Implicit.R2303500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsResponseLowerLabelNull() { - return this.IsNull(this.tabletblRosterGen1Assignment.ResponseLowerLabelColumn); + public bool IsR2303600Null() { + return this.IsNull(this.tabletblGen1Implicit.R2303600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetResponseLowerLabelNull() { - this[this.tabletblRosterGen1Assignment.ResponseLowerLabelColumn] = global::System.Convert.DBNull; + public void SetR2303600Null() { + this[this.tabletblGen1Implicit.R2303600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsResponseUpperLabelNull() { - return this.IsNull(this.tabletblRosterGen1Assignment.ResponseUpperLabelColumn); + public bool IsR2505100Null() { + return this.IsNull(this.tabletblGen1Implicit.R2505100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetResponseUpperLabelNull() { - this[this.tabletblRosterGen1Assignment.ResponseUpperLabelColumn] = global::System.Convert.DBNull; + public void SetR2505100Null() { + this[this.tabletblGen1Implicit.R2505100Column] = global::System.Convert.DBNull; } - } - - /// - ///Represents strongly named DataRow class. - /// - public partial class tblGen2LinksFromGen1Row : global::System.Data.DataRow { - private tblGen2LinksFromGen1DataTable tabletblGen2LinksFromGen1; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2505300Null() { + return this.IsNull(this.tabletblGen1Implicit.R2505300Column); + } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblGen2LinksFromGen1Row(global::System.Data.DataRowBuilder rb) : - base(rb) { - this.tabletblGen2LinksFromGen1 = ((tblGen2LinksFromGen1DataTable)(this.Table)); + public void SetR2505300Null() { + this[this.tabletblGen1Implicit.R2505300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0000100 { - get { - return ((int)(this[this.tabletblGen2LinksFromGen1.R0000100Column])); - } - set { - this[this.tabletblGen2LinksFromGen1.R0000100Column] = value; - } + public bool IsR2505400Null() { + return this.IsNull(this.tabletblGen1Implicit.R2505400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0173600 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R0173600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0173600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R0173600Column] = value; - } + public void SetR2505400Null() { + this[this.tabletblGen1Implicit.R2505400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0214700 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R0214700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0214700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R0214700Column] = value; - } + public bool IsR2505500Null() { + return this.IsNull(this.tabletblGen1Implicit.R2505500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0214800 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R0214800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0214800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R0214800Column] = value; - } + public void SetR2505500Null() { + this[this.tabletblGen1Implicit.R2505500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4825700 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R4825700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4825700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R4825700Column] = value; - } + public bool IsR2505700Null() { + return this.IsNull(this.tabletblGen1Implicit.R2505700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4826000 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R4826000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4826000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R4826000Column] = value; - } + public void SetR2505700Null() { + this[this.tabletblGen1Implicit.R2505700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4826100 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R4826100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4826100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R4826100Column] = value; - } + public bool IsR2505800Null() { + return this.IsNull(this.tabletblGen1Implicit.R2505800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4826300 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R4826300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4826300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R4826300Column] = value; - } + public void SetR2505800Null() { + this[this.tabletblGen1Implicit.R2505800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4826500 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R4826500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4826500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R4826500Column] = value; - } + public bool IsR2737900Null() { + return this.IsNull(this.tabletblGen1Implicit.R2737900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4826800 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R4826800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4826800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R4826800Column] = value; - } + public void SetR2737900Null() { + this[this.tabletblGen1Implicit.R2737900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5495900 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R5495900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5495900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R5495900Column] = value; - } + public bool IsR2837200Null() { + return this.IsNull(this.tabletblGen1Implicit.R2837200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5496200 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R5496200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5496200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R5496200Column] = value; - } + public void SetR2837200Null() { + this[this.tabletblGen1Implicit.R2837200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5496300 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R5496300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5496300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R5496300Column] = value; - } + public bool IsR2837300Null() { + return this.IsNull(this.tabletblGen1Implicit.R2837300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5496500 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R5496500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5496500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R5496500Column] = value; - } + public void SetR2837300Null() { + this[this.tabletblGen1Implicit.R2837300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5496700 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R5496700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5496700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R5496700Column] = value; - } + public bool IsR2837400Null() { + return this.IsNull(this.tabletblGen1Implicit.R2837400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5497000 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R5497000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5497000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R5497000Column] = value; - } + public void SetR2837400Null() { + this[this.tabletblGen1Implicit.R2837400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5497200 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R5497200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5497200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R5497200Column] = value; - } + public bool IsR2837500Null() { + return this.IsNull(this.tabletblGen1Implicit.R2837500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6210700 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R6210700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6210700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R6210700Column] = value; - } + public void SetR2837500Null() { + this[this.tabletblGen1Implicit.R2837500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6210800 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R6210800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6210800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R6210800Column] = value; - } + public bool IsR2837600Null() { + return this.IsNull(this.tabletblGen1Implicit.R2837600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6210900 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R6210900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6210900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R6210900Column] = value; - } + public void SetR2837600Null() { + this[this.tabletblGen1Implicit.R2837600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6211500 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R6211500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6211500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R6211500Column] = value; - } + public bool IsR2837700Null() { + return this.IsNull(this.tabletblGen1Implicit.R2837700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6211600 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R6211600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6211600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R6211600Column] = value; - } + public void SetR2837700Null() { + this[this.tabletblGen1Implicit.R2837700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6211700 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R6211700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6211700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R6211700Column] = value; - } + public bool IsR2837800Null() { + return this.IsNull(this.tabletblGen1Implicit.R2837800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6211800 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R6211800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6211800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R6211800Column] = value; - } + public void SetR2837800Null() { + this[this.tabletblGen1Implicit.R2837800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6211900 { + public bool IsR2837900Null() { + return this.IsNull(this.tabletblGen1Implicit.R2837900Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2837900Null() { + this[this.tabletblGen1Implicit.R2837900Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2838000Null() { + return this.IsNull(this.tabletblGen1Implicit.R2838000Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2838000Null() { + this[this.tabletblGen1Implicit.R2838000Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2838100Null() { + return this.IsNull(this.tabletblGen1Implicit.R2838100Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2838100Null() { + this[this.tabletblGen1Implicit.R2838100Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2838200Null() { + return this.IsNull(this.tabletblGen1Implicit.R2838200Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2838200Null() { + this[this.tabletblGen1Implicit.R2838200Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2838300Null() { + return this.IsNull(this.tabletblGen1Implicit.R2838300Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2838300Null() { + this[this.tabletblGen1Implicit.R2838300Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2838400Null() { + return this.IsNull(this.tabletblGen1Implicit.R2838400Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2838400Null() { + this[this.tabletblGen1Implicit.R2838400Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2838500Null() { + return this.IsNull(this.tabletblGen1Implicit.R2838500Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2838500Null() { + this[this.tabletblGen1Implicit.R2838500Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2838600Null() { + return this.IsNull(this.tabletblGen1Implicit.R2838600Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2838600Null() { + this[this.tabletblGen1Implicit.R2838600Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2838700Null() { + return this.IsNull(this.tabletblGen1Implicit.R2838700Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2838700Null() { + this[this.tabletblGen1Implicit.R2838700Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2838800Null() { + return this.IsNull(this.tabletblGen1Implicit.R2838800Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2838800Null() { + this[this.tabletblGen1Implicit.R2838800Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2838900Null() { + return this.IsNull(this.tabletblGen1Implicit.R2838900Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2838900Null() { + this[this.tabletblGen1Implicit.R2838900Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2839000Null() { + return this.IsNull(this.tabletblGen1Implicit.R2839000Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2839000Null() { + this[this.tabletblGen1Implicit.R2839000Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2839100Null() { + return this.IsNull(this.tabletblGen1Implicit.R2839100Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2839100Null() { + this[this.tabletblGen1Implicit.R2839100Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2839200Null() { + return this.IsNull(this.tabletblGen1Implicit.R2839200Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2839200Null() { + this[this.tabletblGen1Implicit.R2839200Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2839300Null() { + return this.IsNull(this.tabletblGen1Implicit.R2839300Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2839300Null() { + this[this.tabletblGen1Implicit.R2839300Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2839400Null() { + return this.IsNull(this.tabletblGen1Implicit.R2839400Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2839400Null() { + this[this.tabletblGen1Implicit.R2839400Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2839500Null() { + return this.IsNull(this.tabletblGen1Implicit.R2839500Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2839500Null() { + this[this.tabletblGen1Implicit.R2839500Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2839600Null() { + return this.IsNull(this.tabletblGen1Implicit.R2839600Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2839600Null() { + this[this.tabletblGen1Implicit.R2839600Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2839700Null() { + return this.IsNull(this.tabletblGen1Implicit.R2839700Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2839700Null() { + this[this.tabletblGen1Implicit.R2839700Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2839800Null() { + return this.IsNull(this.tabletblGen1Implicit.R2839800Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2839800Null() { + this[this.tabletblGen1Implicit.R2839800Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2839900Null() { + return this.IsNull(this.tabletblGen1Implicit.R2839900Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2839900Null() { + this[this.tabletblGen1Implicit.R2839900Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2840000Null() { + return this.IsNull(this.tabletblGen1Implicit.R2840000Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2840000Null() { + this[this.tabletblGen1Implicit.R2840000Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2840100Null() { + return this.IsNull(this.tabletblGen1Implicit.R2840100Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2840100Null() { + this[this.tabletblGen1Implicit.R2840100Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2840200Null() { + return this.IsNull(this.tabletblGen1Implicit.R2840200Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2840200Null() { + this[this.tabletblGen1Implicit.R2840200Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2840300Null() { + return this.IsNull(this.tabletblGen1Implicit.R2840300Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2840300Null() { + this[this.tabletblGen1Implicit.R2840300Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2840400Null() { + return this.IsNull(this.tabletblGen1Implicit.R2840400Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2840400Null() { + this[this.tabletblGen1Implicit.R2840400Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2840500Null() { + return this.IsNull(this.tabletblGen1Implicit.R2840500Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2840500Null() { + this[this.tabletblGen1Implicit.R2840500Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2840600Null() { + return this.IsNull(this.tabletblGen1Implicit.R2840600Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2840600Null() { + this[this.tabletblGen1Implicit.R2840600Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2840700Null() { + return this.IsNull(this.tabletblGen1Implicit.R2840700Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2840700Null() { + this[this.tabletblGen1Implicit.R2840700Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2840800Null() { + return this.IsNull(this.tabletblGen1Implicit.R2840800Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2840800Null() { + this[this.tabletblGen1Implicit.R2840800Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2840900Null() { + return this.IsNull(this.tabletblGen1Implicit.R2840900Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2840900Null() { + this[this.tabletblGen1Implicit.R2840900Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2841000Null() { + return this.IsNull(this.tabletblGen1Implicit.R2841000Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2841000Null() { + this[this.tabletblGen1Implicit.R2841000Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2841100Null() { + return this.IsNull(this.tabletblGen1Implicit.R2841100Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2841100Null() { + this[this.tabletblGen1Implicit.R2841100Column] = global::System.Convert.DBNull; + } + } + + /// + ///Represents strongly named DataRow class. + /// + public partial class tblGen2OutcomesWeightRow : global::System.Data.DataRow { + + private tblGen2OutcomesWeightDataTable tabletblGen2OutcomesWeight; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + internal tblGen2OutcomesWeightRow(global::System.Data.DataRowBuilder rb) : + base(rb) { + this.tabletblGen2OutcomesWeight = ((tblGen2OutcomesWeightDataTable)(this.Table)); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0000100 { get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R6211900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6211900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } + return ((int)(this[this.tabletblGen2OutcomesWeight.C0000100Column])); } set { - this[this.tabletblGen2LinksFromGen1.R6211900Column] = value; + this[this.tabletblGen2OutcomesWeight.C0000100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6212200 { + public int C0000200 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R6212200Column])); + return ((int)(this[this.tabletblGen2OutcomesWeight.C0000200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6212200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0000200\' in table \'tblGen2OutcomesWeight\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.R6212200Column] = value; + this[this.tabletblGen2OutcomesWeight.C0000200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6212300 { + public int C0005300 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R6212300Column])); + return ((int)(this[this.tabletblGen2OutcomesWeight.C0005300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6212300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0005300\' in table \'tblGen2OutcomesWeight\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.R6212300Column] = value; + this[this.tabletblGen2OutcomesWeight.C0005300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6764000 { + public int C0005400 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R6764000Column])); + return ((int)(this[this.tabletblGen2OutcomesWeight.C0005400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6764000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0005400\' in table \'tblGen2OutcomesWeight\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.R6764000Column] = value; + this[this.tabletblGen2OutcomesWeight.C0005400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6764100 { + public int C0005700 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R6764100Column])); + return ((int)(this[this.tabletblGen2OutcomesWeight.C0005700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6764100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0005700\' in table \'tblGen2OutcomesWeight\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.R6764100Column] = value; + this[this.tabletblGen2OutcomesWeight.C0005700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6764200 { + public int Y0308500 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R6764200Column])); + return ((int)(this[this.tabletblGen2OutcomesWeight.Y0308500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6764200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0308500\' in table \'tblGen2OutcomesWeight\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.R6764200Column] = value; + this[this.tabletblGen2OutcomesWeight.Y0308500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6764900 { + public int Y0904100 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R6764900Column])); + return ((int)(this[this.tabletblGen2OutcomesWeight.Y0904100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6764900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y0904100\' in table \'tblGen2OutcomesWeight\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.R6764900Column] = value; + this[this.tabletblGen2OutcomesWeight.Y0904100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6765000 { + public int Y1151000 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R6765000Column])); + return ((int)(this[this.tabletblGen2OutcomesWeight.Y1151000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6765000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1151000\' in table \'tblGen2OutcomesWeight\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.R6765000Column] = value; + this[this.tabletblGen2OutcomesWeight.Y1151000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6765100 { + public int Y1386000 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R6765100Column])); + return ((int)(this[this.tabletblGen2OutcomesWeight.Y1386000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6765100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1386000\' in table \'tblGen2OutcomesWeight\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.R6765100Column] = value; + this[this.tabletblGen2OutcomesWeight.Y1386000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6765200 { + public int Y1637700 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R6765200Column])); + return ((int)(this[this.tabletblGen2OutcomesWeight.Y1637700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6765200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1637700\' in table \'tblGen2OutcomesWeight\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.R6765200Column] = value; + this[this.tabletblGen2OutcomesWeight.Y1637700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6765600 { + public int Y1891300 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R6765600Column])); + return ((int)(this[this.tabletblGen2OutcomesWeight.Y1891300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6765600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y1891300\' in table \'tblGen2OutcomesWeight\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.R6765600Column] = value; + this[this.tabletblGen2OutcomesWeight.Y1891300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6765700 { + public int Y2207200 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R6765700Column])); + return ((int)(this[this.tabletblGen2OutcomesWeight.Y2207200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6765700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y2207200\' in table \'tblGen2OutcomesWeight\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.R6765700Column] = value; + this[this.tabletblGen2OutcomesWeight.Y2207200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6765800 { + public int Y2544900 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R6765800Column])); + return ((int)(this[this.tabletblGen2OutcomesWeight.Y2544900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6765800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Y2544900\' in table \'tblGen2OutcomesWeight\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.R6765800Column] = value; + this[this.tabletblGen2OutcomesWeight.Y2544900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6839600 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R6839600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6839600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R6839600Column] = value; - } + public bool IsC0000200Null() { + return this.IsNull(this.tabletblGen2OutcomesWeight.C0000200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7408300 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R7408300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7408300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R7408300Column] = value; - } + public void SetC0000200Null() { + this[this.tabletblGen2OutcomesWeight.C0000200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7408400 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R7408400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7408400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R7408400Column] = value; - } + public bool IsC0005300Null() { + return this.IsNull(this.tabletblGen2OutcomesWeight.C0005300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7408500 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R7408500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7408500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R7408500Column] = value; - } + public void SetC0005300Null() { + this[this.tabletblGen2OutcomesWeight.C0005300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7409200 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R7409200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7409200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R7409200Column] = value; - } + public bool IsC0005400Null() { + return this.IsNull(this.tabletblGen2OutcomesWeight.C0005400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7409300 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R7409300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7409300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R7409300Column] = value; - } + public void SetC0005400Null() { + this[this.tabletblGen2OutcomesWeight.C0005400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7409400 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R7409400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7409400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R7409400Column] = value; - } + public bool IsC0005700Null() { + return this.IsNull(this.tabletblGen2OutcomesWeight.C0005700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7409500 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R7409500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7409500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R7409500Column] = value; - } + public void SetC0005700Null() { + this[this.tabletblGen2OutcomesWeight.C0005700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7409900 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R7409900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7409900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R7409900Column] = value; - } + public bool IsY0308500Null() { + return this.IsNull(this.tabletblGen2OutcomesWeight.Y0308500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7410000 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R7410000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7410000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R7410000Column] = value; - } + public void SetY0308500Null() { + this[this.tabletblGen2OutcomesWeight.Y0308500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7410100 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R7410100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7410100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R7410100Column] = value; - } + public bool IsY0904100Null() { + return this.IsNull(this.tabletblGen2OutcomesWeight.Y0904100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7548600 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R7548600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7548600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R7548600Column] = value; - } + public void SetY0904100Null() { + this[this.tabletblGen2OutcomesWeight.Y0904100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8106400 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R8106400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8106400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R8106400Column] = value; - } + public bool IsY1151000Null() { + return this.IsNull(this.tabletblGen2OutcomesWeight.Y1151000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8106500 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R8106500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8106500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R8106500Column] = value; - } + public void SetY1151000Null() { + this[this.tabletblGen2OutcomesWeight.Y1151000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8106600 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R8106600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8106600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R8106600Column] = value; - } + public bool IsY1386000Null() { + return this.IsNull(this.tabletblGen2OutcomesWeight.Y1386000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8106700 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R8106700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8106700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R8106700Column] = value; - } + public void SetY1386000Null() { + this[this.tabletblGen2OutcomesWeight.Y1386000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8106800 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R8106800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8106800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R8106800Column] = value; - } + public bool IsY1637700Null() { + return this.IsNull(this.tabletblGen2OutcomesWeight.Y1637700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8106900 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R8106900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8106900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R8106900Column] = value; - } + public void SetY1637700Null() { + this[this.tabletblGen2OutcomesWeight.Y1637700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8107000 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R8107000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8107000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R8107000Column] = value; - } + public bool IsY1891300Null() { + return this.IsNull(this.tabletblGen2OutcomesWeight.Y1891300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8107100 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R8107100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8107100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R8107100Column] = value; - } + public void SetY1891300Null() { + this[this.tabletblGen2OutcomesWeight.Y1891300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8107200 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R8107200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8107200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R8107200Column] = value; - } + public bool IsY2207200Null() { + return this.IsNull(this.tabletblGen2OutcomesWeight.Y2207200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8255400 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R8255400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8255400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R8255400Column] = value; - } + public void SetY2207200Null() { + this[this.tabletblGen2OutcomesWeight.Y2207200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9900400 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9900400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9900400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R9900400Column] = value; - } + public bool IsY2544900Null() { + return this.IsNull(this.tabletblGen2OutcomesWeight.Y2544900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9900600 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9900600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9900600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R9900600Column] = value; - } + public void SetY2544900Null() { + this[this.tabletblGen2OutcomesWeight.Y2544900Column] = global::System.Convert.DBNull; } + } + + /// + ///Represents strongly named DataRow class. + /// + public partial class tblLinks2004Gen1Row : global::System.Data.DataRow { + + private tblLinks2004Gen1DataTable tabletblLinks2004Gen1; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9900601 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9900601Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9900601\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R9900601Column] = value; - } + internal tblLinks2004Gen1Row(global::System.Data.DataRowBuilder rb) : + base(rb) { + this.tabletblLinks2004Gen1 = ((tblLinks2004Gen1DataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9901200 { + public short PairID { get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9901200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9901200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } + return ((short)(this[this.tabletblLinks2004Gen1.PairIDColumn])); } set { - this[this.tabletblGen2LinksFromGen1.R9901200Column] = value; + this[this.tabletblLinks2004Gen1.PairIDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9901400 { + public short ExtendedFamilyID { get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9901400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9901400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } + return ((short)(this[this.tabletblLinks2004Gen1.ExtendedFamilyIDColumn])); } set { - this[this.tabletblGen2LinksFromGen1.R9901400Column] = value; + this[this.tabletblLinks2004Gen1.ExtendedFamilyIDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9901401 { + public short ID1 { get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9901401Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9901401\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } + return ((short)(this[this.tabletblLinks2004Gen1.ID1Column])); } set { - this[this.tabletblGen2LinksFromGen1.R9901401Column] = value; + this[this.tabletblLinks2004Gen1.ID1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9902000 { + public short ID2 { get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9902000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9902000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } + return ((short)(this[this.tabletblLinks2004Gen1.ID2Column])); } set { - this[this.tabletblGen2LinksFromGen1.R9902000Column] = value; + this[this.tabletblLinks2004Gen1.ID2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9902200 { + public byte Sex1 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9902200Column])); + return ((byte)(this[this.tabletblLinks2004Gen1.Sex1Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9902200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Sex1\' in table \'tblLinks2004Gen1\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.R9902200Column] = value; + this[this.tabletblLinks2004Gen1.Sex1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9902201 { + public byte Sex2 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9902201Column])); + return ((byte)(this[this.tabletblLinks2004Gen1.Sex2Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9902201\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'Sex2\' in table \'tblLinks2004Gen1\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.R9902201Column] = value; + this[this.tabletblLinks2004Gen1.Sex2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9902800 { + public float RecommendedRelatedness { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9902800Column])); + return ((float)(this[this.tabletblLinks2004Gen1.RecommendedRelatednessColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9902800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'RecommendedRelatedness\' in table \'tblLinks2004Gen1\' is DBNu" + + "ll.", e); } } set { - this[this.tabletblGen2LinksFromGen1.R9902800Column] = value; + this[this.tabletblLinks2004Gen1.RecommendedRelatednessColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9903000 { + public int SubjectTag_S1 { get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9903000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9903000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } + return ((int)(this[this.tabletblLinks2004Gen1.SubjectTag_S1Column])); } set { - this[this.tabletblGen2LinksFromGen1.R9903000Column] = value; + this[this.tabletblLinks2004Gen1.SubjectTag_S1Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9903001 { + public int SubjectTag_S2 { get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9903001Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9903001\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } + return ((int)(this[this.tabletblLinks2004Gen1.SubjectTag_S2Column])); } set { - this[this.tabletblGen2LinksFromGen1.R9903001Column] = value; + this[this.tabletblLinks2004Gen1.SubjectTag_S2Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9903600 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9903600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9903600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R9903600Column] = value; - } + public bool IsSex1Null() { + return this.IsNull(this.tabletblLinks2004Gen1.Sex1Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9903800 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9903800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9903800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R9903800Column] = value; - } + public void SetSex1Null() { + this[this.tabletblLinks2004Gen1.Sex1Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9903801 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9903801Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9903801\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R9903801Column] = value; - } + public bool IsSex2Null() { + return this.IsNull(this.tabletblLinks2004Gen1.Sex2Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9904400 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9904400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9904400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R9904400Column] = value; - } + public void SetSex2Null() { + this[this.tabletblLinks2004Gen1.Sex2Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9904600 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9904600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9904600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R9904600Column] = value; - } + public bool IsRecommendedRelatednessNull() { + return this.IsNull(this.tabletblLinks2004Gen1.RecommendedRelatednessColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9904601 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9904601Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9904601\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R9904601Column] = value; - } + public void SetRecommendedRelatednessNull() { + this[this.tabletblLinks2004Gen1.RecommendedRelatednessColumn] = global::System.Convert.DBNull; } + } + + /// + ///Represents strongly named DataRow class. + /// + public partial class tblGen2OutcomesMathRow : global::System.Data.DataRow { + + private tblGen2OutcomesMathDataTable tabletblGen2OutcomesMath; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9905200 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9905200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9905200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.R9905200Column] = value; - } + internal tblGen2OutcomesMathRow(global::System.Data.DataRowBuilder rb) : + base(rb) { + this.tabletblGen2OutcomesMath = ((tblGen2OutcomesMathDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9905400 { + public int C0000100 { get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9905400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9905400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } + return ((int)(this[this.tabletblGen2OutcomesMath.C0000100Column])); } set { - this[this.tabletblGen2LinksFromGen1.R9905400Column] = value; + this[this.tabletblGen2OutcomesMath.C0000100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9905401 { + public int C0000200 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9905401Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C0000200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9905401\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0000200\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.R9905401Column] = value; + this[this.tabletblGen2OutcomesMath.C0000200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9906000 { + public int C0005300 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9906000Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C0005300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9906000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0005300\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.R9906000Column] = value; + this[this.tabletblGen2OutcomesMath.C0005300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9906600 { + public int C0005400 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9906600Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C0005400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9906600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0005400\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.R9906600Column] = value; + this[this.tabletblGen2OutcomesMath.C0005400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9907200 { + public int C0005700 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9907200Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C0005700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9907200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0005700\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.R9907200Column] = value; + this[this.tabletblGen2OutcomesMath.C0005700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9907800 { + public int C0579900 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9907800Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C0579900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9907800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0579900\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.R9907800Column] = value; + this[this.tabletblGen2OutcomesMath.C0579900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9908000 { + public int C0580000 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9908000Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C0580000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9908000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0580000\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.R9908000Column] = value; + this[this.tabletblGen2OutcomesMath.C0580000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9911200 { + public int C0580100 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9911200Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C0580100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9911200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0580100\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.R9911200Column] = value; + this[this.tabletblGen2OutcomesMath.C0580100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9911201 { + public int C0799400 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.R9911201Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C0799400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9911201\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0799400\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.R9911201Column] = value; + this[this.tabletblGen2OutcomesMath.C0799400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0337300 { + public int C0799500 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T0337300Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C0799500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0337300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0799500\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T0337300Column] = value; + this[this.tabletblGen2OutcomesMath.C0799500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0337400 { + public int C0799600 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T0337400Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C0799600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0337400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0799600\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T0337400Column] = value; + this[this.tabletblGen2OutcomesMath.C0799600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0337500 { + public int C0998600 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T0337500Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C0998600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0337500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0998600\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T0337500Column] = value; + this[this.tabletblGen2OutcomesMath.C0998600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0337600 { + public int C0998700 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T0337600Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C0998700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0337600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0998700\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T0337600Column] = value; + this[this.tabletblGen2OutcomesMath.C0998700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0337700 { + public int C0998800 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T0337700Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C0998800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0337700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C0998800\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T0337700Column] = value; + this[this.tabletblGen2OutcomesMath.C0998800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0337800 { + public int C1198600 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T0337800Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C1198600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0337800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C1198600\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T0337800Column] = value; + this[this.tabletblGen2OutcomesMath.C1198600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0337900 { + public int C1198700 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T0337900Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C1198700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0337900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C1198700\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T0337900Column] = value; + this[this.tabletblGen2OutcomesMath.C1198700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0338000 { + public int C1198800 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T0338000Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C1198800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0338000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C1198800\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T0338000Column] = value; + this[this.tabletblGen2OutcomesMath.C1198800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0338100 { + public int C1507600 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T0338100Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C1507600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0338100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C1507600\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T0338100Column] = value; + this[this.tabletblGen2OutcomesMath.C1507600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0338200 { + public int C1507700 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T0338200Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C1507700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0338200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C1507700\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T0338200Column] = value; + this[this.tabletblGen2OutcomesMath.C1507700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0338300 { + public int C1507800 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T0338300Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C1507800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0338300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C1507800\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T0338300Column] = value; + this[this.tabletblGen2OutcomesMath.C1507800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0338400 { + public int C1564500 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T0338400Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C1564500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0338400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C1564500\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T0338400Column] = value; + this[this.tabletblGen2OutcomesMath.C1564500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0338500 { + public int C1564600 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T0338500Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C1564600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0338500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C1564600\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T0338500Column] = value; + this[this.tabletblGen2OutcomesMath.C1564600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0338600 { + public int C1564700 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T0338600Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C1564700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0338600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C1564700\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T0338600Column] = value; + this[this.tabletblGen2OutcomesMath.C1564700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1486900 { + public int C1799900 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T1486900Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C1799900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1486900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C1799900\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T1486900Column] = value; + this[this.tabletblGen2OutcomesMath.C1799900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1487000 { + public int C1800000 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T1487000Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C1800000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1487000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C1800000\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T1487000Column] = value; + this[this.tabletblGen2OutcomesMath.C1800000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1487100 { + public int C1800100 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T1487100Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C1800100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1487100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C1800100\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T1487100Column] = value; + this[this.tabletblGen2OutcomesMath.C1800100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1487200 { + public int C2503500 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T1487200Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C2503500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1487200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C2503500\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T1487200Column] = value; + this[this.tabletblGen2OutcomesMath.C2503500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1487300 { + public int C2503600 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T1487300Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C2503600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1487300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C2503600\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T1487300Column] = value; + this[this.tabletblGen2OutcomesMath.C2503600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1487400 { + public int C2503700 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T1487400Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C2503700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1487400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C2503700\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T1487400Column] = value; + this[this.tabletblGen2OutcomesMath.C2503700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1487500 { + public int C2532000 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T1487500Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C2532000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1487500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C2532000\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T1487500Column] = value; + this[this.tabletblGen2OutcomesMath.C2532000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1487600 { + public int C2532100 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T1487600Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C2532100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1487600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C2532100\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T1487600Column] = value; + this[this.tabletblGen2OutcomesMath.C2532100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1487700 { + public int C2532200 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T1487700Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C2532200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1487700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C2532200\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T1487700Column] = value; + this[this.tabletblGen2OutcomesMath.C2532200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1487800 { + public int C2802800 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T1487800Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C2802800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1487800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C2802800\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T1487800Column] = value; + this[this.tabletblGen2OutcomesMath.C2802800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2217700 { + public int C2802900 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T2217700Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C2802900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2217700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C2802900\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T2217700Column] = value; + this[this.tabletblGen2OutcomesMath.C2802900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2533500 { + public int C2803000 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T2533500Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C2803000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2533500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C2803000\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T2533500Column] = value; + this[this.tabletblGen2OutcomesMath.C2803000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2533600 { + public int C3111300 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T2533600Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C3111300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2533600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C3111300\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T2533600Column] = value; + this[this.tabletblGen2OutcomesMath.C3111300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2533700 { + public int C3111400 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T2533700Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C3111400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2533700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C3111400\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T2533700Column] = value; + this[this.tabletblGen2OutcomesMath.C3111400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2533800 { + public int C3111500 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T2533800Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C3111500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2533800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C3111500\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T2533800Column] = value; + this[this.tabletblGen2OutcomesMath.C3111500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2533900 { + public int C3615000 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T2533900Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C3615000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2533900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C3615000\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T2533900Column] = value; + this[this.tabletblGen2OutcomesMath.C3615000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2534000 { + public int C3615100 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T2534000Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C3615100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2534000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C3615100\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T2534000Column] = value; + this[this.tabletblGen2OutcomesMath.C3615100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2534100 { + public int C3615200 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T2534100Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C3615200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2534100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C3615200\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T2534100Column] = value; + this[this.tabletblGen2OutcomesMath.C3615200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2534200 { + public int C3993600 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T2534200Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C3993600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2534200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C3993600\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T2534200Column] = value; + this[this.tabletblGen2OutcomesMath.C3993600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2534300 { + public int C3993700 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T2534300Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C3993700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2534300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C3993700\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T2534300Column] = value; + this[this.tabletblGen2OutcomesMath.C3993700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2534400 { + public int C3993800 { get { try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T2534400Column])); + return ((int)(this[this.tabletblGen2OutcomesMath.C3993800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2534400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'C3993800\' in table \'tblGen2OutcomesMath\' is DBNull.", e); } } set { - this[this.tabletblGen2LinksFromGen1.T2534400Column] = value; + this[this.tabletblGen2OutcomesMath.C3993800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2534500 { - get { - try { - return ((int)(this[this.tabletblGen2LinksFromGen1.T2534500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2534500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2LinksFromGen1.T2534500Column] = value; - } + public bool IsC0000200Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C0000200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0173600Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R0173600Column); + public void SetC0000200Null() { + this[this.tabletblGen2OutcomesMath.C0000200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0173600Null() { - this[this.tabletblGen2LinksFromGen1.R0173600Column] = global::System.Convert.DBNull; + public bool IsC0005300Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C0005300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0214700Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R0214700Column); + public void SetC0005300Null() { + this[this.tabletblGen2OutcomesMath.C0005300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0214700Null() { - this[this.tabletblGen2LinksFromGen1.R0214700Column] = global::System.Convert.DBNull; + public bool IsC0005400Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C0005400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0214800Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R0214800Column); + public void SetC0005400Null() { + this[this.tabletblGen2OutcomesMath.C0005400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0214800Null() { - this[this.tabletblGen2LinksFromGen1.R0214800Column] = global::System.Convert.DBNull; + public bool IsC0005700Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C0005700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4825700Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R4825700Column); + public void SetC0005700Null() { + this[this.tabletblGen2OutcomesMath.C0005700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4825700Null() { - this[this.tabletblGen2LinksFromGen1.R4825700Column] = global::System.Convert.DBNull; + public bool IsC0579900Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C0579900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4826000Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R4826000Column); + public void SetC0579900Null() { + this[this.tabletblGen2OutcomesMath.C0579900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4826000Null() { - this[this.tabletblGen2LinksFromGen1.R4826000Column] = global::System.Convert.DBNull; + public bool IsC0580000Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C0580000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4826100Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R4826100Column); + public void SetC0580000Null() { + this[this.tabletblGen2OutcomesMath.C0580000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4826100Null() { - this[this.tabletblGen2LinksFromGen1.R4826100Column] = global::System.Convert.DBNull; + public bool IsC0580100Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C0580100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4826300Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R4826300Column); + public void SetC0580100Null() { + this[this.tabletblGen2OutcomesMath.C0580100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4826300Null() { - this[this.tabletblGen2LinksFromGen1.R4826300Column] = global::System.Convert.DBNull; + public bool IsC0799400Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C0799400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4826500Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R4826500Column); + public void SetC0799400Null() { + this[this.tabletblGen2OutcomesMath.C0799400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4826500Null() { - this[this.tabletblGen2LinksFromGen1.R4826500Column] = global::System.Convert.DBNull; + public bool IsC0799500Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C0799500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4826800Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R4826800Column); + public void SetC0799500Null() { + this[this.tabletblGen2OutcomesMath.C0799500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4826800Null() { - this[this.tabletblGen2LinksFromGen1.R4826800Column] = global::System.Convert.DBNull; + public bool IsC0799600Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C0799600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5495900Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R5495900Column); + public void SetC0799600Null() { + this[this.tabletblGen2OutcomesMath.C0799600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5495900Null() { - this[this.tabletblGen2LinksFromGen1.R5495900Column] = global::System.Convert.DBNull; + public bool IsC0998600Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C0998600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5496200Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R5496200Column); + public void SetC0998600Null() { + this[this.tabletblGen2OutcomesMath.C0998600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5496200Null() { - this[this.tabletblGen2LinksFromGen1.R5496200Column] = global::System.Convert.DBNull; + public bool IsC0998700Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C0998700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5496300Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R5496300Column); + public void SetC0998700Null() { + this[this.tabletblGen2OutcomesMath.C0998700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5496300Null() { - this[this.tabletblGen2LinksFromGen1.R5496300Column] = global::System.Convert.DBNull; + public bool IsC0998800Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C0998800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5496500Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R5496500Column); + public void SetC0998800Null() { + this[this.tabletblGen2OutcomesMath.C0998800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5496500Null() { - this[this.tabletblGen2LinksFromGen1.R5496500Column] = global::System.Convert.DBNull; + public bool IsC1198600Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C1198600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5496700Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R5496700Column); + public void SetC1198600Null() { + this[this.tabletblGen2OutcomesMath.C1198600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5496700Null() { - this[this.tabletblGen2LinksFromGen1.R5496700Column] = global::System.Convert.DBNull; + public bool IsC1198700Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C1198700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5497000Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R5497000Column); + public void SetC1198700Null() { + this[this.tabletblGen2OutcomesMath.C1198700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5497000Null() { - this[this.tabletblGen2LinksFromGen1.R5497000Column] = global::System.Convert.DBNull; + public bool IsC1198800Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C1198800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5497200Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R5497200Column); + public void SetC1198800Null() { + this[this.tabletblGen2OutcomesMath.C1198800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5497200Null() { - this[this.tabletblGen2LinksFromGen1.R5497200Column] = global::System.Convert.DBNull; + public bool IsC1507600Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C1507600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6210700Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R6210700Column); + public void SetC1507600Null() { + this[this.tabletblGen2OutcomesMath.C1507600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6210700Null() { - this[this.tabletblGen2LinksFromGen1.R6210700Column] = global::System.Convert.DBNull; + public bool IsC1507700Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C1507700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6210800Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R6210800Column); + public void SetC1507700Null() { + this[this.tabletblGen2OutcomesMath.C1507700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6210800Null() { - this[this.tabletblGen2LinksFromGen1.R6210800Column] = global::System.Convert.DBNull; + public bool IsC1507800Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C1507800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6210900Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R6210900Column); + public void SetC1507800Null() { + this[this.tabletblGen2OutcomesMath.C1507800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6210900Null() { - this[this.tabletblGen2LinksFromGen1.R6210900Column] = global::System.Convert.DBNull; + public bool IsC1564500Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C1564500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6211500Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R6211500Column); + public void SetC1564500Null() { + this[this.tabletblGen2OutcomesMath.C1564500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6211500Null() { - this[this.tabletblGen2LinksFromGen1.R6211500Column] = global::System.Convert.DBNull; + public bool IsC1564600Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C1564600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6211600Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R6211600Column); + public void SetC1564600Null() { + this[this.tabletblGen2OutcomesMath.C1564600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6211600Null() { - this[this.tabletblGen2LinksFromGen1.R6211600Column] = global::System.Convert.DBNull; + public bool IsC1564700Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C1564700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6211700Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R6211700Column); + public void SetC1564700Null() { + this[this.tabletblGen2OutcomesMath.C1564700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6211700Null() { - this[this.tabletblGen2LinksFromGen1.R6211700Column] = global::System.Convert.DBNull; + public bool IsC1799900Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C1799900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6211800Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R6211800Column); + public void SetC1799900Null() { + this[this.tabletblGen2OutcomesMath.C1799900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6211800Null() { - this[this.tabletblGen2LinksFromGen1.R6211800Column] = global::System.Convert.DBNull; + public bool IsC1800000Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C1800000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6211900Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R6211900Column); + public void SetC1800000Null() { + this[this.tabletblGen2OutcomesMath.C1800000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6211900Null() { - this[this.tabletblGen2LinksFromGen1.R6211900Column] = global::System.Convert.DBNull; + public bool IsC1800100Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C1800100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6212200Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R6212200Column); + public void SetC1800100Null() { + this[this.tabletblGen2OutcomesMath.C1800100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6212200Null() { - this[this.tabletblGen2LinksFromGen1.R6212200Column] = global::System.Convert.DBNull; + public bool IsC2503500Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C2503500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6212300Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R6212300Column); + public void SetC2503500Null() { + this[this.tabletblGen2OutcomesMath.C2503500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6212300Null() { - this[this.tabletblGen2LinksFromGen1.R6212300Column] = global::System.Convert.DBNull; + public bool IsC2503600Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C2503600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6764000Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R6764000Column); + public void SetC2503600Null() { + this[this.tabletblGen2OutcomesMath.C2503600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6764000Null() { - this[this.tabletblGen2LinksFromGen1.R6764000Column] = global::System.Convert.DBNull; + public bool IsC2503700Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C2503700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6764100Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R6764100Column); + public void SetC2503700Null() { + this[this.tabletblGen2OutcomesMath.C2503700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6764100Null() { - this[this.tabletblGen2LinksFromGen1.R6764100Column] = global::System.Convert.DBNull; + public bool IsC2532000Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C2532000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6764200Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R6764200Column); + public void SetC2532000Null() { + this[this.tabletblGen2OutcomesMath.C2532000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6764200Null() { - this[this.tabletblGen2LinksFromGen1.R6764200Column] = global::System.Convert.DBNull; + public bool IsC2532100Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C2532100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6764900Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R6764900Column); + public void SetC2532100Null() { + this[this.tabletblGen2OutcomesMath.C2532100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6764900Null() { - this[this.tabletblGen2LinksFromGen1.R6764900Column] = global::System.Convert.DBNull; + public bool IsC2532200Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C2532200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6765000Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R6765000Column); + public void SetC2532200Null() { + this[this.tabletblGen2OutcomesMath.C2532200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6765000Null() { - this[this.tabletblGen2LinksFromGen1.R6765000Column] = global::System.Convert.DBNull; + public bool IsC2802800Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C2802800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6765100Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R6765100Column); + public void SetC2802800Null() { + this[this.tabletblGen2OutcomesMath.C2802800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6765100Null() { - this[this.tabletblGen2LinksFromGen1.R6765100Column] = global::System.Convert.DBNull; + public bool IsC2802900Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C2802900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6765200Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R6765200Column); + public void SetC2802900Null() { + this[this.tabletblGen2OutcomesMath.C2802900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6765200Null() { - this[this.tabletblGen2LinksFromGen1.R6765200Column] = global::System.Convert.DBNull; + public bool IsC2803000Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C2803000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6765600Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R6765600Column); + public void SetC2803000Null() { + this[this.tabletblGen2OutcomesMath.C2803000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6765600Null() { - this[this.tabletblGen2LinksFromGen1.R6765600Column] = global::System.Convert.DBNull; + public bool IsC3111300Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C3111300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6765700Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R6765700Column); + public void SetC3111300Null() { + this[this.tabletblGen2OutcomesMath.C3111300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6765700Null() { - this[this.tabletblGen2LinksFromGen1.R6765700Column] = global::System.Convert.DBNull; + public bool IsC3111400Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C3111400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6765800Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R6765800Column); + public void SetC3111400Null() { + this[this.tabletblGen2OutcomesMath.C3111400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6765800Null() { - this[this.tabletblGen2LinksFromGen1.R6765800Column] = global::System.Convert.DBNull; + public bool IsC3111500Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C3111500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6839600Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R6839600Column); + public void SetC3111500Null() { + this[this.tabletblGen2OutcomesMath.C3111500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6839600Null() { - this[this.tabletblGen2LinksFromGen1.R6839600Column] = global::System.Convert.DBNull; + public bool IsC3615000Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C3615000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7408300Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R7408300Column); + public void SetC3615000Null() { + this[this.tabletblGen2OutcomesMath.C3615000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7408300Null() { - this[this.tabletblGen2LinksFromGen1.R7408300Column] = global::System.Convert.DBNull; + public bool IsC3615100Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C3615100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7408400Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R7408400Column); + public void SetC3615100Null() { + this[this.tabletblGen2OutcomesMath.C3615100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7408400Null() { - this[this.tabletblGen2LinksFromGen1.R7408400Column] = global::System.Convert.DBNull; + public bool IsC3615200Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C3615200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7408500Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R7408500Column); + public void SetC3615200Null() { + this[this.tabletblGen2OutcomesMath.C3615200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7408500Null() { - this[this.tabletblGen2LinksFromGen1.R7408500Column] = global::System.Convert.DBNull; + public bool IsC3993600Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C3993600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7409200Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R7409200Column); + public void SetC3993600Null() { + this[this.tabletblGen2OutcomesMath.C3993600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7409200Null() { - this[this.tabletblGen2LinksFromGen1.R7409200Column] = global::System.Convert.DBNull; + public bool IsC3993700Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C3993700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7409300Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R7409300Column); + public void SetC3993700Null() { + this[this.tabletblGen2OutcomesMath.C3993700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7409300Null() { - this[this.tabletblGen2LinksFromGen1.R7409300Column] = global::System.Convert.DBNull; + public bool IsC3993800Null() { + return this.IsNull(this.tabletblGen2OutcomesMath.C3993800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7409400Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R7409400Column); + public void SetC3993800Null() { + this[this.tabletblGen2OutcomesMath.C3993800Column] = global::System.Convert.DBNull; } + } + + /// + ///Represents strongly named DataRow class. + /// + public partial class tblGen1GeocodeSanitizedRow : global::System.Data.DataRow { - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7409400Null() { - this[this.tabletblGen2LinksFromGen1.R7409400Column] = global::System.Convert.DBNull; - } + private tblGen1GeocodeSanitizedDataTable tabletblGen1GeocodeSanitized; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7409500Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R7409500Column); + internal tblGen1GeocodeSanitizedRow(global::System.Data.DataRowBuilder rb) : + base(rb) { + this.tabletblGen1GeocodeSanitized = ((tblGen1GeocodeSanitizedDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7409500Null() { - this[this.tabletblGen2LinksFromGen1.R7409500Column] = global::System.Convert.DBNull; + public int SubjectTag_S1 { + get { + return ((int)(this[this.tabletblGen1GeocodeSanitized.SubjectTag_S1Column])); + } + set { + this[this.tabletblGen1GeocodeSanitized.SubjectTag_S1Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7409900Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R7409900Column); + public int SubjectTag_S2 { + get { + return ((int)(this[this.tabletblGen1GeocodeSanitized.SubjectTag_S2Column])); + } + set { + this[this.tabletblGen1GeocodeSanitized.SubjectTag_S2Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7409900Null() { - this[this.tabletblGen2LinksFromGen1.R7409900Column] = global::System.Convert.DBNull; + public short DobDifferenceInDays1979V1979 { + get { + try { + return ((short)(this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1979Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'DobDifferenceInDays1979V1979\' in table \'tblGen1GeocodeSanit" + + "ized\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1979Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7410000Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R7410000Column); + public short DobDifferenceInDays1979V1981 { + get { + try { + return ((short)(this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1981Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'DobDifferenceInDays1979V1981\' in table \'tblGen1GeocodeSanit" + + "ized\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1981Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7410000Null() { - this[this.tabletblGen2LinksFromGen1.R7410000Column] = global::System.Convert.DBNull; + public short DobDifferenceInDays1981V1979 { + get { + try { + return ((short)(this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1979Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'DobDifferenceInDays1981V1979\' in table \'tblGen1GeocodeSanit" + + "ized\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1979Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7410100Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R7410100Column); + public short DobDifferenceInDays1981V1981 { + get { + try { + return ((short)(this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1981Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'DobDifferenceInDays1981V1981\' in table \'tblGen1GeocodeSanit" + + "ized\' is DBNull.", e); + } + } + set { + this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1981Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7410100Null() { - this[this.tabletblGen2LinksFromGen1.R7410100Column] = global::System.Convert.DBNull; + public bool DobDayIsMissing1979_1 { + get { + return ((bool)(this[this.tabletblGen1GeocodeSanitized.DobDayIsMissing1979_1Column])); + } + set { + this[this.tabletblGen1GeocodeSanitized.DobDayIsMissing1979_1Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7548600Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R7548600Column); + public bool DobDayIsMissing1979_2 { + get { + return ((bool)(this[this.tabletblGen1GeocodeSanitized.DobDayIsMissing1979_2Column])); + } + set { + this[this.tabletblGen1GeocodeSanitized.DobDayIsMissing1979_2Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7548600Null() { - this[this.tabletblGen2LinksFromGen1.R7548600Column] = global::System.Convert.DBNull; + public bool BirthSubjectCountyMissing_1 { + get { + return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountyMissing_1Column])); + } + set { + this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountyMissing_1Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8106400Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R8106400Column); + public bool BirthSubjectCountyMissing_2 { + get { + return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountyMissing_2Column])); + } + set { + this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountyMissing_2Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8106400Null() { - this[this.tabletblGen2LinksFromGen1.R8106400Column] = global::System.Convert.DBNull; + public bool BirthSubjectCountyEqual { + get { + return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountyEqualColumn])); + } + set { + this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountyEqualColumn] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8106500Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R8106500Column); + public bool BirthSubjectStateMissing_1 { + get { + return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectStateMissing_1Column])); + } + set { + this[this.tabletblGen1GeocodeSanitized.BirthSubjectStateMissing_1Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8106500Null() { - this[this.tabletblGen2LinksFromGen1.R8106500Column] = global::System.Convert.DBNull; + public bool BirthSubjectStateMissing_2 { + get { + return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectStateMissing_2Column])); + } + set { + this[this.tabletblGen1GeocodeSanitized.BirthSubjectStateMissing_2Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8106600Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R8106600Column); + public bool BirthSubjectStateEqual { + get { + return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectStateEqualColumn])); + } + set { + this[this.tabletblGen1GeocodeSanitized.BirthSubjectStateEqualColumn] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8106600Null() { - this[this.tabletblGen2LinksFromGen1.R8106600Column] = global::System.Convert.DBNull; + public bool BirthSubjectCountryMissing_1 { + get { + return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountryMissing_1Column])); + } + set { + this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountryMissing_1Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8106700Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R8106700Column); + public bool BirthSubjectCountryMissing_2 { + get { + return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountryMissing_2Column])); + } + set { + this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountryMissing_2Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8106700Null() { - this[this.tabletblGen2LinksFromGen1.R8106700Column] = global::System.Convert.DBNull; + public bool BirthSubjectCountryEqual { + get { + return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountryEqualColumn])); + } + set { + this[this.tabletblGen1GeocodeSanitized.BirthSubjectCountryEqualColumn] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8106800Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R8106800Column); + public bool BirthMotherStateMissing_1 { + get { + return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthMotherStateMissing_1Column])); + } + set { + this[this.tabletblGen1GeocodeSanitized.BirthMotherStateMissing_1Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8106800Null() { - this[this.tabletblGen2LinksFromGen1.R8106800Column] = global::System.Convert.DBNull; + public bool BirthMotherStateMissing_2 { + get { + return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthMotherStateMissing_2Column])); + } + set { + this[this.tabletblGen1GeocodeSanitized.BirthMotherStateMissing_2Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8106900Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R8106900Column); + public bool BirthMotherStateEqual { + get { + return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthMotherStateEqualColumn])); + } + set { + this[this.tabletblGen1GeocodeSanitized.BirthMotherStateEqualColumn] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8106900Null() { - this[this.tabletblGen2LinksFromGen1.R8106900Column] = global::System.Convert.DBNull; + public bool BirthMotherCountryMissing_1 { + get { + return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthMotherCountryMissing_1Column])); + } + set { + this[this.tabletblGen1GeocodeSanitized.BirthMotherCountryMissing_1Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8107000Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R8107000Column); + public bool BirthMotherCountryMissing_2 { + get { + return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthMotherCountryMissing_2Column])); + } + set { + this[this.tabletblGen1GeocodeSanitized.BirthMotherCountryMissing_2Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8107000Null() { - this[this.tabletblGen2LinksFromGen1.R8107000Column] = global::System.Convert.DBNull; + public bool BirthMotherCountryEqual { + get { + return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthMotherCountryEqualColumn])); + } + set { + this[this.tabletblGen1GeocodeSanitized.BirthMotherCountryEqualColumn] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8107100Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R8107100Column); + public bool BirthFatherStateMissing_1 { + get { + return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthFatherStateMissing_1Column])); + } + set { + this[this.tabletblGen1GeocodeSanitized.BirthFatherStateMissing_1Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8107100Null() { - this[this.tabletblGen2LinksFromGen1.R8107100Column] = global::System.Convert.DBNull; + public bool BirthFatherStateMissing_2 { + get { + return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthFatherStateMissing_2Column])); + } + set { + this[this.tabletblGen1GeocodeSanitized.BirthFatherStateMissing_2Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8107200Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R8107200Column); + public bool BirthFatherStateEqual { + get { + return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthFatherStateEqualColumn])); + } + set { + this[this.tabletblGen1GeocodeSanitized.BirthFatherStateEqualColumn] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8107200Null() { - this[this.tabletblGen2LinksFromGen1.R8107200Column] = global::System.Convert.DBNull; + public bool BirthFatherCountryMissing_1 { + get { + return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthFatherCountryMissing_1Column])); + } + set { + this[this.tabletblGen1GeocodeSanitized.BirthFatherCountryMissing_1Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8255400Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R8255400Column); + public bool BirthFatherCountryMissing_2 { + get { + return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthFatherCountryMissing_2Column])); + } + set { + this[this.tabletblGen1GeocodeSanitized.BirthFatherCountryMissing_2Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8255400Null() { - this[this.tabletblGen2LinksFromGen1.R8255400Column] = global::System.Convert.DBNull; + public bool BirthFatherCountryEqual { + get { + return ((bool)(this[this.tabletblGen1GeocodeSanitized.BirthFatherCountryEqualColumn])); + } + set { + this[this.tabletblGen1GeocodeSanitized.BirthFatherCountryEqualColumn] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9900400Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9900400Column); + public bool IsDobDifferenceInDays1979V1979Null() { + return this.IsNull(this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1979Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9900400Null() { - this[this.tabletblGen2LinksFromGen1.R9900400Column] = global::System.Convert.DBNull; + public void SetDobDifferenceInDays1979V1979Null() { + this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1979Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9900600Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9900600Column); + public bool IsDobDifferenceInDays1979V1981Null() { + return this.IsNull(this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1981Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9900600Null() { - this[this.tabletblGen2LinksFromGen1.R9900600Column] = global::System.Convert.DBNull; + public void SetDobDifferenceInDays1979V1981Null() { + this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1979V1981Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9900601Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9900601Column); + public bool IsDobDifferenceInDays1981V1979Null() { + return this.IsNull(this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1979Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9900601Null() { - this[this.tabletblGen2LinksFromGen1.R9900601Column] = global::System.Convert.DBNull; + public void SetDobDifferenceInDays1981V1979Null() { + this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1979Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9901200Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9901200Column); + public bool IsDobDifferenceInDays1981V1981Null() { + return this.IsNull(this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1981Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9901200Null() { - this[this.tabletblGen2LinksFromGen1.R9901200Column] = global::System.Convert.DBNull; + public void SetDobDifferenceInDays1981V1981Null() { + this[this.tabletblGen1GeocodeSanitized.DobDifferenceInDays1981V1981Column] = global::System.Convert.DBNull; } + } + + /// + ///Represents strongly named DataRow class. + /// + public partial class tblRosterGen1AssignmentRow : global::System.Data.DataRow { - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9901400Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9901400Column); - } + private tblRosterGen1AssignmentDataTable tabletblRosterGen1Assignment; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9901400Null() { - this[this.tabletblGen2LinksFromGen1.R9901400Column] = global::System.Convert.DBNull; + internal tblRosterGen1AssignmentRow(global::System.Data.DataRowBuilder rb) : + base(rb) { + this.tabletblRosterGen1Assignment = ((tblRosterGen1AssignmentDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9901401Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9901401Column); + public byte ID { + get { + return ((byte)(this[this.tabletblRosterGen1Assignment.IDColumn])); + } + set { + this[this.tabletblRosterGen1Assignment.IDColumn] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9901401Null() { - this[this.tabletblGen2LinksFromGen1.R9901401Column] = global::System.Convert.DBNull; + public short ResponseLower { + get { + return ((short)(this[this.tabletblRosterGen1Assignment.ResponseLowerColumn])); + } + set { + this[this.tabletblRosterGen1Assignment.ResponseLowerColumn] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9902000Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9902000Column); + public short ResponseUpper { + get { + return ((short)(this[this.tabletblRosterGen1Assignment.ResponseUpperColumn])); + } + set { + this[this.tabletblRosterGen1Assignment.ResponseUpperColumn] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9902000Null() { - this[this.tabletblGen2LinksFromGen1.R9902000Column] = global::System.Convert.DBNull; + public short Freq { + get { + return ((short)(this[this.tabletblRosterGen1Assignment.FreqColumn])); + } + set { + this[this.tabletblRosterGen1Assignment.FreqColumn] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9902200Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9902200Column); + public bool Resolved { + get { + return ((bool)(this[this.tabletblRosterGen1Assignment.ResolvedColumn])); + } + set { + this[this.tabletblRosterGen1Assignment.ResolvedColumn] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9902200Null() { - this[this.tabletblGen2LinksFromGen1.R9902200Column] = global::System.Convert.DBNull; + public double R { + get { + try { + return ((double)(this[this.tabletblRosterGen1Assignment.RColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R\' in table \'tblRosterGen1Assignment\' is DBNull.", e); + } + } + set { + this[this.tabletblRosterGen1Assignment.RColumn] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9902201Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9902201Column); + public double RBoundLower { + get { + return ((double)(this[this.tabletblRosterGen1Assignment.RBoundLowerColumn])); + } + set { + this[this.tabletblRosterGen1Assignment.RBoundLowerColumn] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9902201Null() { - this[this.tabletblGen2LinksFromGen1.R9902201Column] = global::System.Convert.DBNull; + public double RBoundUpper { + get { + return ((double)(this[this.tabletblRosterGen1Assignment.RBoundUpperColumn])); + } + set { + this[this.tabletblRosterGen1Assignment.RBoundUpperColumn] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9902800Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9902800Column); + public byte SameGeneration { + get { + return ((byte)(this[this.tabletblRosterGen1Assignment.SameGenerationColumn])); + } + set { + this[this.tabletblRosterGen1Assignment.SameGenerationColumn] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9902800Null() { - this[this.tabletblGen2LinksFromGen1.R9902800Column] = global::System.Convert.DBNull; + public byte ShareBiodad { + get { + return ((byte)(this[this.tabletblRosterGen1Assignment.ShareBiodadColumn])); + } + set { + this[this.tabletblRosterGen1Assignment.ShareBiodadColumn] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9903000Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9903000Column); + public byte ShareBiomom { + get { + return ((byte)(this[this.tabletblRosterGen1Assignment.ShareBiomomColumn])); + } + set { + this[this.tabletblRosterGen1Assignment.ShareBiomomColumn] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9903000Null() { - this[this.tabletblGen2LinksFromGen1.R9903000Column] = global::System.Convert.DBNull; + public byte ShareBiograndparent { + get { + return ((byte)(this[this.tabletblRosterGen1Assignment.ShareBiograndparentColumn])); + } + set { + this[this.tabletblRosterGen1Assignment.ShareBiograndparentColumn] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9903001Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9903001Column); + public bool Inconsistent { + get { + return ((bool)(this[this.tabletblRosterGen1Assignment.InconsistentColumn])); + } + set { + this[this.tabletblRosterGen1Assignment.InconsistentColumn] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9903001Null() { - this[this.tabletblGen2LinksFromGen1.R9903001Column] = global::System.Convert.DBNull; + public string Notes { + get { + try { + return ((string)(this[this.tabletblRosterGen1Assignment.NotesColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Notes\' in table \'tblRosterGen1Assignment\' is DBNull.", e); + } + } + set { + this[this.tabletblRosterGen1Assignment.NotesColumn] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9903600Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9903600Column); + public string ResponseLowerLabel { + get { + try { + return ((string)(this[this.tabletblRosterGen1Assignment.ResponseLowerLabelColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'ResponseLowerLabel\' in table \'tblRosterGen1Assignment\' is D" + + "BNull.", e); + } + } + set { + this[this.tabletblRosterGen1Assignment.ResponseLowerLabelColumn] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9903600Null() { - this[this.tabletblGen2LinksFromGen1.R9903600Column] = global::System.Convert.DBNull; + public string ResponseUpperLabel { + get { + try { + return ((string)(this[this.tabletblRosterGen1Assignment.ResponseUpperLabelColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'ResponseUpperLabel\' in table \'tblRosterGen1Assignment\' is D" + + "BNull.", e); + } + } + set { + this[this.tabletblRosterGen1Assignment.ResponseUpperLabelColumn] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9903800Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9903800Column); + public bool IsRNull() { + return this.IsNull(this.tabletblRosterGen1Assignment.RColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9903800Null() { - this[this.tabletblGen2LinksFromGen1.R9903800Column] = global::System.Convert.DBNull; + public void SetRNull() { + this[this.tabletblRosterGen1Assignment.RColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9903801Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9903801Column); + public bool IsNotesNull() { + return this.IsNull(this.tabletblRosterGen1Assignment.NotesColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9903801Null() { - this[this.tabletblGen2LinksFromGen1.R9903801Column] = global::System.Convert.DBNull; + public void SetNotesNull() { + this[this.tabletblRosterGen1Assignment.NotesColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9904400Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9904400Column); + public bool IsResponseLowerLabelNull() { + return this.IsNull(this.tabletblRosterGen1Assignment.ResponseLowerLabelColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9904400Null() { - this[this.tabletblGen2LinksFromGen1.R9904400Column] = global::System.Convert.DBNull; + public void SetResponseLowerLabelNull() { + this[this.tabletblRosterGen1Assignment.ResponseLowerLabelColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9904600Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9904600Column); + public bool IsResponseUpperLabelNull() { + return this.IsNull(this.tabletblRosterGen1Assignment.ResponseUpperLabelColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9904600Null() { - this[this.tabletblGen2LinksFromGen1.R9904600Column] = global::System.Convert.DBNull; + public void SetResponseUpperLabelNull() { + this[this.tabletblRosterGen1Assignment.ResponseUpperLabelColumn] = global::System.Convert.DBNull; } + } + + /// + ///Represents strongly named DataRow class. + /// + public partial class tblGen2LinksRow : global::System.Data.DataRow { + + private tblGen2LinksDataTable tabletblGen2Links; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9904601Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9904601Column); + internal tblGen2LinksRow(global::System.Data.DataRowBuilder rb) : + base(rb) { + this.tabletblGen2Links = ((tblGen2LinksDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9904601Null() { - this[this.tabletblGen2LinksFromGen1.R9904601Column] = global::System.Convert.DBNull; + public int C0000100 { + get { + return ((int)(this[this.tabletblGen2Links.C0000100Column])); + } + set { + this[this.tabletblGen2Links.C0000100Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9905200Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9905200Column); + public int C0000200 { + get { + try { + return ((int)(this[this.tabletblGen2Links.C0000200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0000200\' in table \'tblGen2Links\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2Links.C0000200Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9905200Null() { - this[this.tabletblGen2LinksFromGen1.R9905200Column] = global::System.Convert.DBNull; + public int C0005300 { + get { + try { + return ((int)(this[this.tabletblGen2Links.C0005300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0005300\' in table \'tblGen2Links\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2Links.C0005300Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9905400Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9905400Column); + public int C0005400 { + get { + try { + return ((int)(this[this.tabletblGen2Links.C0005400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0005400\' in table \'tblGen2Links\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2Links.C0005400Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9905400Null() { - this[this.tabletblGen2LinksFromGen1.R9905400Column] = global::System.Convert.DBNull; + public int C0005500 { + get { + try { + return ((int)(this[this.tabletblGen2Links.C0005500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0005500\' in table \'tblGen2Links\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2Links.C0005500Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9905401Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9905401Column); + public int C0005700 { + get { + try { + return ((int)(this[this.tabletblGen2Links.C0005700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0005700\' in table \'tblGen2Links\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2Links.C0005700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9905401Null() { - this[this.tabletblGen2LinksFromGen1.R9905401Column] = global::System.Convert.DBNull; + public int C0005800 { + get { + try { + return ((int)(this[this.tabletblGen2Links.C0005800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0005800\' in table \'tblGen2Links\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2Links.C0005800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9906000Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9906000Column); + public int C0006500 { + get { + try { + return ((int)(this[this.tabletblGen2Links.C0006500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0006500\' in table \'tblGen2Links\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2Links.C0006500Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9906000Null() { - this[this.tabletblGen2LinksFromGen1.R9906000Column] = global::System.Convert.DBNull; + public int C0006800 { + get { + try { + return ((int)(this[this.tabletblGen2Links.C0006800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0006800\' in table \'tblGen2Links\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2Links.C0006800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9906600Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9906600Column); + public int C0007010 { + get { + try { + return ((int)(this[this.tabletblGen2Links.C0007010Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0007010\' in table \'tblGen2Links\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2Links.C0007010Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9906600Null() { - this[this.tabletblGen2LinksFromGen1.R9906600Column] = global::System.Convert.DBNull; + public int C0007030 { + get { + try { + return ((int)(this[this.tabletblGen2Links.C0007030Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0007030\' in table \'tblGen2Links\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2Links.C0007030Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9907200Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9907200Column); + public int C0007041 { + get { + try { + return ((int)(this[this.tabletblGen2Links.C0007041Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0007041\' in table \'tblGen2Links\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2Links.C0007041Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9907200Null() { - this[this.tabletblGen2LinksFromGen1.R9907200Column] = global::System.Convert.DBNull; + public int C0007043 { + get { + try { + return ((int)(this[this.tabletblGen2Links.C0007043Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0007043\' in table \'tblGen2Links\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2Links.C0007043Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9907800Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9907800Column); + public int C0007045 { + get { + try { + return ((int)(this[this.tabletblGen2Links.C0007045Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0007045\' in table \'tblGen2Links\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2Links.C0007045Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9907800Null() { - this[this.tabletblGen2LinksFromGen1.R9907800Column] = global::System.Convert.DBNull; + public int C0007047 { + get { + try { + return ((int)(this[this.tabletblGen2Links.C0007047Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0007047\' in table \'tblGen2Links\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2Links.C0007047Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9908000Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9908000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9908000Null() { - this[this.tabletblGen2LinksFromGen1.R9908000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9911200Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9911200Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9911200Null() { - this[this.tabletblGen2LinksFromGen1.R9911200Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR9911201Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.R9911201Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR9911201Null() { - this[this.tabletblGen2LinksFromGen1.R9911201Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0337300Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T0337300Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0337300Null() { - this[this.tabletblGen2LinksFromGen1.T0337300Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0337400Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T0337400Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0337400Null() { - this[this.tabletblGen2LinksFromGen1.T0337400Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0337500Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T0337500Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0337500Null() { - this[this.tabletblGen2LinksFromGen1.T0337500Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0337600Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T0337600Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0337600Null() { - this[this.tabletblGen2LinksFromGen1.T0337600Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0337700Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T0337700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0337700Null() { - this[this.tabletblGen2LinksFromGen1.T0337700Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0337800Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T0337800Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0337800Null() { - this[this.tabletblGen2LinksFromGen1.T0337800Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0337900Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T0337900Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0337900Null() { - this[this.tabletblGen2LinksFromGen1.T0337900Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0338000Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T0338000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0338000Null() { - this[this.tabletblGen2LinksFromGen1.T0338000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0338100Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T0338100Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0338100Null() { - this[this.tabletblGen2LinksFromGen1.T0338100Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0338200Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T0338200Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0338200Null() { - this[this.tabletblGen2LinksFromGen1.T0338200Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0338300Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T0338300Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0338300Null() { - this[this.tabletblGen2LinksFromGen1.T0338300Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0338400Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T0338400Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0338400Null() { - this[this.tabletblGen2LinksFromGen1.T0338400Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0338500Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T0338500Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0338500Null() { - this[this.tabletblGen2LinksFromGen1.T0338500Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0338600Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T0338600Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0338600Null() { - this[this.tabletblGen2LinksFromGen1.T0338600Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1486900Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T1486900Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1486900Null() { - this[this.tabletblGen2LinksFromGen1.T1486900Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1487000Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T1487000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1487000Null() { - this[this.tabletblGen2LinksFromGen1.T1487000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1487100Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T1487100Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1487100Null() { - this[this.tabletblGen2LinksFromGen1.T1487100Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1487200Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T1487200Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1487200Null() { - this[this.tabletblGen2LinksFromGen1.T1487200Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1487300Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T1487300Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1487300Null() { - this[this.tabletblGen2LinksFromGen1.T1487300Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1487400Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T1487400Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1487400Null() { - this[this.tabletblGen2LinksFromGen1.T1487400Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1487500Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T1487500Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1487500Null() { - this[this.tabletblGen2LinksFromGen1.T1487500Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1487600Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T1487600Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1487600Null() { - this[this.tabletblGen2LinksFromGen1.T1487600Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1487700Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T1487700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1487700Null() { - this[this.tabletblGen2LinksFromGen1.T1487700Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1487800Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T1487800Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1487800Null() { - this[this.tabletblGen2LinksFromGen1.T1487800Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2217700Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T2217700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2217700Null() { - this[this.tabletblGen2LinksFromGen1.T2217700Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2533500Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T2533500Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2533500Null() { - this[this.tabletblGen2LinksFromGen1.T2533500Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2533600Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T2533600Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2533600Null() { - this[this.tabletblGen2LinksFromGen1.T2533600Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2533700Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T2533700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2533700Null() { - this[this.tabletblGen2LinksFromGen1.T2533700Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2533800Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T2533800Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2533800Null() { - this[this.tabletblGen2LinksFromGen1.T2533800Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2533900Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T2533900Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2533900Null() { - this[this.tabletblGen2LinksFromGen1.T2533900Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2534000Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T2534000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2534000Null() { - this[this.tabletblGen2LinksFromGen1.T2534000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2534100Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T2534100Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2534100Null() { - this[this.tabletblGen2LinksFromGen1.T2534100Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2534200Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T2534200Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2534200Null() { - this[this.tabletblGen2LinksFromGen1.T2534200Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2534300Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T2534300Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2534300Null() { - this[this.tabletblGen2LinksFromGen1.T2534300Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2534400Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T2534400Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2534400Null() { - this[this.tabletblGen2LinksFromGen1.T2534400Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2534500Null() { - return this.IsNull(this.tabletblGen2LinksFromGen1.T2534500Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2534500Null() { - this[this.tabletblGen2LinksFromGen1.T2534500Column] = global::System.Convert.DBNull; - } - } - - /// - ///Represents strongly named DataRow class. - /// - public partial class tblGen2LinksRow : global::System.Data.DataRow { - - private tblGen2LinksDataTable tabletblGen2Links; - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblGen2LinksRow(global::System.Data.DataRowBuilder rb) : - base(rb) { - this.tabletblGen2Links = ((tblGen2LinksDataTable)(this.Table)); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0000100 { - get { - return ((int)(this[this.tabletblGen2Links.C0000100Column])); - } - set { - this[this.tabletblGen2Links.C0000100Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0000200 { - get { - try { - return ((int)(this[this.tabletblGen2Links.C0000200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0000200\' in table \'tblGen2Links\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2Links.C0000200Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0005300 { - get { - try { - return ((int)(this[this.tabletblGen2Links.C0005300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0005300\' in table \'tblGen2Links\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2Links.C0005300Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0005400 { - get { - try { - return ((int)(this[this.tabletblGen2Links.C0005400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0005400\' in table \'tblGen2Links\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2Links.C0005400Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0005500 { - get { - try { - return ((int)(this[this.tabletblGen2Links.C0005500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0005500\' in table \'tblGen2Links\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2Links.C0005500Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0005700 { - get { - try { - return ((int)(this[this.tabletblGen2Links.C0005700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0005700\' in table \'tblGen2Links\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2Links.C0005700Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0005800 { - get { - try { - return ((int)(this[this.tabletblGen2Links.C0005800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0005800\' in table \'tblGen2Links\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2Links.C0005800Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0006500 { - get { - try { - return ((int)(this[this.tabletblGen2Links.C0006500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0006500\' in table \'tblGen2Links\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2Links.C0006500Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0006800 { - get { - try { - return ((int)(this[this.tabletblGen2Links.C0006800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0006800\' in table \'tblGen2Links\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2Links.C0006800Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0007010 { - get { - try { - return ((int)(this[this.tabletblGen2Links.C0007010Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0007010\' in table \'tblGen2Links\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2Links.C0007010Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0007030 { - get { - try { - return ((int)(this[this.tabletblGen2Links.C0007030Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0007030\' in table \'tblGen2Links\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2Links.C0007030Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0007041 { - get { - try { - return ((int)(this[this.tabletblGen2Links.C0007041Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0007041\' in table \'tblGen2Links\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2Links.C0007041Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0007043 { - get { - try { - return ((int)(this[this.tabletblGen2Links.C0007043Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0007043\' in table \'tblGen2Links\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2Links.C0007043Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0007045 { - get { - try { - return ((int)(this[this.tabletblGen2Links.C0007045Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0007045\' in table \'tblGen2Links\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2Links.C0007045Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0007047 { - get { - try { - return ((int)(this[this.tabletblGen2Links.C0007047Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0007047\' in table \'tblGen2Links\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2Links.C0007047Column] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int C0007049 { - get { - try { - return ((int)(this[this.tabletblGen2Links.C0007049Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'C0007049\' in table \'tblGen2Links\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2Links.C0007049Column] = value; - } + public int C0007049 { + get { + try { + return ((int)(this[this.tabletblGen2Links.C0007049Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0007049\' in table \'tblGen2Links\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2Links.C0007049Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -58394,17850 +54975,18300 @@ public void SetT5023600Null() { /// ///Represents strongly named DataRow class. /// - public partial class tblGen2FatherFromGen1Row : global::System.Data.DataRow { + public partial class tblGen2LinksFromGen1Row : global::System.Data.DataRow { - private tblGen2FatherFromGen1DataTable tabletblGen2FatherFromGen1; + private tblGen2LinksFromGen1DataTable tabletblGen2LinksFromGen1; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - internal tblGen2FatherFromGen1Row(global::System.Data.DataRowBuilder rb) : + internal tblGen2LinksFromGen1Row(global::System.Data.DataRowBuilder rb) : base(rb) { - this.tabletblGen2FatherFromGen1 = ((tblGen2FatherFromGen1DataTable)(this.Table)); + this.tabletblGen2LinksFromGen1 = ((tblGen2LinksFromGen1DataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public int R0000100 { get { - return ((int)(this[this.tabletblGen2FatherFromGen1.R0000100Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R0000100Column])); } set { - this[this.tabletblGen2FatherFromGen1.R0000100Column] = value; + this[this.tabletblGen2LinksFromGen1.R0000100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R0214800 { + public int R0214700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R0214800Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R0214700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R0214800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0214700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R0214800Column] = value; + this[this.tabletblGen2LinksFromGen1.R0214700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1373300 { + public int R0214800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1373300Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R0214800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1373300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0214800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1373300Column] = value; + this[this.tabletblGen2LinksFromGen1.R0214800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1373400 { + public int R4825700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1373400Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R4825700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1373400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4825700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1373400Column] = value; + this[this.tabletblGen2LinksFromGen1.R4825700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1373500 { + public int R4826000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1373500Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R4826000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1373500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4826000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1373500Column] = value; + this[this.tabletblGen2LinksFromGen1.R4826000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1374000 { + public int R4826100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1374000Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R4826100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1374000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4826100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1374000Column] = value; + this[this.tabletblGen2LinksFromGen1.R4826100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1374100 { + public int R4826300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1374100Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R4826300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1374100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4826300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1374100Column] = value; + this[this.tabletblGen2LinksFromGen1.R4826300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1374200 { + public int R4826500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1374200Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R4826500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1374200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4826500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1374200Column] = value; + this[this.tabletblGen2LinksFromGen1.R4826500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1374700 { + public int R4826800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1374700Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R4826800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1374700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4826800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1374700Column] = value; + this[this.tabletblGen2LinksFromGen1.R4826800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1374800 { + public int R5495900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1374800Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R5495900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1374800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5495900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1374800Column] = value; + this[this.tabletblGen2LinksFromGen1.R5495900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1374900 { + public int R5496200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1374900Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R5496200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1374900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5496200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1374900Column] = value; + this[this.tabletblGen2LinksFromGen1.R5496200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1375400 { + public int R5496300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1375400Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R5496300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1375400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5496300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1375400Column] = value; + this[this.tabletblGen2LinksFromGen1.R5496300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1375500 { + public int R5496500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1375500Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R5496500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1375500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5496500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1375500Column] = value; + this[this.tabletblGen2LinksFromGen1.R5496500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1375600 { + public int R5496700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1375600Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R5496700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1375600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5496700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1375600Column] = value; + this[this.tabletblGen2LinksFromGen1.R5496700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1376100 { + public int R5497000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1376100Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R5497000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1376100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5497000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1376100Column] = value; + this[this.tabletblGen2LinksFromGen1.R5497000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1376200 { + public int R5497200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1376200Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R5497200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1376200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5497200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1376200Column] = value; + this[this.tabletblGen2LinksFromGen1.R5497200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1376300 { + public int R6210700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1376300Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R6210700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1376300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6210700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1376300Column] = value; + this[this.tabletblGen2LinksFromGen1.R6210700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1376800 { + public int R6210800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1376800Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R6210800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1376800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6210800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1376800Column] = value; + this[this.tabletblGen2LinksFromGen1.R6210800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1376900 { + public int R6210900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1376900Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R6210900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1376900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6210900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1376900Column] = value; + this[this.tabletblGen2LinksFromGen1.R6210900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1377000 { + public int R6211500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1377000Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R6211500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1377000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6211500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1377000Column] = value; + this[this.tabletblGen2LinksFromGen1.R6211500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1377500 { + public int R6211600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1377500Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R6211600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1377500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6211600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1377500Column] = value; + this[this.tabletblGen2LinksFromGen1.R6211600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1377600 { + public int R6211700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1377600Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R6211700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1377600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6211700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1377600Column] = value; + this[this.tabletblGen2LinksFromGen1.R6211700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1377700 { + public int R6211800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1377700Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R6211800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1377700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6211800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1377700Column] = value; + this[this.tabletblGen2LinksFromGen1.R6211800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1753700 { + public int R6211900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1753700Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R6211900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1753700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6211900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1753700Column] = value; + this[this.tabletblGen2LinksFromGen1.R6211900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1753800 { + public int R6212200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1753800Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R6212200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1753800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6212200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1753800Column] = value; + this[this.tabletblGen2LinksFromGen1.R6212200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1753900 { + public int R6212300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1753900Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R6212300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1753900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6212300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1753900Column] = value; + this[this.tabletblGen2LinksFromGen1.R6212300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1754400 { + public int R6764000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1754400Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R6764000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1754400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6764000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1754400Column] = value; + this[this.tabletblGen2LinksFromGen1.R6764000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1754500 { + public int R6764100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1754500Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R6764100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1754500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6764100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1754500Column] = value; + this[this.tabletblGen2LinksFromGen1.R6764100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1754600 { + public int R6764200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1754600Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R6764200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1754600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6764200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1754600Column] = value; + this[this.tabletblGen2LinksFromGen1.R6764200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1755100 { + public int R6764900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1755100Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R6764900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1755100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6764900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1755100Column] = value; + this[this.tabletblGen2LinksFromGen1.R6764900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1755200 { + public int R6765000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1755200Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R6765000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1755200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6765000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1755200Column] = value; + this[this.tabletblGen2LinksFromGen1.R6765000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1755300 { + public int R6765100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1755300Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R6765100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1755300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6765100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1755300Column] = value; + this[this.tabletblGen2LinksFromGen1.R6765100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1755800 { + public int R6765200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1755800Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R6765200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1755800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6765200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1755800Column] = value; + this[this.tabletblGen2LinksFromGen1.R6765200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1755900 { + public int R6765600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1755900Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R6765600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1755900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6765600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1755900Column] = value; + this[this.tabletblGen2LinksFromGen1.R6765600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1756000 { + public int R6765700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1756000Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R6765700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1756000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6765700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1756000Column] = value; + this[this.tabletblGen2LinksFromGen1.R6765700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1756500 { + public int R6765800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1756500Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R6765800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1756500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6765800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1756500Column] = value; + this[this.tabletblGen2LinksFromGen1.R6765800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1756600 { + public int R6839600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1756600Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R6839600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1756600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6839600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1756600Column] = value; + this[this.tabletblGen2LinksFromGen1.R6839600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1756700 { + public int R7408300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1756700Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R7408300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1756700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7408300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1756700Column] = value; + this[this.tabletblGen2LinksFromGen1.R7408300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1757200 { + public int R7408400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1757200Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R7408400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1757200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7408400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1757200Column] = value; + this[this.tabletblGen2LinksFromGen1.R7408400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1757300 { + public int R7408500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1757300Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R7408500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1757300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7408500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1757300Column] = value; + this[this.tabletblGen2LinksFromGen1.R7408500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1757400 { + public int R7409200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1757400Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R7409200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1757400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7409200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1757400Column] = value; + this[this.tabletblGen2LinksFromGen1.R7409200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1757900 { + public int R7409300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1757900Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R7409300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1757900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7409300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1757900Column] = value; + this[this.tabletblGen2LinksFromGen1.R7409300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1758000 { + public int R7409400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1758000Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R7409400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1758000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7409400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1758000Column] = value; + this[this.tabletblGen2LinksFromGen1.R7409400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R1758100 { + public int R7409500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R1758100Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R7409500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R1758100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7409500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R1758100Column] = value; + this[this.tabletblGen2LinksFromGen1.R7409500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2095700 { + public int R7409900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2095700Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R7409900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2095700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7409900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2095700Column] = value; + this[this.tabletblGen2LinksFromGen1.R7409900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2095800 { + public int R7410000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2095800Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R7410000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2095800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7410000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2095800Column] = value; + this[this.tabletblGen2LinksFromGen1.R7410000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2095900 { + public int R7410100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2095900Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R7410100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2095900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7410100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2095900Column] = value; + this[this.tabletblGen2LinksFromGen1.R7410100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2096400 { + public int R7548600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2096400Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R7548600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2096400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7548600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2096400Column] = value; + this[this.tabletblGen2LinksFromGen1.R7548600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2096500 { + public int R8106400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2096500Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R8106400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2096500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8106400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2096500Column] = value; + this[this.tabletblGen2LinksFromGen1.R8106400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2096600 { + public int R8106500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2096600Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R8106500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2096600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8106500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2096600Column] = value; + this[this.tabletblGen2LinksFromGen1.R8106500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2097100 { + public int R8106600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2097100Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R8106600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2097100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8106600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2097100Column] = value; + this[this.tabletblGen2LinksFromGen1.R8106600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2097200 { + public int R8106700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2097200Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R8106700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2097200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8106700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2097200Column] = value; + this[this.tabletblGen2LinksFromGen1.R8106700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2097300 { + public int R8106800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2097300Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R8106800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2097300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8106800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2097300Column] = value; + this[this.tabletblGen2LinksFromGen1.R8106800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2097800 { + public int R8106900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2097800Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R8106900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2097800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8106900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2097800Column] = value; + this[this.tabletblGen2LinksFromGen1.R8106900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2097900 { + public int R8107000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2097900Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R8107000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2097900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8107000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2097900Column] = value; + this[this.tabletblGen2LinksFromGen1.R8107000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2098000 { + public int R8107100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2098000Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R8107100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2098000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8107100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2098000Column] = value; + this[this.tabletblGen2LinksFromGen1.R8107100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2098500 { + public int R8107200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2098500Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R8107200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2098500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8107200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2098500Column] = value; + this[this.tabletblGen2LinksFromGen1.R8107200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2098600 { + public int R8255400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2098600Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R8255400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2098600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8255400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2098600Column] = value; + this[this.tabletblGen2LinksFromGen1.R8255400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2098700 { + public int R9900400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2098700Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9900400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2098700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9900400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2098700Column] = value; + this[this.tabletblGen2LinksFromGen1.R9900400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2099200 { + public int R9900600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2099200Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9900600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2099200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9900600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2099200Column] = value; + this[this.tabletblGen2LinksFromGen1.R9900600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2099300 { + public int R9900601 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2099300Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9900601Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2099300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9900601\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2099300Column] = value; + this[this.tabletblGen2LinksFromGen1.R9900601Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2099400 { + public int R9901200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2099400Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9901200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2099400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9901200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2099400Column] = value; + this[this.tabletblGen2LinksFromGen1.R9901200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2099900 { + public int R9901400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2099900Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9901400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2099900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9901400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2099900Column] = value; + this[this.tabletblGen2LinksFromGen1.R9901400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2100000 { + public int R9901401 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2100000Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9901401Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2100000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9901401\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2100000Column] = value; + this[this.tabletblGen2LinksFromGen1.R9901401Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2100100 { + public int R9902000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2100100Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9902000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2100100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9902000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2100100Column] = value; + this[this.tabletblGen2LinksFromGen1.R9902000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2345900 { + public int R9902200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2345900Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9902200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2345900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9902200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2345900Column] = value; + this[this.tabletblGen2LinksFromGen1.R9902200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2346200 { + public int R9902201 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2346200Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9902201Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2346200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9902201\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2346200Column] = value; + this[this.tabletblGen2LinksFromGen1.R9902201Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2346500 { + public int R9902800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2346500Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9902800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2346500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9902800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2346500Column] = value; + this[this.tabletblGen2LinksFromGen1.R9902800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2346800 { + public int R9903000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2346800Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9903000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2346800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9903000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2346800Column] = value; + this[this.tabletblGen2LinksFromGen1.R9903000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2347100 { + public int R9903001 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2347100Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9903001Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2347100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9903001\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2347100Column] = value; + this[this.tabletblGen2LinksFromGen1.R9903001Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2347400 { + public int R9903600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2347400Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9903600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2347400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9903600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2347400Column] = value; + this[this.tabletblGen2LinksFromGen1.R9903600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2347700 { + public int R9903800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2347700Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9903800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2347700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9903800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2347700Column] = value; + this[this.tabletblGen2LinksFromGen1.R9903800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2648000 { + public int R9903801 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2648000Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9903801Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2648000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9903801\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2648000Column] = value; + this[this.tabletblGen2LinksFromGen1.R9903801Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2648100 { + public int R9904400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2648100Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9904400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2648100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9904400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2648100Column] = value; + this[this.tabletblGen2LinksFromGen1.R9904400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2648200 { + public int R9904600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2648200Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9904600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2648200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9904600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2648200Column] = value; + this[this.tabletblGen2LinksFromGen1.R9904600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2648700 { + public int R9904601 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2648700Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9904601Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2648700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9904601\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2648700Column] = value; + this[this.tabletblGen2LinksFromGen1.R9904601Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2648800 { + public int R9905200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2648800Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9905200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2648800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9905200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2648800Column] = value; + this[this.tabletblGen2LinksFromGen1.R9905200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2648900 { + public int R9905400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2648900Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9905400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2648900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9905400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2648900Column] = value; + this[this.tabletblGen2LinksFromGen1.R9905400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2649400 { + public int R9905401 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2649400Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9905401Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2649400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9905401\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2649400Column] = value; + this[this.tabletblGen2LinksFromGen1.R9905401Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2649500 { + public int R9906000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2649500Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9906000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2649500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9906000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2649500Column] = value; + this[this.tabletblGen2LinksFromGen1.R9906000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2649600 { + public int R9906600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2649600Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9906600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2649600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9906600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2649600Column] = value; + this[this.tabletblGen2LinksFromGen1.R9906600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2650100 { + public int R9907200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2650100Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9907200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2650100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9907200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2650100Column] = value; + this[this.tabletblGen2LinksFromGen1.R9907200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2650200 { + public int R9907800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2650200Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9907800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2650200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9907800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2650200Column] = value; + this[this.tabletblGen2LinksFromGen1.R9907800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2650300 { + public int R9908000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2650300Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9908000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2650300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9908000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2650300Column] = value; + this[this.tabletblGen2LinksFromGen1.R9908000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2650800 { + public int R9911200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2650800Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9911200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2650800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9911200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2650800Column] = value; + this[this.tabletblGen2LinksFromGen1.R9911200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2650900 { + public int R9911201 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2650900Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.R9911201Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2650900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9911201\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2650900Column] = value; + this[this.tabletblGen2LinksFromGen1.R9911201Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2651000 { + public int T0337300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2651000Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T0337300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2651000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0337300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2651000Column] = value; + this[this.tabletblGen2LinksFromGen1.T0337300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2651500 { + public int T0337400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2651500Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T0337400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2651500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0337400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2651500Column] = value; + this[this.tabletblGen2LinksFromGen1.T0337400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2651600 { + public int T0337500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2651600Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T0337500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2651600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0337500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2651600Column] = value; + this[this.tabletblGen2LinksFromGen1.T0337500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2651700 { + public int T0337600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2651700Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T0337600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2651700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0337600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2651700Column] = value; + this[this.tabletblGen2LinksFromGen1.T0337600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2652200 { + public int T0337700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2652200Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T0337700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2652200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0337700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2652200Column] = value; + this[this.tabletblGen2LinksFromGen1.T0337700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2652300 { + public int T0337800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2652300Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T0337800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2652300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0337800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2652300Column] = value; + this[this.tabletblGen2LinksFromGen1.T0337800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2652400 { + public int T0337900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2652400Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T0337900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2652400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0337900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2652400Column] = value; + this[this.tabletblGen2LinksFromGen1.T0337900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2955900 { + public int T0338000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2955900Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T0338000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2955900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0338000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2955900Column] = value; + this[this.tabletblGen2LinksFromGen1.T0338000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2956200 { + public int T0338100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2956200Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T0338100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2956200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0338100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2956200Column] = value; + this[this.tabletblGen2LinksFromGen1.T0338100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2956500 { + public int T0338200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2956500Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T0338200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2956500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0338200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2956500Column] = value; + this[this.tabletblGen2LinksFromGen1.T0338200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2956800 { + public int T0338300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2956800Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T0338300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2956800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0338300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2956800Column] = value; + this[this.tabletblGen2LinksFromGen1.T0338300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2957100 { + public int T0338400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2957100Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T0338400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2957100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0338400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2957100Column] = value; + this[this.tabletblGen2LinksFromGen1.T0338400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2957400 { + public int T0338500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2957400Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T0338500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2957400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0338500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2957400Column] = value; + this[this.tabletblGen2LinksFromGen1.T0338500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R2957700 { + public int T0338600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R2957700Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T0338600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R2957700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0338600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R2957700Column] = value; + this[this.tabletblGen2LinksFromGen1.T0338600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3255900 { + public int T1486900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3255900Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T1486900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3255900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1486900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3255900Column] = value; + this[this.tabletblGen2LinksFromGen1.T1486900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3256000 { + public int T1487000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3256000Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T1487000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3256000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1487000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3256000Column] = value; + this[this.tabletblGen2LinksFromGen1.T1487000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3256100 { + public int T1487100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3256100Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T1487100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3256100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1487100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3256100Column] = value; + this[this.tabletblGen2LinksFromGen1.T1487100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3257700 { + public int T1487200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3257700Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T1487200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3257700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1487200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3257700Column] = value; + this[this.tabletblGen2LinksFromGen1.T1487200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3257800 { + public int T1487300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3257800Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T1487300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3257800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1487300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3257800Column] = value; + this[this.tabletblGen2LinksFromGen1.T1487300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3257900 { + public int T1487400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3257900Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T1487400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3257900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1487400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3257900Column] = value; + this[this.tabletblGen2LinksFromGen1.T1487400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3259500 { + public int T1487500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3259500Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T1487500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3259500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1487500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3259500Column] = value; + this[this.tabletblGen2LinksFromGen1.T1487500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3259600 { + public int T1487600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3259600Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T1487600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3259600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1487600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3259600Column] = value; + this[this.tabletblGen2LinksFromGen1.T1487600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3259700 { + public int T1487700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3259700Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T1487700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3259700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1487700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3259700Column] = value; + this[this.tabletblGen2LinksFromGen1.T1487700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3261300 { + public int T1487800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3261300Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T1487800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3261300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1487800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3261300Column] = value; + this[this.tabletblGen2LinksFromGen1.T1487800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3261400 { + public int T2217700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3261400Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T2217700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3261400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2217700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3261400Column] = value; + this[this.tabletblGen2LinksFromGen1.T2217700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3261500 { + public int T2533500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3261500Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T2533500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3261500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2533500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3261500Column] = value; + this[this.tabletblGen2LinksFromGen1.T2533500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3263100 { + public int T2533600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3263100Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T2533600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3263100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2533600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3263100Column] = value; + this[this.tabletblGen2LinksFromGen1.T2533600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3263200 { + public int T2533700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3263200Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T2533700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3263200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2533700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3263200Column] = value; + this[this.tabletblGen2LinksFromGen1.T2533700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3263300 { + public int T2533800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3263300Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T2533800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3263300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2533800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3263300Column] = value; + this[this.tabletblGen2LinksFromGen1.T2533800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3264900 { + public int T2533900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3264900Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T2533900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3264900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2533900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3264900Column] = value; + this[this.tabletblGen2LinksFromGen1.T2533900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3265000 { + public int T2534000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3265000Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T2534000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3265000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2534000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3265000Column] = value; + this[this.tabletblGen2LinksFromGen1.T2534000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3265100 { + public int T2534100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3265100Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T2534100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3265100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2534100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3265100Column] = value; + this[this.tabletblGen2LinksFromGen1.T2534100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3266700 { + public int T2534200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3266700Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T2534200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3266700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2534200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3266700Column] = value; + this[this.tabletblGen2LinksFromGen1.T2534200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3266800 { + public int T2534300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3266800Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T2534300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3266800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2534300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3266800Column] = value; + this[this.tabletblGen2LinksFromGen1.T2534300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3266900 { + public int T2534400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3266900Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T2534400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3266900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2534400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3266900Column] = value; + this[this.tabletblGen2LinksFromGen1.T2534400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3268500 { + public int T2534500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3268500Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T2534500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3268500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2534500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3268500Column] = value; + this[this.tabletblGen2LinksFromGen1.T2534500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3556400 { + public int T3519800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3556400Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T3519800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3556400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T3519800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3556400Column] = value; + this[this.tabletblGen2LinksFromGen1.T3519800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3557000 { + public int T3519900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3557000Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T3519900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3557000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T3519900\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3557000Column] = value; + this[this.tabletblGen2LinksFromGen1.T3519900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3557600 { + public int T3520000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3557600Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T3520000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3557600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T3520000\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3557600Column] = value; + this[this.tabletblGen2LinksFromGen1.T3520000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3771800 { + public int T3520100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3771800Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T3520100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3771800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T3520100\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3771800Column] = value; + this[this.tabletblGen2LinksFromGen1.T3520100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3771900 { + public int T3520200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3771900Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T3520200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3771900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T3520200\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3771900Column] = value; + this[this.tabletblGen2LinksFromGen1.T3520200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3772000 { + public int T3520300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3772000Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T3520300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3772000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T3520300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3772000Column] = value; + this[this.tabletblGen2LinksFromGen1.T3520300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3772100 { + public int T3520400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3772100Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T3520400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3772100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T3520400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3772100Column] = value; + this[this.tabletblGen2LinksFromGen1.T3520400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3772200 { + public int T3520500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3772200Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T3520500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3772200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T3520500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3772200Column] = value; + this[this.tabletblGen2LinksFromGen1.T3520500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3772300 { + public int T3520600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3772300Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T3520600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3772300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T3520600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3772300Column] = value; + this[this.tabletblGen2LinksFromGen1.T3520600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3772400 { + public int T4483300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3772400Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T4483300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3772400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T4483300\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3772400Column] = value; + this[this.tabletblGen2LinksFromGen1.T4483300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3773900 { + public int T4483400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3773900Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T4483400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3773900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T4483400\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3773900Column] = value; + this[this.tabletblGen2LinksFromGen1.T4483400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3774000 { + public int T4483500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3774000Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T4483500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3774000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T4483500\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3774000Column] = value; + this[this.tabletblGen2LinksFromGen1.T4483500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3774100 { + public int T4483600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3774100Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T4483600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3774100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T4483600\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3774100Column] = value; + this[this.tabletblGen2LinksFromGen1.T4483600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3774200 { + public int T4483700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3774200Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T4483700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3774200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T4483700\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3774200Column] = value; + this[this.tabletblGen2LinksFromGen1.T4483700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3774300 { + public int T4483800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3774300Column])); + return ((int)(this[this.tabletblGen2LinksFromGen1.T4483800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3774300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T4483800\' in table \'tblGen2LinksFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R3774300Column] = value; + this[this.tabletblGen2LinksFromGen1.T4483800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3774400 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3774400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3774400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3774400Column] = value; - } + public bool IsR0214700Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R0214700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3774500 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3774500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3774500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3774500Column] = value; - } + public void SetR0214700Null() { + this[this.tabletblGen2LinksFromGen1.R0214700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3776000 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3776000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3776000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3776000Column] = value; - } + public bool IsR0214800Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R0214800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3776100 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3776100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3776100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3776100Column] = value; - } + public void SetR0214800Null() { + this[this.tabletblGen2LinksFromGen1.R0214800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3776200 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3776200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3776200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3776200Column] = value; - } + public bool IsR4825700Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R4825700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3776300 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3776300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3776300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3776300Column] = value; - } + public void SetR4825700Null() { + this[this.tabletblGen2LinksFromGen1.R4825700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3776400 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3776400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3776400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3776400Column] = value; - } + public bool IsR4826000Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R4826000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3776500 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3776500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3776500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3776500Column] = value; - } + public void SetR4826000Null() { + this[this.tabletblGen2LinksFromGen1.R4826000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3776600 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3776600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3776600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3776600Column] = value; - } + public bool IsR4826100Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R4826100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3778100 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3778100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3778100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3778100Column] = value; - } + public void SetR4826100Null() { + this[this.tabletblGen2LinksFromGen1.R4826100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3778200 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3778200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3778200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3778200Column] = value; - } + public bool IsR4826300Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R4826300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3778300 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3778300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3778300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3778300Column] = value; - } + public void SetR4826300Null() { + this[this.tabletblGen2LinksFromGen1.R4826300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3778400 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3778400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3778400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3778400Column] = value; - } + public bool IsR4826500Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R4826500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3778500 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3778500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3778500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3778500Column] = value; - } + public void SetR4826500Null() { + this[this.tabletblGen2LinksFromGen1.R4826500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3778600 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3778600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3778600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3778600Column] = value; - } + public bool IsR4826800Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R4826800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3778700 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3778700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3778700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3778700Column] = value; - } + public void SetR4826800Null() { + this[this.tabletblGen2LinksFromGen1.R4826800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3780200 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3780200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3780200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3780200Column] = value; - } + public bool IsR5495900Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R5495900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3780300 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3780300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3780300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3780300Column] = value; - } + public void SetR5495900Null() { + this[this.tabletblGen2LinksFromGen1.R5495900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3780400 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3780400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3780400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3780400Column] = value; - } + public bool IsR5496200Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R5496200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3780500 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3780500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3780500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3780500Column] = value; - } + public void SetR5496200Null() { + this[this.tabletblGen2LinksFromGen1.R5496200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3780600 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3780600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3780600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3780600Column] = value; - } + public bool IsR5496300Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R5496300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3780700 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3780700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3780700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3780700Column] = value; - } + public void SetR5496300Null() { + this[this.tabletblGen2LinksFromGen1.R5496300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3780800 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3780800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3780800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3780800Column] = value; - } + public bool IsR5496500Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R5496500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3782300 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3782300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3782300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3782300Column] = value; - } + public void SetR5496500Null() { + this[this.tabletblGen2LinksFromGen1.R5496500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3782400 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3782400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3782400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3782400Column] = value; - } + public bool IsR5496700Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R5496700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3782500 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3782500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3782500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3782500Column] = value; - } + public void SetR5496700Null() { + this[this.tabletblGen2LinksFromGen1.R5496700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3782600 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3782600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3782600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3782600Column] = value; - } + public bool IsR5497000Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R5497000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3782900 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3782900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3782900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3782900Column] = value; - } + public void SetR5497000Null() { + this[this.tabletblGen2LinksFromGen1.R5497000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3784400 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3784400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3784400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3784400Column] = value; - } + public bool IsR5497200Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R5497200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3784500 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3784500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3784500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3784500Column] = value; - } + public void SetR5497200Null() { + this[this.tabletblGen2LinksFromGen1.R5497200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3784600 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3784600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3784600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3784600Column] = value; - } + public bool IsR6210700Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R6210700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3784700 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3784700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3784700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3784700Column] = value; - } + public void SetR6210700Null() { + this[this.tabletblGen2LinksFromGen1.R6210700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3785000 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3785000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3785000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3785000Column] = value; - } + public bool IsR6210800Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R6210800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3786500 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3786500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3786500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3786500Column] = value; - } + public void SetR6210800Null() { + this[this.tabletblGen2LinksFromGen1.R6210800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R3788004 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R3788004Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R3788004\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R3788004Column] = value; - } + public bool IsR6210900Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R6210900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4276800 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4276800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4276800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4276800Column] = value; - } + public void SetR6210900Null() { + this[this.tabletblGen2LinksFromGen1.R6210900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4276900 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4276900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4276900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4276900Column] = value; - } + public bool IsR6211500Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R6211500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4277000 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4277000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4277000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4277000Column] = value; - } + public void SetR6211500Null() { + this[this.tabletblGen2LinksFromGen1.R6211500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4277100 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4277100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4277100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4277100Column] = value; - } + public bool IsR6211600Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R6211600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4277101 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4277101Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4277101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4277101Column] = value; - } + public void SetR6211600Null() { + this[this.tabletblGen2LinksFromGen1.R6211600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4277200 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4277200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4277200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4277200Column] = value; - } + public bool IsR6211700Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R6211700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4277201 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4277201Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4277201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4277201Column] = value; - } + public void SetR6211700Null() { + this[this.tabletblGen2LinksFromGen1.R6211700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4277700 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4277700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4277700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4277700Column] = value; - } + public bool IsR6211800Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R6211800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4277800 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4277800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4277800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4277800Column] = value; - } + public void SetR6211800Null() { + this[this.tabletblGen2LinksFromGen1.R6211800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4277900 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4277900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4277900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4277900Column] = value; - } + public bool IsR6211900Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R6211900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4278000 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4278000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4278000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4278000Column] = value; - } + public void SetR6211900Null() { + this[this.tabletblGen2LinksFromGen1.R6211900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4278001 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4278001Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4278001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4278001Column] = value; - } + public bool IsR6212200Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R6212200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4278100 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4278100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4278100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4278100Column] = value; - } + public void SetR6212200Null() { + this[this.tabletblGen2LinksFromGen1.R6212200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4278101 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4278101Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4278101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4278101Column] = value; - } + public bool IsR6212300Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R6212300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4278600 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4278600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4278600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4278600Column] = value; - } + public void SetR6212300Null() { + this[this.tabletblGen2LinksFromGen1.R6212300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4278700 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4278700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4278700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4278700Column] = value; - } + public bool IsR6764000Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R6764000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4278800 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4278800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4278800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4278800Column] = value; - } + public void SetR6764000Null() { + this[this.tabletblGen2LinksFromGen1.R6764000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4278900 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4278900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4278900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4278900Column] = value; - } + public bool IsR6764100Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R6764100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4278901 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4278901Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4278901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4278901Column] = value; - } + public void SetR6764100Null() { + this[this.tabletblGen2LinksFromGen1.R6764100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4279000 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4279000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4279000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4279000Column] = value; - } + public bool IsR6764200Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R6764200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4279001 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4279001Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4279001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4279001Column] = value; - } + public void SetR6764200Null() { + this[this.tabletblGen2LinksFromGen1.R6764200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4279500 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4279500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4279500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4279500Column] = value; - } + public bool IsR6764900Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R6764900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4279600 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4279600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4279600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4279600Column] = value; - } + public void SetR6764900Null() { + this[this.tabletblGen2LinksFromGen1.R6764900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4279700 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4279700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4279700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4279700Column] = value; - } + public bool IsR6765000Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R6765000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4279800 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4279800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4279800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4279800Column] = value; - } + public void SetR6765000Null() { + this[this.tabletblGen2LinksFromGen1.R6765000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4279801 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4279801Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4279801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4279801Column] = value; - } + public bool IsR6765100Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R6765100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4279900 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4279900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4279900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4279900Column] = value; - } + public void SetR6765100Null() { + this[this.tabletblGen2LinksFromGen1.R6765100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4279901 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4279901Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4279901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4279901Column] = value; - } + public bool IsR6765200Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R6765200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4280400 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4280400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4280400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4280400Column] = value; - } + public void SetR6765200Null() { + this[this.tabletblGen2LinksFromGen1.R6765200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4280500 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4280500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4280500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4280500Column] = value; - } + public bool IsR6765600Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R6765600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4280600 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4280600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4280600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4280600Column] = value; - } + public void SetR6765600Null() { + this[this.tabletblGen2LinksFromGen1.R6765600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4280700 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4280700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4280700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4280700Column] = value; - } + public bool IsR6765700Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R6765700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4280701 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4280701Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4280701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4280701Column] = value; - } + public void SetR6765700Null() { + this[this.tabletblGen2LinksFromGen1.R6765700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4280800 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4280800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4280800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4280800Column] = value; - } + public bool IsR6765800Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R6765800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4280801 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4280801Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4280801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4280801Column] = value; - } + public void SetR6765800Null() { + this[this.tabletblGen2LinksFromGen1.R6765800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4281300 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4281300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4281300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4281300Column] = value; - } + public bool IsR6839600Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R6839600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4281400 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4281400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4281400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4281400Column] = value; - } + public void SetR6839600Null() { + this[this.tabletblGen2LinksFromGen1.R6839600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4281500 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4281500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4281500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4281500Column] = value; - } + public bool IsR7408300Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R7408300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4281600 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4281600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4281600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4281600Column] = value; - } + public void SetR7408300Null() { + this[this.tabletblGen2LinksFromGen1.R7408300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4281601 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4281601Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4281601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4281601Column] = value; - } + public bool IsR7408400Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R7408400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4282100 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4282100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4282100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4282100Column] = value; - } + public void SetR7408400Null() { + this[this.tabletblGen2LinksFromGen1.R7408400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4282200 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4282200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4282200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4282200Column] = value; - } + public bool IsR7408500Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R7408500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4282300 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4282300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4282300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4282300Column] = value; - } + public void SetR7408500Null() { + this[this.tabletblGen2LinksFromGen1.R7408500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4282400 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4282400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4282400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4282400Column] = value; - } + public bool IsR7409200Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R7409200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4282401 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4282401Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4282401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4282401Column] = value; - } + public void SetR7409200Null() { + this[this.tabletblGen2LinksFromGen1.R7409200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4282900 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4282900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4282900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4282900Column] = value; - } + public bool IsR7409300Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R7409300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4283000 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4283000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4283000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4283000Column] = value; - } + public void SetR7409300Null() { + this[this.tabletblGen2LinksFromGen1.R7409300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4283100 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4283100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4283100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4283100Column] = value; - } + public bool IsR7409400Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R7409400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4283600 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4283600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4283600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4283600Column] = value; - } + public void SetR7409400Null() { + this[this.tabletblGen2LinksFromGen1.R7409400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4827600 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4827600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4827600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4827600Column] = value; - } + public bool IsR7409500Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R7409500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4827700 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4827700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4827700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4827700Column] = value; - } + public void SetR7409500Null() { + this[this.tabletblGen2LinksFromGen1.R7409500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4827800 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4827800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4827800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4827800Column] = value; - } + public bool IsR7409900Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R7409900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4827900 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4827900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4827900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4827900Column] = value; - } + public void SetR7409900Null() { + this[this.tabletblGen2LinksFromGen1.R7409900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4827901 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4827901Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4827901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4827901Column] = value; - } + public bool IsR7410000Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R7410000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4828000 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4828000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4828000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4828000Column] = value; - } + public void SetR7410000Null() { + this[this.tabletblGen2LinksFromGen1.R7410000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4828001 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4828001Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4828001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4828001Column] = value; - } + public bool IsR7410100Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R7410100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4828100 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4828100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4828100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4828100Column] = value; - } + public void SetR7410100Null() { + this[this.tabletblGen2LinksFromGen1.R7410100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4830600 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4830600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4830600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4830600Column] = value; - } + public bool IsR7548600Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R7548600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4830700 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4830700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4830700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4830700Column] = value; - } + public void SetR7548600Null() { + this[this.tabletblGen2LinksFromGen1.R7548600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4830800 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4830800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4830800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4830800Column] = value; - } + public bool IsR8106400Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R8106400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4830900 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4830900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4830900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4830900Column] = value; - } + public void SetR8106400Null() { + this[this.tabletblGen2LinksFromGen1.R8106400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4830901 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4830901Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4830901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4830901Column] = value; - } + public bool IsR8106500Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R8106500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4831000 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4831000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4831000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4831000Column] = value; - } + public void SetR8106500Null() { + this[this.tabletblGen2LinksFromGen1.R8106500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4831001 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4831001Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4831001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4831001Column] = value; - } + public bool IsR8106600Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R8106600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4831100 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4831100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4831100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4831100Column] = value; - } + public void SetR8106600Null() { + this[this.tabletblGen2LinksFromGen1.R8106600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4833600 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4833600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4833600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4833600Column] = value; - } + public bool IsR8106700Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R8106700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4833700 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4833700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4833700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4833700Column] = value; - } + public void SetR8106700Null() { + this[this.tabletblGen2LinksFromGen1.R8106700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4833800 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4833800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4833800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4833800Column] = value; - } + public bool IsR8106800Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R8106800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4833900 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4833900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4833900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4833900Column] = value; - } + public void SetR8106800Null() { + this[this.tabletblGen2LinksFromGen1.R8106800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4833901 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4833901Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4833901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4833901Column] = value; - } + public bool IsR8106900Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R8106900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4834000 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4834000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4834000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4834000Column] = value; - } + public void SetR8106900Null() { + this[this.tabletblGen2LinksFromGen1.R8106900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4834001 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4834001Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4834001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4834001Column] = value; - } + public bool IsR8107000Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R8107000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4834100 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4834100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4834100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4834100Column] = value; - } + public void SetR8107000Null() { + this[this.tabletblGen2LinksFromGen1.R8107000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4836600 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4836600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4836600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4836600Column] = value; - } + public bool IsR8107100Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R8107100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4836700 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4836700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4836700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4836700Column] = value; - } + public void SetR8107100Null() { + this[this.tabletblGen2LinksFromGen1.R8107100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4836800 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4836800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4836800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4836800Column] = value; - } + public bool IsR8107200Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R8107200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4836900 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4836900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4836900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4836900Column] = value; - } + public void SetR8107200Null() { + this[this.tabletblGen2LinksFromGen1.R8107200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4836901 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4836901Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4836901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4836901Column] = value; - } + public bool IsR8255400Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R8255400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4837000 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4837000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4837000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4837000Column] = value; - } + public void SetR8255400Null() { + this[this.tabletblGen2LinksFromGen1.R8255400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4837001 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4837001Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4837001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4837001Column] = value; - } + public bool IsR9900400Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9900400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4837100 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4837100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4837100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4837100Column] = value; - } + public void SetR9900400Null() { + this[this.tabletblGen2LinksFromGen1.R9900400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4839600 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4839600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4839600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4839600Column] = value; - } + public bool IsR9900600Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9900600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4839700 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4839700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4839700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4839700Column] = value; - } + public void SetR9900600Null() { + this[this.tabletblGen2LinksFromGen1.R9900600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4839800 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4839800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4839800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4839800Column] = value; - } + public bool IsR9900601Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9900601Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4839900 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4839900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4839900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4839900Column] = value; - } + public void SetR9900601Null() { + this[this.tabletblGen2LinksFromGen1.R9900601Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4839901 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4839901Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4839901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4839901Column] = value; - } + public bool IsR9901200Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9901200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4840000 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4840000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4840000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4840000Column] = value; - } + public void SetR9901200Null() { + this[this.tabletblGen2LinksFromGen1.R9901200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4840001 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4840001Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4840001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4840001Column] = value; - } + public bool IsR9901400Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9901400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4840100 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4840100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4840100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4840100Column] = value; - } + public void SetR9901400Null() { + this[this.tabletblGen2LinksFromGen1.R9901400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4842500 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4842500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4842500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4842500Column] = value; - } + public bool IsR9901401Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9901401Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4842600 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4842600Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4842600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4842600Column] = value; - } + public void SetR9901401Null() { + this[this.tabletblGen2LinksFromGen1.R9901401Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4842700 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4842700Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4842700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4842700Column] = value; - } + public bool IsR9902000Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9902000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4842800 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4842800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4842800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4842800Column] = value; - } + public void SetR9902000Null() { + this[this.tabletblGen2LinksFromGen1.R9902000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4842801 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4842801Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4842801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4842801Column] = value; - } + public bool IsR9902200Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9902200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4842900 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4842900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4842900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4842900Column] = value; - } + public void SetR9902200Null() { + this[this.tabletblGen2LinksFromGen1.R9902200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4844800 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4844800Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4844800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4844800Column] = value; - } + public bool IsR9902201Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9902201Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4844900 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4844900Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4844900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4844900Column] = value; - } + public void SetR9902201Null() { + this[this.tabletblGen2LinksFromGen1.R9902201Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4845000 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4845000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4845000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4845000Column] = value; - } + public bool IsR9902800Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9902800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4845100 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4845100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4845100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4845100Column] = value; - } + public void SetR9902800Null() { + this[this.tabletblGen2LinksFromGen1.R9902800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4845101 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4845101Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4845101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4845101Column] = value; - } + public bool IsR9903000Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9903000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4845200 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4845200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4845200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4845200Column] = value; - } + public void SetR9903000Null() { + this[this.tabletblGen2LinksFromGen1.R9903000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4847100 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4847100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4847100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4847100Column] = value; - } + public bool IsR9903001Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9903001Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4847200 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4847200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4847200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4847200Column] = value; - } + public void SetR9903001Null() { + this[this.tabletblGen2LinksFromGen1.R9903001Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4847300 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4847300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4847300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4847300Column] = value; - } + public bool IsR9903600Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9903600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R4847400 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R4847400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R4847400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R4847400Column] = value; - } + public void SetR9903600Null() { + this[this.tabletblGen2LinksFromGen1.R9903600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5498000 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5498000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5498000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R5498000Column] = value; - } + public bool IsR9903800Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9903800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5498100 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5498100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5498100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R5498100Column] = value; - } + public void SetR9903800Null() { + this[this.tabletblGen2LinksFromGen1.R9903800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5498200 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5498200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5498200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R5498200Column] = value; - } + public bool IsR9903801Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9903801Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5498300 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5498300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5498300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R5498300Column] = value; - } + public void SetR9903801Null() { + this[this.tabletblGen2LinksFromGen1.R9903801Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5498301 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5498301Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5498301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R5498301Column] = value; - } + public bool IsR9904400Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9904400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5498400 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5498400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5498400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R5498400Column] = value; - } + public void SetR9904400Null() { + this[this.tabletblGen2LinksFromGen1.R9904400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5498401 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5498401Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5498401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R5498401Column] = value; - } + public bool IsR9904600Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9904600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5498500 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5498500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5498500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R5498500Column] = value; - } + public void SetR9904600Null() { + this[this.tabletblGen2LinksFromGen1.R9904600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5501000 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5501000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5501000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R5501000Column] = value; - } + public bool IsR9904601Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9904601Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5501100 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5501100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5501100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R5501100Column] = value; - } + public void SetR9904601Null() { + this[this.tabletblGen2LinksFromGen1.R9904601Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5501200 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5501200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5501200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R5501200Column] = value; - } + public bool IsR9905200Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9905200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5501300 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5501300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5501300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R5501300Column] = value; - } + public void SetR9905200Null() { + this[this.tabletblGen2LinksFromGen1.R9905200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5501301 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5501301Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5501301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R5501301Column] = value; - } + public bool IsR9905400Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9905400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5501400 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5501400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5501400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R5501400Column] = value; - } + public void SetR9905400Null() { + this[this.tabletblGen2LinksFromGen1.R9905400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5501401 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5501401Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5501401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R5501401Column] = value; - } + public bool IsR9905401Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9905401Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5501500 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5501500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5501500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R5501500Column] = value; - } + public void SetR9905401Null() { + this[this.tabletblGen2LinksFromGen1.R9905401Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5504000 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5504000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5504000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R5504000Column] = value; - } + public bool IsR9906000Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9906000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5504100 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5504100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5504100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R5504100Column] = value; - } + public void SetR9906000Null() { + this[this.tabletblGen2LinksFromGen1.R9906000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5504200 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5504200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5504200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R5504200Column] = value; - } + public bool IsR9906600Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9906600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5504300 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5504300Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5504300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R5504300Column] = value; - } + public void SetR9906600Null() { + this[this.tabletblGen2LinksFromGen1.R9906600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5504301 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5504301Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5504301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R5504301Column] = value; - } + public bool IsR9907200Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9907200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5504400 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5504400Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5504400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R5504400Column] = value; - } + public void SetR9907200Null() { + this[this.tabletblGen2LinksFromGen1.R9907200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5504401 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5504401Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5504401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R5504401Column] = value; - } + public bool IsR9907800Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9907800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5504500 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5504500Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5504500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R5504500Column] = value; - } + public void SetR9907800Null() { + this[this.tabletblGen2LinksFromGen1.R9907800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5507000 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5507000Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5507000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R5507000Column] = value; - } + public bool IsR9908000Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9908000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5507100 { - get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5507100Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5507100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } - } - set { - this[this.tabletblGen2FatherFromGen1.R5507100Column] = value; - } - } + public void SetR9908000Null() { + this[this.tabletblGen2LinksFromGen1.R9908000Column] = global::System.Convert.DBNull; + } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5507200 { + public bool IsR9911200Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9911200Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR9911200Null() { + this[this.tabletblGen2LinksFromGen1.R9911200Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR9911201Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.R9911201Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR9911201Null() { + this[this.tabletblGen2LinksFromGen1.R9911201Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0337300Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T0337300Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0337300Null() { + this[this.tabletblGen2LinksFromGen1.T0337300Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0337400Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T0337400Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0337400Null() { + this[this.tabletblGen2LinksFromGen1.T0337400Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0337500Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T0337500Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0337500Null() { + this[this.tabletblGen2LinksFromGen1.T0337500Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0337600Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T0337600Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0337600Null() { + this[this.tabletblGen2LinksFromGen1.T0337600Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0337700Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T0337700Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0337700Null() { + this[this.tabletblGen2LinksFromGen1.T0337700Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0337800Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T0337800Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0337800Null() { + this[this.tabletblGen2LinksFromGen1.T0337800Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0337900Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T0337900Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0337900Null() { + this[this.tabletblGen2LinksFromGen1.T0337900Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0338000Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T0338000Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0338000Null() { + this[this.tabletblGen2LinksFromGen1.T0338000Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0338100Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T0338100Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0338100Null() { + this[this.tabletblGen2LinksFromGen1.T0338100Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0338200Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T0338200Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0338200Null() { + this[this.tabletblGen2LinksFromGen1.T0338200Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0338300Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T0338300Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0338300Null() { + this[this.tabletblGen2LinksFromGen1.T0338300Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0338400Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T0338400Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0338400Null() { + this[this.tabletblGen2LinksFromGen1.T0338400Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0338500Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T0338500Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0338500Null() { + this[this.tabletblGen2LinksFromGen1.T0338500Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0338600Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T0338600Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0338600Null() { + this[this.tabletblGen2LinksFromGen1.T0338600Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1486900Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T1486900Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1486900Null() { + this[this.tabletblGen2LinksFromGen1.T1486900Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1487000Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T1487000Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1487000Null() { + this[this.tabletblGen2LinksFromGen1.T1487000Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1487100Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T1487100Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1487100Null() { + this[this.tabletblGen2LinksFromGen1.T1487100Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1487200Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T1487200Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1487200Null() { + this[this.tabletblGen2LinksFromGen1.T1487200Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1487300Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T1487300Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1487300Null() { + this[this.tabletblGen2LinksFromGen1.T1487300Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1487400Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T1487400Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1487400Null() { + this[this.tabletblGen2LinksFromGen1.T1487400Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1487500Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T1487500Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1487500Null() { + this[this.tabletblGen2LinksFromGen1.T1487500Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1487600Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T1487600Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1487600Null() { + this[this.tabletblGen2LinksFromGen1.T1487600Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1487700Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T1487700Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1487700Null() { + this[this.tabletblGen2LinksFromGen1.T1487700Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1487800Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T1487800Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1487800Null() { + this[this.tabletblGen2LinksFromGen1.T1487800Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2217700Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T2217700Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2217700Null() { + this[this.tabletblGen2LinksFromGen1.T2217700Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2533500Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T2533500Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2533500Null() { + this[this.tabletblGen2LinksFromGen1.T2533500Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2533600Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T2533600Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2533600Null() { + this[this.tabletblGen2LinksFromGen1.T2533600Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2533700Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T2533700Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2533700Null() { + this[this.tabletblGen2LinksFromGen1.T2533700Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2533800Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T2533800Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2533800Null() { + this[this.tabletblGen2LinksFromGen1.T2533800Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2533900Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T2533900Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2533900Null() { + this[this.tabletblGen2LinksFromGen1.T2533900Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2534000Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T2534000Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2534000Null() { + this[this.tabletblGen2LinksFromGen1.T2534000Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2534100Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T2534100Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2534100Null() { + this[this.tabletblGen2LinksFromGen1.T2534100Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2534200Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T2534200Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2534200Null() { + this[this.tabletblGen2LinksFromGen1.T2534200Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2534300Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T2534300Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2534300Null() { + this[this.tabletblGen2LinksFromGen1.T2534300Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2534400Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T2534400Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2534400Null() { + this[this.tabletblGen2LinksFromGen1.T2534400Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2534500Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T2534500Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2534500Null() { + this[this.tabletblGen2LinksFromGen1.T2534500Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3519800Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T3519800Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3519800Null() { + this[this.tabletblGen2LinksFromGen1.T3519800Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3519900Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T3519900Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3519900Null() { + this[this.tabletblGen2LinksFromGen1.T3519900Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3520000Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T3520000Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3520000Null() { + this[this.tabletblGen2LinksFromGen1.T3520000Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3520100Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T3520100Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3520100Null() { + this[this.tabletblGen2LinksFromGen1.T3520100Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3520200Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T3520200Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3520200Null() { + this[this.tabletblGen2LinksFromGen1.T3520200Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3520300Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T3520300Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3520300Null() { + this[this.tabletblGen2LinksFromGen1.T3520300Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3520400Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T3520400Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3520400Null() { + this[this.tabletblGen2LinksFromGen1.T3520400Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3520500Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T3520500Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3520500Null() { + this[this.tabletblGen2LinksFromGen1.T3520500Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3520600Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T3520600Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3520600Null() { + this[this.tabletblGen2LinksFromGen1.T3520600Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4483300Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T4483300Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4483300Null() { + this[this.tabletblGen2LinksFromGen1.T4483300Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4483400Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T4483400Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4483400Null() { + this[this.tabletblGen2LinksFromGen1.T4483400Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4483500Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T4483500Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4483500Null() { + this[this.tabletblGen2LinksFromGen1.T4483500Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4483600Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T4483600Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4483600Null() { + this[this.tabletblGen2LinksFromGen1.T4483600Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4483700Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T4483700Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4483700Null() { + this[this.tabletblGen2LinksFromGen1.T4483700Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4483800Null() { + return this.IsNull(this.tabletblGen2LinksFromGen1.T4483800Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4483800Null() { + this[this.tabletblGen2LinksFromGen1.T4483800Column] = global::System.Convert.DBNull; + } + } + + /// + ///Represents strongly named DataRow class. + /// + public partial class tblGen2FatherFromGen1Row : global::System.Data.DataRow { + + private tblGen2FatherFromGen1DataTable tabletblGen2FatherFromGen1; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + internal tblGen2FatherFromGen1Row(global::System.Data.DataRowBuilder rb) : + base(rb) { + this.tabletblGen2FatherFromGen1 = ((tblGen2FatherFromGen1DataTable)(this.Table)); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R0000100 { get { - try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5507200Column])); - } - catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5507200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); - } + return ((int)(this[this.tabletblGen2FatherFromGen1.R0000100Column])); } set { - this[this.tabletblGen2FatherFromGen1.R5507200Column] = value; + this[this.tabletblGen2FatherFromGen1.R0000100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5507300 { + public int R0173600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5507300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R0173600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5507300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0173600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5507300Column] = value; + this[this.tabletblGen2FatherFromGen1.R0173600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5507301 { + public int R0214700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5507301Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R0214700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5507301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0214700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5507301Column] = value; + this[this.tabletblGen2FatherFromGen1.R0214700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5507400 { + public int R0214800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5507400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R0214800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5507400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R0214800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5507400Column] = value; + this[this.tabletblGen2FatherFromGen1.R0214800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5507401 { + public int R1373300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5507401Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1373300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5507401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1373300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5507401Column] = value; + this[this.tabletblGen2FatherFromGen1.R1373300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5507500 { + public int R1373500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5507500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1373500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5507500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1373500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5507500Column] = value; + this[this.tabletblGen2FatherFromGen1.R1373500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5510000 { + public int R1374000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5510000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1374000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5510000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1374000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5510000Column] = value; + this[this.tabletblGen2FatherFromGen1.R1374000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5510100 { + public int R1374200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5510100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1374200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5510100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1374200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5510100Column] = value; + this[this.tabletblGen2FatherFromGen1.R1374200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5510200 { + public int R1374700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5510200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1374700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5510200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1374700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5510200Column] = value; + this[this.tabletblGen2FatherFromGen1.R1374700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5510300 { + public int R1374900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5510300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1374900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5510300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1374900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5510300Column] = value; + this[this.tabletblGen2FatherFromGen1.R1374900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5510301 { + public int R1375400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5510301Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1375400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5510301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1375400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5510301Column] = value; + this[this.tabletblGen2FatherFromGen1.R1375400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5510400 { + public int R1375600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5510400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1375600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5510400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1375600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5510400Column] = value; + this[this.tabletblGen2FatherFromGen1.R1375600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5510401 { + public int R1376100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5510401Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1376100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5510401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1376100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5510401Column] = value; + this[this.tabletblGen2FatherFromGen1.R1376100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5510500 { + public int R1376300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5510500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1376300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5510500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1376300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5510500Column] = value; + this[this.tabletblGen2FatherFromGen1.R1376300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5513000 { + public int R1376800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5513000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1376800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5513000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1376800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5513000Column] = value; + this[this.tabletblGen2FatherFromGen1.R1376800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5513100 { + public int R1377000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5513100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1377000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5513100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1377000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5513100Column] = value; + this[this.tabletblGen2FatherFromGen1.R1377000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5513200 { + public int R1377500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5513200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1377500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5513200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1377500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5513200Column] = value; + this[this.tabletblGen2FatherFromGen1.R1377500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5513300 { + public int R1377700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5513300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1377700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5513300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1377700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5513300Column] = value; + this[this.tabletblGen2FatherFromGen1.R1377700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5513301 { + public int R1753700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5513301Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1753700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5513301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1753700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5513301Column] = value; + this[this.tabletblGen2FatherFromGen1.R1753700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5513400 { + public int R1753900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5513400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1753900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5513400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1753900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5513400Column] = value; + this[this.tabletblGen2FatherFromGen1.R1753900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5515300 { + public int R1754400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5515300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1754400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5515300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1754400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5515300Column] = value; + this[this.tabletblGen2FatherFromGen1.R1754400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5515400 { + public int R1754600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5515400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1754600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5515400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1754600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5515400Column] = value; + this[this.tabletblGen2FatherFromGen1.R1754600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5515500 { + public int R1755100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5515500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1755100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5515500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1755100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5515500Column] = value; + this[this.tabletblGen2FatherFromGen1.R1755100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5515600 { + public int R1755300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5515600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1755300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5515600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1755300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5515600Column] = value; + this[this.tabletblGen2FatherFromGen1.R1755300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5515601 { + public int R1755800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5515601Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1755800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5515601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1755800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5515601Column] = value; + this[this.tabletblGen2FatherFromGen1.R1755800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5515700 { + public int R1756000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5515700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1756000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5515700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1756000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5515700Column] = value; + this[this.tabletblGen2FatherFromGen1.R1756000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5517600 { + public int R1756500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5517600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1756500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5517600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1756500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5517600Column] = value; + this[this.tabletblGen2FatherFromGen1.R1756500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5517700 { + public int R1756700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5517700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1756700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5517700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1756700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5517700Column] = value; + this[this.tabletblGen2FatherFromGen1.R1756700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5517800 { + public int R1757200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5517800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1757200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5517800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1757200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5517800Column] = value; + this[this.tabletblGen2FatherFromGen1.R1757200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5517900 { + public int R1757400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5517900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1757400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5517900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1757400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5517900Column] = value; + this[this.tabletblGen2FatherFromGen1.R1757400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5519800 { + public int R1757900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5519800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1757900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5519800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1757900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5519800Column] = value; + this[this.tabletblGen2FatherFromGen1.R1757900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5519900 { + public int R1758100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5519900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R1758100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5519900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R1758100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5519900Column] = value; + this[this.tabletblGen2FatherFromGen1.R1758100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5520000 { + public int R2095700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5520000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2095700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5520000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2095700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5520000Column] = value; + this[this.tabletblGen2FatherFromGen1.R2095700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5520100 { + public int R2095900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5520100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2095900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5520100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2095900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5520100Column] = value; + this[this.tabletblGen2FatherFromGen1.R2095900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5520101 { + public int R2096400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5520101Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2096400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5520101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2096400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5520101Column] = value; + this[this.tabletblGen2FatherFromGen1.R2096400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R5520200 { + public int R2096600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R5520200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2096600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R5520200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2096600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R5520200Column] = value; + this[this.tabletblGen2FatherFromGen1.R2096600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6218400 { + public int R2097100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6218400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2097100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6218400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2097100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6218400Column] = value; + this[this.tabletblGen2FatherFromGen1.R2097100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6218500 { + public int R2097300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6218500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2097300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6218500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2097300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6218500Column] = value; + this[this.tabletblGen2FatherFromGen1.R2097300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6218600 { + public int R2097800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6218600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2097800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6218600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2097800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6218600Column] = value; + this[this.tabletblGen2FatherFromGen1.R2097800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6218700 { + public int R2098000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6218700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2098000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6218700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2098000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6218700Column] = value; + this[this.tabletblGen2FatherFromGen1.R2098000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6218800 { + public int R2098500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6218800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2098500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6218800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2098500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6218800Column] = value; + this[this.tabletblGen2FatherFromGen1.R2098500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6218900 { + public int R2098700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6218900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2098700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6218900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2098700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6218900Column] = value; + this[this.tabletblGen2FatherFromGen1.R2098700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6219000 { + public int R2099200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6219000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2099200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6219000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2099200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6219000Column] = value; + this[this.tabletblGen2FatherFromGen1.R2099200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6219100 { + public int R2099400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6219100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2099400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6219100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2099400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6219100Column] = value; + this[this.tabletblGen2FatherFromGen1.R2099400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6219200 { + public int R2099900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6219200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2099900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6219200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2099900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6219200Column] = value; + this[this.tabletblGen2FatherFromGen1.R2099900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6219300 { + public int R2100100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6219300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2100100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6219300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2100100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6219300Column] = value; + this[this.tabletblGen2FatherFromGen1.R2100100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6219500 { + public int R2345900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6219500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2345900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6219500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2345900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6219500Column] = value; + this[this.tabletblGen2FatherFromGen1.R2345900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6219600 { + public int R2346200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6219600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2346200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6219600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2346200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6219600Column] = value; + this[this.tabletblGen2FatherFromGen1.R2346200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6219700 { + public int R2346500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6219700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2346500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6219700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2346500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6219700Column] = value; + this[this.tabletblGen2FatherFromGen1.R2346500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6219800 { + public int R2346800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6219800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2346800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6219800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2346800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6219800Column] = value; + this[this.tabletblGen2FatherFromGen1.R2346800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6219900 { + public int R2347100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6219900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2347100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6219900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2347100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6219900Column] = value; + this[this.tabletblGen2FatherFromGen1.R2347100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6220000 { + public int R2347400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6220000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2347400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6220000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2347400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6220000Column] = value; + this[this.tabletblGen2FatherFromGen1.R2347400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6220100 { + public int R2347700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6220100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2347700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6220100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2347700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6220100Column] = value; + this[this.tabletblGen2FatherFromGen1.R2347700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6220200 { + public int R2648000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6220200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2648000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6220200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2648000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6220200Column] = value; + this[this.tabletblGen2FatherFromGen1.R2648000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6220300 { + public int R2648200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6220300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2648200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6220300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2648200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6220300Column] = value; + this[this.tabletblGen2FatherFromGen1.R2648200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6220400 { + public int R2648700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6220400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2648700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6220400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2648700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6220400Column] = value; + this[this.tabletblGen2FatherFromGen1.R2648700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6220600 { + public int R2648900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6220600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2648900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6220600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2648900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6220600Column] = value; + this[this.tabletblGen2FatherFromGen1.R2648900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6220700 { + public int R2649400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6220700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2649400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6220700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2649400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6220700Column] = value; + this[this.tabletblGen2FatherFromGen1.R2649400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6220800 { + public int R2649600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6220800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2649600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6220800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2649600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6220800Column] = value; + this[this.tabletblGen2FatherFromGen1.R2649600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6220900 { + public int R2650100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6220900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2650100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6220900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2650100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6220900Column] = value; + this[this.tabletblGen2FatherFromGen1.R2650100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6221000 { + public int R2650300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6221000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2650300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6221000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2650300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6221000Column] = value; + this[this.tabletblGen2FatherFromGen1.R2650300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6221100 { + public int R2650800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6221100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2650800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6221100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2650800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6221100Column] = value; + this[this.tabletblGen2FatherFromGen1.R2650800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6221200 { + public int R2651000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6221200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2651000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6221200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2651000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6221200Column] = value; + this[this.tabletblGen2FatherFromGen1.R2651000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6221300 { + public int R2651500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6221300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2651500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6221300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2651500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6221300Column] = value; + this[this.tabletblGen2FatherFromGen1.R2651500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6221400 { + public int R2651700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6221400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2651700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6221400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2651700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6221400Column] = value; + this[this.tabletblGen2FatherFromGen1.R2651700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6221500 { + public int R2652200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6221500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2652200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6221500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2652200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6221500Column] = value; + this[this.tabletblGen2FatherFromGen1.R2652200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6221700 { + public int R2652400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6221700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2652400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6221700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2652400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6221700Column] = value; + this[this.tabletblGen2FatherFromGen1.R2652400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6221701 { + public int R2955900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6221701Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2955900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6221701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2955900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6221701Column] = value; + this[this.tabletblGen2FatherFromGen1.R2955900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6221800 { + public int R2956200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6221800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2956200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6221800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2956200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6221800Column] = value; + this[this.tabletblGen2FatherFromGen1.R2956200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6221801 { + public int R2956500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6221801Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2956500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6221801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2956500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6221801Column] = value; + this[this.tabletblGen2FatherFromGen1.R2956500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6221900 { + public int R2956800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6221900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2956800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6221900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2956800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6221900Column] = value; + this[this.tabletblGen2FatherFromGen1.R2956800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6221901 { + public int R2957100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6221901Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2957100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6221901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2957100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6221901Column] = value; + this[this.tabletblGen2FatherFromGen1.R2957100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6222000 { + public int R2957400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6222000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2957400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6222000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2957400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6222000Column] = value; + this[this.tabletblGen2FatherFromGen1.R2957400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6222001 { + public int R2957700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6222001Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R2957700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6222001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R2957700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6222001Column] = value; + this[this.tabletblGen2FatherFromGen1.R2957700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6222100 { + public int R3255900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6222100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3255900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6222100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3255900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6222100Column] = value; + this[this.tabletblGen2FatherFromGen1.R3255900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6222101 { + public int R3256100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6222101Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3256100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6222101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3256100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6222101Column] = value; + this[this.tabletblGen2FatherFromGen1.R3256100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6222200 { + public int R3257700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6222200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3257700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6222200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3257700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6222200Column] = value; + this[this.tabletblGen2FatherFromGen1.R3257700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6222201 { + public int R3257900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6222201Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3257900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6222201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3257900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6222201Column] = value; + this[this.tabletblGen2FatherFromGen1.R3257900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6222300 { + public int R3259500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6222300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3259500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6222300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3259500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6222300Column] = value; + this[this.tabletblGen2FatherFromGen1.R3259500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6222301 { + public int R3259700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6222301Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3259700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6222301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3259700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6222301Column] = value; + this[this.tabletblGen2FatherFromGen1.R3259700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6222400 { + public int R3261300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6222400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3261300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6222400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3261300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6222400Column] = value; + this[this.tabletblGen2FatherFromGen1.R3261300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6222401 { + public int R3261500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6222401Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3261500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6222401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3261500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6222401Column] = value; + this[this.tabletblGen2FatherFromGen1.R3261500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6222500 { + public int R3263100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6222500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3263100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6222500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3263100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6222500Column] = value; + this[this.tabletblGen2FatherFromGen1.R3263100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6222501 { + public int R3263300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6222501Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3263300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6222501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3263300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6222501Column] = value; + this[this.tabletblGen2FatherFromGen1.R3263300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6222600 { + public int R3264900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6222600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3264900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6222600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3264900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6222600Column] = value; + this[this.tabletblGen2FatherFromGen1.R3264900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6222601 { + public int R3265100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6222601Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3265100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6222601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3265100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6222601Column] = value; + this[this.tabletblGen2FatherFromGen1.R3265100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6222800 { + public int R3266700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6222800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3266700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6222800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3266700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6222800Column] = value; + this[this.tabletblGen2FatherFromGen1.R3266700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6222801 { + public int R3266900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6222801Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3266900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6222801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3266900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6222801Column] = value; + this[this.tabletblGen2FatherFromGen1.R3266900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6222900 { + public int R3268500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6222900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3268500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6222900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3268500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6222900Column] = value; + this[this.tabletblGen2FatherFromGen1.R3268500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6222901 { + public int R3556400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6222901Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3556400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6222901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3556400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6222901Column] = value; + this[this.tabletblGen2FatherFromGen1.R3556400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6223000 { + public int R3557000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6223000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3557000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6223000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3557000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6223000Column] = value; + this[this.tabletblGen2FatherFromGen1.R3557000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6223001 { + public int R3557600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6223001Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3557600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6223001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3557600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6223001Column] = value; + this[this.tabletblGen2FatherFromGen1.R3557600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6223100 { + public int R3771800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6223100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3771800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6223100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3771800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6223100Column] = value; + this[this.tabletblGen2FatherFromGen1.R3771800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6223101 { + public int R3772000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6223101Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3772000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6223101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3772000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6223101Column] = value; + this[this.tabletblGen2FatherFromGen1.R3772000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6223200 { + public int R3772100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6223200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3772100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6223200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3772100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6223200Column] = value; + this[this.tabletblGen2FatherFromGen1.R3772100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6223201 { + public int R3772400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6223201Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3772400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6223201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3772400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6223201Column] = value; + this[this.tabletblGen2FatherFromGen1.R3772400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6223300 { + public int R3773900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6223300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3773900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6223300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3773900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6223300Column] = value; + this[this.tabletblGen2FatherFromGen1.R3773900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6223301 { + public int R3774100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6223301Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3774100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6223301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3774100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6223301Column] = value; + this[this.tabletblGen2FatherFromGen1.R3774100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6223400 { + public int R3774200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6223400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3774200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6223400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3774200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6223400Column] = value; + this[this.tabletblGen2FatherFromGen1.R3774200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6223500 { + public int R3774500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6223500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3774500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6223500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3774500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6223500Column] = value; + this[this.tabletblGen2FatherFromGen1.R3774500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6223600 { + public int R3776000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6223600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3776000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6223600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3776000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6223600Column] = value; + this[this.tabletblGen2FatherFromGen1.R3776000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6223700 { + public int R3776200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6223700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3776200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6223700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3776200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6223700Column] = value; + this[this.tabletblGen2FatherFromGen1.R3776200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6223800 { + public int R3776300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6223800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3776300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6223800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3776300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6223800Column] = value; + this[this.tabletblGen2FatherFromGen1.R3776300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6223900 { + public int R3776600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6223900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3776600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6223900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3776600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6223900Column] = value; + this[this.tabletblGen2FatherFromGen1.R3776600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6224000 { + public int R3778100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6224000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3778100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6224000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3778100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6224000Column] = value; + this[this.tabletblGen2FatherFromGen1.R3778100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6224100 { + public int R3778300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6224100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3778300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6224100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3778300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6224100Column] = value; + this[this.tabletblGen2FatherFromGen1.R3778300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6224200 { + public int R3778400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6224200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3778400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6224200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3778400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6224200Column] = value; + this[this.tabletblGen2FatherFromGen1.R3778400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6224300 { + public int R3778700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6224300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3778700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6224300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3778700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6224300Column] = value; + this[this.tabletblGen2FatherFromGen1.R3778700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6770600 { + public int R3780200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6770600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3780200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6770600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3780200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6770600Column] = value; + this[this.tabletblGen2FatherFromGen1.R3780200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6771600 { + public int R3780400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6771600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3780400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6771600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3780400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6771600Column] = value; + this[this.tabletblGen2FatherFromGen1.R3780400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6771700 { + public int R3780500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6771700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3780500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6771700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3780500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6771700Column] = value; + this[this.tabletblGen2FatherFromGen1.R3780500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6771800 { + public int R3780800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6771800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3780800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6771800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3780800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6771800Column] = value; + this[this.tabletblGen2FatherFromGen1.R3780800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6771900 { + public int R3782300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6771900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3782300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6771900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3782300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6771900Column] = value; + this[this.tabletblGen2FatherFromGen1.R3782300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6772000 { + public int R3782500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6772000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3782500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6772000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3782500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6772000Column] = value; + this[this.tabletblGen2FatherFromGen1.R3782500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6772100 { + public int R3782600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6772100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3782600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6772100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3782600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6772100Column] = value; + this[this.tabletblGen2FatherFromGen1.R3782600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6772200 { + public int R3782900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6772200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3782900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6772200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3782900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6772200Column] = value; + this[this.tabletblGen2FatherFromGen1.R3782900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6772300 { + public int R3784400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6772300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3784400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6772300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3784400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6772300Column] = value; + this[this.tabletblGen2FatherFromGen1.R3784400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6772400 { + public int R3784600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6772400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3784600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6772400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3784600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6772400Column] = value; + this[this.tabletblGen2FatherFromGen1.R3784600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6772500 { + public int R3784700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6772500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3784700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6772500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3784700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6772500Column] = value; + this[this.tabletblGen2FatherFromGen1.R3784700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6772600 { + public int R3785000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6772600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3785000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6772600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3785000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6772600Column] = value; + this[this.tabletblGen2FatherFromGen1.R3785000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6772700 { + public int R3786500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6772700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3786500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6772700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3786500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6772700Column] = value; + this[this.tabletblGen2FatherFromGen1.R3786500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6772800 { + public int R3788004 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6772800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R3788004Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6772800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R3788004\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6772800Column] = value; + this[this.tabletblGen2FatherFromGen1.R3788004Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6772900 { + public int R4276800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6772900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4276800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6772900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4276800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6772900Column] = value; + this[this.tabletblGen2FatherFromGen1.R4276800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6773000 { + public int R4277000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6773000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4277000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6773000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4277000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6773000Column] = value; + this[this.tabletblGen2FatherFromGen1.R4277000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6773100 { + public int R4277100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6773100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4277100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6773100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4277100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6773100Column] = value; + this[this.tabletblGen2FatherFromGen1.R4277100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6773200 { + public int R4277101 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6773200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4277101Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6773200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4277101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6773200Column] = value; + this[this.tabletblGen2FatherFromGen1.R4277101Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6773300 { + public int R4277700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6773300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4277700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6773300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4277700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6773300Column] = value; + this[this.tabletblGen2FatherFromGen1.R4277700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6773400 { + public int R4277900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6773400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4277900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6773400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4277900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6773400Column] = value; + this[this.tabletblGen2FatherFromGen1.R4277900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6773500 { + public int R4278000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6773500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4278000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6773500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4278000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6773500Column] = value; + this[this.tabletblGen2FatherFromGen1.R4278000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6773600 { + public int R4278001 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6773600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4278001Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6773600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4278001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6773600Column] = value; + this[this.tabletblGen2FatherFromGen1.R4278001Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6773700 { + public int R4278600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6773700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4278600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6773700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4278600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6773700Column] = value; + this[this.tabletblGen2FatherFromGen1.R4278600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6773800 { + public int R4278800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6773800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4278800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6773800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4278800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6773800Column] = value; + this[this.tabletblGen2FatherFromGen1.R4278800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6773900 { + public int R4278900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6773900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4278900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6773900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4278900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6773900Column] = value; + this[this.tabletblGen2FatherFromGen1.R4278900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6774000 { + public int R4278901 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6774000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4278901Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6774000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4278901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6774000Column] = value; + this[this.tabletblGen2FatherFromGen1.R4278901Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6774100 { + public int R4279500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6774100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4279500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6774100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4279500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6774100Column] = value; + this[this.tabletblGen2FatherFromGen1.R4279500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6774200 { + public int R4279700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6774200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4279700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6774200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4279700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6774200Column] = value; + this[this.tabletblGen2FatherFromGen1.R4279700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6774300 { + public int R4279800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6774300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4279800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6774300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4279800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6774300Column] = value; + this[this.tabletblGen2FatherFromGen1.R4279800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6774400 { + public int R4279801 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6774400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4279801Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6774400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4279801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6774400Column] = value; + this[this.tabletblGen2FatherFromGen1.R4279801Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6774500 { + public int R4280400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6774500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4280400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6774500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4280400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6774500Column] = value; + this[this.tabletblGen2FatherFromGen1.R4280400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6774600 { + public int R4280600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6774600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4280600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6774600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4280600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6774600Column] = value; + this[this.tabletblGen2FatherFromGen1.R4280600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6774700 { + public int R4280700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6774700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4280700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6774700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4280700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6774700Column] = value; + this[this.tabletblGen2FatherFromGen1.R4280700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6774800 { + public int R4280701 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6774800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4280701Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6774800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4280701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6774800Column] = value; + this[this.tabletblGen2FatherFromGen1.R4280701Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6774900 { + public int R4281300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6774900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4281300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6774900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4281300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6774900Column] = value; + this[this.tabletblGen2FatherFromGen1.R4281300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6775000 { + public int R4281500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6775000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4281500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6775000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4281500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6775000Column] = value; + this[this.tabletblGen2FatherFromGen1.R4281500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6775100 { + public int R4281600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6775100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4281600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6775100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4281600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6775100Column] = value; + this[this.tabletblGen2FatherFromGen1.R4281600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6775200 { + public int R4281601 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6775200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4281601Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6775200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4281601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6775200Column] = value; + this[this.tabletblGen2FatherFromGen1.R4281601Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6775300 { + public int R4282100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6775300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4282100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6775300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4282100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6775300Column] = value; + this[this.tabletblGen2FatherFromGen1.R4282100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6775400 { + public int R4282300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6775400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4282300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6775400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4282300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6775400Column] = value; + this[this.tabletblGen2FatherFromGen1.R4282300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6775500 { + public int R4282400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6775500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4282400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6775500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4282400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6775500Column] = value; + this[this.tabletblGen2FatherFromGen1.R4282400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6775501 { + public int R4282401 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6775501Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4282401Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6775501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4282401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6775501Column] = value; + this[this.tabletblGen2FatherFromGen1.R4282401Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6775600 { + public int R4282900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6775600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4282900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6775600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4282900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6775600Column] = value; + this[this.tabletblGen2FatherFromGen1.R4282900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6775601 { + public int R4283000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6775601Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4283000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6775601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4283000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6775601Column] = value; + this[this.tabletblGen2FatherFromGen1.R4283000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6775700 { + public int R4283100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6775700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4283100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6775700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4283100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6775700Column] = value; + this[this.tabletblGen2FatherFromGen1.R4283100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6775701 { + public int R4283600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6775701Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4283600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6775701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4283600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6775701Column] = value; + this[this.tabletblGen2FatherFromGen1.R4283600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6775800 { + public int R4827600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6775800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4827600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6775800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4827600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6775800Column] = value; + this[this.tabletblGen2FatherFromGen1.R4827600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6775801 { + public int R4827800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6775801Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4827800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6775801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4827800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6775801Column] = value; + this[this.tabletblGen2FatherFromGen1.R4827800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6775900 { + public int R4827900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6775900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4827900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6775900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4827900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6775900Column] = value; + this[this.tabletblGen2FatherFromGen1.R4827900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6775901 { + public int R4827901 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6775901Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4827901Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6775901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4827901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6775901Column] = value; + this[this.tabletblGen2FatherFromGen1.R4827901Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6776000 { + public int R4828100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6776000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4828100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6776000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4828100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6776000Column] = value; + this[this.tabletblGen2FatherFromGen1.R4828100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6776001 { + public int R4830600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6776001Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4830600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6776001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4830600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6776001Column] = value; + this[this.tabletblGen2FatherFromGen1.R4830600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6776100 { + public int R4830800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6776100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4830800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6776100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4830800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6776100Column] = value; + this[this.tabletblGen2FatherFromGen1.R4830800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6776101 { + public int R4830900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6776101Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4830900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6776101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4830900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6776101Column] = value; + this[this.tabletblGen2FatherFromGen1.R4830900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6776200 { + public int R4830901 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6776200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4830901Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6776200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4830901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6776200Column] = value; + this[this.tabletblGen2FatherFromGen1.R4830901Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6776201 { + public int R4831100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6776201Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4831100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6776201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4831100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6776201Column] = value; + this[this.tabletblGen2FatherFromGen1.R4831100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6776300 { + public int R4833600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6776300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4833600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6776300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4833600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6776300Column] = value; + this[this.tabletblGen2FatherFromGen1.R4833600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6776301 { + public int R4833800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6776301Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4833800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6776301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4833800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6776301Column] = value; + this[this.tabletblGen2FatherFromGen1.R4833800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6776400 { + public int R4833900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6776400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4833900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6776400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4833900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6776400Column] = value; + this[this.tabletblGen2FatherFromGen1.R4833900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6776401 { + public int R4833901 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6776401Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4833901Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6776401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4833901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6776401Column] = value; + this[this.tabletblGen2FatherFromGen1.R4833901Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6776500 { + public int R4834100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6776500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4834100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6776500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4834100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6776500Column] = value; + this[this.tabletblGen2FatherFromGen1.R4834100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6776501 { + public int R4836600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6776501Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4836600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6776501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4836600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6776501Column] = value; + this[this.tabletblGen2FatherFromGen1.R4836600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6776600 { + public int R4836800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6776600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4836800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6776600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4836800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6776600Column] = value; + this[this.tabletblGen2FatherFromGen1.R4836800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6776601 { + public int R4836900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6776601Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4836900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6776601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4836900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6776601Column] = value; + this[this.tabletblGen2FatherFromGen1.R4836900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6776700 { + public int R4836901 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6776700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4836901Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6776700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4836901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6776700Column] = value; + this[this.tabletblGen2FatherFromGen1.R4836901Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6776701 { + public int R4837100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6776701Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4837100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6776701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4837100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6776701Column] = value; + this[this.tabletblGen2FatherFromGen1.R4837100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6776800 { + public int R4839600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6776800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4839600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6776800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4839600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6776800Column] = value; + this[this.tabletblGen2FatherFromGen1.R4839600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6776801 { + public int R4839800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6776801Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4839800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6776801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4839800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6776801Column] = value; + this[this.tabletblGen2FatherFromGen1.R4839800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6776900 { + public int R4839900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6776900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4839900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6776900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4839900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6776900Column] = value; + this[this.tabletblGen2FatherFromGen1.R4839900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6777000 { + public int R4839901 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6777000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4839901Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6777000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4839901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6777000Column] = value; + this[this.tabletblGen2FatherFromGen1.R4839901Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6777100 { + public int R4840100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6777100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4840100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6777100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4840100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6777100Column] = value; + this[this.tabletblGen2FatherFromGen1.R4840100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6777200 { + public int R4842500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6777200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4842500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6777200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4842500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6777200Column] = value; + this[this.tabletblGen2FatherFromGen1.R4842500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6777300 { + public int R4842700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6777300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4842700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6777300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4842700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6777300Column] = value; + this[this.tabletblGen2FatherFromGen1.R4842700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6777400 { + public int R4842800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6777400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4842800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6777400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4842800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6777400Column] = value; + this[this.tabletblGen2FatherFromGen1.R4842800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6777500 { + public int R4842801 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6777500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4842801Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6777500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4842801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6777500Column] = value; + this[this.tabletblGen2FatherFromGen1.R4842801Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6777600 { + public int R4842900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6777600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4842900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6777600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4842900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6777600Column] = value; + this[this.tabletblGen2FatherFromGen1.R4842900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6777700 { + public int R4844800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6777700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4844800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6777700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4844800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6777700Column] = value; + this[this.tabletblGen2FatherFromGen1.R4844800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R6777800 { + public int R4845000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R6777800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4845000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R6777800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4845000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R6777800Column] = value; + this[this.tabletblGen2FatherFromGen1.R4845000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7415900 { + public int R4845100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7415900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4845100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7415900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4845100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7415900Column] = value; + this[this.tabletblGen2FatherFromGen1.R4845100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7416000 { + public int R4845101 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7416000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4845101Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7416000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4845101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7416000Column] = value; + this[this.tabletblGen2FatherFromGen1.R4845101Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7416100 { + public int R4845200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7416100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4845200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7416100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4845200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7416100Column] = value; + this[this.tabletblGen2FatherFromGen1.R4845200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7416200 { + public int R4847100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7416200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4847100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7416200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4847100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7416200Column] = value; + this[this.tabletblGen2FatherFromGen1.R4847100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7416300 { + public int R4847300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7416300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4847300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7416300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4847300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7416300Column] = value; + this[this.tabletblGen2FatherFromGen1.R4847300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7416400 { + public int R4847400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7416400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R4847400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7416400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R4847400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7416400Column] = value; + this[this.tabletblGen2FatherFromGen1.R4847400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7416500 { + public int R5498000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7416500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5498000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7416500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5498000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7416500Column] = value; + this[this.tabletblGen2FatherFromGen1.R5498000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7416600 { + public int R5498200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7416600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5498200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7416600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5498200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7416600Column] = value; + this[this.tabletblGen2FatherFromGen1.R5498200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7416700 { + public int R5498300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7416700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5498300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7416700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5498300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7416700Column] = value; + this[this.tabletblGen2FatherFromGen1.R5498300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7416800 { + public int R5498301 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7416800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5498301Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7416800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5498301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7416800Column] = value; + this[this.tabletblGen2FatherFromGen1.R5498301Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7416900 { + public int R5498500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7416900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5498500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7416900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5498500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7416900Column] = value; + this[this.tabletblGen2FatherFromGen1.R5498500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7417000 { + public int R5501000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7417000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5501000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7417000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5501000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7417000Column] = value; + this[this.tabletblGen2FatherFromGen1.R5501000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7417100 { + public int R5501200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7417100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5501200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7417100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5501200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7417100Column] = value; + this[this.tabletblGen2FatherFromGen1.R5501200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7417200 { + public int R5501300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7417200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5501300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7417200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5501300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7417200Column] = value; + this[this.tabletblGen2FatherFromGen1.R5501300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7417300 { + public int R5501301 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7417300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5501301Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7417300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5501301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7417300Column] = value; + this[this.tabletblGen2FatherFromGen1.R5501301Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7417400 { + public int R5501500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7417400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5501500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7417400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5501500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7417400Column] = value; + this[this.tabletblGen2FatherFromGen1.R5501500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7417500 { + public int R5504000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7417500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5504000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7417500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5504000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7417500Column] = value; + this[this.tabletblGen2FatherFromGen1.R5504000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7417600 { + public int R5504200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7417600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5504200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7417600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5504200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7417600Column] = value; + this[this.tabletblGen2FatherFromGen1.R5504200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7417700 { + public int R5504300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7417700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5504300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7417700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5504300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7417700Column] = value; + this[this.tabletblGen2FatherFromGen1.R5504300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7417800 { + public int R5504301 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7417800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5504301Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7417800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5504301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7417800Column] = value; + this[this.tabletblGen2FatherFromGen1.R5504301Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7417900 { + public int R5504500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7417900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5504500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7417900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5504500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7417900Column] = value; + this[this.tabletblGen2FatherFromGen1.R5504500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7418000 { + public int R5507000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7418000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5507000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7418000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5507000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7418000Column] = value; + this[this.tabletblGen2FatherFromGen1.R5507000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7418100 { + public int R5507200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7418100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5507200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7418100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5507200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7418100Column] = value; + this[this.tabletblGen2FatherFromGen1.R5507200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7418200 { + public int R5507300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7418200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5507300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7418200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5507300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7418200Column] = value; + this[this.tabletblGen2FatherFromGen1.R5507300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7418300 { + public int R5507301 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7418300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5507301Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7418300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5507301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7418300Column] = value; + this[this.tabletblGen2FatherFromGen1.R5507301Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7418400 { + public int R5507500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7418400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5507500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7418400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5507500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7418400Column] = value; + this[this.tabletblGen2FatherFromGen1.R5507500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7418500 { + public int R5510000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7418500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5510000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7418500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5510000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7418500Column] = value; + this[this.tabletblGen2FatherFromGen1.R5510000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7418600 { + public int R5510200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7418600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5510200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7418600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5510200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7418600Column] = value; + this[this.tabletblGen2FatherFromGen1.R5510200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7418700 { + public int R5510300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7418700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5510300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7418700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5510300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7418700Column] = value; + this[this.tabletblGen2FatherFromGen1.R5510300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7418800 { + public int R5510301 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7418800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5510301Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7418800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5510301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7418800Column] = value; + this[this.tabletblGen2FatherFromGen1.R5510301Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7418900 { + public int R5510500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7418900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5510500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7418900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5510500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7418900Column] = value; + this[this.tabletblGen2FatherFromGen1.R5510500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7419000 { + public int R5513000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7419000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5513000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7419000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5513000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7419000Column] = value; + this[this.tabletblGen2FatherFromGen1.R5513000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7419100 { + public int R5513200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7419100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5513200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7419100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5513200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7419100Column] = value; + this[this.tabletblGen2FatherFromGen1.R5513200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7419200 { + public int R5513300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7419200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5513300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7419200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5513300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7419200Column] = value; + this[this.tabletblGen2FatherFromGen1.R5513300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7419300 { + public int R5513301 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7419300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5513301Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7419300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5513301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7419300Column] = value; + this[this.tabletblGen2FatherFromGen1.R5513301Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7419400 { + public int R5513400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7419400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5513400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7419400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5513400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7419400Column] = value; + this[this.tabletblGen2FatherFromGen1.R5513400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7419500 { + public int R5515300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7419500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5515300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7419500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5515300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7419500Column] = value; + this[this.tabletblGen2FatherFromGen1.R5515300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7419600 { + public int R5515500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7419600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5515500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7419600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5515500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7419600Column] = value; + this[this.tabletblGen2FatherFromGen1.R5515500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7419700 { + public int R5515600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7419700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5515600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7419700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5515600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7419700Column] = value; + this[this.tabletblGen2FatherFromGen1.R5515600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7419800 { + public int R5515601 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7419800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5515601Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7419800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5515601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7419800Column] = value; + this[this.tabletblGen2FatherFromGen1.R5515601Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7419900 { + public int R5515700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7419900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5515700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7419900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5515700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7419900Column] = value; + this[this.tabletblGen2FatherFromGen1.R5515700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7419901 { + public int R5517600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7419901Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5517600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7419901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5517600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7419901Column] = value; + this[this.tabletblGen2FatherFromGen1.R5517600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7420000 { + public int R5517800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7420000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5517800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7420000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5517800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7420000Column] = value; + this[this.tabletblGen2FatherFromGen1.R5517800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7420001 { + public int R5517900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7420001Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5517900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7420001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5517900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7420001Column] = value; + this[this.tabletblGen2FatherFromGen1.R5517900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7420100 { + public int R5519800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7420100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5519800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7420100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5519800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7420100Column] = value; + this[this.tabletblGen2FatherFromGen1.R5519800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7420101 { + public int R5520000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7420101Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5520000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7420101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5520000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7420101Column] = value; + this[this.tabletblGen2FatherFromGen1.R5520000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7420200 { + public int R5520100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7420200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5520100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7420200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5520100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7420200Column] = value; + this[this.tabletblGen2FatherFromGen1.R5520100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7420201 { + public int R5520101 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7420201Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5520101Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7420201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5520101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7420201Column] = value; + this[this.tabletblGen2FatherFromGen1.R5520101Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7420300 { + public int R5520200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7420300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R5520200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7420300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R5520200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7420300Column] = value; + this[this.tabletblGen2FatherFromGen1.R5520200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7420301 { + public int R6218400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7420301Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6218400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7420301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6218400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7420301Column] = value; + this[this.tabletblGen2FatherFromGen1.R6218400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7420400 { + public int R6218500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7420400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6218500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7420400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6218500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7420400Column] = value; + this[this.tabletblGen2FatherFromGen1.R6218500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7420401 { + public int R6218600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7420401Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6218600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7420401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6218600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7420401Column] = value; + this[this.tabletblGen2FatherFromGen1.R6218600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7420500 { + public int R6218700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7420500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6218700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7420500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6218700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7420500Column] = value; + this[this.tabletblGen2FatherFromGen1.R6218700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7420501 { + public int R6218800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7420501Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6218800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7420501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6218800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7420501Column] = value; + this[this.tabletblGen2FatherFromGen1.R6218800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7420600 { + public int R6218900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7420600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6218900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7420600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6218900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7420600Column] = value; + this[this.tabletblGen2FatherFromGen1.R6218900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7420601 { + public int R6219000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7420601Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6219000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7420601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6219000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7420601Column] = value; + this[this.tabletblGen2FatherFromGen1.R6219000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7420700 { + public int R6219100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7420700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6219100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7420700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6219100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7420700Column] = value; + this[this.tabletblGen2FatherFromGen1.R6219100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7420701 { + public int R6219200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7420701Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6219200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7420701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6219200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7420701Column] = value; + this[this.tabletblGen2FatherFromGen1.R6219200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7420800 { + public int R6219300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7420800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6219300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7420800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6219300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7420800Column] = value; + this[this.tabletblGen2FatherFromGen1.R6219300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7420801 { + public int R6220600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7420801Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6220600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7420801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6220600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7420801Column] = value; + this[this.tabletblGen2FatherFromGen1.R6220600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7420900 { + public int R6220700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7420900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6220700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7420900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6220700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7420900Column] = value; + this[this.tabletblGen2FatherFromGen1.R6220700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7420901 { + public int R6220800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7420901Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6220800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7420901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6220800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7420901Column] = value; + this[this.tabletblGen2FatherFromGen1.R6220800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7421000 { + public int R6220900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7421000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6220900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7421000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6220900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7421000Column] = value; + this[this.tabletblGen2FatherFromGen1.R6220900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7421001 { + public int R6221000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7421001Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6221000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7421001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6221000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7421001Column] = value; + this[this.tabletblGen2FatherFromGen1.R6221000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7421100 { + public int R6221100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7421100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6221100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7421100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6221100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7421100Column] = value; + this[this.tabletblGen2FatherFromGen1.R6221100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7421101 { + public int R6221200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7421101Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6221200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7421101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6221200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7421101Column] = value; + this[this.tabletblGen2FatherFromGen1.R6221200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7421200 { + public int R6221300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7421200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6221300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7421200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6221300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7421200Column] = value; + this[this.tabletblGen2FatherFromGen1.R6221300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7421201 { + public int R6221400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7421201Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6221400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7421201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6221400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7421201Column] = value; + this[this.tabletblGen2FatherFromGen1.R6221400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7421300 { + public int R6221500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7421300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6221500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7421300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6221500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7421300Column] = value; + this[this.tabletblGen2FatherFromGen1.R6221500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7421301 { + public int R6221700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7421301Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6221700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7421301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6221700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7421301Column] = value; + this[this.tabletblGen2FatherFromGen1.R6221700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7421400 { + public int R6221701 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7421400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6221701Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7421400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6221701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7421400Column] = value; + this[this.tabletblGen2FatherFromGen1.R6221701Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7421500 { + public int R6221800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7421500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6221800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7421500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6221800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7421500Column] = value; + this[this.tabletblGen2FatherFromGen1.R6221800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7421600 { + public int R6221801 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7421600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6221801Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7421600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6221801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7421600Column] = value; + this[this.tabletblGen2FatherFromGen1.R6221801Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7421700 { + public int R6221900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7421700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6221900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7421700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6221900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7421700Column] = value; + this[this.tabletblGen2FatherFromGen1.R6221900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7421800 { + public int R6221901 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7421800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6221901Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7421800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6221901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7421800Column] = value; + this[this.tabletblGen2FatherFromGen1.R6221901Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7421900 { + public int R6222000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7421900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6222000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7421900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6222000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7421900Column] = value; + this[this.tabletblGen2FatherFromGen1.R6222000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7422000 { + public int R6222001 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7422000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6222001Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7422000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6222001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7422000Column] = value; + this[this.tabletblGen2FatherFromGen1.R6222001Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7422100 { + public int R6222100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7422100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6222100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7422100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6222100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7422100Column] = value; + this[this.tabletblGen2FatherFromGen1.R6222100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7422200 { + public int R6222101 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7422200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6222101Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7422200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6222101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7422200Column] = value; + this[this.tabletblGen2FatherFromGen1.R6222101Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R7422300 { + public int R6222200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R7422300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6222200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R7422300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6222200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R7422300Column] = value; + this[this.tabletblGen2FatherFromGen1.R6222200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8114000 { + public int R6222201 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8114000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6222201Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8114000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6222201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8114000Column] = value; + this[this.tabletblGen2FatherFromGen1.R6222201Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8114100 { + public int R6222300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8114100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6222300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8114100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6222300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8114100Column] = value; + this[this.tabletblGen2FatherFromGen1.R6222300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8114200 { + public int R6222301 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8114200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6222301Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8114200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6222301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8114200Column] = value; + this[this.tabletblGen2FatherFromGen1.R6222301Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8114300 { + public int R6222400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8114300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6222400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8114300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6222400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8114300Column] = value; + this[this.tabletblGen2FatherFromGen1.R6222400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8114400 { + public int R6222401 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8114400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6222401Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8114400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6222401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8114400Column] = value; + this[this.tabletblGen2FatherFromGen1.R6222401Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8114500 { + public int R6222500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8114500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6222500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8114500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6222500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8114500Column] = value; + this[this.tabletblGen2FatherFromGen1.R6222500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8114600 { + public int R6222501 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8114600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6222501Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8114600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6222501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8114600Column] = value; + this[this.tabletblGen2FatherFromGen1.R6222501Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8114700 { + public int R6222600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8114700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6222600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8114700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6222600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8114700Column] = value; + this[this.tabletblGen2FatherFromGen1.R6222600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8114800 { + public int R6222601 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8114800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6222601Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8114800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6222601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8114800Column] = value; + this[this.tabletblGen2FatherFromGen1.R6222601Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8114900 { + public int R6223400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8114900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6223400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8114900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6223400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8114900Column] = value; + this[this.tabletblGen2FatherFromGen1.R6223400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8115000 { + public int R6223500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8115000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6223500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8115000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6223500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8115000Column] = value; + this[this.tabletblGen2FatherFromGen1.R6223500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8115100 { + public int R6223600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8115100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6223600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8115100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6223600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8115100Column] = value; + this[this.tabletblGen2FatherFromGen1.R6223600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8115200 { + public int R6223700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8115200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6223700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8115200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6223700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8115200Column] = value; + this[this.tabletblGen2FatherFromGen1.R6223700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8115300 { + public int R6223800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8115300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6223800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8115300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6223800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8115300Column] = value; + this[this.tabletblGen2FatherFromGen1.R6223800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8115400 { + public int R6223900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8115400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6223900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8115400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6223900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8115400Column] = value; + this[this.tabletblGen2FatherFromGen1.R6223900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8115500 { + public int R6224000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8115500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6224000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8115500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6224000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8115500Column] = value; + this[this.tabletblGen2FatherFromGen1.R6224000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8115600 { + public int R6224100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8115600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6224100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8115600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6224100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8115600Column] = value; + this[this.tabletblGen2FatherFromGen1.R6224100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8115700 { + public int R6224200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8115700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6224200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8115700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6224200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8115700Column] = value; + this[this.tabletblGen2FatherFromGen1.R6224200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8115800 { + public int R6224300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8115800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6224300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8115800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6224300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8115800Column] = value; + this[this.tabletblGen2FatherFromGen1.R6224300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8115900 { + public int R6770600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8115900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6770600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8115900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6770600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8115900Column] = value; + this[this.tabletblGen2FatherFromGen1.R6770600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8116000 { + public int R6771600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8116000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6771600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8116000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6771600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8116000Column] = value; + this[this.tabletblGen2FatherFromGen1.R6771600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8116100 { + public int R6771700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8116100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6771700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8116100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6771700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8116100Column] = value; + this[this.tabletblGen2FatherFromGen1.R6771700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8116200 { + public int R6771800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8116200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6771800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8116200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6771800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8116200Column] = value; + this[this.tabletblGen2FatherFromGen1.R6771800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8116300 { + public int R6771900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8116300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6771900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8116300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6771900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8116300Column] = value; + this[this.tabletblGen2FatherFromGen1.R6771900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8116400 { + public int R6772000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8116400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6772000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8116400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6772000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8116400Column] = value; + this[this.tabletblGen2FatherFromGen1.R6772000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8116500 { + public int R6772100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8116500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6772100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8116500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6772100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8116500Column] = value; + this[this.tabletblGen2FatherFromGen1.R6772100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8116600 { + public int R6772200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8116600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6772200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8116600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6772200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8116600Column] = value; + this[this.tabletblGen2FatherFromGen1.R6772200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8116700 { + public int R6772300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8116700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6772300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8116700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6772300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8116700Column] = value; + this[this.tabletblGen2FatherFromGen1.R6772300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8116800 { + public int R6772400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8116800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6772400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8116800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6772400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8116800Column] = value; + this[this.tabletblGen2FatherFromGen1.R6772400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8116900 { + public int R6772500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8116900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6772500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8116900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6772500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8116900Column] = value; + this[this.tabletblGen2FatherFromGen1.R6772500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8117000 { + public int R6772600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8117000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6772600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8117000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6772600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8117000Column] = value; + this[this.tabletblGen2FatherFromGen1.R6772600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8117100 { + public int R6772700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8117100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6772700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8117100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6772700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8117100Column] = value; + this[this.tabletblGen2FatherFromGen1.R6772700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8117200 { + public int R6772800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8117200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6772800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8117200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6772800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8117200Column] = value; + this[this.tabletblGen2FatherFromGen1.R6772800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8117300 { + public int R6772900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8117300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6772900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8117300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6772900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8117300Column] = value; + this[this.tabletblGen2FatherFromGen1.R6772900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8117400 { + public int R6773000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8117400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6773000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8117400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6773000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8117400Column] = value; + this[this.tabletblGen2FatherFromGen1.R6773000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8117500 { + public int R6773100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8117500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6773100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8117500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6773100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8117500Column] = value; + this[this.tabletblGen2FatherFromGen1.R6773100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8117600 { + public int R6773200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8117600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6773200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8117600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6773200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8117600Column] = value; + this[this.tabletblGen2FatherFromGen1.R6773200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8117700 { + public int R6773300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8117700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6773300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8117700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6773300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8117700Column] = value; + this[this.tabletblGen2FatherFromGen1.R6773300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8117800 { + public int R6773400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8117800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6773400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8117800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6773400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8117800Column] = value; + this[this.tabletblGen2FatherFromGen1.R6773400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8117900 { + public int R6774500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8117900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6774500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8117900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6774500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8117900Column] = value; + this[this.tabletblGen2FatherFromGen1.R6774500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8118000 { + public int R6774600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8118000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6774600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8118000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6774600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8118000Column] = value; + this[this.tabletblGen2FatherFromGen1.R6774600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8118001 { + public int R6774700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8118001Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6774700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8118001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6774700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8118001Column] = value; + this[this.tabletblGen2FatherFromGen1.R6774700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8118100 { + public int R6774800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8118100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6774800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8118100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6774800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8118100Column] = value; + this[this.tabletblGen2FatherFromGen1.R6774800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8118101 { + public int R6774900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8118101Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6774900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8118101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6774900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8118101Column] = value; + this[this.tabletblGen2FatherFromGen1.R6774900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8118200 { + public int R6775000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8118200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6775000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8118200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6775000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8118200Column] = value; + this[this.tabletblGen2FatherFromGen1.R6775000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8118201 { + public int R6775100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8118201Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6775100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8118201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6775100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8118201Column] = value; + this[this.tabletblGen2FatherFromGen1.R6775100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8118300 { + public int R6775200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8118300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6775200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8118300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6775200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8118300Column] = value; + this[this.tabletblGen2FatherFromGen1.R6775200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8118301 { + public int R6775300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8118301Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6775300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8118301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6775300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8118301Column] = value; + this[this.tabletblGen2FatherFromGen1.R6775300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8118400 { + public int R6775400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8118400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6775400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8118400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6775400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8118400Column] = value; + this[this.tabletblGen2FatherFromGen1.R6775400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8118401 { + public int R6775500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8118401Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6775500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8118401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6775500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8118401Column] = value; + this[this.tabletblGen2FatherFromGen1.R6775500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8118500 { + public int R6775501 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8118500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6775501Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8118500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6775501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8118500Column] = value; + this[this.tabletblGen2FatherFromGen1.R6775501Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8118501 { + public int R6775600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8118501Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6775600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8118501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6775600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8118501Column] = value; + this[this.tabletblGen2FatherFromGen1.R6775600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8118600 { + public int R6775601 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8118600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6775601Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8118600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6775601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8118600Column] = value; + this[this.tabletblGen2FatherFromGen1.R6775601Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8118601 { + public int R6775700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8118601Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6775700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8118601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6775700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8118601Column] = value; + this[this.tabletblGen2FatherFromGen1.R6775700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8118700 { + public int R6775701 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8118700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6775701Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8118700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6775701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8118700Column] = value; + this[this.tabletblGen2FatherFromGen1.R6775701Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8118701 { + public int R6775800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8118701Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6775800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8118701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6775800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8118701Column] = value; + this[this.tabletblGen2FatherFromGen1.R6775800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8118800 { + public int R6775801 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8118800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6775801Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8118800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6775801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8118800Column] = value; + this[this.tabletblGen2FatherFromGen1.R6775801Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8118801 { + public int R6775900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8118801Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6775900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8118801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6775900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8118801Column] = value; + this[this.tabletblGen2FatherFromGen1.R6775900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8118900 { + public int R6775901 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8118900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6775901Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8118900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6775901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8118900Column] = value; + this[this.tabletblGen2FatherFromGen1.R6775901Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8118901 { + public int R6776000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8118901Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6776000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8118901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6776000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8118901Column] = value; + this[this.tabletblGen2FatherFromGen1.R6776000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8119000 { + public int R6776001 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8119000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6776001Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8119000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6776001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8119000Column] = value; + this[this.tabletblGen2FatherFromGen1.R6776001Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8119001 { + public int R6776100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8119001Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6776100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8119001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6776100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8119001Column] = value; + this[this.tabletblGen2FatherFromGen1.R6776100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8119100 { + public int R6776101 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8119100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6776101Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8119100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6776101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8119100Column] = value; + this[this.tabletblGen2FatherFromGen1.R6776101Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8119101 { + public int R6776200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8119101Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6776200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8119101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6776200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8119101Column] = value; + this[this.tabletblGen2FatherFromGen1.R6776200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8119200 { + public int R6776201 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8119200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6776201Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8119200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6776201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8119200Column] = value; + this[this.tabletblGen2FatherFromGen1.R6776201Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8119201 { + public int R6776900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8119201Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6776900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8119201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6776900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8119201Column] = value; + this[this.tabletblGen2FatherFromGen1.R6776900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8119300 { + public int R6777000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8119300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6777000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8119300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6777000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8119300Column] = value; + this[this.tabletblGen2FatherFromGen1.R6777000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8119301 { + public int R6777100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8119301Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6777100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8119301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6777100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8119301Column] = value; + this[this.tabletblGen2FatherFromGen1.R6777100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8119400 { + public int R6777200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8119400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6777200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8119400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6777200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8119400Column] = value; + this[this.tabletblGen2FatherFromGen1.R6777200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8119401 { + public int R6777300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8119401Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6777300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8119401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6777300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8119401Column] = value; + this[this.tabletblGen2FatherFromGen1.R6777300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8119500 { + public int R6777400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8119500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6777400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8119500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6777400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8119500Column] = value; + this[this.tabletblGen2FatherFromGen1.R6777400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8119501 { + public int R6777500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8119501Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6777500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8119501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6777500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8119501Column] = value; + this[this.tabletblGen2FatherFromGen1.R6777500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8119600 { + public int R6777600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8119600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6777600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8119600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6777600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8119600Column] = value; + this[this.tabletblGen2FatherFromGen1.R6777600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8119700 { + public int R6777700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8119700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6777700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8119700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6777700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8119700Column] = value; + this[this.tabletblGen2FatherFromGen1.R6777700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8119800 { + public int R6777800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8119800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R6777800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8119800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R6777800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8119800Column] = value; + this[this.tabletblGen2FatherFromGen1.R6777800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8119900 { + public int R7415900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8119900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7415900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8119900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7415900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8119900Column] = value; + this[this.tabletblGen2FatherFromGen1.R7415900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8120000 { + public int R7416000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8120000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7416000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8120000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7416000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8120000Column] = value; + this[this.tabletblGen2FatherFromGen1.R7416000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8120100 { + public int R7416100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8120100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7416100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8120100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7416100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8120100Column] = value; + this[this.tabletblGen2FatherFromGen1.R7416100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8120200 { + public int R7416200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8120200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7416200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8120200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7416200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8120200Column] = value; + this[this.tabletblGen2FatherFromGen1.R7416200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8120300 { + public int R7416300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8120300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7416300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8120300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7416300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8120300Column] = value; + this[this.tabletblGen2FatherFromGen1.R7416300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8120400 { + public int R7416400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8120400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7416400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8120400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7416400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8120400Column] = value; + this[this.tabletblGen2FatherFromGen1.R7416400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8120500 { + public int R7416500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8120500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7416500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8120500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7416500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8120500Column] = value; + this[this.tabletblGen2FatherFromGen1.R7416500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8135300 { + public int R7416600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8135300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7416600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8135300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7416600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8135300Column] = value; + this[this.tabletblGen2FatherFromGen1.R7416600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8135400 { + public int R7416700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8135400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7416700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8135400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7416700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8135400Column] = value; + this[this.tabletblGen2FatherFromGen1.R7416700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8135500 { + public int R7416800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8135500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7416800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8135500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7416800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8135500Column] = value; + this[this.tabletblGen2FatherFromGen1.R7416800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8135600 { + public int R7416900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8135600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7416900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8135600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7416900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8135600Column] = value; + this[this.tabletblGen2FatherFromGen1.R7416900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8135700 { + public int R7417000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8135700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7417000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8135700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7417000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8135700Column] = value; + this[this.tabletblGen2FatherFromGen1.R7417000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8135800 { + public int R7417100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8135800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7417100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8135800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7417100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8135800Column] = value; + this[this.tabletblGen2FatherFromGen1.R7417100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R8135900 { + public int R7417200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R8135900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7417200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R8135900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7417200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R8135900Column] = value; + this[this.tabletblGen2FatherFromGen1.R7417200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9900600 { + public int R7417300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R9900600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7417300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9900600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7417300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R9900600Column] = value; + this[this.tabletblGen2FatherFromGen1.R7417300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9900601 { + public int R7417400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R9900601Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7417400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9900601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7417400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R9900601Column] = value; + this[this.tabletblGen2FatherFromGen1.R7417400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9901400 { + public int R7417500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R9901400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7417500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9901400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7417500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R9901400Column] = value; + this[this.tabletblGen2FatherFromGen1.R7417500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9901401 { + public int R7417600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R9901401Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7417600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9901401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7417600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R9901401Column] = value; + this[this.tabletblGen2FatherFromGen1.R7417600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9902200 { + public int R7417700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R9902200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7417700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9902200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7417700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R9902200Column] = value; + this[this.tabletblGen2FatherFromGen1.R7417700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9902201 { + public int R7417800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R9902201Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7417800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9902201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7417800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R9902201Column] = value; + this[this.tabletblGen2FatherFromGen1.R7417800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9903000 { + public int R7418900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R9903000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7418900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9903000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7418900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R9903000Column] = value; + this[this.tabletblGen2FatherFromGen1.R7418900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9903001 { + public int R7419000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R9903001Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7419000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9903001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7419000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R9903001Column] = value; + this[this.tabletblGen2FatherFromGen1.R7419000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9903800 { + public int R7419100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R9903800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7419100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9903800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7419100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R9903800Column] = value; + this[this.tabletblGen2FatherFromGen1.R7419100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9903801 { + public int R7419200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R9903801Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7419200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9903801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7419200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R9903801Column] = value; + this[this.tabletblGen2FatherFromGen1.R7419200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9904600 { + public int R7419300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R9904600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7419300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9904600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7419300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R9904600Column] = value; + this[this.tabletblGen2FatherFromGen1.R7419300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9904601 { + public int R7419400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R9904601Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7419400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9904601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7419400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R9904601Column] = value; + this[this.tabletblGen2FatherFromGen1.R7419400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9905400 { + public int R7419500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R9905400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7419500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9905400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7419500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R9905400Column] = value; + this[this.tabletblGen2FatherFromGen1.R7419500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9905401 { + public int R7419600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R9905401Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7419600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9905401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7419600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R9905401Column] = value; + this[this.tabletblGen2FatherFromGen1.R7419600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9911200 { + public int R7419700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R9911200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7419700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9911200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7419700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R9911200Column] = value; + this[this.tabletblGen2FatherFromGen1.R7419700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int R9911201 { + public int R7419800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.R9911201Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7419800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'R9911201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7419800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.R9911201Column] = value; + this[this.tabletblGen2FatherFromGen1.R7419800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0345800 { + public int R7419900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0345800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7419900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0345800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7419900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0345800Column] = value; + this[this.tabletblGen2FatherFromGen1.R7419900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0345900 { + public int R7419901 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0345900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7419901Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0345900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7419901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0345900Column] = value; + this[this.tabletblGen2FatherFromGen1.R7419901Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0346000 { + public int R7420000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0346000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7420000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0346000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7420000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0346000Column] = value; + this[this.tabletblGen2FatherFromGen1.R7420000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0346100 { + public int R7420001 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0346100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7420001Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0346100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7420001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0346100Column] = value; + this[this.tabletblGen2FatherFromGen1.R7420001Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0346200 { + public int R7420100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0346200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7420100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0346200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7420100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0346200Column] = value; + this[this.tabletblGen2FatherFromGen1.R7420100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0346300 { + public int R7420101 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0346300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7420101Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0346300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7420101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0346300Column] = value; + this[this.tabletblGen2FatherFromGen1.R7420101Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0346400 { + public int R7420200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0346400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7420200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0346400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7420200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0346400Column] = value; + this[this.tabletblGen2FatherFromGen1.R7420200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0346500 { + public int R7420201 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0346500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7420201Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0346500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7420201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0346500Column] = value; + this[this.tabletblGen2FatherFromGen1.R7420201Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0346600 { + public int R7420300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0346600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7420300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0346600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7420300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0346600Column] = value; + this[this.tabletblGen2FatherFromGen1.R7420300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0346700 { + public int R7420301 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0346700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7420301Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0346700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7420301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0346700Column] = value; + this[this.tabletblGen2FatherFromGen1.R7420301Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0346800 { + public int R7420400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0346800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7420400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0346800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7420400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0346800Column] = value; + this[this.tabletblGen2FatherFromGen1.R7420400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0346900 { + public int R7420401 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0346900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7420401Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0346900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7420401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0346900Column] = value; + this[this.tabletblGen2FatherFromGen1.R7420401Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0347000 { + public int R7420500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0347000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7420500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0347000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7420500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0347000Column] = value; + this[this.tabletblGen2FatherFromGen1.R7420500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0347100 { + public int R7420501 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0347100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7420501Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0347100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7420501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0347100Column] = value; + this[this.tabletblGen2FatherFromGen1.R7420501Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0347200 { + public int R7420600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0347200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7420600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0347200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7420600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0347200Column] = value; + this[this.tabletblGen2FatherFromGen1.R7420600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0347300 { + public int R7420601 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0347300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7420601Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0347300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7420601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0347300Column] = value; + this[this.tabletblGen2FatherFromGen1.R7420601Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0347400 { + public int R7421400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0347400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7421400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0347400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7421400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0347400Column] = value; + this[this.tabletblGen2FatherFromGen1.R7421400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0347500 { + public int R7421500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0347500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7421500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0347500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7421500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0347500Column] = value; + this[this.tabletblGen2FatherFromGen1.R7421500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0347600 { + public int R7421600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0347600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7421600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0347600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7421600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0347600Column] = value; + this[this.tabletblGen2FatherFromGen1.R7421600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0347700 { + public int R7421700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0347700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7421700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0347700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7421700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0347700Column] = value; + this[this.tabletblGen2FatherFromGen1.R7421700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0347800 { + public int R7421800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0347800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7421800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0347800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7421800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0347800Column] = value; + this[this.tabletblGen2FatherFromGen1.R7421800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0347900 { + public int R7421900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0347900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7421900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0347900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7421900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0347900Column] = value; + this[this.tabletblGen2FatherFromGen1.R7421900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0348000 { + public int R7422000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0348000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7422000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0348000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7422000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0348000Column] = value; + this[this.tabletblGen2FatherFromGen1.R7422000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0348100 { + public int R7422100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0348100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7422100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0348100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7422100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0348100Column] = value; + this[this.tabletblGen2FatherFromGen1.R7422100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0348200 { + public int R7422200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0348200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7422200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0348200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7422200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0348200Column] = value; + this[this.tabletblGen2FatherFromGen1.R7422200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0348300 { + public int R7422300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0348300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R7422300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0348300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R7422300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0348300Column] = value; + this[this.tabletblGen2FatherFromGen1.R7422300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0348400 { + public int R8114000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0348400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8114000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0348400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8114000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0348400Column] = value; + this[this.tabletblGen2FatherFromGen1.R8114000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0348500 { + public int R8114100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0348500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8114100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0348500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8114100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0348500Column] = value; + this[this.tabletblGen2FatherFromGen1.R8114100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0348600 { + public int R8114200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0348600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8114200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0348600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8114200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0348600Column] = value; + this[this.tabletblGen2FatherFromGen1.R8114200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0348700 { + public int R8114300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0348700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8114300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0348700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8114300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0348700Column] = value; + this[this.tabletblGen2FatherFromGen1.R8114300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0348800 { + public int R8114400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0348800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8114400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0348800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8114400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0348800Column] = value; + this[this.tabletblGen2FatherFromGen1.R8114400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0348900 { + public int R8114500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0348900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8114500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0348900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8114500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0348900Column] = value; + this[this.tabletblGen2FatherFromGen1.R8114500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0349000 { + public int R8114600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0349000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8114600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0349000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8114600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0349000Column] = value; + this[this.tabletblGen2FatherFromGen1.R8114600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0349100 { + public int R8114700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0349100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8114700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0349100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8114700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0349100Column] = value; + this[this.tabletblGen2FatherFromGen1.R8114700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0349200 { + public int R8114800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0349200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8114800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0349200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8114800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0349200Column] = value; + this[this.tabletblGen2FatherFromGen1.R8114800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0349300 { + public int R8114900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0349300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8114900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0349300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8114900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0349300Column] = value; + this[this.tabletblGen2FatherFromGen1.R8114900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0349400 { + public int R8115000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0349400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8115000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0349400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8115000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0349400Column] = value; + this[this.tabletblGen2FatherFromGen1.R8115000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0349500 { + public int R8115100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0349500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8115100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0349500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8115100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0349500Column] = value; + this[this.tabletblGen2FatherFromGen1.R8115100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0349600 { + public int R8115200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0349600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8115200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0349600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8115200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0349600Column] = value; + this[this.tabletblGen2FatherFromGen1.R8115200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0349700 { + public int R8115300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0349700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8115300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0349700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8115300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0349700Column] = value; + this[this.tabletblGen2FatherFromGen1.R8115300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0349800 { + public int R8115400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0349800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8115400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0349800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8115400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0349800Column] = value; + this[this.tabletblGen2FatherFromGen1.R8115400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0349900 { + public int R8115500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0349900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8115500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0349900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8115500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0349900Column] = value; + this[this.tabletblGen2FatherFromGen1.R8115500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0350000 { + public int R8115600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0350000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8115600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0350000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8115600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0350000Column] = value; + this[this.tabletblGen2FatherFromGen1.R8115600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0350100 { + public int R8115700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0350100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8115700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0350100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8115700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0350100Column] = value; + this[this.tabletblGen2FatherFromGen1.R8115700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0350101 { + public int R8115800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0350101Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8115800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0350101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8115800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0350101Column] = value; + this[this.tabletblGen2FatherFromGen1.R8115800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0350200 { + public int R8115900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0350200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8115900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0350200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8115900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0350200Column] = value; + this[this.tabletblGen2FatherFromGen1.R8115900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0350201 { + public int R8117000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0350201Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8117000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0350201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8117000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0350201Column] = value; + this[this.tabletblGen2FatherFromGen1.R8117000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0350300 { + public int R8117100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0350300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8117100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0350300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8117100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0350300Column] = value; + this[this.tabletblGen2FatherFromGen1.R8117100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0350301 { + public int R8117200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0350301Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8117200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0350301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8117200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0350301Column] = value; + this[this.tabletblGen2FatherFromGen1.R8117200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0350400 { + public int R8117300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0350400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8117300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0350400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8117300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0350400Column] = value; + this[this.tabletblGen2FatherFromGen1.R8117300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0350401 { + public int R8117400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0350401Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8117400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0350401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8117400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0350401Column] = value; + this[this.tabletblGen2FatherFromGen1.R8117400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0350500 { + public int R8117500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0350500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8117500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0350500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8117500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0350500Column] = value; + this[this.tabletblGen2FatherFromGen1.R8117500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0350501 { + public int R8117600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0350501Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8117600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0350501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8117600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0350501Column] = value; + this[this.tabletblGen2FatherFromGen1.R8117600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0350600 { + public int R8117700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0350600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8117700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0350600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8117700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0350600Column] = value; + this[this.tabletblGen2FatherFromGen1.R8117700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0350601 { + public int R8117800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0350601Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8117800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0350601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8117800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0350601Column] = value; + this[this.tabletblGen2FatherFromGen1.R8117800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0350700 { + public int R8117900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0350700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8117900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0350700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8117900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0350700Column] = value; + this[this.tabletblGen2FatherFromGen1.R8117900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0350701 { + public int R8118000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0350701Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8118000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0350701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8118000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0350701Column] = value; + this[this.tabletblGen2FatherFromGen1.R8118000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0350800 { + public int R8118001 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0350800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8118001Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0350800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8118001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0350800Column] = value; + this[this.tabletblGen2FatherFromGen1.R8118001Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0350801 { + public int R8118100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0350801Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8118100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0350801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8118100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0350801Column] = value; + this[this.tabletblGen2FatherFromGen1.R8118100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0350900 { + public int R8118101 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0350900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8118101Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0350900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8118101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0350900Column] = value; + this[this.tabletblGen2FatherFromGen1.R8118101Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0350901 { + public int R8118200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0350901Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8118200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0350901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8118200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0350901Column] = value; + this[this.tabletblGen2FatherFromGen1.R8118200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0351000 { + public int R8118201 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0351000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8118201Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0351000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8118201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0351000Column] = value; + this[this.tabletblGen2FatherFromGen1.R8118201Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0351001 { + public int R8118300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0351001Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8118300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0351001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8118300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0351001Column] = value; + this[this.tabletblGen2FatherFromGen1.R8118300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0351100 { + public int R8118301 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0351100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8118301Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0351100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8118301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0351100Column] = value; + this[this.tabletblGen2FatherFromGen1.R8118301Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0351101 { + public int R8118400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0351101Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8118400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0351101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8118400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0351101Column] = value; + this[this.tabletblGen2FatherFromGen1.R8118400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0351200 { + public int R8118401 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0351200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8118401Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0351200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8118401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0351200Column] = value; + this[this.tabletblGen2FatherFromGen1.R8118401Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0351201 { + public int R8118500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0351201Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8118500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0351201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8118500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0351201Column] = value; + this[this.tabletblGen2FatherFromGen1.R8118500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0351300 { + public int R8118501 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0351300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8118501Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0351300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8118501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0351300Column] = value; + this[this.tabletblGen2FatherFromGen1.R8118501Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0351301 { + public int R8118600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0351301Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8118600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0351301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8118600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0351301Column] = value; + this[this.tabletblGen2FatherFromGen1.R8118600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0351400 { + public int R8118601 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0351400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8118601Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0351400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8118601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0351400Column] = value; + this[this.tabletblGen2FatherFromGen1.R8118601Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0351401 { + public int R8118700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0351401Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8118700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0351401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8118700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0351401Column] = value; + this[this.tabletblGen2FatherFromGen1.R8118700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0351500 { + public int R8118701 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0351500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8118701Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0351500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8118701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0351500Column] = value; + this[this.tabletblGen2FatherFromGen1.R8118701Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0351501 { + public int R8118800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0351501Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8118800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0351501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8118800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0351501Column] = value; + this[this.tabletblGen2FatherFromGen1.R8118800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0351600 { + public int R8118801 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0351600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8118801Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0351600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8118801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0351600Column] = value; + this[this.tabletblGen2FatherFromGen1.R8118801Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0351601 { + public int R8118900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0351601Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8118900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0351601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8118900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0351601Column] = value; + this[this.tabletblGen2FatherFromGen1.R8118900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0351700 { + public int R8118901 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0351700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8118901Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0351700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8118901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0351700Column] = value; + this[this.tabletblGen2FatherFromGen1.R8118901Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0351701 { + public int R8119600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0351701Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8119600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0351701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8119600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0351701Column] = value; + this[this.tabletblGen2FatherFromGen1.R8119600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0351800 { + public int R8119700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0351800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8119700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0351800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8119700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0351800Column] = value; + this[this.tabletblGen2FatherFromGen1.R8119700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0351801 { + public int R8119800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0351801Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8119800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0351801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8119800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0351801Column] = value; + this[this.tabletblGen2FatherFromGen1.R8119800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0351900 { + public int R8119900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0351900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8119900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0351900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8119900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0351900Column] = value; + this[this.tabletblGen2FatherFromGen1.R8119900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0352000 { + public int R8120000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0352000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8120000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0352000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8120000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0352000Column] = value; + this[this.tabletblGen2FatherFromGen1.R8120000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0352100 { + public int R8120100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0352100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8120100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0352100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8120100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0352100Column] = value; + this[this.tabletblGen2FatherFromGen1.R8120100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0352200 { + public int R8120200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0352200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8120200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0352200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8120200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0352200Column] = value; + this[this.tabletblGen2FatherFromGen1.R8120200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0352300 { + public int R8120300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0352300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8120300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0352300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8120300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0352300Column] = value; + this[this.tabletblGen2FatherFromGen1.R8120300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0352400 { + public int R8120400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0352400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8120400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0352400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8120400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0352400Column] = value; + this[this.tabletblGen2FatherFromGen1.R8120400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0352500 { + public int R8120500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0352500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8120500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0352500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8120500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0352500Column] = value; + this[this.tabletblGen2FatherFromGen1.R8120500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0352600 { + public int R8135300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0352600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8135300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0352600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8135300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0352600Column] = value; + this[this.tabletblGen2FatherFromGen1.R8135300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0352700 { + public int R8135400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0352700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8135400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0352700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8135400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0352700Column] = value; + this[this.tabletblGen2FatherFromGen1.R8135400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0352800 { + public int R8135500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0352800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8135500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0352800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8135500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0352800Column] = value; + this[this.tabletblGen2FatherFromGen1.R8135500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0352900 { + public int R8135600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0352900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8135600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0352900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8135600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0352900Column] = value; + this[this.tabletblGen2FatherFromGen1.R8135600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0597800 { + public int R8135700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0597800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8135700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0597800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8135700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0597800Column] = value; + this[this.tabletblGen2FatherFromGen1.R8135700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0597900 { + public int R8135800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0597900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8135800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0597900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8135800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0597900Column] = value; + this[this.tabletblGen2FatherFromGen1.R8135800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0598000 { + public int R8135900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0598000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R8135900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0598000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R8135900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0598000Column] = value; + this[this.tabletblGen2FatherFromGen1.R8135900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0598100 { + public int R9900600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0598100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R9900600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0598100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9900600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0598100Column] = value; + this[this.tabletblGen2FatherFromGen1.R9900600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0598200 { + public int R9900601 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0598200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R9900601Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0598200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9900601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0598200Column] = value; + this[this.tabletblGen2FatherFromGen1.R9900601Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0598300 { + public int R9901400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0598300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R9901400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0598300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9901400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0598300Column] = value; + this[this.tabletblGen2FatherFromGen1.R9901400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T0598400 { + public int R9901401 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T0598400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R9901401Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T0598400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9901401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T0598400Column] = value; + this[this.tabletblGen2FatherFromGen1.R9901401Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1495200 { + public int R9902200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1495200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R9902200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1495200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9902200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1495200Column] = value; + this[this.tabletblGen2FatherFromGen1.R9902200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1495300 { + public int R9902201 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1495300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R9902201Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1495300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9902201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1495300Column] = value; + this[this.tabletblGen2FatherFromGen1.R9902201Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1495400 { + public int R9903000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1495400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R9903000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1495400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9903000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1495400Column] = value; + this[this.tabletblGen2FatherFromGen1.R9903000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1495500 { + public int R9903001 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1495500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R9903001Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1495500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9903001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1495500Column] = value; + this[this.tabletblGen2FatherFromGen1.R9903001Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1495600 { + public int R9903800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1495600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R9903800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1495600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9903800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1495600Column] = value; + this[this.tabletblGen2FatherFromGen1.R9903800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1495700 { + public int R9903801 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1495700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R9903801Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1495700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9903801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1495700Column] = value; + this[this.tabletblGen2FatherFromGen1.R9903801Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1495800 { + public int R9904600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1495800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R9904600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1495800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9904600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1495800Column] = value; + this[this.tabletblGen2FatherFromGen1.R9904600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1495900 { + public int R9904601 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1495900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R9904601Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1495900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9904601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1495900Column] = value; + this[this.tabletblGen2FatherFromGen1.R9904601Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1496000 { + public int R9905400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1496000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R9905400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1496000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9905400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1496000Column] = value; + this[this.tabletblGen2FatherFromGen1.R9905400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1496100 { + public int R9905401 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1496100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R9905401Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1496100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9905401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1496100Column] = value; + this[this.tabletblGen2FatherFromGen1.R9905401Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1496200 { + public int R9911200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1496200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R9911200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1496200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9911200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1496200Column] = value; + this[this.tabletblGen2FatherFromGen1.R9911200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1496300 { + public int R9911201 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1496300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.R9911201Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1496300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'R9911201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1496300Column] = value; + this[this.tabletblGen2FatherFromGen1.R9911201Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1496400 { + public int T0345800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1496400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0345800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1496400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0345800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1496400Column] = value; + this[this.tabletblGen2FatherFromGen1.T0345800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1496500 { + public int T0345900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1496500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0345900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1496500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0345900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1496500Column] = value; + this[this.tabletblGen2FatherFromGen1.T0345900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1496600 { + public int T0346000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1496600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0346000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1496600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0346000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1496600Column] = value; + this[this.tabletblGen2FatherFromGen1.T0346000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1496700 { + public int T0346100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1496700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0346100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1496700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0346100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1496700Column] = value; + this[this.tabletblGen2FatherFromGen1.T0346100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1496800 { + public int T0346200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1496800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0346200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1496800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0346200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1496800Column] = value; + this[this.tabletblGen2FatherFromGen1.T0346200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1496900 { + public int T0346300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1496900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0346300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1496900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0346300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1496900Column] = value; + this[this.tabletblGen2FatherFromGen1.T0346300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1497000 { + public int T0346400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1497000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0346400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1497000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0346400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1497000Column] = value; + this[this.tabletblGen2FatherFromGen1.T0346400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1497100 { + public int T0346500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1497100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0346500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1497100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0346500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1497100Column] = value; + this[this.tabletblGen2FatherFromGen1.T0346500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1497200 { + public int T0346600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1497200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0346600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1497200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0346600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1497200Column] = value; + this[this.tabletblGen2FatherFromGen1.T0346600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1497300 { + public int T0346700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1497300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0346700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1497300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0346700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1497300Column] = value; + this[this.tabletblGen2FatherFromGen1.T0346700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1497400 { + public int T0346800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1497400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0346800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1497400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0346800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1497400Column] = value; + this[this.tabletblGen2FatherFromGen1.T0346800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1497500 { + public int T0346900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1497500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0346900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1497500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0346900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1497500Column] = value; + this[this.tabletblGen2FatherFromGen1.T0346900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1497600 { + public int T0347000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1497600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0347000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1497600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0347000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1497600Column] = value; + this[this.tabletblGen2FatherFromGen1.T0347000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1497700 { + public int T0347100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1497700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0347100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1497700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0347100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1497700Column] = value; + this[this.tabletblGen2FatherFromGen1.T0347100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1497800 { + public int T0347200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1497800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0347200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1497800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0347200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1497800Column] = value; + this[this.tabletblGen2FatherFromGen1.T0347200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1497900 { + public int T0347300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1497900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0347300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1497900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0347300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1497900Column] = value; + this[this.tabletblGen2FatherFromGen1.T0347300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1498000 { + public int T0347400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1498000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0347400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1498000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0347400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1498000Column] = value; + this[this.tabletblGen2FatherFromGen1.T0347400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1498100 { + public int T0347500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1498100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0347500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1498100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0347500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1498100Column] = value; + this[this.tabletblGen2FatherFromGen1.T0347500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1498200 { + public int T0347600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1498200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0347600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1498200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0347600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1498200Column] = value; + this[this.tabletblGen2FatherFromGen1.T0347600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1498300 { + public int T0347700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1498300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0347700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1498300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0347700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1498300Column] = value; + this[this.tabletblGen2FatherFromGen1.T0347700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1498400 { + public int T0347800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1498400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0347800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1498400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0347800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1498400Column] = value; + this[this.tabletblGen2FatherFromGen1.T0347800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1498500 { + public int T0349000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1498500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0349000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1498500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0349000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1498500Column] = value; + this[this.tabletblGen2FatherFromGen1.T0349000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1498600 { + public int T0349100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1498600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0349100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1498600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0349100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1498600Column] = value; + this[this.tabletblGen2FatherFromGen1.T0349100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1498700 { + public int T0349200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1498700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0349200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1498700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0349200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1498700Column] = value; + this[this.tabletblGen2FatherFromGen1.T0349200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1498800 { + public int T0349300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1498800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0349300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1498800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0349300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1498800Column] = value; + this[this.tabletblGen2FatherFromGen1.T0349300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1498900 { + public int T0349400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1498900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0349400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1498900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0349400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1498900Column] = value; + this[this.tabletblGen2FatherFromGen1.T0349400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1499000 { + public int T0349500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1499000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0349500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1499000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0349500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1499000Column] = value; + this[this.tabletblGen2FatherFromGen1.T0349500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1499100 { + public int T0349600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1499100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0349600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1499100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0349600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1499100Column] = value; + this[this.tabletblGen2FatherFromGen1.T0349600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1499200 { + public int T0349700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1499200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0349700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1499200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0349700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1499200Column] = value; + this[this.tabletblGen2FatherFromGen1.T0349700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1499300 { + public int T0349800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1499300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0349800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1499300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0349800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1499300Column] = value; + this[this.tabletblGen2FatherFromGen1.T0349800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1499400 { + public int T0349900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1499400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0349900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1499400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0349900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1499400Column] = value; + this[this.tabletblGen2FatherFromGen1.T0349900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1499500 { + public int T0350000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1499500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0350000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1499500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0350000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1499500Column] = value; + this[this.tabletblGen2FatherFromGen1.T0350000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1499501 { + public int T0350100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1499501Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0350100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1499501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0350100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1499501Column] = value; + this[this.tabletblGen2FatherFromGen1.T0350100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1499600 { + public int T0350101 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1499600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0350101Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1499600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0350101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1499600Column] = value; + this[this.tabletblGen2FatherFromGen1.T0350101Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1499601 { + public int T0350200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1499601Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0350200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1499601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0350200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1499601Column] = value; + this[this.tabletblGen2FatherFromGen1.T0350200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1499700 { + public int T0350201 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1499700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0350201Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1499700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0350201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1499700Column] = value; + this[this.tabletblGen2FatherFromGen1.T0350201Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1499701 { + public int T0350300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1499701Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0350300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1499701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0350300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1499701Column] = value; + this[this.tabletblGen2FatherFromGen1.T0350300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1499800 { + public int T0350301 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1499800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0350301Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1499800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0350301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1499800Column] = value; + this[this.tabletblGen2FatherFromGen1.T0350301Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1499801 { + public int T0350400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1499801Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0350400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1499801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0350400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1499801Column] = value; + this[this.tabletblGen2FatherFromGen1.T0350400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1499900 { + public int T0350401 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1499900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0350401Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1499900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0350401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1499900Column] = value; + this[this.tabletblGen2FatherFromGen1.T0350401Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1499901 { + public int T0350500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1499901Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0350500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1499901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0350500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1499901Column] = value; + this[this.tabletblGen2FatherFromGen1.T0350500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1500000 { + public int T0350501 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1500000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0350501Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1500000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0350501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1500000Column] = value; + this[this.tabletblGen2FatherFromGen1.T0350501Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1500001 { + public int T0350600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1500001Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0350600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1500001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0350600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1500001Column] = value; + this[this.tabletblGen2FatherFromGen1.T0350600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1500100 { + public int T0350601 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1500100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0350601Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1500100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0350601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1500100Column] = value; + this[this.tabletblGen2FatherFromGen1.T0350601Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1500101 { + public int T0350700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1500101Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0350700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1500101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0350700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1500101Column] = value; + this[this.tabletblGen2FatherFromGen1.T0350700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1500200 { + public int T0350701 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1500200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0350701Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1500200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0350701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1500200Column] = value; + this[this.tabletblGen2FatherFromGen1.T0350701Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1500201 { + public int T0350800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1500201Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0350800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1500201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0350800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1500201Column] = value; + this[this.tabletblGen2FatherFromGen1.T0350800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1500300 { + public int T0350801 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1500300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0350801Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1500300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0350801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1500300Column] = value; + this[this.tabletblGen2FatherFromGen1.T0350801Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1500301 { + public int T0350900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1500301Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0350900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1500301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0350900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1500301Column] = value; + this[this.tabletblGen2FatherFromGen1.T0350900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1500400 { + public int T0350901 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1500400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0350901Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1500400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0350901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1500400Column] = value; + this[this.tabletblGen2FatherFromGen1.T0350901Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1500401 { + public int T0351000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1500401Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0351000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1500401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0351000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1500401Column] = value; + this[this.tabletblGen2FatherFromGen1.T0351000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1500500 { + public int T0351001 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1500500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0351001Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1500500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0351001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1500500Column] = value; + this[this.tabletblGen2FatherFromGen1.T0351001Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1500501 { + public int T0351900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1500501Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0351900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1500501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0351900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1500501Column] = value; + this[this.tabletblGen2FatherFromGen1.T0351900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1500600 { + public int T0352000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1500600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0352000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1500600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0352000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1500600Column] = value; + this[this.tabletblGen2FatherFromGen1.T0352000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1500601 { + public int T0352100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1500601Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0352100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1500601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0352100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1500601Column] = value; + this[this.tabletblGen2FatherFromGen1.T0352100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1500700 { + public int T0352200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1500700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0352200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1500700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0352200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1500700Column] = value; + this[this.tabletblGen2FatherFromGen1.T0352200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1500701 { + public int T0352300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1500701Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0352300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1500701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0352300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1500701Column] = value; + this[this.tabletblGen2FatherFromGen1.T0352300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1500800 { + public int T0352400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1500800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0352400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1500800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0352400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1500800Column] = value; + this[this.tabletblGen2FatherFromGen1.T0352400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1500801 { + public int T0352500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1500801Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0352500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1500801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0352500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1500801Column] = value; + this[this.tabletblGen2FatherFromGen1.T0352500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1500900 { + public int T0352600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1500900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0352600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1500900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0352600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1500900Column] = value; + this[this.tabletblGen2FatherFromGen1.T0352600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1500901 { + public int T0352700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1500901Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0352700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1500901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0352700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1500901Column] = value; + this[this.tabletblGen2FatherFromGen1.T0352700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1501000 { + public int T0352800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1501000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0352800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1501000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0352800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1501000Column] = value; + this[this.tabletblGen2FatherFromGen1.T0352800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1501001 { + public int T0352900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1501001Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0352900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1501001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0352900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1501001Column] = value; + this[this.tabletblGen2FatherFromGen1.T0352900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1501100 { + public int T0597800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1501100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0597800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1501100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0597800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1501100Column] = value; + this[this.tabletblGen2FatherFromGen1.T0597800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1501200 { + public int T0597900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1501200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0597900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1501200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0597900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1501200Column] = value; + this[this.tabletblGen2FatherFromGen1.T0597900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1501300 { + public int T0598000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1501300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0598000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1501300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0598000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1501300Column] = value; + this[this.tabletblGen2FatherFromGen1.T0598000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1501400 { + public int T0598100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1501400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0598100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1501400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0598100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1501400Column] = value; + this[this.tabletblGen2FatherFromGen1.T0598100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1501500 { + public int T0598200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1501500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0598200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1501500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0598200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1501500Column] = value; + this[this.tabletblGen2FatherFromGen1.T0598200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1501600 { + public int T0598300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1501600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0598300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1501600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0598300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1501600Column] = value; + this[this.tabletblGen2FatherFromGen1.T0598300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1501700 { + public int T0598400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1501700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T0598400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1501700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T0598400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1501700Column] = value; + this[this.tabletblGen2FatherFromGen1.T0598400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1501800 { + public int T1495200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1501800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1495200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1501800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1495200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1501800Column] = value; + this[this.tabletblGen2FatherFromGen1.T1495200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1501900 { + public int T1495300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1501900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1495300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1501900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1495300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1501900Column] = value; + this[this.tabletblGen2FatherFromGen1.T1495300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1502000 { + public int T1495400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1502000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1495400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1502000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1495400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1502000Column] = value; + this[this.tabletblGen2FatherFromGen1.T1495400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1502100 { + public int T1495500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1502100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1495500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1502100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1495500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1502100Column] = value; + this[this.tabletblGen2FatherFromGen1.T1495500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1765100 { + public int T1495600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1765100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1495600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1765100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1495600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1765100Column] = value; + this[this.tabletblGen2FatherFromGen1.T1495600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1765200 { + public int T1495700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1765200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1495700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1765200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1495700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1765200Column] = value; + this[this.tabletblGen2FatherFromGen1.T1495700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1765300 { + public int T1495800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1765300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1495800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1765300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1495800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1765300Column] = value; + this[this.tabletblGen2FatherFromGen1.T1495800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1765400 { + public int T1495900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1765400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1495900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1765400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1495900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1765400Column] = value; + this[this.tabletblGen2FatherFromGen1.T1495900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1765500 { + public int T1496000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1765500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1496000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1765500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1496000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1765500Column] = value; + this[this.tabletblGen2FatherFromGen1.T1496000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1765600 { + public int T1496100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1765600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1496100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1765600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1496100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1765600Column] = value; + this[this.tabletblGen2FatherFromGen1.T1496100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T1765700 { + public int T1496200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T1765700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1496200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T1765700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1496200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T1765700Column] = value; + this[this.tabletblGen2FatherFromGen1.T1496200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2541200 { + public int T1496300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2541200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1496300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2541200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1496300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2541200Column] = value; + this[this.tabletblGen2FatherFromGen1.T1496300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2541300 { + public int T1496400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2541300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1496400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2541300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1496400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2541300Column] = value; + this[this.tabletblGen2FatherFromGen1.T1496400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2541400 { + public int T1496500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2541400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1496500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2541400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1496500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2541400Column] = value; + this[this.tabletblGen2FatherFromGen1.T1496500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2541500 { + public int T1496600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2541500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1496600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2541500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1496600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2541500Column] = value; + this[this.tabletblGen2FatherFromGen1.T1496600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2541600 { + public int T1496700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2541600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1496700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2541600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1496700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2541600Column] = value; + this[this.tabletblGen2FatherFromGen1.T1496700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2541700 { + public int T1496800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2541700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1496800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2541700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1496800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2541700Column] = value; + this[this.tabletblGen2FatherFromGen1.T1496800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2541800 { + public int T1496900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2541800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1496900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2541800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1496900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2541800Column] = value; + this[this.tabletblGen2FatherFromGen1.T1496900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2541900 { + public int T1497000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2541900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1497000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2541900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1497000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2541900Column] = value; + this[this.tabletblGen2FatherFromGen1.T1497000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2542000 { + public int T1497100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2542000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1497100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2542000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1497100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2542000Column] = value; + this[this.tabletblGen2FatherFromGen1.T1497100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2542100 { + public int T1497200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2542100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1497200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2542100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1497200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2542100Column] = value; + this[this.tabletblGen2FatherFromGen1.T1497200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2542200 { + public int T1498400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2542200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1498400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2542200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1498400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2542200Column] = value; + this[this.tabletblGen2FatherFromGen1.T1498400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2542300 { + public int T1498500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2542300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1498500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2542300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1498500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2542300Column] = value; + this[this.tabletblGen2FatherFromGen1.T1498500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2542400 { + public int T1498600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2542400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1498600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2542400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1498600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2542400Column] = value; + this[this.tabletblGen2FatherFromGen1.T1498600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2542500 { + public int T1498700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2542500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1498700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2542500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1498700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2542500Column] = value; + this[this.tabletblGen2FatherFromGen1.T1498700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2542600 { + public int T1498800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2542600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1498800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2542600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1498800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2542600Column] = value; + this[this.tabletblGen2FatherFromGen1.T1498800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2542700 { + public int T1498900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2542700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1498900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2542700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1498900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2542700Column] = value; + this[this.tabletblGen2FatherFromGen1.T1498900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2542800 { + public int T1499000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2542800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1499000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2542800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1499000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2542800Column] = value; + this[this.tabletblGen2FatherFromGen1.T1499000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2542900 { + public int T1499100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2542900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1499100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2542900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1499100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2542900Column] = value; + this[this.tabletblGen2FatherFromGen1.T1499100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2543000 { + public int T1499200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2543000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1499200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2543000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1499200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2543000Column] = value; + this[this.tabletblGen2FatherFromGen1.T1499200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2543100 { + public int T1499300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2543100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1499300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2543100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1499300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2543100Column] = value; + this[this.tabletblGen2FatherFromGen1.T1499300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2543200 { + public int T1499400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2543200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1499400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2543200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1499400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2543200Column] = value; + this[this.tabletblGen2FatherFromGen1.T1499400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2543300 { + public int T1499500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2543300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1499500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2543300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1499500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2543300Column] = value; + this[this.tabletblGen2FatherFromGen1.T1499500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2543400 { + public int T1499501 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2543400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1499501Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2543400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1499501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2543400Column] = value; + this[this.tabletblGen2FatherFromGen1.T1499501Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2543500 { + public int T1499600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2543500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1499600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2543500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1499600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2543500Column] = value; + this[this.tabletblGen2FatherFromGen1.T1499600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2543600 { + public int T1499601 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2543600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1499601Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2543600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1499601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2543600Column] = value; + this[this.tabletblGen2FatherFromGen1.T1499601Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2543700 { + public int T1499700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2543700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1499700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2543700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1499700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2543700Column] = value; + this[this.tabletblGen2FatherFromGen1.T1499700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2543800 { + public int T1499701 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2543800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1499701Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2543800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1499701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2543800Column] = value; + this[this.tabletblGen2FatherFromGen1.T1499701Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2543900 { + public int T1499800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2543900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1499800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2543900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1499800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2543900Column] = value; + this[this.tabletblGen2FatherFromGen1.T1499800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2544000 { + public int T1499801 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2544000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1499801Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2544000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1499801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2544000Column] = value; + this[this.tabletblGen2FatherFromGen1.T1499801Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2544100 { + public int T1499900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2544100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1499900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2544100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1499900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2544100Column] = value; + this[this.tabletblGen2FatherFromGen1.T1499900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2544200 { + public int T1499901 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2544200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1499901Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2544200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1499901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2544200Column] = value; + this[this.tabletblGen2FatherFromGen1.T1499901Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2544300 { + public int T1500000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2544300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1500000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2544300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1500000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2544300Column] = value; + this[this.tabletblGen2FatherFromGen1.T1500000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2544400 { + public int T1500001 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2544400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1500001Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2544400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1500001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2544400Column] = value; + this[this.tabletblGen2FatherFromGen1.T1500001Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2544500 { + public int T1500100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2544500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1500100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2544500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1500100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2544500Column] = value; + this[this.tabletblGen2FatherFromGen1.T1500100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2544600 { + public int T1500101 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2544600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1500101Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2544600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1500101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2544600Column] = value; + this[this.tabletblGen2FatherFromGen1.T1500101Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2544700 { + public int T1500200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2544700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1500200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2544700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1500200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2544700Column] = value; + this[this.tabletblGen2FatherFromGen1.T1500200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2544800 { + public int T1500201 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2544800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1500201Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2544800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1500201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2544800Column] = value; + this[this.tabletblGen2FatherFromGen1.T1500201Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2544900 { + public int T1500300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2544900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1500300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2544900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1500300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2544900Column] = value; + this[this.tabletblGen2FatherFromGen1.T1500300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2545000 { + public int T1500301 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2545000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1500301Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2545000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1500301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2545000Column] = value; + this[this.tabletblGen2FatherFromGen1.T1500301Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2545100 { + public int T1500400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2545100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1500400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2545100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1500400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2545100Column] = value; + this[this.tabletblGen2FatherFromGen1.T1500400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2545200 { + public int T1500401 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2545200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1500401Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2545200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1500401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2545200Column] = value; + this[this.tabletblGen2FatherFromGen1.T1500401Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2545201 { + public int T1501100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2545201Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1501100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2545201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1501100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2545201Column] = value; + this[this.tabletblGen2FatherFromGen1.T1501100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2545300 { + public int T1501200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2545300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1501200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2545300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1501200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2545300Column] = value; + this[this.tabletblGen2FatherFromGen1.T1501200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2545301 { + public int T1501300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2545301Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1501300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2545301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1501300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2545301Column] = value; + this[this.tabletblGen2FatherFromGen1.T1501300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2545400 { + public int T1501400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2545400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1501400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2545400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1501400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2545400Column] = value; + this[this.tabletblGen2FatherFromGen1.T1501400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2545401 { + public int T1501500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2545401Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1501500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2545401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1501500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2545401Column] = value; + this[this.tabletblGen2FatherFromGen1.T1501500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2545500 { + public int T1501600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2545500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1501600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2545500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1501600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2545500Column] = value; + this[this.tabletblGen2FatherFromGen1.T1501600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2545501 { + public int T1501700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2545501Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1501700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2545501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1501700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2545501Column] = value; + this[this.tabletblGen2FatherFromGen1.T1501700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2545600 { + public int T1501800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2545600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1501800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2545600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1501800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2545600Column] = value; + this[this.tabletblGen2FatherFromGen1.T1501800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2545601 { + public int T1501900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2545601Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1501900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2545601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1501900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2545601Column] = value; + this[this.tabletblGen2FatherFromGen1.T1501900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2545700 { + public int T1502000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2545700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1502000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2545700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1502000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2545700Column] = value; + this[this.tabletblGen2FatherFromGen1.T1502000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2545701 { + public int T1502100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2545701Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1502100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2545701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1502100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2545701Column] = value; + this[this.tabletblGen2FatherFromGen1.T1502100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2545800 { + public int T1765100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2545800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1765100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2545800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1765100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2545800Column] = value; + this[this.tabletblGen2FatherFromGen1.T1765100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2545801 { + public int T1765200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2545801Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1765200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2545801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1765200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2545801Column] = value; + this[this.tabletblGen2FatherFromGen1.T1765200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2545900 { + public int T1765300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2545900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1765300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2545900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1765300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2545900Column] = value; + this[this.tabletblGen2FatherFromGen1.T1765300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2545901 { + public int T1765400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2545901Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1765400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2545901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1765400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2545901Column] = value; + this[this.tabletblGen2FatherFromGen1.T1765400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2546000 { + public int T1765500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2546000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1765500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2546000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1765500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2546000Column] = value; + this[this.tabletblGen2FatherFromGen1.T1765500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2546001 { + public int T1765600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2546001Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1765600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2546001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1765600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2546001Column] = value; + this[this.tabletblGen2FatherFromGen1.T1765600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2546100 { + public int T1765700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2546100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T1765700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2546100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T1765700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2546100Column] = value; + this[this.tabletblGen2FatherFromGen1.T1765700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2546101 { + public int T2541200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2546101Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2541200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2546101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2541200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2546101Column] = value; + this[this.tabletblGen2FatherFromGen1.T2541200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2546200 { + public int T2541300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2546200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2541300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2546200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2541300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2546200Column] = value; + this[this.tabletblGen2FatherFromGen1.T2541300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2546201 { + public int T2541400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2546201Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2541400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2546201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2541400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2546201Column] = value; + this[this.tabletblGen2FatherFromGen1.T2541400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2546300 { + public int T2541500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2546300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2541500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2546300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2541500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2546300Column] = value; + this[this.tabletblGen2FatherFromGen1.T2541500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2546301 { + public int T2541600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2546301Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2541600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2546301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2541600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2546301Column] = value; + this[this.tabletblGen2FatherFromGen1.T2541600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2546400 { + public int T2541700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2546400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2541700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2546400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2541700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2546400Column] = value; + this[this.tabletblGen2FatherFromGen1.T2541700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2546401 { + public int T2541800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2546401Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2541800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2546401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2541800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2546401Column] = value; + this[this.tabletblGen2FatherFromGen1.T2541800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2546500 { + public int T2541900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2546500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2541900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2546500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2541900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2546500Column] = value; + this[this.tabletblGen2FatherFromGen1.T2541900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2546501 { + public int T2542000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2546501Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2542000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2546501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2542000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2546501Column] = value; + this[this.tabletblGen2FatherFromGen1.T2542000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2546600 { + public int T2542100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2546600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2542100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2546600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2542100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2546600Column] = value; + this[this.tabletblGen2FatherFromGen1.T2542100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2546601 { + public int T2542200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2546601Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2542200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2546601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2542200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2546601Column] = value; + this[this.tabletblGen2FatherFromGen1.T2542200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2546700 { + public int T2542300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2546700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2542300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2546700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2542300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2546700Column] = value; + this[this.tabletblGen2FatherFromGen1.T2542300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2546701 { + public int T2542400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2546701Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2542400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2546701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2542400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2546701Column] = value; + this[this.tabletblGen2FatherFromGen1.T2542400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2546800 { + public int T2542500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2546800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2542500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2546800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2542500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2546800Column] = value; + this[this.tabletblGen2FatherFromGen1.T2542500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2546900 { + public int T2542600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2546900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2542600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2546900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2542600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2546900Column] = value; + this[this.tabletblGen2FatherFromGen1.T2542600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2547000 { + public int T2542700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2547000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2542700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2547000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2542700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2547000Column] = value; + this[this.tabletblGen2FatherFromGen1.T2542700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2547100 { + public int T2542800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2547100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2542800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2547100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2542800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2547100Column] = value; + this[this.tabletblGen2FatherFromGen1.T2542800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2547200 { + public int T2542900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2547200Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2542900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2547200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2542900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2547200Column] = value; + this[this.tabletblGen2FatherFromGen1.T2542900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2547300 { + public int T2543000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2547300Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2543000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2547300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2543000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2547300Column] = value; + this[this.tabletblGen2FatherFromGen1.T2543000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2547400 { + public int T2543100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2547400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2543100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2547400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2543100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2547400Column] = value; + this[this.tabletblGen2FatherFromGen1.T2543100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2547500 { + public int T2544200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2547500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2544200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2547500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2544200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2547500Column] = value; + this[this.tabletblGen2FatherFromGen1.T2544200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2547600 { + public int T2544300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2547600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2544300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2547600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2544300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2547600Column] = value; + this[this.tabletblGen2FatherFromGen1.T2544300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2547700 { + public int T2544400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2547700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2544400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2547700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2544400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2547700Column] = value; + this[this.tabletblGen2FatherFromGen1.T2544400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2763400 { + public int T2544500 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2763400Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2544500Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2763400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2544500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2763400Column] = value; + this[this.tabletblGen2FatherFromGen1.T2544500Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2763500 { + public int T2544600 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2763500Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2544600Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2763500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2544600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2763500Column] = value; + this[this.tabletblGen2FatherFromGen1.T2544600Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2763600 { + public int T2544700 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2763600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2544700Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2763600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2544700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2763600Column] = value; + this[this.tabletblGen2FatherFromGen1.T2544700Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2763700 { + public int T2544800 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2763700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2544800Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2763700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2544800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2763700Column] = value; + this[this.tabletblGen2FatherFromGen1.T2544800Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2763800 { + public int T2544900 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2763800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2544900Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2763800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2544900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2763800Column] = value; + this[this.tabletblGen2FatherFromGen1.T2544900Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2763900 { + public int T2545000 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2763900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2545000Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2763900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2545000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2763900Column] = value; + this[this.tabletblGen2FatherFromGen1.T2545000Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T2764000 { + public int T2545100 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T2764000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2545100Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T2764000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2545100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T2764000Column] = value; + this[this.tabletblGen2FatherFromGen1.T2545100Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T3729600 { + public int T2545200 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T3729600Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2545200Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T3729600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2545200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T3729600Column] = value; + this[this.tabletblGen2FatherFromGen1.T2545200Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T3729700 { + public int T2545201 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T3729700Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2545201Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T3729700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2545201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T3729700Column] = value; + this[this.tabletblGen2FatherFromGen1.T2545201Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T3729800 { + public int T2545300 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T3729800Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2545300Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T3729800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2545300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T3729800Column] = value; + this[this.tabletblGen2FatherFromGen1.T2545300Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T3729900 { + public int T2545301 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T3729900Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2545301Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T3729900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2545301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T3729900Column] = value; + this[this.tabletblGen2FatherFromGen1.T2545301Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T3730000 { + public int T2545400 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T3730000Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2545400Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T3730000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2545400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T3730000Column] = value; + this[this.tabletblGen2FatherFromGen1.T2545400Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public int T3730100 { + public int T2545401 { get { try { - return ((int)(this[this.tabletblGen2FatherFromGen1.T3730100Column])); + return ((int)(this[this.tabletblGen2FatherFromGen1.T2545401Column])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'T3730100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("The value for column \'T2545401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); } } set { - this[this.tabletblGen2FatherFromGen1.T3730100Column] = value; + this[this.tabletblGen2FatherFromGen1.T2545401Column] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR0214800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R0214800Column); + public int T2545500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2545500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2545500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2545500Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR0214800Null() { - this[this.tabletblGen2FatherFromGen1.R0214800Column] = global::System.Convert.DBNull; + public int T2545501 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2545501Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2545501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2545501Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1373300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1373300Column); + public int T2545600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2545600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2545600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2545600Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1373300Null() { - this[this.tabletblGen2FatherFromGen1.R1373300Column] = global::System.Convert.DBNull; + public int T2545601 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2545601Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2545601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2545601Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1373400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1373400Column); + public int T2545700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2545700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2545700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2545700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1373400Null() { - this[this.tabletblGen2FatherFromGen1.R1373400Column] = global::System.Convert.DBNull; + public int T2545701 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2545701Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2545701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2545701Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1373500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1373500Column); + public int T2545800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2545800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2545800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2545800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1373500Null() { - this[this.tabletblGen2FatherFromGen1.R1373500Column] = global::System.Convert.DBNull; + public int T2545801 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2545801Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2545801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2545801Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1374000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1374000Column); + public int T2545900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2545900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2545900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2545900Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1374000Null() { - this[this.tabletblGen2FatherFromGen1.R1374000Column] = global::System.Convert.DBNull; + public int T2545901 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2545901Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2545901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2545901Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1374100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1374100Column); + public int T2546000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2546000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2546000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2546000Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1374100Null() { - this[this.tabletblGen2FatherFromGen1.R1374100Column] = global::System.Convert.DBNull; + public int T2546001 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2546001Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2546001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2546001Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1374200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1374200Column); + public int T2546800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2546800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2546800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2546800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1374200Null() { - this[this.tabletblGen2FatherFromGen1.R1374200Column] = global::System.Convert.DBNull; + public int T2546900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2546900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2546900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2546900Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1374700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1374700Column); + public int T2547000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2547000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2547000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2547000Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1374700Null() { - this[this.tabletblGen2FatherFromGen1.R1374700Column] = global::System.Convert.DBNull; + public int T2547100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2547100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2547100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2547100Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1374800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1374800Column); + public int T2547200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2547200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2547200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2547200Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1374800Null() { - this[this.tabletblGen2FatherFromGen1.R1374800Column] = global::System.Convert.DBNull; + public int T2547300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2547300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2547300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2547300Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1374900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1374900Column); + public int T2547400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2547400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2547400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2547400Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1374900Null() { - this[this.tabletblGen2FatherFromGen1.R1374900Column] = global::System.Convert.DBNull; + public int T2547500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2547500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2547500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2547500Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1375400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1375400Column); + public int T2547600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2547600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2547600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2547600Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1375400Null() { - this[this.tabletblGen2FatherFromGen1.R1375400Column] = global::System.Convert.DBNull; + public int T2547700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2547700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2547700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2547700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1375500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1375500Column); + public int T2763400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2763400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2763400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2763400Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1375500Null() { - this[this.tabletblGen2FatherFromGen1.R1375500Column] = global::System.Convert.DBNull; + public int T2763500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2763500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2763500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2763500Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1375600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1375600Column); + public int T2763600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2763600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2763600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2763600Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1375600Null() { - this[this.tabletblGen2FatherFromGen1.R1375600Column] = global::System.Convert.DBNull; + public int T2763700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2763700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2763700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2763700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1376100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1376100Column); + public int T2763800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2763800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2763800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2763800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1376100Null() { - this[this.tabletblGen2FatherFromGen1.R1376100Column] = global::System.Convert.DBNull; + public int T2763900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2763900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2763900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2763900Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1376200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1376200Column); + public int T2764000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T2764000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2764000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T2764000Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1376200Null() { - this[this.tabletblGen2FatherFromGen1.R1376200Column] = global::System.Convert.DBNull; + public int T3527500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3527500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3527500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3527500Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1376300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1376300Column); + public int T3527600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3527600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3527600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3527600Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1376300Null() { - this[this.tabletblGen2FatherFromGen1.R1376300Column] = global::System.Convert.DBNull; + public int T3527700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3527700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3527700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3527700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1376800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1376800Column); + public int T3527800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3527800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3527800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3527800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1376800Null() { - this[this.tabletblGen2FatherFromGen1.R1376800Column] = global::System.Convert.DBNull; + public int T3527900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3527900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3527900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3527900Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1376900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1376900Column); + public int T3528000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3528000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3528000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3528000Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1376900Null() { - this[this.tabletblGen2FatherFromGen1.R1376900Column] = global::System.Convert.DBNull; + public int T3528100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3528100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3528100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3528100Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1377000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1377000Column); + public int T3528200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3528200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3528200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3528200Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1377000Null() { - this[this.tabletblGen2FatherFromGen1.R1377000Column] = global::System.Convert.DBNull; + public int T3528300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3528300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3528300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3528300Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1377500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1377500Column); + public int T3528400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3528400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3528400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3528400Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1377500Null() { - this[this.tabletblGen2FatherFromGen1.R1377500Column] = global::System.Convert.DBNull; + public int T3530500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3530500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3530500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3530500Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1377600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1377600Column); + public int T3530600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3530600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3530600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3530600Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1377600Null() { - this[this.tabletblGen2FatherFromGen1.R1377600Column] = global::System.Convert.DBNull; + public int T3530700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3530700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3530700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3530700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1377700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1377700Column); + public int T3530800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3530800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3530800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3530800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1377700Null() { - this[this.tabletblGen2FatherFromGen1.R1377700Column] = global::System.Convert.DBNull; + public int T3530900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3530900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3530900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3530900Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1753700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1753700Column); + public int T3531000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3531000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3531000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3531000Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1753700Null() { - this[this.tabletblGen2FatherFromGen1.R1753700Column] = global::System.Convert.DBNull; + public int T3531100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3531100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3531100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3531100Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1753800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1753800Column); + public int T3531200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3531200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3531200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3531200Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1753800Null() { - this[this.tabletblGen2FatherFromGen1.R1753800Column] = global::System.Convert.DBNull; + public int T3531300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3531300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3531300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3531300Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1753900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1753900Column); + public int T3531400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3531400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3531400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3531400Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1753900Null() { - this[this.tabletblGen2FatherFromGen1.R1753900Column] = global::System.Convert.DBNull; + public int T3531500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3531500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3531500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3531500Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1754400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1754400Column); + public int T3531501 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3531501Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3531501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3531501Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1754400Null() { - this[this.tabletblGen2FatherFromGen1.R1754400Column] = global::System.Convert.DBNull; + public int T3531600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3531600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3531600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3531600Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1754500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1754500Column); + public int T3531601 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3531601Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3531601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3531601Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1754500Null() { - this[this.tabletblGen2FatherFromGen1.R1754500Column] = global::System.Convert.DBNull; + public int T3531700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3531700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3531700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3531700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1754600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1754600Column); + public int T3531701 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3531701Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3531701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3531701Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1754600Null() { - this[this.tabletblGen2FatherFromGen1.R1754600Column] = global::System.Convert.DBNull; + public int T3531800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3531800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3531800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3531800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1755100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1755100Column); + public int T3531801 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3531801Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3531801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3531801Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1755100Null() { - this[this.tabletblGen2FatherFromGen1.R1755100Column] = global::System.Convert.DBNull; + public int T3531900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3531900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3531900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3531900Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1755200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1755200Column); + public int T3531901 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3531901Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3531901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3531901Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1755200Null() { - this[this.tabletblGen2FatherFromGen1.R1755200Column] = global::System.Convert.DBNull; + public int T3532000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3532000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3532000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3532000Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1755300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1755300Column); + public int T3532001 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3532001Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3532001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3532001Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1755300Null() { - this[this.tabletblGen2FatherFromGen1.R1755300Column] = global::System.Convert.DBNull; + public int T3532100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3532100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3532100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3532100Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1755800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1755800Column); + public int T3532101 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3532101Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3532101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3532101Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1755800Null() { - this[this.tabletblGen2FatherFromGen1.R1755800Column] = global::System.Convert.DBNull; + public int T3532200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3532200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3532200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3532200Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1755900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1755900Column); + public int T3532201 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3532201Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3532201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3532201Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1755900Null() { - this[this.tabletblGen2FatherFromGen1.R1755900Column] = global::System.Convert.DBNull; + public int T3532300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3532300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3532300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3532300Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1756000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1756000Column); + public int T3532301 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3532301Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3532301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3532301Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1756000Null() { - this[this.tabletblGen2FatherFromGen1.R1756000Column] = global::System.Convert.DBNull; + public int T3532400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3532400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3532400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3532400Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1756500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1756500Column); + public int T3532401 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3532401Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3532401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3532401Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1756500Null() { - this[this.tabletblGen2FatherFromGen1.R1756500Column] = global::System.Convert.DBNull; + public int T3533200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3533200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3533200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3533200Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1756600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1756600Column); + public int T3533300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3533300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3533300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3533300Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1756600Null() { - this[this.tabletblGen2FatherFromGen1.R1756600Column] = global::System.Convert.DBNull; + public int T3533400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3533400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3533400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3533400Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1756700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1756700Column); + public int T3533500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3533500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3533500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3533500Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1756700Null() { - this[this.tabletblGen2FatherFromGen1.R1756700Column] = global::System.Convert.DBNull; + public int T3533600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3533600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3533600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3533600Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1757200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1757200Column); + public int T3533700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3533700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3533700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3533700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1757200Null() { - this[this.tabletblGen2FatherFromGen1.R1757200Column] = global::System.Convert.DBNull; + public int T3533800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3533800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3533800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3533800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1757300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1757300Column); + public int T3533900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3533900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3533900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3533900Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1757300Null() { - this[this.tabletblGen2FatherFromGen1.R1757300Column] = global::System.Convert.DBNull; + public int T3534000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3534000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3534000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3534000Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1757400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1757400Column); + public int T3534100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3534100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3534100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3534100Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1757400Null() { - this[this.tabletblGen2FatherFromGen1.R1757400Column] = global::System.Convert.DBNull; + public int T3729600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3729600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3729600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3729600Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1757900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1757900Column); + public int T3729700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3729700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3729700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3729700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1757900Null() { - this[this.tabletblGen2FatherFromGen1.R1757900Column] = global::System.Convert.DBNull; + public int T3729800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3729800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3729800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3729800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1758000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1758000Column); + public int T3729900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3729900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3729900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3729900Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1758000Null() { - this[this.tabletblGen2FatherFromGen1.R1758000Column] = global::System.Convert.DBNull; + public int T3730000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3730000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3730000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3730000Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR1758100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R1758100Column); + public int T3730100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T3730100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3730100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T3730100Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR1758100Null() { - this[this.tabletblGen2FatherFromGen1.R1758100Column] = global::System.Convert.DBNull; + public int T4496200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4496200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4496200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4496200Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2095700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2095700Column); + public int T4496300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4496300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4496300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4496300Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2095700Null() { - this[this.tabletblGen2FatherFromGen1.R2095700Column] = global::System.Convert.DBNull; + public int T4496400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4496400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4496400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4496400Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2095800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2095800Column); + public int T4496500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4496500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4496500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4496500Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2095800Null() { - this[this.tabletblGen2FatherFromGen1.R2095800Column] = global::System.Convert.DBNull; + public int T4496600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4496600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4496600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4496600Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2095900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2095900Column); + public int T4496700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4496700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4496700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4496700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2095900Null() { - this[this.tabletblGen2FatherFromGen1.R2095900Column] = global::System.Convert.DBNull; + public int T4496800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4496800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4496800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4496800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2096400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2096400Column); + public int T4496900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4496900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4496900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4496900Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2096400Null() { - this[this.tabletblGen2FatherFromGen1.R2096400Column] = global::System.Convert.DBNull; + public int T4497000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4497000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4497000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4497000Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2096500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2096500Column); + public int T4497100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4497100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4497100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4497100Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2096500Null() { - this[this.tabletblGen2FatherFromGen1.R2096500Column] = global::System.Convert.DBNull; + public int T4500700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4500700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4500700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4500700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2096600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2096600Column); + public int T4500800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4500800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4500800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4500800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2096600Null() { - this[this.tabletblGen2FatherFromGen1.R2096600Column] = global::System.Convert.DBNull; + public int T4500900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4500900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4500900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4500900Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2097100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2097100Column); + public int T4501000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4501000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4501000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4501000Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2097100Null() { - this[this.tabletblGen2FatherFromGen1.R2097100Column] = global::System.Convert.DBNull; + public int T4501100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4501100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4501100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4501100Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2097200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2097200Column); + public int T4501200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4501200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4501200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4501200Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2097200Null() { - this[this.tabletblGen2FatherFromGen1.R2097200Column] = global::System.Convert.DBNull; + public int T4501300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4501300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4501300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4501300Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2097300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2097300Column); + public int T4501400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4501400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4501400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4501400Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2097300Null() { - this[this.tabletblGen2FatherFromGen1.R2097300Column] = global::System.Convert.DBNull; + public int T4501500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4501500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4501500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4501500Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2097800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2097800Column); + public int T4501600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4501600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4501600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4501600Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2097800Null() { - this[this.tabletblGen2FatherFromGen1.R2097800Column] = global::System.Convert.DBNull; + public int T4501700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4501700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4501700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4501700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2097900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2097900Column); + public int T4501701 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4501701Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4501701\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4501701Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2097900Null() { - this[this.tabletblGen2FatherFromGen1.R2097900Column] = global::System.Convert.DBNull; + public int T4501800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4501800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4501800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4501800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2098000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2098000Column); + public int T4501801 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4501801Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4501801\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4501801Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2098000Null() { - this[this.tabletblGen2FatherFromGen1.R2098000Column] = global::System.Convert.DBNull; + public int T4501900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4501900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4501900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4501900Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2098500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2098500Column); + public int T4501901 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4501901Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4501901\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4501901Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2098500Null() { - this[this.tabletblGen2FatherFromGen1.R2098500Column] = global::System.Convert.DBNull; + public int T4502000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4502000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4502000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4502000Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2098600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2098600Column); + public int T4502001 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4502001Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4502001\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4502001Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2098600Null() { - this[this.tabletblGen2FatherFromGen1.R2098600Column] = global::System.Convert.DBNull; + public int T4502100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4502100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4502100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4502100Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2098700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2098700Column); + public int T4502101 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4502101Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4502101\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4502101Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2098700Null() { - this[this.tabletblGen2FatherFromGen1.R2098700Column] = global::System.Convert.DBNull; + public int T4502200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4502200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4502200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4502200Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2099200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2099200Column); + public int T4502201 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4502201Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4502201\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4502201Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2099200Null() { - this[this.tabletblGen2FatherFromGen1.R2099200Column] = global::System.Convert.DBNull; + public int T4502300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4502300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4502300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4502300Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2099300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2099300Column); + public int T4502301 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4502301Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4502301\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4502301Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2099300Null() { - this[this.tabletblGen2FatherFromGen1.R2099300Column] = global::System.Convert.DBNull; + public int T4502400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4502400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4502400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4502400Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2099400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2099400Column); + public int T4502401 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4502401Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4502401\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4502401Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2099400Null() { - this[this.tabletblGen2FatherFromGen1.R2099400Column] = global::System.Convert.DBNull; + public int T4502500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4502500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4502500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4502500Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2099900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2099900Column); + public int T4502501 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4502501Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4502501\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4502501Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2099900Null() { - this[this.tabletblGen2FatherFromGen1.R2099900Column] = global::System.Convert.DBNull; + public int T4502600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4502600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4502600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4502600Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2100000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2100000Column); + public int T4502601 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4502601Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4502601\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4502601Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2100000Null() { - this[this.tabletblGen2FatherFromGen1.R2100000Column] = global::System.Convert.DBNull; + public int T4504900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4504900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4504900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4504900Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2100100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2100100Column); + public int T4505000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4505000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4505000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4505000Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2100100Null() { - this[this.tabletblGen2FatherFromGen1.R2100100Column] = global::System.Convert.DBNull; + public int T4505100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4505100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4505100\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4505100Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2345900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2345900Column); + public int T4505200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4505200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4505200\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4505200Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2345900Null() { - this[this.tabletblGen2FatherFromGen1.R2345900Column] = global::System.Convert.DBNull; + public int T4505300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4505300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4505300\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4505300Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2346200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2346200Column); + public int T4505400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4505400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4505400\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4505400Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2346200Null() { - this[this.tabletblGen2FatherFromGen1.R2346200Column] = global::System.Convert.DBNull; + public int T4505500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4505500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4505500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4505500Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2346500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2346500Column); + public int T4505600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4505600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4505600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4505600Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2346500Null() { - this[this.tabletblGen2FatherFromGen1.R2346500Column] = global::System.Convert.DBNull; + public int T4505700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4505700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4505700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4505700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2346800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2346800Column); + public int T4505800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4505800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4505800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4505800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2346800Null() { - this[this.tabletblGen2FatherFromGen1.R2346800Column] = global::System.Convert.DBNull; + public int T4703500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4703500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4703500\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4703500Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2347100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2347100Column); + public int T4703600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4703600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4703600\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4703600Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2347100Null() { - this[this.tabletblGen2FatherFromGen1.R2347100Column] = global::System.Convert.DBNull; + public int T4703700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4703700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4703700\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4703700Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2347400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2347400Column); + public int T4703800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4703800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4703800\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4703800Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2347400Null() { - this[this.tabletblGen2FatherFromGen1.R2347400Column] = global::System.Convert.DBNull; + public int T4703900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4703900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4703900\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4703900Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2347700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2347700Column); + public int T4704000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1.T4704000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4704000\' in table \'tblGen2FatherFromGen1\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1.T4704000Column] = value; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2347700Null() { - this[this.tabletblGen2FatherFromGen1.R2347700Column] = global::System.Convert.DBNull; + public bool IsR0173600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R0173600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2648000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2648000Column); + public void SetR0173600Null() { + this[this.tabletblGen2FatherFromGen1.R0173600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2648000Null() { - this[this.tabletblGen2FatherFromGen1.R2648000Column] = global::System.Convert.DBNull; + public bool IsR0214700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R0214700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2648100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2648100Column); + public void SetR0214700Null() { + this[this.tabletblGen2FatherFromGen1.R0214700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2648100Null() { - this[this.tabletblGen2FatherFromGen1.R2648100Column] = global::System.Convert.DBNull; + public bool IsR0214800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R0214800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2648200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2648200Column); + public void SetR0214800Null() { + this[this.tabletblGen2FatherFromGen1.R0214800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2648200Null() { - this[this.tabletblGen2FatherFromGen1.R2648200Column] = global::System.Convert.DBNull; + public bool IsR1373300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1373300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2648700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2648700Column); + public void SetR1373300Null() { + this[this.tabletblGen2FatherFromGen1.R1373300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2648700Null() { - this[this.tabletblGen2FatherFromGen1.R2648700Column] = global::System.Convert.DBNull; + public bool IsR1373500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1373500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2648800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2648800Column); + public void SetR1373500Null() { + this[this.tabletblGen2FatherFromGen1.R1373500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2648800Null() { - this[this.tabletblGen2FatherFromGen1.R2648800Column] = global::System.Convert.DBNull; + public bool IsR1374000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1374000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2648900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2648900Column); + public void SetR1374000Null() { + this[this.tabletblGen2FatherFromGen1.R1374000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2648900Null() { - this[this.tabletblGen2FatherFromGen1.R2648900Column] = global::System.Convert.DBNull; + public bool IsR1374200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1374200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2649400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2649400Column); + public void SetR1374200Null() { + this[this.tabletblGen2FatherFromGen1.R1374200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2649400Null() { - this[this.tabletblGen2FatherFromGen1.R2649400Column] = global::System.Convert.DBNull; + public bool IsR1374700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1374700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2649500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2649500Column); + public void SetR1374700Null() { + this[this.tabletblGen2FatherFromGen1.R1374700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2649500Null() { - this[this.tabletblGen2FatherFromGen1.R2649500Column] = global::System.Convert.DBNull; + public bool IsR1374900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1374900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2649600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2649600Column); + public void SetR1374900Null() { + this[this.tabletblGen2FatherFromGen1.R1374900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2649600Null() { - this[this.tabletblGen2FatherFromGen1.R2649600Column] = global::System.Convert.DBNull; + public bool IsR1375400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1375400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2650100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2650100Column); + public void SetR1375400Null() { + this[this.tabletblGen2FatherFromGen1.R1375400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2650100Null() { - this[this.tabletblGen2FatherFromGen1.R2650100Column] = global::System.Convert.DBNull; + public bool IsR1375600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1375600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2650200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2650200Column); + public void SetR1375600Null() { + this[this.tabletblGen2FatherFromGen1.R1375600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2650200Null() { - this[this.tabletblGen2FatherFromGen1.R2650200Column] = global::System.Convert.DBNull; + public bool IsR1376100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1376100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2650300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2650300Column); + public void SetR1376100Null() { + this[this.tabletblGen2FatherFromGen1.R1376100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2650300Null() { - this[this.tabletblGen2FatherFromGen1.R2650300Column] = global::System.Convert.DBNull; + public bool IsR1376300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1376300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2650800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2650800Column); + public void SetR1376300Null() { + this[this.tabletblGen2FatherFromGen1.R1376300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2650800Null() { - this[this.tabletblGen2FatherFromGen1.R2650800Column] = global::System.Convert.DBNull; + public bool IsR1376800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1376800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2650900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2650900Column); + public void SetR1376800Null() { + this[this.tabletblGen2FatherFromGen1.R1376800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2650900Null() { - this[this.tabletblGen2FatherFromGen1.R2650900Column] = global::System.Convert.DBNull; + public bool IsR1377000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1377000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2651000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2651000Column); + public void SetR1377000Null() { + this[this.tabletblGen2FatherFromGen1.R1377000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2651000Null() { - this[this.tabletblGen2FatherFromGen1.R2651000Column] = global::System.Convert.DBNull; + public bool IsR1377500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1377500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2651500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2651500Column); + public void SetR1377500Null() { + this[this.tabletblGen2FatherFromGen1.R1377500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2651500Null() { - this[this.tabletblGen2FatherFromGen1.R2651500Column] = global::System.Convert.DBNull; + public bool IsR1377700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1377700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2651600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2651600Column); + public void SetR1377700Null() { + this[this.tabletblGen2FatherFromGen1.R1377700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2651600Null() { - this[this.tabletblGen2FatherFromGen1.R2651600Column] = global::System.Convert.DBNull; + public bool IsR1753700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1753700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2651700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2651700Column); + public void SetR1753700Null() { + this[this.tabletblGen2FatherFromGen1.R1753700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2651700Null() { - this[this.tabletblGen2FatherFromGen1.R2651700Column] = global::System.Convert.DBNull; + public bool IsR1753900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1753900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2652200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2652200Column); + public void SetR1753900Null() { + this[this.tabletblGen2FatherFromGen1.R1753900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2652200Null() { - this[this.tabletblGen2FatherFromGen1.R2652200Column] = global::System.Convert.DBNull; + public bool IsR1754400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1754400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2652300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2652300Column); + public void SetR1754400Null() { + this[this.tabletblGen2FatherFromGen1.R1754400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2652300Null() { - this[this.tabletblGen2FatherFromGen1.R2652300Column] = global::System.Convert.DBNull; + public bool IsR1754600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1754600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2652400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2652400Column); + public void SetR1754600Null() { + this[this.tabletblGen2FatherFromGen1.R1754600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2652400Null() { - this[this.tabletblGen2FatherFromGen1.R2652400Column] = global::System.Convert.DBNull; + public bool IsR1755100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1755100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2955900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2955900Column); + public void SetR1755100Null() { + this[this.tabletblGen2FatherFromGen1.R1755100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2955900Null() { - this[this.tabletblGen2FatherFromGen1.R2955900Column] = global::System.Convert.DBNull; + public bool IsR1755300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1755300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2956200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2956200Column); + public void SetR1755300Null() { + this[this.tabletblGen2FatherFromGen1.R1755300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2956200Null() { - this[this.tabletblGen2FatherFromGen1.R2956200Column] = global::System.Convert.DBNull; + public bool IsR1755800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1755800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2956500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2956500Column); + public void SetR1755800Null() { + this[this.tabletblGen2FatherFromGen1.R1755800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2956500Null() { - this[this.tabletblGen2FatherFromGen1.R2956500Column] = global::System.Convert.DBNull; + public bool IsR1756000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1756000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2956800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2956800Column); + public void SetR1756000Null() { + this[this.tabletblGen2FatherFromGen1.R1756000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2956800Null() { - this[this.tabletblGen2FatherFromGen1.R2956800Column] = global::System.Convert.DBNull; + public bool IsR1756500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1756500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2957100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2957100Column); + public void SetR1756500Null() { + this[this.tabletblGen2FatherFromGen1.R1756500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2957100Null() { - this[this.tabletblGen2FatherFromGen1.R2957100Column] = global::System.Convert.DBNull; + public bool IsR1756700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1756700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2957400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2957400Column); + public void SetR1756700Null() { + this[this.tabletblGen2FatherFromGen1.R1756700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2957400Null() { - this[this.tabletblGen2FatherFromGen1.R2957400Column] = global::System.Convert.DBNull; + public bool IsR1757200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1757200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR2957700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R2957700Column); + public void SetR1757200Null() { + this[this.tabletblGen2FatherFromGen1.R1757200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR2957700Null() { - this[this.tabletblGen2FatherFromGen1.R2957700Column] = global::System.Convert.DBNull; + public bool IsR1757400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1757400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3255900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3255900Column); + public void SetR1757400Null() { + this[this.tabletblGen2FatherFromGen1.R1757400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3255900Null() { - this[this.tabletblGen2FatherFromGen1.R3255900Column] = global::System.Convert.DBNull; + public bool IsR1757900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1757900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3256000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3256000Column); + public void SetR1757900Null() { + this[this.tabletblGen2FatherFromGen1.R1757900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3256000Null() { - this[this.tabletblGen2FatherFromGen1.R3256000Column] = global::System.Convert.DBNull; + public bool IsR1758100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R1758100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3256100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3256100Column); + public void SetR1758100Null() { + this[this.tabletblGen2FatherFromGen1.R1758100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3256100Null() { - this[this.tabletblGen2FatherFromGen1.R3256100Column] = global::System.Convert.DBNull; + public bool IsR2095700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2095700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3257700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3257700Column); + public void SetR2095700Null() { + this[this.tabletblGen2FatherFromGen1.R2095700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3257700Null() { - this[this.tabletblGen2FatherFromGen1.R3257700Column] = global::System.Convert.DBNull; + public bool IsR2095900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2095900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3257800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3257800Column); + public void SetR2095900Null() { + this[this.tabletblGen2FatherFromGen1.R2095900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3257800Null() { - this[this.tabletblGen2FatherFromGen1.R3257800Column] = global::System.Convert.DBNull; + public bool IsR2096400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2096400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3257900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3257900Column); + public void SetR2096400Null() { + this[this.tabletblGen2FatherFromGen1.R2096400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3257900Null() { - this[this.tabletblGen2FatherFromGen1.R3257900Column] = global::System.Convert.DBNull; + public bool IsR2096600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2096600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3259500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3259500Column); + public void SetR2096600Null() { + this[this.tabletblGen2FatherFromGen1.R2096600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3259500Null() { - this[this.tabletblGen2FatherFromGen1.R3259500Column] = global::System.Convert.DBNull; + public bool IsR2097100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2097100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3259600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3259600Column); + public void SetR2097100Null() { + this[this.tabletblGen2FatherFromGen1.R2097100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3259600Null() { - this[this.tabletblGen2FatherFromGen1.R3259600Column] = global::System.Convert.DBNull; + public bool IsR2097300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2097300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3259700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3259700Column); + public void SetR2097300Null() { + this[this.tabletblGen2FatherFromGen1.R2097300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3259700Null() { - this[this.tabletblGen2FatherFromGen1.R3259700Column] = global::System.Convert.DBNull; + public bool IsR2097800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2097800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3261300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3261300Column); + public void SetR2097800Null() { + this[this.tabletblGen2FatherFromGen1.R2097800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3261300Null() { - this[this.tabletblGen2FatherFromGen1.R3261300Column] = global::System.Convert.DBNull; + public bool IsR2098000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2098000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3261400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3261400Column); + public void SetR2098000Null() { + this[this.tabletblGen2FatherFromGen1.R2098000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3261400Null() { - this[this.tabletblGen2FatherFromGen1.R3261400Column] = global::System.Convert.DBNull; + public bool IsR2098500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2098500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3261500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3261500Column); + public void SetR2098500Null() { + this[this.tabletblGen2FatherFromGen1.R2098500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3261500Null() { - this[this.tabletblGen2FatherFromGen1.R3261500Column] = global::System.Convert.DBNull; + public bool IsR2098700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2098700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3263100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3263100Column); + public void SetR2098700Null() { + this[this.tabletblGen2FatherFromGen1.R2098700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3263100Null() { - this[this.tabletblGen2FatherFromGen1.R3263100Column] = global::System.Convert.DBNull; + public bool IsR2099200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2099200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3263200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3263200Column); + public void SetR2099200Null() { + this[this.tabletblGen2FatherFromGen1.R2099200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3263200Null() { - this[this.tabletblGen2FatherFromGen1.R3263200Column] = global::System.Convert.DBNull; + public bool IsR2099400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2099400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3263300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3263300Column); + public void SetR2099400Null() { + this[this.tabletblGen2FatherFromGen1.R2099400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3263300Null() { - this[this.tabletblGen2FatherFromGen1.R3263300Column] = global::System.Convert.DBNull; + public bool IsR2099900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2099900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3264900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3264900Column); + public void SetR2099900Null() { + this[this.tabletblGen2FatherFromGen1.R2099900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3264900Null() { - this[this.tabletblGen2FatherFromGen1.R3264900Column] = global::System.Convert.DBNull; + public bool IsR2100100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2100100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3265000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3265000Column); + public void SetR2100100Null() { + this[this.tabletblGen2FatherFromGen1.R2100100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3265000Null() { - this[this.tabletblGen2FatherFromGen1.R3265000Column] = global::System.Convert.DBNull; + public bool IsR2345900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2345900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3265100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3265100Column); + public void SetR2345900Null() { + this[this.tabletblGen2FatherFromGen1.R2345900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3265100Null() { - this[this.tabletblGen2FatherFromGen1.R3265100Column] = global::System.Convert.DBNull; + public bool IsR2346200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2346200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3266700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3266700Column); + public void SetR2346200Null() { + this[this.tabletblGen2FatherFromGen1.R2346200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3266700Null() { - this[this.tabletblGen2FatherFromGen1.R3266700Column] = global::System.Convert.DBNull; + public bool IsR2346500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2346500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3266800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3266800Column); + public void SetR2346500Null() { + this[this.tabletblGen2FatherFromGen1.R2346500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3266800Null() { - this[this.tabletblGen2FatherFromGen1.R3266800Column] = global::System.Convert.DBNull; + public bool IsR2346800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2346800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3266900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3266900Column); + public void SetR2346800Null() { + this[this.tabletblGen2FatherFromGen1.R2346800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3266900Null() { - this[this.tabletblGen2FatherFromGen1.R3266900Column] = global::System.Convert.DBNull; + public bool IsR2347100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2347100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3268500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3268500Column); + public void SetR2347100Null() { + this[this.tabletblGen2FatherFromGen1.R2347100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3268500Null() { - this[this.tabletblGen2FatherFromGen1.R3268500Column] = global::System.Convert.DBNull; + public bool IsR2347400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2347400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3556400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3556400Column); + public void SetR2347400Null() { + this[this.tabletblGen2FatherFromGen1.R2347400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3556400Null() { - this[this.tabletblGen2FatherFromGen1.R3556400Column] = global::System.Convert.DBNull; + public bool IsR2347700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2347700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3557000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3557000Column); + public void SetR2347700Null() { + this[this.tabletblGen2FatherFromGen1.R2347700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3557000Null() { - this[this.tabletblGen2FatherFromGen1.R3557000Column] = global::System.Convert.DBNull; + public bool IsR2648000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2648000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3557600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3557600Column); + public void SetR2648000Null() { + this[this.tabletblGen2FatherFromGen1.R2648000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3557600Null() { - this[this.tabletblGen2FatherFromGen1.R3557600Column] = global::System.Convert.DBNull; + public bool IsR2648200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2648200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3771800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3771800Column); + public void SetR2648200Null() { + this[this.tabletblGen2FatherFromGen1.R2648200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3771800Null() { - this[this.tabletblGen2FatherFromGen1.R3771800Column] = global::System.Convert.DBNull; + public bool IsR2648700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2648700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3771900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3771900Column); + public void SetR2648700Null() { + this[this.tabletblGen2FatherFromGen1.R2648700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3771900Null() { - this[this.tabletblGen2FatherFromGen1.R3771900Column] = global::System.Convert.DBNull; + public bool IsR2648900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2648900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3772000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3772000Column); + public void SetR2648900Null() { + this[this.tabletblGen2FatherFromGen1.R2648900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3772000Null() { - this[this.tabletblGen2FatherFromGen1.R3772000Column] = global::System.Convert.DBNull; + public bool IsR2649400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2649400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3772100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3772100Column); + public void SetR2649400Null() { + this[this.tabletblGen2FatherFromGen1.R2649400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3772100Null() { - this[this.tabletblGen2FatherFromGen1.R3772100Column] = global::System.Convert.DBNull; + public bool IsR2649600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2649600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3772200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3772200Column); + public void SetR2649600Null() { + this[this.tabletblGen2FatherFromGen1.R2649600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3772200Null() { - this[this.tabletblGen2FatherFromGen1.R3772200Column] = global::System.Convert.DBNull; + public bool IsR2650100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2650100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3772300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3772300Column); + public void SetR2650100Null() { + this[this.tabletblGen2FatherFromGen1.R2650100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3772300Null() { - this[this.tabletblGen2FatherFromGen1.R3772300Column] = global::System.Convert.DBNull; + public bool IsR2650300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2650300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3772400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3772400Column); + public void SetR2650300Null() { + this[this.tabletblGen2FatherFromGen1.R2650300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3772400Null() { - this[this.tabletblGen2FatherFromGen1.R3772400Column] = global::System.Convert.DBNull; + public bool IsR2650800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2650800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3773900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3773900Column); + public void SetR2650800Null() { + this[this.tabletblGen2FatherFromGen1.R2650800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3773900Null() { - this[this.tabletblGen2FatherFromGen1.R3773900Column] = global::System.Convert.DBNull; + public bool IsR2651000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2651000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3774000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3774000Column); + public void SetR2651000Null() { + this[this.tabletblGen2FatherFromGen1.R2651000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3774000Null() { - this[this.tabletblGen2FatherFromGen1.R3774000Column] = global::System.Convert.DBNull; + public bool IsR2651500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2651500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3774100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3774100Column); + public void SetR2651500Null() { + this[this.tabletblGen2FatherFromGen1.R2651500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3774100Null() { - this[this.tabletblGen2FatherFromGen1.R3774100Column] = global::System.Convert.DBNull; + public bool IsR2651700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2651700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3774200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3774200Column); + public void SetR2651700Null() { + this[this.tabletblGen2FatherFromGen1.R2651700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3774200Null() { - this[this.tabletblGen2FatherFromGen1.R3774200Column] = global::System.Convert.DBNull; + public bool IsR2652200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2652200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3774300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3774300Column); + public void SetR2652200Null() { + this[this.tabletblGen2FatherFromGen1.R2652200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3774300Null() { - this[this.tabletblGen2FatherFromGen1.R3774300Column] = global::System.Convert.DBNull; + public bool IsR2652400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2652400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3774400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3774400Column); + public void SetR2652400Null() { + this[this.tabletblGen2FatherFromGen1.R2652400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3774400Null() { - this[this.tabletblGen2FatherFromGen1.R3774400Column] = global::System.Convert.DBNull; + public bool IsR2955900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2955900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3774500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3774500Column); + public void SetR2955900Null() { + this[this.tabletblGen2FatherFromGen1.R2955900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3774500Null() { - this[this.tabletblGen2FatherFromGen1.R3774500Column] = global::System.Convert.DBNull; + public bool IsR2956200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2956200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3776000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3776000Column); + public void SetR2956200Null() { + this[this.tabletblGen2FatherFromGen1.R2956200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3776000Null() { - this[this.tabletblGen2FatherFromGen1.R3776000Column] = global::System.Convert.DBNull; + public bool IsR2956500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2956500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3776100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3776100Column); + public void SetR2956500Null() { + this[this.tabletblGen2FatherFromGen1.R2956500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3776100Null() { - this[this.tabletblGen2FatherFromGen1.R3776100Column] = global::System.Convert.DBNull; + public bool IsR2956800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2956800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3776200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3776200Column); + public void SetR2956800Null() { + this[this.tabletblGen2FatherFromGen1.R2956800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3776200Null() { - this[this.tabletblGen2FatherFromGen1.R3776200Column] = global::System.Convert.DBNull; + public bool IsR2957100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2957100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3776300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3776300Column); + public void SetR2957100Null() { + this[this.tabletblGen2FatherFromGen1.R2957100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3776300Null() { - this[this.tabletblGen2FatherFromGen1.R3776300Column] = global::System.Convert.DBNull; + public bool IsR2957400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2957400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3776400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3776400Column); + public void SetR2957400Null() { + this[this.tabletblGen2FatherFromGen1.R2957400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3776400Null() { - this[this.tabletblGen2FatherFromGen1.R3776400Column] = global::System.Convert.DBNull; + public bool IsR2957700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R2957700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3776500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3776500Column); + public void SetR2957700Null() { + this[this.tabletblGen2FatherFromGen1.R2957700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3776500Null() { - this[this.tabletblGen2FatherFromGen1.R3776500Column] = global::System.Convert.DBNull; + public bool IsR3255900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3255900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3776600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3776600Column); + public void SetR3255900Null() { + this[this.tabletblGen2FatherFromGen1.R3255900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3776600Null() { - this[this.tabletblGen2FatherFromGen1.R3776600Column] = global::System.Convert.DBNull; + public bool IsR3256100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3256100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3778100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3778100Column); + public void SetR3256100Null() { + this[this.tabletblGen2FatherFromGen1.R3256100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3778100Null() { - this[this.tabletblGen2FatherFromGen1.R3778100Column] = global::System.Convert.DBNull; + public bool IsR3257700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3257700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3778200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3778200Column); + public void SetR3257700Null() { + this[this.tabletblGen2FatherFromGen1.R3257700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3778200Null() { - this[this.tabletblGen2FatherFromGen1.R3778200Column] = global::System.Convert.DBNull; + public bool IsR3257900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3257900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3778300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3778300Column); + public void SetR3257900Null() { + this[this.tabletblGen2FatherFromGen1.R3257900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3778300Null() { - this[this.tabletblGen2FatherFromGen1.R3778300Column] = global::System.Convert.DBNull; + public bool IsR3259500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3259500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3778400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3778400Column); + public void SetR3259500Null() { + this[this.tabletblGen2FatherFromGen1.R3259500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3778400Null() { - this[this.tabletblGen2FatherFromGen1.R3778400Column] = global::System.Convert.DBNull; + public bool IsR3259700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3259700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3778500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3778500Column); + public void SetR3259700Null() { + this[this.tabletblGen2FatherFromGen1.R3259700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3778500Null() { - this[this.tabletblGen2FatherFromGen1.R3778500Column] = global::System.Convert.DBNull; + public bool IsR3261300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3261300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3778600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3778600Column); + public void SetR3261300Null() { + this[this.tabletblGen2FatherFromGen1.R3261300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3778600Null() { - this[this.tabletblGen2FatherFromGen1.R3778600Column] = global::System.Convert.DBNull; + public bool IsR3261500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3261500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3778700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3778700Column); + public void SetR3261500Null() { + this[this.tabletblGen2FatherFromGen1.R3261500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3778700Null() { - this[this.tabletblGen2FatherFromGen1.R3778700Column] = global::System.Convert.DBNull; + public bool IsR3263100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3263100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3780200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3780200Column); + public void SetR3263100Null() { + this[this.tabletblGen2FatherFromGen1.R3263100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3780200Null() { - this[this.tabletblGen2FatherFromGen1.R3780200Column] = global::System.Convert.DBNull; + public bool IsR3263300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3263300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3780300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3780300Column); + public void SetR3263300Null() { + this[this.tabletblGen2FatherFromGen1.R3263300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3780300Null() { - this[this.tabletblGen2FatherFromGen1.R3780300Column] = global::System.Convert.DBNull; + public bool IsR3264900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3264900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3780400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3780400Column); + public void SetR3264900Null() { + this[this.tabletblGen2FatherFromGen1.R3264900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3780400Null() { - this[this.tabletblGen2FatherFromGen1.R3780400Column] = global::System.Convert.DBNull; + public bool IsR3265100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3265100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3780500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3780500Column); + public void SetR3265100Null() { + this[this.tabletblGen2FatherFromGen1.R3265100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3780500Null() { - this[this.tabletblGen2FatherFromGen1.R3780500Column] = global::System.Convert.DBNull; + public bool IsR3266700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3266700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3780600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3780600Column); + public void SetR3266700Null() { + this[this.tabletblGen2FatherFromGen1.R3266700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3780600Null() { - this[this.tabletblGen2FatherFromGen1.R3780600Column] = global::System.Convert.DBNull; + public bool IsR3266900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3266900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3780700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3780700Column); + public void SetR3266900Null() { + this[this.tabletblGen2FatherFromGen1.R3266900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3780700Null() { - this[this.tabletblGen2FatherFromGen1.R3780700Column] = global::System.Convert.DBNull; + public bool IsR3268500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3268500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3780800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3780800Column); + public void SetR3268500Null() { + this[this.tabletblGen2FatherFromGen1.R3268500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3780800Null() { - this[this.tabletblGen2FatherFromGen1.R3780800Column] = global::System.Convert.DBNull; + public bool IsR3556400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3556400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3782300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3782300Column); + public void SetR3556400Null() { + this[this.tabletblGen2FatherFromGen1.R3556400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3782300Null() { - this[this.tabletblGen2FatherFromGen1.R3782300Column] = global::System.Convert.DBNull; + public bool IsR3557000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3557000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3782400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3782400Column); + public void SetR3557000Null() { + this[this.tabletblGen2FatherFromGen1.R3557000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3782400Null() { - this[this.tabletblGen2FatherFromGen1.R3782400Column] = global::System.Convert.DBNull; + public bool IsR3557600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3557600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3782500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3782500Column); + public void SetR3557600Null() { + this[this.tabletblGen2FatherFromGen1.R3557600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3782500Null() { - this[this.tabletblGen2FatherFromGen1.R3782500Column] = global::System.Convert.DBNull; + public bool IsR3771800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3771800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3782600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3782600Column); + public void SetR3771800Null() { + this[this.tabletblGen2FatherFromGen1.R3771800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3782600Null() { - this[this.tabletblGen2FatherFromGen1.R3782600Column] = global::System.Convert.DBNull; + public bool IsR3772000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3772000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3782900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3782900Column); + public void SetR3772000Null() { + this[this.tabletblGen2FatherFromGen1.R3772000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3782900Null() { - this[this.tabletblGen2FatherFromGen1.R3782900Column] = global::System.Convert.DBNull; + public bool IsR3772100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3772100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3784400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3784400Column); + public void SetR3772100Null() { + this[this.tabletblGen2FatherFromGen1.R3772100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3784400Null() { - this[this.tabletblGen2FatherFromGen1.R3784400Column] = global::System.Convert.DBNull; + public bool IsR3772400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3772400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3784500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3784500Column); + public void SetR3772400Null() { + this[this.tabletblGen2FatherFromGen1.R3772400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3784500Null() { - this[this.tabletblGen2FatherFromGen1.R3784500Column] = global::System.Convert.DBNull; + public bool IsR3773900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3773900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3784600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3784600Column); + public void SetR3773900Null() { + this[this.tabletblGen2FatherFromGen1.R3773900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3784600Null() { - this[this.tabletblGen2FatherFromGen1.R3784600Column] = global::System.Convert.DBNull; + public bool IsR3774100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3774100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3784700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3784700Column); + public void SetR3774100Null() { + this[this.tabletblGen2FatherFromGen1.R3774100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3784700Null() { - this[this.tabletblGen2FatherFromGen1.R3784700Column] = global::System.Convert.DBNull; + public bool IsR3774200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3774200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3785000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3785000Column); + public void SetR3774200Null() { + this[this.tabletblGen2FatherFromGen1.R3774200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3785000Null() { - this[this.tabletblGen2FatherFromGen1.R3785000Column] = global::System.Convert.DBNull; + public bool IsR3774500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3774500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3786500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3786500Column); + public void SetR3774500Null() { + this[this.tabletblGen2FatherFromGen1.R3774500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3786500Null() { - this[this.tabletblGen2FatherFromGen1.R3786500Column] = global::System.Convert.DBNull; + public bool IsR3776000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3776000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR3788004Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R3788004Column); + public void SetR3776000Null() { + this[this.tabletblGen2FatherFromGen1.R3776000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR3788004Null() { - this[this.tabletblGen2FatherFromGen1.R3788004Column] = global::System.Convert.DBNull; + public bool IsR3776200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3776200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4276800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4276800Column); + public void SetR3776200Null() { + this[this.tabletblGen2FatherFromGen1.R3776200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4276800Null() { - this[this.tabletblGen2FatherFromGen1.R4276800Column] = global::System.Convert.DBNull; + public bool IsR3776300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3776300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4276900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4276900Column); + public void SetR3776300Null() { + this[this.tabletblGen2FatherFromGen1.R3776300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4276900Null() { - this[this.tabletblGen2FatherFromGen1.R4276900Column] = global::System.Convert.DBNull; + public bool IsR3776600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3776600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4277000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4277000Column); + public void SetR3776600Null() { + this[this.tabletblGen2FatherFromGen1.R3776600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4277000Null() { - this[this.tabletblGen2FatherFromGen1.R4277000Column] = global::System.Convert.DBNull; + public bool IsR3778100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3778100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4277100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4277100Column); + public void SetR3778100Null() { + this[this.tabletblGen2FatherFromGen1.R3778100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4277100Null() { - this[this.tabletblGen2FatherFromGen1.R4277100Column] = global::System.Convert.DBNull; + public bool IsR3778300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3778300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4277101Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4277101Column); + public void SetR3778300Null() { + this[this.tabletblGen2FatherFromGen1.R3778300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4277101Null() { - this[this.tabletblGen2FatherFromGen1.R4277101Column] = global::System.Convert.DBNull; + public bool IsR3778400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3778400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4277200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4277200Column); + public void SetR3778400Null() { + this[this.tabletblGen2FatherFromGen1.R3778400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4277200Null() { - this[this.tabletblGen2FatherFromGen1.R4277200Column] = global::System.Convert.DBNull; + public bool IsR3778700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3778700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4277201Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4277201Column); + public void SetR3778700Null() { + this[this.tabletblGen2FatherFromGen1.R3778700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4277201Null() { - this[this.tabletblGen2FatherFromGen1.R4277201Column] = global::System.Convert.DBNull; + public bool IsR3780200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3780200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4277700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4277700Column); + public void SetR3780200Null() { + this[this.tabletblGen2FatherFromGen1.R3780200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4277700Null() { - this[this.tabletblGen2FatherFromGen1.R4277700Column] = global::System.Convert.DBNull; + public bool IsR3780400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3780400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4277800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4277800Column); + public void SetR3780400Null() { + this[this.tabletblGen2FatherFromGen1.R3780400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4277800Null() { - this[this.tabletblGen2FatherFromGen1.R4277800Column] = global::System.Convert.DBNull; + public bool IsR3780500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3780500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4277900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4277900Column); + public void SetR3780500Null() { + this[this.tabletblGen2FatherFromGen1.R3780500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4277900Null() { - this[this.tabletblGen2FatherFromGen1.R4277900Column] = global::System.Convert.DBNull; + public bool IsR3780800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3780800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4278000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4278000Column); + public void SetR3780800Null() { + this[this.tabletblGen2FatherFromGen1.R3780800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4278000Null() { - this[this.tabletblGen2FatherFromGen1.R4278000Column] = global::System.Convert.DBNull; + public bool IsR3782300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3782300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4278001Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4278001Column); + public void SetR3782300Null() { + this[this.tabletblGen2FatherFromGen1.R3782300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4278001Null() { - this[this.tabletblGen2FatherFromGen1.R4278001Column] = global::System.Convert.DBNull; + public bool IsR3782500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3782500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4278100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4278100Column); + public void SetR3782500Null() { + this[this.tabletblGen2FatherFromGen1.R3782500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4278100Null() { - this[this.tabletblGen2FatherFromGen1.R4278100Column] = global::System.Convert.DBNull; + public bool IsR3782600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3782600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4278101Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4278101Column); + public void SetR3782600Null() { + this[this.tabletblGen2FatherFromGen1.R3782600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4278101Null() { - this[this.tabletblGen2FatherFromGen1.R4278101Column] = global::System.Convert.DBNull; + public bool IsR3782900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3782900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4278600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4278600Column); + public void SetR3782900Null() { + this[this.tabletblGen2FatherFromGen1.R3782900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4278600Null() { - this[this.tabletblGen2FatherFromGen1.R4278600Column] = global::System.Convert.DBNull; + public bool IsR3784400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3784400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4278700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4278700Column); + public void SetR3784400Null() { + this[this.tabletblGen2FatherFromGen1.R3784400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4278700Null() { - this[this.tabletblGen2FatherFromGen1.R4278700Column] = global::System.Convert.DBNull; + public bool IsR3784600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3784600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4278800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4278800Column); + public void SetR3784600Null() { + this[this.tabletblGen2FatherFromGen1.R3784600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4278800Null() { - this[this.tabletblGen2FatherFromGen1.R4278800Column] = global::System.Convert.DBNull; + public bool IsR3784700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3784700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4278900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4278900Column); + public void SetR3784700Null() { + this[this.tabletblGen2FatherFromGen1.R3784700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4278900Null() { - this[this.tabletblGen2FatherFromGen1.R4278900Column] = global::System.Convert.DBNull; + public bool IsR3785000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3785000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4278901Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4278901Column); + public void SetR3785000Null() { + this[this.tabletblGen2FatherFromGen1.R3785000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4278901Null() { - this[this.tabletblGen2FatherFromGen1.R4278901Column] = global::System.Convert.DBNull; + public bool IsR3786500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3786500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4279000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4279000Column); + public void SetR3786500Null() { + this[this.tabletblGen2FatherFromGen1.R3786500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4279000Null() { - this[this.tabletblGen2FatherFromGen1.R4279000Column] = global::System.Convert.DBNull; + public bool IsR3788004Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R3788004Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4279001Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4279001Column); + public void SetR3788004Null() { + this[this.tabletblGen2FatherFromGen1.R3788004Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4279001Null() { - this[this.tabletblGen2FatherFromGen1.R4279001Column] = global::System.Convert.DBNull; + public bool IsR4276800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R4276800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4279500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4279500Column); + public void SetR4276800Null() { + this[this.tabletblGen2FatherFromGen1.R4276800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4279500Null() { - this[this.tabletblGen2FatherFromGen1.R4279500Column] = global::System.Convert.DBNull; + public bool IsR4277000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R4277000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4279600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4279600Column); + public void SetR4277000Null() { + this[this.tabletblGen2FatherFromGen1.R4277000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4279600Null() { - this[this.tabletblGen2FatherFromGen1.R4279600Column] = global::System.Convert.DBNull; + public bool IsR4277100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R4277100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4279700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4279700Column); + public void SetR4277100Null() { + this[this.tabletblGen2FatherFromGen1.R4277100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4279700Null() { - this[this.tabletblGen2FatherFromGen1.R4279700Column] = global::System.Convert.DBNull; + public bool IsR4277101Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R4277101Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4279800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4279800Column); + public void SetR4277101Null() { + this[this.tabletblGen2FatherFromGen1.R4277101Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4279800Null() { - this[this.tabletblGen2FatherFromGen1.R4279800Column] = global::System.Convert.DBNull; + public bool IsR4277700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R4277700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4279801Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4279801Column); + public void SetR4277700Null() { + this[this.tabletblGen2FatherFromGen1.R4277700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4279801Null() { - this[this.tabletblGen2FatherFromGen1.R4279801Column] = global::System.Convert.DBNull; + public bool IsR4277900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R4277900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4279900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4279900Column); + public void SetR4277900Null() { + this[this.tabletblGen2FatherFromGen1.R4277900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4279900Null() { - this[this.tabletblGen2FatherFromGen1.R4279900Column] = global::System.Convert.DBNull; + public bool IsR4278000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R4278000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4279901Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4279901Column); + public void SetR4278000Null() { + this[this.tabletblGen2FatherFromGen1.R4278000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4279901Null() { - this[this.tabletblGen2FatherFromGen1.R4279901Column] = global::System.Convert.DBNull; + public bool IsR4278001Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R4278001Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4280400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4280400Column); + public void SetR4278001Null() { + this[this.tabletblGen2FatherFromGen1.R4278001Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4280400Null() { - this[this.tabletblGen2FatherFromGen1.R4280400Column] = global::System.Convert.DBNull; + public bool IsR4278600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R4278600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4280500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4280500Column); + public void SetR4278600Null() { + this[this.tabletblGen2FatherFromGen1.R4278600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4280500Null() { - this[this.tabletblGen2FatherFromGen1.R4280500Column] = global::System.Convert.DBNull; + public bool IsR4278800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R4278800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4280600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4280600Column); + public void SetR4278800Null() { + this[this.tabletblGen2FatherFromGen1.R4278800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4280600Null() { - this[this.tabletblGen2FatherFromGen1.R4280600Column] = global::System.Convert.DBNull; + public bool IsR4278900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R4278900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4280700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4280700Column); + public void SetR4278900Null() { + this[this.tabletblGen2FatherFromGen1.R4278900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4280700Null() { - this[this.tabletblGen2FatherFromGen1.R4280700Column] = global::System.Convert.DBNull; + public bool IsR4278901Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R4278901Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4280701Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4280701Column); + public void SetR4278901Null() { + this[this.tabletblGen2FatherFromGen1.R4278901Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4280701Null() { - this[this.tabletblGen2FatherFromGen1.R4280701Column] = global::System.Convert.DBNull; + public bool IsR4279500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R4279500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4280800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4280800Column); + public void SetR4279500Null() { + this[this.tabletblGen2FatherFromGen1.R4279500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4280800Null() { - this[this.tabletblGen2FatherFromGen1.R4280800Column] = global::System.Convert.DBNull; + public bool IsR4279700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R4279700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4280801Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4280801Column); + public void SetR4279700Null() { + this[this.tabletblGen2FatherFromGen1.R4279700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4280801Null() { - this[this.tabletblGen2FatherFromGen1.R4280801Column] = global::System.Convert.DBNull; + public bool IsR4279800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R4279800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4281300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4281300Column); + public void SetR4279800Null() { + this[this.tabletblGen2FatherFromGen1.R4279800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4281300Null() { - this[this.tabletblGen2FatherFromGen1.R4281300Column] = global::System.Convert.DBNull; + public bool IsR4279801Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R4279801Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4281400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4281400Column); + public void SetR4279801Null() { + this[this.tabletblGen2FatherFromGen1.R4279801Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4281400Null() { - this[this.tabletblGen2FatherFromGen1.R4281400Column] = global::System.Convert.DBNull; + public bool IsR4280400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R4280400Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4280400Null() { + this[this.tabletblGen2FatherFromGen1.R4280400Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4280600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R4280600Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4280600Null() { + this[this.tabletblGen2FatherFromGen1.R4280600Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4280700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R4280700Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4280700Null() { + this[this.tabletblGen2FatherFromGen1.R4280700Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4280701Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R4280701Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4280701Null() { + this[this.tabletblGen2FatherFromGen1.R4280701Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4281300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R4281300Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4281300Null() { + this[this.tabletblGen2FatherFromGen1.R4281300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -76288,18 +73319,6 @@ public void SetR4282100Null() { this[this.tabletblGen2FatherFromGen1.R4282100Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4282200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4282200Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4282200Null() { - this[this.tabletblGen2FatherFromGen1.R4282200Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR4282300Null() { @@ -76396,18 +73415,6 @@ public void SetR4827600Null() { this[this.tabletblGen2FatherFromGen1.R4827600Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4827700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4827700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4827700Null() { - this[this.tabletblGen2FatherFromGen1.R4827700Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR4827800Null() { @@ -76444,30 +73451,6 @@ public void SetR4827901Null() { this[this.tabletblGen2FatherFromGen1.R4827901Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4828000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4828000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4828000Null() { - this[this.tabletblGen2FatherFromGen1.R4828000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4828001Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4828001Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4828001Null() { - this[this.tabletblGen2FatherFromGen1.R4828001Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR4828100Null() { @@ -76492,18 +73475,6 @@ public void SetR4830600Null() { this[this.tabletblGen2FatherFromGen1.R4830600Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4830700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4830700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4830700Null() { - this[this.tabletblGen2FatherFromGen1.R4830700Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR4830800Null() { @@ -76540,30 +73511,6 @@ public void SetR4830901Null() { this[this.tabletblGen2FatherFromGen1.R4830901Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4831000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4831000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4831000Null() { - this[this.tabletblGen2FatherFromGen1.R4831000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4831001Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4831001Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4831001Null() { - this[this.tabletblGen2FatherFromGen1.R4831001Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR4831100Null() { @@ -76588,18 +73535,6 @@ public void SetR4833600Null() { this[this.tabletblGen2FatherFromGen1.R4833600Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4833700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4833700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4833700Null() { - this[this.tabletblGen2FatherFromGen1.R4833700Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR4833800Null() { @@ -76636,30 +73571,6 @@ public void SetR4833901Null() { this[this.tabletblGen2FatherFromGen1.R4833901Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4834000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4834000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4834000Null() { - this[this.tabletblGen2FatherFromGen1.R4834000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4834001Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4834001Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4834001Null() { - this[this.tabletblGen2FatherFromGen1.R4834001Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR4834100Null() { @@ -76684,18 +73595,6 @@ public void SetR4836600Null() { this[this.tabletblGen2FatherFromGen1.R4836600Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4836700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4836700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4836700Null() { - this[this.tabletblGen2FatherFromGen1.R4836700Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR4836800Null() { @@ -76732,30 +73631,6 @@ public void SetR4836901Null() { this[this.tabletblGen2FatherFromGen1.R4836901Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4837000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4837000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4837000Null() { - this[this.tabletblGen2FatherFromGen1.R4837000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4837001Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4837001Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4837001Null() { - this[this.tabletblGen2FatherFromGen1.R4837001Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR4837100Null() { @@ -76780,18 +73655,6 @@ public void SetR4839600Null() { this[this.tabletblGen2FatherFromGen1.R4839600Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4839700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4839700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4839700Null() { - this[this.tabletblGen2FatherFromGen1.R4839700Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR4839800Null() { @@ -76828,30 +73691,6 @@ public void SetR4839901Null() { this[this.tabletblGen2FatherFromGen1.R4839901Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4840000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4840000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4840000Null() { - this[this.tabletblGen2FatherFromGen1.R4840000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4840001Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4840001Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4840001Null() { - this[this.tabletblGen2FatherFromGen1.R4840001Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR4840100Null() { @@ -76876,18 +73715,6 @@ public void SetR4842500Null() { this[this.tabletblGen2FatherFromGen1.R4842500Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4842600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4842600Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4842600Null() { - this[this.tabletblGen2FatherFromGen1.R4842600Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR4842700Null() { @@ -76948,18 +73775,6 @@ public void SetR4844800Null() { this[this.tabletblGen2FatherFromGen1.R4844800Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4844900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4844900Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4844900Null() { - this[this.tabletblGen2FatherFromGen1.R4844900Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR4845000Null() { @@ -77020,18 +73835,6 @@ public void SetR4847100Null() { this[this.tabletblGen2FatherFromGen1.R4847100Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR4847200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R4847200Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR4847200Null() { - this[this.tabletblGen2FatherFromGen1.R4847200Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR4847300Null() { @@ -77068,18 +73871,6 @@ public void SetR5498000Null() { this[this.tabletblGen2FatherFromGen1.R5498000Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5498100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R5498100Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5498100Null() { - this[this.tabletblGen2FatherFromGen1.R5498100Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR5498200Null() { @@ -77116,30 +73907,6 @@ public void SetR5498301Null() { this[this.tabletblGen2FatherFromGen1.R5498301Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5498400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R5498400Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5498400Null() { - this[this.tabletblGen2FatherFromGen1.R5498400Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5498401Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R5498401Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5498401Null() { - this[this.tabletblGen2FatherFromGen1.R5498401Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR5498500Null() { @@ -77164,18 +73931,6 @@ public void SetR5501000Null() { this[this.tabletblGen2FatherFromGen1.R5501000Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5501100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R5501100Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5501100Null() { - this[this.tabletblGen2FatherFromGen1.R5501100Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR5501200Null() { @@ -77212,30 +73967,6 @@ public void SetR5501301Null() { this[this.tabletblGen2FatherFromGen1.R5501301Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5501400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R5501400Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5501400Null() { - this[this.tabletblGen2FatherFromGen1.R5501400Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5501401Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R5501401Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5501401Null() { - this[this.tabletblGen2FatherFromGen1.R5501401Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR5501500Null() { @@ -77260,18 +73991,6 @@ public void SetR5504000Null() { this[this.tabletblGen2FatherFromGen1.R5504000Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5504100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R5504100Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5504100Null() { - this[this.tabletblGen2FatherFromGen1.R5504100Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR5504200Null() { @@ -77308,30 +74027,6 @@ public void SetR5504301Null() { this[this.tabletblGen2FatherFromGen1.R5504301Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5504400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R5504400Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5504400Null() { - this[this.tabletblGen2FatherFromGen1.R5504400Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5504401Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R5504401Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5504401Null() { - this[this.tabletblGen2FatherFromGen1.R5504401Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR5504500Null() { @@ -77356,18 +74051,6 @@ public void SetR5507000Null() { this[this.tabletblGen2FatherFromGen1.R5507000Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5507100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R5507100Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5507100Null() { - this[this.tabletblGen2FatherFromGen1.R5507100Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR5507200Null() { @@ -77406,68 +74089,32 @@ public void SetR5507301Null() { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5507400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R5507400Column); + public bool IsR5507500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R5507500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5507400Null() { - this[this.tabletblGen2FatherFromGen1.R5507400Column] = global::System.Convert.DBNull; + public void SetR5507500Null() { + this[this.tabletblGen2FatherFromGen1.R5507500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5507401Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R5507401Column); + public bool IsR5510000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R5510000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5507401Null() { - this[this.tabletblGen2FatherFromGen1.R5507401Column] = global::System.Convert.DBNull; + public void SetR5510000Null() { + this[this.tabletblGen2FatherFromGen1.R5510000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5507500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R5507500Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5507500Null() { - this[this.tabletblGen2FatherFromGen1.R5507500Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5510000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R5510000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5510000Null() { - this[this.tabletblGen2FatherFromGen1.R5510000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5510100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R5510100Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5510100Null() { - this[this.tabletblGen2FatherFromGen1.R5510100Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5510200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R5510200Column); + public bool IsR5510200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.R5510200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -77500,30 +74147,6 @@ public void SetR5510301Null() { this[this.tabletblGen2FatherFromGen1.R5510301Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5510400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R5510400Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5510400Null() { - this[this.tabletblGen2FatherFromGen1.R5510400Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5510401Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R5510401Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5510401Null() { - this[this.tabletblGen2FatherFromGen1.R5510401Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR5510500Null() { @@ -77548,18 +74171,6 @@ public void SetR5513000Null() { this[this.tabletblGen2FatherFromGen1.R5513000Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5513100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R5513100Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5513100Null() { - this[this.tabletblGen2FatherFromGen1.R5513100Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR5513200Null() { @@ -77620,18 +74231,6 @@ public void SetR5515300Null() { this[this.tabletblGen2FatherFromGen1.R5515300Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5515400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R5515400Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5515400Null() { - this[this.tabletblGen2FatherFromGen1.R5515400Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR5515500Null() { @@ -77692,18 +74291,6 @@ public void SetR5517600Null() { this[this.tabletblGen2FatherFromGen1.R5517600Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5517700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R5517700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5517700Null() { - this[this.tabletblGen2FatherFromGen1.R5517700Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR5517800Null() { @@ -77740,18 +74327,6 @@ public void SetR5519800Null() { this[this.tabletblGen2FatherFromGen1.R5519800Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR5519900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R5519900Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR5519900Null() { - this[this.tabletblGen2FatherFromGen1.R5519900Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR5520000Null() { @@ -77920,126 +74495,6 @@ public void SetR6219300Null() { this[this.tabletblGen2FatherFromGen1.R6219300Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6219500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6219500Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6219500Null() { - this[this.tabletblGen2FatherFromGen1.R6219500Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6219600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6219600Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6219600Null() { - this[this.tabletblGen2FatherFromGen1.R6219600Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6219700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6219700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6219700Null() { - this[this.tabletblGen2FatherFromGen1.R6219700Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6219800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6219800Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6219800Null() { - this[this.tabletblGen2FatherFromGen1.R6219800Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6219900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6219900Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6219900Null() { - this[this.tabletblGen2FatherFromGen1.R6219900Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6220000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6220000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6220000Null() { - this[this.tabletblGen2FatherFromGen1.R6220000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6220100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6220100Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6220100Null() { - this[this.tabletblGen2FatherFromGen1.R6220100Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6220200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6220200Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6220200Null() { - this[this.tabletblGen2FatherFromGen1.R6220200Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6220300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6220300Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6220300Null() { - this[this.tabletblGen2FatherFromGen1.R6220300Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6220400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6220400Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6220400Null() { - this[this.tabletblGen2FatherFromGen1.R6220400Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR6220600Null() { @@ -78400,150 +74855,6 @@ public void SetR6222601Null() { this[this.tabletblGen2FatherFromGen1.R6222601Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6222800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6222800Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6222800Null() { - this[this.tabletblGen2FatherFromGen1.R6222800Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6222801Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6222801Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6222801Null() { - this[this.tabletblGen2FatherFromGen1.R6222801Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6222900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6222900Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6222900Null() { - this[this.tabletblGen2FatherFromGen1.R6222900Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6222901Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6222901Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6222901Null() { - this[this.tabletblGen2FatherFromGen1.R6222901Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6223000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6223000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6223000Null() { - this[this.tabletblGen2FatherFromGen1.R6223000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6223001Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6223001Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6223001Null() { - this[this.tabletblGen2FatherFromGen1.R6223001Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6223100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6223100Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6223100Null() { - this[this.tabletblGen2FatherFromGen1.R6223100Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6223101Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6223101Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6223101Null() { - this[this.tabletblGen2FatherFromGen1.R6223101Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6223200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6223200Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6223200Null() { - this[this.tabletblGen2FatherFromGen1.R6223200Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6223201Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6223201Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6223201Null() { - this[this.tabletblGen2FatherFromGen1.R6223201Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6223300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6223300Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6223300Null() { - this[this.tabletblGen2FatherFromGen1.R6223300Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6223301Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6223301Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6223301Null() { - this[this.tabletblGen2FatherFromGen1.R6223301Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR6223400Null() { @@ -78904,126 +75215,6 @@ public void SetR6773400Null() { this[this.tabletblGen2FatherFromGen1.R6773400Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6773500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6773500Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6773500Null() { - this[this.tabletblGen2FatherFromGen1.R6773500Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6773600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6773600Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6773600Null() { - this[this.tabletblGen2FatherFromGen1.R6773600Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6773700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6773700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6773700Null() { - this[this.tabletblGen2FatherFromGen1.R6773700Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6773800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6773800Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6773800Null() { - this[this.tabletblGen2FatherFromGen1.R6773800Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6773900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6773900Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6773900Null() { - this[this.tabletblGen2FatherFromGen1.R6773900Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6774000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6774000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6774000Null() { - this[this.tabletblGen2FatherFromGen1.R6774000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6774100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6774100Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6774100Null() { - this[this.tabletblGen2FatherFromGen1.R6774100Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6774200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6774200Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6774200Null() { - this[this.tabletblGen2FatherFromGen1.R6774200Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6774300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6774300Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6774300Null() { - this[this.tabletblGen2FatherFromGen1.R6774300Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6774400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6774400Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6774400Null() { - this[this.tabletblGen2FatherFromGen1.R6774400Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR6774500Null() { @@ -79336,150 +75527,6 @@ public void SetR6776201Null() { this[this.tabletblGen2FatherFromGen1.R6776201Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6776300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6776300Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6776300Null() { - this[this.tabletblGen2FatherFromGen1.R6776300Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6776301Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6776301Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6776301Null() { - this[this.tabletblGen2FatherFromGen1.R6776301Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6776400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6776400Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6776400Null() { - this[this.tabletblGen2FatherFromGen1.R6776400Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6776401Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6776401Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6776401Null() { - this[this.tabletblGen2FatherFromGen1.R6776401Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6776500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6776500Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6776500Null() { - this[this.tabletblGen2FatherFromGen1.R6776500Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6776501Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6776501Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6776501Null() { - this[this.tabletblGen2FatherFromGen1.R6776501Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6776600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6776600Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6776600Null() { - this[this.tabletblGen2FatherFromGen1.R6776600Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6776601Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6776601Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6776601Null() { - this[this.tabletblGen2FatherFromGen1.R6776601Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6776700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6776700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6776700Null() { - this[this.tabletblGen2FatherFromGen1.R6776700Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6776701Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6776701Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6776701Null() { - this[this.tabletblGen2FatherFromGen1.R6776701Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6776800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6776800Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6776800Null() { - this[this.tabletblGen2FatherFromGen1.R6776800Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR6776801Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R6776801Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR6776801Null() { - this[this.tabletblGen2FatherFromGen1.R6776801Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR6776900Null() { @@ -79840,126 +75887,6 @@ public void SetR7417800Null() { this[this.tabletblGen2FatherFromGen1.R7417800Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7417900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R7417900Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7417900Null() { - this[this.tabletblGen2FatherFromGen1.R7417900Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7418000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R7418000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7418000Null() { - this[this.tabletblGen2FatherFromGen1.R7418000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7418100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R7418100Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7418100Null() { - this[this.tabletblGen2FatherFromGen1.R7418100Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7418200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R7418200Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7418200Null() { - this[this.tabletblGen2FatherFromGen1.R7418200Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7418300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R7418300Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7418300Null() { - this[this.tabletblGen2FatherFromGen1.R7418300Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7418400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R7418400Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7418400Null() { - this[this.tabletblGen2FatherFromGen1.R7418400Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7418500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R7418500Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7418500Null() { - this[this.tabletblGen2FatherFromGen1.R7418500Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7418600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R7418600Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7418600Null() { - this[this.tabletblGen2FatherFromGen1.R7418600Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7418700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R7418700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7418700Null() { - this[this.tabletblGen2FatherFromGen1.R7418700Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7418800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R7418800Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7418800Null() { - this[this.tabletblGen2FatherFromGen1.R7418800Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR7418900Null() { @@ -80272,174 +76199,6 @@ public void SetR7420601Null() { this[this.tabletblGen2FatherFromGen1.R7420601Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7420700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R7420700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7420700Null() { - this[this.tabletblGen2FatherFromGen1.R7420700Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7420701Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R7420701Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7420701Null() { - this[this.tabletblGen2FatherFromGen1.R7420701Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7420800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R7420800Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7420800Null() { - this[this.tabletblGen2FatherFromGen1.R7420800Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7420801Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R7420801Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7420801Null() { - this[this.tabletblGen2FatherFromGen1.R7420801Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7420900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R7420900Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7420900Null() { - this[this.tabletblGen2FatherFromGen1.R7420900Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7420901Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R7420901Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7420901Null() { - this[this.tabletblGen2FatherFromGen1.R7420901Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7421000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R7421000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7421000Null() { - this[this.tabletblGen2FatherFromGen1.R7421000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7421001Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R7421001Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7421001Null() { - this[this.tabletblGen2FatherFromGen1.R7421001Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7421100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R7421100Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7421100Null() { - this[this.tabletblGen2FatherFromGen1.R7421100Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7421101Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R7421101Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7421101Null() { - this[this.tabletblGen2FatherFromGen1.R7421101Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7421200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R7421200Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7421200Null() { - this[this.tabletblGen2FatherFromGen1.R7421200Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7421201Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R7421201Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7421201Null() { - this[this.tabletblGen2FatherFromGen1.R7421201Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7421300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R7421300Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7421300Null() { - this[this.tabletblGen2FatherFromGen1.R7421300Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR7421301Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R7421301Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR7421301Null() { - this[this.tabletblGen2FatherFromGen1.R7421301Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR7421400Null() { @@ -80800,126 +76559,6 @@ public void SetR8115900Null() { this[this.tabletblGen2FatherFromGen1.R8115900Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8116000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R8116000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8116000Null() { - this[this.tabletblGen2FatherFromGen1.R8116000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8116100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R8116100Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8116100Null() { - this[this.tabletblGen2FatherFromGen1.R8116100Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8116200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R8116200Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8116200Null() { - this[this.tabletblGen2FatherFromGen1.R8116200Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8116300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R8116300Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8116300Null() { - this[this.tabletblGen2FatherFromGen1.R8116300Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8116400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R8116400Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8116400Null() { - this[this.tabletblGen2FatherFromGen1.R8116400Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8116500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R8116500Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8116500Null() { - this[this.tabletblGen2FatherFromGen1.R8116500Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8116600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R8116600Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8116600Null() { - this[this.tabletblGen2FatherFromGen1.R8116600Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8116700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R8116700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8116700Null() { - this[this.tabletblGen2FatherFromGen1.R8116700Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8116800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R8116800Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8116800Null() { - this[this.tabletblGen2FatherFromGen1.R8116800Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8116900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R8116900Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8116900Null() { - this[this.tabletblGen2FatherFromGen1.R8116900Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR8117000Null() { @@ -81280,150 +76919,6 @@ public void SetR8118901Null() { this[this.tabletblGen2FatherFromGen1.R8118901Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8119000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R8119000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8119000Null() { - this[this.tabletblGen2FatherFromGen1.R8119000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8119001Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R8119001Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8119001Null() { - this[this.tabletblGen2FatherFromGen1.R8119001Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8119100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R8119100Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8119100Null() { - this[this.tabletblGen2FatherFromGen1.R8119100Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8119101Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R8119101Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8119101Null() { - this[this.tabletblGen2FatherFromGen1.R8119101Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8119200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R8119200Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8119200Null() { - this[this.tabletblGen2FatherFromGen1.R8119200Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8119201Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R8119201Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8119201Null() { - this[this.tabletblGen2FatherFromGen1.R8119201Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8119300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R8119300Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8119300Null() { - this[this.tabletblGen2FatherFromGen1.R8119300Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8119301Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R8119301Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8119301Null() { - this[this.tabletblGen2FatherFromGen1.R8119301Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8119400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R8119400Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8119400Null() { - this[this.tabletblGen2FatherFromGen1.R8119400Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8119401Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R8119401Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8119401Null() { - this[this.tabletblGen2FatherFromGen1.R8119401Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8119500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R8119500Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8119500Null() { - this[this.tabletblGen2FatherFromGen1.R8119500Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsR8119501Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.R8119501Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetR8119501Null() { - this[this.tabletblGen2FatherFromGen1.R8119501Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsR8119600Null() { @@ -82072,138 +77567,6 @@ public void SetT0347800Null() { this[this.tabletblGen2FatherFromGen1.T0347800Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0347900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T0347900Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0347900Null() { - this[this.tabletblGen2FatherFromGen1.T0347900Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0348000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T0348000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0348000Null() { - this[this.tabletblGen2FatherFromGen1.T0348000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0348100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T0348100Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0348100Null() { - this[this.tabletblGen2FatherFromGen1.T0348100Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0348200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T0348200Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0348200Null() { - this[this.tabletblGen2FatherFromGen1.T0348200Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0348300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T0348300Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0348300Null() { - this[this.tabletblGen2FatherFromGen1.T0348300Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0348400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T0348400Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0348400Null() { - this[this.tabletblGen2FatherFromGen1.T0348400Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0348500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T0348500Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0348500Null() { - this[this.tabletblGen2FatherFromGen1.T0348500Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0348600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T0348600Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0348600Null() { - this[this.tabletblGen2FatherFromGen1.T0348600Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0348700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T0348700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0348700Null() { - this[this.tabletblGen2FatherFromGen1.T0348700Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0348800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T0348800Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0348800Null() { - this[this.tabletblGen2FatherFromGen1.T0348800Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0348900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T0348900Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0348900Null() { - this[this.tabletblGen2FatherFromGen1.T0348900Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsT0349000Null() { @@ -82576,198 +77939,6 @@ public void SetT0351001Null() { this[this.tabletblGen2FatherFromGen1.T0351001Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0351100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T0351100Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0351100Null() { - this[this.tabletblGen2FatherFromGen1.T0351100Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0351101Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T0351101Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0351101Null() { - this[this.tabletblGen2FatherFromGen1.T0351101Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0351200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T0351200Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0351200Null() { - this[this.tabletblGen2FatherFromGen1.T0351200Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0351201Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T0351201Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0351201Null() { - this[this.tabletblGen2FatherFromGen1.T0351201Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0351300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T0351300Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0351300Null() { - this[this.tabletblGen2FatherFromGen1.T0351300Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0351301Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T0351301Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0351301Null() { - this[this.tabletblGen2FatherFromGen1.T0351301Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0351400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T0351400Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0351400Null() { - this[this.tabletblGen2FatherFromGen1.T0351400Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0351401Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T0351401Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0351401Null() { - this[this.tabletblGen2FatherFromGen1.T0351401Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0351500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T0351500Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0351500Null() { - this[this.tabletblGen2FatherFromGen1.T0351500Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0351501Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T0351501Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0351501Null() { - this[this.tabletblGen2FatherFromGen1.T0351501Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0351600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T0351600Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0351600Null() { - this[this.tabletblGen2FatherFromGen1.T0351600Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0351601Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T0351601Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0351601Null() { - this[this.tabletblGen2FatherFromGen1.T0351601Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0351700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T0351700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0351700Null() { - this[this.tabletblGen2FatherFromGen1.T0351700Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0351701Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T0351701Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0351701Null() { - this[this.tabletblGen2FatherFromGen1.T0351701Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0351800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T0351800Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0351800Null() { - this[this.tabletblGen2FatherFromGen1.T0351800Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT0351801Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T0351801Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT0351801Null() { - this[this.tabletblGen2FatherFromGen1.T0351801Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsT0351900Null() { @@ -83236,138 +78407,6 @@ public void SetT1497200Null() { this[this.tabletblGen2FatherFromGen1.T1497200Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1497300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T1497300Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1497300Null() { - this[this.tabletblGen2FatherFromGen1.T1497300Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1497400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T1497400Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1497400Null() { - this[this.tabletblGen2FatherFromGen1.T1497400Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1497500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T1497500Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1497500Null() { - this[this.tabletblGen2FatherFromGen1.T1497500Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1497600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T1497600Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1497600Null() { - this[this.tabletblGen2FatherFromGen1.T1497600Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1497700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T1497700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1497700Null() { - this[this.tabletblGen2FatherFromGen1.T1497700Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1497800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T1497800Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1497800Null() { - this[this.tabletblGen2FatherFromGen1.T1497800Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1497900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T1497900Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1497900Null() { - this[this.tabletblGen2FatherFromGen1.T1497900Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1498000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T1498000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1498000Null() { - this[this.tabletblGen2FatherFromGen1.T1498000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1498100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T1498100Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1498100Null() { - this[this.tabletblGen2FatherFromGen1.T1498100Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1498200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T1498200Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1498200Null() { - this[this.tabletblGen2FatherFromGen1.T1498200Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1498300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T1498300Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1498300Null() { - this[this.tabletblGen2FatherFromGen1.T1498300Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsT1498400Null() { @@ -83740,150 +78779,6 @@ public void SetT1500401Null() { this[this.tabletblGen2FatherFromGen1.T1500401Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1500500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T1500500Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1500500Null() { - this[this.tabletblGen2FatherFromGen1.T1500500Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1500501Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T1500501Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1500501Null() { - this[this.tabletblGen2FatherFromGen1.T1500501Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1500600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T1500600Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1500600Null() { - this[this.tabletblGen2FatherFromGen1.T1500600Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1500601Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T1500601Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1500601Null() { - this[this.tabletblGen2FatherFromGen1.T1500601Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1500700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T1500700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1500700Null() { - this[this.tabletblGen2FatherFromGen1.T1500700Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1500701Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T1500701Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1500701Null() { - this[this.tabletblGen2FatherFromGen1.T1500701Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1500800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T1500800Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1500800Null() { - this[this.tabletblGen2FatherFromGen1.T1500800Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1500801Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T1500801Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1500801Null() { - this[this.tabletblGen2FatherFromGen1.T1500801Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1500900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T1500900Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1500900Null() { - this[this.tabletblGen2FatherFromGen1.T1500900Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1500901Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T1500901Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1500901Null() { - this[this.tabletblGen2FatherFromGen1.T1500901Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1501000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T1501000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1501000Null() { - this[this.tabletblGen2FatherFromGen1.T1501000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT1501001Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T1501001Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT1501001Null() { - this[this.tabletblGen2FatherFromGen1.T1501001Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsT1501100Null() { @@ -84340,126 +79235,6 @@ public void SetT2543100Null() { this[this.tabletblGen2FatherFromGen1.T2543100Column] = global::System.Convert.DBNull; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2543200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2543200Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2543200Null() { - this[this.tabletblGen2FatherFromGen1.T2543200Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2543300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2543300Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2543300Null() { - this[this.tabletblGen2FatherFromGen1.T2543300Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2543400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2543400Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2543400Null() { - this[this.tabletblGen2FatherFromGen1.T2543400Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2543500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2543500Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2543500Null() { - this[this.tabletblGen2FatherFromGen1.T2543500Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2543600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2543600Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2543600Null() { - this[this.tabletblGen2FatherFromGen1.T2543600Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2543700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2543700Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2543700Null() { - this[this.tabletblGen2FatherFromGen1.T2543700Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2543800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2543800Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2543800Null() { - this[this.tabletblGen2FatherFromGen1.T2543800Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2543900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2543900Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2543900Null() { - this[this.tabletblGen2FatherFromGen1.T2543900Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2544000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2544000Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2544000Null() { - this[this.tabletblGen2FatherFromGen1.T2544000Column] = global::System.Convert.DBNull; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2544100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2544100Column); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2544100Null() { - this[this.tabletblGen2FatherFromGen1.T2544100Column] = global::System.Convert.DBNull; - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsT2544200Null() { @@ -84798,9843 +79573,15047 @@ public void SetT2546001Null() { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2546100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2546100Column); + public bool IsT2546800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T2546800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2546100Null() { - this[this.tabletblGen2FatherFromGen1.T2546100Column] = global::System.Convert.DBNull; + public void SetT2546800Null() { + this[this.tabletblGen2FatherFromGen1.T2546800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2546101Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2546101Column); + public bool IsT2546900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T2546900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2546101Null() { - this[this.tabletblGen2FatherFromGen1.T2546101Column] = global::System.Convert.DBNull; + public void SetT2546900Null() { + this[this.tabletblGen2FatherFromGen1.T2546900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2546200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2546200Column); + public bool IsT2547000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T2547000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2546200Null() { - this[this.tabletblGen2FatherFromGen1.T2546200Column] = global::System.Convert.DBNull; + public void SetT2547000Null() { + this[this.tabletblGen2FatherFromGen1.T2547000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2546201Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2546201Column); + public bool IsT2547100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T2547100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2546201Null() { - this[this.tabletblGen2FatherFromGen1.T2546201Column] = global::System.Convert.DBNull; + public void SetT2547100Null() { + this[this.tabletblGen2FatherFromGen1.T2547100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2546300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2546300Column); + public bool IsT2547200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T2547200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2546300Null() { - this[this.tabletblGen2FatherFromGen1.T2546300Column] = global::System.Convert.DBNull; + public void SetT2547200Null() { + this[this.tabletblGen2FatherFromGen1.T2547200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2546301Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2546301Column); + public bool IsT2547300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T2547300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2546301Null() { - this[this.tabletblGen2FatherFromGen1.T2546301Column] = global::System.Convert.DBNull; + public void SetT2547300Null() { + this[this.tabletblGen2FatherFromGen1.T2547300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2546400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2546400Column); + public bool IsT2547400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T2547400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2546400Null() { - this[this.tabletblGen2FatherFromGen1.T2546400Column] = global::System.Convert.DBNull; + public void SetT2547400Null() { + this[this.tabletblGen2FatherFromGen1.T2547400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2546401Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2546401Column); + public bool IsT2547500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T2547500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2546401Null() { - this[this.tabletblGen2FatherFromGen1.T2546401Column] = global::System.Convert.DBNull; + public void SetT2547500Null() { + this[this.tabletblGen2FatherFromGen1.T2547500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2546500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2546500Column); + public bool IsT2547600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T2547600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2546500Null() { - this[this.tabletblGen2FatherFromGen1.T2546500Column] = global::System.Convert.DBNull; + public void SetT2547600Null() { + this[this.tabletblGen2FatherFromGen1.T2547600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2546501Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2546501Column); + public bool IsT2547700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T2547700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2546501Null() { - this[this.tabletblGen2FatherFromGen1.T2546501Column] = global::System.Convert.DBNull; + public void SetT2547700Null() { + this[this.tabletblGen2FatherFromGen1.T2547700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2546600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2546600Column); + public bool IsT2763400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T2763400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2546600Null() { - this[this.tabletblGen2FatherFromGen1.T2546600Column] = global::System.Convert.DBNull; + public void SetT2763400Null() { + this[this.tabletblGen2FatherFromGen1.T2763400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2546601Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2546601Column); + public bool IsT2763500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T2763500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2546601Null() { - this[this.tabletblGen2FatherFromGen1.T2546601Column] = global::System.Convert.DBNull; + public void SetT2763500Null() { + this[this.tabletblGen2FatherFromGen1.T2763500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2546700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2546700Column); + public bool IsT2763600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T2763600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2546700Null() { - this[this.tabletblGen2FatherFromGen1.T2546700Column] = global::System.Convert.DBNull; + public void SetT2763600Null() { + this[this.tabletblGen2FatherFromGen1.T2763600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2546701Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2546701Column); + public bool IsT2763700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T2763700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2546701Null() { - this[this.tabletblGen2FatherFromGen1.T2546701Column] = global::System.Convert.DBNull; + public void SetT2763700Null() { + this[this.tabletblGen2FatherFromGen1.T2763700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2546800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2546800Column); + public bool IsT2763800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T2763800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2546800Null() { - this[this.tabletblGen2FatherFromGen1.T2546800Column] = global::System.Convert.DBNull; + public void SetT2763800Null() { + this[this.tabletblGen2FatherFromGen1.T2763800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2546900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2546900Column); + public bool IsT2763900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T2763900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2546900Null() { - this[this.tabletblGen2FatherFromGen1.T2546900Column] = global::System.Convert.DBNull; + public void SetT2763900Null() { + this[this.tabletblGen2FatherFromGen1.T2763900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2547000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2547000Column); + public bool IsT2764000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T2764000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2547000Null() { - this[this.tabletblGen2FatherFromGen1.T2547000Column] = global::System.Convert.DBNull; + public void SetT2764000Null() { + this[this.tabletblGen2FatherFromGen1.T2764000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2547100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2547100Column); + public bool IsT3527500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3527500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2547100Null() { - this[this.tabletblGen2FatherFromGen1.T2547100Column] = global::System.Convert.DBNull; + public void SetT3527500Null() { + this[this.tabletblGen2FatherFromGen1.T3527500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2547200Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2547200Column); + public bool IsT3527600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3527600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2547200Null() { - this[this.tabletblGen2FatherFromGen1.T2547200Column] = global::System.Convert.DBNull; + public void SetT3527600Null() { + this[this.tabletblGen2FatherFromGen1.T3527600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2547300Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2547300Column); + public bool IsT3527700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3527700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2547300Null() { - this[this.tabletblGen2FatherFromGen1.T2547300Column] = global::System.Convert.DBNull; + public void SetT3527700Null() { + this[this.tabletblGen2FatherFromGen1.T3527700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2547400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2547400Column); + public bool IsT3527800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3527800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2547400Null() { - this[this.tabletblGen2FatherFromGen1.T2547400Column] = global::System.Convert.DBNull; + public void SetT3527800Null() { + this[this.tabletblGen2FatherFromGen1.T3527800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2547500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2547500Column); + public bool IsT3527900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3527900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2547500Null() { - this[this.tabletblGen2FatherFromGen1.T2547500Column] = global::System.Convert.DBNull; + public void SetT3527900Null() { + this[this.tabletblGen2FatherFromGen1.T3527900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2547600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2547600Column); + public bool IsT3528000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3528000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2547600Null() { - this[this.tabletblGen2FatherFromGen1.T2547600Column] = global::System.Convert.DBNull; + public void SetT3528000Null() { + this[this.tabletblGen2FatherFromGen1.T3528000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2547700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2547700Column); + public bool IsT3528100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3528100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2547700Null() { - this[this.tabletblGen2FatherFromGen1.T2547700Column] = global::System.Convert.DBNull; + public void SetT3528100Null() { + this[this.tabletblGen2FatherFromGen1.T3528100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2763400Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2763400Column); + public bool IsT3528200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3528200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2763400Null() { - this[this.tabletblGen2FatherFromGen1.T2763400Column] = global::System.Convert.DBNull; + public void SetT3528200Null() { + this[this.tabletblGen2FatherFromGen1.T3528200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2763500Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2763500Column); + public bool IsT3528300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3528300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2763500Null() { - this[this.tabletblGen2FatherFromGen1.T2763500Column] = global::System.Convert.DBNull; + public void SetT3528300Null() { + this[this.tabletblGen2FatherFromGen1.T3528300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2763600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2763600Column); + public bool IsT3528400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3528400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2763600Null() { - this[this.tabletblGen2FatherFromGen1.T2763600Column] = global::System.Convert.DBNull; + public void SetT3528400Null() { + this[this.tabletblGen2FatherFromGen1.T3528400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2763700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2763700Column); + public bool IsT3530500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3530500Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2763700Null() { - this[this.tabletblGen2FatherFromGen1.T2763700Column] = global::System.Convert.DBNull; + public void SetT3530500Null() { + this[this.tabletblGen2FatherFromGen1.T3530500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2763800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2763800Column); + public bool IsT3530600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3530600Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2763800Null() { - this[this.tabletblGen2FatherFromGen1.T2763800Column] = global::System.Convert.DBNull; + public void SetT3530600Null() { + this[this.tabletblGen2FatherFromGen1.T3530600Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2763900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2763900Column); + public bool IsT3530700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3530700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2763900Null() { - this[this.tabletblGen2FatherFromGen1.T2763900Column] = global::System.Convert.DBNull; + public void SetT3530700Null() { + this[this.tabletblGen2FatherFromGen1.T3530700Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT2764000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T2764000Column); + public bool IsT3530800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3530800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT2764000Null() { - this[this.tabletblGen2FatherFromGen1.T2764000Column] = global::System.Convert.DBNull; + public void SetT3530800Null() { + this[this.tabletblGen2FatherFromGen1.T3530800Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT3729600Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T3729600Column); + public bool IsT3530900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3530900Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT3729600Null() { - this[this.tabletblGen2FatherFromGen1.T3729600Column] = global::System.Convert.DBNull; + public void SetT3530900Null() { + this[this.tabletblGen2FatherFromGen1.T3530900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT3729700Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T3729700Column); + public bool IsT3531000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3531000Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT3729700Null() { - this[this.tabletblGen2FatherFromGen1.T3729700Column] = global::System.Convert.DBNull; + public void SetT3531000Null() { + this[this.tabletblGen2FatherFromGen1.T3531000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT3729800Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T3729800Column); + public bool IsT3531100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3531100Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT3729800Null() { - this[this.tabletblGen2FatherFromGen1.T3729800Column] = global::System.Convert.DBNull; + public void SetT3531100Null() { + this[this.tabletblGen2FatherFromGen1.T3531100Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT3729900Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T3729900Column); + public bool IsT3531200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3531200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT3729900Null() { - this[this.tabletblGen2FatherFromGen1.T3729900Column] = global::System.Convert.DBNull; + public void SetT3531200Null() { + this[this.tabletblGen2FatherFromGen1.T3531200Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT3730000Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T3730000Column); + public bool IsT3531300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3531300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT3730000Null() { - this[this.tabletblGen2FatherFromGen1.T3730000Column] = global::System.Convert.DBNull; + public void SetT3531300Null() { + this[this.tabletblGen2FatherFromGen1.T3531300Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool IsT3730100Null() { - return this.IsNull(this.tabletblGen2FatherFromGen1.T3730100Column); + public bool IsT3531400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3531400Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public void SetT3730100Null() { - this[this.tabletblGen2FatherFromGen1.T3730100Column] = global::System.Convert.DBNull; + public void SetT3531400Null() { + this[this.tabletblGen2FatherFromGen1.T3531400Column] = global::System.Convert.DBNull; } - } - - /// - ///Row event argument class - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public class tblLinks2004Gen2RowChangeEvent : global::System.EventArgs { - private tblLinks2004Gen2Row eventRow; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3531500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3531500Column); + } - private global::System.Data.DataRowAction eventAction; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3531500Null() { + this[this.tabletblGen2FatherFromGen1.T3531500Column] = global::System.Convert.DBNull; + } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblLinks2004Gen2RowChangeEvent(tblLinks2004Gen2Row row, global::System.Data.DataRowAction action) { - this.eventRow = row; - this.eventAction = action; + public bool IsT3531501Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3531501Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblLinks2004Gen2Row Row { - get { - return this.eventRow; - } + public void SetT3531501Null() { + this[this.tabletblGen2FatherFromGen1.T3531501Column] = global::System.Convert.DBNull; } [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; - } + public bool IsT3531600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3531600Column); } - } - - /// - ///Row event argument class - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public class tblGen2ImplicitFatherRowChangeEvent : global::System.EventArgs { - private tblGen2ImplicitFatherRow eventRow; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3531600Null() { + this[this.tabletblGen2FatherFromGen1.T3531600Column] = global::System.Convert.DBNull; + } - private global::System.Data.DataRowAction eventAction; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3531601Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3531601Column); + } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2ImplicitFatherRowChangeEvent(tblGen2ImplicitFatherRow row, global::System.Data.DataRowAction action) { - this.eventRow = row; - this.eventAction = action; + public void SetT3531601Null() { + this[this.tabletblGen2FatherFromGen1.T3531601Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2ImplicitFatherRow Row { - get { - return this.eventRow; - } + public bool IsT3531700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3531700Column); } [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; - } + public void SetT3531700Null() { + this[this.tabletblGen2FatherFromGen1.T3531700Column] = global::System.Convert.DBNull; } - } - - /// - ///Row event argument class - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public class tblGen1OutcomesRowChangeEvent : global::System.EventArgs { - private tblGen1OutcomesRow eventRow; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3531701Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3531701Column); + } - private global::System.Data.DataRowAction eventAction; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3531701Null() { + this[this.tabletblGen2FatherFromGen1.T3531701Column] = global::System.Convert.DBNull; + } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1OutcomesRowChangeEvent(tblGen1OutcomesRow row, global::System.Data.DataRowAction action) { - this.eventRow = row; - this.eventAction = action; + public bool IsT3531800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3531800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1OutcomesRow Row { - get { - return this.eventRow; - } + public void SetT3531800Null() { + this[this.tabletblGen2FatherFromGen1.T3531800Column] = global::System.Convert.DBNull; } [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; - } + public bool IsT3531801Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3531801Column); } - } - - /// - ///Row event argument class - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public class tblGen2OutcomesHeightRowChangeEvent : global::System.EventArgs { - private tblGen2OutcomesHeightRow eventRow; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3531801Null() { + this[this.tabletblGen2FatherFromGen1.T3531801Column] = global::System.Convert.DBNull; + } - private global::System.Data.DataRowAction eventAction; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3531900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3531900Column); + } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2OutcomesHeightRowChangeEvent(tblGen2OutcomesHeightRow row, global::System.Data.DataRowAction action) { - this.eventRow = row; - this.eventAction = action; + public void SetT3531900Null() { + this[this.tabletblGen2FatherFromGen1.T3531900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2OutcomesHeightRow Row { - get { - return this.eventRow; - } + public bool IsT3531901Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3531901Column); } [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; - } + public void SetT3531901Null() { + this[this.tabletblGen2FatherFromGen1.T3531901Column] = global::System.Convert.DBNull; } - } - - /// - ///Row event argument class - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public class tblGen1ExplicitRowChangeEvent : global::System.EventArgs { - private tblGen1ExplicitRow eventRow; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3532000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3532000Column); + } - private global::System.Data.DataRowAction eventAction; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3532000Null() { + this[this.tabletblGen2FatherFromGen1.T3532000Column] = global::System.Convert.DBNull; + } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1ExplicitRowChangeEvent(tblGen1ExplicitRow row, global::System.Data.DataRowAction action) { - this.eventRow = row; - this.eventAction = action; + public bool IsT3532001Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3532001Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1ExplicitRow Row { - get { - return this.eventRow; - } + public void SetT3532001Null() { + this[this.tabletblGen2FatherFromGen1.T3532001Column] = global::System.Convert.DBNull; } [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; - } + public bool IsT3532100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3532100Column); } - } - - /// - ///Row event argument class - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public class tblGen1ImplicitRowChangeEvent : global::System.EventArgs { - private tblGen1ImplicitRow eventRow; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3532100Null() { + this[this.tabletblGen2FatherFromGen1.T3532100Column] = global::System.Convert.DBNull; + } - private global::System.Data.DataRowAction eventAction; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3532101Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3532101Column); + } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1ImplicitRowChangeEvent(tblGen1ImplicitRow row, global::System.Data.DataRowAction action) { - this.eventRow = row; - this.eventAction = action; + public void SetT3532101Null() { + this[this.tabletblGen2FatherFromGen1.T3532101Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1ImplicitRow Row { - get { - return this.eventRow; - } + public bool IsT3532200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3532200Column); } [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; - } + public void SetT3532200Null() { + this[this.tabletblGen2FatherFromGen1.T3532200Column] = global::System.Convert.DBNull; } - } - - /// - ///Row event argument class - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public class tblGen2OutcomesWeightRowChangeEvent : global::System.EventArgs { - private tblGen2OutcomesWeightRow eventRow; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3532201Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3532201Column); + } - private global::System.Data.DataRowAction eventAction; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3532201Null() { + this[this.tabletblGen2FatherFromGen1.T3532201Column] = global::System.Convert.DBNull; + } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2OutcomesWeightRowChangeEvent(tblGen2OutcomesWeightRow row, global::System.Data.DataRowAction action) { - this.eventRow = row; - this.eventAction = action; + public bool IsT3532300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3532300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2OutcomesWeightRow Row { - get { - return this.eventRow; - } + public void SetT3532300Null() { + this[this.tabletblGen2FatherFromGen1.T3532300Column] = global::System.Convert.DBNull; } [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; - } + public bool IsT3532301Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3532301Column); } - } - - /// - ///Row event argument class - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public class tblLinks2004Gen1RowChangeEvent : global::System.EventArgs { - private tblLinks2004Gen1Row eventRow; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3532301Null() { + this[this.tabletblGen2FatherFromGen1.T3532301Column] = global::System.Convert.DBNull; + } - private global::System.Data.DataRowAction eventAction; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3532400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3532400Column); + } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblLinks2004Gen1RowChangeEvent(tblLinks2004Gen1Row row, global::System.Data.DataRowAction action) { - this.eventRow = row; - this.eventAction = action; + public void SetT3532400Null() { + this[this.tabletblGen2FatherFromGen1.T3532400Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblLinks2004Gen1Row Row { - get { - return this.eventRow; - } + public bool IsT3532401Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3532401Column); } [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; - } + public void SetT3532401Null() { + this[this.tabletblGen2FatherFromGen1.T3532401Column] = global::System.Convert.DBNull; } - } - - /// - ///Row event argument class - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public class tblGen2OutcomesMathRowChangeEvent : global::System.EventArgs { - private tblGen2OutcomesMathRow eventRow; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3533200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3533200Column); + } - private global::System.Data.DataRowAction eventAction; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3533200Null() { + this[this.tabletblGen2FatherFromGen1.T3533200Column] = global::System.Convert.DBNull; + } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2OutcomesMathRowChangeEvent(tblGen2OutcomesMathRow row, global::System.Data.DataRowAction action) { - this.eventRow = row; - this.eventAction = action; + public bool IsT3533300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3533300Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2OutcomesMathRow Row { - get { - return this.eventRow; - } + public void SetT3533300Null() { + this[this.tabletblGen2FatherFromGen1.T3533300Column] = global::System.Convert.DBNull; } [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; - } + public bool IsT3533400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3533400Column); } - } - - /// - ///Row event argument class - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public class tblGen1GeocodeSanitizedRowChangeEvent : global::System.EventArgs { - private tblGen1GeocodeSanitizedRow eventRow; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3533400Null() { + this[this.tabletblGen2FatherFromGen1.T3533400Column] = global::System.Convert.DBNull; + } - private global::System.Data.DataRowAction eventAction; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3533500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3533500Column); + } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1GeocodeSanitizedRowChangeEvent(tblGen1GeocodeSanitizedRow row, global::System.Data.DataRowAction action) { - this.eventRow = row; - this.eventAction = action; + public void SetT3533500Null() { + this[this.tabletblGen2FatherFromGen1.T3533500Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1GeocodeSanitizedRow Row { - get { - return this.eventRow; - } + public bool IsT3533600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3533600Column); } [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; - } + public void SetT3533600Null() { + this[this.tabletblGen2FatherFromGen1.T3533600Column] = global::System.Convert.DBNull; } - } - - /// - ///Row event argument class - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public class tblRosterGen1AssignmentRowChangeEvent : global::System.EventArgs { - private tblRosterGen1AssignmentRow eventRow; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3533700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3533700Column); + } - private global::System.Data.DataRowAction eventAction; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3533700Null() { + this[this.tabletblGen2FatherFromGen1.T3533700Column] = global::System.Convert.DBNull; + } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblRosterGen1AssignmentRowChangeEvent(tblRosterGen1AssignmentRow row, global::System.Data.DataRowAction action) { - this.eventRow = row; - this.eventAction = action; + public bool IsT3533800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3533800Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblRosterGen1AssignmentRow Row { - get { - return this.eventRow; - } + public void SetT3533800Null() { + this[this.tabletblGen2FatherFromGen1.T3533800Column] = global::System.Convert.DBNull; } [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; - } + public bool IsT3533900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3533900Column); } - } - - /// - ///Row event argument class - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public class tblGen2LinksFromGen1RowChangeEvent : global::System.EventArgs { - private tblGen2LinksFromGen1Row eventRow; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3533900Null() { + this[this.tabletblGen2FatherFromGen1.T3533900Column] = global::System.Convert.DBNull; + } - private global::System.Data.DataRowAction eventAction; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3534000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3534000Column); + } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2LinksFromGen1RowChangeEvent(tblGen2LinksFromGen1Row row, global::System.Data.DataRowAction action) { - this.eventRow = row; - this.eventAction = action; + public void SetT3534000Null() { + this[this.tabletblGen2FatherFromGen1.T3534000Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2LinksFromGen1Row Row { - get { - return this.eventRow; - } + public bool IsT3534100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3534100Column); } [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; - } + public void SetT3534100Null() { + this[this.tabletblGen2FatherFromGen1.T3534100Column] = global::System.Convert.DBNull; } - } - - /// - ///Row event argument class - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public class tblGen2LinksRowChangeEvent : global::System.EventArgs { - private tblGen2LinksRow eventRow; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3729600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3729600Column); + } - private global::System.Data.DataRowAction eventAction; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3729600Null() { + this[this.tabletblGen2FatherFromGen1.T3729600Column] = global::System.Convert.DBNull; + } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2LinksRowChangeEvent(tblGen2LinksRow row, global::System.Data.DataRowAction action) { - this.eventRow = row; - this.eventAction = action; + public bool IsT3729700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3729700Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2LinksRow Row { - get { - return this.eventRow; - } + public void SetT3729700Null() { + this[this.tabletblGen2FatherFromGen1.T3729700Column] = global::System.Convert.DBNull; } [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; - } + public bool IsT3729800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3729800Column); } - } - - /// - ///Row event argument class - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public class tblGen1LinksRowChangeEvent : global::System.EventArgs { - private tblGen1LinksRow eventRow; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3729800Null() { + this[this.tabletblGen2FatherFromGen1.T3729800Column] = global::System.Convert.DBNull; + } - private global::System.Data.DataRowAction eventAction; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3729900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3729900Column); + } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1LinksRowChangeEvent(tblGen1LinksRow row, global::System.Data.DataRowAction action) { - this.eventRow = row; - this.eventAction = action; + public void SetT3729900Null() { + this[this.tabletblGen2FatherFromGen1.T3729900Column] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1LinksRow Row { - get { - return this.eventRow; - } + public bool IsT3730000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3730000Column); } [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; - } + public void SetT3730000Null() { + this[this.tabletblGen2FatherFromGen1.T3730000Column] = global::System.Convert.DBNull; } - } - - /// - ///Row event argument class - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public class tblGen2FatherFromGen1RowChangeEvent : global::System.EventArgs { - private tblGen2FatherFromGen1Row eventRow; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3730100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T3730100Column); + } - private global::System.Data.DataRowAction eventAction; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3730100Null() { + this[this.tabletblGen2FatherFromGen1.T3730100Column] = global::System.Convert.DBNull; + } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2FatherFromGen1RowChangeEvent(tblGen2FatherFromGen1Row row, global::System.Data.DataRowAction action) { - this.eventRow = row; - this.eventAction = action; + public bool IsT4496200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4496200Column); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2FatherFromGen1Row Row { - get { - return this.eventRow; - } + public void SetT4496200Null() { + this[this.tabletblGen2FatherFromGen1.T4496200Column] = global::System.Convert.DBNull; } [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; - } + public bool IsT4496300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4496300Column); } - } - } -} -namespace Nls.Base79.ImportDataSetTableAdapters { - - - /// - ///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 tblLinks2004Gen2TableAdapter : 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 tblLinks2004Gen2TableAdapter() { - 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")] + public void SetT4496300Null() { + this[this.tabletblGen2FatherFromGen1.T4496300Column] = global::System.Convert.DBNull; } - } - - [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; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4496400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4496400Column); } - 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")] + public void SetT4496400Null() { + this[this.tabletblGen2FatherFromGen1.T4496400Column] = global::System.Convert.DBNull; } - } - - [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; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4496500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4496500Column); } - 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")] + public void SetT4496500Null() { + this[this.tabletblGen2FatherFromGen1.T4496500Column] = global::System.Convert.DBNull; } - } - - [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 IsT4496600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4496600Column); } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool ClearBeforeFill { - get { - return this._clearBeforeFill; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4496600Null() { + this[this.tabletblGen2FatherFromGen1.T4496600Column] = global::System.Convert.DBNull; } - set { - this._clearBeforeFill = value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4496700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4496700Column); } - } - - [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 = "tblLinks2004Gen2"; - tableMapping.ColumnMappings.Add("ID1", "ID1"); - tableMapping.ColumnMappings.Add("ID2", "ID2"); - tableMapping.ColumnMappings.Add("Sex1", "Sex1"); - tableMapping.ColumnMappings.Add("Sex2", "Sex2"); - tableMapping.ColumnMappings.Add("RecommendedRelatedness", "RecommendedRelatedness"); - 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 [Extract].[tblLinks2004Gen2] WHERE (([ID1] = @Original_ID1) AND ([ID2] = @Original_ID2) AND ((@IsNull_Sex1 = 1 AND [Sex1] IS NULL) OR ([Sex1] = @Original_Sex1)) AND ((@IsNull_Sex2 = 1 AND [Sex2] IS NULL) OR ([Sex2] = @Original_Sex2)) AND ((@IsNull_RecommendedRelatedness = 1 AND [RecommendedRelatedness] IS NULL) OR ([RecommendedRelatedness] = @Original_RecommendedRelatedness)))"; - this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ID1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ID2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Sex1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sex1", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Sex2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sex2", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_RecommendedRelatedness", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RecommendedRelatedness", global::System.Data.SqlDbType.Real, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", 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 [Extract].[tblLinks2004Gen2] ([ID1], [ID2], [Sex1], [Sex2], [RecommendedRelatedness]) VALUES (@ID1, @ID2, @Sex1, @Sex2, @RecommendedRelatedness); -SELECT ID1, ID2, Sex1, Sex2, RecommendedRelatedness FROM Extract.tblLinks2004Gen2 WHERE (ID1 = @ID1) AND (ID2 = @ID2)"; - this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sex1", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sex2", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RecommendedRelatedness", global::System.Data.SqlDbType.Real, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", 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 [Extract].[tblLinks2004Gen2] SET [ID1] = @ID1, [ID2] = @ID2, [Sex1] = @Sex1, [Sex2] = @Sex2, [RecommendedRelatedness] = @RecommendedRelatedness WHERE (([ID1] = @Original_ID1) AND ([ID2] = @Original_ID2) AND ((@IsNull_Sex1 = 1 AND [Sex1] IS NULL) OR ([Sex1] = @Original_Sex1)) AND ((@IsNull_Sex2 = 1 AND [Sex2] IS NULL) OR ([Sex2] = @Original_Sex2)) AND ((@IsNull_RecommendedRelatedness = 1 AND [RecommendedRelatedness] IS NULL) OR ([RecommendedRelatedness] = @Original_RecommendedRelatedness))); -SELECT ID1, ID2, Sex1, Sex2, RecommendedRelatedness FROM Extract.tblLinks2004Gen2 WHERE (ID1 = @ID1) AND (ID2 = @ID2)"; - this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sex1", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sex2", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RecommendedRelatedness", global::System.Data.SqlDbType.Real, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ID1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ID2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Sex1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sex1", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Sex2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sex2", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_RecommendedRelatedness", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RecommendedRelatedness", global::System.Data.SqlDbType.Real, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", 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::Nls.Base79.Properties.Settings.Default.Nlsy79ConnectionStringBase; - } - - [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 ID1, ID2, Sex1, Sex2, RecommendedRelatedness FROM Extract.tblLinks2004Gen2" + - ""; - 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(ImportDataSet.tblLinks2004Gen2DataTable dataTable) { - this.Adapter.SelectCommand = this.CommandCollection[0]; - if ((this.ClearBeforeFill == true)) { - dataTable.Clear(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4496700Null() { + this[this.tabletblGen2FatherFromGen1.T4496700Column] = global::System.Convert.DBNull; } - 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 ImportDataSet.tblLinks2004Gen2DataTable GetData() { - this.Adapter.SelectCommand = this.CommandCollection[0]; - ImportDataSet.tblLinks2004Gen2DataTable dataTable = new ImportDataSet.tblLinks2004Gen2DataTable(); - 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(ImportDataSet.tblLinks2004Gen2DataTable 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(ImportDataSet dataSet) { - return this.Adapter.Update(dataSet, "tblLinks2004Gen2"); - } - - [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(int Original_ID1, int Original_ID2, global::System.Nullable Original_Sex1, global::System.Nullable Original_Sex2, global::System.Nullable Original_RecommendedRelatedness) { - this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_ID1)); - this.Adapter.DeleteCommand.Parameters[1].Value = ((int)(Original_ID2)); - if ((Original_Sex1.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[3].Value = ((byte)(Original_Sex1.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4496800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4496800Column); } - else { - this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[3].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4496800Null() { + this[this.tabletblGen2FatherFromGen1.T4496800Column] = global::System.Convert.DBNull; } - if ((Original_Sex2.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[5].Value = ((byte)(Original_Sex2.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4496900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4496900Column); } - else { - this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[5].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4496900Null() { + this[this.tabletblGen2FatherFromGen1.T4496900Column] = global::System.Convert.DBNull; } - if ((Original_RecommendedRelatedness.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[7].Value = ((float)(Original_RecommendedRelatedness.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4497000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4497000Column); } - else { - this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[7].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4497000Null() { + this[this.tabletblGen2FatherFromGen1.T4497000Column] = global::System.Convert.DBNull; } - 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(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4497100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4497100Column); } - try { - int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); - return returnValue; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4497100Null() { + this[this.tabletblGen2FatherFromGen1.T4497100Column] = global::System.Convert.DBNull; } - 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")] + public bool IsT4500700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4500700Column); } - } - - [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(int ID1, int ID2, global::System.Nullable Sex1, global::System.Nullable Sex2, global::System.Nullable RecommendedRelatedness) { - this.Adapter.InsertCommand.Parameters[0].Value = ((int)(ID1)); - this.Adapter.InsertCommand.Parameters[1].Value = ((int)(ID2)); - if ((Sex1.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[2].Value = ((byte)(Sex1.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4500700Null() { + this[this.tabletblGen2FatherFromGen1.T4500700Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4500800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4500800Column); } - if ((Sex2.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[3].Value = ((byte)(Sex2.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4500800Null() { + this[this.tabletblGen2FatherFromGen1.T4500800Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4500900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4500900Column); } - if ((RecommendedRelatedness.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[4].Value = ((float)(RecommendedRelatedness.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4500900Null() { + this[this.tabletblGen2FatherFromGen1.T4500900Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4501000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4501000Column); } - 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(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4501000Null() { + this[this.tabletblGen2FatherFromGen1.T4501000Column] = global::System.Convert.DBNull; } - try { - int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); - return returnValue; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4501100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4501100Column); } - 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")] + public void SetT4501100Null() { + this[this.tabletblGen2FatherFromGen1.T4501100Column] = global::System.Convert.DBNull; } - } - - [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 ID1, int ID2, global::System.Nullable Sex1, global::System.Nullable Sex2, global::System.Nullable RecommendedRelatedness, int Original_ID1, int Original_ID2, global::System.Nullable Original_Sex1, global::System.Nullable Original_Sex2, global::System.Nullable Original_RecommendedRelatedness) { - this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(ID1)); - this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(ID2)); - if ((Sex1.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2].Value = ((byte)(Sex1.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4501200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4501200Column); } - else { - this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4501200Null() { + this[this.tabletblGen2FatherFromGen1.T4501200Column] = global::System.Convert.DBNull; } - if ((Sex2.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[3].Value = ((byte)(Sex2.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4501300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4501300Column); } - else { - this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4501300Null() { + this[this.tabletblGen2FatherFromGen1.T4501300Column] = global::System.Convert.DBNull; } - if ((RecommendedRelatedness.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[4].Value = ((float)(RecommendedRelatedness.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4501400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4501400Column); } - else { - this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4501400Null() { + this[this.tabletblGen2FatherFromGen1.T4501400Column] = global::System.Convert.DBNull; } - this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(Original_ID1)); - this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(Original_ID2)); - if ((Original_Sex1.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[7].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[8].Value = ((byte)(Original_Sex1.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4501500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4501500Column); } - else { - this.Adapter.UpdateCommand.Parameters[7].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4501500Null() { + this[this.tabletblGen2FatherFromGen1.T4501500Column] = global::System.Convert.DBNull; } - if ((Original_Sex2.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[9].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[10].Value = ((byte)(Original_Sex2.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4501600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4501600Column); } - else { - this.Adapter.UpdateCommand.Parameters[9].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4501600Null() { + this[this.tabletblGen2FatherFromGen1.T4501600Column] = global::System.Convert.DBNull; } - if ((Original_RecommendedRelatedness.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[11].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[12].Value = ((float)(Original_RecommendedRelatedness.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4501700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4501700Column); } - else { - this.Adapter.UpdateCommand.Parameters[11].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4501700Null() { + this[this.tabletblGen2FatherFromGen1.T4501700Column] = global::System.Convert.DBNull; } - 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(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4501701Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4501701Column); } - try { - int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); - return returnValue; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4501701Null() { + this[this.tabletblGen2FatherFromGen1.T4501701Column] = global::System.Convert.DBNull; } - 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")] + public bool IsT4501800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4501800Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4501800Null() { + this[this.tabletblGen2FatherFromGen1.T4501800Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4501801Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4501801Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4501801Null() { + this[this.tabletblGen2FatherFromGen1.T4501801Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4501900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4501900Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4501900Null() { + this[this.tabletblGen2FatherFromGen1.T4501900Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4501901Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4501901Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4501901Null() { + this[this.tabletblGen2FatherFromGen1.T4501901Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4502000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4502000Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4502000Null() { + this[this.tabletblGen2FatherFromGen1.T4502000Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4502001Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4502001Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4502001Null() { + this[this.tabletblGen2FatherFromGen1.T4502001Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4502100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4502100Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4502100Null() { + this[this.tabletblGen2FatherFromGen1.T4502100Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4502101Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4502101Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4502101Null() { + this[this.tabletblGen2FatherFromGen1.T4502101Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4502200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4502200Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4502200Null() { + this[this.tabletblGen2FatherFromGen1.T4502200Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4502201Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4502201Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4502201Null() { + this[this.tabletblGen2FatherFromGen1.T4502201Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4502300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4502300Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4502300Null() { + this[this.tabletblGen2FatherFromGen1.T4502300Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4502301Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4502301Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4502301Null() { + this[this.tabletblGen2FatherFromGen1.T4502301Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4502400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4502400Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4502400Null() { + this[this.tabletblGen2FatherFromGen1.T4502400Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4502401Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4502401Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4502401Null() { + this[this.tabletblGen2FatherFromGen1.T4502401Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4502500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4502500Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4502500Null() { + this[this.tabletblGen2FatherFromGen1.T4502500Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4502501Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4502501Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4502501Null() { + this[this.tabletblGen2FatherFromGen1.T4502501Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4502600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4502600Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4502600Null() { + this[this.tabletblGen2FatherFromGen1.T4502600Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4502601Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4502601Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4502601Null() { + this[this.tabletblGen2FatherFromGen1.T4502601Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4504900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4504900Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4504900Null() { + this[this.tabletblGen2FatherFromGen1.T4504900Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4505000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4505000Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4505000Null() { + this[this.tabletblGen2FatherFromGen1.T4505000Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4505100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4505100Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4505100Null() { + this[this.tabletblGen2FatherFromGen1.T4505100Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4505200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4505200Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4505200Null() { + this[this.tabletblGen2FatherFromGen1.T4505200Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4505300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4505300Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4505300Null() { + this[this.tabletblGen2FatherFromGen1.T4505300Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4505400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4505400Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4505400Null() { + this[this.tabletblGen2FatherFromGen1.T4505400Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4505500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4505500Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4505500Null() { + this[this.tabletblGen2FatherFromGen1.T4505500Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4505600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4505600Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4505600Null() { + this[this.tabletblGen2FatherFromGen1.T4505600Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4505700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4505700Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4505700Null() { + this[this.tabletblGen2FatherFromGen1.T4505700Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4505800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4505800Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4505800Null() { + this[this.tabletblGen2FatherFromGen1.T4505800Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4703500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4703500Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4703500Null() { + this[this.tabletblGen2FatherFromGen1.T4703500Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4703600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4703600Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4703600Null() { + this[this.tabletblGen2FatherFromGen1.T4703600Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4703700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4703700Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4703700Null() { + this[this.tabletblGen2FatherFromGen1.T4703700Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4703800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4703800Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4703800Null() { + this[this.tabletblGen2FatherFromGen1.T4703800Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4703900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4703900Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4703900Null() { + this[this.tabletblGen2FatherFromGen1.T4703900Column] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4704000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1.T4704000Column); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4704000Null() { + this[this.tabletblGen2FatherFromGen1.T4704000Column] = global::System.Convert.DBNull; } } - [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(global::System.Nullable Sex1, global::System.Nullable Sex2, global::System.Nullable RecommendedRelatedness, int Original_ID1, int Original_ID2, global::System.Nullable Original_Sex1, global::System.Nullable Original_Sex2, global::System.Nullable Original_RecommendedRelatedness) { - return this.Update(Original_ID1, Original_ID2, Sex1, Sex2, RecommendedRelatedness, Original_ID1, Original_ID2, Original_Sex1, Original_Sex2, Original_RecommendedRelatedness); - } - } - - /// - ///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 tblGen2ImplicitFatherTableAdapter : 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 tblGen2ImplicitFatherTableAdapter() { - 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(); + /// + ///Represents strongly named DataRow class. + /// + public partial class tblGen2FatherFromGen1DeathRow : global::System.Data.DataRow { + + private tblGen2FatherFromGen1DeathDataTable tabletblGen2FatherFromGen1Death; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + internal tblGen2FatherFromGen1DeathRow(global::System.Data.DataRowBuilder rb) : + base(rb) { + this.tabletblGen2FatherFromGen1Death = ((tblGen2FatherFromGen1DeathDataTable)(this.Table)); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R0000100 { + get { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R0000100Column])); + } + set { + this[this.tabletblGen2FatherFromGen1Death.R0000100Column] = value; } - 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(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R1373400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1373400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R1373400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R1373400Column] = value; } - return this._connection; } - set { - this._connection = value; - if ((this.Adapter.InsertCommand != null)) { - this.Adapter.InsertCommand.Connection = value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R1374100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1374100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R1374100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } } - if ((this.Adapter.DeleteCommand != null)) { - this.Adapter.DeleteCommand.Connection = value; + set { + this[this.tabletblGen2FatherFromGen1Death.R1374100Column] = value; } - if ((this.Adapter.UpdateCommand != null)) { - this.Adapter.UpdateCommand.Connection = value; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R1374800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1374800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R1374800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } } - 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; + set { + this[this.tabletblGen2FatherFromGen1Death.R1374800Column] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R1375500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1375500Column])); } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R1375500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R1375500Column] = 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; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R1376200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1376200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R1376200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R1376200Column] = value; + } } - set { - this._transaction = value; - for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { - this.CommandCollection[i].Transaction = this._transaction; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R1376900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1376900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R1376900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } } - if (((this.Adapter != null) - && (this.Adapter.DeleteCommand != null))) { - this.Adapter.DeleteCommand.Transaction = this._transaction; + set { + this[this.tabletblGen2FatherFromGen1Death.R1376900Column] = value; } - if (((this.Adapter != null) - && (this.Adapter.InsertCommand != null))) { - this.Adapter.InsertCommand.Transaction = this._transaction; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R1377600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1377600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R1377600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } } - if (((this.Adapter != null) - && (this.Adapter.UpdateCommand != null))) { - this.Adapter.UpdateCommand.Transaction = this._transaction; + set { + this[this.tabletblGen2FatherFromGen1Death.R1377600Column] = value; } } - } - - [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(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R1753800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1753800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R1753800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R1753800Column] = value; } - 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; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R1754500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1754500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R1754500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R1754500Column] = value; + } } - set { - this._clearBeforeFill = value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R1755200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1755200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R1755200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R1755200Column] = 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 = "tblGen2ImplicitFather"; - tableMapping.ColumnMappings.Add("C0000100", "C0000100"); - tableMapping.ColumnMappings.Add("C0000200", "C0000200"); - tableMapping.ColumnMappings.Add("C0005300", "C0005300"); - tableMapping.ColumnMappings.Add("C0005400", "C0005400"); - tableMapping.ColumnMappings.Add("C0005700", "C0005700"); - tableMapping.ColumnMappings.Add("C0008100", "C0008100"); - tableMapping.ColumnMappings.Add("C0008200", "C0008200"); - tableMapping.ColumnMappings.Add("C0008300", "C0008300"); - tableMapping.ColumnMappings.Add("C0008600", "C0008600"); - tableMapping.ColumnMappings.Add("C0008700", "C0008700"); - tableMapping.ColumnMappings.Add("C0008800", "C0008800"); - tableMapping.ColumnMappings.Add("C0009100", "C0009100"); - tableMapping.ColumnMappings.Add("C0009200", "C0009200"); - tableMapping.ColumnMappings.Add("C0009300", "C0009300"); - tableMapping.ColumnMappings.Add("C0009600", "C0009600"); - tableMapping.ColumnMappings.Add("C0009700", "C0009700"); - tableMapping.ColumnMappings.Add("C0009800", "C0009800"); - tableMapping.ColumnMappings.Add("C0009900", "C0009900"); - tableMapping.ColumnMappings.Add("C0010110", "C0010110"); - tableMapping.ColumnMappings.Add("C0010200", "C0010200"); - tableMapping.ColumnMappings.Add("C0010300", "C0010300"); - tableMapping.ColumnMappings.Add("C0010400", "C0010400"); - tableMapping.ColumnMappings.Add("C0010700", "C0010700"); - tableMapping.ColumnMappings.Add("C0010800", "C0010800"); - tableMapping.ColumnMappings.Add("C0010900", "C0010900"); - tableMapping.ColumnMappings.Add("C0011110", "C0011110"); - tableMapping.ColumnMappings.Add("C0011111", "C0011111"); - tableMapping.ColumnMappings.Add("C0011112", "C0011112"); - tableMapping.ColumnMappings.Add("C0011113", "C0011113"); - tableMapping.ColumnMappings.Add("C0011114", "C0011114"); - tableMapping.ColumnMappings.Add("C0011117", "C0011117"); - tableMapping.ColumnMappings.Add("C0011118", "C0011118"); - tableMapping.ColumnMappings.Add("C0011119", "C0011119"); - tableMapping.ColumnMappings.Add("C0011122", "C0011122"); - tableMapping.ColumnMappings.Add("C0011123", "C0011123"); - tableMapping.ColumnMappings.Add("C0011124", "C0011124"); - tableMapping.ColumnMappings.Add("C0011127", "C0011127"); - tableMapping.ColumnMappings.Add("C0011128", "C0011128"); - tableMapping.ColumnMappings.Add("C0011129", "C0011129"); - tableMapping.ColumnMappings.Add("C0011132", "C0011132"); - tableMapping.ColumnMappings.Add("C0011133", "C0011133"); - tableMapping.ColumnMappings.Add("C0011134", "C0011134"); - tableMapping.ColumnMappings.Add("C0011137", "C0011137"); - tableMapping.ColumnMappings.Add("C0011138", "C0011138"); - tableMapping.ColumnMappings.Add("C0011139", "C0011139"); - tableMapping.ColumnMappings.Add("C0011142", "C0011142"); - tableMapping.ColumnMappings.Add("C0011143", "C0011143"); - tableMapping.ColumnMappings.Add("C0011144", "C0011144"); - tableMapping.ColumnMappings.Add("C3070500", "C3070500"); - tableMapping.ColumnMappings.Add("C3423600", "C3423600"); - tableMapping.ColumnMappings.Add("C3601100", "C3601100"); - tableMapping.ColumnMappings.Add("C3601700", "C3601700"); - tableMapping.ColumnMappings.Add("C3601800", "C3601800"); - tableMapping.ColumnMappings.Add("C3601900", "C3601900"); - tableMapping.ColumnMappings.Add("C3605900", "C3605900"); - tableMapping.ColumnMappings.Add("C3981100", "C3981100"); - tableMapping.ColumnMappings.Add("C3981700", "C3981700"); - tableMapping.ColumnMappings.Add("C3981800", "C3981800"); - tableMapping.ColumnMappings.Add("C3981900", "C3981900"); - tableMapping.ColumnMappings.Add("Y0003200", "Y0003200"); - tableMapping.ColumnMappings.Add("Y0007300", "Y0007300"); - tableMapping.ColumnMappings.Add("Y0007400", "Y0007400"); - tableMapping.ColumnMappings.Add("Y0007600", "Y0007600"); - tableMapping.ColumnMappings.Add("Y0007601", "Y0007601"); - tableMapping.ColumnMappings.Add("Y0008000", "Y0008000"); - tableMapping.ColumnMappings.Add("Y0008500", "Y0008500"); - tableMapping.ColumnMappings.Add("Y0008600", "Y0008600"); - tableMapping.ColumnMappings.Add("Y0009400", "Y0009400"); - tableMapping.ColumnMappings.Add("Y0394100", "Y0394100"); - tableMapping.ColumnMappings.Add("Y0394300", "Y0394300"); - tableMapping.ColumnMappings.Add("Y0394500", "Y0394500"); - tableMapping.ColumnMappings.Add("Y0394501", "Y0394501"); - tableMapping.ColumnMappings.Add("Y0394900", "Y0394900"); - tableMapping.ColumnMappings.Add("Y0651000", "Y0651000"); - tableMapping.ColumnMappings.Add("Y0682500", "Y0682500"); - tableMapping.ColumnMappings.Add("Y0683800", "Y0683800"); - tableMapping.ColumnMappings.Add("Y0683900", "Y0683900"); - tableMapping.ColumnMappings.Add("Y0684100", "Y0684100"); - tableMapping.ColumnMappings.Add("Y0684101", "Y0684101"); - tableMapping.ColumnMappings.Add("Y0684500", "Y0684500"); - tableMapping.ColumnMappings.Add("Y0947100", "Y0947100"); - tableMapping.ColumnMappings.Add("Y0986200", "Y0986200"); - tableMapping.ColumnMappings.Add("Y0986700", "Y0986700"); - tableMapping.ColumnMappings.Add("Y0988800", "Y0988800"); - tableMapping.ColumnMappings.Add("Y0988900", "Y0988900"); - tableMapping.ColumnMappings.Add("Y0989400", "Y0989400"); - tableMapping.ColumnMappings.Add("Y0989401", "Y0989401"); - tableMapping.ColumnMappings.Add("Y0989900", "Y0989900"); - tableMapping.ColumnMappings.Add("Y1229100", "Y1229100"); - tableMapping.ColumnMappings.Add("Y1229200", "Y1229200"); - tableMapping.ColumnMappings.Add("Y1229700", "Y1229700"); - tableMapping.ColumnMappings.Add("Y1229701", "Y1229701"); - tableMapping.ColumnMappings.Add("Y1458900", "Y1458900"); - tableMapping.ColumnMappings.Add("Y1459400", "Y1459400"); - tableMapping.ColumnMappings.Add("Y1459401", "Y1459401"); - tableMapping.ColumnMappings.Add("Y1629500", "Y1629500"); - tableMapping.ColumnMappings.Add("Y1704000", "Y1704000"); - tableMapping.ColumnMappings.Add("Y1704500", "Y1704500"); - tableMapping.ColumnMappings.Add("Y1704501", "Y1704501"); - tableMapping.ColumnMappings.Add("Y1707300", "Y1707300"); - tableMapping.ColumnMappings.Add("Y1883300", "Y1883300"); - tableMapping.ColumnMappings.Add("Y1989500", "Y1989500"); - tableMapping.ColumnMappings.Add("Y1990000", "Y1990000"); - tableMapping.ColumnMappings.Add("Y1990001", "Y1990001"); - tableMapping.ColumnMappings.Add("Y1992900", "Y1992900"); - tableMapping.ColumnMappings.Add("Y2197500", "Y2197500"); - tableMapping.ColumnMappings.Add("Y2308300", "Y2308300"); - tableMapping.ColumnMappings.Add("Y2308800", "Y2308800"); - tableMapping.ColumnMappings.Add("Y2308801", "Y2308801"); - tableMapping.ColumnMappings.Add("Y2311700", "Y2311700"); - tableMapping.ColumnMappings.Add("Y2531800", "Y2531800"); - 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 [Extract].[tblGen2ImplicitFather] WHERE (([C0000100] = @Original_C000" + - "0100) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Origi" + - "nal_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300]" + - " = @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([" + - "C0005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NU" + - "LL) OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_C0008100 = 1 AND [C00081" + - "00] IS NULL) OR ([C0008100] = @Original_C0008100)) AND ((@IsNull_C0008200 = 1 AN" + - "D [C0008200] IS NULL) OR ([C0008200] = @Original_C0008200)) AND ((@IsNull_C00083" + - "00 = 1 AND [C0008300] IS NULL) OR ([C0008300] = @Original_C0008300)) AND ((@IsNu" + - "ll_C0008600 = 1 AND [C0008600] IS NULL) OR ([C0008600] = @Original_C0008600)) AN" + - "D ((@IsNull_C0008700 = 1 AND [C0008700] IS NULL) OR ([C0008700] = @Original_C000" + - "8700)) AND ((@IsNull_C0008800 = 1 AND [C0008800] IS NULL) OR ([C0008800] = @Orig" + - "inal_C0008800)) AND ((@IsNull_C0009100 = 1 AND [C0009100] IS NULL) OR ([C0009100" + - "] = @Original_C0009100)) AND ((@IsNull_C0009200 = 1 AND [C0009200] IS NULL) OR (" + - "[C0009200] = @Original_C0009200)) AND ((@IsNull_C0009300 = 1 AND [C0009300] IS N" + - "ULL) OR ([C0009300] = @Original_C0009300)) AND ((@IsNull_C0009600 = 1 AND [C0009" + - "600] IS NULL) OR ([C0009600] = @Original_C0009600)) AND ((@IsNull_C0009700 = 1 A" + - "ND [C0009700] IS NULL) OR ([C0009700] = @Original_C0009700)) AND ((@IsNull_C0009" + - "800 = 1 AND [C0009800] IS NULL) OR ([C0009800] = @Original_C0009800)) AND ((@IsN" + - "ull_C0009900 = 1 AND [C0009900] IS NULL) OR ([C0009900] = @Original_C0009900)) A" + - "ND ((@IsNull_C0010110 = 1 AND [C0010110] IS NULL) OR ([C0010110] = @Original_C00" + - "10110)) AND ((@IsNull_C0010200 = 1 AND [C0010200] IS NULL) OR ([C0010200] = @Ori" + - "ginal_C0010200)) AND ((@IsNull_C0010300 = 1 AND [C0010300] IS NULL) OR ([C001030" + - "0] = @Original_C0010300)) AND ((@IsNull_C0010400 = 1 AND [C0010400] IS NULL) OR " + - "([C0010400] = @Original_C0010400)) AND ((@IsNull_C0010700 = 1 AND [C0010700] IS " + - "NULL) OR ([C0010700] = @Original_C0010700)) AND ((@IsNull_C0010800 = 1 AND [C001" + - "0800] IS NULL) OR ([C0010800] = @Original_C0010800)) AND ((@IsNull_C0010900 = 1 " + - "AND [C0010900] IS NULL) OR ([C0010900] = @Original_C0010900)) AND ((@IsNull_C001" + - "1110 = 1 AND [C0011110] IS NULL) OR ([C0011110] = @Original_C0011110)) AND ((@Is" + - "Null_C0011111 = 1 AND [C0011111] IS NULL) OR ([C0011111] = @Original_C0011111)) " + - "AND ((@IsNull_C0011112 = 1 AND [C0011112] IS NULL) OR ([C0011112] = @Original_C0" + - "011112)) AND ((@IsNull_C0011113 = 1 AND [C0011113] IS NULL) OR ([C0011113] = @Or" + - "iginal_C0011113)) AND ((@IsNull_C0011114 = 1 AND [C0011114] IS NULL) OR ([C00111" + - "14] = @Original_C0011114)) AND ((@IsNull_C0011117 = 1 AND [C0011117] IS NULL) OR" + - " ([C0011117] = @Original_C0011117)) AND ((@IsNull_C0011118 = 1 AND [C0011118] IS" + - " NULL) OR ([C0011118] = @Original_C0011118)) AND ((@IsNull_C0011119 = 1 AND [C00" + - "11119] IS NULL) OR ([C0011119] = @Original_C0011119)) AND ((@IsNull_C0011122 = 1" + - " AND [C0011122] IS NULL) OR ([C0011122] = @Original_C0011122)) AND ((@IsNull_C00" + - "11123 = 1 AND [C0011123] IS NULL) OR ([C0011123] = @Original_C0011123)) AND ((@I" + - "sNull_C0011124 = 1 AND [C0011124] IS NULL) OR ([C0011124] = @Original_C0011124))" + - " AND ((@IsNull_C0011127 = 1 AND [C0011127] IS NULL) OR ([C0011127] = @Original_C" + - "0011127)) AND ((@IsNull_C0011128 = 1 AND [C0011128] IS NULL) OR ([C0011128] = @O" + - "riginal_C0011128)) AND ((@IsNull_C0011129 = 1 AND [C0011129] IS NULL) OR ([C0011" + - "129] = @Original_C0011129)) AND ((@IsNull_C0011132 = 1 AND [C0011132] IS NULL) O" + - "R ([C0011132] = @Original_C0011132)) AND ((@IsNull_C0011133 = 1 AND [C0011133] I" + - "S NULL) OR ([C0011133] = @Original_C0011133)) AND ((@IsNull_C0011134 = 1 AND [C0" + - "011134] IS NULL) OR ([C0011134] = @Original_C0011134)) AND ((@IsNull_C0011137 = " + - "1 AND [C0011137] IS NULL) OR ([C0011137] = @Original_C0011137)) AND ((@IsNull_C0" + - "011138 = 1 AND [C0011138] IS NULL) OR ([C0011138] = @Original_C0011138)) AND ((@" + - "IsNull_C0011139 = 1 AND [C0011139] IS NULL) OR ([C0011139] = @Original_C0011139)" + - ") AND ((@IsNull_C0011142 = 1 AND [C0011142] IS NULL) OR ([C0011142] = @Original_" + - "C0011142)) AND ((@IsNull_C0011143 = 1 AND [C0011143] IS NULL) OR ([C0011143] = @" + - "Original_C0011143)) AND ((@IsNull_C0011144 = 1 AND [C0011144] IS NULL) OR ([C001" + - "1144] = @Original_C0011144)) AND ((@IsNull_C3070500 = 1 AND [C3070500] IS NULL) " + - "OR ([C3070500] = @Original_C3070500)) AND ((@IsNull_C3423600 = 1 AND [C3423600] " + - "IS NULL) OR ([C3423600] = @Original_C3423600)) AND ((@IsNull_C3601100 = 1 AND [C" + - "3601100] IS NULL) OR ([C3601100] = @Original_C3601100)) AND ((@IsNull_C3601700 =" + - " 1 AND [C3601700] IS NULL) OR ([C3601700] = @Original_C3601700)) AND ((@IsNull_C" + - "3601800 = 1 AND [C3601800] IS NULL) OR ([C3601800] = @Original_C3601800)) AND ((" + - "@IsNull_C3601900 = 1 AND [C3601900] IS NULL) OR ([C3601900] = @Original_C3601900" + - ")) AND ((@IsNull_C3605900 = 1 AND [C3605900] IS NULL) OR ([C3605900] = @Original" + - "_C3605900)) AND ((@IsNull_C3981100 = 1 AND [C3981100] IS NULL) OR ([C3981100] = " + - "@Original_C3981100)) AND ((@IsNull_C3981700 = 1 AND [C3981700] IS NULL) OR ([C39" + - "81700] = @Original_C3981700)) AND ((@IsNull_C3981800 = 1 AND [C3981800] IS NULL)" + - " OR ([C3981800] = @Original_C3981800)) AND ((@IsNull_C3981900 = 1 AND [C3981900]" + - " IS NULL) OR ([C3981900] = @Original_C3981900)) AND ((@IsNull_Y0003200 = 1 AND [" + - "Y0003200] IS NULL) OR ([Y0003200] = @Original_Y0003200)) AND ((@IsNull_Y0007300 " + - "= 1 AND [Y0007300] IS NULL) OR ([Y0007300] = @Original_Y0007300)) AND ((@IsNull_" + - "Y0007400 = 1 AND [Y0007400] IS NULL) OR ([Y0007400] = @Original_Y0007400)) AND (" + - "(@IsNull_Y0007600 = 1 AND [Y0007600] IS NULL) OR ([Y0007600] = @Original_Y000760" + - "0)) AND ((@IsNull_Y0007601 = 1 AND [Y0007601] IS NULL) OR ([Y0007601] = @Origina" + - "l_Y0007601)) AND ((@IsNull_Y0008000 = 1 AND [Y0008000] IS NULL) OR ([Y0008000] =" + - " @Original_Y0008000)) AND ((@IsNull_Y0008500 = 1 AND [Y0008500] IS NULL) OR ([Y0" + - "008500] = @Original_Y0008500)) AND ((@IsNull_Y0008600 = 1 AND [Y0008600] IS NULL" + - ") OR ([Y0008600] = @Original_Y0008600)) AND ((@IsNull_Y0009400 = 1 AND [Y0009400" + - "] IS NULL) OR ([Y0009400] = @Original_Y0009400)) AND ((@IsNull_Y0394100 = 1 AND " + - "[Y0394100] IS NULL) OR ([Y0394100] = @Original_Y0394100)) AND ((@IsNull_Y0394300" + - " = 1 AND [Y0394300] IS NULL) OR ([Y0394300] = @Original_Y0394300)) AND ((@IsNull" + - "_Y0394500 = 1 AND [Y0394500] IS NULL) OR ([Y0394500] = @Original_Y0394500)) AND " + - "((@IsNull_Y0394501 = 1 AND [Y0394501] IS NULL) OR ([Y0394501] = @Original_Y03945" + - "01)) AND ((@IsNull_Y0394900 = 1 AND [Y0394900] IS NULL) OR ([Y0394900] = @Origin" + - "al_Y0394900)) AND ((@IsNull_Y0651000 = 1 AND [Y0651000] IS NULL) OR ([Y0651000] " + - "= @Original_Y0651000)) AND ((@IsNull_Y0682500 = 1 AND [Y0682500] IS NULL) OR ([Y" + - "0682500] = @Original_Y0682500)) AND ((@IsNull_Y0683800 = 1 AND [Y0683800] IS NUL" + - "L) OR ([Y0683800] = @Original_Y0683800)) AND ((@IsNull_Y0683900 = 1 AND [Y068390" + - "0] IS NULL) OR ([Y0683900] = @Original_Y0683900)) AND ((@IsNull_Y0684100 = 1 AND" + - " [Y0684100] IS NULL) OR ([Y0684100] = @Original_Y0684100)) AND ((@IsNull_Y068410" + - "1 = 1 AND [Y0684101] IS NULL) OR ([Y0684101] = @Original_Y0684101)) AND ((@IsNul" + - "l_Y0684500 = 1 AND [Y0684500] IS NULL) OR ([Y0684500] = @Original_Y0684500)) AND" + - " ((@IsNull_Y0947100 = 1 AND [Y0947100] IS NULL) OR ([Y0947100] = @Original_Y0947" + - "100)) AND ((@IsNull_Y0986200 = 1 AND [Y0986200] IS NULL) OR ([Y0986200] = @Origi" + - "nal_Y0986200)) AND ((@IsNull_Y0986700 = 1 AND [Y0986700] IS NULL) OR ([Y0986700]" + - " = @Original_Y0986700)) AND ((@IsNull_Y0988800 = 1 AND [Y0988800] IS NULL) OR ([" + - "Y0988800] = @Original_Y0988800)) AND ((@IsNull_Y0988900 = 1 AND [Y0988900] IS NU" + - "LL) OR ([Y0988900] = @Original_Y0988900)) AND ((@IsNull_Y0989400 = 1 AND [Y09894" + - "00] IS NULL) OR ([Y0989400] = @Original_Y0989400)) AND ((@IsNull_Y0989401 = 1 AN" + - "D [Y0989401] IS NULL) OR ([Y0989401] = @Original_Y0989401)) AND ((@IsNull_Y09899" + - "00 = 1 AND [Y0989900] IS NULL) OR ([Y0989900] = @Original_Y0989900)) AND ((@IsNu" + - "ll_Y1229100 = 1 AND [Y1229100] IS NULL) OR ([Y1229100] = @Original_Y1229100)) AN" + - "D ((@IsNull_Y1229200 = 1 AND [Y1229200] IS NULL) OR ([Y1229200] = @Original_Y122" + - "9200)) AND ((@IsNull_Y1229700 = 1 AND [Y1229700] IS NULL) OR ([Y1229700] = @Orig" + - "inal_Y1229700)) AND ((@IsNull_Y1229701 = 1 AND [Y1229701] IS NULL) OR ([Y1229701" + - "] = @Original_Y1229701)) AND ((@IsNull_Y1458900 = 1 AND [Y1458900] IS NULL) OR (" + - "[Y1458900] = @Original_Y1458900)) AND ((@IsNull_Y1459400 = 1 AND [Y1459400] IS N" + - "ULL) OR ([Y1459400] = @Original_Y1459400)) AND ((@IsNull_Y1459401 = 1 AND [Y1459" + - "401] IS NULL) OR ([Y1459401] = @Original_Y1459401)) AND ((@IsNull_Y1629500 = 1 A" + - "ND [Y1629500] IS NULL) OR ([Y1629500] = @Original_Y1629500)) AND ((@IsNull_Y1704" + - "000 = 1 AND [Y1704000] IS NULL) OR ([Y1704000] = @Original_Y1704000)) AND ((@IsN" + - "ull_Y1704500 = 1 AND [Y1704500] IS NULL) OR ([Y1704500] = @Original_Y1704500)) A" + - "ND ((@IsNull_Y1704501 = 1 AND [Y1704501] IS NULL) OR ([Y1704501] = @Original_Y17" + - "04501)) AND ((@IsNull_Y1707300 = 1 AND [Y1707300] IS NULL) OR ([Y1707300] = @Ori" + - "ginal_Y1707300)) AND ((@IsNull_Y1883300 = 1 AND [Y1883300] IS NULL) OR ([Y188330" + - "0] = @Original_Y1883300)) AND ((@IsNull_Y1989500 = 1 AND [Y1989500] IS NULL) OR " + - "([Y1989500] = @Original_Y1989500)) AND ((@IsNull_Y1990000 = 1 AND [Y1990000] IS " + - "NULL) OR ([Y1990000] = @Original_Y1990000)) AND ((@IsNull_Y1990001 = 1 AND [Y199" + - "0001] IS NULL) OR ([Y1990001] = @Original_Y1990001)) AND ((@IsNull_Y1992900 = 1 " + - "AND [Y1992900] IS NULL) OR ([Y1992900] = @Original_Y1992900)) AND ((@IsNull_Y219" + - "7500 = 1 AND [Y2197500] IS NULL) OR ([Y2197500] = @Original_Y2197500)) AND ((@Is" + - "Null_Y2308300 = 1 AND [Y2308300] IS NULL) OR ([Y2308300] = @Original_Y2308300)) " + - "AND ((@IsNull_Y2308800 = 1 AND [Y2308800] IS NULL) OR ([Y2308800] = @Original_Y2" + - "308800)) AND ((@IsNull_Y2308801 = 1 AND [Y2308801] IS NULL) OR ([Y2308801] = @Or" + - "iginal_Y2308801)) AND ((@IsNull_Y2311700 = 1 AND [Y2311700] IS NULL) OR ([Y23117" + - "00] = @Original_Y2311700)) AND ((@IsNull_Y2531800 = 1 AND [Y2531800] IS NULL) OR" + - " ([Y2531800] = @Original_Y2531800)))"; - this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010110", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010110", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011110", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011110", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011111", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011111", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011111", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011111", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011112", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011112", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011112", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011112", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011113", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011113", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011113", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011113", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011114", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011114", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011114", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011114", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011117", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011117", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011117", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011117", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011118", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011118", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011118", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011118", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011119", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011119", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011119", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011119", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011122", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011122", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011122", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011122", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011123", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011123", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011123", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011123", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011124", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011124", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011124", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011124", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011127", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011127", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011127", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011127", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011128", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011128", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011128", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011128", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011129", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011129", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011129", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011129", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011132", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011132", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011132", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011132", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011133", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011133", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011133", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011133", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011134", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011134", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011134", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011134", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011137", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011137", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011137", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011137", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011138", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011138", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011138", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011138", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011139", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011139", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011139", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011139", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011142", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011142", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011142", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011142", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011143", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011143", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011143", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011143", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011144", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011144", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011144", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011144", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3070500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3070500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3070500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3070500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3423600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3423600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3423600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3423600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3601100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3601100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3601700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3601700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3601800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3601800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3601900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3601900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3605900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3605900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3605900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3605900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3981100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3981100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3981700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3981700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3981800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3981800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3981900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3981900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0003200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0003200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0007400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0007400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0007601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0007601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0008000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0008000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0008500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0008500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0009400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0009400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0009400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0009400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0651000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0651000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0651000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0651000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0682500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0682500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0682500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0682500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0683800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0683800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0683900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0683900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0684100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0684100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0684101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0684101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0684500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0684500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0947100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0947100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0947100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0947100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0986700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0986700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0988800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0988800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0988900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0988900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0989400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0989400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0989401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0989401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0989900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0989900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1229100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1229100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1229200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1229200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1229700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1229700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1229701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1229701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1458900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1458900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1458900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1458900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1459400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1459400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1459401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1459401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1629500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1629500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1629500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1629500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1704000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1704000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1704500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1704500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1704501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1704501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1707300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1707300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1707300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1707300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1883300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1883300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1883300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1883300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1989500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1989500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1989500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1989500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1990000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1990000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1990001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1990001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1992900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1992900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1992900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1992900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2197500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2197500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2197500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2197500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2308800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2308800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2308801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2308801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2311700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2311700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2311700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2311700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2531800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2531800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2531800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2531800", 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 [Extract].[tblGen2ImplicitFather] ([C0000100], [C0000200], [C0005300]" + - ", [C0005400], [C0005700], [C0008100], [C0008200], [C0008300], [C0008600], [C0008" + - "700], [C0008800], [C0009100], [C0009200], [C0009300], [C0009600], [C0009700], [C" + - "0009800], [C0009900], [C0010110], [C0010200], [C0010300], [C0010400], [C0010700]" + - ", [C0010800], [C0010900], [C0011110], [C0011111], [C0011112], [C0011113], [C0011" + - "114], [C0011117], [C0011118], [C0011119], [C0011122], [C0011123], [C0011124], [C" + - "0011127], [C0011128], [C0011129], [C0011132], [C0011133], [C0011134], [C0011137]" + - ", [C0011138], [C0011139], [C0011142], [C0011143], [C0011144], [C3070500], [C3423" + - "600], [C3601100], [C3601700], [C3601800], [C3601900], [C3605900], [C3981100], [C" + - "3981700], [C3981800], [C3981900], [Y0003200], [Y0007300], [Y0007400], [Y0007600]" + - ", [Y0007601], [Y0008000], [Y0008500], [Y0008600], [Y0009400], [Y0394100], [Y0394" + - "300], [Y0394500], [Y0394501], [Y0394900], [Y0651000], [Y0682500], [Y0683800], [Y" + - "0683900], [Y0684100], [Y0684101], [Y0684500], [Y0947100], [Y0986200], [Y0986700]" + - ", [Y0988800], [Y0988900], [Y0989400], [Y0989401], [Y0989900], [Y1229100], [Y1229" + - "200], [Y1229700], [Y1229701], [Y1458900], [Y1459400], [Y1459401], [Y1629500], [Y" + - "1704000], [Y1704500], [Y1704501], [Y1707300], [Y1883300], [Y1989500], [Y1990000]" + - ", [Y1990001], [Y1992900], [Y2197500], [Y2308300], [Y2308800], [Y2308801], [Y2311" + - "700], [Y2531800]) VALUES (@C0000100, @C0000200, @C0005300, @C0005400, @C0005700," + - " @C0008100, @C0008200, @C0008300, @C0008600, @C0008700, @C0008800, @C0009100, @C" + - "0009200, @C0009300, @C0009600, @C0009700, @C0009800, @C0009900, @C0010110, @C001" + - "0200, @C0010300, @C0010400, @C0010700, @C0010800, @C0010900, @C0011110, @C001111" + - "1, @C0011112, @C0011113, @C0011114, @C0011117, @C0011118, @C0011119, @C0011122, " + - "@C0011123, @C0011124, @C0011127, @C0011128, @C0011129, @C0011132, @C0011133, @C0" + - "011134, @C0011137, @C0011138, @C0011139, @C0011142, @C0011143, @C0011144, @C3070" + - "500, @C3423600, @C3601100, @C3601700, @C3601800, @C3601900, @C3605900, @C3981100" + - ", @C3981700, @C3981800, @C3981900, @Y0003200, @Y0007300, @Y0007400, @Y0007600, @" + - "Y0007601, @Y0008000, @Y0008500, @Y0008600, @Y0009400, @Y0394100, @Y0394300, @Y03" + - "94500, @Y0394501, @Y0394900, @Y0651000, @Y0682500, @Y0683800, @Y0683900, @Y06841" + - "00, @Y0684101, @Y0684500, @Y0947100, @Y0986200, @Y0986700, @Y0988800, @Y0988900," + - " @Y0989400, @Y0989401, @Y0989900, @Y1229100, @Y1229200, @Y1229700, @Y1229701, @Y" + - "1458900, @Y1459400, @Y1459401, @Y1629500, @Y1704000, @Y1704500, @Y1704501, @Y170" + - "7300, @Y1883300, @Y1989500, @Y1990000, @Y1990001, @Y1992900, @Y2197500, @Y230830" + - "0, @Y2308800, @Y2308801, @Y2311700, @Y2531800);\r\nSELECT C0000100, C0000200, C000" + - "5300, C0005400, C0005700, C0008100, C0008200, C0008300, C0008600, C0008700, C000" + - "8800, C0009100, C0009200, C0009300, C0009600, C0009700, C0009800, C0009900, C001" + - "0110, C0010200, C0010300, C0010400, C0010700, C0010800, C0010900, C0011110, C001" + - "1111, C0011112, C0011113, C0011114, C0011117, C0011118, C0011119, C0011122, C001" + - "1123, C0011124, C0011127, C0011128, C0011129, C0011132, C0011133, C0011134, C001" + - "1137, C0011138, C0011139, C0011142, C0011143, C0011144, C3070500, C3423600, C360" + - "1100, C3601700, C3601800, C3601900, C3605900, C3981100, C3981700, C3981800, C398" + - "1900, Y0003200, Y0007300, Y0007400, Y0007600, Y0007601, Y0008000, Y0008500, Y000" + - "8600, Y0009400, Y0394100, Y0394300, Y0394500, Y0394501, Y0394900, Y0651000, Y068" + - "2500, Y0683800, Y0683900, Y0684100, Y0684101, Y0684500, Y0947100, Y0986200, Y098" + - "6700, Y0988800, Y0988900, Y0989400, Y0989401, Y0989900, Y1229100, Y1229200, Y122" + - "9700, Y1229701, Y1458900, Y1459400, Y1459401, Y1629500, Y1704000, Y1704500, Y170" + - "4501, Y1707300, Y1883300, Y1989500, Y1990000, Y1990001, Y1992900, Y2197500, Y230" + - "8300, Y2308800, Y2308801, Y2311700, Y2531800 FROM Extract.tblGen2ImplicitFather " + - "WHERE (C0000100 = @C0000100)"; - this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010110", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011110", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011111", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011111", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011112", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011112", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011113", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011113", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011114", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011114", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011117", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011117", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011118", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011118", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011119", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011119", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011122", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011122", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011123", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011123", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011124", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011124", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011127", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011127", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011128", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011128", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011129", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011129", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011132", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011132", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011133", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011133", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011134", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011134", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011137", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011137", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011138", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011138", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011139", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011139", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011142", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011142", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011143", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011143", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011144", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011144", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3070500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3070500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3423600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3423600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3601100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3601700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3601800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3601900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3605900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3605900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3981100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3981700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3981800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3981900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0003200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0007400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0007601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0008000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0008500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0009400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0009400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0651000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0651000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0682500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0682500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0683800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0683900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0684100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0684101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0684500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0947100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0947100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0986700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0988800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0988900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0989400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0989401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0989900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1229100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1229200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1229700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1229701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1458900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1458900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1459400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1459401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1629500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1629500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1704000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1704500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1704501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1707300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1707300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1883300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1883300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1989500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1989500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1990000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1990001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1992900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1992900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2197500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2197500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2308800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2308801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2311700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2311700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2531800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2531800", 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 [Extract].[tblGen2ImplicitFather] SET [C0000100] = @C0000100, [C0000200] =" + - " @C0000200, [C0005300] = @C0005300, [C0005400] = @C0005400, [C0005700] = @C00057" + - "00, [C0008100] = @C0008100, [C0008200] = @C0008200, [C0008300] = @C0008300, [C00" + - "08600] = @C0008600, [C0008700] = @C0008700, [C0008800] = @C0008800, [C0009100] =" + - " @C0009100, [C0009200] = @C0009200, [C0009300] = @C0009300, [C0009600] = @C00096" + - "00, [C0009700] = @C0009700, [C0009800] = @C0009800, [C0009900] = @C0009900, [C00" + - "10110] = @C0010110, [C0010200] = @C0010200, [C0010300] = @C0010300, [C0010400] =" + - " @C0010400, [C0010700] = @C0010700, [C0010800] = @C0010800, [C0010900] = @C00109" + - "00, [C0011110] = @C0011110, [C0011111] = @C0011111, [C0011112] = @C0011112, [C00" + - "11113] = @C0011113, [C0011114] = @C0011114, [C0011117] = @C0011117, [C0011118] =" + - " @C0011118, [C0011119] = @C0011119, [C0011122] = @C0011122, [C0011123] = @C00111" + - "23, [C0011124] = @C0011124, [C0011127] = @C0011127, [C0011128] = @C0011128, [C00" + - "11129] = @C0011129, [C0011132] = @C0011132, [C0011133] = @C0011133, [C0011134] =" + - " @C0011134, [C0011137] = @C0011137, [C0011138] = @C0011138, [C0011139] = @C00111" + - "39, [C0011142] = @C0011142, [C0011143] = @C0011143, [C0011144] = @C0011144, [C30" + - "70500] = @C3070500, [C3423600] = @C3423600, [C3601100] = @C3601100, [C3601700] =" + - " @C3601700, [C3601800] = @C3601800, [C3601900] = @C3601900, [C3605900] = @C36059" + - "00, [C3981100] = @C3981100, [C3981700] = @C3981700, [C3981800] = @C3981800, [C39" + - "81900] = @C3981900, [Y0003200] = @Y0003200, [Y0007300] = @Y0007300, [Y0007400] =" + - " @Y0007400, [Y0007600] = @Y0007600, [Y0007601] = @Y0007601, [Y0008000] = @Y00080" + - "00, [Y0008500] = @Y0008500, [Y0008600] = @Y0008600, [Y0009400] = @Y0009400, [Y03" + - "94100] = @Y0394100, [Y0394300] = @Y0394300, [Y0394500] = @Y0394500, [Y0394501] =" + - " @Y0394501, [Y0394900] = @Y0394900, [Y0651000] = @Y0651000, [Y0682500] = @Y06825" + - "00, [Y0683800] = @Y0683800, [Y0683900] = @Y0683900, [Y0684100] = @Y0684100, [Y06" + - "84101] = @Y0684101, [Y0684500] = @Y0684500, [Y0947100] = @Y0947100, [Y0986200] =" + - " @Y0986200, [Y0986700] = @Y0986700, [Y0988800] = @Y0988800, [Y0988900] = @Y09889" + - "00, [Y0989400] = @Y0989400, [Y0989401] = @Y0989401, [Y0989900] = @Y0989900, [Y12" + - "29100] = @Y1229100, [Y1229200] = @Y1229200, [Y1229700] = @Y1229700, [Y1229701] =" + - " @Y1229701, [Y1458900] = @Y1458900, [Y1459400] = @Y1459400, [Y1459401] = @Y14594" + - "01, [Y1629500] = @Y1629500, [Y1704000] = @Y1704000, [Y1704500] = @Y1704500, [Y17" + - "04501] = @Y1704501, [Y1707300] = @Y1707300, [Y1883300] = @Y1883300, [Y1989500] =" + - " @Y1989500, [Y1990000] = @Y1990000, [Y1990001] = @Y1990001, [Y1992900] = @Y19929" + - "00, [Y2197500] = @Y2197500, [Y2308300] = @Y2308300, [Y2308800] = @Y2308800, [Y23" + - "08801] = @Y2308801, [Y2311700] = @Y2311700, [Y2531800] = @Y2531800 WHERE (([C000" + - "0100] = @Original_C0000100) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) O" + - "R ([C0000200] = @Original_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] I" + - "S NULL) OR ([C0005300] = @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0" + - "005400] IS NULL) OR ([C0005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = " + - "1 AND [C0005700] IS NULL) OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_C0" + - "008100 = 1 AND [C0008100] IS NULL) OR ([C0008100] = @Original_C0008100)) AND ((@" + - "IsNull_C0008200 = 1 AND [C0008200] IS NULL) OR ([C0008200] = @Original_C0008200)" + - ") AND ((@IsNull_C0008300 = 1 AND [C0008300] IS NULL) OR ([C0008300] = @Original_" + - "C0008300)) AND ((@IsNull_C0008600 = 1 AND [C0008600] IS NULL) OR ([C0008600] = @" + - "Original_C0008600)) AND ((@IsNull_C0008700 = 1 AND [C0008700] IS NULL) OR ([C000" + - "8700] = @Original_C0008700)) AND ((@IsNull_C0008800 = 1 AND [C0008800] IS NULL) " + - "OR ([C0008800] = @Original_C0008800)) AND ((@IsNull_C0009100 = 1 AND [C0009100] " + - "IS NULL) OR ([C0009100] = @Original_C0009100)) AND ((@IsNull_C0009200 = 1 AND [C" + - "0009200] IS NULL) OR ([C0009200] = @Original_C0009200)) AND ((@IsNull_C0009300 =" + - " 1 AND [C0009300] IS NULL) OR ([C0009300] = @Original_C0009300)) AND ((@IsNull_C" + - "0009600 = 1 AND [C0009600] IS NULL) OR ([C0009600] = @Original_C0009600)) AND ((" + - "@IsNull_C0009700 = 1 AND [C0009700] IS NULL) OR ([C0009700] = @Original_C0009700" + - ")) AND ((@IsNull_C0009800 = 1 AND [C0009800] IS NULL) OR ([C0009800] = @Original" + - "_C0009800)) AND ((@IsNull_C0009900 = 1 AND [C0009900] IS NULL) OR ([C0009900] = " + - "@Original_C0009900)) AND ((@IsNull_C0010110 = 1 AND [C0010110] IS NULL) OR ([C00" + - "10110] = @Original_C0010110)) AND ((@IsNull_C0010200 = 1 AND [C0010200] IS NULL)" + - " OR ([C0010200] = @Original_C0010200)) AND ((@IsNull_C0010300 = 1 AND [C0010300]" + - " IS NULL) OR ([C0010300] = @Original_C0010300)) AND ((@IsNull_C0010400 = 1 AND [" + - "C0010400] IS NULL) OR ([C0010400] = @Original_C0010400)) AND ((@IsNull_C0010700 " + - "= 1 AND [C0010700] IS NULL) OR ([C0010700] = @Original_C0010700)) AND ((@IsNull_" + - "C0010800 = 1 AND [C0010800] IS NULL) OR ([C0010800] = @Original_C0010800)) AND (" + - "(@IsNull_C0010900 = 1 AND [C0010900] IS NULL) OR ([C0010900] = @Original_C001090" + - "0)) AND ((@IsNull_C0011110 = 1 AND [C0011110] IS NULL) OR ([C0011110] = @Origina" + - "l_C0011110)) AND ((@IsNull_C0011111 = 1 AND [C0011111] IS NULL) OR ([C0011111] =" + - " @Original_C0011111)) AND ((@IsNull_C0011112 = 1 AND [C0011112] IS NULL) OR ([C0" + - "011112] = @Original_C0011112)) AND ((@IsNull_C0011113 = 1 AND [C0011113] IS NULL" + - ") OR ([C0011113] = @Original_C0011113)) AND ((@IsNull_C0011114 = 1 AND [C0011114" + - "] IS NULL) OR ([C0011114] = @Original_C0011114)) AND ((@IsNull_C0011117 = 1 AND " + - "[C0011117] IS NULL) OR ([C0011117] = @Original_C0011117)) AND ((@IsNull_C0011118" + - " = 1 AND [C0011118] IS NULL) OR ([C0011118] = @Original_C0011118)) AND ((@IsNull" + - "_C0011119 = 1 AND [C0011119] IS NULL) OR ([C0011119] = @Original_C0011119)) AND " + - "((@IsNull_C0011122 = 1 AND [C0011122] IS NULL) OR ([C0011122] = @Original_C00111" + - "22)) AND ((@IsNull_C0011123 = 1 AND [C0011123] IS NULL) OR ([C0011123] = @Origin" + - "al_C0011123)) AND ((@IsNull_C0011124 = 1 AND [C0011124] IS NULL) OR ([C0011124] " + - "= @Original_C0011124)) AND ((@IsNull_C0011127 = 1 AND [C0011127] IS NULL) OR ([C" + - "0011127] = @Original_C0011127)) AND ((@IsNull_C0011128 = 1 AND [C0011128] IS NUL" + - "L) OR ([C0011128] = @Original_C0011128)) AND ((@IsNull_C0011129 = 1 AND [C001112" + - "9] IS NULL) OR ([C0011129] = @Original_C0011129)) AND ((@IsNull_C0011132 = 1 AND" + - " [C0011132] IS NULL) OR ([C0011132] = @Original_C0011132)) AND ((@IsNull_C001113" + - "3 = 1 AND [C0011133] IS NULL) OR ([C0011133] = @Original_C0011133)) AND ((@IsNul" + - "l_C0011134 = 1 AND [C0011134] IS NULL) OR ([C0011134] = @Original_C0011134)) AND" + - " ((@IsNull_C0011137 = 1 AND [C0011137] IS NULL) OR ([C0011137] = @Original_C0011" + - "137)) AND ((@IsNull_C0011138 = 1 AND [C0011138] IS NULL) OR ([C0011138] = @Origi" + - "nal_C0011138)) AND ((@IsNull_C0011139 = 1 AND [C0011139] IS NULL) OR ([C0011139]" + - " = @Original_C0011139)) AND ((@IsNull_C0011142 = 1 AND [C0011142] IS NULL) OR ([" + - "C0011142] = @Original_C0011142)) AND ((@IsNull_C0011143 = 1 AND [C0011143] IS NU" + - "LL) OR ([C0011143] = @Original_C0011143)) AND ((@IsNull_C0011144 = 1 AND [C00111" + - "44] IS NULL) OR ([C0011144] = @Original_C0011144)) AND ((@IsNull_C3070500 = 1 AN" + - "D [C3070500] IS NULL) OR ([C3070500] = @Original_C3070500)) AND ((@IsNull_C34236" + - "00 = 1 AND [C3423600] IS NULL) OR ([C3423600] = @Original_C3423600)) AND ((@IsNu" + - "ll_C3601100 = 1 AND [C3601100] IS NULL) OR ([C3601100] = @Original_C3601100)) AN" + - "D ((@IsNull_C3601700 = 1 AND [C3601700] IS NULL) OR ([C3601700] = @Original_C360" + - "1700)) AND ((@IsNull_C3601800 = 1 AND [C3601800] IS NULL) OR ([C3601800] = @Orig" + - "inal_C3601800)) AND ((@IsNull_C3601900 = 1 AND [C3601900] IS NULL) OR ([C3601900" + - "] = @Original_C3601900)) AND ((@IsNull_C3605900 = 1 AND [C3605900] IS NULL) OR (" + - "[C3605900] = @Original_C3605900)) AND ((@IsNull_C3981100 = 1 AND [C3981100] IS N" + - "ULL) OR ([C3981100] = @Original_C3981100)) AND ((@IsNull_C3981700 = 1 AND [C3981" + - "700] IS NULL) OR ([C3981700] = @Original_C3981700)) AND ((@IsNull_C3981800 = 1 A" + - "ND [C3981800] IS NULL) OR ([C3981800] = @Original_C3981800)) AND ((@IsNull_C3981" + - "900 = 1 AND [C3981900] IS NULL) OR ([C3981900] = @Original_C3981900)) AND ((@IsN" + - "ull_Y0003200 = 1 AND [Y0003200] IS NULL) OR ([Y0003200] = @Original_Y0003200)) A" + - "ND ((@IsNull_Y0007300 = 1 AND [Y0007300] IS NULL) OR ([Y0007300] = @Original_Y00" + - "07300)) AND ((@IsNull_Y0007400 = 1 AND [Y0007400] IS NULL) OR ([Y0007400] = @Ori" + - "ginal_Y0007400)) AND ((@IsNull_Y0007600 = 1 AND [Y0007600] IS NULL) OR ([Y000760" + - "0] = @Original_Y0007600)) AND ((@IsNull_Y0007601 = 1 AND [Y0007601] IS NULL) OR " + - "([Y0007601] = @Original_Y0007601)) AND ((@IsNull_Y0008000 = 1 AND [Y0008000] IS " + - "NULL) OR ([Y0008000] = @Original_Y0008000)) AND ((@IsNull_Y0008500 = 1 AND [Y000" + - "8500] IS NULL) OR ([Y0008500] = @Original_Y0008500)) AND ((@IsNull_Y0008600 = 1 " + - "AND [Y0008600] IS NULL) OR ([Y0008600] = @Original_Y0008600)) AND ((@IsNull_Y000" + - "9400 = 1 AND [Y0009400] IS NULL) OR ([Y0009400] = @Original_Y0009400)) AND ((@Is" + - "Null_Y0394100 = 1 AND [Y0394100] IS NULL) OR ([Y0394100] = @Original_Y0394100)) " + - "AND ((@IsNull_Y0394300 = 1 AND [Y0394300] IS NULL) OR ([Y0394300] = @Original_Y0" + - "394300)) AND ((@IsNull_Y0394500 = 1 AND [Y0394500] IS NULL) OR ([Y0394500] = @Or" + - "iginal_Y0394500)) AND ((@IsNull_Y0394501 = 1 AND [Y0394501] IS NULL) OR ([Y03945" + - "01] = @Original_Y0394501)) AND ((@IsNull_Y0394900 = 1 AND [Y0394900] IS NULL) OR" + - " ([Y0394900] = @Original_Y0394900)) AND ((@IsNull_Y0651000 = 1 AND [Y0651000] IS" + - " NULL) OR ([Y0651000] = @Original_Y0651000)) AND ((@IsNull_Y0682500 = 1 AND [Y06" + - "82500] IS NULL) OR ([Y0682500] = @Original_Y0682500)) AND ((@IsNull_Y0683800 = 1" + - " AND [Y0683800] IS NULL) OR ([Y0683800] = @Original_Y0683800)) AND ((@IsNull_Y06" + - "83900 = 1 AND [Y0683900] IS NULL) OR ([Y0683900] = @Original_Y0683900)) AND ((@I" + - "sNull_Y0684100 = 1 AND [Y0684100] IS NULL) OR ([Y0684100] = @Original_Y0684100))" + - " AND ((@IsNull_Y0684101 = 1 AND [Y0684101] IS NULL) OR ([Y0684101] = @Original_Y" + - "0684101)) AND ((@IsNull_Y0684500 = 1 AND [Y0684500] IS NULL) OR ([Y0684500] = @O" + - "riginal_Y0684500)) AND ((@IsNull_Y0947100 = 1 AND [Y0947100] IS NULL) OR ([Y0947" + - "100] = @Original_Y0947100)) AND ((@IsNull_Y0986200 = 1 AND [Y0986200] IS NULL) O" + - "R ([Y0986200] = @Original_Y0986200)) AND ((@IsNull_Y0986700 = 1 AND [Y0986700] I" + - "S NULL) OR ([Y0986700] = @Original_Y0986700)) AND ((@IsNull_Y0988800 = 1 AND [Y0" + - "988800] IS NULL) OR ([Y0988800] = @Original_Y0988800)) AND ((@IsNull_Y0988900 = " + - "1 AND [Y0988900] IS NULL) OR ([Y0988900] = @Original_Y0988900)) AND ((@IsNull_Y0" + - "989400 = 1 AND [Y0989400] IS NULL) OR ([Y0989400] = @Original_Y0989400)) AND ((@" + - "IsNull_Y0989401 = 1 AND [Y0989401] IS NULL) OR ([Y0989401] = @Original_Y0989401)" + - ") AND ((@IsNull_Y0989900 = 1 AND [Y0989900] IS NULL) OR ([Y0989900] = @Original_" + - "Y0989900)) AND ((@IsNull_Y1229100 = 1 AND [Y1229100] IS NULL) OR ([Y1229100] = @" + - "Original_Y1229100)) AND ((@IsNull_Y1229200 = 1 AND [Y1229200] IS NULL) OR ([Y122" + - "9200] = @Original_Y1229200)) AND ((@IsNull_Y1229700 = 1 AND [Y1229700] IS NULL) " + - "OR ([Y1229700] = @Original_Y1229700)) AND ((@IsNull_Y1229701 = 1 AND [Y1229701] " + - "IS NULL) OR ([Y1229701] = @Original_Y1229701)) AND ((@IsNull_Y1458900 = 1 AND [Y" + - "1458900] IS NULL) OR ([Y1458900] = @Original_Y1458900)) AND ((@IsNull_Y1459400 =" + - " 1 AND [Y1459400] IS NULL) OR ([Y1459400] = @Original_Y1459400)) AND ((@IsNull_Y" + - "1459401 = 1 AND [Y1459401] IS NULL) OR ([Y1459401] = @Original_Y1459401)) AND ((" + - "@IsNull_Y1629500 = 1 AND [Y1629500] IS NULL) OR ([Y1629500] = @Original_Y1629500" + - ")) AND ((@IsNull_Y1704000 = 1 AND [Y1704000] IS NULL) OR ([Y1704000] = @Original" + - "_Y1704000)) AND ((@IsNull_Y1704500 = 1 AND [Y1704500] IS NULL) OR ([Y1704500] = " + - "@Original_Y1704500)) AND ((@IsNull_Y1704501 = 1 AND [Y1704501] IS NULL) OR ([Y17" + - "04501] = @Original_Y1704501)) AND ((@IsNull_Y1707300 = 1 AND [Y1707300] IS NULL)" + - " OR ([Y1707300] = @Original_Y1707300)) AND ((@IsNull_Y1883300 = 1 AND [Y1883300]" + - " IS NULL) OR ([Y1883300] = @Original_Y1883300)) AND ((@IsNull_Y1989500 = 1 AND [" + - "Y1989500] IS NULL) OR ([Y1989500] = @Original_Y1989500)) AND ((@IsNull_Y1990000 " + - "= 1 AND [Y1990000] IS NULL) OR ([Y1990000] = @Original_Y1990000)) AND ((@IsNull_" + - "Y1990001 = 1 AND [Y1990001] IS NULL) OR ([Y1990001] = @Original_Y1990001)) AND (" + - "(@IsNull_Y1992900 = 1 AND [Y1992900] IS NULL) OR ([Y1992900] = @Original_Y199290" + - "0)) AND ((@IsNull_Y2197500 = 1 AND [Y2197500] IS NULL) OR ([Y2197500] = @Origina" + - "l_Y2197500)) AND ((@IsNull_Y2308300 = 1 AND [Y2308300] IS NULL) OR ([Y2308300] =" + - " @Original_Y2308300)) AND ((@IsNull_Y2308800 = 1 AND [Y2308800] IS NULL) OR ([Y2" + - "308800] = @Original_Y2308800)) AND ((@IsNull_Y2308801 = 1 AND [Y2308801] IS NULL" + - ") OR ([Y2308801] = @Original_Y2308801)) AND ((@IsNull_Y2311700 = 1 AND [Y2311700" + - "] IS NULL) OR ([Y2311700] = @Original_Y2311700)) AND ((@IsNull_Y2531800 = 1 AND " + - "[Y2531800] IS NULL) OR ([Y2531800] = @Original_Y2531800)));\r\nSELECT C0000100, C0" + - "000200, C0005300, C0005400, C0005700, C0008100, C0008200, C0008300, C0008600, C0" + - "008700, C0008800, C0009100, C0009200, C0009300, C0009600, C0009700, C0009800, C0" + - "009900, C0010110, C0010200, C0010300, C0010400, C0010700, C0010800, C0010900, C0" + - "011110, C0011111, C0011112, C0011113, C0011114, C0011117, C0011118, C0011119, C0" + - "011122, C0011123, C0011124, C0011127, C0011128, C0011129, C0011132, C0011133, C0" + - "011134, C0011137, C0011138, C0011139, C0011142, C0011143, C0011144, C3070500, C3" + - "423600, C3601100, C3601700, C3601800, C3601900, C3605900, C3981100, C3981700, C3" + - "981800, C3981900, Y0003200, Y0007300, Y0007400, Y0007600, Y0007601, Y0008000, Y0" + - "008500, Y0008600, Y0009400, Y0394100, Y0394300, Y0394500, Y0394501, Y0394900, Y0" + - "651000, Y0682500, Y0683800, Y0683900, Y0684100, Y0684101, Y0684500, Y0947100, Y0" + - "986200, Y0986700, Y0988800, Y0988900, Y0989400, Y0989401, Y0989900, Y1229100, Y1" + - "229200, Y1229700, Y1229701, Y1458900, Y1459400, Y1459401, Y1629500, Y1704000, Y1" + - "704500, Y1704501, Y1707300, Y1883300, Y1989500, Y1990000, Y1990001, Y1992900, Y2" + - "197500, Y2308300, Y2308800, Y2308801, Y2311700, Y2531800 FROM Extract.tblGen2Imp" + - "licitFather WHERE (C0000100 = @C0000100)"; - this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010110", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011110", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011111", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011111", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011112", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011112", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011113", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011113", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011114", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011114", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011117", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011117", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011118", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011118", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011119", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011119", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011122", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011122", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011123", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011123", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011124", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011124", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011127", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011127", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011128", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011128", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011129", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011129", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011132", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011132", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011133", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011133", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011134", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011134", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011137", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011137", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011138", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011138", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011139", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011139", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011142", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011142", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011143", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011143", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011144", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011144", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3070500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3070500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3423600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3423600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3601100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3601700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3601800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3601900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3605900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3605900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3981100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3981700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3981800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3981900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0003200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0007400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0007601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0008000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0008500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0009400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0009400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0651000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0651000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0682500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0682500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0683800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0683900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0684100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0684101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0684500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0947100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0947100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0986700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0988800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0988900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0989400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0989401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0989900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1229100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1229200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1229700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1229701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1458900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1458900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1459400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1459401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1629500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1629500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1704000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1704500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1704501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1707300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1707300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1883300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1883300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1989500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1989500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1990000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1990001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1992900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1992900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2197500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2197500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2308800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2308801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2311700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2311700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2531800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2531800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010110", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010110", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011110", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011110", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011111", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011111", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011111", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011111", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011112", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011112", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011112", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011112", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011113", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011113", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011113", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011113", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011114", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011114", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011114", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011114", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011117", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011117", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011117", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011117", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011118", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011118", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011118", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011118", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011119", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011119", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011119", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011119", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011122", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011122", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011122", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011122", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011123", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011123", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011123", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011123", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011124", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011124", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011124", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011124", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011127", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011127", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011127", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011127", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011128", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011128", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011128", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011128", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011129", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011129", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011129", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011129", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011132", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011132", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011132", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011132", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011133", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011133", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011133", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011133", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011134", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011134", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011134", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011134", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011137", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011137", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011137", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011137", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011138", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011138", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011138", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011138", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011139", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011139", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011139", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011139", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011142", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011142", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011142", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011142", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011143", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011143", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011143", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011143", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011144", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011144", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011144", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011144", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3070500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3070500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3070500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3070500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3423600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3423600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3423600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3423600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3601100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3601100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3601700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3601700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3601800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3601800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3601900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3601900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3605900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3605900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3605900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3605900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3981100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3981100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3981700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3981700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3981800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3981800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3981900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3981900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0003200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0003200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0007400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0007400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0007601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0007601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0008000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0008000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0008500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0008500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0009400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0009400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0009400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0009400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0651000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0651000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0651000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0651000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0682500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0682500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0682500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0682500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0683800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0683800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0683900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0683900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0684100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0684100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0684101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0684101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0684500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0684500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0947100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0947100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0947100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0947100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0986700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0986700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0988800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0988800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0988900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0988900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0989400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0989400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0989401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0989401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0989900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0989900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1229100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1229100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1229200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1229200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1229700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1229700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1229701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1229701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1458900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1458900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1458900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1458900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1459400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1459400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1459401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1459401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1629500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1629500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1629500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1629500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1704000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1704000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1704500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1704500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1704501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1704501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1707300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1707300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1707300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1707300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1883300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1883300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1883300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1883300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1989500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1989500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1989500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1989500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1990000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1990000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1990001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1990001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1992900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1992900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1992900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1992900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2197500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2197500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2197500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2197500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2308800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2308800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2308801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2308801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2311700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2311700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2311700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2311700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2531800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2531800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2531800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2531800", 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::Nls.Base79.Properties.Settings.Default.Nlsy79ConnectionStringBase; - } - - [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 C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C0008300, C0008600, C0008700, C0008800, C0009100, C0009200, C0009300, C0009600, C0009700, C0009800, C0009900, C0010110, C0010200, C0010300, C0010400, C0010700, C0010800, C0010900, C0011110, C0011111, C0011112, C0011113, C0011114, C0011117, C0011118, C0011119, C0011122, C0011123, C0011124, C0011127, C0011128, C0011129, C0011132, C0011133, C0011134, C0011137, C0011138, C0011139, C0011142, C0011143, C0011144, C3070500, C3423600, C3601100, C3601700, C3601800, C3601900, C3605900, C3981100, C3981700, C3981800, C3981900, Y0003200, Y0007300, Y0007400, Y0007600, Y0007601, Y0008000, Y0008500, Y0008600, Y0009400, Y0394100, Y0394300, Y0394500, Y0394501, Y0394900, Y0651000, Y0682500, Y0683800, Y0683900, Y0684100, Y0684101, Y0684500, Y0947100, Y0986200, Y0986700, Y0988800, Y0988900, Y0989400, Y0989401, Y0989900, Y1229100, Y1229200, Y1229700, Y1229701, Y1458900, Y1459400, Y1459401, Y1629500, Y1704000, Y1704500, Y1704501, Y1707300, Y1883300, Y1989500, Y1990000, Y1990001, Y1992900, Y2197500, Y2308300, Y2308800, Y2308801, Y2311700, Y2531800 FROM Extract.tblGen2ImplicitFather"; - 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(ImportDataSet.tblGen2ImplicitFatherDataTable dataTable) { - this.Adapter.SelectCommand = this.CommandCollection[0]; - if ((this.ClearBeforeFill == true)) { - dataTable.Clear(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R1755900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1755900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R1755900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R1755900Column] = value; + } } - 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 ImportDataSet.tblGen2ImplicitFatherDataTable GetData() { - this.Adapter.SelectCommand = this.CommandCollection[0]; - ImportDataSet.tblGen2ImplicitFatherDataTable dataTable = new ImportDataSet.tblGen2ImplicitFatherDataTable(); - 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(ImportDataSet.tblGen2ImplicitFatherDataTable 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(ImportDataSet dataSet) { - return this.Adapter.Update(dataSet, "tblGen2ImplicitFather"); - } - - [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( - int Original_C0000100, - global::System.Nullable Original_C0000200, - global::System.Nullable Original_C0005300, - global::System.Nullable Original_C0005400, - global::System.Nullable Original_C0005700, - global::System.Nullable Original_C0008100, - global::System.Nullable Original_C0008200, - global::System.Nullable Original_C0008300, - global::System.Nullable Original_C0008600, - global::System.Nullable Original_C0008700, - global::System.Nullable Original_C0008800, - global::System.Nullable Original_C0009100, - global::System.Nullable Original_C0009200, - global::System.Nullable Original_C0009300, - global::System.Nullable Original_C0009600, - global::System.Nullable Original_C0009700, - global::System.Nullable Original_C0009800, - global::System.Nullable Original_C0009900, - global::System.Nullable Original_C0010110, - global::System.Nullable Original_C0010200, - global::System.Nullable Original_C0010300, - global::System.Nullable Original_C0010400, - global::System.Nullable Original_C0010700, - global::System.Nullable Original_C0010800, - global::System.Nullable Original_C0010900, - global::System.Nullable Original_C0011110, - global::System.Nullable Original_C0011111, - global::System.Nullable Original_C0011112, - global::System.Nullable Original_C0011113, - global::System.Nullable Original_C0011114, - global::System.Nullable Original_C0011117, - global::System.Nullable Original_C0011118, - global::System.Nullable Original_C0011119, - global::System.Nullable Original_C0011122, - global::System.Nullable Original_C0011123, - global::System.Nullable Original_C0011124, - global::System.Nullable Original_C0011127, - global::System.Nullable Original_C0011128, - global::System.Nullable Original_C0011129, - global::System.Nullable Original_C0011132, - global::System.Nullable Original_C0011133, - global::System.Nullable Original_C0011134, - global::System.Nullable Original_C0011137, - global::System.Nullable Original_C0011138, - global::System.Nullable Original_C0011139, - global::System.Nullable Original_C0011142, - global::System.Nullable Original_C0011143, - global::System.Nullable Original_C0011144, - global::System.Nullable Original_C3070500, - global::System.Nullable Original_C3423600, - global::System.Nullable Original_C3601100, - global::System.Nullable Original_C3601700, - global::System.Nullable Original_C3601800, - global::System.Nullable Original_C3601900, - global::System.Nullable Original_C3605900, - global::System.Nullable Original_C3981100, - global::System.Nullable Original_C3981700, - global::System.Nullable Original_C3981800, - global::System.Nullable Original_C3981900, - global::System.Nullable Original_Y0003200, - global::System.Nullable Original_Y0007300, - global::System.Nullable Original_Y0007400, - global::System.Nullable Original_Y0007600, - global::System.Nullable Original_Y0007601, - global::System.Nullable Original_Y0008000, - global::System.Nullable Original_Y0008500, - global::System.Nullable Original_Y0008600, - global::System.Nullable Original_Y0009400, - global::System.Nullable Original_Y0394100, - global::System.Nullable Original_Y0394300, - global::System.Nullable Original_Y0394500, - global::System.Nullable Original_Y0394501, - global::System.Nullable Original_Y0394900, - global::System.Nullable Original_Y0651000, - global::System.Nullable Original_Y0682500, - global::System.Nullable Original_Y0683800, - global::System.Nullable Original_Y0683900, - global::System.Nullable Original_Y0684100, - global::System.Nullable Original_Y0684101, - global::System.Nullable Original_Y0684500, - global::System.Nullable Original_Y0947100, - global::System.Nullable Original_Y0986200, - global::System.Nullable Original_Y0986700, - global::System.Nullable Original_Y0988800, - global::System.Nullable Original_Y0988900, - global::System.Nullable Original_Y0989400, - global::System.Nullable Original_Y0989401, - global::System.Nullable Original_Y0989900, - global::System.Nullable Original_Y1229100, - global::System.Nullable Original_Y1229200, - global::System.Nullable Original_Y1229700, - global::System.Nullable Original_Y1229701, - global::System.Nullable Original_Y1458900, - global::System.Nullable Original_Y1459400, - global::System.Nullable Original_Y1459401, - global::System.Nullable Original_Y1629500, - global::System.Nullable Original_Y1704000, - global::System.Nullable Original_Y1704500, - global::System.Nullable Original_Y1704501, - global::System.Nullable Original_Y1707300, - global::System.Nullable Original_Y1883300, - global::System.Nullable Original_Y1989500, - global::System.Nullable Original_Y1990000, - global::System.Nullable Original_Y1990001, - global::System.Nullable Original_Y1992900, - global::System.Nullable Original_Y2197500, - global::System.Nullable Original_Y2308300, - global::System.Nullable Original_Y2308800, - global::System.Nullable Original_Y2308801, - global::System.Nullable Original_Y2311700, - global::System.Nullable Original_Y2531800) { - this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_C0000100)); - if ((Original_C0000200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_C0000200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R1756600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1756600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R1756600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R1756600Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R1757300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1757300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R1757300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R1757300Column] = value; + } } - if ((Original_C0005300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[4].Value = ((int)(Original_C0005300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R1758000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R1758000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R1758000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R1758000Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R2095800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2095800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2095800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R2095800Column] = value; + } } - if ((Original_C0005400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_C0005400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R2096500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2096500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2096500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R2096500Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R2097200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2097200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2097200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R2097200Column] = value; + } } - if ((Original_C0005700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[8].Value = ((int)(Original_C0005700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R2097900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2097900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2097900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R2097900Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R2098600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2098600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2098600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R2098600Column] = value; + } } - if ((Original_C0008100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_C0008100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R2099300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2099300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2099300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R2099300Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R2100000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2100000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2100000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R2100000Column] = value; + } } - if ((Original_C0008200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[12].Value = ((int)(Original_C0008200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R2648100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2648100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2648100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R2648100Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R2648800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2648800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2648800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R2648800Column] = value; + } } - if ((Original_C0008300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[14].Value = ((int)(Original_C0008300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R2649500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2649500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2649500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R2649500Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R2650200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2650200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2650200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R2650200Column] = value; + } } - if ((Original_C0008600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[16].Value = ((int)(Original_C0008600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R2650900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2650900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2650900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R2650900Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R2651600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2651600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2651600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R2651600Column] = value; + } } - if ((Original_C0008700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[18].Value = ((int)(Original_C0008700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R2652300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R2652300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R2652300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R2652300Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R3256000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3256000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R3256000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R3256000Column] = value; + } } - if ((Original_C0008800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[20].Value = ((int)(Original_C0008800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R3257800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3257800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R3257800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R3257800Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R3259600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3259600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R3259600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R3259600Column] = value; + } } - if ((Original_C0009100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[22].Value = ((int)(Original_C0009100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R3261400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3261400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R3261400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R3261400Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R3263200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3263200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R3263200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R3263200Column] = value; + } } - if ((Original_C0009200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[24].Value = ((int)(Original_C0009200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R3265000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3265000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R3265000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R3265000Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R3266800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3266800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R3266800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R3266800Column] = value; + } } - if ((Original_C0009300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[26].Value = ((int)(Original_C0009300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R3771900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3771900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R3771900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R3771900Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R3772200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3772200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R3772200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R3772200Column] = value; + } } - if ((Original_C0009600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[28].Value = ((int)(Original_C0009600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R3772300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3772300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R3772300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R3772300Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value; - } - if ((Original_C0009700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[30].Value = ((int)(Original_C0009700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R3774000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3774000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R3774000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R3774000Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R3774300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3774300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R3774300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R3774300Column] = value; + } } - if ((Original_C0009800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[32].Value = ((int)(Original_C0009800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R3774400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3774400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R3774400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R3774400Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[32].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R3776100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3776100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R3776100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R3776100Column] = value; + } } - if ((Original_C0009900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[34].Value = ((int)(Original_C0009900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R3776400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3776400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R3776400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R3776400Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R3776500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3776500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R3776500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R3776500Column] = value; + } } - if ((Original_C0010110.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[36].Value = ((int)(Original_C0010110.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R3778200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3778200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R3778200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R3778200Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R3778500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3778500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R3778500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R3778500Column] = value; + } } - if ((Original_C0010200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[38].Value = ((int)(Original_C0010200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R3778600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3778600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R3778600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R3778600Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[38].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R3780300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3780300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R3780300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R3780300Column] = value; + } } - if ((Original_C0010300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[40].Value = ((int)(Original_C0010300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R3780600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3780600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R3780600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R3780600Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[40].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R3780700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3780700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R3780700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R3780700Column] = value; + } } - if ((Original_C0010400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[42].Value = ((int)(Original_C0010400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R3782400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3782400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R3782400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R3782400Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[42].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R3784500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R3784500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R3784500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R3784500Column] = value; + } } - if ((Original_C0010700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[44].Value = ((int)(Original_C0010700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4276900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4276900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4276900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4276900Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[44].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4277200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4277200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4277200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4277200Column] = value; + } } - if ((Original_C0010800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[46].Value = ((int)(Original_C0010800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4277201 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4277201Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4277201\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4277201Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[46].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4277800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4277800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4277800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4277800Column] = value; + } } - if ((Original_C0010900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[48].Value = ((int)(Original_C0010900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4278100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4278100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4278100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4278100Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[48].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4278101 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4278101Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4278101\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4278101Column] = value; + } } - if ((Original_C0011110.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[50].Value = ((int)(Original_C0011110.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4278700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4278700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4278700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4278700Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[50].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4279000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4279000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4279000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4279000Column] = value; + } } - if ((Original_C0011111.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[52].Value = ((int)(Original_C0011111.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4279001 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4279001Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4279001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4279001Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[52].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4279600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4279600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4279600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4279600Column] = value; + } } - if ((Original_C0011112.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[54].Value = ((int)(Original_C0011112.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4279900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4279900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4279900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4279900Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[54].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4279901 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4279901Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4279901\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4279901Column] = value; + } } - if ((Original_C0011113.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[56].Value = ((int)(Original_C0011113.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4280500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4280500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4280500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4280500Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[56].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4280800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4280800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4280800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4280800Column] = value; + } } - if ((Original_C0011114.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[58].Value = ((int)(Original_C0011114.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4280801 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4280801Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4280801\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4280801Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[58].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4281400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4281400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4281400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4281400Column] = value; + } } - if ((Original_C0011117.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[60].Value = ((int)(Original_C0011117.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4282200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4282200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4282200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4282200Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[60].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4827700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4827700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4827700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4827700Column] = value; + } } - if ((Original_C0011118.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[62].Value = ((int)(Original_C0011118.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4828000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4828000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4828000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4828000Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[62].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4828001 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4828001Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4828001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4828001Column] = value; + } } - if ((Original_C0011119.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[64].Value = ((int)(Original_C0011119.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4830700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4830700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4830700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4830700Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[64].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4831000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4831000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4831000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4831000Column] = value; + } } - if ((Original_C0011122.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[66].Value = ((int)(Original_C0011122.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4831001 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4831001Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4831001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4831001Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[66].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4833700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4833700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4833700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4833700Column] = value; + } } - if ((Original_C0011123.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[68].Value = ((int)(Original_C0011123.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4834000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4834000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4834000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4834000Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[68].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4834001 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4834001Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4834001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4834001Column] = value; + } } - if ((Original_C0011124.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[70].Value = ((int)(Original_C0011124.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4836700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4836700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4836700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4836700Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[70].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4837000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4837000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4837000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4837000Column] = value; + } } - if ((Original_C0011127.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[72].Value = ((int)(Original_C0011127.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4837001 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4837001Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4837001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4837001Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[72].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4839700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4839700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4839700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4839700Column] = value; + } } - if ((Original_C0011128.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[74].Value = ((int)(Original_C0011128.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4840000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4840000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4840000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4840000Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[74].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4840001 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4840001Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4840001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4840001Column] = value; + } } - if ((Original_C0011129.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[76].Value = ((int)(Original_C0011129.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4842600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4842600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4842600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4842600Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[76].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4844900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4844900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4844900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4844900Column] = value; + } } - if ((Original_C0011132.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[78].Value = ((int)(Original_C0011132.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R4847200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R4847200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R4847200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R4847200Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[78].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R5498100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5498100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R5498100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R5498100Column] = value; + } } - if ((Original_C0011133.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[80].Value = ((int)(Original_C0011133.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R5498400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5498400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R5498400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R5498400Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[80].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R5498401 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5498401Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R5498401\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R5498401Column] = value; + } } - if ((Original_C0011134.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[82].Value = ((int)(Original_C0011134.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R5501100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5501100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R5501100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R5501100Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[82].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R5501400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5501400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R5501400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R5501400Column] = value; + } } - if ((Original_C0011137.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[84].Value = ((int)(Original_C0011137.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R5501401 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5501401Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R5501401\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R5501401Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[84].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R5504100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5504100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R5504100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R5504100Column] = value; + } } - if ((Original_C0011138.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[86].Value = ((int)(Original_C0011138.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R5504400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5504400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R5504400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R5504400Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[86].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R5504401 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5504401Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R5504401\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R5504401Column] = value; + } } - if ((Original_C0011139.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[88].Value = ((int)(Original_C0011139.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R5507100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5507100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R5507100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R5507100Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[88].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R5507400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5507400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R5507400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R5507400Column] = value; + } } - if ((Original_C0011142.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[90].Value = ((int)(Original_C0011142.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R5507401 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5507401Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R5507401\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R5507401Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[90].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R5510100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5510100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R5510100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R5510100Column] = value; + } } - if ((Original_C0011143.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[92].Value = ((int)(Original_C0011143.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R5510400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5510400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R5510400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R5510400Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[92].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R5510401 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5510401Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R5510401\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R5510401Column] = value; + } } - if ((Original_C0011144.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[94].Value = ((int)(Original_C0011144.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R5513100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5513100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R5513100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R5513100Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[94].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R5515400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5515400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R5515400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R5515400Column] = value; + } } - if ((Original_C3070500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[96].Value = ((int)(Original_C3070500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R5517700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5517700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R5517700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R5517700Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[96].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R5519900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R5519900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R5519900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R5519900Column] = value; + } } - if ((Original_C3423600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[98].Value = ((int)(Original_C3423600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6219500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6219500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6219500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6219500Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[98].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6219600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6219600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6219600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6219600Column] = value; + } } - if ((Original_C3601100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[100].Value = ((int)(Original_C3601100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6219700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6219700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6219700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6219700Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[100].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6219800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6219800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6219800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6219800Column] = value; + } } - if ((Original_C3601700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[102].Value = ((int)(Original_C3601700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6219900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6219900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6219900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6219900Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[102].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6220000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6220000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6220000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6220000Column] = value; + } } - if ((Original_C3601800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[104].Value = ((int)(Original_C3601800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6220100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6220100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6220100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6220100Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[104].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6220200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6220200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6220200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6220200Column] = value; + } } - if ((Original_C3601900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[106].Value = ((int)(Original_C3601900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6220300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6220300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6220300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6220300Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[106].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6220400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6220400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6220400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6220400Column] = value; + } } - if ((Original_C3605900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[108].Value = ((int)(Original_C3605900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6222800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6222800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6222800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6222800Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[108].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6222801 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6222801Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6222801\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6222801Column] = value; + } } - if ((Original_C3981100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[110].Value = ((int)(Original_C3981100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6222900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6222900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6222900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6222900Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[110].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6222901 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6222901Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6222901\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6222901Column] = value; + } } - if ((Original_C3981700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[112].Value = ((int)(Original_C3981700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6223000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6223000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6223000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6223000Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[112].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6223001 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6223001Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6223001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6223001Column] = value; + } } - if ((Original_C3981800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[114].Value = ((int)(Original_C3981800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6223100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6223100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6223100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6223100Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[114].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6223101 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6223101Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6223101\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6223101Column] = value; + } } - if ((Original_C3981900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[116].Value = ((int)(Original_C3981900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6223200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6223200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6223200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6223200Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[116].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6223201 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6223201Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6223201\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6223201Column] = value; + } } - if ((Original_Y0003200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[118].Value = ((int)(Original_Y0003200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6223300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6223300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6223300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6223300Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[118].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6223301 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6223301Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6223301\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6223301Column] = value; + } } - if ((Original_Y0007300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[120].Value = ((int)(Original_Y0007300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6773500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6773500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6773500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6773500Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[120].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6773600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6773600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6773600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6773600Column] = value; + } } - if ((Original_Y0007400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[122].Value = ((int)(Original_Y0007400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6773700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6773700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6773700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6773700Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[122].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6773800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6773800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6773800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6773800Column] = value; + } } - if ((Original_Y0007600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[124].Value = ((int)(Original_Y0007600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6773900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6773900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6773900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6773900Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[124].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6774000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6774000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6774000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6774000Column] = value; + } } - if ((Original_Y0007601.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[126].Value = ((int)(Original_Y0007601.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6774100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6774100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6774100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6774100Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[126].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6774200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6774200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6774200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6774200Column] = value; + } } - if ((Original_Y0008000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[128].Value = ((int)(Original_Y0008000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6774300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6774300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6774300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6774300Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[128].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6774400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6774400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6774400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6774400Column] = value; + } } - if ((Original_Y0008500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[130].Value = ((int)(Original_Y0008500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6776300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6776300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6776300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6776300Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[130].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6776301 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6776301Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6776301\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6776301Column] = value; + } } - if ((Original_Y0008600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[132].Value = ((int)(Original_Y0008600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6776400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6776400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6776400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6776400Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[132].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6776401 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6776401Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6776401\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6776401Column] = value; + } } - if ((Original_Y0009400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[134].Value = ((int)(Original_Y0009400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6776500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6776500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6776500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6776500Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[134].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6776501 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6776501Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6776501\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6776501Column] = value; + } } - if ((Original_Y0394100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[136].Value = ((int)(Original_Y0394100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6776600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6776600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6776600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6776600Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[136].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6776601 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6776601Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6776601\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6776601Column] = value; + } } - if ((Original_Y0394300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[138].Value = ((int)(Original_Y0394300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6776700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6776700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6776700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6776700Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[138].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6776701 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6776701Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6776701\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6776701Column] = value; + } } - if ((Original_Y0394500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[140].Value = ((int)(Original_Y0394500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6776800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6776800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6776800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6776800Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[140].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R6776801 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R6776801Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R6776801\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R6776801Column] = value; + } } - if ((Original_Y0394501.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[142].Value = ((int)(Original_Y0394501.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R7417900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7417900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R7417900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R7417900Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[142].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R7418000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7418000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R7418000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R7418000Column] = value; + } } - if ((Original_Y0394900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[144].Value = ((int)(Original_Y0394900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R7418100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7418100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R7418100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R7418100Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[144].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R7418200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7418200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R7418200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R7418200Column] = value; + } } - if ((Original_Y0651000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[146].Value = ((int)(Original_Y0651000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R7418300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7418300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R7418300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R7418300Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[146].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R7418400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7418400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R7418400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R7418400Column] = value; + } } - if ((Original_Y0682500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[148].Value = ((int)(Original_Y0682500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R7418500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7418500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R7418500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R7418500Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[148].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R7418600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7418600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R7418600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R7418600Column] = value; + } } - if ((Original_Y0683800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[150].Value = ((int)(Original_Y0683800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R7418700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7418700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R7418700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R7418700Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[150].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R7418800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7418800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R7418800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R7418800Column] = value; + } } - if ((Original_Y0683900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[152].Value = ((int)(Original_Y0683900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R7420700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7420700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R7420700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R7420700Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[152].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R7420701 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7420701Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R7420701\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R7420701Column] = value; + } } - if ((Original_Y0684100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[154].Value = ((int)(Original_Y0684100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R7420800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7420800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R7420800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R7420800Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[154].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R7420801 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7420801Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R7420801\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R7420801Column] = value; + } } - if ((Original_Y0684101.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[156].Value = ((int)(Original_Y0684101.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R7420900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7420900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R7420900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R7420900Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[156].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R7420901 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7420901Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R7420901\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R7420901Column] = value; + } } - if ((Original_Y0684500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[158].Value = ((int)(Original_Y0684500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R7421000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7421000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R7421000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R7421000Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[158].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R7421001 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7421001Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R7421001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R7421001Column] = value; + } } - if ((Original_Y0947100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[160].Value = ((int)(Original_Y0947100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R7421100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7421100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R7421100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R7421100Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[160].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R7421101 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7421101Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R7421101\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R7421101Column] = value; + } } - if ((Original_Y0986200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[162].Value = ((int)(Original_Y0986200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R7421200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7421200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R7421200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R7421200Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[162].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R7421201 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7421201Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R7421201\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R7421201Column] = value; + } } - if ((Original_Y0986700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[164].Value = ((int)(Original_Y0986700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R7421300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7421300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R7421300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R7421300Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[164].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R7421301 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R7421301Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R7421301\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R7421301Column] = value; + } } - if ((Original_Y0988800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[166].Value = ((int)(Original_Y0988800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R8116000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8116000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R8116000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R8116000Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[166].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R8116100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8116100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R8116100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R8116100Column] = value; + } } - if ((Original_Y0988900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[168].Value = ((int)(Original_Y0988900.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[168].Value = global::System.DBNull.Value; - } - if ((Original_Y0989400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[170].Value = ((int)(Original_Y0989400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R8116200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8116200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R8116200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R8116200Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[170].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R8116300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8116300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R8116300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R8116300Column] = value; + } } - if ((Original_Y0989401.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[172].Value = ((int)(Original_Y0989401.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R8116400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8116400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R8116400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R8116400Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[172].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R8116500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8116500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R8116500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R8116500Column] = value; + } } - if ((Original_Y0989900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[174].Value = ((int)(Original_Y0989900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R8116600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8116600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R8116600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R8116600Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[174].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R8116700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8116700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R8116700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R8116700Column] = value; + } } - if ((Original_Y1229100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[176].Value = ((int)(Original_Y1229100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R8116800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8116800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R8116800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R8116800Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[176].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R8116900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8116900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R8116900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R8116900Column] = value; + } } - if ((Original_Y1229200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[178].Value = ((int)(Original_Y1229200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R8119000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8119000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R8119000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R8119000Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[178].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R8119001 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8119001Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R8119001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R8119001Column] = value; + } } - if ((Original_Y1229700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[180].Value = ((int)(Original_Y1229700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R8119100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8119100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R8119100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R8119100Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[180].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R8119101 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8119101Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R8119101\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R8119101Column] = value; + } } - if ((Original_Y1229701.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[182].Value = ((int)(Original_Y1229701.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R8119200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8119200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R8119200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R8119200Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[182].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R8119201 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8119201Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R8119201\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R8119201Column] = value; + } } - if ((Original_Y1458900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[184].Value = ((int)(Original_Y1458900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R8119300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8119300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R8119300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R8119300Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[184].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R8119301 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8119301Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R8119301\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R8119301Column] = value; + } } - if ((Original_Y1459400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[186].Value = ((int)(Original_Y1459400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R8119400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8119400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R8119400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R8119400Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[186].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R8119401 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8119401Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R8119401\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R8119401Column] = value; + } } - if ((Original_Y1459401.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[188].Value = ((int)(Original_Y1459401.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R8119500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8119500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R8119500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R8119500Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[188].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int R8119501 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.R8119501Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'R8119501\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.R8119501Column] = value; + } } - if ((Original_Y1629500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[190].Value = ((int)(Original_Y1629500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T0347900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0347900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0347900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T0347900Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[190].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T0348000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0348000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0348000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T0348000Column] = value; + } } - if ((Original_Y1704000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[192].Value = ((int)(Original_Y1704000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T0348100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0348100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0348100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T0348100Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[192].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T0348200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0348200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0348200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T0348200Column] = value; + } } - if ((Original_Y1704500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[194].Value = ((int)(Original_Y1704500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T0348300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0348300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0348300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T0348300Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[194].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T0348400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0348400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0348400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T0348400Column] = value; + } } - if ((Original_Y1704501.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[196].Value = ((int)(Original_Y1704501.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T0348500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0348500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0348500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T0348500Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[196].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T0348600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0348600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0348600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T0348600Column] = value; + } } - if ((Original_Y1707300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[198].Value = ((int)(Original_Y1707300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T0348700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0348700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0348700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T0348700Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[198].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T0348800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0348800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0348800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T0348800Column] = value; + } } - if ((Original_Y1883300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[200].Value = ((int)(Original_Y1883300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T0348900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0348900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0348900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T0348900Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[200].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T0351100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0351100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T0351100Column] = value; + } } - if ((Original_Y1989500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[201].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[202].Value = ((int)(Original_Y1989500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T0351101 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351101Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0351101\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T0351101Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[201].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[202].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T0351200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0351200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T0351200Column] = value; + } } - if ((Original_Y1990000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[203].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[204].Value = ((int)(Original_Y1990000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T0351201 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351201Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0351201\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T0351201Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[203].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[204].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T0351300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0351300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T0351300Column] = value; + } } - if ((Original_Y1990001.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[205].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[206].Value = ((int)(Original_Y1990001.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T0351301 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351301Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0351301\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T0351301Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[205].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[206].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T0351400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0351400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T0351400Column] = value; + } } - if ((Original_Y1992900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[207].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[208].Value = ((int)(Original_Y1992900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T0351401 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351401Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0351401\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T0351401Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[207].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[208].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T0351500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0351500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T0351500Column] = value; + } } - if ((Original_Y2197500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[209].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[210].Value = ((int)(Original_Y2197500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T0351501 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351501Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0351501\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T0351501Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[209].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[210].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T0351600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0351600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T0351600Column] = value; + } } - if ((Original_Y2308300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[211].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[212].Value = ((int)(Original_Y2308300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T0351601 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351601Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0351601\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T0351601Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[211].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[212].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T0351700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0351700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T0351700Column] = value; + } } - if ((Original_Y2308800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[213].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[214].Value = ((int)(Original_Y2308800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T0351701 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351701Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0351701\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T0351701Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[213].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[214].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T0351800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0351800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T0351800Column] = value; + } } - if ((Original_Y2308801.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[215].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[216].Value = ((int)(Original_Y2308801.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T0351801 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T0351801Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T0351801\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T0351801Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[215].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[216].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T1497300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1497300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T1497300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T1497300Column] = value; + } } - if ((Original_Y2311700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[217].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[218].Value = ((int)(Original_Y2311700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T1497400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1497400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T1497400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T1497400Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[217].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[218].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T1497500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1497500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T1497500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T1497500Column] = value; + } } - if ((Original_Y2531800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[219].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[220].Value = ((int)(Original_Y2531800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T1497600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1497600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T1497600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T1497600Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[219].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[220].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T1497700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1497700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T1497700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T1497700Column] = value; + } } - 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(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T1497800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1497800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T1497800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T1497800Column] = value; + } } - try { - int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); - return returnValue; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T1497900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1497900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T1497900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T1497900Column] = value; + } } - 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")] + public int T1498000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1498000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T1498000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T1498000Column] = value; } } - } - - [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( - int C0000100, - global::System.Nullable C0000200, - global::System.Nullable C0005300, - global::System.Nullable C0005400, - global::System.Nullable C0005700, - global::System.Nullable C0008100, - global::System.Nullable C0008200, - global::System.Nullable C0008300, - global::System.Nullable C0008600, - global::System.Nullable C0008700, - global::System.Nullable C0008800, - global::System.Nullable C0009100, - global::System.Nullable C0009200, - global::System.Nullable C0009300, - global::System.Nullable C0009600, - global::System.Nullable C0009700, - global::System.Nullable C0009800, - global::System.Nullable C0009900, - global::System.Nullable C0010110, - global::System.Nullable C0010200, - global::System.Nullable C0010300, - global::System.Nullable C0010400, - global::System.Nullable C0010700, - global::System.Nullable C0010800, - global::System.Nullable C0010900, - global::System.Nullable C0011110, - global::System.Nullable C0011111, - global::System.Nullable C0011112, - global::System.Nullable C0011113, - global::System.Nullable C0011114, - global::System.Nullable C0011117, - global::System.Nullable C0011118, - global::System.Nullable C0011119, - global::System.Nullable C0011122, - global::System.Nullable C0011123, - global::System.Nullable C0011124, - global::System.Nullable C0011127, - global::System.Nullable C0011128, - global::System.Nullable C0011129, - global::System.Nullable C0011132, - global::System.Nullable C0011133, - global::System.Nullable C0011134, - global::System.Nullable C0011137, - global::System.Nullable C0011138, - global::System.Nullable C0011139, - global::System.Nullable C0011142, - global::System.Nullable C0011143, - global::System.Nullable C0011144, - global::System.Nullable C3070500, - global::System.Nullable C3423600, - global::System.Nullable C3601100, - global::System.Nullable C3601700, - global::System.Nullable C3601800, - global::System.Nullable C3601900, - global::System.Nullable C3605900, - global::System.Nullable C3981100, - global::System.Nullable C3981700, - global::System.Nullable C3981800, - global::System.Nullable C3981900, - global::System.Nullable Y0003200, - global::System.Nullable Y0007300, - global::System.Nullable Y0007400, - global::System.Nullable Y0007600, - global::System.Nullable Y0007601, - global::System.Nullable Y0008000, - global::System.Nullable Y0008500, - global::System.Nullable Y0008600, - global::System.Nullable Y0009400, - global::System.Nullable Y0394100, - global::System.Nullable Y0394300, - global::System.Nullable Y0394500, - global::System.Nullable Y0394501, - global::System.Nullable Y0394900, - global::System.Nullable Y0651000, - global::System.Nullable Y0682500, - global::System.Nullable Y0683800, - global::System.Nullable Y0683900, - global::System.Nullable Y0684100, - global::System.Nullable Y0684101, - global::System.Nullable Y0684500, - global::System.Nullable Y0947100, - global::System.Nullable Y0986200, - global::System.Nullable Y0986700, - global::System.Nullable Y0988800, - global::System.Nullable Y0988900, - global::System.Nullable Y0989400, - global::System.Nullable Y0989401, - global::System.Nullable Y0989900, - global::System.Nullable Y1229100, - global::System.Nullable Y1229200, - global::System.Nullable Y1229700, - global::System.Nullable Y1229701, - global::System.Nullable Y1458900, - global::System.Nullable Y1459400, - global::System.Nullable Y1459401, - global::System.Nullable Y1629500, - global::System.Nullable Y1704000, - global::System.Nullable Y1704500, - global::System.Nullable Y1704501, - global::System.Nullable Y1707300, - global::System.Nullable Y1883300, - global::System.Nullable Y1989500, - global::System.Nullable Y1990000, - global::System.Nullable Y1990001, - global::System.Nullable Y1992900, - global::System.Nullable Y2197500, - global::System.Nullable Y2308300, - global::System.Nullable Y2308800, - global::System.Nullable Y2308801, - global::System.Nullable Y2311700, - global::System.Nullable Y2531800) { - this.Adapter.InsertCommand.Parameters[0].Value = ((int)(C0000100)); - if ((C0000200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[1].Value = ((int)(C0000200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T1498100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1498100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T1498100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T1498100Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T1498200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1498200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T1498200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T1498200Column] = value; + } } - if ((C0005300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[2].Value = ((int)(C0005300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T1498300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1498300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T1498300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T1498300Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T1500500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1500500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T1500500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T1500500Column] = value; + } } - if ((C0005400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[3].Value = ((int)(C0005400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T1500501 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1500501Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T1500501\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T1500501Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T1500600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1500600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T1500600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T1500600Column] = value; + } } - if ((C0005700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[4].Value = ((int)(C0005700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T1500601 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1500601Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T1500601\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T1500601Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; - } - if ((C0008100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[5].Value = ((int)(C0008100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T1500700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1500700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T1500700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T1500700Column] = value; + } } - if ((C0008200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[6].Value = ((int)(C0008200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T1500701 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1500701Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T1500701\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T1500701Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T1500800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1500800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T1500800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T1500800Column] = value; + } } - if ((C0008300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[7].Value = ((int)(C0008300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T1500801 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1500801Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T1500801\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T1500801Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T1500900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1500900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T1500900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T1500900Column] = value; + } } - if ((C0008600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[8].Value = ((int)(C0008600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T1500901 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1500901Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T1500901\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T1500901Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T1501000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1501000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T1501000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T1501000Column] = value; + } } - if ((C0008700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[9].Value = ((int)(C0008700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T1501001 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T1501001Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T1501001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T1501001Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T2543200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T2543200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2543200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T2543200Column] = value; + } } - if ((C0008800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[10].Value = ((int)(C0008800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T2543300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T2543300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2543300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T2543300Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T2543400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T2543400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2543400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T2543400Column] = value; + } } - if ((C0009100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[11].Value = ((int)(C0009100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T2543500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T2543500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2543500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T2543500Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T2543600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T2543600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2543600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T2543600Column] = value; + } } - if ((C0009200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[12].Value = ((int)(C0009200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T2543700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T2543700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2543700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T2543700Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T2543800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T2543800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2543800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T2543800Column] = value; + } } - if ((C0009300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[13].Value = ((int)(C0009300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T2543900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T2543900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2543900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T2543900Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T2544000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T2544000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2544000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T2544000Column] = value; + } } - if ((C0009600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[14].Value = ((int)(C0009600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T2544100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T2544100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2544100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T2544100Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T2546100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T2546100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2546100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T2546100Column] = value; + } } - if ((C0009700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[15].Value = ((int)(C0009700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T2546101 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T2546101Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2546101\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T2546101Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T2546200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T2546200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2546200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T2546200Column] = value; + } } - if ((C0009800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[16].Value = ((int)(C0009800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T2546201 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T2546201Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2546201\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T2546201Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T2546300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T2546300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2546300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T2546300Column] = value; + } } - if ((C0009900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[17].Value = ((int)(C0009900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T2546301 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T2546301Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2546301\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T2546301Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T2546400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T2546400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2546400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T2546400Column] = value; + } } - if ((C0010110.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[18].Value = ((int)(C0010110.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T2546401 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T2546401Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2546401\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T2546401Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T2546500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T2546500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2546500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T2546500Column] = value; + } } - if ((C0010200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[19].Value = ((int)(C0010200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T2546501 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T2546501Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2546501\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T2546501Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T2546600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T2546600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2546600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T2546600Column] = value; + } } - if ((C0010300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[20].Value = ((int)(C0010300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T2546601 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T2546601Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2546601\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T2546601Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T2546700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T2546700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2546700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T2546700Column] = value; + } } - if ((C0010400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[21].Value = ((int)(C0010400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T2546701 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T2546701Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T2546701\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T2546701Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T3529500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T3529500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3529500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T3529500Column] = value; + } } - if ((C0010700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[22].Value = ((int)(C0010700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T3529600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T3529600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3529600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T3529600Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T3529700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T3529700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3529700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T3529700Column] = value; + } } - if ((C0010800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[23].Value = ((int)(C0010800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T3529800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T3529800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3529800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T3529800Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T3529900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T3529900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3529900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T3529900Column] = value; + } } - if ((C0010900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[24].Value = ((int)(C0010900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T3530000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T3530000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3530000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T3530000Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T3530100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T3530100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3530100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T3530100Column] = value; + } } - if ((C0011110.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[25].Value = ((int)(C0011110.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T3530200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T3530200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3530200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T3530200Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T3530300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T3530300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3530300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T3530300Column] = value; + } } - if ((C0011111.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[26].Value = ((int)(C0011111.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T3530400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T3530400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3530400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T3530400Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T3532500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T3532500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3532500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T3532500Column] = value; + } } - if ((C0011112.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[27].Value = ((int)(C0011112.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T3532501 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T3532501Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3532501\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T3532501Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T3532600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T3532600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3532600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T3532600Column] = value; + } } - if ((C0011113.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[28].Value = ((int)(C0011113.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T3532601 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T3532601Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3532601\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T3532601Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T3532700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T3532700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3532700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T3532700Column] = value; + } } - if ((C0011114.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[29].Value = ((int)(C0011114.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T3532701 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T3532701Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3532701\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T3532701Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T3532800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T3532800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3532800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T3532800Column] = value; + } } - if ((C0011117.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[30].Value = ((int)(C0011117.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T3532801 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T3532801Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3532801\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T3532801Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T3532900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T3532900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3532900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T3532900Column] = value; + } } - if ((C0011118.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[31].Value = ((int)(C0011118.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T3532901 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T3532901Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3532901\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T3532901Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T3533000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T3533000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3533000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T3533000Column] = value; + } } - if ((C0011119.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[32].Value = ((int)(C0011119.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T3533001 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T3533001Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3533001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T3533001Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T3533100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T3533100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3533100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T3533100Column] = value; + } } - if ((C0011122.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[33].Value = ((int)(C0011122.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T3533101 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T3533101Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T3533101\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T3533101Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T4498100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T4498100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4498100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T4498100Column] = value; + } } - if ((C0011123.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[34].Value = ((int)(C0011123.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T4498200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T4498200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4498200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T4498200Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T4498300 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T4498300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4498300\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T4498300Column] = value; + } } - if ((C0011124.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[35].Value = ((int)(C0011124.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T4498400 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T4498400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4498400\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T4498400Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T4498500 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T4498500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4498500\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T4498500Column] = value; + } } - if ((C0011127.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[36].Value = ((int)(C0011127.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T4498600 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T4498600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4498600\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T4498600Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T4498700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T4498700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4498700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T4498700Column] = value; + } } - if ((C0011128.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[37].Value = ((int)(C0011128.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T4498800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T4498800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4498800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T4498800Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T4498900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T4498900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4498900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T4498900Column] = value; + } } - if ((C0011129.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[38].Value = ((int)(C0011129.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T4499000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T4499000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4499000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T4499000Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T4503700 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T4503700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4503700\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T4503700Column] = value; + } } - if ((C0011132.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[39].Value = ((int)(C0011132.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T4503701 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T4503701Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4503701\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T4503701Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T4503800 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T4503800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4503800\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T4503800Column] = value; + } } - if ((C0011133.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[40].Value = ((int)(C0011133.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T4503801 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T4503801Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4503801\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T4503801Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T4503900 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T4503900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4503900\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T4503900Column] = value; + } } - if ((C0011134.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[41].Value = ((int)(C0011134.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T4503901 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T4503901Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4503901\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T4503901Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T4504000 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T4504000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4504000\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T4504000Column] = value; + } } - if ((C0011137.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[42].Value = ((int)(C0011137.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T4504001 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T4504001Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4504001\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T4504001Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T4504100 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T4504100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4504100\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T4504100Column] = value; + } } - if ((C0011138.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[43].Value = ((int)(C0011138.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T4504101 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T4504101Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4504101\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T4504101Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T4504200 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T4504200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4504200\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T4504200Column] = value; + } } - if ((C0011139.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[44].Value = ((int)(C0011139.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int T4504201 { + get { + try { + return ((int)(this[this.tabletblGen2FatherFromGen1Death.T4504201Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'T4504201\' in table \'tblGen2FatherFromGen1Death\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2FatherFromGen1Death.T4504201Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR1373400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1373400Column); } - if ((C0011142.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[45].Value = ((int)(C0011142.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR1373400Null() { + this[this.tabletblGen2FatherFromGen1Death.R1373400Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR1374100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1374100Column); } - if ((C0011143.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[46].Value = ((int)(C0011143.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR1374100Null() { + this[this.tabletblGen2FatherFromGen1Death.R1374100Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR1374800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1374800Column); } - if ((C0011144.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[47].Value = ((int)(C0011144.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR1374800Null() { + this[this.tabletblGen2FatherFromGen1Death.R1374800Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR1375500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1375500Column); } - if ((C3070500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[48].Value = ((int)(C3070500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR1375500Null() { + this[this.tabletblGen2FatherFromGen1Death.R1375500Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR1376200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1376200Column); } - if ((C3423600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[49].Value = ((int)(C3423600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR1376200Null() { + this[this.tabletblGen2FatherFromGen1Death.R1376200Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR1376900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1376900Column); } - if ((C3601100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[50].Value = ((int)(C3601100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR1376900Null() { + this[this.tabletblGen2FatherFromGen1Death.R1376900Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR1377600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1377600Column); } - if ((C3601700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[51].Value = ((int)(C3601700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR1377600Null() { + this[this.tabletblGen2FatherFromGen1Death.R1377600Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR1753800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1753800Column); } - if ((C3601800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[52].Value = ((int)(C3601800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR1753800Null() { + this[this.tabletblGen2FatherFromGen1Death.R1753800Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR1754500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1754500Column); } - if ((C3601900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[53].Value = ((int)(C3601900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR1754500Null() { + this[this.tabletblGen2FatherFromGen1Death.R1754500Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR1755200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1755200Column); } - if ((C3605900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[54].Value = ((int)(C3605900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR1755200Null() { + this[this.tabletblGen2FatherFromGen1Death.R1755200Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR1755900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1755900Column); } - if ((C3981100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[55].Value = ((int)(C3981100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR1755900Null() { + this[this.tabletblGen2FatherFromGen1Death.R1755900Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR1756600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1756600Column); } - if ((C3981700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[56].Value = ((int)(C3981700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR1756600Null() { + this[this.tabletblGen2FatherFromGen1Death.R1756600Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR1757300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1757300Column); } - if ((C3981800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[57].Value = ((int)(C3981800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR1757300Null() { + this[this.tabletblGen2FatherFromGen1Death.R1757300Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR1758000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R1758000Column); } - if ((C3981900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[58].Value = ((int)(C3981900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR1758000Null() { + this[this.tabletblGen2FatherFromGen1Death.R1758000Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2095800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2095800Column); } - if ((Y0003200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[59].Value = ((int)(Y0003200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2095800Null() { + this[this.tabletblGen2FatherFromGen1Death.R2095800Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2096500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2096500Column); } - if ((Y0007300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[60].Value = ((int)(Y0007300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2096500Null() { + this[this.tabletblGen2FatherFromGen1Death.R2096500Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2097200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2097200Column); } - if ((Y0007400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[61].Value = ((int)(Y0007400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2097200Null() { + this[this.tabletblGen2FatherFromGen1Death.R2097200Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2097900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2097900Column); } - if ((Y0007600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[62].Value = ((int)(Y0007600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2097900Null() { + this[this.tabletblGen2FatherFromGen1Death.R2097900Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2098600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2098600Column); } - if ((Y0007601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[63].Value = ((int)(Y0007601.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2098600Null() { + this[this.tabletblGen2FatherFromGen1Death.R2098600Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2099300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2099300Column); } - if ((Y0008000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[64].Value = ((int)(Y0008000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2099300Null() { + this[this.tabletblGen2FatherFromGen1Death.R2099300Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2100000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2100000Column); } - if ((Y0008500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[65].Value = ((int)(Y0008500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2100000Null() { + this[this.tabletblGen2FatherFromGen1Death.R2100000Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[65].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2648100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2648100Column); } - if ((Y0008600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[66].Value = ((int)(Y0008600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2648100Null() { + this[this.tabletblGen2FatherFromGen1Death.R2648100Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[66].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2648800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2648800Column); } - if ((Y0009400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[67].Value = ((int)(Y0009400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2648800Null() { + this[this.tabletblGen2FatherFromGen1Death.R2648800Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[67].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2649500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2649500Column); } - if ((Y0394100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[68].Value = ((int)(Y0394100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2649500Null() { + this[this.tabletblGen2FatherFromGen1Death.R2649500Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[68].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2650200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2650200Column); } - if ((Y0394300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[69].Value = ((int)(Y0394300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2650200Null() { + this[this.tabletblGen2FatherFromGen1Death.R2650200Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[69].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2650900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2650900Column); } - if ((Y0394500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[70].Value = ((int)(Y0394500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2650900Null() { + this[this.tabletblGen2FatherFromGen1Death.R2650900Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[70].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2651600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2651600Column); } - if ((Y0394501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[71].Value = ((int)(Y0394501.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2651600Null() { + this[this.tabletblGen2FatherFromGen1Death.R2651600Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[71].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR2652300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R2652300Column); } - if ((Y0394900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[72].Value = ((int)(Y0394900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR2652300Null() { + this[this.tabletblGen2FatherFromGen1Death.R2652300Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[72].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR3256000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3256000Column); } - if ((Y0651000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[73].Value = ((int)(Y0651000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR3256000Null() { + this[this.tabletblGen2FatherFromGen1Death.R3256000Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[73].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR3257800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3257800Column); } - if ((Y0682500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[74].Value = ((int)(Y0682500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR3257800Null() { + this[this.tabletblGen2FatherFromGen1Death.R3257800Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[74].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR3259600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3259600Column); } - if ((Y0683800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[75].Value = ((int)(Y0683800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR3259600Null() { + this[this.tabletblGen2FatherFromGen1Death.R3259600Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[75].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR3261400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3261400Column); } - if ((Y0683900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[76].Value = ((int)(Y0683900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR3261400Null() { + this[this.tabletblGen2FatherFromGen1Death.R3261400Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[76].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR3263200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3263200Column); } - if ((Y0684100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[77].Value = ((int)(Y0684100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR3263200Null() { + this[this.tabletblGen2FatherFromGen1Death.R3263200Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[77].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR3265000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3265000Column); } - if ((Y0684101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[78].Value = ((int)(Y0684101.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR3265000Null() { + this[this.tabletblGen2FatherFromGen1Death.R3265000Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[78].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR3266800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3266800Column); } - if ((Y0684500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[79].Value = ((int)(Y0684500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR3266800Null() { + this[this.tabletblGen2FatherFromGen1Death.R3266800Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[79].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR3771900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3771900Column); } - if ((Y0947100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[80].Value = ((int)(Y0947100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR3771900Null() { + this[this.tabletblGen2FatherFromGen1Death.R3771900Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[80].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR3772200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3772200Column); } - if ((Y0986200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[81].Value = ((int)(Y0986200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR3772200Null() { + this[this.tabletblGen2FatherFromGen1Death.R3772200Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[81].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR3772300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3772300Column); } - if ((Y0986700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[82].Value = ((int)(Y0986700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR3772300Null() { + this[this.tabletblGen2FatherFromGen1Death.R3772300Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[82].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR3774000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3774000Column); } - if ((Y0988800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[83].Value = ((int)(Y0988800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR3774000Null() { + this[this.tabletblGen2FatherFromGen1Death.R3774000Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[83].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR3774300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3774300Column); } - if ((Y0988900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[84].Value = ((int)(Y0988900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR3774300Null() { + this[this.tabletblGen2FatherFromGen1Death.R3774300Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[84].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR3774400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3774400Column); } - if ((Y0989400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[85].Value = ((int)(Y0989400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR3774400Null() { + this[this.tabletblGen2FatherFromGen1Death.R3774400Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[85].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR3776100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3776100Column); } - if ((Y0989401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[86].Value = ((int)(Y0989401.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR3776100Null() { + this[this.tabletblGen2FatherFromGen1Death.R3776100Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[86].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR3776400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3776400Column); } - if ((Y0989900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[87].Value = ((int)(Y0989900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR3776400Null() { + this[this.tabletblGen2FatherFromGen1Death.R3776400Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[87].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR3776500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3776500Column); } - if ((Y1229100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[88].Value = ((int)(Y1229100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR3776500Null() { + this[this.tabletblGen2FatherFromGen1Death.R3776500Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[88].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR3778200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3778200Column); } - if ((Y1229200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[89].Value = ((int)(Y1229200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR3778200Null() { + this[this.tabletblGen2FatherFromGen1Death.R3778200Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[89].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR3778500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3778500Column); } - if ((Y1229700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[90].Value = ((int)(Y1229700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR3778500Null() { + this[this.tabletblGen2FatherFromGen1Death.R3778500Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[90].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR3778600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3778600Column); } - if ((Y1229701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[91].Value = ((int)(Y1229701.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR3778600Null() { + this[this.tabletblGen2FatherFromGen1Death.R3778600Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[91].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR3780300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3780300Column); } - if ((Y1458900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[92].Value = ((int)(Y1458900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR3780300Null() { + this[this.tabletblGen2FatherFromGen1Death.R3780300Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[92].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR3780600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3780600Column); } - if ((Y1459400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[93].Value = ((int)(Y1459400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR3780600Null() { + this[this.tabletblGen2FatherFromGen1Death.R3780600Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[93].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR3780700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3780700Column); } - if ((Y1459401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[94].Value = ((int)(Y1459401.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR3780700Null() { + this[this.tabletblGen2FatherFromGen1Death.R3780700Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[94].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR3782400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3782400Column); } - if ((Y1629500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[95].Value = ((int)(Y1629500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR3782400Null() { + this[this.tabletblGen2FatherFromGen1Death.R3782400Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[95].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR3784500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R3784500Column); } - if ((Y1704000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[96].Value = ((int)(Y1704000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR3784500Null() { + this[this.tabletblGen2FatherFromGen1Death.R3784500Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[96].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4276900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4276900Column); } - if ((Y1704500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[97].Value = ((int)(Y1704500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4276900Null() { + this[this.tabletblGen2FatherFromGen1Death.R4276900Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[97].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4277200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4277200Column); } - if ((Y1704501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[98].Value = ((int)(Y1704501.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4277200Null() { + this[this.tabletblGen2FatherFromGen1Death.R4277200Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[98].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4277201Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4277201Column); } - if ((Y1707300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[99].Value = ((int)(Y1707300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4277201Null() { + this[this.tabletblGen2FatherFromGen1Death.R4277201Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[99].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4277800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4277800Column); } - if ((Y1883300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[100].Value = ((int)(Y1883300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4277800Null() { + this[this.tabletblGen2FatherFromGen1Death.R4277800Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[100].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4278100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4278100Column); } - if ((Y1989500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[101].Value = ((int)(Y1989500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4278100Null() { + this[this.tabletblGen2FatherFromGen1Death.R4278100Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[101].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4278101Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4278101Column); } - if ((Y1990000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[102].Value = ((int)(Y1990000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4278101Null() { + this[this.tabletblGen2FatherFromGen1Death.R4278101Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[102].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4278700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4278700Column); } - if ((Y1990001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[103].Value = ((int)(Y1990001.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4278700Null() { + this[this.tabletblGen2FatherFromGen1Death.R4278700Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[103].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4279000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4279000Column); } - if ((Y1992900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[104].Value = ((int)(Y1992900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4279000Null() { + this[this.tabletblGen2FatherFromGen1Death.R4279000Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[104].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4279001Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4279001Column); } - if ((Y2197500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[105].Value = ((int)(Y2197500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4279001Null() { + this[this.tabletblGen2FatherFromGen1Death.R4279001Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[105].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4279600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4279600Column); } - if ((Y2308300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[106].Value = ((int)(Y2308300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4279600Null() { + this[this.tabletblGen2FatherFromGen1Death.R4279600Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[106].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4279900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4279900Column); } - if ((Y2308800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[107].Value = ((int)(Y2308800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4279900Null() { + this[this.tabletblGen2FatherFromGen1Death.R4279900Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[107].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4279901Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4279901Column); } - if ((Y2308801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[108].Value = ((int)(Y2308801.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4279901Null() { + this[this.tabletblGen2FatherFromGen1Death.R4279901Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[108].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4280500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4280500Column); } - if ((Y2311700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[109].Value = ((int)(Y2311700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4280500Null() { + this[this.tabletblGen2FatherFromGen1Death.R4280500Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[109].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4280800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4280800Column); } - if ((Y2531800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[110].Value = ((int)(Y2531800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4280800Null() { + this[this.tabletblGen2FatherFromGen1Death.R4280800Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[110].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4280801Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4280801Column); } - 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(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4280801Null() { + this[this.tabletblGen2FatherFromGen1Death.R4280801Column] = global::System.Convert.DBNull; } - try { - int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); - return returnValue; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4281400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4281400Column); } - 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")] + public void SetR4281400Null() { + this[this.tabletblGen2FatherFromGen1Death.R4281400Column] = global::System.Convert.DBNull; } - } - - [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 C0000100, - global::System.Nullable C0000200, - global::System.Nullable C0005300, - global::System.Nullable C0005400, - global::System.Nullable C0005700, - global::System.Nullable C0008100, - global::System.Nullable C0008200, - global::System.Nullable C0008300, - global::System.Nullable C0008600, - global::System.Nullable C0008700, - global::System.Nullable C0008800, - global::System.Nullable C0009100, - global::System.Nullable C0009200, - global::System.Nullable C0009300, - global::System.Nullable C0009600, - global::System.Nullable C0009700, - global::System.Nullable C0009800, - global::System.Nullable C0009900, - global::System.Nullable C0010110, - global::System.Nullable C0010200, - global::System.Nullable C0010300, - global::System.Nullable C0010400, - global::System.Nullable C0010700, - global::System.Nullable C0010800, - global::System.Nullable C0010900, - global::System.Nullable C0011110, - global::System.Nullable C0011111, - global::System.Nullable C0011112, - global::System.Nullable C0011113, - global::System.Nullable C0011114, - global::System.Nullable C0011117, - global::System.Nullable C0011118, - global::System.Nullable C0011119, - global::System.Nullable C0011122, - global::System.Nullable C0011123, - global::System.Nullable C0011124, - global::System.Nullable C0011127, - global::System.Nullable C0011128, - global::System.Nullable C0011129, - global::System.Nullable C0011132, - global::System.Nullable C0011133, - global::System.Nullable C0011134, - global::System.Nullable C0011137, - global::System.Nullable C0011138, - global::System.Nullable C0011139, - global::System.Nullable C0011142, - global::System.Nullable C0011143, - global::System.Nullable C0011144, - global::System.Nullable C3070500, - global::System.Nullable C3423600, - global::System.Nullable C3601100, - global::System.Nullable C3601700, - global::System.Nullable C3601800, - global::System.Nullable C3601900, - global::System.Nullable C3605900, - global::System.Nullable C3981100, - global::System.Nullable C3981700, - global::System.Nullable C3981800, - global::System.Nullable C3981900, - global::System.Nullable Y0003200, - global::System.Nullable Y0007300, - global::System.Nullable Y0007400, - global::System.Nullable Y0007600, - global::System.Nullable Y0007601, - global::System.Nullable Y0008000, - global::System.Nullable Y0008500, - global::System.Nullable Y0008600, - global::System.Nullable Y0009400, - global::System.Nullable Y0394100, - global::System.Nullable Y0394300, - global::System.Nullable Y0394500, - global::System.Nullable Y0394501, - global::System.Nullable Y0394900, - global::System.Nullable Y0651000, - global::System.Nullable Y0682500, - global::System.Nullable Y0683800, - global::System.Nullable Y0683900, - global::System.Nullable Y0684100, - global::System.Nullable Y0684101, - global::System.Nullable Y0684500, - global::System.Nullable Y0947100, - global::System.Nullable Y0986200, - global::System.Nullable Y0986700, - global::System.Nullable Y0988800, - global::System.Nullable Y0988900, - global::System.Nullable Y0989400, - global::System.Nullable Y0989401, - global::System.Nullable Y0989900, - global::System.Nullable Y1229100, - global::System.Nullable Y1229200, - global::System.Nullable Y1229700, - global::System.Nullable Y1229701, - global::System.Nullable Y1458900, - global::System.Nullable Y1459400, - global::System.Nullable Y1459401, - global::System.Nullable Y1629500, - global::System.Nullable Y1704000, - global::System.Nullable Y1704500, - global::System.Nullable Y1704501, - global::System.Nullable Y1707300, - global::System.Nullable Y1883300, - global::System.Nullable Y1989500, - global::System.Nullable Y1990000, - global::System.Nullable Y1990001, - global::System.Nullable Y1992900, - global::System.Nullable Y2197500, - global::System.Nullable Y2308300, - global::System.Nullable Y2308800, - global::System.Nullable Y2308801, - global::System.Nullable Y2311700, - global::System.Nullable Y2531800, - int Original_C0000100, - global::System.Nullable Original_C0000200, - global::System.Nullable Original_C0005300, - global::System.Nullable Original_C0005400, - global::System.Nullable Original_C0005700, - global::System.Nullable Original_C0008100, - global::System.Nullable Original_C0008200, - global::System.Nullable Original_C0008300, - global::System.Nullable Original_C0008600, - global::System.Nullable Original_C0008700, - global::System.Nullable Original_C0008800, - global::System.Nullable Original_C0009100, - global::System.Nullable Original_C0009200, - global::System.Nullable Original_C0009300, - global::System.Nullable Original_C0009600, - global::System.Nullable Original_C0009700, - global::System.Nullable Original_C0009800, - global::System.Nullable Original_C0009900, - global::System.Nullable Original_C0010110, - global::System.Nullable Original_C0010200, - global::System.Nullable Original_C0010300, - global::System.Nullable Original_C0010400, - global::System.Nullable Original_C0010700, - global::System.Nullable Original_C0010800, - global::System.Nullable Original_C0010900, - global::System.Nullable Original_C0011110, - global::System.Nullable Original_C0011111, - global::System.Nullable Original_C0011112, - global::System.Nullable Original_C0011113, - global::System.Nullable Original_C0011114, - global::System.Nullable Original_C0011117, - global::System.Nullable Original_C0011118, - global::System.Nullable Original_C0011119, - global::System.Nullable Original_C0011122, - global::System.Nullable Original_C0011123, - global::System.Nullable Original_C0011124, - global::System.Nullable Original_C0011127, - global::System.Nullable Original_C0011128, - global::System.Nullable Original_C0011129, - global::System.Nullable Original_C0011132, - global::System.Nullable Original_C0011133, - global::System.Nullable Original_C0011134, - global::System.Nullable Original_C0011137, - global::System.Nullable Original_C0011138, - global::System.Nullable Original_C0011139, - global::System.Nullable Original_C0011142, - global::System.Nullable Original_C0011143, - global::System.Nullable Original_C0011144, - global::System.Nullable Original_C3070500, - global::System.Nullable Original_C3423600, - global::System.Nullable Original_C3601100, - global::System.Nullable Original_C3601700, - global::System.Nullable Original_C3601800, - global::System.Nullable Original_C3601900, - global::System.Nullable Original_C3605900, - global::System.Nullable Original_C3981100, - global::System.Nullable Original_C3981700, - global::System.Nullable Original_C3981800, - global::System.Nullable Original_C3981900, - global::System.Nullable Original_Y0003200, - global::System.Nullable Original_Y0007300, - global::System.Nullable Original_Y0007400, - global::System.Nullable Original_Y0007600, - global::System.Nullable Original_Y0007601, - global::System.Nullable Original_Y0008000, - global::System.Nullable Original_Y0008500, - global::System.Nullable Original_Y0008600, - global::System.Nullable Original_Y0009400, - global::System.Nullable Original_Y0394100, - global::System.Nullable Original_Y0394300, - global::System.Nullable Original_Y0394500, - global::System.Nullable Original_Y0394501, - global::System.Nullable Original_Y0394900, - global::System.Nullable Original_Y0651000, - global::System.Nullable Original_Y0682500, - global::System.Nullable Original_Y0683800, - global::System.Nullable Original_Y0683900, - global::System.Nullable Original_Y0684100, - global::System.Nullable Original_Y0684101, - global::System.Nullable Original_Y0684500, - global::System.Nullable Original_Y0947100, - global::System.Nullable Original_Y0986200, - global::System.Nullable Original_Y0986700, - global::System.Nullable Original_Y0988800, - global::System.Nullable Original_Y0988900, - global::System.Nullable Original_Y0989400, - global::System.Nullable Original_Y0989401, - global::System.Nullable Original_Y0989900, - global::System.Nullable Original_Y1229100, - global::System.Nullable Original_Y1229200, - global::System.Nullable Original_Y1229700, - global::System.Nullable Original_Y1229701, - global::System.Nullable Original_Y1458900, - global::System.Nullable Original_Y1459400, - global::System.Nullable Original_Y1459401, - global::System.Nullable Original_Y1629500, - global::System.Nullable Original_Y1704000, - global::System.Nullable Original_Y1704500, - global::System.Nullable Original_Y1704501, - global::System.Nullable Original_Y1707300, - global::System.Nullable Original_Y1883300, - global::System.Nullable Original_Y1989500, - global::System.Nullable Original_Y1990000, - global::System.Nullable Original_Y1990001, - global::System.Nullable Original_Y1992900, - global::System.Nullable Original_Y2197500, - global::System.Nullable Original_Y2308300, - global::System.Nullable Original_Y2308800, - global::System.Nullable Original_Y2308801, - global::System.Nullable Original_Y2311700, - global::System.Nullable Original_Y2531800) { - this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(C0000100)); - if ((C0000200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(C0000200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4282200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4282200Column); } - if ((C0005300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(C0005300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4282200Null() { + this[this.tabletblGen2FatherFromGen1Death.R4282200Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4827700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4827700Column); } - if ((C0005400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(C0005400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4827700Null() { + this[this.tabletblGen2FatherFromGen1Death.R4827700Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4828000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4828000Column); } - if ((C0005700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(C0005700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4828000Null() { + this[this.tabletblGen2FatherFromGen1Death.R4828000Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4828001Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4828001Column); } - if ((C0008100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(C0008100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4828001Null() { + this[this.tabletblGen2FatherFromGen1Death.R4828001Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4830700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4830700Column); } - if ((C0008200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(C0008200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4830700Null() { + this[this.tabletblGen2FatherFromGen1Death.R4830700Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4831000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4831000Column); } - if ((C0008300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(C0008300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4831000Null() { + this[this.tabletblGen2FatherFromGen1Death.R4831000Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4831001Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4831001Column); } - if ((C0008600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(C0008600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4831001Null() { + this[this.tabletblGen2FatherFromGen1Death.R4831001Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4833700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4833700Column); } - if ((C0008700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(C0008700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4833700Null() { + this[this.tabletblGen2FatherFromGen1Death.R4833700Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4834000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4834000Column); } - if ((C0008800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(C0008800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4834000Null() { + this[this.tabletblGen2FatherFromGen1Death.R4834000Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4834001Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4834001Column); } - if ((C0009100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(C0009100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4834001Null() { + this[this.tabletblGen2FatherFromGen1Death.R4834001Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4836700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4836700Column); } - if ((C0009200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(C0009200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4836700Null() { + this[this.tabletblGen2FatherFromGen1Death.R4836700Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4837000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4837000Column); } - if ((C0009300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(C0009300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4837000Null() { + this[this.tabletblGen2FatherFromGen1Death.R4837000Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4837001Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4837001Column); } - if ((C0009600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(C0009600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4837001Null() { + this[this.tabletblGen2FatherFromGen1Death.R4837001Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4839700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4839700Column); } - if ((C0009700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(C0009700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4839700Null() { + this[this.tabletblGen2FatherFromGen1Death.R4839700Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4840000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4840000Column); } - if ((C0009800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(C0009800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4840000Null() { + this[this.tabletblGen2FatherFromGen1Death.R4840000Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4840001Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4840001Column); } - if ((C0009900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(C0009900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4840001Null() { + this[this.tabletblGen2FatherFromGen1Death.R4840001Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4842600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4842600Column); } - if ((C0010110.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(C0010110.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4842600Null() { + this[this.tabletblGen2FatherFromGen1Death.R4842600Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4844900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4844900Column); } - if ((C0010200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(C0010200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4844900Null() { + this[this.tabletblGen2FatherFromGen1Death.R4844900Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR4847200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R4847200Column); } - if ((C0010300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(C0010300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR4847200Null() { + this[this.tabletblGen2FatherFromGen1Death.R4847200Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR5498100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5498100Column); } - if ((C0010400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(C0010400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR5498100Null() { + this[this.tabletblGen2FatherFromGen1Death.R5498100Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR5498400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5498400Column); } - if ((C0010700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[22].Value = ((int)(C0010700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR5498400Null() { + this[this.tabletblGen2FatherFromGen1Death.R5498400Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR5498401Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5498401Column); } - if ((C0010800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(C0010800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR5498401Null() { + this[this.tabletblGen2FatherFromGen1Death.R5498401Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR5501100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5501100Column); } - if ((C0010900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[24].Value = ((int)(C0010900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR5501100Null() { + this[this.tabletblGen2FatherFromGen1Death.R5501100Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR5501400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5501400Column); } - if ((C0011110.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(C0011110.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR5501400Null() { + this[this.tabletblGen2FatherFromGen1Death.R5501400Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR5501401Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5501401Column); } - if ((C0011111.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[26].Value = ((int)(C0011111.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR5501401Null() { + this[this.tabletblGen2FatherFromGen1Death.R5501401Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR5504100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5504100Column); } - if ((C0011112.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(C0011112.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR5504100Null() { + this[this.tabletblGen2FatherFromGen1Death.R5504100Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR5504400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5504400Column); } - if ((C0011113.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[28].Value = ((int)(C0011113.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR5504400Null() { + this[this.tabletblGen2FatherFromGen1Death.R5504400Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR5504401Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5504401Column); } - if ((C0011114.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(C0011114.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR5504401Null() { + this[this.tabletblGen2FatherFromGen1Death.R5504401Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR5507100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5507100Column); } - if ((C0011117.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(C0011117.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR5507100Null() { + this[this.tabletblGen2FatherFromGen1Death.R5507100Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR5507400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5507400Column); } - if ((C0011118.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(C0011118.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR5507400Null() { + this[this.tabletblGen2FatherFromGen1Death.R5507400Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR5507401Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5507401Column); } - if ((C0011119.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[32].Value = ((int)(C0011119.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR5507401Null() { + this[this.tabletblGen2FatherFromGen1Death.R5507401Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR5510100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5510100Column); } - if ((C0011122.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(C0011122.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR5510100Null() { + this[this.tabletblGen2FatherFromGen1Death.R5510100Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR5510400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5510400Column); } - if ((C0011123.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[34].Value = ((int)(C0011123.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR5510400Null() { + this[this.tabletblGen2FatherFromGen1Death.R5510400Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR5510401Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5510401Column); } - if ((C0011124.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(C0011124.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR5510401Null() { + this[this.tabletblGen2FatherFromGen1Death.R5510401Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR5513100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5513100Column); } - if ((C0011127.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[36].Value = ((int)(C0011127.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR5513100Null() { + this[this.tabletblGen2FatherFromGen1Death.R5513100Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR5515400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5515400Column); } - if ((C0011128.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(C0011128.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR5515400Null() { + this[this.tabletblGen2FatherFromGen1Death.R5515400Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR5517700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5517700Column); } - if ((C0011129.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[38].Value = ((int)(C0011129.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR5517700Null() { + this[this.tabletblGen2FatherFromGen1Death.R5517700Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR5519900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R5519900Column); } - if ((C0011132.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[39].Value = ((int)(C0011132.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR5519900Null() { + this[this.tabletblGen2FatherFromGen1Death.R5519900Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6219500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6219500Column); } - if ((C0011133.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[40].Value = ((int)(C0011133.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6219500Null() { + this[this.tabletblGen2FatherFromGen1Death.R6219500Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6219600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6219600Column); } - if ((C0011134.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[41].Value = ((int)(C0011134.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6219600Null() { + this[this.tabletblGen2FatherFromGen1Death.R6219600Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6219700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6219700Column); } - if ((C0011137.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[42].Value = ((int)(C0011137.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6219700Null() { + this[this.tabletblGen2FatherFromGen1Death.R6219700Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6219800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6219800Column); } - if ((C0011138.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[43].Value = ((int)(C0011138.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6219800Null() { + this[this.tabletblGen2FatherFromGen1Death.R6219800Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6219900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6219900Column); } - if ((C0011139.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[44].Value = ((int)(C0011139.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6219900Null() { + this[this.tabletblGen2FatherFromGen1Death.R6219900Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6220000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6220000Column); } - if ((C0011142.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[45].Value = ((int)(C0011142.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6220000Null() { + this[this.tabletblGen2FatherFromGen1Death.R6220000Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6220100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6220100Column); } - if ((C0011143.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[46].Value = ((int)(C0011143.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6220100Null() { + this[this.tabletblGen2FatherFromGen1Death.R6220100Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6220200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6220200Column); } - if ((C0011144.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[47].Value = ((int)(C0011144.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6220200Null() { + this[this.tabletblGen2FatherFromGen1Death.R6220200Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6220300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6220300Column); } - if ((C3070500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[48].Value = ((int)(C3070500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6220300Null() { + this[this.tabletblGen2FatherFromGen1Death.R6220300Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6220400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6220400Column); } - if ((C3423600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[49].Value = ((int)(C3423600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6220400Null() { + this[this.tabletblGen2FatherFromGen1Death.R6220400Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6222800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6222800Column); } - if ((C3601100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[50].Value = ((int)(C3601100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6222800Null() { + this[this.tabletblGen2FatherFromGen1Death.R6222800Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6222801Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6222801Column); } - if ((C3601700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[51].Value = ((int)(C3601700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6222801Null() { + this[this.tabletblGen2FatherFromGen1Death.R6222801Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6222900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6222900Column); } - if ((C3601800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[52].Value = ((int)(C3601800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6222900Null() { + this[this.tabletblGen2FatherFromGen1Death.R6222900Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6222901Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6222901Column); } - if ((C3601900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[53].Value = ((int)(C3601900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6222901Null() { + this[this.tabletblGen2FatherFromGen1Death.R6222901Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6223000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6223000Column); } - if ((C3605900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[54].Value = ((int)(C3605900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6223000Null() { + this[this.tabletblGen2FatherFromGen1Death.R6223000Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6223001Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6223001Column); } - if ((C3981100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[55].Value = ((int)(C3981100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6223001Null() { + this[this.tabletblGen2FatherFromGen1Death.R6223001Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6223100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6223100Column); } - if ((C3981700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[56].Value = ((int)(C3981700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6223100Null() { + this[this.tabletblGen2FatherFromGen1Death.R6223100Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6223101Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6223101Column); } - if ((C3981800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[57].Value = ((int)(C3981800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6223101Null() { + this[this.tabletblGen2FatherFromGen1Death.R6223101Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6223200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6223200Column); } - if ((C3981900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[58].Value = ((int)(C3981900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6223200Null() { + this[this.tabletblGen2FatherFromGen1Death.R6223200Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6223201Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6223201Column); } - if ((Y0003200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[59].Value = ((int)(Y0003200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6223201Null() { + this[this.tabletblGen2FatherFromGen1Death.R6223201Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6223300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6223300Column); } - if ((Y0007300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[60].Value = ((int)(Y0007300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6223300Null() { + this[this.tabletblGen2FatherFromGen1Death.R6223300Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6223301Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6223301Column); } - if ((Y0007400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[61].Value = ((int)(Y0007400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6223301Null() { + this[this.tabletblGen2FatherFromGen1Death.R6223301Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6773500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6773500Column); } - if ((Y0007600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[62].Value = ((int)(Y0007600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6773500Null() { + this[this.tabletblGen2FatherFromGen1Death.R6773500Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6773600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6773600Column); } - if ((Y0007601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[63].Value = ((int)(Y0007601.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6773600Null() { + this[this.tabletblGen2FatherFromGen1Death.R6773600Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6773700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6773700Column); } - if ((Y0008000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[64].Value = ((int)(Y0008000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6773700Null() { + this[this.tabletblGen2FatherFromGen1Death.R6773700Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6773800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6773800Column); } - if ((Y0008500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[65].Value = ((int)(Y0008500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6773800Null() { + this[this.tabletblGen2FatherFromGen1Death.R6773800Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[65].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6773900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6773900Column); } - if ((Y0008600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[66].Value = ((int)(Y0008600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6773900Null() { + this[this.tabletblGen2FatherFromGen1Death.R6773900Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6774000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6774000Column); } - if ((Y0009400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[67].Value = ((int)(Y0009400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6774000Null() { + this[this.tabletblGen2FatherFromGen1Death.R6774000Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[67].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6774100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6774100Column); } - if ((Y0394100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[68].Value = ((int)(Y0394100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6774100Null() { + this[this.tabletblGen2FatherFromGen1Death.R6774100Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6774200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6774200Column); } - if ((Y0394300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[69].Value = ((int)(Y0394300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6774200Null() { + this[this.tabletblGen2FatherFromGen1Death.R6774200Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[69].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6774300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6774300Column); } - if ((Y0394500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[70].Value = ((int)(Y0394500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6774300Null() { + this[this.tabletblGen2FatherFromGen1Death.R6774300Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6774400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6774400Column); } - if ((Y0394501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[71].Value = ((int)(Y0394501.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6774400Null() { + this[this.tabletblGen2FatherFromGen1Death.R6774400Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[71].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6776300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6776300Column); } - if ((Y0394900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[72].Value = ((int)(Y0394900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6776300Null() { + this[this.tabletblGen2FatherFromGen1Death.R6776300Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[72].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6776301Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6776301Column); } - if ((Y0651000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[73].Value = ((int)(Y0651000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6776301Null() { + this[this.tabletblGen2FatherFromGen1Death.R6776301Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[73].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6776400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6776400Column); } - if ((Y0682500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[74].Value = ((int)(Y0682500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6776400Null() { + this[this.tabletblGen2FatherFromGen1Death.R6776400Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[74].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6776401Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6776401Column); } - if ((Y0683800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[75].Value = ((int)(Y0683800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6776401Null() { + this[this.tabletblGen2FatherFromGen1Death.R6776401Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[75].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6776500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6776500Column); } - if ((Y0683900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[76].Value = ((int)(Y0683900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6776500Null() { + this[this.tabletblGen2FatherFromGen1Death.R6776500Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[76].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6776501Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6776501Column); } - if ((Y0684100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[77].Value = ((int)(Y0684100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6776501Null() { + this[this.tabletblGen2FatherFromGen1Death.R6776501Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[77].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6776600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6776600Column); } - if ((Y0684101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[78].Value = ((int)(Y0684101.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6776600Null() { + this[this.tabletblGen2FatherFromGen1Death.R6776600Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[78].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6776601Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6776601Column); } - if ((Y0684500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[79].Value = ((int)(Y0684500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6776601Null() { + this[this.tabletblGen2FatherFromGen1Death.R6776601Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[79].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6776700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6776700Column); } - if ((Y0947100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[80].Value = ((int)(Y0947100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6776700Null() { + this[this.tabletblGen2FatherFromGen1Death.R6776700Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[80].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6776701Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6776701Column); } - if ((Y0986200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[81].Value = ((int)(Y0986200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6776701Null() { + this[this.tabletblGen2FatherFromGen1Death.R6776701Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[81].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6776800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6776800Column); } - if ((Y0986700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[82].Value = ((int)(Y0986700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6776800Null() { + this[this.tabletblGen2FatherFromGen1Death.R6776800Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[82].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR6776801Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R6776801Column); } - if ((Y0988800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[83].Value = ((int)(Y0988800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR6776801Null() { + this[this.tabletblGen2FatherFromGen1Death.R6776801Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[83].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR7417900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7417900Column); } - if ((Y0988900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[84].Value = ((int)(Y0988900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR7417900Null() { + this[this.tabletblGen2FatherFromGen1Death.R7417900Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[84].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR7418000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7418000Column); } - if ((Y0989400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[85].Value = ((int)(Y0989400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR7418000Null() { + this[this.tabletblGen2FatherFromGen1Death.R7418000Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[85].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR7418100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7418100Column); } - if ((Y0989401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[86].Value = ((int)(Y0989401.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR7418100Null() { + this[this.tabletblGen2FatherFromGen1Death.R7418100Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[86].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR7418200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7418200Column); } - if ((Y0989900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[87].Value = ((int)(Y0989900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR7418200Null() { + this[this.tabletblGen2FatherFromGen1Death.R7418200Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[87].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR7418300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7418300Column); } - if ((Y1229100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[88].Value = ((int)(Y1229100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR7418300Null() { + this[this.tabletblGen2FatherFromGen1Death.R7418300Column] = global::System.Convert.DBNull; } - else { - this.Adapter.UpdateCommand.Parameters[88].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR7418400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7418400Column); } - if ((Y1229200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[89].Value = ((int)(Y1229200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[89].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR7418400Null() { + this[this.tabletblGen2FatherFromGen1Death.R7418400Column] = global::System.Convert.DBNull; } - if ((Y1229700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[90].Value = ((int)(Y1229700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR7418500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7418500Column); } - else { - this.Adapter.UpdateCommand.Parameters[90].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR7418500Null() { + this[this.tabletblGen2FatherFromGen1Death.R7418500Column] = global::System.Convert.DBNull; } - if ((Y1229701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[91].Value = ((int)(Y1229701.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR7418600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7418600Column); } - else { - this.Adapter.UpdateCommand.Parameters[91].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR7418600Null() { + this[this.tabletblGen2FatherFromGen1Death.R7418600Column] = global::System.Convert.DBNull; } - if ((Y1458900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[92].Value = ((int)(Y1458900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR7418700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7418700Column); } - else { - this.Adapter.UpdateCommand.Parameters[92].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR7418700Null() { + this[this.tabletblGen2FatherFromGen1Death.R7418700Column] = global::System.Convert.DBNull; } - if ((Y1459400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[93].Value = ((int)(Y1459400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR7418800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7418800Column); } - else { - this.Adapter.UpdateCommand.Parameters[93].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR7418800Null() { + this[this.tabletblGen2FatherFromGen1Death.R7418800Column] = global::System.Convert.DBNull; } - if ((Y1459401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[94].Value = ((int)(Y1459401.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR7420700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7420700Column); } - else { - this.Adapter.UpdateCommand.Parameters[94].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR7420700Null() { + this[this.tabletblGen2FatherFromGen1Death.R7420700Column] = global::System.Convert.DBNull; } - if ((Y1629500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[95].Value = ((int)(Y1629500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR7420701Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7420701Column); } - else { - this.Adapter.UpdateCommand.Parameters[95].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR7420701Null() { + this[this.tabletblGen2FatherFromGen1Death.R7420701Column] = global::System.Convert.DBNull; } - if ((Y1704000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[96].Value = ((int)(Y1704000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR7420800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7420800Column); } - else { - this.Adapter.UpdateCommand.Parameters[96].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR7420800Null() { + this[this.tabletblGen2FatherFromGen1Death.R7420800Column] = global::System.Convert.DBNull; } - if ((Y1704500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[97].Value = ((int)(Y1704500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR7420801Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7420801Column); } - else { - this.Adapter.UpdateCommand.Parameters[97].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR7420801Null() { + this[this.tabletblGen2FatherFromGen1Death.R7420801Column] = global::System.Convert.DBNull; } - if ((Y1704501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[98].Value = ((int)(Y1704501.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR7420900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7420900Column); } - else { - this.Adapter.UpdateCommand.Parameters[98].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR7420900Null() { + this[this.tabletblGen2FatherFromGen1Death.R7420900Column] = global::System.Convert.DBNull; } - if ((Y1707300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[99].Value = ((int)(Y1707300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR7420901Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7420901Column); } - else { - this.Adapter.UpdateCommand.Parameters[99].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR7420901Null() { + this[this.tabletblGen2FatherFromGen1Death.R7420901Column] = global::System.Convert.DBNull; } - if ((Y1883300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[100].Value = ((int)(Y1883300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR7421000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7421000Column); } - else { - this.Adapter.UpdateCommand.Parameters[100].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR7421000Null() { + this[this.tabletblGen2FatherFromGen1Death.R7421000Column] = global::System.Convert.DBNull; } - if ((Y1989500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[101].Value = ((int)(Y1989500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR7421001Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7421001Column); } - else { - this.Adapter.UpdateCommand.Parameters[101].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR7421001Null() { + this[this.tabletblGen2FatherFromGen1Death.R7421001Column] = global::System.Convert.DBNull; } - if ((Y1990000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[102].Value = ((int)(Y1990000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR7421100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7421100Column); } - else { - this.Adapter.UpdateCommand.Parameters[102].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR7421100Null() { + this[this.tabletblGen2FatherFromGen1Death.R7421100Column] = global::System.Convert.DBNull; } - if ((Y1990001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[103].Value = ((int)(Y1990001.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR7421101Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7421101Column); } - else { - this.Adapter.UpdateCommand.Parameters[103].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR7421101Null() { + this[this.tabletblGen2FatherFromGen1Death.R7421101Column] = global::System.Convert.DBNull; } - if ((Y1992900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[104].Value = ((int)(Y1992900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR7421200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7421200Column); } - else { - this.Adapter.UpdateCommand.Parameters[104].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR7421200Null() { + this[this.tabletblGen2FatherFromGen1Death.R7421200Column] = global::System.Convert.DBNull; } - if ((Y2197500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[105].Value = ((int)(Y2197500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR7421201Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7421201Column); } - else { - this.Adapter.UpdateCommand.Parameters[105].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR7421201Null() { + this[this.tabletblGen2FatherFromGen1Death.R7421201Column] = global::System.Convert.DBNull; } - if ((Y2308300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[106].Value = ((int)(Y2308300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR7421300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7421300Column); } - else { - this.Adapter.UpdateCommand.Parameters[106].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR7421300Null() { + this[this.tabletblGen2FatherFromGen1Death.R7421300Column] = global::System.Convert.DBNull; } - if ((Y2308800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[107].Value = ((int)(Y2308800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR7421301Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R7421301Column); } - else { - this.Adapter.UpdateCommand.Parameters[107].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR7421301Null() { + this[this.tabletblGen2FatherFromGen1Death.R7421301Column] = global::System.Convert.DBNull; } - if ((Y2308801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[108].Value = ((int)(Y2308801.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR8116000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8116000Column); } - else { - this.Adapter.UpdateCommand.Parameters[108].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR8116000Null() { + this[this.tabletblGen2FatherFromGen1Death.R8116000Column] = global::System.Convert.DBNull; } - if ((Y2311700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[109].Value = ((int)(Y2311700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR8116100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8116100Column); } - else { - this.Adapter.UpdateCommand.Parameters[109].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR8116100Null() { + this[this.tabletblGen2FatherFromGen1Death.R8116100Column] = global::System.Convert.DBNull; } - if ((Y2531800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[110].Value = ((int)(Y2531800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR8116200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8116200Column); } - else { - this.Adapter.UpdateCommand.Parameters[110].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR8116200Null() { + this[this.tabletblGen2FatherFromGen1Death.R8116200Column] = global::System.Convert.DBNull; } - this.Adapter.UpdateCommand.Parameters[111].Value = ((int)(Original_C0000100)); - if ((Original_C0000200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[112].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[113].Value = ((int)(Original_C0000200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR8116300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8116300Column); } - else { - this.Adapter.UpdateCommand.Parameters[112].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[113].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR8116300Null() { + this[this.tabletblGen2FatherFromGen1Death.R8116300Column] = global::System.Convert.DBNull; } - if ((Original_C0005300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[114].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[115].Value = ((int)(Original_C0005300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR8116400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8116400Column); } - else { - this.Adapter.UpdateCommand.Parameters[114].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[115].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR8116400Null() { + this[this.tabletblGen2FatherFromGen1Death.R8116400Column] = global::System.Convert.DBNull; } - if ((Original_C0005400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[116].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[117].Value = ((int)(Original_C0005400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR8116500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8116500Column); } - else { - this.Adapter.UpdateCommand.Parameters[116].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[117].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR8116500Null() { + this[this.tabletblGen2FatherFromGen1Death.R8116500Column] = global::System.Convert.DBNull; } - if ((Original_C0005700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[118].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[119].Value = ((int)(Original_C0005700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR8116600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8116600Column); } - else { - this.Adapter.UpdateCommand.Parameters[118].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[119].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR8116600Null() { + this[this.tabletblGen2FatherFromGen1Death.R8116600Column] = global::System.Convert.DBNull; } - if ((Original_C0008100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[120].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[121].Value = ((int)(Original_C0008100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR8116700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8116700Column); } - else { - this.Adapter.UpdateCommand.Parameters[120].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[121].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR8116700Null() { + this[this.tabletblGen2FatherFromGen1Death.R8116700Column] = global::System.Convert.DBNull; } - if ((Original_C0008200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[122].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[123].Value = ((int)(Original_C0008200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR8116800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8116800Column); } - else { - this.Adapter.UpdateCommand.Parameters[122].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[123].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR8116800Null() { + this[this.tabletblGen2FatherFromGen1Death.R8116800Column] = global::System.Convert.DBNull; } - if ((Original_C0008300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[124].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[125].Value = ((int)(Original_C0008300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR8116900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8116900Column); } - else { - this.Adapter.UpdateCommand.Parameters[124].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[125].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR8116900Null() { + this[this.tabletblGen2FatherFromGen1Death.R8116900Column] = global::System.Convert.DBNull; } - if ((Original_C0008600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[126].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[127].Value = ((int)(Original_C0008600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR8119000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8119000Column); } - else { - this.Adapter.UpdateCommand.Parameters[126].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[127].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR8119000Null() { + this[this.tabletblGen2FatherFromGen1Death.R8119000Column] = global::System.Convert.DBNull; } - if ((Original_C0008700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[128].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[129].Value = ((int)(Original_C0008700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR8119001Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8119001Column); } - else { - this.Adapter.UpdateCommand.Parameters[128].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[129].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR8119001Null() { + this[this.tabletblGen2FatherFromGen1Death.R8119001Column] = global::System.Convert.DBNull; } - if ((Original_C0008800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[130].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[131].Value = ((int)(Original_C0008800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR8119100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8119100Column); } - else { - this.Adapter.UpdateCommand.Parameters[130].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[131].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR8119100Null() { + this[this.tabletblGen2FatherFromGen1Death.R8119100Column] = global::System.Convert.DBNull; } - if ((Original_C0009100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[132].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[133].Value = ((int)(Original_C0009100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR8119101Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8119101Column); } - else { - this.Adapter.UpdateCommand.Parameters[132].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[133].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR8119101Null() { + this[this.tabletblGen2FatherFromGen1Death.R8119101Column] = global::System.Convert.DBNull; } - if ((Original_C0009200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[134].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[135].Value = ((int)(Original_C0009200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR8119200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8119200Column); } - else { - this.Adapter.UpdateCommand.Parameters[134].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[135].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR8119200Null() { + this[this.tabletblGen2FatherFromGen1Death.R8119200Column] = global::System.Convert.DBNull; } - if ((Original_C0009300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[136].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[137].Value = ((int)(Original_C0009300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR8119201Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8119201Column); } - else { - this.Adapter.UpdateCommand.Parameters[136].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[137].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR8119201Null() { + this[this.tabletblGen2FatherFromGen1Death.R8119201Column] = global::System.Convert.DBNull; } - if ((Original_C0009600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[138].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[139].Value = ((int)(Original_C0009600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR8119300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8119300Column); } - else { - this.Adapter.UpdateCommand.Parameters[138].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[139].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR8119300Null() { + this[this.tabletblGen2FatherFromGen1Death.R8119300Column] = global::System.Convert.DBNull; } - if ((Original_C0009700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[140].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[141].Value = ((int)(Original_C0009700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR8119301Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8119301Column); } - else { - this.Adapter.UpdateCommand.Parameters[140].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[141].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR8119301Null() { + this[this.tabletblGen2FatherFromGen1Death.R8119301Column] = global::System.Convert.DBNull; } - if ((Original_C0009800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[142].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[143].Value = ((int)(Original_C0009800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR8119400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8119400Column); } - else { - this.Adapter.UpdateCommand.Parameters[142].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[143].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR8119400Null() { + this[this.tabletblGen2FatherFromGen1Death.R8119400Column] = global::System.Convert.DBNull; } - if ((Original_C0009900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[144].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[145].Value = ((int)(Original_C0009900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR8119401Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8119401Column); } - else { - this.Adapter.UpdateCommand.Parameters[144].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[145].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR8119401Null() { + this[this.tabletblGen2FatherFromGen1Death.R8119401Column] = global::System.Convert.DBNull; } - if ((Original_C0010110.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[146].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[147].Value = ((int)(Original_C0010110.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR8119500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8119500Column); } - else { - this.Adapter.UpdateCommand.Parameters[146].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[147].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR8119500Null() { + this[this.tabletblGen2FatherFromGen1Death.R8119500Column] = global::System.Convert.DBNull; } - if ((Original_C0010200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[148].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[149].Value = ((int)(Original_C0010200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsR8119501Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.R8119501Column); } - else { - this.Adapter.UpdateCommand.Parameters[148].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[149].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetR8119501Null() { + this[this.tabletblGen2FatherFromGen1Death.R8119501Column] = global::System.Convert.DBNull; } - if ((Original_C0010300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[150].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[151].Value = ((int)(Original_C0010300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0347900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0347900Column); } - else { - this.Adapter.UpdateCommand.Parameters[150].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[151].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0347900Null() { + this[this.tabletblGen2FatherFromGen1Death.T0347900Column] = global::System.Convert.DBNull; } - if ((Original_C0010400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[152].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[153].Value = ((int)(Original_C0010400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0348000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0348000Column); } - else { - this.Adapter.UpdateCommand.Parameters[152].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[153].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0348000Null() { + this[this.tabletblGen2FatherFromGen1Death.T0348000Column] = global::System.Convert.DBNull; } - if ((Original_C0010700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[154].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[155].Value = ((int)(Original_C0010700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0348100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0348100Column); } - else { - this.Adapter.UpdateCommand.Parameters[154].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[155].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0348100Null() { + this[this.tabletblGen2FatherFromGen1Death.T0348100Column] = global::System.Convert.DBNull; } - if ((Original_C0010800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[156].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[157].Value = ((int)(Original_C0010800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0348200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0348200Column); } - else { - this.Adapter.UpdateCommand.Parameters[156].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[157].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0348200Null() { + this[this.tabletblGen2FatherFromGen1Death.T0348200Column] = global::System.Convert.DBNull; } - if ((Original_C0010900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[158].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[159].Value = ((int)(Original_C0010900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0348300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0348300Column); } - else { - this.Adapter.UpdateCommand.Parameters[158].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[159].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0348300Null() { + this[this.tabletblGen2FatherFromGen1Death.T0348300Column] = global::System.Convert.DBNull; } - if ((Original_C0011110.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[160].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[161].Value = ((int)(Original_C0011110.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0348400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0348400Column); } - else { - this.Adapter.UpdateCommand.Parameters[160].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[161].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0348400Null() { + this[this.tabletblGen2FatherFromGen1Death.T0348400Column] = global::System.Convert.DBNull; } - if ((Original_C0011111.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[162].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[163].Value = ((int)(Original_C0011111.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0348500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0348500Column); } - else { - this.Adapter.UpdateCommand.Parameters[162].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[163].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0348500Null() { + this[this.tabletblGen2FatherFromGen1Death.T0348500Column] = global::System.Convert.DBNull; } - if ((Original_C0011112.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[164].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[165].Value = ((int)(Original_C0011112.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0348600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0348600Column); } - else { - this.Adapter.UpdateCommand.Parameters[164].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[165].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0348600Null() { + this[this.tabletblGen2FatherFromGen1Death.T0348600Column] = global::System.Convert.DBNull; } - if ((Original_C0011113.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[166].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[167].Value = ((int)(Original_C0011113.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0348700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0348700Column); } - else { - this.Adapter.UpdateCommand.Parameters[166].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[167].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0348700Null() { + this[this.tabletblGen2FatherFromGen1Death.T0348700Column] = global::System.Convert.DBNull; } - if ((Original_C0011114.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[168].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[169].Value = ((int)(Original_C0011114.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0348800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0348800Column); } - else { - this.Adapter.UpdateCommand.Parameters[168].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[169].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0348800Null() { + this[this.tabletblGen2FatherFromGen1Death.T0348800Column] = global::System.Convert.DBNull; } - if ((Original_C0011117.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[170].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[171].Value = ((int)(Original_C0011117.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0348900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0348900Column); } - else { - this.Adapter.UpdateCommand.Parameters[170].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[171].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0348900Null() { + this[this.tabletblGen2FatherFromGen1Death.T0348900Column] = global::System.Convert.DBNull; } - if ((Original_C0011118.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[172].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[173].Value = ((int)(Original_C0011118.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0351100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351100Column); } - else { - this.Adapter.UpdateCommand.Parameters[172].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[173].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0351100Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351100Column] = global::System.Convert.DBNull; } - if ((Original_C0011119.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[174].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[175].Value = ((int)(Original_C0011119.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0351101Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351101Column); } - else { - this.Adapter.UpdateCommand.Parameters[174].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[175].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0351101Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351101Column] = global::System.Convert.DBNull; } - if ((Original_C0011122.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[176].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[177].Value = ((int)(Original_C0011122.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0351200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351200Column); } - else { - this.Adapter.UpdateCommand.Parameters[176].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[177].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0351200Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351200Column] = global::System.Convert.DBNull; } - if ((Original_C0011123.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[178].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[179].Value = ((int)(Original_C0011123.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0351201Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351201Column); } - else { - this.Adapter.UpdateCommand.Parameters[178].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[179].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0351201Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351201Column] = global::System.Convert.DBNull; } - if ((Original_C0011124.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[180].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[181].Value = ((int)(Original_C0011124.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0351300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351300Column); } - else { - this.Adapter.UpdateCommand.Parameters[180].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[181].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0351300Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351300Column] = global::System.Convert.DBNull; } - if ((Original_C0011127.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[182].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[183].Value = ((int)(Original_C0011127.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0351301Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351301Column); } - else { - this.Adapter.UpdateCommand.Parameters[182].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[183].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0351301Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351301Column] = global::System.Convert.DBNull; } - if ((Original_C0011128.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[184].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[185].Value = ((int)(Original_C0011128.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0351400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351400Column); } - else { - this.Adapter.UpdateCommand.Parameters[184].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[185].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0351400Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351400Column] = global::System.Convert.DBNull; } - if ((Original_C0011129.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[186].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[187].Value = ((int)(Original_C0011129.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0351401Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351401Column); } - else { - this.Adapter.UpdateCommand.Parameters[186].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[187].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0351401Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351401Column] = global::System.Convert.DBNull; } - if ((Original_C0011132.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[188].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[189].Value = ((int)(Original_C0011132.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0351500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351500Column); } - else { - this.Adapter.UpdateCommand.Parameters[188].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[189].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0351500Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351500Column] = global::System.Convert.DBNull; } - if ((Original_C0011133.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[190].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[191].Value = ((int)(Original_C0011133.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0351501Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351501Column); } - else { - this.Adapter.UpdateCommand.Parameters[190].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[191].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0351501Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351501Column] = global::System.Convert.DBNull; } - if ((Original_C0011134.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[192].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[193].Value = ((int)(Original_C0011134.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0351600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351600Column); } - else { - this.Adapter.UpdateCommand.Parameters[192].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[193].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0351600Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351600Column] = global::System.Convert.DBNull; } - if ((Original_C0011137.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[194].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[195].Value = ((int)(Original_C0011137.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0351601Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351601Column); } - else { - this.Adapter.UpdateCommand.Parameters[194].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[195].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0351601Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351601Column] = global::System.Convert.DBNull; } - if ((Original_C0011138.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[196].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[197].Value = ((int)(Original_C0011138.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0351700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351700Column); } - else { - this.Adapter.UpdateCommand.Parameters[196].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[197].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0351700Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351700Column] = global::System.Convert.DBNull; } - if ((Original_C0011139.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[198].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[199].Value = ((int)(Original_C0011139.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0351701Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351701Column); } - else { - this.Adapter.UpdateCommand.Parameters[198].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[199].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0351701Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351701Column] = global::System.Convert.DBNull; } - if ((Original_C0011142.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[200].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[201].Value = ((int)(Original_C0011142.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0351800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351800Column); } - else { - this.Adapter.UpdateCommand.Parameters[200].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[201].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0351800Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351800Column] = global::System.Convert.DBNull; } - if ((Original_C0011143.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[202].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[203].Value = ((int)(Original_C0011143.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT0351801Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T0351801Column); } - else { - this.Adapter.UpdateCommand.Parameters[202].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[203].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT0351801Null() { + this[this.tabletblGen2FatherFromGen1Death.T0351801Column] = global::System.Convert.DBNull; } - if ((Original_C0011144.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[204].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[205].Value = ((int)(Original_C0011144.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1497300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1497300Column); } - else { - this.Adapter.UpdateCommand.Parameters[204].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[205].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1497300Null() { + this[this.tabletblGen2FatherFromGen1Death.T1497300Column] = global::System.Convert.DBNull; } - if ((Original_C3070500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[206].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[207].Value = ((int)(Original_C3070500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1497400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1497400Column); } - else { - this.Adapter.UpdateCommand.Parameters[206].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[207].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1497400Null() { + this[this.tabletblGen2FatherFromGen1Death.T1497400Column] = global::System.Convert.DBNull; } - if ((Original_C3423600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[208].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[209].Value = ((int)(Original_C3423600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1497500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1497500Column); } - else { - this.Adapter.UpdateCommand.Parameters[208].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[209].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1497500Null() { + this[this.tabletblGen2FatherFromGen1Death.T1497500Column] = global::System.Convert.DBNull; } - if ((Original_C3601100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[210].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[211].Value = ((int)(Original_C3601100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1497600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1497600Column); } - else { - this.Adapter.UpdateCommand.Parameters[210].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[211].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1497600Null() { + this[this.tabletblGen2FatherFromGen1Death.T1497600Column] = global::System.Convert.DBNull; } - if ((Original_C3601700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[212].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[213].Value = ((int)(Original_C3601700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1497700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1497700Column); } - else { - this.Adapter.UpdateCommand.Parameters[212].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[213].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1497700Null() { + this[this.tabletblGen2FatherFromGen1Death.T1497700Column] = global::System.Convert.DBNull; } - if ((Original_C3601800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[214].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[215].Value = ((int)(Original_C3601800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1497800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1497800Column); } - else { - this.Adapter.UpdateCommand.Parameters[214].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[215].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1497800Null() { + this[this.tabletblGen2FatherFromGen1Death.T1497800Column] = global::System.Convert.DBNull; } - if ((Original_C3601900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[216].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[217].Value = ((int)(Original_C3601900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1497900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1497900Column); } - else { - this.Adapter.UpdateCommand.Parameters[216].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[217].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1497900Null() { + this[this.tabletblGen2FatherFromGen1Death.T1497900Column] = global::System.Convert.DBNull; } - if ((Original_C3605900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[218].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[219].Value = ((int)(Original_C3605900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1498000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1498000Column); } - else { - this.Adapter.UpdateCommand.Parameters[218].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[219].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1498000Null() { + this[this.tabletblGen2FatherFromGen1Death.T1498000Column] = global::System.Convert.DBNull; } - if ((Original_C3981100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[220].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[221].Value = ((int)(Original_C3981100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1498100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1498100Column); } - else { - this.Adapter.UpdateCommand.Parameters[220].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[221].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1498100Null() { + this[this.tabletblGen2FatherFromGen1Death.T1498100Column] = global::System.Convert.DBNull; } - if ((Original_C3981700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[222].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[223].Value = ((int)(Original_C3981700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1498200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1498200Column); } - else { - this.Adapter.UpdateCommand.Parameters[222].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[223].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1498200Null() { + this[this.tabletblGen2FatherFromGen1Death.T1498200Column] = global::System.Convert.DBNull; } - if ((Original_C3981800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[224].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[225].Value = ((int)(Original_C3981800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1498300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1498300Column); } - else { - this.Adapter.UpdateCommand.Parameters[224].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[225].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1498300Null() { + this[this.tabletblGen2FatherFromGen1Death.T1498300Column] = global::System.Convert.DBNull; } - if ((Original_C3981900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[226].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[227].Value = ((int)(Original_C3981900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1500500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1500500Column); } - else { - this.Adapter.UpdateCommand.Parameters[226].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[227].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1500500Null() { + this[this.tabletblGen2FatherFromGen1Death.T1500500Column] = global::System.Convert.DBNull; } - if ((Original_Y0003200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[228].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[229].Value = ((int)(Original_Y0003200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1500501Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1500501Column); } - else { - this.Adapter.UpdateCommand.Parameters[228].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[229].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1500501Null() { + this[this.tabletblGen2FatherFromGen1Death.T1500501Column] = global::System.Convert.DBNull; } - if ((Original_Y0007300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[230].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[231].Value = ((int)(Original_Y0007300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1500600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1500600Column); } - else { - this.Adapter.UpdateCommand.Parameters[230].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[231].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1500600Null() { + this[this.tabletblGen2FatherFromGen1Death.T1500600Column] = global::System.Convert.DBNull; } - if ((Original_Y0007400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[232].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[233].Value = ((int)(Original_Y0007400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1500601Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1500601Column); } - else { - this.Adapter.UpdateCommand.Parameters[232].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[233].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1500601Null() { + this[this.tabletblGen2FatherFromGen1Death.T1500601Column] = global::System.Convert.DBNull; } - if ((Original_Y0007600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[234].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[235].Value = ((int)(Original_Y0007600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1500700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1500700Column); } - else { - this.Adapter.UpdateCommand.Parameters[234].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[235].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1500700Null() { + this[this.tabletblGen2FatherFromGen1Death.T1500700Column] = global::System.Convert.DBNull; } - if ((Original_Y0007601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[236].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[237].Value = ((int)(Original_Y0007601.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1500701Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1500701Column); } - else { - this.Adapter.UpdateCommand.Parameters[236].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[237].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1500701Null() { + this[this.tabletblGen2FatherFromGen1Death.T1500701Column] = global::System.Convert.DBNull; } - if ((Original_Y0008000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[238].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[239].Value = ((int)(Original_Y0008000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1500800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1500800Column); } - else { - this.Adapter.UpdateCommand.Parameters[238].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[239].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1500800Null() { + this[this.tabletblGen2FatherFromGen1Death.T1500800Column] = global::System.Convert.DBNull; } - if ((Original_Y0008500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[240].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[241].Value = ((int)(Original_Y0008500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1500801Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1500801Column); } - else { - this.Adapter.UpdateCommand.Parameters[240].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[241].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1500801Null() { + this[this.tabletblGen2FatherFromGen1Death.T1500801Column] = global::System.Convert.DBNull; } - if ((Original_Y0008600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[242].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[243].Value = ((int)(Original_Y0008600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1500900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1500900Column); } - else { - this.Adapter.UpdateCommand.Parameters[242].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[243].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1500900Null() { + this[this.tabletblGen2FatherFromGen1Death.T1500900Column] = global::System.Convert.DBNull; } - if ((Original_Y0009400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[244].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[245].Value = ((int)(Original_Y0009400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1500901Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1500901Column); } - else { - this.Adapter.UpdateCommand.Parameters[244].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[245].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1500901Null() { + this[this.tabletblGen2FatherFromGen1Death.T1500901Column] = global::System.Convert.DBNull; } - if ((Original_Y0394100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[246].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[247].Value = ((int)(Original_Y0394100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1501000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1501000Column); } - else { - this.Adapter.UpdateCommand.Parameters[246].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[247].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1501000Null() { + this[this.tabletblGen2FatherFromGen1Death.T1501000Column] = global::System.Convert.DBNull; } - if ((Original_Y0394300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[248].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[249].Value = ((int)(Original_Y0394300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT1501001Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T1501001Column); } - else { - this.Adapter.UpdateCommand.Parameters[248].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[249].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT1501001Null() { + this[this.tabletblGen2FatherFromGen1Death.T1501001Column] = global::System.Convert.DBNull; } - if ((Original_Y0394500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[250].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[251].Value = ((int)(Original_Y0394500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2543200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2543200Column); } - else { - this.Adapter.UpdateCommand.Parameters[250].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[251].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2543200Null() { + this[this.tabletblGen2FatherFromGen1Death.T2543200Column] = global::System.Convert.DBNull; } - if ((Original_Y0394501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[252].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[253].Value = ((int)(Original_Y0394501.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2543300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2543300Column); } - else { - this.Adapter.UpdateCommand.Parameters[252].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[253].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2543300Null() { + this[this.tabletblGen2FatherFromGen1Death.T2543300Column] = global::System.Convert.DBNull; } - if ((Original_Y0394900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[254].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[255].Value = ((int)(Original_Y0394900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2543400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2543400Column); } - else { - this.Adapter.UpdateCommand.Parameters[254].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[255].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2543400Null() { + this[this.tabletblGen2FatherFromGen1Death.T2543400Column] = global::System.Convert.DBNull; } - if ((Original_Y0651000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[256].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[257].Value = ((int)(Original_Y0651000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2543500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2543500Column); } - else { - this.Adapter.UpdateCommand.Parameters[256].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[257].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2543500Null() { + this[this.tabletblGen2FatherFromGen1Death.T2543500Column] = global::System.Convert.DBNull; } - if ((Original_Y0682500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[258].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[259].Value = ((int)(Original_Y0682500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2543600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2543600Column); } - else { - this.Adapter.UpdateCommand.Parameters[258].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[259].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2543600Null() { + this[this.tabletblGen2FatherFromGen1Death.T2543600Column] = global::System.Convert.DBNull; } - if ((Original_Y0683800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[260].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[261].Value = ((int)(Original_Y0683800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2543700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2543700Column); } - else { - this.Adapter.UpdateCommand.Parameters[260].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[261].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2543700Null() { + this[this.tabletblGen2FatherFromGen1Death.T2543700Column] = global::System.Convert.DBNull; } - if ((Original_Y0683900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[262].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[263].Value = ((int)(Original_Y0683900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2543800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2543800Column); } - else { - this.Adapter.UpdateCommand.Parameters[262].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[263].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2543800Null() { + this[this.tabletblGen2FatherFromGen1Death.T2543800Column] = global::System.Convert.DBNull; } - if ((Original_Y0684100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[264].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[265].Value = ((int)(Original_Y0684100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2543900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2543900Column); } - else { - this.Adapter.UpdateCommand.Parameters[264].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[265].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2543900Null() { + this[this.tabletblGen2FatherFromGen1Death.T2543900Column] = global::System.Convert.DBNull; } - if ((Original_Y0684101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[266].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[267].Value = ((int)(Original_Y0684101.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2544000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2544000Column); } - else { - this.Adapter.UpdateCommand.Parameters[266].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[267].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2544000Null() { + this[this.tabletblGen2FatherFromGen1Death.T2544000Column] = global::System.Convert.DBNull; } - if ((Original_Y0684500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[268].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[269].Value = ((int)(Original_Y0684500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2544100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2544100Column); } - else { - this.Adapter.UpdateCommand.Parameters[268].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[269].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2544100Null() { + this[this.tabletblGen2FatherFromGen1Death.T2544100Column] = global::System.Convert.DBNull; } - if ((Original_Y0947100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[270].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[271].Value = ((int)(Original_Y0947100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2546100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546100Column); } - else { - this.Adapter.UpdateCommand.Parameters[270].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[271].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2546100Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546100Column] = global::System.Convert.DBNull; } - if ((Original_Y0986200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[272].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[273].Value = ((int)(Original_Y0986200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2546101Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546101Column); } - else { - this.Adapter.UpdateCommand.Parameters[272].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[273].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2546101Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546101Column] = global::System.Convert.DBNull; } - if ((Original_Y0986700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[274].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[275].Value = ((int)(Original_Y0986700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2546200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546200Column); } - else { - this.Adapter.UpdateCommand.Parameters[274].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[275].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2546200Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546200Column] = global::System.Convert.DBNull; } - if ((Original_Y0988800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[276].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[277].Value = ((int)(Original_Y0988800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2546201Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546201Column); } - else { - this.Adapter.UpdateCommand.Parameters[276].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[277].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2546201Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546201Column] = global::System.Convert.DBNull; } - if ((Original_Y0988900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[278].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[279].Value = ((int)(Original_Y0988900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2546300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546300Column); } - else { - this.Adapter.UpdateCommand.Parameters[278].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[279].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2546300Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546300Column] = global::System.Convert.DBNull; } - if ((Original_Y0989400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[280].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[281].Value = ((int)(Original_Y0989400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2546301Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546301Column); } - else { - this.Adapter.UpdateCommand.Parameters[280].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[281].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2546301Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546301Column] = global::System.Convert.DBNull; } - if ((Original_Y0989401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[282].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[283].Value = ((int)(Original_Y0989401.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2546400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546400Column); } - else { - this.Adapter.UpdateCommand.Parameters[282].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[283].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2546400Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546400Column] = global::System.Convert.DBNull; } - if ((Original_Y0989900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[284].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[285].Value = ((int)(Original_Y0989900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2546401Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546401Column); } - else { - this.Adapter.UpdateCommand.Parameters[284].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[285].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2546401Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546401Column] = global::System.Convert.DBNull; } - if ((Original_Y1229100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[286].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[287].Value = ((int)(Original_Y1229100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2546500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546500Column); } - else { - this.Adapter.UpdateCommand.Parameters[286].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[287].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2546500Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546500Column] = global::System.Convert.DBNull; } - if ((Original_Y1229200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[288].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[289].Value = ((int)(Original_Y1229200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2546501Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546501Column); } - else { - this.Adapter.UpdateCommand.Parameters[288].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[289].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2546501Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546501Column] = global::System.Convert.DBNull; } - if ((Original_Y1229700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[290].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[291].Value = ((int)(Original_Y1229700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2546600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546600Column); } - else { - this.Adapter.UpdateCommand.Parameters[290].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[291].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2546600Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546600Column] = global::System.Convert.DBNull; } - if ((Original_Y1229701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[292].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[293].Value = ((int)(Original_Y1229701.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2546601Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546601Column); } - else { - this.Adapter.UpdateCommand.Parameters[292].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[293].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2546601Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546601Column] = global::System.Convert.DBNull; } - if ((Original_Y1458900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[294].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[295].Value = ((int)(Original_Y1458900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2546700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546700Column); } - else { - this.Adapter.UpdateCommand.Parameters[294].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[295].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2546700Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546700Column] = global::System.Convert.DBNull; } - if ((Original_Y1459400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[296].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[297].Value = ((int)(Original_Y1459400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT2546701Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T2546701Column); } - else { - this.Adapter.UpdateCommand.Parameters[296].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[297].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT2546701Null() { + this[this.tabletblGen2FatherFromGen1Death.T2546701Column] = global::System.Convert.DBNull; } - if ((Original_Y1459401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[298].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[299].Value = ((int)(Original_Y1459401.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3529500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3529500Column); } - else { - this.Adapter.UpdateCommand.Parameters[298].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[299].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3529500Null() { + this[this.tabletblGen2FatherFromGen1Death.T3529500Column] = global::System.Convert.DBNull; } - if ((Original_Y1629500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[300].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[301].Value = ((int)(Original_Y1629500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3529600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3529600Column); } - else { - this.Adapter.UpdateCommand.Parameters[300].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[301].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3529600Null() { + this[this.tabletblGen2FatherFromGen1Death.T3529600Column] = global::System.Convert.DBNull; } - if ((Original_Y1704000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[302].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[303].Value = ((int)(Original_Y1704000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3529700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3529700Column); } - else { - this.Adapter.UpdateCommand.Parameters[302].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[303].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3529700Null() { + this[this.tabletblGen2FatherFromGen1Death.T3529700Column] = global::System.Convert.DBNull; } - if ((Original_Y1704500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[304].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[305].Value = ((int)(Original_Y1704500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3529800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3529800Column); } - else { - this.Adapter.UpdateCommand.Parameters[304].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[305].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3529800Null() { + this[this.tabletblGen2FatherFromGen1Death.T3529800Column] = global::System.Convert.DBNull; } - if ((Original_Y1704501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[306].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[307].Value = ((int)(Original_Y1704501.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3529900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3529900Column); } - else { - this.Adapter.UpdateCommand.Parameters[306].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[307].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3529900Null() { + this[this.tabletblGen2FatherFromGen1Death.T3529900Column] = global::System.Convert.DBNull; } - if ((Original_Y1707300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[308].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[309].Value = ((int)(Original_Y1707300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3530000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3530000Column); } - else { - this.Adapter.UpdateCommand.Parameters[308].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[309].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3530000Null() { + this[this.tabletblGen2FatherFromGen1Death.T3530000Column] = global::System.Convert.DBNull; } - if ((Original_Y1883300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[310].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[311].Value = ((int)(Original_Y1883300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3530100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3530100Column); } - else { - this.Adapter.UpdateCommand.Parameters[310].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[311].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3530100Null() { + this[this.tabletblGen2FatherFromGen1Death.T3530100Column] = global::System.Convert.DBNull; } - if ((Original_Y1989500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[312].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[313].Value = ((int)(Original_Y1989500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3530200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3530200Column); } - else { - this.Adapter.UpdateCommand.Parameters[312].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[313].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3530200Null() { + this[this.tabletblGen2FatherFromGen1Death.T3530200Column] = global::System.Convert.DBNull; } - if ((Original_Y1990000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[314].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[315].Value = ((int)(Original_Y1990000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3530300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3530300Column); } - else { - this.Adapter.UpdateCommand.Parameters[314].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[315].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3530300Null() { + this[this.tabletblGen2FatherFromGen1Death.T3530300Column] = global::System.Convert.DBNull; } - if ((Original_Y1990001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[316].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[317].Value = ((int)(Original_Y1990001.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3530400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3530400Column); } - else { - this.Adapter.UpdateCommand.Parameters[316].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[317].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3530400Null() { + this[this.tabletblGen2FatherFromGen1Death.T3530400Column] = global::System.Convert.DBNull; } - if ((Original_Y1992900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[318].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[319].Value = ((int)(Original_Y1992900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3532500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3532500Column); } - else { - this.Adapter.UpdateCommand.Parameters[318].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[319].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3532500Null() { + this[this.tabletblGen2FatherFromGen1Death.T3532500Column] = global::System.Convert.DBNull; } - if ((Original_Y2197500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[320].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[321].Value = ((int)(Original_Y2197500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3532501Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3532501Column); } - else { - this.Adapter.UpdateCommand.Parameters[320].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[321].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3532501Null() { + this[this.tabletblGen2FatherFromGen1Death.T3532501Column] = global::System.Convert.DBNull; } - if ((Original_Y2308300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[322].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[323].Value = ((int)(Original_Y2308300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3532600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3532600Column); } - else { - this.Adapter.UpdateCommand.Parameters[322].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[323].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3532600Null() { + this[this.tabletblGen2FatherFromGen1Death.T3532600Column] = global::System.Convert.DBNull; } - if ((Original_Y2308800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[324].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[325].Value = ((int)(Original_Y2308800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3532601Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3532601Column); } - else { - this.Adapter.UpdateCommand.Parameters[324].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[325].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3532601Null() { + this[this.tabletblGen2FatherFromGen1Death.T3532601Column] = global::System.Convert.DBNull; } - if ((Original_Y2308801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[326].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[327].Value = ((int)(Original_Y2308801.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3532700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3532700Column); } - else { - this.Adapter.UpdateCommand.Parameters[326].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[327].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3532700Null() { + this[this.tabletblGen2FatherFromGen1Death.T3532700Column] = global::System.Convert.DBNull; } - if ((Original_Y2311700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[328].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[329].Value = ((int)(Original_Y2311700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3532701Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3532701Column); } - else { - this.Adapter.UpdateCommand.Parameters[328].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[329].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3532701Null() { + this[this.tabletblGen2FatherFromGen1Death.T3532701Column] = global::System.Convert.DBNull; } - if ((Original_Y2531800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[330].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[331].Value = ((int)(Original_Y2531800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3532800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3532800Column); } - else { - this.Adapter.UpdateCommand.Parameters[330].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[331].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3532800Null() { + this[this.tabletblGen2FatherFromGen1Death.T3532800Column] = global::System.Convert.DBNull; } - 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(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3532801Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3532801Column); } - try { - int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); - return returnValue; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3532801Null() { + this[this.tabletblGen2FatherFromGen1Death.T3532801Column] = global::System.Convert.DBNull; } - 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")] + public bool IsT3532900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3532900Column); } - } - - [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( - global::System.Nullable C0000200, - global::System.Nullable C0005300, - global::System.Nullable C0005400, - global::System.Nullable C0005700, - global::System.Nullable C0008100, - global::System.Nullable C0008200, - global::System.Nullable C0008300, - global::System.Nullable C0008600, - global::System.Nullable C0008700, - global::System.Nullable C0008800, - global::System.Nullable C0009100, - global::System.Nullable C0009200, - global::System.Nullable C0009300, - global::System.Nullable C0009600, - global::System.Nullable C0009700, - global::System.Nullable C0009800, - global::System.Nullable C0009900, - global::System.Nullable C0010110, - global::System.Nullable C0010200, - global::System.Nullable C0010300, - global::System.Nullable C0010400, - global::System.Nullable C0010700, - global::System.Nullable C0010800, - global::System.Nullable C0010900, - global::System.Nullable C0011110, - global::System.Nullable C0011111, - global::System.Nullable C0011112, - global::System.Nullable C0011113, - global::System.Nullable C0011114, - global::System.Nullable C0011117, - global::System.Nullable C0011118, - global::System.Nullable C0011119, - global::System.Nullable C0011122, - global::System.Nullable C0011123, - global::System.Nullable C0011124, - global::System.Nullable C0011127, - global::System.Nullable C0011128, - global::System.Nullable C0011129, - global::System.Nullable C0011132, - global::System.Nullable C0011133, - global::System.Nullable C0011134, - global::System.Nullable C0011137, - global::System.Nullable C0011138, - global::System.Nullable C0011139, - global::System.Nullable C0011142, - global::System.Nullable C0011143, - global::System.Nullable C0011144, - global::System.Nullable C3070500, - global::System.Nullable C3423600, - global::System.Nullable C3601100, - global::System.Nullable C3601700, - global::System.Nullable C3601800, - global::System.Nullable C3601900, - global::System.Nullable C3605900, - global::System.Nullable C3981100, - global::System.Nullable C3981700, - global::System.Nullable C3981800, - global::System.Nullable C3981900, - global::System.Nullable Y0003200, - global::System.Nullable Y0007300, - global::System.Nullable Y0007400, - global::System.Nullable Y0007600, - global::System.Nullable Y0007601, - global::System.Nullable Y0008000, - global::System.Nullable Y0008500, - global::System.Nullable Y0008600, - global::System.Nullable Y0009400, - global::System.Nullable Y0394100, - global::System.Nullable Y0394300, - global::System.Nullable Y0394500, - global::System.Nullable Y0394501, - global::System.Nullable Y0394900, - global::System.Nullable Y0651000, - global::System.Nullable Y0682500, - global::System.Nullable Y0683800, - global::System.Nullable Y0683900, - global::System.Nullable Y0684100, - global::System.Nullable Y0684101, - global::System.Nullable Y0684500, - global::System.Nullable Y0947100, - global::System.Nullable Y0986200, - global::System.Nullable Y0986700, - global::System.Nullable Y0988800, - global::System.Nullable Y0988900, - global::System.Nullable Y0989400, - global::System.Nullable Y0989401, - global::System.Nullable Y0989900, - global::System.Nullable Y1229100, - global::System.Nullable Y1229200, - global::System.Nullable Y1229700, - global::System.Nullable Y1229701, - global::System.Nullable Y1458900, - global::System.Nullable Y1459400, - global::System.Nullable Y1459401, - global::System.Nullable Y1629500, - global::System.Nullable Y1704000, - global::System.Nullable Y1704500, - global::System.Nullable Y1704501, - global::System.Nullable Y1707300, - global::System.Nullable Y1883300, - global::System.Nullable Y1989500, - global::System.Nullable Y1990000, - global::System.Nullable Y1990001, - global::System.Nullable Y1992900, - global::System.Nullable Y2197500, - global::System.Nullable Y2308300, - global::System.Nullable Y2308800, - global::System.Nullable Y2308801, - global::System.Nullable Y2311700, - global::System.Nullable Y2531800, - int Original_C0000100, - global::System.Nullable Original_C0000200, - global::System.Nullable Original_C0005300, - global::System.Nullable Original_C0005400, - global::System.Nullable Original_C0005700, - global::System.Nullable Original_C0008100, - global::System.Nullable Original_C0008200, - global::System.Nullable Original_C0008300, - global::System.Nullable Original_C0008600, - global::System.Nullable Original_C0008700, - global::System.Nullable Original_C0008800, - global::System.Nullable Original_C0009100, - global::System.Nullable Original_C0009200, - global::System.Nullable Original_C0009300, - global::System.Nullable Original_C0009600, - global::System.Nullable Original_C0009700, - global::System.Nullable Original_C0009800, - global::System.Nullable Original_C0009900, - global::System.Nullable Original_C0010110, - global::System.Nullable Original_C0010200, - global::System.Nullable Original_C0010300, - global::System.Nullable Original_C0010400, - global::System.Nullable Original_C0010700, - global::System.Nullable Original_C0010800, - global::System.Nullable Original_C0010900, - global::System.Nullable Original_C0011110, - global::System.Nullable Original_C0011111, - global::System.Nullable Original_C0011112, - global::System.Nullable Original_C0011113, - global::System.Nullable Original_C0011114, - global::System.Nullable Original_C0011117, - global::System.Nullable Original_C0011118, - global::System.Nullable Original_C0011119, - global::System.Nullable Original_C0011122, - global::System.Nullable Original_C0011123, - global::System.Nullable Original_C0011124, - global::System.Nullable Original_C0011127, - global::System.Nullable Original_C0011128, - global::System.Nullable Original_C0011129, - global::System.Nullable Original_C0011132, - global::System.Nullable Original_C0011133, - global::System.Nullable Original_C0011134, - global::System.Nullable Original_C0011137, - global::System.Nullable Original_C0011138, - global::System.Nullable Original_C0011139, - global::System.Nullable Original_C0011142, - global::System.Nullable Original_C0011143, - global::System.Nullable Original_C0011144, - global::System.Nullable Original_C3070500, - global::System.Nullable Original_C3423600, - global::System.Nullable Original_C3601100, - global::System.Nullable Original_C3601700, - global::System.Nullable Original_C3601800, - global::System.Nullable Original_C3601900, - global::System.Nullable Original_C3605900, - global::System.Nullable Original_C3981100, - global::System.Nullable Original_C3981700, - global::System.Nullable Original_C3981800, - global::System.Nullable Original_C3981900, - global::System.Nullable Original_Y0003200, - global::System.Nullable Original_Y0007300, - global::System.Nullable Original_Y0007400, - global::System.Nullable Original_Y0007600, - global::System.Nullable Original_Y0007601, - global::System.Nullable Original_Y0008000, - global::System.Nullable Original_Y0008500, - global::System.Nullable Original_Y0008600, - global::System.Nullable Original_Y0009400, - global::System.Nullable Original_Y0394100, - global::System.Nullable Original_Y0394300, - global::System.Nullable Original_Y0394500, - global::System.Nullable Original_Y0394501, - global::System.Nullable Original_Y0394900, - global::System.Nullable Original_Y0651000, - global::System.Nullable Original_Y0682500, - global::System.Nullable Original_Y0683800, - global::System.Nullable Original_Y0683900, - global::System.Nullable Original_Y0684100, - global::System.Nullable Original_Y0684101, - global::System.Nullable Original_Y0684500, - global::System.Nullable Original_Y0947100, - global::System.Nullable Original_Y0986200, - global::System.Nullable Original_Y0986700, - global::System.Nullable Original_Y0988800, - global::System.Nullable Original_Y0988900, - global::System.Nullable Original_Y0989400, - global::System.Nullable Original_Y0989401, - global::System.Nullable Original_Y0989900, - global::System.Nullable Original_Y1229100, - global::System.Nullable Original_Y1229200, - global::System.Nullable Original_Y1229700, - global::System.Nullable Original_Y1229701, - global::System.Nullable Original_Y1458900, - global::System.Nullable Original_Y1459400, - global::System.Nullable Original_Y1459401, - global::System.Nullable Original_Y1629500, - global::System.Nullable Original_Y1704000, - global::System.Nullable Original_Y1704500, - global::System.Nullable Original_Y1704501, - global::System.Nullable Original_Y1707300, - global::System.Nullable Original_Y1883300, - global::System.Nullable Original_Y1989500, - global::System.Nullable Original_Y1990000, - global::System.Nullable Original_Y1990001, - global::System.Nullable Original_Y1992900, - global::System.Nullable Original_Y2197500, - global::System.Nullable Original_Y2308300, - global::System.Nullable Original_Y2308800, - global::System.Nullable Original_Y2308801, - global::System.Nullable Original_Y2311700, - global::System.Nullable Original_Y2531800) { - return this.Update(Original_C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C0008300, C0008600, C0008700, C0008800, C0009100, C0009200, C0009300, C0009600, C0009700, C0009800, C0009900, C0010110, C0010200, C0010300, C0010400, C0010700, C0010800, C0010900, C0011110, C0011111, C0011112, C0011113, C0011114, C0011117, C0011118, C0011119, C0011122, C0011123, C0011124, C0011127, C0011128, C0011129, C0011132, C0011133, C0011134, C0011137, C0011138, C0011139, C0011142, C0011143, C0011144, C3070500, C3423600, C3601100, C3601700, C3601800, C3601900, C3605900, C3981100, C3981700, C3981800, C3981900, Y0003200, Y0007300, Y0007400, Y0007600, Y0007601, Y0008000, Y0008500, Y0008600, Y0009400, Y0394100, Y0394300, Y0394500, Y0394501, Y0394900, Y0651000, Y0682500, Y0683800, Y0683900, Y0684100, Y0684101, Y0684500, Y0947100, Y0986200, Y0986700, Y0988800, Y0988900, Y0989400, Y0989401, Y0989900, Y1229100, Y1229200, Y1229700, Y1229701, Y1458900, Y1459400, Y1459401, Y1629500, Y1704000, Y1704500, Y1704501, Y1707300, Y1883300, Y1989500, Y1990000, Y1990001, Y1992900, Y2197500, Y2308300, Y2308800, Y2308801, Y2311700, Y2531800, Original_C0000100, Original_C0000200, Original_C0005300, Original_C0005400, Original_C0005700, Original_C0008100, Original_C0008200, Original_C0008300, Original_C0008600, Original_C0008700, Original_C0008800, Original_C0009100, Original_C0009200, Original_C0009300, Original_C0009600, Original_C0009700, Original_C0009800, Original_C0009900, Original_C0010110, Original_C0010200, Original_C0010300, Original_C0010400, Original_C0010700, Original_C0010800, Original_C0010900, Original_C0011110, Original_C0011111, Original_C0011112, Original_C0011113, Original_C0011114, Original_C0011117, Original_C0011118, Original_C0011119, Original_C0011122, Original_C0011123, Original_C0011124, Original_C0011127, Original_C0011128, Original_C0011129, Original_C0011132, Original_C0011133, Original_C0011134, Original_C0011137, Original_C0011138, Original_C0011139, Original_C0011142, Original_C0011143, Original_C0011144, Original_C3070500, Original_C3423600, Original_C3601100, Original_C3601700, Original_C3601800, Original_C3601900, Original_C3605900, Original_C3981100, Original_C3981700, Original_C3981800, Original_C3981900, Original_Y0003200, Original_Y0007300, Original_Y0007400, Original_Y0007600, Original_Y0007601, Original_Y0008000, Original_Y0008500, Original_Y0008600, Original_Y0009400, Original_Y0394100, Original_Y0394300, Original_Y0394500, Original_Y0394501, Original_Y0394900, Original_Y0651000, Original_Y0682500, Original_Y0683800, Original_Y0683900, Original_Y0684100, Original_Y0684101, Original_Y0684500, Original_Y0947100, Original_Y0986200, Original_Y0986700, Original_Y0988800, Original_Y0988900, Original_Y0989400, Original_Y0989401, Original_Y0989900, Original_Y1229100, Original_Y1229200, Original_Y1229700, Original_Y1229701, Original_Y1458900, Original_Y1459400, Original_Y1459401, Original_Y1629500, Original_Y1704000, Original_Y1704500, Original_Y1704501, Original_Y1707300, Original_Y1883300, Original_Y1989500, Original_Y1990000, Original_Y1990001, Original_Y1992900, Original_Y2197500, Original_Y2308300, Original_Y2308800, Original_Y2308801, Original_Y2311700, Original_Y2531800); - } - } - - /// - ///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 tblGen1OutcomesTableAdapter : 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 tblGen1OutcomesTableAdapter() { - 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")] + public void SetT3532900Null() { + this[this.tabletblGen2FatherFromGen1Death.T3532900Column] = global::System.Convert.DBNull; } - } - - [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; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3532901Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3532901Column); } - 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")] + public void SetT3532901Null() { + this[this.tabletblGen2FatherFromGen1Death.T3532901Column] = global::System.Convert.DBNull; } - } - - [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; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3533000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3533000Column); } - 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")] + public void SetT3533000Null() { + this[this.tabletblGen2FatherFromGen1Death.T3533000Column] = global::System.Convert.DBNull; } - } - - [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 IsT3533001Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3533001Column); } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool ClearBeforeFill { - get { - return this._clearBeforeFill; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3533001Null() { + this[this.tabletblGen2FatherFromGen1Death.T3533001Column] = global::System.Convert.DBNull; } - set { - this._clearBeforeFill = value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3533100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3533100Column); } - } - - [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 = "tblGen1Outcomes"; - tableMapping.ColumnMappings.Add("R0000100", "R0000100"); - tableMapping.ColumnMappings.Add("R0214700", "R0214700"); - tableMapping.ColumnMappings.Add("R0214800", "R0214800"); - tableMapping.ColumnMappings.Add("R0481600", "R0481600"); - tableMapping.ColumnMappings.Add("R0481700", "R0481700"); - tableMapping.ColumnMappings.Add("R0618200", "R0618200"); - tableMapping.ColumnMappings.Add("R0618300", "R0618300"); - tableMapping.ColumnMappings.Add("R0618301", "R0618301"); - tableMapping.ColumnMappings.Add("R0779800", "R0779800"); - tableMapping.ColumnMappings.Add("R0779900", "R0779900"); - tableMapping.ColumnMappings.Add("R1773900", "R1773900"); - tableMapping.ColumnMappings.Add("R1774000", "R1774000"); - tableMapping.ColumnMappings.Add("T0897300", "T0897300"); - tableMapping.ColumnMappings.Add("T0897400", "T0897400"); - tableMapping.ColumnMappings.Add("T0897500", "T0897500"); - tableMapping.ColumnMappings.Add("T2053800", "T2053800"); - tableMapping.ColumnMappings.Add("T2053900", "T2053900"); - tableMapping.ColumnMappings.Add("T2054000", "T2054000"); - tableMapping.ColumnMappings.Add("T3024700", "T3024700"); - tableMapping.ColumnMappings.Add("T3024800", "T3024800"); - tableMapping.ColumnMappings.Add("T3024900", "T3024900"); - 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 [Extract].[tblGen1Outcomes] WHERE (([R0000100] = @Original_R0000100) " + - "AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0" + - "214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Or" + - "iginal_R0214800)) AND ((@IsNull_R0481600 = 1 AND [R0481600] IS NULL) OR ([R04816" + - "00] = @Original_R0481600)) AND ((@IsNull_R0481700 = 1 AND [R0481700] IS NULL) OR" + - " ([R0481700] = @Original_R0481700)) AND ((@IsNull_R0618200 = 1 AND [R0618200] IS" + - " NULL) OR ([R0618200] = @Original_R0618200)) AND ((@IsNull_R0618300 = 1 AND [R06" + - "18300] IS NULL) OR ([R0618300] = @Original_R0618300)) AND ((@IsNull_R0618301 = 1" + - " AND [R0618301] IS NULL) OR ([R0618301] = @Original_R0618301)) AND ((@IsNull_R07" + - "79800 = 1 AND [R0779800] IS NULL) OR ([R0779800] = @Original_R0779800)) AND ((@I" + - "sNull_R0779900 = 1 AND [R0779900] IS NULL) OR ([R0779900] = @Original_R0779900))" + - " AND ((@IsNull_R1773900 = 1 AND [R1773900] IS NULL) OR ([R1773900] = @Original_R" + - "1773900)) AND ((@IsNull_R1774000 = 1 AND [R1774000] IS NULL) OR ([R1774000] = @O" + - "riginal_R1774000)) AND ((@IsNull_T0897300 = 1 AND [T0897300] IS NULL) OR ([T0897" + - "300] = @Original_T0897300)) AND ((@IsNull_T0897400 = 1 AND [T0897400] IS NULL) O" + - "R ([T0897400] = @Original_T0897400)) AND ((@IsNull_T0897500 = 1 AND [T0897500] I" + - "S NULL) OR ([T0897500] = @Original_T0897500)) AND ((@IsNull_T2053800 = 1 AND [T2" + - "053800] IS NULL) OR ([T2053800] = @Original_T2053800)) AND ((@IsNull_T2053900 = " + - "1 AND [T2053900] IS NULL) OR ([T2053900] = @Original_T2053900)) AND ((@IsNull_T2" + - "054000 = 1 AND [T2054000] IS NULL) OR ([T2054000] = @Original_T2054000)) AND ((@" + - "IsNull_T3024700 = 1 AND [T3024700] IS NULL) OR ([T3024700] = @Original_T3024700)" + - ") AND ((@IsNull_T3024800 = 1 AND [T3024800] IS NULL) OR ([T3024800] = @Original_" + - "T3024800)) AND ((@IsNull_T3024900 = 1 AND [T3024900] IS NULL) OR ([T3024900] = @" + - "Original_T3024900)))"; - this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0481600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0481600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0481600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0481600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0481700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0481700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0481700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0481700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0618200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0618200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0618300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0618300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0618301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0618301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0779800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0779800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0779800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0779800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0779900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0779900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0779900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0779900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1773900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1773900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0897300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0897300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0897400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0897400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0897500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0897500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2053800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2053800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2053800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2053800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2053900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2053900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2053900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2053900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2054000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2054000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2054000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2054000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3024700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3024700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3024800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3024800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3024900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3024900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024900", 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 [Extract].[tblGen1Outcomes] ([R0000100], [R0214700], [R0214800], [R0481600], [R0481700], [R0618200], [R0618300], [R0618301], [R0779800], [R0779900], [R1773900], [R1774000], [T0897300], [T0897400], [T0897500], [T2053800], [T2053900], [T2054000], [T3024700], [T3024800], [T3024900]) VALUES (@R0000100, @R0214700, @R0214800, @R0481600, @R0481700, @R0618200, @R0618300, @R0618301, @R0779800, @R0779900, @R1773900, @R1774000, @T0897300, @T0897400, @T0897500, @T2053800, @T2053900, @T2054000, @T3024700, @T3024800, @T3024900); -SELECT R0000100, R0214700, R0214800, R0481600, R0481700, R0618200, R0618300, R0618301, R0779800, R0779900, R1773900, R1774000, T0897300, T0897400, T0897500, T2053800, T2053900, T2054000, T3024700, T3024800, T3024900 FROM Extract.tblGen1Outcomes WHERE (R0000100 = @R0000100)"; - this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0481600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0481600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0481700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0481700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0618200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0618300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0618301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0779800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0779800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0779900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0779900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1773900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0897300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0897400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0897500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2053800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2053800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2053900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2053900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2054000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2054000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3024700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3024800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3024900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024900", 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 [Extract].[tblGen1Outcomes] SET [R0000100] = @R0000100, [R0214700] = @R021" + - "4700, [R0214800] = @R0214800, [R0481600] = @R0481600, [R0481700] = @R0481700, [R" + - "0618200] = @R0618200, [R0618300] = @R0618300, [R0618301] = @R0618301, [R0779800]" + - " = @R0779800, [R0779900] = @R0779900, [R1773900] = @R1773900, [R1774000] = @R177" + - "4000, [T0897300] = @T0897300, [T0897400] = @T0897400, [T0897500] = @T0897500, [T" + - "2053800] = @T2053800, [T2053900] = @T2053900, [T2054000] = @T2054000, [T3024700]" + - " = @T3024700, [T3024800] = @T3024800, [T3024900] = @T3024900 WHERE (([R0000100] " + - "= @Original_R0000100) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0" + - "214700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL" + - ") OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R0481600 = 1 AND [R0481600" + - "] IS NULL) OR ([R0481600] = @Original_R0481600)) AND ((@IsNull_R0481700 = 1 AND " + - "[R0481700] IS NULL) OR ([R0481700] = @Original_R0481700)) AND ((@IsNull_R0618200" + - " = 1 AND [R0618200] IS NULL) OR ([R0618200] = @Original_R0618200)) AND ((@IsNull" + - "_R0618300 = 1 AND [R0618300] IS NULL) OR ([R0618300] = @Original_R0618300)) AND " + - "((@IsNull_R0618301 = 1 AND [R0618301] IS NULL) OR ([R0618301] = @Original_R06183" + - "01)) AND ((@IsNull_R0779800 = 1 AND [R0779800] IS NULL) OR ([R0779800] = @Origin" + - "al_R0779800)) AND ((@IsNull_R0779900 = 1 AND [R0779900] IS NULL) OR ([R0779900] " + - "= @Original_R0779900)) AND ((@IsNull_R1773900 = 1 AND [R1773900] IS NULL) OR ([R" + - "1773900] = @Original_R1773900)) AND ((@IsNull_R1774000 = 1 AND [R1774000] IS NUL" + - "L) OR ([R1774000] = @Original_R1774000)) AND ((@IsNull_T0897300 = 1 AND [T089730" + - "0] IS NULL) OR ([T0897300] = @Original_T0897300)) AND ((@IsNull_T0897400 = 1 AND" + - " [T0897400] IS NULL) OR ([T0897400] = @Original_T0897400)) AND ((@IsNull_T089750" + - "0 = 1 AND [T0897500] IS NULL) OR ([T0897500] = @Original_T0897500)) AND ((@IsNul" + - "l_T2053800 = 1 AND [T2053800] IS NULL) OR ([T2053800] = @Original_T2053800)) AND" + - " ((@IsNull_T2053900 = 1 AND [T2053900] IS NULL) OR ([T2053900] = @Original_T2053" + - "900)) AND ((@IsNull_T2054000 = 1 AND [T2054000] IS NULL) OR ([T2054000] = @Origi" + - "nal_T2054000)) AND ((@IsNull_T3024700 = 1 AND [T3024700] IS NULL) OR ([T3024700]" + - " = @Original_T3024700)) AND ((@IsNull_T3024800 = 1 AND [T3024800] IS NULL) OR ([" + - "T3024800] = @Original_T3024800)) AND ((@IsNull_T3024900 = 1 AND [T3024900] IS NU" + - "LL) OR ([T3024900] = @Original_T3024900)));\r\nSELECT R0000100, R0214700, R0214800" + - ", R0481600, R0481700, R0618200, R0618300, R0618301, R0779800, R0779900, R1773900" + - ", R1774000, T0897300, T0897400, T0897500, T2053800, T2053900, T2054000, T3024700" + - ", T3024800, T3024900 FROM Extract.tblGen1Outcomes WHERE (R0000100 = @R0000100)"; - this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0481600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0481600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0481700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0481700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0618200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0618300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0618301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0779800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0779800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0779900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0779900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1773900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0897300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0897400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0897500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2053800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2053800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2053900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2053900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2054000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2054000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3024700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3024800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3024900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0481600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0481600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0481600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0481600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0481700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0481700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0481700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0481700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0618200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0618200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0618300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0618300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0618301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0618301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0779800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0779800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0779800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0779800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0779900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0779900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0779900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0779900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1773900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1773900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0897300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0897300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0897400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0897400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0897500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0897500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2053800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2053800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2053800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2053800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2053900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2053900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2053900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2053900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2054000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2054000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2054000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2054000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3024700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3024700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3024800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3024800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3024900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3024900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024900", 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::Nls.Base79.Properties.Settings.Default.Nlsy79ConnectionStringBase; - } - - [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 R0000100, R0214700, R0214800, R0481600, R0481700, R0618200, R0618300, R061" + - "8301, R0779800, R0779900, R1773900, R1774000, T0897300, T0897400, T0897500, T205" + - "3800, T2053900, T2054000, T3024700, T3024800, T3024900 FROM Extract.tblGen1Outco" + - "mes"; - 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(ImportDataSet.tblGen1OutcomesDataTable 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 ImportDataSet.tblGen1OutcomesDataTable GetData() { - this.Adapter.SelectCommand = this.CommandCollection[0]; - ImportDataSet.tblGen1OutcomesDataTable dataTable = new ImportDataSet.tblGen1OutcomesDataTable(); - 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(ImportDataSet.tblGen1OutcomesDataTable 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(ImportDataSet dataSet) { - return this.Adapter.Update(dataSet, "tblGen1Outcomes"); - } - - [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( - int Original_R0000100, - global::System.Nullable Original_R0214700, - global::System.Nullable Original_R0214800, - global::System.Nullable Original_R0481600, - global::System.Nullable Original_R0481700, - global::System.Nullable Original_R0618200, - global::System.Nullable Original_R0618300, - global::System.Nullable Original_R0618301, - global::System.Nullable Original_R0779800, - global::System.Nullable Original_R0779900, - global::System.Nullable Original_R1773900, - global::System.Nullable Original_R1774000, - global::System.Nullable Original_T0897300, - global::System.Nullable Original_T0897400, - global::System.Nullable Original_T0897500, - global::System.Nullable Original_T2053800, - global::System.Nullable Original_T2053900, - global::System.Nullable Original_T2054000, - global::System.Nullable Original_T3024700, - global::System.Nullable Original_T3024800, - global::System.Nullable Original_T3024900) { - this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_R0000100)); - if ((Original_R0214700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_R0214700.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value; - } - if ((Original_R0214800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[4].Value = ((int)(Original_R0214800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3533100Null() { + this[this.tabletblGen2FatherFromGen1Death.T3533100Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT3533101Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T3533101Column); } - if ((Original_R0481600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_R0481600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT3533101Null() { + this[this.tabletblGen2FatherFromGen1Death.T3533101Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4498100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4498100Column); } - if ((Original_R0481700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[8].Value = ((int)(Original_R0481700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4498100Null() { + this[this.tabletblGen2FatherFromGen1Death.T4498100Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4498200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4498200Column); } - if ((Original_R0618200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_R0618200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4498200Null() { + this[this.tabletblGen2FatherFromGen1Death.T4498200Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4498300Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4498300Column); } - if ((Original_R0618300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[12].Value = ((int)(Original_R0618300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4498300Null() { + this[this.tabletblGen2FatherFromGen1Death.T4498300Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4498400Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4498400Column); } - if ((Original_R0618301.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[14].Value = ((int)(Original_R0618301.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4498400Null() { + this[this.tabletblGen2FatherFromGen1Death.T4498400Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4498500Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4498500Column); } - if ((Original_R0779800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[16].Value = ((int)(Original_R0779800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4498500Null() { + this[this.tabletblGen2FatherFromGen1Death.T4498500Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4498600Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4498600Column); } - if ((Original_R0779900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[18].Value = ((int)(Original_R0779900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4498600Null() { + this[this.tabletblGen2FatherFromGen1Death.T4498600Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4498700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4498700Column); } - if ((Original_R1773900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[20].Value = ((int)(Original_R1773900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4498700Null() { + this[this.tabletblGen2FatherFromGen1Death.T4498700Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4498800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4498800Column); } - if ((Original_R1774000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[22].Value = ((int)(Original_R1774000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4498800Null() { + this[this.tabletblGen2FatherFromGen1Death.T4498800Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4498900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4498900Column); } - if ((Original_T0897300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[24].Value = ((int)(Original_T0897300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4498900Null() { + this[this.tabletblGen2FatherFromGen1Death.T4498900Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4499000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4499000Column); } - if ((Original_T0897400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[26].Value = ((int)(Original_T0897400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4499000Null() { + this[this.tabletblGen2FatherFromGen1Death.T4499000Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4503700Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4503700Column); } - if ((Original_T0897500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[28].Value = ((int)(Original_T0897500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4503700Null() { + this[this.tabletblGen2FatherFromGen1Death.T4503700Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4503701Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4503701Column); } - if ((Original_T2053800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[30].Value = ((int)(Original_T2053800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4503701Null() { + this[this.tabletblGen2FatherFromGen1Death.T4503701Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4503800Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4503800Column); } - if ((Original_T2053900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[32].Value = ((int)(Original_T2053900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4503800Null() { + this[this.tabletblGen2FatherFromGen1Death.T4503800Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[32].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4503801Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4503801Column); } - if ((Original_T2054000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[34].Value = ((int)(Original_T2054000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4503801Null() { + this[this.tabletblGen2FatherFromGen1Death.T4503801Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4503900Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4503900Column); } - if ((Original_T3024700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[36].Value = ((int)(Original_T3024700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4503900Null() { + this[this.tabletblGen2FatherFromGen1Death.T4503900Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4503901Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4503901Column); } - if ((Original_T3024800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[38].Value = ((int)(Original_T3024800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4503901Null() { + this[this.tabletblGen2FatherFromGen1Death.T4503901Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[38].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4504000Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4504000Column); } - if ((Original_T3024900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[40].Value = ((int)(Original_T3024900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4504000Null() { + this[this.tabletblGen2FatherFromGen1Death.T4504000Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[40].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4504001Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4504001Column); } - 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(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4504001Null() { + this[this.tabletblGen2FatherFromGen1Death.T4504001Column] = global::System.Convert.DBNull; } - try { - int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); - return returnValue; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4504100Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4504100Column); } - 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")] + public void SetT4504100Null() { + this[this.tabletblGen2FatherFromGen1Death.T4504100Column] = global::System.Convert.DBNull; } - } - - [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( - int R0000100, - global::System.Nullable R0214700, - global::System.Nullable R0214800, - global::System.Nullable R0481600, - global::System.Nullable R0481700, - global::System.Nullable R0618200, - global::System.Nullable R0618300, - global::System.Nullable R0618301, - global::System.Nullable R0779800, - global::System.Nullable R0779900, - global::System.Nullable R1773900, - global::System.Nullable R1774000, - global::System.Nullable T0897300, - global::System.Nullable T0897400, - global::System.Nullable T0897500, - global::System.Nullable T2053800, - global::System.Nullable T2053900, - global::System.Nullable T2054000, - global::System.Nullable T3024700, - global::System.Nullable T3024800, - global::System.Nullable T3024900) { - this.Adapter.InsertCommand.Parameters[0].Value = ((int)(R0000100)); - if ((R0214700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[1].Value = ((int)(R0214700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4504101Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4504101Column); } - else { - this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4504101Null() { + this[this.tabletblGen2FatherFromGen1Death.T4504101Column] = global::System.Convert.DBNull; } - if ((R0214800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[2].Value = ((int)(R0214800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4504200Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4504200Column); } - else { - this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4504200Null() { + this[this.tabletblGen2FatherFromGen1Death.T4504200Column] = global::System.Convert.DBNull; } - if ((R0481600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[3].Value = ((int)(R0481600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsT4504201Null() { + return this.IsNull(this.tabletblGen2FatherFromGen1Death.T4504201Column); } - else { - this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetT4504201Null() { + this[this.tabletblGen2FatherFromGen1Death.T4504201Column] = global::System.Convert.DBNull; } - if ((R0481700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[4].Value = ((int)(R0481700.Value)); + } + + /// + ///Represents strongly named DataRow class. + /// + public partial class tblGen2ImplicitFatherRow : global::System.Data.DataRow { + + private tblGen2ImplicitFatherDataTable tabletblGen2ImplicitFather; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + internal tblGen2ImplicitFatherRow(global::System.Data.DataRowBuilder rb) : + base(rb) { + this.tabletblGen2ImplicitFather = ((tblGen2ImplicitFatherDataTable)(this.Table)); } - else { - this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0000100 { + get { + return ((int)(this[this.tabletblGen2ImplicitFather.C0000100Column])); + } + set { + this[this.tabletblGen2ImplicitFather.C0000100Column] = value; + } } - if ((R0618200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[5].Value = ((int)(R0618200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0000200 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0000200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0000200\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0000200Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0005300 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0005300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0005300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0005300Column] = value; + } } - if ((R0618300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[6].Value = ((int)(R0618300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0005400 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0005400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0005400\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0005400Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0005700 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0005700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0005700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0005700Column] = value; + } } - if ((R0618301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[7].Value = ((int)(R0618301.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0008100 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0008100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0008100\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0008100Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0008200 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0008200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0008200\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0008200Column] = value; + } } - if ((R0779800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[8].Value = ((int)(R0779800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0008300 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0008300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0008300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0008300Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0008600 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0008600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0008600\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0008600Column] = value; + } } - if ((R0779900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[9].Value = ((int)(R0779900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0008700 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0008700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0008700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0008700Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0008800 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0008800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0008800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0008800Column] = value; + } } - if ((R1773900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[10].Value = ((int)(R1773900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0009100 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0009100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0009100\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0009100Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0009200 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0009200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0009200\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0009200Column] = value; + } } - if ((R1774000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[11].Value = ((int)(R1774000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0009300 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0009300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0009300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0009300Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0009600 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0009600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0009600\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0009600Column] = value; + } } - if ((T0897300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[12].Value = ((int)(T0897300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0009700 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0009700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0009700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0009700Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0009800 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0009800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0009800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0009800Column] = value; + } } - if ((T0897400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[13].Value = ((int)(T0897400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0009900 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0009900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0009900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0009900Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0010110 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0010110Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0010110\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0010110Column] = value; + } } - if ((T0897500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[14].Value = ((int)(T0897500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0010200 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0010200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0010200\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0010200Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0010300 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0010300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0010300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0010300Column] = value; + } } - if ((T2053800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[15].Value = ((int)(T2053800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0010400 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0010400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0010400\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0010400Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0010700 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0010700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0010700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0010700Column] = value; + } } - if ((T2053900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[16].Value = ((int)(T2053900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0010800 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0010800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0010800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0010800Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; - } - if ((T2054000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[17].Value = ((int)(T2054000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; - } - if ((T3024700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[18].Value = ((int)(T3024700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0010900 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0010900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0010900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0010900Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0011110 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0011110Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0011110\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0011110Column] = value; + } } - if ((T3024800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[19].Value = ((int)(T3024800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0011111 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0011111Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0011111\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0011111Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0011112 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0011112Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0011112\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0011112Column] = value; + } } - if ((T3024900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[20].Value = ((int)(T3024900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0011113 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0011113Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0011113\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0011113Column] = value; + } } - else { - this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0011114 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0011114Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0011114\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0011114Column] = value; + } } - 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(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0011117 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0011117Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0011117\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0011117Column] = value; + } } - try { - int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); - return returnValue; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0011118 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0011118Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0011118\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0011118Column] = value; + } } - 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")] + public int C0011119 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0011119Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0011119\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0011119Column] = value; } } - } - - [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 R0000100, - global::System.Nullable R0214700, - global::System.Nullable R0214800, - global::System.Nullable R0481600, - global::System.Nullable R0481700, - global::System.Nullable R0618200, - global::System.Nullable R0618300, - global::System.Nullable R0618301, - global::System.Nullable R0779800, - global::System.Nullable R0779900, - global::System.Nullable R1773900, - global::System.Nullable R1774000, - global::System.Nullable T0897300, - global::System.Nullable T0897400, - global::System.Nullable T0897500, - global::System.Nullable T2053800, - global::System.Nullable T2053900, - global::System.Nullable T2054000, - global::System.Nullable T3024700, - global::System.Nullable T3024800, - global::System.Nullable T3024900, - int Original_R0000100, - global::System.Nullable Original_R0214700, - global::System.Nullable Original_R0214800, - global::System.Nullable Original_R0481600, - global::System.Nullable Original_R0481700, - global::System.Nullable Original_R0618200, - global::System.Nullable Original_R0618300, - global::System.Nullable Original_R0618301, - global::System.Nullable Original_R0779800, - global::System.Nullable Original_R0779900, - global::System.Nullable Original_R1773900, - global::System.Nullable Original_R1774000, - global::System.Nullable Original_T0897300, - global::System.Nullable Original_T0897400, - global::System.Nullable Original_T0897500, - global::System.Nullable Original_T2053800, - global::System.Nullable Original_T2053900, - global::System.Nullable Original_T2054000, - global::System.Nullable Original_T3024700, - global::System.Nullable Original_T3024800, - global::System.Nullable Original_T3024900) { - this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(R0000100)); - if ((R0214700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(R0214700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0011122 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0011122Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0011122\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0011122Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0011123 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0011123Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0011123\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0011123Column] = value; + } } - if ((R0214800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(R0214800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0011124 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0011124Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0011124\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0011124Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0011127 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0011127Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0011127\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0011127Column] = value; + } } - if ((R0481600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(R0481600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0011128 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0011128Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0011128\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0011128Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0011129 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0011129Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0011129\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0011129Column] = value; + } } - if ((R0481700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(R0481700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0011132 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0011132Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0011132\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0011132Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0011133 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0011133Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0011133\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0011133Column] = value; + } } - if ((R0618200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(R0618200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0011134 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0011134Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0011134\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0011134Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0011137 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0011137Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0011137\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0011137Column] = value; + } } - if ((R0618300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(R0618300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0011138 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0011138Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0011138\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0011138Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0011139 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0011139Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0011139\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0011139Column] = value; + } } - if ((R0618301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(R0618301.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0011142 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0011142Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0011142\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0011142Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0011143 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0011143Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0011143\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0011143Column] = value; + } } - if ((R0779800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(R0779800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C0011144 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C0011144Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C0011144\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C0011144Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C3070500 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C3070500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C3070500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C3070500Column] = value; + } } - if ((R0779900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(R0779900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C3423600 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C3423600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C3423600\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C3423600Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C3601100 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C3601100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C3601100\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C3601100Column] = value; + } } - if ((R1773900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(R1773900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C3601700 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C3601700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C3601700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C3601700Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C3601800 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C3601800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C3601800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C3601800Column] = value; + } } - if ((R1774000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(R1774000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C3601900 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C3601900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C3601900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C3601900Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C3605900 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C3605900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C3605900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C3605900Column] = value; + } } - if ((T0897300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(T0897300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C3981100 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C3981100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C3981100\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C3981100Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C3981700 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C3981700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C3981700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C3981700Column] = value; + } } - if ((T0897400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(T0897400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C3981800 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C3981800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C3981800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C3981800Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C3981900 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C3981900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C3981900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C3981900Column] = value; + } } - if ((T0897500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(T0897500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C5156100 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C5156100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C5156100\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C5156100Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C5525500 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C5525500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C5525500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C5525500Column] = value; + } } - if ((T2053800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(T2053800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C5525600 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C5525600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C5525600\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C5525600Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C5525700 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C5525700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C5525700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C5525700Column] = value; + } } - if ((T2053900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(T2053900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C5733200 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C5733200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C5733200\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C5733200Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C5801800 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C5801800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C5801800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C5801800Column] = value; + } } - if ((T2054000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(T2054000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C5801900 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C5801900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C5801900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C5801900Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C5802000 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C5802000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C5802000\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C5802000Column] = value; + } } - if ((T3024700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(T3024700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int C6006200 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.C6006200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'C6006200\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.C6006200Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0003200 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0003200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0003200\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0003200Column] = value; + } } - if ((T3024800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(T3024800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0007300 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0007300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0007300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0007300Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0007400 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0007400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0007400\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0007400Column] = value; + } } - if ((T3024900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(T3024900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0007600 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0007600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0007600\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0007600Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0007601 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0007601Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0007601\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0007601Column] = value; + } } - this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(Original_R0000100)); - if ((Original_R0214700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(Original_R0214700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0008000 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0008000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0008000\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0008000Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0008500 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0008500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0008500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0008500Column] = value; + } } - if ((Original_R0214800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(Original_R0214800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0008600 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0008600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0008600\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0008600Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0009400 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0009400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0009400\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0009400Column] = value; + } } - if ((Original_R0481600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[26].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(Original_R0481600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0394100 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0394100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0394100\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0394100Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[26].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0394300 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0394300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0394300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0394300Column] = value; + } } - if ((Original_R0481700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[28].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(Original_R0481700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0394500 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0394500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0394500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0394500Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[28].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0394501 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0394501Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0394501\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0394501Column] = value; + } } - if ((Original_R0618200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[30].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(Original_R0618200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0394900 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0394900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0394900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0394900Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[30].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0651000 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0651000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0651000\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0651000Column] = value; + } } - if ((Original_R0618300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[32].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(Original_R0618300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0682500 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0682500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0682500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0682500Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[32].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0683800 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0683800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0683800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0683800Column] = value; + } } - if ((Original_R0618301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[34].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(Original_R0618301.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0683900 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0683900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0683900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0683900Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[34].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0684100 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0684100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0684100\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0684100Column] = value; + } } - if ((Original_R0779800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[36].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(Original_R0779800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0684101 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0684101Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0684101\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0684101Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[36].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0684500 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0684500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0684500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0684500Column] = value; + } } - if ((Original_R0779900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[38].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[39].Value = ((int)(Original_R0779900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0947100 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0947100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0947100\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0947100Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[38].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0986200 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0986200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0986200\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0986200Column] = value; + } } - if ((Original_R1773900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[40].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[41].Value = ((int)(Original_R1773900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0986700 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0986700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0986700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0986700Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[40].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0988800 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0988800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0988800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0988800Column] = value; + } } - if ((Original_R1774000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[42].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[43].Value = ((int)(Original_R1774000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0988900 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0988900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0988900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0988900Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[42].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0989400 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0989400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0989400\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0989400Column] = value; + } } - if ((Original_T0897300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[44].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[45].Value = ((int)(Original_T0897300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0989401 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0989401Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0989401\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0989401Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[44].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y0989900 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y0989900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y0989900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y0989900Column] = value; + } } - if ((Original_T0897400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[46].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[47].Value = ((int)(Original_T0897400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y1229100 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y1229100Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y1229100\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y1229100Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[46].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y1229200 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y1229200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y1229200\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y1229200Column] = value; + } } - if ((Original_T0897500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[48].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[49].Value = ((int)(Original_T0897500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y1229700 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y1229700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y1229700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y1229700Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[48].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y1229701 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y1229701Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y1229701\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y1229701Column] = value; + } } - if ((Original_T2053800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[50].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[51].Value = ((int)(Original_T2053800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y1264300 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y1264300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y1264300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y1264300Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[50].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y1265300 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y1265300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y1265300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y1265300Column] = value; + } } - if ((Original_T2053900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[52].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[53].Value = ((int)(Original_T2053900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y1458900 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y1458900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y1458900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y1458900Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[52].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y1459400 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y1459400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y1459400\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y1459400Column] = value; + } } - if ((Original_T2054000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[54].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[55].Value = ((int)(Original_T2054000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y1459401 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y1459401Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y1459401\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y1459401Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[54].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y1629500 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y1629500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y1629500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y1629500Column] = value; + } } - if ((Original_T3024700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[56].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[57].Value = ((int)(Original_T3024700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y1704000 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y1704000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y1704000\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y1704000Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[56].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y1704500 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y1704500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y1704500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y1704500Column] = value; + } } - if ((Original_T3024800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[58].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[59].Value = ((int)(Original_T3024800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y1704501 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y1704501Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y1704501\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y1704501Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[58].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y1707300 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y1707300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y1707300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y1707300Column] = value; + } } - if ((Original_T3024900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[60].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[61].Value = ((int)(Original_T3024900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y1883300 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y1883300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y1883300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y1883300Column] = value; + } } - else { - this.Adapter.UpdateCommand.Parameters[60].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y1989500 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y1989500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y1989500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y1989500Column] = value; + } } - 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(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y1990000 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y1990000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y1990000\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y1990000Column] = value; + } } - try { - int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); - return returnValue; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y1990001 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y1990001Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y1990001\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y1990001Column] = value; + } } - 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")] + public int Y1992900 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y1992900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y1992900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y1992900Column] = value; } } - } - - [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( - global::System.Nullable R0214700, - global::System.Nullable R0214800, - global::System.Nullable R0481600, - global::System.Nullable R0481700, - global::System.Nullable R0618200, - global::System.Nullable R0618300, - global::System.Nullable R0618301, - global::System.Nullable R0779800, - global::System.Nullable R0779900, - global::System.Nullable R1773900, - global::System.Nullable R1774000, - global::System.Nullable T0897300, - global::System.Nullable T0897400, - global::System.Nullable T0897500, - global::System.Nullable T2053800, - global::System.Nullable T2053900, - global::System.Nullable T2054000, - global::System.Nullable T3024700, - global::System.Nullable T3024800, - global::System.Nullable T3024900, - int Original_R0000100, - global::System.Nullable Original_R0214700, - global::System.Nullable Original_R0214800, - global::System.Nullable Original_R0481600, - global::System.Nullable Original_R0481700, - global::System.Nullable Original_R0618200, - global::System.Nullable Original_R0618300, - global::System.Nullable Original_R0618301, - global::System.Nullable Original_R0779800, - global::System.Nullable Original_R0779900, - global::System.Nullable Original_R1773900, - global::System.Nullable Original_R1774000, - global::System.Nullable Original_T0897300, - global::System.Nullable Original_T0897400, - global::System.Nullable Original_T0897500, - global::System.Nullable Original_T2053800, - global::System.Nullable Original_T2053900, - global::System.Nullable Original_T2054000, - global::System.Nullable Original_T3024700, - global::System.Nullable Original_T3024800, - global::System.Nullable Original_T3024900) { - return this.Update(Original_R0000100, R0214700, R0214800, R0481600, R0481700, R0618200, R0618300, R0618301, R0779800, R0779900, R1773900, R1774000, T0897300, T0897400, T0897500, T2053800, T2053900, T2054000, T3024700, T3024800, T3024900, Original_R0000100, Original_R0214700, Original_R0214800, Original_R0481600, Original_R0481700, Original_R0618200, Original_R0618300, Original_R0618301, Original_R0779800, Original_R0779900, Original_R1773900, Original_R1774000, Original_T0897300, Original_T0897400, Original_T0897500, Original_T2053800, Original_T2053900, Original_T2054000, Original_T3024700, Original_T3024800, Original_T3024900); - } - } - - /// - ///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 tblGen2OutcomesHeightTableAdapter : 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 tblGen2OutcomesHeightTableAdapter() { - 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(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y2197500 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y2197500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y2197500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y2197500Column] = value; } - 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(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y2308300 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y2308300Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y2308300\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y2308300Column] = value; } - return this._connection; } - set { - this._connection = value; - if ((this.Adapter.InsertCommand != null)) { - this.Adapter.InsertCommand.Connection = value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y2308800 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y2308800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y2308800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } } - if ((this.Adapter.DeleteCommand != null)) { - this.Adapter.DeleteCommand.Connection = value; + set { + this[this.tabletblGen2ImplicitFather.Y2308800Column] = value; } - if ((this.Adapter.UpdateCommand != null)) { - this.Adapter.UpdateCommand.Connection = value; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y2308801 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y2308801Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y2308801\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } } - 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; + set { + this[this.tabletblGen2ImplicitFather.Y2308801Column] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y2311700 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y2311700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y2311700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); } } + set { + this[this.tabletblGen2ImplicitFather.Y2311700Column] = 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; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y2531800 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y2531800Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y2531800\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y2531800Column] = value; + } } - set { - this._transaction = value; - for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { - this.CommandCollection[i].Transaction = this._transaction; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y2641000 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y2641000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y2641000\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } } - if (((this.Adapter != null) - && (this.Adapter.DeleteCommand != null))) { - this.Adapter.DeleteCommand.Transaction = this._transaction; + set { + this[this.tabletblGen2ImplicitFather.Y2641000Column] = value; } - if (((this.Adapter != null) - && (this.Adapter.InsertCommand != null))) { - this.Adapter.InsertCommand.Transaction = this._transaction; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y2641500 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y2641500Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y2641500\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } } - if (((this.Adapter != null) - && (this.Adapter.UpdateCommand != null))) { - this.Adapter.UpdateCommand.Transaction = this._transaction; + set { + this[this.tabletblGen2ImplicitFather.Y2641500Column] = value; } } - } - - [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(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y2641501 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y2641501Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y2641501\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y2641501Column] = value; } - 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; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y2644400 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y2644400Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y2644400\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y2644400Column] = value; + } } - set { - this._clearBeforeFill = value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y2880000 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y2880000Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y2880000\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y2880000Column] = 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 = "tblGen2OutcomesHeight"; - tableMapping.ColumnMappings.Add("C0000100", "C0000100"); - tableMapping.ColumnMappings.Add("C0000200", "C0000200"); - tableMapping.ColumnMappings.Add("C0005300", "C0005300"); - tableMapping.ColumnMappings.Add("C0005400", "C0005400"); - tableMapping.ColumnMappings.Add("C0005700", "C0005700"); - tableMapping.ColumnMappings.Add("C0577600", "C0577600"); - tableMapping.ColumnMappings.Add("C0606300", "C0606300"); - tableMapping.ColumnMappings.Add("C0606400", "C0606400"); - tableMapping.ColumnMappings.Add("C0826400", "C0826400"); - tableMapping.ColumnMappings.Add("C0826500", "C0826500"); - tableMapping.ColumnMappings.Add("C1016700", "C1016700"); - tableMapping.ColumnMappings.Add("C1016800", "C1016800"); - tableMapping.ColumnMappings.Add("C1220200", "C1220200"); - tableMapping.ColumnMappings.Add("C1220300", "C1220300"); - tableMapping.ColumnMappings.Add("C1532700", "C1532700"); - tableMapping.ColumnMappings.Add("C1532800", "C1532800"); - tableMapping.ColumnMappings.Add("C1779300", "C1779300"); - tableMapping.ColumnMappings.Add("C1779400", "C1779400"); - tableMapping.ColumnMappings.Add("C2288500", "C2288500"); - tableMapping.ColumnMappings.Add("C2288600", "C2288600"); - tableMapping.ColumnMappings.Add("C2552300", "C2552300"); - tableMapping.ColumnMappings.Add("C2820900", "C2820900"); - tableMapping.ColumnMappings.Add("C3130400", "C3130400"); - tableMapping.ColumnMappings.Add("C3553400", "C3553400"); - tableMapping.ColumnMappings.Add("C3634500", "C3634500"); - tableMapping.ColumnMappings.Add("C3898000", "C3898000"); - tableMapping.ColumnMappings.Add("C4013000", "C4013000"); - tableMapping.ColumnMappings.Add("C5147900", "C5147900"); - tableMapping.ColumnMappings.Add("Y0308300", "Y0308300"); - tableMapping.ColumnMappings.Add("Y0308400", "Y0308400"); - tableMapping.ColumnMappings.Add("Y0609600", "Y0609600"); - tableMapping.ColumnMappings.Add("Y0609700", "Y0609700"); - tableMapping.ColumnMappings.Add("Y0903900", "Y0903900"); - tableMapping.ColumnMappings.Add("Y0904000", "Y0904000"); - tableMapping.ColumnMappings.Add("Y1150800", "Y1150800"); - tableMapping.ColumnMappings.Add("Y1150900", "Y1150900"); - tableMapping.ColumnMappings.Add("Y1385800", "Y1385800"); - tableMapping.ColumnMappings.Add("Y1385900", "Y1385900"); - tableMapping.ColumnMappings.Add("Y1637500", "Y1637500"); - tableMapping.ColumnMappings.Add("Y1637600", "Y1637600"); - tableMapping.ColumnMappings.Add("Y1891100", "Y1891100"); - tableMapping.ColumnMappings.Add("Y1891200", "Y1891200"); - tableMapping.ColumnMappings.Add("Y2207000", "Y2207000"); - tableMapping.ColumnMappings.Add("Y2207100", "Y2207100"); - tableMapping.ColumnMappings.Add("Y2544700", "Y2544700"); - tableMapping.ColumnMappings.Add("Y2544800", "Y2544800"); - 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 [Extract].[tblGen2OutcomesHeight] WHERE (([C0000100] = @Original_C000" + - "0100) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Origi" + - "nal_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300]" + - " = @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([" + - "C0005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NU" + - "LL) OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_C0577600 = 1 AND [C05776" + - "00] IS NULL) OR ([C0577600] = @Original_C0577600)) AND ((@IsNull_C0606300 = 1 AN" + - "D [C0606300] IS NULL) OR ([C0606300] = @Original_C0606300)) AND ((@IsNull_C06064" + - "00 = 1 AND [C0606400] IS NULL) OR ([C0606400] = @Original_C0606400)) AND ((@IsNu" + - "ll_C0826400 = 1 AND [C0826400] IS NULL) OR ([C0826400] = @Original_C0826400)) AN" + - "D ((@IsNull_C0826500 = 1 AND [C0826500] IS NULL) OR ([C0826500] = @Original_C082" + - "6500)) AND ((@IsNull_C1016700 = 1 AND [C1016700] IS NULL) OR ([C1016700] = @Orig" + - "inal_C1016700)) AND ((@IsNull_C1016800 = 1 AND [C1016800] IS NULL) OR ([C1016800" + - "] = @Original_C1016800)) AND ((@IsNull_C1220200 = 1 AND [C1220200] IS NULL) OR (" + - "[C1220200] = @Original_C1220200)) AND ((@IsNull_C1220300 = 1 AND [C1220300] IS N" + - "ULL) OR ([C1220300] = @Original_C1220300)) AND ((@IsNull_C1532700 = 1 AND [C1532" + - "700] IS NULL) OR ([C1532700] = @Original_C1532700)) AND ((@IsNull_C1532800 = 1 A" + - "ND [C1532800] IS NULL) OR ([C1532800] = @Original_C1532800)) AND ((@IsNull_C1779" + - "300 = 1 AND [C1779300] IS NULL) OR ([C1779300] = @Original_C1779300)) AND ((@IsN" + - "ull_C1779400 = 1 AND [C1779400] IS NULL) OR ([C1779400] = @Original_C1779400)) A" + - "ND ((@IsNull_C2288500 = 1 AND [C2288500] IS NULL) OR ([C2288500] = @Original_C22" + - "88500)) AND ((@IsNull_C2288600 = 1 AND [C2288600] IS NULL) OR ([C2288600] = @Ori" + - "ginal_C2288600)) AND ((@IsNull_C2552300 = 1 AND [C2552300] IS NULL) OR ([C255230" + - "0] = @Original_C2552300)) AND ((@IsNull_C2820900 = 1 AND [C2820900] IS NULL) OR " + - "([C2820900] = @Original_C2820900)) AND ((@IsNull_C3130400 = 1 AND [C3130400] IS " + - "NULL) OR ([C3130400] = @Original_C3130400)) AND ((@IsNull_C3553400 = 1 AND [C355" + - "3400] IS NULL) OR ([C3553400] = @Original_C3553400)) AND ((@IsNull_C3634500 = 1 " + - "AND [C3634500] IS NULL) OR ([C3634500] = @Original_C3634500)) AND ((@IsNull_C389" + - "8000 = 1 AND [C3898000] IS NULL) OR ([C3898000] = @Original_C3898000)) AND ((@Is" + - "Null_C4013000 = 1 AND [C4013000] IS NULL) OR ([C4013000] = @Original_C4013000)) " + - "AND ((@IsNull_C5147900 = 1 AND [C5147900] IS NULL) OR ([C5147900] = @Original_C5" + - "147900)) AND ((@IsNull_Y0308300 = 1 AND [Y0308300] IS NULL) OR ([Y0308300] = @Or" + - "iginal_Y0308300)) AND ((@IsNull_Y0308400 = 1 AND [Y0308400] IS NULL) OR ([Y03084" + - "00] = @Original_Y0308400)) AND ((@IsNull_Y0609600 = 1 AND [Y0609600] IS NULL) OR" + - " ([Y0609600] = @Original_Y0609600)) AND ((@IsNull_Y0609700 = 1 AND [Y0609700] IS" + - " NULL) OR ([Y0609700] = @Original_Y0609700)) AND ((@IsNull_Y0903900 = 1 AND [Y09" + - "03900] IS NULL) OR ([Y0903900] = @Original_Y0903900)) AND ((@IsNull_Y0904000 = 1" + - " AND [Y0904000] IS NULL) OR ([Y0904000] = @Original_Y0904000)) AND ((@IsNull_Y11" + - "50800 = 1 AND [Y1150800] IS NULL) OR ([Y1150800] = @Original_Y1150800)) AND ((@I" + - "sNull_Y1150900 = 1 AND [Y1150900] IS NULL) OR ([Y1150900] = @Original_Y1150900))" + - " AND ((@IsNull_Y1385800 = 1 AND [Y1385800] IS NULL) OR ([Y1385800] = @Original_Y" + - "1385800)) AND ((@IsNull_Y1385900 = 1 AND [Y1385900] IS NULL) OR ([Y1385900] = @O" + - "riginal_Y1385900)) AND ((@IsNull_Y1637500 = 1 AND [Y1637500] IS NULL) OR ([Y1637" + - "500] = @Original_Y1637500)) AND ((@IsNull_Y1637600 = 1 AND [Y1637600] IS NULL) O" + - "R ([Y1637600] = @Original_Y1637600)) AND ((@IsNull_Y1891100 = 1 AND [Y1891100] I" + - "S NULL) OR ([Y1891100] = @Original_Y1891100)) AND ((@IsNull_Y1891200 = 1 AND [Y1" + - "891200] IS NULL) OR ([Y1891200] = @Original_Y1891200)) AND ((@IsNull_Y2207000 = " + - "1 AND [Y2207000] IS NULL) OR ([Y2207000] = @Original_Y2207000)) AND ((@IsNull_Y2" + - "207100 = 1 AND [Y2207100] IS NULL) OR ([Y2207100] = @Original_Y2207100)) AND ((@" + - "IsNull_Y2544700 = 1 AND [Y2544700] IS NULL) OR ([Y2544700] = @Original_Y2544700)" + - ") AND ((@IsNull_Y2544800 = 1 AND [Y2544800] IS NULL) OR ([Y2544800] = @Original_" + - "Y2544800)))"; - this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0577600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0577600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0577600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0577600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0606300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0606300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0606300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0606300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0606400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0606400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0606400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0606400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0826400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0826400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0826400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0826400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0826500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0826500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0826500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0826500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1016700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1016700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1016700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1016700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1016800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1016800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1016800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1016800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1220200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1220200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1220200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1220200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1220300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1220300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1220300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1220300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1532700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1532700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1532700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1532700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1532800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1532800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1532800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1532800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1779300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1779300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1779300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1779300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1779400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1779400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1779400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1779400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2288500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2288500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2288500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2288500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2288600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2288600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2288600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2288600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2552300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2552300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2552300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2552300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2820900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2820900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2820900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2820900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3130400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3130400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3130400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3130400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3553400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3553400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3553400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3553400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3634500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3634500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3634500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3634500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3898000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3898000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3898000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3898000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C4013000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C4013000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C4013000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C4013000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C5147900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5147900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C5147900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5147900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0308400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0308400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0609600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0609600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0609600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0609600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0609700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0609700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0609700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0609700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0903900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0903900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0903900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0903900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0904000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0904000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0904000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0904000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1150800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1150800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1150800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1150800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1150900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1150900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1150900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1150900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1385800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1385800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1385800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1385800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1385900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1385900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1385900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1385900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1637500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1637500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1637600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1637600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1891100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1891100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1891200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1891200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2207000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2207000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2207100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2207100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2544700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2544700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2544800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2544800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544800", 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 [Extract].[tblGen2OutcomesHeight] ([C0000100], [C0000200], [C0005300]" + - ", [C0005400], [C0005700], [C0577600], [C0606300], [C0606400], [C0826400], [C0826" + - "500], [C1016700], [C1016800], [C1220200], [C1220300], [C1532700], [C1532800], [C" + - "1779300], [C1779400], [C2288500], [C2288600], [C2552300], [C2820900], [C3130400]" + - ", [C3553400], [C3634500], [C3898000], [C4013000], [C5147900], [Y0308300], [Y0308" + - "400], [Y0609600], [Y0609700], [Y0903900], [Y0904000], [Y1150800], [Y1150900], [Y" + - "1385800], [Y1385900], [Y1637500], [Y1637600], [Y1891100], [Y1891200], [Y2207000]" + - ", [Y2207100], [Y2544700], [Y2544800]) VALUES (@C0000100, @C0000200, @C0005300, @" + - "C0005400, @C0005700, @C0577600, @C0606300, @C0606400, @C0826400, @C0826500, @C10" + - "16700, @C1016800, @C1220200, @C1220300, @C1532700, @C1532800, @C1779300, @C17794" + - "00, @C2288500, @C2288600, @C2552300, @C2820900, @C3130400, @C3553400, @C3634500," + - " @C3898000, @C4013000, @C5147900, @Y0308300, @Y0308400, @Y0609600, @Y0609700, @Y" + - "0903900, @Y0904000, @Y1150800, @Y1150900, @Y1385800, @Y1385900, @Y1637500, @Y163" + - "7600, @Y1891100, @Y1891200, @Y2207000, @Y2207100, @Y2544700, @Y2544800);\r\nSELECT" + - " C0000100, C0000200, C0005300, C0005400, C0005700, C0577600, C0606300, C0606400," + - " C0826400, C0826500, C1016700, C1016800, C1220200, C1220300, C1532700, C1532800," + - " C1779300, C1779400, C2288500, C2288600, C2552300, C2820900, C3130400, C3553400," + - " C3634500, C3898000, C4013000, C5147900, Y0308300, Y0308400, Y0609600, Y0609700," + - " Y0903900, Y0904000, Y1150800, Y1150900, Y1385800, Y1385900, Y1637500, Y1637600," + - " Y1891100, Y1891200, Y2207000, Y2207100, Y2544700, Y2544800 FROM Extract.tblGen2" + - "OutcomesHeight WHERE (C0000100 = @C0000100)"; - this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0577600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0577600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0606300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0606300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0606400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0606400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0826400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0826400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0826500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0826500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1016700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1016700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1016800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1016800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1220200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1220200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1220300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1220300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1532700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1532700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1532800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1532800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1779300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1779300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1779400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1779400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2288500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2288500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2288600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2288600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2552300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2552300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2820900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2820900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3130400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3130400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3553400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3553400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3634500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3634500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3898000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3898000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C4013000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C4013000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C5147900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5147900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0308400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0609600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0609600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0609700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0609700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0903900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0903900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0904000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0904000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1150800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1150800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1150900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1150900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1385800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1385800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1385900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1385900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1637500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1637600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1891100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1891200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2207000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2207100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2544700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2544800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544800", 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 [Extract].[tblGen2OutcomesHeight] SET [C0000100] = @C0000100, [C0000200] =" + - " @C0000200, [C0005300] = @C0005300, [C0005400] = @C0005400, [C0005700] = @C00057" + - "00, [C0577600] = @C0577600, [C0606300] = @C0606300, [C0606400] = @C0606400, [C08" + - "26400] = @C0826400, [C0826500] = @C0826500, [C1016700] = @C1016700, [C1016800] =" + - " @C1016800, [C1220200] = @C1220200, [C1220300] = @C1220300, [C1532700] = @C15327" + - "00, [C1532800] = @C1532800, [C1779300] = @C1779300, [C1779400] = @C1779400, [C22" + - "88500] = @C2288500, [C2288600] = @C2288600, [C2552300] = @C2552300, [C2820900] =" + - " @C2820900, [C3130400] = @C3130400, [C3553400] = @C3553400, [C3634500] = @C36345" + - "00, [C3898000] = @C3898000, [C4013000] = @C4013000, [C5147900] = @C5147900, [Y03" + - "08300] = @Y0308300, [Y0308400] = @Y0308400, [Y0609600] = @Y0609600, [Y0609700] =" + - " @Y0609700, [Y0903900] = @Y0903900, [Y0904000] = @Y0904000, [Y1150800] = @Y11508" + - "00, [Y1150900] = @Y1150900, [Y1385800] = @Y1385800, [Y1385900] = @Y1385900, [Y16" + - "37500] = @Y1637500, [Y1637600] = @Y1637600, [Y1891100] = @Y1891100, [Y1891200] =" + - " @Y1891200, [Y2207000] = @Y2207000, [Y2207100] = @Y2207100, [Y2544700] = @Y25447" + - "00, [Y2544800] = @Y2544800 WHERE (([C0000100] = @Original_C0000100) AND ((@IsNul" + - "l_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Original_C0000200)) AND" + - " ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300] = @Original_C0005" + - "300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([C0005400] = @Origi" + - "nal_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NULL) OR ([C0005700]" + - " = @Original_C0005700)) AND ((@IsNull_C0577600 = 1 AND [C0577600] IS NULL) OR ([" + - "C0577600] = @Original_C0577600)) AND ((@IsNull_C0606300 = 1 AND [C0606300] IS NU" + - "LL) OR ([C0606300] = @Original_C0606300)) AND ((@IsNull_C0606400 = 1 AND [C06064" + - "00] IS NULL) OR ([C0606400] = @Original_C0606400)) AND ((@IsNull_C0826400 = 1 AN" + - "D [C0826400] IS NULL) OR ([C0826400] = @Original_C0826400)) AND ((@IsNull_C08265" + - "00 = 1 AND [C0826500] IS NULL) OR ([C0826500] = @Original_C0826500)) AND ((@IsNu" + - "ll_C1016700 = 1 AND [C1016700] IS NULL) OR ([C1016700] = @Original_C1016700)) AN" + - "D ((@IsNull_C1016800 = 1 AND [C1016800] IS NULL) OR ([C1016800] = @Original_C101" + - "6800)) AND ((@IsNull_C1220200 = 1 AND [C1220200] IS NULL) OR ([C1220200] = @Orig" + - "inal_C1220200)) AND ((@IsNull_C1220300 = 1 AND [C1220300] IS NULL) OR ([C1220300" + - "] = @Original_C1220300)) AND ((@IsNull_C1532700 = 1 AND [C1532700] IS NULL) OR (" + - "[C1532700] = @Original_C1532700)) AND ((@IsNull_C1532800 = 1 AND [C1532800] IS N" + - "ULL) OR ([C1532800] = @Original_C1532800)) AND ((@IsNull_C1779300 = 1 AND [C1779" + - "300] IS NULL) OR ([C1779300] = @Original_C1779300)) AND ((@IsNull_C1779400 = 1 A" + - "ND [C1779400] IS NULL) OR ([C1779400] = @Original_C1779400)) AND ((@IsNull_C2288" + - "500 = 1 AND [C2288500] IS NULL) OR ([C2288500] = @Original_C2288500)) AND ((@IsN" + - "ull_C2288600 = 1 AND [C2288600] IS NULL) OR ([C2288600] = @Original_C2288600)) A" + - "ND ((@IsNull_C2552300 = 1 AND [C2552300] IS NULL) OR ([C2552300] = @Original_C25" + - "52300)) AND ((@IsNull_C2820900 = 1 AND [C2820900] IS NULL) OR ([C2820900] = @Ori" + - "ginal_C2820900)) AND ((@IsNull_C3130400 = 1 AND [C3130400] IS NULL) OR ([C313040" + - "0] = @Original_C3130400)) AND ((@IsNull_C3553400 = 1 AND [C3553400] IS NULL) OR " + - "([C3553400] = @Original_C3553400)) AND ((@IsNull_C3634500 = 1 AND [C3634500] IS " + - "NULL) OR ([C3634500] = @Original_C3634500)) AND ((@IsNull_C3898000 = 1 AND [C389" + - "8000] IS NULL) OR ([C3898000] = @Original_C3898000)) AND ((@IsNull_C4013000 = 1 " + - "AND [C4013000] IS NULL) OR ([C4013000] = @Original_C4013000)) AND ((@IsNull_C514" + - "7900 = 1 AND [C5147900] IS NULL) OR ([C5147900] = @Original_C5147900)) AND ((@Is" + - "Null_Y0308300 = 1 AND [Y0308300] IS NULL) OR ([Y0308300] = @Original_Y0308300)) " + - "AND ((@IsNull_Y0308400 = 1 AND [Y0308400] IS NULL) OR ([Y0308400] = @Original_Y0" + - "308400)) AND ((@IsNull_Y0609600 = 1 AND [Y0609600] IS NULL) OR ([Y0609600] = @Or" + - "iginal_Y0609600)) AND ((@IsNull_Y0609700 = 1 AND [Y0609700] IS NULL) OR ([Y06097" + - "00] = @Original_Y0609700)) AND ((@IsNull_Y0903900 = 1 AND [Y0903900] IS NULL) OR" + - " ([Y0903900] = @Original_Y0903900)) AND ((@IsNull_Y0904000 = 1 AND [Y0904000] IS" + - " NULL) OR ([Y0904000] = @Original_Y0904000)) AND ((@IsNull_Y1150800 = 1 AND [Y11" + - "50800] IS NULL) OR ([Y1150800] = @Original_Y1150800)) AND ((@IsNull_Y1150900 = 1" + - " AND [Y1150900] IS NULL) OR ([Y1150900] = @Original_Y1150900)) AND ((@IsNull_Y13" + - "85800 = 1 AND [Y1385800] IS NULL) OR ([Y1385800] = @Original_Y1385800)) AND ((@I" + - "sNull_Y1385900 = 1 AND [Y1385900] IS NULL) OR ([Y1385900] = @Original_Y1385900))" + - " AND ((@IsNull_Y1637500 = 1 AND [Y1637500] IS NULL) OR ([Y1637500] = @Original_Y" + - "1637500)) AND ((@IsNull_Y1637600 = 1 AND [Y1637600] IS NULL) OR ([Y1637600] = @O" + - "riginal_Y1637600)) AND ((@IsNull_Y1891100 = 1 AND [Y1891100] IS NULL) OR ([Y1891" + - "100] = @Original_Y1891100)) AND ((@IsNull_Y1891200 = 1 AND [Y1891200] IS NULL) O" + - "R ([Y1891200] = @Original_Y1891200)) AND ((@IsNull_Y2207000 = 1 AND [Y2207000] I" + - "S NULL) OR ([Y2207000] = @Original_Y2207000)) AND ((@IsNull_Y2207100 = 1 AND [Y2" + - "207100] IS NULL) OR ([Y2207100] = @Original_Y2207100)) AND ((@IsNull_Y2544700 = " + - "1 AND [Y2544700] IS NULL) OR ([Y2544700] = @Original_Y2544700)) AND ((@IsNull_Y2" + - "544800 = 1 AND [Y2544800] IS NULL) OR ([Y2544800] = @Original_Y2544800)));\r\nSELE" + - "CT C0000100, C0000200, C0005300, C0005400, C0005700, C0577600, C0606300, C060640" + - "0, C0826400, C0826500, C1016700, C1016800, C1220200, C1220300, C1532700, C153280" + - "0, C1779300, C1779400, C2288500, C2288600, C2552300, C2820900, C3130400, C355340" + - "0, C3634500, C3898000, C4013000, C5147900, Y0308300, Y0308400, Y0609600, Y060970" + - "0, Y0903900, Y0904000, Y1150800, Y1150900, Y1385800, Y1385900, Y1637500, Y163760" + - "0, Y1891100, Y1891200, Y2207000, Y2207100, Y2544700, Y2544800 FROM Extract.tblGe" + - "n2OutcomesHeight WHERE (C0000100 = @C0000100)"; - this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0577600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0577600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0606300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0606300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0606400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0606400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0826400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0826400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0826500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0826500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1016700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1016700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1016800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1016800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1220200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1220200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1220300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1220300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1532700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1532700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1532800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1532800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1779300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1779300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1779400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1779400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2288500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2288500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2288600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2288600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2552300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2552300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2820900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2820900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3130400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3130400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3553400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3553400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3634500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3634500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3898000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3898000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C4013000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C4013000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C5147900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5147900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0308400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0609600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0609600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0609700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0609700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0903900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0903900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0904000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0904000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1150800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1150800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1150900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1150900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1385800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1385800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1385900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1385900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1637500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1637600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1891100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1891200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2207000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2207100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2544700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2544800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0577600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0577600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0577600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0577600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0606300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0606300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0606300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0606300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0606400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0606400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0606400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0606400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0826400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0826400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0826400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0826400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0826500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0826500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0826500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0826500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1016700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1016700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1016700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1016700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1016800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1016800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1016800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1016800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1220200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1220200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1220200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1220200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1220300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1220300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1220300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1220300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1532700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1532700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1532700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1532700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1532800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1532800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1532800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1532800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1779300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1779300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1779300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1779300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1779400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1779400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1779400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1779400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2288500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2288500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2288500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2288500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2288600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2288600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2288600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2288600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2552300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2552300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2552300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2552300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2820900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2820900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2820900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2820900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3130400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3130400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3130400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3130400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3553400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3553400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3553400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3553400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3634500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3634500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3634500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3634500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3898000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3898000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3898000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3898000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C4013000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C4013000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C4013000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C4013000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C5147900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5147900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C5147900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5147900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0308400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0308400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0609600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0609600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0609600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0609600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0609700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0609700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0609700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0609700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0903900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0903900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0903900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0903900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0904000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0904000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0904000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0904000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1150800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1150800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1150800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1150800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1150900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1150900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1150900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1150900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1385800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1385800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1385800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1385800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1385900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1385900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1385900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1385900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1637500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1637500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1637600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1637600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1891100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1891100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1891200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1891200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2207000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2207000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2207100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2207100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2544700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2544700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2544800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2544800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544800", 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::Nls.Base79.Properties.Settings.Default.Nlsy79ConnectionStringBase; - } - - [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 C0000100, C0000200, C0005300, C0005400, C0005700, C0577600, C0606300, C0606400, C0826400, C0826500, C1016700, C1016800, C1220200, C1220300, C1532700, C1532800, C1779300, C1779400, C2288500, C2288600, C2552300, C2820900, C3130400, C3553400, C3634500, C3898000, C4013000, C5147900, Y0308300, Y0308400, Y0609600, Y0609700, Y0903900, Y0904000, Y1150800, Y1150900, Y1385800, Y1385900, Y1637500, Y1637600, Y1891100, Y1891200, Y2207000, Y2207100, Y2544700, Y2544800 FROM Extract.tblGen2OutcomesHeight"; - 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(ImportDataSet.tblGen2OutcomesHeightDataTable 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 ImportDataSet.tblGen2OutcomesHeightDataTable GetData() { - this.Adapter.SelectCommand = this.CommandCollection[0]; - ImportDataSet.tblGen2OutcomesHeightDataTable dataTable = new ImportDataSet.tblGen2OutcomesHeightDataTable(); - 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(ImportDataSet.tblGen2OutcomesHeightDataTable 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(ImportDataSet dataSet) { - return this.Adapter.Update(dataSet, "tblGen2OutcomesHeight"); - } - - [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( - int Original_C0000100, - global::System.Nullable Original_C0000200, - global::System.Nullable Original_C0005300, - global::System.Nullable Original_C0005400, - global::System.Nullable Original_C0005700, - global::System.Nullable Original_C0577600, - global::System.Nullable Original_C0606300, - global::System.Nullable Original_C0606400, - global::System.Nullable Original_C0826400, - global::System.Nullable Original_C0826500, - global::System.Nullable Original_C1016700, - global::System.Nullable Original_C1016800, - global::System.Nullable Original_C1220200, - global::System.Nullable Original_C1220300, - global::System.Nullable Original_C1532700, - global::System.Nullable Original_C1532800, - global::System.Nullable Original_C1779300, - global::System.Nullable Original_C1779400, - global::System.Nullable Original_C2288500, - global::System.Nullable Original_C2288600, - global::System.Nullable Original_C2552300, - global::System.Nullable Original_C2820900, - global::System.Nullable Original_C3130400, - global::System.Nullable Original_C3553400, - global::System.Nullable Original_C3634500, - global::System.Nullable Original_C3898000, - global::System.Nullable Original_C4013000, - global::System.Nullable Original_C5147900, - global::System.Nullable Original_Y0308300, - global::System.Nullable Original_Y0308400, - global::System.Nullable Original_Y0609600, - global::System.Nullable Original_Y0609700, - global::System.Nullable Original_Y0903900, - global::System.Nullable Original_Y0904000, - global::System.Nullable Original_Y1150800, - global::System.Nullable Original_Y1150900, - global::System.Nullable Original_Y1385800, - global::System.Nullable Original_Y1385900, - global::System.Nullable Original_Y1637500, - global::System.Nullable Original_Y1637600, - global::System.Nullable Original_Y1891100, - global::System.Nullable Original_Y1891200, - global::System.Nullable Original_Y2207000, - global::System.Nullable Original_Y2207100, - global::System.Nullable Original_Y2544700, - global::System.Nullable Original_Y2544800) { - this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_C0000100)); - if ((Original_C0000200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_C0000200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y2998200 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y2998200Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y2998200\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y2998200Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y2998700 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y2998700Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y2998700\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y2998700Column] = value; + } } - if ((Original_C0005300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[4].Value = ((int)(Original_C0005300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y2998701 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y2998701Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y2998701\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y2998701Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y3001600 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y3001600Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y3001600\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y3001600Column] = value; + } } - if ((Original_C0005400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_C0005400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int Y3249900 { + get { + try { + return ((int)(this[this.tabletblGen2ImplicitFather.Y3249900Column])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("The value for column \'Y3249900\' in table \'tblGen2ImplicitFather\' is DBNull.", e); + } + } + set { + this[this.tabletblGen2ImplicitFather.Y3249900Column] = value; + } } - else { - this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0000200Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0000200Column); } - if ((Original_C0005700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[8].Value = ((int)(Original_C0005700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0000200Null() { + this[this.tabletblGen2ImplicitFather.C0000200Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0005300Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0005300Column); } - if ((Original_C0577600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_C0577600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0005300Null() { + this[this.tabletblGen2ImplicitFather.C0005300Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0005400Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0005400Column); } - if ((Original_C0606300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[12].Value = ((int)(Original_C0606300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0005400Null() { + this[this.tabletblGen2ImplicitFather.C0005400Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0005700Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0005700Column); } - if ((Original_C0606400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[14].Value = ((int)(Original_C0606400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0005700Null() { + this[this.tabletblGen2ImplicitFather.C0005700Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0008100Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0008100Column); } - if ((Original_C0826400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[16].Value = ((int)(Original_C0826400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0008100Null() { + this[this.tabletblGen2ImplicitFather.C0008100Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0008200Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0008200Column); } - if ((Original_C0826500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[18].Value = ((int)(Original_C0826500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0008200Null() { + this[this.tabletblGen2ImplicitFather.C0008200Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0008300Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0008300Column); } - if ((Original_C1016700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[20].Value = ((int)(Original_C1016700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0008300Null() { + this[this.tabletblGen2ImplicitFather.C0008300Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0008600Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0008600Column); } - if ((Original_C1016800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[22].Value = ((int)(Original_C1016800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0008600Null() { + this[this.tabletblGen2ImplicitFather.C0008600Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0008700Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0008700Column); } - if ((Original_C1220200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[24].Value = ((int)(Original_C1220200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0008700Null() { + this[this.tabletblGen2ImplicitFather.C0008700Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0008800Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0008800Column); } - if ((Original_C1220300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[26].Value = ((int)(Original_C1220300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0008800Null() { + this[this.tabletblGen2ImplicitFather.C0008800Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0009100Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0009100Column); } - if ((Original_C1532700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[28].Value = ((int)(Original_C1532700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0009100Null() { + this[this.tabletblGen2ImplicitFather.C0009100Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0009200Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0009200Column); } - if ((Original_C1532800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[30].Value = ((int)(Original_C1532800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0009200Null() { + this[this.tabletblGen2ImplicitFather.C0009200Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0009300Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0009300Column); } - if ((Original_C1779300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[32].Value = ((int)(Original_C1779300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0009300Null() { + this[this.tabletblGen2ImplicitFather.C0009300Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[32].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0009600Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0009600Column); } - if ((Original_C1779400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[34].Value = ((int)(Original_C1779400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0009600Null() { + this[this.tabletblGen2ImplicitFather.C0009600Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0009700Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0009700Column); } - if ((Original_C2288500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[36].Value = ((int)(Original_C2288500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0009700Null() { + this[this.tabletblGen2ImplicitFather.C0009700Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0009800Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0009800Column); } - if ((Original_C2288600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[38].Value = ((int)(Original_C2288600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0009800Null() { + this[this.tabletblGen2ImplicitFather.C0009800Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[38].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0009900Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0009900Column); } - if ((Original_C2552300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[40].Value = ((int)(Original_C2552300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0009900Null() { + this[this.tabletblGen2ImplicitFather.C0009900Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[40].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0010110Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0010110Column); } - if ((Original_C2820900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[42].Value = ((int)(Original_C2820900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0010110Null() { + this[this.tabletblGen2ImplicitFather.C0010110Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[42].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0010200Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0010200Column); } - if ((Original_C3130400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[44].Value = ((int)(Original_C3130400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0010200Null() { + this[this.tabletblGen2ImplicitFather.C0010200Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[44].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0010300Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0010300Column); } - if ((Original_C3553400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[46].Value = ((int)(Original_C3553400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0010300Null() { + this[this.tabletblGen2ImplicitFather.C0010300Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[46].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0010400Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0010400Column); } - if ((Original_C3634500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[48].Value = ((int)(Original_C3634500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0010400Null() { + this[this.tabletblGen2ImplicitFather.C0010400Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[48].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0010700Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0010700Column); } - if ((Original_C3898000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[50].Value = ((int)(Original_C3898000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0010700Null() { + this[this.tabletblGen2ImplicitFather.C0010700Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[50].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0010800Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0010800Column); } - if ((Original_C4013000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[52].Value = ((int)(Original_C4013000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0010800Null() { + this[this.tabletblGen2ImplicitFather.C0010800Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[52].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0010900Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0010900Column); } - if ((Original_C5147900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[54].Value = ((int)(Original_C5147900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0010900Null() { + this[this.tabletblGen2ImplicitFather.C0010900Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[54].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0011110Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011110Column); } - if ((Original_Y0308300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[56].Value = ((int)(Original_Y0308300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0011110Null() { + this[this.tabletblGen2ImplicitFather.C0011110Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[56].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0011111Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011111Column); } - if ((Original_Y0308400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[58].Value = ((int)(Original_Y0308400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0011111Null() { + this[this.tabletblGen2ImplicitFather.C0011111Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[58].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0011112Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011112Column); } - if ((Original_Y0609600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[60].Value = ((int)(Original_Y0609600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0011112Null() { + this[this.tabletblGen2ImplicitFather.C0011112Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[60].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0011113Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011113Column); } - if ((Original_Y0609700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[62].Value = ((int)(Original_Y0609700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0011113Null() { + this[this.tabletblGen2ImplicitFather.C0011113Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[62].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0011114Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011114Column); } - if ((Original_Y0903900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[64].Value = ((int)(Original_Y0903900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0011114Null() { + this[this.tabletblGen2ImplicitFather.C0011114Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[64].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0011117Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011117Column); } - if ((Original_Y0904000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[66].Value = ((int)(Original_Y0904000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0011117Null() { + this[this.tabletblGen2ImplicitFather.C0011117Column] = global::System.Convert.DBNull; } - else { - this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[66].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0011118Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011118Column); } - if ((Original_Y1150800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[68].Value = ((int)(Original_Y1150800.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[68].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0011118Null() { + this[this.tabletblGen2ImplicitFather.C0011118Column] = global::System.Convert.DBNull; } - if ((Original_Y1150900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[70].Value = ((int)(Original_Y1150900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0011119Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011119Column); } - else { - this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[70].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0011119Null() { + this[this.tabletblGen2ImplicitFather.C0011119Column] = global::System.Convert.DBNull; } - if ((Original_Y1385800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[72].Value = ((int)(Original_Y1385800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0011122Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011122Column); } - else { - this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[72].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0011122Null() { + this[this.tabletblGen2ImplicitFather.C0011122Column] = global::System.Convert.DBNull; } - if ((Original_Y1385900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[74].Value = ((int)(Original_Y1385900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0011123Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011123Column); } - else { - this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[74].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0011123Null() { + this[this.tabletblGen2ImplicitFather.C0011123Column] = global::System.Convert.DBNull; } - if ((Original_Y1637500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[76].Value = ((int)(Original_Y1637500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0011124Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011124Column); } - else { - this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[76].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0011124Null() { + this[this.tabletblGen2ImplicitFather.C0011124Column] = global::System.Convert.DBNull; } - if ((Original_Y1637600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[78].Value = ((int)(Original_Y1637600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0011127Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011127Column); } - else { - this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[78].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0011127Null() { + this[this.tabletblGen2ImplicitFather.C0011127Column] = global::System.Convert.DBNull; } - if ((Original_Y1891100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[80].Value = ((int)(Original_Y1891100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0011128Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011128Column); } - else { - this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[80].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0011128Null() { + this[this.tabletblGen2ImplicitFather.C0011128Column] = global::System.Convert.DBNull; } - if ((Original_Y1891200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[82].Value = ((int)(Original_Y1891200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0011129Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011129Column); } - else { - this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[82].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0011129Null() { + this[this.tabletblGen2ImplicitFather.C0011129Column] = global::System.Convert.DBNull; } - if ((Original_Y2207000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[84].Value = ((int)(Original_Y2207000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0011132Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011132Column); } - else { - this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[84].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0011132Null() { + this[this.tabletblGen2ImplicitFather.C0011132Column] = global::System.Convert.DBNull; } - if ((Original_Y2207100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[86].Value = ((int)(Original_Y2207100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0011133Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011133Column); } - else { - this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[86].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0011133Null() { + this[this.tabletblGen2ImplicitFather.C0011133Column] = global::System.Convert.DBNull; } - if ((Original_Y2544700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[88].Value = ((int)(Original_Y2544700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0011134Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011134Column); } - else { - this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[88].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0011134Null() { + this[this.tabletblGen2ImplicitFather.C0011134Column] = global::System.Convert.DBNull; } - if ((Original_Y2544800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[90].Value = ((int)(Original_Y2544800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0011137Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011137Column); } - else { - this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[90].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0011137Null() { + this[this.tabletblGen2ImplicitFather.C0011137Column] = global::System.Convert.DBNull; } - 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(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0011138Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011138Column); } - try { - int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); - return returnValue; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0011138Null() { + this[this.tabletblGen2ImplicitFather.C0011138Column] = global::System.Convert.DBNull; } - 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")] + public bool IsC0011139Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011139Column); } - } - - [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( - int C0000100, - global::System.Nullable C0000200, - global::System.Nullable C0005300, - global::System.Nullable C0005400, - global::System.Nullable C0005700, - global::System.Nullable C0577600, - global::System.Nullable C0606300, - global::System.Nullable C0606400, - global::System.Nullable C0826400, - global::System.Nullable C0826500, - global::System.Nullable C1016700, - global::System.Nullable C1016800, - global::System.Nullable C1220200, - global::System.Nullable C1220300, - global::System.Nullable C1532700, - global::System.Nullable C1532800, - global::System.Nullable C1779300, - global::System.Nullable C1779400, - global::System.Nullable C2288500, - global::System.Nullable C2288600, - global::System.Nullable C2552300, - global::System.Nullable C2820900, - global::System.Nullable C3130400, - global::System.Nullable C3553400, - global::System.Nullable C3634500, - global::System.Nullable C3898000, - global::System.Nullable C4013000, - global::System.Nullable C5147900, - global::System.Nullable Y0308300, - global::System.Nullable Y0308400, - global::System.Nullable Y0609600, - global::System.Nullable Y0609700, - global::System.Nullable Y0903900, - global::System.Nullable Y0904000, - global::System.Nullable Y1150800, - global::System.Nullable Y1150900, - global::System.Nullable Y1385800, - global::System.Nullable Y1385900, - global::System.Nullable Y1637500, - global::System.Nullable Y1637600, - global::System.Nullable Y1891100, - global::System.Nullable Y1891200, - global::System.Nullable Y2207000, - global::System.Nullable Y2207100, - global::System.Nullable Y2544700, - global::System.Nullable Y2544800) { - this.Adapter.InsertCommand.Parameters[0].Value = ((int)(C0000100)); - if ((C0000200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[1].Value = ((int)(C0000200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0011139Null() { + this[this.tabletblGen2ImplicitFather.C0011139Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0011142Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011142Column); } - if ((C0005300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[2].Value = ((int)(C0005300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0011142Null() { + this[this.tabletblGen2ImplicitFather.C0011142Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0011143Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011143Column); } - if ((C0005400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[3].Value = ((int)(C0005400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0011143Null() { + this[this.tabletblGen2ImplicitFather.C0011143Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC0011144Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C0011144Column); } - if ((C0005700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[4].Value = ((int)(C0005700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC0011144Null() { + this[this.tabletblGen2ImplicitFather.C0011144Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC3070500Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C3070500Column); } - if ((C0577600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[5].Value = ((int)(C0577600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC3070500Null() { + this[this.tabletblGen2ImplicitFather.C3070500Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC3423600Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C3423600Column); } - if ((C0606300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[6].Value = ((int)(C0606300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC3423600Null() { + this[this.tabletblGen2ImplicitFather.C3423600Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC3601100Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C3601100Column); } - if ((C0606400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[7].Value = ((int)(C0606400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC3601100Null() { + this[this.tabletblGen2ImplicitFather.C3601100Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC3601700Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C3601700Column); } - if ((C0826400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[8].Value = ((int)(C0826400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC3601700Null() { + this[this.tabletblGen2ImplicitFather.C3601700Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC3601800Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C3601800Column); } - if ((C0826500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[9].Value = ((int)(C0826500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC3601800Null() { + this[this.tabletblGen2ImplicitFather.C3601800Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC3601900Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C3601900Column); } - if ((C1016700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[10].Value = ((int)(C1016700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC3601900Null() { + this[this.tabletblGen2ImplicitFather.C3601900Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC3605900Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C3605900Column); } - if ((C1016800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[11].Value = ((int)(C1016800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC3605900Null() { + this[this.tabletblGen2ImplicitFather.C3605900Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC3981100Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C3981100Column); } - if ((C1220200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[12].Value = ((int)(C1220200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC3981100Null() { + this[this.tabletblGen2ImplicitFather.C3981100Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC3981700Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C3981700Column); } - if ((C1220300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[13].Value = ((int)(C1220300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC3981700Null() { + this[this.tabletblGen2ImplicitFather.C3981700Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC3981800Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C3981800Column); } - if ((C1532700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[14].Value = ((int)(C1532700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC3981800Null() { + this[this.tabletblGen2ImplicitFather.C3981800Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC3981900Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C3981900Column); } - if ((C1532800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[15].Value = ((int)(C1532800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC3981900Null() { + this[this.tabletblGen2ImplicitFather.C3981900Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC5156100Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C5156100Column); } - if ((C1779300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[16].Value = ((int)(C1779300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC5156100Null() { + this[this.tabletblGen2ImplicitFather.C5156100Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC5525500Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C5525500Column); } - if ((C1779400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[17].Value = ((int)(C1779400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC5525500Null() { + this[this.tabletblGen2ImplicitFather.C5525500Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC5525600Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C5525600Column); } - if ((C2288500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[18].Value = ((int)(C2288500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC5525600Null() { + this[this.tabletblGen2ImplicitFather.C5525600Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC5525700Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C5525700Column); } - if ((C2288600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[19].Value = ((int)(C2288600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC5525700Null() { + this[this.tabletblGen2ImplicitFather.C5525700Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC5733200Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C5733200Column); } - if ((C2552300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[20].Value = ((int)(C2552300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC5733200Null() { + this[this.tabletblGen2ImplicitFather.C5733200Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC5801800Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C5801800Column); } - if ((C2820900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[21].Value = ((int)(C2820900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC5801800Null() { + this[this.tabletblGen2ImplicitFather.C5801800Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC5801900Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C5801900Column); } - if ((C3130400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[22].Value = ((int)(C3130400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC5801900Null() { + this[this.tabletblGen2ImplicitFather.C5801900Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC5802000Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C5802000Column); } - if ((C3553400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[23].Value = ((int)(C3553400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC5802000Null() { + this[this.tabletblGen2ImplicitFather.C5802000Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsC6006200Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.C6006200Column); } - if ((C3634500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[24].Value = ((int)(C3634500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetC6006200Null() { + this[this.tabletblGen2ImplicitFather.C6006200Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0003200Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0003200Column); } - if ((C3898000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[25].Value = ((int)(C3898000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0003200Null() { + this[this.tabletblGen2ImplicitFather.Y0003200Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0007300Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0007300Column); } - if ((C4013000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[26].Value = ((int)(C4013000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0007300Null() { + this[this.tabletblGen2ImplicitFather.Y0007300Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0007400Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0007400Column); } - if ((C5147900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[27].Value = ((int)(C5147900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0007400Null() { + this[this.tabletblGen2ImplicitFather.Y0007400Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0007600Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0007600Column); } - if ((Y0308300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[28].Value = ((int)(Y0308300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0007600Null() { + this[this.tabletblGen2ImplicitFather.Y0007600Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0007601Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0007601Column); } - if ((Y0308400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[29].Value = ((int)(Y0308400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0007601Null() { + this[this.tabletblGen2ImplicitFather.Y0007601Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0008000Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0008000Column); } - if ((Y0609600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[30].Value = ((int)(Y0609600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0008000Null() { + this[this.tabletblGen2ImplicitFather.Y0008000Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0008500Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0008500Column); } - if ((Y0609700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[31].Value = ((int)(Y0609700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0008500Null() { + this[this.tabletblGen2ImplicitFather.Y0008500Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0008600Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0008600Column); } - if ((Y0903900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[32].Value = ((int)(Y0903900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0008600Null() { + this[this.tabletblGen2ImplicitFather.Y0008600Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0009400Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0009400Column); } - if ((Y0904000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[33].Value = ((int)(Y0904000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0009400Null() { + this[this.tabletblGen2ImplicitFather.Y0009400Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0394100Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0394100Column); } - if ((Y1150800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[34].Value = ((int)(Y1150800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0394100Null() { + this[this.tabletblGen2ImplicitFather.Y0394100Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0394300Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0394300Column); } - if ((Y1150900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[35].Value = ((int)(Y1150900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0394300Null() { + this[this.tabletblGen2ImplicitFather.Y0394300Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0394500Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0394500Column); } - if ((Y1385800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[36].Value = ((int)(Y1385800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0394500Null() { + this[this.tabletblGen2ImplicitFather.Y0394500Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0394501Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0394501Column); } - if ((Y1385900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[37].Value = ((int)(Y1385900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0394501Null() { + this[this.tabletblGen2ImplicitFather.Y0394501Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0394900Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0394900Column); } - if ((Y1637500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[38].Value = ((int)(Y1637500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0394900Null() { + this[this.tabletblGen2ImplicitFather.Y0394900Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0651000Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0651000Column); } - if ((Y1637600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[39].Value = ((int)(Y1637600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0651000Null() { + this[this.tabletblGen2ImplicitFather.Y0651000Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0682500Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0682500Column); } - if ((Y1891100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[40].Value = ((int)(Y1891100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0682500Null() { + this[this.tabletblGen2ImplicitFather.Y0682500Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0683800Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0683800Column); } - if ((Y1891200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[41].Value = ((int)(Y1891200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0683800Null() { + this[this.tabletblGen2ImplicitFather.Y0683800Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0683900Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0683900Column); } - if ((Y2207000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[42].Value = ((int)(Y2207000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0683900Null() { + this[this.tabletblGen2ImplicitFather.Y0683900Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0684100Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0684100Column); } - if ((Y2207100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[43].Value = ((int)(Y2207100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0684100Null() { + this[this.tabletblGen2ImplicitFather.Y0684100Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0684101Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0684101Column); } - if ((Y2544700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[44].Value = ((int)(Y2544700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0684101Null() { + this[this.tabletblGen2ImplicitFather.Y0684101Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0684500Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0684500Column); } - if ((Y2544800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[45].Value = ((int)(Y2544800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0684500Null() { + this[this.tabletblGen2ImplicitFather.Y0684500Column] = global::System.Convert.DBNull; } - else { - this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0947100Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0947100Column); } - 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(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0947100Null() { + this[this.tabletblGen2ImplicitFather.Y0947100Column] = global::System.Convert.DBNull; } - try { - int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); - return returnValue; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0986200Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0986200Column); } - 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")] + public void SetY0986200Null() { + this[this.tabletblGen2ImplicitFather.Y0986200Column] = global::System.Convert.DBNull; } - } - - [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 C0000100, - global::System.Nullable C0000200, - global::System.Nullable C0005300, - global::System.Nullable C0005400, - global::System.Nullable C0005700, - global::System.Nullable C0577600, - global::System.Nullable C0606300, - global::System.Nullable C0606400, - global::System.Nullable C0826400, - global::System.Nullable C0826500, - global::System.Nullable C1016700, - global::System.Nullable C1016800, - global::System.Nullable C1220200, - global::System.Nullable C1220300, - global::System.Nullable C1532700, - global::System.Nullable C1532800, - global::System.Nullable C1779300, - global::System.Nullable C1779400, - global::System.Nullable C2288500, - global::System.Nullable C2288600, - global::System.Nullable C2552300, - global::System.Nullable C2820900, - global::System.Nullable C3130400, - global::System.Nullable C3553400, - global::System.Nullable C3634500, - global::System.Nullable C3898000, - global::System.Nullable C4013000, - global::System.Nullable C5147900, - global::System.Nullable Y0308300, - global::System.Nullable Y0308400, - global::System.Nullable Y0609600, - global::System.Nullable Y0609700, - global::System.Nullable Y0903900, - global::System.Nullable Y0904000, - global::System.Nullable Y1150800, - global::System.Nullable Y1150900, - global::System.Nullable Y1385800, - global::System.Nullable Y1385900, - global::System.Nullable Y1637500, - global::System.Nullable Y1637600, - global::System.Nullable Y1891100, - global::System.Nullable Y1891200, - global::System.Nullable Y2207000, - global::System.Nullable Y2207100, - global::System.Nullable Y2544700, - global::System.Nullable Y2544800, - int Original_C0000100, - global::System.Nullable Original_C0000200, - global::System.Nullable Original_C0005300, - global::System.Nullable Original_C0005400, - global::System.Nullable Original_C0005700, - global::System.Nullable Original_C0577600, - global::System.Nullable Original_C0606300, - global::System.Nullable Original_C0606400, - global::System.Nullable Original_C0826400, - global::System.Nullable Original_C0826500, - global::System.Nullable Original_C1016700, - global::System.Nullable Original_C1016800, - global::System.Nullable Original_C1220200, - global::System.Nullable Original_C1220300, - global::System.Nullable Original_C1532700, - global::System.Nullable Original_C1532800, - global::System.Nullable Original_C1779300, - global::System.Nullable Original_C1779400, - global::System.Nullable Original_C2288500, - global::System.Nullable Original_C2288600, - global::System.Nullable Original_C2552300, - global::System.Nullable Original_C2820900, - global::System.Nullable Original_C3130400, - global::System.Nullable Original_C3553400, - global::System.Nullable Original_C3634500, - global::System.Nullable Original_C3898000, - global::System.Nullable Original_C4013000, - global::System.Nullable Original_C5147900, - global::System.Nullable Original_Y0308300, - global::System.Nullable Original_Y0308400, - global::System.Nullable Original_Y0609600, - global::System.Nullable Original_Y0609700, - global::System.Nullable Original_Y0903900, - global::System.Nullable Original_Y0904000, - global::System.Nullable Original_Y1150800, - global::System.Nullable Original_Y1150900, - global::System.Nullable Original_Y1385800, - global::System.Nullable Original_Y1385900, - global::System.Nullable Original_Y1637500, - global::System.Nullable Original_Y1637600, - global::System.Nullable Original_Y1891100, - global::System.Nullable Original_Y1891200, - global::System.Nullable Original_Y2207000, - global::System.Nullable Original_Y2207100, - global::System.Nullable Original_Y2544700, - global::System.Nullable Original_Y2544800) { - this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(C0000100)); - if ((C0000200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(C0000200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0986700Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0986700Column); } - else { - this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0986700Null() { + this[this.tabletblGen2ImplicitFather.Y0986700Column] = global::System.Convert.DBNull; } - if ((C0005300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(C0005300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0988800Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0988800Column); } - else { - this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0988800Null() { + this[this.tabletblGen2ImplicitFather.Y0988800Column] = global::System.Convert.DBNull; } - if ((C0005400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(C0005400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0988900Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0988900Column); } - else { - this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0988900Null() { + this[this.tabletblGen2ImplicitFather.Y0988900Column] = global::System.Convert.DBNull; } - if ((C0005700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(C0005700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0989400Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0989400Column); } - else { - this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0989400Null() { + this[this.tabletblGen2ImplicitFather.Y0989400Column] = global::System.Convert.DBNull; } - if ((C0577600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(C0577600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0989401Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0989401Column); } - else { - this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0989401Null() { + this[this.tabletblGen2ImplicitFather.Y0989401Column] = global::System.Convert.DBNull; } - if ((C0606300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(C0606300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY0989900Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y0989900Column); } - else { - this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY0989900Null() { + this[this.tabletblGen2ImplicitFather.Y0989900Column] = global::System.Convert.DBNull; } - if ((C0606400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(C0606400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY1229100Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y1229100Column); } - else { - this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY1229100Null() { + this[this.tabletblGen2ImplicitFather.Y1229100Column] = global::System.Convert.DBNull; } - if ((C0826400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(C0826400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY1229200Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y1229200Column); } - else { - this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY1229200Null() { + this[this.tabletblGen2ImplicitFather.Y1229200Column] = global::System.Convert.DBNull; } - if ((C0826500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(C0826500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY1229700Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y1229700Column); } - else { - this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY1229700Null() { + this[this.tabletblGen2ImplicitFather.Y1229700Column] = global::System.Convert.DBNull; } - if ((C1016700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(C1016700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY1229701Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y1229701Column); } - else { - this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY1229701Null() { + this[this.tabletblGen2ImplicitFather.Y1229701Column] = global::System.Convert.DBNull; } - if ((C1016800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(C1016800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY1264300Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y1264300Column); } - else { - this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY1264300Null() { + this[this.tabletblGen2ImplicitFather.Y1264300Column] = global::System.Convert.DBNull; } - if ((C1220200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(C1220200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY1265300Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y1265300Column); } - else { - this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY1265300Null() { + this[this.tabletblGen2ImplicitFather.Y1265300Column] = global::System.Convert.DBNull; } - if ((C1220300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(C1220300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY1458900Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y1458900Column); } - else { - this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY1458900Null() { + this[this.tabletblGen2ImplicitFather.Y1458900Column] = global::System.Convert.DBNull; } - if ((C1532700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(C1532700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY1459400Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y1459400Column); } - else { - this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY1459400Null() { + this[this.tabletblGen2ImplicitFather.Y1459400Column] = global::System.Convert.DBNull; } - if ((C1532800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(C1532800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY1459401Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y1459401Column); } - else { - this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY1459401Null() { + this[this.tabletblGen2ImplicitFather.Y1459401Column] = global::System.Convert.DBNull; } - if ((C1779300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(C1779300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY1629500Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y1629500Column); } - else { - this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY1629500Null() { + this[this.tabletblGen2ImplicitFather.Y1629500Column] = global::System.Convert.DBNull; } - if ((C1779400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(C1779400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY1704000Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y1704000Column); } - else { - this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY1704000Null() { + this[this.tabletblGen2ImplicitFather.Y1704000Column] = global::System.Convert.DBNull; } - if ((C2288500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(C2288500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY1704500Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y1704500Column); } - else { - this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY1704500Null() { + this[this.tabletblGen2ImplicitFather.Y1704500Column] = global::System.Convert.DBNull; } - if ((C2288600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(C2288600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY1704501Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y1704501Column); } - else { - this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY1704501Null() { + this[this.tabletblGen2ImplicitFather.Y1704501Column] = global::System.Convert.DBNull; } - if ((C2552300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(C2552300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY1707300Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y1707300Column); } - else { - this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY1707300Null() { + this[this.tabletblGen2ImplicitFather.Y1707300Column] = global::System.Convert.DBNull; } - if ((C2820900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(C2820900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY1883300Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y1883300Column); } - else { - this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY1883300Null() { + this[this.tabletblGen2ImplicitFather.Y1883300Column] = global::System.Convert.DBNull; } - if ((C3130400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[22].Value = ((int)(C3130400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY1989500Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y1989500Column); } - else { - this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY1989500Null() { + this[this.tabletblGen2ImplicitFather.Y1989500Column] = global::System.Convert.DBNull; } - if ((C3553400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(C3553400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY1990000Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y1990000Column); } - else { - this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY1990000Null() { + this[this.tabletblGen2ImplicitFather.Y1990000Column] = global::System.Convert.DBNull; } - if ((C3634500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[24].Value = ((int)(C3634500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY1990001Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y1990001Column); } - else { - this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY1990001Null() { + this[this.tabletblGen2ImplicitFather.Y1990001Column] = global::System.Convert.DBNull; } - if ((C3898000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(C3898000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY1992900Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y1992900Column); } - else { - this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY1992900Null() { + this[this.tabletblGen2ImplicitFather.Y1992900Column] = global::System.Convert.DBNull; } - if ((C4013000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[26].Value = ((int)(C4013000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY2197500Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y2197500Column); } - else { - this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY2197500Null() { + this[this.tabletblGen2ImplicitFather.Y2197500Column] = global::System.Convert.DBNull; } - if ((C5147900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(C5147900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY2308300Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y2308300Column); } - else { - this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY2308300Null() { + this[this.tabletblGen2ImplicitFather.Y2308300Column] = global::System.Convert.DBNull; } - if ((Y0308300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[28].Value = ((int)(Y0308300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY2308800Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y2308800Column); } - else { - this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY2308800Null() { + this[this.tabletblGen2ImplicitFather.Y2308800Column] = global::System.Convert.DBNull; } - if ((Y0308400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(Y0308400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY2308801Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y2308801Column); } - else { - this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY2308801Null() { + this[this.tabletblGen2ImplicitFather.Y2308801Column] = global::System.Convert.DBNull; } - if ((Y0609600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(Y0609600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY2311700Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y2311700Column); } - else { - this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY2311700Null() { + this[this.tabletblGen2ImplicitFather.Y2311700Column] = global::System.Convert.DBNull; } - if ((Y0609700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(Y0609700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY2531800Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y2531800Column); } - else { - this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY2531800Null() { + this[this.tabletblGen2ImplicitFather.Y2531800Column] = global::System.Convert.DBNull; } - if ((Y0903900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[32].Value = ((int)(Y0903900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY2641000Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y2641000Column); } - else { - this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY2641000Null() { + this[this.tabletblGen2ImplicitFather.Y2641000Column] = global::System.Convert.DBNull; } - if ((Y0904000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(Y0904000.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY2641500Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y2641500Column); } - else { - this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY2641500Null() { + this[this.tabletblGen2ImplicitFather.Y2641500Column] = global::System.Convert.DBNull; } - if ((Y1150800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[34].Value = ((int)(Y1150800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY2641501Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y2641501Column); } - else { - this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY2641501Null() { + this[this.tabletblGen2ImplicitFather.Y2641501Column] = global::System.Convert.DBNull; } - if ((Y1150900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(Y1150900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY2644400Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y2644400Column); } - else { - this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY2644400Null() { + this[this.tabletblGen2ImplicitFather.Y2644400Column] = global::System.Convert.DBNull; } - if ((Y1385800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[36].Value = ((int)(Y1385800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY2880000Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y2880000Column); } - else { - this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY2880000Null() { + this[this.tabletblGen2ImplicitFather.Y2880000Column] = global::System.Convert.DBNull; } - if ((Y1385900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(Y1385900.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY2998200Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y2998200Column); } - else { - this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY2998200Null() { + this[this.tabletblGen2ImplicitFather.Y2998200Column] = global::System.Convert.DBNull; } - if ((Y1637500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[38].Value = ((int)(Y1637500.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY2998700Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y2998700Column); } - else { - this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY2998700Null() { + this[this.tabletblGen2ImplicitFather.Y2998700Column] = global::System.Convert.DBNull; } - if ((Y1637600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[39].Value = ((int)(Y1637600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY2998701Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y2998701Column); } - else { - this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY2998701Null() { + this[this.tabletblGen2ImplicitFather.Y2998701Column] = global::System.Convert.DBNull; } - if ((Y1891100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[40].Value = ((int)(Y1891100.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY3001600Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y3001600Column); } - else { - this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY3001600Null() { + this[this.tabletblGen2ImplicitFather.Y3001600Column] = global::System.Convert.DBNull; } - if ((Y1891200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[41].Value = ((int)(Y1891200.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool IsY3249900Null() { + return this.IsNull(this.tabletblGen2ImplicitFather.Y3249900Column); } - else { - this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void SetY3249900Null() { + this[this.tabletblGen2ImplicitFather.Y3249900Column] = global::System.Convert.DBNull; } - if ((Y2207000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[42].Value = ((int)(Y2207000.Value)); + } + + /// + ///Row event argument class + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public class tblLinks2004Gen2RowChangeEvent : global::System.EventArgs { + + private tblLinks2004Gen2Row 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 tblLinks2004Gen2RowChangeEvent(tblLinks2004Gen2Row row, global::System.Data.DataRowAction action) { + this.eventRow = row; + this.eventAction = action; } - else { - this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public tblLinks2004Gen2Row Row { + get { + return this.eventRow; + } } - if ((Y2207100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[43].Value = ((int)(Y2207100.Value)); + + [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; + } } - else { - this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; + } + + /// + ///Row event argument class + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public class tblGen1OutcomesRowChangeEvent : global::System.EventArgs { + + private tblGen1OutcomesRow 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 tblGen1OutcomesRowChangeEvent(tblGen1OutcomesRow row, global::System.Data.DataRowAction action) { + this.eventRow = row; + this.eventAction = action; } - if ((Y2544700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[44].Value = ((int)(Y2544700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public tblGen1OutcomesRow Row { + get { + return this.eventRow; + } } - else { - this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value; + + [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; + } } - if ((Y2544800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[45].Value = ((int)(Y2544800.Value)); + } + + /// + ///Row event argument class + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public class tblGen2OutcomesHeightRowChangeEvent : global::System.EventArgs { + + private tblGen2OutcomesHeightRow 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 tblGen2OutcomesHeightRowChangeEvent(tblGen2OutcomesHeightRow row, global::System.Data.DataRowAction action) { + this.eventRow = row; + this.eventAction = action; } - else { - this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public tblGen2OutcomesHeightRow Row { + get { + return this.eventRow; + } } - this.Adapter.UpdateCommand.Parameters[46].Value = ((int)(Original_C0000100)); - if ((Original_C0000200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[47].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[48].Value = ((int)(Original_C0000200.Value)); + + [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; + } } - else { - this.Adapter.UpdateCommand.Parameters[47].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value; + } + + /// + ///Row event argument class + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public class tblGen1ExplicitRowChangeEvent : global::System.EventArgs { + + private tblGen1ExplicitRow 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 tblGen1ExplicitRowChangeEvent(tblGen1ExplicitRow row, global::System.Data.DataRowAction action) { + this.eventRow = row; + this.eventAction = action; } - if ((Original_C0005300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[49].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[50].Value = ((int)(Original_C0005300.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public tblGen1ExplicitRow Row { + get { + return this.eventRow; + } } - else { - this.Adapter.UpdateCommand.Parameters[49].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value; + + [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; + } } - if ((Original_C0005400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[51].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[52].Value = ((int)(Original_C0005400.Value)); + } + + /// + ///Row event argument class + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public class tblGen1ImplicitRowChangeEvent : global::System.EventArgs { + + private tblGen1ImplicitRow 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 tblGen1ImplicitRowChangeEvent(tblGen1ImplicitRow row, global::System.Data.DataRowAction action) { + this.eventRow = row; + this.eventAction = action; } - else { - this.Adapter.UpdateCommand.Parameters[51].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public tblGen1ImplicitRow Row { + get { + return this.eventRow; + } } - if ((Original_C0005700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[53].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[54].Value = ((int)(Original_C0005700.Value)); + + [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; + } } - else { - this.Adapter.UpdateCommand.Parameters[53].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value; + } + + /// + ///Row event argument class + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public class tblGen2OutcomesWeightRowChangeEvent : global::System.EventArgs { + + private tblGen2OutcomesWeightRow 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 tblGen2OutcomesWeightRowChangeEvent(tblGen2OutcomesWeightRow row, global::System.Data.DataRowAction action) { + this.eventRow = row; + this.eventAction = action; } - if ((Original_C0577600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[55].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[56].Value = ((int)(Original_C0577600.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public tblGen2OutcomesWeightRow Row { + get { + return this.eventRow; + } } - else { - this.Adapter.UpdateCommand.Parameters[55].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value; + + [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; + } } - if ((Original_C0606300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[57].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[58].Value = ((int)(Original_C0606300.Value)); + } + + /// + ///Row event argument class + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public class tblLinks2004Gen1RowChangeEvent : global::System.EventArgs { + + private tblLinks2004Gen1Row 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 tblLinks2004Gen1RowChangeEvent(tblLinks2004Gen1Row row, global::System.Data.DataRowAction action) { + this.eventRow = row; + this.eventAction = action; } - else { - this.Adapter.UpdateCommand.Parameters[57].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public tblLinks2004Gen1Row Row { + get { + return this.eventRow; + } } - if ((Original_C0606400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[59].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[60].Value = ((int)(Original_C0606400.Value)); + + [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; + } } - else { - this.Adapter.UpdateCommand.Parameters[59].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value; + } + + /// + ///Row event argument class + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public class tblGen2OutcomesMathRowChangeEvent : global::System.EventArgs { + + private tblGen2OutcomesMathRow 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 tblGen2OutcomesMathRowChangeEvent(tblGen2OutcomesMathRow row, global::System.Data.DataRowAction action) { + this.eventRow = row; + this.eventAction = action; } - if ((Original_C0826400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[61].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[62].Value = ((int)(Original_C0826400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public tblGen2OutcomesMathRow Row { + get { + return this.eventRow; + } } - else { - this.Adapter.UpdateCommand.Parameters[61].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value; + + [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; + } } - if ((Original_C0826500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[63].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[64].Value = ((int)(Original_C0826500.Value)); + } + + /// + ///Row event argument class + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public class tblGen1GeocodeSanitizedRowChangeEvent : global::System.EventArgs { + + private tblGen1GeocodeSanitizedRow 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 tblGen1GeocodeSanitizedRowChangeEvent(tblGen1GeocodeSanitizedRow row, global::System.Data.DataRowAction action) { + this.eventRow = row; + this.eventAction = action; } - else { - this.Adapter.UpdateCommand.Parameters[63].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public tblGen1GeocodeSanitizedRow Row { + get { + return this.eventRow; + } } - if ((Original_C1016700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[65].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[66].Value = ((int)(Original_C1016700.Value)); + + [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; + } } - else { - this.Adapter.UpdateCommand.Parameters[65].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value; + } + + /// + ///Row event argument class + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public class tblRosterGen1AssignmentRowChangeEvent : global::System.EventArgs { + + private tblRosterGen1AssignmentRow 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 tblRosterGen1AssignmentRowChangeEvent(tblRosterGen1AssignmentRow row, global::System.Data.DataRowAction action) { + this.eventRow = row; + this.eventAction = action; } - if ((Original_C1016800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[67].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[68].Value = ((int)(Original_C1016800.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public tblRosterGen1AssignmentRow Row { + get { + return this.eventRow; + } } - else { - this.Adapter.UpdateCommand.Parameters[67].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value; + + [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; + } } - if ((Original_C1220200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[69].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[70].Value = ((int)(Original_C1220200.Value)); + } + + /// + ///Row event argument class + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public class tblGen2LinksRowChangeEvent : global::System.EventArgs { + + private tblGen2LinksRow 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 tblGen2LinksRowChangeEvent(tblGen2LinksRow row, global::System.Data.DataRowAction action) { + this.eventRow = row; + this.eventAction = action; } - else { - this.Adapter.UpdateCommand.Parameters[69].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public tblGen2LinksRow Row { + get { + return this.eventRow; + } } - if ((Original_C1220300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[71].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[72].Value = ((int)(Original_C1220300.Value)); + + [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; + } } - else { - this.Adapter.UpdateCommand.Parameters[71].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[72].Value = global::System.DBNull.Value; + } + + /// + ///Row event argument class + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public class tblGen1LinksRowChangeEvent : global::System.EventArgs { + + private tblGen1LinksRow 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 tblGen1LinksRowChangeEvent(tblGen1LinksRow row, global::System.Data.DataRowAction action) { + this.eventRow = row; + this.eventAction = action; } - if ((Original_C1532700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[73].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[74].Value = ((int)(Original_C1532700.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public tblGen1LinksRow Row { + get { + return this.eventRow; + } } - else { - this.Adapter.UpdateCommand.Parameters[73].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[74].Value = global::System.DBNull.Value; + + [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; + } } - if ((Original_C1532800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[75].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[76].Value = ((int)(Original_C1532800.Value)); + } + + /// + ///Row event argument class + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public class tblGen2LinksFromGen1RowChangeEvent : global::System.EventArgs { + + private tblGen2LinksFromGen1Row 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 tblGen2LinksFromGen1RowChangeEvent(tblGen2LinksFromGen1Row row, global::System.Data.DataRowAction action) { + this.eventRow = row; + this.eventAction = action; } - else { - this.Adapter.UpdateCommand.Parameters[75].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[76].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public tblGen2LinksFromGen1Row Row { + get { + return this.eventRow; + } } - if ((Original_C1779300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[77].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[78].Value = ((int)(Original_C1779300.Value)); + + [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; + } } - else { - this.Adapter.UpdateCommand.Parameters[77].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[78].Value = global::System.DBNull.Value; + } + + /// + ///Row event argument class + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public class tblGen2FatherFromGen1RowChangeEvent : global::System.EventArgs { + + private tblGen2FatherFromGen1Row 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 tblGen2FatherFromGen1RowChangeEvent(tblGen2FatherFromGen1Row row, global::System.Data.DataRowAction action) { + this.eventRow = row; + this.eventAction = action; } - if ((Original_C1779400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[79].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[80].Value = ((int)(Original_C1779400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[79].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[80].Value = global::System.DBNull.Value; - } - if ((Original_C2288500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[81].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[82].Value = ((int)(Original_C2288500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[81].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[82].Value = global::System.DBNull.Value; - } - if ((Original_C2288600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[83].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[84].Value = ((int)(Original_C2288600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[83].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[84].Value = global::System.DBNull.Value; - } - if ((Original_C2552300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[85].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[86].Value = ((int)(Original_C2552300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[85].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[86].Value = global::System.DBNull.Value; - } - if ((Original_C2820900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[87].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[88].Value = ((int)(Original_C2820900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[87].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[88].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public tblGen2FatherFromGen1Row Row { + get { + return this.eventRow; + } } - if ((Original_C3130400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[89].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[90].Value = ((int)(Original_C3130400.Value)); + + [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; + } } - else { - this.Adapter.UpdateCommand.Parameters[89].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[90].Value = global::System.DBNull.Value; + } + + /// + ///Row event argument class + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public class tblGen2FatherFromGen1DeathRowChangeEvent : global::System.EventArgs { + + private tblGen2FatherFromGen1DeathRow 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 tblGen2FatherFromGen1DeathRowChangeEvent(tblGen2FatherFromGen1DeathRow row, global::System.Data.DataRowAction action) { + this.eventRow = row; + this.eventAction = action; } - if ((Original_C3553400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[91].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[92].Value = ((int)(Original_C3553400.Value)); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public tblGen2FatherFromGen1DeathRow Row { + get { + return this.eventRow; + } } - else { - this.Adapter.UpdateCommand.Parameters[91].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[92].Value = global::System.DBNull.Value; + + [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; + } } - if ((Original_C3634500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[93].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[94].Value = ((int)(Original_C3634500.Value)); + } + + /// + ///Row event argument class + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public class tblGen2ImplicitFatherRowChangeEvent : global::System.EventArgs { + + private tblGen2ImplicitFatherRow 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 tblGen2ImplicitFatherRowChangeEvent(tblGen2ImplicitFatherRow row, global::System.Data.DataRowAction action) { + this.eventRow = row; + this.eventAction = action; } - else { - this.Adapter.UpdateCommand.Parameters[93].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[94].Value = global::System.DBNull.Value; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public tblGen2ImplicitFatherRow Row { + get { + return this.eventRow; + } } - if ((Original_C3898000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[95].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[96].Value = ((int)(Original_C3898000.Value)); + + [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; + } } - else { - this.Adapter.UpdateCommand.Parameters[95].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[96].Value = global::System.DBNull.Value; + } + } +} +namespace Nls.Base79.ImportDataSetTableAdapters { + + + /// + ///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 tblLinks2004Gen2TableAdapter : 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 tblLinks2004Gen2TableAdapter() { + 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; } - if ((Original_C4013000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[97].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[98].Value = ((int)(Original_C4013000.Value)); + } + + [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; } - else { - this.Adapter.UpdateCommand.Parameters[97].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[98].Value = global::System.DBNull.Value; + 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; + } + } } - if ((Original_C5147900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[99].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[100].Value = ((int)(Original_C5147900.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; } - else { - this.Adapter.UpdateCommand.Parameters[99].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[100].Value = global::System.DBNull.Value; + 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; + } } - if ((Original_Y0308300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[101].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[102].Value = ((int)(Original_Y0308300.Value)); + } + + [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; } - else { - this.Adapter.UpdateCommand.Parameters[101].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[102].Value = global::System.DBNull.Value; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool ClearBeforeFill { + get { + return this._clearBeforeFill; } - if ((Original_Y0308400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[103].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[104].Value = ((int)(Original_Y0308400.Value)); + set { + this._clearBeforeFill = value; } - else { - this.Adapter.UpdateCommand.Parameters[103].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[104].Value = global::System.DBNull.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 = "tblLinks2004Gen2"; + tableMapping.ColumnMappings.Add("ID1", "ID1"); + tableMapping.ColumnMappings.Add("ID2", "ID2"); + tableMapping.ColumnMappings.Add("Sex1", "Sex1"); + tableMapping.ColumnMappings.Add("Sex2", "Sex2"); + tableMapping.ColumnMappings.Add("RecommendedRelatedness", "RecommendedRelatedness"); + 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 [Extract].[tblLinks2004Gen2] WHERE (([ID1] = @Original_ID1) AND ([ID2] = @Original_ID2) AND ((@IsNull_Sex1 = 1 AND [Sex1] IS NULL) OR ([Sex1] = @Original_Sex1)) AND ((@IsNull_Sex2 = 1 AND [Sex2] IS NULL) OR ([Sex2] = @Original_Sex2)) AND ((@IsNull_RecommendedRelatedness = 1 AND [RecommendedRelatedness] IS NULL) OR ([RecommendedRelatedness] = @Original_RecommendedRelatedness)))"; + this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ID1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ID2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Sex1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sex1", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Sex2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sex2", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_RecommendedRelatedness", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RecommendedRelatedness", global::System.Data.SqlDbType.Real, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", 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 [Extract].[tblLinks2004Gen2] ([ID1], [ID2], [Sex1], [Sex2], [RecommendedRelatedness]) VALUES (@ID1, @ID2, @Sex1, @Sex2, @RecommendedRelatedness); +SELECT ID1, ID2, Sex1, Sex2, RecommendedRelatedness FROM Extract.tblLinks2004Gen2 WHERE (ID1 = @ID1) AND (ID2 = @ID2)"; + this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sex1", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sex2", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RecommendedRelatedness", global::System.Data.SqlDbType.Real, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", 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 [Extract].[tblLinks2004Gen2] SET [ID1] = @ID1, [ID2] = @ID2, [Sex1] = @Sex1, [Sex2] = @Sex2, [RecommendedRelatedness] = @RecommendedRelatedness WHERE (([ID1] = @Original_ID1) AND ([ID2] = @Original_ID2) AND ((@IsNull_Sex1 = 1 AND [Sex1] IS NULL) OR ([Sex1] = @Original_Sex1)) AND ((@IsNull_Sex2 = 1 AND [Sex2] IS NULL) OR ([Sex2] = @Original_Sex2)) AND ((@IsNull_RecommendedRelatedness = 1 AND [RecommendedRelatedness] IS NULL) OR ([RecommendedRelatedness] = @Original_RecommendedRelatedness))); +SELECT ID1, ID2, Sex1, Sex2, RecommendedRelatedness FROM Extract.tblLinks2004Gen2 WHERE (ID1 = @ID1) AND (ID2 = @ID2)"; + this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sex1", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sex2", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RecommendedRelatedness", global::System.Data.SqlDbType.Real, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ID1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ID2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Sex1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sex1", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Sex2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sex2", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_RecommendedRelatedness", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RecommendedRelatedness", global::System.Data.SqlDbType.Real, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", 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::Nls.Base79.Properties.Settings.Default.Nlsy79ConnectionStringBase; + } + + [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 ID1, ID2, Sex1, Sex2, RecommendedRelatedness FROM Extract.tblLinks2004Gen2" + + ""; + 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(ImportDataSet.tblLinks2004Gen2DataTable dataTable) { + this.Adapter.SelectCommand = this.CommandCollection[0]; + if ((this.ClearBeforeFill == true)) { + dataTable.Clear(); } - if ((Original_Y0609600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[105].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[106].Value = ((int)(Original_Y0609600.Value)); + 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 ImportDataSet.tblLinks2004Gen2DataTable GetData() { + this.Adapter.SelectCommand = this.CommandCollection[0]; + ImportDataSet.tblLinks2004Gen2DataTable dataTable = new ImportDataSet.tblLinks2004Gen2DataTable(); + 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(ImportDataSet.tblLinks2004Gen2DataTable 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(ImportDataSet dataSet) { + return this.Adapter.Update(dataSet, "tblLinks2004Gen2"); + } + + [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(int Original_ID1, int Original_ID2, global::System.Nullable Original_Sex1, global::System.Nullable Original_Sex2, global::System.Nullable Original_RecommendedRelatedness) { + this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_ID1)); + this.Adapter.DeleteCommand.Parameters[1].Value = ((int)(Original_ID2)); + if ((Original_Sex1.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[3].Value = ((byte)(Original_Sex1.Value)); } else { - this.Adapter.UpdateCommand.Parameters[105].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[106].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[3].Value = global::System.DBNull.Value; } - if ((Original_Y0609700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[107].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[108].Value = ((int)(Original_Y0609700.Value)); + if ((Original_Sex2.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[5].Value = ((byte)(Original_Sex2.Value)); } else { - this.Adapter.UpdateCommand.Parameters[107].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[108].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((Original_Y0903900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[109].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[110].Value = ((int)(Original_Y0903900.Value)); + if ((Original_RecommendedRelatedness.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[7].Value = ((float)(Original_RecommendedRelatedness.Value)); } else { - this.Adapter.UpdateCommand.Parameters[109].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[110].Value = global::System.DBNull.Value; - } - if ((Original_Y0904000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[111].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[112].Value = ((int)(Original_Y0904000.Value)); + this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[7].Value = global::System.DBNull.Value; } - else { - this.Adapter.UpdateCommand.Parameters[111].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[112].Value = global::System.DBNull.Value; + 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(); } - if ((Original_Y1150800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[113].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[114].Value = ((int)(Original_Y1150800.Value)); + try { + int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); + return returnValue; } - else { - this.Adapter.UpdateCommand.Parameters[113].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[114].Value = global::System.DBNull.Value; + finally { + if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { + this.Adapter.DeleteCommand.Connection.Close(); + } } - if ((Original_Y1150900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[115].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[116].Value = ((int)(Original_Y1150900.Value)); + } + + [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(int ID1, int ID2, global::System.Nullable Sex1, global::System.Nullable Sex2, global::System.Nullable RecommendedRelatedness) { + this.Adapter.InsertCommand.Parameters[0].Value = ((int)(ID1)); + this.Adapter.InsertCommand.Parameters[1].Value = ((int)(ID2)); + if ((Sex1.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[2].Value = ((byte)(Sex1.Value)); } else { - this.Adapter.UpdateCommand.Parameters[115].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[116].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((Original_Y1385800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[117].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[118].Value = ((int)(Original_Y1385800.Value)); + if ((Sex2.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[3].Value = ((byte)(Sex2.Value)); } else { - this.Adapter.UpdateCommand.Parameters[117].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[118].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; } - if ((Original_Y1385900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[119].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[120].Value = ((int)(Original_Y1385900.Value)); + if ((RecommendedRelatedness.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[4].Value = ((float)(RecommendedRelatedness.Value)); } else { - this.Adapter.UpdateCommand.Parameters[119].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[120].Value = global::System.DBNull.Value; - } - if ((Original_Y1637500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[121].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[122].Value = ((int)(Original_Y1637500.Value)); + this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; } - else { - this.Adapter.UpdateCommand.Parameters[121].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[122].Value = global::System.DBNull.Value; + 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(); } - if ((Original_Y1637600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[123].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[124].Value = ((int)(Original_Y1637600.Value)); + try { + int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); + return returnValue; } - else { - this.Adapter.UpdateCommand.Parameters[123].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[124].Value = global::System.DBNull.Value; + finally { + if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { + this.Adapter.InsertCommand.Connection.Close(); + } } - if ((Original_Y1891100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[125].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[126].Value = ((int)(Original_Y1891100.Value)); + } + + [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 ID1, int ID2, global::System.Nullable Sex1, global::System.Nullable Sex2, global::System.Nullable RecommendedRelatedness, int Original_ID1, int Original_ID2, global::System.Nullable Original_Sex1, global::System.Nullable Original_Sex2, global::System.Nullable Original_RecommendedRelatedness) { + this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(ID1)); + this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(ID2)); + if ((Sex1.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2].Value = ((byte)(Sex1.Value)); } else { - this.Adapter.UpdateCommand.Parameters[125].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[126].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((Original_Y1891200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[127].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[128].Value = ((int)(Original_Y1891200.Value)); + if ((Sex2.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[3].Value = ((byte)(Sex2.Value)); } else { - this.Adapter.UpdateCommand.Parameters[127].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[128].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; } - if ((Original_Y2207000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[129].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[130].Value = ((int)(Original_Y2207000.Value)); + if ((RecommendedRelatedness.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[4].Value = ((float)(RecommendedRelatedness.Value)); } else { - this.Adapter.UpdateCommand.Parameters[129].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[130].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((Original_Y2207100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[131].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[132].Value = ((int)(Original_Y2207100.Value)); + this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(Original_ID1)); + this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(Original_ID2)); + if ((Original_Sex1.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[7].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[8].Value = ((byte)(Original_Sex1.Value)); } else { - this.Adapter.UpdateCommand.Parameters[131].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[132].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[7].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((Original_Y2544700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[133].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[134].Value = ((int)(Original_Y2544700.Value)); + if ((Original_Sex2.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[9].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[10].Value = ((byte)(Original_Sex2.Value)); } else { - this.Adapter.UpdateCommand.Parameters[133].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[134].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[9].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((Original_Y2544800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[135].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[136].Value = ((int)(Original_Y2544800.Value)); + if ((Original_RecommendedRelatedness.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[11].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[12].Value = ((float)(Original_RecommendedRelatedness.Value)); } else { - this.Adapter.UpdateCommand.Parameters[135].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[136].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[11].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; } global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State; if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) @@ -94656,99 +94635,8 @@ public virtual int Update( [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( - global::System.Nullable C0000200, - global::System.Nullable C0005300, - global::System.Nullable C0005400, - global::System.Nullable C0005700, - global::System.Nullable C0577600, - global::System.Nullable C0606300, - global::System.Nullable C0606400, - global::System.Nullable C0826400, - global::System.Nullable C0826500, - global::System.Nullable C1016700, - global::System.Nullable C1016800, - global::System.Nullable C1220200, - global::System.Nullable C1220300, - global::System.Nullable C1532700, - global::System.Nullable C1532800, - global::System.Nullable C1779300, - global::System.Nullable C1779400, - global::System.Nullable C2288500, - global::System.Nullable C2288600, - global::System.Nullable C2552300, - global::System.Nullable C2820900, - global::System.Nullable C3130400, - global::System.Nullable C3553400, - global::System.Nullable C3634500, - global::System.Nullable C3898000, - global::System.Nullable C4013000, - global::System.Nullable C5147900, - global::System.Nullable Y0308300, - global::System.Nullable Y0308400, - global::System.Nullable Y0609600, - global::System.Nullable Y0609700, - global::System.Nullable Y0903900, - global::System.Nullable Y0904000, - global::System.Nullable Y1150800, - global::System.Nullable Y1150900, - global::System.Nullable Y1385800, - global::System.Nullable Y1385900, - global::System.Nullable Y1637500, - global::System.Nullable Y1637600, - global::System.Nullable Y1891100, - global::System.Nullable Y1891200, - global::System.Nullable Y2207000, - global::System.Nullable Y2207100, - global::System.Nullable Y2544700, - global::System.Nullable Y2544800, - int Original_C0000100, - global::System.Nullable Original_C0000200, - global::System.Nullable Original_C0005300, - global::System.Nullable Original_C0005400, - global::System.Nullable Original_C0005700, - global::System.Nullable Original_C0577600, - global::System.Nullable Original_C0606300, - global::System.Nullable Original_C0606400, - global::System.Nullable Original_C0826400, - global::System.Nullable Original_C0826500, - global::System.Nullable Original_C1016700, - global::System.Nullable Original_C1016800, - global::System.Nullable Original_C1220200, - global::System.Nullable Original_C1220300, - global::System.Nullable Original_C1532700, - global::System.Nullable Original_C1532800, - global::System.Nullable Original_C1779300, - global::System.Nullable Original_C1779400, - global::System.Nullable Original_C2288500, - global::System.Nullable Original_C2288600, - global::System.Nullable Original_C2552300, - global::System.Nullable Original_C2820900, - global::System.Nullable Original_C3130400, - global::System.Nullable Original_C3553400, - global::System.Nullable Original_C3634500, - global::System.Nullable Original_C3898000, - global::System.Nullable Original_C4013000, - global::System.Nullable Original_C5147900, - global::System.Nullable Original_Y0308300, - global::System.Nullable Original_Y0308400, - global::System.Nullable Original_Y0609600, - global::System.Nullable Original_Y0609700, - global::System.Nullable Original_Y0903900, - global::System.Nullable Original_Y0904000, - global::System.Nullable Original_Y1150800, - global::System.Nullable Original_Y1150900, - global::System.Nullable Original_Y1385800, - global::System.Nullable Original_Y1385900, - global::System.Nullable Original_Y1637500, - global::System.Nullable Original_Y1637600, - global::System.Nullable Original_Y1891100, - global::System.Nullable Original_Y1891200, - global::System.Nullable Original_Y2207000, - global::System.Nullable Original_Y2207100, - global::System.Nullable Original_Y2544700, - global::System.Nullable Original_Y2544800) { - return this.Update(Original_C0000100, C0000200, C0005300, C0005400, C0005700, C0577600, C0606300, C0606400, C0826400, C0826500, C1016700, C1016800, C1220200, C1220300, C1532700, C1532800, C1779300, C1779400, C2288500, C2288600, C2552300, C2820900, C3130400, C3553400, C3634500, C3898000, C4013000, C5147900, Y0308300, Y0308400, Y0609600, Y0609700, Y0903900, Y0904000, Y1150800, Y1150900, Y1385800, Y1385900, Y1637500, Y1637600, Y1891100, Y1891200, Y2207000, Y2207100, Y2544700, Y2544800, Original_C0000100, Original_C0000200, Original_C0005300, Original_C0005400, Original_C0005700, Original_C0577600, Original_C0606300, Original_C0606400, Original_C0826400, Original_C0826500, Original_C1016700, Original_C1016800, Original_C1220200, Original_C1220300, Original_C1532700, Original_C1532800, Original_C1779300, Original_C1779400, Original_C2288500, Original_C2288600, Original_C2552300, Original_C2820900, Original_C3130400, Original_C3553400, Original_C3634500, Original_C3898000, Original_C4013000, Original_C5147900, Original_Y0308300, Original_Y0308400, Original_Y0609600, Original_Y0609700, Original_Y0903900, Original_Y0904000, Original_Y1150800, Original_Y1150900, Original_Y1385800, Original_Y1385900, Original_Y1637500, Original_Y1637600, Original_Y1891100, Original_Y1891200, Original_Y2207000, Original_Y2207100, Original_Y2544700, Original_Y2544800); + public virtual int Update(global::System.Nullable Sex1, global::System.Nullable Sex2, global::System.Nullable RecommendedRelatedness, int Original_ID1, int Original_ID2, global::System.Nullable Original_Sex1, global::System.Nullable Original_Sex2, global::System.Nullable Original_RecommendedRelatedness) { + return this.Update(Original_ID1, Original_ID2, Sex1, Sex2, RecommendedRelatedness, Original_ID1, Original_ID2, Original_Sex1, Original_Sex2, Original_RecommendedRelatedness); } } @@ -94761,7 +94649,7 @@ public virtual int Update( [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 tblGen1ExplicitTableAdapter : global::System.ComponentModel.Component { + public partial class tblGen1OutcomesTableAdapter : global::System.ComponentModel.Component { private global::System.Data.SqlClient.SqlDataAdapter _adapter; @@ -94775,7 +94663,7 @@ public partial class tblGen1ExplicitTableAdapter : global::System.ComponentModel [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1ExplicitTableAdapter() { + public tblGen1OutcomesTableAdapter() { this.ClearBeforeFill = true; } @@ -94872,974 +94760,221 @@ 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 = "tblGen1Explicit"; + tableMapping.DataSetTable = "tblGen1Outcomes"; tableMapping.ColumnMappings.Add("R0000100", "R0000100"); - tableMapping.ColumnMappings.Add("R0000149", "R0000149"); - tableMapping.ColumnMappings.Add("R0000150", "R0000150"); - tableMapping.ColumnMappings.Add("R0000151", "R0000151"); - tableMapping.ColumnMappings.Add("R0000152", "R0000152"); - tableMapping.ColumnMappings.Add("R0000153", "R0000153"); - tableMapping.ColumnMappings.Add("R0000154", "R0000154"); - tableMapping.ColumnMappings.Add("R0000155", "R0000155"); - tableMapping.ColumnMappings.Add("R0000156", "R0000156"); - tableMapping.ColumnMappings.Add("R0000157", "R0000157"); - tableMapping.ColumnMappings.Add("R0000158", "R0000158"); - tableMapping.ColumnMappings.Add("R0000159", "R0000159"); - tableMapping.ColumnMappings.Add("R0000162", "R0000162"); - tableMapping.ColumnMappings.Add("R0000163", "R0000163"); - tableMapping.ColumnMappings.Add("R0000164", "R0000164"); - tableMapping.ColumnMappings.Add("R0000165", "R0000165"); - tableMapping.ColumnMappings.Add("R0000166", "R0000166"); tableMapping.ColumnMappings.Add("R0214700", "R0214700"); tableMapping.ColumnMappings.Add("R0214800", "R0214800"); - tableMapping.ColumnMappings.Add("R4125101", "R4125101"); - tableMapping.ColumnMappings.Add("R4125801", "R4125801"); - tableMapping.ColumnMappings.Add("R4126501", "R4126501"); - tableMapping.ColumnMappings.Add("R4127201", "R4127201"); - tableMapping.ColumnMappings.Add("R4127901", "R4127901"); - tableMapping.ColumnMappings.Add("R4128601", "R4128601"); - tableMapping.ColumnMappings.Add("R4129301", "R4129301"); - tableMapping.ColumnMappings.Add("R4130001", "R4130001"); - tableMapping.ColumnMappings.Add("R4130701", "R4130701"); - tableMapping.ColumnMappings.Add("R4131401", "R4131401"); - tableMapping.ColumnMappings.Add("R4132101", "R4132101"); - tableMapping.ColumnMappings.Add("R4132801", "R4132801"); - tableMapping.ColumnMappings.Add("R4133701", "R4133701"); - tableMapping.ColumnMappings.Add("R4521500", "R4521500"); - tableMapping.ColumnMappings.Add("R4521700", "R4521700"); - tableMapping.ColumnMappings.Add("R4521800", "R4521800"); - tableMapping.ColumnMappings.Add("R4521900", "R4521900"); - tableMapping.ColumnMappings.Add("R4522000", "R4522000"); - tableMapping.ColumnMappings.Add("R4522100", "R4522100"); - tableMapping.ColumnMappings.Add("R4522200", "R4522200"); - tableMapping.ColumnMappings.Add("R4522300", "R4522300"); - tableMapping.ColumnMappings.Add("R4522400", "R4522400"); - tableMapping.ColumnMappings.Add("R4522500", "R4522500"); - tableMapping.ColumnMappings.Add("R4522600", "R4522600"); - tableMapping.ColumnMappings.Add("R4522700", "R4522700"); - tableMapping.ColumnMappings.Add("R4522800", "R4522800"); - tableMapping.ColumnMappings.Add("T0002000", "T0002000"); - tableMapping.ColumnMappings.Add("T0002100", "T0002100"); - tableMapping.ColumnMappings.Add("T0002200", "T0002200"); - tableMapping.ColumnMappings.Add("T0002300", "T0002300"); - tableMapping.ColumnMappings.Add("T0002400", "T0002400"); - tableMapping.ColumnMappings.Add("T0002500", "T0002500"); - tableMapping.ColumnMappings.Add("T0002600", "T0002600"); - tableMapping.ColumnMappings.Add("T0002700", "T0002700"); - tableMapping.ColumnMappings.Add("T0002800", "T0002800"); - tableMapping.ColumnMappings.Add("T0002900", "T0002900"); - tableMapping.ColumnMappings.Add("T0003000", "T0003000"); - tableMapping.ColumnMappings.Add("T0003100", "T0003100"); - tableMapping.ColumnMappings.Add("T0003200", "T0003200"); - tableMapping.ColumnMappings.Add("T0003300", "T0003300"); - tableMapping.ColumnMappings.Add("T0003400", "T0003400"); - tableMapping.ColumnMappings.Add("T0003500", "T0003500"); - tableMapping.ColumnMappings.Add("T0003600", "T0003600"); - tableMapping.ColumnMappings.Add("T0003700", "T0003700"); - tableMapping.ColumnMappings.Add("T0003800", "T0003800"); - tableMapping.ColumnMappings.Add("T0003900", "T0003900"); - tableMapping.ColumnMappings.Add("T0004000", "T0004000"); - tableMapping.ColumnMappings.Add("T0004100", "T0004100"); - tableMapping.ColumnMappings.Add("T0004200", "T0004200"); - tableMapping.ColumnMappings.Add("T0004300", "T0004300"); - tableMapping.ColumnMappings.Add("T0004400", "T0004400"); - tableMapping.ColumnMappings.Add("T0004500", "T0004500"); - tableMapping.ColumnMappings.Add("T2261500", "T2261500"); - tableMapping.ColumnMappings.Add("T2261600", "T2261600"); - tableMapping.ColumnMappings.Add("T2261700", "T2261700"); - tableMapping.ColumnMappings.Add("T2261800", "T2261800"); - tableMapping.ColumnMappings.Add("T2261900", "T2261900"); - tableMapping.ColumnMappings.Add("T2262000", "T2262000"); - tableMapping.ColumnMappings.Add("T2262100", "T2262100"); - tableMapping.ColumnMappings.Add("T2262200", "T2262200"); - tableMapping.ColumnMappings.Add("T2262300", "T2262300"); - tableMapping.ColumnMappings.Add("T2262400", "T2262400"); - tableMapping.ColumnMappings.Add("T2262500", "T2262500"); - tableMapping.ColumnMappings.Add("T2262600", "T2262600"); - tableMapping.ColumnMappings.Add("T2262700", "T2262700"); - tableMapping.ColumnMappings.Add("T2262800", "T2262800"); - tableMapping.ColumnMappings.Add("T2262900", "T2262900"); - tableMapping.ColumnMappings.Add("T2263000", "T2263000"); - tableMapping.ColumnMappings.Add("T2263100", "T2263100"); - tableMapping.ColumnMappings.Add("T2263200", "T2263200"); - tableMapping.ColumnMappings.Add("T2263300", "T2263300"); - tableMapping.ColumnMappings.Add("T2263400", "T2263400"); - tableMapping.ColumnMappings.Add("T2263500", "T2263500"); - tableMapping.ColumnMappings.Add("T2263600", "T2263600"); - tableMapping.ColumnMappings.Add("T2263700", "T2263700"); - tableMapping.ColumnMappings.Add("T2263800", "T2263800"); + tableMapping.ColumnMappings.Add("R0481600", "R0481600"); + tableMapping.ColumnMappings.Add("R0481700", "R0481700"); + tableMapping.ColumnMappings.Add("R0618200", "R0618200"); + tableMapping.ColumnMappings.Add("R0618300", "R0618300"); + tableMapping.ColumnMappings.Add("R0618301", "R0618301"); + tableMapping.ColumnMappings.Add("R0779800", "R0779800"); + tableMapping.ColumnMappings.Add("R0779900", "R0779900"); + tableMapping.ColumnMappings.Add("R1773900", "R1773900"); + tableMapping.ColumnMappings.Add("R1774000", "R1774000"); + tableMapping.ColumnMappings.Add("T0897300", "T0897300"); + tableMapping.ColumnMappings.Add("T0897400", "T0897400"); + tableMapping.ColumnMappings.Add("T0897500", "T0897500"); + tableMapping.ColumnMappings.Add("T2053800", "T2053800"); + tableMapping.ColumnMappings.Add("T2053900", "T2053900"); + tableMapping.ColumnMappings.Add("T2054000", "T2054000"); + tableMapping.ColumnMappings.Add("T3024700", "T3024700"); + tableMapping.ColumnMappings.Add("T3024800", "T3024800"); + tableMapping.ColumnMappings.Add("T3024900", "T3024900"); 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 [Extract].[tblGen1Explicit] WHERE (([R0000100] = @Original_R0000100) " + - "AND ((@IsNull_R0000149 = 1 AND [R0000149] IS NULL) OR ([R0000149] = @Original_R0" + - "000149)) AND ((@IsNull_R0000150 = 1 AND [R0000150] IS NULL) OR ([R0000150] = @Or" + - "iginal_R0000150)) AND ((@IsNull_R0000151 = 1 AND [R0000151] IS NULL) OR ([R00001" + - "51] = @Original_R0000151)) AND ((@IsNull_R0000152 = 1 AND [R0000152] IS NULL) OR" + - " ([R0000152] = @Original_R0000152)) AND ((@IsNull_R0000153 = 1 AND [R0000153] IS" + - " NULL) OR ([R0000153] = @Original_R0000153)) AND ((@IsNull_R0000154 = 1 AND [R00" + - "00154] IS NULL) OR ([R0000154] = @Original_R0000154)) AND ((@IsNull_R0000155 = 1" + - " AND [R0000155] IS NULL) OR ([R0000155] = @Original_R0000155)) AND ((@IsNull_R00" + - "00156 = 1 AND [R0000156] IS NULL) OR ([R0000156] = @Original_R0000156)) AND ((@I" + - "sNull_R0000157 = 1 AND [R0000157] IS NULL) OR ([R0000157] = @Original_R0000157))" + - " AND ((@IsNull_R0000158 = 1 AND [R0000158] IS NULL) OR ([R0000158] = @Original_R" + - "0000158)) AND ((@IsNull_R0000159 = 1 AND [R0000159] IS NULL) OR ([R0000159] = @O" + - "riginal_R0000159)) AND ((@IsNull_R0000162 = 1 AND [R0000162] IS NULL) OR ([R0000" + - "162] = @Original_R0000162)) AND ((@IsNull_R0000163 = 1 AND [R0000163] IS NULL) O" + - "R ([R0000163] = @Original_R0000163)) AND ((@IsNull_R0000164 = 1 AND [R0000164] I" + - "S NULL) OR ([R0000164] = @Original_R0000164)) AND ((@IsNull_R0000165 = 1 AND [R0" + - "000165] IS NULL) OR ([R0000165] = @Original_R0000165)) AND ((@IsNull_R0000166 = " + - "1 AND [R0000166] IS NULL) OR ([R0000166] = @Original_R0000166)) AND ((@IsNull_R0" + - "214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0214700)) AND ((@" + - "IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)" + - ") AND ((@IsNull_R4125101 = 1 AND [R4125101] IS NULL) OR ([R4125101] = @Original_" + - "R4125101)) AND ((@IsNull_R4125801 = 1 AND [R4125801] IS NULL) OR ([R4125801] = @" + - "Original_R4125801)) AND ((@IsNull_R4126501 = 1 AND [R4126501] IS NULL) OR ([R412" + - "6501] = @Original_R4126501)) AND ((@IsNull_R4127201 = 1 AND [R4127201] IS NULL) " + - "OR ([R4127201] = @Original_R4127201)) AND ((@IsNull_R4127901 = 1 AND [R4127901] " + - "IS NULL) OR ([R4127901] = @Original_R4127901)) AND ((@IsNull_R4128601 = 1 AND [R" + - "4128601] IS NULL) OR ([R4128601] = @Original_R4128601)) AND ((@IsNull_R4129301 =" + - " 1 AND [R4129301] IS NULL) OR ([R4129301] = @Original_R4129301)) AND ((@IsNull_R" + - "4130001 = 1 AND [R4130001] IS NULL) OR ([R4130001] = @Original_R4130001)) AND ((" + - "@IsNull_R4130701 = 1 AND [R4130701] IS NULL) OR ([R4130701] = @Original_R4130701" + - ")) AND ((@IsNull_R4131401 = 1 AND [R4131401] IS NULL) OR ([R4131401] = @Original" + - "_R4131401)) AND ((@IsNull_R4132101 = 1 AND [R4132101] IS NULL) OR ([R4132101] = " + - "@Original_R4132101)) AND ((@IsNull_R4132801 = 1 AND [R4132801] IS NULL) OR ([R41" + - "32801] = @Original_R4132801)) AND ((@IsNull_R4133701 = 1 AND [R4133701] IS NULL)" + - " OR ([R4133701] = @Original_R4133701)) AND ((@IsNull_R4521500 = 1 AND [R4521500]" + - " IS NULL) OR ([R4521500] = @Original_R4521500)) AND ((@IsNull_R4521700 = 1 AND [" + - "R4521700] IS NULL) OR ([R4521700] = @Original_R4521700)) AND ((@IsNull_R4521800 " + - "= 1 AND [R4521800] IS NULL) OR ([R4521800] = @Original_R4521800)) AND ((@IsNull_" + - "R4521900 = 1 AND [R4521900] IS NULL) OR ([R4521900] = @Original_R4521900)) AND (" + - "(@IsNull_R4522000 = 1 AND [R4522000] IS NULL) OR ([R4522000] = @Original_R452200" + - "0)) AND ((@IsNull_R4522100 = 1 AND [R4522100] IS NULL) OR ([R4522100] = @Origina" + - "l_R4522100)) AND ((@IsNull_R4522200 = 1 AND [R4522200] IS NULL) OR ([R4522200] =" + - " @Original_R4522200)) AND ((@IsNull_R4522300 = 1 AND [R4522300] IS NULL) OR ([R4" + - "522300] = @Original_R4522300)) AND ((@IsNull_R4522400 = 1 AND [R4522400] IS NULL" + - ") OR ([R4522400] = @Original_R4522400)) AND ((@IsNull_R4522500 = 1 AND [R4522500" + - "] IS NULL) OR ([R4522500] = @Original_R4522500)) AND ((@IsNull_R4522600 = 1 AND " + - "[R4522600] IS NULL) OR ([R4522600] = @Original_R4522600)) AND ((@IsNull_R4522700" + - " = 1 AND [R4522700] IS NULL) OR ([R4522700] = @Original_R4522700)) AND ((@IsNull" + - "_R4522800 = 1 AND [R4522800] IS NULL) OR ([R4522800] = @Original_R4522800)) AND " + - "((@IsNull_T0002000 = 1 AND [T0002000] IS NULL) OR ([T0002000] = @Original_T00020" + - "00)) AND ((@IsNull_T0002100 = 1 AND [T0002100] IS NULL) OR ([T0002100] = @Origin" + - "al_T0002100)) AND ((@IsNull_T0002200 = 1 AND [T0002200] IS NULL) OR ([T0002200] " + - "= @Original_T0002200)) AND ((@IsNull_T0002300 = 1 AND [T0002300] IS NULL) OR ([T" + - "0002300] = @Original_T0002300)) AND ((@IsNull_T0002400 = 1 AND [T0002400] IS NUL" + - "L) OR ([T0002400] = @Original_T0002400)) AND ((@IsNull_T0002500 = 1 AND [T000250" + - "0] IS NULL) OR ([T0002500] = @Original_T0002500)) AND ((@IsNull_T0002600 = 1 AND" + - " [T0002600] IS NULL) OR ([T0002600] = @Original_T0002600)) AND ((@IsNull_T000270" + - "0 = 1 AND [T0002700] IS NULL) OR ([T0002700] = @Original_T0002700)) AND ((@IsNul" + - "l_T0002800 = 1 AND [T0002800] IS NULL) OR ([T0002800] = @Original_T0002800)) AND" + - " ((@IsNull_T0002900 = 1 AND [T0002900] IS NULL) OR ([T0002900] = @Original_T0002" + - "900)) AND ((@IsNull_T0003000 = 1 AND [T0003000] IS NULL) OR ([T0003000] = @Origi" + - "nal_T0003000)) AND ((@IsNull_T0003100 = 1 AND [T0003100] IS NULL) OR ([T0003100]" + - " = @Original_T0003100)) AND ((@IsNull_T0003200 = 1 AND [T0003200] IS NULL) OR ([" + - "T0003200] = @Original_T0003200)) AND ((@IsNull_T0003300 = 1 AND [T0003300] IS NU" + - "LL) OR ([T0003300] = @Original_T0003300)) AND ((@IsNull_T0003400 = 1 AND [T00034" + - "00] IS NULL) OR ([T0003400] = @Original_T0003400)) AND ((@IsNull_T0003500 = 1 AN" + - "D [T0003500] IS NULL) OR ([T0003500] = @Original_T0003500)) AND ((@IsNull_T00036" + - "00 = 1 AND [T0003600] IS NULL) OR ([T0003600] = @Original_T0003600)) AND ((@IsNu" + - "ll_T0003700 = 1 AND [T0003700] IS NULL) OR ([T0003700] = @Original_T0003700)) AN" + - "D ((@IsNull_T0003800 = 1 AND [T0003800] IS NULL) OR ([T0003800] = @Original_T000" + - "3800)) AND ((@IsNull_T0003900 = 1 AND [T0003900] IS NULL) OR ([T0003900] = @Orig" + - "inal_T0003900)) AND ((@IsNull_T0004000 = 1 AND [T0004000] IS NULL) OR ([T0004000" + - "] = @Original_T0004000)) AND ((@IsNull_T0004100 = 1 AND [T0004100] IS NULL) OR (" + - "[T0004100] = @Original_T0004100)) AND ((@IsNull_T0004200 = 1 AND [T0004200] IS N" + - "ULL) OR ([T0004200] = @Original_T0004200)) AND ((@IsNull_T0004300 = 1 AND [T0004" + - "300] IS NULL) OR ([T0004300] = @Original_T0004300)) AND ((@IsNull_T0004400 = 1 A" + - "ND [T0004400] IS NULL) OR ([T0004400] = @Original_T0004400)) AND ((@IsNull_T0004" + - "500 = 1 AND [T0004500] IS NULL) OR ([T0004500] = @Original_T0004500)) AND ((@IsN" + - "ull_T2261500 = 1 AND [T2261500] IS NULL) OR ([T2261500] = @Original_T2261500)) A" + - "ND ((@IsNull_T2261600 = 1 AND [T2261600] IS NULL) OR ([T2261600] = @Original_T22" + - "61600)) AND ((@IsNull_T2261700 = 1 AND [T2261700] IS NULL) OR ([T2261700] = @Ori" + - "ginal_T2261700)) AND ((@IsNull_T2261800 = 1 AND [T2261800] IS NULL) OR ([T226180" + - "0] = @Original_T2261800)) AND ((@IsNull_T2261900 = 1 AND [T2261900] IS NULL) OR " + - "([T2261900] = @Original_T2261900)) AND ((@IsNull_T2262000 = 1 AND [T2262000] IS " + - "NULL) OR ([T2262000] = @Original_T2262000)) AND ((@IsNull_T2262100 = 1 AND [T226" + - "2100] IS NULL) OR ([T2262100] = @Original_T2262100)) AND ((@IsNull_T2262200 = 1 " + - "AND [T2262200] IS NULL) OR ([T2262200] = @Original_T2262200)) AND ((@IsNull_T226" + - "2300 = 1 AND [T2262300] IS NULL) OR ([T2262300] = @Original_T2262300)) AND ((@Is" + - "Null_T2262400 = 1 AND [T2262400] IS NULL) OR ([T2262400] = @Original_T2262400)) " + - "AND ((@IsNull_T2262500 = 1 AND [T2262500] IS NULL) OR ([T2262500] = @Original_T2" + - "262500)) AND ((@IsNull_T2262600 = 1 AND [T2262600] IS NULL) OR ([T2262600] = @Or" + - "iginal_T2262600)) AND ((@IsNull_T2262700 = 1 AND [T2262700] IS NULL) OR ([T22627" + - "00] = @Original_T2262700)) AND ((@IsNull_T2262800 = 1 AND [T2262800] IS NULL) OR" + - " ([T2262800] = @Original_T2262800)) AND ((@IsNull_T2262900 = 1 AND [T2262900] IS" + - " NULL) OR ([T2262900] = @Original_T2262900)) AND ((@IsNull_T2263000 = 1 AND [T22" + - "63000] IS NULL) OR ([T2263000] = @Original_T2263000)) AND ((@IsNull_T2263100 = 1" + - " AND [T2263100] IS NULL) OR ([T2263100] = @Original_T2263100)) AND ((@IsNull_T22" + - "63200 = 1 AND [T2263200] IS NULL) OR ([T2263200] = @Original_T2263200)) AND ((@I" + - "sNull_T2263300 = 1 AND [T2263300] IS NULL) OR ([T2263300] = @Original_T2263300))" + - " AND ((@IsNull_T2263400 = 1 AND [T2263400] IS NULL) OR ([T2263400] = @Original_T" + - "2263400)) AND ((@IsNull_T2263500 = 1 AND [T2263500] IS NULL) OR ([T2263500] = @O" + - "riginal_T2263500)) AND ((@IsNull_T2263600 = 1 AND [T2263600] IS NULL) OR ([T2263" + - "600] = @Original_T2263600)) AND ((@IsNull_T2263700 = 1 AND [T2263700] IS NULL) O" + - "R ([T2263700] = @Original_T2263700)) AND ((@IsNull_T2263800 = 1 AND [T2263800] I" + - "S NULL) OR ([T2263800] = @Original_T2263800)))"; + this._adapter.DeleteCommand.CommandText = "DELETE FROM [Extract].[tblGen1Outcomes] WHERE (([R0000100] = @Original_R0000100) " + + "AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0" + + "214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Or" + + "iginal_R0214800)) AND ((@IsNull_R0481600 = 1 AND [R0481600] IS NULL) OR ([R04816" + + "00] = @Original_R0481600)) AND ((@IsNull_R0481700 = 1 AND [R0481700] IS NULL) OR" + + " ([R0481700] = @Original_R0481700)) AND ((@IsNull_R0618200 = 1 AND [R0618200] IS" + + " NULL) OR ([R0618200] = @Original_R0618200)) AND ((@IsNull_R0618300 = 1 AND [R06" + + "18300] IS NULL) OR ([R0618300] = @Original_R0618300)) AND ((@IsNull_R0618301 = 1" + + " AND [R0618301] IS NULL) OR ([R0618301] = @Original_R0618301)) AND ((@IsNull_R07" + + "79800 = 1 AND [R0779800] IS NULL) OR ([R0779800] = @Original_R0779800)) AND ((@I" + + "sNull_R0779900 = 1 AND [R0779900] IS NULL) OR ([R0779900] = @Original_R0779900))" + + " AND ((@IsNull_R1773900 = 1 AND [R1773900] IS NULL) OR ([R1773900] = @Original_R" + + "1773900)) AND ((@IsNull_R1774000 = 1 AND [R1774000] IS NULL) OR ([R1774000] = @O" + + "riginal_R1774000)) AND ((@IsNull_T0897300 = 1 AND [T0897300] IS NULL) OR ([T0897" + + "300] = @Original_T0897300)) AND ((@IsNull_T0897400 = 1 AND [T0897400] IS NULL) O" + + "R ([T0897400] = @Original_T0897400)) AND ((@IsNull_T0897500 = 1 AND [T0897500] I" + + "S NULL) OR ([T0897500] = @Original_T0897500)) AND ((@IsNull_T2053800 = 1 AND [T2" + + "053800] IS NULL) OR ([T2053800] = @Original_T2053800)) AND ((@IsNull_T2053900 = " + + "1 AND [T2053900] IS NULL) OR ([T2053900] = @Original_T2053900)) AND ((@IsNull_T2" + + "054000 = 1 AND [T2054000] IS NULL) OR ([T2054000] = @Original_T2054000)) AND ((@" + + "IsNull_T3024700 = 1 AND [T3024700] IS NULL) OR ([T3024700] = @Original_T3024700)" + + ") AND ((@IsNull_T3024800 = 1 AND [T3024800] IS NULL) OR ([T3024800] = @Original_" + + "T3024800)) AND ((@IsNull_T3024900 = 1 AND [T3024900] IS NULL) OR ([T3024900] = @" + + "Original_T3024900)))"; this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000149", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000149", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000149", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000149", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000150", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000150", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000150", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000150", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000151", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000151", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000151", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000151", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000152", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000152", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000152", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000152", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000153", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000153", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000153", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000153", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000154", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000154", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000154", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000154", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000155", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000155", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000155", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000155", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000156", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000156", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000156", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000156", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000157", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000157", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000157", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000157", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000158", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000158", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000158", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000158", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000159", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000159", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000159", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000159", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000162", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000162", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000162", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000162", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000163", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000163", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000163", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000163", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000164", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000164", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000164", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000164", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000165", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000165", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000165", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000165", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000166", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000166", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000166", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000166", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4125101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4125101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4125101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4125101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4125801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4125801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4125801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4125801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4126501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4126501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4126501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4126501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4127201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4127201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4127201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4127201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4127901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4127901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4127901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4127901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4128601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4128601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4128601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4128601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4129301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4129301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4129301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4129301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4130001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4130001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4130001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4130001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4130701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4130701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4130701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4130701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4131401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4131401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4131401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4131401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4132101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4132101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4132101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4132101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4132801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4132801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4132801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4132801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4133701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4133701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4133701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4133701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4521500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4521500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4521700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4521700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4521800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4521800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4521900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4521900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0004000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0004000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0004100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0004100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0004200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0004200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0004300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0004300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0004400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0004400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0004500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0004500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2261500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2261500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2261600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2261600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2261700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2261700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2261800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2261800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2261900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2261900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0481600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0481600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0481600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0481600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0481700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0481700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0481700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0481700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0618200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0618200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0618300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0618300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0618301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0618301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0779800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0779800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0779800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0779800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0779900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0779900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0779900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0779900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1773900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1773900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0897300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0897300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0897400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0897400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0897500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0897500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2053800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2053800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2053800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2053800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2053900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2053900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2053900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2053900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2054000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2054000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2054000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2054000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3024700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3024700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3024800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3024800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3024900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3024900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024900", 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 [Extract].[tblGen1Explicit] ([R0000100], [R0000149], [R0000150], [R00" + - "00151], [R0000152], [R0000153], [R0000154], [R0000155], [R0000156], [R0000157], " + - "[R0000158], [R0000159], [R0000162], [R0000163], [R0000164], [R0000165], [R000016" + - "6], [R0214700], [R0214800], [R4125101], [R4125801], [R4126501], [R4127201], [R41" + - "27901], [R4128601], [R4129301], [R4130001], [R4130701], [R4131401], [R4132101], " + - "[R4132801], [R4133701], [R4521500], [R4521700], [R4521800], [R4521900], [R452200" + - "0], [R4522100], [R4522200], [R4522300], [R4522400], [R4522500], [R4522600], [R45" + - "22700], [R4522800], [T0002000], [T0002100], [T0002200], [T0002300], [T0002400], " + - "[T0002500], [T0002600], [T0002700], [T0002800], [T0002900], [T0003000], [T000310" + - "0], [T0003200], [T0003300], [T0003400], [T0003500], [T0003600], [T0003700], [T00" + - "03800], [T0003900], [T0004000], [T0004100], [T0004200], [T0004300], [T0004400], " + - "[T0004500], [T2261500], [T2261600], [T2261700], [T2261800], [T2261900], [T226200" + - "0], [T2262100], [T2262200], [T2262300], [T2262400], [T2262500], [T2262600], [T22" + - "62700], [T2262800], [T2262900], [T2263000], [T2263100], [T2263200], [T2263300], " + - "[T2263400], [T2263500], [T2263600], [T2263700], [T2263800]) VALUES (@R0000100, @" + - "R0000149, @R0000150, @R0000151, @R0000152, @R0000153, @R0000154, @R0000155, @R00" + - "00156, @R0000157, @R0000158, @R0000159, @R0000162, @R0000163, @R0000164, @R00001" + - "65, @R0000166, @R0214700, @R0214800, @R4125101, @R4125801, @R4126501, @R4127201," + - " @R4127901, @R4128601, @R4129301, @R4130001, @R4130701, @R4131401, @R4132101, @R" + - "4132801, @R4133701, @R4521500, @R4521700, @R4521800, @R4521900, @R4522000, @R452" + - "2100, @R4522200, @R4522300, @R4522400, @R4522500, @R4522600, @R4522700, @R452280" + - "0, @T0002000, @T0002100, @T0002200, @T0002300, @T0002400, @T0002500, @T0002600, " + - "@T0002700, @T0002800, @T0002900, @T0003000, @T0003100, @T0003200, @T0003300, @T0" + - "003400, @T0003500, @T0003600, @T0003700, @T0003800, @T0003900, @T0004000, @T0004" + - "100, @T0004200, @T0004300, @T0004400, @T0004500, @T2261500, @T2261600, @T2261700" + - ", @T2261800, @T2261900, @T2262000, @T2262100, @T2262200, @T2262300, @T2262400, @" + - "T2262500, @T2262600, @T2262700, @T2262800, @T2262900, @T2263000, @T2263100, @T22" + - "63200, @T2263300, @T2263400, @T2263500, @T2263600, @T2263700, @T2263800);\r\nSELEC" + - "T R0000100, R0000149, R0000150, R0000151, R0000152, R0000153, R0000154, R0000155" + - ", R0000156, R0000157, R0000158, R0000159, R0000162, R0000163, R0000164, R0000165" + - ", R0000166, R0214700, R0214800, R4125101, R4125801, R4126501, R4127201, R4127901" + - ", R4128601, R4129301, R4130001, R4130701, R4131401, R4132101, R4132801, R4133701" + - ", R4521500, R4521700, R4521800, R4521900, R4522000, R4522100, R4522200, R4522300" + - ", R4522400, R4522500, R4522600, R4522700, R4522800, T0002000, T0002100, T0002200" + - ", T0002300, T0002400, T0002500, T0002600, T0002700, T0002800, T0002900, T0003000" + - ", T0003100, T0003200, T0003300, T0003400, T0003500, T0003600, T0003700, T0003800" + - ", T0003900, T0004000, T0004100, T0004200, T0004300, T0004400, T0004500, T2261500" + - ", T2261600, T2261700, T2261800, T2261900, T2262000, T2262100, T2262200, T2262300" + - ", T2262400, T2262500, T2262600, T2262700, T2262800, T2262900, T2263000, T2263100" + - ", T2263200, T2263300, T2263400, T2263500, T2263600, T2263700, T2263800 FROM Extr" + - "act.tblGen1Explicit WHERE (R0000100 = @R0000100)"; + this._adapter.InsertCommand.CommandText = @"INSERT INTO [Extract].[tblGen1Outcomes] ([R0000100], [R0214700], [R0214800], [R0481600], [R0481700], [R0618200], [R0618300], [R0618301], [R0779800], [R0779900], [R1773900], [R1774000], [T0897300], [T0897400], [T0897500], [T2053800], [T2053900], [T2054000], [T3024700], [T3024800], [T3024900]) VALUES (@R0000100, @R0214700, @R0214800, @R0481600, @R0481700, @R0618200, @R0618300, @R0618301, @R0779800, @R0779900, @R1773900, @R1774000, @T0897300, @T0897400, @T0897500, @T2053800, @T2053900, @T2054000, @T3024700, @T3024800, @T3024900); +SELECT R0000100, R0214700, R0214800, R0481600, R0481700, R0618200, R0618300, R0618301, R0779800, R0779900, R1773900, R1774000, T0897300, T0897400, T0897500, T2053800, T2053900, T2054000, T3024700, T3024800, T3024900 FROM Extract.tblGen1Outcomes WHERE (R0000100 = @R0000100)"; this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000149", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000149", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000150", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000150", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000151", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000151", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000152", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000152", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000153", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000153", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000154", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000154", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000155", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000155", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000156", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000156", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000157", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000157", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000158", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000158", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000159", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000159", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000162", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000162", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000163", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000163", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000164", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000164", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000165", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000165", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000166", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000166", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4125101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4125101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4125801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4125801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4126501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4126501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4127201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4127201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4127901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4127901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4128601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4128601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4129301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4129301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4130001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4130001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4130701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4130701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4131401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4131401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4132101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4132101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4132801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4132801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4133701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4133701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4521500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4521700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4521800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4521900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0004000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0004100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0004200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0004300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0004400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0004500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2261500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2261600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2261700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2261800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2261900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0481600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0481600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0481700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0481700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0618200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0618300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0618301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0779800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0779800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0779900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0779900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1773900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0897300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0897400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0897500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2053800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2053800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2053900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2053900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2054000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2054000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3024700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3024800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3024900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024900", 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 [Extract].[tblGen1Explicit] SET [R0000100] = @R0000100, [R0000149] = @R000" + - "0149, [R0000150] = @R0000150, [R0000151] = @R0000151, [R0000152] = @R0000152, [R" + - "0000153] = @R0000153, [R0000154] = @R0000154, [R0000155] = @R0000155, [R0000156]" + - " = @R0000156, [R0000157] = @R0000157, [R0000158] = @R0000158, [R0000159] = @R000" + - "0159, [R0000162] = @R0000162, [R0000163] = @R0000163, [R0000164] = @R0000164, [R" + - "0000165] = @R0000165, [R0000166] = @R0000166, [R0214700] = @R0214700, [R0214800]" + - " = @R0214800, [R4125101] = @R4125101, [R4125801] = @R4125801, [R4126501] = @R412" + - "6501, [R4127201] = @R4127201, [R4127901] = @R4127901, [R4128601] = @R4128601, [R" + - "4129301] = @R4129301, [R4130001] = @R4130001, [R4130701] = @R4130701, [R4131401]" + - " = @R4131401, [R4132101] = @R4132101, [R4132801] = @R4132801, [R4133701] = @R413" + - "3701, [R4521500] = @R4521500, [R4521700] = @R4521700, [R4521800] = @R4521800, [R" + - "4521900] = @R4521900, [R4522000] = @R4522000, [R4522100] = @R4522100, [R4522200]" + - " = @R4522200, [R4522300] = @R4522300, [R4522400] = @R4522400, [R4522500] = @R452" + - "2500, [R4522600] = @R4522600, [R4522700] = @R4522700, [R4522800] = @R4522800, [T" + - "0002000] = @T0002000, [T0002100] = @T0002100, [T0002200] = @T0002200, [T0002300]" + - " = @T0002300, [T0002400] = @T0002400, [T0002500] = @T0002500, [T0002600] = @T000" + - "2600, [T0002700] = @T0002700, [T0002800] = @T0002800, [T0002900] = @T0002900, [T" + - "0003000] = @T0003000, [T0003100] = @T0003100, [T0003200] = @T0003200, [T0003300]" + - " = @T0003300, [T0003400] = @T0003400, [T0003500] = @T0003500, [T0003600] = @T000" + - "3600, [T0003700] = @T0003700, [T0003800] = @T0003800, [T0003900] = @T0003900, [T" + - "0004000] = @T0004000, [T0004100] = @T0004100, [T0004200] = @T0004200, [T0004300]" + - " = @T0004300, [T0004400] = @T0004400, [T0004500] = @T0004500, [T2261500] = @T226" + - "1500, [T2261600] = @T2261600, [T2261700] = @T2261700, [T2261800] = @T2261800, [T" + - "2261900] = @T2261900, [T2262000] = @T2262000, [T2262100] = @T2262100, [T2262200]" + - " = @T2262200, [T2262300] = @T2262300, [T2262400] = @T2262400, [T2262500] = @T226" + - "2500, [T2262600] = @T2262600, [T2262700] = @T2262700, [T2262800] = @T2262800, [T" + - "2262900] = @T2262900, [T2263000] = @T2263000, [T2263100] = @T2263100, [T2263200]" + - " = @T2263200, [T2263300] = @T2263300, [T2263400] = @T2263400, [T2263500] = @T226" + - "3500, [T2263600] = @T2263600, [T2263700] = @T2263700, [T2263800] = @T2263800 WHE" + - "RE (([R0000100] = @Original_R0000100) AND ((@IsNull_R0000149 = 1 AND [R0000149] " + - "IS NULL) OR ([R0000149] = @Original_R0000149)) AND ((@IsNull_R0000150 = 1 AND [R" + - "0000150] IS NULL) OR ([R0000150] = @Original_R0000150)) AND ((@IsNull_R0000151 =" + - " 1 AND [R0000151] IS NULL) OR ([R0000151] = @Original_R0000151)) AND ((@IsNull_R" + - "0000152 = 1 AND [R0000152] IS NULL) OR ([R0000152] = @Original_R0000152)) AND ((" + - "@IsNull_R0000153 = 1 AND [R0000153] IS NULL) OR ([R0000153] = @Original_R0000153" + - ")) AND ((@IsNull_R0000154 = 1 AND [R0000154] IS NULL) OR ([R0000154] = @Original" + - "_R0000154)) AND ((@IsNull_R0000155 = 1 AND [R0000155] IS NULL) OR ([R0000155] = " + - "@Original_R0000155)) AND ((@IsNull_R0000156 = 1 AND [R0000156] IS NULL) OR ([R00" + - "00156] = @Original_R0000156)) AND ((@IsNull_R0000157 = 1 AND [R0000157] IS NULL)" + - " OR ([R0000157] = @Original_R0000157)) AND ((@IsNull_R0000158 = 1 AND [R0000158]" + - " IS NULL) OR ([R0000158] = @Original_R0000158)) AND ((@IsNull_R0000159 = 1 AND [" + - "R0000159] IS NULL) OR ([R0000159] = @Original_R0000159)) AND ((@IsNull_R0000162 " + - "= 1 AND [R0000162] IS NULL) OR ([R0000162] = @Original_R0000162)) AND ((@IsNull_" + - "R0000163 = 1 AND [R0000163] IS NULL) OR ([R0000163] = @Original_R0000163)) AND (" + - "(@IsNull_R0000164 = 1 AND [R0000164] IS NULL) OR ([R0000164] = @Original_R000016" + - "4)) AND ((@IsNull_R0000165 = 1 AND [R0000165] IS NULL) OR ([R0000165] = @Origina" + - "l_R0000165)) AND ((@IsNull_R0000166 = 1 AND [R0000166] IS NULL) OR ([R0000166] =" + - " @Original_R0000166)) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0" + + this._adapter.UpdateCommand.CommandText = "UPDATE [Extract].[tblGen1Outcomes] SET [R0000100] = @R0000100, [R0214700] = @R021" + + "4700, [R0214800] = @R0214800, [R0481600] = @R0481600, [R0481700] = @R0481700, [R" + + "0618200] = @R0618200, [R0618300] = @R0618300, [R0618301] = @R0618301, [R0779800]" + + " = @R0779800, [R0779900] = @R0779900, [R1773900] = @R1773900, [R1774000] = @R177" + + "4000, [T0897300] = @T0897300, [T0897400] = @T0897400, [T0897500] = @T0897500, [T" + + "2053800] = @T2053800, [T2053900] = @T2053900, [T2054000] = @T2054000, [T3024700]" + + " = @T3024700, [T3024800] = @T3024800, [T3024900] = @T3024900 WHERE (([R0000100] " + + "= @Original_R0000100) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0" + "214700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL" + - ") OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R4125101 = 1 AND [R4125101" + - "] IS NULL) OR ([R4125101] = @Original_R4125101)) AND ((@IsNull_R4125801 = 1 AND " + - "[R4125801] IS NULL) OR ([R4125801] = @Original_R4125801)) AND ((@IsNull_R4126501" + - " = 1 AND [R4126501] IS NULL) OR ([R4126501] = @Original_R4126501)) AND ((@IsNull" + - "_R4127201 = 1 AND [R4127201] IS NULL) OR ([R4127201] = @Original_R4127201)) AND " + - "((@IsNull_R4127901 = 1 AND [R4127901] IS NULL) OR ([R4127901] = @Original_R41279" + - "01)) AND ((@IsNull_R4128601 = 1 AND [R4128601] IS NULL) OR ([R4128601] = @Origin" + - "al_R4128601)) AND ((@IsNull_R4129301 = 1 AND [R4129301] IS NULL) OR ([R4129301] " + - "= @Original_R4129301)) AND ((@IsNull_R4130001 = 1 AND [R4130001] IS NULL) OR ([R" + - "4130001] = @Original_R4130001)) AND ((@IsNull_R4130701 = 1 AND [R4130701] IS NUL" + - "L) OR ([R4130701] = @Original_R4130701)) AND ((@IsNull_R4131401 = 1 AND [R413140" + - "1] IS NULL) OR ([R4131401] = @Original_R4131401)) AND ((@IsNull_R4132101 = 1 AND" + - " [R4132101] IS NULL) OR ([R4132101] = @Original_R4132101)) AND ((@IsNull_R413280" + - "1 = 1 AND [R4132801] IS NULL) OR ([R4132801] = @Original_R4132801)) AND ((@IsNul" + - "l_R4133701 = 1 AND [R4133701] IS NULL) OR ([R4133701] = @Original_R4133701)) AND" + - " ((@IsNull_R4521500 = 1 AND [R4521500] IS NULL) OR ([R4521500] = @Original_R4521" + - "500)) AND ((@IsNull_R4521700 = 1 AND [R4521700] IS NULL) OR ([R4521700] = @Origi" + - "nal_R4521700)) AND ((@IsNull_R4521800 = 1 AND [R4521800] IS NULL) OR ([R4521800]" + - " = @Original_R4521800)) AND ((@IsNull_R4521900 = 1 AND [R4521900] IS NULL) OR ([" + - "R4521900] = @Original_R4521900)) AND ((@IsNull_R4522000 = 1 AND [R4522000] IS NU" + - "LL) OR ([R4522000] = @Original_R4522000)) AND ((@IsNull_R4522100 = 1 AND [R45221" + - "00] IS NULL) OR ([R4522100] = @Original_R4522100)) AND ((@IsNull_R4522200 = 1 AN" + - "D [R4522200] IS NULL) OR ([R4522200] = @Original_R4522200)) AND ((@IsNull_R45223" + - "00 = 1 AND [R4522300] IS NULL) OR ([R4522300] = @Original_R4522300)) AND ((@IsNu" + - "ll_R4522400 = 1 AND [R4522400] IS NULL) OR ([R4522400] = @Original_R4522400)) AN" + - "D ((@IsNull_R4522500 = 1 AND [R4522500] IS NULL) OR ([R4522500] = @Original_R452" + - "2500)) AND ((@IsNull_R4522600 = 1 AND [R4522600] IS NULL) OR ([R4522600] = @Orig" + - "inal_R4522600)) AND ((@IsNull_R4522700 = 1 AND [R4522700] IS NULL) OR ([R4522700" + - "] = @Original_R4522700)) AND ((@IsNull_R4522800 = 1 AND [R4522800] IS NULL) OR (" + - "[R4522800] = @Original_R4522800)) AND ((@IsNull_T0002000 = 1 AND [T0002000] IS N" + - "ULL) OR ([T0002000] = @Original_T0002000)) AND ((@IsNull_T0002100 = 1 AND [T0002" + - "100] IS NULL) OR ([T0002100] = @Original_T0002100)) AND ((@IsNull_T0002200 = 1 A" + - "ND [T0002200] IS NULL) OR ([T0002200] = @Original_T0002200)) AND ((@IsNull_T0002" + - "300 = 1 AND [T0002300] IS NULL) OR ([T0002300] = @Original_T0002300)) AND ((@IsN" + - "ull_T0002400 = 1 AND [T0002400] IS NULL) OR ([T0002400] = @Original_T0002400)) A" + - "ND ((@IsNull_T0002500 = 1 AND [T0002500] IS NULL) OR ([T0002500] = @Original_T00" + - "02500)) AND ((@IsNull_T0002600 = 1 AND [T0002600] IS NULL) OR ([T0002600] = @Ori" + - "ginal_T0002600)) AND ((@IsNull_T0002700 = 1 AND [T0002700] IS NULL) OR ([T000270" + - "0] = @Original_T0002700)) AND ((@IsNull_T0002800 = 1 AND [T0002800] IS NULL) OR " + - "([T0002800] = @Original_T0002800)) AND ((@IsNull_T0002900 = 1 AND [T0002900] IS " + - "NULL) OR ([T0002900] = @Original_T0002900)) AND ((@IsNull_T0003000 = 1 AND [T000" + - "3000] IS NULL) OR ([T0003000] = @Original_T0003000)) AND ((@IsNull_T0003100 = 1 " + - "AND [T0003100] IS NULL) OR ([T0003100] = @Original_T0003100)) AND ((@IsNull_T000" + - "3200 = 1 AND [T0003200] IS NULL) OR ([T0003200] = @Original_T0003200)) AND ((@Is" + - "Null_T0003300 = 1 AND [T0003300] IS NULL) OR ([T0003300] = @Original_T0003300)) " + - "AND ((@IsNull_T0003400 = 1 AND [T0003400] IS NULL) OR ([T0003400] = @Original_T0" + - "003400)) AND ((@IsNull_T0003500 = 1 AND [T0003500] IS NULL) OR ([T0003500] = @Or" + - "iginal_T0003500)) AND ((@IsNull_T0003600 = 1 AND [T0003600] IS NULL) OR ([T00036" + - "00] = @Original_T0003600)) AND ((@IsNull_T0003700 = 1 AND [T0003700] IS NULL) OR" + - " ([T0003700] = @Original_T0003700)) AND ((@IsNull_T0003800 = 1 AND [T0003800] IS" + - " NULL) OR ([T0003800] = @Original_T0003800)) AND ((@IsNull_T0003900 = 1 AND [T00" + - "03900] IS NULL) OR ([T0003900] = @Original_T0003900)) AND ((@IsNull_T0004000 = 1" + - " AND [T0004000] IS NULL) OR ([T0004000] = @Original_T0004000)) AND ((@IsNull_T00" + - "04100 = 1 AND [T0004100] IS NULL) OR ([T0004100] = @Original_T0004100)) AND ((@I" + - "sNull_T0004200 = 1 AND [T0004200] IS NULL) OR ([T0004200] = @Original_T0004200))" + - " AND ((@IsNull_T0004300 = 1 AND [T0004300] IS NULL) OR ([T0004300] = @Original_T" + - "0004300)) AND ((@IsNull_T0004400 = 1 AND [T0004400] IS NULL) OR ([T0004400] = @O" + - "riginal_T0004400)) AND ((@IsNull_T0004500 = 1 AND [T0004500] IS NULL) OR ([T0004" + - "500] = @Original_T0004500)) AND ((@IsNull_T2261500 = 1 AND [T2261500] IS NULL) O" + - "R ([T2261500] = @Original_T2261500)) AND ((@IsNull_T2261600 = 1 AND [T2261600] I" + - "S NULL) OR ([T2261600] = @Original_T2261600)) AND ((@IsNull_T2261700 = 1 AND [T2" + - "261700] IS NULL) OR ([T2261700] = @Original_T2261700)) AND ((@IsNull_T2261800 = " + - "1 AND [T2261800] IS NULL) OR ([T2261800] = @Original_T2261800)) AND ((@IsNull_T2" + - "261900 = 1 AND [T2261900] IS NULL) OR ([T2261900] = @Original_T2261900)) AND ((@" + - "IsNull_T2262000 = 1 AND [T2262000] IS NULL) OR ([T2262000] = @Original_T2262000)" + - ") AND ((@IsNull_T2262100 = 1 AND [T2262100] IS NULL) OR ([T2262100] = @Original_" + - "T2262100)) AND ((@IsNull_T2262200 = 1 AND [T2262200] IS NULL) OR ([T2262200] = @" + - "Original_T2262200)) AND ((@IsNull_T2262300 = 1 AND [T2262300] IS NULL) OR ([T226" + - "2300] = @Original_T2262300)) AND ((@IsNull_T2262400 = 1 AND [T2262400] IS NULL) " + - "OR ([T2262400] = @Original_T2262400)) AND ((@IsNull_T2262500 = 1 AND [T2262500] " + - "IS NULL) OR ([T2262500] = @Original_T2262500)) AND ((@IsNull_T2262600 = 1 AND [T" + - "2262600] IS NULL) OR ([T2262600] = @Original_T2262600)) AND ((@IsNull_T2262700 =" + - " 1 AND [T2262700] IS NULL) OR ([T2262700] = @Original_T2262700)) AND ((@IsNull_T" + - "2262800 = 1 AND [T2262800] IS NULL) OR ([T2262800] = @Original_T2262800)) AND ((" + - "@IsNull_T2262900 = 1 AND [T2262900] IS NULL) OR ([T2262900] = @Original_T2262900" + - ")) AND ((@IsNull_T2263000 = 1 AND [T2263000] IS NULL) OR ([T2263000] = @Original" + - "_T2263000)) AND ((@IsNull_T2263100 = 1 AND [T2263100] IS NULL) OR ([T2263100] = " + - "@Original_T2263100)) AND ((@IsNull_T2263200 = 1 AND [T2263200] IS NULL) OR ([T22" + - "63200] = @Original_T2263200)) AND ((@IsNull_T2263300 = 1 AND [T2263300] IS NULL)" + - " OR ([T2263300] = @Original_T2263300)) AND ((@IsNull_T2263400 = 1 AND [T2263400]" + - " IS NULL) OR ([T2263400] = @Original_T2263400)) AND ((@IsNull_T2263500 = 1 AND [" + - "T2263500] IS NULL) OR ([T2263500] = @Original_T2263500)) AND ((@IsNull_T2263600 " + - "= 1 AND [T2263600] IS NULL) OR ([T2263600] = @Original_T2263600)) AND ((@IsNull_" + - "T2263700 = 1 AND [T2263700] IS NULL) OR ([T2263700] = @Original_T2263700)) AND (" + - "(@IsNull_T2263800 = 1 AND [T2263800] IS NULL) OR ([T2263800] = @Original_T226380" + - "0)));\r\nSELECT R0000100, R0000149, R0000150, R0000151, R0000152, R0000153, R00001" + - "54, R0000155, R0000156, R0000157, R0000158, R0000159, R0000162, R0000163, R00001" + - "64, R0000165, R0000166, R0214700, R0214800, R4125101, R4125801, R4126501, R41272" + - "01, R4127901, R4128601, R4129301, R4130001, R4130701, R4131401, R4132101, R41328" + - "01, R4133701, R4521500, R4521700, R4521800, R4521900, R4522000, R4522100, R45222" + - "00, R4522300, R4522400, R4522500, R4522600, R4522700, R4522800, T0002000, T00021" + - "00, T0002200, T0002300, T0002400, T0002500, T0002600, T0002700, T0002800, T00029" + - "00, T0003000, T0003100, T0003200, T0003300, T0003400, T0003500, T0003600, T00037" + - "00, T0003800, T0003900, T0004000, T0004100, T0004200, T0004300, T0004400, T00045" + - "00, T2261500, T2261600, T2261700, T2261800, T2261900, T2262000, T2262100, T22622" + - "00, T2262300, T2262400, T2262500, T2262600, T2262700, T2262800, T2262900, T22630" + - "00, T2263100, T2263200, T2263300, T2263400, T2263500, T2263600, T2263700, T22638" + - "00 FROM Extract.tblGen1Explicit WHERE (R0000100 = @R0000100)"; + ") OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R0481600 = 1 AND [R0481600" + + "] IS NULL) OR ([R0481600] = @Original_R0481600)) AND ((@IsNull_R0481700 = 1 AND " + + "[R0481700] IS NULL) OR ([R0481700] = @Original_R0481700)) AND ((@IsNull_R0618200" + + " = 1 AND [R0618200] IS NULL) OR ([R0618200] = @Original_R0618200)) AND ((@IsNull" + + "_R0618300 = 1 AND [R0618300] IS NULL) OR ([R0618300] = @Original_R0618300)) AND " + + "((@IsNull_R0618301 = 1 AND [R0618301] IS NULL) OR ([R0618301] = @Original_R06183" + + "01)) AND ((@IsNull_R0779800 = 1 AND [R0779800] IS NULL) OR ([R0779800] = @Origin" + + "al_R0779800)) AND ((@IsNull_R0779900 = 1 AND [R0779900] IS NULL) OR ([R0779900] " + + "= @Original_R0779900)) AND ((@IsNull_R1773900 = 1 AND [R1773900] IS NULL) OR ([R" + + "1773900] = @Original_R1773900)) AND ((@IsNull_R1774000 = 1 AND [R1774000] IS NUL" + + "L) OR ([R1774000] = @Original_R1774000)) AND ((@IsNull_T0897300 = 1 AND [T089730" + + "0] IS NULL) OR ([T0897300] = @Original_T0897300)) AND ((@IsNull_T0897400 = 1 AND" + + " [T0897400] IS NULL) OR ([T0897400] = @Original_T0897400)) AND ((@IsNull_T089750" + + "0 = 1 AND [T0897500] IS NULL) OR ([T0897500] = @Original_T0897500)) AND ((@IsNul" + + "l_T2053800 = 1 AND [T2053800] IS NULL) OR ([T2053800] = @Original_T2053800)) AND" + + " ((@IsNull_T2053900 = 1 AND [T2053900] IS NULL) OR ([T2053900] = @Original_T2053" + + "900)) AND ((@IsNull_T2054000 = 1 AND [T2054000] IS NULL) OR ([T2054000] = @Origi" + + "nal_T2054000)) AND ((@IsNull_T3024700 = 1 AND [T3024700] IS NULL) OR ([T3024700]" + + " = @Original_T3024700)) AND ((@IsNull_T3024800 = 1 AND [T3024800] IS NULL) OR ([" + + "T3024800] = @Original_T3024800)) AND ((@IsNull_T3024900 = 1 AND [T3024900] IS NU" + + "LL) OR ([T3024900] = @Original_T3024900)));\r\nSELECT R0000100, R0214700, R0214800" + + ", R0481600, R0481700, R0618200, R0618300, R0618301, R0779800, R0779900, R1773900" + + ", R1774000, T0897300, T0897400, T0897500, T2053800, T2053900, T2054000, T3024700" + + ", T3024800, T3024900 FROM Extract.tblGen1Outcomes WHERE (R0000100 = @R0000100)"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000149", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000149", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000150", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000150", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000151", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000151", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000152", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000152", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000153", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000153", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000154", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000154", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000155", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000155", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000156", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000156", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000157", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000157", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000158", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000158", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000159", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000159", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000162", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000162", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000163", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000163", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000164", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000164", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000165", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000165", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000166", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000166", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4125101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4125101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4125801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4125801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4126501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4126501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4127201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4127201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4127901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4127901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4128601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4128601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4129301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4129301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4130001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4130001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4130701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4130701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4131401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4131401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4132101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4132101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4132801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4132801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4133701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4133701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4521500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4521700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4521800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4521900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0004000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0004100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0004200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0004300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0004400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0004500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2261500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2261600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2261700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2261800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2261900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0481600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0481600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0481700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0481700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0618200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0618300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0618301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0779800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0779800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0779900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0779900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1773900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0897300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0897400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0897500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2053800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2053800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2053900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2053900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2054000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2054000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3024700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3024800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3024900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000149", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000149", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000149", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000149", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000150", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000150", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000150", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000150", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000151", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000151", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000151", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000151", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000152", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000152", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000152", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000152", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000153", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000153", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000153", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000153", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000154", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000154", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000154", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000154", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000155", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000155", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000155", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000155", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000156", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000156", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000156", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000156", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000157", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000157", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000157", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000157", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000158", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000158", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000158", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000158", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000159", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000159", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000159", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000159", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000162", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000162", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000162", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000162", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000163", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000163", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000163", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000163", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000164", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000164", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000164", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000164", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000165", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000165", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000165", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000165", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000166", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000166", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000166", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000166", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4125101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4125101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4125101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4125101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4125801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4125801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4125801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4125801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4126501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4126501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4126501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4126501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4127201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4127201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4127201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4127201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4127901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4127901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4127901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4127901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4128601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4128601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4128601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4128601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4129301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4129301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4129301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4129301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4130001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4130001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4130001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4130001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4130701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4130701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4130701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4130701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4131401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4131401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4131401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4131401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4132101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4132101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4132101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4132101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4132801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4132801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4132801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4132801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4133701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4133701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4133701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4133701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4521500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4521500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4521700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4521700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4521800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4521800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4521900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4521900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0004000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0004000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0004100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0004100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0004200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0004200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0004300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0004300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0004400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0004400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0004500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0004500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2261500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2261500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2261600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2261600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2261700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2261700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2261800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2261800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2261900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2261900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0481600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0481600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0481600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0481600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0481700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0481700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0481700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0481700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0618200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0618200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0618300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0618300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0618301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0618301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0618301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0779800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0779800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0779800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0779800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0779900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0779900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0779900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0779900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1773900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1773900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0897300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0897300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0897400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0897400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0897500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0897500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0897500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2053800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2053800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2053800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2053800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2053900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2053900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2053900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2053900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2054000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2054000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2054000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2054000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3024700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3024700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3024800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3024800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3024900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3024900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3024900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -95855,7 +94990,10 @@ 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 R0000100, R0000149, R0000150, R0000151, R0000152, R0000153, R0000154, R0000155, R0000156, R0000157, R0000158, R0000159, R0000162, R0000163, R0000164, R0000165, R0000166, R0214700, R0214800, R4125101, R4125801, R4126501, R4127201, R4127901, R4128601, R4129301, R4130001, R4130701, R4131401, R4132101, R4132801, R4133701, R4521500, R4521700, R4521800, R4521900, R4522000, R4522100, R4522200, R4522300, R4522400, R4522500, R4522600, R4522700, R4522800, T0002000, T0002100, T0002200, T0002300, T0002400, T0002500, T0002600, T0002700, T0002800, T0002900, T0003000, T0003100, T0003200, T0003300, T0003400, T0003500, T0003600, T0003700, T0003800, T0003900, T0004000, T0004100, T0004200, T0004300, T0004400, T0004500, T2261500, T2261600, T2261700, T2261800, T2261900, T2262000, T2262100, T2262200, T2262300, T2262400, T2262500, T2262600, T2262700, T2262800, T2262900, T2263000, T2263100, T2263200, T2263300, T2263400, T2263500, T2263600, T2263700, T2263800 FROM Extract.tblGen1Explicit"; + this._commandCollection[0].CommandText = "SELECT R0000100, R0214700, R0214800, R0481600, R0481700, R0618200, R0618300, R061" + + "8301, R0779800, R0779900, R1773900, R1774000, T0897300, T0897400, T0897500, T205" + + "3800, T2053900, T2054000, T3024700, T3024800, T3024900 FROM Extract.tblGen1Outco" + + "mes"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; } @@ -95863,7 +95001,7 @@ private void InitCommandCollection() { [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(ImportDataSet.tblGen1ExplicitDataTable dataTable) { + public virtual int Fill(ImportDataSet.tblGen1OutcomesDataTable dataTable) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((this.ClearBeforeFill == true)) { dataTable.Clear(); @@ -95876,9 +95014,9 @@ public virtual int Fill(ImportDataSet.tblGen1ExplicitDataTable dataTable) { [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 ImportDataSet.tblGen1ExplicitDataTable GetData() { + public virtual ImportDataSet.tblGen1OutcomesDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; - ImportDataSet.tblGen1ExplicitDataTable dataTable = new ImportDataSet.tblGen1ExplicitDataTable(); + ImportDataSet.tblGen1OutcomesDataTable dataTable = new ImportDataSet.tblGen1OutcomesDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -95886,7 +95024,7 @@ public virtual ImportDataSet.tblGen1ExplicitDataTable GetData() { [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(ImportDataSet.tblGen1ExplicitDataTable dataTable) { + public virtual int Update(ImportDataSet.tblGen1OutcomesDataTable dataTable) { return this.Adapter.Update(dataTable); } @@ -95894,7 +95032,7 @@ public virtual int Update(ImportDataSet.tblGen1ExplicitDataTable dataTable) { [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(ImportDataSet dataSet) { - return this.Adapter.Update(dataSet, "tblGen1Explicit"); + return this.Adapter.Update(dataSet, "tblGen1Outcomes"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -95918,865 +95056,707 @@ public virtual int Update(global::System.Data.DataRow[] dataRows) { [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)] public virtual int Delete( int Original_R0000100, - global::System.Nullable Original_R0000149, - global::System.Nullable Original_R0000150, - global::System.Nullable Original_R0000151, - global::System.Nullable Original_R0000152, - global::System.Nullable Original_R0000153, - global::System.Nullable Original_R0000154, - global::System.Nullable Original_R0000155, - global::System.Nullable Original_R0000156, - global::System.Nullable Original_R0000157, - global::System.Nullable Original_R0000158, - global::System.Nullable Original_R0000159, - global::System.Nullable Original_R0000162, - global::System.Nullable Original_R0000163, - global::System.Nullable Original_R0000164, - global::System.Nullable Original_R0000165, - global::System.Nullable Original_R0000166, global::System.Nullable Original_R0214700, global::System.Nullable Original_R0214800, - global::System.Nullable Original_R4125101, - global::System.Nullable Original_R4125801, - global::System.Nullable Original_R4126501, - global::System.Nullable Original_R4127201, - global::System.Nullable Original_R4127901, - global::System.Nullable Original_R4128601, - global::System.Nullable Original_R4129301, - global::System.Nullable Original_R4130001, - global::System.Nullable Original_R4130701, - global::System.Nullable Original_R4131401, - global::System.Nullable Original_R4132101, - global::System.Nullable Original_R4132801, - global::System.Nullable Original_R4133701, - global::System.Nullable Original_R4521500, - global::System.Nullable Original_R4521700, - global::System.Nullable Original_R4521800, - global::System.Nullable Original_R4521900, - global::System.Nullable Original_R4522000, - global::System.Nullable Original_R4522100, - global::System.Nullable Original_R4522200, - global::System.Nullable Original_R4522300, - global::System.Nullable Original_R4522400, - global::System.Nullable Original_R4522500, - global::System.Nullable Original_R4522600, - global::System.Nullable Original_R4522700, - global::System.Nullable Original_R4522800, - global::System.Nullable Original_T0002000, - global::System.Nullable Original_T0002100, - global::System.Nullable Original_T0002200, - global::System.Nullable Original_T0002300, - global::System.Nullable Original_T0002400, - global::System.Nullable Original_T0002500, - global::System.Nullable Original_T0002600, - global::System.Nullable Original_T0002700, - global::System.Nullable Original_T0002800, - global::System.Nullable Original_T0002900, - global::System.Nullable Original_T0003000, - global::System.Nullable Original_T0003100, - global::System.Nullable Original_T0003200, - global::System.Nullable Original_T0003300, - global::System.Nullable Original_T0003400, - global::System.Nullable Original_T0003500, - global::System.Nullable Original_T0003600, - global::System.Nullable Original_T0003700, - global::System.Nullable Original_T0003800, - global::System.Nullable Original_T0003900, - global::System.Nullable Original_T0004000, - global::System.Nullable Original_T0004100, - global::System.Nullable Original_T0004200, - global::System.Nullable Original_T0004300, - global::System.Nullable Original_T0004400, - global::System.Nullable Original_T0004500, - global::System.Nullable Original_T2261500, - global::System.Nullable Original_T2261600, - global::System.Nullable Original_T2261700, - global::System.Nullable Original_T2261800, - global::System.Nullable Original_T2261900, - global::System.Nullable Original_T2262000, - global::System.Nullable Original_T2262100, - global::System.Nullable Original_T2262200, - global::System.Nullable Original_T2262300, - global::System.Nullable Original_T2262400, - global::System.Nullable Original_T2262500, - global::System.Nullable Original_T2262600, - global::System.Nullable Original_T2262700, - global::System.Nullable Original_T2262800, - global::System.Nullable Original_T2262900, - global::System.Nullable Original_T2263000, - global::System.Nullable Original_T2263100, - global::System.Nullable Original_T2263200, - global::System.Nullable Original_T2263300, - global::System.Nullable Original_T2263400, - global::System.Nullable Original_T2263500, - global::System.Nullable Original_T2263600, - global::System.Nullable Original_T2263700, - global::System.Nullable Original_T2263800) { + global::System.Nullable Original_R0481600, + global::System.Nullable Original_R0481700, + global::System.Nullable Original_R0618200, + global::System.Nullable Original_R0618300, + global::System.Nullable Original_R0618301, + global::System.Nullable Original_R0779800, + global::System.Nullable Original_R0779900, + global::System.Nullable Original_R1773900, + global::System.Nullable Original_R1774000, + global::System.Nullable Original_T0897300, + global::System.Nullable Original_T0897400, + global::System.Nullable Original_T0897500, + global::System.Nullable Original_T2053800, + global::System.Nullable Original_T2053900, + global::System.Nullable Original_T2054000, + global::System.Nullable Original_T3024700, + global::System.Nullable Original_T3024800, + global::System.Nullable Original_T3024900) { this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_R0000100)); - if ((Original_R0000149.HasValue == true)) { + if ((Original_R0214700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_R0000149.Value)); + this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_R0214700.Value)); } else { this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((Original_R0000150.HasValue == true)) { + if ((Original_R0214800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[4].Value = ((int)(Original_R0000150.Value)); + this.Adapter.DeleteCommand.Parameters[4].Value = ((int)(Original_R0214800.Value)); } else { this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((Original_R0000151.HasValue == true)) { + if ((Original_R0481600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_R0000151.Value)); + this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_R0481600.Value)); } else { this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((Original_R0000152.HasValue == true)) { + if ((Original_R0481700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[8].Value = ((int)(Original_R0000152.Value)); + this.Adapter.DeleteCommand.Parameters[8].Value = ((int)(Original_R0481700.Value)); } else { this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((Original_R0000153.HasValue == true)) { + if ((Original_R0618200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_R0000153.Value)); + this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_R0618200.Value)); } else { this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((Original_R0000154.HasValue == true)) { + if ((Original_R0618300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[12].Value = ((int)(Original_R0000154.Value)); + this.Adapter.DeleteCommand.Parameters[12].Value = ((int)(Original_R0618300.Value)); } else { this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((Original_R0000155.HasValue == true)) { + if ((Original_R0618301.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[14].Value = ((int)(Original_R0000155.Value)); + this.Adapter.DeleteCommand.Parameters[14].Value = ((int)(Original_R0618301.Value)); } else { this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((Original_R0000156.HasValue == true)) { + if ((Original_R0779800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[16].Value = ((int)(Original_R0000156.Value)); + this.Adapter.DeleteCommand.Parameters[16].Value = ((int)(Original_R0779800.Value)); } else { this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((Original_R0000157.HasValue == true)) { + if ((Original_R0779900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[18].Value = ((int)(Original_R0000157.Value)); + this.Adapter.DeleteCommand.Parameters[18].Value = ((int)(Original_R0779900.Value)); } else { this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((Original_R0000158.HasValue == true)) { + if ((Original_R1773900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[20].Value = ((int)(Original_R0000158.Value)); + this.Adapter.DeleteCommand.Parameters[20].Value = ((int)(Original_R1773900.Value)); } else { this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value; } - if ((Original_R0000159.HasValue == true)) { + if ((Original_R1774000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[22].Value = ((int)(Original_R0000159.Value)); + this.Adapter.DeleteCommand.Parameters[22].Value = ((int)(Original_R1774000.Value)); } else { this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((Original_R0000162.HasValue == true)) { + if ((Original_T0897300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[24].Value = ((int)(Original_R0000162.Value)); + this.Adapter.DeleteCommand.Parameters[24].Value = ((int)(Original_T0897300.Value)); } else { this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.Value; } - if ((Original_R0000163.HasValue == true)) { + if ((Original_T0897400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[26].Value = ((int)(Original_R0000163.Value)); + this.Adapter.DeleteCommand.Parameters[26].Value = ((int)(Original_T0897400.Value)); } else { this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value; } - if ((Original_R0000164.HasValue == true)) { + if ((Original_T0897500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[28].Value = ((int)(Original_R0000164.Value)); + this.Adapter.DeleteCommand.Parameters[28].Value = ((int)(Original_T0897500.Value)); } else { this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value; } - if ((Original_R0000165.HasValue == true)) { + if ((Original_T2053800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[30].Value = ((int)(Original_R0000165.Value)); + this.Adapter.DeleteCommand.Parameters[30].Value = ((int)(Original_T2053800.Value)); } else { this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.Value; } - if ((Original_R0000166.HasValue == true)) { + if ((Original_T2053900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[32].Value = ((int)(Original_R0000166.Value)); + this.Adapter.DeleteCommand.Parameters[32].Value = ((int)(Original_T2053900.Value)); } else { this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[32].Value = global::System.DBNull.Value; } - if ((Original_R0214700.HasValue == true)) { + if ((Original_T2054000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[34].Value = ((int)(Original_R0214700.Value)); + this.Adapter.DeleteCommand.Parameters[34].Value = ((int)(Original_T2054000.Value)); } else { this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.Value; } - if ((Original_R0214800.HasValue == true)) { + if ((Original_T3024700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[36].Value = ((int)(Original_R0214800.Value)); + this.Adapter.DeleteCommand.Parameters[36].Value = ((int)(Original_T3024700.Value)); } else { this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.Value; } - if ((Original_R4125101.HasValue == true)) { + if ((Original_T3024800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[38].Value = ((int)(Original_R4125101.Value)); + this.Adapter.DeleteCommand.Parameters[38].Value = ((int)(Original_T3024800.Value)); } else { this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[38].Value = global::System.DBNull.Value; } - if ((Original_R4125801.HasValue == true)) { + if ((Original_T3024900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[40].Value = ((int)(Original_R4125801.Value)); + this.Adapter.DeleteCommand.Parameters[40].Value = ((int)(Original_T3024900.Value)); } else { this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[40].Value = global::System.DBNull.Value; } - if ((Original_R4126501.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[42].Value = ((int)(Original_R4126501.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[42].Value = global::System.DBNull.Value; - } - if ((Original_R4127201.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[44].Value = ((int)(Original_R4127201.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[44].Value = global::System.DBNull.Value; - } - if ((Original_R4127901.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[46].Value = ((int)(Original_R4127901.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[46].Value = global::System.DBNull.Value; - } - if ((Original_R4128601.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[48].Value = ((int)(Original_R4128601.Value)); + 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(); } - else { - this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[48].Value = global::System.DBNull.Value; + try { + int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); + return returnValue; } - if ((Original_R4129301.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[50].Value = ((int)(Original_R4129301.Value)); + finally { + if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { + this.Adapter.DeleteCommand.Connection.Close(); + } } - else { - this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[50].Value = global::System.DBNull.Value; - } - if ((Original_R4130001.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[52].Value = ((int)(Original_R4130001.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[52].Value = global::System.DBNull.Value; - } - if ((Original_R4130701.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[54].Value = ((int)(Original_R4130701.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[54].Value = global::System.DBNull.Value; - } - if ((Original_R4131401.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[56].Value = ((int)(Original_R4131401.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[56].Value = global::System.DBNull.Value; - } - if ((Original_R4132101.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[58].Value = ((int)(Original_R4132101.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[58].Value = global::System.DBNull.Value; - } - if ((Original_R4132801.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[60].Value = ((int)(Original_R4132801.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[60].Value = global::System.DBNull.Value; - } - if ((Original_R4133701.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[62].Value = ((int)(Original_R4133701.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[62].Value = global::System.DBNull.Value; - } - if ((Original_R4521500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[64].Value = ((int)(Original_R4521500.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[64].Value = global::System.DBNull.Value; - } - if ((Original_R4521700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[66].Value = ((int)(Original_R4521700.Value)); + } + + [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( + int R0000100, + global::System.Nullable R0214700, + global::System.Nullable R0214800, + global::System.Nullable R0481600, + global::System.Nullable R0481700, + global::System.Nullable R0618200, + global::System.Nullable R0618300, + global::System.Nullable R0618301, + global::System.Nullable R0779800, + global::System.Nullable R0779900, + global::System.Nullable R1773900, + global::System.Nullable R1774000, + global::System.Nullable T0897300, + global::System.Nullable T0897400, + global::System.Nullable T0897500, + global::System.Nullable T2053800, + global::System.Nullable T2053900, + global::System.Nullable T2054000, + global::System.Nullable T3024700, + global::System.Nullable T3024800, + global::System.Nullable T3024900) { + this.Adapter.InsertCommand.Parameters[0].Value = ((int)(R0000100)); + if ((R0214700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[1].Value = ((int)(R0214700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[66].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; } - if ((Original_R4521800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[68].Value = ((int)(Original_R4521800.Value)); + if ((R0214800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[2].Value = ((int)(R0214800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[68].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((Original_R4521900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[70].Value = ((int)(Original_R4521900.Value)); + if ((R0481600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[3].Value = ((int)(R0481600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[70].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; } - if ((Original_R4522000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[72].Value = ((int)(Original_R4522000.Value)); + if ((R0481700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[4].Value = ((int)(R0481700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[72].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((Original_R4522100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[74].Value = ((int)(Original_R4522100.Value)); + if ((R0618200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[5].Value = ((int)(R0618200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[74].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((Original_R4522200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[76].Value = ((int)(Original_R4522200.Value)); + if ((R0618300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[6].Value = ((int)(R0618300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[76].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((Original_R4522300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[78].Value = ((int)(Original_R4522300.Value)); + if ((R0618301.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[7].Value = ((int)(R0618301.Value)); } else { - this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[78].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; } - if ((Original_R4522400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[80].Value = ((int)(Original_R4522400.Value)); + if ((R0779800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[8].Value = ((int)(R0779800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[80].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((Original_R4522500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[82].Value = ((int)(Original_R4522500.Value)); + if ((R0779900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[9].Value = ((int)(R0779900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[82].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; } - if ((Original_R4522600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[84].Value = ((int)(Original_R4522600.Value)); + if ((R1773900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[10].Value = ((int)(R1773900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[84].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((Original_R4522700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[86].Value = ((int)(Original_R4522700.Value)); + if ((R1774000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[11].Value = ((int)(R1774000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[86].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; } - if ((Original_R4522800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[88].Value = ((int)(Original_R4522800.Value)); + if ((T0897300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[12].Value = ((int)(T0897300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[88].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((Original_T0002000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[90].Value = ((int)(Original_T0002000.Value)); + if ((T0897400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[13].Value = ((int)(T0897400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[90].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; } - if ((Original_T0002100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[92].Value = ((int)(Original_T0002100.Value)); + if ((T0897500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[14].Value = ((int)(T0897500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[92].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((Original_T0002200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[94].Value = ((int)(Original_T0002200.Value)); + if ((T2053800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[15].Value = ((int)(T2053800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[94].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; } - if ((Original_T0002300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[96].Value = ((int)(Original_T0002300.Value)); + if ((T2053900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[16].Value = ((int)(T2053900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[96].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((Original_T0002400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[98].Value = ((int)(Original_T0002400.Value)); + if ((T2054000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[17].Value = ((int)(T2054000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[98].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; } - if ((Original_T0002500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[100].Value = ((int)(Original_T0002500.Value)); + if ((T3024700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[18].Value = ((int)(T3024700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[100].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((Original_T0002600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[102].Value = ((int)(Original_T0002600.Value)); + if ((T3024800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[19].Value = ((int)(T3024800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[102].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; } - if ((Original_T0002700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[104].Value = ((int)(Original_T0002700.Value)); + if ((T3024900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[20].Value = ((int)(T3024900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[104].Value = global::System.DBNull.Value; - } - if ((Original_T0002800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[106].Value = ((int)(Original_T0002800.Value)); + this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; } - else { - this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[106].Value = global::System.DBNull.Value; + 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(); } - if ((Original_T0002900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[108].Value = ((int)(Original_T0002900.Value)); + try { + int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); + return returnValue; } - else { - this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[108].Value = global::System.DBNull.Value; + finally { + if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { + this.Adapter.InsertCommand.Connection.Close(); + } } - if ((Original_T0003000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[110].Value = ((int)(Original_T0003000.Value)); + } + + [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 R0000100, + global::System.Nullable R0214700, + global::System.Nullable R0214800, + global::System.Nullable R0481600, + global::System.Nullable R0481700, + global::System.Nullable R0618200, + global::System.Nullable R0618300, + global::System.Nullable R0618301, + global::System.Nullable R0779800, + global::System.Nullable R0779900, + global::System.Nullable R1773900, + global::System.Nullable R1774000, + global::System.Nullable T0897300, + global::System.Nullable T0897400, + global::System.Nullable T0897500, + global::System.Nullable T2053800, + global::System.Nullable T2053900, + global::System.Nullable T2054000, + global::System.Nullable T3024700, + global::System.Nullable T3024800, + global::System.Nullable T3024900, + int Original_R0000100, + global::System.Nullable Original_R0214700, + global::System.Nullable Original_R0214800, + global::System.Nullable Original_R0481600, + global::System.Nullable Original_R0481700, + global::System.Nullable Original_R0618200, + global::System.Nullable Original_R0618300, + global::System.Nullable Original_R0618301, + global::System.Nullable Original_R0779800, + global::System.Nullable Original_R0779900, + global::System.Nullable Original_R1773900, + global::System.Nullable Original_R1774000, + global::System.Nullable Original_T0897300, + global::System.Nullable Original_T0897400, + global::System.Nullable Original_T0897500, + global::System.Nullable Original_T2053800, + global::System.Nullable Original_T2053900, + global::System.Nullable Original_T2054000, + global::System.Nullable Original_T3024700, + global::System.Nullable Original_T3024800, + global::System.Nullable Original_T3024900) { + this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(R0000100)); + if ((R0214700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(R0214700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[110].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; } - if ((Original_T0003100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[112].Value = ((int)(Original_T0003100.Value)); + if ((R0214800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(R0214800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[112].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((Original_T0003200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[114].Value = ((int)(Original_T0003200.Value)); + if ((R0481600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(R0481600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[114].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; } - if ((Original_T0003300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[116].Value = ((int)(Original_T0003300.Value)); + if ((R0481700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(R0481700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[116].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((Original_T0003400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[118].Value = ((int)(Original_T0003400.Value)); + if ((R0618200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(R0618200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[118].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((Original_T0003500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[120].Value = ((int)(Original_T0003500.Value)); + if ((R0618300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(R0618300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[120].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((Original_T0003600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[122].Value = ((int)(Original_T0003600.Value)); + if ((R0618301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(R0618301.Value)); } else { - this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[122].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; } - if ((Original_T0003700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[124].Value = ((int)(Original_T0003700.Value)); + if ((R0779800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(R0779800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[124].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((Original_T0003800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[126].Value = ((int)(Original_T0003800.Value)); + if ((R0779900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(R0779900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[126].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; } - if ((Original_T0003900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[128].Value = ((int)(Original_T0003900.Value)); + if ((R1773900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(R1773900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[128].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((Original_T0004000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[130].Value = ((int)(Original_T0004000.Value)); + if ((R1774000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(R1774000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[130].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; } - if ((Original_T0004100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[132].Value = ((int)(Original_T0004100.Value)); + if ((T0897300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(T0897300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[132].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((Original_T0004200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[134].Value = ((int)(Original_T0004200.Value)); + if ((T0897400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(T0897400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[134].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; } - if ((Original_T0004300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[136].Value = ((int)(Original_T0004300.Value)); + if ((T0897500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(T0897500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[136].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((Original_T0004400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[138].Value = ((int)(Original_T0004400.Value)); + if ((T2053800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(T2053800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[138].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; } - if ((Original_T0004500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[140].Value = ((int)(Original_T0004500.Value)); + if ((T2053900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(T2053900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[140].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((Original_T2261500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[142].Value = ((int)(Original_T2261500.Value)); + if ((T2054000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(T2054000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[142].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; } - if ((Original_T2261600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[144].Value = ((int)(Original_T2261600.Value)); + if ((T3024700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(T3024700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[144].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((Original_T2261700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[146].Value = ((int)(Original_T2261700.Value)); + if ((T3024800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(T3024800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[146].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; } - if ((Original_T2261800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[148].Value = ((int)(Original_T2261800.Value)); + if ((T3024900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(T3024900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[148].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; } - if ((Original_T2261900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[150].Value = ((int)(Original_T2261900.Value)); + this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(Original_R0000100)); + if ((Original_R0214700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(Original_R0214700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[150].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; } - if ((Original_T2262000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[152].Value = ((int)(Original_T2262000.Value)); + if ((Original_R0214800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(Original_R0214800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[152].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; } - if ((Original_T2262100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[154].Value = ((int)(Original_T2262100.Value)); + if ((Original_R0481600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[26].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(Original_R0481600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[154].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[26].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; } - if ((Original_T2262200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[156].Value = ((int)(Original_T2262200.Value)); + if ((Original_R0481700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[28].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(Original_R0481700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[156].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[28].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; } - if ((Original_T2262300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[158].Value = ((int)(Original_T2262300.Value)); + if ((Original_R0618200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[30].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(Original_R0618200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[158].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[30].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; } - if ((Original_T2262400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[160].Value = ((int)(Original_T2262400.Value)); + if ((Original_R0618300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[32].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(Original_R0618300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[160].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[32].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; } - if ((Original_T2262500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[162].Value = ((int)(Original_T2262500.Value)); + if ((Original_R0618301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[34].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(Original_R0618301.Value)); } else { - this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[162].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[34].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; } - if ((Original_T2262600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[164].Value = ((int)(Original_T2262600.Value)); + if ((Original_R0779800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[36].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(Original_R0779800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[164].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[36].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; } - if ((Original_T2262700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[166].Value = ((int)(Original_T2262700.Value)); + if ((Original_R0779900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[38].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[39].Value = ((int)(Original_R0779900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[166].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[38].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; } - if ((Original_T2262800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[168].Value = ((int)(Original_T2262800.Value)); + if ((Original_R1773900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[40].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[41].Value = ((int)(Original_R1773900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[168].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[40].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; } - if ((Original_T2262900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[170].Value = ((int)(Original_T2262900.Value)); + if ((Original_R1774000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[42].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[43].Value = ((int)(Original_R1774000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[170].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[42].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; } - if ((Original_T2263000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[172].Value = ((int)(Original_T2263000.Value)); + if ((Original_T0897300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[44].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[45].Value = ((int)(Original_T0897300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[172].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[44].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value; } - if ((Original_T2263100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[174].Value = ((int)(Original_T2263100.Value)); + if ((Original_T0897400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[46].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[47].Value = ((int)(Original_T0897400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[174].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[46].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value; } - if ((Original_T2263200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[176].Value = ((int)(Original_T2263200.Value)); + if ((Original_T0897500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[48].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[49].Value = ((int)(Original_T0897500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[176].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[48].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value; } - if ((Original_T2263300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[178].Value = ((int)(Original_T2263300.Value)); + if ((Original_T2053800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[50].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[51].Value = ((int)(Original_T2053800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[178].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[50].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value; } - if ((Original_T2263400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[180].Value = ((int)(Original_T2263400.Value)); + if ((Original_T2053900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[52].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[53].Value = ((int)(Original_T2053900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[180].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[52].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value; } - if ((Original_T2263500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[182].Value = ((int)(Original_T2263500.Value)); + if ((Original_T2054000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[54].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[55].Value = ((int)(Original_T2054000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[182].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[54].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value; } - if ((Original_T2263600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[184].Value = ((int)(Original_T2263600.Value)); + if ((Original_T3024700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[56].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[57].Value = ((int)(Original_T3024700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[184].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[56].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value; } - if ((Original_T2263700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[186].Value = ((int)(Original_T2263700.Value)); + if ((Original_T3024800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[58].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[59].Value = ((int)(Original_T3024800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[186].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[58].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value; } - if ((Original_T2263800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[188].Value = ((int)(Original_T2263800.Value)); + if ((Original_T3024900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[60].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[61].Value = ((int)(Original_T3024900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[188].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[60].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value; } - 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 previousConnectionState = this.Adapter.UpdateCommand.Connection.State; + if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) != global::System.Data.ConnectionState.Open)) { - this.Adapter.DeleteCommand.Connection.Open(); + this.Adapter.UpdateCommand.Connection.Open(); } try { - int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); + int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); return returnValue; } finally { if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.DeleteCommand.Connection.Close(); + this.Adapter.UpdateCommand.Connection.Close(); } } } @@ -96784,667 +95764,1470 @@ public virtual int Delete( [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( - int R0000100, - global::System.Nullable R0000149, - global::System.Nullable R0000150, - global::System.Nullable R0000151, - global::System.Nullable R0000152, - global::System.Nullable R0000153, - global::System.Nullable R0000154, - global::System.Nullable R0000155, - global::System.Nullable R0000156, - global::System.Nullable R0000157, - global::System.Nullable R0000158, - global::System.Nullable R0000159, - global::System.Nullable R0000162, - global::System.Nullable R0000163, - global::System.Nullable R0000164, - global::System.Nullable R0000165, - global::System.Nullable R0000166, + [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] + public virtual int Update( global::System.Nullable R0214700, global::System.Nullable R0214800, - global::System.Nullable R4125101, - global::System.Nullable R4125801, - global::System.Nullable R4126501, - global::System.Nullable R4127201, - global::System.Nullable R4127901, - global::System.Nullable R4128601, - global::System.Nullable R4129301, - global::System.Nullable R4130001, - global::System.Nullable R4130701, - global::System.Nullable R4131401, - global::System.Nullable R4132101, - global::System.Nullable R4132801, - global::System.Nullable R4133701, - global::System.Nullable R4521500, - global::System.Nullable R4521700, - global::System.Nullable R4521800, - global::System.Nullable R4521900, - global::System.Nullable R4522000, - global::System.Nullable R4522100, - global::System.Nullable R4522200, - global::System.Nullable R4522300, - global::System.Nullable R4522400, - global::System.Nullable R4522500, - global::System.Nullable R4522600, - global::System.Nullable R4522700, - global::System.Nullable R4522800, - global::System.Nullable T0002000, - global::System.Nullable T0002100, - global::System.Nullable T0002200, - global::System.Nullable T0002300, - global::System.Nullable T0002400, - global::System.Nullable T0002500, - global::System.Nullable T0002600, - global::System.Nullable T0002700, - global::System.Nullable T0002800, - global::System.Nullable T0002900, - global::System.Nullable T0003000, - global::System.Nullable T0003100, - global::System.Nullable T0003200, - global::System.Nullable T0003300, - global::System.Nullable T0003400, - global::System.Nullable T0003500, - global::System.Nullable T0003600, - global::System.Nullable T0003700, - global::System.Nullable T0003800, - global::System.Nullable T0003900, - global::System.Nullable T0004000, - global::System.Nullable T0004100, - global::System.Nullable T0004200, - global::System.Nullable T0004300, - global::System.Nullable T0004400, - global::System.Nullable T0004500, - global::System.Nullable T2261500, - global::System.Nullable T2261600, - global::System.Nullable T2261700, - global::System.Nullable T2261800, - global::System.Nullable T2261900, - global::System.Nullable T2262000, - global::System.Nullable T2262100, - global::System.Nullable T2262200, - global::System.Nullable T2262300, - global::System.Nullable T2262400, - global::System.Nullable T2262500, - global::System.Nullable T2262600, - global::System.Nullable T2262700, - global::System.Nullable T2262800, - global::System.Nullable T2262900, - global::System.Nullable T2263000, - global::System.Nullable T2263100, - global::System.Nullable T2263200, - global::System.Nullable T2263300, - global::System.Nullable T2263400, - global::System.Nullable T2263500, - global::System.Nullable T2263600, - global::System.Nullable T2263700, - global::System.Nullable T2263800) { - this.Adapter.InsertCommand.Parameters[0].Value = ((int)(R0000100)); - if ((R0000149.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[1].Value = ((int)(R0000149.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; - } - if ((R0000150.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[2].Value = ((int)(R0000150.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; - } - if ((R0000151.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[3].Value = ((int)(R0000151.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; - } - if ((R0000152.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[4].Value = ((int)(R0000152.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; - } - if ((R0000153.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[5].Value = ((int)(R0000153.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; - } - if ((R0000154.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[6].Value = ((int)(R0000154.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; - } - if ((R0000155.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[7].Value = ((int)(R0000155.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; - } - if ((R0000156.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[8].Value = ((int)(R0000156.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; - } - if ((R0000157.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[9].Value = ((int)(R0000157.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; - } - if ((R0000158.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[10].Value = ((int)(R0000158.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; - } - if ((R0000159.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[11].Value = ((int)(R0000159.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; - } - if ((R0000162.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[12].Value = ((int)(R0000162.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; + global::System.Nullable R0481600, + global::System.Nullable R0481700, + global::System.Nullable R0618200, + global::System.Nullable R0618300, + global::System.Nullable R0618301, + global::System.Nullable R0779800, + global::System.Nullable R0779900, + global::System.Nullable R1773900, + global::System.Nullable R1774000, + global::System.Nullable T0897300, + global::System.Nullable T0897400, + global::System.Nullable T0897500, + global::System.Nullable T2053800, + global::System.Nullable T2053900, + global::System.Nullable T2054000, + global::System.Nullable T3024700, + global::System.Nullable T3024800, + global::System.Nullable T3024900, + int Original_R0000100, + global::System.Nullable Original_R0214700, + global::System.Nullable Original_R0214800, + global::System.Nullable Original_R0481600, + global::System.Nullable Original_R0481700, + global::System.Nullable Original_R0618200, + global::System.Nullable Original_R0618300, + global::System.Nullable Original_R0618301, + global::System.Nullable Original_R0779800, + global::System.Nullable Original_R0779900, + global::System.Nullable Original_R1773900, + global::System.Nullable Original_R1774000, + global::System.Nullable Original_T0897300, + global::System.Nullable Original_T0897400, + global::System.Nullable Original_T0897500, + global::System.Nullable Original_T2053800, + global::System.Nullable Original_T2053900, + global::System.Nullable Original_T2054000, + global::System.Nullable Original_T3024700, + global::System.Nullable Original_T3024800, + global::System.Nullable Original_T3024900) { + return this.Update(Original_R0000100, R0214700, R0214800, R0481600, R0481700, R0618200, R0618300, R0618301, R0779800, R0779900, R1773900, R1774000, T0897300, T0897400, T0897500, T2053800, T2053900, T2054000, T3024700, T3024800, T3024900, Original_R0000100, Original_R0214700, Original_R0214800, Original_R0481600, Original_R0481700, Original_R0618200, Original_R0618300, Original_R0618301, Original_R0779800, Original_R0779900, Original_R1773900, Original_R1774000, Original_T0897300, Original_T0897400, Original_T0897500, Original_T2053800, Original_T2053900, Original_T2054000, Original_T3024700, Original_T3024800, Original_T3024900); + } + } + + /// + ///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 tblGen2OutcomesHeightTableAdapter : 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 tblGen2OutcomesHeightTableAdapter() { + 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; } - if ((R0000163.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[13].Value = ((int)(R0000163.Value)); + } + + [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; } - else { - this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; + 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; + } + } } - if ((R0000164.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[14].Value = ((int)(R0000164.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; } - else { - this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; + 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; + } } - if ((R0000165.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[15].Value = ((int)(R0000165.Value)); + } + + [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; } - else { - this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool ClearBeforeFill { + get { + return this._clearBeforeFill; } - if ((R0000166.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[16].Value = ((int)(R0000166.Value)); + set { + this._clearBeforeFill = value; } - else { - this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; - } - if ((R0214700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[17].Value = ((int)(R0214700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; - } - if ((R0214800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[18].Value = ((int)(R0214800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; - } - if ((R4125101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[19].Value = ((int)(R4125101.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; - } - if ((R4125801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[20].Value = ((int)(R4125801.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; - } - if ((R4126501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[21].Value = ((int)(R4126501.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; - } - if ((R4127201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[22].Value = ((int)(R4127201.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.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 = "tblGen2OutcomesHeight"; + tableMapping.ColumnMappings.Add("C0000100", "C0000100"); + tableMapping.ColumnMappings.Add("C0000200", "C0000200"); + tableMapping.ColumnMappings.Add("C0005300", "C0005300"); + tableMapping.ColumnMappings.Add("C0005400", "C0005400"); + tableMapping.ColumnMappings.Add("C0005700", "C0005700"); + tableMapping.ColumnMappings.Add("C0577600", "C0577600"); + tableMapping.ColumnMappings.Add("C0606300", "C0606300"); + tableMapping.ColumnMappings.Add("C0606400", "C0606400"); + tableMapping.ColumnMappings.Add("C0826400", "C0826400"); + tableMapping.ColumnMappings.Add("C0826500", "C0826500"); + tableMapping.ColumnMappings.Add("C1016700", "C1016700"); + tableMapping.ColumnMappings.Add("C1016800", "C1016800"); + tableMapping.ColumnMappings.Add("C1220200", "C1220200"); + tableMapping.ColumnMappings.Add("C1220300", "C1220300"); + tableMapping.ColumnMappings.Add("C1532700", "C1532700"); + tableMapping.ColumnMappings.Add("C1532800", "C1532800"); + tableMapping.ColumnMappings.Add("C1779300", "C1779300"); + tableMapping.ColumnMappings.Add("C1779400", "C1779400"); + tableMapping.ColumnMappings.Add("C2288500", "C2288500"); + tableMapping.ColumnMappings.Add("C2288600", "C2288600"); + tableMapping.ColumnMappings.Add("C2552300", "C2552300"); + tableMapping.ColumnMappings.Add("C2820900", "C2820900"); + tableMapping.ColumnMappings.Add("C3130400", "C3130400"); + tableMapping.ColumnMappings.Add("C3553400", "C3553400"); + tableMapping.ColumnMappings.Add("C3634500", "C3634500"); + tableMapping.ColumnMappings.Add("C3898000", "C3898000"); + tableMapping.ColumnMappings.Add("C4013000", "C4013000"); + tableMapping.ColumnMappings.Add("C5147900", "C5147900"); + tableMapping.ColumnMappings.Add("Y0308300", "Y0308300"); + tableMapping.ColumnMappings.Add("Y0308400", "Y0308400"); + tableMapping.ColumnMappings.Add("Y0609600", "Y0609600"); + tableMapping.ColumnMappings.Add("Y0609700", "Y0609700"); + tableMapping.ColumnMappings.Add("Y0903900", "Y0903900"); + tableMapping.ColumnMappings.Add("Y0904000", "Y0904000"); + tableMapping.ColumnMappings.Add("Y1150800", "Y1150800"); + tableMapping.ColumnMappings.Add("Y1150900", "Y1150900"); + tableMapping.ColumnMappings.Add("Y1385800", "Y1385800"); + tableMapping.ColumnMappings.Add("Y1385900", "Y1385900"); + tableMapping.ColumnMappings.Add("Y1637500", "Y1637500"); + tableMapping.ColumnMappings.Add("Y1637600", "Y1637600"); + tableMapping.ColumnMappings.Add("Y1891100", "Y1891100"); + tableMapping.ColumnMappings.Add("Y1891200", "Y1891200"); + tableMapping.ColumnMappings.Add("Y2207000", "Y2207000"); + tableMapping.ColumnMappings.Add("Y2207100", "Y2207100"); + tableMapping.ColumnMappings.Add("Y2544700", "Y2544700"); + tableMapping.ColumnMappings.Add("Y2544800", "Y2544800"); + 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 [Extract].[tblGen2OutcomesHeight] WHERE (([C0000100] = @Original_C000" + + "0100) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Origi" + + "nal_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300]" + + " = @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([" + + "C0005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NU" + + "LL) OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_C0577600 = 1 AND [C05776" + + "00] IS NULL) OR ([C0577600] = @Original_C0577600)) AND ((@IsNull_C0606300 = 1 AN" + + "D [C0606300] IS NULL) OR ([C0606300] = @Original_C0606300)) AND ((@IsNull_C06064" + + "00 = 1 AND [C0606400] IS NULL) OR ([C0606400] = @Original_C0606400)) AND ((@IsNu" + + "ll_C0826400 = 1 AND [C0826400] IS NULL) OR ([C0826400] = @Original_C0826400)) AN" + + "D ((@IsNull_C0826500 = 1 AND [C0826500] IS NULL) OR ([C0826500] = @Original_C082" + + "6500)) AND ((@IsNull_C1016700 = 1 AND [C1016700] IS NULL) OR ([C1016700] = @Orig" + + "inal_C1016700)) AND ((@IsNull_C1016800 = 1 AND [C1016800] IS NULL) OR ([C1016800" + + "] = @Original_C1016800)) AND ((@IsNull_C1220200 = 1 AND [C1220200] IS NULL) OR (" + + "[C1220200] = @Original_C1220200)) AND ((@IsNull_C1220300 = 1 AND [C1220300] IS N" + + "ULL) OR ([C1220300] = @Original_C1220300)) AND ((@IsNull_C1532700 = 1 AND [C1532" + + "700] IS NULL) OR ([C1532700] = @Original_C1532700)) AND ((@IsNull_C1532800 = 1 A" + + "ND [C1532800] IS NULL) OR ([C1532800] = @Original_C1532800)) AND ((@IsNull_C1779" + + "300 = 1 AND [C1779300] IS NULL) OR ([C1779300] = @Original_C1779300)) AND ((@IsN" + + "ull_C1779400 = 1 AND [C1779400] IS NULL) OR ([C1779400] = @Original_C1779400)) A" + + "ND ((@IsNull_C2288500 = 1 AND [C2288500] IS NULL) OR ([C2288500] = @Original_C22" + + "88500)) AND ((@IsNull_C2288600 = 1 AND [C2288600] IS NULL) OR ([C2288600] = @Ori" + + "ginal_C2288600)) AND ((@IsNull_C2552300 = 1 AND [C2552300] IS NULL) OR ([C255230" + + "0] = @Original_C2552300)) AND ((@IsNull_C2820900 = 1 AND [C2820900] IS NULL) OR " + + "([C2820900] = @Original_C2820900)) AND ((@IsNull_C3130400 = 1 AND [C3130400] IS " + + "NULL) OR ([C3130400] = @Original_C3130400)) AND ((@IsNull_C3553400 = 1 AND [C355" + + "3400] IS NULL) OR ([C3553400] = @Original_C3553400)) AND ((@IsNull_C3634500 = 1 " + + "AND [C3634500] IS NULL) OR ([C3634500] = @Original_C3634500)) AND ((@IsNull_C389" + + "8000 = 1 AND [C3898000] IS NULL) OR ([C3898000] = @Original_C3898000)) AND ((@Is" + + "Null_C4013000 = 1 AND [C4013000] IS NULL) OR ([C4013000] = @Original_C4013000)) " + + "AND ((@IsNull_C5147900 = 1 AND [C5147900] IS NULL) OR ([C5147900] = @Original_C5" + + "147900)) AND ((@IsNull_Y0308300 = 1 AND [Y0308300] IS NULL) OR ([Y0308300] = @Or" + + "iginal_Y0308300)) AND ((@IsNull_Y0308400 = 1 AND [Y0308400] IS NULL) OR ([Y03084" + + "00] = @Original_Y0308400)) AND ((@IsNull_Y0609600 = 1 AND [Y0609600] IS NULL) OR" + + " ([Y0609600] = @Original_Y0609600)) AND ((@IsNull_Y0609700 = 1 AND [Y0609700] IS" + + " NULL) OR ([Y0609700] = @Original_Y0609700)) AND ((@IsNull_Y0903900 = 1 AND [Y09" + + "03900] IS NULL) OR ([Y0903900] = @Original_Y0903900)) AND ((@IsNull_Y0904000 = 1" + + " AND [Y0904000] IS NULL) OR ([Y0904000] = @Original_Y0904000)) AND ((@IsNull_Y11" + + "50800 = 1 AND [Y1150800] IS NULL) OR ([Y1150800] = @Original_Y1150800)) AND ((@I" + + "sNull_Y1150900 = 1 AND [Y1150900] IS NULL) OR ([Y1150900] = @Original_Y1150900))" + + " AND ((@IsNull_Y1385800 = 1 AND [Y1385800] IS NULL) OR ([Y1385800] = @Original_Y" + + "1385800)) AND ((@IsNull_Y1385900 = 1 AND [Y1385900] IS NULL) OR ([Y1385900] = @O" + + "riginal_Y1385900)) AND ((@IsNull_Y1637500 = 1 AND [Y1637500] IS NULL) OR ([Y1637" + + "500] = @Original_Y1637500)) AND ((@IsNull_Y1637600 = 1 AND [Y1637600] IS NULL) O" + + "R ([Y1637600] = @Original_Y1637600)) AND ((@IsNull_Y1891100 = 1 AND [Y1891100] I" + + "S NULL) OR ([Y1891100] = @Original_Y1891100)) AND ((@IsNull_Y1891200 = 1 AND [Y1" + + "891200] IS NULL) OR ([Y1891200] = @Original_Y1891200)) AND ((@IsNull_Y2207000 = " + + "1 AND [Y2207000] IS NULL) OR ([Y2207000] = @Original_Y2207000)) AND ((@IsNull_Y2" + + "207100 = 1 AND [Y2207100] IS NULL) OR ([Y2207100] = @Original_Y2207100)) AND ((@" + + "IsNull_Y2544700 = 1 AND [Y2544700] IS NULL) OR ([Y2544700] = @Original_Y2544700)" + + ") AND ((@IsNull_Y2544800 = 1 AND [Y2544800] IS NULL) OR ([Y2544800] = @Original_" + + "Y2544800)))"; + this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0577600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0577600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0577600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0577600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0606300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0606300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0606300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0606300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0606400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0606400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0606400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0606400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0826400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0826400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0826400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0826400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0826500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0826500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0826500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0826500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1016700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1016700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1016700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1016700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1016800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1016800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1016800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1016800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1220200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1220200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1220200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1220200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1220300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1220300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1220300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1220300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1532700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1532700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1532700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1532700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1532800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1532800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1532800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1532800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1779300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1779300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1779300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1779300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1779400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1779400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1779400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1779400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2288500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2288500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2288500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2288500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2288600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2288600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2288600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2288600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2552300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2552300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2552300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2552300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2820900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2820900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2820900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2820900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3130400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3130400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3130400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3130400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3553400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3553400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3553400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3553400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3634500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3634500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3634500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3634500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3898000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3898000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3898000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3898000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C4013000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C4013000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C4013000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C4013000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C5147900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5147900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C5147900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5147900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0308400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0308400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0609600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0609600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0609600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0609600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0609700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0609700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0609700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0609700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0903900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0903900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0903900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0903900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0904000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0904000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0904000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0904000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1150800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1150800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1150800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1150800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1150900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1150900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1150900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1150900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1385800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1385800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1385800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1385800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1385900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1385900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1385900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1385900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1637500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1637500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1637600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1637600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1891100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1891100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1891200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1891200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2207000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2207000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2207100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2207100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2544700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2544700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2544800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2544800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544800", 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 [Extract].[tblGen2OutcomesHeight] ([C0000100], [C0000200], [C0005300]" + + ", [C0005400], [C0005700], [C0577600], [C0606300], [C0606400], [C0826400], [C0826" + + "500], [C1016700], [C1016800], [C1220200], [C1220300], [C1532700], [C1532800], [C" + + "1779300], [C1779400], [C2288500], [C2288600], [C2552300], [C2820900], [C3130400]" + + ", [C3553400], [C3634500], [C3898000], [C4013000], [C5147900], [Y0308300], [Y0308" + + "400], [Y0609600], [Y0609700], [Y0903900], [Y0904000], [Y1150800], [Y1150900], [Y" + + "1385800], [Y1385900], [Y1637500], [Y1637600], [Y1891100], [Y1891200], [Y2207000]" + + ", [Y2207100], [Y2544700], [Y2544800]) VALUES (@C0000100, @C0000200, @C0005300, @" + + "C0005400, @C0005700, @C0577600, @C0606300, @C0606400, @C0826400, @C0826500, @C10" + + "16700, @C1016800, @C1220200, @C1220300, @C1532700, @C1532800, @C1779300, @C17794" + + "00, @C2288500, @C2288600, @C2552300, @C2820900, @C3130400, @C3553400, @C3634500," + + " @C3898000, @C4013000, @C5147900, @Y0308300, @Y0308400, @Y0609600, @Y0609700, @Y" + + "0903900, @Y0904000, @Y1150800, @Y1150900, @Y1385800, @Y1385900, @Y1637500, @Y163" + + "7600, @Y1891100, @Y1891200, @Y2207000, @Y2207100, @Y2544700, @Y2544800);\r\nSELECT" + + " C0000100, C0000200, C0005300, C0005400, C0005700, C0577600, C0606300, C0606400," + + " C0826400, C0826500, C1016700, C1016800, C1220200, C1220300, C1532700, C1532800," + + " C1779300, C1779400, C2288500, C2288600, C2552300, C2820900, C3130400, C3553400," + + " C3634500, C3898000, C4013000, C5147900, Y0308300, Y0308400, Y0609600, Y0609700," + + " Y0903900, Y0904000, Y1150800, Y1150900, Y1385800, Y1385900, Y1637500, Y1637600," + + " Y1891100, Y1891200, Y2207000, Y2207100, Y2544700, Y2544800 FROM Extract.tblGen2" + + "OutcomesHeight WHERE (C0000100 = @C0000100)"; + this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0577600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0577600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0606300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0606300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0606400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0606400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0826400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0826400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0826500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0826500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1016700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1016700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1016800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1016800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1220200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1220200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1220300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1220300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1532700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1532700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1532800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1532800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1779300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1779300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1779400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1779400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2288500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2288500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2288600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2288600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2552300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2552300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2820900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2820900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3130400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3130400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3553400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3553400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3634500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3634500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3898000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3898000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C4013000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C4013000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C5147900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5147900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0308400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0609600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0609600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0609700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0609700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0903900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0903900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0904000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0904000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1150800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1150800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1150900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1150900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1385800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1385800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1385900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1385900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1637500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1637600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1891100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1891200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2207000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2207100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2544700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2544800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544800", 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 [Extract].[tblGen2OutcomesHeight] SET [C0000100] = @C0000100, [C0000200] =" + + " @C0000200, [C0005300] = @C0005300, [C0005400] = @C0005400, [C0005700] = @C00057" + + "00, [C0577600] = @C0577600, [C0606300] = @C0606300, [C0606400] = @C0606400, [C08" + + "26400] = @C0826400, [C0826500] = @C0826500, [C1016700] = @C1016700, [C1016800] =" + + " @C1016800, [C1220200] = @C1220200, [C1220300] = @C1220300, [C1532700] = @C15327" + + "00, [C1532800] = @C1532800, [C1779300] = @C1779300, [C1779400] = @C1779400, [C22" + + "88500] = @C2288500, [C2288600] = @C2288600, [C2552300] = @C2552300, [C2820900] =" + + " @C2820900, [C3130400] = @C3130400, [C3553400] = @C3553400, [C3634500] = @C36345" + + "00, [C3898000] = @C3898000, [C4013000] = @C4013000, [C5147900] = @C5147900, [Y03" + + "08300] = @Y0308300, [Y0308400] = @Y0308400, [Y0609600] = @Y0609600, [Y0609700] =" + + " @Y0609700, [Y0903900] = @Y0903900, [Y0904000] = @Y0904000, [Y1150800] = @Y11508" + + "00, [Y1150900] = @Y1150900, [Y1385800] = @Y1385800, [Y1385900] = @Y1385900, [Y16" + + "37500] = @Y1637500, [Y1637600] = @Y1637600, [Y1891100] = @Y1891100, [Y1891200] =" + + " @Y1891200, [Y2207000] = @Y2207000, [Y2207100] = @Y2207100, [Y2544700] = @Y25447" + + "00, [Y2544800] = @Y2544800 WHERE (([C0000100] = @Original_C0000100) AND ((@IsNul" + + "l_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Original_C0000200)) AND" + + " ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300] = @Original_C0005" + + "300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([C0005400] = @Origi" + + "nal_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NULL) OR ([C0005700]" + + " = @Original_C0005700)) AND ((@IsNull_C0577600 = 1 AND [C0577600] IS NULL) OR ([" + + "C0577600] = @Original_C0577600)) AND ((@IsNull_C0606300 = 1 AND [C0606300] IS NU" + + "LL) OR ([C0606300] = @Original_C0606300)) AND ((@IsNull_C0606400 = 1 AND [C06064" + + "00] IS NULL) OR ([C0606400] = @Original_C0606400)) AND ((@IsNull_C0826400 = 1 AN" + + "D [C0826400] IS NULL) OR ([C0826400] = @Original_C0826400)) AND ((@IsNull_C08265" + + "00 = 1 AND [C0826500] IS NULL) OR ([C0826500] = @Original_C0826500)) AND ((@IsNu" + + "ll_C1016700 = 1 AND [C1016700] IS NULL) OR ([C1016700] = @Original_C1016700)) AN" + + "D ((@IsNull_C1016800 = 1 AND [C1016800] IS NULL) OR ([C1016800] = @Original_C101" + + "6800)) AND ((@IsNull_C1220200 = 1 AND [C1220200] IS NULL) OR ([C1220200] = @Orig" + + "inal_C1220200)) AND ((@IsNull_C1220300 = 1 AND [C1220300] IS NULL) OR ([C1220300" + + "] = @Original_C1220300)) AND ((@IsNull_C1532700 = 1 AND [C1532700] IS NULL) OR (" + + "[C1532700] = @Original_C1532700)) AND ((@IsNull_C1532800 = 1 AND [C1532800] IS N" + + "ULL) OR ([C1532800] = @Original_C1532800)) AND ((@IsNull_C1779300 = 1 AND [C1779" + + "300] IS NULL) OR ([C1779300] = @Original_C1779300)) AND ((@IsNull_C1779400 = 1 A" + + "ND [C1779400] IS NULL) OR ([C1779400] = @Original_C1779400)) AND ((@IsNull_C2288" + + "500 = 1 AND [C2288500] IS NULL) OR ([C2288500] = @Original_C2288500)) AND ((@IsN" + + "ull_C2288600 = 1 AND [C2288600] IS NULL) OR ([C2288600] = @Original_C2288600)) A" + + "ND ((@IsNull_C2552300 = 1 AND [C2552300] IS NULL) OR ([C2552300] = @Original_C25" + + "52300)) AND ((@IsNull_C2820900 = 1 AND [C2820900] IS NULL) OR ([C2820900] = @Ori" + + "ginal_C2820900)) AND ((@IsNull_C3130400 = 1 AND [C3130400] IS NULL) OR ([C313040" + + "0] = @Original_C3130400)) AND ((@IsNull_C3553400 = 1 AND [C3553400] IS NULL) OR " + + "([C3553400] = @Original_C3553400)) AND ((@IsNull_C3634500 = 1 AND [C3634500] IS " + + "NULL) OR ([C3634500] = @Original_C3634500)) AND ((@IsNull_C3898000 = 1 AND [C389" + + "8000] IS NULL) OR ([C3898000] = @Original_C3898000)) AND ((@IsNull_C4013000 = 1 " + + "AND [C4013000] IS NULL) OR ([C4013000] = @Original_C4013000)) AND ((@IsNull_C514" + + "7900 = 1 AND [C5147900] IS NULL) OR ([C5147900] = @Original_C5147900)) AND ((@Is" + + "Null_Y0308300 = 1 AND [Y0308300] IS NULL) OR ([Y0308300] = @Original_Y0308300)) " + + "AND ((@IsNull_Y0308400 = 1 AND [Y0308400] IS NULL) OR ([Y0308400] = @Original_Y0" + + "308400)) AND ((@IsNull_Y0609600 = 1 AND [Y0609600] IS NULL) OR ([Y0609600] = @Or" + + "iginal_Y0609600)) AND ((@IsNull_Y0609700 = 1 AND [Y0609700] IS NULL) OR ([Y06097" + + "00] = @Original_Y0609700)) AND ((@IsNull_Y0903900 = 1 AND [Y0903900] IS NULL) OR" + + " ([Y0903900] = @Original_Y0903900)) AND ((@IsNull_Y0904000 = 1 AND [Y0904000] IS" + + " NULL) OR ([Y0904000] = @Original_Y0904000)) AND ((@IsNull_Y1150800 = 1 AND [Y11" + + "50800] IS NULL) OR ([Y1150800] = @Original_Y1150800)) AND ((@IsNull_Y1150900 = 1" + + " AND [Y1150900] IS NULL) OR ([Y1150900] = @Original_Y1150900)) AND ((@IsNull_Y13" + + "85800 = 1 AND [Y1385800] IS NULL) OR ([Y1385800] = @Original_Y1385800)) AND ((@I" + + "sNull_Y1385900 = 1 AND [Y1385900] IS NULL) OR ([Y1385900] = @Original_Y1385900))" + + " AND ((@IsNull_Y1637500 = 1 AND [Y1637500] IS NULL) OR ([Y1637500] = @Original_Y" + + "1637500)) AND ((@IsNull_Y1637600 = 1 AND [Y1637600] IS NULL) OR ([Y1637600] = @O" + + "riginal_Y1637600)) AND ((@IsNull_Y1891100 = 1 AND [Y1891100] IS NULL) OR ([Y1891" + + "100] = @Original_Y1891100)) AND ((@IsNull_Y1891200 = 1 AND [Y1891200] IS NULL) O" + + "R ([Y1891200] = @Original_Y1891200)) AND ((@IsNull_Y2207000 = 1 AND [Y2207000] I" + + "S NULL) OR ([Y2207000] = @Original_Y2207000)) AND ((@IsNull_Y2207100 = 1 AND [Y2" + + "207100] IS NULL) OR ([Y2207100] = @Original_Y2207100)) AND ((@IsNull_Y2544700 = " + + "1 AND [Y2544700] IS NULL) OR ([Y2544700] = @Original_Y2544700)) AND ((@IsNull_Y2" + + "544800 = 1 AND [Y2544800] IS NULL) OR ([Y2544800] = @Original_Y2544800)));\r\nSELE" + + "CT C0000100, C0000200, C0005300, C0005400, C0005700, C0577600, C0606300, C060640" + + "0, C0826400, C0826500, C1016700, C1016800, C1220200, C1220300, C1532700, C153280" + + "0, C1779300, C1779400, C2288500, C2288600, C2552300, C2820900, C3130400, C355340" + + "0, C3634500, C3898000, C4013000, C5147900, Y0308300, Y0308400, Y0609600, Y060970" + + "0, Y0903900, Y0904000, Y1150800, Y1150900, Y1385800, Y1385900, Y1637500, Y163760" + + "0, Y1891100, Y1891200, Y2207000, Y2207100, Y2544700, Y2544800 FROM Extract.tblGe" + + "n2OutcomesHeight WHERE (C0000100 = @C0000100)"; + this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0577600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0577600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0606300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0606300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0606400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0606400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0826400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0826400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0826500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0826500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1016700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1016700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1016800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1016800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1220200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1220200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1220300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1220300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1532700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1532700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1532800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1532800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1779300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1779300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1779400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1779400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2288500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2288500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2288600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2288600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2552300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2552300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2820900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2820900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3130400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3130400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3553400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3553400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3634500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3634500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3898000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3898000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C4013000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C4013000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C5147900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5147900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0308400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0609600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0609600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0609700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0609700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0903900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0903900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0904000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0904000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1150800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1150800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1150900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1150900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1385800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1385800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1385900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1385900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1637500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1637600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1891100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1891200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2207000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2207100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2544700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2544800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0577600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0577600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0577600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0577600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0606300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0606300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0606300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0606300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0606400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0606400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0606400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0606400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0826400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0826400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0826400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0826400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0826500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0826500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0826500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0826500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1016700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1016700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1016700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1016700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1016800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1016800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1016800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1016800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1220200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1220200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1220200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1220200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1220300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1220300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1220300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1220300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1532700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1532700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1532700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1532700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1532800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1532800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1532800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1532800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1779300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1779300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1779300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1779300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1779400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1779400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1779400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1779400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2288500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2288500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2288500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2288500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2288600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2288600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2288600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2288600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2552300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2552300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2552300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2552300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2820900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2820900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2820900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2820900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3130400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3130400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3130400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3130400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3553400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3553400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3553400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3553400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3634500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3634500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3634500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3634500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3898000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3898000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3898000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3898000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C4013000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C4013000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C4013000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C4013000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C5147900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5147900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C5147900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5147900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0308400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0308400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0609600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0609600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0609600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0609600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0609700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0609700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0609700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0609700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0903900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0903900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0903900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0903900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0904000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0904000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0904000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0904000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1150800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1150800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1150800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1150800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1150900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1150900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1150900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1150900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1385800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1385800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1385800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1385800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1385900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1385900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1385900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1385900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1637500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1637500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1637600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1637600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1891100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1891100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1891200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1891200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2207000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2207000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2207100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2207100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2544700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2544700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2544800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2544800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544800", 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::Nls.Base79.Properties.Settings.Default.Nlsy79ConnectionStringBase; + } + + [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 C0000100, C0000200, C0005300, C0005400, C0005700, C0577600, C0606300, C0606400, C0826400, C0826500, C1016700, C1016800, C1220200, C1220300, C1532700, C1532800, C1779300, C1779400, C2288500, C2288600, C2552300, C2820900, C3130400, C3553400, C3634500, C3898000, C4013000, C5147900, Y0308300, Y0308400, Y0609600, Y0609700, Y0903900, Y0904000, Y1150800, Y1150900, Y1385800, Y1385900, Y1637500, Y1637600, Y1891100, Y1891200, Y2207000, Y2207100, Y2544700, Y2544800 FROM Extract.tblGen2OutcomesHeight"; + 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(ImportDataSet.tblGen2OutcomesHeightDataTable dataTable) { + this.Adapter.SelectCommand = this.CommandCollection[0]; + if ((this.ClearBeforeFill == true)) { + dataTable.Clear(); } - if ((R4127901.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[23].Value = ((int)(R4127901.Value)); + 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 ImportDataSet.tblGen2OutcomesHeightDataTable GetData() { + this.Adapter.SelectCommand = this.CommandCollection[0]; + ImportDataSet.tblGen2OutcomesHeightDataTable dataTable = new ImportDataSet.tblGen2OutcomesHeightDataTable(); + 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(ImportDataSet.tblGen2OutcomesHeightDataTable 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(ImportDataSet dataSet) { + return this.Adapter.Update(dataSet, "tblGen2OutcomesHeight"); + } + + [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( + int Original_C0000100, + global::System.Nullable Original_C0000200, + global::System.Nullable Original_C0005300, + global::System.Nullable Original_C0005400, + global::System.Nullable Original_C0005700, + global::System.Nullable Original_C0577600, + global::System.Nullable Original_C0606300, + global::System.Nullable Original_C0606400, + global::System.Nullable Original_C0826400, + global::System.Nullable Original_C0826500, + global::System.Nullable Original_C1016700, + global::System.Nullable Original_C1016800, + global::System.Nullable Original_C1220200, + global::System.Nullable Original_C1220300, + global::System.Nullable Original_C1532700, + global::System.Nullable Original_C1532800, + global::System.Nullable Original_C1779300, + global::System.Nullable Original_C1779400, + global::System.Nullable Original_C2288500, + global::System.Nullable Original_C2288600, + global::System.Nullable Original_C2552300, + global::System.Nullable Original_C2820900, + global::System.Nullable Original_C3130400, + global::System.Nullable Original_C3553400, + global::System.Nullable Original_C3634500, + global::System.Nullable Original_C3898000, + global::System.Nullable Original_C4013000, + global::System.Nullable Original_C5147900, + global::System.Nullable Original_Y0308300, + global::System.Nullable Original_Y0308400, + global::System.Nullable Original_Y0609600, + global::System.Nullable Original_Y0609700, + global::System.Nullable Original_Y0903900, + global::System.Nullable Original_Y0904000, + global::System.Nullable Original_Y1150800, + global::System.Nullable Original_Y1150900, + global::System.Nullable Original_Y1385800, + global::System.Nullable Original_Y1385900, + global::System.Nullable Original_Y1637500, + global::System.Nullable Original_Y1637600, + global::System.Nullable Original_Y1891100, + global::System.Nullable Original_Y1891200, + global::System.Nullable Original_Y2207000, + global::System.Nullable Original_Y2207100, + global::System.Nullable Original_Y2544700, + global::System.Nullable Original_Y2544800) { + this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_C0000100)); + if ((Original_C0000200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_C0000200.Value)); } else { - this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((R4128601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[24].Value = ((int)(R4128601.Value)); + if ((Original_C0005300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[4].Value = ((int)(Original_C0005300.Value)); } else { - this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((R4129301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[25].Value = ((int)(R4129301.Value)); + if ((Original_C0005400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_C0005400.Value)); } else { - this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((R4130001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[26].Value = ((int)(R4130001.Value)); + if ((Original_C0005700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[8].Value = ((int)(Original_C0005700.Value)); } else { - this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((R4130701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[27].Value = ((int)(R4130701.Value)); + if ((Original_C0577600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_C0577600.Value)); } else { - this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((R4131401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[28].Value = ((int)(R4131401.Value)); + if ((Original_C0606300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[12].Value = ((int)(Original_C0606300.Value)); } else { - this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((R4132101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[29].Value = ((int)(R4132101.Value)); + if ((Original_C0606400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[14].Value = ((int)(Original_C0606400.Value)); } else { - this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((R4132801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[30].Value = ((int)(R4132801.Value)); + if ((Original_C0826400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[16].Value = ((int)(Original_C0826400.Value)); } else { - this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((R4133701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[31].Value = ((int)(R4133701.Value)); + if ((Original_C0826500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[18].Value = ((int)(Original_C0826500.Value)); } else { - this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((R4521500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[32].Value = ((int)(R4521500.Value)); + if ((Original_C1016700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[20].Value = ((int)(Original_C1016700.Value)); } else { - this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value; } - if ((R4521700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[33].Value = ((int)(R4521700.Value)); + if ((Original_C1016800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[22].Value = ((int)(Original_C1016800.Value)); } else { - this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((R4521800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[34].Value = ((int)(R4521800.Value)); + if ((Original_C1220200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[24].Value = ((int)(Original_C1220200.Value)); } else { - this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.Value; } - if ((R4521900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[35].Value = ((int)(R4521900.Value)); + if ((Original_C1220300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[26].Value = ((int)(Original_C1220300.Value)); } else { - this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value; } - if ((R4522000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[36].Value = ((int)(R4522000.Value)); + if ((Original_C1532700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[28].Value = ((int)(Original_C1532700.Value)); } else { - this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value; } - if ((R4522100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[37].Value = ((int)(R4522100.Value)); + if ((Original_C1532800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[30].Value = ((int)(Original_C1532800.Value)); } else { - this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.Value; } - if ((R4522200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[38].Value = ((int)(R4522200.Value)); + if ((Original_C1779300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[32].Value = ((int)(Original_C1779300.Value)); } else { - this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[32].Value = global::System.DBNull.Value; } - if ((R4522300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[39].Value = ((int)(R4522300.Value)); + if ((Original_C1779400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[34].Value = ((int)(Original_C1779400.Value)); } else { - this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.Value; } - if ((R4522400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[40].Value = ((int)(R4522400.Value)); + if ((Original_C2288500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[36].Value = ((int)(Original_C2288500.Value)); } else { - this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.Value; } - if ((R4522500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[41].Value = ((int)(R4522500.Value)); + if ((Original_C2288600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[38].Value = ((int)(Original_C2288600.Value)); } else { - this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[38].Value = global::System.DBNull.Value; } - if ((R4522600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[42].Value = ((int)(R4522600.Value)); + if ((Original_C2552300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[40].Value = ((int)(Original_C2552300.Value)); } else { - this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[40].Value = global::System.DBNull.Value; } - if ((R4522700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[43].Value = ((int)(R4522700.Value)); + if ((Original_C2820900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[42].Value = ((int)(Original_C2820900.Value)); } else { - this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[42].Value = global::System.DBNull.Value; } - if ((R4522800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[44].Value = ((int)(R4522800.Value)); + if ((Original_C3130400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[44].Value = ((int)(Original_C3130400.Value)); } else { - this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[44].Value = global::System.DBNull.Value; } - if ((T0002000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[45].Value = ((int)(T0002000.Value)); + if ((Original_C3553400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[46].Value = ((int)(Original_C3553400.Value)); } else { - this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[46].Value = global::System.DBNull.Value; } - if ((T0002100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[46].Value = ((int)(T0002100.Value)); + if ((Original_C3634500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[48].Value = ((int)(Original_C3634500.Value)); } else { - this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[48].Value = global::System.DBNull.Value; } - if ((T0002200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[47].Value = ((int)(T0002200.Value)); + if ((Original_C3898000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[50].Value = ((int)(Original_C3898000.Value)); } else { - this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[50].Value = global::System.DBNull.Value; } - if ((T0002300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[48].Value = ((int)(T0002300.Value)); + if ((Original_C4013000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[52].Value = ((int)(Original_C4013000.Value)); } else { - this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[52].Value = global::System.DBNull.Value; } - if ((T0002400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[49].Value = ((int)(T0002400.Value)); + if ((Original_C5147900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[54].Value = ((int)(Original_C5147900.Value)); } else { - this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[54].Value = global::System.DBNull.Value; } - if ((T0002500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[50].Value = ((int)(T0002500.Value)); + if ((Original_Y0308300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[56].Value = ((int)(Original_Y0308300.Value)); } else { - this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[56].Value = global::System.DBNull.Value; } - if ((T0002600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[51].Value = ((int)(T0002600.Value)); + if ((Original_Y0308400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[58].Value = ((int)(Original_Y0308400.Value)); } else { - this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[58].Value = global::System.DBNull.Value; } - if ((T0002700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[52].Value = ((int)(T0002700.Value)); + if ((Original_Y0609600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[60].Value = ((int)(Original_Y0609600.Value)); } else { - this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[60].Value = global::System.DBNull.Value; } - if ((T0002800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[53].Value = ((int)(T0002800.Value)); + if ((Original_Y0609700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[62].Value = ((int)(Original_Y0609700.Value)); } else { - this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[62].Value = global::System.DBNull.Value; } - if ((T0002900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[54].Value = ((int)(T0002900.Value)); + if ((Original_Y0903900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[64].Value = ((int)(Original_Y0903900.Value)); } else { - this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[64].Value = global::System.DBNull.Value; } - if ((T0003000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[55].Value = ((int)(T0003000.Value)); + if ((Original_Y0904000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[66].Value = ((int)(Original_Y0904000.Value)); } else { - this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[66].Value = global::System.DBNull.Value; } - if ((T0003100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[56].Value = ((int)(T0003100.Value)); + if ((Original_Y1150800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[68].Value = ((int)(Original_Y1150800.Value)); } else { - this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[68].Value = global::System.DBNull.Value; } - if ((T0003200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[57].Value = ((int)(T0003200.Value)); + if ((Original_Y1150900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[70].Value = ((int)(Original_Y1150900.Value)); } else { - this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[70].Value = global::System.DBNull.Value; } - if ((T0003300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[58].Value = ((int)(T0003300.Value)); + if ((Original_Y1385800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[72].Value = ((int)(Original_Y1385800.Value)); } else { - this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[72].Value = global::System.DBNull.Value; } - if ((T0003400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[59].Value = ((int)(T0003400.Value)); + if ((Original_Y1385900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[74].Value = ((int)(Original_Y1385900.Value)); } else { - this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[74].Value = global::System.DBNull.Value; } - if ((T0003500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[60].Value = ((int)(T0003500.Value)); + if ((Original_Y1637500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[76].Value = ((int)(Original_Y1637500.Value)); } else { - this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[76].Value = global::System.DBNull.Value; } - if ((T0003600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[61].Value = ((int)(T0003600.Value)); + if ((Original_Y1637600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[78].Value = ((int)(Original_Y1637600.Value)); } else { - this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[78].Value = global::System.DBNull.Value; } - if ((T0003700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[62].Value = ((int)(T0003700.Value)); + if ((Original_Y1891100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[80].Value = ((int)(Original_Y1891100.Value)); } else { - this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[80].Value = global::System.DBNull.Value; } - if ((T0003800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[63].Value = ((int)(T0003800.Value)); + if ((Original_Y1891200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[82].Value = ((int)(Original_Y1891200.Value)); } else { - this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[82].Value = global::System.DBNull.Value; } - if ((T0003900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[64].Value = ((int)(T0003900.Value)); + if ((Original_Y2207000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[84].Value = ((int)(Original_Y2207000.Value)); } else { - this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[84].Value = global::System.DBNull.Value; } - if ((T0004000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[65].Value = ((int)(T0004000.Value)); + if ((Original_Y2207100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[86].Value = ((int)(Original_Y2207100.Value)); } else { - this.Adapter.InsertCommand.Parameters[65].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[86].Value = global::System.DBNull.Value; } - if ((T0004100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[66].Value = ((int)(T0004100.Value)); + if ((Original_Y2544700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[88].Value = ((int)(Original_Y2544700.Value)); } else { - this.Adapter.InsertCommand.Parameters[66].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[88].Value = global::System.DBNull.Value; } - if ((T0004200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[67].Value = ((int)(T0004200.Value)); + if ((Original_Y2544800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[90].Value = ((int)(Original_Y2544800.Value)); } else { - this.Adapter.InsertCommand.Parameters[67].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[90].Value = global::System.DBNull.Value; } - if ((T0004300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[68].Value = ((int)(T0004300.Value)); + 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(); } - else { - this.Adapter.InsertCommand.Parameters[68].Value = global::System.DBNull.Value; + try { + int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); + return returnValue; } - if ((T0004400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[69].Value = ((int)(T0004400.Value)); + finally { + if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { + this.Adapter.DeleteCommand.Connection.Close(); + } } - else { - this.Adapter.InsertCommand.Parameters[69].Value = global::System.DBNull.Value; + } + + [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( + int C0000100, + global::System.Nullable C0000200, + global::System.Nullable C0005300, + global::System.Nullable C0005400, + global::System.Nullable C0005700, + global::System.Nullable C0577600, + global::System.Nullable C0606300, + global::System.Nullable C0606400, + global::System.Nullable C0826400, + global::System.Nullable C0826500, + global::System.Nullable C1016700, + global::System.Nullable C1016800, + global::System.Nullable C1220200, + global::System.Nullable C1220300, + global::System.Nullable C1532700, + global::System.Nullable C1532800, + global::System.Nullable C1779300, + global::System.Nullable C1779400, + global::System.Nullable C2288500, + global::System.Nullable C2288600, + global::System.Nullable C2552300, + global::System.Nullable C2820900, + global::System.Nullable C3130400, + global::System.Nullable C3553400, + global::System.Nullable C3634500, + global::System.Nullable C3898000, + global::System.Nullable C4013000, + global::System.Nullable C5147900, + global::System.Nullable Y0308300, + global::System.Nullable Y0308400, + global::System.Nullable Y0609600, + global::System.Nullable Y0609700, + global::System.Nullable Y0903900, + global::System.Nullable Y0904000, + global::System.Nullable Y1150800, + global::System.Nullable Y1150900, + global::System.Nullable Y1385800, + global::System.Nullable Y1385900, + global::System.Nullable Y1637500, + global::System.Nullable Y1637600, + global::System.Nullable Y1891100, + global::System.Nullable Y1891200, + global::System.Nullable Y2207000, + global::System.Nullable Y2207100, + global::System.Nullable Y2544700, + global::System.Nullable Y2544800) { + this.Adapter.InsertCommand.Parameters[0].Value = ((int)(C0000100)); + if ((C0000200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[1].Value = ((int)(C0000200.Value)); } - if ((T0004500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[70].Value = ((int)(T0004500.Value)); + else { + this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; + } + if ((C0005300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[2].Value = ((int)(C0005300.Value)); } else { - this.Adapter.InsertCommand.Parameters[70].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((T2261500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[71].Value = ((int)(T2261500.Value)); + if ((C0005400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[3].Value = ((int)(C0005400.Value)); } else { - this.Adapter.InsertCommand.Parameters[71].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; } - if ((T2261600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[72].Value = ((int)(T2261600.Value)); + if ((C0005700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[4].Value = ((int)(C0005700.Value)); } else { - this.Adapter.InsertCommand.Parameters[72].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((T2261700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[73].Value = ((int)(T2261700.Value)); + if ((C0577600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[5].Value = ((int)(C0577600.Value)); } else { - this.Adapter.InsertCommand.Parameters[73].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((T2261800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[74].Value = ((int)(T2261800.Value)); + if ((C0606300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[6].Value = ((int)(C0606300.Value)); } else { - this.Adapter.InsertCommand.Parameters[74].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((T2261900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[75].Value = ((int)(T2261900.Value)); + if ((C0606400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[7].Value = ((int)(C0606400.Value)); } else { - this.Adapter.InsertCommand.Parameters[75].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; } - if ((T2262000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[76].Value = ((int)(T2262000.Value)); + if ((C0826400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[8].Value = ((int)(C0826400.Value)); } else { - this.Adapter.InsertCommand.Parameters[76].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((T2262100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[77].Value = ((int)(T2262100.Value)); + if ((C0826500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[9].Value = ((int)(C0826500.Value)); } else { - this.Adapter.InsertCommand.Parameters[77].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; } - if ((T2262200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[78].Value = ((int)(T2262200.Value)); + if ((C1016700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[10].Value = ((int)(C1016700.Value)); } else { - this.Adapter.InsertCommand.Parameters[78].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((T2262300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[79].Value = ((int)(T2262300.Value)); + if ((C1016800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[11].Value = ((int)(C1016800.Value)); } else { - this.Adapter.InsertCommand.Parameters[79].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; } - if ((T2262400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[80].Value = ((int)(T2262400.Value)); + if ((C1220200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[12].Value = ((int)(C1220200.Value)); } else { - this.Adapter.InsertCommand.Parameters[80].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((T2262500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[81].Value = ((int)(T2262500.Value)); + if ((C1220300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[13].Value = ((int)(C1220300.Value)); } else { - this.Adapter.InsertCommand.Parameters[81].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; } - if ((T2262600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[82].Value = ((int)(T2262600.Value)); + if ((C1532700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[14].Value = ((int)(C1532700.Value)); } else { - this.Adapter.InsertCommand.Parameters[82].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((T2262700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[83].Value = ((int)(T2262700.Value)); + if ((C1532800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[15].Value = ((int)(C1532800.Value)); } else { - this.Adapter.InsertCommand.Parameters[83].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; } - if ((T2262800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[84].Value = ((int)(T2262800.Value)); + if ((C1779300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[16].Value = ((int)(C1779300.Value)); } else { - this.Adapter.InsertCommand.Parameters[84].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((T2262900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[85].Value = ((int)(T2262900.Value)); + if ((C1779400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[17].Value = ((int)(C1779400.Value)); } else { - this.Adapter.InsertCommand.Parameters[85].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; } - if ((T2263000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[86].Value = ((int)(T2263000.Value)); + if ((C2288500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[18].Value = ((int)(C2288500.Value)); } else { - this.Adapter.InsertCommand.Parameters[86].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((T2263100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[87].Value = ((int)(T2263100.Value)); + if ((C2288600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[19].Value = ((int)(C2288600.Value)); } else { - this.Adapter.InsertCommand.Parameters[87].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; } - if ((T2263200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[88].Value = ((int)(T2263200.Value)); + if ((C2552300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[20].Value = ((int)(C2552300.Value)); } else { - this.Adapter.InsertCommand.Parameters[88].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; } - if ((T2263300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[89].Value = ((int)(T2263300.Value)); + if ((C2820900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[21].Value = ((int)(C2820900.Value)); } else { - this.Adapter.InsertCommand.Parameters[89].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; } - if ((T2263400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[90].Value = ((int)(T2263400.Value)); + if ((C3130400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[22].Value = ((int)(C3130400.Value)); } else { - this.Adapter.InsertCommand.Parameters[90].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((T2263500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[91].Value = ((int)(T2263500.Value)); + if ((C3553400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[23].Value = ((int)(C3553400.Value)); } else { - this.Adapter.InsertCommand.Parameters[91].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; } - if ((T2263600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[92].Value = ((int)(T2263600.Value)); + if ((C3634500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[24].Value = ((int)(C3634500.Value)); } else { - this.Adapter.InsertCommand.Parameters[92].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; } - if ((T2263700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[93].Value = ((int)(T2263700.Value)); + if ((C3898000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[25].Value = ((int)(C3898000.Value)); } else { - this.Adapter.InsertCommand.Parameters[93].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; } - if ((T2263800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[94].Value = ((int)(T2263800.Value)); + if ((C4013000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[26].Value = ((int)(C4013000.Value)); } else { - this.Adapter.InsertCommand.Parameters[94].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; + } + if ((C5147900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[27].Value = ((int)(C5147900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; + } + if ((Y0308300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[28].Value = ((int)(Y0308300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; + } + if ((Y0308400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[29].Value = ((int)(Y0308400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; + } + if ((Y0609600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[30].Value = ((int)(Y0609600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; + } + if ((Y0609700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[31].Value = ((int)(Y0609700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; + } + if ((Y0903900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[32].Value = ((int)(Y0903900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; + } + if ((Y0904000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[33].Value = ((int)(Y0904000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; + } + if ((Y1150800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[34].Value = ((int)(Y1150800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; + } + if ((Y1150900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[35].Value = ((int)(Y1150900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; + } + if ((Y1385800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[36].Value = ((int)(Y1385800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; + } + if ((Y1385900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[37].Value = ((int)(Y1385900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; + } + if ((Y1637500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[38].Value = ((int)(Y1637500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; + } + if ((Y1637600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[39].Value = ((int)(Y1637600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; + } + if ((Y1891100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[40].Value = ((int)(Y1891100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; + } + if ((Y1891200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[41].Value = ((int)(Y1891200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; + } + if ((Y2207000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[42].Value = ((int)(Y2207000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; + } + if ((Y2207100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[43].Value = ((int)(Y2207100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; + } + if ((Y2544700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[44].Value = ((int)(Y2544700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; + } + if ((Y2544800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[45].Value = ((int)(Y2544800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; } global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State; if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open) @@ -97467,1513 +97250,729 @@ public virtual int Insert( [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] public virtual int Update( - int R0000100, - global::System.Nullable R0000149, - global::System.Nullable R0000150, - global::System.Nullable R0000151, - global::System.Nullable R0000152, - global::System.Nullable R0000153, - global::System.Nullable R0000154, - global::System.Nullable R0000155, - global::System.Nullable R0000156, - global::System.Nullable R0000157, - global::System.Nullable R0000158, - global::System.Nullable R0000159, - global::System.Nullable R0000162, - global::System.Nullable R0000163, - global::System.Nullable R0000164, - global::System.Nullable R0000165, - global::System.Nullable R0000166, - global::System.Nullable R0214700, - global::System.Nullable R0214800, - global::System.Nullable R4125101, - global::System.Nullable R4125801, - global::System.Nullable R4126501, - global::System.Nullable R4127201, - global::System.Nullable R4127901, - global::System.Nullable R4128601, - global::System.Nullable R4129301, - global::System.Nullable R4130001, - global::System.Nullable R4130701, - global::System.Nullable R4131401, - global::System.Nullable R4132101, - global::System.Nullable R4132801, - global::System.Nullable R4133701, - global::System.Nullable R4521500, - global::System.Nullable R4521700, - global::System.Nullable R4521800, - global::System.Nullable R4521900, - global::System.Nullable R4522000, - global::System.Nullable R4522100, - global::System.Nullable R4522200, - global::System.Nullable R4522300, - global::System.Nullable R4522400, - global::System.Nullable R4522500, - global::System.Nullable R4522600, - global::System.Nullable R4522700, - global::System.Nullable R4522800, - global::System.Nullable T0002000, - global::System.Nullable T0002100, - global::System.Nullable T0002200, - global::System.Nullable T0002300, - global::System.Nullable T0002400, - global::System.Nullable T0002500, - global::System.Nullable T0002600, - global::System.Nullable T0002700, - global::System.Nullable T0002800, - global::System.Nullable T0002900, - global::System.Nullable T0003000, - global::System.Nullable T0003100, - global::System.Nullable T0003200, - global::System.Nullable T0003300, - global::System.Nullable T0003400, - global::System.Nullable T0003500, - global::System.Nullable T0003600, - global::System.Nullable T0003700, - global::System.Nullable T0003800, - global::System.Nullable T0003900, - global::System.Nullable T0004000, - global::System.Nullable T0004100, - global::System.Nullable T0004200, - global::System.Nullable T0004300, - global::System.Nullable T0004400, - global::System.Nullable T0004500, - global::System.Nullable T2261500, - global::System.Nullable T2261600, - global::System.Nullable T2261700, - global::System.Nullable T2261800, - global::System.Nullable T2261900, - global::System.Nullable T2262000, - global::System.Nullable T2262100, - global::System.Nullable T2262200, - global::System.Nullable T2262300, - global::System.Nullable T2262400, - global::System.Nullable T2262500, - global::System.Nullable T2262600, - global::System.Nullable T2262700, - global::System.Nullable T2262800, - global::System.Nullable T2262900, - global::System.Nullable T2263000, - global::System.Nullable T2263100, - global::System.Nullable T2263200, - global::System.Nullable T2263300, - global::System.Nullable T2263400, - global::System.Nullable T2263500, - global::System.Nullable T2263600, - global::System.Nullable T2263700, - global::System.Nullable T2263800, - int Original_R0000100, - global::System.Nullable Original_R0000149, - global::System.Nullable Original_R0000150, - global::System.Nullable Original_R0000151, - global::System.Nullable Original_R0000152, - global::System.Nullable Original_R0000153, - global::System.Nullable Original_R0000154, - global::System.Nullable Original_R0000155, - global::System.Nullable Original_R0000156, - global::System.Nullable Original_R0000157, - global::System.Nullable Original_R0000158, - global::System.Nullable Original_R0000159, - global::System.Nullable Original_R0000162, - global::System.Nullable Original_R0000163, - global::System.Nullable Original_R0000164, - global::System.Nullable Original_R0000165, - global::System.Nullable Original_R0000166, - global::System.Nullable Original_R0214700, - global::System.Nullable Original_R0214800, - global::System.Nullable Original_R4125101, - global::System.Nullable Original_R4125801, - global::System.Nullable Original_R4126501, - global::System.Nullable Original_R4127201, - global::System.Nullable Original_R4127901, - global::System.Nullable Original_R4128601, - global::System.Nullable Original_R4129301, - global::System.Nullable Original_R4130001, - global::System.Nullable Original_R4130701, - global::System.Nullable Original_R4131401, - global::System.Nullable Original_R4132101, - global::System.Nullable Original_R4132801, - global::System.Nullable Original_R4133701, - global::System.Nullable Original_R4521500, - global::System.Nullable Original_R4521700, - global::System.Nullable Original_R4521800, - global::System.Nullable Original_R4521900, - global::System.Nullable Original_R4522000, - global::System.Nullable Original_R4522100, - global::System.Nullable Original_R4522200, - global::System.Nullable Original_R4522300, - global::System.Nullable Original_R4522400, - global::System.Nullable Original_R4522500, - global::System.Nullable Original_R4522600, - global::System.Nullable Original_R4522700, - global::System.Nullable Original_R4522800, - global::System.Nullable Original_T0002000, - global::System.Nullable Original_T0002100, - global::System.Nullable Original_T0002200, - global::System.Nullable Original_T0002300, - global::System.Nullable Original_T0002400, - global::System.Nullable Original_T0002500, - global::System.Nullable Original_T0002600, - global::System.Nullable Original_T0002700, - global::System.Nullable Original_T0002800, - global::System.Nullable Original_T0002900, - global::System.Nullable Original_T0003000, - global::System.Nullable Original_T0003100, - global::System.Nullable Original_T0003200, - global::System.Nullable Original_T0003300, - global::System.Nullable Original_T0003400, - global::System.Nullable Original_T0003500, - global::System.Nullable Original_T0003600, - global::System.Nullable Original_T0003700, - global::System.Nullable Original_T0003800, - global::System.Nullable Original_T0003900, - global::System.Nullable Original_T0004000, - global::System.Nullable Original_T0004100, - global::System.Nullable Original_T0004200, - global::System.Nullable Original_T0004300, - global::System.Nullable Original_T0004400, - global::System.Nullable Original_T0004500, - global::System.Nullable Original_T2261500, - global::System.Nullable Original_T2261600, - global::System.Nullable Original_T2261700, - global::System.Nullable Original_T2261800, - global::System.Nullable Original_T2261900, - global::System.Nullable Original_T2262000, - global::System.Nullable Original_T2262100, - global::System.Nullable Original_T2262200, - global::System.Nullable Original_T2262300, - global::System.Nullable Original_T2262400, - global::System.Nullable Original_T2262500, - global::System.Nullable Original_T2262600, - global::System.Nullable Original_T2262700, - global::System.Nullable Original_T2262800, - global::System.Nullable Original_T2262900, - global::System.Nullable Original_T2263000, - global::System.Nullable Original_T2263100, - global::System.Nullable Original_T2263200, - global::System.Nullable Original_T2263300, - global::System.Nullable Original_T2263400, - global::System.Nullable Original_T2263500, - global::System.Nullable Original_T2263600, - global::System.Nullable Original_T2263700, - global::System.Nullable Original_T2263800) { - this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(R0000100)); - if ((R0000149.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(R0000149.Value)); + int C0000100, + global::System.Nullable C0000200, + global::System.Nullable C0005300, + global::System.Nullable C0005400, + global::System.Nullable C0005700, + global::System.Nullable C0577600, + global::System.Nullable C0606300, + global::System.Nullable C0606400, + global::System.Nullable C0826400, + global::System.Nullable C0826500, + global::System.Nullable C1016700, + global::System.Nullable C1016800, + global::System.Nullable C1220200, + global::System.Nullable C1220300, + global::System.Nullable C1532700, + global::System.Nullable C1532800, + global::System.Nullable C1779300, + global::System.Nullable C1779400, + global::System.Nullable C2288500, + global::System.Nullable C2288600, + global::System.Nullable C2552300, + global::System.Nullable C2820900, + global::System.Nullable C3130400, + global::System.Nullable C3553400, + global::System.Nullable C3634500, + global::System.Nullable C3898000, + global::System.Nullable C4013000, + global::System.Nullable C5147900, + global::System.Nullable Y0308300, + global::System.Nullable Y0308400, + global::System.Nullable Y0609600, + global::System.Nullable Y0609700, + global::System.Nullable Y0903900, + global::System.Nullable Y0904000, + global::System.Nullable Y1150800, + global::System.Nullable Y1150900, + global::System.Nullable Y1385800, + global::System.Nullable Y1385900, + global::System.Nullable Y1637500, + global::System.Nullable Y1637600, + global::System.Nullable Y1891100, + global::System.Nullable Y1891200, + global::System.Nullable Y2207000, + global::System.Nullable Y2207100, + global::System.Nullable Y2544700, + global::System.Nullable Y2544800, + int Original_C0000100, + global::System.Nullable Original_C0000200, + global::System.Nullable Original_C0005300, + global::System.Nullable Original_C0005400, + global::System.Nullable Original_C0005700, + global::System.Nullable Original_C0577600, + global::System.Nullable Original_C0606300, + global::System.Nullable Original_C0606400, + global::System.Nullable Original_C0826400, + global::System.Nullable Original_C0826500, + global::System.Nullable Original_C1016700, + global::System.Nullable Original_C1016800, + global::System.Nullable Original_C1220200, + global::System.Nullable Original_C1220300, + global::System.Nullable Original_C1532700, + global::System.Nullable Original_C1532800, + global::System.Nullable Original_C1779300, + global::System.Nullable Original_C1779400, + global::System.Nullable Original_C2288500, + global::System.Nullable Original_C2288600, + global::System.Nullable Original_C2552300, + global::System.Nullable Original_C2820900, + global::System.Nullable Original_C3130400, + global::System.Nullable Original_C3553400, + global::System.Nullable Original_C3634500, + global::System.Nullable Original_C3898000, + global::System.Nullable Original_C4013000, + global::System.Nullable Original_C5147900, + global::System.Nullable Original_Y0308300, + global::System.Nullable Original_Y0308400, + global::System.Nullable Original_Y0609600, + global::System.Nullable Original_Y0609700, + global::System.Nullable Original_Y0903900, + global::System.Nullable Original_Y0904000, + global::System.Nullable Original_Y1150800, + global::System.Nullable Original_Y1150900, + global::System.Nullable Original_Y1385800, + global::System.Nullable Original_Y1385900, + global::System.Nullable Original_Y1637500, + global::System.Nullable Original_Y1637600, + global::System.Nullable Original_Y1891100, + global::System.Nullable Original_Y1891200, + global::System.Nullable Original_Y2207000, + global::System.Nullable Original_Y2207100, + global::System.Nullable Original_Y2544700, + global::System.Nullable Original_Y2544800) { + this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(C0000100)); + if ((C0000200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(C0000200.Value)); } else { this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; } - if ((R0000150.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(R0000150.Value)); + if ((C0005300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(C0005300.Value)); } else { this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((R0000151.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(R0000151.Value)); + if ((C0005400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(C0005400.Value)); } else { this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; } - if ((R0000152.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(R0000152.Value)); + if ((C0005700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(C0005700.Value)); } else { this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((R0000153.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(R0000153.Value)); + if ((C0577600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(C0577600.Value)); } else { this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((R0000154.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(R0000154.Value)); + if ((C0606300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(C0606300.Value)); } else { this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((R0000155.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(R0000155.Value)); + if ((C0606400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(C0606400.Value)); } else { this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; } - if ((R0000156.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(R0000156.Value)); + if ((C0826400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(C0826400.Value)); } else { this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((R0000157.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(R0000157.Value)); + if ((C0826500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(C0826500.Value)); } else { this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; } - if ((R0000158.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(R0000158.Value)); + if ((C1016700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(C1016700.Value)); } else { this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((R0000159.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(R0000159.Value)); + if ((C1016800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(C1016800.Value)); } else { this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; } - if ((R0000162.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(R0000162.Value)); + if ((C1220200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(C1220200.Value)); } else { this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((R0000163.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(R0000163.Value)); + if ((C1220300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(C1220300.Value)); } else { this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; } - if ((R0000164.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(R0000164.Value)); + if ((C1532700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(C1532700.Value)); } else { this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((R0000165.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(R0000165.Value)); + if ((C1532800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(C1532800.Value)); } else { this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; } - if ((R0000166.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(R0000166.Value)); + if ((C1779300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(C1779300.Value)); } else { this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((R0214700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(R0214700.Value)); + if ((C1779400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(C1779400.Value)); } else { this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; } - if ((R0214800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(R0214800.Value)); + if ((C2288500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(C2288500.Value)); } else { this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((R4125101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(R4125101.Value)); + if ((C2288600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(C2288600.Value)); } else { this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; } - if ((R4125801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(R4125801.Value)); + if ((C2552300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(C2552300.Value)); } else { this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; } - if ((R4126501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(R4126501.Value)); + if ((C2820900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(C2820900.Value)); } else { this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; } - if ((R4127201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[22].Value = ((int)(R4127201.Value)); + if ((C3130400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[22].Value = ((int)(C3130400.Value)); } else { this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((R4127901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(R4127901.Value)); + if ((C3553400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(C3553400.Value)); } else { this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; } - if ((R4128601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[24].Value = ((int)(R4128601.Value)); + if ((C3634500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[24].Value = ((int)(C3634500.Value)); } else { this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; } - if ((R4129301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(R4129301.Value)); + if ((C3898000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(C3898000.Value)); } else { this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; } - if ((R4130001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[26].Value = ((int)(R4130001.Value)); + if ((C4013000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[26].Value = ((int)(C4013000.Value)); } else { this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; } - if ((R4130701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(R4130701.Value)); + if ((C5147900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(C5147900.Value)); } else { this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; } - if ((R4131401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[28].Value = ((int)(R4131401.Value)); + if ((Y0308300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[28].Value = ((int)(Y0308300.Value)); } else { this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; } - if ((R4132101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(R4132101.Value)); + if ((Y0308400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(Y0308400.Value)); } else { this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; } - if ((R4132801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(R4132801.Value)); + if ((Y0609600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(Y0609600.Value)); } else { this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; } - if ((R4133701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(R4133701.Value)); + if ((Y0609700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(Y0609700.Value)); } else { this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; } - if ((R4521500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[32].Value = ((int)(R4521500.Value)); + if ((Y0903900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[32].Value = ((int)(Y0903900.Value)); } else { this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; } - if ((R4521700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(R4521700.Value)); + if ((Y0904000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(Y0904000.Value)); } else { this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; } - if ((R4521800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[34].Value = ((int)(R4521800.Value)); + if ((Y1150800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[34].Value = ((int)(Y1150800.Value)); } else { this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; } - if ((R4521900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(R4521900.Value)); + if ((Y1150900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(Y1150900.Value)); } else { this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; } - if ((R4522000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[36].Value = ((int)(R4522000.Value)); + if ((Y1385800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[36].Value = ((int)(Y1385800.Value)); } else { this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; } - if ((R4522100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(R4522100.Value)); + if ((Y1385900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(Y1385900.Value)); } else { this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; } - if ((R4522200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[38].Value = ((int)(R4522200.Value)); + if ((Y1637500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[38].Value = ((int)(Y1637500.Value)); } else { this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; } - if ((R4522300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[39].Value = ((int)(R4522300.Value)); + if ((Y1637600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[39].Value = ((int)(Y1637600.Value)); } else { this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; } - if ((R4522400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[40].Value = ((int)(R4522400.Value)); + if ((Y1891100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[40].Value = ((int)(Y1891100.Value)); } else { this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; } - if ((R4522500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[41].Value = ((int)(R4522500.Value)); + if ((Y1891200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[41].Value = ((int)(Y1891200.Value)); } else { this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; } - if ((R4522600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[42].Value = ((int)(R4522600.Value)); + if ((Y2207000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[42].Value = ((int)(Y2207000.Value)); } else { this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; } - if ((R4522700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[43].Value = ((int)(R4522700.Value)); + if ((Y2207100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[43].Value = ((int)(Y2207100.Value)); } else { this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; } - if ((R4522800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[44].Value = ((int)(R4522800.Value)); + if ((Y2544700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[44].Value = ((int)(Y2544700.Value)); } else { this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value; } - if ((T0002000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[45].Value = ((int)(T0002000.Value)); + if ((Y2544800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[45].Value = ((int)(Y2544800.Value)); } else { this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value; } - if ((T0002100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[46].Value = ((int)(T0002100.Value)); + this.Adapter.UpdateCommand.Parameters[46].Value = ((int)(Original_C0000100)); + if ((Original_C0000200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[47].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[48].Value = ((int)(Original_C0000200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[47].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value; } - if ((T0002200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[47].Value = ((int)(T0002200.Value)); + if ((Original_C0005300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[49].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[50].Value = ((int)(Original_C0005300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[49].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value; } - if ((T0002300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[48].Value = ((int)(T0002300.Value)); + if ((Original_C0005400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[51].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[52].Value = ((int)(Original_C0005400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[51].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value; } - if ((T0002400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[49].Value = ((int)(T0002400.Value)); + if ((Original_C0005700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[53].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[54].Value = ((int)(Original_C0005700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[53].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value; } - if ((T0002500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[50].Value = ((int)(T0002500.Value)); + if ((Original_C0577600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[55].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[56].Value = ((int)(Original_C0577600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[55].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value; } - if ((T0002600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[51].Value = ((int)(T0002600.Value)); + if ((Original_C0606300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[57].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[58].Value = ((int)(Original_C0606300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[57].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value; } - if ((T0002700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[52].Value = ((int)(T0002700.Value)); + if ((Original_C0606400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[59].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[60].Value = ((int)(Original_C0606400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[59].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value; } - if ((T0002800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[53].Value = ((int)(T0002800.Value)); + if ((Original_C0826400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[61].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[62].Value = ((int)(Original_C0826400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[61].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value; } - if ((T0002900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[54].Value = ((int)(T0002900.Value)); + if ((Original_C0826500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[63].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[64].Value = ((int)(Original_C0826500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[63].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value; } - if ((T0003000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[55].Value = ((int)(T0003000.Value)); + if ((Original_C1016700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[65].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[66].Value = ((int)(Original_C1016700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[65].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value; } - if ((T0003100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[56].Value = ((int)(T0003100.Value)); + if ((Original_C1016800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[67].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[68].Value = ((int)(Original_C1016800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[67].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value; } - if ((T0003200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[57].Value = ((int)(T0003200.Value)); + if ((Original_C1220200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[69].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[70].Value = ((int)(Original_C1220200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[69].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value; } - if ((T0003300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[58].Value = ((int)(T0003300.Value)); + if ((Original_C1220300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[71].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[72].Value = ((int)(Original_C1220300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[71].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[72].Value = global::System.DBNull.Value; } - if ((T0003400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[59].Value = ((int)(T0003400.Value)); + if ((Original_C1532700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[73].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[74].Value = ((int)(Original_C1532700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[73].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[74].Value = global::System.DBNull.Value; } - if ((T0003500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[60].Value = ((int)(T0003500.Value)); + if ((Original_C1532800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[75].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[76].Value = ((int)(Original_C1532800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[75].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[76].Value = global::System.DBNull.Value; } - if ((T0003600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[61].Value = ((int)(T0003600.Value)); + if ((Original_C1779300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[77].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[78].Value = ((int)(Original_C1779300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[77].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[78].Value = global::System.DBNull.Value; } - if ((T0003700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[62].Value = ((int)(T0003700.Value)); + if ((Original_C1779400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[79].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[80].Value = ((int)(Original_C1779400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[79].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[80].Value = global::System.DBNull.Value; } - if ((T0003800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[63].Value = ((int)(T0003800.Value)); + if ((Original_C2288500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[81].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[82].Value = ((int)(Original_C2288500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[81].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[82].Value = global::System.DBNull.Value; } - if ((T0003900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[64].Value = ((int)(T0003900.Value)); + if ((Original_C2288600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[83].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[84].Value = ((int)(Original_C2288600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[83].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[84].Value = global::System.DBNull.Value; } - if ((T0004000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[65].Value = ((int)(T0004000.Value)); + if ((Original_C2552300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[85].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[86].Value = ((int)(Original_C2552300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[65].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[85].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[86].Value = global::System.DBNull.Value; } - if ((T0004100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[66].Value = ((int)(T0004100.Value)); + if ((Original_C2820900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[87].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[88].Value = ((int)(Original_C2820900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[87].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[88].Value = global::System.DBNull.Value; } - if ((T0004200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[67].Value = ((int)(T0004200.Value)); + if ((Original_C3130400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[89].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[90].Value = ((int)(Original_C3130400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[67].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[89].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[90].Value = global::System.DBNull.Value; } - if ((T0004300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[68].Value = ((int)(T0004300.Value)); + if ((Original_C3553400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[91].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[92].Value = ((int)(Original_C3553400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[91].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[92].Value = global::System.DBNull.Value; } - if ((T0004400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[69].Value = ((int)(T0004400.Value)); + if ((Original_C3634500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[93].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[94].Value = ((int)(Original_C3634500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[69].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[93].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[94].Value = global::System.DBNull.Value; } - if ((T0004500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[70].Value = ((int)(T0004500.Value)); + if ((Original_C3898000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[95].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[96].Value = ((int)(Original_C3898000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[95].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[96].Value = global::System.DBNull.Value; } - if ((T2261500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[71].Value = ((int)(T2261500.Value)); + if ((Original_C4013000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[97].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[98].Value = ((int)(Original_C4013000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[71].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[97].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[98].Value = global::System.DBNull.Value; } - if ((T2261600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[72].Value = ((int)(T2261600.Value)); + if ((Original_C5147900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[99].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[100].Value = ((int)(Original_C5147900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[72].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[99].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[100].Value = global::System.DBNull.Value; } - if ((T2261700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[73].Value = ((int)(T2261700.Value)); + if ((Original_Y0308300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[101].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[102].Value = ((int)(Original_Y0308300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[73].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[101].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[102].Value = global::System.DBNull.Value; } - if ((T2261800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[74].Value = ((int)(T2261800.Value)); + if ((Original_Y0308400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[103].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[104].Value = ((int)(Original_Y0308400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[74].Value = global::System.DBNull.Value; - } - if ((T2261900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[75].Value = ((int)(T2261900.Value)); + this.Adapter.UpdateCommand.Parameters[103].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[104].Value = global::System.DBNull.Value; } - else { - this.Adapter.UpdateCommand.Parameters[75].Value = global::System.DBNull.Value; - } - if ((T2262000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[76].Value = ((int)(T2262000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[76].Value = global::System.DBNull.Value; - } - if ((T2262100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[77].Value = ((int)(T2262100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[77].Value = global::System.DBNull.Value; - } - if ((T2262200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[78].Value = ((int)(T2262200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[78].Value = global::System.DBNull.Value; - } - if ((T2262300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[79].Value = ((int)(T2262300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[79].Value = global::System.DBNull.Value; - } - if ((T2262400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[80].Value = ((int)(T2262400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[80].Value = global::System.DBNull.Value; - } - if ((T2262500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[81].Value = ((int)(T2262500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[81].Value = global::System.DBNull.Value; - } - if ((T2262600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[82].Value = ((int)(T2262600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[82].Value = global::System.DBNull.Value; - } - if ((T2262700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[83].Value = ((int)(T2262700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[83].Value = global::System.DBNull.Value; - } - if ((T2262800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[84].Value = ((int)(T2262800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[84].Value = global::System.DBNull.Value; - } - if ((T2262900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[85].Value = ((int)(T2262900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[85].Value = global::System.DBNull.Value; - } - if ((T2263000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[86].Value = ((int)(T2263000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[86].Value = global::System.DBNull.Value; - } - if ((T2263100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[87].Value = ((int)(T2263100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[87].Value = global::System.DBNull.Value; - } - if ((T2263200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[88].Value = ((int)(T2263200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[88].Value = global::System.DBNull.Value; - } - if ((T2263300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[89].Value = ((int)(T2263300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[89].Value = global::System.DBNull.Value; - } - if ((T2263400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[90].Value = ((int)(T2263400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[90].Value = global::System.DBNull.Value; - } - if ((T2263500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[91].Value = ((int)(T2263500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[91].Value = global::System.DBNull.Value; - } - if ((T2263600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[92].Value = ((int)(T2263600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[92].Value = global::System.DBNull.Value; - } - if ((T2263700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[93].Value = ((int)(T2263700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[93].Value = global::System.DBNull.Value; - } - if ((T2263800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[94].Value = ((int)(T2263800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[94].Value = global::System.DBNull.Value; - } - this.Adapter.UpdateCommand.Parameters[95].Value = ((int)(Original_R0000100)); - if ((Original_R0000149.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[96].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[97].Value = ((int)(Original_R0000149.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[96].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[97].Value = global::System.DBNull.Value; - } - if ((Original_R0000150.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[98].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[99].Value = ((int)(Original_R0000150.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[98].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[99].Value = global::System.DBNull.Value; - } - if ((Original_R0000151.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[100].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[101].Value = ((int)(Original_R0000151.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[100].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[101].Value = global::System.DBNull.Value; - } - if ((Original_R0000152.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[102].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[103].Value = ((int)(Original_R0000152.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[102].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[103].Value = global::System.DBNull.Value; - } - if ((Original_R0000153.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[104].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[105].Value = ((int)(Original_R0000153.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[104].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[105].Value = global::System.DBNull.Value; - } - if ((Original_R0000154.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[106].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[107].Value = ((int)(Original_R0000154.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[106].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[107].Value = global::System.DBNull.Value; - } - if ((Original_R0000155.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[108].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[109].Value = ((int)(Original_R0000155.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[108].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[109].Value = global::System.DBNull.Value; - } - if ((Original_R0000156.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[110].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[111].Value = ((int)(Original_R0000156.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[110].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[111].Value = global::System.DBNull.Value; - } - if ((Original_R0000157.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[112].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[113].Value = ((int)(Original_R0000157.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[112].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[113].Value = global::System.DBNull.Value; - } - if ((Original_R0000158.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[114].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[115].Value = ((int)(Original_R0000158.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[114].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[115].Value = global::System.DBNull.Value; - } - if ((Original_R0000159.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[116].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[117].Value = ((int)(Original_R0000159.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[116].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[117].Value = global::System.DBNull.Value; - } - if ((Original_R0000162.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[118].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[119].Value = ((int)(Original_R0000162.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[118].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[119].Value = global::System.DBNull.Value; - } - if ((Original_R0000163.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[120].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[121].Value = ((int)(Original_R0000163.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[120].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[121].Value = global::System.DBNull.Value; - } - if ((Original_R0000164.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[122].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[123].Value = ((int)(Original_R0000164.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[122].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[123].Value = global::System.DBNull.Value; - } - if ((Original_R0000165.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[124].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[125].Value = ((int)(Original_R0000165.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[124].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[125].Value = global::System.DBNull.Value; - } - if ((Original_R0000166.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[126].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[127].Value = ((int)(Original_R0000166.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[126].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[127].Value = global::System.DBNull.Value; - } - if ((Original_R0214700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[128].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[129].Value = ((int)(Original_R0214700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[128].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[129].Value = global::System.DBNull.Value; - } - if ((Original_R0214800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[130].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[131].Value = ((int)(Original_R0214800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[130].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[131].Value = global::System.DBNull.Value; - } - if ((Original_R4125101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[132].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[133].Value = ((int)(Original_R4125101.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[132].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[133].Value = global::System.DBNull.Value; - } - if ((Original_R4125801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[134].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[135].Value = ((int)(Original_R4125801.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[134].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[135].Value = global::System.DBNull.Value; - } - if ((Original_R4126501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[136].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[137].Value = ((int)(Original_R4126501.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[136].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[137].Value = global::System.DBNull.Value; - } - if ((Original_R4127201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[138].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[139].Value = ((int)(Original_R4127201.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[138].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[139].Value = global::System.DBNull.Value; - } - if ((Original_R4127901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[140].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[141].Value = ((int)(Original_R4127901.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[140].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[141].Value = global::System.DBNull.Value; - } - if ((Original_R4128601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[142].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[143].Value = ((int)(Original_R4128601.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[142].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[143].Value = global::System.DBNull.Value; - } - if ((Original_R4129301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[144].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[145].Value = ((int)(Original_R4129301.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[144].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[145].Value = global::System.DBNull.Value; - } - if ((Original_R4130001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[146].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[147].Value = ((int)(Original_R4130001.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[146].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[147].Value = global::System.DBNull.Value; - } - if ((Original_R4130701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[148].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[149].Value = ((int)(Original_R4130701.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[148].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[149].Value = global::System.DBNull.Value; - } - if ((Original_R4131401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[150].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[151].Value = ((int)(Original_R4131401.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[150].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[151].Value = global::System.DBNull.Value; - } - if ((Original_R4132101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[152].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[153].Value = ((int)(Original_R4132101.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[152].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[153].Value = global::System.DBNull.Value; - } - if ((Original_R4132801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[154].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[155].Value = ((int)(Original_R4132801.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[154].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[155].Value = global::System.DBNull.Value; - } - if ((Original_R4133701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[156].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[157].Value = ((int)(Original_R4133701.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[156].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[157].Value = global::System.DBNull.Value; - } - if ((Original_R4521500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[158].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[159].Value = ((int)(Original_R4521500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[158].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[159].Value = global::System.DBNull.Value; - } - if ((Original_R4521700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[160].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[161].Value = ((int)(Original_R4521700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[160].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[161].Value = global::System.DBNull.Value; - } - if ((Original_R4521800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[162].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[163].Value = ((int)(Original_R4521800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[162].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[163].Value = global::System.DBNull.Value; - } - if ((Original_R4521900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[164].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[165].Value = ((int)(Original_R4521900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[164].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[165].Value = global::System.DBNull.Value; - } - if ((Original_R4522000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[166].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[167].Value = ((int)(Original_R4522000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[166].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[167].Value = global::System.DBNull.Value; - } - if ((Original_R4522100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[168].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[169].Value = ((int)(Original_R4522100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[168].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[169].Value = global::System.DBNull.Value; - } - if ((Original_R4522200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[170].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[171].Value = ((int)(Original_R4522200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[170].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[171].Value = global::System.DBNull.Value; - } - if ((Original_R4522300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[172].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[173].Value = ((int)(Original_R4522300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[172].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[173].Value = global::System.DBNull.Value; - } - if ((Original_R4522400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[174].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[175].Value = ((int)(Original_R4522400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[174].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[175].Value = global::System.DBNull.Value; - } - if ((Original_R4522500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[176].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[177].Value = ((int)(Original_R4522500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[176].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[177].Value = global::System.DBNull.Value; - } - if ((Original_R4522600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[178].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[179].Value = ((int)(Original_R4522600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[178].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[179].Value = global::System.DBNull.Value; - } - if ((Original_R4522700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[180].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[181].Value = ((int)(Original_R4522700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[180].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[181].Value = global::System.DBNull.Value; - } - if ((Original_R4522800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[182].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[183].Value = ((int)(Original_R4522800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[182].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[183].Value = global::System.DBNull.Value; - } - if ((Original_T0002000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[184].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[185].Value = ((int)(Original_T0002000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[184].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[185].Value = global::System.DBNull.Value; - } - if ((Original_T0002100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[186].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[187].Value = ((int)(Original_T0002100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[186].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[187].Value = global::System.DBNull.Value; - } - if ((Original_T0002200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[188].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[189].Value = ((int)(Original_T0002200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[188].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[189].Value = global::System.DBNull.Value; - } - if ((Original_T0002300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[190].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[191].Value = ((int)(Original_T0002300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[190].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[191].Value = global::System.DBNull.Value; - } - if ((Original_T0002400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[192].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[193].Value = ((int)(Original_T0002400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[192].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[193].Value = global::System.DBNull.Value; - } - if ((Original_T0002500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[194].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[195].Value = ((int)(Original_T0002500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[194].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[195].Value = global::System.DBNull.Value; - } - if ((Original_T0002600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[196].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[197].Value = ((int)(Original_T0002600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[196].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[197].Value = global::System.DBNull.Value; - } - if ((Original_T0002700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[198].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[199].Value = ((int)(Original_T0002700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[198].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[199].Value = global::System.DBNull.Value; - } - if ((Original_T0002800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[200].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[201].Value = ((int)(Original_T0002800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[200].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[201].Value = global::System.DBNull.Value; - } - if ((Original_T0002900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[202].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[203].Value = ((int)(Original_T0002900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[202].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[203].Value = global::System.DBNull.Value; - } - if ((Original_T0003000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[204].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[205].Value = ((int)(Original_T0003000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[204].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[205].Value = global::System.DBNull.Value; - } - if ((Original_T0003100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[206].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[207].Value = ((int)(Original_T0003100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[206].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[207].Value = global::System.DBNull.Value; - } - if ((Original_T0003200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[208].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[209].Value = ((int)(Original_T0003200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[208].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[209].Value = global::System.DBNull.Value; - } - if ((Original_T0003300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[210].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[211].Value = ((int)(Original_T0003300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[210].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[211].Value = global::System.DBNull.Value; - } - if ((Original_T0003400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[212].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[213].Value = ((int)(Original_T0003400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[212].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[213].Value = global::System.DBNull.Value; - } - if ((Original_T0003500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[214].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[215].Value = ((int)(Original_T0003500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[214].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[215].Value = global::System.DBNull.Value; - } - if ((Original_T0003600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[216].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[217].Value = ((int)(Original_T0003600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[216].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[217].Value = global::System.DBNull.Value; - } - if ((Original_T0003700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[218].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[219].Value = ((int)(Original_T0003700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[218].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[219].Value = global::System.DBNull.Value; - } - if ((Original_T0003800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[220].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[221].Value = ((int)(Original_T0003800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[220].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[221].Value = global::System.DBNull.Value; - } - if ((Original_T0003900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[222].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[223].Value = ((int)(Original_T0003900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[222].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[223].Value = global::System.DBNull.Value; - } - if ((Original_T0004000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[224].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[225].Value = ((int)(Original_T0004000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[224].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[225].Value = global::System.DBNull.Value; - } - if ((Original_T0004100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[226].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[227].Value = ((int)(Original_T0004100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[226].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[227].Value = global::System.DBNull.Value; - } - if ((Original_T0004200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[228].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[229].Value = ((int)(Original_T0004200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[228].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[229].Value = global::System.DBNull.Value; - } - if ((Original_T0004300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[230].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[231].Value = ((int)(Original_T0004300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[230].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[231].Value = global::System.DBNull.Value; - } - if ((Original_T0004400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[232].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[233].Value = ((int)(Original_T0004400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[232].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[233].Value = global::System.DBNull.Value; - } - if ((Original_T0004500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[234].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[235].Value = ((int)(Original_T0004500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[234].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[235].Value = global::System.DBNull.Value; - } - if ((Original_T2261500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[236].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[237].Value = ((int)(Original_T2261500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[236].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[237].Value = global::System.DBNull.Value; - } - if ((Original_T2261600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[238].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[239].Value = ((int)(Original_T2261600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[238].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[239].Value = global::System.DBNull.Value; - } - if ((Original_T2261700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[240].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[241].Value = ((int)(Original_T2261700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[240].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[241].Value = global::System.DBNull.Value; - } - if ((Original_T2261800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[242].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[243].Value = ((int)(Original_T2261800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[242].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[243].Value = global::System.DBNull.Value; - } - if ((Original_T2261900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[244].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[245].Value = ((int)(Original_T2261900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[244].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[245].Value = global::System.DBNull.Value; - } - if ((Original_T2262000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[246].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[247].Value = ((int)(Original_T2262000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[246].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[247].Value = global::System.DBNull.Value; - } - if ((Original_T2262100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[248].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[249].Value = ((int)(Original_T2262100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[248].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[249].Value = global::System.DBNull.Value; - } - if ((Original_T2262200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[250].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[251].Value = ((int)(Original_T2262200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[250].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[251].Value = global::System.DBNull.Value; - } - if ((Original_T2262300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[252].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[253].Value = ((int)(Original_T2262300.Value)); + if ((Original_Y0609600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[105].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[106].Value = ((int)(Original_Y0609600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[252].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[253].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[105].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[106].Value = global::System.DBNull.Value; } - if ((Original_T2262400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[254].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[255].Value = ((int)(Original_T2262400.Value)); + if ((Original_Y0609700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[107].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[108].Value = ((int)(Original_Y0609700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[254].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[255].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[107].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[108].Value = global::System.DBNull.Value; } - if ((Original_T2262500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[256].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[257].Value = ((int)(Original_T2262500.Value)); + if ((Original_Y0903900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[109].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[110].Value = ((int)(Original_Y0903900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[256].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[257].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[109].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[110].Value = global::System.DBNull.Value; } - if ((Original_T2262600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[258].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[259].Value = ((int)(Original_T2262600.Value)); + if ((Original_Y0904000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[111].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[112].Value = ((int)(Original_Y0904000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[258].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[259].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[111].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[112].Value = global::System.DBNull.Value; } - if ((Original_T2262700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[260].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[261].Value = ((int)(Original_T2262700.Value)); + if ((Original_Y1150800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[113].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[114].Value = ((int)(Original_Y1150800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[260].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[261].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[113].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[114].Value = global::System.DBNull.Value; } - if ((Original_T2262800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[262].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[263].Value = ((int)(Original_T2262800.Value)); + if ((Original_Y1150900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[115].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[116].Value = ((int)(Original_Y1150900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[262].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[263].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[115].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[116].Value = global::System.DBNull.Value; } - if ((Original_T2262900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[264].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[265].Value = ((int)(Original_T2262900.Value)); + if ((Original_Y1385800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[117].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[118].Value = ((int)(Original_Y1385800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[264].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[265].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[117].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[118].Value = global::System.DBNull.Value; } - if ((Original_T2263000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[266].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[267].Value = ((int)(Original_T2263000.Value)); + if ((Original_Y1385900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[119].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[120].Value = ((int)(Original_Y1385900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[266].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[267].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[119].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[120].Value = global::System.DBNull.Value; } - if ((Original_T2263100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[268].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[269].Value = ((int)(Original_T2263100.Value)); + if ((Original_Y1637500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[121].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[122].Value = ((int)(Original_Y1637500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[268].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[269].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[121].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[122].Value = global::System.DBNull.Value; } - if ((Original_T2263200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[270].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[271].Value = ((int)(Original_T2263200.Value)); + if ((Original_Y1637600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[123].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[124].Value = ((int)(Original_Y1637600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[270].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[271].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[123].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[124].Value = global::System.DBNull.Value; } - if ((Original_T2263300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[272].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[273].Value = ((int)(Original_T2263300.Value)); + if ((Original_Y1891100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[125].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[126].Value = ((int)(Original_Y1891100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[272].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[273].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[125].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[126].Value = global::System.DBNull.Value; } - if ((Original_T2263400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[274].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[275].Value = ((int)(Original_T2263400.Value)); + if ((Original_Y1891200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[127].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[128].Value = ((int)(Original_Y1891200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[274].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[275].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[127].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[128].Value = global::System.DBNull.Value; } - if ((Original_T2263500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[276].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[277].Value = ((int)(Original_T2263500.Value)); + if ((Original_Y2207000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[129].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[130].Value = ((int)(Original_Y2207000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[276].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[277].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[129].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[130].Value = global::System.DBNull.Value; } - if ((Original_T2263600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[278].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[279].Value = ((int)(Original_T2263600.Value)); + if ((Original_Y2207100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[131].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[132].Value = ((int)(Original_Y2207100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[278].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[279].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[131].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[132].Value = global::System.DBNull.Value; } - if ((Original_T2263700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[280].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[281].Value = ((int)(Original_T2263700.Value)); + if ((Original_Y2544700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[133].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[134].Value = ((int)(Original_Y2544700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[280].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[281].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[133].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[134].Value = global::System.DBNull.Value; } - if ((Original_T2263800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[282].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[283].Value = ((int)(Original_T2263800.Value)); + if ((Original_Y2544800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[135].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[136].Value = ((int)(Original_Y2544800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[282].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[283].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[135].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[136].Value = global::System.DBNull.Value; } global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State; if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) @@ -98996,196 +97995,98 @@ public virtual int Update( [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] public virtual int Update( - global::System.Nullable R0000149, - global::System.Nullable R0000150, - global::System.Nullable R0000151, - global::System.Nullable R0000152, - global::System.Nullable R0000153, - global::System.Nullable R0000154, - global::System.Nullable R0000155, - global::System.Nullable R0000156, - global::System.Nullable R0000157, - global::System.Nullable R0000158, - global::System.Nullable R0000159, - global::System.Nullable R0000162, - global::System.Nullable R0000163, - global::System.Nullable R0000164, - global::System.Nullable R0000165, - global::System.Nullable R0000166, - global::System.Nullable R0214700, - global::System.Nullable R0214800, - global::System.Nullable R4125101, - global::System.Nullable R4125801, - global::System.Nullable R4126501, - global::System.Nullable R4127201, - global::System.Nullable R4127901, - global::System.Nullable R4128601, - global::System.Nullable R4129301, - global::System.Nullable R4130001, - global::System.Nullable R4130701, - global::System.Nullable R4131401, - global::System.Nullable R4132101, - global::System.Nullable R4132801, - global::System.Nullable R4133701, - global::System.Nullable R4521500, - global::System.Nullable R4521700, - global::System.Nullable R4521800, - global::System.Nullable R4521900, - global::System.Nullable R4522000, - global::System.Nullable R4522100, - global::System.Nullable R4522200, - global::System.Nullable R4522300, - global::System.Nullable R4522400, - global::System.Nullable R4522500, - global::System.Nullable R4522600, - global::System.Nullable R4522700, - global::System.Nullable R4522800, - global::System.Nullable T0002000, - global::System.Nullable T0002100, - global::System.Nullable T0002200, - global::System.Nullable T0002300, - global::System.Nullable T0002400, - global::System.Nullable T0002500, - global::System.Nullable T0002600, - global::System.Nullable T0002700, - global::System.Nullable T0002800, - global::System.Nullable T0002900, - global::System.Nullable T0003000, - global::System.Nullable T0003100, - global::System.Nullable T0003200, - global::System.Nullable T0003300, - global::System.Nullable T0003400, - global::System.Nullable T0003500, - global::System.Nullable T0003600, - global::System.Nullable T0003700, - global::System.Nullable T0003800, - global::System.Nullable T0003900, - global::System.Nullable T0004000, - global::System.Nullable T0004100, - global::System.Nullable T0004200, - global::System.Nullable T0004300, - global::System.Nullable T0004400, - global::System.Nullable T0004500, - global::System.Nullable T2261500, - global::System.Nullable T2261600, - global::System.Nullable T2261700, - global::System.Nullable T2261800, - global::System.Nullable T2261900, - global::System.Nullable T2262000, - global::System.Nullable T2262100, - global::System.Nullable T2262200, - global::System.Nullable T2262300, - global::System.Nullable T2262400, - global::System.Nullable T2262500, - global::System.Nullable T2262600, - global::System.Nullable T2262700, - global::System.Nullable T2262800, - global::System.Nullable T2262900, - global::System.Nullable T2263000, - global::System.Nullable T2263100, - global::System.Nullable T2263200, - global::System.Nullable T2263300, - global::System.Nullable T2263400, - global::System.Nullable T2263500, - global::System.Nullable T2263600, - global::System.Nullable T2263700, - global::System.Nullable T2263800, - int Original_R0000100, - global::System.Nullable Original_R0000149, - global::System.Nullable Original_R0000150, - global::System.Nullable Original_R0000151, - global::System.Nullable Original_R0000152, - global::System.Nullable Original_R0000153, - global::System.Nullable Original_R0000154, - global::System.Nullable Original_R0000155, - global::System.Nullable Original_R0000156, - global::System.Nullable Original_R0000157, - global::System.Nullable Original_R0000158, - global::System.Nullable Original_R0000159, - global::System.Nullable Original_R0000162, - global::System.Nullable Original_R0000163, - global::System.Nullable Original_R0000164, - global::System.Nullable Original_R0000165, - global::System.Nullable Original_R0000166, - global::System.Nullable Original_R0214700, - global::System.Nullable Original_R0214800, - global::System.Nullable Original_R4125101, - global::System.Nullable Original_R4125801, - global::System.Nullable Original_R4126501, - global::System.Nullable Original_R4127201, - global::System.Nullable Original_R4127901, - global::System.Nullable Original_R4128601, - global::System.Nullable Original_R4129301, - global::System.Nullable Original_R4130001, - global::System.Nullable Original_R4130701, - global::System.Nullable Original_R4131401, - global::System.Nullable Original_R4132101, - global::System.Nullable Original_R4132801, - global::System.Nullable Original_R4133701, - global::System.Nullable Original_R4521500, - global::System.Nullable Original_R4521700, - global::System.Nullable Original_R4521800, - global::System.Nullable Original_R4521900, - global::System.Nullable Original_R4522000, - global::System.Nullable Original_R4522100, - global::System.Nullable Original_R4522200, - global::System.Nullable Original_R4522300, - global::System.Nullable Original_R4522400, - global::System.Nullable Original_R4522500, - global::System.Nullable Original_R4522600, - global::System.Nullable Original_R4522700, - global::System.Nullable Original_R4522800, - global::System.Nullable Original_T0002000, - global::System.Nullable Original_T0002100, - global::System.Nullable Original_T0002200, - global::System.Nullable Original_T0002300, - global::System.Nullable Original_T0002400, - global::System.Nullable Original_T0002500, - global::System.Nullable Original_T0002600, - global::System.Nullable Original_T0002700, - global::System.Nullable Original_T0002800, - global::System.Nullable Original_T0002900, - global::System.Nullable Original_T0003000, - global::System.Nullable Original_T0003100, - global::System.Nullable Original_T0003200, - global::System.Nullable Original_T0003300, - global::System.Nullable Original_T0003400, - global::System.Nullable Original_T0003500, - global::System.Nullable Original_T0003600, - global::System.Nullable Original_T0003700, - global::System.Nullable Original_T0003800, - global::System.Nullable Original_T0003900, - global::System.Nullable Original_T0004000, - global::System.Nullable Original_T0004100, - global::System.Nullable Original_T0004200, - global::System.Nullable Original_T0004300, - global::System.Nullable Original_T0004400, - global::System.Nullable Original_T0004500, - global::System.Nullable Original_T2261500, - global::System.Nullable Original_T2261600, - global::System.Nullable Original_T2261700, - global::System.Nullable Original_T2261800, - global::System.Nullable Original_T2261900, - global::System.Nullable Original_T2262000, - global::System.Nullable Original_T2262100, - global::System.Nullable Original_T2262200, - global::System.Nullable Original_T2262300, - global::System.Nullable Original_T2262400, - global::System.Nullable Original_T2262500, - global::System.Nullable Original_T2262600, - global::System.Nullable Original_T2262700, - global::System.Nullable Original_T2262800, - global::System.Nullable Original_T2262900, - global::System.Nullable Original_T2263000, - global::System.Nullable Original_T2263100, - global::System.Nullable Original_T2263200, - global::System.Nullable Original_T2263300, - global::System.Nullable Original_T2263400, - global::System.Nullable Original_T2263500, - global::System.Nullable Original_T2263600, - global::System.Nullable Original_T2263700, - global::System.Nullable Original_T2263800) { - return this.Update(Original_R0000100, R0000149, R0000150, R0000151, R0000152, R0000153, R0000154, R0000155, R0000156, R0000157, R0000158, R0000159, R0000162, R0000163, R0000164, R0000165, R0000166, R0214700, R0214800, R4125101, R4125801, R4126501, R4127201, R4127901, R4128601, R4129301, R4130001, R4130701, R4131401, R4132101, R4132801, R4133701, R4521500, R4521700, R4521800, R4521900, R4522000, R4522100, R4522200, R4522300, R4522400, R4522500, R4522600, R4522700, R4522800, T0002000, T0002100, T0002200, T0002300, T0002400, T0002500, T0002600, T0002700, T0002800, T0002900, T0003000, T0003100, T0003200, T0003300, T0003400, T0003500, T0003600, T0003700, T0003800, T0003900, T0004000, T0004100, T0004200, T0004300, T0004400, T0004500, T2261500, T2261600, T2261700, T2261800, T2261900, T2262000, T2262100, T2262200, T2262300, T2262400, T2262500, T2262600, T2262700, T2262800, T2262900, T2263000, T2263100, T2263200, T2263300, T2263400, T2263500, T2263600, T2263700, T2263800, Original_R0000100, Original_R0000149, Original_R0000150, Original_R0000151, Original_R0000152, Original_R0000153, Original_R0000154, Original_R0000155, Original_R0000156, Original_R0000157, Original_R0000158, Original_R0000159, Original_R0000162, Original_R0000163, Original_R0000164, Original_R0000165, Original_R0000166, Original_R0214700, Original_R0214800, Original_R4125101, Original_R4125801, Original_R4126501, Original_R4127201, Original_R4127901, Original_R4128601, Original_R4129301, Original_R4130001, Original_R4130701, Original_R4131401, Original_R4132101, Original_R4132801, Original_R4133701, Original_R4521500, Original_R4521700, Original_R4521800, Original_R4521900, Original_R4522000, Original_R4522100, Original_R4522200, Original_R4522300, Original_R4522400, Original_R4522500, Original_R4522600, Original_R4522700, Original_R4522800, Original_T0002000, Original_T0002100, Original_T0002200, Original_T0002300, Original_T0002400, Original_T0002500, Original_T0002600, Original_T0002700, Original_T0002800, Original_T0002900, Original_T0003000, Original_T0003100, Original_T0003200, Original_T0003300, Original_T0003400, Original_T0003500, Original_T0003600, Original_T0003700, Original_T0003800, Original_T0003900, Original_T0004000, Original_T0004100, Original_T0004200, Original_T0004300, Original_T0004400, Original_T0004500, Original_T2261500, Original_T2261600, Original_T2261700, Original_T2261800, Original_T2261900, Original_T2262000, Original_T2262100, Original_T2262200, Original_T2262300, Original_T2262400, Original_T2262500, Original_T2262600, Original_T2262700, Original_T2262800, Original_T2262900, Original_T2263000, Original_T2263100, Original_T2263200, Original_T2263300, Original_T2263400, Original_T2263500, Original_T2263600, Original_T2263700, Original_T2263800); + global::System.Nullable C0000200, + global::System.Nullable C0005300, + global::System.Nullable C0005400, + global::System.Nullable C0005700, + global::System.Nullable C0577600, + global::System.Nullable C0606300, + global::System.Nullable C0606400, + global::System.Nullable C0826400, + global::System.Nullable C0826500, + global::System.Nullable C1016700, + global::System.Nullable C1016800, + global::System.Nullable C1220200, + global::System.Nullable C1220300, + global::System.Nullable C1532700, + global::System.Nullable C1532800, + global::System.Nullable C1779300, + global::System.Nullable C1779400, + global::System.Nullable C2288500, + global::System.Nullable C2288600, + global::System.Nullable C2552300, + global::System.Nullable C2820900, + global::System.Nullable C3130400, + global::System.Nullable C3553400, + global::System.Nullable C3634500, + global::System.Nullable C3898000, + global::System.Nullable C4013000, + global::System.Nullable C5147900, + global::System.Nullable Y0308300, + global::System.Nullable Y0308400, + global::System.Nullable Y0609600, + global::System.Nullable Y0609700, + global::System.Nullable Y0903900, + global::System.Nullable Y0904000, + global::System.Nullable Y1150800, + global::System.Nullable Y1150900, + global::System.Nullable Y1385800, + global::System.Nullable Y1385900, + global::System.Nullable Y1637500, + global::System.Nullable Y1637600, + global::System.Nullable Y1891100, + global::System.Nullable Y1891200, + global::System.Nullable Y2207000, + global::System.Nullable Y2207100, + global::System.Nullable Y2544700, + global::System.Nullable Y2544800, + int Original_C0000100, + global::System.Nullable Original_C0000200, + global::System.Nullable Original_C0005300, + global::System.Nullable Original_C0005400, + global::System.Nullable Original_C0005700, + global::System.Nullable Original_C0577600, + global::System.Nullable Original_C0606300, + global::System.Nullable Original_C0606400, + global::System.Nullable Original_C0826400, + global::System.Nullable Original_C0826500, + global::System.Nullable Original_C1016700, + global::System.Nullable Original_C1016800, + global::System.Nullable Original_C1220200, + global::System.Nullable Original_C1220300, + global::System.Nullable Original_C1532700, + global::System.Nullable Original_C1532800, + global::System.Nullable Original_C1779300, + global::System.Nullable Original_C1779400, + global::System.Nullable Original_C2288500, + global::System.Nullable Original_C2288600, + global::System.Nullable Original_C2552300, + global::System.Nullable Original_C2820900, + global::System.Nullable Original_C3130400, + global::System.Nullable Original_C3553400, + global::System.Nullable Original_C3634500, + global::System.Nullable Original_C3898000, + global::System.Nullable Original_C4013000, + global::System.Nullable Original_C5147900, + global::System.Nullable Original_Y0308300, + global::System.Nullable Original_Y0308400, + global::System.Nullable Original_Y0609600, + global::System.Nullable Original_Y0609700, + global::System.Nullable Original_Y0903900, + global::System.Nullable Original_Y0904000, + global::System.Nullable Original_Y1150800, + global::System.Nullable Original_Y1150900, + global::System.Nullable Original_Y1385800, + global::System.Nullable Original_Y1385900, + global::System.Nullable Original_Y1637500, + global::System.Nullable Original_Y1637600, + global::System.Nullable Original_Y1891100, + global::System.Nullable Original_Y1891200, + global::System.Nullable Original_Y2207000, + global::System.Nullable Original_Y2207100, + global::System.Nullable Original_Y2544700, + global::System.Nullable Original_Y2544800) { + return this.Update(Original_C0000100, C0000200, C0005300, C0005400, C0005700, C0577600, C0606300, C0606400, C0826400, C0826500, C1016700, C1016800, C1220200, C1220300, C1532700, C1532800, C1779300, C1779400, C2288500, C2288600, C2552300, C2820900, C3130400, C3553400, C3634500, C3898000, C4013000, C5147900, Y0308300, Y0308400, Y0609600, Y0609700, Y0903900, Y0904000, Y1150800, Y1150900, Y1385800, Y1385900, Y1637500, Y1637600, Y1891100, Y1891200, Y2207000, Y2207100, Y2544700, Y2544800, Original_C0000100, Original_C0000200, Original_C0005300, Original_C0005400, Original_C0005700, Original_C0577600, Original_C0606300, Original_C0606400, Original_C0826400, Original_C0826500, Original_C1016700, Original_C1016800, Original_C1220200, Original_C1220300, Original_C1532700, Original_C1532800, Original_C1779300, Original_C1779400, Original_C2288500, Original_C2288600, Original_C2552300, Original_C2820900, Original_C3130400, Original_C3553400, Original_C3634500, Original_C3898000, Original_C4013000, Original_C5147900, Original_Y0308300, Original_Y0308400, Original_Y0609600, Original_Y0609700, Original_Y0903900, Original_Y0904000, Original_Y1150800, Original_Y1150900, Original_Y1385800, Original_Y1385900, Original_Y1637500, Original_Y1637600, Original_Y1891100, Original_Y1891200, Original_Y2207000, Original_Y2207100, Original_Y2544700, Original_Y2544800); } } @@ -99198,7 +98099,7 @@ public virtual int Update( [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 tblGen1ImplicitTableAdapter : global::System.ComponentModel.Component { + public partial class tblGen1ExplicitTableAdapter : global::System.ComponentModel.Component { private global::System.Data.SqlClient.SqlDataAdapter _adapter; @@ -99212,7 +98113,7 @@ public partial class tblGen1ImplicitTableAdapter : global::System.ComponentModel [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1ImplicitTableAdapter() { + public tblGen1ExplicitTableAdapter() { this.ClearBeforeFill = true; } @@ -99309,2014 +98210,1899 @@ 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 = "tblGen1Implicit"; - tableMapping.ColumnMappings.Add("H0001600", "H0001600"); - tableMapping.ColumnMappings.Add("H0001700", "H0001700"); - tableMapping.ColumnMappings.Add("H0001800", "H0001800"); - tableMapping.ColumnMappings.Add("H0001900", "H0001900"); - tableMapping.ColumnMappings.Add("H0002000", "H0002000"); - tableMapping.ColumnMappings.Add("H0002100", "H0002100"); - tableMapping.ColumnMappings.Add("H0002200", "H0002200"); - tableMapping.ColumnMappings.Add("H0002300", "H0002300"); - tableMapping.ColumnMappings.Add("H0002400", "H0002400"); - tableMapping.ColumnMappings.Add("H0002500", "H0002500"); - tableMapping.ColumnMappings.Add("H0002600", "H0002600"); - tableMapping.ColumnMappings.Add("H0002700", "H0002700"); - tableMapping.ColumnMappings.Add("H0002800", "H0002800"); - tableMapping.ColumnMappings.Add("H0002900", "H0002900"); - tableMapping.ColumnMappings.Add("H0003000", "H0003000"); - tableMapping.ColumnMappings.Add("H0003100", "H0003100"); - tableMapping.ColumnMappings.Add("H0013600", "H0013600"); - tableMapping.ColumnMappings.Add("H0013700", "H0013700"); - tableMapping.ColumnMappings.Add("H0013800", "H0013800"); - tableMapping.ColumnMappings.Add("H0013900", "H0013900"); - tableMapping.ColumnMappings.Add("H0014000", "H0014000"); - tableMapping.ColumnMappings.Add("H0014100", "H0014100"); - tableMapping.ColumnMappings.Add("H0014200", "H0014200"); - tableMapping.ColumnMappings.Add("H0014300", "H0014300"); - tableMapping.ColumnMappings.Add("H0014400", "H0014400"); - tableMapping.ColumnMappings.Add("H0014500", "H0014500"); - tableMapping.ColumnMappings.Add("H0014700", "H0014700"); - tableMapping.ColumnMappings.Add("H0014800", "H0014800"); - tableMapping.ColumnMappings.Add("H0014900", "H0014900"); - tableMapping.ColumnMappings.Add("H0015000", "H0015000"); - tableMapping.ColumnMappings.Add("H0015100", "H0015100"); - tableMapping.ColumnMappings.Add("H0015200", "H0015200"); - tableMapping.ColumnMappings.Add("H0015300", "H0015300"); - tableMapping.ColumnMappings.Add("H0015400", "H0015400"); - tableMapping.ColumnMappings.Add("H0015500", "H0015500"); - tableMapping.ColumnMappings.Add("H0015600", "H0015600"); - tableMapping.ColumnMappings.Add("H0015700", "H0015700"); - tableMapping.ColumnMappings.Add("H0015800", "H0015800"); - tableMapping.ColumnMappings.Add("H0015803", "H0015803"); - tableMapping.ColumnMappings.Add("H0015804", "H0015804"); + tableMapping.DataSetTable = "tblGen1Explicit"; tableMapping.ColumnMappings.Add("R0000100", "R0000100"); - tableMapping.ColumnMappings.Add("R0006100", "R0006100"); - tableMapping.ColumnMappings.Add("R0006500", "R0006500"); - tableMapping.ColumnMappings.Add("R0007300", "R0007300"); - tableMapping.ColumnMappings.Add("R0007700", "R0007700"); - tableMapping.ColumnMappings.Add("R0007900", "R0007900"); + tableMapping.ColumnMappings.Add("R0000149", "R0000149"); + tableMapping.ColumnMappings.Add("R0000150", "R0000150"); + tableMapping.ColumnMappings.Add("R0000151", "R0000151"); + tableMapping.ColumnMappings.Add("R0000152", "R0000152"); + tableMapping.ColumnMappings.Add("R0000153", "R0000153"); + tableMapping.ColumnMappings.Add("R0000154", "R0000154"); + tableMapping.ColumnMappings.Add("R0000155", "R0000155"); + tableMapping.ColumnMappings.Add("R0000156", "R0000156"); + tableMapping.ColumnMappings.Add("R0000157", "R0000157"); + tableMapping.ColumnMappings.Add("R0000158", "R0000158"); + tableMapping.ColumnMappings.Add("R0000159", "R0000159"); + tableMapping.ColumnMappings.Add("R0000162", "R0000162"); + tableMapping.ColumnMappings.Add("R0000163", "R0000163"); + tableMapping.ColumnMappings.Add("R0000164", "R0000164"); + tableMapping.ColumnMappings.Add("R0000165", "R0000165"); + tableMapping.ColumnMappings.Add("R0000166", "R0000166"); tableMapping.ColumnMappings.Add("R0214700", "R0214700"); tableMapping.ColumnMappings.Add("R0214800", "R0214800"); - tableMapping.ColumnMappings.Add("R2302900", "R2302900"); - tableMapping.ColumnMappings.Add("R2303100", "R2303100"); - tableMapping.ColumnMappings.Add("R2303200", "R2303200"); - tableMapping.ColumnMappings.Add("R2303300", "R2303300"); - tableMapping.ColumnMappings.Add("R2303500", "R2303500"); - tableMapping.ColumnMappings.Add("R2303600", "R2303600"); - tableMapping.ColumnMappings.Add("R2505100", "R2505100"); - tableMapping.ColumnMappings.Add("R2505300", "R2505300"); - tableMapping.ColumnMappings.Add("R2505400", "R2505400"); - tableMapping.ColumnMappings.Add("R2505500", "R2505500"); - tableMapping.ColumnMappings.Add("R2505700", "R2505700"); - tableMapping.ColumnMappings.Add("R2505800", "R2505800"); - tableMapping.ColumnMappings.Add("R2737900", "R2737900"); - tableMapping.ColumnMappings.Add("R2837200", "R2837200"); - tableMapping.ColumnMappings.Add("R2837300", "R2837300"); - tableMapping.ColumnMappings.Add("R2837400", "R2837400"); - tableMapping.ColumnMappings.Add("R2837500", "R2837500"); - tableMapping.ColumnMappings.Add("R2837600", "R2837600"); - tableMapping.ColumnMappings.Add("R2837700", "R2837700"); - tableMapping.ColumnMappings.Add("R2837800", "R2837800"); - tableMapping.ColumnMappings.Add("R2837900", "R2837900"); - tableMapping.ColumnMappings.Add("R2838000", "R2838000"); - tableMapping.ColumnMappings.Add("R2838100", "R2838100"); - tableMapping.ColumnMappings.Add("R2838200", "R2838200"); - tableMapping.ColumnMappings.Add("R2838300", "R2838300"); - tableMapping.ColumnMappings.Add("R2838400", "R2838400"); - tableMapping.ColumnMappings.Add("R2838500", "R2838500"); - tableMapping.ColumnMappings.Add("R2838600", "R2838600"); - tableMapping.ColumnMappings.Add("R2838700", "R2838700"); - tableMapping.ColumnMappings.Add("R2838800", "R2838800"); - tableMapping.ColumnMappings.Add("R2838900", "R2838900"); - tableMapping.ColumnMappings.Add("R2839000", "R2839000"); - tableMapping.ColumnMappings.Add("R2839100", "R2839100"); - tableMapping.ColumnMappings.Add("R2839200", "R2839200"); - tableMapping.ColumnMappings.Add("R2839300", "R2839300"); - tableMapping.ColumnMappings.Add("R2839400", "R2839400"); - tableMapping.ColumnMappings.Add("R2839500", "R2839500"); - tableMapping.ColumnMappings.Add("R2839600", "R2839600"); - tableMapping.ColumnMappings.Add("R2839700", "R2839700"); - tableMapping.ColumnMappings.Add("R2839800", "R2839800"); - tableMapping.ColumnMappings.Add("R2839900", "R2839900"); - tableMapping.ColumnMappings.Add("R2840000", "R2840000"); - tableMapping.ColumnMappings.Add("R2840100", "R2840100"); - tableMapping.ColumnMappings.Add("R2840200", "R2840200"); - tableMapping.ColumnMappings.Add("R2840300", "R2840300"); - tableMapping.ColumnMappings.Add("R2840400", "R2840400"); - tableMapping.ColumnMappings.Add("R2840500", "R2840500"); - tableMapping.ColumnMappings.Add("R2840600", "R2840600"); - tableMapping.ColumnMappings.Add("R2840700", "R2840700"); - tableMapping.ColumnMappings.Add("R2840800", "R2840800"); - tableMapping.ColumnMappings.Add("R2840900", "R2840900"); - tableMapping.ColumnMappings.Add("R2841000", "R2841000"); - tableMapping.ColumnMappings.Add("R2841100", "R2841100"); + tableMapping.ColumnMappings.Add("R4125101", "R4125101"); + tableMapping.ColumnMappings.Add("R4125801", "R4125801"); + tableMapping.ColumnMappings.Add("R4126501", "R4126501"); + tableMapping.ColumnMappings.Add("R4127201", "R4127201"); + tableMapping.ColumnMappings.Add("R4127901", "R4127901"); + tableMapping.ColumnMappings.Add("R4128601", "R4128601"); + tableMapping.ColumnMappings.Add("R4129301", "R4129301"); + tableMapping.ColumnMappings.Add("R4130001", "R4130001"); + tableMapping.ColumnMappings.Add("R4130701", "R4130701"); + tableMapping.ColumnMappings.Add("R4131401", "R4131401"); + tableMapping.ColumnMappings.Add("R4132101", "R4132101"); + tableMapping.ColumnMappings.Add("R4132801", "R4132801"); + tableMapping.ColumnMappings.Add("R4133701", "R4133701"); + tableMapping.ColumnMappings.Add("R4521500", "R4521500"); + tableMapping.ColumnMappings.Add("R4521700", "R4521700"); + tableMapping.ColumnMappings.Add("R4521800", "R4521800"); + tableMapping.ColumnMappings.Add("R4521900", "R4521900"); + tableMapping.ColumnMappings.Add("R4522000", "R4522000"); + tableMapping.ColumnMappings.Add("R4522100", "R4522100"); + tableMapping.ColumnMappings.Add("R4522200", "R4522200"); + tableMapping.ColumnMappings.Add("R4522300", "R4522300"); + tableMapping.ColumnMappings.Add("R4522400", "R4522400"); + tableMapping.ColumnMappings.Add("R4522500", "R4522500"); + tableMapping.ColumnMappings.Add("R4522600", "R4522600"); + tableMapping.ColumnMappings.Add("R4522700", "R4522700"); + tableMapping.ColumnMappings.Add("R4522800", "R4522800"); + tableMapping.ColumnMappings.Add("T0002000", "T0002000"); + tableMapping.ColumnMappings.Add("T0002100", "T0002100"); + tableMapping.ColumnMappings.Add("T0002200", "T0002200"); + tableMapping.ColumnMappings.Add("T0002300", "T0002300"); + tableMapping.ColumnMappings.Add("T0002400", "T0002400"); + tableMapping.ColumnMappings.Add("T0002500", "T0002500"); + tableMapping.ColumnMappings.Add("T0002600", "T0002600"); + tableMapping.ColumnMappings.Add("T0002700", "T0002700"); + tableMapping.ColumnMappings.Add("T0002800", "T0002800"); + tableMapping.ColumnMappings.Add("T0002900", "T0002900"); + tableMapping.ColumnMappings.Add("T0003000", "T0003000"); + tableMapping.ColumnMappings.Add("T0003100", "T0003100"); + tableMapping.ColumnMappings.Add("T0003200", "T0003200"); + tableMapping.ColumnMappings.Add("T0003300", "T0003300"); + tableMapping.ColumnMappings.Add("T0003400", "T0003400"); + tableMapping.ColumnMappings.Add("T0003500", "T0003500"); + tableMapping.ColumnMappings.Add("T0003600", "T0003600"); + tableMapping.ColumnMappings.Add("T0003700", "T0003700"); + tableMapping.ColumnMappings.Add("T0003800", "T0003800"); + tableMapping.ColumnMappings.Add("T0003900", "T0003900"); + tableMapping.ColumnMappings.Add("T0004000", "T0004000"); + tableMapping.ColumnMappings.Add("T0004100", "T0004100"); + tableMapping.ColumnMappings.Add("T0004200", "T0004200"); + tableMapping.ColumnMappings.Add("T0004300", "T0004300"); + tableMapping.ColumnMappings.Add("T0004400", "T0004400"); + tableMapping.ColumnMappings.Add("T0004500", "T0004500"); + tableMapping.ColumnMappings.Add("T2261500", "T2261500"); + tableMapping.ColumnMappings.Add("T2261600", "T2261600"); + tableMapping.ColumnMappings.Add("T2261700", "T2261700"); + tableMapping.ColumnMappings.Add("T2261800", "T2261800"); + tableMapping.ColumnMappings.Add("T2261900", "T2261900"); + tableMapping.ColumnMappings.Add("T2262000", "T2262000"); + tableMapping.ColumnMappings.Add("T2262100", "T2262100"); + tableMapping.ColumnMappings.Add("T2262200", "T2262200"); + tableMapping.ColumnMappings.Add("T2262300", "T2262300"); + tableMapping.ColumnMappings.Add("T2262400", "T2262400"); + tableMapping.ColumnMappings.Add("T2262500", "T2262500"); + tableMapping.ColumnMappings.Add("T2262600", "T2262600"); + tableMapping.ColumnMappings.Add("T2262700", "T2262700"); + tableMapping.ColumnMappings.Add("T2262800", "T2262800"); + tableMapping.ColumnMappings.Add("T2262900", "T2262900"); + tableMapping.ColumnMappings.Add("T2263000", "T2263000"); + tableMapping.ColumnMappings.Add("T2263100", "T2263100"); + tableMapping.ColumnMappings.Add("T2263200", "T2263200"); + tableMapping.ColumnMappings.Add("T2263300", "T2263300"); + tableMapping.ColumnMappings.Add("T2263400", "T2263400"); + tableMapping.ColumnMappings.Add("T2263500", "T2263500"); + tableMapping.ColumnMappings.Add("T2263600", "T2263600"); + tableMapping.ColumnMappings.Add("T2263700", "T2263700"); + tableMapping.ColumnMappings.Add("T2263800", "T2263800"); 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 [Extract].[tblGen1Implicit] WHERE (((@IsNull_H0001600 = 1 AND [H00016" + - "00] IS NULL) OR ([H0001600] = @Original_H0001600)) AND ((@IsNull_H0001700 = 1 AN" + - "D [H0001700] IS NULL) OR ([H0001700] = @Original_H0001700)) AND ((@IsNull_H00018" + - "00 = 1 AND [H0001800] IS NULL) OR ([H0001800] = @Original_H0001800)) AND ((@IsNu" + - "ll_H0001900 = 1 AND [H0001900] IS NULL) OR ([H0001900] = @Original_H0001900)) AN" + - "D ((@IsNull_H0002000 = 1 AND [H0002000] IS NULL) OR ([H0002000] = @Original_H000" + - "2000)) AND ((@IsNull_H0002100 = 1 AND [H0002100] IS NULL) OR ([H0002100] = @Orig" + - "inal_H0002100)) AND ((@IsNull_H0002200 = 1 AND [H0002200] IS NULL) OR ([H0002200" + - "] = @Original_H0002200)) AND ((@IsNull_H0002300 = 1 AND [H0002300] IS NULL) OR (" + - "[H0002300] = @Original_H0002300)) AND ((@IsNull_H0002400 = 1 AND [H0002400] IS N" + - "ULL) OR ([H0002400] = @Original_H0002400)) AND ((@IsNull_H0002500 = 1 AND [H0002" + - "500] IS NULL) OR ([H0002500] = @Original_H0002500)) AND ((@IsNull_H0002600 = 1 A" + - "ND [H0002600] IS NULL) OR ([H0002600] = @Original_H0002600)) AND ((@IsNull_H0002" + - "700 = 1 AND [H0002700] IS NULL) OR ([H0002700] = @Original_H0002700)) AND ((@IsN" + - "ull_H0002800 = 1 AND [H0002800] IS NULL) OR ([H0002800] = @Original_H0002800)) A" + - "ND ((@IsNull_H0002900 = 1 AND [H0002900] IS NULL) OR ([H0002900] = @Original_H00" + - "02900)) AND ((@IsNull_H0003000 = 1 AND [H0003000] IS NULL) OR ([H0003000] = @Ori" + - "ginal_H0003000)) AND ((@IsNull_H0003100 = 1 AND [H0003100] IS NULL) OR ([H000310" + - "0] = @Original_H0003100)) AND ((@IsNull_H0013600 = 1 AND [H0013600] IS NULL) OR " + - "([H0013600] = @Original_H0013600)) AND ((@IsNull_H0013700 = 1 AND [H0013700] IS " + - "NULL) OR ([H0013700] = @Original_H0013700)) AND ((@IsNull_H0013800 = 1 AND [H001" + - "3800] IS NULL) OR ([H0013800] = @Original_H0013800)) AND ((@IsNull_H0013900 = 1 " + - "AND [H0013900] IS NULL) OR ([H0013900] = @Original_H0013900)) AND ((@IsNull_H001" + - "4000 = 1 AND [H0014000] IS NULL) OR ([H0014000] = @Original_H0014000)) AND ((@Is" + - "Null_H0014100 = 1 AND [H0014100] IS NULL) OR ([H0014100] = @Original_H0014100)) " + - "AND ((@IsNull_H0014200 = 1 AND [H0014200] IS NULL) OR ([H0014200] = @Original_H0" + - "014200)) AND ((@IsNull_H0014300 = 1 AND [H0014300] IS NULL) OR ([H0014300] = @Or" + - "iginal_H0014300)) AND ((@IsNull_H0014400 = 1 AND [H0014400] IS NULL) OR ([H00144" + - "00] = @Original_H0014400)) AND ((@IsNull_H0014500 = 1 AND [H0014500] IS NULL) OR" + - " ([H0014500] = @Original_H0014500)) AND ((@IsNull_H0014700 = 1 AND [H0014700] IS" + - " NULL) OR ([H0014700] = @Original_H0014700)) AND ((@IsNull_H0014800 = 1 AND [H00" + - "14800] IS NULL) OR ([H0014800] = @Original_H0014800)) AND ((@IsNull_H0014900 = 1" + - " AND [H0014900] IS NULL) OR ([H0014900] = @Original_H0014900)) AND ((@IsNull_H00" + - "15000 = 1 AND [H0015000] IS NULL) OR ([H0015000] = @Original_H0015000)) AND ((@I" + - "sNull_H0015100 = 1 AND [H0015100] IS NULL) OR ([H0015100] = @Original_H0015100))" + - " AND ((@IsNull_H0015200 = 1 AND [H0015200] IS NULL) OR ([H0015200] = @Original_H" + - "0015200)) AND ((@IsNull_H0015300 = 1 AND [H0015300] IS NULL) OR ([H0015300] = @O" + - "riginal_H0015300)) AND ((@IsNull_H0015400 = 1 AND [H0015400] IS NULL) OR ([H0015" + - "400] = @Original_H0015400)) AND ((@IsNull_H0015500 = 1 AND [H0015500] IS NULL) O" + - "R ([H0015500] = @Original_H0015500)) AND ((@IsNull_H0015600 = 1 AND [H0015600] I" + - "S NULL) OR ([H0015600] = @Original_H0015600)) AND ((@IsNull_H0015700 = 1 AND [H0" + - "015700] IS NULL) OR ([H0015700] = @Original_H0015700)) AND ((@IsNull_H0015800 = " + - "1 AND [H0015800] IS NULL) OR ([H0015800] = @Original_H0015800)) AND ((@IsNull_H0" + - "015803 = 1 AND [H0015803] IS NULL) OR ([H0015803] = @Original_H0015803)) AND ((@" + - "IsNull_H0015804 = 1 AND [H0015804] IS NULL) OR ([H0015804] = @Original_H0015804)" + - ") AND ([R0000100] = @Original_R0000100) AND ((@IsNull_R0006100 = 1 AND [R0006100" + - "] IS NULL) OR ([R0006100] = @Original_R0006100)) AND ((@IsNull_R0006500 = 1 AND " + - "[R0006500] IS NULL) OR ([R0006500] = @Original_R0006500)) AND ((@IsNull_R0007300" + - " = 1 AND [R0007300] IS NULL) OR ([R0007300] = @Original_R0007300)) AND ((@IsNull" + - "_R0007700 = 1 AND [R0007700] IS NULL) OR ([R0007700] = @Original_R0007700)) AND " + - "((@IsNull_R0007900 = 1 AND [R0007900] IS NULL) OR ([R0007900] = @Original_R00079" + - "00)) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Origin" + - "al_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] " + - "= @Original_R0214800)) AND ((@IsNull_R2302900 = 1 AND [R2302900] IS NULL) OR ([R" + - "2302900] = @Original_R2302900)) AND ((@IsNull_R2303100 = 1 AND [R2303100] IS NUL" + - "L) OR ([R2303100] = @Original_R2303100)) AND ((@IsNull_R2303200 = 1 AND [R230320" + - "0] IS NULL) OR ([R2303200] = @Original_R2303200)) AND ((@IsNull_R2303300 = 1 AND" + - " [R2303300] IS NULL) OR ([R2303300] = @Original_R2303300)) AND ((@IsNull_R230350" + - "0 = 1 AND [R2303500] IS NULL) OR ([R2303500] = @Original_R2303500)) AND ((@IsNul" + - "l_R2303600 = 1 AND [R2303600] IS NULL) OR ([R2303600] = @Original_R2303600)) AND" + - " ((@IsNull_R2505100 = 1 AND [R2505100] IS NULL) OR ([R2505100] = @Original_R2505" + - "100)) AND ((@IsNull_R2505300 = 1 AND [R2505300] IS NULL) OR ([R2505300] = @Origi" + - "nal_R2505300)) AND ((@IsNull_R2505400 = 1 AND [R2505400] IS NULL) OR ([R2505400]" + - " = @Original_R2505400)) AND ((@IsNull_R2505500 = 1 AND [R2505500] IS NULL) OR ([" + - "R2505500] = @Original_R2505500)) AND ((@IsNull_R2505700 = 1 AND [R2505700] IS NU" + - "LL) OR ([R2505700] = @Original_R2505700)) AND ((@IsNull_R2505800 = 1 AND [R25058" + - "00] IS NULL) OR ([R2505800] = @Original_R2505800)) AND ((@IsNull_R2737900 = 1 AN" + - "D [R2737900] IS NULL) OR ([R2737900] = @Original_R2737900)) AND ((@IsNull_R28372" + - "00 = 1 AND [R2837200] IS NULL) OR ([R2837200] = @Original_R2837200)) AND ((@IsNu" + - "ll_R2837300 = 1 AND [R2837300] IS NULL) OR ([R2837300] = @Original_R2837300)) AN" + - "D ((@IsNull_R2837400 = 1 AND [R2837400] IS NULL) OR ([R2837400] = @Original_R283" + - "7400)) AND ((@IsNull_R2837500 = 1 AND [R2837500] IS NULL) OR ([R2837500] = @Orig" + - "inal_R2837500)) AND ((@IsNull_R2837600 = 1 AND [R2837600] IS NULL) OR ([R2837600" + - "] = @Original_R2837600)) AND ((@IsNull_R2837700 = 1 AND [R2837700] IS NULL) OR (" + - "[R2837700] = @Original_R2837700)) AND ((@IsNull_R2837800 = 1 AND [R2837800] IS N" + - "ULL) OR ([R2837800] = @Original_R2837800)) AND ((@IsNull_R2837900 = 1 AND [R2837" + - "900] IS NULL) OR ([R2837900] = @Original_R2837900)) AND ((@IsNull_R2838000 = 1 A" + - "ND [R2838000] IS NULL) OR ([R2838000] = @Original_R2838000)) AND ((@IsNull_R2838" + - "100 = 1 AND [R2838100] IS NULL) OR ([R2838100] = @Original_R2838100)) AND ((@IsN" + - "ull_R2838200 = 1 AND [R2838200] IS NULL) OR ([R2838200] = @Original_R2838200)) A" + - "ND ((@IsNull_R2838300 = 1 AND [R2838300] IS NULL) OR ([R2838300] = @Original_R28" + - "38300)) AND ((@IsNull_R2838400 = 1 AND [R2838400] IS NULL) OR ([R2838400] = @Ori" + - "ginal_R2838400)) AND ((@IsNull_R2838500 = 1 AND [R2838500] IS NULL) OR ([R283850" + - "0] = @Original_R2838500)) AND ((@IsNull_R2838600 = 1 AND [R2838600] IS NULL) OR " + - "([R2838600] = @Original_R2838600)) AND ((@IsNull_R2838700 = 1 AND [R2838700] IS " + - "NULL) OR ([R2838700] = @Original_R2838700)) AND ((@IsNull_R2838800 = 1 AND [R283" + - "8800] IS NULL) OR ([R2838800] = @Original_R2838800)) AND ((@IsNull_R2838900 = 1 " + - "AND [R2838900] IS NULL) OR ([R2838900] = @Original_R2838900)) AND ((@IsNull_R283" + - "9000 = 1 AND [R2839000] IS NULL) OR ([R2839000] = @Original_R2839000)) AND ((@Is" + - "Null_R2839100 = 1 AND [R2839100] IS NULL) OR ([R2839100] = @Original_R2839100)) " + - "AND ((@IsNull_R2839200 = 1 AND [R2839200] IS NULL) OR ([R2839200] = @Original_R2" + - "839200)) AND ((@IsNull_R2839300 = 1 AND [R2839300] IS NULL) OR ([R2839300] = @Or" + - "iginal_R2839300)) AND ((@IsNull_R2839400 = 1 AND [R2839400] IS NULL) OR ([R28394" + - "00] = @Original_R2839400)) AND ((@IsNull_R2839500 = 1 AND [R2839500] IS NULL) OR" + - " ([R2839500] = @Original_R2839500)) AND ((@IsNull_R2839600 = 1 AND [R2839600] IS" + - " NULL) OR ([R2839600] = @Original_R2839600)) AND ((@IsNull_R2839700 = 1 AND [R28" + - "39700] IS NULL) OR ([R2839700] = @Original_R2839700)) AND ((@IsNull_R2839800 = 1" + - " AND [R2839800] IS NULL) OR ([R2839800] = @Original_R2839800)) AND ((@IsNull_R28" + - "39900 = 1 AND [R2839900] IS NULL) OR ([R2839900] = @Original_R2839900)) AND ((@I" + - "sNull_R2840000 = 1 AND [R2840000] IS NULL) OR ([R2840000] = @Original_R2840000))" + - " AND ((@IsNull_R2840100 = 1 AND [R2840100] IS NULL) OR ([R2840100] = @Original_R" + - "2840100)) AND ((@IsNull_R2840200 = 1 AND [R2840200] IS NULL) OR ([R2840200] = @O" + - "riginal_R2840200)) AND ((@IsNull_R2840300 = 1 AND [R2840300] IS NULL) OR ([R2840" + - "300] = @Original_R2840300)) AND ((@IsNull_R2840400 = 1 AND [R2840400] IS NULL) O" + - "R ([R2840400] = @Original_R2840400)) AND ((@IsNull_R2840500 = 1 AND [R2840500] I" + - "S NULL) OR ([R2840500] = @Original_R2840500)) AND ((@IsNull_R2840600 = 1 AND [R2" + - "840600] IS NULL) OR ([R2840600] = @Original_R2840600)) AND ((@IsNull_R2840700 = " + - "1 AND [R2840700] IS NULL) OR ([R2840700] = @Original_R2840700)) AND ((@IsNull_R2" + - "840800 = 1 AND [R2840800] IS NULL) OR ([R2840800] = @Original_R2840800)) AND ((@" + - "IsNull_R2840900 = 1 AND [R2840900] IS NULL) OR ([R2840900] = @Original_R2840900)" + - ") AND ((@IsNull_R2841000 = 1 AND [R2841000] IS NULL) OR ([R2841000] = @Original_" + - "R2841000)) AND ((@IsNull_R2841100 = 1 AND [R2841100] IS NULL) OR ([R2841100] = @" + - "Original_R2841100)))"; + this._adapter.DeleteCommand.CommandText = "DELETE FROM [Extract].[tblGen1Explicit] WHERE (([R0000100] = @Original_R0000100) " + + "AND ((@IsNull_R0000149 = 1 AND [R0000149] IS NULL) OR ([R0000149] = @Original_R0" + + "000149)) AND ((@IsNull_R0000150 = 1 AND [R0000150] IS NULL) OR ([R0000150] = @Or" + + "iginal_R0000150)) AND ((@IsNull_R0000151 = 1 AND [R0000151] IS NULL) OR ([R00001" + + "51] = @Original_R0000151)) AND ((@IsNull_R0000152 = 1 AND [R0000152] IS NULL) OR" + + " ([R0000152] = @Original_R0000152)) AND ((@IsNull_R0000153 = 1 AND [R0000153] IS" + + " NULL) OR ([R0000153] = @Original_R0000153)) AND ((@IsNull_R0000154 = 1 AND [R00" + + "00154] IS NULL) OR ([R0000154] = @Original_R0000154)) AND ((@IsNull_R0000155 = 1" + + " AND [R0000155] IS NULL) OR ([R0000155] = @Original_R0000155)) AND ((@IsNull_R00" + + "00156 = 1 AND [R0000156] IS NULL) OR ([R0000156] = @Original_R0000156)) AND ((@I" + + "sNull_R0000157 = 1 AND [R0000157] IS NULL) OR ([R0000157] = @Original_R0000157))" + + " AND ((@IsNull_R0000158 = 1 AND [R0000158] IS NULL) OR ([R0000158] = @Original_R" + + "0000158)) AND ((@IsNull_R0000159 = 1 AND [R0000159] IS NULL) OR ([R0000159] = @O" + + "riginal_R0000159)) AND ((@IsNull_R0000162 = 1 AND [R0000162] IS NULL) OR ([R0000" + + "162] = @Original_R0000162)) AND ((@IsNull_R0000163 = 1 AND [R0000163] IS NULL) O" + + "R ([R0000163] = @Original_R0000163)) AND ((@IsNull_R0000164 = 1 AND [R0000164] I" + + "S NULL) OR ([R0000164] = @Original_R0000164)) AND ((@IsNull_R0000165 = 1 AND [R0" + + "000165] IS NULL) OR ([R0000165] = @Original_R0000165)) AND ((@IsNull_R0000166 = " + + "1 AND [R0000166] IS NULL) OR ([R0000166] = @Original_R0000166)) AND ((@IsNull_R0" + + "214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0214700)) AND ((@" + + "IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)" + + ") AND ((@IsNull_R4125101 = 1 AND [R4125101] IS NULL) OR ([R4125101] = @Original_" + + "R4125101)) AND ((@IsNull_R4125801 = 1 AND [R4125801] IS NULL) OR ([R4125801] = @" + + "Original_R4125801)) AND ((@IsNull_R4126501 = 1 AND [R4126501] IS NULL) OR ([R412" + + "6501] = @Original_R4126501)) AND ((@IsNull_R4127201 = 1 AND [R4127201] IS NULL) " + + "OR ([R4127201] = @Original_R4127201)) AND ((@IsNull_R4127901 = 1 AND [R4127901] " + + "IS NULL) OR ([R4127901] = @Original_R4127901)) AND ((@IsNull_R4128601 = 1 AND [R" + + "4128601] IS NULL) OR ([R4128601] = @Original_R4128601)) AND ((@IsNull_R4129301 =" + + " 1 AND [R4129301] IS NULL) OR ([R4129301] = @Original_R4129301)) AND ((@IsNull_R" + + "4130001 = 1 AND [R4130001] IS NULL) OR ([R4130001] = @Original_R4130001)) AND ((" + + "@IsNull_R4130701 = 1 AND [R4130701] IS NULL) OR ([R4130701] = @Original_R4130701" + + ")) AND ((@IsNull_R4131401 = 1 AND [R4131401] IS NULL) OR ([R4131401] = @Original" + + "_R4131401)) AND ((@IsNull_R4132101 = 1 AND [R4132101] IS NULL) OR ([R4132101] = " + + "@Original_R4132101)) AND ((@IsNull_R4132801 = 1 AND [R4132801] IS NULL) OR ([R41" + + "32801] = @Original_R4132801)) AND ((@IsNull_R4133701 = 1 AND [R4133701] IS NULL)" + + " OR ([R4133701] = @Original_R4133701)) AND ((@IsNull_R4521500 = 1 AND [R4521500]" + + " IS NULL) OR ([R4521500] = @Original_R4521500)) AND ((@IsNull_R4521700 = 1 AND [" + + "R4521700] IS NULL) OR ([R4521700] = @Original_R4521700)) AND ((@IsNull_R4521800 " + + "= 1 AND [R4521800] IS NULL) OR ([R4521800] = @Original_R4521800)) AND ((@IsNull_" + + "R4521900 = 1 AND [R4521900] IS NULL) OR ([R4521900] = @Original_R4521900)) AND (" + + "(@IsNull_R4522000 = 1 AND [R4522000] IS NULL) OR ([R4522000] = @Original_R452200" + + "0)) AND ((@IsNull_R4522100 = 1 AND [R4522100] IS NULL) OR ([R4522100] = @Origina" + + "l_R4522100)) AND ((@IsNull_R4522200 = 1 AND [R4522200] IS NULL) OR ([R4522200] =" + + " @Original_R4522200)) AND ((@IsNull_R4522300 = 1 AND [R4522300] IS NULL) OR ([R4" + + "522300] = @Original_R4522300)) AND ((@IsNull_R4522400 = 1 AND [R4522400] IS NULL" + + ") OR ([R4522400] = @Original_R4522400)) AND ((@IsNull_R4522500 = 1 AND [R4522500" + + "] IS NULL) OR ([R4522500] = @Original_R4522500)) AND ((@IsNull_R4522600 = 1 AND " + + "[R4522600] IS NULL) OR ([R4522600] = @Original_R4522600)) AND ((@IsNull_R4522700" + + " = 1 AND [R4522700] IS NULL) OR ([R4522700] = @Original_R4522700)) AND ((@IsNull" + + "_R4522800 = 1 AND [R4522800] IS NULL) OR ([R4522800] = @Original_R4522800)) AND " + + "((@IsNull_T0002000 = 1 AND [T0002000] IS NULL) OR ([T0002000] = @Original_T00020" + + "00)) AND ((@IsNull_T0002100 = 1 AND [T0002100] IS NULL) OR ([T0002100] = @Origin" + + "al_T0002100)) AND ((@IsNull_T0002200 = 1 AND [T0002200] IS NULL) OR ([T0002200] " + + "= @Original_T0002200)) AND ((@IsNull_T0002300 = 1 AND [T0002300] IS NULL) OR ([T" + + "0002300] = @Original_T0002300)) AND ((@IsNull_T0002400 = 1 AND [T0002400] IS NUL" + + "L) OR ([T0002400] = @Original_T0002400)) AND ((@IsNull_T0002500 = 1 AND [T000250" + + "0] IS NULL) OR ([T0002500] = @Original_T0002500)) AND ((@IsNull_T0002600 = 1 AND" + + " [T0002600] IS NULL) OR ([T0002600] = @Original_T0002600)) AND ((@IsNull_T000270" + + "0 = 1 AND [T0002700] IS NULL) OR ([T0002700] = @Original_T0002700)) AND ((@IsNul" + + "l_T0002800 = 1 AND [T0002800] IS NULL) OR ([T0002800] = @Original_T0002800)) AND" + + " ((@IsNull_T0002900 = 1 AND [T0002900] IS NULL) OR ([T0002900] = @Original_T0002" + + "900)) AND ((@IsNull_T0003000 = 1 AND [T0003000] IS NULL) OR ([T0003000] = @Origi" + + "nal_T0003000)) AND ((@IsNull_T0003100 = 1 AND [T0003100] IS NULL) OR ([T0003100]" + + " = @Original_T0003100)) AND ((@IsNull_T0003200 = 1 AND [T0003200] IS NULL) OR ([" + + "T0003200] = @Original_T0003200)) AND ((@IsNull_T0003300 = 1 AND [T0003300] IS NU" + + "LL) OR ([T0003300] = @Original_T0003300)) AND ((@IsNull_T0003400 = 1 AND [T00034" + + "00] IS NULL) OR ([T0003400] = @Original_T0003400)) AND ((@IsNull_T0003500 = 1 AN" + + "D [T0003500] IS NULL) OR ([T0003500] = @Original_T0003500)) AND ((@IsNull_T00036" + + "00 = 1 AND [T0003600] IS NULL) OR ([T0003600] = @Original_T0003600)) AND ((@IsNu" + + "ll_T0003700 = 1 AND [T0003700] IS NULL) OR ([T0003700] = @Original_T0003700)) AN" + + "D ((@IsNull_T0003800 = 1 AND [T0003800] IS NULL) OR ([T0003800] = @Original_T000" + + "3800)) AND ((@IsNull_T0003900 = 1 AND [T0003900] IS NULL) OR ([T0003900] = @Orig" + + "inal_T0003900)) AND ((@IsNull_T0004000 = 1 AND [T0004000] IS NULL) OR ([T0004000" + + "] = @Original_T0004000)) AND ((@IsNull_T0004100 = 1 AND [T0004100] IS NULL) OR (" + + "[T0004100] = @Original_T0004100)) AND ((@IsNull_T0004200 = 1 AND [T0004200] IS N" + + "ULL) OR ([T0004200] = @Original_T0004200)) AND ((@IsNull_T0004300 = 1 AND [T0004" + + "300] IS NULL) OR ([T0004300] = @Original_T0004300)) AND ((@IsNull_T0004400 = 1 A" + + "ND [T0004400] IS NULL) OR ([T0004400] = @Original_T0004400)) AND ((@IsNull_T0004" + + "500 = 1 AND [T0004500] IS NULL) OR ([T0004500] = @Original_T0004500)) AND ((@IsN" + + "ull_T2261500 = 1 AND [T2261500] IS NULL) OR ([T2261500] = @Original_T2261500)) A" + + "ND ((@IsNull_T2261600 = 1 AND [T2261600] IS NULL) OR ([T2261600] = @Original_T22" + + "61600)) AND ((@IsNull_T2261700 = 1 AND [T2261700] IS NULL) OR ([T2261700] = @Ori" + + "ginal_T2261700)) AND ((@IsNull_T2261800 = 1 AND [T2261800] IS NULL) OR ([T226180" + + "0] = @Original_T2261800)) AND ((@IsNull_T2261900 = 1 AND [T2261900] IS NULL) OR " + + "([T2261900] = @Original_T2261900)) AND ((@IsNull_T2262000 = 1 AND [T2262000] IS " + + "NULL) OR ([T2262000] = @Original_T2262000)) AND ((@IsNull_T2262100 = 1 AND [T226" + + "2100] IS NULL) OR ([T2262100] = @Original_T2262100)) AND ((@IsNull_T2262200 = 1 " + + "AND [T2262200] IS NULL) OR ([T2262200] = @Original_T2262200)) AND ((@IsNull_T226" + + "2300 = 1 AND [T2262300] IS NULL) OR ([T2262300] = @Original_T2262300)) AND ((@Is" + + "Null_T2262400 = 1 AND [T2262400] IS NULL) OR ([T2262400] = @Original_T2262400)) " + + "AND ((@IsNull_T2262500 = 1 AND [T2262500] IS NULL) OR ([T2262500] = @Original_T2" + + "262500)) AND ((@IsNull_T2262600 = 1 AND [T2262600] IS NULL) OR ([T2262600] = @Or" + + "iginal_T2262600)) AND ((@IsNull_T2262700 = 1 AND [T2262700] IS NULL) OR ([T22627" + + "00] = @Original_T2262700)) AND ((@IsNull_T2262800 = 1 AND [T2262800] IS NULL) OR" + + " ([T2262800] = @Original_T2262800)) AND ((@IsNull_T2262900 = 1 AND [T2262900] IS" + + " NULL) OR ([T2262900] = @Original_T2262900)) AND ((@IsNull_T2263000 = 1 AND [T22" + + "63000] IS NULL) OR ([T2263000] = @Original_T2263000)) AND ((@IsNull_T2263100 = 1" + + " AND [T2263100] IS NULL) OR ([T2263100] = @Original_T2263100)) AND ((@IsNull_T22" + + "63200 = 1 AND [T2263200] IS NULL) OR ([T2263200] = @Original_T2263200)) AND ((@I" + + "sNull_T2263300 = 1 AND [T2263300] IS NULL) OR ([T2263300] = @Original_T2263300))" + + " AND ((@IsNull_T2263400 = 1 AND [T2263400] IS NULL) OR ([T2263400] = @Original_T" + + "2263400)) AND ((@IsNull_T2263500 = 1 AND [T2263500] IS NULL) OR ([T2263500] = @O" + + "riginal_T2263500)) AND ((@IsNull_T2263600 = 1 AND [T2263600] IS NULL) OR ([T2263" + + "600] = @Original_T2263600)) AND ((@IsNull_T2263700 = 1 AND [T2263700] IS NULL) O" + + "R ([T2263700] = @Original_T2263700)) AND ((@IsNull_T2263800 = 1 AND [T2263800] I" + + "S NULL) OR ([T2263800] = @Original_T2263800)))"; this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0001600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0001600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0001700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0001700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0001800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0001800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0001900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0001900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0003000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0003000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0003000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0003000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0003100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0003100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0003100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0003100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0013600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0013600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0013700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0013700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0013800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0013800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0013900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0013900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015803", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015803", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015803", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015803", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015804", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015804", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015804", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015804", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0006100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0006100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0006100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0006100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0006500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0006500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0006500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0006500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0007700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0007700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0007900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0007900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000149", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000149", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000149", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000149", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000150", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000150", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000150", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000150", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000151", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000151", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000151", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000151", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000152", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000152", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000152", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000152", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000153", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000153", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000153", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000153", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000154", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000154", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000154", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000154", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000155", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000155", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000155", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000155", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000156", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000156", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000156", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000156", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000157", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000157", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000157", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000157", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000158", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000158", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000158", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000158", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000159", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000159", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000159", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000159", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000162", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000162", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000162", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000162", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000163", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000163", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000163", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000163", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000164", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000164", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000164", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000164", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000165", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000165", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000165", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000165", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000166", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000166", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000166", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000166", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2302900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2302900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2302900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2302900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2303100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2303100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2303200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2303200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2303300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2303300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2303500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2303500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2303600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2303600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2505100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2505100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2505300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2505300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2505400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2505400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2505500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2505500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2505700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2505700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2505800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2505800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2737900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2737900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2737900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2737900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2841000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2841000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2841000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2841000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2841100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2841100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2841100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2841100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4125101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4125101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4125101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4125101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4125801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4125801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4125801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4125801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4126501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4126501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4126501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4126501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4127201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4127201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4127201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4127201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4127901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4127901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4127901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4127901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4128601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4128601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4128601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4128601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4129301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4129301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4129301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4129301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4130001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4130001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4130001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4130001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4130701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4130701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4130701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4130701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4131401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4131401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4131401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4131401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4132101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4132101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4132101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4132101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4132801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4132801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4132801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4132801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4133701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4133701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4133701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4133701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4521500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4521500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4521700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4521700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4521800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4521800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4521900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4521900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0004000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0004000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0004100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0004100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0004200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0004200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0004300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0004300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0004400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0004400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0004500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0004500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2261500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2261500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2261600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2261600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2261700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2261700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2261800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2261800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2261900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2261900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263800", 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 [Extract].[tblGen1Implicit] ([H0001600], [H0001700], [H0001800], [H00" + - "01900], [H0002000], [H0002100], [H0002200], [H0002300], [H0002400], [H0002500], " + - "[H0002600], [H0002700], [H0002800], [H0002900], [H0003000], [H0003100], [H001360" + - "0], [H0013700], [H0013800], [H0013900], [H0014000], [H0014100], [H0014200], [H00" + - "14300], [H0014400], [H0014500], [H0014700], [H0014800], [H0014900], [H0015000], " + - "[H0015100], [H0015200], [H0015300], [H0015400], [H0015500], [H0015600], [H001570" + - "0], [H0015800], [H0015803], [H0015804], [R0000100], [R0006100], [R0006500], [R00" + - "07300], [R0007700], [R0007900], [R0214700], [R0214800], [R2302900], [R2303100], " + - "[R2303200], [R2303300], [R2303500], [R2303600], [R2505100], [R2505300], [R250540" + - "0], [R2505500], [R2505700], [R2505800], [R2737900], [R2837200], [R2837300], [R28" + - "37400], [R2837500], [R2837600], [R2837700], [R2837800], [R2837900], [R2838000], " + - "[R2838100], [R2838200], [R2838300], [R2838400], [R2838500], [R2838600], [R283870" + - "0], [R2838800], [R2838900], [R2839000], [R2839100], [R2839200], [R2839300], [R28" + - "39400], [R2839500], [R2839600], [R2839700], [R2839800], [R2839900], [R2840000], " + - "[R2840100], [R2840200], [R2840300], [R2840400], [R2840500], [R2840600], [R284070" + - "0], [R2840800], [R2840900], [R2841000], [R2841100]) VALUES (@H0001600, @H0001700" + - ", @H0001800, @H0001900, @H0002000, @H0002100, @H0002200, @H0002300, @H0002400, @" + - "H0002500, @H0002600, @H0002700, @H0002800, @H0002900, @H0003000, @H0003100, @H00" + - "13600, @H0013700, @H0013800, @H0013900, @H0014000, @H0014100, @H0014200, @H00143" + - "00, @H0014400, @H0014500, @H0014700, @H0014800, @H0014900, @H0015000, @H0015100," + - " @H0015200, @H0015300, @H0015400, @H0015500, @H0015600, @H0015700, @H0015800, @H" + - "0015803, @H0015804, @R0000100, @R0006100, @R0006500, @R0007300, @R0007700, @R000" + - "7900, @R0214700, @R0214800, @R2302900, @R2303100, @R2303200, @R2303300, @R230350" + - "0, @R2303600, @R2505100, @R2505300, @R2505400, @R2505500, @R2505700, @R2505800, " + - "@R2737900, @R2837200, @R2837300, @R2837400, @R2837500, @R2837600, @R2837700, @R2" + - "837800, @R2837900, @R2838000, @R2838100, @R2838200, @R2838300, @R2838400, @R2838" + - "500, @R2838600, @R2838700, @R2838800, @R2838900, @R2839000, @R2839100, @R2839200" + - ", @R2839300, @R2839400, @R2839500, @R2839600, @R2839700, @R2839800, @R2839900, @" + - "R2840000, @R2840100, @R2840200, @R2840300, @R2840400, @R2840500, @R2840600, @R28" + - "40700, @R2840800, @R2840900, @R2841000, @R2841100);\r\nSELECT H0001600, H0001700, " + - "H0001800, H0001900, H0002000, H0002100, H0002200, H0002300, H0002400, H0002500, " + - "H0002600, H0002700, H0002800, H0002900, H0003000, H0003100, H0013600, H0013700, " + - "H0013800, H0013900, H0014000, H0014100, H0014200, H0014300, H0014400, H0014500, " + - "H0014700, H0014800, H0014900, H0015000, H0015100, H0015200, H0015300, H0015400, " + - "H0015500, H0015600, H0015700, H0015800, H0015803, H0015804, R0000100, R0006100, " + - "R0006500, R0007300, R0007700, R0007900, R0214700, R0214800, R2302900, R2303100, " + - "R2303200, R2303300, R2303500, R2303600, R2505100, R2505300, R2505400, R2505500, " + - "R2505700, R2505800, R2737900, R2837200, R2837300, R2837400, R2837500, R2837600, " + - "R2837700, R2837800, R2837900, R2838000, R2838100, R2838200, R2838300, R2838400, " + - "R2838500, R2838600, R2838700, R2838800, R2838900, R2839000, R2839100, R2839200, " + - "R2839300, R2839400, R2839500, R2839600, R2839700, R2839800, R2839900, R2840000, " + - "R2840100, R2840200, R2840300, R2840400, R2840500, R2840600, R2840700, R2840800, " + - "R2840900, R2841000, R2841100 FROM Extract.tblGen1Implicit WHERE (R0000100 = @R00" + - "00100)"; - this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0001600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0001700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0001800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0001900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0003000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0003000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0003100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0003100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0013600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0013700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0013800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0013900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015803", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015803", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015804", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015804", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.CommandText = "INSERT INTO [Extract].[tblGen1Explicit] ([R0000100], [R0000149], [R0000150], [R00" + + "00151], [R0000152], [R0000153], [R0000154], [R0000155], [R0000156], [R0000157], " + + "[R0000158], [R0000159], [R0000162], [R0000163], [R0000164], [R0000165], [R000016" + + "6], [R0214700], [R0214800], [R4125101], [R4125801], [R4126501], [R4127201], [R41" + + "27901], [R4128601], [R4129301], [R4130001], [R4130701], [R4131401], [R4132101], " + + "[R4132801], [R4133701], [R4521500], [R4521700], [R4521800], [R4521900], [R452200" + + "0], [R4522100], [R4522200], [R4522300], [R4522400], [R4522500], [R4522600], [R45" + + "22700], [R4522800], [T0002000], [T0002100], [T0002200], [T0002300], [T0002400], " + + "[T0002500], [T0002600], [T0002700], [T0002800], [T0002900], [T0003000], [T000310" + + "0], [T0003200], [T0003300], [T0003400], [T0003500], [T0003600], [T0003700], [T00" + + "03800], [T0003900], [T0004000], [T0004100], [T0004200], [T0004300], [T0004400], " + + "[T0004500], [T2261500], [T2261600], [T2261700], [T2261800], [T2261900], [T226200" + + "0], [T2262100], [T2262200], [T2262300], [T2262400], [T2262500], [T2262600], [T22" + + "62700], [T2262800], [T2262900], [T2263000], [T2263100], [T2263200], [T2263300], " + + "[T2263400], [T2263500], [T2263600], [T2263700], [T2263800]) VALUES (@R0000100, @" + + "R0000149, @R0000150, @R0000151, @R0000152, @R0000153, @R0000154, @R0000155, @R00" + + "00156, @R0000157, @R0000158, @R0000159, @R0000162, @R0000163, @R0000164, @R00001" + + "65, @R0000166, @R0214700, @R0214800, @R4125101, @R4125801, @R4126501, @R4127201," + + " @R4127901, @R4128601, @R4129301, @R4130001, @R4130701, @R4131401, @R4132101, @R" + + "4132801, @R4133701, @R4521500, @R4521700, @R4521800, @R4521900, @R4522000, @R452" + + "2100, @R4522200, @R4522300, @R4522400, @R4522500, @R4522600, @R4522700, @R452280" + + "0, @T0002000, @T0002100, @T0002200, @T0002300, @T0002400, @T0002500, @T0002600, " + + "@T0002700, @T0002800, @T0002900, @T0003000, @T0003100, @T0003200, @T0003300, @T0" + + "003400, @T0003500, @T0003600, @T0003700, @T0003800, @T0003900, @T0004000, @T0004" + + "100, @T0004200, @T0004300, @T0004400, @T0004500, @T2261500, @T2261600, @T2261700" + + ", @T2261800, @T2261900, @T2262000, @T2262100, @T2262200, @T2262300, @T2262400, @" + + "T2262500, @T2262600, @T2262700, @T2262800, @T2262900, @T2263000, @T2263100, @T22" + + "63200, @T2263300, @T2263400, @T2263500, @T2263600, @T2263700, @T2263800);\r\nSELEC" + + "T R0000100, R0000149, R0000150, R0000151, R0000152, R0000153, R0000154, R0000155" + + ", R0000156, R0000157, R0000158, R0000159, R0000162, R0000163, R0000164, R0000165" + + ", R0000166, R0214700, R0214800, R4125101, R4125801, R4126501, R4127201, R4127901" + + ", R4128601, R4129301, R4130001, R4130701, R4131401, R4132101, R4132801, R4133701" + + ", R4521500, R4521700, R4521800, R4521900, R4522000, R4522100, R4522200, R4522300" + + ", R4522400, R4522500, R4522600, R4522700, R4522800, T0002000, T0002100, T0002200" + + ", T0002300, T0002400, T0002500, T0002600, T0002700, T0002800, T0002900, T0003000" + + ", T0003100, T0003200, T0003300, T0003400, T0003500, T0003600, T0003700, T0003800" + + ", T0003900, T0004000, T0004100, T0004200, T0004300, T0004400, T0004500, T2261500" + + ", T2261600, T2261700, T2261800, T2261900, T2262000, T2262100, T2262200, T2262300" + + ", T2262400, T2262500, T2262600, T2262700, T2262800, T2262900, T2263000, T2263100" + + ", T2263200, T2263300, T2263400, T2263500, T2263600, T2263700, T2263800 FROM Extr" + + "act.tblGen1Explicit WHERE (R0000100 = @R0000100)"; + this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0006100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0006100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0006500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0006500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0007700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0007900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000149", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000149", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000150", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000150", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000151", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000151", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000152", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000152", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000153", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000153", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000154", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000154", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000155", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000155", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000156", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000156", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000157", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000157", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000158", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000158", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000159", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000159", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000162", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000162", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000163", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000163", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000164", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000164", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000165", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000165", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000166", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000166", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2302900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2302900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2303100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2303200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2303300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2303500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2303600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2505100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2505300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2505400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2505500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2505700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2505800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2737900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2737900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2841000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2841000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2841100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2841100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4125101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4125101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4125801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4125801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4126501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4126501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4127201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4127201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4127901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4127901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4128601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4128601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4129301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4129301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4130001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4130001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4130701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4130701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4131401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4131401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4132101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4132101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4132801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4132801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4133701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4133701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4521500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4521700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4521800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4521900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0004000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0004100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0004200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0004300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0004400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0004500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2261500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2261600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2261700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2261800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2261900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263800", 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 [Extract].[tblGen1Implicit] SET [H0001600] = @H0001600, [H0001700] = @H000" + - "1700, [H0001800] = @H0001800, [H0001900] = @H0001900, [H0002000] = @H0002000, [H" + - "0002100] = @H0002100, [H0002200] = @H0002200, [H0002300] = @H0002300, [H0002400]" + - " = @H0002400, [H0002500] = @H0002500, [H0002600] = @H0002600, [H0002700] = @H000" + - "2700, [H0002800] = @H0002800, [H0002900] = @H0002900, [H0003000] = @H0003000, [H" + - "0003100] = @H0003100, [H0013600] = @H0013600, [H0013700] = @H0013700, [H0013800]" + - " = @H0013800, [H0013900] = @H0013900, [H0014000] = @H0014000, [H0014100] = @H001" + - "4100, [H0014200] = @H0014200, [H0014300] = @H0014300, [H0014400] = @H0014400, [H" + - "0014500] = @H0014500, [H0014700] = @H0014700, [H0014800] = @H0014800, [H0014900]" + - " = @H0014900, [H0015000] = @H0015000, [H0015100] = @H0015100, [H0015200] = @H001" + - "5200, [H0015300] = @H0015300, [H0015400] = @H0015400, [H0015500] = @H0015500, [H" + - "0015600] = @H0015600, [H0015700] = @H0015700, [H0015800] = @H0015800, [H0015803]" + - " = @H0015803, [H0015804] = @H0015804, [R0000100] = @R0000100, [R0006100] = @R000" + - "6100, [R0006500] = @R0006500, [R0007300] = @R0007300, [R0007700] = @R0007700, [R" + - "0007900] = @R0007900, [R0214700] = @R0214700, [R0214800] = @R0214800, [R2302900]" + - " = @R2302900, [R2303100] = @R2303100, [R2303200] = @R2303200, [R2303300] = @R230" + - "3300, [R2303500] = @R2303500, [R2303600] = @R2303600, [R2505100] = @R2505100, [R" + - "2505300] = @R2505300, [R2505400] = @R2505400, [R2505500] = @R2505500, [R2505700]" + - " = @R2505700, [R2505800] = @R2505800, [R2737900] = @R2737900, [R2837200] = @R283" + - "7200, [R2837300] = @R2837300, [R2837400] = @R2837400, [R2837500] = @R2837500, [R" + - "2837600] = @R2837600, [R2837700] = @R2837700, [R2837800] = @R2837800, [R2837900]" + - " = @R2837900, [R2838000] = @R2838000, [R2838100] = @R2838100, [R2838200] = @R283" + - "8200, [R2838300] = @R2838300, [R2838400] = @R2838400, [R2838500] = @R2838500, [R" + - "2838600] = @R2838600, [R2838700] = @R2838700, [R2838800] = @R2838800, [R2838900]" + - " = @R2838900, [R2839000] = @R2839000, [R2839100] = @R2839100, [R2839200] = @R283" + - "9200, [R2839300] = @R2839300, [R2839400] = @R2839400, [R2839500] = @R2839500, [R" + - "2839600] = @R2839600, [R2839700] = @R2839700, [R2839800] = @R2839800, [R2839900]" + - " = @R2839900, [R2840000] = @R2840000, [R2840100] = @R2840100, [R2840200] = @R284" + - "0200, [R2840300] = @R2840300, [R2840400] = @R2840400, [R2840500] = @R2840500, [R" + - "2840600] = @R2840600, [R2840700] = @R2840700, [R2840800] = @R2840800, [R2840900]" + - " = @R2840900, [R2841000] = @R2841000, [R2841100] = @R2841100 WHERE (((@IsNull_H0" + - "001600 = 1 AND [H0001600] IS NULL) OR ([H0001600] = @Original_H0001600)) AND ((@" + - "IsNull_H0001700 = 1 AND [H0001700] IS NULL) OR ([H0001700] = @Original_H0001700)" + - ") AND ((@IsNull_H0001800 = 1 AND [H0001800] IS NULL) OR ([H0001800] = @Original_" + - "H0001800)) AND ((@IsNull_H0001900 = 1 AND [H0001900] IS NULL) OR ([H0001900] = @" + - "Original_H0001900)) AND ((@IsNull_H0002000 = 1 AND [H0002000] IS NULL) OR ([H000" + - "2000] = @Original_H0002000)) AND ((@IsNull_H0002100 = 1 AND [H0002100] IS NULL) " + - "OR ([H0002100] = @Original_H0002100)) AND ((@IsNull_H0002200 = 1 AND [H0002200] " + - "IS NULL) OR ([H0002200] = @Original_H0002200)) AND ((@IsNull_H0002300 = 1 AND [H" + - "0002300] IS NULL) OR ([H0002300] = @Original_H0002300)) AND ((@IsNull_H0002400 =" + - " 1 AND [H0002400] IS NULL) OR ([H0002400] = @Original_H0002400)) AND ((@IsNull_H" + - "0002500 = 1 AND [H0002500] IS NULL) OR ([H0002500] = @Original_H0002500)) AND ((" + - "@IsNull_H0002600 = 1 AND [H0002600] IS NULL) OR ([H0002600] = @Original_H0002600" + - ")) AND ((@IsNull_H0002700 = 1 AND [H0002700] IS NULL) OR ([H0002700] = @Original" + - "_H0002700)) AND ((@IsNull_H0002800 = 1 AND [H0002800] IS NULL) OR ([H0002800] = " + - "@Original_H0002800)) AND ((@IsNull_H0002900 = 1 AND [H0002900] IS NULL) OR ([H00" + - "02900] = @Original_H0002900)) AND ((@IsNull_H0003000 = 1 AND [H0003000] IS NULL)" + - " OR ([H0003000] = @Original_H0003000)) AND ((@IsNull_H0003100 = 1 AND [H0003100]" + - " IS NULL) OR ([H0003100] = @Original_H0003100)) AND ((@IsNull_H0013600 = 1 AND [" + - "H0013600] IS NULL) OR ([H0013600] = @Original_H0013600)) AND ((@IsNull_H0013700 " + - "= 1 AND [H0013700] IS NULL) OR ([H0013700] = @Original_H0013700)) AND ((@IsNull_" + - "H0013800 = 1 AND [H0013800] IS NULL) OR ([H0013800] = @Original_H0013800)) AND (" + - "(@IsNull_H0013900 = 1 AND [H0013900] IS NULL) OR ([H0013900] = @Original_H001390" + - "0)) AND ((@IsNull_H0014000 = 1 AND [H0014000] IS NULL) OR ([H0014000] = @Origina" + - "l_H0014000)) AND ((@IsNull_H0014100 = 1 AND [H0014100] IS NULL) OR ([H0014100] =" + - " @Original_H0014100)) AND ((@IsNull_H0014200 = 1 AND [H0014200] IS NULL) OR ([H0" + - "014200] = @Original_H0014200)) AND ((@IsNull_H0014300 = 1 AND [H0014300] IS NULL" + - ") OR ([H0014300] = @Original_H0014300)) AND ((@IsNull_H0014400 = 1 AND [H0014400" + - "] IS NULL) OR ([H0014400] = @Original_H0014400)) AND ((@IsNull_H0014500 = 1 AND " + - "[H0014500] IS NULL) OR ([H0014500] = @Original_H0014500)) AND ((@IsNull_H0014700" + - " = 1 AND [H0014700] IS NULL) OR ([H0014700] = @Original_H0014700)) AND ((@IsNull" + - "_H0014800 = 1 AND [H0014800] IS NULL) OR ([H0014800] = @Original_H0014800)) AND " + - "((@IsNull_H0014900 = 1 AND [H0014900] IS NULL) OR ([H0014900] = @Original_H00149" + - "00)) AND ((@IsNull_H0015000 = 1 AND [H0015000] IS NULL) OR ([H0015000] = @Origin" + - "al_H0015000)) AND ((@IsNull_H0015100 = 1 AND [H0015100] IS NULL) OR ([H0015100] " + - "= @Original_H0015100)) AND ((@IsNull_H0015200 = 1 AND [H0015200] IS NULL) OR ([H" + - "0015200] = @Original_H0015200)) AND ((@IsNull_H0015300 = 1 AND [H0015300] IS NUL" + - "L) OR ([H0015300] = @Original_H0015300)) AND ((@IsNull_H0015400 = 1 AND [H001540" + - "0] IS NULL) OR ([H0015400] = @Original_H0015400)) AND ((@IsNull_H0015500 = 1 AND" + - " [H0015500] IS NULL) OR ([H0015500] = @Original_H0015500)) AND ((@IsNull_H001560" + - "0 = 1 AND [H0015600] IS NULL) OR ([H0015600] = @Original_H0015600)) AND ((@IsNul" + - "l_H0015700 = 1 AND [H0015700] IS NULL) OR ([H0015700] = @Original_H0015700)) AND" + - " ((@IsNull_H0015800 = 1 AND [H0015800] IS NULL) OR ([H0015800] = @Original_H0015" + - "800)) AND ((@IsNull_H0015803 = 1 AND [H0015803] IS NULL) OR ([H0015803] = @Origi" + - "nal_H0015803)) AND ((@IsNull_H0015804 = 1 AND [H0015804] IS NULL) OR ([H0015804]" + - " = @Original_H0015804)) AND ([R0000100] = @Original_R0000100) AND ((@IsNull_R000" + - "6100 = 1 AND [R0006100] IS NULL) OR ([R0006100] = @Original_R0006100)) AND ((@Is" + - "Null_R0006500 = 1 AND [R0006500] IS NULL) OR ([R0006500] = @Original_R0006500)) " + - "AND ((@IsNull_R0007300 = 1 AND [R0007300] IS NULL) OR ([R0007300] = @Original_R0" + - "007300)) AND ((@IsNull_R0007700 = 1 AND [R0007700] IS NULL) OR ([R0007700] = @Or" + - "iginal_R0007700)) AND ((@IsNull_R0007900 = 1 AND [R0007900] IS NULL) OR ([R00079" + - "00] = @Original_R0007900)) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR" + - " ([R0214700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS" + - " NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R2302900 = 1 AND [R23" + - "02900] IS NULL) OR ([R2302900] = @Original_R2302900)) AND ((@IsNull_R2303100 = 1" + - " AND [R2303100] IS NULL) OR ([R2303100] = @Original_R2303100)) AND ((@IsNull_R23" + - "03200 = 1 AND [R2303200] IS NULL) OR ([R2303200] = @Original_R2303200)) AND ((@I" + - "sNull_R2303300 = 1 AND [R2303300] IS NULL) OR ([R2303300] = @Original_R2303300))" + - " AND ((@IsNull_R2303500 = 1 AND [R2303500] IS NULL) OR ([R2303500] = @Original_R" + - "2303500)) AND ((@IsNull_R2303600 = 1 AND [R2303600] IS NULL) OR ([R2303600] = @O" + - "riginal_R2303600)) AND ((@IsNull_R2505100 = 1 AND [R2505100] IS NULL) OR ([R2505" + - "100] = @Original_R2505100)) AND ((@IsNull_R2505300 = 1 AND [R2505300] IS NULL) O" + - "R ([R2505300] = @Original_R2505300)) AND ((@IsNull_R2505400 = 1 AND [R2505400] I" + - "S NULL) OR ([R2505400] = @Original_R2505400)) AND ((@IsNull_R2505500 = 1 AND [R2" + - "505500] IS NULL) OR ([R2505500] = @Original_R2505500)) AND ((@IsNull_R2505700 = " + - "1 AND [R2505700] IS NULL) OR ([R2505700] = @Original_R2505700)) AND ((@IsNull_R2" + - "505800 = 1 AND [R2505800] IS NULL) OR ([R2505800] = @Original_R2505800)) AND ((@" + - "IsNull_R2737900 = 1 AND [R2737900] IS NULL) OR ([R2737900] = @Original_R2737900)" + - ") AND ((@IsNull_R2837200 = 1 AND [R2837200] IS NULL) OR ([R2837200] = @Original_" + - "R2837200)) AND ((@IsNull_R2837300 = 1 AND [R2837300] IS NULL) OR ([R2837300] = @" + - "Original_R2837300)) AND ((@IsNull_R2837400 = 1 AND [R2837400] IS NULL) OR ([R283" + - "7400] = @Original_R2837400)) AND ((@IsNull_R2837500 = 1 AND [R2837500] IS NULL) " + - "OR ([R2837500] = @Original_R2837500)) AND ((@IsNull_R2837600 = 1 AND [R2837600] " + - "IS NULL) OR ([R2837600] = @Original_R2837600)) AND ((@IsNull_R2837700 = 1 AND [R" + - "2837700] IS NULL) OR ([R2837700] = @Original_R2837700)) AND ((@IsNull_R2837800 =" + - " 1 AND [R2837800] IS NULL) OR ([R2837800] = @Original_R2837800)) AND ((@IsNull_R" + - "2837900 = 1 AND [R2837900] IS NULL) OR ([R2837900] = @Original_R2837900)) AND ((" + - "@IsNull_R2838000 = 1 AND [R2838000] IS NULL) OR ([R2838000] = @Original_R2838000" + - ")) AND ((@IsNull_R2838100 = 1 AND [R2838100] IS NULL) OR ([R2838100] = @Original" + - "_R2838100)) AND ((@IsNull_R2838200 = 1 AND [R2838200] IS NULL) OR ([R2838200] = " + - "@Original_R2838200)) AND ((@IsNull_R2838300 = 1 AND [R2838300] IS NULL) OR ([R28" + - "38300] = @Original_R2838300)) AND ((@IsNull_R2838400 = 1 AND [R2838400] IS NULL)" + - " OR ([R2838400] = @Original_R2838400)) AND ((@IsNull_R2838500 = 1 AND [R2838500]" + - " IS NULL) OR ([R2838500] = @Original_R2838500)) AND ((@IsNull_R2838600 = 1 AND [" + - "R2838600] IS NULL) OR ([R2838600] = @Original_R2838600)) AND ((@IsNull_R2838700 " + - "= 1 AND [R2838700] IS NULL) OR ([R2838700] = @Original_R2838700)) AND ((@IsNull_" + - "R2838800 = 1 AND [R2838800] IS NULL) OR ([R2838800] = @Original_R2838800)) AND (" + - "(@IsNull_R2838900 = 1 AND [R2838900] IS NULL) OR ([R2838900] = @Original_R283890" + - "0)) AND ((@IsNull_R2839000 = 1 AND [R2839000] IS NULL) OR ([R2839000] = @Origina" + - "l_R2839000)) AND ((@IsNull_R2839100 = 1 AND [R2839100] IS NULL) OR ([R2839100] =" + - " @Original_R2839100)) AND ((@IsNull_R2839200 = 1 AND [R2839200] IS NULL) OR ([R2" + - "839200] = @Original_R2839200)) AND ((@IsNull_R2839300 = 1 AND [R2839300] IS NULL" + - ") OR ([R2839300] = @Original_R2839300)) AND ((@IsNull_R2839400 = 1 AND [R2839400" + - "] IS NULL) OR ([R2839400] = @Original_R2839400)) AND ((@IsNull_R2839500 = 1 AND " + - "[R2839500] IS NULL) OR ([R2839500] = @Original_R2839500)) AND ((@IsNull_R2839600" + - " = 1 AND [R2839600] IS NULL) OR ([R2839600] = @Original_R2839600)) AND ((@IsNull" + - "_R2839700 = 1 AND [R2839700] IS NULL) OR ([R2839700] = @Original_R2839700)) AND " + - "((@IsNull_R2839800 = 1 AND [R2839800] IS NULL) OR ([R2839800] = @Original_R28398" + - "00)) AND ((@IsNull_R2839900 = 1 AND [R2839900] IS NULL) OR ([R2839900] = @Origin" + - "al_R2839900)) AND ((@IsNull_R2840000 = 1 AND [R2840000] IS NULL) OR ([R2840000] " + - "= @Original_R2840000)) AND ((@IsNull_R2840100 = 1 AND [R2840100] IS NULL) OR ([R" + - "2840100] = @Original_R2840100)) AND ((@IsNull_R2840200 = 1 AND [R2840200] IS NUL" + - "L) OR ([R2840200] = @Original_R2840200)) AND ((@IsNull_R2840300 = 1 AND [R284030" + - "0] IS NULL) OR ([R2840300] = @Original_R2840300)) AND ((@IsNull_R2840400 = 1 AND" + - " [R2840400] IS NULL) OR ([R2840400] = @Original_R2840400)) AND ((@IsNull_R284050" + - "0 = 1 AND [R2840500] IS NULL) OR ([R2840500] = @Original_R2840500)) AND ((@IsNul" + - "l_R2840600 = 1 AND [R2840600] IS NULL) OR ([R2840600] = @Original_R2840600)) AND" + - " ((@IsNull_R2840700 = 1 AND [R2840700] IS NULL) OR ([R2840700] = @Original_R2840" + - "700)) AND ((@IsNull_R2840800 = 1 AND [R2840800] IS NULL) OR ([R2840800] = @Origi" + - "nal_R2840800)) AND ((@IsNull_R2840900 = 1 AND [R2840900] IS NULL) OR ([R2840900]" + - " = @Original_R2840900)) AND ((@IsNull_R2841000 = 1 AND [R2841000] IS NULL) OR ([" + - "R2841000] = @Original_R2841000)) AND ((@IsNull_R2841100 = 1 AND [R2841100] IS NU" + - "LL) OR ([R2841100] = @Original_R2841100)));\r\nSELECT H0001600, H0001700, H0001800" + - ", H0001900, H0002000, H0002100, H0002200, H0002300, H0002400, H0002500, H0002600" + - ", H0002700, H0002800, H0002900, H0003000, H0003100, H0013600, H0013700, H0013800" + - ", H0013900, H0014000, H0014100, H0014200, H0014300, H0014400, H0014500, H0014700" + - ", H0014800, H0014900, H0015000, H0015100, H0015200, H0015300, H0015400, H0015500" + - ", H0015600, H0015700, H0015800, H0015803, H0015804, R0000100, R0006100, R0006500" + - ", R0007300, R0007700, R0007900, R0214700, R0214800, R2302900, R2303100, R2303200" + - ", R2303300, R2303500, R2303600, R2505100, R2505300, R2505400, R2505500, R2505700" + - ", R2505800, R2737900, R2837200, R2837300, R2837400, R2837500, R2837600, R2837700" + - ", R2837800, R2837900, R2838000, R2838100, R2838200, R2838300, R2838400, R2838500" + - ", R2838600, R2838700, R2838800, R2838900, R2839000, R2839100, R2839200, R2839300" + - ", R2839400, R2839500, R2839600, R2839700, R2839800, R2839900, R2840000, R2840100" + - ", R2840200, R2840300, R2840400, R2840500, R2840600, R2840700, R2840800, R2840900" + - ", R2841000, R2841100 FROM Extract.tblGen1Implicit WHERE (R0000100 = @R0000100)"; + this._adapter.UpdateCommand.CommandText = "UPDATE [Extract].[tblGen1Explicit] SET [R0000100] = @R0000100, [R0000149] = @R000" + + "0149, [R0000150] = @R0000150, [R0000151] = @R0000151, [R0000152] = @R0000152, [R" + + "0000153] = @R0000153, [R0000154] = @R0000154, [R0000155] = @R0000155, [R0000156]" + + " = @R0000156, [R0000157] = @R0000157, [R0000158] = @R0000158, [R0000159] = @R000" + + "0159, [R0000162] = @R0000162, [R0000163] = @R0000163, [R0000164] = @R0000164, [R" + + "0000165] = @R0000165, [R0000166] = @R0000166, [R0214700] = @R0214700, [R0214800]" + + " = @R0214800, [R4125101] = @R4125101, [R4125801] = @R4125801, [R4126501] = @R412" + + "6501, [R4127201] = @R4127201, [R4127901] = @R4127901, [R4128601] = @R4128601, [R" + + "4129301] = @R4129301, [R4130001] = @R4130001, [R4130701] = @R4130701, [R4131401]" + + " = @R4131401, [R4132101] = @R4132101, [R4132801] = @R4132801, [R4133701] = @R413" + + "3701, [R4521500] = @R4521500, [R4521700] = @R4521700, [R4521800] = @R4521800, [R" + + "4521900] = @R4521900, [R4522000] = @R4522000, [R4522100] = @R4522100, [R4522200]" + + " = @R4522200, [R4522300] = @R4522300, [R4522400] = @R4522400, [R4522500] = @R452" + + "2500, [R4522600] = @R4522600, [R4522700] = @R4522700, [R4522800] = @R4522800, [T" + + "0002000] = @T0002000, [T0002100] = @T0002100, [T0002200] = @T0002200, [T0002300]" + + " = @T0002300, [T0002400] = @T0002400, [T0002500] = @T0002500, [T0002600] = @T000" + + "2600, [T0002700] = @T0002700, [T0002800] = @T0002800, [T0002900] = @T0002900, [T" + + "0003000] = @T0003000, [T0003100] = @T0003100, [T0003200] = @T0003200, [T0003300]" + + " = @T0003300, [T0003400] = @T0003400, [T0003500] = @T0003500, [T0003600] = @T000" + + "3600, [T0003700] = @T0003700, [T0003800] = @T0003800, [T0003900] = @T0003900, [T" + + "0004000] = @T0004000, [T0004100] = @T0004100, [T0004200] = @T0004200, [T0004300]" + + " = @T0004300, [T0004400] = @T0004400, [T0004500] = @T0004500, [T2261500] = @T226" + + "1500, [T2261600] = @T2261600, [T2261700] = @T2261700, [T2261800] = @T2261800, [T" + + "2261900] = @T2261900, [T2262000] = @T2262000, [T2262100] = @T2262100, [T2262200]" + + " = @T2262200, [T2262300] = @T2262300, [T2262400] = @T2262400, [T2262500] = @T226" + + "2500, [T2262600] = @T2262600, [T2262700] = @T2262700, [T2262800] = @T2262800, [T" + + "2262900] = @T2262900, [T2263000] = @T2263000, [T2263100] = @T2263100, [T2263200]" + + " = @T2263200, [T2263300] = @T2263300, [T2263400] = @T2263400, [T2263500] = @T226" + + "3500, [T2263600] = @T2263600, [T2263700] = @T2263700, [T2263800] = @T2263800 WHE" + + "RE (([R0000100] = @Original_R0000100) AND ((@IsNull_R0000149 = 1 AND [R0000149] " + + "IS NULL) OR ([R0000149] = @Original_R0000149)) AND ((@IsNull_R0000150 = 1 AND [R" + + "0000150] IS NULL) OR ([R0000150] = @Original_R0000150)) AND ((@IsNull_R0000151 =" + + " 1 AND [R0000151] IS NULL) OR ([R0000151] = @Original_R0000151)) AND ((@IsNull_R" + + "0000152 = 1 AND [R0000152] IS NULL) OR ([R0000152] = @Original_R0000152)) AND ((" + + "@IsNull_R0000153 = 1 AND [R0000153] IS NULL) OR ([R0000153] = @Original_R0000153" + + ")) AND ((@IsNull_R0000154 = 1 AND [R0000154] IS NULL) OR ([R0000154] = @Original" + + "_R0000154)) AND ((@IsNull_R0000155 = 1 AND [R0000155] IS NULL) OR ([R0000155] = " + + "@Original_R0000155)) AND ((@IsNull_R0000156 = 1 AND [R0000156] IS NULL) OR ([R00" + + "00156] = @Original_R0000156)) AND ((@IsNull_R0000157 = 1 AND [R0000157] IS NULL)" + + " OR ([R0000157] = @Original_R0000157)) AND ((@IsNull_R0000158 = 1 AND [R0000158]" + + " IS NULL) OR ([R0000158] = @Original_R0000158)) AND ((@IsNull_R0000159 = 1 AND [" + + "R0000159] IS NULL) OR ([R0000159] = @Original_R0000159)) AND ((@IsNull_R0000162 " + + "= 1 AND [R0000162] IS NULL) OR ([R0000162] = @Original_R0000162)) AND ((@IsNull_" + + "R0000163 = 1 AND [R0000163] IS NULL) OR ([R0000163] = @Original_R0000163)) AND (" + + "(@IsNull_R0000164 = 1 AND [R0000164] IS NULL) OR ([R0000164] = @Original_R000016" + + "4)) AND ((@IsNull_R0000165 = 1 AND [R0000165] IS NULL) OR ([R0000165] = @Origina" + + "l_R0000165)) AND ((@IsNull_R0000166 = 1 AND [R0000166] IS NULL) OR ([R0000166] =" + + " @Original_R0000166)) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0" + + "214700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL" + + ") OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R4125101 = 1 AND [R4125101" + + "] IS NULL) OR ([R4125101] = @Original_R4125101)) AND ((@IsNull_R4125801 = 1 AND " + + "[R4125801] IS NULL) OR ([R4125801] = @Original_R4125801)) AND ((@IsNull_R4126501" + + " = 1 AND [R4126501] IS NULL) OR ([R4126501] = @Original_R4126501)) AND ((@IsNull" + + "_R4127201 = 1 AND [R4127201] IS NULL) OR ([R4127201] = @Original_R4127201)) AND " + + "((@IsNull_R4127901 = 1 AND [R4127901] IS NULL) OR ([R4127901] = @Original_R41279" + + "01)) AND ((@IsNull_R4128601 = 1 AND [R4128601] IS NULL) OR ([R4128601] = @Origin" + + "al_R4128601)) AND ((@IsNull_R4129301 = 1 AND [R4129301] IS NULL) OR ([R4129301] " + + "= @Original_R4129301)) AND ((@IsNull_R4130001 = 1 AND [R4130001] IS NULL) OR ([R" + + "4130001] = @Original_R4130001)) AND ((@IsNull_R4130701 = 1 AND [R4130701] IS NUL" + + "L) OR ([R4130701] = @Original_R4130701)) AND ((@IsNull_R4131401 = 1 AND [R413140" + + "1] IS NULL) OR ([R4131401] = @Original_R4131401)) AND ((@IsNull_R4132101 = 1 AND" + + " [R4132101] IS NULL) OR ([R4132101] = @Original_R4132101)) AND ((@IsNull_R413280" + + "1 = 1 AND [R4132801] IS NULL) OR ([R4132801] = @Original_R4132801)) AND ((@IsNul" + + "l_R4133701 = 1 AND [R4133701] IS NULL) OR ([R4133701] = @Original_R4133701)) AND" + + " ((@IsNull_R4521500 = 1 AND [R4521500] IS NULL) OR ([R4521500] = @Original_R4521" + + "500)) AND ((@IsNull_R4521700 = 1 AND [R4521700] IS NULL) OR ([R4521700] = @Origi" + + "nal_R4521700)) AND ((@IsNull_R4521800 = 1 AND [R4521800] IS NULL) OR ([R4521800]" + + " = @Original_R4521800)) AND ((@IsNull_R4521900 = 1 AND [R4521900] IS NULL) OR ([" + + "R4521900] = @Original_R4521900)) AND ((@IsNull_R4522000 = 1 AND [R4522000] IS NU" + + "LL) OR ([R4522000] = @Original_R4522000)) AND ((@IsNull_R4522100 = 1 AND [R45221" + + "00] IS NULL) OR ([R4522100] = @Original_R4522100)) AND ((@IsNull_R4522200 = 1 AN" + + "D [R4522200] IS NULL) OR ([R4522200] = @Original_R4522200)) AND ((@IsNull_R45223" + + "00 = 1 AND [R4522300] IS NULL) OR ([R4522300] = @Original_R4522300)) AND ((@IsNu" + + "ll_R4522400 = 1 AND [R4522400] IS NULL) OR ([R4522400] = @Original_R4522400)) AN" + + "D ((@IsNull_R4522500 = 1 AND [R4522500] IS NULL) OR ([R4522500] = @Original_R452" + + "2500)) AND ((@IsNull_R4522600 = 1 AND [R4522600] IS NULL) OR ([R4522600] = @Orig" + + "inal_R4522600)) AND ((@IsNull_R4522700 = 1 AND [R4522700] IS NULL) OR ([R4522700" + + "] = @Original_R4522700)) AND ((@IsNull_R4522800 = 1 AND [R4522800] IS NULL) OR (" + + "[R4522800] = @Original_R4522800)) AND ((@IsNull_T0002000 = 1 AND [T0002000] IS N" + + "ULL) OR ([T0002000] = @Original_T0002000)) AND ((@IsNull_T0002100 = 1 AND [T0002" + + "100] IS NULL) OR ([T0002100] = @Original_T0002100)) AND ((@IsNull_T0002200 = 1 A" + + "ND [T0002200] IS NULL) OR ([T0002200] = @Original_T0002200)) AND ((@IsNull_T0002" + + "300 = 1 AND [T0002300] IS NULL) OR ([T0002300] = @Original_T0002300)) AND ((@IsN" + + "ull_T0002400 = 1 AND [T0002400] IS NULL) OR ([T0002400] = @Original_T0002400)) A" + + "ND ((@IsNull_T0002500 = 1 AND [T0002500] IS NULL) OR ([T0002500] = @Original_T00" + + "02500)) AND ((@IsNull_T0002600 = 1 AND [T0002600] IS NULL) OR ([T0002600] = @Ori" + + "ginal_T0002600)) AND ((@IsNull_T0002700 = 1 AND [T0002700] IS NULL) OR ([T000270" + + "0] = @Original_T0002700)) AND ((@IsNull_T0002800 = 1 AND [T0002800] IS NULL) OR " + + "([T0002800] = @Original_T0002800)) AND ((@IsNull_T0002900 = 1 AND [T0002900] IS " + + "NULL) OR ([T0002900] = @Original_T0002900)) AND ((@IsNull_T0003000 = 1 AND [T000" + + "3000] IS NULL) OR ([T0003000] = @Original_T0003000)) AND ((@IsNull_T0003100 = 1 " + + "AND [T0003100] IS NULL) OR ([T0003100] = @Original_T0003100)) AND ((@IsNull_T000" + + "3200 = 1 AND [T0003200] IS NULL) OR ([T0003200] = @Original_T0003200)) AND ((@Is" + + "Null_T0003300 = 1 AND [T0003300] IS NULL) OR ([T0003300] = @Original_T0003300)) " + + "AND ((@IsNull_T0003400 = 1 AND [T0003400] IS NULL) OR ([T0003400] = @Original_T0" + + "003400)) AND ((@IsNull_T0003500 = 1 AND [T0003500] IS NULL) OR ([T0003500] = @Or" + + "iginal_T0003500)) AND ((@IsNull_T0003600 = 1 AND [T0003600] IS NULL) OR ([T00036" + + "00] = @Original_T0003600)) AND ((@IsNull_T0003700 = 1 AND [T0003700] IS NULL) OR" + + " ([T0003700] = @Original_T0003700)) AND ((@IsNull_T0003800 = 1 AND [T0003800] IS" + + " NULL) OR ([T0003800] = @Original_T0003800)) AND ((@IsNull_T0003900 = 1 AND [T00" + + "03900] IS NULL) OR ([T0003900] = @Original_T0003900)) AND ((@IsNull_T0004000 = 1" + + " AND [T0004000] IS NULL) OR ([T0004000] = @Original_T0004000)) AND ((@IsNull_T00" + + "04100 = 1 AND [T0004100] IS NULL) OR ([T0004100] = @Original_T0004100)) AND ((@I" + + "sNull_T0004200 = 1 AND [T0004200] IS NULL) OR ([T0004200] = @Original_T0004200))" + + " AND ((@IsNull_T0004300 = 1 AND [T0004300] IS NULL) OR ([T0004300] = @Original_T" + + "0004300)) AND ((@IsNull_T0004400 = 1 AND [T0004400] IS NULL) OR ([T0004400] = @O" + + "riginal_T0004400)) AND ((@IsNull_T0004500 = 1 AND [T0004500] IS NULL) OR ([T0004" + + "500] = @Original_T0004500)) AND ((@IsNull_T2261500 = 1 AND [T2261500] IS NULL) O" + + "R ([T2261500] = @Original_T2261500)) AND ((@IsNull_T2261600 = 1 AND [T2261600] I" + + "S NULL) OR ([T2261600] = @Original_T2261600)) AND ((@IsNull_T2261700 = 1 AND [T2" + + "261700] IS NULL) OR ([T2261700] = @Original_T2261700)) AND ((@IsNull_T2261800 = " + + "1 AND [T2261800] IS NULL) OR ([T2261800] = @Original_T2261800)) AND ((@IsNull_T2" + + "261900 = 1 AND [T2261900] IS NULL) OR ([T2261900] = @Original_T2261900)) AND ((@" + + "IsNull_T2262000 = 1 AND [T2262000] IS NULL) OR ([T2262000] = @Original_T2262000)" + + ") AND ((@IsNull_T2262100 = 1 AND [T2262100] IS NULL) OR ([T2262100] = @Original_" + + "T2262100)) AND ((@IsNull_T2262200 = 1 AND [T2262200] IS NULL) OR ([T2262200] = @" + + "Original_T2262200)) AND ((@IsNull_T2262300 = 1 AND [T2262300] IS NULL) OR ([T226" + + "2300] = @Original_T2262300)) AND ((@IsNull_T2262400 = 1 AND [T2262400] IS NULL) " + + "OR ([T2262400] = @Original_T2262400)) AND ((@IsNull_T2262500 = 1 AND [T2262500] " + + "IS NULL) OR ([T2262500] = @Original_T2262500)) AND ((@IsNull_T2262600 = 1 AND [T" + + "2262600] IS NULL) OR ([T2262600] = @Original_T2262600)) AND ((@IsNull_T2262700 =" + + " 1 AND [T2262700] IS NULL) OR ([T2262700] = @Original_T2262700)) AND ((@IsNull_T" + + "2262800 = 1 AND [T2262800] IS NULL) OR ([T2262800] = @Original_T2262800)) AND ((" + + "@IsNull_T2262900 = 1 AND [T2262900] IS NULL) OR ([T2262900] = @Original_T2262900" + + ")) AND ((@IsNull_T2263000 = 1 AND [T2263000] IS NULL) OR ([T2263000] = @Original" + + "_T2263000)) AND ((@IsNull_T2263100 = 1 AND [T2263100] IS NULL) OR ([T2263100] = " + + "@Original_T2263100)) AND ((@IsNull_T2263200 = 1 AND [T2263200] IS NULL) OR ([T22" + + "63200] = @Original_T2263200)) AND ((@IsNull_T2263300 = 1 AND [T2263300] IS NULL)" + + " OR ([T2263300] = @Original_T2263300)) AND ((@IsNull_T2263400 = 1 AND [T2263400]" + + " IS NULL) OR ([T2263400] = @Original_T2263400)) AND ((@IsNull_T2263500 = 1 AND [" + + "T2263500] IS NULL) OR ([T2263500] = @Original_T2263500)) AND ((@IsNull_T2263600 " + + "= 1 AND [T2263600] IS NULL) OR ([T2263600] = @Original_T2263600)) AND ((@IsNull_" + + "T2263700 = 1 AND [T2263700] IS NULL) OR ([T2263700] = @Original_T2263700)) AND (" + + "(@IsNull_T2263800 = 1 AND [T2263800] IS NULL) OR ([T2263800] = @Original_T226380" + + "0)));\r\nSELECT R0000100, R0000149, R0000150, R0000151, R0000152, R0000153, R00001" + + "54, R0000155, R0000156, R0000157, R0000158, R0000159, R0000162, R0000163, R00001" + + "64, R0000165, R0000166, R0214700, R0214800, R4125101, R4125801, R4126501, R41272" + + "01, R4127901, R4128601, R4129301, R4130001, R4130701, R4131401, R4132101, R41328" + + "01, R4133701, R4521500, R4521700, R4521800, R4521900, R4522000, R4522100, R45222" + + "00, R4522300, R4522400, R4522500, R4522600, R4522700, R4522800, T0002000, T00021" + + "00, T0002200, T0002300, T0002400, T0002500, T0002600, T0002700, T0002800, T00029" + + "00, T0003000, T0003100, T0003200, T0003300, T0003400, T0003500, T0003600, T00037" + + "00, T0003800, T0003900, T0004000, T0004100, T0004200, T0004300, T0004400, T00045" + + "00, T2261500, T2261600, T2261700, T2261800, T2261900, T2262000, T2262100, T22622" + + "00, T2262300, T2262400, T2262500, T2262600, T2262700, T2262800, T2262900, T22630" + + "00, T2263100, T2263200, T2263300, T2263400, T2263500, T2263600, T2263700, T22638" + + "00 FROM Extract.tblGen1Explicit WHERE (R0000100 = @R0000100)"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0001600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0001700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0001800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0001900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0003000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0003000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0003100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0003100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0013600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0013700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0013800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0013900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015803", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015803", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015804", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015804", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0006100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0006100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0006500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0006500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0007700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0007900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000149", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000149", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000150", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000150", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000151", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000151", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000152", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000152", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000153", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000153", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000154", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000154", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000155", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000155", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000156", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000156", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000157", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000157", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000158", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000158", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000159", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000159", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000162", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000162", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000163", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000163", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000164", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000164", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000165", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000165", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000166", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000166", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2302900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2302900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2303100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2303200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2303300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2303500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2303600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2505100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2505300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2505400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2505500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2505700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2505800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2737900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2737900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2841000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2841000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2841100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2841100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0001600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0001600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0001700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0001700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0001800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0001800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0001900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0001900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0003000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0003000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0003000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0003000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0003100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0003100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0003100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0003100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0013600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0013600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0013700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0013700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0013800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0013800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0013900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0013900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015803", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015803", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015803", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015803", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015804", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015804", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015804", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015804", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4125101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4125101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4125801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4125801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4126501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4126501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4127201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4127201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4127901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4127901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4128601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4128601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4129301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4129301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4130001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4130001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4130701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4130701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4131401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4131401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4132101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4132101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4132801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4132801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4133701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4133701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4521500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4521700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4521800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4521900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4522800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0002900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0003900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0004000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0004100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0004200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0004300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0004400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0004500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2261500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2261600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2261700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2261800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2261900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2262900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2263800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0006100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0006100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0006100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0006100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0006500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0006500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0006500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0006500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0007700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0007700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0007900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0007900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000149", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000149", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000149", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000149", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000150", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000150", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000150", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000150", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000151", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000151", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000151", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000151", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000152", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000152", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000152", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000152", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000153", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000153", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000153", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000153", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000154", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000154", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000154", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000154", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000155", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000155", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000155", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000155", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000156", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000156", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000156", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000156", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000157", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000157", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000157", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000157", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000158", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000158", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000158", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000158", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000159", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000159", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000159", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000159", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000162", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000162", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000162", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000162", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000163", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000163", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000163", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000163", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000164", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000164", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000164", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000164", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000165", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000165", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000165", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000165", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000166", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000166", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000166", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000166", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2302900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2302900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2302900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2302900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2303100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2303100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2303200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2303200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2303300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2303300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2303500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2303500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2303600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2303600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2505100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2505100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2505300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2505300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2505400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2505400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2505500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2505500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2505700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2505700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2505800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2505800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2737900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2737900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2737900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2737900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2841000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2841000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2841000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2841000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2841100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2841100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2841100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2841100", 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::Nls.Base79.Properties.Settings.Default.Nlsy79ConnectionStringBase; - } - - [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 H0001600, H0001700, H0001800, H0001900, H0002000, H0002100, H0002200, H0002300, H0002400, H0002500, H0002600, H0002700, H0002800, H0002900, H0003000, H0003100, H0013600, H0013700, H0013800, H0013900, H0014000, H0014100, H0014200, H0014300, H0014400, H0014500, H0014700, H0014800, H0014900, H0015000, H0015100, H0015200, H0015300, H0015400, H0015500, H0015600, H0015700, H0015800, H0015803, H0015804, R0000100, R0006100, R0006500, R0007300, R0007700, R0007900, R0214700, R0214800, R2302900, R2303100, R2303200, R2303300, R2303500, R2303600, R2505100, R2505300, R2505400, R2505500, R2505700, R2505800, R2737900, R2837200, R2837300, R2837400, R2837500, R2837600, R2837700, R2837800, R2837900, R2838000, R2838100, R2838200, R2838300, R2838400, R2838500, R2838600, R2838700, R2838800, R2838900, R2839000, R2839100, R2839200, R2839300, R2839400, R2839500, R2839600, R2839700, R2839800, R2839900, R2840000, R2840100, R2840200, R2840300, R2840400, R2840500, R2840600, R2840700, R2840800, R2840900, R2841000, R2841100 FROM Extract.tblGen1Implicit"; - 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(ImportDataSet.tblGen1ImplicitDataTable 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 ImportDataSet.tblGen1ImplicitDataTable GetData() { - this.Adapter.SelectCommand = this.CommandCollection[0]; - ImportDataSet.tblGen1ImplicitDataTable dataTable = new ImportDataSet.tblGen1ImplicitDataTable(); - 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(ImportDataSet.tblGen1ImplicitDataTable 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(ImportDataSet dataSet) { - return this.Adapter.Update(dataSet, "tblGen1Implicit"); - } - - [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( - global::System.Nullable Original_H0001600, - global::System.Nullable Original_H0001700, - global::System.Nullable Original_H0001800, - global::System.Nullable Original_H0001900, - global::System.Nullable Original_H0002000, - global::System.Nullable Original_H0002100, - global::System.Nullable Original_H0002200, - global::System.Nullable Original_H0002300, - global::System.Nullable Original_H0002400, - global::System.Nullable Original_H0002500, - global::System.Nullable Original_H0002600, - global::System.Nullable Original_H0002700, - global::System.Nullable Original_H0002800, - global::System.Nullable Original_H0002900, - global::System.Nullable Original_H0003000, - global::System.Nullable Original_H0003100, - global::System.Nullable Original_H0013600, - global::System.Nullable Original_H0013700, - global::System.Nullable Original_H0013800, - global::System.Nullable Original_H0013900, - global::System.Nullable Original_H0014000, - global::System.Nullable Original_H0014100, - global::System.Nullable Original_H0014200, - global::System.Nullable Original_H0014300, - global::System.Nullable Original_H0014400, - global::System.Nullable Original_H0014500, - global::System.Nullable Original_H0014700, - global::System.Nullable Original_H0014800, - global::System.Nullable Original_H0014900, - global::System.Nullable Original_H0015000, - global::System.Nullable Original_H0015100, - global::System.Nullable Original_H0015200, - global::System.Nullable Original_H0015300, - global::System.Nullable Original_H0015400, - global::System.Nullable Original_H0015500, - global::System.Nullable Original_H0015600, - global::System.Nullable Original_H0015700, - global::System.Nullable Original_H0015800, - global::System.Nullable Original_H0015803, - global::System.Nullable Original_H0015804, + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4125101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4125101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4125101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4125101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4125801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4125801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4125801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4125801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4126501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4126501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4126501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4126501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4127201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4127201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4127201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4127201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4127901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4127901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4127901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4127901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4128601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4128601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4128601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4128601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4129301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4129301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4129301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4129301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4130001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4130001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4130001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4130001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4130701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4130701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4130701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4130701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4131401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4131401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4131401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4131401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4132101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4132101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4132101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4132101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4132801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4132801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4132801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4132801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4133701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4133701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4133701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4133701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4521500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4521500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4521700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4521700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4521800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4521800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4521900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4521900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4521900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4522800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4522800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4522800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0002900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0002900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0002900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0003900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0003900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0003900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0004000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0004000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0004100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0004100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0004200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0004200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0004300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0004300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0004400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0004400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0004500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0004500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0004500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2261500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2261500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2261600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2261600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2261700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2261700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2261800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2261800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2261900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2261900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2261900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2262900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2262900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2262900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2263800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2263800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2263800", 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::Nls.Base79.Properties.Settings.Default.Nlsy79ConnectionStringBase; + } + + [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 R0000100, R0000149, R0000150, R0000151, R0000152, R0000153, R0000154, R0000155, R0000156, R0000157, R0000158, R0000159, R0000162, R0000163, R0000164, R0000165, R0000166, R0214700, R0214800, R4125101, R4125801, R4126501, R4127201, R4127901, R4128601, R4129301, R4130001, R4130701, R4131401, R4132101, R4132801, R4133701, R4521500, R4521700, R4521800, R4521900, R4522000, R4522100, R4522200, R4522300, R4522400, R4522500, R4522600, R4522700, R4522800, T0002000, T0002100, T0002200, T0002300, T0002400, T0002500, T0002600, T0002700, T0002800, T0002900, T0003000, T0003100, T0003200, T0003300, T0003400, T0003500, T0003600, T0003700, T0003800, T0003900, T0004000, T0004100, T0004200, T0004300, T0004400, T0004500, T2261500, T2261600, T2261700, T2261800, T2261900, T2262000, T2262100, T2262200, T2262300, T2262400, T2262500, T2262600, T2262700, T2262800, T2262900, T2263000, T2263100, T2263200, T2263300, T2263400, T2263500, T2263600, T2263700, T2263800 FROM Extract.tblGen1Explicit"; + 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(ImportDataSet.tblGen1ExplicitDataTable 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 ImportDataSet.tblGen1ExplicitDataTable GetData() { + this.Adapter.SelectCommand = this.CommandCollection[0]; + ImportDataSet.tblGen1ExplicitDataTable dataTable = new ImportDataSet.tblGen1ExplicitDataTable(); + 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(ImportDataSet.tblGen1ExplicitDataTable 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(ImportDataSet dataSet) { + return this.Adapter.Update(dataSet, "tblGen1Explicit"); + } + + [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( int Original_R0000100, - global::System.Nullable Original_R0006100, - global::System.Nullable Original_R0006500, - global::System.Nullable Original_R0007300, - global::System.Nullable Original_R0007700, - global::System.Nullable Original_R0007900, + global::System.Nullable Original_R0000149, + global::System.Nullable Original_R0000150, + global::System.Nullable Original_R0000151, + global::System.Nullable Original_R0000152, + global::System.Nullable Original_R0000153, + global::System.Nullable Original_R0000154, + global::System.Nullable Original_R0000155, + global::System.Nullable Original_R0000156, + global::System.Nullable Original_R0000157, + global::System.Nullable Original_R0000158, + global::System.Nullable Original_R0000159, + global::System.Nullable Original_R0000162, + global::System.Nullable Original_R0000163, + global::System.Nullable Original_R0000164, + global::System.Nullable Original_R0000165, + global::System.Nullable Original_R0000166, global::System.Nullable Original_R0214700, global::System.Nullable Original_R0214800, - global::System.Nullable Original_R2302900, - global::System.Nullable Original_R2303100, - global::System.Nullable Original_R2303200, - global::System.Nullable Original_R2303300, - global::System.Nullable Original_R2303500, - global::System.Nullable Original_R2303600, - global::System.Nullable Original_R2505100, - global::System.Nullable Original_R2505300, - global::System.Nullable Original_R2505400, - global::System.Nullable Original_R2505500, - global::System.Nullable Original_R2505700, - global::System.Nullable Original_R2505800, - global::System.Nullable Original_R2737900, - global::System.Nullable Original_R2837200, - global::System.Nullable Original_R2837300, - global::System.Nullable Original_R2837400, - global::System.Nullable Original_R2837500, - global::System.Nullable Original_R2837600, - global::System.Nullable Original_R2837700, - global::System.Nullable Original_R2837800, - global::System.Nullable Original_R2837900, - global::System.Nullable Original_R2838000, - global::System.Nullable Original_R2838100, - global::System.Nullable Original_R2838200, - global::System.Nullable Original_R2838300, - global::System.Nullable Original_R2838400, - global::System.Nullable Original_R2838500, - global::System.Nullable Original_R2838600, - global::System.Nullable Original_R2838700, - global::System.Nullable Original_R2838800, - global::System.Nullable Original_R2838900, - global::System.Nullable Original_R2839000, - global::System.Nullable Original_R2839100, - global::System.Nullable Original_R2839200, - global::System.Nullable Original_R2839300, - global::System.Nullable Original_R2839400, - global::System.Nullable Original_R2839500, - global::System.Nullable Original_R2839600, - global::System.Nullable Original_R2839700, - global::System.Nullable Original_R2839800, - global::System.Nullable Original_R2839900, - global::System.Nullable Original_R2840000, - global::System.Nullable Original_R2840100, - global::System.Nullable Original_R2840200, - global::System.Nullable Original_R2840300, - global::System.Nullable Original_R2840400, - global::System.Nullable Original_R2840500, - global::System.Nullable Original_R2840600, - global::System.Nullable Original_R2840700, - global::System.Nullable Original_R2840800, - global::System.Nullable Original_R2840900, - global::System.Nullable Original_R2841000, - global::System.Nullable Original_R2841100) { - if ((Original_H0001600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[0].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1].Value = ((int)(Original_H0001600.Value)); + global::System.Nullable Original_R4125101, + global::System.Nullable Original_R4125801, + global::System.Nullable Original_R4126501, + global::System.Nullable Original_R4127201, + global::System.Nullable Original_R4127901, + global::System.Nullable Original_R4128601, + global::System.Nullable Original_R4129301, + global::System.Nullable Original_R4130001, + global::System.Nullable Original_R4130701, + global::System.Nullable Original_R4131401, + global::System.Nullable Original_R4132101, + global::System.Nullable Original_R4132801, + global::System.Nullable Original_R4133701, + global::System.Nullable Original_R4521500, + global::System.Nullable Original_R4521700, + global::System.Nullable Original_R4521800, + global::System.Nullable Original_R4521900, + global::System.Nullable Original_R4522000, + global::System.Nullable Original_R4522100, + global::System.Nullable Original_R4522200, + global::System.Nullable Original_R4522300, + global::System.Nullable Original_R4522400, + global::System.Nullable Original_R4522500, + global::System.Nullable Original_R4522600, + global::System.Nullable Original_R4522700, + global::System.Nullable Original_R4522800, + global::System.Nullable Original_T0002000, + global::System.Nullable Original_T0002100, + global::System.Nullable Original_T0002200, + global::System.Nullable Original_T0002300, + global::System.Nullable Original_T0002400, + global::System.Nullable Original_T0002500, + global::System.Nullable Original_T0002600, + global::System.Nullable Original_T0002700, + global::System.Nullable Original_T0002800, + global::System.Nullable Original_T0002900, + global::System.Nullable Original_T0003000, + global::System.Nullable Original_T0003100, + global::System.Nullable Original_T0003200, + global::System.Nullable Original_T0003300, + global::System.Nullable Original_T0003400, + global::System.Nullable Original_T0003500, + global::System.Nullable Original_T0003600, + global::System.Nullable Original_T0003700, + global::System.Nullable Original_T0003800, + global::System.Nullable Original_T0003900, + global::System.Nullable Original_T0004000, + global::System.Nullable Original_T0004100, + global::System.Nullable Original_T0004200, + global::System.Nullable Original_T0004300, + global::System.Nullable Original_T0004400, + global::System.Nullable Original_T0004500, + global::System.Nullable Original_T2261500, + global::System.Nullable Original_T2261600, + global::System.Nullable Original_T2261700, + global::System.Nullable Original_T2261800, + global::System.Nullable Original_T2261900, + global::System.Nullable Original_T2262000, + global::System.Nullable Original_T2262100, + global::System.Nullable Original_T2262200, + global::System.Nullable Original_T2262300, + global::System.Nullable Original_T2262400, + global::System.Nullable Original_T2262500, + global::System.Nullable Original_T2262600, + global::System.Nullable Original_T2262700, + global::System.Nullable Original_T2262800, + global::System.Nullable Original_T2262900, + global::System.Nullable Original_T2263000, + global::System.Nullable Original_T2263100, + global::System.Nullable Original_T2263200, + global::System.Nullable Original_T2263300, + global::System.Nullable Original_T2263400, + global::System.Nullable Original_T2263500, + global::System.Nullable Original_T2263600, + global::System.Nullable Original_T2263700, + global::System.Nullable Original_T2263800) { + this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_R0000100)); + if ((Original_R0000149.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_R0000149.Value)); } else { - this.Adapter.DeleteCommand.Parameters[0].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((Original_H0001700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[3].Value = ((int)(Original_H0001700.Value)); + if ((Original_R0000150.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[4].Value = ((int)(Original_R0000150.Value)); } else { - this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[3].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((Original_H0001800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[5].Value = ((int)(Original_H0001800.Value)); + if ((Original_R0000151.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_R0000151.Value)); } else { - this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[5].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((Original_H0001900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[7].Value = ((int)(Original_H0001900.Value)); + if ((Original_R0000152.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[8].Value = ((int)(Original_R0000152.Value)); } else { - this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[7].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((Original_H0002000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[9].Value = ((int)(Original_H0002000.Value)); + if ((Original_R0000153.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_R0000153.Value)); } else { - this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[9].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((Original_H0002100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[10].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[11].Value = ((int)(Original_H0002100.Value)); + if ((Original_R0000154.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[12].Value = ((int)(Original_R0000154.Value)); } else { - this.Adapter.DeleteCommand.Parameters[10].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[11].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((Original_H0002200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[12].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[13].Value = ((int)(Original_H0002200.Value)); + if ((Original_R0000155.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[14].Value = ((int)(Original_R0000155.Value)); } else { - this.Adapter.DeleteCommand.Parameters[12].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[13].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((Original_H0002300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[14].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[15].Value = ((int)(Original_H0002300.Value)); + if ((Original_R0000156.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[16].Value = ((int)(Original_R0000156.Value)); } else { - this.Adapter.DeleteCommand.Parameters[14].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[15].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((Original_H0002400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[16].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[17].Value = ((int)(Original_H0002400.Value)); + if ((Original_R0000157.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[18].Value = ((int)(Original_R0000157.Value)); } else { - this.Adapter.DeleteCommand.Parameters[16].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[17].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((Original_H0002500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[18].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[19].Value = ((int)(Original_H0002500.Value)); + if ((Original_R0000158.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[20].Value = ((int)(Original_R0000158.Value)); } else { - this.Adapter.DeleteCommand.Parameters[18].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[19].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value; } - if ((Original_H0002600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[20].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[21].Value = ((int)(Original_H0002600.Value)); + if ((Original_R0000159.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[22].Value = ((int)(Original_R0000159.Value)); } else { - this.Adapter.DeleteCommand.Parameters[20].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[21].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((Original_H0002700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[22].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[23].Value = ((int)(Original_H0002700.Value)); + if ((Original_R0000162.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[24].Value = ((int)(Original_R0000162.Value)); } else { - this.Adapter.DeleteCommand.Parameters[22].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[23].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.Value; } - if ((Original_H0002800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[24].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[25].Value = ((int)(Original_H0002800.Value)); + if ((Original_R0000163.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[26].Value = ((int)(Original_R0000163.Value)); } else { - this.Adapter.DeleteCommand.Parameters[24].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[25].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value; } - if ((Original_H0002900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[26].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[27].Value = ((int)(Original_H0002900.Value)); + if ((Original_R0000164.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[28].Value = ((int)(Original_R0000164.Value)); } else { - this.Adapter.DeleteCommand.Parameters[26].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[27].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value; } - if ((Original_H0003000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[28].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[29].Value = ((int)(Original_H0003000.Value)); + if ((Original_R0000165.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[30].Value = ((int)(Original_R0000165.Value)); } else { - this.Adapter.DeleteCommand.Parameters[28].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[29].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.Value; } - if ((Original_H0003100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[30].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[31].Value = ((int)(Original_H0003100.Value)); + if ((Original_R0000166.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[32].Value = ((int)(Original_R0000166.Value)); } else { - this.Adapter.DeleteCommand.Parameters[30].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[31].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[32].Value = global::System.DBNull.Value; } - if ((Original_H0013600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[32].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[33].Value = ((int)(Original_H0013600.Value)); + if ((Original_R0214700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[34].Value = ((int)(Original_R0214700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[32].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[33].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.Value; } - if ((Original_H0013700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[34].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[35].Value = ((int)(Original_H0013700.Value)); + if ((Original_R0214800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[36].Value = ((int)(Original_R0214800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[34].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[35].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.Value; } - if ((Original_H0013800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[36].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[37].Value = ((int)(Original_H0013800.Value)); + if ((Original_R4125101.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[38].Value = ((int)(Original_R4125101.Value)); } else { - this.Adapter.DeleteCommand.Parameters[36].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[37].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[38].Value = global::System.DBNull.Value; } - if ((Original_H0013900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[38].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[39].Value = ((int)(Original_H0013900.Value)); + if ((Original_R4125801.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[40].Value = ((int)(Original_R4125801.Value)); } else { - this.Adapter.DeleteCommand.Parameters[38].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[39].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[40].Value = global::System.DBNull.Value; } - if ((Original_H0014000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[40].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[41].Value = ((int)(Original_H0014000.Value)); + if ((Original_R4126501.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[42].Value = ((int)(Original_R4126501.Value)); } else { - this.Adapter.DeleteCommand.Parameters[40].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[41].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[42].Value = global::System.DBNull.Value; } - if ((Original_H0014100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[42].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[43].Value = ((int)(Original_H0014100.Value)); + if ((Original_R4127201.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[44].Value = ((int)(Original_R4127201.Value)); } else { - this.Adapter.DeleteCommand.Parameters[42].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[43].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[44].Value = global::System.DBNull.Value; } - if ((Original_H0014200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[44].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[45].Value = ((int)(Original_H0014200.Value)); + if ((Original_R4127901.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[46].Value = ((int)(Original_R4127901.Value)); } else { - this.Adapter.DeleteCommand.Parameters[44].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[45].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[46].Value = global::System.DBNull.Value; } - if ((Original_H0014300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[46].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[47].Value = ((int)(Original_H0014300.Value)); + if ((Original_R4128601.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[48].Value = ((int)(Original_R4128601.Value)); } else { - this.Adapter.DeleteCommand.Parameters[46].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[47].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[48].Value = global::System.DBNull.Value; } - if ((Original_H0014400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[48].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[49].Value = ((int)(Original_H0014400.Value)); + if ((Original_R4129301.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[50].Value = ((int)(Original_R4129301.Value)); } else { - this.Adapter.DeleteCommand.Parameters[48].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[49].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[50].Value = global::System.DBNull.Value; } - if ((Original_H0014500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[50].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[51].Value = ((int)(Original_H0014500.Value)); + if ((Original_R4130001.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[52].Value = ((int)(Original_R4130001.Value)); } else { - this.Adapter.DeleteCommand.Parameters[50].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[51].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[52].Value = global::System.DBNull.Value; } - if ((Original_H0014700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[52].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[53].Value = ((int)(Original_H0014700.Value)); + if ((Original_R4130701.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[54].Value = ((int)(Original_R4130701.Value)); } else { - this.Adapter.DeleteCommand.Parameters[52].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[53].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[54].Value = global::System.DBNull.Value; } - if ((Original_H0014800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[54].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[55].Value = ((int)(Original_H0014800.Value)); + if ((Original_R4131401.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[56].Value = ((int)(Original_R4131401.Value)); } else { - this.Adapter.DeleteCommand.Parameters[54].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[55].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[56].Value = global::System.DBNull.Value; } - if ((Original_H0014900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[56].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[57].Value = ((int)(Original_H0014900.Value)); + if ((Original_R4132101.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[58].Value = ((int)(Original_R4132101.Value)); } else { - this.Adapter.DeleteCommand.Parameters[56].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[57].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[58].Value = global::System.DBNull.Value; } - if ((Original_H0015000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[58].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[59].Value = ((int)(Original_H0015000.Value)); + if ((Original_R4132801.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[60].Value = ((int)(Original_R4132801.Value)); } else { - this.Adapter.DeleteCommand.Parameters[58].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[59].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[60].Value = global::System.DBNull.Value; } - if ((Original_H0015100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[60].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[61].Value = ((int)(Original_H0015100.Value)); + if ((Original_R4133701.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[62].Value = ((int)(Original_R4133701.Value)); } else { - this.Adapter.DeleteCommand.Parameters[60].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[61].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[62].Value = global::System.DBNull.Value; } - if ((Original_H0015200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[62].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[63].Value = ((int)(Original_H0015200.Value)); + if ((Original_R4521500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[64].Value = ((int)(Original_R4521500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[62].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[63].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[64].Value = global::System.DBNull.Value; } - if ((Original_H0015300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[64].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[65].Value = ((int)(Original_H0015300.Value)); + if ((Original_R4521700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[66].Value = ((int)(Original_R4521700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[64].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[65].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[66].Value = global::System.DBNull.Value; } - if ((Original_H0015400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[66].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[67].Value = ((int)(Original_H0015400.Value)); + if ((Original_R4521800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[68].Value = ((int)(Original_R4521800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[66].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[67].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[68].Value = global::System.DBNull.Value; } - if ((Original_H0015500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[68].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[69].Value = ((int)(Original_H0015500.Value)); + if ((Original_R4521900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[70].Value = ((int)(Original_R4521900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[68].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[69].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[70].Value = global::System.DBNull.Value; } - if ((Original_H0015600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[70].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[71].Value = ((int)(Original_H0015600.Value)); + if ((Original_R4522000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[72].Value = ((int)(Original_R4522000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[70].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[71].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[72].Value = global::System.DBNull.Value; } - if ((Original_H0015700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[72].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[73].Value = ((int)(Original_H0015700.Value)); + if ((Original_R4522100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[74].Value = ((int)(Original_R4522100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[72].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[73].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[74].Value = global::System.DBNull.Value; } - if ((Original_H0015800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[74].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[75].Value = ((int)(Original_H0015800.Value)); + if ((Original_R4522200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[76].Value = ((int)(Original_R4522200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[74].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[75].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[76].Value = global::System.DBNull.Value; } - if ((Original_H0015803.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[76].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[77].Value = ((int)(Original_H0015803.Value)); + if ((Original_R4522300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[78].Value = ((int)(Original_R4522300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[76].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[77].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[78].Value = global::System.DBNull.Value; } - if ((Original_H0015804.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[78].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[79].Value = ((int)(Original_H0015804.Value)); + if ((Original_R4522400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[80].Value = ((int)(Original_R4522400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[78].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[79].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[80].Value = global::System.DBNull.Value; } - this.Adapter.DeleteCommand.Parameters[80].Value = ((int)(Original_R0000100)); - if ((Original_R0006100.HasValue == true)) { + if ((Original_R4522500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[82].Value = ((int)(Original_R0006100.Value)); + this.Adapter.DeleteCommand.Parameters[82].Value = ((int)(Original_R4522500.Value)); } else { this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[82].Value = global::System.DBNull.Value; } - if ((Original_R0006500.HasValue == true)) { + if ((Original_R4522600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[84].Value = ((int)(Original_R0006500.Value)); + this.Adapter.DeleteCommand.Parameters[84].Value = ((int)(Original_R4522600.Value)); } else { this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[84].Value = global::System.DBNull.Value; } - if ((Original_R0007300.HasValue == true)) { + if ((Original_R4522700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[86].Value = ((int)(Original_R0007300.Value)); + this.Adapter.DeleteCommand.Parameters[86].Value = ((int)(Original_R4522700.Value)); } else { this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[86].Value = global::System.DBNull.Value; } - if ((Original_R0007700.HasValue == true)) { + if ((Original_R4522800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[88].Value = ((int)(Original_R0007700.Value)); + this.Adapter.DeleteCommand.Parameters[88].Value = ((int)(Original_R4522800.Value)); } else { this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[88].Value = global::System.DBNull.Value; } - if ((Original_R0007900.HasValue == true)) { + if ((Original_T0002000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[90].Value = ((int)(Original_R0007900.Value)); + this.Adapter.DeleteCommand.Parameters[90].Value = ((int)(Original_T0002000.Value)); } else { this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[90].Value = global::System.DBNull.Value; } - if ((Original_R0214700.HasValue == true)) { + if ((Original_T0002100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[92].Value = ((int)(Original_R0214700.Value)); + this.Adapter.DeleteCommand.Parameters[92].Value = ((int)(Original_T0002100.Value)); } else { this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[92].Value = global::System.DBNull.Value; } - if ((Original_R0214800.HasValue == true)) { + if ((Original_T0002200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[94].Value = ((int)(Original_R0214800.Value)); + this.Adapter.DeleteCommand.Parameters[94].Value = ((int)(Original_T0002200.Value)); } else { this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[94].Value = global::System.DBNull.Value; } - if ((Original_R2302900.HasValue == true)) { + if ((Original_T0002300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[96].Value = ((int)(Original_R2302900.Value)); + this.Adapter.DeleteCommand.Parameters[96].Value = ((int)(Original_T0002300.Value)); } else { this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[96].Value = global::System.DBNull.Value; } - if ((Original_R2303100.HasValue == true)) { + if ((Original_T0002400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[98].Value = ((int)(Original_R2303100.Value)); + this.Adapter.DeleteCommand.Parameters[98].Value = ((int)(Original_T0002400.Value)); } else { this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[98].Value = global::System.DBNull.Value; } - if ((Original_R2303200.HasValue == true)) { + if ((Original_T0002500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[100].Value = ((int)(Original_R2303200.Value)); + this.Adapter.DeleteCommand.Parameters[100].Value = ((int)(Original_T0002500.Value)); } else { this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[100].Value = global::System.DBNull.Value; } - if ((Original_R2303300.HasValue == true)) { + if ((Original_T0002600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[102].Value = ((int)(Original_R2303300.Value)); + this.Adapter.DeleteCommand.Parameters[102].Value = ((int)(Original_T0002600.Value)); } else { this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[102].Value = global::System.DBNull.Value; } - if ((Original_R2303500.HasValue == true)) { + if ((Original_T0002700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[104].Value = ((int)(Original_R2303500.Value)); + this.Adapter.DeleteCommand.Parameters[104].Value = ((int)(Original_T0002700.Value)); } else { this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[104].Value = global::System.DBNull.Value; } - if ((Original_R2303600.HasValue == true)) { + if ((Original_T0002800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[106].Value = ((int)(Original_R2303600.Value)); + this.Adapter.DeleteCommand.Parameters[106].Value = ((int)(Original_T0002800.Value)); } else { this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[106].Value = global::System.DBNull.Value; } - if ((Original_R2505100.HasValue == true)) { + if ((Original_T0002900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[108].Value = ((int)(Original_R2505100.Value)); + this.Adapter.DeleteCommand.Parameters[108].Value = ((int)(Original_T0002900.Value)); } else { this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[108].Value = global::System.DBNull.Value; } - if ((Original_R2505300.HasValue == true)) { + if ((Original_T0003000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[110].Value = ((int)(Original_R2505300.Value)); + this.Adapter.DeleteCommand.Parameters[110].Value = ((int)(Original_T0003000.Value)); } else { this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[110].Value = global::System.DBNull.Value; } - if ((Original_R2505400.HasValue == true)) { + if ((Original_T0003100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[112].Value = ((int)(Original_R2505400.Value)); + this.Adapter.DeleteCommand.Parameters[112].Value = ((int)(Original_T0003100.Value)); } else { this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[112].Value = global::System.DBNull.Value; } - if ((Original_R2505500.HasValue == true)) { + if ((Original_T0003200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[114].Value = ((int)(Original_R2505500.Value)); + this.Adapter.DeleteCommand.Parameters[114].Value = ((int)(Original_T0003200.Value)); } else { this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[114].Value = global::System.DBNull.Value; } - if ((Original_R2505700.HasValue == true)) { + if ((Original_T0003300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[116].Value = ((int)(Original_R2505700.Value)); + this.Adapter.DeleteCommand.Parameters[116].Value = ((int)(Original_T0003300.Value)); } else { this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[116].Value = global::System.DBNull.Value; } - if ((Original_R2505800.HasValue == true)) { + if ((Original_T0003400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[118].Value = ((int)(Original_R2505800.Value)); + this.Adapter.DeleteCommand.Parameters[118].Value = ((int)(Original_T0003400.Value)); } else { this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[118].Value = global::System.DBNull.Value; } - if ((Original_R2737900.HasValue == true)) { + if ((Original_T0003500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[120].Value = ((int)(Original_R2737900.Value)); + this.Adapter.DeleteCommand.Parameters[120].Value = ((int)(Original_T0003500.Value)); } else { this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[120].Value = global::System.DBNull.Value; } - if ((Original_R2837200.HasValue == true)) { + if ((Original_T0003600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[122].Value = ((int)(Original_R2837200.Value)); + this.Adapter.DeleteCommand.Parameters[122].Value = ((int)(Original_T0003600.Value)); } else { this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[122].Value = global::System.DBNull.Value; } - if ((Original_R2837300.HasValue == true)) { + if ((Original_T0003700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[124].Value = ((int)(Original_R2837300.Value)); + this.Adapter.DeleteCommand.Parameters[124].Value = ((int)(Original_T0003700.Value)); } else { this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[124].Value = global::System.DBNull.Value; } - if ((Original_R2837400.HasValue == true)) { + if ((Original_T0003800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[126].Value = ((int)(Original_R2837400.Value)); + this.Adapter.DeleteCommand.Parameters[126].Value = ((int)(Original_T0003800.Value)); } else { this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[126].Value = global::System.DBNull.Value; } - if ((Original_R2837500.HasValue == true)) { + if ((Original_T0003900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[128].Value = ((int)(Original_R2837500.Value)); + this.Adapter.DeleteCommand.Parameters[128].Value = ((int)(Original_T0003900.Value)); } else { this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[128].Value = global::System.DBNull.Value; } - if ((Original_R2837600.HasValue == true)) { + if ((Original_T0004000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[130].Value = ((int)(Original_R2837600.Value)); + this.Adapter.DeleteCommand.Parameters[130].Value = ((int)(Original_T0004000.Value)); } else { this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[130].Value = global::System.DBNull.Value; } - if ((Original_R2837700.HasValue == true)) { + if ((Original_T0004100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[132].Value = ((int)(Original_R2837700.Value)); + this.Adapter.DeleteCommand.Parameters[132].Value = ((int)(Original_T0004100.Value)); } else { this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[132].Value = global::System.DBNull.Value; } - if ((Original_R2837800.HasValue == true)) { + if ((Original_T0004200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[134].Value = ((int)(Original_R2837800.Value)); + this.Adapter.DeleteCommand.Parameters[134].Value = ((int)(Original_T0004200.Value)); } else { this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[134].Value = global::System.DBNull.Value; } - if ((Original_R2837900.HasValue == true)) { + if ((Original_T0004300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[136].Value = ((int)(Original_R2837900.Value)); + this.Adapter.DeleteCommand.Parameters[136].Value = ((int)(Original_T0004300.Value)); } else { this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[136].Value = global::System.DBNull.Value; } - if ((Original_R2838000.HasValue == true)) { + if ((Original_T0004400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[138].Value = ((int)(Original_R2838000.Value)); + this.Adapter.DeleteCommand.Parameters[138].Value = ((int)(Original_T0004400.Value)); } else { this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[138].Value = global::System.DBNull.Value; } - if ((Original_R2838100.HasValue == true)) { + if ((Original_T0004500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[140].Value = ((int)(Original_R2838100.Value)); + this.Adapter.DeleteCommand.Parameters[140].Value = ((int)(Original_T0004500.Value)); } else { this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[140].Value = global::System.DBNull.Value; } - if ((Original_R2838200.HasValue == true)) { + if ((Original_T2261500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[142].Value = ((int)(Original_R2838200.Value)); + this.Adapter.DeleteCommand.Parameters[142].Value = ((int)(Original_T2261500.Value)); } else { this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[142].Value = global::System.DBNull.Value; } - if ((Original_R2838300.HasValue == true)) { + if ((Original_T2261600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[144].Value = ((int)(Original_R2838300.Value)); + this.Adapter.DeleteCommand.Parameters[144].Value = ((int)(Original_T2261600.Value)); } else { this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[144].Value = global::System.DBNull.Value; } - if ((Original_R2838400.HasValue == true)) { + if ((Original_T2261700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[146].Value = ((int)(Original_R2838400.Value)); + this.Adapter.DeleteCommand.Parameters[146].Value = ((int)(Original_T2261700.Value)); } else { this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[146].Value = global::System.DBNull.Value; } - if ((Original_R2838500.HasValue == true)) { + if ((Original_T2261800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[148].Value = ((int)(Original_R2838500.Value)); + this.Adapter.DeleteCommand.Parameters[148].Value = ((int)(Original_T2261800.Value)); } else { this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[148].Value = global::System.DBNull.Value; } - if ((Original_R2838600.HasValue == true)) { + if ((Original_T2261900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[150].Value = ((int)(Original_R2838600.Value)); + this.Adapter.DeleteCommand.Parameters[150].Value = ((int)(Original_T2261900.Value)); } else { this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[150].Value = global::System.DBNull.Value; } - if ((Original_R2838700.HasValue == true)) { + if ((Original_T2262000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[152].Value = ((int)(Original_R2838700.Value)); + this.Adapter.DeleteCommand.Parameters[152].Value = ((int)(Original_T2262000.Value)); } else { this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[152].Value = global::System.DBNull.Value; } - if ((Original_R2838800.HasValue == true)) { + if ((Original_T2262100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[154].Value = ((int)(Original_R2838800.Value)); + this.Adapter.DeleteCommand.Parameters[154].Value = ((int)(Original_T2262100.Value)); } else { this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[154].Value = global::System.DBNull.Value; } - if ((Original_R2838900.HasValue == true)) { + if ((Original_T2262200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[156].Value = ((int)(Original_R2838900.Value)); + this.Adapter.DeleteCommand.Parameters[156].Value = ((int)(Original_T2262200.Value)); } else { this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[156].Value = global::System.DBNull.Value; } - if ((Original_R2839000.HasValue == true)) { + if ((Original_T2262300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[158].Value = ((int)(Original_R2839000.Value)); + this.Adapter.DeleteCommand.Parameters[158].Value = ((int)(Original_T2262300.Value)); } else { this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[158].Value = global::System.DBNull.Value; } - if ((Original_R2839100.HasValue == true)) { + if ((Original_T2262400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[160].Value = ((int)(Original_R2839100.Value)); + this.Adapter.DeleteCommand.Parameters[160].Value = ((int)(Original_T2262400.Value)); } else { this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[160].Value = global::System.DBNull.Value; } - if ((Original_R2839200.HasValue == true)) { + if ((Original_T2262500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[162].Value = ((int)(Original_R2839200.Value)); + this.Adapter.DeleteCommand.Parameters[162].Value = ((int)(Original_T2262500.Value)); } else { this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[162].Value = global::System.DBNull.Value; } - if ((Original_R2839300.HasValue == true)) { + if ((Original_T2262600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[164].Value = ((int)(Original_R2839300.Value)); + this.Adapter.DeleteCommand.Parameters[164].Value = ((int)(Original_T2262600.Value)); } else { this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[164].Value = global::System.DBNull.Value; } - if ((Original_R2839400.HasValue == true)) { + if ((Original_T2262700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[166].Value = ((int)(Original_R2839400.Value)); + this.Adapter.DeleteCommand.Parameters[166].Value = ((int)(Original_T2262700.Value)); } else { this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[166].Value = global::System.DBNull.Value; } - if ((Original_R2839500.HasValue == true)) { + if ((Original_T2262800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[168].Value = ((int)(Original_R2839500.Value)); + this.Adapter.DeleteCommand.Parameters[168].Value = ((int)(Original_T2262800.Value)); } else { this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[168].Value = global::System.DBNull.Value; } - if ((Original_R2839600.HasValue == true)) { + if ((Original_T2262900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[170].Value = ((int)(Original_R2839600.Value)); + this.Adapter.DeleteCommand.Parameters[170].Value = ((int)(Original_T2262900.Value)); } else { this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[170].Value = global::System.DBNull.Value; } - if ((Original_R2839700.HasValue == true)) { + if ((Original_T2263000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[172].Value = ((int)(Original_R2839700.Value)); + this.Adapter.DeleteCommand.Parameters[172].Value = ((int)(Original_T2263000.Value)); } else { this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[172].Value = global::System.DBNull.Value; } - if ((Original_R2839800.HasValue == true)) { + if ((Original_T2263100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[174].Value = ((int)(Original_R2839800.Value)); + this.Adapter.DeleteCommand.Parameters[174].Value = ((int)(Original_T2263100.Value)); } else { this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[174].Value = global::System.DBNull.Value; } - if ((Original_R2839900.HasValue == true)) { + if ((Original_T2263200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[176].Value = ((int)(Original_R2839900.Value)); + this.Adapter.DeleteCommand.Parameters[176].Value = ((int)(Original_T2263200.Value)); } else { this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[176].Value = global::System.DBNull.Value; } - if ((Original_R2840000.HasValue == true)) { + if ((Original_T2263300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[178].Value = ((int)(Original_R2840000.Value)); + this.Adapter.DeleteCommand.Parameters[178].Value = ((int)(Original_T2263300.Value)); } else { this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[178].Value = global::System.DBNull.Value; } - if ((Original_R2840100.HasValue == true)) { + if ((Original_T2263400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[180].Value = ((int)(Original_R2840100.Value)); + this.Adapter.DeleteCommand.Parameters[180].Value = ((int)(Original_T2263400.Value)); } else { this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[180].Value = global::System.DBNull.Value; } - if ((Original_R2840200.HasValue == true)) { + if ((Original_T2263500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[182].Value = ((int)(Original_R2840200.Value)); + this.Adapter.DeleteCommand.Parameters[182].Value = ((int)(Original_T2263500.Value)); } else { this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[182].Value = global::System.DBNull.Value; } - if ((Original_R2840300.HasValue == true)) { + if ((Original_T2263600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[184].Value = ((int)(Original_R2840300.Value)); + this.Adapter.DeleteCommand.Parameters[184].Value = ((int)(Original_T2263600.Value)); } else { this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[184].Value = global::System.DBNull.Value; } - if ((Original_R2840400.HasValue == true)) { + if ((Original_T2263700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[186].Value = ((int)(Original_R2840400.Value)); + this.Adapter.DeleteCommand.Parameters[186].Value = ((int)(Original_T2263700.Value)); } else { this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[186].Value = global::System.DBNull.Value; } - if ((Original_R2840500.HasValue == true)) { + if ((Original_T2263800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[188].Value = ((int)(Original_R2840500.Value)); + this.Adapter.DeleteCommand.Parameters[188].Value = ((int)(Original_T2263800.Value)); } else { this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[188].Value = global::System.DBNull.Value; } - if ((Original_R2840600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[190].Value = ((int)(Original_R2840600.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[190].Value = global::System.DBNull.Value; - } - if ((Original_R2840700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[192].Value = ((int)(Original_R2840700.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[192].Value = global::System.DBNull.Value; - } - if ((Original_R2840800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[194].Value = ((int)(Original_R2840800.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[194].Value = global::System.DBNull.Value; - } - if ((Original_R2840900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[196].Value = ((int)(Original_R2840900.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[196].Value = global::System.DBNull.Value; - } - if ((Original_R2841000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[198].Value = ((int)(Original_R2841000.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[198].Value = global::System.DBNull.Value; - } - if ((Original_R2841100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[200].Value = ((int)(Original_R2841100.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[200].Value = global::System.DBNull.Value; - } 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)) { @@ -101338,708 +100124,666 @@ public virtual int Delete( [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)] public virtual int Insert( - global::System.Nullable H0001600, - global::System.Nullable H0001700, - global::System.Nullable H0001800, - global::System.Nullable H0001900, - global::System.Nullable H0002000, - global::System.Nullable H0002100, - global::System.Nullable H0002200, - global::System.Nullable H0002300, - global::System.Nullable H0002400, - global::System.Nullable H0002500, - global::System.Nullable H0002600, - global::System.Nullable H0002700, - global::System.Nullable H0002800, - global::System.Nullable H0002900, - global::System.Nullable H0003000, - global::System.Nullable H0003100, - global::System.Nullable H0013600, - global::System.Nullable H0013700, - global::System.Nullable H0013800, - global::System.Nullable H0013900, - global::System.Nullable H0014000, - global::System.Nullable H0014100, - global::System.Nullable H0014200, - global::System.Nullable H0014300, - global::System.Nullable H0014400, - global::System.Nullable H0014500, - global::System.Nullable H0014700, - global::System.Nullable H0014800, - global::System.Nullable H0014900, - global::System.Nullable H0015000, - global::System.Nullable H0015100, - global::System.Nullable H0015200, - global::System.Nullable H0015300, - global::System.Nullable H0015400, - global::System.Nullable H0015500, - global::System.Nullable H0015600, - global::System.Nullable H0015700, - global::System.Nullable H0015800, - global::System.Nullable H0015803, - global::System.Nullable H0015804, int R0000100, - global::System.Nullable R0006100, - global::System.Nullable R0006500, - global::System.Nullable R0007300, - global::System.Nullable R0007700, - global::System.Nullable R0007900, + global::System.Nullable R0000149, + global::System.Nullable R0000150, + global::System.Nullable R0000151, + global::System.Nullable R0000152, + global::System.Nullable R0000153, + global::System.Nullable R0000154, + global::System.Nullable R0000155, + global::System.Nullable R0000156, + global::System.Nullable R0000157, + global::System.Nullable R0000158, + global::System.Nullable R0000159, + global::System.Nullable R0000162, + global::System.Nullable R0000163, + global::System.Nullable R0000164, + global::System.Nullable R0000165, + global::System.Nullable R0000166, global::System.Nullable R0214700, global::System.Nullable R0214800, - global::System.Nullable R2302900, - global::System.Nullable R2303100, - global::System.Nullable R2303200, - global::System.Nullable R2303300, - global::System.Nullable R2303500, - global::System.Nullable R2303600, - global::System.Nullable R2505100, - global::System.Nullable R2505300, - global::System.Nullable R2505400, - global::System.Nullable R2505500, - global::System.Nullable R2505700, - global::System.Nullable R2505800, - global::System.Nullable R2737900, - global::System.Nullable R2837200, - global::System.Nullable R2837300, - global::System.Nullable R2837400, - global::System.Nullable R2837500, - global::System.Nullable R2837600, - global::System.Nullable R2837700, - global::System.Nullable R2837800, - global::System.Nullable R2837900, - global::System.Nullable R2838000, - global::System.Nullable R2838100, - global::System.Nullable R2838200, - global::System.Nullable R2838300, - global::System.Nullable R2838400, - global::System.Nullable R2838500, - global::System.Nullable R2838600, - global::System.Nullable R2838700, - global::System.Nullable R2838800, - global::System.Nullable R2838900, - global::System.Nullable R2839000, - global::System.Nullable R2839100, - global::System.Nullable R2839200, - global::System.Nullable R2839300, - global::System.Nullable R2839400, - global::System.Nullable R2839500, - global::System.Nullable R2839600, - global::System.Nullable R2839700, - global::System.Nullable R2839800, - global::System.Nullable R2839900, - global::System.Nullable R2840000, - global::System.Nullable R2840100, - global::System.Nullable R2840200, - global::System.Nullable R2840300, - global::System.Nullable R2840400, - global::System.Nullable R2840500, - global::System.Nullable R2840600, - global::System.Nullable R2840700, - global::System.Nullable R2840800, - global::System.Nullable R2840900, - global::System.Nullable R2841000, - global::System.Nullable R2841100) { - if ((H0001600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[0].Value = ((int)(H0001600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[0].Value = global::System.DBNull.Value; - } - if ((H0001700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[1].Value = ((int)(H0001700.Value)); + global::System.Nullable R4125101, + global::System.Nullable R4125801, + global::System.Nullable R4126501, + global::System.Nullable R4127201, + global::System.Nullable R4127901, + global::System.Nullable R4128601, + global::System.Nullable R4129301, + global::System.Nullable R4130001, + global::System.Nullable R4130701, + global::System.Nullable R4131401, + global::System.Nullable R4132101, + global::System.Nullable R4132801, + global::System.Nullable R4133701, + global::System.Nullable R4521500, + global::System.Nullable R4521700, + global::System.Nullable R4521800, + global::System.Nullable R4521900, + global::System.Nullable R4522000, + global::System.Nullable R4522100, + global::System.Nullable R4522200, + global::System.Nullable R4522300, + global::System.Nullable R4522400, + global::System.Nullable R4522500, + global::System.Nullable R4522600, + global::System.Nullable R4522700, + global::System.Nullable R4522800, + global::System.Nullable T0002000, + global::System.Nullable T0002100, + global::System.Nullable T0002200, + global::System.Nullable T0002300, + global::System.Nullable T0002400, + global::System.Nullable T0002500, + global::System.Nullable T0002600, + global::System.Nullable T0002700, + global::System.Nullable T0002800, + global::System.Nullable T0002900, + global::System.Nullable T0003000, + global::System.Nullable T0003100, + global::System.Nullable T0003200, + global::System.Nullable T0003300, + global::System.Nullable T0003400, + global::System.Nullable T0003500, + global::System.Nullable T0003600, + global::System.Nullable T0003700, + global::System.Nullable T0003800, + global::System.Nullable T0003900, + global::System.Nullable T0004000, + global::System.Nullable T0004100, + global::System.Nullable T0004200, + global::System.Nullable T0004300, + global::System.Nullable T0004400, + global::System.Nullable T0004500, + global::System.Nullable T2261500, + global::System.Nullable T2261600, + global::System.Nullable T2261700, + global::System.Nullable T2261800, + global::System.Nullable T2261900, + global::System.Nullable T2262000, + global::System.Nullable T2262100, + global::System.Nullable T2262200, + global::System.Nullable T2262300, + global::System.Nullable T2262400, + global::System.Nullable T2262500, + global::System.Nullable T2262600, + global::System.Nullable T2262700, + global::System.Nullable T2262800, + global::System.Nullable T2262900, + global::System.Nullable T2263000, + global::System.Nullable T2263100, + global::System.Nullable T2263200, + global::System.Nullable T2263300, + global::System.Nullable T2263400, + global::System.Nullable T2263500, + global::System.Nullable T2263600, + global::System.Nullable T2263700, + global::System.Nullable T2263800) { + this.Adapter.InsertCommand.Parameters[0].Value = ((int)(R0000100)); + if ((R0000149.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[1].Value = ((int)(R0000149.Value)); } else { this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; } - if ((H0001800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[2].Value = ((int)(H0001800.Value)); + if ((R0000150.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[2].Value = ((int)(R0000150.Value)); } else { this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((H0001900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[3].Value = ((int)(H0001900.Value)); + if ((R0000151.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[3].Value = ((int)(R0000151.Value)); } else { this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; } - if ((H0002000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[4].Value = ((int)(H0002000.Value)); + if ((R0000152.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[4].Value = ((int)(R0000152.Value)); } else { this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((H0002100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[5].Value = ((int)(H0002100.Value)); + if ((R0000153.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[5].Value = ((int)(R0000153.Value)); } else { this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((H0002200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[6].Value = ((int)(H0002200.Value)); + if ((R0000154.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[6].Value = ((int)(R0000154.Value)); } else { this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((H0002300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[7].Value = ((int)(H0002300.Value)); + if ((R0000155.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[7].Value = ((int)(R0000155.Value)); } else { this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; } - if ((H0002400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[8].Value = ((int)(H0002400.Value)); + if ((R0000156.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[8].Value = ((int)(R0000156.Value)); } else { this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((H0002500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[9].Value = ((int)(H0002500.Value)); + if ((R0000157.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[9].Value = ((int)(R0000157.Value)); } else { this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; } - if ((H0002600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[10].Value = ((int)(H0002600.Value)); + if ((R0000158.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[10].Value = ((int)(R0000158.Value)); } else { this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((H0002700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[11].Value = ((int)(H0002700.Value)); + if ((R0000159.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[11].Value = ((int)(R0000159.Value)); } else { this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; } - if ((H0002800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[12].Value = ((int)(H0002800.Value)); + if ((R0000162.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[12].Value = ((int)(R0000162.Value)); } else { this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((H0002900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[13].Value = ((int)(H0002900.Value)); + if ((R0000163.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[13].Value = ((int)(R0000163.Value)); } else { this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; } - if ((H0003000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[14].Value = ((int)(H0003000.Value)); + if ((R0000164.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[14].Value = ((int)(R0000164.Value)); } else { this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((H0003100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[15].Value = ((int)(H0003100.Value)); + if ((R0000165.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[15].Value = ((int)(R0000165.Value)); } else { this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; } - if ((H0013600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[16].Value = ((int)(H0013600.Value)); + if ((R0000166.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[16].Value = ((int)(R0000166.Value)); } else { this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((H0013700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[17].Value = ((int)(H0013700.Value)); + if ((R0214700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[17].Value = ((int)(R0214700.Value)); } else { this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; } - if ((H0013800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[18].Value = ((int)(H0013800.Value)); + if ((R0214800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[18].Value = ((int)(R0214800.Value)); } else { this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((H0013900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[19].Value = ((int)(H0013900.Value)); + if ((R4125101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[19].Value = ((int)(R4125101.Value)); } else { this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; } - if ((H0014000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[20].Value = ((int)(H0014000.Value)); + if ((R4125801.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[20].Value = ((int)(R4125801.Value)); } else { this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; } - if ((H0014100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[21].Value = ((int)(H0014100.Value)); + if ((R4126501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[21].Value = ((int)(R4126501.Value)); } else { this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; } - if ((H0014200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[22].Value = ((int)(H0014200.Value)); + if ((R4127201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[22].Value = ((int)(R4127201.Value)); } else { this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((H0014300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[23].Value = ((int)(H0014300.Value)); + if ((R4127901.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[23].Value = ((int)(R4127901.Value)); } else { this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; } - if ((H0014400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[24].Value = ((int)(H0014400.Value)); + if ((R4128601.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[24].Value = ((int)(R4128601.Value)); } else { this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; } - if ((H0014500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[25].Value = ((int)(H0014500.Value)); + if ((R4129301.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[25].Value = ((int)(R4129301.Value)); } else { this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; } - if ((H0014700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[26].Value = ((int)(H0014700.Value)); + if ((R4130001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[26].Value = ((int)(R4130001.Value)); } else { this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; } - if ((H0014800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[27].Value = ((int)(H0014800.Value)); + if ((R4130701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[27].Value = ((int)(R4130701.Value)); } else { this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; } - if ((H0014900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[28].Value = ((int)(H0014900.Value)); + if ((R4131401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[28].Value = ((int)(R4131401.Value)); } else { this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; } - if ((H0015000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[29].Value = ((int)(H0015000.Value)); + if ((R4132101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[29].Value = ((int)(R4132101.Value)); } else { this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; } - if ((H0015100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[30].Value = ((int)(H0015100.Value)); + if ((R4132801.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[30].Value = ((int)(R4132801.Value)); } else { this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; } - if ((H0015200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[31].Value = ((int)(H0015200.Value)); + if ((R4133701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[31].Value = ((int)(R4133701.Value)); } else { this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; } - if ((H0015300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[32].Value = ((int)(H0015300.Value)); + if ((R4521500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[32].Value = ((int)(R4521500.Value)); } else { this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; } - if ((H0015400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[33].Value = ((int)(H0015400.Value)); + if ((R4521700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[33].Value = ((int)(R4521700.Value)); } else { this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; } - if ((H0015500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[34].Value = ((int)(H0015500.Value)); + if ((R4521800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[34].Value = ((int)(R4521800.Value)); } else { this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; } - if ((H0015600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[35].Value = ((int)(H0015600.Value)); + if ((R4521900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[35].Value = ((int)(R4521900.Value)); } else { this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; } - if ((H0015700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[36].Value = ((int)(H0015700.Value)); + if ((R4522000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[36].Value = ((int)(R4522000.Value)); } else { this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; } - if ((H0015800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[37].Value = ((int)(H0015800.Value)); + if ((R4522100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[37].Value = ((int)(R4522100.Value)); } else { this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; } - if ((H0015803.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[38].Value = ((int)(H0015803.Value)); + if ((R4522200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[38].Value = ((int)(R4522200.Value)); } else { this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; } - if ((H0015804.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[39].Value = ((int)(H0015804.Value)); + if ((R4522300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[39].Value = ((int)(R4522300.Value)); } else { this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; } - this.Adapter.InsertCommand.Parameters[40].Value = ((int)(R0000100)); - if ((R0006100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[41].Value = ((int)(R0006100.Value)); + if ((R4522400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[40].Value = ((int)(R4522400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; + } + if ((R4522500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[41].Value = ((int)(R4522500.Value)); } else { this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; } - if ((R0006500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[42].Value = ((int)(R0006500.Value)); + if ((R4522600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[42].Value = ((int)(R4522600.Value)); } else { this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; } - if ((R0007300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[43].Value = ((int)(R0007300.Value)); + if ((R4522700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[43].Value = ((int)(R4522700.Value)); } else { this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; } - if ((R0007700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[44].Value = ((int)(R0007700.Value)); + if ((R4522800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[44].Value = ((int)(R4522800.Value)); } else { this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; } - if ((R0007900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[45].Value = ((int)(R0007900.Value)); + if ((T0002000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[45].Value = ((int)(T0002000.Value)); } else { this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; } - if ((R0214700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[46].Value = ((int)(R0214700.Value)); + if ((T0002100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[46].Value = ((int)(T0002100.Value)); } else { this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; } - if ((R0214800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[47].Value = ((int)(R0214800.Value)); + if ((T0002200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[47].Value = ((int)(T0002200.Value)); } else { this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; } - if ((R2302900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[48].Value = ((int)(R2302900.Value)); + if ((T0002300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[48].Value = ((int)(T0002300.Value)); } else { this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value; } - if ((R2303100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[49].Value = ((int)(R2303100.Value)); + if ((T0002400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[49].Value = ((int)(T0002400.Value)); } else { this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value; } - if ((R2303200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[50].Value = ((int)(R2303200.Value)); + if ((T0002500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[50].Value = ((int)(T0002500.Value)); } else { this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value; } - if ((R2303300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[51].Value = ((int)(R2303300.Value)); + if ((T0002600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[51].Value = ((int)(T0002600.Value)); } else { this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value; } - if ((R2303500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[52].Value = ((int)(R2303500.Value)); + if ((T0002700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[52].Value = ((int)(T0002700.Value)); } else { this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value; } - if ((R2303600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[53].Value = ((int)(R2303600.Value)); + if ((T0002800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[53].Value = ((int)(T0002800.Value)); } else { this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value; } - if ((R2505100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[54].Value = ((int)(R2505100.Value)); + if ((T0002900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[54].Value = ((int)(T0002900.Value)); } else { this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value; } - if ((R2505300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[55].Value = ((int)(R2505300.Value)); + if ((T0003000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[55].Value = ((int)(T0003000.Value)); } else { this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value; } - if ((R2505400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[56].Value = ((int)(R2505400.Value)); + if ((T0003100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[56].Value = ((int)(T0003100.Value)); } else { this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value; } - if ((R2505500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[57].Value = ((int)(R2505500.Value)); + if ((T0003200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[57].Value = ((int)(T0003200.Value)); } else { this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value; } - if ((R2505700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[58].Value = ((int)(R2505700.Value)); + if ((T0003300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[58].Value = ((int)(T0003300.Value)); } else { this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value; } - if ((R2505800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[59].Value = ((int)(R2505800.Value)); + if ((T0003400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[59].Value = ((int)(T0003400.Value)); } else { this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value; } - if ((R2737900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[60].Value = ((int)(R2737900.Value)); + if ((T0003500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[60].Value = ((int)(T0003500.Value)); } else { this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value; } - if ((R2837200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[61].Value = ((int)(R2837200.Value)); + if ((T0003600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[61].Value = ((int)(T0003600.Value)); } else { this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value; } - if ((R2837300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[62].Value = ((int)(R2837300.Value)); + if ((T0003700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[62].Value = ((int)(T0003700.Value)); } else { this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value; } - if ((R2837400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[63].Value = ((int)(R2837400.Value)); + if ((T0003800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[63].Value = ((int)(T0003800.Value)); } else { this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value; } - if ((R2837500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[64].Value = ((int)(R2837500.Value)); + if ((T0003900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[64].Value = ((int)(T0003900.Value)); } else { this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value; } - if ((R2837600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[65].Value = ((int)(R2837600.Value)); + if ((T0004000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[65].Value = ((int)(T0004000.Value)); } else { this.Adapter.InsertCommand.Parameters[65].Value = global::System.DBNull.Value; } - if ((R2837700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[66].Value = ((int)(R2837700.Value)); + if ((T0004100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[66].Value = ((int)(T0004100.Value)); } else { this.Adapter.InsertCommand.Parameters[66].Value = global::System.DBNull.Value; } - if ((R2837800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[67].Value = ((int)(R2837800.Value)); + if ((T0004200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[67].Value = ((int)(T0004200.Value)); } else { this.Adapter.InsertCommand.Parameters[67].Value = global::System.DBNull.Value; } - if ((R2837900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[68].Value = ((int)(R2837900.Value)); + if ((T0004300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[68].Value = ((int)(T0004300.Value)); } else { this.Adapter.InsertCommand.Parameters[68].Value = global::System.DBNull.Value; } - if ((R2838000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[69].Value = ((int)(R2838000.Value)); + if ((T0004400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[69].Value = ((int)(T0004400.Value)); } else { this.Adapter.InsertCommand.Parameters[69].Value = global::System.DBNull.Value; } - if ((R2838100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[70].Value = ((int)(R2838100.Value)); + if ((T0004500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[70].Value = ((int)(T0004500.Value)); } else { this.Adapter.InsertCommand.Parameters[70].Value = global::System.DBNull.Value; } - if ((R2838200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[71].Value = ((int)(R2838200.Value)); + if ((T2261500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[71].Value = ((int)(T2261500.Value)); } else { this.Adapter.InsertCommand.Parameters[71].Value = global::System.DBNull.Value; } - if ((R2838300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[72].Value = ((int)(R2838300.Value)); + if ((T2261600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[72].Value = ((int)(T2261600.Value)); } else { this.Adapter.InsertCommand.Parameters[72].Value = global::System.DBNull.Value; } - if ((R2838400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[73].Value = ((int)(R2838400.Value)); + if ((T2261700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[73].Value = ((int)(T2261700.Value)); } else { this.Adapter.InsertCommand.Parameters[73].Value = global::System.DBNull.Value; } - if ((R2838500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[74].Value = ((int)(R2838500.Value)); + if ((T2261800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[74].Value = ((int)(T2261800.Value)); } else { this.Adapter.InsertCommand.Parameters[74].Value = global::System.DBNull.Value; } - if ((R2838600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[75].Value = ((int)(R2838600.Value)); + if ((T2261900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[75].Value = ((int)(T2261900.Value)); } else { this.Adapter.InsertCommand.Parameters[75].Value = global::System.DBNull.Value; } - if ((R2838700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[76].Value = ((int)(R2838700.Value)); + if ((T2262000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[76].Value = ((int)(T2262000.Value)); } else { this.Adapter.InsertCommand.Parameters[76].Value = global::System.DBNull.Value; } - if ((R2838800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[77].Value = ((int)(R2838800.Value)); + if ((T2262100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[77].Value = ((int)(T2262100.Value)); } else { this.Adapter.InsertCommand.Parameters[77].Value = global::System.DBNull.Value; } - if ((R2838900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[78].Value = ((int)(R2838900.Value)); + if ((T2262200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[78].Value = ((int)(T2262200.Value)); } else { this.Adapter.InsertCommand.Parameters[78].Value = global::System.DBNull.Value; } - if ((R2839000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[79].Value = ((int)(R2839000.Value)); + if ((T2262300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[79].Value = ((int)(T2262300.Value)); } else { this.Adapter.InsertCommand.Parameters[79].Value = global::System.DBNull.Value; } - if ((R2839100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[80].Value = ((int)(R2839100.Value)); + if ((T2262400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[80].Value = ((int)(T2262400.Value)); } else { this.Adapter.InsertCommand.Parameters[80].Value = global::System.DBNull.Value; } - if ((R2839200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[81].Value = ((int)(R2839200.Value)); + if ((T2262500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[81].Value = ((int)(T2262500.Value)); } else { this.Adapter.InsertCommand.Parameters[81].Value = global::System.DBNull.Value; } - if ((R2839300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[82].Value = ((int)(R2839300.Value)); + if ((T2262600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[82].Value = ((int)(T2262600.Value)); } else { this.Adapter.InsertCommand.Parameters[82].Value = global::System.DBNull.Value; } - if ((R2839400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[83].Value = ((int)(R2839400.Value)); + if ((T2262700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[83].Value = ((int)(T2262700.Value)); } else { this.Adapter.InsertCommand.Parameters[83].Value = global::System.DBNull.Value; } - if ((R2839500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[84].Value = ((int)(R2839500.Value)); + if ((T2262800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[84].Value = ((int)(T2262800.Value)); } else { this.Adapter.InsertCommand.Parameters[84].Value = global::System.DBNull.Value; } - if ((R2839600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[85].Value = ((int)(R2839600.Value)); + if ((T2262900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[85].Value = ((int)(T2262900.Value)); } else { this.Adapter.InsertCommand.Parameters[85].Value = global::System.DBNull.Value; } - if ((R2839700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[86].Value = ((int)(R2839700.Value)); + if ((T2263000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[86].Value = ((int)(T2263000.Value)); } else { this.Adapter.InsertCommand.Parameters[86].Value = global::System.DBNull.Value; } - if ((R2839800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[87].Value = ((int)(R2839800.Value)); + if ((T2263100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[87].Value = ((int)(T2263100.Value)); } else { this.Adapter.InsertCommand.Parameters[87].Value = global::System.DBNull.Value; } - if ((R2839900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[88].Value = ((int)(R2839900.Value)); + if ((T2263200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[88].Value = ((int)(T2263200.Value)); } else { this.Adapter.InsertCommand.Parameters[88].Value = global::System.DBNull.Value; } - if ((R2840000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[89].Value = ((int)(R2840000.Value)); + if ((T2263300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[89].Value = ((int)(T2263300.Value)); } else { this.Adapter.InsertCommand.Parameters[89].Value = global::System.DBNull.Value; } - if ((R2840100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[90].Value = ((int)(R2840100.Value)); + if ((T2263400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[90].Value = ((int)(T2263400.Value)); } else { this.Adapter.InsertCommand.Parameters[90].Value = global::System.DBNull.Value; } - if ((R2840200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[91].Value = ((int)(R2840200.Value)); + if ((T2263500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[91].Value = ((int)(T2263500.Value)); } else { this.Adapter.InsertCommand.Parameters[91].Value = global::System.DBNull.Value; } - if ((R2840300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[92].Value = ((int)(R2840300.Value)); + if ((T2263600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[92].Value = ((int)(T2263600.Value)); } else { this.Adapter.InsertCommand.Parameters[92].Value = global::System.DBNull.Value; } - if ((R2840400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[93].Value = ((int)(R2840400.Value)); + if ((T2263700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[93].Value = ((int)(T2263700.Value)); } else { this.Adapter.InsertCommand.Parameters[93].Value = global::System.DBNull.Value; } - if ((R2840500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[94].Value = ((int)(R2840500.Value)); + if ((T2263800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[94].Value = ((int)(T2263800.Value)); } else { this.Adapter.InsertCommand.Parameters[94].Value = global::System.DBNull.Value; } - if ((R2840600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[95].Value = ((int)(R2840600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[95].Value = global::System.DBNull.Value; - } - if ((R2840700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[96].Value = ((int)(R2840700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[96].Value = global::System.DBNull.Value; - } - if ((R2840800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[97].Value = ((int)(R2840800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[97].Value = global::System.DBNull.Value; - } - if ((R2840900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[98].Value = ((int)(R2840900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[98].Value = global::System.DBNull.Value; - } - if ((R2841000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[99].Value = ((int)(R2841000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[99].Value = global::System.DBNull.Value; - } - if ((R2841100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[100].Value = ((int)(R2841100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[100].Value = global::System.DBNull.Value; - } 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)) { @@ -102061,1610 +100805,1514 @@ public virtual int Insert( [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] public virtual int Update( - global::System.Nullable H0001600, - global::System.Nullable H0001700, - global::System.Nullable H0001800, - global::System.Nullable H0001900, - global::System.Nullable H0002000, - global::System.Nullable H0002100, - global::System.Nullable H0002200, - global::System.Nullable H0002300, - global::System.Nullable H0002400, - global::System.Nullable H0002500, - global::System.Nullable H0002600, - global::System.Nullable H0002700, - global::System.Nullable H0002800, - global::System.Nullable H0002900, - global::System.Nullable H0003000, - global::System.Nullable H0003100, - global::System.Nullable H0013600, - global::System.Nullable H0013700, - global::System.Nullable H0013800, - global::System.Nullable H0013900, - global::System.Nullable H0014000, - global::System.Nullable H0014100, - global::System.Nullable H0014200, - global::System.Nullable H0014300, - global::System.Nullable H0014400, - global::System.Nullable H0014500, - global::System.Nullable H0014700, - global::System.Nullable H0014800, - global::System.Nullable H0014900, - global::System.Nullable H0015000, - global::System.Nullable H0015100, - global::System.Nullable H0015200, - global::System.Nullable H0015300, - global::System.Nullable H0015400, - global::System.Nullable H0015500, - global::System.Nullable H0015600, - global::System.Nullable H0015700, - global::System.Nullable H0015800, - global::System.Nullable H0015803, - global::System.Nullable H0015804, int R0000100, - global::System.Nullable R0006100, - global::System.Nullable R0006500, - global::System.Nullable R0007300, - global::System.Nullable R0007700, - global::System.Nullable R0007900, + global::System.Nullable R0000149, + global::System.Nullable R0000150, + global::System.Nullable R0000151, + global::System.Nullable R0000152, + global::System.Nullable R0000153, + global::System.Nullable R0000154, + global::System.Nullable R0000155, + global::System.Nullable R0000156, + global::System.Nullable R0000157, + global::System.Nullable R0000158, + global::System.Nullable R0000159, + global::System.Nullable R0000162, + global::System.Nullable R0000163, + global::System.Nullable R0000164, + global::System.Nullable R0000165, + global::System.Nullable R0000166, global::System.Nullable R0214700, global::System.Nullable R0214800, - global::System.Nullable R2302900, - global::System.Nullable R2303100, - global::System.Nullable R2303200, - global::System.Nullable R2303300, - global::System.Nullable R2303500, - global::System.Nullable R2303600, - global::System.Nullable R2505100, - global::System.Nullable R2505300, - global::System.Nullable R2505400, - global::System.Nullable R2505500, - global::System.Nullable R2505700, - global::System.Nullable R2505800, - global::System.Nullable R2737900, - global::System.Nullable R2837200, - global::System.Nullable R2837300, - global::System.Nullable R2837400, - global::System.Nullable R2837500, - global::System.Nullable R2837600, - global::System.Nullable R2837700, - global::System.Nullable R2837800, - global::System.Nullable R2837900, - global::System.Nullable R2838000, - global::System.Nullable R2838100, - global::System.Nullable R2838200, - global::System.Nullable R2838300, - global::System.Nullable R2838400, - global::System.Nullable R2838500, - global::System.Nullable R2838600, - global::System.Nullable R2838700, - global::System.Nullable R2838800, - global::System.Nullable R2838900, - global::System.Nullable R2839000, - global::System.Nullable R2839100, - global::System.Nullable R2839200, - global::System.Nullable R2839300, - global::System.Nullable R2839400, - global::System.Nullable R2839500, - global::System.Nullable R2839600, - global::System.Nullable R2839700, - global::System.Nullable R2839800, - global::System.Nullable R2839900, - global::System.Nullable R2840000, - global::System.Nullable R2840100, - global::System.Nullable R2840200, - global::System.Nullable R2840300, - global::System.Nullable R2840400, - global::System.Nullable R2840500, - global::System.Nullable R2840600, - global::System.Nullable R2840700, - global::System.Nullable R2840800, - global::System.Nullable R2840900, - global::System.Nullable R2841000, - global::System.Nullable R2841100, - global::System.Nullable Original_H0001600, - global::System.Nullable Original_H0001700, - global::System.Nullable Original_H0001800, - global::System.Nullable Original_H0001900, - global::System.Nullable Original_H0002000, - global::System.Nullable Original_H0002100, - global::System.Nullable Original_H0002200, - global::System.Nullable Original_H0002300, - global::System.Nullable Original_H0002400, - global::System.Nullable Original_H0002500, - global::System.Nullable Original_H0002600, - global::System.Nullable Original_H0002700, - global::System.Nullable Original_H0002800, - global::System.Nullable Original_H0002900, - global::System.Nullable Original_H0003000, - global::System.Nullable Original_H0003100, - global::System.Nullable Original_H0013600, - global::System.Nullable Original_H0013700, - global::System.Nullable Original_H0013800, - global::System.Nullable Original_H0013900, - global::System.Nullable Original_H0014000, - global::System.Nullable Original_H0014100, - global::System.Nullable Original_H0014200, - global::System.Nullable Original_H0014300, - global::System.Nullable Original_H0014400, - global::System.Nullable Original_H0014500, - global::System.Nullable Original_H0014700, - global::System.Nullable Original_H0014800, - global::System.Nullable Original_H0014900, - global::System.Nullable Original_H0015000, - global::System.Nullable Original_H0015100, - global::System.Nullable Original_H0015200, - global::System.Nullable Original_H0015300, - global::System.Nullable Original_H0015400, - global::System.Nullable Original_H0015500, - global::System.Nullable Original_H0015600, - global::System.Nullable Original_H0015700, - global::System.Nullable Original_H0015800, - global::System.Nullable Original_H0015803, - global::System.Nullable Original_H0015804, + global::System.Nullable R4125101, + global::System.Nullable R4125801, + global::System.Nullable R4126501, + global::System.Nullable R4127201, + global::System.Nullable R4127901, + global::System.Nullable R4128601, + global::System.Nullable R4129301, + global::System.Nullable R4130001, + global::System.Nullable R4130701, + global::System.Nullable R4131401, + global::System.Nullable R4132101, + global::System.Nullable R4132801, + global::System.Nullable R4133701, + global::System.Nullable R4521500, + global::System.Nullable R4521700, + global::System.Nullable R4521800, + global::System.Nullable R4521900, + global::System.Nullable R4522000, + global::System.Nullable R4522100, + global::System.Nullable R4522200, + global::System.Nullable R4522300, + global::System.Nullable R4522400, + global::System.Nullable R4522500, + global::System.Nullable R4522600, + global::System.Nullable R4522700, + global::System.Nullable R4522800, + global::System.Nullable T0002000, + global::System.Nullable T0002100, + global::System.Nullable T0002200, + global::System.Nullable T0002300, + global::System.Nullable T0002400, + global::System.Nullable T0002500, + global::System.Nullable T0002600, + global::System.Nullable T0002700, + global::System.Nullable T0002800, + global::System.Nullable T0002900, + global::System.Nullable T0003000, + global::System.Nullable T0003100, + global::System.Nullable T0003200, + global::System.Nullable T0003300, + global::System.Nullable T0003400, + global::System.Nullable T0003500, + global::System.Nullable T0003600, + global::System.Nullable T0003700, + global::System.Nullable T0003800, + global::System.Nullable T0003900, + global::System.Nullable T0004000, + global::System.Nullable T0004100, + global::System.Nullable T0004200, + global::System.Nullable T0004300, + global::System.Nullable T0004400, + global::System.Nullable T0004500, + global::System.Nullable T2261500, + global::System.Nullable T2261600, + global::System.Nullable T2261700, + global::System.Nullable T2261800, + global::System.Nullable T2261900, + global::System.Nullable T2262000, + global::System.Nullable T2262100, + global::System.Nullable T2262200, + global::System.Nullable T2262300, + global::System.Nullable T2262400, + global::System.Nullable T2262500, + global::System.Nullable T2262600, + global::System.Nullable T2262700, + global::System.Nullable T2262800, + global::System.Nullable T2262900, + global::System.Nullable T2263000, + global::System.Nullable T2263100, + global::System.Nullable T2263200, + global::System.Nullable T2263300, + global::System.Nullable T2263400, + global::System.Nullable T2263500, + global::System.Nullable T2263600, + global::System.Nullable T2263700, + global::System.Nullable T2263800, int Original_R0000100, - global::System.Nullable Original_R0006100, - global::System.Nullable Original_R0006500, - global::System.Nullable Original_R0007300, - global::System.Nullable Original_R0007700, - global::System.Nullable Original_R0007900, + global::System.Nullable Original_R0000149, + global::System.Nullable Original_R0000150, + global::System.Nullable Original_R0000151, + global::System.Nullable Original_R0000152, + global::System.Nullable Original_R0000153, + global::System.Nullable Original_R0000154, + global::System.Nullable Original_R0000155, + global::System.Nullable Original_R0000156, + global::System.Nullable Original_R0000157, + global::System.Nullable Original_R0000158, + global::System.Nullable Original_R0000159, + global::System.Nullable Original_R0000162, + global::System.Nullable Original_R0000163, + global::System.Nullable Original_R0000164, + global::System.Nullable Original_R0000165, + global::System.Nullable Original_R0000166, global::System.Nullable Original_R0214700, global::System.Nullable Original_R0214800, - global::System.Nullable Original_R2302900, - global::System.Nullable Original_R2303100, - global::System.Nullable Original_R2303200, - global::System.Nullable Original_R2303300, - global::System.Nullable Original_R2303500, - global::System.Nullable Original_R2303600, - global::System.Nullable Original_R2505100, - global::System.Nullable Original_R2505300, - global::System.Nullable Original_R2505400, - global::System.Nullable Original_R2505500, - global::System.Nullable Original_R2505700, - global::System.Nullable Original_R2505800, - global::System.Nullable Original_R2737900, - global::System.Nullable Original_R2837200, - global::System.Nullable Original_R2837300, - global::System.Nullable Original_R2837400, - global::System.Nullable Original_R2837500, - global::System.Nullable Original_R2837600, - global::System.Nullable Original_R2837700, - global::System.Nullable Original_R2837800, - global::System.Nullable Original_R2837900, - global::System.Nullable Original_R2838000, - global::System.Nullable Original_R2838100, - global::System.Nullable Original_R2838200, - global::System.Nullable Original_R2838300, - global::System.Nullable Original_R2838400, - global::System.Nullable Original_R2838500, - global::System.Nullable Original_R2838600, - global::System.Nullable Original_R2838700, - global::System.Nullable Original_R2838800, - global::System.Nullable Original_R2838900, - global::System.Nullable Original_R2839000, - global::System.Nullable Original_R2839100, - global::System.Nullable Original_R2839200, - global::System.Nullable Original_R2839300, - global::System.Nullable Original_R2839400, - global::System.Nullable Original_R2839500, - global::System.Nullable Original_R2839600, - global::System.Nullable Original_R2839700, - global::System.Nullable Original_R2839800, - global::System.Nullable Original_R2839900, - global::System.Nullable Original_R2840000, - global::System.Nullable Original_R2840100, - global::System.Nullable Original_R2840200, - global::System.Nullable Original_R2840300, - global::System.Nullable Original_R2840400, - global::System.Nullable Original_R2840500, - global::System.Nullable Original_R2840600, - global::System.Nullable Original_R2840700, - global::System.Nullable Original_R2840800, - global::System.Nullable Original_R2840900, - global::System.Nullable Original_R2841000, - global::System.Nullable Original_R2841100) { - if ((H0001600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(H0001600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value; - } - if ((H0001700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(H0001700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; - } - if ((H0001800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(H0001800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; - } - if ((H0001900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(H0001900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; - } - if ((H0002000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(H0002000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; - } - if ((H0002100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(H0002100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; - } - if ((H0002200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(H0002200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; - } - if ((H0002300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(H0002300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; - } - if ((H0002400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(H0002400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; - } - if ((H0002500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(H0002500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; - } - if ((H0002600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(H0002600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; - } - if ((H0002700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(H0002700.Value)); + global::System.Nullable Original_R4125101, + global::System.Nullable Original_R4125801, + global::System.Nullable Original_R4126501, + global::System.Nullable Original_R4127201, + global::System.Nullable Original_R4127901, + global::System.Nullable Original_R4128601, + global::System.Nullable Original_R4129301, + global::System.Nullable Original_R4130001, + global::System.Nullable Original_R4130701, + global::System.Nullable Original_R4131401, + global::System.Nullable Original_R4132101, + global::System.Nullable Original_R4132801, + global::System.Nullable Original_R4133701, + global::System.Nullable Original_R4521500, + global::System.Nullable Original_R4521700, + global::System.Nullable Original_R4521800, + global::System.Nullable Original_R4521900, + global::System.Nullable Original_R4522000, + global::System.Nullable Original_R4522100, + global::System.Nullable Original_R4522200, + global::System.Nullable Original_R4522300, + global::System.Nullable Original_R4522400, + global::System.Nullable Original_R4522500, + global::System.Nullable Original_R4522600, + global::System.Nullable Original_R4522700, + global::System.Nullable Original_R4522800, + global::System.Nullable Original_T0002000, + global::System.Nullable Original_T0002100, + global::System.Nullable Original_T0002200, + global::System.Nullable Original_T0002300, + global::System.Nullable Original_T0002400, + global::System.Nullable Original_T0002500, + global::System.Nullable Original_T0002600, + global::System.Nullable Original_T0002700, + global::System.Nullable Original_T0002800, + global::System.Nullable Original_T0002900, + global::System.Nullable Original_T0003000, + global::System.Nullable Original_T0003100, + global::System.Nullable Original_T0003200, + global::System.Nullable Original_T0003300, + global::System.Nullable Original_T0003400, + global::System.Nullable Original_T0003500, + global::System.Nullable Original_T0003600, + global::System.Nullable Original_T0003700, + global::System.Nullable Original_T0003800, + global::System.Nullable Original_T0003900, + global::System.Nullable Original_T0004000, + global::System.Nullable Original_T0004100, + global::System.Nullable Original_T0004200, + global::System.Nullable Original_T0004300, + global::System.Nullable Original_T0004400, + global::System.Nullable Original_T0004500, + global::System.Nullable Original_T2261500, + global::System.Nullable Original_T2261600, + global::System.Nullable Original_T2261700, + global::System.Nullable Original_T2261800, + global::System.Nullable Original_T2261900, + global::System.Nullable Original_T2262000, + global::System.Nullable Original_T2262100, + global::System.Nullable Original_T2262200, + global::System.Nullable Original_T2262300, + global::System.Nullable Original_T2262400, + global::System.Nullable Original_T2262500, + global::System.Nullable Original_T2262600, + global::System.Nullable Original_T2262700, + global::System.Nullable Original_T2262800, + global::System.Nullable Original_T2262900, + global::System.Nullable Original_T2263000, + global::System.Nullable Original_T2263100, + global::System.Nullable Original_T2263200, + global::System.Nullable Original_T2263300, + global::System.Nullable Original_T2263400, + global::System.Nullable Original_T2263500, + global::System.Nullable Original_T2263600, + global::System.Nullable Original_T2263700, + global::System.Nullable Original_T2263800) { + this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(R0000100)); + if ((R0000149.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(R0000149.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; + } + if ((R0000150.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(R0000150.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; + } + if ((R0000151.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(R0000151.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; + } + if ((R0000152.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(R0000152.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; + } + if ((R0000153.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(R0000153.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; + } + if ((R0000154.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(R0000154.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; + } + if ((R0000155.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(R0000155.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; + } + if ((R0000156.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(R0000156.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; + } + if ((R0000157.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(R0000157.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; + } + if ((R0000158.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(R0000158.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; + } + if ((R0000159.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(R0000159.Value)); } else { this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; } - if ((H0002800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(H0002800.Value)); + if ((R0000162.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(R0000162.Value)); } else { this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((H0002900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(H0002900.Value)); + if ((R0000163.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(R0000163.Value)); } else { this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; } - if ((H0003000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(H0003000.Value)); + if ((R0000164.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(R0000164.Value)); } else { this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((H0003100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(H0003100.Value)); + if ((R0000165.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(R0000165.Value)); } else { this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; } - if ((H0013600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(H0013600.Value)); + if ((R0000166.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(R0000166.Value)); } else { this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((H0013700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(H0013700.Value)); + if ((R0214700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(R0214700.Value)); } else { this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; } - if ((H0013800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(H0013800.Value)); + if ((R0214800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(R0214800.Value)); } else { this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((H0013900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(H0013900.Value)); + if ((R4125101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(R4125101.Value)); } else { this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; } - if ((H0014000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(H0014000.Value)); + if ((R4125801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(R4125801.Value)); } else { this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; } - if ((H0014100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(H0014100.Value)); + if ((R4126501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(R4126501.Value)); } else { this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; } - if ((H0014200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[22].Value = ((int)(H0014200.Value)); + if ((R4127201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[22].Value = ((int)(R4127201.Value)); } else { this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((H0014300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(H0014300.Value)); + if ((R4127901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(R4127901.Value)); } else { this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; } - if ((H0014400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[24].Value = ((int)(H0014400.Value)); + if ((R4128601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[24].Value = ((int)(R4128601.Value)); } else { this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; } - if ((H0014500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(H0014500.Value)); + if ((R4129301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(R4129301.Value)); } else { this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; } - if ((H0014700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[26].Value = ((int)(H0014700.Value)); + if ((R4130001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[26].Value = ((int)(R4130001.Value)); } else { this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; } - if ((H0014800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(H0014800.Value)); + if ((R4130701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(R4130701.Value)); } else { this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; } - if ((H0014900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[28].Value = ((int)(H0014900.Value)); + if ((R4131401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[28].Value = ((int)(R4131401.Value)); } else { this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; } - if ((H0015000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(H0015000.Value)); + if ((R4132101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(R4132101.Value)); } else { this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; } - if ((H0015100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(H0015100.Value)); + if ((R4132801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(R4132801.Value)); } else { this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; } - if ((H0015200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(H0015200.Value)); + if ((R4133701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(R4133701.Value)); } else { this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; } - if ((H0015300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[32].Value = ((int)(H0015300.Value)); + if ((R4521500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[32].Value = ((int)(R4521500.Value)); } else { this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; } - if ((H0015400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(H0015400.Value)); + if ((R4521700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(R4521700.Value)); } else { this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; } - if ((H0015500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[34].Value = ((int)(H0015500.Value)); + if ((R4521800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[34].Value = ((int)(R4521800.Value)); } else { this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; } - if ((H0015600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(H0015600.Value)); + if ((R4521900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(R4521900.Value)); } else { this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; } - if ((H0015700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[36].Value = ((int)(H0015700.Value)); + if ((R4522000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[36].Value = ((int)(R4522000.Value)); } else { this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; } - if ((H0015800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(H0015800.Value)); + if ((R4522100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(R4522100.Value)); } else { this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; } - if ((H0015803.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[38].Value = ((int)(H0015803.Value)); + if ((R4522200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[38].Value = ((int)(R4522200.Value)); } else { this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; } - if ((H0015804.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[39].Value = ((int)(H0015804.Value)); + if ((R4522300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[39].Value = ((int)(R4522300.Value)); } else { this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; } - this.Adapter.UpdateCommand.Parameters[40].Value = ((int)(R0000100)); - if ((R0006100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[41].Value = ((int)(R0006100.Value)); + if ((R4522400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[40].Value = ((int)(R4522400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; + } + if ((R4522500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[41].Value = ((int)(R4522500.Value)); } else { this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; } - if ((R0006500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[42].Value = ((int)(R0006500.Value)); + if ((R4522600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[42].Value = ((int)(R4522600.Value)); } else { this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; } - if ((R0007300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[43].Value = ((int)(R0007300.Value)); + if ((R4522700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[43].Value = ((int)(R4522700.Value)); } else { this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; } - if ((R0007700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[44].Value = ((int)(R0007700.Value)); + if ((R4522800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[44].Value = ((int)(R4522800.Value)); } else { this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value; } - if ((R0007900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[45].Value = ((int)(R0007900.Value)); + if ((T0002000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[45].Value = ((int)(T0002000.Value)); } else { this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value; } - if ((R0214700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[46].Value = ((int)(R0214700.Value)); + if ((T0002100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[46].Value = ((int)(T0002100.Value)); } else { this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value; } - if ((R0214800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[47].Value = ((int)(R0214800.Value)); + if ((T0002200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[47].Value = ((int)(T0002200.Value)); } else { this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value; } - if ((R2302900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[48].Value = ((int)(R2302900.Value)); + if ((T0002300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[48].Value = ((int)(T0002300.Value)); } else { this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value; } - if ((R2303100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[49].Value = ((int)(R2303100.Value)); + if ((T0002400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[49].Value = ((int)(T0002400.Value)); } else { this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value; } - if ((R2303200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[50].Value = ((int)(R2303200.Value)); + if ((T0002500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[50].Value = ((int)(T0002500.Value)); } else { this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value; } - if ((R2303300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[51].Value = ((int)(R2303300.Value)); + if ((T0002600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[51].Value = ((int)(T0002600.Value)); } else { this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value; } - if ((R2303500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[52].Value = ((int)(R2303500.Value)); + if ((T0002700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[52].Value = ((int)(T0002700.Value)); } else { this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value; } - if ((R2303600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[53].Value = ((int)(R2303600.Value)); + if ((T0002800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[53].Value = ((int)(T0002800.Value)); } else { this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value; } - if ((R2505100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[54].Value = ((int)(R2505100.Value)); + if ((T0002900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[54].Value = ((int)(T0002900.Value)); } else { this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value; } - if ((R2505300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[55].Value = ((int)(R2505300.Value)); + if ((T0003000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[55].Value = ((int)(T0003000.Value)); } else { this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value; } - if ((R2505400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[56].Value = ((int)(R2505400.Value)); + if ((T0003100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[56].Value = ((int)(T0003100.Value)); } else { this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value; } - if ((R2505500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[57].Value = ((int)(R2505500.Value)); + if ((T0003200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[57].Value = ((int)(T0003200.Value)); } else { this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value; } - if ((R2505700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[58].Value = ((int)(R2505700.Value)); + if ((T0003300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[58].Value = ((int)(T0003300.Value)); } else { this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value; } - if ((R2505800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[59].Value = ((int)(R2505800.Value)); + if ((T0003400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[59].Value = ((int)(T0003400.Value)); } else { this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value; } - if ((R2737900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[60].Value = ((int)(R2737900.Value)); + if ((T0003500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[60].Value = ((int)(T0003500.Value)); } else { this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value; } - if ((R2837200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[61].Value = ((int)(R2837200.Value)); + if ((T0003600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[61].Value = ((int)(T0003600.Value)); } else { this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value; } - if ((R2837300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[62].Value = ((int)(R2837300.Value)); + if ((T0003700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[62].Value = ((int)(T0003700.Value)); } else { this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value; } - if ((R2837400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[63].Value = ((int)(R2837400.Value)); + if ((T0003800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[63].Value = ((int)(T0003800.Value)); } else { this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value; } - if ((R2837500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[64].Value = ((int)(R2837500.Value)); + if ((T0003900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[64].Value = ((int)(T0003900.Value)); } else { this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value; } - if ((R2837600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[65].Value = ((int)(R2837600.Value)); + if ((T0004000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[65].Value = ((int)(T0004000.Value)); } else { this.Adapter.UpdateCommand.Parameters[65].Value = global::System.DBNull.Value; } - if ((R2837700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[66].Value = ((int)(R2837700.Value)); + if ((T0004100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[66].Value = ((int)(T0004100.Value)); } else { this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value; } - if ((R2837800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[67].Value = ((int)(R2837800.Value)); + if ((T0004200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[67].Value = ((int)(T0004200.Value)); } else { this.Adapter.UpdateCommand.Parameters[67].Value = global::System.DBNull.Value; } - if ((R2837900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[68].Value = ((int)(R2837900.Value)); + if ((T0004300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[68].Value = ((int)(T0004300.Value)); } else { this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value; } - if ((R2838000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[69].Value = ((int)(R2838000.Value)); + if ((T0004400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[69].Value = ((int)(T0004400.Value)); } else { this.Adapter.UpdateCommand.Parameters[69].Value = global::System.DBNull.Value; } - if ((R2838100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[70].Value = ((int)(R2838100.Value)); + if ((T0004500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[70].Value = ((int)(T0004500.Value)); } else { this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value; } - if ((R2838200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[71].Value = ((int)(R2838200.Value)); + if ((T2261500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[71].Value = ((int)(T2261500.Value)); } else { this.Adapter.UpdateCommand.Parameters[71].Value = global::System.DBNull.Value; } - if ((R2838300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[72].Value = ((int)(R2838300.Value)); + if ((T2261600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[72].Value = ((int)(T2261600.Value)); } else { this.Adapter.UpdateCommand.Parameters[72].Value = global::System.DBNull.Value; } - if ((R2838400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[73].Value = ((int)(R2838400.Value)); + if ((T2261700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[73].Value = ((int)(T2261700.Value)); } else { this.Adapter.UpdateCommand.Parameters[73].Value = global::System.DBNull.Value; } - if ((R2838500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[74].Value = ((int)(R2838500.Value)); + if ((T2261800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[74].Value = ((int)(T2261800.Value)); } else { this.Adapter.UpdateCommand.Parameters[74].Value = global::System.DBNull.Value; } - if ((R2838600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[75].Value = ((int)(R2838600.Value)); + if ((T2261900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[75].Value = ((int)(T2261900.Value)); } else { this.Adapter.UpdateCommand.Parameters[75].Value = global::System.DBNull.Value; } - if ((R2838700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[76].Value = ((int)(R2838700.Value)); + if ((T2262000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[76].Value = ((int)(T2262000.Value)); } else { this.Adapter.UpdateCommand.Parameters[76].Value = global::System.DBNull.Value; } - if ((R2838800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[77].Value = ((int)(R2838800.Value)); + if ((T2262100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[77].Value = ((int)(T2262100.Value)); } else { this.Adapter.UpdateCommand.Parameters[77].Value = global::System.DBNull.Value; } - if ((R2838900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[78].Value = ((int)(R2838900.Value)); + if ((T2262200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[78].Value = ((int)(T2262200.Value)); } else { this.Adapter.UpdateCommand.Parameters[78].Value = global::System.DBNull.Value; } - if ((R2839000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[79].Value = ((int)(R2839000.Value)); + if ((T2262300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[79].Value = ((int)(T2262300.Value)); } else { this.Adapter.UpdateCommand.Parameters[79].Value = global::System.DBNull.Value; } - if ((R2839100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[80].Value = ((int)(R2839100.Value)); + if ((T2262400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[80].Value = ((int)(T2262400.Value)); } else { this.Adapter.UpdateCommand.Parameters[80].Value = global::System.DBNull.Value; } - if ((R2839200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[81].Value = ((int)(R2839200.Value)); + if ((T2262500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[81].Value = ((int)(T2262500.Value)); } else { this.Adapter.UpdateCommand.Parameters[81].Value = global::System.DBNull.Value; } - if ((R2839300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[82].Value = ((int)(R2839300.Value)); + if ((T2262600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[82].Value = ((int)(T2262600.Value)); } else { this.Adapter.UpdateCommand.Parameters[82].Value = global::System.DBNull.Value; } - if ((R2839400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[83].Value = ((int)(R2839400.Value)); + if ((T2262700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[83].Value = ((int)(T2262700.Value)); } else { this.Adapter.UpdateCommand.Parameters[83].Value = global::System.DBNull.Value; } - if ((R2839500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[84].Value = ((int)(R2839500.Value)); + if ((T2262800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[84].Value = ((int)(T2262800.Value)); } else { this.Adapter.UpdateCommand.Parameters[84].Value = global::System.DBNull.Value; } - if ((R2839600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[85].Value = ((int)(R2839600.Value)); + if ((T2262900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[85].Value = ((int)(T2262900.Value)); } else { this.Adapter.UpdateCommand.Parameters[85].Value = global::System.DBNull.Value; } - if ((R2839700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[86].Value = ((int)(R2839700.Value)); + if ((T2263000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[86].Value = ((int)(T2263000.Value)); } else { this.Adapter.UpdateCommand.Parameters[86].Value = global::System.DBNull.Value; } - if ((R2839800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[87].Value = ((int)(R2839800.Value)); + if ((T2263100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[87].Value = ((int)(T2263100.Value)); } else { this.Adapter.UpdateCommand.Parameters[87].Value = global::System.DBNull.Value; } - if ((R2839900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[88].Value = ((int)(R2839900.Value)); + if ((T2263200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[88].Value = ((int)(T2263200.Value)); } else { this.Adapter.UpdateCommand.Parameters[88].Value = global::System.DBNull.Value; } - if ((R2840000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[89].Value = ((int)(R2840000.Value)); + if ((T2263300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[89].Value = ((int)(T2263300.Value)); } else { this.Adapter.UpdateCommand.Parameters[89].Value = global::System.DBNull.Value; } - if ((R2840100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[90].Value = ((int)(R2840100.Value)); + if ((T2263400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[90].Value = ((int)(T2263400.Value)); } else { this.Adapter.UpdateCommand.Parameters[90].Value = global::System.DBNull.Value; } - if ((R2840200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[91].Value = ((int)(R2840200.Value)); + if ((T2263500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[91].Value = ((int)(T2263500.Value)); } else { this.Adapter.UpdateCommand.Parameters[91].Value = global::System.DBNull.Value; } - if ((R2840300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[92].Value = ((int)(R2840300.Value)); + if ((T2263600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[92].Value = ((int)(T2263600.Value)); } else { this.Adapter.UpdateCommand.Parameters[92].Value = global::System.DBNull.Value; } - if ((R2840400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[93].Value = ((int)(R2840400.Value)); + if ((T2263700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[93].Value = ((int)(T2263700.Value)); } else { this.Adapter.UpdateCommand.Parameters[93].Value = global::System.DBNull.Value; } - if ((R2840500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[94].Value = ((int)(R2840500.Value)); + if ((T2263800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[94].Value = ((int)(T2263800.Value)); } else { this.Adapter.UpdateCommand.Parameters[94].Value = global::System.DBNull.Value; } - if ((R2840600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[95].Value = ((int)(R2840600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[95].Value = global::System.DBNull.Value; - } - if ((R2840700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[96].Value = ((int)(R2840700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[96].Value = global::System.DBNull.Value; - } - if ((R2840800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[97].Value = ((int)(R2840800.Value)); + this.Adapter.UpdateCommand.Parameters[95].Value = ((int)(Original_R0000100)); + if ((Original_R0000149.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[96].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[97].Value = ((int)(Original_R0000149.Value)); } else { + this.Adapter.UpdateCommand.Parameters[96].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[97].Value = global::System.DBNull.Value; } - if ((R2840900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[98].Value = ((int)(R2840900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[98].Value = global::System.DBNull.Value; - } - if ((R2841000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[99].Value = ((int)(R2841000.Value)); + if ((Original_R0000150.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[98].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[99].Value = ((int)(Original_R0000150.Value)); } else { + this.Adapter.UpdateCommand.Parameters[98].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[99].Value = global::System.DBNull.Value; } - if ((R2841100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[100].Value = ((int)(R2841100.Value)); + if ((Original_R0000151.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[100].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[101].Value = ((int)(Original_R0000151.Value)); } else { - this.Adapter.UpdateCommand.Parameters[100].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[100].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[101].Value = global::System.DBNull.Value; } - if ((Original_H0001600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[101].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[102].Value = ((int)(Original_H0001600.Value)); + if ((Original_R0000152.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[102].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[103].Value = ((int)(Original_R0000152.Value)); } else { - this.Adapter.UpdateCommand.Parameters[101].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[102].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[102].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[103].Value = global::System.DBNull.Value; } - if ((Original_H0001700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[103].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[104].Value = ((int)(Original_H0001700.Value)); + if ((Original_R0000153.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[104].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[105].Value = ((int)(Original_R0000153.Value)); } else { - this.Adapter.UpdateCommand.Parameters[103].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[104].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[104].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[105].Value = global::System.DBNull.Value; } - if ((Original_H0001800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[105].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[106].Value = ((int)(Original_H0001800.Value)); + if ((Original_R0000154.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[106].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[107].Value = ((int)(Original_R0000154.Value)); } else { - this.Adapter.UpdateCommand.Parameters[105].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[106].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[106].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[107].Value = global::System.DBNull.Value; } - if ((Original_H0001900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[107].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[108].Value = ((int)(Original_H0001900.Value)); + if ((Original_R0000155.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[108].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[109].Value = ((int)(Original_R0000155.Value)); } else { - this.Adapter.UpdateCommand.Parameters[107].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[108].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[108].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[109].Value = global::System.DBNull.Value; } - if ((Original_H0002000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[109].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[110].Value = ((int)(Original_H0002000.Value)); + if ((Original_R0000156.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[110].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[111].Value = ((int)(Original_R0000156.Value)); } else { - this.Adapter.UpdateCommand.Parameters[109].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[110].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[110].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[111].Value = global::System.DBNull.Value; } - if ((Original_H0002100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[111].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[112].Value = ((int)(Original_H0002100.Value)); + if ((Original_R0000157.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[112].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[113].Value = ((int)(Original_R0000157.Value)); } else { - this.Adapter.UpdateCommand.Parameters[111].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[112].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[112].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[113].Value = global::System.DBNull.Value; } - if ((Original_H0002200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[113].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[114].Value = ((int)(Original_H0002200.Value)); + if ((Original_R0000158.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[114].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[115].Value = ((int)(Original_R0000158.Value)); } else { - this.Adapter.UpdateCommand.Parameters[113].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[114].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[114].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[115].Value = global::System.DBNull.Value; } - if ((Original_H0002300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[115].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[116].Value = ((int)(Original_H0002300.Value)); + if ((Original_R0000159.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[116].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[117].Value = ((int)(Original_R0000159.Value)); } else { - this.Adapter.UpdateCommand.Parameters[115].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[116].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[116].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[117].Value = global::System.DBNull.Value; } - if ((Original_H0002400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[117].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[118].Value = ((int)(Original_H0002400.Value)); + if ((Original_R0000162.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[118].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[119].Value = ((int)(Original_R0000162.Value)); } else { - this.Adapter.UpdateCommand.Parameters[117].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[118].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[118].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[119].Value = global::System.DBNull.Value; } - if ((Original_H0002500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[119].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[120].Value = ((int)(Original_H0002500.Value)); + if ((Original_R0000163.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[120].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[121].Value = ((int)(Original_R0000163.Value)); } else { - this.Adapter.UpdateCommand.Parameters[119].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[120].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[120].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[121].Value = global::System.DBNull.Value; } - if ((Original_H0002600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[121].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[122].Value = ((int)(Original_H0002600.Value)); + if ((Original_R0000164.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[122].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[123].Value = ((int)(Original_R0000164.Value)); } else { - this.Adapter.UpdateCommand.Parameters[121].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[122].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[122].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[123].Value = global::System.DBNull.Value; } - if ((Original_H0002700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[123].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[124].Value = ((int)(Original_H0002700.Value)); + if ((Original_R0000165.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[124].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[125].Value = ((int)(Original_R0000165.Value)); } else { - this.Adapter.UpdateCommand.Parameters[123].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[124].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[124].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[125].Value = global::System.DBNull.Value; } - if ((Original_H0002800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[125].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[126].Value = ((int)(Original_H0002800.Value)); + if ((Original_R0000166.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[126].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[127].Value = ((int)(Original_R0000166.Value)); } else { - this.Adapter.UpdateCommand.Parameters[125].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[126].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[126].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[127].Value = global::System.DBNull.Value; } - if ((Original_H0002900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[127].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[128].Value = ((int)(Original_H0002900.Value)); + if ((Original_R0214700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[128].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[129].Value = ((int)(Original_R0214700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[127].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[128].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[128].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[129].Value = global::System.DBNull.Value; } - if ((Original_H0003000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[129].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[130].Value = ((int)(Original_H0003000.Value)); + if ((Original_R0214800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[130].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[131].Value = ((int)(Original_R0214800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[129].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[130].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[130].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[131].Value = global::System.DBNull.Value; } - if ((Original_H0003100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[131].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[132].Value = ((int)(Original_H0003100.Value)); + if ((Original_R4125101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[132].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[133].Value = ((int)(Original_R4125101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[131].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[132].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[132].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[133].Value = global::System.DBNull.Value; } - if ((Original_H0013600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[133].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[134].Value = ((int)(Original_H0013600.Value)); + if ((Original_R4125801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[134].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[135].Value = ((int)(Original_R4125801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[133].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[134].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[134].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[135].Value = global::System.DBNull.Value; } - if ((Original_H0013700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[135].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[136].Value = ((int)(Original_H0013700.Value)); + if ((Original_R4126501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[136].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[137].Value = ((int)(Original_R4126501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[135].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[136].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[136].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[137].Value = global::System.DBNull.Value; } - if ((Original_H0013800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[137].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[138].Value = ((int)(Original_H0013800.Value)); + if ((Original_R4127201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[138].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[139].Value = ((int)(Original_R4127201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[137].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[138].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[138].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[139].Value = global::System.DBNull.Value; } - if ((Original_H0013900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[139].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[140].Value = ((int)(Original_H0013900.Value)); + if ((Original_R4127901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[140].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[141].Value = ((int)(Original_R4127901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[139].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[140].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[140].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[141].Value = global::System.DBNull.Value; } - if ((Original_H0014000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[141].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[142].Value = ((int)(Original_H0014000.Value)); + if ((Original_R4128601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[142].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[143].Value = ((int)(Original_R4128601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[141].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[142].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[142].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[143].Value = global::System.DBNull.Value; } - if ((Original_H0014100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[143].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[144].Value = ((int)(Original_H0014100.Value)); + if ((Original_R4129301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[144].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[145].Value = ((int)(Original_R4129301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[143].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[144].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[144].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[145].Value = global::System.DBNull.Value; } - if ((Original_H0014200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[145].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[146].Value = ((int)(Original_H0014200.Value)); + if ((Original_R4130001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[146].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[147].Value = ((int)(Original_R4130001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[145].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[146].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[146].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[147].Value = global::System.DBNull.Value; } - if ((Original_H0014300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[147].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[148].Value = ((int)(Original_H0014300.Value)); + if ((Original_R4130701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[148].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[149].Value = ((int)(Original_R4130701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[147].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[148].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[148].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[149].Value = global::System.DBNull.Value; } - if ((Original_H0014400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[149].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[150].Value = ((int)(Original_H0014400.Value)); + if ((Original_R4131401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[150].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[151].Value = ((int)(Original_R4131401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[149].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[150].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[150].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[151].Value = global::System.DBNull.Value; } - if ((Original_H0014500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[151].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[152].Value = ((int)(Original_H0014500.Value)); + if ((Original_R4132101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[152].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[153].Value = ((int)(Original_R4132101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[151].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[152].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[152].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[153].Value = global::System.DBNull.Value; } - if ((Original_H0014700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[153].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[154].Value = ((int)(Original_H0014700.Value)); + if ((Original_R4132801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[154].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[155].Value = ((int)(Original_R4132801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[153].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[154].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[154].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[155].Value = global::System.DBNull.Value; } - if ((Original_H0014800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[155].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[156].Value = ((int)(Original_H0014800.Value)); + if ((Original_R4133701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[156].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[157].Value = ((int)(Original_R4133701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[155].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[156].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[156].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[157].Value = global::System.DBNull.Value; } - if ((Original_H0014900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[157].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[158].Value = ((int)(Original_H0014900.Value)); + if ((Original_R4521500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[158].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[159].Value = ((int)(Original_R4521500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[157].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[158].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[158].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[159].Value = global::System.DBNull.Value; } - if ((Original_H0015000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[159].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[160].Value = ((int)(Original_H0015000.Value)); + if ((Original_R4521700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[160].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[161].Value = ((int)(Original_R4521700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[159].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[160].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[160].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[161].Value = global::System.DBNull.Value; } - if ((Original_H0015100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[161].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[162].Value = ((int)(Original_H0015100.Value)); + if ((Original_R4521800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[162].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[163].Value = ((int)(Original_R4521800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[161].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[162].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[162].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[163].Value = global::System.DBNull.Value; } - if ((Original_H0015200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[163].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[164].Value = ((int)(Original_H0015200.Value)); + if ((Original_R4521900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[164].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[165].Value = ((int)(Original_R4521900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[163].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[164].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[164].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[165].Value = global::System.DBNull.Value; } - if ((Original_H0015300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[165].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[166].Value = ((int)(Original_H0015300.Value)); + if ((Original_R4522000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[166].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[167].Value = ((int)(Original_R4522000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[165].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[166].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[166].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[167].Value = global::System.DBNull.Value; } - if ((Original_H0015400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[167].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[168].Value = ((int)(Original_H0015400.Value)); + if ((Original_R4522100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[168].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[169].Value = ((int)(Original_R4522100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[167].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[168].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[168].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[169].Value = global::System.DBNull.Value; } - if ((Original_H0015500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[169].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[170].Value = ((int)(Original_H0015500.Value)); + if ((Original_R4522200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[170].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[171].Value = ((int)(Original_R4522200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[169].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[170].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[170].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[171].Value = global::System.DBNull.Value; } - if ((Original_H0015600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[171].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[172].Value = ((int)(Original_H0015600.Value)); + if ((Original_R4522300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[172].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[173].Value = ((int)(Original_R4522300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[171].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[172].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[172].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[173].Value = global::System.DBNull.Value; } - if ((Original_H0015700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[173].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[174].Value = ((int)(Original_H0015700.Value)); + if ((Original_R4522400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[174].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[175].Value = ((int)(Original_R4522400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[173].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[174].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[174].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[175].Value = global::System.DBNull.Value; } - if ((Original_H0015800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[175].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[176].Value = ((int)(Original_H0015800.Value)); + if ((Original_R4522500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[176].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[177].Value = ((int)(Original_R4522500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[175].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[176].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[176].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[177].Value = global::System.DBNull.Value; } - if ((Original_H0015803.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[177].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[178].Value = ((int)(Original_H0015803.Value)); + if ((Original_R4522600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[178].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[179].Value = ((int)(Original_R4522600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[177].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[178].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[178].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[179].Value = global::System.DBNull.Value; } - if ((Original_H0015804.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[179].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[180].Value = ((int)(Original_H0015804.Value)); + if ((Original_R4522700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[180].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[181].Value = ((int)(Original_R4522700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[179].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[180].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[180].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[181].Value = global::System.DBNull.Value; } - this.Adapter.UpdateCommand.Parameters[181].Value = ((int)(Original_R0000100)); - if ((Original_R0006100.HasValue == true)) { + if ((Original_R4522800.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[182].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[183].Value = ((int)(Original_R0006100.Value)); + this.Adapter.UpdateCommand.Parameters[183].Value = ((int)(Original_R4522800.Value)); } else { this.Adapter.UpdateCommand.Parameters[182].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[183].Value = global::System.DBNull.Value; } - if ((Original_R0006500.HasValue == true)) { + if ((Original_T0002000.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[184].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[185].Value = ((int)(Original_R0006500.Value)); + this.Adapter.UpdateCommand.Parameters[185].Value = ((int)(Original_T0002000.Value)); } else { this.Adapter.UpdateCommand.Parameters[184].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[185].Value = global::System.DBNull.Value; } - if ((Original_R0007300.HasValue == true)) { + if ((Original_T0002100.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[186].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[187].Value = ((int)(Original_R0007300.Value)); + this.Adapter.UpdateCommand.Parameters[187].Value = ((int)(Original_T0002100.Value)); } else { this.Adapter.UpdateCommand.Parameters[186].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[187].Value = global::System.DBNull.Value; } - if ((Original_R0007700.HasValue == true)) { + if ((Original_T0002200.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[188].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[189].Value = ((int)(Original_R0007700.Value)); + this.Adapter.UpdateCommand.Parameters[189].Value = ((int)(Original_T0002200.Value)); } else { this.Adapter.UpdateCommand.Parameters[188].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[189].Value = global::System.DBNull.Value; } - if ((Original_R0007900.HasValue == true)) { + if ((Original_T0002300.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[190].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[191].Value = ((int)(Original_R0007900.Value)); + this.Adapter.UpdateCommand.Parameters[191].Value = ((int)(Original_T0002300.Value)); } else { this.Adapter.UpdateCommand.Parameters[190].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[191].Value = global::System.DBNull.Value; } - if ((Original_R0214700.HasValue == true)) { + if ((Original_T0002400.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[192].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[193].Value = ((int)(Original_R0214700.Value)); + this.Adapter.UpdateCommand.Parameters[193].Value = ((int)(Original_T0002400.Value)); } else { this.Adapter.UpdateCommand.Parameters[192].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[193].Value = global::System.DBNull.Value; } - if ((Original_R0214800.HasValue == true)) { + if ((Original_T0002500.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[194].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[195].Value = ((int)(Original_R0214800.Value)); + this.Adapter.UpdateCommand.Parameters[195].Value = ((int)(Original_T0002500.Value)); } else { this.Adapter.UpdateCommand.Parameters[194].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[195].Value = global::System.DBNull.Value; } - if ((Original_R2302900.HasValue == true)) { + if ((Original_T0002600.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[196].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[197].Value = ((int)(Original_R2302900.Value)); + this.Adapter.UpdateCommand.Parameters[197].Value = ((int)(Original_T0002600.Value)); } else { this.Adapter.UpdateCommand.Parameters[196].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[197].Value = global::System.DBNull.Value; } - if ((Original_R2303100.HasValue == true)) { + if ((Original_T0002700.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[198].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[199].Value = ((int)(Original_R2303100.Value)); + this.Adapter.UpdateCommand.Parameters[199].Value = ((int)(Original_T0002700.Value)); } else { this.Adapter.UpdateCommand.Parameters[198].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[199].Value = global::System.DBNull.Value; } - if ((Original_R2303200.HasValue == true)) { + if ((Original_T0002800.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[200].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[201].Value = ((int)(Original_R2303200.Value)); + this.Adapter.UpdateCommand.Parameters[201].Value = ((int)(Original_T0002800.Value)); } else { this.Adapter.UpdateCommand.Parameters[200].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[201].Value = global::System.DBNull.Value; } - if ((Original_R2303300.HasValue == true)) { + if ((Original_T0002900.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[202].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[203].Value = ((int)(Original_R2303300.Value)); + this.Adapter.UpdateCommand.Parameters[203].Value = ((int)(Original_T0002900.Value)); } else { this.Adapter.UpdateCommand.Parameters[202].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[203].Value = global::System.DBNull.Value; } - if ((Original_R2303500.HasValue == true)) { + if ((Original_T0003000.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[204].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[205].Value = ((int)(Original_R2303500.Value)); + this.Adapter.UpdateCommand.Parameters[205].Value = ((int)(Original_T0003000.Value)); } else { this.Adapter.UpdateCommand.Parameters[204].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[205].Value = global::System.DBNull.Value; } - if ((Original_R2303600.HasValue == true)) { + if ((Original_T0003100.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[206].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[207].Value = ((int)(Original_R2303600.Value)); + this.Adapter.UpdateCommand.Parameters[207].Value = ((int)(Original_T0003100.Value)); } else { this.Adapter.UpdateCommand.Parameters[206].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[207].Value = global::System.DBNull.Value; } - if ((Original_R2505100.HasValue == true)) { + if ((Original_T0003200.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[208].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[209].Value = ((int)(Original_R2505100.Value)); + this.Adapter.UpdateCommand.Parameters[209].Value = ((int)(Original_T0003200.Value)); } else { this.Adapter.UpdateCommand.Parameters[208].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[209].Value = global::System.DBNull.Value; } - if ((Original_R2505300.HasValue == true)) { + if ((Original_T0003300.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[210].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[211].Value = ((int)(Original_R2505300.Value)); + this.Adapter.UpdateCommand.Parameters[211].Value = ((int)(Original_T0003300.Value)); } else { this.Adapter.UpdateCommand.Parameters[210].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[211].Value = global::System.DBNull.Value; } - if ((Original_R2505400.HasValue == true)) { + if ((Original_T0003400.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[212].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[213].Value = ((int)(Original_R2505400.Value)); + this.Adapter.UpdateCommand.Parameters[213].Value = ((int)(Original_T0003400.Value)); } else { this.Adapter.UpdateCommand.Parameters[212].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[213].Value = global::System.DBNull.Value; } - if ((Original_R2505500.HasValue == true)) { + if ((Original_T0003500.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[214].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[215].Value = ((int)(Original_R2505500.Value)); + this.Adapter.UpdateCommand.Parameters[215].Value = ((int)(Original_T0003500.Value)); } else { this.Adapter.UpdateCommand.Parameters[214].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[215].Value = global::System.DBNull.Value; } - if ((Original_R2505700.HasValue == true)) { + if ((Original_T0003600.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[216].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[217].Value = ((int)(Original_R2505700.Value)); + this.Adapter.UpdateCommand.Parameters[217].Value = ((int)(Original_T0003600.Value)); } else { this.Adapter.UpdateCommand.Parameters[216].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[217].Value = global::System.DBNull.Value; } - if ((Original_R2505800.HasValue == true)) { + if ((Original_T0003700.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[218].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[219].Value = ((int)(Original_R2505800.Value)); + this.Adapter.UpdateCommand.Parameters[219].Value = ((int)(Original_T0003700.Value)); } else { this.Adapter.UpdateCommand.Parameters[218].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[219].Value = global::System.DBNull.Value; } - if ((Original_R2737900.HasValue == true)) { + if ((Original_T0003800.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[220].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[221].Value = ((int)(Original_R2737900.Value)); + this.Adapter.UpdateCommand.Parameters[221].Value = ((int)(Original_T0003800.Value)); } else { this.Adapter.UpdateCommand.Parameters[220].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[221].Value = global::System.DBNull.Value; } - if ((Original_R2837200.HasValue == true)) { + if ((Original_T0003900.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[222].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[223].Value = ((int)(Original_R2837200.Value)); + this.Adapter.UpdateCommand.Parameters[223].Value = ((int)(Original_T0003900.Value)); } else { this.Adapter.UpdateCommand.Parameters[222].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[223].Value = global::System.DBNull.Value; } - if ((Original_R2837300.HasValue == true)) { + if ((Original_T0004000.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[224].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[225].Value = ((int)(Original_R2837300.Value)); + this.Adapter.UpdateCommand.Parameters[225].Value = ((int)(Original_T0004000.Value)); } else { this.Adapter.UpdateCommand.Parameters[224].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[225].Value = global::System.DBNull.Value; } - if ((Original_R2837400.HasValue == true)) { + if ((Original_T0004100.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[226].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[227].Value = ((int)(Original_R2837400.Value)); + this.Adapter.UpdateCommand.Parameters[227].Value = ((int)(Original_T0004100.Value)); } else { this.Adapter.UpdateCommand.Parameters[226].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[227].Value = global::System.DBNull.Value; } - if ((Original_R2837500.HasValue == true)) { + if ((Original_T0004200.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[228].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[229].Value = ((int)(Original_R2837500.Value)); + this.Adapter.UpdateCommand.Parameters[229].Value = ((int)(Original_T0004200.Value)); } else { this.Adapter.UpdateCommand.Parameters[228].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[229].Value = global::System.DBNull.Value; } - if ((Original_R2837600.HasValue == true)) { + if ((Original_T0004300.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[230].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[231].Value = ((int)(Original_R2837600.Value)); + this.Adapter.UpdateCommand.Parameters[231].Value = ((int)(Original_T0004300.Value)); } else { this.Adapter.UpdateCommand.Parameters[230].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[231].Value = global::System.DBNull.Value; } - if ((Original_R2837700.HasValue == true)) { + if ((Original_T0004400.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[232].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[233].Value = ((int)(Original_R2837700.Value)); + this.Adapter.UpdateCommand.Parameters[233].Value = ((int)(Original_T0004400.Value)); } else { this.Adapter.UpdateCommand.Parameters[232].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[233].Value = global::System.DBNull.Value; } - if ((Original_R2837800.HasValue == true)) { + if ((Original_T0004500.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[234].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[235].Value = ((int)(Original_R2837800.Value)); + this.Adapter.UpdateCommand.Parameters[235].Value = ((int)(Original_T0004500.Value)); } else { this.Adapter.UpdateCommand.Parameters[234].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[235].Value = global::System.DBNull.Value; } - if ((Original_R2837900.HasValue == true)) { + if ((Original_T2261500.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[236].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[237].Value = ((int)(Original_R2837900.Value)); + this.Adapter.UpdateCommand.Parameters[237].Value = ((int)(Original_T2261500.Value)); } else { this.Adapter.UpdateCommand.Parameters[236].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[237].Value = global::System.DBNull.Value; } - if ((Original_R2838000.HasValue == true)) { + if ((Original_T2261600.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[238].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[239].Value = ((int)(Original_R2838000.Value)); + this.Adapter.UpdateCommand.Parameters[239].Value = ((int)(Original_T2261600.Value)); } else { this.Adapter.UpdateCommand.Parameters[238].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[239].Value = global::System.DBNull.Value; } - if ((Original_R2838100.HasValue == true)) { + if ((Original_T2261700.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[240].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[241].Value = ((int)(Original_R2838100.Value)); + this.Adapter.UpdateCommand.Parameters[241].Value = ((int)(Original_T2261700.Value)); } else { this.Adapter.UpdateCommand.Parameters[240].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[241].Value = global::System.DBNull.Value; } - if ((Original_R2838200.HasValue == true)) { + if ((Original_T2261800.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[242].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[243].Value = ((int)(Original_R2838200.Value)); + this.Adapter.UpdateCommand.Parameters[243].Value = ((int)(Original_T2261800.Value)); } else { this.Adapter.UpdateCommand.Parameters[242].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[243].Value = global::System.DBNull.Value; } - if ((Original_R2838300.HasValue == true)) { + if ((Original_T2261900.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[244].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[245].Value = ((int)(Original_R2838300.Value)); + this.Adapter.UpdateCommand.Parameters[245].Value = ((int)(Original_T2261900.Value)); } else { this.Adapter.UpdateCommand.Parameters[244].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[245].Value = global::System.DBNull.Value; } - if ((Original_R2838400.HasValue == true)) { + if ((Original_T2262000.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[246].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[247].Value = ((int)(Original_R2838400.Value)); + this.Adapter.UpdateCommand.Parameters[247].Value = ((int)(Original_T2262000.Value)); } else { this.Adapter.UpdateCommand.Parameters[246].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[247].Value = global::System.DBNull.Value; } - if ((Original_R2838500.HasValue == true)) { + if ((Original_T2262100.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[248].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[249].Value = ((int)(Original_R2838500.Value)); + this.Adapter.UpdateCommand.Parameters[249].Value = ((int)(Original_T2262100.Value)); } else { this.Adapter.UpdateCommand.Parameters[248].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[249].Value = global::System.DBNull.Value; } - if ((Original_R2838600.HasValue == true)) { + if ((Original_T2262200.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[250].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[251].Value = ((int)(Original_R2838600.Value)); + this.Adapter.UpdateCommand.Parameters[251].Value = ((int)(Original_T2262200.Value)); } else { this.Adapter.UpdateCommand.Parameters[250].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[251].Value = global::System.DBNull.Value; } - if ((Original_R2838700.HasValue == true)) { + if ((Original_T2262300.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[252].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[253].Value = ((int)(Original_R2838700.Value)); + this.Adapter.UpdateCommand.Parameters[253].Value = ((int)(Original_T2262300.Value)); } else { this.Adapter.UpdateCommand.Parameters[252].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[253].Value = global::System.DBNull.Value; } - if ((Original_R2838800.HasValue == true)) { + if ((Original_T2262400.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[254].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[255].Value = ((int)(Original_R2838800.Value)); + this.Adapter.UpdateCommand.Parameters[255].Value = ((int)(Original_T2262400.Value)); } else { this.Adapter.UpdateCommand.Parameters[254].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[255].Value = global::System.DBNull.Value; } - if ((Original_R2838900.HasValue == true)) { + if ((Original_T2262500.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[256].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[257].Value = ((int)(Original_R2838900.Value)); + this.Adapter.UpdateCommand.Parameters[257].Value = ((int)(Original_T2262500.Value)); } else { this.Adapter.UpdateCommand.Parameters[256].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[257].Value = global::System.DBNull.Value; } - if ((Original_R2839000.HasValue == true)) { + if ((Original_T2262600.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[258].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[259].Value = ((int)(Original_R2839000.Value)); + this.Adapter.UpdateCommand.Parameters[259].Value = ((int)(Original_T2262600.Value)); } else { this.Adapter.UpdateCommand.Parameters[258].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[259].Value = global::System.DBNull.Value; } - if ((Original_R2839100.HasValue == true)) { + if ((Original_T2262700.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[260].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[261].Value = ((int)(Original_R2839100.Value)); + this.Adapter.UpdateCommand.Parameters[261].Value = ((int)(Original_T2262700.Value)); } else { this.Adapter.UpdateCommand.Parameters[260].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[261].Value = global::System.DBNull.Value; } - if ((Original_R2839200.HasValue == true)) { + if ((Original_T2262800.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[262].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[263].Value = ((int)(Original_R2839200.Value)); + this.Adapter.UpdateCommand.Parameters[263].Value = ((int)(Original_T2262800.Value)); } else { this.Adapter.UpdateCommand.Parameters[262].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[263].Value = global::System.DBNull.Value; } - if ((Original_R2839300.HasValue == true)) { + if ((Original_T2262900.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[264].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[265].Value = ((int)(Original_R2839300.Value)); + this.Adapter.UpdateCommand.Parameters[265].Value = ((int)(Original_T2262900.Value)); } else { this.Adapter.UpdateCommand.Parameters[264].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[265].Value = global::System.DBNull.Value; } - if ((Original_R2839400.HasValue == true)) { + if ((Original_T2263000.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[266].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[267].Value = ((int)(Original_R2839400.Value)); + this.Adapter.UpdateCommand.Parameters[267].Value = ((int)(Original_T2263000.Value)); } else { this.Adapter.UpdateCommand.Parameters[266].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[267].Value = global::System.DBNull.Value; } - if ((Original_R2839500.HasValue == true)) { + if ((Original_T2263100.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[268].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[269].Value = ((int)(Original_R2839500.Value)); + this.Adapter.UpdateCommand.Parameters[269].Value = ((int)(Original_T2263100.Value)); } else { this.Adapter.UpdateCommand.Parameters[268].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[269].Value = global::System.DBNull.Value; } - if ((Original_R2839600.HasValue == true)) { + if ((Original_T2263200.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[270].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[271].Value = ((int)(Original_R2839600.Value)); + this.Adapter.UpdateCommand.Parameters[271].Value = ((int)(Original_T2263200.Value)); } else { this.Adapter.UpdateCommand.Parameters[270].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[271].Value = global::System.DBNull.Value; } - if ((Original_R2839700.HasValue == true)) { + if ((Original_T2263300.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[272].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[273].Value = ((int)(Original_R2839700.Value)); + this.Adapter.UpdateCommand.Parameters[273].Value = ((int)(Original_T2263300.Value)); } else { this.Adapter.UpdateCommand.Parameters[272].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[273].Value = global::System.DBNull.Value; } - if ((Original_R2839800.HasValue == true)) { + if ((Original_T2263400.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[274].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[275].Value = ((int)(Original_R2839800.Value)); + this.Adapter.UpdateCommand.Parameters[275].Value = ((int)(Original_T2263400.Value)); } else { this.Adapter.UpdateCommand.Parameters[274].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[275].Value = global::System.DBNull.Value; } - if ((Original_R2839900.HasValue == true)) { + if ((Original_T2263500.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[276].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[277].Value = ((int)(Original_R2839900.Value)); + this.Adapter.UpdateCommand.Parameters[277].Value = ((int)(Original_T2263500.Value)); } else { this.Adapter.UpdateCommand.Parameters[276].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[277].Value = global::System.DBNull.Value; } - if ((Original_R2840000.HasValue == true)) { + if ((Original_T2263600.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[278].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[279].Value = ((int)(Original_R2840000.Value)); + this.Adapter.UpdateCommand.Parameters[279].Value = ((int)(Original_T2263600.Value)); } else { this.Adapter.UpdateCommand.Parameters[278].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[279].Value = global::System.DBNull.Value; } - if ((Original_R2840100.HasValue == true)) { + if ((Original_T2263700.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[280].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[281].Value = ((int)(Original_R2840100.Value)); + this.Adapter.UpdateCommand.Parameters[281].Value = ((int)(Original_T2263700.Value)); } else { this.Adapter.UpdateCommand.Parameters[280].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[281].Value = global::System.DBNull.Value; } - if ((Original_R2840200.HasValue == true)) { + if ((Original_T2263800.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[282].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[283].Value = ((int)(Original_R2840200.Value)); + this.Adapter.UpdateCommand.Parameters[283].Value = ((int)(Original_T2263800.Value)); } else { this.Adapter.UpdateCommand.Parameters[282].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[283].Value = global::System.DBNull.Value; } - if ((Original_R2840300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[284].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[285].Value = ((int)(Original_R2840300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[284].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[285].Value = global::System.DBNull.Value; - } - if ((Original_R2840400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[286].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[287].Value = ((int)(Original_R2840400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[286].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[287].Value = global::System.DBNull.Value; - } - if ((Original_R2840500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[288].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[289].Value = ((int)(Original_R2840500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[288].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[289].Value = global::System.DBNull.Value; - } - if ((Original_R2840600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[290].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[291].Value = ((int)(Original_R2840600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[290].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[291].Value = global::System.DBNull.Value; - } - if ((Original_R2840700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[292].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[293].Value = ((int)(Original_R2840700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[292].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[293].Value = global::System.DBNull.Value; - } - if ((Original_R2840800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[294].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[295].Value = ((int)(Original_R2840800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[294].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[295].Value = global::System.DBNull.Value; - } - if ((Original_R2840900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[296].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[297].Value = ((int)(Original_R2840900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[296].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[297].Value = global::System.DBNull.Value; - } - if ((Original_R2841000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[298].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[299].Value = ((int)(Original_R2841000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[298].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[299].Value = global::System.DBNull.Value; - } - if ((Original_R2841100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[300].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[301].Value = ((int)(Original_R2841100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[300].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[301].Value = global::System.DBNull.Value; - } 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)) { @@ -103686,208 +102334,196 @@ public virtual int Update( [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] public virtual int Update( - global::System.Nullable H0001600, - global::System.Nullable H0001700, - global::System.Nullable H0001800, - global::System.Nullable H0001900, - global::System.Nullable H0002000, - global::System.Nullable H0002100, - global::System.Nullable H0002200, - global::System.Nullable H0002300, - global::System.Nullable H0002400, - global::System.Nullable H0002500, - global::System.Nullable H0002600, - global::System.Nullable H0002700, - global::System.Nullable H0002800, - global::System.Nullable H0002900, - global::System.Nullable H0003000, - global::System.Nullable H0003100, - global::System.Nullable H0013600, - global::System.Nullable H0013700, - global::System.Nullable H0013800, - global::System.Nullable H0013900, - global::System.Nullable H0014000, - global::System.Nullable H0014100, - global::System.Nullable H0014200, - global::System.Nullable H0014300, - global::System.Nullable H0014400, - global::System.Nullable H0014500, - global::System.Nullable H0014700, - global::System.Nullable H0014800, - global::System.Nullable H0014900, - global::System.Nullable H0015000, - global::System.Nullable H0015100, - global::System.Nullable H0015200, - global::System.Nullable H0015300, - global::System.Nullable H0015400, - global::System.Nullable H0015500, - global::System.Nullable H0015600, - global::System.Nullable H0015700, - global::System.Nullable H0015800, - global::System.Nullable H0015803, - global::System.Nullable H0015804, - global::System.Nullable R0006100, - global::System.Nullable R0006500, - global::System.Nullable R0007300, - global::System.Nullable R0007700, - global::System.Nullable R0007900, + global::System.Nullable R0000149, + global::System.Nullable R0000150, + global::System.Nullable R0000151, + global::System.Nullable R0000152, + global::System.Nullable R0000153, + global::System.Nullable R0000154, + global::System.Nullable R0000155, + global::System.Nullable R0000156, + global::System.Nullable R0000157, + global::System.Nullable R0000158, + global::System.Nullable R0000159, + global::System.Nullable R0000162, + global::System.Nullable R0000163, + global::System.Nullable R0000164, + global::System.Nullable R0000165, + global::System.Nullable R0000166, global::System.Nullable R0214700, global::System.Nullable R0214800, - global::System.Nullable R2302900, - global::System.Nullable R2303100, - global::System.Nullable R2303200, - global::System.Nullable R2303300, - global::System.Nullable R2303500, - global::System.Nullable R2303600, - global::System.Nullable R2505100, - global::System.Nullable R2505300, - global::System.Nullable R2505400, - global::System.Nullable R2505500, - global::System.Nullable R2505700, - global::System.Nullable R2505800, - global::System.Nullable R2737900, - global::System.Nullable R2837200, - global::System.Nullable R2837300, - global::System.Nullable R2837400, - global::System.Nullable R2837500, - global::System.Nullable R2837600, - global::System.Nullable R2837700, - global::System.Nullable R2837800, - global::System.Nullable R2837900, - global::System.Nullable R2838000, - global::System.Nullable R2838100, - global::System.Nullable R2838200, - global::System.Nullable R2838300, - global::System.Nullable R2838400, - global::System.Nullable R2838500, - global::System.Nullable R2838600, - global::System.Nullable R2838700, - global::System.Nullable R2838800, - global::System.Nullable R2838900, - global::System.Nullable R2839000, - global::System.Nullable R2839100, - global::System.Nullable R2839200, - global::System.Nullable R2839300, - global::System.Nullable R2839400, - global::System.Nullable R2839500, - global::System.Nullable R2839600, - global::System.Nullable R2839700, - global::System.Nullable R2839800, - global::System.Nullable R2839900, - global::System.Nullable R2840000, - global::System.Nullable R2840100, - global::System.Nullable R2840200, - global::System.Nullable R2840300, - global::System.Nullable R2840400, - global::System.Nullable R2840500, - global::System.Nullable R2840600, - global::System.Nullable R2840700, - global::System.Nullable R2840800, - global::System.Nullable R2840900, - global::System.Nullable R2841000, - global::System.Nullable R2841100, - global::System.Nullable Original_H0001600, - global::System.Nullable Original_H0001700, - global::System.Nullable Original_H0001800, - global::System.Nullable Original_H0001900, - global::System.Nullable Original_H0002000, - global::System.Nullable Original_H0002100, - global::System.Nullable Original_H0002200, - global::System.Nullable Original_H0002300, - global::System.Nullable Original_H0002400, - global::System.Nullable Original_H0002500, - global::System.Nullable Original_H0002600, - global::System.Nullable Original_H0002700, - global::System.Nullable Original_H0002800, - global::System.Nullable Original_H0002900, - global::System.Nullable Original_H0003000, - global::System.Nullable Original_H0003100, - global::System.Nullable Original_H0013600, - global::System.Nullable Original_H0013700, - global::System.Nullable Original_H0013800, - global::System.Nullable Original_H0013900, - global::System.Nullable Original_H0014000, - global::System.Nullable Original_H0014100, - global::System.Nullable Original_H0014200, - global::System.Nullable Original_H0014300, - global::System.Nullable Original_H0014400, - global::System.Nullable Original_H0014500, - global::System.Nullable Original_H0014700, - global::System.Nullable Original_H0014800, - global::System.Nullable Original_H0014900, - global::System.Nullable Original_H0015000, - global::System.Nullable Original_H0015100, - global::System.Nullable Original_H0015200, - global::System.Nullable Original_H0015300, - global::System.Nullable Original_H0015400, - global::System.Nullable Original_H0015500, - global::System.Nullable Original_H0015600, - global::System.Nullable Original_H0015700, - global::System.Nullable Original_H0015800, - global::System.Nullable Original_H0015803, - global::System.Nullable Original_H0015804, + global::System.Nullable R4125101, + global::System.Nullable R4125801, + global::System.Nullable R4126501, + global::System.Nullable R4127201, + global::System.Nullable R4127901, + global::System.Nullable R4128601, + global::System.Nullable R4129301, + global::System.Nullable R4130001, + global::System.Nullable R4130701, + global::System.Nullable R4131401, + global::System.Nullable R4132101, + global::System.Nullable R4132801, + global::System.Nullable R4133701, + global::System.Nullable R4521500, + global::System.Nullable R4521700, + global::System.Nullable R4521800, + global::System.Nullable R4521900, + global::System.Nullable R4522000, + global::System.Nullable R4522100, + global::System.Nullable R4522200, + global::System.Nullable R4522300, + global::System.Nullable R4522400, + global::System.Nullable R4522500, + global::System.Nullable R4522600, + global::System.Nullable R4522700, + global::System.Nullable R4522800, + global::System.Nullable T0002000, + global::System.Nullable T0002100, + global::System.Nullable T0002200, + global::System.Nullable T0002300, + global::System.Nullable T0002400, + global::System.Nullable T0002500, + global::System.Nullable T0002600, + global::System.Nullable T0002700, + global::System.Nullable T0002800, + global::System.Nullable T0002900, + global::System.Nullable T0003000, + global::System.Nullable T0003100, + global::System.Nullable T0003200, + global::System.Nullable T0003300, + global::System.Nullable T0003400, + global::System.Nullable T0003500, + global::System.Nullable T0003600, + global::System.Nullable T0003700, + global::System.Nullable T0003800, + global::System.Nullable T0003900, + global::System.Nullable T0004000, + global::System.Nullable T0004100, + global::System.Nullable T0004200, + global::System.Nullable T0004300, + global::System.Nullable T0004400, + global::System.Nullable T0004500, + global::System.Nullable T2261500, + global::System.Nullable T2261600, + global::System.Nullable T2261700, + global::System.Nullable T2261800, + global::System.Nullable T2261900, + global::System.Nullable T2262000, + global::System.Nullable T2262100, + global::System.Nullable T2262200, + global::System.Nullable T2262300, + global::System.Nullable T2262400, + global::System.Nullable T2262500, + global::System.Nullable T2262600, + global::System.Nullable T2262700, + global::System.Nullable T2262800, + global::System.Nullable T2262900, + global::System.Nullable T2263000, + global::System.Nullable T2263100, + global::System.Nullable T2263200, + global::System.Nullable T2263300, + global::System.Nullable T2263400, + global::System.Nullable T2263500, + global::System.Nullable T2263600, + global::System.Nullable T2263700, + global::System.Nullable T2263800, int Original_R0000100, - global::System.Nullable Original_R0006100, - global::System.Nullable Original_R0006500, - global::System.Nullable Original_R0007300, - global::System.Nullable Original_R0007700, - global::System.Nullable Original_R0007900, + global::System.Nullable Original_R0000149, + global::System.Nullable Original_R0000150, + global::System.Nullable Original_R0000151, + global::System.Nullable Original_R0000152, + global::System.Nullable Original_R0000153, + global::System.Nullable Original_R0000154, + global::System.Nullable Original_R0000155, + global::System.Nullable Original_R0000156, + global::System.Nullable Original_R0000157, + global::System.Nullable Original_R0000158, + global::System.Nullable Original_R0000159, + global::System.Nullable Original_R0000162, + global::System.Nullable Original_R0000163, + global::System.Nullable Original_R0000164, + global::System.Nullable Original_R0000165, + global::System.Nullable Original_R0000166, global::System.Nullable Original_R0214700, global::System.Nullable Original_R0214800, - global::System.Nullable Original_R2302900, - global::System.Nullable Original_R2303100, - global::System.Nullable Original_R2303200, - global::System.Nullable Original_R2303300, - global::System.Nullable Original_R2303500, - global::System.Nullable Original_R2303600, - global::System.Nullable Original_R2505100, - global::System.Nullable Original_R2505300, - global::System.Nullable Original_R2505400, - global::System.Nullable Original_R2505500, - global::System.Nullable Original_R2505700, - global::System.Nullable Original_R2505800, - global::System.Nullable Original_R2737900, - global::System.Nullable Original_R2837200, - global::System.Nullable Original_R2837300, - global::System.Nullable Original_R2837400, - global::System.Nullable Original_R2837500, - global::System.Nullable Original_R2837600, - global::System.Nullable Original_R2837700, - global::System.Nullable Original_R2837800, - global::System.Nullable Original_R2837900, - global::System.Nullable Original_R2838000, - global::System.Nullable Original_R2838100, - global::System.Nullable Original_R2838200, - global::System.Nullable Original_R2838300, - global::System.Nullable Original_R2838400, - global::System.Nullable Original_R2838500, - global::System.Nullable Original_R2838600, - global::System.Nullable Original_R2838700, - global::System.Nullable Original_R2838800, - global::System.Nullable Original_R2838900, - global::System.Nullable Original_R2839000, - global::System.Nullable Original_R2839100, - global::System.Nullable Original_R2839200, - global::System.Nullable Original_R2839300, - global::System.Nullable Original_R2839400, - global::System.Nullable Original_R2839500, - global::System.Nullable Original_R2839600, - global::System.Nullable Original_R2839700, - global::System.Nullable Original_R2839800, - global::System.Nullable Original_R2839900, - global::System.Nullable Original_R2840000, - global::System.Nullable Original_R2840100, - global::System.Nullable Original_R2840200, - global::System.Nullable Original_R2840300, - global::System.Nullable Original_R2840400, - global::System.Nullable Original_R2840500, - global::System.Nullable Original_R2840600, - global::System.Nullable Original_R2840700, - global::System.Nullable Original_R2840800, - global::System.Nullable Original_R2840900, - global::System.Nullable Original_R2841000, - global::System.Nullable Original_R2841100) { - return this.Update(H0001600, H0001700, H0001800, H0001900, H0002000, H0002100, H0002200, H0002300, H0002400, H0002500, H0002600, H0002700, H0002800, H0002900, H0003000, H0003100, H0013600, H0013700, H0013800, H0013900, H0014000, H0014100, H0014200, H0014300, H0014400, H0014500, H0014700, H0014800, H0014900, H0015000, H0015100, H0015200, H0015300, H0015400, H0015500, H0015600, H0015700, H0015800, H0015803, H0015804, Original_R0000100, R0006100, R0006500, R0007300, R0007700, R0007900, R0214700, R0214800, R2302900, R2303100, R2303200, R2303300, R2303500, R2303600, R2505100, R2505300, R2505400, R2505500, R2505700, R2505800, R2737900, R2837200, R2837300, R2837400, R2837500, R2837600, R2837700, R2837800, R2837900, R2838000, R2838100, R2838200, R2838300, R2838400, R2838500, R2838600, R2838700, R2838800, R2838900, R2839000, R2839100, R2839200, R2839300, R2839400, R2839500, R2839600, R2839700, R2839800, R2839900, R2840000, R2840100, R2840200, R2840300, R2840400, R2840500, R2840600, R2840700, R2840800, R2840900, R2841000, R2841100, Original_H0001600, Original_H0001700, Original_H0001800, Original_H0001900, Original_H0002000, Original_H0002100, Original_H0002200, Original_H0002300, Original_H0002400, Original_H0002500, Original_H0002600, Original_H0002700, Original_H0002800, Original_H0002900, Original_H0003000, Original_H0003100, Original_H0013600, Original_H0013700, Original_H0013800, Original_H0013900, Original_H0014000, Original_H0014100, Original_H0014200, Original_H0014300, Original_H0014400, Original_H0014500, Original_H0014700, Original_H0014800, Original_H0014900, Original_H0015000, Original_H0015100, Original_H0015200, Original_H0015300, Original_H0015400, Original_H0015500, Original_H0015600, Original_H0015700, Original_H0015800, Original_H0015803, Original_H0015804, Original_R0000100, Original_R0006100, Original_R0006500, Original_R0007300, Original_R0007700, Original_R0007900, Original_R0214700, Original_R0214800, Original_R2302900, Original_R2303100, Original_R2303200, Original_R2303300, Original_R2303500, Original_R2303600, Original_R2505100, Original_R2505300, Original_R2505400, Original_R2505500, Original_R2505700, Original_R2505800, Original_R2737900, Original_R2837200, Original_R2837300, Original_R2837400, Original_R2837500, Original_R2837600, Original_R2837700, Original_R2837800, Original_R2837900, Original_R2838000, Original_R2838100, Original_R2838200, Original_R2838300, Original_R2838400, Original_R2838500, Original_R2838600, Original_R2838700, Original_R2838800, Original_R2838900, Original_R2839000, Original_R2839100, Original_R2839200, Original_R2839300, Original_R2839400, Original_R2839500, Original_R2839600, Original_R2839700, Original_R2839800, Original_R2839900, Original_R2840000, Original_R2840100, Original_R2840200, Original_R2840300, Original_R2840400, Original_R2840500, Original_R2840600, Original_R2840700, Original_R2840800, Original_R2840900, Original_R2841000, Original_R2841100); + global::System.Nullable Original_R4125101, + global::System.Nullable Original_R4125801, + global::System.Nullable Original_R4126501, + global::System.Nullable Original_R4127201, + global::System.Nullable Original_R4127901, + global::System.Nullable Original_R4128601, + global::System.Nullable Original_R4129301, + global::System.Nullable Original_R4130001, + global::System.Nullable Original_R4130701, + global::System.Nullable Original_R4131401, + global::System.Nullable Original_R4132101, + global::System.Nullable Original_R4132801, + global::System.Nullable Original_R4133701, + global::System.Nullable Original_R4521500, + global::System.Nullable Original_R4521700, + global::System.Nullable Original_R4521800, + global::System.Nullable Original_R4521900, + global::System.Nullable Original_R4522000, + global::System.Nullable Original_R4522100, + global::System.Nullable Original_R4522200, + global::System.Nullable Original_R4522300, + global::System.Nullable Original_R4522400, + global::System.Nullable Original_R4522500, + global::System.Nullable Original_R4522600, + global::System.Nullable Original_R4522700, + global::System.Nullable Original_R4522800, + global::System.Nullable Original_T0002000, + global::System.Nullable Original_T0002100, + global::System.Nullable Original_T0002200, + global::System.Nullable Original_T0002300, + global::System.Nullable Original_T0002400, + global::System.Nullable Original_T0002500, + global::System.Nullable Original_T0002600, + global::System.Nullable Original_T0002700, + global::System.Nullable Original_T0002800, + global::System.Nullable Original_T0002900, + global::System.Nullable Original_T0003000, + global::System.Nullable Original_T0003100, + global::System.Nullable Original_T0003200, + global::System.Nullable Original_T0003300, + global::System.Nullable Original_T0003400, + global::System.Nullable Original_T0003500, + global::System.Nullable Original_T0003600, + global::System.Nullable Original_T0003700, + global::System.Nullable Original_T0003800, + global::System.Nullable Original_T0003900, + global::System.Nullable Original_T0004000, + global::System.Nullable Original_T0004100, + global::System.Nullable Original_T0004200, + global::System.Nullable Original_T0004300, + global::System.Nullable Original_T0004400, + global::System.Nullable Original_T0004500, + global::System.Nullable Original_T2261500, + global::System.Nullable Original_T2261600, + global::System.Nullable Original_T2261700, + global::System.Nullable Original_T2261800, + global::System.Nullable Original_T2261900, + global::System.Nullable Original_T2262000, + global::System.Nullable Original_T2262100, + global::System.Nullable Original_T2262200, + global::System.Nullable Original_T2262300, + global::System.Nullable Original_T2262400, + global::System.Nullable Original_T2262500, + global::System.Nullable Original_T2262600, + global::System.Nullable Original_T2262700, + global::System.Nullable Original_T2262800, + global::System.Nullable Original_T2262900, + global::System.Nullable Original_T2263000, + global::System.Nullable Original_T2263100, + global::System.Nullable Original_T2263200, + global::System.Nullable Original_T2263300, + global::System.Nullable Original_T2263400, + global::System.Nullable Original_T2263500, + global::System.Nullable Original_T2263600, + global::System.Nullable Original_T2263700, + global::System.Nullable Original_T2263800) { + return this.Update(Original_R0000100, R0000149, R0000150, R0000151, R0000152, R0000153, R0000154, R0000155, R0000156, R0000157, R0000158, R0000159, R0000162, R0000163, R0000164, R0000165, R0000166, R0214700, R0214800, R4125101, R4125801, R4126501, R4127201, R4127901, R4128601, R4129301, R4130001, R4130701, R4131401, R4132101, R4132801, R4133701, R4521500, R4521700, R4521800, R4521900, R4522000, R4522100, R4522200, R4522300, R4522400, R4522500, R4522600, R4522700, R4522800, T0002000, T0002100, T0002200, T0002300, T0002400, T0002500, T0002600, T0002700, T0002800, T0002900, T0003000, T0003100, T0003200, T0003300, T0003400, T0003500, T0003600, T0003700, T0003800, T0003900, T0004000, T0004100, T0004200, T0004300, T0004400, T0004500, T2261500, T2261600, T2261700, T2261800, T2261900, T2262000, T2262100, T2262200, T2262300, T2262400, T2262500, T2262600, T2262700, T2262800, T2262900, T2263000, T2263100, T2263200, T2263300, T2263400, T2263500, T2263600, T2263700, T2263800, Original_R0000100, Original_R0000149, Original_R0000150, Original_R0000151, Original_R0000152, Original_R0000153, Original_R0000154, Original_R0000155, Original_R0000156, Original_R0000157, Original_R0000158, Original_R0000159, Original_R0000162, Original_R0000163, Original_R0000164, Original_R0000165, Original_R0000166, Original_R0214700, Original_R0214800, Original_R4125101, Original_R4125801, Original_R4126501, Original_R4127201, Original_R4127901, Original_R4128601, Original_R4129301, Original_R4130001, Original_R4130701, Original_R4131401, Original_R4132101, Original_R4132801, Original_R4133701, Original_R4521500, Original_R4521700, Original_R4521800, Original_R4521900, Original_R4522000, Original_R4522100, Original_R4522200, Original_R4522300, Original_R4522400, Original_R4522500, Original_R4522600, Original_R4522700, Original_R4522800, Original_T0002000, Original_T0002100, Original_T0002200, Original_T0002300, Original_T0002400, Original_T0002500, Original_T0002600, Original_T0002700, Original_T0002800, Original_T0002900, Original_T0003000, Original_T0003100, Original_T0003200, Original_T0003300, Original_T0003400, Original_T0003500, Original_T0003600, Original_T0003700, Original_T0003800, Original_T0003900, Original_T0004000, Original_T0004100, Original_T0004200, Original_T0004300, Original_T0004400, Original_T0004500, Original_T2261500, Original_T2261600, Original_T2261700, Original_T2261800, Original_T2261900, Original_T2262000, Original_T2262100, Original_T2262200, Original_T2262300, Original_T2262400, Original_T2262500, Original_T2262600, Original_T2262700, Original_T2262800, Original_T2262900, Original_T2263000, Original_T2263100, Original_T2263200, Original_T2263300, Original_T2263400, Original_T2263500, Original_T2263600, Original_T2263700, Original_T2263800); } } @@ -103900,7 +102536,7 @@ public virtual int Update( [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 tblGen2OutcomesWeightTableAdapter : global::System.ComponentModel.Component { + public partial class tblGen1ImplicitTableAdapter : global::System.ComponentModel.Component { private global::System.Data.SqlClient.SqlDataAdapter _adapter; @@ -103914,7 +102550,7 @@ public partial class tblGen2OutcomesWeightTableAdapter : global::System.Componen [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2OutcomesWeightTableAdapter() { + public tblGen1ImplicitTableAdapter() { this.ClearBeforeFill = true; } @@ -104011,130 +102647,1035 @@ 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 = "tblGen2OutcomesWeight"; - tableMapping.ColumnMappings.Add("C0000100", "C0000100"); - tableMapping.ColumnMappings.Add("C0000200", "C0000200"); - tableMapping.ColumnMappings.Add("C0005300", "C0005300"); - tableMapping.ColumnMappings.Add("C0005400", "C0005400"); - tableMapping.ColumnMappings.Add("C0005700", "C0005700"); - tableMapping.ColumnMappings.Add("Y0308500", "Y0308500"); - tableMapping.ColumnMappings.Add("Y0904100", "Y0904100"); - tableMapping.ColumnMappings.Add("Y1151000", "Y1151000"); - tableMapping.ColumnMappings.Add("Y1386000", "Y1386000"); - tableMapping.ColumnMappings.Add("Y1637700", "Y1637700"); - tableMapping.ColumnMappings.Add("Y1891300", "Y1891300"); - tableMapping.ColumnMappings.Add("Y2207200", "Y2207200"); - tableMapping.ColumnMappings.Add("Y2544900", "Y2544900"); + tableMapping.DataSetTable = "tblGen1Implicit"; + tableMapping.ColumnMappings.Add("H0001600", "H0001600"); + tableMapping.ColumnMappings.Add("H0001700", "H0001700"); + tableMapping.ColumnMappings.Add("H0001800", "H0001800"); + tableMapping.ColumnMappings.Add("H0001900", "H0001900"); + tableMapping.ColumnMappings.Add("H0002000", "H0002000"); + tableMapping.ColumnMappings.Add("H0002100", "H0002100"); + tableMapping.ColumnMappings.Add("H0002200", "H0002200"); + tableMapping.ColumnMappings.Add("H0002300", "H0002300"); + tableMapping.ColumnMappings.Add("H0002400", "H0002400"); + tableMapping.ColumnMappings.Add("H0002500", "H0002500"); + tableMapping.ColumnMappings.Add("H0002600", "H0002600"); + tableMapping.ColumnMappings.Add("H0002700", "H0002700"); + tableMapping.ColumnMappings.Add("H0002800", "H0002800"); + tableMapping.ColumnMappings.Add("H0002900", "H0002900"); + tableMapping.ColumnMappings.Add("H0003000", "H0003000"); + tableMapping.ColumnMappings.Add("H0003100", "H0003100"); + tableMapping.ColumnMappings.Add("H0013600", "H0013600"); + tableMapping.ColumnMappings.Add("H0013700", "H0013700"); + tableMapping.ColumnMappings.Add("H0013800", "H0013800"); + tableMapping.ColumnMappings.Add("H0013900", "H0013900"); + tableMapping.ColumnMappings.Add("H0014000", "H0014000"); + tableMapping.ColumnMappings.Add("H0014100", "H0014100"); + tableMapping.ColumnMappings.Add("H0014200", "H0014200"); + tableMapping.ColumnMappings.Add("H0014300", "H0014300"); + tableMapping.ColumnMappings.Add("H0014400", "H0014400"); + tableMapping.ColumnMappings.Add("H0014500", "H0014500"); + tableMapping.ColumnMappings.Add("H0014700", "H0014700"); + tableMapping.ColumnMappings.Add("H0014800", "H0014800"); + tableMapping.ColumnMappings.Add("H0014900", "H0014900"); + tableMapping.ColumnMappings.Add("H0015000", "H0015000"); + tableMapping.ColumnMappings.Add("H0015100", "H0015100"); + tableMapping.ColumnMappings.Add("H0015200", "H0015200"); + tableMapping.ColumnMappings.Add("H0015300", "H0015300"); + tableMapping.ColumnMappings.Add("H0015400", "H0015400"); + tableMapping.ColumnMappings.Add("H0015500", "H0015500"); + tableMapping.ColumnMappings.Add("H0015600", "H0015600"); + tableMapping.ColumnMappings.Add("H0015700", "H0015700"); + tableMapping.ColumnMappings.Add("H0015800", "H0015800"); + tableMapping.ColumnMappings.Add("H0015803", "H0015803"); + tableMapping.ColumnMappings.Add("H0015804", "H0015804"); + tableMapping.ColumnMappings.Add("R0000100", "R0000100"); + tableMapping.ColumnMappings.Add("R0006100", "R0006100"); + tableMapping.ColumnMappings.Add("R0006500", "R0006500"); + tableMapping.ColumnMappings.Add("R0007300", "R0007300"); + tableMapping.ColumnMappings.Add("R0007700", "R0007700"); + tableMapping.ColumnMappings.Add("R0007900", "R0007900"); + tableMapping.ColumnMappings.Add("R0214700", "R0214700"); + tableMapping.ColumnMappings.Add("R0214800", "R0214800"); + tableMapping.ColumnMappings.Add("R2302900", "R2302900"); + tableMapping.ColumnMappings.Add("R2303100", "R2303100"); + tableMapping.ColumnMappings.Add("R2303200", "R2303200"); + tableMapping.ColumnMappings.Add("R2303300", "R2303300"); + tableMapping.ColumnMappings.Add("R2303500", "R2303500"); + tableMapping.ColumnMappings.Add("R2303600", "R2303600"); + tableMapping.ColumnMappings.Add("R2505100", "R2505100"); + tableMapping.ColumnMappings.Add("R2505300", "R2505300"); + tableMapping.ColumnMappings.Add("R2505400", "R2505400"); + tableMapping.ColumnMappings.Add("R2505500", "R2505500"); + tableMapping.ColumnMappings.Add("R2505700", "R2505700"); + tableMapping.ColumnMappings.Add("R2505800", "R2505800"); + tableMapping.ColumnMappings.Add("R2737900", "R2737900"); + tableMapping.ColumnMappings.Add("R2837200", "R2837200"); + tableMapping.ColumnMappings.Add("R2837300", "R2837300"); + tableMapping.ColumnMappings.Add("R2837400", "R2837400"); + tableMapping.ColumnMappings.Add("R2837500", "R2837500"); + tableMapping.ColumnMappings.Add("R2837600", "R2837600"); + tableMapping.ColumnMappings.Add("R2837700", "R2837700"); + tableMapping.ColumnMappings.Add("R2837800", "R2837800"); + tableMapping.ColumnMappings.Add("R2837900", "R2837900"); + tableMapping.ColumnMappings.Add("R2838000", "R2838000"); + tableMapping.ColumnMappings.Add("R2838100", "R2838100"); + tableMapping.ColumnMappings.Add("R2838200", "R2838200"); + tableMapping.ColumnMappings.Add("R2838300", "R2838300"); + tableMapping.ColumnMappings.Add("R2838400", "R2838400"); + tableMapping.ColumnMappings.Add("R2838500", "R2838500"); + tableMapping.ColumnMappings.Add("R2838600", "R2838600"); + tableMapping.ColumnMappings.Add("R2838700", "R2838700"); + tableMapping.ColumnMappings.Add("R2838800", "R2838800"); + tableMapping.ColumnMappings.Add("R2838900", "R2838900"); + tableMapping.ColumnMappings.Add("R2839000", "R2839000"); + tableMapping.ColumnMappings.Add("R2839100", "R2839100"); + tableMapping.ColumnMappings.Add("R2839200", "R2839200"); + tableMapping.ColumnMappings.Add("R2839300", "R2839300"); + tableMapping.ColumnMappings.Add("R2839400", "R2839400"); + tableMapping.ColumnMappings.Add("R2839500", "R2839500"); + tableMapping.ColumnMappings.Add("R2839600", "R2839600"); + tableMapping.ColumnMappings.Add("R2839700", "R2839700"); + tableMapping.ColumnMappings.Add("R2839800", "R2839800"); + tableMapping.ColumnMappings.Add("R2839900", "R2839900"); + tableMapping.ColumnMappings.Add("R2840000", "R2840000"); + tableMapping.ColumnMappings.Add("R2840100", "R2840100"); + tableMapping.ColumnMappings.Add("R2840200", "R2840200"); + tableMapping.ColumnMappings.Add("R2840300", "R2840300"); + tableMapping.ColumnMappings.Add("R2840400", "R2840400"); + tableMapping.ColumnMappings.Add("R2840500", "R2840500"); + tableMapping.ColumnMappings.Add("R2840600", "R2840600"); + tableMapping.ColumnMappings.Add("R2840700", "R2840700"); + tableMapping.ColumnMappings.Add("R2840800", "R2840800"); + tableMapping.ColumnMappings.Add("R2840900", "R2840900"); + tableMapping.ColumnMappings.Add("R2841000", "R2841000"); + tableMapping.ColumnMappings.Add("R2841100", "R2841100"); 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 [Extract].[tblGen2OutcomesWeight] WHERE (([C0000100] = @Original_C0000100) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Original_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300] = @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([C0005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NULL) OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_Y0308500 = 1 AND [Y0308500] IS NULL) OR ([Y0308500] = @Original_Y0308500)) AND ((@IsNull_Y0904100 = 1 AND [Y0904100] IS NULL) OR ([Y0904100] = @Original_Y0904100)) AND ((@IsNull_Y1151000 = 1 AND [Y1151000] IS NULL) OR ([Y1151000] = @Original_Y1151000)) AND ((@IsNull_Y1386000 = 1 AND [Y1386000] IS NULL) OR ([Y1386000] = @Original_Y1386000)) AND ((@IsNull_Y1637700 = 1 AND [Y1637700] IS NULL) OR ([Y1637700] = @Original_Y1637700)) AND ((@IsNull_Y1891300 = 1 AND [Y1891300] IS NULL) OR ([Y1891300] = @Original_Y1891300)) AND ((@IsNull_Y2207200 = 1 AND [Y2207200] IS NULL) OR ([Y2207200] = @Original_Y2207200)) AND ((@IsNull_Y2544900 = 1 AND [Y2544900] IS NULL) OR ([Y2544900] = @Original_Y2544900)))"; + this._adapter.DeleteCommand.CommandText = "DELETE FROM [Extract].[tblGen1Implicit] WHERE (((@IsNull_H0001600 = 1 AND [H00016" + + "00] IS NULL) OR ([H0001600] = @Original_H0001600)) AND ((@IsNull_H0001700 = 1 AN" + + "D [H0001700] IS NULL) OR ([H0001700] = @Original_H0001700)) AND ((@IsNull_H00018" + + "00 = 1 AND [H0001800] IS NULL) OR ([H0001800] = @Original_H0001800)) AND ((@IsNu" + + "ll_H0001900 = 1 AND [H0001900] IS NULL) OR ([H0001900] = @Original_H0001900)) AN" + + "D ((@IsNull_H0002000 = 1 AND [H0002000] IS NULL) OR ([H0002000] = @Original_H000" + + "2000)) AND ((@IsNull_H0002100 = 1 AND [H0002100] IS NULL) OR ([H0002100] = @Orig" + + "inal_H0002100)) AND ((@IsNull_H0002200 = 1 AND [H0002200] IS NULL) OR ([H0002200" + + "] = @Original_H0002200)) AND ((@IsNull_H0002300 = 1 AND [H0002300] IS NULL) OR (" + + "[H0002300] = @Original_H0002300)) AND ((@IsNull_H0002400 = 1 AND [H0002400] IS N" + + "ULL) OR ([H0002400] = @Original_H0002400)) AND ((@IsNull_H0002500 = 1 AND [H0002" + + "500] IS NULL) OR ([H0002500] = @Original_H0002500)) AND ((@IsNull_H0002600 = 1 A" + + "ND [H0002600] IS NULL) OR ([H0002600] = @Original_H0002600)) AND ((@IsNull_H0002" + + "700 = 1 AND [H0002700] IS NULL) OR ([H0002700] = @Original_H0002700)) AND ((@IsN" + + "ull_H0002800 = 1 AND [H0002800] IS NULL) OR ([H0002800] = @Original_H0002800)) A" + + "ND ((@IsNull_H0002900 = 1 AND [H0002900] IS NULL) OR ([H0002900] = @Original_H00" + + "02900)) AND ((@IsNull_H0003000 = 1 AND [H0003000] IS NULL) OR ([H0003000] = @Ori" + + "ginal_H0003000)) AND ((@IsNull_H0003100 = 1 AND [H0003100] IS NULL) OR ([H000310" + + "0] = @Original_H0003100)) AND ((@IsNull_H0013600 = 1 AND [H0013600] IS NULL) OR " + + "([H0013600] = @Original_H0013600)) AND ((@IsNull_H0013700 = 1 AND [H0013700] IS " + + "NULL) OR ([H0013700] = @Original_H0013700)) AND ((@IsNull_H0013800 = 1 AND [H001" + + "3800] IS NULL) OR ([H0013800] = @Original_H0013800)) AND ((@IsNull_H0013900 = 1 " + + "AND [H0013900] IS NULL) OR ([H0013900] = @Original_H0013900)) AND ((@IsNull_H001" + + "4000 = 1 AND [H0014000] IS NULL) OR ([H0014000] = @Original_H0014000)) AND ((@Is" + + "Null_H0014100 = 1 AND [H0014100] IS NULL) OR ([H0014100] = @Original_H0014100)) " + + "AND ((@IsNull_H0014200 = 1 AND [H0014200] IS NULL) OR ([H0014200] = @Original_H0" + + "014200)) AND ((@IsNull_H0014300 = 1 AND [H0014300] IS NULL) OR ([H0014300] = @Or" + + "iginal_H0014300)) AND ((@IsNull_H0014400 = 1 AND [H0014400] IS NULL) OR ([H00144" + + "00] = @Original_H0014400)) AND ((@IsNull_H0014500 = 1 AND [H0014500] IS NULL) OR" + + " ([H0014500] = @Original_H0014500)) AND ((@IsNull_H0014700 = 1 AND [H0014700] IS" + + " NULL) OR ([H0014700] = @Original_H0014700)) AND ((@IsNull_H0014800 = 1 AND [H00" + + "14800] IS NULL) OR ([H0014800] = @Original_H0014800)) AND ((@IsNull_H0014900 = 1" + + " AND [H0014900] IS NULL) OR ([H0014900] = @Original_H0014900)) AND ((@IsNull_H00" + + "15000 = 1 AND [H0015000] IS NULL) OR ([H0015000] = @Original_H0015000)) AND ((@I" + + "sNull_H0015100 = 1 AND [H0015100] IS NULL) OR ([H0015100] = @Original_H0015100))" + + " AND ((@IsNull_H0015200 = 1 AND [H0015200] IS NULL) OR ([H0015200] = @Original_H" + + "0015200)) AND ((@IsNull_H0015300 = 1 AND [H0015300] IS NULL) OR ([H0015300] = @O" + + "riginal_H0015300)) AND ((@IsNull_H0015400 = 1 AND [H0015400] IS NULL) OR ([H0015" + + "400] = @Original_H0015400)) AND ((@IsNull_H0015500 = 1 AND [H0015500] IS NULL) O" + + "R ([H0015500] = @Original_H0015500)) AND ((@IsNull_H0015600 = 1 AND [H0015600] I" + + "S NULL) OR ([H0015600] = @Original_H0015600)) AND ((@IsNull_H0015700 = 1 AND [H0" + + "015700] IS NULL) OR ([H0015700] = @Original_H0015700)) AND ((@IsNull_H0015800 = " + + "1 AND [H0015800] IS NULL) OR ([H0015800] = @Original_H0015800)) AND ((@IsNull_H0" + + "015803 = 1 AND [H0015803] IS NULL) OR ([H0015803] = @Original_H0015803)) AND ((@" + + "IsNull_H0015804 = 1 AND [H0015804] IS NULL) OR ([H0015804] = @Original_H0015804)" + + ") AND ([R0000100] = @Original_R0000100) AND ((@IsNull_R0006100 = 1 AND [R0006100" + + "] IS NULL) OR ([R0006100] = @Original_R0006100)) AND ((@IsNull_R0006500 = 1 AND " + + "[R0006500] IS NULL) OR ([R0006500] = @Original_R0006500)) AND ((@IsNull_R0007300" + + " = 1 AND [R0007300] IS NULL) OR ([R0007300] = @Original_R0007300)) AND ((@IsNull" + + "_R0007700 = 1 AND [R0007700] IS NULL) OR ([R0007700] = @Original_R0007700)) AND " + + "((@IsNull_R0007900 = 1 AND [R0007900] IS NULL) OR ([R0007900] = @Original_R00079" + + "00)) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Origin" + + "al_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] " + + "= @Original_R0214800)) AND ((@IsNull_R2302900 = 1 AND [R2302900] IS NULL) OR ([R" + + "2302900] = @Original_R2302900)) AND ((@IsNull_R2303100 = 1 AND [R2303100] IS NUL" + + "L) OR ([R2303100] = @Original_R2303100)) AND ((@IsNull_R2303200 = 1 AND [R230320" + + "0] IS NULL) OR ([R2303200] = @Original_R2303200)) AND ((@IsNull_R2303300 = 1 AND" + + " [R2303300] IS NULL) OR ([R2303300] = @Original_R2303300)) AND ((@IsNull_R230350" + + "0 = 1 AND [R2303500] IS NULL) OR ([R2303500] = @Original_R2303500)) AND ((@IsNul" + + "l_R2303600 = 1 AND [R2303600] IS NULL) OR ([R2303600] = @Original_R2303600)) AND" + + " ((@IsNull_R2505100 = 1 AND [R2505100] IS NULL) OR ([R2505100] = @Original_R2505" + + "100)) AND ((@IsNull_R2505300 = 1 AND [R2505300] IS NULL) OR ([R2505300] = @Origi" + + "nal_R2505300)) AND ((@IsNull_R2505400 = 1 AND [R2505400] IS NULL) OR ([R2505400]" + + " = @Original_R2505400)) AND ((@IsNull_R2505500 = 1 AND [R2505500] IS NULL) OR ([" + + "R2505500] = @Original_R2505500)) AND ((@IsNull_R2505700 = 1 AND [R2505700] IS NU" + + "LL) OR ([R2505700] = @Original_R2505700)) AND ((@IsNull_R2505800 = 1 AND [R25058" + + "00] IS NULL) OR ([R2505800] = @Original_R2505800)) AND ((@IsNull_R2737900 = 1 AN" + + "D [R2737900] IS NULL) OR ([R2737900] = @Original_R2737900)) AND ((@IsNull_R28372" + + "00 = 1 AND [R2837200] IS NULL) OR ([R2837200] = @Original_R2837200)) AND ((@IsNu" + + "ll_R2837300 = 1 AND [R2837300] IS NULL) OR ([R2837300] = @Original_R2837300)) AN" + + "D ((@IsNull_R2837400 = 1 AND [R2837400] IS NULL) OR ([R2837400] = @Original_R283" + + "7400)) AND ((@IsNull_R2837500 = 1 AND [R2837500] IS NULL) OR ([R2837500] = @Orig" + + "inal_R2837500)) AND ((@IsNull_R2837600 = 1 AND [R2837600] IS NULL) OR ([R2837600" + + "] = @Original_R2837600)) AND ((@IsNull_R2837700 = 1 AND [R2837700] IS NULL) OR (" + + "[R2837700] = @Original_R2837700)) AND ((@IsNull_R2837800 = 1 AND [R2837800] IS N" + + "ULL) OR ([R2837800] = @Original_R2837800)) AND ((@IsNull_R2837900 = 1 AND [R2837" + + "900] IS NULL) OR ([R2837900] = @Original_R2837900)) AND ((@IsNull_R2838000 = 1 A" + + "ND [R2838000] IS NULL) OR ([R2838000] = @Original_R2838000)) AND ((@IsNull_R2838" + + "100 = 1 AND [R2838100] IS NULL) OR ([R2838100] = @Original_R2838100)) AND ((@IsN" + + "ull_R2838200 = 1 AND [R2838200] IS NULL) OR ([R2838200] = @Original_R2838200)) A" + + "ND ((@IsNull_R2838300 = 1 AND [R2838300] IS NULL) OR ([R2838300] = @Original_R28" + + "38300)) AND ((@IsNull_R2838400 = 1 AND [R2838400] IS NULL) OR ([R2838400] = @Ori" + + "ginal_R2838400)) AND ((@IsNull_R2838500 = 1 AND [R2838500] IS NULL) OR ([R283850" + + "0] = @Original_R2838500)) AND ((@IsNull_R2838600 = 1 AND [R2838600] IS NULL) OR " + + "([R2838600] = @Original_R2838600)) AND ((@IsNull_R2838700 = 1 AND [R2838700] IS " + + "NULL) OR ([R2838700] = @Original_R2838700)) AND ((@IsNull_R2838800 = 1 AND [R283" + + "8800] IS NULL) OR ([R2838800] = @Original_R2838800)) AND ((@IsNull_R2838900 = 1 " + + "AND [R2838900] IS NULL) OR ([R2838900] = @Original_R2838900)) AND ((@IsNull_R283" + + "9000 = 1 AND [R2839000] IS NULL) OR ([R2839000] = @Original_R2839000)) AND ((@Is" + + "Null_R2839100 = 1 AND [R2839100] IS NULL) OR ([R2839100] = @Original_R2839100)) " + + "AND ((@IsNull_R2839200 = 1 AND [R2839200] IS NULL) OR ([R2839200] = @Original_R2" + + "839200)) AND ((@IsNull_R2839300 = 1 AND [R2839300] IS NULL) OR ([R2839300] = @Or" + + "iginal_R2839300)) AND ((@IsNull_R2839400 = 1 AND [R2839400] IS NULL) OR ([R28394" + + "00] = @Original_R2839400)) AND ((@IsNull_R2839500 = 1 AND [R2839500] IS NULL) OR" + + " ([R2839500] = @Original_R2839500)) AND ((@IsNull_R2839600 = 1 AND [R2839600] IS" + + " NULL) OR ([R2839600] = @Original_R2839600)) AND ((@IsNull_R2839700 = 1 AND [R28" + + "39700] IS NULL) OR ([R2839700] = @Original_R2839700)) AND ((@IsNull_R2839800 = 1" + + " AND [R2839800] IS NULL) OR ([R2839800] = @Original_R2839800)) AND ((@IsNull_R28" + + "39900 = 1 AND [R2839900] IS NULL) OR ([R2839900] = @Original_R2839900)) AND ((@I" + + "sNull_R2840000 = 1 AND [R2840000] IS NULL) OR ([R2840000] = @Original_R2840000))" + + " AND ((@IsNull_R2840100 = 1 AND [R2840100] IS NULL) OR ([R2840100] = @Original_R" + + "2840100)) AND ((@IsNull_R2840200 = 1 AND [R2840200] IS NULL) OR ([R2840200] = @O" + + "riginal_R2840200)) AND ((@IsNull_R2840300 = 1 AND [R2840300] IS NULL) OR ([R2840" + + "300] = @Original_R2840300)) AND ((@IsNull_R2840400 = 1 AND [R2840400] IS NULL) O" + + "R ([R2840400] = @Original_R2840400)) AND ((@IsNull_R2840500 = 1 AND [R2840500] I" + + "S NULL) OR ([R2840500] = @Original_R2840500)) AND ((@IsNull_R2840600 = 1 AND [R2" + + "840600] IS NULL) OR ([R2840600] = @Original_R2840600)) AND ((@IsNull_R2840700 = " + + "1 AND [R2840700] IS NULL) OR ([R2840700] = @Original_R2840700)) AND ((@IsNull_R2" + + "840800 = 1 AND [R2840800] IS NULL) OR ([R2840800] = @Original_R2840800)) AND ((@" + + "IsNull_R2840900 = 1 AND [R2840900] IS NULL) OR ([R2840900] = @Original_R2840900)" + + ") AND ((@IsNull_R2841000 = 1 AND [R2841000] IS NULL) OR ([R2841000] = @Original_" + + "R2841000)) AND ((@IsNull_R2841100 = 1 AND [R2841100] IS NULL) OR ([R2841100] = @" + + "Original_R2841100)))"; this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0308500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0308500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0904100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0904100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0904100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0904100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1151000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1151000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1151000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1151000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1386000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1386000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1386000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1386000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1637700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1637700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1891300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1891300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2207200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2207200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2544900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2544900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0001600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0001600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0001700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0001700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0001800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0001800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0001900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0001900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0003000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0003000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0003000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0003000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0003100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0003100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0003100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0003100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0013600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0013600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0013700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0013700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0013800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0013800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0013900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0013900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015803", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015803", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015803", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015803", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015804", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015804", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015804", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015804", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0006100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0006100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0006100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0006100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0006500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0006500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0006500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0006500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0007700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0007700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0007900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0007900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2302900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2302900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2302900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2302900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2303100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2303100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2303200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2303200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2303300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2303300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2303500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2303500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2303600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2303600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2505100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2505100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2505300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2505300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2505400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2505400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2505500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2505500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2505700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2505700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2505800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2505800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2737900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2737900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2737900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2737900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2841000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2841000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2841000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2841000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2841100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2841100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2841100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2841100", 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 [Extract].[tblGen2OutcomesWeight] ([C0000100], [C0000200], [C0005300], [C0005400], [C0005700], [Y0308500], [Y0904100], [Y1151000], [Y1386000], [Y1637700], [Y1891300], [Y2207200], [Y2544900]) VALUES (@C0000100, @C0000200, @C0005300, @C0005400, @C0005700, @Y0308500, @Y0904100, @Y1151000, @Y1386000, @Y1637700, @Y1891300, @Y2207200, @Y2544900); -SELECT C0000100, C0000200, C0005300, C0005400, C0005700, Y0308500, Y0904100, Y1151000, Y1386000, Y1637700, Y1891300, Y2207200, Y2544900 FROM Extract.tblGen2OutcomesWeight WHERE (C0000100 = @C0000100)"; - this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0308500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0904100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0904100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1151000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1151000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1386000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1386000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1637700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1891300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2207200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2544900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.CommandText = "INSERT INTO [Extract].[tblGen1Implicit] ([H0001600], [H0001700], [H0001800], [H00" + + "01900], [H0002000], [H0002100], [H0002200], [H0002300], [H0002400], [H0002500], " + + "[H0002600], [H0002700], [H0002800], [H0002900], [H0003000], [H0003100], [H001360" + + "0], [H0013700], [H0013800], [H0013900], [H0014000], [H0014100], [H0014200], [H00" + + "14300], [H0014400], [H0014500], [H0014700], [H0014800], [H0014900], [H0015000], " + + "[H0015100], [H0015200], [H0015300], [H0015400], [H0015500], [H0015600], [H001570" + + "0], [H0015800], [H0015803], [H0015804], [R0000100], [R0006100], [R0006500], [R00" + + "07300], [R0007700], [R0007900], [R0214700], [R0214800], [R2302900], [R2303100], " + + "[R2303200], [R2303300], [R2303500], [R2303600], [R2505100], [R2505300], [R250540" + + "0], [R2505500], [R2505700], [R2505800], [R2737900], [R2837200], [R2837300], [R28" + + "37400], [R2837500], [R2837600], [R2837700], [R2837800], [R2837900], [R2838000], " + + "[R2838100], [R2838200], [R2838300], [R2838400], [R2838500], [R2838600], [R283870" + + "0], [R2838800], [R2838900], [R2839000], [R2839100], [R2839200], [R2839300], [R28" + + "39400], [R2839500], [R2839600], [R2839700], [R2839800], [R2839900], [R2840000], " + + "[R2840100], [R2840200], [R2840300], [R2840400], [R2840500], [R2840600], [R284070" + + "0], [R2840800], [R2840900], [R2841000], [R2841100]) VALUES (@H0001600, @H0001700" + + ", @H0001800, @H0001900, @H0002000, @H0002100, @H0002200, @H0002300, @H0002400, @" + + "H0002500, @H0002600, @H0002700, @H0002800, @H0002900, @H0003000, @H0003100, @H00" + + "13600, @H0013700, @H0013800, @H0013900, @H0014000, @H0014100, @H0014200, @H00143" + + "00, @H0014400, @H0014500, @H0014700, @H0014800, @H0014900, @H0015000, @H0015100," + + " @H0015200, @H0015300, @H0015400, @H0015500, @H0015600, @H0015700, @H0015800, @H" + + "0015803, @H0015804, @R0000100, @R0006100, @R0006500, @R0007300, @R0007700, @R000" + + "7900, @R0214700, @R0214800, @R2302900, @R2303100, @R2303200, @R2303300, @R230350" + + "0, @R2303600, @R2505100, @R2505300, @R2505400, @R2505500, @R2505700, @R2505800, " + + "@R2737900, @R2837200, @R2837300, @R2837400, @R2837500, @R2837600, @R2837700, @R2" + + "837800, @R2837900, @R2838000, @R2838100, @R2838200, @R2838300, @R2838400, @R2838" + + "500, @R2838600, @R2838700, @R2838800, @R2838900, @R2839000, @R2839100, @R2839200" + + ", @R2839300, @R2839400, @R2839500, @R2839600, @R2839700, @R2839800, @R2839900, @" + + "R2840000, @R2840100, @R2840200, @R2840300, @R2840400, @R2840500, @R2840600, @R28" + + "40700, @R2840800, @R2840900, @R2841000, @R2841100);\r\nSELECT H0001600, H0001700, " + + "H0001800, H0001900, H0002000, H0002100, H0002200, H0002300, H0002400, H0002500, " + + "H0002600, H0002700, H0002800, H0002900, H0003000, H0003100, H0013600, H0013700, " + + "H0013800, H0013900, H0014000, H0014100, H0014200, H0014300, H0014400, H0014500, " + + "H0014700, H0014800, H0014900, H0015000, H0015100, H0015200, H0015300, H0015400, " + + "H0015500, H0015600, H0015700, H0015800, H0015803, H0015804, R0000100, R0006100, " + + "R0006500, R0007300, R0007700, R0007900, R0214700, R0214800, R2302900, R2303100, " + + "R2303200, R2303300, R2303500, R2303600, R2505100, R2505300, R2505400, R2505500, " + + "R2505700, R2505800, R2737900, R2837200, R2837300, R2837400, R2837500, R2837600, " + + "R2837700, R2837800, R2837900, R2838000, R2838100, R2838200, R2838300, R2838400, " + + "R2838500, R2838600, R2838700, R2838800, R2838900, R2839000, R2839100, R2839200, " + + "R2839300, R2839400, R2839500, R2839600, R2839700, R2839800, R2839900, R2840000, " + + "R2840100, R2840200, R2840300, R2840400, R2840500, R2840600, R2840700, R2840800, " + + "R2840900, R2841000, R2841100 FROM Extract.tblGen1Implicit WHERE (R0000100 = @R00" + + "00100)"; + this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0001600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0001700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0001800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0001900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0003000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0003000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0003100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0003100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0013600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0013700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0013800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0013900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015803", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015803", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015804", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015804", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0006100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0006100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0006500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0006500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0007700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0007900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2302900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2302900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2303100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2303200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2303300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2303500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2303600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2505100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2505300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2505400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2505500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2505700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2505800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2737900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2737900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2841000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2841000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2841100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2841100", 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 [Extract].[tblGen2OutcomesWeight] SET [C0000100] = @C0000100, [C0000200] =" + - " @C0000200, [C0005300] = @C0005300, [C0005400] = @C0005400, [C0005700] = @C00057" + - "00, [Y0308500] = @Y0308500, [Y0904100] = @Y0904100, [Y1151000] = @Y1151000, [Y13" + - "86000] = @Y1386000, [Y1637700] = @Y1637700, [Y1891300] = @Y1891300, [Y2207200] =" + - " @Y2207200, [Y2544900] = @Y2544900 WHERE (([C0000100] = @Original_C0000100) AND " + - "((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Original_C00002" + - "00)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300] = @Origin" + - "al_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([C0005400] " + - "= @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NULL) OR ([C" + - "0005700] = @Original_C0005700)) AND ((@IsNull_Y0308500 = 1 AND [Y0308500] IS NUL" + - "L) OR ([Y0308500] = @Original_Y0308500)) AND ((@IsNull_Y0904100 = 1 AND [Y090410" + - "0] IS NULL) OR ([Y0904100] = @Original_Y0904100)) AND ((@IsNull_Y1151000 = 1 AND" + - " [Y1151000] IS NULL) OR ([Y1151000] = @Original_Y1151000)) AND ((@IsNull_Y138600" + - "0 = 1 AND [Y1386000] IS NULL) OR ([Y1386000] = @Original_Y1386000)) AND ((@IsNul" + - "l_Y1637700 = 1 AND [Y1637700] IS NULL) OR ([Y1637700] = @Original_Y1637700)) AND" + - " ((@IsNull_Y1891300 = 1 AND [Y1891300] IS NULL) OR ([Y1891300] = @Original_Y1891" + - "300)) AND ((@IsNull_Y2207200 = 1 AND [Y2207200] IS NULL) OR ([Y2207200] = @Origi" + - "nal_Y2207200)) AND ((@IsNull_Y2544900 = 1 AND [Y2544900] IS NULL) OR ([Y2544900]" + - " = @Original_Y2544900)));\r\nSELECT C0000100, C0000200, C0005300, C0005400, C00057" + - "00, Y0308500, Y0904100, Y1151000, Y1386000, Y1637700, Y1891300, Y2207200, Y25449" + - "00 FROM Extract.tblGen2OutcomesWeight WHERE (C0000100 = @C0000100)"; + this._adapter.UpdateCommand.CommandText = "UPDATE [Extract].[tblGen1Implicit] SET [H0001600] = @H0001600, [H0001700] = @H000" + + "1700, [H0001800] = @H0001800, [H0001900] = @H0001900, [H0002000] = @H0002000, [H" + + "0002100] = @H0002100, [H0002200] = @H0002200, [H0002300] = @H0002300, [H0002400]" + + " = @H0002400, [H0002500] = @H0002500, [H0002600] = @H0002600, [H0002700] = @H000" + + "2700, [H0002800] = @H0002800, [H0002900] = @H0002900, [H0003000] = @H0003000, [H" + + "0003100] = @H0003100, [H0013600] = @H0013600, [H0013700] = @H0013700, [H0013800]" + + " = @H0013800, [H0013900] = @H0013900, [H0014000] = @H0014000, [H0014100] = @H001" + + "4100, [H0014200] = @H0014200, [H0014300] = @H0014300, [H0014400] = @H0014400, [H" + + "0014500] = @H0014500, [H0014700] = @H0014700, [H0014800] = @H0014800, [H0014900]" + + " = @H0014900, [H0015000] = @H0015000, [H0015100] = @H0015100, [H0015200] = @H001" + + "5200, [H0015300] = @H0015300, [H0015400] = @H0015400, [H0015500] = @H0015500, [H" + + "0015600] = @H0015600, [H0015700] = @H0015700, [H0015800] = @H0015800, [H0015803]" + + " = @H0015803, [H0015804] = @H0015804, [R0000100] = @R0000100, [R0006100] = @R000" + + "6100, [R0006500] = @R0006500, [R0007300] = @R0007300, [R0007700] = @R0007700, [R" + + "0007900] = @R0007900, [R0214700] = @R0214700, [R0214800] = @R0214800, [R2302900]" + + " = @R2302900, [R2303100] = @R2303100, [R2303200] = @R2303200, [R2303300] = @R230" + + "3300, [R2303500] = @R2303500, [R2303600] = @R2303600, [R2505100] = @R2505100, [R" + + "2505300] = @R2505300, [R2505400] = @R2505400, [R2505500] = @R2505500, [R2505700]" + + " = @R2505700, [R2505800] = @R2505800, [R2737900] = @R2737900, [R2837200] = @R283" + + "7200, [R2837300] = @R2837300, [R2837400] = @R2837400, [R2837500] = @R2837500, [R" + + "2837600] = @R2837600, [R2837700] = @R2837700, [R2837800] = @R2837800, [R2837900]" + + " = @R2837900, [R2838000] = @R2838000, [R2838100] = @R2838100, [R2838200] = @R283" + + "8200, [R2838300] = @R2838300, [R2838400] = @R2838400, [R2838500] = @R2838500, [R" + + "2838600] = @R2838600, [R2838700] = @R2838700, [R2838800] = @R2838800, [R2838900]" + + " = @R2838900, [R2839000] = @R2839000, [R2839100] = @R2839100, [R2839200] = @R283" + + "9200, [R2839300] = @R2839300, [R2839400] = @R2839400, [R2839500] = @R2839500, [R" + + "2839600] = @R2839600, [R2839700] = @R2839700, [R2839800] = @R2839800, [R2839900]" + + " = @R2839900, [R2840000] = @R2840000, [R2840100] = @R2840100, [R2840200] = @R284" + + "0200, [R2840300] = @R2840300, [R2840400] = @R2840400, [R2840500] = @R2840500, [R" + + "2840600] = @R2840600, [R2840700] = @R2840700, [R2840800] = @R2840800, [R2840900]" + + " = @R2840900, [R2841000] = @R2841000, [R2841100] = @R2841100 WHERE (((@IsNull_H0" + + "001600 = 1 AND [H0001600] IS NULL) OR ([H0001600] = @Original_H0001600)) AND ((@" + + "IsNull_H0001700 = 1 AND [H0001700] IS NULL) OR ([H0001700] = @Original_H0001700)" + + ") AND ((@IsNull_H0001800 = 1 AND [H0001800] IS NULL) OR ([H0001800] = @Original_" + + "H0001800)) AND ((@IsNull_H0001900 = 1 AND [H0001900] IS NULL) OR ([H0001900] = @" + + "Original_H0001900)) AND ((@IsNull_H0002000 = 1 AND [H0002000] IS NULL) OR ([H000" + + "2000] = @Original_H0002000)) AND ((@IsNull_H0002100 = 1 AND [H0002100] IS NULL) " + + "OR ([H0002100] = @Original_H0002100)) AND ((@IsNull_H0002200 = 1 AND [H0002200] " + + "IS NULL) OR ([H0002200] = @Original_H0002200)) AND ((@IsNull_H0002300 = 1 AND [H" + + "0002300] IS NULL) OR ([H0002300] = @Original_H0002300)) AND ((@IsNull_H0002400 =" + + " 1 AND [H0002400] IS NULL) OR ([H0002400] = @Original_H0002400)) AND ((@IsNull_H" + + "0002500 = 1 AND [H0002500] IS NULL) OR ([H0002500] = @Original_H0002500)) AND ((" + + "@IsNull_H0002600 = 1 AND [H0002600] IS NULL) OR ([H0002600] = @Original_H0002600" + + ")) AND ((@IsNull_H0002700 = 1 AND [H0002700] IS NULL) OR ([H0002700] = @Original" + + "_H0002700)) AND ((@IsNull_H0002800 = 1 AND [H0002800] IS NULL) OR ([H0002800] = " + + "@Original_H0002800)) AND ((@IsNull_H0002900 = 1 AND [H0002900] IS NULL) OR ([H00" + + "02900] = @Original_H0002900)) AND ((@IsNull_H0003000 = 1 AND [H0003000] IS NULL)" + + " OR ([H0003000] = @Original_H0003000)) AND ((@IsNull_H0003100 = 1 AND [H0003100]" + + " IS NULL) OR ([H0003100] = @Original_H0003100)) AND ((@IsNull_H0013600 = 1 AND [" + + "H0013600] IS NULL) OR ([H0013600] = @Original_H0013600)) AND ((@IsNull_H0013700 " + + "= 1 AND [H0013700] IS NULL) OR ([H0013700] = @Original_H0013700)) AND ((@IsNull_" + + "H0013800 = 1 AND [H0013800] IS NULL) OR ([H0013800] = @Original_H0013800)) AND (" + + "(@IsNull_H0013900 = 1 AND [H0013900] IS NULL) OR ([H0013900] = @Original_H001390" + + "0)) AND ((@IsNull_H0014000 = 1 AND [H0014000] IS NULL) OR ([H0014000] = @Origina" + + "l_H0014000)) AND ((@IsNull_H0014100 = 1 AND [H0014100] IS NULL) OR ([H0014100] =" + + " @Original_H0014100)) AND ((@IsNull_H0014200 = 1 AND [H0014200] IS NULL) OR ([H0" + + "014200] = @Original_H0014200)) AND ((@IsNull_H0014300 = 1 AND [H0014300] IS NULL" + + ") OR ([H0014300] = @Original_H0014300)) AND ((@IsNull_H0014400 = 1 AND [H0014400" + + "] IS NULL) OR ([H0014400] = @Original_H0014400)) AND ((@IsNull_H0014500 = 1 AND " + + "[H0014500] IS NULL) OR ([H0014500] = @Original_H0014500)) AND ((@IsNull_H0014700" + + " = 1 AND [H0014700] IS NULL) OR ([H0014700] = @Original_H0014700)) AND ((@IsNull" + + "_H0014800 = 1 AND [H0014800] IS NULL) OR ([H0014800] = @Original_H0014800)) AND " + + "((@IsNull_H0014900 = 1 AND [H0014900] IS NULL) OR ([H0014900] = @Original_H00149" + + "00)) AND ((@IsNull_H0015000 = 1 AND [H0015000] IS NULL) OR ([H0015000] = @Origin" + + "al_H0015000)) AND ((@IsNull_H0015100 = 1 AND [H0015100] IS NULL) OR ([H0015100] " + + "= @Original_H0015100)) AND ((@IsNull_H0015200 = 1 AND [H0015200] IS NULL) OR ([H" + + "0015200] = @Original_H0015200)) AND ((@IsNull_H0015300 = 1 AND [H0015300] IS NUL" + + "L) OR ([H0015300] = @Original_H0015300)) AND ((@IsNull_H0015400 = 1 AND [H001540" + + "0] IS NULL) OR ([H0015400] = @Original_H0015400)) AND ((@IsNull_H0015500 = 1 AND" + + " [H0015500] IS NULL) OR ([H0015500] = @Original_H0015500)) AND ((@IsNull_H001560" + + "0 = 1 AND [H0015600] IS NULL) OR ([H0015600] = @Original_H0015600)) AND ((@IsNul" + + "l_H0015700 = 1 AND [H0015700] IS NULL) OR ([H0015700] = @Original_H0015700)) AND" + + " ((@IsNull_H0015800 = 1 AND [H0015800] IS NULL) OR ([H0015800] = @Original_H0015" + + "800)) AND ((@IsNull_H0015803 = 1 AND [H0015803] IS NULL) OR ([H0015803] = @Origi" + + "nal_H0015803)) AND ((@IsNull_H0015804 = 1 AND [H0015804] IS NULL) OR ([H0015804]" + + " = @Original_H0015804)) AND ([R0000100] = @Original_R0000100) AND ((@IsNull_R000" + + "6100 = 1 AND [R0006100] IS NULL) OR ([R0006100] = @Original_R0006100)) AND ((@Is" + + "Null_R0006500 = 1 AND [R0006500] IS NULL) OR ([R0006500] = @Original_R0006500)) " + + "AND ((@IsNull_R0007300 = 1 AND [R0007300] IS NULL) OR ([R0007300] = @Original_R0" + + "007300)) AND ((@IsNull_R0007700 = 1 AND [R0007700] IS NULL) OR ([R0007700] = @Or" + + "iginal_R0007700)) AND ((@IsNull_R0007900 = 1 AND [R0007900] IS NULL) OR ([R00079" + + "00] = @Original_R0007900)) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR" + + " ([R0214700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS" + + " NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R2302900 = 1 AND [R23" + + "02900] IS NULL) OR ([R2302900] = @Original_R2302900)) AND ((@IsNull_R2303100 = 1" + + " AND [R2303100] IS NULL) OR ([R2303100] = @Original_R2303100)) AND ((@IsNull_R23" + + "03200 = 1 AND [R2303200] IS NULL) OR ([R2303200] = @Original_R2303200)) AND ((@I" + + "sNull_R2303300 = 1 AND [R2303300] IS NULL) OR ([R2303300] = @Original_R2303300))" + + " AND ((@IsNull_R2303500 = 1 AND [R2303500] IS NULL) OR ([R2303500] = @Original_R" + + "2303500)) AND ((@IsNull_R2303600 = 1 AND [R2303600] IS NULL) OR ([R2303600] = @O" + + "riginal_R2303600)) AND ((@IsNull_R2505100 = 1 AND [R2505100] IS NULL) OR ([R2505" + + "100] = @Original_R2505100)) AND ((@IsNull_R2505300 = 1 AND [R2505300] IS NULL) O" + + "R ([R2505300] = @Original_R2505300)) AND ((@IsNull_R2505400 = 1 AND [R2505400] I" + + "S NULL) OR ([R2505400] = @Original_R2505400)) AND ((@IsNull_R2505500 = 1 AND [R2" + + "505500] IS NULL) OR ([R2505500] = @Original_R2505500)) AND ((@IsNull_R2505700 = " + + "1 AND [R2505700] IS NULL) OR ([R2505700] = @Original_R2505700)) AND ((@IsNull_R2" + + "505800 = 1 AND [R2505800] IS NULL) OR ([R2505800] = @Original_R2505800)) AND ((@" + + "IsNull_R2737900 = 1 AND [R2737900] IS NULL) OR ([R2737900] = @Original_R2737900)" + + ") AND ((@IsNull_R2837200 = 1 AND [R2837200] IS NULL) OR ([R2837200] = @Original_" + + "R2837200)) AND ((@IsNull_R2837300 = 1 AND [R2837300] IS NULL) OR ([R2837300] = @" + + "Original_R2837300)) AND ((@IsNull_R2837400 = 1 AND [R2837400] IS NULL) OR ([R283" + + "7400] = @Original_R2837400)) AND ((@IsNull_R2837500 = 1 AND [R2837500] IS NULL) " + + "OR ([R2837500] = @Original_R2837500)) AND ((@IsNull_R2837600 = 1 AND [R2837600] " + + "IS NULL) OR ([R2837600] = @Original_R2837600)) AND ((@IsNull_R2837700 = 1 AND [R" + + "2837700] IS NULL) OR ([R2837700] = @Original_R2837700)) AND ((@IsNull_R2837800 =" + + " 1 AND [R2837800] IS NULL) OR ([R2837800] = @Original_R2837800)) AND ((@IsNull_R" + + "2837900 = 1 AND [R2837900] IS NULL) OR ([R2837900] = @Original_R2837900)) AND ((" + + "@IsNull_R2838000 = 1 AND [R2838000] IS NULL) OR ([R2838000] = @Original_R2838000" + + ")) AND ((@IsNull_R2838100 = 1 AND [R2838100] IS NULL) OR ([R2838100] = @Original" + + "_R2838100)) AND ((@IsNull_R2838200 = 1 AND [R2838200] IS NULL) OR ([R2838200] = " + + "@Original_R2838200)) AND ((@IsNull_R2838300 = 1 AND [R2838300] IS NULL) OR ([R28" + + "38300] = @Original_R2838300)) AND ((@IsNull_R2838400 = 1 AND [R2838400] IS NULL)" + + " OR ([R2838400] = @Original_R2838400)) AND ((@IsNull_R2838500 = 1 AND [R2838500]" + + " IS NULL) OR ([R2838500] = @Original_R2838500)) AND ((@IsNull_R2838600 = 1 AND [" + + "R2838600] IS NULL) OR ([R2838600] = @Original_R2838600)) AND ((@IsNull_R2838700 " + + "= 1 AND [R2838700] IS NULL) OR ([R2838700] = @Original_R2838700)) AND ((@IsNull_" + + "R2838800 = 1 AND [R2838800] IS NULL) OR ([R2838800] = @Original_R2838800)) AND (" + + "(@IsNull_R2838900 = 1 AND [R2838900] IS NULL) OR ([R2838900] = @Original_R283890" + + "0)) AND ((@IsNull_R2839000 = 1 AND [R2839000] IS NULL) OR ([R2839000] = @Origina" + + "l_R2839000)) AND ((@IsNull_R2839100 = 1 AND [R2839100] IS NULL) OR ([R2839100] =" + + " @Original_R2839100)) AND ((@IsNull_R2839200 = 1 AND [R2839200] IS NULL) OR ([R2" + + "839200] = @Original_R2839200)) AND ((@IsNull_R2839300 = 1 AND [R2839300] IS NULL" + + ") OR ([R2839300] = @Original_R2839300)) AND ((@IsNull_R2839400 = 1 AND [R2839400" + + "] IS NULL) OR ([R2839400] = @Original_R2839400)) AND ((@IsNull_R2839500 = 1 AND " + + "[R2839500] IS NULL) OR ([R2839500] = @Original_R2839500)) AND ((@IsNull_R2839600" + + " = 1 AND [R2839600] IS NULL) OR ([R2839600] = @Original_R2839600)) AND ((@IsNull" + + "_R2839700 = 1 AND [R2839700] IS NULL) OR ([R2839700] = @Original_R2839700)) AND " + + "((@IsNull_R2839800 = 1 AND [R2839800] IS NULL) OR ([R2839800] = @Original_R28398" + + "00)) AND ((@IsNull_R2839900 = 1 AND [R2839900] IS NULL) OR ([R2839900] = @Origin" + + "al_R2839900)) AND ((@IsNull_R2840000 = 1 AND [R2840000] IS NULL) OR ([R2840000] " + + "= @Original_R2840000)) AND ((@IsNull_R2840100 = 1 AND [R2840100] IS NULL) OR ([R" + + "2840100] = @Original_R2840100)) AND ((@IsNull_R2840200 = 1 AND [R2840200] IS NUL" + + "L) OR ([R2840200] = @Original_R2840200)) AND ((@IsNull_R2840300 = 1 AND [R284030" + + "0] IS NULL) OR ([R2840300] = @Original_R2840300)) AND ((@IsNull_R2840400 = 1 AND" + + " [R2840400] IS NULL) OR ([R2840400] = @Original_R2840400)) AND ((@IsNull_R284050" + + "0 = 1 AND [R2840500] IS NULL) OR ([R2840500] = @Original_R2840500)) AND ((@IsNul" + + "l_R2840600 = 1 AND [R2840600] IS NULL) OR ([R2840600] = @Original_R2840600)) AND" + + " ((@IsNull_R2840700 = 1 AND [R2840700] IS NULL) OR ([R2840700] = @Original_R2840" + + "700)) AND ((@IsNull_R2840800 = 1 AND [R2840800] IS NULL) OR ([R2840800] = @Origi" + + "nal_R2840800)) AND ((@IsNull_R2840900 = 1 AND [R2840900] IS NULL) OR ([R2840900]" + + " = @Original_R2840900)) AND ((@IsNull_R2841000 = 1 AND [R2841000] IS NULL) OR ([" + + "R2841000] = @Original_R2841000)) AND ((@IsNull_R2841100 = 1 AND [R2841100] IS NU" + + "LL) OR ([R2841100] = @Original_R2841100)));\r\nSELECT H0001600, H0001700, H0001800" + + ", H0001900, H0002000, H0002100, H0002200, H0002300, H0002400, H0002500, H0002600" + + ", H0002700, H0002800, H0002900, H0003000, H0003100, H0013600, H0013700, H0013800" + + ", H0013900, H0014000, H0014100, H0014200, H0014300, H0014400, H0014500, H0014700" + + ", H0014800, H0014900, H0015000, H0015100, H0015200, H0015300, H0015400, H0015500" + + ", H0015600, H0015700, H0015800, H0015803, H0015804, R0000100, R0006100, R0006500" + + ", R0007300, R0007700, R0007900, R0214700, R0214800, R2302900, R2303100, R2303200" + + ", R2303300, R2303500, R2303600, R2505100, R2505300, R2505400, R2505500, R2505700" + + ", R2505800, R2737900, R2837200, R2837300, R2837400, R2837500, R2837600, R2837700" + + ", R2837800, R2837900, R2838000, R2838100, R2838200, R2838300, R2838400, R2838500" + + ", R2838600, R2838700, R2838800, R2838900, R2839000, R2839100, R2839200, R2839300" + + ", R2839400, R2839500, R2839600, R2839700, R2839800, R2839900, R2840000, R2840100" + + ", R2840200, R2840300, R2840400, R2840500, R2840600, R2840700, R2840800, R2840900" + + ", R2841000, R2841100 FROM Extract.tblGen1Implicit WHERE (R0000100 = @R0000100)"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0308500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0904100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0904100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1151000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1151000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1386000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1386000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1637700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1891300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2207200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2544900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0308500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0308500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0904100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0904100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0904100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0904100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1151000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1151000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1151000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1151000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1386000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1386000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1386000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1386000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1637700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1637700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1891300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1891300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2207200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2207200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2544900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2544900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0001600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0001700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0001800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0001900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0002900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0003000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0003000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0003100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0003100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0013600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0013700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0013800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0013900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0014900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015803", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015803", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@H0015804", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015804", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0006100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0006100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0006500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0006500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0007700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0007900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2302900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2302900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2303100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2303200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2303300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2303500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2303600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2505100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2505300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2505400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2505500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2505700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2505800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2737900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2737900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2837900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2838900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2839900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2840900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2841000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2841000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2841100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2841100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0001600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0001600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0001700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0001700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0001800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0001800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0001900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0001900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0001900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0002900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0002900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0002900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0003000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0003000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0003000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0003000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0003100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0003100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0003100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0003100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0013600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0013600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0013700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0013700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0013800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0013800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0013900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0013900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0013900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0014900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0014900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0014900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015803", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015803", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015803", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015803", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_H0015804", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015804", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_H0015804", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "H0015804", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0006100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0006100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0006100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0006100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0006500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0006500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0006500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0006500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0007700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0007700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0007900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0007900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0007900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2302900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2302900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2302900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2302900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2303100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2303100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2303200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2303200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2303300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2303300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2303500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2303500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2303600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2303600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2303600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2505100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2505100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2505300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2505300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2505400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2505400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2505500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2505500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2505700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2505700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2505800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2505800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2505800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2737900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2737900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2737900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2737900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2837900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2837900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2837900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2838900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2838900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2838900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2839900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2839900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2839900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2840900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2840900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2840900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2841000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2841000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2841000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2841000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2841100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2841100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2841100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2841100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -104150,9 +103691,7 @@ 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 C0000100, C0000200, C0005300, C0005400, C0005700, Y0308500, Y0904100, Y115" + - "1000, Y1386000, Y1637700, Y1891300, Y2207200, Y2544900 FROM Extract.tblGen2Outco" + - "mesWeight"; + this._commandCollection[0].CommandText = @"SELECT H0001600, H0001700, H0001800, H0001900, H0002000, H0002100, H0002200, H0002300, H0002400, H0002500, H0002600, H0002700, H0002800, H0002900, H0003000, H0003100, H0013600, H0013700, H0013800, H0013900, H0014000, H0014100, H0014200, H0014300, H0014400, H0014500, H0014700, H0014800, H0014900, H0015000, H0015100, H0015200, H0015300, H0015400, H0015500, H0015600, H0015700, H0015800, H0015803, H0015804, R0000100, R0006100, R0006500, R0007300, R0007700, R0007900, R0214700, R0214800, R2302900, R2303100, R2303200, R2303300, R2303500, R2303600, R2505100, R2505300, R2505400, R2505500, R2505700, R2505800, R2737900, R2837200, R2837300, R2837400, R2837500, R2837600, R2837700, R2837800, R2837900, R2838000, R2838100, R2838200, R2838300, R2838400, R2838500, R2838600, R2838700, R2838800, R2838900, R2839000, R2839100, R2839200, R2839300, R2839400, R2839500, R2839600, R2839700, R2839800, R2839900, R2840000, R2840100, R2840200, R2840300, R2840400, R2840500, R2840600, R2840700, R2840800, R2840900, R2841000, R2841100 FROM Extract.tblGen1Implicit"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; } @@ -104160,7 +103699,7 @@ private void InitCommandCollection() { [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(ImportDataSet.tblGen2OutcomesWeightDataTable dataTable) { + public virtual int Fill(ImportDataSet.tblGen1ImplicitDataTable dataTable) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((this.ClearBeforeFill == true)) { dataTable.Clear(); @@ -104173,9 +103712,9 @@ public virtual int Fill(ImportDataSet.tblGen2OutcomesWeightDataTable dataTable) [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 ImportDataSet.tblGen2OutcomesWeightDataTable GetData() { + public virtual ImportDataSet.tblGen1ImplicitDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; - ImportDataSet.tblGen2OutcomesWeightDataTable dataTable = new ImportDataSet.tblGen2OutcomesWeightDataTable(); + ImportDataSet.tblGen1ImplicitDataTable dataTable = new ImportDataSet.tblGen1ImplicitDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -104183,7 +103722,7 @@ public virtual ImportDataSet.tblGen2OutcomesWeightDataTable GetData() { [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(ImportDataSet.tblGen2OutcomesWeightDataTable dataTable) { + public virtual int Update(ImportDataSet.tblGen1ImplicitDataTable dataTable) { return this.Adapter.Update(dataTable); } @@ -104191,7 +103730,7 @@ public virtual int Update(ImportDataSet.tblGen2OutcomesWeightDataTable dataTable [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(ImportDataSet dataSet) { - return this.Adapter.Update(dataSet, "tblGen2OutcomesWeight"); + return this.Adapter.Update(dataSet, "tblGen1Implicit"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -104213,2303 +103752,1631 @@ public virtual int Update(global::System.Data.DataRow[] dataRows) { [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(int Original_C0000100, global::System.Nullable Original_C0000200, global::System.Nullable Original_C0005300, global::System.Nullable Original_C0005400, global::System.Nullable Original_C0005700, global::System.Nullable Original_Y0308500, global::System.Nullable Original_Y0904100, global::System.Nullable Original_Y1151000, global::System.Nullable Original_Y1386000, global::System.Nullable Original_Y1637700, global::System.Nullable Original_Y1891300, global::System.Nullable Original_Y2207200, global::System.Nullable Original_Y2544900) { - this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_C0000100)); - if ((Original_C0000200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_C0000200.Value)); + public virtual int Delete( + global::System.Nullable Original_H0001600, + global::System.Nullable Original_H0001700, + global::System.Nullable Original_H0001800, + global::System.Nullable Original_H0001900, + global::System.Nullable Original_H0002000, + global::System.Nullable Original_H0002100, + global::System.Nullable Original_H0002200, + global::System.Nullable Original_H0002300, + global::System.Nullable Original_H0002400, + global::System.Nullable Original_H0002500, + global::System.Nullable Original_H0002600, + global::System.Nullable Original_H0002700, + global::System.Nullable Original_H0002800, + global::System.Nullable Original_H0002900, + global::System.Nullable Original_H0003000, + global::System.Nullable Original_H0003100, + global::System.Nullable Original_H0013600, + global::System.Nullable Original_H0013700, + global::System.Nullable Original_H0013800, + global::System.Nullable Original_H0013900, + global::System.Nullable Original_H0014000, + global::System.Nullable Original_H0014100, + global::System.Nullable Original_H0014200, + global::System.Nullable Original_H0014300, + global::System.Nullable Original_H0014400, + global::System.Nullable Original_H0014500, + global::System.Nullable Original_H0014700, + global::System.Nullable Original_H0014800, + global::System.Nullable Original_H0014900, + global::System.Nullable Original_H0015000, + global::System.Nullable Original_H0015100, + global::System.Nullable Original_H0015200, + global::System.Nullable Original_H0015300, + global::System.Nullable Original_H0015400, + global::System.Nullable Original_H0015500, + global::System.Nullable Original_H0015600, + global::System.Nullable Original_H0015700, + global::System.Nullable Original_H0015800, + global::System.Nullable Original_H0015803, + global::System.Nullable Original_H0015804, + int Original_R0000100, + global::System.Nullable Original_R0006100, + global::System.Nullable Original_R0006500, + global::System.Nullable Original_R0007300, + global::System.Nullable Original_R0007700, + global::System.Nullable Original_R0007900, + global::System.Nullable Original_R0214700, + global::System.Nullable Original_R0214800, + global::System.Nullable Original_R2302900, + global::System.Nullable Original_R2303100, + global::System.Nullable Original_R2303200, + global::System.Nullable Original_R2303300, + global::System.Nullable Original_R2303500, + global::System.Nullable Original_R2303600, + global::System.Nullable Original_R2505100, + global::System.Nullable Original_R2505300, + global::System.Nullable Original_R2505400, + global::System.Nullable Original_R2505500, + global::System.Nullable Original_R2505700, + global::System.Nullable Original_R2505800, + global::System.Nullable Original_R2737900, + global::System.Nullable Original_R2837200, + global::System.Nullable Original_R2837300, + global::System.Nullable Original_R2837400, + global::System.Nullable Original_R2837500, + global::System.Nullable Original_R2837600, + global::System.Nullable Original_R2837700, + global::System.Nullable Original_R2837800, + global::System.Nullable Original_R2837900, + global::System.Nullable Original_R2838000, + global::System.Nullable Original_R2838100, + global::System.Nullable Original_R2838200, + global::System.Nullable Original_R2838300, + global::System.Nullable Original_R2838400, + global::System.Nullable Original_R2838500, + global::System.Nullable Original_R2838600, + global::System.Nullable Original_R2838700, + global::System.Nullable Original_R2838800, + global::System.Nullable Original_R2838900, + global::System.Nullable Original_R2839000, + global::System.Nullable Original_R2839100, + global::System.Nullable Original_R2839200, + global::System.Nullable Original_R2839300, + global::System.Nullable Original_R2839400, + global::System.Nullable Original_R2839500, + global::System.Nullable Original_R2839600, + global::System.Nullable Original_R2839700, + global::System.Nullable Original_R2839800, + global::System.Nullable Original_R2839900, + global::System.Nullable Original_R2840000, + global::System.Nullable Original_R2840100, + global::System.Nullable Original_R2840200, + global::System.Nullable Original_R2840300, + global::System.Nullable Original_R2840400, + global::System.Nullable Original_R2840500, + global::System.Nullable Original_R2840600, + global::System.Nullable Original_R2840700, + global::System.Nullable Original_R2840800, + global::System.Nullable Original_R2840900, + global::System.Nullable Original_R2841000, + global::System.Nullable Original_R2841100) { + if ((Original_H0001600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[0].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[1].Value = ((int)(Original_H0001600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[0].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[1].Value = global::System.DBNull.Value; } - if ((Original_C0005300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[4].Value = ((int)(Original_C0005300.Value)); + if ((Original_H0001700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[3].Value = ((int)(Original_H0001700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[3].Value = global::System.DBNull.Value; } - if ((Original_C0005400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_C0005400.Value)); + if ((Original_H0001800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[5].Value = ((int)(Original_H0001800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((Original_C0005700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[8].Value = ((int)(Original_C0005700.Value)); + if ((Original_H0001900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[7].Value = ((int)(Original_H0001900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[7].Value = global::System.DBNull.Value; } - if ((Original_Y0308500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_Y0308500.Value)); + if ((Original_H0002000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[9].Value = ((int)(Original_H0002000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[9].Value = global::System.DBNull.Value; } - if ((Original_Y0904100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[12].Value = ((int)(Original_Y0904100.Value)); + if ((Original_H0002100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[10].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[11].Value = ((int)(Original_H0002100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[10].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[11].Value = global::System.DBNull.Value; } - if ((Original_Y1151000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[14].Value = ((int)(Original_Y1151000.Value)); + if ((Original_H0002200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[12].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[13].Value = ((int)(Original_H0002200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[12].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[13].Value = global::System.DBNull.Value; } - if ((Original_Y1386000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[16].Value = ((int)(Original_Y1386000.Value)); + if ((Original_H0002300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[14].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[15].Value = ((int)(Original_H0002300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[14].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[15].Value = global::System.DBNull.Value; } - if ((Original_Y1637700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[18].Value = ((int)(Original_Y1637700.Value)); + if ((Original_H0002400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[16].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[17].Value = ((int)(Original_H0002400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[16].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[17].Value = global::System.DBNull.Value; } - if ((Original_Y1891300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[20].Value = ((int)(Original_Y1891300.Value)); + if ((Original_H0002500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[18].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[19].Value = ((int)(Original_H0002500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[18].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[19].Value = global::System.DBNull.Value; } - if ((Original_Y2207200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[22].Value = ((int)(Original_Y2207200.Value)); + if ((Original_H0002600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[20].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[21].Value = ((int)(Original_H0002600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[20].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[21].Value = global::System.DBNull.Value; } - if ((Original_Y2544900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[24].Value = ((int)(Original_Y2544900.Value)); + if ((Original_H0002700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[22].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[23].Value = ((int)(Original_H0002700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.Value; - } - 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(); + this.Adapter.DeleteCommand.Parameters[22].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[23].Value = global::System.DBNull.Value; } - try { - int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); - return returnValue; + if ((Original_H0002800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[24].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[25].Value = ((int)(Original_H0002800.Value)); } - finally { - if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.DeleteCommand.Connection.Close(); - } + else { + this.Adapter.DeleteCommand.Parameters[24].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[25].Value = global::System.DBNull.Value; } - } - - [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(int C0000100, global::System.Nullable C0000200, global::System.Nullable C0005300, global::System.Nullable C0005400, global::System.Nullable C0005700, global::System.Nullable Y0308500, global::System.Nullable Y0904100, global::System.Nullable Y1151000, global::System.Nullable Y1386000, global::System.Nullable Y1637700, global::System.Nullable Y1891300, global::System.Nullable Y2207200, global::System.Nullable Y2544900) { - this.Adapter.InsertCommand.Parameters[0].Value = ((int)(C0000100)); - if ((C0000200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[1].Value = ((int)(C0000200.Value)); + if ((Original_H0002900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[26].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[27].Value = ((int)(Original_H0002900.Value)); } else { - this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[26].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[27].Value = global::System.DBNull.Value; } - if ((C0005300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[2].Value = ((int)(C0005300.Value)); + if ((Original_H0003000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[28].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[29].Value = ((int)(Original_H0003000.Value)); } else { - this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[28].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[29].Value = global::System.DBNull.Value; } - if ((C0005400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[3].Value = ((int)(C0005400.Value)); + if ((Original_H0003100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[30].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[31].Value = ((int)(Original_H0003100.Value)); } else { - this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[30].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[31].Value = global::System.DBNull.Value; } - if ((C0005700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[4].Value = ((int)(C0005700.Value)); + if ((Original_H0013600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[32].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[33].Value = ((int)(Original_H0013600.Value)); } else { - this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[32].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[33].Value = global::System.DBNull.Value; } - if ((Y0308500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[5].Value = ((int)(Y0308500.Value)); + if ((Original_H0013700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[34].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[35].Value = ((int)(Original_H0013700.Value)); } else { - this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[34].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[35].Value = global::System.DBNull.Value; } - if ((Y0904100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[6].Value = ((int)(Y0904100.Value)); + if ((Original_H0013800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[36].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[37].Value = ((int)(Original_H0013800.Value)); } else { - this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[36].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[37].Value = global::System.DBNull.Value; } - if ((Y1151000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[7].Value = ((int)(Y1151000.Value)); + if ((Original_H0013900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[38].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[39].Value = ((int)(Original_H0013900.Value)); } else { - this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[38].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[39].Value = global::System.DBNull.Value; } - if ((Y1386000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[8].Value = ((int)(Y1386000.Value)); + if ((Original_H0014000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[40].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[41].Value = ((int)(Original_H0014000.Value)); } else { - this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[40].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[41].Value = global::System.DBNull.Value; } - if ((Y1637700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[9].Value = ((int)(Y1637700.Value)); + if ((Original_H0014100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[42].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[43].Value = ((int)(Original_H0014100.Value)); } else { - this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[42].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[43].Value = global::System.DBNull.Value; } - if ((Y1891300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[10].Value = ((int)(Y1891300.Value)); + if ((Original_H0014200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[44].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[45].Value = ((int)(Original_H0014200.Value)); } else { - this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[44].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[45].Value = global::System.DBNull.Value; } - if ((Y2207200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[11].Value = ((int)(Y2207200.Value)); + if ((Original_H0014300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[46].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[47].Value = ((int)(Original_H0014300.Value)); } else { - this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[46].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[47].Value = global::System.DBNull.Value; } - if ((Y2544900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[12].Value = ((int)(Y2544900.Value)); + if ((Original_H0014400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[48].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[49].Value = ((int)(Original_H0014400.Value)); } else { - this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; - } - 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(); + this.Adapter.DeleteCommand.Parameters[48].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[49].Value = global::System.DBNull.Value; } - try { - int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); - return returnValue; + if ((Original_H0014500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[50].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[51].Value = ((int)(Original_H0014500.Value)); } - finally { - if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.InsertCommand.Connection.Close(); - } + else { + this.Adapter.DeleteCommand.Parameters[50].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[51].Value = global::System.DBNull.Value; } - } - - [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 C0000100, - global::System.Nullable C0000200, - global::System.Nullable C0005300, - global::System.Nullable C0005400, - global::System.Nullable C0005700, - global::System.Nullable Y0308500, - global::System.Nullable Y0904100, - global::System.Nullable Y1151000, - global::System.Nullable Y1386000, - global::System.Nullable Y1637700, - global::System.Nullable Y1891300, - global::System.Nullable Y2207200, - global::System.Nullable Y2544900, - int Original_C0000100, - global::System.Nullable Original_C0000200, - global::System.Nullable Original_C0005300, - global::System.Nullable Original_C0005400, - global::System.Nullable Original_C0005700, - global::System.Nullable Original_Y0308500, - global::System.Nullable Original_Y0904100, - global::System.Nullable Original_Y1151000, - global::System.Nullable Original_Y1386000, - global::System.Nullable Original_Y1637700, - global::System.Nullable Original_Y1891300, - global::System.Nullable Original_Y2207200, - global::System.Nullable Original_Y2544900) { - this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(C0000100)); - if ((C0000200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(C0000200.Value)); + if ((Original_H0014700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[52].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[53].Value = ((int)(Original_H0014700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[52].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[53].Value = global::System.DBNull.Value; } - if ((C0005300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(C0005300.Value)); + if ((Original_H0014800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[54].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[55].Value = ((int)(Original_H0014800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[54].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[55].Value = global::System.DBNull.Value; } - if ((C0005400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(C0005400.Value)); + if ((Original_H0014900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[56].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[57].Value = ((int)(Original_H0014900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[56].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[57].Value = global::System.DBNull.Value; } - if ((C0005700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(C0005700.Value)); + if ((Original_H0015000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[58].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[59].Value = ((int)(Original_H0015000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[58].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[59].Value = global::System.DBNull.Value; } - if ((Y0308500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(Y0308500.Value)); + if ((Original_H0015100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[60].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[61].Value = ((int)(Original_H0015100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[60].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[61].Value = global::System.DBNull.Value; } - if ((Y0904100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(Y0904100.Value)); + if ((Original_H0015200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[62].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[63].Value = ((int)(Original_H0015200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[62].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[63].Value = global::System.DBNull.Value; } - if ((Y1151000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(Y1151000.Value)); + if ((Original_H0015300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[64].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[65].Value = ((int)(Original_H0015300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[64].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[65].Value = global::System.DBNull.Value; } - if ((Y1386000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(Y1386000.Value)); + if ((Original_H0015400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[66].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[67].Value = ((int)(Original_H0015400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[66].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[67].Value = global::System.DBNull.Value; } - if ((Y1637700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(Y1637700.Value)); + if ((Original_H0015500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[68].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[69].Value = ((int)(Original_H0015500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[68].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[69].Value = global::System.DBNull.Value; } - if ((Y1891300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(Y1891300.Value)); + if ((Original_H0015600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[70].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[71].Value = ((int)(Original_H0015600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[70].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[71].Value = global::System.DBNull.Value; } - if ((Y2207200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(Y2207200.Value)); + if ((Original_H0015700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[72].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[73].Value = ((int)(Original_H0015700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[72].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[73].Value = global::System.DBNull.Value; } - if ((Y2544900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(Y2544900.Value)); + if ((Original_H0015800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[74].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[75].Value = ((int)(Original_H0015800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[74].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[75].Value = global::System.DBNull.Value; } - this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(Original_C0000100)); - if ((Original_C0000200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[14].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(Original_C0000200.Value)); + if ((Original_H0015803.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[76].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[77].Value = ((int)(Original_H0015803.Value)); } else { - this.Adapter.UpdateCommand.Parameters[14].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[76].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[77].Value = global::System.DBNull.Value; } - if ((Original_C0005300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[16].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(Original_C0005300.Value)); + if ((Original_H0015804.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[78].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[79].Value = ((int)(Original_H0015804.Value)); } else { - this.Adapter.UpdateCommand.Parameters[16].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[78].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[79].Value = global::System.DBNull.Value; } - if ((Original_C0005400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[18].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(Original_C0005400.Value)); + this.Adapter.DeleteCommand.Parameters[80].Value = ((int)(Original_R0000100)); + if ((Original_R0006100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[82].Value = ((int)(Original_R0006100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[18].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[82].Value = global::System.DBNull.Value; } - if ((Original_C0005700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[20].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(Original_C0005700.Value)); + if ((Original_R0006500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[84].Value = ((int)(Original_R0006500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[20].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[84].Value = global::System.DBNull.Value; } - if ((Original_Y0308500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(Original_Y0308500.Value)); + if ((Original_R0007300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[86].Value = ((int)(Original_R0007300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[86].Value = global::System.DBNull.Value; } - if ((Original_Y0904100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(Original_Y0904100.Value)); + if ((Original_R0007700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[88].Value = ((int)(Original_R0007700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[88].Value = global::System.DBNull.Value; } - if ((Original_Y1151000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[26].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(Original_Y1151000.Value)); + if ((Original_R0007900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[90].Value = ((int)(Original_R0007900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[26].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[90].Value = global::System.DBNull.Value; } - if ((Original_Y1386000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[28].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(Original_Y1386000.Value)); + if ((Original_R0214700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[92].Value = ((int)(Original_R0214700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[28].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[92].Value = global::System.DBNull.Value; } - if ((Original_Y1637700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[30].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(Original_Y1637700.Value)); + if ((Original_R0214800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[94].Value = ((int)(Original_R0214800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[30].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[94].Value = global::System.DBNull.Value; } - if ((Original_Y1891300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[32].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(Original_Y1891300.Value)); + if ((Original_R2302900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[96].Value = ((int)(Original_R2302900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[32].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[96].Value = global::System.DBNull.Value; } - if ((Original_Y2207200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[34].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(Original_Y2207200.Value)); + if ((Original_R2303100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[98].Value = ((int)(Original_R2303100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[34].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[98].Value = global::System.DBNull.Value; } - if ((Original_Y2544900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[36].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(Original_Y2544900.Value)); + if ((Original_R2303200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[100].Value = ((int)(Original_R2303200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[36].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[100].Value = global::System.DBNull.Value; } - 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(); + if ((Original_R2303300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[102].Value = ((int)(Original_R2303300.Value)); } - try { - int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); - return returnValue; + else { + this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[102].Value = global::System.DBNull.Value; } - finally { - if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.UpdateCommand.Connection.Close(); - } + if ((Original_R2303500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[104].Value = ((int)(Original_R2303500.Value)); } - } - - [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( - global::System.Nullable C0000200, - global::System.Nullable C0005300, - global::System.Nullable C0005400, - global::System.Nullable C0005700, - global::System.Nullable Y0308500, - global::System.Nullable Y0904100, - global::System.Nullable Y1151000, - global::System.Nullable Y1386000, - global::System.Nullable Y1637700, - global::System.Nullable Y1891300, - global::System.Nullable Y2207200, - global::System.Nullable Y2544900, - int Original_C0000100, - global::System.Nullable Original_C0000200, - global::System.Nullable Original_C0005300, - global::System.Nullable Original_C0005400, - global::System.Nullable Original_C0005700, - global::System.Nullable Original_Y0308500, - global::System.Nullable Original_Y0904100, - global::System.Nullable Original_Y1151000, - global::System.Nullable Original_Y1386000, - global::System.Nullable Original_Y1637700, - global::System.Nullable Original_Y1891300, - global::System.Nullable Original_Y2207200, - global::System.Nullable Original_Y2544900) { - return this.Update(Original_C0000100, C0000200, C0005300, C0005400, C0005700, Y0308500, Y0904100, Y1151000, Y1386000, Y1637700, Y1891300, Y2207200, Y2544900, Original_C0000100, Original_C0000200, Original_C0005300, Original_C0005400, Original_C0005700, Original_Y0308500, Original_Y0904100, Original_Y1151000, Original_Y1386000, Original_Y1637700, Original_Y1891300, Original_Y2207200, Original_Y2544900); - } - } - - /// - ///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 tblLinks2004Gen1TableAdapter : 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 tblLinks2004Gen1TableAdapter() { - 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; + else { + this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[104].Value = global::System.DBNull.Value; } - } - - [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; + if ((Original_R2303600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[106].Value = ((int)(Original_R2303600.Value)); } - 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; - } - } + else { + this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[106].Value = global::System.DBNull.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; + if ((Original_R2505100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[108].Value = ((int)(Original_R2505100.Value)); } - 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; - } + else { + this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[108].Value = global::System.DBNull.Value; } - } - - [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; + if ((Original_R2505300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[110].Value = ((int)(Original_R2505300.Value)); } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool ClearBeforeFill { - get { - return this._clearBeforeFill; + else { + this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[110].Value = global::System.DBNull.Value; } - set { - this._clearBeforeFill = value; + if ((Original_R2505400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[112].Value = ((int)(Original_R2505400.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 = "tblLinks2004Gen1"; - tableMapping.ColumnMappings.Add("PairID", "PairID"); - tableMapping.ColumnMappings.Add("ExtendedFamilyID", "ExtendedFamilyID"); - tableMapping.ColumnMappings.Add("ID1", "ID1"); - tableMapping.ColumnMappings.Add("ID2", "ID2"); - tableMapping.ColumnMappings.Add("Sex1", "Sex1"); - tableMapping.ColumnMappings.Add("Sex2", "Sex2"); - tableMapping.ColumnMappings.Add("RecommendedRelatedness", "RecommendedRelatedness"); - tableMapping.ColumnMappings.Add("SubjectTag_S1", "SubjectTag_S1"); - tableMapping.ColumnMappings.Add("SubjectTag_S2", "SubjectTag_S2"); - 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 [Extract].[tblLinks2004Gen1] WHERE (([PairID] = @Original_PairID) AND ([ExtendedFamilyID] = @Original_ExtendedFamilyID) AND ([ID1] = @Original_ID1) AND ([ID2] = @Original_ID2) AND ((@IsNull_Sex1 = 1 AND [Sex1] IS NULL) OR ([Sex1] = @Original_Sex1)) AND ((@IsNull_Sex2 = 1 AND [Sex2] IS NULL) OR ([Sex2] = @Original_Sex2)) AND ((@IsNull_RecommendedRelatedness = 1 AND [RecommendedRelatedness] IS NULL) OR ([RecommendedRelatedness] = @Original_RecommendedRelatedness)) AND ([SubjectTag_S1] = @Original_SubjectTag_S1) AND ([SubjectTag_S2] = @Original_SubjectTag_S2))"; - this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PairID", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PairID", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ExtendedFamilyID", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ExtendedFamilyID", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ID1", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ID2", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Sex1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sex1", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Sex2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sex2", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_RecommendedRelatedness", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RecommendedRelatedness", global::System.Data.SqlDbType.Real, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SubjectTag_S1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SubjectTag_S2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S2", 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 [Extract].[tblLinks2004Gen1] ([PairID], [ExtendedFamilyID], [ID1], [ID2], [Sex1], [Sex2], [RecommendedRelatedness], [SubjectTag_S1], [SubjectTag_S2]) VALUES (@PairID, @ExtendedFamilyID, @ID1, @ID2, @Sex1, @Sex2, @RecommendedRelatedness, @SubjectTag_S1, @SubjectTag_S2); -SELECT PairID, ExtendedFamilyID, ID1, ID2, Sex1, Sex2, RecommendedRelatedness, SubjectTag_S1, SubjectTag_S2 FROM Extract.tblLinks2004Gen1 WHERE (SubjectTag_S1 = @SubjectTag_S1) AND (SubjectTag_S2 = @SubjectTag_S2)"; - this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PairID", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PairID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ExtendedFamilyID", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ExtendedFamilyID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID1", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID2", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sex1", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sex2", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RecommendedRelatedness", global::System.Data.SqlDbType.Real, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SubjectTag_S1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SubjectTag_S2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S2", 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 [Extract].[tblLinks2004Gen1] SET [PairID] = @PairID, [ExtendedFamilyID] = @ExtendedFamilyID, [ID1] = @ID1, [ID2] = @ID2, [Sex1] = @Sex1, [Sex2] = @Sex2, [RecommendedRelatedness] = @RecommendedRelatedness, [SubjectTag_S1] = @SubjectTag_S1, [SubjectTag_S2] = @SubjectTag_S2 WHERE (([PairID] = @Original_PairID) AND ([ExtendedFamilyID] = @Original_ExtendedFamilyID) AND ([ID1] = @Original_ID1) AND ([ID2] = @Original_ID2) AND ((@IsNull_Sex1 = 1 AND [Sex1] IS NULL) OR ([Sex1] = @Original_Sex1)) AND ((@IsNull_Sex2 = 1 AND [Sex2] IS NULL) OR ([Sex2] = @Original_Sex2)) AND ((@IsNull_RecommendedRelatedness = 1 AND [RecommendedRelatedness] IS NULL) OR ([RecommendedRelatedness] = @Original_RecommendedRelatedness)) AND ([SubjectTag_S1] = @Original_SubjectTag_S1) AND ([SubjectTag_S2] = @Original_SubjectTag_S2)); -SELECT PairID, ExtendedFamilyID, ID1, ID2, Sex1, Sex2, RecommendedRelatedness, SubjectTag_S1, SubjectTag_S2 FROM Extract.tblLinks2004Gen1 WHERE (SubjectTag_S1 = @SubjectTag_S1) AND (SubjectTag_S2 = @SubjectTag_S2)"; - this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PairID", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PairID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ExtendedFamilyID", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ExtendedFamilyID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID1", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID2", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sex1", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sex2", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RecommendedRelatedness", global::System.Data.SqlDbType.Real, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SubjectTag_S1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SubjectTag_S2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PairID", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PairID", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ExtendedFamilyID", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ExtendedFamilyID", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ID1", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ID2", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Sex1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sex1", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Sex2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sex2", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_RecommendedRelatedness", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RecommendedRelatedness", global::System.Data.SqlDbType.Real, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SubjectTag_S1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SubjectTag_S2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S2", 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::Nls.Base79.Properties.Settings.Default.Nlsy79ConnectionStringBase; - } - - [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 PairID, ExtendedFamilyID, ID1, ID2, Sex1, Sex2, RecommendedRelatedness, Su" + - "bjectTag_S1, SubjectTag_S2 FROM Extract.tblLinks2004Gen1"; - 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(ImportDataSet.tblLinks2004Gen1DataTable dataTable) { - this.Adapter.SelectCommand = this.CommandCollection[0]; - if ((this.ClearBeforeFill == true)) { - dataTable.Clear(); + else { + this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[112].Value = global::System.DBNull.Value; } - 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 ImportDataSet.tblLinks2004Gen1DataTable GetData() { - this.Adapter.SelectCommand = this.CommandCollection[0]; - ImportDataSet.tblLinks2004Gen1DataTable dataTable = new ImportDataSet.tblLinks2004Gen1DataTable(); - 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(ImportDataSet.tblLinks2004Gen1DataTable 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(ImportDataSet dataSet) { - return this.Adapter.Update(dataSet, "tblLinks2004Gen1"); - } - - [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(short Original_PairID, short Original_ExtendedFamilyID, short Original_ID1, short Original_ID2, global::System.Nullable Original_Sex1, global::System.Nullable Original_Sex2, global::System.Nullable Original_RecommendedRelatedness, int Original_SubjectTag_S1, int Original_SubjectTag_S2) { - this.Adapter.DeleteCommand.Parameters[0].Value = ((short)(Original_PairID)); - this.Adapter.DeleteCommand.Parameters[1].Value = ((short)(Original_ExtendedFamilyID)); - this.Adapter.DeleteCommand.Parameters[2].Value = ((short)(Original_ID1)); - this.Adapter.DeleteCommand.Parameters[3].Value = ((short)(Original_ID2)); - if ((Original_Sex1.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[5].Value = ((byte)(Original_Sex1.Value)); + if ((Original_R2505500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[114].Value = ((int)(Original_R2505500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[5].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[114].Value = global::System.DBNull.Value; } - if ((Original_Sex2.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[7].Value = ((byte)(Original_Sex2.Value)); + if ((Original_R2505700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[116].Value = ((int)(Original_R2505700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[7].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[116].Value = global::System.DBNull.Value; } - if ((Original_RecommendedRelatedness.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[9].Value = ((float)(Original_RecommendedRelatedness.Value)); + if ((Original_R2505800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[118].Value = ((int)(Original_R2505800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[9].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[118].Value = global::System.DBNull.Value; } - this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_SubjectTag_S1)); - this.Adapter.DeleteCommand.Parameters[11].Value = ((int)(Original_SubjectTag_S2)); - 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(); + if ((Original_R2737900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[120].Value = ((int)(Original_R2737900.Value)); } - try { - int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); - return returnValue; + else { + this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[120].Value = global::System.DBNull.Value; } - finally { - if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.DeleteCommand.Connection.Close(); - } + if ((Original_R2837200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[122].Value = ((int)(Original_R2837200.Value)); } - } - - [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(short PairID, short ExtendedFamilyID, short ID1, short ID2, global::System.Nullable Sex1, global::System.Nullable Sex2, global::System.Nullable RecommendedRelatedness, int SubjectTag_S1, int SubjectTag_S2) { - this.Adapter.InsertCommand.Parameters[0].Value = ((short)(PairID)); - this.Adapter.InsertCommand.Parameters[1].Value = ((short)(ExtendedFamilyID)); - this.Adapter.InsertCommand.Parameters[2].Value = ((short)(ID1)); - this.Adapter.InsertCommand.Parameters[3].Value = ((short)(ID2)); - if ((Sex1.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[4].Value = ((byte)(Sex1.Value)); + else { + this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[122].Value = global::System.DBNull.Value; + } + if ((Original_R2837300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[124].Value = ((int)(Original_R2837300.Value)); } else { - this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[124].Value = global::System.DBNull.Value; } - if ((Sex2.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[5].Value = ((byte)(Sex2.Value)); + if ((Original_R2837400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[126].Value = ((int)(Original_R2837400.Value)); } else { - this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[126].Value = global::System.DBNull.Value; } - if ((RecommendedRelatedness.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[6].Value = ((float)(RecommendedRelatedness.Value)); + if ((Original_R2837500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[128].Value = ((int)(Original_R2837500.Value)); } else { - this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[128].Value = global::System.DBNull.Value; } - this.Adapter.InsertCommand.Parameters[7].Value = ((int)(SubjectTag_S1)); - this.Adapter.InsertCommand.Parameters[8].Value = ((int)(SubjectTag_S2)); - 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(); + if ((Original_R2837600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[130].Value = ((int)(Original_R2837600.Value)); } - try { - int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); - return returnValue; + else { + this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[130].Value = global::System.DBNull.Value; } - finally { - if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.InsertCommand.Connection.Close(); - } + if ((Original_R2837700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[132].Value = ((int)(Original_R2837700.Value)); } - } - - [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( - short PairID, - short ExtendedFamilyID, - short ID1, - short ID2, - global::System.Nullable Sex1, - global::System.Nullable Sex2, - global::System.Nullable RecommendedRelatedness, - int SubjectTag_S1, - int SubjectTag_S2, - short Original_PairID, - short Original_ExtendedFamilyID, - short Original_ID1, - short Original_ID2, - global::System.Nullable Original_Sex1, - global::System.Nullable Original_Sex2, - global::System.Nullable Original_RecommendedRelatedness, - int Original_SubjectTag_S1, - int Original_SubjectTag_S2) { - this.Adapter.UpdateCommand.Parameters[0].Value = ((short)(PairID)); - this.Adapter.UpdateCommand.Parameters[1].Value = ((short)(ExtendedFamilyID)); - this.Adapter.UpdateCommand.Parameters[2].Value = ((short)(ID1)); - this.Adapter.UpdateCommand.Parameters[3].Value = ((short)(ID2)); - if ((Sex1.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[4].Value = ((byte)(Sex1.Value)); + else { + this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[132].Value = global::System.DBNull.Value; + } + if ((Original_R2837800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[134].Value = ((int)(Original_R2837800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[134].Value = global::System.DBNull.Value; } - if ((Sex2.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[5].Value = ((byte)(Sex2.Value)); + if ((Original_R2837900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[136].Value = ((int)(Original_R2837900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[136].Value = global::System.DBNull.Value; } - if ((RecommendedRelatedness.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[6].Value = ((float)(RecommendedRelatedness.Value)); + if ((Original_R2838000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[138].Value = ((int)(Original_R2838000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[138].Value = global::System.DBNull.Value; } - this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(SubjectTag_S1)); - this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(SubjectTag_S2)); - this.Adapter.UpdateCommand.Parameters[9].Value = ((short)(Original_PairID)); - this.Adapter.UpdateCommand.Parameters[10].Value = ((short)(Original_ExtendedFamilyID)); - this.Adapter.UpdateCommand.Parameters[11].Value = ((short)(Original_ID1)); - this.Adapter.UpdateCommand.Parameters[12].Value = ((short)(Original_ID2)); - if ((Original_Sex1.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[13].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[14].Value = ((byte)(Original_Sex1.Value)); + if ((Original_R2838100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[140].Value = ((int)(Original_R2838100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[13].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[140].Value = global::System.DBNull.Value; } - if ((Original_Sex2.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[15].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[16].Value = ((byte)(Original_Sex2.Value)); + if ((Original_R2838200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[142].Value = ((int)(Original_R2838200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[15].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[142].Value = global::System.DBNull.Value; } - if ((Original_RecommendedRelatedness.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[17].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[18].Value = ((float)(Original_RecommendedRelatedness.Value)); + if ((Original_R2838300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[144].Value = ((int)(Original_R2838300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[17].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[144].Value = global::System.DBNull.Value; } - this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(Original_SubjectTag_S1)); - this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(Original_SubjectTag_S2)); - 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(); + if ((Original_R2838400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[146].Value = ((int)(Original_R2838400.Value)); } - try { - int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); - return returnValue; + else { + this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[146].Value = global::System.DBNull.Value; } - finally { - if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.UpdateCommand.Connection.Close(); - } + if ((Original_R2838500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[148].Value = ((int)(Original_R2838500.Value)); } - } - - [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( - short PairID, - short ExtendedFamilyID, - short ID1, - short ID2, - global::System.Nullable Sex1, - global::System.Nullable Sex2, - global::System.Nullable RecommendedRelatedness, - short Original_PairID, - short Original_ExtendedFamilyID, - short Original_ID1, - short Original_ID2, - global::System.Nullable Original_Sex1, - global::System.Nullable Original_Sex2, - global::System.Nullable Original_RecommendedRelatedness, - int Original_SubjectTag_S1, - int Original_SubjectTag_S2) { - return this.Update(PairID, ExtendedFamilyID, ID1, ID2, Sex1, Sex2, RecommendedRelatedness, Original_SubjectTag_S1, Original_SubjectTag_S2, Original_PairID, Original_ExtendedFamilyID, Original_ID1, Original_ID2, Original_Sex1, Original_Sex2, Original_RecommendedRelatedness, Original_SubjectTag_S1, Original_SubjectTag_S2); - } - } - - /// - ///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 tblGen2OutcomesMathTableAdapter : 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 tblGen2OutcomesMathTableAdapter() { - 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; + else { + this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[148].Value = global::System.DBNull.Value; } - } - - [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; + if ((Original_R2838600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[150].Value = ((int)(Original_R2838600.Value)); } - 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; - } - } + else { + this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[150].Value = global::System.DBNull.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; + if ((Original_R2838700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[152].Value = ((int)(Original_R2838700.Value)); } - 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; - } + else { + this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[152].Value = global::System.DBNull.Value; } - } - - [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; + if ((Original_R2838800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[154].Value = ((int)(Original_R2838800.Value)); } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool ClearBeforeFill { - get { - return this._clearBeforeFill; + else { + this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[154].Value = global::System.DBNull.Value; } - set { - this._clearBeforeFill = value; + if ((Original_R2838900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[156].Value = ((int)(Original_R2838900.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 = "tblGen2OutcomesMath"; - tableMapping.ColumnMappings.Add("C0000100", "C0000100"); - tableMapping.ColumnMappings.Add("C0000200", "C0000200"); - tableMapping.ColumnMappings.Add("C0005300", "C0005300"); - tableMapping.ColumnMappings.Add("C0005400", "C0005400"); - tableMapping.ColumnMappings.Add("C0005700", "C0005700"); - tableMapping.ColumnMappings.Add("C0579900", "C0579900"); - tableMapping.ColumnMappings.Add("C0580000", "C0580000"); - tableMapping.ColumnMappings.Add("C0580100", "C0580100"); - tableMapping.ColumnMappings.Add("C0799400", "C0799400"); - tableMapping.ColumnMappings.Add("C0799500", "C0799500"); - tableMapping.ColumnMappings.Add("C0799600", "C0799600"); - tableMapping.ColumnMappings.Add("C0998600", "C0998600"); - tableMapping.ColumnMappings.Add("C0998700", "C0998700"); - tableMapping.ColumnMappings.Add("C0998800", "C0998800"); - tableMapping.ColumnMappings.Add("C1198600", "C1198600"); - tableMapping.ColumnMappings.Add("C1198700", "C1198700"); - tableMapping.ColumnMappings.Add("C1198800", "C1198800"); - tableMapping.ColumnMappings.Add("C1507600", "C1507600"); - tableMapping.ColumnMappings.Add("C1507700", "C1507700"); - tableMapping.ColumnMappings.Add("C1507800", "C1507800"); - tableMapping.ColumnMappings.Add("C1564500", "C1564500"); - tableMapping.ColumnMappings.Add("C1564600", "C1564600"); - tableMapping.ColumnMappings.Add("C1564700", "C1564700"); - tableMapping.ColumnMappings.Add("C1799900", "C1799900"); - tableMapping.ColumnMappings.Add("C1800000", "C1800000"); - tableMapping.ColumnMappings.Add("C1800100", "C1800100"); - tableMapping.ColumnMappings.Add("C2503500", "C2503500"); - tableMapping.ColumnMappings.Add("C2503600", "C2503600"); - tableMapping.ColumnMappings.Add("C2503700", "C2503700"); - tableMapping.ColumnMappings.Add("C2532000", "C2532000"); - tableMapping.ColumnMappings.Add("C2532100", "C2532100"); - tableMapping.ColumnMappings.Add("C2532200", "C2532200"); - tableMapping.ColumnMappings.Add("C2802800", "C2802800"); - tableMapping.ColumnMappings.Add("C2802900", "C2802900"); - tableMapping.ColumnMappings.Add("C2803000", "C2803000"); - tableMapping.ColumnMappings.Add("C3111300", "C3111300"); - tableMapping.ColumnMappings.Add("C3111400", "C3111400"); - tableMapping.ColumnMappings.Add("C3111500", "C3111500"); - tableMapping.ColumnMappings.Add("C3615000", "C3615000"); - tableMapping.ColumnMappings.Add("C3615100", "C3615100"); - tableMapping.ColumnMappings.Add("C3615200", "C3615200"); - tableMapping.ColumnMappings.Add("C3993600", "C3993600"); - tableMapping.ColumnMappings.Add("C3993700", "C3993700"); - tableMapping.ColumnMappings.Add("C3993800", "C3993800"); - 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 [Extract].[tblGen2OutcomesMath] WHERE (([C0000100] = @Original_C00001" + - "00) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Origina" + - "l_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300] =" + - " @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([C0" + - "005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NULL" + - ") OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_C0579900 = 1 AND [C0579900" + - "] IS NULL) OR ([C0579900] = @Original_C0579900)) AND ((@IsNull_C0580000 = 1 AND " + - "[C0580000] IS NULL) OR ([C0580000] = @Original_C0580000)) AND ((@IsNull_C0580100" + - " = 1 AND [C0580100] IS NULL) OR ([C0580100] = @Original_C0580100)) AND ((@IsNull" + - "_C0799400 = 1 AND [C0799400] IS NULL) OR ([C0799400] = @Original_C0799400)) AND " + - "((@IsNull_C0799500 = 1 AND [C0799500] IS NULL) OR ([C0799500] = @Original_C07995" + - "00)) AND ((@IsNull_C0799600 = 1 AND [C0799600] IS NULL) OR ([C0799600] = @Origin" + - "al_C0799600)) AND ((@IsNull_C0998600 = 1 AND [C0998600] IS NULL) OR ([C0998600] " + - "= @Original_C0998600)) AND ((@IsNull_C0998700 = 1 AND [C0998700] IS NULL) OR ([C" + - "0998700] = @Original_C0998700)) AND ((@IsNull_C0998800 = 1 AND [C0998800] IS NUL" + - "L) OR ([C0998800] = @Original_C0998800)) AND ((@IsNull_C1198600 = 1 AND [C119860" + - "0] IS NULL) OR ([C1198600] = @Original_C1198600)) AND ((@IsNull_C1198700 = 1 AND" + - " [C1198700] IS NULL) OR ([C1198700] = @Original_C1198700)) AND ((@IsNull_C119880" + - "0 = 1 AND [C1198800] IS NULL) OR ([C1198800] = @Original_C1198800)) AND ((@IsNul" + - "l_C1507600 = 1 AND [C1507600] IS NULL) OR ([C1507600] = @Original_C1507600)) AND" + - " ((@IsNull_C1507700 = 1 AND [C1507700] IS NULL) OR ([C1507700] = @Original_C1507" + - "700)) AND ((@IsNull_C1507800 = 1 AND [C1507800] IS NULL) OR ([C1507800] = @Origi" + - "nal_C1507800)) AND ((@IsNull_C1564500 = 1 AND [C1564500] IS NULL) OR ([C1564500]" + - " = @Original_C1564500)) AND ((@IsNull_C1564600 = 1 AND [C1564600] IS NULL) OR ([" + - "C1564600] = @Original_C1564600)) AND ((@IsNull_C1564700 = 1 AND [C1564700] IS NU" + - "LL) OR ([C1564700] = @Original_C1564700)) AND ((@IsNull_C1799900 = 1 AND [C17999" + - "00] IS NULL) OR ([C1799900] = @Original_C1799900)) AND ((@IsNull_C1800000 = 1 AN" + - "D [C1800000] IS NULL) OR ([C1800000] = @Original_C1800000)) AND ((@IsNull_C18001" + - "00 = 1 AND [C1800100] IS NULL) OR ([C1800100] = @Original_C1800100)) AND ((@IsNu" + - "ll_C2503500 = 1 AND [C2503500] IS NULL) OR ([C2503500] = @Original_C2503500)) AN" + - "D ((@IsNull_C2503600 = 1 AND [C2503600] IS NULL) OR ([C2503600] = @Original_C250" + - "3600)) AND ((@IsNull_C2503700 = 1 AND [C2503700] IS NULL) OR ([C2503700] = @Orig" + - "inal_C2503700)) AND ((@IsNull_C2532000 = 1 AND [C2532000] IS NULL) OR ([C2532000" + - "] = @Original_C2532000)) AND ((@IsNull_C2532100 = 1 AND [C2532100] IS NULL) OR (" + - "[C2532100] = @Original_C2532100)) AND ((@IsNull_C2532200 = 1 AND [C2532200] IS N" + - "ULL) OR ([C2532200] = @Original_C2532200)) AND ((@IsNull_C2802800 = 1 AND [C2802" + - "800] IS NULL) OR ([C2802800] = @Original_C2802800)) AND ((@IsNull_C2802900 = 1 A" + - "ND [C2802900] IS NULL) OR ([C2802900] = @Original_C2802900)) AND ((@IsNull_C2803" + - "000 = 1 AND [C2803000] IS NULL) OR ([C2803000] = @Original_C2803000)) AND ((@IsN" + - "ull_C3111300 = 1 AND [C3111300] IS NULL) OR ([C3111300] = @Original_C3111300)) A" + - "ND ((@IsNull_C3111400 = 1 AND [C3111400] IS NULL) OR ([C3111400] = @Original_C31" + - "11400)) AND ((@IsNull_C3111500 = 1 AND [C3111500] IS NULL) OR ([C3111500] = @Ori" + - "ginal_C3111500)) AND ((@IsNull_C3615000 = 1 AND [C3615000] IS NULL) OR ([C361500" + - "0] = @Original_C3615000)) AND ((@IsNull_C3615100 = 1 AND [C3615100] IS NULL) OR " + - "([C3615100] = @Original_C3615100)) AND ((@IsNull_C3615200 = 1 AND [C3615200] IS " + - "NULL) OR ([C3615200] = @Original_C3615200)) AND ((@IsNull_C3993600 = 1 AND [C399" + - "3600] IS NULL) OR ([C3993600] = @Original_C3993600)) AND ((@IsNull_C3993700 = 1 " + - "AND [C3993700] IS NULL) OR ([C3993700] = @Original_C3993700)) AND ((@IsNull_C399" + - "3800 = 1 AND [C3993800] IS NULL) OR ([C3993800] = @Original_C3993800)))"; - this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0579900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0579900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0579900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0579900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0580000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0580000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0580000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0580000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0580100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0580100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0580100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0580100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0799400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0799400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0799500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0799500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0799600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0799600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0998600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0998600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0998700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0998700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0998800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0998800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1198600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1198600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1198700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1198700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1198800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1198800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1507600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1507600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1507700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1507700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1507800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1507800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1564500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1564500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1564600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1564600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1564700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1564700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1799900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1799900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1799900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1799900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1800000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1800000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1800000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1800000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1800100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1800100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1800100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1800100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2503500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2503500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2503600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2503600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2503700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2503700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2532000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2532000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2532100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2532100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2532200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2532200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2802800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2802800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2802800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2802800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2802900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2802900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2802900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2802900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2803000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2803000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2803000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2803000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3111300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3111300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3111400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3111400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3111500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3111500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3615000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3615000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3615100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3615100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3615200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3615200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3993600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3993600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3993700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3993700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3993800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3993800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993800", 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 [Extract].[tblGen2OutcomesMath] ([C0000100], [C0000200], [C0005300], " + - "[C0005400], [C0005700], [C0579900], [C0580000], [C0580100], [C0799400], [C079950" + - "0], [C0799600], [C0998600], [C0998700], [C0998800], [C1198600], [C1198700], [C11" + - "98800], [C1507600], [C1507700], [C1507800], [C1564500], [C1564600], [C1564700], " + - "[C1799900], [C1800000], [C1800100], [C2503500], [C2503600], [C2503700], [C253200" + - "0], [C2532100], [C2532200], [C2802800], [C2802900], [C2803000], [C3111300], [C31" + - "11400], [C3111500], [C3615000], [C3615100], [C3615200], [C3993600], [C3993700], " + - "[C3993800]) VALUES (@C0000100, @C0000200, @C0005300, @C0005400, @C0005700, @C057" + - "9900, @C0580000, @C0580100, @C0799400, @C0799500, @C0799600, @C0998600, @C099870" + - "0, @C0998800, @C1198600, @C1198700, @C1198800, @C1507600, @C1507700, @C1507800, " + - "@C1564500, @C1564600, @C1564700, @C1799900, @C1800000, @C1800100, @C2503500, @C2" + - "503600, @C2503700, @C2532000, @C2532100, @C2532200, @C2802800, @C2802900, @C2803" + - "000, @C3111300, @C3111400, @C3111500, @C3615000, @C3615100, @C3615200, @C3993600" + - ", @C3993700, @C3993800);\r\nSELECT C0000100, C0000200, C0005300, C0005400, C000570" + - "0, C0579900, C0580000, C0580100, C0799400, C0799500, C0799600, C0998600, C099870" + - "0, C0998800, C1198600, C1198700, C1198800, C1507600, C1507700, C1507800, C156450" + - "0, C1564600, C1564700, C1799900, C1800000, C1800100, C2503500, C2503600, C250370" + - "0, C2532000, C2532100, C2532200, C2802800, C2802900, C2803000, C3111300, C311140" + - "0, C3111500, C3615000, C3615100, C3615200, C3993600, C3993700, C3993800 FROM Ext" + - "ract.tblGen2OutcomesMath WHERE (C0000100 = @C0000100)"; - this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0579900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0579900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0580000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0580000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0580100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0580100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0799400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0799500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0799600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0998600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0998700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0998800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1198600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1198700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1198800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1507600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1507700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1507800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1564500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1564600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1564700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1799900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1799900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1800000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1800000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1800100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1800100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2503500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2503600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2503700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2532000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2532100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2532200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2802800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2802800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2802900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2802900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2803000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2803000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3111300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3111400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3111500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3615000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3615100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3615200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3993600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3993700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3993800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993800", 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 [Extract].[tblGen2OutcomesMath] SET [C0000100] = @C0000100, [C0000200] = @" + - "C0000200, [C0005300] = @C0005300, [C0005400] = @C0005400, [C0005700] = @C0005700" + - ", [C0579900] = @C0579900, [C0580000] = @C0580000, [C0580100] = @C0580100, [C0799" + - "400] = @C0799400, [C0799500] = @C0799500, [C0799600] = @C0799600, [C0998600] = @" + - "C0998600, [C0998700] = @C0998700, [C0998800] = @C0998800, [C1198600] = @C1198600" + - ", [C1198700] = @C1198700, [C1198800] = @C1198800, [C1507600] = @C1507600, [C1507" + - "700] = @C1507700, [C1507800] = @C1507800, [C1564500] = @C1564500, [C1564600] = @" + - "C1564600, [C1564700] = @C1564700, [C1799900] = @C1799900, [C1800000] = @C1800000" + - ", [C1800100] = @C1800100, [C2503500] = @C2503500, [C2503600] = @C2503600, [C2503" + - "700] = @C2503700, [C2532000] = @C2532000, [C2532100] = @C2532100, [C2532200] = @" + - "C2532200, [C2802800] = @C2802800, [C2802900] = @C2802900, [C2803000] = @C2803000" + - ", [C3111300] = @C3111300, [C3111400] = @C3111400, [C3111500] = @C3111500, [C3615" + - "000] = @C3615000, [C3615100] = @C3615100, [C3615200] = @C3615200, [C3993600] = @" + - "C3993600, [C3993700] = @C3993700, [C3993800] = @C3993800 WHERE (([C0000100] = @O" + - "riginal_C0000100) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C00002" + - "00] = @Original_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR" + - " ([C0005300] = @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS" + - " NULL) OR ([C0005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C00" + - "05700] IS NULL) OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_C0579900 = 1" + - " AND [C0579900] IS NULL) OR ([C0579900] = @Original_C0579900)) AND ((@IsNull_C05" + - "80000 = 1 AND [C0580000] IS NULL) OR ([C0580000] = @Original_C0580000)) AND ((@I" + - "sNull_C0580100 = 1 AND [C0580100] IS NULL) OR ([C0580100] = @Original_C0580100))" + - " AND ((@IsNull_C0799400 = 1 AND [C0799400] IS NULL) OR ([C0799400] = @Original_C" + - "0799400)) AND ((@IsNull_C0799500 = 1 AND [C0799500] IS NULL) OR ([C0799500] = @O" + - "riginal_C0799500)) AND ((@IsNull_C0799600 = 1 AND [C0799600] IS NULL) OR ([C0799" + - "600] = @Original_C0799600)) AND ((@IsNull_C0998600 = 1 AND [C0998600] IS NULL) O" + - "R ([C0998600] = @Original_C0998600)) AND ((@IsNull_C0998700 = 1 AND [C0998700] I" + - "S NULL) OR ([C0998700] = @Original_C0998700)) AND ((@IsNull_C0998800 = 1 AND [C0" + - "998800] IS NULL) OR ([C0998800] = @Original_C0998800)) AND ((@IsNull_C1198600 = " + - "1 AND [C1198600] IS NULL) OR ([C1198600] = @Original_C1198600)) AND ((@IsNull_C1" + - "198700 = 1 AND [C1198700] IS NULL) OR ([C1198700] = @Original_C1198700)) AND ((@" + - "IsNull_C1198800 = 1 AND [C1198800] IS NULL) OR ([C1198800] = @Original_C1198800)" + - ") AND ((@IsNull_C1507600 = 1 AND [C1507600] IS NULL) OR ([C1507600] = @Original_" + - "C1507600)) AND ((@IsNull_C1507700 = 1 AND [C1507700] IS NULL) OR ([C1507700] = @" + - "Original_C1507700)) AND ((@IsNull_C1507800 = 1 AND [C1507800] IS NULL) OR ([C150" + - "7800] = @Original_C1507800)) AND ((@IsNull_C1564500 = 1 AND [C1564500] IS NULL) " + - "OR ([C1564500] = @Original_C1564500)) AND ((@IsNull_C1564600 = 1 AND [C1564600] " + - "IS NULL) OR ([C1564600] = @Original_C1564600)) AND ((@IsNull_C1564700 = 1 AND [C" + - "1564700] IS NULL) OR ([C1564700] = @Original_C1564700)) AND ((@IsNull_C1799900 =" + - " 1 AND [C1799900] IS NULL) OR ([C1799900] = @Original_C1799900)) AND ((@IsNull_C" + - "1800000 = 1 AND [C1800000] IS NULL) OR ([C1800000] = @Original_C1800000)) AND ((" + - "@IsNull_C1800100 = 1 AND [C1800100] IS NULL) OR ([C1800100] = @Original_C1800100" + - ")) AND ((@IsNull_C2503500 = 1 AND [C2503500] IS NULL) OR ([C2503500] = @Original" + - "_C2503500)) AND ((@IsNull_C2503600 = 1 AND [C2503600] IS NULL) OR ([C2503600] = " + - "@Original_C2503600)) AND ((@IsNull_C2503700 = 1 AND [C2503700] IS NULL) OR ([C25" + - "03700] = @Original_C2503700)) AND ((@IsNull_C2532000 = 1 AND [C2532000] IS NULL)" + - " OR ([C2532000] = @Original_C2532000)) AND ((@IsNull_C2532100 = 1 AND [C2532100]" + - " IS NULL) OR ([C2532100] = @Original_C2532100)) AND ((@IsNull_C2532200 = 1 AND [" + - "C2532200] IS NULL) OR ([C2532200] = @Original_C2532200)) AND ((@IsNull_C2802800 " + - "= 1 AND [C2802800] IS NULL) OR ([C2802800] = @Original_C2802800)) AND ((@IsNull_" + - "C2802900 = 1 AND [C2802900] IS NULL) OR ([C2802900] = @Original_C2802900)) AND (" + - "(@IsNull_C2803000 = 1 AND [C2803000] IS NULL) OR ([C2803000] = @Original_C280300" + - "0)) AND ((@IsNull_C3111300 = 1 AND [C3111300] IS NULL) OR ([C3111300] = @Origina" + - "l_C3111300)) AND ((@IsNull_C3111400 = 1 AND [C3111400] IS NULL) OR ([C3111400] =" + - " @Original_C3111400)) AND ((@IsNull_C3111500 = 1 AND [C3111500] IS NULL) OR ([C3" + - "111500] = @Original_C3111500)) AND ((@IsNull_C3615000 = 1 AND [C3615000] IS NULL" + - ") OR ([C3615000] = @Original_C3615000)) AND ((@IsNull_C3615100 = 1 AND [C3615100" + - "] IS NULL) OR ([C3615100] = @Original_C3615100)) AND ((@IsNull_C3615200 = 1 AND " + - "[C3615200] IS NULL) OR ([C3615200] = @Original_C3615200)) AND ((@IsNull_C3993600" + - " = 1 AND [C3993600] IS NULL) OR ([C3993600] = @Original_C3993600)) AND ((@IsNull" + - "_C3993700 = 1 AND [C3993700] IS NULL) OR ([C3993700] = @Original_C3993700)) AND " + - "((@IsNull_C3993800 = 1 AND [C3993800] IS NULL) OR ([C3993800] = @Original_C39938" + - "00)));\r\nSELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0579900, C0580" + - "000, C0580100, C0799400, C0799500, C0799600, C0998600, C0998700, C0998800, C1198" + - "600, C1198700, C1198800, C1507600, C1507700, C1507800, C1564500, C1564600, C1564" + - "700, C1799900, C1800000, C1800100, C2503500, C2503600, C2503700, C2532000, C2532" + - "100, C2532200, C2802800, C2802900, C2803000, C3111300, C3111400, C3111500, C3615" + - "000, C3615100, C3615200, C3993600, C3993700, C3993800 FROM Extract.tblGen2Outcom" + - "esMath WHERE (C0000100 = @C0000100)"; - this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0579900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0579900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0580000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0580000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0580100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0580100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0799400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0799500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0799600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0998600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0998700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0998800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1198600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1198700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1198800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1507600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1507700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1507800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1564500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1564600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1564700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1799900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1799900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1800000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1800000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1800100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1800100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2503500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2503600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2503700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2532000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2532100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2532200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2802800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2802800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2802900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2802900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2803000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2803000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3111300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3111400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3111500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3615000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3615100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3615200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3993600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3993700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3993800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0579900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0579900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0579900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0579900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0580000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0580000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0580000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0580000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0580100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0580100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0580100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0580100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0799400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0799400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0799500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0799500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0799600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0799600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0998600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0998600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0998700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0998700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0998800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0998800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1198600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1198600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1198700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1198700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1198800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1198800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1507600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1507600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1507700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1507700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1507800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1507800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1564500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1564500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1564600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1564600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1564700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1564700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1799900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1799900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1799900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1799900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1800000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1800000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1800000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1800000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1800100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1800100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1800100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1800100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2503500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2503500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2503600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2503600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2503700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2503700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2532000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2532000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2532100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2532100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2532200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2532200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2802800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2802800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2802800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2802800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2802900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2802900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2802900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2802900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2803000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2803000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2803000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2803000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3111300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3111300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3111400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3111400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3111500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3111500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3615000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3615000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3615100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3615100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3615200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3615200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3993600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3993600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3993700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3993700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3993800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3993800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993800", 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::Nls.Base79.Properties.Settings.Default.Nlsy79ConnectionStringBase; - } - - [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 C0000100, C0000200, C0005300, C0005400, C0005700, C0579900, C0580000, C0580100, C0799400, C0799500, C0799600, C0998600, C0998700, C0998800, C1198600, C1198700, C1198800, C1507600, C1507700, C1507800, C1564500, C1564600, C1564700, C1799900, C1800000, C1800100, C2503500, C2503600, C2503700, C2532000, C2532100, C2532200, C2802800, C2802900, C2803000, C3111300, C3111400, C3111500, C3615000, C3615100, C3615200, C3993600, C3993700, C3993800 FROM Extract.tblGen2OutcomesMath"; - 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(ImportDataSet.tblGen2OutcomesMathDataTable dataTable) { - this.Adapter.SelectCommand = this.CommandCollection[0]; - if ((this.ClearBeforeFill == true)) { - dataTable.Clear(); + else { + this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[156].Value = global::System.DBNull.Value; } - 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 ImportDataSet.tblGen2OutcomesMathDataTable GetData() { - this.Adapter.SelectCommand = this.CommandCollection[0]; - ImportDataSet.tblGen2OutcomesMathDataTable dataTable = new ImportDataSet.tblGen2OutcomesMathDataTable(); - 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(ImportDataSet.tblGen2OutcomesMathDataTable 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(ImportDataSet dataSet) { - return this.Adapter.Update(dataSet, "tblGen2OutcomesMath"); - } - - [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( - int Original_C0000100, - global::System.Nullable Original_C0000200, - global::System.Nullable Original_C0005300, - global::System.Nullable Original_C0005400, - global::System.Nullable Original_C0005700, - global::System.Nullable Original_C0579900, - global::System.Nullable Original_C0580000, - global::System.Nullable Original_C0580100, - global::System.Nullable Original_C0799400, - global::System.Nullable Original_C0799500, - global::System.Nullable Original_C0799600, - global::System.Nullable Original_C0998600, - global::System.Nullable Original_C0998700, - global::System.Nullable Original_C0998800, - global::System.Nullable Original_C1198600, - global::System.Nullable Original_C1198700, - global::System.Nullable Original_C1198800, - global::System.Nullable Original_C1507600, - global::System.Nullable Original_C1507700, - global::System.Nullable Original_C1507800, - global::System.Nullable Original_C1564500, - global::System.Nullable Original_C1564600, - global::System.Nullable Original_C1564700, - global::System.Nullable Original_C1799900, - global::System.Nullable Original_C1800000, - global::System.Nullable Original_C1800100, - global::System.Nullable Original_C2503500, - global::System.Nullable Original_C2503600, - global::System.Nullable Original_C2503700, - global::System.Nullable Original_C2532000, - global::System.Nullable Original_C2532100, - global::System.Nullable Original_C2532200, - global::System.Nullable Original_C2802800, - global::System.Nullable Original_C2802900, - global::System.Nullable Original_C2803000, - global::System.Nullable Original_C3111300, - global::System.Nullable Original_C3111400, - global::System.Nullable Original_C3111500, - global::System.Nullable Original_C3615000, - global::System.Nullable Original_C3615100, - global::System.Nullable Original_C3615200, - global::System.Nullable Original_C3993600, - global::System.Nullable Original_C3993700, - global::System.Nullable Original_C3993800) { - this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_C0000100)); - if ((Original_C0000200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_C0000200.Value)); + if ((Original_R2839000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[158].Value = ((int)(Original_R2839000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[158].Value = global::System.DBNull.Value; } - if ((Original_C0005300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[4].Value = ((int)(Original_C0005300.Value)); + if ((Original_R2839100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[160].Value = ((int)(Original_R2839100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[160].Value = global::System.DBNull.Value; } - if ((Original_C0005400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_C0005400.Value)); + if ((Original_R2839200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[162].Value = ((int)(Original_R2839200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[162].Value = global::System.DBNull.Value; } - if ((Original_C0005700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[8].Value = ((int)(Original_C0005700.Value)); + if ((Original_R2839300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[164].Value = ((int)(Original_R2839300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[164].Value = global::System.DBNull.Value; } - if ((Original_C0579900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_C0579900.Value)); + if ((Original_R2839400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[166].Value = ((int)(Original_R2839400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[166].Value = global::System.DBNull.Value; } - if ((Original_C0580000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[12].Value = ((int)(Original_C0580000.Value)); + if ((Original_R2839500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[168].Value = ((int)(Original_R2839500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[168].Value = global::System.DBNull.Value; } - if ((Original_C0580100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[14].Value = ((int)(Original_C0580100.Value)); + if ((Original_R2839600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[170].Value = ((int)(Original_R2839600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[170].Value = global::System.DBNull.Value; } - if ((Original_C0799400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[16].Value = ((int)(Original_C0799400.Value)); + if ((Original_R2839700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[172].Value = ((int)(Original_R2839700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[172].Value = global::System.DBNull.Value; } - if ((Original_C0799500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[18].Value = ((int)(Original_C0799500.Value)); + if ((Original_R2839800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[174].Value = ((int)(Original_R2839800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[174].Value = global::System.DBNull.Value; } - if ((Original_C0799600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[20].Value = ((int)(Original_C0799600.Value)); + if ((Original_R2839900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[176].Value = ((int)(Original_R2839900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[176].Value = global::System.DBNull.Value; } - if ((Original_C0998600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[22].Value = ((int)(Original_C0998600.Value)); + if ((Original_R2840000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[178].Value = ((int)(Original_R2840000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[178].Value = global::System.DBNull.Value; } - if ((Original_C0998700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[24].Value = ((int)(Original_C0998700.Value)); + if ((Original_R2840100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[180].Value = ((int)(Original_R2840100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[180].Value = global::System.DBNull.Value; } - if ((Original_C0998800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[26].Value = ((int)(Original_C0998800.Value)); + if ((Original_R2840200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[182].Value = ((int)(Original_R2840200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[182].Value = global::System.DBNull.Value; } - if ((Original_C1198600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[28].Value = ((int)(Original_C1198600.Value)); + if ((Original_R2840300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[184].Value = ((int)(Original_R2840300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[184].Value = global::System.DBNull.Value; } - if ((Original_C1198700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[30].Value = ((int)(Original_C1198700.Value)); + if ((Original_R2840400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[186].Value = ((int)(Original_R2840400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[186].Value = global::System.DBNull.Value; } - if ((Original_C1198800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[32].Value = ((int)(Original_C1198800.Value)); + if ((Original_R2840500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[188].Value = ((int)(Original_R2840500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[32].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[188].Value = global::System.DBNull.Value; } - if ((Original_C1507600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[34].Value = ((int)(Original_C1507600.Value)); + if ((Original_R2840600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[190].Value = ((int)(Original_R2840600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[190].Value = global::System.DBNull.Value; } - if ((Original_C1507700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[36].Value = ((int)(Original_C1507700.Value)); + if ((Original_R2840700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[192].Value = ((int)(Original_R2840700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[192].Value = global::System.DBNull.Value; } - if ((Original_C1507800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[38].Value = ((int)(Original_C1507800.Value)); + if ((Original_R2840800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[194].Value = ((int)(Original_R2840800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[38].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[194].Value = global::System.DBNull.Value; } - if ((Original_C1564500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[40].Value = ((int)(Original_C1564500.Value)); + if ((Original_R2840900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[196].Value = ((int)(Original_R2840900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[40].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[196].Value = global::System.DBNull.Value; } - if ((Original_C1564600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[42].Value = ((int)(Original_C1564600.Value)); + if ((Original_R2841000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[198].Value = ((int)(Original_R2841000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[42].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[198].Value = global::System.DBNull.Value; } - if ((Original_C1564700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[44].Value = ((int)(Original_C1564700.Value)); + if ((Original_R2841100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[200].Value = ((int)(Original_R2841100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[44].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[200].Value = global::System.DBNull.Value; } - if ((Original_C1799900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[46].Value = ((int)(Original_C1799900.Value)); + 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(); } - else { - this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[46].Value = global::System.DBNull.Value; + try { + int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); + return returnValue; } - if ((Original_C1800000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[48].Value = ((int)(Original_C1800000.Value)); + 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( + global::System.Nullable H0001600, + global::System.Nullable H0001700, + global::System.Nullable H0001800, + global::System.Nullable H0001900, + global::System.Nullable H0002000, + global::System.Nullable H0002100, + global::System.Nullable H0002200, + global::System.Nullable H0002300, + global::System.Nullable H0002400, + global::System.Nullable H0002500, + global::System.Nullable H0002600, + global::System.Nullable H0002700, + global::System.Nullable H0002800, + global::System.Nullable H0002900, + global::System.Nullable H0003000, + global::System.Nullable H0003100, + global::System.Nullable H0013600, + global::System.Nullable H0013700, + global::System.Nullable H0013800, + global::System.Nullable H0013900, + global::System.Nullable H0014000, + global::System.Nullable H0014100, + global::System.Nullable H0014200, + global::System.Nullable H0014300, + global::System.Nullable H0014400, + global::System.Nullable H0014500, + global::System.Nullable H0014700, + global::System.Nullable H0014800, + global::System.Nullable H0014900, + global::System.Nullable H0015000, + global::System.Nullable H0015100, + global::System.Nullable H0015200, + global::System.Nullable H0015300, + global::System.Nullable H0015400, + global::System.Nullable H0015500, + global::System.Nullable H0015600, + global::System.Nullable H0015700, + global::System.Nullable H0015800, + global::System.Nullable H0015803, + global::System.Nullable H0015804, + int R0000100, + global::System.Nullable R0006100, + global::System.Nullable R0006500, + global::System.Nullable R0007300, + global::System.Nullable R0007700, + global::System.Nullable R0007900, + global::System.Nullable R0214700, + global::System.Nullable R0214800, + global::System.Nullable R2302900, + global::System.Nullable R2303100, + global::System.Nullable R2303200, + global::System.Nullable R2303300, + global::System.Nullable R2303500, + global::System.Nullable R2303600, + global::System.Nullable R2505100, + global::System.Nullable R2505300, + global::System.Nullable R2505400, + global::System.Nullable R2505500, + global::System.Nullable R2505700, + global::System.Nullable R2505800, + global::System.Nullable R2737900, + global::System.Nullable R2837200, + global::System.Nullable R2837300, + global::System.Nullable R2837400, + global::System.Nullable R2837500, + global::System.Nullable R2837600, + global::System.Nullable R2837700, + global::System.Nullable R2837800, + global::System.Nullable R2837900, + global::System.Nullable R2838000, + global::System.Nullable R2838100, + global::System.Nullable R2838200, + global::System.Nullable R2838300, + global::System.Nullable R2838400, + global::System.Nullable R2838500, + global::System.Nullable R2838600, + global::System.Nullable R2838700, + global::System.Nullable R2838800, + global::System.Nullable R2838900, + global::System.Nullable R2839000, + global::System.Nullable R2839100, + global::System.Nullable R2839200, + global::System.Nullable R2839300, + global::System.Nullable R2839400, + global::System.Nullable R2839500, + global::System.Nullable R2839600, + global::System.Nullable R2839700, + global::System.Nullable R2839800, + global::System.Nullable R2839900, + global::System.Nullable R2840000, + global::System.Nullable R2840100, + global::System.Nullable R2840200, + global::System.Nullable R2840300, + global::System.Nullable R2840400, + global::System.Nullable R2840500, + global::System.Nullable R2840600, + global::System.Nullable R2840700, + global::System.Nullable R2840800, + global::System.Nullable R2840900, + global::System.Nullable R2841000, + global::System.Nullable R2841100) { + if ((H0001600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[0].Value = ((int)(H0001600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[48].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[0].Value = global::System.DBNull.Value; } - if ((Original_C1800100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[50].Value = ((int)(Original_C1800100.Value)); + if ((H0001700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[1].Value = ((int)(H0001700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[50].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; } - if ((Original_C2503500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[52].Value = ((int)(Original_C2503500.Value)); + if ((H0001800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[2].Value = ((int)(H0001800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[52].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((Original_C2503600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[54].Value = ((int)(Original_C2503600.Value)); + if ((H0001900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[3].Value = ((int)(H0001900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[54].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; } - if ((Original_C2503700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[56].Value = ((int)(Original_C2503700.Value)); + if ((H0002000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[4].Value = ((int)(H0002000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[56].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((Original_C2532000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[58].Value = ((int)(Original_C2532000.Value)); + if ((H0002100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[5].Value = ((int)(H0002100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[58].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((Original_C2532100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[60].Value = ((int)(Original_C2532100.Value)); + if ((H0002200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[6].Value = ((int)(H0002200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[60].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((Original_C2532200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[62].Value = ((int)(Original_C2532200.Value)); + if ((H0002300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[7].Value = ((int)(H0002300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[62].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; } - if ((Original_C2802800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[64].Value = ((int)(Original_C2802800.Value)); + if ((H0002400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[8].Value = ((int)(H0002400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[64].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((Original_C2802900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[66].Value = ((int)(Original_C2802900.Value)); + if ((H0002500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[9].Value = ((int)(H0002500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[66].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; } - if ((Original_C2803000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[68].Value = ((int)(Original_C2803000.Value)); + if ((H0002600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[10].Value = ((int)(H0002600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[68].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((Original_C3111300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[70].Value = ((int)(Original_C3111300.Value)); + if ((H0002700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[11].Value = ((int)(H0002700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[70].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; } - if ((Original_C3111400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[72].Value = ((int)(Original_C3111400.Value)); + if ((H0002800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[12].Value = ((int)(H0002800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[72].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((Original_C3111500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[74].Value = ((int)(Original_C3111500.Value)); + if ((H0002900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[13].Value = ((int)(H0002900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[74].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; } - if ((Original_C3615000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[76].Value = ((int)(Original_C3615000.Value)); + if ((H0003000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[14].Value = ((int)(H0003000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[76].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((Original_C3615100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[78].Value = ((int)(Original_C3615100.Value)); + if ((H0003100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[15].Value = ((int)(H0003100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[78].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; } - if ((Original_C3615200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[80].Value = ((int)(Original_C3615200.Value)); + if ((H0013600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[16].Value = ((int)(H0013600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[80].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((Original_C3993600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[82].Value = ((int)(Original_C3993600.Value)); + if ((H0013700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[17].Value = ((int)(H0013700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[82].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; } - if ((Original_C3993700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[84].Value = ((int)(Original_C3993700.Value)); + if ((H0013800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[18].Value = ((int)(H0013800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[84].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((Original_C3993800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[86].Value = ((int)(Original_C3993800.Value)); + if ((H0013900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[19].Value = ((int)(H0013900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[86].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; } - 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(); + if ((H0014000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[20].Value = ((int)(H0014000.Value)); } - try { - int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); - return returnValue; + else { + this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; } - finally { - if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.DeleteCommand.Connection.Close(); - } + if ((H0014100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[21].Value = ((int)(H0014100.Value)); } - } - - [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( - int C0000100, - global::System.Nullable C0000200, - global::System.Nullable C0005300, - global::System.Nullable C0005400, - global::System.Nullable C0005700, - global::System.Nullable C0579900, - global::System.Nullable C0580000, - global::System.Nullable C0580100, - global::System.Nullable C0799400, - global::System.Nullable C0799500, - global::System.Nullable C0799600, - global::System.Nullable C0998600, - global::System.Nullable C0998700, - global::System.Nullable C0998800, - global::System.Nullable C1198600, - global::System.Nullable C1198700, - global::System.Nullable C1198800, - global::System.Nullable C1507600, - global::System.Nullable C1507700, - global::System.Nullable C1507800, - global::System.Nullable C1564500, - global::System.Nullable C1564600, - global::System.Nullable C1564700, - global::System.Nullable C1799900, - global::System.Nullable C1800000, - global::System.Nullable C1800100, - global::System.Nullable C2503500, - global::System.Nullable C2503600, - global::System.Nullable C2503700, - global::System.Nullable C2532000, - global::System.Nullable C2532100, - global::System.Nullable C2532200, - global::System.Nullable C2802800, - global::System.Nullable C2802900, - global::System.Nullable C2803000, - global::System.Nullable C3111300, - global::System.Nullable C3111400, - global::System.Nullable C3111500, - global::System.Nullable C3615000, - global::System.Nullable C3615100, - global::System.Nullable C3615200, - global::System.Nullable C3993600, - global::System.Nullable C3993700, - global::System.Nullable C3993800) { - this.Adapter.InsertCommand.Parameters[0].Value = ((int)(C0000100)); - if ((C0000200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[1].Value = ((int)(C0000200.Value)); + else { + this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; + } + if ((H0014200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[22].Value = ((int)(H0014200.Value)); } else { - this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((C0005300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[2].Value = ((int)(C0005300.Value)); + if ((H0014300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[23].Value = ((int)(H0014300.Value)); } else { - this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; } - if ((C0005400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[3].Value = ((int)(C0005400.Value)); + if ((H0014400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[24].Value = ((int)(H0014400.Value)); } else { - this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; } - if ((C0005700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[4].Value = ((int)(C0005700.Value)); + if ((H0014500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[25].Value = ((int)(H0014500.Value)); } else { - this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; } - if ((C0579900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[5].Value = ((int)(C0579900.Value)); + if ((H0014700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[26].Value = ((int)(H0014700.Value)); } else { - this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; } - if ((C0580000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[6].Value = ((int)(C0580000.Value)); + if ((H0014800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[27].Value = ((int)(H0014800.Value)); } else { - this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; } - if ((C0580100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[7].Value = ((int)(C0580100.Value)); + if ((H0014900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[28].Value = ((int)(H0014900.Value)); } else { - this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; } - if ((C0799400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[8].Value = ((int)(C0799400.Value)); + if ((H0015000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[29].Value = ((int)(H0015000.Value)); } else { - this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; } - if ((C0799500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[9].Value = ((int)(C0799500.Value)); + if ((H0015100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[30].Value = ((int)(H0015100.Value)); } else { - this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; } - if ((C0799600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[10].Value = ((int)(C0799600.Value)); + if ((H0015200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[31].Value = ((int)(H0015200.Value)); } else { - this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; } - if ((C0998600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[11].Value = ((int)(C0998600.Value)); + if ((H0015300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[32].Value = ((int)(H0015300.Value)); } else { - this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; } - if ((C0998700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[12].Value = ((int)(C0998700.Value)); + if ((H0015400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[33].Value = ((int)(H0015400.Value)); } else { - this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; } - if ((C0998800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[13].Value = ((int)(C0998800.Value)); + if ((H0015500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[34].Value = ((int)(H0015500.Value)); } else { - this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; } - if ((C1198600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[14].Value = ((int)(C1198600.Value)); + if ((H0015600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[35].Value = ((int)(H0015600.Value)); } else { - this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; } - if ((C1198700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[15].Value = ((int)(C1198700.Value)); + if ((H0015700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[36].Value = ((int)(H0015700.Value)); } else { - this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; } - if ((C1198800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[16].Value = ((int)(C1198800.Value)); + if ((H0015800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[37].Value = ((int)(H0015800.Value)); } else { - this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; } - if ((C1507600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[17].Value = ((int)(C1507600.Value)); + if ((H0015803.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[38].Value = ((int)(H0015803.Value)); } else { - this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; } - if ((C1507700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[18].Value = ((int)(C1507700.Value)); + if ((H0015804.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[39].Value = ((int)(H0015804.Value)); } else { - this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; } - if ((C1507800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[19].Value = ((int)(C1507800.Value)); + this.Adapter.InsertCommand.Parameters[40].Value = ((int)(R0000100)); + if ((R0006100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[41].Value = ((int)(R0006100.Value)); } else { - this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; } - if ((C1564500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[20].Value = ((int)(C1564500.Value)); + if ((R0006500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[42].Value = ((int)(R0006500.Value)); } else { - this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; } - if ((C1564600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[21].Value = ((int)(C1564600.Value)); + if ((R0007300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[43].Value = ((int)(R0007300.Value)); } else { - this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; } - if ((C1564700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[22].Value = ((int)(C1564700.Value)); + if ((R0007700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[44].Value = ((int)(R0007700.Value)); } else { - this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; } - if ((C1799900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[23].Value = ((int)(C1799900.Value)); + if ((R0007900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[45].Value = ((int)(R0007900.Value)); } else { - this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; } - if ((C1800000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[24].Value = ((int)(C1800000.Value)); + if ((R0214700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[46].Value = ((int)(R0214700.Value)); } else { - this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; } - if ((C1800100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[25].Value = ((int)(C1800100.Value)); + if ((R0214800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[47].Value = ((int)(R0214800.Value)); } else { - this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; } - if ((C2503500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[26].Value = ((int)(C2503500.Value)); + if ((R2302900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[48].Value = ((int)(R2302900.Value)); } else { - this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value; } - if ((C2503600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[27].Value = ((int)(C2503600.Value)); + if ((R2303100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[49].Value = ((int)(R2303100.Value)); } else { - this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value; } - if ((C2503700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[28].Value = ((int)(C2503700.Value)); + if ((R2303200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[50].Value = ((int)(R2303200.Value)); } else { - this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value; } - if ((C2532000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[29].Value = ((int)(C2532000.Value)); + if ((R2303300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[51].Value = ((int)(R2303300.Value)); } else { - this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value; } - if ((C2532100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[30].Value = ((int)(C2532100.Value)); + if ((R2303500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[52].Value = ((int)(R2303500.Value)); } else { - this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value; } - if ((C2532200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[31].Value = ((int)(C2532200.Value)); + if ((R2303600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[53].Value = ((int)(R2303600.Value)); } else { - this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value; } - if ((C2802800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[32].Value = ((int)(C2802800.Value)); + if ((R2505100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[54].Value = ((int)(R2505100.Value)); } else { - this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value; } - if ((C2802900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[33].Value = ((int)(C2802900.Value)); + if ((R2505300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[55].Value = ((int)(R2505300.Value)); } else { - this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value; } - if ((C2803000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[34].Value = ((int)(C2803000.Value)); + if ((R2505400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[56].Value = ((int)(R2505400.Value)); } else { - this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value; } - if ((C3111300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[35].Value = ((int)(C3111300.Value)); + if ((R2505500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[57].Value = ((int)(R2505500.Value)); } else { - this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value; } - if ((C3111400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[36].Value = ((int)(C3111400.Value)); + if ((R2505700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[58].Value = ((int)(R2505700.Value)); } else { - this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value; } - if ((C3111500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[37].Value = ((int)(C3111500.Value)); + if ((R2505800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[59].Value = ((int)(R2505800.Value)); } else { - this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value; } - if ((C3615000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[38].Value = ((int)(C3615000.Value)); + if ((R2737900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[60].Value = ((int)(R2737900.Value)); } else { - this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value; } - if ((C3615100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[39].Value = ((int)(C3615100.Value)); + if ((R2837200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[61].Value = ((int)(R2837200.Value)); } else { - this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value; } - if ((C3615200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[40].Value = ((int)(C3615200.Value)); + if ((R2837300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[62].Value = ((int)(R2837300.Value)); } else { - this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value; } - if ((C3993600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[41].Value = ((int)(C3993600.Value)); + if ((R2837400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[63].Value = ((int)(R2837400.Value)); } else { - this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value; } - if ((C3993700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[42].Value = ((int)(C3993700.Value)); + if ((R2837500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[64].Value = ((int)(R2837500.Value)); } else { - this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value; } - if ((C3993800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[43].Value = ((int)(C3993800.Value)); + if ((R2837600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[65].Value = ((int)(R2837600.Value)); } else { - this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[65].Value = global::System.DBNull.Value; + } + if ((R2837700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[66].Value = ((int)(R2837700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[66].Value = global::System.DBNull.Value; + } + if ((R2837800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[67].Value = ((int)(R2837800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[67].Value = global::System.DBNull.Value; + } + if ((R2837900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[68].Value = ((int)(R2837900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[68].Value = global::System.DBNull.Value; + } + if ((R2838000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[69].Value = ((int)(R2838000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[69].Value = global::System.DBNull.Value; + } + if ((R2838100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[70].Value = ((int)(R2838100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[70].Value = global::System.DBNull.Value; + } + if ((R2838200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[71].Value = ((int)(R2838200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[71].Value = global::System.DBNull.Value; + } + if ((R2838300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[72].Value = ((int)(R2838300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[72].Value = global::System.DBNull.Value; + } + if ((R2838400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[73].Value = ((int)(R2838400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[73].Value = global::System.DBNull.Value; + } + if ((R2838500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[74].Value = ((int)(R2838500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[74].Value = global::System.DBNull.Value; + } + if ((R2838600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[75].Value = ((int)(R2838600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[75].Value = global::System.DBNull.Value; + } + if ((R2838700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[76].Value = ((int)(R2838700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[76].Value = global::System.DBNull.Value; + } + if ((R2838800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[77].Value = ((int)(R2838800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[77].Value = global::System.DBNull.Value; + } + if ((R2838900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[78].Value = ((int)(R2838900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[78].Value = global::System.DBNull.Value; + } + if ((R2839000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[79].Value = ((int)(R2839000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[79].Value = global::System.DBNull.Value; + } + if ((R2839100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[80].Value = ((int)(R2839100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[80].Value = global::System.DBNull.Value; + } + if ((R2839200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[81].Value = ((int)(R2839200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[81].Value = global::System.DBNull.Value; + } + if ((R2839300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[82].Value = ((int)(R2839300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[82].Value = global::System.DBNull.Value; + } + if ((R2839400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[83].Value = ((int)(R2839400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[83].Value = global::System.DBNull.Value; + } + if ((R2839500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[84].Value = ((int)(R2839500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[84].Value = global::System.DBNull.Value; + } + if ((R2839600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[85].Value = ((int)(R2839600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[85].Value = global::System.DBNull.Value; + } + if ((R2839700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[86].Value = ((int)(R2839700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[86].Value = global::System.DBNull.Value; + } + if ((R2839800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[87].Value = ((int)(R2839800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[87].Value = global::System.DBNull.Value; + } + if ((R2839900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[88].Value = ((int)(R2839900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[88].Value = global::System.DBNull.Value; + } + if ((R2840000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[89].Value = ((int)(R2840000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[89].Value = global::System.DBNull.Value; + } + if ((R2840100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[90].Value = ((int)(R2840100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[90].Value = global::System.DBNull.Value; + } + if ((R2840200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[91].Value = ((int)(R2840200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[91].Value = global::System.DBNull.Value; + } + if ((R2840300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[92].Value = ((int)(R2840300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[92].Value = global::System.DBNull.Value; + } + if ((R2840400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[93].Value = ((int)(R2840400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[93].Value = global::System.DBNull.Value; + } + if ((R2840500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[94].Value = ((int)(R2840500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[94].Value = global::System.DBNull.Value; + } + if ((R2840600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[95].Value = ((int)(R2840600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[95].Value = global::System.DBNull.Value; + } + if ((R2840700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[96].Value = ((int)(R2840700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[96].Value = global::System.DBNull.Value; + } + if ((R2840800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[97].Value = ((int)(R2840800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[97].Value = global::System.DBNull.Value; + } + if ((R2840900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[98].Value = ((int)(R2840900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[98].Value = global::System.DBNull.Value; + } + if ((R2841000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[99].Value = ((int)(R2841000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[99].Value = global::System.DBNull.Value; + } + if ((R2841100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[100].Value = ((int)(R2841100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[100].Value = global::System.DBNull.Value; } global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State; if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open) @@ -106532,2337 +105399,1609 @@ public virtual int Insert( [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] public virtual int Update( - int C0000100, - global::System.Nullable C0000200, - global::System.Nullable C0005300, - global::System.Nullable C0005400, - global::System.Nullable C0005700, - global::System.Nullable C0579900, - global::System.Nullable C0580000, - global::System.Nullable C0580100, - global::System.Nullable C0799400, - global::System.Nullable C0799500, - global::System.Nullable C0799600, - global::System.Nullable C0998600, - global::System.Nullable C0998700, - global::System.Nullable C0998800, - global::System.Nullable C1198600, - global::System.Nullable C1198700, - global::System.Nullable C1198800, - global::System.Nullable C1507600, - global::System.Nullable C1507700, - global::System.Nullable C1507800, - global::System.Nullable C1564500, - global::System.Nullable C1564600, - global::System.Nullable C1564700, - global::System.Nullable C1799900, - global::System.Nullable C1800000, - global::System.Nullable C1800100, - global::System.Nullable C2503500, - global::System.Nullable C2503600, - global::System.Nullable C2503700, - global::System.Nullable C2532000, - global::System.Nullable C2532100, - global::System.Nullable C2532200, - global::System.Nullable C2802800, - global::System.Nullable C2802900, - global::System.Nullable C2803000, - global::System.Nullable C3111300, - global::System.Nullable C3111400, - global::System.Nullable C3111500, - global::System.Nullable C3615000, - global::System.Nullable C3615100, - global::System.Nullable C3615200, - global::System.Nullable C3993600, - global::System.Nullable C3993700, - global::System.Nullable C3993800, - int Original_C0000100, - global::System.Nullable Original_C0000200, - global::System.Nullable Original_C0005300, - global::System.Nullable Original_C0005400, - global::System.Nullable Original_C0005700, - global::System.Nullable Original_C0579900, - global::System.Nullable Original_C0580000, - global::System.Nullable Original_C0580100, - global::System.Nullable Original_C0799400, - global::System.Nullable Original_C0799500, - global::System.Nullable Original_C0799600, - global::System.Nullable Original_C0998600, - global::System.Nullable Original_C0998700, - global::System.Nullable Original_C0998800, - global::System.Nullable Original_C1198600, - global::System.Nullable Original_C1198700, - global::System.Nullable Original_C1198800, - global::System.Nullable Original_C1507600, - global::System.Nullable Original_C1507700, - global::System.Nullable Original_C1507800, - global::System.Nullable Original_C1564500, - global::System.Nullable Original_C1564600, - global::System.Nullable Original_C1564700, - global::System.Nullable Original_C1799900, - global::System.Nullable Original_C1800000, - global::System.Nullable Original_C1800100, - global::System.Nullable Original_C2503500, - global::System.Nullable Original_C2503600, - global::System.Nullable Original_C2503700, - global::System.Nullable Original_C2532000, - global::System.Nullable Original_C2532100, - global::System.Nullable Original_C2532200, - global::System.Nullable Original_C2802800, - global::System.Nullable Original_C2802900, - global::System.Nullable Original_C2803000, - global::System.Nullable Original_C3111300, - global::System.Nullable Original_C3111400, - global::System.Nullable Original_C3111500, - global::System.Nullable Original_C3615000, - global::System.Nullable Original_C3615100, - global::System.Nullable Original_C3615200, - global::System.Nullable Original_C3993600, - global::System.Nullable Original_C3993700, - global::System.Nullable Original_C3993800) { - this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(C0000100)); - if ((C0000200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(C0000200.Value)); + global::System.Nullable H0001600, + global::System.Nullable H0001700, + global::System.Nullable H0001800, + global::System.Nullable H0001900, + global::System.Nullable H0002000, + global::System.Nullable H0002100, + global::System.Nullable H0002200, + global::System.Nullable H0002300, + global::System.Nullable H0002400, + global::System.Nullable H0002500, + global::System.Nullable H0002600, + global::System.Nullable H0002700, + global::System.Nullable H0002800, + global::System.Nullable H0002900, + global::System.Nullable H0003000, + global::System.Nullable H0003100, + global::System.Nullable H0013600, + global::System.Nullable H0013700, + global::System.Nullable H0013800, + global::System.Nullable H0013900, + global::System.Nullable H0014000, + global::System.Nullable H0014100, + global::System.Nullable H0014200, + global::System.Nullable H0014300, + global::System.Nullable H0014400, + global::System.Nullable H0014500, + global::System.Nullable H0014700, + global::System.Nullable H0014800, + global::System.Nullable H0014900, + global::System.Nullable H0015000, + global::System.Nullable H0015100, + global::System.Nullable H0015200, + global::System.Nullable H0015300, + global::System.Nullable H0015400, + global::System.Nullable H0015500, + global::System.Nullable H0015600, + global::System.Nullable H0015700, + global::System.Nullable H0015800, + global::System.Nullable H0015803, + global::System.Nullable H0015804, + int R0000100, + global::System.Nullable R0006100, + global::System.Nullable R0006500, + global::System.Nullable R0007300, + global::System.Nullable R0007700, + global::System.Nullable R0007900, + global::System.Nullable R0214700, + global::System.Nullable R0214800, + global::System.Nullable R2302900, + global::System.Nullable R2303100, + global::System.Nullable R2303200, + global::System.Nullable R2303300, + global::System.Nullable R2303500, + global::System.Nullable R2303600, + global::System.Nullable R2505100, + global::System.Nullable R2505300, + global::System.Nullable R2505400, + global::System.Nullable R2505500, + global::System.Nullable R2505700, + global::System.Nullable R2505800, + global::System.Nullable R2737900, + global::System.Nullable R2837200, + global::System.Nullable R2837300, + global::System.Nullable R2837400, + global::System.Nullable R2837500, + global::System.Nullable R2837600, + global::System.Nullable R2837700, + global::System.Nullable R2837800, + global::System.Nullable R2837900, + global::System.Nullable R2838000, + global::System.Nullable R2838100, + global::System.Nullable R2838200, + global::System.Nullable R2838300, + global::System.Nullable R2838400, + global::System.Nullable R2838500, + global::System.Nullable R2838600, + global::System.Nullable R2838700, + global::System.Nullable R2838800, + global::System.Nullable R2838900, + global::System.Nullable R2839000, + global::System.Nullable R2839100, + global::System.Nullable R2839200, + global::System.Nullable R2839300, + global::System.Nullable R2839400, + global::System.Nullable R2839500, + global::System.Nullable R2839600, + global::System.Nullable R2839700, + global::System.Nullable R2839800, + global::System.Nullable R2839900, + global::System.Nullable R2840000, + global::System.Nullable R2840100, + global::System.Nullable R2840200, + global::System.Nullable R2840300, + global::System.Nullable R2840400, + global::System.Nullable R2840500, + global::System.Nullable R2840600, + global::System.Nullable R2840700, + global::System.Nullable R2840800, + global::System.Nullable R2840900, + global::System.Nullable R2841000, + global::System.Nullable R2841100, + global::System.Nullable Original_H0001600, + global::System.Nullable Original_H0001700, + global::System.Nullable Original_H0001800, + global::System.Nullable Original_H0001900, + global::System.Nullable Original_H0002000, + global::System.Nullable Original_H0002100, + global::System.Nullable Original_H0002200, + global::System.Nullable Original_H0002300, + global::System.Nullable Original_H0002400, + global::System.Nullable Original_H0002500, + global::System.Nullable Original_H0002600, + global::System.Nullable Original_H0002700, + global::System.Nullable Original_H0002800, + global::System.Nullable Original_H0002900, + global::System.Nullable Original_H0003000, + global::System.Nullable Original_H0003100, + global::System.Nullable Original_H0013600, + global::System.Nullable Original_H0013700, + global::System.Nullable Original_H0013800, + global::System.Nullable Original_H0013900, + global::System.Nullable Original_H0014000, + global::System.Nullable Original_H0014100, + global::System.Nullable Original_H0014200, + global::System.Nullable Original_H0014300, + global::System.Nullable Original_H0014400, + global::System.Nullable Original_H0014500, + global::System.Nullable Original_H0014700, + global::System.Nullable Original_H0014800, + global::System.Nullable Original_H0014900, + global::System.Nullable Original_H0015000, + global::System.Nullable Original_H0015100, + global::System.Nullable Original_H0015200, + global::System.Nullable Original_H0015300, + global::System.Nullable Original_H0015400, + global::System.Nullable Original_H0015500, + global::System.Nullable Original_H0015600, + global::System.Nullable Original_H0015700, + global::System.Nullable Original_H0015800, + global::System.Nullable Original_H0015803, + global::System.Nullable Original_H0015804, + int Original_R0000100, + global::System.Nullable Original_R0006100, + global::System.Nullable Original_R0006500, + global::System.Nullable Original_R0007300, + global::System.Nullable Original_R0007700, + global::System.Nullable Original_R0007900, + global::System.Nullable Original_R0214700, + global::System.Nullable Original_R0214800, + global::System.Nullable Original_R2302900, + global::System.Nullable Original_R2303100, + global::System.Nullable Original_R2303200, + global::System.Nullable Original_R2303300, + global::System.Nullable Original_R2303500, + global::System.Nullable Original_R2303600, + global::System.Nullable Original_R2505100, + global::System.Nullable Original_R2505300, + global::System.Nullable Original_R2505400, + global::System.Nullable Original_R2505500, + global::System.Nullable Original_R2505700, + global::System.Nullable Original_R2505800, + global::System.Nullable Original_R2737900, + global::System.Nullable Original_R2837200, + global::System.Nullable Original_R2837300, + global::System.Nullable Original_R2837400, + global::System.Nullable Original_R2837500, + global::System.Nullable Original_R2837600, + global::System.Nullable Original_R2837700, + global::System.Nullable Original_R2837800, + global::System.Nullable Original_R2837900, + global::System.Nullable Original_R2838000, + global::System.Nullable Original_R2838100, + global::System.Nullable Original_R2838200, + global::System.Nullable Original_R2838300, + global::System.Nullable Original_R2838400, + global::System.Nullable Original_R2838500, + global::System.Nullable Original_R2838600, + global::System.Nullable Original_R2838700, + global::System.Nullable Original_R2838800, + global::System.Nullable Original_R2838900, + global::System.Nullable Original_R2839000, + global::System.Nullable Original_R2839100, + global::System.Nullable Original_R2839200, + global::System.Nullable Original_R2839300, + global::System.Nullable Original_R2839400, + global::System.Nullable Original_R2839500, + global::System.Nullable Original_R2839600, + global::System.Nullable Original_R2839700, + global::System.Nullable Original_R2839800, + global::System.Nullable Original_R2839900, + global::System.Nullable Original_R2840000, + global::System.Nullable Original_R2840100, + global::System.Nullable Original_R2840200, + global::System.Nullable Original_R2840300, + global::System.Nullable Original_R2840400, + global::System.Nullable Original_R2840500, + global::System.Nullable Original_R2840600, + global::System.Nullable Original_R2840700, + global::System.Nullable Original_R2840800, + global::System.Nullable Original_R2840900, + global::System.Nullable Original_R2841000, + global::System.Nullable Original_R2841100) { + if ((H0001600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(H0001600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[0].Value = global::System.DBNull.Value; + } + if ((H0001700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(H0001700.Value)); } else { this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; } - if ((C0005300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(C0005300.Value)); + if ((H0001800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(H0001800.Value)); } else { this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((C0005400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(C0005400.Value)); + if ((H0001900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(H0001900.Value)); } else { this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; } - if ((C0005700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(C0005700.Value)); + if ((H0002000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(H0002000.Value)); } else { this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((C0579900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(C0579900.Value)); + if ((H0002100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(H0002100.Value)); } else { this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((C0580000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(C0580000.Value)); + if ((H0002200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(H0002200.Value)); } else { this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((C0580100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(C0580100.Value)); + if ((H0002300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(H0002300.Value)); } else { this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; } - if ((C0799400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(C0799400.Value)); + if ((H0002400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(H0002400.Value)); } else { this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((C0799500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(C0799500.Value)); + if ((H0002500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(H0002500.Value)); } else { this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; } - if ((C0799600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(C0799600.Value)); + if ((H0002600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(H0002600.Value)); } else { this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((C0998600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(C0998600.Value)); + if ((H0002700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(H0002700.Value)); } else { this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; } - if ((C0998700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(C0998700.Value)); + if ((H0002800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(H0002800.Value)); } else { this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((C0998800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(C0998800.Value)); + if ((H0002900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(H0002900.Value)); } else { this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; } - if ((C1198600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(C1198600.Value)); + if ((H0003000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(H0003000.Value)); } else { this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((C1198700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(C1198700.Value)); + if ((H0003100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(H0003100.Value)); } else { this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; } - if ((C1198800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(C1198800.Value)); + if ((H0013600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(H0013600.Value)); } else { this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((C1507600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(C1507600.Value)); + if ((H0013700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(H0013700.Value)); } else { this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; } - if ((C1507700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(C1507700.Value)); + if ((H0013800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(H0013800.Value)); } else { this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((C1507800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(C1507800.Value)); + if ((H0013900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(H0013900.Value)); } else { this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; } - if ((C1564500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(C1564500.Value)); + if ((H0014000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(H0014000.Value)); } else { this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; } - if ((C1564600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(C1564600.Value)); + if ((H0014100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(H0014100.Value)); } else { this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; } - if ((C1564700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[22].Value = ((int)(C1564700.Value)); + if ((H0014200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[22].Value = ((int)(H0014200.Value)); } else { this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((C1799900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(C1799900.Value)); + if ((H0014300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(H0014300.Value)); } else { this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; } - if ((C1800000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[24].Value = ((int)(C1800000.Value)); + if ((H0014400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[24].Value = ((int)(H0014400.Value)); } else { this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; } - if ((C1800100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(C1800100.Value)); + if ((H0014500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(H0014500.Value)); } else { this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; } - if ((C2503500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[26].Value = ((int)(C2503500.Value)); + if ((H0014700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[26].Value = ((int)(H0014700.Value)); } else { this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; } - if ((C2503600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(C2503600.Value)); + if ((H0014800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(H0014800.Value)); } else { this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; } - if ((C2503700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[28].Value = ((int)(C2503700.Value)); + if ((H0014900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[28].Value = ((int)(H0014900.Value)); } else { this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; } - if ((C2532000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(C2532000.Value)); + if ((H0015000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(H0015000.Value)); } else { this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; } - if ((C2532100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(C2532100.Value)); + if ((H0015100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(H0015100.Value)); } else { this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; } - if ((C2532200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(C2532200.Value)); + if ((H0015200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(H0015200.Value)); } else { this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; } - if ((C2802800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[32].Value = ((int)(C2802800.Value)); + if ((H0015300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[32].Value = ((int)(H0015300.Value)); } else { this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; } - if ((C2802900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(C2802900.Value)); + if ((H0015400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(H0015400.Value)); } else { this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; } - if ((C2803000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[34].Value = ((int)(C2803000.Value)); + if ((H0015500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[34].Value = ((int)(H0015500.Value)); } else { this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; } - if ((C3111300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(C3111300.Value)); + if ((H0015600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(H0015600.Value)); } else { this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; } - if ((C3111400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[36].Value = ((int)(C3111400.Value)); + if ((H0015700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[36].Value = ((int)(H0015700.Value)); } else { this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; } - if ((C3111500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(C3111500.Value)); + if ((H0015800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(H0015800.Value)); } else { this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; } - if ((C3615000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[38].Value = ((int)(C3615000.Value)); + if ((H0015803.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[38].Value = ((int)(H0015803.Value)); } else { this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; } - if ((C3615100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[39].Value = ((int)(C3615100.Value)); + if ((H0015804.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[39].Value = ((int)(H0015804.Value)); } else { this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; } - if ((C3615200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[40].Value = ((int)(C3615200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; - } - if ((C3993600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[41].Value = ((int)(C3993600.Value)); + this.Adapter.UpdateCommand.Parameters[40].Value = ((int)(R0000100)); + if ((R0006100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[41].Value = ((int)(R0006100.Value)); } else { this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; } - if ((C3993700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[42].Value = ((int)(C3993700.Value)); + if ((R0006500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[42].Value = ((int)(R0006500.Value)); } else { this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; } - if ((C3993800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[43].Value = ((int)(C3993800.Value)); + if ((R0007300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[43].Value = ((int)(R0007300.Value)); } else { this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; } - this.Adapter.UpdateCommand.Parameters[44].Value = ((int)(Original_C0000100)); - if ((Original_C0000200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[45].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[46].Value = ((int)(Original_C0000200.Value)); + if ((R0007700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[44].Value = ((int)(R0007700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value; + } + if ((R0007900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[45].Value = ((int)(R0007900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value; + } + if ((R0214700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[46].Value = ((int)(R0214700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[45].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value; } - if ((Original_C0005300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[47].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[48].Value = ((int)(Original_C0005300.Value)); + if ((R0214800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[47].Value = ((int)(R0214800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value; + } + if ((R2302900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[48].Value = ((int)(R2302900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[47].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value; } - if ((Original_C0005400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[49].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[50].Value = ((int)(Original_C0005400.Value)); + if ((R2303100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[49].Value = ((int)(R2303100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value; + } + if ((R2303200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[50].Value = ((int)(R2303200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[49].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value; } - if ((Original_C0005700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[51].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[52].Value = ((int)(Original_C0005700.Value)); + if ((R2303300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[51].Value = ((int)(R2303300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value; + } + if ((R2303500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[52].Value = ((int)(R2303500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[51].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value; } - if ((Original_C0579900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[53].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[54].Value = ((int)(Original_C0579900.Value)); + if ((R2303600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[53].Value = ((int)(R2303600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value; + } + if ((R2505100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[54].Value = ((int)(R2505100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[53].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value; } - if ((Original_C0580000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[55].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[56].Value = ((int)(Original_C0580000.Value)); + if ((R2505300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[55].Value = ((int)(R2505300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value; + } + if ((R2505400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[56].Value = ((int)(R2505400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[55].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value; } - if ((Original_C0580100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[57].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[58].Value = ((int)(Original_C0580100.Value)); + if ((R2505500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[57].Value = ((int)(R2505500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value; + } + if ((R2505700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[58].Value = ((int)(R2505700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[57].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value; } - if ((Original_C0799400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[59].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[60].Value = ((int)(Original_C0799400.Value)); + if ((R2505800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[59].Value = ((int)(R2505800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value; + } + if ((R2737900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[60].Value = ((int)(R2737900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[59].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value; } - if ((Original_C0799500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[61].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[62].Value = ((int)(Original_C0799500.Value)); + if ((R2837200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[61].Value = ((int)(R2837200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value; + } + if ((R2837300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[62].Value = ((int)(R2837300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[61].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value; } - if ((Original_C0799600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[63].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[64].Value = ((int)(Original_C0799600.Value)); + if ((R2837400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[63].Value = ((int)(R2837400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value; + } + if ((R2837500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[64].Value = ((int)(R2837500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[63].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value; } - if ((Original_C0998600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[65].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[66].Value = ((int)(Original_C0998600.Value)); + if ((R2837600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[65].Value = ((int)(R2837600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[65].Value = global::System.DBNull.Value; + } + if ((R2837700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[66].Value = ((int)(R2837700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[65].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value; } - if ((Original_C0998700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[67].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[68].Value = ((int)(Original_C0998700.Value)); + if ((R2837800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[67].Value = ((int)(R2837800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[67].Value = global::System.DBNull.Value; + } + if ((R2837900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[68].Value = ((int)(R2837900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[67].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value; } - if ((Original_C0998800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[69].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[70].Value = ((int)(Original_C0998800.Value)); + if ((R2838000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[69].Value = ((int)(R2838000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[69].Value = global::System.DBNull.Value; + } + if ((R2838100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[70].Value = ((int)(R2838100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[69].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value; } - if ((Original_C1198600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[71].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[72].Value = ((int)(Original_C1198600.Value)); + if ((R2838200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[71].Value = ((int)(R2838200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[71].Value = global::System.DBNull.Value; + } + if ((R2838300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[72].Value = ((int)(R2838300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[71].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[72].Value = global::System.DBNull.Value; } - if ((Original_C1198700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[73].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[74].Value = ((int)(Original_C1198700.Value)); + if ((R2838400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[73].Value = ((int)(R2838400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[73].Value = global::System.DBNull.Value; + } + if ((R2838500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[74].Value = ((int)(R2838500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[73].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[74].Value = global::System.DBNull.Value; } - if ((Original_C1198800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[75].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[76].Value = ((int)(Original_C1198800.Value)); + if ((R2838600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[75].Value = ((int)(R2838600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[75].Value = global::System.DBNull.Value; + } + if ((R2838700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[76].Value = ((int)(R2838700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[75].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[76].Value = global::System.DBNull.Value; } - if ((Original_C1507600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[77].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[78].Value = ((int)(Original_C1507600.Value)); + if ((R2838800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[77].Value = ((int)(R2838800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[77].Value = global::System.DBNull.Value; + } + if ((R2838900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[78].Value = ((int)(R2838900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[77].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[78].Value = global::System.DBNull.Value; } - if ((Original_C1507700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[79].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[80].Value = ((int)(Original_C1507700.Value)); + if ((R2839000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[79].Value = ((int)(R2839000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[79].Value = global::System.DBNull.Value; + } + if ((R2839100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[80].Value = ((int)(R2839100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[79].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[80].Value = global::System.DBNull.Value; } - if ((Original_C1507800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[81].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[82].Value = ((int)(Original_C1507800.Value)); + if ((R2839200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[81].Value = ((int)(R2839200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[81].Value = global::System.DBNull.Value; + } + if ((R2839300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[82].Value = ((int)(R2839300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[81].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[82].Value = global::System.DBNull.Value; } - if ((Original_C1564500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[83].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[84].Value = ((int)(Original_C1564500.Value)); + if ((R2839400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[83].Value = ((int)(R2839400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[83].Value = global::System.DBNull.Value; + } + if ((R2839500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[84].Value = ((int)(R2839500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[83].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[84].Value = global::System.DBNull.Value; } - if ((Original_C1564600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[85].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[86].Value = ((int)(Original_C1564600.Value)); + if ((R2839600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[85].Value = ((int)(R2839600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[85].Value = global::System.DBNull.Value; + } + if ((R2839700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[86].Value = ((int)(R2839700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[85].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[86].Value = global::System.DBNull.Value; } - if ((Original_C1564700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[87].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[88].Value = ((int)(Original_C1564700.Value)); + if ((R2839800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[87].Value = ((int)(R2839800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[87].Value = global::System.DBNull.Value; + } + if ((R2839900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[88].Value = ((int)(R2839900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[87].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[88].Value = global::System.DBNull.Value; } - if ((Original_C1799900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[89].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[90].Value = ((int)(Original_C1799900.Value)); + if ((R2840000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[89].Value = ((int)(R2840000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[89].Value = global::System.DBNull.Value; + } + if ((R2840100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[90].Value = ((int)(R2840100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[89].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[90].Value = global::System.DBNull.Value; } - if ((Original_C1800000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[91].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[92].Value = ((int)(Original_C1800000.Value)); + if ((R2840200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[91].Value = ((int)(R2840200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[91].Value = global::System.DBNull.Value; + } + if ((R2840300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[92].Value = ((int)(R2840300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[91].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[92].Value = global::System.DBNull.Value; } - if ((Original_C1800100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[93].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[94].Value = ((int)(Original_C1800100.Value)); + if ((R2840400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[93].Value = ((int)(R2840400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[93].Value = global::System.DBNull.Value; + } + if ((R2840500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[94].Value = ((int)(R2840500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[93].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[94].Value = global::System.DBNull.Value; } - if ((Original_C2503500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[95].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[96].Value = ((int)(Original_C2503500.Value)); + if ((R2840600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[95].Value = ((int)(R2840600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[95].Value = global::System.DBNull.Value; + } + if ((R2840700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[96].Value = ((int)(R2840700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[95].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[96].Value = global::System.DBNull.Value; } - if ((Original_C2503600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[97].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[98].Value = ((int)(Original_C2503600.Value)); + if ((R2840800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[97].Value = ((int)(R2840800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[97].Value = global::System.DBNull.Value; + } + if ((R2840900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[98].Value = ((int)(R2840900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[97].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[98].Value = global::System.DBNull.Value; } - if ((Original_C2503700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[99].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[100].Value = ((int)(Original_C2503700.Value)); + if ((R2841000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[99].Value = ((int)(R2841000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[99].Value = global::System.DBNull.Value; + } + if ((R2841100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[100].Value = ((int)(R2841100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[99].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[100].Value = global::System.DBNull.Value; } - if ((Original_C2532000.HasValue == true)) { + if ((Original_H0001600.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[101].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[102].Value = ((int)(Original_C2532000.Value)); + this.Adapter.UpdateCommand.Parameters[102].Value = ((int)(Original_H0001600.Value)); } else { this.Adapter.UpdateCommand.Parameters[101].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[102].Value = global::System.DBNull.Value; } - if ((Original_C2532100.HasValue == true)) { + if ((Original_H0001700.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[103].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[104].Value = ((int)(Original_C2532100.Value)); + this.Adapter.UpdateCommand.Parameters[104].Value = ((int)(Original_H0001700.Value)); } else { this.Adapter.UpdateCommand.Parameters[103].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[104].Value = global::System.DBNull.Value; } - if ((Original_C2532200.HasValue == true)) { + if ((Original_H0001800.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[105].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[106].Value = ((int)(Original_C2532200.Value)); + this.Adapter.UpdateCommand.Parameters[106].Value = ((int)(Original_H0001800.Value)); } else { this.Adapter.UpdateCommand.Parameters[105].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[106].Value = global::System.DBNull.Value; } - if ((Original_C2802800.HasValue == true)) { + if ((Original_H0001900.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[107].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[108].Value = ((int)(Original_C2802800.Value)); + this.Adapter.UpdateCommand.Parameters[108].Value = ((int)(Original_H0001900.Value)); } else { this.Adapter.UpdateCommand.Parameters[107].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[108].Value = global::System.DBNull.Value; } - if ((Original_C2802900.HasValue == true)) { + if ((Original_H0002000.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[109].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[110].Value = ((int)(Original_C2802900.Value)); + this.Adapter.UpdateCommand.Parameters[110].Value = ((int)(Original_H0002000.Value)); } else { this.Adapter.UpdateCommand.Parameters[109].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[110].Value = global::System.DBNull.Value; } - if ((Original_C2803000.HasValue == true)) { + if ((Original_H0002100.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[111].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[112].Value = ((int)(Original_C2803000.Value)); + this.Adapter.UpdateCommand.Parameters[112].Value = ((int)(Original_H0002100.Value)); } else { this.Adapter.UpdateCommand.Parameters[111].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[112].Value = global::System.DBNull.Value; } - if ((Original_C3111300.HasValue == true)) { + if ((Original_H0002200.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[113].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[114].Value = ((int)(Original_C3111300.Value)); + this.Adapter.UpdateCommand.Parameters[114].Value = ((int)(Original_H0002200.Value)); } else { this.Adapter.UpdateCommand.Parameters[113].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[114].Value = global::System.DBNull.Value; } - if ((Original_C3111400.HasValue == true)) { + if ((Original_H0002300.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[115].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[116].Value = ((int)(Original_C3111400.Value)); + this.Adapter.UpdateCommand.Parameters[116].Value = ((int)(Original_H0002300.Value)); } else { this.Adapter.UpdateCommand.Parameters[115].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[116].Value = global::System.DBNull.Value; } - if ((Original_C3111500.HasValue == true)) { + if ((Original_H0002400.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[117].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[118].Value = ((int)(Original_C3111500.Value)); + this.Adapter.UpdateCommand.Parameters[118].Value = ((int)(Original_H0002400.Value)); } else { this.Adapter.UpdateCommand.Parameters[117].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[118].Value = global::System.DBNull.Value; } - if ((Original_C3615000.HasValue == true)) { + if ((Original_H0002500.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[119].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[120].Value = ((int)(Original_C3615000.Value)); + this.Adapter.UpdateCommand.Parameters[120].Value = ((int)(Original_H0002500.Value)); } else { this.Adapter.UpdateCommand.Parameters[119].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[120].Value = global::System.DBNull.Value; } - if ((Original_C3615100.HasValue == true)) { + if ((Original_H0002600.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[121].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[122].Value = ((int)(Original_C3615100.Value)); + this.Adapter.UpdateCommand.Parameters[122].Value = ((int)(Original_H0002600.Value)); } else { this.Adapter.UpdateCommand.Parameters[121].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[122].Value = global::System.DBNull.Value; } - if ((Original_C3615200.HasValue == true)) { + if ((Original_H0002700.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[123].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[124].Value = ((int)(Original_C3615200.Value)); + this.Adapter.UpdateCommand.Parameters[124].Value = ((int)(Original_H0002700.Value)); } else { this.Adapter.UpdateCommand.Parameters[123].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[124].Value = global::System.DBNull.Value; } - if ((Original_C3993600.HasValue == true)) { + if ((Original_H0002800.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[125].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[126].Value = ((int)(Original_C3993600.Value)); + this.Adapter.UpdateCommand.Parameters[126].Value = ((int)(Original_H0002800.Value)); } else { this.Adapter.UpdateCommand.Parameters[125].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[126].Value = global::System.DBNull.Value; } - if ((Original_C3993700.HasValue == true)) { + if ((Original_H0002900.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[127].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[128].Value = ((int)(Original_C3993700.Value)); + this.Adapter.UpdateCommand.Parameters[128].Value = ((int)(Original_H0002900.Value)); } else { this.Adapter.UpdateCommand.Parameters[127].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[128].Value = global::System.DBNull.Value; } - if ((Original_C3993800.HasValue == true)) { + if ((Original_H0003000.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[129].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[130].Value = ((int)(Original_C3993800.Value)); + this.Adapter.UpdateCommand.Parameters[130].Value = ((int)(Original_H0003000.Value)); } else { this.Adapter.UpdateCommand.Parameters[129].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[130].Value = global::System.DBNull.Value; } - 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(); + if ((Original_H0003100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[131].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[132].Value = ((int)(Original_H0003100.Value)); } - try { - int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); - return returnValue; + else { + this.Adapter.UpdateCommand.Parameters[131].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[132].Value = global::System.DBNull.Value; } - finally { - if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.UpdateCommand.Connection.Close(); - } + if ((Original_H0013600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[133].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[134].Value = ((int)(Original_H0013600.Value)); } - } - - [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( - global::System.Nullable C0000200, - global::System.Nullable C0005300, - global::System.Nullable C0005400, - global::System.Nullable C0005700, - global::System.Nullable C0579900, - global::System.Nullable C0580000, - global::System.Nullable C0580100, - global::System.Nullable C0799400, - global::System.Nullable C0799500, - global::System.Nullable C0799600, - global::System.Nullable C0998600, - global::System.Nullable C0998700, - global::System.Nullable C0998800, - global::System.Nullable C1198600, - global::System.Nullable C1198700, - global::System.Nullable C1198800, - global::System.Nullable C1507600, - global::System.Nullable C1507700, - global::System.Nullable C1507800, - global::System.Nullable C1564500, - global::System.Nullable C1564600, - global::System.Nullable C1564700, - global::System.Nullable C1799900, - global::System.Nullable C1800000, - global::System.Nullable C1800100, - global::System.Nullable C2503500, - global::System.Nullable C2503600, - global::System.Nullable C2503700, - global::System.Nullable C2532000, - global::System.Nullable C2532100, - global::System.Nullable C2532200, - global::System.Nullable C2802800, - global::System.Nullable C2802900, - global::System.Nullable C2803000, - global::System.Nullable C3111300, - global::System.Nullable C3111400, - global::System.Nullable C3111500, - global::System.Nullable C3615000, - global::System.Nullable C3615100, - global::System.Nullable C3615200, - global::System.Nullable C3993600, - global::System.Nullable C3993700, - global::System.Nullable C3993800, - int Original_C0000100, - global::System.Nullable Original_C0000200, - global::System.Nullable Original_C0005300, - global::System.Nullable Original_C0005400, - global::System.Nullable Original_C0005700, - global::System.Nullable Original_C0579900, - global::System.Nullable Original_C0580000, - global::System.Nullable Original_C0580100, - global::System.Nullable Original_C0799400, - global::System.Nullable Original_C0799500, - global::System.Nullable Original_C0799600, - global::System.Nullable Original_C0998600, - global::System.Nullable Original_C0998700, - global::System.Nullable Original_C0998800, - global::System.Nullable Original_C1198600, - global::System.Nullable Original_C1198700, - global::System.Nullable Original_C1198800, - global::System.Nullable Original_C1507600, - global::System.Nullable Original_C1507700, - global::System.Nullable Original_C1507800, - global::System.Nullable Original_C1564500, - global::System.Nullable Original_C1564600, - global::System.Nullable Original_C1564700, - global::System.Nullable Original_C1799900, - global::System.Nullable Original_C1800000, - global::System.Nullable Original_C1800100, - global::System.Nullable Original_C2503500, - global::System.Nullable Original_C2503600, - global::System.Nullable Original_C2503700, - global::System.Nullable Original_C2532000, - global::System.Nullable Original_C2532100, - global::System.Nullable Original_C2532200, - global::System.Nullable Original_C2802800, - global::System.Nullable Original_C2802900, - global::System.Nullable Original_C2803000, - global::System.Nullable Original_C3111300, - global::System.Nullable Original_C3111400, - global::System.Nullable Original_C3111500, - global::System.Nullable Original_C3615000, - global::System.Nullable Original_C3615100, - global::System.Nullable Original_C3615200, - global::System.Nullable Original_C3993600, - global::System.Nullable Original_C3993700, - global::System.Nullable Original_C3993800) { - return this.Update(Original_C0000100, C0000200, C0005300, C0005400, C0005700, C0579900, C0580000, C0580100, C0799400, C0799500, C0799600, C0998600, C0998700, C0998800, C1198600, C1198700, C1198800, C1507600, C1507700, C1507800, C1564500, C1564600, C1564700, C1799900, C1800000, C1800100, C2503500, C2503600, C2503700, C2532000, C2532100, C2532200, C2802800, C2802900, C2803000, C3111300, C3111400, C3111500, C3615000, C3615100, C3615200, C3993600, C3993700, C3993800, Original_C0000100, Original_C0000200, Original_C0005300, Original_C0005400, Original_C0005700, Original_C0579900, Original_C0580000, Original_C0580100, Original_C0799400, Original_C0799500, Original_C0799600, Original_C0998600, Original_C0998700, Original_C0998800, Original_C1198600, Original_C1198700, Original_C1198800, Original_C1507600, Original_C1507700, Original_C1507800, Original_C1564500, Original_C1564600, Original_C1564700, Original_C1799900, Original_C1800000, Original_C1800100, Original_C2503500, Original_C2503600, Original_C2503700, Original_C2532000, Original_C2532100, Original_C2532200, Original_C2802800, Original_C2802900, Original_C2803000, Original_C3111300, Original_C3111400, Original_C3111500, Original_C3615000, Original_C3615100, Original_C3615200, Original_C3993600, Original_C3993700, Original_C3993800); - } - } - - /// - ///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 tblGen1GeocodeSanitizedTableAdapter : 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 tblGen1GeocodeSanitizedTableAdapter() { - 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; + else { + this.Adapter.UpdateCommand.Parameters[133].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[134].Value = global::System.DBNull.Value; } - } - - [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; + if ((Original_H0013700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[135].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[136].Value = ((int)(Original_H0013700.Value)); } - 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; - } - } + else { + this.Adapter.UpdateCommand.Parameters[135].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[136].Value = global::System.DBNull.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; + if ((Original_H0013800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[137].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[138].Value = ((int)(Original_H0013800.Value)); } - 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; - } + else { + this.Adapter.UpdateCommand.Parameters[137].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[138].Value = global::System.DBNull.Value; } - } - - [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; + if ((Original_H0013900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[139].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[140].Value = ((int)(Original_H0013900.Value)); } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool ClearBeforeFill { - get { - return this._clearBeforeFill; + else { + this.Adapter.UpdateCommand.Parameters[139].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[140].Value = global::System.DBNull.Value; } - set { - this._clearBeforeFill = value; + if ((Original_H0014000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[141].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[142].Value = ((int)(Original_H0014000.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 = "tblGen1GeocodeSanitized"; - tableMapping.ColumnMappings.Add("SubjectTag_S1", "SubjectTag_S1"); - tableMapping.ColumnMappings.Add("SubjectTag_S2", "SubjectTag_S2"); - tableMapping.ColumnMappings.Add("DobDifferenceInDays1979V1979", "DobDifferenceInDays1979V1979"); - tableMapping.ColumnMappings.Add("DobDifferenceInDays1979V1981", "DobDifferenceInDays1979V1981"); - tableMapping.ColumnMappings.Add("DobDifferenceInDays1981V1979", "DobDifferenceInDays1981V1979"); - tableMapping.ColumnMappings.Add("DobDifferenceInDays1981V1981", "DobDifferenceInDays1981V1981"); - tableMapping.ColumnMappings.Add("DobDayIsMissing1979_1", "DobDayIsMissing1979_1"); - tableMapping.ColumnMappings.Add("DobDayIsMissing1979_2", "DobDayIsMissing1979_2"); - tableMapping.ColumnMappings.Add("BirthSubjectCountyMissing_1", "BirthSubjectCountyMissing_1"); - tableMapping.ColumnMappings.Add("BirthSubjectCountyMissing_2", "BirthSubjectCountyMissing_2"); - tableMapping.ColumnMappings.Add("BirthSubjectCountyEqual", "BirthSubjectCountyEqual"); - tableMapping.ColumnMappings.Add("BirthSubjectStateMissing_1", "BirthSubjectStateMissing_1"); - tableMapping.ColumnMappings.Add("BirthSubjectStateMissing_2", "BirthSubjectStateMissing_2"); - tableMapping.ColumnMappings.Add("BirthSubjectStateEqual", "BirthSubjectStateEqual"); - tableMapping.ColumnMappings.Add("BirthSubjectCountryMissing_1", "BirthSubjectCountryMissing_1"); - tableMapping.ColumnMappings.Add("BirthSubjectCountryMissing_2", "BirthSubjectCountryMissing_2"); - tableMapping.ColumnMappings.Add("BirthSubjectCountryEqual", "BirthSubjectCountryEqual"); - tableMapping.ColumnMappings.Add("BirthMotherStateMissing_1", "BirthMotherStateMissing_1"); - tableMapping.ColumnMappings.Add("BirthMotherStateMissing_2", "BirthMotherStateMissing_2"); - tableMapping.ColumnMappings.Add("BirthMotherStateEqual", "BirthMotherStateEqual"); - tableMapping.ColumnMappings.Add("BirthMotherCountryMissing_1", "BirthMotherCountryMissing_1"); - tableMapping.ColumnMappings.Add("BirthMotherCountryMissing_2", "BirthMotherCountryMissing_2"); - tableMapping.ColumnMappings.Add("BirthMotherCountryEqual", "BirthMotherCountryEqual"); - tableMapping.ColumnMappings.Add("BirthFatherStateMissing_1", "BirthFatherStateMissing_1"); - tableMapping.ColumnMappings.Add("BirthFatherStateMissing_2", "BirthFatherStateMissing_2"); - tableMapping.ColumnMappings.Add("BirthFatherStateEqual", "BirthFatherStateEqual"); - tableMapping.ColumnMappings.Add("BirthFatherCountryMissing_1", "BirthFatherCountryMissing_1"); - tableMapping.ColumnMappings.Add("BirthFatherCountryMissing_2", "BirthFatherCountryMissing_2"); - tableMapping.ColumnMappings.Add("BirthFatherCountryEqual", "BirthFatherCountryEqual"); - 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 [Extract].[tblGen1GeocodeSanitized] WHERE (([SubjectTag_S1] = @Origin" + - "al_SubjectTag_S1) AND ([SubjectTag_S2] = @Original_SubjectTag_S2) AND ((@IsNull_" + - "DobDifferenceInDays1979V1979 = 1 AND [DobDifferenceInDays1979V1979] IS NULL) OR " + - "([DobDifferenceInDays1979V1979] = @Original_DobDifferenceInDays1979V1979)) AND (" + - "(@IsNull_DobDifferenceInDays1979V1981 = 1 AND [DobDifferenceInDays1979V1981] IS " + - "NULL) OR ([DobDifferenceInDays1979V1981] = @Original_DobDifferenceInDays1979V198" + - "1)) AND ((@IsNull_DobDifferenceInDays1981V1979 = 1 AND [DobDifferenceInDays1981V" + - "1979] IS NULL) OR ([DobDifferenceInDays1981V1979] = @Original_DobDifferenceInDay" + - "s1981V1979)) AND ((@IsNull_DobDifferenceInDays1981V1981 = 1 AND [DobDifferenceIn" + - "Days1981V1981] IS NULL) OR ([DobDifferenceInDays1981V1981] = @Original_DobDiffer" + - "enceInDays1981V1981)) AND ([DobDayIsMissing1979_1] = @Original_DobDayIsMissing19" + - "79_1) AND ([DobDayIsMissing1979_2] = @Original_DobDayIsMissing1979_2) AND ([Birt" + - "hSubjectCountyMissing_1] = @Original_BirthSubjectCountyMissing_1) AND ([BirthSub" + - "jectCountyMissing_2] = @Original_BirthSubjectCountyMissing_2) AND ([BirthSubject" + - "CountyEqual] = @Original_BirthSubjectCountyEqual) AND ([BirthSubjectStateMissing" + - "_1] = @Original_BirthSubjectStateMissing_1) AND ([BirthSubjectStateMissing_2] = " + - "@Original_BirthSubjectStateMissing_2) AND ([BirthSubjectStateEqual] = @Original_" + - "BirthSubjectStateEqual) AND ([BirthSubjectCountryMissing_1] = @Original_BirthSub" + - "jectCountryMissing_1) AND ([BirthSubjectCountryMissing_2] = @Original_BirthSubje" + - "ctCountryMissing_2) AND ([BirthSubjectCountryEqual] = @Original_BirthSubjectCoun" + - "tryEqual) AND ([BirthMotherStateMissing_1] = @Original_BirthMotherStateMissing_1" + - ") AND ([BirthMotherStateMissing_2] = @Original_BirthMotherStateMissing_2) AND ([" + - "BirthMotherStateEqual] = @Original_BirthMotherStateEqual) AND ([BirthMotherCount" + - "ryMissing_1] = @Original_BirthMotherCountryMissing_1) AND ([BirthMotherCountryMi" + - "ssing_2] = @Original_BirthMotherCountryMissing_2) AND ([BirthMotherCountryEqual]" + - " = @Original_BirthMotherCountryEqual) AND ([BirthFatherStateMissing_1] = @Origin" + - "al_BirthFatherStateMissing_1) AND ([BirthFatherStateMissing_2] = @Original_Birth" + - "FatherStateMissing_2) AND ([BirthFatherStateEqual] = @Original_BirthFatherStateE" + - "qual) AND ([BirthFatherCountryMissing_1] = @Original_BirthFatherCountryMissing_1" + - ") AND ([BirthFatherCountryMissing_2] = @Original_BirthFatherCountryMissing_2) AN" + - "D ([BirthFatherCountryEqual] = @Original_BirthFatherCountryEqual))"; - this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SubjectTag_S1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SubjectTag_S2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_DobDifferenceInDays1979V1979", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1979V1979", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DobDifferenceInDays1979V1979", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1979V1979", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_DobDifferenceInDays1979V1981", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1979V1981", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DobDifferenceInDays1979V1981", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1979V1981", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_DobDifferenceInDays1981V1979", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1981V1979", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DobDifferenceInDays1981V1979", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1981V1979", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_DobDifferenceInDays1981V1981", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1981V1981", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DobDifferenceInDays1981V1981", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1981V1981", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DobDayIsMissing1979_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDayIsMissing1979_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DobDayIsMissing1979_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDayIsMissing1979_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectCountyMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountyMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectCountyMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountyMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectCountyEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountyEqual", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectStateMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectStateMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectStateMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectStateMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectStateEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectStateEqual", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectCountryMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountryMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectCountryMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountryMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectCountryEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountryEqual", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthMotherStateMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherStateMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthMotherStateMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherStateMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthMotherStateEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherStateEqual", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthMotherCountryMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherCountryMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthMotherCountryMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherCountryMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthMotherCountryEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherCountryEqual", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthFatherStateMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherStateMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthFatherStateMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherStateMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthFatherStateEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherStateEqual", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthFatherCountryMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherCountryMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthFatherCountryMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherCountryMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthFatherCountryEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherCountryEqual", 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 [Extract].[tblGen1GeocodeSanitized] ([SubjectTag_S1], [SubjectTag_S2]" + - ", [DobDifferenceInDays1979V1979], [DobDifferenceInDays1979V1981], [DobDifference" + - "InDays1981V1979], [DobDifferenceInDays1981V1981], [DobDayIsMissing1979_1], [DobD" + - "ayIsMissing1979_2], [BirthSubjectCountyMissing_1], [BirthSubjectCountyMissing_2]" + - ", [BirthSubjectCountyEqual], [BirthSubjectStateMissing_1], [BirthSubjectStateMis" + - "sing_2], [BirthSubjectStateEqual], [BirthSubjectCountryMissing_1], [BirthSubject" + - "CountryMissing_2], [BirthSubjectCountryEqual], [BirthMotherStateMissing_1], [Bir" + - "thMotherStateMissing_2], [BirthMotherStateEqual], [BirthMotherCountryMissing_1]," + - " [BirthMotherCountryMissing_2], [BirthMotherCountryEqual], [BirthFatherStateMiss" + - "ing_1], [BirthFatherStateMissing_2], [BirthFatherStateEqual], [BirthFatherCountr" + - "yMissing_1], [BirthFatherCountryMissing_2], [BirthFatherCountryEqual]) VALUES (@" + - "SubjectTag_S1, @SubjectTag_S2, @DobDifferenceInDays1979V1979, @DobDifferenceInDa" + - "ys1979V1981, @DobDifferenceInDays1981V1979, @DobDifferenceInDays1981V1981, @DobD" + - "ayIsMissing1979_1, @DobDayIsMissing1979_2, @BirthSubjectCountyMissing_1, @BirthS" + - "ubjectCountyMissing_2, @BirthSubjectCountyEqual, @BirthSubjectStateMissing_1, @B" + - "irthSubjectStateMissing_2, @BirthSubjectStateEqual, @BirthSubjectCountryMissing_" + - "1, @BirthSubjectCountryMissing_2, @BirthSubjectCountryEqual, @BirthMotherStateMi" + - "ssing_1, @BirthMotherStateMissing_2, @BirthMotherStateEqual, @BirthMotherCountry" + - "Missing_1, @BirthMotherCountryMissing_2, @BirthMotherCountryEqual, @BirthFatherS" + - "tateMissing_1, @BirthFatherStateMissing_2, @BirthFatherStateEqual, @BirthFatherC" + - "ountryMissing_1, @BirthFatherCountryMissing_2, @BirthFatherCountryEqual);\r\nSELEC" + - "T SubjectTag_S1, SubjectTag_S2, DobDifferenceInDays1979V1979, DobDifferenceInDay" + - "s1979V1981, DobDifferenceInDays1981V1979, DobDifferenceInDays1981V1981, DobDayIs" + - "Missing1979_1, DobDayIsMissing1979_2, BirthSubjectCountyMissing_1, BirthSubjectC" + - "ountyMissing_2, BirthSubjectCountyEqual, BirthSubjectStateMissing_1, BirthSubjec" + - "tStateMissing_2, BirthSubjectStateEqual, BirthSubjectCountryMissing_1, BirthSubj" + - "ectCountryMissing_2, BirthSubjectCountryEqual, BirthMotherStateMissing_1, BirthM" + - "otherStateMissing_2, BirthMotherStateEqual, BirthMotherCountryMissing_1, BirthMo" + - "therCountryMissing_2, BirthMotherCountryEqual, BirthFatherStateMissing_1, BirthF" + - "atherStateMissing_2, BirthFatherStateEqual, BirthFatherCountryMissing_1, BirthFa" + - "therCountryMissing_2, BirthFatherCountryEqual FROM Extract.tblGen1GeocodeSanitiz" + - "ed WHERE (SubjectTag_S1 = @SubjectTag_S1) AND (SubjectTag_S2 = @SubjectTag_S2)"; - this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SubjectTag_S1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SubjectTag_S2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DobDifferenceInDays1979V1979", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1979V1979", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DobDifferenceInDays1979V1981", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1979V1981", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DobDifferenceInDays1981V1979", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1981V1979", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DobDifferenceInDays1981V1981", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1981V1981", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DobDayIsMissing1979_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDayIsMissing1979_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DobDayIsMissing1979_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDayIsMissing1979_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectCountyMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountyMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectCountyMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountyMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectCountyEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountyEqual", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectStateMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectStateMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectStateMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectStateMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectStateEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectStateEqual", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectCountryMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountryMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectCountryMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountryMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectCountryEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountryEqual", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthMotherStateMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherStateMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthMotherStateMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherStateMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthMotherStateEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherStateEqual", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthMotherCountryMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherCountryMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthMotherCountryMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherCountryMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthMotherCountryEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherCountryEqual", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthFatherStateMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherStateMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthFatherStateMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherStateMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthFatherStateEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherStateEqual", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthFatherCountryMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherCountryMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthFatherCountryMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherCountryMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthFatherCountryEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherCountryEqual", 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 [Extract].[tblGen1GeocodeSanitized] SET [SubjectTag_S1] = @SubjectTag_S1, " + - "[SubjectTag_S2] = @SubjectTag_S2, [DobDifferenceInDays1979V1979] = @DobDifferenc" + - "eInDays1979V1979, [DobDifferenceInDays1979V1981] = @DobDifferenceInDays1979V1981" + - ", [DobDifferenceInDays1981V1979] = @DobDifferenceInDays1981V1979, [DobDifference" + - "InDays1981V1981] = @DobDifferenceInDays1981V1981, [DobDayIsMissing1979_1] = @Dob" + - "DayIsMissing1979_1, [DobDayIsMissing1979_2] = @DobDayIsMissing1979_2, [BirthSubj" + - "ectCountyMissing_1] = @BirthSubjectCountyMissing_1, [BirthSubjectCountyMissing_2" + - "] = @BirthSubjectCountyMissing_2, [BirthSubjectCountyEqual] = @BirthSubjectCount" + - "yEqual, [BirthSubjectStateMissing_1] = @BirthSubjectStateMissing_1, [BirthSubjec" + - "tStateMissing_2] = @BirthSubjectStateMissing_2, [BirthSubjectStateEqual] = @Birt" + - "hSubjectStateEqual, [BirthSubjectCountryMissing_1] = @BirthSubjectCountryMissing" + - "_1, [BirthSubjectCountryMissing_2] = @BirthSubjectCountryMissing_2, [BirthSubjec" + - "tCountryEqual] = @BirthSubjectCountryEqual, [BirthMotherStateMissing_1] = @Birth" + - "MotherStateMissing_1, [BirthMotherStateMissing_2] = @BirthMotherStateMissing_2, " + - "[BirthMotherStateEqual] = @BirthMotherStateEqual, [BirthMotherCountryMissing_1] " + - "= @BirthMotherCountryMissing_1, [BirthMotherCountryMissing_2] = @BirthMotherCoun" + - "tryMissing_2, [BirthMotherCountryEqual] = @BirthMotherCountryEqual, [BirthFather" + - "StateMissing_1] = @BirthFatherStateMissing_1, [BirthFatherStateMissing_2] = @Bir" + - "thFatherStateMissing_2, [BirthFatherStateEqual] = @BirthFatherStateEqual, [Birth" + - "FatherCountryMissing_1] = @BirthFatherCountryMissing_1, [BirthFatherCountryMissi" + - "ng_2] = @BirthFatherCountryMissing_2, [BirthFatherCountryEqual] = @BirthFatherCo" + - "untryEqual WHERE (([SubjectTag_S1] = @Original_SubjectTag_S1) AND ([SubjectTag_S" + - "2] = @Original_SubjectTag_S2) AND ((@IsNull_DobDifferenceInDays1979V1979 = 1 AND" + - " [DobDifferenceInDays1979V1979] IS NULL) OR ([DobDifferenceInDays1979V1979] = @O" + - "riginal_DobDifferenceInDays1979V1979)) AND ((@IsNull_DobDifferenceInDays1979V198" + - "1 = 1 AND [DobDifferenceInDays1979V1981] IS NULL) OR ([DobDifferenceInDays1979V1" + - "981] = @Original_DobDifferenceInDays1979V1981)) AND ((@IsNull_DobDifferenceInDay" + - "s1981V1979 = 1 AND [DobDifferenceInDays1981V1979] IS NULL) OR ([DobDifferenceInD" + - "ays1981V1979] = @Original_DobDifferenceInDays1981V1979)) AND ((@IsNull_DobDiffer" + - "enceInDays1981V1981 = 1 AND [DobDifferenceInDays1981V1981] IS NULL) OR ([DobDiff" + - "erenceInDays1981V1981] = @Original_DobDifferenceInDays1981V1981)) AND ([DobDayIs" + - "Missing1979_1] = @Original_DobDayIsMissing1979_1) AND ([DobDayIsMissing1979_2] =" + - " @Original_DobDayIsMissing1979_2) AND ([BirthSubjectCountyMissing_1] = @Original" + - "_BirthSubjectCountyMissing_1) AND ([BirthSubjectCountyMissing_2] = @Original_Bir" + - "thSubjectCountyMissing_2) AND ([BirthSubjectCountyEqual] = @Original_BirthSubjec" + - "tCountyEqual) AND ([BirthSubjectStateMissing_1] = @Original_BirthSubjectStateMis" + - "sing_1) AND ([BirthSubjectStateMissing_2] = @Original_BirthSubjectStateMissing_2" + - ") AND ([BirthSubjectStateEqual] = @Original_BirthSubjectStateEqual) AND ([BirthS" + - "ubjectCountryMissing_1] = @Original_BirthSubjectCountryMissing_1) AND ([BirthSub" + - "jectCountryMissing_2] = @Original_BirthSubjectCountryMissing_2) AND ([BirthSubje" + - "ctCountryEqual] = @Original_BirthSubjectCountryEqual) AND ([BirthMotherStateMiss" + - "ing_1] = @Original_BirthMotherStateMissing_1) AND ([BirthMotherStateMissing_2] =" + - " @Original_BirthMotherStateMissing_2) AND ([BirthMotherStateEqual] = @Original_B" + - "irthMotherStateEqual) AND ([BirthMotherCountryMissing_1] = @Original_BirthMother" + - "CountryMissing_1) AND ([BirthMotherCountryMissing_2] = @Original_BirthMotherCoun" + - "tryMissing_2) AND ([BirthMotherCountryEqual] = @Original_BirthMotherCountryEqual" + - ") AND ([BirthFatherStateMissing_1] = @Original_BirthFatherStateMissing_1) AND ([" + - "BirthFatherStateMissing_2] = @Original_BirthFatherStateMissing_2) AND ([BirthFat" + - "herStateEqual] = @Original_BirthFatherStateEqual) AND ([BirthFatherCountryMissin" + - "g_1] = @Original_BirthFatherCountryMissing_1) AND ([BirthFatherCountryMissing_2]" + - " = @Original_BirthFatherCountryMissing_2) AND ([BirthFatherCountryEqual] = @Orig" + - "inal_BirthFatherCountryEqual));\r\nSELECT SubjectTag_S1, SubjectTag_S2, DobDiffere" + - "nceInDays1979V1979, DobDifferenceInDays1979V1981, DobDifferenceInDays1981V1979, " + - "DobDifferenceInDays1981V1981, DobDayIsMissing1979_1, DobDayIsMissing1979_2, Birt" + - "hSubjectCountyMissing_1, BirthSubjectCountyMissing_2, BirthSubjectCountyEqual, B" + - "irthSubjectStateMissing_1, BirthSubjectStateMissing_2, BirthSubjectStateEqual, B" + - "irthSubjectCountryMissing_1, BirthSubjectCountryMissing_2, BirthSubjectCountryEq" + - "ual, BirthMotherStateMissing_1, BirthMotherStateMissing_2, BirthMotherStateEqual" + - ", BirthMotherCountryMissing_1, BirthMotherCountryMissing_2, BirthMotherCountryEq" + - "ual, BirthFatherStateMissing_1, BirthFatherStateMissing_2, BirthFatherStateEqual" + - ", BirthFatherCountryMissing_1, BirthFatherCountryMissing_2, BirthFatherCountryEq" + - "ual FROM Extract.tblGen1GeocodeSanitized WHERE (SubjectTag_S1 = @SubjectTag_S1) " + - "AND (SubjectTag_S2 = @SubjectTag_S2)"; - this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SubjectTag_S1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SubjectTag_S2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DobDifferenceInDays1979V1979", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1979V1979", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DobDifferenceInDays1979V1981", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1979V1981", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DobDifferenceInDays1981V1979", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1981V1979", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DobDifferenceInDays1981V1981", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1981V1981", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DobDayIsMissing1979_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDayIsMissing1979_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DobDayIsMissing1979_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDayIsMissing1979_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectCountyMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountyMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectCountyMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountyMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectCountyEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountyEqual", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectStateMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectStateMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectStateMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectStateMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectStateEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectStateEqual", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectCountryMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountryMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectCountryMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountryMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectCountryEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountryEqual", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthMotherStateMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherStateMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthMotherStateMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherStateMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthMotherStateEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherStateEqual", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthMotherCountryMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherCountryMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthMotherCountryMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherCountryMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthMotherCountryEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherCountryEqual", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthFatherStateMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherStateMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthFatherStateMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherStateMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthFatherStateEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherStateEqual", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthFatherCountryMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherCountryMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthFatherCountryMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherCountryMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthFatherCountryEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherCountryEqual", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SubjectTag_S1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SubjectTag_S2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_DobDifferenceInDays1979V1979", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1979V1979", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DobDifferenceInDays1979V1979", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1979V1979", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_DobDifferenceInDays1979V1981", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1979V1981", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DobDifferenceInDays1979V1981", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1979V1981", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_DobDifferenceInDays1981V1979", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1981V1979", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DobDifferenceInDays1981V1979", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1981V1979", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_DobDifferenceInDays1981V1981", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1981V1981", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DobDifferenceInDays1981V1981", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1981V1981", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DobDayIsMissing1979_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDayIsMissing1979_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DobDayIsMissing1979_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDayIsMissing1979_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectCountyMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountyMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectCountyMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountyMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectCountyEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountyEqual", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectStateMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectStateMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectStateMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectStateMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectStateEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectStateEqual", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectCountryMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountryMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectCountryMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountryMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectCountryEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountryEqual", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthMotherStateMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherStateMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthMotherStateMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherStateMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthMotherStateEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherStateEqual", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthMotherCountryMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherCountryMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthMotherCountryMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherCountryMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthMotherCountryEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherCountryEqual", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthFatherStateMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherStateMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthFatherStateMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherStateMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthFatherStateEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherStateEqual", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthFatherCountryMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherCountryMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthFatherCountryMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherCountryMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthFatherCountryEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherCountryEqual", 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::Nls.Base79.Properties.Settings.Default.Nlsy79ConnectionStringBase; - } - - [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 SubjectTag_S1, SubjectTag_S2, DobDifferenceInDays1979V1979, DobDifferenceInDays1979V1981, DobDifferenceInDays1981V1979, DobDifferenceInDays1981V1981, DobDayIsMissing1979_1, DobDayIsMissing1979_2, BirthSubjectCountyMissing_1, BirthSubjectCountyMissing_2, BirthSubjectCountyEqual, BirthSubjectStateMissing_1, BirthSubjectStateMissing_2, BirthSubjectStateEqual, BirthSubjectCountryMissing_1, BirthSubjectCountryMissing_2, BirthSubjectCountryEqual, BirthMotherStateMissing_1, BirthMotherStateMissing_2, BirthMotherStateEqual, BirthMotherCountryMissing_1, BirthMotherCountryMissing_2, BirthMotherCountryEqual, BirthFatherStateMissing_1, BirthFatherStateMissing_2, BirthFatherStateEqual, BirthFatherCountryMissing_1, BirthFatherCountryMissing_2, BirthFatherCountryEqual FROM Extract.tblGen1GeocodeSanitized"; - 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(ImportDataSet.tblGen1GeocodeSanitizedDataTable dataTable) { - this.Adapter.SelectCommand = this.CommandCollection[0]; - if ((this.ClearBeforeFill == true)) { - dataTable.Clear(); + else { + this.Adapter.UpdateCommand.Parameters[141].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[142].Value = global::System.DBNull.Value; } - 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 ImportDataSet.tblGen1GeocodeSanitizedDataTable GetData() { - this.Adapter.SelectCommand = this.CommandCollection[0]; - ImportDataSet.tblGen1GeocodeSanitizedDataTable dataTable = new ImportDataSet.tblGen1GeocodeSanitizedDataTable(); - 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(ImportDataSet.tblGen1GeocodeSanitizedDataTable 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(ImportDataSet dataSet) { - return this.Adapter.Update(dataSet, "tblGen1GeocodeSanitized"); - } - - [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( - int Original_SubjectTag_S1, - int Original_SubjectTag_S2, - global::System.Nullable Original_DobDifferenceInDays1979V1979, - global::System.Nullable Original_DobDifferenceInDays1979V1981, - global::System.Nullable Original_DobDifferenceInDays1981V1979, - global::System.Nullable Original_DobDifferenceInDays1981V1981, - bool Original_DobDayIsMissing1979_1, - bool Original_DobDayIsMissing1979_2, - bool Original_BirthSubjectCountyMissing_1, - bool Original_BirthSubjectCountyMissing_2, - bool Original_BirthSubjectCountyEqual, - bool Original_BirthSubjectStateMissing_1, - bool Original_BirthSubjectStateMissing_2, - bool Original_BirthSubjectStateEqual, - bool Original_BirthSubjectCountryMissing_1, - bool Original_BirthSubjectCountryMissing_2, - bool Original_BirthSubjectCountryEqual, - bool Original_BirthMotherStateMissing_1, - bool Original_BirthMotherStateMissing_2, - bool Original_BirthMotherStateEqual, - bool Original_BirthMotherCountryMissing_1, - bool Original_BirthMotherCountryMissing_2, - bool Original_BirthMotherCountryEqual, - bool Original_BirthFatherStateMissing_1, - bool Original_BirthFatherStateMissing_2, - bool Original_BirthFatherStateEqual, - bool Original_BirthFatherCountryMissing_1, - bool Original_BirthFatherCountryMissing_2, - bool Original_BirthFatherCountryEqual) { - this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_SubjectTag_S1)); - this.Adapter.DeleteCommand.Parameters[1].Value = ((int)(Original_SubjectTag_S2)); - if ((Original_DobDifferenceInDays1979V1979.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[3].Value = ((short)(Original_DobDifferenceInDays1979V1979.Value)); + if ((Original_H0014100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[143].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[144].Value = ((int)(Original_H0014100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[3].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[143].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[144].Value = global::System.DBNull.Value; } - if ((Original_DobDifferenceInDays1979V1981.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[5].Value = ((short)(Original_DobDifferenceInDays1979V1981.Value)); + if ((Original_H0014200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[145].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[146].Value = ((int)(Original_H0014200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[5].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[145].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[146].Value = global::System.DBNull.Value; } - if ((Original_DobDifferenceInDays1981V1979.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[7].Value = ((short)(Original_DobDifferenceInDays1981V1979.Value)); + if ((Original_H0014300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[147].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[148].Value = ((int)(Original_H0014300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[7].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[147].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[148].Value = global::System.DBNull.Value; } - if ((Original_DobDifferenceInDays1981V1981.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[9].Value = ((short)(Original_DobDifferenceInDays1981V1981.Value)); + if ((Original_H0014400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[149].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[150].Value = ((int)(Original_H0014400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[9].Value = global::System.DBNull.Value; - } - this.Adapter.DeleteCommand.Parameters[10].Value = ((bool)(Original_DobDayIsMissing1979_1)); - this.Adapter.DeleteCommand.Parameters[11].Value = ((bool)(Original_DobDayIsMissing1979_2)); - this.Adapter.DeleteCommand.Parameters[12].Value = ((bool)(Original_BirthSubjectCountyMissing_1)); - this.Adapter.DeleteCommand.Parameters[13].Value = ((bool)(Original_BirthSubjectCountyMissing_2)); - this.Adapter.DeleteCommand.Parameters[14].Value = ((bool)(Original_BirthSubjectCountyEqual)); - this.Adapter.DeleteCommand.Parameters[15].Value = ((bool)(Original_BirthSubjectStateMissing_1)); - this.Adapter.DeleteCommand.Parameters[16].Value = ((bool)(Original_BirthSubjectStateMissing_2)); - this.Adapter.DeleteCommand.Parameters[17].Value = ((bool)(Original_BirthSubjectStateEqual)); - this.Adapter.DeleteCommand.Parameters[18].Value = ((bool)(Original_BirthSubjectCountryMissing_1)); - this.Adapter.DeleteCommand.Parameters[19].Value = ((bool)(Original_BirthSubjectCountryMissing_2)); - this.Adapter.DeleteCommand.Parameters[20].Value = ((bool)(Original_BirthSubjectCountryEqual)); - this.Adapter.DeleteCommand.Parameters[21].Value = ((bool)(Original_BirthMotherStateMissing_1)); - this.Adapter.DeleteCommand.Parameters[22].Value = ((bool)(Original_BirthMotherStateMissing_2)); - this.Adapter.DeleteCommand.Parameters[23].Value = ((bool)(Original_BirthMotherStateEqual)); - this.Adapter.DeleteCommand.Parameters[24].Value = ((bool)(Original_BirthMotherCountryMissing_1)); - this.Adapter.DeleteCommand.Parameters[25].Value = ((bool)(Original_BirthMotherCountryMissing_2)); - this.Adapter.DeleteCommand.Parameters[26].Value = ((bool)(Original_BirthMotherCountryEqual)); - this.Adapter.DeleteCommand.Parameters[27].Value = ((bool)(Original_BirthFatherStateMissing_1)); - this.Adapter.DeleteCommand.Parameters[28].Value = ((bool)(Original_BirthFatherStateMissing_2)); - this.Adapter.DeleteCommand.Parameters[29].Value = ((bool)(Original_BirthFatherStateEqual)); - this.Adapter.DeleteCommand.Parameters[30].Value = ((bool)(Original_BirthFatherCountryMissing_1)); - this.Adapter.DeleteCommand.Parameters[31].Value = ((bool)(Original_BirthFatherCountryMissing_2)); - this.Adapter.DeleteCommand.Parameters[32].Value = ((bool)(Original_BirthFatherCountryEqual)); - 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(); + this.Adapter.UpdateCommand.Parameters[149].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[150].Value = global::System.DBNull.Value; } - try { - int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); - return returnValue; + if ((Original_H0014500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[151].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[152].Value = ((int)(Original_H0014500.Value)); } - finally { - if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.DeleteCommand.Connection.Close(); - } + else { + this.Adapter.UpdateCommand.Parameters[151].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[152].Value = global::System.DBNull.Value; } - } - - [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( - int SubjectTag_S1, - int SubjectTag_S2, - global::System.Nullable DobDifferenceInDays1979V1979, - global::System.Nullable DobDifferenceInDays1979V1981, - global::System.Nullable DobDifferenceInDays1981V1979, - global::System.Nullable DobDifferenceInDays1981V1981, - bool DobDayIsMissing1979_1, - bool DobDayIsMissing1979_2, - bool BirthSubjectCountyMissing_1, - bool BirthSubjectCountyMissing_2, - bool BirthSubjectCountyEqual, - bool BirthSubjectStateMissing_1, - bool BirthSubjectStateMissing_2, - bool BirthSubjectStateEqual, - bool BirthSubjectCountryMissing_1, - bool BirthSubjectCountryMissing_2, - bool BirthSubjectCountryEqual, - bool BirthMotherStateMissing_1, - bool BirthMotherStateMissing_2, - bool BirthMotherStateEqual, - bool BirthMotherCountryMissing_1, - bool BirthMotherCountryMissing_2, - bool BirthMotherCountryEqual, - bool BirthFatherStateMissing_1, - bool BirthFatherStateMissing_2, - bool BirthFatherStateEqual, - bool BirthFatherCountryMissing_1, - bool BirthFatherCountryMissing_2, - bool BirthFatherCountryEqual) { - this.Adapter.InsertCommand.Parameters[0].Value = ((int)(SubjectTag_S1)); - this.Adapter.InsertCommand.Parameters[1].Value = ((int)(SubjectTag_S2)); - if ((DobDifferenceInDays1979V1979.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[2].Value = ((short)(DobDifferenceInDays1979V1979.Value)); + if ((Original_H0014700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[153].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[154].Value = ((int)(Original_H0014700.Value)); } else { - this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[153].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[154].Value = global::System.DBNull.Value; } - if ((DobDifferenceInDays1979V1981.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[3].Value = ((short)(DobDifferenceInDays1979V1981.Value)); + if ((Original_H0014800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[155].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[156].Value = ((int)(Original_H0014800.Value)); } else { - this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[155].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[156].Value = global::System.DBNull.Value; } - if ((DobDifferenceInDays1981V1979.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[4].Value = ((short)(DobDifferenceInDays1981V1979.Value)); + if ((Original_H0014900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[157].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[158].Value = ((int)(Original_H0014900.Value)); } else { - this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[157].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[158].Value = global::System.DBNull.Value; } - if ((DobDifferenceInDays1981V1981.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[5].Value = ((short)(DobDifferenceInDays1981V1981.Value)); + if ((Original_H0015000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[159].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[160].Value = ((int)(Original_H0015000.Value)); } else { - this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; - } - this.Adapter.InsertCommand.Parameters[6].Value = ((bool)(DobDayIsMissing1979_1)); - this.Adapter.InsertCommand.Parameters[7].Value = ((bool)(DobDayIsMissing1979_2)); - this.Adapter.InsertCommand.Parameters[8].Value = ((bool)(BirthSubjectCountyMissing_1)); - this.Adapter.InsertCommand.Parameters[9].Value = ((bool)(BirthSubjectCountyMissing_2)); - this.Adapter.InsertCommand.Parameters[10].Value = ((bool)(BirthSubjectCountyEqual)); - this.Adapter.InsertCommand.Parameters[11].Value = ((bool)(BirthSubjectStateMissing_1)); - this.Adapter.InsertCommand.Parameters[12].Value = ((bool)(BirthSubjectStateMissing_2)); - this.Adapter.InsertCommand.Parameters[13].Value = ((bool)(BirthSubjectStateEqual)); - this.Adapter.InsertCommand.Parameters[14].Value = ((bool)(BirthSubjectCountryMissing_1)); - this.Adapter.InsertCommand.Parameters[15].Value = ((bool)(BirthSubjectCountryMissing_2)); - this.Adapter.InsertCommand.Parameters[16].Value = ((bool)(BirthSubjectCountryEqual)); - this.Adapter.InsertCommand.Parameters[17].Value = ((bool)(BirthMotherStateMissing_1)); - this.Adapter.InsertCommand.Parameters[18].Value = ((bool)(BirthMotherStateMissing_2)); - this.Adapter.InsertCommand.Parameters[19].Value = ((bool)(BirthMotherStateEqual)); - this.Adapter.InsertCommand.Parameters[20].Value = ((bool)(BirthMotherCountryMissing_1)); - this.Adapter.InsertCommand.Parameters[21].Value = ((bool)(BirthMotherCountryMissing_2)); - this.Adapter.InsertCommand.Parameters[22].Value = ((bool)(BirthMotherCountryEqual)); - this.Adapter.InsertCommand.Parameters[23].Value = ((bool)(BirthFatherStateMissing_1)); - this.Adapter.InsertCommand.Parameters[24].Value = ((bool)(BirthFatherStateMissing_2)); - this.Adapter.InsertCommand.Parameters[25].Value = ((bool)(BirthFatherStateEqual)); - this.Adapter.InsertCommand.Parameters[26].Value = ((bool)(BirthFatherCountryMissing_1)); - this.Adapter.InsertCommand.Parameters[27].Value = ((bool)(BirthFatherCountryMissing_2)); - this.Adapter.InsertCommand.Parameters[28].Value = ((bool)(BirthFatherCountryEqual)); - 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(); + this.Adapter.UpdateCommand.Parameters[159].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[160].Value = global::System.DBNull.Value; } - try { - int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); - return returnValue; + if ((Original_H0015100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[161].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[162].Value = ((int)(Original_H0015100.Value)); } - finally { - if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.InsertCommand.Connection.Close(); - } + else { + this.Adapter.UpdateCommand.Parameters[161].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[162].Value = global::System.DBNull.Value; } - } - - [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 SubjectTag_S1, - int SubjectTag_S2, - global::System.Nullable DobDifferenceInDays1979V1979, - global::System.Nullable DobDifferenceInDays1979V1981, - global::System.Nullable DobDifferenceInDays1981V1979, - global::System.Nullable DobDifferenceInDays1981V1981, - bool DobDayIsMissing1979_1, - bool DobDayIsMissing1979_2, - bool BirthSubjectCountyMissing_1, - bool BirthSubjectCountyMissing_2, - bool BirthSubjectCountyEqual, - bool BirthSubjectStateMissing_1, - bool BirthSubjectStateMissing_2, - bool BirthSubjectStateEqual, - bool BirthSubjectCountryMissing_1, - bool BirthSubjectCountryMissing_2, - bool BirthSubjectCountryEqual, - bool BirthMotherStateMissing_1, - bool BirthMotherStateMissing_2, - bool BirthMotherStateEqual, - bool BirthMotherCountryMissing_1, - bool BirthMotherCountryMissing_2, - bool BirthMotherCountryEqual, - bool BirthFatherStateMissing_1, - bool BirthFatherStateMissing_2, - bool BirthFatherStateEqual, - bool BirthFatherCountryMissing_1, - bool BirthFatherCountryMissing_2, - bool BirthFatherCountryEqual, - int Original_SubjectTag_S1, - int Original_SubjectTag_S2, - global::System.Nullable Original_DobDifferenceInDays1979V1979, - global::System.Nullable Original_DobDifferenceInDays1979V1981, - global::System.Nullable Original_DobDifferenceInDays1981V1979, - global::System.Nullable Original_DobDifferenceInDays1981V1981, - bool Original_DobDayIsMissing1979_1, - bool Original_DobDayIsMissing1979_2, - bool Original_BirthSubjectCountyMissing_1, - bool Original_BirthSubjectCountyMissing_2, - bool Original_BirthSubjectCountyEqual, - bool Original_BirthSubjectStateMissing_1, - bool Original_BirthSubjectStateMissing_2, - bool Original_BirthSubjectStateEqual, - bool Original_BirthSubjectCountryMissing_1, - bool Original_BirthSubjectCountryMissing_2, - bool Original_BirthSubjectCountryEqual, - bool Original_BirthMotherStateMissing_1, - bool Original_BirthMotherStateMissing_2, - bool Original_BirthMotherStateEqual, - bool Original_BirthMotherCountryMissing_1, - bool Original_BirthMotherCountryMissing_2, - bool Original_BirthMotherCountryEqual, - bool Original_BirthFatherStateMissing_1, - bool Original_BirthFatherStateMissing_2, - bool Original_BirthFatherStateEqual, - bool Original_BirthFatherCountryMissing_1, - bool Original_BirthFatherCountryMissing_2, - bool Original_BirthFatherCountryEqual) { - this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(SubjectTag_S1)); - this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(SubjectTag_S2)); - if ((DobDifferenceInDays1979V1979.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2].Value = ((short)(DobDifferenceInDays1979V1979.Value)); + if ((Original_H0015200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[163].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[164].Value = ((int)(Original_H0015200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[163].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[164].Value = global::System.DBNull.Value; } - if ((DobDifferenceInDays1979V1981.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[3].Value = ((short)(DobDifferenceInDays1979V1981.Value)); + if ((Original_H0015300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[165].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[166].Value = ((int)(Original_H0015300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[165].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[166].Value = global::System.DBNull.Value; } - if ((DobDifferenceInDays1981V1979.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[4].Value = ((short)(DobDifferenceInDays1981V1979.Value)); + if ((Original_H0015400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[167].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[168].Value = ((int)(Original_H0015400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[167].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[168].Value = global::System.DBNull.Value; } - if ((DobDifferenceInDays1981V1981.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[5].Value = ((short)(DobDifferenceInDays1981V1981.Value)); + if ((Original_H0015500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[169].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[170].Value = ((int)(Original_H0015500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[169].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[170].Value = global::System.DBNull.Value; } - this.Adapter.UpdateCommand.Parameters[6].Value = ((bool)(DobDayIsMissing1979_1)); - this.Adapter.UpdateCommand.Parameters[7].Value = ((bool)(DobDayIsMissing1979_2)); - this.Adapter.UpdateCommand.Parameters[8].Value = ((bool)(BirthSubjectCountyMissing_1)); - this.Adapter.UpdateCommand.Parameters[9].Value = ((bool)(BirthSubjectCountyMissing_2)); - this.Adapter.UpdateCommand.Parameters[10].Value = ((bool)(BirthSubjectCountyEqual)); - this.Adapter.UpdateCommand.Parameters[11].Value = ((bool)(BirthSubjectStateMissing_1)); - this.Adapter.UpdateCommand.Parameters[12].Value = ((bool)(BirthSubjectStateMissing_2)); - this.Adapter.UpdateCommand.Parameters[13].Value = ((bool)(BirthSubjectStateEqual)); - this.Adapter.UpdateCommand.Parameters[14].Value = ((bool)(BirthSubjectCountryMissing_1)); - this.Adapter.UpdateCommand.Parameters[15].Value = ((bool)(BirthSubjectCountryMissing_2)); - this.Adapter.UpdateCommand.Parameters[16].Value = ((bool)(BirthSubjectCountryEqual)); - this.Adapter.UpdateCommand.Parameters[17].Value = ((bool)(BirthMotherStateMissing_1)); - this.Adapter.UpdateCommand.Parameters[18].Value = ((bool)(BirthMotherStateMissing_2)); - this.Adapter.UpdateCommand.Parameters[19].Value = ((bool)(BirthMotherStateEqual)); - this.Adapter.UpdateCommand.Parameters[20].Value = ((bool)(BirthMotherCountryMissing_1)); - this.Adapter.UpdateCommand.Parameters[21].Value = ((bool)(BirthMotherCountryMissing_2)); - this.Adapter.UpdateCommand.Parameters[22].Value = ((bool)(BirthMotherCountryEqual)); - this.Adapter.UpdateCommand.Parameters[23].Value = ((bool)(BirthFatherStateMissing_1)); - this.Adapter.UpdateCommand.Parameters[24].Value = ((bool)(BirthFatherStateMissing_2)); - this.Adapter.UpdateCommand.Parameters[25].Value = ((bool)(BirthFatherStateEqual)); - this.Adapter.UpdateCommand.Parameters[26].Value = ((bool)(BirthFatherCountryMissing_1)); - this.Adapter.UpdateCommand.Parameters[27].Value = ((bool)(BirthFatherCountryMissing_2)); - this.Adapter.UpdateCommand.Parameters[28].Value = ((bool)(BirthFatherCountryEqual)); - this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(Original_SubjectTag_S1)); - this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(Original_SubjectTag_S2)); - if ((Original_DobDifferenceInDays1979V1979.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[31].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[32].Value = ((short)(Original_DobDifferenceInDays1979V1979.Value)); + if ((Original_H0015600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[171].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[172].Value = ((int)(Original_H0015600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[31].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[171].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[172].Value = global::System.DBNull.Value; } - if ((Original_DobDifferenceInDays1979V1981.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[33].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[34].Value = ((short)(Original_DobDifferenceInDays1979V1981.Value)); + if ((Original_H0015700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[173].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[174].Value = ((int)(Original_H0015700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[33].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[173].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[174].Value = global::System.DBNull.Value; } - if ((Original_DobDifferenceInDays1981V1979.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[35].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[36].Value = ((short)(Original_DobDifferenceInDays1981V1979.Value)); + if ((Original_H0015800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[175].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[176].Value = ((int)(Original_H0015800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[35].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[175].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[176].Value = global::System.DBNull.Value; } - if ((Original_DobDifferenceInDays1981V1981.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[37].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[38].Value = ((short)(Original_DobDifferenceInDays1981V1981.Value)); + if ((Original_H0015803.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[177].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[178].Value = ((int)(Original_H0015803.Value)); } else { - this.Adapter.UpdateCommand.Parameters[37].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[177].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[178].Value = global::System.DBNull.Value; } - this.Adapter.UpdateCommand.Parameters[39].Value = ((bool)(Original_DobDayIsMissing1979_1)); - this.Adapter.UpdateCommand.Parameters[40].Value = ((bool)(Original_DobDayIsMissing1979_2)); - this.Adapter.UpdateCommand.Parameters[41].Value = ((bool)(Original_BirthSubjectCountyMissing_1)); - this.Adapter.UpdateCommand.Parameters[42].Value = ((bool)(Original_BirthSubjectCountyMissing_2)); - this.Adapter.UpdateCommand.Parameters[43].Value = ((bool)(Original_BirthSubjectCountyEqual)); - this.Adapter.UpdateCommand.Parameters[44].Value = ((bool)(Original_BirthSubjectStateMissing_1)); - this.Adapter.UpdateCommand.Parameters[45].Value = ((bool)(Original_BirthSubjectStateMissing_2)); - this.Adapter.UpdateCommand.Parameters[46].Value = ((bool)(Original_BirthSubjectStateEqual)); - this.Adapter.UpdateCommand.Parameters[47].Value = ((bool)(Original_BirthSubjectCountryMissing_1)); - this.Adapter.UpdateCommand.Parameters[48].Value = ((bool)(Original_BirthSubjectCountryMissing_2)); - this.Adapter.UpdateCommand.Parameters[49].Value = ((bool)(Original_BirthSubjectCountryEqual)); - this.Adapter.UpdateCommand.Parameters[50].Value = ((bool)(Original_BirthMotherStateMissing_1)); - this.Adapter.UpdateCommand.Parameters[51].Value = ((bool)(Original_BirthMotherStateMissing_2)); - this.Adapter.UpdateCommand.Parameters[52].Value = ((bool)(Original_BirthMotherStateEqual)); - this.Adapter.UpdateCommand.Parameters[53].Value = ((bool)(Original_BirthMotherCountryMissing_1)); - this.Adapter.UpdateCommand.Parameters[54].Value = ((bool)(Original_BirthMotherCountryMissing_2)); - this.Adapter.UpdateCommand.Parameters[55].Value = ((bool)(Original_BirthMotherCountryEqual)); - this.Adapter.UpdateCommand.Parameters[56].Value = ((bool)(Original_BirthFatherStateMissing_1)); - this.Adapter.UpdateCommand.Parameters[57].Value = ((bool)(Original_BirthFatherStateMissing_2)); - this.Adapter.UpdateCommand.Parameters[58].Value = ((bool)(Original_BirthFatherStateEqual)); - this.Adapter.UpdateCommand.Parameters[59].Value = ((bool)(Original_BirthFatherCountryMissing_1)); - this.Adapter.UpdateCommand.Parameters[60].Value = ((bool)(Original_BirthFatherCountryMissing_2)); - this.Adapter.UpdateCommand.Parameters[61].Value = ((bool)(Original_BirthFatherCountryEqual)); - 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(); + if ((Original_H0015804.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[179].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[180].Value = ((int)(Original_H0015804.Value)); } - try { - int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); - return returnValue; + else { + this.Adapter.UpdateCommand.Parameters[179].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[180].Value = global::System.DBNull.Value; } - finally { - if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.UpdateCommand.Connection.Close(); - } + this.Adapter.UpdateCommand.Parameters[181].Value = ((int)(Original_R0000100)); + if ((Original_R0006100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[182].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[183].Value = ((int)(Original_R0006100.Value)); } - } - - [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( - global::System.Nullable DobDifferenceInDays1979V1979, - global::System.Nullable DobDifferenceInDays1979V1981, - global::System.Nullable DobDifferenceInDays1981V1979, - global::System.Nullable DobDifferenceInDays1981V1981, - bool DobDayIsMissing1979_1, - bool DobDayIsMissing1979_2, - bool BirthSubjectCountyMissing_1, - bool BirthSubjectCountyMissing_2, - bool BirthSubjectCountyEqual, - bool BirthSubjectStateMissing_1, - bool BirthSubjectStateMissing_2, - bool BirthSubjectStateEqual, - bool BirthSubjectCountryMissing_1, - bool BirthSubjectCountryMissing_2, - bool BirthSubjectCountryEqual, - bool BirthMotherStateMissing_1, - bool BirthMotherStateMissing_2, - bool BirthMotherStateEqual, - bool BirthMotherCountryMissing_1, - bool BirthMotherCountryMissing_2, - bool BirthMotherCountryEqual, - bool BirthFatherStateMissing_1, - bool BirthFatherStateMissing_2, - bool BirthFatherStateEqual, - bool BirthFatherCountryMissing_1, - bool BirthFatherCountryMissing_2, - bool BirthFatherCountryEqual, - int Original_SubjectTag_S1, - int Original_SubjectTag_S2, - global::System.Nullable Original_DobDifferenceInDays1979V1979, - global::System.Nullable Original_DobDifferenceInDays1979V1981, - global::System.Nullable Original_DobDifferenceInDays1981V1979, - global::System.Nullable Original_DobDifferenceInDays1981V1981, - bool Original_DobDayIsMissing1979_1, - bool Original_DobDayIsMissing1979_2, - bool Original_BirthSubjectCountyMissing_1, - bool Original_BirthSubjectCountyMissing_2, - bool Original_BirthSubjectCountyEqual, - bool Original_BirthSubjectStateMissing_1, - bool Original_BirthSubjectStateMissing_2, - bool Original_BirthSubjectStateEqual, - bool Original_BirthSubjectCountryMissing_1, - bool Original_BirthSubjectCountryMissing_2, - bool Original_BirthSubjectCountryEqual, - bool Original_BirthMotherStateMissing_1, - bool Original_BirthMotherStateMissing_2, - bool Original_BirthMotherStateEqual, - bool Original_BirthMotherCountryMissing_1, - bool Original_BirthMotherCountryMissing_2, - bool Original_BirthMotherCountryEqual, - bool Original_BirthFatherStateMissing_1, - bool Original_BirthFatherStateMissing_2, - bool Original_BirthFatherStateEqual, - bool Original_BirthFatherCountryMissing_1, - bool Original_BirthFatherCountryMissing_2, - bool Original_BirthFatherCountryEqual) { - return this.Update(Original_SubjectTag_S1, Original_SubjectTag_S2, DobDifferenceInDays1979V1979, DobDifferenceInDays1979V1981, DobDifferenceInDays1981V1979, DobDifferenceInDays1981V1981, DobDayIsMissing1979_1, DobDayIsMissing1979_2, BirthSubjectCountyMissing_1, BirthSubjectCountyMissing_2, BirthSubjectCountyEqual, BirthSubjectStateMissing_1, BirthSubjectStateMissing_2, BirthSubjectStateEqual, BirthSubjectCountryMissing_1, BirthSubjectCountryMissing_2, BirthSubjectCountryEqual, BirthMotherStateMissing_1, BirthMotherStateMissing_2, BirthMotherStateEqual, BirthMotherCountryMissing_1, BirthMotherCountryMissing_2, BirthMotherCountryEqual, BirthFatherStateMissing_1, BirthFatherStateMissing_2, BirthFatherStateEqual, BirthFatherCountryMissing_1, BirthFatherCountryMissing_2, BirthFatherCountryEqual, Original_SubjectTag_S1, Original_SubjectTag_S2, Original_DobDifferenceInDays1979V1979, Original_DobDifferenceInDays1979V1981, Original_DobDifferenceInDays1981V1979, Original_DobDifferenceInDays1981V1981, Original_DobDayIsMissing1979_1, Original_DobDayIsMissing1979_2, Original_BirthSubjectCountyMissing_1, Original_BirthSubjectCountyMissing_2, Original_BirthSubjectCountyEqual, Original_BirthSubjectStateMissing_1, Original_BirthSubjectStateMissing_2, Original_BirthSubjectStateEqual, Original_BirthSubjectCountryMissing_1, Original_BirthSubjectCountryMissing_2, Original_BirthSubjectCountryEqual, Original_BirthMotherStateMissing_1, Original_BirthMotherStateMissing_2, Original_BirthMotherStateEqual, Original_BirthMotherCountryMissing_1, Original_BirthMotherCountryMissing_2, Original_BirthMotherCountryEqual, Original_BirthFatherStateMissing_1, Original_BirthFatherStateMissing_2, Original_BirthFatherStateEqual, Original_BirthFatherCountryMissing_1, Original_BirthFatherCountryMissing_2, Original_BirthFatherCountryEqual); - } - } - - /// - ///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 tblRosterGen1AssignmentTableAdapter : 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 tblRosterGen1AssignmentTableAdapter() { - 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; + else { + this.Adapter.UpdateCommand.Parameters[182].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[183].Value = global::System.DBNull.Value; } - } - - [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; + if ((Original_R0006500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[184].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[185].Value = ((int)(Original_R0006500.Value)); } - 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; - } - } + else { + this.Adapter.UpdateCommand.Parameters[184].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[185].Value = global::System.DBNull.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; + if ((Original_R0007300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[186].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[187].Value = ((int)(Original_R0007300.Value)); } - 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; - } + else { + this.Adapter.UpdateCommand.Parameters[186].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[187].Value = global::System.DBNull.Value; } - } - - [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; + if ((Original_R0007700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[188].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[189].Value = ((int)(Original_R0007700.Value)); } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public bool ClearBeforeFill { - get { - return this._clearBeforeFill; + else { + this.Adapter.UpdateCommand.Parameters[188].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[189].Value = global::System.DBNull.Value; } - set { - this._clearBeforeFill = value; + if ((Original_R0007900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[190].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[191].Value = ((int)(Original_R0007900.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 = "tblRosterGen1Assignment"; - tableMapping.ColumnMappings.Add("ID", "ID"); - tableMapping.ColumnMappings.Add("ResponseLower", "ResponseLower"); - tableMapping.ColumnMappings.Add("ResponseUpper", "ResponseUpper"); - tableMapping.ColumnMappings.Add("Freq", "Freq"); - tableMapping.ColumnMappings.Add("Resolved", "Resolved"); - tableMapping.ColumnMappings.Add("R", "R"); - tableMapping.ColumnMappings.Add("RBoundLower", "RBoundLower"); - tableMapping.ColumnMappings.Add("RBoundUpper", "RBoundUpper"); - tableMapping.ColumnMappings.Add("SameGeneration", "SameGeneration"); - tableMapping.ColumnMappings.Add("ShareBiodad", "ShareBiodad"); - tableMapping.ColumnMappings.Add("ShareBiomom", "ShareBiomom"); - tableMapping.ColumnMappings.Add("ShareBiograndparent", "ShareBiograndparent"); - tableMapping.ColumnMappings.Add("Inconsistent", "Inconsistent"); - tableMapping.ColumnMappings.Add("Notes", "Notes"); - tableMapping.ColumnMappings.Add("ResponseLowerLabel", "ResponseLowerLabel"); - tableMapping.ColumnMappings.Add("ResponseUpperLabel", "ResponseUpperLabel"); - 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 [Metadata].[tblRosterGen1Assignment] WHERE (([ID] = @Original_ID) AND ([ResponseLower] = @Original_ResponseLower) AND ([ResponseUpper] = @Original_ResponseUpper) AND ([Freq] = @Original_Freq) AND ([Resolved] = @Original_Resolved) AND ((@IsNull_R = 1 AND [R] IS NULL) OR ([R] = @Original_R)) AND ([RBoundLower] = @Original_RBoundLower) AND ([RBoundUpper] = @Original_RBoundUpper) AND ([SameGeneration] = @Original_SameGeneration) AND ([ShareBiodad] = @Original_ShareBiodad) AND ([ShareBiomom] = @Original_ShareBiomom) AND ([ShareBiograndparent] = @Original_ShareBiograndparent) AND ([Inconsistent] = @Original_Inconsistent) AND ((@IsNull_Notes = 1 AND [Notes] IS NULL) OR ([Notes] = @Original_Notes)) AND ((@IsNull_ResponseLowerLabel = 1 AND [ResponseLowerLabel] IS NULL) OR ([ResponseLowerLabel] = @Original_ResponseLowerLabel)) AND ((@IsNull_ResponseUpperLabel = 1 AND [ResponseUpperLabel] IS NULL) OR ([ResponseUpperLabel] = @Original_ResponseUpperLabel)))"; - this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ID", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ResponseLower", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseLower", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ResponseUpper", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseUpper", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Freq", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Freq", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Resolved", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Resolved", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RBoundLower", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RBoundLower", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RBoundUpper", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RBoundUpper", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SameGeneration", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SameGeneration", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ShareBiodad", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ShareBiodad", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ShareBiomom", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ShareBiomom", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ShareBiograndparent", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ShareBiograndparent", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Inconsistent", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Inconsistent", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Notes", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Notes", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Notes", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Notes", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ResponseLowerLabel", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseLowerLabel", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ResponseLowerLabel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseLowerLabel", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ResponseUpperLabel", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseUpperLabel", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ResponseUpperLabel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseUpperLabel", 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 [Metadata].[tblRosterGen1Assignment] ([ID], [ResponseLower], [ResponseUpper], [Freq], [Resolved], [R], [RBoundLower], [RBoundUpper], [SameGeneration], [ShareBiodad], [ShareBiomom], [ShareBiograndparent], [Inconsistent], [Notes], [ResponseLowerLabel], [ResponseUpperLabel]) VALUES (@ID, @ResponseLower, @ResponseUpper, @Freq, @Resolved, @R, @RBoundLower, @RBoundUpper, @SameGeneration, @ShareBiodad, @ShareBiomom, @ShareBiograndparent, @Inconsistent, @Notes, @ResponseLowerLabel, @ResponseUpperLabel); -SELECT ID, ResponseLower, ResponseUpper, Freq, Resolved, R, RBoundLower, RBoundUpper, SameGeneration, ShareBiodad, ShareBiomom, ShareBiograndparent, Inconsistent, Notes, ResponseLowerLabel, ResponseUpperLabel FROM Metadata.tblRosterGen1Assignment WHERE (ID = @ID)"; - this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ResponseLower", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseLower", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ResponseUpper", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseUpper", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Freq", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Freq", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Resolved", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Resolved", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RBoundLower", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RBoundLower", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RBoundUpper", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RBoundUpper", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SameGeneration", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SameGeneration", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ShareBiodad", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ShareBiodad", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ShareBiomom", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ShareBiomom", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ShareBiograndparent", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ShareBiograndparent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Inconsistent", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Inconsistent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Notes", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Notes", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ResponseLowerLabel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseLowerLabel", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ResponseUpperLabel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseUpperLabel", 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 [Metadata].[tblRosterGen1Assignment] SET [ID] = @ID, [ResponseLower] = @Re" + - "sponseLower, [ResponseUpper] = @ResponseUpper, [Freq] = @Freq, [Resolved] = @Res" + - "olved, [R] = @R, [RBoundLower] = @RBoundLower, [RBoundUpper] = @RBoundUpper, [Sa" + - "meGeneration] = @SameGeneration, [ShareBiodad] = @ShareBiodad, [ShareBiomom] = @" + - "ShareBiomom, [ShareBiograndparent] = @ShareBiograndparent, [Inconsistent] = @Inc" + - "onsistent, [Notes] = @Notes, [ResponseLowerLabel] = @ResponseLowerLabel, [Respon" + - "seUpperLabel] = @ResponseUpperLabel WHERE (([ID] = @Original_ID) AND ([ResponseL" + - "ower] = @Original_ResponseLower) AND ([ResponseUpper] = @Original_ResponseUpper)" + - " AND ([Freq] = @Original_Freq) AND ([Resolved] = @Original_Resolved) AND ((@IsNu" + - "ll_R = 1 AND [R] IS NULL) OR ([R] = @Original_R)) AND ([RBoundLower] = @Original" + - "_RBoundLower) AND ([RBoundUpper] = @Original_RBoundUpper) AND ([SameGeneration] " + - "= @Original_SameGeneration) AND ([ShareBiodad] = @Original_ShareBiodad) AND ([Sh" + - "areBiomom] = @Original_ShareBiomom) AND ([ShareBiograndparent] = @Original_Share" + - "Biograndparent) AND ([Inconsistent] = @Original_Inconsistent) AND ((@IsNull_Note" + - "s = 1 AND [Notes] IS NULL) OR ([Notes] = @Original_Notes)) AND ((@IsNull_Respons" + - "eLowerLabel = 1 AND [ResponseLowerLabel] IS NULL) OR ([ResponseLowerLabel] = @Or" + - "iginal_ResponseLowerLabel)) AND ((@IsNull_ResponseUpperLabel = 1 AND [ResponseUp" + - "perLabel] IS NULL) OR ([ResponseUpperLabel] = @Original_ResponseUpperLabel)));\r\n" + - "SELECT ID, ResponseLower, ResponseUpper, Freq, Resolved, R, RBoundLower, RBoundU" + - "pper, SameGeneration, ShareBiodad, ShareBiomom, ShareBiograndparent, Inconsisten" + - "t, Notes, ResponseLowerLabel, ResponseUpperLabel FROM Metadata.tblRosterGen1Assi" + - "gnment WHERE (ID = @ID)"; - this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ResponseLower", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseLower", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ResponseUpper", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseUpper", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Freq", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Freq", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Resolved", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Resolved", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RBoundLower", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RBoundLower", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RBoundUpper", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RBoundUpper", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SameGeneration", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SameGeneration", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ShareBiodad", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ShareBiodad", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ShareBiomom", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ShareBiomom", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ShareBiograndparent", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ShareBiograndparent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Inconsistent", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Inconsistent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Notes", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Notes", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ResponseLowerLabel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseLowerLabel", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ResponseUpperLabel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseUpperLabel", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ID", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ResponseLower", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseLower", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ResponseUpper", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseUpper", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Freq", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Freq", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Resolved", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Resolved", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RBoundLower", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RBoundLower", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RBoundUpper", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RBoundUpper", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SameGeneration", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SameGeneration", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ShareBiodad", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ShareBiodad", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ShareBiomom", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ShareBiomom", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ShareBiograndparent", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ShareBiograndparent", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Inconsistent", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Inconsistent", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Notes", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Notes", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Notes", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Notes", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ResponseLowerLabel", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseLowerLabel", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ResponseLowerLabel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseLowerLabel", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ResponseUpperLabel", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseUpperLabel", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ResponseUpperLabel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseUpperLabel", 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::Nls.Base79.Properties.Settings.Default.Nlsy79ConnectionStringBase; - } - - [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 ID, ResponseLower, ResponseUpper, Freq, Resolved, R, RBoundLower, RBoundUp" + - "per, SameGeneration, ShareBiodad, ShareBiomom, ShareBiograndparent, Inconsistent" + - ", Notes, ResponseLowerLabel, ResponseUpperLabel FROM Metadata.tblRosterGen1Assig" + - "nment"; - 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(ImportDataSet.tblRosterGen1AssignmentDataTable dataTable) { - this.Adapter.SelectCommand = this.CommandCollection[0]; - if ((this.ClearBeforeFill == true)) { - dataTable.Clear(); + else { + this.Adapter.UpdateCommand.Parameters[190].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[191].Value = global::System.DBNull.Value; } - 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 ImportDataSet.tblRosterGen1AssignmentDataTable GetData() { - this.Adapter.SelectCommand = this.CommandCollection[0]; - ImportDataSet.tblRosterGen1AssignmentDataTable dataTable = new ImportDataSet.tblRosterGen1AssignmentDataTable(); - 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(ImportDataSet.tblRosterGen1AssignmentDataTable 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(ImportDataSet dataSet) { - return this.Adapter.Update(dataSet, "tblRosterGen1Assignment"); - } - - [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( - byte Original_ID, - short Original_ResponseLower, - short Original_ResponseUpper, - short Original_Freq, - bool Original_Resolved, - global::System.Nullable Original_R, - double Original_RBoundLower, - double Original_RBoundUpper, - byte Original_SameGeneration, - byte Original_ShareBiodad, - byte Original_ShareBiomom, - byte Original_ShareBiograndparent, - bool Original_Inconsistent, - string Original_Notes, - string Original_ResponseLowerLabel, - string Original_ResponseUpperLabel) { - this.Adapter.DeleteCommand.Parameters[0].Value = ((byte)(Original_ID)); - this.Adapter.DeleteCommand.Parameters[1].Value = ((short)(Original_ResponseLower)); - this.Adapter.DeleteCommand.Parameters[2].Value = ((short)(Original_ResponseUpper)); - this.Adapter.DeleteCommand.Parameters[3].Value = ((short)(Original_Freq)); - this.Adapter.DeleteCommand.Parameters[4].Value = ((bool)(Original_Resolved)); - if ((Original_R.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[6].Value = ((double)(Original_R.Value)); + if ((Original_R0214700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[192].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[193].Value = ((int)(Original_R0214700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[192].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[193].Value = global::System.DBNull.Value; } - this.Adapter.DeleteCommand.Parameters[7].Value = ((double)(Original_RBoundLower)); - this.Adapter.DeleteCommand.Parameters[8].Value = ((double)(Original_RBoundUpper)); - this.Adapter.DeleteCommand.Parameters[9].Value = ((byte)(Original_SameGeneration)); - this.Adapter.DeleteCommand.Parameters[10].Value = ((byte)(Original_ShareBiodad)); - this.Adapter.DeleteCommand.Parameters[11].Value = ((byte)(Original_ShareBiomom)); - this.Adapter.DeleteCommand.Parameters[12].Value = ((byte)(Original_ShareBiograndparent)); - this.Adapter.DeleteCommand.Parameters[13].Value = ((bool)(Original_Inconsistent)); - if ((Original_Notes == null)) { - this.Adapter.DeleteCommand.Parameters[14].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[15].Value = global::System.DBNull.Value; + if ((Original_R0214800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[194].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[195].Value = ((int)(Original_R0214800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[14].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[15].Value = ((string)(Original_Notes)); + this.Adapter.UpdateCommand.Parameters[194].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[195].Value = global::System.DBNull.Value; } - if ((Original_ResponseLowerLabel == null)) { - this.Adapter.DeleteCommand.Parameters[16].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[17].Value = global::System.DBNull.Value; + if ((Original_R2302900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[196].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[197].Value = ((int)(Original_R2302900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[16].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[17].Value = ((string)(Original_ResponseLowerLabel)); + this.Adapter.UpdateCommand.Parameters[196].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[197].Value = global::System.DBNull.Value; } - if ((Original_ResponseUpperLabel == null)) { - this.Adapter.DeleteCommand.Parameters[18].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[19].Value = global::System.DBNull.Value; + if ((Original_R2303100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[198].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[199].Value = ((int)(Original_R2303100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[18].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[19].Value = ((string)(Original_ResponseUpperLabel)); - } - 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(); + this.Adapter.UpdateCommand.Parameters[198].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[199].Value = global::System.DBNull.Value; } - try { - int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); - return returnValue; + if ((Original_R2303200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[200].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[201].Value = ((int)(Original_R2303200.Value)); } - finally { - if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.DeleteCommand.Connection.Close(); - } + else { + this.Adapter.UpdateCommand.Parameters[200].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[201].Value = global::System.DBNull.Value; } - } - - [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( - byte ID, - short ResponseLower, - short ResponseUpper, - short Freq, - bool Resolved, - global::System.Nullable R, - double RBoundLower, - double RBoundUpper, - byte SameGeneration, - byte ShareBiodad, - byte ShareBiomom, - byte ShareBiograndparent, - bool Inconsistent, - string Notes, - string ResponseLowerLabel, - string ResponseUpperLabel) { - this.Adapter.InsertCommand.Parameters[0].Value = ((byte)(ID)); - this.Adapter.InsertCommand.Parameters[1].Value = ((short)(ResponseLower)); - this.Adapter.InsertCommand.Parameters[2].Value = ((short)(ResponseUpper)); - this.Adapter.InsertCommand.Parameters[3].Value = ((short)(Freq)); - this.Adapter.InsertCommand.Parameters[4].Value = ((bool)(Resolved)); - if ((R.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[5].Value = ((double)(R.Value)); + if ((Original_R2303300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[202].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[203].Value = ((int)(Original_R2303300.Value)); } else { - this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[202].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[203].Value = global::System.DBNull.Value; } - this.Adapter.InsertCommand.Parameters[6].Value = ((double)(RBoundLower)); - this.Adapter.InsertCommand.Parameters[7].Value = ((double)(RBoundUpper)); - this.Adapter.InsertCommand.Parameters[8].Value = ((byte)(SameGeneration)); - this.Adapter.InsertCommand.Parameters[9].Value = ((byte)(ShareBiodad)); - this.Adapter.InsertCommand.Parameters[10].Value = ((byte)(ShareBiomom)); - this.Adapter.InsertCommand.Parameters[11].Value = ((byte)(ShareBiograndparent)); - this.Adapter.InsertCommand.Parameters[12].Value = ((bool)(Inconsistent)); - if ((Notes == null)) { - this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; + if ((Original_R2303500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[204].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[205].Value = ((int)(Original_R2303500.Value)); } else { - this.Adapter.InsertCommand.Parameters[13].Value = ((string)(Notes)); + this.Adapter.UpdateCommand.Parameters[204].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[205].Value = global::System.DBNull.Value; } - if ((ResponseLowerLabel == null)) { - this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; + if ((Original_R2303600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[206].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[207].Value = ((int)(Original_R2303600.Value)); } else { - this.Adapter.InsertCommand.Parameters[14].Value = ((string)(ResponseLowerLabel)); + this.Adapter.UpdateCommand.Parameters[206].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[207].Value = global::System.DBNull.Value; } - if ((ResponseUpperLabel == null)) { - this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; + if ((Original_R2505100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[208].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[209].Value = ((int)(Original_R2505100.Value)); } else { - this.Adapter.InsertCommand.Parameters[15].Value = ((string)(ResponseUpperLabel)); + this.Adapter.UpdateCommand.Parameters[208].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[209].Value = global::System.DBNull.Value; } - 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(); + if ((Original_R2505300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[210].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[211].Value = ((int)(Original_R2505300.Value)); } - try { - int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); - return returnValue; + else { + this.Adapter.UpdateCommand.Parameters[210].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[211].Value = global::System.DBNull.Value; } - finally { - if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.InsertCommand.Connection.Close(); - } + if ((Original_R2505400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[212].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[213].Value = ((int)(Original_R2505400.Value)); } - } - - [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( - byte ID, - short ResponseLower, - short ResponseUpper, - short Freq, - bool Resolved, - global::System.Nullable R, - double RBoundLower, - double RBoundUpper, - byte SameGeneration, - byte ShareBiodad, - byte ShareBiomom, - byte ShareBiograndparent, - bool Inconsistent, - string Notes, - string ResponseLowerLabel, - string ResponseUpperLabel, - byte Original_ID, - short Original_ResponseLower, - short Original_ResponseUpper, - short Original_Freq, - bool Original_Resolved, - global::System.Nullable Original_R, - double Original_RBoundLower, - double Original_RBoundUpper, - byte Original_SameGeneration, - byte Original_ShareBiodad, - byte Original_ShareBiomom, - byte Original_ShareBiograndparent, - bool Original_Inconsistent, - string Original_Notes, - string Original_ResponseLowerLabel, - string Original_ResponseUpperLabel) { - this.Adapter.UpdateCommand.Parameters[0].Value = ((byte)(ID)); - this.Adapter.UpdateCommand.Parameters[1].Value = ((short)(ResponseLower)); - this.Adapter.UpdateCommand.Parameters[2].Value = ((short)(ResponseUpper)); - this.Adapter.UpdateCommand.Parameters[3].Value = ((short)(Freq)); - this.Adapter.UpdateCommand.Parameters[4].Value = ((bool)(Resolved)); - if ((R.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[5].Value = ((double)(R.Value)); + else { + this.Adapter.UpdateCommand.Parameters[212].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[213].Value = global::System.DBNull.Value; + } + if ((Original_R2505500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[214].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[215].Value = ((int)(Original_R2505500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[214].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[215].Value = global::System.DBNull.Value; } - this.Adapter.UpdateCommand.Parameters[6].Value = ((double)(RBoundLower)); - this.Adapter.UpdateCommand.Parameters[7].Value = ((double)(RBoundUpper)); - this.Adapter.UpdateCommand.Parameters[8].Value = ((byte)(SameGeneration)); - this.Adapter.UpdateCommand.Parameters[9].Value = ((byte)(ShareBiodad)); - this.Adapter.UpdateCommand.Parameters[10].Value = ((byte)(ShareBiomom)); - this.Adapter.UpdateCommand.Parameters[11].Value = ((byte)(ShareBiograndparent)); - this.Adapter.UpdateCommand.Parameters[12].Value = ((bool)(Inconsistent)); - if ((Notes == null)) { - this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; + if ((Original_R2505700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[216].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[217].Value = ((int)(Original_R2505700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(Notes)); + this.Adapter.UpdateCommand.Parameters[216].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[217].Value = global::System.DBNull.Value; } - if ((ResponseLowerLabel == null)) { - this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; + if ((Original_R2505800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[218].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[219].Value = ((int)(Original_R2505800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(ResponseLowerLabel)); + this.Adapter.UpdateCommand.Parameters[218].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[219].Value = global::System.DBNull.Value; } - if ((ResponseUpperLabel == null)) { - this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; + if ((Original_R2737900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[220].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[221].Value = ((int)(Original_R2737900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(ResponseUpperLabel)); + this.Adapter.UpdateCommand.Parameters[220].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[221].Value = global::System.DBNull.Value; } - this.Adapter.UpdateCommand.Parameters[16].Value = ((byte)(Original_ID)); - this.Adapter.UpdateCommand.Parameters[17].Value = ((short)(Original_ResponseLower)); - this.Adapter.UpdateCommand.Parameters[18].Value = ((short)(Original_ResponseUpper)); - this.Adapter.UpdateCommand.Parameters[19].Value = ((short)(Original_Freq)); - this.Adapter.UpdateCommand.Parameters[20].Value = ((bool)(Original_Resolved)); - if ((Original_R.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[22].Value = ((double)(Original_R.Value)); + if ((Original_R2837200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[222].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[223].Value = ((int)(Original_R2837200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[222].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[223].Value = global::System.DBNull.Value; } - this.Adapter.UpdateCommand.Parameters[23].Value = ((double)(Original_RBoundLower)); - this.Adapter.UpdateCommand.Parameters[24].Value = ((double)(Original_RBoundUpper)); - this.Adapter.UpdateCommand.Parameters[25].Value = ((byte)(Original_SameGeneration)); - this.Adapter.UpdateCommand.Parameters[26].Value = ((byte)(Original_ShareBiodad)); - this.Adapter.UpdateCommand.Parameters[27].Value = ((byte)(Original_ShareBiomom)); - this.Adapter.UpdateCommand.Parameters[28].Value = ((byte)(Original_ShareBiograndparent)); - this.Adapter.UpdateCommand.Parameters[29].Value = ((bool)(Original_Inconsistent)); - if ((Original_Notes == null)) { - this.Adapter.UpdateCommand.Parameters[30].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; + if ((Original_R2837300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[224].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[225].Value = ((int)(Original_R2837300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[30].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[31].Value = ((string)(Original_Notes)); + this.Adapter.UpdateCommand.Parameters[224].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[225].Value = global::System.DBNull.Value; } - if ((Original_ResponseLowerLabel == null)) { - this.Adapter.UpdateCommand.Parameters[32].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; + if ((Original_R2837400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[226].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[227].Value = ((int)(Original_R2837400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[32].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[33].Value = ((string)(Original_ResponseLowerLabel)); + this.Adapter.UpdateCommand.Parameters[226].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[227].Value = global::System.DBNull.Value; } - if ((Original_ResponseUpperLabel == null)) { - this.Adapter.UpdateCommand.Parameters[34].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; + if ((Original_R2837500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[228].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[229].Value = ((int)(Original_R2837500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[34].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[35].Value = ((string)(Original_ResponseUpperLabel)); + this.Adapter.UpdateCommand.Parameters[228].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[229].Value = global::System.DBNull.Value; + } + if ((Original_R2837600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[230].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[231].Value = ((int)(Original_R2837600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[230].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[231].Value = global::System.DBNull.Value; + } + if ((Original_R2837700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[232].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[233].Value = ((int)(Original_R2837700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[232].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[233].Value = global::System.DBNull.Value; + } + if ((Original_R2837800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[234].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[235].Value = ((int)(Original_R2837800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[234].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[235].Value = global::System.DBNull.Value; + } + if ((Original_R2837900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[236].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[237].Value = ((int)(Original_R2837900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[236].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[237].Value = global::System.DBNull.Value; + } + if ((Original_R2838000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[238].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[239].Value = ((int)(Original_R2838000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[238].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[239].Value = global::System.DBNull.Value; + } + if ((Original_R2838100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[240].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[241].Value = ((int)(Original_R2838100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[240].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[241].Value = global::System.DBNull.Value; + } + if ((Original_R2838200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[242].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[243].Value = ((int)(Original_R2838200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[242].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[243].Value = global::System.DBNull.Value; + } + if ((Original_R2838300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[244].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[245].Value = ((int)(Original_R2838300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[244].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[245].Value = global::System.DBNull.Value; + } + if ((Original_R2838400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[246].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[247].Value = ((int)(Original_R2838400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[246].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[247].Value = global::System.DBNull.Value; + } + if ((Original_R2838500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[248].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[249].Value = ((int)(Original_R2838500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[248].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[249].Value = global::System.DBNull.Value; + } + if ((Original_R2838600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[250].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[251].Value = ((int)(Original_R2838600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[250].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[251].Value = global::System.DBNull.Value; + } + if ((Original_R2838700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[252].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[253].Value = ((int)(Original_R2838700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[252].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[253].Value = global::System.DBNull.Value; + } + if ((Original_R2838800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[254].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[255].Value = ((int)(Original_R2838800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[254].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[255].Value = global::System.DBNull.Value; + } + if ((Original_R2838900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[256].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[257].Value = ((int)(Original_R2838900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[256].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[257].Value = global::System.DBNull.Value; + } + if ((Original_R2839000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[258].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[259].Value = ((int)(Original_R2839000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[258].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[259].Value = global::System.DBNull.Value; + } + if ((Original_R2839100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[260].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[261].Value = ((int)(Original_R2839100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[260].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[261].Value = global::System.DBNull.Value; + } + if ((Original_R2839200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[262].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[263].Value = ((int)(Original_R2839200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[262].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[263].Value = global::System.DBNull.Value; + } + if ((Original_R2839300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[264].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[265].Value = ((int)(Original_R2839300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[264].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[265].Value = global::System.DBNull.Value; + } + if ((Original_R2839400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[266].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[267].Value = ((int)(Original_R2839400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[266].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[267].Value = global::System.DBNull.Value; + } + if ((Original_R2839500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[268].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[269].Value = ((int)(Original_R2839500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[268].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[269].Value = global::System.DBNull.Value; + } + if ((Original_R2839600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[270].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[271].Value = ((int)(Original_R2839600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[270].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[271].Value = global::System.DBNull.Value; + } + if ((Original_R2839700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[272].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[273].Value = ((int)(Original_R2839700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[272].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[273].Value = global::System.DBNull.Value; + } + if ((Original_R2839800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[274].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[275].Value = ((int)(Original_R2839800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[274].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[275].Value = global::System.DBNull.Value; + } + if ((Original_R2839900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[276].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[277].Value = ((int)(Original_R2839900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[276].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[277].Value = global::System.DBNull.Value; + } + if ((Original_R2840000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[278].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[279].Value = ((int)(Original_R2840000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[278].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[279].Value = global::System.DBNull.Value; + } + if ((Original_R2840100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[280].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[281].Value = ((int)(Original_R2840100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[280].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[281].Value = global::System.DBNull.Value; + } + if ((Original_R2840200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[282].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[283].Value = ((int)(Original_R2840200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[282].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[283].Value = global::System.DBNull.Value; + } + if ((Original_R2840300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[284].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[285].Value = ((int)(Original_R2840300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[284].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[285].Value = global::System.DBNull.Value; + } + if ((Original_R2840400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[286].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[287].Value = ((int)(Original_R2840400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[286].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[287].Value = global::System.DBNull.Value; + } + if ((Original_R2840500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[288].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[289].Value = ((int)(Original_R2840500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[288].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[289].Value = global::System.DBNull.Value; + } + if ((Original_R2840600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[290].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[291].Value = ((int)(Original_R2840600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[290].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[291].Value = global::System.DBNull.Value; + } + if ((Original_R2840700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[292].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[293].Value = ((int)(Original_R2840700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[292].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[293].Value = global::System.DBNull.Value; + } + if ((Original_R2840800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[294].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[295].Value = ((int)(Original_R2840800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[294].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[295].Value = global::System.DBNull.Value; + } + if ((Original_R2840900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[296].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[297].Value = ((int)(Original_R2840900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[296].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[297].Value = global::System.DBNull.Value; + } + if ((Original_R2841000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[298].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[299].Value = ((int)(Original_R2841000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[298].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[299].Value = global::System.DBNull.Value; + } + if ((Original_R2841100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[300].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[301].Value = ((int)(Original_R2841100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[300].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[301].Value = global::System.DBNull.Value; } global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State; if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) @@ -108885,38 +107024,208 @@ public virtual int Update( [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] public virtual int Update( - short ResponseLower, - short ResponseUpper, - short Freq, - bool Resolved, - global::System.Nullable R, - double RBoundLower, - double RBoundUpper, - byte SameGeneration, - byte ShareBiodad, - byte ShareBiomom, - byte ShareBiograndparent, - bool Inconsistent, - string Notes, - string ResponseLowerLabel, - string ResponseUpperLabel, - byte Original_ID, - short Original_ResponseLower, - short Original_ResponseUpper, - short Original_Freq, - bool Original_Resolved, - global::System.Nullable Original_R, - double Original_RBoundLower, - double Original_RBoundUpper, - byte Original_SameGeneration, - byte Original_ShareBiodad, - byte Original_ShareBiomom, - byte Original_ShareBiograndparent, - bool Original_Inconsistent, - string Original_Notes, - string Original_ResponseLowerLabel, - string Original_ResponseUpperLabel) { - return this.Update(Original_ID, ResponseLower, ResponseUpper, Freq, Resolved, R, RBoundLower, RBoundUpper, SameGeneration, ShareBiodad, ShareBiomom, ShareBiograndparent, Inconsistent, Notes, ResponseLowerLabel, ResponseUpperLabel, Original_ID, Original_ResponseLower, Original_ResponseUpper, Original_Freq, Original_Resolved, Original_R, Original_RBoundLower, Original_RBoundUpper, Original_SameGeneration, Original_ShareBiodad, Original_ShareBiomom, Original_ShareBiograndparent, Original_Inconsistent, Original_Notes, Original_ResponseLowerLabel, Original_ResponseUpperLabel); + global::System.Nullable H0001600, + global::System.Nullable H0001700, + global::System.Nullable H0001800, + global::System.Nullable H0001900, + global::System.Nullable H0002000, + global::System.Nullable H0002100, + global::System.Nullable H0002200, + global::System.Nullable H0002300, + global::System.Nullable H0002400, + global::System.Nullable H0002500, + global::System.Nullable H0002600, + global::System.Nullable H0002700, + global::System.Nullable H0002800, + global::System.Nullable H0002900, + global::System.Nullable H0003000, + global::System.Nullable H0003100, + global::System.Nullable H0013600, + global::System.Nullable H0013700, + global::System.Nullable H0013800, + global::System.Nullable H0013900, + global::System.Nullable H0014000, + global::System.Nullable H0014100, + global::System.Nullable H0014200, + global::System.Nullable H0014300, + global::System.Nullable H0014400, + global::System.Nullable H0014500, + global::System.Nullable H0014700, + global::System.Nullable H0014800, + global::System.Nullable H0014900, + global::System.Nullable H0015000, + global::System.Nullable H0015100, + global::System.Nullable H0015200, + global::System.Nullable H0015300, + global::System.Nullable H0015400, + global::System.Nullable H0015500, + global::System.Nullable H0015600, + global::System.Nullable H0015700, + global::System.Nullable H0015800, + global::System.Nullable H0015803, + global::System.Nullable H0015804, + global::System.Nullable R0006100, + global::System.Nullable R0006500, + global::System.Nullable R0007300, + global::System.Nullable R0007700, + global::System.Nullable R0007900, + global::System.Nullable R0214700, + global::System.Nullable R0214800, + global::System.Nullable R2302900, + global::System.Nullable R2303100, + global::System.Nullable R2303200, + global::System.Nullable R2303300, + global::System.Nullable R2303500, + global::System.Nullable R2303600, + global::System.Nullable R2505100, + global::System.Nullable R2505300, + global::System.Nullable R2505400, + global::System.Nullable R2505500, + global::System.Nullable R2505700, + global::System.Nullable R2505800, + global::System.Nullable R2737900, + global::System.Nullable R2837200, + global::System.Nullable R2837300, + global::System.Nullable R2837400, + global::System.Nullable R2837500, + global::System.Nullable R2837600, + global::System.Nullable R2837700, + global::System.Nullable R2837800, + global::System.Nullable R2837900, + global::System.Nullable R2838000, + global::System.Nullable R2838100, + global::System.Nullable R2838200, + global::System.Nullable R2838300, + global::System.Nullable R2838400, + global::System.Nullable R2838500, + global::System.Nullable R2838600, + global::System.Nullable R2838700, + global::System.Nullable R2838800, + global::System.Nullable R2838900, + global::System.Nullable R2839000, + global::System.Nullable R2839100, + global::System.Nullable R2839200, + global::System.Nullable R2839300, + global::System.Nullable R2839400, + global::System.Nullable R2839500, + global::System.Nullable R2839600, + global::System.Nullable R2839700, + global::System.Nullable R2839800, + global::System.Nullable R2839900, + global::System.Nullable R2840000, + global::System.Nullable R2840100, + global::System.Nullable R2840200, + global::System.Nullable R2840300, + global::System.Nullable R2840400, + global::System.Nullable R2840500, + global::System.Nullable R2840600, + global::System.Nullable R2840700, + global::System.Nullable R2840800, + global::System.Nullable R2840900, + global::System.Nullable R2841000, + global::System.Nullable R2841100, + global::System.Nullable Original_H0001600, + global::System.Nullable Original_H0001700, + global::System.Nullable Original_H0001800, + global::System.Nullable Original_H0001900, + global::System.Nullable Original_H0002000, + global::System.Nullable Original_H0002100, + global::System.Nullable Original_H0002200, + global::System.Nullable Original_H0002300, + global::System.Nullable Original_H0002400, + global::System.Nullable Original_H0002500, + global::System.Nullable Original_H0002600, + global::System.Nullable Original_H0002700, + global::System.Nullable Original_H0002800, + global::System.Nullable Original_H0002900, + global::System.Nullable Original_H0003000, + global::System.Nullable Original_H0003100, + global::System.Nullable Original_H0013600, + global::System.Nullable Original_H0013700, + global::System.Nullable Original_H0013800, + global::System.Nullable Original_H0013900, + global::System.Nullable Original_H0014000, + global::System.Nullable Original_H0014100, + global::System.Nullable Original_H0014200, + global::System.Nullable Original_H0014300, + global::System.Nullable Original_H0014400, + global::System.Nullable Original_H0014500, + global::System.Nullable Original_H0014700, + global::System.Nullable Original_H0014800, + global::System.Nullable Original_H0014900, + global::System.Nullable Original_H0015000, + global::System.Nullable Original_H0015100, + global::System.Nullable Original_H0015200, + global::System.Nullable Original_H0015300, + global::System.Nullable Original_H0015400, + global::System.Nullable Original_H0015500, + global::System.Nullable Original_H0015600, + global::System.Nullable Original_H0015700, + global::System.Nullable Original_H0015800, + global::System.Nullable Original_H0015803, + global::System.Nullable Original_H0015804, + int Original_R0000100, + global::System.Nullable Original_R0006100, + global::System.Nullable Original_R0006500, + global::System.Nullable Original_R0007300, + global::System.Nullable Original_R0007700, + global::System.Nullable Original_R0007900, + global::System.Nullable Original_R0214700, + global::System.Nullable Original_R0214800, + global::System.Nullable Original_R2302900, + global::System.Nullable Original_R2303100, + global::System.Nullable Original_R2303200, + global::System.Nullable Original_R2303300, + global::System.Nullable Original_R2303500, + global::System.Nullable Original_R2303600, + global::System.Nullable Original_R2505100, + global::System.Nullable Original_R2505300, + global::System.Nullable Original_R2505400, + global::System.Nullable Original_R2505500, + global::System.Nullable Original_R2505700, + global::System.Nullable Original_R2505800, + global::System.Nullable Original_R2737900, + global::System.Nullable Original_R2837200, + global::System.Nullable Original_R2837300, + global::System.Nullable Original_R2837400, + global::System.Nullable Original_R2837500, + global::System.Nullable Original_R2837600, + global::System.Nullable Original_R2837700, + global::System.Nullable Original_R2837800, + global::System.Nullable Original_R2837900, + global::System.Nullable Original_R2838000, + global::System.Nullable Original_R2838100, + global::System.Nullable Original_R2838200, + global::System.Nullable Original_R2838300, + global::System.Nullable Original_R2838400, + global::System.Nullable Original_R2838500, + global::System.Nullable Original_R2838600, + global::System.Nullable Original_R2838700, + global::System.Nullable Original_R2838800, + global::System.Nullable Original_R2838900, + global::System.Nullable Original_R2839000, + global::System.Nullable Original_R2839100, + global::System.Nullable Original_R2839200, + global::System.Nullable Original_R2839300, + global::System.Nullable Original_R2839400, + global::System.Nullable Original_R2839500, + global::System.Nullable Original_R2839600, + global::System.Nullable Original_R2839700, + global::System.Nullable Original_R2839800, + global::System.Nullable Original_R2839900, + global::System.Nullable Original_R2840000, + global::System.Nullable Original_R2840100, + global::System.Nullable Original_R2840200, + global::System.Nullable Original_R2840300, + global::System.Nullable Original_R2840400, + global::System.Nullable Original_R2840500, + global::System.Nullable Original_R2840600, + global::System.Nullable Original_R2840700, + global::System.Nullable Original_R2840800, + global::System.Nullable Original_R2840900, + global::System.Nullable Original_R2841000, + global::System.Nullable Original_R2841100) { + return this.Update(H0001600, H0001700, H0001800, H0001900, H0002000, H0002100, H0002200, H0002300, H0002400, H0002500, H0002600, H0002700, H0002800, H0002900, H0003000, H0003100, H0013600, H0013700, H0013800, H0013900, H0014000, H0014100, H0014200, H0014300, H0014400, H0014500, H0014700, H0014800, H0014900, H0015000, H0015100, H0015200, H0015300, H0015400, H0015500, H0015600, H0015700, H0015800, H0015803, H0015804, Original_R0000100, R0006100, R0006500, R0007300, R0007700, R0007900, R0214700, R0214800, R2302900, R2303100, R2303200, R2303300, R2303500, R2303600, R2505100, R2505300, R2505400, R2505500, R2505700, R2505800, R2737900, R2837200, R2837300, R2837400, R2837500, R2837600, R2837700, R2837800, R2837900, R2838000, R2838100, R2838200, R2838300, R2838400, R2838500, R2838600, R2838700, R2838800, R2838900, R2839000, R2839100, R2839200, R2839300, R2839400, R2839500, R2839600, R2839700, R2839800, R2839900, R2840000, R2840100, R2840200, R2840300, R2840400, R2840500, R2840600, R2840700, R2840800, R2840900, R2841000, R2841100, Original_H0001600, Original_H0001700, Original_H0001800, Original_H0001900, Original_H0002000, Original_H0002100, Original_H0002200, Original_H0002300, Original_H0002400, Original_H0002500, Original_H0002600, Original_H0002700, Original_H0002800, Original_H0002900, Original_H0003000, Original_H0003100, Original_H0013600, Original_H0013700, Original_H0013800, Original_H0013900, Original_H0014000, Original_H0014100, Original_H0014200, Original_H0014300, Original_H0014400, Original_H0014500, Original_H0014700, Original_H0014800, Original_H0014900, Original_H0015000, Original_H0015100, Original_H0015200, Original_H0015300, Original_H0015400, Original_H0015500, Original_H0015600, Original_H0015700, Original_H0015800, Original_H0015803, Original_H0015804, Original_R0000100, Original_R0006100, Original_R0006500, Original_R0007300, Original_R0007700, Original_R0007900, Original_R0214700, Original_R0214800, Original_R2302900, Original_R2303100, Original_R2303200, Original_R2303300, Original_R2303500, Original_R2303600, Original_R2505100, Original_R2505300, Original_R2505400, Original_R2505500, Original_R2505700, Original_R2505800, Original_R2737900, Original_R2837200, Original_R2837300, Original_R2837400, Original_R2837500, Original_R2837600, Original_R2837700, Original_R2837800, Original_R2837900, Original_R2838000, Original_R2838100, Original_R2838200, Original_R2838300, Original_R2838400, Original_R2838500, Original_R2838600, Original_R2838700, Original_R2838800, Original_R2838900, Original_R2839000, Original_R2839100, Original_R2839200, Original_R2839300, Original_R2839400, Original_R2839500, Original_R2839600, Original_R2839700, Original_R2839800, Original_R2839900, Original_R2840000, Original_R2840100, Original_R2840200, Original_R2840300, Original_R2840400, Original_R2840500, Original_R2840600, Original_R2840700, Original_R2840800, Original_R2840900, Original_R2841000, Original_R2841100); } } @@ -108929,7 +107238,7 @@ public virtual int Update( [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 tblGen2LinksFromGen1TableAdapter : global::System.ComponentModel.Component { + public partial class tblGen2OutcomesWeightTableAdapter : global::System.ComponentModel.Component { private global::System.Data.SqlClient.SqlDataAdapter _adapter; @@ -108943,7 +107252,7 @@ public partial class tblGen2LinksFromGen1TableAdapter : global::System.Component [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen2LinksFromGen1TableAdapter() { + public tblGen2OutcomesWeightTableAdapter() { this.ClearBeforeFill = true; } @@ -109040,1256 +107349,130 @@ 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 = "tblGen2LinksFromGen1"; - tableMapping.ColumnMappings.Add("R0000100", "R0000100"); - tableMapping.ColumnMappings.Add("R0173600", "R0173600"); - tableMapping.ColumnMappings.Add("R0214700", "R0214700"); - tableMapping.ColumnMappings.Add("R0214800", "R0214800"); - tableMapping.ColumnMappings.Add("R4825700", "R4825700"); - tableMapping.ColumnMappings.Add("R4826000", "R4826000"); - tableMapping.ColumnMappings.Add("R4826100", "R4826100"); - tableMapping.ColumnMappings.Add("R4826300", "R4826300"); - tableMapping.ColumnMappings.Add("R4826500", "R4826500"); - tableMapping.ColumnMappings.Add("R4826800", "R4826800"); - tableMapping.ColumnMappings.Add("R5495900", "R5495900"); - tableMapping.ColumnMappings.Add("R5496200", "R5496200"); - tableMapping.ColumnMappings.Add("R5496300", "R5496300"); - tableMapping.ColumnMappings.Add("R5496500", "R5496500"); - tableMapping.ColumnMappings.Add("R5496700", "R5496700"); - tableMapping.ColumnMappings.Add("R5497000", "R5497000"); - tableMapping.ColumnMappings.Add("R5497200", "R5497200"); - tableMapping.ColumnMappings.Add("R6210700", "R6210700"); - tableMapping.ColumnMappings.Add("R6210800", "R6210800"); - tableMapping.ColumnMappings.Add("R6210900", "R6210900"); - tableMapping.ColumnMappings.Add("R6211500", "R6211500"); - tableMapping.ColumnMappings.Add("R6211600", "R6211600"); - tableMapping.ColumnMappings.Add("R6211700", "R6211700"); - tableMapping.ColumnMappings.Add("R6211800", "R6211800"); - tableMapping.ColumnMappings.Add("R6211900", "R6211900"); - tableMapping.ColumnMappings.Add("R6212200", "R6212200"); - tableMapping.ColumnMappings.Add("R6212300", "R6212300"); - tableMapping.ColumnMappings.Add("R6764000", "R6764000"); - tableMapping.ColumnMappings.Add("R6764100", "R6764100"); - tableMapping.ColumnMappings.Add("R6764200", "R6764200"); - tableMapping.ColumnMappings.Add("R6764900", "R6764900"); - tableMapping.ColumnMappings.Add("R6765000", "R6765000"); - tableMapping.ColumnMappings.Add("R6765100", "R6765100"); - tableMapping.ColumnMappings.Add("R6765200", "R6765200"); - tableMapping.ColumnMappings.Add("R6765600", "R6765600"); - tableMapping.ColumnMappings.Add("R6765700", "R6765700"); - tableMapping.ColumnMappings.Add("R6765800", "R6765800"); - tableMapping.ColumnMappings.Add("R6839600", "R6839600"); - tableMapping.ColumnMappings.Add("R7408300", "R7408300"); - tableMapping.ColumnMappings.Add("R7408400", "R7408400"); - tableMapping.ColumnMappings.Add("R7408500", "R7408500"); - tableMapping.ColumnMappings.Add("R7409200", "R7409200"); - tableMapping.ColumnMappings.Add("R7409300", "R7409300"); - tableMapping.ColumnMappings.Add("R7409400", "R7409400"); - tableMapping.ColumnMappings.Add("R7409500", "R7409500"); - tableMapping.ColumnMappings.Add("R7409900", "R7409900"); - tableMapping.ColumnMappings.Add("R7410000", "R7410000"); - tableMapping.ColumnMappings.Add("R7410100", "R7410100"); - tableMapping.ColumnMappings.Add("R7548600", "R7548600"); - tableMapping.ColumnMappings.Add("R8106400", "R8106400"); - tableMapping.ColumnMappings.Add("R8106500", "R8106500"); - tableMapping.ColumnMappings.Add("R8106600", "R8106600"); - tableMapping.ColumnMappings.Add("R8106700", "R8106700"); - tableMapping.ColumnMappings.Add("R8106800", "R8106800"); - tableMapping.ColumnMappings.Add("R8106900", "R8106900"); - tableMapping.ColumnMappings.Add("R8107000", "R8107000"); - tableMapping.ColumnMappings.Add("R8107100", "R8107100"); - tableMapping.ColumnMappings.Add("R8107200", "R8107200"); - tableMapping.ColumnMappings.Add("R8255400", "R8255400"); - tableMapping.ColumnMappings.Add("R9900400", "R9900400"); - tableMapping.ColumnMappings.Add("R9900600", "R9900600"); - tableMapping.ColumnMappings.Add("R9900601", "R9900601"); - tableMapping.ColumnMappings.Add("R9901200", "R9901200"); - tableMapping.ColumnMappings.Add("R9901400", "R9901400"); - tableMapping.ColumnMappings.Add("R9901401", "R9901401"); - tableMapping.ColumnMappings.Add("R9902000", "R9902000"); - tableMapping.ColumnMappings.Add("R9902200", "R9902200"); - tableMapping.ColumnMappings.Add("R9902201", "R9902201"); - tableMapping.ColumnMappings.Add("R9902800", "R9902800"); - tableMapping.ColumnMappings.Add("R9903000", "R9903000"); - tableMapping.ColumnMappings.Add("R9903001", "R9903001"); - tableMapping.ColumnMappings.Add("R9903600", "R9903600"); - tableMapping.ColumnMappings.Add("R9903800", "R9903800"); - tableMapping.ColumnMappings.Add("R9903801", "R9903801"); - tableMapping.ColumnMappings.Add("R9904400", "R9904400"); - tableMapping.ColumnMappings.Add("R9904600", "R9904600"); - tableMapping.ColumnMappings.Add("R9904601", "R9904601"); - tableMapping.ColumnMappings.Add("R9905200", "R9905200"); - tableMapping.ColumnMappings.Add("R9905400", "R9905400"); - tableMapping.ColumnMappings.Add("R9905401", "R9905401"); - tableMapping.ColumnMappings.Add("R9906000", "R9906000"); - tableMapping.ColumnMappings.Add("R9906600", "R9906600"); - tableMapping.ColumnMappings.Add("R9907200", "R9907200"); - tableMapping.ColumnMappings.Add("R9907800", "R9907800"); - tableMapping.ColumnMappings.Add("R9908000", "R9908000"); - tableMapping.ColumnMappings.Add("R9911200", "R9911200"); - tableMapping.ColumnMappings.Add("R9911201", "R9911201"); - tableMapping.ColumnMappings.Add("T0337300", "T0337300"); - tableMapping.ColumnMappings.Add("T0337400", "T0337400"); - tableMapping.ColumnMappings.Add("T0337500", "T0337500"); - tableMapping.ColumnMappings.Add("T0337600", "T0337600"); - tableMapping.ColumnMappings.Add("T0337700", "T0337700"); - tableMapping.ColumnMappings.Add("T0337800", "T0337800"); - tableMapping.ColumnMappings.Add("T0337900", "T0337900"); - tableMapping.ColumnMappings.Add("T0338000", "T0338000"); - tableMapping.ColumnMappings.Add("T0338100", "T0338100"); - tableMapping.ColumnMappings.Add("T0338200", "T0338200"); - tableMapping.ColumnMappings.Add("T0338300", "T0338300"); - tableMapping.ColumnMappings.Add("T0338400", "T0338400"); - tableMapping.ColumnMappings.Add("T0338500", "T0338500"); - tableMapping.ColumnMappings.Add("T0338600", "T0338600"); - tableMapping.ColumnMappings.Add("T1486900", "T1486900"); - tableMapping.ColumnMappings.Add("T1487000", "T1487000"); - tableMapping.ColumnMappings.Add("T1487100", "T1487100"); - tableMapping.ColumnMappings.Add("T1487200", "T1487200"); - tableMapping.ColumnMappings.Add("T1487300", "T1487300"); - tableMapping.ColumnMappings.Add("T1487400", "T1487400"); - tableMapping.ColumnMappings.Add("T1487500", "T1487500"); - tableMapping.ColumnMappings.Add("T1487600", "T1487600"); - tableMapping.ColumnMappings.Add("T1487700", "T1487700"); - tableMapping.ColumnMappings.Add("T1487800", "T1487800"); - tableMapping.ColumnMappings.Add("T2217700", "T2217700"); - tableMapping.ColumnMappings.Add("T2533500", "T2533500"); - tableMapping.ColumnMappings.Add("T2533600", "T2533600"); - tableMapping.ColumnMappings.Add("T2533700", "T2533700"); - tableMapping.ColumnMappings.Add("T2533800", "T2533800"); - tableMapping.ColumnMappings.Add("T2533900", "T2533900"); - tableMapping.ColumnMappings.Add("T2534000", "T2534000"); - tableMapping.ColumnMappings.Add("T2534100", "T2534100"); - tableMapping.ColumnMappings.Add("T2534200", "T2534200"); - tableMapping.ColumnMappings.Add("T2534300", "T2534300"); - tableMapping.ColumnMappings.Add("T2534400", "T2534400"); - tableMapping.ColumnMappings.Add("T2534500", "T2534500"); + tableMapping.DataSetTable = "tblGen2OutcomesWeight"; + tableMapping.ColumnMappings.Add("C0000100", "C0000100"); + tableMapping.ColumnMappings.Add("C0000200", "C0000200"); + tableMapping.ColumnMappings.Add("C0005300", "C0005300"); + tableMapping.ColumnMappings.Add("C0005400", "C0005400"); + tableMapping.ColumnMappings.Add("C0005700", "C0005700"); + tableMapping.ColumnMappings.Add("Y0308500", "Y0308500"); + tableMapping.ColumnMappings.Add("Y0904100", "Y0904100"); + tableMapping.ColumnMappings.Add("Y1151000", "Y1151000"); + tableMapping.ColumnMappings.Add("Y1386000", "Y1386000"); + tableMapping.ColumnMappings.Add("Y1637700", "Y1637700"); + tableMapping.ColumnMappings.Add("Y1891300", "Y1891300"); + tableMapping.ColumnMappings.Add("Y2207200", "Y2207200"); + tableMapping.ColumnMappings.Add("Y2544900", "Y2544900"); 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 [Extract].[tblGen2LinksFromGen1] WHERE (([R0000100] = @Original_R0000" + - "100) AND ((@IsNull_R0173600 = 1 AND [R0173600] IS NULL) OR ([R0173600] = @Origin" + - "al_R0173600)) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] " + - "= @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R" + - "0214800] = @Original_R0214800)) AND ((@IsNull_R4825700 = 1 AND [R4825700] IS NUL" + - "L) OR ([R4825700] = @Original_R4825700)) AND ((@IsNull_R4826000 = 1 AND [R482600" + - "0] IS NULL) OR ([R4826000] = @Original_R4826000)) AND ((@IsNull_R4826100 = 1 AND" + - " [R4826100] IS NULL) OR ([R4826100] = @Original_R4826100)) AND ((@IsNull_R482630" + - "0 = 1 AND [R4826300] IS NULL) OR ([R4826300] = @Original_R4826300)) AND ((@IsNul" + - "l_R4826500 = 1 AND [R4826500] IS NULL) OR ([R4826500] = @Original_R4826500)) AND" + - " ((@IsNull_R4826800 = 1 AND [R4826800] IS NULL) OR ([R4826800] = @Original_R4826" + - "800)) AND ((@IsNull_R5495900 = 1 AND [R5495900] IS NULL) OR ([R5495900] = @Origi" + - "nal_R5495900)) AND ((@IsNull_R5496200 = 1 AND [R5496200] IS NULL) OR ([R5496200]" + - " = @Original_R5496200)) AND ((@IsNull_R5496300 = 1 AND [R5496300] IS NULL) OR ([" + - "R5496300] = @Original_R5496300)) AND ((@IsNull_R5496500 = 1 AND [R5496500] IS NU" + - "LL) OR ([R5496500] = @Original_R5496500)) AND ((@IsNull_R5496700 = 1 AND [R54967" + - "00] IS NULL) OR ([R5496700] = @Original_R5496700)) AND ((@IsNull_R5497000 = 1 AN" + - "D [R5497000] IS NULL) OR ([R5497000] = @Original_R5497000)) AND ((@IsNull_R54972" + - "00 = 1 AND [R5497200] IS NULL) OR ([R5497200] = @Original_R5497200)) AND ((@IsNu" + - "ll_R6210700 = 1 AND [R6210700] IS NULL) OR ([R6210700] = @Original_R6210700)) AN" + - "D ((@IsNull_R6210800 = 1 AND [R6210800] IS NULL) OR ([R6210800] = @Original_R621" + - "0800)) AND ((@IsNull_R6210900 = 1 AND [R6210900] IS NULL) OR ([R6210900] = @Orig" + - "inal_R6210900)) AND ((@IsNull_R6211500 = 1 AND [R6211500] IS NULL) OR ([R6211500" + - "] = @Original_R6211500)) AND ((@IsNull_R6211600 = 1 AND [R6211600] IS NULL) OR (" + - "[R6211600] = @Original_R6211600)) AND ((@IsNull_R6211700 = 1 AND [R6211700] IS N" + - "ULL) OR ([R6211700] = @Original_R6211700)) AND ((@IsNull_R6211800 = 1 AND [R6211" + - "800] IS NULL) OR ([R6211800] = @Original_R6211800)) AND ((@IsNull_R6211900 = 1 A" + - "ND [R6211900] IS NULL) OR ([R6211900] = @Original_R6211900)) AND ((@IsNull_R6212" + - "200 = 1 AND [R6212200] IS NULL) OR ([R6212200] = @Original_R6212200)) AND ((@IsN" + - "ull_R6212300 = 1 AND [R6212300] IS NULL) OR ([R6212300] = @Original_R6212300)) A" + - "ND ((@IsNull_R6764000 = 1 AND [R6764000] IS NULL) OR ([R6764000] = @Original_R67" + - "64000)) AND ((@IsNull_R6764100 = 1 AND [R6764100] IS NULL) OR ([R6764100] = @Ori" + - "ginal_R6764100)) AND ((@IsNull_R6764200 = 1 AND [R6764200] IS NULL) OR ([R676420" + - "0] = @Original_R6764200)) AND ((@IsNull_R6764900 = 1 AND [R6764900] IS NULL) OR " + - "([R6764900] = @Original_R6764900)) AND ((@IsNull_R6765000 = 1 AND [R6765000] IS " + - "NULL) OR ([R6765000] = @Original_R6765000)) AND ((@IsNull_R6765100 = 1 AND [R676" + - "5100] IS NULL) OR ([R6765100] = @Original_R6765100)) AND ((@IsNull_R6765200 = 1 " + - "AND [R6765200] IS NULL) OR ([R6765200] = @Original_R6765200)) AND ((@IsNull_R676" + - "5600 = 1 AND [R6765600] IS NULL) OR ([R6765600] = @Original_R6765600)) AND ((@Is" + - "Null_R6765700 = 1 AND [R6765700] IS NULL) OR ([R6765700] = @Original_R6765700)) " + - "AND ((@IsNull_R6765800 = 1 AND [R6765800] IS NULL) OR ([R6765800] = @Original_R6" + - "765800)) AND ((@IsNull_R6839600 = 1 AND [R6839600] IS NULL) OR ([R6839600] = @Or" + - "iginal_R6839600)) AND ((@IsNull_R7408300 = 1 AND [R7408300] IS NULL) OR ([R74083" + - "00] = @Original_R7408300)) AND ((@IsNull_R7408400 = 1 AND [R7408400] IS NULL) OR" + - " ([R7408400] = @Original_R7408400)) AND ((@IsNull_R7408500 = 1 AND [R7408500] IS" + - " NULL) OR ([R7408500] = @Original_R7408500)) AND ((@IsNull_R7409200 = 1 AND [R74" + - "09200] IS NULL) OR ([R7409200] = @Original_R7409200)) AND ((@IsNull_R7409300 = 1" + - " AND [R7409300] IS NULL) OR ([R7409300] = @Original_R7409300)) AND ((@IsNull_R74" + - "09400 = 1 AND [R7409400] IS NULL) OR ([R7409400] = @Original_R7409400)) AND ((@I" + - "sNull_R7409500 = 1 AND [R7409500] IS NULL) OR ([R7409500] = @Original_R7409500))" + - " AND ((@IsNull_R7409900 = 1 AND [R7409900] IS NULL) OR ([R7409900] = @Original_R" + - "7409900)) AND ((@IsNull_R7410000 = 1 AND [R7410000] IS NULL) OR ([R7410000] = @O" + - "riginal_R7410000)) AND ((@IsNull_R7410100 = 1 AND [R7410100] IS NULL) OR ([R7410" + - "100] = @Original_R7410100)) AND ((@IsNull_R7548600 = 1 AND [R7548600] IS NULL) O" + - "R ([R7548600] = @Original_R7548600)) AND ((@IsNull_R8106400 = 1 AND [R8106400] I" + - "S NULL) OR ([R8106400] = @Original_R8106400)) AND ((@IsNull_R8106500 = 1 AND [R8" + - "106500] IS NULL) OR ([R8106500] = @Original_R8106500)) AND ((@IsNull_R8106600 = " + - "1 AND [R8106600] IS NULL) OR ([R8106600] = @Original_R8106600)) AND ((@IsNull_R8" + - "106700 = 1 AND [R8106700] IS NULL) OR ([R8106700] = @Original_R8106700)) AND ((@" + - "IsNull_R8106800 = 1 AND [R8106800] IS NULL) OR ([R8106800] = @Original_R8106800)" + - ") AND ((@IsNull_R8106900 = 1 AND [R8106900] IS NULL) OR ([R8106900] = @Original_" + - "R8106900)) AND ((@IsNull_R8107000 = 1 AND [R8107000] IS NULL) OR ([R8107000] = @" + - "Original_R8107000)) AND ((@IsNull_R8107100 = 1 AND [R8107100] IS NULL) OR ([R810" + - "7100] = @Original_R8107100)) AND ((@IsNull_R8107200 = 1 AND [R8107200] IS NULL) " + - "OR ([R8107200] = @Original_R8107200)) AND ((@IsNull_R8255400 = 1 AND [R8255400] " + - "IS NULL) OR ([R8255400] = @Original_R8255400)) AND ((@IsNull_R9900400 = 1 AND [R" + - "9900400] IS NULL) OR ([R9900400] = @Original_R9900400)) AND ((@IsNull_R9900600 =" + - " 1 AND [R9900600] IS NULL) OR ([R9900600] = @Original_R9900600)) AND ((@IsNull_R" + - "9900601 = 1 AND [R9900601] IS NULL) OR ([R9900601] = @Original_R9900601)) AND ((" + - "@IsNull_R9901200 = 1 AND [R9901200] IS NULL) OR ([R9901200] = @Original_R9901200" + - ")) AND ((@IsNull_R9901400 = 1 AND [R9901400] IS NULL) OR ([R9901400] = @Original" + - "_R9901400)) AND ((@IsNull_R9901401 = 1 AND [R9901401] IS NULL) OR ([R9901401] = " + - "@Original_R9901401)) AND ((@IsNull_R9902000 = 1 AND [R9902000] IS NULL) OR ([R99" + - "02000] = @Original_R9902000)) AND ((@IsNull_R9902200 = 1 AND [R9902200] IS NULL)" + - " OR ([R9902200] = @Original_R9902200)) AND ((@IsNull_R9902201 = 1 AND [R9902201]" + - " IS NULL) OR ([R9902201] = @Original_R9902201)) AND ((@IsNull_R9902800 = 1 AND [" + - "R9902800] IS NULL) OR ([R9902800] = @Original_R9902800)) AND ((@IsNull_R9903000 " + - "= 1 AND [R9903000] IS NULL) OR ([R9903000] = @Original_R9903000)) AND ((@IsNull_" + - "R9903001 = 1 AND [R9903001] IS NULL) OR ([R9903001] = @Original_R9903001)) AND (" + - "(@IsNull_R9903600 = 1 AND [R9903600] IS NULL) OR ([R9903600] = @Original_R990360" + - "0)) AND ((@IsNull_R9903800 = 1 AND [R9903800] IS NULL) OR ([R9903800] = @Origina" + - "l_R9903800)) AND ((@IsNull_R9903801 = 1 AND [R9903801] IS NULL) OR ([R9903801] =" + - " @Original_R9903801)) AND ((@IsNull_R9904400 = 1 AND [R9904400] IS NULL) OR ([R9" + - "904400] = @Original_R9904400)) AND ((@IsNull_R9904600 = 1 AND [R9904600] IS NULL" + - ") OR ([R9904600] = @Original_R9904600)) AND ((@IsNull_R9904601 = 1 AND [R9904601" + - "] IS NULL) OR ([R9904601] = @Original_R9904601)) AND ((@IsNull_R9905200 = 1 AND " + - "[R9905200] IS NULL) OR ([R9905200] = @Original_R9905200)) AND ((@IsNull_R9905400" + - " = 1 AND [R9905400] IS NULL) OR ([R9905400] = @Original_R9905400)) AND ((@IsNull" + - "_R9905401 = 1 AND [R9905401] IS NULL) OR ([R9905401] = @Original_R9905401)) AND " + - "((@IsNull_R9906000 = 1 AND [R9906000] IS NULL) OR ([R9906000] = @Original_R99060" + - "00)) AND ((@IsNull_R9906600 = 1 AND [R9906600] IS NULL) OR ([R9906600] = @Origin" + - "al_R9906600)) AND ((@IsNull_R9907200 = 1 AND [R9907200] IS NULL) OR ([R9907200] " + - "= @Original_R9907200)) AND ((@IsNull_R9907800 = 1 AND [R9907800] IS NULL) OR ([R" + - "9907800] = @Original_R9907800)) AND ((@IsNull_R9908000 = 1 AND [R9908000] IS NUL" + - "L) OR ([R9908000] = @Original_R9908000)) AND ((@IsNull_R9911200 = 1 AND [R991120" + - "0] IS NULL) OR ([R9911200] = @Original_R9911200)) AND ((@IsNull_R9911201 = 1 AND" + - " [R9911201] IS NULL) OR ([R9911201] = @Original_R9911201)) AND ((@IsNull_T033730" + - "0 = 1 AND [T0337300] IS NULL) OR ([T0337300] = @Original_T0337300)) AND ((@IsNul" + - "l_T0337400 = 1 AND [T0337400] IS NULL) OR ([T0337400] = @Original_T0337400)) AND" + - " ((@IsNull_T0337500 = 1 AND [T0337500] IS NULL) OR ([T0337500] = @Original_T0337" + - "500)) AND ((@IsNull_T0337600 = 1 AND [T0337600] IS NULL) OR ([T0337600] = @Origi" + - "nal_T0337600)) AND ((@IsNull_T0337700 = 1 AND [T0337700] IS NULL) OR ([T0337700]" + - " = @Original_T0337700)) AND ((@IsNull_T0337800 = 1 AND [T0337800] IS NULL) OR ([" + - "T0337800] = @Original_T0337800)) AND ((@IsNull_T0337900 = 1 AND [T0337900] IS NU" + - "LL) OR ([T0337900] = @Original_T0337900)) AND ((@IsNull_T0338000 = 1 AND [T03380" + - "00] IS NULL) OR ([T0338000] = @Original_T0338000)) AND ((@IsNull_T0338100 = 1 AN" + - "D [T0338100] IS NULL) OR ([T0338100] = @Original_T0338100)) AND ((@IsNull_T03382" + - "00 = 1 AND [T0338200] IS NULL) OR ([T0338200] = @Original_T0338200)) AND ((@IsNu" + - "ll_T0338300 = 1 AND [T0338300] IS NULL) OR ([T0338300] = @Original_T0338300)) AN" + - "D ((@IsNull_T0338400 = 1 AND [T0338400] IS NULL) OR ([T0338400] = @Original_T033" + - "8400)) AND ((@IsNull_T0338500 = 1 AND [T0338500] IS NULL) OR ([T0338500] = @Orig" + - "inal_T0338500)) AND ((@IsNull_T0338600 = 1 AND [T0338600] IS NULL) OR ([T0338600" + - "] = @Original_T0338600)) AND ((@IsNull_T1486900 = 1 AND [T1486900] IS NULL) OR (" + - "[T1486900] = @Original_T1486900)) AND ((@IsNull_T1487000 = 1 AND [T1487000] IS N" + - "ULL) OR ([T1487000] = @Original_T1487000)) AND ((@IsNull_T1487100 = 1 AND [T1487" + - "100] IS NULL) OR ([T1487100] = @Original_T1487100)) AND ((@IsNull_T1487200 = 1 A" + - "ND [T1487200] IS NULL) OR ([T1487200] = @Original_T1487200)) AND ((@IsNull_T1487" + - "300 = 1 AND [T1487300] IS NULL) OR ([T1487300] = @Original_T1487300)) AND ((@IsN" + - "ull_T1487400 = 1 AND [T1487400] IS NULL) OR ([T1487400] = @Original_T1487400)) A" + - "ND ((@IsNull_T1487500 = 1 AND [T1487500] IS NULL) OR ([T1487500] = @Original_T14" + - "87500)) AND ((@IsNull_T1487600 = 1 AND [T1487600] IS NULL) OR ([T1487600] = @Ori" + - "ginal_T1487600)) AND ((@IsNull_T1487700 = 1 AND [T1487700] IS NULL) OR ([T148770" + - "0] = @Original_T1487700)) AND ((@IsNull_T1487800 = 1 AND [T1487800] IS NULL) OR " + - "([T1487800] = @Original_T1487800)) AND ((@IsNull_T2217700 = 1 AND [T2217700] IS " + - "NULL) OR ([T2217700] = @Original_T2217700)) AND ((@IsNull_T2533500 = 1 AND [T253" + - "3500] IS NULL) OR ([T2533500] = @Original_T2533500)) AND ((@IsNull_T2533600 = 1 " + - "AND [T2533600] IS NULL) OR ([T2533600] = @Original_T2533600)) AND ((@IsNull_T253" + - "3700 = 1 AND [T2533700] IS NULL) OR ([T2533700] = @Original_T2533700)) AND ((@Is" + - "Null_T2533800 = 1 AND [T2533800] IS NULL) OR ([T2533800] = @Original_T2533800)) " + - "AND ((@IsNull_T2533900 = 1 AND [T2533900] IS NULL) OR ([T2533900] = @Original_T2" + - "533900)) AND ((@IsNull_T2534000 = 1 AND [T2534000] IS NULL) OR ([T2534000] = @Or" + - "iginal_T2534000)) AND ((@IsNull_T2534100 = 1 AND [T2534100] IS NULL) OR ([T25341" + - "00] = @Original_T2534100)) AND ((@IsNull_T2534200 = 1 AND [T2534200] IS NULL) OR" + - " ([T2534200] = @Original_T2534200)) AND ((@IsNull_T2534300 = 1 AND [T2534300] IS" + - " NULL) OR ([T2534300] = @Original_T2534300)) AND ((@IsNull_T2534400 = 1 AND [T25" + - "34400] IS NULL) OR ([T2534400] = @Original_T2534400)) AND ((@IsNull_T2534500 = 1" + - " AND [T2534500] IS NULL) OR ([T2534500] = @Original_T2534500)))"; + this._adapter.DeleteCommand.CommandText = @"DELETE FROM [Extract].[tblGen2OutcomesWeight] WHERE (([C0000100] = @Original_C0000100) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Original_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300] = @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([C0005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NULL) OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_Y0308500 = 1 AND [Y0308500] IS NULL) OR ([Y0308500] = @Original_Y0308500)) AND ((@IsNull_Y0904100 = 1 AND [Y0904100] IS NULL) OR ([Y0904100] = @Original_Y0904100)) AND ((@IsNull_Y1151000 = 1 AND [Y1151000] IS NULL) OR ([Y1151000] = @Original_Y1151000)) AND ((@IsNull_Y1386000 = 1 AND [Y1386000] IS NULL) OR ([Y1386000] = @Original_Y1386000)) AND ((@IsNull_Y1637700 = 1 AND [Y1637700] IS NULL) OR ([Y1637700] = @Original_Y1637700)) AND ((@IsNull_Y1891300 = 1 AND [Y1891300] IS NULL) OR ([Y1891300] = @Original_Y1891300)) AND ((@IsNull_Y2207200 = 1 AND [Y2207200] IS NULL) OR ([Y2207200] = @Original_Y2207200)) AND ((@IsNull_Y2544900 = 1 AND [Y2544900] IS NULL) OR ([Y2544900] = @Original_Y2544900)))"; this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0173600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0173600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0173600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0173600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4825700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4825700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4825700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4825700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4826000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4826000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4826100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4826100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4826300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4826300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4826500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4826500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4826800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4826800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5495900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5495900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5495900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5495900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5496200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5496200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5496300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5496300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5496500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5496500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5496700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5496700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5497000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5497000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5497000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5497000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5497200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5497200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6210700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6210700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6210800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6210800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6210900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6210900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6211500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6211500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6211600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6211600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6211700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6211700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6211800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6211800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6211900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6211900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6212200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6212200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6212200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6212200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6212300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6212300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6212300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6212300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6764100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6764100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6764200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6764200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6764900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6764900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6765000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6765000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6765100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6765100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6765200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6765200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6765600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6765600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6765700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6765700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6765800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6765800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6839600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6839600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7408300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7408300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7408400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7408400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7408500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7408500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7409200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7409200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7409300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7409300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7409400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7409400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7409500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7409500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7409900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7409900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7410000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7410000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7410000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7410000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7410100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7410100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7410100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7410100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7548600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7548600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7548600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7548600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8106400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8106400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8106500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8106500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8106600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8106600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8106700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8106700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8106800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8106800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8106900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8106900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8107000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8107000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8107100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8107100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8107200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8107200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8255400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8255400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8255400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8255400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9900400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9900400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9900600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9900600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9900601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9900601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9901200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9901200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9901400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9901400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9901401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9901401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9902000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9902000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9902200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9902200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9902201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9902201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9902800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9902800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9903000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9903000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9903001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9903001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9903600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9903600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9903800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9903800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9903801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9903801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9904400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9904400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9904600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9904600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9904601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9904601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9905200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9905200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9905400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9905400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9905401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9905401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9906000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9906000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9906000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9906000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9906600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9906600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9906600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9906600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9907200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9907200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9907200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9907200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9907800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9907800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9907800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9907800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9908000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9908000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9908000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9908000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9911200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9911200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9911200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9911200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9911201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9911201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9911201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9911201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1486900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1486900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1486900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1486900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2217700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2217700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2217700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2217700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2533500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2533500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2533600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2533600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2533700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2533700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2533800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2533800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2533900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2533900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2534000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2534000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2534100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2534100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2534200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2534200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2534300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2534300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2534400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2534400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2534500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2534500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0308500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0308500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0904100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0904100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0904100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0904100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1151000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1151000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1151000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1151000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1386000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1386000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1386000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1386000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1637700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1637700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1891300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1891300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2207200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2207200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2544900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2544900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544900", 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 [Extract].[tblGen2LinksFromGen1] ([R0000100], [R0173600], [R0214700]," + - " [R0214800], [R4825700], [R4826000], [R4826100], [R4826300], [R4826500], [R48268" + - "00], [R5495900], [R5496200], [R5496300], [R5496500], [R5496700], [R5497000], [R5" + - "497200], [R6210700], [R6210800], [R6210900], [R6211500], [R6211600], [R6211700]," + - " [R6211800], [R6211900], [R6212200], [R6212300], [R6764000], [R6764100], [R67642" + - "00], [R6764900], [R6765000], [R6765100], [R6765200], [R6765600], [R6765700], [R6" + - "765800], [R6839600], [R7408300], [R7408400], [R7408500], [R7409200], [R7409300]," + - " [R7409400], [R7409500], [R7409900], [R7410000], [R7410100], [R7548600], [R81064" + - "00], [R8106500], [R8106600], [R8106700], [R8106800], [R8106900], [R8107000], [R8" + - "107100], [R8107200], [R8255400], [R9900400], [R9900600], [R9900601], [R9901200]," + - " [R9901400], [R9901401], [R9902000], [R9902200], [R9902201], [R9902800], [R99030" + - "00], [R9903001], [R9903600], [R9903800], [R9903801], [R9904400], [R9904600], [R9" + - "904601], [R9905200], [R9905400], [R9905401], [R9906000], [R9906600], [R9907200]," + - " [R9907800], [R9908000], [R9911200], [R9911201], [T0337300], [T0337400], [T03375" + - "00], [T0337600], [T0337700], [T0337800], [T0337900], [T0338000], [T0338100], [T0" + - "338200], [T0338300], [T0338400], [T0338500], [T0338600], [T1486900], [T1487000]," + - " [T1487100], [T1487200], [T1487300], [T1487400], [T1487500], [T1487600], [T14877" + - "00], [T1487800], [T2217700], [T2533500], [T2533600], [T2533700], [T2533800], [T2" + - "533900], [T2534000], [T2534100], [T2534200], [T2534300], [T2534400], [T2534500])" + - " VALUES (@R0000100, @R0173600, @R0214700, @R0214800, @R4825700, @R4826000, @R482" + - "6100, @R4826300, @R4826500, @R4826800, @R5495900, @R5496200, @R5496300, @R549650" + - "0, @R5496700, @R5497000, @R5497200, @R6210700, @R6210800, @R6210900, @R6211500, " + - "@R6211600, @R6211700, @R6211800, @R6211900, @R6212200, @R6212300, @R6764000, @R6" + - "764100, @R6764200, @R6764900, @R6765000, @R6765100, @R6765200, @R6765600, @R6765" + - "700, @R6765800, @R6839600, @R7408300, @R7408400, @R7408500, @R7409200, @R7409300" + - ", @R7409400, @R7409500, @R7409900, @R7410000, @R7410100, @R7548600, @R8106400, @" + - "R8106500, @R8106600, @R8106700, @R8106800, @R8106900, @R8107000, @R8107100, @R81" + - "07200, @R8255400, @R9900400, @R9900600, @R9900601, @R9901200, @R9901400, @R99014" + - "01, @R9902000, @R9902200, @R9902201, @R9902800, @R9903000, @R9903001, @R9903600," + - " @R9903800, @R9903801, @R9904400, @R9904600, @R9904601, @R9905200, @R9905400, @R" + - "9905401, @R9906000, @R9906600, @R9907200, @R9907800, @R9908000, @R9911200, @R991" + - "1201, @T0337300, @T0337400, @T0337500, @T0337600, @T0337700, @T0337800, @T033790" + - "0, @T0338000, @T0338100, @T0338200, @T0338300, @T0338400, @T0338500, @T0338600, " + - "@T1486900, @T1487000, @T1487100, @T1487200, @T1487300, @T1487400, @T1487500, @T1" + - "487600, @T1487700, @T1487800, @T2217700, @T2533500, @T2533600, @T2533700, @T2533" + - "800, @T2533900, @T2534000, @T2534100, @T2534200, @T2534300, @T2534400, @T2534500" + - ");\r\nSELECT R0000100, R0173600, R0214700, R0214800, R4825700, R4826000, R4826100," + - " R4826300, R4826500, R4826800, R5495900, R5496200, R5496300, R5496500, R5496700," + - " R5497000, R5497200, R6210700, R6210800, R6210900, R6211500, R6211600, R6211700," + - " R6211800, R6211900, R6212200, R6212300, R6764000, R6764100, R6764200, R6764900," + - " R6765000, R6765100, R6765200, R6765600, R6765700, R6765800, R6839600, R7408300," + - " R7408400, R7408500, R7409200, R7409300, R7409400, R7409500, R7409900, R7410000," + - " R7410100, R7548600, R8106400, R8106500, R8106600, R8106700, R8106800, R8106900," + - " R8107000, R8107100, R8107200, R8255400, R9900400, R9900600, R9900601, R9901200," + - " R9901400, R9901401, R9902000, R9902200, R9902201, R9902800, R9903000, R9903001," + - " R9903600, R9903800, R9903801, R9904400, R9904600, R9904601, R9905200, R9905400," + - " R9905401, R9906000, R9906600, R9907200, R9907800, R9908000, R9911200, R9911201," + - " T0337300, T0337400, T0337500, T0337600, T0337700, T0337800, T0337900, T0338000," + - " T0338100, T0338200, T0338300, T0338400, T0338500, T0338600, T1486900, T1487000," + - " T1487100, T1487200, T1487300, T1487400, T1487500, T1487600, T1487700, T1487800," + - " T2217700, T2533500, T2533600, T2533700, T2533800, T2533900, T2534000, T2534100," + - " T2534200, T2534300, T2534400, T2534500 FROM Extract.tblGen2LinksFromGen1 WHERE " + - "(R0000100 = @R0000100)"; + this._adapter.InsertCommand.CommandText = @"INSERT INTO [Extract].[tblGen2OutcomesWeight] ([C0000100], [C0000200], [C0005300], [C0005400], [C0005700], [Y0308500], [Y0904100], [Y1151000], [Y1386000], [Y1637700], [Y1891300], [Y2207200], [Y2544900]) VALUES (@C0000100, @C0000200, @C0005300, @C0005400, @C0005700, @Y0308500, @Y0904100, @Y1151000, @Y1386000, @Y1637700, @Y1891300, @Y2207200, @Y2544900); +SELECT C0000100, C0000200, C0005300, C0005400, C0005700, Y0308500, Y0904100, Y1151000, Y1386000, Y1637700, Y1891300, Y2207200, Y2544900 FROM Extract.tblGen2OutcomesWeight WHERE (C0000100 = @C0000100)"; this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0173600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0173600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4825700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4825700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4826000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4826100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4826300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4826500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4826800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5495900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5495900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5496200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5496300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5496500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5496700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5497000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5497000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5497200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6210700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6210800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6210900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6211500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6211600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6211700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6211800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6211900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6212200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6212200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6212300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6212300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6764100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6764200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6764900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6765000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6765100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6765200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6765600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6765700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6765800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6839600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7408300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7408400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7408500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7409200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7409300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7409400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7409500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7409900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7410000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7410000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7410100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7410100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7548600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7548600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8106400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8106500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8106600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8106700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8106800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8106900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8107000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8107100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8107200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8255400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8255400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9900400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9900600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9900601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9901200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9901400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9901401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9902000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9902200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9902201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9902800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9903000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9903001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9903600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9903800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9903801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9904400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9904600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9904601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9905200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9905400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9905401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9906000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9906000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9906600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9906600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9907200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9907200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9907800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9907800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9908000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9908000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9911200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9911200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9911201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9911201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1486900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1486900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2217700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2217700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2533500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2533600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2533700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2533800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2533900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2534000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2534100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2534200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2534300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2534400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2534500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0308500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0904100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0904100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1151000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1151000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1386000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1386000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1637700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1891300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2207200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2544900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544900", 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 [Extract].[tblGen2LinksFromGen1] SET [R0000100] = @R0000100, [R0173600] = " + - "@R0173600, [R0214700] = @R0214700, [R0214800] = @R0214800, [R4825700] = @R482570" + - "0, [R4826000] = @R4826000, [R4826100] = @R4826100, [R4826300] = @R4826300, [R482" + - "6500] = @R4826500, [R4826800] = @R4826800, [R5495900] = @R5495900, [R5496200] = " + - "@R5496200, [R5496300] = @R5496300, [R5496500] = @R5496500, [R5496700] = @R549670" + - "0, [R5497000] = @R5497000, [R5497200] = @R5497200, [R6210700] = @R6210700, [R621" + - "0800] = @R6210800, [R6210900] = @R6210900, [R6211500] = @R6211500, [R6211600] = " + - "@R6211600, [R6211700] = @R6211700, [R6211800] = @R6211800, [R6211900] = @R621190" + - "0, [R6212200] = @R6212200, [R6212300] = @R6212300, [R6764000] = @R6764000, [R676" + - "4100] = @R6764100, [R6764200] = @R6764200, [R6764900] = @R6764900, [R6765000] = " + - "@R6765000, [R6765100] = @R6765100, [R6765200] = @R6765200, [R6765600] = @R676560" + - "0, [R6765700] = @R6765700, [R6765800] = @R6765800, [R6839600] = @R6839600, [R740" + - "8300] = @R7408300, [R7408400] = @R7408400, [R7408500] = @R7408500, [R7409200] = " + - "@R7409200, [R7409300] = @R7409300, [R7409400] = @R7409400, [R7409500] = @R740950" + - "0, [R7409900] = @R7409900, [R7410000] = @R7410000, [R7410100] = @R7410100, [R754" + - "8600] = @R7548600, [R8106400] = @R8106400, [R8106500] = @R8106500, [R8106600] = " + - "@R8106600, [R8106700] = @R8106700, [R8106800] = @R8106800, [R8106900] = @R810690" + - "0, [R8107000] = @R8107000, [R8107100] = @R8107100, [R8107200] = @R8107200, [R825" + - "5400] = @R8255400, [R9900400] = @R9900400, [R9900600] = @R9900600, [R9900601] = " + - "@R9900601, [R9901200] = @R9901200, [R9901400] = @R9901400, [R9901401] = @R990140" + - "1, [R9902000] = @R9902000, [R9902200] = @R9902200, [R9902201] = @R9902201, [R990" + - "2800] = @R9902800, [R9903000] = @R9903000, [R9903001] = @R9903001, [R9903600] = " + - "@R9903600, [R9903800] = @R9903800, [R9903801] = @R9903801, [R9904400] = @R990440" + - "0, [R9904600] = @R9904600, [R9904601] = @R9904601, [R9905200] = @R9905200, [R990" + - "5400] = @R9905400, [R9905401] = @R9905401, [R9906000] = @R9906000, [R9906600] = " + - "@R9906600, [R9907200] = @R9907200, [R9907800] = @R9907800, [R9908000] = @R990800" + - "0, [R9911200] = @R9911200, [R9911201] = @R9911201, [T0337300] = @T0337300, [T033" + - "7400] = @T0337400, [T0337500] = @T0337500, [T0337600] = @T0337600, [T0337700] = " + - "@T0337700, [T0337800] = @T0337800, [T0337900] = @T0337900, [T0338000] = @T033800" + - "0, [T0338100] = @T0338100, [T0338200] = @T0338200, [T0338300] = @T0338300, [T033" + - "8400] = @T0338400, [T0338500] = @T0338500, [T0338600] = @T0338600, [T1486900] = " + - "@T1486900, [T1487000] = @T1487000, [T1487100] = @T1487100, [T1487200] = @T148720" + - "0, [T1487300] = @T1487300, [T1487400] = @T1487400, [T1487500] = @T1487500, [T148" + - "7600] = @T1487600, [T1487700] = @T1487700, [T1487800] = @T1487800, [T2217700] = " + - "@T2217700, [T2533500] = @T2533500, [T2533600] = @T2533600, [T2533700] = @T253370" + - "0, [T2533800] = @T2533800, [T2533900] = @T2533900, [T2534000] = @T2534000, [T253" + - "4100] = @T2534100, [T2534200] = @T2534200, [T2534300] = @T2534300, [T2534400] = " + - "@T2534400, [T2534500] = @T2534500 WHERE (([R0000100] = @Original_R0000100) AND (" + - "(@IsNull_R0173600 = 1 AND [R0173600] IS NULL) OR ([R0173600] = @Original_R017360" + - "0)) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Origina" + - "l_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] =" + - " @Original_R0214800)) AND ((@IsNull_R4825700 = 1 AND [R4825700] IS NULL) OR ([R4" + - "825700] = @Original_R4825700)) AND ((@IsNull_R4826000 = 1 AND [R4826000] IS NULL" + - ") OR ([R4826000] = @Original_R4826000)) AND ((@IsNull_R4826100 = 1 AND [R4826100" + - "] IS NULL) OR ([R4826100] = @Original_R4826100)) AND ((@IsNull_R4826300 = 1 AND " + - "[R4826300] IS NULL) OR ([R4826300] = @Original_R4826300)) AND ((@IsNull_R4826500" + - " = 1 AND [R4826500] IS NULL) OR ([R4826500] = @Original_R4826500)) AND ((@IsNull" + - "_R4826800 = 1 AND [R4826800] IS NULL) OR ([R4826800] = @Original_R4826800)) AND " + - "((@IsNull_R5495900 = 1 AND [R5495900] IS NULL) OR ([R5495900] = @Original_R54959" + - "00)) AND ((@IsNull_R5496200 = 1 AND [R5496200] IS NULL) OR ([R5496200] = @Origin" + - "al_R5496200)) AND ((@IsNull_R5496300 = 1 AND [R5496300] IS NULL) OR ([R5496300] " + - "= @Original_R5496300)) AND ((@IsNull_R5496500 = 1 AND [R5496500] IS NULL) OR ([R" + - "5496500] = @Original_R5496500)) AND ((@IsNull_R5496700 = 1 AND [R5496700] IS NUL" + - "L) OR ([R5496700] = @Original_R5496700)) AND ((@IsNull_R5497000 = 1 AND [R549700" + - "0] IS NULL) OR ([R5497000] = @Original_R5497000)) AND ((@IsNull_R5497200 = 1 AND" + - " [R5497200] IS NULL) OR ([R5497200] = @Original_R5497200)) AND ((@IsNull_R621070" + - "0 = 1 AND [R6210700] IS NULL) OR ([R6210700] = @Original_R6210700)) AND ((@IsNul" + - "l_R6210800 = 1 AND [R6210800] IS NULL) OR ([R6210800] = @Original_R6210800)) AND" + - " ((@IsNull_R6210900 = 1 AND [R6210900] IS NULL) OR ([R6210900] = @Original_R6210" + - "900)) AND ((@IsNull_R6211500 = 1 AND [R6211500] IS NULL) OR ([R6211500] = @Origi" + - "nal_R6211500)) AND ((@IsNull_R6211600 = 1 AND [R6211600] IS NULL) OR ([R6211600]" + - " = @Original_R6211600)) AND ((@IsNull_R6211700 = 1 AND [R6211700] IS NULL) OR ([" + - "R6211700] = @Original_R6211700)) AND ((@IsNull_R6211800 = 1 AND [R6211800] IS NU" + - "LL) OR ([R6211800] = @Original_R6211800)) AND ((@IsNull_R6211900 = 1 AND [R62119" + - "00] IS NULL) OR ([R6211900] = @Original_R6211900)) AND ((@IsNull_R6212200 = 1 AN" + - "D [R6212200] IS NULL) OR ([R6212200] = @Original_R6212200)) AND ((@IsNull_R62123" + - "00 = 1 AND [R6212300] IS NULL) OR ([R6212300] = @Original_R6212300)) AND ((@IsNu" + - "ll_R6764000 = 1 AND [R6764000] IS NULL) OR ([R6764000] = @Original_R6764000)) AN" + - "D ((@IsNull_R6764100 = 1 AND [R6764100] IS NULL) OR ([R6764100] = @Original_R676" + - "4100)) AND ((@IsNull_R6764200 = 1 AND [R6764200] IS NULL) OR ([R6764200] = @Orig" + - "inal_R6764200)) AND ((@IsNull_R6764900 = 1 AND [R6764900] IS NULL) OR ([R6764900" + - "] = @Original_R6764900)) AND ((@IsNull_R6765000 = 1 AND [R6765000] IS NULL) OR (" + - "[R6765000] = @Original_R6765000)) AND ((@IsNull_R6765100 = 1 AND [R6765100] IS N" + - "ULL) OR ([R6765100] = @Original_R6765100)) AND ((@IsNull_R6765200 = 1 AND [R6765" + - "200] IS NULL) OR ([R6765200] = @Original_R6765200)) AND ((@IsNull_R6765600 = 1 A" + - "ND [R6765600] IS NULL) OR ([R6765600] = @Original_R6765600)) AND ((@IsNull_R6765" + - "700 = 1 AND [R6765700] IS NULL) OR ([R6765700] = @Original_R6765700)) AND ((@IsN" + - "ull_R6765800 = 1 AND [R6765800] IS NULL) OR ([R6765800] = @Original_R6765800)) A" + - "ND ((@IsNull_R6839600 = 1 AND [R6839600] IS NULL) OR ([R6839600] = @Original_R68" + - "39600)) AND ((@IsNull_R7408300 = 1 AND [R7408300] IS NULL) OR ([R7408300] = @Ori" + - "ginal_R7408300)) AND ((@IsNull_R7408400 = 1 AND [R7408400] IS NULL) OR ([R740840" + - "0] = @Original_R7408400)) AND ((@IsNull_R7408500 = 1 AND [R7408500] IS NULL) OR " + - "([R7408500] = @Original_R7408500)) AND ((@IsNull_R7409200 = 1 AND [R7409200] IS " + - "NULL) OR ([R7409200] = @Original_R7409200)) AND ((@IsNull_R7409300 = 1 AND [R740" + - "9300] IS NULL) OR ([R7409300] = @Original_R7409300)) AND ((@IsNull_R7409400 = 1 " + - "AND [R7409400] IS NULL) OR ([R7409400] = @Original_R7409400)) AND ((@IsNull_R740" + - "9500 = 1 AND [R7409500] IS NULL) OR ([R7409500] = @Original_R7409500)) AND ((@Is" + - "Null_R7409900 = 1 AND [R7409900] IS NULL) OR ([R7409900] = @Original_R7409900)) " + - "AND ((@IsNull_R7410000 = 1 AND [R7410000] IS NULL) OR ([R7410000] = @Original_R7" + - "410000)) AND ((@IsNull_R7410100 = 1 AND [R7410100] IS NULL) OR ([R7410100] = @Or" + - "iginal_R7410100)) AND ((@IsNull_R7548600 = 1 AND [R7548600] IS NULL) OR ([R75486" + - "00] = @Original_R7548600)) AND ((@IsNull_R8106400 = 1 AND [R8106400] IS NULL) OR" + - " ([R8106400] = @Original_R8106400)) AND ((@IsNull_R8106500 = 1 AND [R8106500] IS" + - " NULL) OR ([R8106500] = @Original_R8106500)) AND ((@IsNull_R8106600 = 1 AND [R81" + - "06600] IS NULL) OR ([R8106600] = @Original_R8106600)) AND ((@IsNull_R8106700 = 1" + - " AND [R8106700] IS NULL) OR ([R8106700] = @Original_R8106700)) AND ((@IsNull_R81" + - "06800 = 1 AND [R8106800] IS NULL) OR ([R8106800] = @Original_R8106800)) AND ((@I" + - "sNull_R8106900 = 1 AND [R8106900] IS NULL) OR ([R8106900] = @Original_R8106900))" + - " AND ((@IsNull_R8107000 = 1 AND [R8107000] IS NULL) OR ([R8107000] = @Original_R" + - "8107000)) AND ((@IsNull_R8107100 = 1 AND [R8107100] IS NULL) OR ([R8107100] = @O" + - "riginal_R8107100)) AND ((@IsNull_R8107200 = 1 AND [R8107200] IS NULL) OR ([R8107" + - "200] = @Original_R8107200)) AND ((@IsNull_R8255400 = 1 AND [R8255400] IS NULL) O" + - "R ([R8255400] = @Original_R8255400)) AND ((@IsNull_R9900400 = 1 AND [R9900400] I" + - "S NULL) OR ([R9900400] = @Original_R9900400)) AND ((@IsNull_R9900600 = 1 AND [R9" + - "900600] IS NULL) OR ([R9900600] = @Original_R9900600)) AND ((@IsNull_R9900601 = " + - "1 AND [R9900601] IS NULL) OR ([R9900601] = @Original_R9900601)) AND ((@IsNull_R9" + - "901200 = 1 AND [R9901200] IS NULL) OR ([R9901200] = @Original_R9901200)) AND ((@" + - "IsNull_R9901400 = 1 AND [R9901400] IS NULL) OR ([R9901400] = @Original_R9901400)" + - ") AND ((@IsNull_R9901401 = 1 AND [R9901401] IS NULL) OR ([R9901401] = @Original_" + - "R9901401)) AND ((@IsNull_R9902000 = 1 AND [R9902000] IS NULL) OR ([R9902000] = @" + - "Original_R9902000)) AND ((@IsNull_R9902200 = 1 AND [R9902200] IS NULL) OR ([R990" + - "2200] = @Original_R9902200)) AND ((@IsNull_R9902201 = 1 AND [R9902201] IS NULL) " + - "OR ([R9902201] = @Original_R9902201)) AND ((@IsNull_R9902800 = 1 AND [R9902800] " + - "IS NULL) OR ([R9902800] = @Original_R9902800)) AND ((@IsNull_R9903000 = 1 AND [R" + - "9903000] IS NULL) OR ([R9903000] = @Original_R9903000)) AND ((@IsNull_R9903001 =" + - " 1 AND [R9903001] IS NULL) OR ([R9903001] = @Original_R9903001)) AND ((@IsNull_R" + - "9903600 = 1 AND [R9903600] IS NULL) OR ([R9903600] = @Original_R9903600)) AND ((" + - "@IsNull_R9903800 = 1 AND [R9903800] IS NULL) OR ([R9903800] = @Original_R9903800" + - ")) AND ((@IsNull_R9903801 = 1 AND [R9903801] IS NULL) OR ([R9903801] = @Original" + - "_R9903801)) AND ((@IsNull_R9904400 = 1 AND [R9904400] IS NULL) OR ([R9904400] = " + - "@Original_R9904400)) AND ((@IsNull_R9904600 = 1 AND [R9904600] IS NULL) OR ([R99" + - "04600] = @Original_R9904600)) AND ((@IsNull_R9904601 = 1 AND [R9904601] IS NULL)" + - " OR ([R9904601] = @Original_R9904601)) AND ((@IsNull_R9905200 = 1 AND [R9905200]" + - " IS NULL) OR ([R9905200] = @Original_R9905200)) AND ((@IsNull_R9905400 = 1 AND [" + - "R9905400] IS NULL) OR ([R9905400] = @Original_R9905400)) AND ((@IsNull_R9905401 " + - "= 1 AND [R9905401] IS NULL) OR ([R9905401] = @Original_R9905401)) AND ((@IsNull_" + - "R9906000 = 1 AND [R9906000] IS NULL) OR ([R9906000] = @Original_R9906000)) AND (" + - "(@IsNull_R9906600 = 1 AND [R9906600] IS NULL) OR ([R9906600] = @Original_R990660" + - "0)) AND ((@IsNull_R9907200 = 1 AND [R9907200] IS NULL) OR ([R9907200] = @Origina" + - "l_R9907200)) AND ((@IsNull_R9907800 = 1 AND [R9907800] IS NULL) OR ([R9907800] =" + - " @Original_R9907800)) AND ((@IsNull_R9908000 = 1 AND [R9908000] IS NULL) OR ([R9" + - "908000] = @Original_R9908000)) AND ((@IsNull_R9911200 = 1 AND [R9911200] IS NULL" + - ") OR ([R9911200] = @Original_R9911200)) AND ((@IsNull_R9911201 = 1 AND [R9911201" + - "] IS NULL) OR ([R9911201] = @Original_R9911201)) AND ((@IsNull_T0337300 = 1 AND " + - "[T0337300] IS NULL) OR ([T0337300] = @Original_T0337300)) AND ((@IsNull_T0337400" + - " = 1 AND [T0337400] IS NULL) OR ([T0337400] = @Original_T0337400)) AND ((@IsNull" + - "_T0337500 = 1 AND [T0337500] IS NULL) OR ([T0337500] = @Original_T0337500)) AND " + - "((@IsNull_T0337600 = 1 AND [T0337600] IS NULL) OR ([T0337600] = @Original_T03376" + - "00)) AND ((@IsNull_T0337700 = 1 AND [T0337700] IS NULL) OR ([T0337700] = @Origin" + - "al_T0337700)) AND ((@IsNull_T0337800 = 1 AND [T0337800] IS NULL) OR ([T0337800] " + - "= @Original_T0337800)) AND ((@IsNull_T0337900 = 1 AND [T0337900] IS NULL) OR ([T" + - "0337900] = @Original_T0337900)) AND ((@IsNull_T0338000 = 1 AND [T0338000] IS NUL" + - "L) OR ([T0338000] = @Original_T0338000)) AND ((@IsNull_T0338100 = 1 AND [T033810" + - "0] IS NULL) OR ([T0338100] = @Original_T0338100)) AND ((@IsNull_T0338200 = 1 AND" + - " [T0338200] IS NULL) OR ([T0338200] = @Original_T0338200)) AND ((@IsNull_T033830" + - "0 = 1 AND [T0338300] IS NULL) OR ([T0338300] = @Original_T0338300)) AND ((@IsNul" + - "l_T0338400 = 1 AND [T0338400] IS NULL) OR ([T0338400] = @Original_T0338400)) AND" + - " ((@IsNull_T0338500 = 1 AND [T0338500] IS NULL) OR ([T0338500] = @Original_T0338" + - "500)) AND ((@IsNull_T0338600 = 1 AND [T0338600] IS NULL) OR ([T0338600] = @Origi" + - "nal_T0338600)) AND ((@IsNull_T1486900 = 1 AND [T1486900] IS NULL) OR ([T1486900]" + - " = @Original_T1486900)) AND ((@IsNull_T1487000 = 1 AND [T1487000] IS NULL) OR ([" + - "T1487000] = @Original_T1487000)) AND ((@IsNull_T1487100 = 1 AND [T1487100] IS NU" + - "LL) OR ([T1487100] = @Original_T1487100)) AND ((@IsNull_T1487200 = 1 AND [T14872" + - "00] IS NULL) OR ([T1487200] = @Original_T1487200)) AND ((@IsNull_T1487300 = 1 AN" + - "D [T1487300] IS NULL) OR ([T1487300] = @Original_T1487300)) AND ((@IsNull_T14874" + - "00 = 1 AND [T1487400] IS NULL) OR ([T1487400] = @Original_T1487400)) AND ((@IsNu" + - "ll_T1487500 = 1 AND [T1487500] IS NULL) OR ([T1487500] = @Original_T1487500)) AN" + - "D ((@IsNull_T1487600 = 1 AND [T1487600] IS NULL) OR ([T1487600] = @Original_T148" + - "7600)) AND ((@IsNull_T1487700 = 1 AND [T1487700] IS NULL) OR ([T1487700] = @Orig" + - "inal_T1487700)) AND ((@IsNull_T1487800 = 1 AND [T1487800] IS NULL) OR ([T1487800" + - "] = @Original_T1487800)) AND ((@IsNull_T2217700 = 1 AND [T2217700] IS NULL) OR (" + - "[T2217700] = @Original_T2217700)) AND ((@IsNull_T2533500 = 1 AND [T2533500] IS N" + - "ULL) OR ([T2533500] = @Original_T2533500)) AND ((@IsNull_T2533600 = 1 AND [T2533" + - "600] IS NULL) OR ([T2533600] = @Original_T2533600)) AND ((@IsNull_T2533700 = 1 A" + - "ND [T2533700] IS NULL) OR ([T2533700] = @Original_T2533700)) AND ((@IsNull_T2533" + - "800 = 1 AND [T2533800] IS NULL) OR ([T2533800] = @Original_T2533800)) AND ((@IsN" + - "ull_T2533900 = 1 AND [T2533900] IS NULL) OR ([T2533900] = @Original_T2533900)) A" + - "ND ((@IsNull_T2534000 = 1 AND [T2534000] IS NULL) OR ([T2534000] = @Original_T25" + - "34000)) AND ((@IsNull_T2534100 = 1 AND [T2534100] IS NULL) OR ([T2534100] = @Ori" + - "ginal_T2534100)) AND ((@IsNull_T2534200 = 1 AND [T2534200] IS NULL) OR ([T253420" + - "0] = @Original_T2534200)) AND ((@IsNull_T2534300 = 1 AND [T2534300] IS NULL) OR " + - "([T2534300] = @Original_T2534300)) AND ((@IsNull_T2534400 = 1 AND [T2534400] IS " + - "NULL) OR ([T2534400] = @Original_T2534400)) AND ((@IsNull_T2534500 = 1 AND [T253" + - "4500] IS NULL) OR ([T2534500] = @Original_T2534500)));\r\nSELECT R0000100, R017360" + - "0, R0214700, R0214800, R4825700, R4826000, R4826100, R4826300, R4826500, R482680" + - "0, R5495900, R5496200, R5496300, R5496500, R5496700, R5497000, R5497200, R621070" + - "0, R6210800, R6210900, R6211500, R6211600, R6211700, R6211800, R6211900, R621220" + - "0, R6212300, R6764000, R6764100, R6764200, R6764900, R6765000, R6765100, R676520" + - "0, R6765600, R6765700, R6765800, R6839600, R7408300, R7408400, R7408500, R740920" + - "0, R7409300, R7409400, R7409500, R7409900, R7410000, R7410100, R7548600, R810640" + - "0, R8106500, R8106600, R8106700, R8106800, R8106900, R8107000, R8107100, R810720" + - "0, R8255400, R9900400, R9900600, R9900601, R9901200, R9901400, R9901401, R990200" + - "0, R9902200, R9902201, R9902800, R9903000, R9903001, R9903600, R9903800, R990380" + - "1, R9904400, R9904600, R9904601, R9905200, R9905400, R9905401, R9906000, R990660" + - "0, R9907200, R9907800, R9908000, R9911200, R9911201, T0337300, T0337400, T033750" + - "0, T0337600, T0337700, T0337800, T0337900, T0338000, T0338100, T0338200, T033830" + - "0, T0338400, T0338500, T0338600, T1486900, T1487000, T1487100, T1487200, T148730" + - "0, T1487400, T1487500, T1487600, T1487700, T1487800, T2217700, T2533500, T253360" + - "0, T2533700, T2533800, T2533900, T2534000, T2534100, T2534200, T2534300, T253440" + - "0, T2534500 FROM Extract.tblGen2LinksFromGen1 WHERE (R0000100 = @R0000100)"; + this._adapter.UpdateCommand.CommandText = "UPDATE [Extract].[tblGen2OutcomesWeight] SET [C0000100] = @C0000100, [C0000200] =" + + " @C0000200, [C0005300] = @C0005300, [C0005400] = @C0005400, [C0005700] = @C00057" + + "00, [Y0308500] = @Y0308500, [Y0904100] = @Y0904100, [Y1151000] = @Y1151000, [Y13" + + "86000] = @Y1386000, [Y1637700] = @Y1637700, [Y1891300] = @Y1891300, [Y2207200] =" + + " @Y2207200, [Y2544900] = @Y2544900 WHERE (([C0000100] = @Original_C0000100) AND " + + "((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Original_C00002" + + "00)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300] = @Origin" + + "al_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([C0005400] " + + "= @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NULL) OR ([C" + + "0005700] = @Original_C0005700)) AND ((@IsNull_Y0308500 = 1 AND [Y0308500] IS NUL" + + "L) OR ([Y0308500] = @Original_Y0308500)) AND ((@IsNull_Y0904100 = 1 AND [Y090410" + + "0] IS NULL) OR ([Y0904100] = @Original_Y0904100)) AND ((@IsNull_Y1151000 = 1 AND" + + " [Y1151000] IS NULL) OR ([Y1151000] = @Original_Y1151000)) AND ((@IsNull_Y138600" + + "0 = 1 AND [Y1386000] IS NULL) OR ([Y1386000] = @Original_Y1386000)) AND ((@IsNul" + + "l_Y1637700 = 1 AND [Y1637700] IS NULL) OR ([Y1637700] = @Original_Y1637700)) AND" + + " ((@IsNull_Y1891300 = 1 AND [Y1891300] IS NULL) OR ([Y1891300] = @Original_Y1891" + + "300)) AND ((@IsNull_Y2207200 = 1 AND [Y2207200] IS NULL) OR ([Y2207200] = @Origi" + + "nal_Y2207200)) AND ((@IsNull_Y2544900 = 1 AND [Y2544900] IS NULL) OR ([Y2544900]" + + " = @Original_Y2544900)));\r\nSELECT C0000100, C0000200, C0005300, C0005400, C00057" + + "00, Y0308500, Y0904100, Y1151000, Y1386000, Y1637700, Y1891300, Y2207200, Y25449" + + "00 FROM Extract.tblGen2OutcomesWeight WHERE (C0000100 = @C0000100)"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0173600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0173600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4825700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4825700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4826000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4826100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4826300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4826500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4826800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5495900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5495900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5496200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5496300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5496500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5496700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5497000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5497000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5497200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6210700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6210800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6210900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6211500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6211600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6211700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6211800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6211900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6212200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6212200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6212300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6212300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6764100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6764200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6764900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6765000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6765100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6765200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6765600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6765700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6765800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6839600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7408300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7408400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7408500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7409200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7409300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7409400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7409500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7409900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7410000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7410000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7410100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7410100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7548600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7548600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8106400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8106500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8106600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8106700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8106800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8106900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8107000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8107100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8107200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8255400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8255400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9900400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9900600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9900601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9901200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9901400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9901401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9902000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9902200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9902201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9902800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9903000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9903001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9903600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9903800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9903801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9904400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9904600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9904601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9905200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9905400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9905401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9906000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9906000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9906600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9906600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9907200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9907200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9907800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9907800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9908000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9908000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9911200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9911200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9911201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9911201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1486900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1486900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2217700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2217700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2533500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2533600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2533700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2533800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2533900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2534000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2534100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2534200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2534300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2534400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2534500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0173600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0173600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0173600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0173600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4825700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4825700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4825700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4825700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4826000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4826000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4826100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4826100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4826300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4826300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4826500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4826500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4826800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4826800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5495900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5495900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5495900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5495900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5496200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5496200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5496300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5496300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5496500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5496500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5496700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5496700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5497000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5497000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5497000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5497000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5497200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5497200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6210700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6210700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6210800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6210800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6210900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6210900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6211500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6211500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6211600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6211600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6211700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6211700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6211800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6211800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6211900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6211900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6212200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6212200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6212200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6212200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6212300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6212300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6212300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6212300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6764100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6764100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6764200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6764200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6764900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6764900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6765000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6765000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6765100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6765100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6765200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6765200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6765600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6765600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6765700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6765700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6765800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6765800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6839600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6839600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7408300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7408300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7408400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7408400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7408500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7408500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7409200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7409200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7409300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7409300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7409400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7409400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7409500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7409500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7409900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7409900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7410000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7410000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7410000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7410000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7410100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7410100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7410100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7410100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7548600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7548600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7548600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7548600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8106400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8106400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8106500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8106500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8106600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8106600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8106700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8106700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8106800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8106800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8106900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8106900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8107000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8107000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8107100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8107100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8107200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8107200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8255400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8255400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8255400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8255400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9900400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9900400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9900600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9900600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9900601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9900601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9901200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9901200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9901400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9901400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9901401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9901401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9902000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9902000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9902200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9902200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9902201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9902201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9902800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9902800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9903000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9903000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9903001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9903001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9903600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9903600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9903800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9903800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9903801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9903801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9904400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9904400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9904600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9904600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9904601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9904601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9905200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9905200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9905400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9905400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9905401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9905401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9906000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9906000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9906000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9906000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9906600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9906600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9906600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9906600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9907200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9907200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9907200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9907200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9907800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9907800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9907800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9907800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9908000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9908000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9908000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9908000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9911200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9911200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9911200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9911200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9911201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9911201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9911201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9911201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1486900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1486900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1486900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1486900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2217700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2217700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2217700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2217700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2533500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2533500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2533600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2533600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2533700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2533700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2533800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2533800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2533900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2533900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2534000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2534000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2534100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2534100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2534200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2534200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2534300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2534300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2534400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2534400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2534500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2534500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0308500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0904100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0904100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1151000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1151000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1386000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1386000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1637700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1891300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2207200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2544900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0308500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0308500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0308500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0904100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0904100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0904100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0904100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1151000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1151000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1151000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1151000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1386000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1386000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1386000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1386000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1637700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1637700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1637700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1891300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1891300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1891300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2207200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2207200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2207200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2544900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2544900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2544900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -110305,7 +107488,9 @@ 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 R0000100, R0173600, R0214700, R0214800, R4825700, R4826000, R4826100, R4826300, R4826500, R4826800, R5495900, R5496200, R5496300, R5496500, R5496700, R5497000, R5497200, R6210700, R6210800, R6210900, R6211500, R6211600, R6211700, R6211800, R6211900, R6212200, R6212300, R6764000, R6764100, R6764200, R6764900, R6765000, R6765100, R6765200, R6765600, R6765700, R6765800, R6839600, R7408300, R7408400, R7408500, R7409200, R7409300, R7409400, R7409500, R7409900, R7410000, R7410100, R7548600, R8106400, R8106500, R8106600, R8106700, R8106800, R8106900, R8107000, R8107100, R8107200, R8255400, R9900400, R9900600, R9900601, R9901200, R9901400, R9901401, R9902000, R9902200, R9902201, R9902800, R9903000, R9903001, R9903600, R9903800, R9903801, R9904400, R9904600, R9904601, R9905200, R9905400, R9905401, R9906000, R9906600, R9907200, R9907800, R9908000, R9911200, R9911201, T0337300, T0337400, T0337500, T0337600, T0337700, T0337800, T0337900, T0338000, T0338100, T0338200, T0338300, T0338400, T0338500, T0338600, T1486900, T1487000, T1487100, T1487200, T1487300, T1487400, T1487500, T1487600, T1487700, T1487800, T2217700, T2533500, T2533600, T2533700, T2533800, T2533900, T2534000, T2534100, T2534200, T2534300, T2534400, T2534500 FROM Extract.tblGen2LinksFromGen1"; + this._commandCollection[0].CommandText = "SELECT C0000100, C0000200, C0005300, C0005400, C0005700, Y0308500, Y0904100, Y115" + + "1000, Y1386000, Y1637700, Y1891300, Y2207200, Y2544900 FROM Extract.tblGen2Outco" + + "mesWeight"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; } @@ -110313,7 +107498,7 @@ private void InitCommandCollection() { [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(ImportDataSet.tblGen2LinksFromGen1DataTable dataTable) { + public virtual int Fill(ImportDataSet.tblGen2OutcomesWeightDataTable dataTable) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((this.ClearBeforeFill == true)) { dataTable.Clear(); @@ -110326,9 +107511,9 @@ public virtual int Fill(ImportDataSet.tblGen2LinksFromGen1DataTable dataTable) { [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 ImportDataSet.tblGen2LinksFromGen1DataTable GetData() { + public virtual ImportDataSet.tblGen2OutcomesWeightDataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; - ImportDataSet.tblGen2LinksFromGen1DataTable dataTable = new ImportDataSet.tblGen2LinksFromGen1DataTable(); + ImportDataSet.tblGen2OutcomesWeightDataTable dataTable = new ImportDataSet.tblGen2OutcomesWeightDataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -110336,7 +107521,7 @@ public virtual ImportDataSet.tblGen2LinksFromGen1DataTable GetData() { [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(ImportDataSet.tblGen2LinksFromGen1DataTable dataTable) { + public virtual int Update(ImportDataSet.tblGen2OutcomesWeightDataTable dataTable) { return this.Adapter.Update(dataTable); } @@ -110344,7 +107529,7 @@ public virtual int Update(ImportDataSet.tblGen2LinksFromGen1DataTable dataTable) [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(ImportDataSet dataSet) { - return this.Adapter.Update(dataSet, "tblGen2LinksFromGen1"); + return this.Adapter.Update(dataSet, "tblGen2OutcomesWeight"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -110366,1996 +107551,3029 @@ public virtual int Update(global::System.Data.DataRow[] dataRows) { [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( - int Original_R0000100, - global::System.Nullable Original_R0173600, - global::System.Nullable Original_R0214700, - global::System.Nullable Original_R0214800, - global::System.Nullable Original_R4825700, - global::System.Nullable Original_R4826000, - global::System.Nullable Original_R4826100, - global::System.Nullable Original_R4826300, - global::System.Nullable Original_R4826500, - global::System.Nullable Original_R4826800, - global::System.Nullable Original_R5495900, - global::System.Nullable Original_R5496200, - global::System.Nullable Original_R5496300, - global::System.Nullable Original_R5496500, - global::System.Nullable Original_R5496700, - global::System.Nullable Original_R5497000, - global::System.Nullable Original_R5497200, - global::System.Nullable Original_R6210700, - global::System.Nullable Original_R6210800, - global::System.Nullable Original_R6210900, - global::System.Nullable Original_R6211500, - global::System.Nullable Original_R6211600, - global::System.Nullable Original_R6211700, - global::System.Nullable Original_R6211800, - global::System.Nullable Original_R6211900, - global::System.Nullable Original_R6212200, - global::System.Nullable Original_R6212300, - global::System.Nullable Original_R6764000, - global::System.Nullable Original_R6764100, - global::System.Nullable Original_R6764200, - global::System.Nullable Original_R6764900, - global::System.Nullable Original_R6765000, - global::System.Nullable Original_R6765100, - global::System.Nullable Original_R6765200, - global::System.Nullable Original_R6765600, - global::System.Nullable Original_R6765700, - global::System.Nullable Original_R6765800, - global::System.Nullable Original_R6839600, - global::System.Nullable Original_R7408300, - global::System.Nullable Original_R7408400, - global::System.Nullable Original_R7408500, - global::System.Nullable Original_R7409200, - global::System.Nullable Original_R7409300, - global::System.Nullable Original_R7409400, - global::System.Nullable Original_R7409500, - global::System.Nullable Original_R7409900, - global::System.Nullable Original_R7410000, - global::System.Nullable Original_R7410100, - global::System.Nullable Original_R7548600, - global::System.Nullable Original_R8106400, - global::System.Nullable Original_R8106500, - global::System.Nullable Original_R8106600, - global::System.Nullable Original_R8106700, - global::System.Nullable Original_R8106800, - global::System.Nullable Original_R8106900, - global::System.Nullable Original_R8107000, - global::System.Nullable Original_R8107100, - global::System.Nullable Original_R8107200, - global::System.Nullable Original_R8255400, - global::System.Nullable Original_R9900400, - global::System.Nullable Original_R9900600, - global::System.Nullable Original_R9900601, - global::System.Nullable Original_R9901200, - global::System.Nullable Original_R9901400, - global::System.Nullable Original_R9901401, - global::System.Nullable Original_R9902000, - global::System.Nullable Original_R9902200, - global::System.Nullable Original_R9902201, - global::System.Nullable Original_R9902800, - global::System.Nullable Original_R9903000, - global::System.Nullable Original_R9903001, - global::System.Nullable Original_R9903600, - global::System.Nullable Original_R9903800, - global::System.Nullable Original_R9903801, - global::System.Nullable Original_R9904400, - global::System.Nullable Original_R9904600, - global::System.Nullable Original_R9904601, - global::System.Nullable Original_R9905200, - global::System.Nullable Original_R9905400, - global::System.Nullable Original_R9905401, - global::System.Nullable Original_R9906000, - global::System.Nullable Original_R9906600, - global::System.Nullable Original_R9907200, - global::System.Nullable Original_R9907800, - global::System.Nullable Original_R9908000, - global::System.Nullable Original_R9911200, - global::System.Nullable Original_R9911201, - global::System.Nullable Original_T0337300, - global::System.Nullable Original_T0337400, - global::System.Nullable Original_T0337500, - global::System.Nullable Original_T0337600, - global::System.Nullable Original_T0337700, - global::System.Nullable Original_T0337800, - global::System.Nullable Original_T0337900, - global::System.Nullable Original_T0338000, - global::System.Nullable Original_T0338100, - global::System.Nullable Original_T0338200, - global::System.Nullable Original_T0338300, - global::System.Nullable Original_T0338400, - global::System.Nullable Original_T0338500, - global::System.Nullable Original_T0338600, - global::System.Nullable Original_T1486900, - global::System.Nullable Original_T1487000, - global::System.Nullable Original_T1487100, - global::System.Nullable Original_T1487200, - global::System.Nullable Original_T1487300, - global::System.Nullable Original_T1487400, - global::System.Nullable Original_T1487500, - global::System.Nullable Original_T1487600, - global::System.Nullable Original_T1487700, - global::System.Nullable Original_T1487800, - global::System.Nullable Original_T2217700, - global::System.Nullable Original_T2533500, - global::System.Nullable Original_T2533600, - global::System.Nullable Original_T2533700, - global::System.Nullable Original_T2533800, - global::System.Nullable Original_T2533900, - global::System.Nullable Original_T2534000, - global::System.Nullable Original_T2534100, - global::System.Nullable Original_T2534200, - global::System.Nullable Original_T2534300, - global::System.Nullable Original_T2534400, - global::System.Nullable Original_T2534500) { - this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_R0000100)); - if ((Original_R0173600.HasValue == true)) { + public virtual int Delete(int Original_C0000100, global::System.Nullable Original_C0000200, global::System.Nullable Original_C0005300, global::System.Nullable Original_C0005400, global::System.Nullable Original_C0005700, global::System.Nullable Original_Y0308500, global::System.Nullable Original_Y0904100, global::System.Nullable Original_Y1151000, global::System.Nullable Original_Y1386000, global::System.Nullable Original_Y1637700, global::System.Nullable Original_Y1891300, global::System.Nullable Original_Y2207200, global::System.Nullable Original_Y2544900) { + this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_C0000100)); + if ((Original_C0000200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_R0173600.Value)); + this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_C0000200.Value)); } else { this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((Original_R0214700.HasValue == true)) { + if ((Original_C0005300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[4].Value = ((int)(Original_R0214700.Value)); + this.Adapter.DeleteCommand.Parameters[4].Value = ((int)(Original_C0005300.Value)); } else { this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((Original_R0214800.HasValue == true)) { + if ((Original_C0005400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_R0214800.Value)); + this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_C0005400.Value)); } else { this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((Original_R4825700.HasValue == true)) { + if ((Original_C0005700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[8].Value = ((int)(Original_R4825700.Value)); + this.Adapter.DeleteCommand.Parameters[8].Value = ((int)(Original_C0005700.Value)); } else { this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((Original_R4826000.HasValue == true)) { + if ((Original_Y0308500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_R4826000.Value)); + this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_Y0308500.Value)); } else { this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((Original_R4826100.HasValue == true)) { + if ((Original_Y0904100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[12].Value = ((int)(Original_R4826100.Value)); + this.Adapter.DeleteCommand.Parameters[12].Value = ((int)(Original_Y0904100.Value)); } else { this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((Original_R4826300.HasValue == true)) { + if ((Original_Y1151000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[14].Value = ((int)(Original_R4826300.Value)); + this.Adapter.DeleteCommand.Parameters[14].Value = ((int)(Original_Y1151000.Value)); } else { this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((Original_R4826500.HasValue == true)) { + if ((Original_Y1386000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[16].Value = ((int)(Original_R4826500.Value)); + this.Adapter.DeleteCommand.Parameters[16].Value = ((int)(Original_Y1386000.Value)); } else { this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((Original_R4826800.HasValue == true)) { + if ((Original_Y1637700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[18].Value = ((int)(Original_R4826800.Value)); + this.Adapter.DeleteCommand.Parameters[18].Value = ((int)(Original_Y1637700.Value)); } else { this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((Original_R5495900.HasValue == true)) { + if ((Original_Y1891300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[20].Value = ((int)(Original_R5495900.Value)); + this.Adapter.DeleteCommand.Parameters[20].Value = ((int)(Original_Y1891300.Value)); } else { this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value; } - if ((Original_R5496200.HasValue == true)) { + if ((Original_Y2207200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[22].Value = ((int)(Original_R5496200.Value)); + this.Adapter.DeleteCommand.Parameters[22].Value = ((int)(Original_Y2207200.Value)); } else { this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((Original_R5496300.HasValue == true)) { + if ((Original_Y2544900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[24].Value = ((int)(Original_R5496300.Value)); + this.Adapter.DeleteCommand.Parameters[24].Value = ((int)(Original_Y2544900.Value)); } else { this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.Value; } - if ((Original_R5496500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[26].Value = ((int)(Original_R5496500.Value)); + 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(); } - else { - this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value; + try { + int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); + return returnValue; } - if ((Original_R5496700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[28].Value = ((int)(Original_R5496700.Value)); + 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(int C0000100, global::System.Nullable C0000200, global::System.Nullable C0005300, global::System.Nullable C0005400, global::System.Nullable C0005700, global::System.Nullable Y0308500, global::System.Nullable Y0904100, global::System.Nullable Y1151000, global::System.Nullable Y1386000, global::System.Nullable Y1637700, global::System.Nullable Y1891300, global::System.Nullable Y2207200, global::System.Nullable Y2544900) { + this.Adapter.InsertCommand.Parameters[0].Value = ((int)(C0000100)); + if ((C0000200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[1].Value = ((int)(C0000200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; } - if ((Original_R5497000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[30].Value = ((int)(Original_R5497000.Value)); + if ((C0005300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[2].Value = ((int)(C0005300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((Original_R5497200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[32].Value = ((int)(Original_R5497200.Value)); + if ((C0005400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[3].Value = ((int)(C0005400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[32].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; } - if ((Original_R6210700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[34].Value = ((int)(Original_R6210700.Value)); + if ((C0005700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[4].Value = ((int)(C0005700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((Original_R6210800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[36].Value = ((int)(Original_R6210800.Value)); + if ((Y0308500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[5].Value = ((int)(Y0308500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((Original_R6210900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[38].Value = ((int)(Original_R6210900.Value)); + if ((Y0904100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[6].Value = ((int)(Y0904100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[38].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((Original_R6211500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[40].Value = ((int)(Original_R6211500.Value)); + if ((Y1151000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[7].Value = ((int)(Y1151000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[40].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; } - if ((Original_R6211600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[42].Value = ((int)(Original_R6211600.Value)); + if ((Y1386000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[8].Value = ((int)(Y1386000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[42].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((Original_R6211700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[44].Value = ((int)(Original_R6211700.Value)); + if ((Y1637700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[9].Value = ((int)(Y1637700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[44].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; } - if ((Original_R6211800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[46].Value = ((int)(Original_R6211800.Value)); + if ((Y1891300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[10].Value = ((int)(Y1891300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[46].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((Original_R6211900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[48].Value = ((int)(Original_R6211900.Value)); + if ((Y2207200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[11].Value = ((int)(Y2207200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[48].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; } - if ((Original_R6212200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[50].Value = ((int)(Original_R6212200.Value)); + if ((Y2544900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[12].Value = ((int)(Y2544900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[50].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((Original_R6212300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[52].Value = ((int)(Original_R6212300.Value)); + 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(); } - else { - this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[52].Value = global::System.DBNull.Value; + try { + int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); + return returnValue; } - if ((Original_R6764000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[54].Value = ((int)(Original_R6764000.Value)); + 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( + int C0000100, + global::System.Nullable C0000200, + global::System.Nullable C0005300, + global::System.Nullable C0005400, + global::System.Nullable C0005700, + global::System.Nullable Y0308500, + global::System.Nullable Y0904100, + global::System.Nullable Y1151000, + global::System.Nullable Y1386000, + global::System.Nullable Y1637700, + global::System.Nullable Y1891300, + global::System.Nullable Y2207200, + global::System.Nullable Y2544900, + int Original_C0000100, + global::System.Nullable Original_C0000200, + global::System.Nullable Original_C0005300, + global::System.Nullable Original_C0005400, + global::System.Nullable Original_C0005700, + global::System.Nullable Original_Y0308500, + global::System.Nullable Original_Y0904100, + global::System.Nullable Original_Y1151000, + global::System.Nullable Original_Y1386000, + global::System.Nullable Original_Y1637700, + global::System.Nullable Original_Y1891300, + global::System.Nullable Original_Y2207200, + global::System.Nullable Original_Y2544900) { + this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(C0000100)); + if ((C0000200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(C0000200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[54].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; } - if ((Original_R6764100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[56].Value = ((int)(Original_R6764100.Value)); + if ((C0005300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(C0005300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[56].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((Original_R6764200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[58].Value = ((int)(Original_R6764200.Value)); + if ((C0005400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(C0005400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[58].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; } - if ((Original_R6764900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[60].Value = ((int)(Original_R6764900.Value)); + if ((C0005700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(C0005700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[60].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((Original_R6765000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[62].Value = ((int)(Original_R6765000.Value)); + if ((Y0308500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(Y0308500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[62].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((Original_R6765100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[64].Value = ((int)(Original_R6765100.Value)); + if ((Y0904100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(Y0904100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[64].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((Original_R6765200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[66].Value = ((int)(Original_R6765200.Value)); + if ((Y1151000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(Y1151000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[66].Value = global::System.DBNull.Value; - } - if ((Original_R6765600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[68].Value = ((int)(Original_R6765600.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[68].Value = global::System.DBNull.Value; - } - if ((Original_R6765700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[70].Value = ((int)(Original_R6765700.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[70].Value = global::System.DBNull.Value; - } - if ((Original_R6765800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[72].Value = ((int)(Original_R6765800.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[72].Value = global::System.DBNull.Value; - } - if ((Original_R6839600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[74].Value = ((int)(Original_R6839600.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[74].Value = global::System.DBNull.Value; - } - if ((Original_R7408300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[76].Value = ((int)(Original_R7408300.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[76].Value = global::System.DBNull.Value; - } - if ((Original_R7408400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[78].Value = ((int)(Original_R7408400.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[78].Value = global::System.DBNull.Value; - } - if ((Original_R7408500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[80].Value = ((int)(Original_R7408500.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[80].Value = global::System.DBNull.Value; - } - if ((Original_R7409200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[82].Value = ((int)(Original_R7409200.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[82].Value = global::System.DBNull.Value; - } - if ((Original_R7409300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[84].Value = ((int)(Original_R7409300.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[84].Value = global::System.DBNull.Value; - } - if ((Original_R7409400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[86].Value = ((int)(Original_R7409400.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[86].Value = global::System.DBNull.Value; - } - if ((Original_R7409500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[88].Value = ((int)(Original_R7409500.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[88].Value = global::System.DBNull.Value; - } - if ((Original_R7409900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[90].Value = ((int)(Original_R7409900.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[90].Value = global::System.DBNull.Value; - } - if ((Original_R7410000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[92].Value = ((int)(Original_R7410000.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[92].Value = global::System.DBNull.Value; - } - if ((Original_R7410100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[94].Value = ((int)(Original_R7410100.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[94].Value = global::System.DBNull.Value; - } - if ((Original_R7548600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[96].Value = ((int)(Original_R7548600.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[96].Value = global::System.DBNull.Value; - } - if ((Original_R8106400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[98].Value = ((int)(Original_R8106400.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[98].Value = global::System.DBNull.Value; - } - if ((Original_R8106500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[100].Value = ((int)(Original_R8106500.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[100].Value = global::System.DBNull.Value; - } - if ((Original_R8106600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[102].Value = ((int)(Original_R8106600.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[102].Value = global::System.DBNull.Value; - } - if ((Original_R8106700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[104].Value = ((int)(Original_R8106700.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[104].Value = global::System.DBNull.Value; - } - if ((Original_R8106800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[106].Value = ((int)(Original_R8106800.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[106].Value = global::System.DBNull.Value; - } - if ((Original_R8106900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[108].Value = ((int)(Original_R8106900.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[108].Value = global::System.DBNull.Value; - } - if ((Original_R8107000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[110].Value = ((int)(Original_R8107000.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[110].Value = global::System.DBNull.Value; - } - if ((Original_R8107100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[112].Value = ((int)(Original_R8107100.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[112].Value = global::System.DBNull.Value; - } - if ((Original_R8107200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[114].Value = ((int)(Original_R8107200.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[114].Value = global::System.DBNull.Value; - } - if ((Original_R8255400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[116].Value = ((int)(Original_R8255400.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[116].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; } - if ((Original_R9900400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[118].Value = ((int)(Original_R9900400.Value)); + if ((Y1386000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(Y1386000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[118].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((Original_R9900600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[120].Value = ((int)(Original_R9900600.Value)); + if ((Y1637700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(Y1637700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[120].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; } - if ((Original_R9900601.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[122].Value = ((int)(Original_R9900601.Value)); + if ((Y1891300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(Y1891300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[122].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((Original_R9901200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[124].Value = ((int)(Original_R9901200.Value)); + if ((Y2207200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(Y2207200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[124].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; } - if ((Original_R9901400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[126].Value = ((int)(Original_R9901400.Value)); + if ((Y2544900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(Y2544900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[126].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((Original_R9901401.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[128].Value = ((int)(Original_R9901401.Value)); + this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(Original_C0000100)); + if ((Original_C0000200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[14].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(Original_C0000200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[128].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[14].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; } - if ((Original_R9902000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[130].Value = ((int)(Original_R9902000.Value)); + if ((Original_C0005300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[16].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(Original_C0005300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[130].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[16].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; } - if ((Original_R9902200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[132].Value = ((int)(Original_R9902200.Value)); + if ((Original_C0005400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[18].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(Original_C0005400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[132].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[18].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; } - if ((Original_R9902201.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[134].Value = ((int)(Original_R9902201.Value)); + if ((Original_C0005700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[20].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(Original_C0005700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[134].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[20].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; } - if ((Original_R9902800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[136].Value = ((int)(Original_R9902800.Value)); + if ((Original_Y0308500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(Original_Y0308500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[136].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[22].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; } - if ((Original_R9903000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[138].Value = ((int)(Original_R9903000.Value)); + if ((Original_Y0904100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(Original_Y0904100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[138].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[24].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; } - if ((Original_R9903001.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[140].Value = ((int)(Original_R9903001.Value)); + if ((Original_Y1151000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[26].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(Original_Y1151000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[140].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[26].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; } - if ((Original_R9903600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[142].Value = ((int)(Original_R9903600.Value)); + if ((Original_Y1386000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[28].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(Original_Y1386000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[142].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[28].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; } - if ((Original_R9903800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[144].Value = ((int)(Original_R9903800.Value)); + if ((Original_Y1637700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[30].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(Original_Y1637700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[144].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[30].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; } - if ((Original_R9903801.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[146].Value = ((int)(Original_R9903801.Value)); + if ((Original_Y1891300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[32].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(Original_Y1891300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[146].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[32].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; } - if ((Original_R9904400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[148].Value = ((int)(Original_R9904400.Value)); + if ((Original_Y2207200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[34].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(Original_Y2207200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[148].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[34].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; } - if ((Original_R9904600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[150].Value = ((int)(Original_R9904600.Value)); + if ((Original_Y2544900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[36].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(Original_Y2544900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[150].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[36].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; } - if ((Original_R9904601.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[152].Value = ((int)(Original_R9904601.Value)); + 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(); } - else { - this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[152].Value = global::System.DBNull.Value; + try { + int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); + return returnValue; } - if ((Original_R9905200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[154].Value = ((int)(Original_R9905200.Value)); + finally { + if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { + this.Adapter.UpdateCommand.Connection.Close(); + } } - else { - this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[154].Value = global::System.DBNull.Value; + } + + [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( + global::System.Nullable C0000200, + global::System.Nullable C0005300, + global::System.Nullable C0005400, + global::System.Nullable C0005700, + global::System.Nullable Y0308500, + global::System.Nullable Y0904100, + global::System.Nullable Y1151000, + global::System.Nullable Y1386000, + global::System.Nullable Y1637700, + global::System.Nullable Y1891300, + global::System.Nullable Y2207200, + global::System.Nullable Y2544900, + int Original_C0000100, + global::System.Nullable Original_C0000200, + global::System.Nullable Original_C0005300, + global::System.Nullable Original_C0005400, + global::System.Nullable Original_C0005700, + global::System.Nullable Original_Y0308500, + global::System.Nullable Original_Y0904100, + global::System.Nullable Original_Y1151000, + global::System.Nullable Original_Y1386000, + global::System.Nullable Original_Y1637700, + global::System.Nullable Original_Y1891300, + global::System.Nullable Original_Y2207200, + global::System.Nullable Original_Y2544900) { + return this.Update(Original_C0000100, C0000200, C0005300, C0005400, C0005700, Y0308500, Y0904100, Y1151000, Y1386000, Y1637700, Y1891300, Y2207200, Y2544900, Original_C0000100, Original_C0000200, Original_C0005300, Original_C0005400, Original_C0005700, Original_Y0308500, Original_Y0904100, Original_Y1151000, Original_Y1386000, Original_Y1637700, Original_Y1891300, Original_Y2207200, Original_Y2544900); + } + } + + /// + ///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 tblLinks2004Gen1TableAdapter : 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 tblLinks2004Gen1TableAdapter() { + 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; } - if ((Original_R9905400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[156].Value = ((int)(Original_R9905400.Value)); + } + + [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; } - else { - this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[156].Value = global::System.DBNull.Value; + 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; + } + } } - if ((Original_R9905401.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[158].Value = ((int)(Original_R9905401.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; } - else { - this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[158].Value = global::System.DBNull.Value; + 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; + } } - if ((Original_R9906000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[160].Value = ((int)(Original_R9906000.Value)); + } + + [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; } - else { - this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[160].Value = global::System.DBNull.Value; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool ClearBeforeFill { + get { + return this._clearBeforeFill; } - if ((Original_R9906600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[162].Value = ((int)(Original_R9906600.Value)); + set { + this._clearBeforeFill = value; } - else { - this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[162].Value = global::System.DBNull.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 = "tblLinks2004Gen1"; + tableMapping.ColumnMappings.Add("PairID", "PairID"); + tableMapping.ColumnMappings.Add("ExtendedFamilyID", "ExtendedFamilyID"); + tableMapping.ColumnMappings.Add("ID1", "ID1"); + tableMapping.ColumnMappings.Add("ID2", "ID2"); + tableMapping.ColumnMappings.Add("Sex1", "Sex1"); + tableMapping.ColumnMappings.Add("Sex2", "Sex2"); + tableMapping.ColumnMappings.Add("RecommendedRelatedness", "RecommendedRelatedness"); + tableMapping.ColumnMappings.Add("SubjectTag_S1", "SubjectTag_S1"); + tableMapping.ColumnMappings.Add("SubjectTag_S2", "SubjectTag_S2"); + 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 [Extract].[tblLinks2004Gen1] WHERE (([PairID] = @Original_PairID) AND ([ExtendedFamilyID] = @Original_ExtendedFamilyID) AND ([ID1] = @Original_ID1) AND ([ID2] = @Original_ID2) AND ((@IsNull_Sex1 = 1 AND [Sex1] IS NULL) OR ([Sex1] = @Original_Sex1)) AND ((@IsNull_Sex2 = 1 AND [Sex2] IS NULL) OR ([Sex2] = @Original_Sex2)) AND ((@IsNull_RecommendedRelatedness = 1 AND [RecommendedRelatedness] IS NULL) OR ([RecommendedRelatedness] = @Original_RecommendedRelatedness)) AND ([SubjectTag_S1] = @Original_SubjectTag_S1) AND ([SubjectTag_S2] = @Original_SubjectTag_S2))"; + this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PairID", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PairID", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ExtendedFamilyID", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ExtendedFamilyID", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ID1", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ID2", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Sex1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sex1", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Sex2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sex2", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_RecommendedRelatedness", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RecommendedRelatedness", global::System.Data.SqlDbType.Real, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SubjectTag_S1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SubjectTag_S2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S2", 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 [Extract].[tblLinks2004Gen1] ([PairID], [ExtendedFamilyID], [ID1], [ID2], [Sex1], [Sex2], [RecommendedRelatedness], [SubjectTag_S1], [SubjectTag_S2]) VALUES (@PairID, @ExtendedFamilyID, @ID1, @ID2, @Sex1, @Sex2, @RecommendedRelatedness, @SubjectTag_S1, @SubjectTag_S2); +SELECT PairID, ExtendedFamilyID, ID1, ID2, Sex1, Sex2, RecommendedRelatedness, SubjectTag_S1, SubjectTag_S2 FROM Extract.tblLinks2004Gen1 WHERE (SubjectTag_S1 = @SubjectTag_S1) AND (SubjectTag_S2 = @SubjectTag_S2)"; + this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PairID", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PairID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ExtendedFamilyID", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ExtendedFamilyID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID1", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID2", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sex1", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sex2", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RecommendedRelatedness", global::System.Data.SqlDbType.Real, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SubjectTag_S1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SubjectTag_S2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S2", 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 [Extract].[tblLinks2004Gen1] SET [PairID] = @PairID, [ExtendedFamilyID] = @ExtendedFamilyID, [ID1] = @ID1, [ID2] = @ID2, [Sex1] = @Sex1, [Sex2] = @Sex2, [RecommendedRelatedness] = @RecommendedRelatedness, [SubjectTag_S1] = @SubjectTag_S1, [SubjectTag_S2] = @SubjectTag_S2 WHERE (([PairID] = @Original_PairID) AND ([ExtendedFamilyID] = @Original_ExtendedFamilyID) AND ([ID1] = @Original_ID1) AND ([ID2] = @Original_ID2) AND ((@IsNull_Sex1 = 1 AND [Sex1] IS NULL) OR ([Sex1] = @Original_Sex1)) AND ((@IsNull_Sex2 = 1 AND [Sex2] IS NULL) OR ([Sex2] = @Original_Sex2)) AND ((@IsNull_RecommendedRelatedness = 1 AND [RecommendedRelatedness] IS NULL) OR ([RecommendedRelatedness] = @Original_RecommendedRelatedness)) AND ([SubjectTag_S1] = @Original_SubjectTag_S1) AND ([SubjectTag_S2] = @Original_SubjectTag_S2)); +SELECT PairID, ExtendedFamilyID, ID1, ID2, Sex1, Sex2, RecommendedRelatedness, SubjectTag_S1, SubjectTag_S2 FROM Extract.tblLinks2004Gen1 WHERE (SubjectTag_S1 = @SubjectTag_S1) AND (SubjectTag_S2 = @SubjectTag_S2)"; + this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PairID", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PairID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ExtendedFamilyID", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ExtendedFamilyID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID1", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID2", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sex1", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Sex2", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RecommendedRelatedness", global::System.Data.SqlDbType.Real, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SubjectTag_S1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SubjectTag_S2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_PairID", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "PairID", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ExtendedFamilyID", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ExtendedFamilyID", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ID1", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ID2", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Sex1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sex1", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Sex2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Sex2", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Sex2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_RecommendedRelatedness", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RecommendedRelatedness", global::System.Data.SqlDbType.Real, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RecommendedRelatedness", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SubjectTag_S1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SubjectTag_S2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S2", 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::Nls.Base79.Properties.Settings.Default.Nlsy79ConnectionStringBase; + } + + [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 PairID, ExtendedFamilyID, ID1, ID2, Sex1, Sex2, RecommendedRelatedness, Su" + + "bjectTag_S1, SubjectTag_S2 FROM Extract.tblLinks2004Gen1"; + 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(ImportDataSet.tblLinks2004Gen1DataTable dataTable) { + this.Adapter.SelectCommand = this.CommandCollection[0]; + if ((this.ClearBeforeFill == true)) { + dataTable.Clear(); } - if ((Original_R9907200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[164].Value = ((int)(Original_R9907200.Value)); + 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 ImportDataSet.tblLinks2004Gen1DataTable GetData() { + this.Adapter.SelectCommand = this.CommandCollection[0]; + ImportDataSet.tblLinks2004Gen1DataTable dataTable = new ImportDataSet.tblLinks2004Gen1DataTable(); + 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(ImportDataSet.tblLinks2004Gen1DataTable 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(ImportDataSet dataSet) { + return this.Adapter.Update(dataSet, "tblLinks2004Gen1"); + } + + [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(short Original_PairID, short Original_ExtendedFamilyID, short Original_ID1, short Original_ID2, global::System.Nullable Original_Sex1, global::System.Nullable Original_Sex2, global::System.Nullable Original_RecommendedRelatedness, int Original_SubjectTag_S1, int Original_SubjectTag_S2) { + this.Adapter.DeleteCommand.Parameters[0].Value = ((short)(Original_PairID)); + this.Adapter.DeleteCommand.Parameters[1].Value = ((short)(Original_ExtendedFamilyID)); + this.Adapter.DeleteCommand.Parameters[2].Value = ((short)(Original_ID1)); + this.Adapter.DeleteCommand.Parameters[3].Value = ((short)(Original_ID2)); + if ((Original_Sex1.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[5].Value = ((byte)(Original_Sex1.Value)); } else { - this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[164].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((Original_R9907800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[166].Value = ((int)(Original_R9907800.Value)); + if ((Original_Sex2.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[7].Value = ((byte)(Original_Sex2.Value)); } else { - this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[166].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[7].Value = global::System.DBNull.Value; } - if ((Original_R9908000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[168].Value = ((int)(Original_R9908000.Value)); + if ((Original_RecommendedRelatedness.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[9].Value = ((float)(Original_RecommendedRelatedness.Value)); } else { - this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[168].Value = global::System.DBNull.Value; - } - if ((Original_R9911200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[170].Value = ((int)(Original_R9911200.Value)); + this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[9].Value = global::System.DBNull.Value; } - else { - this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[170].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_SubjectTag_S1)); + this.Adapter.DeleteCommand.Parameters[11].Value = ((int)(Original_SubjectTag_S2)); + 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(); } - if ((Original_R9911201.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[172].Value = ((int)(Original_R9911201.Value)); + try { + int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); + return returnValue; } - else { - this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[172].Value = global::System.DBNull.Value; + finally { + if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { + this.Adapter.DeleteCommand.Connection.Close(); + } } - if ((Original_T0337300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[174].Value = ((int)(Original_T0337300.Value)); + } + + [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(short PairID, short ExtendedFamilyID, short ID1, short ID2, global::System.Nullable Sex1, global::System.Nullable Sex2, global::System.Nullable RecommendedRelatedness, int SubjectTag_S1, int SubjectTag_S2) { + this.Adapter.InsertCommand.Parameters[0].Value = ((short)(PairID)); + this.Adapter.InsertCommand.Parameters[1].Value = ((short)(ExtendedFamilyID)); + this.Adapter.InsertCommand.Parameters[2].Value = ((short)(ID1)); + this.Adapter.InsertCommand.Parameters[3].Value = ((short)(ID2)); + if ((Sex1.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[4].Value = ((byte)(Sex1.Value)); } else { - this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[174].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((Original_T0337400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[176].Value = ((int)(Original_T0337400.Value)); + if ((Sex2.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[5].Value = ((byte)(Sex2.Value)); } else { - this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[176].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((Original_T0337500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[178].Value = ((int)(Original_T0337500.Value)); + if ((RecommendedRelatedness.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[6].Value = ((float)(RecommendedRelatedness.Value)); } else { - this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[178].Value = global::System.DBNull.Value; - } - if ((Original_T0337600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[180].Value = ((int)(Original_T0337600.Value)); + this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; } - else { - this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[180].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[7].Value = ((int)(SubjectTag_S1)); + this.Adapter.InsertCommand.Parameters[8].Value = ((int)(SubjectTag_S2)); + 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(); } - if ((Original_T0337700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[182].Value = ((int)(Original_T0337700.Value)); + try { + int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); + return returnValue; } - else { - this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[182].Value = global::System.DBNull.Value; + finally { + if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { + this.Adapter.InsertCommand.Connection.Close(); + } } - if ((Original_T0337800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[184].Value = ((int)(Original_T0337800.Value)); + } + + [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( + short PairID, + short ExtendedFamilyID, + short ID1, + short ID2, + global::System.Nullable Sex1, + global::System.Nullable Sex2, + global::System.Nullable RecommendedRelatedness, + int SubjectTag_S1, + int SubjectTag_S2, + short Original_PairID, + short Original_ExtendedFamilyID, + short Original_ID1, + short Original_ID2, + global::System.Nullable Original_Sex1, + global::System.Nullable Original_Sex2, + global::System.Nullable Original_RecommendedRelatedness, + int Original_SubjectTag_S1, + int Original_SubjectTag_S2) { + this.Adapter.UpdateCommand.Parameters[0].Value = ((short)(PairID)); + this.Adapter.UpdateCommand.Parameters[1].Value = ((short)(ExtendedFamilyID)); + this.Adapter.UpdateCommand.Parameters[2].Value = ((short)(ID1)); + this.Adapter.UpdateCommand.Parameters[3].Value = ((short)(ID2)); + if ((Sex1.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[4].Value = ((byte)(Sex1.Value)); } else { - this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[184].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((Original_T0337900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[186].Value = ((int)(Original_T0337900.Value)); + if ((Sex2.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[5].Value = ((byte)(Sex2.Value)); } else { - this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[186].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((Original_T0338000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[188].Value = ((int)(Original_T0338000.Value)); + if ((RecommendedRelatedness.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[6].Value = ((float)(RecommendedRelatedness.Value)); } else { - this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[188].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((Original_T0338100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[190].Value = ((int)(Original_T0338100.Value)); + this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(SubjectTag_S1)); + this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(SubjectTag_S2)); + this.Adapter.UpdateCommand.Parameters[9].Value = ((short)(Original_PairID)); + this.Adapter.UpdateCommand.Parameters[10].Value = ((short)(Original_ExtendedFamilyID)); + this.Adapter.UpdateCommand.Parameters[11].Value = ((short)(Original_ID1)); + this.Adapter.UpdateCommand.Parameters[12].Value = ((short)(Original_ID2)); + if ((Original_Sex1.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[13].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[14].Value = ((byte)(Original_Sex1.Value)); } else { - this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[190].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[13].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((Original_T0338200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[192].Value = ((int)(Original_T0338200.Value)); + if ((Original_Sex2.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[15].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[16].Value = ((byte)(Original_Sex2.Value)); } else { - this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[192].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[15].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((Original_T0338300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[194].Value = ((int)(Original_T0338300.Value)); + if ((Original_RecommendedRelatedness.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[17].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[18].Value = ((float)(Original_RecommendedRelatedness.Value)); } else { - this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[194].Value = global::System.DBNull.Value; - } - if ((Original_T0338400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[196].Value = ((int)(Original_T0338400.Value)); + this.Adapter.UpdateCommand.Parameters[17].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; } - else { - this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[196].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(Original_SubjectTag_S1)); + this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(Original_SubjectTag_S2)); + 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(); } - if ((Original_T0338500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[198].Value = ((int)(Original_T0338500.Value)); + try { + int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); + return returnValue; } - else { - this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[198].Value = global::System.DBNull.Value; + finally { + if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { + this.Adapter.UpdateCommand.Connection.Close(); + } } - if ((Original_T0338600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[200].Value = ((int)(Original_T0338600.Value)); + } + + [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( + short PairID, + short ExtendedFamilyID, + short ID1, + short ID2, + global::System.Nullable Sex1, + global::System.Nullable Sex2, + global::System.Nullable RecommendedRelatedness, + short Original_PairID, + short Original_ExtendedFamilyID, + short Original_ID1, + short Original_ID2, + global::System.Nullable Original_Sex1, + global::System.Nullable Original_Sex2, + global::System.Nullable Original_RecommendedRelatedness, + int Original_SubjectTag_S1, + int Original_SubjectTag_S2) { + return this.Update(PairID, ExtendedFamilyID, ID1, ID2, Sex1, Sex2, RecommendedRelatedness, Original_SubjectTag_S1, Original_SubjectTag_S2, Original_PairID, Original_ExtendedFamilyID, Original_ID1, Original_ID2, Original_Sex1, Original_Sex2, Original_RecommendedRelatedness, Original_SubjectTag_S1, Original_SubjectTag_S2); + } + } + + /// + ///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 tblGen2OutcomesMathTableAdapter : 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 tblGen2OutcomesMathTableAdapter() { + 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; } - else { - this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[200].Value = global::System.DBNull.Value; + } + + [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; } - if ((Original_T1486900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[201].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[202].Value = ((int)(Original_T1486900.Value)); + 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; + } + } } - else { - this.Adapter.DeleteCommand.Parameters[201].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[202].Value = global::System.DBNull.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; } - if ((Original_T1487000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[203].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[204].Value = ((int)(Original_T1487000.Value)); + 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; + } } - else { - this.Adapter.DeleteCommand.Parameters[203].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[204].Value = global::System.DBNull.Value; + } + + [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; } - if ((Original_T1487100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[205].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[206].Value = ((int)(Original_T1487100.Value)); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool ClearBeforeFill { + get { + return this._clearBeforeFill; } - else { - this.Adapter.DeleteCommand.Parameters[205].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[206].Value = global::System.DBNull.Value; + set { + this._clearBeforeFill = value; } - if ((Original_T1487200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[207].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[208].Value = ((int)(Original_T1487200.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[207].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[208].Value = global::System.DBNull.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 = "tblGen2OutcomesMath"; + tableMapping.ColumnMappings.Add("C0000100", "C0000100"); + tableMapping.ColumnMappings.Add("C0000200", "C0000200"); + tableMapping.ColumnMappings.Add("C0005300", "C0005300"); + tableMapping.ColumnMappings.Add("C0005400", "C0005400"); + tableMapping.ColumnMappings.Add("C0005700", "C0005700"); + tableMapping.ColumnMappings.Add("C0579900", "C0579900"); + tableMapping.ColumnMappings.Add("C0580000", "C0580000"); + tableMapping.ColumnMappings.Add("C0580100", "C0580100"); + tableMapping.ColumnMappings.Add("C0799400", "C0799400"); + tableMapping.ColumnMappings.Add("C0799500", "C0799500"); + tableMapping.ColumnMappings.Add("C0799600", "C0799600"); + tableMapping.ColumnMappings.Add("C0998600", "C0998600"); + tableMapping.ColumnMappings.Add("C0998700", "C0998700"); + tableMapping.ColumnMappings.Add("C0998800", "C0998800"); + tableMapping.ColumnMappings.Add("C1198600", "C1198600"); + tableMapping.ColumnMappings.Add("C1198700", "C1198700"); + tableMapping.ColumnMappings.Add("C1198800", "C1198800"); + tableMapping.ColumnMappings.Add("C1507600", "C1507600"); + tableMapping.ColumnMappings.Add("C1507700", "C1507700"); + tableMapping.ColumnMappings.Add("C1507800", "C1507800"); + tableMapping.ColumnMappings.Add("C1564500", "C1564500"); + tableMapping.ColumnMappings.Add("C1564600", "C1564600"); + tableMapping.ColumnMappings.Add("C1564700", "C1564700"); + tableMapping.ColumnMappings.Add("C1799900", "C1799900"); + tableMapping.ColumnMappings.Add("C1800000", "C1800000"); + tableMapping.ColumnMappings.Add("C1800100", "C1800100"); + tableMapping.ColumnMappings.Add("C2503500", "C2503500"); + tableMapping.ColumnMappings.Add("C2503600", "C2503600"); + tableMapping.ColumnMappings.Add("C2503700", "C2503700"); + tableMapping.ColumnMappings.Add("C2532000", "C2532000"); + tableMapping.ColumnMappings.Add("C2532100", "C2532100"); + tableMapping.ColumnMappings.Add("C2532200", "C2532200"); + tableMapping.ColumnMappings.Add("C2802800", "C2802800"); + tableMapping.ColumnMappings.Add("C2802900", "C2802900"); + tableMapping.ColumnMappings.Add("C2803000", "C2803000"); + tableMapping.ColumnMappings.Add("C3111300", "C3111300"); + tableMapping.ColumnMappings.Add("C3111400", "C3111400"); + tableMapping.ColumnMappings.Add("C3111500", "C3111500"); + tableMapping.ColumnMappings.Add("C3615000", "C3615000"); + tableMapping.ColumnMappings.Add("C3615100", "C3615100"); + tableMapping.ColumnMappings.Add("C3615200", "C3615200"); + tableMapping.ColumnMappings.Add("C3993600", "C3993600"); + tableMapping.ColumnMappings.Add("C3993700", "C3993700"); + tableMapping.ColumnMappings.Add("C3993800", "C3993800"); + 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 [Extract].[tblGen2OutcomesMath] WHERE (([C0000100] = @Original_C00001" + + "00) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Origina" + + "l_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300] =" + + " @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([C0" + + "005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NULL" + + ") OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_C0579900 = 1 AND [C0579900" + + "] IS NULL) OR ([C0579900] = @Original_C0579900)) AND ((@IsNull_C0580000 = 1 AND " + + "[C0580000] IS NULL) OR ([C0580000] = @Original_C0580000)) AND ((@IsNull_C0580100" + + " = 1 AND [C0580100] IS NULL) OR ([C0580100] = @Original_C0580100)) AND ((@IsNull" + + "_C0799400 = 1 AND [C0799400] IS NULL) OR ([C0799400] = @Original_C0799400)) AND " + + "((@IsNull_C0799500 = 1 AND [C0799500] IS NULL) OR ([C0799500] = @Original_C07995" + + "00)) AND ((@IsNull_C0799600 = 1 AND [C0799600] IS NULL) OR ([C0799600] = @Origin" + + "al_C0799600)) AND ((@IsNull_C0998600 = 1 AND [C0998600] IS NULL) OR ([C0998600] " + + "= @Original_C0998600)) AND ((@IsNull_C0998700 = 1 AND [C0998700] IS NULL) OR ([C" + + "0998700] = @Original_C0998700)) AND ((@IsNull_C0998800 = 1 AND [C0998800] IS NUL" + + "L) OR ([C0998800] = @Original_C0998800)) AND ((@IsNull_C1198600 = 1 AND [C119860" + + "0] IS NULL) OR ([C1198600] = @Original_C1198600)) AND ((@IsNull_C1198700 = 1 AND" + + " [C1198700] IS NULL) OR ([C1198700] = @Original_C1198700)) AND ((@IsNull_C119880" + + "0 = 1 AND [C1198800] IS NULL) OR ([C1198800] = @Original_C1198800)) AND ((@IsNul" + + "l_C1507600 = 1 AND [C1507600] IS NULL) OR ([C1507600] = @Original_C1507600)) AND" + + " ((@IsNull_C1507700 = 1 AND [C1507700] IS NULL) OR ([C1507700] = @Original_C1507" + + "700)) AND ((@IsNull_C1507800 = 1 AND [C1507800] IS NULL) OR ([C1507800] = @Origi" + + "nal_C1507800)) AND ((@IsNull_C1564500 = 1 AND [C1564500] IS NULL) OR ([C1564500]" + + " = @Original_C1564500)) AND ((@IsNull_C1564600 = 1 AND [C1564600] IS NULL) OR ([" + + "C1564600] = @Original_C1564600)) AND ((@IsNull_C1564700 = 1 AND [C1564700] IS NU" + + "LL) OR ([C1564700] = @Original_C1564700)) AND ((@IsNull_C1799900 = 1 AND [C17999" + + "00] IS NULL) OR ([C1799900] = @Original_C1799900)) AND ((@IsNull_C1800000 = 1 AN" + + "D [C1800000] IS NULL) OR ([C1800000] = @Original_C1800000)) AND ((@IsNull_C18001" + + "00 = 1 AND [C1800100] IS NULL) OR ([C1800100] = @Original_C1800100)) AND ((@IsNu" + + "ll_C2503500 = 1 AND [C2503500] IS NULL) OR ([C2503500] = @Original_C2503500)) AN" + + "D ((@IsNull_C2503600 = 1 AND [C2503600] IS NULL) OR ([C2503600] = @Original_C250" + + "3600)) AND ((@IsNull_C2503700 = 1 AND [C2503700] IS NULL) OR ([C2503700] = @Orig" + + "inal_C2503700)) AND ((@IsNull_C2532000 = 1 AND [C2532000] IS NULL) OR ([C2532000" + + "] = @Original_C2532000)) AND ((@IsNull_C2532100 = 1 AND [C2532100] IS NULL) OR (" + + "[C2532100] = @Original_C2532100)) AND ((@IsNull_C2532200 = 1 AND [C2532200] IS N" + + "ULL) OR ([C2532200] = @Original_C2532200)) AND ((@IsNull_C2802800 = 1 AND [C2802" + + "800] IS NULL) OR ([C2802800] = @Original_C2802800)) AND ((@IsNull_C2802900 = 1 A" + + "ND [C2802900] IS NULL) OR ([C2802900] = @Original_C2802900)) AND ((@IsNull_C2803" + + "000 = 1 AND [C2803000] IS NULL) OR ([C2803000] = @Original_C2803000)) AND ((@IsN" + + "ull_C3111300 = 1 AND [C3111300] IS NULL) OR ([C3111300] = @Original_C3111300)) A" + + "ND ((@IsNull_C3111400 = 1 AND [C3111400] IS NULL) OR ([C3111400] = @Original_C31" + + "11400)) AND ((@IsNull_C3111500 = 1 AND [C3111500] IS NULL) OR ([C3111500] = @Ori" + + "ginal_C3111500)) AND ((@IsNull_C3615000 = 1 AND [C3615000] IS NULL) OR ([C361500" + + "0] = @Original_C3615000)) AND ((@IsNull_C3615100 = 1 AND [C3615100] IS NULL) OR " + + "([C3615100] = @Original_C3615100)) AND ((@IsNull_C3615200 = 1 AND [C3615200] IS " + + "NULL) OR ([C3615200] = @Original_C3615200)) AND ((@IsNull_C3993600 = 1 AND [C399" + + "3600] IS NULL) OR ([C3993600] = @Original_C3993600)) AND ((@IsNull_C3993700 = 1 " + + "AND [C3993700] IS NULL) OR ([C3993700] = @Original_C3993700)) AND ((@IsNull_C399" + + "3800 = 1 AND [C3993800] IS NULL) OR ([C3993800] = @Original_C3993800)))"; + this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0579900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0579900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0579900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0579900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0580000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0580000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0580000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0580000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0580100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0580100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0580100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0580100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0799400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0799400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0799500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0799500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0799600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0799600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0998600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0998600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0998700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0998700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0998800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0998800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1198600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1198600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1198700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1198700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1198800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1198800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1507600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1507600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1507700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1507700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1507800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1507800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1564500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1564500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1564600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1564600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1564700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1564700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1799900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1799900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1799900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1799900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1800000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1800000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1800000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1800000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1800100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1800100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1800100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1800100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2503500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2503500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2503600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2503600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2503700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2503700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2532000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2532000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2532100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2532100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2532200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2532200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2802800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2802800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2802800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2802800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2802900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2802900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2802900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2802900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2803000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2803000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2803000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2803000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3111300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3111300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3111400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3111400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3111500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3111500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3615000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3615000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3615100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3615100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3615200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3615200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3993600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3993600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3993700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3993700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3993800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3993800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993800", 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 [Extract].[tblGen2OutcomesMath] ([C0000100], [C0000200], [C0005300], " + + "[C0005400], [C0005700], [C0579900], [C0580000], [C0580100], [C0799400], [C079950" + + "0], [C0799600], [C0998600], [C0998700], [C0998800], [C1198600], [C1198700], [C11" + + "98800], [C1507600], [C1507700], [C1507800], [C1564500], [C1564600], [C1564700], " + + "[C1799900], [C1800000], [C1800100], [C2503500], [C2503600], [C2503700], [C253200" + + "0], [C2532100], [C2532200], [C2802800], [C2802900], [C2803000], [C3111300], [C31" + + "11400], [C3111500], [C3615000], [C3615100], [C3615200], [C3993600], [C3993700], " + + "[C3993800]) VALUES (@C0000100, @C0000200, @C0005300, @C0005400, @C0005700, @C057" + + "9900, @C0580000, @C0580100, @C0799400, @C0799500, @C0799600, @C0998600, @C099870" + + "0, @C0998800, @C1198600, @C1198700, @C1198800, @C1507600, @C1507700, @C1507800, " + + "@C1564500, @C1564600, @C1564700, @C1799900, @C1800000, @C1800100, @C2503500, @C2" + + "503600, @C2503700, @C2532000, @C2532100, @C2532200, @C2802800, @C2802900, @C2803" + + "000, @C3111300, @C3111400, @C3111500, @C3615000, @C3615100, @C3615200, @C3993600" + + ", @C3993700, @C3993800);\r\nSELECT C0000100, C0000200, C0005300, C0005400, C000570" + + "0, C0579900, C0580000, C0580100, C0799400, C0799500, C0799600, C0998600, C099870" + + "0, C0998800, C1198600, C1198700, C1198800, C1507600, C1507700, C1507800, C156450" + + "0, C1564600, C1564700, C1799900, C1800000, C1800100, C2503500, C2503600, C250370" + + "0, C2532000, C2532100, C2532200, C2802800, C2802900, C2803000, C3111300, C311140" + + "0, C3111500, C3615000, C3615100, C3615200, C3993600, C3993700, C3993800 FROM Ext" + + "ract.tblGen2OutcomesMath WHERE (C0000100 = @C0000100)"; + this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0579900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0579900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0580000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0580000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0580100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0580100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0799400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0799500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0799600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0998600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0998700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0998800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1198600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1198700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1198800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1507600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1507700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1507800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1564500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1564600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1564700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1799900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1799900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1800000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1800000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1800100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1800100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2503500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2503600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2503700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2532000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2532100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2532200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2802800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2802800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2802900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2802900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2803000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2803000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3111300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3111400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3111500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3615000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3615100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3615200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3993600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3993700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3993800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993800", 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 [Extract].[tblGen2OutcomesMath] SET [C0000100] = @C0000100, [C0000200] = @" + + "C0000200, [C0005300] = @C0005300, [C0005400] = @C0005400, [C0005700] = @C0005700" + + ", [C0579900] = @C0579900, [C0580000] = @C0580000, [C0580100] = @C0580100, [C0799" + + "400] = @C0799400, [C0799500] = @C0799500, [C0799600] = @C0799600, [C0998600] = @" + + "C0998600, [C0998700] = @C0998700, [C0998800] = @C0998800, [C1198600] = @C1198600" + + ", [C1198700] = @C1198700, [C1198800] = @C1198800, [C1507600] = @C1507600, [C1507" + + "700] = @C1507700, [C1507800] = @C1507800, [C1564500] = @C1564500, [C1564600] = @" + + "C1564600, [C1564700] = @C1564700, [C1799900] = @C1799900, [C1800000] = @C1800000" + + ", [C1800100] = @C1800100, [C2503500] = @C2503500, [C2503600] = @C2503600, [C2503" + + "700] = @C2503700, [C2532000] = @C2532000, [C2532100] = @C2532100, [C2532200] = @" + + "C2532200, [C2802800] = @C2802800, [C2802900] = @C2802900, [C2803000] = @C2803000" + + ", [C3111300] = @C3111300, [C3111400] = @C3111400, [C3111500] = @C3111500, [C3615" + + "000] = @C3615000, [C3615100] = @C3615100, [C3615200] = @C3615200, [C3993600] = @" + + "C3993600, [C3993700] = @C3993700, [C3993800] = @C3993800 WHERE (([C0000100] = @O" + + "riginal_C0000100) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C00002" + + "00] = @Original_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR" + + " ([C0005300] = @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS" + + " NULL) OR ([C0005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C00" + + "05700] IS NULL) OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_C0579900 = 1" + + " AND [C0579900] IS NULL) OR ([C0579900] = @Original_C0579900)) AND ((@IsNull_C05" + + "80000 = 1 AND [C0580000] IS NULL) OR ([C0580000] = @Original_C0580000)) AND ((@I" + + "sNull_C0580100 = 1 AND [C0580100] IS NULL) OR ([C0580100] = @Original_C0580100))" + + " AND ((@IsNull_C0799400 = 1 AND [C0799400] IS NULL) OR ([C0799400] = @Original_C" + + "0799400)) AND ((@IsNull_C0799500 = 1 AND [C0799500] IS NULL) OR ([C0799500] = @O" + + "riginal_C0799500)) AND ((@IsNull_C0799600 = 1 AND [C0799600] IS NULL) OR ([C0799" + + "600] = @Original_C0799600)) AND ((@IsNull_C0998600 = 1 AND [C0998600] IS NULL) O" + + "R ([C0998600] = @Original_C0998600)) AND ((@IsNull_C0998700 = 1 AND [C0998700] I" + + "S NULL) OR ([C0998700] = @Original_C0998700)) AND ((@IsNull_C0998800 = 1 AND [C0" + + "998800] IS NULL) OR ([C0998800] = @Original_C0998800)) AND ((@IsNull_C1198600 = " + + "1 AND [C1198600] IS NULL) OR ([C1198600] = @Original_C1198600)) AND ((@IsNull_C1" + + "198700 = 1 AND [C1198700] IS NULL) OR ([C1198700] = @Original_C1198700)) AND ((@" + + "IsNull_C1198800 = 1 AND [C1198800] IS NULL) OR ([C1198800] = @Original_C1198800)" + + ") AND ((@IsNull_C1507600 = 1 AND [C1507600] IS NULL) OR ([C1507600] = @Original_" + + "C1507600)) AND ((@IsNull_C1507700 = 1 AND [C1507700] IS NULL) OR ([C1507700] = @" + + "Original_C1507700)) AND ((@IsNull_C1507800 = 1 AND [C1507800] IS NULL) OR ([C150" + + "7800] = @Original_C1507800)) AND ((@IsNull_C1564500 = 1 AND [C1564500] IS NULL) " + + "OR ([C1564500] = @Original_C1564500)) AND ((@IsNull_C1564600 = 1 AND [C1564600] " + + "IS NULL) OR ([C1564600] = @Original_C1564600)) AND ((@IsNull_C1564700 = 1 AND [C" + + "1564700] IS NULL) OR ([C1564700] = @Original_C1564700)) AND ((@IsNull_C1799900 =" + + " 1 AND [C1799900] IS NULL) OR ([C1799900] = @Original_C1799900)) AND ((@IsNull_C" + + "1800000 = 1 AND [C1800000] IS NULL) OR ([C1800000] = @Original_C1800000)) AND ((" + + "@IsNull_C1800100 = 1 AND [C1800100] IS NULL) OR ([C1800100] = @Original_C1800100" + + ")) AND ((@IsNull_C2503500 = 1 AND [C2503500] IS NULL) OR ([C2503500] = @Original" + + "_C2503500)) AND ((@IsNull_C2503600 = 1 AND [C2503600] IS NULL) OR ([C2503600] = " + + "@Original_C2503600)) AND ((@IsNull_C2503700 = 1 AND [C2503700] IS NULL) OR ([C25" + + "03700] = @Original_C2503700)) AND ((@IsNull_C2532000 = 1 AND [C2532000] IS NULL)" + + " OR ([C2532000] = @Original_C2532000)) AND ((@IsNull_C2532100 = 1 AND [C2532100]" + + " IS NULL) OR ([C2532100] = @Original_C2532100)) AND ((@IsNull_C2532200 = 1 AND [" + + "C2532200] IS NULL) OR ([C2532200] = @Original_C2532200)) AND ((@IsNull_C2802800 " + + "= 1 AND [C2802800] IS NULL) OR ([C2802800] = @Original_C2802800)) AND ((@IsNull_" + + "C2802900 = 1 AND [C2802900] IS NULL) OR ([C2802900] = @Original_C2802900)) AND (" + + "(@IsNull_C2803000 = 1 AND [C2803000] IS NULL) OR ([C2803000] = @Original_C280300" + + "0)) AND ((@IsNull_C3111300 = 1 AND [C3111300] IS NULL) OR ([C3111300] = @Origina" + + "l_C3111300)) AND ((@IsNull_C3111400 = 1 AND [C3111400] IS NULL) OR ([C3111400] =" + + " @Original_C3111400)) AND ((@IsNull_C3111500 = 1 AND [C3111500] IS NULL) OR ([C3" + + "111500] = @Original_C3111500)) AND ((@IsNull_C3615000 = 1 AND [C3615000] IS NULL" + + ") OR ([C3615000] = @Original_C3615000)) AND ((@IsNull_C3615100 = 1 AND [C3615100" + + "] IS NULL) OR ([C3615100] = @Original_C3615100)) AND ((@IsNull_C3615200 = 1 AND " + + "[C3615200] IS NULL) OR ([C3615200] = @Original_C3615200)) AND ((@IsNull_C3993600" + + " = 1 AND [C3993600] IS NULL) OR ([C3993600] = @Original_C3993600)) AND ((@IsNull" + + "_C3993700 = 1 AND [C3993700] IS NULL) OR ([C3993700] = @Original_C3993700)) AND " + + "((@IsNull_C3993800 = 1 AND [C3993800] IS NULL) OR ([C3993800] = @Original_C39938" + + "00)));\r\nSELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0579900, C0580" + + "000, C0580100, C0799400, C0799500, C0799600, C0998600, C0998700, C0998800, C1198" + + "600, C1198700, C1198800, C1507600, C1507700, C1507800, C1564500, C1564600, C1564" + + "700, C1799900, C1800000, C1800100, C2503500, C2503600, C2503700, C2532000, C2532" + + "100, C2532200, C2802800, C2802900, C2803000, C3111300, C3111400, C3111500, C3615" + + "000, C3615100, C3615200, C3993600, C3993700, C3993800 FROM Extract.tblGen2Outcom" + + "esMath WHERE (C0000100 = @C0000100)"; + this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0579900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0579900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0580000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0580000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0580100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0580100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0799400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0799500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0799600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0998600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0998700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0998800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1198600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1198700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1198800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1507600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1507700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1507800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1564500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1564600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1564700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1799900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1799900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1800000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1800000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C1800100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1800100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2503500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2503600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2503700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2532000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2532100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2532200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2802800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2802800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2802900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2802900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C2803000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2803000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3111300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3111400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3111500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3615000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3615100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3615200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3993600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3993700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3993800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0579900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0579900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0579900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0579900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0580000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0580000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0580000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0580000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0580100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0580100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0580100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0580100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0799400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0799400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0799500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0799500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0799600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0799600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0799600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0998600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0998600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0998700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0998700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0998800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0998800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0998800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1198600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1198600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1198700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1198700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1198800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1198800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1198800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1507600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1507600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1507700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1507700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1507800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1507800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1507800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1564500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1564500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1564600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1564600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1564700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1564700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1564700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1799900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1799900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1799900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1799900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1800000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1800000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1800000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1800000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C1800100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1800100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C1800100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C1800100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2503500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2503500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2503600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2503600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2503700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2503700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2503700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2532000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2532000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2532100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2532100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2532200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2532200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2532200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2802800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2802800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2802800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2802800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2802900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2802900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2802900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2802900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C2803000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2803000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C2803000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C2803000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3111300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3111300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3111400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3111400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3111500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3111500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3111500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3615000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3615000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3615100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3615100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3615200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3615200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3615200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3993600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3993600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3993700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3993700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3993800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3993800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3993800", 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::Nls.Base79.Properties.Settings.Default.Nlsy79ConnectionStringBase; + } + + [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 C0000100, C0000200, C0005300, C0005400, C0005700, C0579900, C0580000, C0580100, C0799400, C0799500, C0799600, C0998600, C0998700, C0998800, C1198600, C1198700, C1198800, C1507600, C1507700, C1507800, C1564500, C1564600, C1564700, C1799900, C1800000, C1800100, C2503500, C2503600, C2503700, C2532000, C2532100, C2532200, C2802800, C2802900, C2803000, C3111300, C3111400, C3111500, C3615000, C3615100, C3615200, C3993600, C3993700, C3993800 FROM Extract.tblGen2OutcomesMath"; + 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(ImportDataSet.tblGen2OutcomesMathDataTable dataTable) { + this.Adapter.SelectCommand = this.CommandCollection[0]; + if ((this.ClearBeforeFill == true)) { + dataTable.Clear(); } - if ((Original_T1487300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[209].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[210].Value = ((int)(Original_T1487300.Value)); + 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 ImportDataSet.tblGen2OutcomesMathDataTable GetData() { + this.Adapter.SelectCommand = this.CommandCollection[0]; + ImportDataSet.tblGen2OutcomesMathDataTable dataTable = new ImportDataSet.tblGen2OutcomesMathDataTable(); + 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(ImportDataSet.tblGen2OutcomesMathDataTable 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(ImportDataSet dataSet) { + return this.Adapter.Update(dataSet, "tblGen2OutcomesMath"); + } + + [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( + int Original_C0000100, + global::System.Nullable Original_C0000200, + global::System.Nullable Original_C0005300, + global::System.Nullable Original_C0005400, + global::System.Nullable Original_C0005700, + global::System.Nullable Original_C0579900, + global::System.Nullable Original_C0580000, + global::System.Nullable Original_C0580100, + global::System.Nullable Original_C0799400, + global::System.Nullable Original_C0799500, + global::System.Nullable Original_C0799600, + global::System.Nullable Original_C0998600, + global::System.Nullable Original_C0998700, + global::System.Nullable Original_C0998800, + global::System.Nullable Original_C1198600, + global::System.Nullable Original_C1198700, + global::System.Nullable Original_C1198800, + global::System.Nullable Original_C1507600, + global::System.Nullable Original_C1507700, + global::System.Nullable Original_C1507800, + global::System.Nullable Original_C1564500, + global::System.Nullable Original_C1564600, + global::System.Nullable Original_C1564700, + global::System.Nullable Original_C1799900, + global::System.Nullable Original_C1800000, + global::System.Nullable Original_C1800100, + global::System.Nullable Original_C2503500, + global::System.Nullable Original_C2503600, + global::System.Nullable Original_C2503700, + global::System.Nullable Original_C2532000, + global::System.Nullable Original_C2532100, + global::System.Nullable Original_C2532200, + global::System.Nullable Original_C2802800, + global::System.Nullable Original_C2802900, + global::System.Nullable Original_C2803000, + global::System.Nullable Original_C3111300, + global::System.Nullable Original_C3111400, + global::System.Nullable Original_C3111500, + global::System.Nullable Original_C3615000, + global::System.Nullable Original_C3615100, + global::System.Nullable Original_C3615200, + global::System.Nullable Original_C3993600, + global::System.Nullable Original_C3993700, + global::System.Nullable Original_C3993800) { + this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_C0000100)); + if ((Original_C0000200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_C0000200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[209].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[210].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((Original_T1487400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[211].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[212].Value = ((int)(Original_T1487400.Value)); + if ((Original_C0005300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[4].Value = ((int)(Original_C0005300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[211].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[212].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((Original_T1487500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[213].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[214].Value = ((int)(Original_T1487500.Value)); + if ((Original_C0005400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_C0005400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[213].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[214].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((Original_T1487600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[215].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[216].Value = ((int)(Original_T1487600.Value)); + if ((Original_C0005700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[8].Value = ((int)(Original_C0005700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[215].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[216].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((Original_T1487700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[217].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[218].Value = ((int)(Original_T1487700.Value)); + if ((Original_C0579900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_C0579900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[217].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[218].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((Original_T1487800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[219].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[220].Value = ((int)(Original_T1487800.Value)); + if ((Original_C0580000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[12].Value = ((int)(Original_C0580000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[219].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[220].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((Original_T2217700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[221].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[222].Value = ((int)(Original_T2217700.Value)); + if ((Original_C0580100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[14].Value = ((int)(Original_C0580100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[221].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[222].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((Original_T2533500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[223].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[224].Value = ((int)(Original_T2533500.Value)); + if ((Original_C0799400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[16].Value = ((int)(Original_C0799400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[223].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[224].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((Original_T2533600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[225].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[226].Value = ((int)(Original_T2533600.Value)); + if ((Original_C0799500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[18].Value = ((int)(Original_C0799500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[225].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[226].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((Original_T2533700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[227].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[228].Value = ((int)(Original_T2533700.Value)); + if ((Original_C0799600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[20].Value = ((int)(Original_C0799600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[227].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[228].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value; } - if ((Original_T2533800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[229].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[230].Value = ((int)(Original_T2533800.Value)); + if ((Original_C0998600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[22].Value = ((int)(Original_C0998600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[229].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[230].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((Original_T2533900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[231].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[232].Value = ((int)(Original_T2533900.Value)); + if ((Original_C0998700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[24].Value = ((int)(Original_C0998700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[231].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[232].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.Value; } - if ((Original_T2534000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[233].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[234].Value = ((int)(Original_T2534000.Value)); + if ((Original_C0998800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[26].Value = ((int)(Original_C0998800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[233].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[234].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value; } - if ((Original_T2534100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[235].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[236].Value = ((int)(Original_T2534100.Value)); + if ((Original_C1198600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[28].Value = ((int)(Original_C1198600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[235].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[236].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value; } - if ((Original_T2534200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[237].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[238].Value = ((int)(Original_T2534200.Value)); + if ((Original_C1198700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[30].Value = ((int)(Original_C1198700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[237].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[238].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.Value; } - if ((Original_T2534300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[239].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[240].Value = ((int)(Original_T2534300.Value)); + if ((Original_C1198800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[32].Value = ((int)(Original_C1198800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[239].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[240].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[32].Value = global::System.DBNull.Value; } - if ((Original_T2534400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[241].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[242].Value = ((int)(Original_T2534400.Value)); + if ((Original_C1507600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[34].Value = ((int)(Original_C1507600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[241].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[242].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.Value; } - if ((Original_T2534500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[243].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[244].Value = ((int)(Original_T2534500.Value)); + if ((Original_C1507700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[36].Value = ((int)(Original_C1507700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[243].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[244].Value = global::System.DBNull.Value; - } - 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(); + this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.Value; } - try { - int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); - return returnValue; + if ((Original_C1507800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[38].Value = ((int)(Original_C1507800.Value)); } - finally { - if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.DeleteCommand.Connection.Close(); - } + else { + this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[38].Value = global::System.DBNull.Value; } - } - - [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( - int R0000100, - global::System.Nullable R0173600, - global::System.Nullable R0214700, - global::System.Nullable R0214800, - global::System.Nullable R4825700, - global::System.Nullable R4826000, - global::System.Nullable R4826100, - global::System.Nullable R4826300, - global::System.Nullable R4826500, - global::System.Nullable R4826800, - global::System.Nullable R5495900, - global::System.Nullable R5496200, - global::System.Nullable R5496300, - global::System.Nullable R5496500, - global::System.Nullable R5496700, - global::System.Nullable R5497000, - global::System.Nullable R5497200, - global::System.Nullable R6210700, - global::System.Nullable R6210800, - global::System.Nullable R6210900, - global::System.Nullable R6211500, - global::System.Nullable R6211600, - global::System.Nullable R6211700, - global::System.Nullable R6211800, - global::System.Nullable R6211900, - global::System.Nullable R6212200, - global::System.Nullable R6212300, - global::System.Nullable R6764000, - global::System.Nullable R6764100, - global::System.Nullable R6764200, - global::System.Nullable R6764900, - global::System.Nullable R6765000, - global::System.Nullable R6765100, - global::System.Nullable R6765200, - global::System.Nullable R6765600, - global::System.Nullable R6765700, - global::System.Nullable R6765800, - global::System.Nullable R6839600, - global::System.Nullable R7408300, - global::System.Nullable R7408400, - global::System.Nullable R7408500, - global::System.Nullable R7409200, - global::System.Nullable R7409300, - global::System.Nullable R7409400, - global::System.Nullable R7409500, - global::System.Nullable R7409900, - global::System.Nullable R7410000, - global::System.Nullable R7410100, - global::System.Nullable R7548600, - global::System.Nullable R8106400, - global::System.Nullable R8106500, - global::System.Nullable R8106600, - global::System.Nullable R8106700, - global::System.Nullable R8106800, - global::System.Nullable R8106900, - global::System.Nullable R8107000, - global::System.Nullable R8107100, - global::System.Nullable R8107200, - global::System.Nullable R8255400, - global::System.Nullable R9900400, - global::System.Nullable R9900600, - global::System.Nullable R9900601, - global::System.Nullable R9901200, - global::System.Nullable R9901400, - global::System.Nullable R9901401, - global::System.Nullable R9902000, - global::System.Nullable R9902200, - global::System.Nullable R9902201, - global::System.Nullable R9902800, - global::System.Nullable R9903000, - global::System.Nullable R9903001, - global::System.Nullable R9903600, - global::System.Nullable R9903800, - global::System.Nullable R9903801, - global::System.Nullable R9904400, - global::System.Nullable R9904600, - global::System.Nullable R9904601, - global::System.Nullable R9905200, - global::System.Nullable R9905400, - global::System.Nullable R9905401, - global::System.Nullable R9906000, - global::System.Nullable R9906600, - global::System.Nullable R9907200, - global::System.Nullable R9907800, - global::System.Nullable R9908000, - global::System.Nullable R9911200, - global::System.Nullable R9911201, - global::System.Nullable T0337300, - global::System.Nullable T0337400, - global::System.Nullable T0337500, - global::System.Nullable T0337600, - global::System.Nullable T0337700, - global::System.Nullable T0337800, - global::System.Nullable T0337900, - global::System.Nullable T0338000, - global::System.Nullable T0338100, - global::System.Nullable T0338200, - global::System.Nullable T0338300, - global::System.Nullable T0338400, - global::System.Nullable T0338500, - global::System.Nullable T0338600, - global::System.Nullable T1486900, - global::System.Nullable T1487000, - global::System.Nullable T1487100, - global::System.Nullable T1487200, - global::System.Nullable T1487300, - global::System.Nullable T1487400, - global::System.Nullable T1487500, - global::System.Nullable T1487600, - global::System.Nullable T1487700, - global::System.Nullable T1487800, - global::System.Nullable T2217700, - global::System.Nullable T2533500, - global::System.Nullable T2533600, - global::System.Nullable T2533700, - global::System.Nullable T2533800, - global::System.Nullable T2533900, - global::System.Nullable T2534000, - global::System.Nullable T2534100, - global::System.Nullable T2534200, - global::System.Nullable T2534300, - global::System.Nullable T2534400, - global::System.Nullable T2534500) { - this.Adapter.InsertCommand.Parameters[0].Value = ((int)(R0000100)); - if ((R0173600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[1].Value = ((int)(R0173600.Value)); + if ((Original_C1564500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[40].Value = ((int)(Original_C1564500.Value)); } else { - this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[40].Value = global::System.DBNull.Value; } - if ((R0214700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[2].Value = ((int)(R0214700.Value)); + if ((Original_C1564600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[42].Value = ((int)(Original_C1564600.Value)); } else { - this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[42].Value = global::System.DBNull.Value; } - if ((R0214800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[3].Value = ((int)(R0214800.Value)); + if ((Original_C1564700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[44].Value = ((int)(Original_C1564700.Value)); } else { - this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[44].Value = global::System.DBNull.Value; } - if ((R4825700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[4].Value = ((int)(R4825700.Value)); + if ((Original_C1799900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[46].Value = ((int)(Original_C1799900.Value)); } else { - this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[46].Value = global::System.DBNull.Value; } - if ((R4826000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[5].Value = ((int)(R4826000.Value)); + if ((Original_C1800000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[48].Value = ((int)(Original_C1800000.Value)); } else { - this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[48].Value = global::System.DBNull.Value; } - if ((R4826100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[6].Value = ((int)(R4826100.Value)); + if ((Original_C1800100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[50].Value = ((int)(Original_C1800100.Value)); } else { - this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[50].Value = global::System.DBNull.Value; } - if ((R4826300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[7].Value = ((int)(R4826300.Value)); + if ((Original_C2503500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[52].Value = ((int)(Original_C2503500.Value)); } else { - this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[52].Value = global::System.DBNull.Value; } - if ((R4826500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[8].Value = ((int)(R4826500.Value)); + if ((Original_C2503600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[54].Value = ((int)(Original_C2503600.Value)); } else { - this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[54].Value = global::System.DBNull.Value; } - if ((R4826800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[9].Value = ((int)(R4826800.Value)); + if ((Original_C2503700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[56].Value = ((int)(Original_C2503700.Value)); } else { - this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[56].Value = global::System.DBNull.Value; } - if ((R5495900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[10].Value = ((int)(R5495900.Value)); + if ((Original_C2532000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[58].Value = ((int)(Original_C2532000.Value)); } else { - this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[58].Value = global::System.DBNull.Value; } - if ((R5496200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[11].Value = ((int)(R5496200.Value)); + if ((Original_C2532100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[60].Value = ((int)(Original_C2532100.Value)); } else { - this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[60].Value = global::System.DBNull.Value; } - if ((R5496300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[12].Value = ((int)(R5496300.Value)); + if ((Original_C2532200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[62].Value = ((int)(Original_C2532200.Value)); } else { - this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[62].Value = global::System.DBNull.Value; } - if ((R5496500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[13].Value = ((int)(R5496500.Value)); + if ((Original_C2802800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[64].Value = ((int)(Original_C2802800.Value)); } else { - this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[64].Value = global::System.DBNull.Value; } - if ((R5496700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[14].Value = ((int)(R5496700.Value)); + if ((Original_C2802900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[66].Value = ((int)(Original_C2802900.Value)); } else { - this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[66].Value = global::System.DBNull.Value; } - if ((R5497000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[15].Value = ((int)(R5497000.Value)); + if ((Original_C2803000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[68].Value = ((int)(Original_C2803000.Value)); } else { - this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[68].Value = global::System.DBNull.Value; } - if ((R5497200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[16].Value = ((int)(R5497200.Value)); + if ((Original_C3111300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[70].Value = ((int)(Original_C3111300.Value)); } else { - this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[70].Value = global::System.DBNull.Value; } - if ((R6210700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[17].Value = ((int)(R6210700.Value)); + if ((Original_C3111400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[72].Value = ((int)(Original_C3111400.Value)); } else { - this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[72].Value = global::System.DBNull.Value; } - if ((R6210800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[18].Value = ((int)(R6210800.Value)); + if ((Original_C3111500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[74].Value = ((int)(Original_C3111500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[74].Value = global::System.DBNull.Value; + } + if ((Original_C3615000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[76].Value = ((int)(Original_C3615000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[76].Value = global::System.DBNull.Value; + } + if ((Original_C3615100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[78].Value = ((int)(Original_C3615100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[78].Value = global::System.DBNull.Value; + } + if ((Original_C3615200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[80].Value = ((int)(Original_C3615200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[80].Value = global::System.DBNull.Value; + } + if ((Original_C3993600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[82].Value = ((int)(Original_C3993600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[82].Value = global::System.DBNull.Value; + } + if ((Original_C3993700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[84].Value = ((int)(Original_C3993700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[84].Value = global::System.DBNull.Value; + } + if ((Original_C3993800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[86].Value = ((int)(Original_C3993800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[86].Value = global::System.DBNull.Value; + } + 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( + int C0000100, + global::System.Nullable C0000200, + global::System.Nullable C0005300, + global::System.Nullable C0005400, + global::System.Nullable C0005700, + global::System.Nullable C0579900, + global::System.Nullable C0580000, + global::System.Nullable C0580100, + global::System.Nullable C0799400, + global::System.Nullable C0799500, + global::System.Nullable C0799600, + global::System.Nullable C0998600, + global::System.Nullable C0998700, + global::System.Nullable C0998800, + global::System.Nullable C1198600, + global::System.Nullable C1198700, + global::System.Nullable C1198800, + global::System.Nullable C1507600, + global::System.Nullable C1507700, + global::System.Nullable C1507800, + global::System.Nullable C1564500, + global::System.Nullable C1564600, + global::System.Nullable C1564700, + global::System.Nullable C1799900, + global::System.Nullable C1800000, + global::System.Nullable C1800100, + global::System.Nullable C2503500, + global::System.Nullable C2503600, + global::System.Nullable C2503700, + global::System.Nullable C2532000, + global::System.Nullable C2532100, + global::System.Nullable C2532200, + global::System.Nullable C2802800, + global::System.Nullable C2802900, + global::System.Nullable C2803000, + global::System.Nullable C3111300, + global::System.Nullable C3111400, + global::System.Nullable C3111500, + global::System.Nullable C3615000, + global::System.Nullable C3615100, + global::System.Nullable C3615200, + global::System.Nullable C3993600, + global::System.Nullable C3993700, + global::System.Nullable C3993800) { + this.Adapter.InsertCommand.Parameters[0].Value = ((int)(C0000100)); + if ((C0000200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[1].Value = ((int)(C0000200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; + } + if ((C0005300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[2].Value = ((int)(C0005300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; + } + if ((C0005400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[3].Value = ((int)(C0005400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; + } + if ((C0005700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[4].Value = ((int)(C0005700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; + } + if ((C0579900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[5].Value = ((int)(C0579900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; + } + if ((C0580000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[6].Value = ((int)(C0580000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; + } + if ((C0580100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[7].Value = ((int)(C0580100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; + } + if ((C0799400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[8].Value = ((int)(C0799400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; + } + if ((C0799500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[9].Value = ((int)(C0799500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; + } + if ((C0799600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[10].Value = ((int)(C0799600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; + } + if ((C0998600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[11].Value = ((int)(C0998600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; + } + if ((C0998700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[12].Value = ((int)(C0998700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; + } + if ((C0998800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[13].Value = ((int)(C0998800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; + } + if ((C1198600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[14].Value = ((int)(C1198600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; + } + if ((C1198700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[15].Value = ((int)(C1198700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; + } + if ((C1198800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[16].Value = ((int)(C1198800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; + } + if ((C1507600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[17].Value = ((int)(C1507600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; + } + if ((C1507700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[18].Value = ((int)(C1507700.Value)); } else { this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((R6210900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[19].Value = ((int)(R6210900.Value)); + if ((C1507800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[19].Value = ((int)(C1507800.Value)); } else { this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; } - if ((R6211500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[20].Value = ((int)(R6211500.Value)); + if ((C1564500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[20].Value = ((int)(C1564500.Value)); } else { this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; } - if ((R6211600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[21].Value = ((int)(R6211600.Value)); + if ((C1564600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[21].Value = ((int)(C1564600.Value)); } else { this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; } - if ((R6211700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[22].Value = ((int)(R6211700.Value)); + if ((C1564700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[22].Value = ((int)(C1564700.Value)); } else { this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((R6211800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[23].Value = ((int)(R6211800.Value)); + if ((C1799900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[23].Value = ((int)(C1799900.Value)); } else { this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; } - if ((R6211900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[24].Value = ((int)(R6211900.Value)); + if ((C1800000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[24].Value = ((int)(C1800000.Value)); } else { this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; } - if ((R6212200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[25].Value = ((int)(R6212200.Value)); + if ((C1800100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[25].Value = ((int)(C1800100.Value)); } else { this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; } - if ((R6212300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[26].Value = ((int)(R6212300.Value)); + if ((C2503500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[26].Value = ((int)(C2503500.Value)); } else { this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; } - if ((R6764000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[27].Value = ((int)(R6764000.Value)); + if ((C2503600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[27].Value = ((int)(C2503600.Value)); } else { this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; } - if ((R6764100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[28].Value = ((int)(R6764100.Value)); + if ((C2503700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[28].Value = ((int)(C2503700.Value)); } else { this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; } - if ((R6764200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[29].Value = ((int)(R6764200.Value)); + if ((C2532000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[29].Value = ((int)(C2532000.Value)); } else { this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; } - if ((R6764900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[30].Value = ((int)(R6764900.Value)); + if ((C2532100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[30].Value = ((int)(C2532100.Value)); } else { this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; } - if ((R6765000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[31].Value = ((int)(R6765000.Value)); + if ((C2532200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[31].Value = ((int)(C2532200.Value)); } else { this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; } - if ((R6765100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[32].Value = ((int)(R6765100.Value)); + if ((C2802800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[32].Value = ((int)(C2802800.Value)); } else { this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; } - if ((R6765200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[33].Value = ((int)(R6765200.Value)); + if ((C2802900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[33].Value = ((int)(C2802900.Value)); } else { this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; } - if ((R6765600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[34].Value = ((int)(R6765600.Value)); + if ((C2803000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[34].Value = ((int)(C2803000.Value)); } else { this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; } - if ((R6765700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[35].Value = ((int)(R6765700.Value)); + if ((C3111300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[35].Value = ((int)(C3111300.Value)); } else { this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; } - if ((R6765800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[36].Value = ((int)(R6765800.Value)); + if ((C3111400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[36].Value = ((int)(C3111400.Value)); } else { this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; } - if ((R6839600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[37].Value = ((int)(R6839600.Value)); + if ((C3111500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[37].Value = ((int)(C3111500.Value)); } else { this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; } - if ((R7408300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[38].Value = ((int)(R7408300.Value)); + if ((C3615000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[38].Value = ((int)(C3615000.Value)); } else { this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; } - if ((R7408400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[39].Value = ((int)(R7408400.Value)); + if ((C3615100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[39].Value = ((int)(C3615100.Value)); } else { this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; } - if ((R7408500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[40].Value = ((int)(R7408500.Value)); + if ((C3615200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[40].Value = ((int)(C3615200.Value)); } else { this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; } - if ((R7409200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[41].Value = ((int)(R7409200.Value)); + if ((C3993600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[41].Value = ((int)(C3993600.Value)); } else { this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; } - if ((R7409300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[42].Value = ((int)(R7409300.Value)); + if ((C3993700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[42].Value = ((int)(C3993700.Value)); } else { this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; } - if ((R7409400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[43].Value = ((int)(R7409400.Value)); + if ((C3993800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[43].Value = ((int)(C3993800.Value)); } else { this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; } - if ((R7409500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[44].Value = ((int)(R7409500.Value)); + 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( + int C0000100, + global::System.Nullable C0000200, + global::System.Nullable C0005300, + global::System.Nullable C0005400, + global::System.Nullable C0005700, + global::System.Nullable C0579900, + global::System.Nullable C0580000, + global::System.Nullable C0580100, + global::System.Nullable C0799400, + global::System.Nullable C0799500, + global::System.Nullable C0799600, + global::System.Nullable C0998600, + global::System.Nullable C0998700, + global::System.Nullable C0998800, + global::System.Nullable C1198600, + global::System.Nullable C1198700, + global::System.Nullable C1198800, + global::System.Nullable C1507600, + global::System.Nullable C1507700, + global::System.Nullable C1507800, + global::System.Nullable C1564500, + global::System.Nullable C1564600, + global::System.Nullable C1564700, + global::System.Nullable C1799900, + global::System.Nullable C1800000, + global::System.Nullable C1800100, + global::System.Nullable C2503500, + global::System.Nullable C2503600, + global::System.Nullable C2503700, + global::System.Nullable C2532000, + global::System.Nullable C2532100, + global::System.Nullable C2532200, + global::System.Nullable C2802800, + global::System.Nullable C2802900, + global::System.Nullable C2803000, + global::System.Nullable C3111300, + global::System.Nullable C3111400, + global::System.Nullable C3111500, + global::System.Nullable C3615000, + global::System.Nullable C3615100, + global::System.Nullable C3615200, + global::System.Nullable C3993600, + global::System.Nullable C3993700, + global::System.Nullable C3993800, + int Original_C0000100, + global::System.Nullable Original_C0000200, + global::System.Nullable Original_C0005300, + global::System.Nullable Original_C0005400, + global::System.Nullable Original_C0005700, + global::System.Nullable Original_C0579900, + global::System.Nullable Original_C0580000, + global::System.Nullable Original_C0580100, + global::System.Nullable Original_C0799400, + global::System.Nullable Original_C0799500, + global::System.Nullable Original_C0799600, + global::System.Nullable Original_C0998600, + global::System.Nullable Original_C0998700, + global::System.Nullable Original_C0998800, + global::System.Nullable Original_C1198600, + global::System.Nullable Original_C1198700, + global::System.Nullable Original_C1198800, + global::System.Nullable Original_C1507600, + global::System.Nullable Original_C1507700, + global::System.Nullable Original_C1507800, + global::System.Nullable Original_C1564500, + global::System.Nullable Original_C1564600, + global::System.Nullable Original_C1564700, + global::System.Nullable Original_C1799900, + global::System.Nullable Original_C1800000, + global::System.Nullable Original_C1800100, + global::System.Nullable Original_C2503500, + global::System.Nullable Original_C2503600, + global::System.Nullable Original_C2503700, + global::System.Nullable Original_C2532000, + global::System.Nullable Original_C2532100, + global::System.Nullable Original_C2532200, + global::System.Nullable Original_C2802800, + global::System.Nullable Original_C2802900, + global::System.Nullable Original_C2803000, + global::System.Nullable Original_C3111300, + global::System.Nullable Original_C3111400, + global::System.Nullable Original_C3111500, + global::System.Nullable Original_C3615000, + global::System.Nullable Original_C3615100, + global::System.Nullable Original_C3615200, + global::System.Nullable Original_C3993600, + global::System.Nullable Original_C3993700, + global::System.Nullable Original_C3993800) { + this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(C0000100)); + if ((C0000200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(C0000200.Value)); } else { - this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; } - if ((R7409900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[45].Value = ((int)(R7409900.Value)); + if ((C0005300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(C0005300.Value)); } else { - this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((R7410000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[46].Value = ((int)(R7410000.Value)); + if ((C0005400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(C0005400.Value)); } else { - this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; } - if ((R7410100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[47].Value = ((int)(R7410100.Value)); + if ((C0005700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(C0005700.Value)); } else { - this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((R7548600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[48].Value = ((int)(R7548600.Value)); + if ((C0579900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(C0579900.Value)); } else { - this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((R8106400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[49].Value = ((int)(R8106400.Value)); + if ((C0580000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(C0580000.Value)); } else { - this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((R8106500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[50].Value = ((int)(R8106500.Value)); + if ((C0580100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(C0580100.Value)); } else { - this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; } - if ((R8106600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[51].Value = ((int)(R8106600.Value)); + if ((C0799400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(C0799400.Value)); } else { - this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((R8106700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[52].Value = ((int)(R8106700.Value)); + if ((C0799500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(C0799500.Value)); } else { - this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; } - if ((R8106800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[53].Value = ((int)(R8106800.Value)); + if ((C0799600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(C0799600.Value)); } else { - this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((R8106900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[54].Value = ((int)(R8106900.Value)); + if ((C0998600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(C0998600.Value)); } else { - this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; } - if ((R8107000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[55].Value = ((int)(R8107000.Value)); + if ((C0998700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(C0998700.Value)); } else { - this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((R8107100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[56].Value = ((int)(R8107100.Value)); + if ((C0998800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(C0998800.Value)); } else { - this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; } - if ((R8107200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[57].Value = ((int)(R8107200.Value)); + if ((C1198600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(C1198600.Value)); } else { - this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((R8255400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[58].Value = ((int)(R8255400.Value)); + if ((C1198700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(C1198700.Value)); } else { - this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; } - if ((R9900400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[59].Value = ((int)(R9900400.Value)); + if ((C1198800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(C1198800.Value)); } else { - this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((R9900600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[60].Value = ((int)(R9900600.Value)); + if ((C1507600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(C1507600.Value)); } else { - this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; } - if ((R9900601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[61].Value = ((int)(R9900601.Value)); + if ((C1507700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(C1507700.Value)); } else { - this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((R9901200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[62].Value = ((int)(R9901200.Value)); + if ((C1507800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(C1507800.Value)); } else { - this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; } - if ((R9901400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[63].Value = ((int)(R9901400.Value)); + if ((C1564500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(C1564500.Value)); } else { - this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; } - if ((R9901401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[64].Value = ((int)(R9901401.Value)); + if ((C1564600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(C1564600.Value)); } else { - this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; } - if ((R9902000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[65].Value = ((int)(R9902000.Value)); + if ((C1564700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[22].Value = ((int)(C1564700.Value)); } else { - this.Adapter.InsertCommand.Parameters[65].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((R9902200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[66].Value = ((int)(R9902200.Value)); + if ((C1799900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(C1799900.Value)); } else { - this.Adapter.InsertCommand.Parameters[66].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; } - if ((R9902201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[67].Value = ((int)(R9902201.Value)); + if ((C1800000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[24].Value = ((int)(C1800000.Value)); } else { - this.Adapter.InsertCommand.Parameters[67].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; } - if ((R9902800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[68].Value = ((int)(R9902800.Value)); + if ((C1800100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(C1800100.Value)); } else { - this.Adapter.InsertCommand.Parameters[68].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; } - if ((R9903000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[69].Value = ((int)(R9903000.Value)); + if ((C2503500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[26].Value = ((int)(C2503500.Value)); } else { - this.Adapter.InsertCommand.Parameters[69].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; } - if ((R9903001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[70].Value = ((int)(R9903001.Value)); + if ((C2503600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(C2503600.Value)); } else { - this.Adapter.InsertCommand.Parameters[70].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; } - if ((R9903600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[71].Value = ((int)(R9903600.Value)); + if ((C2503700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[28].Value = ((int)(C2503700.Value)); } else { - this.Adapter.InsertCommand.Parameters[71].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; } - if ((R9903800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[72].Value = ((int)(R9903800.Value)); + if ((C2532000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(C2532000.Value)); } else { - this.Adapter.InsertCommand.Parameters[72].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; } - if ((R9903801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[73].Value = ((int)(R9903801.Value)); + if ((C2532100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(C2532100.Value)); } else { - this.Adapter.InsertCommand.Parameters[73].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; } - if ((R9904400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[74].Value = ((int)(R9904400.Value)); + if ((C2532200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(C2532200.Value)); } else { - this.Adapter.InsertCommand.Parameters[74].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; } - if ((R9904600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[75].Value = ((int)(R9904600.Value)); + if ((C2802800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[32].Value = ((int)(C2802800.Value)); } else { - this.Adapter.InsertCommand.Parameters[75].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; } - if ((R9904601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[76].Value = ((int)(R9904601.Value)); + if ((C2802900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(C2802900.Value)); } else { - this.Adapter.InsertCommand.Parameters[76].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; } - if ((R9905200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[77].Value = ((int)(R9905200.Value)); + if ((C2803000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[34].Value = ((int)(C2803000.Value)); } else { - this.Adapter.InsertCommand.Parameters[77].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; } - if ((R9905400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[78].Value = ((int)(R9905400.Value)); + if ((C3111300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(C3111300.Value)); } else { - this.Adapter.InsertCommand.Parameters[78].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; } - if ((R9905401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[79].Value = ((int)(R9905401.Value)); + if ((C3111400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[36].Value = ((int)(C3111400.Value)); } else { - this.Adapter.InsertCommand.Parameters[79].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; } - if ((R9906000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[80].Value = ((int)(R9906000.Value)); + if ((C3111500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(C3111500.Value)); } else { - this.Adapter.InsertCommand.Parameters[80].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; } - if ((R9906600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[81].Value = ((int)(R9906600.Value)); + if ((C3615000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[38].Value = ((int)(C3615000.Value)); } else { - this.Adapter.InsertCommand.Parameters[81].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; } - if ((R9907200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[82].Value = ((int)(R9907200.Value)); + if ((C3615100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[39].Value = ((int)(C3615100.Value)); } else { - this.Adapter.InsertCommand.Parameters[82].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; } - if ((R9907800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[83].Value = ((int)(R9907800.Value)); + if ((C3615200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[40].Value = ((int)(C3615200.Value)); } else { - this.Adapter.InsertCommand.Parameters[83].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; } - if ((R9908000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[84].Value = ((int)(R9908000.Value)); + if ((C3993600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[41].Value = ((int)(C3993600.Value)); } else { - this.Adapter.InsertCommand.Parameters[84].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; } - if ((R9911200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[85].Value = ((int)(R9911200.Value)); + if ((C3993700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[42].Value = ((int)(C3993700.Value)); } else { - this.Adapter.InsertCommand.Parameters[85].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; } - if ((R9911201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[86].Value = ((int)(R9911201.Value)); + if ((C3993800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[43].Value = ((int)(C3993800.Value)); } else { - this.Adapter.InsertCommand.Parameters[86].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; } - if ((T0337300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[87].Value = ((int)(T0337300.Value)); + this.Adapter.UpdateCommand.Parameters[44].Value = ((int)(Original_C0000100)); + if ((Original_C0000200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[45].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[46].Value = ((int)(Original_C0000200.Value)); } else { - this.Adapter.InsertCommand.Parameters[87].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[45].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value; } - if ((T0337400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[88].Value = ((int)(T0337400.Value)); + if ((Original_C0005300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[47].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[48].Value = ((int)(Original_C0005300.Value)); } else { - this.Adapter.InsertCommand.Parameters[88].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[47].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value; } - if ((T0337500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[89].Value = ((int)(T0337500.Value)); + if ((Original_C0005400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[49].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[50].Value = ((int)(Original_C0005400.Value)); } else { - this.Adapter.InsertCommand.Parameters[89].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[49].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value; } - if ((T0337600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[90].Value = ((int)(T0337600.Value)); + if ((Original_C0005700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[51].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[52].Value = ((int)(Original_C0005700.Value)); } else { - this.Adapter.InsertCommand.Parameters[90].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[51].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value; } - if ((T0337700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[91].Value = ((int)(T0337700.Value)); + if ((Original_C0579900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[53].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[54].Value = ((int)(Original_C0579900.Value)); } else { - this.Adapter.InsertCommand.Parameters[91].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[53].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value; } - if ((T0337800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[92].Value = ((int)(T0337800.Value)); + if ((Original_C0580000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[55].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[56].Value = ((int)(Original_C0580000.Value)); } else { - this.Adapter.InsertCommand.Parameters[92].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[55].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value; } - if ((T0337900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[93].Value = ((int)(T0337900.Value)); + if ((Original_C0580100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[57].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[58].Value = ((int)(Original_C0580100.Value)); } else { - this.Adapter.InsertCommand.Parameters[93].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[57].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value; } - if ((T0338000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[94].Value = ((int)(T0338000.Value)); + if ((Original_C0799400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[59].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[60].Value = ((int)(Original_C0799400.Value)); } else { - this.Adapter.InsertCommand.Parameters[94].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[59].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value; } - if ((T0338100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[95].Value = ((int)(T0338100.Value)); + if ((Original_C0799500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[61].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[62].Value = ((int)(Original_C0799500.Value)); } else { - this.Adapter.InsertCommand.Parameters[95].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[61].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value; } - if ((T0338200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[96].Value = ((int)(T0338200.Value)); + if ((Original_C0799600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[63].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[64].Value = ((int)(Original_C0799600.Value)); } else { - this.Adapter.InsertCommand.Parameters[96].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[63].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value; } - if ((T0338300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[97].Value = ((int)(T0338300.Value)); + if ((Original_C0998600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[65].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[66].Value = ((int)(Original_C0998600.Value)); } else { - this.Adapter.InsertCommand.Parameters[97].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[65].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value; } - if ((T0338400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[98].Value = ((int)(T0338400.Value)); + if ((Original_C0998700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[67].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[68].Value = ((int)(Original_C0998700.Value)); } else { - this.Adapter.InsertCommand.Parameters[98].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[67].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value; } - if ((T0338500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[99].Value = ((int)(T0338500.Value)); + if ((Original_C0998800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[69].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[70].Value = ((int)(Original_C0998800.Value)); } else { - this.Adapter.InsertCommand.Parameters[99].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[69].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value; } - if ((T0338600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[100].Value = ((int)(T0338600.Value)); + if ((Original_C1198600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[71].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[72].Value = ((int)(Original_C1198600.Value)); } else { - this.Adapter.InsertCommand.Parameters[100].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[71].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[72].Value = global::System.DBNull.Value; } - if ((T1486900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[101].Value = ((int)(T1486900.Value)); + if ((Original_C1198700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[73].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[74].Value = ((int)(Original_C1198700.Value)); } else { - this.Adapter.InsertCommand.Parameters[101].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[73].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[74].Value = global::System.DBNull.Value; } - if ((T1487000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[102].Value = ((int)(T1487000.Value)); + if ((Original_C1198800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[75].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[76].Value = ((int)(Original_C1198800.Value)); } else { - this.Adapter.InsertCommand.Parameters[102].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[75].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[76].Value = global::System.DBNull.Value; } - if ((T1487100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[103].Value = ((int)(T1487100.Value)); + if ((Original_C1507600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[77].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[78].Value = ((int)(Original_C1507600.Value)); } else { - this.Adapter.InsertCommand.Parameters[103].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[77].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[78].Value = global::System.DBNull.Value; } - if ((T1487200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[104].Value = ((int)(T1487200.Value)); + if ((Original_C1507700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[79].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[80].Value = ((int)(Original_C1507700.Value)); } else { - this.Adapter.InsertCommand.Parameters[104].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[79].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[80].Value = global::System.DBNull.Value; } - if ((T1487300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[105].Value = ((int)(T1487300.Value)); + if ((Original_C1507800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[81].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[82].Value = ((int)(Original_C1507800.Value)); } else { - this.Adapter.InsertCommand.Parameters[105].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[81].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[82].Value = global::System.DBNull.Value; } - if ((T1487400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[106].Value = ((int)(T1487400.Value)); + if ((Original_C1564500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[83].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[84].Value = ((int)(Original_C1564500.Value)); } else { - this.Adapter.InsertCommand.Parameters[106].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[83].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[84].Value = global::System.DBNull.Value; } - if ((T1487500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[107].Value = ((int)(T1487500.Value)); + if ((Original_C1564600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[85].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[86].Value = ((int)(Original_C1564600.Value)); } else { - this.Adapter.InsertCommand.Parameters[107].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[85].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[86].Value = global::System.DBNull.Value; } - if ((T1487600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[108].Value = ((int)(T1487600.Value)); + if ((Original_C1564700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[87].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[88].Value = ((int)(Original_C1564700.Value)); } else { - this.Adapter.InsertCommand.Parameters[108].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[87].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[88].Value = global::System.DBNull.Value; } - if ((T1487700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[109].Value = ((int)(T1487700.Value)); + if ((Original_C1799900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[89].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[90].Value = ((int)(Original_C1799900.Value)); } else { - this.Adapter.InsertCommand.Parameters[109].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[89].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[90].Value = global::System.DBNull.Value; } - if ((T1487800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[110].Value = ((int)(T1487800.Value)); + if ((Original_C1800000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[91].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[92].Value = ((int)(Original_C1800000.Value)); } else { - this.Adapter.InsertCommand.Parameters[110].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[91].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[92].Value = global::System.DBNull.Value; } - if ((T2217700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[111].Value = ((int)(T2217700.Value)); + if ((Original_C1800100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[93].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[94].Value = ((int)(Original_C1800100.Value)); } else { - this.Adapter.InsertCommand.Parameters[111].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[93].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[94].Value = global::System.DBNull.Value; } - if ((T2533500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[112].Value = ((int)(T2533500.Value)); + if ((Original_C2503500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[95].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[96].Value = ((int)(Original_C2503500.Value)); } else { - this.Adapter.InsertCommand.Parameters[112].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[95].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[96].Value = global::System.DBNull.Value; } - if ((T2533600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[113].Value = ((int)(T2533600.Value)); + if ((Original_C2503600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[97].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[98].Value = ((int)(Original_C2503600.Value)); } else { - this.Adapter.InsertCommand.Parameters[113].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[97].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[98].Value = global::System.DBNull.Value; } - if ((T2533700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[114].Value = ((int)(T2533700.Value)); + if ((Original_C2503700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[99].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[100].Value = ((int)(Original_C2503700.Value)); } else { - this.Adapter.InsertCommand.Parameters[114].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[99].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[100].Value = global::System.DBNull.Value; } - if ((T2533800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[115].Value = ((int)(T2533800.Value)); + if ((Original_C2532000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[101].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[102].Value = ((int)(Original_C2532000.Value)); } else { - this.Adapter.InsertCommand.Parameters[115].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[101].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[102].Value = global::System.DBNull.Value; } - if ((T2533900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[116].Value = ((int)(T2533900.Value)); + if ((Original_C2532100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[103].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[104].Value = ((int)(Original_C2532100.Value)); } else { - this.Adapter.InsertCommand.Parameters[116].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[103].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[104].Value = global::System.DBNull.Value; } - if ((T2534000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[117].Value = ((int)(T2534000.Value)); + if ((Original_C2532200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[105].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[106].Value = ((int)(Original_C2532200.Value)); } else { - this.Adapter.InsertCommand.Parameters[117].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[105].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[106].Value = global::System.DBNull.Value; } - if ((T2534100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[118].Value = ((int)(T2534100.Value)); + if ((Original_C2802800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[107].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[108].Value = ((int)(Original_C2802800.Value)); } else { - this.Adapter.InsertCommand.Parameters[118].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[107].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[108].Value = global::System.DBNull.Value; } - if ((T2534200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[119].Value = ((int)(T2534200.Value)); + if ((Original_C2802900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[109].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[110].Value = ((int)(Original_C2802900.Value)); } else { - this.Adapter.InsertCommand.Parameters[119].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[109].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[110].Value = global::System.DBNull.Value; } - if ((T2534300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[120].Value = ((int)(T2534300.Value)); + if ((Original_C2803000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[111].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[112].Value = ((int)(Original_C2803000.Value)); } else { - this.Adapter.InsertCommand.Parameters[120].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[111].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[112].Value = global::System.DBNull.Value; } - if ((T2534400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[121].Value = ((int)(T2534400.Value)); + if ((Original_C3111300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[113].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[114].Value = ((int)(Original_C3111300.Value)); } else { - this.Adapter.InsertCommand.Parameters[121].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[113].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[114].Value = global::System.DBNull.Value; } - if ((T2534500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[122].Value = ((int)(T2534500.Value)); + if ((Original_C3111400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[115].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[116].Value = ((int)(Original_C3111400.Value)); } else { - this.Adapter.InsertCommand.Parameters[122].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[115].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[116].Value = global::System.DBNull.Value; } - global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State; - if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open) + if ((Original_C3111500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[117].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[118].Value = ((int)(Original_C3111500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[117].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[118].Value = global::System.DBNull.Value; + } + if ((Original_C3615000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[119].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[120].Value = ((int)(Original_C3615000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[119].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[120].Value = global::System.DBNull.Value; + } + if ((Original_C3615100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[121].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[122].Value = ((int)(Original_C3615100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[121].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[122].Value = global::System.DBNull.Value; + } + if ((Original_C3615200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[123].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[124].Value = ((int)(Original_C3615200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[123].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[124].Value = global::System.DBNull.Value; + } + if ((Original_C3993600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[125].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[126].Value = ((int)(Original_C3993600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[125].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[126].Value = global::System.DBNull.Value; + } + if ((Original_C3993700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[127].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[128].Value = ((int)(Original_C3993700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[127].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[128].Value = global::System.DBNull.Value; + } + if ((Original_C3993800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[129].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[130].Value = ((int)(Original_C3993800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[129].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[130].Value = global::System.DBNull.Value; + } + 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.InsertCommand.Connection.Open(); + this.Adapter.UpdateCommand.Connection.Open(); } try { - int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); + int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); return returnValue; } finally { if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.InsertCommand.Connection.Close(); + this.Adapter.UpdateCommand.Connection.Close(); } } } @@ -112365,2343 +110583,1792 @@ public virtual int Insert( [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] public virtual int Update( - int R0000100, - global::System.Nullable R0173600, - global::System.Nullable R0214700, - global::System.Nullable R0214800, - global::System.Nullable R4825700, - global::System.Nullable R4826000, - global::System.Nullable R4826100, - global::System.Nullable R4826300, - global::System.Nullable R4826500, - global::System.Nullable R4826800, - global::System.Nullable R5495900, - global::System.Nullable R5496200, - global::System.Nullable R5496300, - global::System.Nullable R5496500, - global::System.Nullable R5496700, - global::System.Nullable R5497000, - global::System.Nullable R5497200, - global::System.Nullable R6210700, - global::System.Nullable R6210800, - global::System.Nullable R6210900, - global::System.Nullable R6211500, - global::System.Nullable R6211600, - global::System.Nullable R6211700, - global::System.Nullable R6211800, - global::System.Nullable R6211900, - global::System.Nullable R6212200, - global::System.Nullable R6212300, - global::System.Nullable R6764000, - global::System.Nullable R6764100, - global::System.Nullable R6764200, - global::System.Nullable R6764900, - global::System.Nullable R6765000, - global::System.Nullable R6765100, - global::System.Nullable R6765200, - global::System.Nullable R6765600, - global::System.Nullable R6765700, - global::System.Nullable R6765800, - global::System.Nullable R6839600, - global::System.Nullable R7408300, - global::System.Nullable R7408400, - global::System.Nullable R7408500, - global::System.Nullable R7409200, - global::System.Nullable R7409300, - global::System.Nullable R7409400, - global::System.Nullable R7409500, - global::System.Nullable R7409900, - global::System.Nullable R7410000, - global::System.Nullable R7410100, - global::System.Nullable R7548600, - global::System.Nullable R8106400, - global::System.Nullable R8106500, - global::System.Nullable R8106600, - global::System.Nullable R8106700, - global::System.Nullable R8106800, - global::System.Nullable R8106900, - global::System.Nullable R8107000, - global::System.Nullable R8107100, - global::System.Nullable R8107200, - global::System.Nullable R8255400, - global::System.Nullable R9900400, - global::System.Nullable R9900600, - global::System.Nullable R9900601, - global::System.Nullable R9901200, - global::System.Nullable R9901400, - global::System.Nullable R9901401, - global::System.Nullable R9902000, - global::System.Nullable R9902200, - global::System.Nullable R9902201, - global::System.Nullable R9902800, - global::System.Nullable R9903000, - global::System.Nullable R9903001, - global::System.Nullable R9903600, - global::System.Nullable R9903800, - global::System.Nullable R9903801, - global::System.Nullable R9904400, - global::System.Nullable R9904600, - global::System.Nullable R9904601, - global::System.Nullable R9905200, - global::System.Nullable R9905400, - global::System.Nullable R9905401, - global::System.Nullable R9906000, - global::System.Nullable R9906600, - global::System.Nullable R9907200, - global::System.Nullable R9907800, - global::System.Nullable R9908000, - global::System.Nullable R9911200, - global::System.Nullable R9911201, - global::System.Nullable T0337300, - global::System.Nullable T0337400, - global::System.Nullable T0337500, - global::System.Nullable T0337600, - global::System.Nullable T0337700, - global::System.Nullable T0337800, - global::System.Nullable T0337900, - global::System.Nullable T0338000, - global::System.Nullable T0338100, - global::System.Nullable T0338200, - global::System.Nullable T0338300, - global::System.Nullable T0338400, - global::System.Nullable T0338500, - global::System.Nullable T0338600, - global::System.Nullable T1486900, - global::System.Nullable T1487000, - global::System.Nullable T1487100, - global::System.Nullable T1487200, - global::System.Nullable T1487300, - global::System.Nullable T1487400, - global::System.Nullable T1487500, - global::System.Nullable T1487600, - global::System.Nullable T1487700, - global::System.Nullable T1487800, - global::System.Nullable T2217700, - global::System.Nullable T2533500, - global::System.Nullable T2533600, - global::System.Nullable T2533700, - global::System.Nullable T2533800, - global::System.Nullable T2533900, - global::System.Nullable T2534000, - global::System.Nullable T2534100, - global::System.Nullable T2534200, - global::System.Nullable T2534300, - global::System.Nullable T2534400, - global::System.Nullable T2534500, - int Original_R0000100, - global::System.Nullable Original_R0173600, - global::System.Nullable Original_R0214700, - global::System.Nullable Original_R0214800, - global::System.Nullable Original_R4825700, - global::System.Nullable Original_R4826000, - global::System.Nullable Original_R4826100, - global::System.Nullable Original_R4826300, - global::System.Nullable Original_R4826500, - global::System.Nullable Original_R4826800, - global::System.Nullable Original_R5495900, - global::System.Nullable Original_R5496200, - global::System.Nullable Original_R5496300, - global::System.Nullable Original_R5496500, - global::System.Nullable Original_R5496700, - global::System.Nullable Original_R5497000, - global::System.Nullable Original_R5497200, - global::System.Nullable Original_R6210700, - global::System.Nullable Original_R6210800, - global::System.Nullable Original_R6210900, - global::System.Nullable Original_R6211500, - global::System.Nullable Original_R6211600, - global::System.Nullable Original_R6211700, - global::System.Nullable Original_R6211800, - global::System.Nullable Original_R6211900, - global::System.Nullable Original_R6212200, - global::System.Nullable Original_R6212300, - global::System.Nullable Original_R6764000, - global::System.Nullable Original_R6764100, - global::System.Nullable Original_R6764200, - global::System.Nullable Original_R6764900, - global::System.Nullable Original_R6765000, - global::System.Nullable Original_R6765100, - global::System.Nullable Original_R6765200, - global::System.Nullable Original_R6765600, - global::System.Nullable Original_R6765700, - global::System.Nullable Original_R6765800, - global::System.Nullable Original_R6839600, - global::System.Nullable Original_R7408300, - global::System.Nullable Original_R7408400, - global::System.Nullable Original_R7408500, - global::System.Nullable Original_R7409200, - global::System.Nullable Original_R7409300, - global::System.Nullable Original_R7409400, - global::System.Nullable Original_R7409500, - global::System.Nullable Original_R7409900, - global::System.Nullable Original_R7410000, - global::System.Nullable Original_R7410100, - global::System.Nullable Original_R7548600, - global::System.Nullable Original_R8106400, - global::System.Nullable Original_R8106500, - global::System.Nullable Original_R8106600, - global::System.Nullable Original_R8106700, - global::System.Nullable Original_R8106800, - global::System.Nullable Original_R8106900, - global::System.Nullable Original_R8107000, - global::System.Nullable Original_R8107100, - global::System.Nullable Original_R8107200, - global::System.Nullable Original_R8255400, - global::System.Nullable Original_R9900400, - global::System.Nullable Original_R9900600, - global::System.Nullable Original_R9900601, - global::System.Nullable Original_R9901200, - global::System.Nullable Original_R9901400, - global::System.Nullable Original_R9901401, - global::System.Nullable Original_R9902000, - global::System.Nullable Original_R9902200, - global::System.Nullable Original_R9902201, - global::System.Nullable Original_R9902800, - global::System.Nullable Original_R9903000, - global::System.Nullable Original_R9903001, - global::System.Nullable Original_R9903600, - global::System.Nullable Original_R9903800, - global::System.Nullable Original_R9903801, - global::System.Nullable Original_R9904400, - global::System.Nullable Original_R9904600, - global::System.Nullable Original_R9904601, - global::System.Nullable Original_R9905200, - global::System.Nullable Original_R9905400, - global::System.Nullable Original_R9905401, - global::System.Nullable Original_R9906000, - global::System.Nullable Original_R9906600, - global::System.Nullable Original_R9907200, - global::System.Nullable Original_R9907800, - global::System.Nullable Original_R9908000, - global::System.Nullable Original_R9911200, - global::System.Nullable Original_R9911201, - global::System.Nullable Original_T0337300, - global::System.Nullable Original_T0337400, - global::System.Nullable Original_T0337500, - global::System.Nullable Original_T0337600, - global::System.Nullable Original_T0337700, - global::System.Nullable Original_T0337800, - global::System.Nullable Original_T0337900, - global::System.Nullable Original_T0338000, - global::System.Nullable Original_T0338100, - global::System.Nullable Original_T0338200, - global::System.Nullable Original_T0338300, - global::System.Nullable Original_T0338400, - global::System.Nullable Original_T0338500, - global::System.Nullable Original_T0338600, - global::System.Nullable Original_T1486900, - global::System.Nullable Original_T1487000, - global::System.Nullable Original_T1487100, - global::System.Nullable Original_T1487200, - global::System.Nullable Original_T1487300, - global::System.Nullable Original_T1487400, - global::System.Nullable Original_T1487500, - global::System.Nullable Original_T1487600, - global::System.Nullable Original_T1487700, - global::System.Nullable Original_T1487800, - global::System.Nullable Original_T2217700, - global::System.Nullable Original_T2533500, - global::System.Nullable Original_T2533600, - global::System.Nullable Original_T2533700, - global::System.Nullable Original_T2533800, - global::System.Nullable Original_T2533900, - global::System.Nullable Original_T2534000, - global::System.Nullable Original_T2534100, - global::System.Nullable Original_T2534200, - global::System.Nullable Original_T2534300, - global::System.Nullable Original_T2534400, - global::System.Nullable Original_T2534500) { - this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(R0000100)); - if ((R0173600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(R0173600.Value)); + global::System.Nullable C0000200, + global::System.Nullable C0005300, + global::System.Nullable C0005400, + global::System.Nullable C0005700, + global::System.Nullable C0579900, + global::System.Nullable C0580000, + global::System.Nullable C0580100, + global::System.Nullable C0799400, + global::System.Nullable C0799500, + global::System.Nullable C0799600, + global::System.Nullable C0998600, + global::System.Nullable C0998700, + global::System.Nullable C0998800, + global::System.Nullable C1198600, + global::System.Nullable C1198700, + global::System.Nullable C1198800, + global::System.Nullable C1507600, + global::System.Nullable C1507700, + global::System.Nullable C1507800, + global::System.Nullable C1564500, + global::System.Nullable C1564600, + global::System.Nullable C1564700, + global::System.Nullable C1799900, + global::System.Nullable C1800000, + global::System.Nullable C1800100, + global::System.Nullable C2503500, + global::System.Nullable C2503600, + global::System.Nullable C2503700, + global::System.Nullable C2532000, + global::System.Nullable C2532100, + global::System.Nullable C2532200, + global::System.Nullable C2802800, + global::System.Nullable C2802900, + global::System.Nullable C2803000, + global::System.Nullable C3111300, + global::System.Nullable C3111400, + global::System.Nullable C3111500, + global::System.Nullable C3615000, + global::System.Nullable C3615100, + global::System.Nullable C3615200, + global::System.Nullable C3993600, + global::System.Nullable C3993700, + global::System.Nullable C3993800, + int Original_C0000100, + global::System.Nullable Original_C0000200, + global::System.Nullable Original_C0005300, + global::System.Nullable Original_C0005400, + global::System.Nullable Original_C0005700, + global::System.Nullable Original_C0579900, + global::System.Nullable Original_C0580000, + global::System.Nullable Original_C0580100, + global::System.Nullable Original_C0799400, + global::System.Nullable Original_C0799500, + global::System.Nullable Original_C0799600, + global::System.Nullable Original_C0998600, + global::System.Nullable Original_C0998700, + global::System.Nullable Original_C0998800, + global::System.Nullable Original_C1198600, + global::System.Nullable Original_C1198700, + global::System.Nullable Original_C1198800, + global::System.Nullable Original_C1507600, + global::System.Nullable Original_C1507700, + global::System.Nullable Original_C1507800, + global::System.Nullable Original_C1564500, + global::System.Nullable Original_C1564600, + global::System.Nullable Original_C1564700, + global::System.Nullable Original_C1799900, + global::System.Nullable Original_C1800000, + global::System.Nullable Original_C1800100, + global::System.Nullable Original_C2503500, + global::System.Nullable Original_C2503600, + global::System.Nullable Original_C2503700, + global::System.Nullable Original_C2532000, + global::System.Nullable Original_C2532100, + global::System.Nullable Original_C2532200, + global::System.Nullable Original_C2802800, + global::System.Nullable Original_C2802900, + global::System.Nullable Original_C2803000, + global::System.Nullable Original_C3111300, + global::System.Nullable Original_C3111400, + global::System.Nullable Original_C3111500, + global::System.Nullable Original_C3615000, + global::System.Nullable Original_C3615100, + global::System.Nullable Original_C3615200, + global::System.Nullable Original_C3993600, + global::System.Nullable Original_C3993700, + global::System.Nullable Original_C3993800) { + return this.Update(Original_C0000100, C0000200, C0005300, C0005400, C0005700, C0579900, C0580000, C0580100, C0799400, C0799500, C0799600, C0998600, C0998700, C0998800, C1198600, C1198700, C1198800, C1507600, C1507700, C1507800, C1564500, C1564600, C1564700, C1799900, C1800000, C1800100, C2503500, C2503600, C2503700, C2532000, C2532100, C2532200, C2802800, C2802900, C2803000, C3111300, C3111400, C3111500, C3615000, C3615100, C3615200, C3993600, C3993700, C3993800, Original_C0000100, Original_C0000200, Original_C0005300, Original_C0005400, Original_C0005700, Original_C0579900, Original_C0580000, Original_C0580100, Original_C0799400, Original_C0799500, Original_C0799600, Original_C0998600, Original_C0998700, Original_C0998800, Original_C1198600, Original_C1198700, Original_C1198800, Original_C1507600, Original_C1507700, Original_C1507800, Original_C1564500, Original_C1564600, Original_C1564700, Original_C1799900, Original_C1800000, Original_C1800100, Original_C2503500, Original_C2503600, Original_C2503700, Original_C2532000, Original_C2532100, Original_C2532200, Original_C2802800, Original_C2802900, Original_C2803000, Original_C3111300, Original_C3111400, Original_C3111500, Original_C3615000, Original_C3615100, Original_C3615200, Original_C3993600, Original_C3993700, Original_C3993800); + } + } + + /// + ///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 tblGen1GeocodeSanitizedTableAdapter : 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 tblGen1GeocodeSanitizedTableAdapter() { + 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; } - else { - this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; + } + + [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; } - if ((R0214700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(R0214700.Value)); + 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; + } + } } - else { - this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.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; } - if ((R0214800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(R0214800.Value)); + 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; + } } - else { - this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; + } + + [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; } - if ((R4825700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(R4825700.Value)); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool ClearBeforeFill { + get { + return this._clearBeforeFill; } - else { - this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; + set { + this._clearBeforeFill = value; } - if ((R4826000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(R4826000.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 = "tblGen1GeocodeSanitized"; + tableMapping.ColumnMappings.Add("SubjectTag_S1", "SubjectTag_S1"); + tableMapping.ColumnMappings.Add("SubjectTag_S2", "SubjectTag_S2"); + tableMapping.ColumnMappings.Add("DobDifferenceInDays1979V1979", "DobDifferenceInDays1979V1979"); + tableMapping.ColumnMappings.Add("DobDifferenceInDays1979V1981", "DobDifferenceInDays1979V1981"); + tableMapping.ColumnMappings.Add("DobDifferenceInDays1981V1979", "DobDifferenceInDays1981V1979"); + tableMapping.ColumnMappings.Add("DobDifferenceInDays1981V1981", "DobDifferenceInDays1981V1981"); + tableMapping.ColumnMappings.Add("DobDayIsMissing1979_1", "DobDayIsMissing1979_1"); + tableMapping.ColumnMappings.Add("DobDayIsMissing1979_2", "DobDayIsMissing1979_2"); + tableMapping.ColumnMappings.Add("BirthSubjectCountyMissing_1", "BirthSubjectCountyMissing_1"); + tableMapping.ColumnMappings.Add("BirthSubjectCountyMissing_2", "BirthSubjectCountyMissing_2"); + tableMapping.ColumnMappings.Add("BirthSubjectCountyEqual", "BirthSubjectCountyEqual"); + tableMapping.ColumnMappings.Add("BirthSubjectStateMissing_1", "BirthSubjectStateMissing_1"); + tableMapping.ColumnMappings.Add("BirthSubjectStateMissing_2", "BirthSubjectStateMissing_2"); + tableMapping.ColumnMappings.Add("BirthSubjectStateEqual", "BirthSubjectStateEqual"); + tableMapping.ColumnMappings.Add("BirthSubjectCountryMissing_1", "BirthSubjectCountryMissing_1"); + tableMapping.ColumnMappings.Add("BirthSubjectCountryMissing_2", "BirthSubjectCountryMissing_2"); + tableMapping.ColumnMappings.Add("BirthSubjectCountryEqual", "BirthSubjectCountryEqual"); + tableMapping.ColumnMappings.Add("BirthMotherStateMissing_1", "BirthMotherStateMissing_1"); + tableMapping.ColumnMappings.Add("BirthMotherStateMissing_2", "BirthMotherStateMissing_2"); + tableMapping.ColumnMappings.Add("BirthMotherStateEqual", "BirthMotherStateEqual"); + tableMapping.ColumnMappings.Add("BirthMotherCountryMissing_1", "BirthMotherCountryMissing_1"); + tableMapping.ColumnMappings.Add("BirthMotherCountryMissing_2", "BirthMotherCountryMissing_2"); + tableMapping.ColumnMappings.Add("BirthMotherCountryEqual", "BirthMotherCountryEqual"); + tableMapping.ColumnMappings.Add("BirthFatherStateMissing_1", "BirthFatherStateMissing_1"); + tableMapping.ColumnMappings.Add("BirthFatherStateMissing_2", "BirthFatherStateMissing_2"); + tableMapping.ColumnMappings.Add("BirthFatherStateEqual", "BirthFatherStateEqual"); + tableMapping.ColumnMappings.Add("BirthFatherCountryMissing_1", "BirthFatherCountryMissing_1"); + tableMapping.ColumnMappings.Add("BirthFatherCountryMissing_2", "BirthFatherCountryMissing_2"); + tableMapping.ColumnMappings.Add("BirthFatherCountryEqual", "BirthFatherCountryEqual"); + 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 [Extract].[tblGen1GeocodeSanitized] WHERE (([SubjectTag_S1] = @Origin" + + "al_SubjectTag_S1) AND ([SubjectTag_S2] = @Original_SubjectTag_S2) AND ((@IsNull_" + + "DobDifferenceInDays1979V1979 = 1 AND [DobDifferenceInDays1979V1979] IS NULL) OR " + + "([DobDifferenceInDays1979V1979] = @Original_DobDifferenceInDays1979V1979)) AND (" + + "(@IsNull_DobDifferenceInDays1979V1981 = 1 AND [DobDifferenceInDays1979V1981] IS " + + "NULL) OR ([DobDifferenceInDays1979V1981] = @Original_DobDifferenceInDays1979V198" + + "1)) AND ((@IsNull_DobDifferenceInDays1981V1979 = 1 AND [DobDifferenceInDays1981V" + + "1979] IS NULL) OR ([DobDifferenceInDays1981V1979] = @Original_DobDifferenceInDay" + + "s1981V1979)) AND ((@IsNull_DobDifferenceInDays1981V1981 = 1 AND [DobDifferenceIn" + + "Days1981V1981] IS NULL) OR ([DobDifferenceInDays1981V1981] = @Original_DobDiffer" + + "enceInDays1981V1981)) AND ([DobDayIsMissing1979_1] = @Original_DobDayIsMissing19" + + "79_1) AND ([DobDayIsMissing1979_2] = @Original_DobDayIsMissing1979_2) AND ([Birt" + + "hSubjectCountyMissing_1] = @Original_BirthSubjectCountyMissing_1) AND ([BirthSub" + + "jectCountyMissing_2] = @Original_BirthSubjectCountyMissing_2) AND ([BirthSubject" + + "CountyEqual] = @Original_BirthSubjectCountyEqual) AND ([BirthSubjectStateMissing" + + "_1] = @Original_BirthSubjectStateMissing_1) AND ([BirthSubjectStateMissing_2] = " + + "@Original_BirthSubjectStateMissing_2) AND ([BirthSubjectStateEqual] = @Original_" + + "BirthSubjectStateEqual) AND ([BirthSubjectCountryMissing_1] = @Original_BirthSub" + + "jectCountryMissing_1) AND ([BirthSubjectCountryMissing_2] = @Original_BirthSubje" + + "ctCountryMissing_2) AND ([BirthSubjectCountryEqual] = @Original_BirthSubjectCoun" + + "tryEqual) AND ([BirthMotherStateMissing_1] = @Original_BirthMotherStateMissing_1" + + ") AND ([BirthMotherStateMissing_2] = @Original_BirthMotherStateMissing_2) AND ([" + + "BirthMotherStateEqual] = @Original_BirthMotherStateEqual) AND ([BirthMotherCount" + + "ryMissing_1] = @Original_BirthMotherCountryMissing_1) AND ([BirthMotherCountryMi" + + "ssing_2] = @Original_BirthMotherCountryMissing_2) AND ([BirthMotherCountryEqual]" + + " = @Original_BirthMotherCountryEqual) AND ([BirthFatherStateMissing_1] = @Origin" + + "al_BirthFatherStateMissing_1) AND ([BirthFatherStateMissing_2] = @Original_Birth" + + "FatherStateMissing_2) AND ([BirthFatherStateEqual] = @Original_BirthFatherStateE" + + "qual) AND ([BirthFatherCountryMissing_1] = @Original_BirthFatherCountryMissing_1" + + ") AND ([BirthFatherCountryMissing_2] = @Original_BirthFatherCountryMissing_2) AN" + + "D ([BirthFatherCountryEqual] = @Original_BirthFatherCountryEqual))"; + this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SubjectTag_S1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SubjectTag_S2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_DobDifferenceInDays1979V1979", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1979V1979", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DobDifferenceInDays1979V1979", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1979V1979", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_DobDifferenceInDays1979V1981", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1979V1981", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DobDifferenceInDays1979V1981", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1979V1981", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_DobDifferenceInDays1981V1979", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1981V1979", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DobDifferenceInDays1981V1979", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1981V1979", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_DobDifferenceInDays1981V1981", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1981V1981", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DobDifferenceInDays1981V1981", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1981V1981", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DobDayIsMissing1979_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDayIsMissing1979_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DobDayIsMissing1979_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDayIsMissing1979_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectCountyMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountyMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectCountyMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountyMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectCountyEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountyEqual", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectStateMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectStateMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectStateMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectStateMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectStateEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectStateEqual", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectCountryMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountryMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectCountryMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountryMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectCountryEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountryEqual", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthMotherStateMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherStateMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthMotherStateMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherStateMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthMotherStateEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherStateEqual", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthMotherCountryMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherCountryMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthMotherCountryMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherCountryMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthMotherCountryEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherCountryEqual", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthFatherStateMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherStateMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthFatherStateMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherStateMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthFatherStateEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherStateEqual", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthFatherCountryMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherCountryMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthFatherCountryMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherCountryMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthFatherCountryEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherCountryEqual", 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 [Extract].[tblGen1GeocodeSanitized] ([SubjectTag_S1], [SubjectTag_S2]" + + ", [DobDifferenceInDays1979V1979], [DobDifferenceInDays1979V1981], [DobDifference" + + "InDays1981V1979], [DobDifferenceInDays1981V1981], [DobDayIsMissing1979_1], [DobD" + + "ayIsMissing1979_2], [BirthSubjectCountyMissing_1], [BirthSubjectCountyMissing_2]" + + ", [BirthSubjectCountyEqual], [BirthSubjectStateMissing_1], [BirthSubjectStateMis" + + "sing_2], [BirthSubjectStateEqual], [BirthSubjectCountryMissing_1], [BirthSubject" + + "CountryMissing_2], [BirthSubjectCountryEqual], [BirthMotherStateMissing_1], [Bir" + + "thMotherStateMissing_2], [BirthMotherStateEqual], [BirthMotherCountryMissing_1]," + + " [BirthMotherCountryMissing_2], [BirthMotherCountryEqual], [BirthFatherStateMiss" + + "ing_1], [BirthFatherStateMissing_2], [BirthFatherStateEqual], [BirthFatherCountr" + + "yMissing_1], [BirthFatherCountryMissing_2], [BirthFatherCountryEqual]) VALUES (@" + + "SubjectTag_S1, @SubjectTag_S2, @DobDifferenceInDays1979V1979, @DobDifferenceInDa" + + "ys1979V1981, @DobDifferenceInDays1981V1979, @DobDifferenceInDays1981V1981, @DobD" + + "ayIsMissing1979_1, @DobDayIsMissing1979_2, @BirthSubjectCountyMissing_1, @BirthS" + + "ubjectCountyMissing_2, @BirthSubjectCountyEqual, @BirthSubjectStateMissing_1, @B" + + "irthSubjectStateMissing_2, @BirthSubjectStateEqual, @BirthSubjectCountryMissing_" + + "1, @BirthSubjectCountryMissing_2, @BirthSubjectCountryEqual, @BirthMotherStateMi" + + "ssing_1, @BirthMotherStateMissing_2, @BirthMotherStateEqual, @BirthMotherCountry" + + "Missing_1, @BirthMotherCountryMissing_2, @BirthMotherCountryEqual, @BirthFatherS" + + "tateMissing_1, @BirthFatherStateMissing_2, @BirthFatherStateEqual, @BirthFatherC" + + "ountryMissing_1, @BirthFatherCountryMissing_2, @BirthFatherCountryEqual);\r\nSELEC" + + "T SubjectTag_S1, SubjectTag_S2, DobDifferenceInDays1979V1979, DobDifferenceInDay" + + "s1979V1981, DobDifferenceInDays1981V1979, DobDifferenceInDays1981V1981, DobDayIs" + + "Missing1979_1, DobDayIsMissing1979_2, BirthSubjectCountyMissing_1, BirthSubjectC" + + "ountyMissing_2, BirthSubjectCountyEqual, BirthSubjectStateMissing_1, BirthSubjec" + + "tStateMissing_2, BirthSubjectStateEqual, BirthSubjectCountryMissing_1, BirthSubj" + + "ectCountryMissing_2, BirthSubjectCountryEqual, BirthMotherStateMissing_1, BirthM" + + "otherStateMissing_2, BirthMotherStateEqual, BirthMotherCountryMissing_1, BirthMo" + + "therCountryMissing_2, BirthMotherCountryEqual, BirthFatherStateMissing_1, BirthF" + + "atherStateMissing_2, BirthFatherStateEqual, BirthFatherCountryMissing_1, BirthFa" + + "therCountryMissing_2, BirthFatherCountryEqual FROM Extract.tblGen1GeocodeSanitiz" + + "ed WHERE (SubjectTag_S1 = @SubjectTag_S1) AND (SubjectTag_S2 = @SubjectTag_S2)"; + this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SubjectTag_S1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SubjectTag_S2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DobDifferenceInDays1979V1979", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1979V1979", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DobDifferenceInDays1979V1981", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1979V1981", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DobDifferenceInDays1981V1979", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1981V1979", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DobDifferenceInDays1981V1981", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1981V1981", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DobDayIsMissing1979_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDayIsMissing1979_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DobDayIsMissing1979_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDayIsMissing1979_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectCountyMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountyMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectCountyMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountyMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectCountyEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountyEqual", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectStateMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectStateMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectStateMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectStateMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectStateEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectStateEqual", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectCountryMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountryMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectCountryMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountryMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectCountryEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountryEqual", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthMotherStateMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherStateMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthMotherStateMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherStateMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthMotherStateEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherStateEqual", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthMotherCountryMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherCountryMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthMotherCountryMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherCountryMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthMotherCountryEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherCountryEqual", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthFatherStateMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherStateMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthFatherStateMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherStateMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthFatherStateEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherStateEqual", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthFatherCountryMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherCountryMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthFatherCountryMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherCountryMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthFatherCountryEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherCountryEqual", 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 [Extract].[tblGen1GeocodeSanitized] SET [SubjectTag_S1] = @SubjectTag_S1, " + + "[SubjectTag_S2] = @SubjectTag_S2, [DobDifferenceInDays1979V1979] = @DobDifferenc" + + "eInDays1979V1979, [DobDifferenceInDays1979V1981] = @DobDifferenceInDays1979V1981" + + ", [DobDifferenceInDays1981V1979] = @DobDifferenceInDays1981V1979, [DobDifference" + + "InDays1981V1981] = @DobDifferenceInDays1981V1981, [DobDayIsMissing1979_1] = @Dob" + + "DayIsMissing1979_1, [DobDayIsMissing1979_2] = @DobDayIsMissing1979_2, [BirthSubj" + + "ectCountyMissing_1] = @BirthSubjectCountyMissing_1, [BirthSubjectCountyMissing_2" + + "] = @BirthSubjectCountyMissing_2, [BirthSubjectCountyEqual] = @BirthSubjectCount" + + "yEqual, [BirthSubjectStateMissing_1] = @BirthSubjectStateMissing_1, [BirthSubjec" + + "tStateMissing_2] = @BirthSubjectStateMissing_2, [BirthSubjectStateEqual] = @Birt" + + "hSubjectStateEqual, [BirthSubjectCountryMissing_1] = @BirthSubjectCountryMissing" + + "_1, [BirthSubjectCountryMissing_2] = @BirthSubjectCountryMissing_2, [BirthSubjec" + + "tCountryEqual] = @BirthSubjectCountryEqual, [BirthMotherStateMissing_1] = @Birth" + + "MotherStateMissing_1, [BirthMotherStateMissing_2] = @BirthMotherStateMissing_2, " + + "[BirthMotherStateEqual] = @BirthMotherStateEqual, [BirthMotherCountryMissing_1] " + + "= @BirthMotherCountryMissing_1, [BirthMotherCountryMissing_2] = @BirthMotherCoun" + + "tryMissing_2, [BirthMotherCountryEqual] = @BirthMotherCountryEqual, [BirthFather" + + "StateMissing_1] = @BirthFatherStateMissing_1, [BirthFatherStateMissing_2] = @Bir" + + "thFatherStateMissing_2, [BirthFatherStateEqual] = @BirthFatherStateEqual, [Birth" + + "FatherCountryMissing_1] = @BirthFatherCountryMissing_1, [BirthFatherCountryMissi" + + "ng_2] = @BirthFatherCountryMissing_2, [BirthFatherCountryEqual] = @BirthFatherCo" + + "untryEqual WHERE (([SubjectTag_S1] = @Original_SubjectTag_S1) AND ([SubjectTag_S" + + "2] = @Original_SubjectTag_S2) AND ((@IsNull_DobDifferenceInDays1979V1979 = 1 AND" + + " [DobDifferenceInDays1979V1979] IS NULL) OR ([DobDifferenceInDays1979V1979] = @O" + + "riginal_DobDifferenceInDays1979V1979)) AND ((@IsNull_DobDifferenceInDays1979V198" + + "1 = 1 AND [DobDifferenceInDays1979V1981] IS NULL) OR ([DobDifferenceInDays1979V1" + + "981] = @Original_DobDifferenceInDays1979V1981)) AND ((@IsNull_DobDifferenceInDay" + + "s1981V1979 = 1 AND [DobDifferenceInDays1981V1979] IS NULL) OR ([DobDifferenceInD" + + "ays1981V1979] = @Original_DobDifferenceInDays1981V1979)) AND ((@IsNull_DobDiffer" + + "enceInDays1981V1981 = 1 AND [DobDifferenceInDays1981V1981] IS NULL) OR ([DobDiff" + + "erenceInDays1981V1981] = @Original_DobDifferenceInDays1981V1981)) AND ([DobDayIs" + + "Missing1979_1] = @Original_DobDayIsMissing1979_1) AND ([DobDayIsMissing1979_2] =" + + " @Original_DobDayIsMissing1979_2) AND ([BirthSubjectCountyMissing_1] = @Original" + + "_BirthSubjectCountyMissing_1) AND ([BirthSubjectCountyMissing_2] = @Original_Bir" + + "thSubjectCountyMissing_2) AND ([BirthSubjectCountyEqual] = @Original_BirthSubjec" + + "tCountyEqual) AND ([BirthSubjectStateMissing_1] = @Original_BirthSubjectStateMis" + + "sing_1) AND ([BirthSubjectStateMissing_2] = @Original_BirthSubjectStateMissing_2" + + ") AND ([BirthSubjectStateEqual] = @Original_BirthSubjectStateEqual) AND ([BirthS" + + "ubjectCountryMissing_1] = @Original_BirthSubjectCountryMissing_1) AND ([BirthSub" + + "jectCountryMissing_2] = @Original_BirthSubjectCountryMissing_2) AND ([BirthSubje" + + "ctCountryEqual] = @Original_BirthSubjectCountryEqual) AND ([BirthMotherStateMiss" + + "ing_1] = @Original_BirthMotherStateMissing_1) AND ([BirthMotherStateMissing_2] =" + + " @Original_BirthMotherStateMissing_2) AND ([BirthMotherStateEqual] = @Original_B" + + "irthMotherStateEqual) AND ([BirthMotherCountryMissing_1] = @Original_BirthMother" + + "CountryMissing_1) AND ([BirthMotherCountryMissing_2] = @Original_BirthMotherCoun" + + "tryMissing_2) AND ([BirthMotherCountryEqual] = @Original_BirthMotherCountryEqual" + + ") AND ([BirthFatherStateMissing_1] = @Original_BirthFatherStateMissing_1) AND ([" + + "BirthFatherStateMissing_2] = @Original_BirthFatherStateMissing_2) AND ([BirthFat" + + "herStateEqual] = @Original_BirthFatherStateEqual) AND ([BirthFatherCountryMissin" + + "g_1] = @Original_BirthFatherCountryMissing_1) AND ([BirthFatherCountryMissing_2]" + + " = @Original_BirthFatherCountryMissing_2) AND ([BirthFatherCountryEqual] = @Orig" + + "inal_BirthFatherCountryEqual));\r\nSELECT SubjectTag_S1, SubjectTag_S2, DobDiffere" + + "nceInDays1979V1979, DobDifferenceInDays1979V1981, DobDifferenceInDays1981V1979, " + + "DobDifferenceInDays1981V1981, DobDayIsMissing1979_1, DobDayIsMissing1979_2, Birt" + + "hSubjectCountyMissing_1, BirthSubjectCountyMissing_2, BirthSubjectCountyEqual, B" + + "irthSubjectStateMissing_1, BirthSubjectStateMissing_2, BirthSubjectStateEqual, B" + + "irthSubjectCountryMissing_1, BirthSubjectCountryMissing_2, BirthSubjectCountryEq" + + "ual, BirthMotherStateMissing_1, BirthMotherStateMissing_2, BirthMotherStateEqual" + + ", BirthMotherCountryMissing_1, BirthMotherCountryMissing_2, BirthMotherCountryEq" + + "ual, BirthFatherStateMissing_1, BirthFatherStateMissing_2, BirthFatherStateEqual" + + ", BirthFatherCountryMissing_1, BirthFatherCountryMissing_2, BirthFatherCountryEq" + + "ual FROM Extract.tblGen1GeocodeSanitized WHERE (SubjectTag_S1 = @SubjectTag_S1) " + + "AND (SubjectTag_S2 = @SubjectTag_S2)"; + this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SubjectTag_S1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SubjectTag_S2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DobDifferenceInDays1979V1979", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1979V1979", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DobDifferenceInDays1979V1981", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1979V1981", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DobDifferenceInDays1981V1979", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1981V1979", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DobDifferenceInDays1981V1981", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1981V1981", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DobDayIsMissing1979_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDayIsMissing1979_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DobDayIsMissing1979_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDayIsMissing1979_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectCountyMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountyMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectCountyMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountyMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectCountyEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountyEqual", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectStateMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectStateMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectStateMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectStateMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectStateEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectStateEqual", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectCountryMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountryMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectCountryMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountryMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthSubjectCountryEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountryEqual", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthMotherStateMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherStateMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthMotherStateMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherStateMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthMotherStateEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherStateEqual", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthMotherCountryMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherCountryMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthMotherCountryMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherCountryMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthMotherCountryEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherCountryEqual", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthFatherStateMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherStateMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthFatherStateMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherStateMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthFatherStateEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherStateEqual", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthFatherCountryMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherCountryMissing_1", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthFatherCountryMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherCountryMissing_2", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@BirthFatherCountryEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherCountryEqual", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SubjectTag_S1", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SubjectTag_S2", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SubjectTag_S2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_DobDifferenceInDays1979V1979", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1979V1979", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DobDifferenceInDays1979V1979", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1979V1979", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_DobDifferenceInDays1979V1981", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1979V1981", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DobDifferenceInDays1979V1981", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1979V1981", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_DobDifferenceInDays1981V1979", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1981V1979", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DobDifferenceInDays1981V1979", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1981V1979", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_DobDifferenceInDays1981V1981", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1981V1981", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DobDifferenceInDays1981V1981", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDifferenceInDays1981V1981", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DobDayIsMissing1979_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDayIsMissing1979_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_DobDayIsMissing1979_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "DobDayIsMissing1979_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectCountyMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountyMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectCountyMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountyMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectCountyEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountyEqual", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectStateMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectStateMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectStateMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectStateMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectStateEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectStateEqual", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectCountryMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountryMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectCountryMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountryMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthSubjectCountryEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthSubjectCountryEqual", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthMotherStateMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherStateMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthMotherStateMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherStateMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthMotherStateEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherStateEqual", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthMotherCountryMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherCountryMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthMotherCountryMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherCountryMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthMotherCountryEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthMotherCountryEqual", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthFatherStateMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherStateMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthFatherStateMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherStateMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthFatherStateEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherStateEqual", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthFatherCountryMissing_1", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherCountryMissing_1", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthFatherCountryMissing_2", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherCountryMissing_2", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_BirthFatherCountryEqual", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "BirthFatherCountryEqual", 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::Nls.Base79.Properties.Settings.Default.Nlsy79ConnectionStringBase; + } + + [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 SubjectTag_S1, SubjectTag_S2, DobDifferenceInDays1979V1979, DobDifferenceInDays1979V1981, DobDifferenceInDays1981V1979, DobDifferenceInDays1981V1981, DobDayIsMissing1979_1, DobDayIsMissing1979_2, BirthSubjectCountyMissing_1, BirthSubjectCountyMissing_2, BirthSubjectCountyEqual, BirthSubjectStateMissing_1, BirthSubjectStateMissing_2, BirthSubjectStateEqual, BirthSubjectCountryMissing_1, BirthSubjectCountryMissing_2, BirthSubjectCountryEqual, BirthMotherStateMissing_1, BirthMotherStateMissing_2, BirthMotherStateEqual, BirthMotherCountryMissing_1, BirthMotherCountryMissing_2, BirthMotherCountryEqual, BirthFatherStateMissing_1, BirthFatherStateMissing_2, BirthFatherStateEqual, BirthFatherCountryMissing_1, BirthFatherCountryMissing_2, BirthFatherCountryEqual FROM Extract.tblGen1GeocodeSanitized"; + 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(ImportDataSet.tblGen1GeocodeSanitizedDataTable 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 ImportDataSet.tblGen1GeocodeSanitizedDataTable GetData() { + this.Adapter.SelectCommand = this.CommandCollection[0]; + ImportDataSet.tblGen1GeocodeSanitizedDataTable dataTable = new ImportDataSet.tblGen1GeocodeSanitizedDataTable(); + 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(ImportDataSet.tblGen1GeocodeSanitizedDataTable 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(ImportDataSet dataSet) { + return this.Adapter.Update(dataSet, "tblGen1GeocodeSanitized"); + } + + [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( + int Original_SubjectTag_S1, + int Original_SubjectTag_S2, + global::System.Nullable Original_DobDifferenceInDays1979V1979, + global::System.Nullable Original_DobDifferenceInDays1979V1981, + global::System.Nullable Original_DobDifferenceInDays1981V1979, + global::System.Nullable Original_DobDifferenceInDays1981V1981, + bool Original_DobDayIsMissing1979_1, + bool Original_DobDayIsMissing1979_2, + bool Original_BirthSubjectCountyMissing_1, + bool Original_BirthSubjectCountyMissing_2, + bool Original_BirthSubjectCountyEqual, + bool Original_BirthSubjectStateMissing_1, + bool Original_BirthSubjectStateMissing_2, + bool Original_BirthSubjectStateEqual, + bool Original_BirthSubjectCountryMissing_1, + bool Original_BirthSubjectCountryMissing_2, + bool Original_BirthSubjectCountryEqual, + bool Original_BirthMotherStateMissing_1, + bool Original_BirthMotherStateMissing_2, + bool Original_BirthMotherStateEqual, + bool Original_BirthMotherCountryMissing_1, + bool Original_BirthMotherCountryMissing_2, + bool Original_BirthMotherCountryEqual, + bool Original_BirthFatherStateMissing_1, + bool Original_BirthFatherStateMissing_2, + bool Original_BirthFatherStateEqual, + bool Original_BirthFatherCountryMissing_1, + bool Original_BirthFatherCountryMissing_2, + bool Original_BirthFatherCountryEqual) { + this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_SubjectTag_S1)); + this.Adapter.DeleteCommand.Parameters[1].Value = ((int)(Original_SubjectTag_S2)); + if ((Original_DobDifferenceInDays1979V1979.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[3].Value = ((short)(Original_DobDifferenceInDays1979V1979.Value)); } else { - this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[2].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[3].Value = global::System.DBNull.Value; } - if ((R4826100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(R4826100.Value)); + if ((Original_DobDifferenceInDays1979V1981.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[5].Value = ((short)(Original_DobDifferenceInDays1979V1981.Value)); } else { - this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[4].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((R4826300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(R4826300.Value)); + if ((Original_DobDifferenceInDays1981V1979.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[7].Value = ((short)(Original_DobDifferenceInDays1981V1979.Value)); } else { - this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[6].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[7].Value = global::System.DBNull.Value; } - if ((R4826500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(R4826500.Value)); + if ((Original_DobDifferenceInDays1981V1981.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[9].Value = ((short)(Original_DobDifferenceInDays1981V1981.Value)); } else { - this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[8].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[9].Value = global::System.DBNull.Value; } - if ((R4826800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(R4826800.Value)); + this.Adapter.DeleteCommand.Parameters[10].Value = ((bool)(Original_DobDayIsMissing1979_1)); + this.Adapter.DeleteCommand.Parameters[11].Value = ((bool)(Original_DobDayIsMissing1979_2)); + this.Adapter.DeleteCommand.Parameters[12].Value = ((bool)(Original_BirthSubjectCountyMissing_1)); + this.Adapter.DeleteCommand.Parameters[13].Value = ((bool)(Original_BirthSubjectCountyMissing_2)); + this.Adapter.DeleteCommand.Parameters[14].Value = ((bool)(Original_BirthSubjectCountyEqual)); + this.Adapter.DeleteCommand.Parameters[15].Value = ((bool)(Original_BirthSubjectStateMissing_1)); + this.Adapter.DeleteCommand.Parameters[16].Value = ((bool)(Original_BirthSubjectStateMissing_2)); + this.Adapter.DeleteCommand.Parameters[17].Value = ((bool)(Original_BirthSubjectStateEqual)); + this.Adapter.DeleteCommand.Parameters[18].Value = ((bool)(Original_BirthSubjectCountryMissing_1)); + this.Adapter.DeleteCommand.Parameters[19].Value = ((bool)(Original_BirthSubjectCountryMissing_2)); + this.Adapter.DeleteCommand.Parameters[20].Value = ((bool)(Original_BirthSubjectCountryEqual)); + this.Adapter.DeleteCommand.Parameters[21].Value = ((bool)(Original_BirthMotherStateMissing_1)); + this.Adapter.DeleteCommand.Parameters[22].Value = ((bool)(Original_BirthMotherStateMissing_2)); + this.Adapter.DeleteCommand.Parameters[23].Value = ((bool)(Original_BirthMotherStateEqual)); + this.Adapter.DeleteCommand.Parameters[24].Value = ((bool)(Original_BirthMotherCountryMissing_1)); + this.Adapter.DeleteCommand.Parameters[25].Value = ((bool)(Original_BirthMotherCountryMissing_2)); + this.Adapter.DeleteCommand.Parameters[26].Value = ((bool)(Original_BirthMotherCountryEqual)); + this.Adapter.DeleteCommand.Parameters[27].Value = ((bool)(Original_BirthFatherStateMissing_1)); + this.Adapter.DeleteCommand.Parameters[28].Value = ((bool)(Original_BirthFatherStateMissing_2)); + this.Adapter.DeleteCommand.Parameters[29].Value = ((bool)(Original_BirthFatherStateEqual)); + this.Adapter.DeleteCommand.Parameters[30].Value = ((bool)(Original_BirthFatherCountryMissing_1)); + this.Adapter.DeleteCommand.Parameters[31].Value = ((bool)(Original_BirthFatherCountryMissing_2)); + this.Adapter.DeleteCommand.Parameters[32].Value = ((bool)(Original_BirthFatherCountryEqual)); + 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(); } - else { - this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; + try { + int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); + return returnValue; } - if ((R5495900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(R5495900.Value)); + 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( + int SubjectTag_S1, + int SubjectTag_S2, + global::System.Nullable DobDifferenceInDays1979V1979, + global::System.Nullable DobDifferenceInDays1979V1981, + global::System.Nullable DobDifferenceInDays1981V1979, + global::System.Nullable DobDifferenceInDays1981V1981, + bool DobDayIsMissing1979_1, + bool DobDayIsMissing1979_2, + bool BirthSubjectCountyMissing_1, + bool BirthSubjectCountyMissing_2, + bool BirthSubjectCountyEqual, + bool BirthSubjectStateMissing_1, + bool BirthSubjectStateMissing_2, + bool BirthSubjectStateEqual, + bool BirthSubjectCountryMissing_1, + bool BirthSubjectCountryMissing_2, + bool BirthSubjectCountryEqual, + bool BirthMotherStateMissing_1, + bool BirthMotherStateMissing_2, + bool BirthMotherStateEqual, + bool BirthMotherCountryMissing_1, + bool BirthMotherCountryMissing_2, + bool BirthMotherCountryEqual, + bool BirthFatherStateMissing_1, + bool BirthFatherStateMissing_2, + bool BirthFatherStateEqual, + bool BirthFatherCountryMissing_1, + bool BirthFatherCountryMissing_2, + bool BirthFatherCountryEqual) { + this.Adapter.InsertCommand.Parameters[0].Value = ((int)(SubjectTag_S1)); + this.Adapter.InsertCommand.Parameters[1].Value = ((int)(SubjectTag_S2)); + if ((DobDifferenceInDays1979V1979.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[2].Value = ((short)(DobDifferenceInDays1979V1979.Value)); } else { - this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((R5496200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(R5496200.Value)); + if ((DobDifferenceInDays1979V1981.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[3].Value = ((short)(DobDifferenceInDays1979V1981.Value)); } else { - this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; } - if ((R5496300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(R5496300.Value)); + if ((DobDifferenceInDays1981V1979.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[4].Value = ((short)(DobDifferenceInDays1981V1979.Value)); } else { - this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((R5496500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(R5496500.Value)); + if ((DobDifferenceInDays1981V1981.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[5].Value = ((short)(DobDifferenceInDays1981V1981.Value)); } else { - this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((R5496700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(R5496700.Value)); + this.Adapter.InsertCommand.Parameters[6].Value = ((bool)(DobDayIsMissing1979_1)); + this.Adapter.InsertCommand.Parameters[7].Value = ((bool)(DobDayIsMissing1979_2)); + this.Adapter.InsertCommand.Parameters[8].Value = ((bool)(BirthSubjectCountyMissing_1)); + this.Adapter.InsertCommand.Parameters[9].Value = ((bool)(BirthSubjectCountyMissing_2)); + this.Adapter.InsertCommand.Parameters[10].Value = ((bool)(BirthSubjectCountyEqual)); + this.Adapter.InsertCommand.Parameters[11].Value = ((bool)(BirthSubjectStateMissing_1)); + this.Adapter.InsertCommand.Parameters[12].Value = ((bool)(BirthSubjectStateMissing_2)); + this.Adapter.InsertCommand.Parameters[13].Value = ((bool)(BirthSubjectStateEqual)); + this.Adapter.InsertCommand.Parameters[14].Value = ((bool)(BirthSubjectCountryMissing_1)); + this.Adapter.InsertCommand.Parameters[15].Value = ((bool)(BirthSubjectCountryMissing_2)); + this.Adapter.InsertCommand.Parameters[16].Value = ((bool)(BirthSubjectCountryEqual)); + this.Adapter.InsertCommand.Parameters[17].Value = ((bool)(BirthMotherStateMissing_1)); + this.Adapter.InsertCommand.Parameters[18].Value = ((bool)(BirthMotherStateMissing_2)); + this.Adapter.InsertCommand.Parameters[19].Value = ((bool)(BirthMotherStateEqual)); + this.Adapter.InsertCommand.Parameters[20].Value = ((bool)(BirthMotherCountryMissing_1)); + this.Adapter.InsertCommand.Parameters[21].Value = ((bool)(BirthMotherCountryMissing_2)); + this.Adapter.InsertCommand.Parameters[22].Value = ((bool)(BirthMotherCountryEqual)); + this.Adapter.InsertCommand.Parameters[23].Value = ((bool)(BirthFatherStateMissing_1)); + this.Adapter.InsertCommand.Parameters[24].Value = ((bool)(BirthFatherStateMissing_2)); + this.Adapter.InsertCommand.Parameters[25].Value = ((bool)(BirthFatherStateEqual)); + this.Adapter.InsertCommand.Parameters[26].Value = ((bool)(BirthFatherCountryMissing_1)); + this.Adapter.InsertCommand.Parameters[27].Value = ((bool)(BirthFatherCountryMissing_2)); + this.Adapter.InsertCommand.Parameters[28].Value = ((bool)(BirthFatherCountryEqual)); + 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(); } - else { - this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; + try { + int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); + return returnValue; } - if ((R5497000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(R5497000.Value)); + 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( + int SubjectTag_S1, + int SubjectTag_S2, + global::System.Nullable DobDifferenceInDays1979V1979, + global::System.Nullable DobDifferenceInDays1979V1981, + global::System.Nullable DobDifferenceInDays1981V1979, + global::System.Nullable DobDifferenceInDays1981V1981, + bool DobDayIsMissing1979_1, + bool DobDayIsMissing1979_2, + bool BirthSubjectCountyMissing_1, + bool BirthSubjectCountyMissing_2, + bool BirthSubjectCountyEqual, + bool BirthSubjectStateMissing_1, + bool BirthSubjectStateMissing_2, + bool BirthSubjectStateEqual, + bool BirthSubjectCountryMissing_1, + bool BirthSubjectCountryMissing_2, + bool BirthSubjectCountryEqual, + bool BirthMotherStateMissing_1, + bool BirthMotherStateMissing_2, + bool BirthMotherStateEqual, + bool BirthMotherCountryMissing_1, + bool BirthMotherCountryMissing_2, + bool BirthMotherCountryEqual, + bool BirthFatherStateMissing_1, + bool BirthFatherStateMissing_2, + bool BirthFatherStateEqual, + bool BirthFatherCountryMissing_1, + bool BirthFatherCountryMissing_2, + bool BirthFatherCountryEqual, + int Original_SubjectTag_S1, + int Original_SubjectTag_S2, + global::System.Nullable Original_DobDifferenceInDays1979V1979, + global::System.Nullable Original_DobDifferenceInDays1979V1981, + global::System.Nullable Original_DobDifferenceInDays1981V1979, + global::System.Nullable Original_DobDifferenceInDays1981V1981, + bool Original_DobDayIsMissing1979_1, + bool Original_DobDayIsMissing1979_2, + bool Original_BirthSubjectCountyMissing_1, + bool Original_BirthSubjectCountyMissing_2, + bool Original_BirthSubjectCountyEqual, + bool Original_BirthSubjectStateMissing_1, + bool Original_BirthSubjectStateMissing_2, + bool Original_BirthSubjectStateEqual, + bool Original_BirthSubjectCountryMissing_1, + bool Original_BirthSubjectCountryMissing_2, + bool Original_BirthSubjectCountryEqual, + bool Original_BirthMotherStateMissing_1, + bool Original_BirthMotherStateMissing_2, + bool Original_BirthMotherStateEqual, + bool Original_BirthMotherCountryMissing_1, + bool Original_BirthMotherCountryMissing_2, + bool Original_BirthMotherCountryEqual, + bool Original_BirthFatherStateMissing_1, + bool Original_BirthFatherStateMissing_2, + bool Original_BirthFatherStateEqual, + bool Original_BirthFatherCountryMissing_1, + bool Original_BirthFatherCountryMissing_2, + bool Original_BirthFatherCountryEqual) { + this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(SubjectTag_S1)); + this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(SubjectTag_S2)); + if ((DobDifferenceInDays1979V1979.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2].Value = ((short)(DobDifferenceInDays1979V1979.Value)); } else { - this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((R5497200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(R5497200.Value)); + if ((DobDifferenceInDays1979V1981.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[3].Value = ((short)(DobDifferenceInDays1979V1981.Value)); } else { - this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; } - if ((R6210700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(R6210700.Value)); + if ((DobDifferenceInDays1981V1979.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[4].Value = ((short)(DobDifferenceInDays1981V1979.Value)); } else { - this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((R6210800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(R6210800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; - } - if ((R6210900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(R6210900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; - } - if ((R6211500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(R6211500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; - } - if ((R6211600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(R6211600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; - } - if ((R6211700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[22].Value = ((int)(R6211700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; - } - if ((R6211800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(R6211800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; - } - if ((R6211900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[24].Value = ((int)(R6211900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; - } - if ((R6212200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(R6212200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; - } - if ((R6212300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[26].Value = ((int)(R6212300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; - } - if ((R6764000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(R6764000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; - } - if ((R6764100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[28].Value = ((int)(R6764100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; - } - if ((R6764200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(R6764200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; - } - if ((R6764900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(R6764900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; - } - if ((R6765000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(R6765000.Value)); + if ((DobDifferenceInDays1981V1981.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[5].Value = ((short)(DobDifferenceInDays1981V1981.Value)); } else { - this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((R6765100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[32].Value = ((int)(R6765100.Value)); + this.Adapter.UpdateCommand.Parameters[6].Value = ((bool)(DobDayIsMissing1979_1)); + this.Adapter.UpdateCommand.Parameters[7].Value = ((bool)(DobDayIsMissing1979_2)); + this.Adapter.UpdateCommand.Parameters[8].Value = ((bool)(BirthSubjectCountyMissing_1)); + this.Adapter.UpdateCommand.Parameters[9].Value = ((bool)(BirthSubjectCountyMissing_2)); + this.Adapter.UpdateCommand.Parameters[10].Value = ((bool)(BirthSubjectCountyEqual)); + this.Adapter.UpdateCommand.Parameters[11].Value = ((bool)(BirthSubjectStateMissing_1)); + this.Adapter.UpdateCommand.Parameters[12].Value = ((bool)(BirthSubjectStateMissing_2)); + this.Adapter.UpdateCommand.Parameters[13].Value = ((bool)(BirthSubjectStateEqual)); + this.Adapter.UpdateCommand.Parameters[14].Value = ((bool)(BirthSubjectCountryMissing_1)); + this.Adapter.UpdateCommand.Parameters[15].Value = ((bool)(BirthSubjectCountryMissing_2)); + this.Adapter.UpdateCommand.Parameters[16].Value = ((bool)(BirthSubjectCountryEqual)); + this.Adapter.UpdateCommand.Parameters[17].Value = ((bool)(BirthMotherStateMissing_1)); + this.Adapter.UpdateCommand.Parameters[18].Value = ((bool)(BirthMotherStateMissing_2)); + this.Adapter.UpdateCommand.Parameters[19].Value = ((bool)(BirthMotherStateEqual)); + this.Adapter.UpdateCommand.Parameters[20].Value = ((bool)(BirthMotherCountryMissing_1)); + this.Adapter.UpdateCommand.Parameters[21].Value = ((bool)(BirthMotherCountryMissing_2)); + this.Adapter.UpdateCommand.Parameters[22].Value = ((bool)(BirthMotherCountryEqual)); + this.Adapter.UpdateCommand.Parameters[23].Value = ((bool)(BirthFatherStateMissing_1)); + this.Adapter.UpdateCommand.Parameters[24].Value = ((bool)(BirthFatherStateMissing_2)); + this.Adapter.UpdateCommand.Parameters[25].Value = ((bool)(BirthFatherStateEqual)); + this.Adapter.UpdateCommand.Parameters[26].Value = ((bool)(BirthFatherCountryMissing_1)); + this.Adapter.UpdateCommand.Parameters[27].Value = ((bool)(BirthFatherCountryMissing_2)); + this.Adapter.UpdateCommand.Parameters[28].Value = ((bool)(BirthFatherCountryEqual)); + this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(Original_SubjectTag_S1)); + this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(Original_SubjectTag_S2)); + if ((Original_DobDifferenceInDays1979V1979.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[31].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[32].Value = ((short)(Original_DobDifferenceInDays1979V1979.Value)); } else { + this.Adapter.UpdateCommand.Parameters[31].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; } - if ((R6765200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(R6765200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; - } - if ((R6765600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[34].Value = ((int)(R6765600.Value)); + if ((Original_DobDifferenceInDays1979V1981.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[33].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[34].Value = ((short)(Original_DobDifferenceInDays1979V1981.Value)); } else { + this.Adapter.UpdateCommand.Parameters[33].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; } - if ((R6765700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(R6765700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; - } - if ((R6765800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[36].Value = ((int)(R6765800.Value)); + if ((Original_DobDifferenceInDays1981V1979.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[35].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[36].Value = ((short)(Original_DobDifferenceInDays1981V1979.Value)); } else { + this.Adapter.UpdateCommand.Parameters[35].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; } - if ((R6839600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(R6839600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; - } - if ((R7408300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[38].Value = ((int)(R7408300.Value)); + if ((Original_DobDifferenceInDays1981V1981.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[37].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[38].Value = ((short)(Original_DobDifferenceInDays1981V1981.Value)); } else { + this.Adapter.UpdateCommand.Parameters[37].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; } - if ((R7408400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[39].Value = ((int)(R7408400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; - } - if ((R7408500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[40].Value = ((int)(R7408500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; - } - if ((R7409200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[41].Value = ((int)(R7409200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; - } - if ((R7409300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[42].Value = ((int)(R7409300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; - } - if ((R7409400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[43].Value = ((int)(R7409400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; - } - if ((R7409500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[44].Value = ((int)(R7409500.Value)); + this.Adapter.UpdateCommand.Parameters[39].Value = ((bool)(Original_DobDayIsMissing1979_1)); + this.Adapter.UpdateCommand.Parameters[40].Value = ((bool)(Original_DobDayIsMissing1979_2)); + this.Adapter.UpdateCommand.Parameters[41].Value = ((bool)(Original_BirthSubjectCountyMissing_1)); + this.Adapter.UpdateCommand.Parameters[42].Value = ((bool)(Original_BirthSubjectCountyMissing_2)); + this.Adapter.UpdateCommand.Parameters[43].Value = ((bool)(Original_BirthSubjectCountyEqual)); + this.Adapter.UpdateCommand.Parameters[44].Value = ((bool)(Original_BirthSubjectStateMissing_1)); + this.Adapter.UpdateCommand.Parameters[45].Value = ((bool)(Original_BirthSubjectStateMissing_2)); + this.Adapter.UpdateCommand.Parameters[46].Value = ((bool)(Original_BirthSubjectStateEqual)); + this.Adapter.UpdateCommand.Parameters[47].Value = ((bool)(Original_BirthSubjectCountryMissing_1)); + this.Adapter.UpdateCommand.Parameters[48].Value = ((bool)(Original_BirthSubjectCountryMissing_2)); + this.Adapter.UpdateCommand.Parameters[49].Value = ((bool)(Original_BirthSubjectCountryEqual)); + this.Adapter.UpdateCommand.Parameters[50].Value = ((bool)(Original_BirthMotherStateMissing_1)); + this.Adapter.UpdateCommand.Parameters[51].Value = ((bool)(Original_BirthMotherStateMissing_2)); + this.Adapter.UpdateCommand.Parameters[52].Value = ((bool)(Original_BirthMotherStateEqual)); + this.Adapter.UpdateCommand.Parameters[53].Value = ((bool)(Original_BirthMotherCountryMissing_1)); + this.Adapter.UpdateCommand.Parameters[54].Value = ((bool)(Original_BirthMotherCountryMissing_2)); + this.Adapter.UpdateCommand.Parameters[55].Value = ((bool)(Original_BirthMotherCountryEqual)); + this.Adapter.UpdateCommand.Parameters[56].Value = ((bool)(Original_BirthFatherStateMissing_1)); + this.Adapter.UpdateCommand.Parameters[57].Value = ((bool)(Original_BirthFatherStateMissing_2)); + this.Adapter.UpdateCommand.Parameters[58].Value = ((bool)(Original_BirthFatherStateEqual)); + this.Adapter.UpdateCommand.Parameters[59].Value = ((bool)(Original_BirthFatherCountryMissing_1)); + this.Adapter.UpdateCommand.Parameters[60].Value = ((bool)(Original_BirthFatherCountryMissing_2)); + this.Adapter.UpdateCommand.Parameters[61].Value = ((bool)(Original_BirthFatherCountryEqual)); + 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(); } - else { - this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value; + try { + int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); + return returnValue; } - if ((R7409900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[45].Value = ((int)(R7409900.Value)); + finally { + if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { + this.Adapter.UpdateCommand.Connection.Close(); + } } - else { - this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value; + } + + [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( + global::System.Nullable DobDifferenceInDays1979V1979, + global::System.Nullable DobDifferenceInDays1979V1981, + global::System.Nullable DobDifferenceInDays1981V1979, + global::System.Nullable DobDifferenceInDays1981V1981, + bool DobDayIsMissing1979_1, + bool DobDayIsMissing1979_2, + bool BirthSubjectCountyMissing_1, + bool BirthSubjectCountyMissing_2, + bool BirthSubjectCountyEqual, + bool BirthSubjectStateMissing_1, + bool BirthSubjectStateMissing_2, + bool BirthSubjectStateEqual, + bool BirthSubjectCountryMissing_1, + bool BirthSubjectCountryMissing_2, + bool BirthSubjectCountryEqual, + bool BirthMotherStateMissing_1, + bool BirthMotherStateMissing_2, + bool BirthMotherStateEqual, + bool BirthMotherCountryMissing_1, + bool BirthMotherCountryMissing_2, + bool BirthMotherCountryEqual, + bool BirthFatherStateMissing_1, + bool BirthFatherStateMissing_2, + bool BirthFatherStateEqual, + bool BirthFatherCountryMissing_1, + bool BirthFatherCountryMissing_2, + bool BirthFatherCountryEqual, + int Original_SubjectTag_S1, + int Original_SubjectTag_S2, + global::System.Nullable Original_DobDifferenceInDays1979V1979, + global::System.Nullable Original_DobDifferenceInDays1979V1981, + global::System.Nullable Original_DobDifferenceInDays1981V1979, + global::System.Nullable Original_DobDifferenceInDays1981V1981, + bool Original_DobDayIsMissing1979_1, + bool Original_DobDayIsMissing1979_2, + bool Original_BirthSubjectCountyMissing_1, + bool Original_BirthSubjectCountyMissing_2, + bool Original_BirthSubjectCountyEqual, + bool Original_BirthSubjectStateMissing_1, + bool Original_BirthSubjectStateMissing_2, + bool Original_BirthSubjectStateEqual, + bool Original_BirthSubjectCountryMissing_1, + bool Original_BirthSubjectCountryMissing_2, + bool Original_BirthSubjectCountryEqual, + bool Original_BirthMotherStateMissing_1, + bool Original_BirthMotherStateMissing_2, + bool Original_BirthMotherStateEqual, + bool Original_BirthMotherCountryMissing_1, + bool Original_BirthMotherCountryMissing_2, + bool Original_BirthMotherCountryEqual, + bool Original_BirthFatherStateMissing_1, + bool Original_BirthFatherStateMissing_2, + bool Original_BirthFatherStateEqual, + bool Original_BirthFatherCountryMissing_1, + bool Original_BirthFatherCountryMissing_2, + bool Original_BirthFatherCountryEqual) { + return this.Update(Original_SubjectTag_S1, Original_SubjectTag_S2, DobDifferenceInDays1979V1979, DobDifferenceInDays1979V1981, DobDifferenceInDays1981V1979, DobDifferenceInDays1981V1981, DobDayIsMissing1979_1, DobDayIsMissing1979_2, BirthSubjectCountyMissing_1, BirthSubjectCountyMissing_2, BirthSubjectCountyEqual, BirthSubjectStateMissing_1, BirthSubjectStateMissing_2, BirthSubjectStateEqual, BirthSubjectCountryMissing_1, BirthSubjectCountryMissing_2, BirthSubjectCountryEqual, BirthMotherStateMissing_1, BirthMotherStateMissing_2, BirthMotherStateEqual, BirthMotherCountryMissing_1, BirthMotherCountryMissing_2, BirthMotherCountryEqual, BirthFatherStateMissing_1, BirthFatherStateMissing_2, BirthFatherStateEqual, BirthFatherCountryMissing_1, BirthFatherCountryMissing_2, BirthFatherCountryEqual, Original_SubjectTag_S1, Original_SubjectTag_S2, Original_DobDifferenceInDays1979V1979, Original_DobDifferenceInDays1979V1981, Original_DobDifferenceInDays1981V1979, Original_DobDifferenceInDays1981V1981, Original_DobDayIsMissing1979_1, Original_DobDayIsMissing1979_2, Original_BirthSubjectCountyMissing_1, Original_BirthSubjectCountyMissing_2, Original_BirthSubjectCountyEqual, Original_BirthSubjectStateMissing_1, Original_BirthSubjectStateMissing_2, Original_BirthSubjectStateEqual, Original_BirthSubjectCountryMissing_1, Original_BirthSubjectCountryMissing_2, Original_BirthSubjectCountryEqual, Original_BirthMotherStateMissing_1, Original_BirthMotherStateMissing_2, Original_BirthMotherStateEqual, Original_BirthMotherCountryMissing_1, Original_BirthMotherCountryMissing_2, Original_BirthMotherCountryEqual, Original_BirthFatherStateMissing_1, Original_BirthFatherStateMissing_2, Original_BirthFatherStateEqual, Original_BirthFatherCountryMissing_1, Original_BirthFatherCountryMissing_2, Original_BirthFatherCountryEqual); + } + } + + /// + ///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 tblRosterGen1AssignmentTableAdapter : 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 tblRosterGen1AssignmentTableAdapter() { + 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; } - if ((R7410000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[46].Value = ((int)(R7410000.Value)); + } + + [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; } - else { - this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value; + 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; + } + } } - if ((R7410100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[47].Value = ((int)(R7410100.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; } - else { - this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value; + 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; + } } - if ((R7548600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[48].Value = ((int)(R7548600.Value)); + } + + [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; } - else { - this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool ClearBeforeFill { + get { + return this._clearBeforeFill; } - if ((R8106400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[49].Value = ((int)(R8106400.Value)); + set { + this._clearBeforeFill = value; } - else { - this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.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 = "tblRosterGen1Assignment"; + tableMapping.ColumnMappings.Add("ID", "ID"); + tableMapping.ColumnMappings.Add("ResponseLower", "ResponseLower"); + tableMapping.ColumnMappings.Add("ResponseUpper", "ResponseUpper"); + tableMapping.ColumnMappings.Add("Freq", "Freq"); + tableMapping.ColumnMappings.Add("Resolved", "Resolved"); + tableMapping.ColumnMappings.Add("R", "R"); + tableMapping.ColumnMappings.Add("RBoundLower", "RBoundLower"); + tableMapping.ColumnMappings.Add("RBoundUpper", "RBoundUpper"); + tableMapping.ColumnMappings.Add("SameGeneration", "SameGeneration"); + tableMapping.ColumnMappings.Add("ShareBiodad", "ShareBiodad"); + tableMapping.ColumnMappings.Add("ShareBiomom", "ShareBiomom"); + tableMapping.ColumnMappings.Add("ShareBiograndparent", "ShareBiograndparent"); + tableMapping.ColumnMappings.Add("Inconsistent", "Inconsistent"); + tableMapping.ColumnMappings.Add("Notes", "Notes"); + tableMapping.ColumnMappings.Add("ResponseLowerLabel", "ResponseLowerLabel"); + tableMapping.ColumnMappings.Add("ResponseUpperLabel", "ResponseUpperLabel"); + 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 [Metadata].[tblRosterGen1Assignment] WHERE (([ID] = @Original_ID) AND ([ResponseLower] = @Original_ResponseLower) AND ([ResponseUpper] = @Original_ResponseUpper) AND ([Freq] = @Original_Freq) AND ([Resolved] = @Original_Resolved) AND ((@IsNull_R = 1 AND [R] IS NULL) OR ([R] = @Original_R)) AND ([RBoundLower] = @Original_RBoundLower) AND ([RBoundUpper] = @Original_RBoundUpper) AND ([SameGeneration] = @Original_SameGeneration) AND ([ShareBiodad] = @Original_ShareBiodad) AND ([ShareBiomom] = @Original_ShareBiomom) AND ([ShareBiograndparent] = @Original_ShareBiograndparent) AND ([Inconsistent] = @Original_Inconsistent) AND ((@IsNull_Notes = 1 AND [Notes] IS NULL) OR ([Notes] = @Original_Notes)) AND ((@IsNull_ResponseLowerLabel = 1 AND [ResponseLowerLabel] IS NULL) OR ([ResponseLowerLabel] = @Original_ResponseLowerLabel)) AND ((@IsNull_ResponseUpperLabel = 1 AND [ResponseUpperLabel] IS NULL) OR ([ResponseUpperLabel] = @Original_ResponseUpperLabel)))"; + this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ID", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ResponseLower", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseLower", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ResponseUpper", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseUpper", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Freq", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Freq", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Resolved", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Resolved", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RBoundLower", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RBoundLower", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RBoundUpper", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RBoundUpper", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SameGeneration", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SameGeneration", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ShareBiodad", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ShareBiodad", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ShareBiomom", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ShareBiomom", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ShareBiograndparent", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ShareBiograndparent", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Inconsistent", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Inconsistent", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Notes", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Notes", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Notes", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Notes", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ResponseLowerLabel", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseLowerLabel", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ResponseLowerLabel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseLowerLabel", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ResponseUpperLabel", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseUpperLabel", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ResponseUpperLabel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseUpperLabel", 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 [Metadata].[tblRosterGen1Assignment] ([ID], [ResponseLower], [ResponseUpper], [Freq], [Resolved], [R], [RBoundLower], [RBoundUpper], [SameGeneration], [ShareBiodad], [ShareBiomom], [ShareBiograndparent], [Inconsistent], [Notes], [ResponseLowerLabel], [ResponseUpperLabel]) VALUES (@ID, @ResponseLower, @ResponseUpper, @Freq, @Resolved, @R, @RBoundLower, @RBoundUpper, @SameGeneration, @ShareBiodad, @ShareBiomom, @ShareBiograndparent, @Inconsistent, @Notes, @ResponseLowerLabel, @ResponseUpperLabel); +SELECT ID, ResponseLower, ResponseUpper, Freq, Resolved, R, RBoundLower, RBoundUpper, SameGeneration, ShareBiodad, ShareBiomom, ShareBiograndparent, Inconsistent, Notes, ResponseLowerLabel, ResponseUpperLabel FROM Metadata.tblRosterGen1Assignment WHERE (ID = @ID)"; + this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ResponseLower", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseLower", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ResponseUpper", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseUpper", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Freq", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Freq", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Resolved", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Resolved", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RBoundLower", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RBoundLower", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RBoundUpper", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RBoundUpper", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SameGeneration", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SameGeneration", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ShareBiodad", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ShareBiodad", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ShareBiomom", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ShareBiomom", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ShareBiograndparent", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ShareBiograndparent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Inconsistent", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Inconsistent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Notes", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Notes", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ResponseLowerLabel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseLowerLabel", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ResponseUpperLabel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseUpperLabel", 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 [Metadata].[tblRosterGen1Assignment] SET [ID] = @ID, [ResponseLower] = @Re" + + "sponseLower, [ResponseUpper] = @ResponseUpper, [Freq] = @Freq, [Resolved] = @Res" + + "olved, [R] = @R, [RBoundLower] = @RBoundLower, [RBoundUpper] = @RBoundUpper, [Sa" + + "meGeneration] = @SameGeneration, [ShareBiodad] = @ShareBiodad, [ShareBiomom] = @" + + "ShareBiomom, [ShareBiograndparent] = @ShareBiograndparent, [Inconsistent] = @Inc" + + "onsistent, [Notes] = @Notes, [ResponseLowerLabel] = @ResponseLowerLabel, [Respon" + + "seUpperLabel] = @ResponseUpperLabel WHERE (([ID] = @Original_ID) AND ([ResponseL" + + "ower] = @Original_ResponseLower) AND ([ResponseUpper] = @Original_ResponseUpper)" + + " AND ([Freq] = @Original_Freq) AND ([Resolved] = @Original_Resolved) AND ((@IsNu" + + "ll_R = 1 AND [R] IS NULL) OR ([R] = @Original_R)) AND ([RBoundLower] = @Original" + + "_RBoundLower) AND ([RBoundUpper] = @Original_RBoundUpper) AND ([SameGeneration] " + + "= @Original_SameGeneration) AND ([ShareBiodad] = @Original_ShareBiodad) AND ([Sh" + + "areBiomom] = @Original_ShareBiomom) AND ([ShareBiograndparent] = @Original_Share" + + "Biograndparent) AND ([Inconsistent] = @Original_Inconsistent) AND ((@IsNull_Note" + + "s = 1 AND [Notes] IS NULL) OR ([Notes] = @Original_Notes)) AND ((@IsNull_Respons" + + "eLowerLabel = 1 AND [ResponseLowerLabel] IS NULL) OR ([ResponseLowerLabel] = @Or" + + "iginal_ResponseLowerLabel)) AND ((@IsNull_ResponseUpperLabel = 1 AND [ResponseUp" + + "perLabel] IS NULL) OR ([ResponseUpperLabel] = @Original_ResponseUpperLabel)));\r\n" + + "SELECT ID, ResponseLower, ResponseUpper, Freq, Resolved, R, RBoundLower, RBoundU" + + "pper, SameGeneration, ShareBiodad, ShareBiomom, ShareBiograndparent, Inconsisten" + + "t, Notes, ResponseLowerLabel, ResponseUpperLabel FROM Metadata.tblRosterGen1Assi" + + "gnment WHERE (ID = @ID)"; + this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ID", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ResponseLower", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseLower", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ResponseUpper", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseUpper", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Freq", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Freq", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Resolved", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Resolved", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RBoundLower", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RBoundLower", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RBoundUpper", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RBoundUpper", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@SameGeneration", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SameGeneration", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ShareBiodad", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ShareBiodad", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ShareBiomom", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ShareBiomom", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ShareBiograndparent", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ShareBiograndparent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Inconsistent", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Inconsistent", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Notes", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Notes", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ResponseLowerLabel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseLowerLabel", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ResponseUpperLabel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseUpperLabel", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ID", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ID", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ResponseLower", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseLower", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ResponseUpper", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseUpper", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Freq", global::System.Data.SqlDbType.SmallInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Freq", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Resolved", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Resolved", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RBoundLower", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RBoundLower", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_RBoundUpper", global::System.Data.SqlDbType.Float, 0, global::System.Data.ParameterDirection.Input, 0, 0, "RBoundUpper", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_SameGeneration", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "SameGeneration", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ShareBiodad", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ShareBiodad", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ShareBiomom", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ShareBiomom", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ShareBiograndparent", global::System.Data.SqlDbType.TinyInt, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ShareBiograndparent", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Inconsistent", global::System.Data.SqlDbType.Bit, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Inconsistent", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Notes", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Notes", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Notes", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Notes", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ResponseLowerLabel", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseLowerLabel", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ResponseLowerLabel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseLowerLabel", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_ResponseUpperLabel", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseUpperLabel", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_ResponseUpperLabel", global::System.Data.SqlDbType.VarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "ResponseUpperLabel", 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::Nls.Base79.Properties.Settings.Default.Nlsy79ConnectionStringBase; + } + + [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 ID, ResponseLower, ResponseUpper, Freq, Resolved, R, RBoundLower, RBoundUp" + + "per, SameGeneration, ShareBiodad, ShareBiomom, ShareBiograndparent, Inconsistent" + + ", Notes, ResponseLowerLabel, ResponseUpperLabel FROM Metadata.tblRosterGen1Assig" + + "nment"; + 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(ImportDataSet.tblRosterGen1AssignmentDataTable dataTable) { + this.Adapter.SelectCommand = this.CommandCollection[0]; + if ((this.ClearBeforeFill == true)) { + dataTable.Clear(); } - if ((R8106500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[50].Value = ((int)(R8106500.Value)); + 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 ImportDataSet.tblRosterGen1AssignmentDataTable GetData() { + this.Adapter.SelectCommand = this.CommandCollection[0]; + ImportDataSet.tblRosterGen1AssignmentDataTable dataTable = new ImportDataSet.tblRosterGen1AssignmentDataTable(); + 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(ImportDataSet.tblRosterGen1AssignmentDataTable 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(ImportDataSet dataSet) { + return this.Adapter.Update(dataSet, "tblRosterGen1Assignment"); + } + + [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( + byte Original_ID, + short Original_ResponseLower, + short Original_ResponseUpper, + short Original_Freq, + bool Original_Resolved, + global::System.Nullable Original_R, + double Original_RBoundLower, + double Original_RBoundUpper, + byte Original_SameGeneration, + byte Original_ShareBiodad, + byte Original_ShareBiomom, + byte Original_ShareBiograndparent, + bool Original_Inconsistent, + string Original_Notes, + string Original_ResponseLowerLabel, + string Original_ResponseUpperLabel) { + this.Adapter.DeleteCommand.Parameters[0].Value = ((byte)(Original_ID)); + this.Adapter.DeleteCommand.Parameters[1].Value = ((short)(Original_ResponseLower)); + this.Adapter.DeleteCommand.Parameters[2].Value = ((short)(Original_ResponseUpper)); + this.Adapter.DeleteCommand.Parameters[3].Value = ((short)(Original_Freq)); + this.Adapter.DeleteCommand.Parameters[4].Value = ((bool)(Original_Resolved)); + if ((Original_R.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[6].Value = ((double)(Original_R.Value)); } else { - this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((R8106600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[51].Value = ((int)(R8106600.Value)); + this.Adapter.DeleteCommand.Parameters[7].Value = ((double)(Original_RBoundLower)); + this.Adapter.DeleteCommand.Parameters[8].Value = ((double)(Original_RBoundUpper)); + this.Adapter.DeleteCommand.Parameters[9].Value = ((byte)(Original_SameGeneration)); + this.Adapter.DeleteCommand.Parameters[10].Value = ((byte)(Original_ShareBiodad)); + this.Adapter.DeleteCommand.Parameters[11].Value = ((byte)(Original_ShareBiomom)); + this.Adapter.DeleteCommand.Parameters[12].Value = ((byte)(Original_ShareBiograndparent)); + this.Adapter.DeleteCommand.Parameters[13].Value = ((bool)(Original_Inconsistent)); + if ((Original_Notes == null)) { + this.Adapter.DeleteCommand.Parameters[14].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[15].Value = global::System.DBNull.Value; } else { - this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[14].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[15].Value = ((string)(Original_Notes)); } - if ((R8106700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[52].Value = ((int)(R8106700.Value)); + if ((Original_ResponseLowerLabel == null)) { + this.Adapter.DeleteCommand.Parameters[16].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[17].Value = global::System.DBNull.Value; } else { - this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[16].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[17].Value = ((string)(Original_ResponseLowerLabel)); } - if ((R8106800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[53].Value = ((int)(R8106800.Value)); + if ((Original_ResponseUpperLabel == null)) { + this.Adapter.DeleteCommand.Parameters[18].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[19].Value = global::System.DBNull.Value; } else { - this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value; - } - if ((R8106900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[54].Value = ((int)(R8106900.Value)); + this.Adapter.DeleteCommand.Parameters[18].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[19].Value = ((string)(Original_ResponseUpperLabel)); } - else { - this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value; + 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(); } - if ((R8107000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[55].Value = ((int)(R8107000.Value)); + try { + int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); + return returnValue; } - else { - this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value; + finally { + if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { + this.Adapter.DeleteCommand.Connection.Close(); + } } - if ((R8107100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[56].Value = ((int)(R8107100.Value)); + } + + [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( + byte ID, + short ResponseLower, + short ResponseUpper, + short Freq, + bool Resolved, + global::System.Nullable R, + double RBoundLower, + double RBoundUpper, + byte SameGeneration, + byte ShareBiodad, + byte ShareBiomom, + byte ShareBiograndparent, + bool Inconsistent, + string Notes, + string ResponseLowerLabel, + string ResponseUpperLabel) { + this.Adapter.InsertCommand.Parameters[0].Value = ((byte)(ID)); + this.Adapter.InsertCommand.Parameters[1].Value = ((short)(ResponseLower)); + this.Adapter.InsertCommand.Parameters[2].Value = ((short)(ResponseUpper)); + this.Adapter.InsertCommand.Parameters[3].Value = ((short)(Freq)); + this.Adapter.InsertCommand.Parameters[4].Value = ((bool)(Resolved)); + if ((R.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[5].Value = ((double)(R.Value)); } else { - this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((R8107200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[57].Value = ((int)(R8107200.Value)); + this.Adapter.InsertCommand.Parameters[6].Value = ((double)(RBoundLower)); + this.Adapter.InsertCommand.Parameters[7].Value = ((double)(RBoundUpper)); + this.Adapter.InsertCommand.Parameters[8].Value = ((byte)(SameGeneration)); + this.Adapter.InsertCommand.Parameters[9].Value = ((byte)(ShareBiodad)); + this.Adapter.InsertCommand.Parameters[10].Value = ((byte)(ShareBiomom)); + this.Adapter.InsertCommand.Parameters[11].Value = ((byte)(ShareBiograndparent)); + this.Adapter.InsertCommand.Parameters[12].Value = ((bool)(Inconsistent)); + if ((Notes == null)) { + this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; } else { - this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[13].Value = ((string)(Notes)); } - if ((R8255400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[58].Value = ((int)(R8255400.Value)); + if ((ResponseLowerLabel == null)) { + this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; } else { - this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[14].Value = ((string)(ResponseLowerLabel)); } - if ((R9900400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[59].Value = ((int)(R9900400.Value)); + if ((ResponseUpperLabel == null)) { + this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; } else { - this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value; - } - if ((R9900600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[60].Value = ((int)(R9900600.Value)); + this.Adapter.InsertCommand.Parameters[15].Value = ((string)(ResponseUpperLabel)); } - else { - this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value; + 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(); } - if ((R9900601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[61].Value = ((int)(R9900601.Value)); + try { + int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); + return returnValue; } - else { - this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value; + finally { + if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { + this.Adapter.InsertCommand.Connection.Close(); + } } - if ((R9901200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[62].Value = ((int)(R9901200.Value)); + } + + [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( + byte ID, + short ResponseLower, + short ResponseUpper, + short Freq, + bool Resolved, + global::System.Nullable R, + double RBoundLower, + double RBoundUpper, + byte SameGeneration, + byte ShareBiodad, + byte ShareBiomom, + byte ShareBiograndparent, + bool Inconsistent, + string Notes, + string ResponseLowerLabel, + string ResponseUpperLabel, + byte Original_ID, + short Original_ResponseLower, + short Original_ResponseUpper, + short Original_Freq, + bool Original_Resolved, + global::System.Nullable Original_R, + double Original_RBoundLower, + double Original_RBoundUpper, + byte Original_SameGeneration, + byte Original_ShareBiodad, + byte Original_ShareBiomom, + byte Original_ShareBiograndparent, + bool Original_Inconsistent, + string Original_Notes, + string Original_ResponseLowerLabel, + string Original_ResponseUpperLabel) { + this.Adapter.UpdateCommand.Parameters[0].Value = ((byte)(ID)); + this.Adapter.UpdateCommand.Parameters[1].Value = ((short)(ResponseLower)); + this.Adapter.UpdateCommand.Parameters[2].Value = ((short)(ResponseUpper)); + this.Adapter.UpdateCommand.Parameters[3].Value = ((short)(Freq)); + this.Adapter.UpdateCommand.Parameters[4].Value = ((bool)(Resolved)); + if ((R.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[5].Value = ((double)(R.Value)); } else { - this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((R9901400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[63].Value = ((int)(R9901400.Value)); + this.Adapter.UpdateCommand.Parameters[6].Value = ((double)(RBoundLower)); + this.Adapter.UpdateCommand.Parameters[7].Value = ((double)(RBoundUpper)); + this.Adapter.UpdateCommand.Parameters[8].Value = ((byte)(SameGeneration)); + this.Adapter.UpdateCommand.Parameters[9].Value = ((byte)(ShareBiodad)); + this.Adapter.UpdateCommand.Parameters[10].Value = ((byte)(ShareBiomom)); + this.Adapter.UpdateCommand.Parameters[11].Value = ((byte)(ShareBiograndparent)); + this.Adapter.UpdateCommand.Parameters[12].Value = ((bool)(Inconsistent)); + if ((Notes == null)) { + this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; } else { - this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[13].Value = ((string)(Notes)); } - if ((R9901401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[64].Value = ((int)(R9901401.Value)); + if ((ResponseLowerLabel == null)) { + this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; } else { - this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[14].Value = ((string)(ResponseLowerLabel)); } - if ((R9902000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[65].Value = ((int)(R9902000.Value)); + if ((ResponseUpperLabel == null)) { + this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; } else { - this.Adapter.UpdateCommand.Parameters[65].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[15].Value = ((string)(ResponseUpperLabel)); } - if ((R9902200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[66].Value = ((int)(R9902200.Value)); + this.Adapter.UpdateCommand.Parameters[16].Value = ((byte)(Original_ID)); + this.Adapter.UpdateCommand.Parameters[17].Value = ((short)(Original_ResponseLower)); + this.Adapter.UpdateCommand.Parameters[18].Value = ((short)(Original_ResponseUpper)); + this.Adapter.UpdateCommand.Parameters[19].Value = ((short)(Original_Freq)); + this.Adapter.UpdateCommand.Parameters[20].Value = ((bool)(Original_Resolved)); + if ((Original_R.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[22].Value = ((double)(Original_R.Value)); } else { - this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[21].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((R9902201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[67].Value = ((int)(R9902201.Value)); + this.Adapter.UpdateCommand.Parameters[23].Value = ((double)(Original_RBoundLower)); + this.Adapter.UpdateCommand.Parameters[24].Value = ((double)(Original_RBoundUpper)); + this.Adapter.UpdateCommand.Parameters[25].Value = ((byte)(Original_SameGeneration)); + this.Adapter.UpdateCommand.Parameters[26].Value = ((byte)(Original_ShareBiodad)); + this.Adapter.UpdateCommand.Parameters[27].Value = ((byte)(Original_ShareBiomom)); + this.Adapter.UpdateCommand.Parameters[28].Value = ((byte)(Original_ShareBiograndparent)); + this.Adapter.UpdateCommand.Parameters[29].Value = ((bool)(Original_Inconsistent)); + if ((Original_Notes == null)) { + this.Adapter.UpdateCommand.Parameters[30].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; } else { - this.Adapter.UpdateCommand.Parameters[67].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[30].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[31].Value = ((string)(Original_Notes)); } - if ((R9902800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[68].Value = ((int)(R9902800.Value)); + if ((Original_ResponseLowerLabel == null)) { + this.Adapter.UpdateCommand.Parameters[32].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; } else { - this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[32].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[33].Value = ((string)(Original_ResponseLowerLabel)); } - if ((R9903000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[69].Value = ((int)(R9903000.Value)); + if ((Original_ResponseUpperLabel == null)) { + this.Adapter.UpdateCommand.Parameters[34].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; } else { - this.Adapter.UpdateCommand.Parameters[69].Value = global::System.DBNull.Value; - } - if ((R9903001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[70].Value = ((int)(R9903001.Value)); + this.Adapter.UpdateCommand.Parameters[34].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[35].Value = ((string)(Original_ResponseUpperLabel)); } - else { - this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value; + 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(); } - if ((R9903600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[71].Value = ((int)(R9903600.Value)); + try { + int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); + return returnValue; } - else { - this.Adapter.UpdateCommand.Parameters[71].Value = global::System.DBNull.Value; + finally { + if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { + this.Adapter.UpdateCommand.Connection.Close(); + } } - if ((R9903800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[72].Value = ((int)(R9903800.Value)); + } + + [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( + short ResponseLower, + short ResponseUpper, + short Freq, + bool Resolved, + global::System.Nullable R, + double RBoundLower, + double RBoundUpper, + byte SameGeneration, + byte ShareBiodad, + byte ShareBiomom, + byte ShareBiograndparent, + bool Inconsistent, + string Notes, + string ResponseLowerLabel, + string ResponseUpperLabel, + byte Original_ID, + short Original_ResponseLower, + short Original_ResponseUpper, + short Original_Freq, + bool Original_Resolved, + global::System.Nullable Original_R, + double Original_RBoundLower, + double Original_RBoundUpper, + byte Original_SameGeneration, + byte Original_ShareBiodad, + byte Original_ShareBiomom, + byte Original_ShareBiograndparent, + bool Original_Inconsistent, + string Original_Notes, + string Original_ResponseLowerLabel, + string Original_ResponseUpperLabel) { + return this.Update(Original_ID, ResponseLower, ResponseUpper, Freq, Resolved, R, RBoundLower, RBoundUpper, SameGeneration, ShareBiodad, ShareBiomom, ShareBiograndparent, Inconsistent, Notes, ResponseLowerLabel, ResponseUpperLabel, Original_ID, Original_ResponseLower, Original_ResponseUpper, Original_Freq, Original_Resolved, Original_R, Original_RBoundLower, Original_RBoundUpper, Original_SameGeneration, Original_ShareBiodad, Original_ShareBiomom, Original_ShareBiograndparent, Original_Inconsistent, Original_Notes, Original_ResponseLowerLabel, Original_ResponseUpperLabel); + } + } + + /// + ///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 tblGen2LinksTableAdapter : 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 tblGen2LinksTableAdapter() { + 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; } - else { - this.Adapter.UpdateCommand.Parameters[72].Value = global::System.DBNull.Value; + } + + [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; } - if ((R9903801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[73].Value = ((int)(R9903801.Value)); + 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; + } + } } - else { - this.Adapter.UpdateCommand.Parameters[73].Value = global::System.DBNull.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; } - if ((R9904400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[74].Value = ((int)(R9904400.Value)); + 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; + } } - else { - this.Adapter.UpdateCommand.Parameters[74].Value = global::System.DBNull.Value; + } + + [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; } - if ((R9904600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[75].Value = ((int)(R9904600.Value)); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool ClearBeforeFill { + get { + return this._clearBeforeFill; } - else { - this.Adapter.UpdateCommand.Parameters[75].Value = global::System.DBNull.Value; - } - if ((R9904601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[76].Value = ((int)(R9904601.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[76].Value = global::System.DBNull.Value; - } - if ((R9905200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[77].Value = ((int)(R9905200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[77].Value = global::System.DBNull.Value; - } - if ((R9905400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[78].Value = ((int)(R9905400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[78].Value = global::System.DBNull.Value; - } - if ((R9905401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[79].Value = ((int)(R9905401.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[79].Value = global::System.DBNull.Value; - } - if ((R9906000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[80].Value = ((int)(R9906000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[80].Value = global::System.DBNull.Value; - } - if ((R9906600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[81].Value = ((int)(R9906600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[81].Value = global::System.DBNull.Value; - } - if ((R9907200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[82].Value = ((int)(R9907200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[82].Value = global::System.DBNull.Value; - } - if ((R9907800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[83].Value = ((int)(R9907800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[83].Value = global::System.DBNull.Value; - } - if ((R9908000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[84].Value = ((int)(R9908000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[84].Value = global::System.DBNull.Value; - } - if ((R9911200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[85].Value = ((int)(R9911200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[85].Value = global::System.DBNull.Value; - } - if ((R9911201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[86].Value = ((int)(R9911201.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[86].Value = global::System.DBNull.Value; - } - if ((T0337300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[87].Value = ((int)(T0337300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[87].Value = global::System.DBNull.Value; - } - if ((T0337400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[88].Value = ((int)(T0337400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[88].Value = global::System.DBNull.Value; - } - if ((T0337500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[89].Value = ((int)(T0337500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[89].Value = global::System.DBNull.Value; - } - if ((T0337600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[90].Value = ((int)(T0337600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[90].Value = global::System.DBNull.Value; - } - if ((T0337700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[91].Value = ((int)(T0337700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[91].Value = global::System.DBNull.Value; - } - if ((T0337800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[92].Value = ((int)(T0337800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[92].Value = global::System.DBNull.Value; - } - if ((T0337900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[93].Value = ((int)(T0337900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[93].Value = global::System.DBNull.Value; - } - if ((T0338000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[94].Value = ((int)(T0338000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[94].Value = global::System.DBNull.Value; - } - if ((T0338100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[95].Value = ((int)(T0338100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[95].Value = global::System.DBNull.Value; - } - if ((T0338200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[96].Value = ((int)(T0338200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[96].Value = global::System.DBNull.Value; - } - if ((T0338300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[97].Value = ((int)(T0338300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[97].Value = global::System.DBNull.Value; - } - if ((T0338400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[98].Value = ((int)(T0338400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[98].Value = global::System.DBNull.Value; - } - if ((T0338500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[99].Value = ((int)(T0338500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[99].Value = global::System.DBNull.Value; - } - if ((T0338600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[100].Value = ((int)(T0338600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[100].Value = global::System.DBNull.Value; - } - if ((T1486900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[101].Value = ((int)(T1486900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[101].Value = global::System.DBNull.Value; - } - if ((T1487000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[102].Value = ((int)(T1487000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[102].Value = global::System.DBNull.Value; - } - if ((T1487100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[103].Value = ((int)(T1487100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[103].Value = global::System.DBNull.Value; - } - if ((T1487200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[104].Value = ((int)(T1487200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[104].Value = global::System.DBNull.Value; - } - if ((T1487300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[105].Value = ((int)(T1487300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[105].Value = global::System.DBNull.Value; - } - if ((T1487400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[106].Value = ((int)(T1487400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[106].Value = global::System.DBNull.Value; - } - if ((T1487500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[107].Value = ((int)(T1487500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[107].Value = global::System.DBNull.Value; - } - if ((T1487600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[108].Value = ((int)(T1487600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[108].Value = global::System.DBNull.Value; - } - if ((T1487700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[109].Value = ((int)(T1487700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[109].Value = global::System.DBNull.Value; - } - if ((T1487800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[110].Value = ((int)(T1487800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[110].Value = global::System.DBNull.Value; - } - if ((T2217700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[111].Value = ((int)(T2217700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[111].Value = global::System.DBNull.Value; - } - if ((T2533500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[112].Value = ((int)(T2533500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[112].Value = global::System.DBNull.Value; - } - if ((T2533600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[113].Value = ((int)(T2533600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[113].Value = global::System.DBNull.Value; - } - if ((T2533700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[114].Value = ((int)(T2533700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[114].Value = global::System.DBNull.Value; - } - if ((T2533800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[115].Value = ((int)(T2533800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[115].Value = global::System.DBNull.Value; - } - if ((T2533900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[116].Value = ((int)(T2533900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[116].Value = global::System.DBNull.Value; - } - if ((T2534000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[117].Value = ((int)(T2534000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[117].Value = global::System.DBNull.Value; - } - if ((T2534100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[118].Value = ((int)(T2534100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[118].Value = global::System.DBNull.Value; - } - if ((T2534200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[119].Value = ((int)(T2534200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[119].Value = global::System.DBNull.Value; - } - if ((T2534300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[120].Value = ((int)(T2534300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[120].Value = global::System.DBNull.Value; - } - if ((T2534400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[121].Value = ((int)(T2534400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[121].Value = global::System.DBNull.Value; - } - if ((T2534500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[122].Value = ((int)(T2534500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[122].Value = global::System.DBNull.Value; - } - this.Adapter.UpdateCommand.Parameters[123].Value = ((int)(Original_R0000100)); - if ((Original_R0173600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[124].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[125].Value = ((int)(Original_R0173600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[124].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[125].Value = global::System.DBNull.Value; - } - if ((Original_R0214700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[126].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[127].Value = ((int)(Original_R0214700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[126].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[127].Value = global::System.DBNull.Value; - } - if ((Original_R0214800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[128].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[129].Value = ((int)(Original_R0214800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[128].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[129].Value = global::System.DBNull.Value; - } - if ((Original_R4825700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[130].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[131].Value = ((int)(Original_R4825700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[130].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[131].Value = global::System.DBNull.Value; - } - if ((Original_R4826000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[132].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[133].Value = ((int)(Original_R4826000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[132].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[133].Value = global::System.DBNull.Value; - } - if ((Original_R4826100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[134].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[135].Value = ((int)(Original_R4826100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[134].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[135].Value = global::System.DBNull.Value; - } - if ((Original_R4826300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[136].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[137].Value = ((int)(Original_R4826300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[136].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[137].Value = global::System.DBNull.Value; - } - if ((Original_R4826500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[138].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[139].Value = ((int)(Original_R4826500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[138].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[139].Value = global::System.DBNull.Value; - } - if ((Original_R4826800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[140].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[141].Value = ((int)(Original_R4826800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[140].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[141].Value = global::System.DBNull.Value; - } - if ((Original_R5495900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[142].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[143].Value = ((int)(Original_R5495900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[142].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[143].Value = global::System.DBNull.Value; - } - if ((Original_R5496200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[144].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[145].Value = ((int)(Original_R5496200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[144].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[145].Value = global::System.DBNull.Value; - } - if ((Original_R5496300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[146].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[147].Value = ((int)(Original_R5496300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[146].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[147].Value = global::System.DBNull.Value; - } - if ((Original_R5496500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[148].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[149].Value = ((int)(Original_R5496500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[148].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[149].Value = global::System.DBNull.Value; - } - if ((Original_R5496700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[150].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[151].Value = ((int)(Original_R5496700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[150].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[151].Value = global::System.DBNull.Value; - } - if ((Original_R5497000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[152].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[153].Value = ((int)(Original_R5497000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[152].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[153].Value = global::System.DBNull.Value; - } - if ((Original_R5497200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[154].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[155].Value = ((int)(Original_R5497200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[154].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[155].Value = global::System.DBNull.Value; - } - if ((Original_R6210700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[156].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[157].Value = ((int)(Original_R6210700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[156].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[157].Value = global::System.DBNull.Value; - } - if ((Original_R6210800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[158].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[159].Value = ((int)(Original_R6210800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[158].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[159].Value = global::System.DBNull.Value; - } - if ((Original_R6210900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[160].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[161].Value = ((int)(Original_R6210900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[160].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[161].Value = global::System.DBNull.Value; - } - if ((Original_R6211500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[162].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[163].Value = ((int)(Original_R6211500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[162].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[163].Value = global::System.DBNull.Value; - } - if ((Original_R6211600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[164].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[165].Value = ((int)(Original_R6211600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[164].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[165].Value = global::System.DBNull.Value; - } - if ((Original_R6211700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[166].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[167].Value = ((int)(Original_R6211700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[166].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[167].Value = global::System.DBNull.Value; - } - if ((Original_R6211800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[168].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[169].Value = ((int)(Original_R6211800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[168].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[169].Value = global::System.DBNull.Value; - } - if ((Original_R6211900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[170].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[171].Value = ((int)(Original_R6211900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[170].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[171].Value = global::System.DBNull.Value; - } - if ((Original_R6212200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[172].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[173].Value = ((int)(Original_R6212200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[172].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[173].Value = global::System.DBNull.Value; - } - if ((Original_R6212300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[174].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[175].Value = ((int)(Original_R6212300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[174].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[175].Value = global::System.DBNull.Value; - } - if ((Original_R6764000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[176].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[177].Value = ((int)(Original_R6764000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[176].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[177].Value = global::System.DBNull.Value; - } - if ((Original_R6764100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[178].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[179].Value = ((int)(Original_R6764100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[178].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[179].Value = global::System.DBNull.Value; - } - if ((Original_R6764200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[180].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[181].Value = ((int)(Original_R6764200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[180].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[181].Value = global::System.DBNull.Value; - } - if ((Original_R6764900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[182].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[183].Value = ((int)(Original_R6764900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[182].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[183].Value = global::System.DBNull.Value; - } - if ((Original_R6765000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[184].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[185].Value = ((int)(Original_R6765000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[184].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[185].Value = global::System.DBNull.Value; - } - if ((Original_R6765100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[186].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[187].Value = ((int)(Original_R6765100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[186].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[187].Value = global::System.DBNull.Value; - } - if ((Original_R6765200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[188].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[189].Value = ((int)(Original_R6765200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[188].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[189].Value = global::System.DBNull.Value; - } - if ((Original_R6765600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[190].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[191].Value = ((int)(Original_R6765600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[190].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[191].Value = global::System.DBNull.Value; - } - if ((Original_R6765700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[192].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[193].Value = ((int)(Original_R6765700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[192].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[193].Value = global::System.DBNull.Value; - } - if ((Original_R6765800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[194].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[195].Value = ((int)(Original_R6765800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[194].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[195].Value = global::System.DBNull.Value; - } - if ((Original_R6839600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[196].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[197].Value = ((int)(Original_R6839600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[196].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[197].Value = global::System.DBNull.Value; - } - if ((Original_R7408300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[198].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[199].Value = ((int)(Original_R7408300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[198].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[199].Value = global::System.DBNull.Value; - } - if ((Original_R7408400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[200].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[201].Value = ((int)(Original_R7408400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[200].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[201].Value = global::System.DBNull.Value; - } - if ((Original_R7408500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[202].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[203].Value = ((int)(Original_R7408500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[202].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[203].Value = global::System.DBNull.Value; - } - if ((Original_R7409200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[204].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[205].Value = ((int)(Original_R7409200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[204].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[205].Value = global::System.DBNull.Value; - } - if ((Original_R7409300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[206].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[207].Value = ((int)(Original_R7409300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[206].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[207].Value = global::System.DBNull.Value; - } - if ((Original_R7409400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[208].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[209].Value = ((int)(Original_R7409400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[208].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[209].Value = global::System.DBNull.Value; - } - if ((Original_R7409500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[210].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[211].Value = ((int)(Original_R7409500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[210].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[211].Value = global::System.DBNull.Value; - } - if ((Original_R7409900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[212].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[213].Value = ((int)(Original_R7409900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[212].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[213].Value = global::System.DBNull.Value; - } - if ((Original_R7410000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[214].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[215].Value = ((int)(Original_R7410000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[214].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[215].Value = global::System.DBNull.Value; - } - if ((Original_R7410100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[216].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[217].Value = ((int)(Original_R7410100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[216].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[217].Value = global::System.DBNull.Value; - } - if ((Original_R7548600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[218].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[219].Value = ((int)(Original_R7548600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[218].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[219].Value = global::System.DBNull.Value; - } - if ((Original_R8106400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[220].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[221].Value = ((int)(Original_R8106400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[220].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[221].Value = global::System.DBNull.Value; - } - if ((Original_R8106500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[222].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[223].Value = ((int)(Original_R8106500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[222].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[223].Value = global::System.DBNull.Value; - } - if ((Original_R8106600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[224].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[225].Value = ((int)(Original_R8106600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[224].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[225].Value = global::System.DBNull.Value; - } - if ((Original_R8106700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[226].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[227].Value = ((int)(Original_R8106700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[226].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[227].Value = global::System.DBNull.Value; - } - if ((Original_R8106800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[228].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[229].Value = ((int)(Original_R8106800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[228].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[229].Value = global::System.DBNull.Value; - } - if ((Original_R8106900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[230].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[231].Value = ((int)(Original_R8106900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[230].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[231].Value = global::System.DBNull.Value; - } - if ((Original_R8107000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[232].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[233].Value = ((int)(Original_R8107000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[232].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[233].Value = global::System.DBNull.Value; - } - if ((Original_R8107100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[234].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[235].Value = ((int)(Original_R8107100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[234].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[235].Value = global::System.DBNull.Value; - } - if ((Original_R8107200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[236].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[237].Value = ((int)(Original_R8107200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[236].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[237].Value = global::System.DBNull.Value; - } - if ((Original_R8255400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[238].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[239].Value = ((int)(Original_R8255400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[238].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[239].Value = global::System.DBNull.Value; - } - if ((Original_R9900400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[240].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[241].Value = ((int)(Original_R9900400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[240].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[241].Value = global::System.DBNull.Value; - } - if ((Original_R9900600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[242].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[243].Value = ((int)(Original_R9900600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[242].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[243].Value = global::System.DBNull.Value; - } - if ((Original_R9900601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[244].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[245].Value = ((int)(Original_R9900601.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[244].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[245].Value = global::System.DBNull.Value; - } - if ((Original_R9901200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[246].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[247].Value = ((int)(Original_R9901200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[246].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[247].Value = global::System.DBNull.Value; - } - if ((Original_R9901400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[248].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[249].Value = ((int)(Original_R9901400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[248].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[249].Value = global::System.DBNull.Value; - } - if ((Original_R9901401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[250].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[251].Value = ((int)(Original_R9901401.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[250].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[251].Value = global::System.DBNull.Value; - } - if ((Original_R9902000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[252].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[253].Value = ((int)(Original_R9902000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[252].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[253].Value = global::System.DBNull.Value; - } - if ((Original_R9902200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[254].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[255].Value = ((int)(Original_R9902200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[254].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[255].Value = global::System.DBNull.Value; - } - if ((Original_R9902201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[256].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[257].Value = ((int)(Original_R9902201.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[256].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[257].Value = global::System.DBNull.Value; - } - if ((Original_R9902800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[258].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[259].Value = ((int)(Original_R9902800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[258].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[259].Value = global::System.DBNull.Value; - } - if ((Original_R9903000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[260].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[261].Value = ((int)(Original_R9903000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[260].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[261].Value = global::System.DBNull.Value; - } - if ((Original_R9903001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[262].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[263].Value = ((int)(Original_R9903001.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[262].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[263].Value = global::System.DBNull.Value; - } - if ((Original_R9903600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[264].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[265].Value = ((int)(Original_R9903600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[264].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[265].Value = global::System.DBNull.Value; - } - if ((Original_R9903800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[266].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[267].Value = ((int)(Original_R9903800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[266].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[267].Value = global::System.DBNull.Value; - } - if ((Original_R9903801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[268].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[269].Value = ((int)(Original_R9903801.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[268].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[269].Value = global::System.DBNull.Value; - } - if ((Original_R9904400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[270].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[271].Value = ((int)(Original_R9904400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[270].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[271].Value = global::System.DBNull.Value; - } - if ((Original_R9904600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[272].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[273].Value = ((int)(Original_R9904600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[272].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[273].Value = global::System.DBNull.Value; - } - if ((Original_R9904601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[274].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[275].Value = ((int)(Original_R9904601.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[274].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[275].Value = global::System.DBNull.Value; - } - if ((Original_R9905200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[276].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[277].Value = ((int)(Original_R9905200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[276].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[277].Value = global::System.DBNull.Value; - } - if ((Original_R9905400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[278].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[279].Value = ((int)(Original_R9905400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[278].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[279].Value = global::System.DBNull.Value; - } - if ((Original_R9905401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[280].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[281].Value = ((int)(Original_R9905401.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[280].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[281].Value = global::System.DBNull.Value; - } - if ((Original_R9906000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[282].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[283].Value = ((int)(Original_R9906000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[282].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[283].Value = global::System.DBNull.Value; - } - if ((Original_R9906600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[284].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[285].Value = ((int)(Original_R9906600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[284].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[285].Value = global::System.DBNull.Value; - } - if ((Original_R9907200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[286].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[287].Value = ((int)(Original_R9907200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[286].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[287].Value = global::System.DBNull.Value; - } - if ((Original_R9907800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[288].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[289].Value = ((int)(Original_R9907800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[288].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[289].Value = global::System.DBNull.Value; - } - if ((Original_R9908000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[290].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[291].Value = ((int)(Original_R9908000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[290].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[291].Value = global::System.DBNull.Value; - } - if ((Original_R9911200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[292].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[293].Value = ((int)(Original_R9911200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[292].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[293].Value = global::System.DBNull.Value; - } - if ((Original_R9911201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[294].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[295].Value = ((int)(Original_R9911201.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[294].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[295].Value = global::System.DBNull.Value; - } - if ((Original_T0337300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[296].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[297].Value = ((int)(Original_T0337300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[296].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[297].Value = global::System.DBNull.Value; - } - if ((Original_T0337400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[298].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[299].Value = ((int)(Original_T0337400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[298].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[299].Value = global::System.DBNull.Value; - } - if ((Original_T0337500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[300].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[301].Value = ((int)(Original_T0337500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[300].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[301].Value = global::System.DBNull.Value; - } - if ((Original_T0337600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[302].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[303].Value = ((int)(Original_T0337600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[302].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[303].Value = global::System.DBNull.Value; - } - if ((Original_T0337700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[304].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[305].Value = ((int)(Original_T0337700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[304].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[305].Value = global::System.DBNull.Value; - } - if ((Original_T0337800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[306].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[307].Value = ((int)(Original_T0337800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[306].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[307].Value = global::System.DBNull.Value; - } - if ((Original_T0337900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[308].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[309].Value = ((int)(Original_T0337900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[308].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[309].Value = global::System.DBNull.Value; - } - if ((Original_T0338000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[310].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[311].Value = ((int)(Original_T0338000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[310].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[311].Value = global::System.DBNull.Value; - } - if ((Original_T0338100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[312].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[313].Value = ((int)(Original_T0338100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[312].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[313].Value = global::System.DBNull.Value; - } - if ((Original_T0338200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[314].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[315].Value = ((int)(Original_T0338200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[314].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[315].Value = global::System.DBNull.Value; - } - if ((Original_T0338300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[316].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[317].Value = ((int)(Original_T0338300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[316].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[317].Value = global::System.DBNull.Value; - } - if ((Original_T0338400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[318].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[319].Value = ((int)(Original_T0338400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[318].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[319].Value = global::System.DBNull.Value; - } - if ((Original_T0338500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[320].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[321].Value = ((int)(Original_T0338500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[320].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[321].Value = global::System.DBNull.Value; - } - if ((Original_T0338600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[322].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[323].Value = ((int)(Original_T0338600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[322].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[323].Value = global::System.DBNull.Value; - } - if ((Original_T1486900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[324].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[325].Value = ((int)(Original_T1486900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[324].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[325].Value = global::System.DBNull.Value; - } - if ((Original_T1487000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[326].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[327].Value = ((int)(Original_T1487000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[326].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[327].Value = global::System.DBNull.Value; - } - if ((Original_T1487100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[328].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[329].Value = ((int)(Original_T1487100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[328].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[329].Value = global::System.DBNull.Value; - } - if ((Original_T1487200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[330].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[331].Value = ((int)(Original_T1487200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[330].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[331].Value = global::System.DBNull.Value; - } - if ((Original_T1487300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[332].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[333].Value = ((int)(Original_T1487300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[332].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[333].Value = global::System.DBNull.Value; - } - if ((Original_T1487400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[334].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[335].Value = ((int)(Original_T1487400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[334].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[335].Value = global::System.DBNull.Value; - } - if ((Original_T1487500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[336].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[337].Value = ((int)(Original_T1487500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[336].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[337].Value = global::System.DBNull.Value; - } - if ((Original_T1487600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[338].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[339].Value = ((int)(Original_T1487600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[338].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[339].Value = global::System.DBNull.Value; - } - if ((Original_T1487700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[340].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[341].Value = ((int)(Original_T1487700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[340].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[341].Value = global::System.DBNull.Value; - } - if ((Original_T1487800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[342].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[343].Value = ((int)(Original_T1487800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[342].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[343].Value = global::System.DBNull.Value; - } - if ((Original_T2217700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[344].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[345].Value = ((int)(Original_T2217700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[344].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[345].Value = global::System.DBNull.Value; - } - if ((Original_T2533500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[346].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[347].Value = ((int)(Original_T2533500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[346].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[347].Value = global::System.DBNull.Value; - } - if ((Original_T2533600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[348].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[349].Value = ((int)(Original_T2533600.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[348].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[349].Value = global::System.DBNull.Value; - } - if ((Original_T2533700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[350].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[351].Value = ((int)(Original_T2533700.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[350].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[351].Value = global::System.DBNull.Value; - } - if ((Original_T2533800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[352].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[353].Value = ((int)(Original_T2533800.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[352].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[353].Value = global::System.DBNull.Value; - } - if ((Original_T2533900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[354].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[355].Value = ((int)(Original_T2533900.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[354].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[355].Value = global::System.DBNull.Value; - } - if ((Original_T2534000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[356].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[357].Value = ((int)(Original_T2534000.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[356].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[357].Value = global::System.DBNull.Value; - } - if ((Original_T2534100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[358].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[359].Value = ((int)(Original_T2534100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[358].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[359].Value = global::System.DBNull.Value; - } - if ((Original_T2534200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[360].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[361].Value = ((int)(Original_T2534200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[360].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[361].Value = global::System.DBNull.Value; - } - if ((Original_T2534300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[362].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[363].Value = ((int)(Original_T2534300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[362].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[363].Value = global::System.DBNull.Value; - } - if ((Original_T2534400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[364].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[365].Value = ((int)(Original_T2534400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[364].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[365].Value = global::System.DBNull.Value; - } - if ((Original_T2534500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[366].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[367].Value = ((int)(Original_T2534500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[366].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[367].Value = global::System.DBNull.Value; - } - 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( - global::System.Nullable R0173600, - global::System.Nullable R0214700, - global::System.Nullable R0214800, - global::System.Nullable R4825700, - global::System.Nullable R4826000, - global::System.Nullable R4826100, - global::System.Nullable R4826300, - global::System.Nullable R4826500, - global::System.Nullable R4826800, - global::System.Nullable R5495900, - global::System.Nullable R5496200, - global::System.Nullable R5496300, - global::System.Nullable R5496500, - global::System.Nullable R5496700, - global::System.Nullable R5497000, - global::System.Nullable R5497200, - global::System.Nullable R6210700, - global::System.Nullable R6210800, - global::System.Nullable R6210900, - global::System.Nullable R6211500, - global::System.Nullable R6211600, - global::System.Nullable R6211700, - global::System.Nullable R6211800, - global::System.Nullable R6211900, - global::System.Nullable R6212200, - global::System.Nullable R6212300, - global::System.Nullable R6764000, - global::System.Nullable R6764100, - global::System.Nullable R6764200, - global::System.Nullable R6764900, - global::System.Nullable R6765000, - global::System.Nullable R6765100, - global::System.Nullable R6765200, - global::System.Nullable R6765600, - global::System.Nullable R6765700, - global::System.Nullable R6765800, - global::System.Nullable R6839600, - global::System.Nullable R7408300, - global::System.Nullable R7408400, - global::System.Nullable R7408500, - global::System.Nullable R7409200, - global::System.Nullable R7409300, - global::System.Nullable R7409400, - global::System.Nullable R7409500, - global::System.Nullable R7409900, - global::System.Nullable R7410000, - global::System.Nullable R7410100, - global::System.Nullable R7548600, - global::System.Nullable R8106400, - global::System.Nullable R8106500, - global::System.Nullable R8106600, - global::System.Nullable R8106700, - global::System.Nullable R8106800, - global::System.Nullable R8106900, - global::System.Nullable R8107000, - global::System.Nullable R8107100, - global::System.Nullable R8107200, - global::System.Nullable R8255400, - global::System.Nullable R9900400, - global::System.Nullable R9900600, - global::System.Nullable R9900601, - global::System.Nullable R9901200, - global::System.Nullable R9901400, - global::System.Nullable R9901401, - global::System.Nullable R9902000, - global::System.Nullable R9902200, - global::System.Nullable R9902201, - global::System.Nullable R9902800, - global::System.Nullable R9903000, - global::System.Nullable R9903001, - global::System.Nullable R9903600, - global::System.Nullable R9903800, - global::System.Nullable R9903801, - global::System.Nullable R9904400, - global::System.Nullable R9904600, - global::System.Nullable R9904601, - global::System.Nullable R9905200, - global::System.Nullable R9905400, - global::System.Nullable R9905401, - global::System.Nullable R9906000, - global::System.Nullable R9906600, - global::System.Nullable R9907200, - global::System.Nullable R9907800, - global::System.Nullable R9908000, - global::System.Nullable R9911200, - global::System.Nullable R9911201, - global::System.Nullable T0337300, - global::System.Nullable T0337400, - global::System.Nullable T0337500, - global::System.Nullable T0337600, - global::System.Nullable T0337700, - global::System.Nullable T0337800, - global::System.Nullable T0337900, - global::System.Nullable T0338000, - global::System.Nullable T0338100, - global::System.Nullable T0338200, - global::System.Nullable T0338300, - global::System.Nullable T0338400, - global::System.Nullable T0338500, - global::System.Nullable T0338600, - global::System.Nullable T1486900, - global::System.Nullable T1487000, - global::System.Nullable T1487100, - global::System.Nullable T1487200, - global::System.Nullable T1487300, - global::System.Nullable T1487400, - global::System.Nullable T1487500, - global::System.Nullable T1487600, - global::System.Nullable T1487700, - global::System.Nullable T1487800, - global::System.Nullable T2217700, - global::System.Nullable T2533500, - global::System.Nullable T2533600, - global::System.Nullable T2533700, - global::System.Nullable T2533800, - global::System.Nullable T2533900, - global::System.Nullable T2534000, - global::System.Nullable T2534100, - global::System.Nullable T2534200, - global::System.Nullable T2534300, - global::System.Nullable T2534400, - global::System.Nullable T2534500, - int Original_R0000100, - global::System.Nullable Original_R0173600, - global::System.Nullable Original_R0214700, - global::System.Nullable Original_R0214800, - global::System.Nullable Original_R4825700, - global::System.Nullable Original_R4826000, - global::System.Nullable Original_R4826100, - global::System.Nullable Original_R4826300, - global::System.Nullable Original_R4826500, - global::System.Nullable Original_R4826800, - global::System.Nullable Original_R5495900, - global::System.Nullable Original_R5496200, - global::System.Nullable Original_R5496300, - global::System.Nullable Original_R5496500, - global::System.Nullable Original_R5496700, - global::System.Nullable Original_R5497000, - global::System.Nullable Original_R5497200, - global::System.Nullable Original_R6210700, - global::System.Nullable Original_R6210800, - global::System.Nullable Original_R6210900, - global::System.Nullable Original_R6211500, - global::System.Nullable Original_R6211600, - global::System.Nullable Original_R6211700, - global::System.Nullable Original_R6211800, - global::System.Nullable Original_R6211900, - global::System.Nullable Original_R6212200, - global::System.Nullable Original_R6212300, - global::System.Nullable Original_R6764000, - global::System.Nullable Original_R6764100, - global::System.Nullable Original_R6764200, - global::System.Nullable Original_R6764900, - global::System.Nullable Original_R6765000, - global::System.Nullable Original_R6765100, - global::System.Nullable Original_R6765200, - global::System.Nullable Original_R6765600, - global::System.Nullable Original_R6765700, - global::System.Nullable Original_R6765800, - global::System.Nullable Original_R6839600, - global::System.Nullable Original_R7408300, - global::System.Nullable Original_R7408400, - global::System.Nullable Original_R7408500, - global::System.Nullable Original_R7409200, - global::System.Nullable Original_R7409300, - global::System.Nullable Original_R7409400, - global::System.Nullable Original_R7409500, - global::System.Nullable Original_R7409900, - global::System.Nullable Original_R7410000, - global::System.Nullable Original_R7410100, - global::System.Nullable Original_R7548600, - global::System.Nullable Original_R8106400, - global::System.Nullable Original_R8106500, - global::System.Nullable Original_R8106600, - global::System.Nullable Original_R8106700, - global::System.Nullable Original_R8106800, - global::System.Nullable Original_R8106900, - global::System.Nullable Original_R8107000, - global::System.Nullable Original_R8107100, - global::System.Nullable Original_R8107200, - global::System.Nullable Original_R8255400, - global::System.Nullable Original_R9900400, - global::System.Nullable Original_R9900600, - global::System.Nullable Original_R9900601, - global::System.Nullable Original_R9901200, - global::System.Nullable Original_R9901400, - global::System.Nullable Original_R9901401, - global::System.Nullable Original_R9902000, - global::System.Nullable Original_R9902200, - global::System.Nullable Original_R9902201, - global::System.Nullable Original_R9902800, - global::System.Nullable Original_R9903000, - global::System.Nullable Original_R9903001, - global::System.Nullable Original_R9903600, - global::System.Nullable Original_R9903800, - global::System.Nullable Original_R9903801, - global::System.Nullable Original_R9904400, - global::System.Nullable Original_R9904600, - global::System.Nullable Original_R9904601, - global::System.Nullable Original_R9905200, - global::System.Nullable Original_R9905400, - global::System.Nullable Original_R9905401, - global::System.Nullable Original_R9906000, - global::System.Nullable Original_R9906600, - global::System.Nullable Original_R9907200, - global::System.Nullable Original_R9907800, - global::System.Nullable Original_R9908000, - global::System.Nullable Original_R9911200, - global::System.Nullable Original_R9911201, - global::System.Nullable Original_T0337300, - global::System.Nullable Original_T0337400, - global::System.Nullable Original_T0337500, - global::System.Nullable Original_T0337600, - global::System.Nullable Original_T0337700, - global::System.Nullable Original_T0337800, - global::System.Nullable Original_T0337900, - global::System.Nullable Original_T0338000, - global::System.Nullable Original_T0338100, - global::System.Nullable Original_T0338200, - global::System.Nullable Original_T0338300, - global::System.Nullable Original_T0338400, - global::System.Nullable Original_T0338500, - global::System.Nullable Original_T0338600, - global::System.Nullable Original_T1486900, - global::System.Nullable Original_T1487000, - global::System.Nullable Original_T1487100, - global::System.Nullable Original_T1487200, - global::System.Nullable Original_T1487300, - global::System.Nullable Original_T1487400, - global::System.Nullable Original_T1487500, - global::System.Nullable Original_T1487600, - global::System.Nullable Original_T1487700, - global::System.Nullable Original_T1487800, - global::System.Nullable Original_T2217700, - global::System.Nullable Original_T2533500, - global::System.Nullable Original_T2533600, - global::System.Nullable Original_T2533700, - global::System.Nullable Original_T2533800, - global::System.Nullable Original_T2533900, - global::System.Nullable Original_T2534000, - global::System.Nullable Original_T2534100, - global::System.Nullable Original_T2534200, - global::System.Nullable Original_T2534300, - global::System.Nullable Original_T2534400, - global::System.Nullable Original_T2534500) { - return this.Update(Original_R0000100, R0173600, R0214700, R0214800, R4825700, R4826000, R4826100, R4826300, R4826500, R4826800, R5495900, R5496200, R5496300, R5496500, R5496700, R5497000, R5497200, R6210700, R6210800, R6210900, R6211500, R6211600, R6211700, R6211800, R6211900, R6212200, R6212300, R6764000, R6764100, R6764200, R6764900, R6765000, R6765100, R6765200, R6765600, R6765700, R6765800, R6839600, R7408300, R7408400, R7408500, R7409200, R7409300, R7409400, R7409500, R7409900, R7410000, R7410100, R7548600, R8106400, R8106500, R8106600, R8106700, R8106800, R8106900, R8107000, R8107100, R8107200, R8255400, R9900400, R9900600, R9900601, R9901200, R9901400, R9901401, R9902000, R9902200, R9902201, R9902800, R9903000, R9903001, R9903600, R9903800, R9903801, R9904400, R9904600, R9904601, R9905200, R9905400, R9905401, R9906000, R9906600, R9907200, R9907800, R9908000, R9911200, R9911201, T0337300, T0337400, T0337500, T0337600, T0337700, T0337800, T0337900, T0338000, T0338100, T0338200, T0338300, T0338400, T0338500, T0338600, T1486900, T1487000, T1487100, T1487200, T1487300, T1487400, T1487500, T1487600, T1487700, T1487800, T2217700, T2533500, T2533600, T2533700, T2533800, T2533900, T2534000, T2534100, T2534200, T2534300, T2534400, T2534500, Original_R0000100, Original_R0173600, Original_R0214700, Original_R0214800, Original_R4825700, Original_R4826000, Original_R4826100, Original_R4826300, Original_R4826500, Original_R4826800, Original_R5495900, Original_R5496200, Original_R5496300, Original_R5496500, Original_R5496700, Original_R5497000, Original_R5497200, Original_R6210700, Original_R6210800, Original_R6210900, Original_R6211500, Original_R6211600, Original_R6211700, Original_R6211800, Original_R6211900, Original_R6212200, Original_R6212300, Original_R6764000, Original_R6764100, Original_R6764200, Original_R6764900, Original_R6765000, Original_R6765100, Original_R6765200, Original_R6765600, Original_R6765700, Original_R6765800, Original_R6839600, Original_R7408300, Original_R7408400, Original_R7408500, Original_R7409200, Original_R7409300, Original_R7409400, Original_R7409500, Original_R7409900, Original_R7410000, Original_R7410100, Original_R7548600, Original_R8106400, Original_R8106500, Original_R8106600, Original_R8106700, Original_R8106800, Original_R8106900, Original_R8107000, Original_R8107100, Original_R8107200, Original_R8255400, Original_R9900400, Original_R9900600, Original_R9900601, Original_R9901200, Original_R9901400, Original_R9901401, Original_R9902000, Original_R9902200, Original_R9902201, Original_R9902800, Original_R9903000, Original_R9903001, Original_R9903600, Original_R9903800, Original_R9903801, Original_R9904400, Original_R9904600, Original_R9904601, Original_R9905200, Original_R9905400, Original_R9905401, Original_R9906000, Original_R9906600, Original_R9907200, Original_R9907800, Original_R9908000, Original_R9911200, Original_R9911201, Original_T0337300, Original_T0337400, Original_T0337500, Original_T0337600, Original_T0337700, Original_T0337800, Original_T0337900, Original_T0338000, Original_T0338100, Original_T0338200, Original_T0338300, Original_T0338400, Original_T0338500, Original_T0338600, Original_T1486900, Original_T1487000, Original_T1487100, Original_T1487200, Original_T1487300, Original_T1487400, Original_T1487500, Original_T1487600, Original_T1487700, Original_T1487800, Original_T2217700, Original_T2533500, Original_T2533600, Original_T2533700, Original_T2533800, Original_T2533900, Original_T2534000, Original_T2534100, Original_T2534200, Original_T2534300, Original_T2534400, Original_T2534500); - } - } - - /// - ///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 tblGen2LinksTableAdapter : 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 tblGen2LinksTableAdapter() { - 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; + set { + this._clearBeforeFill = value; } } @@ -116854,61 +114521,3610 @@ private void InitCommandCollection() { [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(ImportDataSet.tblGen2LinksDataTable dataTable) { - this.Adapter.SelectCommand = this.CommandCollection[0]; - if ((this.ClearBeforeFill == true)) { - dataTable.Clear(); + [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] + public virtual int Fill(ImportDataSet.tblGen2LinksDataTable 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 ImportDataSet.tblGen2LinksDataTable GetData() { + this.Adapter.SelectCommand = this.CommandCollection[0]; + ImportDataSet.tblGen2LinksDataTable dataTable = new ImportDataSet.tblGen2LinksDataTable(); + 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(ImportDataSet.tblGen2LinksDataTable 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(ImportDataSet dataSet) { + return this.Adapter.Update(dataSet, "tblGen2Links"); + } + + [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( + int Original_C0000100, + global::System.Nullable Original_C0000200, + global::System.Nullable Original_C0005300, + global::System.Nullable Original_C0005400, + global::System.Nullable Original_C0005500, + global::System.Nullable Original_C0005700, + global::System.Nullable Original_C0005800, + global::System.Nullable Original_C0006500, + global::System.Nullable Original_C0006800, + global::System.Nullable Original_C0007010, + global::System.Nullable Original_C0007030, + global::System.Nullable Original_C0007041, + global::System.Nullable Original_C0007043, + global::System.Nullable Original_C0007045, + global::System.Nullable Original_C0007047, + global::System.Nullable Original_C0007049, + global::System.Nullable Original_C0007052, + global::System.Nullable Original_C0007055, + global::System.Nullable Original_C0402400, + global::System.Nullable Original_C0402500, + global::System.Nullable Original_C0402600, + global::System.Nullable Original_C0404100, + global::System.Nullable Original_C0404200, + global::System.Nullable Original_C0737000, + global::System.Nullable Original_C0737100, + global::System.Nullable Original_C0737200, + global::System.Nullable Original_C0948700, + global::System.Nullable Original_C0948800, + global::System.Nullable Original_C0948900, + global::System.Nullable Original_C1146600, + global::System.Nullable Original_C1146700, + global::System.Nullable Original_C1146800, + global::System.Nullable Original_C1230100, + global::System.Nullable Original_C1230200, + global::System.Nullable Original_C1230300, + global::System.Nullable Original_C1548100, + global::System.Nullable Original_C1548101, + global::System.Nullable Original_C1548102, + global::System.Nullable Original_C1989400, + global::System.Nullable Original_C1989401, + global::System.Nullable Original_C1989402, + global::System.Nullable Original_C2305100, + global::System.Nullable Original_C2305101, + global::System.Nullable Original_C2305102, + global::System.Nullable Original_C2544700, + global::System.Nullable Original_C2544701, + global::System.Nullable Original_C2544702, + global::System.Nullable Original_C2814500, + global::System.Nullable Original_C2814501, + global::System.Nullable Original_C2814502, + global::System.Nullable Original_C3123500, + global::System.Nullable Original_C3123501, + global::System.Nullable Original_C3123502, + global::System.Nullable Original_C3601100, + global::System.Nullable Original_C3627700, + global::System.Nullable Original_C3627701, + global::System.Nullable Original_C3627702, + global::System.Nullable Original_C3981100, + global::System.Nullable Original_C4006300, + global::System.Nullable Original_C4006301, + global::System.Nullable Original_C4006302, + global::System.Nullable Original_C5524800, + global::System.Nullable Original_C5550100, + global::System.Nullable Original_C5550101, + global::System.Nullable Original_C5550102, + global::System.Nullable Original_C5801100, + global::System.Nullable Original_Y0000200, + global::System.Nullable Original_Y0000201, + global::System.Nullable Original_Y0000202, + global::System.Nullable Original_Y0002100, + global::System.Nullable Original_Y0390100, + global::System.Nullable Original_Y0390101, + global::System.Nullable Original_Y0390102, + global::System.Nullable Original_Y0677600, + global::System.Nullable Original_Y0933700, + global::System.Nullable Original_Y0933701, + global::System.Nullable Original_Y0933702, + global::System.Nullable Original_Y0974800, + global::System.Nullable Original_Y1180500, + global::System.Nullable Original_Y1180501, + global::System.Nullable Original_Y1180502, + global::System.Nullable Original_Y1192400, + global::System.Nullable Original_Y1421100, + global::System.Nullable Original_Y1421101, + global::System.Nullable Original_Y1421102, + global::System.Nullable Original_Y1434300, + global::System.Nullable Original_Y1450200, + global::System.Nullable Original_Y1450201, + global::System.Nullable Original_Y1450202, + global::System.Nullable Original_Y1672700, + global::System.Nullable Original_Y1695600, + global::System.Nullable Original_Y1695601, + global::System.Nullable Original_Y1695602, + global::System.Nullable Original_Y1707300, + global::System.Nullable Original_Y1707400, + global::System.Nullable Original_Y1707500, + global::System.Nullable Original_Y1707600, + global::System.Nullable Original_Y1707700, + global::System.Nullable Original_Y1707800, + global::System.Nullable Original_Y1707900, + global::System.Nullable Original_Y1708000, + global::System.Nullable Original_Y1708100, + global::System.Nullable Original_Y1708200, + global::System.Nullable Original_Y1708300, + global::System.Nullable Original_Y1708400, + global::System.Nullable Original_Y1708500, + global::System.Nullable Original_Y1708600, + global::System.Nullable Original_Y1708700, + global::System.Nullable Original_Y1708800, + global::System.Nullable Original_Y1708900, + global::System.Nullable Original_Y1709000, + global::System.Nullable Original_Y1709100, + global::System.Nullable Original_Y1709200, + global::System.Nullable Original_Y1709300, + global::System.Nullable Original_Y1948500, + global::System.Nullable Original_Y1981600, + global::System.Nullable Original_Y1981601, + global::System.Nullable Original_Y1981602, + global::System.Nullable Original_Y1992900, + global::System.Nullable Original_Y1993000, + global::System.Nullable Original_Y1993100, + global::System.Nullable Original_Y1993200, + global::System.Nullable Original_Y1993300, + global::System.Nullable Original_Y1993400, + global::System.Nullable Original_Y1993500, + global::System.Nullable Original_Y1993600, + global::System.Nullable Original_Y1993700, + global::System.Nullable Original_Y1993800, + global::System.Nullable Original_Y1993900, + global::System.Nullable Original_Y1994000, + global::System.Nullable Original_Y1994100, + global::System.Nullable Original_Y1994200, + global::System.Nullable Original_Y1994300, + global::System.Nullable Original_Y1994400, + global::System.Nullable Original_Y1994500, + global::System.Nullable Original_Y1994600, + global::System.Nullable Original_Y1994700, + global::System.Nullable Original_Y1994800, + global::System.Nullable Original_Y1994900, + global::System.Nullable Original_Y2148600, + global::System.Nullable Original_Y2267100, + global::System.Nullable Original_Y2300400, + global::System.Nullable Original_Y2300401, + global::System.Nullable Original_Y2300402, + global::System.Nullable Original_Y2311700, + global::System.Nullable Original_Y2311800, + global::System.Nullable Original_Y2311900, + global::System.Nullable Original_Y2312000, + global::System.Nullable Original_Y2312100, + global::System.Nullable Original_Y2312200, + global::System.Nullable Original_Y2312300, + global::System.Nullable Original_Y2312400, + global::System.Nullable Original_Y2312500, + global::System.Nullable Original_Y2312600, + global::System.Nullable Original_Y2312700, + global::System.Nullable Original_Y2312800, + global::System.Nullable Original_Y2312900, + global::System.Nullable Original_Y2313000, + global::System.Nullable Original_Y2313100, + global::System.Nullable Original_Y2313200, + global::System.Nullable Original_Y2313300, + global::System.Nullable Original_Y2313400, + global::System.Nullable Original_Y2313500, + global::System.Nullable Original_Y2313600, + global::System.Nullable Original_Y2313700, + global::System.Nullable Original_Y2567000, + global::System.Nullable Original_Y2567100, + global::System.Nullable Original_Y2567200, + global::System.Nullable Original_Y2616000, + global::System.Nullable Original_Y2633100, + global::System.Nullable Original_Y2633101, + global::System.Nullable Original_Y2633102, + global::System.Nullable Original_Y2644500, + global::System.Nullable Original_Y2644600, + global::System.Nullable Original_Y2644700, + global::System.Nullable Original_Y2644800, + global::System.Nullable Original_Y2644900, + global::System.Nullable Original_Y2645000, + global::System.Nullable Original_Y2645100, + global::System.Nullable Original_Y2645200, + global::System.Nullable Original_Y2645300, + global::System.Nullable Original_Y2645400, + global::System.Nullable Original_Y2645500, + global::System.Nullable Original_Y2645600, + global::System.Nullable Original_Y2645700, + global::System.Nullable Original_Y2645800, + global::System.Nullable Original_Y2645900, + global::System.Nullable Original_Y2646000, + global::System.Nullable Original_Y2646100, + global::System.Nullable Original_Y2646200, + global::System.Nullable Original_Y2646300, + global::System.Nullable Original_Y2646400, + global::System.Nullable Original_Y2966400, + global::System.Nullable Original_Y2990500, + global::System.Nullable Original_Y2990501, + global::System.Nullable Original_Y2990502, + global::System.Nullable Original_Y3002700, + global::System.Nullable Original_Y3002800, + global::System.Nullable Original_Y3002900, + global::System.Nullable Original_Y3003000, + global::System.Nullable Original_Y3003100, + global::System.Nullable Original_Y3003200, + global::System.Nullable Original_Y3003300, + global::System.Nullable Original_Y3003400, + global::System.Nullable Original_Y3003500, + global::System.Nullable Original_Y3003600, + global::System.Nullable Original_Y3331900) { + this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_C0000100)); + if ((Original_C0000200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_C0000200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value; + } + if ((Original_C0005300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[4].Value = ((int)(Original_C0005300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value; + } + if ((Original_C0005400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_C0005400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value; + } + if ((Original_C0005500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[8].Value = ((int)(Original_C0005500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value; + } + if ((Original_C0005700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_C0005700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value; + } + if ((Original_C0005800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[12].Value = ((int)(Original_C0005800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value; + } + if ((Original_C0006500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[14].Value = ((int)(Original_C0006500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value; + } + if ((Original_C0006800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[16].Value = ((int)(Original_C0006800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value; + } + if ((Original_C0007010.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[18].Value = ((int)(Original_C0007010.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value; + } + if ((Original_C0007030.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[20].Value = ((int)(Original_C0007030.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value; + } + if ((Original_C0007041.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[22].Value = ((int)(Original_C0007041.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value; + } + if ((Original_C0007043.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[24].Value = ((int)(Original_C0007043.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.Value; + } + if ((Original_C0007045.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[26].Value = ((int)(Original_C0007045.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value; + } + if ((Original_C0007047.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[28].Value = ((int)(Original_C0007047.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value; + } + if ((Original_C0007049.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[30].Value = ((int)(Original_C0007049.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.Value; + } + if ((Original_C0007052.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[32].Value = ((int)(Original_C0007052.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[32].Value = global::System.DBNull.Value; + } + if ((Original_C0007055.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[34].Value = ((int)(Original_C0007055.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.Value; + } + if ((Original_C0402400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[36].Value = ((int)(Original_C0402400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.Value; + } + if ((Original_C0402500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[38].Value = ((int)(Original_C0402500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[38].Value = global::System.DBNull.Value; + } + if ((Original_C0402600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[40].Value = ((int)(Original_C0402600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[40].Value = global::System.DBNull.Value; + } + if ((Original_C0404100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[42].Value = ((int)(Original_C0404100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[42].Value = global::System.DBNull.Value; + } + if ((Original_C0404200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[44].Value = ((int)(Original_C0404200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[44].Value = global::System.DBNull.Value; + } + if ((Original_C0737000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[46].Value = ((int)(Original_C0737000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[46].Value = global::System.DBNull.Value; + } + if ((Original_C0737100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[48].Value = ((int)(Original_C0737100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[48].Value = global::System.DBNull.Value; + } + if ((Original_C0737200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[50].Value = ((int)(Original_C0737200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[50].Value = global::System.DBNull.Value; + } + if ((Original_C0948700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[52].Value = ((int)(Original_C0948700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[52].Value = global::System.DBNull.Value; + } + if ((Original_C0948800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[54].Value = ((int)(Original_C0948800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[54].Value = global::System.DBNull.Value; + } + if ((Original_C0948900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[56].Value = ((int)(Original_C0948900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[56].Value = global::System.DBNull.Value; + } + if ((Original_C1146600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[58].Value = ((int)(Original_C1146600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[58].Value = global::System.DBNull.Value; + } + if ((Original_C1146700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[60].Value = ((int)(Original_C1146700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[60].Value = global::System.DBNull.Value; + } + if ((Original_C1146800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[62].Value = ((int)(Original_C1146800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[62].Value = global::System.DBNull.Value; + } + if ((Original_C1230100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[64].Value = ((int)(Original_C1230100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[64].Value = global::System.DBNull.Value; + } + if ((Original_C1230200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[66].Value = ((int)(Original_C1230200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[66].Value = global::System.DBNull.Value; + } + if ((Original_C1230300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[68].Value = ((int)(Original_C1230300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[68].Value = global::System.DBNull.Value; + } + if ((Original_C1548100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[70].Value = ((int)(Original_C1548100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[70].Value = global::System.DBNull.Value; + } + if ((Original_C1548101.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[72].Value = ((int)(Original_C1548101.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[72].Value = global::System.DBNull.Value; + } + if ((Original_C1548102.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[74].Value = ((int)(Original_C1548102.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[74].Value = global::System.DBNull.Value; + } + if ((Original_C1989400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[76].Value = ((int)(Original_C1989400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[76].Value = global::System.DBNull.Value; + } + if ((Original_C1989401.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[78].Value = ((int)(Original_C1989401.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[78].Value = global::System.DBNull.Value; + } + if ((Original_C1989402.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[80].Value = ((int)(Original_C1989402.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[80].Value = global::System.DBNull.Value; + } + if ((Original_C2305100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[82].Value = ((int)(Original_C2305100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[82].Value = global::System.DBNull.Value; + } + if ((Original_C2305101.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[84].Value = ((int)(Original_C2305101.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[84].Value = global::System.DBNull.Value; + } + if ((Original_C2305102.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[86].Value = ((int)(Original_C2305102.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[86].Value = global::System.DBNull.Value; + } + if ((Original_C2544700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[88].Value = ((int)(Original_C2544700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[88].Value = global::System.DBNull.Value; + } + if ((Original_C2544701.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[90].Value = ((int)(Original_C2544701.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[90].Value = global::System.DBNull.Value; + } + if ((Original_C2544702.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[92].Value = ((int)(Original_C2544702.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[92].Value = global::System.DBNull.Value; + } + if ((Original_C2814500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[94].Value = ((int)(Original_C2814500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[94].Value = global::System.DBNull.Value; + } + if ((Original_C2814501.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[96].Value = ((int)(Original_C2814501.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[96].Value = global::System.DBNull.Value; + } + if ((Original_C2814502.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[98].Value = ((int)(Original_C2814502.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[98].Value = global::System.DBNull.Value; + } + if ((Original_C3123500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[100].Value = ((int)(Original_C3123500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[100].Value = global::System.DBNull.Value; + } + if ((Original_C3123501.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[102].Value = ((int)(Original_C3123501.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[102].Value = global::System.DBNull.Value; + } + if ((Original_C3123502.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[104].Value = ((int)(Original_C3123502.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[104].Value = global::System.DBNull.Value; + } + if ((Original_C3601100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[106].Value = ((int)(Original_C3601100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[106].Value = global::System.DBNull.Value; + } + if ((Original_C3627700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[108].Value = ((int)(Original_C3627700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[108].Value = global::System.DBNull.Value; + } + if ((Original_C3627701.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[110].Value = ((int)(Original_C3627701.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[110].Value = global::System.DBNull.Value; + } + if ((Original_C3627702.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[112].Value = ((int)(Original_C3627702.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[112].Value = global::System.DBNull.Value; + } + if ((Original_C3981100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[114].Value = ((int)(Original_C3981100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[114].Value = global::System.DBNull.Value; + } + if ((Original_C4006300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[116].Value = ((int)(Original_C4006300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[116].Value = global::System.DBNull.Value; + } + if ((Original_C4006301.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[118].Value = ((int)(Original_C4006301.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[118].Value = global::System.DBNull.Value; + } + if ((Original_C4006302.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[120].Value = ((int)(Original_C4006302.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[120].Value = global::System.DBNull.Value; + } + if ((Original_C5524800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[122].Value = ((int)(Original_C5524800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[122].Value = global::System.DBNull.Value; + } + if ((Original_C5550100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[124].Value = ((int)(Original_C5550100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[124].Value = global::System.DBNull.Value; + } + if ((Original_C5550101.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[126].Value = ((int)(Original_C5550101.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[126].Value = global::System.DBNull.Value; + } + if ((Original_C5550102.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[128].Value = ((int)(Original_C5550102.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[128].Value = global::System.DBNull.Value; + } + if ((Original_C5801100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[130].Value = ((int)(Original_C5801100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[130].Value = global::System.DBNull.Value; + } + if ((Original_Y0000200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[132].Value = ((int)(Original_Y0000200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[132].Value = global::System.DBNull.Value; + } + if ((Original_Y0000201.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[134].Value = ((int)(Original_Y0000201.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[134].Value = global::System.DBNull.Value; + } + if ((Original_Y0000202.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[136].Value = ((int)(Original_Y0000202.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[136].Value = global::System.DBNull.Value; + } + if ((Original_Y0002100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[138].Value = ((int)(Original_Y0002100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[138].Value = global::System.DBNull.Value; + } + if ((Original_Y0390100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[140].Value = ((int)(Original_Y0390100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[140].Value = global::System.DBNull.Value; + } + if ((Original_Y0390101.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[142].Value = ((int)(Original_Y0390101.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[142].Value = global::System.DBNull.Value; + } + if ((Original_Y0390102.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[144].Value = ((int)(Original_Y0390102.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[144].Value = global::System.DBNull.Value; + } + if ((Original_Y0677600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[146].Value = ((int)(Original_Y0677600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[146].Value = global::System.DBNull.Value; + } + if ((Original_Y0933700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[148].Value = ((int)(Original_Y0933700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[148].Value = global::System.DBNull.Value; + } + if ((Original_Y0933701.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[150].Value = ((int)(Original_Y0933701.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[150].Value = global::System.DBNull.Value; + } + if ((Original_Y0933702.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[152].Value = ((int)(Original_Y0933702.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[152].Value = global::System.DBNull.Value; + } + if ((Original_Y0974800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[154].Value = ((int)(Original_Y0974800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[154].Value = global::System.DBNull.Value; + } + if ((Original_Y1180500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[156].Value = ((int)(Original_Y1180500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[156].Value = global::System.DBNull.Value; + } + if ((Original_Y1180501.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[158].Value = ((int)(Original_Y1180501.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[158].Value = global::System.DBNull.Value; + } + if ((Original_Y1180502.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[160].Value = ((int)(Original_Y1180502.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[160].Value = global::System.DBNull.Value; + } + if ((Original_Y1192400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[162].Value = ((int)(Original_Y1192400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[162].Value = global::System.DBNull.Value; + } + if ((Original_Y1421100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[164].Value = ((int)(Original_Y1421100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[164].Value = global::System.DBNull.Value; + } + if ((Original_Y1421101.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[166].Value = ((int)(Original_Y1421101.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[166].Value = global::System.DBNull.Value; + } + if ((Original_Y1421102.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[168].Value = ((int)(Original_Y1421102.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[168].Value = global::System.DBNull.Value; + } + if ((Original_Y1434300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[170].Value = ((int)(Original_Y1434300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[170].Value = global::System.DBNull.Value; + } + if ((Original_Y1450200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[172].Value = ((int)(Original_Y1450200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[172].Value = global::System.DBNull.Value; + } + if ((Original_Y1450201.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[174].Value = ((int)(Original_Y1450201.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[174].Value = global::System.DBNull.Value; + } + if ((Original_Y1450202.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[176].Value = ((int)(Original_Y1450202.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[176].Value = global::System.DBNull.Value; + } + if ((Original_Y1672700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[178].Value = ((int)(Original_Y1672700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[178].Value = global::System.DBNull.Value; + } + if ((Original_Y1695600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[180].Value = ((int)(Original_Y1695600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[180].Value = global::System.DBNull.Value; + } + if ((Original_Y1695601.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[182].Value = ((int)(Original_Y1695601.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[182].Value = global::System.DBNull.Value; + } + if ((Original_Y1695602.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[184].Value = ((int)(Original_Y1695602.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[184].Value = global::System.DBNull.Value; + } + if ((Original_Y1707300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[186].Value = ((int)(Original_Y1707300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[186].Value = global::System.DBNull.Value; + } + if ((Original_Y1707400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[188].Value = ((int)(Original_Y1707400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[188].Value = global::System.DBNull.Value; + } + if ((Original_Y1707500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[190].Value = ((int)(Original_Y1707500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[190].Value = global::System.DBNull.Value; + } + if ((Original_Y1707600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[192].Value = ((int)(Original_Y1707600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[192].Value = global::System.DBNull.Value; + } + if ((Original_Y1707700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[194].Value = ((int)(Original_Y1707700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[194].Value = global::System.DBNull.Value; + } + if ((Original_Y1707800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[196].Value = ((int)(Original_Y1707800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[196].Value = global::System.DBNull.Value; + } + if ((Original_Y1707900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[198].Value = ((int)(Original_Y1707900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[198].Value = global::System.DBNull.Value; + } + if ((Original_Y1708000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[200].Value = ((int)(Original_Y1708000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[200].Value = global::System.DBNull.Value; + } + if ((Original_Y1708100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[201].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[202].Value = ((int)(Original_Y1708100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[201].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[202].Value = global::System.DBNull.Value; + } + if ((Original_Y1708200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[203].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[204].Value = ((int)(Original_Y1708200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[203].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[204].Value = global::System.DBNull.Value; + } + if ((Original_Y1708300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[205].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[206].Value = ((int)(Original_Y1708300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[205].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[206].Value = global::System.DBNull.Value; + } + if ((Original_Y1708400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[207].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[208].Value = ((int)(Original_Y1708400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[207].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[208].Value = global::System.DBNull.Value; + } + if ((Original_Y1708500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[209].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[210].Value = ((int)(Original_Y1708500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[209].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[210].Value = global::System.DBNull.Value; + } + if ((Original_Y1708600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[211].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[212].Value = ((int)(Original_Y1708600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[211].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[212].Value = global::System.DBNull.Value; + } + if ((Original_Y1708700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[213].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[214].Value = ((int)(Original_Y1708700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[213].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[214].Value = global::System.DBNull.Value; + } + if ((Original_Y1708800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[215].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[216].Value = ((int)(Original_Y1708800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[215].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[216].Value = global::System.DBNull.Value; + } + if ((Original_Y1708900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[217].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[218].Value = ((int)(Original_Y1708900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[217].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[218].Value = global::System.DBNull.Value; + } + if ((Original_Y1709000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[219].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[220].Value = ((int)(Original_Y1709000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[219].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[220].Value = global::System.DBNull.Value; + } + if ((Original_Y1709100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[221].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[222].Value = ((int)(Original_Y1709100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[221].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[222].Value = global::System.DBNull.Value; + } + if ((Original_Y1709200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[223].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[224].Value = ((int)(Original_Y1709200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[223].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[224].Value = global::System.DBNull.Value; + } + if ((Original_Y1709300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[225].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[226].Value = ((int)(Original_Y1709300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[225].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[226].Value = global::System.DBNull.Value; + } + if ((Original_Y1948500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[227].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[228].Value = ((int)(Original_Y1948500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[227].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[228].Value = global::System.DBNull.Value; + } + if ((Original_Y1981600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[229].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[230].Value = ((int)(Original_Y1981600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[229].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[230].Value = global::System.DBNull.Value; + } + if ((Original_Y1981601.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[231].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[232].Value = ((int)(Original_Y1981601.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[231].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[232].Value = global::System.DBNull.Value; + } + if ((Original_Y1981602.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[233].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[234].Value = ((int)(Original_Y1981602.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[233].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[234].Value = global::System.DBNull.Value; + } + if ((Original_Y1992900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[235].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[236].Value = ((int)(Original_Y1992900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[235].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[236].Value = global::System.DBNull.Value; + } + if ((Original_Y1993000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[237].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[238].Value = ((int)(Original_Y1993000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[237].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[238].Value = global::System.DBNull.Value; + } + if ((Original_Y1993100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[239].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[240].Value = ((int)(Original_Y1993100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[239].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[240].Value = global::System.DBNull.Value; + } + if ((Original_Y1993200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[241].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[242].Value = ((int)(Original_Y1993200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[241].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[242].Value = global::System.DBNull.Value; + } + if ((Original_Y1993300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[243].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[244].Value = ((int)(Original_Y1993300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[243].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[244].Value = global::System.DBNull.Value; + } + if ((Original_Y1993400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[245].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[246].Value = ((int)(Original_Y1993400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[245].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[246].Value = global::System.DBNull.Value; + } + if ((Original_Y1993500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[247].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[248].Value = ((int)(Original_Y1993500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[247].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[248].Value = global::System.DBNull.Value; + } + if ((Original_Y1993600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[249].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[250].Value = ((int)(Original_Y1993600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[249].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[250].Value = global::System.DBNull.Value; + } + if ((Original_Y1993700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[251].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[252].Value = ((int)(Original_Y1993700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[251].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[252].Value = global::System.DBNull.Value; + } + if ((Original_Y1993800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[253].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[254].Value = ((int)(Original_Y1993800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[253].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[254].Value = global::System.DBNull.Value; + } + if ((Original_Y1993900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[255].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[256].Value = ((int)(Original_Y1993900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[255].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[256].Value = global::System.DBNull.Value; + } + if ((Original_Y1994000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[257].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[258].Value = ((int)(Original_Y1994000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[257].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[258].Value = global::System.DBNull.Value; + } + if ((Original_Y1994100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[259].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[260].Value = ((int)(Original_Y1994100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[259].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[260].Value = global::System.DBNull.Value; + } + if ((Original_Y1994200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[261].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[262].Value = ((int)(Original_Y1994200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[261].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[262].Value = global::System.DBNull.Value; + } + if ((Original_Y1994300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[263].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[264].Value = ((int)(Original_Y1994300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[263].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[264].Value = global::System.DBNull.Value; + } + if ((Original_Y1994400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[265].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[266].Value = ((int)(Original_Y1994400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[265].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[266].Value = global::System.DBNull.Value; + } + if ((Original_Y1994500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[267].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[268].Value = ((int)(Original_Y1994500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[267].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[268].Value = global::System.DBNull.Value; + } + if ((Original_Y1994600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[269].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[270].Value = ((int)(Original_Y1994600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[269].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[270].Value = global::System.DBNull.Value; + } + if ((Original_Y1994700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[271].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[272].Value = ((int)(Original_Y1994700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[271].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[272].Value = global::System.DBNull.Value; + } + if ((Original_Y1994800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[273].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[274].Value = ((int)(Original_Y1994800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[273].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[274].Value = global::System.DBNull.Value; + } + if ((Original_Y1994900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[275].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[276].Value = ((int)(Original_Y1994900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[275].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[276].Value = global::System.DBNull.Value; + } + if ((Original_Y2148600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[277].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[278].Value = ((int)(Original_Y2148600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[277].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[278].Value = global::System.DBNull.Value; + } + if ((Original_Y2267100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[279].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[280].Value = ((int)(Original_Y2267100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[279].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[280].Value = global::System.DBNull.Value; + } + if ((Original_Y2300400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[281].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[282].Value = ((int)(Original_Y2300400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[281].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[282].Value = global::System.DBNull.Value; + } + if ((Original_Y2300401.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[283].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[284].Value = ((int)(Original_Y2300401.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[283].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[284].Value = global::System.DBNull.Value; + } + if ((Original_Y2300402.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[285].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[286].Value = ((int)(Original_Y2300402.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[285].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[286].Value = global::System.DBNull.Value; + } + if ((Original_Y2311700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[287].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[288].Value = ((int)(Original_Y2311700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[287].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[288].Value = global::System.DBNull.Value; + } + if ((Original_Y2311800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[289].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[290].Value = ((int)(Original_Y2311800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[289].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[290].Value = global::System.DBNull.Value; + } + if ((Original_Y2311900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[291].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[292].Value = ((int)(Original_Y2311900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[291].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[292].Value = global::System.DBNull.Value; + } + if ((Original_Y2312000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[293].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[294].Value = ((int)(Original_Y2312000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[293].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[294].Value = global::System.DBNull.Value; + } + if ((Original_Y2312100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[295].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[296].Value = ((int)(Original_Y2312100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[295].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[296].Value = global::System.DBNull.Value; + } + if ((Original_Y2312200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[297].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[298].Value = ((int)(Original_Y2312200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[297].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[298].Value = global::System.DBNull.Value; + } + if ((Original_Y2312300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[299].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[300].Value = ((int)(Original_Y2312300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[299].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[300].Value = global::System.DBNull.Value; + } + if ((Original_Y2312400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[301].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[302].Value = ((int)(Original_Y2312400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[301].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[302].Value = global::System.DBNull.Value; + } + if ((Original_Y2312500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[303].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[304].Value = ((int)(Original_Y2312500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[303].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[304].Value = global::System.DBNull.Value; + } + if ((Original_Y2312600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[305].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[306].Value = ((int)(Original_Y2312600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[305].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[306].Value = global::System.DBNull.Value; + } + if ((Original_Y2312700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[307].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[308].Value = ((int)(Original_Y2312700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[307].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[308].Value = global::System.DBNull.Value; + } + if ((Original_Y2312800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[309].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[310].Value = ((int)(Original_Y2312800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[309].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[310].Value = global::System.DBNull.Value; + } + if ((Original_Y2312900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[311].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[312].Value = ((int)(Original_Y2312900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[311].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[312].Value = global::System.DBNull.Value; + } + if ((Original_Y2313000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[313].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[314].Value = ((int)(Original_Y2313000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[313].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[314].Value = global::System.DBNull.Value; + } + if ((Original_Y2313100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[315].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[316].Value = ((int)(Original_Y2313100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[315].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[316].Value = global::System.DBNull.Value; + } + if ((Original_Y2313200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[317].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[318].Value = ((int)(Original_Y2313200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[317].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[318].Value = global::System.DBNull.Value; + } + if ((Original_Y2313300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[319].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[320].Value = ((int)(Original_Y2313300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[319].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[320].Value = global::System.DBNull.Value; + } + if ((Original_Y2313400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[321].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[322].Value = ((int)(Original_Y2313400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[321].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[322].Value = global::System.DBNull.Value; + } + if ((Original_Y2313500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[323].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[324].Value = ((int)(Original_Y2313500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[323].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[324].Value = global::System.DBNull.Value; + } + if ((Original_Y2313600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[325].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[326].Value = ((int)(Original_Y2313600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[325].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[326].Value = global::System.DBNull.Value; + } + if ((Original_Y2313700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[327].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[328].Value = ((int)(Original_Y2313700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[327].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[328].Value = global::System.DBNull.Value; + } + if ((Original_Y2567000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[329].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[330].Value = ((int)(Original_Y2567000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[329].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[330].Value = global::System.DBNull.Value; + } + if ((Original_Y2567100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[331].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[332].Value = ((int)(Original_Y2567100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[331].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[332].Value = global::System.DBNull.Value; + } + if ((Original_Y2567200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[333].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[334].Value = ((int)(Original_Y2567200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[333].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[334].Value = global::System.DBNull.Value; + } + if ((Original_Y2616000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[335].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[336].Value = ((int)(Original_Y2616000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[335].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[336].Value = global::System.DBNull.Value; + } + if ((Original_Y2633100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[337].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[338].Value = ((int)(Original_Y2633100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[337].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[338].Value = global::System.DBNull.Value; + } + if ((Original_Y2633101.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[339].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[340].Value = ((int)(Original_Y2633101.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[339].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[340].Value = global::System.DBNull.Value; + } + if ((Original_Y2633102.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[341].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[342].Value = ((int)(Original_Y2633102.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[341].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[342].Value = global::System.DBNull.Value; + } + if ((Original_Y2644500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[343].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[344].Value = ((int)(Original_Y2644500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[343].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[344].Value = global::System.DBNull.Value; + } + if ((Original_Y2644600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[345].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[346].Value = ((int)(Original_Y2644600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[345].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[346].Value = global::System.DBNull.Value; + } + if ((Original_Y2644700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[347].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[348].Value = ((int)(Original_Y2644700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[347].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[348].Value = global::System.DBNull.Value; + } + if ((Original_Y2644800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[349].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[350].Value = ((int)(Original_Y2644800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[349].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[350].Value = global::System.DBNull.Value; + } + if ((Original_Y2644900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[351].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[352].Value = ((int)(Original_Y2644900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[351].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[352].Value = global::System.DBNull.Value; + } + if ((Original_Y2645000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[353].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[354].Value = ((int)(Original_Y2645000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[353].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[354].Value = global::System.DBNull.Value; + } + if ((Original_Y2645100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[355].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[356].Value = ((int)(Original_Y2645100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[355].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[356].Value = global::System.DBNull.Value; + } + if ((Original_Y2645200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[357].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[358].Value = ((int)(Original_Y2645200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[357].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[358].Value = global::System.DBNull.Value; + } + if ((Original_Y2645300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[359].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[360].Value = ((int)(Original_Y2645300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[359].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[360].Value = global::System.DBNull.Value; + } + if ((Original_Y2645400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[361].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[362].Value = ((int)(Original_Y2645400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[361].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[362].Value = global::System.DBNull.Value; + } + if ((Original_Y2645500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[363].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[364].Value = ((int)(Original_Y2645500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[363].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[364].Value = global::System.DBNull.Value; + } + if ((Original_Y2645600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[365].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[366].Value = ((int)(Original_Y2645600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[365].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[366].Value = global::System.DBNull.Value; + } + if ((Original_Y2645700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[367].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[368].Value = ((int)(Original_Y2645700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[367].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[368].Value = global::System.DBNull.Value; + } + if ((Original_Y2645800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[369].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[370].Value = ((int)(Original_Y2645800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[369].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[370].Value = global::System.DBNull.Value; + } + if ((Original_Y2645900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[371].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[372].Value = ((int)(Original_Y2645900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[371].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[372].Value = global::System.DBNull.Value; + } + if ((Original_Y2646000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[373].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[374].Value = ((int)(Original_Y2646000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[373].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[374].Value = global::System.DBNull.Value; + } + if ((Original_Y2646100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[375].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[376].Value = ((int)(Original_Y2646100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[375].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[376].Value = global::System.DBNull.Value; + } + if ((Original_Y2646200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[377].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[378].Value = ((int)(Original_Y2646200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[377].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[378].Value = global::System.DBNull.Value; + } + if ((Original_Y2646300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[379].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[380].Value = ((int)(Original_Y2646300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[379].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[380].Value = global::System.DBNull.Value; + } + if ((Original_Y2646400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[381].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[382].Value = ((int)(Original_Y2646400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[381].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[382].Value = global::System.DBNull.Value; + } + if ((Original_Y2966400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[383].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[384].Value = ((int)(Original_Y2966400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[383].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[384].Value = global::System.DBNull.Value; + } + if ((Original_Y2990500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[385].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[386].Value = ((int)(Original_Y2990500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[385].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[386].Value = global::System.DBNull.Value; + } + if ((Original_Y2990501.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[387].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[388].Value = ((int)(Original_Y2990501.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[387].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[388].Value = global::System.DBNull.Value; + } + if ((Original_Y2990502.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[389].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[390].Value = ((int)(Original_Y2990502.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[389].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[390].Value = global::System.DBNull.Value; + } + if ((Original_Y3002700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[391].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[392].Value = ((int)(Original_Y3002700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[391].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[392].Value = global::System.DBNull.Value; + } + if ((Original_Y3002800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[393].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[394].Value = ((int)(Original_Y3002800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[393].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[394].Value = global::System.DBNull.Value; + } + if ((Original_Y3002900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[395].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[396].Value = ((int)(Original_Y3002900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[395].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[396].Value = global::System.DBNull.Value; + } + if ((Original_Y3003000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[397].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[398].Value = ((int)(Original_Y3003000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[397].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[398].Value = global::System.DBNull.Value; + } + if ((Original_Y3003100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[399].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[400].Value = ((int)(Original_Y3003100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[399].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[400].Value = global::System.DBNull.Value; + } + if ((Original_Y3003200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[401].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[402].Value = ((int)(Original_Y3003200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[401].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[402].Value = global::System.DBNull.Value; + } + if ((Original_Y3003300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[403].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[404].Value = ((int)(Original_Y3003300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[403].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[404].Value = global::System.DBNull.Value; + } + if ((Original_Y3003400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[405].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[406].Value = ((int)(Original_Y3003400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[405].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[406].Value = global::System.DBNull.Value; + } + if ((Original_Y3003500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[407].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[408].Value = ((int)(Original_Y3003500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[407].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[408].Value = global::System.DBNull.Value; + } + if ((Original_Y3003600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[409].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[410].Value = ((int)(Original_Y3003600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[409].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[410].Value = global::System.DBNull.Value; + } + if ((Original_Y3331900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[411].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[412].Value = ((int)(Original_Y3331900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[411].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[412].Value = global::System.DBNull.Value; + } + 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( + int C0000100, + global::System.Nullable C0000200, + global::System.Nullable C0005300, + global::System.Nullable C0005400, + global::System.Nullable C0005500, + global::System.Nullable C0005700, + global::System.Nullable C0005800, + global::System.Nullable C0006500, + global::System.Nullable C0006800, + global::System.Nullable C0007010, + global::System.Nullable C0007030, + global::System.Nullable C0007041, + global::System.Nullable C0007043, + global::System.Nullable C0007045, + global::System.Nullable C0007047, + global::System.Nullable C0007049, + global::System.Nullable C0007052, + global::System.Nullable C0007055, + global::System.Nullable C0402400, + global::System.Nullable C0402500, + global::System.Nullable C0402600, + global::System.Nullable C0404100, + global::System.Nullable C0404200, + global::System.Nullable C0737000, + global::System.Nullable C0737100, + global::System.Nullable C0737200, + global::System.Nullable C0948700, + global::System.Nullable C0948800, + global::System.Nullable C0948900, + global::System.Nullable C1146600, + global::System.Nullable C1146700, + global::System.Nullable C1146800, + global::System.Nullable C1230100, + global::System.Nullable C1230200, + global::System.Nullable C1230300, + global::System.Nullable C1548100, + global::System.Nullable C1548101, + global::System.Nullable C1548102, + global::System.Nullable C1989400, + global::System.Nullable C1989401, + global::System.Nullable C1989402, + global::System.Nullable C2305100, + global::System.Nullable C2305101, + global::System.Nullable C2305102, + global::System.Nullable C2544700, + global::System.Nullable C2544701, + global::System.Nullable C2544702, + global::System.Nullable C2814500, + global::System.Nullable C2814501, + global::System.Nullable C2814502, + global::System.Nullable C3123500, + global::System.Nullable C3123501, + global::System.Nullable C3123502, + global::System.Nullable C3601100, + global::System.Nullable C3627700, + global::System.Nullable C3627701, + global::System.Nullable C3627702, + global::System.Nullable C3981100, + global::System.Nullable C4006300, + global::System.Nullable C4006301, + global::System.Nullable C4006302, + global::System.Nullable C5524800, + global::System.Nullable C5550100, + global::System.Nullable C5550101, + global::System.Nullable C5550102, + global::System.Nullable C5801100, + global::System.Nullable Y0000200, + global::System.Nullable Y0000201, + global::System.Nullable Y0000202, + global::System.Nullable Y0002100, + global::System.Nullable Y0390100, + global::System.Nullable Y0390101, + global::System.Nullable Y0390102, + global::System.Nullable Y0677600, + global::System.Nullable Y0933700, + global::System.Nullable Y0933701, + global::System.Nullable Y0933702, + global::System.Nullable Y0974800, + global::System.Nullable Y1180500, + global::System.Nullable Y1180501, + global::System.Nullable Y1180502, + global::System.Nullable Y1192400, + global::System.Nullable Y1421100, + global::System.Nullable Y1421101, + global::System.Nullable Y1421102, + global::System.Nullable Y1434300, + global::System.Nullable Y1450200, + global::System.Nullable Y1450201, + global::System.Nullable Y1450202, + global::System.Nullable Y1672700, + global::System.Nullable Y1695600, + global::System.Nullable Y1695601, + global::System.Nullable Y1695602, + global::System.Nullable Y1707300, + global::System.Nullable Y1707400, + global::System.Nullable Y1707500, + global::System.Nullable Y1707600, + global::System.Nullable Y1707700, + global::System.Nullable Y1707800, + global::System.Nullable Y1707900, + global::System.Nullable Y1708000, + global::System.Nullable Y1708100, + global::System.Nullable Y1708200, + global::System.Nullable Y1708300, + global::System.Nullable Y1708400, + global::System.Nullable Y1708500, + global::System.Nullable Y1708600, + global::System.Nullable Y1708700, + global::System.Nullable Y1708800, + global::System.Nullable Y1708900, + global::System.Nullable Y1709000, + global::System.Nullable Y1709100, + global::System.Nullable Y1709200, + global::System.Nullable Y1709300, + global::System.Nullable Y1948500, + global::System.Nullable Y1981600, + global::System.Nullable Y1981601, + global::System.Nullable Y1981602, + global::System.Nullable Y1992900, + global::System.Nullable Y1993000, + global::System.Nullable Y1993100, + global::System.Nullable Y1993200, + global::System.Nullable Y1993300, + global::System.Nullable Y1993400, + global::System.Nullable Y1993500, + global::System.Nullable Y1993600, + global::System.Nullable Y1993700, + global::System.Nullable Y1993800, + global::System.Nullable Y1993900, + global::System.Nullable Y1994000, + global::System.Nullable Y1994100, + global::System.Nullable Y1994200, + global::System.Nullable Y1994300, + global::System.Nullable Y1994400, + global::System.Nullable Y1994500, + global::System.Nullable Y1994600, + global::System.Nullable Y1994700, + global::System.Nullable Y1994800, + global::System.Nullable Y1994900, + global::System.Nullable Y2148600, + global::System.Nullable Y2267100, + global::System.Nullable Y2300400, + global::System.Nullable Y2300401, + global::System.Nullable Y2300402, + global::System.Nullable Y2311700, + global::System.Nullable Y2311800, + global::System.Nullable Y2311900, + global::System.Nullable Y2312000, + global::System.Nullable Y2312100, + global::System.Nullable Y2312200, + global::System.Nullable Y2312300, + global::System.Nullable Y2312400, + global::System.Nullable Y2312500, + global::System.Nullable Y2312600, + global::System.Nullable Y2312700, + global::System.Nullable Y2312800, + global::System.Nullable Y2312900, + global::System.Nullable Y2313000, + global::System.Nullable Y2313100, + global::System.Nullable Y2313200, + global::System.Nullable Y2313300, + global::System.Nullable Y2313400, + global::System.Nullable Y2313500, + global::System.Nullable Y2313600, + global::System.Nullable Y2313700, + global::System.Nullable Y2567000, + global::System.Nullable Y2567100, + global::System.Nullable Y2567200, + global::System.Nullable Y2616000, + global::System.Nullable Y2633100, + global::System.Nullable Y2633101, + global::System.Nullable Y2633102, + global::System.Nullable Y2644500, + global::System.Nullable Y2644600, + global::System.Nullable Y2644700, + global::System.Nullable Y2644800, + global::System.Nullable Y2644900, + global::System.Nullable Y2645000, + global::System.Nullable Y2645100, + global::System.Nullable Y2645200, + global::System.Nullable Y2645300, + global::System.Nullable Y2645400, + global::System.Nullable Y2645500, + global::System.Nullable Y2645600, + global::System.Nullable Y2645700, + global::System.Nullable Y2645800, + global::System.Nullable Y2645900, + global::System.Nullable Y2646000, + global::System.Nullable Y2646100, + global::System.Nullable Y2646200, + global::System.Nullable Y2646300, + global::System.Nullable Y2646400, + global::System.Nullable Y2966400, + global::System.Nullable Y2990500, + global::System.Nullable Y2990501, + global::System.Nullable Y2990502, + global::System.Nullable Y3002700, + global::System.Nullable Y3002800, + global::System.Nullable Y3002900, + global::System.Nullable Y3003000, + global::System.Nullable Y3003100, + global::System.Nullable Y3003200, + global::System.Nullable Y3003300, + global::System.Nullable Y3003400, + global::System.Nullable Y3003500, + global::System.Nullable Y3003600, + global::System.Nullable Y3331900) { + this.Adapter.InsertCommand.Parameters[0].Value = ((int)(C0000100)); + if ((C0000200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[1].Value = ((int)(C0000200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; + } + if ((C0005300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[2].Value = ((int)(C0005300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; + } + if ((C0005400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[3].Value = ((int)(C0005400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; + } + if ((C0005500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[4].Value = ((int)(C0005500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; + } + if ((C0005700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[5].Value = ((int)(C0005700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; + } + if ((C0005800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[6].Value = ((int)(C0005800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; + } + if ((C0006500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[7].Value = ((int)(C0006500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; + } + if ((C0006800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[8].Value = ((int)(C0006800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; + } + if ((C0007010.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[9].Value = ((int)(C0007010.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; + } + if ((C0007030.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[10].Value = ((int)(C0007030.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; + } + if ((C0007041.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[11].Value = ((int)(C0007041.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; + } + if ((C0007043.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[12].Value = ((int)(C0007043.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; + } + if ((C0007045.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[13].Value = ((int)(C0007045.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; + } + if ((C0007047.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[14].Value = ((int)(C0007047.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; + } + if ((C0007049.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[15].Value = ((int)(C0007049.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; + } + if ((C0007052.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[16].Value = ((int)(C0007052.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; + } + if ((C0007055.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[17].Value = ((int)(C0007055.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; + } + if ((C0402400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[18].Value = ((int)(C0402400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; + } + if ((C0402500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[19].Value = ((int)(C0402500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; + } + if ((C0402600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[20].Value = ((int)(C0402600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; + } + if ((C0404100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[21].Value = ((int)(C0404100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; + } + if ((C0404200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[22].Value = ((int)(C0404200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; + } + if ((C0737000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[23].Value = ((int)(C0737000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; + } + if ((C0737100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[24].Value = ((int)(C0737100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; + } + if ((C0737200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[25].Value = ((int)(C0737200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; + } + if ((C0948700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[26].Value = ((int)(C0948700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; + } + if ((C0948800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[27].Value = ((int)(C0948800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; + } + if ((C0948900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[28].Value = ((int)(C0948900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; + } + if ((C1146600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[29].Value = ((int)(C1146600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; + } + if ((C1146700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[30].Value = ((int)(C1146700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; + } + if ((C1146800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[31].Value = ((int)(C1146800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; + } + if ((C1230100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[32].Value = ((int)(C1230100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; + } + if ((C1230200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[33].Value = ((int)(C1230200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; + } + if ((C1230300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[34].Value = ((int)(C1230300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; + } + if ((C1548100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[35].Value = ((int)(C1548100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; + } + if ((C1548101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[36].Value = ((int)(C1548101.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; + } + if ((C1548102.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[37].Value = ((int)(C1548102.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; + } + if ((C1989400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[38].Value = ((int)(C1989400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; + } + if ((C1989401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[39].Value = ((int)(C1989401.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; + } + if ((C1989402.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[40].Value = ((int)(C1989402.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; + } + if ((C2305100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[41].Value = ((int)(C2305100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; + } + if ((C2305101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[42].Value = ((int)(C2305101.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; + } + if ((C2305102.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[43].Value = ((int)(C2305102.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; + } + if ((C2544700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[44].Value = ((int)(C2544700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; + } + if ((C2544701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[45].Value = ((int)(C2544701.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; + } + if ((C2544702.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[46].Value = ((int)(C2544702.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; + } + if ((C2814500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[47].Value = ((int)(C2814500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; + } + if ((C2814501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[48].Value = ((int)(C2814501.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value; + } + if ((C2814502.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[49].Value = ((int)(C2814502.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value; + } + if ((C3123500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[50].Value = ((int)(C3123500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value; + } + if ((C3123501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[51].Value = ((int)(C3123501.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value; + } + if ((C3123502.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[52].Value = ((int)(C3123502.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value; + } + if ((C3601100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[53].Value = ((int)(C3601100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value; + } + if ((C3627700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[54].Value = ((int)(C3627700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value; + } + if ((C3627701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[55].Value = ((int)(C3627701.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value; + } + if ((C3627702.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[56].Value = ((int)(C3627702.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value; + } + if ((C3981100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[57].Value = ((int)(C3981100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value; + } + if ((C4006300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[58].Value = ((int)(C4006300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value; + } + if ((C4006301.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[59].Value = ((int)(C4006301.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value; + } + if ((C4006302.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[60].Value = ((int)(C4006302.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value; + } + if ((C5524800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[61].Value = ((int)(C5524800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value; + } + if ((C5550100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[62].Value = ((int)(C5550100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value; + } + if ((C5550101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[63].Value = ((int)(C5550101.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value; + } + if ((C5550102.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[64].Value = ((int)(C5550102.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value; + } + if ((C5801100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[65].Value = ((int)(C5801100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[65].Value = global::System.DBNull.Value; + } + if ((Y0000200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[66].Value = ((int)(Y0000200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[66].Value = global::System.DBNull.Value; + } + if ((Y0000201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[67].Value = ((int)(Y0000201.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[67].Value = global::System.DBNull.Value; + } + if ((Y0000202.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[68].Value = ((int)(Y0000202.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[68].Value = global::System.DBNull.Value; + } + if ((Y0002100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[69].Value = ((int)(Y0002100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[69].Value = global::System.DBNull.Value; + } + if ((Y0390100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[70].Value = ((int)(Y0390100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[70].Value = global::System.DBNull.Value; + } + if ((Y0390101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[71].Value = ((int)(Y0390101.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[71].Value = global::System.DBNull.Value; + } + if ((Y0390102.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[72].Value = ((int)(Y0390102.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[72].Value = global::System.DBNull.Value; + } + if ((Y0677600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[73].Value = ((int)(Y0677600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[73].Value = global::System.DBNull.Value; + } + if ((Y0933700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[74].Value = ((int)(Y0933700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[74].Value = global::System.DBNull.Value; + } + if ((Y0933701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[75].Value = ((int)(Y0933701.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[75].Value = global::System.DBNull.Value; + } + if ((Y0933702.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[76].Value = ((int)(Y0933702.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[76].Value = global::System.DBNull.Value; + } + if ((Y0974800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[77].Value = ((int)(Y0974800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[77].Value = global::System.DBNull.Value; + } + if ((Y1180500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[78].Value = ((int)(Y1180500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[78].Value = global::System.DBNull.Value; + } + if ((Y1180501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[79].Value = ((int)(Y1180501.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[79].Value = global::System.DBNull.Value; + } + if ((Y1180502.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[80].Value = ((int)(Y1180502.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[80].Value = global::System.DBNull.Value; + } + if ((Y1192400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[81].Value = ((int)(Y1192400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[81].Value = global::System.DBNull.Value; + } + if ((Y1421100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[82].Value = ((int)(Y1421100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[82].Value = global::System.DBNull.Value; + } + if ((Y1421101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[83].Value = ((int)(Y1421101.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[83].Value = global::System.DBNull.Value; + } + if ((Y1421102.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[84].Value = ((int)(Y1421102.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[84].Value = global::System.DBNull.Value; + } + if ((Y1434300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[85].Value = ((int)(Y1434300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[85].Value = global::System.DBNull.Value; + } + if ((Y1450200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[86].Value = ((int)(Y1450200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[86].Value = global::System.DBNull.Value; + } + if ((Y1450201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[87].Value = ((int)(Y1450201.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[87].Value = global::System.DBNull.Value; + } + if ((Y1450202.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[88].Value = ((int)(Y1450202.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[88].Value = global::System.DBNull.Value; + } + if ((Y1672700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[89].Value = ((int)(Y1672700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[89].Value = global::System.DBNull.Value; + } + if ((Y1695600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[90].Value = ((int)(Y1695600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[90].Value = global::System.DBNull.Value; + } + if ((Y1695601.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[91].Value = ((int)(Y1695601.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[91].Value = global::System.DBNull.Value; + } + if ((Y1695602.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[92].Value = ((int)(Y1695602.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[92].Value = global::System.DBNull.Value; + } + if ((Y1707300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[93].Value = ((int)(Y1707300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[93].Value = global::System.DBNull.Value; + } + if ((Y1707400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[94].Value = ((int)(Y1707400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[94].Value = global::System.DBNull.Value; + } + if ((Y1707500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[95].Value = ((int)(Y1707500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[95].Value = global::System.DBNull.Value; + } + if ((Y1707600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[96].Value = ((int)(Y1707600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[96].Value = global::System.DBNull.Value; + } + if ((Y1707700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[97].Value = ((int)(Y1707700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[97].Value = global::System.DBNull.Value; + } + if ((Y1707800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[98].Value = ((int)(Y1707800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[98].Value = global::System.DBNull.Value; + } + if ((Y1707900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[99].Value = ((int)(Y1707900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[99].Value = global::System.DBNull.Value; + } + if ((Y1708000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[100].Value = ((int)(Y1708000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[100].Value = global::System.DBNull.Value; + } + if ((Y1708100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[101].Value = ((int)(Y1708100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[101].Value = global::System.DBNull.Value; + } + if ((Y1708200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[102].Value = ((int)(Y1708200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[102].Value = global::System.DBNull.Value; + } + if ((Y1708300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[103].Value = ((int)(Y1708300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[103].Value = global::System.DBNull.Value; + } + if ((Y1708400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[104].Value = ((int)(Y1708400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[104].Value = global::System.DBNull.Value; + } + if ((Y1708500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[105].Value = ((int)(Y1708500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[105].Value = global::System.DBNull.Value; + } + if ((Y1708600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[106].Value = ((int)(Y1708600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[106].Value = global::System.DBNull.Value; + } + if ((Y1708700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[107].Value = ((int)(Y1708700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[107].Value = global::System.DBNull.Value; + } + if ((Y1708800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[108].Value = ((int)(Y1708800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[108].Value = global::System.DBNull.Value; + } + if ((Y1708900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[109].Value = ((int)(Y1708900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[109].Value = global::System.DBNull.Value; + } + if ((Y1709000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[110].Value = ((int)(Y1709000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[110].Value = global::System.DBNull.Value; + } + if ((Y1709100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[111].Value = ((int)(Y1709100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[111].Value = global::System.DBNull.Value; + } + if ((Y1709200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[112].Value = ((int)(Y1709200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[112].Value = global::System.DBNull.Value; + } + if ((Y1709300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[113].Value = ((int)(Y1709300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[113].Value = global::System.DBNull.Value; + } + if ((Y1948500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[114].Value = ((int)(Y1948500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[114].Value = global::System.DBNull.Value; + } + if ((Y1981600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[115].Value = ((int)(Y1981600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[115].Value = global::System.DBNull.Value; + } + if ((Y1981601.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[116].Value = ((int)(Y1981601.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[116].Value = global::System.DBNull.Value; + } + if ((Y1981602.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[117].Value = ((int)(Y1981602.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[117].Value = global::System.DBNull.Value; + } + if ((Y1992900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[118].Value = ((int)(Y1992900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[118].Value = global::System.DBNull.Value; + } + if ((Y1993000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[119].Value = ((int)(Y1993000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[119].Value = global::System.DBNull.Value; + } + if ((Y1993100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[120].Value = ((int)(Y1993100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[120].Value = global::System.DBNull.Value; + } + if ((Y1993200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[121].Value = ((int)(Y1993200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[121].Value = global::System.DBNull.Value; + } + if ((Y1993300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[122].Value = ((int)(Y1993300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[122].Value = global::System.DBNull.Value; + } + if ((Y1993400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[123].Value = ((int)(Y1993400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[123].Value = global::System.DBNull.Value; + } + if ((Y1993500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[124].Value = ((int)(Y1993500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[124].Value = global::System.DBNull.Value; + } + if ((Y1993600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[125].Value = ((int)(Y1993600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[125].Value = global::System.DBNull.Value; + } + if ((Y1993700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[126].Value = ((int)(Y1993700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[126].Value = global::System.DBNull.Value; + } + if ((Y1993800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[127].Value = ((int)(Y1993800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[127].Value = global::System.DBNull.Value; + } + if ((Y1993900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[128].Value = ((int)(Y1993900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[128].Value = global::System.DBNull.Value; + } + if ((Y1994000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[129].Value = ((int)(Y1994000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[129].Value = global::System.DBNull.Value; + } + if ((Y1994100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[130].Value = ((int)(Y1994100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[130].Value = global::System.DBNull.Value; + } + if ((Y1994200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[131].Value = ((int)(Y1994200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[131].Value = global::System.DBNull.Value; + } + if ((Y1994300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[132].Value = ((int)(Y1994300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[132].Value = global::System.DBNull.Value; + } + if ((Y1994400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[133].Value = ((int)(Y1994400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[133].Value = global::System.DBNull.Value; + } + if ((Y1994500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[134].Value = ((int)(Y1994500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[134].Value = global::System.DBNull.Value; + } + if ((Y1994600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[135].Value = ((int)(Y1994600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[135].Value = global::System.DBNull.Value; + } + if ((Y1994700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[136].Value = ((int)(Y1994700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[136].Value = global::System.DBNull.Value; + } + if ((Y1994800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[137].Value = ((int)(Y1994800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[137].Value = global::System.DBNull.Value; + } + if ((Y1994900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[138].Value = ((int)(Y1994900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[138].Value = global::System.DBNull.Value; + } + if ((Y2148600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[139].Value = ((int)(Y2148600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[139].Value = global::System.DBNull.Value; + } + if ((Y2267100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[140].Value = ((int)(Y2267100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[140].Value = global::System.DBNull.Value; + } + if ((Y2300400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[141].Value = ((int)(Y2300400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[141].Value = global::System.DBNull.Value; + } + if ((Y2300401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[142].Value = ((int)(Y2300401.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[142].Value = global::System.DBNull.Value; + } + if ((Y2300402.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[143].Value = ((int)(Y2300402.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[143].Value = global::System.DBNull.Value; + } + if ((Y2311700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[144].Value = ((int)(Y2311700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[144].Value = global::System.DBNull.Value; + } + if ((Y2311800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[145].Value = ((int)(Y2311800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[145].Value = global::System.DBNull.Value; + } + if ((Y2311900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[146].Value = ((int)(Y2311900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[146].Value = global::System.DBNull.Value; + } + if ((Y2312000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[147].Value = ((int)(Y2312000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[147].Value = global::System.DBNull.Value; + } + if ((Y2312100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[148].Value = ((int)(Y2312100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[148].Value = global::System.DBNull.Value; + } + if ((Y2312200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[149].Value = ((int)(Y2312200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[149].Value = global::System.DBNull.Value; + } + if ((Y2312300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[150].Value = ((int)(Y2312300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[150].Value = global::System.DBNull.Value; + } + if ((Y2312400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[151].Value = ((int)(Y2312400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[151].Value = global::System.DBNull.Value; + } + if ((Y2312500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[152].Value = ((int)(Y2312500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[152].Value = global::System.DBNull.Value; + } + if ((Y2312600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[153].Value = ((int)(Y2312600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[153].Value = global::System.DBNull.Value; + } + if ((Y2312700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[154].Value = ((int)(Y2312700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[154].Value = global::System.DBNull.Value; + } + if ((Y2312800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[155].Value = ((int)(Y2312800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[155].Value = global::System.DBNull.Value; + } + if ((Y2312900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[156].Value = ((int)(Y2312900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[156].Value = global::System.DBNull.Value; + } + if ((Y2313000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[157].Value = ((int)(Y2313000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[157].Value = global::System.DBNull.Value; + } + if ((Y2313100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[158].Value = ((int)(Y2313100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[158].Value = global::System.DBNull.Value; + } + if ((Y2313200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[159].Value = ((int)(Y2313200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[159].Value = global::System.DBNull.Value; + } + if ((Y2313300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[160].Value = ((int)(Y2313300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[160].Value = global::System.DBNull.Value; + } + if ((Y2313400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[161].Value = ((int)(Y2313400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[161].Value = global::System.DBNull.Value; + } + if ((Y2313500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[162].Value = ((int)(Y2313500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[162].Value = global::System.DBNull.Value; + } + if ((Y2313600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[163].Value = ((int)(Y2313600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[163].Value = global::System.DBNull.Value; + } + if ((Y2313700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[164].Value = ((int)(Y2313700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[164].Value = global::System.DBNull.Value; + } + if ((Y2567000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[165].Value = ((int)(Y2567000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[165].Value = global::System.DBNull.Value; + } + if ((Y2567100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[166].Value = ((int)(Y2567100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[166].Value = global::System.DBNull.Value; + } + if ((Y2567200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[167].Value = ((int)(Y2567200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[167].Value = global::System.DBNull.Value; + } + if ((Y2616000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[168].Value = ((int)(Y2616000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[168].Value = global::System.DBNull.Value; + } + if ((Y2633100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[169].Value = ((int)(Y2633100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[169].Value = global::System.DBNull.Value; + } + if ((Y2633101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[170].Value = ((int)(Y2633101.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[170].Value = global::System.DBNull.Value; + } + if ((Y2633102.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[171].Value = ((int)(Y2633102.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[171].Value = global::System.DBNull.Value; + } + if ((Y2644500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[172].Value = ((int)(Y2644500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[172].Value = global::System.DBNull.Value; + } + if ((Y2644600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[173].Value = ((int)(Y2644600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[173].Value = global::System.DBNull.Value; + } + if ((Y2644700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[174].Value = ((int)(Y2644700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[174].Value = global::System.DBNull.Value; + } + if ((Y2644800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[175].Value = ((int)(Y2644800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[175].Value = global::System.DBNull.Value; + } + if ((Y2644900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[176].Value = ((int)(Y2644900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[176].Value = global::System.DBNull.Value; + } + if ((Y2645000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[177].Value = ((int)(Y2645000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[177].Value = global::System.DBNull.Value; + } + if ((Y2645100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[178].Value = ((int)(Y2645100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[178].Value = global::System.DBNull.Value; + } + if ((Y2645200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[179].Value = ((int)(Y2645200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[179].Value = global::System.DBNull.Value; + } + if ((Y2645300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[180].Value = ((int)(Y2645300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[180].Value = global::System.DBNull.Value; + } + if ((Y2645400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[181].Value = ((int)(Y2645400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[181].Value = global::System.DBNull.Value; + } + if ((Y2645500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[182].Value = ((int)(Y2645500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[182].Value = global::System.DBNull.Value; + } + if ((Y2645600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[183].Value = ((int)(Y2645600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[183].Value = global::System.DBNull.Value; + } + if ((Y2645700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[184].Value = ((int)(Y2645700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[184].Value = global::System.DBNull.Value; + } + if ((Y2645800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[185].Value = ((int)(Y2645800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[185].Value = global::System.DBNull.Value; + } + if ((Y2645900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[186].Value = ((int)(Y2645900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[186].Value = global::System.DBNull.Value; + } + if ((Y2646000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[187].Value = ((int)(Y2646000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[187].Value = global::System.DBNull.Value; + } + if ((Y2646100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[188].Value = ((int)(Y2646100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[188].Value = global::System.DBNull.Value; + } + if ((Y2646200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[189].Value = ((int)(Y2646200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[189].Value = global::System.DBNull.Value; + } + if ((Y2646300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[190].Value = ((int)(Y2646300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[190].Value = global::System.DBNull.Value; + } + if ((Y2646400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[191].Value = ((int)(Y2646400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[191].Value = global::System.DBNull.Value; + } + if ((Y2966400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[192].Value = ((int)(Y2966400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[192].Value = global::System.DBNull.Value; + } + if ((Y2990500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[193].Value = ((int)(Y2990500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[193].Value = global::System.DBNull.Value; + } + if ((Y2990501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[194].Value = ((int)(Y2990501.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[194].Value = global::System.DBNull.Value; + } + if ((Y2990502.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[195].Value = ((int)(Y2990502.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[195].Value = global::System.DBNull.Value; + } + if ((Y3002700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[196].Value = ((int)(Y3002700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[196].Value = global::System.DBNull.Value; + } + if ((Y3002800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[197].Value = ((int)(Y3002800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[197].Value = global::System.DBNull.Value; + } + if ((Y3002900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[198].Value = ((int)(Y3002900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[198].Value = global::System.DBNull.Value; + } + if ((Y3003000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[199].Value = ((int)(Y3003000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[199].Value = global::System.DBNull.Value; + } + if ((Y3003100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[200].Value = ((int)(Y3003100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[200].Value = global::System.DBNull.Value; + } + if ((Y3003200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[201].Value = ((int)(Y3003200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[201].Value = global::System.DBNull.Value; + } + if ((Y3003300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[202].Value = ((int)(Y3003300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[202].Value = global::System.DBNull.Value; + } + if ((Y3003400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[203].Value = ((int)(Y3003400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[203].Value = global::System.DBNull.Value; + } + if ((Y3003500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[204].Value = ((int)(Y3003500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[204].Value = global::System.DBNull.Value; + } + if ((Y3003600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[205].Value = ((int)(Y3003600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[205].Value = global::System.DBNull.Value; + } + if ((Y3331900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[206].Value = ((int)(Y3331900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[206].Value = global::System.DBNull.Value; + } + 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(); + } } - 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 ImportDataSet.tblGen2LinksDataTable GetData() { - this.Adapter.SelectCommand = this.CommandCollection[0]; - ImportDataSet.tblGen2LinksDataTable dataTable = new ImportDataSet.tblGen2LinksDataTable(); - 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(ImportDataSet.tblGen2LinksDataTable 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(ImportDataSet dataSet) { - return this.Adapter.Update(dataSet, "tblGen2Links"); - } - - [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( + [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] + public virtual int Update( + int C0000100, + global::System.Nullable C0000200, + global::System.Nullable C0005300, + global::System.Nullable C0005400, + global::System.Nullable C0005500, + global::System.Nullable C0005700, + global::System.Nullable C0005800, + global::System.Nullable C0006500, + global::System.Nullable C0006800, + global::System.Nullable C0007010, + global::System.Nullable C0007030, + global::System.Nullable C0007041, + global::System.Nullable C0007043, + global::System.Nullable C0007045, + global::System.Nullable C0007047, + global::System.Nullable C0007049, + global::System.Nullable C0007052, + global::System.Nullable C0007055, + global::System.Nullable C0402400, + global::System.Nullable C0402500, + global::System.Nullable C0402600, + global::System.Nullable C0404100, + global::System.Nullable C0404200, + global::System.Nullable C0737000, + global::System.Nullable C0737100, + global::System.Nullable C0737200, + global::System.Nullable C0948700, + global::System.Nullable C0948800, + global::System.Nullable C0948900, + global::System.Nullable C1146600, + global::System.Nullable C1146700, + global::System.Nullable C1146800, + global::System.Nullable C1230100, + global::System.Nullable C1230200, + global::System.Nullable C1230300, + global::System.Nullable C1548100, + global::System.Nullable C1548101, + global::System.Nullable C1548102, + global::System.Nullable C1989400, + global::System.Nullable C1989401, + global::System.Nullable C1989402, + global::System.Nullable C2305100, + global::System.Nullable C2305101, + global::System.Nullable C2305102, + global::System.Nullable C2544700, + global::System.Nullable C2544701, + global::System.Nullable C2544702, + global::System.Nullable C2814500, + global::System.Nullable C2814501, + global::System.Nullable C2814502, + global::System.Nullable C3123500, + global::System.Nullable C3123501, + global::System.Nullable C3123502, + global::System.Nullable C3601100, + global::System.Nullable C3627700, + global::System.Nullable C3627701, + global::System.Nullable C3627702, + global::System.Nullable C3981100, + global::System.Nullable C4006300, + global::System.Nullable C4006301, + global::System.Nullable C4006302, + global::System.Nullable C5524800, + global::System.Nullable C5550100, + global::System.Nullable C5550101, + global::System.Nullable C5550102, + global::System.Nullable C5801100, + global::System.Nullable Y0000200, + global::System.Nullable Y0000201, + global::System.Nullable Y0000202, + global::System.Nullable Y0002100, + global::System.Nullable Y0390100, + global::System.Nullable Y0390101, + global::System.Nullable Y0390102, + global::System.Nullable Y0677600, + global::System.Nullable Y0933700, + global::System.Nullable Y0933701, + global::System.Nullable Y0933702, + global::System.Nullable Y0974800, + global::System.Nullable Y1180500, + global::System.Nullable Y1180501, + global::System.Nullable Y1180502, + global::System.Nullable Y1192400, + global::System.Nullable Y1421100, + global::System.Nullable Y1421101, + global::System.Nullable Y1421102, + global::System.Nullable Y1434300, + global::System.Nullable Y1450200, + global::System.Nullable Y1450201, + global::System.Nullable Y1450202, + global::System.Nullable Y1672700, + global::System.Nullable Y1695600, + global::System.Nullable Y1695601, + global::System.Nullable Y1695602, + global::System.Nullable Y1707300, + global::System.Nullable Y1707400, + global::System.Nullable Y1707500, + global::System.Nullable Y1707600, + global::System.Nullable Y1707700, + global::System.Nullable Y1707800, + global::System.Nullable Y1707900, + global::System.Nullable Y1708000, + global::System.Nullable Y1708100, + global::System.Nullable Y1708200, + global::System.Nullable Y1708300, + global::System.Nullable Y1708400, + global::System.Nullable Y1708500, + global::System.Nullable Y1708600, + global::System.Nullable Y1708700, + global::System.Nullable Y1708800, + global::System.Nullable Y1708900, + global::System.Nullable Y1709000, + global::System.Nullable Y1709100, + global::System.Nullable Y1709200, + global::System.Nullable Y1709300, + global::System.Nullable Y1948500, + global::System.Nullable Y1981600, + global::System.Nullable Y1981601, + global::System.Nullable Y1981602, + global::System.Nullable Y1992900, + global::System.Nullable Y1993000, + global::System.Nullable Y1993100, + global::System.Nullable Y1993200, + global::System.Nullable Y1993300, + global::System.Nullable Y1993400, + global::System.Nullable Y1993500, + global::System.Nullable Y1993600, + global::System.Nullable Y1993700, + global::System.Nullable Y1993800, + global::System.Nullable Y1993900, + global::System.Nullable Y1994000, + global::System.Nullable Y1994100, + global::System.Nullable Y1994200, + global::System.Nullable Y1994300, + global::System.Nullable Y1994400, + global::System.Nullable Y1994500, + global::System.Nullable Y1994600, + global::System.Nullable Y1994700, + global::System.Nullable Y1994800, + global::System.Nullable Y1994900, + global::System.Nullable Y2148600, + global::System.Nullable Y2267100, + global::System.Nullable Y2300400, + global::System.Nullable Y2300401, + global::System.Nullable Y2300402, + global::System.Nullable Y2311700, + global::System.Nullable Y2311800, + global::System.Nullable Y2311900, + global::System.Nullable Y2312000, + global::System.Nullable Y2312100, + global::System.Nullable Y2312200, + global::System.Nullable Y2312300, + global::System.Nullable Y2312400, + global::System.Nullable Y2312500, + global::System.Nullable Y2312600, + global::System.Nullable Y2312700, + global::System.Nullable Y2312800, + global::System.Nullable Y2312900, + global::System.Nullable Y2313000, + global::System.Nullable Y2313100, + global::System.Nullable Y2313200, + global::System.Nullable Y2313300, + global::System.Nullable Y2313400, + global::System.Nullable Y2313500, + global::System.Nullable Y2313600, + global::System.Nullable Y2313700, + global::System.Nullable Y2567000, + global::System.Nullable Y2567100, + global::System.Nullable Y2567200, + global::System.Nullable Y2616000, + global::System.Nullable Y2633100, + global::System.Nullable Y2633101, + global::System.Nullable Y2633102, + global::System.Nullable Y2644500, + global::System.Nullable Y2644600, + global::System.Nullable Y2644700, + global::System.Nullable Y2644800, + global::System.Nullable Y2644900, + global::System.Nullable Y2645000, + global::System.Nullable Y2645100, + global::System.Nullable Y2645200, + global::System.Nullable Y2645300, + global::System.Nullable Y2645400, + global::System.Nullable Y2645500, + global::System.Nullable Y2645600, + global::System.Nullable Y2645700, + global::System.Nullable Y2645800, + global::System.Nullable Y2645900, + global::System.Nullable Y2646000, + global::System.Nullable Y2646100, + global::System.Nullable Y2646200, + global::System.Nullable Y2646300, + global::System.Nullable Y2646400, + global::System.Nullable Y2966400, + global::System.Nullable Y2990500, + global::System.Nullable Y2990501, + global::System.Nullable Y2990502, + global::System.Nullable Y3002700, + global::System.Nullable Y3002800, + global::System.Nullable Y3002900, + global::System.Nullable Y3003000, + global::System.Nullable Y3003100, + global::System.Nullable Y3003200, + global::System.Nullable Y3003300, + global::System.Nullable Y3003400, + global::System.Nullable Y3003500, + global::System.Nullable Y3003600, + global::System.Nullable Y3331900, int Original_C0000100, global::System.Nullable Original_C0000200, global::System.Nullable Original_C0005300, @@ -117116,6440 +118332,8057 @@ public virtual int Delete( global::System.Nullable Original_Y3003500, global::System.Nullable Original_Y3003600, global::System.Nullable Original_Y3331900) { - this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_C0000100)); - if ((Original_C0000200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_C0000200.Value)); + this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(C0000100)); + if ((C0000200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(C0000200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; } - if ((Original_C0005300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[4].Value = ((int)(Original_C0005300.Value)); + if ((C0005300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(C0005300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((Original_C0005400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_C0005400.Value)); + if ((C0005400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(C0005400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; } - if ((Original_C0005500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[8].Value = ((int)(Original_C0005500.Value)); + if ((C0005500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(C0005500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((Original_C0005700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_C0005700.Value)); + if ((C0005700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(C0005700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((Original_C0005800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[12].Value = ((int)(Original_C0005800.Value)); + if ((C0005800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(C0005800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((Original_C0006500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[14].Value = ((int)(Original_C0006500.Value)); + if ((C0006500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(C0006500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; } - if ((Original_C0006800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[16].Value = ((int)(Original_C0006800.Value)); + if ((C0006800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(C0006800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((Original_C0007010.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[18].Value = ((int)(Original_C0007010.Value)); + if ((C0007010.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(C0007010.Value)); } else { - this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; } - if ((Original_C0007030.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[20].Value = ((int)(Original_C0007030.Value)); + if ((C0007030.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(C0007030.Value)); } else { - this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((Original_C0007041.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[22].Value = ((int)(Original_C0007041.Value)); + if ((C0007041.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(C0007041.Value)); } else { - this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; } - if ((Original_C0007043.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[24].Value = ((int)(Original_C0007043.Value)); + if ((C0007043.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(C0007043.Value)); } else { - this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((Original_C0007045.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[26].Value = ((int)(Original_C0007045.Value)); + if ((C0007045.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(C0007045.Value)); } else { - this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; } - if ((Original_C0007047.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[28].Value = ((int)(Original_C0007047.Value)); + if ((C0007047.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(C0007047.Value)); } else { - this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((Original_C0007049.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[30].Value = ((int)(Original_C0007049.Value)); + if ((C0007049.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(C0007049.Value)); } else { - this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; } - if ((Original_C0007052.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[32].Value = ((int)(Original_C0007052.Value)); + if ((C0007052.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(C0007052.Value)); } else { - this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[32].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((Original_C0007055.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[34].Value = ((int)(Original_C0007055.Value)); + if ((C0007055.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(C0007055.Value)); } else { - this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; } - if ((Original_C0402400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[36].Value = ((int)(Original_C0402400.Value)); + if ((C0402400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(C0402400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((Original_C0402500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[38].Value = ((int)(Original_C0402500.Value)); + if ((C0402500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(C0402500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[38].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; } - if ((Original_C0402600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[40].Value = ((int)(Original_C0402600.Value)); + if ((C0402600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(C0402600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[40].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; } - if ((Original_C0404100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[42].Value = ((int)(Original_C0404100.Value)); + if ((C0404100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(C0404100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[42].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; } - if ((Original_C0404200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[44].Value = ((int)(Original_C0404200.Value)); + if ((C0404200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[22].Value = ((int)(C0404200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[44].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((Original_C0737000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[46].Value = ((int)(Original_C0737000.Value)); + if ((C0737000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(C0737000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[46].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; } - if ((Original_C0737100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[48].Value = ((int)(Original_C0737100.Value)); + if ((C0737100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[24].Value = ((int)(C0737100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[48].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; } - if ((Original_C0737200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[50].Value = ((int)(Original_C0737200.Value)); + if ((C0737200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(C0737200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[50].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; } - if ((Original_C0948700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[52].Value = ((int)(Original_C0948700.Value)); + if ((C0948700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[26].Value = ((int)(C0948700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[52].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; } - if ((Original_C0948800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[54].Value = ((int)(Original_C0948800.Value)); + if ((C0948800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(C0948800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[54].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; } - if ((Original_C0948900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[56].Value = ((int)(Original_C0948900.Value)); + if ((C0948900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[28].Value = ((int)(C0948900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[56].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; } - if ((Original_C1146600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[58].Value = ((int)(Original_C1146600.Value)); + if ((C1146600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(C1146600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[58].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; } - if ((Original_C1146700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[60].Value = ((int)(Original_C1146700.Value)); + if ((C1146700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(C1146700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[60].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; } - if ((Original_C1146800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[62].Value = ((int)(Original_C1146800.Value)); + if ((C1146800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(C1146800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[62].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; } - if ((Original_C1230100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[64].Value = ((int)(Original_C1230100.Value)); + if ((C1230100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[32].Value = ((int)(C1230100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[64].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; } - if ((Original_C1230200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[66].Value = ((int)(Original_C1230200.Value)); + if ((C1230200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(C1230200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[66].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; } - if ((Original_C1230300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[68].Value = ((int)(Original_C1230300.Value)); + if ((C1230300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[34].Value = ((int)(C1230300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[68].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; } - if ((Original_C1548100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[70].Value = ((int)(Original_C1548100.Value)); + if ((C1548100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(C1548100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[70].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; } - if ((Original_C1548101.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[72].Value = ((int)(Original_C1548101.Value)); + if ((C1548101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[36].Value = ((int)(C1548101.Value)); } else { - this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[72].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; } - if ((Original_C1548102.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[74].Value = ((int)(Original_C1548102.Value)); + if ((C1548102.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(C1548102.Value)); } else { - this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[74].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; } - if ((Original_C1989400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[76].Value = ((int)(Original_C1989400.Value)); + if ((C1989400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[38].Value = ((int)(C1989400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[76].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; } - if ((Original_C1989401.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[78].Value = ((int)(Original_C1989401.Value)); + if ((C1989401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[39].Value = ((int)(C1989401.Value)); } else { - this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[78].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; } - if ((Original_C1989402.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[80].Value = ((int)(Original_C1989402.Value)); + if ((C1989402.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[40].Value = ((int)(C1989402.Value)); } else { - this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[80].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; } - if ((Original_C2305100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[82].Value = ((int)(Original_C2305100.Value)); + if ((C2305100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[41].Value = ((int)(C2305100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[82].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; } - if ((Original_C2305101.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[84].Value = ((int)(Original_C2305101.Value)); + if ((C2305101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[42].Value = ((int)(C2305101.Value)); } else { - this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[84].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; } - if ((Original_C2305102.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[86].Value = ((int)(Original_C2305102.Value)); + if ((C2305102.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[43].Value = ((int)(C2305102.Value)); } else { - this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[86].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; } - if ((Original_C2544700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[88].Value = ((int)(Original_C2544700.Value)); + if ((C2544700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[44].Value = ((int)(C2544700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[88].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value; } - if ((Original_C2544701.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[90].Value = ((int)(Original_C2544701.Value)); + if ((C2544701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[45].Value = ((int)(C2544701.Value)); } else { - this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[90].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value; } - if ((Original_C2544702.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[92].Value = ((int)(Original_C2544702.Value)); + if ((C2544702.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[46].Value = ((int)(C2544702.Value)); } else { - this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[92].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value; } - if ((Original_C2814500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[94].Value = ((int)(Original_C2814500.Value)); + if ((C2814500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[47].Value = ((int)(C2814500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[94].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value; } - if ((Original_C2814501.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[96].Value = ((int)(Original_C2814501.Value)); + if ((C2814501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[48].Value = ((int)(C2814501.Value)); } else { - this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[96].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value; } - if ((Original_C2814502.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[98].Value = ((int)(Original_C2814502.Value)); + if ((C2814502.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[49].Value = ((int)(C2814502.Value)); } else { - this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[98].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value; } - if ((Original_C3123500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[100].Value = ((int)(Original_C3123500.Value)); + if ((C3123500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[50].Value = ((int)(C3123500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[100].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value; } - if ((Original_C3123501.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[102].Value = ((int)(Original_C3123501.Value)); + if ((C3123501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[51].Value = ((int)(C3123501.Value)); } else { - this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[102].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value; } - if ((Original_C3123502.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[104].Value = ((int)(Original_C3123502.Value)); + if ((C3123502.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[52].Value = ((int)(C3123502.Value)); } else { - this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[104].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value; } - if ((Original_C3601100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[106].Value = ((int)(Original_C3601100.Value)); + if ((C3601100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[53].Value = ((int)(C3601100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[106].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value; } - if ((Original_C3627700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[108].Value = ((int)(Original_C3627700.Value)); + if ((C3627700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[54].Value = ((int)(C3627700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[108].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value; } - if ((Original_C3627701.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[110].Value = ((int)(Original_C3627701.Value)); + if ((C3627701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[55].Value = ((int)(C3627701.Value)); } else { - this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[110].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value; + } + if ((C3627702.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[56].Value = ((int)(C3627702.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value; + } + if ((C3981100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[57].Value = ((int)(C3981100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value; + } + if ((C4006300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[58].Value = ((int)(C4006300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value; + } + if ((C4006301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[59].Value = ((int)(C4006301.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value; + } + if ((C4006302.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[60].Value = ((int)(C4006302.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value; + } + if ((C5524800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[61].Value = ((int)(C5524800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value; + } + if ((C5550100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[62].Value = ((int)(C5550100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value; + } + if ((C5550101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[63].Value = ((int)(C5550101.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value; + } + if ((C5550102.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[64].Value = ((int)(C5550102.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value; + } + if ((C5801100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[65].Value = ((int)(C5801100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[65].Value = global::System.DBNull.Value; + } + if ((Y0000200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[66].Value = ((int)(Y0000200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value; + } + if ((Y0000201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[67].Value = ((int)(Y0000201.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[67].Value = global::System.DBNull.Value; + } + if ((Y0000202.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[68].Value = ((int)(Y0000202.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value; + } + if ((Y0002100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[69].Value = ((int)(Y0002100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[69].Value = global::System.DBNull.Value; + } + if ((Y0390100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[70].Value = ((int)(Y0390100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value; + } + if ((Y0390101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[71].Value = ((int)(Y0390101.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[71].Value = global::System.DBNull.Value; + } + if ((Y0390102.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[72].Value = ((int)(Y0390102.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[72].Value = global::System.DBNull.Value; + } + if ((Y0677600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[73].Value = ((int)(Y0677600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[73].Value = global::System.DBNull.Value; + } + if ((Y0933700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[74].Value = ((int)(Y0933700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[74].Value = global::System.DBNull.Value; + } + if ((Y0933701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[75].Value = ((int)(Y0933701.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[75].Value = global::System.DBNull.Value; + } + if ((Y0933702.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[76].Value = ((int)(Y0933702.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[76].Value = global::System.DBNull.Value; + } + if ((Y0974800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[77].Value = ((int)(Y0974800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[77].Value = global::System.DBNull.Value; + } + if ((Y1180500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[78].Value = ((int)(Y1180500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[78].Value = global::System.DBNull.Value; + } + if ((Y1180501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[79].Value = ((int)(Y1180501.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[79].Value = global::System.DBNull.Value; + } + if ((Y1180502.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[80].Value = ((int)(Y1180502.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[80].Value = global::System.DBNull.Value; + } + if ((Y1192400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[81].Value = ((int)(Y1192400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[81].Value = global::System.DBNull.Value; + } + if ((Y1421100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[82].Value = ((int)(Y1421100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[82].Value = global::System.DBNull.Value; + } + if ((Y1421101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[83].Value = ((int)(Y1421101.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[83].Value = global::System.DBNull.Value; + } + if ((Y1421102.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[84].Value = ((int)(Y1421102.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[84].Value = global::System.DBNull.Value; + } + if ((Y1434300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[85].Value = ((int)(Y1434300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[85].Value = global::System.DBNull.Value; + } + if ((Y1450200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[86].Value = ((int)(Y1450200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[86].Value = global::System.DBNull.Value; + } + if ((Y1450201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[87].Value = ((int)(Y1450201.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[87].Value = global::System.DBNull.Value; + } + if ((Y1450202.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[88].Value = ((int)(Y1450202.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[88].Value = global::System.DBNull.Value; + } + if ((Y1672700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[89].Value = ((int)(Y1672700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[89].Value = global::System.DBNull.Value; + } + if ((Y1695600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[90].Value = ((int)(Y1695600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[90].Value = global::System.DBNull.Value; + } + if ((Y1695601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[91].Value = ((int)(Y1695601.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[91].Value = global::System.DBNull.Value; + } + if ((Y1695602.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[92].Value = ((int)(Y1695602.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[92].Value = global::System.DBNull.Value; + } + if ((Y1707300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[93].Value = ((int)(Y1707300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[93].Value = global::System.DBNull.Value; + } + if ((Y1707400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[94].Value = ((int)(Y1707400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[94].Value = global::System.DBNull.Value; + } + if ((Y1707500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[95].Value = ((int)(Y1707500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[95].Value = global::System.DBNull.Value; + } + if ((Y1707600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[96].Value = ((int)(Y1707600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[96].Value = global::System.DBNull.Value; + } + if ((Y1707700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[97].Value = ((int)(Y1707700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[97].Value = global::System.DBNull.Value; + } + if ((Y1707800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[98].Value = ((int)(Y1707800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[98].Value = global::System.DBNull.Value; + } + if ((Y1707900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[99].Value = ((int)(Y1707900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[99].Value = global::System.DBNull.Value; + } + if ((Y1708000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[100].Value = ((int)(Y1708000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[100].Value = global::System.DBNull.Value; + } + if ((Y1708100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[101].Value = ((int)(Y1708100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[101].Value = global::System.DBNull.Value; } - if ((Original_C3627702.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[112].Value = ((int)(Original_C3627702.Value)); + if ((Y1708200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[102].Value = ((int)(Y1708200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[112].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[102].Value = global::System.DBNull.Value; } - if ((Original_C3981100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[114].Value = ((int)(Original_C3981100.Value)); + if ((Y1708300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[103].Value = ((int)(Y1708300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[114].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[103].Value = global::System.DBNull.Value; } - if ((Original_C4006300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[116].Value = ((int)(Original_C4006300.Value)); + if ((Y1708400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[104].Value = ((int)(Y1708400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[116].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[104].Value = global::System.DBNull.Value; } - if ((Original_C4006301.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[118].Value = ((int)(Original_C4006301.Value)); + if ((Y1708500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[105].Value = ((int)(Y1708500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[118].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[105].Value = global::System.DBNull.Value; } - if ((Original_C4006302.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[120].Value = ((int)(Original_C4006302.Value)); + if ((Y1708600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[106].Value = ((int)(Y1708600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[120].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[106].Value = global::System.DBNull.Value; } - if ((Original_C5524800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[122].Value = ((int)(Original_C5524800.Value)); + if ((Y1708700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[107].Value = ((int)(Y1708700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[122].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[107].Value = global::System.DBNull.Value; } - if ((Original_C5550100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[124].Value = ((int)(Original_C5550100.Value)); + if ((Y1708800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[108].Value = ((int)(Y1708800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[124].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[108].Value = global::System.DBNull.Value; } - if ((Original_C5550101.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[126].Value = ((int)(Original_C5550101.Value)); + if ((Y1708900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[109].Value = ((int)(Y1708900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[126].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[109].Value = global::System.DBNull.Value; } - if ((Original_C5550102.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[128].Value = ((int)(Original_C5550102.Value)); + if ((Y1709000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[110].Value = ((int)(Y1709000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[128].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[110].Value = global::System.DBNull.Value; } - if ((Original_C5801100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[130].Value = ((int)(Original_C5801100.Value)); + if ((Y1709100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[111].Value = ((int)(Y1709100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[130].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[111].Value = global::System.DBNull.Value; } - if ((Original_Y0000200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[132].Value = ((int)(Original_Y0000200.Value)); + if ((Y1709200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[112].Value = ((int)(Y1709200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[132].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[112].Value = global::System.DBNull.Value; } - if ((Original_Y0000201.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[134].Value = ((int)(Original_Y0000201.Value)); + if ((Y1709300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[113].Value = ((int)(Y1709300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[134].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[113].Value = global::System.DBNull.Value; } - if ((Original_Y0000202.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[136].Value = ((int)(Original_Y0000202.Value)); + if ((Y1948500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[114].Value = ((int)(Y1948500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[136].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[114].Value = global::System.DBNull.Value; } - if ((Original_Y0002100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[138].Value = ((int)(Original_Y0002100.Value)); + if ((Y1981600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[115].Value = ((int)(Y1981600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[138].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[115].Value = global::System.DBNull.Value; } - if ((Original_Y0390100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[140].Value = ((int)(Original_Y0390100.Value)); + if ((Y1981601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[116].Value = ((int)(Y1981601.Value)); } else { - this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[140].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[116].Value = global::System.DBNull.Value; } - if ((Original_Y0390101.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[142].Value = ((int)(Original_Y0390101.Value)); + if ((Y1981602.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[117].Value = ((int)(Y1981602.Value)); } else { - this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[142].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[117].Value = global::System.DBNull.Value; } - if ((Original_Y0390102.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[144].Value = ((int)(Original_Y0390102.Value)); + if ((Y1992900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[118].Value = ((int)(Y1992900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[144].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[118].Value = global::System.DBNull.Value; } - if ((Original_Y0677600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[146].Value = ((int)(Original_Y0677600.Value)); + if ((Y1993000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[119].Value = ((int)(Y1993000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[146].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[119].Value = global::System.DBNull.Value; } - if ((Original_Y0933700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[148].Value = ((int)(Original_Y0933700.Value)); + if ((Y1993100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[120].Value = ((int)(Y1993100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[148].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[120].Value = global::System.DBNull.Value; } - if ((Original_Y0933701.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[150].Value = ((int)(Original_Y0933701.Value)); + if ((Y1993200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[121].Value = ((int)(Y1993200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[150].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[121].Value = global::System.DBNull.Value; } - if ((Original_Y0933702.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[152].Value = ((int)(Original_Y0933702.Value)); + if ((Y1993300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[122].Value = ((int)(Y1993300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[152].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[122].Value = global::System.DBNull.Value; } - if ((Original_Y0974800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[154].Value = ((int)(Original_Y0974800.Value)); + if ((Y1993400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[123].Value = ((int)(Y1993400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[154].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[123].Value = global::System.DBNull.Value; } - if ((Original_Y1180500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[156].Value = ((int)(Original_Y1180500.Value)); + if ((Y1993500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[124].Value = ((int)(Y1993500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[156].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[124].Value = global::System.DBNull.Value; } - if ((Original_Y1180501.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[158].Value = ((int)(Original_Y1180501.Value)); + if ((Y1993600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[125].Value = ((int)(Y1993600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[158].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[125].Value = global::System.DBNull.Value; } - if ((Original_Y1180502.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[160].Value = ((int)(Original_Y1180502.Value)); + if ((Y1993700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[126].Value = ((int)(Y1993700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[160].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[126].Value = global::System.DBNull.Value; } - if ((Original_Y1192400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[162].Value = ((int)(Original_Y1192400.Value)); + if ((Y1993800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[127].Value = ((int)(Y1993800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[162].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[127].Value = global::System.DBNull.Value; } - if ((Original_Y1421100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[164].Value = ((int)(Original_Y1421100.Value)); + if ((Y1993900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[128].Value = ((int)(Y1993900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[164].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[128].Value = global::System.DBNull.Value; } - if ((Original_Y1421101.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[166].Value = ((int)(Original_Y1421101.Value)); + if ((Y1994000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[129].Value = ((int)(Y1994000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[166].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[129].Value = global::System.DBNull.Value; } - if ((Original_Y1421102.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[168].Value = ((int)(Original_Y1421102.Value)); + if ((Y1994100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[130].Value = ((int)(Y1994100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[168].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[130].Value = global::System.DBNull.Value; } - if ((Original_Y1434300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[170].Value = ((int)(Original_Y1434300.Value)); + if ((Y1994200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[131].Value = ((int)(Y1994200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[170].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[131].Value = global::System.DBNull.Value; } - if ((Original_Y1450200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[172].Value = ((int)(Original_Y1450200.Value)); + if ((Y1994300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[132].Value = ((int)(Y1994300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[172].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[132].Value = global::System.DBNull.Value; } - if ((Original_Y1450201.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[174].Value = ((int)(Original_Y1450201.Value)); + if ((Y1994400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[133].Value = ((int)(Y1994400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[174].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[133].Value = global::System.DBNull.Value; } - if ((Original_Y1450202.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[176].Value = ((int)(Original_Y1450202.Value)); + if ((Y1994500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[134].Value = ((int)(Y1994500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[176].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[134].Value = global::System.DBNull.Value; } - if ((Original_Y1672700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[178].Value = ((int)(Original_Y1672700.Value)); + if ((Y1994600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[135].Value = ((int)(Y1994600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[178].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[135].Value = global::System.DBNull.Value; } - if ((Original_Y1695600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[180].Value = ((int)(Original_Y1695600.Value)); + if ((Y1994700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[136].Value = ((int)(Y1994700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[180].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[136].Value = global::System.DBNull.Value; } - if ((Original_Y1695601.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[182].Value = ((int)(Original_Y1695601.Value)); + if ((Y1994800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[137].Value = ((int)(Y1994800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[182].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[137].Value = global::System.DBNull.Value; } - if ((Original_Y1695602.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[184].Value = ((int)(Original_Y1695602.Value)); + if ((Y1994900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[138].Value = ((int)(Y1994900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[184].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[138].Value = global::System.DBNull.Value; } - if ((Original_Y1707300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[186].Value = ((int)(Original_Y1707300.Value)); + if ((Y2148600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[139].Value = ((int)(Y2148600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[186].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[139].Value = global::System.DBNull.Value; } - if ((Original_Y1707400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[188].Value = ((int)(Original_Y1707400.Value)); + if ((Y2267100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[140].Value = ((int)(Y2267100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[188].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[140].Value = global::System.DBNull.Value; } - if ((Original_Y1707500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[190].Value = ((int)(Original_Y1707500.Value)); + if ((Y2300400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[141].Value = ((int)(Y2300400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[190].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[141].Value = global::System.DBNull.Value; } - if ((Original_Y1707600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[192].Value = ((int)(Original_Y1707600.Value)); + if ((Y2300401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[142].Value = ((int)(Y2300401.Value)); } else { - this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[192].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[142].Value = global::System.DBNull.Value; } - if ((Original_Y1707700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[194].Value = ((int)(Original_Y1707700.Value)); + if ((Y2300402.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[143].Value = ((int)(Y2300402.Value)); } else { - this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[194].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[143].Value = global::System.DBNull.Value; } - if ((Original_Y1707800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[196].Value = ((int)(Original_Y1707800.Value)); + if ((Y2311700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[144].Value = ((int)(Y2311700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[196].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[144].Value = global::System.DBNull.Value; } - if ((Original_Y1707900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[198].Value = ((int)(Original_Y1707900.Value)); + if ((Y2311800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[145].Value = ((int)(Y2311800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[198].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[145].Value = global::System.DBNull.Value; } - if ((Original_Y1708000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[200].Value = ((int)(Original_Y1708000.Value)); + if ((Y2311900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[146].Value = ((int)(Y2311900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[200].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[146].Value = global::System.DBNull.Value; } - if ((Original_Y1708100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[201].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[202].Value = ((int)(Original_Y1708100.Value)); + if ((Y2312000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[147].Value = ((int)(Y2312000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[201].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[202].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[147].Value = global::System.DBNull.Value; } - if ((Original_Y1708200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[203].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[204].Value = ((int)(Original_Y1708200.Value)); + if ((Y2312100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[148].Value = ((int)(Y2312100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[203].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[204].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[148].Value = global::System.DBNull.Value; } - if ((Original_Y1708300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[205].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[206].Value = ((int)(Original_Y1708300.Value)); + if ((Y2312200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[149].Value = ((int)(Y2312200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[205].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[206].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[149].Value = global::System.DBNull.Value; } - if ((Original_Y1708400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[207].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[208].Value = ((int)(Original_Y1708400.Value)); + if ((Y2312300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[150].Value = ((int)(Y2312300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[207].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[208].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[150].Value = global::System.DBNull.Value; } - if ((Original_Y1708500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[209].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[210].Value = ((int)(Original_Y1708500.Value)); + if ((Y2312400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[151].Value = ((int)(Y2312400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[209].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[210].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[151].Value = global::System.DBNull.Value; } - if ((Original_Y1708600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[211].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[212].Value = ((int)(Original_Y1708600.Value)); + if ((Y2312500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[152].Value = ((int)(Y2312500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[211].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[212].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[152].Value = global::System.DBNull.Value; } - if ((Original_Y1708700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[213].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[214].Value = ((int)(Original_Y1708700.Value)); + if ((Y2312600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[153].Value = ((int)(Y2312600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[213].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[214].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[153].Value = global::System.DBNull.Value; } - if ((Original_Y1708800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[215].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[216].Value = ((int)(Original_Y1708800.Value)); + if ((Y2312700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[154].Value = ((int)(Y2312700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[215].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[216].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[154].Value = global::System.DBNull.Value; } - if ((Original_Y1708900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[217].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[218].Value = ((int)(Original_Y1708900.Value)); + if ((Y2312800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[155].Value = ((int)(Y2312800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[217].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[218].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[155].Value = global::System.DBNull.Value; } - if ((Original_Y1709000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[219].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[220].Value = ((int)(Original_Y1709000.Value)); + if ((Y2312900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[156].Value = ((int)(Y2312900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[219].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[220].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[156].Value = global::System.DBNull.Value; } - if ((Original_Y1709100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[221].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[222].Value = ((int)(Original_Y1709100.Value)); + if ((Y2313000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[157].Value = ((int)(Y2313000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[221].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[222].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[157].Value = global::System.DBNull.Value; } - if ((Original_Y1709200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[223].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[224].Value = ((int)(Original_Y1709200.Value)); + if ((Y2313100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[158].Value = ((int)(Y2313100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[223].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[224].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[158].Value = global::System.DBNull.Value; } - if ((Original_Y1709300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[225].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[226].Value = ((int)(Original_Y1709300.Value)); + if ((Y2313200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[159].Value = ((int)(Y2313200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[225].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[226].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[159].Value = global::System.DBNull.Value; } - if ((Original_Y1948500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[227].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[228].Value = ((int)(Original_Y1948500.Value)); + if ((Y2313300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[160].Value = ((int)(Y2313300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[227].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[228].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[160].Value = global::System.DBNull.Value; } - if ((Original_Y1981600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[229].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[230].Value = ((int)(Original_Y1981600.Value)); + if ((Y2313400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[161].Value = ((int)(Y2313400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[229].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[230].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[161].Value = global::System.DBNull.Value; } - if ((Original_Y1981601.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[231].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[232].Value = ((int)(Original_Y1981601.Value)); + if ((Y2313500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[162].Value = ((int)(Y2313500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[231].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[232].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[162].Value = global::System.DBNull.Value; } - if ((Original_Y1981602.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[233].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[234].Value = ((int)(Original_Y1981602.Value)); + if ((Y2313600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[163].Value = ((int)(Y2313600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[233].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[234].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[163].Value = global::System.DBNull.Value; } - if ((Original_Y1992900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[235].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[236].Value = ((int)(Original_Y1992900.Value)); + if ((Y2313700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[164].Value = ((int)(Y2313700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[235].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[236].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[164].Value = global::System.DBNull.Value; } - if ((Original_Y1993000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[237].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[238].Value = ((int)(Original_Y1993000.Value)); + if ((Y2567000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[165].Value = ((int)(Y2567000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[237].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[238].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[165].Value = global::System.DBNull.Value; } - if ((Original_Y1993100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[239].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[240].Value = ((int)(Original_Y1993100.Value)); + if ((Y2567100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[166].Value = ((int)(Y2567100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[239].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[240].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[166].Value = global::System.DBNull.Value; } - if ((Original_Y1993200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[241].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[242].Value = ((int)(Original_Y1993200.Value)); + if ((Y2567200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[167].Value = ((int)(Y2567200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[241].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[242].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[167].Value = global::System.DBNull.Value; } - if ((Original_Y1993300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[243].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[244].Value = ((int)(Original_Y1993300.Value)); + if ((Y2616000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[168].Value = ((int)(Y2616000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[243].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[244].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[168].Value = global::System.DBNull.Value; } - if ((Original_Y1993400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[245].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[246].Value = ((int)(Original_Y1993400.Value)); + if ((Y2633100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[169].Value = ((int)(Y2633100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[245].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[246].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[169].Value = global::System.DBNull.Value; } - if ((Original_Y1993500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[247].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[248].Value = ((int)(Original_Y1993500.Value)); + if ((Y2633101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[170].Value = ((int)(Y2633101.Value)); } else { - this.Adapter.DeleteCommand.Parameters[247].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[248].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[170].Value = global::System.DBNull.Value; } - if ((Original_Y1993600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[249].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[250].Value = ((int)(Original_Y1993600.Value)); + if ((Y2633102.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[171].Value = ((int)(Y2633102.Value)); } else { - this.Adapter.DeleteCommand.Parameters[249].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[250].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[171].Value = global::System.DBNull.Value; } - if ((Original_Y1993700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[251].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[252].Value = ((int)(Original_Y1993700.Value)); + if ((Y2644500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[172].Value = ((int)(Y2644500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[251].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[252].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[172].Value = global::System.DBNull.Value; } - if ((Original_Y1993800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[253].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[254].Value = ((int)(Original_Y1993800.Value)); + if ((Y2644600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[173].Value = ((int)(Y2644600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[253].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[254].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[173].Value = global::System.DBNull.Value; } - if ((Original_Y1993900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[255].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[256].Value = ((int)(Original_Y1993900.Value)); + if ((Y2644700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[174].Value = ((int)(Y2644700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[255].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[256].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[174].Value = global::System.DBNull.Value; } - if ((Original_Y1994000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[257].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[258].Value = ((int)(Original_Y1994000.Value)); + if ((Y2644800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[175].Value = ((int)(Y2644800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[257].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[258].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[175].Value = global::System.DBNull.Value; } - if ((Original_Y1994100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[259].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[260].Value = ((int)(Original_Y1994100.Value)); + if ((Y2644900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[176].Value = ((int)(Y2644900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[259].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[260].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[176].Value = global::System.DBNull.Value; } - if ((Original_Y1994200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[261].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[262].Value = ((int)(Original_Y1994200.Value)); + if ((Y2645000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[177].Value = ((int)(Y2645000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[261].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[262].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[177].Value = global::System.DBNull.Value; } - if ((Original_Y1994300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[263].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[264].Value = ((int)(Original_Y1994300.Value)); + if ((Y2645100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[178].Value = ((int)(Y2645100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[263].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[264].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[178].Value = global::System.DBNull.Value; } - if ((Original_Y1994400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[265].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[266].Value = ((int)(Original_Y1994400.Value)); + if ((Y2645200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[179].Value = ((int)(Y2645200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[265].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[266].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[179].Value = global::System.DBNull.Value; } - if ((Original_Y1994500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[267].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[268].Value = ((int)(Original_Y1994500.Value)); + if ((Y2645300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[180].Value = ((int)(Y2645300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[267].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[268].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[180].Value = global::System.DBNull.Value; } - if ((Original_Y1994600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[269].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[270].Value = ((int)(Original_Y1994600.Value)); + if ((Y2645400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[181].Value = ((int)(Y2645400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[269].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[270].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[181].Value = global::System.DBNull.Value; } - if ((Original_Y1994700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[271].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[272].Value = ((int)(Original_Y1994700.Value)); + if ((Y2645500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[182].Value = ((int)(Y2645500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[271].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[272].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[182].Value = global::System.DBNull.Value; } - if ((Original_Y1994800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[273].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[274].Value = ((int)(Original_Y1994800.Value)); + if ((Y2645600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[183].Value = ((int)(Y2645600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[273].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[274].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[183].Value = global::System.DBNull.Value; } - if ((Original_Y1994900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[275].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[276].Value = ((int)(Original_Y1994900.Value)); + if ((Y2645700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[184].Value = ((int)(Y2645700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[275].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[276].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[184].Value = global::System.DBNull.Value; } - if ((Original_Y2148600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[277].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[278].Value = ((int)(Original_Y2148600.Value)); + if ((Y2645800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[185].Value = ((int)(Y2645800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[277].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[278].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[185].Value = global::System.DBNull.Value; } - if ((Original_Y2267100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[279].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[280].Value = ((int)(Original_Y2267100.Value)); + if ((Y2645900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[186].Value = ((int)(Y2645900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[279].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[280].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[186].Value = global::System.DBNull.Value; } - if ((Original_Y2300400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[281].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[282].Value = ((int)(Original_Y2300400.Value)); + if ((Y2646000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[187].Value = ((int)(Y2646000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[281].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[282].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[187].Value = global::System.DBNull.Value; } - if ((Original_Y2300401.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[283].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[284].Value = ((int)(Original_Y2300401.Value)); + if ((Y2646100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[188].Value = ((int)(Y2646100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[283].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[284].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[188].Value = global::System.DBNull.Value; } - if ((Original_Y2300402.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[285].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[286].Value = ((int)(Original_Y2300402.Value)); + if ((Y2646200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[189].Value = ((int)(Y2646200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[285].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[286].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[189].Value = global::System.DBNull.Value; } - if ((Original_Y2311700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[287].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[288].Value = ((int)(Original_Y2311700.Value)); + if ((Y2646300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[190].Value = ((int)(Y2646300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[287].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[288].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[190].Value = global::System.DBNull.Value; } - if ((Original_Y2311800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[289].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[290].Value = ((int)(Original_Y2311800.Value)); + if ((Y2646400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[191].Value = ((int)(Y2646400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[289].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[290].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[191].Value = global::System.DBNull.Value; } - if ((Original_Y2311900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[291].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[292].Value = ((int)(Original_Y2311900.Value)); + if ((Y2966400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[192].Value = ((int)(Y2966400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[291].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[292].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[192].Value = global::System.DBNull.Value; } - if ((Original_Y2312000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[293].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[294].Value = ((int)(Original_Y2312000.Value)); + if ((Y2990500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[193].Value = ((int)(Y2990500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[293].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[294].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[193].Value = global::System.DBNull.Value; } - if ((Original_Y2312100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[295].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[296].Value = ((int)(Original_Y2312100.Value)); + if ((Y2990501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[194].Value = ((int)(Y2990501.Value)); } else { - this.Adapter.DeleteCommand.Parameters[295].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[296].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[194].Value = global::System.DBNull.Value; } - if ((Original_Y2312200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[297].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[298].Value = ((int)(Original_Y2312200.Value)); + if ((Y2990502.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[195].Value = ((int)(Y2990502.Value)); } else { - this.Adapter.DeleteCommand.Parameters[297].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[298].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[195].Value = global::System.DBNull.Value; } - if ((Original_Y2312300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[299].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[300].Value = ((int)(Original_Y2312300.Value)); + if ((Y3002700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[196].Value = ((int)(Y3002700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[299].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[300].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[196].Value = global::System.DBNull.Value; } - if ((Original_Y2312400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[301].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[302].Value = ((int)(Original_Y2312400.Value)); + if ((Y3002800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[197].Value = ((int)(Y3002800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[301].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[302].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[197].Value = global::System.DBNull.Value; } - if ((Original_Y2312500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[303].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[304].Value = ((int)(Original_Y2312500.Value)); + if ((Y3002900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[198].Value = ((int)(Y3002900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[303].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[304].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[198].Value = global::System.DBNull.Value; } - if ((Original_Y2312600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[305].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[306].Value = ((int)(Original_Y2312600.Value)); + if ((Y3003000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[199].Value = ((int)(Y3003000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[305].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[306].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[199].Value = global::System.DBNull.Value; } - if ((Original_Y2312700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[307].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[308].Value = ((int)(Original_Y2312700.Value)); + if ((Y3003100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[200].Value = ((int)(Y3003100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[307].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[308].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[200].Value = global::System.DBNull.Value; } - if ((Original_Y2312800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[309].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[310].Value = ((int)(Original_Y2312800.Value)); + if ((Y3003200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[201].Value = ((int)(Y3003200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[309].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[310].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[201].Value = global::System.DBNull.Value; } - if ((Original_Y2312900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[311].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[312].Value = ((int)(Original_Y2312900.Value)); + if ((Y3003300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[202].Value = ((int)(Y3003300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[311].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[312].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[202].Value = global::System.DBNull.Value; } - if ((Original_Y2313000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[313].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[314].Value = ((int)(Original_Y2313000.Value)); + if ((Y3003400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[203].Value = ((int)(Y3003400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[313].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[314].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[203].Value = global::System.DBNull.Value; } - if ((Original_Y2313100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[315].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[316].Value = ((int)(Original_Y2313100.Value)); + if ((Y3003500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[204].Value = ((int)(Y3003500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[315].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[316].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[204].Value = global::System.DBNull.Value; } - if ((Original_Y2313200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[317].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[318].Value = ((int)(Original_Y2313200.Value)); + if ((Y3003600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[205].Value = ((int)(Y3003600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[317].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[318].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[205].Value = global::System.DBNull.Value; } - if ((Original_Y2313300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[319].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[320].Value = ((int)(Original_Y2313300.Value)); + if ((Y3331900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[206].Value = ((int)(Y3331900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[319].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[320].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[206].Value = global::System.DBNull.Value; } - if ((Original_Y2313400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[321].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[322].Value = ((int)(Original_Y2313400.Value)); + this.Adapter.UpdateCommand.Parameters[207].Value = ((int)(Original_C0000100)); + if ((Original_C0000200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[208].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[209].Value = ((int)(Original_C0000200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[321].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[322].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[208].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[209].Value = global::System.DBNull.Value; } - if ((Original_Y2313500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[323].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[324].Value = ((int)(Original_Y2313500.Value)); + if ((Original_C0005300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[210].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[211].Value = ((int)(Original_C0005300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[323].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[324].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[210].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[211].Value = global::System.DBNull.Value; } - if ((Original_Y2313600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[325].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[326].Value = ((int)(Original_Y2313600.Value)); + if ((Original_C0005400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[212].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[213].Value = ((int)(Original_C0005400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[325].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[326].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[212].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[213].Value = global::System.DBNull.Value; } - if ((Original_Y2313700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[327].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[328].Value = ((int)(Original_Y2313700.Value)); + if ((Original_C0005500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[214].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[215].Value = ((int)(Original_C0005500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[327].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[328].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[214].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[215].Value = global::System.DBNull.Value; } - if ((Original_Y2567000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[329].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[330].Value = ((int)(Original_Y2567000.Value)); + if ((Original_C0005700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[216].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[217].Value = ((int)(Original_C0005700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[329].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[330].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[216].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[217].Value = global::System.DBNull.Value; } - if ((Original_Y2567100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[331].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[332].Value = ((int)(Original_Y2567100.Value)); + if ((Original_C0005800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[218].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[219].Value = ((int)(Original_C0005800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[331].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[332].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[218].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[219].Value = global::System.DBNull.Value; } - if ((Original_Y2567200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[333].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[334].Value = ((int)(Original_Y2567200.Value)); + if ((Original_C0006500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[220].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[221].Value = ((int)(Original_C0006500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[333].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[334].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[220].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[221].Value = global::System.DBNull.Value; } - if ((Original_Y2616000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[335].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[336].Value = ((int)(Original_Y2616000.Value)); + if ((Original_C0006800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[222].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[223].Value = ((int)(Original_C0006800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[335].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[336].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[222].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[223].Value = global::System.DBNull.Value; } - if ((Original_Y2633100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[337].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[338].Value = ((int)(Original_Y2633100.Value)); + if ((Original_C0007010.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[224].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[225].Value = ((int)(Original_C0007010.Value)); } else { - this.Adapter.DeleteCommand.Parameters[337].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[338].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[224].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[225].Value = global::System.DBNull.Value; } - if ((Original_Y2633101.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[339].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[340].Value = ((int)(Original_Y2633101.Value)); + if ((Original_C0007030.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[226].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[227].Value = ((int)(Original_C0007030.Value)); } else { - this.Adapter.DeleteCommand.Parameters[339].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[340].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[226].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[227].Value = global::System.DBNull.Value; } - if ((Original_Y2633102.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[341].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[342].Value = ((int)(Original_Y2633102.Value)); + if ((Original_C0007041.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[228].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[229].Value = ((int)(Original_C0007041.Value)); } else { - this.Adapter.DeleteCommand.Parameters[341].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[342].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[228].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[229].Value = global::System.DBNull.Value; } - if ((Original_Y2644500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[343].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[344].Value = ((int)(Original_Y2644500.Value)); + if ((Original_C0007043.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[230].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[231].Value = ((int)(Original_C0007043.Value)); } else { - this.Adapter.DeleteCommand.Parameters[343].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[344].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[230].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[231].Value = global::System.DBNull.Value; } - if ((Original_Y2644600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[345].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[346].Value = ((int)(Original_Y2644600.Value)); + if ((Original_C0007045.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[232].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[233].Value = ((int)(Original_C0007045.Value)); } else { - this.Adapter.DeleteCommand.Parameters[345].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[346].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[232].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[233].Value = global::System.DBNull.Value; } - if ((Original_Y2644700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[347].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[348].Value = ((int)(Original_Y2644700.Value)); + if ((Original_C0007047.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[234].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[235].Value = ((int)(Original_C0007047.Value)); } else { - this.Adapter.DeleteCommand.Parameters[347].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[348].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[234].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[235].Value = global::System.DBNull.Value; } - if ((Original_Y2644800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[349].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[350].Value = ((int)(Original_Y2644800.Value)); + if ((Original_C0007049.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[236].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[237].Value = ((int)(Original_C0007049.Value)); } else { - this.Adapter.DeleteCommand.Parameters[349].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[350].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[236].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[237].Value = global::System.DBNull.Value; } - if ((Original_Y2644900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[351].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[352].Value = ((int)(Original_Y2644900.Value)); + if ((Original_C0007052.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[238].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[239].Value = ((int)(Original_C0007052.Value)); } else { - this.Adapter.DeleteCommand.Parameters[351].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[352].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[238].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[239].Value = global::System.DBNull.Value; } - if ((Original_Y2645000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[353].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[354].Value = ((int)(Original_Y2645000.Value)); + if ((Original_C0007055.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[240].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[241].Value = ((int)(Original_C0007055.Value)); } else { - this.Adapter.DeleteCommand.Parameters[353].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[354].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[240].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[241].Value = global::System.DBNull.Value; } - if ((Original_Y2645100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[355].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[356].Value = ((int)(Original_Y2645100.Value)); + if ((Original_C0402400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[242].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[243].Value = ((int)(Original_C0402400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[355].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[356].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[242].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[243].Value = global::System.DBNull.Value; } - if ((Original_Y2645200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[357].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[358].Value = ((int)(Original_Y2645200.Value)); + if ((Original_C0402500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[244].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[245].Value = ((int)(Original_C0402500.Value)); } else { - this.Adapter.DeleteCommand.Parameters[357].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[358].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[244].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[245].Value = global::System.DBNull.Value; } - if ((Original_Y2645300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[359].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[360].Value = ((int)(Original_Y2645300.Value)); + if ((Original_C0402600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[246].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[247].Value = ((int)(Original_C0402600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[359].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[360].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[246].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[247].Value = global::System.DBNull.Value; } - if ((Original_Y2645400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[361].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[362].Value = ((int)(Original_Y2645400.Value)); + if ((Original_C0404100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[248].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[249].Value = ((int)(Original_C0404100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[361].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[362].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[248].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[249].Value = global::System.DBNull.Value; } - if ((Original_Y2645500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[363].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[364].Value = ((int)(Original_Y2645500.Value)); + if ((Original_C0404200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[250].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[251].Value = ((int)(Original_C0404200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[363].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[364].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[250].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[251].Value = global::System.DBNull.Value; } - if ((Original_Y2645600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[365].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[366].Value = ((int)(Original_Y2645600.Value)); + if ((Original_C0737000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[252].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[253].Value = ((int)(Original_C0737000.Value)); } else { - this.Adapter.DeleteCommand.Parameters[365].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[366].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[252].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[253].Value = global::System.DBNull.Value; } - if ((Original_Y2645700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[367].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[368].Value = ((int)(Original_Y2645700.Value)); + if ((Original_C0737100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[254].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[255].Value = ((int)(Original_C0737100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[367].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[368].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[254].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[255].Value = global::System.DBNull.Value; } - if ((Original_Y2645800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[369].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[370].Value = ((int)(Original_Y2645800.Value)); + if ((Original_C0737200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[256].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[257].Value = ((int)(Original_C0737200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[369].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[370].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[256].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[257].Value = global::System.DBNull.Value; } - if ((Original_Y2645900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[371].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[372].Value = ((int)(Original_Y2645900.Value)); + if ((Original_C0948700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[258].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[259].Value = ((int)(Original_C0948700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[371].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[372].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[258].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[259].Value = global::System.DBNull.Value; } - if ((Original_Y2646000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[373].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[374].Value = ((int)(Original_Y2646000.Value)); + if ((Original_C0948800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[260].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[261].Value = ((int)(Original_C0948800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[373].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[374].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[260].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[261].Value = global::System.DBNull.Value; } - if ((Original_Y2646100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[375].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[376].Value = ((int)(Original_Y2646100.Value)); + if ((Original_C0948900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[262].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[263].Value = ((int)(Original_C0948900.Value)); } else { - this.Adapter.DeleteCommand.Parameters[375].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[376].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[262].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[263].Value = global::System.DBNull.Value; } - if ((Original_Y2646200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[377].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[378].Value = ((int)(Original_Y2646200.Value)); + if ((Original_C1146600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[264].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[265].Value = ((int)(Original_C1146600.Value)); } else { - this.Adapter.DeleteCommand.Parameters[377].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[378].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[264].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[265].Value = global::System.DBNull.Value; } - if ((Original_Y2646300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[379].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[380].Value = ((int)(Original_Y2646300.Value)); + if ((Original_C1146700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[266].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[267].Value = ((int)(Original_C1146700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[379].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[380].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[266].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[267].Value = global::System.DBNull.Value; } - if ((Original_Y2646400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[381].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[382].Value = ((int)(Original_Y2646400.Value)); + if ((Original_C1146800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[268].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[269].Value = ((int)(Original_C1146800.Value)); } else { - this.Adapter.DeleteCommand.Parameters[381].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[382].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[268].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[269].Value = global::System.DBNull.Value; } - if ((Original_Y2966400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[383].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[384].Value = ((int)(Original_Y2966400.Value)); + if ((Original_C1230100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[270].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[271].Value = ((int)(Original_C1230100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[383].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[384].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[270].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[271].Value = global::System.DBNull.Value; } - if ((Original_Y2990500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[385].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[386].Value = ((int)(Original_Y2990500.Value)); + if ((Original_C1230200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[272].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[273].Value = ((int)(Original_C1230200.Value)); } else { - this.Adapter.DeleteCommand.Parameters[385].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[386].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[272].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[273].Value = global::System.DBNull.Value; } - if ((Original_Y2990501.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[387].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[388].Value = ((int)(Original_Y2990501.Value)); + if ((Original_C1230300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[274].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[275].Value = ((int)(Original_C1230300.Value)); } else { - this.Adapter.DeleteCommand.Parameters[387].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[388].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[274].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[275].Value = global::System.DBNull.Value; } - if ((Original_Y2990502.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[389].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[390].Value = ((int)(Original_Y2990502.Value)); + if ((Original_C1548100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[276].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[277].Value = ((int)(Original_C1548100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[389].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[390].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[276].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[277].Value = global::System.DBNull.Value; } - if ((Original_Y3002700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[391].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[392].Value = ((int)(Original_Y3002700.Value)); + if ((Original_C1548101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[278].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[279].Value = ((int)(Original_C1548101.Value)); } else { - this.Adapter.DeleteCommand.Parameters[391].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[392].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[278].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[279].Value = global::System.DBNull.Value; } - if ((Original_Y3002800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[393].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[394].Value = ((int)(Original_Y3002800.Value)); + if ((Original_C1548102.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[280].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[281].Value = ((int)(Original_C1548102.Value)); } else { - this.Adapter.DeleteCommand.Parameters[393].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[394].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[280].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[281].Value = global::System.DBNull.Value; } - if ((Original_Y3002900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[395].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[396].Value = ((int)(Original_Y3002900.Value)); + if ((Original_C1989400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[282].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[283].Value = ((int)(Original_C1989400.Value)); } else { - this.Adapter.DeleteCommand.Parameters[395].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[396].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[282].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[283].Value = global::System.DBNull.Value; } - if ((Original_Y3003000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[397].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[398].Value = ((int)(Original_Y3003000.Value)); + if ((Original_C1989401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[284].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[285].Value = ((int)(Original_C1989401.Value)); } else { - this.Adapter.DeleteCommand.Parameters[397].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[398].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[284].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[285].Value = global::System.DBNull.Value; } - if ((Original_Y3003100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[399].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[400].Value = ((int)(Original_Y3003100.Value)); + if ((Original_C1989402.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[286].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[287].Value = ((int)(Original_C1989402.Value)); } else { - this.Adapter.DeleteCommand.Parameters[399].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[400].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[286].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[287].Value = global::System.DBNull.Value; } - if ((Original_Y3003200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[401].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[402].Value = ((int)(Original_Y3003200.Value)); + if ((Original_C2305100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[288].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[289].Value = ((int)(Original_C2305100.Value)); } else { - this.Adapter.DeleteCommand.Parameters[401].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[402].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[288].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[289].Value = global::System.DBNull.Value; } - if ((Original_Y3003300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[403].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[404].Value = ((int)(Original_Y3003300.Value)); + if ((Original_C2305101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[290].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[291].Value = ((int)(Original_C2305101.Value)); } else { - this.Adapter.DeleteCommand.Parameters[403].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[404].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[290].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[291].Value = global::System.DBNull.Value; } - if ((Original_Y3003400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[405].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[406].Value = ((int)(Original_Y3003400.Value)); + if ((Original_C2305102.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[292].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[293].Value = ((int)(Original_C2305102.Value)); } else { - this.Adapter.DeleteCommand.Parameters[405].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[406].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[292].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[293].Value = global::System.DBNull.Value; } - if ((Original_Y3003500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[407].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[408].Value = ((int)(Original_Y3003500.Value)); + if ((Original_C2544700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[294].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[295].Value = ((int)(Original_C2544700.Value)); } else { - this.Adapter.DeleteCommand.Parameters[407].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[408].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[294].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[295].Value = global::System.DBNull.Value; } - if ((Original_Y3003600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[409].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[410].Value = ((int)(Original_Y3003600.Value)); + if ((Original_C2544701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[296].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[297].Value = ((int)(Original_C2544701.Value)); } else { - this.Adapter.DeleteCommand.Parameters[409].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[410].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[296].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[297].Value = global::System.DBNull.Value; } - if ((Original_Y3331900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[411].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[412].Value = ((int)(Original_Y3331900.Value)); + if ((Original_C2544702.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[298].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[299].Value = ((int)(Original_C2544702.Value)); } else { - this.Adapter.DeleteCommand.Parameters[411].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[412].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[298].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[299].Value = global::System.DBNull.Value; } - 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(); + if ((Original_C2814500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[300].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[301].Value = ((int)(Original_C2814500.Value)); } - try { - int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); - return returnValue; + else { + this.Adapter.UpdateCommand.Parameters[300].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[301].Value = global::System.DBNull.Value; } - finally { - if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.DeleteCommand.Connection.Close(); - } + if ((Original_C2814501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[302].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[303].Value = ((int)(Original_C2814501.Value)); } - } - - [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( - int C0000100, - global::System.Nullable C0000200, - global::System.Nullable C0005300, - global::System.Nullable C0005400, - global::System.Nullable C0005500, - global::System.Nullable C0005700, - global::System.Nullable C0005800, - global::System.Nullable C0006500, - global::System.Nullable C0006800, - global::System.Nullable C0007010, - global::System.Nullable C0007030, - global::System.Nullable C0007041, - global::System.Nullable C0007043, - global::System.Nullable C0007045, - global::System.Nullable C0007047, - global::System.Nullable C0007049, - global::System.Nullable C0007052, - global::System.Nullable C0007055, - global::System.Nullable C0402400, - global::System.Nullable C0402500, - global::System.Nullable C0402600, - global::System.Nullable C0404100, - global::System.Nullable C0404200, - global::System.Nullable C0737000, - global::System.Nullable C0737100, - global::System.Nullable C0737200, - global::System.Nullable C0948700, - global::System.Nullable C0948800, - global::System.Nullable C0948900, - global::System.Nullable C1146600, - global::System.Nullable C1146700, - global::System.Nullable C1146800, - global::System.Nullable C1230100, - global::System.Nullable C1230200, - global::System.Nullable C1230300, - global::System.Nullable C1548100, - global::System.Nullable C1548101, - global::System.Nullable C1548102, - global::System.Nullable C1989400, - global::System.Nullable C1989401, - global::System.Nullable C1989402, - global::System.Nullable C2305100, - global::System.Nullable C2305101, - global::System.Nullable C2305102, - global::System.Nullable C2544700, - global::System.Nullable C2544701, - global::System.Nullable C2544702, - global::System.Nullable C2814500, - global::System.Nullable C2814501, - global::System.Nullable C2814502, - global::System.Nullable C3123500, - global::System.Nullable C3123501, - global::System.Nullable C3123502, - global::System.Nullable C3601100, - global::System.Nullable C3627700, - global::System.Nullable C3627701, - global::System.Nullable C3627702, - global::System.Nullable C3981100, - global::System.Nullable C4006300, - global::System.Nullable C4006301, - global::System.Nullable C4006302, - global::System.Nullable C5524800, - global::System.Nullable C5550100, - global::System.Nullable C5550101, - global::System.Nullable C5550102, - global::System.Nullable C5801100, - global::System.Nullable Y0000200, - global::System.Nullable Y0000201, - global::System.Nullable Y0000202, - global::System.Nullable Y0002100, - global::System.Nullable Y0390100, - global::System.Nullable Y0390101, - global::System.Nullable Y0390102, - global::System.Nullable Y0677600, - global::System.Nullable Y0933700, - global::System.Nullable Y0933701, - global::System.Nullable Y0933702, - global::System.Nullable Y0974800, - global::System.Nullable Y1180500, - global::System.Nullable Y1180501, - global::System.Nullable Y1180502, - global::System.Nullable Y1192400, - global::System.Nullable Y1421100, - global::System.Nullable Y1421101, - global::System.Nullable Y1421102, - global::System.Nullable Y1434300, - global::System.Nullable Y1450200, - global::System.Nullable Y1450201, - global::System.Nullable Y1450202, - global::System.Nullable Y1672700, - global::System.Nullable Y1695600, - global::System.Nullable Y1695601, - global::System.Nullable Y1695602, - global::System.Nullable Y1707300, - global::System.Nullable Y1707400, - global::System.Nullable Y1707500, - global::System.Nullable Y1707600, - global::System.Nullable Y1707700, - global::System.Nullable Y1707800, - global::System.Nullable Y1707900, - global::System.Nullable Y1708000, - global::System.Nullable Y1708100, - global::System.Nullable Y1708200, - global::System.Nullable Y1708300, - global::System.Nullable Y1708400, - global::System.Nullable Y1708500, - global::System.Nullable Y1708600, - global::System.Nullable Y1708700, - global::System.Nullable Y1708800, - global::System.Nullable Y1708900, - global::System.Nullable Y1709000, - global::System.Nullable Y1709100, - global::System.Nullable Y1709200, - global::System.Nullable Y1709300, - global::System.Nullable Y1948500, - global::System.Nullable Y1981600, - global::System.Nullable Y1981601, - global::System.Nullable Y1981602, - global::System.Nullable Y1992900, - global::System.Nullable Y1993000, - global::System.Nullable Y1993100, - global::System.Nullable Y1993200, - global::System.Nullable Y1993300, - global::System.Nullable Y1993400, - global::System.Nullable Y1993500, - global::System.Nullable Y1993600, - global::System.Nullable Y1993700, - global::System.Nullable Y1993800, - global::System.Nullable Y1993900, - global::System.Nullable Y1994000, - global::System.Nullable Y1994100, - global::System.Nullable Y1994200, - global::System.Nullable Y1994300, - global::System.Nullable Y1994400, - global::System.Nullable Y1994500, - global::System.Nullable Y1994600, - global::System.Nullable Y1994700, - global::System.Nullable Y1994800, - global::System.Nullable Y1994900, - global::System.Nullable Y2148600, - global::System.Nullable Y2267100, - global::System.Nullable Y2300400, - global::System.Nullable Y2300401, - global::System.Nullable Y2300402, - global::System.Nullable Y2311700, - global::System.Nullable Y2311800, - global::System.Nullable Y2311900, - global::System.Nullable Y2312000, - global::System.Nullable Y2312100, - global::System.Nullable Y2312200, - global::System.Nullable Y2312300, - global::System.Nullable Y2312400, - global::System.Nullable Y2312500, - global::System.Nullable Y2312600, - global::System.Nullable Y2312700, - global::System.Nullable Y2312800, - global::System.Nullable Y2312900, - global::System.Nullable Y2313000, - global::System.Nullable Y2313100, - global::System.Nullable Y2313200, - global::System.Nullable Y2313300, - global::System.Nullable Y2313400, - global::System.Nullable Y2313500, - global::System.Nullable Y2313600, - global::System.Nullable Y2313700, - global::System.Nullable Y2567000, - global::System.Nullable Y2567100, - global::System.Nullable Y2567200, - global::System.Nullable Y2616000, - global::System.Nullable Y2633100, - global::System.Nullable Y2633101, - global::System.Nullable Y2633102, - global::System.Nullable Y2644500, - global::System.Nullable Y2644600, - global::System.Nullable Y2644700, - global::System.Nullable Y2644800, - global::System.Nullable Y2644900, - global::System.Nullable Y2645000, - global::System.Nullable Y2645100, - global::System.Nullable Y2645200, - global::System.Nullable Y2645300, - global::System.Nullable Y2645400, - global::System.Nullable Y2645500, - global::System.Nullable Y2645600, - global::System.Nullable Y2645700, - global::System.Nullable Y2645800, - global::System.Nullable Y2645900, - global::System.Nullable Y2646000, - global::System.Nullable Y2646100, - global::System.Nullable Y2646200, - global::System.Nullable Y2646300, - global::System.Nullable Y2646400, - global::System.Nullable Y2966400, - global::System.Nullable Y2990500, - global::System.Nullable Y2990501, - global::System.Nullable Y2990502, - global::System.Nullable Y3002700, - global::System.Nullable Y3002800, - global::System.Nullable Y3002900, - global::System.Nullable Y3003000, - global::System.Nullable Y3003100, - global::System.Nullable Y3003200, - global::System.Nullable Y3003300, - global::System.Nullable Y3003400, - global::System.Nullable Y3003500, - global::System.Nullable Y3003600, - global::System.Nullable Y3331900) { - this.Adapter.InsertCommand.Parameters[0].Value = ((int)(C0000100)); - if ((C0000200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[1].Value = ((int)(C0000200.Value)); + else { + this.Adapter.UpdateCommand.Parameters[302].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[303].Value = global::System.DBNull.Value; + } + if ((Original_C2814502.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[304].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[305].Value = ((int)(Original_C2814502.Value)); } else { - this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[304].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[305].Value = global::System.DBNull.Value; } - if ((C0005300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[2].Value = ((int)(C0005300.Value)); + if ((Original_C3123500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[306].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[307].Value = ((int)(Original_C3123500.Value)); } else { - this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[306].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[307].Value = global::System.DBNull.Value; } - if ((C0005400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[3].Value = ((int)(C0005400.Value)); + if ((Original_C3123501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[308].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[309].Value = ((int)(Original_C3123501.Value)); } else { - this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[308].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[309].Value = global::System.DBNull.Value; } - if ((C0005500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[4].Value = ((int)(C0005500.Value)); + if ((Original_C3123502.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[310].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[311].Value = ((int)(Original_C3123502.Value)); } else { - this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[310].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[311].Value = global::System.DBNull.Value; } - if ((C0005700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[5].Value = ((int)(C0005700.Value)); + if ((Original_C3601100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[312].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[313].Value = ((int)(Original_C3601100.Value)); } else { - this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[312].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[313].Value = global::System.DBNull.Value; } - if ((C0005800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[6].Value = ((int)(C0005800.Value)); + if ((Original_C3627700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[314].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[315].Value = ((int)(Original_C3627700.Value)); } else { - this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[314].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[315].Value = global::System.DBNull.Value; } - if ((C0006500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[7].Value = ((int)(C0006500.Value)); + if ((Original_C3627701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[316].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[317].Value = ((int)(Original_C3627701.Value)); } else { - this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[316].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[317].Value = global::System.DBNull.Value; } - if ((C0006800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[8].Value = ((int)(C0006800.Value)); + if ((Original_C3627702.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[318].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[319].Value = ((int)(Original_C3627702.Value)); } else { - this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[318].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[319].Value = global::System.DBNull.Value; } - if ((C0007010.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[9].Value = ((int)(C0007010.Value)); + if ((Original_C3981100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[320].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[321].Value = ((int)(Original_C3981100.Value)); } else { - this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[320].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[321].Value = global::System.DBNull.Value; } - if ((C0007030.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[10].Value = ((int)(C0007030.Value)); + if ((Original_C4006300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[322].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[323].Value = ((int)(Original_C4006300.Value)); } else { - this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[322].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[323].Value = global::System.DBNull.Value; } - if ((C0007041.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[11].Value = ((int)(C0007041.Value)); + if ((Original_C4006301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[324].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[325].Value = ((int)(Original_C4006301.Value)); } else { - this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[324].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[325].Value = global::System.DBNull.Value; } - if ((C0007043.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[12].Value = ((int)(C0007043.Value)); + if ((Original_C4006302.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[326].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[327].Value = ((int)(Original_C4006302.Value)); } else { - this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[326].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[327].Value = global::System.DBNull.Value; } - if ((C0007045.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[13].Value = ((int)(C0007045.Value)); + if ((Original_C5524800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[328].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[329].Value = ((int)(Original_C5524800.Value)); } else { - this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[328].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[329].Value = global::System.DBNull.Value; } - if ((C0007047.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[14].Value = ((int)(C0007047.Value)); + if ((Original_C5550100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[330].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[331].Value = ((int)(Original_C5550100.Value)); } else { - this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[330].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[331].Value = global::System.DBNull.Value; } - if ((C0007049.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[15].Value = ((int)(C0007049.Value)); + if ((Original_C5550101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[332].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[333].Value = ((int)(Original_C5550101.Value)); } else { - this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[332].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[333].Value = global::System.DBNull.Value; } - if ((C0007052.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[16].Value = ((int)(C0007052.Value)); + if ((Original_C5550102.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[334].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[335].Value = ((int)(Original_C5550102.Value)); } else { - this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[334].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[335].Value = global::System.DBNull.Value; } - if ((C0007055.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[17].Value = ((int)(C0007055.Value)); + if ((Original_C5801100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[336].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[337].Value = ((int)(Original_C5801100.Value)); } else { - this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[336].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[337].Value = global::System.DBNull.Value; } - if ((C0402400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[18].Value = ((int)(C0402400.Value)); + if ((Original_Y0000200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[338].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[339].Value = ((int)(Original_Y0000200.Value)); } else { - this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[338].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[339].Value = global::System.DBNull.Value; } - if ((C0402500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[19].Value = ((int)(C0402500.Value)); + if ((Original_Y0000201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[340].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[341].Value = ((int)(Original_Y0000201.Value)); } else { - this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[340].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[341].Value = global::System.DBNull.Value; } - if ((C0402600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[20].Value = ((int)(C0402600.Value)); + if ((Original_Y0000202.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[342].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[343].Value = ((int)(Original_Y0000202.Value)); } else { - this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[342].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[343].Value = global::System.DBNull.Value; } - if ((C0404100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[21].Value = ((int)(C0404100.Value)); + if ((Original_Y0002100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[344].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[345].Value = ((int)(Original_Y0002100.Value)); } else { - this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[344].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[345].Value = global::System.DBNull.Value; } - if ((C0404200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[22].Value = ((int)(C0404200.Value)); + if ((Original_Y0390100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[346].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[347].Value = ((int)(Original_Y0390100.Value)); } else { - this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[346].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[347].Value = global::System.DBNull.Value; } - if ((C0737000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[23].Value = ((int)(C0737000.Value)); + if ((Original_Y0390101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[348].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[349].Value = ((int)(Original_Y0390101.Value)); } else { - this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[348].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[349].Value = global::System.DBNull.Value; } - if ((C0737100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[24].Value = ((int)(C0737100.Value)); + if ((Original_Y0390102.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[350].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[351].Value = ((int)(Original_Y0390102.Value)); } else { - this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[350].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[351].Value = global::System.DBNull.Value; } - if ((C0737200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[25].Value = ((int)(C0737200.Value)); + if ((Original_Y0677600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[352].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[353].Value = ((int)(Original_Y0677600.Value)); } else { - this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[352].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[353].Value = global::System.DBNull.Value; } - if ((C0948700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[26].Value = ((int)(C0948700.Value)); + if ((Original_Y0933700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[354].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[355].Value = ((int)(Original_Y0933700.Value)); } else { - this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[354].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[355].Value = global::System.DBNull.Value; } - if ((C0948800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[27].Value = ((int)(C0948800.Value)); + if ((Original_Y0933701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[356].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[357].Value = ((int)(Original_Y0933701.Value)); } else { - this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[356].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[357].Value = global::System.DBNull.Value; } - if ((C0948900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[28].Value = ((int)(C0948900.Value)); + if ((Original_Y0933702.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[358].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[359].Value = ((int)(Original_Y0933702.Value)); } else { - this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[358].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[359].Value = global::System.DBNull.Value; } - if ((C1146600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[29].Value = ((int)(C1146600.Value)); + if ((Original_Y0974800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[360].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[361].Value = ((int)(Original_Y0974800.Value)); } else { - this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[360].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[361].Value = global::System.DBNull.Value; } - if ((C1146700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[30].Value = ((int)(C1146700.Value)); + if ((Original_Y1180500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[362].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[363].Value = ((int)(Original_Y1180500.Value)); } else { - this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[362].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[363].Value = global::System.DBNull.Value; } - if ((C1146800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[31].Value = ((int)(C1146800.Value)); + if ((Original_Y1180501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[364].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[365].Value = ((int)(Original_Y1180501.Value)); } else { - this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[364].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[365].Value = global::System.DBNull.Value; } - if ((C1230100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[32].Value = ((int)(C1230100.Value)); + if ((Original_Y1180502.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[366].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[367].Value = ((int)(Original_Y1180502.Value)); } else { - this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[366].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[367].Value = global::System.DBNull.Value; } - if ((C1230200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[33].Value = ((int)(C1230200.Value)); + if ((Original_Y1192400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[368].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[369].Value = ((int)(Original_Y1192400.Value)); } else { - this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[368].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[369].Value = global::System.DBNull.Value; } - if ((C1230300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[34].Value = ((int)(C1230300.Value)); + if ((Original_Y1421100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[370].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[371].Value = ((int)(Original_Y1421100.Value)); } else { - this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[370].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[371].Value = global::System.DBNull.Value; } - if ((C1548100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[35].Value = ((int)(C1548100.Value)); + if ((Original_Y1421101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[372].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[373].Value = ((int)(Original_Y1421101.Value)); } else { - this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[372].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[373].Value = global::System.DBNull.Value; } - if ((C1548101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[36].Value = ((int)(C1548101.Value)); + if ((Original_Y1421102.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[374].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[375].Value = ((int)(Original_Y1421102.Value)); } else { - this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[374].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[375].Value = global::System.DBNull.Value; } - if ((C1548102.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[37].Value = ((int)(C1548102.Value)); + if ((Original_Y1434300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[376].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[377].Value = ((int)(Original_Y1434300.Value)); } else { - this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[376].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[377].Value = global::System.DBNull.Value; } - if ((C1989400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[38].Value = ((int)(C1989400.Value)); + if ((Original_Y1450200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[378].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[379].Value = ((int)(Original_Y1450200.Value)); } else { - this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[378].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[379].Value = global::System.DBNull.Value; } - if ((C1989401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[39].Value = ((int)(C1989401.Value)); + if ((Original_Y1450201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[380].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[381].Value = ((int)(Original_Y1450201.Value)); } else { - this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[380].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[381].Value = global::System.DBNull.Value; } - if ((C1989402.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[40].Value = ((int)(C1989402.Value)); + if ((Original_Y1450202.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[382].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[383].Value = ((int)(Original_Y1450202.Value)); } else { - this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[382].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[383].Value = global::System.DBNull.Value; } - if ((C2305100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[41].Value = ((int)(C2305100.Value)); + if ((Original_Y1672700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[384].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[385].Value = ((int)(Original_Y1672700.Value)); } else { - this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[384].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[385].Value = global::System.DBNull.Value; } - if ((C2305101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[42].Value = ((int)(C2305101.Value)); + if ((Original_Y1695600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[386].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[387].Value = ((int)(Original_Y1695600.Value)); } else { - this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[386].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[387].Value = global::System.DBNull.Value; } - if ((C2305102.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[43].Value = ((int)(C2305102.Value)); + if ((Original_Y1695601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[388].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[389].Value = ((int)(Original_Y1695601.Value)); } else { - this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[388].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[389].Value = global::System.DBNull.Value; } - if ((C2544700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[44].Value = ((int)(C2544700.Value)); + if ((Original_Y1695602.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[390].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[391].Value = ((int)(Original_Y1695602.Value)); } else { - this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[390].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[391].Value = global::System.DBNull.Value; } - if ((C2544701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[45].Value = ((int)(C2544701.Value)); + if ((Original_Y1707300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[392].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[393].Value = ((int)(Original_Y1707300.Value)); } else { - this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[392].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[393].Value = global::System.DBNull.Value; } - if ((C2544702.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[46].Value = ((int)(C2544702.Value)); + if ((Original_Y1707400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[394].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[395].Value = ((int)(Original_Y1707400.Value)); } else { - this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[394].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[395].Value = global::System.DBNull.Value; } - if ((C2814500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[47].Value = ((int)(C2814500.Value)); + if ((Original_Y1707500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[396].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[397].Value = ((int)(Original_Y1707500.Value)); } else { - this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[396].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[397].Value = global::System.DBNull.Value; } - if ((C2814501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[48].Value = ((int)(C2814501.Value)); + if ((Original_Y1707600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[398].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[399].Value = ((int)(Original_Y1707600.Value)); } else { - this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[398].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[399].Value = global::System.DBNull.Value; } - if ((C2814502.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[49].Value = ((int)(C2814502.Value)); + if ((Original_Y1707700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[400].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[401].Value = ((int)(Original_Y1707700.Value)); } else { - this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[400].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[401].Value = global::System.DBNull.Value; } - if ((C3123500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[50].Value = ((int)(C3123500.Value)); + if ((Original_Y1707800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[402].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[403].Value = ((int)(Original_Y1707800.Value)); } else { - this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[402].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[403].Value = global::System.DBNull.Value; } - if ((C3123501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[51].Value = ((int)(C3123501.Value)); + if ((Original_Y1707900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[404].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[405].Value = ((int)(Original_Y1707900.Value)); } else { - this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[404].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[405].Value = global::System.DBNull.Value; } - if ((C3123502.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[52].Value = ((int)(C3123502.Value)); + if ((Original_Y1708000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[406].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[407].Value = ((int)(Original_Y1708000.Value)); } else { - this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[406].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[407].Value = global::System.DBNull.Value; } - if ((C3601100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[53].Value = ((int)(C3601100.Value)); + if ((Original_Y1708100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[408].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[409].Value = ((int)(Original_Y1708100.Value)); } else { - this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[408].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[409].Value = global::System.DBNull.Value; } - if ((C3627700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[54].Value = ((int)(C3627700.Value)); + if ((Original_Y1708200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[410].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[411].Value = ((int)(Original_Y1708200.Value)); } else { - this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[410].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[411].Value = global::System.DBNull.Value; } - if ((C3627701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[55].Value = ((int)(C3627701.Value)); + if ((Original_Y1708300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[412].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[413].Value = ((int)(Original_Y1708300.Value)); } else { - this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[412].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[413].Value = global::System.DBNull.Value; } - if ((C3627702.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[56].Value = ((int)(C3627702.Value)); + if ((Original_Y1708400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[414].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[415].Value = ((int)(Original_Y1708400.Value)); } else { - this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[414].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[415].Value = global::System.DBNull.Value; } - if ((C3981100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[57].Value = ((int)(C3981100.Value)); + if ((Original_Y1708500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[416].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[417].Value = ((int)(Original_Y1708500.Value)); } else { - this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[416].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[417].Value = global::System.DBNull.Value; } - if ((C4006300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[58].Value = ((int)(C4006300.Value)); + if ((Original_Y1708600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[418].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[419].Value = ((int)(Original_Y1708600.Value)); } else { - this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[418].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[419].Value = global::System.DBNull.Value; } - if ((C4006301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[59].Value = ((int)(C4006301.Value)); + if ((Original_Y1708700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[420].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[421].Value = ((int)(Original_Y1708700.Value)); } else { - this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[420].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[421].Value = global::System.DBNull.Value; } - if ((C4006302.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[60].Value = ((int)(C4006302.Value)); + if ((Original_Y1708800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[422].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[423].Value = ((int)(Original_Y1708800.Value)); } else { - this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[422].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[423].Value = global::System.DBNull.Value; } - if ((C5524800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[61].Value = ((int)(C5524800.Value)); + if ((Original_Y1708900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[424].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[425].Value = ((int)(Original_Y1708900.Value)); } else { - this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[424].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[425].Value = global::System.DBNull.Value; } - if ((C5550100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[62].Value = ((int)(C5550100.Value)); + if ((Original_Y1709000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[426].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[427].Value = ((int)(Original_Y1709000.Value)); } else { - this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[426].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[427].Value = global::System.DBNull.Value; } - if ((C5550101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[63].Value = ((int)(C5550101.Value)); + if ((Original_Y1709100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[428].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[429].Value = ((int)(Original_Y1709100.Value)); } else { - this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[428].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[429].Value = global::System.DBNull.Value; } - if ((C5550102.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[64].Value = ((int)(C5550102.Value)); + if ((Original_Y1709200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[430].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[431].Value = ((int)(Original_Y1709200.Value)); } else { - this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[430].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[431].Value = global::System.DBNull.Value; } - if ((C5801100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[65].Value = ((int)(C5801100.Value)); + if ((Original_Y1709300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[432].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[433].Value = ((int)(Original_Y1709300.Value)); } else { - this.Adapter.InsertCommand.Parameters[65].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[432].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[433].Value = global::System.DBNull.Value; } - if ((Y0000200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[66].Value = ((int)(Y0000200.Value)); + if ((Original_Y1948500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[434].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[435].Value = ((int)(Original_Y1948500.Value)); } else { - this.Adapter.InsertCommand.Parameters[66].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[434].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[435].Value = global::System.DBNull.Value; } - if ((Y0000201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[67].Value = ((int)(Y0000201.Value)); + if ((Original_Y1981600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[436].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[437].Value = ((int)(Original_Y1981600.Value)); } else { - this.Adapter.InsertCommand.Parameters[67].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[436].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[437].Value = global::System.DBNull.Value; } - if ((Y0000202.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[68].Value = ((int)(Y0000202.Value)); + if ((Original_Y1981601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[438].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[439].Value = ((int)(Original_Y1981601.Value)); } else { - this.Adapter.InsertCommand.Parameters[68].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[438].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[439].Value = global::System.DBNull.Value; } - if ((Y0002100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[69].Value = ((int)(Y0002100.Value)); + if ((Original_Y1981602.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[440].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[441].Value = ((int)(Original_Y1981602.Value)); } else { - this.Adapter.InsertCommand.Parameters[69].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[440].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[441].Value = global::System.DBNull.Value; } - if ((Y0390100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[70].Value = ((int)(Y0390100.Value)); + if ((Original_Y1992900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[442].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[443].Value = ((int)(Original_Y1992900.Value)); } else { - this.Adapter.InsertCommand.Parameters[70].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[442].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[443].Value = global::System.DBNull.Value; } - if ((Y0390101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[71].Value = ((int)(Y0390101.Value)); + if ((Original_Y1993000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[444].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[445].Value = ((int)(Original_Y1993000.Value)); } else { - this.Adapter.InsertCommand.Parameters[71].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[444].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[445].Value = global::System.DBNull.Value; } - if ((Y0390102.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[72].Value = ((int)(Y0390102.Value)); + if ((Original_Y1993100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[446].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[447].Value = ((int)(Original_Y1993100.Value)); } else { - this.Adapter.InsertCommand.Parameters[72].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[446].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[447].Value = global::System.DBNull.Value; } - if ((Y0677600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[73].Value = ((int)(Y0677600.Value)); + if ((Original_Y1993200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[448].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[449].Value = ((int)(Original_Y1993200.Value)); } else { - this.Adapter.InsertCommand.Parameters[73].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[448].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[449].Value = global::System.DBNull.Value; } - if ((Y0933700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[74].Value = ((int)(Y0933700.Value)); + if ((Original_Y1993300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[450].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[451].Value = ((int)(Original_Y1993300.Value)); } else { - this.Adapter.InsertCommand.Parameters[74].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[450].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[451].Value = global::System.DBNull.Value; } - if ((Y0933701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[75].Value = ((int)(Y0933701.Value)); + if ((Original_Y1993400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[452].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[453].Value = ((int)(Original_Y1993400.Value)); } else { - this.Adapter.InsertCommand.Parameters[75].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[452].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[453].Value = global::System.DBNull.Value; } - if ((Y0933702.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[76].Value = ((int)(Y0933702.Value)); + if ((Original_Y1993500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[454].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[455].Value = ((int)(Original_Y1993500.Value)); } else { - this.Adapter.InsertCommand.Parameters[76].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[454].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[455].Value = global::System.DBNull.Value; } - if ((Y0974800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[77].Value = ((int)(Y0974800.Value)); + if ((Original_Y1993600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[456].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[457].Value = ((int)(Original_Y1993600.Value)); } else { - this.Adapter.InsertCommand.Parameters[77].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[456].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[457].Value = global::System.DBNull.Value; } - if ((Y1180500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[78].Value = ((int)(Y1180500.Value)); + if ((Original_Y1993700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[458].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[459].Value = ((int)(Original_Y1993700.Value)); } else { - this.Adapter.InsertCommand.Parameters[78].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[458].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[459].Value = global::System.DBNull.Value; } - if ((Y1180501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[79].Value = ((int)(Y1180501.Value)); + if ((Original_Y1993800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[460].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[461].Value = ((int)(Original_Y1993800.Value)); } else { - this.Adapter.InsertCommand.Parameters[79].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[460].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[461].Value = global::System.DBNull.Value; } - if ((Y1180502.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[80].Value = ((int)(Y1180502.Value)); + if ((Original_Y1993900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[462].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[463].Value = ((int)(Original_Y1993900.Value)); } else { - this.Adapter.InsertCommand.Parameters[80].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[462].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[463].Value = global::System.DBNull.Value; } - if ((Y1192400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[81].Value = ((int)(Y1192400.Value)); + if ((Original_Y1994000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[464].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[465].Value = ((int)(Original_Y1994000.Value)); } else { - this.Adapter.InsertCommand.Parameters[81].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[464].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[465].Value = global::System.DBNull.Value; } - if ((Y1421100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[82].Value = ((int)(Y1421100.Value)); + if ((Original_Y1994100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[466].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[467].Value = ((int)(Original_Y1994100.Value)); } else { - this.Adapter.InsertCommand.Parameters[82].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[466].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[467].Value = global::System.DBNull.Value; } - if ((Y1421101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[83].Value = ((int)(Y1421101.Value)); + if ((Original_Y1994200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[468].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[469].Value = ((int)(Original_Y1994200.Value)); } else { - this.Adapter.InsertCommand.Parameters[83].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[468].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[469].Value = global::System.DBNull.Value; } - if ((Y1421102.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[84].Value = ((int)(Y1421102.Value)); + if ((Original_Y1994300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[470].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[471].Value = ((int)(Original_Y1994300.Value)); } else { - this.Adapter.InsertCommand.Parameters[84].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[470].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[471].Value = global::System.DBNull.Value; } - if ((Y1434300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[85].Value = ((int)(Y1434300.Value)); + if ((Original_Y1994400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[472].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[473].Value = ((int)(Original_Y1994400.Value)); } else { - this.Adapter.InsertCommand.Parameters[85].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[472].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[473].Value = global::System.DBNull.Value; } - if ((Y1450200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[86].Value = ((int)(Y1450200.Value)); + if ((Original_Y1994500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[474].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[475].Value = ((int)(Original_Y1994500.Value)); } else { - this.Adapter.InsertCommand.Parameters[86].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[474].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[475].Value = global::System.DBNull.Value; } - if ((Y1450201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[87].Value = ((int)(Y1450201.Value)); + if ((Original_Y1994600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[476].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[477].Value = ((int)(Original_Y1994600.Value)); } else { - this.Adapter.InsertCommand.Parameters[87].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[476].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[477].Value = global::System.DBNull.Value; } - if ((Y1450202.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[88].Value = ((int)(Y1450202.Value)); + if ((Original_Y1994700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[478].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[479].Value = ((int)(Original_Y1994700.Value)); } else { - this.Adapter.InsertCommand.Parameters[88].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[478].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[479].Value = global::System.DBNull.Value; } - if ((Y1672700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[89].Value = ((int)(Y1672700.Value)); + if ((Original_Y1994800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[480].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[481].Value = ((int)(Original_Y1994800.Value)); } else { - this.Adapter.InsertCommand.Parameters[89].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[480].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[481].Value = global::System.DBNull.Value; } - if ((Y1695600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[90].Value = ((int)(Y1695600.Value)); + if ((Original_Y1994900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[482].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[483].Value = ((int)(Original_Y1994900.Value)); } else { - this.Adapter.InsertCommand.Parameters[90].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[482].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[483].Value = global::System.DBNull.Value; } - if ((Y1695601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[91].Value = ((int)(Y1695601.Value)); + if ((Original_Y2148600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[484].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[485].Value = ((int)(Original_Y2148600.Value)); } else { - this.Adapter.InsertCommand.Parameters[91].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[484].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[485].Value = global::System.DBNull.Value; } - if ((Y1695602.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[92].Value = ((int)(Y1695602.Value)); + if ((Original_Y2267100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[486].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[487].Value = ((int)(Original_Y2267100.Value)); } else { - this.Adapter.InsertCommand.Parameters[92].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[486].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[487].Value = global::System.DBNull.Value; } - if ((Y1707300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[93].Value = ((int)(Y1707300.Value)); + if ((Original_Y2300400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[488].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[489].Value = ((int)(Original_Y2300400.Value)); } else { - this.Adapter.InsertCommand.Parameters[93].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[488].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[489].Value = global::System.DBNull.Value; } - if ((Y1707400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[94].Value = ((int)(Y1707400.Value)); + if ((Original_Y2300401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[490].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[491].Value = ((int)(Original_Y2300401.Value)); } else { - this.Adapter.InsertCommand.Parameters[94].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[490].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[491].Value = global::System.DBNull.Value; } - if ((Y1707500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[95].Value = ((int)(Y1707500.Value)); + if ((Original_Y2300402.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[492].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[493].Value = ((int)(Original_Y2300402.Value)); } else { - this.Adapter.InsertCommand.Parameters[95].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[492].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[493].Value = global::System.DBNull.Value; } - if ((Y1707600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[96].Value = ((int)(Y1707600.Value)); + if ((Original_Y2311700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[494].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[495].Value = ((int)(Original_Y2311700.Value)); } else { - this.Adapter.InsertCommand.Parameters[96].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[494].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[495].Value = global::System.DBNull.Value; } - if ((Y1707700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[97].Value = ((int)(Y1707700.Value)); + if ((Original_Y2311800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[496].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[497].Value = ((int)(Original_Y2311800.Value)); } else { - this.Adapter.InsertCommand.Parameters[97].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[496].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[497].Value = global::System.DBNull.Value; } - if ((Y1707800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[98].Value = ((int)(Y1707800.Value)); + if ((Original_Y2311900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[498].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[499].Value = ((int)(Original_Y2311900.Value)); } else { - this.Adapter.InsertCommand.Parameters[98].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[498].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[499].Value = global::System.DBNull.Value; } - if ((Y1707900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[99].Value = ((int)(Y1707900.Value)); + if ((Original_Y2312000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[500].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[501].Value = ((int)(Original_Y2312000.Value)); } else { - this.Adapter.InsertCommand.Parameters[99].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[500].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[501].Value = global::System.DBNull.Value; } - if ((Y1708000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[100].Value = ((int)(Y1708000.Value)); + if ((Original_Y2312100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[502].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[503].Value = ((int)(Original_Y2312100.Value)); } else { - this.Adapter.InsertCommand.Parameters[100].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[502].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[503].Value = global::System.DBNull.Value; } - if ((Y1708100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[101].Value = ((int)(Y1708100.Value)); + if ((Original_Y2312200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[504].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[505].Value = ((int)(Original_Y2312200.Value)); } else { - this.Adapter.InsertCommand.Parameters[101].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[504].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[505].Value = global::System.DBNull.Value; } - if ((Y1708200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[102].Value = ((int)(Y1708200.Value)); + if ((Original_Y2312300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[506].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[507].Value = ((int)(Original_Y2312300.Value)); } else { - this.Adapter.InsertCommand.Parameters[102].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[506].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[507].Value = global::System.DBNull.Value; } - if ((Y1708300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[103].Value = ((int)(Y1708300.Value)); + if ((Original_Y2312400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[508].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[509].Value = ((int)(Original_Y2312400.Value)); } else { - this.Adapter.InsertCommand.Parameters[103].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[508].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[509].Value = global::System.DBNull.Value; } - if ((Y1708400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[104].Value = ((int)(Y1708400.Value)); + if ((Original_Y2312500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[510].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[511].Value = ((int)(Original_Y2312500.Value)); } else { - this.Adapter.InsertCommand.Parameters[104].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[510].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[511].Value = global::System.DBNull.Value; } - if ((Y1708500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[105].Value = ((int)(Y1708500.Value)); + if ((Original_Y2312600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[512].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[513].Value = ((int)(Original_Y2312600.Value)); } else { - this.Adapter.InsertCommand.Parameters[105].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[512].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[513].Value = global::System.DBNull.Value; } - if ((Y1708600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[106].Value = ((int)(Y1708600.Value)); + if ((Original_Y2312700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[514].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[515].Value = ((int)(Original_Y2312700.Value)); } else { - this.Adapter.InsertCommand.Parameters[106].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[514].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[515].Value = global::System.DBNull.Value; } - if ((Y1708700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[107].Value = ((int)(Y1708700.Value)); + if ((Original_Y2312800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[516].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[517].Value = ((int)(Original_Y2312800.Value)); } else { - this.Adapter.InsertCommand.Parameters[107].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[516].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[517].Value = global::System.DBNull.Value; } - if ((Y1708800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[108].Value = ((int)(Y1708800.Value)); + if ((Original_Y2312900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[518].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[519].Value = ((int)(Original_Y2312900.Value)); } else { - this.Adapter.InsertCommand.Parameters[108].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[518].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[519].Value = global::System.DBNull.Value; } - if ((Y1708900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[109].Value = ((int)(Y1708900.Value)); + if ((Original_Y2313000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[520].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[521].Value = ((int)(Original_Y2313000.Value)); } else { - this.Adapter.InsertCommand.Parameters[109].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[520].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[521].Value = global::System.DBNull.Value; } - if ((Y1709000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[110].Value = ((int)(Y1709000.Value)); + if ((Original_Y2313100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[522].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[523].Value = ((int)(Original_Y2313100.Value)); } else { - this.Adapter.InsertCommand.Parameters[110].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[522].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[523].Value = global::System.DBNull.Value; } - if ((Y1709100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[111].Value = ((int)(Y1709100.Value)); + if ((Original_Y2313200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[524].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[525].Value = ((int)(Original_Y2313200.Value)); } else { - this.Adapter.InsertCommand.Parameters[111].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[524].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[525].Value = global::System.DBNull.Value; } - if ((Y1709200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[112].Value = ((int)(Y1709200.Value)); + if ((Original_Y2313300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[526].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[527].Value = ((int)(Original_Y2313300.Value)); } else { - this.Adapter.InsertCommand.Parameters[112].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[526].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[527].Value = global::System.DBNull.Value; } - if ((Y1709300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[113].Value = ((int)(Y1709300.Value)); + if ((Original_Y2313400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[528].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[529].Value = ((int)(Original_Y2313400.Value)); } else { - this.Adapter.InsertCommand.Parameters[113].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[528].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[529].Value = global::System.DBNull.Value; } - if ((Y1948500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[114].Value = ((int)(Y1948500.Value)); + if ((Original_Y2313500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[530].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[531].Value = ((int)(Original_Y2313500.Value)); } else { - this.Adapter.InsertCommand.Parameters[114].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[530].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[531].Value = global::System.DBNull.Value; } - if ((Y1981600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[115].Value = ((int)(Y1981600.Value)); + if ((Original_Y2313600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[532].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[533].Value = ((int)(Original_Y2313600.Value)); } else { - this.Adapter.InsertCommand.Parameters[115].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[532].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[533].Value = global::System.DBNull.Value; } - if ((Y1981601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[116].Value = ((int)(Y1981601.Value)); + if ((Original_Y2313700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[534].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[535].Value = ((int)(Original_Y2313700.Value)); } else { - this.Adapter.InsertCommand.Parameters[116].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[534].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[535].Value = global::System.DBNull.Value; } - if ((Y1981602.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[117].Value = ((int)(Y1981602.Value)); + if ((Original_Y2567000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[536].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[537].Value = ((int)(Original_Y2567000.Value)); } else { - this.Adapter.InsertCommand.Parameters[117].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[536].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[537].Value = global::System.DBNull.Value; } - if ((Y1992900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[118].Value = ((int)(Y1992900.Value)); + if ((Original_Y2567100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[538].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[539].Value = ((int)(Original_Y2567100.Value)); } else { - this.Adapter.InsertCommand.Parameters[118].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[538].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[539].Value = global::System.DBNull.Value; } - if ((Y1993000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[119].Value = ((int)(Y1993000.Value)); + if ((Original_Y2567200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[540].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[541].Value = ((int)(Original_Y2567200.Value)); } else { - this.Adapter.InsertCommand.Parameters[119].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[540].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[541].Value = global::System.DBNull.Value; } - if ((Y1993100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[120].Value = ((int)(Y1993100.Value)); + if ((Original_Y2616000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[542].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[543].Value = ((int)(Original_Y2616000.Value)); } else { - this.Adapter.InsertCommand.Parameters[120].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[542].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[543].Value = global::System.DBNull.Value; } - if ((Y1993200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[121].Value = ((int)(Y1993200.Value)); + if ((Original_Y2633100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[544].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[545].Value = ((int)(Original_Y2633100.Value)); } else { - this.Adapter.InsertCommand.Parameters[121].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[544].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[545].Value = global::System.DBNull.Value; } - if ((Y1993300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[122].Value = ((int)(Y1993300.Value)); + if ((Original_Y2633101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[546].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[547].Value = ((int)(Original_Y2633101.Value)); } else { - this.Adapter.InsertCommand.Parameters[122].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[546].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[547].Value = global::System.DBNull.Value; } - if ((Y1993400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[123].Value = ((int)(Y1993400.Value)); + if ((Original_Y2633102.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[548].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[549].Value = ((int)(Original_Y2633102.Value)); } else { - this.Adapter.InsertCommand.Parameters[123].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[548].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[549].Value = global::System.DBNull.Value; } - if ((Y1993500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[124].Value = ((int)(Y1993500.Value)); + if ((Original_Y2644500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[550].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[551].Value = ((int)(Original_Y2644500.Value)); } else { - this.Adapter.InsertCommand.Parameters[124].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[550].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[551].Value = global::System.DBNull.Value; } - if ((Y1993600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[125].Value = ((int)(Y1993600.Value)); + if ((Original_Y2644600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[552].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[553].Value = ((int)(Original_Y2644600.Value)); } else { - this.Adapter.InsertCommand.Parameters[125].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[552].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[553].Value = global::System.DBNull.Value; } - if ((Y1993700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[126].Value = ((int)(Y1993700.Value)); + if ((Original_Y2644700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[554].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[555].Value = ((int)(Original_Y2644700.Value)); } else { - this.Adapter.InsertCommand.Parameters[126].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[554].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[555].Value = global::System.DBNull.Value; } - if ((Y1993800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[127].Value = ((int)(Y1993800.Value)); + if ((Original_Y2644800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[556].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[557].Value = ((int)(Original_Y2644800.Value)); } else { - this.Adapter.InsertCommand.Parameters[127].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[556].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[557].Value = global::System.DBNull.Value; } - if ((Y1993900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[128].Value = ((int)(Y1993900.Value)); + if ((Original_Y2644900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[558].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[559].Value = ((int)(Original_Y2644900.Value)); } else { - this.Adapter.InsertCommand.Parameters[128].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[558].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[559].Value = global::System.DBNull.Value; } - if ((Y1994000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[129].Value = ((int)(Y1994000.Value)); + if ((Original_Y2645000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[560].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[561].Value = ((int)(Original_Y2645000.Value)); } else { - this.Adapter.InsertCommand.Parameters[129].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[560].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[561].Value = global::System.DBNull.Value; } - if ((Y1994100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[130].Value = ((int)(Y1994100.Value)); + if ((Original_Y2645100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[562].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[563].Value = ((int)(Original_Y2645100.Value)); } else { - this.Adapter.InsertCommand.Parameters[130].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[562].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[563].Value = global::System.DBNull.Value; } - if ((Y1994200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[131].Value = ((int)(Y1994200.Value)); + if ((Original_Y2645200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[564].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[565].Value = ((int)(Original_Y2645200.Value)); } else { - this.Adapter.InsertCommand.Parameters[131].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[564].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[565].Value = global::System.DBNull.Value; } - if ((Y1994300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[132].Value = ((int)(Y1994300.Value)); + if ((Original_Y2645300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[566].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[567].Value = ((int)(Original_Y2645300.Value)); } else { - this.Adapter.InsertCommand.Parameters[132].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[566].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[567].Value = global::System.DBNull.Value; } - if ((Y1994400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[133].Value = ((int)(Y1994400.Value)); + if ((Original_Y2645400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[568].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[569].Value = ((int)(Original_Y2645400.Value)); } else { - this.Adapter.InsertCommand.Parameters[133].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[568].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[569].Value = global::System.DBNull.Value; } - if ((Y1994500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[134].Value = ((int)(Y1994500.Value)); + if ((Original_Y2645500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[570].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[571].Value = ((int)(Original_Y2645500.Value)); } else { - this.Adapter.InsertCommand.Parameters[134].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[570].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[571].Value = global::System.DBNull.Value; } - if ((Y1994600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[135].Value = ((int)(Y1994600.Value)); + if ((Original_Y2645600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[572].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[573].Value = ((int)(Original_Y2645600.Value)); } else { - this.Adapter.InsertCommand.Parameters[135].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[572].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[573].Value = global::System.DBNull.Value; } - if ((Y1994700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[136].Value = ((int)(Y1994700.Value)); + if ((Original_Y2645700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[574].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[575].Value = ((int)(Original_Y2645700.Value)); } else { - this.Adapter.InsertCommand.Parameters[136].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[574].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[575].Value = global::System.DBNull.Value; } - if ((Y1994800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[137].Value = ((int)(Y1994800.Value)); + if ((Original_Y2645800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[576].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[577].Value = ((int)(Original_Y2645800.Value)); } else { - this.Adapter.InsertCommand.Parameters[137].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[576].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[577].Value = global::System.DBNull.Value; } - if ((Y1994900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[138].Value = ((int)(Y1994900.Value)); + if ((Original_Y2645900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[578].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[579].Value = ((int)(Original_Y2645900.Value)); } else { - this.Adapter.InsertCommand.Parameters[138].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[578].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[579].Value = global::System.DBNull.Value; } - if ((Y2148600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[139].Value = ((int)(Y2148600.Value)); + if ((Original_Y2646000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[580].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[581].Value = ((int)(Original_Y2646000.Value)); } else { - this.Adapter.InsertCommand.Parameters[139].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[580].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[581].Value = global::System.DBNull.Value; } - if ((Y2267100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[140].Value = ((int)(Y2267100.Value)); + if ((Original_Y2646100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[582].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[583].Value = ((int)(Original_Y2646100.Value)); } else { - this.Adapter.InsertCommand.Parameters[140].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[582].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[583].Value = global::System.DBNull.Value; } - if ((Y2300400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[141].Value = ((int)(Y2300400.Value)); + if ((Original_Y2646200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[584].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[585].Value = ((int)(Original_Y2646200.Value)); } else { - this.Adapter.InsertCommand.Parameters[141].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[584].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[585].Value = global::System.DBNull.Value; } - if ((Y2300401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[142].Value = ((int)(Y2300401.Value)); + if ((Original_Y2646300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[586].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[587].Value = ((int)(Original_Y2646300.Value)); } else { - this.Adapter.InsertCommand.Parameters[142].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[586].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[587].Value = global::System.DBNull.Value; } - if ((Y2300402.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[143].Value = ((int)(Y2300402.Value)); + if ((Original_Y2646400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[588].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[589].Value = ((int)(Original_Y2646400.Value)); } else { - this.Adapter.InsertCommand.Parameters[143].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[588].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[589].Value = global::System.DBNull.Value; } - if ((Y2311700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[144].Value = ((int)(Y2311700.Value)); + if ((Original_Y2966400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[590].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[591].Value = ((int)(Original_Y2966400.Value)); } else { - this.Adapter.InsertCommand.Parameters[144].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[590].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[591].Value = global::System.DBNull.Value; } - if ((Y2311800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[145].Value = ((int)(Y2311800.Value)); + if ((Original_Y2990500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[592].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[593].Value = ((int)(Original_Y2990500.Value)); } else { - this.Adapter.InsertCommand.Parameters[145].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[592].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[593].Value = global::System.DBNull.Value; } - if ((Y2311900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[146].Value = ((int)(Y2311900.Value)); + if ((Original_Y2990501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[594].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[595].Value = ((int)(Original_Y2990501.Value)); } else { - this.Adapter.InsertCommand.Parameters[146].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[594].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[595].Value = global::System.DBNull.Value; } - if ((Y2312000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[147].Value = ((int)(Y2312000.Value)); + if ((Original_Y2990502.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[596].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[597].Value = ((int)(Original_Y2990502.Value)); } else { - this.Adapter.InsertCommand.Parameters[147].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[596].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[597].Value = global::System.DBNull.Value; } - if ((Y2312100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[148].Value = ((int)(Y2312100.Value)); + if ((Original_Y3002700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[598].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[599].Value = ((int)(Original_Y3002700.Value)); } else { - this.Adapter.InsertCommand.Parameters[148].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[598].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[599].Value = global::System.DBNull.Value; } - if ((Y2312200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[149].Value = ((int)(Y2312200.Value)); + if ((Original_Y3002800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[600].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[601].Value = ((int)(Original_Y3002800.Value)); } else { - this.Adapter.InsertCommand.Parameters[149].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[600].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[601].Value = global::System.DBNull.Value; } - if ((Y2312300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[150].Value = ((int)(Y2312300.Value)); + if ((Original_Y3002900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[602].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[603].Value = ((int)(Original_Y3002900.Value)); } else { - this.Adapter.InsertCommand.Parameters[150].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[602].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[603].Value = global::System.DBNull.Value; } - if ((Y2312400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[151].Value = ((int)(Y2312400.Value)); + if ((Original_Y3003000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[604].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[605].Value = ((int)(Original_Y3003000.Value)); } else { - this.Adapter.InsertCommand.Parameters[151].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[604].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[605].Value = global::System.DBNull.Value; } - if ((Y2312500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[152].Value = ((int)(Y2312500.Value)); + if ((Original_Y3003100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[606].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[607].Value = ((int)(Original_Y3003100.Value)); } else { - this.Adapter.InsertCommand.Parameters[152].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[606].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[607].Value = global::System.DBNull.Value; } - if ((Y2312600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[153].Value = ((int)(Y2312600.Value)); + if ((Original_Y3003200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[608].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[609].Value = ((int)(Original_Y3003200.Value)); } else { - this.Adapter.InsertCommand.Parameters[153].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[608].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[609].Value = global::System.DBNull.Value; } - if ((Y2312700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[154].Value = ((int)(Y2312700.Value)); + if ((Original_Y3003300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[610].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[611].Value = ((int)(Original_Y3003300.Value)); } else { - this.Adapter.InsertCommand.Parameters[154].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[610].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[611].Value = global::System.DBNull.Value; } - if ((Y2312800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[155].Value = ((int)(Y2312800.Value)); + if ((Original_Y3003400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[612].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[613].Value = ((int)(Original_Y3003400.Value)); } else { - this.Adapter.InsertCommand.Parameters[155].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[612].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[613].Value = global::System.DBNull.Value; } - if ((Y2312900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[156].Value = ((int)(Y2312900.Value)); + if ((Original_Y3003500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[614].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[615].Value = ((int)(Original_Y3003500.Value)); } else { - this.Adapter.InsertCommand.Parameters[156].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[614].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[615].Value = global::System.DBNull.Value; } - if ((Y2313000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[157].Value = ((int)(Y2313000.Value)); + if ((Original_Y3003600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[616].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[617].Value = ((int)(Original_Y3003600.Value)); } else { - this.Adapter.InsertCommand.Parameters[157].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[616].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[617].Value = global::System.DBNull.Value; } - if ((Y2313100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[158].Value = ((int)(Y2313100.Value)); + if ((Original_Y3331900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[618].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[619].Value = ((int)(Original_Y3331900.Value)); } else { - this.Adapter.InsertCommand.Parameters[158].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[618].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[619].Value = global::System.DBNull.Value; } - if ((Y2313200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[159].Value = ((int)(Y2313200.Value)); + 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(); } - else { - this.Adapter.InsertCommand.Parameters[159].Value = global::System.DBNull.Value; + try { + int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); + return returnValue; } - if ((Y2313300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[160].Value = ((int)(Y2313300.Value)); + finally { + if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { + this.Adapter.UpdateCommand.Connection.Close(); + } } - else { - this.Adapter.InsertCommand.Parameters[160].Value = global::System.DBNull.Value; + } + } + + /// + ///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 tblGen1LinksTableAdapter : 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 tblGen1LinksTableAdapter() { + 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; } - if ((Y2313400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[161].Value = ((int)(Y2313400.Value)); + } + + [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; } - else { - this.Adapter.InsertCommand.Parameters[161].Value = global::System.DBNull.Value; + 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; + } + } } - if ((Y2313500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[162].Value = ((int)(Y2313500.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; } - else { - this.Adapter.InsertCommand.Parameters[162].Value = global::System.DBNull.Value; + 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; + } } - if ((Y2313600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[163].Value = ((int)(Y2313600.Value)); + } + + [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; } - else { - this.Adapter.InsertCommand.Parameters[163].Value = global::System.DBNull.Value; + } + + [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 = "tblGen1Links"; + tableMapping.ColumnMappings.Add("R0000100", "R0000100"); + tableMapping.ColumnMappings.Add("R0000149", "R0000149"); + tableMapping.ColumnMappings.Add("R0000300", "R0000300"); + tableMapping.ColumnMappings.Add("R0000500", "R0000500"); + tableMapping.ColumnMappings.Add("R0009100", "R0009100"); + tableMapping.ColumnMappings.Add("R0009300", "R0009300"); + tableMapping.ColumnMappings.Add("R0172500", "R0172500"); + tableMapping.ColumnMappings.Add("R0172600", "R0172600"); + tableMapping.ColumnMappings.Add("R0173600", "R0173600"); + tableMapping.ColumnMappings.Add("R0214700", "R0214700"); + tableMapping.ColumnMappings.Add("R0214800", "R0214800"); + tableMapping.ColumnMappings.Add("R0216500", "R0216500"); + tableMapping.ColumnMappings.Add("R0329200", "R0329200"); + tableMapping.ColumnMappings.Add("R0329210", "R0329210"); + tableMapping.ColumnMappings.Add("R0406510", "R0406510"); + tableMapping.ColumnMappings.Add("R0410100", "R0410100"); + tableMapping.ColumnMappings.Add("R0410300", "R0410300"); + tableMapping.ColumnMappings.Add("R0530700", "R0530700"); + tableMapping.ColumnMappings.Add("R0530800", "R0530800"); + tableMapping.ColumnMappings.Add("R0619010", "R0619010"); + tableMapping.ColumnMappings.Add("R0809900", "R0809900"); + tableMapping.ColumnMappings.Add("R0810000", "R0810000"); + tableMapping.ColumnMappings.Add("R0898310", "R0898310"); + tableMapping.ColumnMappings.Add("R1045700", "R1045700"); + tableMapping.ColumnMappings.Add("R1045800", "R1045800"); + tableMapping.ColumnMappings.Add("R1145110", "R1145110"); + tableMapping.ColumnMappings.Add("R1427500", "R1427500"); + tableMapping.ColumnMappings.Add("R1427600", "R1427600"); + tableMapping.ColumnMappings.Add("R1520310", "R1520310"); + tableMapping.ColumnMappings.Add("R1774100", "R1774100"); + tableMapping.ColumnMappings.Add("R1774200", "R1774200"); + tableMapping.ColumnMappings.Add("R1794600", "R1794600"); + tableMapping.ColumnMappings.Add("R1794700", "R1794700"); + tableMapping.ColumnMappings.Add("R1891010", "R1891010"); + tableMapping.ColumnMappings.Add("R2156200", "R2156200"); + tableMapping.ColumnMappings.Add("R2156300", "R2156300"); + tableMapping.ColumnMappings.Add("R2258110", "R2258110"); + tableMapping.ColumnMappings.Add("R2365700", "R2365700"); + tableMapping.ColumnMappings.Add("R2365800", "R2365800"); + tableMapping.ColumnMappings.Add("R2445510", "R2445510"); + tableMapping.ColumnMappings.Add("R2742500", "R2742500"); + tableMapping.ColumnMappings.Add("R2742600", "R2742600"); + tableMapping.ColumnMappings.Add("R2871300", "R2871300"); + tableMapping.ColumnMappings.Add("R2986100", "R2986100"); + tableMapping.ColumnMappings.Add("R2986200", "R2986200"); + tableMapping.ColumnMappings.Add("R3075000", "R3075000"); + tableMapping.ColumnMappings.Add("R3302500", "R3302500"); + tableMapping.ColumnMappings.Add("R3302600", "R3302600"); + tableMapping.ColumnMappings.Add("R3401700", "R3401700"); + tableMapping.ColumnMappings.Add("R3573400", "R3573400"); + tableMapping.ColumnMappings.Add("R3573500", "R3573500"); + tableMapping.ColumnMappings.Add("R3657100", "R3657100"); + tableMapping.ColumnMappings.Add("R3917600", "R3917600"); + tableMapping.ColumnMappings.Add("R3917700", "R3917700"); + tableMapping.ColumnMappings.Add("R4007600", "R4007600"); + tableMapping.ColumnMappings.Add("R4100200", "R4100200"); + tableMapping.ColumnMappings.Add("R4100201", "R4100201"); + tableMapping.ColumnMappings.Add("R4100202", "R4100202"); + tableMapping.ColumnMappings.Add("R4418700", "R4418700"); + tableMapping.ColumnMappings.Add("R4500200", "R4500200"); + tableMapping.ColumnMappings.Add("R4500201", "R4500201"); + tableMapping.ColumnMappings.Add("R4500202", "R4500202"); + tableMapping.ColumnMappings.Add("R5081700", "R5081700"); + tableMapping.ColumnMappings.Add("R5167000", "R5167000"); + tableMapping.ColumnMappings.Add("R5200200", "R5200200"); + tableMapping.ColumnMappings.Add("R5200201", "R5200201"); + tableMapping.ColumnMappings.Add("R5200202", "R5200202"); + tableMapping.ColumnMappings.Add("R6435300", "R6435300"); + tableMapping.ColumnMappings.Add("R6435301", "R6435301"); + tableMapping.ColumnMappings.Add("R6435302", "R6435302"); + tableMapping.ColumnMappings.Add("R6479800", "R6479800"); + tableMapping.ColumnMappings.Add("R6963300", "R6963300"); + tableMapping.ColumnMappings.Add("R6963301", "R6963301"); + tableMapping.ColumnMappings.Add("R6963302", "R6963302"); + tableMapping.ColumnMappings.Add("R7007500", "R7007500"); + tableMapping.ColumnMappings.Add("R7656300", "R7656300"); + tableMapping.ColumnMappings.Add("R7656301", "R7656301"); + tableMapping.ColumnMappings.Add("R7656302", "R7656302"); + tableMapping.ColumnMappings.Add("R7704800", "R7704800"); + tableMapping.ColumnMappings.Add("R7800500", "R7800500"); + tableMapping.ColumnMappings.Add("R7800501", "R7800501"); + tableMapping.ColumnMappings.Add("R7800502", "R7800502"); + tableMapping.ColumnMappings.Add("R8497200", "R8497200"); + tableMapping.ColumnMappings.Add("R9908000", "R9908000"); + tableMapping.ColumnMappings.Add("T0000900", "T0000900"); + tableMapping.ColumnMappings.Add("T0000901", "T0000901"); + tableMapping.ColumnMappings.Add("T0000902", "T0000902"); + tableMapping.ColumnMappings.Add("T0989000", "T0989000"); + tableMapping.ColumnMappings.Add("T1200700", "T1200700"); + tableMapping.ColumnMappings.Add("T1200701", "T1200701"); + tableMapping.ColumnMappings.Add("T1200702", "T1200702"); + tableMapping.ColumnMappings.Add("T2210800", "T2210800"); + tableMapping.ColumnMappings.Add("T2260600", "T2260600"); + tableMapping.ColumnMappings.Add("T2260601", "T2260601"); + tableMapping.ColumnMappings.Add("T2260602", "T2260602"); + tableMapping.ColumnMappings.Add("T2763400", "T2763400"); + tableMapping.ColumnMappings.Add("T2763500", "T2763500"); + tableMapping.ColumnMappings.Add("T2763600", "T2763600"); + tableMapping.ColumnMappings.Add("T2763700", "T2763700"); + tableMapping.ColumnMappings.Add("T2763800", "T2763800"); + tableMapping.ColumnMappings.Add("T2763900", "T2763900"); + tableMapping.ColumnMappings.Add("T2764000", "T2764000"); + tableMapping.ColumnMappings.Add("T3108700", "T3108700"); + tableMapping.ColumnMappings.Add("T3195600", "T3195600"); + tableMapping.ColumnMappings.Add("T3195601", "T3195601"); + tableMapping.ColumnMappings.Add("T3195602", "T3195602"); + tableMapping.ColumnMappings.Add("T3729600", "T3729600"); + tableMapping.ColumnMappings.Add("T3729700", "T3729700"); + tableMapping.ColumnMappings.Add("T3729800", "T3729800"); + tableMapping.ColumnMappings.Add("T3729900", "T3729900"); + tableMapping.ColumnMappings.Add("T3730000", "T3730000"); + tableMapping.ColumnMappings.Add("T3730100", "T3730100"); + tableMapping.ColumnMappings.Add("T4113200", "T4113200"); + tableMapping.ColumnMappings.Add("T4181100", "T4181100"); + tableMapping.ColumnMappings.Add("T4181101", "T4181101"); + tableMapping.ColumnMappings.Add("T4181102", "T4181102"); + tableMapping.ColumnMappings.Add("T5023600", "T5023600"); + 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 [Extract].[tblGen1Links] WHERE (([R0000100] = @Original_R0000100) AND" + + " ((@IsNull_R0000149 = 1 AND [R0000149] IS NULL) OR ([R0000149] = @Original_R0000" + + "149)) AND ((@IsNull_R0000300 = 1 AND [R0000300] IS NULL) OR ([R0000300] = @Origi" + + "nal_R0000300)) AND ((@IsNull_R0000500 = 1 AND [R0000500] IS NULL) OR ([R0000500]" + + " = @Original_R0000500)) AND ((@IsNull_R0009100 = 1 AND [R0009100] IS NULL) OR ([" + + "R0009100] = @Original_R0009100)) AND ((@IsNull_R0009300 = 1 AND [R0009300] IS NU" + + "LL) OR ([R0009300] = @Original_R0009300)) AND ((@IsNull_R0172500 = 1 AND [R01725" + + "00] IS NULL) OR ([R0172500] = @Original_R0172500)) AND ((@IsNull_R0172600 = 1 AN" + + "D [R0172600] IS NULL) OR ([R0172600] = @Original_R0172600)) AND ((@IsNull_R01736" + + "00 = 1 AND [R0173600] IS NULL) OR ([R0173600] = @Original_R0173600)) AND ((@IsNu" + + "ll_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0214700)) AN" + + "D ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R021" + + "4800)) AND ((@IsNull_R0216500 = 1 AND [R0216500] IS NULL) OR ([R0216500] = @Orig" + + "inal_R0216500)) AND ((@IsNull_R0329200 = 1 AND [R0329200] IS NULL) OR ([R0329200" + + "] = @Original_R0329200)) AND ((@IsNull_R0329210 = 1 AND [R0329210] IS NULL) OR (" + + "[R0329210] = @Original_R0329210)) AND ((@IsNull_R0406510 = 1 AND [R0406510] IS N" + + "ULL) OR ([R0406510] = @Original_R0406510)) AND ((@IsNull_R0410100 = 1 AND [R0410" + + "100] IS NULL) OR ([R0410100] = @Original_R0410100)) AND ((@IsNull_R0410300 = 1 A" + + "ND [R0410300] IS NULL) OR ([R0410300] = @Original_R0410300)) AND ((@IsNull_R0530" + + "700 = 1 AND [R0530700] IS NULL) OR ([R0530700] = @Original_R0530700)) AND ((@IsN" + + "ull_R0530800 = 1 AND [R0530800] IS NULL) OR ([R0530800] = @Original_R0530800)) A" + + "ND ((@IsNull_R0619010 = 1 AND [R0619010] IS NULL) OR ([R0619010] = @Original_R06" + + "19010)) AND ((@IsNull_R0809900 = 1 AND [R0809900] IS NULL) OR ([R0809900] = @Ori" + + "ginal_R0809900)) AND ((@IsNull_R0810000 = 1 AND [R0810000] IS NULL) OR ([R081000" + + "0] = @Original_R0810000)) AND ((@IsNull_R0898310 = 1 AND [R0898310] IS NULL) OR " + + "([R0898310] = @Original_R0898310)) AND ((@IsNull_R1045700 = 1 AND [R1045700] IS " + + "NULL) OR ([R1045700] = @Original_R1045700)) AND ((@IsNull_R1045800 = 1 AND [R104" + + "5800] IS NULL) OR ([R1045800] = @Original_R1045800)) AND ((@IsNull_R1145110 = 1 " + + "AND [R1145110] IS NULL) OR ([R1145110] = @Original_R1145110)) AND ((@IsNull_R142" + + "7500 = 1 AND [R1427500] IS NULL) OR ([R1427500] = @Original_R1427500)) AND ((@Is" + + "Null_R1427600 = 1 AND [R1427600] IS NULL) OR ([R1427600] = @Original_R1427600)) " + + "AND ((@IsNull_R1520310 = 1 AND [R1520310] IS NULL) OR ([R1520310] = @Original_R1" + + "520310)) AND ((@IsNull_R1774100 = 1 AND [R1774100] IS NULL) OR ([R1774100] = @Or" + + "iginal_R1774100)) AND ((@IsNull_R1774200 = 1 AND [R1774200] IS NULL) OR ([R17742" + + "00] = @Original_R1774200)) AND ((@IsNull_R1794600 = 1 AND [R1794600] IS NULL) OR" + + " ([R1794600] = @Original_R1794600)) AND ((@IsNull_R1794700 = 1 AND [R1794700] IS" + + " NULL) OR ([R1794700] = @Original_R1794700)) AND ((@IsNull_R1891010 = 1 AND [R18" + + "91010] IS NULL) OR ([R1891010] = @Original_R1891010)) AND ((@IsNull_R2156200 = 1" + + " AND [R2156200] IS NULL) OR ([R2156200] = @Original_R2156200)) AND ((@IsNull_R21" + + "56300 = 1 AND [R2156300] IS NULL) OR ([R2156300] = @Original_R2156300)) AND ((@I" + + "sNull_R2258110 = 1 AND [R2258110] IS NULL) OR ([R2258110] = @Original_R2258110))" + + " AND ((@IsNull_R2365700 = 1 AND [R2365700] IS NULL) OR ([R2365700] = @Original_R" + + "2365700)) AND ((@IsNull_R2365800 = 1 AND [R2365800] IS NULL) OR ([R2365800] = @O" + + "riginal_R2365800)) AND ((@IsNull_R2445510 = 1 AND [R2445510] IS NULL) OR ([R2445" + + "510] = @Original_R2445510)) AND ((@IsNull_R2742500 = 1 AND [R2742500] IS NULL) O" + + "R ([R2742500] = @Original_R2742500)) AND ((@IsNull_R2742600 = 1 AND [R2742600] I" + + "S NULL) OR ([R2742600] = @Original_R2742600)) AND ((@IsNull_R2871300 = 1 AND [R2" + + "871300] IS NULL) OR ([R2871300] = @Original_R2871300)) AND ((@IsNull_R2986100 = " + + "1 AND [R2986100] IS NULL) OR ([R2986100] = @Original_R2986100)) AND ((@IsNull_R2" + + "986200 = 1 AND [R2986200] IS NULL) OR ([R2986200] = @Original_R2986200)) AND ((@" + + "IsNull_R3075000 = 1 AND [R3075000] IS NULL) OR ([R3075000] = @Original_R3075000)" + + ") AND ((@IsNull_R3302500 = 1 AND [R3302500] IS NULL) OR ([R3302500] = @Original_" + + "R3302500)) AND ((@IsNull_R3302600 = 1 AND [R3302600] IS NULL) OR ([R3302600] = @" + + "Original_R3302600)) AND ((@IsNull_R3401700 = 1 AND [R3401700] IS NULL) OR ([R340" + + "1700] = @Original_R3401700)) AND ((@IsNull_R3573400 = 1 AND [R3573400] IS NULL) " + + "OR ([R3573400] = @Original_R3573400)) AND ((@IsNull_R3573500 = 1 AND [R3573500] " + + "IS NULL) OR ([R3573500] = @Original_R3573500)) AND ((@IsNull_R3657100 = 1 AND [R" + + "3657100] IS NULL) OR ([R3657100] = @Original_R3657100)) AND ((@IsNull_R3917600 =" + + " 1 AND [R3917600] IS NULL) OR ([R3917600] = @Original_R3917600)) AND ((@IsNull_R" + + "3917700 = 1 AND [R3917700] IS NULL) OR ([R3917700] = @Original_R3917700)) AND ((" + + "@IsNull_R4007600 = 1 AND [R4007600] IS NULL) OR ([R4007600] = @Original_R4007600" + + ")) AND ((@IsNull_R4100200 = 1 AND [R4100200] IS NULL) OR ([R4100200] = @Original" + + "_R4100200)) AND ((@IsNull_R4100201 = 1 AND [R4100201] IS NULL) OR ([R4100201] = " + + "@Original_R4100201)) AND ((@IsNull_R4100202 = 1 AND [R4100202] IS NULL) OR ([R41" + + "00202] = @Original_R4100202)) AND ((@IsNull_R4418700 = 1 AND [R4418700] IS NULL)" + + " OR ([R4418700] = @Original_R4418700)) AND ((@IsNull_R4500200 = 1 AND [R4500200]" + + " IS NULL) OR ([R4500200] = @Original_R4500200)) AND ((@IsNull_R4500201 = 1 AND [" + + "R4500201] IS NULL) OR ([R4500201] = @Original_R4500201)) AND ((@IsNull_R4500202 " + + "= 1 AND [R4500202] IS NULL) OR ([R4500202] = @Original_R4500202)) AND ((@IsNull_" + + "R5081700 = 1 AND [R5081700] IS NULL) OR ([R5081700] = @Original_R5081700)) AND (" + + "(@IsNull_R5167000 = 1 AND [R5167000] IS NULL) OR ([R5167000] = @Original_R516700" + + "0)) AND ((@IsNull_R5200200 = 1 AND [R5200200] IS NULL) OR ([R5200200] = @Origina" + + "l_R5200200)) AND ((@IsNull_R5200201 = 1 AND [R5200201] IS NULL) OR ([R5200201] =" + + " @Original_R5200201)) AND ((@IsNull_R5200202 = 1 AND [R5200202] IS NULL) OR ([R5" + + "200202] = @Original_R5200202)) AND ((@IsNull_R6435300 = 1 AND [R6435300] IS NULL" + + ") OR ([R6435300] = @Original_R6435300)) AND ((@IsNull_R6435301 = 1 AND [R6435301" + + "] IS NULL) OR ([R6435301] = @Original_R6435301)) AND ((@IsNull_R6435302 = 1 AND " + + "[R6435302] IS NULL) OR ([R6435302] = @Original_R6435302)) AND ((@IsNull_R6479800" + + " = 1 AND [R6479800] IS NULL) OR ([R6479800] = @Original_R6479800)) AND ((@IsNull" + + "_R6963300 = 1 AND [R6963300] IS NULL) OR ([R6963300] = @Original_R6963300)) AND " + + "((@IsNull_R6963301 = 1 AND [R6963301] IS NULL) OR ([R6963301] = @Original_R69633" + + "01)) AND ((@IsNull_R6963302 = 1 AND [R6963302] IS NULL) OR ([R6963302] = @Origin" + + "al_R6963302)) AND ((@IsNull_R7007500 = 1 AND [R7007500] IS NULL) OR ([R7007500] " + + "= @Original_R7007500)) AND ((@IsNull_R7656300 = 1 AND [R7656300] IS NULL) OR ([R" + + "7656300] = @Original_R7656300)) AND ((@IsNull_R7656301 = 1 AND [R7656301] IS NUL" + + "L) OR ([R7656301] = @Original_R7656301)) AND ((@IsNull_R7656302 = 1 AND [R765630" + + "2] IS NULL) OR ([R7656302] = @Original_R7656302)) AND ((@IsNull_R7704800 = 1 AND" + + " [R7704800] IS NULL) OR ([R7704800] = @Original_R7704800)) AND ((@IsNull_R780050" + + "0 = 1 AND [R7800500] IS NULL) OR ([R7800500] = @Original_R7800500)) AND ((@IsNul" + + "l_R7800501 = 1 AND [R7800501] IS NULL) OR ([R7800501] = @Original_R7800501)) AND" + + " ((@IsNull_R7800502 = 1 AND [R7800502] IS NULL) OR ([R7800502] = @Original_R7800" + + "502)) AND ((@IsNull_R8497200 = 1 AND [R8497200] IS NULL) OR ([R8497200] = @Origi" + + "nal_R8497200)) AND ((@IsNull_R9908000 = 1 AND [R9908000] IS NULL) OR ([R9908000]" + + " = @Original_R9908000)) AND ((@IsNull_T0000900 = 1 AND [T0000900] IS NULL) OR ([" + + "T0000900] = @Original_T0000900)) AND ((@IsNull_T0000901 = 1 AND [T0000901] IS NU" + + "LL) OR ([T0000901] = @Original_T0000901)) AND ((@IsNull_T0000902 = 1 AND [T00009" + + "02] IS NULL) OR ([T0000902] = @Original_T0000902)) AND ((@IsNull_T0989000 = 1 AN" + + "D [T0989000] IS NULL) OR ([T0989000] = @Original_T0989000)) AND ((@IsNull_T12007" + + "00 = 1 AND [T1200700] IS NULL) OR ([T1200700] = @Original_T1200700)) AND ((@IsNu" + + "ll_T1200701 = 1 AND [T1200701] IS NULL) OR ([T1200701] = @Original_T1200701)) AN" + + "D ((@IsNull_T1200702 = 1 AND [T1200702] IS NULL) OR ([T1200702] = @Original_T120" + + "0702)) AND ((@IsNull_T2210800 = 1 AND [T2210800] IS NULL) OR ([T2210800] = @Orig" + + "inal_T2210800)) AND ((@IsNull_T2260600 = 1 AND [T2260600] IS NULL) OR ([T2260600" + + "] = @Original_T2260600)) AND ((@IsNull_T2260601 = 1 AND [T2260601] IS NULL) OR (" + + "[T2260601] = @Original_T2260601)) AND ((@IsNull_T2260602 = 1 AND [T2260602] IS N" + + "ULL) OR ([T2260602] = @Original_T2260602)) AND ((@IsNull_T2763400 = 1 AND [T2763" + + "400] IS NULL) OR ([T2763400] = @Original_T2763400)) AND ((@IsNull_T2763500 = 1 A" + + "ND [T2763500] IS NULL) OR ([T2763500] = @Original_T2763500)) AND ((@IsNull_T2763" + + "600 = 1 AND [T2763600] IS NULL) OR ([T2763600] = @Original_T2763600)) AND ((@IsN" + + "ull_T2763700 = 1 AND [T2763700] IS NULL) OR ([T2763700] = @Original_T2763700)) A" + + "ND ((@IsNull_T2763800 = 1 AND [T2763800] IS NULL) OR ([T2763800] = @Original_T27" + + "63800)) AND ((@IsNull_T2763900 = 1 AND [T2763900] IS NULL) OR ([T2763900] = @Ori" + + "ginal_T2763900)) AND ((@IsNull_T2764000 = 1 AND [T2764000] IS NULL) OR ([T276400" + + "0] = @Original_T2764000)) AND ((@IsNull_T3108700 = 1 AND [T3108700] IS NULL) OR " + + "([T3108700] = @Original_T3108700)) AND ((@IsNull_T3195600 = 1 AND [T3195600] IS " + + "NULL) OR ([T3195600] = @Original_T3195600)) AND ((@IsNull_T3195601 = 1 AND [T319" + + "5601] IS NULL) OR ([T3195601] = @Original_T3195601)) AND ((@IsNull_T3195602 = 1 " + + "AND [T3195602] IS NULL) OR ([T3195602] = @Original_T3195602)) AND ((@IsNull_T372" + + "9600 = 1 AND [T3729600] IS NULL) OR ([T3729600] = @Original_T3729600)) AND ((@Is" + + "Null_T3729700 = 1 AND [T3729700] IS NULL) OR ([T3729700] = @Original_T3729700)) " + + "AND ((@IsNull_T3729800 = 1 AND [T3729800] IS NULL) OR ([T3729800] = @Original_T3" + + "729800)) AND ((@IsNull_T3729900 = 1 AND [T3729900] IS NULL) OR ([T3729900] = @Or" + + "iginal_T3729900)) AND ((@IsNull_T3730000 = 1 AND [T3730000] IS NULL) OR ([T37300" + + "00] = @Original_T3730000)) AND ((@IsNull_T3730100 = 1 AND [T3730100] IS NULL) OR" + + " ([T3730100] = @Original_T3730100)) AND ((@IsNull_T4113200 = 1 AND [T4113200] IS" + + " NULL) OR ([T4113200] = @Original_T4113200)) AND ((@IsNull_T4181100 = 1 AND [T41" + + "81100] IS NULL) OR ([T4181100] = @Original_T4181100)) AND ((@IsNull_T4181101 = 1" + + " AND [T4181101] IS NULL) OR ([T4181101] = @Original_T4181101)) AND ((@IsNull_T41" + + "81102 = 1 AND [T4181102] IS NULL) OR ([T4181102] = @Original_T4181102)) AND ((@I" + + "sNull_T5023600 = 1 AND [T5023600] IS NULL) OR ([T5023600] = @Original_T5023600))" + + ")"; + this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000149", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000149", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000149", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000149", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0009100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0009100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0009300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0009300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0172500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0172500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0172500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0172500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0172600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0172600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0172600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0172600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0173600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0173600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0173600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0173600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0216500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0216500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0216500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0216500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0329200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0329200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0329200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0329200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0329210", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0329210", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0329210", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0329210", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0406510", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0406510", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0406510", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0406510", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0410100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0410100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0410100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0410100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0410300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0410300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0410300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0410300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0530700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0530700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0530700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0530700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0530800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0530800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0530800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0530800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0619010", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0619010", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0619010", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0619010", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0809900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0809900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0809900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0809900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0810000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0810000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0810000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0810000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0898310", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0898310", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0898310", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0898310", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1045700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1045700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1045700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1045700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1045800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1045800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1045800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1045800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1145110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1145110", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1145110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1145110", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1427500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1427500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1427500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1427500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1427600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1427600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1427600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1427600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1520310", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1520310", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1520310", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1520310", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1794600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1794600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1794600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1794600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1794700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1794700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1794700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1794700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1891010", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1891010", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1891010", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1891010", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2156200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2156200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2156200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2156200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2156300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2156300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2156300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2156300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2258110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2258110", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2258110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2258110", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2365700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2365700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2365700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2365700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2365800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2365800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2365800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2365800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2445510", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2445510", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2445510", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2445510", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2742500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2742500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2742500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2742500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2742600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2742600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2742600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2742600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2871300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2871300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2871300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2871300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2986100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2986100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2986100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2986100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2986200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2986200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3075000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3075000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3075000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3075000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3302500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3302500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3302500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3302500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3302600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3302600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3302600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3302600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3401700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3401700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3401700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3401700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3573400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3573400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3573400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3573400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3573500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3573500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3573500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3573500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3657100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3657100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3657100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3657100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3917600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3917600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3917600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3917600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3917700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3917700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3917700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3917700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4007600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4007600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4100200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4100200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4100201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4100201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4100202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100202", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4100202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100202", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4418700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4418700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4418700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4418700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4500200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4500200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4500201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4500201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4500202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500202", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4500202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500202", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5081700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5081700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5081700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5081700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5167000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5167000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5167000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5167000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5200200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5200200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5200201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5200201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5200202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200202", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5200202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200202", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6435300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6435300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6435301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6435301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6435302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435302", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6435302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435302", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6479800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6479800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6479800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6479800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6963300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6963300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6963301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6963301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6963302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963302", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6963302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963302", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7007500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7007500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7007500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7007500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7656300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7656300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7656301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7656301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7656302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656302", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7656302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656302", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7704800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7704800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7704800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7704800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7800500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7800500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7800501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7800501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7800502", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800502", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7800502", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800502", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8497200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8497200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9908000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9908000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9908000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9908000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0000900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0000900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0000901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0000901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0000902", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000902", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0000902", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000902", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0989000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0989000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0989000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0989000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1200700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1200700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1200701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1200701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1200702", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200702", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1200702", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200702", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2210800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2210800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2210800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2210800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2260600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2260600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2260601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2260601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2260602", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260602", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2260602", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260602", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2763400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2763400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2763500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2763500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2763600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2763600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2763700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2763700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2763800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2763800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2763900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2763900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2764000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2764000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3108700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3108700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3108700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3108700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3195600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3195600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3195601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3195601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3195602", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195602", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3195602", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195602", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3729600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3729600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3729700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3729700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3729800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3729800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3729900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3729900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3730000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3730000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3730100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3730100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4113200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4113200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4113200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4113200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4181100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4181100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4181101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4181101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4181102", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181102", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4181102", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181102", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T5023600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T5023600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T5023600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T5023600", 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 [Extract].[tblGen1Links] ([R0000100], [R0000149], [R0000300], [R00005" + + "00], [R0009100], [R0009300], [R0172500], [R0172600], [R0173600], [R0214700], [R0" + + "214800], [R0216500], [R0329200], [R0329210], [R0406510], [R0410100], [R0410300]," + + " [R0530700], [R0530800], [R0619010], [R0809900], [R0810000], [R0898310], [R10457" + + "00], [R1045800], [R1145110], [R1427500], [R1427600], [R1520310], [R1774100], [R1" + + "774200], [R1794600], [R1794700], [R1891010], [R2156200], [R2156300], [R2258110]," + + " [R2365700], [R2365800], [R2445510], [R2742500], [R2742600], [R2871300], [R29861" + + "00], [R2986200], [R3075000], [R3302500], [R3302600], [R3401700], [R3573400], [R3" + + "573500], [R3657100], [R3917600], [R3917700], [R4007600], [R4100200], [R4100201]," + + " [R4100202], [R4418700], [R4500200], [R4500201], [R4500202], [R5081700], [R51670" + + "00], [R5200200], [R5200201], [R5200202], [R6435300], [R6435301], [R6435302], [R6" + + "479800], [R6963300], [R6963301], [R6963302], [R7007500], [R7656300], [R7656301]," + + " [R7656302], [R7704800], [R7800500], [R7800501], [R7800502], [R8497200], [R99080" + + "00], [T0000900], [T0000901], [T0000902], [T0989000], [T1200700], [T1200701], [T1" + + "200702], [T2210800], [T2260600], [T2260601], [T2260602], [T2763400], [T2763500]," + + " [T2763600], [T2763700], [T2763800], [T2763900], [T2764000], [T3108700], [T31956" + + "00], [T3195601], [T3195602], [T3729600], [T3729700], [T3729800], [T3729900], [T3" + + "730000], [T3730100], [T4113200], [T4181100], [T4181101], [T4181102], [T5023600])" + + " VALUES (@R0000100, @R0000149, @R0000300, @R0000500, @R0009100, @R0009300, @R017" + + "2500, @R0172600, @R0173600, @R0214700, @R0214800, @R0216500, @R0329200, @R032921" + + "0, @R0406510, @R0410100, @R0410300, @R0530700, @R0530800, @R0619010, @R0809900, " + + "@R0810000, @R0898310, @R1045700, @R1045800, @R1145110, @R1427500, @R1427600, @R1" + + "520310, @R1774100, @R1774200, @R1794600, @R1794700, @R1891010, @R2156200, @R2156" + + "300, @R2258110, @R2365700, @R2365800, @R2445510, @R2742500, @R2742600, @R2871300" + + ", @R2986100, @R2986200, @R3075000, @R3302500, @R3302600, @R3401700, @R3573400, @" + + "R3573500, @R3657100, @R3917600, @R3917700, @R4007600, @R4100200, @R4100201, @R41" + + "00202, @R4418700, @R4500200, @R4500201, @R4500202, @R5081700, @R5167000, @R52002" + + "00, @R5200201, @R5200202, @R6435300, @R6435301, @R6435302, @R6479800, @R6963300," + + " @R6963301, @R6963302, @R7007500, @R7656300, @R7656301, @R7656302, @R7704800, @R" + + "7800500, @R7800501, @R7800502, @R8497200, @R9908000, @T0000900, @T0000901, @T000" + + "0902, @T0989000, @T1200700, @T1200701, @T1200702, @T2210800, @T2260600, @T226060" + + "1, @T2260602, @T2763400, @T2763500, @T2763600, @T2763700, @T2763800, @T2763900, " + + "@T2764000, @T3108700, @T3195600, @T3195601, @T3195602, @T3729600, @T3729700, @T3" + + "729800, @T3729900, @T3730000, @T3730100, @T4113200, @T4181100, @T4181101, @T4181" + + "102, @T5023600);\r\nSELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009" + + "300, R0172500, R0172600, R0173600, R0214700, R0214800, R0216500, R0329200, R0329" + + "210, R0406510, R0410100, R0410300, R0530700, R0530800, R0619010, R0809900, R0810" + + "000, R0898310, R1045700, R1045800, R1145110, R1427500, R1427600, R1520310, R1774" + + "100, R1774200, R1794600, R1794700, R1891010, R2156200, R2156300, R2258110, R2365" + + "700, R2365800, R2445510, R2742500, R2742600, R2871300, R2986100, R2986200, R3075" + + "000, R3302500, R3302600, R3401700, R3573400, R3573500, R3657100, R3917600, R3917" + + "700, R4007600, R4100200, R4100201, R4100202, R4418700, R4500200, R4500201, R4500" + + "202, R5081700, R5167000, R5200200, R5200201, R5200202, R6435300, R6435301, R6435" + + "302, R6479800, R6963300, R6963301, R6963302, R7007500, R7656300, R7656301, R7656" + + "302, R7704800, R7800500, R7800501, R7800502, R8497200, R9908000, T0000900, T0000" + + "901, T0000902, T0989000, T1200700, T1200701, T1200702, T2210800, T2260600, T2260" + + "601, T2260602, T2763400, T2763500, T2763600, T2763700, T2763800, T2763900, T2764" + + "000, T3108700, T3195600, T3195601, T3195602, T3729600, T3729700, T3729800, T3729" + + "900, T3730000, T3730100, T4113200, T4181100, T4181101, T4181102, T5023600 FROM E" + + "xtract.tblGen1Links WHERE (R0000100 = @R0000100)"; + this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000149", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000149", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0009100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0009300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0172500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0172500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0172600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0172600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0173600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0173600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0216500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0216500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0329200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0329200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0329210", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0329210", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0406510", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0406510", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0410100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0410100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0410300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0410300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0530700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0530700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0530800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0530800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0619010", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0619010", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0809900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0809900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0810000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0810000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0898310", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0898310", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1045700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1045700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1045800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1045800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1145110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1145110", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1427500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1427500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1427600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1427600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1520310", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1520310", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1794600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1794600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1794700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1794700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1891010", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1891010", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2156200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2156200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2156300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2156300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2258110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2258110", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2365700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2365700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2365800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2365800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2445510", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2445510", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2742500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2742500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2742600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2742600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2871300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2871300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2986100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2986100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2986200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3075000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3075000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3302500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3302500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3302600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3302600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3401700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3401700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3573400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3573400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3573500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3573500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3657100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3657100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3917600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3917600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3917700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3917700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4007600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4100200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4100201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4100202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100202", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4418700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4418700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4500200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4500201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4500202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500202", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5081700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5081700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5167000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5167000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5200200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5200201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5200202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200202", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6435300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6435301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6435302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435302", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6479800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6479800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6963300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6963301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6963302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963302", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7007500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7007500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7656300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7656301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7656302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656302", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7704800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7704800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7800500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7800501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7800502", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800502", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8497200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9908000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9908000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0000900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0000901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0000902", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000902", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0989000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0989000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1200700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1200701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1200702", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200702", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2210800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2210800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2260600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2260601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2260602", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260602", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2764000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3108700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3108700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3195600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3195601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3195602", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195602", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3729600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3729700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3729800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3729900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3730000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3730100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4113200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4113200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4181100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4181101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4181102", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181102", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T5023600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T5023600", 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 [Extract].[tblGen1Links] SET [R0000100] = @R0000100, [R0000149] = @R000014" + + "9, [R0000300] = @R0000300, [R0000500] = @R0000500, [R0009100] = @R0009100, [R000" + + "9300] = @R0009300, [R0172500] = @R0172500, [R0172600] = @R0172600, [R0173600] = " + + "@R0173600, [R0214700] = @R0214700, [R0214800] = @R0214800, [R0216500] = @R021650" + + "0, [R0329200] = @R0329200, [R0329210] = @R0329210, [R0406510] = @R0406510, [R041" + + "0100] = @R0410100, [R0410300] = @R0410300, [R0530700] = @R0530700, [R0530800] = " + + "@R0530800, [R0619010] = @R0619010, [R0809900] = @R0809900, [R0810000] = @R081000" + + "0, [R0898310] = @R0898310, [R1045700] = @R1045700, [R1045800] = @R1045800, [R114" + + "5110] = @R1145110, [R1427500] = @R1427500, [R1427600] = @R1427600, [R1520310] = " + + "@R1520310, [R1774100] = @R1774100, [R1774200] = @R1774200, [R1794600] = @R179460" + + "0, [R1794700] = @R1794700, [R1891010] = @R1891010, [R2156200] = @R2156200, [R215" + + "6300] = @R2156300, [R2258110] = @R2258110, [R2365700] = @R2365700, [R2365800] = " + + "@R2365800, [R2445510] = @R2445510, [R2742500] = @R2742500, [R2742600] = @R274260" + + "0, [R2871300] = @R2871300, [R2986100] = @R2986100, [R2986200] = @R2986200, [R307" + + "5000] = @R3075000, [R3302500] = @R3302500, [R3302600] = @R3302600, [R3401700] = " + + "@R3401700, [R3573400] = @R3573400, [R3573500] = @R3573500, [R3657100] = @R365710" + + "0, [R3917600] = @R3917600, [R3917700] = @R3917700, [R4007600] = @R4007600, [R410" + + "0200] = @R4100200, [R4100201] = @R4100201, [R4100202] = @R4100202, [R4418700] = " + + "@R4418700, [R4500200] = @R4500200, [R4500201] = @R4500201, [R4500202] = @R450020" + + "2, [R5081700] = @R5081700, [R5167000] = @R5167000, [R5200200] = @R5200200, [R520" + + "0201] = @R5200201, [R5200202] = @R5200202, [R6435300] = @R6435300, [R6435301] = " + + "@R6435301, [R6435302] = @R6435302, [R6479800] = @R6479800, [R6963300] = @R696330" + + "0, [R6963301] = @R6963301, [R6963302] = @R6963302, [R7007500] = @R7007500, [R765" + + "6300] = @R7656300, [R7656301] = @R7656301, [R7656302] = @R7656302, [R7704800] = " + + "@R7704800, [R7800500] = @R7800500, [R7800501] = @R7800501, [R7800502] = @R780050" + + "2, [R8497200] = @R8497200, [R9908000] = @R9908000, [T0000900] = @T0000900, [T000" + + "0901] = @T0000901, [T0000902] = @T0000902, [T0989000] = @T0989000, [T1200700] = " + + "@T1200700, [T1200701] = @T1200701, [T1200702] = @T1200702, [T2210800] = @T221080" + + "0, [T2260600] = @T2260600, [T2260601] = @T2260601, [T2260602] = @T2260602, [T276" + + "3400] = @T2763400, [T2763500] = @T2763500, [T2763600] = @T2763600, [T2763700] = " + + "@T2763700, [T2763800] = @T2763800, [T2763900] = @T2763900, [T2764000] = @T276400" + + "0, [T3108700] = @T3108700, [T3195600] = @T3195600, [T3195601] = @T3195601, [T319" + + "5602] = @T3195602, [T3729600] = @T3729600, [T3729700] = @T3729700, [T3729800] = " + + "@T3729800, [T3729900] = @T3729900, [T3730000] = @T3730000, [T3730100] = @T373010" + + "0, [T4113200] = @T4113200, [T4181100] = @T4181100, [T4181101] = @T4181101, [T418" + + "1102] = @T4181102, [T5023600] = @T5023600 WHERE (([R0000100] = @Original_R000010" + + "0) AND ((@IsNull_R0000149 = 1 AND [R0000149] IS NULL) OR ([R0000149] = @Original" + + "_R0000149)) AND ((@IsNull_R0000300 = 1 AND [R0000300] IS NULL) OR ([R0000300] = " + + "@Original_R0000300)) AND ((@IsNull_R0000500 = 1 AND [R0000500] IS NULL) OR ([R00" + + "00500] = @Original_R0000500)) AND ((@IsNull_R0009100 = 1 AND [R0009100] IS NULL)" + + " OR ([R0009100] = @Original_R0009100)) AND ((@IsNull_R0009300 = 1 AND [R0009300]" + + " IS NULL) OR ([R0009300] = @Original_R0009300)) AND ((@IsNull_R0172500 = 1 AND [" + + "R0172500] IS NULL) OR ([R0172500] = @Original_R0172500)) AND ((@IsNull_R0172600 " + + "= 1 AND [R0172600] IS NULL) OR ([R0172600] = @Original_R0172600)) AND ((@IsNull_" + + "R0173600 = 1 AND [R0173600] IS NULL) OR ([R0173600] = @Original_R0173600)) AND (" + + "(@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R021470" + + "0)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Origina" + + "l_R0214800)) AND ((@IsNull_R0216500 = 1 AND [R0216500] IS NULL) OR ([R0216500] =" + + " @Original_R0216500)) AND ((@IsNull_R0329200 = 1 AND [R0329200] IS NULL) OR ([R0" + + "329200] = @Original_R0329200)) AND ((@IsNull_R0329210 = 1 AND [R0329210] IS NULL" + + ") OR ([R0329210] = @Original_R0329210)) AND ((@IsNull_R0406510 = 1 AND [R0406510" + + "] IS NULL) OR ([R0406510] = @Original_R0406510)) AND ((@IsNull_R0410100 = 1 AND " + + "[R0410100] IS NULL) OR ([R0410100] = @Original_R0410100)) AND ((@IsNull_R0410300" + + " = 1 AND [R0410300] IS NULL) OR ([R0410300] = @Original_R0410300)) AND ((@IsNull" + + "_R0530700 = 1 AND [R0530700] IS NULL) OR ([R0530700] = @Original_R0530700)) AND " + + "((@IsNull_R0530800 = 1 AND [R0530800] IS NULL) OR ([R0530800] = @Original_R05308" + + "00)) AND ((@IsNull_R0619010 = 1 AND [R0619010] IS NULL) OR ([R0619010] = @Origin" + + "al_R0619010)) AND ((@IsNull_R0809900 = 1 AND [R0809900] IS NULL) OR ([R0809900] " + + "= @Original_R0809900)) AND ((@IsNull_R0810000 = 1 AND [R0810000] IS NULL) OR ([R" + + "0810000] = @Original_R0810000)) AND ((@IsNull_R0898310 = 1 AND [R0898310] IS NUL" + + "L) OR ([R0898310] = @Original_R0898310)) AND ((@IsNull_R1045700 = 1 AND [R104570" + + "0] IS NULL) OR ([R1045700] = @Original_R1045700)) AND ((@IsNull_R1045800 = 1 AND" + + " [R1045800] IS NULL) OR ([R1045800] = @Original_R1045800)) AND ((@IsNull_R114511" + + "0 = 1 AND [R1145110] IS NULL) OR ([R1145110] = @Original_R1145110)) AND ((@IsNul" + + "l_R1427500 = 1 AND [R1427500] IS NULL) OR ([R1427500] = @Original_R1427500)) AND" + + " ((@IsNull_R1427600 = 1 AND [R1427600] IS NULL) OR ([R1427600] = @Original_R1427" + + "600)) AND ((@IsNull_R1520310 = 1 AND [R1520310] IS NULL) OR ([R1520310] = @Origi" + + "nal_R1520310)) AND ((@IsNull_R1774100 = 1 AND [R1774100] IS NULL) OR ([R1774100]" + + " = @Original_R1774100)) AND ((@IsNull_R1774200 = 1 AND [R1774200] IS NULL) OR ([" + + "R1774200] = @Original_R1774200)) AND ((@IsNull_R1794600 = 1 AND [R1794600] IS NU" + + "LL) OR ([R1794600] = @Original_R1794600)) AND ((@IsNull_R1794700 = 1 AND [R17947" + + "00] IS NULL) OR ([R1794700] = @Original_R1794700)) AND ((@IsNull_R1891010 = 1 AN" + + "D [R1891010] IS NULL) OR ([R1891010] = @Original_R1891010)) AND ((@IsNull_R21562" + + "00 = 1 AND [R2156200] IS NULL) OR ([R2156200] = @Original_R2156200)) AND ((@IsNu" + + "ll_R2156300 = 1 AND [R2156300] IS NULL) OR ([R2156300] = @Original_R2156300)) AN" + + "D ((@IsNull_R2258110 = 1 AND [R2258110] IS NULL) OR ([R2258110] = @Original_R225" + + "8110)) AND ((@IsNull_R2365700 = 1 AND [R2365700] IS NULL) OR ([R2365700] = @Orig" + + "inal_R2365700)) AND ((@IsNull_R2365800 = 1 AND [R2365800] IS NULL) OR ([R2365800" + + "] = @Original_R2365800)) AND ((@IsNull_R2445510 = 1 AND [R2445510] IS NULL) OR (" + + "[R2445510] = @Original_R2445510)) AND ((@IsNull_R2742500 = 1 AND [R2742500] IS N" + + "ULL) OR ([R2742500] = @Original_R2742500)) AND ((@IsNull_R2742600 = 1 AND [R2742" + + "600] IS NULL) OR ([R2742600] = @Original_R2742600)) AND ((@IsNull_R2871300 = 1 A" + + "ND [R2871300] IS NULL) OR ([R2871300] = @Original_R2871300)) AND ((@IsNull_R2986" + + "100 = 1 AND [R2986100] IS NULL) OR ([R2986100] = @Original_R2986100)) AND ((@IsN" + + "ull_R2986200 = 1 AND [R2986200] IS NULL) OR ([R2986200] = @Original_R2986200)) A" + + "ND ((@IsNull_R3075000 = 1 AND [R3075000] IS NULL) OR ([R3075000] = @Original_R30" + + "75000)) AND ((@IsNull_R3302500 = 1 AND [R3302500] IS NULL) OR ([R3302500] = @Ori" + + "ginal_R3302500)) AND ((@IsNull_R3302600 = 1 AND [R3302600] IS NULL) OR ([R330260" + + "0] = @Original_R3302600)) AND ((@IsNull_R3401700 = 1 AND [R3401700] IS NULL) OR " + + "([R3401700] = @Original_R3401700)) AND ((@IsNull_R3573400 = 1 AND [R3573400] IS " + + "NULL) OR ([R3573400] = @Original_R3573400)) AND ((@IsNull_R3573500 = 1 AND [R357" + + "3500] IS NULL) OR ([R3573500] = @Original_R3573500)) AND ((@IsNull_R3657100 = 1 " + + "AND [R3657100] IS NULL) OR ([R3657100] = @Original_R3657100)) AND ((@IsNull_R391" + + "7600 = 1 AND [R3917600] IS NULL) OR ([R3917600] = @Original_R3917600)) AND ((@Is" + + "Null_R3917700 = 1 AND [R3917700] IS NULL) OR ([R3917700] = @Original_R3917700)) " + + "AND ((@IsNull_R4007600 = 1 AND [R4007600] IS NULL) OR ([R4007600] = @Original_R4" + + "007600)) AND ((@IsNull_R4100200 = 1 AND [R4100200] IS NULL) OR ([R4100200] = @Or" + + "iginal_R4100200)) AND ((@IsNull_R4100201 = 1 AND [R4100201] IS NULL) OR ([R41002" + + "01] = @Original_R4100201)) AND ((@IsNull_R4100202 = 1 AND [R4100202] IS NULL) OR" + + " ([R4100202] = @Original_R4100202)) AND ((@IsNull_R4418700 = 1 AND [R4418700] IS" + + " NULL) OR ([R4418700] = @Original_R4418700)) AND ((@IsNull_R4500200 = 1 AND [R45" + + "00200] IS NULL) OR ([R4500200] = @Original_R4500200)) AND ((@IsNull_R4500201 = 1" + + " AND [R4500201] IS NULL) OR ([R4500201] = @Original_R4500201)) AND ((@IsNull_R45" + + "00202 = 1 AND [R4500202] IS NULL) OR ([R4500202] = @Original_R4500202)) AND ((@I" + + "sNull_R5081700 = 1 AND [R5081700] IS NULL) OR ([R5081700] = @Original_R5081700))" + + " AND ((@IsNull_R5167000 = 1 AND [R5167000] IS NULL) OR ([R5167000] = @Original_R" + + "5167000)) AND ((@IsNull_R5200200 = 1 AND [R5200200] IS NULL) OR ([R5200200] = @O" + + "riginal_R5200200)) AND ((@IsNull_R5200201 = 1 AND [R5200201] IS NULL) OR ([R5200" + + "201] = @Original_R5200201)) AND ((@IsNull_R5200202 = 1 AND [R5200202] IS NULL) O" + + "R ([R5200202] = @Original_R5200202)) AND ((@IsNull_R6435300 = 1 AND [R6435300] I" + + "S NULL) OR ([R6435300] = @Original_R6435300)) AND ((@IsNull_R6435301 = 1 AND [R6" + + "435301] IS NULL) OR ([R6435301] = @Original_R6435301)) AND ((@IsNull_R6435302 = " + + "1 AND [R6435302] IS NULL) OR ([R6435302] = @Original_R6435302)) AND ((@IsNull_R6" + + "479800 = 1 AND [R6479800] IS NULL) OR ([R6479800] = @Original_R6479800)) AND ((@" + + "IsNull_R6963300 = 1 AND [R6963300] IS NULL) OR ([R6963300] = @Original_R6963300)" + + ") AND ((@IsNull_R6963301 = 1 AND [R6963301] IS NULL) OR ([R6963301] = @Original_" + + "R6963301)) AND ((@IsNull_R6963302 = 1 AND [R6963302] IS NULL) OR ([R6963302] = @" + + "Original_R6963302)) AND ((@IsNull_R7007500 = 1 AND [R7007500] IS NULL) OR ([R700" + + "7500] = @Original_R7007500)) AND ((@IsNull_R7656300 = 1 AND [R7656300] IS NULL) " + + "OR ([R7656300] = @Original_R7656300)) AND ((@IsNull_R7656301 = 1 AND [R7656301] " + + "IS NULL) OR ([R7656301] = @Original_R7656301)) AND ((@IsNull_R7656302 = 1 AND [R" + + "7656302] IS NULL) OR ([R7656302] = @Original_R7656302)) AND ((@IsNull_R7704800 =" + + " 1 AND [R7704800] IS NULL) OR ([R7704800] = @Original_R7704800)) AND ((@IsNull_R" + + "7800500 = 1 AND [R7800500] IS NULL) OR ([R7800500] = @Original_R7800500)) AND ((" + + "@IsNull_R7800501 = 1 AND [R7800501] IS NULL) OR ([R7800501] = @Original_R7800501" + + ")) AND ((@IsNull_R7800502 = 1 AND [R7800502] IS NULL) OR ([R7800502] = @Original" + + "_R7800502)) AND ((@IsNull_R8497200 = 1 AND [R8497200] IS NULL) OR ([R8497200] = " + + "@Original_R8497200)) AND ((@IsNull_R9908000 = 1 AND [R9908000] IS NULL) OR ([R99" + + "08000] = @Original_R9908000)) AND ((@IsNull_T0000900 = 1 AND [T0000900] IS NULL)" + + " OR ([T0000900] = @Original_T0000900)) AND ((@IsNull_T0000901 = 1 AND [T0000901]" + + " IS NULL) OR ([T0000901] = @Original_T0000901)) AND ((@IsNull_T0000902 = 1 AND [" + + "T0000902] IS NULL) OR ([T0000902] = @Original_T0000902)) AND ((@IsNull_T0989000 " + + "= 1 AND [T0989000] IS NULL) OR ([T0989000] = @Original_T0989000)) AND ((@IsNull_" + + "T1200700 = 1 AND [T1200700] IS NULL) OR ([T1200700] = @Original_T1200700)) AND (" + + "(@IsNull_T1200701 = 1 AND [T1200701] IS NULL) OR ([T1200701] = @Original_T120070" + + "1)) AND ((@IsNull_T1200702 = 1 AND [T1200702] IS NULL) OR ([T1200702] = @Origina" + + "l_T1200702)) AND ((@IsNull_T2210800 = 1 AND [T2210800] IS NULL) OR ([T2210800] =" + + " @Original_T2210800)) AND ((@IsNull_T2260600 = 1 AND [T2260600] IS NULL) OR ([T2" + + "260600] = @Original_T2260600)) AND ((@IsNull_T2260601 = 1 AND [T2260601] IS NULL" + + ") OR ([T2260601] = @Original_T2260601)) AND ((@IsNull_T2260602 = 1 AND [T2260602" + + "] IS NULL) OR ([T2260602] = @Original_T2260602)) AND ((@IsNull_T2763400 = 1 AND " + + "[T2763400] IS NULL) OR ([T2763400] = @Original_T2763400)) AND ((@IsNull_T2763500" + + " = 1 AND [T2763500] IS NULL) OR ([T2763500] = @Original_T2763500)) AND ((@IsNull" + + "_T2763600 = 1 AND [T2763600] IS NULL) OR ([T2763600] = @Original_T2763600)) AND " + + "((@IsNull_T2763700 = 1 AND [T2763700] IS NULL) OR ([T2763700] = @Original_T27637" + + "00)) AND ((@IsNull_T2763800 = 1 AND [T2763800] IS NULL) OR ([T2763800] = @Origin" + + "al_T2763800)) AND ((@IsNull_T2763900 = 1 AND [T2763900] IS NULL) OR ([T2763900] " + + "= @Original_T2763900)) AND ((@IsNull_T2764000 = 1 AND [T2764000] IS NULL) OR ([T" + + "2764000] = @Original_T2764000)) AND ((@IsNull_T3108700 = 1 AND [T3108700] IS NUL" + + "L) OR ([T3108700] = @Original_T3108700)) AND ((@IsNull_T3195600 = 1 AND [T319560" + + "0] IS NULL) OR ([T3195600] = @Original_T3195600)) AND ((@IsNull_T3195601 = 1 AND" + + " [T3195601] IS NULL) OR ([T3195601] = @Original_T3195601)) AND ((@IsNull_T319560" + + "2 = 1 AND [T3195602] IS NULL) OR ([T3195602] = @Original_T3195602)) AND ((@IsNul" + + "l_T3729600 = 1 AND [T3729600] IS NULL) OR ([T3729600] = @Original_T3729600)) AND" + + " ((@IsNull_T3729700 = 1 AND [T3729700] IS NULL) OR ([T3729700] = @Original_T3729" + + "700)) AND ((@IsNull_T3729800 = 1 AND [T3729800] IS NULL) OR ([T3729800] = @Origi" + + "nal_T3729800)) AND ((@IsNull_T3729900 = 1 AND [T3729900] IS NULL) OR ([T3729900]" + + " = @Original_T3729900)) AND ((@IsNull_T3730000 = 1 AND [T3730000] IS NULL) OR ([" + + "T3730000] = @Original_T3730000)) AND ((@IsNull_T3730100 = 1 AND [T3730100] IS NU" + + "LL) OR ([T3730100] = @Original_T3730100)) AND ((@IsNull_T4113200 = 1 AND [T41132" + + "00] IS NULL) OR ([T4113200] = @Original_T4113200)) AND ((@IsNull_T4181100 = 1 AN" + + "D [T4181100] IS NULL) OR ([T4181100] = @Original_T4181100)) AND ((@IsNull_T41811" + + "01 = 1 AND [T4181101] IS NULL) OR ([T4181101] = @Original_T4181101)) AND ((@IsNu" + + "ll_T4181102 = 1 AND [T4181102] IS NULL) OR ([T4181102] = @Original_T4181102)) AN" + + "D ((@IsNull_T5023600 = 1 AND [T5023600] IS NULL) OR ([T5023600] = @Original_T502" + + "3600)));\r\nSELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R01" + + "72500, R0172600, R0173600, R0214700, R0214800, R0216500, R0329200, R0329210, R04" + + "06510, R0410100, R0410300, R0530700, R0530800, R0619010, R0809900, R0810000, R08" + + "98310, R1045700, R1045800, R1145110, R1427500, R1427600, R1520310, R1774100, R17" + + "74200, R1794600, R1794700, R1891010, R2156200, R2156300, R2258110, R2365700, R23" + + "65800, R2445510, R2742500, R2742600, R2871300, R2986100, R2986200, R3075000, R33" + + "02500, R3302600, R3401700, R3573400, R3573500, R3657100, R3917600, R3917700, R40" + + "07600, R4100200, R4100201, R4100202, R4418700, R4500200, R4500201, R4500202, R50" + + "81700, R5167000, R5200200, R5200201, R5200202, R6435300, R6435301, R6435302, R64" + + "79800, R6963300, R6963301, R6963302, R7007500, R7656300, R7656301, R7656302, R77" + + "04800, R7800500, R7800501, R7800502, R8497200, R9908000, T0000900, T0000901, T00" + + "00902, T0989000, T1200700, T1200701, T1200702, T2210800, T2260600, T2260601, T22" + + "60602, T2763400, T2763500, T2763600, T2763700, T2763800, T2763900, T2764000, T31" + + "08700, T3195600, T3195601, T3195602, T3729600, T3729700, T3729800, T3729900, T37" + + "30000, T3730100, T4113200, T4181100, T4181101, T4181102, T5023600 FROM Extract.t" + + "blGen1Links WHERE (R0000100 = @R0000100)"; + this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000149", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000149", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0009100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0009300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0172500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0172500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0172600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0172600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0173600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0173600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0216500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0216500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0329200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0329200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0329210", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0329210", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0406510", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0406510", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0410100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0410100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0410300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0410300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0530700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0530700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0530800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0530800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0619010", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0619010", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0809900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0809900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0810000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0810000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0898310", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0898310", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1045700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1045700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1045800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1045800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1145110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1145110", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1427500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1427500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1427600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1427600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1520310", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1520310", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1794600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1794600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1794700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1794700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1891010", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1891010", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2156200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2156200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2156300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2156300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2258110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2258110", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2365700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2365700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2365800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2365800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2445510", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2445510", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2742500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2742500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2742600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2742600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2871300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2871300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2986100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2986100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2986200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3075000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3075000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3302500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3302500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3302600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3302600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3401700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3401700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3573400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3573400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3573500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3573500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3657100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3657100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3917600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3917600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3917700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3917700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4007600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4100200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4100201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4100202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100202", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4418700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4418700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4500200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4500201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4500202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500202", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5081700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5081700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5167000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5167000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5200200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5200201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5200202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200202", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6435300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6435301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6435302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435302", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6479800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6479800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6963300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6963301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6963302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963302", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7007500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7007500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7656300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7656301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7656302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656302", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7704800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7704800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7800500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7800501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7800502", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800502", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8497200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9908000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9908000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0000900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0000901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0000902", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000902", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0989000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0989000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1200700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1200701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1200702", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200702", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2210800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2210800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2260600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2260601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2260602", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260602", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2764000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3108700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3108700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3195600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3195601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3195602", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195602", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3729600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3729700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3729800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3729900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3730000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3730100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4113200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4113200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4181100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4181101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4181102", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181102", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T5023600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T5023600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000149", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000149", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000149", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000149", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0009100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0009100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0009300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0009300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0172500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0172500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0172500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0172500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0172600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0172600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0172600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0172600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0173600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0173600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0173600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0173600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0216500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0216500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0216500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0216500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0329200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0329200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0329200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0329200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0329210", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0329210", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0329210", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0329210", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0406510", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0406510", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0406510", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0406510", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0410100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0410100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0410100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0410100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0410300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0410300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0410300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0410300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0530700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0530700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0530700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0530700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0530800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0530800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0530800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0530800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0619010", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0619010", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0619010", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0619010", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0809900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0809900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0809900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0809900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0810000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0810000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0810000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0810000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0898310", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0898310", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0898310", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0898310", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1045700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1045700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1045700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1045700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1045800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1045800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1045800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1045800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1145110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1145110", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1145110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1145110", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1427500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1427500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1427500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1427500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1427600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1427600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1427600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1427600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1520310", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1520310", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1520310", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1520310", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1794600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1794600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1794600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1794600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1794700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1794700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1794700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1794700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1891010", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1891010", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1891010", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1891010", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2156200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2156200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2156200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2156200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2156300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2156300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2156300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2156300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2258110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2258110", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2258110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2258110", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2365700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2365700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2365700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2365700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2365800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2365800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2365800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2365800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2445510", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2445510", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2445510", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2445510", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2742500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2742500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2742500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2742500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2742600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2742600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2742600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2742600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2871300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2871300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2871300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2871300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2986100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2986100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2986100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2986100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2986200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2986200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3075000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3075000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3075000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3075000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3302500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3302500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3302500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3302500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3302600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3302600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3302600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3302600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3401700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3401700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3401700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3401700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3573400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3573400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3573400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3573400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3573500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3573500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3573500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3573500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3657100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3657100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3657100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3657100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3917600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3917600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3917600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3917600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3917700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3917700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3917700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3917700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4007600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4007600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4100200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4100200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4100201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4100201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4100202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100202", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4100202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100202", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4418700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4418700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4418700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4418700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4500200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4500200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4500201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4500201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4500202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500202", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4500202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500202", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5081700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5081700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5081700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5081700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5167000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5167000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5167000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5167000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5200200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5200200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5200201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5200201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5200202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200202", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5200202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200202", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6435300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6435300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6435301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6435301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6435302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435302", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6435302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435302", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6479800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6479800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6479800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6479800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6963300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6963300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6963301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6963301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6963302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963302", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6963302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963302", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7007500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7007500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7007500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7007500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7656300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7656300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7656301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7656301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7656302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656302", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7656302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656302", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7704800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7704800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7704800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7704800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7800500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7800500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7800501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7800501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7800502", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800502", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7800502", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800502", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8497200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8497200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9908000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9908000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9908000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9908000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0000900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0000900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0000901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0000901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0000902", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000902", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0000902", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000902", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0989000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0989000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0989000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0989000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1200700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1200700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1200701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1200701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1200702", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200702", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1200702", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200702", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2210800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2210800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2210800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2210800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2260600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2260600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2260601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2260601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2260602", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260602", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2260602", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260602", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2763400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2763400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2763500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2763500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2763600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2763600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2763700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2763700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2763800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2763800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2763900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2763900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2764000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2764000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3108700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3108700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3108700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3108700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3195600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3195600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3195601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3195601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3195602", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195602", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3195602", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195602", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3729600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3729600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3729700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3729700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3729800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3729800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3729900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3729900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3730000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3730000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3730100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3730100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4113200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4113200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4113200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4113200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4181100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4181100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4181101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4181101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4181102", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181102", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4181102", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181102", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T5023600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T5023600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T5023600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T5023600", 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::Nls.Base79.Properties.Settings.Default.Nlsy79ConnectionStringBase; + } + + [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 R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R0172600, R0173600, R0214700, R0214800, R0216500, R0329200, R0329210, R0406510, R0410100, R0410300, R0530700, R0530800, R0619010, R0809900, R0810000, R0898310, R1045700, R1045800, R1145110, R1427500, R1427600, R1520310, R1774100, R1774200, R1794600, R1794700, R1891010, R2156200, R2156300, R2258110, R2365700, R2365800, R2445510, R2742500, R2742600, R2871300, R2986100, R2986200, R3075000, R3302500, R3302600, R3401700, R3573400, R3573500, R3657100, R3917600, R3917700, R4007600, R4100200, R4100201, R4100202, R4418700, R4500200, R4500201, R4500202, R5081700, R5167000, R5200200, R5200201, R5200202, R6435300, R6435301, R6435302, R6479800, R6963300, R6963301, R6963302, R7007500, R7656300, R7656301, R7656302, R7704800, R7800500, R7800501, R7800502, R8497200, R9908000, T0000900, T0000901, T0000902, T0989000, T1200700, T1200701, T1200702, T2210800, T2260600, T2260601, T2260602, T2763400, T2763500, T2763600, T2763700, T2763800, T2763900, T2764000, T3108700, T3195600, T3195601, T3195602, T3729600, T3729700, T3729800, T3729900, T3730000, T3730100, T4113200, T4181100, T4181101, T4181102, T5023600 FROM Extract.tblGen1Links"; + 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(ImportDataSet.tblGen1LinksDataTable dataTable) { + this.Adapter.SelectCommand = this.CommandCollection[0]; + if ((this.ClearBeforeFill == true)) { + dataTable.Clear(); } - if ((Y2313700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[164].Value = ((int)(Y2313700.Value)); + 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 ImportDataSet.tblGen1LinksDataTable GetData() { + this.Adapter.SelectCommand = this.CommandCollection[0]; + ImportDataSet.tblGen1LinksDataTable dataTable = new ImportDataSet.tblGen1LinksDataTable(); + 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(ImportDataSet.tblGen1LinksDataTable 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(ImportDataSet dataSet) { + return this.Adapter.Update(dataSet, "tblGen1Links"); + } + + [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( + int Original_R0000100, + global::System.Nullable Original_R0000149, + global::System.Nullable Original_R0000300, + global::System.Nullable Original_R0000500, + global::System.Nullable Original_R0009100, + global::System.Nullable Original_R0009300, + global::System.Nullable Original_R0172500, + global::System.Nullable Original_R0172600, + global::System.Nullable Original_R0173600, + global::System.Nullable Original_R0214700, + global::System.Nullable Original_R0214800, + global::System.Nullable Original_R0216500, + global::System.Nullable Original_R0329200, + global::System.Nullable Original_R0329210, + global::System.Nullable Original_R0406510, + global::System.Nullable Original_R0410100, + global::System.Nullable Original_R0410300, + global::System.Nullable Original_R0530700, + global::System.Nullable Original_R0530800, + global::System.Nullable Original_R0619010, + global::System.Nullable Original_R0809900, + global::System.Nullable Original_R0810000, + global::System.Nullable Original_R0898310, + global::System.Nullable Original_R1045700, + global::System.Nullable Original_R1045800, + global::System.Nullable Original_R1145110, + global::System.Nullable Original_R1427500, + global::System.Nullable Original_R1427600, + global::System.Nullable Original_R1520310, + global::System.Nullable Original_R1774100, + global::System.Nullable Original_R1774200, + global::System.Nullable Original_R1794600, + global::System.Nullable Original_R1794700, + global::System.Nullable Original_R1891010, + global::System.Nullable Original_R2156200, + global::System.Nullable Original_R2156300, + global::System.Nullable Original_R2258110, + global::System.Nullable Original_R2365700, + global::System.Nullable Original_R2365800, + global::System.Nullable Original_R2445510, + global::System.Nullable Original_R2742500, + global::System.Nullable Original_R2742600, + global::System.Nullable Original_R2871300, + global::System.Nullable Original_R2986100, + global::System.Nullable Original_R2986200, + global::System.Nullable Original_R3075000, + global::System.Nullable Original_R3302500, + global::System.Nullable Original_R3302600, + global::System.Nullable Original_R3401700, + global::System.Nullable Original_R3573400, + global::System.Nullable Original_R3573500, + global::System.Nullable Original_R3657100, + global::System.Nullable Original_R3917600, + global::System.Nullable Original_R3917700, + global::System.Nullable Original_R4007600, + global::System.Nullable Original_R4100200, + global::System.Nullable Original_R4100201, + global::System.Nullable Original_R4100202, + global::System.Nullable Original_R4418700, + global::System.Nullable Original_R4500200, + global::System.Nullable Original_R4500201, + global::System.Nullable Original_R4500202, + global::System.Nullable Original_R5081700, + global::System.Nullable Original_R5167000, + global::System.Nullable Original_R5200200, + global::System.Nullable Original_R5200201, + global::System.Nullable Original_R5200202, + global::System.Nullable Original_R6435300, + global::System.Nullable Original_R6435301, + global::System.Nullable Original_R6435302, + global::System.Nullable Original_R6479800, + global::System.Nullable Original_R6963300, + global::System.Nullable Original_R6963301, + global::System.Nullable Original_R6963302, + global::System.Nullable Original_R7007500, + global::System.Nullable Original_R7656300, + global::System.Nullable Original_R7656301, + global::System.Nullable Original_R7656302, + global::System.Nullable Original_R7704800, + global::System.Nullable Original_R7800500, + global::System.Nullable Original_R7800501, + global::System.Nullable Original_R7800502, + global::System.Nullable Original_R8497200, + global::System.Nullable Original_R9908000, + global::System.Nullable Original_T0000900, + global::System.Nullable Original_T0000901, + global::System.Nullable Original_T0000902, + global::System.Nullable Original_T0989000, + global::System.Nullable Original_T1200700, + global::System.Nullable Original_T1200701, + global::System.Nullable Original_T1200702, + global::System.Nullable Original_T2210800, + global::System.Nullable Original_T2260600, + global::System.Nullable Original_T2260601, + global::System.Nullable Original_T2260602, + global::System.Nullable Original_T2763400, + global::System.Nullable Original_T2763500, + global::System.Nullable Original_T2763600, + global::System.Nullable Original_T2763700, + global::System.Nullable Original_T2763800, + global::System.Nullable Original_T2763900, + global::System.Nullable Original_T2764000, + global::System.Nullable Original_T3108700, + global::System.Nullable Original_T3195600, + global::System.Nullable Original_T3195601, + global::System.Nullable Original_T3195602, + global::System.Nullable Original_T3729600, + global::System.Nullable Original_T3729700, + global::System.Nullable Original_T3729800, + global::System.Nullable Original_T3729900, + global::System.Nullable Original_T3730000, + global::System.Nullable Original_T3730100, + global::System.Nullable Original_T4113200, + global::System.Nullable Original_T4181100, + global::System.Nullable Original_T4181101, + global::System.Nullable Original_T4181102, + global::System.Nullable Original_T5023600) { + this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_R0000100)); + if ((Original_R0000149.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_R0000149.Value)); } else { - this.Adapter.InsertCommand.Parameters[164].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((Y2567000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[165].Value = ((int)(Y2567000.Value)); + if ((Original_R0000300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[4].Value = ((int)(Original_R0000300.Value)); } else { - this.Adapter.InsertCommand.Parameters[165].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((Y2567100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[166].Value = ((int)(Y2567100.Value)); + if ((Original_R0000500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_R0000500.Value)); } else { - this.Adapter.InsertCommand.Parameters[166].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((Y2567200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[167].Value = ((int)(Y2567200.Value)); + if ((Original_R0009100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[8].Value = ((int)(Original_R0009100.Value)); } else { - this.Adapter.InsertCommand.Parameters[167].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((Y2616000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[168].Value = ((int)(Y2616000.Value)); + if ((Original_R0009300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_R0009300.Value)); } else { - this.Adapter.InsertCommand.Parameters[168].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((Y2633100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[169].Value = ((int)(Y2633100.Value)); + if ((Original_R0172500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[12].Value = ((int)(Original_R0172500.Value)); } else { - this.Adapter.InsertCommand.Parameters[169].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((Y2633101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[170].Value = ((int)(Y2633101.Value)); + if ((Original_R0172600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[14].Value = ((int)(Original_R0172600.Value)); } else { - this.Adapter.InsertCommand.Parameters[170].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((Y2633102.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[171].Value = ((int)(Y2633102.Value)); + if ((Original_R0173600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[16].Value = ((int)(Original_R0173600.Value)); } else { - this.Adapter.InsertCommand.Parameters[171].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((Y2644500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[172].Value = ((int)(Y2644500.Value)); + if ((Original_R0214700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[18].Value = ((int)(Original_R0214700.Value)); } else { - this.Adapter.InsertCommand.Parameters[172].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((Y2644600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[173].Value = ((int)(Y2644600.Value)); + if ((Original_R0214800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[20].Value = ((int)(Original_R0214800.Value)); } else { - this.Adapter.InsertCommand.Parameters[173].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value; } - if ((Y2644700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[174].Value = ((int)(Y2644700.Value)); + if ((Original_R0216500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[22].Value = ((int)(Original_R0216500.Value)); } else { - this.Adapter.InsertCommand.Parameters[174].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((Y2644800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[175].Value = ((int)(Y2644800.Value)); + if ((Original_R0329200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[24].Value = ((int)(Original_R0329200.Value)); } else { - this.Adapter.InsertCommand.Parameters[175].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.Value; } - if ((Y2644900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[176].Value = ((int)(Y2644900.Value)); + if ((Original_R0329210.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[26].Value = ((int)(Original_R0329210.Value)); } else { - this.Adapter.InsertCommand.Parameters[176].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value; } - if ((Y2645000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[177].Value = ((int)(Y2645000.Value)); + if ((Original_R0406510.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[28].Value = ((int)(Original_R0406510.Value)); } else { - this.Adapter.InsertCommand.Parameters[177].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value; } - if ((Y2645100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[178].Value = ((int)(Y2645100.Value)); + if ((Original_R0410100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[30].Value = ((int)(Original_R0410100.Value)); } else { - this.Adapter.InsertCommand.Parameters[178].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.Value; } - if ((Y2645200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[179].Value = ((int)(Y2645200.Value)); + if ((Original_R0410300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[32].Value = ((int)(Original_R0410300.Value)); } else { - this.Adapter.InsertCommand.Parameters[179].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[32].Value = global::System.DBNull.Value; } - if ((Y2645300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[180].Value = ((int)(Y2645300.Value)); + if ((Original_R0530700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[34].Value = ((int)(Original_R0530700.Value)); } else { - this.Adapter.InsertCommand.Parameters[180].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.Value; } - if ((Y2645400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[181].Value = ((int)(Y2645400.Value)); + if ((Original_R0530800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[36].Value = ((int)(Original_R0530800.Value)); } else { - this.Adapter.InsertCommand.Parameters[181].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.Value; } - if ((Y2645500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[182].Value = ((int)(Y2645500.Value)); + if ((Original_R0619010.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[38].Value = ((int)(Original_R0619010.Value)); } else { - this.Adapter.InsertCommand.Parameters[182].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[38].Value = global::System.DBNull.Value; } - if ((Y2645600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[183].Value = ((int)(Y2645600.Value)); + if ((Original_R0809900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[40].Value = ((int)(Original_R0809900.Value)); } else { - this.Adapter.InsertCommand.Parameters[183].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[40].Value = global::System.DBNull.Value; } - if ((Y2645700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[184].Value = ((int)(Y2645700.Value)); + if ((Original_R0810000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[42].Value = ((int)(Original_R0810000.Value)); } else { - this.Adapter.InsertCommand.Parameters[184].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[42].Value = global::System.DBNull.Value; } - if ((Y2645800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[185].Value = ((int)(Y2645800.Value)); + if ((Original_R0898310.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[44].Value = ((int)(Original_R0898310.Value)); } else { - this.Adapter.InsertCommand.Parameters[185].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[44].Value = global::System.DBNull.Value; } - if ((Y2645900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[186].Value = ((int)(Y2645900.Value)); + if ((Original_R1045700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[46].Value = ((int)(Original_R1045700.Value)); } else { - this.Adapter.InsertCommand.Parameters[186].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[46].Value = global::System.DBNull.Value; } - if ((Y2646000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[187].Value = ((int)(Y2646000.Value)); + if ((Original_R1045800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[48].Value = ((int)(Original_R1045800.Value)); } else { - this.Adapter.InsertCommand.Parameters[187].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[48].Value = global::System.DBNull.Value; } - if ((Y2646100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[188].Value = ((int)(Y2646100.Value)); + if ((Original_R1145110.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[50].Value = ((int)(Original_R1145110.Value)); } else { - this.Adapter.InsertCommand.Parameters[188].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[50].Value = global::System.DBNull.Value; } - if ((Y2646200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[189].Value = ((int)(Y2646200.Value)); + if ((Original_R1427500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[52].Value = ((int)(Original_R1427500.Value)); } else { - this.Adapter.InsertCommand.Parameters[189].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[52].Value = global::System.DBNull.Value; } - if ((Y2646300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[190].Value = ((int)(Y2646300.Value)); + if ((Original_R1427600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[54].Value = ((int)(Original_R1427600.Value)); } else { - this.Adapter.InsertCommand.Parameters[190].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[54].Value = global::System.DBNull.Value; } - if ((Y2646400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[191].Value = ((int)(Y2646400.Value)); + if ((Original_R1520310.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[56].Value = ((int)(Original_R1520310.Value)); } else { - this.Adapter.InsertCommand.Parameters[191].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[56].Value = global::System.DBNull.Value; } - if ((Y2966400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[192].Value = ((int)(Y2966400.Value)); + if ((Original_R1774100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[58].Value = ((int)(Original_R1774100.Value)); } else { - this.Adapter.InsertCommand.Parameters[192].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[58].Value = global::System.DBNull.Value; } - if ((Y2990500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[193].Value = ((int)(Y2990500.Value)); + if ((Original_R1774200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[60].Value = ((int)(Original_R1774200.Value)); } else { - this.Adapter.InsertCommand.Parameters[193].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[60].Value = global::System.DBNull.Value; } - if ((Y2990501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[194].Value = ((int)(Y2990501.Value)); + if ((Original_R1794600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[62].Value = ((int)(Original_R1794600.Value)); } else { - this.Adapter.InsertCommand.Parameters[194].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[62].Value = global::System.DBNull.Value; } - if ((Y2990502.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[195].Value = ((int)(Y2990502.Value)); + if ((Original_R1794700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[64].Value = ((int)(Original_R1794700.Value)); } else { - this.Adapter.InsertCommand.Parameters[195].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[64].Value = global::System.DBNull.Value; } - if ((Y3002700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[196].Value = ((int)(Y3002700.Value)); + if ((Original_R1891010.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[66].Value = ((int)(Original_R1891010.Value)); } else { - this.Adapter.InsertCommand.Parameters[196].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[66].Value = global::System.DBNull.Value; } - if ((Y3002800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[197].Value = ((int)(Y3002800.Value)); + if ((Original_R2156200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[68].Value = ((int)(Original_R2156200.Value)); } else { - this.Adapter.InsertCommand.Parameters[197].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[68].Value = global::System.DBNull.Value; } - if ((Y3002900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[198].Value = ((int)(Y3002900.Value)); + if ((Original_R2156300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[70].Value = ((int)(Original_R2156300.Value)); } else { - this.Adapter.InsertCommand.Parameters[198].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[70].Value = global::System.DBNull.Value; } - if ((Y3003000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[199].Value = ((int)(Y3003000.Value)); + if ((Original_R2258110.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[72].Value = ((int)(Original_R2258110.Value)); } else { - this.Adapter.InsertCommand.Parameters[199].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[72].Value = global::System.DBNull.Value; } - if ((Y3003100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[200].Value = ((int)(Y3003100.Value)); + if ((Original_R2365700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[74].Value = ((int)(Original_R2365700.Value)); } else { - this.Adapter.InsertCommand.Parameters[200].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[74].Value = global::System.DBNull.Value; } - if ((Y3003200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[201].Value = ((int)(Y3003200.Value)); + if ((Original_R2365800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[76].Value = ((int)(Original_R2365800.Value)); } else { - this.Adapter.InsertCommand.Parameters[201].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[76].Value = global::System.DBNull.Value; } - if ((Y3003300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[202].Value = ((int)(Y3003300.Value)); + if ((Original_R2445510.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[78].Value = ((int)(Original_R2445510.Value)); } else { - this.Adapter.InsertCommand.Parameters[202].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[78].Value = global::System.DBNull.Value; } - if ((Y3003400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[203].Value = ((int)(Y3003400.Value)); + if ((Original_R2742500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[80].Value = ((int)(Original_R2742500.Value)); } else { - this.Adapter.InsertCommand.Parameters[203].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[80].Value = global::System.DBNull.Value; } - if ((Y3003500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[204].Value = ((int)(Y3003500.Value)); + if ((Original_R2742600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[82].Value = ((int)(Original_R2742600.Value)); } else { - this.Adapter.InsertCommand.Parameters[204].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[82].Value = global::System.DBNull.Value; } - if ((Y3003600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[205].Value = ((int)(Y3003600.Value)); + if ((Original_R2871300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[84].Value = ((int)(Original_R2871300.Value)); } else { - this.Adapter.InsertCommand.Parameters[205].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[84].Value = global::System.DBNull.Value; } - if ((Y3331900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[206].Value = ((int)(Y3331900.Value)); + if ((Original_R2986100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[86].Value = ((int)(Original_R2986100.Value)); } else { - this.Adapter.InsertCommand.Parameters[206].Value = global::System.DBNull.Value; - } - 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; + this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[86].Value = global::System.DBNull.Value; } - finally { - if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { - this.Adapter.InsertCommand.Connection.Close(); - } + if ((Original_R2986200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[88].Value = ((int)(Original_R2986200.Value)); } - } - - [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 C0000100, - global::System.Nullable C0000200, - global::System.Nullable C0005300, - global::System.Nullable C0005400, - global::System.Nullable C0005500, - global::System.Nullable C0005700, - global::System.Nullable C0005800, - global::System.Nullable C0006500, - global::System.Nullable C0006800, - global::System.Nullable C0007010, - global::System.Nullable C0007030, - global::System.Nullable C0007041, - global::System.Nullable C0007043, - global::System.Nullable C0007045, - global::System.Nullable C0007047, - global::System.Nullable C0007049, - global::System.Nullable C0007052, - global::System.Nullable C0007055, - global::System.Nullable C0402400, - global::System.Nullable C0402500, - global::System.Nullable C0402600, - global::System.Nullable C0404100, - global::System.Nullable C0404200, - global::System.Nullable C0737000, - global::System.Nullable C0737100, - global::System.Nullable C0737200, - global::System.Nullable C0948700, - global::System.Nullable C0948800, - global::System.Nullable C0948900, - global::System.Nullable C1146600, - global::System.Nullable C1146700, - global::System.Nullable C1146800, - global::System.Nullable C1230100, - global::System.Nullable C1230200, - global::System.Nullable C1230300, - global::System.Nullable C1548100, - global::System.Nullable C1548101, - global::System.Nullable C1548102, - global::System.Nullable C1989400, - global::System.Nullable C1989401, - global::System.Nullable C1989402, - global::System.Nullable C2305100, - global::System.Nullable C2305101, - global::System.Nullable C2305102, - global::System.Nullable C2544700, - global::System.Nullable C2544701, - global::System.Nullable C2544702, - global::System.Nullable C2814500, - global::System.Nullable C2814501, - global::System.Nullable C2814502, - global::System.Nullable C3123500, - global::System.Nullable C3123501, - global::System.Nullable C3123502, - global::System.Nullable C3601100, - global::System.Nullable C3627700, - global::System.Nullable C3627701, - global::System.Nullable C3627702, - global::System.Nullable C3981100, - global::System.Nullable C4006300, - global::System.Nullable C4006301, - global::System.Nullable C4006302, - global::System.Nullable C5524800, - global::System.Nullable C5550100, - global::System.Nullable C5550101, - global::System.Nullable C5550102, - global::System.Nullable C5801100, - global::System.Nullable Y0000200, - global::System.Nullable Y0000201, - global::System.Nullable Y0000202, - global::System.Nullable Y0002100, - global::System.Nullable Y0390100, - global::System.Nullable Y0390101, - global::System.Nullable Y0390102, - global::System.Nullable Y0677600, - global::System.Nullable Y0933700, - global::System.Nullable Y0933701, - global::System.Nullable Y0933702, - global::System.Nullable Y0974800, - global::System.Nullable Y1180500, - global::System.Nullable Y1180501, - global::System.Nullable Y1180502, - global::System.Nullable Y1192400, - global::System.Nullable Y1421100, - global::System.Nullable Y1421101, - global::System.Nullable Y1421102, - global::System.Nullable Y1434300, - global::System.Nullable Y1450200, - global::System.Nullable Y1450201, - global::System.Nullable Y1450202, - global::System.Nullable Y1672700, - global::System.Nullable Y1695600, - global::System.Nullable Y1695601, - global::System.Nullable Y1695602, - global::System.Nullable Y1707300, - global::System.Nullable Y1707400, - global::System.Nullable Y1707500, - global::System.Nullable Y1707600, - global::System.Nullable Y1707700, - global::System.Nullable Y1707800, - global::System.Nullable Y1707900, - global::System.Nullable Y1708000, - global::System.Nullable Y1708100, - global::System.Nullable Y1708200, - global::System.Nullable Y1708300, - global::System.Nullable Y1708400, - global::System.Nullable Y1708500, - global::System.Nullable Y1708600, - global::System.Nullable Y1708700, - global::System.Nullable Y1708800, - global::System.Nullable Y1708900, - global::System.Nullable Y1709000, - global::System.Nullable Y1709100, - global::System.Nullable Y1709200, - global::System.Nullable Y1709300, - global::System.Nullable Y1948500, - global::System.Nullable Y1981600, - global::System.Nullable Y1981601, - global::System.Nullable Y1981602, - global::System.Nullable Y1992900, - global::System.Nullable Y1993000, - global::System.Nullable Y1993100, - global::System.Nullable Y1993200, - global::System.Nullable Y1993300, - global::System.Nullable Y1993400, - global::System.Nullable Y1993500, - global::System.Nullable Y1993600, - global::System.Nullable Y1993700, - global::System.Nullable Y1993800, - global::System.Nullable Y1993900, - global::System.Nullable Y1994000, - global::System.Nullable Y1994100, - global::System.Nullable Y1994200, - global::System.Nullable Y1994300, - global::System.Nullable Y1994400, - global::System.Nullable Y1994500, - global::System.Nullable Y1994600, - global::System.Nullable Y1994700, - global::System.Nullable Y1994800, - global::System.Nullable Y1994900, - global::System.Nullable Y2148600, - global::System.Nullable Y2267100, - global::System.Nullable Y2300400, - global::System.Nullable Y2300401, - global::System.Nullable Y2300402, - global::System.Nullable Y2311700, - global::System.Nullable Y2311800, - global::System.Nullable Y2311900, - global::System.Nullable Y2312000, - global::System.Nullable Y2312100, - global::System.Nullable Y2312200, - global::System.Nullable Y2312300, - global::System.Nullable Y2312400, - global::System.Nullable Y2312500, - global::System.Nullable Y2312600, - global::System.Nullable Y2312700, - global::System.Nullable Y2312800, - global::System.Nullable Y2312900, - global::System.Nullable Y2313000, - global::System.Nullable Y2313100, - global::System.Nullable Y2313200, - global::System.Nullable Y2313300, - global::System.Nullable Y2313400, - global::System.Nullable Y2313500, - global::System.Nullable Y2313600, - global::System.Nullable Y2313700, - global::System.Nullable Y2567000, - global::System.Nullable Y2567100, - global::System.Nullable Y2567200, - global::System.Nullable Y2616000, - global::System.Nullable Y2633100, - global::System.Nullable Y2633101, - global::System.Nullable Y2633102, - global::System.Nullable Y2644500, - global::System.Nullable Y2644600, - global::System.Nullable Y2644700, - global::System.Nullable Y2644800, - global::System.Nullable Y2644900, - global::System.Nullable Y2645000, - global::System.Nullable Y2645100, - global::System.Nullable Y2645200, - global::System.Nullable Y2645300, - global::System.Nullable Y2645400, - global::System.Nullable Y2645500, - global::System.Nullable Y2645600, - global::System.Nullable Y2645700, - global::System.Nullable Y2645800, - global::System.Nullable Y2645900, - global::System.Nullable Y2646000, - global::System.Nullable Y2646100, - global::System.Nullable Y2646200, - global::System.Nullable Y2646300, - global::System.Nullable Y2646400, - global::System.Nullable Y2966400, - global::System.Nullable Y2990500, - global::System.Nullable Y2990501, - global::System.Nullable Y2990502, - global::System.Nullable Y3002700, - global::System.Nullable Y3002800, - global::System.Nullable Y3002900, - global::System.Nullable Y3003000, - global::System.Nullable Y3003100, - global::System.Nullable Y3003200, - global::System.Nullable Y3003300, - global::System.Nullable Y3003400, - global::System.Nullable Y3003500, - global::System.Nullable Y3003600, - global::System.Nullable Y3331900, - int Original_C0000100, - global::System.Nullable Original_C0000200, - global::System.Nullable Original_C0005300, - global::System.Nullable Original_C0005400, - global::System.Nullable Original_C0005500, - global::System.Nullable Original_C0005700, - global::System.Nullable Original_C0005800, - global::System.Nullable Original_C0006500, - global::System.Nullable Original_C0006800, - global::System.Nullable Original_C0007010, - global::System.Nullable Original_C0007030, - global::System.Nullable Original_C0007041, - global::System.Nullable Original_C0007043, - global::System.Nullable Original_C0007045, - global::System.Nullable Original_C0007047, - global::System.Nullable Original_C0007049, - global::System.Nullable Original_C0007052, - global::System.Nullable Original_C0007055, - global::System.Nullable Original_C0402400, - global::System.Nullable Original_C0402500, - global::System.Nullable Original_C0402600, - global::System.Nullable Original_C0404100, - global::System.Nullable Original_C0404200, - global::System.Nullable Original_C0737000, - global::System.Nullable Original_C0737100, - global::System.Nullable Original_C0737200, - global::System.Nullable Original_C0948700, - global::System.Nullable Original_C0948800, - global::System.Nullable Original_C0948900, - global::System.Nullable Original_C1146600, - global::System.Nullable Original_C1146700, - global::System.Nullable Original_C1146800, - global::System.Nullable Original_C1230100, - global::System.Nullable Original_C1230200, - global::System.Nullable Original_C1230300, - global::System.Nullable Original_C1548100, - global::System.Nullable Original_C1548101, - global::System.Nullable Original_C1548102, - global::System.Nullable Original_C1989400, - global::System.Nullable Original_C1989401, - global::System.Nullable Original_C1989402, - global::System.Nullable Original_C2305100, - global::System.Nullable Original_C2305101, - global::System.Nullable Original_C2305102, - global::System.Nullable Original_C2544700, - global::System.Nullable Original_C2544701, - global::System.Nullable Original_C2544702, - global::System.Nullable Original_C2814500, - global::System.Nullable Original_C2814501, - global::System.Nullable Original_C2814502, - global::System.Nullable Original_C3123500, - global::System.Nullable Original_C3123501, - global::System.Nullable Original_C3123502, - global::System.Nullable Original_C3601100, - global::System.Nullable Original_C3627700, - global::System.Nullable Original_C3627701, - global::System.Nullable Original_C3627702, - global::System.Nullable Original_C3981100, - global::System.Nullable Original_C4006300, - global::System.Nullable Original_C4006301, - global::System.Nullable Original_C4006302, - global::System.Nullable Original_C5524800, - global::System.Nullable Original_C5550100, - global::System.Nullable Original_C5550101, - global::System.Nullable Original_C5550102, - global::System.Nullable Original_C5801100, - global::System.Nullable Original_Y0000200, - global::System.Nullable Original_Y0000201, - global::System.Nullable Original_Y0000202, - global::System.Nullable Original_Y0002100, - global::System.Nullable Original_Y0390100, - global::System.Nullable Original_Y0390101, - global::System.Nullable Original_Y0390102, - global::System.Nullable Original_Y0677600, - global::System.Nullable Original_Y0933700, - global::System.Nullable Original_Y0933701, - global::System.Nullable Original_Y0933702, - global::System.Nullable Original_Y0974800, - global::System.Nullable Original_Y1180500, - global::System.Nullable Original_Y1180501, - global::System.Nullable Original_Y1180502, - global::System.Nullable Original_Y1192400, - global::System.Nullable Original_Y1421100, - global::System.Nullable Original_Y1421101, - global::System.Nullable Original_Y1421102, - global::System.Nullable Original_Y1434300, - global::System.Nullable Original_Y1450200, - global::System.Nullable Original_Y1450201, - global::System.Nullable Original_Y1450202, - global::System.Nullable Original_Y1672700, - global::System.Nullable Original_Y1695600, - global::System.Nullable Original_Y1695601, - global::System.Nullable Original_Y1695602, - global::System.Nullable Original_Y1707300, - global::System.Nullable Original_Y1707400, - global::System.Nullable Original_Y1707500, - global::System.Nullable Original_Y1707600, - global::System.Nullable Original_Y1707700, - global::System.Nullable Original_Y1707800, - global::System.Nullable Original_Y1707900, - global::System.Nullable Original_Y1708000, - global::System.Nullable Original_Y1708100, - global::System.Nullable Original_Y1708200, - global::System.Nullable Original_Y1708300, - global::System.Nullable Original_Y1708400, - global::System.Nullable Original_Y1708500, - global::System.Nullable Original_Y1708600, - global::System.Nullable Original_Y1708700, - global::System.Nullable Original_Y1708800, - global::System.Nullable Original_Y1708900, - global::System.Nullable Original_Y1709000, - global::System.Nullable Original_Y1709100, - global::System.Nullable Original_Y1709200, - global::System.Nullable Original_Y1709300, - global::System.Nullable Original_Y1948500, - global::System.Nullable Original_Y1981600, - global::System.Nullable Original_Y1981601, - global::System.Nullable Original_Y1981602, - global::System.Nullable Original_Y1992900, - global::System.Nullable Original_Y1993000, - global::System.Nullable Original_Y1993100, - global::System.Nullable Original_Y1993200, - global::System.Nullable Original_Y1993300, - global::System.Nullable Original_Y1993400, - global::System.Nullable Original_Y1993500, - global::System.Nullable Original_Y1993600, - global::System.Nullable Original_Y1993700, - global::System.Nullable Original_Y1993800, - global::System.Nullable Original_Y1993900, - global::System.Nullable Original_Y1994000, - global::System.Nullable Original_Y1994100, - global::System.Nullable Original_Y1994200, - global::System.Nullable Original_Y1994300, - global::System.Nullable Original_Y1994400, - global::System.Nullable Original_Y1994500, - global::System.Nullable Original_Y1994600, - global::System.Nullable Original_Y1994700, - global::System.Nullable Original_Y1994800, - global::System.Nullable Original_Y1994900, - global::System.Nullable Original_Y2148600, - global::System.Nullable Original_Y2267100, - global::System.Nullable Original_Y2300400, - global::System.Nullable Original_Y2300401, - global::System.Nullable Original_Y2300402, - global::System.Nullable Original_Y2311700, - global::System.Nullable Original_Y2311800, - global::System.Nullable Original_Y2311900, - global::System.Nullable Original_Y2312000, - global::System.Nullable Original_Y2312100, - global::System.Nullable Original_Y2312200, - global::System.Nullable Original_Y2312300, - global::System.Nullable Original_Y2312400, - global::System.Nullable Original_Y2312500, - global::System.Nullable Original_Y2312600, - global::System.Nullable Original_Y2312700, - global::System.Nullable Original_Y2312800, - global::System.Nullable Original_Y2312900, - global::System.Nullable Original_Y2313000, - global::System.Nullable Original_Y2313100, - global::System.Nullable Original_Y2313200, - global::System.Nullable Original_Y2313300, - global::System.Nullable Original_Y2313400, - global::System.Nullable Original_Y2313500, - global::System.Nullable Original_Y2313600, - global::System.Nullable Original_Y2313700, - global::System.Nullable Original_Y2567000, - global::System.Nullable Original_Y2567100, - global::System.Nullable Original_Y2567200, - global::System.Nullable Original_Y2616000, - global::System.Nullable Original_Y2633100, - global::System.Nullable Original_Y2633101, - global::System.Nullable Original_Y2633102, - global::System.Nullable Original_Y2644500, - global::System.Nullable Original_Y2644600, - global::System.Nullable Original_Y2644700, - global::System.Nullable Original_Y2644800, - global::System.Nullable Original_Y2644900, - global::System.Nullable Original_Y2645000, - global::System.Nullable Original_Y2645100, - global::System.Nullable Original_Y2645200, - global::System.Nullable Original_Y2645300, - global::System.Nullable Original_Y2645400, - global::System.Nullable Original_Y2645500, - global::System.Nullable Original_Y2645600, - global::System.Nullable Original_Y2645700, - global::System.Nullable Original_Y2645800, - global::System.Nullable Original_Y2645900, - global::System.Nullable Original_Y2646000, - global::System.Nullable Original_Y2646100, - global::System.Nullable Original_Y2646200, - global::System.Nullable Original_Y2646300, - global::System.Nullable Original_Y2646400, - global::System.Nullable Original_Y2966400, - global::System.Nullable Original_Y2990500, - global::System.Nullable Original_Y2990501, - global::System.Nullable Original_Y2990502, - global::System.Nullable Original_Y3002700, - global::System.Nullable Original_Y3002800, - global::System.Nullable Original_Y3002900, - global::System.Nullable Original_Y3003000, - global::System.Nullable Original_Y3003100, - global::System.Nullable Original_Y3003200, - global::System.Nullable Original_Y3003300, - global::System.Nullable Original_Y3003400, - global::System.Nullable Original_Y3003500, - global::System.Nullable Original_Y3003600, - global::System.Nullable Original_Y3331900) { - this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(C0000100)); - if ((C0000200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(C0000200.Value)); + else { + this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[88].Value = global::System.DBNull.Value; + } + if ((Original_R3075000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[90].Value = ((int)(Original_R3075000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[90].Value = global::System.DBNull.Value; } - if ((C0005300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(C0005300.Value)); + if ((Original_R3302500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[92].Value = ((int)(Original_R3302500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[92].Value = global::System.DBNull.Value; } - if ((C0005400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(C0005400.Value)); + if ((Original_R3302600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[94].Value = ((int)(Original_R3302600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[94].Value = global::System.DBNull.Value; } - if ((C0005500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(C0005500.Value)); + if ((Original_R3401700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[96].Value = ((int)(Original_R3401700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[96].Value = global::System.DBNull.Value; } - if ((C0005700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(C0005700.Value)); + if ((Original_R3573400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[98].Value = ((int)(Original_R3573400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[98].Value = global::System.DBNull.Value; } - if ((C0005800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(C0005800.Value)); + if ((Original_R3573500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[100].Value = ((int)(Original_R3573500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[100].Value = global::System.DBNull.Value; } - if ((C0006500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(C0006500.Value)); + if ((Original_R3657100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[102].Value = ((int)(Original_R3657100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[102].Value = global::System.DBNull.Value; } - if ((C0006800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(C0006800.Value)); + if ((Original_R3917600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[104].Value = ((int)(Original_R3917600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[104].Value = global::System.DBNull.Value; } - if ((C0007010.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(C0007010.Value)); + if ((Original_R3917700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[106].Value = ((int)(Original_R3917700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[106].Value = global::System.DBNull.Value; } - if ((C0007030.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(C0007030.Value)); + if ((Original_R4007600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[108].Value = ((int)(Original_R4007600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[108].Value = global::System.DBNull.Value; } - if ((C0007041.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(C0007041.Value)); + if ((Original_R4100200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[110].Value = ((int)(Original_R4100200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[110].Value = global::System.DBNull.Value; } - if ((C0007043.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(C0007043.Value)); + if ((Original_R4100201.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[112].Value = ((int)(Original_R4100201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[112].Value = global::System.DBNull.Value; } - if ((C0007045.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(C0007045.Value)); + if ((Original_R4100202.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[114].Value = ((int)(Original_R4100202.Value)); } else { - this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[114].Value = global::System.DBNull.Value; } - if ((C0007047.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(C0007047.Value)); + if ((Original_R4418700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[116].Value = ((int)(Original_R4418700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[116].Value = global::System.DBNull.Value; } - if ((C0007049.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(C0007049.Value)); + if ((Original_R4500200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[118].Value = ((int)(Original_R4500200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[118].Value = global::System.DBNull.Value; } - if ((C0007052.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(C0007052.Value)); + if ((Original_R4500201.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[120].Value = ((int)(Original_R4500201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[120].Value = global::System.DBNull.Value; } - if ((C0007055.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(C0007055.Value)); + if ((Original_R4500202.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[122].Value = ((int)(Original_R4500202.Value)); } else { - this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[122].Value = global::System.DBNull.Value; } - if ((C0402400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(C0402400.Value)); + if ((Original_R5081700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[124].Value = ((int)(Original_R5081700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[124].Value = global::System.DBNull.Value; } - if ((C0402500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(C0402500.Value)); + if ((Original_R5167000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[126].Value = ((int)(Original_R5167000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[126].Value = global::System.DBNull.Value; } - if ((C0402600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(C0402600.Value)); + if ((Original_R5200200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[128].Value = ((int)(Original_R5200200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[128].Value = global::System.DBNull.Value; } - if ((C0404100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(C0404100.Value)); + if ((Original_R5200201.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[130].Value = ((int)(Original_R5200201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[130].Value = global::System.DBNull.Value; } - if ((C0404200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[22].Value = ((int)(C0404200.Value)); + if ((Original_R5200202.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[132].Value = ((int)(Original_R5200202.Value)); } else { - this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[132].Value = global::System.DBNull.Value; } - if ((C0737000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(C0737000.Value)); + if ((Original_R6435300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[134].Value = ((int)(Original_R6435300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[134].Value = global::System.DBNull.Value; } - if ((C0737100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[24].Value = ((int)(C0737100.Value)); + if ((Original_R6435301.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[136].Value = ((int)(Original_R6435301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[136].Value = global::System.DBNull.Value; } - if ((C0737200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(C0737200.Value)); + if ((Original_R6435302.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[138].Value = ((int)(Original_R6435302.Value)); } else { - this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[138].Value = global::System.DBNull.Value; } - if ((C0948700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[26].Value = ((int)(C0948700.Value)); + if ((Original_R6479800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[140].Value = ((int)(Original_R6479800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[140].Value = global::System.DBNull.Value; } - if ((C0948800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(C0948800.Value)); + if ((Original_R6963300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[142].Value = ((int)(Original_R6963300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[142].Value = global::System.DBNull.Value; } - if ((C0948900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[28].Value = ((int)(C0948900.Value)); + if ((Original_R6963301.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[144].Value = ((int)(Original_R6963301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[144].Value = global::System.DBNull.Value; } - if ((C1146600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(C1146600.Value)); + if ((Original_R6963302.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[146].Value = ((int)(Original_R6963302.Value)); } else { - this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[146].Value = global::System.DBNull.Value; } - if ((C1146700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(C1146700.Value)); + if ((Original_R7007500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[148].Value = ((int)(Original_R7007500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[148].Value = global::System.DBNull.Value; } - if ((C1146800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(C1146800.Value)); + if ((Original_R7656300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[150].Value = ((int)(Original_R7656300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[150].Value = global::System.DBNull.Value; } - if ((C1230100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[32].Value = ((int)(C1230100.Value)); + if ((Original_R7656301.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[152].Value = ((int)(Original_R7656301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[152].Value = global::System.DBNull.Value; } - if ((C1230200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(C1230200.Value)); + if ((Original_R7656302.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[154].Value = ((int)(Original_R7656302.Value)); } else { - this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[154].Value = global::System.DBNull.Value; } - if ((C1230300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[34].Value = ((int)(C1230300.Value)); + if ((Original_R7704800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[156].Value = ((int)(Original_R7704800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[156].Value = global::System.DBNull.Value; } - if ((C1548100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(C1548100.Value)); + if ((Original_R7800500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[158].Value = ((int)(Original_R7800500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[158].Value = global::System.DBNull.Value; } - if ((C1548101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[36].Value = ((int)(C1548101.Value)); + if ((Original_R7800501.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[160].Value = ((int)(Original_R7800501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[160].Value = global::System.DBNull.Value; } - if ((C1548102.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(C1548102.Value)); + if ((Original_R7800502.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[162].Value = ((int)(Original_R7800502.Value)); } else { - this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[162].Value = global::System.DBNull.Value; } - if ((C1989400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[38].Value = ((int)(C1989400.Value)); + if ((Original_R8497200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[164].Value = ((int)(Original_R8497200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[164].Value = global::System.DBNull.Value; } - if ((C1989401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[39].Value = ((int)(C1989401.Value)); + if ((Original_R9908000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[166].Value = ((int)(Original_R9908000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[166].Value = global::System.DBNull.Value; } - if ((C1989402.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[40].Value = ((int)(C1989402.Value)); + if ((Original_T0000900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[168].Value = ((int)(Original_T0000900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[168].Value = global::System.DBNull.Value; } - if ((C2305100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[41].Value = ((int)(C2305100.Value)); + if ((Original_T0000901.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[170].Value = ((int)(Original_T0000901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[170].Value = global::System.DBNull.Value; } - if ((C2305101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[42].Value = ((int)(C2305101.Value)); + if ((Original_T0000902.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[172].Value = ((int)(Original_T0000902.Value)); } else { - this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[172].Value = global::System.DBNull.Value; } - if ((C2305102.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[43].Value = ((int)(C2305102.Value)); + if ((Original_T0989000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[174].Value = ((int)(Original_T0989000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[174].Value = global::System.DBNull.Value; } - if ((C2544700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[44].Value = ((int)(C2544700.Value)); + if ((Original_T1200700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[176].Value = ((int)(Original_T1200700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[176].Value = global::System.DBNull.Value; } - if ((C2544701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[45].Value = ((int)(C2544701.Value)); + if ((Original_T1200701.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[178].Value = ((int)(Original_T1200701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[178].Value = global::System.DBNull.Value; } - if ((C2544702.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[46].Value = ((int)(C2544702.Value)); + if ((Original_T1200702.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[180].Value = ((int)(Original_T1200702.Value)); } else { - this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[180].Value = global::System.DBNull.Value; } - if ((C2814500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[47].Value = ((int)(C2814500.Value)); + if ((Original_T2210800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[182].Value = ((int)(Original_T2210800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[182].Value = global::System.DBNull.Value; } - if ((C2814501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[48].Value = ((int)(C2814501.Value)); + if ((Original_T2260600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[184].Value = ((int)(Original_T2260600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[184].Value = global::System.DBNull.Value; } - if ((C2814502.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[49].Value = ((int)(C2814502.Value)); + if ((Original_T2260601.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[186].Value = ((int)(Original_T2260601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[186].Value = global::System.DBNull.Value; } - if ((C3123500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[50].Value = ((int)(C3123500.Value)); + if ((Original_T2260602.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[188].Value = ((int)(Original_T2260602.Value)); } else { - this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[188].Value = global::System.DBNull.Value; } - if ((C3123501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[51].Value = ((int)(C3123501.Value)); + if ((Original_T2763400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[190].Value = ((int)(Original_T2763400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[190].Value = global::System.DBNull.Value; } - if ((C3123502.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[52].Value = ((int)(C3123502.Value)); + if ((Original_T2763500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[192].Value = ((int)(Original_T2763500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[192].Value = global::System.DBNull.Value; } - if ((C3601100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[53].Value = ((int)(C3601100.Value)); + if ((Original_T2763600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[194].Value = ((int)(Original_T2763600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[194].Value = global::System.DBNull.Value; } - if ((C3627700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[54].Value = ((int)(C3627700.Value)); + if ((Original_T2763700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[196].Value = ((int)(Original_T2763700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[196].Value = global::System.DBNull.Value; } - if ((C3627701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[55].Value = ((int)(C3627701.Value)); + if ((Original_T2763800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[198].Value = ((int)(Original_T2763800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[198].Value = global::System.DBNull.Value; } - if ((C3627702.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[56].Value = ((int)(C3627702.Value)); + if ((Original_T2763900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[200].Value = ((int)(Original_T2763900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[200].Value = global::System.DBNull.Value; } - if ((C3981100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[57].Value = ((int)(C3981100.Value)); + if ((Original_T2764000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[201].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[202].Value = ((int)(Original_T2764000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[201].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[202].Value = global::System.DBNull.Value; } - if ((C4006300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[58].Value = ((int)(C4006300.Value)); + if ((Original_T3108700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[203].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[204].Value = ((int)(Original_T3108700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[203].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[204].Value = global::System.DBNull.Value; } - if ((C4006301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[59].Value = ((int)(C4006301.Value)); + if ((Original_T3195600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[205].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[206].Value = ((int)(Original_T3195600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[205].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[206].Value = global::System.DBNull.Value; } - if ((C4006302.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[60].Value = ((int)(C4006302.Value)); + if ((Original_T3195601.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[207].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[208].Value = ((int)(Original_T3195601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[207].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[208].Value = global::System.DBNull.Value; } - if ((C5524800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[61].Value = ((int)(C5524800.Value)); + if ((Original_T3195602.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[209].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[210].Value = ((int)(Original_T3195602.Value)); } else { - this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[209].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[210].Value = global::System.DBNull.Value; } - if ((C5550100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[62].Value = ((int)(C5550100.Value)); + if ((Original_T3729600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[211].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[212].Value = ((int)(Original_T3729600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[211].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[212].Value = global::System.DBNull.Value; } - if ((C5550101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[63].Value = ((int)(C5550101.Value)); + if ((Original_T3729700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[213].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[214].Value = ((int)(Original_T3729700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[213].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[214].Value = global::System.DBNull.Value; } - if ((C5550102.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[64].Value = ((int)(C5550102.Value)); + if ((Original_T3729800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[215].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[216].Value = ((int)(Original_T3729800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[215].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[216].Value = global::System.DBNull.Value; } - if ((C5801100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[65].Value = ((int)(C5801100.Value)); + if ((Original_T3729900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[217].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[218].Value = ((int)(Original_T3729900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[65].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[217].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[218].Value = global::System.DBNull.Value; } - if ((Y0000200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[66].Value = ((int)(Y0000200.Value)); + if ((Original_T3730000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[219].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[220].Value = ((int)(Original_T3730000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[219].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[220].Value = global::System.DBNull.Value; } - if ((Y0000201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[67].Value = ((int)(Y0000201.Value)); + if ((Original_T3730100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[221].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[222].Value = ((int)(Original_T3730100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[67].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[221].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[222].Value = global::System.DBNull.Value; } - if ((Y0000202.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[68].Value = ((int)(Y0000202.Value)); + if ((Original_T4113200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[223].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[224].Value = ((int)(Original_T4113200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[223].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[224].Value = global::System.DBNull.Value; } - if ((Y0002100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[69].Value = ((int)(Y0002100.Value)); + if ((Original_T4181100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[225].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[226].Value = ((int)(Original_T4181100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[69].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[225].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[226].Value = global::System.DBNull.Value; } - if ((Y0390100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[70].Value = ((int)(Y0390100.Value)); + if ((Original_T4181101.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[227].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[228].Value = ((int)(Original_T4181101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[227].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[228].Value = global::System.DBNull.Value; } - if ((Y0390101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[71].Value = ((int)(Y0390101.Value)); + if ((Original_T4181102.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[229].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[230].Value = ((int)(Original_T4181102.Value)); } else { - this.Adapter.UpdateCommand.Parameters[71].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[229].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[230].Value = global::System.DBNull.Value; } - if ((Y0390102.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[72].Value = ((int)(Y0390102.Value)); + if ((Original_T5023600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[231].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[232].Value = ((int)(Original_T5023600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[72].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[231].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[232].Value = global::System.DBNull.Value; } - if ((Y0677600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[73].Value = ((int)(Y0677600.Value)); + 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( + int R0000100, + global::System.Nullable R0000149, + global::System.Nullable R0000300, + global::System.Nullable R0000500, + global::System.Nullable R0009100, + global::System.Nullable R0009300, + global::System.Nullable R0172500, + global::System.Nullable R0172600, + global::System.Nullable R0173600, + global::System.Nullable R0214700, + global::System.Nullable R0214800, + global::System.Nullable R0216500, + global::System.Nullable R0329200, + global::System.Nullable R0329210, + global::System.Nullable R0406510, + global::System.Nullable R0410100, + global::System.Nullable R0410300, + global::System.Nullable R0530700, + global::System.Nullable R0530800, + global::System.Nullable R0619010, + global::System.Nullable R0809900, + global::System.Nullable R0810000, + global::System.Nullable R0898310, + global::System.Nullable R1045700, + global::System.Nullable R1045800, + global::System.Nullable R1145110, + global::System.Nullable R1427500, + global::System.Nullable R1427600, + global::System.Nullable R1520310, + global::System.Nullable R1774100, + global::System.Nullable R1774200, + global::System.Nullable R1794600, + global::System.Nullable R1794700, + global::System.Nullable R1891010, + global::System.Nullable R2156200, + global::System.Nullable R2156300, + global::System.Nullable R2258110, + global::System.Nullable R2365700, + global::System.Nullable R2365800, + global::System.Nullable R2445510, + global::System.Nullable R2742500, + global::System.Nullable R2742600, + global::System.Nullable R2871300, + global::System.Nullable R2986100, + global::System.Nullable R2986200, + global::System.Nullable R3075000, + global::System.Nullable R3302500, + global::System.Nullable R3302600, + global::System.Nullable R3401700, + global::System.Nullable R3573400, + global::System.Nullable R3573500, + global::System.Nullable R3657100, + global::System.Nullable R3917600, + global::System.Nullable R3917700, + global::System.Nullable R4007600, + global::System.Nullable R4100200, + global::System.Nullable R4100201, + global::System.Nullable R4100202, + global::System.Nullable R4418700, + global::System.Nullable R4500200, + global::System.Nullable R4500201, + global::System.Nullable R4500202, + global::System.Nullable R5081700, + global::System.Nullable R5167000, + global::System.Nullable R5200200, + global::System.Nullable R5200201, + global::System.Nullable R5200202, + global::System.Nullable R6435300, + global::System.Nullable R6435301, + global::System.Nullable R6435302, + global::System.Nullable R6479800, + global::System.Nullable R6963300, + global::System.Nullable R6963301, + global::System.Nullable R6963302, + global::System.Nullable R7007500, + global::System.Nullable R7656300, + global::System.Nullable R7656301, + global::System.Nullable R7656302, + global::System.Nullable R7704800, + global::System.Nullable R7800500, + global::System.Nullable R7800501, + global::System.Nullable R7800502, + global::System.Nullable R8497200, + global::System.Nullable R9908000, + global::System.Nullable T0000900, + global::System.Nullable T0000901, + global::System.Nullable T0000902, + global::System.Nullable T0989000, + global::System.Nullable T1200700, + global::System.Nullable T1200701, + global::System.Nullable T1200702, + global::System.Nullable T2210800, + global::System.Nullable T2260600, + global::System.Nullable T2260601, + global::System.Nullable T2260602, + global::System.Nullable T2763400, + global::System.Nullable T2763500, + global::System.Nullable T2763600, + global::System.Nullable T2763700, + global::System.Nullable T2763800, + global::System.Nullable T2763900, + global::System.Nullable T2764000, + global::System.Nullable T3108700, + global::System.Nullable T3195600, + global::System.Nullable T3195601, + global::System.Nullable T3195602, + global::System.Nullable T3729600, + global::System.Nullable T3729700, + global::System.Nullable T3729800, + global::System.Nullable T3729900, + global::System.Nullable T3730000, + global::System.Nullable T3730100, + global::System.Nullable T4113200, + global::System.Nullable T4181100, + global::System.Nullable T4181101, + global::System.Nullable T4181102, + global::System.Nullable T5023600) { + this.Adapter.InsertCommand.Parameters[0].Value = ((int)(R0000100)); + if ((R0000149.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[1].Value = ((int)(R0000149.Value)); } else { - this.Adapter.UpdateCommand.Parameters[73].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; } - if ((Y0933700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[74].Value = ((int)(Y0933700.Value)); + if ((R0000300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[2].Value = ((int)(R0000300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[74].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((Y0933701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[75].Value = ((int)(Y0933701.Value)); + if ((R0000500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[3].Value = ((int)(R0000500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[75].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; } - if ((Y0933702.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[76].Value = ((int)(Y0933702.Value)); + if ((R0009100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[4].Value = ((int)(R0009100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[76].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((Y0974800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[77].Value = ((int)(Y0974800.Value)); + if ((R0009300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[5].Value = ((int)(R0009300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[77].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((Y1180500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[78].Value = ((int)(Y1180500.Value)); + if ((R0172500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[6].Value = ((int)(R0172500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[78].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((Y1180501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[79].Value = ((int)(Y1180501.Value)); + if ((R0172600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[7].Value = ((int)(R0172600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[79].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; } - if ((Y1180502.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[80].Value = ((int)(Y1180502.Value)); + if ((R0173600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[8].Value = ((int)(R0173600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[80].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((Y1192400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[81].Value = ((int)(Y1192400.Value)); + if ((R0214700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[9].Value = ((int)(R0214700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[81].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; } - if ((Y1421100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[82].Value = ((int)(Y1421100.Value)); + if ((R0214800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[10].Value = ((int)(R0214800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[82].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((Y1421101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[83].Value = ((int)(Y1421101.Value)); + if ((R0216500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[11].Value = ((int)(R0216500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[83].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; } - if ((Y1421102.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[84].Value = ((int)(Y1421102.Value)); + if ((R0329200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[12].Value = ((int)(R0329200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[84].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((Y1434300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[85].Value = ((int)(Y1434300.Value)); + if ((R0329210.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[13].Value = ((int)(R0329210.Value)); } else { - this.Adapter.UpdateCommand.Parameters[85].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; } - if ((Y1450200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[86].Value = ((int)(Y1450200.Value)); + if ((R0406510.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[14].Value = ((int)(R0406510.Value)); } else { - this.Adapter.UpdateCommand.Parameters[86].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((Y1450201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[87].Value = ((int)(Y1450201.Value)); + if ((R0410100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[15].Value = ((int)(R0410100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[87].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; } - if ((Y1450202.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[88].Value = ((int)(Y1450202.Value)); + if ((R0410300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[16].Value = ((int)(R0410300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[88].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((Y1672700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[89].Value = ((int)(Y1672700.Value)); + if ((R0530700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[17].Value = ((int)(R0530700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[89].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; } - if ((Y1695600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[90].Value = ((int)(Y1695600.Value)); + if ((R0530800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[18].Value = ((int)(R0530800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[90].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((Y1695601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[91].Value = ((int)(Y1695601.Value)); + if ((R0619010.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[19].Value = ((int)(R0619010.Value)); } else { - this.Adapter.UpdateCommand.Parameters[91].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; } - if ((Y1695602.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[92].Value = ((int)(Y1695602.Value)); + if ((R0809900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[20].Value = ((int)(R0809900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[92].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; } - if ((Y1707300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[93].Value = ((int)(Y1707300.Value)); + if ((R0810000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[21].Value = ((int)(R0810000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[93].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; } - if ((Y1707400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[94].Value = ((int)(Y1707400.Value)); + if ((R0898310.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[22].Value = ((int)(R0898310.Value)); } else { - this.Adapter.UpdateCommand.Parameters[94].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((Y1707500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[95].Value = ((int)(Y1707500.Value)); + if ((R1045700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[23].Value = ((int)(R1045700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[95].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; } - if ((Y1707600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[96].Value = ((int)(Y1707600.Value)); + if ((R1045800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[24].Value = ((int)(R1045800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[96].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; } - if ((Y1707700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[97].Value = ((int)(Y1707700.Value)); + if ((R1145110.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[25].Value = ((int)(R1145110.Value)); } else { - this.Adapter.UpdateCommand.Parameters[97].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; } - if ((Y1707800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[98].Value = ((int)(Y1707800.Value)); + if ((R1427500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[26].Value = ((int)(R1427500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[98].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; } - if ((Y1707900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[99].Value = ((int)(Y1707900.Value)); + if ((R1427600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[27].Value = ((int)(R1427600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[99].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; } - if ((Y1708000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[100].Value = ((int)(Y1708000.Value)); + if ((R1520310.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[28].Value = ((int)(R1520310.Value)); } else { - this.Adapter.UpdateCommand.Parameters[100].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; } - if ((Y1708100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[101].Value = ((int)(Y1708100.Value)); + if ((R1774100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[29].Value = ((int)(R1774100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[101].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; } - if ((Y1708200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[102].Value = ((int)(Y1708200.Value)); + if ((R1774200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[30].Value = ((int)(R1774200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[102].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; } - if ((Y1708300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[103].Value = ((int)(Y1708300.Value)); + if ((R1794600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[31].Value = ((int)(R1794600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[103].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; } - if ((Y1708400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[104].Value = ((int)(Y1708400.Value)); + if ((R1794700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[32].Value = ((int)(R1794700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[104].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; } - if ((Y1708500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[105].Value = ((int)(Y1708500.Value)); + if ((R1891010.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[33].Value = ((int)(R1891010.Value)); } else { - this.Adapter.UpdateCommand.Parameters[105].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; } - if ((Y1708600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[106].Value = ((int)(Y1708600.Value)); + if ((R2156200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[34].Value = ((int)(R2156200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[106].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; } - if ((Y1708700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[107].Value = ((int)(Y1708700.Value)); + if ((R2156300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[35].Value = ((int)(R2156300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[107].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; } - if ((Y1708800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[108].Value = ((int)(Y1708800.Value)); + if ((R2258110.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[36].Value = ((int)(R2258110.Value)); } else { - this.Adapter.UpdateCommand.Parameters[108].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; } - if ((Y1708900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[109].Value = ((int)(Y1708900.Value)); + if ((R2365700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[37].Value = ((int)(R2365700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[109].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; } - if ((Y1709000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[110].Value = ((int)(Y1709000.Value)); + if ((R2365800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[38].Value = ((int)(R2365800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[110].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; } - if ((Y1709100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[111].Value = ((int)(Y1709100.Value)); + if ((R2445510.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[39].Value = ((int)(R2445510.Value)); } else { - this.Adapter.UpdateCommand.Parameters[111].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; } - if ((Y1709200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[112].Value = ((int)(Y1709200.Value)); + if ((R2742500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[40].Value = ((int)(R2742500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[112].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; } - if ((Y1709300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[113].Value = ((int)(Y1709300.Value)); + if ((R2742600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[41].Value = ((int)(R2742600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[113].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; } - if ((Y1948500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[114].Value = ((int)(Y1948500.Value)); + if ((R2871300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[42].Value = ((int)(R2871300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[114].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; } - if ((Y1981600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[115].Value = ((int)(Y1981600.Value)); + if ((R2986100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[43].Value = ((int)(R2986100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; + } + if ((R2986200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[44].Value = ((int)(R2986200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; + } + if ((R3075000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[45].Value = ((int)(R3075000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; + } + if ((R3302500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[46].Value = ((int)(R3302500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; + } + if ((R3302600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[47].Value = ((int)(R3302600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; + } + if ((R3401700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[48].Value = ((int)(R3401700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value; + } + if ((R3573400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[49].Value = ((int)(R3573400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value; + } + if ((R3573500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[50].Value = ((int)(R3573500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value; + } + if ((R3657100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[51].Value = ((int)(R3657100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value; + } + if ((R3917600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[52].Value = ((int)(R3917600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[115].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value; } - if ((Y1981601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[116].Value = ((int)(Y1981601.Value)); + if ((R3917700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[53].Value = ((int)(R3917700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[116].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value; } - if ((Y1981602.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[117].Value = ((int)(Y1981602.Value)); + if ((R4007600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[54].Value = ((int)(R4007600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[117].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value; } - if ((Y1992900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[118].Value = ((int)(Y1992900.Value)); + if ((R4100200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[55].Value = ((int)(R4100200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[118].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value; } - if ((Y1993000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[119].Value = ((int)(Y1993000.Value)); + if ((R4100201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[56].Value = ((int)(R4100201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[119].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value; } - if ((Y1993100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[120].Value = ((int)(Y1993100.Value)); + if ((R4100202.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[57].Value = ((int)(R4100202.Value)); } else { - this.Adapter.UpdateCommand.Parameters[120].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value; } - if ((Y1993200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[121].Value = ((int)(Y1993200.Value)); + if ((R4418700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[58].Value = ((int)(R4418700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[121].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value; } - if ((Y1993300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[122].Value = ((int)(Y1993300.Value)); + if ((R4500200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[59].Value = ((int)(R4500200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[122].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value; } - if ((Y1993400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[123].Value = ((int)(Y1993400.Value)); + if ((R4500201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[60].Value = ((int)(R4500201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[123].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value; } - if ((Y1993500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[124].Value = ((int)(Y1993500.Value)); + if ((R4500202.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[61].Value = ((int)(R4500202.Value)); } else { - this.Adapter.UpdateCommand.Parameters[124].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value; } - if ((Y1993600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[125].Value = ((int)(Y1993600.Value)); + if ((R5081700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[62].Value = ((int)(R5081700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[125].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value; } - if ((Y1993700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[126].Value = ((int)(Y1993700.Value)); + if ((R5167000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[63].Value = ((int)(R5167000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[126].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value; } - if ((Y1993800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[127].Value = ((int)(Y1993800.Value)); + if ((R5200200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[64].Value = ((int)(R5200200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[127].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value; } - if ((Y1993900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[128].Value = ((int)(Y1993900.Value)); + if ((R5200201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[65].Value = ((int)(R5200201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[128].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[65].Value = global::System.DBNull.Value; } - if ((Y1994000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[129].Value = ((int)(Y1994000.Value)); + if ((R5200202.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[66].Value = ((int)(R5200202.Value)); } else { - this.Adapter.UpdateCommand.Parameters[129].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[66].Value = global::System.DBNull.Value; } - if ((Y1994100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[130].Value = ((int)(Y1994100.Value)); + if ((R6435300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[67].Value = ((int)(R6435300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[130].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[67].Value = global::System.DBNull.Value; } - if ((Y1994200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[131].Value = ((int)(Y1994200.Value)); + if ((R6435301.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[68].Value = ((int)(R6435301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[131].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[68].Value = global::System.DBNull.Value; } - if ((Y1994300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[132].Value = ((int)(Y1994300.Value)); + if ((R6435302.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[69].Value = ((int)(R6435302.Value)); } else { - this.Adapter.UpdateCommand.Parameters[132].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[69].Value = global::System.DBNull.Value; } - if ((Y1994400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[133].Value = ((int)(Y1994400.Value)); + if ((R6479800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[70].Value = ((int)(R6479800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[133].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[70].Value = global::System.DBNull.Value; } - if ((Y1994500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[134].Value = ((int)(Y1994500.Value)); + if ((R6963300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[71].Value = ((int)(R6963300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[134].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[71].Value = global::System.DBNull.Value; } - if ((Y1994600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[135].Value = ((int)(Y1994600.Value)); + if ((R6963301.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[72].Value = ((int)(R6963301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[135].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[72].Value = global::System.DBNull.Value; } - if ((Y1994700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[136].Value = ((int)(Y1994700.Value)); + if ((R6963302.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[73].Value = ((int)(R6963302.Value)); } else { - this.Adapter.UpdateCommand.Parameters[136].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[73].Value = global::System.DBNull.Value; } - if ((Y1994800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[137].Value = ((int)(Y1994800.Value)); + if ((R7007500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[74].Value = ((int)(R7007500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[137].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[74].Value = global::System.DBNull.Value; } - if ((Y1994900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[138].Value = ((int)(Y1994900.Value)); + if ((R7656300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[75].Value = ((int)(R7656300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[138].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[75].Value = global::System.DBNull.Value; } - if ((Y2148600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[139].Value = ((int)(Y2148600.Value)); + if ((R7656301.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[76].Value = ((int)(R7656301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[139].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[76].Value = global::System.DBNull.Value; } - if ((Y2267100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[140].Value = ((int)(Y2267100.Value)); + if ((R7656302.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[77].Value = ((int)(R7656302.Value)); } else { - this.Adapter.UpdateCommand.Parameters[140].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[77].Value = global::System.DBNull.Value; } - if ((Y2300400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[141].Value = ((int)(Y2300400.Value)); + if ((R7704800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[78].Value = ((int)(R7704800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[141].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[78].Value = global::System.DBNull.Value; } - if ((Y2300401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[142].Value = ((int)(Y2300401.Value)); + if ((R7800500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[79].Value = ((int)(R7800500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[142].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[79].Value = global::System.DBNull.Value; } - if ((Y2300402.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[143].Value = ((int)(Y2300402.Value)); + if ((R7800501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[80].Value = ((int)(R7800501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[143].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[80].Value = global::System.DBNull.Value; } - if ((Y2311700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[144].Value = ((int)(Y2311700.Value)); + if ((R7800502.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[81].Value = ((int)(R7800502.Value)); } else { - this.Adapter.UpdateCommand.Parameters[144].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[81].Value = global::System.DBNull.Value; } - if ((Y2311800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[145].Value = ((int)(Y2311800.Value)); + if ((R8497200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[82].Value = ((int)(R8497200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[145].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[82].Value = global::System.DBNull.Value; } - if ((Y2311900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[146].Value = ((int)(Y2311900.Value)); + if ((R9908000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[83].Value = ((int)(R9908000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[146].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[83].Value = global::System.DBNull.Value; } - if ((Y2312000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[147].Value = ((int)(Y2312000.Value)); + if ((T0000900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[84].Value = ((int)(T0000900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[147].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[84].Value = global::System.DBNull.Value; } - if ((Y2312100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[148].Value = ((int)(Y2312100.Value)); + if ((T0000901.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[85].Value = ((int)(T0000901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[148].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[85].Value = global::System.DBNull.Value; } - if ((Y2312200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[149].Value = ((int)(Y2312200.Value)); + if ((T0000902.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[86].Value = ((int)(T0000902.Value)); } else { - this.Adapter.UpdateCommand.Parameters[149].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[86].Value = global::System.DBNull.Value; } - if ((Y2312300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[150].Value = ((int)(Y2312300.Value)); + if ((T0989000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[87].Value = ((int)(T0989000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[150].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[87].Value = global::System.DBNull.Value; } - if ((Y2312400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[151].Value = ((int)(Y2312400.Value)); + if ((T1200700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[88].Value = ((int)(T1200700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[151].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[88].Value = global::System.DBNull.Value; } - if ((Y2312500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[152].Value = ((int)(Y2312500.Value)); + if ((T1200701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[89].Value = ((int)(T1200701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[152].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[89].Value = global::System.DBNull.Value; } - if ((Y2312600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[153].Value = ((int)(Y2312600.Value)); + if ((T1200702.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[90].Value = ((int)(T1200702.Value)); } else { - this.Adapter.UpdateCommand.Parameters[153].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[90].Value = global::System.DBNull.Value; } - if ((Y2312700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[154].Value = ((int)(Y2312700.Value)); + if ((T2210800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[91].Value = ((int)(T2210800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[154].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[91].Value = global::System.DBNull.Value; } - if ((Y2312800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[155].Value = ((int)(Y2312800.Value)); + if ((T2260600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[92].Value = ((int)(T2260600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[155].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[92].Value = global::System.DBNull.Value; } - if ((Y2312900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[156].Value = ((int)(Y2312900.Value)); + if ((T2260601.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[93].Value = ((int)(T2260601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[156].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[93].Value = global::System.DBNull.Value; } - if ((Y2313000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[157].Value = ((int)(Y2313000.Value)); + if ((T2260602.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[94].Value = ((int)(T2260602.Value)); } else { - this.Adapter.UpdateCommand.Parameters[157].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[94].Value = global::System.DBNull.Value; } - if ((Y2313100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[158].Value = ((int)(Y2313100.Value)); + if ((T2763400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[95].Value = ((int)(T2763400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[158].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[95].Value = global::System.DBNull.Value; } - if ((Y2313200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[159].Value = ((int)(Y2313200.Value)); + if ((T2763500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[96].Value = ((int)(T2763500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[159].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[96].Value = global::System.DBNull.Value; } - if ((Y2313300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[160].Value = ((int)(Y2313300.Value)); + if ((T2763600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[97].Value = ((int)(T2763600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[160].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[97].Value = global::System.DBNull.Value; } - if ((Y2313400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[161].Value = ((int)(Y2313400.Value)); + if ((T2763700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[98].Value = ((int)(T2763700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[161].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[98].Value = global::System.DBNull.Value; } - if ((Y2313500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[162].Value = ((int)(Y2313500.Value)); + if ((T2763800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[99].Value = ((int)(T2763800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[162].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[99].Value = global::System.DBNull.Value; } - if ((Y2313600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[163].Value = ((int)(Y2313600.Value)); + if ((T2763900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[100].Value = ((int)(T2763900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[163].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[100].Value = global::System.DBNull.Value; } - if ((Y2313700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[164].Value = ((int)(Y2313700.Value)); + if ((T2764000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[101].Value = ((int)(T2764000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[164].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[101].Value = global::System.DBNull.Value; } - if ((Y2567000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[165].Value = ((int)(Y2567000.Value)); + if ((T3108700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[102].Value = ((int)(T3108700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[165].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[102].Value = global::System.DBNull.Value; } - if ((Y2567100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[166].Value = ((int)(Y2567100.Value)); + if ((T3195600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[103].Value = ((int)(T3195600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[166].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[103].Value = global::System.DBNull.Value; } - if ((Y2567200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[167].Value = ((int)(Y2567200.Value)); + if ((T3195601.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[104].Value = ((int)(T3195601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[167].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[104].Value = global::System.DBNull.Value; } - if ((Y2616000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[168].Value = ((int)(Y2616000.Value)); + if ((T3195602.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[105].Value = ((int)(T3195602.Value)); } else { - this.Adapter.UpdateCommand.Parameters[168].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[105].Value = global::System.DBNull.Value; } - if ((Y2633100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[169].Value = ((int)(Y2633100.Value)); + if ((T3729600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[106].Value = ((int)(T3729600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[169].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[106].Value = global::System.DBNull.Value; } - if ((Y2633101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[170].Value = ((int)(Y2633101.Value)); + if ((T3729700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[107].Value = ((int)(T3729700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[170].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[107].Value = global::System.DBNull.Value; } - if ((Y2633102.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[171].Value = ((int)(Y2633102.Value)); + if ((T3729800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[108].Value = ((int)(T3729800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[171].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[108].Value = global::System.DBNull.Value; } - if ((Y2644500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[172].Value = ((int)(Y2644500.Value)); + if ((T3729900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[109].Value = ((int)(T3729900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[172].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[109].Value = global::System.DBNull.Value; } - if ((Y2644600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[173].Value = ((int)(Y2644600.Value)); + if ((T3730000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[110].Value = ((int)(T3730000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[173].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[110].Value = global::System.DBNull.Value; } - if ((Y2644700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[174].Value = ((int)(Y2644700.Value)); + if ((T3730100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[111].Value = ((int)(T3730100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[174].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[111].Value = global::System.DBNull.Value; } - if ((Y2644800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[175].Value = ((int)(Y2644800.Value)); + if ((T4113200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[112].Value = ((int)(T4113200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[175].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[112].Value = global::System.DBNull.Value; } - if ((Y2644900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[176].Value = ((int)(Y2644900.Value)); + if ((T4181100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[113].Value = ((int)(T4181100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[176].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[113].Value = global::System.DBNull.Value; } - if ((Y2645000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[177].Value = ((int)(Y2645000.Value)); + if ((T4181101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[114].Value = ((int)(T4181101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[177].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[114].Value = global::System.DBNull.Value; } - if ((Y2645100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[178].Value = ((int)(Y2645100.Value)); + if ((T4181102.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[115].Value = ((int)(T4181102.Value)); } else { - this.Adapter.UpdateCommand.Parameters[178].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[115].Value = global::System.DBNull.Value; } - if ((Y2645200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[179].Value = ((int)(Y2645200.Value)); + if ((T5023600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[116].Value = ((int)(T5023600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[179].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[116].Value = global::System.DBNull.Value; } - if ((Y2645300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[180].Value = ((int)(Y2645300.Value)); + 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(); } - else { - this.Adapter.UpdateCommand.Parameters[180].Value = global::System.DBNull.Value; + try { + int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); + return returnValue; } - if ((Y2645400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[181].Value = ((int)(Y2645400.Value)); + 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( + int R0000100, + global::System.Nullable R0000149, + global::System.Nullable R0000300, + global::System.Nullable R0000500, + global::System.Nullable R0009100, + global::System.Nullable R0009300, + global::System.Nullable R0172500, + global::System.Nullable R0172600, + global::System.Nullable R0173600, + global::System.Nullable R0214700, + global::System.Nullable R0214800, + global::System.Nullable R0216500, + global::System.Nullable R0329200, + global::System.Nullable R0329210, + global::System.Nullable R0406510, + global::System.Nullable R0410100, + global::System.Nullable R0410300, + global::System.Nullable R0530700, + global::System.Nullable R0530800, + global::System.Nullable R0619010, + global::System.Nullable R0809900, + global::System.Nullable R0810000, + global::System.Nullable R0898310, + global::System.Nullable R1045700, + global::System.Nullable R1045800, + global::System.Nullable R1145110, + global::System.Nullable R1427500, + global::System.Nullable R1427600, + global::System.Nullable R1520310, + global::System.Nullable R1774100, + global::System.Nullable R1774200, + global::System.Nullable R1794600, + global::System.Nullable R1794700, + global::System.Nullable R1891010, + global::System.Nullable R2156200, + global::System.Nullable R2156300, + global::System.Nullable R2258110, + global::System.Nullable R2365700, + global::System.Nullable R2365800, + global::System.Nullable R2445510, + global::System.Nullable R2742500, + global::System.Nullable R2742600, + global::System.Nullable R2871300, + global::System.Nullable R2986100, + global::System.Nullable R2986200, + global::System.Nullable R3075000, + global::System.Nullable R3302500, + global::System.Nullable R3302600, + global::System.Nullable R3401700, + global::System.Nullable R3573400, + global::System.Nullable R3573500, + global::System.Nullable R3657100, + global::System.Nullable R3917600, + global::System.Nullable R3917700, + global::System.Nullable R4007600, + global::System.Nullable R4100200, + global::System.Nullable R4100201, + global::System.Nullable R4100202, + global::System.Nullable R4418700, + global::System.Nullable R4500200, + global::System.Nullable R4500201, + global::System.Nullable R4500202, + global::System.Nullable R5081700, + global::System.Nullable R5167000, + global::System.Nullable R5200200, + global::System.Nullable R5200201, + global::System.Nullable R5200202, + global::System.Nullable R6435300, + global::System.Nullable R6435301, + global::System.Nullable R6435302, + global::System.Nullable R6479800, + global::System.Nullable R6963300, + global::System.Nullable R6963301, + global::System.Nullable R6963302, + global::System.Nullable R7007500, + global::System.Nullable R7656300, + global::System.Nullable R7656301, + global::System.Nullable R7656302, + global::System.Nullable R7704800, + global::System.Nullable R7800500, + global::System.Nullable R7800501, + global::System.Nullable R7800502, + global::System.Nullable R8497200, + global::System.Nullable R9908000, + global::System.Nullable T0000900, + global::System.Nullable T0000901, + global::System.Nullable T0000902, + global::System.Nullable T0989000, + global::System.Nullable T1200700, + global::System.Nullable T1200701, + global::System.Nullable T1200702, + global::System.Nullable T2210800, + global::System.Nullable T2260600, + global::System.Nullable T2260601, + global::System.Nullable T2260602, + global::System.Nullable T2763400, + global::System.Nullable T2763500, + global::System.Nullable T2763600, + global::System.Nullable T2763700, + global::System.Nullable T2763800, + global::System.Nullable T2763900, + global::System.Nullable T2764000, + global::System.Nullable T3108700, + global::System.Nullable T3195600, + global::System.Nullable T3195601, + global::System.Nullable T3195602, + global::System.Nullable T3729600, + global::System.Nullable T3729700, + global::System.Nullable T3729800, + global::System.Nullable T3729900, + global::System.Nullable T3730000, + global::System.Nullable T3730100, + global::System.Nullable T4113200, + global::System.Nullable T4181100, + global::System.Nullable T4181101, + global::System.Nullable T4181102, + global::System.Nullable T5023600, + int Original_R0000100, + global::System.Nullable Original_R0000149, + global::System.Nullable Original_R0000300, + global::System.Nullable Original_R0000500, + global::System.Nullable Original_R0009100, + global::System.Nullable Original_R0009300, + global::System.Nullable Original_R0172500, + global::System.Nullable Original_R0172600, + global::System.Nullable Original_R0173600, + global::System.Nullable Original_R0214700, + global::System.Nullable Original_R0214800, + global::System.Nullable Original_R0216500, + global::System.Nullable Original_R0329200, + global::System.Nullable Original_R0329210, + global::System.Nullable Original_R0406510, + global::System.Nullable Original_R0410100, + global::System.Nullable Original_R0410300, + global::System.Nullable Original_R0530700, + global::System.Nullable Original_R0530800, + global::System.Nullable Original_R0619010, + global::System.Nullable Original_R0809900, + global::System.Nullable Original_R0810000, + global::System.Nullable Original_R0898310, + global::System.Nullable Original_R1045700, + global::System.Nullable Original_R1045800, + global::System.Nullable Original_R1145110, + global::System.Nullable Original_R1427500, + global::System.Nullable Original_R1427600, + global::System.Nullable Original_R1520310, + global::System.Nullable Original_R1774100, + global::System.Nullable Original_R1774200, + global::System.Nullable Original_R1794600, + global::System.Nullable Original_R1794700, + global::System.Nullable Original_R1891010, + global::System.Nullable Original_R2156200, + global::System.Nullable Original_R2156300, + global::System.Nullable Original_R2258110, + global::System.Nullable Original_R2365700, + global::System.Nullable Original_R2365800, + global::System.Nullable Original_R2445510, + global::System.Nullable Original_R2742500, + global::System.Nullable Original_R2742600, + global::System.Nullable Original_R2871300, + global::System.Nullable Original_R2986100, + global::System.Nullable Original_R2986200, + global::System.Nullable Original_R3075000, + global::System.Nullable Original_R3302500, + global::System.Nullable Original_R3302600, + global::System.Nullable Original_R3401700, + global::System.Nullable Original_R3573400, + global::System.Nullable Original_R3573500, + global::System.Nullable Original_R3657100, + global::System.Nullable Original_R3917600, + global::System.Nullable Original_R3917700, + global::System.Nullable Original_R4007600, + global::System.Nullable Original_R4100200, + global::System.Nullable Original_R4100201, + global::System.Nullable Original_R4100202, + global::System.Nullable Original_R4418700, + global::System.Nullable Original_R4500200, + global::System.Nullable Original_R4500201, + global::System.Nullable Original_R4500202, + global::System.Nullable Original_R5081700, + global::System.Nullable Original_R5167000, + global::System.Nullable Original_R5200200, + global::System.Nullable Original_R5200201, + global::System.Nullable Original_R5200202, + global::System.Nullable Original_R6435300, + global::System.Nullable Original_R6435301, + global::System.Nullable Original_R6435302, + global::System.Nullable Original_R6479800, + global::System.Nullable Original_R6963300, + global::System.Nullable Original_R6963301, + global::System.Nullable Original_R6963302, + global::System.Nullable Original_R7007500, + global::System.Nullable Original_R7656300, + global::System.Nullable Original_R7656301, + global::System.Nullable Original_R7656302, + global::System.Nullable Original_R7704800, + global::System.Nullable Original_R7800500, + global::System.Nullable Original_R7800501, + global::System.Nullable Original_R7800502, + global::System.Nullable Original_R8497200, + global::System.Nullable Original_R9908000, + global::System.Nullable Original_T0000900, + global::System.Nullable Original_T0000901, + global::System.Nullable Original_T0000902, + global::System.Nullable Original_T0989000, + global::System.Nullable Original_T1200700, + global::System.Nullable Original_T1200701, + global::System.Nullable Original_T1200702, + global::System.Nullable Original_T2210800, + global::System.Nullable Original_T2260600, + global::System.Nullable Original_T2260601, + global::System.Nullable Original_T2260602, + global::System.Nullable Original_T2763400, + global::System.Nullable Original_T2763500, + global::System.Nullable Original_T2763600, + global::System.Nullable Original_T2763700, + global::System.Nullable Original_T2763800, + global::System.Nullable Original_T2763900, + global::System.Nullable Original_T2764000, + global::System.Nullable Original_T3108700, + global::System.Nullable Original_T3195600, + global::System.Nullable Original_T3195601, + global::System.Nullable Original_T3195602, + global::System.Nullable Original_T3729600, + global::System.Nullable Original_T3729700, + global::System.Nullable Original_T3729800, + global::System.Nullable Original_T3729900, + global::System.Nullable Original_T3730000, + global::System.Nullable Original_T3730100, + global::System.Nullable Original_T4113200, + global::System.Nullable Original_T4181100, + global::System.Nullable Original_T4181101, + global::System.Nullable Original_T4181102, + global::System.Nullable Original_T5023600) { + this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(R0000100)); + if ((R0000149.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(R0000149.Value)); } else { - this.Adapter.UpdateCommand.Parameters[181].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; } - if ((Y2645500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[182].Value = ((int)(Y2645500.Value)); + if ((R0000300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(R0000300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[182].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((Y2645600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[183].Value = ((int)(Y2645600.Value)); + if ((R0000500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(R0000500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[183].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; } - if ((Y2645700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[184].Value = ((int)(Y2645700.Value)); + if ((R0009100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(R0009100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[184].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((Y2645800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[185].Value = ((int)(Y2645800.Value)); + if ((R0009300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(R0009300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[185].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((Y2645900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[186].Value = ((int)(Y2645900.Value)); + if ((R0172500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(R0172500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[186].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((Y2646000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[187].Value = ((int)(Y2646000.Value)); + if ((R0172600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(R0172600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[187].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; } - if ((Y2646100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[188].Value = ((int)(Y2646100.Value)); + if ((R0173600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(R0173600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[188].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((Y2646200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[189].Value = ((int)(Y2646200.Value)); + if ((R0214700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(R0214700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[189].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; } - if ((Y2646300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[190].Value = ((int)(Y2646300.Value)); + if ((R0214800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(R0214800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[190].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((Y2646400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[191].Value = ((int)(Y2646400.Value)); + if ((R0216500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(R0216500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[191].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; } - if ((Y2966400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[192].Value = ((int)(Y2966400.Value)); + if ((R0329200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(R0329200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[192].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((Y2990500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[193].Value = ((int)(Y2990500.Value)); + if ((R0329210.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(R0329210.Value)); } else { - this.Adapter.UpdateCommand.Parameters[193].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; } - if ((Y2990501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[194].Value = ((int)(Y2990501.Value)); + if ((R0406510.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(R0406510.Value)); } else { - this.Adapter.UpdateCommand.Parameters[194].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((Y2990502.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[195].Value = ((int)(Y2990502.Value)); + if ((R0410100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(R0410100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[195].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; } - if ((Y3002700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[196].Value = ((int)(Y3002700.Value)); + if ((R0410300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(R0410300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[196].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((Y3002800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[197].Value = ((int)(Y3002800.Value)); + if ((R0530700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(R0530700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[197].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; } - if ((Y3002900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[198].Value = ((int)(Y3002900.Value)); + if ((R0530800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(R0530800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[198].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((Y3003000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[199].Value = ((int)(Y3003000.Value)); + if ((R0619010.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(R0619010.Value)); } else { - this.Adapter.UpdateCommand.Parameters[199].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; } - if ((Y3003100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[200].Value = ((int)(Y3003100.Value)); + if ((R0809900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(R0809900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[200].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; } - if ((Y3003200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[201].Value = ((int)(Y3003200.Value)); + if ((R0810000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(R0810000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[201].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; } - if ((Y3003300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[202].Value = ((int)(Y3003300.Value)); + if ((R0898310.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[22].Value = ((int)(R0898310.Value)); } else { - this.Adapter.UpdateCommand.Parameters[202].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((Y3003400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[203].Value = ((int)(Y3003400.Value)); + if ((R1045700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(R1045700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[203].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; } - if ((Y3003500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[204].Value = ((int)(Y3003500.Value)); + if ((R1045800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[24].Value = ((int)(R1045800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[204].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; } - if ((Y3003600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[205].Value = ((int)(Y3003600.Value)); + if ((R1145110.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(R1145110.Value)); } else { - this.Adapter.UpdateCommand.Parameters[205].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; } - if ((Y3331900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[206].Value = ((int)(Y3331900.Value)); + if ((R1427500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[26].Value = ((int)(R1427500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[206].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; } - this.Adapter.UpdateCommand.Parameters[207].Value = ((int)(Original_C0000100)); - if ((Original_C0000200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[208].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[209].Value = ((int)(Original_C0000200.Value)); + if ((R1427600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(R1427600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[208].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[209].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; } - if ((Original_C0005300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[210].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[211].Value = ((int)(Original_C0005300.Value)); + if ((R1520310.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[28].Value = ((int)(R1520310.Value)); } else { - this.Adapter.UpdateCommand.Parameters[210].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[211].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; } - if ((Original_C0005400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[212].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[213].Value = ((int)(Original_C0005400.Value)); + if ((R1774100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(R1774100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[212].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[213].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; } - if ((Original_C0005500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[214].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[215].Value = ((int)(Original_C0005500.Value)); + if ((R1774200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(R1774200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[214].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[215].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; } - if ((Original_C0005700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[216].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[217].Value = ((int)(Original_C0005700.Value)); + if ((R1794600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(R1794600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[216].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[217].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; } - if ((Original_C0005800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[218].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[219].Value = ((int)(Original_C0005800.Value)); + if ((R1794700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[32].Value = ((int)(R1794700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[218].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[219].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; } - if ((Original_C0006500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[220].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[221].Value = ((int)(Original_C0006500.Value)); + if ((R1891010.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(R1891010.Value)); } else { - this.Adapter.UpdateCommand.Parameters[220].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[221].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; } - if ((Original_C0006800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[222].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[223].Value = ((int)(Original_C0006800.Value)); + if ((R2156200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[34].Value = ((int)(R2156200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[222].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[223].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; } - if ((Original_C0007010.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[224].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[225].Value = ((int)(Original_C0007010.Value)); + if ((R2156300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(R2156300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[224].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[225].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; } - if ((Original_C0007030.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[226].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[227].Value = ((int)(Original_C0007030.Value)); + if ((R2258110.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[36].Value = ((int)(R2258110.Value)); } else { - this.Adapter.UpdateCommand.Parameters[226].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[227].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; } - if ((Original_C0007041.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[228].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[229].Value = ((int)(Original_C0007041.Value)); + if ((R2365700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(R2365700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[228].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[229].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; } - if ((Original_C0007043.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[230].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[231].Value = ((int)(Original_C0007043.Value)); + if ((R2365800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[38].Value = ((int)(R2365800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[230].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[231].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; } - if ((Original_C0007045.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[232].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[233].Value = ((int)(Original_C0007045.Value)); + if ((R2445510.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[39].Value = ((int)(R2445510.Value)); } else { - this.Adapter.UpdateCommand.Parameters[232].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[233].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; } - if ((Original_C0007047.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[234].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[235].Value = ((int)(Original_C0007047.Value)); + if ((R2742500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[40].Value = ((int)(R2742500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[234].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[235].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; } - if ((Original_C0007049.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[236].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[237].Value = ((int)(Original_C0007049.Value)); + if ((R2742600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[41].Value = ((int)(R2742600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[236].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[237].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; } - if ((Original_C0007052.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[238].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[239].Value = ((int)(Original_C0007052.Value)); + if ((R2871300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[42].Value = ((int)(R2871300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[238].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[239].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; } - if ((Original_C0007055.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[240].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[241].Value = ((int)(Original_C0007055.Value)); + if ((R2986100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[43].Value = ((int)(R2986100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[240].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[241].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; } - if ((Original_C0402400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[242].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[243].Value = ((int)(Original_C0402400.Value)); + if ((R2986200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[44].Value = ((int)(R2986200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[242].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[243].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value; } - if ((Original_C0402500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[244].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[245].Value = ((int)(Original_C0402500.Value)); + if ((R3075000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[45].Value = ((int)(R3075000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[244].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[245].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value; } - if ((Original_C0402600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[246].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[247].Value = ((int)(Original_C0402600.Value)); + if ((R3302500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[46].Value = ((int)(R3302500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[246].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[247].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value; } - if ((Original_C0404100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[248].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[249].Value = ((int)(Original_C0404100.Value)); + if ((R3302600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[47].Value = ((int)(R3302600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[248].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[249].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value; } - if ((Original_C0404200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[250].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[251].Value = ((int)(Original_C0404200.Value)); + if ((R3401700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[48].Value = ((int)(R3401700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[250].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[251].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value; } - if ((Original_C0737000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[252].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[253].Value = ((int)(Original_C0737000.Value)); + if ((R3573400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[49].Value = ((int)(R3573400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[252].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[253].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value; } - if ((Original_C0737100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[254].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[255].Value = ((int)(Original_C0737100.Value)); + if ((R3573500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[50].Value = ((int)(R3573500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[254].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[255].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value; } - if ((Original_C0737200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[256].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[257].Value = ((int)(Original_C0737200.Value)); + if ((R3657100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[51].Value = ((int)(R3657100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[256].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[257].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value; } - if ((Original_C0948700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[258].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[259].Value = ((int)(Original_C0948700.Value)); + if ((R3917600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[52].Value = ((int)(R3917600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[258].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[259].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value; } - if ((Original_C0948800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[260].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[261].Value = ((int)(Original_C0948800.Value)); + if ((R3917700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[53].Value = ((int)(R3917700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[260].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[261].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value; } - if ((Original_C0948900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[262].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[263].Value = ((int)(Original_C0948900.Value)); + if ((R4007600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[54].Value = ((int)(R4007600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[262].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[263].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value; } - if ((Original_C1146600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[264].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[265].Value = ((int)(Original_C1146600.Value)); + if ((R4100200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[55].Value = ((int)(R4100200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[264].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[265].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value; } - if ((Original_C1146700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[266].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[267].Value = ((int)(Original_C1146700.Value)); + if ((R4100201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[56].Value = ((int)(R4100201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[266].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[267].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value; } - if ((Original_C1146800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[268].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[269].Value = ((int)(Original_C1146800.Value)); + if ((R4100202.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[57].Value = ((int)(R4100202.Value)); } else { - this.Adapter.UpdateCommand.Parameters[268].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[269].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value; } - if ((Original_C1230100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[270].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[271].Value = ((int)(Original_C1230100.Value)); + if ((R4418700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[58].Value = ((int)(R4418700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[270].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[271].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value; } - if ((Original_C1230200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[272].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[273].Value = ((int)(Original_C1230200.Value)); + if ((R4500200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[59].Value = ((int)(R4500200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[272].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[273].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value; } - if ((Original_C1230300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[274].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[275].Value = ((int)(Original_C1230300.Value)); + if ((R4500201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[60].Value = ((int)(R4500201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[274].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[275].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value; } - if ((Original_C1548100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[276].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[277].Value = ((int)(Original_C1548100.Value)); + if ((R4500202.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[61].Value = ((int)(R4500202.Value)); } else { - this.Adapter.UpdateCommand.Parameters[276].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[277].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value; } - if ((Original_C1548101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[278].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[279].Value = ((int)(Original_C1548101.Value)); + if ((R5081700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[62].Value = ((int)(R5081700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[278].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[279].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value; } - if ((Original_C1548102.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[280].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[281].Value = ((int)(Original_C1548102.Value)); + if ((R5167000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[63].Value = ((int)(R5167000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[280].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[281].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value; } - if ((Original_C1989400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[282].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[283].Value = ((int)(Original_C1989400.Value)); + if ((R5200200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[64].Value = ((int)(R5200200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[282].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[283].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value; } - if ((Original_C1989401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[284].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[285].Value = ((int)(Original_C1989401.Value)); + if ((R5200201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[65].Value = ((int)(R5200201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[284].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[285].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[65].Value = global::System.DBNull.Value; } - if ((Original_C1989402.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[286].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[287].Value = ((int)(Original_C1989402.Value)); + if ((R5200202.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[66].Value = ((int)(R5200202.Value)); } else { - this.Adapter.UpdateCommand.Parameters[286].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[287].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value; } - if ((Original_C2305100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[288].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[289].Value = ((int)(Original_C2305100.Value)); + if ((R6435300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[67].Value = ((int)(R6435300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[288].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[289].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[67].Value = global::System.DBNull.Value; } - if ((Original_C2305101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[290].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[291].Value = ((int)(Original_C2305101.Value)); + if ((R6435301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[68].Value = ((int)(R6435301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[290].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[291].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value; } - if ((Original_C2305102.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[292].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[293].Value = ((int)(Original_C2305102.Value)); + if ((R6435302.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[69].Value = ((int)(R6435302.Value)); } else { - this.Adapter.UpdateCommand.Parameters[292].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[293].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[69].Value = global::System.DBNull.Value; } - if ((Original_C2544700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[294].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[295].Value = ((int)(Original_C2544700.Value)); + if ((R6479800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[70].Value = ((int)(R6479800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[294].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[295].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value; } - if ((Original_C2544701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[296].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[297].Value = ((int)(Original_C2544701.Value)); + if ((R6963300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[71].Value = ((int)(R6963300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[296].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[297].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[71].Value = global::System.DBNull.Value; } - if ((Original_C2544702.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[298].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[299].Value = ((int)(Original_C2544702.Value)); + if ((R6963301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[72].Value = ((int)(R6963301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[298].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[299].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[72].Value = global::System.DBNull.Value; } - if ((Original_C2814500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[300].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[301].Value = ((int)(Original_C2814500.Value)); + if ((R6963302.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[73].Value = ((int)(R6963302.Value)); } else { - this.Adapter.UpdateCommand.Parameters[300].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[301].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[73].Value = global::System.DBNull.Value; } - if ((Original_C2814501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[302].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[303].Value = ((int)(Original_C2814501.Value)); + if ((R7007500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[74].Value = ((int)(R7007500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[302].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[303].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[74].Value = global::System.DBNull.Value; } - if ((Original_C2814502.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[304].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[305].Value = ((int)(Original_C2814502.Value)); + if ((R7656300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[75].Value = ((int)(R7656300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[304].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[305].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[75].Value = global::System.DBNull.Value; } - if ((Original_C3123500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[306].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[307].Value = ((int)(Original_C3123500.Value)); + if ((R7656301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[76].Value = ((int)(R7656301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[306].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[307].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[76].Value = global::System.DBNull.Value; } - if ((Original_C3123501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[308].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[309].Value = ((int)(Original_C3123501.Value)); + if ((R7656302.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[77].Value = ((int)(R7656302.Value)); } else { - this.Adapter.UpdateCommand.Parameters[308].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[309].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[77].Value = global::System.DBNull.Value; } - if ((Original_C3123502.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[310].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[311].Value = ((int)(Original_C3123502.Value)); + if ((R7704800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[78].Value = ((int)(R7704800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[310].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[311].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[78].Value = global::System.DBNull.Value; } - if ((Original_C3601100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[312].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[313].Value = ((int)(Original_C3601100.Value)); + if ((R7800500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[79].Value = ((int)(R7800500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[312].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[313].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[79].Value = global::System.DBNull.Value; } - if ((Original_C3627700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[314].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[315].Value = ((int)(Original_C3627700.Value)); + if ((R7800501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[80].Value = ((int)(R7800501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[314].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[315].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[80].Value = global::System.DBNull.Value; } - if ((Original_C3627701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[316].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[317].Value = ((int)(Original_C3627701.Value)); + if ((R7800502.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[81].Value = ((int)(R7800502.Value)); } else { - this.Adapter.UpdateCommand.Parameters[316].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[317].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[81].Value = global::System.DBNull.Value; } - if ((Original_C3627702.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[318].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[319].Value = ((int)(Original_C3627702.Value)); + if ((R8497200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[82].Value = ((int)(R8497200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[318].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[319].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[82].Value = global::System.DBNull.Value; } - if ((Original_C3981100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[320].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[321].Value = ((int)(Original_C3981100.Value)); + if ((R9908000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[83].Value = ((int)(R9908000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[320].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[321].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[83].Value = global::System.DBNull.Value; } - if ((Original_C4006300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[322].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[323].Value = ((int)(Original_C4006300.Value)); + if ((T0000900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[84].Value = ((int)(T0000900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[322].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[323].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[84].Value = global::System.DBNull.Value; } - if ((Original_C4006301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[324].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[325].Value = ((int)(Original_C4006301.Value)); + if ((T0000901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[85].Value = ((int)(T0000901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[324].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[325].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[85].Value = global::System.DBNull.Value; } - if ((Original_C4006302.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[326].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[327].Value = ((int)(Original_C4006302.Value)); + if ((T0000902.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[86].Value = ((int)(T0000902.Value)); } else { - this.Adapter.UpdateCommand.Parameters[326].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[327].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[86].Value = global::System.DBNull.Value; } - if ((Original_C5524800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[328].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[329].Value = ((int)(Original_C5524800.Value)); + if ((T0989000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[87].Value = ((int)(T0989000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[328].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[329].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[87].Value = global::System.DBNull.Value; } - if ((Original_C5550100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[330].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[331].Value = ((int)(Original_C5550100.Value)); + if ((T1200700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[88].Value = ((int)(T1200700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[330].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[331].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[88].Value = global::System.DBNull.Value; } - if ((Original_C5550101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[332].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[333].Value = ((int)(Original_C5550101.Value)); + if ((T1200701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[89].Value = ((int)(T1200701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[332].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[333].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[89].Value = global::System.DBNull.Value; } - if ((Original_C5550102.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[334].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[335].Value = ((int)(Original_C5550102.Value)); + if ((T1200702.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[90].Value = ((int)(T1200702.Value)); } else { - this.Adapter.UpdateCommand.Parameters[334].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[335].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[90].Value = global::System.DBNull.Value; } - if ((Original_C5801100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[336].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[337].Value = ((int)(Original_C5801100.Value)); + if ((T2210800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[91].Value = ((int)(T2210800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[336].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[337].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[91].Value = global::System.DBNull.Value; } - if ((Original_Y0000200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[338].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[339].Value = ((int)(Original_Y0000200.Value)); + if ((T2260600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[92].Value = ((int)(T2260600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[338].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[339].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[92].Value = global::System.DBNull.Value; } - if ((Original_Y0000201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[340].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[341].Value = ((int)(Original_Y0000201.Value)); + if ((T2260601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[93].Value = ((int)(T2260601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[340].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[341].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[93].Value = global::System.DBNull.Value; } - if ((Original_Y0000202.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[342].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[343].Value = ((int)(Original_Y0000202.Value)); + if ((T2260602.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[94].Value = ((int)(T2260602.Value)); } else { - this.Adapter.UpdateCommand.Parameters[342].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[343].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[94].Value = global::System.DBNull.Value; } - if ((Original_Y0002100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[344].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[345].Value = ((int)(Original_Y0002100.Value)); + if ((T2763400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[95].Value = ((int)(T2763400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[344].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[345].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[95].Value = global::System.DBNull.Value; } - if ((Original_Y0390100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[346].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[347].Value = ((int)(Original_Y0390100.Value)); + if ((T2763500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[96].Value = ((int)(T2763500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[346].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[347].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[96].Value = global::System.DBNull.Value; } - if ((Original_Y0390101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[348].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[349].Value = ((int)(Original_Y0390101.Value)); + if ((T2763600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[97].Value = ((int)(T2763600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[348].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[349].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[97].Value = global::System.DBNull.Value; } - if ((Original_Y0390102.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[350].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[351].Value = ((int)(Original_Y0390102.Value)); + if ((T2763700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[98].Value = ((int)(T2763700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[350].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[351].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[98].Value = global::System.DBNull.Value; } - if ((Original_Y0677600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[352].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[353].Value = ((int)(Original_Y0677600.Value)); + if ((T2763800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[99].Value = ((int)(T2763800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[352].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[353].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[99].Value = global::System.DBNull.Value; } - if ((Original_Y0933700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[354].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[355].Value = ((int)(Original_Y0933700.Value)); + if ((T2763900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[100].Value = ((int)(T2763900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[354].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[355].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[100].Value = global::System.DBNull.Value; } - if ((Original_Y0933701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[356].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[357].Value = ((int)(Original_Y0933701.Value)); + if ((T2764000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[101].Value = ((int)(T2764000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[356].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[357].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[101].Value = global::System.DBNull.Value; } - if ((Original_Y0933702.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[358].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[359].Value = ((int)(Original_Y0933702.Value)); + if ((T3108700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[102].Value = ((int)(T3108700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[358].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[359].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[102].Value = global::System.DBNull.Value; } - if ((Original_Y0974800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[360].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[361].Value = ((int)(Original_Y0974800.Value)); + if ((T3195600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[103].Value = ((int)(T3195600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[360].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[361].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[103].Value = global::System.DBNull.Value; } - if ((Original_Y1180500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[362].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[363].Value = ((int)(Original_Y1180500.Value)); + if ((T3195601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[104].Value = ((int)(T3195601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[362].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[363].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[104].Value = global::System.DBNull.Value; } - if ((Original_Y1180501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[364].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[365].Value = ((int)(Original_Y1180501.Value)); + if ((T3195602.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[105].Value = ((int)(T3195602.Value)); } else { - this.Adapter.UpdateCommand.Parameters[364].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[365].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[105].Value = global::System.DBNull.Value; } - if ((Original_Y1180502.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[366].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[367].Value = ((int)(Original_Y1180502.Value)); + if ((T3729600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[106].Value = ((int)(T3729600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[366].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[367].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[106].Value = global::System.DBNull.Value; } - if ((Original_Y1192400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[368].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[369].Value = ((int)(Original_Y1192400.Value)); + if ((T3729700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[107].Value = ((int)(T3729700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[368].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[369].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[107].Value = global::System.DBNull.Value; } - if ((Original_Y1421100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[370].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[371].Value = ((int)(Original_Y1421100.Value)); + if ((T3729800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[108].Value = ((int)(T3729800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[370].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[371].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[108].Value = global::System.DBNull.Value; } - if ((Original_Y1421101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[372].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[373].Value = ((int)(Original_Y1421101.Value)); + if ((T3729900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[109].Value = ((int)(T3729900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[372].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[373].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[109].Value = global::System.DBNull.Value; } - if ((Original_Y1421102.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[374].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[375].Value = ((int)(Original_Y1421102.Value)); + if ((T3730000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[110].Value = ((int)(T3730000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[374].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[375].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[110].Value = global::System.DBNull.Value; } - if ((Original_Y1434300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[376].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[377].Value = ((int)(Original_Y1434300.Value)); + if ((T3730100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[111].Value = ((int)(T3730100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[376].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[377].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[111].Value = global::System.DBNull.Value; } - if ((Original_Y1450200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[378].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[379].Value = ((int)(Original_Y1450200.Value)); + if ((T4113200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[112].Value = ((int)(T4113200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[378].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[379].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[112].Value = global::System.DBNull.Value; } - if ((Original_Y1450201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[380].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[381].Value = ((int)(Original_Y1450201.Value)); + if ((T4181100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[113].Value = ((int)(T4181100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[380].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[381].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[113].Value = global::System.DBNull.Value; } - if ((Original_Y1450202.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[382].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[383].Value = ((int)(Original_Y1450202.Value)); + if ((T4181101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[114].Value = ((int)(T4181101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[382].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[383].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[114].Value = global::System.DBNull.Value; } - if ((Original_Y1672700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[384].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[385].Value = ((int)(Original_Y1672700.Value)); + if ((T4181102.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[115].Value = ((int)(T4181102.Value)); } else { - this.Adapter.UpdateCommand.Parameters[384].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[385].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[115].Value = global::System.DBNull.Value; } - if ((Original_Y1695600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[386].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[387].Value = ((int)(Original_Y1695600.Value)); + if ((T5023600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[116].Value = ((int)(T5023600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[386].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[387].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[116].Value = global::System.DBNull.Value; } - if ((Original_Y1695601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[388].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[389].Value = ((int)(Original_Y1695601.Value)); + this.Adapter.UpdateCommand.Parameters[117].Value = ((int)(Original_R0000100)); + if ((Original_R0000149.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[118].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[119].Value = ((int)(Original_R0000149.Value)); } else { - this.Adapter.UpdateCommand.Parameters[388].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[389].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[118].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[119].Value = global::System.DBNull.Value; } - if ((Original_Y1695602.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[390].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[391].Value = ((int)(Original_Y1695602.Value)); + if ((Original_R0000300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[120].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[121].Value = ((int)(Original_R0000300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[390].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[391].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[120].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[121].Value = global::System.DBNull.Value; } - if ((Original_Y1707300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[392].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[393].Value = ((int)(Original_Y1707300.Value)); + if ((Original_R0000500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[122].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[123].Value = ((int)(Original_R0000500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[392].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[393].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[122].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[123].Value = global::System.DBNull.Value; } - if ((Original_Y1707400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[394].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[395].Value = ((int)(Original_Y1707400.Value)); + if ((Original_R0009100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[124].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[125].Value = ((int)(Original_R0009100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[394].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[395].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[124].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[125].Value = global::System.DBNull.Value; } - if ((Original_Y1707500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[396].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[397].Value = ((int)(Original_Y1707500.Value)); + if ((Original_R0009300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[126].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[127].Value = ((int)(Original_R0009300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[396].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[397].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[126].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[127].Value = global::System.DBNull.Value; } - if ((Original_Y1707600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[398].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[399].Value = ((int)(Original_Y1707600.Value)); + if ((Original_R0172500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[128].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[129].Value = ((int)(Original_R0172500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[398].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[399].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[128].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[129].Value = global::System.DBNull.Value; } - if ((Original_Y1707700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[400].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[401].Value = ((int)(Original_Y1707700.Value)); + if ((Original_R0172600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[130].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[131].Value = ((int)(Original_R0172600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[400].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[401].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[130].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[131].Value = global::System.DBNull.Value; } - if ((Original_Y1707800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[402].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[403].Value = ((int)(Original_Y1707800.Value)); + if ((Original_R0173600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[132].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[133].Value = ((int)(Original_R0173600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[402].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[403].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[132].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[133].Value = global::System.DBNull.Value; } - if ((Original_Y1707900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[404].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[405].Value = ((int)(Original_Y1707900.Value)); + if ((Original_R0214700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[134].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[135].Value = ((int)(Original_R0214700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[404].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[405].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[134].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[135].Value = global::System.DBNull.Value; } - if ((Original_Y1708000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[406].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[407].Value = ((int)(Original_Y1708000.Value)); + if ((Original_R0214800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[136].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[137].Value = ((int)(Original_R0214800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[406].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[407].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[136].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[137].Value = global::System.DBNull.Value; } - if ((Original_Y1708100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[408].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[409].Value = ((int)(Original_Y1708100.Value)); + if ((Original_R0216500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[138].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[139].Value = ((int)(Original_R0216500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[408].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[409].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[138].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[139].Value = global::System.DBNull.Value; } - if ((Original_Y1708200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[410].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[411].Value = ((int)(Original_Y1708200.Value)); + if ((Original_R0329200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[140].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[141].Value = ((int)(Original_R0329200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[410].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[411].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[140].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[141].Value = global::System.DBNull.Value; } - if ((Original_Y1708300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[412].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[413].Value = ((int)(Original_Y1708300.Value)); + if ((Original_R0329210.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[142].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[143].Value = ((int)(Original_R0329210.Value)); } else { - this.Adapter.UpdateCommand.Parameters[412].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[413].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[142].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[143].Value = global::System.DBNull.Value; } - if ((Original_Y1708400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[414].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[415].Value = ((int)(Original_Y1708400.Value)); + if ((Original_R0406510.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[144].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[145].Value = ((int)(Original_R0406510.Value)); } else { - this.Adapter.UpdateCommand.Parameters[414].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[415].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[144].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[145].Value = global::System.DBNull.Value; } - if ((Original_Y1708500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[416].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[417].Value = ((int)(Original_Y1708500.Value)); + if ((Original_R0410100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[146].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[147].Value = ((int)(Original_R0410100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[416].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[417].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[146].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[147].Value = global::System.DBNull.Value; } - if ((Original_Y1708600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[418].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[419].Value = ((int)(Original_Y1708600.Value)); + if ((Original_R0410300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[148].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[149].Value = ((int)(Original_R0410300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[418].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[419].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[148].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[149].Value = global::System.DBNull.Value; } - if ((Original_Y1708700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[420].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[421].Value = ((int)(Original_Y1708700.Value)); + if ((Original_R0530700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[150].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[151].Value = ((int)(Original_R0530700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[420].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[421].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[150].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[151].Value = global::System.DBNull.Value; } - if ((Original_Y1708800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[422].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[423].Value = ((int)(Original_Y1708800.Value)); + if ((Original_R0530800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[152].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[153].Value = ((int)(Original_R0530800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[422].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[423].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[152].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[153].Value = global::System.DBNull.Value; } - if ((Original_Y1708900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[424].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[425].Value = ((int)(Original_Y1708900.Value)); + if ((Original_R0619010.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[154].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[155].Value = ((int)(Original_R0619010.Value)); } else { - this.Adapter.UpdateCommand.Parameters[424].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[425].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[154].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[155].Value = global::System.DBNull.Value; } - if ((Original_Y1709000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[426].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[427].Value = ((int)(Original_Y1709000.Value)); + if ((Original_R0809900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[156].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[157].Value = ((int)(Original_R0809900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[426].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[427].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[156].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[157].Value = global::System.DBNull.Value; } - if ((Original_Y1709100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[428].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[429].Value = ((int)(Original_Y1709100.Value)); + if ((Original_R0810000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[158].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[159].Value = ((int)(Original_R0810000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[428].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[429].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[158].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[159].Value = global::System.DBNull.Value; } - if ((Original_Y1709200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[430].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[431].Value = ((int)(Original_Y1709200.Value)); + if ((Original_R0898310.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[160].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[161].Value = ((int)(Original_R0898310.Value)); } else { - this.Adapter.UpdateCommand.Parameters[430].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[431].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[160].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[161].Value = global::System.DBNull.Value; } - if ((Original_Y1709300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[432].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[433].Value = ((int)(Original_Y1709300.Value)); + if ((Original_R1045700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[162].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[163].Value = ((int)(Original_R1045700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[432].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[433].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[162].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[163].Value = global::System.DBNull.Value; } - if ((Original_Y1948500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[434].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[435].Value = ((int)(Original_Y1948500.Value)); + if ((Original_R1045800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[164].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[165].Value = ((int)(Original_R1045800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[434].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[435].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[164].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[165].Value = global::System.DBNull.Value; } - if ((Original_Y1981600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[436].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[437].Value = ((int)(Original_Y1981600.Value)); + if ((Original_R1145110.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[166].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[167].Value = ((int)(Original_R1145110.Value)); } else { - this.Adapter.UpdateCommand.Parameters[436].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[437].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[166].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[167].Value = global::System.DBNull.Value; } - if ((Original_Y1981601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[438].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[439].Value = ((int)(Original_Y1981601.Value)); + if ((Original_R1427500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[168].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[169].Value = ((int)(Original_R1427500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[438].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[439].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[168].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[169].Value = global::System.DBNull.Value; } - if ((Original_Y1981602.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[440].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[441].Value = ((int)(Original_Y1981602.Value)); + if ((Original_R1427600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[170].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[171].Value = ((int)(Original_R1427600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[440].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[441].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[170].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[171].Value = global::System.DBNull.Value; } - if ((Original_Y1992900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[442].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[443].Value = ((int)(Original_Y1992900.Value)); + if ((Original_R1520310.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[172].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[173].Value = ((int)(Original_R1520310.Value)); } else { - this.Adapter.UpdateCommand.Parameters[442].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[443].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[172].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[173].Value = global::System.DBNull.Value; } - if ((Original_Y1993000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[444].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[445].Value = ((int)(Original_Y1993000.Value)); + if ((Original_R1774100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[174].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[175].Value = ((int)(Original_R1774100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[444].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[445].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[174].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[175].Value = global::System.DBNull.Value; } - if ((Original_Y1993100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[446].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[447].Value = ((int)(Original_Y1993100.Value)); + if ((Original_R1774200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[176].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[177].Value = ((int)(Original_R1774200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[446].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[447].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[176].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[177].Value = global::System.DBNull.Value; } - if ((Original_Y1993200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[448].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[449].Value = ((int)(Original_Y1993200.Value)); + if ((Original_R1794600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[178].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[179].Value = ((int)(Original_R1794600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[448].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[449].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[178].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[179].Value = global::System.DBNull.Value; } - if ((Original_Y1993300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[450].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[451].Value = ((int)(Original_Y1993300.Value)); + if ((Original_R1794700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[180].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[181].Value = ((int)(Original_R1794700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[450].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[451].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[180].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[181].Value = global::System.DBNull.Value; } - if ((Original_Y1993400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[452].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[453].Value = ((int)(Original_Y1993400.Value)); + if ((Original_R1891010.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[182].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[183].Value = ((int)(Original_R1891010.Value)); } else { - this.Adapter.UpdateCommand.Parameters[452].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[453].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[182].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[183].Value = global::System.DBNull.Value; } - if ((Original_Y1993500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[454].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[455].Value = ((int)(Original_Y1993500.Value)); + if ((Original_R2156200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[184].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[185].Value = ((int)(Original_R2156200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[454].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[455].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[184].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[185].Value = global::System.DBNull.Value; } - if ((Original_Y1993600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[456].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[457].Value = ((int)(Original_Y1993600.Value)); + if ((Original_R2156300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[186].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[187].Value = ((int)(Original_R2156300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[456].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[457].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[186].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[187].Value = global::System.DBNull.Value; } - if ((Original_Y1993700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[458].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[459].Value = ((int)(Original_Y1993700.Value)); + if ((Original_R2258110.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[188].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[189].Value = ((int)(Original_R2258110.Value)); } else { - this.Adapter.UpdateCommand.Parameters[458].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[459].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[188].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[189].Value = global::System.DBNull.Value; } - if ((Original_Y1993800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[460].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[461].Value = ((int)(Original_Y1993800.Value)); + if ((Original_R2365700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[190].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[191].Value = ((int)(Original_R2365700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[460].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[461].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[190].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[191].Value = global::System.DBNull.Value; } - if ((Original_Y1993900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[462].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[463].Value = ((int)(Original_Y1993900.Value)); + if ((Original_R2365800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[192].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[193].Value = ((int)(Original_R2365800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[462].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[463].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[192].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[193].Value = global::System.DBNull.Value; } - if ((Original_Y1994000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[464].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[465].Value = ((int)(Original_Y1994000.Value)); + if ((Original_R2445510.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[194].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[195].Value = ((int)(Original_R2445510.Value)); } else { - this.Adapter.UpdateCommand.Parameters[464].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[465].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[194].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[195].Value = global::System.DBNull.Value; } - if ((Original_Y1994100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[466].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[467].Value = ((int)(Original_Y1994100.Value)); + if ((Original_R2742500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[196].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[197].Value = ((int)(Original_R2742500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[466].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[467].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[196].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[197].Value = global::System.DBNull.Value; } - if ((Original_Y1994200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[468].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[469].Value = ((int)(Original_Y1994200.Value)); + if ((Original_R2742600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[198].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[199].Value = ((int)(Original_R2742600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[468].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[469].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[198].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[199].Value = global::System.DBNull.Value; } - if ((Original_Y1994300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[470].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[471].Value = ((int)(Original_Y1994300.Value)); + if ((Original_R2871300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[200].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[201].Value = ((int)(Original_R2871300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[470].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[471].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[200].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[201].Value = global::System.DBNull.Value; } - if ((Original_Y1994400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[472].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[473].Value = ((int)(Original_Y1994400.Value)); + if ((Original_R2986100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[202].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[203].Value = ((int)(Original_R2986100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[472].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[473].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[202].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[203].Value = global::System.DBNull.Value; } - if ((Original_Y1994500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[474].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[475].Value = ((int)(Original_Y1994500.Value)); + if ((Original_R2986200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[204].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[205].Value = ((int)(Original_R2986200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[474].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[475].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[204].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[205].Value = global::System.DBNull.Value; } - if ((Original_Y1994600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[476].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[477].Value = ((int)(Original_Y1994600.Value)); + if ((Original_R3075000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[206].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[207].Value = ((int)(Original_R3075000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[476].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[477].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[206].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[207].Value = global::System.DBNull.Value; } - if ((Original_Y1994700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[478].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[479].Value = ((int)(Original_Y1994700.Value)); + if ((Original_R3302500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[208].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[209].Value = ((int)(Original_R3302500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[478].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[479].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[208].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[209].Value = global::System.DBNull.Value; } - if ((Original_Y1994800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[480].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[481].Value = ((int)(Original_Y1994800.Value)); + if ((Original_R3302600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[210].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[211].Value = ((int)(Original_R3302600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[480].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[481].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[210].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[211].Value = global::System.DBNull.Value; } - if ((Original_Y1994900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[482].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[483].Value = ((int)(Original_Y1994900.Value)); + if ((Original_R3401700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[212].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[213].Value = ((int)(Original_R3401700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[482].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[483].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[212].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[213].Value = global::System.DBNull.Value; } - if ((Original_Y2148600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[484].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[485].Value = ((int)(Original_Y2148600.Value)); + if ((Original_R3573400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[214].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[215].Value = ((int)(Original_R3573400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[484].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[485].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[214].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[215].Value = global::System.DBNull.Value; } - if ((Original_Y2267100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[486].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[487].Value = ((int)(Original_Y2267100.Value)); + if ((Original_R3573500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[216].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[217].Value = ((int)(Original_R3573500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[486].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[487].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[216].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[217].Value = global::System.DBNull.Value; } - if ((Original_Y2300400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[488].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[489].Value = ((int)(Original_Y2300400.Value)); + if ((Original_R3657100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[218].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[219].Value = ((int)(Original_R3657100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[488].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[489].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[218].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[219].Value = global::System.DBNull.Value; } - if ((Original_Y2300401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[490].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[491].Value = ((int)(Original_Y2300401.Value)); + if ((Original_R3917600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[220].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[221].Value = ((int)(Original_R3917600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[490].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[491].Value = global::System.DBNull.Value; - } - if ((Original_Y2300402.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[492].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[493].Value = ((int)(Original_Y2300402.Value)); + this.Adapter.UpdateCommand.Parameters[220].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[221].Value = global::System.DBNull.Value; + } + if ((Original_R3917700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[222].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[223].Value = ((int)(Original_R3917700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[492].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[493].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[222].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[223].Value = global::System.DBNull.Value; } - if ((Original_Y2311700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[494].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[495].Value = ((int)(Original_Y2311700.Value)); + if ((Original_R4007600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[224].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[225].Value = ((int)(Original_R4007600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[494].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[495].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[224].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[225].Value = global::System.DBNull.Value; } - if ((Original_Y2311800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[496].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[497].Value = ((int)(Original_Y2311800.Value)); + if ((Original_R4100200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[226].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[227].Value = ((int)(Original_R4100200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[496].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[497].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[226].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[227].Value = global::System.DBNull.Value; } - if ((Original_Y2311900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[498].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[499].Value = ((int)(Original_Y2311900.Value)); + if ((Original_R4100201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[228].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[229].Value = ((int)(Original_R4100201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[498].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[499].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[228].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[229].Value = global::System.DBNull.Value; } - if ((Original_Y2312000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[500].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[501].Value = ((int)(Original_Y2312000.Value)); + if ((Original_R4100202.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[230].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[231].Value = ((int)(Original_R4100202.Value)); } else { - this.Adapter.UpdateCommand.Parameters[500].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[501].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[230].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[231].Value = global::System.DBNull.Value; } - if ((Original_Y2312100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[502].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[503].Value = ((int)(Original_Y2312100.Value)); + if ((Original_R4418700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[232].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[233].Value = ((int)(Original_R4418700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[502].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[503].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[232].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[233].Value = global::System.DBNull.Value; } - if ((Original_Y2312200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[504].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[505].Value = ((int)(Original_Y2312200.Value)); + if ((Original_R4500200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[234].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[235].Value = ((int)(Original_R4500200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[504].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[505].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[234].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[235].Value = global::System.DBNull.Value; } - if ((Original_Y2312300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[506].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[507].Value = ((int)(Original_Y2312300.Value)); + if ((Original_R4500201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[236].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[237].Value = ((int)(Original_R4500201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[506].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[507].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[236].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[237].Value = global::System.DBNull.Value; } - if ((Original_Y2312400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[508].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[509].Value = ((int)(Original_Y2312400.Value)); + if ((Original_R4500202.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[238].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[239].Value = ((int)(Original_R4500202.Value)); } else { - this.Adapter.UpdateCommand.Parameters[508].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[509].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[238].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[239].Value = global::System.DBNull.Value; } - if ((Original_Y2312500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[510].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[511].Value = ((int)(Original_Y2312500.Value)); + if ((Original_R5081700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[240].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[241].Value = ((int)(Original_R5081700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[510].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[511].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[240].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[241].Value = global::System.DBNull.Value; } - if ((Original_Y2312600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[512].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[513].Value = ((int)(Original_Y2312600.Value)); + if ((Original_R5167000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[242].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[243].Value = ((int)(Original_R5167000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[512].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[513].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[242].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[243].Value = global::System.DBNull.Value; } - if ((Original_Y2312700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[514].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[515].Value = ((int)(Original_Y2312700.Value)); + if ((Original_R5200200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[244].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[245].Value = ((int)(Original_R5200200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[514].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[515].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[244].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[245].Value = global::System.DBNull.Value; } - if ((Original_Y2312800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[516].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[517].Value = ((int)(Original_Y2312800.Value)); + if ((Original_R5200201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[246].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[247].Value = ((int)(Original_R5200201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[516].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[517].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[246].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[247].Value = global::System.DBNull.Value; } - if ((Original_Y2312900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[518].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[519].Value = ((int)(Original_Y2312900.Value)); + if ((Original_R5200202.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[248].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[249].Value = ((int)(Original_R5200202.Value)); } else { - this.Adapter.UpdateCommand.Parameters[518].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[519].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[248].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[249].Value = global::System.DBNull.Value; } - if ((Original_Y2313000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[520].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[521].Value = ((int)(Original_Y2313000.Value)); + if ((Original_R6435300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[250].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[251].Value = ((int)(Original_R6435300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[520].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[521].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[250].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[251].Value = global::System.DBNull.Value; } - if ((Original_Y2313100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[522].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[523].Value = ((int)(Original_Y2313100.Value)); + if ((Original_R6435301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[252].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[253].Value = ((int)(Original_R6435301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[522].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[523].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[252].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[253].Value = global::System.DBNull.Value; } - if ((Original_Y2313200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[524].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[525].Value = ((int)(Original_Y2313200.Value)); + if ((Original_R6435302.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[254].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[255].Value = ((int)(Original_R6435302.Value)); } else { - this.Adapter.UpdateCommand.Parameters[524].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[525].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[254].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[255].Value = global::System.DBNull.Value; } - if ((Original_Y2313300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[526].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[527].Value = ((int)(Original_Y2313300.Value)); + if ((Original_R6479800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[256].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[257].Value = ((int)(Original_R6479800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[526].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[527].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[256].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[257].Value = global::System.DBNull.Value; } - if ((Original_Y2313400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[528].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[529].Value = ((int)(Original_Y2313400.Value)); + if ((Original_R6963300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[258].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[259].Value = ((int)(Original_R6963300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[528].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[529].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[258].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[259].Value = global::System.DBNull.Value; } - if ((Original_Y2313500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[530].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[531].Value = ((int)(Original_Y2313500.Value)); + if ((Original_R6963301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[260].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[261].Value = ((int)(Original_R6963301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[530].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[531].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[260].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[261].Value = global::System.DBNull.Value; } - if ((Original_Y2313600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[532].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[533].Value = ((int)(Original_Y2313600.Value)); + if ((Original_R6963302.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[262].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[263].Value = ((int)(Original_R6963302.Value)); } else { - this.Adapter.UpdateCommand.Parameters[532].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[533].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[262].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[263].Value = global::System.DBNull.Value; } - if ((Original_Y2313700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[534].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[535].Value = ((int)(Original_Y2313700.Value)); + if ((Original_R7007500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[264].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[265].Value = ((int)(Original_R7007500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[534].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[535].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[264].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[265].Value = global::System.DBNull.Value; } - if ((Original_Y2567000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[536].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[537].Value = ((int)(Original_Y2567000.Value)); + if ((Original_R7656300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[266].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[267].Value = ((int)(Original_R7656300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[536].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[537].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[266].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[267].Value = global::System.DBNull.Value; } - if ((Original_Y2567100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[538].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[539].Value = ((int)(Original_Y2567100.Value)); + if ((Original_R7656301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[268].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[269].Value = ((int)(Original_R7656301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[538].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[539].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[268].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[269].Value = global::System.DBNull.Value; } - if ((Original_Y2567200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[540].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[541].Value = ((int)(Original_Y2567200.Value)); + if ((Original_R7656302.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[270].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[271].Value = ((int)(Original_R7656302.Value)); } else { - this.Adapter.UpdateCommand.Parameters[540].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[541].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[270].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[271].Value = global::System.DBNull.Value; } - if ((Original_Y2616000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[542].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[543].Value = ((int)(Original_Y2616000.Value)); + if ((Original_R7704800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[272].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[273].Value = ((int)(Original_R7704800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[542].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[543].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[272].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[273].Value = global::System.DBNull.Value; } - if ((Original_Y2633100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[544].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[545].Value = ((int)(Original_Y2633100.Value)); + if ((Original_R7800500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[274].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[275].Value = ((int)(Original_R7800500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[544].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[545].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[274].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[275].Value = global::System.DBNull.Value; } - if ((Original_Y2633101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[546].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[547].Value = ((int)(Original_Y2633101.Value)); + if ((Original_R7800501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[276].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[277].Value = ((int)(Original_R7800501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[546].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[547].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[276].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[277].Value = global::System.DBNull.Value; } - if ((Original_Y2633102.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[548].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[549].Value = ((int)(Original_Y2633102.Value)); + if ((Original_R7800502.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[278].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[279].Value = ((int)(Original_R7800502.Value)); } else { - this.Adapter.UpdateCommand.Parameters[548].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[549].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[278].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[279].Value = global::System.DBNull.Value; } - if ((Original_Y2644500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[550].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[551].Value = ((int)(Original_Y2644500.Value)); + if ((Original_R8497200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[280].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[281].Value = ((int)(Original_R8497200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[550].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[551].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[280].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[281].Value = global::System.DBNull.Value; } - if ((Original_Y2644600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[552].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[553].Value = ((int)(Original_Y2644600.Value)); + if ((Original_R9908000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[282].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[283].Value = ((int)(Original_R9908000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[552].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[553].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[282].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[283].Value = global::System.DBNull.Value; } - if ((Original_Y2644700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[554].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[555].Value = ((int)(Original_Y2644700.Value)); + if ((Original_T0000900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[284].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[285].Value = ((int)(Original_T0000900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[554].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[555].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[284].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[285].Value = global::System.DBNull.Value; } - if ((Original_Y2644800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[556].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[557].Value = ((int)(Original_Y2644800.Value)); + if ((Original_T0000901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[286].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[287].Value = ((int)(Original_T0000901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[556].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[557].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[286].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[287].Value = global::System.DBNull.Value; } - if ((Original_Y2644900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[558].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[559].Value = ((int)(Original_Y2644900.Value)); + if ((Original_T0000902.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[288].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[289].Value = ((int)(Original_T0000902.Value)); } else { - this.Adapter.UpdateCommand.Parameters[558].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[559].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[288].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[289].Value = global::System.DBNull.Value; } - if ((Original_Y2645000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[560].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[561].Value = ((int)(Original_Y2645000.Value)); + if ((Original_T0989000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[290].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[291].Value = ((int)(Original_T0989000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[560].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[561].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[290].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[291].Value = global::System.DBNull.Value; } - if ((Original_Y2645100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[562].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[563].Value = ((int)(Original_Y2645100.Value)); + if ((Original_T1200700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[292].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[293].Value = ((int)(Original_T1200700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[562].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[563].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[292].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[293].Value = global::System.DBNull.Value; } - if ((Original_Y2645200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[564].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[565].Value = ((int)(Original_Y2645200.Value)); + if ((Original_T1200701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[294].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[295].Value = ((int)(Original_T1200701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[564].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[565].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[294].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[295].Value = global::System.DBNull.Value; } - if ((Original_Y2645300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[566].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[567].Value = ((int)(Original_Y2645300.Value)); + if ((Original_T1200702.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[296].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[297].Value = ((int)(Original_T1200702.Value)); } else { - this.Adapter.UpdateCommand.Parameters[566].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[567].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[296].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[297].Value = global::System.DBNull.Value; } - if ((Original_Y2645400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[568].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[569].Value = ((int)(Original_Y2645400.Value)); + if ((Original_T2210800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[298].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[299].Value = ((int)(Original_T2210800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[568].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[569].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[298].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[299].Value = global::System.DBNull.Value; } - if ((Original_Y2645500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[570].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[571].Value = ((int)(Original_Y2645500.Value)); + if ((Original_T2260600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[300].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[301].Value = ((int)(Original_T2260600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[570].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[571].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[300].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[301].Value = global::System.DBNull.Value; } - if ((Original_Y2645600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[572].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[573].Value = ((int)(Original_Y2645600.Value)); + if ((Original_T2260601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[302].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[303].Value = ((int)(Original_T2260601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[572].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[573].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[302].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[303].Value = global::System.DBNull.Value; } - if ((Original_Y2645700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[574].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[575].Value = ((int)(Original_Y2645700.Value)); + if ((Original_T2260602.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[304].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[305].Value = ((int)(Original_T2260602.Value)); } else { - this.Adapter.UpdateCommand.Parameters[574].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[575].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[304].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[305].Value = global::System.DBNull.Value; } - if ((Original_Y2645800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[576].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[577].Value = ((int)(Original_Y2645800.Value)); + if ((Original_T2763400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[306].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[307].Value = ((int)(Original_T2763400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[576].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[577].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[306].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[307].Value = global::System.DBNull.Value; } - if ((Original_Y2645900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[578].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[579].Value = ((int)(Original_Y2645900.Value)); + if ((Original_T2763500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[308].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[309].Value = ((int)(Original_T2763500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[578].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[579].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[308].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[309].Value = global::System.DBNull.Value; } - if ((Original_Y2646000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[580].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[581].Value = ((int)(Original_Y2646000.Value)); + if ((Original_T2763600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[310].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[311].Value = ((int)(Original_T2763600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[580].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[581].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[310].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[311].Value = global::System.DBNull.Value; } - if ((Original_Y2646100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[582].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[583].Value = ((int)(Original_Y2646100.Value)); + if ((Original_T2763700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[312].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[313].Value = ((int)(Original_T2763700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[582].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[583].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[312].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[313].Value = global::System.DBNull.Value; } - if ((Original_Y2646200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[584].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[585].Value = ((int)(Original_Y2646200.Value)); + if ((Original_T2763800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[314].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[315].Value = ((int)(Original_T2763800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[584].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[585].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[314].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[315].Value = global::System.DBNull.Value; } - if ((Original_Y2646300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[586].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[587].Value = ((int)(Original_Y2646300.Value)); + if ((Original_T2763900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[316].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[317].Value = ((int)(Original_T2763900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[586].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[587].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[316].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[317].Value = global::System.DBNull.Value; } - if ((Original_Y2646400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[588].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[589].Value = ((int)(Original_Y2646400.Value)); + if ((Original_T2764000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[318].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[319].Value = ((int)(Original_T2764000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[588].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[589].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[318].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[319].Value = global::System.DBNull.Value; } - if ((Original_Y2966400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[590].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[591].Value = ((int)(Original_Y2966400.Value)); + if ((Original_T3108700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[320].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[321].Value = ((int)(Original_T3108700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[590].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[591].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[320].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[321].Value = global::System.DBNull.Value; } - if ((Original_Y2990500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[592].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[593].Value = ((int)(Original_Y2990500.Value)); + if ((Original_T3195600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[322].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[323].Value = ((int)(Original_T3195600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[592].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[593].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[322].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[323].Value = global::System.DBNull.Value; } - if ((Original_Y2990501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[594].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[595].Value = ((int)(Original_Y2990501.Value)); + if ((Original_T3195601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[324].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[325].Value = ((int)(Original_T3195601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[594].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[595].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[324].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[325].Value = global::System.DBNull.Value; } - if ((Original_Y2990502.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[596].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[597].Value = ((int)(Original_Y2990502.Value)); + if ((Original_T3195602.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[326].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[327].Value = ((int)(Original_T3195602.Value)); } else { - this.Adapter.UpdateCommand.Parameters[596].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[597].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[326].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[327].Value = global::System.DBNull.Value; } - if ((Original_Y3002700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[598].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[599].Value = ((int)(Original_Y3002700.Value)); + if ((Original_T3729600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[328].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[329].Value = ((int)(Original_T3729600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[598].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[599].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[328].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[329].Value = global::System.DBNull.Value; } - if ((Original_Y3002800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[600].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[601].Value = ((int)(Original_Y3002800.Value)); + if ((Original_T3729700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[330].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[331].Value = ((int)(Original_T3729700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[600].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[601].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[330].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[331].Value = global::System.DBNull.Value; } - if ((Original_Y3002900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[602].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[603].Value = ((int)(Original_Y3002900.Value)); + if ((Original_T3729800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[332].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[333].Value = ((int)(Original_T3729800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[602].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[603].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[332].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[333].Value = global::System.DBNull.Value; } - if ((Original_Y3003000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[604].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[605].Value = ((int)(Original_Y3003000.Value)); + if ((Original_T3729900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[334].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[335].Value = ((int)(Original_T3729900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[604].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[605].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[334].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[335].Value = global::System.DBNull.Value; } - if ((Original_Y3003100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[606].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[607].Value = ((int)(Original_Y3003100.Value)); + if ((Original_T3730000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[336].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[337].Value = ((int)(Original_T3730000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[606].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[607].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[336].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[337].Value = global::System.DBNull.Value; } - if ((Original_Y3003200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[608].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[609].Value = ((int)(Original_Y3003200.Value)); + if ((Original_T3730100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[338].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[339].Value = ((int)(Original_T3730100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[608].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[609].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[338].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[339].Value = global::System.DBNull.Value; } - if ((Original_Y3003300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[610].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[611].Value = ((int)(Original_Y3003300.Value)); + if ((Original_T4113200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[340].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[341].Value = ((int)(Original_T4113200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[610].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[611].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[340].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[341].Value = global::System.DBNull.Value; } - if ((Original_Y3003400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[612].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[613].Value = ((int)(Original_Y3003400.Value)); + if ((Original_T4181100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[342].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[343].Value = ((int)(Original_T4181100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[612].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[613].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[342].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[343].Value = global::System.DBNull.Value; } - if ((Original_Y3003500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[614].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[615].Value = ((int)(Original_Y3003500.Value)); + if ((Original_T4181101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[344].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[345].Value = ((int)(Original_T4181101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[614].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[615].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[344].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[345].Value = global::System.DBNull.Value; } - if ((Original_Y3003600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[616].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[617].Value = ((int)(Original_Y3003600.Value)); + if ((Original_T4181102.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[346].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[347].Value = ((int)(Original_T4181102.Value)); } else { - this.Adapter.UpdateCommand.Parameters[616].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[617].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[346].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[347].Value = global::System.DBNull.Value; } - if ((Original_Y3331900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[618].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[619].Value = ((int)(Original_Y3331900.Value)); + if ((Original_T5023600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[348].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[349].Value = ((int)(Original_T5023600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[618].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[619].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[348].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[349].Value = global::System.DBNull.Value; } global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State; if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) @@ -123566,6 +126399,247 @@ public virtual int Update( } } } + + [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( + global::System.Nullable R0000149, + global::System.Nullable R0000300, + global::System.Nullable R0000500, + global::System.Nullable R0009100, + global::System.Nullable R0009300, + global::System.Nullable R0172500, + global::System.Nullable R0172600, + global::System.Nullable R0173600, + global::System.Nullable R0214700, + global::System.Nullable R0214800, + global::System.Nullable R0216500, + global::System.Nullable R0329200, + global::System.Nullable R0329210, + global::System.Nullable R0406510, + global::System.Nullable R0410100, + global::System.Nullable R0410300, + global::System.Nullable R0530700, + global::System.Nullable R0530800, + global::System.Nullable R0619010, + global::System.Nullable R0809900, + global::System.Nullable R0810000, + global::System.Nullable R0898310, + global::System.Nullable R1045700, + global::System.Nullable R1045800, + global::System.Nullable R1145110, + global::System.Nullable R1427500, + global::System.Nullable R1427600, + global::System.Nullable R1520310, + global::System.Nullable R1774100, + global::System.Nullable R1774200, + global::System.Nullable R1794600, + global::System.Nullable R1794700, + global::System.Nullable R1891010, + global::System.Nullable R2156200, + global::System.Nullable R2156300, + global::System.Nullable R2258110, + global::System.Nullable R2365700, + global::System.Nullable R2365800, + global::System.Nullable R2445510, + global::System.Nullable R2742500, + global::System.Nullable R2742600, + global::System.Nullable R2871300, + global::System.Nullable R2986100, + global::System.Nullable R2986200, + global::System.Nullable R3075000, + global::System.Nullable R3302500, + global::System.Nullable R3302600, + global::System.Nullable R3401700, + global::System.Nullable R3573400, + global::System.Nullable R3573500, + global::System.Nullable R3657100, + global::System.Nullable R3917600, + global::System.Nullable R3917700, + global::System.Nullable R4007600, + global::System.Nullable R4100200, + global::System.Nullable R4100201, + global::System.Nullable R4100202, + global::System.Nullable R4418700, + global::System.Nullable R4500200, + global::System.Nullable R4500201, + global::System.Nullable R4500202, + global::System.Nullable R5081700, + global::System.Nullable R5167000, + global::System.Nullable R5200200, + global::System.Nullable R5200201, + global::System.Nullable R5200202, + global::System.Nullable R6435300, + global::System.Nullable R6435301, + global::System.Nullable R6435302, + global::System.Nullable R6479800, + global::System.Nullable R6963300, + global::System.Nullable R6963301, + global::System.Nullable R6963302, + global::System.Nullable R7007500, + global::System.Nullable R7656300, + global::System.Nullable R7656301, + global::System.Nullable R7656302, + global::System.Nullable R7704800, + global::System.Nullable R7800500, + global::System.Nullable R7800501, + global::System.Nullable R7800502, + global::System.Nullable R8497200, + global::System.Nullable R9908000, + global::System.Nullable T0000900, + global::System.Nullable T0000901, + global::System.Nullable T0000902, + global::System.Nullable T0989000, + global::System.Nullable T1200700, + global::System.Nullable T1200701, + global::System.Nullable T1200702, + global::System.Nullable T2210800, + global::System.Nullable T2260600, + global::System.Nullable T2260601, + global::System.Nullable T2260602, + global::System.Nullable T2763400, + global::System.Nullable T2763500, + global::System.Nullable T2763600, + global::System.Nullable T2763700, + global::System.Nullable T2763800, + global::System.Nullable T2763900, + global::System.Nullable T2764000, + global::System.Nullable T3108700, + global::System.Nullable T3195600, + global::System.Nullable T3195601, + global::System.Nullable T3195602, + global::System.Nullable T3729600, + global::System.Nullable T3729700, + global::System.Nullable T3729800, + global::System.Nullable T3729900, + global::System.Nullable T3730000, + global::System.Nullable T3730100, + global::System.Nullable T4113200, + global::System.Nullable T4181100, + global::System.Nullable T4181101, + global::System.Nullable T4181102, + global::System.Nullable T5023600, + int Original_R0000100, + global::System.Nullable Original_R0000149, + global::System.Nullable Original_R0000300, + global::System.Nullable Original_R0000500, + global::System.Nullable Original_R0009100, + global::System.Nullable Original_R0009300, + global::System.Nullable Original_R0172500, + global::System.Nullable Original_R0172600, + global::System.Nullable Original_R0173600, + global::System.Nullable Original_R0214700, + global::System.Nullable Original_R0214800, + global::System.Nullable Original_R0216500, + global::System.Nullable Original_R0329200, + global::System.Nullable Original_R0329210, + global::System.Nullable Original_R0406510, + global::System.Nullable Original_R0410100, + global::System.Nullable Original_R0410300, + global::System.Nullable Original_R0530700, + global::System.Nullable Original_R0530800, + global::System.Nullable Original_R0619010, + global::System.Nullable Original_R0809900, + global::System.Nullable Original_R0810000, + global::System.Nullable Original_R0898310, + global::System.Nullable Original_R1045700, + global::System.Nullable Original_R1045800, + global::System.Nullable Original_R1145110, + global::System.Nullable Original_R1427500, + global::System.Nullable Original_R1427600, + global::System.Nullable Original_R1520310, + global::System.Nullable Original_R1774100, + global::System.Nullable Original_R1774200, + global::System.Nullable Original_R1794600, + global::System.Nullable Original_R1794700, + global::System.Nullable Original_R1891010, + global::System.Nullable Original_R2156200, + global::System.Nullable Original_R2156300, + global::System.Nullable Original_R2258110, + global::System.Nullable Original_R2365700, + global::System.Nullable Original_R2365800, + global::System.Nullable Original_R2445510, + global::System.Nullable Original_R2742500, + global::System.Nullable Original_R2742600, + global::System.Nullable Original_R2871300, + global::System.Nullable Original_R2986100, + global::System.Nullable Original_R2986200, + global::System.Nullable Original_R3075000, + global::System.Nullable Original_R3302500, + global::System.Nullable Original_R3302600, + global::System.Nullable Original_R3401700, + global::System.Nullable Original_R3573400, + global::System.Nullable Original_R3573500, + global::System.Nullable Original_R3657100, + global::System.Nullable Original_R3917600, + global::System.Nullable Original_R3917700, + global::System.Nullable Original_R4007600, + global::System.Nullable Original_R4100200, + global::System.Nullable Original_R4100201, + global::System.Nullable Original_R4100202, + global::System.Nullable Original_R4418700, + global::System.Nullable Original_R4500200, + global::System.Nullable Original_R4500201, + global::System.Nullable Original_R4500202, + global::System.Nullable Original_R5081700, + global::System.Nullable Original_R5167000, + global::System.Nullable Original_R5200200, + global::System.Nullable Original_R5200201, + global::System.Nullable Original_R5200202, + global::System.Nullable Original_R6435300, + global::System.Nullable Original_R6435301, + global::System.Nullable Original_R6435302, + global::System.Nullable Original_R6479800, + global::System.Nullable Original_R6963300, + global::System.Nullable Original_R6963301, + global::System.Nullable Original_R6963302, + global::System.Nullable Original_R7007500, + global::System.Nullable Original_R7656300, + global::System.Nullable Original_R7656301, + global::System.Nullable Original_R7656302, + global::System.Nullable Original_R7704800, + global::System.Nullable Original_R7800500, + global::System.Nullable Original_R7800501, + global::System.Nullable Original_R7800502, + global::System.Nullable Original_R8497200, + global::System.Nullable Original_R9908000, + global::System.Nullable Original_T0000900, + global::System.Nullable Original_T0000901, + global::System.Nullable Original_T0000902, + global::System.Nullable Original_T0989000, + global::System.Nullable Original_T1200700, + global::System.Nullable Original_T1200701, + global::System.Nullable Original_T1200702, + global::System.Nullable Original_T2210800, + global::System.Nullable Original_T2260600, + global::System.Nullable Original_T2260601, + global::System.Nullable Original_T2260602, + global::System.Nullable Original_T2763400, + global::System.Nullable Original_T2763500, + global::System.Nullable Original_T2763600, + global::System.Nullable Original_T2763700, + global::System.Nullable Original_T2763800, + global::System.Nullable Original_T2763900, + global::System.Nullable Original_T2764000, + global::System.Nullable Original_T3108700, + global::System.Nullable Original_T3195600, + global::System.Nullable Original_T3195601, + global::System.Nullable Original_T3195602, + global::System.Nullable Original_T3729600, + global::System.Nullable Original_T3729700, + global::System.Nullable Original_T3729800, + global::System.Nullable Original_T3729900, + global::System.Nullable Original_T3730000, + global::System.Nullable Original_T3730100, + global::System.Nullable Original_T4113200, + global::System.Nullable Original_T4181100, + global::System.Nullable Original_T4181101, + global::System.Nullable Original_T4181102, + global::System.Nullable Original_T5023600) { + return this.Update(Original_R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R0172600, R0173600, R0214700, R0214800, R0216500, R0329200, R0329210, R0406510, R0410100, R0410300, R0530700, R0530800, R0619010, R0809900, R0810000, R0898310, R1045700, R1045800, R1145110, R1427500, R1427600, R1520310, R1774100, R1774200, R1794600, R1794700, R1891010, R2156200, R2156300, R2258110, R2365700, R2365800, R2445510, R2742500, R2742600, R2871300, R2986100, R2986200, R3075000, R3302500, R3302600, R3401700, R3573400, R3573500, R3657100, R3917600, R3917700, R4007600, R4100200, R4100201, R4100202, R4418700, R4500200, R4500201, R4500202, R5081700, R5167000, R5200200, R5200201, R5200202, R6435300, R6435301, R6435302, R6479800, R6963300, R6963301, R6963302, R7007500, R7656300, R7656301, R7656302, R7704800, R7800500, R7800501, R7800502, R8497200, R9908000, T0000900, T0000901, T0000902, T0989000, T1200700, T1200701, T1200702, T2210800, T2260600, T2260601, T2260602, T2763400, T2763500, T2763600, T2763700, T2763800, T2763900, T2764000, T3108700, T3195600, T3195601, T3195602, T3729600, T3729700, T3729800, T3729900, T3730000, T3730100, T4113200, T4181100, T4181101, T4181102, T5023600, Original_R0000100, Original_R0000149, Original_R0000300, Original_R0000500, Original_R0009100, Original_R0009300, Original_R0172500, Original_R0172600, Original_R0173600, Original_R0214700, Original_R0214800, Original_R0216500, Original_R0329200, Original_R0329210, Original_R0406510, Original_R0410100, Original_R0410300, Original_R0530700, Original_R0530800, Original_R0619010, Original_R0809900, Original_R0810000, Original_R0898310, Original_R1045700, Original_R1045800, Original_R1145110, Original_R1427500, Original_R1427600, Original_R1520310, Original_R1774100, Original_R1774200, Original_R1794600, Original_R1794700, Original_R1891010, Original_R2156200, Original_R2156300, Original_R2258110, Original_R2365700, Original_R2365800, Original_R2445510, Original_R2742500, Original_R2742600, Original_R2871300, Original_R2986100, Original_R2986200, Original_R3075000, Original_R3302500, Original_R3302600, Original_R3401700, Original_R3573400, Original_R3573500, Original_R3657100, Original_R3917600, Original_R3917700, Original_R4007600, Original_R4100200, Original_R4100201, Original_R4100202, Original_R4418700, Original_R4500200, Original_R4500201, Original_R4500202, Original_R5081700, Original_R5167000, Original_R5200200, Original_R5200201, Original_R5200202, Original_R6435300, Original_R6435301, Original_R6435302, Original_R6479800, Original_R6963300, Original_R6963301, Original_R6963302, Original_R7007500, Original_R7656300, Original_R7656301, Original_R7656302, Original_R7704800, Original_R7800500, Original_R7800501, Original_R7800502, Original_R8497200, Original_R9908000, Original_T0000900, Original_T0000901, Original_T0000902, Original_T0989000, Original_T1200700, Original_T1200701, Original_T1200702, Original_T2210800, Original_T2260600, Original_T2260601, Original_T2260602, Original_T2763400, Original_T2763500, Original_T2763600, Original_T2763700, Original_T2763800, Original_T2763900, Original_T2764000, Original_T3108700, Original_T3195600, Original_T3195601, Original_T3195602, Original_T3729600, Original_T3729700, Original_T3729800, Original_T3729900, Original_T3730000, Original_T3730100, Original_T4113200, Original_T4181100, Original_T4181101, Original_T4181102, Original_T5023600); + } } /// @@ -123577,7 +126651,7 @@ public virtual int Update( [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 tblGen1LinksTableAdapter : global::System.ComponentModel.Component { + public partial class tblGen2LinksFromGen1TableAdapter : global::System.ComponentModel.Component { private global::System.Data.SqlClient.SqlDataAdapter _adapter; @@ -123591,7 +126665,7 @@ public partial class tblGen1LinksTableAdapter : global::System.ComponentModel.Co [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] - public tblGen1LinksTableAdapter() { + public tblGen2LinksFromGen1TableAdapter() { this.ClearBeforeFill = true; } @@ -123688,1196 +126762,1398 @@ 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 = "tblGen1Links"; + tableMapping.DataSetTable = "tblGen2LinksFromGen1"; tableMapping.ColumnMappings.Add("R0000100", "R0000100"); - tableMapping.ColumnMappings.Add("R0000149", "R0000149"); - tableMapping.ColumnMappings.Add("R0000300", "R0000300"); - tableMapping.ColumnMappings.Add("R0000500", "R0000500"); - tableMapping.ColumnMappings.Add("R0009100", "R0009100"); - tableMapping.ColumnMappings.Add("R0009300", "R0009300"); - tableMapping.ColumnMappings.Add("R0172500", "R0172500"); - tableMapping.ColumnMappings.Add("R0172600", "R0172600"); - tableMapping.ColumnMappings.Add("R0173600", "R0173600"); tableMapping.ColumnMappings.Add("R0214700", "R0214700"); tableMapping.ColumnMappings.Add("R0214800", "R0214800"); - tableMapping.ColumnMappings.Add("R0216500", "R0216500"); - tableMapping.ColumnMappings.Add("R0329200", "R0329200"); - tableMapping.ColumnMappings.Add("R0329210", "R0329210"); - tableMapping.ColumnMappings.Add("R0406510", "R0406510"); - tableMapping.ColumnMappings.Add("R0410100", "R0410100"); - tableMapping.ColumnMappings.Add("R0410300", "R0410300"); - tableMapping.ColumnMappings.Add("R0530700", "R0530700"); - tableMapping.ColumnMappings.Add("R0530800", "R0530800"); - tableMapping.ColumnMappings.Add("R0619010", "R0619010"); - tableMapping.ColumnMappings.Add("R0809900", "R0809900"); - tableMapping.ColumnMappings.Add("R0810000", "R0810000"); - tableMapping.ColumnMappings.Add("R0898310", "R0898310"); - tableMapping.ColumnMappings.Add("R1045700", "R1045700"); - tableMapping.ColumnMappings.Add("R1045800", "R1045800"); - tableMapping.ColumnMappings.Add("R1145110", "R1145110"); - tableMapping.ColumnMappings.Add("R1427500", "R1427500"); - tableMapping.ColumnMappings.Add("R1427600", "R1427600"); - tableMapping.ColumnMappings.Add("R1520310", "R1520310"); - tableMapping.ColumnMappings.Add("R1774100", "R1774100"); - tableMapping.ColumnMappings.Add("R1774200", "R1774200"); - tableMapping.ColumnMappings.Add("R1794600", "R1794600"); - tableMapping.ColumnMappings.Add("R1794700", "R1794700"); - tableMapping.ColumnMappings.Add("R1891010", "R1891010"); - tableMapping.ColumnMappings.Add("R2156200", "R2156200"); - tableMapping.ColumnMappings.Add("R2156300", "R2156300"); - tableMapping.ColumnMappings.Add("R2258110", "R2258110"); - tableMapping.ColumnMappings.Add("R2365700", "R2365700"); - tableMapping.ColumnMappings.Add("R2365800", "R2365800"); - tableMapping.ColumnMappings.Add("R2445510", "R2445510"); - tableMapping.ColumnMappings.Add("R2742500", "R2742500"); - tableMapping.ColumnMappings.Add("R2742600", "R2742600"); - tableMapping.ColumnMappings.Add("R2871300", "R2871300"); - tableMapping.ColumnMappings.Add("R2986100", "R2986100"); - tableMapping.ColumnMappings.Add("R2986200", "R2986200"); - tableMapping.ColumnMappings.Add("R3075000", "R3075000"); - tableMapping.ColumnMappings.Add("R3302500", "R3302500"); - tableMapping.ColumnMappings.Add("R3302600", "R3302600"); - tableMapping.ColumnMappings.Add("R3401700", "R3401700"); - tableMapping.ColumnMappings.Add("R3573400", "R3573400"); - tableMapping.ColumnMappings.Add("R3573500", "R3573500"); - tableMapping.ColumnMappings.Add("R3657100", "R3657100"); - tableMapping.ColumnMappings.Add("R3917600", "R3917600"); - tableMapping.ColumnMappings.Add("R3917700", "R3917700"); - tableMapping.ColumnMappings.Add("R4007600", "R4007600"); - tableMapping.ColumnMappings.Add("R4100200", "R4100200"); - tableMapping.ColumnMappings.Add("R4100201", "R4100201"); - tableMapping.ColumnMappings.Add("R4100202", "R4100202"); - tableMapping.ColumnMappings.Add("R4418700", "R4418700"); - tableMapping.ColumnMappings.Add("R4500200", "R4500200"); - tableMapping.ColumnMappings.Add("R4500201", "R4500201"); - tableMapping.ColumnMappings.Add("R4500202", "R4500202"); - tableMapping.ColumnMappings.Add("R5081700", "R5081700"); - tableMapping.ColumnMappings.Add("R5167000", "R5167000"); - tableMapping.ColumnMappings.Add("R5200200", "R5200200"); - tableMapping.ColumnMappings.Add("R5200201", "R5200201"); - tableMapping.ColumnMappings.Add("R5200202", "R5200202"); - tableMapping.ColumnMappings.Add("R6435300", "R6435300"); - tableMapping.ColumnMappings.Add("R6435301", "R6435301"); - tableMapping.ColumnMappings.Add("R6435302", "R6435302"); - tableMapping.ColumnMappings.Add("R6479800", "R6479800"); - tableMapping.ColumnMappings.Add("R6963300", "R6963300"); - tableMapping.ColumnMappings.Add("R6963301", "R6963301"); - tableMapping.ColumnMappings.Add("R6963302", "R6963302"); - tableMapping.ColumnMappings.Add("R7007500", "R7007500"); - tableMapping.ColumnMappings.Add("R7656300", "R7656300"); - tableMapping.ColumnMappings.Add("R7656301", "R7656301"); - tableMapping.ColumnMappings.Add("R7656302", "R7656302"); - tableMapping.ColumnMappings.Add("R7704800", "R7704800"); - tableMapping.ColumnMappings.Add("R7800500", "R7800500"); - tableMapping.ColumnMappings.Add("R7800501", "R7800501"); - tableMapping.ColumnMappings.Add("R7800502", "R7800502"); - tableMapping.ColumnMappings.Add("R8497200", "R8497200"); + tableMapping.ColumnMappings.Add("R4825700", "R4825700"); + tableMapping.ColumnMappings.Add("R4826000", "R4826000"); + tableMapping.ColumnMappings.Add("R4826100", "R4826100"); + tableMapping.ColumnMappings.Add("R4826300", "R4826300"); + tableMapping.ColumnMappings.Add("R4826500", "R4826500"); + tableMapping.ColumnMappings.Add("R4826800", "R4826800"); + tableMapping.ColumnMappings.Add("R5495900", "R5495900"); + tableMapping.ColumnMappings.Add("R5496200", "R5496200"); + tableMapping.ColumnMappings.Add("R5496300", "R5496300"); + tableMapping.ColumnMappings.Add("R5496500", "R5496500"); + tableMapping.ColumnMappings.Add("R5496700", "R5496700"); + tableMapping.ColumnMappings.Add("R5497000", "R5497000"); + tableMapping.ColumnMappings.Add("R5497200", "R5497200"); + tableMapping.ColumnMappings.Add("R6210700", "R6210700"); + tableMapping.ColumnMappings.Add("R6210800", "R6210800"); + tableMapping.ColumnMappings.Add("R6210900", "R6210900"); + tableMapping.ColumnMappings.Add("R6211500", "R6211500"); + tableMapping.ColumnMappings.Add("R6211600", "R6211600"); + tableMapping.ColumnMappings.Add("R6211700", "R6211700"); + tableMapping.ColumnMappings.Add("R6211800", "R6211800"); + tableMapping.ColumnMappings.Add("R6211900", "R6211900"); + tableMapping.ColumnMappings.Add("R6212200", "R6212200"); + tableMapping.ColumnMappings.Add("R6212300", "R6212300"); + tableMapping.ColumnMappings.Add("R6764000", "R6764000"); + tableMapping.ColumnMappings.Add("R6764100", "R6764100"); + tableMapping.ColumnMappings.Add("R6764200", "R6764200"); + tableMapping.ColumnMappings.Add("R6764900", "R6764900"); + tableMapping.ColumnMappings.Add("R6765000", "R6765000"); + tableMapping.ColumnMappings.Add("R6765100", "R6765100"); + tableMapping.ColumnMappings.Add("R6765200", "R6765200"); + tableMapping.ColumnMappings.Add("R6765600", "R6765600"); + tableMapping.ColumnMappings.Add("R6765700", "R6765700"); + tableMapping.ColumnMappings.Add("R6765800", "R6765800"); + tableMapping.ColumnMappings.Add("R6839600", "R6839600"); + tableMapping.ColumnMappings.Add("R7408300", "R7408300"); + tableMapping.ColumnMappings.Add("R7408400", "R7408400"); + tableMapping.ColumnMappings.Add("R7408500", "R7408500"); + tableMapping.ColumnMappings.Add("R7409200", "R7409200"); + tableMapping.ColumnMappings.Add("R7409300", "R7409300"); + tableMapping.ColumnMappings.Add("R7409400", "R7409400"); + tableMapping.ColumnMappings.Add("R7409500", "R7409500"); + tableMapping.ColumnMappings.Add("R7409900", "R7409900"); + tableMapping.ColumnMappings.Add("R7410000", "R7410000"); + tableMapping.ColumnMappings.Add("R7410100", "R7410100"); + tableMapping.ColumnMappings.Add("R7548600", "R7548600"); + tableMapping.ColumnMappings.Add("R8106400", "R8106400"); + tableMapping.ColumnMappings.Add("R8106500", "R8106500"); + tableMapping.ColumnMappings.Add("R8106600", "R8106600"); + tableMapping.ColumnMappings.Add("R8106700", "R8106700"); + tableMapping.ColumnMappings.Add("R8106800", "R8106800"); + tableMapping.ColumnMappings.Add("R8106900", "R8106900"); + tableMapping.ColumnMappings.Add("R8107000", "R8107000"); + tableMapping.ColumnMappings.Add("R8107100", "R8107100"); + tableMapping.ColumnMappings.Add("R8107200", "R8107200"); + tableMapping.ColumnMappings.Add("R8255400", "R8255400"); + tableMapping.ColumnMappings.Add("R9900400", "R9900400"); + tableMapping.ColumnMappings.Add("R9900600", "R9900600"); + tableMapping.ColumnMappings.Add("R9900601", "R9900601"); + tableMapping.ColumnMappings.Add("R9901200", "R9901200"); + tableMapping.ColumnMappings.Add("R9901400", "R9901400"); + tableMapping.ColumnMappings.Add("R9901401", "R9901401"); + tableMapping.ColumnMappings.Add("R9902000", "R9902000"); + tableMapping.ColumnMappings.Add("R9902200", "R9902200"); + tableMapping.ColumnMappings.Add("R9902201", "R9902201"); + tableMapping.ColumnMappings.Add("R9902800", "R9902800"); + tableMapping.ColumnMappings.Add("R9903000", "R9903000"); + tableMapping.ColumnMappings.Add("R9903001", "R9903001"); + tableMapping.ColumnMappings.Add("R9903600", "R9903600"); + tableMapping.ColumnMappings.Add("R9903800", "R9903800"); + tableMapping.ColumnMappings.Add("R9903801", "R9903801"); + tableMapping.ColumnMappings.Add("R9904400", "R9904400"); + tableMapping.ColumnMappings.Add("R9904600", "R9904600"); + tableMapping.ColumnMappings.Add("R9904601", "R9904601"); + tableMapping.ColumnMappings.Add("R9905200", "R9905200"); + tableMapping.ColumnMappings.Add("R9905400", "R9905400"); + tableMapping.ColumnMappings.Add("R9905401", "R9905401"); + tableMapping.ColumnMappings.Add("R9906000", "R9906000"); + tableMapping.ColumnMappings.Add("R9906600", "R9906600"); + tableMapping.ColumnMappings.Add("R9907200", "R9907200"); + tableMapping.ColumnMappings.Add("R9907800", "R9907800"); tableMapping.ColumnMappings.Add("R9908000", "R9908000"); - tableMapping.ColumnMappings.Add("T0000900", "T0000900"); - tableMapping.ColumnMappings.Add("T0000901", "T0000901"); - tableMapping.ColumnMappings.Add("T0000902", "T0000902"); - tableMapping.ColumnMappings.Add("T0989000", "T0989000"); - tableMapping.ColumnMappings.Add("T1200700", "T1200700"); - tableMapping.ColumnMappings.Add("T1200701", "T1200701"); - tableMapping.ColumnMappings.Add("T1200702", "T1200702"); - tableMapping.ColumnMappings.Add("T2210800", "T2210800"); - tableMapping.ColumnMappings.Add("T2260600", "T2260600"); - tableMapping.ColumnMappings.Add("T2260601", "T2260601"); - tableMapping.ColumnMappings.Add("T2260602", "T2260602"); - tableMapping.ColumnMappings.Add("T2763400", "T2763400"); - tableMapping.ColumnMappings.Add("T2763500", "T2763500"); - tableMapping.ColumnMappings.Add("T2763600", "T2763600"); - tableMapping.ColumnMappings.Add("T2763700", "T2763700"); - tableMapping.ColumnMappings.Add("T2763800", "T2763800"); - tableMapping.ColumnMappings.Add("T2763900", "T2763900"); - tableMapping.ColumnMappings.Add("T2764000", "T2764000"); - tableMapping.ColumnMappings.Add("T3108700", "T3108700"); - tableMapping.ColumnMappings.Add("T3195600", "T3195600"); - tableMapping.ColumnMappings.Add("T3195601", "T3195601"); - tableMapping.ColumnMappings.Add("T3195602", "T3195602"); - tableMapping.ColumnMappings.Add("T3729600", "T3729600"); - tableMapping.ColumnMappings.Add("T3729700", "T3729700"); - tableMapping.ColumnMappings.Add("T3729800", "T3729800"); - tableMapping.ColumnMappings.Add("T3729900", "T3729900"); - tableMapping.ColumnMappings.Add("T3730000", "T3730000"); - tableMapping.ColumnMappings.Add("T3730100", "T3730100"); - tableMapping.ColumnMappings.Add("T4113200", "T4113200"); - tableMapping.ColumnMappings.Add("T4181100", "T4181100"); - tableMapping.ColumnMappings.Add("T4181101", "T4181101"); - tableMapping.ColumnMappings.Add("T4181102", "T4181102"); - tableMapping.ColumnMappings.Add("T5023600", "T5023600"); + tableMapping.ColumnMappings.Add("R9911200", "R9911200"); + tableMapping.ColumnMappings.Add("R9911201", "R9911201"); + tableMapping.ColumnMappings.Add("T0337300", "T0337300"); + tableMapping.ColumnMappings.Add("T0337400", "T0337400"); + tableMapping.ColumnMappings.Add("T0337500", "T0337500"); + tableMapping.ColumnMappings.Add("T0337600", "T0337600"); + tableMapping.ColumnMappings.Add("T0337700", "T0337700"); + tableMapping.ColumnMappings.Add("T0337800", "T0337800"); + tableMapping.ColumnMappings.Add("T0337900", "T0337900"); + tableMapping.ColumnMappings.Add("T0338000", "T0338000"); + tableMapping.ColumnMappings.Add("T0338100", "T0338100"); + tableMapping.ColumnMappings.Add("T0338200", "T0338200"); + tableMapping.ColumnMappings.Add("T0338300", "T0338300"); + tableMapping.ColumnMappings.Add("T0338400", "T0338400"); + tableMapping.ColumnMappings.Add("T0338500", "T0338500"); + tableMapping.ColumnMappings.Add("T0338600", "T0338600"); + tableMapping.ColumnMappings.Add("T1486900", "T1486900"); + tableMapping.ColumnMappings.Add("T1487000", "T1487000"); + tableMapping.ColumnMappings.Add("T1487100", "T1487100"); + tableMapping.ColumnMappings.Add("T1487200", "T1487200"); + tableMapping.ColumnMappings.Add("T1487300", "T1487300"); + tableMapping.ColumnMappings.Add("T1487400", "T1487400"); + tableMapping.ColumnMappings.Add("T1487500", "T1487500"); + tableMapping.ColumnMappings.Add("T1487600", "T1487600"); + tableMapping.ColumnMappings.Add("T1487700", "T1487700"); + tableMapping.ColumnMappings.Add("T1487800", "T1487800"); + tableMapping.ColumnMappings.Add("T2217700", "T2217700"); + tableMapping.ColumnMappings.Add("T2533500", "T2533500"); + tableMapping.ColumnMappings.Add("T2533600", "T2533600"); + tableMapping.ColumnMappings.Add("T2533700", "T2533700"); + tableMapping.ColumnMappings.Add("T2533800", "T2533800"); + tableMapping.ColumnMappings.Add("T2533900", "T2533900"); + tableMapping.ColumnMappings.Add("T2534000", "T2534000"); + tableMapping.ColumnMappings.Add("T2534100", "T2534100"); + tableMapping.ColumnMappings.Add("T2534200", "T2534200"); + tableMapping.ColumnMappings.Add("T2534300", "T2534300"); + tableMapping.ColumnMappings.Add("T2534400", "T2534400"); + tableMapping.ColumnMappings.Add("T2534500", "T2534500"); + tableMapping.ColumnMappings.Add("T3519800", "T3519800"); + tableMapping.ColumnMappings.Add("T3519900", "T3519900"); + tableMapping.ColumnMappings.Add("T3520000", "T3520000"); + tableMapping.ColumnMappings.Add("T3520100", "T3520100"); + tableMapping.ColumnMappings.Add("T3520200", "T3520200"); + tableMapping.ColumnMappings.Add("T3520300", "T3520300"); + tableMapping.ColumnMappings.Add("T3520400", "T3520400"); + tableMapping.ColumnMappings.Add("T3520500", "T3520500"); + tableMapping.ColumnMappings.Add("T3520600", "T3520600"); + tableMapping.ColumnMappings.Add("T4483300", "T4483300"); + tableMapping.ColumnMappings.Add("T4483400", "T4483400"); + tableMapping.ColumnMappings.Add("T4483500", "T4483500"); + tableMapping.ColumnMappings.Add("T4483600", "T4483600"); + tableMapping.ColumnMappings.Add("T4483700", "T4483700"); + tableMapping.ColumnMappings.Add("T4483800", "T4483800"); 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 [Extract].[tblGen1Links] WHERE (([R0000100] = @Original_R0000100) AND" + - " ((@IsNull_R0000149 = 1 AND [R0000149] IS NULL) OR ([R0000149] = @Original_R0000" + - "149)) AND ((@IsNull_R0000300 = 1 AND [R0000300] IS NULL) OR ([R0000300] = @Origi" + - "nal_R0000300)) AND ((@IsNull_R0000500 = 1 AND [R0000500] IS NULL) OR ([R0000500]" + - " = @Original_R0000500)) AND ((@IsNull_R0009100 = 1 AND [R0009100] IS NULL) OR ([" + - "R0009100] = @Original_R0009100)) AND ((@IsNull_R0009300 = 1 AND [R0009300] IS NU" + - "LL) OR ([R0009300] = @Original_R0009300)) AND ((@IsNull_R0172500 = 1 AND [R01725" + - "00] IS NULL) OR ([R0172500] = @Original_R0172500)) AND ((@IsNull_R0172600 = 1 AN" + - "D [R0172600] IS NULL) OR ([R0172600] = @Original_R0172600)) AND ((@IsNull_R01736" + - "00 = 1 AND [R0173600] IS NULL) OR ([R0173600] = @Original_R0173600)) AND ((@IsNu" + - "ll_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0214700)) AN" + - "D ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R021" + - "4800)) AND ((@IsNull_R0216500 = 1 AND [R0216500] IS NULL) OR ([R0216500] = @Orig" + - "inal_R0216500)) AND ((@IsNull_R0329200 = 1 AND [R0329200] IS NULL) OR ([R0329200" + - "] = @Original_R0329200)) AND ((@IsNull_R0329210 = 1 AND [R0329210] IS NULL) OR (" + - "[R0329210] = @Original_R0329210)) AND ((@IsNull_R0406510 = 1 AND [R0406510] IS N" + - "ULL) OR ([R0406510] = @Original_R0406510)) AND ((@IsNull_R0410100 = 1 AND [R0410" + - "100] IS NULL) OR ([R0410100] = @Original_R0410100)) AND ((@IsNull_R0410300 = 1 A" + - "ND [R0410300] IS NULL) OR ([R0410300] = @Original_R0410300)) AND ((@IsNull_R0530" + - "700 = 1 AND [R0530700] IS NULL) OR ([R0530700] = @Original_R0530700)) AND ((@IsN" + - "ull_R0530800 = 1 AND [R0530800] IS NULL) OR ([R0530800] = @Original_R0530800)) A" + - "ND ((@IsNull_R0619010 = 1 AND [R0619010] IS NULL) OR ([R0619010] = @Original_R06" + - "19010)) AND ((@IsNull_R0809900 = 1 AND [R0809900] IS NULL) OR ([R0809900] = @Ori" + - "ginal_R0809900)) AND ((@IsNull_R0810000 = 1 AND [R0810000] IS NULL) OR ([R081000" + - "0] = @Original_R0810000)) AND ((@IsNull_R0898310 = 1 AND [R0898310] IS NULL) OR " + - "([R0898310] = @Original_R0898310)) AND ((@IsNull_R1045700 = 1 AND [R1045700] IS " + - "NULL) OR ([R1045700] = @Original_R1045700)) AND ((@IsNull_R1045800 = 1 AND [R104" + - "5800] IS NULL) OR ([R1045800] = @Original_R1045800)) AND ((@IsNull_R1145110 = 1 " + - "AND [R1145110] IS NULL) OR ([R1145110] = @Original_R1145110)) AND ((@IsNull_R142" + - "7500 = 1 AND [R1427500] IS NULL) OR ([R1427500] = @Original_R1427500)) AND ((@Is" + - "Null_R1427600 = 1 AND [R1427600] IS NULL) OR ([R1427600] = @Original_R1427600)) " + - "AND ((@IsNull_R1520310 = 1 AND [R1520310] IS NULL) OR ([R1520310] = @Original_R1" + - "520310)) AND ((@IsNull_R1774100 = 1 AND [R1774100] IS NULL) OR ([R1774100] = @Or" + - "iginal_R1774100)) AND ((@IsNull_R1774200 = 1 AND [R1774200] IS NULL) OR ([R17742" + - "00] = @Original_R1774200)) AND ((@IsNull_R1794600 = 1 AND [R1794600] IS NULL) OR" + - " ([R1794600] = @Original_R1794600)) AND ((@IsNull_R1794700 = 1 AND [R1794700] IS" + - " NULL) OR ([R1794700] = @Original_R1794700)) AND ((@IsNull_R1891010 = 1 AND [R18" + - "91010] IS NULL) OR ([R1891010] = @Original_R1891010)) AND ((@IsNull_R2156200 = 1" + - " AND [R2156200] IS NULL) OR ([R2156200] = @Original_R2156200)) AND ((@IsNull_R21" + - "56300 = 1 AND [R2156300] IS NULL) OR ([R2156300] = @Original_R2156300)) AND ((@I" + - "sNull_R2258110 = 1 AND [R2258110] IS NULL) OR ([R2258110] = @Original_R2258110))" + - " AND ((@IsNull_R2365700 = 1 AND [R2365700] IS NULL) OR ([R2365700] = @Original_R" + - "2365700)) AND ((@IsNull_R2365800 = 1 AND [R2365800] IS NULL) OR ([R2365800] = @O" + - "riginal_R2365800)) AND ((@IsNull_R2445510 = 1 AND [R2445510] IS NULL) OR ([R2445" + - "510] = @Original_R2445510)) AND ((@IsNull_R2742500 = 1 AND [R2742500] IS NULL) O" + - "R ([R2742500] = @Original_R2742500)) AND ((@IsNull_R2742600 = 1 AND [R2742600] I" + - "S NULL) OR ([R2742600] = @Original_R2742600)) AND ((@IsNull_R2871300 = 1 AND [R2" + - "871300] IS NULL) OR ([R2871300] = @Original_R2871300)) AND ((@IsNull_R2986100 = " + - "1 AND [R2986100] IS NULL) OR ([R2986100] = @Original_R2986100)) AND ((@IsNull_R2" + - "986200 = 1 AND [R2986200] IS NULL) OR ([R2986200] = @Original_R2986200)) AND ((@" + - "IsNull_R3075000 = 1 AND [R3075000] IS NULL) OR ([R3075000] = @Original_R3075000)" + - ") AND ((@IsNull_R3302500 = 1 AND [R3302500] IS NULL) OR ([R3302500] = @Original_" + - "R3302500)) AND ((@IsNull_R3302600 = 1 AND [R3302600] IS NULL) OR ([R3302600] = @" + - "Original_R3302600)) AND ((@IsNull_R3401700 = 1 AND [R3401700] IS NULL) OR ([R340" + - "1700] = @Original_R3401700)) AND ((@IsNull_R3573400 = 1 AND [R3573400] IS NULL) " + - "OR ([R3573400] = @Original_R3573400)) AND ((@IsNull_R3573500 = 1 AND [R3573500] " + - "IS NULL) OR ([R3573500] = @Original_R3573500)) AND ((@IsNull_R3657100 = 1 AND [R" + - "3657100] IS NULL) OR ([R3657100] = @Original_R3657100)) AND ((@IsNull_R3917600 =" + - " 1 AND [R3917600] IS NULL) OR ([R3917600] = @Original_R3917600)) AND ((@IsNull_R" + - "3917700 = 1 AND [R3917700] IS NULL) OR ([R3917700] = @Original_R3917700)) AND ((" + - "@IsNull_R4007600 = 1 AND [R4007600] IS NULL) OR ([R4007600] = @Original_R4007600" + - ")) AND ((@IsNull_R4100200 = 1 AND [R4100200] IS NULL) OR ([R4100200] = @Original" + - "_R4100200)) AND ((@IsNull_R4100201 = 1 AND [R4100201] IS NULL) OR ([R4100201] = " + - "@Original_R4100201)) AND ((@IsNull_R4100202 = 1 AND [R4100202] IS NULL) OR ([R41" + - "00202] = @Original_R4100202)) AND ((@IsNull_R4418700 = 1 AND [R4418700] IS NULL)" + - " OR ([R4418700] = @Original_R4418700)) AND ((@IsNull_R4500200 = 1 AND [R4500200]" + - " IS NULL) OR ([R4500200] = @Original_R4500200)) AND ((@IsNull_R4500201 = 1 AND [" + - "R4500201] IS NULL) OR ([R4500201] = @Original_R4500201)) AND ((@IsNull_R4500202 " + - "= 1 AND [R4500202] IS NULL) OR ([R4500202] = @Original_R4500202)) AND ((@IsNull_" + - "R5081700 = 1 AND [R5081700] IS NULL) OR ([R5081700] = @Original_R5081700)) AND (" + - "(@IsNull_R5167000 = 1 AND [R5167000] IS NULL) OR ([R5167000] = @Original_R516700" + - "0)) AND ((@IsNull_R5200200 = 1 AND [R5200200] IS NULL) OR ([R5200200] = @Origina" + - "l_R5200200)) AND ((@IsNull_R5200201 = 1 AND [R5200201] IS NULL) OR ([R5200201] =" + - " @Original_R5200201)) AND ((@IsNull_R5200202 = 1 AND [R5200202] IS NULL) OR ([R5" + - "200202] = @Original_R5200202)) AND ((@IsNull_R6435300 = 1 AND [R6435300] IS NULL" + - ") OR ([R6435300] = @Original_R6435300)) AND ((@IsNull_R6435301 = 1 AND [R6435301" + - "] IS NULL) OR ([R6435301] = @Original_R6435301)) AND ((@IsNull_R6435302 = 1 AND " + - "[R6435302] IS NULL) OR ([R6435302] = @Original_R6435302)) AND ((@IsNull_R6479800" + - " = 1 AND [R6479800] IS NULL) OR ([R6479800] = @Original_R6479800)) AND ((@IsNull" + - "_R6963300 = 1 AND [R6963300] IS NULL) OR ([R6963300] = @Original_R6963300)) AND " + - "((@IsNull_R6963301 = 1 AND [R6963301] IS NULL) OR ([R6963301] = @Original_R69633" + - "01)) AND ((@IsNull_R6963302 = 1 AND [R6963302] IS NULL) OR ([R6963302] = @Origin" + - "al_R6963302)) AND ((@IsNull_R7007500 = 1 AND [R7007500] IS NULL) OR ([R7007500] " + - "= @Original_R7007500)) AND ((@IsNull_R7656300 = 1 AND [R7656300] IS NULL) OR ([R" + - "7656300] = @Original_R7656300)) AND ((@IsNull_R7656301 = 1 AND [R7656301] IS NUL" + - "L) OR ([R7656301] = @Original_R7656301)) AND ((@IsNull_R7656302 = 1 AND [R765630" + - "2] IS NULL) OR ([R7656302] = @Original_R7656302)) AND ((@IsNull_R7704800 = 1 AND" + - " [R7704800] IS NULL) OR ([R7704800] = @Original_R7704800)) AND ((@IsNull_R780050" + - "0 = 1 AND [R7800500] IS NULL) OR ([R7800500] = @Original_R7800500)) AND ((@IsNul" + - "l_R7800501 = 1 AND [R7800501] IS NULL) OR ([R7800501] = @Original_R7800501)) AND" + - " ((@IsNull_R7800502 = 1 AND [R7800502] IS NULL) OR ([R7800502] = @Original_R7800" + - "502)) AND ((@IsNull_R8497200 = 1 AND [R8497200] IS NULL) OR ([R8497200] = @Origi" + - "nal_R8497200)) AND ((@IsNull_R9908000 = 1 AND [R9908000] IS NULL) OR ([R9908000]" + - " = @Original_R9908000)) AND ((@IsNull_T0000900 = 1 AND [T0000900] IS NULL) OR ([" + - "T0000900] = @Original_T0000900)) AND ((@IsNull_T0000901 = 1 AND [T0000901] IS NU" + - "LL) OR ([T0000901] = @Original_T0000901)) AND ((@IsNull_T0000902 = 1 AND [T00009" + - "02] IS NULL) OR ([T0000902] = @Original_T0000902)) AND ((@IsNull_T0989000 = 1 AN" + - "D [T0989000] IS NULL) OR ([T0989000] = @Original_T0989000)) AND ((@IsNull_T12007" + - "00 = 1 AND [T1200700] IS NULL) OR ([T1200700] = @Original_T1200700)) AND ((@IsNu" + - "ll_T1200701 = 1 AND [T1200701] IS NULL) OR ([T1200701] = @Original_T1200701)) AN" + - "D ((@IsNull_T1200702 = 1 AND [T1200702] IS NULL) OR ([T1200702] = @Original_T120" + - "0702)) AND ((@IsNull_T2210800 = 1 AND [T2210800] IS NULL) OR ([T2210800] = @Orig" + - "inal_T2210800)) AND ((@IsNull_T2260600 = 1 AND [T2260600] IS NULL) OR ([T2260600" + - "] = @Original_T2260600)) AND ((@IsNull_T2260601 = 1 AND [T2260601] IS NULL) OR (" + - "[T2260601] = @Original_T2260601)) AND ((@IsNull_T2260602 = 1 AND [T2260602] IS N" + - "ULL) OR ([T2260602] = @Original_T2260602)) AND ((@IsNull_T2763400 = 1 AND [T2763" + - "400] IS NULL) OR ([T2763400] = @Original_T2763400)) AND ((@IsNull_T2763500 = 1 A" + - "ND [T2763500] IS NULL) OR ([T2763500] = @Original_T2763500)) AND ((@IsNull_T2763" + - "600 = 1 AND [T2763600] IS NULL) OR ([T2763600] = @Original_T2763600)) AND ((@IsN" + - "ull_T2763700 = 1 AND [T2763700] IS NULL) OR ([T2763700] = @Original_T2763700)) A" + - "ND ((@IsNull_T2763800 = 1 AND [T2763800] IS NULL) OR ([T2763800] = @Original_T27" + - "63800)) AND ((@IsNull_T2763900 = 1 AND [T2763900] IS NULL) OR ([T2763900] = @Ori" + - "ginal_T2763900)) AND ((@IsNull_T2764000 = 1 AND [T2764000] IS NULL) OR ([T276400" + - "0] = @Original_T2764000)) AND ((@IsNull_T3108700 = 1 AND [T3108700] IS NULL) OR " + - "([T3108700] = @Original_T3108700)) AND ((@IsNull_T3195600 = 1 AND [T3195600] IS " + - "NULL) OR ([T3195600] = @Original_T3195600)) AND ((@IsNull_T3195601 = 1 AND [T319" + - "5601] IS NULL) OR ([T3195601] = @Original_T3195601)) AND ((@IsNull_T3195602 = 1 " + - "AND [T3195602] IS NULL) OR ([T3195602] = @Original_T3195602)) AND ((@IsNull_T372" + - "9600 = 1 AND [T3729600] IS NULL) OR ([T3729600] = @Original_T3729600)) AND ((@Is" + - "Null_T3729700 = 1 AND [T3729700] IS NULL) OR ([T3729700] = @Original_T3729700)) " + - "AND ((@IsNull_T3729800 = 1 AND [T3729800] IS NULL) OR ([T3729800] = @Original_T3" + - "729800)) AND ((@IsNull_T3729900 = 1 AND [T3729900] IS NULL) OR ([T3729900] = @Or" + - "iginal_T3729900)) AND ((@IsNull_T3730000 = 1 AND [T3730000] IS NULL) OR ([T37300" + - "00] = @Original_T3730000)) AND ((@IsNull_T3730100 = 1 AND [T3730100] IS NULL) OR" + - " ([T3730100] = @Original_T3730100)) AND ((@IsNull_T4113200 = 1 AND [T4113200] IS" + - " NULL) OR ([T4113200] = @Original_T4113200)) AND ((@IsNull_T4181100 = 1 AND [T41" + - "81100] IS NULL) OR ([T4181100] = @Original_T4181100)) AND ((@IsNull_T4181101 = 1" + - " AND [T4181101] IS NULL) OR ([T4181101] = @Original_T4181101)) AND ((@IsNull_T41" + - "81102 = 1 AND [T4181102] IS NULL) OR ([T4181102] = @Original_T4181102)) AND ((@I" + - "sNull_T5023600 = 1 AND [T5023600] IS NULL) OR ([T5023600] = @Original_T5023600))" + - ")"; + this._adapter.DeleteCommand.CommandText = "DELETE FROM [Extract].[tblGen2LinksFromGen1] WHERE (([R0000100] = @Original_R0000" + + "100) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Origin" + + "al_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] " + + "= @Original_R0214800)) AND ((@IsNull_R4825700 = 1 AND [R4825700] IS NULL) OR ([R" + + "4825700] = @Original_R4825700)) AND ((@IsNull_R4826000 = 1 AND [R4826000] IS NUL" + + "L) OR ([R4826000] = @Original_R4826000)) AND ((@IsNull_R4826100 = 1 AND [R482610" + + "0] IS NULL) OR ([R4826100] = @Original_R4826100)) AND ((@IsNull_R4826300 = 1 AND" + + " [R4826300] IS NULL) OR ([R4826300] = @Original_R4826300)) AND ((@IsNull_R482650" + + "0 = 1 AND [R4826500] IS NULL) OR ([R4826500] = @Original_R4826500)) AND ((@IsNul" + + "l_R4826800 = 1 AND [R4826800] IS NULL) OR ([R4826800] = @Original_R4826800)) AND" + + " ((@IsNull_R5495900 = 1 AND [R5495900] IS NULL) OR ([R5495900] = @Original_R5495" + + "900)) AND ((@IsNull_R5496200 = 1 AND [R5496200] IS NULL) OR ([R5496200] = @Origi" + + "nal_R5496200)) AND ((@IsNull_R5496300 = 1 AND [R5496300] IS NULL) OR ([R5496300]" + + " = @Original_R5496300)) AND ((@IsNull_R5496500 = 1 AND [R5496500] IS NULL) OR ([" + + "R5496500] = @Original_R5496500)) AND ((@IsNull_R5496700 = 1 AND [R5496700] IS NU" + + "LL) OR ([R5496700] = @Original_R5496700)) AND ((@IsNull_R5497000 = 1 AND [R54970" + + "00] IS NULL) OR ([R5497000] = @Original_R5497000)) AND ((@IsNull_R5497200 = 1 AN" + + "D [R5497200] IS NULL) OR ([R5497200] = @Original_R5497200)) AND ((@IsNull_R62107" + + "00 = 1 AND [R6210700] IS NULL) OR ([R6210700] = @Original_R6210700)) AND ((@IsNu" + + "ll_R6210800 = 1 AND [R6210800] IS NULL) OR ([R6210800] = @Original_R6210800)) AN" + + "D ((@IsNull_R6210900 = 1 AND [R6210900] IS NULL) OR ([R6210900] = @Original_R621" + + "0900)) AND ((@IsNull_R6211500 = 1 AND [R6211500] IS NULL) OR ([R6211500] = @Orig" + + "inal_R6211500)) AND ((@IsNull_R6211600 = 1 AND [R6211600] IS NULL) OR ([R6211600" + + "] = @Original_R6211600)) AND ((@IsNull_R6211700 = 1 AND [R6211700] IS NULL) OR (" + + "[R6211700] = @Original_R6211700)) AND ((@IsNull_R6211800 = 1 AND [R6211800] IS N" + + "ULL) OR ([R6211800] = @Original_R6211800)) AND ((@IsNull_R6211900 = 1 AND [R6211" + + "900] IS NULL) OR ([R6211900] = @Original_R6211900)) AND ((@IsNull_R6212200 = 1 A" + + "ND [R6212200] IS NULL) OR ([R6212200] = @Original_R6212200)) AND ((@IsNull_R6212" + + "300 = 1 AND [R6212300] IS NULL) OR ([R6212300] = @Original_R6212300)) AND ((@IsN" + + "ull_R6764000 = 1 AND [R6764000] IS NULL) OR ([R6764000] = @Original_R6764000)) A" + + "ND ((@IsNull_R6764100 = 1 AND [R6764100] IS NULL) OR ([R6764100] = @Original_R67" + + "64100)) AND ((@IsNull_R6764200 = 1 AND [R6764200] IS NULL) OR ([R6764200] = @Ori" + + "ginal_R6764200)) AND ((@IsNull_R6764900 = 1 AND [R6764900] IS NULL) OR ([R676490" + + "0] = @Original_R6764900)) AND ((@IsNull_R6765000 = 1 AND [R6765000] IS NULL) OR " + + "([R6765000] = @Original_R6765000)) AND ((@IsNull_R6765100 = 1 AND [R6765100] IS " + + "NULL) OR ([R6765100] = @Original_R6765100)) AND ((@IsNull_R6765200 = 1 AND [R676" + + "5200] IS NULL) OR ([R6765200] = @Original_R6765200)) AND ((@IsNull_R6765600 = 1 " + + "AND [R6765600] IS NULL) OR ([R6765600] = @Original_R6765600)) AND ((@IsNull_R676" + + "5700 = 1 AND [R6765700] IS NULL) OR ([R6765700] = @Original_R6765700)) AND ((@Is" + + "Null_R6765800 = 1 AND [R6765800] IS NULL) OR ([R6765800] = @Original_R6765800)) " + + "AND ((@IsNull_R6839600 = 1 AND [R6839600] IS NULL) OR ([R6839600] = @Original_R6" + + "839600)) AND ((@IsNull_R7408300 = 1 AND [R7408300] IS NULL) OR ([R7408300] = @Or" + + "iginal_R7408300)) AND ((@IsNull_R7408400 = 1 AND [R7408400] IS NULL) OR ([R74084" + + "00] = @Original_R7408400)) AND ((@IsNull_R7408500 = 1 AND [R7408500] IS NULL) OR" + + " ([R7408500] = @Original_R7408500)) AND ((@IsNull_R7409200 = 1 AND [R7409200] IS" + + " NULL) OR ([R7409200] = @Original_R7409200)) AND ((@IsNull_R7409300 = 1 AND [R74" + + "09300] IS NULL) OR ([R7409300] = @Original_R7409300)) AND ((@IsNull_R7409400 = 1" + + " AND [R7409400] IS NULL) OR ([R7409400] = @Original_R7409400)) AND ((@IsNull_R74" + + "09500 = 1 AND [R7409500] IS NULL) OR ([R7409500] = @Original_R7409500)) AND ((@I" + + "sNull_R7409900 = 1 AND [R7409900] IS NULL) OR ([R7409900] = @Original_R7409900))" + + " AND ((@IsNull_R7410000 = 1 AND [R7410000] IS NULL) OR ([R7410000] = @Original_R" + + "7410000)) AND ((@IsNull_R7410100 = 1 AND [R7410100] IS NULL) OR ([R7410100] = @O" + + "riginal_R7410100)) AND ((@IsNull_R7548600 = 1 AND [R7548600] IS NULL) OR ([R7548" + + "600] = @Original_R7548600)) AND ((@IsNull_R8106400 = 1 AND [R8106400] IS NULL) O" + + "R ([R8106400] = @Original_R8106400)) AND ((@IsNull_R8106500 = 1 AND [R8106500] I" + + "S NULL) OR ([R8106500] = @Original_R8106500)) AND ((@IsNull_R8106600 = 1 AND [R8" + + "106600] IS NULL) OR ([R8106600] = @Original_R8106600)) AND ((@IsNull_R8106700 = " + + "1 AND [R8106700] IS NULL) OR ([R8106700] = @Original_R8106700)) AND ((@IsNull_R8" + + "106800 = 1 AND [R8106800] IS NULL) OR ([R8106800] = @Original_R8106800)) AND ((@" + + "IsNull_R8106900 = 1 AND [R8106900] IS NULL) OR ([R8106900] = @Original_R8106900)" + + ") AND ((@IsNull_R8107000 = 1 AND [R8107000] IS NULL) OR ([R8107000] = @Original_" + + "R8107000)) AND ((@IsNull_R8107100 = 1 AND [R8107100] IS NULL) OR ([R8107100] = @" + + "Original_R8107100)) AND ((@IsNull_R8107200 = 1 AND [R8107200] IS NULL) OR ([R810" + + "7200] = @Original_R8107200)) AND ((@IsNull_R8255400 = 1 AND [R8255400] IS NULL) " + + "OR ([R8255400] = @Original_R8255400)) AND ((@IsNull_R9900400 = 1 AND [R9900400] " + + "IS NULL) OR ([R9900400] = @Original_R9900400)) AND ((@IsNull_R9900600 = 1 AND [R" + + "9900600] IS NULL) OR ([R9900600] = @Original_R9900600)) AND ((@IsNull_R9900601 =" + + " 1 AND [R9900601] IS NULL) OR ([R9900601] = @Original_R9900601)) AND ((@IsNull_R" + + "9901200 = 1 AND [R9901200] IS NULL) OR ([R9901200] = @Original_R9901200)) AND ((" + + "@IsNull_R9901400 = 1 AND [R9901400] IS NULL) OR ([R9901400] = @Original_R9901400" + + ")) AND ((@IsNull_R9901401 = 1 AND [R9901401] IS NULL) OR ([R9901401] = @Original" + + "_R9901401)) AND ((@IsNull_R9902000 = 1 AND [R9902000] IS NULL) OR ([R9902000] = " + + "@Original_R9902000)) AND ((@IsNull_R9902200 = 1 AND [R9902200] IS NULL) OR ([R99" + + "02200] = @Original_R9902200)) AND ((@IsNull_R9902201 = 1 AND [R9902201] IS NULL)" + + " OR ([R9902201] = @Original_R9902201)) AND ((@IsNull_R9902800 = 1 AND [R9902800]" + + " IS NULL) OR ([R9902800] = @Original_R9902800)) AND ((@IsNull_R9903000 = 1 AND [" + + "R9903000] IS NULL) OR ([R9903000] = @Original_R9903000)) AND ((@IsNull_R9903001 " + + "= 1 AND [R9903001] IS NULL) OR ([R9903001] = @Original_R9903001)) AND ((@IsNull_" + + "R9903600 = 1 AND [R9903600] IS NULL) OR ([R9903600] = @Original_R9903600)) AND (" + + "(@IsNull_R9903800 = 1 AND [R9903800] IS NULL) OR ([R9903800] = @Original_R990380" + + "0)) AND ((@IsNull_R9903801 = 1 AND [R9903801] IS NULL) OR ([R9903801] = @Origina" + + "l_R9903801)) AND ((@IsNull_R9904400 = 1 AND [R9904400] IS NULL) OR ([R9904400] =" + + " @Original_R9904400)) AND ((@IsNull_R9904600 = 1 AND [R9904600] IS NULL) OR ([R9" + + "904600] = @Original_R9904600)) AND ((@IsNull_R9904601 = 1 AND [R9904601] IS NULL" + + ") OR ([R9904601] = @Original_R9904601)) AND ((@IsNull_R9905200 = 1 AND [R9905200" + + "] IS NULL) OR ([R9905200] = @Original_R9905200)) AND ((@IsNull_R9905400 = 1 AND " + + "[R9905400] IS NULL) OR ([R9905400] = @Original_R9905400)) AND ((@IsNull_R9905401" + + " = 1 AND [R9905401] IS NULL) OR ([R9905401] = @Original_R9905401)) AND ((@IsNull" + + "_R9906000 = 1 AND [R9906000] IS NULL) OR ([R9906000] = @Original_R9906000)) AND " + + "((@IsNull_R9906600 = 1 AND [R9906600] IS NULL) OR ([R9906600] = @Original_R99066" + + "00)) AND ((@IsNull_R9907200 = 1 AND [R9907200] IS NULL) OR ([R9907200] = @Origin" + + "al_R9907200)) AND ((@IsNull_R9907800 = 1 AND [R9907800] IS NULL) OR ([R9907800] " + + "= @Original_R9907800)) AND ((@IsNull_R9908000 = 1 AND [R9908000] IS NULL) OR ([R" + + "9908000] = @Original_R9908000)) AND ((@IsNull_R9911200 = 1 AND [R9911200] IS NUL" + + "L) OR ([R9911200] = @Original_R9911200)) AND ((@IsNull_R9911201 = 1 AND [R991120" + + "1] IS NULL) OR ([R9911201] = @Original_R9911201)) AND ((@IsNull_T0337300 = 1 AND" + + " [T0337300] IS NULL) OR ([T0337300] = @Original_T0337300)) AND ((@IsNull_T033740" + + "0 = 1 AND [T0337400] IS NULL) OR ([T0337400] = @Original_T0337400)) AND ((@IsNul" + + "l_T0337500 = 1 AND [T0337500] IS NULL) OR ([T0337500] = @Original_T0337500)) AND" + + " ((@IsNull_T0337600 = 1 AND [T0337600] IS NULL) OR ([T0337600] = @Original_T0337" + + "600)) AND ((@IsNull_T0337700 = 1 AND [T0337700] IS NULL) OR ([T0337700] = @Origi" + + "nal_T0337700)) AND ((@IsNull_T0337800 = 1 AND [T0337800] IS NULL) OR ([T0337800]" + + " = @Original_T0337800)) AND ((@IsNull_T0337900 = 1 AND [T0337900] IS NULL) OR ([" + + "T0337900] = @Original_T0337900)) AND ((@IsNull_T0338000 = 1 AND [T0338000] IS NU" + + "LL) OR ([T0338000] = @Original_T0338000)) AND ((@IsNull_T0338100 = 1 AND [T03381" + + "00] IS NULL) OR ([T0338100] = @Original_T0338100)) AND ((@IsNull_T0338200 = 1 AN" + + "D [T0338200] IS NULL) OR ([T0338200] = @Original_T0338200)) AND ((@IsNull_T03383" + + "00 = 1 AND [T0338300] IS NULL) OR ([T0338300] = @Original_T0338300)) AND ((@IsNu" + + "ll_T0338400 = 1 AND [T0338400] IS NULL) OR ([T0338400] = @Original_T0338400)) AN" + + "D ((@IsNull_T0338500 = 1 AND [T0338500] IS NULL) OR ([T0338500] = @Original_T033" + + "8500)) AND ((@IsNull_T0338600 = 1 AND [T0338600] IS NULL) OR ([T0338600] = @Orig" + + "inal_T0338600)) AND ((@IsNull_T1486900 = 1 AND [T1486900] IS NULL) OR ([T1486900" + + "] = @Original_T1486900)) AND ((@IsNull_T1487000 = 1 AND [T1487000] IS NULL) OR (" + + "[T1487000] = @Original_T1487000)) AND ((@IsNull_T1487100 = 1 AND [T1487100] IS N" + + "ULL) OR ([T1487100] = @Original_T1487100)) AND ((@IsNull_T1487200 = 1 AND [T1487" + + "200] IS NULL) OR ([T1487200] = @Original_T1487200)) AND ((@IsNull_T1487300 = 1 A" + + "ND [T1487300] IS NULL) OR ([T1487300] = @Original_T1487300)) AND ((@IsNull_T1487" + + "400 = 1 AND [T1487400] IS NULL) OR ([T1487400] = @Original_T1487400)) AND ((@IsN" + + "ull_T1487500 = 1 AND [T1487500] IS NULL) OR ([T1487500] = @Original_T1487500)) A" + + "ND ((@IsNull_T1487600 = 1 AND [T1487600] IS NULL) OR ([T1487600] = @Original_T14" + + "87600)) AND ((@IsNull_T1487700 = 1 AND [T1487700] IS NULL) OR ([T1487700] = @Ori" + + "ginal_T1487700)) AND ((@IsNull_T1487800 = 1 AND [T1487800] IS NULL) OR ([T148780" + + "0] = @Original_T1487800)) AND ((@IsNull_T2217700 = 1 AND [T2217700] IS NULL) OR " + + "([T2217700] = @Original_T2217700)) AND ((@IsNull_T2533500 = 1 AND [T2533500] IS " + + "NULL) OR ([T2533500] = @Original_T2533500)) AND ((@IsNull_T2533600 = 1 AND [T253" + + "3600] IS NULL) OR ([T2533600] = @Original_T2533600)) AND ((@IsNull_T2533700 = 1 " + + "AND [T2533700] IS NULL) OR ([T2533700] = @Original_T2533700)) AND ((@IsNull_T253" + + "3800 = 1 AND [T2533800] IS NULL) OR ([T2533800] = @Original_T2533800)) AND ((@Is" + + "Null_T2533900 = 1 AND [T2533900] IS NULL) OR ([T2533900] = @Original_T2533900)) " + + "AND ((@IsNull_T2534000 = 1 AND [T2534000] IS NULL) OR ([T2534000] = @Original_T2" + + "534000)) AND ((@IsNull_T2534100 = 1 AND [T2534100] IS NULL) OR ([T2534100] = @Or" + + "iginal_T2534100)) AND ((@IsNull_T2534200 = 1 AND [T2534200] IS NULL) OR ([T25342" + + "00] = @Original_T2534200)) AND ((@IsNull_T2534300 = 1 AND [T2534300] IS NULL) OR" + + " ([T2534300] = @Original_T2534300)) AND ((@IsNull_T2534400 = 1 AND [T2534400] IS" + + " NULL) OR ([T2534400] = @Original_T2534400)) AND ((@IsNull_T2534500 = 1 AND [T25" + + "34500] IS NULL) OR ([T2534500] = @Original_T2534500)) AND ((@IsNull_T3519800 = 1" + + " AND [T3519800] IS NULL) OR ([T3519800] = @Original_T3519800)) AND ((@IsNull_T35" + + "19900 = 1 AND [T3519900] IS NULL) OR ([T3519900] = @Original_T3519900)) AND ((@I" + + "sNull_T3520000 = 1 AND [T3520000] IS NULL) OR ([T3520000] = @Original_T3520000))" + + " AND ((@IsNull_T3520100 = 1 AND [T3520100] IS NULL) OR ([T3520100] = @Original_T" + + "3520100)) AND ((@IsNull_T3520200 = 1 AND [T3520200] IS NULL) OR ([T3520200] = @O" + + "riginal_T3520200)) AND ((@IsNull_T3520300 = 1 AND [T3520300] IS NULL) OR ([T3520" + + "300] = @Original_T3520300)) AND ((@IsNull_T3520400 = 1 AND [T3520400] IS NULL) O" + + "R ([T3520400] = @Original_T3520400)) AND ((@IsNull_T3520500 = 1 AND [T3520500] I" + + "S NULL) OR ([T3520500] = @Original_T3520500)) AND ((@IsNull_T3520600 = 1 AND [T3" + + "520600] IS NULL) OR ([T3520600] = @Original_T3520600)) AND ((@IsNull_T4483300 = " + + "1 AND [T4483300] IS NULL) OR ([T4483300] = @Original_T4483300)) AND ((@IsNull_T4" + + "483400 = 1 AND [T4483400] IS NULL) OR ([T4483400] = @Original_T4483400)) AND ((@" + + "IsNull_T4483500 = 1 AND [T4483500] IS NULL) OR ([T4483500] = @Original_T4483500)" + + ") AND ((@IsNull_T4483600 = 1 AND [T4483600] IS NULL) OR ([T4483600] = @Original_" + + "T4483600)) AND ((@IsNull_T4483700 = 1 AND [T4483700] IS NULL) OR ([T4483700] = @" + + "Original_T4483700)) AND ((@IsNull_T4483800 = 1 AND [T4483800] IS NULL) OR ([T448" + + "3800] = @Original_T4483800)))"; this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000149", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000149", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000149", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000149", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0009100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0009100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0009300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0009300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0172500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0172500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0172500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0172500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0172600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0172600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0172600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0172600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0173600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0173600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0173600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0173600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0216500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0216500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0216500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0216500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0329200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0329200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0329200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0329200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0329210", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0329210", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0329210", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0329210", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0406510", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0406510", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0406510", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0406510", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0410100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0410100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0410100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0410100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0410300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0410300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0410300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0410300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0530700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0530700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0530700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0530700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0530800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0530800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0530800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0530800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0619010", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0619010", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0619010", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0619010", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0809900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0809900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0809900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0809900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0810000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0810000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0810000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0810000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0898310", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0898310", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0898310", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0898310", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1045700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1045700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1045700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1045700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1045800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1045800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1045800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1045800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1145110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1145110", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1145110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1145110", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1427500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1427500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1427500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1427500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1427600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1427600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1427600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1427600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1520310", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1520310", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1520310", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1520310", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1794600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1794600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1794600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1794600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1794700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1794700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1794700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1794700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1891010", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1891010", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1891010", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1891010", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2156200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2156200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2156200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2156200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2156300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2156300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2156300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2156300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2258110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2258110", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2258110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2258110", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2365700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2365700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2365700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2365700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2365800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2365800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2365800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2365800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2445510", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2445510", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2445510", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2445510", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2742500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2742500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2742500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2742500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2742600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2742600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2742600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2742600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2871300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2871300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2871300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2871300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2986100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2986100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2986100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2986100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2986200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2986200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3075000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3075000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3075000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3075000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3302500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3302500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3302500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3302500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3302600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3302600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3302600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3302600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3401700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3401700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3401700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3401700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3573400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3573400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3573400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3573400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3573500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3573500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3573500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3573500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3657100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3657100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3657100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3657100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3917600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3917600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3917600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3917600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3917700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3917700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3917700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3917700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4007600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4007600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4100200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4100200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4100201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4100201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4100202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100202", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4100202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100202", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4418700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4418700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4418700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4418700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4500200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4500200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4500201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4500201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4500202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500202", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4500202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500202", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5081700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5081700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5081700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5081700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5167000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5167000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5167000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5167000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5200200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5200200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5200201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5200201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5200202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200202", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5200202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200202", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6435300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6435300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6435301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6435301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6435302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435302", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6435302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435302", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6479800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6479800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6479800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6479800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6963300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6963300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6963301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6963301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6963302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963302", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6963302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963302", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7007500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7007500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7007500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7007500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7656300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7656300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7656301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7656301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7656302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656302", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7656302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656302", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7704800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7704800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7704800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7704800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7800500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7800500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7800501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7800501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7800502", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800502", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7800502", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800502", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8497200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8497200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4825700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4825700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4825700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4825700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4826000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4826000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4826100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4826100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4826300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4826300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4826500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4826500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4826800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4826800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5495900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5495900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5495900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5495900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5496200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5496200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5496300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5496300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5496500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5496500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5496700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5496700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5497000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5497000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5497000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5497000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5497200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5497200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6210700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6210700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6210800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6210800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6210900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6210900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6211500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6211500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6211600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6211600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6211700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6211700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6211800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6211800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6211900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6211900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6212200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6212200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6212200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6212200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6212300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6212300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6212300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6212300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6764100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6764100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6764200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6764200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6764900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6764900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6765000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6765000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6765100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6765100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6765200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6765200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6765600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6765600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6765700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6765700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6765800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6765800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6839600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6839600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7408300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7408300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7408400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7408400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7408500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7408500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7409200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7409200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7409300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7409300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7409400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7409400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7409500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7409500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7409900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7409900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7410000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7410000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7410000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7410000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7410100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7410100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7410100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7410100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7548600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7548600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7548600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7548600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8106400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8106400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8106500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8106500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8106600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8106600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8106700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8106700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8106800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8106800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8106900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8106900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8107000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8107000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8107100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8107100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8107200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8107200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8255400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8255400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8255400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8255400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9900400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9900400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9900600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9900600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9900601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9900601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9901200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9901200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9901400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9901400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9901401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9901401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9902000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9902000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9902200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9902200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9902201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9902201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9902800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9902800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9903000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9903000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9903001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9903001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9903600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9903600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9903800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9903800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9903801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9903801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9904400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9904400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9904600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9904600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9904601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9904601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9905200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9905200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9905400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9905400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9905401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9905401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9906000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9906000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9906000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9906000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9906600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9906600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9906600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9906600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9907200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9907200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9907200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9907200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9907800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9907800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9907800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9907800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9908000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9908000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9908000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9908000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0000900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0000900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0000901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0000901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0000902", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000902", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0000902", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000902", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0989000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0989000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0989000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0989000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1200700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1200700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1200701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1200701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1200702", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200702", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1200702", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200702", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2210800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2210800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2210800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2210800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2260600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2260600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2260601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2260601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2260602", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260602", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2260602", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260602", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2763400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2763400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2763500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2763500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2763600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2763600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2763700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2763700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2763800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2763800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2763900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2763900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2764000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2764000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3108700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3108700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3108700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3108700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3195600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3195600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3195601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3195601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3195602", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195602", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3195602", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195602", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3729600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3729600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3729700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3729700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3729800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3729800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3729900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3729900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3730000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3730000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3730100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3730100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4113200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4113200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4113200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4113200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4181100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4181100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4181101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4181101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4181102", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181102", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4181102", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181102", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T5023600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T5023600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T5023600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T5023600", 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 [Extract].[tblGen1Links] ([R0000100], [R0000149], [R0000300], [R00005" + - "00], [R0009100], [R0009300], [R0172500], [R0172600], [R0173600], [R0214700], [R0" + - "214800], [R0216500], [R0329200], [R0329210], [R0406510], [R0410100], [R0410300]," + - " [R0530700], [R0530800], [R0619010], [R0809900], [R0810000], [R0898310], [R10457" + - "00], [R1045800], [R1145110], [R1427500], [R1427600], [R1520310], [R1774100], [R1" + - "774200], [R1794600], [R1794700], [R1891010], [R2156200], [R2156300], [R2258110]," + - " [R2365700], [R2365800], [R2445510], [R2742500], [R2742600], [R2871300], [R29861" + - "00], [R2986200], [R3075000], [R3302500], [R3302600], [R3401700], [R3573400], [R3" + - "573500], [R3657100], [R3917600], [R3917700], [R4007600], [R4100200], [R4100201]," + - " [R4100202], [R4418700], [R4500200], [R4500201], [R4500202], [R5081700], [R51670" + - "00], [R5200200], [R5200201], [R5200202], [R6435300], [R6435301], [R6435302], [R6" + - "479800], [R6963300], [R6963301], [R6963302], [R7007500], [R7656300], [R7656301]," + - " [R7656302], [R7704800], [R7800500], [R7800501], [R7800502], [R8497200], [R99080" + - "00], [T0000900], [T0000901], [T0000902], [T0989000], [T1200700], [T1200701], [T1" + - "200702], [T2210800], [T2260600], [T2260601], [T2260602], [T2763400], [T2763500]," + - " [T2763600], [T2763700], [T2763800], [T2763900], [T2764000], [T3108700], [T31956" + - "00], [T3195601], [T3195602], [T3729600], [T3729700], [T3729800], [T3729900], [T3" + - "730000], [T3730100], [T4113200], [T4181100], [T4181101], [T4181102], [T5023600])" + - " VALUES (@R0000100, @R0000149, @R0000300, @R0000500, @R0009100, @R0009300, @R017" + - "2500, @R0172600, @R0173600, @R0214700, @R0214800, @R0216500, @R0329200, @R032921" + - "0, @R0406510, @R0410100, @R0410300, @R0530700, @R0530800, @R0619010, @R0809900, " + - "@R0810000, @R0898310, @R1045700, @R1045800, @R1145110, @R1427500, @R1427600, @R1" + - "520310, @R1774100, @R1774200, @R1794600, @R1794700, @R1891010, @R2156200, @R2156" + - "300, @R2258110, @R2365700, @R2365800, @R2445510, @R2742500, @R2742600, @R2871300" + - ", @R2986100, @R2986200, @R3075000, @R3302500, @R3302600, @R3401700, @R3573400, @" + - "R3573500, @R3657100, @R3917600, @R3917700, @R4007600, @R4100200, @R4100201, @R41" + - "00202, @R4418700, @R4500200, @R4500201, @R4500202, @R5081700, @R5167000, @R52002" + - "00, @R5200201, @R5200202, @R6435300, @R6435301, @R6435302, @R6479800, @R6963300," + - " @R6963301, @R6963302, @R7007500, @R7656300, @R7656301, @R7656302, @R7704800, @R" + - "7800500, @R7800501, @R7800502, @R8497200, @R9908000, @T0000900, @T0000901, @T000" + - "0902, @T0989000, @T1200700, @T1200701, @T1200702, @T2210800, @T2260600, @T226060" + - "1, @T2260602, @T2763400, @T2763500, @T2763600, @T2763700, @T2763800, @T2763900, " + - "@T2764000, @T3108700, @T3195600, @T3195601, @T3195602, @T3729600, @T3729700, @T3" + - "729800, @T3729900, @T3730000, @T3730100, @T4113200, @T4181100, @T4181101, @T4181" + - "102, @T5023600);\r\nSELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009" + - "300, R0172500, R0172600, R0173600, R0214700, R0214800, R0216500, R0329200, R0329" + - "210, R0406510, R0410100, R0410300, R0530700, R0530800, R0619010, R0809900, R0810" + - "000, R0898310, R1045700, R1045800, R1145110, R1427500, R1427600, R1520310, R1774" + - "100, R1774200, R1794600, R1794700, R1891010, R2156200, R2156300, R2258110, R2365" + - "700, R2365800, R2445510, R2742500, R2742600, R2871300, R2986100, R2986200, R3075" + - "000, R3302500, R3302600, R3401700, R3573400, R3573500, R3657100, R3917600, R3917" + - "700, R4007600, R4100200, R4100201, R4100202, R4418700, R4500200, R4500201, R4500" + - "202, R5081700, R5167000, R5200200, R5200201, R5200202, R6435300, R6435301, R6435" + - "302, R6479800, R6963300, R6963301, R6963302, R7007500, R7656300, R7656301, R7656" + - "302, R7704800, R7800500, R7800501, R7800502, R8497200, R9908000, T0000900, T0000" + - "901, T0000902, T0989000, T1200700, T1200701, T1200702, T2210800, T2260600, T2260" + - "601, T2260602, T2763400, T2763500, T2763600, T2763700, T2763800, T2763900, T2764" + - "000, T3108700, T3195600, T3195601, T3195602, T3729600, T3729700, T3729800, T3729" + - "900, T3730000, T3730100, T4113200, T4181100, T4181101, T4181102, T5023600 FROM E" + - "xtract.tblGen1Links WHERE (R0000100 = @R0000100)"; - this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000149", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000149", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0009100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0009300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0172500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0172500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0172600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0172600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0173600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0173600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0216500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0216500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0329200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0329200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0329210", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0329210", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0406510", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0406510", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0410100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0410100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0410300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0410300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0530700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0530700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0530800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0530800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0619010", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0619010", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0809900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0809900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0810000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0810000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0898310", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0898310", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1045700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1045700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1045800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1045800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1145110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1145110", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1427500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1427500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1427600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1427600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1520310", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1520310", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1794600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1794600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1794700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1794700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1891010", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1891010", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2156200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2156200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2156300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2156300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2258110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2258110", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2365700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2365700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2365800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2365800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2445510", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2445510", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2742500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2742500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2742600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2742600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2871300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2871300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2986100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2986100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2986200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3075000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3075000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3302500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3302500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3302600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3302600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3401700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3401700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3573400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3573400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3573500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3573500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3657100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3657100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3917600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3917600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3917700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3917700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4007600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4100200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4100201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4100202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100202", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4418700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4418700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4500200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4500201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4500202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500202", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5081700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5081700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5167000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5167000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5200200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5200201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5200202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200202", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6435300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6435301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6435302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435302", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6479800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6479800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6963300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6963301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6963302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963302", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7007500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7007500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7656300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7656301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7656302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656302", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7704800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7704800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7800500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7800501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7800502", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800502", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8497200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9908000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9908000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0000900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0000901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0000902", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000902", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0989000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0989000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1200700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1200701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1200702", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200702", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2210800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2210800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2260600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2260601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2260602", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260602", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2764000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3108700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3108700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3195600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3195601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3195602", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195602", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3729600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3729700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3729800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3729900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3730000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3730100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4113200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4113200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4181100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4181101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4181102", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181102", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T5023600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T5023600", 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 [Extract].[tblGen1Links] SET [R0000100] = @R0000100, [R0000149] = @R000014" + - "9, [R0000300] = @R0000300, [R0000500] = @R0000500, [R0009100] = @R0009100, [R000" + - "9300] = @R0009300, [R0172500] = @R0172500, [R0172600] = @R0172600, [R0173600] = " + - "@R0173600, [R0214700] = @R0214700, [R0214800] = @R0214800, [R0216500] = @R021650" + - "0, [R0329200] = @R0329200, [R0329210] = @R0329210, [R0406510] = @R0406510, [R041" + - "0100] = @R0410100, [R0410300] = @R0410300, [R0530700] = @R0530700, [R0530800] = " + - "@R0530800, [R0619010] = @R0619010, [R0809900] = @R0809900, [R0810000] = @R081000" + - "0, [R0898310] = @R0898310, [R1045700] = @R1045700, [R1045800] = @R1045800, [R114" + - "5110] = @R1145110, [R1427500] = @R1427500, [R1427600] = @R1427600, [R1520310] = " + - "@R1520310, [R1774100] = @R1774100, [R1774200] = @R1774200, [R1794600] = @R179460" + - "0, [R1794700] = @R1794700, [R1891010] = @R1891010, [R2156200] = @R2156200, [R215" + - "6300] = @R2156300, [R2258110] = @R2258110, [R2365700] = @R2365700, [R2365800] = " + - "@R2365800, [R2445510] = @R2445510, [R2742500] = @R2742500, [R2742600] = @R274260" + - "0, [R2871300] = @R2871300, [R2986100] = @R2986100, [R2986200] = @R2986200, [R307" + - "5000] = @R3075000, [R3302500] = @R3302500, [R3302600] = @R3302600, [R3401700] = " + - "@R3401700, [R3573400] = @R3573400, [R3573500] = @R3573500, [R3657100] = @R365710" + - "0, [R3917600] = @R3917600, [R3917700] = @R3917700, [R4007600] = @R4007600, [R410" + - "0200] = @R4100200, [R4100201] = @R4100201, [R4100202] = @R4100202, [R4418700] = " + - "@R4418700, [R4500200] = @R4500200, [R4500201] = @R4500201, [R4500202] = @R450020" + - "2, [R5081700] = @R5081700, [R5167000] = @R5167000, [R5200200] = @R5200200, [R520" + - "0201] = @R5200201, [R5200202] = @R5200202, [R6435300] = @R6435300, [R6435301] = " + - "@R6435301, [R6435302] = @R6435302, [R6479800] = @R6479800, [R6963300] = @R696330" + - "0, [R6963301] = @R6963301, [R6963302] = @R6963302, [R7007500] = @R7007500, [R765" + - "6300] = @R7656300, [R7656301] = @R7656301, [R7656302] = @R7656302, [R7704800] = " + - "@R7704800, [R7800500] = @R7800500, [R7800501] = @R7800501, [R7800502] = @R780050" + - "2, [R8497200] = @R8497200, [R9908000] = @R9908000, [T0000900] = @T0000900, [T000" + - "0901] = @T0000901, [T0000902] = @T0000902, [T0989000] = @T0989000, [T1200700] = " + - "@T1200700, [T1200701] = @T1200701, [T1200702] = @T1200702, [T2210800] = @T221080" + - "0, [T2260600] = @T2260600, [T2260601] = @T2260601, [T2260602] = @T2260602, [T276" + - "3400] = @T2763400, [T2763500] = @T2763500, [T2763600] = @T2763600, [T2763700] = " + - "@T2763700, [T2763800] = @T2763800, [T2763900] = @T2763900, [T2764000] = @T276400" + - "0, [T3108700] = @T3108700, [T3195600] = @T3195600, [T3195601] = @T3195601, [T319" + - "5602] = @T3195602, [T3729600] = @T3729600, [T3729700] = @T3729700, [T3729800] = " + - "@T3729800, [T3729900] = @T3729900, [T3730000] = @T3730000, [T3730100] = @T373010" + - "0, [T4113200] = @T4113200, [T4181100] = @T4181100, [T4181101] = @T4181101, [T418" + - "1102] = @T4181102, [T5023600] = @T5023600 WHERE (([R0000100] = @Original_R000010" + - "0) AND ((@IsNull_R0000149 = 1 AND [R0000149] IS NULL) OR ([R0000149] = @Original" + - "_R0000149)) AND ((@IsNull_R0000300 = 1 AND [R0000300] IS NULL) OR ([R0000300] = " + - "@Original_R0000300)) AND ((@IsNull_R0000500 = 1 AND [R0000500] IS NULL) OR ([R00" + - "00500] = @Original_R0000500)) AND ((@IsNull_R0009100 = 1 AND [R0009100] IS NULL)" + - " OR ([R0009100] = @Original_R0009100)) AND ((@IsNull_R0009300 = 1 AND [R0009300]" + - " IS NULL) OR ([R0009300] = @Original_R0009300)) AND ((@IsNull_R0172500 = 1 AND [" + - "R0172500] IS NULL) OR ([R0172500] = @Original_R0172500)) AND ((@IsNull_R0172600 " + - "= 1 AND [R0172600] IS NULL) OR ([R0172600] = @Original_R0172600)) AND ((@IsNull_" + - "R0173600 = 1 AND [R0173600] IS NULL) OR ([R0173600] = @Original_R0173600)) AND (" + - "(@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R021470" + - "0)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Origina" + - "l_R0214800)) AND ((@IsNull_R0216500 = 1 AND [R0216500] IS NULL) OR ([R0216500] =" + - " @Original_R0216500)) AND ((@IsNull_R0329200 = 1 AND [R0329200] IS NULL) OR ([R0" + - "329200] = @Original_R0329200)) AND ((@IsNull_R0329210 = 1 AND [R0329210] IS NULL" + - ") OR ([R0329210] = @Original_R0329210)) AND ((@IsNull_R0406510 = 1 AND [R0406510" + - "] IS NULL) OR ([R0406510] = @Original_R0406510)) AND ((@IsNull_R0410100 = 1 AND " + - "[R0410100] IS NULL) OR ([R0410100] = @Original_R0410100)) AND ((@IsNull_R0410300" + - " = 1 AND [R0410300] IS NULL) OR ([R0410300] = @Original_R0410300)) AND ((@IsNull" + - "_R0530700 = 1 AND [R0530700] IS NULL) OR ([R0530700] = @Original_R0530700)) AND " + - "((@IsNull_R0530800 = 1 AND [R0530800] IS NULL) OR ([R0530800] = @Original_R05308" + - "00)) AND ((@IsNull_R0619010 = 1 AND [R0619010] IS NULL) OR ([R0619010] = @Origin" + - "al_R0619010)) AND ((@IsNull_R0809900 = 1 AND [R0809900] IS NULL) OR ([R0809900] " + - "= @Original_R0809900)) AND ((@IsNull_R0810000 = 1 AND [R0810000] IS NULL) OR ([R" + - "0810000] = @Original_R0810000)) AND ((@IsNull_R0898310 = 1 AND [R0898310] IS NUL" + - "L) OR ([R0898310] = @Original_R0898310)) AND ((@IsNull_R1045700 = 1 AND [R104570" + - "0] IS NULL) OR ([R1045700] = @Original_R1045700)) AND ((@IsNull_R1045800 = 1 AND" + - " [R1045800] IS NULL) OR ([R1045800] = @Original_R1045800)) AND ((@IsNull_R114511" + - "0 = 1 AND [R1145110] IS NULL) OR ([R1145110] = @Original_R1145110)) AND ((@IsNul" + - "l_R1427500 = 1 AND [R1427500] IS NULL) OR ([R1427500] = @Original_R1427500)) AND" + - " ((@IsNull_R1427600 = 1 AND [R1427600] IS NULL) OR ([R1427600] = @Original_R1427" + - "600)) AND ((@IsNull_R1520310 = 1 AND [R1520310] IS NULL) OR ([R1520310] = @Origi" + - "nal_R1520310)) AND ((@IsNull_R1774100 = 1 AND [R1774100] IS NULL) OR ([R1774100]" + - " = @Original_R1774100)) AND ((@IsNull_R1774200 = 1 AND [R1774200] IS NULL) OR ([" + - "R1774200] = @Original_R1774200)) AND ((@IsNull_R1794600 = 1 AND [R1794600] IS NU" + - "LL) OR ([R1794600] = @Original_R1794600)) AND ((@IsNull_R1794700 = 1 AND [R17947" + - "00] IS NULL) OR ([R1794700] = @Original_R1794700)) AND ((@IsNull_R1891010 = 1 AN" + - "D [R1891010] IS NULL) OR ([R1891010] = @Original_R1891010)) AND ((@IsNull_R21562" + - "00 = 1 AND [R2156200] IS NULL) OR ([R2156200] = @Original_R2156200)) AND ((@IsNu" + - "ll_R2156300 = 1 AND [R2156300] IS NULL) OR ([R2156300] = @Original_R2156300)) AN" + - "D ((@IsNull_R2258110 = 1 AND [R2258110] IS NULL) OR ([R2258110] = @Original_R225" + - "8110)) AND ((@IsNull_R2365700 = 1 AND [R2365700] IS NULL) OR ([R2365700] = @Orig" + - "inal_R2365700)) AND ((@IsNull_R2365800 = 1 AND [R2365800] IS NULL) OR ([R2365800" + - "] = @Original_R2365800)) AND ((@IsNull_R2445510 = 1 AND [R2445510] IS NULL) OR (" + - "[R2445510] = @Original_R2445510)) AND ((@IsNull_R2742500 = 1 AND [R2742500] IS N" + - "ULL) OR ([R2742500] = @Original_R2742500)) AND ((@IsNull_R2742600 = 1 AND [R2742" + - "600] IS NULL) OR ([R2742600] = @Original_R2742600)) AND ((@IsNull_R2871300 = 1 A" + - "ND [R2871300] IS NULL) OR ([R2871300] = @Original_R2871300)) AND ((@IsNull_R2986" + - "100 = 1 AND [R2986100] IS NULL) OR ([R2986100] = @Original_R2986100)) AND ((@IsN" + - "ull_R2986200 = 1 AND [R2986200] IS NULL) OR ([R2986200] = @Original_R2986200)) A" + - "ND ((@IsNull_R3075000 = 1 AND [R3075000] IS NULL) OR ([R3075000] = @Original_R30" + - "75000)) AND ((@IsNull_R3302500 = 1 AND [R3302500] IS NULL) OR ([R3302500] = @Ori" + - "ginal_R3302500)) AND ((@IsNull_R3302600 = 1 AND [R3302600] IS NULL) OR ([R330260" + - "0] = @Original_R3302600)) AND ((@IsNull_R3401700 = 1 AND [R3401700] IS NULL) OR " + - "([R3401700] = @Original_R3401700)) AND ((@IsNull_R3573400 = 1 AND [R3573400] IS " + - "NULL) OR ([R3573400] = @Original_R3573400)) AND ((@IsNull_R3573500 = 1 AND [R357" + - "3500] IS NULL) OR ([R3573500] = @Original_R3573500)) AND ((@IsNull_R3657100 = 1 " + - "AND [R3657100] IS NULL) OR ([R3657100] = @Original_R3657100)) AND ((@IsNull_R391" + - "7600 = 1 AND [R3917600] IS NULL) OR ([R3917600] = @Original_R3917600)) AND ((@Is" + - "Null_R3917700 = 1 AND [R3917700] IS NULL) OR ([R3917700] = @Original_R3917700)) " + - "AND ((@IsNull_R4007600 = 1 AND [R4007600] IS NULL) OR ([R4007600] = @Original_R4" + - "007600)) AND ((@IsNull_R4100200 = 1 AND [R4100200] IS NULL) OR ([R4100200] = @Or" + - "iginal_R4100200)) AND ((@IsNull_R4100201 = 1 AND [R4100201] IS NULL) OR ([R41002" + - "01] = @Original_R4100201)) AND ((@IsNull_R4100202 = 1 AND [R4100202] IS NULL) OR" + - " ([R4100202] = @Original_R4100202)) AND ((@IsNull_R4418700 = 1 AND [R4418700] IS" + - " NULL) OR ([R4418700] = @Original_R4418700)) AND ((@IsNull_R4500200 = 1 AND [R45" + - "00200] IS NULL) OR ([R4500200] = @Original_R4500200)) AND ((@IsNull_R4500201 = 1" + - " AND [R4500201] IS NULL) OR ([R4500201] = @Original_R4500201)) AND ((@IsNull_R45" + - "00202 = 1 AND [R4500202] IS NULL) OR ([R4500202] = @Original_R4500202)) AND ((@I" + - "sNull_R5081700 = 1 AND [R5081700] IS NULL) OR ([R5081700] = @Original_R5081700))" + - " AND ((@IsNull_R5167000 = 1 AND [R5167000] IS NULL) OR ([R5167000] = @Original_R" + - "5167000)) AND ((@IsNull_R5200200 = 1 AND [R5200200] IS NULL) OR ([R5200200] = @O" + - "riginal_R5200200)) AND ((@IsNull_R5200201 = 1 AND [R5200201] IS NULL) OR ([R5200" + - "201] = @Original_R5200201)) AND ((@IsNull_R5200202 = 1 AND [R5200202] IS NULL) O" + - "R ([R5200202] = @Original_R5200202)) AND ((@IsNull_R6435300 = 1 AND [R6435300] I" + - "S NULL) OR ([R6435300] = @Original_R6435300)) AND ((@IsNull_R6435301 = 1 AND [R6" + - "435301] IS NULL) OR ([R6435301] = @Original_R6435301)) AND ((@IsNull_R6435302 = " + - "1 AND [R6435302] IS NULL) OR ([R6435302] = @Original_R6435302)) AND ((@IsNull_R6" + - "479800 = 1 AND [R6479800] IS NULL) OR ([R6479800] = @Original_R6479800)) AND ((@" + - "IsNull_R6963300 = 1 AND [R6963300] IS NULL) OR ([R6963300] = @Original_R6963300)" + - ") AND ((@IsNull_R6963301 = 1 AND [R6963301] IS NULL) OR ([R6963301] = @Original_" + - "R6963301)) AND ((@IsNull_R6963302 = 1 AND [R6963302] IS NULL) OR ([R6963302] = @" + - "Original_R6963302)) AND ((@IsNull_R7007500 = 1 AND [R7007500] IS NULL) OR ([R700" + - "7500] = @Original_R7007500)) AND ((@IsNull_R7656300 = 1 AND [R7656300] IS NULL) " + - "OR ([R7656300] = @Original_R7656300)) AND ((@IsNull_R7656301 = 1 AND [R7656301] " + - "IS NULL) OR ([R7656301] = @Original_R7656301)) AND ((@IsNull_R7656302 = 1 AND [R" + - "7656302] IS NULL) OR ([R7656302] = @Original_R7656302)) AND ((@IsNull_R7704800 =" + - " 1 AND [R7704800] IS NULL) OR ([R7704800] = @Original_R7704800)) AND ((@IsNull_R" + - "7800500 = 1 AND [R7800500] IS NULL) OR ([R7800500] = @Original_R7800500)) AND ((" + - "@IsNull_R7800501 = 1 AND [R7800501] IS NULL) OR ([R7800501] = @Original_R7800501" + - ")) AND ((@IsNull_R7800502 = 1 AND [R7800502] IS NULL) OR ([R7800502] = @Original" + - "_R7800502)) AND ((@IsNull_R8497200 = 1 AND [R8497200] IS NULL) OR ([R8497200] = " + - "@Original_R8497200)) AND ((@IsNull_R9908000 = 1 AND [R9908000] IS NULL) OR ([R99" + - "08000] = @Original_R9908000)) AND ((@IsNull_T0000900 = 1 AND [T0000900] IS NULL)" + - " OR ([T0000900] = @Original_T0000900)) AND ((@IsNull_T0000901 = 1 AND [T0000901]" + - " IS NULL) OR ([T0000901] = @Original_T0000901)) AND ((@IsNull_T0000902 = 1 AND [" + - "T0000902] IS NULL) OR ([T0000902] = @Original_T0000902)) AND ((@IsNull_T0989000 " + - "= 1 AND [T0989000] IS NULL) OR ([T0989000] = @Original_T0989000)) AND ((@IsNull_" + - "T1200700 = 1 AND [T1200700] IS NULL) OR ([T1200700] = @Original_T1200700)) AND (" + - "(@IsNull_T1200701 = 1 AND [T1200701] IS NULL) OR ([T1200701] = @Original_T120070" + - "1)) AND ((@IsNull_T1200702 = 1 AND [T1200702] IS NULL) OR ([T1200702] = @Origina" + - "l_T1200702)) AND ((@IsNull_T2210800 = 1 AND [T2210800] IS NULL) OR ([T2210800] =" + - " @Original_T2210800)) AND ((@IsNull_T2260600 = 1 AND [T2260600] IS NULL) OR ([T2" + - "260600] = @Original_T2260600)) AND ((@IsNull_T2260601 = 1 AND [T2260601] IS NULL" + - ") OR ([T2260601] = @Original_T2260601)) AND ((@IsNull_T2260602 = 1 AND [T2260602" + - "] IS NULL) OR ([T2260602] = @Original_T2260602)) AND ((@IsNull_T2763400 = 1 AND " + - "[T2763400] IS NULL) OR ([T2763400] = @Original_T2763400)) AND ((@IsNull_T2763500" + - " = 1 AND [T2763500] IS NULL) OR ([T2763500] = @Original_T2763500)) AND ((@IsNull" + - "_T2763600 = 1 AND [T2763600] IS NULL) OR ([T2763600] = @Original_T2763600)) AND " + - "((@IsNull_T2763700 = 1 AND [T2763700] IS NULL) OR ([T2763700] = @Original_T27637" + - "00)) AND ((@IsNull_T2763800 = 1 AND [T2763800] IS NULL) OR ([T2763800] = @Origin" + - "al_T2763800)) AND ((@IsNull_T2763900 = 1 AND [T2763900] IS NULL) OR ([T2763900] " + - "= @Original_T2763900)) AND ((@IsNull_T2764000 = 1 AND [T2764000] IS NULL) OR ([T" + - "2764000] = @Original_T2764000)) AND ((@IsNull_T3108700 = 1 AND [T3108700] IS NUL" + - "L) OR ([T3108700] = @Original_T3108700)) AND ((@IsNull_T3195600 = 1 AND [T319560" + - "0] IS NULL) OR ([T3195600] = @Original_T3195600)) AND ((@IsNull_T3195601 = 1 AND" + - " [T3195601] IS NULL) OR ([T3195601] = @Original_T3195601)) AND ((@IsNull_T319560" + - "2 = 1 AND [T3195602] IS NULL) OR ([T3195602] = @Original_T3195602)) AND ((@IsNul" + - "l_T3729600 = 1 AND [T3729600] IS NULL) OR ([T3729600] = @Original_T3729600)) AND" + - " ((@IsNull_T3729700 = 1 AND [T3729700] IS NULL) OR ([T3729700] = @Original_T3729" + - "700)) AND ((@IsNull_T3729800 = 1 AND [T3729800] IS NULL) OR ([T3729800] = @Origi" + - "nal_T3729800)) AND ((@IsNull_T3729900 = 1 AND [T3729900] IS NULL) OR ([T3729900]" + - " = @Original_T3729900)) AND ((@IsNull_T3730000 = 1 AND [T3730000] IS NULL) OR ([" + - "T3730000] = @Original_T3730000)) AND ((@IsNull_T3730100 = 1 AND [T3730100] IS NU" + - "LL) OR ([T3730100] = @Original_T3730100)) AND ((@IsNull_T4113200 = 1 AND [T41132" + - "00] IS NULL) OR ([T4113200] = @Original_T4113200)) AND ((@IsNull_T4181100 = 1 AN" + - "D [T4181100] IS NULL) OR ([T4181100] = @Original_T4181100)) AND ((@IsNull_T41811" + - "01 = 1 AND [T4181101] IS NULL) OR ([T4181101] = @Original_T4181101)) AND ((@IsNu" + - "ll_T4181102 = 1 AND [T4181102] IS NULL) OR ([T4181102] = @Original_T4181102)) AN" + - "D ((@IsNull_T5023600 = 1 AND [T5023600] IS NULL) OR ([T5023600] = @Original_T502" + - "3600)));\r\nSELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R01" + - "72500, R0172600, R0173600, R0214700, R0214800, R0216500, R0329200, R0329210, R04" + - "06510, R0410100, R0410300, R0530700, R0530800, R0619010, R0809900, R0810000, R08" + - "98310, R1045700, R1045800, R1145110, R1427500, R1427600, R1520310, R1774100, R17" + - "74200, R1794600, R1794700, R1891010, R2156200, R2156300, R2258110, R2365700, R23" + - "65800, R2445510, R2742500, R2742600, R2871300, R2986100, R2986200, R3075000, R33" + - "02500, R3302600, R3401700, R3573400, R3573500, R3657100, R3917600, R3917700, R40" + - "07600, R4100200, R4100201, R4100202, R4418700, R4500200, R4500201, R4500202, R50" + - "81700, R5167000, R5200200, R5200201, R5200202, R6435300, R6435301, R6435302, R64" + - "79800, R6963300, R6963301, R6963302, R7007500, R7656300, R7656301, R7656302, R77" + - "04800, R7800500, R7800501, R7800502, R8497200, R9908000, T0000900, T0000901, T00" + - "00902, T0989000, T1200700, T1200701, T1200702, T2210800, T2260600, T2260601, T22" + - "60602, T2763400, T2763500, T2763600, T2763700, T2763800, T2763900, T2764000, T31" + - "08700, T3195600, T3195601, T3195602, T3729600, T3729700, T3729800, T3729900, T37" + - "30000, T3730100, T4113200, T4181100, T4181101, T4181102, T5023600 FROM Extract.t" + - "blGen1Links WHERE (R0000100 = @R0000100)"; + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9911200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9911200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9911200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9911200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9911201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9911201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9911201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9911201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1486900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1486900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1486900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1486900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2217700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2217700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2217700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2217700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2533500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2533500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2533600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2533600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2533700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2533700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2533800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2533800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2533900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2533900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2534000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2534000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2534100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2534100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2534200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2534200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2534300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2534300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2534400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2534400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2534500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2534500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3519800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3519800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3519800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3519800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3519900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3519900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3519900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3519900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3520000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3520000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3520100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3520100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3520200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3520200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3520300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3520300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3520400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3520400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3520500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3520500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3520600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3520600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4483300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4483300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4483400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4483400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4483500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4483500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4483600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4483600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4483700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4483700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4483800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4483800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483800", 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 [Extract].[tblGen2LinksFromGen1] ([R0000100], [R0214700], [R0214800]," + + " [R4825700], [R4826000], [R4826100], [R4826300], [R4826500], [R4826800], [R54959" + + "00], [R5496200], [R5496300], [R5496500], [R5496700], [R5497000], [R5497200], [R6" + + "210700], [R6210800], [R6210900], [R6211500], [R6211600], [R6211700], [R6211800]," + + " [R6211900], [R6212200], [R6212300], [R6764000], [R6764100], [R6764200], [R67649" + + "00], [R6765000], [R6765100], [R6765200], [R6765600], [R6765700], [R6765800], [R6" + + "839600], [R7408300], [R7408400], [R7408500], [R7409200], [R7409300], [R7409400]," + + " [R7409500], [R7409900], [R7410000], [R7410100], [R7548600], [R8106400], [R81065" + + "00], [R8106600], [R8106700], [R8106800], [R8106900], [R8107000], [R8107100], [R8" + + "107200], [R8255400], [R9900400], [R9900600], [R9900601], [R9901200], [R9901400]," + + " [R9901401], [R9902000], [R9902200], [R9902201], [R9902800], [R9903000], [R99030" + + "01], [R9903600], [R9903800], [R9903801], [R9904400], [R9904600], [R9904601], [R9" + + "905200], [R9905400], [R9905401], [R9906000], [R9906600], [R9907200], [R9907800]," + + " [R9908000], [R9911200], [R9911201], [T0337300], [T0337400], [T0337500], [T03376" + + "00], [T0337700], [T0337800], [T0337900], [T0338000], [T0338100], [T0338200], [T0" + + "338300], [T0338400], [T0338500], [T0338600], [T1486900], [T1487000], [T1487100]," + + " [T1487200], [T1487300], [T1487400], [T1487500], [T1487600], [T1487700], [T14878" + + "00], [T2217700], [T2533500], [T2533600], [T2533700], [T2533800], [T2533900], [T2" + + "534000], [T2534100], [T2534200], [T2534300], [T2534400], [T2534500], [T3519800]," + + " [T3519900], [T3520000], [T3520100], [T3520200], [T3520300], [T3520400], [T35205" + + "00], [T3520600], [T4483300], [T4483400], [T4483500], [T4483600], [T4483700], [T4" + + "483800]) VALUES (@R0000100, @R0214700, @R0214800, @R4825700, @R4826000, @R482610" + + "0, @R4826300, @R4826500, @R4826800, @R5495900, @R5496200, @R5496300, @R5496500, " + + "@R5496700, @R5497000, @R5497200, @R6210700, @R6210800, @R6210900, @R6211500, @R6" + + "211600, @R6211700, @R6211800, @R6211900, @R6212200, @R6212300, @R6764000, @R6764" + + "100, @R6764200, @R6764900, @R6765000, @R6765100, @R6765200, @R6765600, @R6765700" + + ", @R6765800, @R6839600, @R7408300, @R7408400, @R7408500, @R7409200, @R7409300, @" + + "R7409400, @R7409500, @R7409900, @R7410000, @R7410100, @R7548600, @R8106400, @R81" + + "06500, @R8106600, @R8106700, @R8106800, @R8106900, @R8107000, @R8107100, @R81072" + + "00, @R8255400, @R9900400, @R9900600, @R9900601, @R9901200, @R9901400, @R9901401," + + " @R9902000, @R9902200, @R9902201, @R9902800, @R9903000, @R9903001, @R9903600, @R" + + "9903800, @R9903801, @R9904400, @R9904600, @R9904601, @R9905200, @R9905400, @R990" + + "5401, @R9906000, @R9906600, @R9907200, @R9907800, @R9908000, @R9911200, @R991120" + + "1, @T0337300, @T0337400, @T0337500, @T0337600, @T0337700, @T0337800, @T0337900, " + + "@T0338000, @T0338100, @T0338200, @T0338300, @T0338400, @T0338500, @T0338600, @T1" + + "486900, @T1487000, @T1487100, @T1487200, @T1487300, @T1487400, @T1487500, @T1487" + + "600, @T1487700, @T1487800, @T2217700, @T2533500, @T2533600, @T2533700, @T2533800" + + ", @T2533900, @T2534000, @T2534100, @T2534200, @T2534300, @T2534400, @T2534500, @" + + "T3519800, @T3519900, @T3520000, @T3520100, @T3520200, @T3520300, @T3520400, @T35" + + "20500, @T3520600, @T4483300, @T4483400, @T4483500, @T4483600, @T4483700, @T44838" + + "00);\r\nSELECT R0000100, R0214700, R0214800, R4825700, R4826000, R4826100, R482630" + + "0, R4826500, R4826800, R5495900, R5496200, R5496300, R5496500, R5496700, R549700" + + "0, R5497200, R6210700, R6210800, R6210900, R6211500, R6211600, R6211700, R621180" + + "0, R6211900, R6212200, R6212300, R6764000, R6764100, R6764200, R6764900, R676500" + + "0, R6765100, R6765200, R6765600, R6765700, R6765800, R6839600, R7408300, R740840" + + "0, R7408500, R7409200, R7409300, R7409400, R7409500, R7409900, R7410000, R741010" + + "0, R7548600, R8106400, R8106500, R8106600, R8106700, R8106800, R8106900, R810700" + + "0, R8107100, R8107200, R8255400, R9900400, R9900600, R9900601, R9901200, R990140" + + "0, R9901401, R9902000, R9902200, R9902201, R9902800, R9903000, R9903001, R990360" + + "0, R9903800, R9903801, R9904400, R9904600, R9904601, R9905200, R9905400, R990540" + + "1, R9906000, R9906600, R9907200, R9907800, R9908000, R9911200, R9911201, T033730" + + "0, T0337400, T0337500, T0337600, T0337700, T0337800, T0337900, T0338000, T033810" + + "0, T0338200, T0338300, T0338400, T0338500, T0338600, T1486900, T1487000, T148710" + + "0, T1487200, T1487300, T1487400, T1487500, T1487600, T1487700, T1487800, T221770" + + "0, T2533500, T2533600, T2533700, T2533800, T2533900, T2534000, T2534100, T253420" + + "0, T2534300, T2534400, T2534500, T3519800, T3519900, T3520000, T3520100, T352020" + + "0, T3520300, T3520400, T3520500, T3520600, T4483300, T4483400, T4483500, T448360" + + "0, T4483700, T4483800 FROM Extract.tblGen2LinksFromGen1 WHERE (R0000100 = @R0000" + + "100)"; + this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4825700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4825700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4826000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4826100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4826300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4826500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4826800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5495900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5495900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5496200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5496300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5496500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5496700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5497000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5497000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5497200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6210700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6210800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6210900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6211500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6211600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6211700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6211800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6211900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6212200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6212200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6212300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6212300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6764100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6764200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6764900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6765000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6765100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6765200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6765600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6765700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6765800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6839600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7408300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7408400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7408500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7409200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7409300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7409400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7409500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7409900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7410000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7410000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7410100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7410100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7548600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7548600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8106400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8106500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8106600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8106700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8106800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8106900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8107000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8107100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8107200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8255400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8255400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9900400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9900600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9900601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9901200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9901400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9901401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9902000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9902200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9902201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9902800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9903000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9903001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9903600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9903800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9903801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9904400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9904600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9904601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9905200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9905400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9905401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9906000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9906000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9906600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9906600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9907200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9907200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9907800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9907800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9908000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9908000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9911200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9911200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9911201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9911201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1486900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1486900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2217700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2217700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2533500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2533600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2533700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2533800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2533900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2534000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2534100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2534200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2534300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2534400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2534500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3519800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3519800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3519900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3519900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3520000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3520100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3520200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3520300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3520400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3520500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3520600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4483300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4483400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4483500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4483600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4483700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4483800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483800", 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 [Extract].[tblGen2LinksFromGen1] SET [R0000100] = @R0000100, [R0214700] = " + + "@R0214700, [R0214800] = @R0214800, [R4825700] = @R4825700, [R4826000] = @R482600" + + "0, [R4826100] = @R4826100, [R4826300] = @R4826300, [R4826500] = @R4826500, [R482" + + "6800] = @R4826800, [R5495900] = @R5495900, [R5496200] = @R5496200, [R5496300] = " + + "@R5496300, [R5496500] = @R5496500, [R5496700] = @R5496700, [R5497000] = @R549700" + + "0, [R5497200] = @R5497200, [R6210700] = @R6210700, [R6210800] = @R6210800, [R621" + + "0900] = @R6210900, [R6211500] = @R6211500, [R6211600] = @R6211600, [R6211700] = " + + "@R6211700, [R6211800] = @R6211800, [R6211900] = @R6211900, [R6212200] = @R621220" + + "0, [R6212300] = @R6212300, [R6764000] = @R6764000, [R6764100] = @R6764100, [R676" + + "4200] = @R6764200, [R6764900] = @R6764900, [R6765000] = @R6765000, [R6765100] = " + + "@R6765100, [R6765200] = @R6765200, [R6765600] = @R6765600, [R6765700] = @R676570" + + "0, [R6765800] = @R6765800, [R6839600] = @R6839600, [R7408300] = @R7408300, [R740" + + "8400] = @R7408400, [R7408500] = @R7408500, [R7409200] = @R7409200, [R7409300] = " + + "@R7409300, [R7409400] = @R7409400, [R7409500] = @R7409500, [R7409900] = @R740990" + + "0, [R7410000] = @R7410000, [R7410100] = @R7410100, [R7548600] = @R7548600, [R810" + + "6400] = @R8106400, [R8106500] = @R8106500, [R8106600] = @R8106600, [R8106700] = " + + "@R8106700, [R8106800] = @R8106800, [R8106900] = @R8106900, [R8107000] = @R810700" + + "0, [R8107100] = @R8107100, [R8107200] = @R8107200, [R8255400] = @R8255400, [R990" + + "0400] = @R9900400, [R9900600] = @R9900600, [R9900601] = @R9900601, [R9901200] = " + + "@R9901200, [R9901400] = @R9901400, [R9901401] = @R9901401, [R9902000] = @R990200" + + "0, [R9902200] = @R9902200, [R9902201] = @R9902201, [R9902800] = @R9902800, [R990" + + "3000] = @R9903000, [R9903001] = @R9903001, [R9903600] = @R9903600, [R9903800] = " + + "@R9903800, [R9903801] = @R9903801, [R9904400] = @R9904400, [R9904600] = @R990460" + + "0, [R9904601] = @R9904601, [R9905200] = @R9905200, [R9905400] = @R9905400, [R990" + + "5401] = @R9905401, [R9906000] = @R9906000, [R9906600] = @R9906600, [R9907200] = " + + "@R9907200, [R9907800] = @R9907800, [R9908000] = @R9908000, [R9911200] = @R991120" + + "0, [R9911201] = @R9911201, [T0337300] = @T0337300, [T0337400] = @T0337400, [T033" + + "7500] = @T0337500, [T0337600] = @T0337600, [T0337700] = @T0337700, [T0337800] = " + + "@T0337800, [T0337900] = @T0337900, [T0338000] = @T0338000, [T0338100] = @T033810" + + "0, [T0338200] = @T0338200, [T0338300] = @T0338300, [T0338400] = @T0338400, [T033" + + "8500] = @T0338500, [T0338600] = @T0338600, [T1486900] = @T1486900, [T1487000] = " + + "@T1487000, [T1487100] = @T1487100, [T1487200] = @T1487200, [T1487300] = @T148730" + + "0, [T1487400] = @T1487400, [T1487500] = @T1487500, [T1487600] = @T1487600, [T148" + + "7700] = @T1487700, [T1487800] = @T1487800, [T2217700] = @T2217700, [T2533500] = " + + "@T2533500, [T2533600] = @T2533600, [T2533700] = @T2533700, [T2533800] = @T253380" + + "0, [T2533900] = @T2533900, [T2534000] = @T2534000, [T2534100] = @T2534100, [T253" + + "4200] = @T2534200, [T2534300] = @T2534300, [T2534400] = @T2534400, [T2534500] = " + + "@T2534500, [T3519800] = @T3519800, [T3519900] = @T3519900, [T3520000] = @T352000" + + "0, [T3520100] = @T3520100, [T3520200] = @T3520200, [T3520300] = @T3520300, [T352" + + "0400] = @T3520400, [T3520500] = @T3520500, [T3520600] = @T3520600, [T4483300] = " + + "@T4483300, [T4483400] = @T4483400, [T4483500] = @T4483500, [T4483600] = @T448360" + + "0, [T4483700] = @T4483700, [T4483800] = @T4483800 WHERE (([R0000100] = @Original" + + "_R0000100) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @" + + "Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R021" + + "4800] = @Original_R0214800)) AND ((@IsNull_R4825700 = 1 AND [R4825700] IS NULL) " + + "OR ([R4825700] = @Original_R4825700)) AND ((@IsNull_R4826000 = 1 AND [R4826000] " + + "IS NULL) OR ([R4826000] = @Original_R4826000)) AND ((@IsNull_R4826100 = 1 AND [R" + + "4826100] IS NULL) OR ([R4826100] = @Original_R4826100)) AND ((@IsNull_R4826300 =" + + " 1 AND [R4826300] IS NULL) OR ([R4826300] = @Original_R4826300)) AND ((@IsNull_R" + + "4826500 = 1 AND [R4826500] IS NULL) OR ([R4826500] = @Original_R4826500)) AND ((" + + "@IsNull_R4826800 = 1 AND [R4826800] IS NULL) OR ([R4826800] = @Original_R4826800" + + ")) AND ((@IsNull_R5495900 = 1 AND [R5495900] IS NULL) OR ([R5495900] = @Original" + + "_R5495900)) AND ((@IsNull_R5496200 = 1 AND [R5496200] IS NULL) OR ([R5496200] = " + + "@Original_R5496200)) AND ((@IsNull_R5496300 = 1 AND [R5496300] IS NULL) OR ([R54" + + "96300] = @Original_R5496300)) AND ((@IsNull_R5496500 = 1 AND [R5496500] IS NULL)" + + " OR ([R5496500] = @Original_R5496500)) AND ((@IsNull_R5496700 = 1 AND [R5496700]" + + " IS NULL) OR ([R5496700] = @Original_R5496700)) AND ((@IsNull_R5497000 = 1 AND [" + + "R5497000] IS NULL) OR ([R5497000] = @Original_R5497000)) AND ((@IsNull_R5497200 " + + "= 1 AND [R5497200] IS NULL) OR ([R5497200] = @Original_R5497200)) AND ((@IsNull_" + + "R6210700 = 1 AND [R6210700] IS NULL) OR ([R6210700] = @Original_R6210700)) AND (" + + "(@IsNull_R6210800 = 1 AND [R6210800] IS NULL) OR ([R6210800] = @Original_R621080" + + "0)) AND ((@IsNull_R6210900 = 1 AND [R6210900] IS NULL) OR ([R6210900] = @Origina" + + "l_R6210900)) AND ((@IsNull_R6211500 = 1 AND [R6211500] IS NULL) OR ([R6211500] =" + + " @Original_R6211500)) AND ((@IsNull_R6211600 = 1 AND [R6211600] IS NULL) OR ([R6" + + "211600] = @Original_R6211600)) AND ((@IsNull_R6211700 = 1 AND [R6211700] IS NULL" + + ") OR ([R6211700] = @Original_R6211700)) AND ((@IsNull_R6211800 = 1 AND [R6211800" + + "] IS NULL) OR ([R6211800] = @Original_R6211800)) AND ((@IsNull_R6211900 = 1 AND " + + "[R6211900] IS NULL) OR ([R6211900] = @Original_R6211900)) AND ((@IsNull_R6212200" + + " = 1 AND [R6212200] IS NULL) OR ([R6212200] = @Original_R6212200)) AND ((@IsNull" + + "_R6212300 = 1 AND [R6212300] IS NULL) OR ([R6212300] = @Original_R6212300)) AND " + + "((@IsNull_R6764000 = 1 AND [R6764000] IS NULL) OR ([R6764000] = @Original_R67640" + + "00)) AND ((@IsNull_R6764100 = 1 AND [R6764100] IS NULL) OR ([R6764100] = @Origin" + + "al_R6764100)) AND ((@IsNull_R6764200 = 1 AND [R6764200] IS NULL) OR ([R6764200] " + + "= @Original_R6764200)) AND ((@IsNull_R6764900 = 1 AND [R6764900] IS NULL) OR ([R" + + "6764900] = @Original_R6764900)) AND ((@IsNull_R6765000 = 1 AND [R6765000] IS NUL" + + "L) OR ([R6765000] = @Original_R6765000)) AND ((@IsNull_R6765100 = 1 AND [R676510" + + "0] IS NULL) OR ([R6765100] = @Original_R6765100)) AND ((@IsNull_R6765200 = 1 AND" + + " [R6765200] IS NULL) OR ([R6765200] = @Original_R6765200)) AND ((@IsNull_R676560" + + "0 = 1 AND [R6765600] IS NULL) OR ([R6765600] = @Original_R6765600)) AND ((@IsNul" + + "l_R6765700 = 1 AND [R6765700] IS NULL) OR ([R6765700] = @Original_R6765700)) AND" + + " ((@IsNull_R6765800 = 1 AND [R6765800] IS NULL) OR ([R6765800] = @Original_R6765" + + "800)) AND ((@IsNull_R6839600 = 1 AND [R6839600] IS NULL) OR ([R6839600] = @Origi" + + "nal_R6839600)) AND ((@IsNull_R7408300 = 1 AND [R7408300] IS NULL) OR ([R7408300]" + + " = @Original_R7408300)) AND ((@IsNull_R7408400 = 1 AND [R7408400] IS NULL) OR ([" + + "R7408400] = @Original_R7408400)) AND ((@IsNull_R7408500 = 1 AND [R7408500] IS NU" + + "LL) OR ([R7408500] = @Original_R7408500)) AND ((@IsNull_R7409200 = 1 AND [R74092" + + "00] IS NULL) OR ([R7409200] = @Original_R7409200)) AND ((@IsNull_R7409300 = 1 AN" + + "D [R7409300] IS NULL) OR ([R7409300] = @Original_R7409300)) AND ((@IsNull_R74094" + + "00 = 1 AND [R7409400] IS NULL) OR ([R7409400] = @Original_R7409400)) AND ((@IsNu" + + "ll_R7409500 = 1 AND [R7409500] IS NULL) OR ([R7409500] = @Original_R7409500)) AN" + + "D ((@IsNull_R7409900 = 1 AND [R7409900] IS NULL) OR ([R7409900] = @Original_R740" + + "9900)) AND ((@IsNull_R7410000 = 1 AND [R7410000] IS NULL) OR ([R7410000] = @Orig" + + "inal_R7410000)) AND ((@IsNull_R7410100 = 1 AND [R7410100] IS NULL) OR ([R7410100" + + "] = @Original_R7410100)) AND ((@IsNull_R7548600 = 1 AND [R7548600] IS NULL) OR (" + + "[R7548600] = @Original_R7548600)) AND ((@IsNull_R8106400 = 1 AND [R8106400] IS N" + + "ULL) OR ([R8106400] = @Original_R8106400)) AND ((@IsNull_R8106500 = 1 AND [R8106" + + "500] IS NULL) OR ([R8106500] = @Original_R8106500)) AND ((@IsNull_R8106600 = 1 A" + + "ND [R8106600] IS NULL) OR ([R8106600] = @Original_R8106600)) AND ((@IsNull_R8106" + + "700 = 1 AND [R8106700] IS NULL) OR ([R8106700] = @Original_R8106700)) AND ((@IsN" + + "ull_R8106800 = 1 AND [R8106800] IS NULL) OR ([R8106800] = @Original_R8106800)) A" + + "ND ((@IsNull_R8106900 = 1 AND [R8106900] IS NULL) OR ([R8106900] = @Original_R81" + + "06900)) AND ((@IsNull_R8107000 = 1 AND [R8107000] IS NULL) OR ([R8107000] = @Ori" + + "ginal_R8107000)) AND ((@IsNull_R8107100 = 1 AND [R8107100] IS NULL) OR ([R810710" + + "0] = @Original_R8107100)) AND ((@IsNull_R8107200 = 1 AND [R8107200] IS NULL) OR " + + "([R8107200] = @Original_R8107200)) AND ((@IsNull_R8255400 = 1 AND [R8255400] IS " + + "NULL) OR ([R8255400] = @Original_R8255400)) AND ((@IsNull_R9900400 = 1 AND [R990" + + "0400] IS NULL) OR ([R9900400] = @Original_R9900400)) AND ((@IsNull_R9900600 = 1 " + + "AND [R9900600] IS NULL) OR ([R9900600] = @Original_R9900600)) AND ((@IsNull_R990" + + "0601 = 1 AND [R9900601] IS NULL) OR ([R9900601] = @Original_R9900601)) AND ((@Is" + + "Null_R9901200 = 1 AND [R9901200] IS NULL) OR ([R9901200] = @Original_R9901200)) " + + "AND ((@IsNull_R9901400 = 1 AND [R9901400] IS NULL) OR ([R9901400] = @Original_R9" + + "901400)) AND ((@IsNull_R9901401 = 1 AND [R9901401] IS NULL) OR ([R9901401] = @Or" + + "iginal_R9901401)) AND ((@IsNull_R9902000 = 1 AND [R9902000] IS NULL) OR ([R99020" + + "00] = @Original_R9902000)) AND ((@IsNull_R9902200 = 1 AND [R9902200] IS NULL) OR" + + " ([R9902200] = @Original_R9902200)) AND ((@IsNull_R9902201 = 1 AND [R9902201] IS" + + " NULL) OR ([R9902201] = @Original_R9902201)) AND ((@IsNull_R9902800 = 1 AND [R99" + + "02800] IS NULL) OR ([R9902800] = @Original_R9902800)) AND ((@IsNull_R9903000 = 1" + + " AND [R9903000] IS NULL) OR ([R9903000] = @Original_R9903000)) AND ((@IsNull_R99" + + "03001 = 1 AND [R9903001] IS NULL) OR ([R9903001] = @Original_R9903001)) AND ((@I" + + "sNull_R9903600 = 1 AND [R9903600] IS NULL) OR ([R9903600] = @Original_R9903600))" + + " AND ((@IsNull_R9903800 = 1 AND [R9903800] IS NULL) OR ([R9903800] = @Original_R" + + "9903800)) AND ((@IsNull_R9903801 = 1 AND [R9903801] IS NULL) OR ([R9903801] = @O" + + "riginal_R9903801)) AND ((@IsNull_R9904400 = 1 AND [R9904400] IS NULL) OR ([R9904" + + "400] = @Original_R9904400)) AND ((@IsNull_R9904600 = 1 AND [R9904600] IS NULL) O" + + "R ([R9904600] = @Original_R9904600)) AND ((@IsNull_R9904601 = 1 AND [R9904601] I" + + "S NULL) OR ([R9904601] = @Original_R9904601)) AND ((@IsNull_R9905200 = 1 AND [R9" + + "905200] IS NULL) OR ([R9905200] = @Original_R9905200)) AND ((@IsNull_R9905400 = " + + "1 AND [R9905400] IS NULL) OR ([R9905400] = @Original_R9905400)) AND ((@IsNull_R9" + + "905401 = 1 AND [R9905401] IS NULL) OR ([R9905401] = @Original_R9905401)) AND ((@" + + "IsNull_R9906000 = 1 AND [R9906000] IS NULL) OR ([R9906000] = @Original_R9906000)" + + ") AND ((@IsNull_R9906600 = 1 AND [R9906600] IS NULL) OR ([R9906600] = @Original_" + + "R9906600)) AND ((@IsNull_R9907200 = 1 AND [R9907200] IS NULL) OR ([R9907200] = @" + + "Original_R9907200)) AND ((@IsNull_R9907800 = 1 AND [R9907800] IS NULL) OR ([R990" + + "7800] = @Original_R9907800)) AND ((@IsNull_R9908000 = 1 AND [R9908000] IS NULL) " + + "OR ([R9908000] = @Original_R9908000)) AND ((@IsNull_R9911200 = 1 AND [R9911200] " + + "IS NULL) OR ([R9911200] = @Original_R9911200)) AND ((@IsNull_R9911201 = 1 AND [R" + + "9911201] IS NULL) OR ([R9911201] = @Original_R9911201)) AND ((@IsNull_T0337300 =" + + " 1 AND [T0337300] IS NULL) OR ([T0337300] = @Original_T0337300)) AND ((@IsNull_T" + + "0337400 = 1 AND [T0337400] IS NULL) OR ([T0337400] = @Original_T0337400)) AND ((" + + "@IsNull_T0337500 = 1 AND [T0337500] IS NULL) OR ([T0337500] = @Original_T0337500" + + ")) AND ((@IsNull_T0337600 = 1 AND [T0337600] IS NULL) OR ([T0337600] = @Original" + + "_T0337600)) AND ((@IsNull_T0337700 = 1 AND [T0337700] IS NULL) OR ([T0337700] = " + + "@Original_T0337700)) AND ((@IsNull_T0337800 = 1 AND [T0337800] IS NULL) OR ([T03" + + "37800] = @Original_T0337800)) AND ((@IsNull_T0337900 = 1 AND [T0337900] IS NULL)" + + " OR ([T0337900] = @Original_T0337900)) AND ((@IsNull_T0338000 = 1 AND [T0338000]" + + " IS NULL) OR ([T0338000] = @Original_T0338000)) AND ((@IsNull_T0338100 = 1 AND [" + + "T0338100] IS NULL) OR ([T0338100] = @Original_T0338100)) AND ((@IsNull_T0338200 " + + "= 1 AND [T0338200] IS NULL) OR ([T0338200] = @Original_T0338200)) AND ((@IsNull_" + + "T0338300 = 1 AND [T0338300] IS NULL) OR ([T0338300] = @Original_T0338300)) AND (" + + "(@IsNull_T0338400 = 1 AND [T0338400] IS NULL) OR ([T0338400] = @Original_T033840" + + "0)) AND ((@IsNull_T0338500 = 1 AND [T0338500] IS NULL) OR ([T0338500] = @Origina" + + "l_T0338500)) AND ((@IsNull_T0338600 = 1 AND [T0338600] IS NULL) OR ([T0338600] =" + + " @Original_T0338600)) AND ((@IsNull_T1486900 = 1 AND [T1486900] IS NULL) OR ([T1" + + "486900] = @Original_T1486900)) AND ((@IsNull_T1487000 = 1 AND [T1487000] IS NULL" + + ") OR ([T1487000] = @Original_T1487000)) AND ((@IsNull_T1487100 = 1 AND [T1487100" + + "] IS NULL) OR ([T1487100] = @Original_T1487100)) AND ((@IsNull_T1487200 = 1 AND " + + "[T1487200] IS NULL) OR ([T1487200] = @Original_T1487200)) AND ((@IsNull_T1487300" + + " = 1 AND [T1487300] IS NULL) OR ([T1487300] = @Original_T1487300)) AND ((@IsNull" + + "_T1487400 = 1 AND [T1487400] IS NULL) OR ([T1487400] = @Original_T1487400)) AND " + + "((@IsNull_T1487500 = 1 AND [T1487500] IS NULL) OR ([T1487500] = @Original_T14875" + + "00)) AND ((@IsNull_T1487600 = 1 AND [T1487600] IS NULL) OR ([T1487600] = @Origin" + + "al_T1487600)) AND ((@IsNull_T1487700 = 1 AND [T1487700] IS NULL) OR ([T1487700] " + + "= @Original_T1487700)) AND ((@IsNull_T1487800 = 1 AND [T1487800] IS NULL) OR ([T" + + "1487800] = @Original_T1487800)) AND ((@IsNull_T2217700 = 1 AND [T2217700] IS NUL" + + "L) OR ([T2217700] = @Original_T2217700)) AND ((@IsNull_T2533500 = 1 AND [T253350" + + "0] IS NULL) OR ([T2533500] = @Original_T2533500)) AND ((@IsNull_T2533600 = 1 AND" + + " [T2533600] IS NULL) OR ([T2533600] = @Original_T2533600)) AND ((@IsNull_T253370" + + "0 = 1 AND [T2533700] IS NULL) OR ([T2533700] = @Original_T2533700)) AND ((@IsNul" + + "l_T2533800 = 1 AND [T2533800] IS NULL) OR ([T2533800] = @Original_T2533800)) AND" + + " ((@IsNull_T2533900 = 1 AND [T2533900] IS NULL) OR ([T2533900] = @Original_T2533" + + "900)) AND ((@IsNull_T2534000 = 1 AND [T2534000] IS NULL) OR ([T2534000] = @Origi" + + "nal_T2534000)) AND ((@IsNull_T2534100 = 1 AND [T2534100] IS NULL) OR ([T2534100]" + + " = @Original_T2534100)) AND ((@IsNull_T2534200 = 1 AND [T2534200] IS NULL) OR ([" + + "T2534200] = @Original_T2534200)) AND ((@IsNull_T2534300 = 1 AND [T2534300] IS NU" + + "LL) OR ([T2534300] = @Original_T2534300)) AND ((@IsNull_T2534400 = 1 AND [T25344" + + "00] IS NULL) OR ([T2534400] = @Original_T2534400)) AND ((@IsNull_T2534500 = 1 AN" + + "D [T2534500] IS NULL) OR ([T2534500] = @Original_T2534500)) AND ((@IsNull_T35198" + + "00 = 1 AND [T3519800] IS NULL) OR ([T3519800] = @Original_T3519800)) AND ((@IsNu" + + "ll_T3519900 = 1 AND [T3519900] IS NULL) OR ([T3519900] = @Original_T3519900)) AN" + + "D ((@IsNull_T3520000 = 1 AND [T3520000] IS NULL) OR ([T3520000] = @Original_T352" + + "0000)) AND ((@IsNull_T3520100 = 1 AND [T3520100] IS NULL) OR ([T3520100] = @Orig" + + "inal_T3520100)) AND ((@IsNull_T3520200 = 1 AND [T3520200] IS NULL) OR ([T3520200" + + "] = @Original_T3520200)) AND ((@IsNull_T3520300 = 1 AND [T3520300] IS NULL) OR (" + + "[T3520300] = @Original_T3520300)) AND ((@IsNull_T3520400 = 1 AND [T3520400] IS N" + + "ULL) OR ([T3520400] = @Original_T3520400)) AND ((@IsNull_T3520500 = 1 AND [T3520" + + "500] IS NULL) OR ([T3520500] = @Original_T3520500)) AND ((@IsNull_T3520600 = 1 A" + + "ND [T3520600] IS NULL) OR ([T3520600] = @Original_T3520600)) AND ((@IsNull_T4483" + + "300 = 1 AND [T4483300] IS NULL) OR ([T4483300] = @Original_T4483300)) AND ((@IsN" + + "ull_T4483400 = 1 AND [T4483400] IS NULL) OR ([T4483400] = @Original_T4483400)) A" + + "ND ((@IsNull_T4483500 = 1 AND [T4483500] IS NULL) OR ([T4483500] = @Original_T44" + + "83500)) AND ((@IsNull_T4483600 = 1 AND [T4483600] IS NULL) OR ([T4483600] = @Ori" + + "ginal_T4483600)) AND ((@IsNull_T4483700 = 1 AND [T4483700] IS NULL) OR ([T448370" + + "0] = @Original_T4483700)) AND ((@IsNull_T4483800 = 1 AND [T4483800] IS NULL) OR " + + "([T4483800] = @Original_T4483800)));\r\nSELECT R0000100, R0214700, R0214800, R4825" + + "700, R4826000, R4826100, R4826300, R4826500, R4826800, R5495900, R5496200, R5496" + + "300, R5496500, R5496700, R5497000, R5497200, R6210700, R6210800, R6210900, R6211" + + "500, R6211600, R6211700, R6211800, R6211900, R6212200, R6212300, R6764000, R6764" + + "100, R6764200, R6764900, R6765000, R6765100, R6765200, R6765600, R6765700, R6765" + + "800, R6839600, R7408300, R7408400, R7408500, R7409200, R7409300, R7409400, R7409" + + "500, R7409900, R7410000, R7410100, R7548600, R8106400, R8106500, R8106600, R8106" + + "700, R8106800, R8106900, R8107000, R8107100, R8107200, R8255400, R9900400, R9900" + + "600, R9900601, R9901200, R9901400, R9901401, R9902000, R9902200, R9902201, R9902" + + "800, R9903000, R9903001, R9903600, R9903800, R9903801, R9904400, R9904600, R9904" + + "601, R9905200, R9905400, R9905401, R9906000, R9906600, R9907200, R9907800, R9908" + + "000, R9911200, R9911201, T0337300, T0337400, T0337500, T0337600, T0337700, T0337" + + "800, T0337900, T0338000, T0338100, T0338200, T0338300, T0338400, T0338500, T0338" + + "600, T1486900, T1487000, T1487100, T1487200, T1487300, T1487400, T1487500, T1487" + + "600, T1487700, T1487800, T2217700, T2533500, T2533600, T2533700, T2533800, T2533" + + "900, T2534000, T2534100, T2534200, T2534300, T2534400, T2534500, T3519800, T3519" + + "900, T3520000, T3520100, T3520200, T3520300, T3520400, T3520500, T3520600, T4483" + + "300, T4483400, T4483500, T4483600, T4483700, T4483800 FROM Extract.tblGen2LinksF" + + "romGen1 WHERE (R0000100 = @R0000100)"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000149", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000149", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0009100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0009300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0172500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0172500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0172600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0172600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0173600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0173600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0216500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0216500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0329200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0329200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0329210", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0329210", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0406510", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0406510", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0410100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0410100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0410300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0410300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0530700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0530700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0530800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0530800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0619010", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0619010", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0809900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0809900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0810000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0810000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0898310", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0898310", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1045700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1045700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1045800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1045800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1145110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1145110", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1427500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1427500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1427600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1427600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1520310", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1520310", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1794600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1794600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1794700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1794700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1891010", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1891010", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2156200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2156200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2156300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2156300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2258110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2258110", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2365700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2365700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2365800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2365800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2445510", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2445510", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2742500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2742500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2742600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2742600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2871300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2871300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2986100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2986100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2986200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3075000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3075000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3302500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3302500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3302600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3302600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3401700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3401700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3573400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3573400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3573500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3573500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3657100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3657100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3917600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3917600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3917700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3917700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4007600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4100200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4100201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4100202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100202", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4418700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4418700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4500200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4500201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4500202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500202", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5081700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5081700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5167000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5167000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5200200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5200201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5200202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200202", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6435300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6435301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6435302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435302", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6479800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6479800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6963300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6963301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6963302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963302", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7007500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7007500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7656300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7656301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7656302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656302", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7704800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7704800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7800500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7800501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7800502", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800502", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8497200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4825700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4825700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4826000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4826100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4826300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4826500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4826800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5495900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5495900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5496200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5496300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5496500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5496700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5497000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5497000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5497200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6210700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6210800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6210900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6211500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6211600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6211700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6211800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6211900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6212200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6212200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6212300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6212300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6764100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6764200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6764900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6765000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6765100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6765200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6765600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6765700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6765800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6839600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7408300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7408400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7408500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7409200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7409300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7409400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7409500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7409900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7410000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7410000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7410100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7410100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7548600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7548600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8106400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8106500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8106600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8106700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8106800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8106900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8107000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8107100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8107200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8255400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8255400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9900400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9900600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9900601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9901200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9901400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9901401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9902000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9902200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9902201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9902800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9903000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9903001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9903600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9903800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9903801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9904400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9904600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9904601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9905200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9905400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9905401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9906000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9906000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9906600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9906600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9907200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9907200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9907800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9907800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9908000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9908000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0000900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0000901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0000902", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000902", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0989000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0989000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1200700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1200701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1200702", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200702", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2210800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2210800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2260600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2260601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2260602", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260602", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2764000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3108700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3108700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3195600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3195601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3195602", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195602", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3729600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3729700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3729800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3729900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3730000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3730100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4113200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4113200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4181100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4181101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4181102", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181102", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T5023600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T5023600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9911200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9911200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R9911201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9911201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0337900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0338600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1486900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1486900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1487800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2217700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2217700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2533500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2533600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2533700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2533800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2533900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2534000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2534100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2534200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2534300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2534400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2534500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3519800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3519800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3519900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3519900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3520000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3520100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3520200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3520300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3520400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3520500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3520600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4483300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4483400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4483500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4483600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4483700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4483800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000149", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000149", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000149", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000149", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0000500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0009100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0009100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0009300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0009300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0172500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0172500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0172500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0172500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0172600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0172600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0172600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0172600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0173600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0173600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0173600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0173600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0216500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0216500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0216500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0216500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0329200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0329200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0329200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0329200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0329210", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0329210", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0329210", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0329210", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0406510", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0406510", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0406510", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0406510", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0410100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0410100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0410100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0410100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0410300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0410300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0410300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0410300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0530700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0530700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0530700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0530700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0530800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0530800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0530800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0530800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0619010", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0619010", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0619010", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0619010", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0809900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0809900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0809900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0809900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0810000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0810000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0810000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0810000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0898310", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0898310", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0898310", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0898310", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1045700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1045700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1045700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1045700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1045800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1045800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1045800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1045800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1145110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1145110", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1145110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1145110", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1427500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1427500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1427500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1427500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1427600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1427600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1427600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1427600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1520310", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1520310", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1520310", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1520310", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1774200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1794600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1794600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1794600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1794600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1794700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1794700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1794700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1794700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1891010", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1891010", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1891010", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1891010", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2156200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2156200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2156200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2156200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2156300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2156300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2156300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2156300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2258110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2258110", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2258110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2258110", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2365700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2365700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2365700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2365700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2365800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2365800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2365800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2365800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2445510", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2445510", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2445510", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2445510", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2742500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2742500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2742500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2742500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2742600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2742600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2742600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2742600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2871300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2871300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2871300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2871300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2986100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2986100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2986100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2986100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2986200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2986200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3075000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3075000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3075000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3075000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3302500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3302500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3302500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3302500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3302600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3302600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3302600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3302600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3401700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3401700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3401700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3401700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3573400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3573400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3573400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3573400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3573500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3573500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3573500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3573500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3657100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3657100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3657100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3657100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3917600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3917600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3917600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3917600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3917700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3917700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3917700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3917700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4007600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4007600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4100200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4100200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4100201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4100201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4100202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100202", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4100202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4100202", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4418700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4418700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4418700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4418700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4500200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4500200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4500201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4500201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4500202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500202", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4500202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4500202", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5081700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5081700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5081700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5081700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5167000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5167000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5167000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5167000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5200200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5200200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5200201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5200201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5200202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200202", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5200202", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5200202", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6435300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6435300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6435301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6435301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6435302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435302", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6435302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6435302", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6479800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6479800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6479800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6479800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6963300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6963300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6963301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6963301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6963302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963302", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6963302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6963302", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7007500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7007500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7007500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7007500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7656300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7656300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7656301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7656301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7656302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656302", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7656302", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7656302", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7704800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7704800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7704800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7704800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7800500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7800500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7800501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7800501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7800502", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800502", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7800502", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7800502", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8497200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8497200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4825700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4825700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4825700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4825700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4826000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4826000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4826100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4826100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4826300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4826300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4826500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4826500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4826800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4826800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4826800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5495900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5495900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5495900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5495900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5496200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5496200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5496300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5496300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5496500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5496500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5496700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5496700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5496700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5497000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5497000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5497000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5497000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5497200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5497200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6210700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6210700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6210800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6210800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6210900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6210900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6210900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6211500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6211500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6211600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6211600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6211700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6211700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6211800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6211800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6211900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6211900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6211900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6212200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6212200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6212200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6212200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6212300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6212300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6212300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6212300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6764100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6764100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6764200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6764200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6764900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6764900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6764900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6765000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6765000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6765100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6765100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6765200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6765200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6765600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6765600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6765700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6765700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6765800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6765800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6765800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6839600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6839600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7408300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7408300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7408400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7408400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7408500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7408500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7408500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7409200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7409200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7409300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7409300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7409400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7409400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7409500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7409500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7409900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7409900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7409900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7410000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7410000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7410000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7410000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7410100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7410100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7410100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7410100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7548600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7548600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7548600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7548600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8106400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8106400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8106500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8106500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8106600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8106600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8106700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8106700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8106800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8106800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8106900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8106900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8106900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8107000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8107000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8107100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8107100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8107200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8107200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8107200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8255400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8255400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8255400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8255400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9900400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9900400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9900600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9900600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9900601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9900601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9900601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9901200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9901200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9901400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9901400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9901401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9901401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9901401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9902000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9902000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9902200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9902200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9902201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9902201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9902800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9902800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9902800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9903000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9903000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9903001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9903001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9903600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9903600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9903800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9903800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9903801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9903801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9903801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9904400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9904400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9904600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9904600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9904601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9904601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9904601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9905200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9905200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9905400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9905400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9905401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9905401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9905401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9906000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9906000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9906000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9906000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9906600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9906600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9906600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9906600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9907200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9907200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9907200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9907200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9907800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9907800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9907800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9907800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9908000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9908000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9908000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9908000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0000900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0000900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0000901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0000901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0000902", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000902", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0000902", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0000902", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0989000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0989000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0989000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0989000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1200700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1200700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1200701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1200701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1200702", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200702", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1200702", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1200702", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2210800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2210800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2210800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2210800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2260600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2260600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2260601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2260601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2260602", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260602", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2260602", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2260602", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2763400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2763400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2763500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2763500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2763600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2763600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2763700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2763700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2763800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2763800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2763900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2763900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2764000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2764000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3108700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3108700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3108700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3108700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3195600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3195600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3195601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3195601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3195602", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195602", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3195602", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3195602", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3729600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3729600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3729700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3729700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3729800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3729800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3729900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3729900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3730000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3730000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3730100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3730100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4113200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4113200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4113200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4113200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4181100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4181100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4181101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4181101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4181102", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181102", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4181102", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4181102", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T5023600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T5023600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T5023600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T5023600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9911200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9911200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9911200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9911200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R9911201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9911201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R9911201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R9911201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0337900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0337900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0337900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0338600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0338600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0338600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1486900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1486900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1486900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1486900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1487800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1487800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1487800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2217700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2217700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2217700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2217700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2533500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2533500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2533600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2533600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2533700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2533700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2533800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2533800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2533900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2533900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2533900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2534000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2534000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2534100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2534100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2534200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2534200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2534300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2534300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2534400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2534400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2534500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2534500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2534500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3519800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3519800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3519800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3519800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3519900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3519900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3519900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3519900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3520000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3520000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3520100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3520100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3520200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3520200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3520300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3520300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3520400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3520400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3520500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3520500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3520600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3520600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3520600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4483300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4483300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4483400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4483400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4483500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4483500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4483600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4483600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4483700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4483700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4483800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4483800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4483800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -124893,7 +128169,7 @@ 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 R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R0172600, R0173600, R0214700, R0214800, R0216500, R0329200, R0329210, R0406510, R0410100, R0410300, R0530700, R0530800, R0619010, R0809900, R0810000, R0898310, R1045700, R1045800, R1145110, R1427500, R1427600, R1520310, R1774100, R1774200, R1794600, R1794700, R1891010, R2156200, R2156300, R2258110, R2365700, R2365800, R2445510, R2742500, R2742600, R2871300, R2986100, R2986200, R3075000, R3302500, R3302600, R3401700, R3573400, R3573500, R3657100, R3917600, R3917700, R4007600, R4100200, R4100201, R4100202, R4418700, R4500200, R4500201, R4500202, R5081700, R5167000, R5200200, R5200201, R5200202, R6435300, R6435301, R6435302, R6479800, R6963300, R6963301, R6963302, R7007500, R7656300, R7656301, R7656302, R7704800, R7800500, R7800501, R7800502, R8497200, R9908000, T0000900, T0000901, T0000902, T0989000, T1200700, T1200701, T1200702, T2210800, T2260600, T2260601, T2260602, T2763400, T2763500, T2763600, T2763700, T2763800, T2763900, T2764000, T3108700, T3195600, T3195601, T3195602, T3729600, T3729700, T3729800, T3729900, T3730000, T3730100, T4113200, T4181100, T4181101, T4181102, T5023600 FROM Extract.tblGen1Links"; + this._commandCollection[0].CommandText = @"SELECT R0000100, R0214700, R0214800, R4825700, R4826000, R4826100, R4826300, R4826500, R4826800, R5495900, R5496200, R5496300, R5496500, R5496700, R5497000, R5497200, R6210700, R6210800, R6210900, R6211500, R6211600, R6211700, R6211800, R6211900, R6212200, R6212300, R6764000, R6764100, R6764200, R6764900, R6765000, R6765100, R6765200, R6765600, R6765700, R6765800, R6839600, R7408300, R7408400, R7408500, R7409200, R7409300, R7409400, R7409500, R7409900, R7410000, R7410100, R7548600, R8106400, R8106500, R8106600, R8106700, R8106800, R8106900, R8107000, R8107100, R8107200, R8255400, R9900400, R9900600, R9900601, R9901200, R9901400, R9901401, R9902000, R9902200, R9902201, R9902800, R9903000, R9903001, R9903600, R9903800, R9903801, R9904400, R9904600, R9904601, R9905200, R9905400, R9905401, R9906000, R9906600, R9907200, R9907800, R9908000, R9911200, R9911201, T0337300, T0337400, T0337500, T0337600, T0337700, T0337800, T0337900, T0338000, T0338100, T0338200, T0338300, T0338400, T0338500, T0338600, T1486900, T1487000, T1487100, T1487200, T1487300, T1487400, T1487500, T1487600, T1487700, T1487800, T2217700, T2533500, T2533600, T2533700, T2533800, T2533900, T2534000, T2534100, T2534200, T2534300, T2534400, T2534500, T3519800, T3519900, T3520000, T3520100, T3520200, T3520300, T3520400, T3520500, T3520600, T4483300, T4483400, T4483500, T4483600, T4483700, T4483800 FROM Extract.tblGen2LinksFromGen1"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; } @@ -124901,7 +128177,7 @@ private void InitCommandCollection() { [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(ImportDataSet.tblGen1LinksDataTable dataTable) { + public virtual int Fill(ImportDataSet.tblGen2LinksFromGen1DataTable dataTable) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((this.ClearBeforeFill == true)) { dataTable.Clear(); @@ -124914,9 +128190,9 @@ public virtual int Fill(ImportDataSet.tblGen1LinksDataTable dataTable) { [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 ImportDataSet.tblGen1LinksDataTable GetData() { + public virtual ImportDataSet.tblGen2LinksFromGen1DataTable GetData() { this.Adapter.SelectCommand = this.CommandCollection[0]; - ImportDataSet.tblGen1LinksDataTable dataTable = new ImportDataSet.tblGen1LinksDataTable(); + ImportDataSet.tblGen2LinksFromGen1DataTable dataTable = new ImportDataSet.tblGen2LinksFromGen1DataTable(); this.Adapter.Fill(dataTable); return dataTable; } @@ -124924,7 +128200,7 @@ public virtual ImportDataSet.tblGen1LinksDataTable GetData() { [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(ImportDataSet.tblGen1LinksDataTable dataTable) { + public virtual int Update(ImportDataSet.tblGen2LinksFromGen1DataTable dataTable) { return this.Adapter.Update(dataTable); } @@ -124932,7 +128208,7 @@ public virtual int Update(ImportDataSet.tblGen1LinksDataTable dataTable) { [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(ImportDataSet dataSet) { - return this.Adapter.Update(dataSet, "tblGen1Links"); + return this.Adapter.Update(dataSet, "tblGen2LinksFromGen1"); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -124956,774 +128232,794 @@ public virtual int Update(global::System.Data.DataRow[] dataRows) { [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)] public virtual int Delete( int Original_R0000100, - global::System.Nullable Original_R0000149, - global::System.Nullable Original_R0000300, - global::System.Nullable Original_R0000500, - global::System.Nullable Original_R0009100, - global::System.Nullable Original_R0009300, - global::System.Nullable Original_R0172500, - global::System.Nullable Original_R0172600, - global::System.Nullable Original_R0173600, global::System.Nullable Original_R0214700, global::System.Nullable Original_R0214800, - global::System.Nullable Original_R0216500, - global::System.Nullable Original_R0329200, - global::System.Nullable Original_R0329210, - global::System.Nullable Original_R0406510, - global::System.Nullable Original_R0410100, - global::System.Nullable Original_R0410300, - global::System.Nullable Original_R0530700, - global::System.Nullable Original_R0530800, - global::System.Nullable Original_R0619010, - global::System.Nullable Original_R0809900, - global::System.Nullable Original_R0810000, - global::System.Nullable Original_R0898310, - global::System.Nullable Original_R1045700, - global::System.Nullable Original_R1045800, - global::System.Nullable Original_R1145110, - global::System.Nullable Original_R1427500, - global::System.Nullable Original_R1427600, - global::System.Nullable Original_R1520310, - global::System.Nullable Original_R1774100, - global::System.Nullable Original_R1774200, - global::System.Nullable Original_R1794600, - global::System.Nullable Original_R1794700, - global::System.Nullable Original_R1891010, - global::System.Nullable Original_R2156200, - global::System.Nullable Original_R2156300, - global::System.Nullable Original_R2258110, - global::System.Nullable Original_R2365700, - global::System.Nullable Original_R2365800, - global::System.Nullable Original_R2445510, - global::System.Nullable Original_R2742500, - global::System.Nullable Original_R2742600, - global::System.Nullable Original_R2871300, - global::System.Nullable Original_R2986100, - global::System.Nullable Original_R2986200, - global::System.Nullable Original_R3075000, - global::System.Nullable Original_R3302500, - global::System.Nullable Original_R3302600, - global::System.Nullable Original_R3401700, - global::System.Nullable Original_R3573400, - global::System.Nullable Original_R3573500, - global::System.Nullable Original_R3657100, - global::System.Nullable Original_R3917600, - global::System.Nullable Original_R3917700, - global::System.Nullable Original_R4007600, - global::System.Nullable Original_R4100200, - global::System.Nullable Original_R4100201, - global::System.Nullable Original_R4100202, - global::System.Nullable Original_R4418700, - global::System.Nullable Original_R4500200, - global::System.Nullable Original_R4500201, - global::System.Nullable Original_R4500202, - global::System.Nullable Original_R5081700, - global::System.Nullable Original_R5167000, - global::System.Nullable Original_R5200200, - global::System.Nullable Original_R5200201, - global::System.Nullable Original_R5200202, - global::System.Nullable Original_R6435300, - global::System.Nullable Original_R6435301, - global::System.Nullable Original_R6435302, - global::System.Nullable Original_R6479800, - global::System.Nullable Original_R6963300, - global::System.Nullable Original_R6963301, - global::System.Nullable Original_R6963302, - global::System.Nullable Original_R7007500, - global::System.Nullable Original_R7656300, - global::System.Nullable Original_R7656301, - global::System.Nullable Original_R7656302, - global::System.Nullable Original_R7704800, - global::System.Nullable Original_R7800500, - global::System.Nullable Original_R7800501, - global::System.Nullable Original_R7800502, - global::System.Nullable Original_R8497200, - global::System.Nullable Original_R9908000, - global::System.Nullable Original_T0000900, - global::System.Nullable Original_T0000901, - global::System.Nullable Original_T0000902, - global::System.Nullable Original_T0989000, - global::System.Nullable Original_T1200700, - global::System.Nullable Original_T1200701, - global::System.Nullable Original_T1200702, - global::System.Nullable Original_T2210800, - global::System.Nullable Original_T2260600, - global::System.Nullable Original_T2260601, - global::System.Nullable Original_T2260602, - global::System.Nullable Original_T2763400, - global::System.Nullable Original_T2763500, - global::System.Nullable Original_T2763600, - global::System.Nullable Original_T2763700, - global::System.Nullable Original_T2763800, - global::System.Nullable Original_T2763900, - global::System.Nullable Original_T2764000, - global::System.Nullable Original_T3108700, - global::System.Nullable Original_T3195600, - global::System.Nullable Original_T3195601, - global::System.Nullable Original_T3195602, - global::System.Nullable Original_T3729600, - global::System.Nullable Original_T3729700, - global::System.Nullable Original_T3729800, - global::System.Nullable Original_T3729900, - global::System.Nullable Original_T3730000, - global::System.Nullable Original_T3730100, - global::System.Nullable Original_T4113200, - global::System.Nullable Original_T4181100, - global::System.Nullable Original_T4181101, - global::System.Nullable Original_T4181102, - global::System.Nullable Original_T5023600) { + global::System.Nullable Original_R4825700, + global::System.Nullable Original_R4826000, + global::System.Nullable Original_R4826100, + global::System.Nullable Original_R4826300, + global::System.Nullable Original_R4826500, + global::System.Nullable Original_R4826800, + global::System.Nullable Original_R5495900, + global::System.Nullable Original_R5496200, + global::System.Nullable Original_R5496300, + global::System.Nullable Original_R5496500, + global::System.Nullable Original_R5496700, + global::System.Nullable Original_R5497000, + global::System.Nullable Original_R5497200, + global::System.Nullable Original_R6210700, + global::System.Nullable Original_R6210800, + global::System.Nullable Original_R6210900, + global::System.Nullable Original_R6211500, + global::System.Nullable Original_R6211600, + global::System.Nullable Original_R6211700, + global::System.Nullable Original_R6211800, + global::System.Nullable Original_R6211900, + global::System.Nullable Original_R6212200, + global::System.Nullable Original_R6212300, + global::System.Nullable Original_R6764000, + global::System.Nullable Original_R6764100, + global::System.Nullable Original_R6764200, + global::System.Nullable Original_R6764900, + global::System.Nullable Original_R6765000, + global::System.Nullable Original_R6765100, + global::System.Nullable Original_R6765200, + global::System.Nullable Original_R6765600, + global::System.Nullable Original_R6765700, + global::System.Nullable Original_R6765800, + global::System.Nullable Original_R6839600, + global::System.Nullable Original_R7408300, + global::System.Nullable Original_R7408400, + global::System.Nullable Original_R7408500, + global::System.Nullable Original_R7409200, + global::System.Nullable Original_R7409300, + global::System.Nullable Original_R7409400, + global::System.Nullable Original_R7409500, + global::System.Nullable Original_R7409900, + global::System.Nullable Original_R7410000, + global::System.Nullable Original_R7410100, + global::System.Nullable Original_R7548600, + global::System.Nullable Original_R8106400, + global::System.Nullable Original_R8106500, + global::System.Nullable Original_R8106600, + global::System.Nullable Original_R8106700, + global::System.Nullable Original_R8106800, + global::System.Nullable Original_R8106900, + global::System.Nullable Original_R8107000, + global::System.Nullable Original_R8107100, + global::System.Nullable Original_R8107200, + global::System.Nullable Original_R8255400, + global::System.Nullable Original_R9900400, + global::System.Nullable Original_R9900600, + global::System.Nullable Original_R9900601, + global::System.Nullable Original_R9901200, + global::System.Nullable Original_R9901400, + global::System.Nullable Original_R9901401, + global::System.Nullable Original_R9902000, + global::System.Nullable Original_R9902200, + global::System.Nullable Original_R9902201, + global::System.Nullable Original_R9902800, + global::System.Nullable Original_R9903000, + global::System.Nullable Original_R9903001, + global::System.Nullable Original_R9903600, + global::System.Nullable Original_R9903800, + global::System.Nullable Original_R9903801, + global::System.Nullable Original_R9904400, + global::System.Nullable Original_R9904600, + global::System.Nullable Original_R9904601, + global::System.Nullable Original_R9905200, + global::System.Nullable Original_R9905400, + global::System.Nullable Original_R9905401, + global::System.Nullable Original_R9906000, + global::System.Nullable Original_R9906600, + global::System.Nullable Original_R9907200, + global::System.Nullable Original_R9907800, + global::System.Nullable Original_R9908000, + global::System.Nullable Original_R9911200, + global::System.Nullable Original_R9911201, + global::System.Nullable Original_T0337300, + global::System.Nullable Original_T0337400, + global::System.Nullable Original_T0337500, + global::System.Nullable Original_T0337600, + global::System.Nullable Original_T0337700, + global::System.Nullable Original_T0337800, + global::System.Nullable Original_T0337900, + global::System.Nullable Original_T0338000, + global::System.Nullable Original_T0338100, + global::System.Nullable Original_T0338200, + global::System.Nullable Original_T0338300, + global::System.Nullable Original_T0338400, + global::System.Nullable Original_T0338500, + global::System.Nullable Original_T0338600, + global::System.Nullable Original_T1486900, + global::System.Nullable Original_T1487000, + global::System.Nullable Original_T1487100, + global::System.Nullable Original_T1487200, + global::System.Nullable Original_T1487300, + global::System.Nullable Original_T1487400, + global::System.Nullable Original_T1487500, + global::System.Nullable Original_T1487600, + global::System.Nullable Original_T1487700, + global::System.Nullable Original_T1487800, + global::System.Nullable Original_T2217700, + global::System.Nullable Original_T2533500, + global::System.Nullable Original_T2533600, + global::System.Nullable Original_T2533700, + global::System.Nullable Original_T2533800, + global::System.Nullable Original_T2533900, + global::System.Nullable Original_T2534000, + global::System.Nullable Original_T2534100, + global::System.Nullable Original_T2534200, + global::System.Nullable Original_T2534300, + global::System.Nullable Original_T2534400, + global::System.Nullable Original_T2534500, + global::System.Nullable Original_T3519800, + global::System.Nullable Original_T3519900, + global::System.Nullable Original_T3520000, + global::System.Nullable Original_T3520100, + global::System.Nullable Original_T3520200, + global::System.Nullable Original_T3520300, + global::System.Nullable Original_T3520400, + global::System.Nullable Original_T3520500, + global::System.Nullable Original_T3520600, + global::System.Nullable Original_T4483300, + global::System.Nullable Original_T4483400, + global::System.Nullable Original_T4483500, + global::System.Nullable Original_T4483600, + global::System.Nullable Original_T4483700, + global::System.Nullable Original_T4483800) { this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_R0000100)); - if ((Original_R0000149.HasValue == true)) { + if ((Original_R0214700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_R0000149.Value)); + this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_R0214700.Value)); } else { this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((Original_R0000300.HasValue == true)) { + if ((Original_R0214800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[4].Value = ((int)(Original_R0000300.Value)); + this.Adapter.DeleteCommand.Parameters[4].Value = ((int)(Original_R0214800.Value)); } else { this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((Original_R0000500.HasValue == true)) { + if ((Original_R4825700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_R0000500.Value)); + this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_R4825700.Value)); } else { this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((Original_R0009100.HasValue == true)) { + if ((Original_R4826000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[8].Value = ((int)(Original_R0009100.Value)); + this.Adapter.DeleteCommand.Parameters[8].Value = ((int)(Original_R4826000.Value)); } else { this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((Original_R0009300.HasValue == true)) { + if ((Original_R4826100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_R0009300.Value)); + this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_R4826100.Value)); } else { this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((Original_R0172500.HasValue == true)) { + if ((Original_R4826300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[12].Value = ((int)(Original_R0172500.Value)); + this.Adapter.DeleteCommand.Parameters[12].Value = ((int)(Original_R4826300.Value)); } else { this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((Original_R0172600.HasValue == true)) { + if ((Original_R4826500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[14].Value = ((int)(Original_R0172600.Value)); + this.Adapter.DeleteCommand.Parameters[14].Value = ((int)(Original_R4826500.Value)); } else { this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((Original_R0173600.HasValue == true)) { + if ((Original_R4826800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[16].Value = ((int)(Original_R0173600.Value)); + this.Adapter.DeleteCommand.Parameters[16].Value = ((int)(Original_R4826800.Value)); } else { this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((Original_R0214700.HasValue == true)) { + if ((Original_R5495900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[18].Value = ((int)(Original_R0214700.Value)); + this.Adapter.DeleteCommand.Parameters[18].Value = ((int)(Original_R5495900.Value)); } else { this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((Original_R0214800.HasValue == true)) { + if ((Original_R5496200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[20].Value = ((int)(Original_R0214800.Value)); + this.Adapter.DeleteCommand.Parameters[20].Value = ((int)(Original_R5496200.Value)); } else { this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value; } - if ((Original_R0216500.HasValue == true)) { + if ((Original_R5496300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[22].Value = ((int)(Original_R0216500.Value)); + this.Adapter.DeleteCommand.Parameters[22].Value = ((int)(Original_R5496300.Value)); } else { this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((Original_R0329200.HasValue == true)) { + if ((Original_R5496500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[24].Value = ((int)(Original_R0329200.Value)); + this.Adapter.DeleteCommand.Parameters[24].Value = ((int)(Original_R5496500.Value)); } else { this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.Value; } - if ((Original_R0329210.HasValue == true)) { + if ((Original_R5496700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[26].Value = ((int)(Original_R0329210.Value)); + this.Adapter.DeleteCommand.Parameters[26].Value = ((int)(Original_R5496700.Value)); } else { this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value; } - if ((Original_R0406510.HasValue == true)) { + if ((Original_R5497000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[28].Value = ((int)(Original_R0406510.Value)); + this.Adapter.DeleteCommand.Parameters[28].Value = ((int)(Original_R5497000.Value)); } else { this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value; } - if ((Original_R0410100.HasValue == true)) { + if ((Original_R5497200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[30].Value = ((int)(Original_R0410100.Value)); + this.Adapter.DeleteCommand.Parameters[30].Value = ((int)(Original_R5497200.Value)); } else { this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.Value; } - if ((Original_R0410300.HasValue == true)) { + if ((Original_R6210700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[32].Value = ((int)(Original_R0410300.Value)); + this.Adapter.DeleteCommand.Parameters[32].Value = ((int)(Original_R6210700.Value)); } else { this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[32].Value = global::System.DBNull.Value; } - if ((Original_R0530700.HasValue == true)) { + if ((Original_R6210800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[34].Value = ((int)(Original_R0530700.Value)); + this.Adapter.DeleteCommand.Parameters[34].Value = ((int)(Original_R6210800.Value)); } else { this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.Value; } - if ((Original_R0530800.HasValue == true)) { + if ((Original_R6210900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[36].Value = ((int)(Original_R0530800.Value)); + this.Adapter.DeleteCommand.Parameters[36].Value = ((int)(Original_R6210900.Value)); } else { this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.Value; } - if ((Original_R0619010.HasValue == true)) { + if ((Original_R6211500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[38].Value = ((int)(Original_R0619010.Value)); + this.Adapter.DeleteCommand.Parameters[38].Value = ((int)(Original_R6211500.Value)); } else { this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[38].Value = global::System.DBNull.Value; } - if ((Original_R0809900.HasValue == true)) { + if ((Original_R6211600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[40].Value = ((int)(Original_R0809900.Value)); + this.Adapter.DeleteCommand.Parameters[40].Value = ((int)(Original_R6211600.Value)); } else { this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[40].Value = global::System.DBNull.Value; } - if ((Original_R0810000.HasValue == true)) { + if ((Original_R6211700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[42].Value = ((int)(Original_R0810000.Value)); + this.Adapter.DeleteCommand.Parameters[42].Value = ((int)(Original_R6211700.Value)); } else { this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[42].Value = global::System.DBNull.Value; } - if ((Original_R0898310.HasValue == true)) { + if ((Original_R6211800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[44].Value = ((int)(Original_R0898310.Value)); + this.Adapter.DeleteCommand.Parameters[44].Value = ((int)(Original_R6211800.Value)); } else { this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[44].Value = global::System.DBNull.Value; } - if ((Original_R1045700.HasValue == true)) { + if ((Original_R6211900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[46].Value = ((int)(Original_R1045700.Value)); + this.Adapter.DeleteCommand.Parameters[46].Value = ((int)(Original_R6211900.Value)); } else { this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[46].Value = global::System.DBNull.Value; } - if ((Original_R1045800.HasValue == true)) { + if ((Original_R6212200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[48].Value = ((int)(Original_R1045800.Value)); + this.Adapter.DeleteCommand.Parameters[48].Value = ((int)(Original_R6212200.Value)); } else { this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[48].Value = global::System.DBNull.Value; } - if ((Original_R1145110.HasValue == true)) { + if ((Original_R6212300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[50].Value = ((int)(Original_R1145110.Value)); + this.Adapter.DeleteCommand.Parameters[50].Value = ((int)(Original_R6212300.Value)); } else { this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[50].Value = global::System.DBNull.Value; } - if ((Original_R1427500.HasValue == true)) { + if ((Original_R6764000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[52].Value = ((int)(Original_R1427500.Value)); + this.Adapter.DeleteCommand.Parameters[52].Value = ((int)(Original_R6764000.Value)); } else { this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[52].Value = global::System.DBNull.Value; } - if ((Original_R1427600.HasValue == true)) { + if ((Original_R6764100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[54].Value = ((int)(Original_R1427600.Value)); + this.Adapter.DeleteCommand.Parameters[54].Value = ((int)(Original_R6764100.Value)); } else { this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[54].Value = global::System.DBNull.Value; } - if ((Original_R1520310.HasValue == true)) { + if ((Original_R6764200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[56].Value = ((int)(Original_R1520310.Value)); + this.Adapter.DeleteCommand.Parameters[56].Value = ((int)(Original_R6764200.Value)); } else { this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[56].Value = global::System.DBNull.Value; } - if ((Original_R1774100.HasValue == true)) { + if ((Original_R6764900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[58].Value = ((int)(Original_R1774100.Value)); + this.Adapter.DeleteCommand.Parameters[58].Value = ((int)(Original_R6764900.Value)); } else { this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[58].Value = global::System.DBNull.Value; } - if ((Original_R1774200.HasValue == true)) { + if ((Original_R6765000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[60].Value = ((int)(Original_R1774200.Value)); + this.Adapter.DeleteCommand.Parameters[60].Value = ((int)(Original_R6765000.Value)); } else { this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[60].Value = global::System.DBNull.Value; } - if ((Original_R1794600.HasValue == true)) { + if ((Original_R6765100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[62].Value = ((int)(Original_R1794600.Value)); + this.Adapter.DeleteCommand.Parameters[62].Value = ((int)(Original_R6765100.Value)); } else { this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[62].Value = global::System.DBNull.Value; } - if ((Original_R1794700.HasValue == true)) { + if ((Original_R6765200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[64].Value = ((int)(Original_R1794700.Value)); + this.Adapter.DeleteCommand.Parameters[64].Value = ((int)(Original_R6765200.Value)); } else { this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[64].Value = global::System.DBNull.Value; } - if ((Original_R1891010.HasValue == true)) { + if ((Original_R6765600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[66].Value = ((int)(Original_R1891010.Value)); + this.Adapter.DeleteCommand.Parameters[66].Value = ((int)(Original_R6765600.Value)); } else { this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[66].Value = global::System.DBNull.Value; } - if ((Original_R2156200.HasValue == true)) { + if ((Original_R6765700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[68].Value = ((int)(Original_R2156200.Value)); + this.Adapter.DeleteCommand.Parameters[68].Value = ((int)(Original_R6765700.Value)); } else { this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[68].Value = global::System.DBNull.Value; } - if ((Original_R2156300.HasValue == true)) { + if ((Original_R6765800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[70].Value = ((int)(Original_R2156300.Value)); + this.Adapter.DeleteCommand.Parameters[70].Value = ((int)(Original_R6765800.Value)); } else { this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[70].Value = global::System.DBNull.Value; } - if ((Original_R2258110.HasValue == true)) { + if ((Original_R6839600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[72].Value = ((int)(Original_R2258110.Value)); + this.Adapter.DeleteCommand.Parameters[72].Value = ((int)(Original_R6839600.Value)); } else { this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[72].Value = global::System.DBNull.Value; } - if ((Original_R2365700.HasValue == true)) { + if ((Original_R7408300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[74].Value = ((int)(Original_R2365700.Value)); + this.Adapter.DeleteCommand.Parameters[74].Value = ((int)(Original_R7408300.Value)); } else { this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[74].Value = global::System.DBNull.Value; } - if ((Original_R2365800.HasValue == true)) { + if ((Original_R7408400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[76].Value = ((int)(Original_R2365800.Value)); + this.Adapter.DeleteCommand.Parameters[76].Value = ((int)(Original_R7408400.Value)); } else { this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[76].Value = global::System.DBNull.Value; } - if ((Original_R2445510.HasValue == true)) { + if ((Original_R7408500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[78].Value = ((int)(Original_R2445510.Value)); + this.Adapter.DeleteCommand.Parameters[78].Value = ((int)(Original_R7408500.Value)); } else { this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[78].Value = global::System.DBNull.Value; } - if ((Original_R2742500.HasValue == true)) { + if ((Original_R7409200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[80].Value = ((int)(Original_R2742500.Value)); + this.Adapter.DeleteCommand.Parameters[80].Value = ((int)(Original_R7409200.Value)); } else { this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[80].Value = global::System.DBNull.Value; } - if ((Original_R2742600.HasValue == true)) { + if ((Original_R7409300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[82].Value = ((int)(Original_R2742600.Value)); + this.Adapter.DeleteCommand.Parameters[82].Value = ((int)(Original_R7409300.Value)); } else { this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[82].Value = global::System.DBNull.Value; } - if ((Original_R2871300.HasValue == true)) { + if ((Original_R7409400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[84].Value = ((int)(Original_R2871300.Value)); + this.Adapter.DeleteCommand.Parameters[84].Value = ((int)(Original_R7409400.Value)); } else { this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[84].Value = global::System.DBNull.Value; } - if ((Original_R2986100.HasValue == true)) { + if ((Original_R7409500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[86].Value = ((int)(Original_R2986100.Value)); + this.Adapter.DeleteCommand.Parameters[86].Value = ((int)(Original_R7409500.Value)); } else { this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[86].Value = global::System.DBNull.Value; } - if ((Original_R2986200.HasValue == true)) { + if ((Original_R7409900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[88].Value = ((int)(Original_R2986200.Value)); + this.Adapter.DeleteCommand.Parameters[88].Value = ((int)(Original_R7409900.Value)); } else { this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[88].Value = global::System.DBNull.Value; } - if ((Original_R3075000.HasValue == true)) { + if ((Original_R7410000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[90].Value = ((int)(Original_R3075000.Value)); + this.Adapter.DeleteCommand.Parameters[90].Value = ((int)(Original_R7410000.Value)); } else { this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[90].Value = global::System.DBNull.Value; } - if ((Original_R3302500.HasValue == true)) { + if ((Original_R7410100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[92].Value = ((int)(Original_R3302500.Value)); + this.Adapter.DeleteCommand.Parameters[92].Value = ((int)(Original_R7410100.Value)); } else { this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[92].Value = global::System.DBNull.Value; } - if ((Original_R3302600.HasValue == true)) { + if ((Original_R7548600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[94].Value = ((int)(Original_R3302600.Value)); + this.Adapter.DeleteCommand.Parameters[94].Value = ((int)(Original_R7548600.Value)); } else { this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[94].Value = global::System.DBNull.Value; } - if ((Original_R3401700.HasValue == true)) { + if ((Original_R8106400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[96].Value = ((int)(Original_R3401700.Value)); + this.Adapter.DeleteCommand.Parameters[96].Value = ((int)(Original_R8106400.Value)); } else { this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[96].Value = global::System.DBNull.Value; } - if ((Original_R3573400.HasValue == true)) { + if ((Original_R8106500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[98].Value = ((int)(Original_R3573400.Value)); + this.Adapter.DeleteCommand.Parameters[98].Value = ((int)(Original_R8106500.Value)); } else { this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[98].Value = global::System.DBNull.Value; } - if ((Original_R3573500.HasValue == true)) { + if ((Original_R8106600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[100].Value = ((int)(Original_R3573500.Value)); + this.Adapter.DeleteCommand.Parameters[100].Value = ((int)(Original_R8106600.Value)); } else { this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[100].Value = global::System.DBNull.Value; } - if ((Original_R3657100.HasValue == true)) { + if ((Original_R8106700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[102].Value = ((int)(Original_R3657100.Value)); + this.Adapter.DeleteCommand.Parameters[102].Value = ((int)(Original_R8106700.Value)); } else { this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[102].Value = global::System.DBNull.Value; } - if ((Original_R3917600.HasValue == true)) { + if ((Original_R8106800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[104].Value = ((int)(Original_R3917600.Value)); + this.Adapter.DeleteCommand.Parameters[104].Value = ((int)(Original_R8106800.Value)); } else { this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[104].Value = global::System.DBNull.Value; } - if ((Original_R3917700.HasValue == true)) { + if ((Original_R8106900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[106].Value = ((int)(Original_R3917700.Value)); + this.Adapter.DeleteCommand.Parameters[106].Value = ((int)(Original_R8106900.Value)); } else { this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[106].Value = global::System.DBNull.Value; } - if ((Original_R4007600.HasValue == true)) { + if ((Original_R8107000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[108].Value = ((int)(Original_R4007600.Value)); + this.Adapter.DeleteCommand.Parameters[108].Value = ((int)(Original_R8107000.Value)); } else { this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[108].Value = global::System.DBNull.Value; } - if ((Original_R4100200.HasValue == true)) { + if ((Original_R8107100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[110].Value = ((int)(Original_R4100200.Value)); + this.Adapter.DeleteCommand.Parameters[110].Value = ((int)(Original_R8107100.Value)); } else { this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[110].Value = global::System.DBNull.Value; } - if ((Original_R4100201.HasValue == true)) { + if ((Original_R8107200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[112].Value = ((int)(Original_R4100201.Value)); + this.Adapter.DeleteCommand.Parameters[112].Value = ((int)(Original_R8107200.Value)); } else { this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[112].Value = global::System.DBNull.Value; } - if ((Original_R4100202.HasValue == true)) { + if ((Original_R8255400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[114].Value = ((int)(Original_R4100202.Value)); + this.Adapter.DeleteCommand.Parameters[114].Value = ((int)(Original_R8255400.Value)); } else { this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[114].Value = global::System.DBNull.Value; } - if ((Original_R4418700.HasValue == true)) { + if ((Original_R9900400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[116].Value = ((int)(Original_R4418700.Value)); + this.Adapter.DeleteCommand.Parameters[116].Value = ((int)(Original_R9900400.Value)); } else { this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[116].Value = global::System.DBNull.Value; } - if ((Original_R4500200.HasValue == true)) { + if ((Original_R9900600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[118].Value = ((int)(Original_R4500200.Value)); + this.Adapter.DeleteCommand.Parameters[118].Value = ((int)(Original_R9900600.Value)); } else { this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[118].Value = global::System.DBNull.Value; } - if ((Original_R4500201.HasValue == true)) { + if ((Original_R9900601.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[120].Value = ((int)(Original_R4500201.Value)); + this.Adapter.DeleteCommand.Parameters[120].Value = ((int)(Original_R9900601.Value)); } else { this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[120].Value = global::System.DBNull.Value; } - if ((Original_R4500202.HasValue == true)) { + if ((Original_R9901200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[122].Value = ((int)(Original_R4500202.Value)); + this.Adapter.DeleteCommand.Parameters[122].Value = ((int)(Original_R9901200.Value)); } else { this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[122].Value = global::System.DBNull.Value; } - if ((Original_R5081700.HasValue == true)) { + if ((Original_R9901400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[124].Value = ((int)(Original_R5081700.Value)); + this.Adapter.DeleteCommand.Parameters[124].Value = ((int)(Original_R9901400.Value)); } else { this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[124].Value = global::System.DBNull.Value; } - if ((Original_R5167000.HasValue == true)) { + if ((Original_R9901401.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[126].Value = ((int)(Original_R5167000.Value)); + this.Adapter.DeleteCommand.Parameters[126].Value = ((int)(Original_R9901401.Value)); } else { this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[126].Value = global::System.DBNull.Value; } - if ((Original_R5200200.HasValue == true)) { + if ((Original_R9902000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[128].Value = ((int)(Original_R5200200.Value)); + this.Adapter.DeleteCommand.Parameters[128].Value = ((int)(Original_R9902000.Value)); } else { this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[128].Value = global::System.DBNull.Value; } - if ((Original_R5200201.HasValue == true)) { + if ((Original_R9902200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[130].Value = ((int)(Original_R5200201.Value)); + this.Adapter.DeleteCommand.Parameters[130].Value = ((int)(Original_R9902200.Value)); } else { this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[130].Value = global::System.DBNull.Value; } - if ((Original_R5200202.HasValue == true)) { + if ((Original_R9902201.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[132].Value = ((int)(Original_R5200202.Value)); + this.Adapter.DeleteCommand.Parameters[132].Value = ((int)(Original_R9902201.Value)); } else { this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[132].Value = global::System.DBNull.Value; } - if ((Original_R6435300.HasValue == true)) { + if ((Original_R9902800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[134].Value = ((int)(Original_R6435300.Value)); + this.Adapter.DeleteCommand.Parameters[134].Value = ((int)(Original_R9902800.Value)); } else { this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[134].Value = global::System.DBNull.Value; } - if ((Original_R6435301.HasValue == true)) { + if ((Original_R9903000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[136].Value = ((int)(Original_R6435301.Value)); + this.Adapter.DeleteCommand.Parameters[136].Value = ((int)(Original_R9903000.Value)); } else { this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[136].Value = global::System.DBNull.Value; } - if ((Original_R6435302.HasValue == true)) { + if ((Original_R9903001.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[138].Value = ((int)(Original_R6435302.Value)); + this.Adapter.DeleteCommand.Parameters[138].Value = ((int)(Original_R9903001.Value)); } else { this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[138].Value = global::System.DBNull.Value; } - if ((Original_R6479800.HasValue == true)) { + if ((Original_R9903600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[140].Value = ((int)(Original_R6479800.Value)); + this.Adapter.DeleteCommand.Parameters[140].Value = ((int)(Original_R9903600.Value)); } else { this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[140].Value = global::System.DBNull.Value; } - if ((Original_R6963300.HasValue == true)) { + if ((Original_R9903800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[142].Value = ((int)(Original_R6963300.Value)); + this.Adapter.DeleteCommand.Parameters[142].Value = ((int)(Original_R9903800.Value)); } else { this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[142].Value = global::System.DBNull.Value; } - if ((Original_R6963301.HasValue == true)) { + if ((Original_R9903801.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[144].Value = ((int)(Original_R6963301.Value)); + this.Adapter.DeleteCommand.Parameters[144].Value = ((int)(Original_R9903801.Value)); } else { this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[144].Value = global::System.DBNull.Value; } - if ((Original_R6963302.HasValue == true)) { + if ((Original_R9904400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[146].Value = ((int)(Original_R6963302.Value)); + this.Adapter.DeleteCommand.Parameters[146].Value = ((int)(Original_R9904400.Value)); } else { this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[146].Value = global::System.DBNull.Value; } - if ((Original_R7007500.HasValue == true)) { + if ((Original_R9904600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[148].Value = ((int)(Original_R7007500.Value)); + this.Adapter.DeleteCommand.Parameters[148].Value = ((int)(Original_R9904600.Value)); } else { this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[148].Value = global::System.DBNull.Value; } - if ((Original_R7656300.HasValue == true)) { + if ((Original_R9904601.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[150].Value = ((int)(Original_R7656300.Value)); + this.Adapter.DeleteCommand.Parameters[150].Value = ((int)(Original_R9904601.Value)); } else { this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[150].Value = global::System.DBNull.Value; } - if ((Original_R7656301.HasValue == true)) { + if ((Original_R9905200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[152].Value = ((int)(Original_R7656301.Value)); + this.Adapter.DeleteCommand.Parameters[152].Value = ((int)(Original_R9905200.Value)); } else { this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[152].Value = global::System.DBNull.Value; } - if ((Original_R7656302.HasValue == true)) { + if ((Original_R9905400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[154].Value = ((int)(Original_R7656302.Value)); + this.Adapter.DeleteCommand.Parameters[154].Value = ((int)(Original_R9905400.Value)); } else { this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[154].Value = global::System.DBNull.Value; } - if ((Original_R7704800.HasValue == true)) { + if ((Original_R9905401.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[156].Value = ((int)(Original_R7704800.Value)); + this.Adapter.DeleteCommand.Parameters[156].Value = ((int)(Original_R9905401.Value)); } else { this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[156].Value = global::System.DBNull.Value; } - if ((Original_R7800500.HasValue == true)) { + if ((Original_R9906000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[158].Value = ((int)(Original_R7800500.Value)); + this.Adapter.DeleteCommand.Parameters[158].Value = ((int)(Original_R9906000.Value)); } else { this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[158].Value = global::System.DBNull.Value; } - if ((Original_R7800501.HasValue == true)) { + if ((Original_R9906600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[160].Value = ((int)(Original_R7800501.Value)); + this.Adapter.DeleteCommand.Parameters[160].Value = ((int)(Original_R9906600.Value)); } else { this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[160].Value = global::System.DBNull.Value; } - if ((Original_R7800502.HasValue == true)) { + if ((Original_R9907200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[162].Value = ((int)(Original_R7800502.Value)); + this.Adapter.DeleteCommand.Parameters[162].Value = ((int)(Original_R9907200.Value)); } else { this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[162].Value = global::System.DBNull.Value; } - if ((Original_R8497200.HasValue == true)) { + if ((Original_R9907800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[164].Value = ((int)(Original_R8497200.Value)); + this.Adapter.DeleteCommand.Parameters[164].Value = ((int)(Original_R9907800.Value)); } else { this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(1)); @@ -125737,270 +129033,430 @@ public virtual int Delete( this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[166].Value = global::System.DBNull.Value; } - if ((Original_T0000900.HasValue == true)) { + if ((Original_R9911200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[168].Value = ((int)(Original_T0000900.Value)); + this.Adapter.DeleteCommand.Parameters[168].Value = ((int)(Original_R9911200.Value)); } else { this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[168].Value = global::System.DBNull.Value; } - if ((Original_T0000901.HasValue == true)) { + if ((Original_R9911201.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[170].Value = ((int)(Original_T0000901.Value)); + this.Adapter.DeleteCommand.Parameters[170].Value = ((int)(Original_R9911201.Value)); } else { this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[170].Value = global::System.DBNull.Value; } - if ((Original_T0000902.HasValue == true)) { + if ((Original_T0337300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[172].Value = ((int)(Original_T0000902.Value)); + this.Adapter.DeleteCommand.Parameters[172].Value = ((int)(Original_T0337300.Value)); } else { this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[172].Value = global::System.DBNull.Value; } - if ((Original_T0989000.HasValue == true)) { + if ((Original_T0337400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[174].Value = ((int)(Original_T0989000.Value)); + this.Adapter.DeleteCommand.Parameters[174].Value = ((int)(Original_T0337400.Value)); } else { this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[174].Value = global::System.DBNull.Value; } - if ((Original_T1200700.HasValue == true)) { + if ((Original_T0337500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[176].Value = ((int)(Original_T1200700.Value)); + this.Adapter.DeleteCommand.Parameters[176].Value = ((int)(Original_T0337500.Value)); } else { this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[176].Value = global::System.DBNull.Value; } - if ((Original_T1200701.HasValue == true)) { + if ((Original_T0337600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[178].Value = ((int)(Original_T1200701.Value)); + this.Adapter.DeleteCommand.Parameters[178].Value = ((int)(Original_T0337600.Value)); } else { this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[178].Value = global::System.DBNull.Value; } - if ((Original_T1200702.HasValue == true)) { + if ((Original_T0337700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[180].Value = ((int)(Original_T1200702.Value)); + this.Adapter.DeleteCommand.Parameters[180].Value = ((int)(Original_T0337700.Value)); } else { this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[180].Value = global::System.DBNull.Value; } - if ((Original_T2210800.HasValue == true)) { + if ((Original_T0337800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[182].Value = ((int)(Original_T2210800.Value)); + this.Adapter.DeleteCommand.Parameters[182].Value = ((int)(Original_T0337800.Value)); } else { this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[182].Value = global::System.DBNull.Value; } - if ((Original_T2260600.HasValue == true)) { + if ((Original_T0337900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[184].Value = ((int)(Original_T2260600.Value)); + this.Adapter.DeleteCommand.Parameters[184].Value = ((int)(Original_T0337900.Value)); } else { this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[184].Value = global::System.DBNull.Value; } - if ((Original_T2260601.HasValue == true)) { + if ((Original_T0338000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[186].Value = ((int)(Original_T2260601.Value)); + this.Adapter.DeleteCommand.Parameters[186].Value = ((int)(Original_T0338000.Value)); } else { this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[186].Value = global::System.DBNull.Value; } - if ((Original_T2260602.HasValue == true)) { + if ((Original_T0338100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[188].Value = ((int)(Original_T2260602.Value)); + this.Adapter.DeleteCommand.Parameters[188].Value = ((int)(Original_T0338100.Value)); } else { this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[188].Value = global::System.DBNull.Value; } - if ((Original_T2763400.HasValue == true)) { + if ((Original_T0338200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[190].Value = ((int)(Original_T2763400.Value)); + this.Adapter.DeleteCommand.Parameters[190].Value = ((int)(Original_T0338200.Value)); } else { this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[190].Value = global::System.DBNull.Value; } - if ((Original_T2763500.HasValue == true)) { + if ((Original_T0338300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[192].Value = ((int)(Original_T2763500.Value)); + this.Adapter.DeleteCommand.Parameters[192].Value = ((int)(Original_T0338300.Value)); } else { this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[192].Value = global::System.DBNull.Value; } - if ((Original_T2763600.HasValue == true)) { + if ((Original_T0338400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[194].Value = ((int)(Original_T2763600.Value)); + this.Adapter.DeleteCommand.Parameters[194].Value = ((int)(Original_T0338400.Value)); } else { this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[194].Value = global::System.DBNull.Value; } - if ((Original_T2763700.HasValue == true)) { + if ((Original_T0338500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[196].Value = ((int)(Original_T2763700.Value)); + this.Adapter.DeleteCommand.Parameters[196].Value = ((int)(Original_T0338500.Value)); } else { this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[196].Value = global::System.DBNull.Value; } - if ((Original_T2763800.HasValue == true)) { + if ((Original_T0338600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[198].Value = ((int)(Original_T2763800.Value)); + this.Adapter.DeleteCommand.Parameters[198].Value = ((int)(Original_T0338600.Value)); } else { this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[198].Value = global::System.DBNull.Value; } - if ((Original_T2763900.HasValue == true)) { + if ((Original_T1486900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[200].Value = ((int)(Original_T2763900.Value)); + this.Adapter.DeleteCommand.Parameters[200].Value = ((int)(Original_T1486900.Value)); } else { this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[200].Value = global::System.DBNull.Value; } - if ((Original_T2764000.HasValue == true)) { + if ((Original_T1487000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[201].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[202].Value = ((int)(Original_T2764000.Value)); + this.Adapter.DeleteCommand.Parameters[202].Value = ((int)(Original_T1487000.Value)); } else { this.Adapter.DeleteCommand.Parameters[201].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[202].Value = global::System.DBNull.Value; } - if ((Original_T3108700.HasValue == true)) { + if ((Original_T1487100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[203].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[204].Value = ((int)(Original_T3108700.Value)); + this.Adapter.DeleteCommand.Parameters[204].Value = ((int)(Original_T1487100.Value)); } else { this.Adapter.DeleteCommand.Parameters[203].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[204].Value = global::System.DBNull.Value; } - if ((Original_T3195600.HasValue == true)) { + if ((Original_T1487200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[205].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[206].Value = ((int)(Original_T3195600.Value)); + this.Adapter.DeleteCommand.Parameters[206].Value = ((int)(Original_T1487200.Value)); } else { this.Adapter.DeleteCommand.Parameters[205].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[206].Value = global::System.DBNull.Value; } - if ((Original_T3195601.HasValue == true)) { + if ((Original_T1487300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[207].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[208].Value = ((int)(Original_T3195601.Value)); + this.Adapter.DeleteCommand.Parameters[208].Value = ((int)(Original_T1487300.Value)); } else { this.Adapter.DeleteCommand.Parameters[207].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[208].Value = global::System.DBNull.Value; } - if ((Original_T3195602.HasValue == true)) { + if ((Original_T1487400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[209].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[210].Value = ((int)(Original_T3195602.Value)); + this.Adapter.DeleteCommand.Parameters[210].Value = ((int)(Original_T1487400.Value)); } else { this.Adapter.DeleteCommand.Parameters[209].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[210].Value = global::System.DBNull.Value; } - if ((Original_T3729600.HasValue == true)) { + if ((Original_T1487500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[211].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[212].Value = ((int)(Original_T3729600.Value)); + this.Adapter.DeleteCommand.Parameters[212].Value = ((int)(Original_T1487500.Value)); } else { this.Adapter.DeleteCommand.Parameters[211].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[212].Value = global::System.DBNull.Value; } - if ((Original_T3729700.HasValue == true)) { + if ((Original_T1487600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[213].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[214].Value = ((int)(Original_T3729700.Value)); + this.Adapter.DeleteCommand.Parameters[214].Value = ((int)(Original_T1487600.Value)); } else { this.Adapter.DeleteCommand.Parameters[213].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[214].Value = global::System.DBNull.Value; } - if ((Original_T3729800.HasValue == true)) { + if ((Original_T1487700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[215].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[216].Value = ((int)(Original_T3729800.Value)); + this.Adapter.DeleteCommand.Parameters[216].Value = ((int)(Original_T1487700.Value)); } else { this.Adapter.DeleteCommand.Parameters[215].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[216].Value = global::System.DBNull.Value; } - if ((Original_T3729900.HasValue == true)) { + if ((Original_T1487800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[217].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[218].Value = ((int)(Original_T3729900.Value)); + this.Adapter.DeleteCommand.Parameters[218].Value = ((int)(Original_T1487800.Value)); } else { this.Adapter.DeleteCommand.Parameters[217].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[218].Value = global::System.DBNull.Value; } - if ((Original_T3730000.HasValue == true)) { + if ((Original_T2217700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[219].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[220].Value = ((int)(Original_T3730000.Value)); + this.Adapter.DeleteCommand.Parameters[220].Value = ((int)(Original_T2217700.Value)); } else { this.Adapter.DeleteCommand.Parameters[219].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[220].Value = global::System.DBNull.Value; } - if ((Original_T3730100.HasValue == true)) { + if ((Original_T2533500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[221].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[222].Value = ((int)(Original_T3730100.Value)); + this.Adapter.DeleteCommand.Parameters[222].Value = ((int)(Original_T2533500.Value)); } else { this.Adapter.DeleteCommand.Parameters[221].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[222].Value = global::System.DBNull.Value; } - if ((Original_T4113200.HasValue == true)) { + if ((Original_T2533600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[223].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[224].Value = ((int)(Original_T4113200.Value)); + this.Adapter.DeleteCommand.Parameters[224].Value = ((int)(Original_T2533600.Value)); } else { this.Adapter.DeleteCommand.Parameters[223].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[224].Value = global::System.DBNull.Value; } - if ((Original_T4181100.HasValue == true)) { + if ((Original_T2533700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[225].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[226].Value = ((int)(Original_T4181100.Value)); + this.Adapter.DeleteCommand.Parameters[226].Value = ((int)(Original_T2533700.Value)); } else { this.Adapter.DeleteCommand.Parameters[225].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[226].Value = global::System.DBNull.Value; } - if ((Original_T4181101.HasValue == true)) { + if ((Original_T2533800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[227].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[228].Value = ((int)(Original_T4181101.Value)); + this.Adapter.DeleteCommand.Parameters[228].Value = ((int)(Original_T2533800.Value)); } else { this.Adapter.DeleteCommand.Parameters[227].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[228].Value = global::System.DBNull.Value; } - if ((Original_T4181102.HasValue == true)) { + if ((Original_T2533900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[229].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[230].Value = ((int)(Original_T4181102.Value)); + this.Adapter.DeleteCommand.Parameters[230].Value = ((int)(Original_T2533900.Value)); } else { this.Adapter.DeleteCommand.Parameters[229].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[230].Value = global::System.DBNull.Value; } - if ((Original_T5023600.HasValue == true)) { + if ((Original_T2534000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[231].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[232].Value = ((int)(Original_T5023600.Value)); + this.Adapter.DeleteCommand.Parameters[232].Value = ((int)(Original_T2534000.Value)); } else { this.Adapter.DeleteCommand.Parameters[231].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[232].Value = global::System.DBNull.Value; } + if ((Original_T2534100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[233].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[234].Value = ((int)(Original_T2534100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[233].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[234].Value = global::System.DBNull.Value; + } + if ((Original_T2534200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[235].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[236].Value = ((int)(Original_T2534200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[235].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[236].Value = global::System.DBNull.Value; + } + if ((Original_T2534300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[237].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[238].Value = ((int)(Original_T2534300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[237].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[238].Value = global::System.DBNull.Value; + } + if ((Original_T2534400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[239].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[240].Value = ((int)(Original_T2534400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[239].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[240].Value = global::System.DBNull.Value; + } + if ((Original_T2534500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[241].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[242].Value = ((int)(Original_T2534500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[241].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[242].Value = global::System.DBNull.Value; + } + if ((Original_T3519800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[243].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[244].Value = ((int)(Original_T3519800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[243].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[244].Value = global::System.DBNull.Value; + } + if ((Original_T3519900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[245].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[246].Value = ((int)(Original_T3519900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[245].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[246].Value = global::System.DBNull.Value; + } + if ((Original_T3520000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[247].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[248].Value = ((int)(Original_T3520000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[247].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[248].Value = global::System.DBNull.Value; + } + if ((Original_T3520100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[249].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[250].Value = ((int)(Original_T3520100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[249].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[250].Value = global::System.DBNull.Value; + } + if ((Original_T3520200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[251].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[252].Value = ((int)(Original_T3520200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[251].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[252].Value = global::System.DBNull.Value; + } + if ((Original_T3520300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[253].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[254].Value = ((int)(Original_T3520300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[253].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[254].Value = global::System.DBNull.Value; + } + if ((Original_T3520400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[255].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[256].Value = ((int)(Original_T3520400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[255].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[256].Value = global::System.DBNull.Value; + } + if ((Original_T3520500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[257].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[258].Value = ((int)(Original_T3520500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[257].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[258].Value = global::System.DBNull.Value; + } + if ((Original_T3520600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[259].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[260].Value = ((int)(Original_T3520600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[259].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[260].Value = global::System.DBNull.Value; + } + if ((Original_T4483300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[261].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[262].Value = ((int)(Original_T4483300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[261].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[262].Value = global::System.DBNull.Value; + } + if ((Original_T4483400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[263].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[264].Value = ((int)(Original_T4483400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[263].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[264].Value = global::System.DBNull.Value; + } + if ((Original_T4483500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[265].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[266].Value = ((int)(Original_T4483500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[265].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[266].Value = global::System.DBNull.Value; + } + if ((Original_T4483600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[267].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[268].Value = ((int)(Original_T4483600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[267].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[268].Value = global::System.DBNull.Value; + } + if ((Original_T4483700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[269].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[270].Value = ((int)(Original_T4483700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[269].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[270].Value = global::System.DBNull.Value; + } + if ((Original_T4483800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[271].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[272].Value = ((int)(Original_T4483800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[271].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[272].Value = global::System.DBNull.Value; + } 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)) { @@ -126023,611 +129479,631 @@ public virtual int Delete( [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)] public virtual int Insert( int R0000100, - global::System.Nullable R0000149, - global::System.Nullable R0000300, - global::System.Nullable R0000500, - global::System.Nullable R0009100, - global::System.Nullable R0009300, - global::System.Nullable R0172500, - global::System.Nullable R0172600, - global::System.Nullable R0173600, global::System.Nullable R0214700, global::System.Nullable R0214800, - global::System.Nullable R0216500, - global::System.Nullable R0329200, - global::System.Nullable R0329210, - global::System.Nullable R0406510, - global::System.Nullable R0410100, - global::System.Nullable R0410300, - global::System.Nullable R0530700, - global::System.Nullable R0530800, - global::System.Nullable R0619010, - global::System.Nullable R0809900, - global::System.Nullable R0810000, - global::System.Nullable R0898310, - global::System.Nullable R1045700, - global::System.Nullable R1045800, - global::System.Nullable R1145110, - global::System.Nullable R1427500, - global::System.Nullable R1427600, - global::System.Nullable R1520310, - global::System.Nullable R1774100, - global::System.Nullable R1774200, - global::System.Nullable R1794600, - global::System.Nullable R1794700, - global::System.Nullable R1891010, - global::System.Nullable R2156200, - global::System.Nullable R2156300, - global::System.Nullable R2258110, - global::System.Nullable R2365700, - global::System.Nullable R2365800, - global::System.Nullable R2445510, - global::System.Nullable R2742500, - global::System.Nullable R2742600, - global::System.Nullable R2871300, - global::System.Nullable R2986100, - global::System.Nullable R2986200, - global::System.Nullable R3075000, - global::System.Nullable R3302500, - global::System.Nullable R3302600, - global::System.Nullable R3401700, - global::System.Nullable R3573400, - global::System.Nullable R3573500, - global::System.Nullable R3657100, - global::System.Nullable R3917600, - global::System.Nullable R3917700, - global::System.Nullable R4007600, - global::System.Nullable R4100200, - global::System.Nullable R4100201, - global::System.Nullable R4100202, - global::System.Nullable R4418700, - global::System.Nullable R4500200, - global::System.Nullable R4500201, - global::System.Nullable R4500202, - global::System.Nullable R5081700, - global::System.Nullable R5167000, - global::System.Nullable R5200200, - global::System.Nullable R5200201, - global::System.Nullable R5200202, - global::System.Nullable R6435300, - global::System.Nullable R6435301, - global::System.Nullable R6435302, - global::System.Nullable R6479800, - global::System.Nullable R6963300, - global::System.Nullable R6963301, - global::System.Nullable R6963302, - global::System.Nullable R7007500, - global::System.Nullable R7656300, - global::System.Nullable R7656301, - global::System.Nullable R7656302, - global::System.Nullable R7704800, - global::System.Nullable R7800500, - global::System.Nullable R7800501, - global::System.Nullable R7800502, - global::System.Nullable R8497200, + global::System.Nullable R4825700, + global::System.Nullable R4826000, + global::System.Nullable R4826100, + global::System.Nullable R4826300, + global::System.Nullable R4826500, + global::System.Nullable R4826800, + global::System.Nullable R5495900, + global::System.Nullable R5496200, + global::System.Nullable R5496300, + global::System.Nullable R5496500, + global::System.Nullable R5496700, + global::System.Nullable R5497000, + global::System.Nullable R5497200, + global::System.Nullable R6210700, + global::System.Nullable R6210800, + global::System.Nullable R6210900, + global::System.Nullable R6211500, + global::System.Nullable R6211600, + global::System.Nullable R6211700, + global::System.Nullable R6211800, + global::System.Nullable R6211900, + global::System.Nullable R6212200, + global::System.Nullable R6212300, + global::System.Nullable R6764000, + global::System.Nullable R6764100, + global::System.Nullable R6764200, + global::System.Nullable R6764900, + global::System.Nullable R6765000, + global::System.Nullable R6765100, + global::System.Nullable R6765200, + global::System.Nullable R6765600, + global::System.Nullable R6765700, + global::System.Nullable R6765800, + global::System.Nullable R6839600, + global::System.Nullable R7408300, + global::System.Nullable R7408400, + global::System.Nullable R7408500, + global::System.Nullable R7409200, + global::System.Nullable R7409300, + global::System.Nullable R7409400, + global::System.Nullable R7409500, + global::System.Nullable R7409900, + global::System.Nullable R7410000, + global::System.Nullable R7410100, + global::System.Nullable R7548600, + global::System.Nullable R8106400, + global::System.Nullable R8106500, + global::System.Nullable R8106600, + global::System.Nullable R8106700, + global::System.Nullable R8106800, + global::System.Nullable R8106900, + global::System.Nullable R8107000, + global::System.Nullable R8107100, + global::System.Nullable R8107200, + global::System.Nullable R8255400, + global::System.Nullable R9900400, + global::System.Nullable R9900600, + global::System.Nullable R9900601, + global::System.Nullable R9901200, + global::System.Nullable R9901400, + global::System.Nullable R9901401, + global::System.Nullable R9902000, + global::System.Nullable R9902200, + global::System.Nullable R9902201, + global::System.Nullable R9902800, + global::System.Nullable R9903000, + global::System.Nullable R9903001, + global::System.Nullable R9903600, + global::System.Nullable R9903800, + global::System.Nullable R9903801, + global::System.Nullable R9904400, + global::System.Nullable R9904600, + global::System.Nullable R9904601, + global::System.Nullable R9905200, + global::System.Nullable R9905400, + global::System.Nullable R9905401, + global::System.Nullable R9906000, + global::System.Nullable R9906600, + global::System.Nullable R9907200, + global::System.Nullable R9907800, global::System.Nullable R9908000, - global::System.Nullable T0000900, - global::System.Nullable T0000901, - global::System.Nullable T0000902, - global::System.Nullable T0989000, - global::System.Nullable T1200700, - global::System.Nullable T1200701, - global::System.Nullable T1200702, - global::System.Nullable T2210800, - global::System.Nullable T2260600, - global::System.Nullable T2260601, - global::System.Nullable T2260602, - global::System.Nullable T2763400, - global::System.Nullable T2763500, - global::System.Nullable T2763600, - global::System.Nullable T2763700, - global::System.Nullable T2763800, - global::System.Nullable T2763900, - global::System.Nullable T2764000, - global::System.Nullable T3108700, - global::System.Nullable T3195600, - global::System.Nullable T3195601, - global::System.Nullable T3195602, - global::System.Nullable T3729600, - global::System.Nullable T3729700, - global::System.Nullable T3729800, - global::System.Nullable T3729900, - global::System.Nullable T3730000, - global::System.Nullable T3730100, - global::System.Nullable T4113200, - global::System.Nullable T4181100, - global::System.Nullable T4181101, - global::System.Nullable T4181102, - global::System.Nullable T5023600) { + global::System.Nullable R9911200, + global::System.Nullable R9911201, + global::System.Nullable T0337300, + global::System.Nullable T0337400, + global::System.Nullable T0337500, + global::System.Nullable T0337600, + global::System.Nullable T0337700, + global::System.Nullable T0337800, + global::System.Nullable T0337900, + global::System.Nullable T0338000, + global::System.Nullable T0338100, + global::System.Nullable T0338200, + global::System.Nullable T0338300, + global::System.Nullable T0338400, + global::System.Nullable T0338500, + global::System.Nullable T0338600, + global::System.Nullable T1486900, + global::System.Nullable T1487000, + global::System.Nullable T1487100, + global::System.Nullable T1487200, + global::System.Nullable T1487300, + global::System.Nullable T1487400, + global::System.Nullable T1487500, + global::System.Nullable T1487600, + global::System.Nullable T1487700, + global::System.Nullable T1487800, + global::System.Nullable T2217700, + global::System.Nullable T2533500, + global::System.Nullable T2533600, + global::System.Nullable T2533700, + global::System.Nullable T2533800, + global::System.Nullable T2533900, + global::System.Nullable T2534000, + global::System.Nullable T2534100, + global::System.Nullable T2534200, + global::System.Nullable T2534300, + global::System.Nullable T2534400, + global::System.Nullable T2534500, + global::System.Nullable T3519800, + global::System.Nullable T3519900, + global::System.Nullable T3520000, + global::System.Nullable T3520100, + global::System.Nullable T3520200, + global::System.Nullable T3520300, + global::System.Nullable T3520400, + global::System.Nullable T3520500, + global::System.Nullable T3520600, + global::System.Nullable T4483300, + global::System.Nullable T4483400, + global::System.Nullable T4483500, + global::System.Nullable T4483600, + global::System.Nullable T4483700, + global::System.Nullable T4483800) { this.Adapter.InsertCommand.Parameters[0].Value = ((int)(R0000100)); - if ((R0000149.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[1].Value = ((int)(R0000149.Value)); + if ((R0214700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[1].Value = ((int)(R0214700.Value)); } else { this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; } - if ((R0000300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[2].Value = ((int)(R0000300.Value)); + if ((R0214800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[2].Value = ((int)(R0214800.Value)); } else { this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((R0000500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[3].Value = ((int)(R0000500.Value)); + if ((R4825700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[3].Value = ((int)(R4825700.Value)); } else { this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; } - if ((R0009100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[4].Value = ((int)(R0009100.Value)); + if ((R4826000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[4].Value = ((int)(R4826000.Value)); } else { this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((R0009300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[5].Value = ((int)(R0009300.Value)); + if ((R4826100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[5].Value = ((int)(R4826100.Value)); } else { this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((R0172500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[6].Value = ((int)(R0172500.Value)); + if ((R4826300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[6].Value = ((int)(R4826300.Value)); } else { this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((R0172600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[7].Value = ((int)(R0172600.Value)); + if ((R4826500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[7].Value = ((int)(R4826500.Value)); } else { this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; } - if ((R0173600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[8].Value = ((int)(R0173600.Value)); + if ((R4826800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[8].Value = ((int)(R4826800.Value)); } else { this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((R0214700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[9].Value = ((int)(R0214700.Value)); + if ((R5495900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[9].Value = ((int)(R5495900.Value)); } else { this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; } - if ((R0214800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[10].Value = ((int)(R0214800.Value)); + if ((R5496200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[10].Value = ((int)(R5496200.Value)); } else { this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((R0216500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[11].Value = ((int)(R0216500.Value)); + if ((R5496300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[11].Value = ((int)(R5496300.Value)); } else { this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; } - if ((R0329200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[12].Value = ((int)(R0329200.Value)); + if ((R5496500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[12].Value = ((int)(R5496500.Value)); } else { this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((R0329210.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[13].Value = ((int)(R0329210.Value)); + if ((R5496700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[13].Value = ((int)(R5496700.Value)); } else { this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; } - if ((R0406510.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[14].Value = ((int)(R0406510.Value)); + if ((R5497000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[14].Value = ((int)(R5497000.Value)); } else { this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((R0410100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[15].Value = ((int)(R0410100.Value)); + if ((R5497200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[15].Value = ((int)(R5497200.Value)); } else { this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; } - if ((R0410300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[16].Value = ((int)(R0410300.Value)); + if ((R6210700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[16].Value = ((int)(R6210700.Value)); } else { this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((R0530700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[17].Value = ((int)(R0530700.Value)); + if ((R6210800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[17].Value = ((int)(R6210800.Value)); } else { this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; } - if ((R0530800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[18].Value = ((int)(R0530800.Value)); + if ((R6210900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[18].Value = ((int)(R6210900.Value)); } else { this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((R0619010.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[19].Value = ((int)(R0619010.Value)); + if ((R6211500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[19].Value = ((int)(R6211500.Value)); } else { this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; } - if ((R0809900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[20].Value = ((int)(R0809900.Value)); + if ((R6211600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[20].Value = ((int)(R6211600.Value)); } else { this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; } - if ((R0810000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[21].Value = ((int)(R0810000.Value)); + if ((R6211700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[21].Value = ((int)(R6211700.Value)); } else { this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; } - if ((R0898310.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[22].Value = ((int)(R0898310.Value)); + if ((R6211800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[22].Value = ((int)(R6211800.Value)); } else { this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((R1045700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[23].Value = ((int)(R1045700.Value)); + if ((R6211900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[23].Value = ((int)(R6211900.Value)); } else { this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; } - if ((R1045800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[24].Value = ((int)(R1045800.Value)); + if ((R6212200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[24].Value = ((int)(R6212200.Value)); } else { this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; } - if ((R1145110.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[25].Value = ((int)(R1145110.Value)); + if ((R6212300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[25].Value = ((int)(R6212300.Value)); } else { this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; } - if ((R1427500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[26].Value = ((int)(R1427500.Value)); + if ((R6764000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[26].Value = ((int)(R6764000.Value)); } else { this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; } - if ((R1427600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[27].Value = ((int)(R1427600.Value)); + if ((R6764100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[27].Value = ((int)(R6764100.Value)); } else { this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; } - if ((R1520310.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[28].Value = ((int)(R1520310.Value)); + if ((R6764200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[28].Value = ((int)(R6764200.Value)); } else { this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; } - if ((R1774100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[29].Value = ((int)(R1774100.Value)); + if ((R6764900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[29].Value = ((int)(R6764900.Value)); } else { this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; } - if ((R1774200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[30].Value = ((int)(R1774200.Value)); + if ((R6765000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[30].Value = ((int)(R6765000.Value)); } else { this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; } - if ((R1794600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[31].Value = ((int)(R1794600.Value)); + if ((R6765100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[31].Value = ((int)(R6765100.Value)); } else { this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; } - if ((R1794700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[32].Value = ((int)(R1794700.Value)); + if ((R6765200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[32].Value = ((int)(R6765200.Value)); } else { this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; } - if ((R1891010.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[33].Value = ((int)(R1891010.Value)); + if ((R6765600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[33].Value = ((int)(R6765600.Value)); } else { this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; } - if ((R2156200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[34].Value = ((int)(R2156200.Value)); + if ((R6765700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[34].Value = ((int)(R6765700.Value)); } else { this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; } - if ((R2156300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[35].Value = ((int)(R2156300.Value)); + if ((R6765800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[35].Value = ((int)(R6765800.Value)); } else { this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; } - if ((R2258110.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[36].Value = ((int)(R2258110.Value)); + if ((R6839600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[36].Value = ((int)(R6839600.Value)); } else { this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; } - if ((R2365700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[37].Value = ((int)(R2365700.Value)); + if ((R7408300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[37].Value = ((int)(R7408300.Value)); } else { this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; } - if ((R2365800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[38].Value = ((int)(R2365800.Value)); + if ((R7408400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[38].Value = ((int)(R7408400.Value)); } else { this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; } - if ((R2445510.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[39].Value = ((int)(R2445510.Value)); + if ((R7408500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[39].Value = ((int)(R7408500.Value)); } else { this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; } - if ((R2742500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[40].Value = ((int)(R2742500.Value)); + if ((R7409200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[40].Value = ((int)(R7409200.Value)); } else { this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; } - if ((R2742600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[41].Value = ((int)(R2742600.Value)); + if ((R7409300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[41].Value = ((int)(R7409300.Value)); } else { this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; } - if ((R2871300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[42].Value = ((int)(R2871300.Value)); + if ((R7409400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[42].Value = ((int)(R7409400.Value)); } else { this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; } - if ((R2986100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[43].Value = ((int)(R2986100.Value)); + if ((R7409500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[43].Value = ((int)(R7409500.Value)); } else { this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; } - if ((R2986200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[44].Value = ((int)(R2986200.Value)); + if ((R7409900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[44].Value = ((int)(R7409900.Value)); } else { this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; } - if ((R3075000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[45].Value = ((int)(R3075000.Value)); + if ((R7410000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[45].Value = ((int)(R7410000.Value)); } else { this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; } - if ((R3302500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[46].Value = ((int)(R3302500.Value)); + if ((R7410100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[46].Value = ((int)(R7410100.Value)); } else { this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; } - if ((R3302600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[47].Value = ((int)(R3302600.Value)); + if ((R7548600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[47].Value = ((int)(R7548600.Value)); } else { this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; } - if ((R3401700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[48].Value = ((int)(R3401700.Value)); + if ((R8106400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[48].Value = ((int)(R8106400.Value)); } else { this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value; } - if ((R3573400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[49].Value = ((int)(R3573400.Value)); + if ((R8106500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[49].Value = ((int)(R8106500.Value)); } else { this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value; } - if ((R3573500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[50].Value = ((int)(R3573500.Value)); + if ((R8106600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[50].Value = ((int)(R8106600.Value)); } else { this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value; } - if ((R3657100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[51].Value = ((int)(R3657100.Value)); + if ((R8106700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[51].Value = ((int)(R8106700.Value)); } else { this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value; } - if ((R3917600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[52].Value = ((int)(R3917600.Value)); + if ((R8106800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[52].Value = ((int)(R8106800.Value)); } else { this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value; } - if ((R3917700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[53].Value = ((int)(R3917700.Value)); + if ((R8106900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[53].Value = ((int)(R8106900.Value)); } else { this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value; } - if ((R4007600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[54].Value = ((int)(R4007600.Value)); + if ((R8107000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[54].Value = ((int)(R8107000.Value)); } else { this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value; } - if ((R4100200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[55].Value = ((int)(R4100200.Value)); + if ((R8107100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[55].Value = ((int)(R8107100.Value)); } else { this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value; } - if ((R4100201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[56].Value = ((int)(R4100201.Value)); + if ((R8107200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[56].Value = ((int)(R8107200.Value)); } else { this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value; } - if ((R4100202.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[57].Value = ((int)(R4100202.Value)); + if ((R8255400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[57].Value = ((int)(R8255400.Value)); } else { this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value; } - if ((R4418700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[58].Value = ((int)(R4418700.Value)); + if ((R9900400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[58].Value = ((int)(R9900400.Value)); } else { this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value; } - if ((R4500200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[59].Value = ((int)(R4500200.Value)); + if ((R9900600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[59].Value = ((int)(R9900600.Value)); } else { this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value; } - if ((R4500201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[60].Value = ((int)(R4500201.Value)); + if ((R9900601.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[60].Value = ((int)(R9900601.Value)); } else { this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value; } - if ((R4500202.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[61].Value = ((int)(R4500202.Value)); + if ((R9901200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[61].Value = ((int)(R9901200.Value)); } else { this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value; } - if ((R5081700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[62].Value = ((int)(R5081700.Value)); + if ((R9901400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[62].Value = ((int)(R9901400.Value)); } else { this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value; } - if ((R5167000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[63].Value = ((int)(R5167000.Value)); + if ((R9901401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[63].Value = ((int)(R9901401.Value)); } else { this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value; } - if ((R5200200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[64].Value = ((int)(R5200200.Value)); + if ((R9902000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[64].Value = ((int)(R9902000.Value)); } else { this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value; } - if ((R5200201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[65].Value = ((int)(R5200201.Value)); + if ((R9902200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[65].Value = ((int)(R9902200.Value)); } else { this.Adapter.InsertCommand.Parameters[65].Value = global::System.DBNull.Value; } - if ((R5200202.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[66].Value = ((int)(R5200202.Value)); + if ((R9902201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[66].Value = ((int)(R9902201.Value)); } else { this.Adapter.InsertCommand.Parameters[66].Value = global::System.DBNull.Value; } - if ((R6435300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[67].Value = ((int)(R6435300.Value)); + if ((R9902800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[67].Value = ((int)(R9902800.Value)); } else { this.Adapter.InsertCommand.Parameters[67].Value = global::System.DBNull.Value; } - if ((R6435301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[68].Value = ((int)(R6435301.Value)); + if ((R9903000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[68].Value = ((int)(R9903000.Value)); } else { this.Adapter.InsertCommand.Parameters[68].Value = global::System.DBNull.Value; } - if ((R6435302.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[69].Value = ((int)(R6435302.Value)); + if ((R9903001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[69].Value = ((int)(R9903001.Value)); } else { this.Adapter.InsertCommand.Parameters[69].Value = global::System.DBNull.Value; } - if ((R6479800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[70].Value = ((int)(R6479800.Value)); + if ((R9903600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[70].Value = ((int)(R9903600.Value)); } else { this.Adapter.InsertCommand.Parameters[70].Value = global::System.DBNull.Value; } - if ((R6963300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[71].Value = ((int)(R6963300.Value)); + if ((R9903800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[71].Value = ((int)(R9903800.Value)); } else { this.Adapter.InsertCommand.Parameters[71].Value = global::System.DBNull.Value; } - if ((R6963301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[72].Value = ((int)(R6963301.Value)); + if ((R9903801.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[72].Value = ((int)(R9903801.Value)); } else { this.Adapter.InsertCommand.Parameters[72].Value = global::System.DBNull.Value; } - if ((R6963302.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[73].Value = ((int)(R6963302.Value)); + if ((R9904400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[73].Value = ((int)(R9904400.Value)); } else { this.Adapter.InsertCommand.Parameters[73].Value = global::System.DBNull.Value; } - if ((R7007500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[74].Value = ((int)(R7007500.Value)); + if ((R9904600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[74].Value = ((int)(R9904600.Value)); } else { this.Adapter.InsertCommand.Parameters[74].Value = global::System.DBNull.Value; } - if ((R7656300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[75].Value = ((int)(R7656300.Value)); + if ((R9904601.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[75].Value = ((int)(R9904601.Value)); } else { this.Adapter.InsertCommand.Parameters[75].Value = global::System.DBNull.Value; } - if ((R7656301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[76].Value = ((int)(R7656301.Value)); + if ((R9905200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[76].Value = ((int)(R9905200.Value)); } else { this.Adapter.InsertCommand.Parameters[76].Value = global::System.DBNull.Value; } - if ((R7656302.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[77].Value = ((int)(R7656302.Value)); + if ((R9905400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[77].Value = ((int)(R9905400.Value)); } else { this.Adapter.InsertCommand.Parameters[77].Value = global::System.DBNull.Value; } - if ((R7704800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[78].Value = ((int)(R7704800.Value)); + if ((R9905401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[78].Value = ((int)(R9905401.Value)); } else { this.Adapter.InsertCommand.Parameters[78].Value = global::System.DBNull.Value; } - if ((R7800500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[79].Value = ((int)(R7800500.Value)); + if ((R9906000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[79].Value = ((int)(R9906000.Value)); } else { this.Adapter.InsertCommand.Parameters[79].Value = global::System.DBNull.Value; } - if ((R7800501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[80].Value = ((int)(R7800501.Value)); + if ((R9906600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[80].Value = ((int)(R9906600.Value)); } else { this.Adapter.InsertCommand.Parameters[80].Value = global::System.DBNull.Value; } - if ((R7800502.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[81].Value = ((int)(R7800502.Value)); + if ((R9907200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[81].Value = ((int)(R9907200.Value)); } else { this.Adapter.InsertCommand.Parameters[81].Value = global::System.DBNull.Value; } - if ((R8497200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[82].Value = ((int)(R8497200.Value)); + if ((R9907800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[82].Value = ((int)(R9907800.Value)); } else { this.Adapter.InsertCommand.Parameters[82].Value = global::System.DBNull.Value; @@ -126638,204 +130114,324 @@ public virtual int Insert( else { this.Adapter.InsertCommand.Parameters[83].Value = global::System.DBNull.Value; } - if ((T0000900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[84].Value = ((int)(T0000900.Value)); + if ((R9911200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[84].Value = ((int)(R9911200.Value)); } else { this.Adapter.InsertCommand.Parameters[84].Value = global::System.DBNull.Value; } - if ((T0000901.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[85].Value = ((int)(T0000901.Value)); + if ((R9911201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[85].Value = ((int)(R9911201.Value)); } else { this.Adapter.InsertCommand.Parameters[85].Value = global::System.DBNull.Value; } - if ((T0000902.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[86].Value = ((int)(T0000902.Value)); + if ((T0337300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[86].Value = ((int)(T0337300.Value)); } else { this.Adapter.InsertCommand.Parameters[86].Value = global::System.DBNull.Value; } - if ((T0989000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[87].Value = ((int)(T0989000.Value)); + if ((T0337400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[87].Value = ((int)(T0337400.Value)); } else { this.Adapter.InsertCommand.Parameters[87].Value = global::System.DBNull.Value; } - if ((T1200700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[88].Value = ((int)(T1200700.Value)); - } + if ((T0337500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[88].Value = ((int)(T0337500.Value)); + } else { this.Adapter.InsertCommand.Parameters[88].Value = global::System.DBNull.Value; } - if ((T1200701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[89].Value = ((int)(T1200701.Value)); + if ((T0337600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[89].Value = ((int)(T0337600.Value)); } else { this.Adapter.InsertCommand.Parameters[89].Value = global::System.DBNull.Value; } - if ((T1200702.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[90].Value = ((int)(T1200702.Value)); + if ((T0337700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[90].Value = ((int)(T0337700.Value)); } else { this.Adapter.InsertCommand.Parameters[90].Value = global::System.DBNull.Value; } - if ((T2210800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[91].Value = ((int)(T2210800.Value)); + if ((T0337800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[91].Value = ((int)(T0337800.Value)); } else { this.Adapter.InsertCommand.Parameters[91].Value = global::System.DBNull.Value; } - if ((T2260600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[92].Value = ((int)(T2260600.Value)); + if ((T0337900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[92].Value = ((int)(T0337900.Value)); } else { this.Adapter.InsertCommand.Parameters[92].Value = global::System.DBNull.Value; } - if ((T2260601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[93].Value = ((int)(T2260601.Value)); + if ((T0338000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[93].Value = ((int)(T0338000.Value)); } else { this.Adapter.InsertCommand.Parameters[93].Value = global::System.DBNull.Value; } - if ((T2260602.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[94].Value = ((int)(T2260602.Value)); + if ((T0338100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[94].Value = ((int)(T0338100.Value)); } else { this.Adapter.InsertCommand.Parameters[94].Value = global::System.DBNull.Value; } - if ((T2763400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[95].Value = ((int)(T2763400.Value)); + if ((T0338200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[95].Value = ((int)(T0338200.Value)); } else { this.Adapter.InsertCommand.Parameters[95].Value = global::System.DBNull.Value; } - if ((T2763500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[96].Value = ((int)(T2763500.Value)); + if ((T0338300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[96].Value = ((int)(T0338300.Value)); } else { this.Adapter.InsertCommand.Parameters[96].Value = global::System.DBNull.Value; } - if ((T2763600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[97].Value = ((int)(T2763600.Value)); + if ((T0338400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[97].Value = ((int)(T0338400.Value)); } else { this.Adapter.InsertCommand.Parameters[97].Value = global::System.DBNull.Value; } - if ((T2763700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[98].Value = ((int)(T2763700.Value)); + if ((T0338500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[98].Value = ((int)(T0338500.Value)); } else { this.Adapter.InsertCommand.Parameters[98].Value = global::System.DBNull.Value; } - if ((T2763800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[99].Value = ((int)(T2763800.Value)); + if ((T0338600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[99].Value = ((int)(T0338600.Value)); } else { this.Adapter.InsertCommand.Parameters[99].Value = global::System.DBNull.Value; } - if ((T2763900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[100].Value = ((int)(T2763900.Value)); + if ((T1486900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[100].Value = ((int)(T1486900.Value)); } else { this.Adapter.InsertCommand.Parameters[100].Value = global::System.DBNull.Value; } - if ((T2764000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[101].Value = ((int)(T2764000.Value)); + if ((T1487000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[101].Value = ((int)(T1487000.Value)); } else { this.Adapter.InsertCommand.Parameters[101].Value = global::System.DBNull.Value; } - if ((T3108700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[102].Value = ((int)(T3108700.Value)); + if ((T1487100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[102].Value = ((int)(T1487100.Value)); } else { this.Adapter.InsertCommand.Parameters[102].Value = global::System.DBNull.Value; } - if ((T3195600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[103].Value = ((int)(T3195600.Value)); + if ((T1487200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[103].Value = ((int)(T1487200.Value)); } else { this.Adapter.InsertCommand.Parameters[103].Value = global::System.DBNull.Value; } - if ((T3195601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[104].Value = ((int)(T3195601.Value)); + if ((T1487300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[104].Value = ((int)(T1487300.Value)); } else { this.Adapter.InsertCommand.Parameters[104].Value = global::System.DBNull.Value; } - if ((T3195602.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[105].Value = ((int)(T3195602.Value)); + if ((T1487400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[105].Value = ((int)(T1487400.Value)); } else { this.Adapter.InsertCommand.Parameters[105].Value = global::System.DBNull.Value; } - if ((T3729600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[106].Value = ((int)(T3729600.Value)); + if ((T1487500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[106].Value = ((int)(T1487500.Value)); } else { this.Adapter.InsertCommand.Parameters[106].Value = global::System.DBNull.Value; } - if ((T3729700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[107].Value = ((int)(T3729700.Value)); + if ((T1487600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[107].Value = ((int)(T1487600.Value)); } else { this.Adapter.InsertCommand.Parameters[107].Value = global::System.DBNull.Value; } - if ((T3729800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[108].Value = ((int)(T3729800.Value)); + if ((T1487700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[108].Value = ((int)(T1487700.Value)); } else { this.Adapter.InsertCommand.Parameters[108].Value = global::System.DBNull.Value; } - if ((T3729900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[109].Value = ((int)(T3729900.Value)); + if ((T1487800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[109].Value = ((int)(T1487800.Value)); } else { this.Adapter.InsertCommand.Parameters[109].Value = global::System.DBNull.Value; } - if ((T3730000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[110].Value = ((int)(T3730000.Value)); + if ((T2217700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[110].Value = ((int)(T2217700.Value)); } else { this.Adapter.InsertCommand.Parameters[110].Value = global::System.DBNull.Value; } - if ((T3730100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[111].Value = ((int)(T3730100.Value)); + if ((T2533500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[111].Value = ((int)(T2533500.Value)); } else { this.Adapter.InsertCommand.Parameters[111].Value = global::System.DBNull.Value; } - if ((T4113200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[112].Value = ((int)(T4113200.Value)); + if ((T2533600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[112].Value = ((int)(T2533600.Value)); } else { this.Adapter.InsertCommand.Parameters[112].Value = global::System.DBNull.Value; } - if ((T4181100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[113].Value = ((int)(T4181100.Value)); + if ((T2533700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[113].Value = ((int)(T2533700.Value)); } else { this.Adapter.InsertCommand.Parameters[113].Value = global::System.DBNull.Value; } - if ((T4181101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[114].Value = ((int)(T4181101.Value)); + if ((T2533800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[114].Value = ((int)(T2533800.Value)); } else { this.Adapter.InsertCommand.Parameters[114].Value = global::System.DBNull.Value; } - if ((T4181102.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[115].Value = ((int)(T4181102.Value)); + if ((T2533900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[115].Value = ((int)(T2533900.Value)); } else { this.Adapter.InsertCommand.Parameters[115].Value = global::System.DBNull.Value; } - if ((T5023600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[116].Value = ((int)(T5023600.Value)); + if ((T2534000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[116].Value = ((int)(T2534000.Value)); } else { this.Adapter.InsertCommand.Parameters[116].Value = global::System.DBNull.Value; } + if ((T2534100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[117].Value = ((int)(T2534100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[117].Value = global::System.DBNull.Value; + } + if ((T2534200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[118].Value = ((int)(T2534200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[118].Value = global::System.DBNull.Value; + } + if ((T2534300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[119].Value = ((int)(T2534300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[119].Value = global::System.DBNull.Value; + } + if ((T2534400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[120].Value = ((int)(T2534400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[120].Value = global::System.DBNull.Value; + } + if ((T2534500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[121].Value = ((int)(T2534500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[121].Value = global::System.DBNull.Value; + } + if ((T3519800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[122].Value = ((int)(T3519800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[122].Value = global::System.DBNull.Value; + } + if ((T3519900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[123].Value = ((int)(T3519900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[123].Value = global::System.DBNull.Value; + } + if ((T3520000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[124].Value = ((int)(T3520000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[124].Value = global::System.DBNull.Value; + } + if ((T3520100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[125].Value = ((int)(T3520100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[125].Value = global::System.DBNull.Value; + } + if ((T3520200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[126].Value = ((int)(T3520200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[126].Value = global::System.DBNull.Value; + } + if ((T3520300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[127].Value = ((int)(T3520300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[127].Value = global::System.DBNull.Value; + } + if ((T3520400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[128].Value = ((int)(T3520400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[128].Value = global::System.DBNull.Value; + } + if ((T3520500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[129].Value = ((int)(T3520500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[129].Value = global::System.DBNull.Value; + } + if ((T3520600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[130].Value = ((int)(T3520600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[130].Value = global::System.DBNull.Value; + } + if ((T4483300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[131].Value = ((int)(T4483300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[131].Value = global::System.DBNull.Value; + } + if ((T4483400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[132].Value = ((int)(T4483400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[132].Value = global::System.DBNull.Value; + } + if ((T4483500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[133].Value = ((int)(T4483500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[133].Value = global::System.DBNull.Value; + } + if ((T4483600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[134].Value = ((int)(T4483600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[134].Value = global::System.DBNull.Value; + } + if ((T4483700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[135].Value = ((int)(T4483700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[135].Value = global::System.DBNull.Value; + } + if ((T4483800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[136].Value = ((int)(T4483800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[136].Value = global::System.DBNull.Value; + } 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)) { @@ -126858,728 +130454,768 @@ public virtual int Insert( [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] public virtual int Update( int R0000100, - global::System.Nullable R0000149, - global::System.Nullable R0000300, - global::System.Nullable R0000500, - global::System.Nullable R0009100, - global::System.Nullable R0009300, - global::System.Nullable R0172500, - global::System.Nullable R0172600, - global::System.Nullable R0173600, global::System.Nullable R0214700, global::System.Nullable R0214800, - global::System.Nullable R0216500, - global::System.Nullable R0329200, - global::System.Nullable R0329210, - global::System.Nullable R0406510, - global::System.Nullable R0410100, - global::System.Nullable R0410300, - global::System.Nullable R0530700, - global::System.Nullable R0530800, - global::System.Nullable R0619010, - global::System.Nullable R0809900, - global::System.Nullable R0810000, - global::System.Nullable R0898310, - global::System.Nullable R1045700, - global::System.Nullable R1045800, - global::System.Nullable R1145110, - global::System.Nullable R1427500, - global::System.Nullable R1427600, - global::System.Nullable R1520310, - global::System.Nullable R1774100, - global::System.Nullable R1774200, - global::System.Nullable R1794600, - global::System.Nullable R1794700, - global::System.Nullable R1891010, - global::System.Nullable R2156200, - global::System.Nullable R2156300, - global::System.Nullable R2258110, - global::System.Nullable R2365700, - global::System.Nullable R2365800, - global::System.Nullable R2445510, - global::System.Nullable R2742500, - global::System.Nullable R2742600, - global::System.Nullable R2871300, - global::System.Nullable R2986100, - global::System.Nullable R2986200, - global::System.Nullable R3075000, - global::System.Nullable R3302500, - global::System.Nullable R3302600, - global::System.Nullable R3401700, - global::System.Nullable R3573400, - global::System.Nullable R3573500, - global::System.Nullable R3657100, - global::System.Nullable R3917600, - global::System.Nullable R3917700, - global::System.Nullable R4007600, - global::System.Nullable R4100200, - global::System.Nullable R4100201, - global::System.Nullable R4100202, - global::System.Nullable R4418700, - global::System.Nullable R4500200, - global::System.Nullable R4500201, - global::System.Nullable R4500202, - global::System.Nullable R5081700, - global::System.Nullable R5167000, - global::System.Nullable R5200200, - global::System.Nullable R5200201, - global::System.Nullable R5200202, - global::System.Nullable R6435300, - global::System.Nullable R6435301, - global::System.Nullable R6435302, - global::System.Nullable R6479800, - global::System.Nullable R6963300, - global::System.Nullable R6963301, - global::System.Nullable R6963302, - global::System.Nullable R7007500, - global::System.Nullable R7656300, - global::System.Nullable R7656301, - global::System.Nullable R7656302, - global::System.Nullable R7704800, - global::System.Nullable R7800500, - global::System.Nullable R7800501, - global::System.Nullable R7800502, - global::System.Nullable R8497200, + global::System.Nullable R4825700, + global::System.Nullable R4826000, + global::System.Nullable R4826100, + global::System.Nullable R4826300, + global::System.Nullable R4826500, + global::System.Nullable R4826800, + global::System.Nullable R5495900, + global::System.Nullable R5496200, + global::System.Nullable R5496300, + global::System.Nullable R5496500, + global::System.Nullable R5496700, + global::System.Nullable R5497000, + global::System.Nullable R5497200, + global::System.Nullable R6210700, + global::System.Nullable R6210800, + global::System.Nullable R6210900, + global::System.Nullable R6211500, + global::System.Nullable R6211600, + global::System.Nullable R6211700, + global::System.Nullable R6211800, + global::System.Nullable R6211900, + global::System.Nullable R6212200, + global::System.Nullable R6212300, + global::System.Nullable R6764000, + global::System.Nullable R6764100, + global::System.Nullable R6764200, + global::System.Nullable R6764900, + global::System.Nullable R6765000, + global::System.Nullable R6765100, + global::System.Nullable R6765200, + global::System.Nullable R6765600, + global::System.Nullable R6765700, + global::System.Nullable R6765800, + global::System.Nullable R6839600, + global::System.Nullable R7408300, + global::System.Nullable R7408400, + global::System.Nullable R7408500, + global::System.Nullable R7409200, + global::System.Nullable R7409300, + global::System.Nullable R7409400, + global::System.Nullable R7409500, + global::System.Nullable R7409900, + global::System.Nullable R7410000, + global::System.Nullable R7410100, + global::System.Nullable R7548600, + global::System.Nullable R8106400, + global::System.Nullable R8106500, + global::System.Nullable R8106600, + global::System.Nullable R8106700, + global::System.Nullable R8106800, + global::System.Nullable R8106900, + global::System.Nullable R8107000, + global::System.Nullable R8107100, + global::System.Nullable R8107200, + global::System.Nullable R8255400, + global::System.Nullable R9900400, + global::System.Nullable R9900600, + global::System.Nullable R9900601, + global::System.Nullable R9901200, + global::System.Nullable R9901400, + global::System.Nullable R9901401, + global::System.Nullable R9902000, + global::System.Nullable R9902200, + global::System.Nullable R9902201, + global::System.Nullable R9902800, + global::System.Nullable R9903000, + global::System.Nullable R9903001, + global::System.Nullable R9903600, + global::System.Nullable R9903800, + global::System.Nullable R9903801, + global::System.Nullable R9904400, + global::System.Nullable R9904600, + global::System.Nullable R9904601, + global::System.Nullable R9905200, + global::System.Nullable R9905400, + global::System.Nullable R9905401, + global::System.Nullable R9906000, + global::System.Nullable R9906600, + global::System.Nullable R9907200, + global::System.Nullable R9907800, global::System.Nullable R9908000, - global::System.Nullable T0000900, - global::System.Nullable T0000901, - global::System.Nullable T0000902, - global::System.Nullable T0989000, - global::System.Nullable T1200700, - global::System.Nullable T1200701, - global::System.Nullable T1200702, - global::System.Nullable T2210800, - global::System.Nullable T2260600, - global::System.Nullable T2260601, - global::System.Nullable T2260602, - global::System.Nullable T2763400, - global::System.Nullable T2763500, - global::System.Nullable T2763600, - global::System.Nullable T2763700, - global::System.Nullable T2763800, - global::System.Nullable T2763900, - global::System.Nullable T2764000, - global::System.Nullable T3108700, - global::System.Nullable T3195600, - global::System.Nullable T3195601, - global::System.Nullable T3195602, - global::System.Nullable T3729600, - global::System.Nullable T3729700, - global::System.Nullable T3729800, - global::System.Nullable T3729900, - global::System.Nullable T3730000, - global::System.Nullable T3730100, - global::System.Nullable T4113200, - global::System.Nullable T4181100, - global::System.Nullable T4181101, - global::System.Nullable T4181102, - global::System.Nullable T5023600, + global::System.Nullable R9911200, + global::System.Nullable R9911201, + global::System.Nullable T0337300, + global::System.Nullable T0337400, + global::System.Nullable T0337500, + global::System.Nullable T0337600, + global::System.Nullable T0337700, + global::System.Nullable T0337800, + global::System.Nullable T0337900, + global::System.Nullable T0338000, + global::System.Nullable T0338100, + global::System.Nullable T0338200, + global::System.Nullable T0338300, + global::System.Nullable T0338400, + global::System.Nullable T0338500, + global::System.Nullable T0338600, + global::System.Nullable T1486900, + global::System.Nullable T1487000, + global::System.Nullable T1487100, + global::System.Nullable T1487200, + global::System.Nullable T1487300, + global::System.Nullable T1487400, + global::System.Nullable T1487500, + global::System.Nullable T1487600, + global::System.Nullable T1487700, + global::System.Nullable T1487800, + global::System.Nullable T2217700, + global::System.Nullable T2533500, + global::System.Nullable T2533600, + global::System.Nullable T2533700, + global::System.Nullable T2533800, + global::System.Nullable T2533900, + global::System.Nullable T2534000, + global::System.Nullable T2534100, + global::System.Nullable T2534200, + global::System.Nullable T2534300, + global::System.Nullable T2534400, + global::System.Nullable T2534500, + global::System.Nullable T3519800, + global::System.Nullable T3519900, + global::System.Nullable T3520000, + global::System.Nullable T3520100, + global::System.Nullable T3520200, + global::System.Nullable T3520300, + global::System.Nullable T3520400, + global::System.Nullable T3520500, + global::System.Nullable T3520600, + global::System.Nullable T4483300, + global::System.Nullable T4483400, + global::System.Nullable T4483500, + global::System.Nullable T4483600, + global::System.Nullable T4483700, + global::System.Nullable T4483800, int Original_R0000100, - global::System.Nullable Original_R0000149, - global::System.Nullable Original_R0000300, - global::System.Nullable Original_R0000500, - global::System.Nullable Original_R0009100, - global::System.Nullable Original_R0009300, - global::System.Nullable Original_R0172500, - global::System.Nullable Original_R0172600, - global::System.Nullable Original_R0173600, global::System.Nullable Original_R0214700, global::System.Nullable Original_R0214800, - global::System.Nullable Original_R0216500, - global::System.Nullable Original_R0329200, - global::System.Nullable Original_R0329210, - global::System.Nullable Original_R0406510, - global::System.Nullable Original_R0410100, - global::System.Nullable Original_R0410300, - global::System.Nullable Original_R0530700, - global::System.Nullable Original_R0530800, - global::System.Nullable Original_R0619010, - global::System.Nullable Original_R0809900, - global::System.Nullable Original_R0810000, - global::System.Nullable Original_R0898310, - global::System.Nullable Original_R1045700, - global::System.Nullable Original_R1045800, - global::System.Nullable Original_R1145110, - global::System.Nullable Original_R1427500, - global::System.Nullable Original_R1427600, - global::System.Nullable Original_R1520310, - global::System.Nullable Original_R1774100, - global::System.Nullable Original_R1774200, - global::System.Nullable Original_R1794600, - global::System.Nullable Original_R1794700, - global::System.Nullable Original_R1891010, - global::System.Nullable Original_R2156200, - global::System.Nullable Original_R2156300, - global::System.Nullable Original_R2258110, - global::System.Nullable Original_R2365700, - global::System.Nullable Original_R2365800, - global::System.Nullable Original_R2445510, - global::System.Nullable Original_R2742500, - global::System.Nullable Original_R2742600, - global::System.Nullable Original_R2871300, - global::System.Nullable Original_R2986100, - global::System.Nullable Original_R2986200, - global::System.Nullable Original_R3075000, - global::System.Nullable Original_R3302500, - global::System.Nullable Original_R3302600, - global::System.Nullable Original_R3401700, - global::System.Nullable Original_R3573400, - global::System.Nullable Original_R3573500, - global::System.Nullable Original_R3657100, - global::System.Nullable Original_R3917600, - global::System.Nullable Original_R3917700, - global::System.Nullable Original_R4007600, - global::System.Nullable Original_R4100200, - global::System.Nullable Original_R4100201, - global::System.Nullable Original_R4100202, - global::System.Nullable Original_R4418700, - global::System.Nullable Original_R4500200, - global::System.Nullable Original_R4500201, - global::System.Nullable Original_R4500202, - global::System.Nullable Original_R5081700, - global::System.Nullable Original_R5167000, - global::System.Nullable Original_R5200200, - global::System.Nullable Original_R5200201, - global::System.Nullable Original_R5200202, - global::System.Nullable Original_R6435300, - global::System.Nullable Original_R6435301, - global::System.Nullable Original_R6435302, - global::System.Nullable Original_R6479800, - global::System.Nullable Original_R6963300, - global::System.Nullable Original_R6963301, - global::System.Nullable Original_R6963302, - global::System.Nullable Original_R7007500, - global::System.Nullable Original_R7656300, - global::System.Nullable Original_R7656301, - global::System.Nullable Original_R7656302, - global::System.Nullable Original_R7704800, - global::System.Nullable Original_R7800500, - global::System.Nullable Original_R7800501, - global::System.Nullable Original_R7800502, - global::System.Nullable Original_R8497200, + global::System.Nullable Original_R4825700, + global::System.Nullable Original_R4826000, + global::System.Nullable Original_R4826100, + global::System.Nullable Original_R4826300, + global::System.Nullable Original_R4826500, + global::System.Nullable Original_R4826800, + global::System.Nullable Original_R5495900, + global::System.Nullable Original_R5496200, + global::System.Nullable Original_R5496300, + global::System.Nullable Original_R5496500, + global::System.Nullable Original_R5496700, + global::System.Nullable Original_R5497000, + global::System.Nullable Original_R5497200, + global::System.Nullable Original_R6210700, + global::System.Nullable Original_R6210800, + global::System.Nullable Original_R6210900, + global::System.Nullable Original_R6211500, + global::System.Nullable Original_R6211600, + global::System.Nullable Original_R6211700, + global::System.Nullable Original_R6211800, + global::System.Nullable Original_R6211900, + global::System.Nullable Original_R6212200, + global::System.Nullable Original_R6212300, + global::System.Nullable Original_R6764000, + global::System.Nullable Original_R6764100, + global::System.Nullable Original_R6764200, + global::System.Nullable Original_R6764900, + global::System.Nullable Original_R6765000, + global::System.Nullable Original_R6765100, + global::System.Nullable Original_R6765200, + global::System.Nullable Original_R6765600, + global::System.Nullable Original_R6765700, + global::System.Nullable Original_R6765800, + global::System.Nullable Original_R6839600, + global::System.Nullable Original_R7408300, + global::System.Nullable Original_R7408400, + global::System.Nullable Original_R7408500, + global::System.Nullable Original_R7409200, + global::System.Nullable Original_R7409300, + global::System.Nullable Original_R7409400, + global::System.Nullable Original_R7409500, + global::System.Nullable Original_R7409900, + global::System.Nullable Original_R7410000, + global::System.Nullable Original_R7410100, + global::System.Nullable Original_R7548600, + global::System.Nullable Original_R8106400, + global::System.Nullable Original_R8106500, + global::System.Nullable Original_R8106600, + global::System.Nullable Original_R8106700, + global::System.Nullable Original_R8106800, + global::System.Nullable Original_R8106900, + global::System.Nullable Original_R8107000, + global::System.Nullable Original_R8107100, + global::System.Nullable Original_R8107200, + global::System.Nullable Original_R8255400, + global::System.Nullable Original_R9900400, + global::System.Nullable Original_R9900600, + global::System.Nullable Original_R9900601, + global::System.Nullable Original_R9901200, + global::System.Nullable Original_R9901400, + global::System.Nullable Original_R9901401, + global::System.Nullable Original_R9902000, + global::System.Nullable Original_R9902200, + global::System.Nullable Original_R9902201, + global::System.Nullable Original_R9902800, + global::System.Nullable Original_R9903000, + global::System.Nullable Original_R9903001, + global::System.Nullable Original_R9903600, + global::System.Nullable Original_R9903800, + global::System.Nullable Original_R9903801, + global::System.Nullable Original_R9904400, + global::System.Nullable Original_R9904600, + global::System.Nullable Original_R9904601, + global::System.Nullable Original_R9905200, + global::System.Nullable Original_R9905400, + global::System.Nullable Original_R9905401, + global::System.Nullable Original_R9906000, + global::System.Nullable Original_R9906600, + global::System.Nullable Original_R9907200, + global::System.Nullable Original_R9907800, global::System.Nullable Original_R9908000, - global::System.Nullable Original_T0000900, - global::System.Nullable Original_T0000901, - global::System.Nullable Original_T0000902, - global::System.Nullable Original_T0989000, - global::System.Nullable Original_T1200700, - global::System.Nullable Original_T1200701, - global::System.Nullable Original_T1200702, - global::System.Nullable Original_T2210800, - global::System.Nullable Original_T2260600, - global::System.Nullable Original_T2260601, - global::System.Nullable Original_T2260602, - global::System.Nullable Original_T2763400, - global::System.Nullable Original_T2763500, - global::System.Nullable Original_T2763600, - global::System.Nullable Original_T2763700, - global::System.Nullable Original_T2763800, - global::System.Nullable Original_T2763900, - global::System.Nullable Original_T2764000, - global::System.Nullable Original_T3108700, - global::System.Nullable Original_T3195600, - global::System.Nullable Original_T3195601, - global::System.Nullable Original_T3195602, - global::System.Nullable Original_T3729600, - global::System.Nullable Original_T3729700, - global::System.Nullable Original_T3729800, - global::System.Nullable Original_T3729900, - global::System.Nullable Original_T3730000, - global::System.Nullable Original_T3730100, - global::System.Nullable Original_T4113200, - global::System.Nullable Original_T4181100, - global::System.Nullable Original_T4181101, - global::System.Nullable Original_T4181102, - global::System.Nullable Original_T5023600) { + global::System.Nullable Original_R9911200, + global::System.Nullable Original_R9911201, + global::System.Nullable Original_T0337300, + global::System.Nullable Original_T0337400, + global::System.Nullable Original_T0337500, + global::System.Nullable Original_T0337600, + global::System.Nullable Original_T0337700, + global::System.Nullable Original_T0337800, + global::System.Nullable Original_T0337900, + global::System.Nullable Original_T0338000, + global::System.Nullable Original_T0338100, + global::System.Nullable Original_T0338200, + global::System.Nullable Original_T0338300, + global::System.Nullable Original_T0338400, + global::System.Nullable Original_T0338500, + global::System.Nullable Original_T0338600, + global::System.Nullable Original_T1486900, + global::System.Nullable Original_T1487000, + global::System.Nullable Original_T1487100, + global::System.Nullable Original_T1487200, + global::System.Nullable Original_T1487300, + global::System.Nullable Original_T1487400, + global::System.Nullable Original_T1487500, + global::System.Nullable Original_T1487600, + global::System.Nullable Original_T1487700, + global::System.Nullable Original_T1487800, + global::System.Nullable Original_T2217700, + global::System.Nullable Original_T2533500, + global::System.Nullable Original_T2533600, + global::System.Nullable Original_T2533700, + global::System.Nullable Original_T2533800, + global::System.Nullable Original_T2533900, + global::System.Nullable Original_T2534000, + global::System.Nullable Original_T2534100, + global::System.Nullable Original_T2534200, + global::System.Nullable Original_T2534300, + global::System.Nullable Original_T2534400, + global::System.Nullable Original_T2534500, + global::System.Nullable Original_T3519800, + global::System.Nullable Original_T3519900, + global::System.Nullable Original_T3520000, + global::System.Nullable Original_T3520100, + global::System.Nullable Original_T3520200, + global::System.Nullable Original_T3520300, + global::System.Nullable Original_T3520400, + global::System.Nullable Original_T3520500, + global::System.Nullable Original_T3520600, + global::System.Nullable Original_T4483300, + global::System.Nullable Original_T4483400, + global::System.Nullable Original_T4483500, + global::System.Nullable Original_T4483600, + global::System.Nullable Original_T4483700, + global::System.Nullable Original_T4483800) { this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(R0000100)); - if ((R0000149.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(R0000149.Value)); + if ((R0214700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(R0214700.Value)); } else { this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; } - if ((R0000300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(R0000300.Value)); + if ((R0214800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(R0214800.Value)); } else { this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((R0000500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(R0000500.Value)); + if ((R4825700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(R4825700.Value)); } else { this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; } - if ((R0009100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(R0009100.Value)); + if ((R4826000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(R4826000.Value)); } else { this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((R0009300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(R0009300.Value)); + if ((R4826100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(R4826100.Value)); } else { this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((R0172500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(R0172500.Value)); + if ((R4826300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(R4826300.Value)); } else { this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((R0172600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(R0172600.Value)); + if ((R4826500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(R4826500.Value)); } else { this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; } - if ((R0173600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(R0173600.Value)); + if ((R4826800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(R4826800.Value)); } else { this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((R0214700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(R0214700.Value)); + if ((R5495900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(R5495900.Value)); } else { this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; } - if ((R0214800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(R0214800.Value)); + if ((R5496200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(R5496200.Value)); } else { this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((R0216500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(R0216500.Value)); + if ((R5496300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(R5496300.Value)); } else { this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; } - if ((R0329200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(R0329200.Value)); + if ((R5496500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(R5496500.Value)); } else { this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((R0329210.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(R0329210.Value)); + if ((R5496700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(R5496700.Value)); } else { this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; } - if ((R0406510.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(R0406510.Value)); + if ((R5497000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(R5497000.Value)); } else { this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((R0410100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(R0410100.Value)); + if ((R5497200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(R5497200.Value)); } else { this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; } - if ((R0410300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(R0410300.Value)); + if ((R6210700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(R6210700.Value)); } else { this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((R0530700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(R0530700.Value)); + if ((R6210800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(R6210800.Value)); } else { this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; } - if ((R0530800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(R0530800.Value)); + if ((R6210900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(R6210900.Value)); } else { this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((R0619010.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(R0619010.Value)); + if ((R6211500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(R6211500.Value)); } else { this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; } - if ((R0809900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(R0809900.Value)); + if ((R6211600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(R6211600.Value)); } else { this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; } - if ((R0810000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(R0810000.Value)); + if ((R6211700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(R6211700.Value)); } else { this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; } - if ((R0898310.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[22].Value = ((int)(R0898310.Value)); + if ((R6211800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[22].Value = ((int)(R6211800.Value)); } else { this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((R1045700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(R1045700.Value)); + if ((R6211900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(R6211900.Value)); } else { this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; } - if ((R1045800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[24].Value = ((int)(R1045800.Value)); + if ((R6212200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[24].Value = ((int)(R6212200.Value)); } else { this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; } - if ((R1145110.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(R1145110.Value)); + if ((R6212300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(R6212300.Value)); } else { this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; } - if ((R1427500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[26].Value = ((int)(R1427500.Value)); + if ((R6764000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[26].Value = ((int)(R6764000.Value)); } else { this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; } - if ((R1427600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(R1427600.Value)); + if ((R6764100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(R6764100.Value)); } else { this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; } - if ((R1520310.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[28].Value = ((int)(R1520310.Value)); + if ((R6764200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[28].Value = ((int)(R6764200.Value)); } else { this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; } - if ((R1774100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(R1774100.Value)); + if ((R6764900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(R6764900.Value)); } else { this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; } - if ((R1774200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(R1774200.Value)); + if ((R6765000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(R6765000.Value)); } else { this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; } - if ((R1794600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(R1794600.Value)); + if ((R6765100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(R6765100.Value)); } else { this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; } - if ((R1794700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[32].Value = ((int)(R1794700.Value)); + if ((R6765200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[32].Value = ((int)(R6765200.Value)); } else { this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; } - if ((R1891010.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(R1891010.Value)); + if ((R6765600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(R6765600.Value)); } else { this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; } - if ((R2156200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[34].Value = ((int)(R2156200.Value)); + if ((R6765700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[34].Value = ((int)(R6765700.Value)); } else { this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; } - if ((R2156300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(R2156300.Value)); + if ((R6765800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(R6765800.Value)); } else { this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; } - if ((R2258110.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[36].Value = ((int)(R2258110.Value)); + if ((R6839600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[36].Value = ((int)(R6839600.Value)); } else { this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; } - if ((R2365700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(R2365700.Value)); + if ((R7408300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(R7408300.Value)); } else { this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; } - if ((R2365800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[38].Value = ((int)(R2365800.Value)); + if ((R7408400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[38].Value = ((int)(R7408400.Value)); } else { this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; } - if ((R2445510.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[39].Value = ((int)(R2445510.Value)); + if ((R7408500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[39].Value = ((int)(R7408500.Value)); } else { this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; } - if ((R2742500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[40].Value = ((int)(R2742500.Value)); + if ((R7409200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[40].Value = ((int)(R7409200.Value)); } else { this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; } - if ((R2742600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[41].Value = ((int)(R2742600.Value)); + if ((R7409300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[41].Value = ((int)(R7409300.Value)); } else { this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; } - if ((R2871300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[42].Value = ((int)(R2871300.Value)); + if ((R7409400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[42].Value = ((int)(R7409400.Value)); } else { this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; } - if ((R2986100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[43].Value = ((int)(R2986100.Value)); + if ((R7409500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[43].Value = ((int)(R7409500.Value)); } else { this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; } - if ((R2986200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[44].Value = ((int)(R2986200.Value)); + if ((R7409900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[44].Value = ((int)(R7409900.Value)); } else { this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value; } - if ((R3075000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[45].Value = ((int)(R3075000.Value)); + if ((R7410000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[45].Value = ((int)(R7410000.Value)); } else { this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value; } - if ((R3302500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[46].Value = ((int)(R3302500.Value)); + if ((R7410100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[46].Value = ((int)(R7410100.Value)); } else { this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value; } - if ((R3302600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[47].Value = ((int)(R3302600.Value)); + if ((R7548600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[47].Value = ((int)(R7548600.Value)); } else { this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value; } - if ((R3401700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[48].Value = ((int)(R3401700.Value)); + if ((R8106400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[48].Value = ((int)(R8106400.Value)); } else { this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value; } - if ((R3573400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[49].Value = ((int)(R3573400.Value)); + if ((R8106500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[49].Value = ((int)(R8106500.Value)); } else { this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value; } - if ((R3573500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[50].Value = ((int)(R3573500.Value)); + if ((R8106600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[50].Value = ((int)(R8106600.Value)); } else { this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value; } - if ((R3657100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[51].Value = ((int)(R3657100.Value)); + if ((R8106700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[51].Value = ((int)(R8106700.Value)); } else { this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value; } - if ((R3917600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[52].Value = ((int)(R3917600.Value)); + if ((R8106800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[52].Value = ((int)(R8106800.Value)); } else { this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value; } - if ((R3917700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[53].Value = ((int)(R3917700.Value)); + if ((R8106900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[53].Value = ((int)(R8106900.Value)); } else { this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value; } - if ((R4007600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[54].Value = ((int)(R4007600.Value)); + if ((R8107000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[54].Value = ((int)(R8107000.Value)); } else { this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value; } - if ((R4100200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[55].Value = ((int)(R4100200.Value)); + if ((R8107100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[55].Value = ((int)(R8107100.Value)); } else { this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value; } - if ((R4100201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[56].Value = ((int)(R4100201.Value)); + if ((R8107200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[56].Value = ((int)(R8107200.Value)); } else { this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value; } - if ((R4100202.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[57].Value = ((int)(R4100202.Value)); + if ((R8255400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[57].Value = ((int)(R8255400.Value)); } else { this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value; } - if ((R4418700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[58].Value = ((int)(R4418700.Value)); + if ((R9900400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[58].Value = ((int)(R9900400.Value)); } else { this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value; } - if ((R4500200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[59].Value = ((int)(R4500200.Value)); + if ((R9900600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[59].Value = ((int)(R9900600.Value)); } else { this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value; } - if ((R4500201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[60].Value = ((int)(R4500201.Value)); + if ((R9900601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[60].Value = ((int)(R9900601.Value)); } else { this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value; } - if ((R4500202.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[61].Value = ((int)(R4500202.Value)); + if ((R9901200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[61].Value = ((int)(R9901200.Value)); } else { this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value; } - if ((R5081700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[62].Value = ((int)(R5081700.Value)); + if ((R9901400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[62].Value = ((int)(R9901400.Value)); } else { this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value; } - if ((R5167000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[63].Value = ((int)(R5167000.Value)); + if ((R9901401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[63].Value = ((int)(R9901401.Value)); } else { this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value; } - if ((R5200200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[64].Value = ((int)(R5200200.Value)); + if ((R9902000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[64].Value = ((int)(R9902000.Value)); } else { this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value; } - if ((R5200201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[65].Value = ((int)(R5200201.Value)); + if ((R9902200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[65].Value = ((int)(R9902200.Value)); } else { this.Adapter.UpdateCommand.Parameters[65].Value = global::System.DBNull.Value; } - if ((R5200202.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[66].Value = ((int)(R5200202.Value)); + if ((R9902201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[66].Value = ((int)(R9902201.Value)); } else { this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value; } - if ((R6435300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[67].Value = ((int)(R6435300.Value)); + if ((R9902800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[67].Value = ((int)(R9902800.Value)); } else { this.Adapter.UpdateCommand.Parameters[67].Value = global::System.DBNull.Value; } - if ((R6435301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[68].Value = ((int)(R6435301.Value)); + if ((R9903000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[68].Value = ((int)(R9903000.Value)); } else { this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value; } - if ((R6435302.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[69].Value = ((int)(R6435302.Value)); + if ((R9903001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[69].Value = ((int)(R9903001.Value)); } else { this.Adapter.UpdateCommand.Parameters[69].Value = global::System.DBNull.Value; } - if ((R6479800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[70].Value = ((int)(R6479800.Value)); + if ((R9903600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[70].Value = ((int)(R9903600.Value)); } else { this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value; } - if ((R6963300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[71].Value = ((int)(R6963300.Value)); + if ((R9903800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[71].Value = ((int)(R9903800.Value)); } else { this.Adapter.UpdateCommand.Parameters[71].Value = global::System.DBNull.Value; } - if ((R6963301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[72].Value = ((int)(R6963301.Value)); + if ((R9903801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[72].Value = ((int)(R9903801.Value)); } else { this.Adapter.UpdateCommand.Parameters[72].Value = global::System.DBNull.Value; } - if ((R6963302.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[73].Value = ((int)(R6963302.Value)); + if ((R9904400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[73].Value = ((int)(R9904400.Value)); } else { this.Adapter.UpdateCommand.Parameters[73].Value = global::System.DBNull.Value; } - if ((R7007500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[74].Value = ((int)(R7007500.Value)); + if ((R9904600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[74].Value = ((int)(R9904600.Value)); } else { this.Adapter.UpdateCommand.Parameters[74].Value = global::System.DBNull.Value; } - if ((R7656300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[75].Value = ((int)(R7656300.Value)); + if ((R9904601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[75].Value = ((int)(R9904601.Value)); } else { this.Adapter.UpdateCommand.Parameters[75].Value = global::System.DBNull.Value; } - if ((R7656301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[76].Value = ((int)(R7656301.Value)); + if ((R9905200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[76].Value = ((int)(R9905200.Value)); } else { this.Adapter.UpdateCommand.Parameters[76].Value = global::System.DBNull.Value; } - if ((R7656302.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[77].Value = ((int)(R7656302.Value)); + if ((R9905400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[77].Value = ((int)(R9905400.Value)); } else { this.Adapter.UpdateCommand.Parameters[77].Value = global::System.DBNull.Value; } - if ((R7704800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[78].Value = ((int)(R7704800.Value)); + if ((R9905401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[78].Value = ((int)(R9905401.Value)); } else { this.Adapter.UpdateCommand.Parameters[78].Value = global::System.DBNull.Value; } - if ((R7800500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[79].Value = ((int)(R7800500.Value)); + if ((R9906000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[79].Value = ((int)(R9906000.Value)); } else { this.Adapter.UpdateCommand.Parameters[79].Value = global::System.DBNull.Value; } - if ((R7800501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[80].Value = ((int)(R7800501.Value)); + if ((R9906600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[80].Value = ((int)(R9906600.Value)); } else { this.Adapter.UpdateCommand.Parameters[80].Value = global::System.DBNull.Value; } - if ((R7800502.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[81].Value = ((int)(R7800502.Value)); + if ((R9907200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[81].Value = ((int)(R9907200.Value)); } else { this.Adapter.UpdateCommand.Parameters[81].Value = global::System.DBNull.Value; } - if ((R8497200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[82].Value = ((int)(R8497200.Value)); + if ((R9907800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[82].Value = ((int)(R9907800.Value)); } else { this.Adapter.UpdateCommand.Parameters[82].Value = global::System.DBNull.Value; @@ -127590,1133 +131226,1413 @@ public virtual int Update( else { this.Adapter.UpdateCommand.Parameters[83].Value = global::System.DBNull.Value; } - if ((T0000900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[84].Value = ((int)(T0000900.Value)); + if ((R9911200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[84].Value = ((int)(R9911200.Value)); } else { this.Adapter.UpdateCommand.Parameters[84].Value = global::System.DBNull.Value; } - if ((T0000901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[85].Value = ((int)(T0000901.Value)); + if ((R9911201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[85].Value = ((int)(R9911201.Value)); } else { this.Adapter.UpdateCommand.Parameters[85].Value = global::System.DBNull.Value; } - if ((T0000902.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[86].Value = ((int)(T0000902.Value)); + if ((T0337300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[86].Value = ((int)(T0337300.Value)); } else { this.Adapter.UpdateCommand.Parameters[86].Value = global::System.DBNull.Value; } - if ((T0989000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[87].Value = ((int)(T0989000.Value)); + if ((T0337400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[87].Value = ((int)(T0337400.Value)); } else { this.Adapter.UpdateCommand.Parameters[87].Value = global::System.DBNull.Value; } - if ((T1200700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[88].Value = ((int)(T1200700.Value)); + if ((T0337500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[88].Value = ((int)(T0337500.Value)); } else { this.Adapter.UpdateCommand.Parameters[88].Value = global::System.DBNull.Value; } - if ((T1200701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[89].Value = ((int)(T1200701.Value)); + if ((T0337600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[89].Value = ((int)(T0337600.Value)); } else { this.Adapter.UpdateCommand.Parameters[89].Value = global::System.DBNull.Value; } - if ((T1200702.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[90].Value = ((int)(T1200702.Value)); + if ((T0337700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[90].Value = ((int)(T0337700.Value)); } else { this.Adapter.UpdateCommand.Parameters[90].Value = global::System.DBNull.Value; } - if ((T2210800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[91].Value = ((int)(T2210800.Value)); + if ((T0337800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[91].Value = ((int)(T0337800.Value)); } else { this.Adapter.UpdateCommand.Parameters[91].Value = global::System.DBNull.Value; } - if ((T2260600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[92].Value = ((int)(T2260600.Value)); + if ((T0337900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[92].Value = ((int)(T0337900.Value)); } else { this.Adapter.UpdateCommand.Parameters[92].Value = global::System.DBNull.Value; } - if ((T2260601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[93].Value = ((int)(T2260601.Value)); + if ((T0338000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[93].Value = ((int)(T0338000.Value)); } else { this.Adapter.UpdateCommand.Parameters[93].Value = global::System.DBNull.Value; } - if ((T2260602.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[94].Value = ((int)(T2260602.Value)); + if ((T0338100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[94].Value = ((int)(T0338100.Value)); } else { this.Adapter.UpdateCommand.Parameters[94].Value = global::System.DBNull.Value; } - if ((T2763400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[95].Value = ((int)(T2763400.Value)); + if ((T0338200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[95].Value = ((int)(T0338200.Value)); } else { this.Adapter.UpdateCommand.Parameters[95].Value = global::System.DBNull.Value; } - if ((T2763500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[96].Value = ((int)(T2763500.Value)); + if ((T0338300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[96].Value = ((int)(T0338300.Value)); } else { this.Adapter.UpdateCommand.Parameters[96].Value = global::System.DBNull.Value; } - if ((T2763600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[97].Value = ((int)(T2763600.Value)); + if ((T0338400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[97].Value = ((int)(T0338400.Value)); } else { this.Adapter.UpdateCommand.Parameters[97].Value = global::System.DBNull.Value; } - if ((T2763700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[98].Value = ((int)(T2763700.Value)); + if ((T0338500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[98].Value = ((int)(T0338500.Value)); } else { this.Adapter.UpdateCommand.Parameters[98].Value = global::System.DBNull.Value; } - if ((T2763800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[99].Value = ((int)(T2763800.Value)); + if ((T0338600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[99].Value = ((int)(T0338600.Value)); } else { this.Adapter.UpdateCommand.Parameters[99].Value = global::System.DBNull.Value; } - if ((T2763900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[100].Value = ((int)(T2763900.Value)); + if ((T1486900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[100].Value = ((int)(T1486900.Value)); } else { this.Adapter.UpdateCommand.Parameters[100].Value = global::System.DBNull.Value; } - if ((T2764000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[101].Value = ((int)(T2764000.Value)); + if ((T1487000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[101].Value = ((int)(T1487000.Value)); } else { this.Adapter.UpdateCommand.Parameters[101].Value = global::System.DBNull.Value; } - if ((T3108700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[102].Value = ((int)(T3108700.Value)); + if ((T1487100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[102].Value = ((int)(T1487100.Value)); } else { this.Adapter.UpdateCommand.Parameters[102].Value = global::System.DBNull.Value; } - if ((T3195600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[103].Value = ((int)(T3195600.Value)); + if ((T1487200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[103].Value = ((int)(T1487200.Value)); } else { this.Adapter.UpdateCommand.Parameters[103].Value = global::System.DBNull.Value; } - if ((T3195601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[104].Value = ((int)(T3195601.Value)); + if ((T1487300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[104].Value = ((int)(T1487300.Value)); } else { this.Adapter.UpdateCommand.Parameters[104].Value = global::System.DBNull.Value; } - if ((T3195602.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[105].Value = ((int)(T3195602.Value)); + if ((T1487400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[105].Value = ((int)(T1487400.Value)); } else { this.Adapter.UpdateCommand.Parameters[105].Value = global::System.DBNull.Value; } - if ((T3729600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[106].Value = ((int)(T3729600.Value)); + if ((T1487500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[106].Value = ((int)(T1487500.Value)); } else { this.Adapter.UpdateCommand.Parameters[106].Value = global::System.DBNull.Value; } - if ((T3729700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[107].Value = ((int)(T3729700.Value)); + if ((T1487600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[107].Value = ((int)(T1487600.Value)); } else { this.Adapter.UpdateCommand.Parameters[107].Value = global::System.DBNull.Value; } - if ((T3729800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[108].Value = ((int)(T3729800.Value)); + if ((T1487700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[108].Value = ((int)(T1487700.Value)); } else { this.Adapter.UpdateCommand.Parameters[108].Value = global::System.DBNull.Value; } - if ((T3729900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[109].Value = ((int)(T3729900.Value)); + if ((T1487800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[109].Value = ((int)(T1487800.Value)); } else { this.Adapter.UpdateCommand.Parameters[109].Value = global::System.DBNull.Value; } - if ((T3730000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[110].Value = ((int)(T3730000.Value)); + if ((T2217700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[110].Value = ((int)(T2217700.Value)); } else { this.Adapter.UpdateCommand.Parameters[110].Value = global::System.DBNull.Value; } - if ((T3730100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[111].Value = ((int)(T3730100.Value)); + if ((T2533500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[111].Value = ((int)(T2533500.Value)); } else { this.Adapter.UpdateCommand.Parameters[111].Value = global::System.DBNull.Value; } - if ((T4113200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[112].Value = ((int)(T4113200.Value)); + if ((T2533600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[112].Value = ((int)(T2533600.Value)); } else { this.Adapter.UpdateCommand.Parameters[112].Value = global::System.DBNull.Value; } - if ((T4181100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[113].Value = ((int)(T4181100.Value)); + if ((T2533700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[113].Value = ((int)(T2533700.Value)); } else { this.Adapter.UpdateCommand.Parameters[113].Value = global::System.DBNull.Value; } - if ((T4181101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[114].Value = ((int)(T4181101.Value)); + if ((T2533800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[114].Value = ((int)(T2533800.Value)); } else { this.Adapter.UpdateCommand.Parameters[114].Value = global::System.DBNull.Value; } - if ((T4181102.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[115].Value = ((int)(T4181102.Value)); + if ((T2533900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[115].Value = ((int)(T2533900.Value)); } else { this.Adapter.UpdateCommand.Parameters[115].Value = global::System.DBNull.Value; } - if ((T5023600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[116].Value = ((int)(T5023600.Value)); + if ((T2534000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[116].Value = ((int)(T2534000.Value)); } else { this.Adapter.UpdateCommand.Parameters[116].Value = global::System.DBNull.Value; } - this.Adapter.UpdateCommand.Parameters[117].Value = ((int)(Original_R0000100)); - if ((Original_R0000149.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[118].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[119].Value = ((int)(Original_R0000149.Value)); + if ((T2534100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[117].Value = ((int)(T2534100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[117].Value = global::System.DBNull.Value; + } + if ((T2534200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[118].Value = ((int)(T2534200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[118].Value = global::System.DBNull.Value; + } + if ((T2534300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[119].Value = ((int)(T2534300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[118].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[119].Value = global::System.DBNull.Value; } - if ((Original_R0000300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[120].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[121].Value = ((int)(Original_R0000300.Value)); + if ((T2534400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[120].Value = ((int)(T2534400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[120].Value = global::System.DBNull.Value; + } + if ((T2534500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[121].Value = ((int)(T2534500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[120].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[121].Value = global::System.DBNull.Value; } - if ((Original_R0000500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[122].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[123].Value = ((int)(Original_R0000500.Value)); + if ((T3519800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[122].Value = ((int)(T3519800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[122].Value = global::System.DBNull.Value; + } + if ((T3519900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[123].Value = ((int)(T3519900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[123].Value = global::System.DBNull.Value; + } + if ((T3520000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[124].Value = ((int)(T3520000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[124].Value = global::System.DBNull.Value; + } + if ((T3520100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[125].Value = ((int)(T3520100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[125].Value = global::System.DBNull.Value; + } + if ((T3520200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[126].Value = ((int)(T3520200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[122].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[123].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[126].Value = global::System.DBNull.Value; } - if ((Original_R0009100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[124].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[125].Value = ((int)(Original_R0009100.Value)); + if ((T3520300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[127].Value = ((int)(T3520300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[124].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[125].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[127].Value = global::System.DBNull.Value; } - if ((Original_R0009300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[126].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[127].Value = ((int)(Original_R0009300.Value)); + if ((T3520400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[128].Value = ((int)(T3520400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[126].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[127].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[128].Value = global::System.DBNull.Value; } - if ((Original_R0172500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[128].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[129].Value = ((int)(Original_R0172500.Value)); + if ((T3520500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[129].Value = ((int)(T3520500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[128].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[129].Value = global::System.DBNull.Value; } - if ((Original_R0172600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[130].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[131].Value = ((int)(Original_R0172600.Value)); + if ((T3520600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[130].Value = ((int)(T3520600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[130].Value = global::System.DBNull.Value; + } + if ((T4483300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[131].Value = ((int)(T4483300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[130].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[131].Value = global::System.DBNull.Value; } - if ((Original_R0173600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[132].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[133].Value = ((int)(Original_R0173600.Value)); + if ((T4483400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[132].Value = ((int)(T4483400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[132].Value = global::System.DBNull.Value; + } + if ((T4483500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[133].Value = ((int)(T4483500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[132].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[133].Value = global::System.DBNull.Value; } - if ((Original_R0214700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[134].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[135].Value = ((int)(Original_R0214700.Value)); + if ((T4483600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[134].Value = ((int)(T4483600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[134].Value = global::System.DBNull.Value; + } + if ((T4483700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[135].Value = ((int)(T4483700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[134].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[135].Value = global::System.DBNull.Value; } - if ((Original_R0214800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[136].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[137].Value = ((int)(Original_R0214800.Value)); + if ((T4483800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[136].Value = ((int)(T4483800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[136].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[137].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[136].Value = global::System.DBNull.Value; } - if ((Original_R0216500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[137].Value = ((int)(Original_R0000100)); + if ((Original_R0214700.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[138].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[139].Value = ((int)(Original_R0216500.Value)); + this.Adapter.UpdateCommand.Parameters[139].Value = ((int)(Original_R0214700.Value)); } else { this.Adapter.UpdateCommand.Parameters[138].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[139].Value = global::System.DBNull.Value; } - if ((Original_R0329200.HasValue == true)) { + if ((Original_R0214800.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[140].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[141].Value = ((int)(Original_R0329200.Value)); + this.Adapter.UpdateCommand.Parameters[141].Value = ((int)(Original_R0214800.Value)); } else { this.Adapter.UpdateCommand.Parameters[140].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[141].Value = global::System.DBNull.Value; } - if ((Original_R0329210.HasValue == true)) { + if ((Original_R4825700.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[142].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[143].Value = ((int)(Original_R0329210.Value)); + this.Adapter.UpdateCommand.Parameters[143].Value = ((int)(Original_R4825700.Value)); } else { this.Adapter.UpdateCommand.Parameters[142].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[143].Value = global::System.DBNull.Value; } - if ((Original_R0406510.HasValue == true)) { + if ((Original_R4826000.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[144].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[145].Value = ((int)(Original_R0406510.Value)); + this.Adapter.UpdateCommand.Parameters[145].Value = ((int)(Original_R4826000.Value)); } else { this.Adapter.UpdateCommand.Parameters[144].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[145].Value = global::System.DBNull.Value; } - if ((Original_R0410100.HasValue == true)) { + if ((Original_R4826100.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[146].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[147].Value = ((int)(Original_R0410100.Value)); + this.Adapter.UpdateCommand.Parameters[147].Value = ((int)(Original_R4826100.Value)); } else { this.Adapter.UpdateCommand.Parameters[146].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[147].Value = global::System.DBNull.Value; } - if ((Original_R0410300.HasValue == true)) { + if ((Original_R4826300.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[148].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[149].Value = ((int)(Original_R0410300.Value)); + this.Adapter.UpdateCommand.Parameters[149].Value = ((int)(Original_R4826300.Value)); } else { this.Adapter.UpdateCommand.Parameters[148].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[149].Value = global::System.DBNull.Value; } - if ((Original_R0530700.HasValue == true)) { + if ((Original_R4826500.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[150].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[151].Value = ((int)(Original_R0530700.Value)); + this.Adapter.UpdateCommand.Parameters[151].Value = ((int)(Original_R4826500.Value)); } else { this.Adapter.UpdateCommand.Parameters[150].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[151].Value = global::System.DBNull.Value; } - if ((Original_R0530800.HasValue == true)) { + if ((Original_R4826800.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[152].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[153].Value = ((int)(Original_R0530800.Value)); + this.Adapter.UpdateCommand.Parameters[153].Value = ((int)(Original_R4826800.Value)); } else { this.Adapter.UpdateCommand.Parameters[152].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[153].Value = global::System.DBNull.Value; } - if ((Original_R0619010.HasValue == true)) { + if ((Original_R5495900.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[154].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[155].Value = ((int)(Original_R0619010.Value)); + this.Adapter.UpdateCommand.Parameters[155].Value = ((int)(Original_R5495900.Value)); } else { this.Adapter.UpdateCommand.Parameters[154].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[155].Value = global::System.DBNull.Value; } - if ((Original_R0809900.HasValue == true)) { + if ((Original_R5496200.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[156].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[157].Value = ((int)(Original_R0809900.Value)); + this.Adapter.UpdateCommand.Parameters[157].Value = ((int)(Original_R5496200.Value)); } else { this.Adapter.UpdateCommand.Parameters[156].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[157].Value = global::System.DBNull.Value; } - if ((Original_R0810000.HasValue == true)) { + if ((Original_R5496300.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[158].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[159].Value = ((int)(Original_R0810000.Value)); + this.Adapter.UpdateCommand.Parameters[159].Value = ((int)(Original_R5496300.Value)); } else { this.Adapter.UpdateCommand.Parameters[158].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[159].Value = global::System.DBNull.Value; } - if ((Original_R0898310.HasValue == true)) { + if ((Original_R5496500.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[160].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[161].Value = ((int)(Original_R0898310.Value)); + this.Adapter.UpdateCommand.Parameters[161].Value = ((int)(Original_R5496500.Value)); } else { this.Adapter.UpdateCommand.Parameters[160].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[161].Value = global::System.DBNull.Value; } - if ((Original_R1045700.HasValue == true)) { + if ((Original_R5496700.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[162].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[163].Value = ((int)(Original_R1045700.Value)); + this.Adapter.UpdateCommand.Parameters[163].Value = ((int)(Original_R5496700.Value)); } else { this.Adapter.UpdateCommand.Parameters[162].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[163].Value = global::System.DBNull.Value; } - if ((Original_R1045800.HasValue == true)) { + if ((Original_R5497000.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[164].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[165].Value = ((int)(Original_R1045800.Value)); + this.Adapter.UpdateCommand.Parameters[165].Value = ((int)(Original_R5497000.Value)); } else { this.Adapter.UpdateCommand.Parameters[164].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[165].Value = global::System.DBNull.Value; } - if ((Original_R1145110.HasValue == true)) { + if ((Original_R5497200.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[166].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[167].Value = ((int)(Original_R1145110.Value)); + this.Adapter.UpdateCommand.Parameters[167].Value = ((int)(Original_R5497200.Value)); } else { this.Adapter.UpdateCommand.Parameters[166].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[167].Value = global::System.DBNull.Value; } - if ((Original_R1427500.HasValue == true)) { + if ((Original_R6210700.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[168].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[169].Value = ((int)(Original_R1427500.Value)); + this.Adapter.UpdateCommand.Parameters[169].Value = ((int)(Original_R6210700.Value)); } else { this.Adapter.UpdateCommand.Parameters[168].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[169].Value = global::System.DBNull.Value; } - if ((Original_R1427600.HasValue == true)) { + if ((Original_R6210800.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[170].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[171].Value = ((int)(Original_R1427600.Value)); + this.Adapter.UpdateCommand.Parameters[171].Value = ((int)(Original_R6210800.Value)); } else { this.Adapter.UpdateCommand.Parameters[170].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[171].Value = global::System.DBNull.Value; } - if ((Original_R1520310.HasValue == true)) { + if ((Original_R6210900.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[172].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[173].Value = ((int)(Original_R1520310.Value)); + this.Adapter.UpdateCommand.Parameters[173].Value = ((int)(Original_R6210900.Value)); } else { this.Adapter.UpdateCommand.Parameters[172].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[173].Value = global::System.DBNull.Value; } - if ((Original_R1774100.HasValue == true)) { + if ((Original_R6211500.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[174].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[175].Value = ((int)(Original_R1774100.Value)); + this.Adapter.UpdateCommand.Parameters[175].Value = ((int)(Original_R6211500.Value)); } else { this.Adapter.UpdateCommand.Parameters[174].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[175].Value = global::System.DBNull.Value; } - if ((Original_R1774200.HasValue == true)) { + if ((Original_R6211600.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[176].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[177].Value = ((int)(Original_R1774200.Value)); + this.Adapter.UpdateCommand.Parameters[177].Value = ((int)(Original_R6211600.Value)); } else { this.Adapter.UpdateCommand.Parameters[176].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[177].Value = global::System.DBNull.Value; } - if ((Original_R1794600.HasValue == true)) { + if ((Original_R6211700.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[178].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[179].Value = ((int)(Original_R1794600.Value)); + this.Adapter.UpdateCommand.Parameters[179].Value = ((int)(Original_R6211700.Value)); } else { this.Adapter.UpdateCommand.Parameters[178].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[179].Value = global::System.DBNull.Value; } - if ((Original_R1794700.HasValue == true)) { + if ((Original_R6211800.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[180].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[181].Value = ((int)(Original_R1794700.Value)); + this.Adapter.UpdateCommand.Parameters[181].Value = ((int)(Original_R6211800.Value)); } else { this.Adapter.UpdateCommand.Parameters[180].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[181].Value = global::System.DBNull.Value; } - if ((Original_R1891010.HasValue == true)) { + if ((Original_R6211900.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[182].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[183].Value = ((int)(Original_R1891010.Value)); + this.Adapter.UpdateCommand.Parameters[183].Value = ((int)(Original_R6211900.Value)); } else { this.Adapter.UpdateCommand.Parameters[182].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[183].Value = global::System.DBNull.Value; } - if ((Original_R2156200.HasValue == true)) { + if ((Original_R6212200.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[184].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[185].Value = ((int)(Original_R2156200.Value)); + this.Adapter.UpdateCommand.Parameters[185].Value = ((int)(Original_R6212200.Value)); } else { this.Adapter.UpdateCommand.Parameters[184].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[185].Value = global::System.DBNull.Value; } - if ((Original_R2156300.HasValue == true)) { + if ((Original_R6212300.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[186].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[187].Value = ((int)(Original_R2156300.Value)); + this.Adapter.UpdateCommand.Parameters[187].Value = ((int)(Original_R6212300.Value)); } else { this.Adapter.UpdateCommand.Parameters[186].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[187].Value = global::System.DBNull.Value; } - if ((Original_R2258110.HasValue == true)) { + if ((Original_R6764000.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[188].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[189].Value = ((int)(Original_R2258110.Value)); + this.Adapter.UpdateCommand.Parameters[189].Value = ((int)(Original_R6764000.Value)); } else { this.Adapter.UpdateCommand.Parameters[188].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[189].Value = global::System.DBNull.Value; } - if ((Original_R2365700.HasValue == true)) { + if ((Original_R6764100.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[190].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[191].Value = ((int)(Original_R2365700.Value)); + this.Adapter.UpdateCommand.Parameters[191].Value = ((int)(Original_R6764100.Value)); } else { this.Adapter.UpdateCommand.Parameters[190].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[191].Value = global::System.DBNull.Value; } - if ((Original_R2365800.HasValue == true)) { + if ((Original_R6764200.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[192].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[193].Value = ((int)(Original_R2365800.Value)); + this.Adapter.UpdateCommand.Parameters[193].Value = ((int)(Original_R6764200.Value)); } else { this.Adapter.UpdateCommand.Parameters[192].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[193].Value = global::System.DBNull.Value; } - if ((Original_R2445510.HasValue == true)) { + if ((Original_R6764900.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[194].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[195].Value = ((int)(Original_R2445510.Value)); + this.Adapter.UpdateCommand.Parameters[195].Value = ((int)(Original_R6764900.Value)); } else { this.Adapter.UpdateCommand.Parameters[194].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[195].Value = global::System.DBNull.Value; } - if ((Original_R2742500.HasValue == true)) { + if ((Original_R6765000.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[196].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[197].Value = ((int)(Original_R2742500.Value)); + this.Adapter.UpdateCommand.Parameters[197].Value = ((int)(Original_R6765000.Value)); } else { this.Adapter.UpdateCommand.Parameters[196].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[197].Value = global::System.DBNull.Value; } - if ((Original_R2742600.HasValue == true)) { + if ((Original_R6765100.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[198].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[199].Value = ((int)(Original_R2742600.Value)); + this.Adapter.UpdateCommand.Parameters[199].Value = ((int)(Original_R6765100.Value)); } else { this.Adapter.UpdateCommand.Parameters[198].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[199].Value = global::System.DBNull.Value; } - if ((Original_R2871300.HasValue == true)) { + if ((Original_R6765200.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[200].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[201].Value = ((int)(Original_R2871300.Value)); + this.Adapter.UpdateCommand.Parameters[201].Value = ((int)(Original_R6765200.Value)); } else { this.Adapter.UpdateCommand.Parameters[200].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[201].Value = global::System.DBNull.Value; } - if ((Original_R2986100.HasValue == true)) { + if ((Original_R6765600.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[202].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[203].Value = ((int)(Original_R2986100.Value)); + this.Adapter.UpdateCommand.Parameters[203].Value = ((int)(Original_R6765600.Value)); } else { this.Adapter.UpdateCommand.Parameters[202].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[203].Value = global::System.DBNull.Value; } - if ((Original_R2986200.HasValue == true)) { + if ((Original_R6765700.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[204].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[205].Value = ((int)(Original_R2986200.Value)); + this.Adapter.UpdateCommand.Parameters[205].Value = ((int)(Original_R6765700.Value)); } else { this.Adapter.UpdateCommand.Parameters[204].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[205].Value = global::System.DBNull.Value; } - if ((Original_R3075000.HasValue == true)) { + if ((Original_R6765800.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[206].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[207].Value = ((int)(Original_R3075000.Value)); + this.Adapter.UpdateCommand.Parameters[207].Value = ((int)(Original_R6765800.Value)); } else { this.Adapter.UpdateCommand.Parameters[206].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[207].Value = global::System.DBNull.Value; } - if ((Original_R3302500.HasValue == true)) { + if ((Original_R6839600.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[208].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[209].Value = ((int)(Original_R3302500.Value)); + this.Adapter.UpdateCommand.Parameters[209].Value = ((int)(Original_R6839600.Value)); } else { this.Adapter.UpdateCommand.Parameters[208].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[209].Value = global::System.DBNull.Value; } - if ((Original_R3302600.HasValue == true)) { + if ((Original_R7408300.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[210].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[211].Value = ((int)(Original_R3302600.Value)); + this.Adapter.UpdateCommand.Parameters[211].Value = ((int)(Original_R7408300.Value)); } else { this.Adapter.UpdateCommand.Parameters[210].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[211].Value = global::System.DBNull.Value; } - if ((Original_R3401700.HasValue == true)) { + if ((Original_R7408400.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[212].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[213].Value = ((int)(Original_R3401700.Value)); + this.Adapter.UpdateCommand.Parameters[213].Value = ((int)(Original_R7408400.Value)); } else { this.Adapter.UpdateCommand.Parameters[212].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[213].Value = global::System.DBNull.Value; } - if ((Original_R3573400.HasValue == true)) { + if ((Original_R7408500.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[214].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[215].Value = ((int)(Original_R3573400.Value)); + this.Adapter.UpdateCommand.Parameters[215].Value = ((int)(Original_R7408500.Value)); } else { this.Adapter.UpdateCommand.Parameters[214].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[215].Value = global::System.DBNull.Value; } - if ((Original_R3573500.HasValue == true)) { + if ((Original_R7409200.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[216].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[217].Value = ((int)(Original_R3573500.Value)); + this.Adapter.UpdateCommand.Parameters[217].Value = ((int)(Original_R7409200.Value)); } else { this.Adapter.UpdateCommand.Parameters[216].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[217].Value = global::System.DBNull.Value; } - if ((Original_R3657100.HasValue == true)) { + if ((Original_R7409300.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[218].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[219].Value = ((int)(Original_R3657100.Value)); + this.Adapter.UpdateCommand.Parameters[219].Value = ((int)(Original_R7409300.Value)); } else { this.Adapter.UpdateCommand.Parameters[218].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[219].Value = global::System.DBNull.Value; } - if ((Original_R3917600.HasValue == true)) { + if ((Original_R7409400.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[220].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[221].Value = ((int)(Original_R3917600.Value)); + this.Adapter.UpdateCommand.Parameters[221].Value = ((int)(Original_R7409400.Value)); } else { this.Adapter.UpdateCommand.Parameters[220].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[221].Value = global::System.DBNull.Value; } - if ((Original_R3917700.HasValue == true)) { + if ((Original_R7409500.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[222].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[223].Value = ((int)(Original_R3917700.Value)); + this.Adapter.UpdateCommand.Parameters[223].Value = ((int)(Original_R7409500.Value)); } else { this.Adapter.UpdateCommand.Parameters[222].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[223].Value = global::System.DBNull.Value; } - if ((Original_R4007600.HasValue == true)) { + if ((Original_R7409900.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[224].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[225].Value = ((int)(Original_R4007600.Value)); + this.Adapter.UpdateCommand.Parameters[225].Value = ((int)(Original_R7409900.Value)); } else { this.Adapter.UpdateCommand.Parameters[224].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[225].Value = global::System.DBNull.Value; } - if ((Original_R4100200.HasValue == true)) { + if ((Original_R7410000.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[226].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[227].Value = ((int)(Original_R4100200.Value)); + this.Adapter.UpdateCommand.Parameters[227].Value = ((int)(Original_R7410000.Value)); } else { this.Adapter.UpdateCommand.Parameters[226].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[227].Value = global::System.DBNull.Value; } - if ((Original_R4100201.HasValue == true)) { + if ((Original_R7410100.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[228].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[229].Value = ((int)(Original_R4100201.Value)); + this.Adapter.UpdateCommand.Parameters[229].Value = ((int)(Original_R7410100.Value)); } else { this.Adapter.UpdateCommand.Parameters[228].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[229].Value = global::System.DBNull.Value; } - if ((Original_R4100202.HasValue == true)) { + if ((Original_R7548600.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[230].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[231].Value = ((int)(Original_R4100202.Value)); + this.Adapter.UpdateCommand.Parameters[231].Value = ((int)(Original_R7548600.Value)); } else { this.Adapter.UpdateCommand.Parameters[230].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[231].Value = global::System.DBNull.Value; } - if ((Original_R4418700.HasValue == true)) { + if ((Original_R8106400.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[232].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[233].Value = ((int)(Original_R4418700.Value)); + this.Adapter.UpdateCommand.Parameters[233].Value = ((int)(Original_R8106400.Value)); } else { this.Adapter.UpdateCommand.Parameters[232].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[233].Value = global::System.DBNull.Value; } - if ((Original_R4500200.HasValue == true)) { + if ((Original_R8106500.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[234].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[235].Value = ((int)(Original_R4500200.Value)); + this.Adapter.UpdateCommand.Parameters[235].Value = ((int)(Original_R8106500.Value)); } else { this.Adapter.UpdateCommand.Parameters[234].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[235].Value = global::System.DBNull.Value; } - if ((Original_R4500201.HasValue == true)) { + if ((Original_R8106600.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[236].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[237].Value = ((int)(Original_R4500201.Value)); + this.Adapter.UpdateCommand.Parameters[237].Value = ((int)(Original_R8106600.Value)); } else { this.Adapter.UpdateCommand.Parameters[236].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[237].Value = global::System.DBNull.Value; } - if ((Original_R4500202.HasValue == true)) { + if ((Original_R8106700.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[238].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[239].Value = ((int)(Original_R4500202.Value)); + this.Adapter.UpdateCommand.Parameters[239].Value = ((int)(Original_R8106700.Value)); } else { this.Adapter.UpdateCommand.Parameters[238].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[239].Value = global::System.DBNull.Value; } - if ((Original_R5081700.HasValue == true)) { + if ((Original_R8106800.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[240].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[241].Value = ((int)(Original_R5081700.Value)); + this.Adapter.UpdateCommand.Parameters[241].Value = ((int)(Original_R8106800.Value)); } else { this.Adapter.UpdateCommand.Parameters[240].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[241].Value = global::System.DBNull.Value; } - if ((Original_R5167000.HasValue == true)) { + if ((Original_R8106900.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[242].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[243].Value = ((int)(Original_R5167000.Value)); + this.Adapter.UpdateCommand.Parameters[243].Value = ((int)(Original_R8106900.Value)); } else { this.Adapter.UpdateCommand.Parameters[242].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[243].Value = global::System.DBNull.Value; } - if ((Original_R5200200.HasValue == true)) { + if ((Original_R8107000.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[244].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[245].Value = ((int)(Original_R5200200.Value)); + this.Adapter.UpdateCommand.Parameters[245].Value = ((int)(Original_R8107000.Value)); } else { this.Adapter.UpdateCommand.Parameters[244].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[245].Value = global::System.DBNull.Value; } - if ((Original_R5200201.HasValue == true)) { + if ((Original_R8107100.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[246].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[247].Value = ((int)(Original_R5200201.Value)); + this.Adapter.UpdateCommand.Parameters[247].Value = ((int)(Original_R8107100.Value)); } else { this.Adapter.UpdateCommand.Parameters[246].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[247].Value = global::System.DBNull.Value; } - if ((Original_R5200202.HasValue == true)) { + if ((Original_R8107200.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[248].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[249].Value = ((int)(Original_R5200202.Value)); + this.Adapter.UpdateCommand.Parameters[249].Value = ((int)(Original_R8107200.Value)); } else { this.Adapter.UpdateCommand.Parameters[248].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[249].Value = global::System.DBNull.Value; } - if ((Original_R6435300.HasValue == true)) { + if ((Original_R8255400.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[250].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[251].Value = ((int)(Original_R6435300.Value)); + this.Adapter.UpdateCommand.Parameters[251].Value = ((int)(Original_R8255400.Value)); } else { this.Adapter.UpdateCommand.Parameters[250].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[251].Value = global::System.DBNull.Value; } - if ((Original_R6435301.HasValue == true)) { + if ((Original_R9900400.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[252].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[253].Value = ((int)(Original_R6435301.Value)); + this.Adapter.UpdateCommand.Parameters[253].Value = ((int)(Original_R9900400.Value)); } else { this.Adapter.UpdateCommand.Parameters[252].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[253].Value = global::System.DBNull.Value; } - if ((Original_R6435302.HasValue == true)) { + if ((Original_R9900600.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[254].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[255].Value = ((int)(Original_R6435302.Value)); + this.Adapter.UpdateCommand.Parameters[255].Value = ((int)(Original_R9900600.Value)); } else { this.Adapter.UpdateCommand.Parameters[254].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[255].Value = global::System.DBNull.Value; } - if ((Original_R6479800.HasValue == true)) { + if ((Original_R9900601.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[256].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[257].Value = ((int)(Original_R6479800.Value)); + this.Adapter.UpdateCommand.Parameters[257].Value = ((int)(Original_R9900601.Value)); } else { this.Adapter.UpdateCommand.Parameters[256].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[257].Value = global::System.DBNull.Value; } - if ((Original_R6963300.HasValue == true)) { + if ((Original_R9901200.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[258].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[259].Value = ((int)(Original_R6963300.Value)); + this.Adapter.UpdateCommand.Parameters[259].Value = ((int)(Original_R9901200.Value)); } else { this.Adapter.UpdateCommand.Parameters[258].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[259].Value = global::System.DBNull.Value; } - if ((Original_R6963301.HasValue == true)) { + if ((Original_R9901400.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[260].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[261].Value = ((int)(Original_R6963301.Value)); + this.Adapter.UpdateCommand.Parameters[261].Value = ((int)(Original_R9901400.Value)); } else { this.Adapter.UpdateCommand.Parameters[260].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[261].Value = global::System.DBNull.Value; } - if ((Original_R6963302.HasValue == true)) { + if ((Original_R9901401.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[262].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[263].Value = ((int)(Original_R6963302.Value)); + this.Adapter.UpdateCommand.Parameters[263].Value = ((int)(Original_R9901401.Value)); } else { this.Adapter.UpdateCommand.Parameters[262].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[263].Value = global::System.DBNull.Value; } - if ((Original_R7007500.HasValue == true)) { + if ((Original_R9902000.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[264].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[265].Value = ((int)(Original_R7007500.Value)); + this.Adapter.UpdateCommand.Parameters[265].Value = ((int)(Original_R9902000.Value)); } else { this.Adapter.UpdateCommand.Parameters[264].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[265].Value = global::System.DBNull.Value; } - if ((Original_R7656300.HasValue == true)) { + if ((Original_R9902200.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[266].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[267].Value = ((int)(Original_R7656300.Value)); + this.Adapter.UpdateCommand.Parameters[267].Value = ((int)(Original_R9902200.Value)); } else { this.Adapter.UpdateCommand.Parameters[266].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[267].Value = global::System.DBNull.Value; } - if ((Original_R7656301.HasValue == true)) { + if ((Original_R9902201.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[268].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[269].Value = ((int)(Original_R7656301.Value)); + this.Adapter.UpdateCommand.Parameters[269].Value = ((int)(Original_R9902201.Value)); } else { this.Adapter.UpdateCommand.Parameters[268].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[269].Value = global::System.DBNull.Value; } - if ((Original_R7656302.HasValue == true)) { + if ((Original_R9902800.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[270].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[271].Value = ((int)(Original_R7656302.Value)); + this.Adapter.UpdateCommand.Parameters[271].Value = ((int)(Original_R9902800.Value)); } else { this.Adapter.UpdateCommand.Parameters[270].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[271].Value = global::System.DBNull.Value; } - if ((Original_R7704800.HasValue == true)) { + if ((Original_R9903000.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[272].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[273].Value = ((int)(Original_R7704800.Value)); + this.Adapter.UpdateCommand.Parameters[273].Value = ((int)(Original_R9903000.Value)); } else { this.Adapter.UpdateCommand.Parameters[272].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[273].Value = global::System.DBNull.Value; } - if ((Original_R7800500.HasValue == true)) { + if ((Original_R9903001.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[274].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[275].Value = ((int)(Original_R7800500.Value)); + this.Adapter.UpdateCommand.Parameters[275].Value = ((int)(Original_R9903001.Value)); } else { this.Adapter.UpdateCommand.Parameters[274].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[275].Value = global::System.DBNull.Value; } - if ((Original_R7800501.HasValue == true)) { + if ((Original_R9903600.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[276].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[277].Value = ((int)(Original_R7800501.Value)); + this.Adapter.UpdateCommand.Parameters[277].Value = ((int)(Original_R9903600.Value)); } else { this.Adapter.UpdateCommand.Parameters[276].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[277].Value = global::System.DBNull.Value; } - if ((Original_R7800502.HasValue == true)) { + if ((Original_R9903800.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[278].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[279].Value = ((int)(Original_R7800502.Value)); + this.Adapter.UpdateCommand.Parameters[279].Value = ((int)(Original_R9903800.Value)); } else { this.Adapter.UpdateCommand.Parameters[278].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[279].Value = global::System.DBNull.Value; } - if ((Original_R8497200.HasValue == true)) { + if ((Original_R9903801.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[280].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[281].Value = ((int)(Original_R8497200.Value)); + this.Adapter.UpdateCommand.Parameters[281].Value = ((int)(Original_R9903801.Value)); } else { this.Adapter.UpdateCommand.Parameters[280].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[281].Value = global::System.DBNull.Value; } - if ((Original_R9908000.HasValue == true)) { + if ((Original_R9904400.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[282].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[283].Value = ((int)(Original_R9908000.Value)); + this.Adapter.UpdateCommand.Parameters[283].Value = ((int)(Original_R9904400.Value)); } else { this.Adapter.UpdateCommand.Parameters[282].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[283].Value = global::System.DBNull.Value; } - if ((Original_T0000900.HasValue == true)) { + if ((Original_R9904600.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[284].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[285].Value = ((int)(Original_T0000900.Value)); + this.Adapter.UpdateCommand.Parameters[285].Value = ((int)(Original_R9904600.Value)); } else { this.Adapter.UpdateCommand.Parameters[284].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[285].Value = global::System.DBNull.Value; } - if ((Original_T0000901.HasValue == true)) { + if ((Original_R9904601.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[286].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[287].Value = ((int)(Original_T0000901.Value)); + this.Adapter.UpdateCommand.Parameters[287].Value = ((int)(Original_R9904601.Value)); } else { this.Adapter.UpdateCommand.Parameters[286].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[287].Value = global::System.DBNull.Value; } - if ((Original_T0000902.HasValue == true)) { + if ((Original_R9905200.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[288].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[289].Value = ((int)(Original_T0000902.Value)); + this.Adapter.UpdateCommand.Parameters[289].Value = ((int)(Original_R9905200.Value)); } else { this.Adapter.UpdateCommand.Parameters[288].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[289].Value = global::System.DBNull.Value; } - if ((Original_T0989000.HasValue == true)) { + if ((Original_R9905400.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[290].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[291].Value = ((int)(Original_T0989000.Value)); + this.Adapter.UpdateCommand.Parameters[291].Value = ((int)(Original_R9905400.Value)); } else { this.Adapter.UpdateCommand.Parameters[290].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[291].Value = global::System.DBNull.Value; } - if ((Original_T1200700.HasValue == true)) { + if ((Original_R9905401.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[292].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[293].Value = ((int)(Original_T1200700.Value)); + this.Adapter.UpdateCommand.Parameters[293].Value = ((int)(Original_R9905401.Value)); } else { this.Adapter.UpdateCommand.Parameters[292].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[293].Value = global::System.DBNull.Value; } - if ((Original_T1200701.HasValue == true)) { + if ((Original_R9906000.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[294].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[295].Value = ((int)(Original_T1200701.Value)); + this.Adapter.UpdateCommand.Parameters[295].Value = ((int)(Original_R9906000.Value)); } else { this.Adapter.UpdateCommand.Parameters[294].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[295].Value = global::System.DBNull.Value; } - if ((Original_T1200702.HasValue == true)) { + if ((Original_R9906600.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[296].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[297].Value = ((int)(Original_T1200702.Value)); + this.Adapter.UpdateCommand.Parameters[297].Value = ((int)(Original_R9906600.Value)); } else { this.Adapter.UpdateCommand.Parameters[296].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[297].Value = global::System.DBNull.Value; } - if ((Original_T2210800.HasValue == true)) { + if ((Original_R9907200.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[298].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[299].Value = ((int)(Original_T2210800.Value)); + this.Adapter.UpdateCommand.Parameters[299].Value = ((int)(Original_R9907200.Value)); } else { this.Adapter.UpdateCommand.Parameters[298].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[299].Value = global::System.DBNull.Value; } - if ((Original_T2260600.HasValue == true)) { + if ((Original_R9907800.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[300].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[301].Value = ((int)(Original_T2260600.Value)); + this.Adapter.UpdateCommand.Parameters[301].Value = ((int)(Original_R9907800.Value)); } else { this.Adapter.UpdateCommand.Parameters[300].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[301].Value = global::System.DBNull.Value; } - if ((Original_T2260601.HasValue == true)) { + if ((Original_R9908000.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[302].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[303].Value = ((int)(Original_T2260601.Value)); + this.Adapter.UpdateCommand.Parameters[303].Value = ((int)(Original_R9908000.Value)); } else { this.Adapter.UpdateCommand.Parameters[302].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[303].Value = global::System.DBNull.Value; } - if ((Original_T2260602.HasValue == true)) { + if ((Original_R9911200.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[304].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[305].Value = ((int)(Original_T2260602.Value)); + this.Adapter.UpdateCommand.Parameters[305].Value = ((int)(Original_R9911200.Value)); } else { this.Adapter.UpdateCommand.Parameters[304].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[305].Value = global::System.DBNull.Value; } - if ((Original_T2763400.HasValue == true)) { + if ((Original_R9911201.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[306].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[307].Value = ((int)(Original_T2763400.Value)); + this.Adapter.UpdateCommand.Parameters[307].Value = ((int)(Original_R9911201.Value)); } else { this.Adapter.UpdateCommand.Parameters[306].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[307].Value = global::System.DBNull.Value; } - if ((Original_T2763500.HasValue == true)) { + if ((Original_T0337300.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[308].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[309].Value = ((int)(Original_T2763500.Value)); + this.Adapter.UpdateCommand.Parameters[309].Value = ((int)(Original_T0337300.Value)); } else { this.Adapter.UpdateCommand.Parameters[308].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[309].Value = global::System.DBNull.Value; } - if ((Original_T2763600.HasValue == true)) { + if ((Original_T0337400.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[310].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[311].Value = ((int)(Original_T2763600.Value)); + this.Adapter.UpdateCommand.Parameters[311].Value = ((int)(Original_T0337400.Value)); } else { this.Adapter.UpdateCommand.Parameters[310].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[311].Value = global::System.DBNull.Value; } - if ((Original_T2763700.HasValue == true)) { + if ((Original_T0337500.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[312].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[313].Value = ((int)(Original_T2763700.Value)); + this.Adapter.UpdateCommand.Parameters[313].Value = ((int)(Original_T0337500.Value)); } else { this.Adapter.UpdateCommand.Parameters[312].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[313].Value = global::System.DBNull.Value; } - if ((Original_T2763800.HasValue == true)) { + if ((Original_T0337600.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[314].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[315].Value = ((int)(Original_T2763800.Value)); + this.Adapter.UpdateCommand.Parameters[315].Value = ((int)(Original_T0337600.Value)); } else { this.Adapter.UpdateCommand.Parameters[314].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[315].Value = global::System.DBNull.Value; } - if ((Original_T2763900.HasValue == true)) { + if ((Original_T0337700.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[316].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[317].Value = ((int)(Original_T2763900.Value)); + this.Adapter.UpdateCommand.Parameters[317].Value = ((int)(Original_T0337700.Value)); } else { this.Adapter.UpdateCommand.Parameters[316].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[317].Value = global::System.DBNull.Value; } - if ((Original_T2764000.HasValue == true)) { + if ((Original_T0337800.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[318].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[319].Value = ((int)(Original_T2764000.Value)); + this.Adapter.UpdateCommand.Parameters[319].Value = ((int)(Original_T0337800.Value)); } else { this.Adapter.UpdateCommand.Parameters[318].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[319].Value = global::System.DBNull.Value; } - if ((Original_T3108700.HasValue == true)) { + if ((Original_T0337900.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[320].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[321].Value = ((int)(Original_T3108700.Value)); + this.Adapter.UpdateCommand.Parameters[321].Value = ((int)(Original_T0337900.Value)); } else { this.Adapter.UpdateCommand.Parameters[320].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[321].Value = global::System.DBNull.Value; } - if ((Original_T3195600.HasValue == true)) { + if ((Original_T0338000.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[322].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[323].Value = ((int)(Original_T3195600.Value)); + this.Adapter.UpdateCommand.Parameters[323].Value = ((int)(Original_T0338000.Value)); } else { this.Adapter.UpdateCommand.Parameters[322].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[323].Value = global::System.DBNull.Value; } - if ((Original_T3195601.HasValue == true)) { + if ((Original_T0338100.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[324].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[325].Value = ((int)(Original_T3195601.Value)); + this.Adapter.UpdateCommand.Parameters[325].Value = ((int)(Original_T0338100.Value)); } else { this.Adapter.UpdateCommand.Parameters[324].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[325].Value = global::System.DBNull.Value; } - if ((Original_T3195602.HasValue == true)) { + if ((Original_T0338200.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[326].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[327].Value = ((int)(Original_T3195602.Value)); + this.Adapter.UpdateCommand.Parameters[327].Value = ((int)(Original_T0338200.Value)); } else { this.Adapter.UpdateCommand.Parameters[326].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[327].Value = global::System.DBNull.Value; } - if ((Original_T3729600.HasValue == true)) { + if ((Original_T0338300.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[328].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[329].Value = ((int)(Original_T3729600.Value)); + this.Adapter.UpdateCommand.Parameters[329].Value = ((int)(Original_T0338300.Value)); } else { this.Adapter.UpdateCommand.Parameters[328].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[329].Value = global::System.DBNull.Value; } - if ((Original_T3729700.HasValue == true)) { + if ((Original_T0338400.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[330].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[331].Value = ((int)(Original_T3729700.Value)); + this.Adapter.UpdateCommand.Parameters[331].Value = ((int)(Original_T0338400.Value)); } else { this.Adapter.UpdateCommand.Parameters[330].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[331].Value = global::System.DBNull.Value; } - if ((Original_T3729800.HasValue == true)) { + if ((Original_T0338500.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[332].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[333].Value = ((int)(Original_T3729800.Value)); + this.Adapter.UpdateCommand.Parameters[333].Value = ((int)(Original_T0338500.Value)); } else { this.Adapter.UpdateCommand.Parameters[332].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[333].Value = global::System.DBNull.Value; } - if ((Original_T3729900.HasValue == true)) { + if ((Original_T0338600.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[334].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[335].Value = ((int)(Original_T3729900.Value)); + this.Adapter.UpdateCommand.Parameters[335].Value = ((int)(Original_T0338600.Value)); } else { this.Adapter.UpdateCommand.Parameters[334].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[335].Value = global::System.DBNull.Value; } - if ((Original_T3730000.HasValue == true)) { + if ((Original_T1486900.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[336].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[337].Value = ((int)(Original_T3730000.Value)); + this.Adapter.UpdateCommand.Parameters[337].Value = ((int)(Original_T1486900.Value)); } else { this.Adapter.UpdateCommand.Parameters[336].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[337].Value = global::System.DBNull.Value; } - if ((Original_T3730100.HasValue == true)) { + if ((Original_T1487000.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[338].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[339].Value = ((int)(Original_T3730100.Value)); + this.Adapter.UpdateCommand.Parameters[339].Value = ((int)(Original_T1487000.Value)); } else { this.Adapter.UpdateCommand.Parameters[338].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[339].Value = global::System.DBNull.Value; } - if ((Original_T4113200.HasValue == true)) { + if ((Original_T1487100.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[340].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[341].Value = ((int)(Original_T4113200.Value)); + this.Adapter.UpdateCommand.Parameters[341].Value = ((int)(Original_T1487100.Value)); } else { this.Adapter.UpdateCommand.Parameters[340].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[341].Value = global::System.DBNull.Value; } - if ((Original_T4181100.HasValue == true)) { + if ((Original_T1487200.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[342].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[343].Value = ((int)(Original_T4181100.Value)); + this.Adapter.UpdateCommand.Parameters[343].Value = ((int)(Original_T1487200.Value)); } else { this.Adapter.UpdateCommand.Parameters[342].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[343].Value = global::System.DBNull.Value; } - if ((Original_T4181101.HasValue == true)) { + if ((Original_T1487300.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[344].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[345].Value = ((int)(Original_T4181101.Value)); + this.Adapter.UpdateCommand.Parameters[345].Value = ((int)(Original_T1487300.Value)); } else { this.Adapter.UpdateCommand.Parameters[344].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[345].Value = global::System.DBNull.Value; } - if ((Original_T4181102.HasValue == true)) { + if ((Original_T1487400.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[346].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[347].Value = ((int)(Original_T4181102.Value)); + this.Adapter.UpdateCommand.Parameters[347].Value = ((int)(Original_T1487400.Value)); } else { this.Adapter.UpdateCommand.Parameters[346].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[347].Value = global::System.DBNull.Value; } - if ((Original_T5023600.HasValue == true)) { + if ((Original_T1487500.HasValue == true)) { this.Adapter.UpdateCommand.Parameters[348].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[349].Value = ((int)(Original_T5023600.Value)); + this.Adapter.UpdateCommand.Parameters[349].Value = ((int)(Original_T1487500.Value)); } else { this.Adapter.UpdateCommand.Parameters[348].Value = ((object)(1)); this.Adapter.UpdateCommand.Parameters[349].Value = global::System.DBNull.Value; } + if ((Original_T1487600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[350].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[351].Value = ((int)(Original_T1487600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[350].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[351].Value = global::System.DBNull.Value; + } + if ((Original_T1487700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[352].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[353].Value = ((int)(Original_T1487700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[352].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[353].Value = global::System.DBNull.Value; + } + if ((Original_T1487800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[354].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[355].Value = ((int)(Original_T1487800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[354].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[355].Value = global::System.DBNull.Value; + } + if ((Original_T2217700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[356].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[357].Value = ((int)(Original_T2217700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[356].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[357].Value = global::System.DBNull.Value; + } + if ((Original_T2533500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[358].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[359].Value = ((int)(Original_T2533500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[358].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[359].Value = global::System.DBNull.Value; + } + if ((Original_T2533600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[360].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[361].Value = ((int)(Original_T2533600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[360].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[361].Value = global::System.DBNull.Value; + } + if ((Original_T2533700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[362].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[363].Value = ((int)(Original_T2533700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[362].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[363].Value = global::System.DBNull.Value; + } + if ((Original_T2533800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[364].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[365].Value = ((int)(Original_T2533800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[364].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[365].Value = global::System.DBNull.Value; + } + if ((Original_T2533900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[366].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[367].Value = ((int)(Original_T2533900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[366].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[367].Value = global::System.DBNull.Value; + } + if ((Original_T2534000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[368].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[369].Value = ((int)(Original_T2534000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[368].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[369].Value = global::System.DBNull.Value; + } + if ((Original_T2534100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[370].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[371].Value = ((int)(Original_T2534100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[370].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[371].Value = global::System.DBNull.Value; + } + if ((Original_T2534200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[372].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[373].Value = ((int)(Original_T2534200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[372].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[373].Value = global::System.DBNull.Value; + } + if ((Original_T2534300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[374].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[375].Value = ((int)(Original_T2534300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[374].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[375].Value = global::System.DBNull.Value; + } + if ((Original_T2534400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[376].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[377].Value = ((int)(Original_T2534400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[376].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[377].Value = global::System.DBNull.Value; + } + if ((Original_T2534500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[378].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[379].Value = ((int)(Original_T2534500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[378].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[379].Value = global::System.DBNull.Value; + } + if ((Original_T3519800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[380].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[381].Value = ((int)(Original_T3519800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[380].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[381].Value = global::System.DBNull.Value; + } + if ((Original_T3519900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[382].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[383].Value = ((int)(Original_T3519900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[382].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[383].Value = global::System.DBNull.Value; + } + if ((Original_T3520000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[384].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[385].Value = ((int)(Original_T3520000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[384].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[385].Value = global::System.DBNull.Value; + } + if ((Original_T3520100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[386].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[387].Value = ((int)(Original_T3520100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[386].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[387].Value = global::System.DBNull.Value; + } + if ((Original_T3520200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[388].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[389].Value = ((int)(Original_T3520200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[388].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[389].Value = global::System.DBNull.Value; + } + if ((Original_T3520300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[390].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[391].Value = ((int)(Original_T3520300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[390].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[391].Value = global::System.DBNull.Value; + } + if ((Original_T3520400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[392].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[393].Value = ((int)(Original_T3520400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[392].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[393].Value = global::System.DBNull.Value; + } + if ((Original_T3520500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[394].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[395].Value = ((int)(Original_T3520500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[394].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[395].Value = global::System.DBNull.Value; + } + if ((Original_T3520600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[396].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[397].Value = ((int)(Original_T3520600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[396].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[397].Value = global::System.DBNull.Value; + } + if ((Original_T4483300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[398].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[399].Value = ((int)(Original_T4483300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[398].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[399].Value = global::System.DBNull.Value; + } + if ((Original_T4483400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[400].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[401].Value = ((int)(Original_T4483400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[400].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[401].Value = global::System.DBNull.Value; + } + if ((Original_T4483500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[402].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[403].Value = ((int)(Original_T4483500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[402].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[403].Value = global::System.DBNull.Value; + } + if ((Original_T4483600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[404].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[405].Value = ((int)(Original_T4483600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[404].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[405].Value = global::System.DBNull.Value; + } + if ((Original_T4483700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[406].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[407].Value = ((int)(Original_T4483700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[406].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[407].Value = global::System.DBNull.Value; + } + if ((Original_T4483800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[408].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[409].Value = ((int)(Original_T4483800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[408].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[409].Value = global::System.DBNull.Value; + } 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)) { @@ -128738,240 +132654,280 @@ public virtual int Update( [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] public virtual int Update( - global::System.Nullable R0000149, - global::System.Nullable R0000300, - global::System.Nullable R0000500, - global::System.Nullable R0009100, - global::System.Nullable R0009300, - global::System.Nullable R0172500, - global::System.Nullable R0172600, - global::System.Nullable R0173600, global::System.Nullable R0214700, global::System.Nullable R0214800, - global::System.Nullable R0216500, - global::System.Nullable R0329200, - global::System.Nullable R0329210, - global::System.Nullable R0406510, - global::System.Nullable R0410100, - global::System.Nullable R0410300, - global::System.Nullable R0530700, - global::System.Nullable R0530800, - global::System.Nullable R0619010, - global::System.Nullable R0809900, - global::System.Nullable R0810000, - global::System.Nullable R0898310, - global::System.Nullable R1045700, - global::System.Nullable R1045800, - global::System.Nullable R1145110, - global::System.Nullable R1427500, - global::System.Nullable R1427600, - global::System.Nullable R1520310, - global::System.Nullable R1774100, - global::System.Nullable R1774200, - global::System.Nullable R1794600, - global::System.Nullable R1794700, - global::System.Nullable R1891010, - global::System.Nullable R2156200, - global::System.Nullable R2156300, - global::System.Nullable R2258110, - global::System.Nullable R2365700, - global::System.Nullable R2365800, - global::System.Nullable R2445510, - global::System.Nullable R2742500, - global::System.Nullable R2742600, - global::System.Nullable R2871300, - global::System.Nullable R2986100, - global::System.Nullable R2986200, - global::System.Nullable R3075000, - global::System.Nullable R3302500, - global::System.Nullable R3302600, - global::System.Nullable R3401700, - global::System.Nullable R3573400, - global::System.Nullable R3573500, - global::System.Nullable R3657100, - global::System.Nullable R3917600, - global::System.Nullable R3917700, - global::System.Nullable R4007600, - global::System.Nullable R4100200, - global::System.Nullable R4100201, - global::System.Nullable R4100202, - global::System.Nullable R4418700, - global::System.Nullable R4500200, - global::System.Nullable R4500201, - global::System.Nullable R4500202, - global::System.Nullable R5081700, - global::System.Nullable R5167000, - global::System.Nullable R5200200, - global::System.Nullable R5200201, - global::System.Nullable R5200202, - global::System.Nullable R6435300, - global::System.Nullable R6435301, - global::System.Nullable R6435302, - global::System.Nullable R6479800, - global::System.Nullable R6963300, - global::System.Nullable R6963301, - global::System.Nullable R6963302, - global::System.Nullable R7007500, - global::System.Nullable R7656300, - global::System.Nullable R7656301, - global::System.Nullable R7656302, - global::System.Nullable R7704800, - global::System.Nullable R7800500, - global::System.Nullable R7800501, - global::System.Nullable R7800502, - global::System.Nullable R8497200, + global::System.Nullable R4825700, + global::System.Nullable R4826000, + global::System.Nullable R4826100, + global::System.Nullable R4826300, + global::System.Nullable R4826500, + global::System.Nullable R4826800, + global::System.Nullable R5495900, + global::System.Nullable R5496200, + global::System.Nullable R5496300, + global::System.Nullable R5496500, + global::System.Nullable R5496700, + global::System.Nullable R5497000, + global::System.Nullable R5497200, + global::System.Nullable R6210700, + global::System.Nullable R6210800, + global::System.Nullable R6210900, + global::System.Nullable R6211500, + global::System.Nullable R6211600, + global::System.Nullable R6211700, + global::System.Nullable R6211800, + global::System.Nullable R6211900, + global::System.Nullable R6212200, + global::System.Nullable R6212300, + global::System.Nullable R6764000, + global::System.Nullable R6764100, + global::System.Nullable R6764200, + global::System.Nullable R6764900, + global::System.Nullable R6765000, + global::System.Nullable R6765100, + global::System.Nullable R6765200, + global::System.Nullable R6765600, + global::System.Nullable R6765700, + global::System.Nullable R6765800, + global::System.Nullable R6839600, + global::System.Nullable R7408300, + global::System.Nullable R7408400, + global::System.Nullable R7408500, + global::System.Nullable R7409200, + global::System.Nullable R7409300, + global::System.Nullable R7409400, + global::System.Nullable R7409500, + global::System.Nullable R7409900, + global::System.Nullable R7410000, + global::System.Nullable R7410100, + global::System.Nullable R7548600, + global::System.Nullable R8106400, + global::System.Nullable R8106500, + global::System.Nullable R8106600, + global::System.Nullable R8106700, + global::System.Nullable R8106800, + global::System.Nullable R8106900, + global::System.Nullable R8107000, + global::System.Nullable R8107100, + global::System.Nullable R8107200, + global::System.Nullable R8255400, + global::System.Nullable R9900400, + global::System.Nullable R9900600, + global::System.Nullable R9900601, + global::System.Nullable R9901200, + global::System.Nullable R9901400, + global::System.Nullable R9901401, + global::System.Nullable R9902000, + global::System.Nullable R9902200, + global::System.Nullable R9902201, + global::System.Nullable R9902800, + global::System.Nullable R9903000, + global::System.Nullable R9903001, + global::System.Nullable R9903600, + global::System.Nullable R9903800, + global::System.Nullable R9903801, + global::System.Nullable R9904400, + global::System.Nullable R9904600, + global::System.Nullable R9904601, + global::System.Nullable R9905200, + global::System.Nullable R9905400, + global::System.Nullable R9905401, + global::System.Nullable R9906000, + global::System.Nullable R9906600, + global::System.Nullable R9907200, + global::System.Nullable R9907800, global::System.Nullable R9908000, - global::System.Nullable T0000900, - global::System.Nullable T0000901, - global::System.Nullable T0000902, - global::System.Nullable T0989000, - global::System.Nullable T1200700, - global::System.Nullable T1200701, - global::System.Nullable T1200702, - global::System.Nullable T2210800, - global::System.Nullable T2260600, - global::System.Nullable T2260601, - global::System.Nullable T2260602, - global::System.Nullable T2763400, - global::System.Nullable T2763500, - global::System.Nullable T2763600, - global::System.Nullable T2763700, - global::System.Nullable T2763800, - global::System.Nullable T2763900, - global::System.Nullable T2764000, - global::System.Nullable T3108700, - global::System.Nullable T3195600, - global::System.Nullable T3195601, - global::System.Nullable T3195602, - global::System.Nullable T3729600, - global::System.Nullable T3729700, - global::System.Nullable T3729800, - global::System.Nullable T3729900, - global::System.Nullable T3730000, - global::System.Nullable T3730100, - global::System.Nullable T4113200, - global::System.Nullable T4181100, - global::System.Nullable T4181101, - global::System.Nullable T4181102, - global::System.Nullable T5023600, + global::System.Nullable R9911200, + global::System.Nullable R9911201, + global::System.Nullable T0337300, + global::System.Nullable T0337400, + global::System.Nullable T0337500, + global::System.Nullable T0337600, + global::System.Nullable T0337700, + global::System.Nullable T0337800, + global::System.Nullable T0337900, + global::System.Nullable T0338000, + global::System.Nullable T0338100, + global::System.Nullable T0338200, + global::System.Nullable T0338300, + global::System.Nullable T0338400, + global::System.Nullable T0338500, + global::System.Nullable T0338600, + global::System.Nullable T1486900, + global::System.Nullable T1487000, + global::System.Nullable T1487100, + global::System.Nullable T1487200, + global::System.Nullable T1487300, + global::System.Nullable T1487400, + global::System.Nullable T1487500, + global::System.Nullable T1487600, + global::System.Nullable T1487700, + global::System.Nullable T1487800, + global::System.Nullable T2217700, + global::System.Nullable T2533500, + global::System.Nullable T2533600, + global::System.Nullable T2533700, + global::System.Nullable T2533800, + global::System.Nullable T2533900, + global::System.Nullable T2534000, + global::System.Nullable T2534100, + global::System.Nullable T2534200, + global::System.Nullable T2534300, + global::System.Nullable T2534400, + global::System.Nullable T2534500, + global::System.Nullable T3519800, + global::System.Nullable T3519900, + global::System.Nullable T3520000, + global::System.Nullable T3520100, + global::System.Nullable T3520200, + global::System.Nullable T3520300, + global::System.Nullable T3520400, + global::System.Nullable T3520500, + global::System.Nullable T3520600, + global::System.Nullable T4483300, + global::System.Nullable T4483400, + global::System.Nullable T4483500, + global::System.Nullable T4483600, + global::System.Nullable T4483700, + global::System.Nullable T4483800, int Original_R0000100, - global::System.Nullable Original_R0000149, - global::System.Nullable Original_R0000300, - global::System.Nullable Original_R0000500, - global::System.Nullable Original_R0009100, - global::System.Nullable Original_R0009300, - global::System.Nullable Original_R0172500, - global::System.Nullable Original_R0172600, - global::System.Nullable Original_R0173600, global::System.Nullable Original_R0214700, global::System.Nullable Original_R0214800, - global::System.Nullable Original_R0216500, - global::System.Nullable Original_R0329200, - global::System.Nullable Original_R0329210, - global::System.Nullable Original_R0406510, - global::System.Nullable Original_R0410100, - global::System.Nullable Original_R0410300, - global::System.Nullable Original_R0530700, - global::System.Nullable Original_R0530800, - global::System.Nullable Original_R0619010, - global::System.Nullable Original_R0809900, - global::System.Nullable Original_R0810000, - global::System.Nullable Original_R0898310, - global::System.Nullable Original_R1045700, - global::System.Nullable Original_R1045800, - global::System.Nullable Original_R1145110, - global::System.Nullable Original_R1427500, - global::System.Nullable Original_R1427600, - global::System.Nullable Original_R1520310, - global::System.Nullable Original_R1774100, - global::System.Nullable Original_R1774200, - global::System.Nullable Original_R1794600, - global::System.Nullable Original_R1794700, - global::System.Nullable Original_R1891010, - global::System.Nullable Original_R2156200, - global::System.Nullable Original_R2156300, - global::System.Nullable Original_R2258110, - global::System.Nullable Original_R2365700, - global::System.Nullable Original_R2365800, - global::System.Nullable Original_R2445510, - global::System.Nullable Original_R2742500, - global::System.Nullable Original_R2742600, - global::System.Nullable Original_R2871300, - global::System.Nullable Original_R2986100, - global::System.Nullable Original_R2986200, - global::System.Nullable Original_R3075000, - global::System.Nullable Original_R3302500, - global::System.Nullable Original_R3302600, - global::System.Nullable Original_R3401700, - global::System.Nullable Original_R3573400, - global::System.Nullable Original_R3573500, - global::System.Nullable Original_R3657100, - global::System.Nullable Original_R3917600, - global::System.Nullable Original_R3917700, - global::System.Nullable Original_R4007600, - global::System.Nullable Original_R4100200, - global::System.Nullable Original_R4100201, - global::System.Nullable Original_R4100202, - global::System.Nullable Original_R4418700, - global::System.Nullable Original_R4500200, - global::System.Nullable Original_R4500201, - global::System.Nullable Original_R4500202, - global::System.Nullable Original_R5081700, - global::System.Nullable Original_R5167000, - global::System.Nullable Original_R5200200, - global::System.Nullable Original_R5200201, - global::System.Nullable Original_R5200202, - global::System.Nullable Original_R6435300, - global::System.Nullable Original_R6435301, - global::System.Nullable Original_R6435302, - global::System.Nullable Original_R6479800, - global::System.Nullable Original_R6963300, - global::System.Nullable Original_R6963301, - global::System.Nullable Original_R6963302, - global::System.Nullable Original_R7007500, - global::System.Nullable Original_R7656300, - global::System.Nullable Original_R7656301, - global::System.Nullable Original_R7656302, - global::System.Nullable Original_R7704800, - global::System.Nullable Original_R7800500, - global::System.Nullable Original_R7800501, - global::System.Nullable Original_R7800502, - global::System.Nullable Original_R8497200, + global::System.Nullable Original_R4825700, + global::System.Nullable Original_R4826000, + global::System.Nullable Original_R4826100, + global::System.Nullable Original_R4826300, + global::System.Nullable Original_R4826500, + global::System.Nullable Original_R4826800, + global::System.Nullable Original_R5495900, + global::System.Nullable Original_R5496200, + global::System.Nullable Original_R5496300, + global::System.Nullable Original_R5496500, + global::System.Nullable Original_R5496700, + global::System.Nullable Original_R5497000, + global::System.Nullable Original_R5497200, + global::System.Nullable Original_R6210700, + global::System.Nullable Original_R6210800, + global::System.Nullable Original_R6210900, + global::System.Nullable Original_R6211500, + global::System.Nullable Original_R6211600, + global::System.Nullable Original_R6211700, + global::System.Nullable Original_R6211800, + global::System.Nullable Original_R6211900, + global::System.Nullable Original_R6212200, + global::System.Nullable Original_R6212300, + global::System.Nullable Original_R6764000, + global::System.Nullable Original_R6764100, + global::System.Nullable Original_R6764200, + global::System.Nullable Original_R6764900, + global::System.Nullable Original_R6765000, + global::System.Nullable Original_R6765100, + global::System.Nullable Original_R6765200, + global::System.Nullable Original_R6765600, + global::System.Nullable Original_R6765700, + global::System.Nullable Original_R6765800, + global::System.Nullable Original_R6839600, + global::System.Nullable Original_R7408300, + global::System.Nullable Original_R7408400, + global::System.Nullable Original_R7408500, + global::System.Nullable Original_R7409200, + global::System.Nullable Original_R7409300, + global::System.Nullable Original_R7409400, + global::System.Nullable Original_R7409500, + global::System.Nullable Original_R7409900, + global::System.Nullable Original_R7410000, + global::System.Nullable Original_R7410100, + global::System.Nullable Original_R7548600, + global::System.Nullable Original_R8106400, + global::System.Nullable Original_R8106500, + global::System.Nullable Original_R8106600, + global::System.Nullable Original_R8106700, + global::System.Nullable Original_R8106800, + global::System.Nullable Original_R8106900, + global::System.Nullable Original_R8107000, + global::System.Nullable Original_R8107100, + global::System.Nullable Original_R8107200, + global::System.Nullable Original_R8255400, + global::System.Nullable Original_R9900400, + global::System.Nullable Original_R9900600, + global::System.Nullable Original_R9900601, + global::System.Nullable Original_R9901200, + global::System.Nullable Original_R9901400, + global::System.Nullable Original_R9901401, + global::System.Nullable Original_R9902000, + global::System.Nullable Original_R9902200, + global::System.Nullable Original_R9902201, + global::System.Nullable Original_R9902800, + global::System.Nullable Original_R9903000, + global::System.Nullable Original_R9903001, + global::System.Nullable Original_R9903600, + global::System.Nullable Original_R9903800, + global::System.Nullable Original_R9903801, + global::System.Nullable Original_R9904400, + global::System.Nullable Original_R9904600, + global::System.Nullable Original_R9904601, + global::System.Nullable Original_R9905200, + global::System.Nullable Original_R9905400, + global::System.Nullable Original_R9905401, + global::System.Nullable Original_R9906000, + global::System.Nullable Original_R9906600, + global::System.Nullable Original_R9907200, + global::System.Nullable Original_R9907800, global::System.Nullable Original_R9908000, - global::System.Nullable Original_T0000900, - global::System.Nullable Original_T0000901, - global::System.Nullable Original_T0000902, - global::System.Nullable Original_T0989000, - global::System.Nullable Original_T1200700, - global::System.Nullable Original_T1200701, - global::System.Nullable Original_T1200702, - global::System.Nullable Original_T2210800, - global::System.Nullable Original_T2260600, - global::System.Nullable Original_T2260601, - global::System.Nullable Original_T2260602, - global::System.Nullable Original_T2763400, - global::System.Nullable Original_T2763500, - global::System.Nullable Original_T2763600, - global::System.Nullable Original_T2763700, - global::System.Nullable Original_T2763800, - global::System.Nullable Original_T2763900, - global::System.Nullable Original_T2764000, - global::System.Nullable Original_T3108700, - global::System.Nullable Original_T3195600, - global::System.Nullable Original_T3195601, - global::System.Nullable Original_T3195602, - global::System.Nullable Original_T3729600, - global::System.Nullable Original_T3729700, - global::System.Nullable Original_T3729800, - global::System.Nullable Original_T3729900, - global::System.Nullable Original_T3730000, - global::System.Nullable Original_T3730100, - global::System.Nullable Original_T4113200, - global::System.Nullable Original_T4181100, - global::System.Nullable Original_T4181101, - global::System.Nullable Original_T4181102, - global::System.Nullable Original_T5023600) { - return this.Update(Original_R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R0172600, R0173600, R0214700, R0214800, R0216500, R0329200, R0329210, R0406510, R0410100, R0410300, R0530700, R0530800, R0619010, R0809900, R0810000, R0898310, R1045700, R1045800, R1145110, R1427500, R1427600, R1520310, R1774100, R1774200, R1794600, R1794700, R1891010, R2156200, R2156300, R2258110, R2365700, R2365800, R2445510, R2742500, R2742600, R2871300, R2986100, R2986200, R3075000, R3302500, R3302600, R3401700, R3573400, R3573500, R3657100, R3917600, R3917700, R4007600, R4100200, R4100201, R4100202, R4418700, R4500200, R4500201, R4500202, R5081700, R5167000, R5200200, R5200201, R5200202, R6435300, R6435301, R6435302, R6479800, R6963300, R6963301, R6963302, R7007500, R7656300, R7656301, R7656302, R7704800, R7800500, R7800501, R7800502, R8497200, R9908000, T0000900, T0000901, T0000902, T0989000, T1200700, T1200701, T1200702, T2210800, T2260600, T2260601, T2260602, T2763400, T2763500, T2763600, T2763700, T2763800, T2763900, T2764000, T3108700, T3195600, T3195601, T3195602, T3729600, T3729700, T3729800, T3729900, T3730000, T3730100, T4113200, T4181100, T4181101, T4181102, T5023600, Original_R0000100, Original_R0000149, Original_R0000300, Original_R0000500, Original_R0009100, Original_R0009300, Original_R0172500, Original_R0172600, Original_R0173600, Original_R0214700, Original_R0214800, Original_R0216500, Original_R0329200, Original_R0329210, Original_R0406510, Original_R0410100, Original_R0410300, Original_R0530700, Original_R0530800, Original_R0619010, Original_R0809900, Original_R0810000, Original_R0898310, Original_R1045700, Original_R1045800, Original_R1145110, Original_R1427500, Original_R1427600, Original_R1520310, Original_R1774100, Original_R1774200, Original_R1794600, Original_R1794700, Original_R1891010, Original_R2156200, Original_R2156300, Original_R2258110, Original_R2365700, Original_R2365800, Original_R2445510, Original_R2742500, Original_R2742600, Original_R2871300, Original_R2986100, Original_R2986200, Original_R3075000, Original_R3302500, Original_R3302600, Original_R3401700, Original_R3573400, Original_R3573500, Original_R3657100, Original_R3917600, Original_R3917700, Original_R4007600, Original_R4100200, Original_R4100201, Original_R4100202, Original_R4418700, Original_R4500200, Original_R4500201, Original_R4500202, Original_R5081700, Original_R5167000, Original_R5200200, Original_R5200201, Original_R5200202, Original_R6435300, Original_R6435301, Original_R6435302, Original_R6479800, Original_R6963300, Original_R6963301, Original_R6963302, Original_R7007500, Original_R7656300, Original_R7656301, Original_R7656302, Original_R7704800, Original_R7800500, Original_R7800501, Original_R7800502, Original_R8497200, Original_R9908000, Original_T0000900, Original_T0000901, Original_T0000902, Original_T0989000, Original_T1200700, Original_T1200701, Original_T1200702, Original_T2210800, Original_T2260600, Original_T2260601, Original_T2260602, Original_T2763400, Original_T2763500, Original_T2763600, Original_T2763700, Original_T2763800, Original_T2763900, Original_T2764000, Original_T3108700, Original_T3195600, Original_T3195601, Original_T3195602, Original_T3729600, Original_T3729700, Original_T3729800, Original_T3729900, Original_T3730000, Original_T3730100, Original_T4113200, Original_T4181100, Original_T4181101, Original_T4181102, Original_T5023600); + global::System.Nullable Original_R9911200, + global::System.Nullable Original_R9911201, + global::System.Nullable Original_T0337300, + global::System.Nullable Original_T0337400, + global::System.Nullable Original_T0337500, + global::System.Nullable Original_T0337600, + global::System.Nullable Original_T0337700, + global::System.Nullable Original_T0337800, + global::System.Nullable Original_T0337900, + global::System.Nullable Original_T0338000, + global::System.Nullable Original_T0338100, + global::System.Nullable Original_T0338200, + global::System.Nullable Original_T0338300, + global::System.Nullable Original_T0338400, + global::System.Nullable Original_T0338500, + global::System.Nullable Original_T0338600, + global::System.Nullable Original_T1486900, + global::System.Nullable Original_T1487000, + global::System.Nullable Original_T1487100, + global::System.Nullable Original_T1487200, + global::System.Nullable Original_T1487300, + global::System.Nullable Original_T1487400, + global::System.Nullable Original_T1487500, + global::System.Nullable Original_T1487600, + global::System.Nullable Original_T1487700, + global::System.Nullable Original_T1487800, + global::System.Nullable Original_T2217700, + global::System.Nullable Original_T2533500, + global::System.Nullable Original_T2533600, + global::System.Nullable Original_T2533700, + global::System.Nullable Original_T2533800, + global::System.Nullable Original_T2533900, + global::System.Nullable Original_T2534000, + global::System.Nullable Original_T2534100, + global::System.Nullable Original_T2534200, + global::System.Nullable Original_T2534300, + global::System.Nullable Original_T2534400, + global::System.Nullable Original_T2534500, + global::System.Nullable Original_T3519800, + global::System.Nullable Original_T3519900, + global::System.Nullable Original_T3520000, + global::System.Nullable Original_T3520100, + global::System.Nullable Original_T3520200, + global::System.Nullable Original_T3520300, + global::System.Nullable Original_T3520400, + global::System.Nullable Original_T3520500, + global::System.Nullable Original_T3520600, + global::System.Nullable Original_T4483300, + global::System.Nullable Original_T4483400, + global::System.Nullable Original_T4483500, + global::System.Nullable Original_T4483600, + global::System.Nullable Original_T4483700, + global::System.Nullable Original_T4483800) { + return this.Update(Original_R0000100, R0214700, R0214800, R4825700, R4826000, R4826100, R4826300, R4826500, R4826800, R5495900, R5496200, R5496300, R5496500, R5496700, R5497000, R5497200, R6210700, R6210800, R6210900, R6211500, R6211600, R6211700, R6211800, R6211900, R6212200, R6212300, R6764000, R6764100, R6764200, R6764900, R6765000, R6765100, R6765200, R6765600, R6765700, R6765800, R6839600, R7408300, R7408400, R7408500, R7409200, R7409300, R7409400, R7409500, R7409900, R7410000, R7410100, R7548600, R8106400, R8106500, R8106600, R8106700, R8106800, R8106900, R8107000, R8107100, R8107200, R8255400, R9900400, R9900600, R9900601, R9901200, R9901400, R9901401, R9902000, R9902200, R9902201, R9902800, R9903000, R9903001, R9903600, R9903800, R9903801, R9904400, R9904600, R9904601, R9905200, R9905400, R9905401, R9906000, R9906600, R9907200, R9907800, R9908000, R9911200, R9911201, T0337300, T0337400, T0337500, T0337600, T0337700, T0337800, T0337900, T0338000, T0338100, T0338200, T0338300, T0338400, T0338500, T0338600, T1486900, T1487000, T1487100, T1487200, T1487300, T1487400, T1487500, T1487600, T1487700, T1487800, T2217700, T2533500, T2533600, T2533700, T2533800, T2533900, T2534000, T2534100, T2534200, T2534300, T2534400, T2534500, T3519800, T3519900, T3520000, T3520100, T3520200, T3520300, T3520400, T3520500, T3520600, T4483300, T4483400, T4483500, T4483600, T4483700, T4483800, Original_R0000100, Original_R0214700, Original_R0214800, Original_R4825700, Original_R4826000, Original_R4826100, Original_R4826300, Original_R4826500, Original_R4826800, Original_R5495900, Original_R5496200, Original_R5496300, Original_R5496500, Original_R5496700, Original_R5497000, Original_R5497200, Original_R6210700, Original_R6210800, Original_R6210900, Original_R6211500, Original_R6211600, Original_R6211700, Original_R6211800, Original_R6211900, Original_R6212200, Original_R6212300, Original_R6764000, Original_R6764100, Original_R6764200, Original_R6764900, Original_R6765000, Original_R6765100, Original_R6765200, Original_R6765600, Original_R6765700, Original_R6765800, Original_R6839600, Original_R7408300, Original_R7408400, Original_R7408500, Original_R7409200, Original_R7409300, Original_R7409400, Original_R7409500, Original_R7409900, Original_R7410000, Original_R7410100, Original_R7548600, Original_R8106400, Original_R8106500, Original_R8106600, Original_R8106700, Original_R8106800, Original_R8106900, Original_R8107000, Original_R8107100, Original_R8107200, Original_R8255400, Original_R9900400, Original_R9900600, Original_R9900601, Original_R9901200, Original_R9901400, Original_R9901401, Original_R9902000, Original_R9902200, Original_R9902201, Original_R9902800, Original_R9903000, Original_R9903001, Original_R9903600, Original_R9903800, Original_R9903801, Original_R9904400, Original_R9904600, Original_R9904601, Original_R9905200, Original_R9905400, Original_R9905401, Original_R9906000, Original_R9906600, Original_R9907200, Original_R9907800, Original_R9908000, Original_R9911200, Original_R9911201, Original_T0337300, Original_T0337400, Original_T0337500, Original_T0337600, Original_T0337700, Original_T0337800, Original_T0337900, Original_T0338000, Original_T0338100, Original_T0338200, Original_T0338300, Original_T0338400, Original_T0338500, Original_T0338600, Original_T1486900, Original_T1487000, Original_T1487100, Original_T1487200, Original_T1487300, Original_T1487400, Original_T1487500, Original_T1487600, Original_T1487700, Original_T1487800, Original_T2217700, Original_T2533500, Original_T2533600, Original_T2533700, Original_T2533800, Original_T2533900, Original_T2534000, Original_T2534100, Original_T2534200, Original_T2534300, Original_T2534400, Original_T2534500, Original_T3519800, Original_T3519900, Original_T3520000, Original_T3520100, Original_T3520200, Original_T3520300, Original_T3520400, Original_T3520500, Original_T3520600, Original_T4483300, Original_T4483400, Original_T4483500, Original_T4483600, Original_T4483700, Original_T4483800); } } @@ -129097,69 +133053,50 @@ private void InitAdapter() { tableMapping.SourceTable = "Table"; tableMapping.DataSetTable = "tblGen2FatherFromGen1"; tableMapping.ColumnMappings.Add("R0000100", "R0000100"); + tableMapping.ColumnMappings.Add("R0173600", "R0173600"); + tableMapping.ColumnMappings.Add("R0214700", "R0214700"); tableMapping.ColumnMappings.Add("R0214800", "R0214800"); tableMapping.ColumnMappings.Add("R1373300", "R1373300"); - tableMapping.ColumnMappings.Add("R1373400", "R1373400"); tableMapping.ColumnMappings.Add("R1373500", "R1373500"); tableMapping.ColumnMappings.Add("R1374000", "R1374000"); - tableMapping.ColumnMappings.Add("R1374100", "R1374100"); tableMapping.ColumnMappings.Add("R1374200", "R1374200"); tableMapping.ColumnMappings.Add("R1374700", "R1374700"); - tableMapping.ColumnMappings.Add("R1374800", "R1374800"); tableMapping.ColumnMappings.Add("R1374900", "R1374900"); tableMapping.ColumnMappings.Add("R1375400", "R1375400"); - tableMapping.ColumnMappings.Add("R1375500", "R1375500"); tableMapping.ColumnMappings.Add("R1375600", "R1375600"); tableMapping.ColumnMappings.Add("R1376100", "R1376100"); - tableMapping.ColumnMappings.Add("R1376200", "R1376200"); tableMapping.ColumnMappings.Add("R1376300", "R1376300"); tableMapping.ColumnMappings.Add("R1376800", "R1376800"); - tableMapping.ColumnMappings.Add("R1376900", "R1376900"); tableMapping.ColumnMappings.Add("R1377000", "R1377000"); tableMapping.ColumnMappings.Add("R1377500", "R1377500"); - tableMapping.ColumnMappings.Add("R1377600", "R1377600"); tableMapping.ColumnMappings.Add("R1377700", "R1377700"); tableMapping.ColumnMappings.Add("R1753700", "R1753700"); - tableMapping.ColumnMappings.Add("R1753800", "R1753800"); tableMapping.ColumnMappings.Add("R1753900", "R1753900"); tableMapping.ColumnMappings.Add("R1754400", "R1754400"); - tableMapping.ColumnMappings.Add("R1754500", "R1754500"); tableMapping.ColumnMappings.Add("R1754600", "R1754600"); tableMapping.ColumnMappings.Add("R1755100", "R1755100"); - tableMapping.ColumnMappings.Add("R1755200", "R1755200"); tableMapping.ColumnMappings.Add("R1755300", "R1755300"); tableMapping.ColumnMappings.Add("R1755800", "R1755800"); - tableMapping.ColumnMappings.Add("R1755900", "R1755900"); tableMapping.ColumnMappings.Add("R1756000", "R1756000"); tableMapping.ColumnMappings.Add("R1756500", "R1756500"); - tableMapping.ColumnMappings.Add("R1756600", "R1756600"); tableMapping.ColumnMappings.Add("R1756700", "R1756700"); tableMapping.ColumnMappings.Add("R1757200", "R1757200"); - tableMapping.ColumnMappings.Add("R1757300", "R1757300"); tableMapping.ColumnMappings.Add("R1757400", "R1757400"); tableMapping.ColumnMappings.Add("R1757900", "R1757900"); - tableMapping.ColumnMappings.Add("R1758000", "R1758000"); tableMapping.ColumnMappings.Add("R1758100", "R1758100"); tableMapping.ColumnMappings.Add("R2095700", "R2095700"); - tableMapping.ColumnMappings.Add("R2095800", "R2095800"); tableMapping.ColumnMappings.Add("R2095900", "R2095900"); tableMapping.ColumnMappings.Add("R2096400", "R2096400"); - tableMapping.ColumnMappings.Add("R2096500", "R2096500"); tableMapping.ColumnMappings.Add("R2096600", "R2096600"); tableMapping.ColumnMappings.Add("R2097100", "R2097100"); - tableMapping.ColumnMappings.Add("R2097200", "R2097200"); tableMapping.ColumnMappings.Add("R2097300", "R2097300"); tableMapping.ColumnMappings.Add("R2097800", "R2097800"); - tableMapping.ColumnMappings.Add("R2097900", "R2097900"); tableMapping.ColumnMappings.Add("R2098000", "R2098000"); tableMapping.ColumnMappings.Add("R2098500", "R2098500"); - tableMapping.ColumnMappings.Add("R2098600", "R2098600"); tableMapping.ColumnMappings.Add("R2098700", "R2098700"); tableMapping.ColumnMappings.Add("R2099200", "R2099200"); - tableMapping.ColumnMappings.Add("R2099300", "R2099300"); tableMapping.ColumnMappings.Add("R2099400", "R2099400"); tableMapping.ColumnMappings.Add("R2099900", "R2099900"); - tableMapping.ColumnMappings.Add("R2100000", "R2100000"); tableMapping.ColumnMappings.Add("R2100100", "R2100100"); tableMapping.ColumnMappings.Add("R2345900", "R2345900"); tableMapping.ColumnMappings.Add("R2346200", "R2346200"); @@ -129169,25 +133106,18 @@ private void InitAdapter() { tableMapping.ColumnMappings.Add("R2347400", "R2347400"); tableMapping.ColumnMappings.Add("R2347700", "R2347700"); tableMapping.ColumnMappings.Add("R2648000", "R2648000"); - tableMapping.ColumnMappings.Add("R2648100", "R2648100"); tableMapping.ColumnMappings.Add("R2648200", "R2648200"); tableMapping.ColumnMappings.Add("R2648700", "R2648700"); - tableMapping.ColumnMappings.Add("R2648800", "R2648800"); tableMapping.ColumnMappings.Add("R2648900", "R2648900"); tableMapping.ColumnMappings.Add("R2649400", "R2649400"); - tableMapping.ColumnMappings.Add("R2649500", "R2649500"); tableMapping.ColumnMappings.Add("R2649600", "R2649600"); tableMapping.ColumnMappings.Add("R2650100", "R2650100"); - tableMapping.ColumnMappings.Add("R2650200", "R2650200"); tableMapping.ColumnMappings.Add("R2650300", "R2650300"); tableMapping.ColumnMappings.Add("R2650800", "R2650800"); - tableMapping.ColumnMappings.Add("R2650900", "R2650900"); tableMapping.ColumnMappings.Add("R2651000", "R2651000"); tableMapping.ColumnMappings.Add("R2651500", "R2651500"); - tableMapping.ColumnMappings.Add("R2651600", "R2651600"); tableMapping.ColumnMappings.Add("R2651700", "R2651700"); tableMapping.ColumnMappings.Add("R2652200", "R2652200"); - tableMapping.ColumnMappings.Add("R2652300", "R2652300"); tableMapping.ColumnMappings.Add("R2652400", "R2652400"); tableMapping.ColumnMappings.Add("R2955900", "R2955900"); tableMapping.ColumnMappings.Add("R2956200", "R2956200"); @@ -129197,119 +133127,78 @@ private void InitAdapter() { tableMapping.ColumnMappings.Add("R2957400", "R2957400"); tableMapping.ColumnMappings.Add("R2957700", "R2957700"); tableMapping.ColumnMappings.Add("R3255900", "R3255900"); - tableMapping.ColumnMappings.Add("R3256000", "R3256000"); tableMapping.ColumnMappings.Add("R3256100", "R3256100"); tableMapping.ColumnMappings.Add("R3257700", "R3257700"); - tableMapping.ColumnMappings.Add("R3257800", "R3257800"); tableMapping.ColumnMappings.Add("R3257900", "R3257900"); tableMapping.ColumnMappings.Add("R3259500", "R3259500"); - tableMapping.ColumnMappings.Add("R3259600", "R3259600"); tableMapping.ColumnMappings.Add("R3259700", "R3259700"); tableMapping.ColumnMappings.Add("R3261300", "R3261300"); - tableMapping.ColumnMappings.Add("R3261400", "R3261400"); tableMapping.ColumnMappings.Add("R3261500", "R3261500"); tableMapping.ColumnMappings.Add("R3263100", "R3263100"); - tableMapping.ColumnMappings.Add("R3263200", "R3263200"); tableMapping.ColumnMappings.Add("R3263300", "R3263300"); tableMapping.ColumnMappings.Add("R3264900", "R3264900"); - tableMapping.ColumnMappings.Add("R3265000", "R3265000"); tableMapping.ColumnMappings.Add("R3265100", "R3265100"); tableMapping.ColumnMappings.Add("R3266700", "R3266700"); - tableMapping.ColumnMappings.Add("R3266800", "R3266800"); tableMapping.ColumnMappings.Add("R3266900", "R3266900"); tableMapping.ColumnMappings.Add("R3268500", "R3268500"); tableMapping.ColumnMappings.Add("R3556400", "R3556400"); tableMapping.ColumnMappings.Add("R3557000", "R3557000"); tableMapping.ColumnMappings.Add("R3557600", "R3557600"); tableMapping.ColumnMappings.Add("R3771800", "R3771800"); - tableMapping.ColumnMappings.Add("R3771900", "R3771900"); tableMapping.ColumnMappings.Add("R3772000", "R3772000"); tableMapping.ColumnMappings.Add("R3772100", "R3772100"); - tableMapping.ColumnMappings.Add("R3772200", "R3772200"); - tableMapping.ColumnMappings.Add("R3772300", "R3772300"); tableMapping.ColumnMappings.Add("R3772400", "R3772400"); tableMapping.ColumnMappings.Add("R3773900", "R3773900"); - tableMapping.ColumnMappings.Add("R3774000", "R3774000"); tableMapping.ColumnMappings.Add("R3774100", "R3774100"); tableMapping.ColumnMappings.Add("R3774200", "R3774200"); - tableMapping.ColumnMappings.Add("R3774300", "R3774300"); - tableMapping.ColumnMappings.Add("R3774400", "R3774400"); tableMapping.ColumnMappings.Add("R3774500", "R3774500"); tableMapping.ColumnMappings.Add("R3776000", "R3776000"); - tableMapping.ColumnMappings.Add("R3776100", "R3776100"); tableMapping.ColumnMappings.Add("R3776200", "R3776200"); tableMapping.ColumnMappings.Add("R3776300", "R3776300"); - tableMapping.ColumnMappings.Add("R3776400", "R3776400"); - tableMapping.ColumnMappings.Add("R3776500", "R3776500"); tableMapping.ColumnMappings.Add("R3776600", "R3776600"); tableMapping.ColumnMappings.Add("R3778100", "R3778100"); - tableMapping.ColumnMappings.Add("R3778200", "R3778200"); tableMapping.ColumnMappings.Add("R3778300", "R3778300"); tableMapping.ColumnMappings.Add("R3778400", "R3778400"); - tableMapping.ColumnMappings.Add("R3778500", "R3778500"); - tableMapping.ColumnMappings.Add("R3778600", "R3778600"); tableMapping.ColumnMappings.Add("R3778700", "R3778700"); tableMapping.ColumnMappings.Add("R3780200", "R3780200"); - tableMapping.ColumnMappings.Add("R3780300", "R3780300"); tableMapping.ColumnMappings.Add("R3780400", "R3780400"); tableMapping.ColumnMappings.Add("R3780500", "R3780500"); - tableMapping.ColumnMappings.Add("R3780600", "R3780600"); - tableMapping.ColumnMappings.Add("R3780700", "R3780700"); tableMapping.ColumnMappings.Add("R3780800", "R3780800"); tableMapping.ColumnMappings.Add("R3782300", "R3782300"); - tableMapping.ColumnMappings.Add("R3782400", "R3782400"); tableMapping.ColumnMappings.Add("R3782500", "R3782500"); tableMapping.ColumnMappings.Add("R3782600", "R3782600"); tableMapping.ColumnMappings.Add("R3782900", "R3782900"); tableMapping.ColumnMappings.Add("R3784400", "R3784400"); - tableMapping.ColumnMappings.Add("R3784500", "R3784500"); tableMapping.ColumnMappings.Add("R3784600", "R3784600"); tableMapping.ColumnMappings.Add("R3784700", "R3784700"); tableMapping.ColumnMappings.Add("R3785000", "R3785000"); tableMapping.ColumnMappings.Add("R3786500", "R3786500"); tableMapping.ColumnMappings.Add("R3788004", "R3788004"); tableMapping.ColumnMappings.Add("R4276800", "R4276800"); - tableMapping.ColumnMappings.Add("R4276900", "R4276900"); tableMapping.ColumnMappings.Add("R4277000", "R4277000"); tableMapping.ColumnMappings.Add("R4277100", "R4277100"); tableMapping.ColumnMappings.Add("R4277101", "R4277101"); - tableMapping.ColumnMappings.Add("R4277200", "R4277200"); - tableMapping.ColumnMappings.Add("R4277201", "R4277201"); tableMapping.ColumnMappings.Add("R4277700", "R4277700"); - tableMapping.ColumnMappings.Add("R4277800", "R4277800"); tableMapping.ColumnMappings.Add("R4277900", "R4277900"); tableMapping.ColumnMappings.Add("R4278000", "R4278000"); tableMapping.ColumnMappings.Add("R4278001", "R4278001"); - tableMapping.ColumnMappings.Add("R4278100", "R4278100"); - tableMapping.ColumnMappings.Add("R4278101", "R4278101"); tableMapping.ColumnMappings.Add("R4278600", "R4278600"); - tableMapping.ColumnMappings.Add("R4278700", "R4278700"); tableMapping.ColumnMappings.Add("R4278800", "R4278800"); tableMapping.ColumnMappings.Add("R4278900", "R4278900"); tableMapping.ColumnMappings.Add("R4278901", "R4278901"); - tableMapping.ColumnMappings.Add("R4279000", "R4279000"); - tableMapping.ColumnMappings.Add("R4279001", "R4279001"); tableMapping.ColumnMappings.Add("R4279500", "R4279500"); - tableMapping.ColumnMappings.Add("R4279600", "R4279600"); tableMapping.ColumnMappings.Add("R4279700", "R4279700"); tableMapping.ColumnMappings.Add("R4279800", "R4279800"); tableMapping.ColumnMappings.Add("R4279801", "R4279801"); - tableMapping.ColumnMappings.Add("R4279900", "R4279900"); - tableMapping.ColumnMappings.Add("R4279901", "R4279901"); tableMapping.ColumnMappings.Add("R4280400", "R4280400"); - tableMapping.ColumnMappings.Add("R4280500", "R4280500"); tableMapping.ColumnMappings.Add("R4280600", "R4280600"); tableMapping.ColumnMappings.Add("R4280700", "R4280700"); tableMapping.ColumnMappings.Add("R4280701", "R4280701"); - tableMapping.ColumnMappings.Add("R4280800", "R4280800"); - tableMapping.ColumnMappings.Add("R4280801", "R4280801"); tableMapping.ColumnMappings.Add("R4281300", "R4281300"); - tableMapping.ColumnMappings.Add("R4281400", "R4281400"); tableMapping.ColumnMappings.Add("R4281500", "R4281500"); tableMapping.ColumnMappings.Add("R4281600", "R4281600"); tableMapping.ColumnMappings.Add("R4281601", "R4281601"); tableMapping.ColumnMappings.Add("R4282100", "R4282100"); - tableMapping.ColumnMappings.Add("R4282200", "R4282200"); tableMapping.ColumnMappings.Add("R4282300", "R4282300"); tableMapping.ColumnMappings.Add("R4282400", "R4282400"); tableMapping.ColumnMappings.Add("R4282401", "R4282401"); @@ -129318,119 +133207,82 @@ private void InitAdapter() { tableMapping.ColumnMappings.Add("R4283100", "R4283100"); tableMapping.ColumnMappings.Add("R4283600", "R4283600"); tableMapping.ColumnMappings.Add("R4827600", "R4827600"); - tableMapping.ColumnMappings.Add("R4827700", "R4827700"); tableMapping.ColumnMappings.Add("R4827800", "R4827800"); tableMapping.ColumnMappings.Add("R4827900", "R4827900"); tableMapping.ColumnMappings.Add("R4827901", "R4827901"); - tableMapping.ColumnMappings.Add("R4828000", "R4828000"); - tableMapping.ColumnMappings.Add("R4828001", "R4828001"); tableMapping.ColumnMappings.Add("R4828100", "R4828100"); tableMapping.ColumnMappings.Add("R4830600", "R4830600"); - tableMapping.ColumnMappings.Add("R4830700", "R4830700"); tableMapping.ColumnMappings.Add("R4830800", "R4830800"); tableMapping.ColumnMappings.Add("R4830900", "R4830900"); tableMapping.ColumnMappings.Add("R4830901", "R4830901"); - tableMapping.ColumnMappings.Add("R4831000", "R4831000"); - tableMapping.ColumnMappings.Add("R4831001", "R4831001"); tableMapping.ColumnMappings.Add("R4831100", "R4831100"); tableMapping.ColumnMappings.Add("R4833600", "R4833600"); - tableMapping.ColumnMappings.Add("R4833700", "R4833700"); tableMapping.ColumnMappings.Add("R4833800", "R4833800"); tableMapping.ColumnMappings.Add("R4833900", "R4833900"); tableMapping.ColumnMappings.Add("R4833901", "R4833901"); - tableMapping.ColumnMappings.Add("R4834000", "R4834000"); - tableMapping.ColumnMappings.Add("R4834001", "R4834001"); tableMapping.ColumnMappings.Add("R4834100", "R4834100"); tableMapping.ColumnMappings.Add("R4836600", "R4836600"); - tableMapping.ColumnMappings.Add("R4836700", "R4836700"); tableMapping.ColumnMappings.Add("R4836800", "R4836800"); tableMapping.ColumnMappings.Add("R4836900", "R4836900"); tableMapping.ColumnMappings.Add("R4836901", "R4836901"); - tableMapping.ColumnMappings.Add("R4837000", "R4837000"); - tableMapping.ColumnMappings.Add("R4837001", "R4837001"); tableMapping.ColumnMappings.Add("R4837100", "R4837100"); tableMapping.ColumnMappings.Add("R4839600", "R4839600"); - tableMapping.ColumnMappings.Add("R4839700", "R4839700"); tableMapping.ColumnMappings.Add("R4839800", "R4839800"); tableMapping.ColumnMappings.Add("R4839900", "R4839900"); tableMapping.ColumnMappings.Add("R4839901", "R4839901"); - tableMapping.ColumnMappings.Add("R4840000", "R4840000"); - tableMapping.ColumnMappings.Add("R4840001", "R4840001"); tableMapping.ColumnMappings.Add("R4840100", "R4840100"); tableMapping.ColumnMappings.Add("R4842500", "R4842500"); - tableMapping.ColumnMappings.Add("R4842600", "R4842600"); tableMapping.ColumnMappings.Add("R4842700", "R4842700"); tableMapping.ColumnMappings.Add("R4842800", "R4842800"); tableMapping.ColumnMappings.Add("R4842801", "R4842801"); tableMapping.ColumnMappings.Add("R4842900", "R4842900"); tableMapping.ColumnMappings.Add("R4844800", "R4844800"); - tableMapping.ColumnMappings.Add("R4844900", "R4844900"); tableMapping.ColumnMappings.Add("R4845000", "R4845000"); tableMapping.ColumnMappings.Add("R4845100", "R4845100"); tableMapping.ColumnMappings.Add("R4845101", "R4845101"); tableMapping.ColumnMappings.Add("R4845200", "R4845200"); tableMapping.ColumnMappings.Add("R4847100", "R4847100"); - tableMapping.ColumnMappings.Add("R4847200", "R4847200"); tableMapping.ColumnMappings.Add("R4847300", "R4847300"); tableMapping.ColumnMappings.Add("R4847400", "R4847400"); tableMapping.ColumnMappings.Add("R5498000", "R5498000"); - tableMapping.ColumnMappings.Add("R5498100", "R5498100"); tableMapping.ColumnMappings.Add("R5498200", "R5498200"); tableMapping.ColumnMappings.Add("R5498300", "R5498300"); tableMapping.ColumnMappings.Add("R5498301", "R5498301"); - tableMapping.ColumnMappings.Add("R5498400", "R5498400"); - tableMapping.ColumnMappings.Add("R5498401", "R5498401"); tableMapping.ColumnMappings.Add("R5498500", "R5498500"); tableMapping.ColumnMappings.Add("R5501000", "R5501000"); - tableMapping.ColumnMappings.Add("R5501100", "R5501100"); tableMapping.ColumnMappings.Add("R5501200", "R5501200"); tableMapping.ColumnMappings.Add("R5501300", "R5501300"); tableMapping.ColumnMappings.Add("R5501301", "R5501301"); - tableMapping.ColumnMappings.Add("R5501400", "R5501400"); - tableMapping.ColumnMappings.Add("R5501401", "R5501401"); tableMapping.ColumnMappings.Add("R5501500", "R5501500"); tableMapping.ColumnMappings.Add("R5504000", "R5504000"); - tableMapping.ColumnMappings.Add("R5504100", "R5504100"); tableMapping.ColumnMappings.Add("R5504200", "R5504200"); tableMapping.ColumnMappings.Add("R5504300", "R5504300"); tableMapping.ColumnMappings.Add("R5504301", "R5504301"); - tableMapping.ColumnMappings.Add("R5504400", "R5504400"); - tableMapping.ColumnMappings.Add("R5504401", "R5504401"); tableMapping.ColumnMappings.Add("R5504500", "R5504500"); tableMapping.ColumnMappings.Add("R5507000", "R5507000"); - tableMapping.ColumnMappings.Add("R5507100", "R5507100"); tableMapping.ColumnMappings.Add("R5507200", "R5507200"); tableMapping.ColumnMappings.Add("R5507300", "R5507300"); tableMapping.ColumnMappings.Add("R5507301", "R5507301"); - tableMapping.ColumnMappings.Add("R5507400", "R5507400"); - tableMapping.ColumnMappings.Add("R5507401", "R5507401"); tableMapping.ColumnMappings.Add("R5507500", "R5507500"); tableMapping.ColumnMappings.Add("R5510000", "R5510000"); - tableMapping.ColumnMappings.Add("R5510100", "R5510100"); tableMapping.ColumnMappings.Add("R5510200", "R5510200"); tableMapping.ColumnMappings.Add("R5510300", "R5510300"); tableMapping.ColumnMappings.Add("R5510301", "R5510301"); - tableMapping.ColumnMappings.Add("R5510400", "R5510400"); - tableMapping.ColumnMappings.Add("R5510401", "R5510401"); tableMapping.ColumnMappings.Add("R5510500", "R5510500"); tableMapping.ColumnMappings.Add("R5513000", "R5513000"); - tableMapping.ColumnMappings.Add("R5513100", "R5513100"); tableMapping.ColumnMappings.Add("R5513200", "R5513200"); tableMapping.ColumnMappings.Add("R5513300", "R5513300"); tableMapping.ColumnMappings.Add("R5513301", "R5513301"); tableMapping.ColumnMappings.Add("R5513400", "R5513400"); tableMapping.ColumnMappings.Add("R5515300", "R5515300"); - tableMapping.ColumnMappings.Add("R5515400", "R5515400"); tableMapping.ColumnMappings.Add("R5515500", "R5515500"); tableMapping.ColumnMappings.Add("R5515600", "R5515600"); tableMapping.ColumnMappings.Add("R5515601", "R5515601"); tableMapping.ColumnMappings.Add("R5515700", "R5515700"); tableMapping.ColumnMappings.Add("R5517600", "R5517600"); - tableMapping.ColumnMappings.Add("R5517700", "R5517700"); tableMapping.ColumnMappings.Add("R5517800", "R5517800"); tableMapping.ColumnMappings.Add("R5517900", "R5517900"); tableMapping.ColumnMappings.Add("R5519800", "R5519800"); - tableMapping.ColumnMappings.Add("R5519900", "R5519900"); tableMapping.ColumnMappings.Add("R5520000", "R5520000"); tableMapping.ColumnMappings.Add("R5520100", "R5520100"); tableMapping.ColumnMappings.Add("R5520101", "R5520101"); @@ -129445,16 +133297,6 @@ private void InitAdapter() { tableMapping.ColumnMappings.Add("R6219100", "R6219100"); tableMapping.ColumnMappings.Add("R6219200", "R6219200"); tableMapping.ColumnMappings.Add("R6219300", "R6219300"); - tableMapping.ColumnMappings.Add("R6219500", "R6219500"); - tableMapping.ColumnMappings.Add("R6219600", "R6219600"); - tableMapping.ColumnMappings.Add("R6219700", "R6219700"); - tableMapping.ColumnMappings.Add("R6219800", "R6219800"); - tableMapping.ColumnMappings.Add("R6219900", "R6219900"); - tableMapping.ColumnMappings.Add("R6220000", "R6220000"); - tableMapping.ColumnMappings.Add("R6220100", "R6220100"); - tableMapping.ColumnMappings.Add("R6220200", "R6220200"); - tableMapping.ColumnMappings.Add("R6220300", "R6220300"); - tableMapping.ColumnMappings.Add("R6220400", "R6220400"); tableMapping.ColumnMappings.Add("R6220600", "R6220600"); tableMapping.ColumnMappings.Add("R6220700", "R6220700"); tableMapping.ColumnMappings.Add("R6220800", "R6220800"); @@ -129485,18 +133327,6 @@ private void InitAdapter() { tableMapping.ColumnMappings.Add("R6222501", "R6222501"); tableMapping.ColumnMappings.Add("R6222600", "R6222600"); tableMapping.ColumnMappings.Add("R6222601", "R6222601"); - tableMapping.ColumnMappings.Add("R6222800", "R6222800"); - tableMapping.ColumnMappings.Add("R6222801", "R6222801"); - tableMapping.ColumnMappings.Add("R6222900", "R6222900"); - tableMapping.ColumnMappings.Add("R6222901", "R6222901"); - tableMapping.ColumnMappings.Add("R6223000", "R6223000"); - tableMapping.ColumnMappings.Add("R6223001", "R6223001"); - tableMapping.ColumnMappings.Add("R6223100", "R6223100"); - tableMapping.ColumnMappings.Add("R6223101", "R6223101"); - tableMapping.ColumnMappings.Add("R6223200", "R6223200"); - tableMapping.ColumnMappings.Add("R6223201", "R6223201"); - tableMapping.ColumnMappings.Add("R6223300", "R6223300"); - tableMapping.ColumnMappings.Add("R6223301", "R6223301"); tableMapping.ColumnMappings.Add("R6223400", "R6223400"); tableMapping.ColumnMappings.Add("R6223500", "R6223500"); tableMapping.ColumnMappings.Add("R6223600", "R6223600"); @@ -129527,16 +133357,6 @@ private void InitAdapter() { tableMapping.ColumnMappings.Add("R6773200", "R6773200"); tableMapping.ColumnMappings.Add("R6773300", "R6773300"); tableMapping.ColumnMappings.Add("R6773400", "R6773400"); - tableMapping.ColumnMappings.Add("R6773500", "R6773500"); - tableMapping.ColumnMappings.Add("R6773600", "R6773600"); - tableMapping.ColumnMappings.Add("R6773700", "R6773700"); - tableMapping.ColumnMappings.Add("R6773800", "R6773800"); - tableMapping.ColumnMappings.Add("R6773900", "R6773900"); - tableMapping.ColumnMappings.Add("R6774000", "R6774000"); - tableMapping.ColumnMappings.Add("R6774100", "R6774100"); - tableMapping.ColumnMappings.Add("R6774200", "R6774200"); - tableMapping.ColumnMappings.Add("R6774300", "R6774300"); - tableMapping.ColumnMappings.Add("R6774400", "R6774400"); tableMapping.ColumnMappings.Add("R6774500", "R6774500"); tableMapping.ColumnMappings.Add("R6774600", "R6774600"); tableMapping.ColumnMappings.Add("R6774700", "R6774700"); @@ -129563,18 +133383,6 @@ private void InitAdapter() { tableMapping.ColumnMappings.Add("R6776101", "R6776101"); tableMapping.ColumnMappings.Add("R6776200", "R6776200"); tableMapping.ColumnMappings.Add("R6776201", "R6776201"); - tableMapping.ColumnMappings.Add("R6776300", "R6776300"); - tableMapping.ColumnMappings.Add("R6776301", "R6776301"); - tableMapping.ColumnMappings.Add("R6776400", "R6776400"); - tableMapping.ColumnMappings.Add("R6776401", "R6776401"); - tableMapping.ColumnMappings.Add("R6776500", "R6776500"); - tableMapping.ColumnMappings.Add("R6776501", "R6776501"); - tableMapping.ColumnMappings.Add("R6776600", "R6776600"); - tableMapping.ColumnMappings.Add("R6776601", "R6776601"); - tableMapping.ColumnMappings.Add("R6776700", "R6776700"); - tableMapping.ColumnMappings.Add("R6776701", "R6776701"); - tableMapping.ColumnMappings.Add("R6776800", "R6776800"); - tableMapping.ColumnMappings.Add("R6776801", "R6776801"); tableMapping.ColumnMappings.Add("R6776900", "R6776900"); tableMapping.ColumnMappings.Add("R6777000", "R6777000"); tableMapping.ColumnMappings.Add("R6777100", "R6777100"); @@ -129605,16 +133413,6 @@ private void InitAdapter() { tableMapping.ColumnMappings.Add("R7417600", "R7417600"); tableMapping.ColumnMappings.Add("R7417700", "R7417700"); tableMapping.ColumnMappings.Add("R7417800", "R7417800"); - tableMapping.ColumnMappings.Add("R7417900", "R7417900"); - tableMapping.ColumnMappings.Add("R7418000", "R7418000"); - tableMapping.ColumnMappings.Add("R7418100", "R7418100"); - tableMapping.ColumnMappings.Add("R7418200", "R7418200"); - tableMapping.ColumnMappings.Add("R7418300", "R7418300"); - tableMapping.ColumnMappings.Add("R7418400", "R7418400"); - tableMapping.ColumnMappings.Add("R7418500", "R7418500"); - tableMapping.ColumnMappings.Add("R7418600", "R7418600"); - tableMapping.ColumnMappings.Add("R7418700", "R7418700"); - tableMapping.ColumnMappings.Add("R7418800", "R7418800"); tableMapping.ColumnMappings.Add("R7418900", "R7418900"); tableMapping.ColumnMappings.Add("R7419000", "R7419000"); tableMapping.ColumnMappings.Add("R7419100", "R7419100"); @@ -129641,20 +133439,6 @@ private void InitAdapter() { tableMapping.ColumnMappings.Add("R7420501", "R7420501"); tableMapping.ColumnMappings.Add("R7420600", "R7420600"); tableMapping.ColumnMappings.Add("R7420601", "R7420601"); - tableMapping.ColumnMappings.Add("R7420700", "R7420700"); - tableMapping.ColumnMappings.Add("R7420701", "R7420701"); - tableMapping.ColumnMappings.Add("R7420800", "R7420800"); - tableMapping.ColumnMappings.Add("R7420801", "R7420801"); - tableMapping.ColumnMappings.Add("R7420900", "R7420900"); - tableMapping.ColumnMappings.Add("R7420901", "R7420901"); - tableMapping.ColumnMappings.Add("R7421000", "R7421000"); - tableMapping.ColumnMappings.Add("R7421001", "R7421001"); - tableMapping.ColumnMappings.Add("R7421100", "R7421100"); - tableMapping.ColumnMappings.Add("R7421101", "R7421101"); - tableMapping.ColumnMappings.Add("R7421200", "R7421200"); - tableMapping.ColumnMappings.Add("R7421201", "R7421201"); - tableMapping.ColumnMappings.Add("R7421300", "R7421300"); - tableMapping.ColumnMappings.Add("R7421301", "R7421301"); tableMapping.ColumnMappings.Add("R7421400", "R7421400"); tableMapping.ColumnMappings.Add("R7421500", "R7421500"); tableMapping.ColumnMappings.Add("R7421600", "R7421600"); @@ -129685,16 +133469,6 @@ private void InitAdapter() { tableMapping.ColumnMappings.Add("R8115700", "R8115700"); tableMapping.ColumnMappings.Add("R8115800", "R8115800"); tableMapping.ColumnMappings.Add("R8115900", "R8115900"); - tableMapping.ColumnMappings.Add("R8116000", "R8116000"); - tableMapping.ColumnMappings.Add("R8116100", "R8116100"); - tableMapping.ColumnMappings.Add("R8116200", "R8116200"); - tableMapping.ColumnMappings.Add("R8116300", "R8116300"); - tableMapping.ColumnMappings.Add("R8116400", "R8116400"); - tableMapping.ColumnMappings.Add("R8116500", "R8116500"); - tableMapping.ColumnMappings.Add("R8116600", "R8116600"); - tableMapping.ColumnMappings.Add("R8116700", "R8116700"); - tableMapping.ColumnMappings.Add("R8116800", "R8116800"); - tableMapping.ColumnMappings.Add("R8116900", "R8116900"); tableMapping.ColumnMappings.Add("R8117000", "R8117000"); tableMapping.ColumnMappings.Add("R8117100", "R8117100"); tableMapping.ColumnMappings.Add("R8117200", "R8117200"); @@ -129725,18 +133499,6 @@ private void InitAdapter() { tableMapping.ColumnMappings.Add("R8118801", "R8118801"); tableMapping.ColumnMappings.Add("R8118900", "R8118900"); tableMapping.ColumnMappings.Add("R8118901", "R8118901"); - tableMapping.ColumnMappings.Add("R8119000", "R8119000"); - tableMapping.ColumnMappings.Add("R8119001", "R8119001"); - tableMapping.ColumnMappings.Add("R8119100", "R8119100"); - tableMapping.ColumnMappings.Add("R8119101", "R8119101"); - tableMapping.ColumnMappings.Add("R8119200", "R8119200"); - tableMapping.ColumnMappings.Add("R8119201", "R8119201"); - tableMapping.ColumnMappings.Add("R8119300", "R8119300"); - tableMapping.ColumnMappings.Add("R8119301", "R8119301"); - tableMapping.ColumnMappings.Add("R8119400", "R8119400"); - tableMapping.ColumnMappings.Add("R8119401", "R8119401"); - tableMapping.ColumnMappings.Add("R8119500", "R8119500"); - tableMapping.ColumnMappings.Add("R8119501", "R8119501"); tableMapping.ColumnMappings.Add("R8119600", "R8119600"); tableMapping.ColumnMappings.Add("R8119700", "R8119700"); tableMapping.ColumnMappings.Add("R8119800", "R8119800"); @@ -129791,17 +133553,6 @@ private void InitAdapter() { tableMapping.ColumnMappings.Add("T0347600", "T0347600"); tableMapping.ColumnMappings.Add("T0347700", "T0347700"); tableMapping.ColumnMappings.Add("T0347800", "T0347800"); - tableMapping.ColumnMappings.Add("T0347900", "T0347900"); - tableMapping.ColumnMappings.Add("T0348000", "T0348000"); - tableMapping.ColumnMappings.Add("T0348100", "T0348100"); - tableMapping.ColumnMappings.Add("T0348200", "T0348200"); - tableMapping.ColumnMappings.Add("T0348300", "T0348300"); - tableMapping.ColumnMappings.Add("T0348400", "T0348400"); - tableMapping.ColumnMappings.Add("T0348500", "T0348500"); - tableMapping.ColumnMappings.Add("T0348600", "T0348600"); - tableMapping.ColumnMappings.Add("T0348700", "T0348700"); - tableMapping.ColumnMappings.Add("T0348800", "T0348800"); - tableMapping.ColumnMappings.Add("T0348900", "T0348900"); tableMapping.ColumnMappings.Add("T0349000", "T0349000"); tableMapping.ColumnMappings.Add("T0349100", "T0349100"); tableMapping.ColumnMappings.Add("T0349200", "T0349200"); @@ -129833,22 +133584,6 @@ private void InitAdapter() { tableMapping.ColumnMappings.Add("T0350901", "T0350901"); tableMapping.ColumnMappings.Add("T0351000", "T0351000"); tableMapping.ColumnMappings.Add("T0351001", "T0351001"); - tableMapping.ColumnMappings.Add("T0351100", "T0351100"); - tableMapping.ColumnMappings.Add("T0351101", "T0351101"); - tableMapping.ColumnMappings.Add("T0351200", "T0351200"); - tableMapping.ColumnMappings.Add("T0351201", "T0351201"); - tableMapping.ColumnMappings.Add("T0351300", "T0351300"); - tableMapping.ColumnMappings.Add("T0351301", "T0351301"); - tableMapping.ColumnMappings.Add("T0351400", "T0351400"); - tableMapping.ColumnMappings.Add("T0351401", "T0351401"); - tableMapping.ColumnMappings.Add("T0351500", "T0351500"); - tableMapping.ColumnMappings.Add("T0351501", "T0351501"); - tableMapping.ColumnMappings.Add("T0351600", "T0351600"); - tableMapping.ColumnMappings.Add("T0351601", "T0351601"); - tableMapping.ColumnMappings.Add("T0351700", "T0351700"); - tableMapping.ColumnMappings.Add("T0351701", "T0351701"); - tableMapping.ColumnMappings.Add("T0351800", "T0351800"); - tableMapping.ColumnMappings.Add("T0351801", "T0351801"); tableMapping.ColumnMappings.Add("T0351900", "T0351900"); tableMapping.ColumnMappings.Add("T0352000", "T0352000"); tableMapping.ColumnMappings.Add("T0352100", "T0352100"); @@ -129888,17 +133623,6 @@ private void InitAdapter() { tableMapping.ColumnMappings.Add("T1497000", "T1497000"); tableMapping.ColumnMappings.Add("T1497100", "T1497100"); tableMapping.ColumnMappings.Add("T1497200", "T1497200"); - tableMapping.ColumnMappings.Add("T1497300", "T1497300"); - tableMapping.ColumnMappings.Add("T1497400", "T1497400"); - tableMapping.ColumnMappings.Add("T1497500", "T1497500"); - tableMapping.ColumnMappings.Add("T1497600", "T1497600"); - tableMapping.ColumnMappings.Add("T1497700", "T1497700"); - tableMapping.ColumnMappings.Add("T1497800", "T1497800"); - tableMapping.ColumnMappings.Add("T1497900", "T1497900"); - tableMapping.ColumnMappings.Add("T1498000", "T1498000"); - tableMapping.ColumnMappings.Add("T1498100", "T1498100"); - tableMapping.ColumnMappings.Add("T1498200", "T1498200"); - tableMapping.ColumnMappings.Add("T1498300", "T1498300"); tableMapping.ColumnMappings.Add("T1498400", "T1498400"); tableMapping.ColumnMappings.Add("T1498500", "T1498500"); tableMapping.ColumnMappings.Add("T1498600", "T1498600"); @@ -129930,18 +133654,6 @@ private void InitAdapter() { tableMapping.ColumnMappings.Add("T1500301", "T1500301"); tableMapping.ColumnMappings.Add("T1500400", "T1500400"); tableMapping.ColumnMappings.Add("T1500401", "T1500401"); - tableMapping.ColumnMappings.Add("T1500500", "T1500500"); - tableMapping.ColumnMappings.Add("T1500501", "T1500501"); - tableMapping.ColumnMappings.Add("T1500600", "T1500600"); - tableMapping.ColumnMappings.Add("T1500601", "T1500601"); - tableMapping.ColumnMappings.Add("T1500700", "T1500700"); - tableMapping.ColumnMappings.Add("T1500701", "T1500701"); - tableMapping.ColumnMappings.Add("T1500800", "T1500800"); - tableMapping.ColumnMappings.Add("T1500801", "T1500801"); - tableMapping.ColumnMappings.Add("T1500900", "T1500900"); - tableMapping.ColumnMappings.Add("T1500901", "T1500901"); - tableMapping.ColumnMappings.Add("T1501000", "T1501000"); - tableMapping.ColumnMappings.Add("T1501001", "T1501001"); tableMapping.ColumnMappings.Add("T1501100", "T1501100"); tableMapping.ColumnMappings.Add("T1501200", "T1501200"); tableMapping.ColumnMappings.Add("T1501300", "T1501300"); @@ -129980,16 +133692,6 @@ private void InitAdapter() { tableMapping.ColumnMappings.Add("T2542900", "T2542900"); tableMapping.ColumnMappings.Add("T2543000", "T2543000"); tableMapping.ColumnMappings.Add("T2543100", "T2543100"); - tableMapping.ColumnMappings.Add("T2543200", "T2543200"); - tableMapping.ColumnMappings.Add("T2543300", "T2543300"); - tableMapping.ColumnMappings.Add("T2543400", "T2543400"); - tableMapping.ColumnMappings.Add("T2543500", "T2543500"); - tableMapping.ColumnMappings.Add("T2543600", "T2543600"); - tableMapping.ColumnMappings.Add("T2543700", "T2543700"); - tableMapping.ColumnMappings.Add("T2543800", "T2543800"); - tableMapping.ColumnMappings.Add("T2543900", "T2543900"); - tableMapping.ColumnMappings.Add("T2544000", "T2544000"); - tableMapping.ColumnMappings.Add("T2544100", "T2544100"); tableMapping.ColumnMappings.Add("T2544200", "T2544200"); tableMapping.ColumnMappings.Add("T2544300", "T2544300"); tableMapping.ColumnMappings.Add("T2544400", "T2544400"); @@ -130018,20 +133720,6 @@ private void InitAdapter() { tableMapping.ColumnMappings.Add("T2545901", "T2545901"); tableMapping.ColumnMappings.Add("T2546000", "T2546000"); tableMapping.ColumnMappings.Add("T2546001", "T2546001"); - tableMapping.ColumnMappings.Add("T2546100", "T2546100"); - tableMapping.ColumnMappings.Add("T2546101", "T2546101"); - tableMapping.ColumnMappings.Add("T2546200", "T2546200"); - tableMapping.ColumnMappings.Add("T2546201", "T2546201"); - tableMapping.ColumnMappings.Add("T2546300", "T2546300"); - tableMapping.ColumnMappings.Add("T2546301", "T2546301"); - tableMapping.ColumnMappings.Add("T2546400", "T2546400"); - tableMapping.ColumnMappings.Add("T2546401", "T2546401"); - tableMapping.ColumnMappings.Add("T2546500", "T2546500"); - tableMapping.ColumnMappings.Add("T2546501", "T2546501"); - tableMapping.ColumnMappings.Add("T2546600", "T2546600"); - tableMapping.ColumnMappings.Add("T2546601", "T2546601"); - tableMapping.ColumnMappings.Add("T2546700", "T2546700"); - tableMapping.ColumnMappings.Add("T2546701", "T2546701"); tableMapping.ColumnMappings.Add("T2546800", "T2546800"); tableMapping.ColumnMappings.Add("T2546900", "T2546900"); tableMapping.ColumnMappings.Add("T2547000", "T2547000"); @@ -130049,1210 +133737,1098 @@ private void InitAdapter() { tableMapping.ColumnMappings.Add("T2763800", "T2763800"); tableMapping.ColumnMappings.Add("T2763900", "T2763900"); tableMapping.ColumnMappings.Add("T2764000", "T2764000"); + tableMapping.ColumnMappings.Add("T3527500", "T3527500"); + tableMapping.ColumnMappings.Add("T3527600", "T3527600"); + tableMapping.ColumnMappings.Add("T3527700", "T3527700"); + tableMapping.ColumnMappings.Add("T3527800", "T3527800"); + tableMapping.ColumnMappings.Add("T3527900", "T3527900"); + tableMapping.ColumnMappings.Add("T3528000", "T3528000"); + tableMapping.ColumnMappings.Add("T3528100", "T3528100"); + tableMapping.ColumnMappings.Add("T3528200", "T3528200"); + tableMapping.ColumnMappings.Add("T3528300", "T3528300"); + tableMapping.ColumnMappings.Add("T3528400", "T3528400"); + tableMapping.ColumnMappings.Add("T3530500", "T3530500"); + tableMapping.ColumnMappings.Add("T3530600", "T3530600"); + tableMapping.ColumnMappings.Add("T3530700", "T3530700"); + tableMapping.ColumnMappings.Add("T3530800", "T3530800"); + tableMapping.ColumnMappings.Add("T3530900", "T3530900"); + tableMapping.ColumnMappings.Add("T3531000", "T3531000"); + tableMapping.ColumnMappings.Add("T3531100", "T3531100"); + tableMapping.ColumnMappings.Add("T3531200", "T3531200"); + tableMapping.ColumnMappings.Add("T3531300", "T3531300"); + tableMapping.ColumnMappings.Add("T3531400", "T3531400"); + tableMapping.ColumnMappings.Add("T3531500", "T3531500"); + tableMapping.ColumnMappings.Add("T3531501", "T3531501"); + tableMapping.ColumnMappings.Add("T3531600", "T3531600"); + tableMapping.ColumnMappings.Add("T3531601", "T3531601"); + tableMapping.ColumnMappings.Add("T3531700", "T3531700"); + tableMapping.ColumnMappings.Add("T3531701", "T3531701"); + tableMapping.ColumnMappings.Add("T3531800", "T3531800"); + tableMapping.ColumnMappings.Add("T3531801", "T3531801"); + tableMapping.ColumnMappings.Add("T3531900", "T3531900"); + tableMapping.ColumnMappings.Add("T3531901", "T3531901"); + tableMapping.ColumnMappings.Add("T3532000", "T3532000"); + tableMapping.ColumnMappings.Add("T3532001", "T3532001"); + tableMapping.ColumnMappings.Add("T3532100", "T3532100"); + tableMapping.ColumnMappings.Add("T3532101", "T3532101"); + tableMapping.ColumnMappings.Add("T3532200", "T3532200"); + tableMapping.ColumnMappings.Add("T3532201", "T3532201"); + tableMapping.ColumnMappings.Add("T3532300", "T3532300"); + tableMapping.ColumnMappings.Add("T3532301", "T3532301"); + tableMapping.ColumnMappings.Add("T3532400", "T3532400"); + tableMapping.ColumnMappings.Add("T3532401", "T3532401"); + tableMapping.ColumnMappings.Add("T3533200", "T3533200"); + tableMapping.ColumnMappings.Add("T3533300", "T3533300"); + tableMapping.ColumnMappings.Add("T3533400", "T3533400"); + tableMapping.ColumnMappings.Add("T3533500", "T3533500"); + tableMapping.ColumnMappings.Add("T3533600", "T3533600"); + tableMapping.ColumnMappings.Add("T3533700", "T3533700"); + tableMapping.ColumnMappings.Add("T3533800", "T3533800"); + tableMapping.ColumnMappings.Add("T3533900", "T3533900"); + tableMapping.ColumnMappings.Add("T3534000", "T3534000"); + tableMapping.ColumnMappings.Add("T3534100", "T3534100"); tableMapping.ColumnMappings.Add("T3729600", "T3729600"); tableMapping.ColumnMappings.Add("T3729700", "T3729700"); tableMapping.ColumnMappings.Add("T3729800", "T3729800"); tableMapping.ColumnMappings.Add("T3729900", "T3729900"); tableMapping.ColumnMappings.Add("T3730000", "T3730000"); tableMapping.ColumnMappings.Add("T3730100", "T3730100"); + tableMapping.ColumnMappings.Add("T4496200", "T4496200"); + tableMapping.ColumnMappings.Add("T4496300", "T4496300"); + tableMapping.ColumnMappings.Add("T4496400", "T4496400"); + tableMapping.ColumnMappings.Add("T4496500", "T4496500"); + tableMapping.ColumnMappings.Add("T4496600", "T4496600"); + tableMapping.ColumnMappings.Add("T4496700", "T4496700"); + tableMapping.ColumnMappings.Add("T4496800", "T4496800"); + tableMapping.ColumnMappings.Add("T4496900", "T4496900"); + tableMapping.ColumnMappings.Add("T4497000", "T4497000"); + tableMapping.ColumnMappings.Add("T4497100", "T4497100"); + tableMapping.ColumnMappings.Add("T4500700", "T4500700"); + tableMapping.ColumnMappings.Add("T4500800", "T4500800"); + tableMapping.ColumnMappings.Add("T4500900", "T4500900"); + tableMapping.ColumnMappings.Add("T4501000", "T4501000"); + tableMapping.ColumnMappings.Add("T4501100", "T4501100"); + tableMapping.ColumnMappings.Add("T4501200", "T4501200"); + tableMapping.ColumnMappings.Add("T4501300", "T4501300"); + tableMapping.ColumnMappings.Add("T4501400", "T4501400"); + tableMapping.ColumnMappings.Add("T4501500", "T4501500"); + tableMapping.ColumnMappings.Add("T4501600", "T4501600"); + tableMapping.ColumnMappings.Add("T4501700", "T4501700"); + tableMapping.ColumnMappings.Add("T4501701", "T4501701"); + tableMapping.ColumnMappings.Add("T4501800", "T4501800"); + tableMapping.ColumnMappings.Add("T4501801", "T4501801"); + tableMapping.ColumnMappings.Add("T4501900", "T4501900"); + tableMapping.ColumnMappings.Add("T4501901", "T4501901"); + tableMapping.ColumnMappings.Add("T4502000", "T4502000"); + tableMapping.ColumnMappings.Add("T4502001", "T4502001"); + tableMapping.ColumnMappings.Add("T4502100", "T4502100"); + tableMapping.ColumnMappings.Add("T4502101", "T4502101"); + tableMapping.ColumnMappings.Add("T4502200", "T4502200"); + tableMapping.ColumnMappings.Add("T4502201", "T4502201"); + tableMapping.ColumnMappings.Add("T4502300", "T4502300"); + tableMapping.ColumnMappings.Add("T4502301", "T4502301"); + tableMapping.ColumnMappings.Add("T4502400", "T4502400"); + tableMapping.ColumnMappings.Add("T4502401", "T4502401"); + tableMapping.ColumnMappings.Add("T4502500", "T4502500"); + tableMapping.ColumnMappings.Add("T4502501", "T4502501"); + tableMapping.ColumnMappings.Add("T4502600", "T4502600"); + tableMapping.ColumnMappings.Add("T4502601", "T4502601"); + tableMapping.ColumnMappings.Add("T4504900", "T4504900"); + tableMapping.ColumnMappings.Add("T4505000", "T4505000"); + tableMapping.ColumnMappings.Add("T4505100", "T4505100"); + tableMapping.ColumnMappings.Add("T4505200", "T4505200"); + tableMapping.ColumnMappings.Add("T4505300", "T4505300"); + tableMapping.ColumnMappings.Add("T4505400", "T4505400"); + tableMapping.ColumnMappings.Add("T4505500", "T4505500"); + tableMapping.ColumnMappings.Add("T4505600", "T4505600"); + tableMapping.ColumnMappings.Add("T4505700", "T4505700"); + tableMapping.ColumnMappings.Add("T4505800", "T4505800"); + tableMapping.ColumnMappings.Add("T4703500", "T4703500"); + tableMapping.ColumnMappings.Add("T4703600", "T4703600"); + tableMapping.ColumnMappings.Add("T4703700", "T4703700"); + tableMapping.ColumnMappings.Add("T4703800", "T4703800"); + tableMapping.ColumnMappings.Add("T4703900", "T4703900"); + tableMapping.ColumnMappings.Add("T4704000", "T4704000"); 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 [Extract].[tblGen2FatherFromGen1] WHERE (([R0000100] = @Original_R000" + - "0100) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Origi" + - "nal_R0214800)) AND ((@IsNull_R1373300 = 1 AND [R1373300] IS NULL) OR ([R1373300]" + - " = @Original_R1373300)) AND ((@IsNull_R1373400 = 1 AND [R1373400] IS NULL) OR ([" + - "R1373400] = @Original_R1373400)) AND ((@IsNull_R1373500 = 1 AND [R1373500] IS NU" + - "LL) OR ([R1373500] = @Original_R1373500)) AND ((@IsNull_R1374000 = 1 AND [R13740" + - "00] IS NULL) OR ([R1374000] = @Original_R1374000)) AND ((@IsNull_R1374100 = 1 AN" + - "D [R1374100] IS NULL) OR ([R1374100] = @Original_R1374100)) AND ((@IsNull_R13742" + + "0100) AND ((@IsNull_R0173600 = 1 AND [R0173600] IS NULL) OR ([R0173600] = @Origi" + + "nal_R0173600)) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700]" + + " = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([" + + "R0214800] = @Original_R0214800)) AND ((@IsNull_R1373300 = 1 AND [R1373300] IS NU" + + "LL) OR ([R1373300] = @Original_R1373300)) AND ((@IsNull_R1373500 = 1 AND [R13735" + + "00] IS NULL) OR ([R1373500] = @Original_R1373500)) AND ((@IsNull_R1374000 = 1 AN" + + "D [R1374000] IS NULL) OR ([R1374000] = @Original_R1374000)) AND ((@IsNull_R13742" + "00 = 1 AND [R1374200] IS NULL) OR ([R1374200] = @Original_R1374200)) AND ((@IsNu" + "ll_R1374700 = 1 AND [R1374700] IS NULL) OR ([R1374700] = @Original_R1374700)) AN" + - "D ((@IsNull_R1374800 = 1 AND [R1374800] IS NULL) OR ([R1374800] = @Original_R137" + - "4800)) AND ((@IsNull_R1374900 = 1 AND [R1374900] IS NULL) OR ([R1374900] = @Orig" + - "inal_R1374900)) AND ((@IsNull_R1375400 = 1 AND [R1375400] IS NULL) OR ([R1375400" + - "] = @Original_R1375400)) AND ((@IsNull_R1375500 = 1 AND [R1375500] IS NULL) OR (" + - "[R1375500] = @Original_R1375500)) AND ((@IsNull_R1375600 = 1 AND [R1375600] IS N" + - "ULL) OR ([R1375600] = @Original_R1375600)) AND ((@IsNull_R1376100 = 1 AND [R1376" + - "100] IS NULL) OR ([R1376100] = @Original_R1376100)) AND ((@IsNull_R1376200 = 1 A" + - "ND [R1376200] IS NULL) OR ([R1376200] = @Original_R1376200)) AND ((@IsNull_R1376" + - "300 = 1 AND [R1376300] IS NULL) OR ([R1376300] = @Original_R1376300)) AND ((@IsN" + - "ull_R1376800 = 1 AND [R1376800] IS NULL) OR ([R1376800] = @Original_R1376800)) A" + - "ND ((@IsNull_R1376900 = 1 AND [R1376900] IS NULL) OR ([R1376900] = @Original_R13" + - "76900)) AND ((@IsNull_R1377000 = 1 AND [R1377000] IS NULL) OR ([R1377000] = @Ori" + - "ginal_R1377000)) AND ((@IsNull_R1377500 = 1 AND [R1377500] IS NULL) OR ([R137750" + - "0] = @Original_R1377500)) AND ((@IsNull_R1377600 = 1 AND [R1377600] IS NULL) OR " + - "([R1377600] = @Original_R1377600)) AND ((@IsNull_R1377700 = 1 AND [R1377700] IS " + - "NULL) OR ([R1377700] = @Original_R1377700)) AND ((@IsNull_R1753700 = 1 AND [R175" + - "3700] IS NULL) OR ([R1753700] = @Original_R1753700)) AND ((@IsNull_R1753800 = 1 " + - "AND [R1753800] IS NULL) OR ([R1753800] = @Original_R1753800)) AND ((@IsNull_R175" + - "3900 = 1 AND [R1753900] IS NULL) OR ([R1753900] = @Original_R1753900)) AND ((@Is" + - "Null_R1754400 = 1 AND [R1754400] IS NULL) OR ([R1754400] = @Original_R1754400)) " + - "AND ((@IsNull_R1754500 = 1 AND [R1754500] IS NULL) OR ([R1754500] = @Original_R1" + - "754500)) AND ((@IsNull_R1754600 = 1 AND [R1754600] IS NULL) OR ([R1754600] = @Or" + - "iginal_R1754600)) AND ((@IsNull_R1755100 = 1 AND [R1755100] IS NULL) OR ([R17551" + - "00] = @Original_R1755100)) AND ((@IsNull_R1755200 = 1 AND [R1755200] IS NULL) OR" + - " ([R1755200] = @Original_R1755200)) AND ((@IsNull_R1755300 = 1 AND [R1755300] IS" + - " NULL) OR ([R1755300] = @Original_R1755300)) AND ((@IsNull_R1755800 = 1 AND [R17" + - "55800] IS NULL) OR ([R1755800] = @Original_R1755800)) AND ((@IsNull_R1755900 = 1" + - " AND [R1755900] IS NULL) OR ([R1755900] = @Original_R1755900)) AND ((@IsNull_R17" + - "56000 = 1 AND [R1756000] IS NULL) OR ([R1756000] = @Original_R1756000)) AND ((@I" + - "sNull_R1756500 = 1 AND [R1756500] IS NULL) OR ([R1756500] = @Original_R1756500))" + - " AND ((@IsNull_R1756600 = 1 AND [R1756600] IS NULL) OR ([R1756600] = @Original_R" + - "1756600)) AND ((@IsNull_R1756700 = 1 AND [R1756700] IS NULL) OR ([R1756700] = @O" + - "riginal_R1756700)) AND ((@IsNull_R1757200 = 1 AND [R1757200] IS NULL) OR ([R1757" + - "200] = @Original_R1757200)) AND ((@IsNull_R1757300 = 1 AND [R1757300] IS NULL) O" + - "R ([R1757300] = @Original_R1757300)) AND ((@IsNull_R1757400 = 1 AND [R1757400] I" + - "S NULL) OR ([R1757400] = @Original_R1757400)) AND ((@IsNull_R1757900 = 1 AND [R1" + - "757900] IS NULL) OR ([R1757900] = @Original_R1757900)) AND ((@IsNull_R1758000 = " + - "1 AND [R1758000] IS NULL) OR ([R1758000] = @Original_R1758000)) AND ((@IsNull_R1" + - "758100 = 1 AND [R1758100] IS NULL) OR ([R1758100] = @Original_R1758100)) AND ((@" + - "IsNull_R2095700 = 1 AND [R2095700] IS NULL) OR ([R2095700] = @Original_R2095700)" + - ") AND ((@IsNull_R2095800 = 1 AND [R2095800] IS NULL) OR ([R2095800] = @Original_" + - "R2095800)) AND ((@IsNull_R2095900 = 1 AND [R2095900] IS NULL) OR ([R2095900] = @" + - "Original_R2095900)) AND ((@IsNull_R2096400 = 1 AND [R2096400] IS NULL) OR ([R209" + - "6400] = @Original_R2096400)) AND ((@IsNull_R2096500 = 1 AND [R2096500] IS NULL) " + - "OR ([R2096500] = @Original_R2096500)) AND ((@IsNull_R2096600 = 1 AND [R2096600] " + - "IS NULL) OR ([R2096600] = @Original_R2096600)) AND ((@IsNull_R2097100 = 1 AND [R" + - "2097100] IS NULL) OR ([R2097100] = @Original_R2097100)) AND ((@IsNull_R2097200 =" + - " 1 AND [R2097200] IS NULL) OR ([R2097200] = @Original_R2097200)) AND ((@IsNull_R" + - "2097300 = 1 AND [R2097300] IS NULL) OR ([R2097300] = @Original_R2097300)) AND ((" + - "@IsNull_R2097800 = 1 AND [R2097800] IS NULL) OR ([R2097800] = @Original_R2097800" + - ")) AND ((@IsNull_R2097900 = 1 AND [R2097900] IS NULL) OR ([R2097900] = @Original" + - "_R2097900)) AND ((@IsNull_R2098000 = 1 AND [R2098000] IS NULL) OR ([R2098000] = " + - "@Original_R2098000)) AND ((@IsNull_R2098500 = 1 AND [R2098500] IS NULL) OR ([R20" + - "98500] = @Original_R2098500)) AND ((@IsNull_R2098600 = 1 AND [R2098600] IS NULL)" + - " OR ([R2098600] = @Original_R2098600)) AND ((@IsNull_R2098700 = 1 AND [R2098700]" + - " IS NULL) OR ([R2098700] = @Original_R2098700)) AND ((@IsNull_R2099200 = 1 AND [" + - "R2099200] IS NULL) OR ([R2099200] = @Original_R2099200)) AND ((@IsNull_R2099300 " + - "= 1 AND [R2099300] IS NULL) OR ([R2099300] = @Original_R2099300)) AND ((@IsNull_" + - "R2099400 = 1 AND [R2099400] IS NULL) OR ([R2099400] = @Original_R2099400)) AND (" + - "(@IsNull_R2099900 = 1 AND [R2099900] IS NULL) OR ([R2099900] = @Original_R209990" + - "0)) AND ((@IsNull_R2100000 = 1 AND [R2100000] IS NULL) OR ([R2100000] = @Origina" + - "l_R2100000)) AND ((@IsNull_R2100100 = 1 AND [R2100100] IS NULL) OR ([R2100100] =" + - " @Original_R2100100)) AND ((@IsNull_R2345900 = 1 AND [R2345900] IS NULL) OR ([R2" + - "345900] = @Original_R2345900)) AND ((@IsNull_R2346200 = 1 AND [R2346200] IS NULL" + - ") OR ([R2346200] = @Original_R2346200)) AND ((@IsNull_R2346500 = 1 AND [R2346500" + - "] IS NULL) OR ([R2346500] = @Original_R2346500)) AND ((@IsNull_R2346800 = 1 AND " + - "[R2346800] IS NULL) OR ([R2346800] = @Original_R2346800)) AND ((@IsNull_R2347100" + - " = 1 AND [R2347100] IS NULL) OR ([R2347100] = @Original_R2347100)) AND ((@IsNull" + - "_R2347400 = 1 AND [R2347400] IS NULL) OR ([R2347400] = @Original_R2347400)) AND " + - "((@IsNull_R2347700 = 1 AND [R2347700] IS NULL) OR ([R2347700] = @Original_R23477" + - "00)) AND ((@IsNull_R2648000 = 1 AND [R2648000] IS NULL) OR ([R2648000] = @Origin" + - "al_R2648000)) AND ((@IsNull_R2648100 = 1 AND [R2648100] IS NULL) OR ([R2648100] " + - "= @Original_R2648100)) AND ((@IsNull_R2648200 = 1 AND [R2648200] IS NULL) OR ([R" + - "2648200] = @Original_R2648200)) AND ((@IsNull_R2648700 = 1 AND [R2648700] IS NUL" + - "L) OR ([R2648700] = @Original_R2648700)) AND ((@IsNull_R2648800 = 1 AND [R264880" + - "0] IS NULL) OR ([R2648800] = @Original_R2648800)) AND ((@IsNull_R2648900 = 1 AND" + - " [R2648900] IS NULL) OR ([R2648900] = @Original_R2648900)) AND ((@IsNull_R264940" + - "0 = 1 AND [R2649400] IS NULL) OR ([R2649400] = @Original_R2649400)) AND ((@IsNul" + - "l_R2649500 = 1 AND [R2649500] IS NULL) OR ([R2649500] = @Original_R2649500)) AND" + - " ((@IsNull_R2649600 = 1 AND [R2649600] IS NULL) OR ([R2649600] = @Original_R2649" + - "600)) AND ((@IsNull_R2650100 = 1 AND [R2650100] IS NULL) OR ([R2650100] = @Origi" + - "nal_R2650100)) AND ((@IsNull_R2650200 = 1 AND [R2650200] IS NULL) OR ([R2650200]" + - " = @Original_R2650200)) AND ((@IsNull_R2650300 = 1 AND [R2650300] IS NULL) OR ([" + - "R2650300] = @Original_R2650300)) AND ((@IsNull_R2650800 = 1 AND [R2650800] IS NU" + - "LL) OR ([R2650800] = @Original_R2650800)) AND ((@IsNull_R2650900 = 1 AND [R26509" + - "00] IS NULL) OR ([R2650900] = @Original_R2650900)) AND ((@IsNull_R2651000 = 1 AN" + - "D [R2651000] IS NULL) OR ([R2651000] = @Original_R2651000)) AND ((@IsNull_R26515" + - "00 = 1 AND [R2651500] IS NULL) OR ([R2651500] = @Original_R2651500)) AND ((@IsNu" + - "ll_R2651600 = 1 AND [R2651600] IS NULL) OR ([R2651600] = @Original_R2651600)) AN" + - "D ((@IsNull_R2651700 = 1 AND [R2651700] IS NULL) OR ([R2651700] = @Original_R265" + - "1700)) AND ((@IsNull_R2652200 = 1 AND [R2652200] IS NULL) OR ([R2652200] = @Orig" + - "inal_R2652200)) AND ((@IsNull_R2652300 = 1 AND [R2652300] IS NULL) OR ([R2652300" + - "] = @Original_R2652300)) AND ((@IsNull_R2652400 = 1 AND [R2652400] IS NULL) OR (" + - "[R2652400] = @Original_R2652400)) AND ((@IsNull_R2955900 = 1 AND [R2955900] IS N" + - "ULL) OR ([R2955900] = @Original_R2955900)) AND ((@IsNull_R2956200 = 1 AND [R2956" + - "200] IS NULL) OR ([R2956200] = @Original_R2956200)) AND ((@IsNull_R2956500 = 1 A" + - "ND [R2956500] IS NULL) OR ([R2956500] = @Original_R2956500)) AND ((@IsNull_R2956" + - "800 = 1 AND [R2956800] IS NULL) OR ([R2956800] = @Original_R2956800)) AND ((@IsN" + - "ull_R2957100 = 1 AND [R2957100] IS NULL) OR ([R2957100] = @Original_R2957100)) A" + - "ND ((@IsNull_R2957400 = 1 AND [R2957400] IS NULL) OR ([R2957400] = @Original_R29" + - "57400)) AND ((@IsNull_R2957700 = 1 AND [R2957700] IS NULL) OR ([R2957700] = @Ori" + - "ginal_R2957700)) AND ((@IsNull_R3255900 = 1 AND [R3255900] IS NULL) OR ([R325590" + - "0] = @Original_R3255900)) AND ((@IsNull_R3256000 = 1 AND [R3256000] IS NULL) OR " + - "([R3256000] = @Original_R3256000)) AND ((@IsNull_R3256100 = 1 AND [R3256100] IS " + - "NULL) OR ([R3256100] = @Original_R3256100)) AND ((@IsNull_R3257700 = 1 AND [R325" + - "7700] IS NULL) OR ([R3257700] = @Original_R3257700)) AND ((@IsNull_R3257800 = 1 " + - "AND [R3257800] IS NULL) OR ([R3257800] = @Original_R3257800)) AND ((@IsNull_R325" + - "7900 = 1 AND [R3257900] IS NULL) OR ([R3257900] = @Original_R3257900)) AND ((@Is" + - "Null_R3259500 = 1 AND [R3259500] IS NULL) OR ([R3259500] = @Original_R3259500)) " + - "AND ((@IsNull_R3259600 = 1 AND [R3259600] IS NULL) OR ([R3259600] = @Original_R3" + - "259600)) AND ((@IsNull_R3259700 = 1 AND [R3259700] IS NULL) OR ([R3259700] = @Or" + - "iginal_R3259700)) AND ((@IsNull_R3261300 = 1 AND [R3261300] IS NULL) OR ([R32613" + - "00] = @Original_R3261300)) AND ((@IsNull_R3261400 = 1 AND [R3261400] IS NULL) OR" + - " ([R3261400] = @Original_R3261400)) AND ((@IsNull_R3261500 = 1 AND [R3261500] IS" + - " NULL) OR ([R3261500] = @Original_R3261500)) AND ((@IsNull_R3263100 = 1 AND [R32" + - "63100] IS NULL) OR ([R3263100] = @Original_R3263100)) AND ((@IsNull_R3263200 = 1" + - " AND [R3263200] IS NULL) OR ([R3263200] = @Original_R3263200)) AND ((@IsNull_R32" + - "63300 = 1 AND [R3263300] IS NULL) OR ([R3263300] = @Original_R3263300)) AND ((@I" + - "sNull_R3264900 = 1 AND [R3264900] IS NULL) OR ([R3264900] = @Original_R3264900))" + - " AND ((@IsNull_R3265000 = 1 AND [R3265000] IS NULL) OR ([R3265000] = @Original_R" + - "3265000)) AND ((@IsNull_R3265100 = 1 AND [R3265100] IS NULL) OR ([R3265100] = @O" + - "riginal_R3265100)) AND ((@IsNull_R3266700 = 1 AND [R3266700] IS NULL) OR ([R3266" + - "700] = @Original_R3266700)) AND ((@IsNull_R3266800 = 1 AND [R3266800] IS NULL) O" + - "R ([R3266800] = @Original_R3266800)) AND ((@IsNull_R3266900 = 1 AND [R3266900] I" + - "S NULL) OR ([R3266900] = @Original_R3266900)) AND ((@IsNull_R3268500 = 1 AND [R3" + - "268500] IS NULL) OR ([R3268500] = @Original_R3268500)) AND ((@IsNull_R3556400 = " + - "1 AND [R3556400] IS NULL) OR ([R3556400] = @Original_R3556400)) AND ((@IsNull_R3" + - "557000 = 1 AND [R3557000] IS NULL) OR ([R3557000] = @Original_R3557000)) AND ((@" + - "IsNull_R3557600 = 1 AND [R3557600] IS NULL) OR ([R3557600] = @Original_R3557600)" + - ") AND ((@IsNull_R3771800 = 1 AND [R3771800] IS NULL) OR ([R3771800] = @Original_" + - "R3771800)) AND ((@IsNull_R3771900 = 1 AND [R3771900] IS NULL) OR ([R3771900] = @" + - "Original_R3771900)) AND ((@IsNull_R3772000 = 1 AND [R3772000] IS NULL) OR ([R377" + - "2000] = @Original_R3772000)) AND ((@IsNull_R3772100 = 1 AND [R3772100] IS NULL) " + - "OR ([R3772100] = @Original_R3772100)) AND ((@IsNull_R3772200 = 1 AND [R3772200] " + - "IS NULL) OR ([R3772200] = @Original_R3772200)) AND ((@IsNull_R3772300 = 1 AND [R" + - "3772300] IS NULL) OR ([R3772300] = @Original_R3772300)) AND ((@IsNull_R3772400 =" + - " 1 AND [R3772400] IS NULL) OR ([R3772400] = @Original_R3772400)) AND ((@IsNull_R" + - "3773900 = 1 AND [R3773900] IS NULL) OR ([R3773900] = @Original_R3773900)) AND ((" + - "@IsNull_R3774000 = 1 AND [R3774000] IS NULL) OR ([R3774000] = @Original_R3774000" + - ")) AND ((@IsNull_R3774100 = 1 AND [R3774100] IS NULL) OR ([R3774100] = @Original" + - "_R3774100)) AND ((@IsNull_R3774200 = 1 AND [R3774200] IS NULL) OR ([R3774200] = " + - "@Original_R3774200)) AND ((@IsNull_R3774300 = 1 AND [R3774300] IS NULL) OR ([R37" + - "74300] = @Original_R3774300)) AND ((@IsNull_R3774400 = 1 AND [R3774400] IS NULL)" + - " OR ([R3774400] = @Original_R3774400)) AND ((@IsNull_R3774500 = 1 AND [R3774500]" + - " IS NULL) OR ([R3774500] = @Original_R3774500)) AND ((@IsNull_R3776000 = 1 AND [" + - "R3776000] IS NULL) OR ([R3776000] = @Original_R3776000)) AND ((@IsNull_R3776100 " + - "= 1 AND [R3776100] IS NULL) OR ([R3776100] = @Original_R3776100)) AND ((@IsNull_" + - "R3776200 = 1 AND [R3776200] IS NULL) OR ([R3776200] = @Original_R3776200)) AND (" + - "(@IsNull_R3776300 = 1 AND [R3776300] IS NULL) OR ([R3776300] = @Original_R377630" + - "0)) AND ((@IsNull_R3776400 = 1 AND [R3776400] IS NULL) OR ([R3776400] = @Origina" + - "l_R3776400)) AND ((@IsNull_R3776500 = 1 AND [R3776500] IS NULL) OR ([R3776500] =" + - " @Original_R3776500)) AND ((@IsNull_R3776600 = 1 AND [R3776600] IS NULL) OR ([R3" + - "776600] = @Original_R3776600)) AND ((@IsNull_R3778100 = 1 AND [R3778100] IS NULL" + - ") OR ([R3778100] = @Original_R3778100)) AND ((@IsNull_R3778200 = 1 AND [R3778200" + - "] IS NULL) OR ([R3778200] = @Original_R3778200)) AND ((@IsNull_R3778300 = 1 AND " + - "[R3778300] IS NULL) OR ([R3778300] = @Original_R3778300)) AND ((@IsNull_R3778400" + - " = 1 AND [R3778400] IS NULL) OR ([R3778400] = @Original_R3778400)) AND ((@IsNull" + - "_R3778500 = 1 AND [R3778500] IS NULL) OR ([R3778500] = @Original_R3778500)) AND " + - "((@IsNull_R3778600 = 1 AND [R3778600] IS NULL) OR ([R3778600] = @Original_R37786" + - "00)) AND ((@IsNull_R3778700 = 1 AND [R3778700] IS NULL) OR ([R3778700] = @Origin" + - "al_R3778700)) AND ((@IsNull_R3780200 = 1 AND [R3780200] IS NULL) OR ([R3780200] " + - "= @Original_R3780200)) AND ((@IsNull_R3780300 = 1 AND [R3780300] IS NULL) OR ([R" + - "3780300] = @Original_R3780300)) AND ((@IsNull_R3780400 = 1 AND [R3780400] IS NUL" + - "L) OR ([R3780400] = @Original_R3780400)) AND ((@IsNull_R3780500 = 1 AND [R378050" + - "0] IS NULL) OR ([R3780500] = @Original_R3780500)) AND ((@IsNull_R3780600 = 1 AND" + - " [R3780600] IS NULL) OR ([R3780600] = @Original_R3780600)) AND ((@IsNull_R378070" + - "0 = 1 AND [R3780700] IS NULL) OR ([R3780700] = @Original_R3780700)) AND ((@IsNul" + - "l_R3780800 = 1 AND [R3780800] IS NULL) OR ([R3780800] = @Original_R3780800)) AND" + - " ((@IsNull_R3782300 = 1 AND [R3782300] IS NULL) OR ([R3782300] = @Original_R3782" + - "300)) AND ((@IsNull_R3782400 = 1 AND [R3782400] IS NULL) OR ([R3782400] = @Origi" + - "nal_R3782400)) AND ((@IsNull_R3782500 = 1 AND [R3782500] IS NULL) OR ([R3782500]" + - " = @Original_R3782500)) AND ((@IsNull_R3782600 = 1 AND [R3782600] IS NULL) OR ([" + - "R3782600] = @Original_R3782600)) AND ((@IsNull_R3782900 = 1 AND [R3782900] IS NU" + - "LL) OR ([R3782900] = @Original_R3782900)) AND ((@IsNull_R3784400 = 1 AND [R37844" + - "00] IS NULL) OR ([R3784400] = @Original_R3784400)) AND ((@IsNull_R3784500 = 1 AN" + - "D [R3784500] IS NULL) OR ([R3784500] = @Original_R3784500)) AND ((@IsNull_R37846" + - "00 = 1 AND [R3784600] IS NULL) OR ([R3784600] = @Original_R3784600)) AND ((@IsNu" + - "ll_R3784700 = 1 AND [R3784700] IS NULL) OR ([R3784700] = @Original_R3784700)) AN" + - "D ((@IsNull_R3785000 = 1 AND [R3785000] IS NULL) OR ([R3785000] = @Original_R378" + - "5000)) AND ((@IsNull_R3786500 = 1 AND [R3786500] IS NULL) OR ([R3786500] = @Orig" + - "inal_R3786500)) AND ((@IsNull_R3788004 = 1 AND [R3788004] IS NULL) OR ([R3788004" + - "] = @Original_R3788004)) AND ((@IsNull_R4276800 = 1 AND [R4276800] IS NULL) OR (" + - "[R4276800] = @Original_R4276800)) AND ((@IsNull_R4276900 = 1 AND [R4276900] IS N" + - "ULL) OR ([R4276900] = @Original_R4276900)) AND ((@IsNull_R4277000 = 1 AND [R4277" + - "000] IS NULL) OR ([R4277000] = @Original_R4277000)) AND ((@IsNull_R4277100 = 1 A" + - "ND [R4277100] IS NULL) OR ([R4277100] = @Original_R4277100)) AND ((@IsNull_R4277" + - "101 = 1 AND [R4277101] IS NULL) OR ([R4277101] = @Original_R4277101)) AND ((@IsN" + - "ull_R4277200 = 1 AND [R4277200] IS NULL) OR ([R4277200] = @Original_R4277200)) A" + - "ND ((@IsNull_R4277201 = 1 AND [R4277201] IS NULL) OR ([R4277201] = @Original_R42" + - "77201)) AND ((@IsNull_R4277700 = 1 AND [R4277700] IS NULL) OR ([R4277700] = @Ori" + - "ginal_R4277700)) AND ((@IsNull_R4277800 = 1 AND [R4277800] IS NULL) OR ([R427780" + - "0] = @Original_R4277800)) AND ((@IsNull_R4277900 = 1 AND [R4277900] IS NULL) OR " + - "([R4277900] = @Original_R4277900)) AND ((@IsNull_R4278000 = 1 AND [R4278000] IS " + - "NULL) OR ([R4278000] = @Original_R4278000)) AND ((@IsNull_R4278001 = 1 AND [R427" + - "8001] IS NULL) OR ([R4278001] = @Original_R4278001)) AND ((@IsNull_R4278100 = 1 " + - "AND [R4278100] IS NULL) OR ([R4278100] = @Original_R4278100)) AND ((@IsNull_R427" + - "8101 = 1 AND [R4278101] IS NULL) OR ([R4278101] = @Original_R4278101)) AND ((@Is" + - "Null_R4278600 = 1 AND [R4278600] IS NULL) OR ([R4278600] = @Original_R4278600)) " + - "AND ((@IsNull_R4278700 = 1 AND [R4278700] IS NULL) OR ([R4278700] = @Original_R4" + - "278700)) AND ((@IsNull_R4278800 = 1 AND [R4278800] IS NULL) OR ([R4278800] = @Or" + - "iginal_R4278800)) AND ((@IsNull_R4278900 = 1 AND [R4278900] IS NULL) OR ([R42789" + - "00] = @Original_R4278900)) AND ((@IsNull_R4278901 = 1 AND [R4278901] IS NULL) OR" + - " ([R4278901] = @Original_R4278901)) AND ((@IsNull_R4279000 = 1 AND [R4279000] IS" + - " NULL) OR ([R4279000] = @Original_R4279000)) AND ((@IsNull_R4279001 = 1 AND [R42" + - "79001] IS NULL) OR ([R4279001] = @Original_R4279001)) AND ((@IsNull_R4279500 = 1" + - " AND [R4279500] IS NULL) OR ([R4279500] = @Original_R4279500)) AND ((@IsNull_R42" + - "79600 = 1 AND [R4279600] IS NULL) OR ([R4279600] = @Original_R4279600)) AND ((@I" + - "sNull_R4279700 = 1 AND [R4279700] IS NULL) OR ([R4279700] = @Original_R4279700))" + - " AND ((@IsNull_R4279800 = 1 AND [R4279800] IS NULL) OR ([R4279800] = @Original_R" + - "4279800)) AND ((@IsNull_R4279801 = 1 AND [R4279801] IS NULL) OR ([R4279801] = @O" + - "riginal_R4279801)) AND ((@IsNull_R4279900 = 1 AND [R4279900] IS NULL) OR ([R4279" + - "900] = @Original_R4279900)) AND ((@IsNull_R4279901 = 1 AND [R4279901] IS NULL) O" + - "R ([R4279901] = @Original_R4279901)) AND ((@IsNull_R4280400 = 1 AND [R4280400] I" + - "S NULL) OR ([R4280400] = @Original_R4280400)) AND ((@IsNull_R4280500 = 1 AND [R4" + - "280500] IS NULL) OR ([R4280500] = @Original_R4280500)) AND ((@IsNull_R4280600 = " + - "1 AND [R4280600] IS NULL) OR ([R4280600] = @Original_R4280600)) AND ((@IsNull_R4" + - "280700 = 1 AND [R4280700] IS NULL) OR ([R4280700] = @Original_R4280700)) AND ((@" + - "IsNull_R4280701 = 1 AND [R4280701] IS NULL) OR ([R4280701] = @Original_R4280701)" + - ") AND ((@IsNull_R4280800 = 1 AND [R4280800] IS NULL) OR ([R4280800] = @Original_" + - "R4280800)) AND ((@IsNull_R4280801 = 1 AND [R4280801] IS NULL) OR ([R4280801] = @" + - "Original_R4280801)) AND ((@IsNull_R4281300 = 1 AND [R4281300] IS NULL) OR ([R428" + - "1300] = @Original_R4281300)) AND ((@IsNull_R4281400 = 1 AND [R4281400] IS NULL) " + - "OR ([R4281400] = @Original_R4281400)) AND ((@IsNull_R4281500 = 1 AND [R4281500] " + - "IS NULL) OR ([R4281500] = @Original_R4281500)) AND ((@IsNull_R4281600 = 1 AND [R" + - "4281600] IS NULL) OR ([R4281600] = @Original_R4281600)) AND ((@IsNull_R4281601 =" + - " 1 AND [R4281601] IS NULL) OR ([R4281601] = @Original_R4281601)) AND ((@IsNull_R" + - "4282100 = 1 AND [R4282100] IS NULL) OR ([R4282100] = @Original_R4282100)) AND ((" + - "@IsNull_R4282200 = 1 AND [R4282200] IS NULL) OR ([R4282200] = @Original_R4282200" + - ")) AND ((@IsNull_R4282300 = 1 AND [R4282300] IS NULL) OR ([R4282300] = @Original" + - "_R4282300)) AND ((@IsNull_R4282400 = 1 AND [R4282400] IS NULL) OR ([R4282400] = " + - "@Original_R4282400)) AND ((@IsNull_R4282401 = 1 AND [R4282401] IS NULL) OR ([R42" + - "82401] = @Original_R4282401)) AND ((@IsNull_R4282900 = 1 AND [R4282900] IS NULL)" + - " OR ([R4282900] = @Original_R4282900)) AND ((@IsNull_R4283000 = 1 AND [R4283000]" + - " IS NULL) OR ([R4283000] = @Original_R4283000)) AND ((@IsNull_R4283100 = 1 AND [" + - "R4283100] IS NULL) OR ([R4283100] = @Original_R4283100)) AND ((@IsNull_R4283600 " + - "= 1 AND [R4283600] IS NULL) OR ([R4283600] = @Original_R4283600)) AND ((@IsNull_" + - "R4827600 = 1 AND [R4827600] IS NULL) OR ([R4827600] = @Original_R4827600)) AND (" + - "(@IsNull_R4827700 = 1 AND [R4827700] IS NULL) OR ([R4827700] = @Original_R482770" + - "0)) AND ((@IsNull_R4827800 = 1 AND [R4827800] IS NULL) OR ([R4827800] = @Origina" + - "l_R4827800)) AND ((@IsNull_R4827900 = 1 AND [R4827900] IS NULL) OR ([R4827900] =" + - " @Original_R4827900)) AND ((@IsNull_R4827901 = 1 AND [R4827901] IS NULL) OR ([R4" + - "827901] = @Original_R4827901)) AND ((@IsNull_R4828000 = 1 AND [R4828000] IS NULL" + - ") OR ([R4828000] = @Original_R4828000)) AND ((@IsNull_R4828001 = 1 AND [R4828001" + - "] IS NULL) OR ([R4828001] = @Original_R4828001)) AND ((@IsNull_R4828100 = 1 AND " + - "[R4828100] IS NULL) OR ([R4828100] = @Original_R4828100)) AND ((@IsNull_R4830600" + - " = 1 AND [R4830600] IS NULL) OR ([R4830600] = @Original_R4830600)) AND ((@IsNull" + - "_R4830700 = 1 AND [R4830700] IS NULL) OR ([R4830700] = @Original_R4830700)) AND " + - "((@IsNull_R4830800 = 1 AND [R4830800] IS NULL) OR ([R4830800] = @Original_R48308" + - "00)) AND ((@IsNull_R4830900 = 1 AND [R4830900] IS NULL) OR ([R4830900] = @Origin" + - "al_R4830900)) AND ((@IsNull_R4830901 = 1 AND [R4830901] IS NULL) OR ([R4830901] " + - "= @Original_R4830901)) AND ((@IsNull_R4831000 = 1 AND [R4831000] IS NULL) OR ([R" + - "4831000] = @Original_R4831000)) AND ((@IsNull_R4831001 = 1 AND [R4831001] IS NUL" + - "L) OR ([R4831001] = @Original_R4831001)) AND ((@IsNull_R4831100 = 1 AND [R483110" + - "0] IS NULL) OR ([R4831100] = @Original_R4831100)) AND ((@IsNull_R4833600 = 1 AND" + - " [R4833600] IS NULL) OR ([R4833600] = @Original_R4833600)) AND ((@IsNull_R483370" + - "0 = 1 AND [R4833700] IS NULL) OR ([R4833700] = @Original_R4833700)) AND ((@IsNul" + - "l_R4833800 = 1 AND [R4833800] IS NULL) OR ([R4833800] = @Original_R4833800)) AND" + - " ((@IsNull_R4833900 = 1 AND [R4833900] IS NULL) OR ([R4833900] = @Original_R4833" + - "900)) AND ((@IsNull_R4833901 = 1 AND [R4833901] IS NULL) OR ([R4833901] = @Origi" + - "nal_R4833901)) AND ((@IsNull_R4834000 = 1 AND [R4834000] IS NULL) OR ([R4834000]" + - " = @Original_R4834000)) AND ((@IsNull_R4834001 = 1 AND [R4834001] IS NULL) OR ([" + - "R4834001] = @Original_R4834001)) AND ((@IsNull_R4834100 = 1 AND [R4834100] IS NU" + - "LL) OR ([R4834100] = @Original_R4834100)) AND ((@IsNull_R4836600 = 1 AND [R48366" + - "00] IS NULL) OR ([R4836600] = @Original_R4836600)) AND ((@IsNull_R4836700 = 1 AN" + - "D [R4836700] IS NULL) OR ([R4836700] = @Original_R4836700)) AND ((@IsNull_R48368" + - "00 = 1 AND [R4836800] IS NULL) OR ([R4836800] = @Original_R4836800)) AND ((@IsNu" + - "ll_R4836900 = 1 AND [R4836900] IS NULL) OR ([R4836900] = @Original_R4836900)) AN" + - "D ((@IsNull_R4836901 = 1 AND [R4836901] IS NULL) OR ([R4836901] = @Original_R483" + - "6901)) AND ((@IsNull_R4837000 = 1 AND [R4837000] IS NULL) OR ([R4837000] = @Orig" + - "inal_R4837000)) AND ((@IsNull_R4837001 = 1 AND [R4837001] IS NULL) OR ([R4837001" + - "] = @Original_R4837001)) AND ((@IsNull_R4837100 = 1 AND [R4837100] IS NULL) OR (" + - "[R4837100] = @Original_R4837100)) AND ((@IsNull_R4839600 = 1 AND [R4839600] IS N" + - "ULL) OR ([R4839600] = @Original_R4839600)) AND ((@IsNull_R4839700 = 1 AND [R4839" + - "700] IS NULL) OR ([R4839700] = @Original_R4839700)) AND ((@IsNull_R4839800 = 1 A" + + "D ((@IsNull_R1374900 = 1 AND [R1374900] IS NULL) OR ([R1374900] = @Original_R137" + + "4900)) AND ((@IsNull_R1375400 = 1 AND [R1375400] IS NULL) OR ([R1375400] = @Orig" + + "inal_R1375400)) AND ((@IsNull_R1375600 = 1 AND [R1375600] IS NULL) OR ([R1375600" + + "] = @Original_R1375600)) AND ((@IsNull_R1376100 = 1 AND [R1376100] IS NULL) OR (" + + "[R1376100] = @Original_R1376100)) AND ((@IsNull_R1376300 = 1 AND [R1376300] IS N" + + "ULL) OR ([R1376300] = @Original_R1376300)) AND ((@IsNull_R1376800 = 1 AND [R1376" + + "800] IS NULL) OR ([R1376800] = @Original_R1376800)) AND ((@IsNull_R1377000 = 1 A" + + "ND [R1377000] IS NULL) OR ([R1377000] = @Original_R1377000)) AND ((@IsNull_R1377" + + "500 = 1 AND [R1377500] IS NULL) OR ([R1377500] = @Original_R1377500)) AND ((@IsN" + + "ull_R1377700 = 1 AND [R1377700] IS NULL) OR ([R1377700] = @Original_R1377700)) A" + + "ND ((@IsNull_R1753700 = 1 AND [R1753700] IS NULL) OR ([R1753700] = @Original_R17" + + "53700)) AND ((@IsNull_R1753900 = 1 AND [R1753900] IS NULL) OR ([R1753900] = @Ori" + + "ginal_R1753900)) AND ((@IsNull_R1754400 = 1 AND [R1754400] IS NULL) OR ([R175440" + + "0] = @Original_R1754400)) AND ((@IsNull_R1754600 = 1 AND [R1754600] IS NULL) OR " + + "([R1754600] = @Original_R1754600)) AND ((@IsNull_R1755100 = 1 AND [R1755100] IS " + + "NULL) OR ([R1755100] = @Original_R1755100)) AND ((@IsNull_R1755300 = 1 AND [R175" + + "5300] IS NULL) OR ([R1755300] = @Original_R1755300)) AND ((@IsNull_R1755800 = 1 " + + "AND [R1755800] IS NULL) OR ([R1755800] = @Original_R1755800)) AND ((@IsNull_R175" + + "6000 = 1 AND [R1756000] IS NULL) OR ([R1756000] = @Original_R1756000)) AND ((@Is" + + "Null_R1756500 = 1 AND [R1756500] IS NULL) OR ([R1756500] = @Original_R1756500)) " + + "AND ((@IsNull_R1756700 = 1 AND [R1756700] IS NULL) OR ([R1756700] = @Original_R1" + + "756700)) AND ((@IsNull_R1757200 = 1 AND [R1757200] IS NULL) OR ([R1757200] = @Or" + + "iginal_R1757200)) AND ((@IsNull_R1757400 = 1 AND [R1757400] IS NULL) OR ([R17574" + + "00] = @Original_R1757400)) AND ((@IsNull_R1757900 = 1 AND [R1757900] IS NULL) OR" + + " ([R1757900] = @Original_R1757900)) AND ((@IsNull_R1758100 = 1 AND [R1758100] IS" + + " NULL) OR ([R1758100] = @Original_R1758100)) AND ((@IsNull_R2095700 = 1 AND [R20" + + "95700] IS NULL) OR ([R2095700] = @Original_R2095700)) AND ((@IsNull_R2095900 = 1" + + " AND [R2095900] IS NULL) OR ([R2095900] = @Original_R2095900)) AND ((@IsNull_R20" + + "96400 = 1 AND [R2096400] IS NULL) OR ([R2096400] = @Original_R2096400)) AND ((@I" + + "sNull_R2096600 = 1 AND [R2096600] IS NULL) OR ([R2096600] = @Original_R2096600))" + + " AND ((@IsNull_R2097100 = 1 AND [R2097100] IS NULL) OR ([R2097100] = @Original_R" + + "2097100)) AND ((@IsNull_R2097300 = 1 AND [R2097300] IS NULL) OR ([R2097300] = @O" + + "riginal_R2097300)) AND ((@IsNull_R2097800 = 1 AND [R2097800] IS NULL) OR ([R2097" + + "800] = @Original_R2097800)) AND ((@IsNull_R2098000 = 1 AND [R2098000] IS NULL) O" + + "R ([R2098000] = @Original_R2098000)) AND ((@IsNull_R2098500 = 1 AND [R2098500] I" + + "S NULL) OR ([R2098500] = @Original_R2098500)) AND ((@IsNull_R2098700 = 1 AND [R2" + + "098700] IS NULL) OR ([R2098700] = @Original_R2098700)) AND ((@IsNull_R2099200 = " + + "1 AND [R2099200] IS NULL) OR ([R2099200] = @Original_R2099200)) AND ((@IsNull_R2" + + "099400 = 1 AND [R2099400] IS NULL) OR ([R2099400] = @Original_R2099400)) AND ((@" + + "IsNull_R2099900 = 1 AND [R2099900] IS NULL) OR ([R2099900] = @Original_R2099900)" + + ") AND ((@IsNull_R2100100 = 1 AND [R2100100] IS NULL) OR ([R2100100] = @Original_" + + "R2100100)) AND ((@IsNull_R2345900 = 1 AND [R2345900] IS NULL) OR ([R2345900] = @" + + "Original_R2345900)) AND ((@IsNull_R2346200 = 1 AND [R2346200] IS NULL) OR ([R234" + + "6200] = @Original_R2346200)) AND ((@IsNull_R2346500 = 1 AND [R2346500] IS NULL) " + + "OR ([R2346500] = @Original_R2346500)) AND ((@IsNull_R2346800 = 1 AND [R2346800] " + + "IS NULL) OR ([R2346800] = @Original_R2346800)) AND ((@IsNull_R2347100 = 1 AND [R" + + "2347100] IS NULL) OR ([R2347100] = @Original_R2347100)) AND ((@IsNull_R2347400 =" + + " 1 AND [R2347400] IS NULL) OR ([R2347400] = @Original_R2347400)) AND ((@IsNull_R" + + "2347700 = 1 AND [R2347700] IS NULL) OR ([R2347700] = @Original_R2347700)) AND ((" + + "@IsNull_R2648000 = 1 AND [R2648000] IS NULL) OR ([R2648000] = @Original_R2648000" + + ")) AND ((@IsNull_R2648200 = 1 AND [R2648200] IS NULL) OR ([R2648200] = @Original" + + "_R2648200)) AND ((@IsNull_R2648700 = 1 AND [R2648700] IS NULL) OR ([R2648700] = " + + "@Original_R2648700)) AND ((@IsNull_R2648900 = 1 AND [R2648900] IS NULL) OR ([R26" + + "48900] = @Original_R2648900)) AND ((@IsNull_R2649400 = 1 AND [R2649400] IS NULL)" + + " OR ([R2649400] = @Original_R2649400)) AND ((@IsNull_R2649600 = 1 AND [R2649600]" + + " IS NULL) OR ([R2649600] = @Original_R2649600)) AND ((@IsNull_R2650100 = 1 AND [" + + "R2650100] IS NULL) OR ([R2650100] = @Original_R2650100)) AND ((@IsNull_R2650300 " + + "= 1 AND [R2650300] IS NULL) OR ([R2650300] = @Original_R2650300)) AND ((@IsNull_" + + "R2650800 = 1 AND [R2650800] IS NULL) OR ([R2650800] = @Original_R2650800)) AND (" + + "(@IsNull_R2651000 = 1 AND [R2651000] IS NULL) OR ([R2651000] = @Original_R265100" + + "0)) AND ((@IsNull_R2651500 = 1 AND [R2651500] IS NULL) OR ([R2651500] = @Origina" + + "l_R2651500)) AND ((@IsNull_R2651700 = 1 AND [R2651700] IS NULL) OR ([R2651700] =" + + " @Original_R2651700)) AND ((@IsNull_R2652200 = 1 AND [R2652200] IS NULL) OR ([R2" + + "652200] = @Original_R2652200)) AND ((@IsNull_R2652400 = 1 AND [R2652400] IS NULL" + + ") OR ([R2652400] = @Original_R2652400)) AND ((@IsNull_R2955900 = 1 AND [R2955900" + + "] IS NULL) OR ([R2955900] = @Original_R2955900)) AND ((@IsNull_R2956200 = 1 AND " + + "[R2956200] IS NULL) OR ([R2956200] = @Original_R2956200)) AND ((@IsNull_R2956500" + + " = 1 AND [R2956500] IS NULL) OR ([R2956500] = @Original_R2956500)) AND ((@IsNull" + + "_R2956800 = 1 AND [R2956800] IS NULL) OR ([R2956800] = @Original_R2956800)) AND " + + "((@IsNull_R2957100 = 1 AND [R2957100] IS NULL) OR ([R2957100] = @Original_R29571" + + "00)) AND ((@IsNull_R2957400 = 1 AND [R2957400] IS NULL) OR ([R2957400] = @Origin" + + "al_R2957400)) AND ((@IsNull_R2957700 = 1 AND [R2957700] IS NULL) OR ([R2957700] " + + "= @Original_R2957700)) AND ((@IsNull_R3255900 = 1 AND [R3255900] IS NULL) OR ([R" + + "3255900] = @Original_R3255900)) AND ((@IsNull_R3256100 = 1 AND [R3256100] IS NUL" + + "L) OR ([R3256100] = @Original_R3256100)) AND ((@IsNull_R3257700 = 1 AND [R325770" + + "0] IS NULL) OR ([R3257700] = @Original_R3257700)) AND ((@IsNull_R3257900 = 1 AND" + + " [R3257900] IS NULL) OR ([R3257900] = @Original_R3257900)) AND ((@IsNull_R325950" + + "0 = 1 AND [R3259500] IS NULL) OR ([R3259500] = @Original_R3259500)) AND ((@IsNul" + + "l_R3259700 = 1 AND [R3259700] IS NULL) OR ([R3259700] = @Original_R3259700)) AND" + + " ((@IsNull_R3261300 = 1 AND [R3261300] IS NULL) OR ([R3261300] = @Original_R3261" + + "300)) AND ((@IsNull_R3261500 = 1 AND [R3261500] IS NULL) OR ([R3261500] = @Origi" + + "nal_R3261500)) AND ((@IsNull_R3263100 = 1 AND [R3263100] IS NULL) OR ([R3263100]" + + " = @Original_R3263100)) AND ((@IsNull_R3263300 = 1 AND [R3263300] IS NULL) OR ([" + + "R3263300] = @Original_R3263300)) AND ((@IsNull_R3264900 = 1 AND [R3264900] IS NU" + + "LL) OR ([R3264900] = @Original_R3264900)) AND ((@IsNull_R3265100 = 1 AND [R32651" + + "00] IS NULL) OR ([R3265100] = @Original_R3265100)) AND ((@IsNull_R3266700 = 1 AN" + + "D [R3266700] IS NULL) OR ([R3266700] = @Original_R3266700)) AND ((@IsNull_R32669" + + "00 = 1 AND [R3266900] IS NULL) OR ([R3266900] = @Original_R3266900)) AND ((@IsNu" + + "ll_R3268500 = 1 AND [R3268500] IS NULL) OR ([R3268500] = @Original_R3268500)) AN" + + "D ((@IsNull_R3556400 = 1 AND [R3556400] IS NULL) OR ([R3556400] = @Original_R355" + + "6400)) AND ((@IsNull_R3557000 = 1 AND [R3557000] IS NULL) OR ([R3557000] = @Orig" + + "inal_R3557000)) AND ((@IsNull_R3557600 = 1 AND [R3557600] IS NULL) OR ([R3557600" + + "] = @Original_R3557600)) AND ((@IsNull_R3771800 = 1 AND [R3771800] IS NULL) OR (" + + "[R3771800] = @Original_R3771800)) AND ((@IsNull_R3772000 = 1 AND [R3772000] IS N" + + "ULL) OR ([R3772000] = @Original_R3772000)) AND ((@IsNull_R3772100 = 1 AND [R3772" + + "100] IS NULL) OR ([R3772100] = @Original_R3772100)) AND ((@IsNull_R3772400 = 1 A" + + "ND [R3772400] IS NULL) OR ([R3772400] = @Original_R3772400)) AND ((@IsNull_R3773" + + "900 = 1 AND [R3773900] IS NULL) OR ([R3773900] = @Original_R3773900)) AND ((@IsN" + + "ull_R3774100 = 1 AND [R3774100] IS NULL) OR ([R3774100] = @Original_R3774100)) A" + + "ND ((@IsNull_R3774200 = 1 AND [R3774200] IS NULL) OR ([R3774200] = @Original_R37" + + "74200)) AND ((@IsNull_R3774500 = 1 AND [R3774500] IS NULL) OR ([R3774500] = @Ori" + + "ginal_R3774500)) AND ((@IsNull_R3776000 = 1 AND [R3776000] IS NULL) OR ([R377600" + + "0] = @Original_R3776000)) AND ((@IsNull_R3776200 = 1 AND [R3776200] IS NULL) OR " + + "([R3776200] = @Original_R3776200)) AND ((@IsNull_R3776300 = 1 AND [R3776300] IS " + + "NULL) OR ([R3776300] = @Original_R3776300)) AND ((@IsNull_R3776600 = 1 AND [R377" + + "6600] IS NULL) OR ([R3776600] = @Original_R3776600)) AND ((@IsNull_R3778100 = 1 " + + "AND [R3778100] IS NULL) OR ([R3778100] = @Original_R3778100)) AND ((@IsNull_R377" + + "8300 = 1 AND [R3778300] IS NULL) OR ([R3778300] = @Original_R3778300)) AND ((@Is" + + "Null_R3778400 = 1 AND [R3778400] IS NULL) OR ([R3778400] = @Original_R3778400)) " + + "AND ((@IsNull_R3778700 = 1 AND [R3778700] IS NULL) OR ([R3778700] = @Original_R3" + + "778700)) AND ((@IsNull_R3780200 = 1 AND [R3780200] IS NULL) OR ([R3780200] = @Or" + + "iginal_R3780200)) AND ((@IsNull_R3780400 = 1 AND [R3780400] IS NULL) OR ([R37804" + + "00] = @Original_R3780400)) AND ((@IsNull_R3780500 = 1 AND [R3780500] IS NULL) OR" + + " ([R3780500] = @Original_R3780500)) AND ((@IsNull_R3780800 = 1 AND [R3780800] IS" + + " NULL) OR ([R3780800] = @Original_R3780800)) AND ((@IsNull_R3782300 = 1 AND [R37" + + "82300] IS NULL) OR ([R3782300] = @Original_R3782300)) AND ((@IsNull_R3782500 = 1" + + " AND [R3782500] IS NULL) OR ([R3782500] = @Original_R3782500)) AND ((@IsNull_R37" + + "82600 = 1 AND [R3782600] IS NULL) OR ([R3782600] = @Original_R3782600)) AND ((@I" + + "sNull_R3782900 = 1 AND [R3782900] IS NULL) OR ([R3782900] = @Original_R3782900))" + + " AND ((@IsNull_R3784400 = 1 AND [R3784400] IS NULL) OR ([R3784400] = @Original_R" + + "3784400)) AND ((@IsNull_R3784600 = 1 AND [R3784600] IS NULL) OR ([R3784600] = @O" + + "riginal_R3784600)) AND ((@IsNull_R3784700 = 1 AND [R3784700] IS NULL) OR ([R3784" + + "700] = @Original_R3784700)) AND ((@IsNull_R3785000 = 1 AND [R3785000] IS NULL) O" + + "R ([R3785000] = @Original_R3785000)) AND ((@IsNull_R3786500 = 1 AND [R3786500] I" + + "S NULL) OR ([R3786500] = @Original_R3786500)) AND ((@IsNull_R3788004 = 1 AND [R3" + + "788004] IS NULL) OR ([R3788004] = @Original_R3788004)) AND ((@IsNull_R4276800 = " + + "1 AND [R4276800] IS NULL) OR ([R4276800] = @Original_R4276800)) AND ((@IsNull_R4" + + "277000 = 1 AND [R4277000] IS NULL) OR ([R4277000] = @Original_R4277000)) AND ((@" + + "IsNull_R4277100 = 1 AND [R4277100] IS NULL) OR ([R4277100] = @Original_R4277100)" + + ") AND ((@IsNull_R4277101 = 1 AND [R4277101] IS NULL) OR ([R4277101] = @Original_" + + "R4277101)) AND ((@IsNull_R4277700 = 1 AND [R4277700] IS NULL) OR ([R4277700] = @" + + "Original_R4277700)) AND ((@IsNull_R4277900 = 1 AND [R4277900] IS NULL) OR ([R427" + + "7900] = @Original_R4277900)) AND ((@IsNull_R4278000 = 1 AND [R4278000] IS NULL) " + + "OR ([R4278000] = @Original_R4278000)) AND ((@IsNull_R4278001 = 1 AND [R4278001] " + + "IS NULL) OR ([R4278001] = @Original_R4278001)) AND ((@IsNull_R4278600 = 1 AND [R" + + "4278600] IS NULL) OR ([R4278600] = @Original_R4278600)) AND ((@IsNull_R4278800 =" + + " 1 AND [R4278800] IS NULL) OR ([R4278800] = @Original_R4278800)) AND ((@IsNull_R" + + "4278900 = 1 AND [R4278900] IS NULL) OR ([R4278900] = @Original_R4278900)) AND ((" + + "@IsNull_R4278901 = 1 AND [R4278901] IS NULL) OR ([R4278901] = @Original_R4278901" + + ")) AND ((@IsNull_R4279500 = 1 AND [R4279500] IS NULL) OR ([R4279500] = @Original" + + "_R4279500)) AND ((@IsNull_R4279700 = 1 AND [R4279700] IS NULL) OR ([R4279700] = " + + "@Original_R4279700)) AND ((@IsNull_R4279800 = 1 AND [R4279800] IS NULL) OR ([R42" + + "79800] = @Original_R4279800)) AND ((@IsNull_R4279801 = 1 AND [R4279801] IS NULL)" + + " OR ([R4279801] = @Original_R4279801)) AND ((@IsNull_R4280400 = 1 AND [R4280400]" + + " IS NULL) OR ([R4280400] = @Original_R4280400)) AND ((@IsNull_R4280600 = 1 AND [" + + "R4280600] IS NULL) OR ([R4280600] = @Original_R4280600)) AND ((@IsNull_R4280700 " + + "= 1 AND [R4280700] IS NULL) OR ([R4280700] = @Original_R4280700)) AND ((@IsNull_" + + "R4280701 = 1 AND [R4280701] IS NULL) OR ([R4280701] = @Original_R4280701)) AND (" + + "(@IsNull_R4281300 = 1 AND [R4281300] IS NULL) OR ([R4281300] = @Original_R428130" + + "0)) AND ((@IsNull_R4281500 = 1 AND [R4281500] IS NULL) OR ([R4281500] = @Origina" + + "l_R4281500)) AND ((@IsNull_R4281600 = 1 AND [R4281600] IS NULL) OR ([R4281600] =" + + " @Original_R4281600)) AND ((@IsNull_R4281601 = 1 AND [R4281601] IS NULL) OR ([R4" + + "281601] = @Original_R4281601)) AND ((@IsNull_R4282100 = 1 AND [R4282100] IS NULL" + + ") OR ([R4282100] = @Original_R4282100)) AND ((@IsNull_R4282300 = 1 AND [R4282300" + + "] IS NULL) OR ([R4282300] = @Original_R4282300)) AND ((@IsNull_R4282400 = 1 AND " + + "[R4282400] IS NULL) OR ([R4282400] = @Original_R4282400)) AND ((@IsNull_R4282401" + + " = 1 AND [R4282401] IS NULL) OR ([R4282401] = @Original_R4282401)) AND ((@IsNull" + + "_R4282900 = 1 AND [R4282900] IS NULL) OR ([R4282900] = @Original_R4282900)) AND " + + "((@IsNull_R4283000 = 1 AND [R4283000] IS NULL) OR ([R4283000] = @Original_R42830" + + "00)) AND ((@IsNull_R4283100 = 1 AND [R4283100] IS NULL) OR ([R4283100] = @Origin" + + "al_R4283100)) AND ((@IsNull_R4283600 = 1 AND [R4283600] IS NULL) OR ([R4283600] " + + "= @Original_R4283600)) AND ((@IsNull_R4827600 = 1 AND [R4827600] IS NULL) OR ([R" + + "4827600] = @Original_R4827600)) AND ((@IsNull_R4827800 = 1 AND [R4827800] IS NUL" + + "L) OR ([R4827800] = @Original_R4827800)) AND ((@IsNull_R4827900 = 1 AND [R482790" + + "0] IS NULL) OR ([R4827900] = @Original_R4827900)) AND ((@IsNull_R4827901 = 1 AND" + + " [R4827901] IS NULL) OR ([R4827901] = @Original_R4827901)) AND ((@IsNull_R482810" + + "0 = 1 AND [R4828100] IS NULL) OR ([R4828100] = @Original_R4828100)) AND ((@IsNul" + + "l_R4830600 = 1 AND [R4830600] IS NULL) OR ([R4830600] = @Original_R4830600)) AND" + + " ((@IsNull_R4830800 = 1 AND [R4830800] IS NULL) OR ([R4830800] = @Original_R4830" + + "800)) AND ((@IsNull_R4830900 = 1 AND [R4830900] IS NULL) OR ([R4830900] = @Origi" + + "nal_R4830900)) AND ((@IsNull_R4830901 = 1 AND [R4830901] IS NULL) OR ([R4830901]" + + " = @Original_R4830901)) AND ((@IsNull_R4831100 = 1 AND [R4831100] IS NULL) OR ([" + + "R4831100] = @Original_R4831100)) AND ((@IsNull_R4833600 = 1 AND [R4833600] IS NU" + + "LL) OR ([R4833600] = @Original_R4833600)) AND ((@IsNull_R4833800 = 1 AND [R48338" + + "00] IS NULL) OR ([R4833800] = @Original_R4833800)) AND ((@IsNull_R4833900 = 1 AN" + + "D [R4833900] IS NULL) OR ([R4833900] = @Original_R4833900)) AND ((@IsNull_R48339" + + "01 = 1 AND [R4833901] IS NULL) OR ([R4833901] = @Original_R4833901)) AND ((@IsNu" + + "ll_R4834100 = 1 AND [R4834100] IS NULL) OR ([R4834100] = @Original_R4834100)) AN" + + "D ((@IsNull_R4836600 = 1 AND [R4836600] IS NULL) OR ([R4836600] = @Original_R483" + + "6600)) AND ((@IsNull_R4836800 = 1 AND [R4836800] IS NULL) OR ([R4836800] = @Orig" + + "inal_R4836800)) AND ((@IsNull_R4836900 = 1 AND [R4836900] IS NULL) OR ([R4836900" + + "] = @Original_R4836900)) AND ((@IsNull_R4836901 = 1 AND [R4836901] IS NULL) OR (" + + "[R4836901] = @Original_R4836901)) AND ((@IsNull_R4837100 = 1 AND [R4837100] IS N" + + "ULL) OR ([R4837100] = @Original_R4837100)) AND ((@IsNull_R4839600 = 1 AND [R4839" + + "600] IS NULL) OR ([R4839600] = @Original_R4839600)) AND ((@IsNull_R4839800 = 1 A" + "ND [R4839800] IS NULL) OR ([R4839800] = @Original_R4839800)) AND ((@IsNull_R4839" + "900 = 1 AND [R4839900] IS NULL) OR ([R4839900] = @Original_R4839900)) AND ((@IsN" + "ull_R4839901 = 1 AND [R4839901] IS NULL) OR ([R4839901] = @Original_R4839901)) A" + - "ND ((@IsNull_R4840000 = 1 AND [R4840000] IS NULL) OR ([R4840000] = @Original_R48" + - "40000)) AND ((@IsNull_R4840001 = 1 AND [R4840001] IS NULL) OR ([R4840001] = @Ori" + - "ginal_R4840001)) AND ((@IsNull_R4840100 = 1 AND [R4840100] IS NULL) OR ([R484010" + - "0] = @Original_R4840100)) AND ((@IsNull_R4842500 = 1 AND [R4842500] IS NULL) OR " + - "([R4842500] = @Original_R4842500)) AND ((@IsNull_R4842600 = 1 AND [R4842600] IS " + - "NULL) OR ([R4842600] = @Original_R4842600)) AND ((@IsNull_R4842700 = 1 AND [R484" + - "2700] IS NULL) OR ([R4842700] = @Original_R4842700)) AND ((@IsNull_R4842800 = 1 " + - "AND [R4842800] IS NULL) OR ([R4842800] = @Original_R4842800)) AND ((@IsNull_R484" + - "2801 = 1 AND [R4842801] IS NULL) OR ([R4842801] = @Original_R4842801)) AND ((@Is" + - "Null_R4842900 = 1 AND [R4842900] IS NULL) OR ([R4842900] = @Original_R4842900)) " + - "AND ((@IsNull_R4844800 = 1 AND [R4844800] IS NULL) OR ([R4844800] = @Original_R4" + - "844800)) AND ((@IsNull_R4844900 = 1 AND [R4844900] IS NULL) OR ([R4844900] = @Or" + - "iginal_R4844900)) AND ((@IsNull_R4845000 = 1 AND [R4845000] IS NULL) OR ([R48450" + - "00] = @Original_R4845000)) AND ((@IsNull_R4845100 = 1 AND [R4845100] IS NULL) OR" + - " ([R4845100] = @Original_R4845100)) AND ((@IsNull_R4845101 = 1 AND [R4845101] IS" + - " NULL) OR ([R4845101] = @Original_R4845101)) AND ((@IsNull_R4845200 = 1 AND [R48" + - "45200] IS NULL) OR ([R4845200] = @Original_R4845200)) AND ((@IsNull_R4847100 = 1" + - " AND [R4847100] IS NULL) OR ([R4847100] = @Original_R4847100)) AND ((@IsNull_R48" + - "47200 = 1 AND [R4847200] IS NULL) OR ([R4847200] = @Original_R4847200)) AND ((@I" + - "sNull_R4847300 = 1 AND [R4847300] IS NULL) OR ([R4847300] = @Original_R4847300))" + - " AND ((@IsNull_R4847400 = 1 AND [R4847400] IS NULL) OR ([R4847400] = @Original_R" + - "4847400)) AND ((@IsNull_R5498000 = 1 AND [R5498000] IS NULL) OR ([R5498000] = @O" + - "riginal_R5498000)) AND ((@IsNull_R5498100 = 1 AND [R5498100] IS NULL) OR ([R5498" + - "100] = @Original_R5498100)) AND ((@IsNull_R5498200 = 1 AND [R5498200] IS NULL) O" + - "R ([R5498200] = @Original_R5498200)) AND ((@IsNull_R5498300 = 1 AND [R5498300] I" + - "S NULL) OR ([R5498300] = @Original_R5498300)) AND ((@IsNull_R5498301 = 1 AND [R5" + - "498301] IS NULL) OR ([R5498301] = @Original_R5498301)) AND ((@IsNull_R5498400 = " + - "1 AND [R5498400] IS NULL) OR ([R5498400] = @Original_R5498400)) AND ((@IsNull_R5" + - "498401 = 1 AND [R5498401] IS NULL) OR ([R5498401] = @Original_R5498401)) AND ((@" + - "IsNull_R5498500 = 1 AND [R5498500] IS NULL) OR ([R5498500] = @Original_R5498500)" + - ") AND ((@IsNull_R5501000 = 1 AND [R5501000] IS NULL) OR ([R5501000] = @Original_" + - "R5501000)) AND ((@IsNull_R5501100 = 1 AND [R5501100] IS NULL) OR ([R5501100] = @" + - "Original_R5501100)) AND ((@IsNull_R5501200 = 1 AND [R5501200] IS NULL) OR ([R550" + - "1200] = @Original_R5501200)) AND ((@IsNull_R5501300 = 1 AND [R5501300] IS NULL) " + - "OR ([R5501300] = @Original_R5501300)) AND ((@IsNull_R5501301 = 1 AND [R5501301] " + - "IS NULL) OR ([R5501301] = @Original_R5501301)) AND ((@IsNull_R5501400 = 1 AND [R" + - "5501400] IS NULL) OR ([R5501400] = @Original_R5501400)) AND ((@IsNull_R5501401 =" + - " 1 AND [R5501401] IS NULL) OR ([R5501401] = @Original_R5501401)) AND ((@IsNull_R" + - "5501500 = 1 AND [R5501500] IS NULL) OR ([R5501500] = @Original_R5501500)) AND ((" + - "@IsNull_R5504000 = 1 AND [R5504000] IS NULL) OR ([R5504000] = @Original_R5504000" + - ")) AND ((@IsNull_R5504100 = 1 AND [R5504100] IS NULL) OR ([R5504100] = @Original" + - "_R5504100)) AND ((@IsNull_R5504200 = 1 AND [R5504200] IS NULL) OR ([R5504200] = " + - "@Original_R5504200)) AND ((@IsNull_R5504300 = 1 AND [R5504300] IS NULL) OR ([R55" + - "04300] = @Original_R5504300)) AND ((@IsNull_R5504301 = 1 AND [R5504301] IS NULL)" + - " OR ([R5504301] = @Original_R5504301)) AND ((@IsNull_R5504400 = 1 AND [R5504400]" + - " IS NULL) OR ([R5504400] = @Original_R5504400)) AND ((@IsNull_R5504401 = 1 AND [" + - "R5504401] IS NULL) OR ([R5504401] = @Original_R5504401)) AND ((@IsNull_R5504500 " + - "= 1 AND [R5504500] IS NULL) OR ([R5504500] = @Original_R5504500)) AND ((@IsNull_" + - "R5507000 = 1 AND [R5507000] IS NULL) OR ([R5507000] = @Original_R5507000)) AND (" + - "(@IsNull_R5507100 = 1 AND [R5507100] IS NULL) OR ([R5507100] = @Original_R550710" + - "0)) AND ((@IsNull_R5507200 = 1 AND [R5507200] IS NULL) OR ([R5507200] = @Origina" + - "l_R5507200)) AND ((@IsNull_R5507300 = 1 AND [R5507300] IS NULL) OR ([R5507300] =" + - " @Original_R5507300)) AND ((@IsNull_R5507301 = 1 AND [R5507301] IS NULL) OR ([R5" + - "507301] = @Original_R5507301)) AND ((@IsNull_R5507400 = 1 AND [R5507400] IS NULL" + - ") OR ([R5507400] = @Original_R5507400)) AND ((@IsNull_R5507401 = 1 AND [R5507401" + - "] IS NULL) OR ([R5507401] = @Original_R5507401)) AND ((@IsNull_R5507500 = 1 AND " + - "[R5507500] IS NULL) OR ([R5507500] = @Original_R5507500)) AND ((@IsNull_R5510000" + - " = 1 AND [R5510000] IS NULL) OR ([R5510000] = @Original_R5510000)) AND ((@IsNull" + - "_R5510100 = 1 AND [R5510100] IS NULL) OR ([R5510100] = @Original_R5510100)) AND " + - "((@IsNull_R5510200 = 1 AND [R5510200] IS NULL) OR ([R5510200] = @Original_R55102" + - "00)) AND ((@IsNull_R5510300 = 1 AND [R5510300] IS NULL) OR ([R5510300] = @Origin" + - "al_R5510300)) AND ((@IsNull_R5510301 = 1 AND [R5510301] IS NULL) OR ([R5510301] " + - "= @Original_R5510301)) AND ((@IsNull_R5510400 = 1 AND [R5510400] IS NULL) OR ([R" + - "5510400] = @Original_R5510400)) AND ((@IsNull_R5510401 = 1 AND [R5510401] IS NUL" + - "L) OR ([R5510401] = @Original_R5510401)) AND ((@IsNull_R5510500 = 1 AND [R551050" + - "0] IS NULL) OR ([R5510500] = @Original_R5510500)) AND ((@IsNull_R5513000 = 1 AND" + - " [R5513000] IS NULL) OR ([R5513000] = @Original_R5513000)) AND ((@IsNull_R551310" + - "0 = 1 AND [R5513100] IS NULL) OR ([R5513100] = @Original_R5513100)) AND ((@IsNul" + - "l_R5513200 = 1 AND [R5513200] IS NULL) OR ([R5513200] = @Original_R5513200)) AND" + - " ((@IsNull_R5513300 = 1 AND [R5513300] IS NULL) OR ([R5513300] = @Original_R5513" + - "300)) AND ((@IsNull_R5513301 = 1 AND [R5513301] IS NULL) OR ([R5513301] = @Origi" + - "nal_R5513301)) AND ((@IsNull_R5513400 = 1 AND [R5513400] IS NULL) OR ([R5513400]" + - " = @Original_R5513400)) AND ((@IsNull_R5515300 = 1 AND [R5515300] IS NULL) OR ([" + - "R5515300] = @Original_R5515300)) AND ((@IsNull_R5515400 = 1 AND [R5515400] IS NU" + - "LL) OR ([R5515400] = @Original_R5515400)) AND ((@IsNull_R5515500 = 1 AND [R55155" + - "00] IS NULL) OR ([R5515500] = @Original_R5515500)) AND ((@IsNull_R5515600 = 1 AN" + - "D [R5515600] IS NULL) OR ([R5515600] = @Original_R5515600)) AND ((@IsNull_R55156" + - "01 = 1 AND [R5515601] IS NULL) OR ([R5515601] = @Original_R5515601)) AND ((@IsNu" + - "ll_R5515700 = 1 AND [R5515700] IS NULL) OR ([R5515700] = @Original_R5515700)) AN" + - "D ((@IsNull_R5517600 = 1 AND [R5517600] IS NULL) OR ([R5517600] = @Original_R551" + - "7600)) AND ((@IsNull_R5517700 = 1 AND [R5517700] IS NULL) OR ([R5517700] = @Orig" + - "inal_R5517700)) AND ((@IsNull_R5517800 = 1 AND [R5517800] IS NULL) OR ([R5517800" + - "] = @Original_R5517800)) AND ((@IsNull_R5517900 = 1 AND [R5517900] IS NULL) OR (" + - "[R5517900] = @Original_R5517900)) AND ((@IsNull_R5519800 = 1 AND [R5519800] IS N" + - "ULL) OR ([R5519800] = @Original_R5519800)) AND ((@IsNull_R5519900 = 1 AND [R5519" + - "900] IS NULL) OR ([R5519900] = @Original_R5519900)) AND ((@IsNull_R5520000 = 1 A" + - "ND [R5520000] IS NULL) OR ([R5520000] = @Original_R5520000)) AND ((@IsNull_R5520" + - "100 = 1 AND [R5520100] IS NULL) OR ([R5520100] = @Original_R5520100)) AND ((@IsN" + - "ull_R5520101 = 1 AND [R5520101] IS NULL) OR ([R5520101] = @Original_R5520101)) A" + - "ND ((@IsNull_R5520200 = 1 AND [R5520200] IS NULL) OR ([R5520200] = @Original_R55" + - "20200)) AND ((@IsNull_R6218400 = 1 AND [R6218400] IS NULL) OR ([R6218400] = @Ori" + - "ginal_R6218400)) AND ((@IsNull_R6218500 = 1 AND [R6218500] IS NULL) OR ([R621850" + - "0] = @Original_R6218500)) AND ((@IsNull_R6218600 = 1 AND [R6218600] IS NULL) OR " + - "([R6218600] = @Original_R6218600)) AND ((@IsNull_R6218700 = 1 AND [R6218700] IS " + - "NULL) OR ([R6218700] = @Original_R6218700)) AND ((@IsNull_R6218800 = 1 AND [R621" + - "8800] IS NULL) OR ([R6218800] = @Original_R6218800)) AND ((@IsNull_R6218900 = 1 " + - "AND [R6218900] IS NULL) OR ([R6218900] = @Original_R6218900)) AND ((@IsNull_R621" + - "9000 = 1 AND [R6219000] IS NULL) OR ([R6219000] = @Original_R6219000)) AND ((@Is" + - "Null_R6219100 = 1 AND [R6219100] IS NULL) OR ([R6219100] = @Original_R6219100)) " + - "AND ((@IsNull_R6219200 = 1 AND [R6219200] IS NULL) OR ([R6219200] = @Original_R6" + - "219200)) AND ((@IsNull_R6219300 = 1 AND [R6219300] IS NULL) OR ([R6219300] = @Or" + - "iginal_R6219300)) AND ((@IsNull_R6219500 = 1 AND [R6219500] IS NULL) OR ([R62195" + - "00] = @Original_R6219500)) AND ((@IsNull_R6219600 = 1 AND [R6219600] IS NULL) OR" + - " ([R6219600] = @Original_R6219600)) AND ((@IsNull_R6219700 = 1 AND [R6219700] IS" + - " NULL) OR ([R6219700] = @Original_R6219700)) AND ((@IsNull_R6219800 = 1 AND [R62" + - "19800] IS NULL) OR ([R6219800] = @Original_R6219800)) AND ((@IsNull_R6219900 = 1" + - " AND [R6219900] IS NULL) OR ([R6219900] = @Original_R6219900)) AND ((@IsNull_R62" + - "20000 = 1 AND [R6220000] IS NULL) OR ([R6220000] = @Original_R6220000)) AND ((@I" + - "sNull_R6220100 = 1 AND [R6220100] IS NULL) OR ([R6220100] = @Original_R6220100))" + - " AND ((@IsNull_R6220200 = 1 AND [R6220200] IS NULL) OR ([R6220200] = @Original_R" + - "6220200)) AND ((@IsNull_R6220300 = 1 AND [R6220300] IS NULL) OR ([R6220300] = @O" + - "riginal_R6220300)) AND ((@IsNull_R6220400 = 1 AND [R6220400] IS NULL) OR ([R6220" + - "400] = @Original_R6220400)) AND ((@IsNull_R6220600 = 1 AND [R6220600] IS NULL) O" + - "R ([R6220600] = @Original_R6220600)) AND ((@IsNull_R6220700 = 1 AND [R6220700] I" + - "S NULL) OR ([R6220700] = @Original_R6220700)) AND ((@IsNull_R6220800 = 1 AND [R6" + - "220800] IS NULL) OR ([R6220800] = @Original_R6220800)) AND ((@IsNull_R6220900 = " + - "1 AND [R6220900] IS NULL) OR ([R6220900] = @Original_R6220900)) AND ((@IsNull_R6" + - "221000 = 1 AND [R6221000] IS NULL) OR ([R6221000] = @Original_R6221000)) AND ((@" + - "IsNull_R6221100 = 1 AND [R6221100] IS NULL) OR ([R6221100] = @Original_R6221100)" + - ") AND ((@IsNull_R6221200 = 1 AND [R6221200] IS NULL) OR ([R6221200] = @Original_" + - "R6221200)) AND ((@IsNull_R6221300 = 1 AND [R6221300] IS NULL) OR ([R6221300] = @" + - "Original_R6221300)) AND ((@IsNull_R6221400 = 1 AND [R6221400] IS NULL) OR ([R622" + - "1400] = @Original_R6221400)) AND ((@IsNull_R6221500 = 1 AND [R6221500] IS NULL) " + - "OR ([R6221500] = @Original_R6221500)) AND ((@IsNull_R6221700 = 1 AND [R6221700] " + - "IS NULL) OR ([R6221700] = @Original_R6221700)) AND ((@IsNull_R6221701 = 1 AND [R" + - "6221701] IS NULL) OR ([R6221701] = @Original_R6221701)) AND ((@IsNull_R6221800 =" + - " 1 AND [R6221800] IS NULL) OR ([R6221800] = @Original_R6221800)) AND ((@IsNull_R" + - "6221801 = 1 AND [R6221801] IS NULL) OR ([R6221801] = @Original_R6221801)) AND ((" + - "@IsNull_R6221900 = 1 AND [R6221900] IS NULL) OR ([R6221900] = @Original_R6221900" + - ")) AND ((@IsNull_R6221901 = 1 AND [R6221901] IS NULL) OR ([R6221901] = @Original" + - "_R6221901)) AND ((@IsNull_R6222000 = 1 AND [R6222000] IS NULL) OR ([R6222000] = " + - "@Original_R6222000)) AND ((@IsNull_R6222001 = 1 AND [R6222001] IS NULL) OR ([R62" + - "22001] = @Original_R6222001)) AND ((@IsNull_R6222100 = 1 AND [R6222100] IS NULL)" + - " OR ([R6222100] = @Original_R6222100)) AND ((@IsNull_R6222101 = 1 AND [R6222101]" + - " IS NULL) OR ([R6222101] = @Original_R6222101)) AND ((@IsNull_R6222200 = 1 AND [" + - "R6222200] IS NULL) OR ([R6222200] = @Original_R6222200)) AND ((@IsNull_R6222201 " + - "= 1 AND [R6222201] IS NULL) OR ([R6222201] = @Original_R6222201)) AND ((@IsNull_" + - "R6222300 = 1 AND [R6222300] IS NULL) OR ([R6222300] = @Original_R6222300)) AND (" + - "(@IsNull_R6222301 = 1 AND [R6222301] IS NULL) OR ([R6222301] = @Original_R622230" + - "1)) AND ((@IsNull_R6222400 = 1 AND [R6222400] IS NULL) OR ([R6222400] = @Origina" + - "l_R6222400)) AND ((@IsNull_R6222401 = 1 AND [R6222401] IS NULL) OR ([R6222401] =" + - " @Original_R6222401)) AND ((@IsNull_R6222500 = 1 AND [R6222500] IS NULL) OR ([R6" + - "222500] = @Original_R6222500)) AND ((@IsNull_R6222501 = 1 AND [R6222501] IS NULL" + - ") OR ([R6222501] = @Original_R6222501)) AND ((@IsNull_R6222600 = 1 AND [R6222600" + - "] IS NULL) OR ([R6222600] = @Original_R6222600)) AND ((@IsNull_R6222601 = 1 AND " + - "[R6222601] IS NULL) OR ([R6222601] = @Original_R6222601)) AND ((@IsNull_R6222800" + - " = 1 AND [R6222800] IS NULL) OR ([R6222800] = @Original_R6222800)) AND ((@IsNull" + - "_R6222801 = 1 AND [R6222801] IS NULL) OR ([R6222801] = @Original_R6222801)) AND " + - "((@IsNull_R6222900 = 1 AND [R6222900] IS NULL) OR ([R6222900] = @Original_R62229" + - "00)) AND ((@IsNull_R6222901 = 1 AND [R6222901] IS NULL) OR ([R6222901] = @Origin" + - "al_R6222901)) AND ((@IsNull_R6223000 = 1 AND [R6223000] IS NULL) OR ([R6223000] " + - "= @Original_R6223000)) AND ((@IsNull_R6223001 = 1 AND [R6223001] IS NULL) OR ([R" + - "6223001] = @Original_R6223001)) AND ((@IsNull_R6223100 = 1 AND [R6223100] IS NUL" + - "L) OR ([R6223100] = @Original_R6223100)) AND ((@IsNull_R6223101 = 1 AND [R622310" + - "1] IS NULL) OR ([R6223101] = @Original_R6223101)) AND ((@IsNull_R6223200 = 1 AND" + - " [R6223200] IS NULL) OR ([R6223200] = @Original_R6223200)) AND ((@IsNull_R622320" + - "1 = 1 AND [R6223201] IS NULL) OR ([R6223201] = @Original_R6223201)) AND ((@IsNul" + - "l_R6223300 = 1 AND [R6223300] IS NULL) OR ([R6223300] = @Original_R6223300)) AND" + - " ((@IsNull_R6223301 = 1 AND [R6223301] IS NULL) OR ([R6223301] = @Original_R6223" + - "301)) AND ((@IsNull_R6223400 = 1 AND [R6223400] IS NULL) OR ([R6223400] = @Origi" + - "nal_R6223400)) AND ((@IsNull_R6223500 = 1 AND [R6223500] IS NULL) OR ([R6223500]" + - " = @Original_R6223500)) AND ((@IsNull_R6223600 = 1 AND [R6223600] IS NULL) OR ([" + - "R6223600] = @Original_R6223600)) AND ((@IsNull_R6223700 = 1 AND [R6223700] IS NU" + - "LL) OR ([R6223700] = @Original_R6223700)) AND ((@IsNull_R6223800 = 1 AND [R62238" + - "00] IS NULL) OR ([R6223800] = @Original_R6223800)) AND ((@IsNull_R6223900 = 1 AN" + - "D [R6223900] IS NULL) OR ([R6223900] = @Original_R6223900)) AND ((@IsNull_R62240" + - "00 = 1 AND [R6224000] IS NULL) OR ([R6224000] = @Original_R6224000)) AND ((@IsNu" + - "ll_R6224100 = 1 AND [R6224100] IS NULL) OR ([R6224100] = @Original_R6224100)) AN" + - "D ((@IsNull_R6224200 = 1 AND [R6224200] IS NULL) OR ([R6224200] = @Original_R622" + - "4200)) AND ((@IsNull_R6224300 = 1 AND [R6224300] IS NULL) OR ([R6224300] = @Orig" + - "inal_R6224300)) AND ((@IsNull_R6770600 = 1 AND [R6770600] IS NULL) OR ([R6770600" + - "] = @Original_R6770600)) AND ((@IsNull_R6771600 = 1 AND [R6771600] IS NULL) OR (" + - "[R6771600] = @Original_R6771600)) AND ((@IsNull_R6771700 = 1 AND [R6771700] IS N" + - "ULL) OR ([R6771700] = @Original_R6771700)) AND ((@IsNull_R6771800 = 1 AND [R6771" + - "800] IS NULL) OR ([R6771800] = @Original_R6771800)) AND ((@IsNull_R6771900 = 1 A" + - "ND [R6771900] IS NULL) OR ([R6771900] = @Original_R6771900)) AND ((@IsNull_R6772" + - "000 = 1 AND [R6772000] IS NULL) OR ([R6772000] = @Original_R6772000)) AND ((@IsN" + - "ull_R6772100 = 1 AND [R6772100] IS NULL) OR ([R6772100] = @Original_R6772100)) A" + - "ND ((@IsNull_R6772200 = 1 AND [R6772200] IS NULL) OR ([R6772200] = @Original_R67" + - "72200)) AND ((@IsNull_R6772300 = 1 AND [R6772300] IS NULL) OR ([R6772300] = @Ori" + - "ginal_R6772300)) AND ((@IsNull_R6772400 = 1 AND [R6772400] IS NULL) OR ([R677240" + - "0] = @Original_R6772400)) AND ((@IsNull_R6772500 = 1 AND [R6772500] IS NULL) OR " + - "([R6772500] = @Original_R6772500)) AND ((@IsNull_R6772600 = 1 AND [R6772600] IS " + - "NULL) OR ([R6772600] = @Original_R6772600)) AND ((@IsNull_R6772700 = 1 AND [R677" + - "2700] IS NULL) OR ([R6772700] = @Original_R6772700)) AND ((@IsNull_R6772800 = 1 " + - "AND [R6772800] IS NULL) OR ([R6772800] = @Original_R6772800)) AND ((@IsNull_R677" + - "2900 = 1 AND [R6772900] IS NULL) OR ([R6772900] = @Original_R6772900)) AND ((@Is" + - "Null_R6773000 = 1 AND [R6773000] IS NULL) OR ([R6773000] = @Original_R6773000)) " + - "AND ((@IsNull_R6773100 = 1 AND [R6773100] IS NULL) OR ([R6773100] = @Original_R6" + - "773100)) AND ((@IsNull_R6773200 = 1 AND [R6773200] IS NULL) OR ([R6773200] = @Or" + - "iginal_R6773200)) AND ((@IsNull_R6773300 = 1 AND [R6773300] IS NULL) OR ([R67733" + - "00] = @Original_R6773300)) AND ((@IsNull_R6773400 = 1 AND [R6773400] IS NULL) OR" + - " ([R6773400] = @Original_R6773400)) AND ((@IsNull_R6773500 = 1 AND [R6773500] IS" + - " NULL) OR ([R6773500] = @Original_R6773500)) AND ((@IsNull_R6773600 = 1 AND [R67" + - "73600] IS NULL) OR ([R6773600] = @Original_R6773600)) AND ((@IsNull_R6773700 = 1" + - " AND [R6773700] IS NULL) OR ([R6773700] = @Original_R6773700)) AND ((@IsNull_R67" + - "73800 = 1 AND [R6773800] IS NULL) OR ([R6773800] = @Original_R6773800)) AND ((@I" + - "sNull_R6773900 = 1 AND [R6773900] IS NULL) OR ([R6773900] = @Original_R6773900))" + - " AND ((@IsNull_R6774000 = 1 AND [R6774000] IS NULL) OR ([R6774000] = @Original_R" + - "6774000)) AND ((@IsNull_R6774100 = 1 AND [R6774100] IS NULL) OR ([R6774100] = @O" + - "riginal_R6774100)) AND ((@IsNull_R6774200 = 1 AND [R6774200] IS NULL) OR ([R6774" + - "200] = @Original_R6774200)) AND ((@IsNull_R6774300 = 1 AND [R6774300] IS NULL) O" + - "R ([R6774300] = @Original_R6774300)) AND ((@IsNull_R6774400 = 1 AND [R6774400] I" + - "S NULL) OR ([R6774400] = @Original_R6774400)) AND ((@IsNull_R6774500 = 1 AND [R6" + - "774500] IS NULL) OR ([R6774500] = @Original_R6774500)) AND ((@IsNull_R6774600 = " + - "1 AND [R6774600] IS NULL) OR ([R6774600] = @Original_R6774600)) AND ((@IsNull_R6" + - "774700 = 1 AND [R6774700] IS NULL) OR ([R6774700] = @Original_R6774700)) AND ((@" + - "IsNull_R6774800 = 1 AND [R6774800] IS NULL) OR ([R6774800] = @Original_R6774800)" + - ") AND ((@IsNull_R6774900 = 1 AND [R6774900] IS NULL) OR ([R6774900] = @Original_" + - "R6774900)) AND ((@IsNull_R6775000 = 1 AND [R6775000] IS NULL) OR ([R6775000] = @" + - "Original_R6775000)) AND ((@IsNull_R6775100 = 1 AND [R6775100] IS NULL) OR ([R677" + - "5100] = @Original_R6775100)) AND ((@IsNull_R6775200 = 1 AND [R6775200] IS NULL) " + - "OR ([R6775200] = @Original_R6775200)) AND ((@IsNull_R6775300 = 1 AND [R6775300] " + - "IS NULL) OR ([R6775300] = @Original_R6775300)) AND ((@IsNull_R6775400 = 1 AND [R" + - "6775400] IS NULL) OR ([R6775400] = @Original_R6775400)) AND ((@IsNull_R6775500 =" + - " 1 AND [R6775500] IS NULL) OR ([R6775500] = @Original_R6775500)) AND ((@IsNull_R" + - "6775501 = 1 AND [R6775501] IS NULL) OR ([R6775501] = @Original_R6775501)) AND ((" + - "@IsNull_R6775600 = 1 AND [R6775600] IS NULL) OR ([R6775600] = @Original_R6775600" + - ")) AND ((@IsNull_R6775601 = 1 AND [R6775601] IS NULL) OR ([R6775601] = @Original" + - "_R6775601)) AND ((@IsNull_R6775700 = 1 AND [R6775700] IS NULL) OR ([R6775700] = " + - "@Original_R6775700)) AND ((@IsNull_R6775701 = 1 AND [R6775701] IS NULL) OR ([R67" + - "75701] = @Original_R6775701)) AND ((@IsNull_R6775800 = 1 AND [R6775800] IS NULL)" + - " OR ([R6775800] = @Original_R6775800)) AND ((@IsNull_R6775801 = 1 AND [R6775801]" + - " IS NULL) OR ([R6775801] = @Original_R6775801)) AND ((@IsNull_R6775900 = 1 AND [" + - "R6775900] IS NULL) OR ([R6775900] = @Original_R6775900)) AND ((@IsNull_R6775901 " + - "= 1 AND [R6775901] IS NULL) OR ([R6775901] = @Original_R6775901)) AND ((@IsNull_" + - "R6776000 = 1 AND [R6776000] IS NULL) OR ([R6776000] = @Original_R6776000)) AND (" + - "(@IsNull_R6776001 = 1 AND [R6776001] IS NULL) OR ([R6776001] = @Original_R677600" + - "1)) AND ((@IsNull_R6776100 = 1 AND [R6776100] IS NULL) OR ([R6776100] = @Origina" + - "l_R6776100)) AND ((@IsNull_R6776101 = 1 AND [R6776101] IS NULL) OR ([R6776101] =" + - " @Original_R6776101)) AND ((@IsNull_R6776200 = 1 AND [R6776200] IS NULL) OR ([R6" + - "776200] = @Original_R6776200)) AND ((@IsNull_R6776201 = 1 AND [R6776201] IS NULL" + - ") OR ([R6776201] = @Original_R6776201)) AND ((@IsNull_R6776300 = 1 AND [R6776300" + - "] IS NULL) OR ([R6776300] = @Original_R6776300)) AND ((@IsNull_R6776301 = 1 AND " + - "[R6776301] IS NULL) OR ([R6776301] = @Original_R6776301)) AND ((@IsNull_R6776400" + - " = 1 AND [R6776400] IS NULL) OR ([R6776400] = @Original_R6776400)) AND ((@IsNull" + - "_R6776401 = 1 AND [R6776401] IS NULL) OR ([R6776401] = @Original_R6776401)) AND " + - "((@IsNull_R6776500 = 1 AND [R6776500] IS NULL) OR ([R6776500] = @Original_R67765" + - "00)) AND ((@IsNull_R6776501 = 1 AND [R6776501] IS NULL) OR ([R6776501] = @Origin" + - "al_R6776501)) AND ((@IsNull_R6776600 = 1 AND [R6776600] IS NULL) OR ([R6776600] " + - "= @Original_R6776600)) AND ((@IsNull_R6776601 = 1 AND [R6776601] IS NULL) OR ([R" + - "6776601] = @Original_R6776601)) AND ((@IsNull_R6776700 = 1 AND [R6776700] IS NUL" + - "L) OR ([R6776700] = @Original_R6776700)) AND ((@IsNull_R6776701 = 1 AND [R677670" + - "1] IS NULL) OR ([R6776701] = @Original_R6776701)) AND ((@IsNull_R6776800 = 1 AND" + - " [R6776800] IS NULL) OR ([R6776800] = @Original_R6776800)) AND ((@IsNull_R677680" + - "1 = 1 AND [R6776801] IS NULL) OR ([R6776801] = @Original_R6776801)) AND ((@IsNul" + - "l_R6776900 = 1 AND [R6776900] IS NULL) OR ([R6776900] = @Original_R6776900)) AND" + - " ((@IsNull_R6777000 = 1 AND [R6777000] IS NULL) OR ([R6777000] = @Original_R6777" + - "000)) AND ((@IsNull_R6777100 = 1 AND [R6777100] IS NULL) OR ([R6777100] = @Origi" + - "nal_R6777100)) AND ((@IsNull_R6777200 = 1 AND [R6777200] IS NULL) OR ([R6777200]" + - " = @Original_R6777200)) AND ((@IsNull_R6777300 = 1 AND [R6777300] IS NULL) OR ([" + - "R6777300] = @Original_R6777300)) AND ((@IsNull_R6777400 = 1 AND [R6777400] IS NU" + - "LL) OR ([R6777400] = @Original_R6777400)) AND ((@IsNull_R6777500 = 1 AND [R67775" + - "00] IS NULL) OR ([R6777500] = @Original_R6777500)) AND ((@IsNull_R6777600 = 1 AN" + - "D [R6777600] IS NULL) OR ([R6777600] = @Original_R6777600)) AND ((@IsNull_R67777" + - "00 = 1 AND [R6777700] IS NULL) OR ([R6777700] = @Original_R6777700)) AND ((@IsNu" + - "ll_R6777800 = 1 AND [R6777800] IS NULL) OR ([R6777800] = @Original_R6777800)) AN" + - "D ((@IsNull_R7415900 = 1 AND [R7415900] IS NULL) OR ([R7415900] = @Original_R741" + - "5900)) AND ((@IsNull_R7416000 = 1 AND [R7416000] IS NULL) OR ([R7416000] = @Orig" + - "inal_R7416000)) AND ((@IsNull_R7416100 = 1 AND [R7416100] IS NULL) OR ([R7416100" + - "] = @Original_R7416100)) AND ((@IsNull_R7416200 = 1 AND [R7416200] IS NULL) OR (" + - "[R7416200] = @Original_R7416200)) AND ((@IsNull_R7416300 = 1 AND [R7416300] IS N" + - "ULL) OR ([R7416300] = @Original_R7416300)) AND ((@IsNull_R7416400 = 1 AND [R7416" + - "400] IS NULL) OR ([R7416400] = @Original_R7416400)) AND ((@IsNull_R7416500 = 1 A" + - "ND [R7416500] IS NULL) OR ([R7416500] = @Original_R7416500)) AND ((@IsNull_R7416" + - "600 = 1 AND [R7416600] IS NULL) OR ([R7416600] = @Original_R7416600)) AND ((@IsN" + - "ull_R7416700 = 1 AND [R7416700] IS NULL) OR ([R7416700] = @Original_R7416700)) A" + - "ND ((@IsNull_R7416800 = 1 AND [R7416800] IS NULL) OR ([R7416800] = @Original_R74" + - "16800)) AND ((@IsNull_R7416900 = 1 AND [R7416900] IS NULL) OR ([R7416900] = @Ori" + - "ginal_R7416900)) AND ((@IsNull_R7417000 = 1 AND [R7417000] IS NULL) OR ([R741700" + - "0] = @Original_R7417000)) AND ((@IsNull_R7417100 = 1 AND [R7417100] IS NULL) OR " + - "([R7417100] = @Original_R7417100)) AND ((@IsNull_R7417200 = 1 AND [R7417200] IS " + - "NULL) OR ([R7417200] = @Original_R7417200)) AND ((@IsNull_R7417300 = 1 AND [R741" + - "7300] IS NULL) OR ([R7417300] = @Original_R7417300)) AND ((@IsNull_R7417400 = 1 " + - "AND [R7417400] IS NULL) OR ([R7417400] = @Original_R7417400)) AND ((@IsNull_R741" + - "7500 = 1 AND [R7417500] IS NULL) OR ([R7417500] = @Original_R7417500)) AND ((@Is" + - "Null_R7417600 = 1 AND [R7417600] IS NULL) OR ([R7417600] = @Original_R7417600)) " + - "AND ((@IsNull_R7417700 = 1 AND [R7417700] IS NULL) OR ([R7417700] = @Original_R7" + - "417700)) AND ((@IsNull_R7417800 = 1 AND [R7417800] IS NULL) OR ([R7417800] = @Or" + - "iginal_R7417800)) AND ((@IsNull_R7417900 = 1 AND [R7417900] IS NULL) OR ([R74179" + - "00] = @Original_R7417900)) AND ((@IsNull_R7418000 = 1 AND [R7418000] IS NULL) OR" + - " ([R7418000] = @Original_R7418000)) AND ((@IsNull_R7418100 = 1 AND [R7418100] IS" + - " NULL) OR ([R7418100] = @Original_R7418100)) AND ((@IsNull_R7418200 = 1 AND [R74" + - "18200] IS NULL) OR ([R7418200] = @Original_R7418200)) AND ((@IsNull_R7418300 = 1" + - " AND [R7418300] IS NULL) OR ([R7418300] = @Original_R7418300)) AND ((@IsNull_R74" + - "18400 = 1 AND [R7418400] IS NULL) OR ([R7418400] = @Original_R7418400)) AND ((@I" + - "sNull_R7418500 = 1 AND [R7418500] IS NULL) OR ([R7418500] = @Original_R7418500))" + - " AND ((@IsNull_R7418600 = 1 AND [R7418600] IS NULL) OR ([R7418600] = @Original_R" + - "7418600)) AND ((@IsNull_R7418700 = 1 AND [R7418700] IS NULL) OR ([R7418700] = @O" + - "riginal_R7418700)) AND ((@IsNull_R7418800 = 1 AND [R7418800] IS NULL) OR ([R7418" + - "800] = @Original_R7418800)) AND ((@IsNull_R7418900 = 1 AND [R7418900] IS NULL) O" + - "R ([R7418900] = @Original_R7418900)) AND ((@IsNull_R7419000 = 1 AND [R7419000] I" + - "S NULL) OR ([R7419000] = @Original_R7419000)) AND ((@IsNull_R7419100 = 1 AND [R7" + - "419100] IS NULL) OR ([R7419100] = @Original_R7419100)) AND ((@IsNull_R7419200 = " + - "1 AND [R7419200] IS NULL) OR ([R7419200] = @Original_R7419200)) AND ((@IsNull_R7" + - "419300 = 1 AND [R7419300] IS NULL) OR ([R7419300] = @Original_R7419300)) AND ((@" + - "IsNull_R7419400 = 1 AND [R7419400] IS NULL) OR ([R7419400] = @Original_R7419400)" + - ") AND ((@IsNull_R7419500 = 1 AND [R7419500] IS NULL) OR ([R7419500] = @Original_" + - "R7419500)) AND ((@IsNull_R7419600 = 1 AND [R7419600] IS NULL) OR ([R7419600] = @" + - "Original_R7419600)) AND ((@IsNull_R7419700 = 1 AND [R7419700] IS NULL) OR ([R741" + - "9700] = @Original_R7419700)) AND ((@IsNull_R7419800 = 1 AND [R7419800] IS NULL) " + - "OR ([R7419800] = @Original_R7419800)) AND ((@IsNull_R7419900 = 1 AND [R7419900] " + - "IS NULL) OR ([R7419900] = @Original_R7419900)) AND ((@IsNull_R7419901 = 1 AND [R" + - "7419901] IS NULL) OR ([R7419901] = @Original_R7419901)) AND ((@IsNull_R7420000 =" + - " 1 AND [R7420000] IS NULL) OR ([R7420000] = @Original_R7420000)) AND ((@IsNull_R" + - "7420001 = 1 AND [R7420001] IS NULL) OR ([R7420001] = @Original_R7420001)) AND ((" + - "@IsNull_R7420100 = 1 AND [R7420100] IS NULL) OR ([R7420100] = @Original_R7420100" + - ")) AND ((@IsNull_R7420101 = 1 AND [R7420101] IS NULL) OR ([R7420101] = @Original" + - "_R7420101)) AND ((@IsNull_R7420200 = 1 AND [R7420200] IS NULL) OR ([R7420200] = " + - "@Original_R7420200)) AND ((@IsNull_R7420201 = 1 AND [R7420201] IS NULL) OR ([R74" + - "20201] = @Original_R7420201)) AND ((@IsNull_R7420300 = 1 AND [R7420300] IS NULL)" + - " OR ([R7420300] = @Original_R7420300)) AND ((@IsNull_R7420301 = 1 AND [R7420301]" + - " IS NULL) OR ([R7420301] = @Original_R7420301)) AND ((@IsNull_R7420400 = 1 AND [" + - "R7420400] IS NULL) OR ([R7420400] = @Original_R7420400)) AND ((@IsNull_R7420401 " + - "= 1 AND [R7420401] IS NULL) OR ([R7420401] = @Original_R7420401)) AND ((@IsNull_" + - "R7420500 = 1 AND [R7420500] IS NULL) OR ([R7420500] = @Original_R7420500)) AND (" + - "(@IsNull_R7420501 = 1 AND [R7420501] IS NULL) OR ([R7420501] = @Original_R742050" + - "1)) AND ((@IsNull_R7420600 = 1 AND [R7420600] IS NULL) OR ([R7420600] = @Origina" + - "l_R7420600)) AND ((@IsNull_R7420601 = 1 AND [R7420601] IS NULL) OR ([R7420601] =" + - " @Original_R7420601)) AND ((@IsNull_R7420700 = 1 AND [R7420700] IS NULL) OR ([R7" + - "420700] = @Original_R7420700)) AND ((@IsNull_R7420701 = 1 AND [R7420701] IS NULL" + - ") OR ([R7420701] = @Original_R7420701)) AND ((@IsNull_R7420800 = 1 AND [R7420800" + - "] IS NULL) OR ([R7420800] = @Original_R7420800)) AND ((@IsNull_R7420801 = 1 AND " + - "[R7420801] IS NULL) OR ([R7420801] = @Original_R7420801)) AND ((@IsNull_R7420900" + - " = 1 AND [R7420900] IS NULL) OR ([R7420900] = @Original_R7420900)) AND ((@IsNull" + - "_R7420901 = 1 AND [R7420901] IS NULL) OR ([R7420901] = @Original_R7420901)) AND " + - "((@IsNull_R7421000 = 1 AND [R7421000] IS NULL) OR ([R7421000] = @Original_R74210" + - "00)) AND ((@IsNull_R7421001 = 1 AND [R7421001] IS NULL) OR ([R7421001] = @Origin" + - "al_R7421001)) AND ((@IsNull_R7421100 = 1 AND [R7421100] IS NULL) OR ([R7421100] " + - "= @Original_R7421100)) AND ((@IsNull_R7421101 = 1 AND [R7421101] IS NULL) OR ([R" + - "7421101] = @Original_R7421101)) AND ((@IsNull_R7421200 = 1 AND [R7421200] IS NUL" + - "L) OR ([R7421200] = @Original_R7421200)) AND ((@IsNull_R7421201 = 1 AND [R742120" + - "1] IS NULL) OR ([R7421201] = @Original_R7421201)) AND ((@IsNull_R7421300 = 1 AND" + - " [R7421300] IS NULL) OR ([R7421300] = @Original_R7421300)) AND ((@IsNull_R742130" + - "1 = 1 AND [R7421301] IS NULL) OR ([R7421301] = @Original_R7421301)) AND ((@IsNul" + - "l_R7421400 = 1 AND [R7421400] IS NULL) OR ([R7421400] = @Original_R7421400)) AND" + - " ((@IsNull_R7421500 = 1 AND [R7421500] IS NULL) OR ([R7421500] = @Original_R7421" + - "500)) AND ((@IsNull_R7421600 = 1 AND [R7421600] IS NULL) OR ([R7421600] = @Origi" + - "nal_R7421600)) AND ((@IsNull_R7421700 = 1 AND [R7421700] IS NULL) OR ([R7421700]" + - " = @Original_R7421700)) AND ((@IsNull_R7421800 = 1 AND [R7421800] IS NULL) OR ([" + - "R7421800] = @Original_R7421800)) AND ((@IsNull_R7421900 = 1 AND [R7421900] IS NU" + - "LL) OR ([R7421900] = @Original_R7421900)) AND ((@IsNull_R7422000 = 1 AND [R74220" + - "00] IS NULL) OR ([R7422000] = @Original_R7422000)) AND ((@IsNull_R7422100 = 1 AN" + - "D [R7422100] IS NULL) OR ([R7422100] = @Original_R7422100)) AND ((@IsNull_R74222" + - "00 = 1 AND [R7422200] IS NULL) OR ([R7422200] = @Original_R7422200)) AND ((@IsNu" + - "ll_R7422300 = 1 AND [R7422300] IS NULL) OR ([R7422300] = @Original_R7422300)) AN" + - "D ((@IsNull_R8114000 = 1 AND [R8114000] IS NULL) OR ([R8114000] = @Original_R811" + - "4000)) AND ((@IsNull_R8114100 = 1 AND [R8114100] IS NULL) OR ([R8114100] = @Orig" + - "inal_R8114100)) AND ((@IsNull_R8114200 = 1 AND [R8114200] IS NULL) OR ([R8114200" + - "] = @Original_R8114200)) AND ((@IsNull_R8114300 = 1 AND [R8114300] IS NULL) OR (" + - "[R8114300] = @Original_R8114300)) AND ((@IsNull_R8114400 = 1 AND [R8114400] IS N" + - "ULL) OR ([R8114400] = @Original_R8114400)) AND ((@IsNull_R8114500 = 1 AND [R8114" + - "500] IS NULL) OR ([R8114500] = @Original_R8114500)) AND ((@IsNull_R8114600 = 1 A" + - "ND [R8114600] IS NULL) OR ([R8114600] = @Original_R8114600)) AND ((@IsNull_R8114" + - "700 = 1 AND [R8114700] IS NULL) OR ([R8114700] = @Original_R8114700)) AND ((@IsN" + - "ull_R8114800 = 1 AND [R8114800] IS NULL) OR ([R8114800] = @Original_R8114800)) A" + - "ND ((@IsNull_R8114900 = 1 AND [R8114900] IS NULL) OR ([R8114900] = @Original_R81" + - "14900)) AND ((@IsNull_R8115000 = 1 AND [R8115000] IS NULL) OR ([R8115000] = @Ori" + - "ginal_R8115000)) AND ((@IsNull_R8115100 = 1 AND [R8115100] IS NULL) OR ([R811510" + - "0] = @Original_R8115100)) AND ((@IsNull_R8115200 = 1 AND [R8115200] IS NULL) OR " + - "([R8115200] = @Original_R8115200)) AND ((@IsNull_R8115300 = 1 AND [R8115300] IS " + - "NULL) OR ([R8115300] = @Original_R8115300)) AND ((@IsNull_R8115400 = 1 AND [R811" + - "5400] IS NULL) OR ([R8115400] = @Original_R8115400)) AND ((@IsNull_R8115500 = 1 " + - "AND [R8115500] IS NULL) OR ([R8115500] = @Original_R8115500)) AND ((@IsNull_R811" + - "5600 = 1 AND [R8115600] IS NULL) OR ([R8115600] = @Original_R8115600)) AND ((@Is" + - "Null_R8115700 = 1 AND [R8115700] IS NULL) OR ([R8115700] = @Original_R8115700)) " + - "AND ((@IsNull_R8115800 = 1 AND [R8115800] IS NULL) OR ([R8115800] = @Original_R8" + - "115800)) AND ((@IsNull_R8115900 = 1 AND [R8115900] IS NULL) OR ([R8115900] = @Or" + - "iginal_R8115900)) AND ((@IsNull_R8116000 = 1 AND [R8116000] IS NULL) OR ([R81160" + - "00] = @Original_R8116000)) AND ((@IsNull_R8116100 = 1 AND [R8116100] IS NULL) OR" + - " ([R8116100] = @Original_R8116100)) AND ((@IsNull_R8116200 = 1 AND [R8116200] IS" + - " NULL) OR ([R8116200] = @Original_R8116200)) AND ((@IsNull_R8116300 = 1 AND [R81" + - "16300] IS NULL) OR ([R8116300] = @Original_R8116300)) AND ((@IsNull_R8116400 = 1" + - " AND [R8116400] IS NULL) OR ([R8116400] = @Original_R8116400)) AND ((@IsNull_R81" + - "16500 = 1 AND [R8116500] IS NULL) OR ([R8116500] = @Original_R8116500)) AND ((@I" + - "sNull_R8116600 = 1 AND [R8116600] IS NULL) OR ([R8116600] = @Original_R8116600))" + - " AND ((@IsNull_R8116700 = 1 AND [R8116700] IS NULL) OR ([R8116700] = @Original_R" + - "8116700)) AND ((@IsNull_R8116800 = 1 AND [R8116800] IS NULL) OR ([R8116800] = @O" + - "riginal_R8116800)) AND ((@IsNull_R8116900 = 1 AND [R8116900] IS NULL) OR ([R8116" + - "900] = @Original_R8116900)) AND ((@IsNull_R8117000 = 1 AND [R8117000] IS NULL) O" + - "R ([R8117000] = @Original_R8117000)) AND ((@IsNull_R8117100 = 1 AND [R8117100] I" + - "S NULL) OR ([R8117100] = @Original_R8117100)) AND ((@IsNull_R8117200 = 1 AND [R8" + - "117200] IS NULL) OR ([R8117200] = @Original_R8117200)) AND ((@IsNull_R8117300 = " + - "1 AND [R8117300] IS NULL) OR ([R8117300] = @Original_R8117300)) AND ((@IsNull_R8" + - "117400 = 1 AND [R8117400] IS NULL) OR ([R8117400] = @Original_R8117400)) AND ((@" + - "IsNull_R8117500 = 1 AND [R8117500] IS NULL) OR ([R8117500] = @Original_R8117500)" + - ") AND ((@IsNull_R8117600 = 1 AND [R8117600] IS NULL) OR ([R8117600] = @Original_" + - "R8117600)) AND ((@IsNull_R8117700 = 1 AND [R8117700] IS NULL) OR ([R8117700] = @" + - "Original_R8117700)) AND ((@IsNull_R8117800 = 1 AND [R8117800] IS NULL) OR ([R811" + - "7800] = @Original_R8117800)) AND ((@IsNull_R8117900 = 1 AND [R8117900] IS NULL) " + - "OR ([R8117900] = @Original_R8117900)) AND ((@IsNull_R8118000 = 1 AND [R8118000] " + - "IS NULL) OR ([R8118000] = @Original_R8118000)) AND ((@IsNull_R8118001 = 1 AND [R" + - "8118001] IS NULL) OR ([R8118001] = @Original_R8118001)) AND ((@IsNull_R8118100 =" + - " 1 AND [R8118100] IS NULL) OR ([R8118100] = @Original_R8118100)) AND ((@IsNull_R" + - "8118101 = 1 AND [R8118101] IS NULL) OR ([R8118101] = @Original_R8118101)) AND ((" + - "@IsNull_R8118200 = 1 AND [R8118200] IS NULL) OR ([R8118200] = @Original_R8118200" + - ")) AND ((@IsNull_R8118201 = 1 AND [R8118201] IS NULL) OR ([R8118201] = @Original" + - "_R8118201)) AND ((@IsNull_R8118300 = 1 AND [R8118300] IS NULL) OR ([R8118300] = " + - "@Original_R8118300)) AND ((@IsNull_R8118301 = 1 AND [R8118301] IS NULL) OR ([R81" + - "18301] = @Original_R8118301)) AND ((@IsNull_R8118400 = 1 AND [R8118400] IS NULL)" + - " OR ([R8118400] = @Original_R8118400)) AND ((@IsNull_R8118401 = 1 AND [R8118401]" + - " IS NULL) OR ([R8118401] = @Original_R8118401)) AND ((@IsNull_R8118500 = 1 AND [" + - "R8118500] IS NULL) OR ([R8118500] = @Original_R8118500)) AND ((@IsNull_R8118501 " + - "= 1 AND [R8118501] IS NULL) OR ([R8118501] = @Original_R8118501)) AND ((@IsNull_" + - "R8118600 = 1 AND [R8118600] IS NULL) OR ([R8118600] = @Original_R8118600)) AND (" + - "(@IsNull_R8118601 = 1 AND [R8118601] IS NULL) OR ([R8118601] = @Original_R811860" + - "1)) AND ((@IsNull_R8118700 = 1 AND [R8118700] IS NULL) OR ([R8118700] = @Origina" + - "l_R8118700)) AND ((@IsNull_R8118701 = 1 AND [R8118701] IS NULL) OR ([R8118701] =" + - " @Original_R8118701)) AND ((@IsNull_R8118800 = 1 AND [R8118800] IS NULL) OR ([R8" + - "118800] = @Original_R8118800)) AND ((@IsNull_R8118801 = 1 AND [R8118801] IS NULL" + - ") OR ([R8118801] = @Original_R8118801)) AND ((@IsNull_R8118900 = 1 AND [R8118900" + - "] IS NULL) OR ([R8118900] = @Original_R8118900)) AND ((@IsNull_R8118901 = 1 AND " + - "[R8118901] IS NULL) OR ([R8118901] = @Original_R8118901)) AND ((@IsNull_R8119000" + - " = 1 AND [R8119000] IS NULL) OR ([R8119000] = @Original_R8119000)) AND ((@IsNull" + - "_R8119001 = 1 AND [R8119001] IS NULL) OR ([R8119001] = @Original_R8119001)) AND " + - "((@IsNull_R8119100 = 1 AND [R8119100] IS NULL) OR ([R8119100] = @Original_R81191" + - "00)) AND ((@IsNull_R8119101 = 1 AND [R8119101] IS NULL) OR ([R8119101] = @Origin" + - "al_R8119101)) AND ((@IsNull_R8119200 = 1 AND [R8119200] IS NULL) OR ([R8119200] " + - "= @Original_R8119200)) AND ((@IsNull_R8119201 = 1 AND [R8119201] IS NULL) OR ([R" + - "8119201] = @Original_R8119201)) AND ((@IsNull_R8119300 = 1 AND [R8119300] IS NUL" + - "L) OR ([R8119300] = @Original_R8119300)) AND ((@IsNull_R8119301 = 1 AND [R811930" + - "1] IS NULL) OR ([R8119301] = @Original_R8119301)) AND ((@IsNull_R8119400 = 1 AND" + - " [R8119400] IS NULL) OR ([R8119400] = @Original_R8119400)) AND ((@IsNull_R811940" + - "1 = 1 AND [R8119401] IS NULL) OR ([R8119401] = @Original_R8119401)) AND ((@IsNul" + - "l_R8119500 = 1 AND [R8119500] IS NULL) OR ([R8119500] = @Original_R8119500)) AND" + - " ((@IsNull_R8119501 = 1 AND [R8119501] IS NULL) OR ([R8119501] = @Original_R8119" + - "501)) AND ((@IsNull_R8119600 = 1 AND [R8119600] IS NULL) OR ([R8119600] = @Origi" + - "nal_R8119600)) AND ((@IsNull_R8119700 = 1 AND [R8119700] IS NULL) OR ([R8119700]" + - " = @Original_R8119700)) AND ((@IsNull_R8119800 = 1 AND [R8119800] IS NULL) OR ([" + - "R8119800] = @Original_R8119800)) AND ((@IsNull_R8119900 = 1 AND [R8119900] IS NU" + - "LL) OR ([R8119900] = @Original_R8119900)) AND ((@IsNull_R8120000 = 1 AND [R81200" + - "00] IS NULL) OR ([R8120000] = @Original_R8120000)) AND ((@IsNull_R8120100 = 1 AN" + - "D [R8120100] IS NULL) OR ([R8120100] = @Original_R8120100)) AND ((@IsNull_R81202" + - "00 = 1 AND [R8120200] IS NULL) OR ([R8120200] = @Original_R8120200)) AND ((@IsNu" + - "ll_R8120300 = 1 AND [R8120300] IS NULL) OR ([R8120300] = @Original_R8120300)) AN" + - "D ((@IsNull_R8120400 = 1 AND [R8120400] IS NULL) OR ([R8120400] = @Original_R812" + - "0400)) AND ((@IsNull_R8120500 = 1 AND [R8120500] IS NULL) OR ([R8120500] = @Orig" + - "inal_R8120500)) AND ((@IsNull_R8135300 = 1 AND [R8135300] IS NULL) OR ([R8135300" + - "] = @Original_R8135300)) AND ((@IsNull_R8135400 = 1 AND [R8135400] IS NULL) OR (" + - "[R8135400] = @Original_R8135400)) AND ((@IsNull_R8135500 = 1 AND [R8135500] IS N" + - "ULL) OR ([R8135500] = @Original_R8135500)) AND ((@IsNull_R8135600 = 1 AND [R8135" + - "600] IS NULL) OR ([R8135600] = @Original_R8135600)) AND ((@IsNull_R8135700 = 1 A" + - "ND [R8135700] IS NULL) OR ([R8135700] = @Original_R8135700)) AND ((@IsNull_R8135" + - "800 = 1 AND [R8135800] IS NULL) OR ([R8135800] = @Original_R8135800)) AND ((@IsN" + - "ull_R8135900 = 1 AND [R8135900] IS NULL) OR ([R8135900] = @Original_R8135900)) A" + - "ND ((@IsNull_R9900600 = 1 AND [R9900600] IS NULL) OR ([R9900600] = @Original_R99" + - "00600)) AND ((@IsNull_R9900601 = 1 AND [R9900601] IS NULL) OR ([R9900601] = @Ori" + - "ginal_R9900601)) AND ((@IsNull_R9901400 = 1 AND [R9901400] IS NULL) OR ([R990140" + - "0] = @Original_R9901400)) AND ((@IsNull_R9901401 = 1 AND [R9901401] IS NULL) OR " + - "([R9901401] = @Original_R9901401)) AND ((@IsNull_R9902200 = 1 AND [R9902200] IS " + - "NULL) OR ([R9902200] = @Original_R9902200)) AND ((@IsNull_R9902201 = 1 AND [R990" + - "2201] IS NULL) OR ([R9902201] = @Original_R9902201)) AND ((@IsNull_R9903000 = 1 " + - "AND [R9903000] IS NULL) OR ([R9903000] = @Original_R9903000)) AND ((@IsNull_R990" + - "3001 = 1 AND [R9903001] IS NULL) OR ([R9903001] = @Original_R9903001)) AND ((@Is" + - "Null_R9903800 = 1 AND [R9903800] IS NULL) OR ([R9903800] = @Original_R9903800)) " + - "AND ((@IsNull_R9903801 = 1 AND [R9903801] IS NULL) OR ([R9903801] = @Original_R9" + - "903801)) AND ((@IsNull_R9904600 = 1 AND [R9904600] IS NULL) OR ([R9904600] = @Or" + - "iginal_R9904600)) AND ((@IsNull_R9904601 = 1 AND [R9904601] IS NULL) OR ([R99046" + - "01] = @Original_R9904601)) AND ((@IsNull_R9905400 = 1 AND [R9905400] IS NULL) OR" + - " ([R9905400] = @Original_R9905400)) AND ((@IsNull_R9905401 = 1 AND [R9905401] IS" + - " NULL) OR ([R9905401] = @Original_R9905401)) AND ((@IsNull_R9911200 = 1 AND [R99" + - "11200] IS NULL) OR ([R9911200] = @Original_R9911200)) AND ((@IsNull_R9911201 = 1" + - " AND [R9911201] IS NULL) OR ([R9911201] = @Original_R9911201)) AND ((@IsNull_T03" + - "45800 = 1 AND [T0345800] IS NULL) OR ([T0345800] = @Original_T0345800)) AND ((@I" + - "sNull_T0345900 = 1 AND [T0345900] IS NULL) OR ([T0345900] = @Original_T0345900))" + - " AND ((@IsNull_T0346000 = 1 AND [T0346000] IS NULL) OR ([T0346000] = @Original_T" + - "0346000)) AND ((@IsNull_T0346100 = 1 AND [T0346100] IS NULL) OR ([T0346100] = @O" + - "riginal_T0346100)) AND ((@IsNull_T0346200 = 1 AND [T0346200] IS NULL) OR ([T0346" + - "200] = @Original_T0346200)) AND ((@IsNull_T0346300 = 1 AND [T0346300] IS NULL) O" + - "R ([T0346300] = @Original_T0346300)) AND ((@IsNull_T0346400 = 1 AND [T0346400] I" + - "S NULL) OR ([T0346400] = @Original_T0346400)) AND ((@IsNull_T0346500 = 1 AND [T0" + - "346500] IS NULL) OR ([T0346500] = @Original_T0346500)) AND ((@IsNull_T0346600 = " + - "1 AND [T0346600] IS NULL) OR ([T0346600] = @Original_T0346600)) AND ((@IsNull_T0" + - "346700 = 1 AND [T0346700] IS NULL) OR ([T0346700] = @Original_T0346700)) AND ((@" + - "IsNull_T0346800 = 1 AND [T0346800] IS NULL) OR ([T0346800] = @Original_T0346800)" + - ") AND ((@IsNull_T0346900 = 1 AND [T0346900] IS NULL) OR ([T0346900] = @Original_" + - "T0346900)) AND ((@IsNull_T0347000 = 1 AND [T0347000] IS NULL) OR ([T0347000] = @" + - "Original_T0347000)) AND ((@IsNull_T0347100 = 1 AND [T0347100] IS NULL) OR ([T034" + - "7100] = @Original_T0347100)) AND ((@IsNull_T0347200 = 1 AND [T0347200] IS NULL) " + - "OR ([T0347200] = @Original_T0347200)) AND ((@IsNull_T0347300 = 1 AND [T0347300] " + - "IS NULL) OR ([T0347300] = @Original_T0347300)) AND ((@IsNull_T0347400 = 1 AND [T" + - "0347400] IS NULL) OR ([T0347400] = @Original_T0347400)) AND ((@IsNull_T0347500 =" + - " 1 AND [T0347500] IS NULL) OR ([T0347500] = @Original_T0347500)) AND ((@IsNull_T" + - "0347600 = 1 AND [T0347600] IS NULL) OR ([T0347600] = @Original_T0347600)) AND ((" + - "@IsNull_T0347700 = 1 AND [T0347700] IS NULL) OR ([T0347700] = @Original_T0347700" + - ")) AND ((@IsNull_T0347800 = 1 AND [T0347800] IS NULL) OR ([T0347800] = @Original" + - "_T0347800)) AND ((@IsNull_T0347900 = 1 AND [T0347900] IS NULL) OR ([T0347900] = " + - "@Original_T0347900)) AND ((@IsNull_T0348000 = 1 AND [T0348000] IS NULL) OR ([T03" + - "48000] = @Original_T0348000)) AND ((@IsNull_T0348100 = 1 AND [T0348100] IS NULL)" + - " OR ([T0348100] = @Original_T0348100)) AND ((@IsNull_T0348200 = 1 AND [T0348200]" + - " IS NULL) OR ([T0348200] = @Original_T0348200)) AND ((@IsNull_T0348300 = 1 AND [" + - "T0348300] IS NULL) OR ([T0348300] = @Original_T0348300)) AND ((@IsNull_T0348400 " + - "= 1 AND [T0348400] IS NULL) OR ([T0348400] = @Original_T0348400)) AND ((@IsNull_" + - "T0348500 = 1 AND [T0348500] IS NULL) OR ([T0348500] = @Original_T0348500)) AND (" + - "(@IsNull_T0348600 = 1 AND [T0348600] IS NULL) OR ([T0348600] = @Original_T034860" + - "0)) AND ((@IsNull_T0348700 = 1 AND [T0348700] IS NULL) OR ([T0348700] = @Origina" + - "l_T0348700)) AND ((@IsNull_T0348800 = 1 AND [T0348800] IS NULL) OR ([T0348800] =" + - " @Original_T0348800)) AND ((@IsNull_T0348900 = 1 AND [T0348900] IS NULL) OR ([T0" + - "348900] = @Original_T0348900)) AND ((@IsNull_T0349000 = 1 AND [T0349000] IS NULL" + - ") OR ([T0349000] = @Original_T0349000)) AND ((@IsNull_T0349100 = 1 AND [T0349100" + - "] IS NULL) OR ([T0349100] = @Original_T0349100)) AND ((@IsNull_T0349200 = 1 AND " + - "[T0349200] IS NULL) OR ([T0349200] = @Original_T0349200)) AND ((@IsNull_T0349300" + - " = 1 AND [T0349300] IS NULL) OR ([T0349300] = @Original_T0349300)) AND ((@IsNull" + - "_T0349400 = 1 AND [T0349400] IS NULL) OR ([T0349400] = @Original_T0349400)) AND " + - "((@IsNull_T0349500 = 1 AND [T0349500] IS NULL) OR ([T0349500] = @Original_T03495" + - "00)) AND ((@IsNull_T0349600 = 1 AND [T0349600] IS NULL) OR ([T0349600] = @Origin" + - "al_T0349600)) AND ((@IsNull_T0349700 = 1 AND [T0349700] IS NULL) OR ([T0349700] " + - "= @Original_T0349700)) AND ((@IsNull_T0349800 = 1 AND [T0349800] IS NULL) OR ([T" + - "0349800] = @Original_T0349800)) AND ((@IsNull_T0349900 = 1 AND [T0349900] IS NUL" + - "L) OR ([T0349900] = @Original_T0349900)) AND ((@IsNull_T0350000 = 1 AND [T035000" + - "0] IS NULL) OR ([T0350000] = @Original_T0350000)) AND ((@IsNull_T0350100 = 1 AND" + - " [T0350100] IS NULL) OR ([T0350100] = @Original_T0350100)) AND ((@IsNull_T035010" + - "1 = 1 AND [T0350101] IS NULL) OR ([T0350101] = @Original_T0350101)) AND ((@IsNul" + - "l_T0350200 = 1 AND [T0350200] IS NULL) OR ([T0350200] = @Original_T0350200)) AND" + - " ((@IsNull_T0350201 = 1 AND [T0350201] IS NULL) OR ([T0350201] = @Original_T0350" + - "201)) AND ((@IsNull_T0350300 = 1 AND [T0350300] IS NULL) OR ([T0350300] = @Origi" + - "nal_T0350300)) AND ((@IsNull_T0350301 = 1 AND [T0350301] IS NULL) OR ([T0350301]" + - " = @Original_T0350301)) AND ((@IsNull_T0350400 = 1 AND [T0350400] IS NULL) OR ([" + - "T0350400] = @Original_T0350400)) AND ((@IsNull_T0350401 = 1 AND [T0350401] IS NU" + - "LL) OR ([T0350401] = @Original_T0350401)) AND ((@IsNull_T0350500 = 1 AND [T03505" + - "00] IS NULL) OR ([T0350500] = @Original_T0350500)) AND ((@IsNull_T0350501 = 1 AN" + - "D [T0350501] IS NULL) OR ([T0350501] = @Original_T0350501)) AND ((@IsNull_T03506" + - "00 = 1 AND [T0350600] IS NULL) OR ([T0350600] = @Original_T0350600)) AND ((@IsNu" + - "ll_T0350601 = 1 AND [T0350601] IS NULL) OR ([T0350601] = @Original_T0350601)) AN" + - "D ((@IsNull_T0350700 = 1 AND [T0350700] IS NULL) OR ([T0350700] = @Original_T035" + - "0700)) AND ((@IsNull_T0350701 = 1 AND [T0350701] IS NULL) OR ([T0350701] = @Orig" + - "inal_T0350701)) AND ((@IsNull_T0350800 = 1 AND [T0350800] IS NULL) OR ([T0350800" + - "] = @Original_T0350800)) AND ((@IsNull_T0350801 = 1 AND [T0350801] IS NULL) OR (" + - "[T0350801] = @Original_T0350801)) AND ((@IsNull_T0350900 = 1 AND [T0350900] IS N" + - "ULL) OR ([T0350900] = @Original_T0350900)) AND ((@IsNull_T0350901 = 1 AND [T0350" + - "901] IS NULL) OR ([T0350901] = @Original_T0350901)) AND ((@IsNull_T0351000 = 1 A" + - "ND [T0351000] IS NULL) OR ([T0351000] = @Original_T0351000)) AND ((@IsNull_T0351" + - "001 = 1 AND [T0351001] IS NULL) OR ([T0351001] = @Original_T0351001)) AND ((@IsN" + - "ull_T0351100 = 1 AND [T0351100] IS NULL) OR ([T0351100] = @Original_T0351100)) A" + - "ND ((@IsNull_T0351101 = 1 AND [T0351101] IS NULL) OR ([T0351101] = @Original_T03" + - "51101)) AND ((@IsNull_T0351200 = 1 AND [T0351200] IS NULL) OR ([T0351200] = @Ori" + - "ginal_T0351200)) AND ((@IsNull_T0351201 = 1 AND [T0351201] IS NULL) OR ([T035120" + - "1] = @Original_T0351201)) AND ((@IsNull_T0351300 = 1 AND [T0351300] IS NULL) OR " + - "([T0351300] = @Original_T0351300)) AND ((@IsNull_T0351301 = 1 AND [T0351301] IS " + - "NULL) OR ([T0351301] = @Original_T0351301)) AND ((@IsNull_T0351400 = 1 AND [T035" + - "1400] IS NULL) OR ([T0351400] = @Original_T0351400)) AND ((@IsNull_T0351401 = 1 " + - "AND [T0351401] IS NULL) OR ([T0351401] = @Original_T0351401)) AND ((@IsNull_T035" + - "1500 = 1 AND [T0351500] IS NULL) OR ([T0351500] = @Original_T0351500)) AND ((@Is" + - "Null_T0351501 = 1 AND [T0351501] IS NULL) OR ([T0351501] = @Original_T0351501)) " + - "AND ((@IsNull_T0351600 = 1 AND [T0351600] IS NULL) OR ([T0351600] = @Original_T0" + - "351600)) AND ((@IsNull_T0351601 = 1 AND [T0351601] IS NULL) OR ([T0351601] = @Or" + - "iginal_T0351601)) AND ((@IsNull_T0351700 = 1 AND [T0351700] IS NULL) OR ([T03517" + - "00] = @Original_T0351700)) AND ((@IsNull_T0351701 = 1 AND [T0351701] IS NULL) OR" + - " ([T0351701] = @Original_T0351701)) AND ((@IsNull_T0351800 = 1 AND [T0351800] IS" + - " NULL) OR ([T0351800] = @Original_T0351800)) AND ((@IsNull_T0351801 = 1 AND [T03" + - "51801] IS NULL) OR ([T0351801] = @Original_T0351801)) AND ((@IsNull_T0351900 = 1" + - " AND [T0351900] IS NULL) OR ([T0351900] = @Original_T0351900)) AND ((@IsNull_T03" + - "52000 = 1 AND [T0352000] IS NULL) OR ([T0352000] = @Original_T0352000)) AND ((@I" + - "sNull_T0352100 = 1 AND [T0352100] IS NULL) OR ([T0352100] = @Original_T0352100))" + - " AND ((@IsNull_T0352200 = 1 AND [T0352200] IS NULL) OR ([T0352200] = @Original_T" + - "0352200)) AND ((@IsNull_T0352300 = 1 AND [T0352300] IS NULL) OR ([T0352300] = @O" + - "riginal_T0352300)) AND ((@IsNull_T0352400 = 1 AND [T0352400] IS NULL) OR ([T0352" + - "400] = @Original_T0352400)) AND ((@IsNull_T0352500 = 1 AND [T0352500] IS NULL) O" + - "R ([T0352500] = @Original_T0352500)) AND ((@IsNull_T0352600 = 1 AND [T0352600] I" + - "S NULL) OR ([T0352600] = @Original_T0352600)) AND ((@IsNull_T0352700 = 1 AND [T0" + - "352700] IS NULL) OR ([T0352700] = @Original_T0352700)) AND ((@IsNull_T0352800 = " + - "1 AND [T0352800] IS NULL) OR ([T0352800] = @Original_T0352800)) AND ((@IsNull_T0" + - "352900 = 1 AND [T0352900] IS NULL) OR ([T0352900] = @Original_T0352900)) AND ((@" + - "IsNull_T0597800 = 1 AND [T0597800] IS NULL) OR ([T0597800] = @Original_T0597800)" + - ") AND ((@IsNull_T0597900 = 1 AND [T0597900] IS NULL) OR ([T0597900] = @Original_" + - "T0597900)) AND ((@IsNull_T0598000 = 1 AND [T0598000] IS NULL) OR ([T0598000] = @" + - "Original_T0598000)) AND ((@IsNull_T0598100 = 1 AND [T0598100] IS NULL) OR ([T059" + - "8100] = @Original_T0598100)) AND ((@IsNull_T0598200 = 1 AND [T0598200] IS NULL) " + - "OR ([T0598200] = @Original_T0598200)) AND ((@IsNull_T0598300 = 1 AND [T0598300] " + - "IS NULL) OR ([T0598300] = @Original_T0598300)) AND ((@IsNull_T0598400 = 1 AND [T" + - "0598400] IS NULL) OR ([T0598400] = @Original_T0598400)) AND ((@IsNull_T1495200 =" + - " 1 AND [T1495200] IS NULL) OR ([T1495200] = @Original_T1495200)) AND ((@IsNull_T" + - "1495300 = 1 AND [T1495300] IS NULL) OR ([T1495300] = @Original_T1495300)) AND ((" + - "@IsNull_T1495400 = 1 AND [T1495400] IS NULL) OR ([T1495400] = @Original_T1495400" + - ")) AND ((@IsNull_T1495500 = 1 AND [T1495500] IS NULL) OR ([T1495500] = @Original" + - "_T1495500)) AND ((@IsNull_T1495600 = 1 AND [T1495600] IS NULL) OR ([T1495600] = " + - "@Original_T1495600)) AND ((@IsNull_T1495700 = 1 AND [T1495700] IS NULL) OR ([T14" + - "95700] = @Original_T1495700)) AND ((@IsNull_T1495800 = 1 AND [T1495800] IS NULL)" + - " OR ([T1495800] = @Original_T1495800)) AND ((@IsNull_T1495900 = 1 AND [T1495900]" + - " IS NULL) OR ([T1495900] = @Original_T1495900)) AND ((@IsNull_T1496000 = 1 AND [" + - "T1496000] IS NULL) OR ([T1496000] = @Original_T1496000)) AND ((@IsNull_T1496100 " + - "= 1 AND [T1496100] IS NULL) OR ([T1496100] = @Original_T1496100)) AND ((@IsNull_" + - "T1496200 = 1 AND [T1496200] IS NULL) OR ([T1496200] = @Original_T1496200)) AND (" + - "(@IsNull_T1496300 = 1 AND [T1496300] IS NULL) OR ([T1496300] = @Original_T149630" + - "0)) AND ((@IsNull_T1496400 = 1 AND [T1496400] IS NULL) OR ([T1496400] = @Origina" + - "l_T1496400)) AND ((@IsNull_T1496500 = 1 AND [T1496500] IS NULL) OR ([T1496500] =" + - " @Original_T1496500)) AND ((@IsNull_T1496600 = 1 AND [T1496600] IS NULL) OR ([T1" + - "496600] = @Original_T1496600)) AND ((@IsNull_T1496700 = 1 AND [T1496700] IS NULL" + - ") OR ([T1496700] = @Original_T1496700)) AND ((@IsNull_T1496800 = 1 AND [T1496800" + - "] IS NULL) OR ([T1496800] = @Original_T1496800)) AND ((@IsNull_T1496900 = 1 AND " + - "[T1496900] IS NULL) OR ([T1496900] = @Original_T1496900)) AND ((@IsNull_T1497000" + - " = 1 AND [T1497000] IS NULL) OR ([T1497000] = @Original_T1497000)) AND ((@IsNull" + - "_T1497100 = 1 AND [T1497100] IS NULL) OR ([T1497100] = @Original_T1497100)) AND " + - "((@IsNull_T1497200 = 1 AND [T1497200] IS NULL) OR ([T1497200] = @Original_T14972" + - "00)) AND ((@IsNull_T1497300 = 1 AND [T1497300] IS NULL) OR ([T1497300] = @Origin" + - "al_T1497300)) AND ((@IsNull_T1497400 = 1 AND [T1497400] IS NULL) OR ([T1497400] " + - "= @Original_T1497400)) AND ((@IsNull_T1497500 = 1 AND [T1497500] IS NULL) OR ([T" + - "1497500] = @Original_T1497500)) AND ((@IsNull_T1497600 = 1 AND [T1497600] IS NUL" + - "L) OR ([T1497600] = @Original_T1497600)) AND ((@IsNull_T1497700 = 1 AND [T149770" + - "0] IS NULL) OR ([T1497700] = @Original_T1497700)) AND ((@IsNull_T1497800 = 1 AND" + - " [T1497800] IS NULL) OR ([T1497800] = @Original_T1497800)) AND ((@IsNull_T149790" + - "0 = 1 AND [T1497900] IS NULL) OR ([T1497900] = @Original_T1497900)) AND ((@IsNul" + - "l_T1498000 = 1 AND [T1498000] IS NULL) OR ([T1498000] = @Original_T1498000)) AND" + - " ((@IsNull_T1498100 = 1 AND [T1498100] IS NULL) OR ([T1498100] = @Original_T1498" + - "100)) AND ((@IsNull_T1498200 = 1 AND [T1498200] IS NULL) OR ([T1498200] = @Origi" + - "nal_T1498200)) AND ((@IsNull_T1498300 = 1 AND [T1498300] IS NULL) OR ([T1498300]" + - " = @Original_T1498300)) AND ((@IsNull_T1498400 = 1 AND [T1498400] IS NULL) OR ([" + - "T1498400] = @Original_T1498400)) AND ((@IsNull_T1498500 = 1 AND [T1498500] IS NU" + - "LL) OR ([T1498500] = @Original_T1498500)) AND ((@IsNull_T1498600 = 1 AND [T14986" + - "00] IS NULL) OR ([T1498600] = @Original_T1498600)) AND ((@IsNull_T1498700 = 1 AN" + - "D [T1498700] IS NULL) OR ([T1498700] = @Original_T1498700)) AND ((@IsNull_T14988" + - "00 = 1 AND [T1498800] IS NULL) OR ([T1498800] = @Original_T1498800)) AND ((@IsNu" + - "ll_T1498900 = 1 AND [T1498900] IS NULL) OR ([T1498900] = @Original_T1498900)) AN" + - "D ((@IsNull_T1499000 = 1 AND [T1499000] IS NULL) OR ([T1499000] = @Original_T149" + - "9000)) AND ((@IsNull_T1499100 = 1 AND [T1499100] IS NULL) OR ([T1499100] = @Orig" + - "inal_T1499100)) AND ((@IsNull_T1499200 = 1 AND [T1499200] IS NULL) OR ([T1499200" + - "] = @Original_T1499200)) AND ((@IsNull_T1499300 = 1 AND [T1499300] IS NULL) OR (" + - "[T1499300] = @Original_T1499300)) AND ((@IsNull_T1499400 = 1 AND [T1499400] IS N" + - "ULL) OR ([T1499400] = @Original_T1499400)) AND ((@IsNull_T1499500 = 1 AND [T1499" + - "500] IS NULL) OR ([T1499500] = @Original_T1499500)) AND ((@IsNull_T1499501 = 1 A" + - "ND [T1499501] IS NULL) OR ([T1499501] = @Original_T1499501)) AND ((@IsNull_T1499" + - "600 = 1 AND [T1499600] IS NULL) OR ([T1499600] = @Original_T1499600)) AND ((@IsN" + - "ull_T1499601 = 1 AND [T1499601] IS NULL) OR ([T1499601] = @Original_T1499601)) A" + - "ND ((@IsNull_T1499700 = 1 AND [T1499700] IS NULL) OR ([T1499700] = @Original_T14" + - "99700)) AND ((@IsNull_T1499701 = 1 AND [T1499701] IS NULL) OR ([T1499701] = @Ori" + - "ginal_T1499701)) AND ((@IsNull_T1499800 = 1 AND [T1499800] IS NULL) OR ([T149980" + - "0] = @Original_T1499800)) AND ((@IsNull_T1499801 = 1 AND [T1499801] IS NULL) OR " + - "([T1499801] = @Original_T1499801)) AND ((@IsNull_T1499900 = 1 AND [T1499900] IS " + - "NULL) OR ([T1499900] = @Original_T1499900)) AND ((@IsNull_T1499901 = 1 AND [T149" + - "9901] IS NULL) OR ([T1499901] = @Original_T1499901)) AND ((@IsNull_T1500000 = 1 " + - "AND [T1500000] IS NULL) OR ([T1500000] = @Original_T1500000)) AND ((@IsNull_T150" + - "0001 = 1 AND [T1500001] IS NULL) OR ([T1500001] = @Original_T1500001)) AND ((@Is" + - "Null_T1500100 = 1 AND [T1500100] IS NULL) OR ([T1500100] = @Original_T1500100)) " + - "AND ((@IsNull_T1500101 = 1 AND [T1500101] IS NULL) OR ([T1500101] = @Original_T1" + - "500101)) AND ((@IsNull_T1500200 = 1 AND [T1500200] IS NULL) OR ([T1500200] = @Or" + - "iginal_T1500200)) AND ((@IsNull_T1500201 = 1 AND [T1500201] IS NULL) OR ([T15002" + - "01] = @Original_T1500201)) AND ((@IsNull_T1500300 = 1 AND [T1500300] IS NULL) OR" + - " ([T1500300] = @Original_T1500300)) AND ((@IsNull_T1500301 = 1 AND [T1500301] IS" + - " NULL) OR ([T1500301] = @Original_T1500301)) AND ((@IsNull_T1500400 = 1 AND [T15" + - "00400] IS NULL) OR ([T1500400] = @Original_T1500400)) AND ((@IsNull_T1500401 = 1" + - " AND [T1500401] IS NULL) OR ([T1500401] = @Original_T1500401)) AND ((@IsNull_T15" + - "00500 = 1 AND [T1500500] IS NULL) OR ([T1500500] = @Original_T1500500)) AND ((@I" + - "sNull_T1500501 = 1 AND [T1500501] IS NULL) OR ([T1500501] = @Original_T1500501))" + - " AND ((@IsNull_T1500600 = 1 AND [T1500600] IS NULL) OR ([T1500600] = @Original_T" + - "1500600)) AND ((@IsNull_T1500601 = 1 AND [T1500601] IS NULL) OR ([T1500601] = @O" + - "riginal_T1500601)) AND ((@IsNull_T1500700 = 1 AND [T1500700] IS NULL) OR ([T1500" + - "700] = @Original_T1500700)) AND ((@IsNull_T1500701 = 1 AND [T1500701] IS NULL) O" + - "R ([T1500701] = @Original_T1500701)) AND ((@IsNull_T1500800 = 1 AND [T1500800] I" + - "S NULL) OR ([T1500800] = @Original_T1500800)) AND ((@IsNull_T1500801 = 1 AND [T1" + - "500801] IS NULL) OR ([T1500801] = @Original_T1500801)) AND ((@IsNull_T1500900 = " + - "1 AND [T1500900] IS NULL) OR ([T1500900] = @Original_T1500900)) AND ((@IsNull_T1" + - "500901 = 1 AND [T1500901] IS NULL) OR ([T1500901] = @Original_T1500901)) AND ((@" + - "IsNull_T1501000 = 1 AND [T1501000] IS NULL) OR ([T1501000] = @Original_T1501000)" + - ") AND ((@IsNull_T1501001 = 1 AND [T1501001] IS NULL) OR ([T1501001] = @Original_" + - "T1501001)) AND ((@IsNull_T1501100 = 1 AND [T1501100] IS NULL) OR ([T1501100] = @" + - "Original_T1501100)) AND ((@IsNull_T1501200 = 1 AND [T1501200] IS NULL) OR ([T150" + - "1200] = @Original_T1501200)) AND ((@IsNull_T1501300 = 1 AND [T1501300] IS NULL) " + - "OR ([T1501300] = @Original_T1501300)) AND ((@IsNull_T1501400 = 1 AND [T1501400] " + - "IS NULL) OR ([T1501400] = @Original_T1501400)) AND ((@IsNull_T1501500 = 1 AND [T" + - "1501500] IS NULL) OR ([T1501500] = @Original_T1501500)) AND ((@IsNull_T1501600 =" + - " 1 AND [T1501600] IS NULL) OR ([T1501600] = @Original_T1501600)) AND ((@IsNull_T" + - "1501700 = 1 AND [T1501700] IS NULL) OR ([T1501700] = @Original_T1501700)) AND ((" + - "@IsNull_T1501800 = 1 AND [T1501800] IS NULL) OR ([T1501800] = @Original_T1501800" + - ")) AND ((@IsNull_T1501900 = 1 AND [T1501900] IS NULL) OR ([T1501900] = @Original" + - "_T1501900)) AND ((@IsNull_T1502000 = 1 AND [T1502000] IS NULL) OR ([T1502000] = " + - "@Original_T1502000)) AND ((@IsNull_T1502100 = 1 AND [T1502100] IS NULL) OR ([T15" + - "02100] = @Original_T1502100)) AND ((@IsNull_T1765100 = 1 AND [T1765100] IS NULL)" + - " OR ([T1765100] = @Original_T1765100)) AND ((@IsNull_T1765200 = 1 AND [T1765200]" + - " IS NULL) OR ([T1765200] = @Original_T1765200)) AND ((@IsNull_T1765300 = 1 AND [" + - "T1765300] IS NULL) OR ([T1765300] = @Original_T1765300)) AND ((@IsNull_T1765400 " + - "= 1 AND [T1765400] IS NULL) OR ([T1765400] = @Original_T1765400)) AND ((@IsNull_" + - "T1765500 = 1 AND [T1765500] IS NULL) OR ([T1765500] = @Original_T1765500)) AND (" + - "(@IsNull_T1765600 = 1 AND [T1765600] IS NULL) OR ([T1765600] = @Original_T176560" + - "0)) AND ((@IsNull_T1765700 = 1 AND [T1765700] IS NULL) OR ([T1765700] = @Origina" + - "l_T1765700)) AND ((@IsNull_T2541200 = 1 AND [T2541200] IS NULL) OR ([T2541200] =" + - " @Original_T2541200)) AND ((@IsNull_T2541300 = 1 AND [T2541300] IS NULL) OR ([T2" + - "541300] = @Original_T2541300)) AND ((@IsNull_T2541400 = 1 AND [T2541400] IS NULL" + - ") OR ([T2541400] = @Original_T2541400)) AND ((@IsNull_T2541500 = 1 AND [T2541500" + - "] IS NULL) OR ([T2541500] = @Original_T2541500)) AND ((@IsNull_T2541600 = 1 AND " + - "[T2541600] IS NULL) OR ([T2541600] = @Original_T2541600)) AND ((@IsNull_T2541700" + - " = 1 AND [T2541700] IS NULL) OR ([T2541700] = @Original_T2541700)) AND ((@IsNull" + - "_T2541800 = 1 AND [T2541800] IS NULL) OR ([T2541800] = @Original_T2541800)) AND " + - "((@IsNull_T2541900 = 1 AND [T2541900] IS NULL) OR ([T2541900] = @Original_T25419" + - "00)) AND ((@IsNull_T2542000 = 1 AND [T2542000] IS NULL) OR ([T2542000] = @Origin" + - "al_T2542000)) AND ((@IsNull_T2542100 = 1 AND [T2542100] IS NULL) OR ([T2542100] " + - "= @Original_T2542100)) AND ((@IsNull_T2542200 = 1 AND [T2542200] IS NULL) OR ([T" + - "2542200] = @Original_T2542200)) AND ((@IsNull_T2542300 = 1 AND [T2542300] IS NUL" + - "L) OR ([T2542300] = @Original_T2542300)) AND ((@IsNull_T2542400 = 1 AND [T254240" + - "0] IS NULL) OR ([T2542400] = @Original_T2542400)) AND ((@IsNull_T2542500 = 1 AND" + - " [T2542500] IS NULL) OR ([T2542500] = @Original_T2542500)) AND ((@IsNull_T254260" + - "0 = 1 AND [T2542600] IS NULL) OR ([T2542600] = @Original_T2542600)) AND ((@IsNul" + - "l_T2542700 = 1 AND [T2542700] IS NULL) OR ([T2542700] = @Original_T2542700)) AND" + - " ((@IsNull_T2542800 = 1 AND [T2542800] IS NULL) OR ([T2542800] = @Original_T2542" + - "800)) AND ((@IsNull_T2542900 = 1 AND [T2542900] IS NULL) OR ([T2542900] = @Origi" + - "nal_T2542900)) AND ((@IsNull_T2543000 = 1 AND [T2543000] IS NULL) OR ([T2543000]" + - " = @Original_T2543000)) AND ((@IsNull_T2543100 = 1 AND [T2543100] IS NULL) OR ([" + - "T2543100] = @Original_T2543100)) AND ((@IsNull_T2543200 = 1 AND [T2543200] IS NU" + - "LL) OR ([T2543200] = @Original_T2543200)) AND ((@IsNull_T2543300 = 1 AND [T25433" + - "00] IS NULL) OR ([T2543300] = @Original_T2543300)) AND ((@IsNull_T2543400 = 1 AN" + - "D [T2543400] IS NULL) OR ([T2543400] = @Original_T2543400)) AND ((@IsNull_T25435" + - "00 = 1 AND [T2543500] IS NULL) OR ([T2543500] = @Original_T2543500)) AND ((@IsNu" + - "ll_T2543600 = 1 AND [T2543600] IS NULL) OR ([T2543600] = @Original_T2543600)) AN" + - "D ((@IsNull_T2543700 = 1 AND [T2543700] IS NULL) OR ([T2543700] = @Original_T254" + - "3700)) AND ((@IsNull_T2543800 = 1 AND [T2543800] IS NULL) OR ([T2543800] = @Orig" + - "inal_T2543800)) AND ((@IsNull_T2543900 = 1 AND [T2543900] IS NULL) OR ([T2543900" + - "] = @Original_T2543900)) AND ((@IsNull_T2544000 = 1 AND [T2544000] IS NULL) OR (" + - "[T2544000] = @Original_T2544000)) AND ((@IsNull_T2544100 = 1 AND [T2544100] IS N" + - "ULL) OR ([T2544100] = @Original_T2544100)) AND ((@IsNull_T2544200 = 1 AND [T2544" + - "200] IS NULL) OR ([T2544200] = @Original_T2544200)) AND ((@IsNull_T2544300 = 1 A" + - "ND [T2544300] IS NULL) OR ([T2544300] = @Original_T2544300)) AND ((@IsNull_T2544" + - "400 = 1 AND [T2544400] IS NULL) OR ([T2544400] = @Original_T2544400)) AND ((@IsN" + - "ull_T2544500 = 1 AND [T2544500] IS NULL) OR ([T2544500] = @Original_T2544500)) A" + - "ND ((@IsNull_T2544600 = 1 AND [T2544600] IS NULL) OR ([T2544600] = @Original_T25" + - "44600)) AND ((@IsNull_T2544700 = 1 AND [T2544700] IS NULL) OR ([T2544700] = @Ori" + - "ginal_T2544700)) AND ((@IsNull_T2544800 = 1 AND [T2544800] IS NULL) OR ([T254480" + - "0] = @Original_T2544800)) AND ((@IsNull_T2544900 = 1 AND [T2544900] IS NULL) OR " + - "([T2544900] = @Original_T2544900)) AND ((@IsNull_T2545000 = 1 AND [T2545000] IS " + - "NULL) OR ([T2545000] = @Original_T2545000)) AND ((@IsNull_T2545100 = 1 AND [T254" + - "5100] IS NULL) OR ([T2545100] = @Original_T2545100)) AND ((@IsNull_T2545200 = 1 " + - "AND [T2545200] IS NULL) OR ([T2545200] = @Original_T2545200)) AND ((@IsNull_T254" + - "5201 = 1 AND [T2545201] IS NULL) OR ([T2545201] = @Original_T2545201)) AND ((@Is" + - "Null_T2545300 = 1 AND [T2545300] IS NULL) OR ([T2545300] = @Original_T2545300)) " + - "AND ((@IsNull_T2545301 = 1 AND [T2545301] IS NULL) OR ([T2545301] = @Original_T2" + - "545301)) AND ((@IsNull_T2545400 = 1 AND [T2545400] IS NULL) OR ([T2545400] = @Or" + - "iginal_T2545400)) AND ((@IsNull_T2545401 = 1 AND [T2545401] IS NULL) OR ([T25454" + - "01] = @Original_T2545401)) AND ((@IsNull_T2545500 = 1 AND [T2545500] IS NULL) OR" + - " ([T2545500] = @Original_T2545500)) AND ((@IsNull_T2545501 = 1 AND [T2545501] IS" + - " NULL) OR ([T2545501] = @Original_T2545501)) AND ((@IsNull_T2545600 = 1 AND [T25" + - "45600] IS NULL) OR ([T2545600] = @Original_T2545600)) AND ((@IsNull_T2545601 = 1" + - " AND [T2545601] IS NULL) OR ([T2545601] = @Original_T2545601)) AND ((@IsNull_T25" + - "45700 = 1 AND [T2545700] IS NULL) OR ([T2545700] = @Original_T2545700)) AND ((@I" + - "sNull_T2545701 = 1 AND [T2545701] IS NULL) OR ([T2545701] = @Original_T2545701))" + - " AND ((@IsNull_T2545800 = 1 AND [T2545800] IS NULL) OR ([T2545800] = @Original_T" + - "2545800)) AND ((@IsNull_T2545801 = 1 AND [T2545801] IS NULL) OR ([T2545801] = @O" + - "riginal_T2545801)) AND ((@IsNull_T2545900 = 1 AND [T2545900] IS NULL) OR ([T2545" + - "900] = @Original_T2545900)) AND ((@IsNull_T2545901 = 1 AND [T2545901] IS NULL) O" + - "R ([T2545901] = @Original_T2545901)) AND ((@IsNull_T2546000 = 1 AND [T2546000] I" + - "S NULL) OR ([T2546000] = @Original_T2546000)) AND ((@IsNull_T2546001 = 1 AND [T2" + - "546001] IS NULL) OR ([T2546001] = @Original_T2546001)) AND ((@IsNull_T2546100 = " + - "1 AND [T2546100] IS NULL) OR ([T2546100] = @Original_T2546100)) AND ((@IsNull_T2" + - "546101 = 1 AND [T2546101] IS NULL) OR ([T2546101] = @Original_T2546101)) AND ((@" + - "IsNull_T2546200 = 1 AND [T2546200] IS NULL) OR ([T2546200] = @Original_T2546200)" + - ") AND ((@IsNull_T2546201 = 1 AND [T2546201] IS NULL) OR ([T2546201] = @Original_" + - "T2546201)) AND ((@IsNull_T2546300 = 1 AND [T2546300] IS NULL) OR ([T2546300] = @" + - "Original_T2546300)) AND ((@IsNull_T2546301 = 1 AND [T2546301] IS NULL) OR ([T254" + - "6301] = @Original_T2546301)) AND ((@IsNull_T2546400 = 1 AND [T2546400] IS NULL) " + - "OR ([T2546400] = @Original_T2546400)) AND ((@IsNull_T2546401 = 1 AND [T2546401] " + - "IS NULL) OR ([T2546401] = @Original_T2546401)) AND ((@IsNull_T2546500 = 1 AND [T" + - "2546500] IS NULL) OR ([T2546500] = @Original_T2546500)) AND ((@IsNull_T2546501 =" + - " 1 AND [T2546501] IS NULL) OR ([T2546501] = @Original_T2546501)) AND ((@IsNull_T" + - "2546600 = 1 AND [T2546600] IS NULL) OR ([T2546600] = @Original_T2546600)) AND ((" + - "@IsNull_T2546601 = 1 AND [T2546601] IS NULL) OR ([T2546601] = @Original_T2546601" + - ")) AND ((@IsNull_T2546700 = 1 AND [T2546700] IS NULL) OR ([T2546700] = @Original" + - "_T2546700)) AND ((@IsNull_T2546701 = 1 AND [T2546701] IS NULL) OR ([T2546701] = " + - "@Original_T2546701)) AND ((@IsNull_T2546800 = 1 AND [T2546800] IS NULL) OR ([T25" + - "46800] = @Original_T2546800)) AND ((@IsNull_T2546900 = 1 AND [T2546900] IS NULL)" + - " OR ([T2546900] = @Original_T2546900)) AND ((@IsNull_T2547000 = 1 AND [T2547000]" + - " IS NULL) OR ([T2547000] = @Original_T2547000)) AND ((@IsNull_T2547100 = 1 AND [" + - "T2547100] IS NULL) OR ([T2547100] = @Original_T2547100)) AND ((@IsNull_T2547200 " + - "= 1 AND [T2547200] IS NULL) OR ([T2547200] = @Original_T2547200)) AND ((@IsNull_" + - "T2547300 = 1 AND [T2547300] IS NULL) OR ([T2547300] = @Original_T2547300)) AND (" + - "(@IsNull_T2547400 = 1 AND [T2547400] IS NULL) OR ([T2547400] = @Original_T254740" + - "0)) AND ((@IsNull_T2547500 = 1 AND [T2547500] IS NULL) OR ([T2547500] = @Origina" + - "l_T2547500)) AND ((@IsNull_T2547600 = 1 AND [T2547600] IS NULL) OR ([T2547600] =" + - " @Original_T2547600)) AND ((@IsNull_T2547700 = 1 AND [T2547700] IS NULL) OR ([T2" + - "547700] = @Original_T2547700)) AND ((@IsNull_T2763400 = 1 AND [T2763400] IS NULL" + - ") OR ([T2763400] = @Original_T2763400)) AND ((@IsNull_T2763500 = 1 AND [T2763500" + - "] IS NULL) OR ([T2763500] = @Original_T2763500)) AND ((@IsNull_T2763600 = 1 AND " + - "[T2763600] IS NULL) OR ([T2763600] = @Original_T2763600)) AND ((@IsNull_T2763700" + - " = 1 AND [T2763700] IS NULL) OR ([T2763700] = @Original_T2763700)) AND ((@IsNull" + - "_T2763800 = 1 AND [T2763800] IS NULL) OR ([T2763800] = @Original_T2763800)) AND " + - "((@IsNull_T2763900 = 1 AND [T2763900] IS NULL) OR ([T2763900] = @Original_T27639" + - "00)) AND ((@IsNull_T2764000 = 1 AND [T2764000] IS NULL) OR ([T2764000] = @Origin" + - "al_T2764000)) AND ((@IsNull_T3729600 = 1 AND [T3729600] IS NULL) OR ([T3729600] " + - "= @Original_T3729600)) AND ((@IsNull_T3729700 = 1 AND [T3729700] IS NULL) OR ([T" + - "3729700] = @Original_T3729700)) AND ((@IsNull_T3729800 = 1 AND [T3729800] IS NUL" + - "L) OR ([T3729800] = @Original_T3729800)) AND ((@IsNull_T3729900 = 1 AND [T372990" + - "0] IS NULL) OR ([T3729900] = @Original_T3729900)) AND ((@IsNull_T3730000 = 1 AND" + - " [T3730000] IS NULL) OR ([T3730000] = @Original_T3730000)) AND ((@IsNull_T373010" + - "0 = 1 AND [T3730100] IS NULL) OR ([T3730100] = @Original_T3730100)))"; + "ND ((@IsNull_R4840100 = 1 AND [R4840100] IS NULL) OR ([R4840100] = @Original_R48" + + "40100)) AND ((@IsNull_R4842500 = 1 AND [R4842500] IS NULL) OR ([R4842500] = @Ori" + + "ginal_R4842500)) AND ((@IsNull_R4842700 = 1 AND [R4842700] IS NULL) OR ([R484270" + + "0] = @Original_R4842700)) AND ((@IsNull_R4842800 = 1 AND [R4842800] IS NULL) OR " + + "([R4842800] = @Original_R4842800)) AND ((@IsNull_R4842801 = 1 AND [R4842801] IS " + + "NULL) OR ([R4842801] = @Original_R4842801)) AND ((@IsNull_R4842900 = 1 AND [R484" + + "2900] IS NULL) OR ([R4842900] = @Original_R4842900)) AND ((@IsNull_R4844800 = 1 " + + "AND [R4844800] IS NULL) OR ([R4844800] = @Original_R4844800)) AND ((@IsNull_R484" + + "5000 = 1 AND [R4845000] IS NULL) OR ([R4845000] = @Original_R4845000)) AND ((@Is" + + "Null_R4845100 = 1 AND [R4845100] IS NULL) OR ([R4845100] = @Original_R4845100)) " + + "AND ((@IsNull_R4845101 = 1 AND [R4845101] IS NULL) OR ([R4845101] = @Original_R4" + + "845101)) AND ((@IsNull_R4845200 = 1 AND [R4845200] IS NULL) OR ([R4845200] = @Or" + + "iginal_R4845200)) AND ((@IsNull_R4847100 = 1 AND [R4847100] IS NULL) OR ([R48471" + + "00] = @Original_R4847100)) AND ((@IsNull_R4847300 = 1 AND [R4847300] IS NULL) OR" + + " ([R4847300] = @Original_R4847300)) AND ((@IsNull_R4847400 = 1 AND [R4847400] IS" + + " NULL) OR ([R4847400] = @Original_R4847400)) AND ((@IsNull_R5498000 = 1 AND [R54" + + "98000] IS NULL) OR ([R5498000] = @Original_R5498000)) AND ((@IsNull_R5498200 = 1" + + " AND [R5498200] IS NULL) OR ([R5498200] = @Original_R5498200)) AND ((@IsNull_R54" + + "98300 = 1 AND [R5498300] IS NULL) OR ([R5498300] = @Original_R5498300)) AND ((@I" + + "sNull_R5498301 = 1 AND [R5498301] IS NULL) OR ([R5498301] = @Original_R5498301))" + + " AND ((@IsNull_R5498500 = 1 AND [R5498500] IS NULL) OR ([R5498500] = @Original_R" + + "5498500)) AND ((@IsNull_R5501000 = 1 AND [R5501000] IS NULL) OR ([R5501000] = @O" + + "riginal_R5501000)) AND ((@IsNull_R5501200 = 1 AND [R5501200] IS NULL) OR ([R5501" + + "200] = @Original_R5501200)) AND ((@IsNull_R5501300 = 1 AND [R5501300] IS NULL) O" + + "R ([R5501300] = @Original_R5501300)) AND ((@IsNull_R5501301 = 1 AND [R5501301] I" + + "S NULL) OR ([R5501301] = @Original_R5501301)) AND ((@IsNull_R5501500 = 1 AND [R5" + + "501500] IS NULL) OR ([R5501500] = @Original_R5501500)) AND ((@IsNull_R5504000 = " + + "1 AND [R5504000] IS NULL) OR ([R5504000] = @Original_R5504000)) AND ((@IsNull_R5" + + "504200 = 1 AND [R5504200] IS NULL) OR ([R5504200] = @Original_R5504200)) AND ((@" + + "IsNull_R5504300 = 1 AND [R5504300] IS NULL) OR ([R5504300] = @Original_R5504300)" + + ") AND ((@IsNull_R5504301 = 1 AND [R5504301] IS NULL) OR ([R5504301] = @Original_" + + "R5504301)) AND ((@IsNull_R5504500 = 1 AND [R5504500] IS NULL) OR ([R5504500] = @" + + "Original_R5504500)) AND ((@IsNull_R5507000 = 1 AND [R5507000] IS NULL) OR ([R550" + + "7000] = @Original_R5507000)) AND ((@IsNull_R5507200 = 1 AND [R5507200] IS NULL) " + + "OR ([R5507200] = @Original_R5507200)) AND ((@IsNull_R5507300 = 1 AND [R5507300] " + + "IS NULL) OR ([R5507300] = @Original_R5507300)) AND ((@IsNull_R5507301 = 1 AND [R" + + "5507301] IS NULL) OR ([R5507301] = @Original_R5507301)) AND ((@IsNull_R5507500 =" + + " 1 AND [R5507500] IS NULL) OR ([R5507500] = @Original_R5507500)) AND ((@IsNull_R" + + "5510000 = 1 AND [R5510000] IS NULL) OR ([R5510000] = @Original_R5510000)) AND ((" + + "@IsNull_R5510200 = 1 AND [R5510200] IS NULL) OR ([R5510200] = @Original_R5510200" + + ")) AND ((@IsNull_R5510300 = 1 AND [R5510300] IS NULL) OR ([R5510300] = @Original" + + "_R5510300)) AND ((@IsNull_R5510301 = 1 AND [R5510301] IS NULL) OR ([R5510301] = " + + "@Original_R5510301)) AND ((@IsNull_R5510500 = 1 AND [R5510500] IS NULL) OR ([R55" + + "10500] = @Original_R5510500)) AND ((@IsNull_R5513000 = 1 AND [R5513000] IS NULL)" + + " OR ([R5513000] = @Original_R5513000)) AND ((@IsNull_R5513200 = 1 AND [R5513200]" + + " IS NULL) OR ([R5513200] = @Original_R5513200)) AND ((@IsNull_R5513300 = 1 AND [" + + "R5513300] IS NULL) OR ([R5513300] = @Original_R5513300)) AND ((@IsNull_R5513301 " + + "= 1 AND [R5513301] IS NULL) OR ([R5513301] = @Original_R5513301)) AND ((@IsNull_" + + "R5513400 = 1 AND [R5513400] IS NULL) OR ([R5513400] = @Original_R5513400)) AND (" + + "(@IsNull_R5515300 = 1 AND [R5515300] IS NULL) OR ([R5515300] = @Original_R551530" + + "0)) AND ((@IsNull_R5515500 = 1 AND [R5515500] IS NULL) OR ([R5515500] = @Origina" + + "l_R5515500)) AND ((@IsNull_R5515600 = 1 AND [R5515600] IS NULL) OR ([R5515600] =" + + " @Original_R5515600)) AND ((@IsNull_R5515601 = 1 AND [R5515601] IS NULL) OR ([R5" + + "515601] = @Original_R5515601)) AND ((@IsNull_R5515700 = 1 AND [R5515700] IS NULL" + + ") OR ([R5515700] = @Original_R5515700)) AND ((@IsNull_R5517600 = 1 AND [R5517600" + + "] IS NULL) OR ([R5517600] = @Original_R5517600)) AND ((@IsNull_R5517800 = 1 AND " + + "[R5517800] IS NULL) OR ([R5517800] = @Original_R5517800)) AND ((@IsNull_R5517900" + + " = 1 AND [R5517900] IS NULL) OR ([R5517900] = @Original_R5517900)) AND ((@IsNull" + + "_R5519800 = 1 AND [R5519800] IS NULL) OR ([R5519800] = @Original_R5519800)) AND " + + "((@IsNull_R5520000 = 1 AND [R5520000] IS NULL) OR ([R5520000] = @Original_R55200" + + "00)) AND ((@IsNull_R5520100 = 1 AND [R5520100] IS NULL) OR ([R5520100] = @Origin" + + "al_R5520100)) AND ((@IsNull_R5520101 = 1 AND [R5520101] IS NULL) OR ([R5520101] " + + "= @Original_R5520101)) AND ((@IsNull_R5520200 = 1 AND [R5520200] IS NULL) OR ([R" + + "5520200] = @Original_R5520200)) AND ((@IsNull_R6218400 = 1 AND [R6218400] IS NUL" + + "L) OR ([R6218400] = @Original_R6218400)) AND ((@IsNull_R6218500 = 1 AND [R621850" + + "0] IS NULL) OR ([R6218500] = @Original_R6218500)) AND ((@IsNull_R6218600 = 1 AND" + + " [R6218600] IS NULL) OR ([R6218600] = @Original_R6218600)) AND ((@IsNull_R621870" + + "0 = 1 AND [R6218700] IS NULL) OR ([R6218700] = @Original_R6218700)) AND ((@IsNul" + + "l_R6218800 = 1 AND [R6218800] IS NULL) OR ([R6218800] = @Original_R6218800)) AND" + + " ((@IsNull_R6218900 = 1 AND [R6218900] IS NULL) OR ([R6218900] = @Original_R6218" + + "900)) AND ((@IsNull_R6219000 = 1 AND [R6219000] IS NULL) OR ([R6219000] = @Origi" + + "nal_R6219000)) AND ((@IsNull_R6219100 = 1 AND [R6219100] IS NULL) OR ([R6219100]" + + " = @Original_R6219100)) AND ((@IsNull_R6219200 = 1 AND [R6219200] IS NULL) OR ([" + + "R6219200] = @Original_R6219200)) AND ((@IsNull_R6219300 = 1 AND [R6219300] IS NU" + + "LL) OR ([R6219300] = @Original_R6219300)) AND ((@IsNull_R6220600 = 1 AND [R62206" + + "00] IS NULL) OR ([R6220600] = @Original_R6220600)) AND ((@IsNull_R6220700 = 1 AN" + + "D [R6220700] IS NULL) OR ([R6220700] = @Original_R6220700)) AND ((@IsNull_R62208" + + "00 = 1 AND [R6220800] IS NULL) OR ([R6220800] = @Original_R6220800)) AND ((@IsNu" + + "ll_R6220900 = 1 AND [R6220900] IS NULL) OR ([R6220900] = @Original_R6220900)) AN" + + "D ((@IsNull_R6221000 = 1 AND [R6221000] IS NULL) OR ([R6221000] = @Original_R622" + + "1000)) AND ((@IsNull_R6221100 = 1 AND [R6221100] IS NULL) OR ([R6221100] = @Orig" + + "inal_R6221100)) AND ((@IsNull_R6221200 = 1 AND [R6221200] IS NULL) OR ([R6221200" + + "] = @Original_R6221200)) AND ((@IsNull_R6221300 = 1 AND [R6221300] IS NULL) OR (" + + "[R6221300] = @Original_R6221300)) AND ((@IsNull_R6221400 = 1 AND [R6221400] IS N" + + "ULL) OR ([R6221400] = @Original_R6221400)) AND ((@IsNull_R6221500 = 1 AND [R6221" + + "500] IS NULL) OR ([R6221500] = @Original_R6221500)) AND ((@IsNull_R6221700 = 1 A" + + "ND [R6221700] IS NULL) OR ([R6221700] = @Original_R6221700)) AND ((@IsNull_R6221" + + "701 = 1 AND [R6221701] IS NULL) OR ([R6221701] = @Original_R6221701)) AND ((@IsN" + + "ull_R6221800 = 1 AND [R6221800] IS NULL) OR ([R6221800] = @Original_R6221800)) A" + + "ND ((@IsNull_R6221801 = 1 AND [R6221801] IS NULL) OR ([R6221801] = @Original_R62" + + "21801)) AND ((@IsNull_R6221900 = 1 AND [R6221900] IS NULL) OR ([R6221900] = @Ori" + + "ginal_R6221900)) AND ((@IsNull_R6221901 = 1 AND [R6221901] IS NULL) OR ([R622190" + + "1] = @Original_R6221901)) AND ((@IsNull_R6222000 = 1 AND [R6222000] IS NULL) OR " + + "([R6222000] = @Original_R6222000)) AND ((@IsNull_R6222001 = 1 AND [R6222001] IS " + + "NULL) OR ([R6222001] = @Original_R6222001)) AND ((@IsNull_R6222100 = 1 AND [R622" + + "2100] IS NULL) OR ([R6222100] = @Original_R6222100)) AND ((@IsNull_R6222101 = 1 " + + "AND [R6222101] IS NULL) OR ([R6222101] = @Original_R6222101)) AND ((@IsNull_R622" + + "2200 = 1 AND [R6222200] IS NULL) OR ([R6222200] = @Original_R6222200)) AND ((@Is" + + "Null_R6222201 = 1 AND [R6222201] IS NULL) OR ([R6222201] = @Original_R6222201)) " + + "AND ((@IsNull_R6222300 = 1 AND [R6222300] IS NULL) OR ([R6222300] = @Original_R6" + + "222300)) AND ((@IsNull_R6222301 = 1 AND [R6222301] IS NULL) OR ([R6222301] = @Or" + + "iginal_R6222301)) AND ((@IsNull_R6222400 = 1 AND [R6222400] IS NULL) OR ([R62224" + + "00] = @Original_R6222400)) AND ((@IsNull_R6222401 = 1 AND [R6222401] IS NULL) OR" + + " ([R6222401] = @Original_R6222401)) AND ((@IsNull_R6222500 = 1 AND [R6222500] IS" + + " NULL) OR ([R6222500] = @Original_R6222500)) AND ((@IsNull_R6222501 = 1 AND [R62" + + "22501] IS NULL) OR ([R6222501] = @Original_R6222501)) AND ((@IsNull_R6222600 = 1" + + " AND [R6222600] IS NULL) OR ([R6222600] = @Original_R6222600)) AND ((@IsNull_R62" + + "22601 = 1 AND [R6222601] IS NULL) OR ([R6222601] = @Original_R6222601)) AND ((@I" + + "sNull_R6223400 = 1 AND [R6223400] IS NULL) OR ([R6223400] = @Original_R6223400))" + + " AND ((@IsNull_R6223500 = 1 AND [R6223500] IS NULL) OR ([R6223500] = @Original_R" + + "6223500)) AND ((@IsNull_R6223600 = 1 AND [R6223600] IS NULL) OR ([R6223600] = @O" + + "riginal_R6223600)) AND ((@IsNull_R6223700 = 1 AND [R6223700] IS NULL) OR ([R6223" + + "700] = @Original_R6223700)) AND ((@IsNull_R6223800 = 1 AND [R6223800] IS NULL) O" + + "R ([R6223800] = @Original_R6223800)) AND ((@IsNull_R6223900 = 1 AND [R6223900] I" + + "S NULL) OR ([R6223900] = @Original_R6223900)) AND ((@IsNull_R6224000 = 1 AND [R6" + + "224000] IS NULL) OR ([R6224000] = @Original_R6224000)) AND ((@IsNull_R6224100 = " + + "1 AND [R6224100] IS NULL) OR ([R6224100] = @Original_R6224100)) AND ((@IsNull_R6" + + "224200 = 1 AND [R6224200] IS NULL) OR ([R6224200] = @Original_R6224200)) AND ((@" + + "IsNull_R6224300 = 1 AND [R6224300] IS NULL) OR ([R6224300] = @Original_R6224300)" + + ") AND ((@IsNull_R6770600 = 1 AND [R6770600] IS NULL) OR ([R6770600] = @Original_" + + "R6770600)) AND ((@IsNull_R6771600 = 1 AND [R6771600] IS NULL) OR ([R6771600] = @" + + "Original_R6771600)) AND ((@IsNull_R6771700 = 1 AND [R6771700] IS NULL) OR ([R677" + + "1700] = @Original_R6771700)) AND ((@IsNull_R6771800 = 1 AND [R6771800] IS NULL) " + + "OR ([R6771800] = @Original_R6771800)) AND ((@IsNull_R6771900 = 1 AND [R6771900] " + + "IS NULL) OR ([R6771900] = @Original_R6771900)) AND ((@IsNull_R6772000 = 1 AND [R" + + "6772000] IS NULL) OR ([R6772000] = @Original_R6772000)) AND ((@IsNull_R6772100 =" + + " 1 AND [R6772100] IS NULL) OR ([R6772100] = @Original_R6772100)) AND ((@IsNull_R" + + "6772200 = 1 AND [R6772200] IS NULL) OR ([R6772200] = @Original_R6772200)) AND ((" + + "@IsNull_R6772300 = 1 AND [R6772300] IS NULL) OR ([R6772300] = @Original_R6772300" + + ")) AND ((@IsNull_R6772400 = 1 AND [R6772400] IS NULL) OR ([R6772400] = @Original" + + "_R6772400)) AND ((@IsNull_R6772500 = 1 AND [R6772500] IS NULL) OR ([R6772500] = " + + "@Original_R6772500)) AND ((@IsNull_R6772600 = 1 AND [R6772600] IS NULL) OR ([R67" + + "72600] = @Original_R6772600)) AND ((@IsNull_R6772700 = 1 AND [R6772700] IS NULL)" + + " OR ([R6772700] = @Original_R6772700)) AND ((@IsNull_R6772800 = 1 AND [R6772800]" + + " IS NULL) OR ([R6772800] = @Original_R6772800)) AND ((@IsNull_R6772900 = 1 AND [" + + "R6772900] IS NULL) OR ([R6772900] = @Original_R6772900)) AND ((@IsNull_R6773000 " + + "= 1 AND [R6773000] IS NULL) OR ([R6773000] = @Original_R6773000)) AND ((@IsNull_" + + "R6773100 = 1 AND [R6773100] IS NULL) OR ([R6773100] = @Original_R6773100)) AND (" + + "(@IsNull_R6773200 = 1 AND [R6773200] IS NULL) OR ([R6773200] = @Original_R677320" + + "0)) AND ((@IsNull_R6773300 = 1 AND [R6773300] IS NULL) OR ([R6773300] = @Origina" + + "l_R6773300)) AND ((@IsNull_R6773400 = 1 AND [R6773400] IS NULL) OR ([R6773400] =" + + " @Original_R6773400)) AND ((@IsNull_R6774500 = 1 AND [R6774500] IS NULL) OR ([R6" + + "774500] = @Original_R6774500)) AND ((@IsNull_R6774600 = 1 AND [R6774600] IS NULL" + + ") OR ([R6774600] = @Original_R6774600)) AND ((@IsNull_R6774700 = 1 AND [R6774700" + + "] IS NULL) OR ([R6774700] = @Original_R6774700)) AND ((@IsNull_R6774800 = 1 AND " + + "[R6774800] IS NULL) OR ([R6774800] = @Original_R6774800)) AND ((@IsNull_R6774900" + + " = 1 AND [R6774900] IS NULL) OR ([R6774900] = @Original_R6774900)) AND ((@IsNull" + + "_R6775000 = 1 AND [R6775000] IS NULL) OR ([R6775000] = @Original_R6775000)) AND " + + "((@IsNull_R6775100 = 1 AND [R6775100] IS NULL) OR ([R6775100] = @Original_R67751" + + "00)) AND ((@IsNull_R6775200 = 1 AND [R6775200] IS NULL) OR ([R6775200] = @Origin" + + "al_R6775200)) AND ((@IsNull_R6775300 = 1 AND [R6775300] IS NULL) OR ([R6775300] " + + "= @Original_R6775300)) AND ((@IsNull_R6775400 = 1 AND [R6775400] IS NULL) OR ([R" + + "6775400] = @Original_R6775400)) AND ((@IsNull_R6775500 = 1 AND [R6775500] IS NUL" + + "L) OR ([R6775500] = @Original_R6775500)) AND ((@IsNull_R6775501 = 1 AND [R677550" + + "1] IS NULL) OR ([R6775501] = @Original_R6775501)) AND ((@IsNull_R6775600 = 1 AND" + + " [R6775600] IS NULL) OR ([R6775600] = @Original_R6775600)) AND ((@IsNull_R677560" + + "1 = 1 AND [R6775601] IS NULL) OR ([R6775601] = @Original_R6775601)) AND ((@IsNul" + + "l_R6775700 = 1 AND [R6775700] IS NULL) OR ([R6775700] = @Original_R6775700)) AND" + + " ((@IsNull_R6775701 = 1 AND [R6775701] IS NULL) OR ([R6775701] = @Original_R6775" + + "701)) AND ((@IsNull_R6775800 = 1 AND [R6775800] IS NULL) OR ([R6775800] = @Origi" + + "nal_R6775800)) AND ((@IsNull_R6775801 = 1 AND [R6775801] IS NULL) OR ([R6775801]" + + " = @Original_R6775801)) AND ((@IsNull_R6775900 = 1 AND [R6775900] IS NULL) OR ([" + + "R6775900] = @Original_R6775900)) AND ((@IsNull_R6775901 = 1 AND [R6775901] IS NU" + + "LL) OR ([R6775901] = @Original_R6775901)) AND ((@IsNull_R6776000 = 1 AND [R67760" + + "00] IS NULL) OR ([R6776000] = @Original_R6776000)) AND ((@IsNull_R6776001 = 1 AN" + + "D [R6776001] IS NULL) OR ([R6776001] = @Original_R6776001)) AND ((@IsNull_R67761" + + "00 = 1 AND [R6776100] IS NULL) OR ([R6776100] = @Original_R6776100)) AND ((@IsNu" + + "ll_R6776101 = 1 AND [R6776101] IS NULL) OR ([R6776101] = @Original_R6776101)) AN" + + "D ((@IsNull_R6776200 = 1 AND [R6776200] IS NULL) OR ([R6776200] = @Original_R677" + + "6200)) AND ((@IsNull_R6776201 = 1 AND [R6776201] IS NULL) OR ([R6776201] = @Orig" + + "inal_R6776201)) AND ((@IsNull_R6776900 = 1 AND [R6776900] IS NULL) OR ([R6776900" + + "] = @Original_R6776900)) AND ((@IsNull_R6777000 = 1 AND [R6777000] IS NULL) OR (" + + "[R6777000] = @Original_R6777000)) AND ((@IsNull_R6777100 = 1 AND [R6777100] IS N" + + "ULL) OR ([R6777100] = @Original_R6777100)) AND ((@IsNull_R6777200 = 1 AND [R6777" + + "200] IS NULL) OR ([R6777200] = @Original_R6777200)) AND ((@IsNull_R6777300 = 1 A" + + "ND [R6777300] IS NULL) OR ([R6777300] = @Original_R6777300)) AND ((@IsNull_R6777" + + "400 = 1 AND [R6777400] IS NULL) OR ([R6777400] = @Original_R6777400)) AND ((@IsN" + + "ull_R6777500 = 1 AND [R6777500] IS NULL) OR ([R6777500] = @Original_R6777500)) A" + + "ND ((@IsNull_R6777600 = 1 AND [R6777600] IS NULL) OR ([R6777600] = @Original_R67" + + "77600)) AND ((@IsNull_R6777700 = 1 AND [R6777700] IS NULL) OR ([R6777700] = @Ori" + + "ginal_R6777700)) AND ((@IsNull_R6777800 = 1 AND [R6777800] IS NULL) OR ([R677780" + + "0] = @Original_R6777800)) AND ((@IsNull_R7415900 = 1 AND [R7415900] IS NULL) OR " + + "([R7415900] = @Original_R7415900)) AND ((@IsNull_R7416000 = 1 AND [R7416000] IS " + + "NULL) OR ([R7416000] = @Original_R7416000)) AND ((@IsNull_R7416100 = 1 AND [R741" + + "6100] IS NULL) OR ([R7416100] = @Original_R7416100)) AND ((@IsNull_R7416200 = 1 " + + "AND [R7416200] IS NULL) OR ([R7416200] = @Original_R7416200)) AND ((@IsNull_R741" + + "6300 = 1 AND [R7416300] IS NULL) OR ([R7416300] = @Original_R7416300)) AND ((@Is" + + "Null_R7416400 = 1 AND [R7416400] IS NULL) OR ([R7416400] = @Original_R7416400)) " + + "AND ((@IsNull_R7416500 = 1 AND [R7416500] IS NULL) OR ([R7416500] = @Original_R7" + + "416500)) AND ((@IsNull_R7416600 = 1 AND [R7416600] IS NULL) OR ([R7416600] = @Or" + + "iginal_R7416600)) AND ((@IsNull_R7416700 = 1 AND [R7416700] IS NULL) OR ([R74167" + + "00] = @Original_R7416700)) AND ((@IsNull_R7416800 = 1 AND [R7416800] IS NULL) OR" + + " ([R7416800] = @Original_R7416800)) AND ((@IsNull_R7416900 = 1 AND [R7416900] IS" + + " NULL) OR ([R7416900] = @Original_R7416900)) AND ((@IsNull_R7417000 = 1 AND [R74" + + "17000] IS NULL) OR ([R7417000] = @Original_R7417000)) AND ((@IsNull_R7417100 = 1" + + " AND [R7417100] IS NULL) OR ([R7417100] = @Original_R7417100)) AND ((@IsNull_R74" + + "17200 = 1 AND [R7417200] IS NULL) OR ([R7417200] = @Original_R7417200)) AND ((@I" + + "sNull_R7417300 = 1 AND [R7417300] IS NULL) OR ([R7417300] = @Original_R7417300))" + + " AND ((@IsNull_R7417400 = 1 AND [R7417400] IS NULL) OR ([R7417400] = @Original_R" + + "7417400)) AND ((@IsNull_R7417500 = 1 AND [R7417500] IS NULL) OR ([R7417500] = @O" + + "riginal_R7417500)) AND ((@IsNull_R7417600 = 1 AND [R7417600] IS NULL) OR ([R7417" + + "600] = @Original_R7417600)) AND ((@IsNull_R7417700 = 1 AND [R7417700] IS NULL) O" + + "R ([R7417700] = @Original_R7417700)) AND ((@IsNull_R7417800 = 1 AND [R7417800] I" + + "S NULL) OR ([R7417800] = @Original_R7417800)) AND ((@IsNull_R7418900 = 1 AND [R7" + + "418900] IS NULL) OR ([R7418900] = @Original_R7418900)) AND ((@IsNull_R7419000 = " + + "1 AND [R7419000] IS NULL) OR ([R7419000] = @Original_R7419000)) AND ((@IsNull_R7" + + "419100 = 1 AND [R7419100] IS NULL) OR ([R7419100] = @Original_R7419100)) AND ((@" + + "IsNull_R7419200 = 1 AND [R7419200] IS NULL) OR ([R7419200] = @Original_R7419200)" + + ") AND ((@IsNull_R7419300 = 1 AND [R7419300] IS NULL) OR ([R7419300] = @Original_" + + "R7419300)) AND ((@IsNull_R7419400 = 1 AND [R7419400] IS NULL) OR ([R7419400] = @" + + "Original_R7419400)) AND ((@IsNull_R7419500 = 1 AND [R7419500] IS NULL) OR ([R741" + + "9500] = @Original_R7419500)) AND ((@IsNull_R7419600 = 1 AND [R7419600] IS NULL) " + + "OR ([R7419600] = @Original_R7419600)) AND ((@IsNull_R7419700 = 1 AND [R7419700] " + + "IS NULL) OR ([R7419700] = @Original_R7419700)) AND ((@IsNull_R7419800 = 1 AND [R" + + "7419800] IS NULL) OR ([R7419800] = @Original_R7419800)) AND ((@IsNull_R7419900 =" + + " 1 AND [R7419900] IS NULL) OR ([R7419900] = @Original_R7419900)) AND ((@IsNull_R" + + "7419901 = 1 AND [R7419901] IS NULL) OR ([R7419901] = @Original_R7419901)) AND ((" + + "@IsNull_R7420000 = 1 AND [R7420000] IS NULL) OR ([R7420000] = @Original_R7420000" + + ")) AND ((@IsNull_R7420001 = 1 AND [R7420001] IS NULL) OR ([R7420001] = @Original" + + "_R7420001)) AND ((@IsNull_R7420100 = 1 AND [R7420100] IS NULL) OR ([R7420100] = " + + "@Original_R7420100)) AND ((@IsNull_R7420101 = 1 AND [R7420101] IS NULL) OR ([R74" + + "20101] = @Original_R7420101)) AND ((@IsNull_R7420200 = 1 AND [R7420200] IS NULL)" + + " OR ([R7420200] = @Original_R7420200)) AND ((@IsNull_R7420201 = 1 AND [R7420201]" + + " IS NULL) OR ([R7420201] = @Original_R7420201)) AND ((@IsNull_R7420300 = 1 AND [" + + "R7420300] IS NULL) OR ([R7420300] = @Original_R7420300)) AND ((@IsNull_R7420301 " + + "= 1 AND [R7420301] IS NULL) OR ([R7420301] = @Original_R7420301)) AND ((@IsNull_" + + "R7420400 = 1 AND [R7420400] IS NULL) OR ([R7420400] = @Original_R7420400)) AND (" + + "(@IsNull_R7420401 = 1 AND [R7420401] IS NULL) OR ([R7420401] = @Original_R742040" + + "1)) AND ((@IsNull_R7420500 = 1 AND [R7420500] IS NULL) OR ([R7420500] = @Origina" + + "l_R7420500)) AND ((@IsNull_R7420501 = 1 AND [R7420501] IS NULL) OR ([R7420501] =" + + " @Original_R7420501)) AND ((@IsNull_R7420600 = 1 AND [R7420600] IS NULL) OR ([R7" + + "420600] = @Original_R7420600)) AND ((@IsNull_R7420601 = 1 AND [R7420601] IS NULL" + + ") OR ([R7420601] = @Original_R7420601)) AND ((@IsNull_R7421400 = 1 AND [R7421400" + + "] IS NULL) OR ([R7421400] = @Original_R7421400)) AND ((@IsNull_R7421500 = 1 AND " + + "[R7421500] IS NULL) OR ([R7421500] = @Original_R7421500)) AND ((@IsNull_R7421600" + + " = 1 AND [R7421600] IS NULL) OR ([R7421600] = @Original_R7421600)) AND ((@IsNull" + + "_R7421700 = 1 AND [R7421700] IS NULL) OR ([R7421700] = @Original_R7421700)) AND " + + "((@IsNull_R7421800 = 1 AND [R7421800] IS NULL) OR ([R7421800] = @Original_R74218" + + "00)) AND ((@IsNull_R7421900 = 1 AND [R7421900] IS NULL) OR ([R7421900] = @Origin" + + "al_R7421900)) AND ((@IsNull_R7422000 = 1 AND [R7422000] IS NULL) OR ([R7422000] " + + "= @Original_R7422000)) AND ((@IsNull_R7422100 = 1 AND [R7422100] IS NULL) OR ([R" + + "7422100] = @Original_R7422100)) AND ((@IsNull_R7422200 = 1 AND [R7422200] IS NUL" + + "L) OR ([R7422200] = @Original_R7422200)) AND ((@IsNull_R7422300 = 1 AND [R742230" + + "0] IS NULL) OR ([R7422300] = @Original_R7422300)) AND ((@IsNull_R8114000 = 1 AND" + + " [R8114000] IS NULL) OR ([R8114000] = @Original_R8114000)) AND ((@IsNull_R811410" + + "0 = 1 AND [R8114100] IS NULL) OR ([R8114100] = @Original_R8114100)) AND ((@IsNul" + + "l_R8114200 = 1 AND [R8114200] IS NULL) OR ([R8114200] = @Original_R8114200)) AND" + + " ((@IsNull_R8114300 = 1 AND [R8114300] IS NULL) OR ([R8114300] = @Original_R8114" + + "300)) AND ((@IsNull_R8114400 = 1 AND [R8114400] IS NULL) OR ([R8114400] = @Origi" + + "nal_R8114400)) AND ((@IsNull_R8114500 = 1 AND [R8114500] IS NULL) OR ([R8114500]" + + " = @Original_R8114500)) AND ((@IsNull_R8114600 = 1 AND [R8114600] IS NULL) OR ([" + + "R8114600] = @Original_R8114600)) AND ((@IsNull_R8114700 = 1 AND [R8114700] IS NU" + + "LL) OR ([R8114700] = @Original_R8114700)) AND ((@IsNull_R8114800 = 1 AND [R81148" + + "00] IS NULL) OR ([R8114800] = @Original_R8114800)) AND ((@IsNull_R8114900 = 1 AN" + + "D [R8114900] IS NULL) OR ([R8114900] = @Original_R8114900)) AND ((@IsNull_R81150" + + "00 = 1 AND [R8115000] IS NULL) OR ([R8115000] = @Original_R8115000)) AND ((@IsNu" + + "ll_R8115100 = 1 AND [R8115100] IS NULL) OR ([R8115100] = @Original_R8115100)) AN" + + "D ((@IsNull_R8115200 = 1 AND [R8115200] IS NULL) OR ([R8115200] = @Original_R811" + + "5200)) AND ((@IsNull_R8115300 = 1 AND [R8115300] IS NULL) OR ([R8115300] = @Orig" + + "inal_R8115300)) AND ((@IsNull_R8115400 = 1 AND [R8115400] IS NULL) OR ([R8115400" + + "] = @Original_R8115400)) AND ((@IsNull_R8115500 = 1 AND [R8115500] IS NULL) OR (" + + "[R8115500] = @Original_R8115500)) AND ((@IsNull_R8115600 = 1 AND [R8115600] IS N" + + "ULL) OR ([R8115600] = @Original_R8115600)) AND ((@IsNull_R8115700 = 1 AND [R8115" + + "700] IS NULL) OR ([R8115700] = @Original_R8115700)) AND ((@IsNull_R8115800 = 1 A" + + "ND [R8115800] IS NULL) OR ([R8115800] = @Original_R8115800)) AND ((@IsNull_R8115" + + "900 = 1 AND [R8115900] IS NULL) OR ([R8115900] = @Original_R8115900)) AND ((@IsN" + + "ull_R8117000 = 1 AND [R8117000] IS NULL) OR ([R8117000] = @Original_R8117000)) A" + + "ND ((@IsNull_R8117100 = 1 AND [R8117100] IS NULL) OR ([R8117100] = @Original_R81" + + "17100)) AND ((@IsNull_R8117200 = 1 AND [R8117200] IS NULL) OR ([R8117200] = @Ori" + + "ginal_R8117200)) AND ((@IsNull_R8117300 = 1 AND [R8117300] IS NULL) OR ([R811730" + + "0] = @Original_R8117300)) AND ((@IsNull_R8117400 = 1 AND [R8117400] IS NULL) OR " + + "([R8117400] = @Original_R8117400)) AND ((@IsNull_R8117500 = 1 AND [R8117500] IS " + + "NULL) OR ([R8117500] = @Original_R8117500)) AND ((@IsNull_R8117600 = 1 AND [R811" + + "7600] IS NULL) OR ([R8117600] = @Original_R8117600)) AND ((@IsNull_R8117700 = 1 " + + "AND [R8117700] IS NULL) OR ([R8117700] = @Original_R8117700)) AND ((@IsNull_R811" + + "7800 = 1 AND [R8117800] IS NULL) OR ([R8117800] = @Original_R8117800)) AND ((@Is" + + "Null_R8117900 = 1 AND [R8117900] IS NULL) OR ([R8117900] = @Original_R8117900)) " + + "AND ((@IsNull_R8118000 = 1 AND [R8118000] IS NULL) OR ([R8118000] = @Original_R8" + + "118000)) AND ((@IsNull_R8118001 = 1 AND [R8118001] IS NULL) OR ([R8118001] = @Or" + + "iginal_R8118001)) AND ((@IsNull_R8118100 = 1 AND [R8118100] IS NULL) OR ([R81181" + + "00] = @Original_R8118100)) AND ((@IsNull_R8118101 = 1 AND [R8118101] IS NULL) OR" + + " ([R8118101] = @Original_R8118101)) AND ((@IsNull_R8118200 = 1 AND [R8118200] IS" + + " NULL) OR ([R8118200] = @Original_R8118200)) AND ((@IsNull_R8118201 = 1 AND [R81" + + "18201] IS NULL) OR ([R8118201] = @Original_R8118201)) AND ((@IsNull_R8118300 = 1" + + " AND [R8118300] IS NULL) OR ([R8118300] = @Original_R8118300)) AND ((@IsNull_R81" + + "18301 = 1 AND [R8118301] IS NULL) OR ([R8118301] = @Original_R8118301)) AND ((@I" + + "sNull_R8118400 = 1 AND [R8118400] IS NULL) OR ([R8118400] = @Original_R8118400))" + + " AND ((@IsNull_R8118401 = 1 AND [R8118401] IS NULL) OR ([R8118401] = @Original_R" + + "8118401)) AND ((@IsNull_R8118500 = 1 AND [R8118500] IS NULL) OR ([R8118500] = @O" + + "riginal_R8118500)) AND ((@IsNull_R8118501 = 1 AND [R8118501] IS NULL) OR ([R8118" + + "501] = @Original_R8118501)) AND ((@IsNull_R8118600 = 1 AND [R8118600] IS NULL) O" + + "R ([R8118600] = @Original_R8118600)) AND ((@IsNull_R8118601 = 1 AND [R8118601] I" + + "S NULL) OR ([R8118601] = @Original_R8118601)) AND ((@IsNull_R8118700 = 1 AND [R8" + + "118700] IS NULL) OR ([R8118700] = @Original_R8118700)) AND ((@IsNull_R8118701 = " + + "1 AND [R8118701] IS NULL) OR ([R8118701] = @Original_R8118701)) AND ((@IsNull_R8" + + "118800 = 1 AND [R8118800] IS NULL) OR ([R8118800] = @Original_R8118800)) AND ((@" + + "IsNull_R8118801 = 1 AND [R8118801] IS NULL) OR ([R8118801] = @Original_R8118801)" + + ") AND ((@IsNull_R8118900 = 1 AND [R8118900] IS NULL) OR ([R8118900] = @Original_" + + "R8118900)) AND ((@IsNull_R8118901 = 1 AND [R8118901] IS NULL) OR ([R8118901] = @" + + "Original_R8118901)) AND ((@IsNull_R8119600 = 1 AND [R8119600] IS NULL) OR ([R811" + + "9600] = @Original_R8119600)) AND ((@IsNull_R8119700 = 1 AND [R8119700] IS NULL) " + + "OR ([R8119700] = @Original_R8119700)) AND ((@IsNull_R8119800 = 1 AND [R8119800] " + + "IS NULL) OR ([R8119800] = @Original_R8119800)) AND ((@IsNull_R8119900 = 1 AND [R" + + "8119900] IS NULL) OR ([R8119900] = @Original_R8119900)) AND ((@IsNull_R8120000 =" + + " 1 AND [R8120000] IS NULL) OR ([R8120000] = @Original_R8120000)) AND ((@IsNull_R" + + "8120100 = 1 AND [R8120100] IS NULL) OR ([R8120100] = @Original_R8120100)) AND ((" + + "@IsNull_R8120200 = 1 AND [R8120200] IS NULL) OR ([R8120200] = @Original_R8120200" + + ")) AND ((@IsNull_R8120300 = 1 AND [R8120300] IS NULL) OR ([R8120300] = @Original" + + "_R8120300)) AND ((@IsNull_R8120400 = 1 AND [R8120400] IS NULL) OR ([R8120400] = " + + "@Original_R8120400)) AND ((@IsNull_R8120500 = 1 AND [R8120500] IS NULL) OR ([R81" + + "20500] = @Original_R8120500)) AND ((@IsNull_R8135300 = 1 AND [R8135300] IS NULL)" + + " OR ([R8135300] = @Original_R8135300)) AND ((@IsNull_R8135400 = 1 AND [R8135400]" + + " IS NULL) OR ([R8135400] = @Original_R8135400)) AND ((@IsNull_R8135500 = 1 AND [" + + "R8135500] IS NULL) OR ([R8135500] = @Original_R8135500)) AND ((@IsNull_R8135600 " + + "= 1 AND [R8135600] IS NULL) OR ([R8135600] = @Original_R8135600)) AND ((@IsNull_" + + "R8135700 = 1 AND [R8135700] IS NULL) OR ([R8135700] = @Original_R8135700)) AND (" + + "(@IsNull_R8135800 = 1 AND [R8135800] IS NULL) OR ([R8135800] = @Original_R813580" + + "0)) AND ((@IsNull_R8135900 = 1 AND [R8135900] IS NULL) OR ([R8135900] = @Origina" + + "l_R8135900)) AND ((@IsNull_R9900600 = 1 AND [R9900600] IS NULL) OR ([R9900600] =" + + " @Original_R9900600)) AND ((@IsNull_R9900601 = 1 AND [R9900601] IS NULL) OR ([R9" + + "900601] = @Original_R9900601)) AND ((@IsNull_R9901400 = 1 AND [R9901400] IS NULL" + + ") OR ([R9901400] = @Original_R9901400)) AND ((@IsNull_R9901401 = 1 AND [R9901401" + + "] IS NULL) OR ([R9901401] = @Original_R9901401)) AND ((@IsNull_R9902200 = 1 AND " + + "[R9902200] IS NULL) OR ([R9902200] = @Original_R9902200)) AND ((@IsNull_R9902201" + + " = 1 AND [R9902201] IS NULL) OR ([R9902201] = @Original_R9902201)) AND ((@IsNull" + + "_R9903000 = 1 AND [R9903000] IS NULL) OR ([R9903000] = @Original_R9903000)) AND " + + "((@IsNull_R9903001 = 1 AND [R9903001] IS NULL) OR ([R9903001] = @Original_R99030" + + "01)) AND ((@IsNull_R9903800 = 1 AND [R9903800] IS NULL) OR ([R9903800] = @Origin" + + "al_R9903800)) AND ((@IsNull_R9903801 = 1 AND [R9903801] IS NULL) OR ([R9903801] " + + "= @Original_R9903801)) AND ((@IsNull_R9904600 = 1 AND [R9904600] IS NULL) OR ([R" + + "9904600] = @Original_R9904600)) AND ((@IsNull_R9904601 = 1 AND [R9904601] IS NUL" + + "L) OR ([R9904601] = @Original_R9904601)) AND ((@IsNull_R9905400 = 1 AND [R990540" + + "0] IS NULL) OR ([R9905400] = @Original_R9905400)) AND ((@IsNull_R9905401 = 1 AND" + + " [R9905401] IS NULL) OR ([R9905401] = @Original_R9905401)) AND ((@IsNull_R991120" + + "0 = 1 AND [R9911200] IS NULL) OR ([R9911200] = @Original_R9911200)) AND ((@IsNul" + + "l_R9911201 = 1 AND [R9911201] IS NULL) OR ([R9911201] = @Original_R9911201)) AND" + + " ((@IsNull_T0345800 = 1 AND [T0345800] IS NULL) OR ([T0345800] = @Original_T0345" + + "800)) AND ((@IsNull_T0345900 = 1 AND [T0345900] IS NULL) OR ([T0345900] = @Origi" + + "nal_T0345900)) AND ((@IsNull_T0346000 = 1 AND [T0346000] IS NULL) OR ([T0346000]" + + " = @Original_T0346000)) AND ((@IsNull_T0346100 = 1 AND [T0346100] IS NULL) OR ([" + + "T0346100] = @Original_T0346100)) AND ((@IsNull_T0346200 = 1 AND [T0346200] IS NU" + + "LL) OR ([T0346200] = @Original_T0346200)) AND ((@IsNull_T0346300 = 1 AND [T03463" + + "00] IS NULL) OR ([T0346300] = @Original_T0346300)) AND ((@IsNull_T0346400 = 1 AN" + + "D [T0346400] IS NULL) OR ([T0346400] = @Original_T0346400)) AND ((@IsNull_T03465" + + "00 = 1 AND [T0346500] IS NULL) OR ([T0346500] = @Original_T0346500)) AND ((@IsNu" + + "ll_T0346600 = 1 AND [T0346600] IS NULL) OR ([T0346600] = @Original_T0346600)) AN" + + "D ((@IsNull_T0346700 = 1 AND [T0346700] IS NULL) OR ([T0346700] = @Original_T034" + + "6700)) AND ((@IsNull_T0346800 = 1 AND [T0346800] IS NULL) OR ([T0346800] = @Orig" + + "inal_T0346800)) AND ((@IsNull_T0346900 = 1 AND [T0346900] IS NULL) OR ([T0346900" + + "] = @Original_T0346900)) AND ((@IsNull_T0347000 = 1 AND [T0347000] IS NULL) OR (" + + "[T0347000] = @Original_T0347000)) AND ((@IsNull_T0347100 = 1 AND [T0347100] IS N" + + "ULL) OR ([T0347100] = @Original_T0347100)) AND ((@IsNull_T0347200 = 1 AND [T0347" + + "200] IS NULL) OR ([T0347200] = @Original_T0347200)) AND ((@IsNull_T0347300 = 1 A" + + "ND [T0347300] IS NULL) OR ([T0347300] = @Original_T0347300)) AND ((@IsNull_T0347" + + "400 = 1 AND [T0347400] IS NULL) OR ([T0347400] = @Original_T0347400)) AND ((@IsN" + + "ull_T0347500 = 1 AND [T0347500] IS NULL) OR ([T0347500] = @Original_T0347500)) A" + + "ND ((@IsNull_T0347600 = 1 AND [T0347600] IS NULL) OR ([T0347600] = @Original_T03" + + "47600)) AND ((@IsNull_T0347700 = 1 AND [T0347700] IS NULL) OR ([T0347700] = @Ori" + + "ginal_T0347700)) AND ((@IsNull_T0347800 = 1 AND [T0347800] IS NULL) OR ([T034780" + + "0] = @Original_T0347800)) AND ((@IsNull_T0349000 = 1 AND [T0349000] IS NULL) OR " + + "([T0349000] = @Original_T0349000)) AND ((@IsNull_T0349100 = 1 AND [T0349100] IS " + + "NULL) OR ([T0349100] = @Original_T0349100)) AND ((@IsNull_T0349200 = 1 AND [T034" + + "9200] IS NULL) OR ([T0349200] = @Original_T0349200)) AND ((@IsNull_T0349300 = 1 " + + "AND [T0349300] IS NULL) OR ([T0349300] = @Original_T0349300)) AND ((@IsNull_T034" + + "9400 = 1 AND [T0349400] IS NULL) OR ([T0349400] = @Original_T0349400)) AND ((@Is" + + "Null_T0349500 = 1 AND [T0349500] IS NULL) OR ([T0349500] = @Original_T0349500)) " + + "AND ((@IsNull_T0349600 = 1 AND [T0349600] IS NULL) OR ([T0349600] = @Original_T0" + + "349600)) AND ((@IsNull_T0349700 = 1 AND [T0349700] IS NULL) OR ([T0349700] = @Or" + + "iginal_T0349700)) AND ((@IsNull_T0349800 = 1 AND [T0349800] IS NULL) OR ([T03498" + + "00] = @Original_T0349800)) AND ((@IsNull_T0349900 = 1 AND [T0349900] IS NULL) OR" + + " ([T0349900] = @Original_T0349900)) AND ((@IsNull_T0350000 = 1 AND [T0350000] IS" + + " NULL) OR ([T0350000] = @Original_T0350000)) AND ((@IsNull_T0350100 = 1 AND [T03" + + "50100] IS NULL) OR ([T0350100] = @Original_T0350100)) AND ((@IsNull_T0350101 = 1" + + " AND [T0350101] IS NULL) OR ([T0350101] = @Original_T0350101)) AND ((@IsNull_T03" + + "50200 = 1 AND [T0350200] IS NULL) OR ([T0350200] = @Original_T0350200)) AND ((@I" + + "sNull_T0350201 = 1 AND [T0350201] IS NULL) OR ([T0350201] = @Original_T0350201))" + + " AND ((@IsNull_T0350300 = 1 AND [T0350300] IS NULL) OR ([T0350300] = @Original_T" + + "0350300)) AND ((@IsNull_T0350301 = 1 AND [T0350301] IS NULL) OR ([T0350301] = @O" + + "riginal_T0350301)) AND ((@IsNull_T0350400 = 1 AND [T0350400] IS NULL) OR ([T0350" + + "400] = @Original_T0350400)) AND ((@IsNull_T0350401 = 1 AND [T0350401] IS NULL) O" + + "R ([T0350401] = @Original_T0350401)) AND ((@IsNull_T0350500 = 1 AND [T0350500] I" + + "S NULL) OR ([T0350500] = @Original_T0350500)) AND ((@IsNull_T0350501 = 1 AND [T0" + + "350501] IS NULL) OR ([T0350501] = @Original_T0350501)) AND ((@IsNull_T0350600 = " + + "1 AND [T0350600] IS NULL) OR ([T0350600] = @Original_T0350600)) AND ((@IsNull_T0" + + "350601 = 1 AND [T0350601] IS NULL) OR ([T0350601] = @Original_T0350601)) AND ((@" + + "IsNull_T0350700 = 1 AND [T0350700] IS NULL) OR ([T0350700] = @Original_T0350700)" + + ") AND ((@IsNull_T0350701 = 1 AND [T0350701] IS NULL) OR ([T0350701] = @Original_" + + "T0350701)) AND ((@IsNull_T0350800 = 1 AND [T0350800] IS NULL) OR ([T0350800] = @" + + "Original_T0350800)) AND ((@IsNull_T0350801 = 1 AND [T0350801] IS NULL) OR ([T035" + + "0801] = @Original_T0350801)) AND ((@IsNull_T0350900 = 1 AND [T0350900] IS NULL) " + + "OR ([T0350900] = @Original_T0350900)) AND ((@IsNull_T0350901 = 1 AND [T0350901] " + + "IS NULL) OR ([T0350901] = @Original_T0350901)) AND ((@IsNull_T0351000 = 1 AND [T" + + "0351000] IS NULL) OR ([T0351000] = @Original_T0351000)) AND ((@IsNull_T0351001 =" + + " 1 AND [T0351001] IS NULL) OR ([T0351001] = @Original_T0351001)) AND ((@IsNull_T" + + "0351900 = 1 AND [T0351900] IS NULL) OR ([T0351900] = @Original_T0351900)) AND ((" + + "@IsNull_T0352000 = 1 AND [T0352000] IS NULL) OR ([T0352000] = @Original_T0352000" + + ")) AND ((@IsNull_T0352100 = 1 AND [T0352100] IS NULL) OR ([T0352100] = @Original" + + "_T0352100)) AND ((@IsNull_T0352200 = 1 AND [T0352200] IS NULL) OR ([T0352200] = " + + "@Original_T0352200)) AND ((@IsNull_T0352300 = 1 AND [T0352300] IS NULL) OR ([T03" + + "52300] = @Original_T0352300)) AND ((@IsNull_T0352400 = 1 AND [T0352400] IS NULL)" + + " OR ([T0352400] = @Original_T0352400)) AND ((@IsNull_T0352500 = 1 AND [T0352500]" + + " IS NULL) OR ([T0352500] = @Original_T0352500)) AND ((@IsNull_T0352600 = 1 AND [" + + "T0352600] IS NULL) OR ([T0352600] = @Original_T0352600)) AND ((@IsNull_T0352700 " + + "= 1 AND [T0352700] IS NULL) OR ([T0352700] = @Original_T0352700)) AND ((@IsNull_" + + "T0352800 = 1 AND [T0352800] IS NULL) OR ([T0352800] = @Original_T0352800)) AND (" + + "(@IsNull_T0352900 = 1 AND [T0352900] IS NULL) OR ([T0352900] = @Original_T035290" + + "0)) AND ((@IsNull_T0597800 = 1 AND [T0597800] IS NULL) OR ([T0597800] = @Origina" + + "l_T0597800)) AND ((@IsNull_T0597900 = 1 AND [T0597900] IS NULL) OR ([T0597900] =" + + " @Original_T0597900)) AND ((@IsNull_T0598000 = 1 AND [T0598000] IS NULL) OR ([T0" + + "598000] = @Original_T0598000)) AND ((@IsNull_T0598100 = 1 AND [T0598100] IS NULL" + + ") OR ([T0598100] = @Original_T0598100)) AND ((@IsNull_T0598200 = 1 AND [T0598200" + + "] IS NULL) OR ([T0598200] = @Original_T0598200)) AND ((@IsNull_T0598300 = 1 AND " + + "[T0598300] IS NULL) OR ([T0598300] = @Original_T0598300)) AND ((@IsNull_T0598400" + + " = 1 AND [T0598400] IS NULL) OR ([T0598400] = @Original_T0598400)) AND ((@IsNull" + + "_T1495200 = 1 AND [T1495200] IS NULL) OR ([T1495200] = @Original_T1495200)) AND " + + "((@IsNull_T1495300 = 1 AND [T1495300] IS NULL) OR ([T1495300] = @Original_T14953" + + "00)) AND ((@IsNull_T1495400 = 1 AND [T1495400] IS NULL) OR ([T1495400] = @Origin" + + "al_T1495400)) AND ((@IsNull_T1495500 = 1 AND [T1495500] IS NULL) OR ([T1495500] " + + "= @Original_T1495500)) AND ((@IsNull_T1495600 = 1 AND [T1495600] IS NULL) OR ([T" + + "1495600] = @Original_T1495600)) AND ((@IsNull_T1495700 = 1 AND [T1495700] IS NUL" + + "L) OR ([T1495700] = @Original_T1495700)) AND ((@IsNull_T1495800 = 1 AND [T149580" + + "0] IS NULL) OR ([T1495800] = @Original_T1495800)) AND ((@IsNull_T1495900 = 1 AND" + + " [T1495900] IS NULL) OR ([T1495900] = @Original_T1495900)) AND ((@IsNull_T149600" + + "0 = 1 AND [T1496000] IS NULL) OR ([T1496000] = @Original_T1496000)) AND ((@IsNul" + + "l_T1496100 = 1 AND [T1496100] IS NULL) OR ([T1496100] = @Original_T1496100)) AND" + + " ((@IsNull_T1496200 = 1 AND [T1496200] IS NULL) OR ([T1496200] = @Original_T1496" + + "200)) AND ((@IsNull_T1496300 = 1 AND [T1496300] IS NULL) OR ([T1496300] = @Origi" + + "nal_T1496300)) AND ((@IsNull_T1496400 = 1 AND [T1496400] IS NULL) OR ([T1496400]" + + " = @Original_T1496400)) AND ((@IsNull_T1496500 = 1 AND [T1496500] IS NULL) OR ([" + + "T1496500] = @Original_T1496500)) AND ((@IsNull_T1496600 = 1 AND [T1496600] IS NU" + + "LL) OR ([T1496600] = @Original_T1496600)) AND ((@IsNull_T1496700 = 1 AND [T14967" + + "00] IS NULL) OR ([T1496700] = @Original_T1496700)) AND ((@IsNull_T1496800 = 1 AN" + + "D [T1496800] IS NULL) OR ([T1496800] = @Original_T1496800)) AND ((@IsNull_T14969" + + "00 = 1 AND [T1496900] IS NULL) OR ([T1496900] = @Original_T1496900)) AND ((@IsNu" + + "ll_T1497000 = 1 AND [T1497000] IS NULL) OR ([T1497000] = @Original_T1497000)) AN" + + "D ((@IsNull_T1497100 = 1 AND [T1497100] IS NULL) OR ([T1497100] = @Original_T149" + + "7100)) AND ((@IsNull_T1497200 = 1 AND [T1497200] IS NULL) OR ([T1497200] = @Orig" + + "inal_T1497200)) AND ((@IsNull_T1498400 = 1 AND [T1498400] IS NULL) OR ([T1498400" + + "] = @Original_T1498400)) AND ((@IsNull_T1498500 = 1 AND [T1498500] IS NULL) OR (" + + "[T1498500] = @Original_T1498500)) AND ((@IsNull_T1498600 = 1 AND [T1498600] IS N" + + "ULL) OR ([T1498600] = @Original_T1498600)) AND ((@IsNull_T1498700 = 1 AND [T1498" + + "700] IS NULL) OR ([T1498700] = @Original_T1498700)) AND ((@IsNull_T1498800 = 1 A" + + "ND [T1498800] IS NULL) OR ([T1498800] = @Original_T1498800)) AND ((@IsNull_T1498" + + "900 = 1 AND [T1498900] IS NULL) OR ([T1498900] = @Original_T1498900)) AND ((@IsN" + + "ull_T1499000 = 1 AND [T1499000] IS NULL) OR ([T1499000] = @Original_T1499000)) A" + + "ND ((@IsNull_T1499100 = 1 AND [T1499100] IS NULL) OR ([T1499100] = @Original_T14" + + "99100)) AND ((@IsNull_T1499200 = 1 AND [T1499200] IS NULL) OR ([T1499200] = @Ori" + + "ginal_T1499200)) AND ((@IsNull_T1499300 = 1 AND [T1499300] IS NULL) OR ([T149930" + + "0] = @Original_T1499300)) AND ((@IsNull_T1499400 = 1 AND [T1499400] IS NULL) OR " + + "([T1499400] = @Original_T1499400)) AND ((@IsNull_T1499500 = 1 AND [T1499500] IS " + + "NULL) OR ([T1499500] = @Original_T1499500)) AND ((@IsNull_T1499501 = 1 AND [T149" + + "9501] IS NULL) OR ([T1499501] = @Original_T1499501)) AND ((@IsNull_T1499600 = 1 " + + "AND [T1499600] IS NULL) OR ([T1499600] = @Original_T1499600)) AND ((@IsNull_T149" + + "9601 = 1 AND [T1499601] IS NULL) OR ([T1499601] = @Original_T1499601)) AND ((@Is" + + "Null_T1499700 = 1 AND [T1499700] IS NULL) OR ([T1499700] = @Original_T1499700)) " + + "AND ((@IsNull_T1499701 = 1 AND [T1499701] IS NULL) OR ([T1499701] = @Original_T1" + + "499701)) AND ((@IsNull_T1499800 = 1 AND [T1499800] IS NULL) OR ([T1499800] = @Or" + + "iginal_T1499800)) AND ((@IsNull_T1499801 = 1 AND [T1499801] IS NULL) OR ([T14998" + + "01] = @Original_T1499801)) AND ((@IsNull_T1499900 = 1 AND [T1499900] IS NULL) OR" + + " ([T1499900] = @Original_T1499900)) AND ((@IsNull_T1499901 = 1 AND [T1499901] IS" + + " NULL) OR ([T1499901] = @Original_T1499901)) AND ((@IsNull_T1500000 = 1 AND [T15" + + "00000] IS NULL) OR ([T1500000] = @Original_T1500000)) AND ((@IsNull_T1500001 = 1" + + " AND [T1500001] IS NULL) OR ([T1500001] = @Original_T1500001)) AND ((@IsNull_T15" + + "00100 = 1 AND [T1500100] IS NULL) OR ([T1500100] = @Original_T1500100)) AND ((@I" + + "sNull_T1500101 = 1 AND [T1500101] IS NULL) OR ([T1500101] = @Original_T1500101))" + + " AND ((@IsNull_T1500200 = 1 AND [T1500200] IS NULL) OR ([T1500200] = @Original_T" + + "1500200)) AND ((@IsNull_T1500201 = 1 AND [T1500201] IS NULL) OR ([T1500201] = @O" + + "riginal_T1500201)) AND ((@IsNull_T1500300 = 1 AND [T1500300] IS NULL) OR ([T1500" + + "300] = @Original_T1500300)) AND ((@IsNull_T1500301 = 1 AND [T1500301] IS NULL) O" + + "R ([T1500301] = @Original_T1500301)) AND ((@IsNull_T1500400 = 1 AND [T1500400] I" + + "S NULL) OR ([T1500400] = @Original_T1500400)) AND ((@IsNull_T1500401 = 1 AND [T1" + + "500401] IS NULL) OR ([T1500401] = @Original_T1500401)) AND ((@IsNull_T1501100 = " + + "1 AND [T1501100] IS NULL) OR ([T1501100] = @Original_T1501100)) AND ((@IsNull_T1" + + "501200 = 1 AND [T1501200] IS NULL) OR ([T1501200] = @Original_T1501200)) AND ((@" + + "IsNull_T1501300 = 1 AND [T1501300] IS NULL) OR ([T1501300] = @Original_T1501300)" + + ") AND ((@IsNull_T1501400 = 1 AND [T1501400] IS NULL) OR ([T1501400] = @Original_" + + "T1501400)) AND ((@IsNull_T1501500 = 1 AND [T1501500] IS NULL) OR ([T1501500] = @" + + "Original_T1501500)) AND ((@IsNull_T1501600 = 1 AND [T1501600] IS NULL) OR ([T150" + + "1600] = @Original_T1501600)) AND ((@IsNull_T1501700 = 1 AND [T1501700] IS NULL) " + + "OR ([T1501700] = @Original_T1501700)) AND ((@IsNull_T1501800 = 1 AND [T1501800] " + + "IS NULL) OR ([T1501800] = @Original_T1501800)) AND ((@IsNull_T1501900 = 1 AND [T" + + "1501900] IS NULL) OR ([T1501900] = @Original_T1501900)) AND ((@IsNull_T1502000 =" + + " 1 AND [T1502000] IS NULL) OR ([T1502000] = @Original_T1502000)) AND ((@IsNull_T" + + "1502100 = 1 AND [T1502100] IS NULL) OR ([T1502100] = @Original_T1502100)) AND ((" + + "@IsNull_T1765100 = 1 AND [T1765100] IS NULL) OR ([T1765100] = @Original_T1765100" + + ")) AND ((@IsNull_T1765200 = 1 AND [T1765200] IS NULL) OR ([T1765200] = @Original" + + "_T1765200)) AND ((@IsNull_T1765300 = 1 AND [T1765300] IS NULL) OR ([T1765300] = " + + "@Original_T1765300)) AND ((@IsNull_T1765400 = 1 AND [T1765400] IS NULL) OR ([T17" + + "65400] = @Original_T1765400)) AND ((@IsNull_T1765500 = 1 AND [T1765500] IS NULL)" + + " OR ([T1765500] = @Original_T1765500)) AND ((@IsNull_T1765600 = 1 AND [T1765600]" + + " IS NULL) OR ([T1765600] = @Original_T1765600)) AND ((@IsNull_T1765700 = 1 AND [" + + "T1765700] IS NULL) OR ([T1765700] = @Original_T1765700)) AND ((@IsNull_T2541200 " + + "= 1 AND [T2541200] IS NULL) OR ([T2541200] = @Original_T2541200)) AND ((@IsNull_" + + "T2541300 = 1 AND [T2541300] IS NULL) OR ([T2541300] = @Original_T2541300)) AND (" + + "(@IsNull_T2541400 = 1 AND [T2541400] IS NULL) OR ([T2541400] = @Original_T254140" + + "0)) AND ((@IsNull_T2541500 = 1 AND [T2541500] IS NULL) OR ([T2541500] = @Origina" + + "l_T2541500)) AND ((@IsNull_T2541600 = 1 AND [T2541600] IS NULL) OR ([T2541600] =" + + " @Original_T2541600)) AND ((@IsNull_T2541700 = 1 AND [T2541700] IS NULL) OR ([T2" + + "541700] = @Original_T2541700)) AND ((@IsNull_T2541800 = 1 AND [T2541800] IS NULL" + + ") OR ([T2541800] = @Original_T2541800)) AND ((@IsNull_T2541900 = 1 AND [T2541900" + + "] IS NULL) OR ([T2541900] = @Original_T2541900)) AND ((@IsNull_T2542000 = 1 AND " + + "[T2542000] IS NULL) OR ([T2542000] = @Original_T2542000)) AND ((@IsNull_T2542100" + + " = 1 AND [T2542100] IS NULL) OR ([T2542100] = @Original_T2542100)) AND ((@IsNull" + + "_T2542200 = 1 AND [T2542200] IS NULL) OR ([T2542200] = @Original_T2542200)) AND " + + "((@IsNull_T2542300 = 1 AND [T2542300] IS NULL) OR ([T2542300] = @Original_T25423" + + "00)) AND ((@IsNull_T2542400 = 1 AND [T2542400] IS NULL) OR ([T2542400] = @Origin" + + "al_T2542400)) AND ((@IsNull_T2542500 = 1 AND [T2542500] IS NULL) OR ([T2542500] " + + "= @Original_T2542500)) AND ((@IsNull_T2542600 = 1 AND [T2542600] IS NULL) OR ([T" + + "2542600] = @Original_T2542600)) AND ((@IsNull_T2542700 = 1 AND [T2542700] IS NUL" + + "L) OR ([T2542700] = @Original_T2542700)) AND ((@IsNull_T2542800 = 1 AND [T254280" + + "0] IS NULL) OR ([T2542800] = @Original_T2542800)) AND ((@IsNull_T2542900 = 1 AND" + + " [T2542900] IS NULL) OR ([T2542900] = @Original_T2542900)) AND ((@IsNull_T254300" + + "0 = 1 AND [T2543000] IS NULL) OR ([T2543000] = @Original_T2543000)) AND ((@IsNul" + + "l_T2543100 = 1 AND [T2543100] IS NULL) OR ([T2543100] = @Original_T2543100)) AND" + + " ((@IsNull_T2544200 = 1 AND [T2544200] IS NULL) OR ([T2544200] = @Original_T2544" + + "200)) AND ((@IsNull_T2544300 = 1 AND [T2544300] IS NULL) OR ([T2544300] = @Origi" + + "nal_T2544300)) AND ((@IsNull_T2544400 = 1 AND [T2544400] IS NULL) OR ([T2544400]" + + " = @Original_T2544400)) AND ((@IsNull_T2544500 = 1 AND [T2544500] IS NULL) OR ([" + + "T2544500] = @Original_T2544500)) AND ((@IsNull_T2544600 = 1 AND [T2544600] IS NU" + + "LL) OR ([T2544600] = @Original_T2544600)) AND ((@IsNull_T2544700 = 1 AND [T25447" + + "00] IS NULL) OR ([T2544700] = @Original_T2544700)) AND ((@IsNull_T2544800 = 1 AN" + + "D [T2544800] IS NULL) OR ([T2544800] = @Original_T2544800)) AND ((@IsNull_T25449" + + "00 = 1 AND [T2544900] IS NULL) OR ([T2544900] = @Original_T2544900)) AND ((@IsNu" + + "ll_T2545000 = 1 AND [T2545000] IS NULL) OR ([T2545000] = @Original_T2545000)) AN" + + "D ((@IsNull_T2545100 = 1 AND [T2545100] IS NULL) OR ([T2545100] = @Original_T254" + + "5100)) AND ((@IsNull_T2545200 = 1 AND [T2545200] IS NULL) OR ([T2545200] = @Orig" + + "inal_T2545200)) AND ((@IsNull_T2545201 = 1 AND [T2545201] IS NULL) OR ([T2545201" + + "] = @Original_T2545201)) AND ((@IsNull_T2545300 = 1 AND [T2545300] IS NULL) OR (" + + "[T2545300] = @Original_T2545300)) AND ((@IsNull_T2545301 = 1 AND [T2545301] IS N" + + "ULL) OR ([T2545301] = @Original_T2545301)) AND ((@IsNull_T2545400 = 1 AND [T2545" + + "400] IS NULL) OR ([T2545400] = @Original_T2545400)) AND ((@IsNull_T2545401 = 1 A" + + "ND [T2545401] IS NULL) OR ([T2545401] = @Original_T2545401)) AND ((@IsNull_T2545" + + "500 = 1 AND [T2545500] IS NULL) OR ([T2545500] = @Original_T2545500)) AND ((@IsN" + + "ull_T2545501 = 1 AND [T2545501] IS NULL) OR ([T2545501] = @Original_T2545501)) A" + + "ND ((@IsNull_T2545600 = 1 AND [T2545600] IS NULL) OR ([T2545600] = @Original_T25" + + "45600)) AND ((@IsNull_T2545601 = 1 AND [T2545601] IS NULL) OR ([T2545601] = @Ori" + + "ginal_T2545601)) AND ((@IsNull_T2545700 = 1 AND [T2545700] IS NULL) OR ([T254570" + + "0] = @Original_T2545700)) AND ((@IsNull_T2545701 = 1 AND [T2545701] IS NULL) OR " + + "([T2545701] = @Original_T2545701)) AND ((@IsNull_T2545800 = 1 AND [T2545800] IS " + + "NULL) OR ([T2545800] = @Original_T2545800)) AND ((@IsNull_T2545801 = 1 AND [T254" + + "5801] IS NULL) OR ([T2545801] = @Original_T2545801)) AND ((@IsNull_T2545900 = 1 " + + "AND [T2545900] IS NULL) OR ([T2545900] = @Original_T2545900)) AND ((@IsNull_T254" + + "5901 = 1 AND [T2545901] IS NULL) OR ([T2545901] = @Original_T2545901)) AND ((@Is" + + "Null_T2546000 = 1 AND [T2546000] IS NULL) OR ([T2546000] = @Original_T2546000)) " + + "AND ((@IsNull_T2546001 = 1 AND [T2546001] IS NULL) OR ([T2546001] = @Original_T2" + + "546001)) AND ((@IsNull_T2546800 = 1 AND [T2546800] IS NULL) OR ([T2546800] = @Or" + + "iginal_T2546800)) AND ((@IsNull_T2546900 = 1 AND [T2546900] IS NULL) OR ([T25469" + + "00] = @Original_T2546900)) AND ((@IsNull_T2547000 = 1 AND [T2547000] IS NULL) OR" + + " ([T2547000] = @Original_T2547000)) AND ((@IsNull_T2547100 = 1 AND [T2547100] IS" + + " NULL) OR ([T2547100] = @Original_T2547100)) AND ((@IsNull_T2547200 = 1 AND [T25" + + "47200] IS NULL) OR ([T2547200] = @Original_T2547200)) AND ((@IsNull_T2547300 = 1" + + " AND [T2547300] IS NULL) OR ([T2547300] = @Original_T2547300)) AND ((@IsNull_T25" + + "47400 = 1 AND [T2547400] IS NULL) OR ([T2547400] = @Original_T2547400)) AND ((@I" + + "sNull_T2547500 = 1 AND [T2547500] IS NULL) OR ([T2547500] = @Original_T2547500))" + + " AND ((@IsNull_T2547600 = 1 AND [T2547600] IS NULL) OR ([T2547600] = @Original_T" + + "2547600)) AND ((@IsNull_T2547700 = 1 AND [T2547700] IS NULL) OR ([T2547700] = @O" + + "riginal_T2547700)) AND ((@IsNull_T2763400 = 1 AND [T2763400] IS NULL) OR ([T2763" + + "400] = @Original_T2763400)) AND ((@IsNull_T2763500 = 1 AND [T2763500] IS NULL) O" + + "R ([T2763500] = @Original_T2763500)) AND ((@IsNull_T2763600 = 1 AND [T2763600] I" + + "S NULL) OR ([T2763600] = @Original_T2763600)) AND ((@IsNull_T2763700 = 1 AND [T2" + + "763700] IS NULL) OR ([T2763700] = @Original_T2763700)) AND ((@IsNull_T2763800 = " + + "1 AND [T2763800] IS NULL) OR ([T2763800] = @Original_T2763800)) AND ((@IsNull_T2" + + "763900 = 1 AND [T2763900] IS NULL) OR ([T2763900] = @Original_T2763900)) AND ((@" + + "IsNull_T2764000 = 1 AND [T2764000] IS NULL) OR ([T2764000] = @Original_T2764000)" + + ") AND ((@IsNull_T3527500 = 1 AND [T3527500] IS NULL) OR ([T3527500] = @Original_" + + "T3527500)) AND ((@IsNull_T3527600 = 1 AND [T3527600] IS NULL) OR ([T3527600] = @" + + "Original_T3527600)) AND ((@IsNull_T3527700 = 1 AND [T3527700] IS NULL) OR ([T352" + + "7700] = @Original_T3527700)) AND ((@IsNull_T3527800 = 1 AND [T3527800] IS NULL) " + + "OR ([T3527800] = @Original_T3527800)) AND ((@IsNull_T3527900 = 1 AND [T3527900] " + + "IS NULL) OR ([T3527900] = @Original_T3527900)) AND ((@IsNull_T3528000 = 1 AND [T" + + "3528000] IS NULL) OR ([T3528000] = @Original_T3528000)) AND ((@IsNull_T3528100 =" + + " 1 AND [T3528100] IS NULL) OR ([T3528100] = @Original_T3528100)) AND ((@IsNull_T" + + "3528200 = 1 AND [T3528200] IS NULL) OR ([T3528200] = @Original_T3528200)) AND ((" + + "@IsNull_T3528300 = 1 AND [T3528300] IS NULL) OR ([T3528300] = @Original_T3528300" + + ")) AND ((@IsNull_T3528400 = 1 AND [T3528400] IS NULL) OR ([T3528400] = @Original" + + "_T3528400)) AND ((@IsNull_T3530500 = 1 AND [T3530500] IS NULL) OR ([T3530500] = " + + "@Original_T3530500)) AND ((@IsNull_T3530600 = 1 AND [T3530600] IS NULL) OR ([T35" + + "30600] = @Original_T3530600)) AND ((@IsNull_T3530700 = 1 AND [T3530700] IS NULL)" + + " OR ([T3530700] = @Original_T3530700)) AND ((@IsNull_T3530800 = 1 AND [T3530800]" + + " IS NULL) OR ([T3530800] = @Original_T3530800)) AND ((@IsNull_T3530900 = 1 AND [" + + "T3530900] IS NULL) OR ([T3530900] = @Original_T3530900)) AND ((@IsNull_T3531000 " + + "= 1 AND [T3531000] IS NULL) OR ([T3531000] = @Original_T3531000)) AND ((@IsNull_" + + "T3531100 = 1 AND [T3531100] IS NULL) OR ([T3531100] = @Original_T3531100)) AND (" + + "(@IsNull_T3531200 = 1 AND [T3531200] IS NULL) OR ([T3531200] = @Original_T353120" + + "0)) AND ((@IsNull_T3531300 = 1 AND [T3531300] IS NULL) OR ([T3531300] = @Origina" + + "l_T3531300)) AND ((@IsNull_T3531400 = 1 AND [T3531400] IS NULL) OR ([T3531400] =" + + " @Original_T3531400)) AND ((@IsNull_T3531500 = 1 AND [T3531500] IS NULL) OR ([T3" + + "531500] = @Original_T3531500)) AND ((@IsNull_T3531501 = 1 AND [T3531501] IS NULL" + + ") OR ([T3531501] = @Original_T3531501)) AND ((@IsNull_T3531600 = 1 AND [T3531600" + + "] IS NULL) OR ([T3531600] = @Original_T3531600)) AND ((@IsNull_T3531601 = 1 AND " + + "[T3531601] IS NULL) OR ([T3531601] = @Original_T3531601)) AND ((@IsNull_T3531700" + + " = 1 AND [T3531700] IS NULL) OR ([T3531700] = @Original_T3531700)) AND ((@IsNull" + + "_T3531701 = 1 AND [T3531701] IS NULL) OR ([T3531701] = @Original_T3531701)) AND " + + "((@IsNull_T3531800 = 1 AND [T3531800] IS NULL) OR ([T3531800] = @Original_T35318" + + "00)) AND ((@IsNull_T3531801 = 1 AND [T3531801] IS NULL) OR ([T3531801] = @Origin" + + "al_T3531801)) AND ((@IsNull_T3531900 = 1 AND [T3531900] IS NULL) OR ([T3531900] " + + "= @Original_T3531900)) AND ((@IsNull_T3531901 = 1 AND [T3531901] IS NULL) OR ([T" + + "3531901] = @Original_T3531901)) AND ((@IsNull_T3532000 = 1 AND [T3532000] IS NUL" + + "L) OR ([T3532000] = @Original_T3532000)) AND ((@IsNull_T3532001 = 1 AND [T353200" + + "1] IS NULL) OR ([T3532001] = @Original_T3532001)) AND ((@IsNull_T3532100 = 1 AND" + + " [T3532100] IS NULL) OR ([T3532100] = @Original_T3532100)) AND ((@IsNull_T353210" + + "1 = 1 AND [T3532101] IS NULL) OR ([T3532101] = @Original_T3532101)) AND ((@IsNul" + + "l_T3532200 = 1 AND [T3532200] IS NULL) OR ([T3532200] = @Original_T3532200)) AND" + + " ((@IsNull_T3532201 = 1 AND [T3532201] IS NULL) OR ([T3532201] = @Original_T3532" + + "201)) AND ((@IsNull_T3532300 = 1 AND [T3532300] IS NULL) OR ([T3532300] = @Origi" + + "nal_T3532300)) AND ((@IsNull_T3532301 = 1 AND [T3532301] IS NULL) OR ([T3532301]" + + " = @Original_T3532301)) AND ((@IsNull_T3532400 = 1 AND [T3532400] IS NULL) OR ([" + + "T3532400] = @Original_T3532400)) AND ((@IsNull_T3532401 = 1 AND [T3532401] IS NU" + + "LL) OR ([T3532401] = @Original_T3532401)) AND ((@IsNull_T3533200 = 1 AND [T35332" + + "00] IS NULL) OR ([T3533200] = @Original_T3533200)) AND ((@IsNull_T3533300 = 1 AN" + + "D [T3533300] IS NULL) OR ([T3533300] = @Original_T3533300)) AND ((@IsNull_T35334" + + "00 = 1 AND [T3533400] IS NULL) OR ([T3533400] = @Original_T3533400)) AND ((@IsNu" + + "ll_T3533500 = 1 AND [T3533500] IS NULL) OR ([T3533500] = @Original_T3533500)) AN" + + "D ((@IsNull_T3533600 = 1 AND [T3533600] IS NULL) OR ([T3533600] = @Original_T353" + + "3600)) AND ((@IsNull_T3533700 = 1 AND [T3533700] IS NULL) OR ([T3533700] = @Orig" + + "inal_T3533700)) AND ((@IsNull_T3533800 = 1 AND [T3533800] IS NULL) OR ([T3533800" + + "] = @Original_T3533800)) AND ((@IsNull_T3533900 = 1 AND [T3533900] IS NULL) OR (" + + "[T3533900] = @Original_T3533900)) AND ((@IsNull_T3534000 = 1 AND [T3534000] IS N" + + "ULL) OR ([T3534000] = @Original_T3534000)) AND ((@IsNull_T3534100 = 1 AND [T3534" + + "100] IS NULL) OR ([T3534100] = @Original_T3534100)) AND ((@IsNull_T3729600 = 1 A" + + "ND [T3729600] IS NULL) OR ([T3729600] = @Original_T3729600)) AND ((@IsNull_T3729" + + "700 = 1 AND [T3729700] IS NULL) OR ([T3729700] = @Original_T3729700)) AND ((@IsN" + + "ull_T3729800 = 1 AND [T3729800] IS NULL) OR ([T3729800] = @Original_T3729800)) A" + + "ND ((@IsNull_T3729900 = 1 AND [T3729900] IS NULL) OR ([T3729900] = @Original_T37" + + "29900)) AND ((@IsNull_T3730000 = 1 AND [T3730000] IS NULL) OR ([T3730000] = @Ori" + + "ginal_T3730000)) AND ((@IsNull_T3730100 = 1 AND [T3730100] IS NULL) OR ([T373010" + + "0] = @Original_T3730100)) AND ((@IsNull_T4496200 = 1 AND [T4496200] IS NULL) OR " + + "([T4496200] = @Original_T4496200)) AND ((@IsNull_T4496300 = 1 AND [T4496300] IS " + + "NULL) OR ([T4496300] = @Original_T4496300)) AND ((@IsNull_T4496400 = 1 AND [T449" + + "6400] IS NULL) OR ([T4496400] = @Original_T4496400)) AND ((@IsNull_T4496500 = 1 " + + "AND [T4496500] IS NULL) OR ([T4496500] = @Original_T4496500)) AND ((@IsNull_T449" + + "6600 = 1 AND [T4496600] IS NULL) OR ([T4496600] = @Original_T4496600)) AND ((@Is" + + "Null_T4496700 = 1 AND [T4496700] IS NULL) OR ([T4496700] = @Original_T4496700)) " + + "AND ((@IsNull_T4496800 = 1 AND [T4496800] IS NULL) OR ([T4496800] = @Original_T4" + + "496800)) AND ((@IsNull_T4496900 = 1 AND [T4496900] IS NULL) OR ([T4496900] = @Or" + + "iginal_T4496900)) AND ((@IsNull_T4497000 = 1 AND [T4497000] IS NULL) OR ([T44970" + + "00] = @Original_T4497000)) AND ((@IsNull_T4497100 = 1 AND [T4497100] IS NULL) OR" + + " ([T4497100] = @Original_T4497100)) AND ((@IsNull_T4500700 = 1 AND [T4500700] IS" + + " NULL) OR ([T4500700] = @Original_T4500700)) AND ((@IsNull_T4500800 = 1 AND [T45" + + "00800] IS NULL) OR ([T4500800] = @Original_T4500800)) AND ((@IsNull_T4500900 = 1" + + " AND [T4500900] IS NULL) OR ([T4500900] = @Original_T4500900)) AND ((@IsNull_T45" + + "01000 = 1 AND [T4501000] IS NULL) OR ([T4501000] = @Original_T4501000)) AND ((@I" + + "sNull_T4501100 = 1 AND [T4501100] IS NULL) OR ([T4501100] = @Original_T4501100))" + + " AND ((@IsNull_T4501200 = 1 AND [T4501200] IS NULL) OR ([T4501200] = @Original_T" + + "4501200)) AND ((@IsNull_T4501300 = 1 AND [T4501300] IS NULL) OR ([T4501300] = @O" + + "riginal_T4501300)) AND ((@IsNull_T4501400 = 1 AND [T4501400] IS NULL) OR ([T4501" + + "400] = @Original_T4501400)) AND ((@IsNull_T4501500 = 1 AND [T4501500] IS NULL) O" + + "R ([T4501500] = @Original_T4501500)) AND ((@IsNull_T4501600 = 1 AND [T4501600] I" + + "S NULL) OR ([T4501600] = @Original_T4501600)) AND ((@IsNull_T4501700 = 1 AND [T4" + + "501700] IS NULL) OR ([T4501700] = @Original_T4501700)) AND ((@IsNull_T4501701 = " + + "1 AND [T4501701] IS NULL) OR ([T4501701] = @Original_T4501701)) AND ((@IsNull_T4" + + "501800 = 1 AND [T4501800] IS NULL) OR ([T4501800] = @Original_T4501800)) AND ((@" + + "IsNull_T4501801 = 1 AND [T4501801] IS NULL) OR ([T4501801] = @Original_T4501801)" + + ") AND ((@IsNull_T4501900 = 1 AND [T4501900] IS NULL) OR ([T4501900] = @Original_" + + "T4501900)) AND ((@IsNull_T4501901 = 1 AND [T4501901] IS NULL) OR ([T4501901] = @" + + "Original_T4501901)) AND ((@IsNull_T4502000 = 1 AND [T4502000] IS NULL) OR ([T450" + + "2000] = @Original_T4502000)) AND ((@IsNull_T4502001 = 1 AND [T4502001] IS NULL) " + + "OR ([T4502001] = @Original_T4502001)) AND ((@IsNull_T4502100 = 1 AND [T4502100] " + + "IS NULL) OR ([T4502100] = @Original_T4502100)) AND ((@IsNull_T4502101 = 1 AND [T" + + "4502101] IS NULL) OR ([T4502101] = @Original_T4502101)) AND ((@IsNull_T4502200 =" + + " 1 AND [T4502200] IS NULL) OR ([T4502200] = @Original_T4502200)) AND ((@IsNull_T" + + "4502201 = 1 AND [T4502201] IS NULL) OR ([T4502201] = @Original_T4502201)) AND ((" + + "@IsNull_T4502300 = 1 AND [T4502300] IS NULL) OR ([T4502300] = @Original_T4502300" + + ")) AND ((@IsNull_T4502301 = 1 AND [T4502301] IS NULL) OR ([T4502301] = @Original" + + "_T4502301)) AND ((@IsNull_T4502400 = 1 AND [T4502400] IS NULL) OR ([T4502400] = " + + "@Original_T4502400)) AND ((@IsNull_T4502401 = 1 AND [T4502401] IS NULL) OR ([T45" + + "02401] = @Original_T4502401)) AND ((@IsNull_T4502500 = 1 AND [T4502500] IS NULL)" + + " OR ([T4502500] = @Original_T4502500)) AND ((@IsNull_T4502501 = 1 AND [T4502501]" + + " IS NULL) OR ([T4502501] = @Original_T4502501)) AND ((@IsNull_T4502600 = 1 AND [" + + "T4502600] IS NULL) OR ([T4502600] = @Original_T4502600)) AND ((@IsNull_T4502601 " + + "= 1 AND [T4502601] IS NULL) OR ([T4502601] = @Original_T4502601)) AND ((@IsNull_" + + "T4504900 = 1 AND [T4504900] IS NULL) OR ([T4504900] = @Original_T4504900)) AND (" + + "(@IsNull_T4505000 = 1 AND [T4505000] IS NULL) OR ([T4505000] = @Original_T450500" + + "0)) AND ((@IsNull_T4505100 = 1 AND [T4505100] IS NULL) OR ([T4505100] = @Origina" + + "l_T4505100)) AND ((@IsNull_T4505200 = 1 AND [T4505200] IS NULL) OR ([T4505200] =" + + " @Original_T4505200)) AND ((@IsNull_T4505300 = 1 AND [T4505300] IS NULL) OR ([T4" + + "505300] = @Original_T4505300)) AND ((@IsNull_T4505400 = 1 AND [T4505400] IS NULL" + + ") OR ([T4505400] = @Original_T4505400)) AND ((@IsNull_T4505500 = 1 AND [T4505500" + + "] IS NULL) OR ([T4505500] = @Original_T4505500)) AND ((@IsNull_T4505600 = 1 AND " + + "[T4505600] IS NULL) OR ([T4505600] = @Original_T4505600)) AND ((@IsNull_T4505700" + + " = 1 AND [T4505700] IS NULL) OR ([T4505700] = @Original_T4505700)) AND ((@IsNull" + + "_T4505800 = 1 AND [T4505800] IS NULL) OR ([T4505800] = @Original_T4505800)) AND " + + "((@IsNull_T4703500 = 1 AND [T4703500] IS NULL) OR ([T4703500] = @Original_T47035" + + "00)) AND ((@IsNull_T4703600 = 1 AND [T4703600] IS NULL) OR ([T4703600] = @Origin" + + "al_T4703600)) AND ((@IsNull_T4703700 = 1 AND [T4703700] IS NULL) OR ([T4703700] " + + "= @Original_T4703700)) AND ((@IsNull_T4703800 = 1 AND [T4703800] IS NULL) OR ([T" + + "4703800] = @Original_T4703800)) AND ((@IsNull_T4703900 = 1 AND [T4703900] IS NUL" + + "L) OR ([T4703900] = @Original_T4703900)) AND ((@IsNull_T4704000 = 1 AND [T470400" + + "0] IS NULL) OR ([T4704000] = @Original_T4704000)))"; this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0173600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0173600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0173600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0173600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1373300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1373300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1373300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1373300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1373400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1373400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1373400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1373400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1373500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1373500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1373500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1373500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1374000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1374000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1374100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1374100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1374200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1374200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1374700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1374700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1374800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1374800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1374900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1374900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1375400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1375400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1375400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1375400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1375500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1375500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1375500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1375500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1375600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1375600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1375600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1375600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1376100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1376100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1376200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1376200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1376300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1376300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1376800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1376800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1376900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1376900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1377000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1377000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1377500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1377500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1377600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1377600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1377700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1377700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1753700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1753700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1753700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1753700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1753800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1753800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1753800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1753800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1753900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1753900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1753900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1753900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1754400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1754400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1754400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1754400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1754500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1754500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1754500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1754500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1754600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1754600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1754600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1754600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1755100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1755100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1755200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1755200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1755300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1755300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1755800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1755800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1755900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1755900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1756000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1756000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1756500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1756500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1756600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1756600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1756700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1756700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1757200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1757200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1757300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1757300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1757400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1757400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1757900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1757900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1758000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1758000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1758000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1758000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1758100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1758100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1758100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1758100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2095700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2095700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2095700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2095700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2095800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2095800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2095800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2095800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2095900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2095900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2095900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2095900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2096400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2096400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2096400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2096400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2096500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2096500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2096500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2096500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2096600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2096600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2096600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2096600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2097100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2097100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2097200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2097200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2097300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2097300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2097800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2097800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2097900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2097900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2098000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2098000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2098500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2098500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2098600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2098600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2098700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2098700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2099200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2099200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2099300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2099300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2099400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2099400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2099900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2099900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2100000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2100000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2100000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2100000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2100100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2100100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2100100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2100100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2345900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2345900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -131271,44 +134847,30 @@ private void InitAdapter() { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2347700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2347700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2648000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2648000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2648100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2648100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2648200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2648200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2648700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2648700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2648800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2648800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2648900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2648900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2649400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2649400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2649400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2649400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2649500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2649500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2649500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2649500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2649600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2649600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2649600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2649600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2650100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2650100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2650200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2650200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2650300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2650300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2650800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2650800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2650900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2650900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2651000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2651000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2651500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2651500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2651600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2651600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2651700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2651700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2652200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2652200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2652200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2652200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2652300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2652300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2652300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2652300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2652400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2652400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2652400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2652400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2955900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2955900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -131327,44 +134889,30 @@ private void InitAdapter() { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2957700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2957700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3255900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3255900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3255900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3255900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3256000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3256000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3256000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3256000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3256100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3256100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3256100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3256100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3257700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3257700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3257700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3257700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3257800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3257800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3257800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3257800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3257900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3257900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3257900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3257900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3259500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3259500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3259500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3259500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3259600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3259600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3259600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3259600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3259700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3259700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3259700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3259700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3261300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3261300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3261300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3261300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3261400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3261400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3261400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3261400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3261500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3261500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3261500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3261500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3263100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3263100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3263100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3263100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3263200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3263200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3263200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3263200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3263300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3263300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3263300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3263300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3264900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3264900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3264900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3264900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3265000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3265000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3265000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3265000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3265100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3265100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3265100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3265100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3266700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3266700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3266700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3266700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3266800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3266800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3266800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3266800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3266900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3266900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3266900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3266900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3268500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3268500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -131377,78 +134925,46 @@ private void InitAdapter() { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3557600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3557600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3771800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3771800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3771800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3771800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3771900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3771900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3771900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3771900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3772000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3772000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3772100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3772100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3772200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3772200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3772300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3772300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3772400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3772400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3773900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3773900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3774300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3774300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3774400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3774400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3774500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3774500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3776000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3776000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3776100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3776100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3776200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3776200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3776300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3776300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3776400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3776400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3776500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3776500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3776600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3776600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3778100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3778100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3778200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3778200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3778300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3778300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3778400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3778400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3778500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3778500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3778600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3778600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3778700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3778700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3780200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3780200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3780300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3780300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3780400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3780400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3780500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3780500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3780600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3780600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3780700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3780700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3780800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3780800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3782300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3782300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3782400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3782400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3782500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3782500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3782600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -131457,8 +134973,6 @@ private void InitAdapter() { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3782900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3784400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3784400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3784500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3784500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3784600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3784600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3784700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -131471,78 +134985,46 @@ private void InitAdapter() { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3788004", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3788004", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4276800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4276800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4276800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4276800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4276900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4276900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4276900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4276900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4277000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4277000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4277100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4277100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4277101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4277101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4277200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4277200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4277201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4277201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4277700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4277700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4277800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4277800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4277900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4277900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4278000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4278000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4278001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4278001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4278100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4278100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4278101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4278101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4278600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4278600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4278700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4278700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4278800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4278800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4278900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4278900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4278901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4278901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4280400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4280400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4280500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4280500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4280600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4280600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4280700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4280700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4280701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4280701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4280800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4280800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4280801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4280801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4281300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4281300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4281400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4281400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4281500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4281500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4281600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -131551,8 +135033,6 @@ private void InitAdapter() { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4281601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4282100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4282100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4282200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4282200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4282300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4282300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4282400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -131569,88 +135049,56 @@ private void InitAdapter() { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4283600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4283600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4827600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4827600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4827700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4827700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4827800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4827800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4827900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4827900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4827901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4827901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4828000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4828000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4828001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4828001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4828100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4828100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4830600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4830600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4830700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4830700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4830800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4830800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4830900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4830900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4830901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4830901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4831000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4831000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4831001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4831001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4831100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4831100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4833600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4833600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4833700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4833700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4833800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4833800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4833900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4833900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4833901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4833901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4834000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4834000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4834001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4834001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4834100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4834100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4836600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4836600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4836700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4836700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4836800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4836800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4836900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4836900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4836901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4836901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4837000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4837000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4837001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4837001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4837100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4837100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4839700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4839700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4839800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4839800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4839900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4839900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4839901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4839901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4840000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4840000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4840001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4840001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4840100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4840100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4842500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4842500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4842600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4842600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4842700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4842700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4842800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -131661,8 +135109,6 @@ private void InitAdapter() { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4842900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4844800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4844800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4844800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4844800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4844900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4844900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4844900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4844900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4845000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4845000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4845000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4845000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4845100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4845100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -131673,96 +135119,62 @@ private void InitAdapter() { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4845200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4845200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4847100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4847100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4847200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4847200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4847300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4847300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4847400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4847400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5498000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5498000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5498200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5498200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5498300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5498300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5498301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5498301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5498400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5498400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5498401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5498401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5498500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5498500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5501000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5501000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5501100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5501100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5501200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5501200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5501300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5501300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5501301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5501301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5501400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5501400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5501401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5501401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5501500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5501500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5504000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5504000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5504100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5504100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5504200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5504200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5504300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5504300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5504301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5504301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5504400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5504400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5504401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5504401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5504500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5504500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5507000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5507000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5507100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5507100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5507200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5507200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5507300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5507300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5507301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5507301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5507400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5507400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5507401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5507401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5507500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5507500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5510000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5510000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5510100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5510100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5510200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5510200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5510300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5510300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5510301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5510301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5510400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5510400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5510401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5510401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5510500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5510500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5513000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5513000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5513100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5513100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5513200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5513200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5513300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -131773,8 +135185,6 @@ private void InitAdapter() { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5513400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5515300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5515300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5515400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5515400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5515500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5515500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5515600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -131785,16 +135195,12 @@ private void InitAdapter() { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5515700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5517600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5517600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5517700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5517700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5517800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5517800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5517900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5517900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5519800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5519800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5519800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5519800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5519900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5519900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5519900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5519900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5520000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5520000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5520000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5520000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5520100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5520100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -131823,26 +135229,6 @@ private void InitAdapter() { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6219200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6219300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6219300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6219500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6219500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6219600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6219600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6219700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6219700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6219800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6219800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6219900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6219900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6220000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6220000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6220100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6220100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6220200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6220200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6220300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6220300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6220400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6220400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6220600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6220600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6220700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -131903,30 +135289,6 @@ private void InitAdapter() { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6222600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6222601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6222601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6222800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6222800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6222801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6222801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6222900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6222900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6222901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6222901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -131987,26 +135349,6 @@ private void InitAdapter() { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6773300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6773400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6773400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6773500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6773500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6773600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6773600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6773700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6773700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6773800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6773800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6774300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6774300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6774400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6774400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6774500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6774500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6774600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -132059,30 +135401,6 @@ private void InitAdapter() { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6777000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6777000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -132143,26 +135461,6 @@ private void InitAdapter() { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7417700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7417700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7417800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7417800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7417800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7417800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7417900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7417900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7417900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7417900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7419000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7419000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -132215,34 +135513,6 @@ private void InitAdapter() { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7420601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7420700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7420701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7420800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7420801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7420900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7420901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -132303,26 +135573,6 @@ private void InitAdapter() { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8115800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8115800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8115900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8115900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8115900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8115900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8117000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8117000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8117000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8117000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8117100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8117100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -132383,30 +135633,6 @@ private void InitAdapter() { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8118900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8118900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8118901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8118901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8118901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8118901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -132515,28 +135741,6 @@ private void InitAdapter() { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0347700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0347700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0347800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0347800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0347800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0347800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0347900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0347900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0347900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0347900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0349000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0349000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0349000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0349000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0349100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0349100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -132599,38 +135803,6 @@ private void InitAdapter() { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0352000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0352000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -132709,28 +135881,6 @@ private void InitAdapter() { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1498000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1498000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1498200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1498200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1498300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1498300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1498400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1498400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1498500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -132793,30 +135943,6 @@ private void InitAdapter() { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1501000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1501000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1501001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1501001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1501100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1501100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1501200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -132893,26 +136019,6 @@ private void InitAdapter() { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2544000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2544000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2544100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2544100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2544200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2544200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2544300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -132969,34 +136075,6 @@ private void InitAdapter() { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -133031,6 +136109,106 @@ private void InitAdapter() { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2763900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2764000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2764000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3527500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3527500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3527600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3527600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3527700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3527700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3527800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3527800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3527900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3527900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3528000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3528000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3528100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3528100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3528200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3528200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3528300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3528300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3528400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3528400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3530500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3530500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3530600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3530600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3530700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3530700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3530800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3530800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3530900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3530900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3533200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3533200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3533300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3533300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3533400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3533400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3533500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3533500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3533600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3533600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3533700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3533700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3533800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3533800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3533900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3533900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3534000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3534000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3534000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3534000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3534100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3534100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3534100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3534100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3729600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3729600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3729700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -133043,471 +136221,497 @@ private void InitAdapter() { this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3730000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3730100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3730100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4496200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4496200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4496300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4496300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4496400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4496400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4496500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4496500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4496600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4496600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4496700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4496700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4496800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4496800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4496900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4496900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4497000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4497000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4497000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4497000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4497100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4497100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4497100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4497100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4500700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4500700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4500700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4500700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4500800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4500800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4500800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4500800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4500900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4500900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4500900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4500900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4501000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4501000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4501100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4501100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4501200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4501200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4501300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4501300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4501400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4501400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4501500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4501500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4501600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4501600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4501700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4501700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4501701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4501701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4501800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4501800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4501801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4501801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4501900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4501900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4501901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4501901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4504900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4504900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4505000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4505000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4505100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4505100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4505200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4505200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4505300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4505300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4505400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4505400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4505500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4505500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4505600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4505600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4505700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4505700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4505800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4505800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4703500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4703500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4703600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4703600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4703700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4703700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4703800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4703800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4703900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4703900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4704000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4704000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4704000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4704000", 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 [Extract].[tblGen2FatherFromGen1] ([R0000100], [R0214800], [R1373300]" + - ", [R1373400], [R1373500], [R1374000], [R1374100], [R1374200], [R1374700], [R1374" + - "800], [R1374900], [R1375400], [R1375500], [R1375600], [R1376100], [R1376200], [R" + - "1376300], [R1376800], [R1376900], [R1377000], [R1377500], [R1377600], [R1377700]" + - ", [R1753700], [R1753800], [R1753900], [R1754400], [R1754500], [R1754600], [R1755" + - "100], [R1755200], [R1755300], [R1755800], [R1755900], [R1756000], [R1756500], [R" + - "1756600], [R1756700], [R1757200], [R1757300], [R1757400], [R1757900], [R1758000]" + - ", [R1758100], [R2095700], [R2095800], [R2095900], [R2096400], [R2096500], [R2096" + - "600], [R2097100], [R2097200], [R2097300], [R2097800], [R2097900], [R2098000], [R" + - "2098500], [R2098600], [R2098700], [R2099200], [R2099300], [R2099400], [R2099900]" + - ", [R2100000], [R2100100], [R2345900], [R2346200], [R2346500], [R2346800], [R2347" + - "100], [R2347400], [R2347700], [R2648000], [R2648100], [R2648200], [R2648700], [R" + - "2648800], [R2648900], [R2649400], [R2649500], [R2649600], [R2650100], [R2650200]" + - ", [R2650300], [R2650800], [R2650900], [R2651000], [R2651500], [R2651600], [R2651" + - "700], [R2652200], [R2652300], [R2652400], [R2955900], [R2956200], [R2956500], [R" + - "2956800], [R2957100], [R2957400], [R2957700], [R3255900], [R3256000], [R3256100]" + - ", [R3257700], [R3257800], [R3257900], [R3259500], [R3259600], [R3259700], [R3261" + - "300], [R3261400], [R3261500], [R3263100], [R3263200], [R3263300], [R3264900], [R" + - "3265000], [R3265100], [R3266700], [R3266800], [R3266900], [R3268500], [R3556400]" + - ", [R3557000], [R3557600], [R3771800], [R3771900], [R3772000], [R3772100], [R3772" + - "200], [R3772300], [R3772400], [R3773900], [R3774000], [R3774100], [R3774200], [R" + - "3774300], [R3774400], [R3774500], [R3776000], [R3776100], [R3776200], [R3776300]" + - ", [R3776400], [R3776500], [R3776600], [R3778100], [R3778200], [R3778300], [R3778" + - "400], [R3778500], [R3778600], [R3778700], [R3780200], [R3780300], [R3780400], [R" + - "3780500], [R3780600], [R3780700], [R3780800], [R3782300], [R3782400], [R3782500]" + - ", [R3782600], [R3782900], [R3784400], [R3784500], [R3784600], [R3784700], [R3785" + - "000], [R3786500], [R3788004], [R4276800], [R4276900], [R4277000], [R4277100], [R" + - "4277101], [R4277200], [R4277201], [R4277700], [R4277800], [R4277900], [R4278000]" + - ", [R4278001], [R4278100], [R4278101], [R4278600], [R4278700], [R4278800], [R4278" + - "900], [R4278901], [R4279000], [R4279001], [R4279500], [R4279600], [R4279700], [R" + - "4279800], [R4279801], [R4279900], [R4279901], [R4280400], [R4280500], [R4280600]" + - ", [R4280700], [R4280701], [R4280800], [R4280801], [R4281300], [R4281400], [R4281" + - "500], [R4281600], [R4281601], [R4282100], [R4282200], [R4282300], [R4282400], [R" + - "4282401], [R4282900], [R4283000], [R4283100], [R4283600], [R4827600], [R4827700]" + - ", [R4827800], [R4827900], [R4827901], [R4828000], [R4828001], [R4828100], [R4830" + - "600], [R4830700], [R4830800], [R4830900], [R4830901], [R4831000], [R4831001], [R" + - "4831100], [R4833600], [R4833700], [R4833800], [R4833900], [R4833901], [R4834000]" + - ", [R4834001], [R4834100], [R4836600], [R4836700], [R4836800], [R4836900], [R4836" + - "901], [R4837000], [R4837001], [R4837100], [R4839600], [R4839700], [R4839800], [R" + - "4839900], [R4839901], [R4840000], [R4840001], [R4840100], [R4842500], [R4842600]" + - ", [R4842700], [R4842800], [R4842801], [R4842900], [R4844800], [R4844900], [R4845" + - "000], [R4845100], [R4845101], [R4845200], [R4847100], [R4847200], [R4847300], [R" + - "4847400], [R5498000], [R5498100], [R5498200], [R5498300], [R5498301], [R5498400]" + - ", [R5498401], [R5498500], [R5501000], [R5501100], [R5501200], [R5501300], [R5501" + - "301], [R5501400], [R5501401], [R5501500], [R5504000], [R5504100], [R5504200], [R" + - "5504300], [R5504301], [R5504400], [R5504401], [R5504500], [R5507000], [R5507100]" + - ", [R5507200], [R5507300], [R5507301], [R5507400], [R5507401], [R5507500], [R5510" + - "000], [R5510100], [R5510200], [R5510300], [R5510301], [R5510400], [R5510401], [R" + - "5510500], [R5513000], [R5513100], [R5513200], [R5513300], [R5513301], [R5513400]" + - ", [R5515300], [R5515400], [R5515500], [R5515600], [R5515601], [R5515700], [R5517" + - "600], [R5517700], [R5517800], [R5517900], [R5519800], [R5519900], [R5520000], [R" + - "5520100], [R5520101], [R5520200], [R6218400], [R6218500], [R6218600], [R6218700]" + - ", [R6218800], [R6218900], [R6219000], [R6219100], [R6219200], [R6219300], [R6219" + - "500], [R6219600], [R6219700], [R6219800], [R6219900], [R6220000], [R6220100], [R" + - "6220200], [R6220300], [R6220400], [R6220600], [R6220700], [R6220800], [R6220900]" + - ", [R6221000], [R6221100], [R6221200], [R6221300], [R6221400], [R6221500], [R6221" + - "700], [R6221701], [R6221800], [R6221801], [R6221900], [R6221901], [R6222000], [R" + - "6222001], [R6222100], [R6222101], [R6222200], [R6222201], [R6222300], [R6222301]" + - ", [R6222400], [R6222401], [R6222500], [R6222501], [R6222600], [R6222601], [R6222" + - "800], [R6222801], [R6222900], [R6222901], [R6223000], [R6223001], [R6223100], [R" + - "6223101], [R6223200], [R6223201], [R6223300], [R6223301], [R6223400], [R6223500]" + - ", [R6223600], [R6223700], [R6223800], [R6223900], [R6224000], [R6224100], [R6224" + - "200], [R6224300], [R6770600], [R6771600], [R6771700], [R6771800], [R6771900], [R" + - "6772000], [R6772100], [R6772200], [R6772300], [R6772400], [R6772500], [R6772600]" + - ", [R6772700], [R6772800], [R6772900], [R6773000], [R6773100], [R6773200], [R6773" + - "300], [R6773400], [R6773500], [R6773600], [R6773700], [R6773800], [R6773900], [R" + - "6774000], [R6774100], [R6774200], [R6774300], [R6774400], [R6774500], [R6774600]" + - ", [R6774700], [R6774800], [R6774900], [R6775000], [R6775100], [R6775200], [R6775" + - "300], [R6775400], [R6775500], [R6775501], [R6775600], [R6775601], [R6775700], [R" + - "6775701], [R6775800], [R6775801], [R6775900], [R6775901], [R6776000], [R6776001]" + - ", [R6776100], [R6776101], [R6776200], [R6776201], [R6776300], [R6776301], [R6776" + - "400], [R6776401], [R6776500], [R6776501], [R6776600], [R6776601], [R6776700], [R" + - "6776701], [R6776800], [R6776801], [R6776900], [R6777000], [R6777100], [R6777200]" + - ", [R6777300], [R6777400], [R6777500], [R6777600], [R6777700], [R6777800], [R7415" + - "900], [R7416000], [R7416100], [R7416200], [R7416300], [R7416400], [R7416500], [R" + - "7416600], [R7416700], [R7416800], [R7416900], [R7417000], [R7417100], [R7417200]" + - ", [R7417300], [R7417400], [R7417500], [R7417600], [R7417700], [R7417800], [R7417" + - "900], [R7418000], [R7418100], [R7418200], [R7418300], [R7418400], [R7418500], [R" + - "7418600], [R7418700], [R7418800], [R7418900], [R7419000], [R7419100], [R7419200]" + - ", [R7419300], [R7419400], [R7419500], [R7419600], [R7419700], [R7419800], [R7419" + - "900], [R7419901], [R7420000], [R7420001], [R7420100], [R7420101], [R7420200], [R" + - "7420201], [R7420300], [R7420301], [R7420400], [R7420401], [R7420500], [R7420501]" + - ", [R7420600], [R7420601], [R7420700], [R7420701], [R7420800], [R7420801], [R7420" + - "900], [R7420901], [R7421000], [R7421001], [R7421100], [R7421101], [R7421200], [R" + - "7421201], [R7421300], [R7421301], [R7421400], [R7421500], [R7421600], [R7421700]" + - ", [R7421800], [R7421900], [R7422000], [R7422100], [R7422200], [R7422300], [R8114" + - "000], [R8114100], [R8114200], [R8114300], [R8114400], [R8114500], [R8114600], [R" + - "8114700], [R8114800], [R8114900], [R8115000], [R8115100], [R8115200], [R8115300]" + - ", [R8115400], [R8115500], [R8115600], [R8115700], [R8115800], [R8115900], [R8116" + - "000], [R8116100], [R8116200], [R8116300], [R8116400], [R8116500], [R8116600], [R" + - "8116700], [R8116800], [R8116900], [R8117000], [R8117100], [R8117200], [R8117300]" + - ", [R8117400], [R8117500], [R8117600], [R8117700], [R8117800], [R8117900], [R8118" + - "000], [R8118001], [R8118100], [R8118101], [R8118200], [R8118201], [R8118300], [R" + - "8118301], [R8118400], [R8118401], [R8118500], [R8118501], [R8118600], [R8118601]" + - ", [R8118700], [R8118701], [R8118800], [R8118801], [R8118900], [R8118901], [R8119" + - "000], [R8119001], [R8119100], [R8119101], [R8119200], [R8119201], [R8119300], [R" + - "8119301], [R8119400], [R8119401], [R8119500], [R8119501], [R8119600], [R8119700]" + - ", [R8119800], [R8119900], [R8120000], [R8120100], [R8120200], [R8120300], [R8120" + - "400], [R8120500], [R8135300], [R8135400], [R8135500], [R8135600], [R8135700], [R" + - "8135800], [R8135900], [R9900600], [R9900601], [R9901400], [R9901401], [R9902200]" + - ", [R9902201], [R9903000], [R9903001], [R9903800], [R9903801], [R9904600], [R9904" + - "601], [R9905400], [R9905401], [R9911200], [R9911201], [T0345800], [T0345900], [T" + - "0346000], [T0346100], [T0346200], [T0346300], [T0346400], [T0346500], [T0346600]" + - ", [T0346700], [T0346800], [T0346900], [T0347000], [T0347100], [T0347200], [T0347" + - "300], [T0347400], [T0347500], [T0347600], [T0347700], [T0347800], [T0347900], [T" + - "0348000], [T0348100], [T0348200], [T0348300], [T0348400], [T0348500], [T0348600]" + - ", [T0348700], [T0348800], [T0348900], [T0349000], [T0349100], [T0349200], [T0349" + - "300], [T0349400], [T0349500], [T0349600], [T0349700], [T0349800], [T0349900], [T" + - "0350000], [T0350100], [T0350101], [T0350200], [T0350201], [T0350300], [T0350301]" + - ", [T0350400], [T0350401], [T0350500], [T0350501], [T0350600], [T0350601], [T0350" + - "700], [T0350701], [T0350800], [T0350801], [T0350900], [T0350901], [T0351000], [T" + - "0351001], [T0351100], [T0351101], [T0351200], [T0351201], [T0351300], [T0351301]" + - ", [T0351400], [T0351401], [T0351500], [T0351501], [T0351600], [T0351601], [T0351" + - "700], [T0351701], [T0351800], [T0351801], [T0351900], [T0352000], [T0352100], [T" + - "0352200], [T0352300], [T0352400], [T0352500], [T0352600], [T0352700], [T0352800]" + - ", [T0352900], [T0597800], [T0597900], [T0598000], [T0598100], [T0598200], [T0598" + - "300], [T0598400], [T1495200], [T1495300], [T1495400], [T1495500], [T1495600], [T" + - "1495700], [T1495800], [T1495900], [T1496000], [T1496100], [T1496200], [T1496300]" + - ", [T1496400], [T1496500], [T1496600], [T1496700], [T1496800], [T1496900], [T1497" + - "000], [T1497100], [T1497200], [T1497300], [T1497400], [T1497500], [T1497600], [T" + - "1497700], [T1497800], [T1497900], [T1498000], [T1498100], [T1498200], [T1498300]" + - ", [T1498400], [T1498500], [T1498600], [T1498700], [T1498800], [T1498900], [T1499" + - "000], [T1499100], [T1499200], [T1499300], [T1499400], [T1499500], [T1499501], [T" + - "1499600], [T1499601], [T1499700], [T1499701], [T1499800], [T1499801], [T1499900]" + - ", [T1499901], [T1500000], [T1500001], [T1500100], [T1500101], [T1500200], [T1500" + - "201], [T1500300], [T1500301], [T1500400], [T1500401], [T1500500], [T1500501], [T" + - "1500600], [T1500601], [T1500700], [T1500701], [T1500800], [T1500801], [T1500900]" + - ", [T1500901], [T1501000], [T1501001], [T1501100], [T1501200], [T1501300], [T1501" + - "400], [T1501500], [T1501600], [T1501700], [T1501800], [T1501900], [T1502000], [T" + - "1502100], [T1765100], [T1765200], [T1765300], [T1765400], [T1765500], [T1765600]" + - ", [T1765700], [T2541200], [T2541300], [T2541400], [T2541500], [T2541600], [T2541" + - "700], [T2541800], [T2541900], [T2542000], [T2542100], [T2542200], [T2542300], [T" + - "2542400], [T2542500], [T2542600], [T2542700], [T2542800], [T2542900], [T2543000]" + - ", [T2543100], [T2543200], [T2543300], [T2543400], [T2543500], [T2543600], [T2543" + - "700], [T2543800], [T2543900], [T2544000], [T2544100], [T2544200], [T2544300], [T" + - "2544400], [T2544500], [T2544600], [T2544700], [T2544800], [T2544900], [T2545000]" + - ", [T2545100], [T2545200], [T2545201], [T2545300], [T2545301], [T2545400], [T2545" + - "401], [T2545500], [T2545501], [T2545600], [T2545601], [T2545700], [T2545701], [T" + - "2545800], [T2545801], [T2545900], [T2545901], [T2546000], [T2546001], [T2546100]" + - ", [T2546101], [T2546200], [T2546201], [T2546300], [T2546301], [T2546400], [T2546" + - "401], [T2546500], [T2546501], [T2546600], [T2546601], [T2546700], [T2546701], [T" + - "2546800], [T2546900], [T2547000], [T2547100], [T2547200], [T2547300], [T2547400]" + - ", [T2547500], [T2547600], [T2547700], [T2763400], [T2763500], [T2763600], [T2763" + - "700], [T2763800], [T2763900], [T2764000], [T3729600], [T3729700], [T3729800], [T" + - "3729900], [T3730000], [T3730100]) VALUES (@R0000100, @R0214800, @R1373300, @R137" + - "3400, @R1373500, @R1374000, @R1374100, @R1374200, @R1374700, @R1374800, @R137490" + - "0, @R1375400, @R1375500, @R1375600, @R1376100, @R1376200, @R1376300, @R1376800, " + - "@R1376900, @R1377000, @R1377500, @R1377600, @R1377700, @R1753700, @R1753800, @R1" + - "753900, @R1754400, @R1754500, @R1754600, @R1755100, @R1755200, @R1755300, @R1755" + - "800, @R1755900, @R1756000, @R1756500, @R1756600, @R1756700, @R1757200, @R1757300" + - ", @R1757400, @R1757900, @R1758000, @R1758100, @R2095700, @R2095800, @R2095900, @" + - "R2096400, @R2096500, @R2096600, @R2097100, @R2097200, @R2097300, @R2097800, @R20" + - "97900, @R2098000, @R2098500, @R2098600, @R2098700, @R2099200, @R2099300, @R20994" + - "00, @R2099900, @R2100000, @R2100100, @R2345900, @R2346200, @R2346500, @R2346800," + - " @R2347100, @R2347400, @R2347700, @R2648000, @R2648100, @R2648200, @R2648700, @R" + - "2648800, @R2648900, @R2649400, @R2649500, @R2649600, @R2650100, @R2650200, @R265" + - "0300, @R2650800, @R2650900, @R2651000, @R2651500, @R2651600, @R2651700, @R265220" + - "0, @R2652300, @R2652400, @R2955900, @R2956200, @R2956500, @R2956800, @R2957100, " + - "@R2957400, @R2957700, @R3255900, @R3256000, @R3256100, @R3257700, @R3257800, @R3" + - "257900, @R3259500, @R3259600, @R3259700, @R3261300, @R3261400, @R3261500, @R3263" + - "100, @R3263200, @R3263300, @R3264900, @R3265000, @R3265100, @R3266700, @R3266800" + - ", @R3266900, @R3268500, @R3556400, @R3557000, @R3557600, @R3771800, @R3771900, @" + - "R3772000, @R3772100, @R3772200, @R3772300, @R3772400, @R3773900, @R3774000, @R37" + - "74100, @R3774200, @R3774300, @R3774400, @R3774500, @R3776000, @R3776100, @R37762" + - "00, @R3776300, @R3776400, @R3776500, @R3776600, @R3778100, @R3778200, @R3778300," + - " @R3778400, @R3778500, @R3778600, @R3778700, @R3780200, @R3780300, @R3780400, @R" + - "3780500, @R3780600, @R3780700, @R3780800, @R3782300, @R3782400, @R3782500, @R378" + - "2600, @R3782900, @R3784400, @R3784500, @R3784600, @R3784700, @R3785000, @R378650" + - "0, @R3788004, @R4276800, @R4276900, @R4277000, @R4277100, @R4277101, @R4277200, " + - "@R4277201, @R4277700, @R4277800, @R4277900, @R4278000, @R4278001, @R4278100, @R4" + - "278101, @R4278600, @R4278700, @R4278800, @R4278900, @R4278901, @R4279000, @R4279" + - "001, @R4279500, @R4279600, @R4279700, @R4279800, @R4279801, @R4279900, @R4279901" + - ", @R4280400, @R4280500, @R4280600, @R4280700, @R4280701, @R4280800, @R4280801, @" + - "R4281300, @R4281400, @R4281500, @R4281600, @R4281601, @R4282100, @R4282200, @R42" + - "82300, @R4282400, @R4282401, @R4282900, @R4283000, @R4283100, @R4283600, @R48276" + - "00, @R4827700, @R4827800, @R4827900, @R4827901, @R4828000, @R4828001, @R4828100," + - " @R4830600, @R4830700, @R4830800, @R4830900, @R4830901, @R4831000, @R4831001, @R" + - "4831100, @R4833600, @R4833700, @R4833800, @R4833900, @R4833901, @R4834000, @R483" + - "4001, @R4834100, @R4836600, @R4836700, @R4836800, @R4836900, @R4836901, @R483700" + - "0, @R4837001, @R4837100, @R4839600, @R4839700, @R4839800, @R4839900, @R4839901, " + - "@R4840000, @R4840001, @R4840100, @R4842500, @R4842600, @R4842700, @R4842800, @R4" + - "842801, @R4842900, @R4844800, @R4844900, @R4845000, @R4845100, @R4845101, @R4845" + - "200, @R4847100, @R4847200, @R4847300, @R4847400, @R5498000, @R5498100, @R5498200" + - ", @R5498300, @R5498301, @R5498400, @R5498401, @R5498500, @R5501000, @R5501100, @" + - "R5501200, @R5501300, @R5501301, @R5501400, @R5501401, @R5501500, @R5504000, @R55" + - "04100, @R5504200, @R5504300, @R5504301, @R5504400, @R5504401, @R5504500, @R55070" + - "00, @R5507100, @R5507200, @R5507300, @R5507301, @R5507400, @R5507401, @R5507500," + - " @R5510000, @R5510100, @R5510200, @R5510300, @R5510301, @R5510400, @R5510401, @R" + - "5510500, @R5513000, @R5513100, @R5513200, @R5513300, @R5513301, @R5513400, @R551" + - "5300, @R5515400, @R5515500, @R5515600, @R5515601, @R5515700, @R5517600, @R551770" + - "0, @R5517800, @R5517900, @R5519800, @R5519900, @R5520000, @R5520100, @R5520101, " + - "@R5520200, @R6218400, @R6218500, @R6218600, @R6218700, @R6218800, @R6218900, @R6" + - "219000, @R6219100, @R6219200, @R6219300, @R6219500, @R6219600, @R6219700, @R6219" + - "800, @R6219900, @R6220000, @R6220100, @R6220200, @R6220300, @R6220400, @R6220600" + - ", @R6220700, @R6220800, @R6220900, @R6221000, @R6221100, @R6221200, @R6221300, @" + - "R6221400, @R6221500, @R6221700, @R6221701, @R6221800, @R6221801, @R6221900, @R62" + - "21901, @R6222000, @R6222001, @R6222100, @R6222101, @R6222200, @R6222201, @R62223" + - "00, @R6222301, @R6222400, @R6222401, @R6222500, @R6222501, @R6222600, @R6222601," + - " @R6222800, @R6222801, @R6222900, @R6222901, @R6223000, @R6223001, @R6223100, @R" + - "6223101, @R6223200, @R6223201, @R6223300, @R6223301, @R6223400, @R6223500, @R622" + - "3600, @R6223700, @R6223800, @R6223900, @R6224000, @R6224100, @R6224200, @R622430" + - "0, @R6770600, @R6771600, @R6771700, @R6771800, @R6771900, @R6772000, @R6772100, " + - "@R6772200, @R6772300, @R6772400, @R6772500, @R6772600, @R6772700, @R6772800, @R6" + - "772900, @R6773000, @R6773100, @R6773200, @R6773300, @R6773400, @R6773500, @R6773" + - "600, @R6773700, @R6773800, @R6773900, @R6774000, @R6774100, @R6774200, @R6774300" + - ", @R6774400, @R6774500, @R6774600, @R6774700, @R6774800, @R6774900, @R6775000, @" + + this._adapter.InsertCommand.CommandText = "INSERT INTO [Extract].[tblGen2FatherFromGen1] ([R0000100], [R0173600], [R0214700]" + + ", [R0214800], [R1373300], [R1373500], [R1374000], [R1374200], [R1374700], [R1374" + + "900], [R1375400], [R1375600], [R1376100], [R1376300], [R1376800], [R1377000], [R" + + "1377500], [R1377700], [R1753700], [R1753900], [R1754400], [R1754600], [R1755100]" + + ", [R1755300], [R1755800], [R1756000], [R1756500], [R1756700], [R1757200], [R1757" + + "400], [R1757900], [R1758100], [R2095700], [R2095900], [R2096400], [R2096600], [R" + + "2097100], [R2097300], [R2097800], [R2098000], [R2098500], [R2098700], [R2099200]" + + ", [R2099400], [R2099900], [R2100100], [R2345900], [R2346200], [R2346500], [R2346" + + "800], [R2347100], [R2347400], [R2347700], [R2648000], [R2648200], [R2648700], [R" + + "2648900], [R2649400], [R2649600], [R2650100], [R2650300], [R2650800], [R2651000]" + + ", [R2651500], [R2651700], [R2652200], [R2652400], [R2955900], [R2956200], [R2956" + + "500], [R2956800], [R2957100], [R2957400], [R2957700], [R3255900], [R3256100], [R" + + "3257700], [R3257900], [R3259500], [R3259700], [R3261300], [R3261500], [R3263100]" + + ", [R3263300], [R3264900], [R3265100], [R3266700], [R3266900], [R3268500], [R3556" + + "400], [R3557000], [R3557600], [R3771800], [R3772000], [R3772100], [R3772400], [R" + + "3773900], [R3774100], [R3774200], [R3774500], [R3776000], [R3776200], [R3776300]" + + ", [R3776600], [R3778100], [R3778300], [R3778400], [R3778700], [R3780200], [R3780" + + "400], [R3780500], [R3780800], [R3782300], [R3782500], [R3782600], [R3782900], [R" + + "3784400], [R3784600], [R3784700], [R3785000], [R3786500], [R3788004], [R4276800]" + + ", [R4277000], [R4277100], [R4277101], [R4277700], [R4277900], [R4278000], [R4278" + + "001], [R4278600], [R4278800], [R4278900], [R4278901], [R4279500], [R4279700], [R" + + "4279800], [R4279801], [R4280400], [R4280600], [R4280700], [R4280701], [R4281300]" + + ", [R4281500], [R4281600], [R4281601], [R4282100], [R4282300], [R4282400], [R4282" + + "401], [R4282900], [R4283000], [R4283100], [R4283600], [R4827600], [R4827800], [R" + + "4827900], [R4827901], [R4828100], [R4830600], [R4830800], [R4830900], [R4830901]" + + ", [R4831100], [R4833600], [R4833800], [R4833900], [R4833901], [R4834100], [R4836" + + "600], [R4836800], [R4836900], [R4836901], [R4837100], [R4839600], [R4839800], [R" + + "4839900], [R4839901], [R4840100], [R4842500], [R4842700], [R4842800], [R4842801]" + + ", [R4842900], [R4844800], [R4845000], [R4845100], [R4845101], [R4845200], [R4847" + + "100], [R4847300], [R4847400], [R5498000], [R5498200], [R5498300], [R5498301], [R" + + "5498500], [R5501000], [R5501200], [R5501300], [R5501301], [R5501500], [R5504000]" + + ", [R5504200], [R5504300], [R5504301], [R5504500], [R5507000], [R5507200], [R5507" + + "300], [R5507301], [R5507500], [R5510000], [R5510200], [R5510300], [R5510301], [R" + + "5510500], [R5513000], [R5513200], [R5513300], [R5513301], [R5513400], [R5515300]" + + ", [R5515500], [R5515600], [R5515601], [R5515700], [R5517600], [R5517800], [R5517" + + "900], [R5519800], [R5520000], [R5520100], [R5520101], [R5520200], [R6218400], [R" + + "6218500], [R6218600], [R6218700], [R6218800], [R6218900], [R6219000], [R6219100]" + + ", [R6219200], [R6219300], [R6220600], [R6220700], [R6220800], [R6220900], [R6221" + + "000], [R6221100], [R6221200], [R6221300], [R6221400], [R6221500], [R6221700], [R" + + "6221701], [R6221800], [R6221801], [R6221900], [R6221901], [R6222000], [R6222001]" + + ", [R6222100], [R6222101], [R6222200], [R6222201], [R6222300], [R6222301], [R6222" + + "400], [R6222401], [R6222500], [R6222501], [R6222600], [R6222601], [R6223400], [R" + + "6223500], [R6223600], [R6223700], [R6223800], [R6223900], [R6224000], [R6224100]" + + ", [R6224200], [R6224300], [R6770600], [R6771600], [R6771700], [R6771800], [R6771" + + "900], [R6772000], [R6772100], [R6772200], [R6772300], [R6772400], [R6772500], [R" + + "6772600], [R6772700], [R6772800], [R6772900], [R6773000], [R6773100], [R6773200]" + + ", [R6773300], [R6773400], [R6774500], [R6774600], [R6774700], [R6774800], [R6774" + + "900], [R6775000], [R6775100], [R6775200], [R6775300], [R6775400], [R6775500], [R" + + "6775501], [R6775600], [R6775601], [R6775700], [R6775701], [R6775800], [R6775801]" + + ", [R6775900], [R6775901], [R6776000], [R6776001], [R6776100], [R6776101], [R6776" + + "200], [R6776201], [R6776900], [R6777000], [R6777100], [R6777200], [R6777300], [R" + + "6777400], [R6777500], [R6777600], [R6777700], [R6777800], [R7415900], [R7416000]" + + ", [R7416100], [R7416200], [R7416300], [R7416400], [R7416500], [R7416600], [R7416" + + "700], [R7416800], [R7416900], [R7417000], [R7417100], [R7417200], [R7417300], [R" + + "7417400], [R7417500], [R7417600], [R7417700], [R7417800], [R7418900], [R7419000]" + + ", [R7419100], [R7419200], [R7419300], [R7419400], [R7419500], [R7419600], [R7419" + + "700], [R7419800], [R7419900], [R7419901], [R7420000], [R7420001], [R7420100], [R" + + "7420101], [R7420200], [R7420201], [R7420300], [R7420301], [R7420400], [R7420401]" + + ", [R7420500], [R7420501], [R7420600], [R7420601], [R7421400], [R7421500], [R7421" + + "600], [R7421700], [R7421800], [R7421900], [R7422000], [R7422100], [R7422200], [R" + + "7422300], [R8114000], [R8114100], [R8114200], [R8114300], [R8114400], [R8114500]" + + ", [R8114600], [R8114700], [R8114800], [R8114900], [R8115000], [R8115100], [R8115" + + "200], [R8115300], [R8115400], [R8115500], [R8115600], [R8115700], [R8115800], [R" + + "8115900], [R8117000], [R8117100], [R8117200], [R8117300], [R8117400], [R8117500]" + + ", [R8117600], [R8117700], [R8117800], [R8117900], [R8118000], [R8118001], [R8118" + + "100], [R8118101], [R8118200], [R8118201], [R8118300], [R8118301], [R8118400], [R" + + "8118401], [R8118500], [R8118501], [R8118600], [R8118601], [R8118700], [R8118701]" + + ", [R8118800], [R8118801], [R8118900], [R8118901], [R8119600], [R8119700], [R8119" + + "800], [R8119900], [R8120000], [R8120100], [R8120200], [R8120300], [R8120400], [R" + + "8120500], [R8135300], [R8135400], [R8135500], [R8135600], [R8135700], [R8135800]" + + ", [R8135900], [R9900600], [R9900601], [R9901400], [R9901401], [R9902200], [R9902" + + "201], [R9903000], [R9903001], [R9903800], [R9903801], [R9904600], [R9904601], [R" + + "9905400], [R9905401], [R9911200], [R9911201], [T0345800], [T0345900], [T0346000]" + + ", [T0346100], [T0346200], [T0346300], [T0346400], [T0346500], [T0346600], [T0346" + + "700], [T0346800], [T0346900], [T0347000], [T0347100], [T0347200], [T0347300], [T" + + "0347400], [T0347500], [T0347600], [T0347700], [T0347800], [T0349000], [T0349100]" + + ", [T0349200], [T0349300], [T0349400], [T0349500], [T0349600], [T0349700], [T0349" + + "800], [T0349900], [T0350000], [T0350100], [T0350101], [T0350200], [T0350201], [T" + + "0350300], [T0350301], [T0350400], [T0350401], [T0350500], [T0350501], [T0350600]" + + ", [T0350601], [T0350700], [T0350701], [T0350800], [T0350801], [T0350900], [T0350" + + "901], [T0351000], [T0351001], [T0351900], [T0352000], [T0352100], [T0352200], [T" + + "0352300], [T0352400], [T0352500], [T0352600], [T0352700], [T0352800], [T0352900]" + + ", [T0597800], [T0597900], [T0598000], [T0598100], [T0598200], [T0598300], [T0598" + + "400], [T1495200], [T1495300], [T1495400], [T1495500], [T1495600], [T1495700], [T" + + "1495800], [T1495900], [T1496000], [T1496100], [T1496200], [T1496300], [T1496400]" + + ", [T1496500], [T1496600], [T1496700], [T1496800], [T1496900], [T1497000], [T1497" + + "100], [T1497200], [T1498400], [T1498500], [T1498600], [T1498700], [T1498800], [T" + + "1498900], [T1499000], [T1499100], [T1499200], [T1499300], [T1499400], [T1499500]" + + ", [T1499501], [T1499600], [T1499601], [T1499700], [T1499701], [T1499800], [T1499" + + "801], [T1499900], [T1499901], [T1500000], [T1500001], [T1500100], [T1500101], [T" + + "1500200], [T1500201], [T1500300], [T1500301], [T1500400], [T1500401], [T1501100]" + + ", [T1501200], [T1501300], [T1501400], [T1501500], [T1501600], [T1501700], [T1501" + + "800], [T1501900], [T1502000], [T1502100], [T1765100], [T1765200], [T1765300], [T" + + "1765400], [T1765500], [T1765600], [T1765700], [T2541200], [T2541300], [T2541400]" + + ", [T2541500], [T2541600], [T2541700], [T2541800], [T2541900], [T2542000], [T2542" + + "100], [T2542200], [T2542300], [T2542400], [T2542500], [T2542600], [T2542700], [T" + + "2542800], [T2542900], [T2543000], [T2543100], [T2544200], [T2544300], [T2544400]" + + ", [T2544500], [T2544600], [T2544700], [T2544800], [T2544900], [T2545000], [T2545" + + "100], [T2545200], [T2545201], [T2545300], [T2545301], [T2545400], [T2545401], [T" + + "2545500], [T2545501], [T2545600], [T2545601], [T2545700], [T2545701], [T2545800]" + + ", [T2545801], [T2545900], [T2545901], [T2546000], [T2546001], [T2546800], [T2546" + + "900], [T2547000], [T2547100], [T2547200], [T2547300], [T2547400], [T2547500], [T" + + "2547600], [T2547700], [T2763400], [T2763500], [T2763600], [T2763700], [T2763800]" + + ", [T2763900], [T2764000], [T3527500], [T3527600], [T3527700], [T3527800], [T3527" + + "900], [T3528000], [T3528100], [T3528200], [T3528300], [T3528400], [T3530500], [T" + + "3530600], [T3530700], [T3530800], [T3530900], [T3531000], [T3531100], [T3531200]" + + ", [T3531300], [T3531400], [T3531500], [T3531501], [T3531600], [T3531601], [T3531" + + "700], [T3531701], [T3531800], [T3531801], [T3531900], [T3531901], [T3532000], [T" + + "3532001], [T3532100], [T3532101], [T3532200], [T3532201], [T3532300], [T3532301]" + + ", [T3532400], [T3532401], [T3533200], [T3533300], [T3533400], [T3533500], [T3533" + + "600], [T3533700], [T3533800], [T3533900], [T3534000], [T3534100], [T3729600], [T" + + "3729700], [T3729800], [T3729900], [T3730000], [T3730100], [T4496200], [T4496300]" + + ", [T4496400], [T4496500], [T4496600], [T4496700], [T4496800], [T4496900], [T4497" + + "000], [T4497100], [T4500700], [T4500800], [T4500900], [T4501000], [T4501100], [T" + + "4501200], [T4501300], [T4501400], [T4501500], [T4501600], [T4501700], [T4501701]" + + ", [T4501800], [T4501801], [T4501900], [T4501901], [T4502000], [T4502001], [T4502" + + "100], [T4502101], [T4502200], [T4502201], [T4502300], [T4502301], [T4502400], [T" + + "4502401], [T4502500], [T4502501], [T4502600], [T4502601], [T4504900], [T4505000]" + + ", [T4505100], [T4505200], [T4505300], [T4505400], [T4505500], [T4505600], [T4505" + + "700], [T4505800], [T4703500], [T4703600], [T4703700], [T4703800], [T4703900], [T" + + "4704000]) VALUES (@R0000100, @R0173600, @R0214700, @R0214800, @R1373300, @R13735" + + "00, @R1374000, @R1374200, @R1374700, @R1374900, @R1375400, @R1375600, @R1376100," + + " @R1376300, @R1376800, @R1377000, @R1377500, @R1377700, @R1753700, @R1753900, @R" + + "1754400, @R1754600, @R1755100, @R1755300, @R1755800, @R1756000, @R1756500, @R175" + + "6700, @R1757200, @R1757400, @R1757900, @R1758100, @R2095700, @R2095900, @R209640" + + "0, @R2096600, @R2097100, @R2097300, @R2097800, @R2098000, @R2098500, @R2098700, " + + "@R2099200, @R2099400, @R2099900, @R2100100, @R2345900, @R2346200, @R2346500, @R2" + + "346800, @R2347100, @R2347400, @R2347700, @R2648000, @R2648200, @R2648700, @R2648" + + "900, @R2649400, @R2649600, @R2650100, @R2650300, @R2650800, @R2651000, @R2651500" + + ", @R2651700, @R2652200, @R2652400, @R2955900, @R2956200, @R2956500, @R2956800, @" + + "R2957100, @R2957400, @R2957700, @R3255900, @R3256100, @R3257700, @R3257900, @R32" + + "59500, @R3259700, @R3261300, @R3261500, @R3263100, @R3263300, @R3264900, @R32651" + + "00, @R3266700, @R3266900, @R3268500, @R3556400, @R3557000, @R3557600, @R3771800," + + " @R3772000, @R3772100, @R3772400, @R3773900, @R3774100, @R3774200, @R3774500, @R" + + "3776000, @R3776200, @R3776300, @R3776600, @R3778100, @R3778300, @R3778400, @R377" + + "8700, @R3780200, @R3780400, @R3780500, @R3780800, @R3782300, @R3782500, @R378260" + + "0, @R3782900, @R3784400, @R3784600, @R3784700, @R3785000, @R3786500, @R3788004, " + + "@R4276800, @R4277000, @R4277100, @R4277101, @R4277700, @R4277900, @R4278000, @R4" + + "278001, @R4278600, @R4278800, @R4278900, @R4278901, @R4279500, @R4279700, @R4279" + + "800, @R4279801, @R4280400, @R4280600, @R4280700, @R4280701, @R4281300, @R4281500" + + ", @R4281600, @R4281601, @R4282100, @R4282300, @R4282400, @R4282401, @R4282900, @" + + "R4283000, @R4283100, @R4283600, @R4827600, @R4827800, @R4827900, @R4827901, @R48" + + "28100, @R4830600, @R4830800, @R4830900, @R4830901, @R4831100, @R4833600, @R48338" + + "00, @R4833900, @R4833901, @R4834100, @R4836600, @R4836800, @R4836900, @R4836901," + + " @R4837100, @R4839600, @R4839800, @R4839900, @R4839901, @R4840100, @R4842500, @R" + + "4842700, @R4842800, @R4842801, @R4842900, @R4844800, @R4845000, @R4845100, @R484" + + "5101, @R4845200, @R4847100, @R4847300, @R4847400, @R5498000, @R5498200, @R549830" + + "0, @R5498301, @R5498500, @R5501000, @R5501200, @R5501300, @R5501301, @R5501500, " + + "@R5504000, @R5504200, @R5504300, @R5504301, @R5504500, @R5507000, @R5507200, @R5" + + "507300, @R5507301, @R5507500, @R5510000, @R5510200, @R5510300, @R5510301, @R5510" + + "500, @R5513000, @R5513200, @R5513300, @R5513301, @R5513400, @R5515300, @R5515500" + + ", @R5515600, @R5515601, @R5515700, @R5517600, @R5517800, @R5517900, @R5519800, @" + + "R5520000, @R5520100, @R5520101, @R5520200, @R6218400, @R6218500, @R6218600, @R62" + + "18700, @R6218800, @R6218900, @R6219000, @R6219100, @R6219200, @R6219300, @R62206" + + "00, @R6220700, @R6220800, @R6220900, @R6221000, @R6221100, @R6221200, @R6221300," + + " @R6221400, @R6221500, @R6221700, @R6221701, @R6221800, @R6221801, @R6221900, @R" + + "6221901, @R6222000, @R6222001, @R6222100, @R6222101, @R6222200, @R6222201, @R622" + + "2300, @R6222301, @R6222400, @R6222401, @R6222500, @R6222501, @R6222600, @R622260" + + "1, @R6223400, @R6223500, @R6223600, @R6223700, @R6223800, @R6223900, @R6224000, " + + "@R6224100, @R6224200, @R6224300, @R6770600, @R6771600, @R6771700, @R6771800, @R6" + + "771900, @R6772000, @R6772100, @R6772200, @R6772300, @R6772400, @R6772500, @R6772" + + "600, @R6772700, @R6772800, @R6772900, @R6773000, @R6773100, @R6773200, @R6773300" + + ", @R6773400, @R6774500, @R6774600, @R6774700, @R6774800, @R6774900, @R6775000, @" + "R6775100, @R6775200, @R6775300, @R6775400, @R6775500, @R6775501, @R6775600, @R67" + "75601, @R6775700, @R6775701, @R6775800, @R6775801, @R6775900, @R6775901, @R67760" + - "00, @R6776001, @R6776100, @R6776101, @R6776200, @R6776201, @R6776300, @R6776301," + - " @R6776400, @R6776401, @R6776500, @R6776501, @R6776600, @R6776601, @R6776700, @R" + - "6776701, @R6776800, @R6776801, @R6776900, @R6777000, @R6777100, @R6777200, @R677" + - "7300, @R6777400, @R6777500, @R6777600, @R6777700, @R6777800, @R7415900, @R741600" + - "0, @R7416100, @R7416200, @R7416300, @R7416400, @R7416500, @R7416600, @R7416700, " + - "@R7416800, @R7416900, @R7417000, @R7417100, @R7417200, @R7417300, @R7417400, @R7" + - "417500, @R7417600, @R7417700, @R7417800, @R7417900, @R7418000, @R7418100, @R7418" + - "200, @R7418300, @R7418400, @R7418500, @R7418600, @R7418700, @R7418800, @R7418900" + - ", @R7419000, @R7419100, @R7419200, @R7419300, @R7419400, @R7419500, @R7419600, @" + - "R7419700, @R7419800, @R7419900, @R7419901, @R7420000, @R7420001, @R7420100, @R74" + - "20101, @R7420200, @R7420201, @R7420300, @R7420301, @R7420400, @R7420401, @R74205" + - "00, @R7420501, @R7420600, @R7420601, @R7420700, @R7420701, @R7420800, @R7420801," + - " @R7420900, @R7420901, @R7421000, @R7421001, @R7421100, @R7421101, @R7421200, @R" + - "7421201, @R7421300, @R7421301, @R7421400, @R7421500, @R7421600, @R7421700, @R742" + - "1800, @R7421900, @R7422000, @R7422100, @R7422200, @R7422300, @R8114000, @R811410" + - "0, @R8114200, @R8114300, @R8114400, @R8114500, @R8114600, @R8114700, @R8114800, " + - "@R8114900, @R8115000, @R8115100, @R8115200, @R8115300, @R8115400, @R8115500, @R8" + - "115600, @R8115700, @R8115800, @R8115900, @R8116000, @R8116100, @R8116200, @R8116" + - "300, @R8116400, @R8116500, @R8116600, @R8116700, @R8116800, @R8116900, @R8117000" + - ", @R8117100, @R8117200, @R8117300, @R8117400, @R8117500, @R8117600, @R8117700, @" + - "R8117800, @R8117900, @R8118000, @R8118001, @R8118100, @R8118101, @R8118200, @R81" + - "18201, @R8118300, @R8118301, @R8118400, @R8118401, @R8118500, @R8118501, @R81186" + - "00, @R8118601, @R8118700, @R8118701, @R8118800, @R8118801, @R8118900, @R8118901," + - " @R8119000, @R8119001, @R8119100, @R8119101, @R8119200, @R8119201, @R8119300, @R" + - "8119301, @R8119400, @R8119401, @R8119500, @R8119501, @R8119600, @R8119700, @R811" + - "9800, @R8119900, @R8120000, @R8120100, @R8120200, @R8120300, @R8120400, @R812050" + - "0, @R8135300, @R8135400, @R8135500, @R8135600, @R8135700, @R8135800, @R8135900, " + - "@R9900600, @R9900601, @R9901400, @R9901401, @R9902200, @R9902201, @R9903000, @R9" + - "903001, @R9903800, @R9903801, @R9904600, @R9904601, @R9905400, @R9905401, @R9911" + - "200, @R9911201, @T0345800, @T0345900, @T0346000, @T0346100, @T0346200, @T0346300" + - ", @T0346400, @T0346500, @T0346600, @T0346700, @T0346800, @T0346900, @T0347000, @" + - "T0347100, @T0347200, @T0347300, @T0347400, @T0347500, @T0347600, @T0347700, @T03" + - "47800, @T0347900, @T0348000, @T0348100, @T0348200, @T0348300, @T0348400, @T03485" + - "00, @T0348600, @T0348700, @T0348800, @T0348900, @T0349000, @T0349100, @T0349200," + - " @T0349300, @T0349400, @T0349500, @T0349600, @T0349700, @T0349800, @T0349900, @T" + - "0350000, @T0350100, @T0350101, @T0350200, @T0350201, @T0350300, @T0350301, @T035" + - "0400, @T0350401, @T0350500, @T0350501, @T0350600, @T0350601, @T0350700, @T035070" + - "1, @T0350800, @T0350801, @T0350900, @T0350901, @T0351000, @T0351001, @T0351100, " + - "@T0351101, @T0351200, @T0351201, @T0351300, @T0351301, @T0351400, @T0351401, @T0" + - "351500, @T0351501, @T0351600, @T0351601, @T0351700, @T0351701, @T0351800, @T0351" + - "801, @T0351900, @T0352000, @T0352100, @T0352200, @T0352300, @T0352400, @T0352500" + - ", @T0352600, @T0352700, @T0352800, @T0352900, @T0597800, @T0597900, @T0598000, @" + - "T0598100, @T0598200, @T0598300, @T0598400, @T1495200, @T1495300, @T1495400, @T14" + - "95500, @T1495600, @T1495700, @T1495800, @T1495900, @T1496000, @T1496100, @T14962" + - "00, @T1496300, @T1496400, @T1496500, @T1496600, @T1496700, @T1496800, @T1496900," + - " @T1497000, @T1497100, @T1497200, @T1497300, @T1497400, @T1497500, @T1497600, @T" + - "1497700, @T1497800, @T1497900, @T1498000, @T1498100, @T1498200, @T1498300, @T149" + - "8400, @T1498500, @T1498600, @T1498700, @T1498800, @T1498900, @T1499000, @T149910" + - "0, @T1499200, @T1499300, @T1499400, @T1499500, @T1499501, @T1499600, @T1499601, " + - "@T1499700, @T1499701, @T1499800, @T1499801, @T1499900, @T1499901, @T1500000, @T1" + - "500001, @T1500100, @T1500101, @T1500200, @T1500201, @T1500300, @T1500301, @T1500" + - "400, @T1500401, @T1500500, @T1500501, @T1500600, @T1500601, @T1500700, @T1500701" + - ", @T1500800, @T1500801, @T1500900, @T1500901, @T1501000, @T1501001, @T1501100, @" + - "T1501200, @T1501300, @T1501400, @T1501500, @T1501600, @T1501700, @T1501800, @T15" + - "01900, @T1502000, @T1502100, @T1765100, @T1765200, @T1765300, @T1765400, @T17655" + - "00, @T1765600, @T1765700, @T2541200, @T2541300, @T2541400, @T2541500, @T2541600," + - " @T2541700, @T2541800, @T2541900, @T2542000, @T2542100, @T2542200, @T2542300, @T" + - "2542400, @T2542500, @T2542600, @T2542700, @T2542800, @T2542900, @T2543000, @T254" + - "3100, @T2543200, @T2543300, @T2543400, @T2543500, @T2543600, @T2543700, @T254380" + - "0, @T2543900, @T2544000, @T2544100, @T2544200, @T2544300, @T2544400, @T2544500, " + - "@T2544600, @T2544700, @T2544800, @T2544900, @T2545000, @T2545100, @T2545200, @T2" + - "545201, @T2545300, @T2545301, @T2545400, @T2545401, @T2545500, @T2545501, @T2545" + - "600, @T2545601, @T2545700, @T2545701, @T2545800, @T2545801, @T2545900, @T2545901" + - ", @T2546000, @T2546001, @T2546100, @T2546101, @T2546200, @T2546201, @T2546300, @" + - "T2546301, @T2546400, @T2546401, @T2546500, @T2546501, @T2546600, @T2546601, @T25" + - "46700, @T2546701, @T2546800, @T2546900, @T2547000, @T2547100, @T2547200, @T25473" + - "00, @T2547400, @T2547500, @T2547600, @T2547700, @T2763400, @T2763500, @T2763600," + - " @T2763700, @T2763800, @T2763900, @T2764000, @T3729600, @T3729700, @T3729800, @T" + - "3729900, @T3730000, @T3730100);\r\nSELECT R0000100, R0214800, R1373300, R1373400, " + - "R1373500, R1374000, R1374100, R1374200, R1374700, R1374800, R1374900, R1375400, " + - "R1375500, R1375600, R1376100, R1376200, R1376300, R1376800, R1376900, R1377000, " + - "R1377500, R1377600, R1377700, R1753700, R1753800, R1753900, R1754400, R1754500, " + - "R1754600, R1755100, R1755200, R1755300, R1755800, R1755900, R1756000, R1756500, " + - "R1756600, R1756700, R1757200, R1757300, R1757400, R1757900, R1758000, R1758100, " + - "R2095700, R2095800, R2095900, R2096400, R2096500, R2096600, R2097100, R2097200, " + - "R2097300, R2097800, R2097900, R2098000, R2098500, R2098600, R2098700, R2099200, " + - "R2099300, R2099400, R2099900, R2100000, R2100100, R2345900, R2346200, R2346500, " + - "R2346800, R2347100, R2347400, R2347700, R2648000, R2648100, R2648200, R2648700, " + - "R2648800, R2648900, R2649400, R2649500, R2649600, R2650100, R2650200, R2650300, " + - "R2650800, R2650900, R2651000, R2651500, R2651600, R2651700, R2652200, R2652300, " + - "R2652400, R2955900, R2956200, R2956500, R2956800, R2957100, R2957400, R2957700, " + - "R3255900, R3256000, R3256100, R3257700, R3257800, R3257900, R3259500, R3259600, " + - "R3259700, R3261300, R3261400, R3261500, R3263100, R3263200, R3263300, R3264900, " + - "R3265000, R3265100, R3266700, R3266800, R3266900, R3268500, R3556400, R3557000, " + - "R3557600, R3771800, R3771900, R3772000, R3772100, R3772200, R3772300, R3772400, " + - "R3773900, R3774000, R3774100, R3774200, R3774300, R3774400, R3774500, R3776000, " + - "R3776100, R3776200, R3776300, R3776400, R3776500, R3776600, R3778100, R3778200, " + - "R3778300, R3778400, R3778500, R3778600, R3778700, R3780200, R3780300, R3780400, " + - "R3780500, R3780600, R3780700, R3780800, R3782300, R3782400, R3782500, R3782600, " + - "R3782900, R3784400, R3784500, R3784600, R3784700, R3785000, R3786500, R3788004, " + - "R4276800, R4276900, R4277000, R4277100, R4277101, R4277200, R4277201, R4277700, " + - "R4277800, R4277900, R4278000, R4278001, R4278100, R4278101, R4278600, R4278700, " + - "R4278800, R4278900, R4278901, R4279000, R4279001, R4279500, R4279600, R4279700, " + - "R4279800, R4279801, R4279900, R4279901, R4280400, R4280500, R4280600, R4280700, " + - "R4280701, R4280800, R4280801, R4281300, R4281400, R4281500, R4281600, R4281601, " + - "R4282100, R4282200, R4282300, R4282400, R4282401, R4282900, R4283000, R4283100, " + - "R4283600, R4827600, R4827700, R4827800, R4827900, R4827901, R4828000, R4828001, " + - "R4828100, R4830600, R4830700, R4830800, R4830900, R4830901, R4831000, R4831001, " + - "R4831100, R4833600, R4833700, R4833800, R4833900, R4833901, R4834000, R4834001, " + - "R4834100, R4836600, R4836700, R4836800, R4836900, R4836901, R4837000, R4837001, " + - "R4837100, R4839600, R4839700, R4839800, R4839900, R4839901, R4840000, R4840001, " + - "R4840100, R4842500, R4842600, R4842700, R4842800, R4842801, R4842900, R4844800, " + - "R4844900, R4845000, R4845100, R4845101, R4845200, R4847100, R4847200, R4847300, " + - "R4847400, R5498000, R5498100, R5498200, R5498300, R5498301, R5498400, R5498401, " + - "R5498500, R5501000, R5501100, R5501200, R5501300, R5501301, R5501400, R5501401, " + - "R5501500, R5504000, R5504100, R5504200, R5504300, R5504301, R5504400, R5504401, " + - "R5504500, R5507000, R5507100, R5507200, R5507300, R5507301, R5507400, R5507401, " + - "R5507500, R5510000, R5510100, R5510200, R5510300, R5510301, R5510400, R5510401, " + - "R5510500, R5513000, R5513100, R5513200, R5513300, R5513301, R5513400, R5515300, " + - "R5515400, R5515500, R5515600, R5515601, R5515700, R5517600, R5517700, R5517800, " + - "R5517900, R5519800, R5519900, R5520000, R5520100, R5520101, R5520200, R6218400, " + - "R6218500, R6218600, R6218700, R6218800, R6218900, R6219000, R6219100, R6219200, " + - "R6219300, R6219500, R6219600, R6219700, R6219800, R6219900, R6220000, R6220100, " + - "R6220200, R6220300, R6220400, R6220600, R6220700, R6220800, R6220900, R6221000, " + - "R6221100, R6221200, R6221300, R6221400, R6221500, R6221700, R6221701, R6221800, " + - "R6221801, R6221900, R6221901, R6222000, R6222001, R6222100, R6222101, R6222200, " + - "R6222201, R6222300, R6222301, R6222400, R6222401, R6222500, R6222501, R6222600, " + - "R6222601, R6222800, R6222801, R6222900, R6222901, R6223000, R6223001, R6223100, " + - "R6223101, R6223200, R6223201, R6223300, R6223301, R6223400, R6223500, R6223600, " + - "R6223700, R6223800, R6223900, R6224000, R6224100, R6224200, R6224300, R6770600, " + - "R6771600, R6771700, R6771800, R6771900, R6772000, R6772100, R6772200, R6772300, " + - "R6772400, R6772500, R6772600, R6772700, R6772800, R6772900, R6773000, R6773100, " + - "R6773200, R6773300, R6773400, R6773500, R6773600, R6773700, R6773800, R6773900, " + - "R6774000, R6774100, R6774200, R6774300, R6774400, R6774500, R6774600, R6774700, " + - "R6774800, R6774900, R6775000, R6775100, R6775200, R6775300, R6775400, R6775500, " + - "R6775501, R6775600, R6775601, R6775700, R6775701, R6775800, R6775801, R6775900, " + - "R6775901, R6776000, R6776001, R6776100, R6776101, R6776200, R6776201, R6776300, " + - "R6776301, R6776400, R6776401, R6776500, R6776501, R6776600, R6776601, R6776700, " + - "R6776701, R6776800, R6776801, R6776900, R6777000, R6777100, R6777200, R6777300, " + - "R6777400, R6777500, R6777600, R6777700, R6777800, R7415900, R7416000, R7416100, " + - "R7416200, R7416300, R7416400, R7416500, R7416600, R7416700, R7416800, R7416900, " + - "R7417000, R7417100, R7417200, R7417300, R7417400, R7417500, R7417600, R7417700, " + - "R7417800, R7417900, R7418000, R7418100, R7418200, R7418300, R7418400, R7418500, " + - "R7418600, R7418700, R7418800, R7418900, R7419000, R7419100, R7419200, R7419300, " + - "R7419400, R7419500, R7419600, R7419700, R7419800, R7419900, R7419901, R7420000, " + - "R7420001, R7420100, R7420101, R7420200, R7420201, R7420300, R7420301, R7420400, " + - "R7420401, R7420500, R7420501, R7420600, R7420601, R7420700, R7420701, R7420800, " + - "R7420801, R7420900, R7420901, R7421000, R7421001, R7421100, R7421101, R7421200, " + - "R7421201, R7421300, R7421301, R7421400, R7421500, R7421600, R7421700, R7421800, " + - "R7421900, R7422000, R7422100, R7422200, R7422300, R8114000, R8114100, R8114200, " + - "R8114300, R8114400, R8114500, R8114600, R8114700, R8114800, R8114900, R8115000, " + - "R8115100, R8115200, R8115300, R8115400, R8115500, R8115600, R8115700, R8115800, " + - "R8115900, R8116000, R8116100, R8116200, R8116300, R8116400, R8116500, R8116600, " + - "R8116700, R8116800, R8116900, R8117000, R8117100, R8117200, R8117300, R8117400, " + - "R8117500, R8117600, R8117700, R8117800, R8117900, R8118000, R8118001, R8118100, " + - "R8118101, R8118200, R8118201, R8118300, R8118301, R8118400, R8118401, R8118500, " + - "R8118501, R8118600, R8118601, R8118700, R8118701, R8118800, R8118801, R8118900, " + - "R8118901, R8119000, R8119001, R8119100, R8119101, R8119200, R8119201, R8119300, " + - "R8119301, R8119400, R8119401, R8119500, R8119501, R8119600, R8119700, R8119800, " + - "R8119900, R8120000, R8120100, R8120200, R8120300, R8120400, R8120500, R8135300, " + - "R8135400, R8135500, R8135600, R8135700, R8135800, R8135900, R9900600, R9900601, " + - "R9901400, R9901401, R9902200, R9902201, R9903000, R9903001, R9903800, R9903801, " + - "R9904600, R9904601, R9905400, R9905401, R9911200, R9911201, T0345800, T0345900, " + - "T0346000, T0346100, T0346200, T0346300, T0346400, T0346500, T0346600, T0346700, " + - "T0346800, T0346900, T0347000, T0347100, T0347200, T0347300, T0347400, T0347500, " + - "T0347600, T0347700, T0347800, T0347900, T0348000, T0348100, T0348200, T0348300, " + - "T0348400, T0348500, T0348600, T0348700, T0348800, T0348900, T0349000, T0349100, " + - "T0349200, T0349300, T0349400, T0349500, T0349600, T0349700, T0349800, T0349900, " + - "T0350000, T0350100, T0350101, T0350200, T0350201, T0350300, T0350301, T0350400, " + - "T0350401, T0350500, T0350501, T0350600, T0350601, T0350700, T0350701, T0350800, " + - "T0350801, T0350900, T0350901, T0351000, T0351001, T0351100, T0351101, T0351200, " + - "T0351201, T0351300, T0351301, T0351400, T0351401, T0351500, T0351501, T0351600, " + - "T0351601, T0351700, T0351701, T0351800, T0351801, T0351900, T0352000, T0352100, " + - "T0352200, T0352300, T0352400, T0352500, T0352600, T0352700, T0352800, T0352900, " + - "T0597800, T0597900, T0598000, T0598100, T0598200, T0598300, T0598400, T1495200, " + - "T1495300, T1495400, T1495500, T1495600, T1495700, T1495800, T1495900, T1496000, " + - "T1496100, T1496200, T1496300, T1496400, T1496500, T1496600, T1496700, T1496800, " + - "T1496900, T1497000, T1497100, T1497200, T1497300, T1497400, T1497500, T1497600, " + - "T1497700, T1497800, T1497900, T1498000, T1498100, T1498200, T1498300, T1498400, " + - "T1498500, T1498600, T1498700, T1498800, T1498900, T1499000, T1499100, T1499200, " + - "T1499300, T1499400, T1499500, T1499501, T1499600, T1499601, T1499700, T1499701, " + - "T1499800, T1499801, T1499900, T1499901, T1500000, T1500001, T1500100, T1500101, " + - "T1500200, T1500201, T1500300, T1500301, T1500400, T1500401, T1500500, T1500501, " + - "T1500600, T1500601, T1500700, T1500701, T1500800, T1500801, T1500900, T1500901, " + - "T1501000, T1501001, T1501100, T1501200, T1501300, T1501400, T1501500, T1501600, " + - "T1501700, T1501800, T1501900, T1502000, T1502100, T1765100, T1765200, T1765300, " + - "T1765400, T1765500, T1765600, T1765700, T2541200, T2541300, T2541400, T2541500, " + - "T2541600, T2541700, T2541800, T2541900, T2542000, T2542100, T2542200, T2542300, " + - "T2542400, T2542500, T2542600, T2542700, T2542800, T2542900, T2543000, T2543100, " + - "T2543200, T2543300, T2543400, T2543500, T2543600, T2543700, T2543800, T2543900, " + - "T2544000, T2544100, T2544200, T2544300, T2544400, T2544500, T2544600, T2544700, " + - "T2544800, T2544900, T2545000, T2545100, T2545200, T2545201, T2545300, T2545301, " + - "T2545400, T2545401, T2545500, T2545501, T2545600, T2545601, T2545700, T2545701, " + - "T2545800, T2545801, T2545900, T2545901, T2546000, T2546001, T2546100, T2546101, " + - "T2546200, T2546201, T2546300, T2546301, T2546400, T2546401, T2546500, T2546501, " + - "T2546600, T2546601, T2546700, T2546701, T2546800, T2546900, T2547000, T2547100, " + - "T2547200, T2547300, T2547400, T2547500, T2547600, T2547700, T2763400, T2763500, " + - "T2763600, T2763700, T2763800, T2763900, T2764000, T3729600, T3729700, T3729800, " + - "T3729900, T3730000, T3730100 FROM Extract.tblGen2FatherFromGen1 WHERE (R0000100 " + - "= @R0000100)"; + "00, @R6776001, @R6776100, @R6776101, @R6776200, @R6776201, @R6776900, @R6777000," + + " @R6777100, @R6777200, @R6777300, @R6777400, @R6777500, @R6777600, @R6777700, @R" + + "6777800, @R7415900, @R7416000, @R7416100, @R7416200, @R7416300, @R7416400, @R741" + + "6500, @R7416600, @R7416700, @R7416800, @R7416900, @R7417000, @R7417100, @R741720" + + "0, @R7417300, @R7417400, @R7417500, @R7417600, @R7417700, @R7417800, @R7418900, " + + "@R7419000, @R7419100, @R7419200, @R7419300, @R7419400, @R7419500, @R7419600, @R7" + + "419700, @R7419800, @R7419900, @R7419901, @R7420000, @R7420001, @R7420100, @R7420" + + "101, @R7420200, @R7420201, @R7420300, @R7420301, @R7420400, @R7420401, @R7420500" + + ", @R7420501, @R7420600, @R7420601, @R7421400, @R7421500, @R7421600, @R7421700, @" + + "R7421800, @R7421900, @R7422000, @R7422100, @R7422200, @R7422300, @R8114000, @R81" + + "14100, @R8114200, @R8114300, @R8114400, @R8114500, @R8114600, @R8114700, @R81148" + + "00, @R8114900, @R8115000, @R8115100, @R8115200, @R8115300, @R8115400, @R8115500," + + " @R8115600, @R8115700, @R8115800, @R8115900, @R8117000, @R8117100, @R8117200, @R" + + "8117300, @R8117400, @R8117500, @R8117600, @R8117700, @R8117800, @R8117900, @R811" + + "8000, @R8118001, @R8118100, @R8118101, @R8118200, @R8118201, @R8118300, @R811830" + + "1, @R8118400, @R8118401, @R8118500, @R8118501, @R8118600, @R8118601, @R8118700, " + + "@R8118701, @R8118800, @R8118801, @R8118900, @R8118901, @R8119600, @R8119700, @R8" + + "119800, @R8119900, @R8120000, @R8120100, @R8120200, @R8120300, @R8120400, @R8120" + + "500, @R8135300, @R8135400, @R8135500, @R8135600, @R8135700, @R8135800, @R8135900" + + ", @R9900600, @R9900601, @R9901400, @R9901401, @R9902200, @R9902201, @R9903000, @" + + "R9903001, @R9903800, @R9903801, @R9904600, @R9904601, @R9905400, @R9905401, @R99" + + "11200, @R9911201, @T0345800, @T0345900, @T0346000, @T0346100, @T0346200, @T03463" + + "00, @T0346400, @T0346500, @T0346600, @T0346700, @T0346800, @T0346900, @T0347000," + + " @T0347100, @T0347200, @T0347300, @T0347400, @T0347500, @T0347600, @T0347700, @T" + + "0347800, @T0349000, @T0349100, @T0349200, @T0349300, @T0349400, @T0349500, @T034" + + "9600, @T0349700, @T0349800, @T0349900, @T0350000, @T0350100, @T0350101, @T035020" + + "0, @T0350201, @T0350300, @T0350301, @T0350400, @T0350401, @T0350500, @T0350501, " + + "@T0350600, @T0350601, @T0350700, @T0350701, @T0350800, @T0350801, @T0350900, @T0" + + "350901, @T0351000, @T0351001, @T0351900, @T0352000, @T0352100, @T0352200, @T0352" + + "300, @T0352400, @T0352500, @T0352600, @T0352700, @T0352800, @T0352900, @T0597800" + + ", @T0597900, @T0598000, @T0598100, @T0598200, @T0598300, @T0598400, @T1495200, @" + + "T1495300, @T1495400, @T1495500, @T1495600, @T1495700, @T1495800, @T1495900, @T14" + + "96000, @T1496100, @T1496200, @T1496300, @T1496400, @T1496500, @T1496600, @T14967" + + "00, @T1496800, @T1496900, @T1497000, @T1497100, @T1497200, @T1498400, @T1498500," + + " @T1498600, @T1498700, @T1498800, @T1498900, @T1499000, @T1499100, @T1499200, @T" + + "1499300, @T1499400, @T1499500, @T1499501, @T1499600, @T1499601, @T1499700, @T149" + + "9701, @T1499800, @T1499801, @T1499900, @T1499901, @T1500000, @T1500001, @T150010" + + "0, @T1500101, @T1500200, @T1500201, @T1500300, @T1500301, @T1500400, @T1500401, " + + "@T1501100, @T1501200, @T1501300, @T1501400, @T1501500, @T1501600, @T1501700, @T1" + + "501800, @T1501900, @T1502000, @T1502100, @T1765100, @T1765200, @T1765300, @T1765" + + "400, @T1765500, @T1765600, @T1765700, @T2541200, @T2541300, @T2541400, @T2541500" + + ", @T2541600, @T2541700, @T2541800, @T2541900, @T2542000, @T2542100, @T2542200, @" + + "T2542300, @T2542400, @T2542500, @T2542600, @T2542700, @T2542800, @T2542900, @T25" + + "43000, @T2543100, @T2544200, @T2544300, @T2544400, @T2544500, @T2544600, @T25447" + + "00, @T2544800, @T2544900, @T2545000, @T2545100, @T2545200, @T2545201, @T2545300," + + " @T2545301, @T2545400, @T2545401, @T2545500, @T2545501, @T2545600, @T2545601, @T" + + "2545700, @T2545701, @T2545800, @T2545801, @T2545900, @T2545901, @T2546000, @T254" + + "6001, @T2546800, @T2546900, @T2547000, @T2547100, @T2547200, @T2547300, @T254740" + + "0, @T2547500, @T2547600, @T2547700, @T2763400, @T2763500, @T2763600, @T2763700, " + + "@T2763800, @T2763900, @T2764000, @T3527500, @T3527600, @T3527700, @T3527800, @T3" + + "527900, @T3528000, @T3528100, @T3528200, @T3528300, @T3528400, @T3530500, @T3530" + + "600, @T3530700, @T3530800, @T3530900, @T3531000, @T3531100, @T3531200, @T3531300" + + ", @T3531400, @T3531500, @T3531501, @T3531600, @T3531601, @T3531700, @T3531701, @" + + "T3531800, @T3531801, @T3531900, @T3531901, @T3532000, @T3532001, @T3532100, @T35" + + "32101, @T3532200, @T3532201, @T3532300, @T3532301, @T3532400, @T3532401, @T35332" + + "00, @T3533300, @T3533400, @T3533500, @T3533600, @T3533700, @T3533800, @T3533900," + + " @T3534000, @T3534100, @T3729600, @T3729700, @T3729800, @T3729900, @T3730000, @T" + + "3730100, @T4496200, @T4496300, @T4496400, @T4496500, @T4496600, @T4496700, @T449" + + "6800, @T4496900, @T4497000, @T4497100, @T4500700, @T4500800, @T4500900, @T450100" + + "0, @T4501100, @T4501200, @T4501300, @T4501400, @T4501500, @T4501600, @T4501700, " + + "@T4501701, @T4501800, @T4501801, @T4501900, @T4501901, @T4502000, @T4502001, @T4" + + "502100, @T4502101, @T4502200, @T4502201, @T4502300, @T4502301, @T4502400, @T4502" + + "401, @T4502500, @T4502501, @T4502600, @T4502601, @T4504900, @T4505000, @T4505100" + + ", @T4505200, @T4505300, @T4505400, @T4505500, @T4505600, @T4505700, @T4505800, @" + + "T4703500, @T4703600, @T4703700, @T4703800, @T4703900, @T4704000);\r\nSELECT R00001" + + "00, R0173600, R0214700, R0214800, R1373300, R1373500, R1374000, R1374200, R13747" + + "00, R1374900, R1375400, R1375600, R1376100, R1376300, R1376800, R1377000, R13775" + + "00, R1377700, R1753700, R1753900, R1754400, R1754600, R1755100, R1755300, R17558" + + "00, R1756000, R1756500, R1756700, R1757200, R1757400, R1757900, R1758100, R20957" + + "00, R2095900, R2096400, R2096600, R2097100, R2097300, R2097800, R2098000, R20985" + + "00, R2098700, R2099200, R2099400, R2099900, R2100100, R2345900, R2346200, R23465" + + "00, R2346800, R2347100, R2347400, R2347700, R2648000, R2648200, R2648700, R26489" + + "00, R2649400, R2649600, R2650100, R2650300, R2650800, R2651000, R2651500, R26517" + + "00, R2652200, R2652400, R2955900, R2956200, R2956500, R2956800, R2957100, R29574" + + "00, R2957700, R3255900, R3256100, R3257700, R3257900, R3259500, R3259700, R32613" + + "00, R3261500, R3263100, R3263300, R3264900, R3265100, R3266700, R3266900, R32685" + + "00, R3556400, R3557000, R3557600, R3771800, R3772000, R3772100, R3772400, R37739" + + "00, R3774100, R3774200, R3774500, R3776000, R3776200, R3776300, R3776600, R37781" + + "00, R3778300, R3778400, R3778700, R3780200, R3780400, R3780500, R3780800, R37823" + + "00, R3782500, R3782600, R3782900, R3784400, R3784600, R3784700, R3785000, R37865" + + "00, R3788004, R4276800, R4277000, R4277100, R4277101, R4277700, R4277900, R42780" + + "00, R4278001, R4278600, R4278800, R4278900, R4278901, R4279500, R4279700, R42798" + + "00, R4279801, R4280400, R4280600, R4280700, R4280701, R4281300, R4281500, R42816" + + "00, R4281601, R4282100, R4282300, R4282400, R4282401, R4282900, R4283000, R42831" + + "00, R4283600, R4827600, R4827800, R4827900, R4827901, R4828100, R4830600, R48308" + + "00, R4830900, R4830901, R4831100, R4833600, R4833800, R4833900, R4833901, R48341" + + "00, R4836600, R4836800, R4836900, R4836901, R4837100, R4839600, R4839800, R48399" + + "00, R4839901, R4840100, R4842500, R4842700, R4842800, R4842801, R4842900, R48448" + + "00, R4845000, R4845100, R4845101, R4845200, R4847100, R4847300, R4847400, R54980" + + "00, R5498200, R5498300, R5498301, R5498500, R5501000, R5501200, R5501300, R55013" + + "01, R5501500, R5504000, R5504200, R5504300, R5504301, R5504500, R5507000, R55072" + + "00, R5507300, R5507301, R5507500, R5510000, R5510200, R5510300, R5510301, R55105" + + "00, R5513000, R5513200, R5513300, R5513301, R5513400, R5515300, R5515500, R55156" + + "00, R5515601, R5515700, R5517600, R5517800, R5517900, R5519800, R5520000, R55201" + + "00, R5520101, R5520200, R6218400, R6218500, R6218600, R6218700, R6218800, R62189" + + "00, R6219000, R6219100, R6219200, R6219300, R6220600, R6220700, R6220800, R62209" + + "00, R6221000, R6221100, R6221200, R6221300, R6221400, R6221500, R6221700, R62217" + + "01, R6221800, R6221801, R6221900, R6221901, R6222000, R6222001, R6222100, R62221" + + "01, R6222200, R6222201, R6222300, R6222301, R6222400, R6222401, R6222500, R62225" + + "01, R6222600, R6222601, R6223400, R6223500, R6223600, R6223700, R6223800, R62239" + + "00, R6224000, R6224100, R6224200, R6224300, R6770600, R6771600, R6771700, R67718" + + "00, R6771900, R6772000, R6772100, R6772200, R6772300, R6772400, R6772500, R67726" + + "00, R6772700, R6772800, R6772900, R6773000, R6773100, R6773200, R6773300, R67734" + + "00, R6774500, R6774600, R6774700, R6774800, R6774900, R6775000, R6775100, R67752" + + "00, R6775300, R6775400, R6775500, R6775501, R6775600, R6775601, R6775700, R67757" + + "01, R6775800, R6775801, R6775900, R6775901, R6776000, R6776001, R6776100, R67761" + + "01, R6776200, R6776201, R6776900, R6777000, R6777100, R6777200, R6777300, R67774" + + "00, R6777500, R6777600, R6777700, R6777800, R7415900, R7416000, R7416100, R74162" + + "00, R7416300, R7416400, R7416500, R7416600, R7416700, R7416800, R7416900, R74170" + + "00, R7417100, R7417200, R7417300, R7417400, R7417500, R7417600, R7417700, R74178" + + "00, R7418900, R7419000, R7419100, R7419200, R7419300, R7419400, R7419500, R74196" + + "00, R7419700, R7419800, R7419900, R7419901, R7420000, R7420001, R7420100, R74201" + + "01, R7420200, R7420201, R7420300, R7420301, R7420400, R7420401, R7420500, R74205" + + "01, R7420600, R7420601, R7421400, R7421500, R7421600, R7421700, R7421800, R74219" + + "00, R7422000, R7422100, R7422200, R7422300, R8114000, R8114100, R8114200, R81143" + + "00, R8114400, R8114500, R8114600, R8114700, R8114800, R8114900, R8115000, R81151" + + "00, R8115200, R8115300, R8115400, R8115500, R8115600, R8115700, R8115800, R81159" + + "00, R8117000, R8117100, R8117200, R8117300, R8117400, R8117500, R8117600, R81177" + + "00, R8117800, R8117900, R8118000, R8118001, R8118100, R8118101, R8118200, R81182" + + "01, R8118300, R8118301, R8118400, R8118401, R8118500, R8118501, R8118600, R81186" + + "01, R8118700, R8118701, R8118800, R8118801, R8118900, R8118901, R8119600, R81197" + + "00, R8119800, R8119900, R8120000, R8120100, R8120200, R8120300, R8120400, R81205" + + "00, R8135300, R8135400, R8135500, R8135600, R8135700, R8135800, R8135900, R99006" + + "00, R9900601, R9901400, R9901401, R9902200, R9902201, R9903000, R9903001, R99038" + + "00, R9903801, R9904600, R9904601, R9905400, R9905401, R9911200, R9911201, T03458" + + "00, T0345900, T0346000, T0346100, T0346200, T0346300, T0346400, T0346500, T03466" + + "00, T0346700, T0346800, T0346900, T0347000, T0347100, T0347200, T0347300, T03474" + + "00, T0347500, T0347600, T0347700, T0347800, T0349000, T0349100, T0349200, T03493" + + "00, T0349400, T0349500, T0349600, T0349700, T0349800, T0349900, T0350000, T03501" + + "00, T0350101, T0350200, T0350201, T0350300, T0350301, T0350400, T0350401, T03505" + + "00, T0350501, T0350600, T0350601, T0350700, T0350701, T0350800, T0350801, T03509" + + "00, T0350901, T0351000, T0351001, T0351900, T0352000, T0352100, T0352200, T03523" + + "00, T0352400, T0352500, T0352600, T0352700, T0352800, T0352900, T0597800, T05979" + + "00, T0598000, T0598100, T0598200, T0598300, T0598400, T1495200, T1495300, T14954" + + "00, T1495500, T1495600, T1495700, T1495800, T1495900, T1496000, T1496100, T14962" + + "00, T1496300, T1496400, T1496500, T1496600, T1496700, T1496800, T1496900, T14970" + + "00, T1497100, T1497200, T1498400, T1498500, T1498600, T1498700, T1498800, T14989" + + "00, T1499000, T1499100, T1499200, T1499300, T1499400, T1499500, T1499501, T14996" + + "00, T1499601, T1499700, T1499701, T1499800, T1499801, T1499900, T1499901, T15000" + + "00, T1500001, T1500100, T1500101, T1500200, T1500201, T1500300, T1500301, T15004" + + "00, T1500401, T1501100, T1501200, T1501300, T1501400, T1501500, T1501600, T15017" + + "00, T1501800, T1501900, T1502000, T1502100, T1765100, T1765200, T1765300, T17654" + + "00, T1765500, T1765600, T1765700, T2541200, T2541300, T2541400, T2541500, T25416" + + "00, T2541700, T2541800, T2541900, T2542000, T2542100, T2542200, T2542300, T25424" + + "00, T2542500, T2542600, T2542700, T2542800, T2542900, T2543000, T2543100, T25442" + + "00, T2544300, T2544400, T2544500, T2544600, T2544700, T2544800, T2544900, T25450" + + "00, T2545100, T2545200, T2545201, T2545300, T2545301, T2545400, T2545401, T25455" + + "00, T2545501, T2545600, T2545601, T2545700, T2545701, T2545800, T2545801, T25459" + + "00, T2545901, T2546000, T2546001, T2546800, T2546900, T2547000, T2547100, T25472" + + "00, T2547300, T2547400, T2547500, T2547600, T2547700, T2763400, T2763500, T27636" + + "00, T2763700, T2763800, T2763900, T2764000, T3527500, T3527600, T3527700, T35278" + + "00, T3527900, T3528000, T3528100, T3528200, T3528300, T3528400, T3530500, T35306" + + "00, T3530700, T3530800, T3530900, T3531000, T3531100, T3531200, T3531300, T35314" + + "00, T3531500, T3531501, T3531600, T3531601, T3531700, T3531701, T3531800, T35318" + + "01, T3531900, T3531901, T3532000, T3532001, T3532100, T3532101, T3532200, T35322" + + "01, T3532300, T3532301, T3532400, T3532401, T3533200, T3533300, T3533400, T35335" + + "00, T3533600, T3533700, T3533800, T3533900, T3534000, T3534100, T3729600, T37297" + + "00, T3729800, T3729900, T3730000, T3730100, T4496200, T4496300, T4496400, T44965" + + "00, T4496600, T4496700, T4496800, T4496900, T4497000, T4497100, T4500700, T45008" + + "00, T4500900, T4501000, T4501100, T4501200, T4501300, T4501400, T4501500, T45016" + + "00, T4501700, T4501701, T4501800, T4501801, T4501900, T4501901, T4502000, T45020" + + "01, T4502100, T4502101, T4502200, T4502201, T4502300, T4502301, T4502400, T45024" + + "01, T4502500, T4502501, T4502600, T4502601, T4504900, T4505000, T4505100, T45052" + + "00, T4505300, T4505400, T4505500, T4505600, T4505700, T4505800, T4703500, T47036" + + "00, T4703700, T4703800, T4703900, T4704000 FROM Extract.tblGen2FatherFromGen1 WH" + + "ERE (R0000100 = @R0000100)"; this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0173600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0173600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1373300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1373300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1373400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1373400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1373500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1373500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1374000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1374100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1374200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1374700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1374800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1374900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1375400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1375400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1375500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1375500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1375600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1375600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1376100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1376200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1376300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1376800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1376900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1377000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1377500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1377600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1377700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1753700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1753700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1753800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1753800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1753900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1753900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1754400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1754400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1754500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1754500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1754600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1754600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1755100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1755200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1755300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1755800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1755900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1756000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1756500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1756600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1756700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1757200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1757300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1757400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1757900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1758000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1758000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1758100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1758100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2095700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2095700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2095800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2095800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2095900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2095900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2096400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2096400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2096500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2096500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2096600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2096600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2097100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2097200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2097300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2097800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2097900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2098000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2098500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2098600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2098700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2099200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2099300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2099400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2099900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2100000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2100000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2100100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2100100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2345900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2345900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2346200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2346200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -133517,25 +136721,18 @@ private void InitAdapter() { this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2347400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2347400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2347700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2347700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2648000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2648100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2648200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2648700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2648800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2648900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2649400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2649400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2649500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2649500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2649600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2649600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2650100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2650200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2650300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2650800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2650900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2651000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2651500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2651600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2651700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2652200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2652200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2652300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2652300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2652400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2652400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2955900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2955900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2956200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2956200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -133545,119 +136742,78 @@ private void InitAdapter() { this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2957400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2957400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2957700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2957700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3255900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3255900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3256000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3256000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3256100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3256100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3257700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3257700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3257800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3257800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3257900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3257900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3259500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3259500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3259600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3259600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3259700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3259700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3261300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3261300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3261400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3261400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3261500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3261500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3263100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3263100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3263200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3263200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3263300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3263300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3264900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3264900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3265000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3265000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3265100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3265100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3266700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3266700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3266800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3266800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3266900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3266900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3268500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3268500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3556400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3556400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3557000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3557000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3557600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3557600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3771800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3771800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3771900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3771900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3772000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3772100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3772200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3772300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3772400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3773900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3774300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3774400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3774500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3776000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3776100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3776200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3776300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3776400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3776500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3776600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3778100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3778200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3778300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3778400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3778500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3778600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3778700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3780200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3780300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3780400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3780500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3780600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3780700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3780800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3782300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3782400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3782500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3782600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3782900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3784400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3784500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3784600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3784700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3785000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3785000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3786500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3786500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3788004", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3788004", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4276800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4276800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4276900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4276900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4277000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4277100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4277101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4277200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4277201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4277700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4277800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4277900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4278000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4278001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4278100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4278101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4278600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4278700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4278800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4278900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4278901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4280400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4280500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4280600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4280700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4280701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4280800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4280801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4281300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4281400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4281500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4281600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4281601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4282100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4282200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4282300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4282400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4282401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -133666,119 +136822,82 @@ private void InitAdapter() { this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4283100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4283100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4283600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4283600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4827600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4827700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4827800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4827900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4827901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4828000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4828001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4828100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4830600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4830700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4830800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4830900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4830901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4831000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4831001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4831100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4833600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4833700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4833800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4833900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4833901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4834000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4834001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4834100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4836600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4836700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4836800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4836900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4836901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4837000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4837001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4837100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4839700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4839800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4839900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4839901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4840000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4840001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4840100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4842500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4842600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4842700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4842800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4842801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4842900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4844800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4844800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4844900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4844900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4845000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4845000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4845100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4845100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4845101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4845101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4845200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4845200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4847100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4847200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4847300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4847400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5498000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5498200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5498300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5498301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5498400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5498401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5498500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5501000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5501100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5501200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5501300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5501301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5501400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5501401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5501500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5504000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5504100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5504200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5504300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5504301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5504400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5504401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5504500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5507000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5507100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5507200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5507300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5507301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5507400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5507401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5507500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5510000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5510100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5510200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5510300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5510301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5510400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5510401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5510500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5513000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5513100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5513200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5513300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5513301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5513400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5515300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5515400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5515500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5515600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5515601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5515700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5517600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5517700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5517800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5517900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5519800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5519800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5519900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5519900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5520000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5520000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5520100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5520100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5520101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5520101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -133793,16 +136912,6 @@ private void InitAdapter() { this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6219100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6219200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6219300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6219500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6219600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6219700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6219800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6219900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6220000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6220100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6220200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6220300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6220400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6220600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6220700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6220800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -133833,18 +136942,6 @@ private void InitAdapter() { this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6222501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6222600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6222601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6222800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6222801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6222900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6222901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -133875,16 +136972,6 @@ private void InitAdapter() { this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6773200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6773300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6773400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6773500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6773600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6773700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6773800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6774300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6774400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6774500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6774600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6774700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -133911,18 +136998,6 @@ private void InitAdapter() { this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6777000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6777000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6777100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6777100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -133953,16 +137028,6 @@ private void InitAdapter() { this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7417600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7417600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7417700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7417700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7417800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7417800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7417900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7417900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7419000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7419000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7419100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7419100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -133989,20 +137054,6 @@ private void InitAdapter() { this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -134033,16 +137084,6 @@ private void InitAdapter() { this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8115700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8115700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8115800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8115800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8115900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8115900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8117000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8117000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8117100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8117100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8117200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8117200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -134073,18 +137114,6 @@ private void InitAdapter() { this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8118801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8118801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8118900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8118900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8118901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8118901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -134139,17 +137168,6 @@ private void InitAdapter() { this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0347600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0347600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0347700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0347700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0347800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0347800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0347900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0347900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0349000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0349000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0349100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0349100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0349200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0349200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -134181,22 +137199,6 @@ private void InitAdapter() { this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0350901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0350901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0352000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0352000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0352100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0352100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -134236,17 +137238,6 @@ private void InitAdapter() { this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1498000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1498200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1498300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1498400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1498500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1498600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -134278,18 +137269,6 @@ private void InitAdapter() { this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1501000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1501001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1501100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1501200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1501300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -134328,16 +137307,6 @@ private void InitAdapter() { this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2542900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2542900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2544000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2544100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2544200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2544300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2544400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -134366,20 +137335,6 @@ private void InitAdapter() { this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2545901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2545901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2547000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2547000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -134397,1555 +137352,1393 @@ private void InitAdapter() { this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2764000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3527500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3527600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3527700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3527800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3527900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3528000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3528100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3528200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3528300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3528400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3530500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3530600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3530700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3530800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3530900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3533200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3533300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3533400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3533500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3533600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3533700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3533800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3533900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3534000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3534000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3534100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3534100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3729600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3729700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3729800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3729900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3730000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3730100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4496200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4496300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4496400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4496500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4496600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4496700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4496800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4496900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4497000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4497000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4497100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4497100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4500700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4500700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4500800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4500800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4500900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4500900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4501000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4501100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4501200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4501300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4501400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4501500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4501600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4501700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4501701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4501800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4501801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4501900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4501901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4504900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4505000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4505100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4505200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4505300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4505400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4505500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4505600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4505700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4505800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4703500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4703600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4703700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4703800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4703900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4704000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4704000", 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 [Extract].[tblGen2FatherFromGen1] SET [R0000100] = @R0000100, [R0214800] =" + - " @R0214800, [R1373300] = @R1373300, [R1373400] = @R1373400, [R1373500] = @R13735" + - "00, [R1374000] = @R1374000, [R1374100] = @R1374100, [R1374200] = @R1374200, [R13" + - "74700] = @R1374700, [R1374800] = @R1374800, [R1374900] = @R1374900, [R1375400] =" + - " @R1375400, [R1375500] = @R1375500, [R1375600] = @R1375600, [R1376100] = @R13761" + - "00, [R1376200] = @R1376200, [R1376300] = @R1376300, [R1376800] = @R1376800, [R13" + - "76900] = @R1376900, [R1377000] = @R1377000, [R1377500] = @R1377500, [R1377600] =" + - " @R1377600, [R1377700] = @R1377700, [R1753700] = @R1753700, [R1753800] = @R17538" + - "00, [R1753900] = @R1753900, [R1754400] = @R1754400, [R1754500] = @R1754500, [R17" + - "54600] = @R1754600, [R1755100] = @R1755100, [R1755200] = @R1755200, [R1755300] =" + - " @R1755300, [R1755800] = @R1755800, [R1755900] = @R1755900, [R1756000] = @R17560" + - "00, [R1756500] = @R1756500, [R1756600] = @R1756600, [R1756700] = @R1756700, [R17" + - "57200] = @R1757200, [R1757300] = @R1757300, [R1757400] = @R1757400, [R1757900] =" + - " @R1757900, [R1758000] = @R1758000, [R1758100] = @R1758100, [R2095700] = @R20957" + - "00, [R2095800] = @R2095800, [R2095900] = @R2095900, [R2096400] = @R2096400, [R20" + - "96500] = @R2096500, [R2096600] = @R2096600, [R2097100] = @R2097100, [R2097200] =" + - " @R2097200, [R2097300] = @R2097300, [R2097800] = @R2097800, [R2097900] = @R20979" + - "00, [R2098000] = @R2098000, [R2098500] = @R2098500, [R2098600] = @R2098600, [R20" + - "98700] = @R2098700, [R2099200] = @R2099200, [R2099300] = @R2099300, [R2099400] =" + - " @R2099400, [R2099900] = @R2099900, [R2100000] = @R2100000, [R2100100] = @R21001" + - "00, [R2345900] = @R2345900, [R2346200] = @R2346200, [R2346500] = @R2346500, [R23" + - "46800] = @R2346800, [R2347100] = @R2347100, [R2347400] = @R2347400, [R2347700] =" + - " @R2347700, [R2648000] = @R2648000, [R2648100] = @R2648100, [R2648200] = @R26482" + - "00, [R2648700] = @R2648700, [R2648800] = @R2648800, [R2648900] = @R2648900, [R26" + - "49400] = @R2649400, [R2649500] = @R2649500, [R2649600] = @R2649600, [R2650100] =" + - " @R2650100, [R2650200] = @R2650200, [R2650300] = @R2650300, [R2650800] = @R26508" + - "00, [R2650900] = @R2650900, [R2651000] = @R2651000, [R2651500] = @R2651500, [R26" + - "51600] = @R2651600, [R2651700] = @R2651700, [R2652200] = @R2652200, [R2652300] =" + - " @R2652300, [R2652400] = @R2652400, [R2955900] = @R2955900, [R2956200] = @R29562" + - "00, [R2956500] = @R2956500, [R2956800] = @R2956800, [R2957100] = @R2957100, [R29" + - "57400] = @R2957400, [R2957700] = @R2957700, [R3255900] = @R3255900, [R3256000] =" + - " @R3256000, [R3256100] = @R3256100, [R3257700] = @R3257700, [R3257800] = @R32578" + - "00, [R3257900] = @R3257900, [R3259500] = @R3259500, [R3259600] = @R3259600, [R32" + - "59700] = @R3259700, [R3261300] = @R3261300, [R3261400] = @R3261400, [R3261500] =" + - " @R3261500, [R3263100] = @R3263100, [R3263200] = @R3263200, [R3263300] = @R32633" + - "00, [R3264900] = @R3264900, [R3265000] = @R3265000, [R3265100] = @R3265100, [R32" + - "66700] = @R3266700, [R3266800] = @R3266800, [R3266900] = @R3266900, [R3268500] =" + - " @R3268500, [R3556400] = @R3556400, [R3557000] = @R3557000, [R3557600] = @R35576" + - "00, [R3771800] = @R3771800, [R3771900] = @R3771900, [R3772000] = @R3772000, [R37" + - "72100] = @R3772100, [R3772200] = @R3772200, [R3772300] = @R3772300, [R3772400] =" + - " @R3772400, [R3773900] = @R3773900, [R3774000] = @R3774000, [R3774100] = @R37741" + - "00, [R3774200] = @R3774200, [R3774300] = @R3774300, [R3774400] = @R3774400, [R37" + - "74500] = @R3774500, [R3776000] = @R3776000, [R3776100] = @R3776100, [R3776200] =" + - " @R3776200, [R3776300] = @R3776300, [R3776400] = @R3776400, [R3776500] = @R37765" + - "00, [R3776600] = @R3776600, [R3778100] = @R3778100, [R3778200] = @R3778200, [R37" + - "78300] = @R3778300, [R3778400] = @R3778400, [R3778500] = @R3778500, [R3778600] =" + - " @R3778600, [R3778700] = @R3778700, [R3780200] = @R3780200, [R3780300] = @R37803" + - "00, [R3780400] = @R3780400, [R3780500] = @R3780500, [R3780600] = @R3780600, [R37" + - "80700] = @R3780700, [R3780800] = @R3780800, [R3782300] = @R3782300, [R3782400] =" + - " @R3782400, [R3782500] = @R3782500, [R3782600] = @R3782600, [R3782900] = @R37829" + - "00, [R3784400] = @R3784400, [R3784500] = @R3784500, [R3784600] = @R3784600, [R37" + + this._adapter.UpdateCommand.CommandText = "UPDATE [Extract].[tblGen2FatherFromGen1] SET [R0000100] = @R0000100, [R0173600] =" + + " @R0173600, [R0214700] = @R0214700, [R0214800] = @R0214800, [R1373300] = @R13733" + + "00, [R1373500] = @R1373500, [R1374000] = @R1374000, [R1374200] = @R1374200, [R13" + + "74700] = @R1374700, [R1374900] = @R1374900, [R1375400] = @R1375400, [R1375600] =" + + " @R1375600, [R1376100] = @R1376100, [R1376300] = @R1376300, [R1376800] = @R13768" + + "00, [R1377000] = @R1377000, [R1377500] = @R1377500, [R1377700] = @R1377700, [R17" + + "53700] = @R1753700, [R1753900] = @R1753900, [R1754400] = @R1754400, [R1754600] =" + + " @R1754600, [R1755100] = @R1755100, [R1755300] = @R1755300, [R1755800] = @R17558" + + "00, [R1756000] = @R1756000, [R1756500] = @R1756500, [R1756700] = @R1756700, [R17" + + "57200] = @R1757200, [R1757400] = @R1757400, [R1757900] = @R1757900, [R1758100] =" + + " @R1758100, [R2095700] = @R2095700, [R2095900] = @R2095900, [R2096400] = @R20964" + + "00, [R2096600] = @R2096600, [R2097100] = @R2097100, [R2097300] = @R2097300, [R20" + + "97800] = @R2097800, [R2098000] = @R2098000, [R2098500] = @R2098500, [R2098700] =" + + " @R2098700, [R2099200] = @R2099200, [R2099400] = @R2099400, [R2099900] = @R20999" + + "00, [R2100100] = @R2100100, [R2345900] = @R2345900, [R2346200] = @R2346200, [R23" + + "46500] = @R2346500, [R2346800] = @R2346800, [R2347100] = @R2347100, [R2347400] =" + + " @R2347400, [R2347700] = @R2347700, [R2648000] = @R2648000, [R2648200] = @R26482" + + "00, [R2648700] = @R2648700, [R2648900] = @R2648900, [R2649400] = @R2649400, [R26" + + "49600] = @R2649600, [R2650100] = @R2650100, [R2650300] = @R2650300, [R2650800] =" + + " @R2650800, [R2651000] = @R2651000, [R2651500] = @R2651500, [R2651700] = @R26517" + + "00, [R2652200] = @R2652200, [R2652400] = @R2652400, [R2955900] = @R2955900, [R29" + + "56200] = @R2956200, [R2956500] = @R2956500, [R2956800] = @R2956800, [R2957100] =" + + " @R2957100, [R2957400] = @R2957400, [R2957700] = @R2957700, [R3255900] = @R32559" + + "00, [R3256100] = @R3256100, [R3257700] = @R3257700, [R3257900] = @R3257900, [R32" + + "59500] = @R3259500, [R3259700] = @R3259700, [R3261300] = @R3261300, [R3261500] =" + + " @R3261500, [R3263100] = @R3263100, [R3263300] = @R3263300, [R3264900] = @R32649" + + "00, [R3265100] = @R3265100, [R3266700] = @R3266700, [R3266900] = @R3266900, [R32" + + "68500] = @R3268500, [R3556400] = @R3556400, [R3557000] = @R3557000, [R3557600] =" + + " @R3557600, [R3771800] = @R3771800, [R3772000] = @R3772000, [R3772100] = @R37721" + + "00, [R3772400] = @R3772400, [R3773900] = @R3773900, [R3774100] = @R3774100, [R37" + + "74200] = @R3774200, [R3774500] = @R3774500, [R3776000] = @R3776000, [R3776200] =" + + " @R3776200, [R3776300] = @R3776300, [R3776600] = @R3776600, [R3778100] = @R37781" + + "00, [R3778300] = @R3778300, [R3778400] = @R3778400, [R3778700] = @R3778700, [R37" + + "80200] = @R3780200, [R3780400] = @R3780400, [R3780500] = @R3780500, [R3780800] =" + + " @R3780800, [R3782300] = @R3782300, [R3782500] = @R3782500, [R3782600] = @R37826" + + "00, [R3782900] = @R3782900, [R3784400] = @R3784400, [R3784600] = @R3784600, [R37" + "84700] = @R3784700, [R3785000] = @R3785000, [R3786500] = @R3786500, [R3788004] =" + - " @R3788004, [R4276800] = @R4276800, [R4276900] = @R4276900, [R4277000] = @R42770" + - "00, [R4277100] = @R4277100, [R4277101] = @R4277101, [R4277200] = @R4277200, [R42" + - "77201] = @R4277201, [R4277700] = @R4277700, [R4277800] = @R4277800, [R4277900] =" + - " @R4277900, [R4278000] = @R4278000, [R4278001] = @R4278001, [R4278100] = @R42781" + - "00, [R4278101] = @R4278101, [R4278600] = @R4278600, [R4278700] = @R4278700, [R42" + - "78800] = @R4278800, [R4278900] = @R4278900, [R4278901] = @R4278901, [R4279000] =" + - " @R4279000, [R4279001] = @R4279001, [R4279500] = @R4279500, [R4279600] = @R42796" + + " @R3788004, [R4276800] = @R4276800, [R4277000] = @R4277000, [R4277100] = @R42771" + + "00, [R4277101] = @R4277101, [R4277700] = @R4277700, [R4277900] = @R4277900, [R42" + + "78000] = @R4278000, [R4278001] = @R4278001, [R4278600] = @R4278600, [R4278800] =" + + " @R4278800, [R4278900] = @R4278900, [R4278901] = @R4278901, [R4279500] = @R42795" + "00, [R4279700] = @R4279700, [R4279800] = @R4279800, [R4279801] = @R4279801, [R42" + - "79900] = @R4279900, [R4279901] = @R4279901, [R4280400] = @R4280400, [R4280500] =" + - " @R4280500, [R4280600] = @R4280600, [R4280700] = @R4280700, [R4280701] = @R42807" + - "01, [R4280800] = @R4280800, [R4280801] = @R4280801, [R4281300] = @R4281300, [R42" + - "81400] = @R4281400, [R4281500] = @R4281500, [R4281600] = @R4281600, [R4281601] =" + - " @R4281601, [R4282100] = @R4282100, [R4282200] = @R4282200, [R4282300] = @R42823" + - "00, [R4282400] = @R4282400, [R4282401] = @R4282401, [R4282900] = @R4282900, [R42" + - "83000] = @R4283000, [R4283100] = @R4283100, [R4283600] = @R4283600, [R4827600] =" + - " @R4827600, [R4827700] = @R4827700, [R4827800] = @R4827800, [R4827900] = @R48279" + - "00, [R4827901] = @R4827901, [R4828000] = @R4828000, [R4828001] = @R4828001, [R48" + - "28100] = @R4828100, [R4830600] = @R4830600, [R4830700] = @R4830700, [R4830800] =" + - " @R4830800, [R4830900] = @R4830900, [R4830901] = @R4830901, [R4831000] = @R48310" + - "00, [R4831001] = @R4831001, [R4831100] = @R4831100, [R4833600] = @R4833600, [R48" + - "33700] = @R4833700, [R4833800] = @R4833800, [R4833900] = @R4833900, [R4833901] =" + - " @R4833901, [R4834000] = @R4834000, [R4834001] = @R4834001, [R4834100] = @R48341" + - "00, [R4836600] = @R4836600, [R4836700] = @R4836700, [R4836800] = @R4836800, [R48" + - "36900] = @R4836900, [R4836901] = @R4836901, [R4837000] = @R4837000, [R4837001] =" + - " @R4837001, [R4837100] = @R4837100, [R4839600] = @R4839600, [R4839700] = @R48397" + + "80400] = @R4280400, [R4280600] = @R4280600, [R4280700] = @R4280700, [R4280701] =" + + " @R4280701, [R4281300] = @R4281300, [R4281500] = @R4281500, [R4281600] = @R42816" + + "00, [R4281601] = @R4281601, [R4282100] = @R4282100, [R4282300] = @R4282300, [R42" + + "82400] = @R4282400, [R4282401] = @R4282401, [R4282900] = @R4282900, [R4283000] =" + + " @R4283000, [R4283100] = @R4283100, [R4283600] = @R4283600, [R4827600] = @R48276" + + "00, [R4827800] = @R4827800, [R4827900] = @R4827900, [R4827901] = @R4827901, [R48" + + "28100] = @R4828100, [R4830600] = @R4830600, [R4830800] = @R4830800, [R4830900] =" + + " @R4830900, [R4830901] = @R4830901, [R4831100] = @R4831100, [R4833600] = @R48336" + + "00, [R4833800] = @R4833800, [R4833900] = @R4833900, [R4833901] = @R4833901, [R48" + + "34100] = @R4834100, [R4836600] = @R4836600, [R4836800] = @R4836800, [R4836900] =" + + " @R4836900, [R4836901] = @R4836901, [R4837100] = @R4837100, [R4839600] = @R48396" + "00, [R4839800] = @R4839800, [R4839900] = @R4839900, [R4839901] = @R4839901, [R48" + - "40000] = @R4840000, [R4840001] = @R4840001, [R4840100] = @R4840100, [R4842500] =" + - " @R4842500, [R4842600] = @R4842600, [R4842700] = @R4842700, [R4842800] = @R48428" + - "00, [R4842801] = @R4842801, [R4842900] = @R4842900, [R4844800] = @R4844800, [R48" + - "44900] = @R4844900, [R4845000] = @R4845000, [R4845100] = @R4845100, [R4845101] =" + - " @R4845101, [R4845200] = @R4845200, [R4847100] = @R4847100, [R4847200] = @R48472" + - "00, [R4847300] = @R4847300, [R4847400] = @R4847400, [R5498000] = @R5498000, [R54" + - "98100] = @R5498100, [R5498200] = @R5498200, [R5498300] = @R5498300, [R5498301] =" + - " @R5498301, [R5498400] = @R5498400, [R5498401] = @R5498401, [R5498500] = @R54985" + - "00, [R5501000] = @R5501000, [R5501100] = @R5501100, [R5501200] = @R5501200, [R55" + - "01300] = @R5501300, [R5501301] = @R5501301, [R5501400] = @R5501400, [R5501401] =" + - " @R5501401, [R5501500] = @R5501500, [R5504000] = @R5504000, [R5504100] = @R55041" + - "00, [R5504200] = @R5504200, [R5504300] = @R5504300, [R5504301] = @R5504301, [R55" + - "04400] = @R5504400, [R5504401] = @R5504401, [R5504500] = @R5504500, [R5507000] =" + - " @R5507000, [R5507100] = @R5507100, [R5507200] = @R5507200, [R5507300] = @R55073" + - "00, [R5507301] = @R5507301, [R5507400] = @R5507400, [R5507401] = @R5507401, [R55" + - "07500] = @R5507500, [R5510000] = @R5510000, [R5510100] = @R5510100, [R5510200] =" + - " @R5510200, [R5510300] = @R5510300, [R5510301] = @R5510301, [R5510400] = @R55104" + - "00, [R5510401] = @R5510401, [R5510500] = @R5510500, [R5513000] = @R5513000, [R55" + - "13100] = @R5513100, [R5513200] = @R5513200, [R5513300] = @R5513300, [R5513301] =" + - " @R5513301, [R5513400] = @R5513400, [R5515300] = @R5515300, [R5515400] = @R55154" + - "00, [R5515500] = @R5515500, [R5515600] = @R5515600, [R5515601] = @R5515601, [R55" + - "15700] = @R5515700, [R5517600] = @R5517600, [R5517700] = @R5517700, [R5517800] =" + - " @R5517800, [R5517900] = @R5517900, [R5519800] = @R5519800, [R5519900] = @R55199" + - "00, [R5520000] = @R5520000, [R5520100] = @R5520100, [R5520101] = @R5520101, [R55" + - "20200] = @R5520200, [R6218400] = @R6218400, [R6218500] = @R6218500, [R6218600] =" + - " @R6218600, [R6218700] = @R6218700, [R6218800] = @R6218800, [R6218900] = @R62189" + - "00, [R6219000] = @R6219000, [R6219100] = @R6219100, [R6219200] = @R6219200, [R62" + - "19300] = @R6219300, [R6219500] = @R6219500, [R6219600] = @R6219600, [R6219700] =" + - " @R6219700, [R6219800] = @R6219800, [R6219900] = @R6219900, [R6220000] = @R62200" + - "00, [R6220100] = @R6220100, [R6220200] = @R6220200, [R6220300] = @R6220300, [R62" + - "20400] = @R6220400, [R6220600] = @R6220600, [R6220700] = @R6220700, [R6220800] =" + - " @R6220800, [R6220900] = @R6220900, [R6221000] = @R6221000, [R6221100] = @R62211" + - "00, [R6221200] = @R6221200, [R6221300] = @R6221300, [R6221400] = @R6221400, [R62" + - "21500] = @R6221500, [R6221700] = @R6221700, [R6221701] = @R6221701, [R6221800] =" + - " @R6221800, [R6221801] = @R6221801, [R6221900] = @R6221900, [R6221901] = @R62219" + - "01, [R6222000] = @R6222000, [R6222001] = @R6222001, [R6222100] = @R6222100, [R62" + - "22101] = @R6222101, [R6222200] = @R6222200, [R6222201] = @R6222201, [R6222300] =" + - " @R6222300, [R6222301] = @R6222301, [R6222400] = @R6222400, [R6222401] = @R62224" + - "01, [R6222500] = @R6222500, [R6222501] = @R6222501, [R6222600] = @R6222600, [R62" + - "22601] = @R6222601, [R6222800] = @R6222800, [R6222801] = @R6222801, [R6222900] =" + - " @R6222900, [R6222901] = @R6222901, [R6223000] = @R6223000, [R6223001] = @R62230" + - "01, [R6223100] = @R6223100, [R6223101] = @R6223101, [R6223200] = @R6223200, [R62" + - "23201] = @R6223201, [R6223300] = @R6223300, [R6223301] = @R6223301, [R6223400] =" + - " @R6223400, [R6223500] = @R6223500, [R6223600] = @R6223600, [R6223700] = @R62237" + - "00, [R6223800] = @R6223800, [R6223900] = @R6223900, [R6224000] = @R6224000, [R62" + - "24100] = @R6224100, [R6224200] = @R6224200, [R6224300] = @R6224300, [R6770600] =" + - " @R6770600, [R6771600] = @R6771600, [R6771700] = @R6771700, [R6771800] = @R67718" + - "00, [R6771900] = @R6771900, [R6772000] = @R6772000, [R6772100] = @R6772100, [R67" + - "72200] = @R6772200, [R6772300] = @R6772300, [R6772400] = @R6772400, [R6772500] =" + - " @R6772500, [R6772600] = @R6772600, [R6772700] = @R6772700, [R6772800] = @R67728" + - "00, [R6772900] = @R6772900, [R6773000] = @R6773000, [R6773100] = @R6773100, [R67" + - "73200] = @R6773200, [R6773300] = @R6773300, [R6773400] = @R6773400, [R6773500] =" + - " @R6773500, [R6773600] = @R6773600, [R6773700] = @R6773700, [R6773800] = @R67738" + - "00, [R6773900] = @R6773900, [R6774000] = @R6774000, [R6774100] = @R6774100, [R67" + - "74200] = @R6774200, [R6774300] = @R6774300, [R6774400] = @R6774400, [R6774500] =" + - " @R6774500, [R6774600] = @R6774600, [R6774700] = @R6774700, [R6774800] = @R67748" + - "00, [R6774900] = @R6774900, [R6775000] = @R6775000, [R6775100] = @R6775100, [R67" + - "75200] = @R6775200, [R6775300] = @R6775300, [R6775400] = @R6775400, [R6775500] =" + - " @R6775500, [R6775501] = @R6775501, [R6775600] = @R6775600, [R6775601] = @R67756" + - "01, [R6775700] = @R6775700, [R6775701] = @R6775701, [R6775800] = @R6775800, [R67" + - "75801] = @R6775801, [R6775900] = @R6775900, [R6775901] = @R6775901, [R6776000] =" + - " @R6776000, [R6776001] = @R6776001, [R6776100] = @R6776100, [R6776101] = @R67761" + - "01, [R6776200] = @R6776200, [R6776201] = @R6776201, [R6776300] = @R6776300, [R67" + - "76301] = @R6776301, [R6776400] = @R6776400, [R6776401] = @R6776401, [R6776500] =" + - " @R6776500, [R6776501] = @R6776501, [R6776600] = @R6776600, [R6776601] = @R67766" + - "01, [R6776700] = @R6776700, [R6776701] = @R6776701, [R6776800] = @R6776800, [R67" + - "76801] = @R6776801, [R6776900] = @R6776900, [R6777000] = @R6777000, [R6777100] =" + - " @R6777100, [R6777200] = @R6777200, [R6777300] = @R6777300, [R6777400] = @R67774" + - "00, [R6777500] = @R6777500, [R6777600] = @R6777600, [R6777700] = @R6777700, [R67" + - "77800] = @R6777800, [R7415900] = @R7415900, [R7416000] = @R7416000, [R7416100] =" + - " @R7416100, [R7416200] = @R7416200, [R7416300] = @R7416300, [R7416400] = @R74164" + - "00, [R7416500] = @R7416500, [R7416600] = @R7416600, [R7416700] = @R7416700, [R74" + - "16800] = @R7416800, [R7416900] = @R7416900, [R7417000] = @R7417000, [R7417100] =" + - " @R7417100, [R7417200] = @R7417200, [R7417300] = @R7417300, [R7417400] = @R74174" + - "00, [R7417500] = @R7417500, [R7417600] = @R7417600, [R7417700] = @R7417700, [R74" + - "17800] = @R7417800, [R7417900] = @R7417900, [R7418000] = @R7418000, [R7418100] =" + - " @R7418100, [R7418200] = @R7418200, [R7418300] = @R7418300, [R7418400] = @R74184" + - "00, [R7418500] = @R7418500, [R7418600] = @R7418600, [R7418700] = @R7418700, [R74" + - "18800] = @R7418800, [R7418900] = @R7418900, [R7419000] = @R7419000, [R7419100] =" + - " @R7419100, [R7419200] = @R7419200, [R7419300] = @R7419300, [R7419400] = @R74194" + - "00, [R7419500] = @R7419500, [R7419600] = @R7419600, [R7419700] = @R7419700, [R74" + - "19800] = @R7419800, [R7419900] = @R7419900, [R7419901] = @R7419901, [R7420000] =" + - " @R7420000, [R7420001] = @R7420001, [R7420100] = @R7420100, [R7420101] = @R74201" + - "01, [R7420200] = @R7420200, [R7420201] = @R7420201, [R7420300] = @R7420300, [R74" + - "20301] = @R7420301, [R7420400] = @R7420400, [R7420401] = @R7420401, [R7420500] =" + - " @R7420500, [R7420501] = @R7420501, [R7420600] = @R7420600, [R7420601] = @R74206" + - "01, [R7420700] = @R7420700, [R7420701] = @R7420701, [R7420800] = @R7420800, [R74" + - "20801] = @R7420801, [R7420900] = @R7420900, [R7420901] = @R7420901, [R7421000] =" + - " @R7421000, [R7421001] = @R7421001, [R7421100] = @R7421100, [R7421101] = @R74211" + - "01, [R7421200] = @R7421200, [R7421201] = @R7421201, [R7421300] = @R7421300, [R74" + - "21301] = @R7421301, [R7421400] = @R7421400, [R7421500] = @R7421500, [R7421600] =" + - " @R7421600, [R7421700] = @R7421700, [R7421800] = @R7421800, [R7421900] = @R74219" + - "00, [R7422000] = @R7422000, [R7422100] = @R7422100, [R7422200] = @R7422200, [R74" + - "22300] = @R7422300, [R8114000] = @R8114000, [R8114100] = @R8114100, [R8114200] =" + - " @R8114200, [R8114300] = @R8114300, [R8114400] = @R8114400, [R8114500] = @R81145" + - "00, [R8114600] = @R8114600, [R8114700] = @R8114700, [R8114800] = @R8114800, [R81" + - "14900] = @R8114900, [R8115000] = @R8115000, [R8115100] = @R8115100, [R8115200] =" + - " @R8115200, [R8115300] = @R8115300, [R8115400] = @R8115400, [R8115500] = @R81155" + - "00, [R8115600] = @R8115600, [R8115700] = @R8115700, [R8115800] = @R8115800, [R81" + - "15900] = @R8115900, [R8116000] = @R8116000, [R8116100] = @R8116100, [R8116200] =" + - " @R8116200, [R8116300] = @R8116300, [R8116400] = @R8116400, [R8116500] = @R81165" + - "00, [R8116600] = @R8116600, [R8116700] = @R8116700, [R8116800] = @R8116800, [R81" + - "16900] = @R8116900, [R8117000] = @R8117000, [R8117100] = @R8117100, [R8117200] =" + - " @R8117200, [R8117300] = @R8117300, [R8117400] = @R8117400, [R8117500] = @R81175" + - "00, [R8117600] = @R8117600, [R8117700] = @R8117700, [R8117800] = @R8117800, [R81" + - "17900] = @R8117900, [R8118000] = @R8118000, [R8118001] = @R8118001, [R8118100] =" + - " @R8118100, [R8118101] = @R8118101, [R8118200] = @R8118200, [R8118201] = @R81182" + - "01, [R8118300] = @R8118300, [R8118301] = @R8118301, [R8118400] = @R8118400, [R81" + - "18401] = @R8118401, [R8118500] = @R8118500, [R8118501] = @R8118501, [R8118600] =" + - " @R8118600, [R8118601] = @R8118601, [R8118700] = @R8118700, [R8118701] = @R81187" + - "01, [R8118800] = @R8118800, [R8118801] = @R8118801, [R8118900] = @R8118900, [R81" + - "18901] = @R8118901, [R8119000] = @R8119000, [R8119001] = @R8119001, [R8119100] =" + - " @R8119100, [R8119101] = @R8119101, [R8119200] = @R8119200, [R8119201] = @R81192" + - "01, [R8119300] = @R8119300, [R8119301] = @R8119301, [R8119400] = @R8119400, [R81" + - "19401] = @R8119401, [R8119500] = @R8119500, [R8119501] = @R8119501, [R8119600] =" + - " @R8119600, [R8119700] = @R8119700, [R8119800] = @R8119800, [R8119900] = @R81199" + - "00, [R8120000] = @R8120000, [R8120100] = @R8120100, [R8120200] = @R8120200, [R81" + - "20300] = @R8120300, [R8120400] = @R8120400, [R8120500] = @R8120500, [R8135300] =" + - " @R8135300, [R8135400] = @R8135400, [R8135500] = @R8135500, [R8135600] = @R81356" + - "00, [R8135700] = @R8135700, [R8135800] = @R8135800, [R8135900] = @R8135900, [R99" + - "00600] = @R9900600, [R9900601] = @R9900601, [R9901400] = @R9901400, [R9901401] =" + - " @R9901401, [R9902200] = @R9902200, [R9902201] = @R9902201, [R9903000] = @R99030" + - "00, [R9903001] = @R9903001, [R9903800] = @R9903800, [R9903801] = @R9903801, [R99" + - "04600] = @R9904600, [R9904601] = @R9904601, [R9905400] = @R9905400, [R9905401] =" + - " @R9905401, [R9911200] = @R9911200, [R9911201] = @R9911201, [T0345800] = @T03458" + - "00, [T0345900] = @T0345900, [T0346000] = @T0346000, [T0346100] = @T0346100, [T03" + - "46200] = @T0346200, [T0346300] = @T0346300, [T0346400] = @T0346400, [T0346500] =" + - " @T0346500, [T0346600] = @T0346600, [T0346700] = @T0346700, [T0346800] = @T03468" + - "00, [T0346900] = @T0346900, [T0347000] = @T0347000, [T0347100] = @T0347100, [T03" + - "47200] = @T0347200, [T0347300] = @T0347300, [T0347400] = @T0347400, [T0347500] =" + - " @T0347500, [T0347600] = @T0347600, [T0347700] = @T0347700, [T0347800] = @T03478" + - "00, [T0347900] = @T0347900, [T0348000] = @T0348000, [T0348100] = @T0348100, [T03" + - "48200] = @T0348200, [T0348300] = @T0348300, [T0348400] = @T0348400, [T0348500] =" + - " @T0348500, [T0348600] = @T0348600, [T0348700] = @T0348700, [T0348800] = @T03488" + - "00, [T0348900] = @T0348900, [T0349000] = @T0349000, [T0349100] = @T0349100, [T03" + - "49200] = @T0349200, [T0349300] = @T0349300, [T0349400] = @T0349400, [T0349500] =" + - " @T0349500, [T0349600] = @T0349600, [T0349700] = @T0349700, [T0349800] = @T03498" + - "00, [T0349900] = @T0349900, [T0350000] = @T0350000, [T0350100] = @T0350100, [T03" + - "50101] = @T0350101, [T0350200] = @T0350200, [T0350201] = @T0350201, [T0350300] =" + - " @T0350300, [T0350301] = @T0350301, [T0350400] = @T0350400, [T0350401] = @T03504" + - "01, [T0350500] = @T0350500, [T0350501] = @T0350501, [T0350600] = @T0350600, [T03" + - "50601] = @T0350601, [T0350700] = @T0350700, [T0350701] = @T0350701, [T0350800] =" + - " @T0350800, [T0350801] = @T0350801, [T0350900] = @T0350900, [T0350901] = @T03509" + - "01, [T0351000] = @T0351000, [T0351001] = @T0351001, [T0351100] = @T0351100, [T03" + - "51101] = @T0351101, [T0351200] = @T0351200, [T0351201] = @T0351201, [T0351300] =" + - " @T0351300, [T0351301] = @T0351301, [T0351400] = @T0351400, [T0351401] = @T03514" + - "01, [T0351500] = @T0351500, [T0351501] = @T0351501, [T0351600] = @T0351600, [T03" + - "51601] = @T0351601, [T0351700] = @T0351700, [T0351701] = @T0351701, [T0351800] =" + - " @T0351800, [T0351801] = @T0351801, [T0351900] = @T0351900, [T0352000] = @T03520" + - "00, [T0352100] = @T0352100, [T0352200] = @T0352200, [T0352300] = @T0352300, [T03" + - "52400] = @T0352400, [T0352500] = @T0352500, [T0352600] = @T0352600, [T0352700] =" + - " @T0352700, [T0352800] = @T0352800, [T0352900] = @T0352900, [T0597800] = @T05978" + - "00, [T0597900] = @T0597900, [T0598000] = @T0598000, [T0598100] = @T0598100, [T05" + - "98200] = @T0598200, [T0598300] = @T0598300, [T0598400] = @T0598400, [T1495200] =" + - " @T1495200, [T1495300] = @T1495300, [T1495400] = @T1495400, [T1495500] = @T14955" + - "00, [T1495600] = @T1495600, [T1495700] = @T1495700, [T1495800] = @T1495800, [T14" + - "95900] = @T1495900, [T1496000] = @T1496000, [T1496100] = @T1496100, [T1496200] =" + - " @T1496200, [T1496300] = @T1496300, [T1496400] = @T1496400, [T1496500] = @T14965" + - "00, [T1496600] = @T1496600, [T1496700] = @T1496700, [T1496800] = @T1496800, [T14" + - "96900] = @T1496900, [T1497000] = @T1497000, [T1497100] = @T1497100, [T1497200] =" + - " @T1497200, [T1497300] = @T1497300, [T1497400] = @T1497400, [T1497500] = @T14975" + - "00, [T1497600] = @T1497600, [T1497700] = @T1497700, [T1497800] = @T1497800, [T14" + - "97900] = @T1497900, [T1498000] = @T1498000, [T1498100] = @T1498100, [T1498200] =" + - " @T1498200, [T1498300] = @T1498300, [T1498400] = @T1498400, [T1498500] = @T14985" + - "00, [T1498600] = @T1498600, [T1498700] = @T1498700, [T1498800] = @T1498800, [T14" + - "98900] = @T1498900, [T1499000] = @T1499000, [T1499100] = @T1499100, [T1499200] =" + - " @T1499200, [T1499300] = @T1499300, [T1499400] = @T1499400, [T1499500] = @T14995" + - "00, [T1499501] = @T1499501, [T1499600] = @T1499600, [T1499601] = @T1499601, [T14" + - "99700] = @T1499700, [T1499701] = @T1499701, [T1499800] = @T1499800, [T1499801] =" + - " @T1499801, [T1499900] = @T1499900, [T1499901] = @T1499901, [T1500000] = @T15000" + - "00, [T1500001] = @T1500001, [T1500100] = @T1500100, [T1500101] = @T1500101, [T15" + - "00200] = @T1500200, [T1500201] = @T1500201, [T1500300] = @T1500300, [T1500301] =" + - " @T1500301, [T1500400] = @T1500400, [T1500401] = @T1500401, [T1500500] = @T15005" + - "00, [T1500501] = @T1500501, [T1500600] = @T1500600, [T1500601] = @T1500601, [T15" + - "00700] = @T1500700, [T1500701] = @T1500701, [T1500800] = @T1500800, [T1500801] =" + - " @T1500801, [T1500900] = @T1500900, [T1500901] = @T1500901, [T1501000] = @T15010" + - "00, [T1501001] = @T1501001, [T1501100] = @T1501100, [T1501200] = @T1501200, [T15" + - "01300] = @T1501300, [T1501400] = @T1501400, [T1501500] = @T1501500, [T1501600] =" + - " @T1501600, [T1501700] = @T1501700, [T1501800] = @T1501800, [T1501900] = @T15019" + - "00, [T1502000] = @T1502000, [T1502100] = @T1502100, [T1765100] = @T1765100, [T17" + - "65200] = @T1765200, [T1765300] = @T1765300, [T1765400] = @T1765400, [T1765500] =" + - " @T1765500, [T1765600] = @T1765600, [T1765700] = @T1765700, [T2541200] = @T25412" + - "00, [T2541300] = @T2541300, [T2541400] = @T2541400, [T2541500] = @T2541500, [T25" + - "41600] = @T2541600, [T2541700] = @T2541700, [T2541800] = @T2541800, [T2541900] =" + - " @T2541900, [T2542000] = @T2542000, [T2542100] = @T2542100, [T2542200] = @T25422" + - "00, [T2542300] = @T2542300, [T2542400] = @T2542400, [T2542500] = @T2542500, [T25" + - "42600] = @T2542600, [T2542700] = @T2542700, [T2542800] = @T2542800, [T2542900] =" + - " @T2542900, [T2543000] = @T2543000, [T2543100] = @T2543100, [T2543200] = @T25432" + - "00, [T2543300] = @T2543300, [T2543400] = @T2543400, [T2543500] = @T2543500, [T25" + - "43600] = @T2543600, [T2543700] = @T2543700, [T2543800] = @T2543800, [T2543900] =" + - " @T2543900, [T2544000] = @T2544000, [T2544100] = @T2544100, [T2544200] = @T25442" + - "00, [T2544300] = @T2544300, [T2544400] = @T2544400, [T2544500] = @T2544500, [T25" + - "44600] = @T2544600, [T2544700] = @T2544700, [T2544800] = @T2544800, [T2544900] =" + - " @T2544900, [T2545000] = @T2545000, [T2545100] = @T2545100, [T2545200] = @T25452" + - "00, [T2545201] = @T2545201, [T2545300] = @T2545300, [T2545301] = @T2545301, [T25" + - "45400] = @T2545400, [T2545401] = @T2545401, [T2545500] = @T2545500, [T2545501] =" + - " @T2545501, [T2545600] = @T2545600, [T2545601] = @T2545601, [T2545700] = @T25457" + - "00, [T2545701] = @T2545701, [T2545800] = @T2545800, [T2545801] = @T2545801, [T25" + - "45900] = @T2545900, [T2545901] = @T2545901, [T2546000] = @T2546000, [T2546001] =" + - " @T2546001, [T2546100] = @T2546100, [T2546101] = @T2546101, [T2546200] = @T25462" + - "00, [T2546201] = @T2546201, [T2546300] = @T2546300, [T2546301] = @T2546301, [T25" + - "46400] = @T2546400, [T2546401] = @T2546401, [T2546500] = @T2546500, [T2546501] =" + - " @T2546501, [T2546600] = @T2546600, [T2546601] = @T2546601, [T2546700] = @T25467" + - "00, [T2546701] = @T2546701, [T2546800] = @T2546800, [T2546900] = @T2546900, [T25" + - "47000] = @T2547000, [T2547100] = @T2547100, [T2547200] = @T2547200, [T2547300] =" + - " @T2547300, [T2547400] = @T2547400, [T2547500] = @T2547500, [T2547600] = @T25476" + - "00, [T2547700] = @T2547700, [T2763400] = @T2763400, [T2763500] = @T2763500, [T27" + - "63600] = @T2763600, [T2763700] = @T2763700, [T2763800] = @T2763800, [T2763900] =" + - " @T2763900, [T2764000] = @T2764000, [T3729600] = @T3729600, [T3729700] = @T37297" + - "00, [T3729800] = @T3729800, [T3729900] = @T3729900, [T3730000] = @T3730000, [T37" + - "30100] = @T3730100 WHERE (([R0000100] = @Original_R0000100) AND ((@IsNull_R02148" + - "00 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNu" + - "ll_R1373300 = 1 AND [R1373300] IS NULL) OR ([R1373300] = @Original_R1373300)) AN" + - "D ((@IsNull_R1373400 = 1 AND [R1373400] IS NULL) OR ([R1373400] = @Original_R137" + - "3400)) AND ((@IsNull_R1373500 = 1 AND [R1373500] IS NULL) OR ([R1373500] = @Orig" + - "inal_R1373500)) AND ((@IsNull_R1374000 = 1 AND [R1374000] IS NULL) OR ([R1374000" + - "] = @Original_R1374000)) AND ((@IsNull_R1374100 = 1 AND [R1374100] IS NULL) OR (" + - "[R1374100] = @Original_R1374100)) AND ((@IsNull_R1374200 = 1 AND [R1374200] IS N" + - "ULL) OR ([R1374200] = @Original_R1374200)) AND ((@IsNull_R1374700 = 1 AND [R1374" + - "700] IS NULL) OR ([R1374700] = @Original_R1374700)) AND ((@IsNull_R1374800 = 1 A" + - "ND [R1374800] IS NULL) OR ([R1374800] = @Original_R1374800)) AND ((@IsNull_R1374" + - "900 = 1 AND [R1374900] IS NULL) OR ([R1374900] = @Original_R1374900)) AND ((@IsN" + - "ull_R1375400 = 1 AND [R1375400] IS NULL) OR ([R1375400] = @Original_R1375400)) A" + - "ND ((@IsNull_R1375500 = 1 AND [R1375500] IS NULL) OR ([R1375500] = @Original_R13" + - "75500)) AND ((@IsNull_R1375600 = 1 AND [R1375600] IS NULL) OR ([R1375600] = @Ori" + - "ginal_R1375600)) AND ((@IsNull_R1376100 = 1 AND [R1376100] IS NULL) OR ([R137610" + - "0] = @Original_R1376100)) AND ((@IsNull_R1376200 = 1 AND [R1376200] IS NULL) OR " + - "([R1376200] = @Original_R1376200)) AND ((@IsNull_R1376300 = 1 AND [R1376300] IS " + - "NULL) OR ([R1376300] = @Original_R1376300)) AND ((@IsNull_R1376800 = 1 AND [R137" + - "6800] IS NULL) OR ([R1376800] = @Original_R1376800)) AND ((@IsNull_R1376900 = 1 " + - "AND [R1376900] IS NULL) OR ([R1376900] = @Original_R1376900)) AND ((@IsNull_R137" + - "7000 = 1 AND [R1377000] IS NULL) OR ([R1377000] = @Original_R1377000)) AND ((@Is" + - "Null_R1377500 = 1 AND [R1377500] IS NULL) OR ([R1377500] = @Original_R1377500)) " + - "AND ((@IsNull_R1377600 = 1 AND [R1377600] IS NULL) OR ([R1377600] = @Original_R1" + - "377600)) AND ((@IsNull_R1377700 = 1 AND [R1377700] IS NULL) OR ([R1377700] = @Or" + - "iginal_R1377700)) AND ((@IsNull_R1753700 = 1 AND [R1753700] IS NULL) OR ([R17537" + - "00] = @Original_R1753700)) AND ((@IsNull_R1753800 = 1 AND [R1753800] IS NULL) OR" + - " ([R1753800] = @Original_R1753800)) AND ((@IsNull_R1753900 = 1 AND [R1753900] IS" + - " NULL) OR ([R1753900] = @Original_R1753900)) AND ((@IsNull_R1754400 = 1 AND [R17" + - "54400] IS NULL) OR ([R1754400] = @Original_R1754400)) AND ((@IsNull_R1754500 = 1" + - " AND [R1754500] IS NULL) OR ([R1754500] = @Original_R1754500)) AND ((@IsNull_R17" + - "54600 = 1 AND [R1754600] IS NULL) OR ([R1754600] = @Original_R1754600)) AND ((@I" + - "sNull_R1755100 = 1 AND [R1755100] IS NULL) OR ([R1755100] = @Original_R1755100))" + - " AND ((@IsNull_R1755200 = 1 AND [R1755200] IS NULL) OR ([R1755200] = @Original_R" + - "1755200)) AND ((@IsNull_R1755300 = 1 AND [R1755300] IS NULL) OR ([R1755300] = @O" + - "riginal_R1755300)) AND ((@IsNull_R1755800 = 1 AND [R1755800] IS NULL) OR ([R1755" + - "800] = @Original_R1755800)) AND ((@IsNull_R1755900 = 1 AND [R1755900] IS NULL) O" + - "R ([R1755900] = @Original_R1755900)) AND ((@IsNull_R1756000 = 1 AND [R1756000] I" + - "S NULL) OR ([R1756000] = @Original_R1756000)) AND ((@IsNull_R1756500 = 1 AND [R1" + - "756500] IS NULL) OR ([R1756500] = @Original_R1756500)) AND ((@IsNull_R1756600 = " + - "1 AND [R1756600] IS NULL) OR ([R1756600] = @Original_R1756600)) AND ((@IsNull_R1" + - "756700 = 1 AND [R1756700] IS NULL) OR ([R1756700] = @Original_R1756700)) AND ((@" + - "IsNull_R1757200 = 1 AND [R1757200] IS NULL) OR ([R1757200] = @Original_R1757200)" + - ") AND ((@IsNull_R1757300 = 1 AND [R1757300] IS NULL) OR ([R1757300] = @Original_" + - "R1757300)) AND ((@IsNull_R1757400 = 1 AND [R1757400] IS NULL) OR ([R1757400] = @" + - "Original_R1757400)) AND ((@IsNull_R1757900 = 1 AND [R1757900] IS NULL) OR ([R175" + - "7900] = @Original_R1757900)) AND ((@IsNull_R1758000 = 1 AND [R1758000] IS NULL) " + - "OR ([R1758000] = @Original_R1758000)) AND ((@IsNull_R1758100 = 1 AND [R1758100] " + - "IS NULL) OR ([R1758100] = @Original_R1758100)) AND ((@IsNull_R2095700 = 1 AND [R" + - "2095700] IS NULL) OR ([R2095700] = @Original_R2095700)) AND ((@IsNull_R2095800 =" + - " 1 AND [R2095800] IS NULL) OR ([R2095800] = @Original_R2095800)) AND ((@IsNull_R" + - "2095900 = 1 AND [R2095900] IS NULL) OR ([R2095900] = @Original_R2095900)) AND ((" + - "@IsNull_R2096400 = 1 AND [R2096400] IS NULL) OR ([R2096400] = @Original_R2096400" + - ")) AND ((@IsNull_R2096500 = 1 AND [R2096500] IS NULL) OR ([R2096500] = @Original" + - "_R2096500)) AND ((@IsNull_R2096600 = 1 AND [R2096600] IS NULL) OR ([R2096600] = " + - "@Original_R2096600)) AND ((@IsNull_R2097100 = 1 AND [R2097100] IS NULL) OR ([R20" + - "97100] = @Original_R2097100)) AND ((@IsNull_R2097200 = 1 AND [R2097200] IS NULL)" + - " OR ([R2097200] = @Original_R2097200)) AND ((@IsNull_R2097300 = 1 AND [R2097300]" + - " IS NULL) OR ([R2097300] = @Original_R2097300)) AND ((@IsNull_R2097800 = 1 AND [" + - "R2097800] IS NULL) OR ([R2097800] = @Original_R2097800)) AND ((@IsNull_R2097900 " + - "= 1 AND [R2097900] IS NULL) OR ([R2097900] = @Original_R2097900)) AND ((@IsNull_" + - "R2098000 = 1 AND [R2098000] IS NULL) OR ([R2098000] = @Original_R2098000)) AND (" + - "(@IsNull_R2098500 = 1 AND [R2098500] IS NULL) OR ([R2098500] = @Original_R209850" + - "0)) AND ((@IsNull_R2098600 = 1 AND [R2098600] IS NULL) OR ([R2098600] = @Origina" + - "l_R2098600)) AND ((@IsNull_R2098700 = 1 AND [R2098700] IS NULL) OR ([R2098700] =" + - " @Original_R2098700)) AND ((@IsNull_R2099200 = 1 AND [R2099200] IS NULL) OR ([R2" + - "099200] = @Original_R2099200)) AND ((@IsNull_R2099300 = 1 AND [R2099300] IS NULL" + - ") OR ([R2099300] = @Original_R2099300)) AND ((@IsNull_R2099400 = 1 AND [R2099400" + - "] IS NULL) OR ([R2099400] = @Original_R2099400)) AND ((@IsNull_R2099900 = 1 AND " + - "[R2099900] IS NULL) OR ([R2099900] = @Original_R2099900)) AND ((@IsNull_R2100000" + - " = 1 AND [R2100000] IS NULL) OR ([R2100000] = @Original_R2100000)) AND ((@IsNull" + - "_R2100100 = 1 AND [R2100100] IS NULL) OR ([R2100100] = @Original_R2100100)) AND " + - "((@IsNull_R2345900 = 1 AND [R2345900] IS NULL) OR ([R2345900] = @Original_R23459" + - "00)) AND ((@IsNull_R2346200 = 1 AND [R2346200] IS NULL) OR ([R2346200] = @Origin" + - "al_R2346200)) AND ((@IsNull_R2346500 = 1 AND [R2346500] IS NULL) OR ([R2346500] " + - "= @Original_R2346500)) AND ((@IsNull_R2346800 = 1 AND [R2346800] IS NULL) OR ([R" + - "2346800] = @Original_R2346800)) AND ((@IsNull_R2347100 = 1 AND [R2347100] IS NUL" + - "L) OR ([R2347100] = @Original_R2347100)) AND ((@IsNull_R2347400 = 1 AND [R234740" + - "0] IS NULL) OR ([R2347400] = @Original_R2347400)) AND ((@IsNull_R2347700 = 1 AND" + - " [R2347700] IS NULL) OR ([R2347700] = @Original_R2347700)) AND ((@IsNull_R264800" + - "0 = 1 AND [R2648000] IS NULL) OR ([R2648000] = @Original_R2648000)) AND ((@IsNul" + - "l_R2648100 = 1 AND [R2648100] IS NULL) OR ([R2648100] = @Original_R2648100)) AND" + - " ((@IsNull_R2648200 = 1 AND [R2648200] IS NULL) OR ([R2648200] = @Original_R2648" + - "200)) AND ((@IsNull_R2648700 = 1 AND [R2648700] IS NULL) OR ([R2648700] = @Origi" + - "nal_R2648700)) AND ((@IsNull_R2648800 = 1 AND [R2648800] IS NULL) OR ([R2648800]" + - " = @Original_R2648800)) AND ((@IsNull_R2648900 = 1 AND [R2648900] IS NULL) OR ([" + - "R2648900] = @Original_R2648900)) AND ((@IsNull_R2649400 = 1 AND [R2649400] IS NU" + - "LL) OR ([R2649400] = @Original_R2649400)) AND ((@IsNull_R2649500 = 1 AND [R26495" + - "00] IS NULL) OR ([R2649500] = @Original_R2649500)) AND ((@IsNull_R2649600 = 1 AN" + - "D [R2649600] IS NULL) OR ([R2649600] = @Original_R2649600)) AND ((@IsNull_R26501" + - "00 = 1 AND [R2650100] IS NULL) OR ([R2650100] = @Original_R2650100)) AND ((@IsNu" + - "ll_R2650200 = 1 AND [R2650200] IS NULL) OR ([R2650200] = @Original_R2650200)) AN" + - "D ((@IsNull_R2650300 = 1 AND [R2650300] IS NULL) OR ([R2650300] = @Original_R265" + - "0300)) AND ((@IsNull_R2650800 = 1 AND [R2650800] IS NULL) OR ([R2650800] = @Orig" + - "inal_R2650800)) AND ((@IsNull_R2650900 = 1 AND [R2650900] IS NULL) OR ([R2650900" + - "] = @Original_R2650900)) AND ((@IsNull_R2651000 = 1 AND [R2651000] IS NULL) OR (" + - "[R2651000] = @Original_R2651000)) AND ((@IsNull_R2651500 = 1 AND [R2651500] IS N" + - "ULL) OR ([R2651500] = @Original_R2651500)) AND ((@IsNull_R2651600 = 1 AND [R2651" + - "600] IS NULL) OR ([R2651600] = @Original_R2651600)) AND ((@IsNull_R2651700 = 1 A" + - "ND [R2651700] IS NULL) OR ([R2651700] = @Original_R2651700)) AND ((@IsNull_R2652" + - "200 = 1 AND [R2652200] IS NULL) OR ([R2652200] = @Original_R2652200)) AND ((@IsN" + - "ull_R2652300 = 1 AND [R2652300] IS NULL) OR ([R2652300] = @Original_R2652300)) A" + - "ND ((@IsNull_R2652400 = 1 AND [R2652400] IS NULL) OR ([R2652400] = @Original_R26" + - "52400)) AND ((@IsNull_R2955900 = 1 AND [R2955900] IS NULL) OR ([R2955900] = @Ori" + - "ginal_R2955900)) AND ((@IsNull_R2956200 = 1 AND [R2956200] IS NULL) OR ([R295620" + - "0] = @Original_R2956200)) AND ((@IsNull_R2956500 = 1 AND [R2956500] IS NULL) OR " + - "([R2956500] = @Original_R2956500)) AND ((@IsNull_R2956800 = 1 AND [R2956800] IS " + - "NULL) OR ([R2956800] = @Original_R2956800)) AND ((@IsNull_R2957100 = 1 AND [R295" + - "7100] IS NULL) OR ([R2957100] = @Original_R2957100)) AND ((@IsNull_R2957400 = 1 " + - "AND [R2957400] IS NULL) OR ([R2957400] = @Original_R2957400)) AND ((@IsNull_R295" + - "7700 = 1 AND [R2957700] IS NULL) OR ([R2957700] = @Original_R2957700)) AND ((@Is" + - "Null_R3255900 = 1 AND [R3255900] IS NULL) OR ([R3255900] = @Original_R3255900)) " + - "AND ((@IsNull_R3256000 = 1 AND [R3256000] IS NULL) OR ([R3256000] = @Original_R3" + - "256000)) AND ((@IsNull_R3256100 = 1 AND [R3256100] IS NULL) OR ([R3256100] = @Or" + - "iginal_R3256100)) AND ((@IsNull_R3257700 = 1 AND [R3257700] IS NULL) OR ([R32577" + - "00] = @Original_R3257700)) AND ((@IsNull_R3257800 = 1 AND [R3257800] IS NULL) OR" + - " ([R3257800] = @Original_R3257800)) AND ((@IsNull_R3257900 = 1 AND [R3257900] IS" + - " NULL) OR ([R3257900] = @Original_R3257900)) AND ((@IsNull_R3259500 = 1 AND [R32" + - "59500] IS NULL) OR ([R3259500] = @Original_R3259500)) AND ((@IsNull_R3259600 = 1" + - " AND [R3259600] IS NULL) OR ([R3259600] = @Original_R3259600)) AND ((@IsNull_R32" + - "59700 = 1 AND [R3259700] IS NULL) OR ([R3259700] = @Original_R3259700)) AND ((@I" + - "sNull_R3261300 = 1 AND [R3261300] IS NULL) OR ([R3261300] = @Original_R3261300))" + - " AND ((@IsNull_R3261400 = 1 AND [R3261400] IS NULL) OR ([R3261400] = @Original_R" + - "3261400)) AND ((@IsNull_R3261500 = 1 AND [R3261500] IS NULL) OR ([R3261500] = @O" + - "riginal_R3261500)) AND ((@IsNull_R3263100 = 1 AND [R3263100] IS NULL) OR ([R3263" + - "100] = @Original_R3263100)) AND ((@IsNull_R3263200 = 1 AND [R3263200] IS NULL) O" + - "R ([R3263200] = @Original_R3263200)) AND ((@IsNull_R3263300 = 1 AND [R3263300] I" + - "S NULL) OR ([R3263300] = @Original_R3263300)) AND ((@IsNull_R3264900 = 1 AND [R3" + - "264900] IS NULL) OR ([R3264900] = @Original_R3264900)) AND ((@IsNull_R3265000 = " + - "1 AND [R3265000] IS NULL) OR ([R3265000] = @Original_R3265000)) AND ((@IsNull_R3" + - "265100 = 1 AND [R3265100] IS NULL) OR ([R3265100] = @Original_R3265100)) AND ((@" + - "IsNull_R3266700 = 1 AND [R3266700] IS NULL) OR ([R3266700] = @Original_R3266700)" + - ") AND ((@IsNull_R3266800 = 1 AND [R3266800] IS NULL) OR ([R3266800] = @Original_" + - "R3266800)) AND ((@IsNull_R3266900 = 1 AND [R3266900] IS NULL) OR ([R3266900] = @" + - "Original_R3266900)) AND ((@IsNull_R3268500 = 1 AND [R3268500] IS NULL) OR ([R326" + - "8500] = @Original_R3268500)) AND ((@IsNull_R3556400 = 1 AND [R3556400] IS NULL) " + - "OR ([R3556400] = @Original_R3556400)) AND ((@IsNull_R3557000 = 1 AND [R3557000] " + - "IS NULL) OR ([R3557000] = @Original_R3557000)) AND ((@IsNull_R3557600 = 1 AND [R" + - "3557600] IS NULL) OR ([R3557600] = @Original_R3557600)) AND ((@IsNull_R3771800 =" + - " 1 AND [R3771800] IS NULL) OR ([R3771800] = @Original_R3771800)) AND ((@IsNull_R" + - "3771900 = 1 AND [R3771900] IS NULL) OR ([R3771900] = @Original_R3771900)) AND ((" + - "@IsNull_R3772000 = 1 AND [R3772000] IS NULL) OR ([R3772000] = @Original_R3772000" + - ")) AND ((@IsNull_R3772100 = 1 AND [R3772100] IS NULL) OR ([R3772100] = @Original" + - "_R3772100)) AND ((@IsNull_R3772200 = 1 AND [R3772200] IS NULL) OR ([R3772200] = " + - "@Original_R3772200)) AND ((@IsNull_R3772300 = 1 AND [R3772300] IS NULL) OR ([R37" + - "72300] = @Original_R3772300)) AND ((@IsNull_R3772400 = 1 AND [R3772400] IS NULL)" + - " OR ([R3772400] = @Original_R3772400)) AND ((@IsNull_R3773900 = 1 AND [R3773900]" + - " IS NULL) OR ([R3773900] = @Original_R3773900)) AND ((@IsNull_R3774000 = 1 AND [" + - "R3774000] IS NULL) OR ([R3774000] = @Original_R3774000)) AND ((@IsNull_R3774100 " + - "= 1 AND [R3774100] IS NULL) OR ([R3774100] = @Original_R3774100)) AND ((@IsNull_" + - "R3774200 = 1 AND [R3774200] IS NULL) OR ([R3774200] = @Original_R3774200)) AND (" + - "(@IsNull_R3774300 = 1 AND [R3774300] IS NULL) OR ([R3774300] = @Original_R377430" + - "0)) AND ((@IsNull_R3774400 = 1 AND [R3774400] IS NULL) OR ([R3774400] = @Origina" + - "l_R3774400)) AND ((@IsNull_R3774500 = 1 AND [R3774500] IS NULL) OR ([R3774500] =" + - " @Original_R3774500)) AND ((@IsNull_R3776000 = 1 AND [R3776000] IS NULL) OR ([R3" + - "776000] = @Original_R3776000)) AND ((@IsNull_R3776100 = 1 AND [R3776100] IS NULL" + - ") OR ([R3776100] = @Original_R3776100)) AND ((@IsNull_R3776200 = 1 AND [R3776200" + - "] IS NULL) OR ([R3776200] = @Original_R3776200)) AND ((@IsNull_R3776300 = 1 AND " + - "[R3776300] IS NULL) OR ([R3776300] = @Original_R3776300)) AND ((@IsNull_R3776400" + - " = 1 AND [R3776400] IS NULL) OR ([R3776400] = @Original_R3776400)) AND ((@IsNull" + - "_R3776500 = 1 AND [R3776500] IS NULL) OR ([R3776500] = @Original_R3776500)) AND " + - "((@IsNull_R3776600 = 1 AND [R3776600] IS NULL) OR ([R3776600] = @Original_R37766" + - "00)) AND ((@IsNull_R3778100 = 1 AND [R3778100] IS NULL) OR ([R3778100] = @Origin" + - "al_R3778100)) AND ((@IsNull_R3778200 = 1 AND [R3778200] IS NULL) OR ([R3778200] " + - "= @Original_R3778200)) AND ((@IsNull_R3778300 = 1 AND [R3778300] IS NULL) OR ([R" + - "3778300] = @Original_R3778300)) AND ((@IsNull_R3778400 = 1 AND [R3778400] IS NUL" + - "L) OR ([R3778400] = @Original_R3778400)) AND ((@IsNull_R3778500 = 1 AND [R377850" + - "0] IS NULL) OR ([R3778500] = @Original_R3778500)) AND ((@IsNull_R3778600 = 1 AND" + - " [R3778600] IS NULL) OR ([R3778600] = @Original_R3778600)) AND ((@IsNull_R377870" + - "0 = 1 AND [R3778700] IS NULL) OR ([R3778700] = @Original_R3778700)) AND ((@IsNul" + - "l_R3780200 = 1 AND [R3780200] IS NULL) OR ([R3780200] = @Original_R3780200)) AND" + - " ((@IsNull_R3780300 = 1 AND [R3780300] IS NULL) OR ([R3780300] = @Original_R3780" + - "300)) AND ((@IsNull_R3780400 = 1 AND [R3780400] IS NULL) OR ([R3780400] = @Origi" + - "nal_R3780400)) AND ((@IsNull_R3780500 = 1 AND [R3780500] IS NULL) OR ([R3780500]" + - " = @Original_R3780500)) AND ((@IsNull_R3780600 = 1 AND [R3780600] IS NULL) OR ([" + - "R3780600] = @Original_R3780600)) AND ((@IsNull_R3780700 = 1 AND [R3780700] IS NU" + - "LL) OR ([R3780700] = @Original_R3780700)) AND ((@IsNull_R3780800 = 1 AND [R37808" + + "40100] = @R4840100, [R4842500] = @R4842500, [R4842700] = @R4842700, [R4842800] =" + + " @R4842800, [R4842801] = @R4842801, [R4842900] = @R4842900, [R4844800] = @R48448" + + "00, [R4845000] = @R4845000, [R4845100] = @R4845100, [R4845101] = @R4845101, [R48" + + "45200] = @R4845200, [R4847100] = @R4847100, [R4847300] = @R4847300, [R4847400] =" + + " @R4847400, [R5498000] = @R5498000, [R5498200] = @R5498200, [R5498300] = @R54983" + + "00, [R5498301] = @R5498301, [R5498500] = @R5498500, [R5501000] = @R5501000, [R55" + + "01200] = @R5501200, [R5501300] = @R5501300, [R5501301] = @R5501301, [R5501500] =" + + " @R5501500, [R5504000] = @R5504000, [R5504200] = @R5504200, [R5504300] = @R55043" + + "00, [R5504301] = @R5504301, [R5504500] = @R5504500, [R5507000] = @R5507000, [R55" + + "07200] = @R5507200, [R5507300] = @R5507300, [R5507301] = @R5507301, [R5507500] =" + + " @R5507500, [R5510000] = @R5510000, [R5510200] = @R5510200, [R5510300] = @R55103" + + "00, [R5510301] = @R5510301, [R5510500] = @R5510500, [R5513000] = @R5513000, [R55" + + "13200] = @R5513200, [R5513300] = @R5513300, [R5513301] = @R5513301, [R5513400] =" + + " @R5513400, [R5515300] = @R5515300, [R5515500] = @R5515500, [R5515600] = @R55156" + + "00, [R5515601] = @R5515601, [R5515700] = @R5515700, [R5517600] = @R5517600, [R55" + + "17800] = @R5517800, [R5517900] = @R5517900, [R5519800] = @R5519800, [R5520000] =" + + " @R5520000, [R5520100] = @R5520100, [R5520101] = @R5520101, [R5520200] = @R55202" + + "00, [R6218400] = @R6218400, [R6218500] = @R6218500, [R6218600] = @R6218600, [R62" + + "18700] = @R6218700, [R6218800] = @R6218800, [R6218900] = @R6218900, [R6219000] =" + + " @R6219000, [R6219100] = @R6219100, [R6219200] = @R6219200, [R6219300] = @R62193" + + "00, [R6220600] = @R6220600, [R6220700] = @R6220700, [R6220800] = @R6220800, [R62" + + "20900] = @R6220900, [R6221000] = @R6221000, [R6221100] = @R6221100, [R6221200] =" + + " @R6221200, [R6221300] = @R6221300, [R6221400] = @R6221400, [R6221500] = @R62215" + + "00, [R6221700] = @R6221700, [R6221701] = @R6221701, [R6221800] = @R6221800, [R62" + + "21801] = @R6221801, [R6221900] = @R6221900, [R6221901] = @R6221901, [R6222000] =" + + " @R6222000, [R6222001] = @R6222001, [R6222100] = @R6222100, [R6222101] = @R62221" + + "01, [R6222200] = @R6222200, [R6222201] = @R6222201, [R6222300] = @R6222300, [R62" + + "22301] = @R6222301, [R6222400] = @R6222400, [R6222401] = @R6222401, [R6222500] =" + + " @R6222500, [R6222501] = @R6222501, [R6222600] = @R6222600, [R6222601] = @R62226" + + "01, [R6223400] = @R6223400, [R6223500] = @R6223500, [R6223600] = @R6223600, [R62" + + "23700] = @R6223700, [R6223800] = @R6223800, [R6223900] = @R6223900, [R6224000] =" + + " @R6224000, [R6224100] = @R6224100, [R6224200] = @R6224200, [R6224300] = @R62243" + + "00, [R6770600] = @R6770600, [R6771600] = @R6771600, [R6771700] = @R6771700, [R67" + + "71800] = @R6771800, [R6771900] = @R6771900, [R6772000] = @R6772000, [R6772100] =" + + " @R6772100, [R6772200] = @R6772200, [R6772300] = @R6772300, [R6772400] = @R67724" + + "00, [R6772500] = @R6772500, [R6772600] = @R6772600, [R6772700] = @R6772700, [R67" + + "72800] = @R6772800, [R6772900] = @R6772900, [R6773000] = @R6773000, [R6773100] =" + + " @R6773100, [R6773200] = @R6773200, [R6773300] = @R6773300, [R6773400] = @R67734" + + "00, [R6774500] = @R6774500, [R6774600] = @R6774600, [R6774700] = @R6774700, [R67" + + "74800] = @R6774800, [R6774900] = @R6774900, [R6775000] = @R6775000, [R6775100] =" + + " @R6775100, [R6775200] = @R6775200, [R6775300] = @R6775300, [R6775400] = @R67754" + + "00, [R6775500] = @R6775500, [R6775501] = @R6775501, [R6775600] = @R6775600, [R67" + + "75601] = @R6775601, [R6775700] = @R6775700, [R6775701] = @R6775701, [R6775800] =" + + " @R6775800, [R6775801] = @R6775801, [R6775900] = @R6775900, [R6775901] = @R67759" + + "01, [R6776000] = @R6776000, [R6776001] = @R6776001, [R6776100] = @R6776100, [R67" + + "76101] = @R6776101, [R6776200] = @R6776200, [R6776201] = @R6776201, [R6776900] =" + + " @R6776900, [R6777000] = @R6777000, [R6777100] = @R6777100, [R6777200] = @R67772" + + "00, [R6777300] = @R6777300, [R6777400] = @R6777400, [R6777500] = @R6777500, [R67" + + "77600] = @R6777600, [R6777700] = @R6777700, [R6777800] = @R6777800, [R7415900] =" + + " @R7415900, [R7416000] = @R7416000, [R7416100] = @R7416100, [R7416200] = @R74162" + + "00, [R7416300] = @R7416300, [R7416400] = @R7416400, [R7416500] = @R7416500, [R74" + + "16600] = @R7416600, [R7416700] = @R7416700, [R7416800] = @R7416800, [R7416900] =" + + " @R7416900, [R7417000] = @R7417000, [R7417100] = @R7417100, [R7417200] = @R74172" + + "00, [R7417300] = @R7417300, [R7417400] = @R7417400, [R7417500] = @R7417500, [R74" + + "17600] = @R7417600, [R7417700] = @R7417700, [R7417800] = @R7417800, [R7418900] =" + + " @R7418900, [R7419000] = @R7419000, [R7419100] = @R7419100, [R7419200] = @R74192" + + "00, [R7419300] = @R7419300, [R7419400] = @R7419400, [R7419500] = @R7419500, [R74" + + "19600] = @R7419600, [R7419700] = @R7419700, [R7419800] = @R7419800, [R7419900] =" + + " @R7419900, [R7419901] = @R7419901, [R7420000] = @R7420000, [R7420001] = @R74200" + + "01, [R7420100] = @R7420100, [R7420101] = @R7420101, [R7420200] = @R7420200, [R74" + + "20201] = @R7420201, [R7420300] = @R7420300, [R7420301] = @R7420301, [R7420400] =" + + " @R7420400, [R7420401] = @R7420401, [R7420500] = @R7420500, [R7420501] = @R74205" + + "01, [R7420600] = @R7420600, [R7420601] = @R7420601, [R7421400] = @R7421400, [R74" + + "21500] = @R7421500, [R7421600] = @R7421600, [R7421700] = @R7421700, [R7421800] =" + + " @R7421800, [R7421900] = @R7421900, [R7422000] = @R7422000, [R7422100] = @R74221" + + "00, [R7422200] = @R7422200, [R7422300] = @R7422300, [R8114000] = @R8114000, [R81" + + "14100] = @R8114100, [R8114200] = @R8114200, [R8114300] = @R8114300, [R8114400] =" + + " @R8114400, [R8114500] = @R8114500, [R8114600] = @R8114600, [R8114700] = @R81147" + + "00, [R8114800] = @R8114800, [R8114900] = @R8114900, [R8115000] = @R8115000, [R81" + + "15100] = @R8115100, [R8115200] = @R8115200, [R8115300] = @R8115300, [R8115400] =" + + " @R8115400, [R8115500] = @R8115500, [R8115600] = @R8115600, [R8115700] = @R81157" + + "00, [R8115800] = @R8115800, [R8115900] = @R8115900, [R8117000] = @R8117000, [R81" + + "17100] = @R8117100, [R8117200] = @R8117200, [R8117300] = @R8117300, [R8117400] =" + + " @R8117400, [R8117500] = @R8117500, [R8117600] = @R8117600, [R8117700] = @R81177" + + "00, [R8117800] = @R8117800, [R8117900] = @R8117900, [R8118000] = @R8118000, [R81" + + "18001] = @R8118001, [R8118100] = @R8118100, [R8118101] = @R8118101, [R8118200] =" + + " @R8118200, [R8118201] = @R8118201, [R8118300] = @R8118300, [R8118301] = @R81183" + + "01, [R8118400] = @R8118400, [R8118401] = @R8118401, [R8118500] = @R8118500, [R81" + + "18501] = @R8118501, [R8118600] = @R8118600, [R8118601] = @R8118601, [R8118700] =" + + " @R8118700, [R8118701] = @R8118701, [R8118800] = @R8118800, [R8118801] = @R81188" + + "01, [R8118900] = @R8118900, [R8118901] = @R8118901, [R8119600] = @R8119600, [R81" + + "19700] = @R8119700, [R8119800] = @R8119800, [R8119900] = @R8119900, [R8120000] =" + + " @R8120000, [R8120100] = @R8120100, [R8120200] = @R8120200, [R8120300] = @R81203" + + "00, [R8120400] = @R8120400, [R8120500] = @R8120500, [R8135300] = @R8135300, [R81" + + "35400] = @R8135400, [R8135500] = @R8135500, [R8135600] = @R8135600, [R8135700] =" + + " @R8135700, [R8135800] = @R8135800, [R8135900] = @R8135900, [R9900600] = @R99006" + + "00, [R9900601] = @R9900601, [R9901400] = @R9901400, [R9901401] = @R9901401, [R99" + + "02200] = @R9902200, [R9902201] = @R9902201, [R9903000] = @R9903000, [R9903001] =" + + " @R9903001, [R9903800] = @R9903800, [R9903801] = @R9903801, [R9904600] = @R99046" + + "00, [R9904601] = @R9904601, [R9905400] = @R9905400, [R9905401] = @R9905401, [R99" + + "11200] = @R9911200, [R9911201] = @R9911201, [T0345800] = @T0345800, [T0345900] =" + + " @T0345900, [T0346000] = @T0346000, [T0346100] = @T0346100, [T0346200] = @T03462" + + "00, [T0346300] = @T0346300, [T0346400] = @T0346400, [T0346500] = @T0346500, [T03" + + "46600] = @T0346600, [T0346700] = @T0346700, [T0346800] = @T0346800, [T0346900] =" + + " @T0346900, [T0347000] = @T0347000, [T0347100] = @T0347100, [T0347200] = @T03472" + + "00, [T0347300] = @T0347300, [T0347400] = @T0347400, [T0347500] = @T0347500, [T03" + + "47600] = @T0347600, [T0347700] = @T0347700, [T0347800] = @T0347800, [T0349000] =" + + " @T0349000, [T0349100] = @T0349100, [T0349200] = @T0349200, [T0349300] = @T03493" + + "00, [T0349400] = @T0349400, [T0349500] = @T0349500, [T0349600] = @T0349600, [T03" + + "49700] = @T0349700, [T0349800] = @T0349800, [T0349900] = @T0349900, [T0350000] =" + + " @T0350000, [T0350100] = @T0350100, [T0350101] = @T0350101, [T0350200] = @T03502" + + "00, [T0350201] = @T0350201, [T0350300] = @T0350300, [T0350301] = @T0350301, [T03" + + "50400] = @T0350400, [T0350401] = @T0350401, [T0350500] = @T0350500, [T0350501] =" + + " @T0350501, [T0350600] = @T0350600, [T0350601] = @T0350601, [T0350700] = @T03507" + + "00, [T0350701] = @T0350701, [T0350800] = @T0350800, [T0350801] = @T0350801, [T03" + + "50900] = @T0350900, [T0350901] = @T0350901, [T0351000] = @T0351000, [T0351001] =" + + " @T0351001, [T0351900] = @T0351900, [T0352000] = @T0352000, [T0352100] = @T03521" + + "00, [T0352200] = @T0352200, [T0352300] = @T0352300, [T0352400] = @T0352400, [T03" + + "52500] = @T0352500, [T0352600] = @T0352600, [T0352700] = @T0352700, [T0352800] =" + + " @T0352800, [T0352900] = @T0352900, [T0597800] = @T0597800, [T0597900] = @T05979" + + "00, [T0598000] = @T0598000, [T0598100] = @T0598100, [T0598200] = @T0598200, [T05" + + "98300] = @T0598300, [T0598400] = @T0598400, [T1495200] = @T1495200, [T1495300] =" + + " @T1495300, [T1495400] = @T1495400, [T1495500] = @T1495500, [T1495600] = @T14956" + + "00, [T1495700] = @T1495700, [T1495800] = @T1495800, [T1495900] = @T1495900, [T14" + + "96000] = @T1496000, [T1496100] = @T1496100, [T1496200] = @T1496200, [T1496300] =" + + " @T1496300, [T1496400] = @T1496400, [T1496500] = @T1496500, [T1496600] = @T14966" + + "00, [T1496700] = @T1496700, [T1496800] = @T1496800, [T1496900] = @T1496900, [T14" + + "97000] = @T1497000, [T1497100] = @T1497100, [T1497200] = @T1497200, [T1498400] =" + + " @T1498400, [T1498500] = @T1498500, [T1498600] = @T1498600, [T1498700] = @T14987" + + "00, [T1498800] = @T1498800, [T1498900] = @T1498900, [T1499000] = @T1499000, [T14" + + "99100] = @T1499100, [T1499200] = @T1499200, [T1499300] = @T1499300, [T1499400] =" + + " @T1499400, [T1499500] = @T1499500, [T1499501] = @T1499501, [T1499600] = @T14996" + + "00, [T1499601] = @T1499601, [T1499700] = @T1499700, [T1499701] = @T1499701, [T14" + + "99800] = @T1499800, [T1499801] = @T1499801, [T1499900] = @T1499900, [T1499901] =" + + " @T1499901, [T1500000] = @T1500000, [T1500001] = @T1500001, [T1500100] = @T15001" + + "00, [T1500101] = @T1500101, [T1500200] = @T1500200, [T1500201] = @T1500201, [T15" + + "00300] = @T1500300, [T1500301] = @T1500301, [T1500400] = @T1500400, [T1500401] =" + + " @T1500401, [T1501100] = @T1501100, [T1501200] = @T1501200, [T1501300] = @T15013" + + "00, [T1501400] = @T1501400, [T1501500] = @T1501500, [T1501600] = @T1501600, [T15" + + "01700] = @T1501700, [T1501800] = @T1501800, [T1501900] = @T1501900, [T1502000] =" + + " @T1502000, [T1502100] = @T1502100, [T1765100] = @T1765100, [T1765200] = @T17652" + + "00, [T1765300] = @T1765300, [T1765400] = @T1765400, [T1765500] = @T1765500, [T17" + + "65600] = @T1765600, [T1765700] = @T1765700, [T2541200] = @T2541200, [T2541300] =" + + " @T2541300, [T2541400] = @T2541400, [T2541500] = @T2541500, [T2541600] = @T25416" + + "00, [T2541700] = @T2541700, [T2541800] = @T2541800, [T2541900] = @T2541900, [T25" + + "42000] = @T2542000, [T2542100] = @T2542100, [T2542200] = @T2542200, [T2542300] =" + + " @T2542300, [T2542400] = @T2542400, [T2542500] = @T2542500, [T2542600] = @T25426" + + "00, [T2542700] = @T2542700, [T2542800] = @T2542800, [T2542900] = @T2542900, [T25" + + "43000] = @T2543000, [T2543100] = @T2543100, [T2544200] = @T2544200, [T2544300] =" + + " @T2544300, [T2544400] = @T2544400, [T2544500] = @T2544500, [T2544600] = @T25446" + + "00, [T2544700] = @T2544700, [T2544800] = @T2544800, [T2544900] = @T2544900, [T25" + + "45000] = @T2545000, [T2545100] = @T2545100, [T2545200] = @T2545200, [T2545201] =" + + " @T2545201, [T2545300] = @T2545300, [T2545301] = @T2545301, [T2545400] = @T25454" + + "00, [T2545401] = @T2545401, [T2545500] = @T2545500, [T2545501] = @T2545501, [T25" + + "45600] = @T2545600, [T2545601] = @T2545601, [T2545700] = @T2545700, [T2545701] =" + + " @T2545701, [T2545800] = @T2545800, [T2545801] = @T2545801, [T2545900] = @T25459" + + "00, [T2545901] = @T2545901, [T2546000] = @T2546000, [T2546001] = @T2546001, [T25" + + "46800] = @T2546800, [T2546900] = @T2546900, [T2547000] = @T2547000, [T2547100] =" + + " @T2547100, [T2547200] = @T2547200, [T2547300] = @T2547300, [T2547400] = @T25474" + + "00, [T2547500] = @T2547500, [T2547600] = @T2547600, [T2547700] = @T2547700, [T27" + + "63400] = @T2763400, [T2763500] = @T2763500, [T2763600] = @T2763600, [T2763700] =" + + " @T2763700, [T2763800] = @T2763800, [T2763900] = @T2763900, [T2764000] = @T27640" + + "00, [T3527500] = @T3527500, [T3527600] = @T3527600, [T3527700] = @T3527700, [T35" + + "27800] = @T3527800, [T3527900] = @T3527900, [T3528000] = @T3528000, [T3528100] =" + + " @T3528100, [T3528200] = @T3528200, [T3528300] = @T3528300, [T3528400] = @T35284" + + "00, [T3530500] = @T3530500, [T3530600] = @T3530600, [T3530700] = @T3530700, [T35" + + "30800] = @T3530800, [T3530900] = @T3530900, [T3531000] = @T3531000, [T3531100] =" + + " @T3531100, [T3531200] = @T3531200, [T3531300] = @T3531300, [T3531400] = @T35314" + + "00, [T3531500] = @T3531500, [T3531501] = @T3531501, [T3531600] = @T3531600, [T35" + + "31601] = @T3531601, [T3531700] = @T3531700, [T3531701] = @T3531701, [T3531800] =" + + " @T3531800, [T3531801] = @T3531801, [T3531900] = @T3531900, [T3531901] = @T35319" + + "01, [T3532000] = @T3532000, [T3532001] = @T3532001, [T3532100] = @T3532100, [T35" + + "32101] = @T3532101, [T3532200] = @T3532200, [T3532201] = @T3532201, [T3532300] =" + + " @T3532300, [T3532301] = @T3532301, [T3532400] = @T3532400, [T3532401] = @T35324" + + "01, [T3533200] = @T3533200, [T3533300] = @T3533300, [T3533400] = @T3533400, [T35" + + "33500] = @T3533500, [T3533600] = @T3533600, [T3533700] = @T3533700, [T3533800] =" + + " @T3533800, [T3533900] = @T3533900, [T3534000] = @T3534000, [T3534100] = @T35341" + + "00, [T3729600] = @T3729600, [T3729700] = @T3729700, [T3729800] = @T3729800, [T37" + + "29900] = @T3729900, [T3730000] = @T3730000, [T3730100] = @T3730100, [T4496200] =" + + " @T4496200, [T4496300] = @T4496300, [T4496400] = @T4496400, [T4496500] = @T44965" + + "00, [T4496600] = @T4496600, [T4496700] = @T4496700, [T4496800] = @T4496800, [T44" + + "96900] = @T4496900, [T4497000] = @T4497000, [T4497100] = @T4497100, [T4500700] =" + + " @T4500700, [T4500800] = @T4500800, [T4500900] = @T4500900, [T4501000] = @T45010" + + "00, [T4501100] = @T4501100, [T4501200] = @T4501200, [T4501300] = @T4501300, [T45" + + "01400] = @T4501400, [T4501500] = @T4501500, [T4501600] = @T4501600, [T4501700] =" + + " @T4501700, [T4501701] = @T4501701, [T4501800] = @T4501800, [T4501801] = @T45018" + + "01, [T4501900] = @T4501900, [T4501901] = @T4501901, [T4502000] = @T4502000, [T45" + + "02001] = @T4502001, [T4502100] = @T4502100, [T4502101] = @T4502101, [T4502200] =" + + " @T4502200, [T4502201] = @T4502201, [T4502300] = @T4502300, [T4502301] = @T45023" + + "01, [T4502400] = @T4502400, [T4502401] = @T4502401, [T4502500] = @T4502500, [T45" + + "02501] = @T4502501, [T4502600] = @T4502600, [T4502601] = @T4502601, [T4504900] =" + + " @T4504900, [T4505000] = @T4505000, [T4505100] = @T4505100, [T4505200] = @T45052" + + "00, [T4505300] = @T4505300, [T4505400] = @T4505400, [T4505500] = @T4505500, [T45" + + "05600] = @T4505600, [T4505700] = @T4505700, [T4505800] = @T4505800, [T4703500] =" + + " @T4703500, [T4703600] = @T4703600, [T4703700] = @T4703700, [T4703800] = @T47038" + + "00, [T4703900] = @T4703900, [T4704000] = @T4704000 WHERE (([R0000100] = @Origina" + + "l_R0000100) AND ((@IsNull_R0173600 = 1 AND [R0173600] IS NULL) OR ([R0173600] = " + + "@Original_R0173600)) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R02" + + "14700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL)" + + " OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R1373300 = 1 AND [R1373300]" + + " IS NULL) OR ([R1373300] = @Original_R1373300)) AND ((@IsNull_R1373500 = 1 AND [" + + "R1373500] IS NULL) OR ([R1373500] = @Original_R1373500)) AND ((@IsNull_R1374000 " + + "= 1 AND [R1374000] IS NULL) OR ([R1374000] = @Original_R1374000)) AND ((@IsNull_" + + "R1374200 = 1 AND [R1374200] IS NULL) OR ([R1374200] = @Original_R1374200)) AND (" + + "(@IsNull_R1374700 = 1 AND [R1374700] IS NULL) OR ([R1374700] = @Original_R137470" + + "0)) AND ((@IsNull_R1374900 = 1 AND [R1374900] IS NULL) OR ([R1374900] = @Origina" + + "l_R1374900)) AND ((@IsNull_R1375400 = 1 AND [R1375400] IS NULL) OR ([R1375400] =" + + " @Original_R1375400)) AND ((@IsNull_R1375600 = 1 AND [R1375600] IS NULL) OR ([R1" + + "375600] = @Original_R1375600)) AND ((@IsNull_R1376100 = 1 AND [R1376100] IS NULL" + + ") OR ([R1376100] = @Original_R1376100)) AND ((@IsNull_R1376300 = 1 AND [R1376300" + + "] IS NULL) OR ([R1376300] = @Original_R1376300)) AND ((@IsNull_R1376800 = 1 AND " + + "[R1376800] IS NULL) OR ([R1376800] = @Original_R1376800)) AND ((@IsNull_R1377000" + + " = 1 AND [R1377000] IS NULL) OR ([R1377000] = @Original_R1377000)) AND ((@IsNull" + + "_R1377500 = 1 AND [R1377500] IS NULL) OR ([R1377500] = @Original_R1377500)) AND " + + "((@IsNull_R1377700 = 1 AND [R1377700] IS NULL) OR ([R1377700] = @Original_R13777" + + "00)) AND ((@IsNull_R1753700 = 1 AND [R1753700] IS NULL) OR ([R1753700] = @Origin" + + "al_R1753700)) AND ((@IsNull_R1753900 = 1 AND [R1753900] IS NULL) OR ([R1753900] " + + "= @Original_R1753900)) AND ((@IsNull_R1754400 = 1 AND [R1754400] IS NULL) OR ([R" + + "1754400] = @Original_R1754400)) AND ((@IsNull_R1754600 = 1 AND [R1754600] IS NUL" + + "L) OR ([R1754600] = @Original_R1754600)) AND ((@IsNull_R1755100 = 1 AND [R175510" + + "0] IS NULL) OR ([R1755100] = @Original_R1755100)) AND ((@IsNull_R1755300 = 1 AND" + + " [R1755300] IS NULL) OR ([R1755300] = @Original_R1755300)) AND ((@IsNull_R175580" + + "0 = 1 AND [R1755800] IS NULL) OR ([R1755800] = @Original_R1755800)) AND ((@IsNul" + + "l_R1756000 = 1 AND [R1756000] IS NULL) OR ([R1756000] = @Original_R1756000)) AND" + + " ((@IsNull_R1756500 = 1 AND [R1756500] IS NULL) OR ([R1756500] = @Original_R1756" + + "500)) AND ((@IsNull_R1756700 = 1 AND [R1756700] IS NULL) OR ([R1756700] = @Origi" + + "nal_R1756700)) AND ((@IsNull_R1757200 = 1 AND [R1757200] IS NULL) OR ([R1757200]" + + " = @Original_R1757200)) AND ((@IsNull_R1757400 = 1 AND [R1757400] IS NULL) OR ([" + + "R1757400] = @Original_R1757400)) AND ((@IsNull_R1757900 = 1 AND [R1757900] IS NU" + + "LL) OR ([R1757900] = @Original_R1757900)) AND ((@IsNull_R1758100 = 1 AND [R17581" + + "00] IS NULL) OR ([R1758100] = @Original_R1758100)) AND ((@IsNull_R2095700 = 1 AN" + + "D [R2095700] IS NULL) OR ([R2095700] = @Original_R2095700)) AND ((@IsNull_R20959" + + "00 = 1 AND [R2095900] IS NULL) OR ([R2095900] = @Original_R2095900)) AND ((@IsNu" + + "ll_R2096400 = 1 AND [R2096400] IS NULL) OR ([R2096400] = @Original_R2096400)) AN" + + "D ((@IsNull_R2096600 = 1 AND [R2096600] IS NULL) OR ([R2096600] = @Original_R209" + + "6600)) AND ((@IsNull_R2097100 = 1 AND [R2097100] IS NULL) OR ([R2097100] = @Orig" + + "inal_R2097100)) AND ((@IsNull_R2097300 = 1 AND [R2097300] IS NULL) OR ([R2097300" + + "] = @Original_R2097300)) AND ((@IsNull_R2097800 = 1 AND [R2097800] IS NULL) OR (" + + "[R2097800] = @Original_R2097800)) AND ((@IsNull_R2098000 = 1 AND [R2098000] IS N" + + "ULL) OR ([R2098000] = @Original_R2098000)) AND ((@IsNull_R2098500 = 1 AND [R2098" + + "500] IS NULL) OR ([R2098500] = @Original_R2098500)) AND ((@IsNull_R2098700 = 1 A" + + "ND [R2098700] IS NULL) OR ([R2098700] = @Original_R2098700)) AND ((@IsNull_R2099" + + "200 = 1 AND [R2099200] IS NULL) OR ([R2099200] = @Original_R2099200)) AND ((@IsN" + + "ull_R2099400 = 1 AND [R2099400] IS NULL) OR ([R2099400] = @Original_R2099400)) A" + + "ND ((@IsNull_R2099900 = 1 AND [R2099900] IS NULL) OR ([R2099900] = @Original_R20" + + "99900)) AND ((@IsNull_R2100100 = 1 AND [R2100100] IS NULL) OR ([R2100100] = @Ori" + + "ginal_R2100100)) AND ((@IsNull_R2345900 = 1 AND [R2345900] IS NULL) OR ([R234590" + + "0] = @Original_R2345900)) AND ((@IsNull_R2346200 = 1 AND [R2346200] IS NULL) OR " + + "([R2346200] = @Original_R2346200)) AND ((@IsNull_R2346500 = 1 AND [R2346500] IS " + + "NULL) OR ([R2346500] = @Original_R2346500)) AND ((@IsNull_R2346800 = 1 AND [R234" + + "6800] IS NULL) OR ([R2346800] = @Original_R2346800)) AND ((@IsNull_R2347100 = 1 " + + "AND [R2347100] IS NULL) OR ([R2347100] = @Original_R2347100)) AND ((@IsNull_R234" + + "7400 = 1 AND [R2347400] IS NULL) OR ([R2347400] = @Original_R2347400)) AND ((@Is" + + "Null_R2347700 = 1 AND [R2347700] IS NULL) OR ([R2347700] = @Original_R2347700)) " + + "AND ((@IsNull_R2648000 = 1 AND [R2648000] IS NULL) OR ([R2648000] = @Original_R2" + + "648000)) AND ((@IsNull_R2648200 = 1 AND [R2648200] IS NULL) OR ([R2648200] = @Or" + + "iginal_R2648200)) AND ((@IsNull_R2648700 = 1 AND [R2648700] IS NULL) OR ([R26487" + + "00] = @Original_R2648700)) AND ((@IsNull_R2648900 = 1 AND [R2648900] IS NULL) OR" + + " ([R2648900] = @Original_R2648900)) AND ((@IsNull_R2649400 = 1 AND [R2649400] IS" + + " NULL) OR ([R2649400] = @Original_R2649400)) AND ((@IsNull_R2649600 = 1 AND [R26" + + "49600] IS NULL) OR ([R2649600] = @Original_R2649600)) AND ((@IsNull_R2650100 = 1" + + " AND [R2650100] IS NULL) OR ([R2650100] = @Original_R2650100)) AND ((@IsNull_R26" + + "50300 = 1 AND [R2650300] IS NULL) OR ([R2650300] = @Original_R2650300)) AND ((@I" + + "sNull_R2650800 = 1 AND [R2650800] IS NULL) OR ([R2650800] = @Original_R2650800))" + + " AND ((@IsNull_R2651000 = 1 AND [R2651000] IS NULL) OR ([R2651000] = @Original_R" + + "2651000)) AND ((@IsNull_R2651500 = 1 AND [R2651500] IS NULL) OR ([R2651500] = @O" + + "riginal_R2651500)) AND ((@IsNull_R2651700 = 1 AND [R2651700] IS NULL) OR ([R2651" + + "700] = @Original_R2651700)) AND ((@IsNull_R2652200 = 1 AND [R2652200] IS NULL) O" + + "R ([R2652200] = @Original_R2652200)) AND ((@IsNull_R2652400 = 1 AND [R2652400] I" + + "S NULL) OR ([R2652400] = @Original_R2652400)) AND ((@IsNull_R2955900 = 1 AND [R2" + + "955900] IS NULL) OR ([R2955900] = @Original_R2955900)) AND ((@IsNull_R2956200 = " + + "1 AND [R2956200] IS NULL) OR ([R2956200] = @Original_R2956200)) AND ((@IsNull_R2" + + "956500 = 1 AND [R2956500] IS NULL) OR ([R2956500] = @Original_R2956500)) AND ((@" + + "IsNull_R2956800 = 1 AND [R2956800] IS NULL) OR ([R2956800] = @Original_R2956800)" + + ") AND ((@IsNull_R2957100 = 1 AND [R2957100] IS NULL) OR ([R2957100] = @Original_" + + "R2957100)) AND ((@IsNull_R2957400 = 1 AND [R2957400] IS NULL) OR ([R2957400] = @" + + "Original_R2957400)) AND ((@IsNull_R2957700 = 1 AND [R2957700] IS NULL) OR ([R295" + + "7700] = @Original_R2957700)) AND ((@IsNull_R3255900 = 1 AND [R3255900] IS NULL) " + + "OR ([R3255900] = @Original_R3255900)) AND ((@IsNull_R3256100 = 1 AND [R3256100] " + + "IS NULL) OR ([R3256100] = @Original_R3256100)) AND ((@IsNull_R3257700 = 1 AND [R" + + "3257700] IS NULL) OR ([R3257700] = @Original_R3257700)) AND ((@IsNull_R3257900 =" + + " 1 AND [R3257900] IS NULL) OR ([R3257900] = @Original_R3257900)) AND ((@IsNull_R" + + "3259500 = 1 AND [R3259500] IS NULL) OR ([R3259500] = @Original_R3259500)) AND ((" + + "@IsNull_R3259700 = 1 AND [R3259700] IS NULL) OR ([R3259700] = @Original_R3259700" + + ")) AND ((@IsNull_R3261300 = 1 AND [R3261300] IS NULL) OR ([R3261300] = @Original" + + "_R3261300)) AND ((@IsNull_R3261500 = 1 AND [R3261500] IS NULL) OR ([R3261500] = " + + "@Original_R3261500)) AND ((@IsNull_R3263100 = 1 AND [R3263100] IS NULL) OR ([R32" + + "63100] = @Original_R3263100)) AND ((@IsNull_R3263300 = 1 AND [R3263300] IS NULL)" + + " OR ([R3263300] = @Original_R3263300)) AND ((@IsNull_R3264900 = 1 AND [R3264900]" + + " IS NULL) OR ([R3264900] = @Original_R3264900)) AND ((@IsNull_R3265100 = 1 AND [" + + "R3265100] IS NULL) OR ([R3265100] = @Original_R3265100)) AND ((@IsNull_R3266700 " + + "= 1 AND [R3266700] IS NULL) OR ([R3266700] = @Original_R3266700)) AND ((@IsNull_" + + "R3266900 = 1 AND [R3266900] IS NULL) OR ([R3266900] = @Original_R3266900)) AND (" + + "(@IsNull_R3268500 = 1 AND [R3268500] IS NULL) OR ([R3268500] = @Original_R326850" + + "0)) AND ((@IsNull_R3556400 = 1 AND [R3556400] IS NULL) OR ([R3556400] = @Origina" + + "l_R3556400)) AND ((@IsNull_R3557000 = 1 AND [R3557000] IS NULL) OR ([R3557000] =" + + " @Original_R3557000)) AND ((@IsNull_R3557600 = 1 AND [R3557600] IS NULL) OR ([R3" + + "557600] = @Original_R3557600)) AND ((@IsNull_R3771800 = 1 AND [R3771800] IS NULL" + + ") OR ([R3771800] = @Original_R3771800)) AND ((@IsNull_R3772000 = 1 AND [R3772000" + + "] IS NULL) OR ([R3772000] = @Original_R3772000)) AND ((@IsNull_R3772100 = 1 AND " + + "[R3772100] IS NULL) OR ([R3772100] = @Original_R3772100)) AND ((@IsNull_R3772400" + + " = 1 AND [R3772400] IS NULL) OR ([R3772400] = @Original_R3772400)) AND ((@IsNull" + + "_R3773900 = 1 AND [R3773900] IS NULL) OR ([R3773900] = @Original_R3773900)) AND " + + "((@IsNull_R3774100 = 1 AND [R3774100] IS NULL) OR ([R3774100] = @Original_R37741" + + "00)) AND ((@IsNull_R3774200 = 1 AND [R3774200] IS NULL) OR ([R3774200] = @Origin" + + "al_R3774200)) AND ((@IsNull_R3774500 = 1 AND [R3774500] IS NULL) OR ([R3774500] " + + "= @Original_R3774500)) AND ((@IsNull_R3776000 = 1 AND [R3776000] IS NULL) OR ([R" + + "3776000] = @Original_R3776000)) AND ((@IsNull_R3776200 = 1 AND [R3776200] IS NUL" + + "L) OR ([R3776200] = @Original_R3776200)) AND ((@IsNull_R3776300 = 1 AND [R377630" + + "0] IS NULL) OR ([R3776300] = @Original_R3776300)) AND ((@IsNull_R3776600 = 1 AND" + + " [R3776600] IS NULL) OR ([R3776600] = @Original_R3776600)) AND ((@IsNull_R377810" + + "0 = 1 AND [R3778100] IS NULL) OR ([R3778100] = @Original_R3778100)) AND ((@IsNul" + + "l_R3778300 = 1 AND [R3778300] IS NULL) OR ([R3778300] = @Original_R3778300)) AND" + + " ((@IsNull_R3778400 = 1 AND [R3778400] IS NULL) OR ([R3778400] = @Original_R3778" + + "400)) AND ((@IsNull_R3778700 = 1 AND [R3778700] IS NULL) OR ([R3778700] = @Origi" + + "nal_R3778700)) AND ((@IsNull_R3780200 = 1 AND [R3780200] IS NULL) OR ([R3780200]" + + " = @Original_R3780200)) AND ((@IsNull_R3780400 = 1 AND [R3780400] IS NULL) OR ([" + + "R3780400] = @Original_R3780400)) AND ((@IsNull_R3780500 = 1 AND [R3780500] IS NU" + + "LL) OR ([R3780500] = @Original_R3780500)) AND ((@IsNull_R3780800 = 1 AND [R37808" + "00] IS NULL) OR ([R3780800] = @Original_R3780800)) AND ((@IsNull_R3782300 = 1 AN" + - "D [R3782300] IS NULL) OR ([R3782300] = @Original_R3782300)) AND ((@IsNull_R37824" + - "00 = 1 AND [R3782400] IS NULL) OR ([R3782400] = @Original_R3782400)) AND ((@IsNu" + - "ll_R3782500 = 1 AND [R3782500] IS NULL) OR ([R3782500] = @Original_R3782500)) AN" + - "D ((@IsNull_R3782600 = 1 AND [R3782600] IS NULL) OR ([R3782600] = @Original_R378" + - "2600)) AND ((@IsNull_R3782900 = 1 AND [R3782900] IS NULL) OR ([R3782900] = @Orig" + - "inal_R3782900)) AND ((@IsNull_R3784400 = 1 AND [R3784400] IS NULL) OR ([R3784400" + - "] = @Original_R3784400)) AND ((@IsNull_R3784500 = 1 AND [R3784500] IS NULL) OR (" + - "[R3784500] = @Original_R3784500)) AND ((@IsNull_R3784600 = 1 AND [R3784600] IS N" + - "ULL) OR ([R3784600] = @Original_R3784600)) AND ((@IsNull_R3784700 = 1 AND [R3784" + - "700] IS NULL) OR ([R3784700] = @Original_R3784700)) AND ((@IsNull_R3785000 = 1 A" + - "ND [R3785000] IS NULL) OR ([R3785000] = @Original_R3785000)) AND ((@IsNull_R3786" + - "500 = 1 AND [R3786500] IS NULL) OR ([R3786500] = @Original_R3786500)) AND ((@IsN" + - "ull_R3788004 = 1 AND [R3788004] IS NULL) OR ([R3788004] = @Original_R3788004)) A" + - "ND ((@IsNull_R4276800 = 1 AND [R4276800] IS NULL) OR ([R4276800] = @Original_R42" + - "76800)) AND ((@IsNull_R4276900 = 1 AND [R4276900] IS NULL) OR ([R4276900] = @Ori" + - "ginal_R4276900)) AND ((@IsNull_R4277000 = 1 AND [R4277000] IS NULL) OR ([R427700" + - "0] = @Original_R4277000)) AND ((@IsNull_R4277100 = 1 AND [R4277100] IS NULL) OR " + - "([R4277100] = @Original_R4277100)) AND ((@IsNull_R4277101 = 1 AND [R4277101] IS " + - "NULL) OR ([R4277101] = @Original_R4277101)) AND ((@IsNull_R4277200 = 1 AND [R427" + - "7200] IS NULL) OR ([R4277200] = @Original_R4277200)) AND ((@IsNull_R4277201 = 1 " + - "AND [R4277201] IS NULL) OR ([R4277201] = @Original_R4277201)) AND ((@IsNull_R427" + - "7700 = 1 AND [R4277700] IS NULL) OR ([R4277700] = @Original_R4277700)) AND ((@Is" + - "Null_R4277800 = 1 AND [R4277800] IS NULL) OR ([R4277800] = @Original_R4277800)) " + - "AND ((@IsNull_R4277900 = 1 AND [R4277900] IS NULL) OR ([R4277900] = @Original_R4" + - "277900)) AND ((@IsNull_R4278000 = 1 AND [R4278000] IS NULL) OR ([R4278000] = @Or" + - "iginal_R4278000)) AND ((@IsNull_R4278001 = 1 AND [R4278001] IS NULL) OR ([R42780" + - "01] = @Original_R4278001)) AND ((@IsNull_R4278100 = 1 AND [R4278100] IS NULL) OR" + - " ([R4278100] = @Original_R4278100)) AND ((@IsNull_R4278101 = 1 AND [R4278101] IS" + - " NULL) OR ([R4278101] = @Original_R4278101)) AND ((@IsNull_R4278600 = 1 AND [R42" + - "78600] IS NULL) OR ([R4278600] = @Original_R4278600)) AND ((@IsNull_R4278700 = 1" + - " AND [R4278700] IS NULL) OR ([R4278700] = @Original_R4278700)) AND ((@IsNull_R42" + - "78800 = 1 AND [R4278800] IS NULL) OR ([R4278800] = @Original_R4278800)) AND ((@I" + - "sNull_R4278900 = 1 AND [R4278900] IS NULL) OR ([R4278900] = @Original_R4278900))" + - " AND ((@IsNull_R4278901 = 1 AND [R4278901] IS NULL) OR ([R4278901] = @Original_R" + - "4278901)) AND ((@IsNull_R4279000 = 1 AND [R4279000] IS NULL) OR ([R4279000] = @O" + - "riginal_R4279000)) AND ((@IsNull_R4279001 = 1 AND [R4279001] IS NULL) OR ([R4279" + - "001] = @Original_R4279001)) AND ((@IsNull_R4279500 = 1 AND [R4279500] IS NULL) O" + - "R ([R4279500] = @Original_R4279500)) AND ((@IsNull_R4279600 = 1 AND [R4279600] I" + - "S NULL) OR ([R4279600] = @Original_R4279600)) AND ((@IsNull_R4279700 = 1 AND [R4" + - "279700] IS NULL) OR ([R4279700] = @Original_R4279700)) AND ((@IsNull_R4279800 = " + - "1 AND [R4279800] IS NULL) OR ([R4279800] = @Original_R4279800)) AND ((@IsNull_R4" + - "279801 = 1 AND [R4279801] IS NULL) OR ([R4279801] = @Original_R4279801)) AND ((@" + - "IsNull_R4279900 = 1 AND [R4279900] IS NULL) OR ([R4279900] = @Original_R4279900)" + - ") AND ((@IsNull_R4279901 = 1 AND [R4279901] IS NULL) OR ([R4279901] = @Original_" + - "R4279901)) AND ((@IsNull_R4280400 = 1 AND [R4280400] IS NULL) OR ([R4280400] = @" + - "Original_R4280400)) AND ((@IsNull_R4280500 = 1 AND [R4280500] IS NULL) OR ([R428" + - "0500] = @Original_R4280500)) AND ((@IsNull_R4280600 = 1 AND [R4280600] IS NULL) " + - "OR ([R4280600] = @Original_R4280600)) AND ((@IsNull_R4280700 = 1 AND [R4280700] " + - "IS NULL) OR ([R4280700] = @Original_R4280700)) AND ((@IsNull_R4280701 = 1 AND [R" + - "4280701] IS NULL) OR ([R4280701] = @Original_R4280701)) AND ((@IsNull_R4280800 =" + - " 1 AND [R4280800] IS NULL) OR ([R4280800] = @Original_R4280800)) AND ((@IsNull_R" + - "4280801 = 1 AND [R4280801] IS NULL) OR ([R4280801] = @Original_R4280801)) AND ((" + - "@IsNull_R4281300 = 1 AND [R4281300] IS NULL) OR ([R4281300] = @Original_R4281300" + - ")) AND ((@IsNull_R4281400 = 1 AND [R4281400] IS NULL) OR ([R4281400] = @Original" + - "_R4281400)) AND ((@IsNull_R4281500 = 1 AND [R4281500] IS NULL) OR ([R4281500] = " + - "@Original_R4281500)) AND ((@IsNull_R4281600 = 1 AND [R4281600] IS NULL) OR ([R42" + - "81600] = @Original_R4281600)) AND ((@IsNull_R4281601 = 1 AND [R4281601] IS NULL)" + - " OR ([R4281601] = @Original_R4281601)) AND ((@IsNull_R4282100 = 1 AND [R4282100]" + - " IS NULL) OR ([R4282100] = @Original_R4282100)) AND ((@IsNull_R4282200 = 1 AND [" + - "R4282200] IS NULL) OR ([R4282200] = @Original_R4282200)) AND ((@IsNull_R4282300 " + - "= 1 AND [R4282300] IS NULL) OR ([R4282300] = @Original_R4282300)) AND ((@IsNull_" + - "R4282400 = 1 AND [R4282400] IS NULL) OR ([R4282400] = @Original_R4282400)) AND (" + - "(@IsNull_R4282401 = 1 AND [R4282401] IS NULL) OR ([R4282401] = @Original_R428240" + - "1)) AND ((@IsNull_R4282900 = 1 AND [R4282900] IS NULL) OR ([R4282900] = @Origina" + - "l_R4282900)) AND ((@IsNull_R4283000 = 1 AND [R4283000] IS NULL) OR ([R4283000] =" + - " @Original_R4283000)) AND ((@IsNull_R4283100 = 1 AND [R4283100] IS NULL) OR ([R4" + - "283100] = @Original_R4283100)) AND ((@IsNull_R4283600 = 1 AND [R4283600] IS NULL" + - ") OR ([R4283600] = @Original_R4283600)) AND ((@IsNull_R4827600 = 1 AND [R4827600" + - "] IS NULL) OR ([R4827600] = @Original_R4827600)) AND ((@IsNull_R4827700 = 1 AND " + - "[R4827700] IS NULL) OR ([R4827700] = @Original_R4827700)) AND ((@IsNull_R4827800" + - " = 1 AND [R4827800] IS NULL) OR ([R4827800] = @Original_R4827800)) AND ((@IsNull" + - "_R4827900 = 1 AND [R4827900] IS NULL) OR ([R4827900] = @Original_R4827900)) AND " + - "((@IsNull_R4827901 = 1 AND [R4827901] IS NULL) OR ([R4827901] = @Original_R48279" + - "01)) AND ((@IsNull_R4828000 = 1 AND [R4828000] IS NULL) OR ([R4828000] = @Origin" + - "al_R4828000)) AND ((@IsNull_R4828001 = 1 AND [R4828001] IS NULL) OR ([R4828001] " + - "= @Original_R4828001)) AND ((@IsNull_R4828100 = 1 AND [R4828100] IS NULL) OR ([R" + - "4828100] = @Original_R4828100)) AND ((@IsNull_R4830600 = 1 AND [R4830600] IS NUL" + - "L) OR ([R4830600] = @Original_R4830600)) AND ((@IsNull_R4830700 = 1 AND [R483070" + - "0] IS NULL) OR ([R4830700] = @Original_R4830700)) AND ((@IsNull_R4830800 = 1 AND" + - " [R4830800] IS NULL) OR ([R4830800] = @Original_R4830800)) AND ((@IsNull_R483090" + - "0 = 1 AND [R4830900] IS NULL) OR ([R4830900] = @Original_R4830900)) AND ((@IsNul" + - "l_R4830901 = 1 AND [R4830901] IS NULL) OR ([R4830901] = @Original_R4830901)) AND" + - " ((@IsNull_R4831000 = 1 AND [R4831000] IS NULL) OR ([R4831000] = @Original_R4831" + - "000)) AND ((@IsNull_R4831001 = 1 AND [R4831001] IS NULL) OR ([R4831001] = @Origi" + - "nal_R4831001)) AND ((@IsNull_R4831100 = 1 AND [R4831100] IS NULL) OR ([R4831100]" + - " = @Original_R4831100)) AND ((@IsNull_R4833600 = 1 AND [R4833600] IS NULL) OR ([" + - "R4833600] = @Original_R4833600)) AND ((@IsNull_R4833700 = 1 AND [R4833700] IS NU" + - "LL) OR ([R4833700] = @Original_R4833700)) AND ((@IsNull_R4833800 = 1 AND [R48338" + - "00] IS NULL) OR ([R4833800] = @Original_R4833800)) AND ((@IsNull_R4833900 = 1 AN" + - "D [R4833900] IS NULL) OR ([R4833900] = @Original_R4833900)) AND ((@IsNull_R48339" + - "01 = 1 AND [R4833901] IS NULL) OR ([R4833901] = @Original_R4833901)) AND ((@IsNu" + - "ll_R4834000 = 1 AND [R4834000] IS NULL) OR ([R4834000] = @Original_R4834000)) AN" + - "D ((@IsNull_R4834001 = 1 AND [R4834001] IS NULL) OR ([R4834001] = @Original_R483" + - "4001)) AND ((@IsNull_R4834100 = 1 AND [R4834100] IS NULL) OR ([R4834100] = @Orig" + - "inal_R4834100)) AND ((@IsNull_R4836600 = 1 AND [R4836600] IS NULL) OR ([R4836600" + - "] = @Original_R4836600)) AND ((@IsNull_R4836700 = 1 AND [R4836700] IS NULL) OR (" + - "[R4836700] = @Original_R4836700)) AND ((@IsNull_R4836800 = 1 AND [R4836800] IS N" + - "ULL) OR ([R4836800] = @Original_R4836800)) AND ((@IsNull_R4836900 = 1 AND [R4836" + - "900] IS NULL) OR ([R4836900] = @Original_R4836900)) AND ((@IsNull_R4836901 = 1 A" + - "ND [R4836901] IS NULL) OR ([R4836901] = @Original_R4836901)) AND ((@IsNull_R4837" + - "000 = 1 AND [R4837000] IS NULL) OR ([R4837000] = @Original_R4837000)) AND ((@IsN" + - "ull_R4837001 = 1 AND [R4837001] IS NULL) OR ([R4837001] = @Original_R4837001)) A" + - "ND ((@IsNull_R4837100 = 1 AND [R4837100] IS NULL) OR ([R4837100] = @Original_R48" + - "37100)) AND ((@IsNull_R4839600 = 1 AND [R4839600] IS NULL) OR ([R4839600] = @Ori" + - "ginal_R4839600)) AND ((@IsNull_R4839700 = 1 AND [R4839700] IS NULL) OR ([R483970" + - "0] = @Original_R4839700)) AND ((@IsNull_R4839800 = 1 AND [R4839800] IS NULL) OR " + - "([R4839800] = @Original_R4839800)) AND ((@IsNull_R4839900 = 1 AND [R4839900] IS " + - "NULL) OR ([R4839900] = @Original_R4839900)) AND ((@IsNull_R4839901 = 1 AND [R483" + - "9901] IS NULL) OR ([R4839901] = @Original_R4839901)) AND ((@IsNull_R4840000 = 1 " + - "AND [R4840000] IS NULL) OR ([R4840000] = @Original_R4840000)) AND ((@IsNull_R484" + - "0001 = 1 AND [R4840001] IS NULL) OR ([R4840001] = @Original_R4840001)) AND ((@Is" + - "Null_R4840100 = 1 AND [R4840100] IS NULL) OR ([R4840100] = @Original_R4840100)) " + - "AND ((@IsNull_R4842500 = 1 AND [R4842500] IS NULL) OR ([R4842500] = @Original_R4" + - "842500)) AND ((@IsNull_R4842600 = 1 AND [R4842600] IS NULL) OR ([R4842600] = @Or" + - "iginal_R4842600)) AND ((@IsNull_R4842700 = 1 AND [R4842700] IS NULL) OR ([R48427" + - "00] = @Original_R4842700)) AND ((@IsNull_R4842800 = 1 AND [R4842800] IS NULL) OR" + - " ([R4842800] = @Original_R4842800)) AND ((@IsNull_R4842801 = 1 AND [R4842801] IS" + - " NULL) OR ([R4842801] = @Original_R4842801)) AND ((@IsNull_R4842900 = 1 AND [R48" + - "42900] IS NULL) OR ([R4842900] = @Original_R4842900)) AND ((@IsNull_R4844800 = 1" + - " AND [R4844800] IS NULL) OR ([R4844800] = @Original_R4844800)) AND ((@IsNull_R48" + - "44900 = 1 AND [R4844900] IS NULL) OR ([R4844900] = @Original_R4844900)) AND ((@I" + - "sNull_R4845000 = 1 AND [R4845000] IS NULL) OR ([R4845000] = @Original_R4845000))" + - " AND ((@IsNull_R4845100 = 1 AND [R4845100] IS NULL) OR ([R4845100] = @Original_R" + - "4845100)) AND ((@IsNull_R4845101 = 1 AND [R4845101] IS NULL) OR ([R4845101] = @O" + - "riginal_R4845101)) AND ((@IsNull_R4845200 = 1 AND [R4845200] IS NULL) OR ([R4845" + - "200] = @Original_R4845200)) AND ((@IsNull_R4847100 = 1 AND [R4847100] IS NULL) O" + - "R ([R4847100] = @Original_R4847100)) AND ((@IsNull_R4847200 = 1 AND [R4847200] I" + - "S NULL) OR ([R4847200] = @Original_R4847200)) AND ((@IsNull_R4847300 = 1 AND [R4" + - "847300] IS NULL) OR ([R4847300] = @Original_R4847300)) AND ((@IsNull_R4847400 = " + - "1 AND [R4847400] IS NULL) OR ([R4847400] = @Original_R4847400)) AND ((@IsNull_R5" + - "498000 = 1 AND [R5498000] IS NULL) OR ([R5498000] = @Original_R5498000)) AND ((@" + - "IsNull_R5498100 = 1 AND [R5498100] IS NULL) OR ([R5498100] = @Original_R5498100)" + - ") AND ((@IsNull_R5498200 = 1 AND [R5498200] IS NULL) OR ([R5498200] = @Original_" + - "R5498200)) AND ((@IsNull_R5498300 = 1 AND [R5498300] IS NULL) OR ([R5498300] = @" + - "Original_R5498300)) AND ((@IsNull_R5498301 = 1 AND [R5498301] IS NULL) OR ([R549" + - "8301] = @Original_R5498301)) AND ((@IsNull_R5498400 = 1 AND [R5498400] IS NULL) " + - "OR ([R5498400] = @Original_R5498400)) AND ((@IsNull_R5498401 = 1 AND [R5498401] " + - "IS NULL) OR ([R5498401] = @Original_R5498401)) AND ((@IsNull_R5498500 = 1 AND [R" + - "5498500] IS NULL) OR ([R5498500] = @Original_R5498500)) AND ((@IsNull_R5501000 =" + - " 1 AND [R5501000] IS NULL) OR ([R5501000] = @Original_R5501000)) AND ((@IsNull_R" + - "5501100 = 1 AND [R5501100] IS NULL) OR ([R5501100] = @Original_R5501100)) AND ((" + - "@IsNull_R5501200 = 1 AND [R5501200] IS NULL) OR ([R5501200] = @Original_R5501200" + - ")) AND ((@IsNull_R5501300 = 1 AND [R5501300] IS NULL) OR ([R5501300] = @Original" + - "_R5501300)) AND ((@IsNull_R5501301 = 1 AND [R5501301] IS NULL) OR ([R5501301] = " + - "@Original_R5501301)) AND ((@IsNull_R5501400 = 1 AND [R5501400] IS NULL) OR ([R55" + - "01400] = @Original_R5501400)) AND ((@IsNull_R5501401 = 1 AND [R5501401] IS NULL)" + - " OR ([R5501401] = @Original_R5501401)) AND ((@IsNull_R5501500 = 1 AND [R5501500]" + - " IS NULL) OR ([R5501500] = @Original_R5501500)) AND ((@IsNull_R5504000 = 1 AND [" + - "R5504000] IS NULL) OR ([R5504000] = @Original_R5504000)) AND ((@IsNull_R5504100 " + - "= 1 AND [R5504100] IS NULL) OR ([R5504100] = @Original_R5504100)) AND ((@IsNull_" + - "R5504200 = 1 AND [R5504200] IS NULL) OR ([R5504200] = @Original_R5504200)) AND (" + - "(@IsNull_R5504300 = 1 AND [R5504300] IS NULL) OR ([R5504300] = @Original_R550430" + - "0)) AND ((@IsNull_R5504301 = 1 AND [R5504301] IS NULL) OR ([R5504301] = @Origina" + - "l_R5504301)) AND ((@IsNull_R5504400 = 1 AND [R5504400] IS NULL) OR ([R5504400] =" + - " @Original_R5504400)) AND ((@IsNull_R5504401 = 1 AND [R5504401] IS NULL) OR ([R5" + - "504401] = @Original_R5504401)) AND ((@IsNull_R5504500 = 1 AND [R5504500] IS NULL" + - ") OR ([R5504500] = @Original_R5504500)) AND ((@IsNull_R5507000 = 1 AND [R5507000" + - "] IS NULL) OR ([R5507000] = @Original_R5507000)) AND ((@IsNull_R5507100 = 1 AND " + - "[R5507100] IS NULL) OR ([R5507100] = @Original_R5507100)) AND ((@IsNull_R5507200" + - " = 1 AND [R5507200] IS NULL) OR ([R5507200] = @Original_R5507200)) AND ((@IsNull" + - "_R5507300 = 1 AND [R5507300] IS NULL) OR ([R5507300] = @Original_R5507300)) AND " + - "((@IsNull_R5507301 = 1 AND [R5507301] IS NULL) OR ([R5507301] = @Original_R55073" + - "01)) AND ((@IsNull_R5507400 = 1 AND [R5507400] IS NULL) OR ([R5507400] = @Origin" + - "al_R5507400)) AND ((@IsNull_R5507401 = 1 AND [R5507401] IS NULL) OR ([R5507401] " + - "= @Original_R5507401)) AND ((@IsNull_R5507500 = 1 AND [R5507500] IS NULL) OR ([R" + - "5507500] = @Original_R5507500)) AND ((@IsNull_R5510000 = 1 AND [R5510000] IS NUL" + - "L) OR ([R5510000] = @Original_R5510000)) AND ((@IsNull_R5510100 = 1 AND [R551010" + - "0] IS NULL) OR ([R5510100] = @Original_R5510100)) AND ((@IsNull_R5510200 = 1 AND" + - " [R5510200] IS NULL) OR ([R5510200] = @Original_R5510200)) AND ((@IsNull_R551030" + - "0 = 1 AND [R5510300] IS NULL) OR ([R5510300] = @Original_R5510300)) AND ((@IsNul" + - "l_R5510301 = 1 AND [R5510301] IS NULL) OR ([R5510301] = @Original_R5510301)) AND" + - " ((@IsNull_R5510400 = 1 AND [R5510400] IS NULL) OR ([R5510400] = @Original_R5510" + - "400)) AND ((@IsNull_R5510401 = 1 AND [R5510401] IS NULL) OR ([R5510401] = @Origi" + - "nal_R5510401)) AND ((@IsNull_R5510500 = 1 AND [R5510500] IS NULL) OR ([R5510500]" + - " = @Original_R5510500)) AND ((@IsNull_R5513000 = 1 AND [R5513000] IS NULL) OR ([" + - "R5513000] = @Original_R5513000)) AND ((@IsNull_R5513100 = 1 AND [R5513100] IS NU" + - "LL) OR ([R5513100] = @Original_R5513100)) AND ((@IsNull_R5513200 = 1 AND [R55132" + - "00] IS NULL) OR ([R5513200] = @Original_R5513200)) AND ((@IsNull_R5513300 = 1 AN" + - "D [R5513300] IS NULL) OR ([R5513300] = @Original_R5513300)) AND ((@IsNull_R55133" + - "01 = 1 AND [R5513301] IS NULL) OR ([R5513301] = @Original_R5513301)) AND ((@IsNu" + - "ll_R5513400 = 1 AND [R5513400] IS NULL) OR ([R5513400] = @Original_R5513400)) AN" + - "D ((@IsNull_R5515300 = 1 AND [R5515300] IS NULL) OR ([R5515300] = @Original_R551" + - "5300)) AND ((@IsNull_R5515400 = 1 AND [R5515400] IS NULL) OR ([R5515400] = @Orig" + - "inal_R5515400)) AND ((@IsNull_R5515500 = 1 AND [R5515500] IS NULL) OR ([R5515500" + - "] = @Original_R5515500)) AND ((@IsNull_R5515600 = 1 AND [R5515600] IS NULL) OR (" + - "[R5515600] = @Original_R5515600)) AND ((@IsNull_R5515601 = 1 AND [R5515601] IS N" + - "ULL) OR ([R5515601] = @Original_R5515601)) AND ((@IsNull_R5515700 = 1 AND [R5515" + - "700] IS NULL) OR ([R5515700] = @Original_R5515700)) AND ((@IsNull_R5517600 = 1 A" + - "ND [R5517600] IS NULL) OR ([R5517600] = @Original_R5517600)) AND ((@IsNull_R5517" + - "700 = 1 AND [R5517700] IS NULL) OR ([R5517700] = @Original_R5517700)) AND ((@IsN" + - "ull_R5517800 = 1 AND [R5517800] IS NULL) OR ([R5517800] = @Original_R5517800)) A" + - "ND ((@IsNull_R5517900 = 1 AND [R5517900] IS NULL) OR ([R5517900] = @Original_R55" + - "17900)) AND ((@IsNull_R5519800 = 1 AND [R5519800] IS NULL) OR ([R5519800] = @Ori" + - "ginal_R5519800)) AND ((@IsNull_R5519900 = 1 AND [R5519900] IS NULL) OR ([R551990" + - "0] = @Original_R5519900)) AND ((@IsNull_R5520000 = 1 AND [R5520000] IS NULL) OR " + - "([R5520000] = @Original_R5520000)) AND ((@IsNull_R5520100 = 1 AND [R5520100] IS " + - "NULL) OR ([R5520100] = @Original_R5520100)) AND ((@IsNull_R5520101 = 1 AND [R552" + - "0101] IS NULL) OR ([R5520101] = @Original_R5520101)) AND ((@IsNull_R5520200 = 1 " + - "AND [R5520200] IS NULL) OR ([R5520200] = @Original_R5520200)) AND ((@IsNull_R621" + - "8400 = 1 AND [R6218400] IS NULL) OR ([R6218400] = @Original_R6218400)) AND ((@Is" + - "Null_R6218500 = 1 AND [R6218500] IS NULL) OR ([R6218500] = @Original_R6218500)) " + - "AND ((@IsNull_R6218600 = 1 AND [R6218600] IS NULL) OR ([R6218600] = @Original_R6" + - "218600)) AND ((@IsNull_R6218700 = 1 AND [R6218700] IS NULL) OR ([R6218700] = @Or" + - "iginal_R6218700)) AND ((@IsNull_R6218800 = 1 AND [R6218800] IS NULL) OR ([R62188" + - "00] = @Original_R6218800)) AND ((@IsNull_R6218900 = 1 AND [R6218900] IS NULL) OR" + - " ([R6218900] = @Original_R6218900)) AND ((@IsNull_R6219000 = 1 AND [R6219000] IS" + - " NULL) OR ([R6219000] = @Original_R6219000)) AND ((@IsNull_R6219100 = 1 AND [R62" + - "19100] IS NULL) OR ([R6219100] = @Original_R6219100)) AND ((@IsNull_R6219200 = 1" + - " AND [R6219200] IS NULL) OR ([R6219200] = @Original_R6219200)) AND ((@IsNull_R62" + - "19300 = 1 AND [R6219300] IS NULL) OR ([R6219300] = @Original_R6219300)) AND ((@I" + - "sNull_R6219500 = 1 AND [R6219500] IS NULL) OR ([R6219500] = @Original_R6219500))" + - " AND ((@IsNull_R6219600 = 1 AND [R6219600] IS NULL) OR ([R6219600] = @Original_R" + - "6219600)) AND ((@IsNull_R6219700 = 1 AND [R6219700] IS NULL) OR ([R6219700] = @O" + - "riginal_R6219700)) AND ((@IsNull_R6219800 = 1 AND [R6219800] IS NULL) OR ([R6219" + - "800] = @Original_R6219800)) AND ((@IsNull_R6219900 = 1 AND [R6219900] IS NULL) O" + - "R ([R6219900] = @Original_R6219900)) AND ((@IsNull_R6220000 = 1 AND [R6220000] I" + - "S NULL) OR ([R6220000] = @Original_R6220000)) AND ((@IsNull_R6220100 = 1 AND [R6" + - "220100] IS NULL) OR ([R6220100] = @Original_R6220100)) AND ((@IsNull_R6220200 = " + - "1 AND [R6220200] IS NULL) OR ([R6220200] = @Original_R6220200)) AND ((@IsNull_R6" + - "220300 = 1 AND [R6220300] IS NULL) OR ([R6220300] = @Original_R6220300)) AND ((@" + - "IsNull_R6220400 = 1 AND [R6220400] IS NULL) OR ([R6220400] = @Original_R6220400)" + - ") AND ((@IsNull_R6220600 = 1 AND [R6220600] IS NULL) OR ([R6220600] = @Original_" + - "R6220600)) AND ((@IsNull_R6220700 = 1 AND [R6220700] IS NULL) OR ([R6220700] = @" + - "Original_R6220700)) AND ((@IsNull_R6220800 = 1 AND [R6220800] IS NULL) OR ([R622" + - "0800] = @Original_R6220800)) AND ((@IsNull_R6220900 = 1 AND [R6220900] IS NULL) " + - "OR ([R6220900] = @Original_R6220900)) AND ((@IsNull_R6221000 = 1 AND [R6221000] " + - "IS NULL) OR ([R6221000] = @Original_R6221000)) AND ((@IsNull_R6221100 = 1 AND [R" + - "6221100] IS NULL) OR ([R6221100] = @Original_R6221100)) AND ((@IsNull_R6221200 =" + - " 1 AND [R6221200] IS NULL) OR ([R6221200] = @Original_R6221200)) AND ((@IsNull_R" + - "6221300 = 1 AND [R6221300] IS NULL) OR ([R6221300] = @Original_R6221300)) AND ((" + - "@IsNull_R6221400 = 1 AND [R6221400] IS NULL) OR ([R6221400] = @Original_R6221400" + - ")) AND ((@IsNull_R6221500 = 1 AND [R6221500] IS NULL) OR ([R6221500] = @Original" + - "_R6221500)) AND ((@IsNull_R6221700 = 1 AND [R6221700] IS NULL) OR ([R6221700] = " + - "@Original_R6221700)) AND ((@IsNull_R6221701 = 1 AND [R6221701] IS NULL) OR ([R62" + - "21701] = @Original_R6221701)) AND ((@IsNull_R6221800 = 1 AND [R6221800] IS NULL)" + - " OR ([R6221800] = @Original_R6221800)) AND ((@IsNull_R6221801 = 1 AND [R6221801]" + - " IS NULL) OR ([R6221801] = @Original_R6221801)) AND ((@IsNull_R6221900 = 1 AND [" + - "R6221900] IS NULL) OR ([R6221900] = @Original_R6221900)) AND ((@IsNull_R6221901 " + - "= 1 AND [R6221901] IS NULL) OR ([R6221901] = @Original_R6221901)) AND ((@IsNull_" + - "R6222000 = 1 AND [R6222000] IS NULL) OR ([R6222000] = @Original_R6222000)) AND (" + - "(@IsNull_R6222001 = 1 AND [R6222001] IS NULL) OR ([R6222001] = @Original_R622200" + - "1)) AND ((@IsNull_R6222100 = 1 AND [R6222100] IS NULL) OR ([R6222100] = @Origina" + - "l_R6222100)) AND ((@IsNull_R6222101 = 1 AND [R6222101] IS NULL) OR ([R6222101] =" + - " @Original_R6222101)) AND ((@IsNull_R6222200 = 1 AND [R6222200] IS NULL) OR ([R6" + - "222200] = @Original_R6222200)) AND ((@IsNull_R6222201 = 1 AND [R6222201] IS NULL" + - ") OR ([R6222201] = @Original_R6222201)) AND ((@IsNull_R6222300 = 1 AND [R6222300" + - "] IS NULL) OR ([R6222300] = @Original_R6222300)) AND ((@IsNull_R6222301 = 1 AND " + - "[R6222301] IS NULL) OR ([R6222301] = @Original_R6222301)) AND ((@IsNull_R6222400" + - " = 1 AND [R6222400] IS NULL) OR ([R6222400] = @Original_R6222400)) AND ((@IsNull" + - "_R6222401 = 1 AND [R6222401] IS NULL) OR ([R6222401] = @Original_R6222401)) AND " + - "((@IsNull_R6222500 = 1 AND [R6222500] IS NULL) OR ([R6222500] = @Original_R62225" + - "00)) AND ((@IsNull_R6222501 = 1 AND [R6222501] IS NULL) OR ([R6222501] = @Origin" + - "al_R6222501)) AND ((@IsNull_R6222600 = 1 AND [R6222600] IS NULL) OR ([R6222600] " + - "= @Original_R6222600)) AND ((@IsNull_R6222601 = 1 AND [R6222601] IS NULL) OR ([R" + - "6222601] = @Original_R6222601)) AND ((@IsNull_R6222800 = 1 AND [R6222800] IS NUL" + - "L) OR ([R6222800] = @Original_R6222800)) AND ((@IsNull_R6222801 = 1 AND [R622280" + - "1] IS NULL) OR ([R6222801] = @Original_R6222801)) AND ((@IsNull_R6222900 = 1 AND" + - " [R6222900] IS NULL) OR ([R6222900] = @Original_R6222900)) AND ((@IsNull_R622290" + - "1 = 1 AND [R6222901] IS NULL) OR ([R6222901] = @Original_R6222901)) AND ((@IsNul" + - "l_R6223000 = 1 AND [R6223000] IS NULL) OR ([R6223000] = @Original_R6223000)) AND" + - " ((@IsNull_R6223001 = 1 AND [R6223001] IS NULL) OR ([R6223001] = @Original_R6223" + - "001)) AND ((@IsNull_R6223100 = 1 AND [R6223100] IS NULL) OR ([R6223100] = @Origi" + - "nal_R6223100)) AND ((@IsNull_R6223101 = 1 AND [R6223101] IS NULL) OR ([R6223101]" + - " = @Original_R6223101)) AND ((@IsNull_R6223200 = 1 AND [R6223200] IS NULL) OR ([" + - "R6223200] = @Original_R6223200)) AND ((@IsNull_R6223201 = 1 AND [R6223201] IS NU" + - "LL) OR ([R6223201] = @Original_R6223201)) AND ((@IsNull_R6223300 = 1 AND [R62233" + - "00] IS NULL) OR ([R6223300] = @Original_R6223300)) AND ((@IsNull_R6223301 = 1 AN" + - "D [R6223301] IS NULL) OR ([R6223301] = @Original_R6223301)) AND ((@IsNull_R62234" + - "00 = 1 AND [R6223400] IS NULL) OR ([R6223400] = @Original_R6223400)) AND ((@IsNu" + - "ll_R6223500 = 1 AND [R6223500] IS NULL) OR ([R6223500] = @Original_R6223500)) AN" + - "D ((@IsNull_R6223600 = 1 AND [R6223600] IS NULL) OR ([R6223600] = @Original_R622" + - "3600)) AND ((@IsNull_R6223700 = 1 AND [R6223700] IS NULL) OR ([R6223700] = @Orig" + - "inal_R6223700)) AND ((@IsNull_R6223800 = 1 AND [R6223800] IS NULL) OR ([R6223800" + - "] = @Original_R6223800)) AND ((@IsNull_R6223900 = 1 AND [R6223900] IS NULL) OR (" + - "[R6223900] = @Original_R6223900)) AND ((@IsNull_R6224000 = 1 AND [R6224000] IS N" + - "ULL) OR ([R6224000] = @Original_R6224000)) AND ((@IsNull_R6224100 = 1 AND [R6224" + - "100] IS NULL) OR ([R6224100] = @Original_R6224100)) AND ((@IsNull_R6224200 = 1 A" + - "ND [R6224200] IS NULL) OR ([R6224200] = @Original_R6224200)) AND ((@IsNull_R6224" + - "300 = 1 AND [R6224300] IS NULL) OR ([R6224300] = @Original_R6224300)) AND ((@IsN" + - "ull_R6770600 = 1 AND [R6770600] IS NULL) OR ([R6770600] = @Original_R6770600)) A" + - "ND ((@IsNull_R6771600 = 1 AND [R6771600] IS NULL) OR ([R6771600] = @Original_R67" + - "71600)) AND ((@IsNull_R6771700 = 1 AND [R6771700] IS NULL) OR ([R6771700] = @Ori" + - "ginal_R6771700)) AND ((@IsNull_R6771800 = 1 AND [R6771800] IS NULL) OR ([R677180" + - "0] = @Original_R6771800)) AND ((@IsNull_R6771900 = 1 AND [R6771900] IS NULL) OR " + - "([R6771900] = @Original_R6771900)) AND ((@IsNull_R6772000 = 1 AND [R6772000] IS " + - "NULL) OR ([R6772000] = @Original_R6772000)) AND ((@IsNull_R6772100 = 1 AND [R677" + - "2100] IS NULL) OR ([R6772100] = @Original_R6772100)) AND ((@IsNull_R6772200 = 1 " + - "AND [R6772200] IS NULL) OR ([R6772200] = @Original_R6772200)) AND ((@IsNull_R677" + - "2300 = 1 AND [R6772300] IS NULL) OR ([R6772300] = @Original_R6772300)) AND ((@Is" + - "Null_R6772400 = 1 AND [R6772400] IS NULL) OR ([R6772400] = @Original_R6772400)) " + - "AND ((@IsNull_R6772500 = 1 AND [R6772500] IS NULL) OR ([R6772500] = @Original_R6" + - "772500)) AND ((@IsNull_R6772600 = 1 AND [R6772600] IS NULL) OR ([R6772600] = @Or" + - "iginal_R6772600)) AND ((@IsNull_R6772700 = 1 AND [R6772700] IS NULL) OR ([R67727" + - "00] = @Original_R6772700)) AND ((@IsNull_R6772800 = 1 AND [R6772800] IS NULL) OR" + - " ([R6772800] = @Original_R6772800)) AND ((@IsNull_R6772900 = 1 AND [R6772900] IS" + - " NULL) OR ([R6772900] = @Original_R6772900)) AND ((@IsNull_R6773000 = 1 AND [R67" + - "73000] IS NULL) OR ([R6773000] = @Original_R6773000)) AND ((@IsNull_R6773100 = 1" + - " AND [R6773100] IS NULL) OR ([R6773100] = @Original_R6773100)) AND ((@IsNull_R67" + - "73200 = 1 AND [R6773200] IS NULL) OR ([R6773200] = @Original_R6773200)) AND ((@I" + - "sNull_R6773300 = 1 AND [R6773300] IS NULL) OR ([R6773300] = @Original_R6773300))" + - " AND ((@IsNull_R6773400 = 1 AND [R6773400] IS NULL) OR ([R6773400] = @Original_R" + - "6773400)) AND ((@IsNull_R6773500 = 1 AND [R6773500] IS NULL) OR ([R6773500] = @O" + - "riginal_R6773500)) AND ((@IsNull_R6773600 = 1 AND [R6773600] IS NULL) OR ([R6773" + - "600] = @Original_R6773600)) AND ((@IsNull_R6773700 = 1 AND [R6773700] IS NULL) O" + - "R ([R6773700] = @Original_R6773700)) AND ((@IsNull_R6773800 = 1 AND [R6773800] I" + - "S NULL) OR ([R6773800] = @Original_R6773800)) AND ((@IsNull_R6773900 = 1 AND [R6" + - "773900] IS NULL) OR ([R6773900] = @Original_R6773900)) AND ((@IsNull_R6774000 = " + - "1 AND [R6774000] IS NULL) OR ([R6774000] = @Original_R6774000)) AND ((@IsNull_R6" + - "774100 = 1 AND [R6774100] IS NULL) OR ([R6774100] = @Original_R6774100)) AND ((@" + - "IsNull_R6774200 = 1 AND [R6774200] IS NULL) OR ([R6774200] = @Original_R6774200)" + - ") AND ((@IsNull_R6774300 = 1 AND [R6774300] IS NULL) OR ([R6774300] = @Original_" + - "R6774300)) AND ((@IsNull_R6774400 = 1 AND [R6774400] IS NULL) OR ([R6774400] = @" + - "Original_R6774400)) AND ((@IsNull_R6774500 = 1 AND [R6774500] IS NULL) OR ([R677" + - "4500] = @Original_R6774500)) AND ((@IsNull_R6774600 = 1 AND [R6774600] IS NULL) " + - "OR ([R6774600] = @Original_R6774600)) AND ((@IsNull_R6774700 = 1 AND [R6774700] " + - "IS NULL) OR ([R6774700] = @Original_R6774700)) AND ((@IsNull_R6774800 = 1 AND [R" + - "6774800] IS NULL) OR ([R6774800] = @Original_R6774800)) AND ((@IsNull_R6774900 =" + - " 1 AND [R6774900] IS NULL) OR ([R6774900] = @Original_R6774900)) AND ((@IsNull_R" + - "6775000 = 1 AND [R6775000] IS NULL) OR ([R6775000] = @Original_R6775000)) AND ((" + - "@IsNull_R6775100 = 1 AND [R6775100] IS NULL) OR ([R6775100] = @Original_R6775100" + - ")) AND ((@IsNull_R6775200 = 1 AND [R6775200] IS NULL) OR ([R6775200] = @Original" + - "_R6775200)) AND ((@IsNull_R6775300 = 1 AND [R6775300] IS NULL) OR ([R6775300] = " + - "@Original_R6775300)) AND ((@IsNull_R6775400 = 1 AND [R6775400] IS NULL) OR ([R67" + - "75400] = @Original_R6775400)) AND ((@IsNull_R6775500 = 1 AND [R6775500] IS NULL)" + - " OR ([R6775500] = @Original_R6775500)) AND ((@IsNull_R6775501 = 1 AND [R6775501]" + - " IS NULL) OR ([R6775501] = @Original_R6775501)) AND ((@IsNull_R6775600 = 1 AND [" + - "R6775600] IS NULL) OR ([R6775600] = @Original_R6775600)) AND ((@IsNull_R6775601 " + - "= 1 AND [R6775601] IS NULL) OR ([R6775601] = @Original_R6775601)) AND ((@IsNull_" + - "R6775700 = 1 AND [R6775700] IS NULL) OR ([R6775700] = @Original_R6775700)) AND (" + - "(@IsNull_R6775701 = 1 AND [R6775701] IS NULL) OR ([R6775701] = @Original_R677570" + - "1)) AND ((@IsNull_R6775800 = 1 AND [R6775800] IS NULL) OR ([R6775800] = @Origina" + - "l_R6775800)) AND ((@IsNull_R6775801 = 1 AND [R6775801] IS NULL) OR ([R6775801] =" + - " @Original_R6775801)) AND ((@IsNull_R6775900 = 1 AND [R6775900] IS NULL) OR ([R6" + - "775900] = @Original_R6775900)) AND ((@IsNull_R6775901 = 1 AND [R6775901] IS NULL" + - ") OR ([R6775901] = @Original_R6775901)) AND ((@IsNull_R6776000 = 1 AND [R6776000" + - "] IS NULL) OR ([R6776000] = @Original_R6776000)) AND ((@IsNull_R6776001 = 1 AND " + - "[R6776001] IS NULL) OR ([R6776001] = @Original_R6776001)) AND ((@IsNull_R6776100" + - " = 1 AND [R6776100] IS NULL) OR ([R6776100] = @Original_R6776100)) AND ((@IsNull" + - "_R6776101 = 1 AND [R6776101] IS NULL) OR ([R6776101] = @Original_R6776101)) AND " + - "((@IsNull_R6776200 = 1 AND [R6776200] IS NULL) OR ([R6776200] = @Original_R67762" + - "00)) AND ((@IsNull_R6776201 = 1 AND [R6776201] IS NULL) OR ([R6776201] = @Origin" + - "al_R6776201)) AND ((@IsNull_R6776300 = 1 AND [R6776300] IS NULL) OR ([R6776300] " + - "= @Original_R6776300)) AND ((@IsNull_R6776301 = 1 AND [R6776301] IS NULL) OR ([R" + - "6776301] = @Original_R6776301)) AND ((@IsNull_R6776400 = 1 AND [R6776400] IS NUL" + - "L) OR ([R6776400] = @Original_R6776400)) AND ((@IsNull_R6776401 = 1 AND [R677640" + - "1] IS NULL) OR ([R6776401] = @Original_R6776401)) AND ((@IsNull_R6776500 = 1 AND" + - " [R6776500] IS NULL) OR ([R6776500] = @Original_R6776500)) AND ((@IsNull_R677650" + - "1 = 1 AND [R6776501] IS NULL) OR ([R6776501] = @Original_R6776501)) AND ((@IsNul" + - "l_R6776600 = 1 AND [R6776600] IS NULL) OR ([R6776600] = @Original_R6776600)) AND" + - " ((@IsNull_R6776601 = 1 AND [R6776601] IS NULL) OR ([R6776601] = @Original_R6776" + - "601)) AND ((@IsNull_R6776700 = 1 AND [R6776700] IS NULL) OR ([R6776700] = @Origi" + - "nal_R6776700)) AND ((@IsNull_R6776701 = 1 AND [R6776701] IS NULL) OR ([R6776701]" + - " = @Original_R6776701)) AND ((@IsNull_R6776800 = 1 AND [R6776800] IS NULL) OR ([" + - "R6776800] = @Original_R6776800)) AND ((@IsNull_R6776801 = 1 AND [R6776801] IS NU" + - "LL) OR ([R6776801] = @Original_R6776801)) AND ((@IsNull_R6776900 = 1 AND [R67769" + - "00] IS NULL) OR ([R6776900] = @Original_R6776900)) AND ((@IsNull_R6777000 = 1 AN" + - "D [R6777000] IS NULL) OR ([R6777000] = @Original_R6777000)) AND ((@IsNull_R67771" + - "00 = 1 AND [R6777100] IS NULL) OR ([R6777100] = @Original_R6777100)) AND ((@IsNu" + - "ll_R6777200 = 1 AND [R6777200] IS NULL) OR ([R6777200] = @Original_R6777200)) AN" + - "D ((@IsNull_R6777300 = 1 AND [R6777300] IS NULL) OR ([R6777300] = @Original_R677" + - "7300)) AND ((@IsNull_R6777400 = 1 AND [R6777400] IS NULL) OR ([R6777400] = @Orig" + - "inal_R6777400)) AND ((@IsNull_R6777500 = 1 AND [R6777500] IS NULL) OR ([R6777500" + - "] = @Original_R6777500)) AND ((@IsNull_R6777600 = 1 AND [R6777600] IS NULL) OR (" + - "[R6777600] = @Original_R6777600)) AND ((@IsNull_R6777700 = 1 AND [R6777700] IS N" + - "ULL) OR ([R6777700] = @Original_R6777700)) AND ((@IsNull_R6777800 = 1 AND [R6777" + - "800] IS NULL) OR ([R6777800] = @Original_R6777800)) AND ((@IsNull_R7415900 = 1 A" + - "ND [R7415900] IS NULL) OR ([R7415900] = @Original_R7415900)) AND ((@IsNull_R7416" + - "000 = 1 AND [R7416000] IS NULL) OR ([R7416000] = @Original_R7416000)) AND ((@IsN" + - "ull_R7416100 = 1 AND [R7416100] IS NULL) OR ([R7416100] = @Original_R7416100)) A" + - "ND ((@IsNull_R7416200 = 1 AND [R7416200] IS NULL) OR ([R7416200] = @Original_R74" + - "16200)) AND ((@IsNull_R7416300 = 1 AND [R7416300] IS NULL) OR ([R7416300] = @Ori" + - "ginal_R7416300)) AND ((@IsNull_R7416400 = 1 AND [R7416400] IS NULL) OR ([R741640" + - "0] = @Original_R7416400)) AND ((@IsNull_R7416500 = 1 AND [R7416500] IS NULL) OR " + - "([R7416500] = @Original_R7416500)) AND ((@IsNull_R7416600 = 1 AND [R7416600] IS " + - "NULL) OR ([R7416600] = @Original_R7416600)) AND ((@IsNull_R7416700 = 1 AND [R741" + - "6700] IS NULL) OR ([R7416700] = @Original_R7416700)) AND ((@IsNull_R7416800 = 1 " + - "AND [R7416800] IS NULL) OR ([R7416800] = @Original_R7416800)) AND ((@IsNull_R741" + - "6900 = 1 AND [R7416900] IS NULL) OR ([R7416900] = @Original_R7416900)) AND ((@Is" + - "Null_R7417000 = 1 AND [R7417000] IS NULL) OR ([R7417000] = @Original_R7417000)) " + - "AND ((@IsNull_R7417100 = 1 AND [R7417100] IS NULL) OR ([R7417100] = @Original_R7" + - "417100)) AND ((@IsNull_R7417200 = 1 AND [R7417200] IS NULL) OR ([R7417200] = @Or" + - "iginal_R7417200)) AND ((@IsNull_R7417300 = 1 AND [R7417300] IS NULL) OR ([R74173" + - "00] = @Original_R7417300)) AND ((@IsNull_R7417400 = 1 AND [R7417400] IS NULL) OR" + - " ([R7417400] = @Original_R7417400)) AND ((@IsNull_R7417500 = 1 AND [R7417500] IS" + - " NULL) OR ([R7417500] = @Original_R7417500)) AND ((@IsNull_R7417600 = 1 AND [R74" + - "17600] IS NULL) OR ([R7417600] = @Original_R7417600)) AND ((@IsNull_R7417700 = 1" + - " AND [R7417700] IS NULL) OR ([R7417700] = @Original_R7417700)) AND ((@IsNull_R74" + - "17800 = 1 AND [R7417800] IS NULL) OR ([R7417800] = @Original_R7417800)) AND ((@I" + - "sNull_R7417900 = 1 AND [R7417900] IS NULL) OR ([R7417900] = @Original_R7417900))" + - " AND ((@IsNull_R7418000 = 1 AND [R7418000] IS NULL) OR ([R7418000] = @Original_R" + - "7418000)) AND ((@IsNull_R7418100 = 1 AND [R7418100] IS NULL) OR ([R7418100] = @O" + - "riginal_R7418100)) AND ((@IsNull_R7418200 = 1 AND [R7418200] IS NULL) OR ([R7418" + - "200] = @Original_R7418200)) AND ((@IsNull_R7418300 = 1 AND [R7418300] IS NULL) O" + - "R ([R7418300] = @Original_R7418300)) AND ((@IsNull_R7418400 = 1 AND [R7418400] I" + - "S NULL) OR ([R7418400] = @Original_R7418400)) AND ((@IsNull_R7418500 = 1 AND [R7" + - "418500] IS NULL) OR ([R7418500] = @Original_R7418500)) AND ((@IsNull_R7418600 = " + - "1 AND [R7418600] IS NULL) OR ([R7418600] = @Original_R7418600)) AND ((@IsNull_R7" + - "418700 = 1 AND [R7418700] IS NULL) OR ([R7418700] = @Original_R7418700)) AND ((@" + - "IsNull_R7418800 = 1 AND [R7418800] IS NULL) OR ([R7418800] = @Original_R7418800)" + - ") AND ((@IsNull_R7418900 = 1 AND [R7418900] IS NULL) OR ([R7418900] = @Original_" + - "R7418900)) AND ((@IsNull_R7419000 = 1 AND [R7419000] IS NULL) OR ([R7419000] = @" + - "Original_R7419000)) AND ((@IsNull_R7419100 = 1 AND [R7419100] IS NULL) OR ([R741" + - "9100] = @Original_R7419100)) AND ((@IsNull_R7419200 = 1 AND [R7419200] IS NULL) " + - "OR ([R7419200] = @Original_R7419200)) AND ((@IsNull_R7419300 = 1 AND [R7419300] " + - "IS NULL) OR ([R7419300] = @Original_R7419300)) AND ((@IsNull_R7419400 = 1 AND [R" + - "7419400] IS NULL) OR ([R7419400] = @Original_R7419400)) AND ((@IsNull_R7419500 =" + - " 1 AND [R7419500] IS NULL) OR ([R7419500] = @Original_R7419500)) AND ((@IsNull_R" + - "7419600 = 1 AND [R7419600] IS NULL) OR ([R7419600] = @Original_R7419600)) AND ((" + - "@IsNull_R7419700 = 1 AND [R7419700] IS NULL) OR ([R7419700] = @Original_R7419700" + - ")) AND ((@IsNull_R7419800 = 1 AND [R7419800] IS NULL) OR ([R7419800] = @Original" + - "_R7419800)) AND ((@IsNull_R7419900 = 1 AND [R7419900] IS NULL) OR ([R7419900] = " + - "@Original_R7419900)) AND ((@IsNull_R7419901 = 1 AND [R7419901] IS NULL) OR ([R74" + - "19901] = @Original_R7419901)) AND ((@IsNull_R7420000 = 1 AND [R7420000] IS NULL)" + - " OR ([R7420000] = @Original_R7420000)) AND ((@IsNull_R7420001 = 1 AND [R7420001]" + - " IS NULL) OR ([R7420001] = @Original_R7420001)) AND ((@IsNull_R7420100 = 1 AND [" + - "R7420100] IS NULL) OR ([R7420100] = @Original_R7420100)) AND ((@IsNull_R7420101 " + - "= 1 AND [R7420101] IS NULL) OR ([R7420101] = @Original_R7420101)) AND ((@IsNull_" + - "R7420200 = 1 AND [R7420200] IS NULL) OR ([R7420200] = @Original_R7420200)) AND (" + - "(@IsNull_R7420201 = 1 AND [R7420201] IS NULL) OR ([R7420201] = @Original_R742020" + - "1)) AND ((@IsNull_R7420300 = 1 AND [R7420300] IS NULL) OR ([R7420300] = @Origina" + - "l_R7420300)) AND ((@IsNull_R7420301 = 1 AND [R7420301] IS NULL) OR ([R7420301] =" + - " @Original_R7420301)) AND ((@IsNull_R7420400 = 1 AND [R7420400] IS NULL) OR ([R7" + - "420400] = @Original_R7420400)) AND ((@IsNull_R7420401 = 1 AND [R7420401] IS NULL" + - ") OR ([R7420401] = @Original_R7420401)) AND ((@IsNull_R7420500 = 1 AND [R7420500" + - "] IS NULL) OR ([R7420500] = @Original_R7420500)) AND ((@IsNull_R7420501 = 1 AND " + - "[R7420501] IS NULL) OR ([R7420501] = @Original_R7420501)) AND ((@IsNull_R7420600" + - " = 1 AND [R7420600] IS NULL) OR ([R7420600] = @Original_R7420600)) AND ((@IsNull" + - "_R7420601 = 1 AND [R7420601] IS NULL) OR ([R7420601] = @Original_R7420601)) AND " + - "((@IsNull_R7420700 = 1 AND [R7420700] IS NULL) OR ([R7420700] = @Original_R74207" + - "00)) AND ((@IsNull_R7420701 = 1 AND [R7420701] IS NULL) OR ([R7420701] = @Origin" + - "al_R7420701)) AND ((@IsNull_R7420800 = 1 AND [R7420800] IS NULL) OR ([R7420800] " + - "= @Original_R7420800)) AND ((@IsNull_R7420801 = 1 AND [R7420801] IS NULL) OR ([R" + - "7420801] = @Original_R7420801)) AND ((@IsNull_R7420900 = 1 AND [R7420900] IS NUL" + - "L) OR ([R7420900] = @Original_R7420900)) AND ((@IsNull_R7420901 = 1 AND [R742090" + - "1] IS NULL) OR ([R7420901] = @Original_R7420901)) AND ((@IsNull_R7421000 = 1 AND" + - " [R7421000] IS NULL) OR ([R7421000] = @Original_R7421000)) AND ((@IsNull_R742100" + - "1 = 1 AND [R7421001] IS NULL) OR ([R7421001] = @Original_R7421001)) AND ((@IsNul" + - "l_R7421100 = 1 AND [R7421100] IS NULL) OR ([R7421100] = @Original_R7421100)) AND" + - " ((@IsNull_R7421101 = 1 AND [R7421101] IS NULL) OR ([R7421101] = @Original_R7421" + - "101)) AND ((@IsNull_R7421200 = 1 AND [R7421200] IS NULL) OR ([R7421200] = @Origi" + - "nal_R7421200)) AND ((@IsNull_R7421201 = 1 AND [R7421201] IS NULL) OR ([R7421201]" + - " = @Original_R7421201)) AND ((@IsNull_R7421300 = 1 AND [R7421300] IS NULL) OR ([" + - "R7421300] = @Original_R7421300)) AND ((@IsNull_R7421301 = 1 AND [R7421301] IS NU" + - "LL) OR ([R7421301] = @Original_R7421301)) AND ((@IsNull_R7421400 = 1 AND [R74214" + - "00] IS NULL) OR ([R7421400] = @Original_R7421400)) AND ((@IsNull_R7421500 = 1 AN" + - "D [R7421500] IS NULL) OR ([R7421500] = @Original_R7421500)) AND ((@IsNull_R74216" + - "00 = 1 AND [R7421600] IS NULL) OR ([R7421600] = @Original_R7421600)) AND ((@IsNu" + - "ll_R7421700 = 1 AND [R7421700] IS NULL) OR ([R7421700] = @Original_R7421700)) AN" + - "D ((@IsNull_R7421800 = 1 AND [R7421800] IS NULL) OR ([R7421800] = @Original_R742" + - "1800)) AND ((@IsNull_R7421900 = 1 AND [R7421900] IS NULL) OR ([R7421900] = @Orig" + - "inal_R7421900)) AND ((@IsNull_R7422000 = 1 AND [R7422000] IS NULL) OR ([R7422000" + - "] = @Original_R7422000)) AND ((@IsNull_R7422100 = 1 AND [R7422100] IS NULL) OR (" + - "[R7422100] = @Original_R7422100)) AND ((@IsNull_R7422200 = 1 AND [R7422200] IS N" + - "ULL) OR ([R7422200] = @Original_R7422200)) AND ((@IsNull_R7422300 = 1 AND [R7422" + - "300] IS NULL) OR ([R7422300] = @Original_R7422300)) AND ((@IsNull_R8114000 = 1 A" + - "ND [R8114000] IS NULL) OR ([R8114000] = @Original_R8114000)) AND ((@IsNull_R8114" + - "100 = 1 AND [R8114100] IS NULL) OR ([R8114100] = @Original_R8114100)) AND ((@IsN" + - "ull_R8114200 = 1 AND [R8114200] IS NULL) OR ([R8114200] = @Original_R8114200)) A" + - "ND ((@IsNull_R8114300 = 1 AND [R8114300] IS NULL) OR ([R8114300] = @Original_R81" + - "14300)) AND ((@IsNull_R8114400 = 1 AND [R8114400] IS NULL) OR ([R8114400] = @Ori" + - "ginal_R8114400)) AND ((@IsNull_R8114500 = 1 AND [R8114500] IS NULL) OR ([R811450" + - "0] = @Original_R8114500)) AND ((@IsNull_R8114600 = 1 AND [R8114600] IS NULL) OR " + - "([R8114600] = @Original_R8114600)) AND ((@IsNull_R8114700 = 1 AND [R8114700] IS " + - "NULL) OR ([R8114700] = @Original_R8114700)) AND ((@IsNull_R8114800 = 1 AND [R811" + - "4800] IS NULL) OR ([R8114800] = @Original_R8114800)) AND ((@IsNull_R8114900 = 1 " + - "AND [R8114900] IS NULL) OR ([R8114900] = @Original_R8114900)) AND ((@IsNull_R811" + - "5000 = 1 AND [R8115000] IS NULL) OR ([R8115000] = @Original_R8115000)) AND ((@Is" + - "Null_R8115100 = 1 AND [R8115100] IS NULL) OR ([R8115100] = @Original_R8115100)) " + - "AND ((@IsNull_R8115200 = 1 AND [R8115200] IS NULL) OR ([R8115200] = @Original_R8" + - "115200)) AND ((@IsNull_R8115300 = 1 AND [R8115300] IS NULL) OR ([R8115300] = @Or" + - "iginal_R8115300)) AND ((@IsNull_R8115400 = 1 AND [R8115400] IS NULL) OR ([R81154" + - "00] = @Original_R8115400)) AND ((@IsNull_R8115500 = 1 AND [R8115500] IS NULL) OR" + - " ([R8115500] = @Original_R8115500)) AND ((@IsNull_R8115600 = 1 AND [R8115600] IS" + - " NULL) OR ([R8115600] = @Original_R8115600)) AND ((@IsNull_R8115700 = 1 AND [R81" + - "15700] IS NULL) OR ([R8115700] = @Original_R8115700)) AND ((@IsNull_R8115800 = 1" + - " AND [R8115800] IS NULL) OR ([R8115800] = @Original_R8115800)) AND ((@IsNull_R81" + - "15900 = 1 AND [R8115900] IS NULL) OR ([R8115900] = @Original_R8115900)) AND ((@I" + - "sNull_R8116000 = 1 AND [R8116000] IS NULL) OR ([R8116000] = @Original_R8116000))" + - " AND ((@IsNull_R8116100 = 1 AND [R8116100] IS NULL) OR ([R8116100] = @Original_R" + - "8116100)) AND ((@IsNull_R8116200 = 1 AND [R8116200] IS NULL) OR ([R8116200] = @O" + - "riginal_R8116200)) AND ((@IsNull_R8116300 = 1 AND [R8116300] IS NULL) OR ([R8116" + - "300] = @Original_R8116300)) AND ((@IsNull_R8116400 = 1 AND [R8116400] IS NULL) O" + - "R ([R8116400] = @Original_R8116400)) AND ((@IsNull_R8116500 = 1 AND [R8116500] I" + - "S NULL) OR ([R8116500] = @Original_R8116500)) AND ((@IsNull_R8116600 = 1 AND [R8" + - "116600] IS NULL) OR ([R8116600] = @Original_R8116600)) AND ((@IsNull_R8116700 = " + - "1 AND [R8116700] IS NULL) OR ([R8116700] = @Original_R8116700)) AND ((@IsNull_R8" + - "116800 = 1 AND [R8116800] IS NULL) OR ([R8116800] = @Original_R8116800)) AND ((@" + - "IsNull_R8116900 = 1 AND [R8116900] IS NULL) OR ([R8116900] = @Original_R8116900)" + - ") AND ((@IsNull_R8117000 = 1 AND [R8117000] IS NULL) OR ([R8117000] = @Original_" + - "R8117000)) AND ((@IsNull_R8117100 = 1 AND [R8117100] IS NULL) OR ([R8117100] = @" + - "Original_R8117100)) AND ((@IsNull_R8117200 = 1 AND [R8117200] IS NULL) OR ([R811" + - "7200] = @Original_R8117200)) AND ((@IsNull_R8117300 = 1 AND [R8117300] IS NULL) " + - "OR ([R8117300] = @Original_R8117300)) AND ((@IsNull_R8117400 = 1 AND [R8117400] " + - "IS NULL) OR ([R8117400] = @Original_R8117400)) AND ((@IsNull_R8117500 = 1 AND [R" + - "8117500] IS NULL) OR ([R8117500] = @Original_R8117500)) AND ((@IsNull_R8117600 =" + - " 1 AND [R8117600] IS NULL) OR ([R8117600] = @Original_R8117600)) AND ((@IsNull_R" + - "8117700 = 1 AND [R8117700] IS NULL) OR ([R8117700] = @Original_R8117700)) AND ((" + - "@IsNull_R8117800 = 1 AND [R8117800] IS NULL) OR ([R8117800] = @Original_R8117800" + - ")) AND ((@IsNull_R8117900 = 1 AND [R8117900] IS NULL) OR ([R8117900] = @Original" + - "_R8117900)) AND ((@IsNull_R8118000 = 1 AND [R8118000] IS NULL) OR ([R8118000] = " + - "@Original_R8118000)) AND ((@IsNull_R8118001 = 1 AND [R8118001] IS NULL) OR ([R81" + - "18001] = @Original_R8118001)) AND ((@IsNull_R8118100 = 1 AND [R8118100] IS NULL)" + - " OR ([R8118100] = @Original_R8118100)) AND ((@IsNull_R8118101 = 1 AND [R8118101]" + - " IS NULL) OR ([R8118101] = @Original_R8118101)) AND ((@IsNull_R8118200 = 1 AND [" + - "R8118200] IS NULL) OR ([R8118200] = @Original_R8118200)) AND ((@IsNull_R8118201 " + - "= 1 AND [R8118201] IS NULL) OR ([R8118201] = @Original_R8118201)) AND ((@IsNull_" + - "R8118300 = 1 AND [R8118300] IS NULL) OR ([R8118300] = @Original_R8118300)) AND (" + - "(@IsNull_R8118301 = 1 AND [R8118301] IS NULL) OR ([R8118301] = @Original_R811830" + - "1)) AND ((@IsNull_R8118400 = 1 AND [R8118400] IS NULL) OR ([R8118400] = @Origina" + - "l_R8118400)) AND ((@IsNull_R8118401 = 1 AND [R8118401] IS NULL) OR ([R8118401] =" + - " @Original_R8118401)) AND ((@IsNull_R8118500 = 1 AND [R8118500] IS NULL) OR ([R8" + - "118500] = @Original_R8118500)) AND ((@IsNull_R8118501 = 1 AND [R8118501] IS NULL" + - ") OR ([R8118501] = @Original_R8118501)) AND ((@IsNull_R8118600 = 1 AND [R8118600" + - "] IS NULL) OR ([R8118600] = @Original_R8118600)) AND ((@IsNull_R8118601 = 1 AND " + - "[R8118601] IS NULL) OR ([R8118601] = @Original_R8118601)) AND ((@IsNull_R8118700" + - " = 1 AND [R8118700] IS NULL) OR ([R8118700] = @Original_R8118700)) AND ((@IsNull" + - "_R8118701 = 1 AND [R8118701] IS NULL) OR ([R8118701] = @Original_R8118701)) AND " + - "((@IsNull_R8118800 = 1 AND [R8118800] IS NULL) OR ([R8118800] = @Original_R81188" + - "00)) AND ((@IsNull_R8118801 = 1 AND [R8118801] IS NULL) OR ([R8118801] = @Origin" + - "al_R8118801)) AND ((@IsNull_R8118900 = 1 AND [R8118900] IS NULL) OR ([R8118900] " + - "= @Original_R8118900)) AND ((@IsNull_R8118901 = 1 AND [R8118901] IS NULL) OR ([R" + - "8118901] = @Original_R8118901)) AND ((@IsNull_R8119000 = 1 AND [R8119000] IS NUL" + - "L) OR ([R8119000] = @Original_R8119000)) AND ((@IsNull_R8119001 = 1 AND [R811900" + - "1] IS NULL) OR ([R8119001] = @Original_R8119001)) AND ((@IsNull_R8119100 = 1 AND" + - " [R8119100] IS NULL) OR ([R8119100] = @Original_R8119100)) AND ((@IsNull_R811910" + - "1 = 1 AND [R8119101] IS NULL) OR ([R8119101] = @Original_R8119101)) AND ((@IsNul" + - "l_R8119200 = 1 AND [R8119200] IS NULL) OR ([R8119200] = @Original_R8119200)) AND" + - " ((@IsNull_R8119201 = 1 AND [R8119201] IS NULL) OR ([R8119201] = @Original_R8119" + - "201)) AND ((@IsNull_R8119300 = 1 AND [R8119300] IS NULL) OR ([R8119300] = @Origi" + - "nal_R8119300)) AND ((@IsNull_R8119301 = 1 AND [R8119301] IS NULL) OR ([R8119301]" + - " = @Original_R8119301)) AND ((@IsNull_R8119400 = 1 AND [R8119400] IS NULL) OR ([" + - "R8119400] = @Original_R8119400)) AND ((@IsNull_R8119401 = 1 AND [R8119401] IS NU" + - "LL) OR ([R8119401] = @Original_R8119401)) AND ((@IsNull_R8119500 = 1 AND [R81195" + - "00] IS NULL) OR ([R8119500] = @Original_R8119500)) AND ((@IsNull_R8119501 = 1 AN" + - "D [R8119501] IS NULL) OR ([R8119501] = @Original_R8119501)) AND ((@IsNull_R81196" + - "00 = 1 AND [R8119600] IS NULL) OR ([R8119600] = @Original_R8119600)) AND ((@IsNu" + - "ll_R8119700 = 1 AND [R8119700] IS NULL) OR ([R8119700] = @Original_R8119700)) AN" + - "D ((@IsNull_R8119800 = 1 AND [R8119800] IS NULL) OR ([R8119800] = @Original_R811" + - "9800)) AND ((@IsNull_R8119900 = 1 AND [R8119900] IS NULL) OR ([R8119900] = @Orig" + - "inal_R8119900)) AND ((@IsNull_R8120000 = 1 AND [R8120000] IS NULL) OR ([R8120000" + - "] = @Original_R8120000)) AND ((@IsNull_R8120100 = 1 AND [R8120100] IS NULL) OR (" + - "[R8120100] = @Original_R8120100)) AND ((@IsNull_R8120200 = 1 AND [R8120200] IS N" + - "ULL) OR ([R8120200] = @Original_R8120200)) AND ((@IsNull_R8120300 = 1 AND [R8120" + - "300] IS NULL) OR ([R8120300] = @Original_R8120300)) AND ((@IsNull_R8120400 = 1 A" + - "ND [R8120400] IS NULL) OR ([R8120400] = @Original_R8120400)) AND ((@IsNull_R8120" + - "500 = 1 AND [R8120500] IS NULL) OR ([R8120500] = @Original_R8120500)) AND ((@IsN" + - "ull_R8135300 = 1 AND [R8135300] IS NULL) OR ([R8135300] = @Original_R8135300)) A" + - "ND ((@IsNull_R8135400 = 1 AND [R8135400] IS NULL) OR ([R8135400] = @Original_R81" + - "35400)) AND ((@IsNull_R8135500 = 1 AND [R8135500] IS NULL) OR ([R8135500] = @Ori" + - "ginal_R8135500)) AND ((@IsNull_R8135600 = 1 AND [R8135600] IS NULL) OR ([R813560" + - "0] = @Original_R8135600)) AND ((@IsNull_R8135700 = 1 AND [R8135700] IS NULL) OR " + - "([R8135700] = @Original_R8135700)) AND ((@IsNull_R8135800 = 1 AND [R8135800] IS " + - "NULL) OR ([R8135800] = @Original_R8135800)) AND ((@IsNull_R8135900 = 1 AND [R813" + - "5900] IS NULL) OR ([R8135900] = @Original_R8135900)) AND ((@IsNull_R9900600 = 1 " + - "AND [R9900600] IS NULL) OR ([R9900600] = @Original_R9900600)) AND ((@IsNull_R990" + - "0601 = 1 AND [R9900601] IS NULL) OR ([R9900601] = @Original_R9900601)) AND ((@Is" + - "Null_R9901400 = 1 AND [R9901400] IS NULL) OR ([R9901400] = @Original_R9901400)) " + - "AND ((@IsNull_R9901401 = 1 AND [R9901401] IS NULL) OR ([R9901401] = @Original_R9" + - "901401)) AND ((@IsNull_R9902200 = 1 AND [R9902200] IS NULL) OR ([R9902200] = @Or" + - "iginal_R9902200)) AND ((@IsNull_R9902201 = 1 AND [R9902201] IS NULL) OR ([R99022" + - "01] = @Original_R9902201)) AND ((@IsNull_R9903000 = 1 AND [R9903000] IS NULL) OR" + - " ([R9903000] = @Original_R9903000)) AND ((@IsNull_R9903001 = 1 AND [R9903001] IS" + - " NULL) OR ([R9903001] = @Original_R9903001)) AND ((@IsNull_R9903800 = 1 AND [R99" + - "03800] IS NULL) OR ([R9903800] = @Original_R9903800)) AND ((@IsNull_R9903801 = 1" + - " AND [R9903801] IS NULL) OR ([R9903801] = @Original_R9903801)) AND ((@IsNull_R99" + - "04600 = 1 AND [R9904600] IS NULL) OR ([R9904600] = @Original_R9904600)) AND ((@I" + - "sNull_R9904601 = 1 AND [R9904601] IS NULL) OR ([R9904601] = @Original_R9904601))" + - " AND ((@IsNull_R9905400 = 1 AND [R9905400] IS NULL) OR ([R9905400] = @Original_R" + - "9905400)) AND ((@IsNull_R9905401 = 1 AND [R9905401] IS NULL) OR ([R9905401] = @O" + - "riginal_R9905401)) AND ((@IsNull_R9911200 = 1 AND [R9911200] IS NULL) OR ([R9911" + - "200] = @Original_R9911200)) AND ((@IsNull_R9911201 = 1 AND [R9911201] IS NULL) O" + - "R ([R9911201] = @Original_R9911201)) AND ((@IsNull_T0345800 = 1 AND [T0345800] I" + - "S NULL) OR ([T0345800] = @Original_T0345800)) AND ((@IsNull_T0345900 = 1 AND [T0" + - "345900] IS NULL) OR ([T0345900] = @Original_T0345900)) AND ((@IsNull_T0346000 = " + - "1 AND [T0346000] IS NULL) OR ([T0346000] = @Original_T0346000)) AND ((@IsNull_T0" + - "346100 = 1 AND [T0346100] IS NULL) OR ([T0346100] = @Original_T0346100)) AND ((@" + - "IsNull_T0346200 = 1 AND [T0346200] IS NULL) OR ([T0346200] = @Original_T0346200)" + - ") AND ((@IsNull_T0346300 = 1 AND [T0346300] IS NULL) OR ([T0346300] = @Original_" + - "T0346300)) AND ((@IsNull_T0346400 = 1 AND [T0346400] IS NULL) OR ([T0346400] = @" + - "Original_T0346400)) AND ((@IsNull_T0346500 = 1 AND [T0346500] IS NULL) OR ([T034" + - "6500] = @Original_T0346500)) AND ((@IsNull_T0346600 = 1 AND [T0346600] IS NULL) " + - "OR ([T0346600] = @Original_T0346600)) AND ((@IsNull_T0346700 = 1 AND [T0346700] " + - "IS NULL) OR ([T0346700] = @Original_T0346700)) AND ((@IsNull_T0346800 = 1 AND [T" + - "0346800] IS NULL) OR ([T0346800] = @Original_T0346800)) AND ((@IsNull_T0346900 =" + - " 1 AND [T0346900] IS NULL) OR ([T0346900] = @Original_T0346900)) AND ((@IsNull_T" + - "0347000 = 1 AND [T0347000] IS NULL) OR ([T0347000] = @Original_T0347000)) AND ((" + - "@IsNull_T0347100 = 1 AND [T0347100] IS NULL) OR ([T0347100] = @Original_T0347100" + - ")) AND ((@IsNull_T0347200 = 1 AND [T0347200] IS NULL) OR ([T0347200] = @Original" + - "_T0347200)) AND ((@IsNull_T0347300 = 1 AND [T0347300] IS NULL) OR ([T0347300] = " + - "@Original_T0347300)) AND ((@IsNull_T0347400 = 1 AND [T0347400] IS NULL) OR ([T03" + - "47400] = @Original_T0347400)) AND ((@IsNull_T0347500 = 1 AND [T0347500] IS NULL)" + - " OR ([T0347500] = @Original_T0347500)) AND ((@IsNull_T0347600 = 1 AND [T0347600]" + - " IS NULL) OR ([T0347600] = @Original_T0347600)) AND ((@IsNull_T0347700 = 1 AND [" + - "T0347700] IS NULL) OR ([T0347700] = @Original_T0347700)) AND ((@IsNull_T0347800 " + - "= 1 AND [T0347800] IS NULL) OR ([T0347800] = @Original_T0347800)) AND ((@IsNull_" + - "T0347900 = 1 AND [T0347900] IS NULL) OR ([T0347900] = @Original_T0347900)) AND (" + - "(@IsNull_T0348000 = 1 AND [T0348000] IS NULL) OR ([T0348000] = @Original_T034800" + - "0)) AND ((@IsNull_T0348100 = 1 AND [T0348100] IS NULL) OR ([T0348100] = @Origina" + - "l_T0348100)) AND ((@IsNull_T0348200 = 1 AND [T0348200] IS NULL) OR ([T0348200] =" + - " @Original_T0348200)) AND ((@IsNull_T0348300 = 1 AND [T0348300] IS NULL) OR ([T0" + - "348300] = @Original_T0348300)) AND ((@IsNull_T0348400 = 1 AND [T0348400] IS NULL" + - ") OR ([T0348400] = @Original_T0348400)) AND ((@IsNull_T0348500 = 1 AND [T0348500" + - "] IS NULL) OR ([T0348500] = @Original_T0348500)) AND ((@IsNull_T0348600 = 1 AND " + - "[T0348600] IS NULL) OR ([T0348600] = @Original_T0348600)) AND ((@IsNull_T0348700" + - " = 1 AND [T0348700] IS NULL) OR ([T0348700] = @Original_T0348700)) AND ((@IsNull" + - "_T0348800 = 1 AND [T0348800] IS NULL) OR ([T0348800] = @Original_T0348800)) AND " + - "((@IsNull_T0348900 = 1 AND [T0348900] IS NULL) OR ([T0348900] = @Original_T03489" + - "00)) AND ((@IsNull_T0349000 = 1 AND [T0349000] IS NULL) OR ([T0349000] = @Origin" + - "al_T0349000)) AND ((@IsNull_T0349100 = 1 AND [T0349100] IS NULL) OR ([T0349100] " + - "= @Original_T0349100)) AND ((@IsNull_T0349200 = 1 AND [T0349200] IS NULL) OR ([T" + - "0349200] = @Original_T0349200)) AND ((@IsNull_T0349300 = 1 AND [T0349300] IS NUL" + - "L) OR ([T0349300] = @Original_T0349300)) AND ((@IsNull_T0349400 = 1 AND [T034940" + - "0] IS NULL) OR ([T0349400] = @Original_T0349400)) AND ((@IsNull_T0349500 = 1 AND" + - " [T0349500] IS NULL) OR ([T0349500] = @Original_T0349500)) AND ((@IsNull_T034960" + - "0 = 1 AND [T0349600] IS NULL) OR ([T0349600] = @Original_T0349600)) AND ((@IsNul" + - "l_T0349700 = 1 AND [T0349700] IS NULL) OR ([T0349700] = @Original_T0349700)) AND" + - " ((@IsNull_T0349800 = 1 AND [T0349800] IS NULL) OR ([T0349800] = @Original_T0349" + - "800)) AND ((@IsNull_T0349900 = 1 AND [T0349900] IS NULL) OR ([T0349900] = @Origi" + - "nal_T0349900)) AND ((@IsNull_T0350000 = 1 AND [T0350000] IS NULL) OR ([T0350000]" + - " = @Original_T0350000)) AND ((@IsNull_T0350100 = 1 AND [T0350100] IS NULL) OR ([" + - "T0350100] = @Original_T0350100)) AND ((@IsNull_T0350101 = 1 AND [T0350101] IS NU" + - "LL) OR ([T0350101] = @Original_T0350101)) AND ((@IsNull_T0350200 = 1 AND [T03502" + - "00] IS NULL) OR ([T0350200] = @Original_T0350200)) AND ((@IsNull_T0350201 = 1 AN" + - "D [T0350201] IS NULL) OR ([T0350201] = @Original_T0350201)) AND ((@IsNull_T03503" + - "00 = 1 AND [T0350300] IS NULL) OR ([T0350300] = @Original_T0350300)) AND ((@IsNu" + - "ll_T0350301 = 1 AND [T0350301] IS NULL) OR ([T0350301] = @Original_T0350301)) AN" + - "D ((@IsNull_T0350400 = 1 AND [T0350400] IS NULL) OR ([T0350400] = @Original_T035" + - "0400)) AND ((@IsNull_T0350401 = 1 AND [T0350401] IS NULL) OR ([T0350401] = @Orig" + - "inal_T0350401)) AND ((@IsNull_T0350500 = 1 AND [T0350500] IS NULL) OR ([T0350500" + - "] = @Original_T0350500)) AND ((@IsNull_T0350501 = 1 AND [T0350501] IS NULL) OR (" + - "[T0350501] = @Original_T0350501)) AND ((@IsNull_T0350600 = 1 AND [T0350600] IS N" + - "ULL) OR ([T0350600] = @Original_T0350600)) AND ((@IsNull_T0350601 = 1 AND [T0350" + - "601] IS NULL) OR ([T0350601] = @Original_T0350601)) AND ((@IsNull_T0350700 = 1 A" + - "ND [T0350700] IS NULL) OR ([T0350700] = @Original_T0350700)) AND ((@IsNull_T0350" + - "701 = 1 AND [T0350701] IS NULL) OR ([T0350701] = @Original_T0350701)) AND ((@IsN" + - "ull_T0350800 = 1 AND [T0350800] IS NULL) OR ([T0350800] = @Original_T0350800)) A" + - "ND ((@IsNull_T0350801 = 1 AND [T0350801] IS NULL) OR ([T0350801] = @Original_T03" + - "50801)) AND ((@IsNull_T0350900 = 1 AND [T0350900] IS NULL) OR ([T0350900] = @Ori" + - "ginal_T0350900)) AND ((@IsNull_T0350901 = 1 AND [T0350901] IS NULL) OR ([T035090" + - "1] = @Original_T0350901)) AND ((@IsNull_T0351000 = 1 AND [T0351000] IS NULL) OR " + - "([T0351000] = @Original_T0351000)) AND ((@IsNull_T0351001 = 1 AND [T0351001] IS " + - "NULL) OR ([T0351001] = @Original_T0351001)) AND ((@IsNull_T0351100 = 1 AND [T035" + - "1100] IS NULL) OR ([T0351100] = @Original_T0351100)) AND ((@IsNull_T0351101 = 1 " + - "AND [T0351101] IS NULL) OR ([T0351101] = @Original_T0351101)) AND ((@IsNull_T035" + - "1200 = 1 AND [T0351200] IS NULL) OR ([T0351200] = @Original_T0351200)) AND ((@Is" + - "Null_T0351201 = 1 AND [T0351201] IS NULL) OR ([T0351201] = @Original_T0351201)) " + - "AND ((@IsNull_T0351300 = 1 AND [T0351300] IS NULL) OR ([T0351300] = @Original_T0" + - "351300)) AND ((@IsNull_T0351301 = 1 AND [T0351301] IS NULL) OR ([T0351301] = @Or" + - "iginal_T0351301)) AND ((@IsNull_T0351400 = 1 AND [T0351400] IS NULL) OR ([T03514" + - "00] = @Original_T0351400)) AND ((@IsNull_T0351401 = 1 AND [T0351401] IS NULL) OR" + - " ([T0351401] = @Original_T0351401)) AND ((@IsNull_T0351500 = 1 AND [T0351500] IS" + - " NULL) OR ([T0351500] = @Original_T0351500)) AND ((@IsNull_T0351501 = 1 AND [T03" + - "51501] IS NULL) OR ([T0351501] = @Original_T0351501)) AND ((@IsNull_T0351600 = 1" + - " AND [T0351600] IS NULL) OR ([T0351600] = @Original_T0351600)) AND ((@IsNull_T03" + - "51601 = 1 AND [T0351601] IS NULL) OR ([T0351601] = @Original_T0351601)) AND ((@I" + - "sNull_T0351700 = 1 AND [T0351700] IS NULL) OR ([T0351700] = @Original_T0351700))" + - " AND ((@IsNull_T0351701 = 1 AND [T0351701] IS NULL) OR ([T0351701] = @Original_T" + - "0351701)) AND ((@IsNull_T0351800 = 1 AND [T0351800] IS NULL) OR ([T0351800] = @O" + - "riginal_T0351800)) AND ((@IsNull_T0351801 = 1 AND [T0351801] IS NULL) OR ([T0351" + - "801] = @Original_T0351801)) AND ((@IsNull_T0351900 = 1 AND [T0351900] IS NULL) O" + - "R ([T0351900] = @Original_T0351900)) AND ((@IsNull_T0352000 = 1 AND [T0352000] I" + - "S NULL) OR ([T0352000] = @Original_T0352000)) AND ((@IsNull_T0352100 = 1 AND [T0" + - "352100] IS NULL) OR ([T0352100] = @Original_T0352100)) AND ((@IsNull_T0352200 = " + - "1 AND [T0352200] IS NULL) OR ([T0352200] = @Original_T0352200)) AND ((@IsNull_T0" + - "352300 = 1 AND [T0352300] IS NULL) OR ([T0352300] = @Original_T0352300)) AND ((@" + - "IsNull_T0352400 = 1 AND [T0352400] IS NULL) OR ([T0352400] = @Original_T0352400)" + - ") AND ((@IsNull_T0352500 = 1 AND [T0352500] IS NULL) OR ([T0352500] = @Original_" + - "T0352500)) AND ((@IsNull_T0352600 = 1 AND [T0352600] IS NULL) OR ([T0352600] = @" + - "Original_T0352600)) AND ((@IsNull_T0352700 = 1 AND [T0352700] IS NULL) OR ([T035" + - "2700] = @Original_T0352700)) AND ((@IsNull_T0352800 = 1 AND [T0352800] IS NULL) " + - "OR ([T0352800] = @Original_T0352800)) AND ((@IsNull_T0352900 = 1 AND [T0352900] " + - "IS NULL) OR ([T0352900] = @Original_T0352900)) AND ((@IsNull_T0597800 = 1 AND [T" + - "0597800] IS NULL) OR ([T0597800] = @Original_T0597800)) AND ((@IsNull_T0597900 =" + - " 1 AND [T0597900] IS NULL) OR ([T0597900] = @Original_T0597900)) AND ((@IsNull_T" + - "0598000 = 1 AND [T0598000] IS NULL) OR ([T0598000] = @Original_T0598000)) AND ((" + - "@IsNull_T0598100 = 1 AND [T0598100] IS NULL) OR ([T0598100] = @Original_T0598100" + - ")) AND ((@IsNull_T0598200 = 1 AND [T0598200] IS NULL) OR ([T0598200] = @Original" + - "_T0598200)) AND ((@IsNull_T0598300 = 1 AND [T0598300] IS NULL) OR ([T0598300] = " + - "@Original_T0598300)) AND ((@IsNull_T0598400 = 1 AND [T0598400] IS NULL) OR ([T05" + - "98400] = @Original_T0598400)) AND ((@IsNull_T1495200 = 1 AND [T1495200] IS NULL)" + - " OR ([T1495200] = @Original_T1495200)) AND ((@IsNull_T1495300 = 1 AND [T1495300]" + - " IS NULL) OR ([T1495300] = @Original_T1495300)) AND ((@IsNull_T1495400 = 1 AND [" + - "T1495400] IS NULL) OR ([T1495400] = @Original_T1495400)) AND ((@IsNull_T1495500 " + - "= 1 AND [T1495500] IS NULL) OR ([T1495500] = @Original_T1495500)) AND ((@IsNull_" + - "T1495600 = 1 AND [T1495600] IS NULL) OR ([T1495600] = @Original_T1495600)) AND (" + - "(@IsNull_T1495700 = 1 AND [T1495700] IS NULL) OR ([T1495700] = @Original_T149570" + - "0)) AND ((@IsNull_T1495800 = 1 AND [T1495800] IS NULL) OR ([T1495800] = @Origina" + - "l_T1495800)) AND ((@IsNull_T1495900 = 1 AND [T1495900] IS NULL) OR ([T1495900] =" + - " @Original_T1495900)) AND ((@IsNull_T1496000 = 1 AND [T1496000] IS NULL) OR ([T1" + - "496000] = @Original_T1496000)) AND ((@IsNull_T1496100 = 1 AND [T1496100] IS NULL" + - ") OR ([T1496100] = @Original_T1496100)) AND ((@IsNull_T1496200 = 1 AND [T1496200" + - "] IS NULL) OR ([T1496200] = @Original_T1496200)) AND ((@IsNull_T1496300 = 1 AND " + - "[T1496300] IS NULL) OR ([T1496300] = @Original_T1496300)) AND ((@IsNull_T1496400" + - " = 1 AND [T1496400] IS NULL) OR ([T1496400] = @Original_T1496400)) AND ((@IsNull" + - "_T1496500 = 1 AND [T1496500] IS NULL) OR ([T1496500] = @Original_T1496500)) AND " + - "((@IsNull_T1496600 = 1 AND [T1496600] IS NULL) OR ([T1496600] = @Original_T14966" + - "00)) AND ((@IsNull_T1496700 = 1 AND [T1496700] IS NULL) OR ([T1496700] = @Origin" + - "al_T1496700)) AND ((@IsNull_T1496800 = 1 AND [T1496800] IS NULL) OR ([T1496800] " + - "= @Original_T1496800)) AND ((@IsNull_T1496900 = 1 AND [T1496900] IS NULL) OR ([T" + - "1496900] = @Original_T1496900)) AND ((@IsNull_T1497000 = 1 AND [T1497000] IS NUL" + - "L) OR ([T1497000] = @Original_T1497000)) AND ((@IsNull_T1497100 = 1 AND [T149710" + - "0] IS NULL) OR ([T1497100] = @Original_T1497100)) AND ((@IsNull_T1497200 = 1 AND" + - " [T1497200] IS NULL) OR ([T1497200] = @Original_T1497200)) AND ((@IsNull_T149730" + - "0 = 1 AND [T1497300] IS NULL) OR ([T1497300] = @Original_T1497300)) AND ((@IsNul" + - "l_T1497400 = 1 AND [T1497400] IS NULL) OR ([T1497400] = @Original_T1497400)) AND" + - " ((@IsNull_T1497500 = 1 AND [T1497500] IS NULL) OR ([T1497500] = @Original_T1497" + - "500)) AND ((@IsNull_T1497600 = 1 AND [T1497600] IS NULL) OR ([T1497600] = @Origi" + - "nal_T1497600)) AND ((@IsNull_T1497700 = 1 AND [T1497700] IS NULL) OR ([T1497700]" + - " = @Original_T1497700)) AND ((@IsNull_T1497800 = 1 AND [T1497800] IS NULL) OR ([" + - "T1497800] = @Original_T1497800)) AND ((@IsNull_T1497900 = 1 AND [T1497900] IS NU" + - "LL) OR ([T1497900] = @Original_T1497900)) AND ((@IsNull_T1498000 = 1 AND [T14980" + - "00] IS NULL) OR ([T1498000] = @Original_T1498000)) AND ((@IsNull_T1498100 = 1 AN" + - "D [T1498100] IS NULL) OR ([T1498100] = @Original_T1498100)) AND ((@IsNull_T14982" + - "00 = 1 AND [T1498200] IS NULL) OR ([T1498200] = @Original_T1498200)) AND ((@IsNu" + - "ll_T1498300 = 1 AND [T1498300] IS NULL) OR ([T1498300] = @Original_T1498300)) AN" + - "D ((@IsNull_T1498400 = 1 AND [T1498400] IS NULL) OR ([T1498400] = @Original_T149" + - "8400)) AND ((@IsNull_T1498500 = 1 AND [T1498500] IS NULL) OR ([T1498500] = @Orig" + - "inal_T1498500)) AND ((@IsNull_T1498600 = 1 AND [T1498600] IS NULL) OR ([T1498600" + - "] = @Original_T1498600)) AND ((@IsNull_T1498700 = 1 AND [T1498700] IS NULL) OR (" + - "[T1498700] = @Original_T1498700)) AND ((@IsNull_T1498800 = 1 AND [T1498800] IS N" + - "ULL) OR ([T1498800] = @Original_T1498800)) AND ((@IsNull_T1498900 = 1 AND [T1498" + - "900] IS NULL) OR ([T1498900] = @Original_T1498900)) AND ((@IsNull_T1499000 = 1 A" + - "ND [T1499000] IS NULL) OR ([T1499000] = @Original_T1499000)) AND ((@IsNull_T1499" + - "100 = 1 AND [T1499100] IS NULL) OR ([T1499100] = @Original_T1499100)) AND ((@IsN" + - "ull_T1499200 = 1 AND [T1499200] IS NULL) OR ([T1499200] = @Original_T1499200)) A" + - "ND ((@IsNull_T1499300 = 1 AND [T1499300] IS NULL) OR ([T1499300] = @Original_T14" + - "99300)) AND ((@IsNull_T1499400 = 1 AND [T1499400] IS NULL) OR ([T1499400] = @Ori" + - "ginal_T1499400)) AND ((@IsNull_T1499500 = 1 AND [T1499500] IS NULL) OR ([T149950" + - "0] = @Original_T1499500)) AND ((@IsNull_T1499501 = 1 AND [T1499501] IS NULL) OR " + - "([T1499501] = @Original_T1499501)) AND ((@IsNull_T1499600 = 1 AND [T1499600] IS " + - "NULL) OR ([T1499600] = @Original_T1499600)) AND ((@IsNull_T1499601 = 1 AND [T149" + - "9601] IS NULL) OR ([T1499601] = @Original_T1499601)) AND ((@IsNull_T1499700 = 1 " + - "AND [T1499700] IS NULL) OR ([T1499700] = @Original_T1499700)) AND ((@IsNull_T149" + - "9701 = 1 AND [T1499701] IS NULL) OR ([T1499701] = @Original_T1499701)) AND ((@Is" + - "Null_T1499800 = 1 AND [T1499800] IS NULL) OR ([T1499800] = @Original_T1499800)) " + - "AND ((@IsNull_T1499801 = 1 AND [T1499801] IS NULL) OR ([T1499801] = @Original_T1" + - "499801)) AND ((@IsNull_T1499900 = 1 AND [T1499900] IS NULL) OR ([T1499900] = @Or" + - "iginal_T1499900)) AND ((@IsNull_T1499901 = 1 AND [T1499901] IS NULL) OR ([T14999" + - "01] = @Original_T1499901)) AND ((@IsNull_T1500000 = 1 AND [T1500000] IS NULL) OR" + - " ([T1500000] = @Original_T1500000)) AND ((@IsNull_T1500001 = 1 AND [T1500001] IS" + - " NULL) OR ([T1500001] = @Original_T1500001)) AND ((@IsNull_T1500100 = 1 AND [T15" + - "00100] IS NULL) OR ([T1500100] = @Original_T1500100)) AND ((@IsNull_T1500101 = 1" + - " AND [T1500101] IS NULL) OR ([T1500101] = @Original_T1500101)) AND ((@IsNull_T15" + - "00200 = 1 AND [T1500200] IS NULL) OR ([T1500200] = @Original_T1500200)) AND ((@I" + - "sNull_T1500201 = 1 AND [T1500201] IS NULL) OR ([T1500201] = @Original_T1500201))" + - " AND ((@IsNull_T1500300 = 1 AND [T1500300] IS NULL) OR ([T1500300] = @Original_T" + - "1500300)) AND ((@IsNull_T1500301 = 1 AND [T1500301] IS NULL) OR ([T1500301] = @O" + - "riginal_T1500301)) AND ((@IsNull_T1500400 = 1 AND [T1500400] IS NULL) OR ([T1500" + - "400] = @Original_T1500400)) AND ((@IsNull_T1500401 = 1 AND [T1500401] IS NULL) O" + - "R ([T1500401] = @Original_T1500401)) AND ((@IsNull_T1500500 = 1 AND [T1500500] I" + - "S NULL) OR ([T1500500] = @Original_T1500500)) AND ((@IsNull_T1500501 = 1 AND [T1" + - "500501] IS NULL) OR ([T1500501] = @Original_T1500501)) AND ((@IsNull_T1500600 = " + - "1 AND [T1500600] IS NULL) OR ([T1500600] = @Original_T1500600)) AND ((@IsNull_T1" + - "500601 = 1 AND [T1500601] IS NULL) OR ([T1500601] = @Original_T1500601)) AND ((@" + - "IsNull_T1500700 = 1 AND [T1500700] IS NULL) OR ([T1500700] = @Original_T1500700)" + - ") AND ((@IsNull_T1500701 = 1 AND [T1500701] IS NULL) OR ([T1500701] = @Original_" + - "T1500701)) AND ((@IsNull_T1500800 = 1 AND [T1500800] IS NULL) OR ([T1500800] = @" + - "Original_T1500800)) AND ((@IsNull_T1500801 = 1 AND [T1500801] IS NULL) OR ([T150" + - "0801] = @Original_T1500801)) AND ((@IsNull_T1500900 = 1 AND [T1500900] IS NULL) " + - "OR ([T1500900] = @Original_T1500900)) AND ((@IsNull_T1500901 = 1 AND [T1500901] " + - "IS NULL) OR ([T1500901] = @Original_T1500901)) AND ((@IsNull_T1501000 = 1 AND [T" + - "1501000] IS NULL) OR ([T1501000] = @Original_T1501000)) AND ((@IsNull_T1501001 =" + - " 1 AND [T1501001] IS NULL) OR ([T1501001] = @Original_T1501001)) AND ((@IsNull_T" + - "1501100 = 1 AND [T1501100] IS NULL) OR ([T1501100] = @Original_T1501100)) AND ((" + - "@IsNull_T1501200 = 1 AND [T1501200] IS NULL) OR ([T1501200] = @Original_T1501200" + - ")) AND ((@IsNull_T1501300 = 1 AND [T1501300] IS NULL) OR ([T1501300] = @Original" + - "_T1501300)) AND ((@IsNull_T1501400 = 1 AND [T1501400] IS NULL) OR ([T1501400] = " + - "@Original_T1501400)) AND ((@IsNull_T1501500 = 1 AND [T1501500] IS NULL) OR ([T15" + - "01500] = @Original_T1501500)) AND ((@IsNull_T1501600 = 1 AND [T1501600] IS NULL)" + - " OR ([T1501600] = @Original_T1501600)) AND ((@IsNull_T1501700 = 1 AND [T1501700]" + - " IS NULL) OR ([T1501700] = @Original_T1501700)) AND ((@IsNull_T1501800 = 1 AND [" + - "T1501800] IS NULL) OR ([T1501800] = @Original_T1501800)) AND ((@IsNull_T1501900 " + - "= 1 AND [T1501900] IS NULL) OR ([T1501900] = @Original_T1501900)) AND ((@IsNull_" + - "T1502000 = 1 AND [T1502000] IS NULL) OR ([T1502000] = @Original_T1502000)) AND (" + - "(@IsNull_T1502100 = 1 AND [T1502100] IS NULL) OR ([T1502100] = @Original_T150210" + - "0)) AND ((@IsNull_T1765100 = 1 AND [T1765100] IS NULL) OR ([T1765100] = @Origina" + - "l_T1765100)) AND ((@IsNull_T1765200 = 1 AND [T1765200] IS NULL) OR ([T1765200] =" + - " @Original_T1765200)) AND ((@IsNull_T1765300 = 1 AND [T1765300] IS NULL) OR ([T1" + - "765300] = @Original_T1765300)) AND ((@IsNull_T1765400 = 1 AND [T1765400] IS NULL" + - ") OR ([T1765400] = @Original_T1765400)) AND ((@IsNull_T1765500 = 1 AND [T1765500" + - "] IS NULL) OR ([T1765500] = @Original_T1765500)) AND ((@IsNull_T1765600 = 1 AND " + - "[T1765600] IS NULL) OR ([T1765600] = @Original_T1765600)) AND ((@IsNull_T1765700" + - " = 1 AND [T1765700] IS NULL) OR ([T1765700] = @Original_T1765700)) AND ((@IsNull" + - "_T2541200 = 1 AND [T2541200] IS NULL) OR ([T2541200] = @Original_T2541200)) AND " + - "((@IsNull_T2541300 = 1 AND [T2541300] IS NULL) OR ([T2541300] = @Original_T25413" + - "00)) AND ((@IsNull_T2541400 = 1 AND [T2541400] IS NULL) OR ([T2541400] = @Origin" + - "al_T2541400)) AND ((@IsNull_T2541500 = 1 AND [T2541500] IS NULL) OR ([T2541500] " + - "= @Original_T2541500)) AND ((@IsNull_T2541600 = 1 AND [T2541600] IS NULL) OR ([T" + - "2541600] = @Original_T2541600)) AND ((@IsNull_T2541700 = 1 AND [T2541700] IS NUL" + - "L) OR ([T2541700] = @Original_T2541700)) AND ((@IsNull_T2541800 = 1 AND [T254180" + - "0] IS NULL) OR ([T2541800] = @Original_T2541800)) AND ((@IsNull_T2541900 = 1 AND" + - " [T2541900] IS NULL) OR ([T2541900] = @Original_T2541900)) AND ((@IsNull_T254200" + - "0 = 1 AND [T2542000] IS NULL) OR ([T2542000] = @Original_T2542000)) AND ((@IsNul" + - "l_T2542100 = 1 AND [T2542100] IS NULL) OR ([T2542100] = @Original_T2542100)) AND" + - " ((@IsNull_T2542200 = 1 AND [T2542200] IS NULL) OR ([T2542200] = @Original_T2542" + - "200)) AND ((@IsNull_T2542300 = 1 AND [T2542300] IS NULL) OR ([T2542300] = @Origi" + - "nal_T2542300)) AND ((@IsNull_T2542400 = 1 AND [T2542400] IS NULL) OR ([T2542400]" + - " = @Original_T2542400)) AND ((@IsNull_T2542500 = 1 AND [T2542500] IS NULL) OR ([" + - "T2542500] = @Original_T2542500)) AND ((@IsNull_T2542600 = 1 AND [T2542600] IS NU" + - "LL) OR ([T2542600] = @Original_T2542600)) AND ((@IsNull_T2542700 = 1 AND [T25427" + - "00] IS NULL) OR ([T2542700] = @Original_T2542700)) AND ((@IsNull_T2542800 = 1 AN" + - "D [T2542800] IS NULL) OR ([T2542800] = @Original_T2542800)) AND ((@IsNull_T25429" + - "00 = 1 AND [T2542900] IS NULL) OR ([T2542900] = @Original_T2542900)) AND ((@IsNu" + - "ll_T2543000 = 1 AND [T2543000] IS NULL) OR ([T2543000] = @Original_T2543000)) AN" + - "D ((@IsNull_T2543100 = 1 AND [T2543100] IS NULL) OR ([T2543100] = @Original_T254" + - "3100)) AND ((@IsNull_T2543200 = 1 AND [T2543200] IS NULL) OR ([T2543200] = @Orig" + - "inal_T2543200)) AND ((@IsNull_T2543300 = 1 AND [T2543300] IS NULL) OR ([T2543300" + - "] = @Original_T2543300)) AND ((@IsNull_T2543400 = 1 AND [T2543400] IS NULL) OR (" + - "[T2543400] = @Original_T2543400)) AND ((@IsNull_T2543500 = 1 AND [T2543500] IS N" + - "ULL) OR ([T2543500] = @Original_T2543500)) AND ((@IsNull_T2543600 = 1 AND [T2543" + - "600] IS NULL) OR ([T2543600] = @Original_T2543600)) AND ((@IsNull_T2543700 = 1 A" + - "ND [T2543700] IS NULL) OR ([T2543700] = @Original_T2543700)) AND ((@IsNull_T2543" + - "800 = 1 AND [T2543800] IS NULL) OR ([T2543800] = @Original_T2543800)) AND ((@IsN" + - "ull_T2543900 = 1 AND [T2543900] IS NULL) OR ([T2543900] = @Original_T2543900)) A" + - "ND ((@IsNull_T2544000 = 1 AND [T2544000] IS NULL) OR ([T2544000] = @Original_T25" + - "44000)) AND ((@IsNull_T2544100 = 1 AND [T2544100] IS NULL) OR ([T2544100] = @Ori" + - "ginal_T2544100)) AND ((@IsNull_T2544200 = 1 AND [T2544200] IS NULL) OR ([T254420" + - "0] = @Original_T2544200)) AND ((@IsNull_T2544300 = 1 AND [T2544300] IS NULL) OR " + - "([T2544300] = @Original_T2544300)) AND ((@IsNull_T2544400 = 1 AND [T2544400] IS " + - "NULL) OR ([T2544400] = @Original_T2544400)) AND ((@IsNull_T2544500 = 1 AND [T254" + - "4500] IS NULL) OR ([T2544500] = @Original_T2544500)) AND ((@IsNull_T2544600 = 1 " + - "AND [T2544600] IS NULL) OR ([T2544600] = @Original_T2544600)) AND ((@IsNull_T254" + - "4700 = 1 AND [T2544700] IS NULL) OR ([T2544700] = @Original_T2544700)) AND ((@Is" + - "Null_T2544800 = 1 AND [T2544800] IS NULL) OR ([T2544800] = @Original_T2544800)) " + - "AND ((@IsNull_T2544900 = 1 AND [T2544900] IS NULL) OR ([T2544900] = @Original_T2" + - "544900)) AND ((@IsNull_T2545000 = 1 AND [T2545000] IS NULL) OR ([T2545000] = @Or" + - "iginal_T2545000)) AND ((@IsNull_T2545100 = 1 AND [T2545100] IS NULL) OR ([T25451" + - "00] = @Original_T2545100)) AND ((@IsNull_T2545200 = 1 AND [T2545200] IS NULL) OR" + - " ([T2545200] = @Original_T2545200)) AND ((@IsNull_T2545201 = 1 AND [T2545201] IS" + - " NULL) OR ([T2545201] = @Original_T2545201)) AND ((@IsNull_T2545300 = 1 AND [T25" + - "45300] IS NULL) OR ([T2545300] = @Original_T2545300)) AND ((@IsNull_T2545301 = 1" + - " AND [T2545301] IS NULL) OR ([T2545301] = @Original_T2545301)) AND ((@IsNull_T25" + - "45400 = 1 AND [T2545400] IS NULL) OR ([T2545400] = @Original_T2545400)) AND ((@I" + - "sNull_T2545401 = 1 AND [T2545401] IS NULL) OR ([T2545401] = @Original_T2545401))" + - " AND ((@IsNull_T2545500 = 1 AND [T2545500] IS NULL) OR ([T2545500] = @Original_T" + - "2545500)) AND ((@IsNull_T2545501 = 1 AND [T2545501] IS NULL) OR ([T2545501] = @O" + - "riginal_T2545501)) AND ((@IsNull_T2545600 = 1 AND [T2545600] IS NULL) OR ([T2545" + - "600] = @Original_T2545600)) AND ((@IsNull_T2545601 = 1 AND [T2545601] IS NULL) O" + - "R ([T2545601] = @Original_T2545601)) AND ((@IsNull_T2545700 = 1 AND [T2545700] I" + - "S NULL) OR ([T2545700] = @Original_T2545700)) AND ((@IsNull_T2545701 = 1 AND [T2" + - "545701] IS NULL) OR ([T2545701] = @Original_T2545701)) AND ((@IsNull_T2545800 = " + - "1 AND [T2545800] IS NULL) OR ([T2545800] = @Original_T2545800)) AND ((@IsNull_T2" + - "545801 = 1 AND [T2545801] IS NULL) OR ([T2545801] = @Original_T2545801)) AND ((@" + - "IsNull_T2545900 = 1 AND [T2545900] IS NULL) OR ([T2545900] = @Original_T2545900)" + - ") AND ((@IsNull_T2545901 = 1 AND [T2545901] IS NULL) OR ([T2545901] = @Original_" + - "T2545901)) AND ((@IsNull_T2546000 = 1 AND [T2546000] IS NULL) OR ([T2546000] = @" + - "Original_T2546000)) AND ((@IsNull_T2546001 = 1 AND [T2546001] IS NULL) OR ([T254" + - "6001] = @Original_T2546001)) AND ((@IsNull_T2546100 = 1 AND [T2546100] IS NULL) " + - "OR ([T2546100] = @Original_T2546100)) AND ((@IsNull_T2546101 = 1 AND [T2546101] " + - "IS NULL) OR ([T2546101] = @Original_T2546101)) AND ((@IsNull_T2546200 = 1 AND [T" + - "2546200] IS NULL) OR ([T2546200] = @Original_T2546200)) AND ((@IsNull_T2546201 =" + - " 1 AND [T2546201] IS NULL) OR ([T2546201] = @Original_T2546201)) AND ((@IsNull_T" + - "2546300 = 1 AND [T2546300] IS NULL) OR ([T2546300] = @Original_T2546300)) AND ((" + - "@IsNull_T2546301 = 1 AND [T2546301] IS NULL) OR ([T2546301] = @Original_T2546301" + - ")) AND ((@IsNull_T2546400 = 1 AND [T2546400] IS NULL) OR ([T2546400] = @Original" + - "_T2546400)) AND ((@IsNull_T2546401 = 1 AND [T2546401] IS NULL) OR ([T2546401] = " + - "@Original_T2546401)) AND ((@IsNull_T2546500 = 1 AND [T2546500] IS NULL) OR ([T25" + - "46500] = @Original_T2546500)) AND ((@IsNull_T2546501 = 1 AND [T2546501] IS NULL)" + - " OR ([T2546501] = @Original_T2546501)) AND ((@IsNull_T2546600 = 1 AND [T2546600]" + - " IS NULL) OR ([T2546600] = @Original_T2546600)) AND ((@IsNull_T2546601 = 1 AND [" + - "T2546601] IS NULL) OR ([T2546601] = @Original_T2546601)) AND ((@IsNull_T2546700 " + - "= 1 AND [T2546700] IS NULL) OR ([T2546700] = @Original_T2546700)) AND ((@IsNull_" + - "T2546701 = 1 AND [T2546701] IS NULL) OR ([T2546701] = @Original_T2546701)) AND (" + - "(@IsNull_T2546800 = 1 AND [T2546800] IS NULL) OR ([T2546800] = @Original_T254680" + - "0)) AND ((@IsNull_T2546900 = 1 AND [T2546900] IS NULL) OR ([T2546900] = @Origina" + - "l_T2546900)) AND ((@IsNull_T2547000 = 1 AND [T2547000] IS NULL) OR ([T2547000] =" + - " @Original_T2547000)) AND ((@IsNull_T2547100 = 1 AND [T2547100] IS NULL) OR ([T2" + - "547100] = @Original_T2547100)) AND ((@IsNull_T2547200 = 1 AND [T2547200] IS NULL" + - ") OR ([T2547200] = @Original_T2547200)) AND ((@IsNull_T2547300 = 1 AND [T2547300" + - "] IS NULL) OR ([T2547300] = @Original_T2547300)) AND ((@IsNull_T2547400 = 1 AND " + - "[T2547400] IS NULL) OR ([T2547400] = @Original_T2547400)) AND ((@IsNull_T2547500" + - " = 1 AND [T2547500] IS NULL) OR ([T2547500] = @Original_T2547500)) AND ((@IsNull" + - "_T2547600 = 1 AND [T2547600] IS NULL) OR ([T2547600] = @Original_T2547600)) AND " + - "((@IsNull_T2547700 = 1 AND [T2547700] IS NULL) OR ([T2547700] = @Original_T25477" + - "00)) AND ((@IsNull_T2763400 = 1 AND [T2763400] IS NULL) OR ([T2763400] = @Origin" + - "al_T2763400)) AND ((@IsNull_T2763500 = 1 AND [T2763500] IS NULL) OR ([T2763500] " + - "= @Original_T2763500)) AND ((@IsNull_T2763600 = 1 AND [T2763600] IS NULL) OR ([T" + - "2763600] = @Original_T2763600)) AND ((@IsNull_T2763700 = 1 AND [T2763700] IS NUL" + - "L) OR ([T2763700] = @Original_T2763700)) AND ((@IsNull_T2763800 = 1 AND [T276380" + - "0] IS NULL) OR ([T2763800] = @Original_T2763800)) AND ((@IsNull_T2763900 = 1 AND" + - " [T2763900] IS NULL) OR ([T2763900] = @Original_T2763900)) AND ((@IsNull_T276400" + - "0 = 1 AND [T2764000] IS NULL) OR ([T2764000] = @Original_T2764000)) AND ((@IsNul" + - "l_T3729600 = 1 AND [T3729600] IS NULL) OR ([T3729600] = @Original_T3729600)) AND" + - " ((@IsNull_T3729700 = 1 AND [T3729700] IS NULL) OR ([T3729700] = @Original_T3729" + - "700)) AND ((@IsNull_T3729800 = 1 AND [T3729800] IS NULL) OR ([T3729800] = @Origi" + - "nal_T3729800)) AND ((@IsNull_T3729900 = 1 AND [T3729900] IS NULL) OR ([T3729900]" + - " = @Original_T3729900)) AND ((@IsNull_T3730000 = 1 AND [T3730000] IS NULL) OR ([" + - "T3730000] = @Original_T3730000)) AND ((@IsNull_T3730100 = 1 AND [T3730100] IS NU" + - "LL) OR ([T3730100] = @Original_T3730100)));\r\nSELECT R0000100, R0214800, R1373300" + - ", R1373400, R1373500, R1374000, R1374100, R1374200, R1374700, R1374800, R1374900" + - ", R1375400, R1375500, R1375600, R1376100, R1376200, R1376300, R1376800, R1376900" + - ", R1377000, R1377500, R1377600, R1377700, R1753700, R1753800, R1753900, R1754400" + - ", R1754500, R1754600, R1755100, R1755200, R1755300, R1755800, R1755900, R1756000" + - ", R1756500, R1756600, R1756700, R1757200, R1757300, R1757400, R1757900, R1758000" + - ", R1758100, R2095700, R2095800, R2095900, R2096400, R2096500, R2096600, R2097100" + - ", R2097200, R2097300, R2097800, R2097900, R2098000, R2098500, R2098600, R2098700" + - ", R2099200, R2099300, R2099400, R2099900, R2100000, R2100100, R2345900, R2346200" + - ", R2346500, R2346800, R2347100, R2347400, R2347700, R2648000, R2648100, R2648200" + - ", R2648700, R2648800, R2648900, R2649400, R2649500, R2649600, R2650100, R2650200" + - ", R2650300, R2650800, R2650900, R2651000, R2651500, R2651600, R2651700, R2652200" + - ", R2652300, R2652400, R2955900, R2956200, R2956500, R2956800, R2957100, R2957400" + - ", R2957700, R3255900, R3256000, R3256100, R3257700, R3257800, R3257900, R3259500" + - ", R3259600, R3259700, R3261300, R3261400, R3261500, R3263100, R3263200, R3263300" + - ", R3264900, R3265000, R3265100, R3266700, R3266800, R3266900, R3268500, R3556400" + - ", R3557000, R3557600, R3771800, R3771900, R3772000, R3772100, R3772200, R3772300" + - ", R3772400, R3773900, R3774000, R3774100, R3774200, R3774300, R3774400, R3774500" + - ", R3776000, R3776100, R3776200, R3776300, R3776400, R3776500, R3776600, R3778100" + - ", R3778200, R3778300, R3778400, R3778500, R3778600, R3778700, R3780200, R3780300" + - ", R3780400, R3780500, R3780600, R3780700, R3780800, R3782300, R3782400, R3782500" + - ", R3782600, R3782900, R3784400, R3784500, R3784600, R3784700, R3785000, R3786500" + - ", R3788004, R4276800, R4276900, R4277000, R4277100, R4277101, R4277200, R4277201" + - ", R4277700, R4277800, R4277900, R4278000, R4278001, R4278100, R4278101, R4278600" + - ", R4278700, R4278800, R4278900, R4278901, R4279000, R4279001, R4279500, R4279600" + - ", R4279700, R4279800, R4279801, R4279900, R4279901, R4280400, R4280500, R4280600" + - ", R4280700, R4280701, R4280800, R4280801, R4281300, R4281400, R4281500, R4281600" + - ", R4281601, R4282100, R4282200, R4282300, R4282400, R4282401, R4282900, R4283000" + - ", R4283100, R4283600, R4827600, R4827700, R4827800, R4827900, R4827901, R4828000" + - ", R4828001, R4828100, R4830600, R4830700, R4830800, R4830900, R4830901, R4831000" + - ", R4831001, R4831100, R4833600, R4833700, R4833800, R4833900, R4833901, R4834000" + - ", R4834001, R4834100, R4836600, R4836700, R4836800, R4836900, R4836901, R4837000" + - ", R4837001, R4837100, R4839600, R4839700, R4839800, R4839900, R4839901, R4840000" + - ", R4840001, R4840100, R4842500, R4842600, R4842700, R4842800, R4842801, R4842900" + - ", R4844800, R4844900, R4845000, R4845100, R4845101, R4845200, R4847100, R4847200" + - ", R4847300, R4847400, R5498000, R5498100, R5498200, R5498300, R5498301, R5498400" + - ", R5498401, R5498500, R5501000, R5501100, R5501200, R5501300, R5501301, R5501400" + - ", R5501401, R5501500, R5504000, R5504100, R5504200, R5504300, R5504301, R5504400" + - ", R5504401, R5504500, R5507000, R5507100, R5507200, R5507300, R5507301, R5507400" + - ", R5507401, R5507500, R5510000, R5510100, R5510200, R5510300, R5510301, R5510400" + - ", R5510401, R5510500, R5513000, R5513100, R5513200, R5513300, R5513301, R5513400" + - ", R5515300, R5515400, R5515500, R5515600, R5515601, R5515700, R5517600, R5517700" + - ", R5517800, R5517900, R5519800, R5519900, R5520000, R5520100, R5520101, R5520200" + - ", R6218400, R6218500, R6218600, R6218700, R6218800, R6218900, R6219000, R6219100" + - ", R6219200, R6219300, R6219500, R6219600, R6219700, R6219800, R6219900, R6220000" + - ", R6220100, R6220200, R6220300, R6220400, R6220600, R6220700, R6220800, R6220900" + - ", R6221000, R6221100, R6221200, R6221300, R6221400, R6221500, R6221700, R6221701" + - ", R6221800, R6221801, R6221900, R6221901, R6222000, R6222001, R6222100, R6222101" + - ", R6222200, R6222201, R6222300, R6222301, R6222400, R6222401, R6222500, R6222501" + - ", R6222600, R6222601, R6222800, R6222801, R6222900, R6222901, R6223000, R6223001" + - ", R6223100, R6223101, R6223200, R6223201, R6223300, R6223301, R6223400, R6223500" + - ", R6223600, R6223700, R6223800, R6223900, R6224000, R6224100, R6224200, R6224300" + - ", R6770600, R6771600, R6771700, R6771800, R6771900, R6772000, R6772100, R6772200" + - ", R6772300, R6772400, R6772500, R6772600, R6772700, R6772800, R6772900, R6773000" + - ", R6773100, R6773200, R6773300, R6773400, R6773500, R6773600, R6773700, R6773800" + - ", R6773900, R6774000, R6774100, R6774200, R6774300, R6774400, R6774500, R6774600" + - ", R6774700, R6774800, R6774900, R6775000, R6775100, R6775200, R6775300, R6775400" + - ", R6775500, R6775501, R6775600, R6775601, R6775700, R6775701, R6775800, R6775801" + - ", R6775900, R6775901, R6776000, R6776001, R6776100, R6776101, R6776200, R6776201" + - ", R6776300, R6776301, R6776400, R6776401, R6776500, R6776501, R6776600, R6776601" + - ", R6776700, R6776701, R6776800, R6776801, R6776900, R6777000, R6777100, R6777200" + - ", R6777300, R6777400, R6777500, R6777600, R6777700, R6777800, R7415900, R7416000" + - ", R7416100, R7416200, R7416300, R7416400, R7416500, R7416600, R7416700, R7416800" + - ", R7416900, R7417000, R7417100, R7417200, R7417300, R7417400, R7417500, R7417600" + - ", R7417700, R7417800, R7417900, R7418000, R7418100, R7418200, R7418300, R7418400" + - ", R7418500, R7418600, R7418700, R7418800, R7418900, R7419000, R7419100, R7419200" + - ", R7419300, R7419400, R7419500, R7419600, R7419700, R7419800, R7419900, R7419901" + - ", R7420000, R7420001, R7420100, R7420101, R7420200, R7420201, R7420300, R7420301" + - ", R7420400, R7420401, R7420500, R7420501, R7420600, R7420601, R7420700, R7420701" + - ", R7420800, R7420801, R7420900, R7420901, R7421000, R7421001, R7421100, R7421101" + - ", R7421200, R7421201, R7421300, R7421301, R7421400, R7421500, R7421600, R7421700" + - ", R7421800, R7421900, R7422000, R7422100, R7422200, R7422300, R8114000, R8114100" + - ", R8114200, R8114300, R8114400, R8114500, R8114600, R8114700, R8114800, R8114900" + - ", R8115000, R8115100, R8115200, R8115300, R8115400, R8115500, R8115600, R8115700" + - ", R8115800, R8115900, R8116000, R8116100, R8116200, R8116300, R8116400, R8116500" + - ", R8116600, R8116700, R8116800, R8116900, R8117000, R8117100, R8117200, R8117300" + - ", R8117400, R8117500, R8117600, R8117700, R8117800, R8117900, R8118000, R8118001" + - ", R8118100, R8118101, R8118200, R8118201, R8118300, R8118301, R8118400, R8118401" + - ", R8118500, R8118501, R8118600, R8118601, R8118700, R8118701, R8118800, R8118801" + - ", R8118900, R8118901, R8119000, R8119001, R8119100, R8119101, R8119200, R8119201" + - ", R8119300, R8119301, R8119400, R8119401, R8119500, R8119501, R8119600, R8119700" + - ", R8119800, R8119900, R8120000, R8120100, R8120200, R8120300, R8120400, R8120500" + - ", R8135300, R8135400, R8135500, R8135600, R8135700, R8135800, R8135900, R9900600" + - ", R9900601, R9901400, R9901401, R9902200, R9902201, R9903000, R9903001, R9903800" + - ", R9903801, R9904600, R9904601, R9905400, R9905401, R9911200, R9911201, T0345800" + - ", T0345900, T0346000, T0346100, T0346200, T0346300, T0346400, T0346500, T0346600" + - ", T0346700, T0346800, T0346900, T0347000, T0347100, T0347200, T0347300, T0347400" + - ", T0347500, T0347600, T0347700, T0347800, T0347900, T0348000, T0348100, T0348200" + - ", T0348300, T0348400, T0348500, T0348600, T0348700, T0348800, T0348900, T0349000" + - ", T0349100, T0349200, T0349300, T0349400, T0349500, T0349600, T0349700, T0349800" + - ", T0349900, T0350000, T0350100, T0350101, T0350200, T0350201, T0350300, T0350301" + - ", T0350400, T0350401, T0350500, T0350501, T0350600, T0350601, T0350700, T0350701" + - ", T0350800, T0350801, T0350900, T0350901, T0351000, T0351001, T0351100, T0351101" + - ", T0351200, T0351201, T0351300, T0351301, T0351400, T0351401, T0351500, T0351501" + - ", T0351600, T0351601, T0351700, T0351701, T0351800, T0351801, T0351900, T0352000" + - ", T0352100, T0352200, T0352300, T0352400, T0352500, T0352600, T0352700, T0352800" + - ", T0352900, T0597800, T0597900, T0598000, T0598100, T0598200, T0598300, T0598400" + - ", T1495200, T1495300, T1495400, T1495500, T1495600, T1495700, T1495800, T1495900" + - ", T1496000, T1496100, T1496200, T1496300, T1496400, T1496500, T1496600, T1496700" + - ", T1496800, T1496900, T1497000, T1497100, T1497200, T1497300, T1497400, T1497500" + - ", T1497600, T1497700, T1497800, T1497900, T1498000, T1498100, T1498200, T1498300" + - ", T1498400, T1498500, T1498600, T1498700, T1498800, T1498900, T1499000, T1499100" + - ", T1499200, T1499300, T1499400, T1499500, T1499501, T1499600, T1499601, T1499700" + - ", T1499701, T1499800, T1499801, T1499900, T1499901, T1500000, T1500001, T1500100" + - ", T1500101, T1500200, T1500201, T1500300, T1500301, T1500400, T1500401, T1500500" + - ", T1500501, T1500600, T1500601, T1500700, T1500701, T1500800, T1500801, T1500900" + - ", T1500901, T1501000, T1501001, T1501100, T1501200, T1501300, T1501400, T1501500" + - ", T1501600, T1501700, T1501800, T1501900, T1502000, T1502100, T1765100, T1765200" + - ", T1765300, T1765400, T1765500, T1765600, T1765700, T2541200, T2541300, T2541400" + - ", T2541500, T2541600, T2541700, T2541800, T2541900, T2542000, T2542100, T2542200" + - ", T2542300, T2542400, T2542500, T2542600, T2542700, T2542800, T2542900, T2543000" + - ", T2543100, T2543200, T2543300, T2543400, T2543500, T2543600, T2543700, T2543800" + - ", T2543900, T2544000, T2544100, T2544200, T2544300, T2544400, T2544500, T2544600" + - ", T2544700, T2544800, T2544900, T2545000, T2545100, T2545200, T2545201, T2545300" + - ", T2545301, T2545400, T2545401, T2545500, T2545501, T2545600, T2545601, T2545700" + - ", T2545701, T2545800, T2545801, T2545900, T2545901, T2546000, T2546001, T2546100" + - ", T2546101, T2546200, T2546201, T2546300, T2546301, T2546400, T2546401, T2546500" + - ", T2546501, T2546600, T2546601, T2546700, T2546701, T2546800, T2546900, T2547000" + - ", T2547100, T2547200, T2547300, T2547400, T2547500, T2547600, T2547700, T2763400" + - ", T2763500, T2763600, T2763700, T2763800, T2763900, T2764000, T3729600, T3729700" + - ", T3729800, T3729900, T3730000, T3730100 FROM Extract.tblGen2FatherFromGen1 WHER" + - "E (R0000100 = @R0000100)"; + "D [R3782300] IS NULL) OR ([R3782300] = @Original_R3782300)) AND ((@IsNull_R37825" + + "00 = 1 AND [R3782500] IS NULL) OR ([R3782500] = @Original_R3782500)) AND ((@IsNu" + + "ll_R3782600 = 1 AND [R3782600] IS NULL) OR ([R3782600] = @Original_R3782600)) AN" + + "D ((@IsNull_R3782900 = 1 AND [R3782900] IS NULL) OR ([R3782900] = @Original_R378" + + "2900)) AND ((@IsNull_R3784400 = 1 AND [R3784400] IS NULL) OR ([R3784400] = @Orig" + + "inal_R3784400)) AND ((@IsNull_R3784600 = 1 AND [R3784600] IS NULL) OR ([R3784600" + + "] = @Original_R3784600)) AND ((@IsNull_R3784700 = 1 AND [R3784700] IS NULL) OR (" + + "[R3784700] = @Original_R3784700)) AND ((@IsNull_R3785000 = 1 AND [R3785000] IS N" + + "ULL) OR ([R3785000] = @Original_R3785000)) AND ((@IsNull_R3786500 = 1 AND [R3786" + + "500] IS NULL) OR ([R3786500] = @Original_R3786500)) AND ((@IsNull_R3788004 = 1 A" + + "ND [R3788004] IS NULL) OR ([R3788004] = @Original_R3788004)) AND ((@IsNull_R4276" + + "800 = 1 AND [R4276800] IS NULL) OR ([R4276800] = @Original_R4276800)) AND ((@IsN" + + "ull_R4277000 = 1 AND [R4277000] IS NULL) OR ([R4277000] = @Original_R4277000)) A" + + "ND ((@IsNull_R4277100 = 1 AND [R4277100] IS NULL) OR ([R4277100] = @Original_R42" + + "77100)) AND ((@IsNull_R4277101 = 1 AND [R4277101] IS NULL) OR ([R4277101] = @Ori" + + "ginal_R4277101)) AND ((@IsNull_R4277700 = 1 AND [R4277700] IS NULL) OR ([R427770" + + "0] = @Original_R4277700)) AND ((@IsNull_R4277900 = 1 AND [R4277900] IS NULL) OR " + + "([R4277900] = @Original_R4277900)) AND ((@IsNull_R4278000 = 1 AND [R4278000] IS " + + "NULL) OR ([R4278000] = @Original_R4278000)) AND ((@IsNull_R4278001 = 1 AND [R427" + + "8001] IS NULL) OR ([R4278001] = @Original_R4278001)) AND ((@IsNull_R4278600 = 1 " + + "AND [R4278600] IS NULL) OR ([R4278600] = @Original_R4278600)) AND ((@IsNull_R427" + + "8800 = 1 AND [R4278800] IS NULL) OR ([R4278800] = @Original_R4278800)) AND ((@Is" + + "Null_R4278900 = 1 AND [R4278900] IS NULL) OR ([R4278900] = @Original_R4278900)) " + + "AND ((@IsNull_R4278901 = 1 AND [R4278901] IS NULL) OR ([R4278901] = @Original_R4" + + "278901)) AND ((@IsNull_R4279500 = 1 AND [R4279500] IS NULL) OR ([R4279500] = @Or" + + "iginal_R4279500)) AND ((@IsNull_R4279700 = 1 AND [R4279700] IS NULL) OR ([R42797" + + "00] = @Original_R4279700)) AND ((@IsNull_R4279800 = 1 AND [R4279800] IS NULL) OR" + + " ([R4279800] = @Original_R4279800)) AND ((@IsNull_R4279801 = 1 AND [R4279801] IS" + + " NULL) OR ([R4279801] = @Original_R4279801)) AND ((@IsNull_R4280400 = 1 AND [R42" + + "80400] IS NULL) OR ([R4280400] = @Original_R4280400)) AND ((@IsNull_R4280600 = 1" + + " AND [R4280600] IS NULL) OR ([R4280600] = @Original_R4280600)) AND ((@IsNull_R42" + + "80700 = 1 AND [R4280700] IS NULL) OR ([R4280700] = @Original_R4280700)) AND ((@I" + + "sNull_R4280701 = 1 AND [R4280701] IS NULL) OR ([R4280701] = @Original_R4280701))" + + " AND ((@IsNull_R4281300 = 1 AND [R4281300] IS NULL) OR ([R4281300] = @Original_R" + + "4281300)) AND ((@IsNull_R4281500 = 1 AND [R4281500] IS NULL) OR ([R4281500] = @O" + + "riginal_R4281500)) AND ((@IsNull_R4281600 = 1 AND [R4281600] IS NULL) OR ([R4281" + + "600] = @Original_R4281600)) AND ((@IsNull_R4281601 = 1 AND [R4281601] IS NULL) O" + + "R ([R4281601] = @Original_R4281601)) AND ((@IsNull_R4282100 = 1 AND [R4282100] I" + + "S NULL) OR ([R4282100] = @Original_R4282100)) AND ((@IsNull_R4282300 = 1 AND [R4" + + "282300] IS NULL) OR ([R4282300] = @Original_R4282300)) AND ((@IsNull_R4282400 = " + + "1 AND [R4282400] IS NULL) OR ([R4282400] = @Original_R4282400)) AND ((@IsNull_R4" + + "282401 = 1 AND [R4282401] IS NULL) OR ([R4282401] = @Original_R4282401)) AND ((@" + + "IsNull_R4282900 = 1 AND [R4282900] IS NULL) OR ([R4282900] = @Original_R4282900)" + + ") AND ((@IsNull_R4283000 = 1 AND [R4283000] IS NULL) OR ([R4283000] = @Original_" + + "R4283000)) AND ((@IsNull_R4283100 = 1 AND [R4283100] IS NULL) OR ([R4283100] = @" + + "Original_R4283100)) AND ((@IsNull_R4283600 = 1 AND [R4283600] IS NULL) OR ([R428" + + "3600] = @Original_R4283600)) AND ((@IsNull_R4827600 = 1 AND [R4827600] IS NULL) " + + "OR ([R4827600] = @Original_R4827600)) AND ((@IsNull_R4827800 = 1 AND [R4827800] " + + "IS NULL) OR ([R4827800] = @Original_R4827800)) AND ((@IsNull_R4827900 = 1 AND [R" + + "4827900] IS NULL) OR ([R4827900] = @Original_R4827900)) AND ((@IsNull_R4827901 =" + + " 1 AND [R4827901] IS NULL) OR ([R4827901] = @Original_R4827901)) AND ((@IsNull_R" + + "4828100 = 1 AND [R4828100] IS NULL) OR ([R4828100] = @Original_R4828100)) AND ((" + + "@IsNull_R4830600 = 1 AND [R4830600] IS NULL) OR ([R4830600] = @Original_R4830600" + + ")) AND ((@IsNull_R4830800 = 1 AND [R4830800] IS NULL) OR ([R4830800] = @Original" + + "_R4830800)) AND ((@IsNull_R4830900 = 1 AND [R4830900] IS NULL) OR ([R4830900] = " + + "@Original_R4830900)) AND ((@IsNull_R4830901 = 1 AND [R4830901] IS NULL) OR ([R48" + + "30901] = @Original_R4830901)) AND ((@IsNull_R4831100 = 1 AND [R4831100] IS NULL)" + + " OR ([R4831100] = @Original_R4831100)) AND ((@IsNull_R4833600 = 1 AND [R4833600]" + + " IS NULL) OR ([R4833600] = @Original_R4833600)) AND ((@IsNull_R4833800 = 1 AND [" + + "R4833800] IS NULL) OR ([R4833800] = @Original_R4833800)) AND ((@IsNull_R4833900 " + + "= 1 AND [R4833900] IS NULL) OR ([R4833900] = @Original_R4833900)) AND ((@IsNull_" + + "R4833901 = 1 AND [R4833901] IS NULL) OR ([R4833901] = @Original_R4833901)) AND (" + + "(@IsNull_R4834100 = 1 AND [R4834100] IS NULL) OR ([R4834100] = @Original_R483410" + + "0)) AND ((@IsNull_R4836600 = 1 AND [R4836600] IS NULL) OR ([R4836600] = @Origina" + + "l_R4836600)) AND ((@IsNull_R4836800 = 1 AND [R4836800] IS NULL) OR ([R4836800] =" + + " @Original_R4836800)) AND ((@IsNull_R4836900 = 1 AND [R4836900] IS NULL) OR ([R4" + + "836900] = @Original_R4836900)) AND ((@IsNull_R4836901 = 1 AND [R4836901] IS NULL" + + ") OR ([R4836901] = @Original_R4836901)) AND ((@IsNull_R4837100 = 1 AND [R4837100" + + "] IS NULL) OR ([R4837100] = @Original_R4837100)) AND ((@IsNull_R4839600 = 1 AND " + + "[R4839600] IS NULL) OR ([R4839600] = @Original_R4839600)) AND ((@IsNull_R4839800" + + " = 1 AND [R4839800] IS NULL) OR ([R4839800] = @Original_R4839800)) AND ((@IsNull" + + "_R4839900 = 1 AND [R4839900] IS NULL) OR ([R4839900] = @Original_R4839900)) AND " + + "((@IsNull_R4839901 = 1 AND [R4839901] IS NULL) OR ([R4839901] = @Original_R48399" + + "01)) AND ((@IsNull_R4840100 = 1 AND [R4840100] IS NULL) OR ([R4840100] = @Origin" + + "al_R4840100)) AND ((@IsNull_R4842500 = 1 AND [R4842500] IS NULL) OR ([R4842500] " + + "= @Original_R4842500)) AND ((@IsNull_R4842700 = 1 AND [R4842700] IS NULL) OR ([R" + + "4842700] = @Original_R4842700)) AND ((@IsNull_R4842800 = 1 AND [R4842800] IS NUL" + + "L) OR ([R4842800] = @Original_R4842800)) AND ((@IsNull_R4842801 = 1 AND [R484280" + + "1] IS NULL) OR ([R4842801] = @Original_R4842801)) AND ((@IsNull_R4842900 = 1 AND" + + " [R4842900] IS NULL) OR ([R4842900] = @Original_R4842900)) AND ((@IsNull_R484480" + + "0 = 1 AND [R4844800] IS NULL) OR ([R4844800] = @Original_R4844800)) AND ((@IsNul" + + "l_R4845000 = 1 AND [R4845000] IS NULL) OR ([R4845000] = @Original_R4845000)) AND" + + " ((@IsNull_R4845100 = 1 AND [R4845100] IS NULL) OR ([R4845100] = @Original_R4845" + + "100)) AND ((@IsNull_R4845101 = 1 AND [R4845101] IS NULL) OR ([R4845101] = @Origi" + + "nal_R4845101)) AND ((@IsNull_R4845200 = 1 AND [R4845200] IS NULL) OR ([R4845200]" + + " = @Original_R4845200)) AND ((@IsNull_R4847100 = 1 AND [R4847100] IS NULL) OR ([" + + "R4847100] = @Original_R4847100)) AND ((@IsNull_R4847300 = 1 AND [R4847300] IS NU" + + "LL) OR ([R4847300] = @Original_R4847300)) AND ((@IsNull_R4847400 = 1 AND [R48474" + + "00] IS NULL) OR ([R4847400] = @Original_R4847400)) AND ((@IsNull_R5498000 = 1 AN" + + "D [R5498000] IS NULL) OR ([R5498000] = @Original_R5498000)) AND ((@IsNull_R54982" + + "00 = 1 AND [R5498200] IS NULL) OR ([R5498200] = @Original_R5498200)) AND ((@IsNu" + + "ll_R5498300 = 1 AND [R5498300] IS NULL) OR ([R5498300] = @Original_R5498300)) AN" + + "D ((@IsNull_R5498301 = 1 AND [R5498301] IS NULL) OR ([R5498301] = @Original_R549" + + "8301)) AND ((@IsNull_R5498500 = 1 AND [R5498500] IS NULL) OR ([R5498500] = @Orig" + + "inal_R5498500)) AND ((@IsNull_R5501000 = 1 AND [R5501000] IS NULL) OR ([R5501000" + + "] = @Original_R5501000)) AND ((@IsNull_R5501200 = 1 AND [R5501200] IS NULL) OR (" + + "[R5501200] = @Original_R5501200)) AND ((@IsNull_R5501300 = 1 AND [R5501300] IS N" + + "ULL) OR ([R5501300] = @Original_R5501300)) AND ((@IsNull_R5501301 = 1 AND [R5501" + + "301] IS NULL) OR ([R5501301] = @Original_R5501301)) AND ((@IsNull_R5501500 = 1 A" + + "ND [R5501500] IS NULL) OR ([R5501500] = @Original_R5501500)) AND ((@IsNull_R5504" + + "000 = 1 AND [R5504000] IS NULL) OR ([R5504000] = @Original_R5504000)) AND ((@IsN" + + "ull_R5504200 = 1 AND [R5504200] IS NULL) OR ([R5504200] = @Original_R5504200)) A" + + "ND ((@IsNull_R5504300 = 1 AND [R5504300] IS NULL) OR ([R5504300] = @Original_R55" + + "04300)) AND ((@IsNull_R5504301 = 1 AND [R5504301] IS NULL) OR ([R5504301] = @Ori" + + "ginal_R5504301)) AND ((@IsNull_R5504500 = 1 AND [R5504500] IS NULL) OR ([R550450" + + "0] = @Original_R5504500)) AND ((@IsNull_R5507000 = 1 AND [R5507000] IS NULL) OR " + + "([R5507000] = @Original_R5507000)) AND ((@IsNull_R5507200 = 1 AND [R5507200] IS " + + "NULL) OR ([R5507200] = @Original_R5507200)) AND ((@IsNull_R5507300 = 1 AND [R550" + + "7300] IS NULL) OR ([R5507300] = @Original_R5507300)) AND ((@IsNull_R5507301 = 1 " + + "AND [R5507301] IS NULL) OR ([R5507301] = @Original_R5507301)) AND ((@IsNull_R550" + + "7500 = 1 AND [R5507500] IS NULL) OR ([R5507500] = @Original_R5507500)) AND ((@Is" + + "Null_R5510000 = 1 AND [R5510000] IS NULL) OR ([R5510000] = @Original_R5510000)) " + + "AND ((@IsNull_R5510200 = 1 AND [R5510200] IS NULL) OR ([R5510200] = @Original_R5" + + "510200)) AND ((@IsNull_R5510300 = 1 AND [R5510300] IS NULL) OR ([R5510300] = @Or" + + "iginal_R5510300)) AND ((@IsNull_R5510301 = 1 AND [R5510301] IS NULL) OR ([R55103" + + "01] = @Original_R5510301)) AND ((@IsNull_R5510500 = 1 AND [R5510500] IS NULL) OR" + + " ([R5510500] = @Original_R5510500)) AND ((@IsNull_R5513000 = 1 AND [R5513000] IS" + + " NULL) OR ([R5513000] = @Original_R5513000)) AND ((@IsNull_R5513200 = 1 AND [R55" + + "13200] IS NULL) OR ([R5513200] = @Original_R5513200)) AND ((@IsNull_R5513300 = 1" + + " AND [R5513300] IS NULL) OR ([R5513300] = @Original_R5513300)) AND ((@IsNull_R55" + + "13301 = 1 AND [R5513301] IS NULL) OR ([R5513301] = @Original_R5513301)) AND ((@I" + + "sNull_R5513400 = 1 AND [R5513400] IS NULL) OR ([R5513400] = @Original_R5513400))" + + " AND ((@IsNull_R5515300 = 1 AND [R5515300] IS NULL) OR ([R5515300] = @Original_R" + + "5515300)) AND ((@IsNull_R5515500 = 1 AND [R5515500] IS NULL) OR ([R5515500] = @O" + + "riginal_R5515500)) AND ((@IsNull_R5515600 = 1 AND [R5515600] IS NULL) OR ([R5515" + + "600] = @Original_R5515600)) AND ((@IsNull_R5515601 = 1 AND [R5515601] IS NULL) O" + + "R ([R5515601] = @Original_R5515601)) AND ((@IsNull_R5515700 = 1 AND [R5515700] I" + + "S NULL) OR ([R5515700] = @Original_R5515700)) AND ((@IsNull_R5517600 = 1 AND [R5" + + "517600] IS NULL) OR ([R5517600] = @Original_R5517600)) AND ((@IsNull_R5517800 = " + + "1 AND [R5517800] IS NULL) OR ([R5517800] = @Original_R5517800)) AND ((@IsNull_R5" + + "517900 = 1 AND [R5517900] IS NULL) OR ([R5517900] = @Original_R5517900)) AND ((@" + + "IsNull_R5519800 = 1 AND [R5519800] IS NULL) OR ([R5519800] = @Original_R5519800)" + + ") AND ((@IsNull_R5520000 = 1 AND [R5520000] IS NULL) OR ([R5520000] = @Original_" + + "R5520000)) AND ((@IsNull_R5520100 = 1 AND [R5520100] IS NULL) OR ([R5520100] = @" + + "Original_R5520100)) AND ((@IsNull_R5520101 = 1 AND [R5520101] IS NULL) OR ([R552" + + "0101] = @Original_R5520101)) AND ((@IsNull_R5520200 = 1 AND [R5520200] IS NULL) " + + "OR ([R5520200] = @Original_R5520200)) AND ((@IsNull_R6218400 = 1 AND [R6218400] " + + "IS NULL) OR ([R6218400] = @Original_R6218400)) AND ((@IsNull_R6218500 = 1 AND [R" + + "6218500] IS NULL) OR ([R6218500] = @Original_R6218500)) AND ((@IsNull_R6218600 =" + + " 1 AND [R6218600] IS NULL) OR ([R6218600] = @Original_R6218600)) AND ((@IsNull_R" + + "6218700 = 1 AND [R6218700] IS NULL) OR ([R6218700] = @Original_R6218700)) AND ((" + + "@IsNull_R6218800 = 1 AND [R6218800] IS NULL) OR ([R6218800] = @Original_R6218800" + + ")) AND ((@IsNull_R6218900 = 1 AND [R6218900] IS NULL) OR ([R6218900] = @Original" + + "_R6218900)) AND ((@IsNull_R6219000 = 1 AND [R6219000] IS NULL) OR ([R6219000] = " + + "@Original_R6219000)) AND ((@IsNull_R6219100 = 1 AND [R6219100] IS NULL) OR ([R62" + + "19100] = @Original_R6219100)) AND ((@IsNull_R6219200 = 1 AND [R6219200] IS NULL)" + + " OR ([R6219200] = @Original_R6219200)) AND ((@IsNull_R6219300 = 1 AND [R6219300]" + + " IS NULL) OR ([R6219300] = @Original_R6219300)) AND ((@IsNull_R6220600 = 1 AND [" + + "R6220600] IS NULL) OR ([R6220600] = @Original_R6220600)) AND ((@IsNull_R6220700 " + + "= 1 AND [R6220700] IS NULL) OR ([R6220700] = @Original_R6220700)) AND ((@IsNull_" + + "R6220800 = 1 AND [R6220800] IS NULL) OR ([R6220800] = @Original_R6220800)) AND (" + + "(@IsNull_R6220900 = 1 AND [R6220900] IS NULL) OR ([R6220900] = @Original_R622090" + + "0)) AND ((@IsNull_R6221000 = 1 AND [R6221000] IS NULL) OR ([R6221000] = @Origina" + + "l_R6221000)) AND ((@IsNull_R6221100 = 1 AND [R6221100] IS NULL) OR ([R6221100] =" + + " @Original_R6221100)) AND ((@IsNull_R6221200 = 1 AND [R6221200] IS NULL) OR ([R6" + + "221200] = @Original_R6221200)) AND ((@IsNull_R6221300 = 1 AND [R6221300] IS NULL" + + ") OR ([R6221300] = @Original_R6221300)) AND ((@IsNull_R6221400 = 1 AND [R6221400" + + "] IS NULL) OR ([R6221400] = @Original_R6221400)) AND ((@IsNull_R6221500 = 1 AND " + + "[R6221500] IS NULL) OR ([R6221500] = @Original_R6221500)) AND ((@IsNull_R6221700" + + " = 1 AND [R6221700] IS NULL) OR ([R6221700] = @Original_R6221700)) AND ((@IsNull" + + "_R6221701 = 1 AND [R6221701] IS NULL) OR ([R6221701] = @Original_R6221701)) AND " + + "((@IsNull_R6221800 = 1 AND [R6221800] IS NULL) OR ([R6221800] = @Original_R62218" + + "00)) AND ((@IsNull_R6221801 = 1 AND [R6221801] IS NULL) OR ([R6221801] = @Origin" + + "al_R6221801)) AND ((@IsNull_R6221900 = 1 AND [R6221900] IS NULL) OR ([R6221900] " + + "= @Original_R6221900)) AND ((@IsNull_R6221901 = 1 AND [R6221901] IS NULL) OR ([R" + + "6221901] = @Original_R6221901)) AND ((@IsNull_R6222000 = 1 AND [R6222000] IS NUL" + + "L) OR ([R6222000] = @Original_R6222000)) AND ((@IsNull_R6222001 = 1 AND [R622200" + + "1] IS NULL) OR ([R6222001] = @Original_R6222001)) AND ((@IsNull_R6222100 = 1 AND" + + " [R6222100] IS NULL) OR ([R6222100] = @Original_R6222100)) AND ((@IsNull_R622210" + + "1 = 1 AND [R6222101] IS NULL) OR ([R6222101] = @Original_R6222101)) AND ((@IsNul" + + "l_R6222200 = 1 AND [R6222200] IS NULL) OR ([R6222200] = @Original_R6222200)) AND" + + " ((@IsNull_R6222201 = 1 AND [R6222201] IS NULL) OR ([R6222201] = @Original_R6222" + + "201)) AND ((@IsNull_R6222300 = 1 AND [R6222300] IS NULL) OR ([R6222300] = @Origi" + + "nal_R6222300)) AND ((@IsNull_R6222301 = 1 AND [R6222301] IS NULL) OR ([R6222301]" + + " = @Original_R6222301)) AND ((@IsNull_R6222400 = 1 AND [R6222400] IS NULL) OR ([" + + "R6222400] = @Original_R6222400)) AND ((@IsNull_R6222401 = 1 AND [R6222401] IS NU" + + "LL) OR ([R6222401] = @Original_R6222401)) AND ((@IsNull_R6222500 = 1 AND [R62225" + + "00] IS NULL) OR ([R6222500] = @Original_R6222500)) AND ((@IsNull_R6222501 = 1 AN" + + "D [R6222501] IS NULL) OR ([R6222501] = @Original_R6222501)) AND ((@IsNull_R62226" + + "00 = 1 AND [R6222600] IS NULL) OR ([R6222600] = @Original_R6222600)) AND ((@IsNu" + + "ll_R6222601 = 1 AND [R6222601] IS NULL) OR ([R6222601] = @Original_R6222601)) AN" + + "D ((@IsNull_R6223400 = 1 AND [R6223400] IS NULL) OR ([R6223400] = @Original_R622" + + "3400)) AND ((@IsNull_R6223500 = 1 AND [R6223500] IS NULL) OR ([R6223500] = @Orig" + + "inal_R6223500)) AND ((@IsNull_R6223600 = 1 AND [R6223600] IS NULL) OR ([R6223600" + + "] = @Original_R6223600)) AND ((@IsNull_R6223700 = 1 AND [R6223700] IS NULL) OR (" + + "[R6223700] = @Original_R6223700)) AND ((@IsNull_R6223800 = 1 AND [R6223800] IS N" + + "ULL) OR ([R6223800] = @Original_R6223800)) AND ((@IsNull_R6223900 = 1 AND [R6223" + + "900] IS NULL) OR ([R6223900] = @Original_R6223900)) AND ((@IsNull_R6224000 = 1 A" + + "ND [R6224000] IS NULL) OR ([R6224000] = @Original_R6224000)) AND ((@IsNull_R6224" + + "100 = 1 AND [R6224100] IS NULL) OR ([R6224100] = @Original_R6224100)) AND ((@IsN" + + "ull_R6224200 = 1 AND [R6224200] IS NULL) OR ([R6224200] = @Original_R6224200)) A" + + "ND ((@IsNull_R6224300 = 1 AND [R6224300] IS NULL) OR ([R6224300] = @Original_R62" + + "24300)) AND ((@IsNull_R6770600 = 1 AND [R6770600] IS NULL) OR ([R6770600] = @Ori" + + "ginal_R6770600)) AND ((@IsNull_R6771600 = 1 AND [R6771600] IS NULL) OR ([R677160" + + "0] = @Original_R6771600)) AND ((@IsNull_R6771700 = 1 AND [R6771700] IS NULL) OR " + + "([R6771700] = @Original_R6771700)) AND ((@IsNull_R6771800 = 1 AND [R6771800] IS " + + "NULL) OR ([R6771800] = @Original_R6771800)) AND ((@IsNull_R6771900 = 1 AND [R677" + + "1900] IS NULL) OR ([R6771900] = @Original_R6771900)) AND ((@IsNull_R6772000 = 1 " + + "AND [R6772000] IS NULL) OR ([R6772000] = @Original_R6772000)) AND ((@IsNull_R677" + + "2100 = 1 AND [R6772100] IS NULL) OR ([R6772100] = @Original_R6772100)) AND ((@Is" + + "Null_R6772200 = 1 AND [R6772200] IS NULL) OR ([R6772200] = @Original_R6772200)) " + + "AND ((@IsNull_R6772300 = 1 AND [R6772300] IS NULL) OR ([R6772300] = @Original_R6" + + "772300)) AND ((@IsNull_R6772400 = 1 AND [R6772400] IS NULL) OR ([R6772400] = @Or" + + "iginal_R6772400)) AND ((@IsNull_R6772500 = 1 AND [R6772500] IS NULL) OR ([R67725" + + "00] = @Original_R6772500)) AND ((@IsNull_R6772600 = 1 AND [R6772600] IS NULL) OR" + + " ([R6772600] = @Original_R6772600)) AND ((@IsNull_R6772700 = 1 AND [R6772700] IS" + + " NULL) OR ([R6772700] = @Original_R6772700)) AND ((@IsNull_R6772800 = 1 AND [R67" + + "72800] IS NULL) OR ([R6772800] = @Original_R6772800)) AND ((@IsNull_R6772900 = 1" + + " AND [R6772900] IS NULL) OR ([R6772900] = @Original_R6772900)) AND ((@IsNull_R67" + + "73000 = 1 AND [R6773000] IS NULL) OR ([R6773000] = @Original_R6773000)) AND ((@I" + + "sNull_R6773100 = 1 AND [R6773100] IS NULL) OR ([R6773100] = @Original_R6773100))" + + " AND ((@IsNull_R6773200 = 1 AND [R6773200] IS NULL) OR ([R6773200] = @Original_R" + + "6773200)) AND ((@IsNull_R6773300 = 1 AND [R6773300] IS NULL) OR ([R6773300] = @O" + + "riginal_R6773300)) AND ((@IsNull_R6773400 = 1 AND [R6773400] IS NULL) OR ([R6773" + + "400] = @Original_R6773400)) AND ((@IsNull_R6774500 = 1 AND [R6774500] IS NULL) O" + + "R ([R6774500] = @Original_R6774500)) AND ((@IsNull_R6774600 = 1 AND [R6774600] I" + + "S NULL) OR ([R6774600] = @Original_R6774600)) AND ((@IsNull_R6774700 = 1 AND [R6" + + "774700] IS NULL) OR ([R6774700] = @Original_R6774700)) AND ((@IsNull_R6774800 = " + + "1 AND [R6774800] IS NULL) OR ([R6774800] = @Original_R6774800)) AND ((@IsNull_R6" + + "774900 = 1 AND [R6774900] IS NULL) OR ([R6774900] = @Original_R6774900)) AND ((@" + + "IsNull_R6775000 = 1 AND [R6775000] IS NULL) OR ([R6775000] = @Original_R6775000)" + + ") AND ((@IsNull_R6775100 = 1 AND [R6775100] IS NULL) OR ([R6775100] = @Original_" + + "R6775100)) AND ((@IsNull_R6775200 = 1 AND [R6775200] IS NULL) OR ([R6775200] = @" + + "Original_R6775200)) AND ((@IsNull_R6775300 = 1 AND [R6775300] IS NULL) OR ([R677" + + "5300] = @Original_R6775300)) AND ((@IsNull_R6775400 = 1 AND [R6775400] IS NULL) " + + "OR ([R6775400] = @Original_R6775400)) AND ((@IsNull_R6775500 = 1 AND [R6775500] " + + "IS NULL) OR ([R6775500] = @Original_R6775500)) AND ((@IsNull_R6775501 = 1 AND [R" + + "6775501] IS NULL) OR ([R6775501] = @Original_R6775501)) AND ((@IsNull_R6775600 =" + + " 1 AND [R6775600] IS NULL) OR ([R6775600] = @Original_R6775600)) AND ((@IsNull_R" + + "6775601 = 1 AND [R6775601] IS NULL) OR ([R6775601] = @Original_R6775601)) AND ((" + + "@IsNull_R6775700 = 1 AND [R6775700] IS NULL) OR ([R6775700] = @Original_R6775700" + + ")) AND ((@IsNull_R6775701 = 1 AND [R6775701] IS NULL) OR ([R6775701] = @Original" + + "_R6775701)) AND ((@IsNull_R6775800 = 1 AND [R6775800] IS NULL) OR ([R6775800] = " + + "@Original_R6775800)) AND ((@IsNull_R6775801 = 1 AND [R6775801] IS NULL) OR ([R67" + + "75801] = @Original_R6775801)) AND ((@IsNull_R6775900 = 1 AND [R6775900] IS NULL)" + + " OR ([R6775900] = @Original_R6775900)) AND ((@IsNull_R6775901 = 1 AND [R6775901]" + + " IS NULL) OR ([R6775901] = @Original_R6775901)) AND ((@IsNull_R6776000 = 1 AND [" + + "R6776000] IS NULL) OR ([R6776000] = @Original_R6776000)) AND ((@IsNull_R6776001 " + + "= 1 AND [R6776001] IS NULL) OR ([R6776001] = @Original_R6776001)) AND ((@IsNull_" + + "R6776100 = 1 AND [R6776100] IS NULL) OR ([R6776100] = @Original_R6776100)) AND (" + + "(@IsNull_R6776101 = 1 AND [R6776101] IS NULL) OR ([R6776101] = @Original_R677610" + + "1)) AND ((@IsNull_R6776200 = 1 AND [R6776200] IS NULL) OR ([R6776200] = @Origina" + + "l_R6776200)) AND ((@IsNull_R6776201 = 1 AND [R6776201] IS NULL) OR ([R6776201] =" + + " @Original_R6776201)) AND ((@IsNull_R6776900 = 1 AND [R6776900] IS NULL) OR ([R6" + + "776900] = @Original_R6776900)) AND ((@IsNull_R6777000 = 1 AND [R6777000] IS NULL" + + ") OR ([R6777000] = @Original_R6777000)) AND ((@IsNull_R6777100 = 1 AND [R6777100" + + "] IS NULL) OR ([R6777100] = @Original_R6777100)) AND ((@IsNull_R6777200 = 1 AND " + + "[R6777200] IS NULL) OR ([R6777200] = @Original_R6777200)) AND ((@IsNull_R6777300" + + " = 1 AND [R6777300] IS NULL) OR ([R6777300] = @Original_R6777300)) AND ((@IsNull" + + "_R6777400 = 1 AND [R6777400] IS NULL) OR ([R6777400] = @Original_R6777400)) AND " + + "((@IsNull_R6777500 = 1 AND [R6777500] IS NULL) OR ([R6777500] = @Original_R67775" + + "00)) AND ((@IsNull_R6777600 = 1 AND [R6777600] IS NULL) OR ([R6777600] = @Origin" + + "al_R6777600)) AND ((@IsNull_R6777700 = 1 AND [R6777700] IS NULL) OR ([R6777700] " + + "= @Original_R6777700)) AND ((@IsNull_R6777800 = 1 AND [R6777800] IS NULL) OR ([R" + + "6777800] = @Original_R6777800)) AND ((@IsNull_R7415900 = 1 AND [R7415900] IS NUL" + + "L) OR ([R7415900] = @Original_R7415900)) AND ((@IsNull_R7416000 = 1 AND [R741600" + + "0] IS NULL) OR ([R7416000] = @Original_R7416000)) AND ((@IsNull_R7416100 = 1 AND" + + " [R7416100] IS NULL) OR ([R7416100] = @Original_R7416100)) AND ((@IsNull_R741620" + + "0 = 1 AND [R7416200] IS NULL) OR ([R7416200] = @Original_R7416200)) AND ((@IsNul" + + "l_R7416300 = 1 AND [R7416300] IS NULL) OR ([R7416300] = @Original_R7416300)) AND" + + " ((@IsNull_R7416400 = 1 AND [R7416400] IS NULL) OR ([R7416400] = @Original_R7416" + + "400)) AND ((@IsNull_R7416500 = 1 AND [R7416500] IS NULL) OR ([R7416500] = @Origi" + + "nal_R7416500)) AND ((@IsNull_R7416600 = 1 AND [R7416600] IS NULL) OR ([R7416600]" + + " = @Original_R7416600)) AND ((@IsNull_R7416700 = 1 AND [R7416700] IS NULL) OR ([" + + "R7416700] = @Original_R7416700)) AND ((@IsNull_R7416800 = 1 AND [R7416800] IS NU" + + "LL) OR ([R7416800] = @Original_R7416800)) AND ((@IsNull_R7416900 = 1 AND [R74169" + + "00] IS NULL) OR ([R7416900] = @Original_R7416900)) AND ((@IsNull_R7417000 = 1 AN" + + "D [R7417000] IS NULL) OR ([R7417000] = @Original_R7417000)) AND ((@IsNull_R74171" + + "00 = 1 AND [R7417100] IS NULL) OR ([R7417100] = @Original_R7417100)) AND ((@IsNu" + + "ll_R7417200 = 1 AND [R7417200] IS NULL) OR ([R7417200] = @Original_R7417200)) AN" + + "D ((@IsNull_R7417300 = 1 AND [R7417300] IS NULL) OR ([R7417300] = @Original_R741" + + "7300)) AND ((@IsNull_R7417400 = 1 AND [R7417400] IS NULL) OR ([R7417400] = @Orig" + + "inal_R7417400)) AND ((@IsNull_R7417500 = 1 AND [R7417500] IS NULL) OR ([R7417500" + + "] = @Original_R7417500)) AND ((@IsNull_R7417600 = 1 AND [R7417600] IS NULL) OR (" + + "[R7417600] = @Original_R7417600)) AND ((@IsNull_R7417700 = 1 AND [R7417700] IS N" + + "ULL) OR ([R7417700] = @Original_R7417700)) AND ((@IsNull_R7417800 = 1 AND [R7417" + + "800] IS NULL) OR ([R7417800] = @Original_R7417800)) AND ((@IsNull_R7418900 = 1 A" + + "ND [R7418900] IS NULL) OR ([R7418900] = @Original_R7418900)) AND ((@IsNull_R7419" + + "000 = 1 AND [R7419000] IS NULL) OR ([R7419000] = @Original_R7419000)) AND ((@IsN" + + "ull_R7419100 = 1 AND [R7419100] IS NULL) OR ([R7419100] = @Original_R7419100)) A" + + "ND ((@IsNull_R7419200 = 1 AND [R7419200] IS NULL) OR ([R7419200] = @Original_R74" + + "19200)) AND ((@IsNull_R7419300 = 1 AND [R7419300] IS NULL) OR ([R7419300] = @Ori" + + "ginal_R7419300)) AND ((@IsNull_R7419400 = 1 AND [R7419400] IS NULL) OR ([R741940" + + "0] = @Original_R7419400)) AND ((@IsNull_R7419500 = 1 AND [R7419500] IS NULL) OR " + + "([R7419500] = @Original_R7419500)) AND ((@IsNull_R7419600 = 1 AND [R7419600] IS " + + "NULL) OR ([R7419600] = @Original_R7419600)) AND ((@IsNull_R7419700 = 1 AND [R741" + + "9700] IS NULL) OR ([R7419700] = @Original_R7419700)) AND ((@IsNull_R7419800 = 1 " + + "AND [R7419800] IS NULL) OR ([R7419800] = @Original_R7419800)) AND ((@IsNull_R741" + + "9900 = 1 AND [R7419900] IS NULL) OR ([R7419900] = @Original_R7419900)) AND ((@Is" + + "Null_R7419901 = 1 AND [R7419901] IS NULL) OR ([R7419901] = @Original_R7419901)) " + + "AND ((@IsNull_R7420000 = 1 AND [R7420000] IS NULL) OR ([R7420000] = @Original_R7" + + "420000)) AND ((@IsNull_R7420001 = 1 AND [R7420001] IS NULL) OR ([R7420001] = @Or" + + "iginal_R7420001)) AND ((@IsNull_R7420100 = 1 AND [R7420100] IS NULL) OR ([R74201" + + "00] = @Original_R7420100)) AND ((@IsNull_R7420101 = 1 AND [R7420101] IS NULL) OR" + + " ([R7420101] = @Original_R7420101)) AND ((@IsNull_R7420200 = 1 AND [R7420200] IS" + + " NULL) OR ([R7420200] = @Original_R7420200)) AND ((@IsNull_R7420201 = 1 AND [R74" + + "20201] IS NULL) OR ([R7420201] = @Original_R7420201)) AND ((@IsNull_R7420300 = 1" + + " AND [R7420300] IS NULL) OR ([R7420300] = @Original_R7420300)) AND ((@IsNull_R74" + + "20301 = 1 AND [R7420301] IS NULL) OR ([R7420301] = @Original_R7420301)) AND ((@I" + + "sNull_R7420400 = 1 AND [R7420400] IS NULL) OR ([R7420400] = @Original_R7420400))" + + " AND ((@IsNull_R7420401 = 1 AND [R7420401] IS NULL) OR ([R7420401] = @Original_R" + + "7420401)) AND ((@IsNull_R7420500 = 1 AND [R7420500] IS NULL) OR ([R7420500] = @O" + + "riginal_R7420500)) AND ((@IsNull_R7420501 = 1 AND [R7420501] IS NULL) OR ([R7420" + + "501] = @Original_R7420501)) AND ((@IsNull_R7420600 = 1 AND [R7420600] IS NULL) O" + + "R ([R7420600] = @Original_R7420600)) AND ((@IsNull_R7420601 = 1 AND [R7420601] I" + + "S NULL) OR ([R7420601] = @Original_R7420601)) AND ((@IsNull_R7421400 = 1 AND [R7" + + "421400] IS NULL) OR ([R7421400] = @Original_R7421400)) AND ((@IsNull_R7421500 = " + + "1 AND [R7421500] IS NULL) OR ([R7421500] = @Original_R7421500)) AND ((@IsNull_R7" + + "421600 = 1 AND [R7421600] IS NULL) OR ([R7421600] = @Original_R7421600)) AND ((@" + + "IsNull_R7421700 = 1 AND [R7421700] IS NULL) OR ([R7421700] = @Original_R7421700)" + + ") AND ((@IsNull_R7421800 = 1 AND [R7421800] IS NULL) OR ([R7421800] = @Original_" + + "R7421800)) AND ((@IsNull_R7421900 = 1 AND [R7421900] IS NULL) OR ([R7421900] = @" + + "Original_R7421900)) AND ((@IsNull_R7422000 = 1 AND [R7422000] IS NULL) OR ([R742" + + "2000] = @Original_R7422000)) AND ((@IsNull_R7422100 = 1 AND [R7422100] IS NULL) " + + "OR ([R7422100] = @Original_R7422100)) AND ((@IsNull_R7422200 = 1 AND [R7422200] " + + "IS NULL) OR ([R7422200] = @Original_R7422200)) AND ((@IsNull_R7422300 = 1 AND [R" + + "7422300] IS NULL) OR ([R7422300] = @Original_R7422300)) AND ((@IsNull_R8114000 =" + + " 1 AND [R8114000] IS NULL) OR ([R8114000] = @Original_R8114000)) AND ((@IsNull_R" + + "8114100 = 1 AND [R8114100] IS NULL) OR ([R8114100] = @Original_R8114100)) AND ((" + + "@IsNull_R8114200 = 1 AND [R8114200] IS NULL) OR ([R8114200] = @Original_R8114200" + + ")) AND ((@IsNull_R8114300 = 1 AND [R8114300] IS NULL) OR ([R8114300] = @Original" + + "_R8114300)) AND ((@IsNull_R8114400 = 1 AND [R8114400] IS NULL) OR ([R8114400] = " + + "@Original_R8114400)) AND ((@IsNull_R8114500 = 1 AND [R8114500] IS NULL) OR ([R81" + + "14500] = @Original_R8114500)) AND ((@IsNull_R8114600 = 1 AND [R8114600] IS NULL)" + + " OR ([R8114600] = @Original_R8114600)) AND ((@IsNull_R8114700 = 1 AND [R8114700]" + + " IS NULL) OR ([R8114700] = @Original_R8114700)) AND ((@IsNull_R8114800 = 1 AND [" + + "R8114800] IS NULL) OR ([R8114800] = @Original_R8114800)) AND ((@IsNull_R8114900 " + + "= 1 AND [R8114900] IS NULL) OR ([R8114900] = @Original_R8114900)) AND ((@IsNull_" + + "R8115000 = 1 AND [R8115000] IS NULL) OR ([R8115000] = @Original_R8115000)) AND (" + + "(@IsNull_R8115100 = 1 AND [R8115100] IS NULL) OR ([R8115100] = @Original_R811510" + + "0)) AND ((@IsNull_R8115200 = 1 AND [R8115200] IS NULL) OR ([R8115200] = @Origina" + + "l_R8115200)) AND ((@IsNull_R8115300 = 1 AND [R8115300] IS NULL) OR ([R8115300] =" + + " @Original_R8115300)) AND ((@IsNull_R8115400 = 1 AND [R8115400] IS NULL) OR ([R8" + + "115400] = @Original_R8115400)) AND ((@IsNull_R8115500 = 1 AND [R8115500] IS NULL" + + ") OR ([R8115500] = @Original_R8115500)) AND ((@IsNull_R8115600 = 1 AND [R8115600" + + "] IS NULL) OR ([R8115600] = @Original_R8115600)) AND ((@IsNull_R8115700 = 1 AND " + + "[R8115700] IS NULL) OR ([R8115700] = @Original_R8115700)) AND ((@IsNull_R8115800" + + " = 1 AND [R8115800] IS NULL) OR ([R8115800] = @Original_R8115800)) AND ((@IsNull" + + "_R8115900 = 1 AND [R8115900] IS NULL) OR ([R8115900] = @Original_R8115900)) AND " + + "((@IsNull_R8117000 = 1 AND [R8117000] IS NULL) OR ([R8117000] = @Original_R81170" + + "00)) AND ((@IsNull_R8117100 = 1 AND [R8117100] IS NULL) OR ([R8117100] = @Origin" + + "al_R8117100)) AND ((@IsNull_R8117200 = 1 AND [R8117200] IS NULL) OR ([R8117200] " + + "= @Original_R8117200)) AND ((@IsNull_R8117300 = 1 AND [R8117300] IS NULL) OR ([R" + + "8117300] = @Original_R8117300)) AND ((@IsNull_R8117400 = 1 AND [R8117400] IS NUL" + + "L) OR ([R8117400] = @Original_R8117400)) AND ((@IsNull_R8117500 = 1 AND [R811750" + + "0] IS NULL) OR ([R8117500] = @Original_R8117500)) AND ((@IsNull_R8117600 = 1 AND" + + " [R8117600] IS NULL) OR ([R8117600] = @Original_R8117600)) AND ((@IsNull_R811770" + + "0 = 1 AND [R8117700] IS NULL) OR ([R8117700] = @Original_R8117700)) AND ((@IsNul" + + "l_R8117800 = 1 AND [R8117800] IS NULL) OR ([R8117800] = @Original_R8117800)) AND" + + " ((@IsNull_R8117900 = 1 AND [R8117900] IS NULL) OR ([R8117900] = @Original_R8117" + + "900)) AND ((@IsNull_R8118000 = 1 AND [R8118000] IS NULL) OR ([R8118000] = @Origi" + + "nal_R8118000)) AND ((@IsNull_R8118001 = 1 AND [R8118001] IS NULL) OR ([R8118001]" + + " = @Original_R8118001)) AND ((@IsNull_R8118100 = 1 AND [R8118100] IS NULL) OR ([" + + "R8118100] = @Original_R8118100)) AND ((@IsNull_R8118101 = 1 AND [R8118101] IS NU" + + "LL) OR ([R8118101] = @Original_R8118101)) AND ((@IsNull_R8118200 = 1 AND [R81182" + + "00] IS NULL) OR ([R8118200] = @Original_R8118200)) AND ((@IsNull_R8118201 = 1 AN" + + "D [R8118201] IS NULL) OR ([R8118201] = @Original_R8118201)) AND ((@IsNull_R81183" + + "00 = 1 AND [R8118300] IS NULL) OR ([R8118300] = @Original_R8118300)) AND ((@IsNu" + + "ll_R8118301 = 1 AND [R8118301] IS NULL) OR ([R8118301] = @Original_R8118301)) AN" + + "D ((@IsNull_R8118400 = 1 AND [R8118400] IS NULL) OR ([R8118400] = @Original_R811" + + "8400)) AND ((@IsNull_R8118401 = 1 AND [R8118401] IS NULL) OR ([R8118401] = @Orig" + + "inal_R8118401)) AND ((@IsNull_R8118500 = 1 AND [R8118500] IS NULL) OR ([R8118500" + + "] = @Original_R8118500)) AND ((@IsNull_R8118501 = 1 AND [R8118501] IS NULL) OR (" + + "[R8118501] = @Original_R8118501)) AND ((@IsNull_R8118600 = 1 AND [R8118600] IS N" + + "ULL) OR ([R8118600] = @Original_R8118600)) AND ((@IsNull_R8118601 = 1 AND [R8118" + + "601] IS NULL) OR ([R8118601] = @Original_R8118601)) AND ((@IsNull_R8118700 = 1 A" + + "ND [R8118700] IS NULL) OR ([R8118700] = @Original_R8118700)) AND ((@IsNull_R8118" + + "701 = 1 AND [R8118701] IS NULL) OR ([R8118701] = @Original_R8118701)) AND ((@IsN" + + "ull_R8118800 = 1 AND [R8118800] IS NULL) OR ([R8118800] = @Original_R8118800)) A" + + "ND ((@IsNull_R8118801 = 1 AND [R8118801] IS NULL) OR ([R8118801] = @Original_R81" + + "18801)) AND ((@IsNull_R8118900 = 1 AND [R8118900] IS NULL) OR ([R8118900] = @Ori" + + "ginal_R8118900)) AND ((@IsNull_R8118901 = 1 AND [R8118901] IS NULL) OR ([R811890" + + "1] = @Original_R8118901)) AND ((@IsNull_R8119600 = 1 AND [R8119600] IS NULL) OR " + + "([R8119600] = @Original_R8119600)) AND ((@IsNull_R8119700 = 1 AND [R8119700] IS " + + "NULL) OR ([R8119700] = @Original_R8119700)) AND ((@IsNull_R8119800 = 1 AND [R811" + + "9800] IS NULL) OR ([R8119800] = @Original_R8119800)) AND ((@IsNull_R8119900 = 1 " + + "AND [R8119900] IS NULL) OR ([R8119900] = @Original_R8119900)) AND ((@IsNull_R812" + + "0000 = 1 AND [R8120000] IS NULL) OR ([R8120000] = @Original_R8120000)) AND ((@Is" + + "Null_R8120100 = 1 AND [R8120100] IS NULL) OR ([R8120100] = @Original_R8120100)) " + + "AND ((@IsNull_R8120200 = 1 AND [R8120200] IS NULL) OR ([R8120200] = @Original_R8" + + "120200)) AND ((@IsNull_R8120300 = 1 AND [R8120300] IS NULL) OR ([R8120300] = @Or" + + "iginal_R8120300)) AND ((@IsNull_R8120400 = 1 AND [R8120400] IS NULL) OR ([R81204" + + "00] = @Original_R8120400)) AND ((@IsNull_R8120500 = 1 AND [R8120500] IS NULL) OR" + + " ([R8120500] = @Original_R8120500)) AND ((@IsNull_R8135300 = 1 AND [R8135300] IS" + + " NULL) OR ([R8135300] = @Original_R8135300)) AND ((@IsNull_R8135400 = 1 AND [R81" + + "35400] IS NULL) OR ([R8135400] = @Original_R8135400)) AND ((@IsNull_R8135500 = 1" + + " AND [R8135500] IS NULL) OR ([R8135500] = @Original_R8135500)) AND ((@IsNull_R81" + + "35600 = 1 AND [R8135600] IS NULL) OR ([R8135600] = @Original_R8135600)) AND ((@I" + + "sNull_R8135700 = 1 AND [R8135700] IS NULL) OR ([R8135700] = @Original_R8135700))" + + " AND ((@IsNull_R8135800 = 1 AND [R8135800] IS NULL) OR ([R8135800] = @Original_R" + + "8135800)) AND ((@IsNull_R8135900 = 1 AND [R8135900] IS NULL) OR ([R8135900] = @O" + + "riginal_R8135900)) AND ((@IsNull_R9900600 = 1 AND [R9900600] IS NULL) OR ([R9900" + + "600] = @Original_R9900600)) AND ((@IsNull_R9900601 = 1 AND [R9900601] IS NULL) O" + + "R ([R9900601] = @Original_R9900601)) AND ((@IsNull_R9901400 = 1 AND [R9901400] I" + + "S NULL) OR ([R9901400] = @Original_R9901400)) AND ((@IsNull_R9901401 = 1 AND [R9" + + "901401] IS NULL) OR ([R9901401] = @Original_R9901401)) AND ((@IsNull_R9902200 = " + + "1 AND [R9902200] IS NULL) OR ([R9902200] = @Original_R9902200)) AND ((@IsNull_R9" + + "902201 = 1 AND [R9902201] IS NULL) OR ([R9902201] = @Original_R9902201)) AND ((@" + + "IsNull_R9903000 = 1 AND [R9903000] IS NULL) OR ([R9903000] = @Original_R9903000)" + + ") AND ((@IsNull_R9903001 = 1 AND [R9903001] IS NULL) OR ([R9903001] = @Original_" + + "R9903001)) AND ((@IsNull_R9903800 = 1 AND [R9903800] IS NULL) OR ([R9903800] = @" + + "Original_R9903800)) AND ((@IsNull_R9903801 = 1 AND [R9903801] IS NULL) OR ([R990" + + "3801] = @Original_R9903801)) AND ((@IsNull_R9904600 = 1 AND [R9904600] IS NULL) " + + "OR ([R9904600] = @Original_R9904600)) AND ((@IsNull_R9904601 = 1 AND [R9904601] " + + "IS NULL) OR ([R9904601] = @Original_R9904601)) AND ((@IsNull_R9905400 = 1 AND [R" + + "9905400] IS NULL) OR ([R9905400] = @Original_R9905400)) AND ((@IsNull_R9905401 =" + + " 1 AND [R9905401] IS NULL) OR ([R9905401] = @Original_R9905401)) AND ((@IsNull_R" + + "9911200 = 1 AND [R9911200] IS NULL) OR ([R9911200] = @Original_R9911200)) AND ((" + + "@IsNull_R9911201 = 1 AND [R9911201] IS NULL) OR ([R9911201] = @Original_R9911201" + + ")) AND ((@IsNull_T0345800 = 1 AND [T0345800] IS NULL) OR ([T0345800] = @Original" + + "_T0345800)) AND ((@IsNull_T0345900 = 1 AND [T0345900] IS NULL) OR ([T0345900] = " + + "@Original_T0345900)) AND ((@IsNull_T0346000 = 1 AND [T0346000] IS NULL) OR ([T03" + + "46000] = @Original_T0346000)) AND ((@IsNull_T0346100 = 1 AND [T0346100] IS NULL)" + + " OR ([T0346100] = @Original_T0346100)) AND ((@IsNull_T0346200 = 1 AND [T0346200]" + + " IS NULL) OR ([T0346200] = @Original_T0346200)) AND ((@IsNull_T0346300 = 1 AND [" + + "T0346300] IS NULL) OR ([T0346300] = @Original_T0346300)) AND ((@IsNull_T0346400 " + + "= 1 AND [T0346400] IS NULL) OR ([T0346400] = @Original_T0346400)) AND ((@IsNull_" + + "T0346500 = 1 AND [T0346500] IS NULL) OR ([T0346500] = @Original_T0346500)) AND (" + + "(@IsNull_T0346600 = 1 AND [T0346600] IS NULL) OR ([T0346600] = @Original_T034660" + + "0)) AND ((@IsNull_T0346700 = 1 AND [T0346700] IS NULL) OR ([T0346700] = @Origina" + + "l_T0346700)) AND ((@IsNull_T0346800 = 1 AND [T0346800] IS NULL) OR ([T0346800] =" + + " @Original_T0346800)) AND ((@IsNull_T0346900 = 1 AND [T0346900] IS NULL) OR ([T0" + + "346900] = @Original_T0346900)) AND ((@IsNull_T0347000 = 1 AND [T0347000] IS NULL" + + ") OR ([T0347000] = @Original_T0347000)) AND ((@IsNull_T0347100 = 1 AND [T0347100" + + "] IS NULL) OR ([T0347100] = @Original_T0347100)) AND ((@IsNull_T0347200 = 1 AND " + + "[T0347200] IS NULL) OR ([T0347200] = @Original_T0347200)) AND ((@IsNull_T0347300" + + " = 1 AND [T0347300] IS NULL) OR ([T0347300] = @Original_T0347300)) AND ((@IsNull" + + "_T0347400 = 1 AND [T0347400] IS NULL) OR ([T0347400] = @Original_T0347400)) AND " + + "((@IsNull_T0347500 = 1 AND [T0347500] IS NULL) OR ([T0347500] = @Original_T03475" + + "00)) AND ((@IsNull_T0347600 = 1 AND [T0347600] IS NULL) OR ([T0347600] = @Origin" + + "al_T0347600)) AND ((@IsNull_T0347700 = 1 AND [T0347700] IS NULL) OR ([T0347700] " + + "= @Original_T0347700)) AND ((@IsNull_T0347800 = 1 AND [T0347800] IS NULL) OR ([T" + + "0347800] = @Original_T0347800)) AND ((@IsNull_T0349000 = 1 AND [T0349000] IS NUL" + + "L) OR ([T0349000] = @Original_T0349000)) AND ((@IsNull_T0349100 = 1 AND [T034910" + + "0] IS NULL) OR ([T0349100] = @Original_T0349100)) AND ((@IsNull_T0349200 = 1 AND" + + " [T0349200] IS NULL) OR ([T0349200] = @Original_T0349200)) AND ((@IsNull_T034930" + + "0 = 1 AND [T0349300] IS NULL) OR ([T0349300] = @Original_T0349300)) AND ((@IsNul" + + "l_T0349400 = 1 AND [T0349400] IS NULL) OR ([T0349400] = @Original_T0349400)) AND" + + " ((@IsNull_T0349500 = 1 AND [T0349500] IS NULL) OR ([T0349500] = @Original_T0349" + + "500)) AND ((@IsNull_T0349600 = 1 AND [T0349600] IS NULL) OR ([T0349600] = @Origi" + + "nal_T0349600)) AND ((@IsNull_T0349700 = 1 AND [T0349700] IS NULL) OR ([T0349700]" + + " = @Original_T0349700)) AND ((@IsNull_T0349800 = 1 AND [T0349800] IS NULL) OR ([" + + "T0349800] = @Original_T0349800)) AND ((@IsNull_T0349900 = 1 AND [T0349900] IS NU" + + "LL) OR ([T0349900] = @Original_T0349900)) AND ((@IsNull_T0350000 = 1 AND [T03500" + + "00] IS NULL) OR ([T0350000] = @Original_T0350000)) AND ((@IsNull_T0350100 = 1 AN" + + "D [T0350100] IS NULL) OR ([T0350100] = @Original_T0350100)) AND ((@IsNull_T03501" + + "01 = 1 AND [T0350101] IS NULL) OR ([T0350101] = @Original_T0350101)) AND ((@IsNu" + + "ll_T0350200 = 1 AND [T0350200] IS NULL) OR ([T0350200] = @Original_T0350200)) AN" + + "D ((@IsNull_T0350201 = 1 AND [T0350201] IS NULL) OR ([T0350201] = @Original_T035" + + "0201)) AND ((@IsNull_T0350300 = 1 AND [T0350300] IS NULL) OR ([T0350300] = @Orig" + + "inal_T0350300)) AND ((@IsNull_T0350301 = 1 AND [T0350301] IS NULL) OR ([T0350301" + + "] = @Original_T0350301)) AND ((@IsNull_T0350400 = 1 AND [T0350400] IS NULL) OR (" + + "[T0350400] = @Original_T0350400)) AND ((@IsNull_T0350401 = 1 AND [T0350401] IS N" + + "ULL) OR ([T0350401] = @Original_T0350401)) AND ((@IsNull_T0350500 = 1 AND [T0350" + + "500] IS NULL) OR ([T0350500] = @Original_T0350500)) AND ((@IsNull_T0350501 = 1 A" + + "ND [T0350501] IS NULL) OR ([T0350501] = @Original_T0350501)) AND ((@IsNull_T0350" + + "600 = 1 AND [T0350600] IS NULL) OR ([T0350600] = @Original_T0350600)) AND ((@IsN" + + "ull_T0350601 = 1 AND [T0350601] IS NULL) OR ([T0350601] = @Original_T0350601)) A" + + "ND ((@IsNull_T0350700 = 1 AND [T0350700] IS NULL) OR ([T0350700] = @Original_T03" + + "50700)) AND ((@IsNull_T0350701 = 1 AND [T0350701] IS NULL) OR ([T0350701] = @Ori" + + "ginal_T0350701)) AND ((@IsNull_T0350800 = 1 AND [T0350800] IS NULL) OR ([T035080" + + "0] = @Original_T0350800)) AND ((@IsNull_T0350801 = 1 AND [T0350801] IS NULL) OR " + + "([T0350801] = @Original_T0350801)) AND ((@IsNull_T0350900 = 1 AND [T0350900] IS " + + "NULL) OR ([T0350900] = @Original_T0350900)) AND ((@IsNull_T0350901 = 1 AND [T035" + + "0901] IS NULL) OR ([T0350901] = @Original_T0350901)) AND ((@IsNull_T0351000 = 1 " + + "AND [T0351000] IS NULL) OR ([T0351000] = @Original_T0351000)) AND ((@IsNull_T035" + + "1001 = 1 AND [T0351001] IS NULL) OR ([T0351001] = @Original_T0351001)) AND ((@Is" + + "Null_T0351900 = 1 AND [T0351900] IS NULL) OR ([T0351900] = @Original_T0351900)) " + + "AND ((@IsNull_T0352000 = 1 AND [T0352000] IS NULL) OR ([T0352000] = @Original_T0" + + "352000)) AND ((@IsNull_T0352100 = 1 AND [T0352100] IS NULL) OR ([T0352100] = @Or" + + "iginal_T0352100)) AND ((@IsNull_T0352200 = 1 AND [T0352200] IS NULL) OR ([T03522" + + "00] = @Original_T0352200)) AND ((@IsNull_T0352300 = 1 AND [T0352300] IS NULL) OR" + + " ([T0352300] = @Original_T0352300)) AND ((@IsNull_T0352400 = 1 AND [T0352400] IS" + + " NULL) OR ([T0352400] = @Original_T0352400)) AND ((@IsNull_T0352500 = 1 AND [T03" + + "52500] IS NULL) OR ([T0352500] = @Original_T0352500)) AND ((@IsNull_T0352600 = 1" + + " AND [T0352600] IS NULL) OR ([T0352600] = @Original_T0352600)) AND ((@IsNull_T03" + + "52700 = 1 AND [T0352700] IS NULL) OR ([T0352700] = @Original_T0352700)) AND ((@I" + + "sNull_T0352800 = 1 AND [T0352800] IS NULL) OR ([T0352800] = @Original_T0352800))" + + " AND ((@IsNull_T0352900 = 1 AND [T0352900] IS NULL) OR ([T0352900] = @Original_T" + + "0352900)) AND ((@IsNull_T0597800 = 1 AND [T0597800] IS NULL) OR ([T0597800] = @O" + + "riginal_T0597800)) AND ((@IsNull_T0597900 = 1 AND [T0597900] IS NULL) OR ([T0597" + + "900] = @Original_T0597900)) AND ((@IsNull_T0598000 = 1 AND [T0598000] IS NULL) O" + + "R ([T0598000] = @Original_T0598000)) AND ((@IsNull_T0598100 = 1 AND [T0598100] I" + + "S NULL) OR ([T0598100] = @Original_T0598100)) AND ((@IsNull_T0598200 = 1 AND [T0" + + "598200] IS NULL) OR ([T0598200] = @Original_T0598200)) AND ((@IsNull_T0598300 = " + + "1 AND [T0598300] IS NULL) OR ([T0598300] = @Original_T0598300)) AND ((@IsNull_T0" + + "598400 = 1 AND [T0598400] IS NULL) OR ([T0598400] = @Original_T0598400)) AND ((@" + + "IsNull_T1495200 = 1 AND [T1495200] IS NULL) OR ([T1495200] = @Original_T1495200)" + + ") AND ((@IsNull_T1495300 = 1 AND [T1495300] IS NULL) OR ([T1495300] = @Original_" + + "T1495300)) AND ((@IsNull_T1495400 = 1 AND [T1495400] IS NULL) OR ([T1495400] = @" + + "Original_T1495400)) AND ((@IsNull_T1495500 = 1 AND [T1495500] IS NULL) OR ([T149" + + "5500] = @Original_T1495500)) AND ((@IsNull_T1495600 = 1 AND [T1495600] IS NULL) " + + "OR ([T1495600] = @Original_T1495600)) AND ((@IsNull_T1495700 = 1 AND [T1495700] " + + "IS NULL) OR ([T1495700] = @Original_T1495700)) AND ((@IsNull_T1495800 = 1 AND [T" + + "1495800] IS NULL) OR ([T1495800] = @Original_T1495800)) AND ((@IsNull_T1495900 =" + + " 1 AND [T1495900] IS NULL) OR ([T1495900] = @Original_T1495900)) AND ((@IsNull_T" + + "1496000 = 1 AND [T1496000] IS NULL) OR ([T1496000] = @Original_T1496000)) AND ((" + + "@IsNull_T1496100 = 1 AND [T1496100] IS NULL) OR ([T1496100] = @Original_T1496100" + + ")) AND ((@IsNull_T1496200 = 1 AND [T1496200] IS NULL) OR ([T1496200] = @Original" + + "_T1496200)) AND ((@IsNull_T1496300 = 1 AND [T1496300] IS NULL) OR ([T1496300] = " + + "@Original_T1496300)) AND ((@IsNull_T1496400 = 1 AND [T1496400] IS NULL) OR ([T14" + + "96400] = @Original_T1496400)) AND ((@IsNull_T1496500 = 1 AND [T1496500] IS NULL)" + + " OR ([T1496500] = @Original_T1496500)) AND ((@IsNull_T1496600 = 1 AND [T1496600]" + + " IS NULL) OR ([T1496600] = @Original_T1496600)) AND ((@IsNull_T1496700 = 1 AND [" + + "T1496700] IS NULL) OR ([T1496700] = @Original_T1496700)) AND ((@IsNull_T1496800 " + + "= 1 AND [T1496800] IS NULL) OR ([T1496800] = @Original_T1496800)) AND ((@IsNull_" + + "T1496900 = 1 AND [T1496900] IS NULL) OR ([T1496900] = @Original_T1496900)) AND (" + + "(@IsNull_T1497000 = 1 AND [T1497000] IS NULL) OR ([T1497000] = @Original_T149700" + + "0)) AND ((@IsNull_T1497100 = 1 AND [T1497100] IS NULL) OR ([T1497100] = @Origina" + + "l_T1497100)) AND ((@IsNull_T1497200 = 1 AND [T1497200] IS NULL) OR ([T1497200] =" + + " @Original_T1497200)) AND ((@IsNull_T1498400 = 1 AND [T1498400] IS NULL) OR ([T1" + + "498400] = @Original_T1498400)) AND ((@IsNull_T1498500 = 1 AND [T1498500] IS NULL" + + ") OR ([T1498500] = @Original_T1498500)) AND ((@IsNull_T1498600 = 1 AND [T1498600" + + "] IS NULL) OR ([T1498600] = @Original_T1498600)) AND ((@IsNull_T1498700 = 1 AND " + + "[T1498700] IS NULL) OR ([T1498700] = @Original_T1498700)) AND ((@IsNull_T1498800" + + " = 1 AND [T1498800] IS NULL) OR ([T1498800] = @Original_T1498800)) AND ((@IsNull" + + "_T1498900 = 1 AND [T1498900] IS NULL) OR ([T1498900] = @Original_T1498900)) AND " + + "((@IsNull_T1499000 = 1 AND [T1499000] IS NULL) OR ([T1499000] = @Original_T14990" + + "00)) AND ((@IsNull_T1499100 = 1 AND [T1499100] IS NULL) OR ([T1499100] = @Origin" + + "al_T1499100)) AND ((@IsNull_T1499200 = 1 AND [T1499200] IS NULL) OR ([T1499200] " + + "= @Original_T1499200)) AND ((@IsNull_T1499300 = 1 AND [T1499300] IS NULL) OR ([T" + + "1499300] = @Original_T1499300)) AND ((@IsNull_T1499400 = 1 AND [T1499400] IS NUL" + + "L) OR ([T1499400] = @Original_T1499400)) AND ((@IsNull_T1499500 = 1 AND [T149950" + + "0] IS NULL) OR ([T1499500] = @Original_T1499500)) AND ((@IsNull_T1499501 = 1 AND" + + " [T1499501] IS NULL) OR ([T1499501] = @Original_T1499501)) AND ((@IsNull_T149960" + + "0 = 1 AND [T1499600] IS NULL) OR ([T1499600] = @Original_T1499600)) AND ((@IsNul" + + "l_T1499601 = 1 AND [T1499601] IS NULL) OR ([T1499601] = @Original_T1499601)) AND" + + " ((@IsNull_T1499700 = 1 AND [T1499700] IS NULL) OR ([T1499700] = @Original_T1499" + + "700)) AND ((@IsNull_T1499701 = 1 AND [T1499701] IS NULL) OR ([T1499701] = @Origi" + + "nal_T1499701)) AND ((@IsNull_T1499800 = 1 AND [T1499800] IS NULL) OR ([T1499800]" + + " = @Original_T1499800)) AND ((@IsNull_T1499801 = 1 AND [T1499801] IS NULL) OR ([" + + "T1499801] = @Original_T1499801)) AND ((@IsNull_T1499900 = 1 AND [T1499900] IS NU" + + "LL) OR ([T1499900] = @Original_T1499900)) AND ((@IsNull_T1499901 = 1 AND [T14999" + + "01] IS NULL) OR ([T1499901] = @Original_T1499901)) AND ((@IsNull_T1500000 = 1 AN" + + "D [T1500000] IS NULL) OR ([T1500000] = @Original_T1500000)) AND ((@IsNull_T15000" + + "01 = 1 AND [T1500001] IS NULL) OR ([T1500001] = @Original_T1500001)) AND ((@IsNu" + + "ll_T1500100 = 1 AND [T1500100] IS NULL) OR ([T1500100] = @Original_T1500100)) AN" + + "D ((@IsNull_T1500101 = 1 AND [T1500101] IS NULL) OR ([T1500101] = @Original_T150" + + "0101)) AND ((@IsNull_T1500200 = 1 AND [T1500200] IS NULL) OR ([T1500200] = @Orig" + + "inal_T1500200)) AND ((@IsNull_T1500201 = 1 AND [T1500201] IS NULL) OR ([T1500201" + + "] = @Original_T1500201)) AND ((@IsNull_T1500300 = 1 AND [T1500300] IS NULL) OR (" + + "[T1500300] = @Original_T1500300)) AND ((@IsNull_T1500301 = 1 AND [T1500301] IS N" + + "ULL) OR ([T1500301] = @Original_T1500301)) AND ((@IsNull_T1500400 = 1 AND [T1500" + + "400] IS NULL) OR ([T1500400] = @Original_T1500400)) AND ((@IsNull_T1500401 = 1 A" + + "ND [T1500401] IS NULL) OR ([T1500401] = @Original_T1500401)) AND ((@IsNull_T1501" + + "100 = 1 AND [T1501100] IS NULL) OR ([T1501100] = @Original_T1501100)) AND ((@IsN" + + "ull_T1501200 = 1 AND [T1501200] IS NULL) OR ([T1501200] = @Original_T1501200)) A" + + "ND ((@IsNull_T1501300 = 1 AND [T1501300] IS NULL) OR ([T1501300] = @Original_T15" + + "01300)) AND ((@IsNull_T1501400 = 1 AND [T1501400] IS NULL) OR ([T1501400] = @Ori" + + "ginal_T1501400)) AND ((@IsNull_T1501500 = 1 AND [T1501500] IS NULL) OR ([T150150" + + "0] = @Original_T1501500)) AND ((@IsNull_T1501600 = 1 AND [T1501600] IS NULL) OR " + + "([T1501600] = @Original_T1501600)) AND ((@IsNull_T1501700 = 1 AND [T1501700] IS " + + "NULL) OR ([T1501700] = @Original_T1501700)) AND ((@IsNull_T1501800 = 1 AND [T150" + + "1800] IS NULL) OR ([T1501800] = @Original_T1501800)) AND ((@IsNull_T1501900 = 1 " + + "AND [T1501900] IS NULL) OR ([T1501900] = @Original_T1501900)) AND ((@IsNull_T150" + + "2000 = 1 AND [T1502000] IS NULL) OR ([T1502000] = @Original_T1502000)) AND ((@Is" + + "Null_T1502100 = 1 AND [T1502100] IS NULL) OR ([T1502100] = @Original_T1502100)) " + + "AND ((@IsNull_T1765100 = 1 AND [T1765100] IS NULL) OR ([T1765100] = @Original_T1" + + "765100)) AND ((@IsNull_T1765200 = 1 AND [T1765200] IS NULL) OR ([T1765200] = @Or" + + "iginal_T1765200)) AND ((@IsNull_T1765300 = 1 AND [T1765300] IS NULL) OR ([T17653" + + "00] = @Original_T1765300)) AND ((@IsNull_T1765400 = 1 AND [T1765400] IS NULL) OR" + + " ([T1765400] = @Original_T1765400)) AND ((@IsNull_T1765500 = 1 AND [T1765500] IS" + + " NULL) OR ([T1765500] = @Original_T1765500)) AND ((@IsNull_T1765600 = 1 AND [T17" + + "65600] IS NULL) OR ([T1765600] = @Original_T1765600)) AND ((@IsNull_T1765700 = 1" + + " AND [T1765700] IS NULL) OR ([T1765700] = @Original_T1765700)) AND ((@IsNull_T25" + + "41200 = 1 AND [T2541200] IS NULL) OR ([T2541200] = @Original_T2541200)) AND ((@I" + + "sNull_T2541300 = 1 AND [T2541300] IS NULL) OR ([T2541300] = @Original_T2541300))" + + " AND ((@IsNull_T2541400 = 1 AND [T2541400] IS NULL) OR ([T2541400] = @Original_T" + + "2541400)) AND ((@IsNull_T2541500 = 1 AND [T2541500] IS NULL) OR ([T2541500] = @O" + + "riginal_T2541500)) AND ((@IsNull_T2541600 = 1 AND [T2541600] IS NULL) OR ([T2541" + + "600] = @Original_T2541600)) AND ((@IsNull_T2541700 = 1 AND [T2541700] IS NULL) O" + + "R ([T2541700] = @Original_T2541700)) AND ((@IsNull_T2541800 = 1 AND [T2541800] I" + + "S NULL) OR ([T2541800] = @Original_T2541800)) AND ((@IsNull_T2541900 = 1 AND [T2" + + "541900] IS NULL) OR ([T2541900] = @Original_T2541900)) AND ((@IsNull_T2542000 = " + + "1 AND [T2542000] IS NULL) OR ([T2542000] = @Original_T2542000)) AND ((@IsNull_T2" + + "542100 = 1 AND [T2542100] IS NULL) OR ([T2542100] = @Original_T2542100)) AND ((@" + + "IsNull_T2542200 = 1 AND [T2542200] IS NULL) OR ([T2542200] = @Original_T2542200)" + + ") AND ((@IsNull_T2542300 = 1 AND [T2542300] IS NULL) OR ([T2542300] = @Original_" + + "T2542300)) AND ((@IsNull_T2542400 = 1 AND [T2542400] IS NULL) OR ([T2542400] = @" + + "Original_T2542400)) AND ((@IsNull_T2542500 = 1 AND [T2542500] IS NULL) OR ([T254" + + "2500] = @Original_T2542500)) AND ((@IsNull_T2542600 = 1 AND [T2542600] IS NULL) " + + "OR ([T2542600] = @Original_T2542600)) AND ((@IsNull_T2542700 = 1 AND [T2542700] " + + "IS NULL) OR ([T2542700] = @Original_T2542700)) AND ((@IsNull_T2542800 = 1 AND [T" + + "2542800] IS NULL) OR ([T2542800] = @Original_T2542800)) AND ((@IsNull_T2542900 =" + + " 1 AND [T2542900] IS NULL) OR ([T2542900] = @Original_T2542900)) AND ((@IsNull_T" + + "2543000 = 1 AND [T2543000] IS NULL) OR ([T2543000] = @Original_T2543000)) AND ((" + + "@IsNull_T2543100 = 1 AND [T2543100] IS NULL) OR ([T2543100] = @Original_T2543100" + + ")) AND ((@IsNull_T2544200 = 1 AND [T2544200] IS NULL) OR ([T2544200] = @Original" + + "_T2544200)) AND ((@IsNull_T2544300 = 1 AND [T2544300] IS NULL) OR ([T2544300] = " + + "@Original_T2544300)) AND ((@IsNull_T2544400 = 1 AND [T2544400] IS NULL) OR ([T25" + + "44400] = @Original_T2544400)) AND ((@IsNull_T2544500 = 1 AND [T2544500] IS NULL)" + + " OR ([T2544500] = @Original_T2544500)) AND ((@IsNull_T2544600 = 1 AND [T2544600]" + + " IS NULL) OR ([T2544600] = @Original_T2544600)) AND ((@IsNull_T2544700 = 1 AND [" + + "T2544700] IS NULL) OR ([T2544700] = @Original_T2544700)) AND ((@IsNull_T2544800 " + + "= 1 AND [T2544800] IS NULL) OR ([T2544800] = @Original_T2544800)) AND ((@IsNull_" + + "T2544900 = 1 AND [T2544900] IS NULL) OR ([T2544900] = @Original_T2544900)) AND (" + + "(@IsNull_T2545000 = 1 AND [T2545000] IS NULL) OR ([T2545000] = @Original_T254500" + + "0)) AND ((@IsNull_T2545100 = 1 AND [T2545100] IS NULL) OR ([T2545100] = @Origina" + + "l_T2545100)) AND ((@IsNull_T2545200 = 1 AND [T2545200] IS NULL) OR ([T2545200] =" + + " @Original_T2545200)) AND ((@IsNull_T2545201 = 1 AND [T2545201] IS NULL) OR ([T2" + + "545201] = @Original_T2545201)) AND ((@IsNull_T2545300 = 1 AND [T2545300] IS NULL" + + ") OR ([T2545300] = @Original_T2545300)) AND ((@IsNull_T2545301 = 1 AND [T2545301" + + "] IS NULL) OR ([T2545301] = @Original_T2545301)) AND ((@IsNull_T2545400 = 1 AND " + + "[T2545400] IS NULL) OR ([T2545400] = @Original_T2545400)) AND ((@IsNull_T2545401" + + " = 1 AND [T2545401] IS NULL) OR ([T2545401] = @Original_T2545401)) AND ((@IsNull" + + "_T2545500 = 1 AND [T2545500] IS NULL) OR ([T2545500] = @Original_T2545500)) AND " + + "((@IsNull_T2545501 = 1 AND [T2545501] IS NULL) OR ([T2545501] = @Original_T25455" + + "01)) AND ((@IsNull_T2545600 = 1 AND [T2545600] IS NULL) OR ([T2545600] = @Origin" + + "al_T2545600)) AND ((@IsNull_T2545601 = 1 AND [T2545601] IS NULL) OR ([T2545601] " + + "= @Original_T2545601)) AND ((@IsNull_T2545700 = 1 AND [T2545700] IS NULL) OR ([T" + + "2545700] = @Original_T2545700)) AND ((@IsNull_T2545701 = 1 AND [T2545701] IS NUL" + + "L) OR ([T2545701] = @Original_T2545701)) AND ((@IsNull_T2545800 = 1 AND [T254580" + + "0] IS NULL) OR ([T2545800] = @Original_T2545800)) AND ((@IsNull_T2545801 = 1 AND" + + " [T2545801] IS NULL) OR ([T2545801] = @Original_T2545801)) AND ((@IsNull_T254590" + + "0 = 1 AND [T2545900] IS NULL) OR ([T2545900] = @Original_T2545900)) AND ((@IsNul" + + "l_T2545901 = 1 AND [T2545901] IS NULL) OR ([T2545901] = @Original_T2545901)) AND" + + " ((@IsNull_T2546000 = 1 AND [T2546000] IS NULL) OR ([T2546000] = @Original_T2546" + + "000)) AND ((@IsNull_T2546001 = 1 AND [T2546001] IS NULL) OR ([T2546001] = @Origi" + + "nal_T2546001)) AND ((@IsNull_T2546800 = 1 AND [T2546800] IS NULL) OR ([T2546800]" + + " = @Original_T2546800)) AND ((@IsNull_T2546900 = 1 AND [T2546900] IS NULL) OR ([" + + "T2546900] = @Original_T2546900)) AND ((@IsNull_T2547000 = 1 AND [T2547000] IS NU" + + "LL) OR ([T2547000] = @Original_T2547000)) AND ((@IsNull_T2547100 = 1 AND [T25471" + + "00] IS NULL) OR ([T2547100] = @Original_T2547100)) AND ((@IsNull_T2547200 = 1 AN" + + "D [T2547200] IS NULL) OR ([T2547200] = @Original_T2547200)) AND ((@IsNull_T25473" + + "00 = 1 AND [T2547300] IS NULL) OR ([T2547300] = @Original_T2547300)) AND ((@IsNu" + + "ll_T2547400 = 1 AND [T2547400] IS NULL) OR ([T2547400] = @Original_T2547400)) AN" + + "D ((@IsNull_T2547500 = 1 AND [T2547500] IS NULL) OR ([T2547500] = @Original_T254" + + "7500)) AND ((@IsNull_T2547600 = 1 AND [T2547600] IS NULL) OR ([T2547600] = @Orig" + + "inal_T2547600)) AND ((@IsNull_T2547700 = 1 AND [T2547700] IS NULL) OR ([T2547700" + + "] = @Original_T2547700)) AND ((@IsNull_T2763400 = 1 AND [T2763400] IS NULL) OR (" + + "[T2763400] = @Original_T2763400)) AND ((@IsNull_T2763500 = 1 AND [T2763500] IS N" + + "ULL) OR ([T2763500] = @Original_T2763500)) AND ((@IsNull_T2763600 = 1 AND [T2763" + + "600] IS NULL) OR ([T2763600] = @Original_T2763600)) AND ((@IsNull_T2763700 = 1 A" + + "ND [T2763700] IS NULL) OR ([T2763700] = @Original_T2763700)) AND ((@IsNull_T2763" + + "800 = 1 AND [T2763800] IS NULL) OR ([T2763800] = @Original_T2763800)) AND ((@IsN" + + "ull_T2763900 = 1 AND [T2763900] IS NULL) OR ([T2763900] = @Original_T2763900)) A" + + "ND ((@IsNull_T2764000 = 1 AND [T2764000] IS NULL) OR ([T2764000] = @Original_T27" + + "64000)) AND ((@IsNull_T3527500 = 1 AND [T3527500] IS NULL) OR ([T3527500] = @Ori" + + "ginal_T3527500)) AND ((@IsNull_T3527600 = 1 AND [T3527600] IS NULL) OR ([T352760" + + "0] = @Original_T3527600)) AND ((@IsNull_T3527700 = 1 AND [T3527700] IS NULL) OR " + + "([T3527700] = @Original_T3527700)) AND ((@IsNull_T3527800 = 1 AND [T3527800] IS " + + "NULL) OR ([T3527800] = @Original_T3527800)) AND ((@IsNull_T3527900 = 1 AND [T352" + + "7900] IS NULL) OR ([T3527900] = @Original_T3527900)) AND ((@IsNull_T3528000 = 1 " + + "AND [T3528000] IS NULL) OR ([T3528000] = @Original_T3528000)) AND ((@IsNull_T352" + + "8100 = 1 AND [T3528100] IS NULL) OR ([T3528100] = @Original_T3528100)) AND ((@Is" + + "Null_T3528200 = 1 AND [T3528200] IS NULL) OR ([T3528200] = @Original_T3528200)) " + + "AND ((@IsNull_T3528300 = 1 AND [T3528300] IS NULL) OR ([T3528300] = @Original_T3" + + "528300)) AND ((@IsNull_T3528400 = 1 AND [T3528400] IS NULL) OR ([T3528400] = @Or" + + "iginal_T3528400)) AND ((@IsNull_T3530500 = 1 AND [T3530500] IS NULL) OR ([T35305" + + "00] = @Original_T3530500)) AND ((@IsNull_T3530600 = 1 AND [T3530600] IS NULL) OR" + + " ([T3530600] = @Original_T3530600)) AND ((@IsNull_T3530700 = 1 AND [T3530700] IS" + + " NULL) OR ([T3530700] = @Original_T3530700)) AND ((@IsNull_T3530800 = 1 AND [T35" + + "30800] IS NULL) OR ([T3530800] = @Original_T3530800)) AND ((@IsNull_T3530900 = 1" + + " AND [T3530900] IS NULL) OR ([T3530900] = @Original_T3530900)) AND ((@IsNull_T35" + + "31000 = 1 AND [T3531000] IS NULL) OR ([T3531000] = @Original_T3531000)) AND ((@I" + + "sNull_T3531100 = 1 AND [T3531100] IS NULL) OR ([T3531100] = @Original_T3531100))" + + " AND ((@IsNull_T3531200 = 1 AND [T3531200] IS NULL) OR ([T3531200] = @Original_T" + + "3531200)) AND ((@IsNull_T3531300 = 1 AND [T3531300] IS NULL) OR ([T3531300] = @O" + + "riginal_T3531300)) AND ((@IsNull_T3531400 = 1 AND [T3531400] IS NULL) OR ([T3531" + + "400] = @Original_T3531400)) AND ((@IsNull_T3531500 = 1 AND [T3531500] IS NULL) O" + + "R ([T3531500] = @Original_T3531500)) AND ((@IsNull_T3531501 = 1 AND [T3531501] I" + + "S NULL) OR ([T3531501] = @Original_T3531501)) AND ((@IsNull_T3531600 = 1 AND [T3" + + "531600] IS NULL) OR ([T3531600] = @Original_T3531600)) AND ((@IsNull_T3531601 = " + + "1 AND [T3531601] IS NULL) OR ([T3531601] = @Original_T3531601)) AND ((@IsNull_T3" + + "531700 = 1 AND [T3531700] IS NULL) OR ([T3531700] = @Original_T3531700)) AND ((@" + + "IsNull_T3531701 = 1 AND [T3531701] IS NULL) OR ([T3531701] = @Original_T3531701)" + + ") AND ((@IsNull_T3531800 = 1 AND [T3531800] IS NULL) OR ([T3531800] = @Original_" + + "T3531800)) AND ((@IsNull_T3531801 = 1 AND [T3531801] IS NULL) OR ([T3531801] = @" + + "Original_T3531801)) AND ((@IsNull_T3531900 = 1 AND [T3531900] IS NULL) OR ([T353" + + "1900] = @Original_T3531900)) AND ((@IsNull_T3531901 = 1 AND [T3531901] IS NULL) " + + "OR ([T3531901] = @Original_T3531901)) AND ((@IsNull_T3532000 = 1 AND [T3532000] " + + "IS NULL) OR ([T3532000] = @Original_T3532000)) AND ((@IsNull_T3532001 = 1 AND [T" + + "3532001] IS NULL) OR ([T3532001] = @Original_T3532001)) AND ((@IsNull_T3532100 =" + + " 1 AND [T3532100] IS NULL) OR ([T3532100] = @Original_T3532100)) AND ((@IsNull_T" + + "3532101 = 1 AND [T3532101] IS NULL) OR ([T3532101] = @Original_T3532101)) AND ((" + + "@IsNull_T3532200 = 1 AND [T3532200] IS NULL) OR ([T3532200] = @Original_T3532200" + + ")) AND ((@IsNull_T3532201 = 1 AND [T3532201] IS NULL) OR ([T3532201] = @Original" + + "_T3532201)) AND ((@IsNull_T3532300 = 1 AND [T3532300] IS NULL) OR ([T3532300] = " + + "@Original_T3532300)) AND ((@IsNull_T3532301 = 1 AND [T3532301] IS NULL) OR ([T35" + + "32301] = @Original_T3532301)) AND ((@IsNull_T3532400 = 1 AND [T3532400] IS NULL)" + + " OR ([T3532400] = @Original_T3532400)) AND ((@IsNull_T3532401 = 1 AND [T3532401]" + + " IS NULL) OR ([T3532401] = @Original_T3532401)) AND ((@IsNull_T3533200 = 1 AND [" + + "T3533200] IS NULL) OR ([T3533200] = @Original_T3533200)) AND ((@IsNull_T3533300 " + + "= 1 AND [T3533300] IS NULL) OR ([T3533300] = @Original_T3533300)) AND ((@IsNull_" + + "T3533400 = 1 AND [T3533400] IS NULL) OR ([T3533400] = @Original_T3533400)) AND (" + + "(@IsNull_T3533500 = 1 AND [T3533500] IS NULL) OR ([T3533500] = @Original_T353350" + + "0)) AND ((@IsNull_T3533600 = 1 AND [T3533600] IS NULL) OR ([T3533600] = @Origina" + + "l_T3533600)) AND ((@IsNull_T3533700 = 1 AND [T3533700] IS NULL) OR ([T3533700] =" + + " @Original_T3533700)) AND ((@IsNull_T3533800 = 1 AND [T3533800] IS NULL) OR ([T3" + + "533800] = @Original_T3533800)) AND ((@IsNull_T3533900 = 1 AND [T3533900] IS NULL" + + ") OR ([T3533900] = @Original_T3533900)) AND ((@IsNull_T3534000 = 1 AND [T3534000" + + "] IS NULL) OR ([T3534000] = @Original_T3534000)) AND ((@IsNull_T3534100 = 1 AND " + + "[T3534100] IS NULL) OR ([T3534100] = @Original_T3534100)) AND ((@IsNull_T3729600" + + " = 1 AND [T3729600] IS NULL) OR ([T3729600] = @Original_T3729600)) AND ((@IsNull" + + "_T3729700 = 1 AND [T3729700] IS NULL) OR ([T3729700] = @Original_T3729700)) AND " + + "((@IsNull_T3729800 = 1 AND [T3729800] IS NULL) OR ([T3729800] = @Original_T37298" + + "00)) AND ((@IsNull_T3729900 = 1 AND [T3729900] IS NULL) OR ([T3729900] = @Origin" + + "al_T3729900)) AND ((@IsNull_T3730000 = 1 AND [T3730000] IS NULL) OR ([T3730000] " + + "= @Original_T3730000)) AND ((@IsNull_T3730100 = 1 AND [T3730100] IS NULL) OR ([T" + + "3730100] = @Original_T3730100)) AND ((@IsNull_T4496200 = 1 AND [T4496200] IS NUL" + + "L) OR ([T4496200] = @Original_T4496200)) AND ((@IsNull_T4496300 = 1 AND [T449630" + + "0] IS NULL) OR ([T4496300] = @Original_T4496300)) AND ((@IsNull_T4496400 = 1 AND" + + " [T4496400] IS NULL) OR ([T4496400] = @Original_T4496400)) AND ((@IsNull_T449650" + + "0 = 1 AND [T4496500] IS NULL) OR ([T4496500] = @Original_T4496500)) AND ((@IsNul" + + "l_T4496600 = 1 AND [T4496600] IS NULL) OR ([T4496600] = @Original_T4496600)) AND" + + " ((@IsNull_T4496700 = 1 AND [T4496700] IS NULL) OR ([T4496700] = @Original_T4496" + + "700)) AND ((@IsNull_T4496800 = 1 AND [T4496800] IS NULL) OR ([T4496800] = @Origi" + + "nal_T4496800)) AND ((@IsNull_T4496900 = 1 AND [T4496900] IS NULL) OR ([T4496900]" + + " = @Original_T4496900)) AND ((@IsNull_T4497000 = 1 AND [T4497000] IS NULL) OR ([" + + "T4497000] = @Original_T4497000)) AND ((@IsNull_T4497100 = 1 AND [T4497100] IS NU" + + "LL) OR ([T4497100] = @Original_T4497100)) AND ((@IsNull_T4500700 = 1 AND [T45007" + + "00] IS NULL) OR ([T4500700] = @Original_T4500700)) AND ((@IsNull_T4500800 = 1 AN" + + "D [T4500800] IS NULL) OR ([T4500800] = @Original_T4500800)) AND ((@IsNull_T45009" + + "00 = 1 AND [T4500900] IS NULL) OR ([T4500900] = @Original_T4500900)) AND ((@IsNu" + + "ll_T4501000 = 1 AND [T4501000] IS NULL) OR ([T4501000] = @Original_T4501000)) AN" + + "D ((@IsNull_T4501100 = 1 AND [T4501100] IS NULL) OR ([T4501100] = @Original_T450" + + "1100)) AND ((@IsNull_T4501200 = 1 AND [T4501200] IS NULL) OR ([T4501200] = @Orig" + + "inal_T4501200)) AND ((@IsNull_T4501300 = 1 AND [T4501300] IS NULL) OR ([T4501300" + + "] = @Original_T4501300)) AND ((@IsNull_T4501400 = 1 AND [T4501400] IS NULL) OR (" + + "[T4501400] = @Original_T4501400)) AND ((@IsNull_T4501500 = 1 AND [T4501500] IS N" + + "ULL) OR ([T4501500] = @Original_T4501500)) AND ((@IsNull_T4501600 = 1 AND [T4501" + + "600] IS NULL) OR ([T4501600] = @Original_T4501600)) AND ((@IsNull_T4501700 = 1 A" + + "ND [T4501700] IS NULL) OR ([T4501700] = @Original_T4501700)) AND ((@IsNull_T4501" + + "701 = 1 AND [T4501701] IS NULL) OR ([T4501701] = @Original_T4501701)) AND ((@IsN" + + "ull_T4501800 = 1 AND [T4501800] IS NULL) OR ([T4501800] = @Original_T4501800)) A" + + "ND ((@IsNull_T4501801 = 1 AND [T4501801] IS NULL) OR ([T4501801] = @Original_T45" + + "01801)) AND ((@IsNull_T4501900 = 1 AND [T4501900] IS NULL) OR ([T4501900] = @Ori" + + "ginal_T4501900)) AND ((@IsNull_T4501901 = 1 AND [T4501901] IS NULL) OR ([T450190" + + "1] = @Original_T4501901)) AND ((@IsNull_T4502000 = 1 AND [T4502000] IS NULL) OR " + + "([T4502000] = @Original_T4502000)) AND ((@IsNull_T4502001 = 1 AND [T4502001] IS " + + "NULL) OR ([T4502001] = @Original_T4502001)) AND ((@IsNull_T4502100 = 1 AND [T450" + + "2100] IS NULL) OR ([T4502100] = @Original_T4502100)) AND ((@IsNull_T4502101 = 1 " + + "AND [T4502101] IS NULL) OR ([T4502101] = @Original_T4502101)) AND ((@IsNull_T450" + + "2200 = 1 AND [T4502200] IS NULL) OR ([T4502200] = @Original_T4502200)) AND ((@Is" + + "Null_T4502201 = 1 AND [T4502201] IS NULL) OR ([T4502201] = @Original_T4502201)) " + + "AND ((@IsNull_T4502300 = 1 AND [T4502300] IS NULL) OR ([T4502300] = @Original_T4" + + "502300)) AND ((@IsNull_T4502301 = 1 AND [T4502301] IS NULL) OR ([T4502301] = @Or" + + "iginal_T4502301)) AND ((@IsNull_T4502400 = 1 AND [T4502400] IS NULL) OR ([T45024" + + "00] = @Original_T4502400)) AND ((@IsNull_T4502401 = 1 AND [T4502401] IS NULL) OR" + + " ([T4502401] = @Original_T4502401)) AND ((@IsNull_T4502500 = 1 AND [T4502500] IS" + + " NULL) OR ([T4502500] = @Original_T4502500)) AND ((@IsNull_T4502501 = 1 AND [T45" + + "02501] IS NULL) OR ([T4502501] = @Original_T4502501)) AND ((@IsNull_T4502600 = 1" + + " AND [T4502600] IS NULL) OR ([T4502600] = @Original_T4502600)) AND ((@IsNull_T45" + + "02601 = 1 AND [T4502601] IS NULL) OR ([T4502601] = @Original_T4502601)) AND ((@I" + + "sNull_T4504900 = 1 AND [T4504900] IS NULL) OR ([T4504900] = @Original_T4504900))" + + " AND ((@IsNull_T4505000 = 1 AND [T4505000] IS NULL) OR ([T4505000] = @Original_T" + + "4505000)) AND ((@IsNull_T4505100 = 1 AND [T4505100] IS NULL) OR ([T4505100] = @O" + + "riginal_T4505100)) AND ((@IsNull_T4505200 = 1 AND [T4505200] IS NULL) OR ([T4505" + + "200] = @Original_T4505200)) AND ((@IsNull_T4505300 = 1 AND [T4505300] IS NULL) O" + + "R ([T4505300] = @Original_T4505300)) AND ((@IsNull_T4505400 = 1 AND [T4505400] I" + + "S NULL) OR ([T4505400] = @Original_T4505400)) AND ((@IsNull_T4505500 = 1 AND [T4" + + "505500] IS NULL) OR ([T4505500] = @Original_T4505500)) AND ((@IsNull_T4505600 = " + + "1 AND [T4505600] IS NULL) OR ([T4505600] = @Original_T4505600)) AND ((@IsNull_T4" + + "505700 = 1 AND [T4505700] IS NULL) OR ([T4505700] = @Original_T4505700)) AND ((@" + + "IsNull_T4505800 = 1 AND [T4505800] IS NULL) OR ([T4505800] = @Original_T4505800)" + + ") AND ((@IsNull_T4703500 = 1 AND [T4703500] IS NULL) OR ([T4703500] = @Original_" + + "T4703500)) AND ((@IsNull_T4703600 = 1 AND [T4703600] IS NULL) OR ([T4703600] = @" + + "Original_T4703600)) AND ((@IsNull_T4703700 = 1 AND [T4703700] IS NULL) OR ([T470" + + "3700] = @Original_T4703700)) AND ((@IsNull_T4703800 = 1 AND [T4703800] IS NULL) " + + "OR ([T4703800] = @Original_T4703800)) AND ((@IsNull_T4703900 = 1 AND [T4703900] " + + "IS NULL) OR ([T4703900] = @Original_T4703900)) AND ((@IsNull_T4704000 = 1 AND [T" + + "4704000] IS NULL) OR ([T4704000] = @Original_T4704000)));\r\nSELECT R0000100, R017" + + "3600, R0214700, R0214800, R1373300, R1373500, R1374000, R1374200, R1374700, R137" + + "4900, R1375400, R1375600, R1376100, R1376300, R1376800, R1377000, R1377500, R137" + + "7700, R1753700, R1753900, R1754400, R1754600, R1755100, R1755300, R1755800, R175" + + "6000, R1756500, R1756700, R1757200, R1757400, R1757900, R1758100, R2095700, R209" + + "5900, R2096400, R2096600, R2097100, R2097300, R2097800, R2098000, R2098500, R209" + + "8700, R2099200, R2099400, R2099900, R2100100, R2345900, R2346200, R2346500, R234" + + "6800, R2347100, R2347400, R2347700, R2648000, R2648200, R2648700, R2648900, R264" + + "9400, R2649600, R2650100, R2650300, R2650800, R2651000, R2651500, R2651700, R265" + + "2200, R2652400, R2955900, R2956200, R2956500, R2956800, R2957100, R2957400, R295" + + "7700, R3255900, R3256100, R3257700, R3257900, R3259500, R3259700, R3261300, R326" + + "1500, R3263100, R3263300, R3264900, R3265100, R3266700, R3266900, R3268500, R355" + + "6400, R3557000, R3557600, R3771800, R3772000, R3772100, R3772400, R3773900, R377" + + "4100, R3774200, R3774500, R3776000, R3776200, R3776300, R3776600, R3778100, R377" + + "8300, R3778400, R3778700, R3780200, R3780400, R3780500, R3780800, R3782300, R378" + + "2500, R3782600, R3782900, R3784400, R3784600, R3784700, R3785000, R3786500, R378" + + "8004, R4276800, R4277000, R4277100, R4277101, R4277700, R4277900, R4278000, R427" + + "8001, R4278600, R4278800, R4278900, R4278901, R4279500, R4279700, R4279800, R427" + + "9801, R4280400, R4280600, R4280700, R4280701, R4281300, R4281500, R4281600, R428" + + "1601, R4282100, R4282300, R4282400, R4282401, R4282900, R4283000, R4283100, R428" + + "3600, R4827600, R4827800, R4827900, R4827901, R4828100, R4830600, R4830800, R483" + + "0900, R4830901, R4831100, R4833600, R4833800, R4833900, R4833901, R4834100, R483" + + "6600, R4836800, R4836900, R4836901, R4837100, R4839600, R4839800, R4839900, R483" + + "9901, R4840100, R4842500, R4842700, R4842800, R4842801, R4842900, R4844800, R484" + + "5000, R4845100, R4845101, R4845200, R4847100, R4847300, R4847400, R5498000, R549" + + "8200, R5498300, R5498301, R5498500, R5501000, R5501200, R5501300, R5501301, R550" + + "1500, R5504000, R5504200, R5504300, R5504301, R5504500, R5507000, R5507200, R550" + + "7300, R5507301, R5507500, R5510000, R5510200, R5510300, R5510301, R5510500, R551" + + "3000, R5513200, R5513300, R5513301, R5513400, R5515300, R5515500, R5515600, R551" + + "5601, R5515700, R5517600, R5517800, R5517900, R5519800, R5520000, R5520100, R552" + + "0101, R5520200, R6218400, R6218500, R6218600, R6218700, R6218800, R6218900, R621" + + "9000, R6219100, R6219200, R6219300, R6220600, R6220700, R6220800, R6220900, R622" + + "1000, R6221100, R6221200, R6221300, R6221400, R6221500, R6221700, R6221701, R622" + + "1800, R6221801, R6221900, R6221901, R6222000, R6222001, R6222100, R6222101, R622" + + "2200, R6222201, R6222300, R6222301, R6222400, R6222401, R6222500, R6222501, R622" + + "2600, R6222601, R6223400, R6223500, R6223600, R6223700, R6223800, R6223900, R622" + + "4000, R6224100, R6224200, R6224300, R6770600, R6771600, R6771700, R6771800, R677" + + "1900, R6772000, R6772100, R6772200, R6772300, R6772400, R6772500, R6772600, R677" + + "2700, R6772800, R6772900, R6773000, R6773100, R6773200, R6773300, R6773400, R677" + + "4500, R6774600, R6774700, R6774800, R6774900, R6775000, R6775100, R6775200, R677" + + "5300, R6775400, R6775500, R6775501, R6775600, R6775601, R6775700, R6775701, R677" + + "5800, R6775801, R6775900, R6775901, R6776000, R6776001, R6776100, R6776101, R677" + + "6200, R6776201, R6776900, R6777000, R6777100, R6777200, R6777300, R6777400, R677" + + "7500, R6777600, R6777700, R6777800, R7415900, R7416000, R7416100, R7416200, R741" + + "6300, R7416400, R7416500, R7416600, R7416700, R7416800, R7416900, R7417000, R741" + + "7100, R7417200, R7417300, R7417400, R7417500, R7417600, R7417700, R7417800, R741" + + "8900, R7419000, R7419100, R7419200, R7419300, R7419400, R7419500, R7419600, R741" + + "9700, R7419800, R7419900, R7419901, R7420000, R7420001, R7420100, R7420101, R742" + + "0200, R7420201, R7420300, R7420301, R7420400, R7420401, R7420500, R7420501, R742" + + "0600, R7420601, R7421400, R7421500, R7421600, R7421700, R7421800, R7421900, R742" + + "2000, R7422100, R7422200, R7422300, R8114000, R8114100, R8114200, R8114300, R811" + + "4400, R8114500, R8114600, R8114700, R8114800, R8114900, R8115000, R8115100, R811" + + "5200, R8115300, R8115400, R8115500, R8115600, R8115700, R8115800, R8115900, R811" + + "7000, R8117100, R8117200, R8117300, R8117400, R8117500, R8117600, R8117700, R811" + + "7800, R8117900, R8118000, R8118001, R8118100, R8118101, R8118200, R8118201, R811" + + "8300, R8118301, R8118400, R8118401, R8118500, R8118501, R8118600, R8118601, R811" + + "8700, R8118701, R8118800, R8118801, R8118900, R8118901, R8119600, R8119700, R811" + + "9800, R8119900, R8120000, R8120100, R8120200, R8120300, R8120400, R8120500, R813" + + "5300, R8135400, R8135500, R8135600, R8135700, R8135800, R8135900, R9900600, R990" + + "0601, R9901400, R9901401, R9902200, R9902201, R9903000, R9903001, R9903800, R990" + + "3801, R9904600, R9904601, R9905400, R9905401, R9911200, R9911201, T0345800, T034" + + "5900, T0346000, T0346100, T0346200, T0346300, T0346400, T0346500, T0346600, T034" + + "6700, T0346800, T0346900, T0347000, T0347100, T0347200, T0347300, T0347400, T034" + + "7500, T0347600, T0347700, T0347800, T0349000, T0349100, T0349200, T0349300, T034" + + "9400, T0349500, T0349600, T0349700, T0349800, T0349900, T0350000, T0350100, T035" + + "0101, T0350200, T0350201, T0350300, T0350301, T0350400, T0350401, T0350500, T035" + + "0501, T0350600, T0350601, T0350700, T0350701, T0350800, T0350801, T0350900, T035" + + "0901, T0351000, T0351001, T0351900, T0352000, T0352100, T0352200, T0352300, T035" + + "2400, T0352500, T0352600, T0352700, T0352800, T0352900, T0597800, T0597900, T059" + + "8000, T0598100, T0598200, T0598300, T0598400, T1495200, T1495300, T1495400, T149" + + "5500, T1495600, T1495700, T1495800, T1495900, T1496000, T1496100, T1496200, T149" + + "6300, T1496400, T1496500, T1496600, T1496700, T1496800, T1496900, T1497000, T149" + + "7100, T1497200, T1498400, T1498500, T1498600, T1498700, T1498800, T1498900, T149" + + "9000, T1499100, T1499200, T1499300, T1499400, T1499500, T1499501, T1499600, T149" + + "9601, T1499700, T1499701, T1499800, T1499801, T1499900, T1499901, T1500000, T150" + + "0001, T1500100, T1500101, T1500200, T1500201, T1500300, T1500301, T1500400, T150" + + "0401, T1501100, T1501200, T1501300, T1501400, T1501500, T1501600, T1501700, T150" + + "1800, T1501900, T1502000, T1502100, T1765100, T1765200, T1765300, T1765400, T176" + + "5500, T1765600, T1765700, T2541200, T2541300, T2541400, T2541500, T2541600, T254" + + "1700, T2541800, T2541900, T2542000, T2542100, T2542200, T2542300, T2542400, T254" + + "2500, T2542600, T2542700, T2542800, T2542900, T2543000, T2543100, T2544200, T254" + + "4300, T2544400, T2544500, T2544600, T2544700, T2544800, T2544900, T2545000, T254" + + "5100, T2545200, T2545201, T2545300, T2545301, T2545400, T2545401, T2545500, T254" + + "5501, T2545600, T2545601, T2545700, T2545701, T2545800, T2545801, T2545900, T254" + + "5901, T2546000, T2546001, T2546800, T2546900, T2547000, T2547100, T2547200, T254" + + "7300, T2547400, T2547500, T2547600, T2547700, T2763400, T2763500, T2763600, T276" + + "3700, T2763800, T2763900, T2764000, T3527500, T3527600, T3527700, T3527800, T352" + + "7900, T3528000, T3528100, T3528200, T3528300, T3528400, T3530500, T3530600, T353" + + "0700, T3530800, T3530900, T3531000, T3531100, T3531200, T3531300, T3531400, T353" + + "1500, T3531501, T3531600, T3531601, T3531700, T3531701, T3531800, T3531801, T353" + + "1900, T3531901, T3532000, T3532001, T3532100, T3532101, T3532200, T3532201, T353" + + "2300, T3532301, T3532400, T3532401, T3533200, T3533300, T3533400, T3533500, T353" + + "3600, T3533700, T3533800, T3533900, T3534000, T3534100, T3729600, T3729700, T372" + + "9800, T3729900, T3730000, T3730100, T4496200, T4496300, T4496400, T4496500, T449" + + "6600, T4496700, T4496800, T4496900, T4497000, T4497100, T4500700, T4500800, T450" + + "0900, T4501000, T4501100, T4501200, T4501300, T4501400, T4501500, T4501600, T450" + + "1700, T4501701, T4501800, T4501801, T4501900, T4501901, T4502000, T4502001, T450" + + "2100, T4502101, T4502200, T4502201, T4502300, T4502301, T4502400, T4502401, T450" + + "2500, T4502501, T4502600, T4502601, T4504900, T4505000, T4505100, T4505200, T450" + + "5300, T4505400, T4505500, T4505600, T4505700, T4505800, T4703500, T4703600, T470" + + "3700, T4703800, T4703900, T4704000 FROM Extract.tblGen2FatherFromGen1 WHERE (R00" + + "00100 = @R0000100)"; this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0173600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0173600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1373300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1373300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1373400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1373400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1373500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1373500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1374000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1374100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1374200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1374700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1374800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1374900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1375400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1375400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1375500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1375500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1375600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1375600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1376100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1376200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1376300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1376800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1376900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1377000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1377500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1377600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1377700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1753700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1753700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1753800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1753800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1753900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1753900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1754400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1754400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1754500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1754500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1754600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1754600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1755100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1755200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1755300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1755800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1755900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1756000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1756500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1756600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1756700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1757200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1757300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1757400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1757900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1758000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1758000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1758100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1758100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2095700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2095700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2095800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2095800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2095900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2095900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2096400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2096400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2096500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2096500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2096600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2096600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2097100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2097200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2097300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2097800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2097900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2098000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2098500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2098600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2098700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2099200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2099300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2099400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2099900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2100000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2100000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2100100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2100100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2345900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2345900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2346200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2346200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -135955,25 +138748,18 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2347400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2347400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2347700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2347700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2648000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2648100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2648200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2648700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2648800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2648900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2649400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2649400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2649500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2649500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2649600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2649600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2650100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2650200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2650300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2650800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2650900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2651000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2651500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2651600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2651700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2652200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2652200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2652300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2652300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2652400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2652400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2955900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2955900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2956200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2956200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -135983,119 +138769,78 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2957400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2957400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2957700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2957700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3255900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3255900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3256000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3256000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3256100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3256100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3257700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3257700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3257800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3257800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3257900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3257900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3259500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3259500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3259600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3259600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3259700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3259700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3261300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3261300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3261400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3261400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3261500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3261500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3263100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3263100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3263200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3263200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3263300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3263300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3264900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3264900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3265000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3265000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3265100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3265100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3266700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3266700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3266800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3266800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3266900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3266900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3268500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3268500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3556400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3556400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3557000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3557000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3557600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3557600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3771800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3771800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3771900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3771900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3772000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3772100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3772200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3772300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3772400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3773900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3774300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3774400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3774500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3776000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3776100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3776200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3776300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3776400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3776500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3776600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3778100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3778200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3778300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3778400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3778500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3778600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3778700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3780200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3780300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3780400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3780500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3780600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3780700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3780800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3782300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3782400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3782500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3782600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3782900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3784400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3784500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3784600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3784700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3785000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3785000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3786500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3786500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3788004", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3788004", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4276800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4276800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4276900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4276900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4277000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4277100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4277101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4277200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4277201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4277700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4277800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4277900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4278000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4278001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4278100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4278101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4278600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4278700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4278800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4278900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4278901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4280400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4280500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4280600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4280700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4280701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4280800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4280801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4281300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4281400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4281500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4281600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4281601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4282100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4282200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4282300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4282400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4282401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -136104,119 +138849,82 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4283100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4283100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4283600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4283600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4827600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4827700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4827800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4827900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4827901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4828000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4828001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4828100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4830600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4830700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4830800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4830900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4830901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4831000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4831001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4831100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4833600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4833700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4833800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4833900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4833901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4834000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4834001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4834100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4836600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4836700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4836800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4836900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4836901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4837000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4837001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4837100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4839700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4839800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4839900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4839901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4840000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4840001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4840100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4842500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4842600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4842700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4842800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4842801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4842900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4844800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4844800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4844900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4844900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4845000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4845000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4845100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4845100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4845101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4845101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4845200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4845200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4847100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4847200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4847300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4847400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5498000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5498200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5498300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5498301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5498400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5498401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5498500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5501000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5501100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5501200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5501300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5501301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5501400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5501401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5501500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5504000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5504100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5504200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5504300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5504301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5504400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5504401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5504500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5507000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5507100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5507200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5507300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5507301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5507400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5507401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5507500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5510000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5510100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5510200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5510300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5510301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5510400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5510401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5510500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5513000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5513100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5513200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5513300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5513301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5513400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5515300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5515400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5515500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5515600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5515601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5515700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5517600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5517700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5517800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5517900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5519800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5519800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5519900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5519900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5520000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5520000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5520100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5520100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5520101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5520101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -136231,16 +138939,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6219100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6219200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6219300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6219500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6219600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6219700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6219800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6219900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6220000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6220100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6220200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6220300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6220400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6220600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6220700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6220800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -136271,18 +138969,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6222501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6222600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6222601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6222800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6222801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6222900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6222901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -136313,16 +138999,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6773200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6773300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6773400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6773500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6773600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6773700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6773800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6774300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6774400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6774500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6774600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6774700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -136349,18 +139025,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6777000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6777000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6777100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6777100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -136391,16 +139055,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7417600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7417600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7417700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7417700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7417800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7417800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7417900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7417900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7419000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7419000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7419100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7419100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -136427,20 +139081,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -136471,16 +139111,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8115700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8115700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8115800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8115800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8115900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8115900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8117000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8117000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8117100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8117100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8117200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8117200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -136511,18 +139141,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8118801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8118801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8118900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8118900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8118901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8118901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -136577,17 +139195,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0347600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0347600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0347700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0347700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0347800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0347800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0347900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0347900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0349000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0349000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0349100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0349100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0349200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0349200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -136619,22 +139226,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0350901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0350901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0352000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0352000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0352100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0352100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -136674,17 +139265,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1498000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1498200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1498300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1498400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1498500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1498600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -136716,18 +139296,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1501000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1501001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1501100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1501200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1501300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -136766,16 +139334,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2542900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2542900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2544000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2544100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2544200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2544300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2544400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -136804,20 +139362,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2545901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2545901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2547000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2547000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); @@ -136835,139 +139379,207 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2763900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2764000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3527500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3527600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3527700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3527800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3527900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3528000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3528100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3528200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3528300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3528400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3530500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3530600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3530700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3530800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3530900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3531901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3533200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3533300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3533400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3533500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3533600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3533700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3533800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3533900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3534000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3534000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3534100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3534100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3729600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3729700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3729800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3729900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3730000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3730100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4496200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4496300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4496400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4496500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4496600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4496700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4496800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4496900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4497000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4497000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4497100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4497100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4500700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4500700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4500800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4500800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4500900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4500900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4501000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4501100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4501200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4501300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4501400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4501500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4501600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4501700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4501701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4501800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4501801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4501900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4501901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4502601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4504900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4505000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4505100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4505200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4505300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4505400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4505500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4505600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4505700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4505800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4703500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4703600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4703700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4703800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4703900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4704000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4704000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0173600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0173600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0173600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0173600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0214800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0214800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1373300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1373300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1373300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1373300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1373400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1373400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1373400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1373400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1373500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1373500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1373500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1373500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1374000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1374000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1374100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1374100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1374200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1374200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1374700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1374700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1374800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1374800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1374900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1374900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1375400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1375400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1375400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1375400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1375500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1375500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1375500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1375500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1375600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1375600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1375600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1375600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1376100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1376100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1376200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1376200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1376300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1376300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1376800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1376800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1376900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1376900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1377000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1377000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1377500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1377500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1377600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1377600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1377700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1377700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1753700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1753700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1753700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1753700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1753800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1753800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1753800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1753800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1753900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1753900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1753900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1753900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1754400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1754400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1754400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1754400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1754500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1754500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1754500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1754500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1754600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1754600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1754600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1754600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1755100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1755100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1755200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1755200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1755300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1755300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1755800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1755800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1755900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1755900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1756000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1756000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1756500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1756500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1756600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1756600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1756700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1756700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1757200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1757200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1757300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1757300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1757400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1757400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1757900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1757900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1758000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1758000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1758000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1758000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1758100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1758100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1758100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1758100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2095700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2095700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2095700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2095700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2095800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2095800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2095800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2095800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2095900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2095900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2095900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2095900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2096400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2096400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2096400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2096400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2096500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2096500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2096500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2096500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2096600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2096600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2096600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2096600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2097100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2097100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2097200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2097200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2097300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2097300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2097800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2097800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2097900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2097900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2098000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2098000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2098500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2098500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2098600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2098600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2098700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2098700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2099200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2099200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2099300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2099300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2099400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2099400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2099900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2099900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2100000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2100000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2100000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2100000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2100100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2100100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2100100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2100100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2345900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2345900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -136986,44 +139598,30 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2347700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2347700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2648000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2648000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2648100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2648100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2648200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2648200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2648700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2648700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2648800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2648800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2648900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2648900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2649400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2649400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2649400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2649400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2649500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2649500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2649500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2649500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2649600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2649600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2649600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2649600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2650100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2650100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2650200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2650200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2650300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2650300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2650800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2650800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2650900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2650900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2651000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2651000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2651500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2651500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2651600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2651600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2651700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2651700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2652200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2652200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2652200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2652200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2652300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2652300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2652300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2652300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2652400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2652400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2652400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2652400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2955900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2955900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -137042,44 +139640,30 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2957700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2957700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3255900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3255900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3255900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3255900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3256000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3256000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3256000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3256000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3256100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3256100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3256100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3256100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3257700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3257700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3257700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3257700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3257800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3257800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3257800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3257800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3257900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3257900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3257900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3257900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3259500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3259500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3259500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3259500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3259600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3259600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3259600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3259600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3259700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3259700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3259700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3259700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3261300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3261300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3261300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3261300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3261400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3261400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3261400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3261400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3261500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3261500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3261500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3261500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3263100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3263100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3263100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3263100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3263200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3263200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3263200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3263200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3263300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3263300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3263300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3263300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3264900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3264900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3264900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3264900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3265000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3265000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3265000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3265000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3265100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3265100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3265100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3265100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3266700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3266700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3266700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3266700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3266800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3266800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3266800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3266800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3266900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3266900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3266900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3266900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3268500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3268500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -137092,78 +139676,46 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3557600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3557600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3771800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3771800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3771800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3771800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3771900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3771900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3771900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3771900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3772000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3772000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3772100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3772100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3772200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3772200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3772300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3772300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3772400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3772400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3773900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3773900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3774300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3774300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3774400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3774400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3774500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3774500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3776000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3776000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3776100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3776100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3776200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3776200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3776300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3776300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3776400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3776400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3776500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3776500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3776600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3776600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3778100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3778100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3778200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3778200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3778300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3778300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3778400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3778400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3778500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3778500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3778600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3778600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3778700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3778700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3780200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3780200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3780300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3780300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3780400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3780400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3780500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3780500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3780600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3780600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3780700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3780700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3780800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3780800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3782300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3782300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3782400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3782400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3782500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3782500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3782600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -137172,8 +139724,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3782900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3784400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3784400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3784500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3784500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3784600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3784600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3784700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -137186,78 +139736,46 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3788004", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3788004", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4276800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4276800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4276800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4276800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4276900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4276900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4276900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4276900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4277000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4277000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4277100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4277100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4277101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4277101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4277200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4277200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4277201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4277201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4277700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4277700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4277800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4277800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4277900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4277900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4278000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4278000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4278001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4278001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4278100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4278100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4278101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4278101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4278600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4278600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4278700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4278700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4278800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4278800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4278900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4278900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4278901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4278901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4280400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4280400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4280500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4280500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4280600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4280600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4280700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4280700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4280701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4280701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4280800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4280800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4280801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4280801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4281300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4281300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4281400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4281400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4281500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4281500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4281600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -137266,8 +139784,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4281601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4282100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4282100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4282200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4282200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4282300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4282300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4282400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -137284,88 +139800,56 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4283600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4283600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4827600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4827600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4827700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4827700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4827800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4827800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4827900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4827900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4827901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4827901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4828000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4828000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4828001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4828001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4828100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4828100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4830600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4830600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4830700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4830700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4830800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4830800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4830900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4830900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4830901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4830901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4831000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4831000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4831001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4831001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4831100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4831100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4833600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4833600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4833700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4833700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4833800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4833800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4833900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4833900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4833901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4833901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4834000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4834000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4834001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4834001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4834100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4834100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4836600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4836600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4836700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4836700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4836800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4836800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4836900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4836900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4836901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4836901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4837000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4837000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4837001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4837001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4837100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4837100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4839600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4839700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4839700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4839800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4839800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4839900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4839900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4839901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4839901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4840000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4840000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4840001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4840001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4840100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4840100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4842500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4842500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4842600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4842600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4842700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4842700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4842800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -137376,8 +139860,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4842900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4844800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4844800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4844800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4844800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4844900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4844900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4844900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4844900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4845000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4845000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4845000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4845000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4845100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4845100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -137388,96 +139870,62 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4845200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4845200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4847100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4847100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4847200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4847200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4847300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4847300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4847400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4847400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5498000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5498000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5498200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5498200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5498300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5498300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5498301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5498301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5498400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5498400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5498401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5498401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5498500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5498500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5501000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5501000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5501100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5501100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5501200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5501200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5501300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5501300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5501301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5501301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5501400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5501400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5501401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5501401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5501500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5501500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5504000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5504000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5504100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5504100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5504200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5504200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5504300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5504300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5504301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5504301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5504400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5504400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5504401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5504401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5504500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5504500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5507000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5507000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5507100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5507100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5507200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5507200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5507300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5507300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5507301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5507301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5507400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5507400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5507401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5507401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5507500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5507500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5510000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5510000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5510100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5510100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5510200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5510200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5510300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5510300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5510301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5510301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5510400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5510400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5510401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5510401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5510500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5510500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5513000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5513000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5513100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5513100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5513200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5513200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5513300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -137488,8 +139936,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5513400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5515300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5515300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5515400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5515400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5515500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5515500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5515600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -137500,16 +139946,12 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5515700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5517600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5517600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5517700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5517700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5517800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5517800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5517900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5517900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5519800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5519800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5519800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5519800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5519900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5519900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5519900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5519900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5520000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5520000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5520000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5520000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5520100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5520100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -137538,26 +139980,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6219200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6219300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6219300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6219500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6219500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6219600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6219600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6219700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6219700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6219800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6219800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6219900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6219900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6220000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6220000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6220100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6220100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6220200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6220200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6220300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6220300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6220400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6220400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6220600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6220600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6220700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -137618,30 +140040,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6222600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6222601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6222601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6222800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6222800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6222801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6222801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6222900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6222900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6222901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6222901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -137702,26 +140100,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6773300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6773400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6773400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6773500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6773500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6773600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6773600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6773700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6773700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6773800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6773800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6774300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6774300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6774400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6774400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6774500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6774500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6774600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -137774,30 +140152,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6777000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6777000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -137858,26 +140212,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7417700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7417700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7417800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7417800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7417800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7417800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7417900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7417900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7417900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7417900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7419000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7419000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -137930,34 +140264,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7420601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7420700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7420701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7420800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7420801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7420900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7420901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -138018,26 +140324,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8115800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8115800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8115900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8115900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8115900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8115900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8117000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8117000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8117000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8117000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8117100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8117100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -138098,30 +140384,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8118900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8118900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8118901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8118901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8118901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8118901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -138230,28 +140492,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0347700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0347700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0347800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0347800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0347800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0347800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0347900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0347900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0347900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0347900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0349000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0349000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0349000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0349000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0349100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0349100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -138314,38 +140554,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0352000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0352000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -138424,28 +140632,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1498000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1498000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1498200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1498200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1498300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1498300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1498400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1498400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1498500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -138508,30 +140694,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1501000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1501000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1501001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1501001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1501100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1501100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1501200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -138608,26 +140770,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2544000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2544000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2544100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2544100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2544200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2544200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2544300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -138684,34 +140826,6 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); - this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -138746,6 +140860,106 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2763900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2763900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2764000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2764000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2764000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3527500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3527500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3527600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3527600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3527700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3527700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3527800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3527800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3527900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3527900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3527900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3528000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3528000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3528100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3528100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3528200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3528200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3528300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3528300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3528400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3528400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3528400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3530500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3530500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3530600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3530600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3530700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3530700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3530800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3530800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3530900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3530900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3531901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3531901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3531901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3533200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3533200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3533300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3533300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3533400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3533400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3533500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3533500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3533600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3533600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3533700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3533700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3533800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3533800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3533900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3533900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3534000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3534000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3534000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3534000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3534100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3534100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3534100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3534100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3729600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3729600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3729700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3729700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); @@ -138758,6 +140972,118 @@ private void InitAdapter() { this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3730000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3730100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3730100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3730100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4496200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4496200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4496300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4496300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4496400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4496400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4496500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4496500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4496600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4496600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4496700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4496700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4496800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4496800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4496900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4496900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4496900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4497000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4497000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4497000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4497000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4497100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4497100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4497100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4497100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4500700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4500700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4500700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4500700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4500800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4500800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4500800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4500800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4500900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4500900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4500900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4500900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4501000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4501000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4501100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4501100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4501200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4501200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4501300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4501300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4501400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4501400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4501500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4501500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4501600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4501600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4501700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4501700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4501701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4501701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4501800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4501800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4501801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4501801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4501900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4501900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4501901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4501901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4501901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4502601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4502601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4502601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4504900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4504900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4505000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4505000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4505100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4505100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4505200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4505200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4505300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4505300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4505400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4505400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4505500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4505500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4505600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4505600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4505700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4505700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4505800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4505800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4505800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4703500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4703500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4703600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4703600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4703700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4703700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4703800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4703800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4703900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4703900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4703900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4704000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4704000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4704000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4704000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -138773,127 +141099,107 @@ 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 R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R137" + - "4200, R1374700, R1374800, R1374900, R1375400, R1375500, R1375600, R1376100, R137" + - "6200, R1376300, R1376800, R1376900, R1377000, R1377500, R1377600, R1377700, R175" + - "3700, R1753800, R1753900, R1754400, R1754500, R1754600, R1755100, R1755200, R175" + - "5300, R1755800, R1755900, R1756000, R1756500, R1756600, R1756700, R1757200, R175" + - "7300, R1757400, R1757900, R1758000, R1758100, R2095700, R2095800, R2095900, R209" + - "6400, R2096500, R2096600, R2097100, R2097200, R2097300, R2097800, R2097900, R209" + - "8000, R2098500, R2098600, R2098700, R2099200, R2099300, R2099400, R2099900, R210" + - "0000, R2100100, R2345900, R2346200, R2346500, R2346800, R2347100, R2347400, R234" + - "7700, R2648000, R2648100, R2648200, R2648700, R2648800, R2648900, R2649400, R264" + - "9500, R2649600, R2650100, R2650200, R2650300, R2650800, R2650900, R2651000, R265" + - "1500, R2651600, R2651700, R2652200, R2652300, R2652400, R2955900, R2956200, R295" + - "6500, R2956800, R2957100, R2957400, R2957700, R3255900, R3256000, R3256100, R325" + - "7700, R3257800, R3257900, R3259500, R3259600, R3259700, R3261300, R3261400, R326" + - "1500, R3263100, R3263200, R3263300, R3264900, R3265000, R3265100, R3266700, R326" + - "6800, R3266900, R3268500, R3556400, R3557000, R3557600, R3771800, R3771900, R377" + - "2000, R3772100, R3772200, R3772300, R3772400, R3773900, R3774000, R3774100, R377" + - "4200, R3774300, R3774400, R3774500, R3776000, R3776100, R3776200, R3776300, R377" + - "6400, R3776500, R3776600, R3778100, R3778200, R3778300, R3778400, R3778500, R377" + - "8600, R3778700, R3780200, R3780300, R3780400, R3780500, R3780600, R3780700, R378" + - "0800, R3782300, R3782400, R3782500, R3782600, R3782900, R3784400, R3784500, R378" + - "4600, R3784700, R3785000, R3786500, R3788004, R4276800, R4276900, R4277000, R427" + - "7100, R4277101, R4277200, R4277201, R4277700, R4277800, R4277900, R4278000, R427" + - "8001, R4278100, R4278101, R4278600, R4278700, R4278800, R4278900, R4278901, R427" + - "9000, R4279001, R4279500, R4279600, R4279700, R4279800, R4279801, R4279900, R427" + - "9901, R4280400, R4280500, R4280600, R4280700, R4280701, R4280800, R4280801, R428" + - "1300, R4281400, R4281500, R4281600, R4281601, R4282100, R4282200, R4282300, R428" + - "2400, R4282401, R4282900, R4283000, R4283100, R4283600, R4827600, R4827700, R482" + - "7800, R4827900, R4827901, R4828000, R4828001, R4828100, R4830600, R4830700, R483" + - "0800, R4830900, R4830901, R4831000, R4831001, R4831100, R4833600, R4833700, R483" + - "3800, R4833900, R4833901, R4834000, R4834001, R4834100, R4836600, R4836700, R483" + - "6800, R4836900, R4836901, R4837000, R4837001, R4837100, R4839600, R4839700, R483" + - "9800, R4839900, R4839901, R4840000, R4840001, R4840100, R4842500, R4842600, R484" + - "2700, R4842800, R4842801, R4842900, R4844800, R4844900, R4845000, R4845100, R484" + - "5101, R4845200, R4847100, R4847200, R4847300, R4847400, R5498000, R5498100, R549" + - "8200, R5498300, R5498301, R5498400, R5498401, R5498500, R5501000, R5501100, R550" + - "1200, R5501300, R5501301, R5501400, R5501401, R5501500, R5504000, R5504100, R550" + - "4200, R5504300, R5504301, R5504400, R5504401, R5504500, R5507000, R5507100, R550" + - "7200, R5507300, R5507301, R5507400, R5507401, R5507500, R5510000, R5510100, R551" + - "0200, R5510300, R5510301, R5510400, R5510401, R5510500, R5513000, R5513100, R551" + - "3200, R5513300, R5513301, R5513400, R5515300, R5515400, R5515500, R5515600, R551" + - "5601, R5515700, R5517600, R5517700, R5517800, R5517900, R5519800, R5519900, R552" + + this._commandCollection[0].CommandText = "SELECT R0000100, R0173600, R0214700, R0214800, R1373300, R1373500, R1374000, R137" + + "4200, R1374700, R1374900, R1375400, R1375600, R1376100, R1376300, R1376800, R137" + + "7000, R1377500, R1377700, R1753700, R1753900, R1754400, R1754600, R1755100, R175" + + "5300, R1755800, R1756000, R1756500, R1756700, R1757200, R1757400, R1757900, R175" + + "8100, R2095700, R2095900, R2096400, R2096600, R2097100, R2097300, R2097800, R209" + + "8000, R2098500, R2098700, R2099200, R2099400, R2099900, R2100100, R2345900, R234" + + "6200, R2346500, R2346800, R2347100, R2347400, R2347700, R2648000, R2648200, R264" + + "8700, R2648900, R2649400, R2649600, R2650100, R2650300, R2650800, R2651000, R265" + + "1500, R2651700, R2652200, R2652400, R2955900, R2956200, R2956500, R2956800, R295" + + "7100, R2957400, R2957700, R3255900, R3256100, R3257700, R3257900, R3259500, R325" + + "9700, R3261300, R3261500, R3263100, R3263300, R3264900, R3265100, R3266700, R326" + + "6900, R3268500, R3556400, R3557000, R3557600, R3771800, R3772000, R3772100, R377" + + "2400, R3773900, R3774100, R3774200, R3774500, R3776000, R3776200, R3776300, R377" + + "6600, R3778100, R3778300, R3778400, R3778700, R3780200, R3780400, R3780500, R378" + + "0800, R3782300, R3782500, R3782600, R3782900, R3784400, R3784600, R3784700, R378" + + "5000, R3786500, R3788004, R4276800, R4277000, R4277100, R4277101, R4277700, R427" + + "7900, R4278000, R4278001, R4278600, R4278800, R4278900, R4278901, R4279500, R427" + + "9700, R4279800, R4279801, R4280400, R4280600, R4280700, R4280701, R4281300, R428" + + "1500, R4281600, R4281601, R4282100, R4282300, R4282400, R4282401, R4282900, R428" + + "3000, R4283100, R4283600, R4827600, R4827800, R4827900, R4827901, R4828100, R483" + + "0600, R4830800, R4830900, R4830901, R4831100, R4833600, R4833800, R4833900, R483" + + "3901, R4834100, R4836600, R4836800, R4836900, R4836901, R4837100, R4839600, R483" + + "9800, R4839900, R4839901, R4840100, R4842500, R4842700, R4842800, R4842801, R484" + + "2900, R4844800, R4845000, R4845100, R4845101, R4845200, R4847100, R4847300, R484" + + "7400, R5498000, R5498200, R5498300, R5498301, R5498500, R5501000, R5501200, R550" + + "1300, R5501301, R5501500, R5504000, R5504200, R5504300, R5504301, R5504500, R550" + + "7000, R5507200, R5507300, R5507301, R5507500, R5510000, R5510200, R5510300, R551" + + "0301, R5510500, R5513000, R5513200, R5513300, R5513301, R5513400, R5515300, R551" + + "5500, R5515600, R5515601, R5515700, R5517600, R5517800, R5517900, R5519800, R552" + "0000, R5520100, R5520101, R5520200, R6218400, R6218500, R6218600, R6218700, R621" + - "8800, R6218900, R6219000, R6219100, R6219200, R6219300, R6219500, R6219600, R621" + - "9700, R6219800, R6219900, R6220000, R6220100, R6220200, R6220300, R6220400, R622" + - "0600, R6220700, R6220800, R6220900, R6221000, R6221100, R6221200, R6221300, R622" + - "1400, R6221500, R6221700, R6221701, R6221800, R6221801, R6221900, R6221901, R622" + - "2000, R6222001, R6222100, R6222101, R6222200, R6222201, R6222300, R6222301, R622" + - "2400, R6222401, R6222500, R6222501, R6222600, R6222601, R6222800, R6222801, R622" + - "2900, R6222901, R6223000, R6223001, R6223100, R6223101, R6223200, R6223201, R622" + - "3300, R6223301, R6223400, R6223500, R6223600, R6223700, R6223800, R6223900, R622" + - "4000, R6224100, R6224200, R6224300, R6770600, R6771600, R6771700, R6771800, R677" + - "1900, R6772000, R6772100, R6772200, R6772300, R6772400, R6772500, R6772600, R677" + - "2700, R6772800, R6772900, R6773000, R6773100, R6773200, R6773300, R6773400, R677" + - "3500, R6773600, R6773700, R6773800, R6773900, R6774000, R6774100, R6774200, R677" + - "4300, R6774400, R6774500, R6774600, R6774700, R6774800, R6774900, R6775000, R677" + + "8800, R6218900, R6219000, R6219100, R6219200, R6219300, R6220600, R6220700, R622" + + "0800, R6220900, R6221000, R6221100, R6221200, R6221300, R6221400, R6221500, R622" + + "1700, R6221701, R6221800, R6221801, R6221900, R6221901, R6222000, R6222001, R622" + + "2100, R6222101, R6222200, R6222201, R6222300, R6222301, R6222400, R6222401, R622" + + "2500, R6222501, R6222600, R6222601, R6223400, R6223500, R6223600, R6223700, R622" + + "3800, R6223900, R6224000, R6224100, R6224200, R6224300, R6770600, R6771600, R677" + + "1700, R6771800, R6771900, R6772000, R6772100, R6772200, R6772300, R6772400, R677" + + "2500, R6772600, R6772700, R6772800, R6772900, R6773000, R6773100, R6773200, R677" + + "3300, R6773400, R6774500, R6774600, R6774700, R6774800, R6774900, R6775000, R677" + "5100, R6775200, R6775300, R6775400, R6775500, R6775501, R6775600, R6775601, R677" + "5700, R6775701, R6775800, R6775801, R6775900, R6775901, R6776000, R6776001, R677" + - "6100, R6776101, R6776200, R6776201, R6776300, R6776301, R6776400, R6776401, R677" + - "6500, R6776501, R6776600, R6776601, R6776700, R6776701, R6776800, R6776801, R677" + - "6900, R6777000, R6777100, R6777200, R6777300, R6777400, R6777500, R6777600, R677" + - "7700, R6777800, R7415900, R7416000, R7416100, R7416200, R7416300, R7416400, R741" + - "6500, R7416600, R7416700, R7416800, R7416900, R7417000, R7417100, R7417200, R741" + - "7300, R7417400, R7417500, R7417600, R7417700, R7417800, R7417900, R7418000, R741" + - "8100, R7418200, R7418300, R7418400, R7418500, R7418600, R7418700, R7418800, R741" + - "8900, R7419000, R7419100, R7419200, R7419300, R7419400, R7419500, R7419600, R741" + - "9700, R7419800, R7419900, R7419901, R7420000, R7420001, R7420100, R7420101, R742" + - "0200, R7420201, R7420300, R7420301, R7420400, R7420401, R7420500, R7420501, R742" + - "0600, R7420601, R7420700, R7420701, R7420800, R7420801, R7420900, R7420901, R742" + - "1000, R7421001, R7421100, R7421101, R7421200, R7421201, R7421300, R7421301, R742" + - "1400, R7421500, R7421600, R7421700, R7421800, R7421900, R7422000, R7422100, R742" + - "2200, R7422300, R8114000, R8114100, R8114200, R8114300, R8114400, R8114500, R811" + - "4600, R8114700, R8114800, R8114900, R8115000, R8115100, R8115200, R8115300, R811" + - "5400, R8115500, R8115600, R8115700, R8115800, R8115900, R8116000, R8116100, R811" + - "6200, R8116300, R8116400, R8116500, R8116600, R8116700, R8116800, R8116900, R811" + - "7000, R8117100, R8117200, R8117300, R8117400, R8117500, R8117600, R8117700, R811" + - "7800, R8117900, R8118000, R8118001, R8118100, R8118101, R8118200, R8118201, R811" + - "8300, R8118301, R8118400, R8118401, R8118500, R8118501, R8118600, R8118601, R811" + - "8700, R8118701, R8118800, R8118801, R8118900, R8118901, R8119000, R8119001, R811" + - "9100, R8119101, R8119200, R8119201, R8119300, R8119301, R8119400, R8119401, R811" + - "9500, R8119501, R8119600, R8119700, R8119800, R8119900, R8120000, R8120100, R812" + - "0200, R8120300, R8120400, R8120500, R8135300, R8135400, R8135500, R8135600, R813" + - "5700, R8135800, R8135900, R9900600, R9900601, R9901400, R9901401, R9902200, R990" + - "2201, R9903000, R9903001, R9903800, R9903801, R9904600, R9904601, R9905400, R990" + - "5401, R9911200, R9911201, T0345800, T0345900, T0346000, T0346100, T0346200, T034" + - "6300, T0346400, T0346500, T0346600, T0346700, T0346800, T0346900, T0347000, T034" + - "7100, T0347200, T0347300, T0347400, T0347500, T0347600, T0347700, T0347800, T034" + - "7900, T0348000, T0348100, T0348200, T0348300, T0348400, T0348500, T0348600, T034" + - "8700, T0348800, T0348900, T0349000, T0349100, T0349200, T0349300, T0349400, T034" + - "9500, T0349600, T0349700, T0349800, T0349900, T0350000, T0350100, T0350101, T035" + - "0200, T0350201, T0350300, T0350301, T0350400, T0350401, T0350500, T0350501, T035" + - "0600, T0350601, T0350700, T0350701, T0350800, T0350801, T0350900, T0350901, T035" + - "1000, T0351001, T0351100, T0351101, T0351200, T0351201, T0351300, T0351301, T035" + - "1400, T0351401, T0351500, T0351501, T0351600, T0351601, T0351700, T0351701, T035" + - "1800, T0351801, T0351900, T0352000, T0352100, T0352200, T0352300, T0352400, T035" + - "2500, T0352600, T0352700, T0352800, T0352900, T0597800, T0597900, T0598000, T059" + - "8100, T0598200, T0598300, T0598400, T1495200, T1495300, T1495400, T1495500, T149" + - "5600, T1495700, T1495800, T1495900, T1496000, T1496100, T1496200, T1496300, T149" + - "6400, T1496500, T1496600, T1496700, T1496800, T1496900, T1497000, T1497100, T149" + - "7200, T1497300, T1497400, T1497500, T1497600, T1497700, T1497800, T1497900, T149" + - "8000, T1498100, T1498200, T1498300, T1498400, T1498500, T1498600, T1498700, T149" + + "6100, R6776101, R6776200, R6776201, R6776900, R6777000, R6777100, R6777200, R677" + + "7300, R6777400, R6777500, R6777600, R6777700, R6777800, R7415900, R7416000, R741" + + "6100, R7416200, R7416300, R7416400, R7416500, R7416600, R7416700, R7416800, R741" + + "6900, R7417000, R7417100, R7417200, R7417300, R7417400, R7417500, R7417600, R741" + + "7700, R7417800, R7418900, R7419000, R7419100, R7419200, R7419300, R7419400, R741" + + "9500, R7419600, R7419700, R7419800, R7419900, R7419901, R7420000, R7420001, R742" + + "0100, R7420101, R7420200, R7420201, R7420300, R7420301, R7420400, R7420401, R742" + + "0500, R7420501, R7420600, R7420601, R7421400, R7421500, R7421600, R7421700, R742" + + "1800, R7421900, R7422000, R7422100, R7422200, R7422300, R8114000, R8114100, R811" + + "4200, R8114300, R8114400, R8114500, R8114600, R8114700, R8114800, R8114900, R811" + + "5000, R8115100, R8115200, R8115300, R8115400, R8115500, R8115600, R8115700, R811" + + "5800, R8115900, R8117000, R8117100, R8117200, R8117300, R8117400, R8117500, R811" + + "7600, R8117700, R8117800, R8117900, R8118000, R8118001, R8118100, R8118101, R811" + + "8200, R8118201, R8118300, R8118301, R8118400, R8118401, R8118500, R8118501, R811" + + "8600, R8118601, R8118700, R8118701, R8118800, R8118801, R8118900, R8118901, R811" + + "9600, R8119700, R8119800, R8119900, R8120000, R8120100, R8120200, R8120300, R812" + + "0400, R8120500, R8135300, R8135400, R8135500, R8135600, R8135700, R8135800, R813" + + "5900, R9900600, R9900601, R9901400, R9901401, R9902200, R9902201, R9903000, R990" + + "3001, R9903800, R9903801, R9904600, R9904601, R9905400, R9905401, R9911200, R991" + + "1201, T0345800, T0345900, T0346000, T0346100, T0346200, T0346300, T0346400, T034" + + "6500, T0346600, T0346700, T0346800, T0346900, T0347000, T0347100, T0347200, T034" + + "7300, T0347400, T0347500, T0347600, T0347700, T0347800, T0349000, T0349100, T034" + + "9200, T0349300, T0349400, T0349500, T0349600, T0349700, T0349800, T0349900, T035" + + "0000, T0350100, T0350101, T0350200, T0350201, T0350300, T0350301, T0350400, T035" + + "0401, T0350500, T0350501, T0350600, T0350601, T0350700, T0350701, T0350800, T035" + + "0801, T0350900, T0350901, T0351000, T0351001, T0351900, T0352000, T0352100, T035" + + "2200, T0352300, T0352400, T0352500, T0352600, T0352700, T0352800, T0352900, T059" + + "7800, T0597900, T0598000, T0598100, T0598200, T0598300, T0598400, T1495200, T149" + + "5300, T1495400, T1495500, T1495600, T1495700, T1495800, T1495900, T1496000, T149" + + "6100, T1496200, T1496300, T1496400, T1496500, T1496600, T1496700, T1496800, T149" + + "6900, T1497000, T1497100, T1497200, T1498400, T1498500, T1498600, T1498700, T149" + "8800, T1498900, T1499000, T1499100, T1499200, T1499300, T1499400, T1499500, T149" + "9501, T1499600, T1499601, T1499700, T1499701, T1499800, T1499801, T1499900, T149" + "9901, T1500000, T1500001, T1500100, T1500101, T1500200, T1500201, T1500300, T150" + - "0301, T1500400, T1500401, T1500500, T1500501, T1500600, T1500601, T1500700, T150" + - "0701, T1500800, T1500801, T1500900, T1500901, T1501000, T1501001, T1501100, T150" + - "1200, T1501300, T1501400, T1501500, T1501600, T1501700, T1501800, T1501900, T150" + - "2000, T1502100, T1765100, T1765200, T1765300, T1765400, T1765500, T1765600, T176" + - "5700, T2541200, T2541300, T2541400, T2541500, T2541600, T2541700, T2541800, T254" + - "1900, T2542000, T2542100, T2542200, T2542300, T2542400, T2542500, T2542600, T254" + - "2700, T2542800, T2542900, T2543000, T2543100, T2543200, T2543300, T2543400, T254" + - "3500, T2543600, T2543700, T2543800, T2543900, T2544000, T2544100, T2544200, T254" + - "4300, T2544400, T2544500, T2544600, T2544700, T2544800, T2544900, T2545000, T254" + - "5100, T2545200, T2545201, T2545300, T2545301, T2545400, T2545401, T2545500, T254" + - "5501, T2545600, T2545601, T2545700, T2545701, T2545800, T2545801, T2545900, T254" + - "5901, T2546000, T2546001, T2546100, T2546101, T2546200, T2546201, T2546300, T254" + - "6301, T2546400, T2546401, T2546500, T2546501, T2546600, T2546601, T2546700, T254" + - "6701, T2546800, T2546900, T2547000, T2547100, T2547200, T2547300, T2547400, T254" + - "7500, T2547600, T2547700, T2763400, T2763500, T2763600, T2763700, T2763800, T276" + - "3900, T2764000, T3729600, T3729700, T3729800, T3729900, T3730000, T3730100 FROM " + - "Extract.tblGen2FatherFromGen1"; + "0301, T1500400, T1500401, T1501100, T1501200, T1501300, T1501400, T1501500, T150" + + "1600, T1501700, T1501800, T1501900, T1502000, T1502100, T1765100, T1765200, T176" + + "5300, T1765400, T1765500, T1765600, T1765700, T2541200, T2541300, T2541400, T254" + + "1500, T2541600, T2541700, T2541800, T2541900, T2542000, T2542100, T2542200, T254" + + "2300, T2542400, T2542500, T2542600, T2542700, T2542800, T2542900, T2543000, T254" + + "3100, T2544200, T2544300, T2544400, T2544500, T2544600, T2544700, T2544800, T254" + + "4900, T2545000, T2545100, T2545200, T2545201, T2545300, T2545301, T2545400, T254" + + "5401, T2545500, T2545501, T2545600, T2545601, T2545700, T2545701, T2545800, T254" + + "5801, T2545900, T2545901, T2546000, T2546001, T2546800, T2546900, T2547000, T254" + + "7100, T2547200, T2547300, T2547400, T2547500, T2547600, T2547700, T2763400, T276" + + "3500, T2763600, T2763700, T2763800, T2763900, T2764000, T3527500, T3527600, T352" + + "7700, T3527800, T3527900, T3528000, T3528100, T3528200, T3528300, T3528400, T353" + + "0500, T3530600, T3530700, T3530800, T3530900, T3531000, T3531100, T3531200, T353" + + "1300, T3531400, T3531500, T3531501, T3531600, T3531601, T3531700, T3531701, T353" + + "1800, T3531801, T3531900, T3531901, T3532000, T3532001, T3532100, T3532101, T353" + + "2200, T3532201, T3532300, T3532301, T3532400, T3532401, T3533200, T3533300, T353" + + "3400, T3533500, T3533600, T3533700, T3533800, T3533900, T3534000, T3534100, T372" + + "9600, T3729700, T3729800, T3729900, T3730000, T3730100, T4496200, T4496300, T449" + + "6400, T4496500, T4496600, T4496700, T4496800, T4496900, T4497000, T4497100, T450" + + "0700, T4500800, T4500900, T4501000, T4501100, T4501200, T4501300, T4501400, T450" + + "1500, T4501600, T4501700, T4501701, T4501800, T4501801, T4501900, T4501901, T450" + + "2000, T4502001, T4502100, T4502101, T4502200, T4502201, T4502300, T4502301, T450" + + "2400, T4502401, T4502500, T4502501, T4502600, T4502601, T4504900, T4505000, T450" + + "5100, T4505200, T4505300, T4505400, T4505500, T4505600, T4505700, T4505800, T470" + + "3500, T4703600, T4703700, T4703800, T4703900, T4704000 FROM Extract.tblGen2Fathe" + + "rFromGen1"; this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; } @@ -138956,69 +141262,50 @@ public virtual int Update(global::System.Data.DataRow[] dataRows) { [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)] public virtual int Delete( int Original_R0000100, + global::System.Nullable Original_R0173600, + global::System.Nullable Original_R0214700, global::System.Nullable Original_R0214800, global::System.Nullable Original_R1373300, - global::System.Nullable Original_R1373400, global::System.Nullable Original_R1373500, global::System.Nullable Original_R1374000, - global::System.Nullable Original_R1374100, global::System.Nullable Original_R1374200, global::System.Nullable Original_R1374700, - global::System.Nullable Original_R1374800, global::System.Nullable Original_R1374900, global::System.Nullable Original_R1375400, - global::System.Nullable Original_R1375500, global::System.Nullable Original_R1375600, global::System.Nullable Original_R1376100, - global::System.Nullable Original_R1376200, global::System.Nullable Original_R1376300, global::System.Nullable Original_R1376800, - global::System.Nullable Original_R1376900, global::System.Nullable Original_R1377000, global::System.Nullable Original_R1377500, - global::System.Nullable Original_R1377600, global::System.Nullable Original_R1377700, global::System.Nullable Original_R1753700, - global::System.Nullable Original_R1753800, global::System.Nullable Original_R1753900, global::System.Nullable Original_R1754400, - global::System.Nullable Original_R1754500, global::System.Nullable Original_R1754600, global::System.Nullable Original_R1755100, - global::System.Nullable Original_R1755200, global::System.Nullable Original_R1755300, global::System.Nullable Original_R1755800, - global::System.Nullable Original_R1755900, global::System.Nullable Original_R1756000, global::System.Nullable Original_R1756500, - global::System.Nullable Original_R1756600, global::System.Nullable Original_R1756700, global::System.Nullable Original_R1757200, - global::System.Nullable Original_R1757300, global::System.Nullable Original_R1757400, global::System.Nullable Original_R1757900, - global::System.Nullable Original_R1758000, global::System.Nullable Original_R1758100, global::System.Nullable Original_R2095700, - global::System.Nullable Original_R2095800, global::System.Nullable Original_R2095900, global::System.Nullable Original_R2096400, - global::System.Nullable Original_R2096500, global::System.Nullable Original_R2096600, global::System.Nullable Original_R2097100, - global::System.Nullable Original_R2097200, global::System.Nullable Original_R2097300, global::System.Nullable Original_R2097800, - global::System.Nullable Original_R2097900, global::System.Nullable Original_R2098000, global::System.Nullable Original_R2098500, - global::System.Nullable Original_R2098600, global::System.Nullable Original_R2098700, global::System.Nullable Original_R2099200, - global::System.Nullable Original_R2099300, global::System.Nullable Original_R2099400, global::System.Nullable Original_R2099900, - global::System.Nullable Original_R2100000, global::System.Nullable Original_R2100100, global::System.Nullable Original_R2345900, global::System.Nullable Original_R2346200, @@ -139028,25 +141315,18 @@ public virtual int Delete( global::System.Nullable Original_R2347400, global::System.Nullable Original_R2347700, global::System.Nullable Original_R2648000, - global::System.Nullable Original_R2648100, global::System.Nullable Original_R2648200, global::System.Nullable Original_R2648700, - global::System.Nullable Original_R2648800, global::System.Nullable Original_R2648900, global::System.Nullable Original_R2649400, - global::System.Nullable Original_R2649500, global::System.Nullable Original_R2649600, global::System.Nullable Original_R2650100, - global::System.Nullable Original_R2650200, global::System.Nullable Original_R2650300, global::System.Nullable Original_R2650800, - global::System.Nullable Original_R2650900, global::System.Nullable Original_R2651000, global::System.Nullable Original_R2651500, - global::System.Nullable Original_R2651600, global::System.Nullable Original_R2651700, global::System.Nullable Original_R2652200, - global::System.Nullable Original_R2652300, global::System.Nullable Original_R2652400, global::System.Nullable Original_R2955900, global::System.Nullable Original_R2956200, @@ -139056,119 +141336,78 @@ public virtual int Delete( global::System.Nullable Original_R2957400, global::System.Nullable Original_R2957700, global::System.Nullable Original_R3255900, - global::System.Nullable Original_R3256000, global::System.Nullable Original_R3256100, global::System.Nullable Original_R3257700, - global::System.Nullable Original_R3257800, global::System.Nullable Original_R3257900, global::System.Nullable Original_R3259500, - global::System.Nullable Original_R3259600, global::System.Nullable Original_R3259700, global::System.Nullable Original_R3261300, - global::System.Nullable Original_R3261400, global::System.Nullable Original_R3261500, global::System.Nullable Original_R3263100, - global::System.Nullable Original_R3263200, global::System.Nullable Original_R3263300, global::System.Nullable Original_R3264900, - global::System.Nullable Original_R3265000, global::System.Nullable Original_R3265100, global::System.Nullable Original_R3266700, - global::System.Nullable Original_R3266800, global::System.Nullable Original_R3266900, global::System.Nullable Original_R3268500, global::System.Nullable Original_R3556400, global::System.Nullable Original_R3557000, global::System.Nullable Original_R3557600, global::System.Nullable Original_R3771800, - global::System.Nullable Original_R3771900, global::System.Nullable Original_R3772000, global::System.Nullable Original_R3772100, - global::System.Nullable Original_R3772200, - global::System.Nullable Original_R3772300, global::System.Nullable Original_R3772400, global::System.Nullable Original_R3773900, - global::System.Nullable Original_R3774000, global::System.Nullable Original_R3774100, global::System.Nullable Original_R3774200, - global::System.Nullable Original_R3774300, - global::System.Nullable Original_R3774400, global::System.Nullable Original_R3774500, global::System.Nullable Original_R3776000, - global::System.Nullable Original_R3776100, global::System.Nullable Original_R3776200, global::System.Nullable Original_R3776300, - global::System.Nullable Original_R3776400, - global::System.Nullable Original_R3776500, global::System.Nullable Original_R3776600, global::System.Nullable Original_R3778100, - global::System.Nullable Original_R3778200, global::System.Nullable Original_R3778300, global::System.Nullable Original_R3778400, - global::System.Nullable Original_R3778500, - global::System.Nullable Original_R3778600, global::System.Nullable Original_R3778700, global::System.Nullable Original_R3780200, - global::System.Nullable Original_R3780300, global::System.Nullable Original_R3780400, global::System.Nullable Original_R3780500, - global::System.Nullable Original_R3780600, - global::System.Nullable Original_R3780700, global::System.Nullable Original_R3780800, global::System.Nullable Original_R3782300, - global::System.Nullable Original_R3782400, global::System.Nullable Original_R3782500, global::System.Nullable Original_R3782600, global::System.Nullable Original_R3782900, global::System.Nullable Original_R3784400, - global::System.Nullable Original_R3784500, global::System.Nullable Original_R3784600, global::System.Nullable Original_R3784700, global::System.Nullable Original_R3785000, global::System.Nullable Original_R3786500, global::System.Nullable Original_R3788004, global::System.Nullable Original_R4276800, - global::System.Nullable Original_R4276900, global::System.Nullable Original_R4277000, global::System.Nullable Original_R4277100, global::System.Nullable Original_R4277101, - global::System.Nullable Original_R4277200, - global::System.Nullable Original_R4277201, global::System.Nullable Original_R4277700, - global::System.Nullable Original_R4277800, global::System.Nullable Original_R4277900, global::System.Nullable Original_R4278000, global::System.Nullable Original_R4278001, - global::System.Nullable Original_R4278100, - global::System.Nullable Original_R4278101, global::System.Nullable Original_R4278600, - global::System.Nullable Original_R4278700, global::System.Nullable Original_R4278800, global::System.Nullable Original_R4278900, global::System.Nullable Original_R4278901, - global::System.Nullable Original_R4279000, - global::System.Nullable Original_R4279001, global::System.Nullable Original_R4279500, - global::System.Nullable Original_R4279600, global::System.Nullable Original_R4279700, global::System.Nullable Original_R4279800, global::System.Nullable Original_R4279801, - global::System.Nullable Original_R4279900, - global::System.Nullable Original_R4279901, global::System.Nullable Original_R4280400, - global::System.Nullable Original_R4280500, global::System.Nullable Original_R4280600, global::System.Nullable Original_R4280700, global::System.Nullable Original_R4280701, - global::System.Nullable Original_R4280800, - global::System.Nullable Original_R4280801, global::System.Nullable Original_R4281300, - global::System.Nullable Original_R4281400, global::System.Nullable Original_R4281500, global::System.Nullable Original_R4281600, global::System.Nullable Original_R4281601, global::System.Nullable Original_R4282100, - global::System.Nullable Original_R4282200, global::System.Nullable Original_R4282300, global::System.Nullable Original_R4282400, global::System.Nullable Original_R4282401, @@ -139177,119 +141416,82 @@ public virtual int Delete( global::System.Nullable Original_R4283100, global::System.Nullable Original_R4283600, global::System.Nullable Original_R4827600, - global::System.Nullable Original_R4827700, global::System.Nullable Original_R4827800, global::System.Nullable Original_R4827900, global::System.Nullable Original_R4827901, - global::System.Nullable Original_R4828000, - global::System.Nullable Original_R4828001, global::System.Nullable Original_R4828100, global::System.Nullable Original_R4830600, - global::System.Nullable Original_R4830700, global::System.Nullable Original_R4830800, global::System.Nullable Original_R4830900, global::System.Nullable Original_R4830901, - global::System.Nullable Original_R4831000, - global::System.Nullable Original_R4831001, global::System.Nullable Original_R4831100, global::System.Nullable Original_R4833600, - global::System.Nullable Original_R4833700, global::System.Nullable Original_R4833800, global::System.Nullable Original_R4833900, global::System.Nullable Original_R4833901, - global::System.Nullable Original_R4834000, - global::System.Nullable Original_R4834001, global::System.Nullable Original_R4834100, global::System.Nullable Original_R4836600, - global::System.Nullable Original_R4836700, global::System.Nullable Original_R4836800, global::System.Nullable Original_R4836900, global::System.Nullable Original_R4836901, - global::System.Nullable Original_R4837000, - global::System.Nullable Original_R4837001, global::System.Nullable Original_R4837100, global::System.Nullable Original_R4839600, - global::System.Nullable Original_R4839700, global::System.Nullable Original_R4839800, global::System.Nullable Original_R4839900, global::System.Nullable Original_R4839901, - global::System.Nullable Original_R4840000, - global::System.Nullable Original_R4840001, global::System.Nullable Original_R4840100, global::System.Nullable Original_R4842500, - global::System.Nullable Original_R4842600, global::System.Nullable Original_R4842700, global::System.Nullable Original_R4842800, global::System.Nullable Original_R4842801, global::System.Nullable Original_R4842900, global::System.Nullable Original_R4844800, - global::System.Nullable Original_R4844900, global::System.Nullable Original_R4845000, global::System.Nullable Original_R4845100, global::System.Nullable Original_R4845101, global::System.Nullable Original_R4845200, global::System.Nullable Original_R4847100, - global::System.Nullable Original_R4847200, global::System.Nullable Original_R4847300, global::System.Nullable Original_R4847400, global::System.Nullable Original_R5498000, - global::System.Nullable Original_R5498100, global::System.Nullable Original_R5498200, global::System.Nullable Original_R5498300, global::System.Nullable Original_R5498301, - global::System.Nullable Original_R5498400, - global::System.Nullable Original_R5498401, global::System.Nullable Original_R5498500, global::System.Nullable Original_R5501000, - global::System.Nullable Original_R5501100, global::System.Nullable Original_R5501200, global::System.Nullable Original_R5501300, global::System.Nullable Original_R5501301, - global::System.Nullable Original_R5501400, - global::System.Nullable Original_R5501401, global::System.Nullable Original_R5501500, global::System.Nullable Original_R5504000, - global::System.Nullable Original_R5504100, global::System.Nullable Original_R5504200, global::System.Nullable Original_R5504300, global::System.Nullable Original_R5504301, - global::System.Nullable Original_R5504400, - global::System.Nullable Original_R5504401, global::System.Nullable Original_R5504500, global::System.Nullable Original_R5507000, - global::System.Nullable Original_R5507100, global::System.Nullable Original_R5507200, global::System.Nullable Original_R5507300, global::System.Nullable Original_R5507301, - global::System.Nullable Original_R5507400, - global::System.Nullable Original_R5507401, global::System.Nullable Original_R5507500, global::System.Nullable Original_R5510000, - global::System.Nullable Original_R5510100, global::System.Nullable Original_R5510200, global::System.Nullable Original_R5510300, global::System.Nullable Original_R5510301, - global::System.Nullable Original_R5510400, - global::System.Nullable Original_R5510401, global::System.Nullable Original_R5510500, global::System.Nullable Original_R5513000, - global::System.Nullable Original_R5513100, global::System.Nullable Original_R5513200, global::System.Nullable Original_R5513300, global::System.Nullable Original_R5513301, global::System.Nullable Original_R5513400, global::System.Nullable Original_R5515300, - global::System.Nullable Original_R5515400, global::System.Nullable Original_R5515500, global::System.Nullable Original_R5515600, global::System.Nullable Original_R5515601, global::System.Nullable Original_R5515700, global::System.Nullable Original_R5517600, - global::System.Nullable Original_R5517700, global::System.Nullable Original_R5517800, global::System.Nullable Original_R5517900, global::System.Nullable Original_R5519800, - global::System.Nullable Original_R5519900, global::System.Nullable Original_R5520000, global::System.Nullable Original_R5520100, global::System.Nullable Original_R5520101, @@ -139304,16 +141506,6 @@ public virtual int Delete( global::System.Nullable Original_R6219100, global::System.Nullable Original_R6219200, global::System.Nullable Original_R6219300, - global::System.Nullable Original_R6219500, - global::System.Nullable Original_R6219600, - global::System.Nullable Original_R6219700, - global::System.Nullable Original_R6219800, - global::System.Nullable Original_R6219900, - global::System.Nullable Original_R6220000, - global::System.Nullable Original_R6220100, - global::System.Nullable Original_R6220200, - global::System.Nullable Original_R6220300, - global::System.Nullable Original_R6220400, global::System.Nullable Original_R6220600, global::System.Nullable Original_R6220700, global::System.Nullable Original_R6220800, @@ -139344,18 +141536,6 @@ public virtual int Delete( global::System.Nullable Original_R6222501, global::System.Nullable Original_R6222600, global::System.Nullable Original_R6222601, - global::System.Nullable Original_R6222800, - global::System.Nullable Original_R6222801, - global::System.Nullable Original_R6222900, - global::System.Nullable Original_R6222901, - global::System.Nullable Original_R6223000, - global::System.Nullable Original_R6223001, - global::System.Nullable Original_R6223100, - global::System.Nullable Original_R6223101, - global::System.Nullable Original_R6223200, - global::System.Nullable Original_R6223201, - global::System.Nullable Original_R6223300, - global::System.Nullable Original_R6223301, global::System.Nullable Original_R6223400, global::System.Nullable Original_R6223500, global::System.Nullable Original_R6223600, @@ -139386,16 +141566,6 @@ public virtual int Delete( global::System.Nullable Original_R6773200, global::System.Nullable Original_R6773300, global::System.Nullable Original_R6773400, - global::System.Nullable Original_R6773500, - global::System.Nullable Original_R6773600, - global::System.Nullable Original_R6773700, - global::System.Nullable Original_R6773800, - global::System.Nullable Original_R6773900, - global::System.Nullable Original_R6774000, - global::System.Nullable Original_R6774100, - global::System.Nullable Original_R6774200, - global::System.Nullable Original_R6774300, - global::System.Nullable Original_R6774400, global::System.Nullable Original_R6774500, global::System.Nullable Original_R6774600, global::System.Nullable Original_R6774700, @@ -139422,18 +141592,6 @@ public virtual int Delete( global::System.Nullable Original_R6776101, global::System.Nullable Original_R6776200, global::System.Nullable Original_R6776201, - global::System.Nullable Original_R6776300, - global::System.Nullable Original_R6776301, - global::System.Nullable Original_R6776400, - global::System.Nullable Original_R6776401, - global::System.Nullable Original_R6776500, - global::System.Nullable Original_R6776501, - global::System.Nullable Original_R6776600, - global::System.Nullable Original_R6776601, - global::System.Nullable Original_R6776700, - global::System.Nullable Original_R6776701, - global::System.Nullable Original_R6776800, - global::System.Nullable Original_R6776801, global::System.Nullable Original_R6776900, global::System.Nullable Original_R6777000, global::System.Nullable Original_R6777100, @@ -139464,16 +141622,6 @@ public virtual int Delete( global::System.Nullable Original_R7417600, global::System.Nullable Original_R7417700, global::System.Nullable Original_R7417800, - global::System.Nullable Original_R7417900, - global::System.Nullable Original_R7418000, - global::System.Nullable Original_R7418100, - global::System.Nullable Original_R7418200, - global::System.Nullable Original_R7418300, - global::System.Nullable Original_R7418400, - global::System.Nullable Original_R7418500, - global::System.Nullable Original_R7418600, - global::System.Nullable Original_R7418700, - global::System.Nullable Original_R7418800, global::System.Nullable Original_R7418900, global::System.Nullable Original_R7419000, global::System.Nullable Original_R7419100, @@ -139500,20 +141648,6 @@ public virtual int Delete( global::System.Nullable Original_R7420501, global::System.Nullable Original_R7420600, global::System.Nullable Original_R7420601, - global::System.Nullable Original_R7420700, - global::System.Nullable Original_R7420701, - global::System.Nullable Original_R7420800, - global::System.Nullable Original_R7420801, - global::System.Nullable Original_R7420900, - global::System.Nullable Original_R7420901, - global::System.Nullable Original_R7421000, - global::System.Nullable Original_R7421001, - global::System.Nullable Original_R7421100, - global::System.Nullable Original_R7421101, - global::System.Nullable Original_R7421200, - global::System.Nullable Original_R7421201, - global::System.Nullable Original_R7421300, - global::System.Nullable Original_R7421301, global::System.Nullable Original_R7421400, global::System.Nullable Original_R7421500, global::System.Nullable Original_R7421600, @@ -139544,16 +141678,6 @@ public virtual int Delete( global::System.Nullable Original_R8115700, global::System.Nullable Original_R8115800, global::System.Nullable Original_R8115900, - global::System.Nullable Original_R8116000, - global::System.Nullable Original_R8116100, - global::System.Nullable Original_R8116200, - global::System.Nullable Original_R8116300, - global::System.Nullable Original_R8116400, - global::System.Nullable Original_R8116500, - global::System.Nullable Original_R8116600, - global::System.Nullable Original_R8116700, - global::System.Nullable Original_R8116800, - global::System.Nullable Original_R8116900, global::System.Nullable Original_R8117000, global::System.Nullable Original_R8117100, global::System.Nullable Original_R8117200, @@ -139584,18 +141708,6 @@ public virtual int Delete( global::System.Nullable Original_R8118801, global::System.Nullable Original_R8118900, global::System.Nullable Original_R8118901, - global::System.Nullable Original_R8119000, - global::System.Nullable Original_R8119001, - global::System.Nullable Original_R8119100, - global::System.Nullable Original_R8119101, - global::System.Nullable Original_R8119200, - global::System.Nullable Original_R8119201, - global::System.Nullable Original_R8119300, - global::System.Nullable Original_R8119301, - global::System.Nullable Original_R8119400, - global::System.Nullable Original_R8119401, - global::System.Nullable Original_R8119500, - global::System.Nullable Original_R8119501, global::System.Nullable Original_R8119600, global::System.Nullable Original_R8119700, global::System.Nullable Original_R8119800, @@ -139650,17 +141762,6 @@ public virtual int Delete( global::System.Nullable Original_T0347600, global::System.Nullable Original_T0347700, global::System.Nullable Original_T0347800, - global::System.Nullable Original_T0347900, - global::System.Nullable Original_T0348000, - global::System.Nullable Original_T0348100, - global::System.Nullable Original_T0348200, - global::System.Nullable Original_T0348300, - global::System.Nullable Original_T0348400, - global::System.Nullable Original_T0348500, - global::System.Nullable Original_T0348600, - global::System.Nullable Original_T0348700, - global::System.Nullable Original_T0348800, - global::System.Nullable Original_T0348900, global::System.Nullable Original_T0349000, global::System.Nullable Original_T0349100, global::System.Nullable Original_T0349200, @@ -139692,22 +141793,6 @@ public virtual int Delete( global::System.Nullable Original_T0350901, global::System.Nullable Original_T0351000, global::System.Nullable Original_T0351001, - global::System.Nullable Original_T0351100, - global::System.Nullable Original_T0351101, - global::System.Nullable Original_T0351200, - global::System.Nullable Original_T0351201, - global::System.Nullable Original_T0351300, - global::System.Nullable Original_T0351301, - global::System.Nullable Original_T0351400, - global::System.Nullable Original_T0351401, - global::System.Nullable Original_T0351500, - global::System.Nullable Original_T0351501, - global::System.Nullable Original_T0351600, - global::System.Nullable Original_T0351601, - global::System.Nullable Original_T0351700, - global::System.Nullable Original_T0351701, - global::System.Nullable Original_T0351800, - global::System.Nullable Original_T0351801, global::System.Nullable Original_T0351900, global::System.Nullable Original_T0352000, global::System.Nullable Original_T0352100, @@ -139747,17 +141832,6 @@ public virtual int Delete( global::System.Nullable Original_T1497000, global::System.Nullable Original_T1497100, global::System.Nullable Original_T1497200, - global::System.Nullable Original_T1497300, - global::System.Nullable Original_T1497400, - global::System.Nullable Original_T1497500, - global::System.Nullable Original_T1497600, - global::System.Nullable Original_T1497700, - global::System.Nullable Original_T1497800, - global::System.Nullable Original_T1497900, - global::System.Nullable Original_T1498000, - global::System.Nullable Original_T1498100, - global::System.Nullable Original_T1498200, - global::System.Nullable Original_T1498300, global::System.Nullable Original_T1498400, global::System.Nullable Original_T1498500, global::System.Nullable Original_T1498600, @@ -139789,18 +141863,6 @@ public virtual int Delete( global::System.Nullable Original_T1500301, global::System.Nullable Original_T1500400, global::System.Nullable Original_T1500401, - global::System.Nullable Original_T1500500, - global::System.Nullable Original_T1500501, - global::System.Nullable Original_T1500600, - global::System.Nullable Original_T1500601, - global::System.Nullable Original_T1500700, - global::System.Nullable Original_T1500701, - global::System.Nullable Original_T1500800, - global::System.Nullable Original_T1500801, - global::System.Nullable Original_T1500900, - global::System.Nullable Original_T1500901, - global::System.Nullable Original_T1501000, - global::System.Nullable Original_T1501001, global::System.Nullable Original_T1501100, global::System.Nullable Original_T1501200, global::System.Nullable Original_T1501300, @@ -139839,16 +141901,6 @@ public virtual int Delete( global::System.Nullable Original_T2542900, global::System.Nullable Original_T2543000, global::System.Nullable Original_T2543100, - global::System.Nullable Original_T2543200, - global::System.Nullable Original_T2543300, - global::System.Nullable Original_T2543400, - global::System.Nullable Original_T2543500, - global::System.Nullable Original_T2543600, - global::System.Nullable Original_T2543700, - global::System.Nullable Original_T2543800, - global::System.Nullable Original_T2543900, - global::System.Nullable Original_T2544000, - global::System.Nullable Original_T2544100, global::System.Nullable Original_T2544200, global::System.Nullable Original_T2544300, global::System.Nullable Original_T2544400, @@ -139877,20 +141929,6 @@ public virtual int Delete( global::System.Nullable Original_T2545901, global::System.Nullable Original_T2546000, global::System.Nullable Original_T2546001, - global::System.Nullable Original_T2546100, - global::System.Nullable Original_T2546101, - global::System.Nullable Original_T2546200, - global::System.Nullable Original_T2546201, - global::System.Nullable Original_T2546300, - global::System.Nullable Original_T2546301, - global::System.Nullable Original_T2546400, - global::System.Nullable Original_T2546401, - global::System.Nullable Original_T2546500, - global::System.Nullable Original_T2546501, - global::System.Nullable Original_T2546600, - global::System.Nullable Original_T2546601, - global::System.Nullable Original_T2546700, - global::System.Nullable Original_T2546701, global::System.Nullable Original_T2546800, global::System.Nullable Original_T2546900, global::System.Nullable Original_T2547000, @@ -139908,56 +141946,162 @@ public virtual int Delete( global::System.Nullable Original_T2763800, global::System.Nullable Original_T2763900, global::System.Nullable Original_T2764000, + global::System.Nullable Original_T3527500, + global::System.Nullable Original_T3527600, + global::System.Nullable Original_T3527700, + global::System.Nullable Original_T3527800, + global::System.Nullable Original_T3527900, + global::System.Nullable Original_T3528000, + global::System.Nullable Original_T3528100, + global::System.Nullable Original_T3528200, + global::System.Nullable Original_T3528300, + global::System.Nullable Original_T3528400, + global::System.Nullable Original_T3530500, + global::System.Nullable Original_T3530600, + global::System.Nullable Original_T3530700, + global::System.Nullable Original_T3530800, + global::System.Nullable Original_T3530900, + global::System.Nullable Original_T3531000, + global::System.Nullable Original_T3531100, + global::System.Nullable Original_T3531200, + global::System.Nullable Original_T3531300, + global::System.Nullable Original_T3531400, + global::System.Nullable Original_T3531500, + global::System.Nullable Original_T3531501, + global::System.Nullable Original_T3531600, + global::System.Nullable Original_T3531601, + global::System.Nullable Original_T3531700, + global::System.Nullable Original_T3531701, + global::System.Nullable Original_T3531800, + global::System.Nullable Original_T3531801, + global::System.Nullable Original_T3531900, + global::System.Nullable Original_T3531901, + global::System.Nullable Original_T3532000, + global::System.Nullable Original_T3532001, + global::System.Nullable Original_T3532100, + global::System.Nullable Original_T3532101, + global::System.Nullable Original_T3532200, + global::System.Nullable Original_T3532201, + global::System.Nullable Original_T3532300, + global::System.Nullable Original_T3532301, + global::System.Nullable Original_T3532400, + global::System.Nullable Original_T3532401, + global::System.Nullable Original_T3533200, + global::System.Nullable Original_T3533300, + global::System.Nullable Original_T3533400, + global::System.Nullable Original_T3533500, + global::System.Nullable Original_T3533600, + global::System.Nullable Original_T3533700, + global::System.Nullable Original_T3533800, + global::System.Nullable Original_T3533900, + global::System.Nullable Original_T3534000, + global::System.Nullable Original_T3534100, global::System.Nullable Original_T3729600, global::System.Nullable Original_T3729700, global::System.Nullable Original_T3729800, global::System.Nullable Original_T3729900, global::System.Nullable Original_T3730000, - global::System.Nullable Original_T3730100) { + global::System.Nullable Original_T3730100, + global::System.Nullable Original_T4496200, + global::System.Nullable Original_T4496300, + global::System.Nullable Original_T4496400, + global::System.Nullable Original_T4496500, + global::System.Nullable Original_T4496600, + global::System.Nullable Original_T4496700, + global::System.Nullable Original_T4496800, + global::System.Nullable Original_T4496900, + global::System.Nullable Original_T4497000, + global::System.Nullable Original_T4497100, + global::System.Nullable Original_T4500700, + global::System.Nullable Original_T4500800, + global::System.Nullable Original_T4500900, + global::System.Nullable Original_T4501000, + global::System.Nullable Original_T4501100, + global::System.Nullable Original_T4501200, + global::System.Nullable Original_T4501300, + global::System.Nullable Original_T4501400, + global::System.Nullable Original_T4501500, + global::System.Nullable Original_T4501600, + global::System.Nullable Original_T4501700, + global::System.Nullable Original_T4501701, + global::System.Nullable Original_T4501800, + global::System.Nullable Original_T4501801, + global::System.Nullable Original_T4501900, + global::System.Nullable Original_T4501901, + global::System.Nullable Original_T4502000, + global::System.Nullable Original_T4502001, + global::System.Nullable Original_T4502100, + global::System.Nullable Original_T4502101, + global::System.Nullable Original_T4502200, + global::System.Nullable Original_T4502201, + global::System.Nullable Original_T4502300, + global::System.Nullable Original_T4502301, + global::System.Nullable Original_T4502400, + global::System.Nullable Original_T4502401, + global::System.Nullable Original_T4502500, + global::System.Nullable Original_T4502501, + global::System.Nullable Original_T4502600, + global::System.Nullable Original_T4502601, + global::System.Nullable Original_T4504900, + global::System.Nullable Original_T4505000, + global::System.Nullable Original_T4505100, + global::System.Nullable Original_T4505200, + global::System.Nullable Original_T4505300, + global::System.Nullable Original_T4505400, + global::System.Nullable Original_T4505500, + global::System.Nullable Original_T4505600, + global::System.Nullable Original_T4505700, + global::System.Nullable Original_T4505800, + global::System.Nullable Original_T4703500, + global::System.Nullable Original_T4703600, + global::System.Nullable Original_T4703700, + global::System.Nullable Original_T4703800, + global::System.Nullable Original_T4703900, + global::System.Nullable Original_T4704000) { this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_R0000100)); - if ((Original_R0214800.HasValue == true)) { + if ((Original_R0173600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_R0214800.Value)); + this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_R0173600.Value)); } else { this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((Original_R1373300.HasValue == true)) { + if ((Original_R0214700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[4].Value = ((int)(Original_R1373300.Value)); + this.Adapter.DeleteCommand.Parameters[4].Value = ((int)(Original_R0214700.Value)); } else { this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((Original_R1373400.HasValue == true)) { + if ((Original_R0214800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_R1373400.Value)); + this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_R0214800.Value)); } else { this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((Original_R1373500.HasValue == true)) { + if ((Original_R1373300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[8].Value = ((int)(Original_R1373500.Value)); + this.Adapter.DeleteCommand.Parameters[8].Value = ((int)(Original_R1373300.Value)); } else { this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((Original_R1374000.HasValue == true)) { + if ((Original_R1373500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_R1374000.Value)); + this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_R1373500.Value)); } else { this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((Original_R1374100.HasValue == true)) { + if ((Original_R1374000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[12].Value = ((int)(Original_R1374100.Value)); + this.Adapter.DeleteCommand.Parameters[12].Value = ((int)(Original_R1374000.Value)); } else { this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1)); @@ -139979,7606 +142123,6310 @@ public virtual int Delete( this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((Original_R1374800.HasValue == true)) { + if ((Original_R1374900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[18].Value = ((int)(Original_R1374800.Value)); + this.Adapter.DeleteCommand.Parameters[18].Value = ((int)(Original_R1374900.Value)); } else { this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((Original_R1374900.HasValue == true)) { + if ((Original_R1375400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[20].Value = ((int)(Original_R1374900.Value)); + this.Adapter.DeleteCommand.Parameters[20].Value = ((int)(Original_R1375400.Value)); } else { this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value; } - if ((Original_R1375400.HasValue == true)) { + if ((Original_R1375600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[22].Value = ((int)(Original_R1375400.Value)); + this.Adapter.DeleteCommand.Parameters[22].Value = ((int)(Original_R1375600.Value)); } else { this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((Original_R1375500.HasValue == true)) { + if ((Original_R1376100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[24].Value = ((int)(Original_R1375500.Value)); + this.Adapter.DeleteCommand.Parameters[24].Value = ((int)(Original_R1376100.Value)); } else { this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.Value; } - if ((Original_R1375600.HasValue == true)) { + if ((Original_R1376300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[26].Value = ((int)(Original_R1375600.Value)); + this.Adapter.DeleteCommand.Parameters[26].Value = ((int)(Original_R1376300.Value)); } else { this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value; } - if ((Original_R1376100.HasValue == true)) { + if ((Original_R1376800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[28].Value = ((int)(Original_R1376100.Value)); + this.Adapter.DeleteCommand.Parameters[28].Value = ((int)(Original_R1376800.Value)); } else { this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value; } - if ((Original_R1376200.HasValue == true)) { + if ((Original_R1377000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[30].Value = ((int)(Original_R1376200.Value)); + this.Adapter.DeleteCommand.Parameters[30].Value = ((int)(Original_R1377000.Value)); } else { this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.Value; } - if ((Original_R1376300.HasValue == true)) { + if ((Original_R1377500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[32].Value = ((int)(Original_R1376300.Value)); + this.Adapter.DeleteCommand.Parameters[32].Value = ((int)(Original_R1377500.Value)); } else { this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[32].Value = global::System.DBNull.Value; } - if ((Original_R1376800.HasValue == true)) { + if ((Original_R1377700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[34].Value = ((int)(Original_R1376800.Value)); + this.Adapter.DeleteCommand.Parameters[34].Value = ((int)(Original_R1377700.Value)); } else { this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.Value; } - if ((Original_R1376900.HasValue == true)) { + if ((Original_R1753700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[36].Value = ((int)(Original_R1376900.Value)); + this.Adapter.DeleteCommand.Parameters[36].Value = ((int)(Original_R1753700.Value)); } else { this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.Value; } - if ((Original_R1377000.HasValue == true)) { + if ((Original_R1753900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[38].Value = ((int)(Original_R1377000.Value)); + this.Adapter.DeleteCommand.Parameters[38].Value = ((int)(Original_R1753900.Value)); } else { this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[38].Value = global::System.DBNull.Value; } - if ((Original_R1377500.HasValue == true)) { + if ((Original_R1754400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[40].Value = ((int)(Original_R1377500.Value)); + this.Adapter.DeleteCommand.Parameters[40].Value = ((int)(Original_R1754400.Value)); } else { this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[40].Value = global::System.DBNull.Value; } - if ((Original_R1377600.HasValue == true)) { + if ((Original_R1754600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[42].Value = ((int)(Original_R1377600.Value)); + this.Adapter.DeleteCommand.Parameters[42].Value = ((int)(Original_R1754600.Value)); } else { this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[42].Value = global::System.DBNull.Value; } - if ((Original_R1377700.HasValue == true)) { + if ((Original_R1755100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[44].Value = ((int)(Original_R1377700.Value)); + this.Adapter.DeleteCommand.Parameters[44].Value = ((int)(Original_R1755100.Value)); } else { this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[44].Value = global::System.DBNull.Value; } - if ((Original_R1753700.HasValue == true)) { + if ((Original_R1755300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[46].Value = ((int)(Original_R1753700.Value)); + this.Adapter.DeleteCommand.Parameters[46].Value = ((int)(Original_R1755300.Value)); } else { this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[46].Value = global::System.DBNull.Value; } - if ((Original_R1753800.HasValue == true)) { + if ((Original_R1755800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[48].Value = ((int)(Original_R1753800.Value)); + this.Adapter.DeleteCommand.Parameters[48].Value = ((int)(Original_R1755800.Value)); } else { this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[48].Value = global::System.DBNull.Value; } - if ((Original_R1753900.HasValue == true)) { + if ((Original_R1756000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[50].Value = ((int)(Original_R1753900.Value)); + this.Adapter.DeleteCommand.Parameters[50].Value = ((int)(Original_R1756000.Value)); } else { this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[50].Value = global::System.DBNull.Value; } - if ((Original_R1754400.HasValue == true)) { + if ((Original_R1756500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[52].Value = ((int)(Original_R1754400.Value)); + this.Adapter.DeleteCommand.Parameters[52].Value = ((int)(Original_R1756500.Value)); } else { this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[52].Value = global::System.DBNull.Value; } - if ((Original_R1754500.HasValue == true)) { + if ((Original_R1756700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[54].Value = ((int)(Original_R1754500.Value)); + this.Adapter.DeleteCommand.Parameters[54].Value = ((int)(Original_R1756700.Value)); } else { this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[54].Value = global::System.DBNull.Value; } - if ((Original_R1754600.HasValue == true)) { + if ((Original_R1757200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[56].Value = ((int)(Original_R1754600.Value)); + this.Adapter.DeleteCommand.Parameters[56].Value = ((int)(Original_R1757200.Value)); } else { this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[56].Value = global::System.DBNull.Value; } - if ((Original_R1755100.HasValue == true)) { + if ((Original_R1757400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[58].Value = ((int)(Original_R1755100.Value)); + this.Adapter.DeleteCommand.Parameters[58].Value = ((int)(Original_R1757400.Value)); } else { this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[58].Value = global::System.DBNull.Value; } - if ((Original_R1755200.HasValue == true)) { + if ((Original_R1757900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[60].Value = ((int)(Original_R1755200.Value)); + this.Adapter.DeleteCommand.Parameters[60].Value = ((int)(Original_R1757900.Value)); } else { this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[60].Value = global::System.DBNull.Value; } - if ((Original_R1755300.HasValue == true)) { + if ((Original_R1758100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[62].Value = ((int)(Original_R1755300.Value)); + this.Adapter.DeleteCommand.Parameters[62].Value = ((int)(Original_R1758100.Value)); } else { this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[62].Value = global::System.DBNull.Value; } - if ((Original_R1755800.HasValue == true)) { + if ((Original_R2095700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[64].Value = ((int)(Original_R1755800.Value)); + this.Adapter.DeleteCommand.Parameters[64].Value = ((int)(Original_R2095700.Value)); } else { this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[64].Value = global::System.DBNull.Value; } - if ((Original_R1755900.HasValue == true)) { + if ((Original_R2095900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[66].Value = ((int)(Original_R1755900.Value)); + this.Adapter.DeleteCommand.Parameters[66].Value = ((int)(Original_R2095900.Value)); } else { this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[66].Value = global::System.DBNull.Value; } - if ((Original_R1756000.HasValue == true)) { + if ((Original_R2096400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[68].Value = ((int)(Original_R1756000.Value)); + this.Adapter.DeleteCommand.Parameters[68].Value = ((int)(Original_R2096400.Value)); } else { this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[68].Value = global::System.DBNull.Value; } - if ((Original_R1756500.HasValue == true)) { + if ((Original_R2096600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[70].Value = ((int)(Original_R1756500.Value)); + this.Adapter.DeleteCommand.Parameters[70].Value = ((int)(Original_R2096600.Value)); } else { this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[70].Value = global::System.DBNull.Value; } - if ((Original_R1756600.HasValue == true)) { + if ((Original_R2097100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[72].Value = ((int)(Original_R1756600.Value)); + this.Adapter.DeleteCommand.Parameters[72].Value = ((int)(Original_R2097100.Value)); } else { this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[72].Value = global::System.DBNull.Value; } - if ((Original_R1756700.HasValue == true)) { + if ((Original_R2097300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[74].Value = ((int)(Original_R1756700.Value)); + this.Adapter.DeleteCommand.Parameters[74].Value = ((int)(Original_R2097300.Value)); } else { this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[74].Value = global::System.DBNull.Value; } - if ((Original_R1757200.HasValue == true)) { + if ((Original_R2097800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[76].Value = ((int)(Original_R1757200.Value)); + this.Adapter.DeleteCommand.Parameters[76].Value = ((int)(Original_R2097800.Value)); } else { this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[76].Value = global::System.DBNull.Value; } - if ((Original_R1757300.HasValue == true)) { + if ((Original_R2098000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[78].Value = ((int)(Original_R1757300.Value)); + this.Adapter.DeleteCommand.Parameters[78].Value = ((int)(Original_R2098000.Value)); } else { this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[78].Value = global::System.DBNull.Value; } - if ((Original_R1757400.HasValue == true)) { + if ((Original_R2098500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[80].Value = ((int)(Original_R1757400.Value)); + this.Adapter.DeleteCommand.Parameters[80].Value = ((int)(Original_R2098500.Value)); } else { this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[80].Value = global::System.DBNull.Value; } - if ((Original_R1757900.HasValue == true)) { + if ((Original_R2098700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[82].Value = ((int)(Original_R1757900.Value)); + this.Adapter.DeleteCommand.Parameters[82].Value = ((int)(Original_R2098700.Value)); } else { this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[82].Value = global::System.DBNull.Value; } - if ((Original_R1758000.HasValue == true)) { + if ((Original_R2099200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[84].Value = ((int)(Original_R1758000.Value)); + this.Adapter.DeleteCommand.Parameters[84].Value = ((int)(Original_R2099200.Value)); } else { this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[84].Value = global::System.DBNull.Value; } - if ((Original_R1758100.HasValue == true)) { + if ((Original_R2099400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[86].Value = ((int)(Original_R1758100.Value)); + this.Adapter.DeleteCommand.Parameters[86].Value = ((int)(Original_R2099400.Value)); } else { this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[86].Value = global::System.DBNull.Value; } - if ((Original_R2095700.HasValue == true)) { + if ((Original_R2099900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[88].Value = ((int)(Original_R2095700.Value)); + this.Adapter.DeleteCommand.Parameters[88].Value = ((int)(Original_R2099900.Value)); } else { this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[88].Value = global::System.DBNull.Value; } - if ((Original_R2095800.HasValue == true)) { + if ((Original_R2100100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[90].Value = ((int)(Original_R2095800.Value)); + this.Adapter.DeleteCommand.Parameters[90].Value = ((int)(Original_R2100100.Value)); } else { this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[90].Value = global::System.DBNull.Value; } - if ((Original_R2095900.HasValue == true)) { + if ((Original_R2345900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[92].Value = ((int)(Original_R2095900.Value)); + this.Adapter.DeleteCommand.Parameters[92].Value = ((int)(Original_R2345900.Value)); } else { this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[92].Value = global::System.DBNull.Value; } - if ((Original_R2096400.HasValue == true)) { + if ((Original_R2346200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[94].Value = ((int)(Original_R2096400.Value)); + this.Adapter.DeleteCommand.Parameters[94].Value = ((int)(Original_R2346200.Value)); } else { this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[94].Value = global::System.DBNull.Value; } - if ((Original_R2096500.HasValue == true)) { + if ((Original_R2346500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[96].Value = ((int)(Original_R2096500.Value)); + this.Adapter.DeleteCommand.Parameters[96].Value = ((int)(Original_R2346500.Value)); } else { this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[96].Value = global::System.DBNull.Value; } - if ((Original_R2096600.HasValue == true)) { + if ((Original_R2346800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[98].Value = ((int)(Original_R2096600.Value)); + this.Adapter.DeleteCommand.Parameters[98].Value = ((int)(Original_R2346800.Value)); } else { this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[98].Value = global::System.DBNull.Value; } - if ((Original_R2097100.HasValue == true)) { + if ((Original_R2347100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[100].Value = ((int)(Original_R2097100.Value)); + this.Adapter.DeleteCommand.Parameters[100].Value = ((int)(Original_R2347100.Value)); } else { this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[100].Value = global::System.DBNull.Value; } - if ((Original_R2097200.HasValue == true)) { + if ((Original_R2347400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[102].Value = ((int)(Original_R2097200.Value)); + this.Adapter.DeleteCommand.Parameters[102].Value = ((int)(Original_R2347400.Value)); } else { this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[102].Value = global::System.DBNull.Value; } - if ((Original_R2097300.HasValue == true)) { + if ((Original_R2347700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[104].Value = ((int)(Original_R2097300.Value)); + this.Adapter.DeleteCommand.Parameters[104].Value = ((int)(Original_R2347700.Value)); } else { this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[104].Value = global::System.DBNull.Value; } - if ((Original_R2097800.HasValue == true)) { + if ((Original_R2648000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[106].Value = ((int)(Original_R2097800.Value)); + this.Adapter.DeleteCommand.Parameters[106].Value = ((int)(Original_R2648000.Value)); } else { this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[106].Value = global::System.DBNull.Value; } - if ((Original_R2097900.HasValue == true)) { + if ((Original_R2648200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[108].Value = ((int)(Original_R2097900.Value)); + this.Adapter.DeleteCommand.Parameters[108].Value = ((int)(Original_R2648200.Value)); } else { this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[108].Value = global::System.DBNull.Value; } - if ((Original_R2098000.HasValue == true)) { + if ((Original_R2648700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[110].Value = ((int)(Original_R2098000.Value)); + this.Adapter.DeleteCommand.Parameters[110].Value = ((int)(Original_R2648700.Value)); } else { this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[110].Value = global::System.DBNull.Value; } - if ((Original_R2098500.HasValue == true)) { + if ((Original_R2648900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[112].Value = ((int)(Original_R2098500.Value)); + this.Adapter.DeleteCommand.Parameters[112].Value = ((int)(Original_R2648900.Value)); } else { this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[112].Value = global::System.DBNull.Value; } - if ((Original_R2098600.HasValue == true)) { + if ((Original_R2649400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[114].Value = ((int)(Original_R2098600.Value)); + this.Adapter.DeleteCommand.Parameters[114].Value = ((int)(Original_R2649400.Value)); } else { this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[114].Value = global::System.DBNull.Value; } - if ((Original_R2098700.HasValue == true)) { + if ((Original_R2649600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[116].Value = ((int)(Original_R2098700.Value)); + this.Adapter.DeleteCommand.Parameters[116].Value = ((int)(Original_R2649600.Value)); } else { this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[116].Value = global::System.DBNull.Value; } - if ((Original_R2099200.HasValue == true)) { + if ((Original_R2650100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[118].Value = ((int)(Original_R2099200.Value)); + this.Adapter.DeleteCommand.Parameters[118].Value = ((int)(Original_R2650100.Value)); } else { this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[118].Value = global::System.DBNull.Value; } - if ((Original_R2099300.HasValue == true)) { + if ((Original_R2650300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[120].Value = ((int)(Original_R2099300.Value)); + this.Adapter.DeleteCommand.Parameters[120].Value = ((int)(Original_R2650300.Value)); } else { this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[120].Value = global::System.DBNull.Value; } - if ((Original_R2099400.HasValue == true)) { + if ((Original_R2650800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[122].Value = ((int)(Original_R2099400.Value)); + this.Adapter.DeleteCommand.Parameters[122].Value = ((int)(Original_R2650800.Value)); } else { this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[122].Value = global::System.DBNull.Value; } - if ((Original_R2099900.HasValue == true)) { + if ((Original_R2651000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[124].Value = ((int)(Original_R2099900.Value)); + this.Adapter.DeleteCommand.Parameters[124].Value = ((int)(Original_R2651000.Value)); } else { this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[124].Value = global::System.DBNull.Value; } - if ((Original_R2100000.HasValue == true)) { + if ((Original_R2651500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[126].Value = ((int)(Original_R2100000.Value)); + this.Adapter.DeleteCommand.Parameters[126].Value = ((int)(Original_R2651500.Value)); } else { this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[126].Value = global::System.DBNull.Value; } - if ((Original_R2100100.HasValue == true)) { + if ((Original_R2651700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[128].Value = ((int)(Original_R2100100.Value)); + this.Adapter.DeleteCommand.Parameters[128].Value = ((int)(Original_R2651700.Value)); } else { this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[128].Value = global::System.DBNull.Value; } - if ((Original_R2345900.HasValue == true)) { + if ((Original_R2652200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[130].Value = ((int)(Original_R2345900.Value)); + this.Adapter.DeleteCommand.Parameters[130].Value = ((int)(Original_R2652200.Value)); } else { this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[130].Value = global::System.DBNull.Value; } - if ((Original_R2346200.HasValue == true)) { + if ((Original_R2652400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[132].Value = ((int)(Original_R2346200.Value)); + this.Adapter.DeleteCommand.Parameters[132].Value = ((int)(Original_R2652400.Value)); } else { this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[132].Value = global::System.DBNull.Value; } - if ((Original_R2346500.HasValue == true)) { + if ((Original_R2955900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[134].Value = ((int)(Original_R2346500.Value)); + this.Adapter.DeleteCommand.Parameters[134].Value = ((int)(Original_R2955900.Value)); } else { this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[134].Value = global::System.DBNull.Value; } - if ((Original_R2346800.HasValue == true)) { + if ((Original_R2956200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[136].Value = ((int)(Original_R2346800.Value)); + this.Adapter.DeleteCommand.Parameters[136].Value = ((int)(Original_R2956200.Value)); } else { this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[136].Value = global::System.DBNull.Value; } - if ((Original_R2347100.HasValue == true)) { + if ((Original_R2956500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[138].Value = ((int)(Original_R2347100.Value)); + this.Adapter.DeleteCommand.Parameters[138].Value = ((int)(Original_R2956500.Value)); } else { this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[138].Value = global::System.DBNull.Value; } - if ((Original_R2347400.HasValue == true)) { + if ((Original_R2956800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[140].Value = ((int)(Original_R2347400.Value)); + this.Adapter.DeleteCommand.Parameters[140].Value = ((int)(Original_R2956800.Value)); } else { this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[140].Value = global::System.DBNull.Value; } - if ((Original_R2347700.HasValue == true)) { + if ((Original_R2957100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[142].Value = ((int)(Original_R2347700.Value)); + this.Adapter.DeleteCommand.Parameters[142].Value = ((int)(Original_R2957100.Value)); } else { this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[142].Value = global::System.DBNull.Value; } - if ((Original_R2648000.HasValue == true)) { + if ((Original_R2957400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[144].Value = ((int)(Original_R2648000.Value)); + this.Adapter.DeleteCommand.Parameters[144].Value = ((int)(Original_R2957400.Value)); } else { this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[144].Value = global::System.DBNull.Value; } - if ((Original_R2648100.HasValue == true)) { + if ((Original_R2957700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[146].Value = ((int)(Original_R2648100.Value)); + this.Adapter.DeleteCommand.Parameters[146].Value = ((int)(Original_R2957700.Value)); } else { this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[146].Value = global::System.DBNull.Value; } - if ((Original_R2648200.HasValue == true)) { + if ((Original_R3255900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[148].Value = ((int)(Original_R2648200.Value)); + this.Adapter.DeleteCommand.Parameters[148].Value = ((int)(Original_R3255900.Value)); } else { this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[148].Value = global::System.DBNull.Value; } - if ((Original_R2648700.HasValue == true)) { + if ((Original_R3256100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[150].Value = ((int)(Original_R2648700.Value)); + this.Adapter.DeleteCommand.Parameters[150].Value = ((int)(Original_R3256100.Value)); } else { this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[150].Value = global::System.DBNull.Value; } - if ((Original_R2648800.HasValue == true)) { + if ((Original_R3257700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[152].Value = ((int)(Original_R2648800.Value)); + this.Adapter.DeleteCommand.Parameters[152].Value = ((int)(Original_R3257700.Value)); } else { this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[152].Value = global::System.DBNull.Value; } - if ((Original_R2648900.HasValue == true)) { + if ((Original_R3257900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[154].Value = ((int)(Original_R2648900.Value)); + this.Adapter.DeleteCommand.Parameters[154].Value = ((int)(Original_R3257900.Value)); } else { this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[154].Value = global::System.DBNull.Value; } - if ((Original_R2649400.HasValue == true)) { + if ((Original_R3259500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[156].Value = ((int)(Original_R2649400.Value)); + this.Adapter.DeleteCommand.Parameters[156].Value = ((int)(Original_R3259500.Value)); } else { this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[156].Value = global::System.DBNull.Value; } - if ((Original_R2649500.HasValue == true)) { + if ((Original_R3259700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[158].Value = ((int)(Original_R2649500.Value)); + this.Adapter.DeleteCommand.Parameters[158].Value = ((int)(Original_R3259700.Value)); } else { this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[158].Value = global::System.DBNull.Value; } - if ((Original_R2649600.HasValue == true)) { + if ((Original_R3261300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[160].Value = ((int)(Original_R2649600.Value)); + this.Adapter.DeleteCommand.Parameters[160].Value = ((int)(Original_R3261300.Value)); } else { this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[160].Value = global::System.DBNull.Value; } - if ((Original_R2650100.HasValue == true)) { + if ((Original_R3261500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[162].Value = ((int)(Original_R2650100.Value)); + this.Adapter.DeleteCommand.Parameters[162].Value = ((int)(Original_R3261500.Value)); } else { this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[162].Value = global::System.DBNull.Value; } - if ((Original_R2650200.HasValue == true)) { + if ((Original_R3263100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[164].Value = ((int)(Original_R2650200.Value)); + this.Adapter.DeleteCommand.Parameters[164].Value = ((int)(Original_R3263100.Value)); } else { this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[164].Value = global::System.DBNull.Value; } - if ((Original_R2650300.HasValue == true)) { + if ((Original_R3263300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[166].Value = ((int)(Original_R2650300.Value)); + this.Adapter.DeleteCommand.Parameters[166].Value = ((int)(Original_R3263300.Value)); } else { this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[166].Value = global::System.DBNull.Value; } - if ((Original_R2650800.HasValue == true)) { + if ((Original_R3264900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[168].Value = ((int)(Original_R2650800.Value)); + this.Adapter.DeleteCommand.Parameters[168].Value = ((int)(Original_R3264900.Value)); } else { this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[168].Value = global::System.DBNull.Value; } - if ((Original_R2650900.HasValue == true)) { + if ((Original_R3265100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[170].Value = ((int)(Original_R2650900.Value)); + this.Adapter.DeleteCommand.Parameters[170].Value = ((int)(Original_R3265100.Value)); } else { this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[170].Value = global::System.DBNull.Value; } - if ((Original_R2651000.HasValue == true)) { + if ((Original_R3266700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[172].Value = ((int)(Original_R2651000.Value)); + this.Adapter.DeleteCommand.Parameters[172].Value = ((int)(Original_R3266700.Value)); } else { this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[172].Value = global::System.DBNull.Value; } - if ((Original_R2651500.HasValue == true)) { + if ((Original_R3266900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[174].Value = ((int)(Original_R2651500.Value)); + this.Adapter.DeleteCommand.Parameters[174].Value = ((int)(Original_R3266900.Value)); } else { this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[174].Value = global::System.DBNull.Value; } - if ((Original_R2651600.HasValue == true)) { + if ((Original_R3268500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[176].Value = ((int)(Original_R2651600.Value)); + this.Adapter.DeleteCommand.Parameters[176].Value = ((int)(Original_R3268500.Value)); } else { this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[176].Value = global::System.DBNull.Value; } - if ((Original_R2651700.HasValue == true)) { + if ((Original_R3556400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[178].Value = ((int)(Original_R2651700.Value)); + this.Adapter.DeleteCommand.Parameters[178].Value = ((int)(Original_R3556400.Value)); } else { this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[178].Value = global::System.DBNull.Value; } - if ((Original_R2652200.HasValue == true)) { + if ((Original_R3557000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[180].Value = ((int)(Original_R2652200.Value)); + this.Adapter.DeleteCommand.Parameters[180].Value = ((int)(Original_R3557000.Value)); } else { this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[180].Value = global::System.DBNull.Value; } - if ((Original_R2652300.HasValue == true)) { + if ((Original_R3557600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[182].Value = ((int)(Original_R2652300.Value)); + this.Adapter.DeleteCommand.Parameters[182].Value = ((int)(Original_R3557600.Value)); } else { this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[182].Value = global::System.DBNull.Value; } - if ((Original_R2652400.HasValue == true)) { + if ((Original_R3771800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[184].Value = ((int)(Original_R2652400.Value)); + this.Adapter.DeleteCommand.Parameters[184].Value = ((int)(Original_R3771800.Value)); } else { this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[184].Value = global::System.DBNull.Value; } - if ((Original_R2955900.HasValue == true)) { + if ((Original_R3772000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[186].Value = ((int)(Original_R2955900.Value)); + this.Adapter.DeleteCommand.Parameters[186].Value = ((int)(Original_R3772000.Value)); } else { this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[186].Value = global::System.DBNull.Value; } - if ((Original_R2956200.HasValue == true)) { + if ((Original_R3772100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[188].Value = ((int)(Original_R2956200.Value)); + this.Adapter.DeleteCommand.Parameters[188].Value = ((int)(Original_R3772100.Value)); } else { this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[188].Value = global::System.DBNull.Value; } - if ((Original_R2956500.HasValue == true)) { + if ((Original_R3772400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[190].Value = ((int)(Original_R2956500.Value)); + this.Adapter.DeleteCommand.Parameters[190].Value = ((int)(Original_R3772400.Value)); } else { this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[190].Value = global::System.DBNull.Value; } - if ((Original_R2956800.HasValue == true)) { + if ((Original_R3773900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[192].Value = ((int)(Original_R2956800.Value)); + this.Adapter.DeleteCommand.Parameters[192].Value = ((int)(Original_R3773900.Value)); } else { this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[192].Value = global::System.DBNull.Value; } - if ((Original_R2957100.HasValue == true)) { + if ((Original_R3774100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[194].Value = ((int)(Original_R2957100.Value)); + this.Adapter.DeleteCommand.Parameters[194].Value = ((int)(Original_R3774100.Value)); } else { this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[194].Value = global::System.DBNull.Value; } - if ((Original_R2957400.HasValue == true)) { + if ((Original_R3774200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[196].Value = ((int)(Original_R2957400.Value)); + this.Adapter.DeleteCommand.Parameters[196].Value = ((int)(Original_R3774200.Value)); } else { this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[196].Value = global::System.DBNull.Value; } - if ((Original_R2957700.HasValue == true)) { + if ((Original_R3774500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[198].Value = ((int)(Original_R2957700.Value)); + this.Adapter.DeleteCommand.Parameters[198].Value = ((int)(Original_R3774500.Value)); } else { this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[198].Value = global::System.DBNull.Value; } - if ((Original_R3255900.HasValue == true)) { + if ((Original_R3776000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[200].Value = ((int)(Original_R3255900.Value)); + this.Adapter.DeleteCommand.Parameters[200].Value = ((int)(Original_R3776000.Value)); } else { this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[200].Value = global::System.DBNull.Value; } - if ((Original_R3256000.HasValue == true)) { + if ((Original_R3776200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[201].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[202].Value = ((int)(Original_R3256000.Value)); + this.Adapter.DeleteCommand.Parameters[202].Value = ((int)(Original_R3776200.Value)); } else { this.Adapter.DeleteCommand.Parameters[201].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[202].Value = global::System.DBNull.Value; } - if ((Original_R3256100.HasValue == true)) { + if ((Original_R3776300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[203].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[204].Value = ((int)(Original_R3256100.Value)); + this.Adapter.DeleteCommand.Parameters[204].Value = ((int)(Original_R3776300.Value)); } else { this.Adapter.DeleteCommand.Parameters[203].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[204].Value = global::System.DBNull.Value; } - if ((Original_R3257700.HasValue == true)) { + if ((Original_R3776600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[205].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[206].Value = ((int)(Original_R3257700.Value)); + this.Adapter.DeleteCommand.Parameters[206].Value = ((int)(Original_R3776600.Value)); } else { this.Adapter.DeleteCommand.Parameters[205].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[206].Value = global::System.DBNull.Value; } - if ((Original_R3257800.HasValue == true)) { + if ((Original_R3778100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[207].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[208].Value = ((int)(Original_R3257800.Value)); + this.Adapter.DeleteCommand.Parameters[208].Value = ((int)(Original_R3778100.Value)); } else { this.Adapter.DeleteCommand.Parameters[207].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[208].Value = global::System.DBNull.Value; } - if ((Original_R3257900.HasValue == true)) { + if ((Original_R3778300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[209].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[210].Value = ((int)(Original_R3257900.Value)); + this.Adapter.DeleteCommand.Parameters[210].Value = ((int)(Original_R3778300.Value)); } else { this.Adapter.DeleteCommand.Parameters[209].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[210].Value = global::System.DBNull.Value; } - if ((Original_R3259500.HasValue == true)) { + if ((Original_R3778400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[211].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[212].Value = ((int)(Original_R3259500.Value)); + this.Adapter.DeleteCommand.Parameters[212].Value = ((int)(Original_R3778400.Value)); } else { this.Adapter.DeleteCommand.Parameters[211].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[212].Value = global::System.DBNull.Value; } - if ((Original_R3259600.HasValue == true)) { + if ((Original_R3778700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[213].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[214].Value = ((int)(Original_R3259600.Value)); + this.Adapter.DeleteCommand.Parameters[214].Value = ((int)(Original_R3778700.Value)); } else { this.Adapter.DeleteCommand.Parameters[213].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[214].Value = global::System.DBNull.Value; } - if ((Original_R3259700.HasValue == true)) { + if ((Original_R3780200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[215].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[216].Value = ((int)(Original_R3259700.Value)); + this.Adapter.DeleteCommand.Parameters[216].Value = ((int)(Original_R3780200.Value)); } else { this.Adapter.DeleteCommand.Parameters[215].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[216].Value = global::System.DBNull.Value; } - if ((Original_R3261300.HasValue == true)) { + if ((Original_R3780400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[217].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[218].Value = ((int)(Original_R3261300.Value)); + this.Adapter.DeleteCommand.Parameters[218].Value = ((int)(Original_R3780400.Value)); } else { this.Adapter.DeleteCommand.Parameters[217].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[218].Value = global::System.DBNull.Value; } - if ((Original_R3261400.HasValue == true)) { + if ((Original_R3780500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[219].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[220].Value = ((int)(Original_R3261400.Value)); + this.Adapter.DeleteCommand.Parameters[220].Value = ((int)(Original_R3780500.Value)); } else { this.Adapter.DeleteCommand.Parameters[219].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[220].Value = global::System.DBNull.Value; } - if ((Original_R3261500.HasValue == true)) { + if ((Original_R3780800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[221].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[222].Value = ((int)(Original_R3261500.Value)); + this.Adapter.DeleteCommand.Parameters[222].Value = ((int)(Original_R3780800.Value)); } else { this.Adapter.DeleteCommand.Parameters[221].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[222].Value = global::System.DBNull.Value; } - if ((Original_R3263100.HasValue == true)) { + if ((Original_R3782300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[223].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[224].Value = ((int)(Original_R3263100.Value)); + this.Adapter.DeleteCommand.Parameters[224].Value = ((int)(Original_R3782300.Value)); } else { this.Adapter.DeleteCommand.Parameters[223].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[224].Value = global::System.DBNull.Value; } - if ((Original_R3263200.HasValue == true)) { + if ((Original_R3782500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[225].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[226].Value = ((int)(Original_R3263200.Value)); + this.Adapter.DeleteCommand.Parameters[226].Value = ((int)(Original_R3782500.Value)); } else { this.Adapter.DeleteCommand.Parameters[225].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[226].Value = global::System.DBNull.Value; } - if ((Original_R3263300.HasValue == true)) { + if ((Original_R3782600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[227].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[228].Value = ((int)(Original_R3263300.Value)); + this.Adapter.DeleteCommand.Parameters[228].Value = ((int)(Original_R3782600.Value)); } else { this.Adapter.DeleteCommand.Parameters[227].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[228].Value = global::System.DBNull.Value; } - if ((Original_R3264900.HasValue == true)) { + if ((Original_R3782900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[229].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[230].Value = ((int)(Original_R3264900.Value)); + this.Adapter.DeleteCommand.Parameters[230].Value = ((int)(Original_R3782900.Value)); } else { this.Adapter.DeleteCommand.Parameters[229].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[230].Value = global::System.DBNull.Value; } - if ((Original_R3265000.HasValue == true)) { + if ((Original_R3784400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[231].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[232].Value = ((int)(Original_R3265000.Value)); + this.Adapter.DeleteCommand.Parameters[232].Value = ((int)(Original_R3784400.Value)); } else { this.Adapter.DeleteCommand.Parameters[231].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[232].Value = global::System.DBNull.Value; } - if ((Original_R3265100.HasValue == true)) { + if ((Original_R3784600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[233].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[234].Value = ((int)(Original_R3265100.Value)); + this.Adapter.DeleteCommand.Parameters[234].Value = ((int)(Original_R3784600.Value)); } else { this.Adapter.DeleteCommand.Parameters[233].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[234].Value = global::System.DBNull.Value; } - if ((Original_R3266700.HasValue == true)) { + if ((Original_R3784700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[235].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[236].Value = ((int)(Original_R3266700.Value)); + this.Adapter.DeleteCommand.Parameters[236].Value = ((int)(Original_R3784700.Value)); } else { this.Adapter.DeleteCommand.Parameters[235].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[236].Value = global::System.DBNull.Value; } - if ((Original_R3266800.HasValue == true)) { + if ((Original_R3785000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[237].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[238].Value = ((int)(Original_R3266800.Value)); + this.Adapter.DeleteCommand.Parameters[238].Value = ((int)(Original_R3785000.Value)); } else { this.Adapter.DeleteCommand.Parameters[237].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[238].Value = global::System.DBNull.Value; } - if ((Original_R3266900.HasValue == true)) { + if ((Original_R3786500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[239].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[240].Value = ((int)(Original_R3266900.Value)); + this.Adapter.DeleteCommand.Parameters[240].Value = ((int)(Original_R3786500.Value)); } else { this.Adapter.DeleteCommand.Parameters[239].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[240].Value = global::System.DBNull.Value; } - if ((Original_R3268500.HasValue == true)) { + if ((Original_R3788004.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[241].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[242].Value = ((int)(Original_R3268500.Value)); + this.Adapter.DeleteCommand.Parameters[242].Value = ((int)(Original_R3788004.Value)); } else { this.Adapter.DeleteCommand.Parameters[241].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[242].Value = global::System.DBNull.Value; } - if ((Original_R3556400.HasValue == true)) { + if ((Original_R4276800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[243].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[244].Value = ((int)(Original_R3556400.Value)); + this.Adapter.DeleteCommand.Parameters[244].Value = ((int)(Original_R4276800.Value)); } else { this.Adapter.DeleteCommand.Parameters[243].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[244].Value = global::System.DBNull.Value; } - if ((Original_R3557000.HasValue == true)) { + if ((Original_R4277000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[245].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[246].Value = ((int)(Original_R3557000.Value)); + this.Adapter.DeleteCommand.Parameters[246].Value = ((int)(Original_R4277000.Value)); } else { this.Adapter.DeleteCommand.Parameters[245].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[246].Value = global::System.DBNull.Value; } - if ((Original_R3557600.HasValue == true)) { + if ((Original_R4277100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[247].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[248].Value = ((int)(Original_R3557600.Value)); + this.Adapter.DeleteCommand.Parameters[248].Value = ((int)(Original_R4277100.Value)); } else { this.Adapter.DeleteCommand.Parameters[247].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[248].Value = global::System.DBNull.Value; } - if ((Original_R3771800.HasValue == true)) { + if ((Original_R4277101.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[249].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[250].Value = ((int)(Original_R3771800.Value)); + this.Adapter.DeleteCommand.Parameters[250].Value = ((int)(Original_R4277101.Value)); } else { this.Adapter.DeleteCommand.Parameters[249].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[250].Value = global::System.DBNull.Value; } - if ((Original_R3771900.HasValue == true)) { + if ((Original_R4277700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[251].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[252].Value = ((int)(Original_R3771900.Value)); + this.Adapter.DeleteCommand.Parameters[252].Value = ((int)(Original_R4277700.Value)); } else { this.Adapter.DeleteCommand.Parameters[251].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[252].Value = global::System.DBNull.Value; } - if ((Original_R3772000.HasValue == true)) { + if ((Original_R4277900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[253].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[254].Value = ((int)(Original_R3772000.Value)); + this.Adapter.DeleteCommand.Parameters[254].Value = ((int)(Original_R4277900.Value)); } else { this.Adapter.DeleteCommand.Parameters[253].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[254].Value = global::System.DBNull.Value; } - if ((Original_R3772100.HasValue == true)) { + if ((Original_R4278000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[255].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[256].Value = ((int)(Original_R3772100.Value)); + this.Adapter.DeleteCommand.Parameters[256].Value = ((int)(Original_R4278000.Value)); } else { this.Adapter.DeleteCommand.Parameters[255].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[256].Value = global::System.DBNull.Value; } - if ((Original_R3772200.HasValue == true)) { + if ((Original_R4278001.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[257].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[258].Value = ((int)(Original_R3772200.Value)); + this.Adapter.DeleteCommand.Parameters[258].Value = ((int)(Original_R4278001.Value)); } else { this.Adapter.DeleteCommand.Parameters[257].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[258].Value = global::System.DBNull.Value; } - if ((Original_R3772300.HasValue == true)) { + if ((Original_R4278600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[259].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[260].Value = ((int)(Original_R3772300.Value)); + this.Adapter.DeleteCommand.Parameters[260].Value = ((int)(Original_R4278600.Value)); } else { this.Adapter.DeleteCommand.Parameters[259].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[260].Value = global::System.DBNull.Value; } - if ((Original_R3772400.HasValue == true)) { + if ((Original_R4278800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[261].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[262].Value = ((int)(Original_R3772400.Value)); + this.Adapter.DeleteCommand.Parameters[262].Value = ((int)(Original_R4278800.Value)); } else { this.Adapter.DeleteCommand.Parameters[261].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[262].Value = global::System.DBNull.Value; } - if ((Original_R3773900.HasValue == true)) { + if ((Original_R4278900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[263].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[264].Value = ((int)(Original_R3773900.Value)); + this.Adapter.DeleteCommand.Parameters[264].Value = ((int)(Original_R4278900.Value)); } else { this.Adapter.DeleteCommand.Parameters[263].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[264].Value = global::System.DBNull.Value; } - if ((Original_R3774000.HasValue == true)) { + if ((Original_R4278901.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[265].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[266].Value = ((int)(Original_R3774000.Value)); + this.Adapter.DeleteCommand.Parameters[266].Value = ((int)(Original_R4278901.Value)); } else { this.Adapter.DeleteCommand.Parameters[265].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[266].Value = global::System.DBNull.Value; } - if ((Original_R3774100.HasValue == true)) { + if ((Original_R4279500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[267].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[268].Value = ((int)(Original_R3774100.Value)); + this.Adapter.DeleteCommand.Parameters[268].Value = ((int)(Original_R4279500.Value)); } else { this.Adapter.DeleteCommand.Parameters[267].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[268].Value = global::System.DBNull.Value; } - if ((Original_R3774200.HasValue == true)) { + if ((Original_R4279700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[269].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[270].Value = ((int)(Original_R3774200.Value)); + this.Adapter.DeleteCommand.Parameters[270].Value = ((int)(Original_R4279700.Value)); } else { this.Adapter.DeleteCommand.Parameters[269].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[270].Value = global::System.DBNull.Value; } - if ((Original_R3774300.HasValue == true)) { + if ((Original_R4279800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[271].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[272].Value = ((int)(Original_R3774300.Value)); + this.Adapter.DeleteCommand.Parameters[272].Value = ((int)(Original_R4279800.Value)); } else { this.Adapter.DeleteCommand.Parameters[271].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[272].Value = global::System.DBNull.Value; } - if ((Original_R3774400.HasValue == true)) { + if ((Original_R4279801.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[273].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[274].Value = ((int)(Original_R3774400.Value)); + this.Adapter.DeleteCommand.Parameters[274].Value = ((int)(Original_R4279801.Value)); } else { this.Adapter.DeleteCommand.Parameters[273].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[274].Value = global::System.DBNull.Value; } - if ((Original_R3774500.HasValue == true)) { + if ((Original_R4280400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[275].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[276].Value = ((int)(Original_R3774500.Value)); + this.Adapter.DeleteCommand.Parameters[276].Value = ((int)(Original_R4280400.Value)); } else { this.Adapter.DeleteCommand.Parameters[275].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[276].Value = global::System.DBNull.Value; } - if ((Original_R3776000.HasValue == true)) { + if ((Original_R4280600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[277].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[278].Value = ((int)(Original_R3776000.Value)); + this.Adapter.DeleteCommand.Parameters[278].Value = ((int)(Original_R4280600.Value)); } else { this.Adapter.DeleteCommand.Parameters[277].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[278].Value = global::System.DBNull.Value; } - if ((Original_R3776100.HasValue == true)) { + if ((Original_R4280700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[279].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[280].Value = ((int)(Original_R3776100.Value)); + this.Adapter.DeleteCommand.Parameters[280].Value = ((int)(Original_R4280700.Value)); } else { this.Adapter.DeleteCommand.Parameters[279].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[280].Value = global::System.DBNull.Value; } - if ((Original_R3776200.HasValue == true)) { + if ((Original_R4280701.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[281].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[282].Value = ((int)(Original_R3776200.Value)); + this.Adapter.DeleteCommand.Parameters[282].Value = ((int)(Original_R4280701.Value)); } else { this.Adapter.DeleteCommand.Parameters[281].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[282].Value = global::System.DBNull.Value; } - if ((Original_R3776300.HasValue == true)) { + if ((Original_R4281300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[283].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[284].Value = ((int)(Original_R3776300.Value)); + this.Adapter.DeleteCommand.Parameters[284].Value = ((int)(Original_R4281300.Value)); } else { this.Adapter.DeleteCommand.Parameters[283].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[284].Value = global::System.DBNull.Value; } - if ((Original_R3776400.HasValue == true)) { + if ((Original_R4281500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[285].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[286].Value = ((int)(Original_R3776400.Value)); + this.Adapter.DeleteCommand.Parameters[286].Value = ((int)(Original_R4281500.Value)); } else { this.Adapter.DeleteCommand.Parameters[285].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[286].Value = global::System.DBNull.Value; } - if ((Original_R3776500.HasValue == true)) { + if ((Original_R4281600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[287].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[288].Value = ((int)(Original_R3776500.Value)); + this.Adapter.DeleteCommand.Parameters[288].Value = ((int)(Original_R4281600.Value)); } else { this.Adapter.DeleteCommand.Parameters[287].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[288].Value = global::System.DBNull.Value; } - if ((Original_R3776600.HasValue == true)) { + if ((Original_R4281601.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[289].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[290].Value = ((int)(Original_R3776600.Value)); + this.Adapter.DeleteCommand.Parameters[290].Value = ((int)(Original_R4281601.Value)); } else { this.Adapter.DeleteCommand.Parameters[289].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[290].Value = global::System.DBNull.Value; } - if ((Original_R3778100.HasValue == true)) { + if ((Original_R4282100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[291].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[292].Value = ((int)(Original_R3778100.Value)); + this.Adapter.DeleteCommand.Parameters[292].Value = ((int)(Original_R4282100.Value)); } else { this.Adapter.DeleteCommand.Parameters[291].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[292].Value = global::System.DBNull.Value; } - if ((Original_R3778200.HasValue == true)) { + if ((Original_R4282300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[293].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[294].Value = ((int)(Original_R3778200.Value)); + this.Adapter.DeleteCommand.Parameters[294].Value = ((int)(Original_R4282300.Value)); } else { this.Adapter.DeleteCommand.Parameters[293].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[294].Value = global::System.DBNull.Value; } - if ((Original_R3778300.HasValue == true)) { + if ((Original_R4282400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[295].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[296].Value = ((int)(Original_R3778300.Value)); + this.Adapter.DeleteCommand.Parameters[296].Value = ((int)(Original_R4282400.Value)); } else { this.Adapter.DeleteCommand.Parameters[295].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[296].Value = global::System.DBNull.Value; } - if ((Original_R3778400.HasValue == true)) { + if ((Original_R4282401.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[297].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[298].Value = ((int)(Original_R3778400.Value)); + this.Adapter.DeleteCommand.Parameters[298].Value = ((int)(Original_R4282401.Value)); } else { this.Adapter.DeleteCommand.Parameters[297].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[298].Value = global::System.DBNull.Value; } - if ((Original_R3778500.HasValue == true)) { + if ((Original_R4282900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[299].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[300].Value = ((int)(Original_R3778500.Value)); + this.Adapter.DeleteCommand.Parameters[300].Value = ((int)(Original_R4282900.Value)); } else { this.Adapter.DeleteCommand.Parameters[299].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[300].Value = global::System.DBNull.Value; } - if ((Original_R3778600.HasValue == true)) { + if ((Original_R4283000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[301].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[302].Value = ((int)(Original_R3778600.Value)); + this.Adapter.DeleteCommand.Parameters[302].Value = ((int)(Original_R4283000.Value)); } else { this.Adapter.DeleteCommand.Parameters[301].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[302].Value = global::System.DBNull.Value; } - if ((Original_R3778700.HasValue == true)) { + if ((Original_R4283100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[303].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[304].Value = ((int)(Original_R3778700.Value)); + this.Adapter.DeleteCommand.Parameters[304].Value = ((int)(Original_R4283100.Value)); } else { this.Adapter.DeleteCommand.Parameters[303].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[304].Value = global::System.DBNull.Value; } - if ((Original_R3780200.HasValue == true)) { + if ((Original_R4283600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[305].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[306].Value = ((int)(Original_R3780200.Value)); + this.Adapter.DeleteCommand.Parameters[306].Value = ((int)(Original_R4283600.Value)); } else { this.Adapter.DeleteCommand.Parameters[305].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[306].Value = global::System.DBNull.Value; } - if ((Original_R3780300.HasValue == true)) { + if ((Original_R4827600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[307].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[308].Value = ((int)(Original_R3780300.Value)); + this.Adapter.DeleteCommand.Parameters[308].Value = ((int)(Original_R4827600.Value)); } else { this.Adapter.DeleteCommand.Parameters[307].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[308].Value = global::System.DBNull.Value; } - if ((Original_R3780400.HasValue == true)) { + if ((Original_R4827800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[309].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[310].Value = ((int)(Original_R3780400.Value)); + this.Adapter.DeleteCommand.Parameters[310].Value = ((int)(Original_R4827800.Value)); } else { this.Adapter.DeleteCommand.Parameters[309].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[310].Value = global::System.DBNull.Value; } - if ((Original_R3780500.HasValue == true)) { + if ((Original_R4827900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[311].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[312].Value = ((int)(Original_R3780500.Value)); + this.Adapter.DeleteCommand.Parameters[312].Value = ((int)(Original_R4827900.Value)); } else { this.Adapter.DeleteCommand.Parameters[311].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[312].Value = global::System.DBNull.Value; } - if ((Original_R3780600.HasValue == true)) { + if ((Original_R4827901.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[313].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[314].Value = ((int)(Original_R3780600.Value)); + this.Adapter.DeleteCommand.Parameters[314].Value = ((int)(Original_R4827901.Value)); } else { this.Adapter.DeleteCommand.Parameters[313].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[314].Value = global::System.DBNull.Value; } - if ((Original_R3780700.HasValue == true)) { + if ((Original_R4828100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[315].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[316].Value = ((int)(Original_R3780700.Value)); + this.Adapter.DeleteCommand.Parameters[316].Value = ((int)(Original_R4828100.Value)); } else { this.Adapter.DeleteCommand.Parameters[315].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[316].Value = global::System.DBNull.Value; } - if ((Original_R3780800.HasValue == true)) { + if ((Original_R4830600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[317].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[318].Value = ((int)(Original_R3780800.Value)); + this.Adapter.DeleteCommand.Parameters[318].Value = ((int)(Original_R4830600.Value)); } else { this.Adapter.DeleteCommand.Parameters[317].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[318].Value = global::System.DBNull.Value; } - if ((Original_R3782300.HasValue == true)) { + if ((Original_R4830800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[319].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[320].Value = ((int)(Original_R3782300.Value)); + this.Adapter.DeleteCommand.Parameters[320].Value = ((int)(Original_R4830800.Value)); } else { this.Adapter.DeleteCommand.Parameters[319].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[320].Value = global::System.DBNull.Value; } - if ((Original_R3782400.HasValue == true)) { + if ((Original_R4830900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[321].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[322].Value = ((int)(Original_R3782400.Value)); + this.Adapter.DeleteCommand.Parameters[322].Value = ((int)(Original_R4830900.Value)); } else { this.Adapter.DeleteCommand.Parameters[321].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[322].Value = global::System.DBNull.Value; } - if ((Original_R3782500.HasValue == true)) { + if ((Original_R4830901.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[323].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[324].Value = ((int)(Original_R3782500.Value)); + this.Adapter.DeleteCommand.Parameters[324].Value = ((int)(Original_R4830901.Value)); } else { this.Adapter.DeleteCommand.Parameters[323].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[324].Value = global::System.DBNull.Value; } - if ((Original_R3782600.HasValue == true)) { + if ((Original_R4831100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[325].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[326].Value = ((int)(Original_R3782600.Value)); + this.Adapter.DeleteCommand.Parameters[326].Value = ((int)(Original_R4831100.Value)); } else { this.Adapter.DeleteCommand.Parameters[325].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[326].Value = global::System.DBNull.Value; } - if ((Original_R3782900.HasValue == true)) { + if ((Original_R4833600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[327].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[328].Value = ((int)(Original_R3782900.Value)); + this.Adapter.DeleteCommand.Parameters[328].Value = ((int)(Original_R4833600.Value)); } else { this.Adapter.DeleteCommand.Parameters[327].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[328].Value = global::System.DBNull.Value; } - if ((Original_R3784400.HasValue == true)) { + if ((Original_R4833800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[329].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[330].Value = ((int)(Original_R3784400.Value)); + this.Adapter.DeleteCommand.Parameters[330].Value = ((int)(Original_R4833800.Value)); } else { this.Adapter.DeleteCommand.Parameters[329].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[330].Value = global::System.DBNull.Value; } - if ((Original_R3784500.HasValue == true)) { + if ((Original_R4833900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[331].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[332].Value = ((int)(Original_R3784500.Value)); + this.Adapter.DeleteCommand.Parameters[332].Value = ((int)(Original_R4833900.Value)); } else { this.Adapter.DeleteCommand.Parameters[331].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[332].Value = global::System.DBNull.Value; } - if ((Original_R3784600.HasValue == true)) { + if ((Original_R4833901.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[333].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[334].Value = ((int)(Original_R3784600.Value)); + this.Adapter.DeleteCommand.Parameters[334].Value = ((int)(Original_R4833901.Value)); } else { this.Adapter.DeleteCommand.Parameters[333].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[334].Value = global::System.DBNull.Value; } - if ((Original_R3784700.HasValue == true)) { + if ((Original_R4834100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[335].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[336].Value = ((int)(Original_R3784700.Value)); + this.Adapter.DeleteCommand.Parameters[336].Value = ((int)(Original_R4834100.Value)); } else { this.Adapter.DeleteCommand.Parameters[335].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[336].Value = global::System.DBNull.Value; } - if ((Original_R3785000.HasValue == true)) { + if ((Original_R4836600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[337].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[338].Value = ((int)(Original_R3785000.Value)); + this.Adapter.DeleteCommand.Parameters[338].Value = ((int)(Original_R4836600.Value)); } else { this.Adapter.DeleteCommand.Parameters[337].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[338].Value = global::System.DBNull.Value; } - if ((Original_R3786500.HasValue == true)) { + if ((Original_R4836800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[339].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[340].Value = ((int)(Original_R3786500.Value)); + this.Adapter.DeleteCommand.Parameters[340].Value = ((int)(Original_R4836800.Value)); } else { this.Adapter.DeleteCommand.Parameters[339].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[340].Value = global::System.DBNull.Value; } - if ((Original_R3788004.HasValue == true)) { + if ((Original_R4836900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[341].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[342].Value = ((int)(Original_R3788004.Value)); + this.Adapter.DeleteCommand.Parameters[342].Value = ((int)(Original_R4836900.Value)); } else { this.Adapter.DeleteCommand.Parameters[341].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[342].Value = global::System.DBNull.Value; } - if ((Original_R4276800.HasValue == true)) { + if ((Original_R4836901.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[343].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[344].Value = ((int)(Original_R4276800.Value)); + this.Adapter.DeleteCommand.Parameters[344].Value = ((int)(Original_R4836901.Value)); } else { this.Adapter.DeleteCommand.Parameters[343].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[344].Value = global::System.DBNull.Value; } - if ((Original_R4276900.HasValue == true)) { + if ((Original_R4837100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[345].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[346].Value = ((int)(Original_R4276900.Value)); + this.Adapter.DeleteCommand.Parameters[346].Value = ((int)(Original_R4837100.Value)); } else { this.Adapter.DeleteCommand.Parameters[345].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[346].Value = global::System.DBNull.Value; } - if ((Original_R4277000.HasValue == true)) { + if ((Original_R4839600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[347].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[348].Value = ((int)(Original_R4277000.Value)); + this.Adapter.DeleteCommand.Parameters[348].Value = ((int)(Original_R4839600.Value)); } else { this.Adapter.DeleteCommand.Parameters[347].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[348].Value = global::System.DBNull.Value; } - if ((Original_R4277100.HasValue == true)) { + if ((Original_R4839800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[349].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[350].Value = ((int)(Original_R4277100.Value)); + this.Adapter.DeleteCommand.Parameters[350].Value = ((int)(Original_R4839800.Value)); } else { this.Adapter.DeleteCommand.Parameters[349].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[350].Value = global::System.DBNull.Value; } - if ((Original_R4277101.HasValue == true)) { + if ((Original_R4839900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[351].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[352].Value = ((int)(Original_R4277101.Value)); + this.Adapter.DeleteCommand.Parameters[352].Value = ((int)(Original_R4839900.Value)); } else { this.Adapter.DeleteCommand.Parameters[351].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[352].Value = global::System.DBNull.Value; } - if ((Original_R4277200.HasValue == true)) { + if ((Original_R4839901.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[353].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[354].Value = ((int)(Original_R4277200.Value)); + this.Adapter.DeleteCommand.Parameters[354].Value = ((int)(Original_R4839901.Value)); } else { this.Adapter.DeleteCommand.Parameters[353].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[354].Value = global::System.DBNull.Value; } - if ((Original_R4277201.HasValue == true)) { + if ((Original_R4840100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[355].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[356].Value = ((int)(Original_R4277201.Value)); + this.Adapter.DeleteCommand.Parameters[356].Value = ((int)(Original_R4840100.Value)); } else { this.Adapter.DeleteCommand.Parameters[355].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[356].Value = global::System.DBNull.Value; } - if ((Original_R4277700.HasValue == true)) { + if ((Original_R4842500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[357].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[358].Value = ((int)(Original_R4277700.Value)); + this.Adapter.DeleteCommand.Parameters[358].Value = ((int)(Original_R4842500.Value)); } else { this.Adapter.DeleteCommand.Parameters[357].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[358].Value = global::System.DBNull.Value; } - if ((Original_R4277800.HasValue == true)) { + if ((Original_R4842700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[359].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[360].Value = ((int)(Original_R4277800.Value)); + this.Adapter.DeleteCommand.Parameters[360].Value = ((int)(Original_R4842700.Value)); } else { this.Adapter.DeleteCommand.Parameters[359].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[360].Value = global::System.DBNull.Value; } - if ((Original_R4277900.HasValue == true)) { + if ((Original_R4842800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[361].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[362].Value = ((int)(Original_R4277900.Value)); + this.Adapter.DeleteCommand.Parameters[362].Value = ((int)(Original_R4842800.Value)); } else { this.Adapter.DeleteCommand.Parameters[361].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[362].Value = global::System.DBNull.Value; } - if ((Original_R4278000.HasValue == true)) { + if ((Original_R4842801.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[363].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[364].Value = ((int)(Original_R4278000.Value)); + this.Adapter.DeleteCommand.Parameters[364].Value = ((int)(Original_R4842801.Value)); } else { this.Adapter.DeleteCommand.Parameters[363].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[364].Value = global::System.DBNull.Value; } - if ((Original_R4278001.HasValue == true)) { + if ((Original_R4842900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[365].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[366].Value = ((int)(Original_R4278001.Value)); + this.Adapter.DeleteCommand.Parameters[366].Value = ((int)(Original_R4842900.Value)); } else { this.Adapter.DeleteCommand.Parameters[365].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[366].Value = global::System.DBNull.Value; } - if ((Original_R4278100.HasValue == true)) { + if ((Original_R4844800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[367].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[368].Value = ((int)(Original_R4278100.Value)); + this.Adapter.DeleteCommand.Parameters[368].Value = ((int)(Original_R4844800.Value)); } else { this.Adapter.DeleteCommand.Parameters[367].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[368].Value = global::System.DBNull.Value; } - if ((Original_R4278101.HasValue == true)) { + if ((Original_R4845000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[369].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[370].Value = ((int)(Original_R4278101.Value)); + this.Adapter.DeleteCommand.Parameters[370].Value = ((int)(Original_R4845000.Value)); } else { this.Adapter.DeleteCommand.Parameters[369].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[370].Value = global::System.DBNull.Value; } - if ((Original_R4278600.HasValue == true)) { + if ((Original_R4845100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[371].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[372].Value = ((int)(Original_R4278600.Value)); + this.Adapter.DeleteCommand.Parameters[372].Value = ((int)(Original_R4845100.Value)); } else { this.Adapter.DeleteCommand.Parameters[371].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[372].Value = global::System.DBNull.Value; } - if ((Original_R4278700.HasValue == true)) { + if ((Original_R4845101.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[373].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[374].Value = ((int)(Original_R4278700.Value)); + this.Adapter.DeleteCommand.Parameters[374].Value = ((int)(Original_R4845101.Value)); } else { this.Adapter.DeleteCommand.Parameters[373].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[374].Value = global::System.DBNull.Value; } - if ((Original_R4278800.HasValue == true)) { + if ((Original_R4845200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[375].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[376].Value = ((int)(Original_R4278800.Value)); + this.Adapter.DeleteCommand.Parameters[376].Value = ((int)(Original_R4845200.Value)); } else { this.Adapter.DeleteCommand.Parameters[375].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[376].Value = global::System.DBNull.Value; } - if ((Original_R4278900.HasValue == true)) { + if ((Original_R4847100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[377].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[378].Value = ((int)(Original_R4278900.Value)); + this.Adapter.DeleteCommand.Parameters[378].Value = ((int)(Original_R4847100.Value)); } else { this.Adapter.DeleteCommand.Parameters[377].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[378].Value = global::System.DBNull.Value; } - if ((Original_R4278901.HasValue == true)) { + if ((Original_R4847300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[379].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[380].Value = ((int)(Original_R4278901.Value)); + this.Adapter.DeleteCommand.Parameters[380].Value = ((int)(Original_R4847300.Value)); } else { this.Adapter.DeleteCommand.Parameters[379].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[380].Value = global::System.DBNull.Value; } - if ((Original_R4279000.HasValue == true)) { + if ((Original_R4847400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[381].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[382].Value = ((int)(Original_R4279000.Value)); + this.Adapter.DeleteCommand.Parameters[382].Value = ((int)(Original_R4847400.Value)); } else { this.Adapter.DeleteCommand.Parameters[381].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[382].Value = global::System.DBNull.Value; } - if ((Original_R4279001.HasValue == true)) { + if ((Original_R5498000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[383].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[384].Value = ((int)(Original_R4279001.Value)); + this.Adapter.DeleteCommand.Parameters[384].Value = ((int)(Original_R5498000.Value)); } else { this.Adapter.DeleteCommand.Parameters[383].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[384].Value = global::System.DBNull.Value; } - if ((Original_R4279500.HasValue == true)) { + if ((Original_R5498200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[385].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[386].Value = ((int)(Original_R4279500.Value)); + this.Adapter.DeleteCommand.Parameters[386].Value = ((int)(Original_R5498200.Value)); } else { this.Adapter.DeleteCommand.Parameters[385].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[386].Value = global::System.DBNull.Value; } - if ((Original_R4279600.HasValue == true)) { + if ((Original_R5498300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[387].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[388].Value = ((int)(Original_R4279600.Value)); + this.Adapter.DeleteCommand.Parameters[388].Value = ((int)(Original_R5498300.Value)); } else { this.Adapter.DeleteCommand.Parameters[387].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[388].Value = global::System.DBNull.Value; } - if ((Original_R4279700.HasValue == true)) { + if ((Original_R5498301.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[389].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[390].Value = ((int)(Original_R4279700.Value)); + this.Adapter.DeleteCommand.Parameters[390].Value = ((int)(Original_R5498301.Value)); } else { this.Adapter.DeleteCommand.Parameters[389].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[390].Value = global::System.DBNull.Value; } - if ((Original_R4279800.HasValue == true)) { + if ((Original_R5498500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[391].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[392].Value = ((int)(Original_R4279800.Value)); + this.Adapter.DeleteCommand.Parameters[392].Value = ((int)(Original_R5498500.Value)); } else { this.Adapter.DeleteCommand.Parameters[391].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[392].Value = global::System.DBNull.Value; } - if ((Original_R4279801.HasValue == true)) { + if ((Original_R5501000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[393].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[394].Value = ((int)(Original_R4279801.Value)); + this.Adapter.DeleteCommand.Parameters[394].Value = ((int)(Original_R5501000.Value)); } else { this.Adapter.DeleteCommand.Parameters[393].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[394].Value = global::System.DBNull.Value; } - if ((Original_R4279900.HasValue == true)) { + if ((Original_R5501200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[395].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[396].Value = ((int)(Original_R4279900.Value)); + this.Adapter.DeleteCommand.Parameters[396].Value = ((int)(Original_R5501200.Value)); } else { this.Adapter.DeleteCommand.Parameters[395].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[396].Value = global::System.DBNull.Value; } - if ((Original_R4279901.HasValue == true)) { + if ((Original_R5501300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[397].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[398].Value = ((int)(Original_R4279901.Value)); + this.Adapter.DeleteCommand.Parameters[398].Value = ((int)(Original_R5501300.Value)); } else { this.Adapter.DeleteCommand.Parameters[397].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[398].Value = global::System.DBNull.Value; } - if ((Original_R4280400.HasValue == true)) { + if ((Original_R5501301.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[399].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[400].Value = ((int)(Original_R4280400.Value)); + this.Adapter.DeleteCommand.Parameters[400].Value = ((int)(Original_R5501301.Value)); } else { this.Adapter.DeleteCommand.Parameters[399].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[400].Value = global::System.DBNull.Value; } - if ((Original_R4280500.HasValue == true)) { + if ((Original_R5501500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[401].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[402].Value = ((int)(Original_R4280500.Value)); + this.Adapter.DeleteCommand.Parameters[402].Value = ((int)(Original_R5501500.Value)); } else { this.Adapter.DeleteCommand.Parameters[401].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[402].Value = global::System.DBNull.Value; } - if ((Original_R4280600.HasValue == true)) { + if ((Original_R5504000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[403].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[404].Value = ((int)(Original_R4280600.Value)); + this.Adapter.DeleteCommand.Parameters[404].Value = ((int)(Original_R5504000.Value)); } else { this.Adapter.DeleteCommand.Parameters[403].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[404].Value = global::System.DBNull.Value; } - if ((Original_R4280700.HasValue == true)) { + if ((Original_R5504200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[405].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[406].Value = ((int)(Original_R4280700.Value)); + this.Adapter.DeleteCommand.Parameters[406].Value = ((int)(Original_R5504200.Value)); } else { this.Adapter.DeleteCommand.Parameters[405].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[406].Value = global::System.DBNull.Value; } - if ((Original_R4280701.HasValue == true)) { + if ((Original_R5504300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[407].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[408].Value = ((int)(Original_R4280701.Value)); + this.Adapter.DeleteCommand.Parameters[408].Value = ((int)(Original_R5504300.Value)); } else { this.Adapter.DeleteCommand.Parameters[407].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[408].Value = global::System.DBNull.Value; } - if ((Original_R4280800.HasValue == true)) { + if ((Original_R5504301.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[409].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[410].Value = ((int)(Original_R4280800.Value)); + this.Adapter.DeleteCommand.Parameters[410].Value = ((int)(Original_R5504301.Value)); } else { this.Adapter.DeleteCommand.Parameters[409].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[410].Value = global::System.DBNull.Value; } - if ((Original_R4280801.HasValue == true)) { + if ((Original_R5504500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[411].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[412].Value = ((int)(Original_R4280801.Value)); + this.Adapter.DeleteCommand.Parameters[412].Value = ((int)(Original_R5504500.Value)); } else { this.Adapter.DeleteCommand.Parameters[411].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[412].Value = global::System.DBNull.Value; } - if ((Original_R4281300.HasValue == true)) { + if ((Original_R5507000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[413].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[414].Value = ((int)(Original_R4281300.Value)); + this.Adapter.DeleteCommand.Parameters[414].Value = ((int)(Original_R5507000.Value)); } else { this.Adapter.DeleteCommand.Parameters[413].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[414].Value = global::System.DBNull.Value; } - if ((Original_R4281400.HasValue == true)) { + if ((Original_R5507200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[415].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[416].Value = ((int)(Original_R4281400.Value)); + this.Adapter.DeleteCommand.Parameters[416].Value = ((int)(Original_R5507200.Value)); } else { this.Adapter.DeleteCommand.Parameters[415].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[416].Value = global::System.DBNull.Value; } - if ((Original_R4281500.HasValue == true)) { + if ((Original_R5507300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[417].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[418].Value = ((int)(Original_R4281500.Value)); + this.Adapter.DeleteCommand.Parameters[418].Value = ((int)(Original_R5507300.Value)); } else { this.Adapter.DeleteCommand.Parameters[417].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[418].Value = global::System.DBNull.Value; } - if ((Original_R4281600.HasValue == true)) { + if ((Original_R5507301.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[419].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[420].Value = ((int)(Original_R4281600.Value)); + this.Adapter.DeleteCommand.Parameters[420].Value = ((int)(Original_R5507301.Value)); } else { this.Adapter.DeleteCommand.Parameters[419].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[420].Value = global::System.DBNull.Value; } - if ((Original_R4281601.HasValue == true)) { + if ((Original_R5507500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[421].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[422].Value = ((int)(Original_R4281601.Value)); + this.Adapter.DeleteCommand.Parameters[422].Value = ((int)(Original_R5507500.Value)); } else { this.Adapter.DeleteCommand.Parameters[421].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[422].Value = global::System.DBNull.Value; } - if ((Original_R4282100.HasValue == true)) { + if ((Original_R5510000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[423].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[424].Value = ((int)(Original_R4282100.Value)); + this.Adapter.DeleteCommand.Parameters[424].Value = ((int)(Original_R5510000.Value)); } else { this.Adapter.DeleteCommand.Parameters[423].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[424].Value = global::System.DBNull.Value; } - if ((Original_R4282200.HasValue == true)) { + if ((Original_R5510200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[425].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[426].Value = ((int)(Original_R4282200.Value)); + this.Adapter.DeleteCommand.Parameters[426].Value = ((int)(Original_R5510200.Value)); } else { this.Adapter.DeleteCommand.Parameters[425].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[426].Value = global::System.DBNull.Value; } - if ((Original_R4282300.HasValue == true)) { + if ((Original_R5510300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[427].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[428].Value = ((int)(Original_R4282300.Value)); + this.Adapter.DeleteCommand.Parameters[428].Value = ((int)(Original_R5510300.Value)); } else { this.Adapter.DeleteCommand.Parameters[427].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[428].Value = global::System.DBNull.Value; } - if ((Original_R4282400.HasValue == true)) { + if ((Original_R5510301.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[429].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[430].Value = ((int)(Original_R4282400.Value)); + this.Adapter.DeleteCommand.Parameters[430].Value = ((int)(Original_R5510301.Value)); } else { this.Adapter.DeleteCommand.Parameters[429].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[430].Value = global::System.DBNull.Value; } - if ((Original_R4282401.HasValue == true)) { + if ((Original_R5510500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[431].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[432].Value = ((int)(Original_R4282401.Value)); + this.Adapter.DeleteCommand.Parameters[432].Value = ((int)(Original_R5510500.Value)); } else { this.Adapter.DeleteCommand.Parameters[431].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[432].Value = global::System.DBNull.Value; } - if ((Original_R4282900.HasValue == true)) { + if ((Original_R5513000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[433].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[434].Value = ((int)(Original_R4282900.Value)); + this.Adapter.DeleteCommand.Parameters[434].Value = ((int)(Original_R5513000.Value)); } else { this.Adapter.DeleteCommand.Parameters[433].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[434].Value = global::System.DBNull.Value; } - if ((Original_R4283000.HasValue == true)) { + if ((Original_R5513200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[435].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[436].Value = ((int)(Original_R4283000.Value)); + this.Adapter.DeleteCommand.Parameters[436].Value = ((int)(Original_R5513200.Value)); } else { this.Adapter.DeleteCommand.Parameters[435].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[436].Value = global::System.DBNull.Value; } - if ((Original_R4283100.HasValue == true)) { + if ((Original_R5513300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[437].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[438].Value = ((int)(Original_R4283100.Value)); + this.Adapter.DeleteCommand.Parameters[438].Value = ((int)(Original_R5513300.Value)); } else { this.Adapter.DeleteCommand.Parameters[437].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[438].Value = global::System.DBNull.Value; } - if ((Original_R4283600.HasValue == true)) { + if ((Original_R5513301.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[439].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[440].Value = ((int)(Original_R4283600.Value)); + this.Adapter.DeleteCommand.Parameters[440].Value = ((int)(Original_R5513301.Value)); } else { this.Adapter.DeleteCommand.Parameters[439].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[440].Value = global::System.DBNull.Value; } - if ((Original_R4827600.HasValue == true)) { + if ((Original_R5513400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[441].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[442].Value = ((int)(Original_R4827600.Value)); + this.Adapter.DeleteCommand.Parameters[442].Value = ((int)(Original_R5513400.Value)); } else { this.Adapter.DeleteCommand.Parameters[441].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[442].Value = global::System.DBNull.Value; } - if ((Original_R4827700.HasValue == true)) { + if ((Original_R5515300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[443].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[444].Value = ((int)(Original_R4827700.Value)); + this.Adapter.DeleteCommand.Parameters[444].Value = ((int)(Original_R5515300.Value)); } else { this.Adapter.DeleteCommand.Parameters[443].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[444].Value = global::System.DBNull.Value; } - if ((Original_R4827800.HasValue == true)) { + if ((Original_R5515500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[445].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[446].Value = ((int)(Original_R4827800.Value)); + this.Adapter.DeleteCommand.Parameters[446].Value = ((int)(Original_R5515500.Value)); } else { this.Adapter.DeleteCommand.Parameters[445].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[446].Value = global::System.DBNull.Value; } - if ((Original_R4827900.HasValue == true)) { + if ((Original_R5515600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[447].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[448].Value = ((int)(Original_R4827900.Value)); + this.Adapter.DeleteCommand.Parameters[448].Value = ((int)(Original_R5515600.Value)); } else { this.Adapter.DeleteCommand.Parameters[447].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[448].Value = global::System.DBNull.Value; } - if ((Original_R4827901.HasValue == true)) { + if ((Original_R5515601.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[449].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[450].Value = ((int)(Original_R4827901.Value)); + this.Adapter.DeleteCommand.Parameters[450].Value = ((int)(Original_R5515601.Value)); } else { this.Adapter.DeleteCommand.Parameters[449].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[450].Value = global::System.DBNull.Value; } - if ((Original_R4828000.HasValue == true)) { + if ((Original_R5515700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[451].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[452].Value = ((int)(Original_R4828000.Value)); + this.Adapter.DeleteCommand.Parameters[452].Value = ((int)(Original_R5515700.Value)); } else { this.Adapter.DeleteCommand.Parameters[451].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[452].Value = global::System.DBNull.Value; } - if ((Original_R4828001.HasValue == true)) { + if ((Original_R5517600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[453].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[454].Value = ((int)(Original_R4828001.Value)); + this.Adapter.DeleteCommand.Parameters[454].Value = ((int)(Original_R5517600.Value)); } else { this.Adapter.DeleteCommand.Parameters[453].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[454].Value = global::System.DBNull.Value; } - if ((Original_R4828100.HasValue == true)) { + if ((Original_R5517800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[455].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[456].Value = ((int)(Original_R4828100.Value)); + this.Adapter.DeleteCommand.Parameters[456].Value = ((int)(Original_R5517800.Value)); } else { this.Adapter.DeleteCommand.Parameters[455].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[456].Value = global::System.DBNull.Value; } - if ((Original_R4830600.HasValue == true)) { + if ((Original_R5517900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[457].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[458].Value = ((int)(Original_R4830600.Value)); + this.Adapter.DeleteCommand.Parameters[458].Value = ((int)(Original_R5517900.Value)); } else { this.Adapter.DeleteCommand.Parameters[457].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[458].Value = global::System.DBNull.Value; } - if ((Original_R4830700.HasValue == true)) { + if ((Original_R5519800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[459].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[460].Value = ((int)(Original_R4830700.Value)); + this.Adapter.DeleteCommand.Parameters[460].Value = ((int)(Original_R5519800.Value)); } else { this.Adapter.DeleteCommand.Parameters[459].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[460].Value = global::System.DBNull.Value; } - if ((Original_R4830800.HasValue == true)) { + if ((Original_R5520000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[461].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[462].Value = ((int)(Original_R4830800.Value)); + this.Adapter.DeleteCommand.Parameters[462].Value = ((int)(Original_R5520000.Value)); } else { this.Adapter.DeleteCommand.Parameters[461].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[462].Value = global::System.DBNull.Value; } - if ((Original_R4830900.HasValue == true)) { + if ((Original_R5520100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[463].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[464].Value = ((int)(Original_R4830900.Value)); + this.Adapter.DeleteCommand.Parameters[464].Value = ((int)(Original_R5520100.Value)); } else { this.Adapter.DeleteCommand.Parameters[463].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[464].Value = global::System.DBNull.Value; } - if ((Original_R4830901.HasValue == true)) { + if ((Original_R5520101.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[465].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[466].Value = ((int)(Original_R4830901.Value)); + this.Adapter.DeleteCommand.Parameters[466].Value = ((int)(Original_R5520101.Value)); } else { this.Adapter.DeleteCommand.Parameters[465].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[466].Value = global::System.DBNull.Value; } - if ((Original_R4831000.HasValue == true)) { + if ((Original_R5520200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[467].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[468].Value = ((int)(Original_R4831000.Value)); + this.Adapter.DeleteCommand.Parameters[468].Value = ((int)(Original_R5520200.Value)); } else { this.Adapter.DeleteCommand.Parameters[467].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[468].Value = global::System.DBNull.Value; } - if ((Original_R4831001.HasValue == true)) { + if ((Original_R6218400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[469].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[470].Value = ((int)(Original_R4831001.Value)); + this.Adapter.DeleteCommand.Parameters[470].Value = ((int)(Original_R6218400.Value)); } else { this.Adapter.DeleteCommand.Parameters[469].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[470].Value = global::System.DBNull.Value; } - if ((Original_R4831100.HasValue == true)) { + if ((Original_R6218500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[471].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[472].Value = ((int)(Original_R4831100.Value)); + this.Adapter.DeleteCommand.Parameters[472].Value = ((int)(Original_R6218500.Value)); } else { this.Adapter.DeleteCommand.Parameters[471].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[472].Value = global::System.DBNull.Value; } - if ((Original_R4833600.HasValue == true)) { + if ((Original_R6218600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[473].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[474].Value = ((int)(Original_R4833600.Value)); + this.Adapter.DeleteCommand.Parameters[474].Value = ((int)(Original_R6218600.Value)); } else { this.Adapter.DeleteCommand.Parameters[473].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[474].Value = global::System.DBNull.Value; } - if ((Original_R4833700.HasValue == true)) { + if ((Original_R6218700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[475].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[476].Value = ((int)(Original_R4833700.Value)); + this.Adapter.DeleteCommand.Parameters[476].Value = ((int)(Original_R6218700.Value)); } else { this.Adapter.DeleteCommand.Parameters[475].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[476].Value = global::System.DBNull.Value; } - if ((Original_R4833800.HasValue == true)) { + if ((Original_R6218800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[477].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[478].Value = ((int)(Original_R4833800.Value)); + this.Adapter.DeleteCommand.Parameters[478].Value = ((int)(Original_R6218800.Value)); } else { this.Adapter.DeleteCommand.Parameters[477].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[478].Value = global::System.DBNull.Value; } - if ((Original_R4833900.HasValue == true)) { + if ((Original_R6218900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[479].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[480].Value = ((int)(Original_R4833900.Value)); + this.Adapter.DeleteCommand.Parameters[480].Value = ((int)(Original_R6218900.Value)); } else { this.Adapter.DeleteCommand.Parameters[479].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[480].Value = global::System.DBNull.Value; } - if ((Original_R4833901.HasValue == true)) { + if ((Original_R6219000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[481].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[482].Value = ((int)(Original_R4833901.Value)); + this.Adapter.DeleteCommand.Parameters[482].Value = ((int)(Original_R6219000.Value)); } else { this.Adapter.DeleteCommand.Parameters[481].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[482].Value = global::System.DBNull.Value; } - if ((Original_R4834000.HasValue == true)) { + if ((Original_R6219100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[483].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[484].Value = ((int)(Original_R4834000.Value)); + this.Adapter.DeleteCommand.Parameters[484].Value = ((int)(Original_R6219100.Value)); } else { this.Adapter.DeleteCommand.Parameters[483].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[484].Value = global::System.DBNull.Value; } - if ((Original_R4834001.HasValue == true)) { + if ((Original_R6219200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[485].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[486].Value = ((int)(Original_R4834001.Value)); + this.Adapter.DeleteCommand.Parameters[486].Value = ((int)(Original_R6219200.Value)); } else { this.Adapter.DeleteCommand.Parameters[485].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[486].Value = global::System.DBNull.Value; } - if ((Original_R4834100.HasValue == true)) { + if ((Original_R6219300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[487].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[488].Value = ((int)(Original_R4834100.Value)); + this.Adapter.DeleteCommand.Parameters[488].Value = ((int)(Original_R6219300.Value)); } else { this.Adapter.DeleteCommand.Parameters[487].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[488].Value = global::System.DBNull.Value; } - if ((Original_R4836600.HasValue == true)) { + if ((Original_R6220600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[489].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[490].Value = ((int)(Original_R4836600.Value)); + this.Adapter.DeleteCommand.Parameters[490].Value = ((int)(Original_R6220600.Value)); } else { this.Adapter.DeleteCommand.Parameters[489].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[490].Value = global::System.DBNull.Value; } - if ((Original_R4836700.HasValue == true)) { + if ((Original_R6220700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[491].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[492].Value = ((int)(Original_R4836700.Value)); + this.Adapter.DeleteCommand.Parameters[492].Value = ((int)(Original_R6220700.Value)); } else { this.Adapter.DeleteCommand.Parameters[491].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[492].Value = global::System.DBNull.Value; } - if ((Original_R4836800.HasValue == true)) { + if ((Original_R6220800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[493].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[494].Value = ((int)(Original_R4836800.Value)); + this.Adapter.DeleteCommand.Parameters[494].Value = ((int)(Original_R6220800.Value)); } else { this.Adapter.DeleteCommand.Parameters[493].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[494].Value = global::System.DBNull.Value; } - if ((Original_R4836900.HasValue == true)) { + if ((Original_R6220900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[495].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[496].Value = ((int)(Original_R4836900.Value)); + this.Adapter.DeleteCommand.Parameters[496].Value = ((int)(Original_R6220900.Value)); } else { this.Adapter.DeleteCommand.Parameters[495].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[496].Value = global::System.DBNull.Value; } - if ((Original_R4836901.HasValue == true)) { + if ((Original_R6221000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[497].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[498].Value = ((int)(Original_R4836901.Value)); + this.Adapter.DeleteCommand.Parameters[498].Value = ((int)(Original_R6221000.Value)); } else { this.Adapter.DeleteCommand.Parameters[497].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[498].Value = global::System.DBNull.Value; } - if ((Original_R4837000.HasValue == true)) { + if ((Original_R6221100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[499].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[500].Value = ((int)(Original_R4837000.Value)); + this.Adapter.DeleteCommand.Parameters[500].Value = ((int)(Original_R6221100.Value)); } else { this.Adapter.DeleteCommand.Parameters[499].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[500].Value = global::System.DBNull.Value; } - if ((Original_R4837001.HasValue == true)) { + if ((Original_R6221200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[501].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[502].Value = ((int)(Original_R4837001.Value)); + this.Adapter.DeleteCommand.Parameters[502].Value = ((int)(Original_R6221200.Value)); } else { this.Adapter.DeleteCommand.Parameters[501].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[502].Value = global::System.DBNull.Value; } - if ((Original_R4837100.HasValue == true)) { + if ((Original_R6221300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[503].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[504].Value = ((int)(Original_R4837100.Value)); + this.Adapter.DeleteCommand.Parameters[504].Value = ((int)(Original_R6221300.Value)); } else { this.Adapter.DeleteCommand.Parameters[503].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[504].Value = global::System.DBNull.Value; } - if ((Original_R4839600.HasValue == true)) { + if ((Original_R6221400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[505].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[506].Value = ((int)(Original_R4839600.Value)); + this.Adapter.DeleteCommand.Parameters[506].Value = ((int)(Original_R6221400.Value)); } else { this.Adapter.DeleteCommand.Parameters[505].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[506].Value = global::System.DBNull.Value; } - if ((Original_R4839700.HasValue == true)) { + if ((Original_R6221500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[507].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[508].Value = ((int)(Original_R4839700.Value)); + this.Adapter.DeleteCommand.Parameters[508].Value = ((int)(Original_R6221500.Value)); } else { this.Adapter.DeleteCommand.Parameters[507].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[508].Value = global::System.DBNull.Value; } - if ((Original_R4839800.HasValue == true)) { + if ((Original_R6221700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[509].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[510].Value = ((int)(Original_R4839800.Value)); + this.Adapter.DeleteCommand.Parameters[510].Value = ((int)(Original_R6221700.Value)); } else { this.Adapter.DeleteCommand.Parameters[509].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[510].Value = global::System.DBNull.Value; } - if ((Original_R4839900.HasValue == true)) { + if ((Original_R6221701.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[511].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[512].Value = ((int)(Original_R4839900.Value)); + this.Adapter.DeleteCommand.Parameters[512].Value = ((int)(Original_R6221701.Value)); } else { this.Adapter.DeleteCommand.Parameters[511].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[512].Value = global::System.DBNull.Value; } - if ((Original_R4839901.HasValue == true)) { + if ((Original_R6221800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[513].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[514].Value = ((int)(Original_R4839901.Value)); + this.Adapter.DeleteCommand.Parameters[514].Value = ((int)(Original_R6221800.Value)); } else { this.Adapter.DeleteCommand.Parameters[513].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[514].Value = global::System.DBNull.Value; } - if ((Original_R4840000.HasValue == true)) { + if ((Original_R6221801.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[515].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[516].Value = ((int)(Original_R4840000.Value)); + this.Adapter.DeleteCommand.Parameters[516].Value = ((int)(Original_R6221801.Value)); } else { this.Adapter.DeleteCommand.Parameters[515].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[516].Value = global::System.DBNull.Value; } - if ((Original_R4840001.HasValue == true)) { + if ((Original_R6221900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[517].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[518].Value = ((int)(Original_R4840001.Value)); + this.Adapter.DeleteCommand.Parameters[518].Value = ((int)(Original_R6221900.Value)); } else { this.Adapter.DeleteCommand.Parameters[517].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[518].Value = global::System.DBNull.Value; } - if ((Original_R4840100.HasValue == true)) { + if ((Original_R6221901.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[519].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[520].Value = ((int)(Original_R4840100.Value)); + this.Adapter.DeleteCommand.Parameters[520].Value = ((int)(Original_R6221901.Value)); } else { this.Adapter.DeleteCommand.Parameters[519].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[520].Value = global::System.DBNull.Value; } - if ((Original_R4842500.HasValue == true)) { + if ((Original_R6222000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[521].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[522].Value = ((int)(Original_R4842500.Value)); + this.Adapter.DeleteCommand.Parameters[522].Value = ((int)(Original_R6222000.Value)); } else { this.Adapter.DeleteCommand.Parameters[521].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[522].Value = global::System.DBNull.Value; } - if ((Original_R4842600.HasValue == true)) { + if ((Original_R6222001.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[523].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[524].Value = ((int)(Original_R4842600.Value)); + this.Adapter.DeleteCommand.Parameters[524].Value = ((int)(Original_R6222001.Value)); } else { this.Adapter.DeleteCommand.Parameters[523].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[524].Value = global::System.DBNull.Value; } - if ((Original_R4842700.HasValue == true)) { + if ((Original_R6222100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[525].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[526].Value = ((int)(Original_R4842700.Value)); + this.Adapter.DeleteCommand.Parameters[526].Value = ((int)(Original_R6222100.Value)); } else { this.Adapter.DeleteCommand.Parameters[525].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[526].Value = global::System.DBNull.Value; } - if ((Original_R4842800.HasValue == true)) { + if ((Original_R6222101.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[527].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[528].Value = ((int)(Original_R4842800.Value)); + this.Adapter.DeleteCommand.Parameters[528].Value = ((int)(Original_R6222101.Value)); } else { this.Adapter.DeleteCommand.Parameters[527].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[528].Value = global::System.DBNull.Value; } - if ((Original_R4842801.HasValue == true)) { + if ((Original_R6222200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[529].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[530].Value = ((int)(Original_R4842801.Value)); + this.Adapter.DeleteCommand.Parameters[530].Value = ((int)(Original_R6222200.Value)); } else { this.Adapter.DeleteCommand.Parameters[529].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[530].Value = global::System.DBNull.Value; } - if ((Original_R4842900.HasValue == true)) { + if ((Original_R6222201.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[531].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[532].Value = ((int)(Original_R4842900.Value)); + this.Adapter.DeleteCommand.Parameters[532].Value = ((int)(Original_R6222201.Value)); } else { this.Adapter.DeleteCommand.Parameters[531].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[532].Value = global::System.DBNull.Value; } - if ((Original_R4844800.HasValue == true)) { + if ((Original_R6222300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[533].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[534].Value = ((int)(Original_R4844800.Value)); + this.Adapter.DeleteCommand.Parameters[534].Value = ((int)(Original_R6222300.Value)); } else { this.Adapter.DeleteCommand.Parameters[533].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[534].Value = global::System.DBNull.Value; } - if ((Original_R4844900.HasValue == true)) { + if ((Original_R6222301.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[535].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[536].Value = ((int)(Original_R4844900.Value)); + this.Adapter.DeleteCommand.Parameters[536].Value = ((int)(Original_R6222301.Value)); } else { this.Adapter.DeleteCommand.Parameters[535].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[536].Value = global::System.DBNull.Value; } - if ((Original_R4845000.HasValue == true)) { + if ((Original_R6222400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[537].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[538].Value = ((int)(Original_R4845000.Value)); + this.Adapter.DeleteCommand.Parameters[538].Value = ((int)(Original_R6222400.Value)); } else { this.Adapter.DeleteCommand.Parameters[537].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[538].Value = global::System.DBNull.Value; } - if ((Original_R4845100.HasValue == true)) { + if ((Original_R6222401.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[539].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[540].Value = ((int)(Original_R4845100.Value)); + this.Adapter.DeleteCommand.Parameters[540].Value = ((int)(Original_R6222401.Value)); } else { this.Adapter.DeleteCommand.Parameters[539].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[540].Value = global::System.DBNull.Value; } - if ((Original_R4845101.HasValue == true)) { + if ((Original_R6222500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[541].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[542].Value = ((int)(Original_R4845101.Value)); + this.Adapter.DeleteCommand.Parameters[542].Value = ((int)(Original_R6222500.Value)); } else { this.Adapter.DeleteCommand.Parameters[541].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[542].Value = global::System.DBNull.Value; } - if ((Original_R4845200.HasValue == true)) { + if ((Original_R6222501.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[543].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[544].Value = ((int)(Original_R4845200.Value)); + this.Adapter.DeleteCommand.Parameters[544].Value = ((int)(Original_R6222501.Value)); } else { this.Adapter.DeleteCommand.Parameters[543].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[544].Value = global::System.DBNull.Value; } - if ((Original_R4847100.HasValue == true)) { + if ((Original_R6222600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[545].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[546].Value = ((int)(Original_R4847100.Value)); + this.Adapter.DeleteCommand.Parameters[546].Value = ((int)(Original_R6222600.Value)); } else { this.Adapter.DeleteCommand.Parameters[545].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[546].Value = global::System.DBNull.Value; } - if ((Original_R4847200.HasValue == true)) { + if ((Original_R6222601.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[547].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[548].Value = ((int)(Original_R4847200.Value)); + this.Adapter.DeleteCommand.Parameters[548].Value = ((int)(Original_R6222601.Value)); } else { this.Adapter.DeleteCommand.Parameters[547].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[548].Value = global::System.DBNull.Value; } - if ((Original_R4847300.HasValue == true)) { + if ((Original_R6223400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[549].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[550].Value = ((int)(Original_R4847300.Value)); + this.Adapter.DeleteCommand.Parameters[550].Value = ((int)(Original_R6223400.Value)); } else { this.Adapter.DeleteCommand.Parameters[549].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[550].Value = global::System.DBNull.Value; } - if ((Original_R4847400.HasValue == true)) { + if ((Original_R6223500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[551].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[552].Value = ((int)(Original_R4847400.Value)); + this.Adapter.DeleteCommand.Parameters[552].Value = ((int)(Original_R6223500.Value)); } else { this.Adapter.DeleteCommand.Parameters[551].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[552].Value = global::System.DBNull.Value; } - if ((Original_R5498000.HasValue == true)) { + if ((Original_R6223600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[553].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[554].Value = ((int)(Original_R5498000.Value)); + this.Adapter.DeleteCommand.Parameters[554].Value = ((int)(Original_R6223600.Value)); } else { this.Adapter.DeleteCommand.Parameters[553].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[554].Value = global::System.DBNull.Value; } - if ((Original_R5498100.HasValue == true)) { + if ((Original_R6223700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[555].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[556].Value = ((int)(Original_R5498100.Value)); + this.Adapter.DeleteCommand.Parameters[556].Value = ((int)(Original_R6223700.Value)); } else { this.Adapter.DeleteCommand.Parameters[555].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[556].Value = global::System.DBNull.Value; } - if ((Original_R5498200.HasValue == true)) { + if ((Original_R6223800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[557].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[558].Value = ((int)(Original_R5498200.Value)); + this.Adapter.DeleteCommand.Parameters[558].Value = ((int)(Original_R6223800.Value)); } else { this.Adapter.DeleteCommand.Parameters[557].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[558].Value = global::System.DBNull.Value; } - if ((Original_R5498300.HasValue == true)) { + if ((Original_R6223900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[559].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[560].Value = ((int)(Original_R5498300.Value)); + this.Adapter.DeleteCommand.Parameters[560].Value = ((int)(Original_R6223900.Value)); } else { this.Adapter.DeleteCommand.Parameters[559].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[560].Value = global::System.DBNull.Value; } - if ((Original_R5498301.HasValue == true)) { + if ((Original_R6224000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[561].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[562].Value = ((int)(Original_R5498301.Value)); + this.Adapter.DeleteCommand.Parameters[562].Value = ((int)(Original_R6224000.Value)); } else { this.Adapter.DeleteCommand.Parameters[561].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[562].Value = global::System.DBNull.Value; } - if ((Original_R5498400.HasValue == true)) { + if ((Original_R6224100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[563].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[564].Value = ((int)(Original_R5498400.Value)); + this.Adapter.DeleteCommand.Parameters[564].Value = ((int)(Original_R6224100.Value)); } else { this.Adapter.DeleteCommand.Parameters[563].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[564].Value = global::System.DBNull.Value; } - if ((Original_R5498401.HasValue == true)) { + if ((Original_R6224200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[565].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[566].Value = ((int)(Original_R5498401.Value)); + this.Adapter.DeleteCommand.Parameters[566].Value = ((int)(Original_R6224200.Value)); } else { this.Adapter.DeleteCommand.Parameters[565].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[566].Value = global::System.DBNull.Value; } - if ((Original_R5498500.HasValue == true)) { + if ((Original_R6224300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[567].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[568].Value = ((int)(Original_R5498500.Value)); + this.Adapter.DeleteCommand.Parameters[568].Value = ((int)(Original_R6224300.Value)); } else { this.Adapter.DeleteCommand.Parameters[567].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[568].Value = global::System.DBNull.Value; } - if ((Original_R5501000.HasValue == true)) { + if ((Original_R6770600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[569].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[570].Value = ((int)(Original_R5501000.Value)); + this.Adapter.DeleteCommand.Parameters[570].Value = ((int)(Original_R6770600.Value)); } else { this.Adapter.DeleteCommand.Parameters[569].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[570].Value = global::System.DBNull.Value; } - if ((Original_R5501100.HasValue == true)) { + if ((Original_R6771600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[571].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[572].Value = ((int)(Original_R5501100.Value)); + this.Adapter.DeleteCommand.Parameters[572].Value = ((int)(Original_R6771600.Value)); } else { this.Adapter.DeleteCommand.Parameters[571].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[572].Value = global::System.DBNull.Value; } - if ((Original_R5501200.HasValue == true)) { + if ((Original_R6771700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[573].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[574].Value = ((int)(Original_R5501200.Value)); + this.Adapter.DeleteCommand.Parameters[574].Value = ((int)(Original_R6771700.Value)); } else { this.Adapter.DeleteCommand.Parameters[573].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[574].Value = global::System.DBNull.Value; } - if ((Original_R5501300.HasValue == true)) { + if ((Original_R6771800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[575].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[576].Value = ((int)(Original_R5501300.Value)); + this.Adapter.DeleteCommand.Parameters[576].Value = ((int)(Original_R6771800.Value)); } else { this.Adapter.DeleteCommand.Parameters[575].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[576].Value = global::System.DBNull.Value; } - if ((Original_R5501301.HasValue == true)) { + if ((Original_R6771900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[577].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[578].Value = ((int)(Original_R5501301.Value)); + this.Adapter.DeleteCommand.Parameters[578].Value = ((int)(Original_R6771900.Value)); } else { this.Adapter.DeleteCommand.Parameters[577].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[578].Value = global::System.DBNull.Value; } - if ((Original_R5501400.HasValue == true)) { + if ((Original_R6772000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[579].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[580].Value = ((int)(Original_R5501400.Value)); + this.Adapter.DeleteCommand.Parameters[580].Value = ((int)(Original_R6772000.Value)); } else { this.Adapter.DeleteCommand.Parameters[579].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[580].Value = global::System.DBNull.Value; } - if ((Original_R5501401.HasValue == true)) { + if ((Original_R6772100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[581].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[582].Value = ((int)(Original_R5501401.Value)); + this.Adapter.DeleteCommand.Parameters[582].Value = ((int)(Original_R6772100.Value)); } else { this.Adapter.DeleteCommand.Parameters[581].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[582].Value = global::System.DBNull.Value; } - if ((Original_R5501500.HasValue == true)) { + if ((Original_R6772200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[583].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[584].Value = ((int)(Original_R5501500.Value)); + this.Adapter.DeleteCommand.Parameters[584].Value = ((int)(Original_R6772200.Value)); } else { this.Adapter.DeleteCommand.Parameters[583].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[584].Value = global::System.DBNull.Value; } - if ((Original_R5504000.HasValue == true)) { + if ((Original_R6772300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[585].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[586].Value = ((int)(Original_R5504000.Value)); + this.Adapter.DeleteCommand.Parameters[586].Value = ((int)(Original_R6772300.Value)); } else { this.Adapter.DeleteCommand.Parameters[585].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[586].Value = global::System.DBNull.Value; } - if ((Original_R5504100.HasValue == true)) { + if ((Original_R6772400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[587].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[588].Value = ((int)(Original_R5504100.Value)); + this.Adapter.DeleteCommand.Parameters[588].Value = ((int)(Original_R6772400.Value)); } else { this.Adapter.DeleteCommand.Parameters[587].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[588].Value = global::System.DBNull.Value; } - if ((Original_R5504200.HasValue == true)) { + if ((Original_R6772500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[589].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[590].Value = ((int)(Original_R5504200.Value)); + this.Adapter.DeleteCommand.Parameters[590].Value = ((int)(Original_R6772500.Value)); } else { this.Adapter.DeleteCommand.Parameters[589].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[590].Value = global::System.DBNull.Value; } - if ((Original_R5504300.HasValue == true)) { + if ((Original_R6772600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[591].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[592].Value = ((int)(Original_R5504300.Value)); + this.Adapter.DeleteCommand.Parameters[592].Value = ((int)(Original_R6772600.Value)); } else { this.Adapter.DeleteCommand.Parameters[591].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[592].Value = global::System.DBNull.Value; } - if ((Original_R5504301.HasValue == true)) { + if ((Original_R6772700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[593].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[594].Value = ((int)(Original_R5504301.Value)); + this.Adapter.DeleteCommand.Parameters[594].Value = ((int)(Original_R6772700.Value)); } else { this.Adapter.DeleteCommand.Parameters[593].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[594].Value = global::System.DBNull.Value; } - if ((Original_R5504400.HasValue == true)) { + if ((Original_R6772800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[595].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[596].Value = ((int)(Original_R5504400.Value)); + this.Adapter.DeleteCommand.Parameters[596].Value = ((int)(Original_R6772800.Value)); } else { this.Adapter.DeleteCommand.Parameters[595].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[596].Value = global::System.DBNull.Value; } - if ((Original_R5504401.HasValue == true)) { + if ((Original_R6772900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[597].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[598].Value = ((int)(Original_R5504401.Value)); + this.Adapter.DeleteCommand.Parameters[598].Value = ((int)(Original_R6772900.Value)); } else { this.Adapter.DeleteCommand.Parameters[597].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[598].Value = global::System.DBNull.Value; } - if ((Original_R5504500.HasValue == true)) { + if ((Original_R6773000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[599].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[600].Value = ((int)(Original_R5504500.Value)); + this.Adapter.DeleteCommand.Parameters[600].Value = ((int)(Original_R6773000.Value)); } else { this.Adapter.DeleteCommand.Parameters[599].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[600].Value = global::System.DBNull.Value; } - if ((Original_R5507000.HasValue == true)) { + if ((Original_R6773100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[601].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[602].Value = ((int)(Original_R5507000.Value)); + this.Adapter.DeleteCommand.Parameters[602].Value = ((int)(Original_R6773100.Value)); } else { this.Adapter.DeleteCommand.Parameters[601].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[602].Value = global::System.DBNull.Value; } - if ((Original_R5507100.HasValue == true)) { + if ((Original_R6773200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[603].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[604].Value = ((int)(Original_R5507100.Value)); + this.Adapter.DeleteCommand.Parameters[604].Value = ((int)(Original_R6773200.Value)); } else { this.Adapter.DeleteCommand.Parameters[603].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[604].Value = global::System.DBNull.Value; } - if ((Original_R5507200.HasValue == true)) { + if ((Original_R6773300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[605].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[606].Value = ((int)(Original_R5507200.Value)); + this.Adapter.DeleteCommand.Parameters[606].Value = ((int)(Original_R6773300.Value)); } else { this.Adapter.DeleteCommand.Parameters[605].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[606].Value = global::System.DBNull.Value; } - if ((Original_R5507300.HasValue == true)) { + if ((Original_R6773400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[607].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[608].Value = ((int)(Original_R5507300.Value)); + this.Adapter.DeleteCommand.Parameters[608].Value = ((int)(Original_R6773400.Value)); } else { this.Adapter.DeleteCommand.Parameters[607].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[608].Value = global::System.DBNull.Value; } - if ((Original_R5507301.HasValue == true)) { + if ((Original_R6774500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[609].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[610].Value = ((int)(Original_R5507301.Value)); + this.Adapter.DeleteCommand.Parameters[610].Value = ((int)(Original_R6774500.Value)); } else { this.Adapter.DeleteCommand.Parameters[609].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[610].Value = global::System.DBNull.Value; } - if ((Original_R5507400.HasValue == true)) { + if ((Original_R6774600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[611].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[612].Value = ((int)(Original_R5507400.Value)); + this.Adapter.DeleteCommand.Parameters[612].Value = ((int)(Original_R6774600.Value)); } else { this.Adapter.DeleteCommand.Parameters[611].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[612].Value = global::System.DBNull.Value; } - if ((Original_R5507401.HasValue == true)) { + if ((Original_R6774700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[613].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[614].Value = ((int)(Original_R5507401.Value)); + this.Adapter.DeleteCommand.Parameters[614].Value = ((int)(Original_R6774700.Value)); } else { this.Adapter.DeleteCommand.Parameters[613].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[614].Value = global::System.DBNull.Value; } - if ((Original_R5507500.HasValue == true)) { + if ((Original_R6774800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[615].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[616].Value = ((int)(Original_R5507500.Value)); + this.Adapter.DeleteCommand.Parameters[616].Value = ((int)(Original_R6774800.Value)); } else { this.Adapter.DeleteCommand.Parameters[615].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[616].Value = global::System.DBNull.Value; } - if ((Original_R5510000.HasValue == true)) { + if ((Original_R6774900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[617].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[618].Value = ((int)(Original_R5510000.Value)); + this.Adapter.DeleteCommand.Parameters[618].Value = ((int)(Original_R6774900.Value)); } else { this.Adapter.DeleteCommand.Parameters[617].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[618].Value = global::System.DBNull.Value; } - if ((Original_R5510100.HasValue == true)) { + if ((Original_R6775000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[619].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[620].Value = ((int)(Original_R5510100.Value)); + this.Adapter.DeleteCommand.Parameters[620].Value = ((int)(Original_R6775000.Value)); } else { this.Adapter.DeleteCommand.Parameters[619].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[620].Value = global::System.DBNull.Value; } - if ((Original_R5510200.HasValue == true)) { + if ((Original_R6775100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[621].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[622].Value = ((int)(Original_R5510200.Value)); + this.Adapter.DeleteCommand.Parameters[622].Value = ((int)(Original_R6775100.Value)); } else { this.Adapter.DeleteCommand.Parameters[621].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[622].Value = global::System.DBNull.Value; } - if ((Original_R5510300.HasValue == true)) { + if ((Original_R6775200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[623].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[624].Value = ((int)(Original_R5510300.Value)); + this.Adapter.DeleteCommand.Parameters[624].Value = ((int)(Original_R6775200.Value)); } else { this.Adapter.DeleteCommand.Parameters[623].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[624].Value = global::System.DBNull.Value; } - if ((Original_R5510301.HasValue == true)) { + if ((Original_R6775300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[625].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[626].Value = ((int)(Original_R5510301.Value)); + this.Adapter.DeleteCommand.Parameters[626].Value = ((int)(Original_R6775300.Value)); } else { this.Adapter.DeleteCommand.Parameters[625].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[626].Value = global::System.DBNull.Value; } - if ((Original_R5510400.HasValue == true)) { + if ((Original_R6775400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[627].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[628].Value = ((int)(Original_R5510400.Value)); + this.Adapter.DeleteCommand.Parameters[628].Value = ((int)(Original_R6775400.Value)); } else { this.Adapter.DeleteCommand.Parameters[627].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[628].Value = global::System.DBNull.Value; } - if ((Original_R5510401.HasValue == true)) { + if ((Original_R6775500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[629].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[630].Value = ((int)(Original_R5510401.Value)); + this.Adapter.DeleteCommand.Parameters[630].Value = ((int)(Original_R6775500.Value)); } else { this.Adapter.DeleteCommand.Parameters[629].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[630].Value = global::System.DBNull.Value; } - if ((Original_R5510500.HasValue == true)) { + if ((Original_R6775501.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[631].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[632].Value = ((int)(Original_R5510500.Value)); + this.Adapter.DeleteCommand.Parameters[632].Value = ((int)(Original_R6775501.Value)); } else { this.Adapter.DeleteCommand.Parameters[631].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[632].Value = global::System.DBNull.Value; } - if ((Original_R5513000.HasValue == true)) { + if ((Original_R6775600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[633].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[634].Value = ((int)(Original_R5513000.Value)); + this.Adapter.DeleteCommand.Parameters[634].Value = ((int)(Original_R6775600.Value)); } else { this.Adapter.DeleteCommand.Parameters[633].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[634].Value = global::System.DBNull.Value; } - if ((Original_R5513100.HasValue == true)) { + if ((Original_R6775601.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[635].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[636].Value = ((int)(Original_R5513100.Value)); + this.Adapter.DeleteCommand.Parameters[636].Value = ((int)(Original_R6775601.Value)); } else { this.Adapter.DeleteCommand.Parameters[635].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[636].Value = global::System.DBNull.Value; } - if ((Original_R5513200.HasValue == true)) { + if ((Original_R6775700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[637].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[638].Value = ((int)(Original_R5513200.Value)); + this.Adapter.DeleteCommand.Parameters[638].Value = ((int)(Original_R6775700.Value)); } else { this.Adapter.DeleteCommand.Parameters[637].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[638].Value = global::System.DBNull.Value; } - if ((Original_R5513300.HasValue == true)) { + if ((Original_R6775701.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[639].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[640].Value = ((int)(Original_R5513300.Value)); + this.Adapter.DeleteCommand.Parameters[640].Value = ((int)(Original_R6775701.Value)); } else { this.Adapter.DeleteCommand.Parameters[639].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[640].Value = global::System.DBNull.Value; } - if ((Original_R5513301.HasValue == true)) { + if ((Original_R6775800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[641].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[642].Value = ((int)(Original_R5513301.Value)); + this.Adapter.DeleteCommand.Parameters[642].Value = ((int)(Original_R6775800.Value)); } else { this.Adapter.DeleteCommand.Parameters[641].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[642].Value = global::System.DBNull.Value; } - if ((Original_R5513400.HasValue == true)) { + if ((Original_R6775801.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[643].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[644].Value = ((int)(Original_R5513400.Value)); + this.Adapter.DeleteCommand.Parameters[644].Value = ((int)(Original_R6775801.Value)); } else { this.Adapter.DeleteCommand.Parameters[643].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[644].Value = global::System.DBNull.Value; } - if ((Original_R5515300.HasValue == true)) { + if ((Original_R6775900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[645].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[646].Value = ((int)(Original_R5515300.Value)); + this.Adapter.DeleteCommand.Parameters[646].Value = ((int)(Original_R6775900.Value)); } else { this.Adapter.DeleteCommand.Parameters[645].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[646].Value = global::System.DBNull.Value; } - if ((Original_R5515400.HasValue == true)) { + if ((Original_R6775901.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[647].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[648].Value = ((int)(Original_R5515400.Value)); + this.Adapter.DeleteCommand.Parameters[648].Value = ((int)(Original_R6775901.Value)); } else { this.Adapter.DeleteCommand.Parameters[647].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[648].Value = global::System.DBNull.Value; } - if ((Original_R5515500.HasValue == true)) { + if ((Original_R6776000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[649].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[650].Value = ((int)(Original_R5515500.Value)); + this.Adapter.DeleteCommand.Parameters[650].Value = ((int)(Original_R6776000.Value)); } else { this.Adapter.DeleteCommand.Parameters[649].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[650].Value = global::System.DBNull.Value; } - if ((Original_R5515600.HasValue == true)) { + if ((Original_R6776001.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[651].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[652].Value = ((int)(Original_R5515600.Value)); + this.Adapter.DeleteCommand.Parameters[652].Value = ((int)(Original_R6776001.Value)); } else { this.Adapter.DeleteCommand.Parameters[651].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[652].Value = global::System.DBNull.Value; } - if ((Original_R5515601.HasValue == true)) { + if ((Original_R6776100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[653].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[654].Value = ((int)(Original_R5515601.Value)); + this.Adapter.DeleteCommand.Parameters[654].Value = ((int)(Original_R6776100.Value)); } else { this.Adapter.DeleteCommand.Parameters[653].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[654].Value = global::System.DBNull.Value; } - if ((Original_R5515700.HasValue == true)) { + if ((Original_R6776101.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[655].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[656].Value = ((int)(Original_R5515700.Value)); + this.Adapter.DeleteCommand.Parameters[656].Value = ((int)(Original_R6776101.Value)); } else { this.Adapter.DeleteCommand.Parameters[655].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[656].Value = global::System.DBNull.Value; } - if ((Original_R5517600.HasValue == true)) { + if ((Original_R6776200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[657].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[658].Value = ((int)(Original_R5517600.Value)); + this.Adapter.DeleteCommand.Parameters[658].Value = ((int)(Original_R6776200.Value)); } else { this.Adapter.DeleteCommand.Parameters[657].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[658].Value = global::System.DBNull.Value; } - if ((Original_R5517700.HasValue == true)) { + if ((Original_R6776201.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[659].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[660].Value = ((int)(Original_R5517700.Value)); + this.Adapter.DeleteCommand.Parameters[660].Value = ((int)(Original_R6776201.Value)); } else { this.Adapter.DeleteCommand.Parameters[659].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[660].Value = global::System.DBNull.Value; } - if ((Original_R5517800.HasValue == true)) { + if ((Original_R6776900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[661].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[662].Value = ((int)(Original_R5517800.Value)); + this.Adapter.DeleteCommand.Parameters[662].Value = ((int)(Original_R6776900.Value)); } else { this.Adapter.DeleteCommand.Parameters[661].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[662].Value = global::System.DBNull.Value; } - if ((Original_R5517900.HasValue == true)) { + if ((Original_R6777000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[663].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[664].Value = ((int)(Original_R5517900.Value)); + this.Adapter.DeleteCommand.Parameters[664].Value = ((int)(Original_R6777000.Value)); } else { this.Adapter.DeleteCommand.Parameters[663].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[664].Value = global::System.DBNull.Value; } - if ((Original_R5519800.HasValue == true)) { + if ((Original_R6777100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[665].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[666].Value = ((int)(Original_R5519800.Value)); + this.Adapter.DeleteCommand.Parameters[666].Value = ((int)(Original_R6777100.Value)); } else { this.Adapter.DeleteCommand.Parameters[665].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[666].Value = global::System.DBNull.Value; } - if ((Original_R5519900.HasValue == true)) { + if ((Original_R6777200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[667].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[668].Value = ((int)(Original_R5519900.Value)); + this.Adapter.DeleteCommand.Parameters[668].Value = ((int)(Original_R6777200.Value)); } else { this.Adapter.DeleteCommand.Parameters[667].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[668].Value = global::System.DBNull.Value; } - if ((Original_R5520000.HasValue == true)) { + if ((Original_R6777300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[669].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[670].Value = ((int)(Original_R5520000.Value)); + this.Adapter.DeleteCommand.Parameters[670].Value = ((int)(Original_R6777300.Value)); } else { this.Adapter.DeleteCommand.Parameters[669].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[670].Value = global::System.DBNull.Value; } - if ((Original_R5520100.HasValue == true)) { + if ((Original_R6777400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[671].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[672].Value = ((int)(Original_R5520100.Value)); + this.Adapter.DeleteCommand.Parameters[672].Value = ((int)(Original_R6777400.Value)); } else { this.Adapter.DeleteCommand.Parameters[671].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[672].Value = global::System.DBNull.Value; } - if ((Original_R5520101.HasValue == true)) { + if ((Original_R6777500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[673].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[674].Value = ((int)(Original_R5520101.Value)); + this.Adapter.DeleteCommand.Parameters[674].Value = ((int)(Original_R6777500.Value)); } else { this.Adapter.DeleteCommand.Parameters[673].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[674].Value = global::System.DBNull.Value; } - if ((Original_R5520200.HasValue == true)) { + if ((Original_R6777600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[675].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[676].Value = ((int)(Original_R5520200.Value)); + this.Adapter.DeleteCommand.Parameters[676].Value = ((int)(Original_R6777600.Value)); } else { this.Adapter.DeleteCommand.Parameters[675].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[676].Value = global::System.DBNull.Value; } - if ((Original_R6218400.HasValue == true)) { + if ((Original_R6777700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[677].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[678].Value = ((int)(Original_R6218400.Value)); + this.Adapter.DeleteCommand.Parameters[678].Value = ((int)(Original_R6777700.Value)); } else { this.Adapter.DeleteCommand.Parameters[677].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[678].Value = global::System.DBNull.Value; } - if ((Original_R6218500.HasValue == true)) { + if ((Original_R6777800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[679].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[680].Value = ((int)(Original_R6218500.Value)); + this.Adapter.DeleteCommand.Parameters[680].Value = ((int)(Original_R6777800.Value)); } else { this.Adapter.DeleteCommand.Parameters[679].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[680].Value = global::System.DBNull.Value; } - if ((Original_R6218600.HasValue == true)) { + if ((Original_R7415900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[681].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[682].Value = ((int)(Original_R6218600.Value)); + this.Adapter.DeleteCommand.Parameters[682].Value = ((int)(Original_R7415900.Value)); } else { this.Adapter.DeleteCommand.Parameters[681].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[682].Value = global::System.DBNull.Value; } - if ((Original_R6218700.HasValue == true)) { + if ((Original_R7416000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[683].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[684].Value = ((int)(Original_R6218700.Value)); + this.Adapter.DeleteCommand.Parameters[684].Value = ((int)(Original_R7416000.Value)); } else { this.Adapter.DeleteCommand.Parameters[683].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[684].Value = global::System.DBNull.Value; } - if ((Original_R6218800.HasValue == true)) { + if ((Original_R7416100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[685].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[686].Value = ((int)(Original_R6218800.Value)); + this.Adapter.DeleteCommand.Parameters[686].Value = ((int)(Original_R7416100.Value)); } else { this.Adapter.DeleteCommand.Parameters[685].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[686].Value = global::System.DBNull.Value; } - if ((Original_R6218900.HasValue == true)) { + if ((Original_R7416200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[687].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[688].Value = ((int)(Original_R6218900.Value)); + this.Adapter.DeleteCommand.Parameters[688].Value = ((int)(Original_R7416200.Value)); } else { this.Adapter.DeleteCommand.Parameters[687].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[688].Value = global::System.DBNull.Value; } - if ((Original_R6219000.HasValue == true)) { + if ((Original_R7416300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[689].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[690].Value = ((int)(Original_R6219000.Value)); + this.Adapter.DeleteCommand.Parameters[690].Value = ((int)(Original_R7416300.Value)); } else { this.Adapter.DeleteCommand.Parameters[689].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[690].Value = global::System.DBNull.Value; } - if ((Original_R6219100.HasValue == true)) { + if ((Original_R7416400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[691].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[692].Value = ((int)(Original_R6219100.Value)); + this.Adapter.DeleteCommand.Parameters[692].Value = ((int)(Original_R7416400.Value)); } else { this.Adapter.DeleteCommand.Parameters[691].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[692].Value = global::System.DBNull.Value; } - if ((Original_R6219200.HasValue == true)) { + if ((Original_R7416500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[693].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[694].Value = ((int)(Original_R6219200.Value)); + this.Adapter.DeleteCommand.Parameters[694].Value = ((int)(Original_R7416500.Value)); } else { this.Adapter.DeleteCommand.Parameters[693].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[694].Value = global::System.DBNull.Value; } - if ((Original_R6219300.HasValue == true)) { + if ((Original_R7416600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[695].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[696].Value = ((int)(Original_R6219300.Value)); + this.Adapter.DeleteCommand.Parameters[696].Value = ((int)(Original_R7416600.Value)); } else { this.Adapter.DeleteCommand.Parameters[695].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[696].Value = global::System.DBNull.Value; } - if ((Original_R6219500.HasValue == true)) { + if ((Original_R7416700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[697].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[698].Value = ((int)(Original_R6219500.Value)); + this.Adapter.DeleteCommand.Parameters[698].Value = ((int)(Original_R7416700.Value)); } else { this.Adapter.DeleteCommand.Parameters[697].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[698].Value = global::System.DBNull.Value; } - if ((Original_R6219600.HasValue == true)) { + if ((Original_R7416800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[699].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[700].Value = ((int)(Original_R6219600.Value)); + this.Adapter.DeleteCommand.Parameters[700].Value = ((int)(Original_R7416800.Value)); } else { this.Adapter.DeleteCommand.Parameters[699].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[700].Value = global::System.DBNull.Value; } - if ((Original_R6219700.HasValue == true)) { + if ((Original_R7416900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[701].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[702].Value = ((int)(Original_R6219700.Value)); + this.Adapter.DeleteCommand.Parameters[702].Value = ((int)(Original_R7416900.Value)); } else { this.Adapter.DeleteCommand.Parameters[701].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[702].Value = global::System.DBNull.Value; } - if ((Original_R6219800.HasValue == true)) { + if ((Original_R7417000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[703].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[704].Value = ((int)(Original_R6219800.Value)); + this.Adapter.DeleteCommand.Parameters[704].Value = ((int)(Original_R7417000.Value)); } else { this.Adapter.DeleteCommand.Parameters[703].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[704].Value = global::System.DBNull.Value; } - if ((Original_R6219900.HasValue == true)) { + if ((Original_R7417100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[705].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[706].Value = ((int)(Original_R6219900.Value)); + this.Adapter.DeleteCommand.Parameters[706].Value = ((int)(Original_R7417100.Value)); } else { this.Adapter.DeleteCommand.Parameters[705].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[706].Value = global::System.DBNull.Value; } - if ((Original_R6220000.HasValue == true)) { + if ((Original_R7417200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[707].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[708].Value = ((int)(Original_R6220000.Value)); + this.Adapter.DeleteCommand.Parameters[708].Value = ((int)(Original_R7417200.Value)); } else { this.Adapter.DeleteCommand.Parameters[707].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[708].Value = global::System.DBNull.Value; } - if ((Original_R6220100.HasValue == true)) { + if ((Original_R7417300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[709].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[710].Value = ((int)(Original_R6220100.Value)); + this.Adapter.DeleteCommand.Parameters[710].Value = ((int)(Original_R7417300.Value)); } else { this.Adapter.DeleteCommand.Parameters[709].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[710].Value = global::System.DBNull.Value; } - if ((Original_R6220200.HasValue == true)) { + if ((Original_R7417400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[711].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[712].Value = ((int)(Original_R6220200.Value)); + this.Adapter.DeleteCommand.Parameters[712].Value = ((int)(Original_R7417400.Value)); } else { this.Adapter.DeleteCommand.Parameters[711].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[712].Value = global::System.DBNull.Value; } - if ((Original_R6220300.HasValue == true)) { + if ((Original_R7417500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[713].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[714].Value = ((int)(Original_R6220300.Value)); + this.Adapter.DeleteCommand.Parameters[714].Value = ((int)(Original_R7417500.Value)); } else { this.Adapter.DeleteCommand.Parameters[713].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[714].Value = global::System.DBNull.Value; } - if ((Original_R6220400.HasValue == true)) { + if ((Original_R7417600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[715].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[716].Value = ((int)(Original_R6220400.Value)); + this.Adapter.DeleteCommand.Parameters[716].Value = ((int)(Original_R7417600.Value)); } else { this.Adapter.DeleteCommand.Parameters[715].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[716].Value = global::System.DBNull.Value; } - if ((Original_R6220600.HasValue == true)) { + if ((Original_R7417700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[717].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[718].Value = ((int)(Original_R6220600.Value)); + this.Adapter.DeleteCommand.Parameters[718].Value = ((int)(Original_R7417700.Value)); } else { this.Adapter.DeleteCommand.Parameters[717].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[718].Value = global::System.DBNull.Value; } - if ((Original_R6220700.HasValue == true)) { + if ((Original_R7417800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[719].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[720].Value = ((int)(Original_R6220700.Value)); + this.Adapter.DeleteCommand.Parameters[720].Value = ((int)(Original_R7417800.Value)); } else { this.Adapter.DeleteCommand.Parameters[719].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[720].Value = global::System.DBNull.Value; } - if ((Original_R6220800.HasValue == true)) { + if ((Original_R7418900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[721].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[722].Value = ((int)(Original_R6220800.Value)); + this.Adapter.DeleteCommand.Parameters[722].Value = ((int)(Original_R7418900.Value)); } else { this.Adapter.DeleteCommand.Parameters[721].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[722].Value = global::System.DBNull.Value; } - if ((Original_R6220900.HasValue == true)) { + if ((Original_R7419000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[723].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[724].Value = ((int)(Original_R6220900.Value)); + this.Adapter.DeleteCommand.Parameters[724].Value = ((int)(Original_R7419000.Value)); } else { this.Adapter.DeleteCommand.Parameters[723].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[724].Value = global::System.DBNull.Value; } - if ((Original_R6221000.HasValue == true)) { + if ((Original_R7419100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[725].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[726].Value = ((int)(Original_R6221000.Value)); + this.Adapter.DeleteCommand.Parameters[726].Value = ((int)(Original_R7419100.Value)); } else { this.Adapter.DeleteCommand.Parameters[725].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[726].Value = global::System.DBNull.Value; } - if ((Original_R6221100.HasValue == true)) { + if ((Original_R7419200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[727].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[728].Value = ((int)(Original_R6221100.Value)); + this.Adapter.DeleteCommand.Parameters[728].Value = ((int)(Original_R7419200.Value)); } else { this.Adapter.DeleteCommand.Parameters[727].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[728].Value = global::System.DBNull.Value; } - if ((Original_R6221200.HasValue == true)) { + if ((Original_R7419300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[729].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[730].Value = ((int)(Original_R6221200.Value)); + this.Adapter.DeleteCommand.Parameters[730].Value = ((int)(Original_R7419300.Value)); } else { this.Adapter.DeleteCommand.Parameters[729].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[730].Value = global::System.DBNull.Value; } - if ((Original_R6221300.HasValue == true)) { + if ((Original_R7419400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[731].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[732].Value = ((int)(Original_R6221300.Value)); + this.Adapter.DeleteCommand.Parameters[732].Value = ((int)(Original_R7419400.Value)); } else { this.Adapter.DeleteCommand.Parameters[731].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[732].Value = global::System.DBNull.Value; } - if ((Original_R6221400.HasValue == true)) { + if ((Original_R7419500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[733].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[734].Value = ((int)(Original_R6221400.Value)); + this.Adapter.DeleteCommand.Parameters[734].Value = ((int)(Original_R7419500.Value)); } else { this.Adapter.DeleteCommand.Parameters[733].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[734].Value = global::System.DBNull.Value; } - if ((Original_R6221500.HasValue == true)) { + if ((Original_R7419600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[735].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[736].Value = ((int)(Original_R6221500.Value)); + this.Adapter.DeleteCommand.Parameters[736].Value = ((int)(Original_R7419600.Value)); } else { this.Adapter.DeleteCommand.Parameters[735].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[736].Value = global::System.DBNull.Value; } - if ((Original_R6221700.HasValue == true)) { + if ((Original_R7419700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[737].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[738].Value = ((int)(Original_R6221700.Value)); + this.Adapter.DeleteCommand.Parameters[738].Value = ((int)(Original_R7419700.Value)); } else { this.Adapter.DeleteCommand.Parameters[737].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[738].Value = global::System.DBNull.Value; } - if ((Original_R6221701.HasValue == true)) { + if ((Original_R7419800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[739].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[740].Value = ((int)(Original_R6221701.Value)); + this.Adapter.DeleteCommand.Parameters[740].Value = ((int)(Original_R7419800.Value)); } else { this.Adapter.DeleteCommand.Parameters[739].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[740].Value = global::System.DBNull.Value; } - if ((Original_R6221800.HasValue == true)) { + if ((Original_R7419900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[741].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[742].Value = ((int)(Original_R6221800.Value)); + this.Adapter.DeleteCommand.Parameters[742].Value = ((int)(Original_R7419900.Value)); } else { this.Adapter.DeleteCommand.Parameters[741].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[742].Value = global::System.DBNull.Value; } - if ((Original_R6221801.HasValue == true)) { + if ((Original_R7419901.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[743].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[744].Value = ((int)(Original_R6221801.Value)); + this.Adapter.DeleteCommand.Parameters[744].Value = ((int)(Original_R7419901.Value)); } else { this.Adapter.DeleteCommand.Parameters[743].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[744].Value = global::System.DBNull.Value; } - if ((Original_R6221900.HasValue == true)) { + if ((Original_R7420000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[745].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[746].Value = ((int)(Original_R6221900.Value)); + this.Adapter.DeleteCommand.Parameters[746].Value = ((int)(Original_R7420000.Value)); } else { this.Adapter.DeleteCommand.Parameters[745].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[746].Value = global::System.DBNull.Value; } - if ((Original_R6221901.HasValue == true)) { + if ((Original_R7420001.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[747].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[748].Value = ((int)(Original_R6221901.Value)); + this.Adapter.DeleteCommand.Parameters[748].Value = ((int)(Original_R7420001.Value)); } else { this.Adapter.DeleteCommand.Parameters[747].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[748].Value = global::System.DBNull.Value; } - if ((Original_R6222000.HasValue == true)) { + if ((Original_R7420100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[749].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[750].Value = ((int)(Original_R6222000.Value)); + this.Adapter.DeleteCommand.Parameters[750].Value = ((int)(Original_R7420100.Value)); } else { this.Adapter.DeleteCommand.Parameters[749].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[750].Value = global::System.DBNull.Value; } - if ((Original_R6222001.HasValue == true)) { + if ((Original_R7420101.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[751].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[752].Value = ((int)(Original_R6222001.Value)); + this.Adapter.DeleteCommand.Parameters[752].Value = ((int)(Original_R7420101.Value)); } else { this.Adapter.DeleteCommand.Parameters[751].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[752].Value = global::System.DBNull.Value; } - if ((Original_R6222100.HasValue == true)) { + if ((Original_R7420200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[753].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[754].Value = ((int)(Original_R6222100.Value)); + this.Adapter.DeleteCommand.Parameters[754].Value = ((int)(Original_R7420200.Value)); } else { this.Adapter.DeleteCommand.Parameters[753].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[754].Value = global::System.DBNull.Value; } - if ((Original_R6222101.HasValue == true)) { + if ((Original_R7420201.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[755].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[756].Value = ((int)(Original_R6222101.Value)); + this.Adapter.DeleteCommand.Parameters[756].Value = ((int)(Original_R7420201.Value)); } else { this.Adapter.DeleteCommand.Parameters[755].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[756].Value = global::System.DBNull.Value; } - if ((Original_R6222200.HasValue == true)) { + if ((Original_R7420300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[757].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[758].Value = ((int)(Original_R6222200.Value)); + this.Adapter.DeleteCommand.Parameters[758].Value = ((int)(Original_R7420300.Value)); } else { this.Adapter.DeleteCommand.Parameters[757].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[758].Value = global::System.DBNull.Value; } - if ((Original_R6222201.HasValue == true)) { + if ((Original_R7420301.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[759].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[760].Value = ((int)(Original_R6222201.Value)); + this.Adapter.DeleteCommand.Parameters[760].Value = ((int)(Original_R7420301.Value)); } else { this.Adapter.DeleteCommand.Parameters[759].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[760].Value = global::System.DBNull.Value; } - if ((Original_R6222300.HasValue == true)) { + if ((Original_R7420400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[761].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[762].Value = ((int)(Original_R6222300.Value)); + this.Adapter.DeleteCommand.Parameters[762].Value = ((int)(Original_R7420400.Value)); } else { this.Adapter.DeleteCommand.Parameters[761].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[762].Value = global::System.DBNull.Value; } - if ((Original_R6222301.HasValue == true)) { + if ((Original_R7420401.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[763].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[764].Value = ((int)(Original_R6222301.Value)); + this.Adapter.DeleteCommand.Parameters[764].Value = ((int)(Original_R7420401.Value)); } else { this.Adapter.DeleteCommand.Parameters[763].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[764].Value = global::System.DBNull.Value; } - if ((Original_R6222400.HasValue == true)) { + if ((Original_R7420500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[765].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[766].Value = ((int)(Original_R6222400.Value)); + this.Adapter.DeleteCommand.Parameters[766].Value = ((int)(Original_R7420500.Value)); } else { this.Adapter.DeleteCommand.Parameters[765].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[766].Value = global::System.DBNull.Value; } - if ((Original_R6222401.HasValue == true)) { + if ((Original_R7420501.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[767].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[768].Value = ((int)(Original_R6222401.Value)); + this.Adapter.DeleteCommand.Parameters[768].Value = ((int)(Original_R7420501.Value)); } else { this.Adapter.DeleteCommand.Parameters[767].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[768].Value = global::System.DBNull.Value; } - if ((Original_R6222500.HasValue == true)) { + if ((Original_R7420600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[769].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[770].Value = ((int)(Original_R6222500.Value)); + this.Adapter.DeleteCommand.Parameters[770].Value = ((int)(Original_R7420600.Value)); } else { this.Adapter.DeleteCommand.Parameters[769].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[770].Value = global::System.DBNull.Value; } - if ((Original_R6222501.HasValue == true)) { + if ((Original_R7420601.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[771].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[772].Value = ((int)(Original_R6222501.Value)); + this.Adapter.DeleteCommand.Parameters[772].Value = ((int)(Original_R7420601.Value)); } else { this.Adapter.DeleteCommand.Parameters[771].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[772].Value = global::System.DBNull.Value; } - if ((Original_R6222600.HasValue == true)) { + if ((Original_R7421400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[773].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[774].Value = ((int)(Original_R6222600.Value)); + this.Adapter.DeleteCommand.Parameters[774].Value = ((int)(Original_R7421400.Value)); } else { this.Adapter.DeleteCommand.Parameters[773].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[774].Value = global::System.DBNull.Value; } - if ((Original_R6222601.HasValue == true)) { + if ((Original_R7421500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[775].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[776].Value = ((int)(Original_R6222601.Value)); + this.Adapter.DeleteCommand.Parameters[776].Value = ((int)(Original_R7421500.Value)); } else { this.Adapter.DeleteCommand.Parameters[775].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[776].Value = global::System.DBNull.Value; } - if ((Original_R6222800.HasValue == true)) { + if ((Original_R7421600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[777].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[778].Value = ((int)(Original_R6222800.Value)); + this.Adapter.DeleteCommand.Parameters[778].Value = ((int)(Original_R7421600.Value)); } else { this.Adapter.DeleteCommand.Parameters[777].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[778].Value = global::System.DBNull.Value; } - if ((Original_R6222801.HasValue == true)) { + if ((Original_R7421700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[779].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[780].Value = ((int)(Original_R6222801.Value)); + this.Adapter.DeleteCommand.Parameters[780].Value = ((int)(Original_R7421700.Value)); } else { this.Adapter.DeleteCommand.Parameters[779].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[780].Value = global::System.DBNull.Value; } - if ((Original_R6222900.HasValue == true)) { + if ((Original_R7421800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[781].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[782].Value = ((int)(Original_R6222900.Value)); + this.Adapter.DeleteCommand.Parameters[782].Value = ((int)(Original_R7421800.Value)); } else { this.Adapter.DeleteCommand.Parameters[781].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[782].Value = global::System.DBNull.Value; } - if ((Original_R6222901.HasValue == true)) { + if ((Original_R7421900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[783].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[784].Value = ((int)(Original_R6222901.Value)); + this.Adapter.DeleteCommand.Parameters[784].Value = ((int)(Original_R7421900.Value)); } else { this.Adapter.DeleteCommand.Parameters[783].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[784].Value = global::System.DBNull.Value; } - if ((Original_R6223000.HasValue == true)) { + if ((Original_R7422000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[785].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[786].Value = ((int)(Original_R6223000.Value)); + this.Adapter.DeleteCommand.Parameters[786].Value = ((int)(Original_R7422000.Value)); } else { this.Adapter.DeleteCommand.Parameters[785].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[786].Value = global::System.DBNull.Value; } - if ((Original_R6223001.HasValue == true)) { + if ((Original_R7422100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[787].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[788].Value = ((int)(Original_R6223001.Value)); + this.Adapter.DeleteCommand.Parameters[788].Value = ((int)(Original_R7422100.Value)); } else { this.Adapter.DeleteCommand.Parameters[787].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[788].Value = global::System.DBNull.Value; } - if ((Original_R6223100.HasValue == true)) { + if ((Original_R7422200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[789].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[790].Value = ((int)(Original_R6223100.Value)); + this.Adapter.DeleteCommand.Parameters[790].Value = ((int)(Original_R7422200.Value)); } else { this.Adapter.DeleteCommand.Parameters[789].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[790].Value = global::System.DBNull.Value; } - if ((Original_R6223101.HasValue == true)) { + if ((Original_R7422300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[791].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[792].Value = ((int)(Original_R6223101.Value)); + this.Adapter.DeleteCommand.Parameters[792].Value = ((int)(Original_R7422300.Value)); } else { this.Adapter.DeleteCommand.Parameters[791].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[792].Value = global::System.DBNull.Value; } - if ((Original_R6223200.HasValue == true)) { + if ((Original_R8114000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[793].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[794].Value = ((int)(Original_R6223200.Value)); + this.Adapter.DeleteCommand.Parameters[794].Value = ((int)(Original_R8114000.Value)); } else { this.Adapter.DeleteCommand.Parameters[793].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[794].Value = global::System.DBNull.Value; } - if ((Original_R6223201.HasValue == true)) { + if ((Original_R8114100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[795].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[796].Value = ((int)(Original_R6223201.Value)); + this.Adapter.DeleteCommand.Parameters[796].Value = ((int)(Original_R8114100.Value)); } else { this.Adapter.DeleteCommand.Parameters[795].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[796].Value = global::System.DBNull.Value; } - if ((Original_R6223300.HasValue == true)) { + if ((Original_R8114200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[797].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[798].Value = ((int)(Original_R6223300.Value)); + this.Adapter.DeleteCommand.Parameters[798].Value = ((int)(Original_R8114200.Value)); } else { this.Adapter.DeleteCommand.Parameters[797].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[798].Value = global::System.DBNull.Value; } - if ((Original_R6223301.HasValue == true)) { + if ((Original_R8114300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[799].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[800].Value = ((int)(Original_R6223301.Value)); + this.Adapter.DeleteCommand.Parameters[800].Value = ((int)(Original_R8114300.Value)); } else { this.Adapter.DeleteCommand.Parameters[799].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[800].Value = global::System.DBNull.Value; } - if ((Original_R6223400.HasValue == true)) { + if ((Original_R8114400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[801].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[802].Value = ((int)(Original_R6223400.Value)); + this.Adapter.DeleteCommand.Parameters[802].Value = ((int)(Original_R8114400.Value)); } else { this.Adapter.DeleteCommand.Parameters[801].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[802].Value = global::System.DBNull.Value; } - if ((Original_R6223500.HasValue == true)) { + if ((Original_R8114500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[803].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[804].Value = ((int)(Original_R6223500.Value)); + this.Adapter.DeleteCommand.Parameters[804].Value = ((int)(Original_R8114500.Value)); } else { this.Adapter.DeleteCommand.Parameters[803].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[804].Value = global::System.DBNull.Value; } - if ((Original_R6223600.HasValue == true)) { + if ((Original_R8114600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[805].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[806].Value = ((int)(Original_R6223600.Value)); + this.Adapter.DeleteCommand.Parameters[806].Value = ((int)(Original_R8114600.Value)); } else { this.Adapter.DeleteCommand.Parameters[805].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[806].Value = global::System.DBNull.Value; } - if ((Original_R6223700.HasValue == true)) { + if ((Original_R8114700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[807].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[808].Value = ((int)(Original_R6223700.Value)); + this.Adapter.DeleteCommand.Parameters[808].Value = ((int)(Original_R8114700.Value)); } else { this.Adapter.DeleteCommand.Parameters[807].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[808].Value = global::System.DBNull.Value; } - if ((Original_R6223800.HasValue == true)) { + if ((Original_R8114800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[809].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[810].Value = ((int)(Original_R6223800.Value)); + this.Adapter.DeleteCommand.Parameters[810].Value = ((int)(Original_R8114800.Value)); } else { this.Adapter.DeleteCommand.Parameters[809].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[810].Value = global::System.DBNull.Value; } - if ((Original_R6223900.HasValue == true)) { + if ((Original_R8114900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[811].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[812].Value = ((int)(Original_R6223900.Value)); + this.Adapter.DeleteCommand.Parameters[812].Value = ((int)(Original_R8114900.Value)); } else { this.Adapter.DeleteCommand.Parameters[811].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[812].Value = global::System.DBNull.Value; } - if ((Original_R6224000.HasValue == true)) { + if ((Original_R8115000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[813].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[814].Value = ((int)(Original_R6224000.Value)); + this.Adapter.DeleteCommand.Parameters[814].Value = ((int)(Original_R8115000.Value)); } else { this.Adapter.DeleteCommand.Parameters[813].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[814].Value = global::System.DBNull.Value; } - if ((Original_R6224100.HasValue == true)) { + if ((Original_R8115100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[815].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[816].Value = ((int)(Original_R6224100.Value)); + this.Adapter.DeleteCommand.Parameters[816].Value = ((int)(Original_R8115100.Value)); } else { this.Adapter.DeleteCommand.Parameters[815].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[816].Value = global::System.DBNull.Value; } - if ((Original_R6224200.HasValue == true)) { + if ((Original_R8115200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[817].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[818].Value = ((int)(Original_R6224200.Value)); + this.Adapter.DeleteCommand.Parameters[818].Value = ((int)(Original_R8115200.Value)); } else { this.Adapter.DeleteCommand.Parameters[817].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[818].Value = global::System.DBNull.Value; } - if ((Original_R6224300.HasValue == true)) { + if ((Original_R8115300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[819].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[820].Value = ((int)(Original_R6224300.Value)); + this.Adapter.DeleteCommand.Parameters[820].Value = ((int)(Original_R8115300.Value)); } else { this.Adapter.DeleteCommand.Parameters[819].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[820].Value = global::System.DBNull.Value; } - if ((Original_R6770600.HasValue == true)) { + if ((Original_R8115400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[821].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[822].Value = ((int)(Original_R6770600.Value)); + this.Adapter.DeleteCommand.Parameters[822].Value = ((int)(Original_R8115400.Value)); } else { this.Adapter.DeleteCommand.Parameters[821].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[822].Value = global::System.DBNull.Value; } - if ((Original_R6771600.HasValue == true)) { + if ((Original_R8115500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[823].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[824].Value = ((int)(Original_R6771600.Value)); + this.Adapter.DeleteCommand.Parameters[824].Value = ((int)(Original_R8115500.Value)); } else { this.Adapter.DeleteCommand.Parameters[823].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[824].Value = global::System.DBNull.Value; } - if ((Original_R6771700.HasValue == true)) { + if ((Original_R8115600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[825].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[826].Value = ((int)(Original_R6771700.Value)); + this.Adapter.DeleteCommand.Parameters[826].Value = ((int)(Original_R8115600.Value)); } else { this.Adapter.DeleteCommand.Parameters[825].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[826].Value = global::System.DBNull.Value; } - if ((Original_R6771800.HasValue == true)) { + if ((Original_R8115700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[827].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[828].Value = ((int)(Original_R6771800.Value)); + this.Adapter.DeleteCommand.Parameters[828].Value = ((int)(Original_R8115700.Value)); } else { this.Adapter.DeleteCommand.Parameters[827].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[828].Value = global::System.DBNull.Value; } - if ((Original_R6771900.HasValue == true)) { + if ((Original_R8115800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[829].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[830].Value = ((int)(Original_R6771900.Value)); + this.Adapter.DeleteCommand.Parameters[830].Value = ((int)(Original_R8115800.Value)); } else { this.Adapter.DeleteCommand.Parameters[829].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[830].Value = global::System.DBNull.Value; } - if ((Original_R6772000.HasValue == true)) { + if ((Original_R8115900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[831].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[832].Value = ((int)(Original_R6772000.Value)); + this.Adapter.DeleteCommand.Parameters[832].Value = ((int)(Original_R8115900.Value)); } else { this.Adapter.DeleteCommand.Parameters[831].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[832].Value = global::System.DBNull.Value; } - if ((Original_R6772100.HasValue == true)) { + if ((Original_R8117000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[833].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[834].Value = ((int)(Original_R6772100.Value)); + this.Adapter.DeleteCommand.Parameters[834].Value = ((int)(Original_R8117000.Value)); } else { this.Adapter.DeleteCommand.Parameters[833].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[834].Value = global::System.DBNull.Value; } - if ((Original_R6772200.HasValue == true)) { + if ((Original_R8117100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[835].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[836].Value = ((int)(Original_R6772200.Value)); + this.Adapter.DeleteCommand.Parameters[836].Value = ((int)(Original_R8117100.Value)); } else { this.Adapter.DeleteCommand.Parameters[835].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[836].Value = global::System.DBNull.Value; } - if ((Original_R6772300.HasValue == true)) { + if ((Original_R8117200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[837].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[838].Value = ((int)(Original_R6772300.Value)); + this.Adapter.DeleteCommand.Parameters[838].Value = ((int)(Original_R8117200.Value)); } else { this.Adapter.DeleteCommand.Parameters[837].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[838].Value = global::System.DBNull.Value; } - if ((Original_R6772400.HasValue == true)) { + if ((Original_R8117300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[839].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[840].Value = ((int)(Original_R6772400.Value)); + this.Adapter.DeleteCommand.Parameters[840].Value = ((int)(Original_R8117300.Value)); } else { this.Adapter.DeleteCommand.Parameters[839].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[840].Value = global::System.DBNull.Value; } - if ((Original_R6772500.HasValue == true)) { + if ((Original_R8117400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[841].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[842].Value = ((int)(Original_R6772500.Value)); + this.Adapter.DeleteCommand.Parameters[842].Value = ((int)(Original_R8117400.Value)); } else { this.Adapter.DeleteCommand.Parameters[841].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[842].Value = global::System.DBNull.Value; } - if ((Original_R6772600.HasValue == true)) { + if ((Original_R8117500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[843].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[844].Value = ((int)(Original_R6772600.Value)); + this.Adapter.DeleteCommand.Parameters[844].Value = ((int)(Original_R8117500.Value)); } else { this.Adapter.DeleteCommand.Parameters[843].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[844].Value = global::System.DBNull.Value; } - if ((Original_R6772700.HasValue == true)) { + if ((Original_R8117600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[845].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[846].Value = ((int)(Original_R6772700.Value)); + this.Adapter.DeleteCommand.Parameters[846].Value = ((int)(Original_R8117600.Value)); } else { this.Adapter.DeleteCommand.Parameters[845].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[846].Value = global::System.DBNull.Value; } - if ((Original_R6772800.HasValue == true)) { + if ((Original_R8117700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[847].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[848].Value = ((int)(Original_R6772800.Value)); + this.Adapter.DeleteCommand.Parameters[848].Value = ((int)(Original_R8117700.Value)); } else { this.Adapter.DeleteCommand.Parameters[847].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[848].Value = global::System.DBNull.Value; } - if ((Original_R6772900.HasValue == true)) { + if ((Original_R8117800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[849].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[850].Value = ((int)(Original_R6772900.Value)); + this.Adapter.DeleteCommand.Parameters[850].Value = ((int)(Original_R8117800.Value)); } else { this.Adapter.DeleteCommand.Parameters[849].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[850].Value = global::System.DBNull.Value; } - if ((Original_R6773000.HasValue == true)) { + if ((Original_R8117900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[851].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[852].Value = ((int)(Original_R6773000.Value)); + this.Adapter.DeleteCommand.Parameters[852].Value = ((int)(Original_R8117900.Value)); } else { this.Adapter.DeleteCommand.Parameters[851].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[852].Value = global::System.DBNull.Value; } - if ((Original_R6773100.HasValue == true)) { + if ((Original_R8118000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[853].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[854].Value = ((int)(Original_R6773100.Value)); + this.Adapter.DeleteCommand.Parameters[854].Value = ((int)(Original_R8118000.Value)); } else { this.Adapter.DeleteCommand.Parameters[853].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[854].Value = global::System.DBNull.Value; } - if ((Original_R6773200.HasValue == true)) { + if ((Original_R8118001.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[855].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[856].Value = ((int)(Original_R6773200.Value)); + this.Adapter.DeleteCommand.Parameters[856].Value = ((int)(Original_R8118001.Value)); } else { this.Adapter.DeleteCommand.Parameters[855].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[856].Value = global::System.DBNull.Value; } - if ((Original_R6773300.HasValue == true)) { + if ((Original_R8118100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[857].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[858].Value = ((int)(Original_R6773300.Value)); + this.Adapter.DeleteCommand.Parameters[858].Value = ((int)(Original_R8118100.Value)); } else { this.Adapter.DeleteCommand.Parameters[857].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[858].Value = global::System.DBNull.Value; } - if ((Original_R6773400.HasValue == true)) { + if ((Original_R8118101.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[859].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[860].Value = ((int)(Original_R6773400.Value)); + this.Adapter.DeleteCommand.Parameters[860].Value = ((int)(Original_R8118101.Value)); } else { this.Adapter.DeleteCommand.Parameters[859].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[860].Value = global::System.DBNull.Value; } - if ((Original_R6773500.HasValue == true)) { + if ((Original_R8118200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[861].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[862].Value = ((int)(Original_R6773500.Value)); + this.Adapter.DeleteCommand.Parameters[862].Value = ((int)(Original_R8118200.Value)); } else { this.Adapter.DeleteCommand.Parameters[861].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[862].Value = global::System.DBNull.Value; } - if ((Original_R6773600.HasValue == true)) { + if ((Original_R8118201.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[863].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[864].Value = ((int)(Original_R6773600.Value)); + this.Adapter.DeleteCommand.Parameters[864].Value = ((int)(Original_R8118201.Value)); } else { this.Adapter.DeleteCommand.Parameters[863].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[864].Value = global::System.DBNull.Value; } - if ((Original_R6773700.HasValue == true)) { + if ((Original_R8118300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[865].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[866].Value = ((int)(Original_R6773700.Value)); + this.Adapter.DeleteCommand.Parameters[866].Value = ((int)(Original_R8118300.Value)); } else { this.Adapter.DeleteCommand.Parameters[865].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[866].Value = global::System.DBNull.Value; } - if ((Original_R6773800.HasValue == true)) { + if ((Original_R8118301.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[867].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[868].Value = ((int)(Original_R6773800.Value)); + this.Adapter.DeleteCommand.Parameters[868].Value = ((int)(Original_R8118301.Value)); } else { this.Adapter.DeleteCommand.Parameters[867].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[868].Value = global::System.DBNull.Value; } - if ((Original_R6773900.HasValue == true)) { + if ((Original_R8118400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[869].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[870].Value = ((int)(Original_R6773900.Value)); + this.Adapter.DeleteCommand.Parameters[870].Value = ((int)(Original_R8118400.Value)); } else { this.Adapter.DeleteCommand.Parameters[869].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[870].Value = global::System.DBNull.Value; } - if ((Original_R6774000.HasValue == true)) { + if ((Original_R8118401.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[871].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[872].Value = ((int)(Original_R6774000.Value)); + this.Adapter.DeleteCommand.Parameters[872].Value = ((int)(Original_R8118401.Value)); } else { this.Adapter.DeleteCommand.Parameters[871].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[872].Value = global::System.DBNull.Value; } - if ((Original_R6774100.HasValue == true)) { + if ((Original_R8118500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[873].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[874].Value = ((int)(Original_R6774100.Value)); + this.Adapter.DeleteCommand.Parameters[874].Value = ((int)(Original_R8118500.Value)); } else { this.Adapter.DeleteCommand.Parameters[873].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[874].Value = global::System.DBNull.Value; } - if ((Original_R6774200.HasValue == true)) { + if ((Original_R8118501.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[875].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[876].Value = ((int)(Original_R6774200.Value)); + this.Adapter.DeleteCommand.Parameters[876].Value = ((int)(Original_R8118501.Value)); } else { this.Adapter.DeleteCommand.Parameters[875].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[876].Value = global::System.DBNull.Value; } - if ((Original_R6774300.HasValue == true)) { + if ((Original_R8118600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[877].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[878].Value = ((int)(Original_R6774300.Value)); + this.Adapter.DeleteCommand.Parameters[878].Value = ((int)(Original_R8118600.Value)); } else { this.Adapter.DeleteCommand.Parameters[877].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[878].Value = global::System.DBNull.Value; } - if ((Original_R6774400.HasValue == true)) { + if ((Original_R8118601.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[879].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[880].Value = ((int)(Original_R6774400.Value)); + this.Adapter.DeleteCommand.Parameters[880].Value = ((int)(Original_R8118601.Value)); } else { this.Adapter.DeleteCommand.Parameters[879].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[880].Value = global::System.DBNull.Value; } - if ((Original_R6774500.HasValue == true)) { + if ((Original_R8118700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[881].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[882].Value = ((int)(Original_R6774500.Value)); + this.Adapter.DeleteCommand.Parameters[882].Value = ((int)(Original_R8118700.Value)); } else { this.Adapter.DeleteCommand.Parameters[881].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[882].Value = global::System.DBNull.Value; } - if ((Original_R6774600.HasValue == true)) { + if ((Original_R8118701.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[883].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[884].Value = ((int)(Original_R6774600.Value)); + this.Adapter.DeleteCommand.Parameters[884].Value = ((int)(Original_R8118701.Value)); } else { this.Adapter.DeleteCommand.Parameters[883].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[884].Value = global::System.DBNull.Value; } - if ((Original_R6774700.HasValue == true)) { + if ((Original_R8118800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[885].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[886].Value = ((int)(Original_R6774700.Value)); + this.Adapter.DeleteCommand.Parameters[886].Value = ((int)(Original_R8118800.Value)); } else { this.Adapter.DeleteCommand.Parameters[885].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[886].Value = global::System.DBNull.Value; } - if ((Original_R6774800.HasValue == true)) { + if ((Original_R8118801.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[887].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[888].Value = ((int)(Original_R6774800.Value)); + this.Adapter.DeleteCommand.Parameters[888].Value = ((int)(Original_R8118801.Value)); } else { this.Adapter.DeleteCommand.Parameters[887].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[888].Value = global::System.DBNull.Value; } - if ((Original_R6774900.HasValue == true)) { + if ((Original_R8118900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[889].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[890].Value = ((int)(Original_R6774900.Value)); + this.Adapter.DeleteCommand.Parameters[890].Value = ((int)(Original_R8118900.Value)); } else { this.Adapter.DeleteCommand.Parameters[889].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[890].Value = global::System.DBNull.Value; } - if ((Original_R6775000.HasValue == true)) { + if ((Original_R8118901.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[891].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[892].Value = ((int)(Original_R6775000.Value)); + this.Adapter.DeleteCommand.Parameters[892].Value = ((int)(Original_R8118901.Value)); } else { this.Adapter.DeleteCommand.Parameters[891].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[892].Value = global::System.DBNull.Value; } - if ((Original_R6775100.HasValue == true)) { + if ((Original_R8119600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[893].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[894].Value = ((int)(Original_R6775100.Value)); + this.Adapter.DeleteCommand.Parameters[894].Value = ((int)(Original_R8119600.Value)); } else { this.Adapter.DeleteCommand.Parameters[893].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[894].Value = global::System.DBNull.Value; } - if ((Original_R6775200.HasValue == true)) { + if ((Original_R8119700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[895].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[896].Value = ((int)(Original_R6775200.Value)); + this.Adapter.DeleteCommand.Parameters[896].Value = ((int)(Original_R8119700.Value)); } else { this.Adapter.DeleteCommand.Parameters[895].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[896].Value = global::System.DBNull.Value; } - if ((Original_R6775300.HasValue == true)) { + if ((Original_R8119800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[897].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[898].Value = ((int)(Original_R6775300.Value)); + this.Adapter.DeleteCommand.Parameters[898].Value = ((int)(Original_R8119800.Value)); } else { this.Adapter.DeleteCommand.Parameters[897].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[898].Value = global::System.DBNull.Value; } - if ((Original_R6775400.HasValue == true)) { + if ((Original_R8119900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[899].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[900].Value = ((int)(Original_R6775400.Value)); + this.Adapter.DeleteCommand.Parameters[900].Value = ((int)(Original_R8119900.Value)); } else { this.Adapter.DeleteCommand.Parameters[899].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[900].Value = global::System.DBNull.Value; } - if ((Original_R6775500.HasValue == true)) { + if ((Original_R8120000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[901].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[902].Value = ((int)(Original_R6775500.Value)); + this.Adapter.DeleteCommand.Parameters[902].Value = ((int)(Original_R8120000.Value)); } else { this.Adapter.DeleteCommand.Parameters[901].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[902].Value = global::System.DBNull.Value; } - if ((Original_R6775501.HasValue == true)) { + if ((Original_R8120100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[903].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[904].Value = ((int)(Original_R6775501.Value)); + this.Adapter.DeleteCommand.Parameters[904].Value = ((int)(Original_R8120100.Value)); } else { this.Adapter.DeleteCommand.Parameters[903].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[904].Value = global::System.DBNull.Value; } - if ((Original_R6775600.HasValue == true)) { + if ((Original_R8120200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[905].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[906].Value = ((int)(Original_R6775600.Value)); + this.Adapter.DeleteCommand.Parameters[906].Value = ((int)(Original_R8120200.Value)); } else { this.Adapter.DeleteCommand.Parameters[905].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[906].Value = global::System.DBNull.Value; } - if ((Original_R6775601.HasValue == true)) { + if ((Original_R8120300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[907].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[908].Value = ((int)(Original_R6775601.Value)); + this.Adapter.DeleteCommand.Parameters[908].Value = ((int)(Original_R8120300.Value)); } else { this.Adapter.DeleteCommand.Parameters[907].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[908].Value = global::System.DBNull.Value; } - if ((Original_R6775700.HasValue == true)) { + if ((Original_R8120400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[909].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[910].Value = ((int)(Original_R6775700.Value)); + this.Adapter.DeleteCommand.Parameters[910].Value = ((int)(Original_R8120400.Value)); } else { this.Adapter.DeleteCommand.Parameters[909].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[910].Value = global::System.DBNull.Value; } - if ((Original_R6775701.HasValue == true)) { + if ((Original_R8120500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[911].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[912].Value = ((int)(Original_R6775701.Value)); + this.Adapter.DeleteCommand.Parameters[912].Value = ((int)(Original_R8120500.Value)); } else { this.Adapter.DeleteCommand.Parameters[911].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[912].Value = global::System.DBNull.Value; } - if ((Original_R6775800.HasValue == true)) { + if ((Original_R8135300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[913].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[914].Value = ((int)(Original_R6775800.Value)); + this.Adapter.DeleteCommand.Parameters[914].Value = ((int)(Original_R8135300.Value)); } else { this.Adapter.DeleteCommand.Parameters[913].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[914].Value = global::System.DBNull.Value; } - if ((Original_R6775801.HasValue == true)) { + if ((Original_R8135400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[915].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[916].Value = ((int)(Original_R6775801.Value)); + this.Adapter.DeleteCommand.Parameters[916].Value = ((int)(Original_R8135400.Value)); } else { this.Adapter.DeleteCommand.Parameters[915].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[916].Value = global::System.DBNull.Value; } - if ((Original_R6775900.HasValue == true)) { + if ((Original_R8135500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[917].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[918].Value = ((int)(Original_R6775900.Value)); + this.Adapter.DeleteCommand.Parameters[918].Value = ((int)(Original_R8135500.Value)); } else { this.Adapter.DeleteCommand.Parameters[917].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[918].Value = global::System.DBNull.Value; } - if ((Original_R6775901.HasValue == true)) { + if ((Original_R8135600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[919].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[920].Value = ((int)(Original_R6775901.Value)); + this.Adapter.DeleteCommand.Parameters[920].Value = ((int)(Original_R8135600.Value)); } else { this.Adapter.DeleteCommand.Parameters[919].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[920].Value = global::System.DBNull.Value; } - if ((Original_R6776000.HasValue == true)) { + if ((Original_R8135700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[921].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[922].Value = ((int)(Original_R6776000.Value)); + this.Adapter.DeleteCommand.Parameters[922].Value = ((int)(Original_R8135700.Value)); } else { this.Adapter.DeleteCommand.Parameters[921].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[922].Value = global::System.DBNull.Value; } - if ((Original_R6776001.HasValue == true)) { + if ((Original_R8135800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[923].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[924].Value = ((int)(Original_R6776001.Value)); + this.Adapter.DeleteCommand.Parameters[924].Value = ((int)(Original_R8135800.Value)); } else { this.Adapter.DeleteCommand.Parameters[923].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[924].Value = global::System.DBNull.Value; } - if ((Original_R6776100.HasValue == true)) { + if ((Original_R8135900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[925].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[926].Value = ((int)(Original_R6776100.Value)); + this.Adapter.DeleteCommand.Parameters[926].Value = ((int)(Original_R8135900.Value)); } else { this.Adapter.DeleteCommand.Parameters[925].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[926].Value = global::System.DBNull.Value; } - if ((Original_R6776101.HasValue == true)) { + if ((Original_R9900600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[927].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[928].Value = ((int)(Original_R6776101.Value)); + this.Adapter.DeleteCommand.Parameters[928].Value = ((int)(Original_R9900600.Value)); } else { this.Adapter.DeleteCommand.Parameters[927].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[928].Value = global::System.DBNull.Value; } - if ((Original_R6776200.HasValue == true)) { + if ((Original_R9900601.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[929].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[930].Value = ((int)(Original_R6776200.Value)); + this.Adapter.DeleteCommand.Parameters[930].Value = ((int)(Original_R9900601.Value)); } else { this.Adapter.DeleteCommand.Parameters[929].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[930].Value = global::System.DBNull.Value; } - if ((Original_R6776201.HasValue == true)) { + if ((Original_R9901400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[931].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[932].Value = ((int)(Original_R6776201.Value)); + this.Adapter.DeleteCommand.Parameters[932].Value = ((int)(Original_R9901400.Value)); } else { this.Adapter.DeleteCommand.Parameters[931].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[932].Value = global::System.DBNull.Value; } - if ((Original_R6776300.HasValue == true)) { + if ((Original_R9901401.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[933].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[934].Value = ((int)(Original_R6776300.Value)); + this.Adapter.DeleteCommand.Parameters[934].Value = ((int)(Original_R9901401.Value)); } else { this.Adapter.DeleteCommand.Parameters[933].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[934].Value = global::System.DBNull.Value; } - if ((Original_R6776301.HasValue == true)) { + if ((Original_R9902200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[935].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[936].Value = ((int)(Original_R6776301.Value)); + this.Adapter.DeleteCommand.Parameters[936].Value = ((int)(Original_R9902200.Value)); } else { this.Adapter.DeleteCommand.Parameters[935].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[936].Value = global::System.DBNull.Value; } - if ((Original_R6776400.HasValue == true)) { + if ((Original_R9902201.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[937].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[938].Value = ((int)(Original_R6776400.Value)); + this.Adapter.DeleteCommand.Parameters[938].Value = ((int)(Original_R9902201.Value)); } else { this.Adapter.DeleteCommand.Parameters[937].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[938].Value = global::System.DBNull.Value; } - if ((Original_R6776401.HasValue == true)) { + if ((Original_R9903000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[939].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[940].Value = ((int)(Original_R6776401.Value)); + this.Adapter.DeleteCommand.Parameters[940].Value = ((int)(Original_R9903000.Value)); } else { this.Adapter.DeleteCommand.Parameters[939].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[940].Value = global::System.DBNull.Value; } - if ((Original_R6776500.HasValue == true)) { + if ((Original_R9903001.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[941].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[942].Value = ((int)(Original_R6776500.Value)); + this.Adapter.DeleteCommand.Parameters[942].Value = ((int)(Original_R9903001.Value)); } else { this.Adapter.DeleteCommand.Parameters[941].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[942].Value = global::System.DBNull.Value; } - if ((Original_R6776501.HasValue == true)) { + if ((Original_R9903800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[943].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[944].Value = ((int)(Original_R6776501.Value)); + this.Adapter.DeleteCommand.Parameters[944].Value = ((int)(Original_R9903800.Value)); } else { this.Adapter.DeleteCommand.Parameters[943].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[944].Value = global::System.DBNull.Value; } - if ((Original_R6776600.HasValue == true)) { + if ((Original_R9903801.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[945].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[946].Value = ((int)(Original_R6776600.Value)); + this.Adapter.DeleteCommand.Parameters[946].Value = ((int)(Original_R9903801.Value)); } else { this.Adapter.DeleteCommand.Parameters[945].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[946].Value = global::System.DBNull.Value; } - if ((Original_R6776601.HasValue == true)) { + if ((Original_R9904600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[947].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[948].Value = ((int)(Original_R6776601.Value)); + this.Adapter.DeleteCommand.Parameters[948].Value = ((int)(Original_R9904600.Value)); } else { this.Adapter.DeleteCommand.Parameters[947].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[948].Value = global::System.DBNull.Value; } - if ((Original_R6776700.HasValue == true)) { + if ((Original_R9904601.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[949].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[950].Value = ((int)(Original_R6776700.Value)); + this.Adapter.DeleteCommand.Parameters[950].Value = ((int)(Original_R9904601.Value)); } else { this.Adapter.DeleteCommand.Parameters[949].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[950].Value = global::System.DBNull.Value; } - if ((Original_R6776701.HasValue == true)) { + if ((Original_R9905400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[951].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[952].Value = ((int)(Original_R6776701.Value)); + this.Adapter.DeleteCommand.Parameters[952].Value = ((int)(Original_R9905400.Value)); } else { this.Adapter.DeleteCommand.Parameters[951].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[952].Value = global::System.DBNull.Value; } - if ((Original_R6776800.HasValue == true)) { + if ((Original_R9905401.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[953].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[954].Value = ((int)(Original_R6776800.Value)); + this.Adapter.DeleteCommand.Parameters[954].Value = ((int)(Original_R9905401.Value)); } else { this.Adapter.DeleteCommand.Parameters[953].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[954].Value = global::System.DBNull.Value; } - if ((Original_R6776801.HasValue == true)) { + if ((Original_R9911200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[955].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[956].Value = ((int)(Original_R6776801.Value)); + this.Adapter.DeleteCommand.Parameters[956].Value = ((int)(Original_R9911200.Value)); } else { this.Adapter.DeleteCommand.Parameters[955].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[956].Value = global::System.DBNull.Value; } - if ((Original_R6776900.HasValue == true)) { + if ((Original_R9911201.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[957].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[958].Value = ((int)(Original_R6776900.Value)); + this.Adapter.DeleteCommand.Parameters[958].Value = ((int)(Original_R9911201.Value)); } else { this.Adapter.DeleteCommand.Parameters[957].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[958].Value = global::System.DBNull.Value; } - if ((Original_R6777000.HasValue == true)) { + if ((Original_T0345800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[959].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[960].Value = ((int)(Original_R6777000.Value)); + this.Adapter.DeleteCommand.Parameters[960].Value = ((int)(Original_T0345800.Value)); } else { this.Adapter.DeleteCommand.Parameters[959].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[960].Value = global::System.DBNull.Value; } - if ((Original_R6777100.HasValue == true)) { + if ((Original_T0345900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[961].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[962].Value = ((int)(Original_R6777100.Value)); + this.Adapter.DeleteCommand.Parameters[962].Value = ((int)(Original_T0345900.Value)); } else { this.Adapter.DeleteCommand.Parameters[961].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[962].Value = global::System.DBNull.Value; } - if ((Original_R6777200.HasValue == true)) { + if ((Original_T0346000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[963].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[964].Value = ((int)(Original_R6777200.Value)); + this.Adapter.DeleteCommand.Parameters[964].Value = ((int)(Original_T0346000.Value)); } else { this.Adapter.DeleteCommand.Parameters[963].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[964].Value = global::System.DBNull.Value; } - if ((Original_R6777300.HasValue == true)) { + if ((Original_T0346100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[965].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[966].Value = ((int)(Original_R6777300.Value)); + this.Adapter.DeleteCommand.Parameters[966].Value = ((int)(Original_T0346100.Value)); } else { this.Adapter.DeleteCommand.Parameters[965].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[966].Value = global::System.DBNull.Value; } - if ((Original_R6777400.HasValue == true)) { + if ((Original_T0346200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[967].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[968].Value = ((int)(Original_R6777400.Value)); + this.Adapter.DeleteCommand.Parameters[968].Value = ((int)(Original_T0346200.Value)); } else { this.Adapter.DeleteCommand.Parameters[967].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[968].Value = global::System.DBNull.Value; } - if ((Original_R6777500.HasValue == true)) { + if ((Original_T0346300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[969].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[970].Value = ((int)(Original_R6777500.Value)); + this.Adapter.DeleteCommand.Parameters[970].Value = ((int)(Original_T0346300.Value)); } else { this.Adapter.DeleteCommand.Parameters[969].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[970].Value = global::System.DBNull.Value; } - if ((Original_R6777600.HasValue == true)) { + if ((Original_T0346400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[971].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[972].Value = ((int)(Original_R6777600.Value)); + this.Adapter.DeleteCommand.Parameters[972].Value = ((int)(Original_T0346400.Value)); } else { this.Adapter.DeleteCommand.Parameters[971].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[972].Value = global::System.DBNull.Value; } - if ((Original_R6777700.HasValue == true)) { + if ((Original_T0346500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[973].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[974].Value = ((int)(Original_R6777700.Value)); + this.Adapter.DeleteCommand.Parameters[974].Value = ((int)(Original_T0346500.Value)); } else { this.Adapter.DeleteCommand.Parameters[973].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[974].Value = global::System.DBNull.Value; } - if ((Original_R6777800.HasValue == true)) { + if ((Original_T0346600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[975].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[976].Value = ((int)(Original_R6777800.Value)); + this.Adapter.DeleteCommand.Parameters[976].Value = ((int)(Original_T0346600.Value)); } else { this.Adapter.DeleteCommand.Parameters[975].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[976].Value = global::System.DBNull.Value; } - if ((Original_R7415900.HasValue == true)) { + if ((Original_T0346700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[977].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[978].Value = ((int)(Original_R7415900.Value)); + this.Adapter.DeleteCommand.Parameters[978].Value = ((int)(Original_T0346700.Value)); } else { this.Adapter.DeleteCommand.Parameters[977].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[978].Value = global::System.DBNull.Value; } - if ((Original_R7416000.HasValue == true)) { + if ((Original_T0346800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[979].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[980].Value = ((int)(Original_R7416000.Value)); + this.Adapter.DeleteCommand.Parameters[980].Value = ((int)(Original_T0346800.Value)); } else { this.Adapter.DeleteCommand.Parameters[979].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[980].Value = global::System.DBNull.Value; } - if ((Original_R7416100.HasValue == true)) { + if ((Original_T0346900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[981].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[982].Value = ((int)(Original_R7416100.Value)); + this.Adapter.DeleteCommand.Parameters[982].Value = ((int)(Original_T0346900.Value)); } else { this.Adapter.DeleteCommand.Parameters[981].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[982].Value = global::System.DBNull.Value; } - if ((Original_R7416200.HasValue == true)) { + if ((Original_T0347000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[983].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[984].Value = ((int)(Original_R7416200.Value)); + this.Adapter.DeleteCommand.Parameters[984].Value = ((int)(Original_T0347000.Value)); } else { this.Adapter.DeleteCommand.Parameters[983].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[984].Value = global::System.DBNull.Value; } - if ((Original_R7416300.HasValue == true)) { + if ((Original_T0347100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[985].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[986].Value = ((int)(Original_R7416300.Value)); + this.Adapter.DeleteCommand.Parameters[986].Value = ((int)(Original_T0347100.Value)); } else { this.Adapter.DeleteCommand.Parameters[985].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[986].Value = global::System.DBNull.Value; } - if ((Original_R7416400.HasValue == true)) { + if ((Original_T0347200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[987].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[988].Value = ((int)(Original_R7416400.Value)); + this.Adapter.DeleteCommand.Parameters[988].Value = ((int)(Original_T0347200.Value)); } else { this.Adapter.DeleteCommand.Parameters[987].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[988].Value = global::System.DBNull.Value; } - if ((Original_R7416500.HasValue == true)) { + if ((Original_T0347300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[989].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[990].Value = ((int)(Original_R7416500.Value)); + this.Adapter.DeleteCommand.Parameters[990].Value = ((int)(Original_T0347300.Value)); } else { this.Adapter.DeleteCommand.Parameters[989].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[990].Value = global::System.DBNull.Value; } - if ((Original_R7416600.HasValue == true)) { + if ((Original_T0347400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[991].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[992].Value = ((int)(Original_R7416600.Value)); + this.Adapter.DeleteCommand.Parameters[992].Value = ((int)(Original_T0347400.Value)); } else { this.Adapter.DeleteCommand.Parameters[991].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[992].Value = global::System.DBNull.Value; } - if ((Original_R7416700.HasValue == true)) { + if ((Original_T0347500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[993].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[994].Value = ((int)(Original_R7416700.Value)); + this.Adapter.DeleteCommand.Parameters[994].Value = ((int)(Original_T0347500.Value)); } else { this.Adapter.DeleteCommand.Parameters[993].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[994].Value = global::System.DBNull.Value; } - if ((Original_R7416800.HasValue == true)) { + if ((Original_T0347600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[995].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[996].Value = ((int)(Original_R7416800.Value)); + this.Adapter.DeleteCommand.Parameters[996].Value = ((int)(Original_T0347600.Value)); } else { this.Adapter.DeleteCommand.Parameters[995].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[996].Value = global::System.DBNull.Value; } - if ((Original_R7416900.HasValue == true)) { + if ((Original_T0347700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[997].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[998].Value = ((int)(Original_R7416900.Value)); + this.Adapter.DeleteCommand.Parameters[998].Value = ((int)(Original_T0347700.Value)); } else { this.Adapter.DeleteCommand.Parameters[997].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[998].Value = global::System.DBNull.Value; } - if ((Original_R7417000.HasValue == true)) { + if ((Original_T0347800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[999].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1000].Value = ((int)(Original_R7417000.Value)); + this.Adapter.DeleteCommand.Parameters[1000].Value = ((int)(Original_T0347800.Value)); } else { this.Adapter.DeleteCommand.Parameters[999].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1000].Value = global::System.DBNull.Value; } - if ((Original_R7417100.HasValue == true)) { + if ((Original_T0349000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1001].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1002].Value = ((int)(Original_R7417100.Value)); + this.Adapter.DeleteCommand.Parameters[1002].Value = ((int)(Original_T0349000.Value)); } else { this.Adapter.DeleteCommand.Parameters[1001].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1002].Value = global::System.DBNull.Value; } - if ((Original_R7417200.HasValue == true)) { + if ((Original_T0349100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1003].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1004].Value = ((int)(Original_R7417200.Value)); + this.Adapter.DeleteCommand.Parameters[1004].Value = ((int)(Original_T0349100.Value)); } else { this.Adapter.DeleteCommand.Parameters[1003].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1004].Value = global::System.DBNull.Value; } - if ((Original_R7417300.HasValue == true)) { + if ((Original_T0349200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1005].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1006].Value = ((int)(Original_R7417300.Value)); + this.Adapter.DeleteCommand.Parameters[1006].Value = ((int)(Original_T0349200.Value)); } else { this.Adapter.DeleteCommand.Parameters[1005].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1006].Value = global::System.DBNull.Value; } - if ((Original_R7417400.HasValue == true)) { + if ((Original_T0349300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1007].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1008].Value = ((int)(Original_R7417400.Value)); + this.Adapter.DeleteCommand.Parameters[1008].Value = ((int)(Original_T0349300.Value)); } else { this.Adapter.DeleteCommand.Parameters[1007].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1008].Value = global::System.DBNull.Value; } - if ((Original_R7417500.HasValue == true)) { + if ((Original_T0349400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1009].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1010].Value = ((int)(Original_R7417500.Value)); + this.Adapter.DeleteCommand.Parameters[1010].Value = ((int)(Original_T0349400.Value)); } else { this.Adapter.DeleteCommand.Parameters[1009].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1010].Value = global::System.DBNull.Value; } - if ((Original_R7417600.HasValue == true)) { + if ((Original_T0349500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1011].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1012].Value = ((int)(Original_R7417600.Value)); + this.Adapter.DeleteCommand.Parameters[1012].Value = ((int)(Original_T0349500.Value)); } else { this.Adapter.DeleteCommand.Parameters[1011].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1012].Value = global::System.DBNull.Value; } - if ((Original_R7417700.HasValue == true)) { + if ((Original_T0349600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1013].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1014].Value = ((int)(Original_R7417700.Value)); + this.Adapter.DeleteCommand.Parameters[1014].Value = ((int)(Original_T0349600.Value)); } else { this.Adapter.DeleteCommand.Parameters[1013].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1014].Value = global::System.DBNull.Value; } - if ((Original_R7417800.HasValue == true)) { + if ((Original_T0349700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1015].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1016].Value = ((int)(Original_R7417800.Value)); + this.Adapter.DeleteCommand.Parameters[1016].Value = ((int)(Original_T0349700.Value)); } else { this.Adapter.DeleteCommand.Parameters[1015].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1016].Value = global::System.DBNull.Value; } - if ((Original_R7417900.HasValue == true)) { + if ((Original_T0349800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1017].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1018].Value = ((int)(Original_R7417900.Value)); + this.Adapter.DeleteCommand.Parameters[1018].Value = ((int)(Original_T0349800.Value)); } else { this.Adapter.DeleteCommand.Parameters[1017].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1018].Value = global::System.DBNull.Value; } - if ((Original_R7418000.HasValue == true)) { + if ((Original_T0349900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1019].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1020].Value = ((int)(Original_R7418000.Value)); + this.Adapter.DeleteCommand.Parameters[1020].Value = ((int)(Original_T0349900.Value)); } else { this.Adapter.DeleteCommand.Parameters[1019].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1020].Value = global::System.DBNull.Value; } - if ((Original_R7418100.HasValue == true)) { + if ((Original_T0350000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1021].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1022].Value = ((int)(Original_R7418100.Value)); + this.Adapter.DeleteCommand.Parameters[1022].Value = ((int)(Original_T0350000.Value)); } else { this.Adapter.DeleteCommand.Parameters[1021].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1022].Value = global::System.DBNull.Value; } - if ((Original_R7418200.HasValue == true)) { + if ((Original_T0350100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1023].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1024].Value = ((int)(Original_R7418200.Value)); + this.Adapter.DeleteCommand.Parameters[1024].Value = ((int)(Original_T0350100.Value)); } else { this.Adapter.DeleteCommand.Parameters[1023].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1024].Value = global::System.DBNull.Value; } - if ((Original_R7418300.HasValue == true)) { + if ((Original_T0350101.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1025].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1026].Value = ((int)(Original_R7418300.Value)); + this.Adapter.DeleteCommand.Parameters[1026].Value = ((int)(Original_T0350101.Value)); } else { this.Adapter.DeleteCommand.Parameters[1025].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1026].Value = global::System.DBNull.Value; } - if ((Original_R7418400.HasValue == true)) { + if ((Original_T0350200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1027].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1028].Value = ((int)(Original_R7418400.Value)); + this.Adapter.DeleteCommand.Parameters[1028].Value = ((int)(Original_T0350200.Value)); } else { this.Adapter.DeleteCommand.Parameters[1027].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1028].Value = global::System.DBNull.Value; } - if ((Original_R7418500.HasValue == true)) { + if ((Original_T0350201.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1029].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1030].Value = ((int)(Original_R7418500.Value)); + this.Adapter.DeleteCommand.Parameters[1030].Value = ((int)(Original_T0350201.Value)); } else { this.Adapter.DeleteCommand.Parameters[1029].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1030].Value = global::System.DBNull.Value; } - if ((Original_R7418600.HasValue == true)) { + if ((Original_T0350300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1031].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1032].Value = ((int)(Original_R7418600.Value)); + this.Adapter.DeleteCommand.Parameters[1032].Value = ((int)(Original_T0350300.Value)); } else { this.Adapter.DeleteCommand.Parameters[1031].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1032].Value = global::System.DBNull.Value; } - if ((Original_R7418700.HasValue == true)) { + if ((Original_T0350301.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1033].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1034].Value = ((int)(Original_R7418700.Value)); + this.Adapter.DeleteCommand.Parameters[1034].Value = ((int)(Original_T0350301.Value)); } else { this.Adapter.DeleteCommand.Parameters[1033].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1034].Value = global::System.DBNull.Value; } - if ((Original_R7418800.HasValue == true)) { + if ((Original_T0350400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1035].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1036].Value = ((int)(Original_R7418800.Value)); + this.Adapter.DeleteCommand.Parameters[1036].Value = ((int)(Original_T0350400.Value)); } else { this.Adapter.DeleteCommand.Parameters[1035].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1036].Value = global::System.DBNull.Value; } - if ((Original_R7418900.HasValue == true)) { + if ((Original_T0350401.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1037].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1038].Value = ((int)(Original_R7418900.Value)); + this.Adapter.DeleteCommand.Parameters[1038].Value = ((int)(Original_T0350401.Value)); } else { this.Adapter.DeleteCommand.Parameters[1037].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1038].Value = global::System.DBNull.Value; } - if ((Original_R7419000.HasValue == true)) { + if ((Original_T0350500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1039].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1040].Value = ((int)(Original_R7419000.Value)); + this.Adapter.DeleteCommand.Parameters[1040].Value = ((int)(Original_T0350500.Value)); } else { this.Adapter.DeleteCommand.Parameters[1039].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1040].Value = global::System.DBNull.Value; } - if ((Original_R7419100.HasValue == true)) { + if ((Original_T0350501.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1041].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1042].Value = ((int)(Original_R7419100.Value)); + this.Adapter.DeleteCommand.Parameters[1042].Value = ((int)(Original_T0350501.Value)); } else { this.Adapter.DeleteCommand.Parameters[1041].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1042].Value = global::System.DBNull.Value; } - if ((Original_R7419200.HasValue == true)) { + if ((Original_T0350600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1043].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1044].Value = ((int)(Original_R7419200.Value)); + this.Adapter.DeleteCommand.Parameters[1044].Value = ((int)(Original_T0350600.Value)); } else { this.Adapter.DeleteCommand.Parameters[1043].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1044].Value = global::System.DBNull.Value; } - if ((Original_R7419300.HasValue == true)) { + if ((Original_T0350601.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1045].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1046].Value = ((int)(Original_R7419300.Value)); + this.Adapter.DeleteCommand.Parameters[1046].Value = ((int)(Original_T0350601.Value)); } else { this.Adapter.DeleteCommand.Parameters[1045].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1046].Value = global::System.DBNull.Value; } - if ((Original_R7419400.HasValue == true)) { + if ((Original_T0350700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1047].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1048].Value = ((int)(Original_R7419400.Value)); + this.Adapter.DeleteCommand.Parameters[1048].Value = ((int)(Original_T0350700.Value)); } else { this.Adapter.DeleteCommand.Parameters[1047].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1048].Value = global::System.DBNull.Value; } - if ((Original_R7419500.HasValue == true)) { + if ((Original_T0350701.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1049].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1050].Value = ((int)(Original_R7419500.Value)); + this.Adapter.DeleteCommand.Parameters[1050].Value = ((int)(Original_T0350701.Value)); } else { this.Adapter.DeleteCommand.Parameters[1049].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1050].Value = global::System.DBNull.Value; } - if ((Original_R7419600.HasValue == true)) { + if ((Original_T0350800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1051].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1052].Value = ((int)(Original_R7419600.Value)); + this.Adapter.DeleteCommand.Parameters[1052].Value = ((int)(Original_T0350800.Value)); } else { this.Adapter.DeleteCommand.Parameters[1051].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1052].Value = global::System.DBNull.Value; } - if ((Original_R7419700.HasValue == true)) { + if ((Original_T0350801.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1053].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1054].Value = ((int)(Original_R7419700.Value)); + this.Adapter.DeleteCommand.Parameters[1054].Value = ((int)(Original_T0350801.Value)); } else { this.Adapter.DeleteCommand.Parameters[1053].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1054].Value = global::System.DBNull.Value; } - if ((Original_R7419800.HasValue == true)) { + if ((Original_T0350900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1055].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1056].Value = ((int)(Original_R7419800.Value)); + this.Adapter.DeleteCommand.Parameters[1056].Value = ((int)(Original_T0350900.Value)); } else { this.Adapter.DeleteCommand.Parameters[1055].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1056].Value = global::System.DBNull.Value; } - if ((Original_R7419900.HasValue == true)) { + if ((Original_T0350901.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1057].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1058].Value = ((int)(Original_R7419900.Value)); + this.Adapter.DeleteCommand.Parameters[1058].Value = ((int)(Original_T0350901.Value)); } else { this.Adapter.DeleteCommand.Parameters[1057].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1058].Value = global::System.DBNull.Value; } - if ((Original_R7419901.HasValue == true)) { + if ((Original_T0351000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1059].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1060].Value = ((int)(Original_R7419901.Value)); + this.Adapter.DeleteCommand.Parameters[1060].Value = ((int)(Original_T0351000.Value)); } else { this.Adapter.DeleteCommand.Parameters[1059].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1060].Value = global::System.DBNull.Value; } - if ((Original_R7420000.HasValue == true)) { + if ((Original_T0351001.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1061].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1062].Value = ((int)(Original_R7420000.Value)); + this.Adapter.DeleteCommand.Parameters[1062].Value = ((int)(Original_T0351001.Value)); } else { this.Adapter.DeleteCommand.Parameters[1061].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1062].Value = global::System.DBNull.Value; } - if ((Original_R7420001.HasValue == true)) { + if ((Original_T0351900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1063].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1064].Value = ((int)(Original_R7420001.Value)); + this.Adapter.DeleteCommand.Parameters[1064].Value = ((int)(Original_T0351900.Value)); } else { this.Adapter.DeleteCommand.Parameters[1063].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1064].Value = global::System.DBNull.Value; } - if ((Original_R7420100.HasValue == true)) { + if ((Original_T0352000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1065].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1066].Value = ((int)(Original_R7420100.Value)); + this.Adapter.DeleteCommand.Parameters[1066].Value = ((int)(Original_T0352000.Value)); } else { this.Adapter.DeleteCommand.Parameters[1065].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1066].Value = global::System.DBNull.Value; } - if ((Original_R7420101.HasValue == true)) { + if ((Original_T0352100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1067].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1068].Value = ((int)(Original_R7420101.Value)); + this.Adapter.DeleteCommand.Parameters[1068].Value = ((int)(Original_T0352100.Value)); } else { this.Adapter.DeleteCommand.Parameters[1067].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1068].Value = global::System.DBNull.Value; } - if ((Original_R7420200.HasValue == true)) { + if ((Original_T0352200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1069].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1070].Value = ((int)(Original_R7420200.Value)); + this.Adapter.DeleteCommand.Parameters[1070].Value = ((int)(Original_T0352200.Value)); } else { this.Adapter.DeleteCommand.Parameters[1069].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1070].Value = global::System.DBNull.Value; } - if ((Original_R7420201.HasValue == true)) { + if ((Original_T0352300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1071].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1072].Value = ((int)(Original_R7420201.Value)); + this.Adapter.DeleteCommand.Parameters[1072].Value = ((int)(Original_T0352300.Value)); } else { this.Adapter.DeleteCommand.Parameters[1071].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1072].Value = global::System.DBNull.Value; } - if ((Original_R7420300.HasValue == true)) { + if ((Original_T0352400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1073].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1074].Value = ((int)(Original_R7420300.Value)); + this.Adapter.DeleteCommand.Parameters[1074].Value = ((int)(Original_T0352400.Value)); } else { this.Adapter.DeleteCommand.Parameters[1073].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1074].Value = global::System.DBNull.Value; } - if ((Original_R7420301.HasValue == true)) { + if ((Original_T0352500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1075].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1076].Value = ((int)(Original_R7420301.Value)); + this.Adapter.DeleteCommand.Parameters[1076].Value = ((int)(Original_T0352500.Value)); } else { this.Adapter.DeleteCommand.Parameters[1075].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1076].Value = global::System.DBNull.Value; } - if ((Original_R7420400.HasValue == true)) { + if ((Original_T0352600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1077].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1078].Value = ((int)(Original_R7420400.Value)); + this.Adapter.DeleteCommand.Parameters[1078].Value = ((int)(Original_T0352600.Value)); } else { this.Adapter.DeleteCommand.Parameters[1077].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1078].Value = global::System.DBNull.Value; } - if ((Original_R7420401.HasValue == true)) { + if ((Original_T0352700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1079].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1080].Value = ((int)(Original_R7420401.Value)); + this.Adapter.DeleteCommand.Parameters[1080].Value = ((int)(Original_T0352700.Value)); } else { this.Adapter.DeleteCommand.Parameters[1079].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1080].Value = global::System.DBNull.Value; } - if ((Original_R7420500.HasValue == true)) { + if ((Original_T0352800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1081].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1082].Value = ((int)(Original_R7420500.Value)); + this.Adapter.DeleteCommand.Parameters[1082].Value = ((int)(Original_T0352800.Value)); } else { this.Adapter.DeleteCommand.Parameters[1081].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1082].Value = global::System.DBNull.Value; } - if ((Original_R7420501.HasValue == true)) { + if ((Original_T0352900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1083].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1084].Value = ((int)(Original_R7420501.Value)); + this.Adapter.DeleteCommand.Parameters[1084].Value = ((int)(Original_T0352900.Value)); } else { this.Adapter.DeleteCommand.Parameters[1083].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1084].Value = global::System.DBNull.Value; } - if ((Original_R7420600.HasValue == true)) { + if ((Original_T0597800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1085].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1086].Value = ((int)(Original_R7420600.Value)); + this.Adapter.DeleteCommand.Parameters[1086].Value = ((int)(Original_T0597800.Value)); } else { this.Adapter.DeleteCommand.Parameters[1085].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1086].Value = global::System.DBNull.Value; } - if ((Original_R7420601.HasValue == true)) { + if ((Original_T0597900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1087].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1088].Value = ((int)(Original_R7420601.Value)); + this.Adapter.DeleteCommand.Parameters[1088].Value = ((int)(Original_T0597900.Value)); } else { this.Adapter.DeleteCommand.Parameters[1087].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1088].Value = global::System.DBNull.Value; } - if ((Original_R7420700.HasValue == true)) { + if ((Original_T0598000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1089].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1090].Value = ((int)(Original_R7420700.Value)); + this.Adapter.DeleteCommand.Parameters[1090].Value = ((int)(Original_T0598000.Value)); } else { this.Adapter.DeleteCommand.Parameters[1089].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1090].Value = global::System.DBNull.Value; } - if ((Original_R7420701.HasValue == true)) { + if ((Original_T0598100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1091].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1092].Value = ((int)(Original_R7420701.Value)); + this.Adapter.DeleteCommand.Parameters[1092].Value = ((int)(Original_T0598100.Value)); } else { this.Adapter.DeleteCommand.Parameters[1091].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1092].Value = global::System.DBNull.Value; } - if ((Original_R7420800.HasValue == true)) { + if ((Original_T0598200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1093].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1094].Value = ((int)(Original_R7420800.Value)); + this.Adapter.DeleteCommand.Parameters[1094].Value = ((int)(Original_T0598200.Value)); } else { this.Adapter.DeleteCommand.Parameters[1093].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1094].Value = global::System.DBNull.Value; } - if ((Original_R7420801.HasValue == true)) { + if ((Original_T0598300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1095].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1096].Value = ((int)(Original_R7420801.Value)); + this.Adapter.DeleteCommand.Parameters[1096].Value = ((int)(Original_T0598300.Value)); } else { this.Adapter.DeleteCommand.Parameters[1095].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1096].Value = global::System.DBNull.Value; } - if ((Original_R7420900.HasValue == true)) { + if ((Original_T0598400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1097].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1098].Value = ((int)(Original_R7420900.Value)); + this.Adapter.DeleteCommand.Parameters[1098].Value = ((int)(Original_T0598400.Value)); } else { this.Adapter.DeleteCommand.Parameters[1097].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1098].Value = global::System.DBNull.Value; } - if ((Original_R7420901.HasValue == true)) { + if ((Original_T1495200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1099].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1100].Value = ((int)(Original_R7420901.Value)); + this.Adapter.DeleteCommand.Parameters[1100].Value = ((int)(Original_T1495200.Value)); } else { this.Adapter.DeleteCommand.Parameters[1099].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1100].Value = global::System.DBNull.Value; } - if ((Original_R7421000.HasValue == true)) { + if ((Original_T1495300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1101].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1102].Value = ((int)(Original_R7421000.Value)); + this.Adapter.DeleteCommand.Parameters[1102].Value = ((int)(Original_T1495300.Value)); } else { this.Adapter.DeleteCommand.Parameters[1101].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1102].Value = global::System.DBNull.Value; } - if ((Original_R7421001.HasValue == true)) { + if ((Original_T1495400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1103].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1104].Value = ((int)(Original_R7421001.Value)); + this.Adapter.DeleteCommand.Parameters[1104].Value = ((int)(Original_T1495400.Value)); } else { this.Adapter.DeleteCommand.Parameters[1103].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1104].Value = global::System.DBNull.Value; } - if ((Original_R7421100.HasValue == true)) { + if ((Original_T1495500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1105].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1106].Value = ((int)(Original_R7421100.Value)); + this.Adapter.DeleteCommand.Parameters[1106].Value = ((int)(Original_T1495500.Value)); } else { this.Adapter.DeleteCommand.Parameters[1105].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1106].Value = global::System.DBNull.Value; } - if ((Original_R7421101.HasValue == true)) { + if ((Original_T1495600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1107].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1108].Value = ((int)(Original_R7421101.Value)); + this.Adapter.DeleteCommand.Parameters[1108].Value = ((int)(Original_T1495600.Value)); } else { this.Adapter.DeleteCommand.Parameters[1107].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1108].Value = global::System.DBNull.Value; } - if ((Original_R7421200.HasValue == true)) { + if ((Original_T1495700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1109].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1110].Value = ((int)(Original_R7421200.Value)); + this.Adapter.DeleteCommand.Parameters[1110].Value = ((int)(Original_T1495700.Value)); } else { this.Adapter.DeleteCommand.Parameters[1109].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1110].Value = global::System.DBNull.Value; } - if ((Original_R7421201.HasValue == true)) { + if ((Original_T1495800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1111].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1112].Value = ((int)(Original_R7421201.Value)); + this.Adapter.DeleteCommand.Parameters[1112].Value = ((int)(Original_T1495800.Value)); } else { this.Adapter.DeleteCommand.Parameters[1111].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1112].Value = global::System.DBNull.Value; } - if ((Original_R7421300.HasValue == true)) { + if ((Original_T1495900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1113].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1114].Value = ((int)(Original_R7421300.Value)); + this.Adapter.DeleteCommand.Parameters[1114].Value = ((int)(Original_T1495900.Value)); } else { this.Adapter.DeleteCommand.Parameters[1113].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1114].Value = global::System.DBNull.Value; } - if ((Original_R7421301.HasValue == true)) { + if ((Original_T1496000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1115].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1116].Value = ((int)(Original_R7421301.Value)); + this.Adapter.DeleteCommand.Parameters[1116].Value = ((int)(Original_T1496000.Value)); } else { this.Adapter.DeleteCommand.Parameters[1115].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1116].Value = global::System.DBNull.Value; } - if ((Original_R7421400.HasValue == true)) { + if ((Original_T1496100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1117].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1118].Value = ((int)(Original_R7421400.Value)); + this.Adapter.DeleteCommand.Parameters[1118].Value = ((int)(Original_T1496100.Value)); } else { this.Adapter.DeleteCommand.Parameters[1117].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1118].Value = global::System.DBNull.Value; } - if ((Original_R7421500.HasValue == true)) { + if ((Original_T1496200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1119].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1120].Value = ((int)(Original_R7421500.Value)); + this.Adapter.DeleteCommand.Parameters[1120].Value = ((int)(Original_T1496200.Value)); } else { this.Adapter.DeleteCommand.Parameters[1119].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1120].Value = global::System.DBNull.Value; } - if ((Original_R7421600.HasValue == true)) { + if ((Original_T1496300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1121].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1122].Value = ((int)(Original_R7421600.Value)); + this.Adapter.DeleteCommand.Parameters[1122].Value = ((int)(Original_T1496300.Value)); } else { this.Adapter.DeleteCommand.Parameters[1121].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1122].Value = global::System.DBNull.Value; } - if ((Original_R7421700.HasValue == true)) { + if ((Original_T1496400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1123].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1124].Value = ((int)(Original_R7421700.Value)); + this.Adapter.DeleteCommand.Parameters[1124].Value = ((int)(Original_T1496400.Value)); } else { this.Adapter.DeleteCommand.Parameters[1123].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1124].Value = global::System.DBNull.Value; } - if ((Original_R7421800.HasValue == true)) { + if ((Original_T1496500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1125].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1126].Value = ((int)(Original_R7421800.Value)); + this.Adapter.DeleteCommand.Parameters[1126].Value = ((int)(Original_T1496500.Value)); } else { this.Adapter.DeleteCommand.Parameters[1125].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1126].Value = global::System.DBNull.Value; } - if ((Original_R7421900.HasValue == true)) { + if ((Original_T1496600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1127].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1128].Value = ((int)(Original_R7421900.Value)); + this.Adapter.DeleteCommand.Parameters[1128].Value = ((int)(Original_T1496600.Value)); } else { this.Adapter.DeleteCommand.Parameters[1127].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1128].Value = global::System.DBNull.Value; } - if ((Original_R7422000.HasValue == true)) { + if ((Original_T1496700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1129].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1130].Value = ((int)(Original_R7422000.Value)); + this.Adapter.DeleteCommand.Parameters[1130].Value = ((int)(Original_T1496700.Value)); } else { this.Adapter.DeleteCommand.Parameters[1129].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1130].Value = global::System.DBNull.Value; } - if ((Original_R7422100.HasValue == true)) { + if ((Original_T1496800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1131].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1132].Value = ((int)(Original_R7422100.Value)); + this.Adapter.DeleteCommand.Parameters[1132].Value = ((int)(Original_T1496800.Value)); } else { this.Adapter.DeleteCommand.Parameters[1131].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1132].Value = global::System.DBNull.Value; } - if ((Original_R7422200.HasValue == true)) { + if ((Original_T1496900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1133].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1134].Value = ((int)(Original_R7422200.Value)); + this.Adapter.DeleteCommand.Parameters[1134].Value = ((int)(Original_T1496900.Value)); } else { this.Adapter.DeleteCommand.Parameters[1133].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1134].Value = global::System.DBNull.Value; } - if ((Original_R7422300.HasValue == true)) { + if ((Original_T1497000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1135].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1136].Value = ((int)(Original_R7422300.Value)); + this.Adapter.DeleteCommand.Parameters[1136].Value = ((int)(Original_T1497000.Value)); } else { this.Adapter.DeleteCommand.Parameters[1135].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1136].Value = global::System.DBNull.Value; } - if ((Original_R8114000.HasValue == true)) { + if ((Original_T1497100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1137].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1138].Value = ((int)(Original_R8114000.Value)); + this.Adapter.DeleteCommand.Parameters[1138].Value = ((int)(Original_T1497100.Value)); } else { this.Adapter.DeleteCommand.Parameters[1137].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1138].Value = global::System.DBNull.Value; } - if ((Original_R8114100.HasValue == true)) { + if ((Original_T1497200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1139].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1140].Value = ((int)(Original_R8114100.Value)); + this.Adapter.DeleteCommand.Parameters[1140].Value = ((int)(Original_T1497200.Value)); } else { this.Adapter.DeleteCommand.Parameters[1139].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1140].Value = global::System.DBNull.Value; } - if ((Original_R8114200.HasValue == true)) { + if ((Original_T1498400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1141].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1142].Value = ((int)(Original_R8114200.Value)); + this.Adapter.DeleteCommand.Parameters[1142].Value = ((int)(Original_T1498400.Value)); } else { this.Adapter.DeleteCommand.Parameters[1141].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1142].Value = global::System.DBNull.Value; } - if ((Original_R8114300.HasValue == true)) { + if ((Original_T1498500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1143].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1144].Value = ((int)(Original_R8114300.Value)); + this.Adapter.DeleteCommand.Parameters[1144].Value = ((int)(Original_T1498500.Value)); } else { this.Adapter.DeleteCommand.Parameters[1143].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1144].Value = global::System.DBNull.Value; } - if ((Original_R8114400.HasValue == true)) { + if ((Original_T1498600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1145].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1146].Value = ((int)(Original_R8114400.Value)); + this.Adapter.DeleteCommand.Parameters[1146].Value = ((int)(Original_T1498600.Value)); } else { this.Adapter.DeleteCommand.Parameters[1145].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1146].Value = global::System.DBNull.Value; } - if ((Original_R8114500.HasValue == true)) { + if ((Original_T1498700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1147].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1148].Value = ((int)(Original_R8114500.Value)); + this.Adapter.DeleteCommand.Parameters[1148].Value = ((int)(Original_T1498700.Value)); } else { this.Adapter.DeleteCommand.Parameters[1147].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1148].Value = global::System.DBNull.Value; } - if ((Original_R8114600.HasValue == true)) { + if ((Original_T1498800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1149].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1150].Value = ((int)(Original_R8114600.Value)); + this.Adapter.DeleteCommand.Parameters[1150].Value = ((int)(Original_T1498800.Value)); } else { this.Adapter.DeleteCommand.Parameters[1149].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1150].Value = global::System.DBNull.Value; } - if ((Original_R8114700.HasValue == true)) { + if ((Original_T1498900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1151].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1152].Value = ((int)(Original_R8114700.Value)); + this.Adapter.DeleteCommand.Parameters[1152].Value = ((int)(Original_T1498900.Value)); } else { this.Adapter.DeleteCommand.Parameters[1151].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1152].Value = global::System.DBNull.Value; } - if ((Original_R8114800.HasValue == true)) { + if ((Original_T1499000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1153].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1154].Value = ((int)(Original_R8114800.Value)); + this.Adapter.DeleteCommand.Parameters[1154].Value = ((int)(Original_T1499000.Value)); } else { this.Adapter.DeleteCommand.Parameters[1153].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1154].Value = global::System.DBNull.Value; } - if ((Original_R8114900.HasValue == true)) { + if ((Original_T1499100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1155].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1156].Value = ((int)(Original_R8114900.Value)); + this.Adapter.DeleteCommand.Parameters[1156].Value = ((int)(Original_T1499100.Value)); } else { this.Adapter.DeleteCommand.Parameters[1155].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1156].Value = global::System.DBNull.Value; } - if ((Original_R8115000.HasValue == true)) { + if ((Original_T1499200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1157].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1158].Value = ((int)(Original_R8115000.Value)); + this.Adapter.DeleteCommand.Parameters[1158].Value = ((int)(Original_T1499200.Value)); } else { this.Adapter.DeleteCommand.Parameters[1157].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1158].Value = global::System.DBNull.Value; } - if ((Original_R8115100.HasValue == true)) { + if ((Original_T1499300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1159].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1160].Value = ((int)(Original_R8115100.Value)); + this.Adapter.DeleteCommand.Parameters[1160].Value = ((int)(Original_T1499300.Value)); } else { this.Adapter.DeleteCommand.Parameters[1159].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1160].Value = global::System.DBNull.Value; } - if ((Original_R8115200.HasValue == true)) { + if ((Original_T1499400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1161].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1162].Value = ((int)(Original_R8115200.Value)); + this.Adapter.DeleteCommand.Parameters[1162].Value = ((int)(Original_T1499400.Value)); } else { this.Adapter.DeleteCommand.Parameters[1161].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1162].Value = global::System.DBNull.Value; } - if ((Original_R8115300.HasValue == true)) { + if ((Original_T1499500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1163].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1164].Value = ((int)(Original_R8115300.Value)); + this.Adapter.DeleteCommand.Parameters[1164].Value = ((int)(Original_T1499500.Value)); } else { this.Adapter.DeleteCommand.Parameters[1163].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1164].Value = global::System.DBNull.Value; } - if ((Original_R8115400.HasValue == true)) { + if ((Original_T1499501.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1165].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1166].Value = ((int)(Original_R8115400.Value)); + this.Adapter.DeleteCommand.Parameters[1166].Value = ((int)(Original_T1499501.Value)); } else { this.Adapter.DeleteCommand.Parameters[1165].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1166].Value = global::System.DBNull.Value; } - if ((Original_R8115500.HasValue == true)) { + if ((Original_T1499600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1167].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1168].Value = ((int)(Original_R8115500.Value)); + this.Adapter.DeleteCommand.Parameters[1168].Value = ((int)(Original_T1499600.Value)); } else { this.Adapter.DeleteCommand.Parameters[1167].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1168].Value = global::System.DBNull.Value; } - if ((Original_R8115600.HasValue == true)) { + if ((Original_T1499601.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1169].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1170].Value = ((int)(Original_R8115600.Value)); + this.Adapter.DeleteCommand.Parameters[1170].Value = ((int)(Original_T1499601.Value)); } else { this.Adapter.DeleteCommand.Parameters[1169].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1170].Value = global::System.DBNull.Value; } - if ((Original_R8115700.HasValue == true)) { + if ((Original_T1499700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1171].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1172].Value = ((int)(Original_R8115700.Value)); + this.Adapter.DeleteCommand.Parameters[1172].Value = ((int)(Original_T1499700.Value)); } else { this.Adapter.DeleteCommand.Parameters[1171].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1172].Value = global::System.DBNull.Value; } - if ((Original_R8115800.HasValue == true)) { + if ((Original_T1499701.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1173].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1174].Value = ((int)(Original_R8115800.Value)); + this.Adapter.DeleteCommand.Parameters[1174].Value = ((int)(Original_T1499701.Value)); } else { this.Adapter.DeleteCommand.Parameters[1173].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1174].Value = global::System.DBNull.Value; } - if ((Original_R8115900.HasValue == true)) { + if ((Original_T1499800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1175].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1176].Value = ((int)(Original_R8115900.Value)); + this.Adapter.DeleteCommand.Parameters[1176].Value = ((int)(Original_T1499800.Value)); } else { this.Adapter.DeleteCommand.Parameters[1175].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1176].Value = global::System.DBNull.Value; } - if ((Original_R8116000.HasValue == true)) { + if ((Original_T1499801.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1177].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1178].Value = ((int)(Original_R8116000.Value)); + this.Adapter.DeleteCommand.Parameters[1178].Value = ((int)(Original_T1499801.Value)); } else { this.Adapter.DeleteCommand.Parameters[1177].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1178].Value = global::System.DBNull.Value; } - if ((Original_R8116100.HasValue == true)) { + if ((Original_T1499900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1179].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1180].Value = ((int)(Original_R8116100.Value)); + this.Adapter.DeleteCommand.Parameters[1180].Value = ((int)(Original_T1499900.Value)); } else { this.Adapter.DeleteCommand.Parameters[1179].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1180].Value = global::System.DBNull.Value; } - if ((Original_R8116200.HasValue == true)) { + if ((Original_T1499901.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1181].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1182].Value = ((int)(Original_R8116200.Value)); + this.Adapter.DeleteCommand.Parameters[1182].Value = ((int)(Original_T1499901.Value)); } else { this.Adapter.DeleteCommand.Parameters[1181].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1182].Value = global::System.DBNull.Value; } - if ((Original_R8116300.HasValue == true)) { + if ((Original_T1500000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1183].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1184].Value = ((int)(Original_R8116300.Value)); + this.Adapter.DeleteCommand.Parameters[1184].Value = ((int)(Original_T1500000.Value)); } else { this.Adapter.DeleteCommand.Parameters[1183].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1184].Value = global::System.DBNull.Value; } - if ((Original_R8116400.HasValue == true)) { + if ((Original_T1500001.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1185].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1186].Value = ((int)(Original_R8116400.Value)); + this.Adapter.DeleteCommand.Parameters[1186].Value = ((int)(Original_T1500001.Value)); } else { this.Adapter.DeleteCommand.Parameters[1185].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1186].Value = global::System.DBNull.Value; } - if ((Original_R8116500.HasValue == true)) { + if ((Original_T1500100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1187].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1188].Value = ((int)(Original_R8116500.Value)); + this.Adapter.DeleteCommand.Parameters[1188].Value = ((int)(Original_T1500100.Value)); } else { this.Adapter.DeleteCommand.Parameters[1187].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1188].Value = global::System.DBNull.Value; } - if ((Original_R8116600.HasValue == true)) { + if ((Original_T1500101.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1189].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1190].Value = ((int)(Original_R8116600.Value)); + this.Adapter.DeleteCommand.Parameters[1190].Value = ((int)(Original_T1500101.Value)); } else { this.Adapter.DeleteCommand.Parameters[1189].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1190].Value = global::System.DBNull.Value; } - if ((Original_R8116700.HasValue == true)) { + if ((Original_T1500200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1191].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1192].Value = ((int)(Original_R8116700.Value)); + this.Adapter.DeleteCommand.Parameters[1192].Value = ((int)(Original_T1500200.Value)); } else { this.Adapter.DeleteCommand.Parameters[1191].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1192].Value = global::System.DBNull.Value; } - if ((Original_R8116800.HasValue == true)) { + if ((Original_T1500201.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1193].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1194].Value = ((int)(Original_R8116800.Value)); + this.Adapter.DeleteCommand.Parameters[1194].Value = ((int)(Original_T1500201.Value)); } else { this.Adapter.DeleteCommand.Parameters[1193].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1194].Value = global::System.DBNull.Value; } - if ((Original_R8116900.HasValue == true)) { + if ((Original_T1500300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1195].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1196].Value = ((int)(Original_R8116900.Value)); + this.Adapter.DeleteCommand.Parameters[1196].Value = ((int)(Original_T1500300.Value)); } else { this.Adapter.DeleteCommand.Parameters[1195].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1196].Value = global::System.DBNull.Value; } - if ((Original_R8117000.HasValue == true)) { + if ((Original_T1500301.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1197].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1198].Value = ((int)(Original_R8117000.Value)); + this.Adapter.DeleteCommand.Parameters[1198].Value = ((int)(Original_T1500301.Value)); } else { this.Adapter.DeleteCommand.Parameters[1197].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1198].Value = global::System.DBNull.Value; } - if ((Original_R8117100.HasValue == true)) { + if ((Original_T1500400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1199].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1200].Value = ((int)(Original_R8117100.Value)); + this.Adapter.DeleteCommand.Parameters[1200].Value = ((int)(Original_T1500400.Value)); } else { this.Adapter.DeleteCommand.Parameters[1199].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1200].Value = global::System.DBNull.Value; } - if ((Original_R8117200.HasValue == true)) { + if ((Original_T1500401.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1201].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1202].Value = ((int)(Original_R8117200.Value)); + this.Adapter.DeleteCommand.Parameters[1202].Value = ((int)(Original_T1500401.Value)); } else { this.Adapter.DeleteCommand.Parameters[1201].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1202].Value = global::System.DBNull.Value; } - if ((Original_R8117300.HasValue == true)) { + if ((Original_T1501100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1203].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1204].Value = ((int)(Original_R8117300.Value)); + this.Adapter.DeleteCommand.Parameters[1204].Value = ((int)(Original_T1501100.Value)); } else { this.Adapter.DeleteCommand.Parameters[1203].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1204].Value = global::System.DBNull.Value; } - if ((Original_R8117400.HasValue == true)) { + if ((Original_T1501200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1205].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1206].Value = ((int)(Original_R8117400.Value)); + this.Adapter.DeleteCommand.Parameters[1206].Value = ((int)(Original_T1501200.Value)); } else { this.Adapter.DeleteCommand.Parameters[1205].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1206].Value = global::System.DBNull.Value; } - if ((Original_R8117500.HasValue == true)) { + if ((Original_T1501300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1207].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1208].Value = ((int)(Original_R8117500.Value)); + this.Adapter.DeleteCommand.Parameters[1208].Value = ((int)(Original_T1501300.Value)); } else { this.Adapter.DeleteCommand.Parameters[1207].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1208].Value = global::System.DBNull.Value; } - if ((Original_R8117600.HasValue == true)) { + if ((Original_T1501400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1209].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1210].Value = ((int)(Original_R8117600.Value)); + this.Adapter.DeleteCommand.Parameters[1210].Value = ((int)(Original_T1501400.Value)); } else { this.Adapter.DeleteCommand.Parameters[1209].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1210].Value = global::System.DBNull.Value; } - if ((Original_R8117700.HasValue == true)) { + if ((Original_T1501500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1211].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1212].Value = ((int)(Original_R8117700.Value)); + this.Adapter.DeleteCommand.Parameters[1212].Value = ((int)(Original_T1501500.Value)); } else { this.Adapter.DeleteCommand.Parameters[1211].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1212].Value = global::System.DBNull.Value; } - if ((Original_R8117800.HasValue == true)) { + if ((Original_T1501600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1213].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1214].Value = ((int)(Original_R8117800.Value)); + this.Adapter.DeleteCommand.Parameters[1214].Value = ((int)(Original_T1501600.Value)); } else { this.Adapter.DeleteCommand.Parameters[1213].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1214].Value = global::System.DBNull.Value; } - if ((Original_R8117900.HasValue == true)) { + if ((Original_T1501700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1215].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1216].Value = ((int)(Original_R8117900.Value)); + this.Adapter.DeleteCommand.Parameters[1216].Value = ((int)(Original_T1501700.Value)); } else { this.Adapter.DeleteCommand.Parameters[1215].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1216].Value = global::System.DBNull.Value; } - if ((Original_R8118000.HasValue == true)) { + if ((Original_T1501800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1217].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1218].Value = ((int)(Original_R8118000.Value)); + this.Adapter.DeleteCommand.Parameters[1218].Value = ((int)(Original_T1501800.Value)); } else { this.Adapter.DeleteCommand.Parameters[1217].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1218].Value = global::System.DBNull.Value; } - if ((Original_R8118001.HasValue == true)) { + if ((Original_T1501900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1219].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1220].Value = ((int)(Original_R8118001.Value)); + this.Adapter.DeleteCommand.Parameters[1220].Value = ((int)(Original_T1501900.Value)); } else { this.Adapter.DeleteCommand.Parameters[1219].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1220].Value = global::System.DBNull.Value; } - if ((Original_R8118100.HasValue == true)) { + if ((Original_T1502000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1221].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1222].Value = ((int)(Original_R8118100.Value)); + this.Adapter.DeleteCommand.Parameters[1222].Value = ((int)(Original_T1502000.Value)); } else { this.Adapter.DeleteCommand.Parameters[1221].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1222].Value = global::System.DBNull.Value; } - if ((Original_R8118101.HasValue == true)) { + if ((Original_T1502100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1223].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1224].Value = ((int)(Original_R8118101.Value)); + this.Adapter.DeleteCommand.Parameters[1224].Value = ((int)(Original_T1502100.Value)); } else { this.Adapter.DeleteCommand.Parameters[1223].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1224].Value = global::System.DBNull.Value; } - if ((Original_R8118200.HasValue == true)) { + if ((Original_T1765100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1225].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1226].Value = ((int)(Original_R8118200.Value)); + this.Adapter.DeleteCommand.Parameters[1226].Value = ((int)(Original_T1765100.Value)); } else { this.Adapter.DeleteCommand.Parameters[1225].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1226].Value = global::System.DBNull.Value; } - if ((Original_R8118201.HasValue == true)) { + if ((Original_T1765200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1227].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1228].Value = ((int)(Original_R8118201.Value)); + this.Adapter.DeleteCommand.Parameters[1228].Value = ((int)(Original_T1765200.Value)); } else { this.Adapter.DeleteCommand.Parameters[1227].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1228].Value = global::System.DBNull.Value; } - if ((Original_R8118300.HasValue == true)) { + if ((Original_T1765300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1229].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1230].Value = ((int)(Original_R8118300.Value)); + this.Adapter.DeleteCommand.Parameters[1230].Value = ((int)(Original_T1765300.Value)); } else { this.Adapter.DeleteCommand.Parameters[1229].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1230].Value = global::System.DBNull.Value; } - if ((Original_R8118301.HasValue == true)) { + if ((Original_T1765400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1231].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1232].Value = ((int)(Original_R8118301.Value)); + this.Adapter.DeleteCommand.Parameters[1232].Value = ((int)(Original_T1765400.Value)); } else { this.Adapter.DeleteCommand.Parameters[1231].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1232].Value = global::System.DBNull.Value; } - if ((Original_R8118400.HasValue == true)) { + if ((Original_T1765500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1233].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1234].Value = ((int)(Original_R8118400.Value)); + this.Adapter.DeleteCommand.Parameters[1234].Value = ((int)(Original_T1765500.Value)); } else { this.Adapter.DeleteCommand.Parameters[1233].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1234].Value = global::System.DBNull.Value; } - if ((Original_R8118401.HasValue == true)) { + if ((Original_T1765600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1235].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1236].Value = ((int)(Original_R8118401.Value)); + this.Adapter.DeleteCommand.Parameters[1236].Value = ((int)(Original_T1765600.Value)); } else { this.Adapter.DeleteCommand.Parameters[1235].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1236].Value = global::System.DBNull.Value; } - if ((Original_R8118500.HasValue == true)) { + if ((Original_T1765700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1237].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1238].Value = ((int)(Original_R8118500.Value)); + this.Adapter.DeleteCommand.Parameters[1238].Value = ((int)(Original_T1765700.Value)); } else { this.Adapter.DeleteCommand.Parameters[1237].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1238].Value = global::System.DBNull.Value; } - if ((Original_R8118501.HasValue == true)) { + if ((Original_T2541200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1239].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1240].Value = ((int)(Original_R8118501.Value)); + this.Adapter.DeleteCommand.Parameters[1240].Value = ((int)(Original_T2541200.Value)); } else { this.Adapter.DeleteCommand.Parameters[1239].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1240].Value = global::System.DBNull.Value; } - if ((Original_R8118600.HasValue == true)) { + if ((Original_T2541300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1241].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1242].Value = ((int)(Original_R8118600.Value)); + this.Adapter.DeleteCommand.Parameters[1242].Value = ((int)(Original_T2541300.Value)); } else { this.Adapter.DeleteCommand.Parameters[1241].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1242].Value = global::System.DBNull.Value; } - if ((Original_R8118601.HasValue == true)) { + if ((Original_T2541400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1243].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1244].Value = ((int)(Original_R8118601.Value)); + this.Adapter.DeleteCommand.Parameters[1244].Value = ((int)(Original_T2541400.Value)); } else { this.Adapter.DeleteCommand.Parameters[1243].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1244].Value = global::System.DBNull.Value; } - if ((Original_R8118700.HasValue == true)) { + if ((Original_T2541500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1245].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1246].Value = ((int)(Original_R8118700.Value)); + this.Adapter.DeleteCommand.Parameters[1246].Value = ((int)(Original_T2541500.Value)); } else { this.Adapter.DeleteCommand.Parameters[1245].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1246].Value = global::System.DBNull.Value; } - if ((Original_R8118701.HasValue == true)) { + if ((Original_T2541600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1247].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1248].Value = ((int)(Original_R8118701.Value)); + this.Adapter.DeleteCommand.Parameters[1248].Value = ((int)(Original_T2541600.Value)); } else { this.Adapter.DeleteCommand.Parameters[1247].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1248].Value = global::System.DBNull.Value; } - if ((Original_R8118800.HasValue == true)) { + if ((Original_T2541700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1249].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1250].Value = ((int)(Original_R8118800.Value)); + this.Adapter.DeleteCommand.Parameters[1250].Value = ((int)(Original_T2541700.Value)); } else { this.Adapter.DeleteCommand.Parameters[1249].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1250].Value = global::System.DBNull.Value; } - if ((Original_R8118801.HasValue == true)) { + if ((Original_T2541800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1251].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1252].Value = ((int)(Original_R8118801.Value)); + this.Adapter.DeleteCommand.Parameters[1252].Value = ((int)(Original_T2541800.Value)); } else { this.Adapter.DeleteCommand.Parameters[1251].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1252].Value = global::System.DBNull.Value; } - if ((Original_R8118900.HasValue == true)) { + if ((Original_T2541900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1253].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1254].Value = ((int)(Original_R8118900.Value)); + this.Adapter.DeleteCommand.Parameters[1254].Value = ((int)(Original_T2541900.Value)); } else { this.Adapter.DeleteCommand.Parameters[1253].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1254].Value = global::System.DBNull.Value; } - if ((Original_R8118901.HasValue == true)) { + if ((Original_T2542000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1255].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1256].Value = ((int)(Original_R8118901.Value)); + this.Adapter.DeleteCommand.Parameters[1256].Value = ((int)(Original_T2542000.Value)); } else { this.Adapter.DeleteCommand.Parameters[1255].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1256].Value = global::System.DBNull.Value; } - if ((Original_R8119000.HasValue == true)) { + if ((Original_T2542100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1257].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1258].Value = ((int)(Original_R8119000.Value)); + this.Adapter.DeleteCommand.Parameters[1258].Value = ((int)(Original_T2542100.Value)); } else { this.Adapter.DeleteCommand.Parameters[1257].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1258].Value = global::System.DBNull.Value; } - if ((Original_R8119001.HasValue == true)) { + if ((Original_T2542200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1259].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1260].Value = ((int)(Original_R8119001.Value)); + this.Adapter.DeleteCommand.Parameters[1260].Value = ((int)(Original_T2542200.Value)); } else { this.Adapter.DeleteCommand.Parameters[1259].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1260].Value = global::System.DBNull.Value; } - if ((Original_R8119100.HasValue == true)) { + if ((Original_T2542300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1261].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1262].Value = ((int)(Original_R8119100.Value)); + this.Adapter.DeleteCommand.Parameters[1262].Value = ((int)(Original_T2542300.Value)); } else { this.Adapter.DeleteCommand.Parameters[1261].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1262].Value = global::System.DBNull.Value; } - if ((Original_R8119101.HasValue == true)) { + if ((Original_T2542400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1263].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1264].Value = ((int)(Original_R8119101.Value)); + this.Adapter.DeleteCommand.Parameters[1264].Value = ((int)(Original_T2542400.Value)); } else { this.Adapter.DeleteCommand.Parameters[1263].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1264].Value = global::System.DBNull.Value; } - if ((Original_R8119200.HasValue == true)) { + if ((Original_T2542500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1265].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1266].Value = ((int)(Original_R8119200.Value)); + this.Adapter.DeleteCommand.Parameters[1266].Value = ((int)(Original_T2542500.Value)); } else { this.Adapter.DeleteCommand.Parameters[1265].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1266].Value = global::System.DBNull.Value; } - if ((Original_R8119201.HasValue == true)) { + if ((Original_T2542600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1267].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1268].Value = ((int)(Original_R8119201.Value)); + this.Adapter.DeleteCommand.Parameters[1268].Value = ((int)(Original_T2542600.Value)); } else { this.Adapter.DeleteCommand.Parameters[1267].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1268].Value = global::System.DBNull.Value; } - if ((Original_R8119300.HasValue == true)) { + if ((Original_T2542700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1269].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1270].Value = ((int)(Original_R8119300.Value)); + this.Adapter.DeleteCommand.Parameters[1270].Value = ((int)(Original_T2542700.Value)); } else { this.Adapter.DeleteCommand.Parameters[1269].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1270].Value = global::System.DBNull.Value; } - if ((Original_R8119301.HasValue == true)) { + if ((Original_T2542800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1271].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1272].Value = ((int)(Original_R8119301.Value)); + this.Adapter.DeleteCommand.Parameters[1272].Value = ((int)(Original_T2542800.Value)); } else { this.Adapter.DeleteCommand.Parameters[1271].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1272].Value = global::System.DBNull.Value; } - if ((Original_R8119400.HasValue == true)) { + if ((Original_T2542900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1273].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1274].Value = ((int)(Original_R8119400.Value)); + this.Adapter.DeleteCommand.Parameters[1274].Value = ((int)(Original_T2542900.Value)); } else { this.Adapter.DeleteCommand.Parameters[1273].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1274].Value = global::System.DBNull.Value; } - if ((Original_R8119401.HasValue == true)) { + if ((Original_T2543000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1275].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1276].Value = ((int)(Original_R8119401.Value)); + this.Adapter.DeleteCommand.Parameters[1276].Value = ((int)(Original_T2543000.Value)); } else { this.Adapter.DeleteCommand.Parameters[1275].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1276].Value = global::System.DBNull.Value; } - if ((Original_R8119500.HasValue == true)) { + if ((Original_T2543100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1277].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1278].Value = ((int)(Original_R8119500.Value)); + this.Adapter.DeleteCommand.Parameters[1278].Value = ((int)(Original_T2543100.Value)); } else { this.Adapter.DeleteCommand.Parameters[1277].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1278].Value = global::System.DBNull.Value; } - if ((Original_R8119501.HasValue == true)) { + if ((Original_T2544200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1279].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1280].Value = ((int)(Original_R8119501.Value)); + this.Adapter.DeleteCommand.Parameters[1280].Value = ((int)(Original_T2544200.Value)); } else { this.Adapter.DeleteCommand.Parameters[1279].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1280].Value = global::System.DBNull.Value; } - if ((Original_R8119600.HasValue == true)) { + if ((Original_T2544300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1281].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1282].Value = ((int)(Original_R8119600.Value)); + this.Adapter.DeleteCommand.Parameters[1282].Value = ((int)(Original_T2544300.Value)); } else { this.Adapter.DeleteCommand.Parameters[1281].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1282].Value = global::System.DBNull.Value; } - if ((Original_R8119700.HasValue == true)) { + if ((Original_T2544400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1283].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1284].Value = ((int)(Original_R8119700.Value)); + this.Adapter.DeleteCommand.Parameters[1284].Value = ((int)(Original_T2544400.Value)); } else { this.Adapter.DeleteCommand.Parameters[1283].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1284].Value = global::System.DBNull.Value; } - if ((Original_R8119800.HasValue == true)) { + if ((Original_T2544500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1285].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1286].Value = ((int)(Original_R8119800.Value)); + this.Adapter.DeleteCommand.Parameters[1286].Value = ((int)(Original_T2544500.Value)); } else { this.Adapter.DeleteCommand.Parameters[1285].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1286].Value = global::System.DBNull.Value; } - if ((Original_R8119900.HasValue == true)) { + if ((Original_T2544600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1287].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1288].Value = ((int)(Original_R8119900.Value)); + this.Adapter.DeleteCommand.Parameters[1288].Value = ((int)(Original_T2544600.Value)); } else { this.Adapter.DeleteCommand.Parameters[1287].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1288].Value = global::System.DBNull.Value; } - if ((Original_R8120000.HasValue == true)) { + if ((Original_T2544700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1289].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1290].Value = ((int)(Original_R8120000.Value)); + this.Adapter.DeleteCommand.Parameters[1290].Value = ((int)(Original_T2544700.Value)); } else { this.Adapter.DeleteCommand.Parameters[1289].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1290].Value = global::System.DBNull.Value; } - if ((Original_R8120100.HasValue == true)) { + if ((Original_T2544800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1291].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1292].Value = ((int)(Original_R8120100.Value)); + this.Adapter.DeleteCommand.Parameters[1292].Value = ((int)(Original_T2544800.Value)); } else { this.Adapter.DeleteCommand.Parameters[1291].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1292].Value = global::System.DBNull.Value; } - if ((Original_R8120200.HasValue == true)) { + if ((Original_T2544900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1293].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1294].Value = ((int)(Original_R8120200.Value)); + this.Adapter.DeleteCommand.Parameters[1294].Value = ((int)(Original_T2544900.Value)); } else { this.Adapter.DeleteCommand.Parameters[1293].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1294].Value = global::System.DBNull.Value; } - if ((Original_R8120300.HasValue == true)) { + if ((Original_T2545000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1295].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1296].Value = ((int)(Original_R8120300.Value)); + this.Adapter.DeleteCommand.Parameters[1296].Value = ((int)(Original_T2545000.Value)); } else { this.Adapter.DeleteCommand.Parameters[1295].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1296].Value = global::System.DBNull.Value; } - if ((Original_R8120400.HasValue == true)) { + if ((Original_T2545100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1297].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1298].Value = ((int)(Original_R8120400.Value)); + this.Adapter.DeleteCommand.Parameters[1298].Value = ((int)(Original_T2545100.Value)); } else { this.Adapter.DeleteCommand.Parameters[1297].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1298].Value = global::System.DBNull.Value; } - if ((Original_R8120500.HasValue == true)) { + if ((Original_T2545200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1299].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1300].Value = ((int)(Original_R8120500.Value)); + this.Adapter.DeleteCommand.Parameters[1300].Value = ((int)(Original_T2545200.Value)); } else { this.Adapter.DeleteCommand.Parameters[1299].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1300].Value = global::System.DBNull.Value; } - if ((Original_R8135300.HasValue == true)) { + if ((Original_T2545201.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1301].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1302].Value = ((int)(Original_R8135300.Value)); + this.Adapter.DeleteCommand.Parameters[1302].Value = ((int)(Original_T2545201.Value)); } else { this.Adapter.DeleteCommand.Parameters[1301].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1302].Value = global::System.DBNull.Value; } - if ((Original_R8135400.HasValue == true)) { + if ((Original_T2545300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1303].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1304].Value = ((int)(Original_R8135400.Value)); + this.Adapter.DeleteCommand.Parameters[1304].Value = ((int)(Original_T2545300.Value)); } else { this.Adapter.DeleteCommand.Parameters[1303].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1304].Value = global::System.DBNull.Value; } - if ((Original_R8135500.HasValue == true)) { + if ((Original_T2545301.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1305].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1306].Value = ((int)(Original_R8135500.Value)); + this.Adapter.DeleteCommand.Parameters[1306].Value = ((int)(Original_T2545301.Value)); } else { this.Adapter.DeleteCommand.Parameters[1305].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1306].Value = global::System.DBNull.Value; } - if ((Original_R8135600.HasValue == true)) { + if ((Original_T2545400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1307].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1308].Value = ((int)(Original_R8135600.Value)); + this.Adapter.DeleteCommand.Parameters[1308].Value = ((int)(Original_T2545400.Value)); } else { this.Adapter.DeleteCommand.Parameters[1307].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1308].Value = global::System.DBNull.Value; } - if ((Original_R8135700.HasValue == true)) { + if ((Original_T2545401.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1309].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1310].Value = ((int)(Original_R8135700.Value)); + this.Adapter.DeleteCommand.Parameters[1310].Value = ((int)(Original_T2545401.Value)); } else { this.Adapter.DeleteCommand.Parameters[1309].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1310].Value = global::System.DBNull.Value; } - if ((Original_R8135800.HasValue == true)) { + if ((Original_T2545500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1311].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1312].Value = ((int)(Original_R8135800.Value)); + this.Adapter.DeleteCommand.Parameters[1312].Value = ((int)(Original_T2545500.Value)); } else { this.Adapter.DeleteCommand.Parameters[1311].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1312].Value = global::System.DBNull.Value; } - if ((Original_R8135900.HasValue == true)) { + if ((Original_T2545501.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1313].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1314].Value = ((int)(Original_R8135900.Value)); + this.Adapter.DeleteCommand.Parameters[1314].Value = ((int)(Original_T2545501.Value)); } else { this.Adapter.DeleteCommand.Parameters[1313].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1314].Value = global::System.DBNull.Value; } - if ((Original_R9900600.HasValue == true)) { + if ((Original_T2545600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1315].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1316].Value = ((int)(Original_R9900600.Value)); + this.Adapter.DeleteCommand.Parameters[1316].Value = ((int)(Original_T2545600.Value)); } else { this.Adapter.DeleteCommand.Parameters[1315].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1316].Value = global::System.DBNull.Value; } - if ((Original_R9900601.HasValue == true)) { + if ((Original_T2545601.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1317].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1318].Value = ((int)(Original_R9900601.Value)); + this.Adapter.DeleteCommand.Parameters[1318].Value = ((int)(Original_T2545601.Value)); } else { this.Adapter.DeleteCommand.Parameters[1317].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1318].Value = global::System.DBNull.Value; } - if ((Original_R9901400.HasValue == true)) { + if ((Original_T2545700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1319].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1320].Value = ((int)(Original_R9901400.Value)); + this.Adapter.DeleteCommand.Parameters[1320].Value = ((int)(Original_T2545700.Value)); } else { this.Adapter.DeleteCommand.Parameters[1319].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1320].Value = global::System.DBNull.Value; } - if ((Original_R9901401.HasValue == true)) { + if ((Original_T2545701.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1321].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1322].Value = ((int)(Original_R9901401.Value)); + this.Adapter.DeleteCommand.Parameters[1322].Value = ((int)(Original_T2545701.Value)); } else { this.Adapter.DeleteCommand.Parameters[1321].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1322].Value = global::System.DBNull.Value; } - if ((Original_R9902200.HasValue == true)) { + if ((Original_T2545800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1323].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1324].Value = ((int)(Original_R9902200.Value)); + this.Adapter.DeleteCommand.Parameters[1324].Value = ((int)(Original_T2545800.Value)); } else { this.Adapter.DeleteCommand.Parameters[1323].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1324].Value = global::System.DBNull.Value; } - if ((Original_R9902201.HasValue == true)) { + if ((Original_T2545801.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1325].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1326].Value = ((int)(Original_R9902201.Value)); + this.Adapter.DeleteCommand.Parameters[1326].Value = ((int)(Original_T2545801.Value)); } else { this.Adapter.DeleteCommand.Parameters[1325].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1326].Value = global::System.DBNull.Value; } - if ((Original_R9903000.HasValue == true)) { + if ((Original_T2545900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1327].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1328].Value = ((int)(Original_R9903000.Value)); + this.Adapter.DeleteCommand.Parameters[1328].Value = ((int)(Original_T2545900.Value)); } else { this.Adapter.DeleteCommand.Parameters[1327].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1328].Value = global::System.DBNull.Value; } - if ((Original_R9903001.HasValue == true)) { + if ((Original_T2545901.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1329].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1330].Value = ((int)(Original_R9903001.Value)); + this.Adapter.DeleteCommand.Parameters[1330].Value = ((int)(Original_T2545901.Value)); } else { this.Adapter.DeleteCommand.Parameters[1329].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1330].Value = global::System.DBNull.Value; } - if ((Original_R9903800.HasValue == true)) { + if ((Original_T2546000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1331].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1332].Value = ((int)(Original_R9903800.Value)); + this.Adapter.DeleteCommand.Parameters[1332].Value = ((int)(Original_T2546000.Value)); } else { this.Adapter.DeleteCommand.Parameters[1331].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1332].Value = global::System.DBNull.Value; } - if ((Original_R9903801.HasValue == true)) { + if ((Original_T2546001.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1333].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1334].Value = ((int)(Original_R9903801.Value)); + this.Adapter.DeleteCommand.Parameters[1334].Value = ((int)(Original_T2546001.Value)); } else { this.Adapter.DeleteCommand.Parameters[1333].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1334].Value = global::System.DBNull.Value; } - if ((Original_R9904600.HasValue == true)) { + if ((Original_T2546800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1335].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1336].Value = ((int)(Original_R9904600.Value)); + this.Adapter.DeleteCommand.Parameters[1336].Value = ((int)(Original_T2546800.Value)); } else { this.Adapter.DeleteCommand.Parameters[1335].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1336].Value = global::System.DBNull.Value; } - if ((Original_R9904601.HasValue == true)) { + if ((Original_T2546900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1337].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1338].Value = ((int)(Original_R9904601.Value)); + this.Adapter.DeleteCommand.Parameters[1338].Value = ((int)(Original_T2546900.Value)); } else { this.Adapter.DeleteCommand.Parameters[1337].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1338].Value = global::System.DBNull.Value; } - if ((Original_R9905400.HasValue == true)) { + if ((Original_T2547000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1339].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1340].Value = ((int)(Original_R9905400.Value)); + this.Adapter.DeleteCommand.Parameters[1340].Value = ((int)(Original_T2547000.Value)); } else { this.Adapter.DeleteCommand.Parameters[1339].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1340].Value = global::System.DBNull.Value; } - if ((Original_R9905401.HasValue == true)) { + if ((Original_T2547100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1341].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1342].Value = ((int)(Original_R9905401.Value)); + this.Adapter.DeleteCommand.Parameters[1342].Value = ((int)(Original_T2547100.Value)); } else { this.Adapter.DeleteCommand.Parameters[1341].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1342].Value = global::System.DBNull.Value; } - if ((Original_R9911200.HasValue == true)) { + if ((Original_T2547200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1343].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1344].Value = ((int)(Original_R9911200.Value)); + this.Adapter.DeleteCommand.Parameters[1344].Value = ((int)(Original_T2547200.Value)); } else { this.Adapter.DeleteCommand.Parameters[1343].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1344].Value = global::System.DBNull.Value; } - if ((Original_R9911201.HasValue == true)) { + if ((Original_T2547300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1345].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1346].Value = ((int)(Original_R9911201.Value)); + this.Adapter.DeleteCommand.Parameters[1346].Value = ((int)(Original_T2547300.Value)); } else { this.Adapter.DeleteCommand.Parameters[1345].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1346].Value = global::System.DBNull.Value; } - if ((Original_T0345800.HasValue == true)) { + if ((Original_T2547400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1347].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1348].Value = ((int)(Original_T0345800.Value)); + this.Adapter.DeleteCommand.Parameters[1348].Value = ((int)(Original_T2547400.Value)); } else { this.Adapter.DeleteCommand.Parameters[1347].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1348].Value = global::System.DBNull.Value; } - if ((Original_T0345900.HasValue == true)) { + if ((Original_T2547500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1349].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1350].Value = ((int)(Original_T0345900.Value)); + this.Adapter.DeleteCommand.Parameters[1350].Value = ((int)(Original_T2547500.Value)); } else { this.Adapter.DeleteCommand.Parameters[1349].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1350].Value = global::System.DBNull.Value; } - if ((Original_T0346000.HasValue == true)) { + if ((Original_T2547600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1351].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1352].Value = ((int)(Original_T0346000.Value)); + this.Adapter.DeleteCommand.Parameters[1352].Value = ((int)(Original_T2547600.Value)); } else { this.Adapter.DeleteCommand.Parameters[1351].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1352].Value = global::System.DBNull.Value; } - if ((Original_T0346100.HasValue == true)) { + if ((Original_T2547700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1353].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1354].Value = ((int)(Original_T0346100.Value)); + this.Adapter.DeleteCommand.Parameters[1354].Value = ((int)(Original_T2547700.Value)); } else { this.Adapter.DeleteCommand.Parameters[1353].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1354].Value = global::System.DBNull.Value; } - if ((Original_T0346200.HasValue == true)) { + if ((Original_T2763400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1355].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1356].Value = ((int)(Original_T0346200.Value)); + this.Adapter.DeleteCommand.Parameters[1356].Value = ((int)(Original_T2763400.Value)); } else { this.Adapter.DeleteCommand.Parameters[1355].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1356].Value = global::System.DBNull.Value; } - if ((Original_T0346300.HasValue == true)) { + if ((Original_T2763500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1357].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1358].Value = ((int)(Original_T0346300.Value)); + this.Adapter.DeleteCommand.Parameters[1358].Value = ((int)(Original_T2763500.Value)); } else { this.Adapter.DeleteCommand.Parameters[1357].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1358].Value = global::System.DBNull.Value; } - if ((Original_T0346400.HasValue == true)) { + if ((Original_T2763600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1359].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1360].Value = ((int)(Original_T0346400.Value)); + this.Adapter.DeleteCommand.Parameters[1360].Value = ((int)(Original_T2763600.Value)); } else { this.Adapter.DeleteCommand.Parameters[1359].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1360].Value = global::System.DBNull.Value; } - if ((Original_T0346500.HasValue == true)) { + if ((Original_T2763700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1361].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1362].Value = ((int)(Original_T0346500.Value)); + this.Adapter.DeleteCommand.Parameters[1362].Value = ((int)(Original_T2763700.Value)); } else { this.Adapter.DeleteCommand.Parameters[1361].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1362].Value = global::System.DBNull.Value; } - if ((Original_T0346600.HasValue == true)) { + if ((Original_T2763800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1363].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1364].Value = ((int)(Original_T0346600.Value)); + this.Adapter.DeleteCommand.Parameters[1364].Value = ((int)(Original_T2763800.Value)); } else { this.Adapter.DeleteCommand.Parameters[1363].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1364].Value = global::System.DBNull.Value; } - if ((Original_T0346700.HasValue == true)) { + if ((Original_T2763900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1365].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1366].Value = ((int)(Original_T0346700.Value)); + this.Adapter.DeleteCommand.Parameters[1366].Value = ((int)(Original_T2763900.Value)); } else { this.Adapter.DeleteCommand.Parameters[1365].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1366].Value = global::System.DBNull.Value; } - if ((Original_T0346800.HasValue == true)) { + if ((Original_T2764000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1367].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1368].Value = ((int)(Original_T0346800.Value)); + this.Adapter.DeleteCommand.Parameters[1368].Value = ((int)(Original_T2764000.Value)); } else { this.Adapter.DeleteCommand.Parameters[1367].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1368].Value = global::System.DBNull.Value; } - if ((Original_T0346900.HasValue == true)) { + if ((Original_T3527500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1369].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1370].Value = ((int)(Original_T0346900.Value)); + this.Adapter.DeleteCommand.Parameters[1370].Value = ((int)(Original_T3527500.Value)); } else { this.Adapter.DeleteCommand.Parameters[1369].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1370].Value = global::System.DBNull.Value; } - if ((Original_T0347000.HasValue == true)) { + if ((Original_T3527600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1371].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1372].Value = ((int)(Original_T0347000.Value)); + this.Adapter.DeleteCommand.Parameters[1372].Value = ((int)(Original_T3527600.Value)); } else { this.Adapter.DeleteCommand.Parameters[1371].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1372].Value = global::System.DBNull.Value; } - if ((Original_T0347100.HasValue == true)) { + if ((Original_T3527700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1373].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1374].Value = ((int)(Original_T0347100.Value)); + this.Adapter.DeleteCommand.Parameters[1374].Value = ((int)(Original_T3527700.Value)); } else { this.Adapter.DeleteCommand.Parameters[1373].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1374].Value = global::System.DBNull.Value; } - if ((Original_T0347200.HasValue == true)) { + if ((Original_T3527800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1375].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1376].Value = ((int)(Original_T0347200.Value)); + this.Adapter.DeleteCommand.Parameters[1376].Value = ((int)(Original_T3527800.Value)); } else { this.Adapter.DeleteCommand.Parameters[1375].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1376].Value = global::System.DBNull.Value; } - if ((Original_T0347300.HasValue == true)) { + if ((Original_T3527900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1377].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1378].Value = ((int)(Original_T0347300.Value)); + this.Adapter.DeleteCommand.Parameters[1378].Value = ((int)(Original_T3527900.Value)); } else { this.Adapter.DeleteCommand.Parameters[1377].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1378].Value = global::System.DBNull.Value; } - if ((Original_T0347400.HasValue == true)) { + if ((Original_T3528000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1379].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1380].Value = ((int)(Original_T0347400.Value)); + this.Adapter.DeleteCommand.Parameters[1380].Value = ((int)(Original_T3528000.Value)); } else { this.Adapter.DeleteCommand.Parameters[1379].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1380].Value = global::System.DBNull.Value; } - if ((Original_T0347500.HasValue == true)) { + if ((Original_T3528100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1381].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1382].Value = ((int)(Original_T0347500.Value)); + this.Adapter.DeleteCommand.Parameters[1382].Value = ((int)(Original_T3528100.Value)); } else { this.Adapter.DeleteCommand.Parameters[1381].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1382].Value = global::System.DBNull.Value; } - if ((Original_T0347600.HasValue == true)) { + if ((Original_T3528200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1383].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1384].Value = ((int)(Original_T0347600.Value)); + this.Adapter.DeleteCommand.Parameters[1384].Value = ((int)(Original_T3528200.Value)); } else { this.Adapter.DeleteCommand.Parameters[1383].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1384].Value = global::System.DBNull.Value; } - if ((Original_T0347700.HasValue == true)) { + if ((Original_T3528300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1385].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1386].Value = ((int)(Original_T0347700.Value)); + this.Adapter.DeleteCommand.Parameters[1386].Value = ((int)(Original_T3528300.Value)); } else { this.Adapter.DeleteCommand.Parameters[1385].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1386].Value = global::System.DBNull.Value; } - if ((Original_T0347800.HasValue == true)) { + if ((Original_T3528400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1387].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1388].Value = ((int)(Original_T0347800.Value)); + this.Adapter.DeleteCommand.Parameters[1388].Value = ((int)(Original_T3528400.Value)); } else { this.Adapter.DeleteCommand.Parameters[1387].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1388].Value = global::System.DBNull.Value; } - if ((Original_T0347900.HasValue == true)) { + if ((Original_T3530500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1389].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1390].Value = ((int)(Original_T0347900.Value)); + this.Adapter.DeleteCommand.Parameters[1390].Value = ((int)(Original_T3530500.Value)); } else { this.Adapter.DeleteCommand.Parameters[1389].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1390].Value = global::System.DBNull.Value; } - if ((Original_T0348000.HasValue == true)) { + if ((Original_T3530600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1391].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1392].Value = ((int)(Original_T0348000.Value)); + this.Adapter.DeleteCommand.Parameters[1392].Value = ((int)(Original_T3530600.Value)); } else { this.Adapter.DeleteCommand.Parameters[1391].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1392].Value = global::System.DBNull.Value; } - if ((Original_T0348100.HasValue == true)) { + if ((Original_T3530700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1393].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1394].Value = ((int)(Original_T0348100.Value)); + this.Adapter.DeleteCommand.Parameters[1394].Value = ((int)(Original_T3530700.Value)); } else { this.Adapter.DeleteCommand.Parameters[1393].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1394].Value = global::System.DBNull.Value; } - if ((Original_T0348200.HasValue == true)) { + if ((Original_T3530800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1395].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1396].Value = ((int)(Original_T0348200.Value)); + this.Adapter.DeleteCommand.Parameters[1396].Value = ((int)(Original_T3530800.Value)); } else { this.Adapter.DeleteCommand.Parameters[1395].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1396].Value = global::System.DBNull.Value; } - if ((Original_T0348300.HasValue == true)) { + if ((Original_T3530900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1397].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1398].Value = ((int)(Original_T0348300.Value)); + this.Adapter.DeleteCommand.Parameters[1398].Value = ((int)(Original_T3530900.Value)); } else { this.Adapter.DeleteCommand.Parameters[1397].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1398].Value = global::System.DBNull.Value; } - if ((Original_T0348400.HasValue == true)) { + if ((Original_T3531000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1399].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1400].Value = ((int)(Original_T0348400.Value)); + this.Adapter.DeleteCommand.Parameters[1400].Value = ((int)(Original_T3531000.Value)); } else { this.Adapter.DeleteCommand.Parameters[1399].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1400].Value = global::System.DBNull.Value; } - if ((Original_T0348500.HasValue == true)) { + if ((Original_T3531100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1401].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1402].Value = ((int)(Original_T0348500.Value)); + this.Adapter.DeleteCommand.Parameters[1402].Value = ((int)(Original_T3531100.Value)); } else { this.Adapter.DeleteCommand.Parameters[1401].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1402].Value = global::System.DBNull.Value; } - if ((Original_T0348600.HasValue == true)) { + if ((Original_T3531200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1403].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1404].Value = ((int)(Original_T0348600.Value)); + this.Adapter.DeleteCommand.Parameters[1404].Value = ((int)(Original_T3531200.Value)); } else { this.Adapter.DeleteCommand.Parameters[1403].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1404].Value = global::System.DBNull.Value; } - if ((Original_T0348700.HasValue == true)) { + if ((Original_T3531300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1405].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1406].Value = ((int)(Original_T0348700.Value)); + this.Adapter.DeleteCommand.Parameters[1406].Value = ((int)(Original_T3531300.Value)); } else { this.Adapter.DeleteCommand.Parameters[1405].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1406].Value = global::System.DBNull.Value; } - if ((Original_T0348800.HasValue == true)) { + if ((Original_T3531400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1407].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1408].Value = ((int)(Original_T0348800.Value)); + this.Adapter.DeleteCommand.Parameters[1408].Value = ((int)(Original_T3531400.Value)); } else { this.Adapter.DeleteCommand.Parameters[1407].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1408].Value = global::System.DBNull.Value; } - if ((Original_T0348900.HasValue == true)) { + if ((Original_T3531500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1409].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1410].Value = ((int)(Original_T0348900.Value)); + this.Adapter.DeleteCommand.Parameters[1410].Value = ((int)(Original_T3531500.Value)); } else { this.Adapter.DeleteCommand.Parameters[1409].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1410].Value = global::System.DBNull.Value; } - if ((Original_T0349000.HasValue == true)) { + if ((Original_T3531501.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1411].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1412].Value = ((int)(Original_T0349000.Value)); + this.Adapter.DeleteCommand.Parameters[1412].Value = ((int)(Original_T3531501.Value)); } else { this.Adapter.DeleteCommand.Parameters[1411].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1412].Value = global::System.DBNull.Value; } - if ((Original_T0349100.HasValue == true)) { + if ((Original_T3531600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1413].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1414].Value = ((int)(Original_T0349100.Value)); + this.Adapter.DeleteCommand.Parameters[1414].Value = ((int)(Original_T3531600.Value)); } else { this.Adapter.DeleteCommand.Parameters[1413].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1414].Value = global::System.DBNull.Value; } - if ((Original_T0349200.HasValue == true)) { + if ((Original_T3531601.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1415].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1416].Value = ((int)(Original_T0349200.Value)); + this.Adapter.DeleteCommand.Parameters[1416].Value = ((int)(Original_T3531601.Value)); } else { this.Adapter.DeleteCommand.Parameters[1415].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1416].Value = global::System.DBNull.Value; } - if ((Original_T0349300.HasValue == true)) { + if ((Original_T3531700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1417].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1418].Value = ((int)(Original_T0349300.Value)); + this.Adapter.DeleteCommand.Parameters[1418].Value = ((int)(Original_T3531700.Value)); } else { this.Adapter.DeleteCommand.Parameters[1417].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1418].Value = global::System.DBNull.Value; } - if ((Original_T0349400.HasValue == true)) { + if ((Original_T3531701.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1419].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1420].Value = ((int)(Original_T0349400.Value)); + this.Adapter.DeleteCommand.Parameters[1420].Value = ((int)(Original_T3531701.Value)); } else { this.Adapter.DeleteCommand.Parameters[1419].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1420].Value = global::System.DBNull.Value; } - if ((Original_T0349500.HasValue == true)) { + if ((Original_T3531800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1421].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1422].Value = ((int)(Original_T0349500.Value)); + this.Adapter.DeleteCommand.Parameters[1422].Value = ((int)(Original_T3531800.Value)); } else { this.Adapter.DeleteCommand.Parameters[1421].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1422].Value = global::System.DBNull.Value; } - if ((Original_T0349600.HasValue == true)) { + if ((Original_T3531801.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1423].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1424].Value = ((int)(Original_T0349600.Value)); + this.Adapter.DeleteCommand.Parameters[1424].Value = ((int)(Original_T3531801.Value)); } else { this.Adapter.DeleteCommand.Parameters[1423].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1424].Value = global::System.DBNull.Value; } - if ((Original_T0349700.HasValue == true)) { + if ((Original_T3531900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1425].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1426].Value = ((int)(Original_T0349700.Value)); + this.Adapter.DeleteCommand.Parameters[1426].Value = ((int)(Original_T3531900.Value)); } else { this.Adapter.DeleteCommand.Parameters[1425].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1426].Value = global::System.DBNull.Value; } - if ((Original_T0349800.HasValue == true)) { + if ((Original_T3531901.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1427].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1428].Value = ((int)(Original_T0349800.Value)); + this.Adapter.DeleteCommand.Parameters[1428].Value = ((int)(Original_T3531901.Value)); } else { this.Adapter.DeleteCommand.Parameters[1427].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1428].Value = global::System.DBNull.Value; } - if ((Original_T0349900.HasValue == true)) { + if ((Original_T3532000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1429].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1430].Value = ((int)(Original_T0349900.Value)); + this.Adapter.DeleteCommand.Parameters[1430].Value = ((int)(Original_T3532000.Value)); } else { this.Adapter.DeleteCommand.Parameters[1429].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1430].Value = global::System.DBNull.Value; } - if ((Original_T0350000.HasValue == true)) { + if ((Original_T3532001.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1431].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1432].Value = ((int)(Original_T0350000.Value)); + this.Adapter.DeleteCommand.Parameters[1432].Value = ((int)(Original_T3532001.Value)); } else { this.Adapter.DeleteCommand.Parameters[1431].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1432].Value = global::System.DBNull.Value; } - if ((Original_T0350100.HasValue == true)) { + if ((Original_T3532100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1433].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1434].Value = ((int)(Original_T0350100.Value)); + this.Adapter.DeleteCommand.Parameters[1434].Value = ((int)(Original_T3532100.Value)); } else { this.Adapter.DeleteCommand.Parameters[1433].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1434].Value = global::System.DBNull.Value; } - if ((Original_T0350101.HasValue == true)) { + if ((Original_T3532101.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1435].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1436].Value = ((int)(Original_T0350101.Value)); + this.Adapter.DeleteCommand.Parameters[1436].Value = ((int)(Original_T3532101.Value)); } else { this.Adapter.DeleteCommand.Parameters[1435].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1436].Value = global::System.DBNull.Value; } - if ((Original_T0350200.HasValue == true)) { + if ((Original_T3532200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1437].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1438].Value = ((int)(Original_T0350200.Value)); + this.Adapter.DeleteCommand.Parameters[1438].Value = ((int)(Original_T3532200.Value)); } else { this.Adapter.DeleteCommand.Parameters[1437].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1438].Value = global::System.DBNull.Value; } - if ((Original_T0350201.HasValue == true)) { + if ((Original_T3532201.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1439].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1440].Value = ((int)(Original_T0350201.Value)); + this.Adapter.DeleteCommand.Parameters[1440].Value = ((int)(Original_T3532201.Value)); } else { this.Adapter.DeleteCommand.Parameters[1439].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1440].Value = global::System.DBNull.Value; } - if ((Original_T0350300.HasValue == true)) { + if ((Original_T3532300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1441].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1442].Value = ((int)(Original_T0350300.Value)); + this.Adapter.DeleteCommand.Parameters[1442].Value = ((int)(Original_T3532300.Value)); } else { this.Adapter.DeleteCommand.Parameters[1441].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1442].Value = global::System.DBNull.Value; } - if ((Original_T0350301.HasValue == true)) { + if ((Original_T3532301.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1443].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1444].Value = ((int)(Original_T0350301.Value)); + this.Adapter.DeleteCommand.Parameters[1444].Value = ((int)(Original_T3532301.Value)); } else { this.Adapter.DeleteCommand.Parameters[1443].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1444].Value = global::System.DBNull.Value; } - if ((Original_T0350400.HasValue == true)) { + if ((Original_T3532400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1445].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1446].Value = ((int)(Original_T0350400.Value)); + this.Adapter.DeleteCommand.Parameters[1446].Value = ((int)(Original_T3532400.Value)); } else { this.Adapter.DeleteCommand.Parameters[1445].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1446].Value = global::System.DBNull.Value; } - if ((Original_T0350401.HasValue == true)) { + if ((Original_T3532401.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1447].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1448].Value = ((int)(Original_T0350401.Value)); + this.Adapter.DeleteCommand.Parameters[1448].Value = ((int)(Original_T3532401.Value)); } else { this.Adapter.DeleteCommand.Parameters[1447].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1448].Value = global::System.DBNull.Value; } - if ((Original_T0350500.HasValue == true)) { + if ((Original_T3533200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1449].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1450].Value = ((int)(Original_T0350500.Value)); + this.Adapter.DeleteCommand.Parameters[1450].Value = ((int)(Original_T3533200.Value)); } else { this.Adapter.DeleteCommand.Parameters[1449].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1450].Value = global::System.DBNull.Value; } - if ((Original_T0350501.HasValue == true)) { + if ((Original_T3533300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1451].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1452].Value = ((int)(Original_T0350501.Value)); + this.Adapter.DeleteCommand.Parameters[1452].Value = ((int)(Original_T3533300.Value)); } else { this.Adapter.DeleteCommand.Parameters[1451].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1452].Value = global::System.DBNull.Value; } - if ((Original_T0350600.HasValue == true)) { + if ((Original_T3533400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1453].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1454].Value = ((int)(Original_T0350600.Value)); + this.Adapter.DeleteCommand.Parameters[1454].Value = ((int)(Original_T3533400.Value)); } else { this.Adapter.DeleteCommand.Parameters[1453].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1454].Value = global::System.DBNull.Value; } - if ((Original_T0350601.HasValue == true)) { + if ((Original_T3533500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1455].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1456].Value = ((int)(Original_T0350601.Value)); + this.Adapter.DeleteCommand.Parameters[1456].Value = ((int)(Original_T3533500.Value)); } else { this.Adapter.DeleteCommand.Parameters[1455].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1456].Value = global::System.DBNull.Value; } - if ((Original_T0350700.HasValue == true)) { + if ((Original_T3533600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1457].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1458].Value = ((int)(Original_T0350700.Value)); + this.Adapter.DeleteCommand.Parameters[1458].Value = ((int)(Original_T3533600.Value)); } else { this.Adapter.DeleteCommand.Parameters[1457].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1458].Value = global::System.DBNull.Value; } - if ((Original_T0350701.HasValue == true)) { + if ((Original_T3533700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1459].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1460].Value = ((int)(Original_T0350701.Value)); + this.Adapter.DeleteCommand.Parameters[1460].Value = ((int)(Original_T3533700.Value)); } else { this.Adapter.DeleteCommand.Parameters[1459].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1460].Value = global::System.DBNull.Value; } - if ((Original_T0350800.HasValue == true)) { + if ((Original_T3533800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1461].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1462].Value = ((int)(Original_T0350800.Value)); + this.Adapter.DeleteCommand.Parameters[1462].Value = ((int)(Original_T3533800.Value)); } else { this.Adapter.DeleteCommand.Parameters[1461].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1462].Value = global::System.DBNull.Value; } - if ((Original_T0350801.HasValue == true)) { + if ((Original_T3533900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1463].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1464].Value = ((int)(Original_T0350801.Value)); + this.Adapter.DeleteCommand.Parameters[1464].Value = ((int)(Original_T3533900.Value)); } else { this.Adapter.DeleteCommand.Parameters[1463].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1464].Value = global::System.DBNull.Value; } - if ((Original_T0350900.HasValue == true)) { + if ((Original_T3534000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1465].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1466].Value = ((int)(Original_T0350900.Value)); + this.Adapter.DeleteCommand.Parameters[1466].Value = ((int)(Original_T3534000.Value)); } else { this.Adapter.DeleteCommand.Parameters[1465].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1466].Value = global::System.DBNull.Value; } - if ((Original_T0350901.HasValue == true)) { + if ((Original_T3534100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1467].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1468].Value = ((int)(Original_T0350901.Value)); + this.Adapter.DeleteCommand.Parameters[1468].Value = ((int)(Original_T3534100.Value)); } else { this.Adapter.DeleteCommand.Parameters[1467].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1468].Value = global::System.DBNull.Value; } - if ((Original_T0351000.HasValue == true)) { + if ((Original_T3729600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1469].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1470].Value = ((int)(Original_T0351000.Value)); + this.Adapter.DeleteCommand.Parameters[1470].Value = ((int)(Original_T3729600.Value)); } else { this.Adapter.DeleteCommand.Parameters[1469].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1470].Value = global::System.DBNull.Value; } - if ((Original_T0351001.HasValue == true)) { + if ((Original_T3729700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1471].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1472].Value = ((int)(Original_T0351001.Value)); + this.Adapter.DeleteCommand.Parameters[1472].Value = ((int)(Original_T3729700.Value)); } else { this.Adapter.DeleteCommand.Parameters[1471].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1472].Value = global::System.DBNull.Value; } - if ((Original_T0351100.HasValue == true)) { + if ((Original_T3729800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1473].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1474].Value = ((int)(Original_T0351100.Value)); + this.Adapter.DeleteCommand.Parameters[1474].Value = ((int)(Original_T3729800.Value)); } else { this.Adapter.DeleteCommand.Parameters[1473].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1474].Value = global::System.DBNull.Value; } - if ((Original_T0351101.HasValue == true)) { + if ((Original_T3729900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1475].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1476].Value = ((int)(Original_T0351101.Value)); + this.Adapter.DeleteCommand.Parameters[1476].Value = ((int)(Original_T3729900.Value)); } else { this.Adapter.DeleteCommand.Parameters[1475].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1476].Value = global::System.DBNull.Value; } - if ((Original_T0351200.HasValue == true)) { + if ((Original_T3730000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1477].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1478].Value = ((int)(Original_T0351200.Value)); + this.Adapter.DeleteCommand.Parameters[1478].Value = ((int)(Original_T3730000.Value)); } else { this.Adapter.DeleteCommand.Parameters[1477].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1478].Value = global::System.DBNull.Value; } - if ((Original_T0351201.HasValue == true)) { + if ((Original_T3730100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1479].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1480].Value = ((int)(Original_T0351201.Value)); + this.Adapter.DeleteCommand.Parameters[1480].Value = ((int)(Original_T3730100.Value)); } else { this.Adapter.DeleteCommand.Parameters[1479].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1480].Value = global::System.DBNull.Value; } - if ((Original_T0351300.HasValue == true)) { + if ((Original_T4496200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1481].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1482].Value = ((int)(Original_T0351300.Value)); + this.Adapter.DeleteCommand.Parameters[1482].Value = ((int)(Original_T4496200.Value)); } else { this.Adapter.DeleteCommand.Parameters[1481].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1482].Value = global::System.DBNull.Value; } - if ((Original_T0351301.HasValue == true)) { + if ((Original_T4496300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1483].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1484].Value = ((int)(Original_T0351301.Value)); + this.Adapter.DeleteCommand.Parameters[1484].Value = ((int)(Original_T4496300.Value)); } else { this.Adapter.DeleteCommand.Parameters[1483].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1484].Value = global::System.DBNull.Value; } - if ((Original_T0351400.HasValue == true)) { + if ((Original_T4496400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1485].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1486].Value = ((int)(Original_T0351400.Value)); + this.Adapter.DeleteCommand.Parameters[1486].Value = ((int)(Original_T4496400.Value)); } else { this.Adapter.DeleteCommand.Parameters[1485].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1486].Value = global::System.DBNull.Value; } - if ((Original_T0351401.HasValue == true)) { + if ((Original_T4496500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1487].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1488].Value = ((int)(Original_T0351401.Value)); + this.Adapter.DeleteCommand.Parameters[1488].Value = ((int)(Original_T4496500.Value)); } else { this.Adapter.DeleteCommand.Parameters[1487].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1488].Value = global::System.DBNull.Value; } - if ((Original_T0351500.HasValue == true)) { + if ((Original_T4496600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1489].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1490].Value = ((int)(Original_T0351500.Value)); + this.Adapter.DeleteCommand.Parameters[1490].Value = ((int)(Original_T4496600.Value)); } else { this.Adapter.DeleteCommand.Parameters[1489].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1490].Value = global::System.DBNull.Value; } - if ((Original_T0351501.HasValue == true)) { + if ((Original_T4496700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1491].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1492].Value = ((int)(Original_T0351501.Value)); + this.Adapter.DeleteCommand.Parameters[1492].Value = ((int)(Original_T4496700.Value)); } else { this.Adapter.DeleteCommand.Parameters[1491].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1492].Value = global::System.DBNull.Value; } - if ((Original_T0351600.HasValue == true)) { + if ((Original_T4496800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1493].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1494].Value = ((int)(Original_T0351600.Value)); + this.Adapter.DeleteCommand.Parameters[1494].Value = ((int)(Original_T4496800.Value)); } else { this.Adapter.DeleteCommand.Parameters[1493].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1494].Value = global::System.DBNull.Value; } - if ((Original_T0351601.HasValue == true)) { + if ((Original_T4496900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1495].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1496].Value = ((int)(Original_T0351601.Value)); + this.Adapter.DeleteCommand.Parameters[1496].Value = ((int)(Original_T4496900.Value)); } else { this.Adapter.DeleteCommand.Parameters[1495].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1496].Value = global::System.DBNull.Value; } - if ((Original_T0351700.HasValue == true)) { + if ((Original_T4497000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1497].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1498].Value = ((int)(Original_T0351700.Value)); + this.Adapter.DeleteCommand.Parameters[1498].Value = ((int)(Original_T4497000.Value)); } else { this.Adapter.DeleteCommand.Parameters[1497].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1498].Value = global::System.DBNull.Value; } - if ((Original_T0351701.HasValue == true)) { + if ((Original_T4497100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1499].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1500].Value = ((int)(Original_T0351701.Value)); + this.Adapter.DeleteCommand.Parameters[1500].Value = ((int)(Original_T4497100.Value)); } else { this.Adapter.DeleteCommand.Parameters[1499].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1500].Value = global::System.DBNull.Value; } - if ((Original_T0351800.HasValue == true)) { + if ((Original_T4500700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1501].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1502].Value = ((int)(Original_T0351800.Value)); + this.Adapter.DeleteCommand.Parameters[1502].Value = ((int)(Original_T4500700.Value)); } else { this.Adapter.DeleteCommand.Parameters[1501].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1502].Value = global::System.DBNull.Value; } - if ((Original_T0351801.HasValue == true)) { + if ((Original_T4500800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1503].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1504].Value = ((int)(Original_T0351801.Value)); + this.Adapter.DeleteCommand.Parameters[1504].Value = ((int)(Original_T4500800.Value)); } else { this.Adapter.DeleteCommand.Parameters[1503].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1504].Value = global::System.DBNull.Value; } - if ((Original_T0351900.HasValue == true)) { + if ((Original_T4500900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1505].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1506].Value = ((int)(Original_T0351900.Value)); + this.Adapter.DeleteCommand.Parameters[1506].Value = ((int)(Original_T4500900.Value)); } else { this.Adapter.DeleteCommand.Parameters[1505].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1506].Value = global::System.DBNull.Value; } - if ((Original_T0352000.HasValue == true)) { + if ((Original_T4501000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1507].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1508].Value = ((int)(Original_T0352000.Value)); + this.Adapter.DeleteCommand.Parameters[1508].Value = ((int)(Original_T4501000.Value)); } else { this.Adapter.DeleteCommand.Parameters[1507].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1508].Value = global::System.DBNull.Value; } - if ((Original_T0352100.HasValue == true)) { + if ((Original_T4501100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1509].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1510].Value = ((int)(Original_T0352100.Value)); + this.Adapter.DeleteCommand.Parameters[1510].Value = ((int)(Original_T4501100.Value)); } else { this.Adapter.DeleteCommand.Parameters[1509].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1510].Value = global::System.DBNull.Value; } - if ((Original_T0352200.HasValue == true)) { + if ((Original_T4501200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1511].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1512].Value = ((int)(Original_T0352200.Value)); + this.Adapter.DeleteCommand.Parameters[1512].Value = ((int)(Original_T4501200.Value)); } else { this.Adapter.DeleteCommand.Parameters[1511].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1512].Value = global::System.DBNull.Value; } - if ((Original_T0352300.HasValue == true)) { + if ((Original_T4501300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1513].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1514].Value = ((int)(Original_T0352300.Value)); + this.Adapter.DeleteCommand.Parameters[1514].Value = ((int)(Original_T4501300.Value)); } else { this.Adapter.DeleteCommand.Parameters[1513].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1514].Value = global::System.DBNull.Value; } - if ((Original_T0352400.HasValue == true)) { + if ((Original_T4501400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1515].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1516].Value = ((int)(Original_T0352400.Value)); + this.Adapter.DeleteCommand.Parameters[1516].Value = ((int)(Original_T4501400.Value)); } else { this.Adapter.DeleteCommand.Parameters[1515].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1516].Value = global::System.DBNull.Value; } - if ((Original_T0352500.HasValue == true)) { + if ((Original_T4501500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1517].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1518].Value = ((int)(Original_T0352500.Value)); + this.Adapter.DeleteCommand.Parameters[1518].Value = ((int)(Original_T4501500.Value)); } else { this.Adapter.DeleteCommand.Parameters[1517].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1518].Value = global::System.DBNull.Value; } - if ((Original_T0352600.HasValue == true)) { + if ((Original_T4501600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1519].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1520].Value = ((int)(Original_T0352600.Value)); + this.Adapter.DeleteCommand.Parameters[1520].Value = ((int)(Original_T4501600.Value)); } else { this.Adapter.DeleteCommand.Parameters[1519].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1520].Value = global::System.DBNull.Value; } - if ((Original_T0352700.HasValue == true)) { + if ((Original_T4501700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1521].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1522].Value = ((int)(Original_T0352700.Value)); + this.Adapter.DeleteCommand.Parameters[1522].Value = ((int)(Original_T4501700.Value)); } else { this.Adapter.DeleteCommand.Parameters[1521].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1522].Value = global::System.DBNull.Value; } - if ((Original_T0352800.HasValue == true)) { + if ((Original_T4501701.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1523].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1524].Value = ((int)(Original_T0352800.Value)); + this.Adapter.DeleteCommand.Parameters[1524].Value = ((int)(Original_T4501701.Value)); } else { this.Adapter.DeleteCommand.Parameters[1523].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1524].Value = global::System.DBNull.Value; } - if ((Original_T0352900.HasValue == true)) { + if ((Original_T4501800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1525].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1526].Value = ((int)(Original_T0352900.Value)); + this.Adapter.DeleteCommand.Parameters[1526].Value = ((int)(Original_T4501800.Value)); } else { this.Adapter.DeleteCommand.Parameters[1525].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1526].Value = global::System.DBNull.Value; } - if ((Original_T0597800.HasValue == true)) { + if ((Original_T4501801.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1527].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1528].Value = ((int)(Original_T0597800.Value)); + this.Adapter.DeleteCommand.Parameters[1528].Value = ((int)(Original_T4501801.Value)); } else { this.Adapter.DeleteCommand.Parameters[1527].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1528].Value = global::System.DBNull.Value; } - if ((Original_T0597900.HasValue == true)) { + if ((Original_T4501900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1529].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1530].Value = ((int)(Original_T0597900.Value)); + this.Adapter.DeleteCommand.Parameters[1530].Value = ((int)(Original_T4501900.Value)); } else { this.Adapter.DeleteCommand.Parameters[1529].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1530].Value = global::System.DBNull.Value; } - if ((Original_T0598000.HasValue == true)) { + if ((Original_T4501901.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1531].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1532].Value = ((int)(Original_T0598000.Value)); + this.Adapter.DeleteCommand.Parameters[1532].Value = ((int)(Original_T4501901.Value)); } else { this.Adapter.DeleteCommand.Parameters[1531].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1532].Value = global::System.DBNull.Value; } - if ((Original_T0598100.HasValue == true)) { + if ((Original_T4502000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1533].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1534].Value = ((int)(Original_T0598100.Value)); + this.Adapter.DeleteCommand.Parameters[1534].Value = ((int)(Original_T4502000.Value)); } else { this.Adapter.DeleteCommand.Parameters[1533].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1534].Value = global::System.DBNull.Value; } - if ((Original_T0598200.HasValue == true)) { + if ((Original_T4502001.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1535].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1536].Value = ((int)(Original_T0598200.Value)); + this.Adapter.DeleteCommand.Parameters[1536].Value = ((int)(Original_T4502001.Value)); } else { this.Adapter.DeleteCommand.Parameters[1535].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1536].Value = global::System.DBNull.Value; } - if ((Original_T0598300.HasValue == true)) { + if ((Original_T4502100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1537].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1538].Value = ((int)(Original_T0598300.Value)); + this.Adapter.DeleteCommand.Parameters[1538].Value = ((int)(Original_T4502100.Value)); } else { this.Adapter.DeleteCommand.Parameters[1537].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1538].Value = global::System.DBNull.Value; } - if ((Original_T0598400.HasValue == true)) { + if ((Original_T4502101.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1539].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1540].Value = ((int)(Original_T0598400.Value)); + this.Adapter.DeleteCommand.Parameters[1540].Value = ((int)(Original_T4502101.Value)); } else { this.Adapter.DeleteCommand.Parameters[1539].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1540].Value = global::System.DBNull.Value; } - if ((Original_T1495200.HasValue == true)) { + if ((Original_T4502200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1541].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1542].Value = ((int)(Original_T1495200.Value)); + this.Adapter.DeleteCommand.Parameters[1542].Value = ((int)(Original_T4502200.Value)); } else { this.Adapter.DeleteCommand.Parameters[1541].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1542].Value = global::System.DBNull.Value; } - if ((Original_T1495300.HasValue == true)) { + if ((Original_T4502201.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1543].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1544].Value = ((int)(Original_T1495300.Value)); + this.Adapter.DeleteCommand.Parameters[1544].Value = ((int)(Original_T4502201.Value)); } else { this.Adapter.DeleteCommand.Parameters[1543].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1544].Value = global::System.DBNull.Value; } - if ((Original_T1495400.HasValue == true)) { + if ((Original_T4502300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1545].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1546].Value = ((int)(Original_T1495400.Value)); + this.Adapter.DeleteCommand.Parameters[1546].Value = ((int)(Original_T4502300.Value)); } else { this.Adapter.DeleteCommand.Parameters[1545].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1546].Value = global::System.DBNull.Value; } - if ((Original_T1495500.HasValue == true)) { + if ((Original_T4502301.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1547].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1548].Value = ((int)(Original_T1495500.Value)); + this.Adapter.DeleteCommand.Parameters[1548].Value = ((int)(Original_T4502301.Value)); } else { this.Adapter.DeleteCommand.Parameters[1547].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1548].Value = global::System.DBNull.Value; } - if ((Original_T1495600.HasValue == true)) { + if ((Original_T4502400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1549].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1550].Value = ((int)(Original_T1495600.Value)); + this.Adapter.DeleteCommand.Parameters[1550].Value = ((int)(Original_T4502400.Value)); } else { this.Adapter.DeleteCommand.Parameters[1549].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1550].Value = global::System.DBNull.Value; } - if ((Original_T1495700.HasValue == true)) { + if ((Original_T4502401.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1551].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1552].Value = ((int)(Original_T1495700.Value)); + this.Adapter.DeleteCommand.Parameters[1552].Value = ((int)(Original_T4502401.Value)); } else { this.Adapter.DeleteCommand.Parameters[1551].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1552].Value = global::System.DBNull.Value; } - if ((Original_T1495800.HasValue == true)) { + if ((Original_T4502500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1553].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1554].Value = ((int)(Original_T1495800.Value)); + this.Adapter.DeleteCommand.Parameters[1554].Value = ((int)(Original_T4502500.Value)); } else { this.Adapter.DeleteCommand.Parameters[1553].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1554].Value = global::System.DBNull.Value; } - if ((Original_T1495900.HasValue == true)) { + if ((Original_T4502501.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1555].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1556].Value = ((int)(Original_T1495900.Value)); + this.Adapter.DeleteCommand.Parameters[1556].Value = ((int)(Original_T4502501.Value)); } else { this.Adapter.DeleteCommand.Parameters[1555].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1556].Value = global::System.DBNull.Value; } - if ((Original_T1496000.HasValue == true)) { + if ((Original_T4502600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1557].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1558].Value = ((int)(Original_T1496000.Value)); + this.Adapter.DeleteCommand.Parameters[1558].Value = ((int)(Original_T4502600.Value)); } else { this.Adapter.DeleteCommand.Parameters[1557].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1558].Value = global::System.DBNull.Value; } - if ((Original_T1496100.HasValue == true)) { + if ((Original_T4502601.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1559].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1560].Value = ((int)(Original_T1496100.Value)); + this.Adapter.DeleteCommand.Parameters[1560].Value = ((int)(Original_T4502601.Value)); } else { this.Adapter.DeleteCommand.Parameters[1559].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1560].Value = global::System.DBNull.Value; } - if ((Original_T1496200.HasValue == true)) { + if ((Original_T4504900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1561].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1562].Value = ((int)(Original_T1496200.Value)); + this.Adapter.DeleteCommand.Parameters[1562].Value = ((int)(Original_T4504900.Value)); } else { this.Adapter.DeleteCommand.Parameters[1561].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1562].Value = global::System.DBNull.Value; } - if ((Original_T1496300.HasValue == true)) { + if ((Original_T4505000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1563].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1564].Value = ((int)(Original_T1496300.Value)); + this.Adapter.DeleteCommand.Parameters[1564].Value = ((int)(Original_T4505000.Value)); } else { this.Adapter.DeleteCommand.Parameters[1563].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1564].Value = global::System.DBNull.Value; } - if ((Original_T1496400.HasValue == true)) { + if ((Original_T4505100.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1565].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1566].Value = ((int)(Original_T1496400.Value)); + this.Adapter.DeleteCommand.Parameters[1566].Value = ((int)(Original_T4505100.Value)); } else { this.Adapter.DeleteCommand.Parameters[1565].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1566].Value = global::System.DBNull.Value; } - if ((Original_T1496500.HasValue == true)) { + if ((Original_T4505200.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1567].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1568].Value = ((int)(Original_T1496500.Value)); + this.Adapter.DeleteCommand.Parameters[1568].Value = ((int)(Original_T4505200.Value)); } else { this.Adapter.DeleteCommand.Parameters[1567].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1568].Value = global::System.DBNull.Value; } - if ((Original_T1496600.HasValue == true)) { + if ((Original_T4505300.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1569].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1570].Value = ((int)(Original_T1496600.Value)); + this.Adapter.DeleteCommand.Parameters[1570].Value = ((int)(Original_T4505300.Value)); } else { this.Adapter.DeleteCommand.Parameters[1569].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1570].Value = global::System.DBNull.Value; } - if ((Original_T1496700.HasValue == true)) { + if ((Original_T4505400.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1571].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1572].Value = ((int)(Original_T1496700.Value)); + this.Adapter.DeleteCommand.Parameters[1572].Value = ((int)(Original_T4505400.Value)); } else { this.Adapter.DeleteCommand.Parameters[1571].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1572].Value = global::System.DBNull.Value; } - if ((Original_T1496800.HasValue == true)) { + if ((Original_T4505500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1573].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1574].Value = ((int)(Original_T1496800.Value)); + this.Adapter.DeleteCommand.Parameters[1574].Value = ((int)(Original_T4505500.Value)); } else { this.Adapter.DeleteCommand.Parameters[1573].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1574].Value = global::System.DBNull.Value; } - if ((Original_T1496900.HasValue == true)) { + if ((Original_T4505600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1575].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1576].Value = ((int)(Original_T1496900.Value)); + this.Adapter.DeleteCommand.Parameters[1576].Value = ((int)(Original_T4505600.Value)); } else { this.Adapter.DeleteCommand.Parameters[1575].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1576].Value = global::System.DBNull.Value; } - if ((Original_T1497000.HasValue == true)) { + if ((Original_T4505700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1577].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1578].Value = ((int)(Original_T1497000.Value)); + this.Adapter.DeleteCommand.Parameters[1578].Value = ((int)(Original_T4505700.Value)); } else { this.Adapter.DeleteCommand.Parameters[1577].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1578].Value = global::System.DBNull.Value; } - if ((Original_T1497100.HasValue == true)) { + if ((Original_T4505800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1579].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1580].Value = ((int)(Original_T1497100.Value)); + this.Adapter.DeleteCommand.Parameters[1580].Value = ((int)(Original_T4505800.Value)); } else { this.Adapter.DeleteCommand.Parameters[1579].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1580].Value = global::System.DBNull.Value; } - if ((Original_T1497200.HasValue == true)) { + if ((Original_T4703500.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1581].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1582].Value = ((int)(Original_T1497200.Value)); + this.Adapter.DeleteCommand.Parameters[1582].Value = ((int)(Original_T4703500.Value)); } else { this.Adapter.DeleteCommand.Parameters[1581].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1582].Value = global::System.DBNull.Value; } - if ((Original_T1497300.HasValue == true)) { + if ((Original_T4703600.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1583].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1584].Value = ((int)(Original_T1497300.Value)); + this.Adapter.DeleteCommand.Parameters[1584].Value = ((int)(Original_T4703600.Value)); } else { this.Adapter.DeleteCommand.Parameters[1583].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1584].Value = global::System.DBNull.Value; } - if ((Original_T1497400.HasValue == true)) { + if ((Original_T4703700.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1585].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1586].Value = ((int)(Original_T1497400.Value)); + this.Adapter.DeleteCommand.Parameters[1586].Value = ((int)(Original_T4703700.Value)); } else { this.Adapter.DeleteCommand.Parameters[1585].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1586].Value = global::System.DBNull.Value; } - if ((Original_T1497500.HasValue == true)) { + if ((Original_T4703800.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1587].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1588].Value = ((int)(Original_T1497500.Value)); + this.Adapter.DeleteCommand.Parameters[1588].Value = ((int)(Original_T4703800.Value)); } else { this.Adapter.DeleteCommand.Parameters[1587].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1588].Value = global::System.DBNull.Value; } - if ((Original_T1497600.HasValue == true)) { + if ((Original_T4703900.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1589].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1590].Value = ((int)(Original_T1497600.Value)); + this.Adapter.DeleteCommand.Parameters[1590].Value = ((int)(Original_T4703900.Value)); } else { this.Adapter.DeleteCommand.Parameters[1589].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1590].Value = global::System.DBNull.Value; } - if ((Original_T1497700.HasValue == true)) { + if ((Original_T4704000.HasValue == true)) { this.Adapter.DeleteCommand.Parameters[1591].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1592].Value = ((int)(Original_T1497700.Value)); + this.Adapter.DeleteCommand.Parameters[1592].Value = ((int)(Original_T4704000.Value)); } else { this.Adapter.DeleteCommand.Parameters[1591].Value = ((object)(1)); this.Adapter.DeleteCommand.Parameters[1592].Value = global::System.DBNull.Value; } - if ((Original_T1497800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1593].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1594].Value = ((int)(Original_T1497800.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1593].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1594].Value = global::System.DBNull.Value; - } - if ((Original_T1497900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1595].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1596].Value = ((int)(Original_T1497900.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1595].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1596].Value = global::System.DBNull.Value; - } - if ((Original_T1498000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1597].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1598].Value = ((int)(Original_T1498000.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1597].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1598].Value = global::System.DBNull.Value; - } - if ((Original_T1498100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1599].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1600].Value = ((int)(Original_T1498100.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1599].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1600].Value = global::System.DBNull.Value; - } - if ((Original_T1498200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1601].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1602].Value = ((int)(Original_T1498200.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1601].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1602].Value = global::System.DBNull.Value; - } - if ((Original_T1498300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1603].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1604].Value = ((int)(Original_T1498300.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1603].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1604].Value = global::System.DBNull.Value; - } - if ((Original_T1498400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1605].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1606].Value = ((int)(Original_T1498400.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1605].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1606].Value = global::System.DBNull.Value; - } - if ((Original_T1498500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1607].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1608].Value = ((int)(Original_T1498500.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1607].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1608].Value = global::System.DBNull.Value; - } - if ((Original_T1498600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1609].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1610].Value = ((int)(Original_T1498600.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1609].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1610].Value = global::System.DBNull.Value; - } - if ((Original_T1498700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1611].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1612].Value = ((int)(Original_T1498700.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1611].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1612].Value = global::System.DBNull.Value; - } - if ((Original_T1498800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1613].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1614].Value = ((int)(Original_T1498800.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1613].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1614].Value = global::System.DBNull.Value; - } - if ((Original_T1498900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1615].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1616].Value = ((int)(Original_T1498900.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1615].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1616].Value = global::System.DBNull.Value; - } - if ((Original_T1499000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1617].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1618].Value = ((int)(Original_T1499000.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1617].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1618].Value = global::System.DBNull.Value; - } - if ((Original_T1499100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1619].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1620].Value = ((int)(Original_T1499100.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1619].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1620].Value = global::System.DBNull.Value; - } - if ((Original_T1499200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1621].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1622].Value = ((int)(Original_T1499200.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1621].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1622].Value = global::System.DBNull.Value; - } - if ((Original_T1499300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1623].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1624].Value = ((int)(Original_T1499300.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1623].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1624].Value = global::System.DBNull.Value; - } - if ((Original_T1499400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1625].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1626].Value = ((int)(Original_T1499400.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1625].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1626].Value = global::System.DBNull.Value; - } - if ((Original_T1499500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1627].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1628].Value = ((int)(Original_T1499500.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1627].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1628].Value = global::System.DBNull.Value; - } - if ((Original_T1499501.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1629].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1630].Value = ((int)(Original_T1499501.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1629].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1630].Value = global::System.DBNull.Value; - } - if ((Original_T1499600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1631].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1632].Value = ((int)(Original_T1499600.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1631].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1632].Value = global::System.DBNull.Value; - } - if ((Original_T1499601.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1633].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1634].Value = ((int)(Original_T1499601.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1633].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1634].Value = global::System.DBNull.Value; - } - if ((Original_T1499700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1635].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1636].Value = ((int)(Original_T1499700.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1635].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1636].Value = global::System.DBNull.Value; - } - if ((Original_T1499701.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1637].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1638].Value = ((int)(Original_T1499701.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1637].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1638].Value = global::System.DBNull.Value; - } - if ((Original_T1499800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1639].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1640].Value = ((int)(Original_T1499800.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1639].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1640].Value = global::System.DBNull.Value; - } - if ((Original_T1499801.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1641].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1642].Value = ((int)(Original_T1499801.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1641].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1642].Value = global::System.DBNull.Value; - } - if ((Original_T1499900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1643].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1644].Value = ((int)(Original_T1499900.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1643].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1644].Value = global::System.DBNull.Value; - } - if ((Original_T1499901.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1645].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1646].Value = ((int)(Original_T1499901.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1645].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1646].Value = global::System.DBNull.Value; - } - if ((Original_T1500000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1647].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1648].Value = ((int)(Original_T1500000.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1647].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1648].Value = global::System.DBNull.Value; - } - if ((Original_T1500001.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1649].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1650].Value = ((int)(Original_T1500001.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1649].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1650].Value = global::System.DBNull.Value; - } - if ((Original_T1500100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1651].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1652].Value = ((int)(Original_T1500100.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1651].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1652].Value = global::System.DBNull.Value; - } - if ((Original_T1500101.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1653].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1654].Value = ((int)(Original_T1500101.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1653].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1654].Value = global::System.DBNull.Value; - } - if ((Original_T1500200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1655].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1656].Value = ((int)(Original_T1500200.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1655].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1656].Value = global::System.DBNull.Value; - } - if ((Original_T1500201.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1657].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1658].Value = ((int)(Original_T1500201.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1657].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1658].Value = global::System.DBNull.Value; - } - if ((Original_T1500300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1659].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1660].Value = ((int)(Original_T1500300.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1659].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1660].Value = global::System.DBNull.Value; - } - if ((Original_T1500301.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1661].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1662].Value = ((int)(Original_T1500301.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1661].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1662].Value = global::System.DBNull.Value; - } - if ((Original_T1500400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1663].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1664].Value = ((int)(Original_T1500400.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1663].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1664].Value = global::System.DBNull.Value; - } - if ((Original_T1500401.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1665].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1666].Value = ((int)(Original_T1500401.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1665].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1666].Value = global::System.DBNull.Value; - } - if ((Original_T1500500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1667].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1668].Value = ((int)(Original_T1500500.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1667].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1668].Value = global::System.DBNull.Value; - } - if ((Original_T1500501.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1669].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1670].Value = ((int)(Original_T1500501.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1669].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1670].Value = global::System.DBNull.Value; - } - if ((Original_T1500600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1671].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1672].Value = ((int)(Original_T1500600.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1671].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1672].Value = global::System.DBNull.Value; - } - if ((Original_T1500601.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1673].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1674].Value = ((int)(Original_T1500601.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1673].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1674].Value = global::System.DBNull.Value; - } - if ((Original_T1500700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1675].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1676].Value = ((int)(Original_T1500700.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1675].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1676].Value = global::System.DBNull.Value; - } - if ((Original_T1500701.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1677].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1678].Value = ((int)(Original_T1500701.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1677].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1678].Value = global::System.DBNull.Value; - } - if ((Original_T1500800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1679].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1680].Value = ((int)(Original_T1500800.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1679].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1680].Value = global::System.DBNull.Value; - } - if ((Original_T1500801.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1681].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1682].Value = ((int)(Original_T1500801.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1681].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1682].Value = global::System.DBNull.Value; - } - if ((Original_T1500900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1683].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1684].Value = ((int)(Original_T1500900.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1683].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1684].Value = global::System.DBNull.Value; - } - if ((Original_T1500901.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1685].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1686].Value = ((int)(Original_T1500901.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1685].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1686].Value = global::System.DBNull.Value; - } - if ((Original_T1501000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1687].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1688].Value = ((int)(Original_T1501000.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1687].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1688].Value = global::System.DBNull.Value; - } - if ((Original_T1501001.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1689].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1690].Value = ((int)(Original_T1501001.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1689].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1690].Value = global::System.DBNull.Value; - } - if ((Original_T1501100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1691].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1692].Value = ((int)(Original_T1501100.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1691].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1692].Value = global::System.DBNull.Value; - } - if ((Original_T1501200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1693].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1694].Value = ((int)(Original_T1501200.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1693].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1694].Value = global::System.DBNull.Value; - } - if ((Original_T1501300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1695].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1696].Value = ((int)(Original_T1501300.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1695].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1696].Value = global::System.DBNull.Value; - } - if ((Original_T1501400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1697].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1698].Value = ((int)(Original_T1501400.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1697].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1698].Value = global::System.DBNull.Value; - } - if ((Original_T1501500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1699].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1700].Value = ((int)(Original_T1501500.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1699].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1700].Value = global::System.DBNull.Value; - } - if ((Original_T1501600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1701].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1702].Value = ((int)(Original_T1501600.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1701].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1702].Value = global::System.DBNull.Value; - } - if ((Original_T1501700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1703].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1704].Value = ((int)(Original_T1501700.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1703].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1704].Value = global::System.DBNull.Value; - } - if ((Original_T1501800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1705].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1706].Value = ((int)(Original_T1501800.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1705].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1706].Value = global::System.DBNull.Value; - } - if ((Original_T1501900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1707].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1708].Value = ((int)(Original_T1501900.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1707].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1708].Value = global::System.DBNull.Value; - } - if ((Original_T1502000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1709].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1710].Value = ((int)(Original_T1502000.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1709].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1710].Value = global::System.DBNull.Value; - } - if ((Original_T1502100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1711].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1712].Value = ((int)(Original_T1502100.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1711].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1712].Value = global::System.DBNull.Value; - } - if ((Original_T1765100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1713].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1714].Value = ((int)(Original_T1765100.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1713].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1714].Value = global::System.DBNull.Value; - } - if ((Original_T1765200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1715].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1716].Value = ((int)(Original_T1765200.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1715].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1716].Value = global::System.DBNull.Value; - } - if ((Original_T1765300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1717].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1718].Value = ((int)(Original_T1765300.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1717].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1718].Value = global::System.DBNull.Value; - } - if ((Original_T1765400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1719].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1720].Value = ((int)(Original_T1765400.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1719].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1720].Value = global::System.DBNull.Value; - } - if ((Original_T1765500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1721].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1722].Value = ((int)(Original_T1765500.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1721].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1722].Value = global::System.DBNull.Value; - } - if ((Original_T1765600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1723].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1724].Value = ((int)(Original_T1765600.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1723].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1724].Value = global::System.DBNull.Value; - } - if ((Original_T1765700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1725].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1726].Value = ((int)(Original_T1765700.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1725].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1726].Value = global::System.DBNull.Value; - } - if ((Original_T2541200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1727].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1728].Value = ((int)(Original_T2541200.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1727].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1728].Value = global::System.DBNull.Value; - } - if ((Original_T2541300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1729].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1730].Value = ((int)(Original_T2541300.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1729].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1730].Value = global::System.DBNull.Value; - } - if ((Original_T2541400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1731].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1732].Value = ((int)(Original_T2541400.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1731].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1732].Value = global::System.DBNull.Value; - } - if ((Original_T2541500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1733].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1734].Value = ((int)(Original_T2541500.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1733].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1734].Value = global::System.DBNull.Value; - } - if ((Original_T2541600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1735].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1736].Value = ((int)(Original_T2541600.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1735].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1736].Value = global::System.DBNull.Value; - } - if ((Original_T2541700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1737].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1738].Value = ((int)(Original_T2541700.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1737].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1738].Value = global::System.DBNull.Value; - } - if ((Original_T2541800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1739].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1740].Value = ((int)(Original_T2541800.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1739].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1740].Value = global::System.DBNull.Value; - } - if ((Original_T2541900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1741].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1742].Value = ((int)(Original_T2541900.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1741].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1742].Value = global::System.DBNull.Value; - } - if ((Original_T2542000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1743].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1744].Value = ((int)(Original_T2542000.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1743].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1744].Value = global::System.DBNull.Value; - } - if ((Original_T2542100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1745].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1746].Value = ((int)(Original_T2542100.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1745].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1746].Value = global::System.DBNull.Value; - } - if ((Original_T2542200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1747].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1748].Value = ((int)(Original_T2542200.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1747].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1748].Value = global::System.DBNull.Value; - } - if ((Original_T2542300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1749].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1750].Value = ((int)(Original_T2542300.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1749].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1750].Value = global::System.DBNull.Value; - } - if ((Original_T2542400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1751].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1752].Value = ((int)(Original_T2542400.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1751].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1752].Value = global::System.DBNull.Value; - } - if ((Original_T2542500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1753].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1754].Value = ((int)(Original_T2542500.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1753].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1754].Value = global::System.DBNull.Value; - } - if ((Original_T2542600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1755].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1756].Value = ((int)(Original_T2542600.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1755].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1756].Value = global::System.DBNull.Value; - } - if ((Original_T2542700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1757].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1758].Value = ((int)(Original_T2542700.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1757].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1758].Value = global::System.DBNull.Value; - } - if ((Original_T2542800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1759].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1760].Value = ((int)(Original_T2542800.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1759].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1760].Value = global::System.DBNull.Value; - } - if ((Original_T2542900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1761].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1762].Value = ((int)(Original_T2542900.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1761].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1762].Value = global::System.DBNull.Value; - } - if ((Original_T2543000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1763].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1764].Value = ((int)(Original_T2543000.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1763].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1764].Value = global::System.DBNull.Value; - } - if ((Original_T2543100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1765].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1766].Value = ((int)(Original_T2543100.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1765].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1766].Value = global::System.DBNull.Value; - } - if ((Original_T2543200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1767].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1768].Value = ((int)(Original_T2543200.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1767].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1768].Value = global::System.DBNull.Value; - } - if ((Original_T2543300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1769].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1770].Value = ((int)(Original_T2543300.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1769].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1770].Value = global::System.DBNull.Value; - } - if ((Original_T2543400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1771].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1772].Value = ((int)(Original_T2543400.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1771].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1772].Value = global::System.DBNull.Value; - } - if ((Original_T2543500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1773].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1774].Value = ((int)(Original_T2543500.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1773].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1774].Value = global::System.DBNull.Value; - } - if ((Original_T2543600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1775].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1776].Value = ((int)(Original_T2543600.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1775].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1776].Value = global::System.DBNull.Value; - } - if ((Original_T2543700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1777].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1778].Value = ((int)(Original_T2543700.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1777].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1778].Value = global::System.DBNull.Value; - } - if ((Original_T2543800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1779].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1780].Value = ((int)(Original_T2543800.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1779].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1780].Value = global::System.DBNull.Value; - } - if ((Original_T2543900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1781].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1782].Value = ((int)(Original_T2543900.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1781].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1782].Value = global::System.DBNull.Value; - } - if ((Original_T2544000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1783].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1784].Value = ((int)(Original_T2544000.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1783].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1784].Value = global::System.DBNull.Value; - } - if ((Original_T2544100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1785].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1786].Value = ((int)(Original_T2544100.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1785].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1786].Value = global::System.DBNull.Value; - } - if ((Original_T2544200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1787].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1788].Value = ((int)(Original_T2544200.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1787].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1788].Value = global::System.DBNull.Value; - } - if ((Original_T2544300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1789].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1790].Value = ((int)(Original_T2544300.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1789].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1790].Value = global::System.DBNull.Value; - } - if ((Original_T2544400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1791].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1792].Value = ((int)(Original_T2544400.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1791].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1792].Value = global::System.DBNull.Value; - } - if ((Original_T2544500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1793].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1794].Value = ((int)(Original_T2544500.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1793].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1794].Value = global::System.DBNull.Value; - } - if ((Original_T2544600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1795].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1796].Value = ((int)(Original_T2544600.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1795].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1796].Value = global::System.DBNull.Value; - } - if ((Original_T2544700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1797].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1798].Value = ((int)(Original_T2544700.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1797].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1798].Value = global::System.DBNull.Value; - } - if ((Original_T2544800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1799].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1800].Value = ((int)(Original_T2544800.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1799].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1800].Value = global::System.DBNull.Value; - } - if ((Original_T2544900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1801].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1802].Value = ((int)(Original_T2544900.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1801].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1802].Value = global::System.DBNull.Value; - } - if ((Original_T2545000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1803].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1804].Value = ((int)(Original_T2545000.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1803].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1804].Value = global::System.DBNull.Value; - } - if ((Original_T2545100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1805].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1806].Value = ((int)(Original_T2545100.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1805].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1806].Value = global::System.DBNull.Value; - } - if ((Original_T2545200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1807].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1808].Value = ((int)(Original_T2545200.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1807].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1808].Value = global::System.DBNull.Value; - } - if ((Original_T2545201.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1809].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1810].Value = ((int)(Original_T2545201.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1809].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1810].Value = global::System.DBNull.Value; - } - if ((Original_T2545300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1811].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1812].Value = ((int)(Original_T2545300.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1811].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1812].Value = global::System.DBNull.Value; - } - if ((Original_T2545301.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1813].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1814].Value = ((int)(Original_T2545301.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1813].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1814].Value = global::System.DBNull.Value; - } - if ((Original_T2545400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1815].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1816].Value = ((int)(Original_T2545400.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1815].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1816].Value = global::System.DBNull.Value; - } - if ((Original_T2545401.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1817].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1818].Value = ((int)(Original_T2545401.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1817].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1818].Value = global::System.DBNull.Value; - } - if ((Original_T2545500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1819].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1820].Value = ((int)(Original_T2545500.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1819].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1820].Value = global::System.DBNull.Value; - } - if ((Original_T2545501.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1821].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1822].Value = ((int)(Original_T2545501.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1821].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1822].Value = global::System.DBNull.Value; - } - if ((Original_T2545600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1823].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1824].Value = ((int)(Original_T2545600.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1823].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1824].Value = global::System.DBNull.Value; - } - if ((Original_T2545601.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1825].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1826].Value = ((int)(Original_T2545601.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1825].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1826].Value = global::System.DBNull.Value; - } - if ((Original_T2545700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1827].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1828].Value = ((int)(Original_T2545700.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1827].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1828].Value = global::System.DBNull.Value; - } - if ((Original_T2545701.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1829].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1830].Value = ((int)(Original_T2545701.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1829].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1830].Value = global::System.DBNull.Value; - } - if ((Original_T2545800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1831].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1832].Value = ((int)(Original_T2545800.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1831].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1832].Value = global::System.DBNull.Value; - } - if ((Original_T2545801.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1833].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1834].Value = ((int)(Original_T2545801.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1833].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1834].Value = global::System.DBNull.Value; - } - if ((Original_T2545900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1835].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1836].Value = ((int)(Original_T2545900.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1835].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1836].Value = global::System.DBNull.Value; - } - if ((Original_T2545901.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1837].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1838].Value = ((int)(Original_T2545901.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1837].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1838].Value = global::System.DBNull.Value; - } - if ((Original_T2546000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1839].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1840].Value = ((int)(Original_T2546000.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1839].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1840].Value = global::System.DBNull.Value; - } - if ((Original_T2546001.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1841].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1842].Value = ((int)(Original_T2546001.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1841].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1842].Value = global::System.DBNull.Value; - } - if ((Original_T2546100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1843].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1844].Value = ((int)(Original_T2546100.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1843].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1844].Value = global::System.DBNull.Value; - } - if ((Original_T2546101.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1845].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1846].Value = ((int)(Original_T2546101.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1845].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1846].Value = global::System.DBNull.Value; - } - if ((Original_T2546200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1847].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1848].Value = ((int)(Original_T2546200.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1847].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1848].Value = global::System.DBNull.Value; - } - if ((Original_T2546201.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1849].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1850].Value = ((int)(Original_T2546201.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1849].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1850].Value = global::System.DBNull.Value; - } - if ((Original_T2546300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1851].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1852].Value = ((int)(Original_T2546300.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1851].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1852].Value = global::System.DBNull.Value; - } - if ((Original_T2546301.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1853].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1854].Value = ((int)(Original_T2546301.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1853].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1854].Value = global::System.DBNull.Value; - } - if ((Original_T2546400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1855].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1856].Value = ((int)(Original_T2546400.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1855].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1856].Value = global::System.DBNull.Value; - } - if ((Original_T2546401.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1857].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1858].Value = ((int)(Original_T2546401.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1857].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1858].Value = global::System.DBNull.Value; - } - if ((Original_T2546500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1859].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1860].Value = ((int)(Original_T2546500.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1859].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1860].Value = global::System.DBNull.Value; - } - if ((Original_T2546501.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1861].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1862].Value = ((int)(Original_T2546501.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1861].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1862].Value = global::System.DBNull.Value; - } - if ((Original_T2546600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1863].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1864].Value = ((int)(Original_T2546600.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1863].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1864].Value = global::System.DBNull.Value; - } - if ((Original_T2546601.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1865].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1866].Value = ((int)(Original_T2546601.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1865].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1866].Value = global::System.DBNull.Value; - } - if ((Original_T2546700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1867].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1868].Value = ((int)(Original_T2546700.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1867].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1868].Value = global::System.DBNull.Value; - } - if ((Original_T2546701.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1869].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1870].Value = ((int)(Original_T2546701.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1869].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1870].Value = global::System.DBNull.Value; - } - if ((Original_T2546800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1871].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1872].Value = ((int)(Original_T2546800.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1871].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1872].Value = global::System.DBNull.Value; - } - if ((Original_T2546900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1873].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1874].Value = ((int)(Original_T2546900.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1873].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1874].Value = global::System.DBNull.Value; - } - if ((Original_T2547000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1875].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1876].Value = ((int)(Original_T2547000.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1875].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1876].Value = global::System.DBNull.Value; - } - if ((Original_T2547100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1877].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1878].Value = ((int)(Original_T2547100.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1877].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1878].Value = global::System.DBNull.Value; - } - if ((Original_T2547200.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1879].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1880].Value = ((int)(Original_T2547200.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1879].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1880].Value = global::System.DBNull.Value; - } - if ((Original_T2547300.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1881].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1882].Value = ((int)(Original_T2547300.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1881].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1882].Value = global::System.DBNull.Value; - } - if ((Original_T2547400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1883].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1884].Value = ((int)(Original_T2547400.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1883].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1884].Value = global::System.DBNull.Value; - } - if ((Original_T2547500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1885].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1886].Value = ((int)(Original_T2547500.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1885].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1886].Value = global::System.DBNull.Value; - } - if ((Original_T2547600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1887].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1888].Value = ((int)(Original_T2547600.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1887].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1888].Value = global::System.DBNull.Value; - } - if ((Original_T2547700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1889].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1890].Value = ((int)(Original_T2547700.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1889].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1890].Value = global::System.DBNull.Value; - } - if ((Original_T2763400.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1891].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1892].Value = ((int)(Original_T2763400.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1891].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1892].Value = global::System.DBNull.Value; - } - if ((Original_T2763500.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1893].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1894].Value = ((int)(Original_T2763500.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1893].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1894].Value = global::System.DBNull.Value; - } - if ((Original_T2763600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1895].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1896].Value = ((int)(Original_T2763600.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1895].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1896].Value = global::System.DBNull.Value; - } - if ((Original_T2763700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1897].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1898].Value = ((int)(Original_T2763700.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1897].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1898].Value = global::System.DBNull.Value; - } - if ((Original_T2763800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1899].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1900].Value = ((int)(Original_T2763800.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1899].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1900].Value = global::System.DBNull.Value; - } - if ((Original_T2763900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1901].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1902].Value = ((int)(Original_T2763900.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1901].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1902].Value = global::System.DBNull.Value; - } - if ((Original_T2764000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1903].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1904].Value = ((int)(Original_T2764000.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1903].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1904].Value = global::System.DBNull.Value; - } - if ((Original_T3729600.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1905].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1906].Value = ((int)(Original_T3729600.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1905].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1906].Value = global::System.DBNull.Value; - } - if ((Original_T3729700.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1907].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1908].Value = ((int)(Original_T3729700.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1907].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1908].Value = global::System.DBNull.Value; - } - if ((Original_T3729800.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1909].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1910].Value = ((int)(Original_T3729800.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1909].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1910].Value = global::System.DBNull.Value; - } - if ((Original_T3729900.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1911].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1912].Value = ((int)(Original_T3729900.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1911].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1912].Value = global::System.DBNull.Value; - } - if ((Original_T3730000.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1913].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1914].Value = ((int)(Original_T3730000.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1913].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1914].Value = global::System.DBNull.Value; - } - if ((Original_T3730100.HasValue == true)) { - this.Adapter.DeleteCommand.Parameters[1915].Value = ((object)(0)); - this.Adapter.DeleteCommand.Parameters[1916].Value = ((int)(Original_T3730100.Value)); - } - else { - this.Adapter.DeleteCommand.Parameters[1915].Value = ((object)(1)); - this.Adapter.DeleteCommand.Parameters[1916].Value = global::System.DBNull.Value; - } 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)) { @@ -147601,69 +148449,50 @@ public virtual int Delete( [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)] public virtual int Insert( int R0000100, + global::System.Nullable R0173600, + global::System.Nullable R0214700, global::System.Nullable R0214800, global::System.Nullable R1373300, - global::System.Nullable R1373400, global::System.Nullable R1373500, global::System.Nullable R1374000, - global::System.Nullable R1374100, global::System.Nullable R1374200, global::System.Nullable R1374700, - global::System.Nullable R1374800, global::System.Nullable R1374900, global::System.Nullable R1375400, - global::System.Nullable R1375500, global::System.Nullable R1375600, global::System.Nullable R1376100, - global::System.Nullable R1376200, global::System.Nullable R1376300, global::System.Nullable R1376800, - global::System.Nullable R1376900, global::System.Nullable R1377000, global::System.Nullable R1377500, - global::System.Nullable R1377600, global::System.Nullable R1377700, global::System.Nullable R1753700, - global::System.Nullable R1753800, global::System.Nullable R1753900, global::System.Nullable R1754400, - global::System.Nullable R1754500, global::System.Nullable R1754600, global::System.Nullable R1755100, - global::System.Nullable R1755200, global::System.Nullable R1755300, global::System.Nullable R1755800, - global::System.Nullable R1755900, global::System.Nullable R1756000, global::System.Nullable R1756500, - global::System.Nullable R1756600, global::System.Nullable R1756700, global::System.Nullable R1757200, - global::System.Nullable R1757300, global::System.Nullable R1757400, global::System.Nullable R1757900, - global::System.Nullable R1758000, global::System.Nullable R1758100, global::System.Nullable R2095700, - global::System.Nullable R2095800, global::System.Nullable R2095900, global::System.Nullable R2096400, - global::System.Nullable R2096500, global::System.Nullable R2096600, global::System.Nullable R2097100, - global::System.Nullable R2097200, global::System.Nullable R2097300, global::System.Nullable R2097800, - global::System.Nullable R2097900, global::System.Nullable R2098000, global::System.Nullable R2098500, - global::System.Nullable R2098600, global::System.Nullable R2098700, global::System.Nullable R2099200, - global::System.Nullable R2099300, global::System.Nullable R2099400, global::System.Nullable R2099900, - global::System.Nullable R2100000, global::System.Nullable R2100100, global::System.Nullable R2345900, global::System.Nullable R2346200, @@ -147673,25 +148502,18 @@ public virtual int Insert( global::System.Nullable R2347400, global::System.Nullable R2347700, global::System.Nullable R2648000, - global::System.Nullable R2648100, global::System.Nullable R2648200, global::System.Nullable R2648700, - global::System.Nullable R2648800, global::System.Nullable R2648900, global::System.Nullable R2649400, - global::System.Nullable R2649500, global::System.Nullable R2649600, global::System.Nullable R2650100, - global::System.Nullable R2650200, global::System.Nullable R2650300, global::System.Nullable R2650800, - global::System.Nullable R2650900, global::System.Nullable R2651000, global::System.Nullable R2651500, - global::System.Nullable R2651600, global::System.Nullable R2651700, global::System.Nullable R2652200, - global::System.Nullable R2652300, global::System.Nullable R2652400, global::System.Nullable R2955900, global::System.Nullable R2956200, @@ -147701,119 +148523,78 @@ public virtual int Insert( global::System.Nullable R2957400, global::System.Nullable R2957700, global::System.Nullable R3255900, - global::System.Nullable R3256000, global::System.Nullable R3256100, global::System.Nullable R3257700, - global::System.Nullable R3257800, global::System.Nullable R3257900, global::System.Nullable R3259500, - global::System.Nullable R3259600, global::System.Nullable R3259700, global::System.Nullable R3261300, - global::System.Nullable R3261400, global::System.Nullable R3261500, global::System.Nullable R3263100, - global::System.Nullable R3263200, global::System.Nullable R3263300, global::System.Nullable R3264900, - global::System.Nullable R3265000, global::System.Nullable R3265100, global::System.Nullable R3266700, - global::System.Nullable R3266800, global::System.Nullable R3266900, global::System.Nullable R3268500, global::System.Nullable R3556400, global::System.Nullable R3557000, global::System.Nullable R3557600, global::System.Nullable R3771800, - global::System.Nullable R3771900, global::System.Nullable R3772000, global::System.Nullable R3772100, - global::System.Nullable R3772200, - global::System.Nullable R3772300, global::System.Nullable R3772400, global::System.Nullable R3773900, - global::System.Nullable R3774000, global::System.Nullable R3774100, global::System.Nullable R3774200, - global::System.Nullable R3774300, - global::System.Nullable R3774400, global::System.Nullable R3774500, global::System.Nullable R3776000, - global::System.Nullable R3776100, global::System.Nullable R3776200, global::System.Nullable R3776300, - global::System.Nullable R3776400, - global::System.Nullable R3776500, global::System.Nullable R3776600, global::System.Nullable R3778100, - global::System.Nullable R3778200, global::System.Nullable R3778300, global::System.Nullable R3778400, - global::System.Nullable R3778500, - global::System.Nullable R3778600, global::System.Nullable R3778700, global::System.Nullable R3780200, - global::System.Nullable R3780300, global::System.Nullable R3780400, global::System.Nullable R3780500, - global::System.Nullable R3780600, - global::System.Nullable R3780700, global::System.Nullable R3780800, global::System.Nullable R3782300, - global::System.Nullable R3782400, global::System.Nullable R3782500, global::System.Nullable R3782600, global::System.Nullable R3782900, global::System.Nullable R3784400, - global::System.Nullable R3784500, global::System.Nullable R3784600, global::System.Nullable R3784700, global::System.Nullable R3785000, global::System.Nullable R3786500, global::System.Nullable R3788004, global::System.Nullable R4276800, - global::System.Nullable R4276900, global::System.Nullable R4277000, global::System.Nullable R4277100, global::System.Nullable R4277101, - global::System.Nullable R4277200, - global::System.Nullable R4277201, global::System.Nullable R4277700, - global::System.Nullable R4277800, global::System.Nullable R4277900, global::System.Nullable R4278000, global::System.Nullable R4278001, - global::System.Nullable R4278100, - global::System.Nullable R4278101, global::System.Nullable R4278600, - global::System.Nullable R4278700, global::System.Nullable R4278800, global::System.Nullable R4278900, global::System.Nullable R4278901, - global::System.Nullable R4279000, - global::System.Nullable R4279001, global::System.Nullable R4279500, - global::System.Nullable R4279600, global::System.Nullable R4279700, global::System.Nullable R4279800, global::System.Nullable R4279801, - global::System.Nullable R4279900, - global::System.Nullable R4279901, global::System.Nullable R4280400, - global::System.Nullable R4280500, global::System.Nullable R4280600, global::System.Nullable R4280700, global::System.Nullable R4280701, - global::System.Nullable R4280800, - global::System.Nullable R4280801, global::System.Nullable R4281300, - global::System.Nullable R4281400, global::System.Nullable R4281500, global::System.Nullable R4281600, global::System.Nullable R4281601, global::System.Nullable R4282100, - global::System.Nullable R4282200, global::System.Nullable R4282300, global::System.Nullable R4282400, global::System.Nullable R4282401, @@ -147822,119 +148603,82 @@ public virtual int Insert( global::System.Nullable R4283100, global::System.Nullable R4283600, global::System.Nullable R4827600, - global::System.Nullable R4827700, global::System.Nullable R4827800, global::System.Nullable R4827900, global::System.Nullable R4827901, - global::System.Nullable R4828000, - global::System.Nullable R4828001, global::System.Nullable R4828100, global::System.Nullable R4830600, - global::System.Nullable R4830700, global::System.Nullable R4830800, global::System.Nullable R4830900, global::System.Nullable R4830901, - global::System.Nullable R4831000, - global::System.Nullable R4831001, global::System.Nullable R4831100, global::System.Nullable R4833600, - global::System.Nullable R4833700, global::System.Nullable R4833800, global::System.Nullable R4833900, global::System.Nullable R4833901, - global::System.Nullable R4834000, - global::System.Nullable R4834001, global::System.Nullable R4834100, global::System.Nullable R4836600, - global::System.Nullable R4836700, global::System.Nullable R4836800, global::System.Nullable R4836900, global::System.Nullable R4836901, - global::System.Nullable R4837000, - global::System.Nullable R4837001, global::System.Nullable R4837100, global::System.Nullable R4839600, - global::System.Nullable R4839700, global::System.Nullable R4839800, global::System.Nullable R4839900, global::System.Nullable R4839901, - global::System.Nullable R4840000, - global::System.Nullable R4840001, global::System.Nullable R4840100, global::System.Nullable R4842500, - global::System.Nullable R4842600, global::System.Nullable R4842700, global::System.Nullable R4842800, global::System.Nullable R4842801, global::System.Nullable R4842900, global::System.Nullable R4844800, - global::System.Nullable R4844900, global::System.Nullable R4845000, global::System.Nullable R4845100, global::System.Nullable R4845101, global::System.Nullable R4845200, global::System.Nullable R4847100, - global::System.Nullable R4847200, global::System.Nullable R4847300, global::System.Nullable R4847400, global::System.Nullable R5498000, - global::System.Nullable R5498100, global::System.Nullable R5498200, global::System.Nullable R5498300, global::System.Nullable R5498301, - global::System.Nullable R5498400, - global::System.Nullable R5498401, global::System.Nullable R5498500, global::System.Nullable R5501000, - global::System.Nullable R5501100, global::System.Nullable R5501200, global::System.Nullable R5501300, global::System.Nullable R5501301, - global::System.Nullable R5501400, - global::System.Nullable R5501401, global::System.Nullable R5501500, global::System.Nullable R5504000, - global::System.Nullable R5504100, global::System.Nullable R5504200, global::System.Nullable R5504300, global::System.Nullable R5504301, - global::System.Nullable R5504400, - global::System.Nullable R5504401, global::System.Nullable R5504500, global::System.Nullable R5507000, - global::System.Nullable R5507100, global::System.Nullable R5507200, global::System.Nullable R5507300, global::System.Nullable R5507301, - global::System.Nullable R5507400, - global::System.Nullable R5507401, global::System.Nullable R5507500, global::System.Nullable R5510000, - global::System.Nullable R5510100, global::System.Nullable R5510200, global::System.Nullable R5510300, global::System.Nullable R5510301, - global::System.Nullable R5510400, - global::System.Nullable R5510401, global::System.Nullable R5510500, global::System.Nullable R5513000, - global::System.Nullable R5513100, global::System.Nullable R5513200, global::System.Nullable R5513300, global::System.Nullable R5513301, global::System.Nullable R5513400, global::System.Nullable R5515300, - global::System.Nullable R5515400, global::System.Nullable R5515500, global::System.Nullable R5515600, global::System.Nullable R5515601, global::System.Nullable R5515700, global::System.Nullable R5517600, - global::System.Nullable R5517700, global::System.Nullable R5517800, global::System.Nullable R5517900, global::System.Nullable R5519800, - global::System.Nullable R5519900, global::System.Nullable R5520000, global::System.Nullable R5520100, global::System.Nullable R5520101, @@ -147949,16 +148693,6 @@ public virtual int Insert( global::System.Nullable R6219100, global::System.Nullable R6219200, global::System.Nullable R6219300, - global::System.Nullable R6219500, - global::System.Nullable R6219600, - global::System.Nullable R6219700, - global::System.Nullable R6219800, - global::System.Nullable R6219900, - global::System.Nullable R6220000, - global::System.Nullable R6220100, - global::System.Nullable R6220200, - global::System.Nullable R6220300, - global::System.Nullable R6220400, global::System.Nullable R6220600, global::System.Nullable R6220700, global::System.Nullable R6220800, @@ -147989,18 +148723,6 @@ public virtual int Insert( global::System.Nullable R6222501, global::System.Nullable R6222600, global::System.Nullable R6222601, - global::System.Nullable R6222800, - global::System.Nullable R6222801, - global::System.Nullable R6222900, - global::System.Nullable R6222901, - global::System.Nullable R6223000, - global::System.Nullable R6223001, - global::System.Nullable R6223100, - global::System.Nullable R6223101, - global::System.Nullable R6223200, - global::System.Nullable R6223201, - global::System.Nullable R6223300, - global::System.Nullable R6223301, global::System.Nullable R6223400, global::System.Nullable R6223500, global::System.Nullable R6223600, @@ -148031,16 +148753,6 @@ public virtual int Insert( global::System.Nullable R6773200, global::System.Nullable R6773300, global::System.Nullable R6773400, - global::System.Nullable R6773500, - global::System.Nullable R6773600, - global::System.Nullable R6773700, - global::System.Nullable R6773800, - global::System.Nullable R6773900, - global::System.Nullable R6774000, - global::System.Nullable R6774100, - global::System.Nullable R6774200, - global::System.Nullable R6774300, - global::System.Nullable R6774400, global::System.Nullable R6774500, global::System.Nullable R6774600, global::System.Nullable R6774700, @@ -148067,18 +148779,6 @@ public virtual int Insert( global::System.Nullable R6776101, global::System.Nullable R6776200, global::System.Nullable R6776201, - global::System.Nullable R6776300, - global::System.Nullable R6776301, - global::System.Nullable R6776400, - global::System.Nullable R6776401, - global::System.Nullable R6776500, - global::System.Nullable R6776501, - global::System.Nullable R6776600, - global::System.Nullable R6776601, - global::System.Nullable R6776700, - global::System.Nullable R6776701, - global::System.Nullable R6776800, - global::System.Nullable R6776801, global::System.Nullable R6776900, global::System.Nullable R6777000, global::System.Nullable R6777100, @@ -148109,16 +148809,6 @@ public virtual int Insert( global::System.Nullable R7417600, global::System.Nullable R7417700, global::System.Nullable R7417800, - global::System.Nullable R7417900, - global::System.Nullable R7418000, - global::System.Nullable R7418100, - global::System.Nullable R7418200, - global::System.Nullable R7418300, - global::System.Nullable R7418400, - global::System.Nullable R7418500, - global::System.Nullable R7418600, - global::System.Nullable R7418700, - global::System.Nullable R7418800, global::System.Nullable R7418900, global::System.Nullable R7419000, global::System.Nullable R7419100, @@ -148135,30 +148825,16 @@ public virtual int Insert( global::System.Nullable R7420001, global::System.Nullable R7420100, global::System.Nullable R7420101, - global::System.Nullable R7420200, - global::System.Nullable R7420201, - global::System.Nullable R7420300, - global::System.Nullable R7420301, - global::System.Nullable R7420400, - global::System.Nullable R7420401, - global::System.Nullable R7420500, - global::System.Nullable R7420501, - global::System.Nullable R7420600, - global::System.Nullable R7420601, - global::System.Nullable R7420700, - global::System.Nullable R7420701, - global::System.Nullable R7420800, - global::System.Nullable R7420801, - global::System.Nullable R7420900, - global::System.Nullable R7420901, - global::System.Nullable R7421000, - global::System.Nullable R7421001, - global::System.Nullable R7421100, - global::System.Nullable R7421101, - global::System.Nullable R7421200, - global::System.Nullable R7421201, - global::System.Nullable R7421300, - global::System.Nullable R7421301, + global::System.Nullable R7420200, + global::System.Nullable R7420201, + global::System.Nullable R7420300, + global::System.Nullable R7420301, + global::System.Nullable R7420400, + global::System.Nullable R7420401, + global::System.Nullable R7420500, + global::System.Nullable R7420501, + global::System.Nullable R7420600, + global::System.Nullable R7420601, global::System.Nullable R7421400, global::System.Nullable R7421500, global::System.Nullable R7421600, @@ -148189,16 +148865,6 @@ public virtual int Insert( global::System.Nullable R8115700, global::System.Nullable R8115800, global::System.Nullable R8115900, - global::System.Nullable R8116000, - global::System.Nullable R8116100, - global::System.Nullable R8116200, - global::System.Nullable R8116300, - global::System.Nullable R8116400, - global::System.Nullable R8116500, - global::System.Nullable R8116600, - global::System.Nullable R8116700, - global::System.Nullable R8116800, - global::System.Nullable R8116900, global::System.Nullable R8117000, global::System.Nullable R8117100, global::System.Nullable R8117200, @@ -148229,18 +148895,6 @@ public virtual int Insert( global::System.Nullable R8118801, global::System.Nullable R8118900, global::System.Nullable R8118901, - global::System.Nullable R8119000, - global::System.Nullable R8119001, - global::System.Nullable R8119100, - global::System.Nullable R8119101, - global::System.Nullable R8119200, - global::System.Nullable R8119201, - global::System.Nullable R8119300, - global::System.Nullable R8119301, - global::System.Nullable R8119400, - global::System.Nullable R8119401, - global::System.Nullable R8119500, - global::System.Nullable R8119501, global::System.Nullable R8119600, global::System.Nullable R8119700, global::System.Nullable R8119800, @@ -148295,17 +148949,6 @@ public virtual int Insert( global::System.Nullable T0347600, global::System.Nullable T0347700, global::System.Nullable T0347800, - global::System.Nullable T0347900, - global::System.Nullable T0348000, - global::System.Nullable T0348100, - global::System.Nullable T0348200, - global::System.Nullable T0348300, - global::System.Nullable T0348400, - global::System.Nullable T0348500, - global::System.Nullable T0348600, - global::System.Nullable T0348700, - global::System.Nullable T0348800, - global::System.Nullable T0348900, global::System.Nullable T0349000, global::System.Nullable T0349100, global::System.Nullable T0349200, @@ -148337,22 +148980,6 @@ public virtual int Insert( global::System.Nullable T0350901, global::System.Nullable T0351000, global::System.Nullable T0351001, - global::System.Nullable T0351100, - global::System.Nullable T0351101, - global::System.Nullable T0351200, - global::System.Nullable T0351201, - global::System.Nullable T0351300, - global::System.Nullable T0351301, - global::System.Nullable T0351400, - global::System.Nullable T0351401, - global::System.Nullable T0351500, - global::System.Nullable T0351501, - global::System.Nullable T0351600, - global::System.Nullable T0351601, - global::System.Nullable T0351700, - global::System.Nullable T0351701, - global::System.Nullable T0351800, - global::System.Nullable T0351801, global::System.Nullable T0351900, global::System.Nullable T0352000, global::System.Nullable T0352100, @@ -148392,17 +149019,6 @@ public virtual int Insert( global::System.Nullable T1497000, global::System.Nullable T1497100, global::System.Nullable T1497200, - global::System.Nullable T1497300, - global::System.Nullable T1497400, - global::System.Nullable T1497500, - global::System.Nullable T1497600, - global::System.Nullable T1497700, - global::System.Nullable T1497800, - global::System.Nullable T1497900, - global::System.Nullable T1498000, - global::System.Nullable T1498100, - global::System.Nullable T1498200, - global::System.Nullable T1498300, global::System.Nullable T1498400, global::System.Nullable T1498500, global::System.Nullable T1498600, @@ -148434,18 +149050,6 @@ public virtual int Insert( global::System.Nullable T1500301, global::System.Nullable T1500400, global::System.Nullable T1500401, - global::System.Nullable T1500500, - global::System.Nullable T1500501, - global::System.Nullable T1500600, - global::System.Nullable T1500601, - global::System.Nullable T1500700, - global::System.Nullable T1500701, - global::System.Nullable T1500800, - global::System.Nullable T1500801, - global::System.Nullable T1500900, - global::System.Nullable T1500901, - global::System.Nullable T1501000, - global::System.Nullable T1501001, global::System.Nullable T1501100, global::System.Nullable T1501200, global::System.Nullable T1501300, @@ -148484,16 +149088,6 @@ public virtual int Insert( global::System.Nullable T2542900, global::System.Nullable T2543000, global::System.Nullable T2543100, - global::System.Nullable T2543200, - global::System.Nullable T2543300, - global::System.Nullable T2543400, - global::System.Nullable T2543500, - global::System.Nullable T2543600, - global::System.Nullable T2543700, - global::System.Nullable T2543800, - global::System.Nullable T2543900, - global::System.Nullable T2544000, - global::System.Nullable T2544100, global::System.Nullable T2544200, global::System.Nullable T2544300, global::System.Nullable T2544400, @@ -148522,20 +149116,6 @@ public virtual int Insert( global::System.Nullable T2545901, global::System.Nullable T2546000, global::System.Nullable T2546001, - global::System.Nullable T2546100, - global::System.Nullable T2546101, - global::System.Nullable T2546200, - global::System.Nullable T2546201, - global::System.Nullable T2546300, - global::System.Nullable T2546301, - global::System.Nullable T2546400, - global::System.Nullable T2546401, - global::System.Nullable T2546500, - global::System.Nullable T2546501, - global::System.Nullable T2546600, - global::System.Nullable T2546601, - global::System.Nullable T2546700, - global::System.Nullable T2546701, global::System.Nullable T2546800, global::System.Nullable T2546900, global::System.Nullable T2547000, @@ -148553,45 +149133,151 @@ public virtual int Insert( global::System.Nullable T2763800, global::System.Nullable T2763900, global::System.Nullable T2764000, + global::System.Nullable T3527500, + global::System.Nullable T3527600, + global::System.Nullable T3527700, + global::System.Nullable T3527800, + global::System.Nullable T3527900, + global::System.Nullable T3528000, + global::System.Nullable T3528100, + global::System.Nullable T3528200, + global::System.Nullable T3528300, + global::System.Nullable T3528400, + global::System.Nullable T3530500, + global::System.Nullable T3530600, + global::System.Nullable T3530700, + global::System.Nullable T3530800, + global::System.Nullable T3530900, + global::System.Nullable T3531000, + global::System.Nullable T3531100, + global::System.Nullable T3531200, + global::System.Nullable T3531300, + global::System.Nullable T3531400, + global::System.Nullable T3531500, + global::System.Nullable T3531501, + global::System.Nullable T3531600, + global::System.Nullable T3531601, + global::System.Nullable T3531700, + global::System.Nullable T3531701, + global::System.Nullable T3531800, + global::System.Nullable T3531801, + global::System.Nullable T3531900, + global::System.Nullable T3531901, + global::System.Nullable T3532000, + global::System.Nullable T3532001, + global::System.Nullable T3532100, + global::System.Nullable T3532101, + global::System.Nullable T3532200, + global::System.Nullable T3532201, + global::System.Nullable T3532300, + global::System.Nullable T3532301, + global::System.Nullable T3532400, + global::System.Nullable T3532401, + global::System.Nullable T3533200, + global::System.Nullable T3533300, + global::System.Nullable T3533400, + global::System.Nullable T3533500, + global::System.Nullable T3533600, + global::System.Nullable T3533700, + global::System.Nullable T3533800, + global::System.Nullable T3533900, + global::System.Nullable T3534000, + global::System.Nullable T3534100, global::System.Nullable T3729600, global::System.Nullable T3729700, global::System.Nullable T3729800, global::System.Nullable T3729900, global::System.Nullable T3730000, - global::System.Nullable T3730100) { + global::System.Nullable T3730100, + global::System.Nullable T4496200, + global::System.Nullable T4496300, + global::System.Nullable T4496400, + global::System.Nullable T4496500, + global::System.Nullable T4496600, + global::System.Nullable T4496700, + global::System.Nullable T4496800, + global::System.Nullable T4496900, + global::System.Nullable T4497000, + global::System.Nullable T4497100, + global::System.Nullable T4500700, + global::System.Nullable T4500800, + global::System.Nullable T4500900, + global::System.Nullable T4501000, + global::System.Nullable T4501100, + global::System.Nullable T4501200, + global::System.Nullable T4501300, + global::System.Nullable T4501400, + global::System.Nullable T4501500, + global::System.Nullable T4501600, + global::System.Nullable T4501700, + global::System.Nullable T4501701, + global::System.Nullable T4501800, + global::System.Nullable T4501801, + global::System.Nullable T4501900, + global::System.Nullable T4501901, + global::System.Nullable T4502000, + global::System.Nullable T4502001, + global::System.Nullable T4502100, + global::System.Nullable T4502101, + global::System.Nullable T4502200, + global::System.Nullable T4502201, + global::System.Nullable T4502300, + global::System.Nullable T4502301, + global::System.Nullable T4502400, + global::System.Nullable T4502401, + global::System.Nullable T4502500, + global::System.Nullable T4502501, + global::System.Nullable T4502600, + global::System.Nullable T4502601, + global::System.Nullable T4504900, + global::System.Nullable T4505000, + global::System.Nullable T4505100, + global::System.Nullable T4505200, + global::System.Nullable T4505300, + global::System.Nullable T4505400, + global::System.Nullable T4505500, + global::System.Nullable T4505600, + global::System.Nullable T4505700, + global::System.Nullable T4505800, + global::System.Nullable T4703500, + global::System.Nullable T4703600, + global::System.Nullable T4703700, + global::System.Nullable T4703800, + global::System.Nullable T4703900, + global::System.Nullable T4704000) { this.Adapter.InsertCommand.Parameters[0].Value = ((int)(R0000100)); - if ((R0214800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[1].Value = ((int)(R0214800.Value)); + if ((R0173600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[1].Value = ((int)(R0173600.Value)); } else { this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; } - if ((R1373300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[2].Value = ((int)(R1373300.Value)); + if ((R0214700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[2].Value = ((int)(R0214700.Value)); } else { this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((R1373400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[3].Value = ((int)(R1373400.Value)); + if ((R0214800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[3].Value = ((int)(R0214800.Value)); } else { this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; } - if ((R1373500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[4].Value = ((int)(R1373500.Value)); + if ((R1373300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[4].Value = ((int)(R1373300.Value)); } else { this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((R1374000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[5].Value = ((int)(R1374000.Value)); + if ((R1373500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[5].Value = ((int)(R1373500.Value)); } else { this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((R1374100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[6].Value = ((int)(R1374100.Value)); + if ((R1374000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[6].Value = ((int)(R1374000.Value)); } else { this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; @@ -148608,5705 +149294,4733 @@ public virtual int Insert( else { this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((R1374800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[9].Value = ((int)(R1374800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; - } if ((R1374900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[10].Value = ((int)(R1374900.Value)); + this.Adapter.InsertCommand.Parameters[9].Value = ((int)(R1374900.Value)); } else { - this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; } if ((R1375400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[11].Value = ((int)(R1375400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; - } - if ((R1375500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[12].Value = ((int)(R1375500.Value)); + this.Adapter.InsertCommand.Parameters[10].Value = ((int)(R1375400.Value)); } else { - this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; } if ((R1375600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[13].Value = ((int)(R1375600.Value)); + this.Adapter.InsertCommand.Parameters[11].Value = ((int)(R1375600.Value)); } else { - this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; } if ((R1376100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[14].Value = ((int)(R1376100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; - } - if ((R1376200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[15].Value = ((int)(R1376200.Value)); + this.Adapter.InsertCommand.Parameters[12].Value = ((int)(R1376100.Value)); } else { - this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; } if ((R1376300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[16].Value = ((int)(R1376300.Value)); + this.Adapter.InsertCommand.Parameters[13].Value = ((int)(R1376300.Value)); } else { - this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; } if ((R1376800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[17].Value = ((int)(R1376800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; - } - if ((R1376900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[18].Value = ((int)(R1376900.Value)); + this.Adapter.InsertCommand.Parameters[14].Value = ((int)(R1376800.Value)); } else { - this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; } if ((R1377000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[19].Value = ((int)(R1377000.Value)); + this.Adapter.InsertCommand.Parameters[15].Value = ((int)(R1377000.Value)); } else { - this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; } if ((R1377500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[20].Value = ((int)(R1377500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; - } - if ((R1377600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[21].Value = ((int)(R1377600.Value)); + this.Adapter.InsertCommand.Parameters[16].Value = ((int)(R1377500.Value)); } else { - this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; } if ((R1377700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[22].Value = ((int)(R1377700.Value)); + this.Adapter.InsertCommand.Parameters[17].Value = ((int)(R1377700.Value)); } else { - this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; } if ((R1753700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[23].Value = ((int)(R1753700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; - } - if ((R1753800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[24].Value = ((int)(R1753800.Value)); + this.Adapter.InsertCommand.Parameters[18].Value = ((int)(R1753700.Value)); } else { - this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; } if ((R1753900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[25].Value = ((int)(R1753900.Value)); + this.Adapter.InsertCommand.Parameters[19].Value = ((int)(R1753900.Value)); } else { - this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; } if ((R1754400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[26].Value = ((int)(R1754400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; - } - if ((R1754500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[27].Value = ((int)(R1754500.Value)); + this.Adapter.InsertCommand.Parameters[20].Value = ((int)(R1754400.Value)); } else { - this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; } if ((R1754600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[28].Value = ((int)(R1754600.Value)); + this.Adapter.InsertCommand.Parameters[21].Value = ((int)(R1754600.Value)); } else { - this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; } if ((R1755100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[29].Value = ((int)(R1755100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; - } - if ((R1755200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[30].Value = ((int)(R1755200.Value)); + this.Adapter.InsertCommand.Parameters[22].Value = ((int)(R1755100.Value)); } else { - this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; } if ((R1755300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[31].Value = ((int)(R1755300.Value)); + this.Adapter.InsertCommand.Parameters[23].Value = ((int)(R1755300.Value)); } else { - this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; } if ((R1755800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[32].Value = ((int)(R1755800.Value)); + this.Adapter.InsertCommand.Parameters[24].Value = ((int)(R1755800.Value)); } else { - this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; - } - if ((R1755900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[33].Value = ((int)(R1755900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; } if ((R1756000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[34].Value = ((int)(R1756000.Value)); + this.Adapter.InsertCommand.Parameters[25].Value = ((int)(R1756000.Value)); } else { - this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; } if ((R1756500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[35].Value = ((int)(R1756500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; - } - if ((R1756600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[36].Value = ((int)(R1756600.Value)); + this.Adapter.InsertCommand.Parameters[26].Value = ((int)(R1756500.Value)); } else { - this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; } if ((R1756700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[37].Value = ((int)(R1756700.Value)); + this.Adapter.InsertCommand.Parameters[27].Value = ((int)(R1756700.Value)); } else { - this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; } if ((R1757200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[38].Value = ((int)(R1757200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; - } - if ((R1757300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[39].Value = ((int)(R1757300.Value)); + this.Adapter.InsertCommand.Parameters[28].Value = ((int)(R1757200.Value)); } else { - this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; } if ((R1757400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[40].Value = ((int)(R1757400.Value)); + this.Adapter.InsertCommand.Parameters[29].Value = ((int)(R1757400.Value)); } else { - this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; } if ((R1757900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[41].Value = ((int)(R1757900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; - } - if ((R1758000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[42].Value = ((int)(R1758000.Value)); + this.Adapter.InsertCommand.Parameters[30].Value = ((int)(R1757900.Value)); } else { - this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; } if ((R1758100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[43].Value = ((int)(R1758100.Value)); + this.Adapter.InsertCommand.Parameters[31].Value = ((int)(R1758100.Value)); } else { - this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; } if ((R2095700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[44].Value = ((int)(R2095700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; - } - if ((R2095800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[45].Value = ((int)(R2095800.Value)); + this.Adapter.InsertCommand.Parameters[32].Value = ((int)(R2095700.Value)); } else { - this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; } if ((R2095900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[46].Value = ((int)(R2095900.Value)); + this.Adapter.InsertCommand.Parameters[33].Value = ((int)(R2095900.Value)); } else { - this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; } if ((R2096400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[47].Value = ((int)(R2096400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; - } - if ((R2096500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[48].Value = ((int)(R2096500.Value)); + this.Adapter.InsertCommand.Parameters[34].Value = ((int)(R2096400.Value)); } else { - this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; } if ((R2096600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[49].Value = ((int)(R2096600.Value)); + this.Adapter.InsertCommand.Parameters[35].Value = ((int)(R2096600.Value)); } else { - this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; } if ((R2097100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[50].Value = ((int)(R2097100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value; - } - if ((R2097200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[51].Value = ((int)(R2097200.Value)); + this.Adapter.InsertCommand.Parameters[36].Value = ((int)(R2097100.Value)); } else { - this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; } if ((R2097300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[52].Value = ((int)(R2097300.Value)); + this.Adapter.InsertCommand.Parameters[37].Value = ((int)(R2097300.Value)); } else { - this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; } if ((R2097800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[53].Value = ((int)(R2097800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value; - } - if ((R2097900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[54].Value = ((int)(R2097900.Value)); + this.Adapter.InsertCommand.Parameters[38].Value = ((int)(R2097800.Value)); } else { - this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; } if ((R2098000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[55].Value = ((int)(R2098000.Value)); + this.Adapter.InsertCommand.Parameters[39].Value = ((int)(R2098000.Value)); } else { - this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; } if ((R2098500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[56].Value = ((int)(R2098500.Value)); + this.Adapter.InsertCommand.Parameters[40].Value = ((int)(R2098500.Value)); } else { - this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value; - } - if ((R2098600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[57].Value = ((int)(R2098600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; } if ((R2098700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[58].Value = ((int)(R2098700.Value)); + this.Adapter.InsertCommand.Parameters[41].Value = ((int)(R2098700.Value)); } else { - this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; } if ((R2099200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[59].Value = ((int)(R2099200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value; - } - if ((R2099300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[60].Value = ((int)(R2099300.Value)); + this.Adapter.InsertCommand.Parameters[42].Value = ((int)(R2099200.Value)); } else { - this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; } if ((R2099400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[61].Value = ((int)(R2099400.Value)); + this.Adapter.InsertCommand.Parameters[43].Value = ((int)(R2099400.Value)); } else { - this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; } if ((R2099900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[62].Value = ((int)(R2099900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value; - } - if ((R2100000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[63].Value = ((int)(R2100000.Value)); + this.Adapter.InsertCommand.Parameters[44].Value = ((int)(R2099900.Value)); } else { - this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; } if ((R2100100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[64].Value = ((int)(R2100100.Value)); + this.Adapter.InsertCommand.Parameters[45].Value = ((int)(R2100100.Value)); } else { - this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; } if ((R2345900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[65].Value = ((int)(R2345900.Value)); + this.Adapter.InsertCommand.Parameters[46].Value = ((int)(R2345900.Value)); } else { - this.Adapter.InsertCommand.Parameters[65].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; } if ((R2346200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[66].Value = ((int)(R2346200.Value)); + this.Adapter.InsertCommand.Parameters[47].Value = ((int)(R2346200.Value)); } else { - this.Adapter.InsertCommand.Parameters[66].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; } if ((R2346500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[67].Value = ((int)(R2346500.Value)); + this.Adapter.InsertCommand.Parameters[48].Value = ((int)(R2346500.Value)); } else { - this.Adapter.InsertCommand.Parameters[67].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value; } if ((R2346800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[68].Value = ((int)(R2346800.Value)); + this.Adapter.InsertCommand.Parameters[49].Value = ((int)(R2346800.Value)); } else { - this.Adapter.InsertCommand.Parameters[68].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value; } if ((R2347100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[69].Value = ((int)(R2347100.Value)); + this.Adapter.InsertCommand.Parameters[50].Value = ((int)(R2347100.Value)); } else { - this.Adapter.InsertCommand.Parameters[69].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value; } if ((R2347400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[70].Value = ((int)(R2347400.Value)); + this.Adapter.InsertCommand.Parameters[51].Value = ((int)(R2347400.Value)); } else { - this.Adapter.InsertCommand.Parameters[70].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value; } if ((R2347700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[71].Value = ((int)(R2347700.Value)); + this.Adapter.InsertCommand.Parameters[52].Value = ((int)(R2347700.Value)); } else { - this.Adapter.InsertCommand.Parameters[71].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value; } if ((R2648000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[72].Value = ((int)(R2648000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[72].Value = global::System.DBNull.Value; - } - if ((R2648100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[73].Value = ((int)(R2648100.Value)); + this.Adapter.InsertCommand.Parameters[53].Value = ((int)(R2648000.Value)); } else { - this.Adapter.InsertCommand.Parameters[73].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value; } if ((R2648200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[74].Value = ((int)(R2648200.Value)); + this.Adapter.InsertCommand.Parameters[54].Value = ((int)(R2648200.Value)); } else { - this.Adapter.InsertCommand.Parameters[74].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value; } if ((R2648700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[75].Value = ((int)(R2648700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[75].Value = global::System.DBNull.Value; - } - if ((R2648800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[76].Value = ((int)(R2648800.Value)); + this.Adapter.InsertCommand.Parameters[55].Value = ((int)(R2648700.Value)); } else { - this.Adapter.InsertCommand.Parameters[76].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value; } if ((R2648900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[77].Value = ((int)(R2648900.Value)); + this.Adapter.InsertCommand.Parameters[56].Value = ((int)(R2648900.Value)); } else { - this.Adapter.InsertCommand.Parameters[77].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value; } if ((R2649400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[78].Value = ((int)(R2649400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[78].Value = global::System.DBNull.Value; - } - if ((R2649500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[79].Value = ((int)(R2649500.Value)); + this.Adapter.InsertCommand.Parameters[57].Value = ((int)(R2649400.Value)); } else { - this.Adapter.InsertCommand.Parameters[79].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value; } if ((R2649600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[80].Value = ((int)(R2649600.Value)); + this.Adapter.InsertCommand.Parameters[58].Value = ((int)(R2649600.Value)); } else { - this.Adapter.InsertCommand.Parameters[80].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value; } if ((R2650100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[81].Value = ((int)(R2650100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[81].Value = global::System.DBNull.Value; - } - if ((R2650200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[82].Value = ((int)(R2650200.Value)); + this.Adapter.InsertCommand.Parameters[59].Value = ((int)(R2650100.Value)); } else { - this.Adapter.InsertCommand.Parameters[82].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value; } if ((R2650300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[83].Value = ((int)(R2650300.Value)); + this.Adapter.InsertCommand.Parameters[60].Value = ((int)(R2650300.Value)); } else { - this.Adapter.InsertCommand.Parameters[83].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value; } if ((R2650800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[84].Value = ((int)(R2650800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[84].Value = global::System.DBNull.Value; - } - if ((R2650900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[85].Value = ((int)(R2650900.Value)); + this.Adapter.InsertCommand.Parameters[61].Value = ((int)(R2650800.Value)); } else { - this.Adapter.InsertCommand.Parameters[85].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value; } if ((R2651000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[86].Value = ((int)(R2651000.Value)); + this.Adapter.InsertCommand.Parameters[62].Value = ((int)(R2651000.Value)); } else { - this.Adapter.InsertCommand.Parameters[86].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value; } if ((R2651500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[87].Value = ((int)(R2651500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[87].Value = global::System.DBNull.Value; - } - if ((R2651600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[88].Value = ((int)(R2651600.Value)); + this.Adapter.InsertCommand.Parameters[63].Value = ((int)(R2651500.Value)); } else { - this.Adapter.InsertCommand.Parameters[88].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value; } if ((R2651700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[89].Value = ((int)(R2651700.Value)); + this.Adapter.InsertCommand.Parameters[64].Value = ((int)(R2651700.Value)); } else { - this.Adapter.InsertCommand.Parameters[89].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value; } if ((R2652200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[90].Value = ((int)(R2652200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[90].Value = global::System.DBNull.Value; - } - if ((R2652300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[91].Value = ((int)(R2652300.Value)); + this.Adapter.InsertCommand.Parameters[65].Value = ((int)(R2652200.Value)); } else { - this.Adapter.InsertCommand.Parameters[91].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[65].Value = global::System.DBNull.Value; } if ((R2652400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[92].Value = ((int)(R2652400.Value)); + this.Adapter.InsertCommand.Parameters[66].Value = ((int)(R2652400.Value)); } else { - this.Adapter.InsertCommand.Parameters[92].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[66].Value = global::System.DBNull.Value; } if ((R2955900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[93].Value = ((int)(R2955900.Value)); + this.Adapter.InsertCommand.Parameters[67].Value = ((int)(R2955900.Value)); } else { - this.Adapter.InsertCommand.Parameters[93].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[67].Value = global::System.DBNull.Value; } if ((R2956200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[94].Value = ((int)(R2956200.Value)); + this.Adapter.InsertCommand.Parameters[68].Value = ((int)(R2956200.Value)); } else { - this.Adapter.InsertCommand.Parameters[94].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[68].Value = global::System.DBNull.Value; } if ((R2956500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[95].Value = ((int)(R2956500.Value)); + this.Adapter.InsertCommand.Parameters[69].Value = ((int)(R2956500.Value)); } else { - this.Adapter.InsertCommand.Parameters[95].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[69].Value = global::System.DBNull.Value; } if ((R2956800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[96].Value = ((int)(R2956800.Value)); + this.Adapter.InsertCommand.Parameters[70].Value = ((int)(R2956800.Value)); } else { - this.Adapter.InsertCommand.Parameters[96].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[70].Value = global::System.DBNull.Value; } if ((R2957100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[97].Value = ((int)(R2957100.Value)); + this.Adapter.InsertCommand.Parameters[71].Value = ((int)(R2957100.Value)); } else { - this.Adapter.InsertCommand.Parameters[97].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[71].Value = global::System.DBNull.Value; } if ((R2957400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[98].Value = ((int)(R2957400.Value)); + this.Adapter.InsertCommand.Parameters[72].Value = ((int)(R2957400.Value)); } else { - this.Adapter.InsertCommand.Parameters[98].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[72].Value = global::System.DBNull.Value; } if ((R2957700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[99].Value = ((int)(R2957700.Value)); + this.Adapter.InsertCommand.Parameters[73].Value = ((int)(R2957700.Value)); } else { - this.Adapter.InsertCommand.Parameters[99].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[73].Value = global::System.DBNull.Value; } if ((R3255900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[100].Value = ((int)(R3255900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[100].Value = global::System.DBNull.Value; - } - if ((R3256000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[101].Value = ((int)(R3256000.Value)); + this.Adapter.InsertCommand.Parameters[74].Value = ((int)(R3255900.Value)); } else { - this.Adapter.InsertCommand.Parameters[101].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[74].Value = global::System.DBNull.Value; } if ((R3256100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[102].Value = ((int)(R3256100.Value)); + this.Adapter.InsertCommand.Parameters[75].Value = ((int)(R3256100.Value)); } else { - this.Adapter.InsertCommand.Parameters[102].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[75].Value = global::System.DBNull.Value; } if ((R3257700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[103].Value = ((int)(R3257700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[103].Value = global::System.DBNull.Value; - } - if ((R3257800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[104].Value = ((int)(R3257800.Value)); + this.Adapter.InsertCommand.Parameters[76].Value = ((int)(R3257700.Value)); } else { - this.Adapter.InsertCommand.Parameters[104].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[76].Value = global::System.DBNull.Value; } if ((R3257900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[105].Value = ((int)(R3257900.Value)); + this.Adapter.InsertCommand.Parameters[77].Value = ((int)(R3257900.Value)); } else { - this.Adapter.InsertCommand.Parameters[105].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[77].Value = global::System.DBNull.Value; } if ((R3259500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[106].Value = ((int)(R3259500.Value)); + this.Adapter.InsertCommand.Parameters[78].Value = ((int)(R3259500.Value)); } else { - this.Adapter.InsertCommand.Parameters[106].Value = global::System.DBNull.Value; - } - if ((R3259600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[107].Value = ((int)(R3259600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[107].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[78].Value = global::System.DBNull.Value; } if ((R3259700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[108].Value = ((int)(R3259700.Value)); + this.Adapter.InsertCommand.Parameters[79].Value = ((int)(R3259700.Value)); } else { - this.Adapter.InsertCommand.Parameters[108].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[79].Value = global::System.DBNull.Value; } if ((R3261300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[109].Value = ((int)(R3261300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[109].Value = global::System.DBNull.Value; - } - if ((R3261400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[110].Value = ((int)(R3261400.Value)); + this.Adapter.InsertCommand.Parameters[80].Value = ((int)(R3261300.Value)); } else { - this.Adapter.InsertCommand.Parameters[110].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[80].Value = global::System.DBNull.Value; } if ((R3261500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[111].Value = ((int)(R3261500.Value)); + this.Adapter.InsertCommand.Parameters[81].Value = ((int)(R3261500.Value)); } else { - this.Adapter.InsertCommand.Parameters[111].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[81].Value = global::System.DBNull.Value; } if ((R3263100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[112].Value = ((int)(R3263100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[112].Value = global::System.DBNull.Value; - } - if ((R3263200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[113].Value = ((int)(R3263200.Value)); + this.Adapter.InsertCommand.Parameters[82].Value = ((int)(R3263100.Value)); } else { - this.Adapter.InsertCommand.Parameters[113].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[82].Value = global::System.DBNull.Value; } if ((R3263300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[114].Value = ((int)(R3263300.Value)); + this.Adapter.InsertCommand.Parameters[83].Value = ((int)(R3263300.Value)); } else { - this.Adapter.InsertCommand.Parameters[114].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[83].Value = global::System.DBNull.Value; } if ((R3264900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[115].Value = ((int)(R3264900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[115].Value = global::System.DBNull.Value; - } - if ((R3265000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[116].Value = ((int)(R3265000.Value)); + this.Adapter.InsertCommand.Parameters[84].Value = ((int)(R3264900.Value)); } else { - this.Adapter.InsertCommand.Parameters[116].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[84].Value = global::System.DBNull.Value; } if ((R3265100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[117].Value = ((int)(R3265100.Value)); + this.Adapter.InsertCommand.Parameters[85].Value = ((int)(R3265100.Value)); } else { - this.Adapter.InsertCommand.Parameters[117].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[85].Value = global::System.DBNull.Value; } if ((R3266700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[118].Value = ((int)(R3266700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[118].Value = global::System.DBNull.Value; - } - if ((R3266800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[119].Value = ((int)(R3266800.Value)); + this.Adapter.InsertCommand.Parameters[86].Value = ((int)(R3266700.Value)); } else { - this.Adapter.InsertCommand.Parameters[119].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[86].Value = global::System.DBNull.Value; } if ((R3266900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[120].Value = ((int)(R3266900.Value)); + this.Adapter.InsertCommand.Parameters[87].Value = ((int)(R3266900.Value)); } else { - this.Adapter.InsertCommand.Parameters[120].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[87].Value = global::System.DBNull.Value; } if ((R3268500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[121].Value = ((int)(R3268500.Value)); + this.Adapter.InsertCommand.Parameters[88].Value = ((int)(R3268500.Value)); } else { - this.Adapter.InsertCommand.Parameters[121].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[88].Value = global::System.DBNull.Value; } if ((R3556400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[122].Value = ((int)(R3556400.Value)); + this.Adapter.InsertCommand.Parameters[89].Value = ((int)(R3556400.Value)); } else { - this.Adapter.InsertCommand.Parameters[122].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[89].Value = global::System.DBNull.Value; } if ((R3557000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[123].Value = ((int)(R3557000.Value)); + this.Adapter.InsertCommand.Parameters[90].Value = ((int)(R3557000.Value)); } else { - this.Adapter.InsertCommand.Parameters[123].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[90].Value = global::System.DBNull.Value; } if ((R3557600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[124].Value = ((int)(R3557600.Value)); + this.Adapter.InsertCommand.Parameters[91].Value = ((int)(R3557600.Value)); } else { - this.Adapter.InsertCommand.Parameters[124].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[91].Value = global::System.DBNull.Value; } if ((R3771800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[125].Value = ((int)(R3771800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[125].Value = global::System.DBNull.Value; - } - if ((R3771900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[126].Value = ((int)(R3771900.Value)); + this.Adapter.InsertCommand.Parameters[92].Value = ((int)(R3771800.Value)); } else { - this.Adapter.InsertCommand.Parameters[126].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[92].Value = global::System.DBNull.Value; } if ((R3772000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[127].Value = ((int)(R3772000.Value)); + this.Adapter.InsertCommand.Parameters[93].Value = ((int)(R3772000.Value)); } else { - this.Adapter.InsertCommand.Parameters[127].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[93].Value = global::System.DBNull.Value; } if ((R3772100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[128].Value = ((int)(R3772100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[128].Value = global::System.DBNull.Value; - } - if ((R3772200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[129].Value = ((int)(R3772200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[129].Value = global::System.DBNull.Value; - } - if ((R3772300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[130].Value = ((int)(R3772300.Value)); + this.Adapter.InsertCommand.Parameters[94].Value = ((int)(R3772100.Value)); } else { - this.Adapter.InsertCommand.Parameters[130].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[94].Value = global::System.DBNull.Value; } if ((R3772400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[131].Value = ((int)(R3772400.Value)); + this.Adapter.InsertCommand.Parameters[95].Value = ((int)(R3772400.Value)); } else { - this.Adapter.InsertCommand.Parameters[131].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[95].Value = global::System.DBNull.Value; } if ((R3773900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[132].Value = ((int)(R3773900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[132].Value = global::System.DBNull.Value; - } - if ((R3774000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[133].Value = ((int)(R3774000.Value)); + this.Adapter.InsertCommand.Parameters[96].Value = ((int)(R3773900.Value)); } else { - this.Adapter.InsertCommand.Parameters[133].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[96].Value = global::System.DBNull.Value; } if ((R3774100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[134].Value = ((int)(R3774100.Value)); + this.Adapter.InsertCommand.Parameters[97].Value = ((int)(R3774100.Value)); } else { - this.Adapter.InsertCommand.Parameters[134].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[97].Value = global::System.DBNull.Value; } if ((R3774200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[135].Value = ((int)(R3774200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[135].Value = global::System.DBNull.Value; - } - if ((R3774300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[136].Value = ((int)(R3774300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[136].Value = global::System.DBNull.Value; - } - if ((R3774400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[137].Value = ((int)(R3774400.Value)); + this.Adapter.InsertCommand.Parameters[98].Value = ((int)(R3774200.Value)); } else { - this.Adapter.InsertCommand.Parameters[137].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[98].Value = global::System.DBNull.Value; } if ((R3774500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[138].Value = ((int)(R3774500.Value)); + this.Adapter.InsertCommand.Parameters[99].Value = ((int)(R3774500.Value)); } else { - this.Adapter.InsertCommand.Parameters[138].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[99].Value = global::System.DBNull.Value; } if ((R3776000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[139].Value = ((int)(R3776000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[139].Value = global::System.DBNull.Value; - } - if ((R3776100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[140].Value = ((int)(R3776100.Value)); + this.Adapter.InsertCommand.Parameters[100].Value = ((int)(R3776000.Value)); } else { - this.Adapter.InsertCommand.Parameters[140].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[100].Value = global::System.DBNull.Value; } if ((R3776200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[141].Value = ((int)(R3776200.Value)); + this.Adapter.InsertCommand.Parameters[101].Value = ((int)(R3776200.Value)); } else { - this.Adapter.InsertCommand.Parameters[141].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[101].Value = global::System.DBNull.Value; } if ((R3776300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[142].Value = ((int)(R3776300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[142].Value = global::System.DBNull.Value; - } - if ((R3776400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[143].Value = ((int)(R3776400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[143].Value = global::System.DBNull.Value; - } - if ((R3776500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[144].Value = ((int)(R3776500.Value)); + this.Adapter.InsertCommand.Parameters[102].Value = ((int)(R3776300.Value)); } else { - this.Adapter.InsertCommand.Parameters[144].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[102].Value = global::System.DBNull.Value; } if ((R3776600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[145].Value = ((int)(R3776600.Value)); + this.Adapter.InsertCommand.Parameters[103].Value = ((int)(R3776600.Value)); } else { - this.Adapter.InsertCommand.Parameters[145].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[103].Value = global::System.DBNull.Value; } if ((R3778100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[146].Value = ((int)(R3778100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[146].Value = global::System.DBNull.Value; - } - if ((R3778200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[147].Value = ((int)(R3778200.Value)); + this.Adapter.InsertCommand.Parameters[104].Value = ((int)(R3778100.Value)); } else { - this.Adapter.InsertCommand.Parameters[147].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[104].Value = global::System.DBNull.Value; } if ((R3778300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[148].Value = ((int)(R3778300.Value)); + this.Adapter.InsertCommand.Parameters[105].Value = ((int)(R3778300.Value)); } else { - this.Adapter.InsertCommand.Parameters[148].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[105].Value = global::System.DBNull.Value; } if ((R3778400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[149].Value = ((int)(R3778400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[149].Value = global::System.DBNull.Value; - } - if ((R3778500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[150].Value = ((int)(R3778500.Value)); + this.Adapter.InsertCommand.Parameters[106].Value = ((int)(R3778400.Value)); } else { - this.Adapter.InsertCommand.Parameters[150].Value = global::System.DBNull.Value; - } - if ((R3778600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[151].Value = ((int)(R3778600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[151].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[106].Value = global::System.DBNull.Value; } if ((R3778700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[152].Value = ((int)(R3778700.Value)); + this.Adapter.InsertCommand.Parameters[107].Value = ((int)(R3778700.Value)); } else { - this.Adapter.InsertCommand.Parameters[152].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[107].Value = global::System.DBNull.Value; } if ((R3780200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[153].Value = ((int)(R3780200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[153].Value = global::System.DBNull.Value; - } - if ((R3780300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[154].Value = ((int)(R3780300.Value)); + this.Adapter.InsertCommand.Parameters[108].Value = ((int)(R3780200.Value)); } else { - this.Adapter.InsertCommand.Parameters[154].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[108].Value = global::System.DBNull.Value; } if ((R3780400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[155].Value = ((int)(R3780400.Value)); + this.Adapter.InsertCommand.Parameters[109].Value = ((int)(R3780400.Value)); } else { - this.Adapter.InsertCommand.Parameters[155].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[109].Value = global::System.DBNull.Value; } if ((R3780500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[156].Value = ((int)(R3780500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[156].Value = global::System.DBNull.Value; - } - if ((R3780600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[157].Value = ((int)(R3780600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[157].Value = global::System.DBNull.Value; - } - if ((R3780700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[158].Value = ((int)(R3780700.Value)); + this.Adapter.InsertCommand.Parameters[110].Value = ((int)(R3780500.Value)); } else { - this.Adapter.InsertCommand.Parameters[158].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[110].Value = global::System.DBNull.Value; } if ((R3780800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[159].Value = ((int)(R3780800.Value)); + this.Adapter.InsertCommand.Parameters[111].Value = ((int)(R3780800.Value)); } else { - this.Adapter.InsertCommand.Parameters[159].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[111].Value = global::System.DBNull.Value; } if ((R3782300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[160].Value = ((int)(R3782300.Value)); + this.Adapter.InsertCommand.Parameters[112].Value = ((int)(R3782300.Value)); } else { - this.Adapter.InsertCommand.Parameters[160].Value = global::System.DBNull.Value; - } - if ((R3782400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[161].Value = ((int)(R3782400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[161].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[112].Value = global::System.DBNull.Value; } if ((R3782500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[162].Value = ((int)(R3782500.Value)); + this.Adapter.InsertCommand.Parameters[113].Value = ((int)(R3782500.Value)); } else { - this.Adapter.InsertCommand.Parameters[162].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[113].Value = global::System.DBNull.Value; } if ((R3782600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[163].Value = ((int)(R3782600.Value)); + this.Adapter.InsertCommand.Parameters[114].Value = ((int)(R3782600.Value)); } else { - this.Adapter.InsertCommand.Parameters[163].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[114].Value = global::System.DBNull.Value; } if ((R3782900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[164].Value = ((int)(R3782900.Value)); + this.Adapter.InsertCommand.Parameters[115].Value = ((int)(R3782900.Value)); } else { - this.Adapter.InsertCommand.Parameters[164].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[115].Value = global::System.DBNull.Value; } if ((R3784400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[165].Value = ((int)(R3784400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[165].Value = global::System.DBNull.Value; - } - if ((R3784500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[166].Value = ((int)(R3784500.Value)); + this.Adapter.InsertCommand.Parameters[116].Value = ((int)(R3784400.Value)); } else { - this.Adapter.InsertCommand.Parameters[166].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[116].Value = global::System.DBNull.Value; } if ((R3784600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[167].Value = ((int)(R3784600.Value)); + this.Adapter.InsertCommand.Parameters[117].Value = ((int)(R3784600.Value)); } else { - this.Adapter.InsertCommand.Parameters[167].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[117].Value = global::System.DBNull.Value; } if ((R3784700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[168].Value = ((int)(R3784700.Value)); + this.Adapter.InsertCommand.Parameters[118].Value = ((int)(R3784700.Value)); } else { - this.Adapter.InsertCommand.Parameters[168].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[118].Value = global::System.DBNull.Value; } if ((R3785000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[169].Value = ((int)(R3785000.Value)); + this.Adapter.InsertCommand.Parameters[119].Value = ((int)(R3785000.Value)); } else { - this.Adapter.InsertCommand.Parameters[169].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[119].Value = global::System.DBNull.Value; } if ((R3786500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[170].Value = ((int)(R3786500.Value)); + this.Adapter.InsertCommand.Parameters[120].Value = ((int)(R3786500.Value)); } else { - this.Adapter.InsertCommand.Parameters[170].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[120].Value = global::System.DBNull.Value; } if ((R3788004.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[171].Value = ((int)(R3788004.Value)); + this.Adapter.InsertCommand.Parameters[121].Value = ((int)(R3788004.Value)); } else { - this.Adapter.InsertCommand.Parameters[171].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[121].Value = global::System.DBNull.Value; } if ((R4276800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[172].Value = ((int)(R4276800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[172].Value = global::System.DBNull.Value; - } - if ((R4276900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[173].Value = ((int)(R4276900.Value)); + this.Adapter.InsertCommand.Parameters[122].Value = ((int)(R4276800.Value)); } else { - this.Adapter.InsertCommand.Parameters[173].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[122].Value = global::System.DBNull.Value; } if ((R4277000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[174].Value = ((int)(R4277000.Value)); + this.Adapter.InsertCommand.Parameters[123].Value = ((int)(R4277000.Value)); } else { - this.Adapter.InsertCommand.Parameters[174].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[123].Value = global::System.DBNull.Value; } if ((R4277100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[175].Value = ((int)(R4277100.Value)); + this.Adapter.InsertCommand.Parameters[124].Value = ((int)(R4277100.Value)); } else { - this.Adapter.InsertCommand.Parameters[175].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[124].Value = global::System.DBNull.Value; } if ((R4277101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[176].Value = ((int)(R4277101.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[176].Value = global::System.DBNull.Value; - } - if ((R4277200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[177].Value = ((int)(R4277200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[177].Value = global::System.DBNull.Value; - } - if ((R4277201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[178].Value = ((int)(R4277201.Value)); + this.Adapter.InsertCommand.Parameters[125].Value = ((int)(R4277101.Value)); } else { - this.Adapter.InsertCommand.Parameters[178].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[125].Value = global::System.DBNull.Value; } if ((R4277700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[179].Value = ((int)(R4277700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[179].Value = global::System.DBNull.Value; - } - if ((R4277800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[180].Value = ((int)(R4277800.Value)); + this.Adapter.InsertCommand.Parameters[126].Value = ((int)(R4277700.Value)); } else { - this.Adapter.InsertCommand.Parameters[180].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[126].Value = global::System.DBNull.Value; } if ((R4277900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[181].Value = ((int)(R4277900.Value)); + this.Adapter.InsertCommand.Parameters[127].Value = ((int)(R4277900.Value)); } else { - this.Adapter.InsertCommand.Parameters[181].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[127].Value = global::System.DBNull.Value; } if ((R4278000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[182].Value = ((int)(R4278000.Value)); + this.Adapter.InsertCommand.Parameters[128].Value = ((int)(R4278000.Value)); } else { - this.Adapter.InsertCommand.Parameters[182].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[128].Value = global::System.DBNull.Value; } if ((R4278001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[183].Value = ((int)(R4278001.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[183].Value = global::System.DBNull.Value; - } - if ((R4278100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[184].Value = ((int)(R4278100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[184].Value = global::System.DBNull.Value; - } - if ((R4278101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[185].Value = ((int)(R4278101.Value)); + this.Adapter.InsertCommand.Parameters[129].Value = ((int)(R4278001.Value)); } else { - this.Adapter.InsertCommand.Parameters[185].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[129].Value = global::System.DBNull.Value; } if ((R4278600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[186].Value = ((int)(R4278600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[186].Value = global::System.DBNull.Value; - } - if ((R4278700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[187].Value = ((int)(R4278700.Value)); + this.Adapter.InsertCommand.Parameters[130].Value = ((int)(R4278600.Value)); } else { - this.Adapter.InsertCommand.Parameters[187].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[130].Value = global::System.DBNull.Value; } if ((R4278800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[188].Value = ((int)(R4278800.Value)); + this.Adapter.InsertCommand.Parameters[131].Value = ((int)(R4278800.Value)); } else { - this.Adapter.InsertCommand.Parameters[188].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[131].Value = global::System.DBNull.Value; } if ((R4278900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[189].Value = ((int)(R4278900.Value)); + this.Adapter.InsertCommand.Parameters[132].Value = ((int)(R4278900.Value)); } else { - this.Adapter.InsertCommand.Parameters[189].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[132].Value = global::System.DBNull.Value; } if ((R4278901.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[190].Value = ((int)(R4278901.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[190].Value = global::System.DBNull.Value; - } - if ((R4279000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[191].Value = ((int)(R4279000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[191].Value = global::System.DBNull.Value; - } - if ((R4279001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[192].Value = ((int)(R4279001.Value)); + this.Adapter.InsertCommand.Parameters[133].Value = ((int)(R4278901.Value)); } else { - this.Adapter.InsertCommand.Parameters[192].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[133].Value = global::System.DBNull.Value; } if ((R4279500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[193].Value = ((int)(R4279500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[193].Value = global::System.DBNull.Value; - } - if ((R4279600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[194].Value = ((int)(R4279600.Value)); + this.Adapter.InsertCommand.Parameters[134].Value = ((int)(R4279500.Value)); } else { - this.Adapter.InsertCommand.Parameters[194].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[134].Value = global::System.DBNull.Value; } if ((R4279700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[195].Value = ((int)(R4279700.Value)); + this.Adapter.InsertCommand.Parameters[135].Value = ((int)(R4279700.Value)); } else { - this.Adapter.InsertCommand.Parameters[195].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[135].Value = global::System.DBNull.Value; } if ((R4279800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[196].Value = ((int)(R4279800.Value)); + this.Adapter.InsertCommand.Parameters[136].Value = ((int)(R4279800.Value)); } else { - this.Adapter.InsertCommand.Parameters[196].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[136].Value = global::System.DBNull.Value; } if ((R4279801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[197].Value = ((int)(R4279801.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[197].Value = global::System.DBNull.Value; - } - if ((R4279900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[198].Value = ((int)(R4279900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[198].Value = global::System.DBNull.Value; - } - if ((R4279901.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[199].Value = ((int)(R4279901.Value)); + this.Adapter.InsertCommand.Parameters[137].Value = ((int)(R4279801.Value)); } else { - this.Adapter.InsertCommand.Parameters[199].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[137].Value = global::System.DBNull.Value; } if ((R4280400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[200].Value = ((int)(R4280400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[200].Value = global::System.DBNull.Value; - } - if ((R4280500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[201].Value = ((int)(R4280500.Value)); + this.Adapter.InsertCommand.Parameters[138].Value = ((int)(R4280400.Value)); } else { - this.Adapter.InsertCommand.Parameters[201].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[138].Value = global::System.DBNull.Value; } if ((R4280600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[202].Value = ((int)(R4280600.Value)); + this.Adapter.InsertCommand.Parameters[139].Value = ((int)(R4280600.Value)); } else { - this.Adapter.InsertCommand.Parameters[202].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[139].Value = global::System.DBNull.Value; } if ((R4280700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[203].Value = ((int)(R4280700.Value)); + this.Adapter.InsertCommand.Parameters[140].Value = ((int)(R4280700.Value)); } else { - this.Adapter.InsertCommand.Parameters[203].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[140].Value = global::System.DBNull.Value; } if ((R4280701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[204].Value = ((int)(R4280701.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[204].Value = global::System.DBNull.Value; - } - if ((R4280800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[205].Value = ((int)(R4280800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[205].Value = global::System.DBNull.Value; - } - if ((R4280801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[206].Value = ((int)(R4280801.Value)); + this.Adapter.InsertCommand.Parameters[141].Value = ((int)(R4280701.Value)); } else { - this.Adapter.InsertCommand.Parameters[206].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[141].Value = global::System.DBNull.Value; } if ((R4281300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[207].Value = ((int)(R4281300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[207].Value = global::System.DBNull.Value; - } - if ((R4281400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[208].Value = ((int)(R4281400.Value)); + this.Adapter.InsertCommand.Parameters[142].Value = ((int)(R4281300.Value)); } else { - this.Adapter.InsertCommand.Parameters[208].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[142].Value = global::System.DBNull.Value; } if ((R4281500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[209].Value = ((int)(R4281500.Value)); + this.Adapter.InsertCommand.Parameters[143].Value = ((int)(R4281500.Value)); } else { - this.Adapter.InsertCommand.Parameters[209].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[143].Value = global::System.DBNull.Value; } if ((R4281600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[210].Value = ((int)(R4281600.Value)); + this.Adapter.InsertCommand.Parameters[144].Value = ((int)(R4281600.Value)); } else { - this.Adapter.InsertCommand.Parameters[210].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[144].Value = global::System.DBNull.Value; } if ((R4281601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[211].Value = ((int)(R4281601.Value)); + this.Adapter.InsertCommand.Parameters[145].Value = ((int)(R4281601.Value)); } else { - this.Adapter.InsertCommand.Parameters[211].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[145].Value = global::System.DBNull.Value; } if ((R4282100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[212].Value = ((int)(R4282100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[212].Value = global::System.DBNull.Value; - } - if ((R4282200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[213].Value = ((int)(R4282200.Value)); + this.Adapter.InsertCommand.Parameters[146].Value = ((int)(R4282100.Value)); } else { - this.Adapter.InsertCommand.Parameters[213].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[146].Value = global::System.DBNull.Value; } if ((R4282300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[214].Value = ((int)(R4282300.Value)); + this.Adapter.InsertCommand.Parameters[147].Value = ((int)(R4282300.Value)); } else { - this.Adapter.InsertCommand.Parameters[214].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[147].Value = global::System.DBNull.Value; } if ((R4282400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[215].Value = ((int)(R4282400.Value)); + this.Adapter.InsertCommand.Parameters[148].Value = ((int)(R4282400.Value)); } else { - this.Adapter.InsertCommand.Parameters[215].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[148].Value = global::System.DBNull.Value; } if ((R4282401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[216].Value = ((int)(R4282401.Value)); + this.Adapter.InsertCommand.Parameters[149].Value = ((int)(R4282401.Value)); } else { - this.Adapter.InsertCommand.Parameters[216].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[149].Value = global::System.DBNull.Value; } if ((R4282900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[217].Value = ((int)(R4282900.Value)); + this.Adapter.InsertCommand.Parameters[150].Value = ((int)(R4282900.Value)); } else { - this.Adapter.InsertCommand.Parameters[217].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[150].Value = global::System.DBNull.Value; } if ((R4283000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[218].Value = ((int)(R4283000.Value)); + this.Adapter.InsertCommand.Parameters[151].Value = ((int)(R4283000.Value)); } else { - this.Adapter.InsertCommand.Parameters[218].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[151].Value = global::System.DBNull.Value; } if ((R4283100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[219].Value = ((int)(R4283100.Value)); + this.Adapter.InsertCommand.Parameters[152].Value = ((int)(R4283100.Value)); } else { - this.Adapter.InsertCommand.Parameters[219].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[152].Value = global::System.DBNull.Value; } if ((R4283600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[220].Value = ((int)(R4283600.Value)); + this.Adapter.InsertCommand.Parameters[153].Value = ((int)(R4283600.Value)); } else { - this.Adapter.InsertCommand.Parameters[220].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[153].Value = global::System.DBNull.Value; } if ((R4827600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[221].Value = ((int)(R4827600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[221].Value = global::System.DBNull.Value; - } - if ((R4827700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[222].Value = ((int)(R4827700.Value)); + this.Adapter.InsertCommand.Parameters[154].Value = ((int)(R4827600.Value)); } else { - this.Adapter.InsertCommand.Parameters[222].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[154].Value = global::System.DBNull.Value; } if ((R4827800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[223].Value = ((int)(R4827800.Value)); + this.Adapter.InsertCommand.Parameters[155].Value = ((int)(R4827800.Value)); } else { - this.Adapter.InsertCommand.Parameters[223].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[155].Value = global::System.DBNull.Value; } if ((R4827900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[224].Value = ((int)(R4827900.Value)); + this.Adapter.InsertCommand.Parameters[156].Value = ((int)(R4827900.Value)); } else { - this.Adapter.InsertCommand.Parameters[224].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[156].Value = global::System.DBNull.Value; } if ((R4827901.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[225].Value = ((int)(R4827901.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[225].Value = global::System.DBNull.Value; - } - if ((R4828000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[226].Value = ((int)(R4828000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[226].Value = global::System.DBNull.Value; - } - if ((R4828001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[227].Value = ((int)(R4828001.Value)); + this.Adapter.InsertCommand.Parameters[157].Value = ((int)(R4827901.Value)); } else { - this.Adapter.InsertCommand.Parameters[227].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[157].Value = global::System.DBNull.Value; } if ((R4828100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[228].Value = ((int)(R4828100.Value)); + this.Adapter.InsertCommand.Parameters[158].Value = ((int)(R4828100.Value)); } else { - this.Adapter.InsertCommand.Parameters[228].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[158].Value = global::System.DBNull.Value; } if ((R4830600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[229].Value = ((int)(R4830600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[229].Value = global::System.DBNull.Value; - } - if ((R4830700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[230].Value = ((int)(R4830700.Value)); + this.Adapter.InsertCommand.Parameters[159].Value = ((int)(R4830600.Value)); } else { - this.Adapter.InsertCommand.Parameters[230].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[159].Value = global::System.DBNull.Value; } if ((R4830800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[231].Value = ((int)(R4830800.Value)); + this.Adapter.InsertCommand.Parameters[160].Value = ((int)(R4830800.Value)); } else { - this.Adapter.InsertCommand.Parameters[231].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[160].Value = global::System.DBNull.Value; } if ((R4830900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[232].Value = ((int)(R4830900.Value)); + this.Adapter.InsertCommand.Parameters[161].Value = ((int)(R4830900.Value)); } else { - this.Adapter.InsertCommand.Parameters[232].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[161].Value = global::System.DBNull.Value; } if ((R4830901.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[233].Value = ((int)(R4830901.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[233].Value = global::System.DBNull.Value; - } - if ((R4831000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[234].Value = ((int)(R4831000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[234].Value = global::System.DBNull.Value; - } - if ((R4831001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[235].Value = ((int)(R4831001.Value)); + this.Adapter.InsertCommand.Parameters[162].Value = ((int)(R4830901.Value)); } else { - this.Adapter.InsertCommand.Parameters[235].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[162].Value = global::System.DBNull.Value; } if ((R4831100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[236].Value = ((int)(R4831100.Value)); + this.Adapter.InsertCommand.Parameters[163].Value = ((int)(R4831100.Value)); } else { - this.Adapter.InsertCommand.Parameters[236].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[163].Value = global::System.DBNull.Value; } if ((R4833600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[237].Value = ((int)(R4833600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[237].Value = global::System.DBNull.Value; - } - if ((R4833700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[238].Value = ((int)(R4833700.Value)); + this.Adapter.InsertCommand.Parameters[164].Value = ((int)(R4833600.Value)); } else { - this.Adapter.InsertCommand.Parameters[238].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[164].Value = global::System.DBNull.Value; } if ((R4833800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[239].Value = ((int)(R4833800.Value)); + this.Adapter.InsertCommand.Parameters[165].Value = ((int)(R4833800.Value)); } else { - this.Adapter.InsertCommand.Parameters[239].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[165].Value = global::System.DBNull.Value; } if ((R4833900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[240].Value = ((int)(R4833900.Value)); + this.Adapter.InsertCommand.Parameters[166].Value = ((int)(R4833900.Value)); } else { - this.Adapter.InsertCommand.Parameters[240].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[166].Value = global::System.DBNull.Value; } if ((R4833901.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[241].Value = ((int)(R4833901.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[241].Value = global::System.DBNull.Value; - } - if ((R4834000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[242].Value = ((int)(R4834000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[242].Value = global::System.DBNull.Value; - } - if ((R4834001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[243].Value = ((int)(R4834001.Value)); + this.Adapter.InsertCommand.Parameters[167].Value = ((int)(R4833901.Value)); } else { - this.Adapter.InsertCommand.Parameters[243].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[167].Value = global::System.DBNull.Value; } if ((R4834100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[244].Value = ((int)(R4834100.Value)); + this.Adapter.InsertCommand.Parameters[168].Value = ((int)(R4834100.Value)); } else { - this.Adapter.InsertCommand.Parameters[244].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[168].Value = global::System.DBNull.Value; } if ((R4836600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[245].Value = ((int)(R4836600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[245].Value = global::System.DBNull.Value; - } - if ((R4836700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[246].Value = ((int)(R4836700.Value)); + this.Adapter.InsertCommand.Parameters[169].Value = ((int)(R4836600.Value)); } else { - this.Adapter.InsertCommand.Parameters[246].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[169].Value = global::System.DBNull.Value; } if ((R4836800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[247].Value = ((int)(R4836800.Value)); + this.Adapter.InsertCommand.Parameters[170].Value = ((int)(R4836800.Value)); } else { - this.Adapter.InsertCommand.Parameters[247].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[170].Value = global::System.DBNull.Value; } if ((R4836900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[248].Value = ((int)(R4836900.Value)); + this.Adapter.InsertCommand.Parameters[171].Value = ((int)(R4836900.Value)); } else { - this.Adapter.InsertCommand.Parameters[248].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[171].Value = global::System.DBNull.Value; } if ((R4836901.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[249].Value = ((int)(R4836901.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[249].Value = global::System.DBNull.Value; - } - if ((R4837000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[250].Value = ((int)(R4837000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[250].Value = global::System.DBNull.Value; - } - if ((R4837001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[251].Value = ((int)(R4837001.Value)); + this.Adapter.InsertCommand.Parameters[172].Value = ((int)(R4836901.Value)); } else { - this.Adapter.InsertCommand.Parameters[251].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[172].Value = global::System.DBNull.Value; } if ((R4837100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[252].Value = ((int)(R4837100.Value)); + this.Adapter.InsertCommand.Parameters[173].Value = ((int)(R4837100.Value)); } else { - this.Adapter.InsertCommand.Parameters[252].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[173].Value = global::System.DBNull.Value; } if ((R4839600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[253].Value = ((int)(R4839600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[253].Value = global::System.DBNull.Value; - } - if ((R4839700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[254].Value = ((int)(R4839700.Value)); + this.Adapter.InsertCommand.Parameters[174].Value = ((int)(R4839600.Value)); } else { - this.Adapter.InsertCommand.Parameters[254].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[174].Value = global::System.DBNull.Value; } if ((R4839800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[255].Value = ((int)(R4839800.Value)); + this.Adapter.InsertCommand.Parameters[175].Value = ((int)(R4839800.Value)); } else { - this.Adapter.InsertCommand.Parameters[255].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[175].Value = global::System.DBNull.Value; } if ((R4839900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[256].Value = ((int)(R4839900.Value)); + this.Adapter.InsertCommand.Parameters[176].Value = ((int)(R4839900.Value)); } else { - this.Adapter.InsertCommand.Parameters[256].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[176].Value = global::System.DBNull.Value; } if ((R4839901.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[257].Value = ((int)(R4839901.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[257].Value = global::System.DBNull.Value; - } - if ((R4840000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[258].Value = ((int)(R4840000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[258].Value = global::System.DBNull.Value; - } - if ((R4840001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[259].Value = ((int)(R4840001.Value)); + this.Adapter.InsertCommand.Parameters[177].Value = ((int)(R4839901.Value)); } else { - this.Adapter.InsertCommand.Parameters[259].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[177].Value = global::System.DBNull.Value; } if ((R4840100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[260].Value = ((int)(R4840100.Value)); + this.Adapter.InsertCommand.Parameters[178].Value = ((int)(R4840100.Value)); } else { - this.Adapter.InsertCommand.Parameters[260].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[178].Value = global::System.DBNull.Value; } if ((R4842500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[261].Value = ((int)(R4842500.Value)); + this.Adapter.InsertCommand.Parameters[179].Value = ((int)(R4842500.Value)); } else { - this.Adapter.InsertCommand.Parameters[261].Value = global::System.DBNull.Value; - } - if ((R4842600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[262].Value = ((int)(R4842600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[262].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[179].Value = global::System.DBNull.Value; } if ((R4842700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[263].Value = ((int)(R4842700.Value)); + this.Adapter.InsertCommand.Parameters[180].Value = ((int)(R4842700.Value)); } else { - this.Adapter.InsertCommand.Parameters[263].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[180].Value = global::System.DBNull.Value; } if ((R4842800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[264].Value = ((int)(R4842800.Value)); + this.Adapter.InsertCommand.Parameters[181].Value = ((int)(R4842800.Value)); } else { - this.Adapter.InsertCommand.Parameters[264].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[181].Value = global::System.DBNull.Value; } if ((R4842801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[265].Value = ((int)(R4842801.Value)); + this.Adapter.InsertCommand.Parameters[182].Value = ((int)(R4842801.Value)); } else { - this.Adapter.InsertCommand.Parameters[265].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[182].Value = global::System.DBNull.Value; } if ((R4842900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[266].Value = ((int)(R4842900.Value)); + this.Adapter.InsertCommand.Parameters[183].Value = ((int)(R4842900.Value)); } else { - this.Adapter.InsertCommand.Parameters[266].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[183].Value = global::System.DBNull.Value; } if ((R4844800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[267].Value = ((int)(R4844800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[267].Value = global::System.DBNull.Value; - } - if ((R4844900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[268].Value = ((int)(R4844900.Value)); + this.Adapter.InsertCommand.Parameters[184].Value = ((int)(R4844800.Value)); } else { - this.Adapter.InsertCommand.Parameters[268].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[184].Value = global::System.DBNull.Value; } if ((R4845000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[269].Value = ((int)(R4845000.Value)); + this.Adapter.InsertCommand.Parameters[185].Value = ((int)(R4845000.Value)); } else { - this.Adapter.InsertCommand.Parameters[269].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[185].Value = global::System.DBNull.Value; } if ((R4845100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[270].Value = ((int)(R4845100.Value)); + this.Adapter.InsertCommand.Parameters[186].Value = ((int)(R4845100.Value)); } else { - this.Adapter.InsertCommand.Parameters[270].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[186].Value = global::System.DBNull.Value; } if ((R4845101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[271].Value = ((int)(R4845101.Value)); + this.Adapter.InsertCommand.Parameters[187].Value = ((int)(R4845101.Value)); } else { - this.Adapter.InsertCommand.Parameters[271].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[187].Value = global::System.DBNull.Value; } if ((R4845200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[272].Value = ((int)(R4845200.Value)); + this.Adapter.InsertCommand.Parameters[188].Value = ((int)(R4845200.Value)); } else { - this.Adapter.InsertCommand.Parameters[272].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[188].Value = global::System.DBNull.Value; } if ((R4847100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[273].Value = ((int)(R4847100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[273].Value = global::System.DBNull.Value; - } - if ((R4847200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[274].Value = ((int)(R4847200.Value)); + this.Adapter.InsertCommand.Parameters[189].Value = ((int)(R4847100.Value)); } else { - this.Adapter.InsertCommand.Parameters[274].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[189].Value = global::System.DBNull.Value; } if ((R4847300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[275].Value = ((int)(R4847300.Value)); + this.Adapter.InsertCommand.Parameters[190].Value = ((int)(R4847300.Value)); } else { - this.Adapter.InsertCommand.Parameters[275].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[190].Value = global::System.DBNull.Value; } if ((R4847400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[276].Value = ((int)(R4847400.Value)); + this.Adapter.InsertCommand.Parameters[191].Value = ((int)(R4847400.Value)); } else { - this.Adapter.InsertCommand.Parameters[276].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[191].Value = global::System.DBNull.Value; } if ((R5498000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[277].Value = ((int)(R5498000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[277].Value = global::System.DBNull.Value; - } - if ((R5498100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[278].Value = ((int)(R5498100.Value)); + this.Adapter.InsertCommand.Parameters[192].Value = ((int)(R5498000.Value)); } else { - this.Adapter.InsertCommand.Parameters[278].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[192].Value = global::System.DBNull.Value; } if ((R5498200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[279].Value = ((int)(R5498200.Value)); + this.Adapter.InsertCommand.Parameters[193].Value = ((int)(R5498200.Value)); } else { - this.Adapter.InsertCommand.Parameters[279].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[193].Value = global::System.DBNull.Value; } if ((R5498300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[280].Value = ((int)(R5498300.Value)); + this.Adapter.InsertCommand.Parameters[194].Value = ((int)(R5498300.Value)); } else { - this.Adapter.InsertCommand.Parameters[280].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[194].Value = global::System.DBNull.Value; } if ((R5498301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[281].Value = ((int)(R5498301.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[281].Value = global::System.DBNull.Value; - } - if ((R5498400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[282].Value = ((int)(R5498400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[282].Value = global::System.DBNull.Value; - } - if ((R5498401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[283].Value = ((int)(R5498401.Value)); + this.Adapter.InsertCommand.Parameters[195].Value = ((int)(R5498301.Value)); } else { - this.Adapter.InsertCommand.Parameters[283].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[195].Value = global::System.DBNull.Value; } if ((R5498500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[284].Value = ((int)(R5498500.Value)); + this.Adapter.InsertCommand.Parameters[196].Value = ((int)(R5498500.Value)); } else { - this.Adapter.InsertCommand.Parameters[284].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[196].Value = global::System.DBNull.Value; } if ((R5501000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[285].Value = ((int)(R5501000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[285].Value = global::System.DBNull.Value; - } - if ((R5501100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[286].Value = ((int)(R5501100.Value)); + this.Adapter.InsertCommand.Parameters[197].Value = ((int)(R5501000.Value)); } else { - this.Adapter.InsertCommand.Parameters[286].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[197].Value = global::System.DBNull.Value; } if ((R5501200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[287].Value = ((int)(R5501200.Value)); + this.Adapter.InsertCommand.Parameters[198].Value = ((int)(R5501200.Value)); } else { - this.Adapter.InsertCommand.Parameters[287].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[198].Value = global::System.DBNull.Value; } if ((R5501300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[288].Value = ((int)(R5501300.Value)); + this.Adapter.InsertCommand.Parameters[199].Value = ((int)(R5501300.Value)); } else { - this.Adapter.InsertCommand.Parameters[288].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[199].Value = global::System.DBNull.Value; } if ((R5501301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[289].Value = ((int)(R5501301.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[289].Value = global::System.DBNull.Value; - } - if ((R5501400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[290].Value = ((int)(R5501400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[290].Value = global::System.DBNull.Value; - } - if ((R5501401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[291].Value = ((int)(R5501401.Value)); + this.Adapter.InsertCommand.Parameters[200].Value = ((int)(R5501301.Value)); } else { - this.Adapter.InsertCommand.Parameters[291].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[200].Value = global::System.DBNull.Value; } if ((R5501500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[292].Value = ((int)(R5501500.Value)); + this.Adapter.InsertCommand.Parameters[201].Value = ((int)(R5501500.Value)); } else { - this.Adapter.InsertCommand.Parameters[292].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[201].Value = global::System.DBNull.Value; } if ((R5504000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[293].Value = ((int)(R5504000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[293].Value = global::System.DBNull.Value; - } - if ((R5504100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[294].Value = ((int)(R5504100.Value)); + this.Adapter.InsertCommand.Parameters[202].Value = ((int)(R5504000.Value)); } else { - this.Adapter.InsertCommand.Parameters[294].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[202].Value = global::System.DBNull.Value; } if ((R5504200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[295].Value = ((int)(R5504200.Value)); + this.Adapter.InsertCommand.Parameters[203].Value = ((int)(R5504200.Value)); } else { - this.Adapter.InsertCommand.Parameters[295].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[203].Value = global::System.DBNull.Value; } if ((R5504300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[296].Value = ((int)(R5504300.Value)); + this.Adapter.InsertCommand.Parameters[204].Value = ((int)(R5504300.Value)); } else { - this.Adapter.InsertCommand.Parameters[296].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[204].Value = global::System.DBNull.Value; } if ((R5504301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[297].Value = ((int)(R5504301.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[297].Value = global::System.DBNull.Value; - } - if ((R5504400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[298].Value = ((int)(R5504400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[298].Value = global::System.DBNull.Value; - } - if ((R5504401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[299].Value = ((int)(R5504401.Value)); + this.Adapter.InsertCommand.Parameters[205].Value = ((int)(R5504301.Value)); } else { - this.Adapter.InsertCommand.Parameters[299].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[205].Value = global::System.DBNull.Value; } if ((R5504500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[300].Value = ((int)(R5504500.Value)); + this.Adapter.InsertCommand.Parameters[206].Value = ((int)(R5504500.Value)); } else { - this.Adapter.InsertCommand.Parameters[300].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[206].Value = global::System.DBNull.Value; } if ((R5507000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[301].Value = ((int)(R5507000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[301].Value = global::System.DBNull.Value; - } - if ((R5507100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[302].Value = ((int)(R5507100.Value)); + this.Adapter.InsertCommand.Parameters[207].Value = ((int)(R5507000.Value)); } else { - this.Adapter.InsertCommand.Parameters[302].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[207].Value = global::System.DBNull.Value; } if ((R5507200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[303].Value = ((int)(R5507200.Value)); + this.Adapter.InsertCommand.Parameters[208].Value = ((int)(R5507200.Value)); } else { - this.Adapter.InsertCommand.Parameters[303].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[208].Value = global::System.DBNull.Value; } if ((R5507300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[304].Value = ((int)(R5507300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[304].Value = global::System.DBNull.Value; - } - if ((R5507301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[305].Value = ((int)(R5507301.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[305].Value = global::System.DBNull.Value; - } - if ((R5507400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[306].Value = ((int)(R5507400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[306].Value = global::System.DBNull.Value; - } - if ((R5507401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[307].Value = ((int)(R5507401.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[307].Value = global::System.DBNull.Value; - } - if ((R5507500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[308].Value = ((int)(R5507500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[308].Value = global::System.DBNull.Value; - } - if ((R5510000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[309].Value = ((int)(R5510000.Value)); + this.Adapter.InsertCommand.Parameters[209].Value = ((int)(R5507300.Value)); } else { - this.Adapter.InsertCommand.Parameters[309].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[209].Value = global::System.DBNull.Value; } - if ((R5510100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[310].Value = ((int)(R5510100.Value)); + if ((R5507301.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[210].Value = ((int)(R5507301.Value)); } else { - this.Adapter.InsertCommand.Parameters[310].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[210].Value = global::System.DBNull.Value; } - if ((R5510200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[311].Value = ((int)(R5510200.Value)); + if ((R5507500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[211].Value = ((int)(R5507500.Value)); } else { - this.Adapter.InsertCommand.Parameters[311].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[211].Value = global::System.DBNull.Value; } - if ((R5510300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[312].Value = ((int)(R5510300.Value)); + if ((R5510000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[212].Value = ((int)(R5510000.Value)); } else { - this.Adapter.InsertCommand.Parameters[312].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[212].Value = global::System.DBNull.Value; } - if ((R5510301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[313].Value = ((int)(R5510301.Value)); + if ((R5510200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[213].Value = ((int)(R5510200.Value)); } else { - this.Adapter.InsertCommand.Parameters[313].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[213].Value = global::System.DBNull.Value; } - if ((R5510400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[314].Value = ((int)(R5510400.Value)); + if ((R5510300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[214].Value = ((int)(R5510300.Value)); } else { - this.Adapter.InsertCommand.Parameters[314].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[214].Value = global::System.DBNull.Value; } - if ((R5510401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[315].Value = ((int)(R5510401.Value)); + if ((R5510301.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[215].Value = ((int)(R5510301.Value)); } else { - this.Adapter.InsertCommand.Parameters[315].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[215].Value = global::System.DBNull.Value; } if ((R5510500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[316].Value = ((int)(R5510500.Value)); + this.Adapter.InsertCommand.Parameters[216].Value = ((int)(R5510500.Value)); } else { - this.Adapter.InsertCommand.Parameters[316].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[216].Value = global::System.DBNull.Value; } if ((R5513000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[317].Value = ((int)(R5513000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[317].Value = global::System.DBNull.Value; - } - if ((R5513100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[318].Value = ((int)(R5513100.Value)); + this.Adapter.InsertCommand.Parameters[217].Value = ((int)(R5513000.Value)); } else { - this.Adapter.InsertCommand.Parameters[318].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[217].Value = global::System.DBNull.Value; } if ((R5513200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[319].Value = ((int)(R5513200.Value)); + this.Adapter.InsertCommand.Parameters[218].Value = ((int)(R5513200.Value)); } else { - this.Adapter.InsertCommand.Parameters[319].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[218].Value = global::System.DBNull.Value; } if ((R5513300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[320].Value = ((int)(R5513300.Value)); + this.Adapter.InsertCommand.Parameters[219].Value = ((int)(R5513300.Value)); } else { - this.Adapter.InsertCommand.Parameters[320].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[219].Value = global::System.DBNull.Value; } if ((R5513301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[321].Value = ((int)(R5513301.Value)); + this.Adapter.InsertCommand.Parameters[220].Value = ((int)(R5513301.Value)); } else { - this.Adapter.InsertCommand.Parameters[321].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[220].Value = global::System.DBNull.Value; } if ((R5513400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[322].Value = ((int)(R5513400.Value)); + this.Adapter.InsertCommand.Parameters[221].Value = ((int)(R5513400.Value)); } else { - this.Adapter.InsertCommand.Parameters[322].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[221].Value = global::System.DBNull.Value; } if ((R5515300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[323].Value = ((int)(R5515300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[323].Value = global::System.DBNull.Value; - } - if ((R5515400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[324].Value = ((int)(R5515400.Value)); + this.Adapter.InsertCommand.Parameters[222].Value = ((int)(R5515300.Value)); } else { - this.Adapter.InsertCommand.Parameters[324].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[222].Value = global::System.DBNull.Value; } if ((R5515500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[325].Value = ((int)(R5515500.Value)); + this.Adapter.InsertCommand.Parameters[223].Value = ((int)(R5515500.Value)); } else { - this.Adapter.InsertCommand.Parameters[325].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[223].Value = global::System.DBNull.Value; } if ((R5515600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[326].Value = ((int)(R5515600.Value)); + this.Adapter.InsertCommand.Parameters[224].Value = ((int)(R5515600.Value)); } else { - this.Adapter.InsertCommand.Parameters[326].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[224].Value = global::System.DBNull.Value; } if ((R5515601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[327].Value = ((int)(R5515601.Value)); + this.Adapter.InsertCommand.Parameters[225].Value = ((int)(R5515601.Value)); } else { - this.Adapter.InsertCommand.Parameters[327].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[225].Value = global::System.DBNull.Value; } if ((R5515700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[328].Value = ((int)(R5515700.Value)); + this.Adapter.InsertCommand.Parameters[226].Value = ((int)(R5515700.Value)); } else { - this.Adapter.InsertCommand.Parameters[328].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[226].Value = global::System.DBNull.Value; } if ((R5517600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[329].Value = ((int)(R5517600.Value)); + this.Adapter.InsertCommand.Parameters[227].Value = ((int)(R5517600.Value)); } else { - this.Adapter.InsertCommand.Parameters[329].Value = global::System.DBNull.Value; - } - if ((R5517700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[330].Value = ((int)(R5517700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[330].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[227].Value = global::System.DBNull.Value; } if ((R5517800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[331].Value = ((int)(R5517800.Value)); + this.Adapter.InsertCommand.Parameters[228].Value = ((int)(R5517800.Value)); } else { - this.Adapter.InsertCommand.Parameters[331].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[228].Value = global::System.DBNull.Value; } if ((R5517900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[332].Value = ((int)(R5517900.Value)); + this.Adapter.InsertCommand.Parameters[229].Value = ((int)(R5517900.Value)); } else { - this.Adapter.InsertCommand.Parameters[332].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[229].Value = global::System.DBNull.Value; } if ((R5519800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[333].Value = ((int)(R5519800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[333].Value = global::System.DBNull.Value; - } - if ((R5519900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[334].Value = ((int)(R5519900.Value)); + this.Adapter.InsertCommand.Parameters[230].Value = ((int)(R5519800.Value)); } else { - this.Adapter.InsertCommand.Parameters[334].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[230].Value = global::System.DBNull.Value; } if ((R5520000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[335].Value = ((int)(R5520000.Value)); + this.Adapter.InsertCommand.Parameters[231].Value = ((int)(R5520000.Value)); } else { - this.Adapter.InsertCommand.Parameters[335].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[231].Value = global::System.DBNull.Value; } if ((R5520100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[336].Value = ((int)(R5520100.Value)); + this.Adapter.InsertCommand.Parameters[232].Value = ((int)(R5520100.Value)); } else { - this.Adapter.InsertCommand.Parameters[336].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[232].Value = global::System.DBNull.Value; } if ((R5520101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[337].Value = ((int)(R5520101.Value)); + this.Adapter.InsertCommand.Parameters[233].Value = ((int)(R5520101.Value)); } else { - this.Adapter.InsertCommand.Parameters[337].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[233].Value = global::System.DBNull.Value; } if ((R5520200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[338].Value = ((int)(R5520200.Value)); + this.Adapter.InsertCommand.Parameters[234].Value = ((int)(R5520200.Value)); } else { - this.Adapter.InsertCommand.Parameters[338].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[234].Value = global::System.DBNull.Value; } if ((R6218400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[339].Value = ((int)(R6218400.Value)); + this.Adapter.InsertCommand.Parameters[235].Value = ((int)(R6218400.Value)); } else { - this.Adapter.InsertCommand.Parameters[339].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[235].Value = global::System.DBNull.Value; } if ((R6218500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[340].Value = ((int)(R6218500.Value)); + this.Adapter.InsertCommand.Parameters[236].Value = ((int)(R6218500.Value)); } else { - this.Adapter.InsertCommand.Parameters[340].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[236].Value = global::System.DBNull.Value; } if ((R6218600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[341].Value = ((int)(R6218600.Value)); + this.Adapter.InsertCommand.Parameters[237].Value = ((int)(R6218600.Value)); } else { - this.Adapter.InsertCommand.Parameters[341].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[237].Value = global::System.DBNull.Value; } if ((R6218700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[342].Value = ((int)(R6218700.Value)); + this.Adapter.InsertCommand.Parameters[238].Value = ((int)(R6218700.Value)); } else { - this.Adapter.InsertCommand.Parameters[342].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[238].Value = global::System.DBNull.Value; } if ((R6218800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[343].Value = ((int)(R6218800.Value)); + this.Adapter.InsertCommand.Parameters[239].Value = ((int)(R6218800.Value)); } else { - this.Adapter.InsertCommand.Parameters[343].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[239].Value = global::System.DBNull.Value; } if ((R6218900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[344].Value = ((int)(R6218900.Value)); + this.Adapter.InsertCommand.Parameters[240].Value = ((int)(R6218900.Value)); } else { - this.Adapter.InsertCommand.Parameters[344].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[240].Value = global::System.DBNull.Value; } if ((R6219000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[345].Value = ((int)(R6219000.Value)); + this.Adapter.InsertCommand.Parameters[241].Value = ((int)(R6219000.Value)); } else { - this.Adapter.InsertCommand.Parameters[345].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[241].Value = global::System.DBNull.Value; } if ((R6219100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[346].Value = ((int)(R6219100.Value)); + this.Adapter.InsertCommand.Parameters[242].Value = ((int)(R6219100.Value)); } else { - this.Adapter.InsertCommand.Parameters[346].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[242].Value = global::System.DBNull.Value; } if ((R6219200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[347].Value = ((int)(R6219200.Value)); + this.Adapter.InsertCommand.Parameters[243].Value = ((int)(R6219200.Value)); } else { - this.Adapter.InsertCommand.Parameters[347].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[243].Value = global::System.DBNull.Value; } if ((R6219300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[348].Value = ((int)(R6219300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[348].Value = global::System.DBNull.Value; - } - if ((R6219500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[349].Value = ((int)(R6219500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[349].Value = global::System.DBNull.Value; - } - if ((R6219600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[350].Value = ((int)(R6219600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[350].Value = global::System.DBNull.Value; - } - if ((R6219700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[351].Value = ((int)(R6219700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[351].Value = global::System.DBNull.Value; - } - if ((R6219800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[352].Value = ((int)(R6219800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[352].Value = global::System.DBNull.Value; - } - if ((R6219900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[353].Value = ((int)(R6219900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[353].Value = global::System.DBNull.Value; - } - if ((R6220000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[354].Value = ((int)(R6220000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[354].Value = global::System.DBNull.Value; - } - if ((R6220100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[355].Value = ((int)(R6220100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[355].Value = global::System.DBNull.Value; - } - if ((R6220200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[356].Value = ((int)(R6220200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[356].Value = global::System.DBNull.Value; - } - if ((R6220300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[357].Value = ((int)(R6220300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[357].Value = global::System.DBNull.Value; - } - if ((R6220400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[358].Value = ((int)(R6220400.Value)); + this.Adapter.InsertCommand.Parameters[244].Value = ((int)(R6219300.Value)); } else { - this.Adapter.InsertCommand.Parameters[358].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[244].Value = global::System.DBNull.Value; } if ((R6220600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[359].Value = ((int)(R6220600.Value)); + this.Adapter.InsertCommand.Parameters[245].Value = ((int)(R6220600.Value)); } else { - this.Adapter.InsertCommand.Parameters[359].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[245].Value = global::System.DBNull.Value; } if ((R6220700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[360].Value = ((int)(R6220700.Value)); + this.Adapter.InsertCommand.Parameters[246].Value = ((int)(R6220700.Value)); } else { - this.Adapter.InsertCommand.Parameters[360].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[246].Value = global::System.DBNull.Value; } if ((R6220800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[361].Value = ((int)(R6220800.Value)); + this.Adapter.InsertCommand.Parameters[247].Value = ((int)(R6220800.Value)); } else { - this.Adapter.InsertCommand.Parameters[361].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[247].Value = global::System.DBNull.Value; } if ((R6220900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[362].Value = ((int)(R6220900.Value)); + this.Adapter.InsertCommand.Parameters[248].Value = ((int)(R6220900.Value)); } else { - this.Adapter.InsertCommand.Parameters[362].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[248].Value = global::System.DBNull.Value; } if ((R6221000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[363].Value = ((int)(R6221000.Value)); + this.Adapter.InsertCommand.Parameters[249].Value = ((int)(R6221000.Value)); } else { - this.Adapter.InsertCommand.Parameters[363].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[249].Value = global::System.DBNull.Value; } if ((R6221100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[364].Value = ((int)(R6221100.Value)); + this.Adapter.InsertCommand.Parameters[250].Value = ((int)(R6221100.Value)); } else { - this.Adapter.InsertCommand.Parameters[364].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[250].Value = global::System.DBNull.Value; } if ((R6221200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[365].Value = ((int)(R6221200.Value)); + this.Adapter.InsertCommand.Parameters[251].Value = ((int)(R6221200.Value)); } else { - this.Adapter.InsertCommand.Parameters[365].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[251].Value = global::System.DBNull.Value; } if ((R6221300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[366].Value = ((int)(R6221300.Value)); + this.Adapter.InsertCommand.Parameters[252].Value = ((int)(R6221300.Value)); } else { - this.Adapter.InsertCommand.Parameters[366].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[252].Value = global::System.DBNull.Value; } if ((R6221400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[367].Value = ((int)(R6221400.Value)); + this.Adapter.InsertCommand.Parameters[253].Value = ((int)(R6221400.Value)); } else { - this.Adapter.InsertCommand.Parameters[367].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[253].Value = global::System.DBNull.Value; } if ((R6221500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[368].Value = ((int)(R6221500.Value)); + this.Adapter.InsertCommand.Parameters[254].Value = ((int)(R6221500.Value)); } else { - this.Adapter.InsertCommand.Parameters[368].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[254].Value = global::System.DBNull.Value; } if ((R6221700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[369].Value = ((int)(R6221700.Value)); + this.Adapter.InsertCommand.Parameters[255].Value = ((int)(R6221700.Value)); } else { - this.Adapter.InsertCommand.Parameters[369].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[255].Value = global::System.DBNull.Value; } if ((R6221701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[370].Value = ((int)(R6221701.Value)); + this.Adapter.InsertCommand.Parameters[256].Value = ((int)(R6221701.Value)); } else { - this.Adapter.InsertCommand.Parameters[370].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[256].Value = global::System.DBNull.Value; } if ((R6221800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[371].Value = ((int)(R6221800.Value)); + this.Adapter.InsertCommand.Parameters[257].Value = ((int)(R6221800.Value)); } else { - this.Adapter.InsertCommand.Parameters[371].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[257].Value = global::System.DBNull.Value; } if ((R6221801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[372].Value = ((int)(R6221801.Value)); + this.Adapter.InsertCommand.Parameters[258].Value = ((int)(R6221801.Value)); } else { - this.Adapter.InsertCommand.Parameters[372].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[258].Value = global::System.DBNull.Value; } if ((R6221900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[373].Value = ((int)(R6221900.Value)); + this.Adapter.InsertCommand.Parameters[259].Value = ((int)(R6221900.Value)); } else { - this.Adapter.InsertCommand.Parameters[373].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[259].Value = global::System.DBNull.Value; } if ((R6221901.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[374].Value = ((int)(R6221901.Value)); + this.Adapter.InsertCommand.Parameters[260].Value = ((int)(R6221901.Value)); } else { - this.Adapter.InsertCommand.Parameters[374].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[260].Value = global::System.DBNull.Value; } if ((R6222000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[375].Value = ((int)(R6222000.Value)); + this.Adapter.InsertCommand.Parameters[261].Value = ((int)(R6222000.Value)); } else { - this.Adapter.InsertCommand.Parameters[375].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[261].Value = global::System.DBNull.Value; } if ((R6222001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[376].Value = ((int)(R6222001.Value)); + this.Adapter.InsertCommand.Parameters[262].Value = ((int)(R6222001.Value)); } else { - this.Adapter.InsertCommand.Parameters[376].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[262].Value = global::System.DBNull.Value; } if ((R6222100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[377].Value = ((int)(R6222100.Value)); + this.Adapter.InsertCommand.Parameters[263].Value = ((int)(R6222100.Value)); } else { - this.Adapter.InsertCommand.Parameters[377].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[263].Value = global::System.DBNull.Value; } if ((R6222101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[378].Value = ((int)(R6222101.Value)); + this.Adapter.InsertCommand.Parameters[264].Value = ((int)(R6222101.Value)); } else { - this.Adapter.InsertCommand.Parameters[378].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[264].Value = global::System.DBNull.Value; } if ((R6222200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[379].Value = ((int)(R6222200.Value)); + this.Adapter.InsertCommand.Parameters[265].Value = ((int)(R6222200.Value)); } else { - this.Adapter.InsertCommand.Parameters[379].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[265].Value = global::System.DBNull.Value; } if ((R6222201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[380].Value = ((int)(R6222201.Value)); + this.Adapter.InsertCommand.Parameters[266].Value = ((int)(R6222201.Value)); } else { - this.Adapter.InsertCommand.Parameters[380].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[266].Value = global::System.DBNull.Value; } if ((R6222300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[381].Value = ((int)(R6222300.Value)); + this.Adapter.InsertCommand.Parameters[267].Value = ((int)(R6222300.Value)); } else { - this.Adapter.InsertCommand.Parameters[381].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[267].Value = global::System.DBNull.Value; } if ((R6222301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[382].Value = ((int)(R6222301.Value)); + this.Adapter.InsertCommand.Parameters[268].Value = ((int)(R6222301.Value)); } else { - this.Adapter.InsertCommand.Parameters[382].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[268].Value = global::System.DBNull.Value; } if ((R6222400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[383].Value = ((int)(R6222400.Value)); + this.Adapter.InsertCommand.Parameters[269].Value = ((int)(R6222400.Value)); } else { - this.Adapter.InsertCommand.Parameters[383].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[269].Value = global::System.DBNull.Value; } if ((R6222401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[384].Value = ((int)(R6222401.Value)); + this.Adapter.InsertCommand.Parameters[270].Value = ((int)(R6222401.Value)); } else { - this.Adapter.InsertCommand.Parameters[384].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[270].Value = global::System.DBNull.Value; } if ((R6222500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[385].Value = ((int)(R6222500.Value)); + this.Adapter.InsertCommand.Parameters[271].Value = ((int)(R6222500.Value)); } else { - this.Adapter.InsertCommand.Parameters[385].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[271].Value = global::System.DBNull.Value; } if ((R6222501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[386].Value = ((int)(R6222501.Value)); + this.Adapter.InsertCommand.Parameters[272].Value = ((int)(R6222501.Value)); } else { - this.Adapter.InsertCommand.Parameters[386].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[272].Value = global::System.DBNull.Value; } if ((R6222600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[387].Value = ((int)(R6222600.Value)); + this.Adapter.InsertCommand.Parameters[273].Value = ((int)(R6222600.Value)); } else { - this.Adapter.InsertCommand.Parameters[387].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[273].Value = global::System.DBNull.Value; } if ((R6222601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[388].Value = ((int)(R6222601.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[388].Value = global::System.DBNull.Value; - } - if ((R6222800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[389].Value = ((int)(R6222800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[389].Value = global::System.DBNull.Value; - } - if ((R6222801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[390].Value = ((int)(R6222801.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[390].Value = global::System.DBNull.Value; - } - if ((R6222900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[391].Value = ((int)(R6222900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[391].Value = global::System.DBNull.Value; - } - if ((R6222901.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[392].Value = ((int)(R6222901.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[392].Value = global::System.DBNull.Value; - } - if ((R6223000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[393].Value = ((int)(R6223000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[393].Value = global::System.DBNull.Value; - } - if ((R6223001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[394].Value = ((int)(R6223001.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[394].Value = global::System.DBNull.Value; - } - if ((R6223100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[395].Value = ((int)(R6223100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[395].Value = global::System.DBNull.Value; - } - if ((R6223101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[396].Value = ((int)(R6223101.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[396].Value = global::System.DBNull.Value; - } - if ((R6223200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[397].Value = ((int)(R6223200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[397].Value = global::System.DBNull.Value; - } - if ((R6223201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[398].Value = ((int)(R6223201.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[398].Value = global::System.DBNull.Value; - } - if ((R6223300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[399].Value = ((int)(R6223300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[399].Value = global::System.DBNull.Value; - } - if ((R6223301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[400].Value = ((int)(R6223301.Value)); + this.Adapter.InsertCommand.Parameters[274].Value = ((int)(R6222601.Value)); } else { - this.Adapter.InsertCommand.Parameters[400].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[274].Value = global::System.DBNull.Value; } if ((R6223400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[401].Value = ((int)(R6223400.Value)); + this.Adapter.InsertCommand.Parameters[275].Value = ((int)(R6223400.Value)); } else { - this.Adapter.InsertCommand.Parameters[401].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[275].Value = global::System.DBNull.Value; } if ((R6223500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[402].Value = ((int)(R6223500.Value)); + this.Adapter.InsertCommand.Parameters[276].Value = ((int)(R6223500.Value)); } else { - this.Adapter.InsertCommand.Parameters[402].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[276].Value = global::System.DBNull.Value; } if ((R6223600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[403].Value = ((int)(R6223600.Value)); + this.Adapter.InsertCommand.Parameters[277].Value = ((int)(R6223600.Value)); } else { - this.Adapter.InsertCommand.Parameters[403].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[277].Value = global::System.DBNull.Value; } if ((R6223700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[404].Value = ((int)(R6223700.Value)); + this.Adapter.InsertCommand.Parameters[278].Value = ((int)(R6223700.Value)); } else { - this.Adapter.InsertCommand.Parameters[404].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[278].Value = global::System.DBNull.Value; } if ((R6223800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[405].Value = ((int)(R6223800.Value)); + this.Adapter.InsertCommand.Parameters[279].Value = ((int)(R6223800.Value)); } else { - this.Adapter.InsertCommand.Parameters[405].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[279].Value = global::System.DBNull.Value; } if ((R6223900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[406].Value = ((int)(R6223900.Value)); + this.Adapter.InsertCommand.Parameters[280].Value = ((int)(R6223900.Value)); } else { - this.Adapter.InsertCommand.Parameters[406].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[280].Value = global::System.DBNull.Value; } if ((R6224000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[407].Value = ((int)(R6224000.Value)); + this.Adapter.InsertCommand.Parameters[281].Value = ((int)(R6224000.Value)); } else { - this.Adapter.InsertCommand.Parameters[407].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[281].Value = global::System.DBNull.Value; } if ((R6224100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[408].Value = ((int)(R6224100.Value)); + this.Adapter.InsertCommand.Parameters[282].Value = ((int)(R6224100.Value)); } else { - this.Adapter.InsertCommand.Parameters[408].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[282].Value = global::System.DBNull.Value; } if ((R6224200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[409].Value = ((int)(R6224200.Value)); + this.Adapter.InsertCommand.Parameters[283].Value = ((int)(R6224200.Value)); } else { - this.Adapter.InsertCommand.Parameters[409].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[283].Value = global::System.DBNull.Value; } if ((R6224300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[410].Value = ((int)(R6224300.Value)); + this.Adapter.InsertCommand.Parameters[284].Value = ((int)(R6224300.Value)); } else { - this.Adapter.InsertCommand.Parameters[410].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[284].Value = global::System.DBNull.Value; } if ((R6770600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[411].Value = ((int)(R6770600.Value)); + this.Adapter.InsertCommand.Parameters[285].Value = ((int)(R6770600.Value)); } else { - this.Adapter.InsertCommand.Parameters[411].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[285].Value = global::System.DBNull.Value; } if ((R6771600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[412].Value = ((int)(R6771600.Value)); + this.Adapter.InsertCommand.Parameters[286].Value = ((int)(R6771600.Value)); } else { - this.Adapter.InsertCommand.Parameters[412].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[286].Value = global::System.DBNull.Value; } if ((R6771700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[413].Value = ((int)(R6771700.Value)); + this.Adapter.InsertCommand.Parameters[287].Value = ((int)(R6771700.Value)); } else { - this.Adapter.InsertCommand.Parameters[413].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[287].Value = global::System.DBNull.Value; } if ((R6771800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[414].Value = ((int)(R6771800.Value)); + this.Adapter.InsertCommand.Parameters[288].Value = ((int)(R6771800.Value)); } else { - this.Adapter.InsertCommand.Parameters[414].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[288].Value = global::System.DBNull.Value; } if ((R6771900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[415].Value = ((int)(R6771900.Value)); + this.Adapter.InsertCommand.Parameters[289].Value = ((int)(R6771900.Value)); } else { - this.Adapter.InsertCommand.Parameters[415].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[289].Value = global::System.DBNull.Value; } if ((R6772000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[416].Value = ((int)(R6772000.Value)); + this.Adapter.InsertCommand.Parameters[290].Value = ((int)(R6772000.Value)); } else { - this.Adapter.InsertCommand.Parameters[416].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[290].Value = global::System.DBNull.Value; } if ((R6772100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[417].Value = ((int)(R6772100.Value)); + this.Adapter.InsertCommand.Parameters[291].Value = ((int)(R6772100.Value)); } else { - this.Adapter.InsertCommand.Parameters[417].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[291].Value = global::System.DBNull.Value; } if ((R6772200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[418].Value = ((int)(R6772200.Value)); + this.Adapter.InsertCommand.Parameters[292].Value = ((int)(R6772200.Value)); } else { - this.Adapter.InsertCommand.Parameters[418].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[292].Value = global::System.DBNull.Value; } if ((R6772300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[419].Value = ((int)(R6772300.Value)); + this.Adapter.InsertCommand.Parameters[293].Value = ((int)(R6772300.Value)); } else { - this.Adapter.InsertCommand.Parameters[419].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[293].Value = global::System.DBNull.Value; } if ((R6772400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[420].Value = ((int)(R6772400.Value)); + this.Adapter.InsertCommand.Parameters[294].Value = ((int)(R6772400.Value)); } else { - this.Adapter.InsertCommand.Parameters[420].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[294].Value = global::System.DBNull.Value; } if ((R6772500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[421].Value = ((int)(R6772500.Value)); + this.Adapter.InsertCommand.Parameters[295].Value = ((int)(R6772500.Value)); } else { - this.Adapter.InsertCommand.Parameters[421].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[295].Value = global::System.DBNull.Value; } if ((R6772600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[422].Value = ((int)(R6772600.Value)); + this.Adapter.InsertCommand.Parameters[296].Value = ((int)(R6772600.Value)); } else { - this.Adapter.InsertCommand.Parameters[422].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[296].Value = global::System.DBNull.Value; } if ((R6772700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[423].Value = ((int)(R6772700.Value)); + this.Adapter.InsertCommand.Parameters[297].Value = ((int)(R6772700.Value)); } else { - this.Adapter.InsertCommand.Parameters[423].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[297].Value = global::System.DBNull.Value; } if ((R6772800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[424].Value = ((int)(R6772800.Value)); + this.Adapter.InsertCommand.Parameters[298].Value = ((int)(R6772800.Value)); } else { - this.Adapter.InsertCommand.Parameters[424].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[298].Value = global::System.DBNull.Value; } if ((R6772900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[425].Value = ((int)(R6772900.Value)); + this.Adapter.InsertCommand.Parameters[299].Value = ((int)(R6772900.Value)); } else { - this.Adapter.InsertCommand.Parameters[425].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[299].Value = global::System.DBNull.Value; } if ((R6773000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[426].Value = ((int)(R6773000.Value)); + this.Adapter.InsertCommand.Parameters[300].Value = ((int)(R6773000.Value)); } else { - this.Adapter.InsertCommand.Parameters[426].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[300].Value = global::System.DBNull.Value; } if ((R6773100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[427].Value = ((int)(R6773100.Value)); + this.Adapter.InsertCommand.Parameters[301].Value = ((int)(R6773100.Value)); } else { - this.Adapter.InsertCommand.Parameters[427].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[301].Value = global::System.DBNull.Value; } if ((R6773200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[428].Value = ((int)(R6773200.Value)); + this.Adapter.InsertCommand.Parameters[302].Value = ((int)(R6773200.Value)); } else { - this.Adapter.InsertCommand.Parameters[428].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[302].Value = global::System.DBNull.Value; } if ((R6773300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[429].Value = ((int)(R6773300.Value)); + this.Adapter.InsertCommand.Parameters[303].Value = ((int)(R6773300.Value)); } else { - this.Adapter.InsertCommand.Parameters[429].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[303].Value = global::System.DBNull.Value; } if ((R6773400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[430].Value = ((int)(R6773400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[430].Value = global::System.DBNull.Value; - } - if ((R6773500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[431].Value = ((int)(R6773500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[431].Value = global::System.DBNull.Value; - } - if ((R6773600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[432].Value = ((int)(R6773600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[432].Value = global::System.DBNull.Value; - } - if ((R6773700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[433].Value = ((int)(R6773700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[433].Value = global::System.DBNull.Value; - } - if ((R6773800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[434].Value = ((int)(R6773800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[434].Value = global::System.DBNull.Value; - } - if ((R6773900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[435].Value = ((int)(R6773900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[435].Value = global::System.DBNull.Value; - } - if ((R6774000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[436].Value = ((int)(R6774000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[436].Value = global::System.DBNull.Value; - } - if ((R6774100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[437].Value = ((int)(R6774100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[437].Value = global::System.DBNull.Value; - } - if ((R6774200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[438].Value = ((int)(R6774200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[438].Value = global::System.DBNull.Value; - } - if ((R6774300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[439].Value = ((int)(R6774300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[439].Value = global::System.DBNull.Value; - } - if ((R6774400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[440].Value = ((int)(R6774400.Value)); + this.Adapter.InsertCommand.Parameters[304].Value = ((int)(R6773400.Value)); } else { - this.Adapter.InsertCommand.Parameters[440].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[304].Value = global::System.DBNull.Value; } if ((R6774500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[441].Value = ((int)(R6774500.Value)); + this.Adapter.InsertCommand.Parameters[305].Value = ((int)(R6774500.Value)); } else { - this.Adapter.InsertCommand.Parameters[441].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[305].Value = global::System.DBNull.Value; } if ((R6774600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[442].Value = ((int)(R6774600.Value)); + this.Adapter.InsertCommand.Parameters[306].Value = ((int)(R6774600.Value)); } else { - this.Adapter.InsertCommand.Parameters[442].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[306].Value = global::System.DBNull.Value; } if ((R6774700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[443].Value = ((int)(R6774700.Value)); + this.Adapter.InsertCommand.Parameters[307].Value = ((int)(R6774700.Value)); } else { - this.Adapter.InsertCommand.Parameters[443].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[307].Value = global::System.DBNull.Value; } if ((R6774800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[444].Value = ((int)(R6774800.Value)); + this.Adapter.InsertCommand.Parameters[308].Value = ((int)(R6774800.Value)); } else { - this.Adapter.InsertCommand.Parameters[444].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[308].Value = global::System.DBNull.Value; } if ((R6774900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[445].Value = ((int)(R6774900.Value)); + this.Adapter.InsertCommand.Parameters[309].Value = ((int)(R6774900.Value)); } else { - this.Adapter.InsertCommand.Parameters[445].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[309].Value = global::System.DBNull.Value; } if ((R6775000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[446].Value = ((int)(R6775000.Value)); + this.Adapter.InsertCommand.Parameters[310].Value = ((int)(R6775000.Value)); } else { - this.Adapter.InsertCommand.Parameters[446].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[310].Value = global::System.DBNull.Value; } if ((R6775100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[447].Value = ((int)(R6775100.Value)); + this.Adapter.InsertCommand.Parameters[311].Value = ((int)(R6775100.Value)); } else { - this.Adapter.InsertCommand.Parameters[447].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[311].Value = global::System.DBNull.Value; } if ((R6775200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[448].Value = ((int)(R6775200.Value)); + this.Adapter.InsertCommand.Parameters[312].Value = ((int)(R6775200.Value)); } else { - this.Adapter.InsertCommand.Parameters[448].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[312].Value = global::System.DBNull.Value; } if ((R6775300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[449].Value = ((int)(R6775300.Value)); + this.Adapter.InsertCommand.Parameters[313].Value = ((int)(R6775300.Value)); } else { - this.Adapter.InsertCommand.Parameters[449].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[313].Value = global::System.DBNull.Value; } if ((R6775400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[450].Value = ((int)(R6775400.Value)); + this.Adapter.InsertCommand.Parameters[314].Value = ((int)(R6775400.Value)); } else { - this.Adapter.InsertCommand.Parameters[450].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[314].Value = global::System.DBNull.Value; } if ((R6775500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[451].Value = ((int)(R6775500.Value)); + this.Adapter.InsertCommand.Parameters[315].Value = ((int)(R6775500.Value)); } else { - this.Adapter.InsertCommand.Parameters[451].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[315].Value = global::System.DBNull.Value; } if ((R6775501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[452].Value = ((int)(R6775501.Value)); + this.Adapter.InsertCommand.Parameters[316].Value = ((int)(R6775501.Value)); } else { - this.Adapter.InsertCommand.Parameters[452].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[316].Value = global::System.DBNull.Value; } if ((R6775600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[453].Value = ((int)(R6775600.Value)); + this.Adapter.InsertCommand.Parameters[317].Value = ((int)(R6775600.Value)); } else { - this.Adapter.InsertCommand.Parameters[453].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[317].Value = global::System.DBNull.Value; } if ((R6775601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[454].Value = ((int)(R6775601.Value)); + this.Adapter.InsertCommand.Parameters[318].Value = ((int)(R6775601.Value)); } else { - this.Adapter.InsertCommand.Parameters[454].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[318].Value = global::System.DBNull.Value; } if ((R6775700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[455].Value = ((int)(R6775700.Value)); + this.Adapter.InsertCommand.Parameters[319].Value = ((int)(R6775700.Value)); } else { - this.Adapter.InsertCommand.Parameters[455].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[319].Value = global::System.DBNull.Value; } if ((R6775701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[456].Value = ((int)(R6775701.Value)); + this.Adapter.InsertCommand.Parameters[320].Value = ((int)(R6775701.Value)); } else { - this.Adapter.InsertCommand.Parameters[456].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[320].Value = global::System.DBNull.Value; } if ((R6775800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[457].Value = ((int)(R6775800.Value)); + this.Adapter.InsertCommand.Parameters[321].Value = ((int)(R6775800.Value)); } else { - this.Adapter.InsertCommand.Parameters[457].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[321].Value = global::System.DBNull.Value; } if ((R6775801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[458].Value = ((int)(R6775801.Value)); + this.Adapter.InsertCommand.Parameters[322].Value = ((int)(R6775801.Value)); } else { - this.Adapter.InsertCommand.Parameters[458].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[322].Value = global::System.DBNull.Value; } if ((R6775900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[459].Value = ((int)(R6775900.Value)); + this.Adapter.InsertCommand.Parameters[323].Value = ((int)(R6775900.Value)); } else { - this.Adapter.InsertCommand.Parameters[459].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[323].Value = global::System.DBNull.Value; } if ((R6775901.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[460].Value = ((int)(R6775901.Value)); + this.Adapter.InsertCommand.Parameters[324].Value = ((int)(R6775901.Value)); } else { - this.Adapter.InsertCommand.Parameters[460].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[324].Value = global::System.DBNull.Value; } if ((R6776000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[461].Value = ((int)(R6776000.Value)); + this.Adapter.InsertCommand.Parameters[325].Value = ((int)(R6776000.Value)); } else { - this.Adapter.InsertCommand.Parameters[461].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[325].Value = global::System.DBNull.Value; } if ((R6776001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[462].Value = ((int)(R6776001.Value)); + this.Adapter.InsertCommand.Parameters[326].Value = ((int)(R6776001.Value)); } else { - this.Adapter.InsertCommand.Parameters[462].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[326].Value = global::System.DBNull.Value; } if ((R6776100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[463].Value = ((int)(R6776100.Value)); + this.Adapter.InsertCommand.Parameters[327].Value = ((int)(R6776100.Value)); } else { - this.Adapter.InsertCommand.Parameters[463].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[327].Value = global::System.DBNull.Value; } if ((R6776101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[464].Value = ((int)(R6776101.Value)); + this.Adapter.InsertCommand.Parameters[328].Value = ((int)(R6776101.Value)); } else { - this.Adapter.InsertCommand.Parameters[464].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[328].Value = global::System.DBNull.Value; } if ((R6776200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[465].Value = ((int)(R6776200.Value)); + this.Adapter.InsertCommand.Parameters[329].Value = ((int)(R6776200.Value)); } else { - this.Adapter.InsertCommand.Parameters[465].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[329].Value = global::System.DBNull.Value; } if ((R6776201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[466].Value = ((int)(R6776201.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[466].Value = global::System.DBNull.Value; - } - if ((R6776300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[467].Value = ((int)(R6776300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[467].Value = global::System.DBNull.Value; - } - if ((R6776301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[468].Value = ((int)(R6776301.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[468].Value = global::System.DBNull.Value; - } - if ((R6776400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[469].Value = ((int)(R6776400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[469].Value = global::System.DBNull.Value; - } - if ((R6776401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[470].Value = ((int)(R6776401.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[470].Value = global::System.DBNull.Value; - } - if ((R6776500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[471].Value = ((int)(R6776500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[471].Value = global::System.DBNull.Value; - } - if ((R6776501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[472].Value = ((int)(R6776501.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[472].Value = global::System.DBNull.Value; - } - if ((R6776600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[473].Value = ((int)(R6776600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[473].Value = global::System.DBNull.Value; - } - if ((R6776601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[474].Value = ((int)(R6776601.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[474].Value = global::System.DBNull.Value; - } - if ((R6776700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[475].Value = ((int)(R6776700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[475].Value = global::System.DBNull.Value; - } - if ((R6776701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[476].Value = ((int)(R6776701.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[476].Value = global::System.DBNull.Value; - } - if ((R6776800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[477].Value = ((int)(R6776800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[477].Value = global::System.DBNull.Value; - } - if ((R6776801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[478].Value = ((int)(R6776801.Value)); + this.Adapter.InsertCommand.Parameters[330].Value = ((int)(R6776201.Value)); } else { - this.Adapter.InsertCommand.Parameters[478].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[330].Value = global::System.DBNull.Value; } if ((R6776900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[479].Value = ((int)(R6776900.Value)); + this.Adapter.InsertCommand.Parameters[331].Value = ((int)(R6776900.Value)); } else { - this.Adapter.InsertCommand.Parameters[479].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[331].Value = global::System.DBNull.Value; } if ((R6777000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[480].Value = ((int)(R6777000.Value)); + this.Adapter.InsertCommand.Parameters[332].Value = ((int)(R6777000.Value)); } else { - this.Adapter.InsertCommand.Parameters[480].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[332].Value = global::System.DBNull.Value; } if ((R6777100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[481].Value = ((int)(R6777100.Value)); + this.Adapter.InsertCommand.Parameters[333].Value = ((int)(R6777100.Value)); } else { - this.Adapter.InsertCommand.Parameters[481].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[333].Value = global::System.DBNull.Value; } if ((R6777200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[482].Value = ((int)(R6777200.Value)); + this.Adapter.InsertCommand.Parameters[334].Value = ((int)(R6777200.Value)); } else { - this.Adapter.InsertCommand.Parameters[482].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[334].Value = global::System.DBNull.Value; } if ((R6777300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[483].Value = ((int)(R6777300.Value)); + this.Adapter.InsertCommand.Parameters[335].Value = ((int)(R6777300.Value)); } else { - this.Adapter.InsertCommand.Parameters[483].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[335].Value = global::System.DBNull.Value; } if ((R6777400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[484].Value = ((int)(R6777400.Value)); + this.Adapter.InsertCommand.Parameters[336].Value = ((int)(R6777400.Value)); } else { - this.Adapter.InsertCommand.Parameters[484].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[336].Value = global::System.DBNull.Value; } if ((R6777500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[485].Value = ((int)(R6777500.Value)); + this.Adapter.InsertCommand.Parameters[337].Value = ((int)(R6777500.Value)); } else { - this.Adapter.InsertCommand.Parameters[485].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[337].Value = global::System.DBNull.Value; } if ((R6777600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[486].Value = ((int)(R6777600.Value)); + this.Adapter.InsertCommand.Parameters[338].Value = ((int)(R6777600.Value)); } else { - this.Adapter.InsertCommand.Parameters[486].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[338].Value = global::System.DBNull.Value; } if ((R6777700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[487].Value = ((int)(R6777700.Value)); + this.Adapter.InsertCommand.Parameters[339].Value = ((int)(R6777700.Value)); } else { - this.Adapter.InsertCommand.Parameters[487].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[339].Value = global::System.DBNull.Value; } if ((R6777800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[488].Value = ((int)(R6777800.Value)); + this.Adapter.InsertCommand.Parameters[340].Value = ((int)(R6777800.Value)); } else { - this.Adapter.InsertCommand.Parameters[488].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[340].Value = global::System.DBNull.Value; } if ((R7415900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[489].Value = ((int)(R7415900.Value)); + this.Adapter.InsertCommand.Parameters[341].Value = ((int)(R7415900.Value)); } else { - this.Adapter.InsertCommand.Parameters[489].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[341].Value = global::System.DBNull.Value; } if ((R7416000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[490].Value = ((int)(R7416000.Value)); + this.Adapter.InsertCommand.Parameters[342].Value = ((int)(R7416000.Value)); } else { - this.Adapter.InsertCommand.Parameters[490].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[342].Value = global::System.DBNull.Value; } if ((R7416100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[491].Value = ((int)(R7416100.Value)); + this.Adapter.InsertCommand.Parameters[343].Value = ((int)(R7416100.Value)); } else { - this.Adapter.InsertCommand.Parameters[491].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[343].Value = global::System.DBNull.Value; } if ((R7416200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[492].Value = ((int)(R7416200.Value)); + this.Adapter.InsertCommand.Parameters[344].Value = ((int)(R7416200.Value)); } else { - this.Adapter.InsertCommand.Parameters[492].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[344].Value = global::System.DBNull.Value; } if ((R7416300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[493].Value = ((int)(R7416300.Value)); + this.Adapter.InsertCommand.Parameters[345].Value = ((int)(R7416300.Value)); } else { - this.Adapter.InsertCommand.Parameters[493].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[345].Value = global::System.DBNull.Value; } if ((R7416400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[494].Value = ((int)(R7416400.Value)); + this.Adapter.InsertCommand.Parameters[346].Value = ((int)(R7416400.Value)); } else { - this.Adapter.InsertCommand.Parameters[494].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[346].Value = global::System.DBNull.Value; } if ((R7416500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[495].Value = ((int)(R7416500.Value)); + this.Adapter.InsertCommand.Parameters[347].Value = ((int)(R7416500.Value)); } else { - this.Adapter.InsertCommand.Parameters[495].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[347].Value = global::System.DBNull.Value; } if ((R7416600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[496].Value = ((int)(R7416600.Value)); + this.Adapter.InsertCommand.Parameters[348].Value = ((int)(R7416600.Value)); } else { - this.Adapter.InsertCommand.Parameters[496].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[348].Value = global::System.DBNull.Value; } if ((R7416700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[497].Value = ((int)(R7416700.Value)); + this.Adapter.InsertCommand.Parameters[349].Value = ((int)(R7416700.Value)); } else { - this.Adapter.InsertCommand.Parameters[497].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[349].Value = global::System.DBNull.Value; } if ((R7416800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[498].Value = ((int)(R7416800.Value)); + this.Adapter.InsertCommand.Parameters[350].Value = ((int)(R7416800.Value)); } else { - this.Adapter.InsertCommand.Parameters[498].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[350].Value = global::System.DBNull.Value; } if ((R7416900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[499].Value = ((int)(R7416900.Value)); + this.Adapter.InsertCommand.Parameters[351].Value = ((int)(R7416900.Value)); } else { - this.Adapter.InsertCommand.Parameters[499].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[351].Value = global::System.DBNull.Value; } if ((R7417000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[500].Value = ((int)(R7417000.Value)); + this.Adapter.InsertCommand.Parameters[352].Value = ((int)(R7417000.Value)); } else { - this.Adapter.InsertCommand.Parameters[500].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[352].Value = global::System.DBNull.Value; } if ((R7417100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[501].Value = ((int)(R7417100.Value)); + this.Adapter.InsertCommand.Parameters[353].Value = ((int)(R7417100.Value)); } else { - this.Adapter.InsertCommand.Parameters[501].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[353].Value = global::System.DBNull.Value; } if ((R7417200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[502].Value = ((int)(R7417200.Value)); + this.Adapter.InsertCommand.Parameters[354].Value = ((int)(R7417200.Value)); } else { - this.Adapter.InsertCommand.Parameters[502].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[354].Value = global::System.DBNull.Value; } if ((R7417300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[503].Value = ((int)(R7417300.Value)); + this.Adapter.InsertCommand.Parameters[355].Value = ((int)(R7417300.Value)); } else { - this.Adapter.InsertCommand.Parameters[503].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[355].Value = global::System.DBNull.Value; } if ((R7417400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[504].Value = ((int)(R7417400.Value)); + this.Adapter.InsertCommand.Parameters[356].Value = ((int)(R7417400.Value)); } else { - this.Adapter.InsertCommand.Parameters[504].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[356].Value = global::System.DBNull.Value; } if ((R7417500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[505].Value = ((int)(R7417500.Value)); + this.Adapter.InsertCommand.Parameters[357].Value = ((int)(R7417500.Value)); } else { - this.Adapter.InsertCommand.Parameters[505].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[357].Value = global::System.DBNull.Value; } if ((R7417600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[506].Value = ((int)(R7417600.Value)); + this.Adapter.InsertCommand.Parameters[358].Value = ((int)(R7417600.Value)); } else { - this.Adapter.InsertCommand.Parameters[506].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[358].Value = global::System.DBNull.Value; } if ((R7417700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[507].Value = ((int)(R7417700.Value)); + this.Adapter.InsertCommand.Parameters[359].Value = ((int)(R7417700.Value)); } else { - this.Adapter.InsertCommand.Parameters[507].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[359].Value = global::System.DBNull.Value; } if ((R7417800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[508].Value = ((int)(R7417800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[508].Value = global::System.DBNull.Value; - } - if ((R7417900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[509].Value = ((int)(R7417900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[509].Value = global::System.DBNull.Value; - } - if ((R7418000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[510].Value = ((int)(R7418000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[510].Value = global::System.DBNull.Value; - } - if ((R7418100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[511].Value = ((int)(R7418100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[511].Value = global::System.DBNull.Value; - } - if ((R7418200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[512].Value = ((int)(R7418200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[512].Value = global::System.DBNull.Value; - } - if ((R7418300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[513].Value = ((int)(R7418300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[513].Value = global::System.DBNull.Value; - } - if ((R7418400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[514].Value = ((int)(R7418400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[514].Value = global::System.DBNull.Value; - } - if ((R7418500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[515].Value = ((int)(R7418500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[515].Value = global::System.DBNull.Value; - } - if ((R7418600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[516].Value = ((int)(R7418600.Value)); + this.Adapter.InsertCommand.Parameters[360].Value = ((int)(R7417800.Value)); } else { - this.Adapter.InsertCommand.Parameters[516].Value = global::System.DBNull.Value; - } - if ((R7418700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[517].Value = ((int)(R7418700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[517].Value = global::System.DBNull.Value; - } - if ((R7418800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[518].Value = ((int)(R7418800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[518].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[360].Value = global::System.DBNull.Value; } if ((R7418900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[519].Value = ((int)(R7418900.Value)); + this.Adapter.InsertCommand.Parameters[361].Value = ((int)(R7418900.Value)); } else { - this.Adapter.InsertCommand.Parameters[519].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[361].Value = global::System.DBNull.Value; } if ((R7419000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[520].Value = ((int)(R7419000.Value)); + this.Adapter.InsertCommand.Parameters[362].Value = ((int)(R7419000.Value)); } else { - this.Adapter.InsertCommand.Parameters[520].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[362].Value = global::System.DBNull.Value; } if ((R7419100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[521].Value = ((int)(R7419100.Value)); + this.Adapter.InsertCommand.Parameters[363].Value = ((int)(R7419100.Value)); } else { - this.Adapter.InsertCommand.Parameters[521].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[363].Value = global::System.DBNull.Value; } if ((R7419200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[522].Value = ((int)(R7419200.Value)); + this.Adapter.InsertCommand.Parameters[364].Value = ((int)(R7419200.Value)); } else { - this.Adapter.InsertCommand.Parameters[522].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[364].Value = global::System.DBNull.Value; } if ((R7419300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[523].Value = ((int)(R7419300.Value)); + this.Adapter.InsertCommand.Parameters[365].Value = ((int)(R7419300.Value)); } else { - this.Adapter.InsertCommand.Parameters[523].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[365].Value = global::System.DBNull.Value; } if ((R7419400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[524].Value = ((int)(R7419400.Value)); + this.Adapter.InsertCommand.Parameters[366].Value = ((int)(R7419400.Value)); } else { - this.Adapter.InsertCommand.Parameters[524].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[366].Value = global::System.DBNull.Value; } if ((R7419500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[525].Value = ((int)(R7419500.Value)); + this.Adapter.InsertCommand.Parameters[367].Value = ((int)(R7419500.Value)); } else { - this.Adapter.InsertCommand.Parameters[525].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[367].Value = global::System.DBNull.Value; } if ((R7419600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[526].Value = ((int)(R7419600.Value)); + this.Adapter.InsertCommand.Parameters[368].Value = ((int)(R7419600.Value)); } else { - this.Adapter.InsertCommand.Parameters[526].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[368].Value = global::System.DBNull.Value; } if ((R7419700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[527].Value = ((int)(R7419700.Value)); + this.Adapter.InsertCommand.Parameters[369].Value = ((int)(R7419700.Value)); } else { - this.Adapter.InsertCommand.Parameters[527].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[369].Value = global::System.DBNull.Value; } if ((R7419800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[528].Value = ((int)(R7419800.Value)); + this.Adapter.InsertCommand.Parameters[370].Value = ((int)(R7419800.Value)); } else { - this.Adapter.InsertCommand.Parameters[528].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[370].Value = global::System.DBNull.Value; } if ((R7419900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[529].Value = ((int)(R7419900.Value)); + this.Adapter.InsertCommand.Parameters[371].Value = ((int)(R7419900.Value)); } else { - this.Adapter.InsertCommand.Parameters[529].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[371].Value = global::System.DBNull.Value; } if ((R7419901.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[530].Value = ((int)(R7419901.Value)); + this.Adapter.InsertCommand.Parameters[372].Value = ((int)(R7419901.Value)); } else { - this.Adapter.InsertCommand.Parameters[530].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[372].Value = global::System.DBNull.Value; } if ((R7420000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[531].Value = ((int)(R7420000.Value)); + this.Adapter.InsertCommand.Parameters[373].Value = ((int)(R7420000.Value)); } else { - this.Adapter.InsertCommand.Parameters[531].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[373].Value = global::System.DBNull.Value; } if ((R7420001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[532].Value = ((int)(R7420001.Value)); + this.Adapter.InsertCommand.Parameters[374].Value = ((int)(R7420001.Value)); } else { - this.Adapter.InsertCommand.Parameters[532].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[374].Value = global::System.DBNull.Value; } if ((R7420100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[533].Value = ((int)(R7420100.Value)); + this.Adapter.InsertCommand.Parameters[375].Value = ((int)(R7420100.Value)); } else { - this.Adapter.InsertCommand.Parameters[533].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[375].Value = global::System.DBNull.Value; } if ((R7420101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[534].Value = ((int)(R7420101.Value)); + this.Adapter.InsertCommand.Parameters[376].Value = ((int)(R7420101.Value)); } else { - this.Adapter.InsertCommand.Parameters[534].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[376].Value = global::System.DBNull.Value; } if ((R7420200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[535].Value = ((int)(R7420200.Value)); + this.Adapter.InsertCommand.Parameters[377].Value = ((int)(R7420200.Value)); } else { - this.Adapter.InsertCommand.Parameters[535].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[377].Value = global::System.DBNull.Value; } if ((R7420201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[536].Value = ((int)(R7420201.Value)); + this.Adapter.InsertCommand.Parameters[378].Value = ((int)(R7420201.Value)); } else { - this.Adapter.InsertCommand.Parameters[536].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[378].Value = global::System.DBNull.Value; } if ((R7420300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[537].Value = ((int)(R7420300.Value)); + this.Adapter.InsertCommand.Parameters[379].Value = ((int)(R7420300.Value)); } else { - this.Adapter.InsertCommand.Parameters[537].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[379].Value = global::System.DBNull.Value; } if ((R7420301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[538].Value = ((int)(R7420301.Value)); + this.Adapter.InsertCommand.Parameters[380].Value = ((int)(R7420301.Value)); } else { - this.Adapter.InsertCommand.Parameters[538].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[380].Value = global::System.DBNull.Value; } if ((R7420400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[539].Value = ((int)(R7420400.Value)); + this.Adapter.InsertCommand.Parameters[381].Value = ((int)(R7420400.Value)); } else { - this.Adapter.InsertCommand.Parameters[539].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[381].Value = global::System.DBNull.Value; } if ((R7420401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[540].Value = ((int)(R7420401.Value)); + this.Adapter.InsertCommand.Parameters[382].Value = ((int)(R7420401.Value)); } else { - this.Adapter.InsertCommand.Parameters[540].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[382].Value = global::System.DBNull.Value; } if ((R7420500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[541].Value = ((int)(R7420500.Value)); + this.Adapter.InsertCommand.Parameters[383].Value = ((int)(R7420500.Value)); } else { - this.Adapter.InsertCommand.Parameters[541].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[383].Value = global::System.DBNull.Value; } if ((R7420501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[542].Value = ((int)(R7420501.Value)); + this.Adapter.InsertCommand.Parameters[384].Value = ((int)(R7420501.Value)); } else { - this.Adapter.InsertCommand.Parameters[542].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[384].Value = global::System.DBNull.Value; } if ((R7420600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[543].Value = ((int)(R7420600.Value)); + this.Adapter.InsertCommand.Parameters[385].Value = ((int)(R7420600.Value)); } else { - this.Adapter.InsertCommand.Parameters[543].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[385].Value = global::System.DBNull.Value; } if ((R7420601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[544].Value = ((int)(R7420601.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[544].Value = global::System.DBNull.Value; - } - if ((R7420700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[545].Value = ((int)(R7420700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[545].Value = global::System.DBNull.Value; - } - if ((R7420701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[546].Value = ((int)(R7420701.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[546].Value = global::System.DBNull.Value; - } - if ((R7420800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[547].Value = ((int)(R7420800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[547].Value = global::System.DBNull.Value; - } - if ((R7420801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[548].Value = ((int)(R7420801.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[548].Value = global::System.DBNull.Value; - } - if ((R7420900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[549].Value = ((int)(R7420900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[549].Value = global::System.DBNull.Value; - } - if ((R7420901.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[550].Value = ((int)(R7420901.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[550].Value = global::System.DBNull.Value; - } - if ((R7421000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[551].Value = ((int)(R7421000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[551].Value = global::System.DBNull.Value; - } - if ((R7421001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[552].Value = ((int)(R7421001.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[552].Value = global::System.DBNull.Value; - } - if ((R7421100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[553].Value = ((int)(R7421100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[553].Value = global::System.DBNull.Value; - } - if ((R7421101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[554].Value = ((int)(R7421101.Value)); + this.Adapter.InsertCommand.Parameters[386].Value = ((int)(R7420601.Value)); } else { - this.Adapter.InsertCommand.Parameters[554].Value = global::System.DBNull.Value; - } - if ((R7421200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[555].Value = ((int)(R7421200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[555].Value = global::System.DBNull.Value; - } - if ((R7421201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[556].Value = ((int)(R7421201.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[556].Value = global::System.DBNull.Value; - } - if ((R7421300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[557].Value = ((int)(R7421300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[557].Value = global::System.DBNull.Value; - } - if ((R7421301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[558].Value = ((int)(R7421301.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[558].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[386].Value = global::System.DBNull.Value; } if ((R7421400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[559].Value = ((int)(R7421400.Value)); + this.Adapter.InsertCommand.Parameters[387].Value = ((int)(R7421400.Value)); } else { - this.Adapter.InsertCommand.Parameters[559].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[387].Value = global::System.DBNull.Value; } if ((R7421500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[560].Value = ((int)(R7421500.Value)); + this.Adapter.InsertCommand.Parameters[388].Value = ((int)(R7421500.Value)); } else { - this.Adapter.InsertCommand.Parameters[560].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[388].Value = global::System.DBNull.Value; } if ((R7421600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[561].Value = ((int)(R7421600.Value)); + this.Adapter.InsertCommand.Parameters[389].Value = ((int)(R7421600.Value)); } else { - this.Adapter.InsertCommand.Parameters[561].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[389].Value = global::System.DBNull.Value; } if ((R7421700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[562].Value = ((int)(R7421700.Value)); + this.Adapter.InsertCommand.Parameters[390].Value = ((int)(R7421700.Value)); } else { - this.Adapter.InsertCommand.Parameters[562].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[390].Value = global::System.DBNull.Value; } if ((R7421800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[563].Value = ((int)(R7421800.Value)); + this.Adapter.InsertCommand.Parameters[391].Value = ((int)(R7421800.Value)); } else { - this.Adapter.InsertCommand.Parameters[563].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[391].Value = global::System.DBNull.Value; } if ((R7421900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[564].Value = ((int)(R7421900.Value)); + this.Adapter.InsertCommand.Parameters[392].Value = ((int)(R7421900.Value)); } else { - this.Adapter.InsertCommand.Parameters[564].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[392].Value = global::System.DBNull.Value; } if ((R7422000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[565].Value = ((int)(R7422000.Value)); + this.Adapter.InsertCommand.Parameters[393].Value = ((int)(R7422000.Value)); } else { - this.Adapter.InsertCommand.Parameters[565].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[393].Value = global::System.DBNull.Value; } if ((R7422100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[566].Value = ((int)(R7422100.Value)); + this.Adapter.InsertCommand.Parameters[394].Value = ((int)(R7422100.Value)); } else { - this.Adapter.InsertCommand.Parameters[566].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[394].Value = global::System.DBNull.Value; } if ((R7422200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[567].Value = ((int)(R7422200.Value)); + this.Adapter.InsertCommand.Parameters[395].Value = ((int)(R7422200.Value)); } else { - this.Adapter.InsertCommand.Parameters[567].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[395].Value = global::System.DBNull.Value; } if ((R7422300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[568].Value = ((int)(R7422300.Value)); + this.Adapter.InsertCommand.Parameters[396].Value = ((int)(R7422300.Value)); } else { - this.Adapter.InsertCommand.Parameters[568].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[396].Value = global::System.DBNull.Value; } if ((R8114000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[569].Value = ((int)(R8114000.Value)); + this.Adapter.InsertCommand.Parameters[397].Value = ((int)(R8114000.Value)); } else { - this.Adapter.InsertCommand.Parameters[569].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[397].Value = global::System.DBNull.Value; } if ((R8114100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[570].Value = ((int)(R8114100.Value)); + this.Adapter.InsertCommand.Parameters[398].Value = ((int)(R8114100.Value)); } else { - this.Adapter.InsertCommand.Parameters[570].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[398].Value = global::System.DBNull.Value; } if ((R8114200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[571].Value = ((int)(R8114200.Value)); + this.Adapter.InsertCommand.Parameters[399].Value = ((int)(R8114200.Value)); } else { - this.Adapter.InsertCommand.Parameters[571].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[399].Value = global::System.DBNull.Value; } if ((R8114300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[572].Value = ((int)(R8114300.Value)); + this.Adapter.InsertCommand.Parameters[400].Value = ((int)(R8114300.Value)); } else { - this.Adapter.InsertCommand.Parameters[572].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[400].Value = global::System.DBNull.Value; } if ((R8114400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[573].Value = ((int)(R8114400.Value)); + this.Adapter.InsertCommand.Parameters[401].Value = ((int)(R8114400.Value)); } else { - this.Adapter.InsertCommand.Parameters[573].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[401].Value = global::System.DBNull.Value; } if ((R8114500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[574].Value = ((int)(R8114500.Value)); + this.Adapter.InsertCommand.Parameters[402].Value = ((int)(R8114500.Value)); } else { - this.Adapter.InsertCommand.Parameters[574].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[402].Value = global::System.DBNull.Value; } if ((R8114600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[575].Value = ((int)(R8114600.Value)); + this.Adapter.InsertCommand.Parameters[403].Value = ((int)(R8114600.Value)); } else { - this.Adapter.InsertCommand.Parameters[575].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[403].Value = global::System.DBNull.Value; } if ((R8114700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[576].Value = ((int)(R8114700.Value)); + this.Adapter.InsertCommand.Parameters[404].Value = ((int)(R8114700.Value)); } else { - this.Adapter.InsertCommand.Parameters[576].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[404].Value = global::System.DBNull.Value; } if ((R8114800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[577].Value = ((int)(R8114800.Value)); + this.Adapter.InsertCommand.Parameters[405].Value = ((int)(R8114800.Value)); } else { - this.Adapter.InsertCommand.Parameters[577].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[405].Value = global::System.DBNull.Value; } if ((R8114900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[578].Value = ((int)(R8114900.Value)); + this.Adapter.InsertCommand.Parameters[406].Value = ((int)(R8114900.Value)); } else { - this.Adapter.InsertCommand.Parameters[578].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[406].Value = global::System.DBNull.Value; } if ((R8115000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[579].Value = ((int)(R8115000.Value)); + this.Adapter.InsertCommand.Parameters[407].Value = ((int)(R8115000.Value)); } else { - this.Adapter.InsertCommand.Parameters[579].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[407].Value = global::System.DBNull.Value; } if ((R8115100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[580].Value = ((int)(R8115100.Value)); + this.Adapter.InsertCommand.Parameters[408].Value = ((int)(R8115100.Value)); } else { - this.Adapter.InsertCommand.Parameters[580].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[408].Value = global::System.DBNull.Value; } if ((R8115200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[581].Value = ((int)(R8115200.Value)); + this.Adapter.InsertCommand.Parameters[409].Value = ((int)(R8115200.Value)); } else { - this.Adapter.InsertCommand.Parameters[581].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[409].Value = global::System.DBNull.Value; } if ((R8115300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[582].Value = ((int)(R8115300.Value)); + this.Adapter.InsertCommand.Parameters[410].Value = ((int)(R8115300.Value)); } else { - this.Adapter.InsertCommand.Parameters[582].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[410].Value = global::System.DBNull.Value; } if ((R8115400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[583].Value = ((int)(R8115400.Value)); + this.Adapter.InsertCommand.Parameters[411].Value = ((int)(R8115400.Value)); } else { - this.Adapter.InsertCommand.Parameters[583].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[411].Value = global::System.DBNull.Value; } if ((R8115500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[584].Value = ((int)(R8115500.Value)); + this.Adapter.InsertCommand.Parameters[412].Value = ((int)(R8115500.Value)); } else { - this.Adapter.InsertCommand.Parameters[584].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[412].Value = global::System.DBNull.Value; } if ((R8115600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[585].Value = ((int)(R8115600.Value)); + this.Adapter.InsertCommand.Parameters[413].Value = ((int)(R8115600.Value)); } else { - this.Adapter.InsertCommand.Parameters[585].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[413].Value = global::System.DBNull.Value; } if ((R8115700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[586].Value = ((int)(R8115700.Value)); + this.Adapter.InsertCommand.Parameters[414].Value = ((int)(R8115700.Value)); } else { - this.Adapter.InsertCommand.Parameters[586].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[414].Value = global::System.DBNull.Value; } if ((R8115800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[587].Value = ((int)(R8115800.Value)); + this.Adapter.InsertCommand.Parameters[415].Value = ((int)(R8115800.Value)); } else { - this.Adapter.InsertCommand.Parameters[587].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[415].Value = global::System.DBNull.Value; } if ((R8115900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[588].Value = ((int)(R8115900.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[588].Value = global::System.DBNull.Value; - } - if ((R8116000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[589].Value = ((int)(R8116000.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[589].Value = global::System.DBNull.Value; - } - if ((R8116100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[590].Value = ((int)(R8116100.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[590].Value = global::System.DBNull.Value; - } - if ((R8116200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[591].Value = ((int)(R8116200.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[591].Value = global::System.DBNull.Value; - } - if ((R8116300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[592].Value = ((int)(R8116300.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[592].Value = global::System.DBNull.Value; - } - if ((R8116400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[593].Value = ((int)(R8116400.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[593].Value = global::System.DBNull.Value; - } - if ((R8116500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[594].Value = ((int)(R8116500.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[594].Value = global::System.DBNull.Value; - } - if ((R8116600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[595].Value = ((int)(R8116600.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[595].Value = global::System.DBNull.Value; - } - if ((R8116700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[596].Value = ((int)(R8116700.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[596].Value = global::System.DBNull.Value; - } - if ((R8116800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[597].Value = ((int)(R8116800.Value)); - } - else { - this.Adapter.InsertCommand.Parameters[597].Value = global::System.DBNull.Value; - } - if ((R8116900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[598].Value = ((int)(R8116900.Value)); + this.Adapter.InsertCommand.Parameters[416].Value = ((int)(R8115900.Value)); } else { - this.Adapter.InsertCommand.Parameters[598].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[416].Value = global::System.DBNull.Value; } if ((R8117000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[599].Value = ((int)(R8117000.Value)); + this.Adapter.InsertCommand.Parameters[417].Value = ((int)(R8117000.Value)); } else { - this.Adapter.InsertCommand.Parameters[599].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[417].Value = global::System.DBNull.Value; } if ((R8117100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[600].Value = ((int)(R8117100.Value)); + this.Adapter.InsertCommand.Parameters[418].Value = ((int)(R8117100.Value)); } else { - this.Adapter.InsertCommand.Parameters[600].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[418].Value = global::System.DBNull.Value; } if ((R8117200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[601].Value = ((int)(R8117200.Value)); + this.Adapter.InsertCommand.Parameters[419].Value = ((int)(R8117200.Value)); } else { - this.Adapter.InsertCommand.Parameters[601].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[419].Value = global::System.DBNull.Value; } if ((R8117300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[602].Value = ((int)(R8117300.Value)); + this.Adapter.InsertCommand.Parameters[420].Value = ((int)(R8117300.Value)); } else { - this.Adapter.InsertCommand.Parameters[602].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[420].Value = global::System.DBNull.Value; } if ((R8117400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[603].Value = ((int)(R8117400.Value)); + this.Adapter.InsertCommand.Parameters[421].Value = ((int)(R8117400.Value)); } else { - this.Adapter.InsertCommand.Parameters[603].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[421].Value = global::System.DBNull.Value; } if ((R8117500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[604].Value = ((int)(R8117500.Value)); + this.Adapter.InsertCommand.Parameters[422].Value = ((int)(R8117500.Value)); } else { - this.Adapter.InsertCommand.Parameters[604].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[422].Value = global::System.DBNull.Value; } if ((R8117600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[605].Value = ((int)(R8117600.Value)); + this.Adapter.InsertCommand.Parameters[423].Value = ((int)(R8117600.Value)); } else { - this.Adapter.InsertCommand.Parameters[605].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[423].Value = global::System.DBNull.Value; } if ((R8117700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[606].Value = ((int)(R8117700.Value)); + this.Adapter.InsertCommand.Parameters[424].Value = ((int)(R8117700.Value)); } else { - this.Adapter.InsertCommand.Parameters[606].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[424].Value = global::System.DBNull.Value; } if ((R8117800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[607].Value = ((int)(R8117800.Value)); + this.Adapter.InsertCommand.Parameters[425].Value = ((int)(R8117800.Value)); } else { - this.Adapter.InsertCommand.Parameters[607].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[425].Value = global::System.DBNull.Value; } if ((R8117900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[608].Value = ((int)(R8117900.Value)); + this.Adapter.InsertCommand.Parameters[426].Value = ((int)(R8117900.Value)); } else { - this.Adapter.InsertCommand.Parameters[608].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[426].Value = global::System.DBNull.Value; } if ((R8118000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[609].Value = ((int)(R8118000.Value)); + this.Adapter.InsertCommand.Parameters[427].Value = ((int)(R8118000.Value)); } else { - this.Adapter.InsertCommand.Parameters[609].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[427].Value = global::System.DBNull.Value; } if ((R8118001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[610].Value = ((int)(R8118001.Value)); + this.Adapter.InsertCommand.Parameters[428].Value = ((int)(R8118001.Value)); } else { - this.Adapter.InsertCommand.Parameters[610].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[428].Value = global::System.DBNull.Value; } if ((R8118100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[611].Value = ((int)(R8118100.Value)); + this.Adapter.InsertCommand.Parameters[429].Value = ((int)(R8118100.Value)); } else { - this.Adapter.InsertCommand.Parameters[611].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[429].Value = global::System.DBNull.Value; } if ((R8118101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[612].Value = ((int)(R8118101.Value)); + this.Adapter.InsertCommand.Parameters[430].Value = ((int)(R8118101.Value)); } else { - this.Adapter.InsertCommand.Parameters[612].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[430].Value = global::System.DBNull.Value; } if ((R8118200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[613].Value = ((int)(R8118200.Value)); + this.Adapter.InsertCommand.Parameters[431].Value = ((int)(R8118200.Value)); } else { - this.Adapter.InsertCommand.Parameters[613].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[431].Value = global::System.DBNull.Value; } if ((R8118201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[614].Value = ((int)(R8118201.Value)); + this.Adapter.InsertCommand.Parameters[432].Value = ((int)(R8118201.Value)); } else { - this.Adapter.InsertCommand.Parameters[614].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[432].Value = global::System.DBNull.Value; } if ((R8118300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[615].Value = ((int)(R8118300.Value)); + this.Adapter.InsertCommand.Parameters[433].Value = ((int)(R8118300.Value)); } else { - this.Adapter.InsertCommand.Parameters[615].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[433].Value = global::System.DBNull.Value; } if ((R8118301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[616].Value = ((int)(R8118301.Value)); + this.Adapter.InsertCommand.Parameters[434].Value = ((int)(R8118301.Value)); } else { - this.Adapter.InsertCommand.Parameters[616].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[434].Value = global::System.DBNull.Value; } if ((R8118400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[617].Value = ((int)(R8118400.Value)); + this.Adapter.InsertCommand.Parameters[435].Value = ((int)(R8118400.Value)); } else { - this.Adapter.InsertCommand.Parameters[617].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[435].Value = global::System.DBNull.Value; } if ((R8118401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[618].Value = ((int)(R8118401.Value)); + this.Adapter.InsertCommand.Parameters[436].Value = ((int)(R8118401.Value)); } else { - this.Adapter.InsertCommand.Parameters[618].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[436].Value = global::System.DBNull.Value; } if ((R8118500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[619].Value = ((int)(R8118500.Value)); + this.Adapter.InsertCommand.Parameters[437].Value = ((int)(R8118500.Value)); } else { - this.Adapter.InsertCommand.Parameters[619].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[437].Value = global::System.DBNull.Value; } if ((R8118501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[620].Value = ((int)(R8118501.Value)); + this.Adapter.InsertCommand.Parameters[438].Value = ((int)(R8118501.Value)); } else { - this.Adapter.InsertCommand.Parameters[620].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[438].Value = global::System.DBNull.Value; } if ((R8118600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[621].Value = ((int)(R8118600.Value)); + this.Adapter.InsertCommand.Parameters[439].Value = ((int)(R8118600.Value)); } else { - this.Adapter.InsertCommand.Parameters[621].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[439].Value = global::System.DBNull.Value; } if ((R8118601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[622].Value = ((int)(R8118601.Value)); + this.Adapter.InsertCommand.Parameters[440].Value = ((int)(R8118601.Value)); } else { - this.Adapter.InsertCommand.Parameters[622].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[440].Value = global::System.DBNull.Value; } if ((R8118700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[623].Value = ((int)(R8118700.Value)); + this.Adapter.InsertCommand.Parameters[441].Value = ((int)(R8118700.Value)); } else { - this.Adapter.InsertCommand.Parameters[623].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[441].Value = global::System.DBNull.Value; } if ((R8118701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[624].Value = ((int)(R8118701.Value)); + this.Adapter.InsertCommand.Parameters[442].Value = ((int)(R8118701.Value)); } else { - this.Adapter.InsertCommand.Parameters[624].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[442].Value = global::System.DBNull.Value; } if ((R8118800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[625].Value = ((int)(R8118800.Value)); + this.Adapter.InsertCommand.Parameters[443].Value = ((int)(R8118800.Value)); } else { - this.Adapter.InsertCommand.Parameters[625].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[443].Value = global::System.DBNull.Value; } if ((R8118801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[626].Value = ((int)(R8118801.Value)); + this.Adapter.InsertCommand.Parameters[444].Value = ((int)(R8118801.Value)); } else { - this.Adapter.InsertCommand.Parameters[626].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[444].Value = global::System.DBNull.Value; } if ((R8118900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[627].Value = ((int)(R8118900.Value)); + this.Adapter.InsertCommand.Parameters[445].Value = ((int)(R8118900.Value)); } else { - this.Adapter.InsertCommand.Parameters[627].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[445].Value = global::System.DBNull.Value; } if ((R8118901.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[628].Value = ((int)(R8118901.Value)); + this.Adapter.InsertCommand.Parameters[446].Value = ((int)(R8118901.Value)); } else { - this.Adapter.InsertCommand.Parameters[628].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[446].Value = global::System.DBNull.Value; } - if ((R8119000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[629].Value = ((int)(R8119000.Value)); + if ((R8119600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[447].Value = ((int)(R8119600.Value)); } else { - this.Adapter.InsertCommand.Parameters[629].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[447].Value = global::System.DBNull.Value; } - if ((R8119001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[630].Value = ((int)(R8119001.Value)); + if ((R8119700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[448].Value = ((int)(R8119700.Value)); } else { - this.Adapter.InsertCommand.Parameters[630].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[448].Value = global::System.DBNull.Value; } - if ((R8119100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[631].Value = ((int)(R8119100.Value)); + if ((R8119800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[449].Value = ((int)(R8119800.Value)); } else { - this.Adapter.InsertCommand.Parameters[631].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[449].Value = global::System.DBNull.Value; } - if ((R8119101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[632].Value = ((int)(R8119101.Value)); + if ((R8119900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[450].Value = ((int)(R8119900.Value)); } else { - this.Adapter.InsertCommand.Parameters[632].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[450].Value = global::System.DBNull.Value; } - if ((R8119200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[633].Value = ((int)(R8119200.Value)); + if ((R8120000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[451].Value = ((int)(R8120000.Value)); } else { - this.Adapter.InsertCommand.Parameters[633].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[451].Value = global::System.DBNull.Value; } - if ((R8119201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[634].Value = ((int)(R8119201.Value)); + if ((R8120100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[452].Value = ((int)(R8120100.Value)); } else { - this.Adapter.InsertCommand.Parameters[634].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[452].Value = global::System.DBNull.Value; } - if ((R8119300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[635].Value = ((int)(R8119300.Value)); + if ((R8120200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[453].Value = ((int)(R8120200.Value)); } else { - this.Adapter.InsertCommand.Parameters[635].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[453].Value = global::System.DBNull.Value; + } + if ((R8120300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[454].Value = ((int)(R8120300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[454].Value = global::System.DBNull.Value; + } + if ((R8120400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[455].Value = ((int)(R8120400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[455].Value = global::System.DBNull.Value; + } + if ((R8120500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[456].Value = ((int)(R8120500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[456].Value = global::System.DBNull.Value; + } + if ((R8135300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[457].Value = ((int)(R8135300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[457].Value = global::System.DBNull.Value; + } + if ((R8135400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[458].Value = ((int)(R8135400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[458].Value = global::System.DBNull.Value; + } + if ((R8135500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[459].Value = ((int)(R8135500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[459].Value = global::System.DBNull.Value; + } + if ((R8135600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[460].Value = ((int)(R8135600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[460].Value = global::System.DBNull.Value; + } + if ((R8135700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[461].Value = ((int)(R8135700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[461].Value = global::System.DBNull.Value; + } + if ((R8135800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[462].Value = ((int)(R8135800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[462].Value = global::System.DBNull.Value; + } + if ((R8135900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[463].Value = ((int)(R8135900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[463].Value = global::System.DBNull.Value; + } + if ((R9900600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[464].Value = ((int)(R9900600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[464].Value = global::System.DBNull.Value; + } + if ((R9900601.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[465].Value = ((int)(R9900601.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[465].Value = global::System.DBNull.Value; + } + if ((R9901400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[466].Value = ((int)(R9901400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[466].Value = global::System.DBNull.Value; + } + if ((R9901401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[467].Value = ((int)(R9901401.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[467].Value = global::System.DBNull.Value; + } + if ((R9902200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[468].Value = ((int)(R9902200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[468].Value = global::System.DBNull.Value; + } + if ((R9902201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[469].Value = ((int)(R9902201.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[469].Value = global::System.DBNull.Value; + } + if ((R9903000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[470].Value = ((int)(R9903000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[470].Value = global::System.DBNull.Value; + } + if ((R9903001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[471].Value = ((int)(R9903001.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[471].Value = global::System.DBNull.Value; + } + if ((R9903800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[472].Value = ((int)(R9903800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[472].Value = global::System.DBNull.Value; + } + if ((R9903801.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[473].Value = ((int)(R9903801.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[473].Value = global::System.DBNull.Value; } - if ((R8119301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[636].Value = ((int)(R8119301.Value)); + if ((R9904600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[474].Value = ((int)(R9904600.Value)); } else { - this.Adapter.InsertCommand.Parameters[636].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[474].Value = global::System.DBNull.Value; } - if ((R8119400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[637].Value = ((int)(R8119400.Value)); + if ((R9904601.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[475].Value = ((int)(R9904601.Value)); } else { - this.Adapter.InsertCommand.Parameters[637].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[475].Value = global::System.DBNull.Value; } - if ((R8119401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[638].Value = ((int)(R8119401.Value)); + if ((R9905400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[476].Value = ((int)(R9905400.Value)); } else { - this.Adapter.InsertCommand.Parameters[638].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[476].Value = global::System.DBNull.Value; } - if ((R8119500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[639].Value = ((int)(R8119500.Value)); + if ((R9905401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[477].Value = ((int)(R9905401.Value)); } else { - this.Adapter.InsertCommand.Parameters[639].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[477].Value = global::System.DBNull.Value; } - if ((R8119501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[640].Value = ((int)(R8119501.Value)); + if ((R9911200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[478].Value = ((int)(R9911200.Value)); } else { - this.Adapter.InsertCommand.Parameters[640].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[478].Value = global::System.DBNull.Value; } - if ((R8119600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[641].Value = ((int)(R8119600.Value)); + if ((R9911201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[479].Value = ((int)(R9911201.Value)); } else { - this.Adapter.InsertCommand.Parameters[641].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[479].Value = global::System.DBNull.Value; } - if ((R8119700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[642].Value = ((int)(R8119700.Value)); + if ((T0345800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[480].Value = ((int)(T0345800.Value)); } else { - this.Adapter.InsertCommand.Parameters[642].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[480].Value = global::System.DBNull.Value; } - if ((R8119800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[643].Value = ((int)(R8119800.Value)); + if ((T0345900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[481].Value = ((int)(T0345900.Value)); } else { - this.Adapter.InsertCommand.Parameters[643].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[481].Value = global::System.DBNull.Value; } - if ((R8119900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[644].Value = ((int)(R8119900.Value)); + if ((T0346000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[482].Value = ((int)(T0346000.Value)); } else { - this.Adapter.InsertCommand.Parameters[644].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[482].Value = global::System.DBNull.Value; } - if ((R8120000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[645].Value = ((int)(R8120000.Value)); + if ((T0346100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[483].Value = ((int)(T0346100.Value)); } else { - this.Adapter.InsertCommand.Parameters[645].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[483].Value = global::System.DBNull.Value; } - if ((R8120100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[646].Value = ((int)(R8120100.Value)); + if ((T0346200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[484].Value = ((int)(T0346200.Value)); } else { - this.Adapter.InsertCommand.Parameters[646].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[484].Value = global::System.DBNull.Value; } - if ((R8120200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[647].Value = ((int)(R8120200.Value)); + if ((T0346300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[485].Value = ((int)(T0346300.Value)); } else { - this.Adapter.InsertCommand.Parameters[647].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[485].Value = global::System.DBNull.Value; } - if ((R8120300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[648].Value = ((int)(R8120300.Value)); + if ((T0346400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[486].Value = ((int)(T0346400.Value)); } else { - this.Adapter.InsertCommand.Parameters[648].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[486].Value = global::System.DBNull.Value; } - if ((R8120400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[649].Value = ((int)(R8120400.Value)); + if ((T0346500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[487].Value = ((int)(T0346500.Value)); } else { - this.Adapter.InsertCommand.Parameters[649].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[487].Value = global::System.DBNull.Value; } - if ((R8120500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[650].Value = ((int)(R8120500.Value)); + if ((T0346600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[488].Value = ((int)(T0346600.Value)); } else { - this.Adapter.InsertCommand.Parameters[650].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[488].Value = global::System.DBNull.Value; } - if ((R8135300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[651].Value = ((int)(R8135300.Value)); + if ((T0346700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[489].Value = ((int)(T0346700.Value)); } else { - this.Adapter.InsertCommand.Parameters[651].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[489].Value = global::System.DBNull.Value; } - if ((R8135400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[652].Value = ((int)(R8135400.Value)); + if ((T0346800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[490].Value = ((int)(T0346800.Value)); } else { - this.Adapter.InsertCommand.Parameters[652].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[490].Value = global::System.DBNull.Value; } - if ((R8135500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[653].Value = ((int)(R8135500.Value)); + if ((T0346900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[491].Value = ((int)(T0346900.Value)); } else { - this.Adapter.InsertCommand.Parameters[653].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[491].Value = global::System.DBNull.Value; } - if ((R8135600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[654].Value = ((int)(R8135600.Value)); + if ((T0347000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[492].Value = ((int)(T0347000.Value)); } else { - this.Adapter.InsertCommand.Parameters[654].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[492].Value = global::System.DBNull.Value; } - if ((R8135700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[655].Value = ((int)(R8135700.Value)); + if ((T0347100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[493].Value = ((int)(T0347100.Value)); } else { - this.Adapter.InsertCommand.Parameters[655].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[493].Value = global::System.DBNull.Value; } - if ((R8135800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[656].Value = ((int)(R8135800.Value)); + if ((T0347200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[494].Value = ((int)(T0347200.Value)); } else { - this.Adapter.InsertCommand.Parameters[656].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[494].Value = global::System.DBNull.Value; } - if ((R8135900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[657].Value = ((int)(R8135900.Value)); + if ((T0347300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[495].Value = ((int)(T0347300.Value)); } else { - this.Adapter.InsertCommand.Parameters[657].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[495].Value = global::System.DBNull.Value; } - if ((R9900600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[658].Value = ((int)(R9900600.Value)); + if ((T0347400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[496].Value = ((int)(T0347400.Value)); } else { - this.Adapter.InsertCommand.Parameters[658].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[496].Value = global::System.DBNull.Value; } - if ((R9900601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[659].Value = ((int)(R9900601.Value)); + if ((T0347500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[497].Value = ((int)(T0347500.Value)); } else { - this.Adapter.InsertCommand.Parameters[659].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[497].Value = global::System.DBNull.Value; } - if ((R9901400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[660].Value = ((int)(R9901400.Value)); + if ((T0347600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[498].Value = ((int)(T0347600.Value)); } else { - this.Adapter.InsertCommand.Parameters[660].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[498].Value = global::System.DBNull.Value; } - if ((R9901401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[661].Value = ((int)(R9901401.Value)); + if ((T0347700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[499].Value = ((int)(T0347700.Value)); } else { - this.Adapter.InsertCommand.Parameters[661].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[499].Value = global::System.DBNull.Value; } - if ((R9902200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[662].Value = ((int)(R9902200.Value)); + if ((T0347800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[500].Value = ((int)(T0347800.Value)); } else { - this.Adapter.InsertCommand.Parameters[662].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[500].Value = global::System.DBNull.Value; } - if ((R9902201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[663].Value = ((int)(R9902201.Value)); + if ((T0349000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[501].Value = ((int)(T0349000.Value)); } else { - this.Adapter.InsertCommand.Parameters[663].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[501].Value = global::System.DBNull.Value; } - if ((R9903000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[664].Value = ((int)(R9903000.Value)); + if ((T0349100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[502].Value = ((int)(T0349100.Value)); } else { - this.Adapter.InsertCommand.Parameters[664].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[502].Value = global::System.DBNull.Value; } - if ((R9903001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[665].Value = ((int)(R9903001.Value)); + if ((T0349200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[503].Value = ((int)(T0349200.Value)); } else { - this.Adapter.InsertCommand.Parameters[665].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[503].Value = global::System.DBNull.Value; } - if ((R9903800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[666].Value = ((int)(R9903800.Value)); + if ((T0349300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[504].Value = ((int)(T0349300.Value)); } else { - this.Adapter.InsertCommand.Parameters[666].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[504].Value = global::System.DBNull.Value; } - if ((R9903801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[667].Value = ((int)(R9903801.Value)); + if ((T0349400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[505].Value = ((int)(T0349400.Value)); } else { - this.Adapter.InsertCommand.Parameters[667].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[505].Value = global::System.DBNull.Value; } - if ((R9904600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[668].Value = ((int)(R9904600.Value)); + if ((T0349500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[506].Value = ((int)(T0349500.Value)); } else { - this.Adapter.InsertCommand.Parameters[668].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[506].Value = global::System.DBNull.Value; } - if ((R9904601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[669].Value = ((int)(R9904601.Value)); + if ((T0349600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[507].Value = ((int)(T0349600.Value)); } else { - this.Adapter.InsertCommand.Parameters[669].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[507].Value = global::System.DBNull.Value; } - if ((R9905400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[670].Value = ((int)(R9905400.Value)); + if ((T0349700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[508].Value = ((int)(T0349700.Value)); } else { - this.Adapter.InsertCommand.Parameters[670].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[508].Value = global::System.DBNull.Value; } - if ((R9905401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[671].Value = ((int)(R9905401.Value)); + if ((T0349800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[509].Value = ((int)(T0349800.Value)); } else { - this.Adapter.InsertCommand.Parameters[671].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[509].Value = global::System.DBNull.Value; } - if ((R9911200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[672].Value = ((int)(R9911200.Value)); + if ((T0349900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[510].Value = ((int)(T0349900.Value)); } else { - this.Adapter.InsertCommand.Parameters[672].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[510].Value = global::System.DBNull.Value; } - if ((R9911201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[673].Value = ((int)(R9911201.Value)); + if ((T0350000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[511].Value = ((int)(T0350000.Value)); } else { - this.Adapter.InsertCommand.Parameters[673].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[511].Value = global::System.DBNull.Value; } - if ((T0345800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[674].Value = ((int)(T0345800.Value)); + if ((T0350100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[512].Value = ((int)(T0350100.Value)); } else { - this.Adapter.InsertCommand.Parameters[674].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[512].Value = global::System.DBNull.Value; } - if ((T0345900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[675].Value = ((int)(T0345900.Value)); + if ((T0350101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[513].Value = ((int)(T0350101.Value)); } else { - this.Adapter.InsertCommand.Parameters[675].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[513].Value = global::System.DBNull.Value; } - if ((T0346000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[676].Value = ((int)(T0346000.Value)); + if ((T0350200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[514].Value = ((int)(T0350200.Value)); } else { - this.Adapter.InsertCommand.Parameters[676].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[514].Value = global::System.DBNull.Value; } - if ((T0346100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[677].Value = ((int)(T0346100.Value)); + if ((T0350201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[515].Value = ((int)(T0350201.Value)); } else { - this.Adapter.InsertCommand.Parameters[677].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[515].Value = global::System.DBNull.Value; } - if ((T0346200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[678].Value = ((int)(T0346200.Value)); + if ((T0350300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[516].Value = ((int)(T0350300.Value)); } else { - this.Adapter.InsertCommand.Parameters[678].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[516].Value = global::System.DBNull.Value; } - if ((T0346300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[679].Value = ((int)(T0346300.Value)); + if ((T0350301.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[517].Value = ((int)(T0350301.Value)); } else { - this.Adapter.InsertCommand.Parameters[679].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[517].Value = global::System.DBNull.Value; } - if ((T0346400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[680].Value = ((int)(T0346400.Value)); + if ((T0350400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[518].Value = ((int)(T0350400.Value)); } else { - this.Adapter.InsertCommand.Parameters[680].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[518].Value = global::System.DBNull.Value; } - if ((T0346500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[681].Value = ((int)(T0346500.Value)); + if ((T0350401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[519].Value = ((int)(T0350401.Value)); } else { - this.Adapter.InsertCommand.Parameters[681].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[519].Value = global::System.DBNull.Value; } - if ((T0346600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[682].Value = ((int)(T0346600.Value)); + if ((T0350500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[520].Value = ((int)(T0350500.Value)); } else { - this.Adapter.InsertCommand.Parameters[682].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[520].Value = global::System.DBNull.Value; } - if ((T0346700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[683].Value = ((int)(T0346700.Value)); + if ((T0350501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[521].Value = ((int)(T0350501.Value)); } else { - this.Adapter.InsertCommand.Parameters[683].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[521].Value = global::System.DBNull.Value; } - if ((T0346800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[684].Value = ((int)(T0346800.Value)); + if ((T0350600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[522].Value = ((int)(T0350600.Value)); } else { - this.Adapter.InsertCommand.Parameters[684].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[522].Value = global::System.DBNull.Value; } - if ((T0346900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[685].Value = ((int)(T0346900.Value)); + if ((T0350601.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[523].Value = ((int)(T0350601.Value)); } else { - this.Adapter.InsertCommand.Parameters[685].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[523].Value = global::System.DBNull.Value; } - if ((T0347000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[686].Value = ((int)(T0347000.Value)); + if ((T0350700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[524].Value = ((int)(T0350700.Value)); } else { - this.Adapter.InsertCommand.Parameters[686].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[524].Value = global::System.DBNull.Value; } - if ((T0347100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[687].Value = ((int)(T0347100.Value)); + if ((T0350701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[525].Value = ((int)(T0350701.Value)); } else { - this.Adapter.InsertCommand.Parameters[687].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[525].Value = global::System.DBNull.Value; } - if ((T0347200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[688].Value = ((int)(T0347200.Value)); + if ((T0350800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[526].Value = ((int)(T0350800.Value)); } else { - this.Adapter.InsertCommand.Parameters[688].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[526].Value = global::System.DBNull.Value; } - if ((T0347300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[689].Value = ((int)(T0347300.Value)); + if ((T0350801.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[527].Value = ((int)(T0350801.Value)); } else { - this.Adapter.InsertCommand.Parameters[689].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[527].Value = global::System.DBNull.Value; } - if ((T0347400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[690].Value = ((int)(T0347400.Value)); + if ((T0350900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[528].Value = ((int)(T0350900.Value)); } else { - this.Adapter.InsertCommand.Parameters[690].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[528].Value = global::System.DBNull.Value; } - if ((T0347500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[691].Value = ((int)(T0347500.Value)); + if ((T0350901.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[529].Value = ((int)(T0350901.Value)); } else { - this.Adapter.InsertCommand.Parameters[691].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[529].Value = global::System.DBNull.Value; } - if ((T0347600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[692].Value = ((int)(T0347600.Value)); + if ((T0351000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[530].Value = ((int)(T0351000.Value)); } else { - this.Adapter.InsertCommand.Parameters[692].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[530].Value = global::System.DBNull.Value; } - if ((T0347700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[693].Value = ((int)(T0347700.Value)); + if ((T0351001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[531].Value = ((int)(T0351001.Value)); } else { - this.Adapter.InsertCommand.Parameters[693].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[531].Value = global::System.DBNull.Value; } - if ((T0347800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[694].Value = ((int)(T0347800.Value)); + if ((T0351900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[532].Value = ((int)(T0351900.Value)); } else { - this.Adapter.InsertCommand.Parameters[694].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[532].Value = global::System.DBNull.Value; } - if ((T0347900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[695].Value = ((int)(T0347900.Value)); + if ((T0352000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[533].Value = ((int)(T0352000.Value)); } else { - this.Adapter.InsertCommand.Parameters[695].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[533].Value = global::System.DBNull.Value; } - if ((T0348000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[696].Value = ((int)(T0348000.Value)); + if ((T0352100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[534].Value = ((int)(T0352100.Value)); } else { - this.Adapter.InsertCommand.Parameters[696].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[534].Value = global::System.DBNull.Value; } - if ((T0348100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[697].Value = ((int)(T0348100.Value)); + if ((T0352200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[535].Value = ((int)(T0352200.Value)); } else { - this.Adapter.InsertCommand.Parameters[697].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[535].Value = global::System.DBNull.Value; } - if ((T0348200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[698].Value = ((int)(T0348200.Value)); + if ((T0352300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[536].Value = ((int)(T0352300.Value)); } else { - this.Adapter.InsertCommand.Parameters[698].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[536].Value = global::System.DBNull.Value; } - if ((T0348300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[699].Value = ((int)(T0348300.Value)); + if ((T0352400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[537].Value = ((int)(T0352400.Value)); } else { - this.Adapter.InsertCommand.Parameters[699].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[537].Value = global::System.DBNull.Value; } - if ((T0348400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[700].Value = ((int)(T0348400.Value)); + if ((T0352500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[538].Value = ((int)(T0352500.Value)); } else { - this.Adapter.InsertCommand.Parameters[700].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[538].Value = global::System.DBNull.Value; } - if ((T0348500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[701].Value = ((int)(T0348500.Value)); + if ((T0352600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[539].Value = ((int)(T0352600.Value)); } else { - this.Adapter.InsertCommand.Parameters[701].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[539].Value = global::System.DBNull.Value; } - if ((T0348600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[702].Value = ((int)(T0348600.Value)); + if ((T0352700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[540].Value = ((int)(T0352700.Value)); } else { - this.Adapter.InsertCommand.Parameters[702].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[540].Value = global::System.DBNull.Value; } - if ((T0348700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[703].Value = ((int)(T0348700.Value)); + if ((T0352800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[541].Value = ((int)(T0352800.Value)); } else { - this.Adapter.InsertCommand.Parameters[703].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[541].Value = global::System.DBNull.Value; } - if ((T0348800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[704].Value = ((int)(T0348800.Value)); + if ((T0352900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[542].Value = ((int)(T0352900.Value)); } else { - this.Adapter.InsertCommand.Parameters[704].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[542].Value = global::System.DBNull.Value; } - if ((T0348900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[705].Value = ((int)(T0348900.Value)); + if ((T0597800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[543].Value = ((int)(T0597800.Value)); } else { - this.Adapter.InsertCommand.Parameters[705].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[543].Value = global::System.DBNull.Value; } - if ((T0349000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[706].Value = ((int)(T0349000.Value)); + if ((T0597900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[544].Value = ((int)(T0597900.Value)); } else { - this.Adapter.InsertCommand.Parameters[706].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[544].Value = global::System.DBNull.Value; } - if ((T0349100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[707].Value = ((int)(T0349100.Value)); + if ((T0598000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[545].Value = ((int)(T0598000.Value)); } else { - this.Adapter.InsertCommand.Parameters[707].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[545].Value = global::System.DBNull.Value; } - if ((T0349200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[708].Value = ((int)(T0349200.Value)); + if ((T0598100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[546].Value = ((int)(T0598100.Value)); } else { - this.Adapter.InsertCommand.Parameters[708].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[546].Value = global::System.DBNull.Value; } - if ((T0349300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[709].Value = ((int)(T0349300.Value)); + if ((T0598200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[547].Value = ((int)(T0598200.Value)); } else { - this.Adapter.InsertCommand.Parameters[709].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[547].Value = global::System.DBNull.Value; } - if ((T0349400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[710].Value = ((int)(T0349400.Value)); + if ((T0598300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[548].Value = ((int)(T0598300.Value)); } else { - this.Adapter.InsertCommand.Parameters[710].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[548].Value = global::System.DBNull.Value; } - if ((T0349500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[711].Value = ((int)(T0349500.Value)); + if ((T0598400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[549].Value = ((int)(T0598400.Value)); } else { - this.Adapter.InsertCommand.Parameters[711].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[549].Value = global::System.DBNull.Value; } - if ((T0349600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[712].Value = ((int)(T0349600.Value)); + if ((T1495200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[550].Value = ((int)(T1495200.Value)); } else { - this.Adapter.InsertCommand.Parameters[712].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[550].Value = global::System.DBNull.Value; } - if ((T0349700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[713].Value = ((int)(T0349700.Value)); + if ((T1495300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[551].Value = ((int)(T1495300.Value)); } else { - this.Adapter.InsertCommand.Parameters[713].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[551].Value = global::System.DBNull.Value; } - if ((T0349800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[714].Value = ((int)(T0349800.Value)); + if ((T1495400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[552].Value = ((int)(T1495400.Value)); } else { - this.Adapter.InsertCommand.Parameters[714].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[552].Value = global::System.DBNull.Value; } - if ((T0349900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[715].Value = ((int)(T0349900.Value)); + if ((T1495500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[553].Value = ((int)(T1495500.Value)); } else { - this.Adapter.InsertCommand.Parameters[715].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[553].Value = global::System.DBNull.Value; } - if ((T0350000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[716].Value = ((int)(T0350000.Value)); + if ((T1495600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[554].Value = ((int)(T1495600.Value)); } else { - this.Adapter.InsertCommand.Parameters[716].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[554].Value = global::System.DBNull.Value; } - if ((T0350100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[717].Value = ((int)(T0350100.Value)); + if ((T1495700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[555].Value = ((int)(T1495700.Value)); } else { - this.Adapter.InsertCommand.Parameters[717].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[555].Value = global::System.DBNull.Value; } - if ((T0350101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[718].Value = ((int)(T0350101.Value)); + if ((T1495800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[556].Value = ((int)(T1495800.Value)); } else { - this.Adapter.InsertCommand.Parameters[718].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[556].Value = global::System.DBNull.Value; } - if ((T0350200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[719].Value = ((int)(T0350200.Value)); + if ((T1495900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[557].Value = ((int)(T1495900.Value)); } else { - this.Adapter.InsertCommand.Parameters[719].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[557].Value = global::System.DBNull.Value; } - if ((T0350201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[720].Value = ((int)(T0350201.Value)); + if ((T1496000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[558].Value = ((int)(T1496000.Value)); } else { - this.Adapter.InsertCommand.Parameters[720].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[558].Value = global::System.DBNull.Value; } - if ((T0350300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[721].Value = ((int)(T0350300.Value)); + if ((T1496100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[559].Value = ((int)(T1496100.Value)); } else { - this.Adapter.InsertCommand.Parameters[721].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[559].Value = global::System.DBNull.Value; } - if ((T0350301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[722].Value = ((int)(T0350301.Value)); + if ((T1496200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[560].Value = ((int)(T1496200.Value)); } else { - this.Adapter.InsertCommand.Parameters[722].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[560].Value = global::System.DBNull.Value; } - if ((T0350400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[723].Value = ((int)(T0350400.Value)); + if ((T1496300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[561].Value = ((int)(T1496300.Value)); } else { - this.Adapter.InsertCommand.Parameters[723].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[561].Value = global::System.DBNull.Value; } - if ((T0350401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[724].Value = ((int)(T0350401.Value)); + if ((T1496400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[562].Value = ((int)(T1496400.Value)); } else { - this.Adapter.InsertCommand.Parameters[724].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[562].Value = global::System.DBNull.Value; } - if ((T0350500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[725].Value = ((int)(T0350500.Value)); + if ((T1496500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[563].Value = ((int)(T1496500.Value)); } else { - this.Adapter.InsertCommand.Parameters[725].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[563].Value = global::System.DBNull.Value; } - if ((T0350501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[726].Value = ((int)(T0350501.Value)); + if ((T1496600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[564].Value = ((int)(T1496600.Value)); } else { - this.Adapter.InsertCommand.Parameters[726].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[564].Value = global::System.DBNull.Value; } - if ((T0350600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[727].Value = ((int)(T0350600.Value)); + if ((T1496700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[565].Value = ((int)(T1496700.Value)); } else { - this.Adapter.InsertCommand.Parameters[727].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[565].Value = global::System.DBNull.Value; } - if ((T0350601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[728].Value = ((int)(T0350601.Value)); + if ((T1496800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[566].Value = ((int)(T1496800.Value)); } else { - this.Adapter.InsertCommand.Parameters[728].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[566].Value = global::System.DBNull.Value; } - if ((T0350700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[729].Value = ((int)(T0350700.Value)); + if ((T1496900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[567].Value = ((int)(T1496900.Value)); } else { - this.Adapter.InsertCommand.Parameters[729].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[567].Value = global::System.DBNull.Value; } - if ((T0350701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[730].Value = ((int)(T0350701.Value)); + if ((T1497000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[568].Value = ((int)(T1497000.Value)); } else { - this.Adapter.InsertCommand.Parameters[730].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[568].Value = global::System.DBNull.Value; } - if ((T0350800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[731].Value = ((int)(T0350800.Value)); + if ((T1497100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[569].Value = ((int)(T1497100.Value)); } else { - this.Adapter.InsertCommand.Parameters[731].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[569].Value = global::System.DBNull.Value; } - if ((T0350801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[732].Value = ((int)(T0350801.Value)); + if ((T1497200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[570].Value = ((int)(T1497200.Value)); } else { - this.Adapter.InsertCommand.Parameters[732].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[570].Value = global::System.DBNull.Value; } - if ((T0350900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[733].Value = ((int)(T0350900.Value)); + if ((T1498400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[571].Value = ((int)(T1498400.Value)); } else { - this.Adapter.InsertCommand.Parameters[733].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[571].Value = global::System.DBNull.Value; } - if ((T0350901.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[734].Value = ((int)(T0350901.Value)); + if ((T1498500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[572].Value = ((int)(T1498500.Value)); } else { - this.Adapter.InsertCommand.Parameters[734].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[572].Value = global::System.DBNull.Value; } - if ((T0351000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[735].Value = ((int)(T0351000.Value)); + if ((T1498600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[573].Value = ((int)(T1498600.Value)); } else { - this.Adapter.InsertCommand.Parameters[735].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[573].Value = global::System.DBNull.Value; } - if ((T0351001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[736].Value = ((int)(T0351001.Value)); + if ((T1498700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[574].Value = ((int)(T1498700.Value)); } else { - this.Adapter.InsertCommand.Parameters[736].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[574].Value = global::System.DBNull.Value; } - if ((T0351100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[737].Value = ((int)(T0351100.Value)); + if ((T1498800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[575].Value = ((int)(T1498800.Value)); } else { - this.Adapter.InsertCommand.Parameters[737].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[575].Value = global::System.DBNull.Value; } - if ((T0351101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[738].Value = ((int)(T0351101.Value)); + if ((T1498900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[576].Value = ((int)(T1498900.Value)); } else { - this.Adapter.InsertCommand.Parameters[738].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[576].Value = global::System.DBNull.Value; } - if ((T0351200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[739].Value = ((int)(T0351200.Value)); + if ((T1499000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[577].Value = ((int)(T1499000.Value)); } else { - this.Adapter.InsertCommand.Parameters[739].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[577].Value = global::System.DBNull.Value; } - if ((T0351201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[740].Value = ((int)(T0351201.Value)); + if ((T1499100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[578].Value = ((int)(T1499100.Value)); } else { - this.Adapter.InsertCommand.Parameters[740].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[578].Value = global::System.DBNull.Value; } - if ((T0351300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[741].Value = ((int)(T0351300.Value)); + if ((T1499200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[579].Value = ((int)(T1499200.Value)); } else { - this.Adapter.InsertCommand.Parameters[741].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[579].Value = global::System.DBNull.Value; } - if ((T0351301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[742].Value = ((int)(T0351301.Value)); + if ((T1499300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[580].Value = ((int)(T1499300.Value)); } else { - this.Adapter.InsertCommand.Parameters[742].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[580].Value = global::System.DBNull.Value; } - if ((T0351400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[743].Value = ((int)(T0351400.Value)); + if ((T1499400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[581].Value = ((int)(T1499400.Value)); } else { - this.Adapter.InsertCommand.Parameters[743].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[581].Value = global::System.DBNull.Value; } - if ((T0351401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[744].Value = ((int)(T0351401.Value)); + if ((T1499500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[582].Value = ((int)(T1499500.Value)); } else { - this.Adapter.InsertCommand.Parameters[744].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[582].Value = global::System.DBNull.Value; } - if ((T0351500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[745].Value = ((int)(T0351500.Value)); + if ((T1499501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[583].Value = ((int)(T1499501.Value)); } else { - this.Adapter.InsertCommand.Parameters[745].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[583].Value = global::System.DBNull.Value; } - if ((T0351501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[746].Value = ((int)(T0351501.Value)); + if ((T1499600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[584].Value = ((int)(T1499600.Value)); } else { - this.Adapter.InsertCommand.Parameters[746].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[584].Value = global::System.DBNull.Value; } - if ((T0351600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[747].Value = ((int)(T0351600.Value)); + if ((T1499601.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[585].Value = ((int)(T1499601.Value)); } else { - this.Adapter.InsertCommand.Parameters[747].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[585].Value = global::System.DBNull.Value; } - if ((T0351601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[748].Value = ((int)(T0351601.Value)); + if ((T1499700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[586].Value = ((int)(T1499700.Value)); } else { - this.Adapter.InsertCommand.Parameters[748].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[586].Value = global::System.DBNull.Value; } - if ((T0351700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[749].Value = ((int)(T0351700.Value)); + if ((T1499701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[587].Value = ((int)(T1499701.Value)); } else { - this.Adapter.InsertCommand.Parameters[749].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[587].Value = global::System.DBNull.Value; } - if ((T0351701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[750].Value = ((int)(T0351701.Value)); + if ((T1499800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[588].Value = ((int)(T1499800.Value)); } else { - this.Adapter.InsertCommand.Parameters[750].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[588].Value = global::System.DBNull.Value; } - if ((T0351800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[751].Value = ((int)(T0351800.Value)); + if ((T1499801.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[589].Value = ((int)(T1499801.Value)); } else { - this.Adapter.InsertCommand.Parameters[751].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[589].Value = global::System.DBNull.Value; } - if ((T0351801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[752].Value = ((int)(T0351801.Value)); + if ((T1499900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[590].Value = ((int)(T1499900.Value)); } else { - this.Adapter.InsertCommand.Parameters[752].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[590].Value = global::System.DBNull.Value; } - if ((T0351900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[753].Value = ((int)(T0351900.Value)); + if ((T1499901.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[591].Value = ((int)(T1499901.Value)); } else { - this.Adapter.InsertCommand.Parameters[753].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[591].Value = global::System.DBNull.Value; } - if ((T0352000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[754].Value = ((int)(T0352000.Value)); + if ((T1500000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[592].Value = ((int)(T1500000.Value)); } else { - this.Adapter.InsertCommand.Parameters[754].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[592].Value = global::System.DBNull.Value; } - if ((T0352100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[755].Value = ((int)(T0352100.Value)); + if ((T1500001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[593].Value = ((int)(T1500001.Value)); } else { - this.Adapter.InsertCommand.Parameters[755].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[593].Value = global::System.DBNull.Value; } - if ((T0352200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[756].Value = ((int)(T0352200.Value)); + if ((T1500100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[594].Value = ((int)(T1500100.Value)); } else { - this.Adapter.InsertCommand.Parameters[756].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[594].Value = global::System.DBNull.Value; } - if ((T0352300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[757].Value = ((int)(T0352300.Value)); + if ((T1500101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[595].Value = ((int)(T1500101.Value)); } else { - this.Adapter.InsertCommand.Parameters[757].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[595].Value = global::System.DBNull.Value; } - if ((T0352400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[758].Value = ((int)(T0352400.Value)); + if ((T1500200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[596].Value = ((int)(T1500200.Value)); } else { - this.Adapter.InsertCommand.Parameters[758].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[596].Value = global::System.DBNull.Value; } - if ((T0352500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[759].Value = ((int)(T0352500.Value)); + if ((T1500201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[597].Value = ((int)(T1500201.Value)); } else { - this.Adapter.InsertCommand.Parameters[759].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[597].Value = global::System.DBNull.Value; } - if ((T0352600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[760].Value = ((int)(T0352600.Value)); + if ((T1500300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[598].Value = ((int)(T1500300.Value)); } else { - this.Adapter.InsertCommand.Parameters[760].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[598].Value = global::System.DBNull.Value; } - if ((T0352700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[761].Value = ((int)(T0352700.Value)); + if ((T1500301.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[599].Value = ((int)(T1500301.Value)); } else { - this.Adapter.InsertCommand.Parameters[761].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[599].Value = global::System.DBNull.Value; } - if ((T0352800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[762].Value = ((int)(T0352800.Value)); + if ((T1500400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[600].Value = ((int)(T1500400.Value)); } else { - this.Adapter.InsertCommand.Parameters[762].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[600].Value = global::System.DBNull.Value; } - if ((T0352900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[763].Value = ((int)(T0352900.Value)); + if ((T1500401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[601].Value = ((int)(T1500401.Value)); } else { - this.Adapter.InsertCommand.Parameters[763].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[601].Value = global::System.DBNull.Value; } - if ((T0597800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[764].Value = ((int)(T0597800.Value)); + if ((T1501100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[602].Value = ((int)(T1501100.Value)); } else { - this.Adapter.InsertCommand.Parameters[764].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[602].Value = global::System.DBNull.Value; } - if ((T0597900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[765].Value = ((int)(T0597900.Value)); + if ((T1501200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[603].Value = ((int)(T1501200.Value)); } else { - this.Adapter.InsertCommand.Parameters[765].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[603].Value = global::System.DBNull.Value; } - if ((T0598000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[766].Value = ((int)(T0598000.Value)); + if ((T1501300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[604].Value = ((int)(T1501300.Value)); } else { - this.Adapter.InsertCommand.Parameters[766].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[604].Value = global::System.DBNull.Value; } - if ((T0598100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[767].Value = ((int)(T0598100.Value)); + if ((T1501400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[605].Value = ((int)(T1501400.Value)); } else { - this.Adapter.InsertCommand.Parameters[767].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[605].Value = global::System.DBNull.Value; } - if ((T0598200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[768].Value = ((int)(T0598200.Value)); + if ((T1501500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[606].Value = ((int)(T1501500.Value)); } else { - this.Adapter.InsertCommand.Parameters[768].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[606].Value = global::System.DBNull.Value; } - if ((T0598300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[769].Value = ((int)(T0598300.Value)); + if ((T1501600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[607].Value = ((int)(T1501600.Value)); } else { - this.Adapter.InsertCommand.Parameters[769].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[607].Value = global::System.DBNull.Value; } - if ((T0598400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[770].Value = ((int)(T0598400.Value)); + if ((T1501700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[608].Value = ((int)(T1501700.Value)); } else { - this.Adapter.InsertCommand.Parameters[770].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[608].Value = global::System.DBNull.Value; } - if ((T1495200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[771].Value = ((int)(T1495200.Value)); + if ((T1501800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[609].Value = ((int)(T1501800.Value)); } else { - this.Adapter.InsertCommand.Parameters[771].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[609].Value = global::System.DBNull.Value; } - if ((T1495300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[772].Value = ((int)(T1495300.Value)); + if ((T1501900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[610].Value = ((int)(T1501900.Value)); } else { - this.Adapter.InsertCommand.Parameters[772].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[610].Value = global::System.DBNull.Value; } - if ((T1495400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[773].Value = ((int)(T1495400.Value)); + if ((T1502000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[611].Value = ((int)(T1502000.Value)); } else { - this.Adapter.InsertCommand.Parameters[773].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[611].Value = global::System.DBNull.Value; } - if ((T1495500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[774].Value = ((int)(T1495500.Value)); + if ((T1502100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[612].Value = ((int)(T1502100.Value)); } else { - this.Adapter.InsertCommand.Parameters[774].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[612].Value = global::System.DBNull.Value; } - if ((T1495600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[775].Value = ((int)(T1495600.Value)); + if ((T1765100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[613].Value = ((int)(T1765100.Value)); } else { - this.Adapter.InsertCommand.Parameters[775].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[613].Value = global::System.DBNull.Value; } - if ((T1495700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[776].Value = ((int)(T1495700.Value)); + if ((T1765200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[614].Value = ((int)(T1765200.Value)); } else { - this.Adapter.InsertCommand.Parameters[776].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[614].Value = global::System.DBNull.Value; } - if ((T1495800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[777].Value = ((int)(T1495800.Value)); + if ((T1765300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[615].Value = ((int)(T1765300.Value)); } else { - this.Adapter.InsertCommand.Parameters[777].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[615].Value = global::System.DBNull.Value; } - if ((T1495900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[778].Value = ((int)(T1495900.Value)); + if ((T1765400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[616].Value = ((int)(T1765400.Value)); } else { - this.Adapter.InsertCommand.Parameters[778].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[616].Value = global::System.DBNull.Value; } - if ((T1496000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[779].Value = ((int)(T1496000.Value)); + if ((T1765500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[617].Value = ((int)(T1765500.Value)); } else { - this.Adapter.InsertCommand.Parameters[779].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[617].Value = global::System.DBNull.Value; } - if ((T1496100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[780].Value = ((int)(T1496100.Value)); + if ((T1765600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[618].Value = ((int)(T1765600.Value)); } else { - this.Adapter.InsertCommand.Parameters[780].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[618].Value = global::System.DBNull.Value; } - if ((T1496200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[781].Value = ((int)(T1496200.Value)); + if ((T1765700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[619].Value = ((int)(T1765700.Value)); } else { - this.Adapter.InsertCommand.Parameters[781].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[619].Value = global::System.DBNull.Value; } - if ((T1496300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[782].Value = ((int)(T1496300.Value)); + if ((T2541200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[620].Value = ((int)(T2541200.Value)); } else { - this.Adapter.InsertCommand.Parameters[782].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[620].Value = global::System.DBNull.Value; } - if ((T1496400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[783].Value = ((int)(T1496400.Value)); + if ((T2541300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[621].Value = ((int)(T2541300.Value)); } else { - this.Adapter.InsertCommand.Parameters[783].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[621].Value = global::System.DBNull.Value; } - if ((T1496500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[784].Value = ((int)(T1496500.Value)); + if ((T2541400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[622].Value = ((int)(T2541400.Value)); } else { - this.Adapter.InsertCommand.Parameters[784].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[622].Value = global::System.DBNull.Value; } - if ((T1496600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[785].Value = ((int)(T1496600.Value)); + if ((T2541500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[623].Value = ((int)(T2541500.Value)); } else { - this.Adapter.InsertCommand.Parameters[785].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[623].Value = global::System.DBNull.Value; } - if ((T1496700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[786].Value = ((int)(T1496700.Value)); + if ((T2541600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[624].Value = ((int)(T2541600.Value)); } else { - this.Adapter.InsertCommand.Parameters[786].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[624].Value = global::System.DBNull.Value; } - if ((T1496800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[787].Value = ((int)(T1496800.Value)); + if ((T2541700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[625].Value = ((int)(T2541700.Value)); } else { - this.Adapter.InsertCommand.Parameters[787].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[625].Value = global::System.DBNull.Value; } - if ((T1496900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[788].Value = ((int)(T1496900.Value)); + if ((T2541800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[626].Value = ((int)(T2541800.Value)); } else { - this.Adapter.InsertCommand.Parameters[788].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[626].Value = global::System.DBNull.Value; } - if ((T1497000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[789].Value = ((int)(T1497000.Value)); + if ((T2541900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[627].Value = ((int)(T2541900.Value)); } else { - this.Adapter.InsertCommand.Parameters[789].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[627].Value = global::System.DBNull.Value; } - if ((T1497100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[790].Value = ((int)(T1497100.Value)); + if ((T2542000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[628].Value = ((int)(T2542000.Value)); } else { - this.Adapter.InsertCommand.Parameters[790].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[628].Value = global::System.DBNull.Value; } - if ((T1497200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[791].Value = ((int)(T1497200.Value)); + if ((T2542100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[629].Value = ((int)(T2542100.Value)); } else { - this.Adapter.InsertCommand.Parameters[791].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[629].Value = global::System.DBNull.Value; } - if ((T1497300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[792].Value = ((int)(T1497300.Value)); + if ((T2542200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[630].Value = ((int)(T2542200.Value)); } else { - this.Adapter.InsertCommand.Parameters[792].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[630].Value = global::System.DBNull.Value; } - if ((T1497400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[793].Value = ((int)(T1497400.Value)); + if ((T2542300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[631].Value = ((int)(T2542300.Value)); } else { - this.Adapter.InsertCommand.Parameters[793].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[631].Value = global::System.DBNull.Value; } - if ((T1497500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[794].Value = ((int)(T1497500.Value)); + if ((T2542400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[632].Value = ((int)(T2542400.Value)); } else { - this.Adapter.InsertCommand.Parameters[794].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[632].Value = global::System.DBNull.Value; } - if ((T1497600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[795].Value = ((int)(T1497600.Value)); + if ((T2542500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[633].Value = ((int)(T2542500.Value)); } else { - this.Adapter.InsertCommand.Parameters[795].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[633].Value = global::System.DBNull.Value; } - if ((T1497700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[796].Value = ((int)(T1497700.Value)); + if ((T2542600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[634].Value = ((int)(T2542600.Value)); } else { - this.Adapter.InsertCommand.Parameters[796].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[634].Value = global::System.DBNull.Value; } - if ((T1497800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[797].Value = ((int)(T1497800.Value)); + if ((T2542700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[635].Value = ((int)(T2542700.Value)); } else { - this.Adapter.InsertCommand.Parameters[797].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[635].Value = global::System.DBNull.Value; } - if ((T1497900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[798].Value = ((int)(T1497900.Value)); + if ((T2542800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[636].Value = ((int)(T2542800.Value)); } else { - this.Adapter.InsertCommand.Parameters[798].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[636].Value = global::System.DBNull.Value; } - if ((T1498000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[799].Value = ((int)(T1498000.Value)); + if ((T2542900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[637].Value = ((int)(T2542900.Value)); } else { - this.Adapter.InsertCommand.Parameters[799].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[637].Value = global::System.DBNull.Value; } - if ((T1498100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[800].Value = ((int)(T1498100.Value)); + if ((T2543000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[638].Value = ((int)(T2543000.Value)); } else { - this.Adapter.InsertCommand.Parameters[800].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[638].Value = global::System.DBNull.Value; } - if ((T1498200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[801].Value = ((int)(T1498200.Value)); + if ((T2543100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[639].Value = ((int)(T2543100.Value)); } else { - this.Adapter.InsertCommand.Parameters[801].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[639].Value = global::System.DBNull.Value; } - if ((T1498300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[802].Value = ((int)(T1498300.Value)); + if ((T2544200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[640].Value = ((int)(T2544200.Value)); } else { - this.Adapter.InsertCommand.Parameters[802].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[640].Value = global::System.DBNull.Value; } - if ((T1498400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[803].Value = ((int)(T1498400.Value)); + if ((T2544300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[641].Value = ((int)(T2544300.Value)); } else { - this.Adapter.InsertCommand.Parameters[803].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[641].Value = global::System.DBNull.Value; } - if ((T1498500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[804].Value = ((int)(T1498500.Value)); + if ((T2544400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[642].Value = ((int)(T2544400.Value)); } else { - this.Adapter.InsertCommand.Parameters[804].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[642].Value = global::System.DBNull.Value; } - if ((T1498600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[805].Value = ((int)(T1498600.Value)); + if ((T2544500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[643].Value = ((int)(T2544500.Value)); } else { - this.Adapter.InsertCommand.Parameters[805].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[643].Value = global::System.DBNull.Value; } - if ((T1498700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[806].Value = ((int)(T1498700.Value)); + if ((T2544600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[644].Value = ((int)(T2544600.Value)); } else { - this.Adapter.InsertCommand.Parameters[806].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[644].Value = global::System.DBNull.Value; } - if ((T1498800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[807].Value = ((int)(T1498800.Value)); + if ((T2544700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[645].Value = ((int)(T2544700.Value)); } else { - this.Adapter.InsertCommand.Parameters[807].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[645].Value = global::System.DBNull.Value; } - if ((T1498900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[808].Value = ((int)(T1498900.Value)); + if ((T2544800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[646].Value = ((int)(T2544800.Value)); } else { - this.Adapter.InsertCommand.Parameters[808].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[646].Value = global::System.DBNull.Value; } - if ((T1499000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[809].Value = ((int)(T1499000.Value)); + if ((T2544900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[647].Value = ((int)(T2544900.Value)); } else { - this.Adapter.InsertCommand.Parameters[809].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[647].Value = global::System.DBNull.Value; } - if ((T1499100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[810].Value = ((int)(T1499100.Value)); + if ((T2545000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[648].Value = ((int)(T2545000.Value)); } else { - this.Adapter.InsertCommand.Parameters[810].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[648].Value = global::System.DBNull.Value; } - if ((T1499200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[811].Value = ((int)(T1499200.Value)); + if ((T2545100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[649].Value = ((int)(T2545100.Value)); } else { - this.Adapter.InsertCommand.Parameters[811].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[649].Value = global::System.DBNull.Value; } - if ((T1499300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[812].Value = ((int)(T1499300.Value)); + if ((T2545200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[650].Value = ((int)(T2545200.Value)); } else { - this.Adapter.InsertCommand.Parameters[812].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[650].Value = global::System.DBNull.Value; } - if ((T1499400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[813].Value = ((int)(T1499400.Value)); + if ((T2545201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[651].Value = ((int)(T2545201.Value)); } else { - this.Adapter.InsertCommand.Parameters[813].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[651].Value = global::System.DBNull.Value; } - if ((T1499500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[814].Value = ((int)(T1499500.Value)); + if ((T2545300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[652].Value = ((int)(T2545300.Value)); } else { - this.Adapter.InsertCommand.Parameters[814].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[652].Value = global::System.DBNull.Value; } - if ((T1499501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[815].Value = ((int)(T1499501.Value)); + if ((T2545301.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[653].Value = ((int)(T2545301.Value)); } else { - this.Adapter.InsertCommand.Parameters[815].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[653].Value = global::System.DBNull.Value; } - if ((T1499600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[816].Value = ((int)(T1499600.Value)); + if ((T2545400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[654].Value = ((int)(T2545400.Value)); } else { - this.Adapter.InsertCommand.Parameters[816].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[654].Value = global::System.DBNull.Value; } - if ((T1499601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[817].Value = ((int)(T1499601.Value)); + if ((T2545401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[655].Value = ((int)(T2545401.Value)); } else { - this.Adapter.InsertCommand.Parameters[817].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[655].Value = global::System.DBNull.Value; } - if ((T1499700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[818].Value = ((int)(T1499700.Value)); + if ((T2545500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[656].Value = ((int)(T2545500.Value)); } else { - this.Adapter.InsertCommand.Parameters[818].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[656].Value = global::System.DBNull.Value; } - if ((T1499701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[819].Value = ((int)(T1499701.Value)); + if ((T2545501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[657].Value = ((int)(T2545501.Value)); } else { - this.Adapter.InsertCommand.Parameters[819].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[657].Value = global::System.DBNull.Value; } - if ((T1499800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[820].Value = ((int)(T1499800.Value)); + if ((T2545600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[658].Value = ((int)(T2545600.Value)); } else { - this.Adapter.InsertCommand.Parameters[820].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[658].Value = global::System.DBNull.Value; } - if ((T1499801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[821].Value = ((int)(T1499801.Value)); + if ((T2545601.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[659].Value = ((int)(T2545601.Value)); } else { - this.Adapter.InsertCommand.Parameters[821].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[659].Value = global::System.DBNull.Value; } - if ((T1499900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[822].Value = ((int)(T1499900.Value)); + if ((T2545700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[660].Value = ((int)(T2545700.Value)); } else { - this.Adapter.InsertCommand.Parameters[822].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[660].Value = global::System.DBNull.Value; } - if ((T1499901.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[823].Value = ((int)(T1499901.Value)); + if ((T2545701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[661].Value = ((int)(T2545701.Value)); } else { - this.Adapter.InsertCommand.Parameters[823].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[661].Value = global::System.DBNull.Value; } - if ((T1500000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[824].Value = ((int)(T1500000.Value)); + if ((T2545800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[662].Value = ((int)(T2545800.Value)); } else { - this.Adapter.InsertCommand.Parameters[824].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[662].Value = global::System.DBNull.Value; } - if ((T1500001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[825].Value = ((int)(T1500001.Value)); + if ((T2545801.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[663].Value = ((int)(T2545801.Value)); } else { - this.Adapter.InsertCommand.Parameters[825].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[663].Value = global::System.DBNull.Value; } - if ((T1500100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[826].Value = ((int)(T1500100.Value)); + if ((T2545900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[664].Value = ((int)(T2545900.Value)); } else { - this.Adapter.InsertCommand.Parameters[826].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[664].Value = global::System.DBNull.Value; } - if ((T1500101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[827].Value = ((int)(T1500101.Value)); + if ((T2545901.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[665].Value = ((int)(T2545901.Value)); } else { - this.Adapter.InsertCommand.Parameters[827].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[665].Value = global::System.DBNull.Value; } - if ((T1500200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[828].Value = ((int)(T1500200.Value)); + if ((T2546000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[666].Value = ((int)(T2546000.Value)); } else { - this.Adapter.InsertCommand.Parameters[828].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[666].Value = global::System.DBNull.Value; } - if ((T1500201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[829].Value = ((int)(T1500201.Value)); + if ((T2546001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[667].Value = ((int)(T2546001.Value)); } else { - this.Adapter.InsertCommand.Parameters[829].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[667].Value = global::System.DBNull.Value; } - if ((T1500300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[830].Value = ((int)(T1500300.Value)); + if ((T2546800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[668].Value = ((int)(T2546800.Value)); } else { - this.Adapter.InsertCommand.Parameters[830].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[668].Value = global::System.DBNull.Value; } - if ((T1500301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[831].Value = ((int)(T1500301.Value)); + if ((T2546900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[669].Value = ((int)(T2546900.Value)); } else { - this.Adapter.InsertCommand.Parameters[831].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[669].Value = global::System.DBNull.Value; } - if ((T1500400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[832].Value = ((int)(T1500400.Value)); + if ((T2547000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[670].Value = ((int)(T2547000.Value)); } else { - this.Adapter.InsertCommand.Parameters[832].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[670].Value = global::System.DBNull.Value; } - if ((T1500401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[833].Value = ((int)(T1500401.Value)); + if ((T2547100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[671].Value = ((int)(T2547100.Value)); } else { - this.Adapter.InsertCommand.Parameters[833].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[671].Value = global::System.DBNull.Value; } - if ((T1500500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[834].Value = ((int)(T1500500.Value)); + if ((T2547200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[672].Value = ((int)(T2547200.Value)); } else { - this.Adapter.InsertCommand.Parameters[834].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[672].Value = global::System.DBNull.Value; } - if ((T1500501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[835].Value = ((int)(T1500501.Value)); + if ((T2547300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[673].Value = ((int)(T2547300.Value)); } else { - this.Adapter.InsertCommand.Parameters[835].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[673].Value = global::System.DBNull.Value; } - if ((T1500600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[836].Value = ((int)(T1500600.Value)); + if ((T2547400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[674].Value = ((int)(T2547400.Value)); } else { - this.Adapter.InsertCommand.Parameters[836].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[674].Value = global::System.DBNull.Value; } - if ((T1500601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[837].Value = ((int)(T1500601.Value)); + if ((T2547500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[675].Value = ((int)(T2547500.Value)); } else { - this.Adapter.InsertCommand.Parameters[837].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[675].Value = global::System.DBNull.Value; } - if ((T1500700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[838].Value = ((int)(T1500700.Value)); + if ((T2547600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[676].Value = ((int)(T2547600.Value)); } else { - this.Adapter.InsertCommand.Parameters[838].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[676].Value = global::System.DBNull.Value; } - if ((T1500701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[839].Value = ((int)(T1500701.Value)); + if ((T2547700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[677].Value = ((int)(T2547700.Value)); } else { - this.Adapter.InsertCommand.Parameters[839].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[677].Value = global::System.DBNull.Value; } - if ((T1500800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[840].Value = ((int)(T1500800.Value)); + if ((T2763400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[678].Value = ((int)(T2763400.Value)); } else { - this.Adapter.InsertCommand.Parameters[840].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[678].Value = global::System.DBNull.Value; } - if ((T1500801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[841].Value = ((int)(T1500801.Value)); + if ((T2763500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[679].Value = ((int)(T2763500.Value)); } else { - this.Adapter.InsertCommand.Parameters[841].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[679].Value = global::System.DBNull.Value; } - if ((T1500900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[842].Value = ((int)(T1500900.Value)); + if ((T2763600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[680].Value = ((int)(T2763600.Value)); } else { - this.Adapter.InsertCommand.Parameters[842].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[680].Value = global::System.DBNull.Value; } - if ((T1500901.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[843].Value = ((int)(T1500901.Value)); + if ((T2763700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[681].Value = ((int)(T2763700.Value)); } else { - this.Adapter.InsertCommand.Parameters[843].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[681].Value = global::System.DBNull.Value; } - if ((T1501000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[844].Value = ((int)(T1501000.Value)); + if ((T2763800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[682].Value = ((int)(T2763800.Value)); } else { - this.Adapter.InsertCommand.Parameters[844].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[682].Value = global::System.DBNull.Value; } - if ((T1501001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[845].Value = ((int)(T1501001.Value)); + if ((T2763900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[683].Value = ((int)(T2763900.Value)); } else { - this.Adapter.InsertCommand.Parameters[845].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[683].Value = global::System.DBNull.Value; } - if ((T1501100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[846].Value = ((int)(T1501100.Value)); + if ((T2764000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[684].Value = ((int)(T2764000.Value)); } else { - this.Adapter.InsertCommand.Parameters[846].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[684].Value = global::System.DBNull.Value; } - if ((T1501200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[847].Value = ((int)(T1501200.Value)); + if ((T3527500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[685].Value = ((int)(T3527500.Value)); } else { - this.Adapter.InsertCommand.Parameters[847].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[685].Value = global::System.DBNull.Value; } - if ((T1501300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[848].Value = ((int)(T1501300.Value)); + if ((T3527600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[686].Value = ((int)(T3527600.Value)); } else { - this.Adapter.InsertCommand.Parameters[848].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[686].Value = global::System.DBNull.Value; } - if ((T1501400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[849].Value = ((int)(T1501400.Value)); + if ((T3527700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[687].Value = ((int)(T3527700.Value)); } else { - this.Adapter.InsertCommand.Parameters[849].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[687].Value = global::System.DBNull.Value; } - if ((T1501500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[850].Value = ((int)(T1501500.Value)); + if ((T3527800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[688].Value = ((int)(T3527800.Value)); } else { - this.Adapter.InsertCommand.Parameters[850].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[688].Value = global::System.DBNull.Value; } - if ((T1501600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[851].Value = ((int)(T1501600.Value)); + if ((T3527900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[689].Value = ((int)(T3527900.Value)); } else { - this.Adapter.InsertCommand.Parameters[851].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[689].Value = global::System.DBNull.Value; } - if ((T1501700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[852].Value = ((int)(T1501700.Value)); + if ((T3528000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[690].Value = ((int)(T3528000.Value)); } else { - this.Adapter.InsertCommand.Parameters[852].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[690].Value = global::System.DBNull.Value; } - if ((T1501800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[853].Value = ((int)(T1501800.Value)); + if ((T3528100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[691].Value = ((int)(T3528100.Value)); } else { - this.Adapter.InsertCommand.Parameters[853].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[691].Value = global::System.DBNull.Value; } - if ((T1501900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[854].Value = ((int)(T1501900.Value)); + if ((T3528200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[692].Value = ((int)(T3528200.Value)); } else { - this.Adapter.InsertCommand.Parameters[854].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[692].Value = global::System.DBNull.Value; } - if ((T1502000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[855].Value = ((int)(T1502000.Value)); + if ((T3528300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[693].Value = ((int)(T3528300.Value)); } else { - this.Adapter.InsertCommand.Parameters[855].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[693].Value = global::System.DBNull.Value; } - if ((T1502100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[856].Value = ((int)(T1502100.Value)); + if ((T3528400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[694].Value = ((int)(T3528400.Value)); } else { - this.Adapter.InsertCommand.Parameters[856].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[694].Value = global::System.DBNull.Value; } - if ((T1765100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[857].Value = ((int)(T1765100.Value)); + if ((T3530500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[695].Value = ((int)(T3530500.Value)); } else { - this.Adapter.InsertCommand.Parameters[857].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[695].Value = global::System.DBNull.Value; } - if ((T1765200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[858].Value = ((int)(T1765200.Value)); + if ((T3530600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[696].Value = ((int)(T3530600.Value)); } else { - this.Adapter.InsertCommand.Parameters[858].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[696].Value = global::System.DBNull.Value; } - if ((T1765300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[859].Value = ((int)(T1765300.Value)); + if ((T3530700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[697].Value = ((int)(T3530700.Value)); } else { - this.Adapter.InsertCommand.Parameters[859].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[697].Value = global::System.DBNull.Value; } - if ((T1765400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[860].Value = ((int)(T1765400.Value)); + if ((T3530800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[698].Value = ((int)(T3530800.Value)); } else { - this.Adapter.InsertCommand.Parameters[860].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[698].Value = global::System.DBNull.Value; } - if ((T1765500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[861].Value = ((int)(T1765500.Value)); + if ((T3530900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[699].Value = ((int)(T3530900.Value)); } else { - this.Adapter.InsertCommand.Parameters[861].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[699].Value = global::System.DBNull.Value; } - if ((T1765600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[862].Value = ((int)(T1765600.Value)); + if ((T3531000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[700].Value = ((int)(T3531000.Value)); } else { - this.Adapter.InsertCommand.Parameters[862].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[700].Value = global::System.DBNull.Value; } - if ((T1765700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[863].Value = ((int)(T1765700.Value)); + if ((T3531100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[701].Value = ((int)(T3531100.Value)); } else { - this.Adapter.InsertCommand.Parameters[863].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[701].Value = global::System.DBNull.Value; } - if ((T2541200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[864].Value = ((int)(T2541200.Value)); + if ((T3531200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[702].Value = ((int)(T3531200.Value)); } else { - this.Adapter.InsertCommand.Parameters[864].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[702].Value = global::System.DBNull.Value; } - if ((T2541300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[865].Value = ((int)(T2541300.Value)); + if ((T3531300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[703].Value = ((int)(T3531300.Value)); } else { - this.Adapter.InsertCommand.Parameters[865].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[703].Value = global::System.DBNull.Value; } - if ((T2541400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[866].Value = ((int)(T2541400.Value)); + if ((T3531400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[704].Value = ((int)(T3531400.Value)); } else { - this.Adapter.InsertCommand.Parameters[866].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[704].Value = global::System.DBNull.Value; } - if ((T2541500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[867].Value = ((int)(T2541500.Value)); + if ((T3531500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[705].Value = ((int)(T3531500.Value)); } else { - this.Adapter.InsertCommand.Parameters[867].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[705].Value = global::System.DBNull.Value; } - if ((T2541600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[868].Value = ((int)(T2541600.Value)); + if ((T3531501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[706].Value = ((int)(T3531501.Value)); } else { - this.Adapter.InsertCommand.Parameters[868].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[706].Value = global::System.DBNull.Value; } - if ((T2541700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[869].Value = ((int)(T2541700.Value)); + if ((T3531600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[707].Value = ((int)(T3531600.Value)); } else { - this.Adapter.InsertCommand.Parameters[869].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[707].Value = global::System.DBNull.Value; } - if ((T2541800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[870].Value = ((int)(T2541800.Value)); + if ((T3531601.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[708].Value = ((int)(T3531601.Value)); } else { - this.Adapter.InsertCommand.Parameters[870].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[708].Value = global::System.DBNull.Value; } - if ((T2541900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[871].Value = ((int)(T2541900.Value)); + if ((T3531700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[709].Value = ((int)(T3531700.Value)); } else { - this.Adapter.InsertCommand.Parameters[871].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[709].Value = global::System.DBNull.Value; } - if ((T2542000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[872].Value = ((int)(T2542000.Value)); + if ((T3531701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[710].Value = ((int)(T3531701.Value)); } else { - this.Adapter.InsertCommand.Parameters[872].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[710].Value = global::System.DBNull.Value; } - if ((T2542100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[873].Value = ((int)(T2542100.Value)); + if ((T3531800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[711].Value = ((int)(T3531800.Value)); } else { - this.Adapter.InsertCommand.Parameters[873].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[711].Value = global::System.DBNull.Value; } - if ((T2542200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[874].Value = ((int)(T2542200.Value)); + if ((T3531801.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[712].Value = ((int)(T3531801.Value)); } else { - this.Adapter.InsertCommand.Parameters[874].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[712].Value = global::System.DBNull.Value; } - if ((T2542300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[875].Value = ((int)(T2542300.Value)); + if ((T3531900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[713].Value = ((int)(T3531900.Value)); } else { - this.Adapter.InsertCommand.Parameters[875].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[713].Value = global::System.DBNull.Value; } - if ((T2542400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[876].Value = ((int)(T2542400.Value)); + if ((T3531901.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[714].Value = ((int)(T3531901.Value)); } else { - this.Adapter.InsertCommand.Parameters[876].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[714].Value = global::System.DBNull.Value; } - if ((T2542500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[877].Value = ((int)(T2542500.Value)); + if ((T3532000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[715].Value = ((int)(T3532000.Value)); } else { - this.Adapter.InsertCommand.Parameters[877].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[715].Value = global::System.DBNull.Value; } - if ((T2542600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[878].Value = ((int)(T2542600.Value)); + if ((T3532001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[716].Value = ((int)(T3532001.Value)); } else { - this.Adapter.InsertCommand.Parameters[878].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[716].Value = global::System.DBNull.Value; } - if ((T2542700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[879].Value = ((int)(T2542700.Value)); + if ((T3532100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[717].Value = ((int)(T3532100.Value)); } else { - this.Adapter.InsertCommand.Parameters[879].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[717].Value = global::System.DBNull.Value; } - if ((T2542800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[880].Value = ((int)(T2542800.Value)); + if ((T3532101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[718].Value = ((int)(T3532101.Value)); } else { - this.Adapter.InsertCommand.Parameters[880].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[718].Value = global::System.DBNull.Value; } - if ((T2542900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[881].Value = ((int)(T2542900.Value)); + if ((T3532200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[719].Value = ((int)(T3532200.Value)); } else { - this.Adapter.InsertCommand.Parameters[881].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[719].Value = global::System.DBNull.Value; } - if ((T2543000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[882].Value = ((int)(T2543000.Value)); + if ((T3532201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[720].Value = ((int)(T3532201.Value)); } else { - this.Adapter.InsertCommand.Parameters[882].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[720].Value = global::System.DBNull.Value; } - if ((T2543100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[883].Value = ((int)(T2543100.Value)); + if ((T3532300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[721].Value = ((int)(T3532300.Value)); } else { - this.Adapter.InsertCommand.Parameters[883].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[721].Value = global::System.DBNull.Value; } - if ((T2543200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[884].Value = ((int)(T2543200.Value)); + if ((T3532301.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[722].Value = ((int)(T3532301.Value)); } else { - this.Adapter.InsertCommand.Parameters[884].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[722].Value = global::System.DBNull.Value; } - if ((T2543300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[885].Value = ((int)(T2543300.Value)); + if ((T3532400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[723].Value = ((int)(T3532400.Value)); } else { - this.Adapter.InsertCommand.Parameters[885].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[723].Value = global::System.DBNull.Value; } - if ((T2543400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[886].Value = ((int)(T2543400.Value)); + if ((T3532401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[724].Value = ((int)(T3532401.Value)); } else { - this.Adapter.InsertCommand.Parameters[886].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[724].Value = global::System.DBNull.Value; } - if ((T2543500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[887].Value = ((int)(T2543500.Value)); + if ((T3533200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[725].Value = ((int)(T3533200.Value)); } else { - this.Adapter.InsertCommand.Parameters[887].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[725].Value = global::System.DBNull.Value; } - if ((T2543600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[888].Value = ((int)(T2543600.Value)); + if ((T3533300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[726].Value = ((int)(T3533300.Value)); } else { - this.Adapter.InsertCommand.Parameters[888].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[726].Value = global::System.DBNull.Value; } - if ((T2543700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[889].Value = ((int)(T2543700.Value)); + if ((T3533400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[727].Value = ((int)(T3533400.Value)); } else { - this.Adapter.InsertCommand.Parameters[889].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[727].Value = global::System.DBNull.Value; } - if ((T2543800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[890].Value = ((int)(T2543800.Value)); + if ((T3533500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[728].Value = ((int)(T3533500.Value)); } else { - this.Adapter.InsertCommand.Parameters[890].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[728].Value = global::System.DBNull.Value; } - if ((T2543900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[891].Value = ((int)(T2543900.Value)); + if ((T3533600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[729].Value = ((int)(T3533600.Value)); } else { - this.Adapter.InsertCommand.Parameters[891].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[729].Value = global::System.DBNull.Value; } - if ((T2544000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[892].Value = ((int)(T2544000.Value)); + if ((T3533700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[730].Value = ((int)(T3533700.Value)); } else { - this.Adapter.InsertCommand.Parameters[892].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[730].Value = global::System.DBNull.Value; } - if ((T2544100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[893].Value = ((int)(T2544100.Value)); + if ((T3533800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[731].Value = ((int)(T3533800.Value)); } else { - this.Adapter.InsertCommand.Parameters[893].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[731].Value = global::System.DBNull.Value; } - if ((T2544200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[894].Value = ((int)(T2544200.Value)); + if ((T3533900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[732].Value = ((int)(T3533900.Value)); } else { - this.Adapter.InsertCommand.Parameters[894].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[732].Value = global::System.DBNull.Value; } - if ((T2544300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[895].Value = ((int)(T2544300.Value)); + if ((T3534000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[733].Value = ((int)(T3534000.Value)); } else { - this.Adapter.InsertCommand.Parameters[895].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[733].Value = global::System.DBNull.Value; } - if ((T2544400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[896].Value = ((int)(T2544400.Value)); + if ((T3534100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[734].Value = ((int)(T3534100.Value)); } else { - this.Adapter.InsertCommand.Parameters[896].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[734].Value = global::System.DBNull.Value; } - if ((T2544500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[897].Value = ((int)(T2544500.Value)); + if ((T3729600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[735].Value = ((int)(T3729600.Value)); } else { - this.Adapter.InsertCommand.Parameters[897].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[735].Value = global::System.DBNull.Value; } - if ((T2544600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[898].Value = ((int)(T2544600.Value)); + if ((T3729700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[736].Value = ((int)(T3729700.Value)); } else { - this.Adapter.InsertCommand.Parameters[898].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[736].Value = global::System.DBNull.Value; } - if ((T2544700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[899].Value = ((int)(T2544700.Value)); + if ((T3729800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[737].Value = ((int)(T3729800.Value)); } else { - this.Adapter.InsertCommand.Parameters[899].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[737].Value = global::System.DBNull.Value; } - if ((T2544800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[900].Value = ((int)(T2544800.Value)); + if ((T3729900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[738].Value = ((int)(T3729900.Value)); } else { - this.Adapter.InsertCommand.Parameters[900].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[738].Value = global::System.DBNull.Value; } - if ((T2544900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[901].Value = ((int)(T2544900.Value)); + if ((T3730000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[739].Value = ((int)(T3730000.Value)); } else { - this.Adapter.InsertCommand.Parameters[901].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[739].Value = global::System.DBNull.Value; } - if ((T2545000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[902].Value = ((int)(T2545000.Value)); + if ((T3730100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[740].Value = ((int)(T3730100.Value)); } else { - this.Adapter.InsertCommand.Parameters[902].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[740].Value = global::System.DBNull.Value; } - if ((T2545100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[903].Value = ((int)(T2545100.Value)); + if ((T4496200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[741].Value = ((int)(T4496200.Value)); } else { - this.Adapter.InsertCommand.Parameters[903].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[741].Value = global::System.DBNull.Value; } - if ((T2545200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[904].Value = ((int)(T2545200.Value)); + if ((T4496300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[742].Value = ((int)(T4496300.Value)); } else { - this.Adapter.InsertCommand.Parameters[904].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[742].Value = global::System.DBNull.Value; } - if ((T2545201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[905].Value = ((int)(T2545201.Value)); + if ((T4496400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[743].Value = ((int)(T4496400.Value)); } else { - this.Adapter.InsertCommand.Parameters[905].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[743].Value = global::System.DBNull.Value; } - if ((T2545300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[906].Value = ((int)(T2545300.Value)); + if ((T4496500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[744].Value = ((int)(T4496500.Value)); } else { - this.Adapter.InsertCommand.Parameters[906].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[744].Value = global::System.DBNull.Value; } - if ((T2545301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[907].Value = ((int)(T2545301.Value)); + if ((T4496600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[745].Value = ((int)(T4496600.Value)); } else { - this.Adapter.InsertCommand.Parameters[907].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[745].Value = global::System.DBNull.Value; } - if ((T2545400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[908].Value = ((int)(T2545400.Value)); + if ((T4496700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[746].Value = ((int)(T4496700.Value)); } else { - this.Adapter.InsertCommand.Parameters[908].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[746].Value = global::System.DBNull.Value; } - if ((T2545401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[909].Value = ((int)(T2545401.Value)); + if ((T4496800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[747].Value = ((int)(T4496800.Value)); } else { - this.Adapter.InsertCommand.Parameters[909].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[747].Value = global::System.DBNull.Value; } - if ((T2545500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[910].Value = ((int)(T2545500.Value)); + if ((T4496900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[748].Value = ((int)(T4496900.Value)); } else { - this.Adapter.InsertCommand.Parameters[910].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[748].Value = global::System.DBNull.Value; } - if ((T2545501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[911].Value = ((int)(T2545501.Value)); + if ((T4497000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[749].Value = ((int)(T4497000.Value)); } else { - this.Adapter.InsertCommand.Parameters[911].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[749].Value = global::System.DBNull.Value; } - if ((T2545600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[912].Value = ((int)(T2545600.Value)); + if ((T4497100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[750].Value = ((int)(T4497100.Value)); } else { - this.Adapter.InsertCommand.Parameters[912].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[750].Value = global::System.DBNull.Value; } - if ((T2545601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[913].Value = ((int)(T2545601.Value)); + if ((T4500700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[751].Value = ((int)(T4500700.Value)); } else { - this.Adapter.InsertCommand.Parameters[913].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[751].Value = global::System.DBNull.Value; } - if ((T2545700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[914].Value = ((int)(T2545700.Value)); + if ((T4500800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[752].Value = ((int)(T4500800.Value)); } else { - this.Adapter.InsertCommand.Parameters[914].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[752].Value = global::System.DBNull.Value; } - if ((T2545701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[915].Value = ((int)(T2545701.Value)); + if ((T4500900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[753].Value = ((int)(T4500900.Value)); } else { - this.Adapter.InsertCommand.Parameters[915].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[753].Value = global::System.DBNull.Value; } - if ((T2545800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[916].Value = ((int)(T2545800.Value)); + if ((T4501000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[754].Value = ((int)(T4501000.Value)); } else { - this.Adapter.InsertCommand.Parameters[916].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[754].Value = global::System.DBNull.Value; } - if ((T2545801.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[917].Value = ((int)(T2545801.Value)); + if ((T4501100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[755].Value = ((int)(T4501100.Value)); } else { - this.Adapter.InsertCommand.Parameters[917].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[755].Value = global::System.DBNull.Value; } - if ((T2545900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[918].Value = ((int)(T2545900.Value)); + if ((T4501200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[756].Value = ((int)(T4501200.Value)); } else { - this.Adapter.InsertCommand.Parameters[918].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[756].Value = global::System.DBNull.Value; } - if ((T2545901.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[919].Value = ((int)(T2545901.Value)); + if ((T4501300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[757].Value = ((int)(T4501300.Value)); } else { - this.Adapter.InsertCommand.Parameters[919].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[757].Value = global::System.DBNull.Value; } - if ((T2546000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[920].Value = ((int)(T2546000.Value)); + if ((T4501400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[758].Value = ((int)(T4501400.Value)); } else { - this.Adapter.InsertCommand.Parameters[920].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[758].Value = global::System.DBNull.Value; } - if ((T2546001.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[921].Value = ((int)(T2546001.Value)); + if ((T4501500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[759].Value = ((int)(T4501500.Value)); } else { - this.Adapter.InsertCommand.Parameters[921].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[759].Value = global::System.DBNull.Value; } - if ((T2546100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[922].Value = ((int)(T2546100.Value)); + if ((T4501600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[760].Value = ((int)(T4501600.Value)); } else { - this.Adapter.InsertCommand.Parameters[922].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[760].Value = global::System.DBNull.Value; } - if ((T2546101.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[923].Value = ((int)(T2546101.Value)); + if ((T4501700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[761].Value = ((int)(T4501700.Value)); } else { - this.Adapter.InsertCommand.Parameters[923].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[761].Value = global::System.DBNull.Value; } - if ((T2546200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[924].Value = ((int)(T2546200.Value)); + if ((T4501701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[762].Value = ((int)(T4501701.Value)); } else { - this.Adapter.InsertCommand.Parameters[924].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[762].Value = global::System.DBNull.Value; } - if ((T2546201.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[925].Value = ((int)(T2546201.Value)); + if ((T4501800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[763].Value = ((int)(T4501800.Value)); } else { - this.Adapter.InsertCommand.Parameters[925].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[763].Value = global::System.DBNull.Value; } - if ((T2546300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[926].Value = ((int)(T2546300.Value)); + if ((T4501801.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[764].Value = ((int)(T4501801.Value)); } else { - this.Adapter.InsertCommand.Parameters[926].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[764].Value = global::System.DBNull.Value; } - if ((T2546301.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[927].Value = ((int)(T2546301.Value)); + if ((T4501900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[765].Value = ((int)(T4501900.Value)); } else { - this.Adapter.InsertCommand.Parameters[927].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[765].Value = global::System.DBNull.Value; } - if ((T2546400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[928].Value = ((int)(T2546400.Value)); + if ((T4501901.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[766].Value = ((int)(T4501901.Value)); } else { - this.Adapter.InsertCommand.Parameters[928].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[766].Value = global::System.DBNull.Value; } - if ((T2546401.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[929].Value = ((int)(T2546401.Value)); + if ((T4502000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[767].Value = ((int)(T4502000.Value)); } else { - this.Adapter.InsertCommand.Parameters[929].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[767].Value = global::System.DBNull.Value; } - if ((T2546500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[930].Value = ((int)(T2546500.Value)); + if ((T4502001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[768].Value = ((int)(T4502001.Value)); } else { - this.Adapter.InsertCommand.Parameters[930].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[768].Value = global::System.DBNull.Value; } - if ((T2546501.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[931].Value = ((int)(T2546501.Value)); + if ((T4502100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[769].Value = ((int)(T4502100.Value)); } else { - this.Adapter.InsertCommand.Parameters[931].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[769].Value = global::System.DBNull.Value; } - if ((T2546600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[932].Value = ((int)(T2546600.Value)); + if ((T4502101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[770].Value = ((int)(T4502101.Value)); } else { - this.Adapter.InsertCommand.Parameters[932].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[770].Value = global::System.DBNull.Value; } - if ((T2546601.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[933].Value = ((int)(T2546601.Value)); + if ((T4502200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[771].Value = ((int)(T4502200.Value)); } else { - this.Adapter.InsertCommand.Parameters[933].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[771].Value = global::System.DBNull.Value; } - if ((T2546700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[934].Value = ((int)(T2546700.Value)); + if ((T4502201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[772].Value = ((int)(T4502201.Value)); } else { - this.Adapter.InsertCommand.Parameters[934].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[772].Value = global::System.DBNull.Value; } - if ((T2546701.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[935].Value = ((int)(T2546701.Value)); + if ((T4502300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[773].Value = ((int)(T4502300.Value)); } else { - this.Adapter.InsertCommand.Parameters[935].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[773].Value = global::System.DBNull.Value; } - if ((T2546800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[936].Value = ((int)(T2546800.Value)); + if ((T4502301.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[774].Value = ((int)(T4502301.Value)); } else { - this.Adapter.InsertCommand.Parameters[936].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[774].Value = global::System.DBNull.Value; } - if ((T2546900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[937].Value = ((int)(T2546900.Value)); + if ((T4502400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[775].Value = ((int)(T4502400.Value)); } else { - this.Adapter.InsertCommand.Parameters[937].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[775].Value = global::System.DBNull.Value; } - if ((T2547000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[938].Value = ((int)(T2547000.Value)); + if ((T4502401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[776].Value = ((int)(T4502401.Value)); } else { - this.Adapter.InsertCommand.Parameters[938].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[776].Value = global::System.DBNull.Value; } - if ((T2547100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[939].Value = ((int)(T2547100.Value)); + if ((T4502500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[777].Value = ((int)(T4502500.Value)); } else { - this.Adapter.InsertCommand.Parameters[939].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[777].Value = global::System.DBNull.Value; } - if ((T2547200.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[940].Value = ((int)(T2547200.Value)); + if ((T4502501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[778].Value = ((int)(T4502501.Value)); } else { - this.Adapter.InsertCommand.Parameters[940].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[778].Value = global::System.DBNull.Value; } - if ((T2547300.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[941].Value = ((int)(T2547300.Value)); + if ((T4502600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[779].Value = ((int)(T4502600.Value)); } else { - this.Adapter.InsertCommand.Parameters[941].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[779].Value = global::System.DBNull.Value; } - if ((T2547400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[942].Value = ((int)(T2547400.Value)); + if ((T4502601.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[780].Value = ((int)(T4502601.Value)); } else { - this.Adapter.InsertCommand.Parameters[942].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[780].Value = global::System.DBNull.Value; } - if ((T2547500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[943].Value = ((int)(T2547500.Value)); + if ((T4504900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[781].Value = ((int)(T4504900.Value)); } else { - this.Adapter.InsertCommand.Parameters[943].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[781].Value = global::System.DBNull.Value; } - if ((T2547600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[944].Value = ((int)(T2547600.Value)); + if ((T4505000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[782].Value = ((int)(T4505000.Value)); } else { - this.Adapter.InsertCommand.Parameters[944].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[782].Value = global::System.DBNull.Value; } - if ((T2547700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[945].Value = ((int)(T2547700.Value)); + if ((T4505100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[783].Value = ((int)(T4505100.Value)); } else { - this.Adapter.InsertCommand.Parameters[945].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[783].Value = global::System.DBNull.Value; } - if ((T2763400.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[946].Value = ((int)(T2763400.Value)); + if ((T4505200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[784].Value = ((int)(T4505200.Value)); } else { - this.Adapter.InsertCommand.Parameters[946].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[784].Value = global::System.DBNull.Value; } - if ((T2763500.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[947].Value = ((int)(T2763500.Value)); + if ((T4505300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[785].Value = ((int)(T4505300.Value)); } else { - this.Adapter.InsertCommand.Parameters[947].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[785].Value = global::System.DBNull.Value; } - if ((T2763600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[948].Value = ((int)(T2763600.Value)); + if ((T4505400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[786].Value = ((int)(T4505400.Value)); } else { - this.Adapter.InsertCommand.Parameters[948].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[786].Value = global::System.DBNull.Value; } - if ((T2763700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[949].Value = ((int)(T2763700.Value)); + if ((T4505500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[787].Value = ((int)(T4505500.Value)); } else { - this.Adapter.InsertCommand.Parameters[949].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[787].Value = global::System.DBNull.Value; } - if ((T2763800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[950].Value = ((int)(T2763800.Value)); + if ((T4505600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[788].Value = ((int)(T4505600.Value)); } else { - this.Adapter.InsertCommand.Parameters[950].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[788].Value = global::System.DBNull.Value; } - if ((T2763900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[951].Value = ((int)(T2763900.Value)); + if ((T4505700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[789].Value = ((int)(T4505700.Value)); } else { - this.Adapter.InsertCommand.Parameters[951].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[789].Value = global::System.DBNull.Value; } - if ((T2764000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[952].Value = ((int)(T2764000.Value)); + if ((T4505800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[790].Value = ((int)(T4505800.Value)); } else { - this.Adapter.InsertCommand.Parameters[952].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[790].Value = global::System.DBNull.Value; } - if ((T3729600.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[953].Value = ((int)(T3729600.Value)); + if ((T4703500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[791].Value = ((int)(T4703500.Value)); } else { - this.Adapter.InsertCommand.Parameters[953].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[791].Value = global::System.DBNull.Value; } - if ((T3729700.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[954].Value = ((int)(T3729700.Value)); + if ((T4703600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[792].Value = ((int)(T4703600.Value)); } else { - this.Adapter.InsertCommand.Parameters[954].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[792].Value = global::System.DBNull.Value; } - if ((T3729800.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[955].Value = ((int)(T3729800.Value)); + if ((T4703700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[793].Value = ((int)(T4703700.Value)); } else { - this.Adapter.InsertCommand.Parameters[955].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[793].Value = global::System.DBNull.Value; } - if ((T3729900.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[956].Value = ((int)(T3729900.Value)); + if ((T4703800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[794].Value = ((int)(T4703800.Value)); } else { - this.Adapter.InsertCommand.Parameters[956].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[794].Value = global::System.DBNull.Value; } - if ((T3730000.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[957].Value = ((int)(T3730000.Value)); + if ((T4703900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[795].Value = ((int)(T4703900.Value)); } else { - this.Adapter.InsertCommand.Parameters[957].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[795].Value = global::System.DBNull.Value; } - if ((T3730100.HasValue == true)) { - this.Adapter.InsertCommand.Parameters[958].Value = ((int)(T3730100.Value)); + if ((T4704000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[796].Value = ((int)(T4704000.Value)); } else { - this.Adapter.InsertCommand.Parameters[958].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[796].Value = global::System.DBNull.Value; } global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State; if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open) @@ -154330,69 +154044,50 @@ public virtual int Insert( [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] public virtual int Update( int R0000100, + global::System.Nullable R0173600, + global::System.Nullable R0214700, global::System.Nullable R0214800, global::System.Nullable R1373300, - global::System.Nullable R1373400, global::System.Nullable R1373500, global::System.Nullable R1374000, - global::System.Nullable R1374100, global::System.Nullable R1374200, global::System.Nullable R1374700, - global::System.Nullable R1374800, global::System.Nullable R1374900, global::System.Nullable R1375400, - global::System.Nullable R1375500, global::System.Nullable R1375600, global::System.Nullable R1376100, - global::System.Nullable R1376200, global::System.Nullable R1376300, global::System.Nullable R1376800, - global::System.Nullable R1376900, global::System.Nullable R1377000, global::System.Nullable R1377500, - global::System.Nullable R1377600, global::System.Nullable R1377700, global::System.Nullable R1753700, - global::System.Nullable R1753800, global::System.Nullable R1753900, global::System.Nullable R1754400, - global::System.Nullable R1754500, global::System.Nullable R1754600, global::System.Nullable R1755100, - global::System.Nullable R1755200, global::System.Nullable R1755300, global::System.Nullable R1755800, - global::System.Nullable R1755900, global::System.Nullable R1756000, global::System.Nullable R1756500, - global::System.Nullable R1756600, global::System.Nullable R1756700, global::System.Nullable R1757200, - global::System.Nullable R1757300, global::System.Nullable R1757400, global::System.Nullable R1757900, - global::System.Nullable R1758000, global::System.Nullable R1758100, global::System.Nullable R2095700, - global::System.Nullable R2095800, global::System.Nullable R2095900, global::System.Nullable R2096400, - global::System.Nullable R2096500, global::System.Nullable R2096600, global::System.Nullable R2097100, - global::System.Nullable R2097200, global::System.Nullable R2097300, global::System.Nullable R2097800, - global::System.Nullable R2097900, global::System.Nullable R2098000, global::System.Nullable R2098500, - global::System.Nullable R2098600, global::System.Nullable R2098700, global::System.Nullable R2099200, - global::System.Nullable R2099300, global::System.Nullable R2099400, global::System.Nullable R2099900, - global::System.Nullable R2100000, global::System.Nullable R2100100, global::System.Nullable R2345900, global::System.Nullable R2346200, @@ -154402,25 +154097,18 @@ public virtual int Update( global::System.Nullable R2347400, global::System.Nullable R2347700, global::System.Nullable R2648000, - global::System.Nullable R2648100, global::System.Nullable R2648200, global::System.Nullable R2648700, - global::System.Nullable R2648800, global::System.Nullable R2648900, global::System.Nullable R2649400, - global::System.Nullable R2649500, global::System.Nullable R2649600, global::System.Nullable R2650100, - global::System.Nullable R2650200, global::System.Nullable R2650300, global::System.Nullable R2650800, - global::System.Nullable R2650900, global::System.Nullable R2651000, global::System.Nullable R2651500, - global::System.Nullable R2651600, global::System.Nullable R2651700, global::System.Nullable R2652200, - global::System.Nullable R2652300, global::System.Nullable R2652400, global::System.Nullable R2955900, global::System.Nullable R2956200, @@ -154430,119 +154118,78 @@ public virtual int Update( global::System.Nullable R2957400, global::System.Nullable R2957700, global::System.Nullable R3255900, - global::System.Nullable R3256000, global::System.Nullable R3256100, global::System.Nullable R3257700, - global::System.Nullable R3257800, global::System.Nullable R3257900, global::System.Nullable R3259500, - global::System.Nullable R3259600, global::System.Nullable R3259700, global::System.Nullable R3261300, - global::System.Nullable R3261400, global::System.Nullable R3261500, global::System.Nullable R3263100, - global::System.Nullable R3263200, global::System.Nullable R3263300, global::System.Nullable R3264900, - global::System.Nullable R3265000, global::System.Nullable R3265100, global::System.Nullable R3266700, - global::System.Nullable R3266800, global::System.Nullable R3266900, global::System.Nullable R3268500, global::System.Nullable R3556400, global::System.Nullable R3557000, global::System.Nullable R3557600, global::System.Nullable R3771800, - global::System.Nullable R3771900, global::System.Nullable R3772000, global::System.Nullable R3772100, - global::System.Nullable R3772200, - global::System.Nullable R3772300, global::System.Nullable R3772400, global::System.Nullable R3773900, - global::System.Nullable R3774000, global::System.Nullable R3774100, global::System.Nullable R3774200, - global::System.Nullable R3774300, - global::System.Nullable R3774400, global::System.Nullable R3774500, global::System.Nullable R3776000, - global::System.Nullable R3776100, global::System.Nullable R3776200, global::System.Nullable R3776300, - global::System.Nullable R3776400, - global::System.Nullable R3776500, global::System.Nullable R3776600, global::System.Nullable R3778100, - global::System.Nullable R3778200, global::System.Nullable R3778300, global::System.Nullable R3778400, - global::System.Nullable R3778500, - global::System.Nullable R3778600, global::System.Nullable R3778700, global::System.Nullable R3780200, - global::System.Nullable R3780300, global::System.Nullable R3780400, global::System.Nullable R3780500, - global::System.Nullable R3780600, - global::System.Nullable R3780700, global::System.Nullable R3780800, global::System.Nullable R3782300, - global::System.Nullable R3782400, global::System.Nullable R3782500, global::System.Nullable R3782600, global::System.Nullable R3782900, global::System.Nullable R3784400, - global::System.Nullable R3784500, global::System.Nullable R3784600, global::System.Nullable R3784700, global::System.Nullable R3785000, global::System.Nullable R3786500, global::System.Nullable R3788004, global::System.Nullable R4276800, - global::System.Nullable R4276900, global::System.Nullable R4277000, global::System.Nullable R4277100, global::System.Nullable R4277101, - global::System.Nullable R4277200, - global::System.Nullable R4277201, global::System.Nullable R4277700, - global::System.Nullable R4277800, global::System.Nullable R4277900, global::System.Nullable R4278000, global::System.Nullable R4278001, - global::System.Nullable R4278100, - global::System.Nullable R4278101, global::System.Nullable R4278600, - global::System.Nullable R4278700, global::System.Nullable R4278800, global::System.Nullable R4278900, global::System.Nullable R4278901, - global::System.Nullable R4279000, - global::System.Nullable R4279001, global::System.Nullable R4279500, - global::System.Nullable R4279600, global::System.Nullable R4279700, global::System.Nullable R4279800, global::System.Nullable R4279801, - global::System.Nullable R4279900, - global::System.Nullable R4279901, global::System.Nullable R4280400, - global::System.Nullable R4280500, global::System.Nullable R4280600, global::System.Nullable R4280700, global::System.Nullable R4280701, - global::System.Nullable R4280800, - global::System.Nullable R4280801, global::System.Nullable R4281300, - global::System.Nullable R4281400, global::System.Nullable R4281500, global::System.Nullable R4281600, global::System.Nullable R4281601, global::System.Nullable R4282100, - global::System.Nullable R4282200, global::System.Nullable R4282300, global::System.Nullable R4282400, global::System.Nullable R4282401, @@ -154551,119 +154198,82 @@ public virtual int Update( global::System.Nullable R4283100, global::System.Nullable R4283600, global::System.Nullable R4827600, - global::System.Nullable R4827700, global::System.Nullable R4827800, global::System.Nullable R4827900, global::System.Nullable R4827901, - global::System.Nullable R4828000, - global::System.Nullable R4828001, global::System.Nullable R4828100, global::System.Nullable R4830600, - global::System.Nullable R4830700, global::System.Nullable R4830800, global::System.Nullable R4830900, global::System.Nullable R4830901, - global::System.Nullable R4831000, - global::System.Nullable R4831001, global::System.Nullable R4831100, global::System.Nullable R4833600, - global::System.Nullable R4833700, global::System.Nullable R4833800, global::System.Nullable R4833900, global::System.Nullable R4833901, - global::System.Nullable R4834000, - global::System.Nullable R4834001, global::System.Nullable R4834100, global::System.Nullable R4836600, - global::System.Nullable R4836700, global::System.Nullable R4836800, global::System.Nullable R4836900, global::System.Nullable R4836901, - global::System.Nullable R4837000, - global::System.Nullable R4837001, global::System.Nullable R4837100, global::System.Nullable R4839600, - global::System.Nullable R4839700, global::System.Nullable R4839800, global::System.Nullable R4839900, global::System.Nullable R4839901, - global::System.Nullable R4840000, - global::System.Nullable R4840001, global::System.Nullable R4840100, global::System.Nullable R4842500, - global::System.Nullable R4842600, global::System.Nullable R4842700, global::System.Nullable R4842800, global::System.Nullable R4842801, global::System.Nullable R4842900, global::System.Nullable R4844800, - global::System.Nullable R4844900, global::System.Nullable R4845000, global::System.Nullable R4845100, global::System.Nullable R4845101, global::System.Nullable R4845200, global::System.Nullable R4847100, - global::System.Nullable R4847200, global::System.Nullable R4847300, global::System.Nullable R4847400, global::System.Nullable R5498000, - global::System.Nullable R5498100, global::System.Nullable R5498200, global::System.Nullable R5498300, global::System.Nullable R5498301, - global::System.Nullable R5498400, - global::System.Nullable R5498401, global::System.Nullable R5498500, global::System.Nullable R5501000, - global::System.Nullable R5501100, global::System.Nullable R5501200, global::System.Nullable R5501300, global::System.Nullable R5501301, - global::System.Nullable R5501400, - global::System.Nullable R5501401, global::System.Nullable R5501500, global::System.Nullable R5504000, - global::System.Nullable R5504100, global::System.Nullable R5504200, global::System.Nullable R5504300, global::System.Nullable R5504301, - global::System.Nullable R5504400, - global::System.Nullable R5504401, global::System.Nullable R5504500, global::System.Nullable R5507000, - global::System.Nullable R5507100, global::System.Nullable R5507200, global::System.Nullable R5507300, global::System.Nullable R5507301, - global::System.Nullable R5507400, - global::System.Nullable R5507401, global::System.Nullable R5507500, global::System.Nullable R5510000, - global::System.Nullable R5510100, global::System.Nullable R5510200, global::System.Nullable R5510300, global::System.Nullable R5510301, - global::System.Nullable R5510400, - global::System.Nullable R5510401, global::System.Nullable R5510500, global::System.Nullable R5513000, - global::System.Nullable R5513100, global::System.Nullable R5513200, global::System.Nullable R5513300, global::System.Nullable R5513301, global::System.Nullable R5513400, global::System.Nullable R5515300, - global::System.Nullable R5515400, global::System.Nullable R5515500, global::System.Nullable R5515600, global::System.Nullable R5515601, global::System.Nullable R5515700, global::System.Nullable R5517600, - global::System.Nullable R5517700, global::System.Nullable R5517800, global::System.Nullable R5517900, global::System.Nullable R5519800, - global::System.Nullable R5519900, global::System.Nullable R5520000, global::System.Nullable R5520100, global::System.Nullable R5520101, @@ -154678,16 +154288,6 @@ public virtual int Update( global::System.Nullable R6219100, global::System.Nullable R6219200, global::System.Nullable R6219300, - global::System.Nullable R6219500, - global::System.Nullable R6219600, - global::System.Nullable R6219700, - global::System.Nullable R6219800, - global::System.Nullable R6219900, - global::System.Nullable R6220000, - global::System.Nullable R6220100, - global::System.Nullable R6220200, - global::System.Nullable R6220300, - global::System.Nullable R6220400, global::System.Nullable R6220600, global::System.Nullable R6220700, global::System.Nullable R6220800, @@ -154718,18 +154318,6 @@ public virtual int Update( global::System.Nullable R6222501, global::System.Nullable R6222600, global::System.Nullable R6222601, - global::System.Nullable R6222800, - global::System.Nullable R6222801, - global::System.Nullable R6222900, - global::System.Nullable R6222901, - global::System.Nullable R6223000, - global::System.Nullable R6223001, - global::System.Nullable R6223100, - global::System.Nullable R6223101, - global::System.Nullable R6223200, - global::System.Nullable R6223201, - global::System.Nullable R6223300, - global::System.Nullable R6223301, global::System.Nullable R6223400, global::System.Nullable R6223500, global::System.Nullable R6223600, @@ -154760,16 +154348,6 @@ public virtual int Update( global::System.Nullable R6773200, global::System.Nullable R6773300, global::System.Nullable R6773400, - global::System.Nullable R6773500, - global::System.Nullable R6773600, - global::System.Nullable R6773700, - global::System.Nullable R6773800, - global::System.Nullable R6773900, - global::System.Nullable R6774000, - global::System.Nullable R6774100, - global::System.Nullable R6774200, - global::System.Nullable R6774300, - global::System.Nullable R6774400, global::System.Nullable R6774500, global::System.Nullable R6774600, global::System.Nullable R6774700, @@ -154796,18 +154374,6 @@ public virtual int Update( global::System.Nullable R6776101, global::System.Nullable R6776200, global::System.Nullable R6776201, - global::System.Nullable R6776300, - global::System.Nullable R6776301, - global::System.Nullable R6776400, - global::System.Nullable R6776401, - global::System.Nullable R6776500, - global::System.Nullable R6776501, - global::System.Nullable R6776600, - global::System.Nullable R6776601, - global::System.Nullable R6776700, - global::System.Nullable R6776701, - global::System.Nullable R6776800, - global::System.Nullable R6776801, global::System.Nullable R6776900, global::System.Nullable R6777000, global::System.Nullable R6777100, @@ -154838,16 +154404,6 @@ public virtual int Update( global::System.Nullable R7417600, global::System.Nullable R7417700, global::System.Nullable R7417800, - global::System.Nullable R7417900, - global::System.Nullable R7418000, - global::System.Nullable R7418100, - global::System.Nullable R7418200, - global::System.Nullable R7418300, - global::System.Nullable R7418400, - global::System.Nullable R7418500, - global::System.Nullable R7418600, - global::System.Nullable R7418700, - global::System.Nullable R7418800, global::System.Nullable R7418900, global::System.Nullable R7419000, global::System.Nullable R7419100, @@ -154874,20 +154430,6 @@ public virtual int Update( global::System.Nullable R7420501, global::System.Nullable R7420600, global::System.Nullable R7420601, - global::System.Nullable R7420700, - global::System.Nullable R7420701, - global::System.Nullable R7420800, - global::System.Nullable R7420801, - global::System.Nullable R7420900, - global::System.Nullable R7420901, - global::System.Nullable R7421000, - global::System.Nullable R7421001, - global::System.Nullable R7421100, - global::System.Nullable R7421101, - global::System.Nullable R7421200, - global::System.Nullable R7421201, - global::System.Nullable R7421300, - global::System.Nullable R7421301, global::System.Nullable R7421400, global::System.Nullable R7421500, global::System.Nullable R7421600, @@ -154918,16 +154460,6 @@ public virtual int Update( global::System.Nullable R8115700, global::System.Nullable R8115800, global::System.Nullable R8115900, - global::System.Nullable R8116000, - global::System.Nullable R8116100, - global::System.Nullable R8116200, - global::System.Nullable R8116300, - global::System.Nullable R8116400, - global::System.Nullable R8116500, - global::System.Nullable R8116600, - global::System.Nullable R8116700, - global::System.Nullable R8116800, - global::System.Nullable R8116900, global::System.Nullable R8117000, global::System.Nullable R8117100, global::System.Nullable R8117200, @@ -154958,18 +154490,6 @@ public virtual int Update( global::System.Nullable R8118801, global::System.Nullable R8118900, global::System.Nullable R8118901, - global::System.Nullable R8119000, - global::System.Nullable R8119001, - global::System.Nullable R8119100, - global::System.Nullable R8119101, - global::System.Nullable R8119200, - global::System.Nullable R8119201, - global::System.Nullable R8119300, - global::System.Nullable R8119301, - global::System.Nullable R8119400, - global::System.Nullable R8119401, - global::System.Nullable R8119500, - global::System.Nullable R8119501, global::System.Nullable R8119600, global::System.Nullable R8119700, global::System.Nullable R8119800, @@ -155024,17 +154544,6 @@ public virtual int Update( global::System.Nullable T0347600, global::System.Nullable T0347700, global::System.Nullable T0347800, - global::System.Nullable T0347900, - global::System.Nullable T0348000, - global::System.Nullable T0348100, - global::System.Nullable T0348200, - global::System.Nullable T0348300, - global::System.Nullable T0348400, - global::System.Nullable T0348500, - global::System.Nullable T0348600, - global::System.Nullable T0348700, - global::System.Nullable T0348800, - global::System.Nullable T0348900, global::System.Nullable T0349000, global::System.Nullable T0349100, global::System.Nullable T0349200, @@ -155066,22 +154575,6 @@ public virtual int Update( global::System.Nullable T0350901, global::System.Nullable T0351000, global::System.Nullable T0351001, - global::System.Nullable T0351100, - global::System.Nullable T0351101, - global::System.Nullable T0351200, - global::System.Nullable T0351201, - global::System.Nullable T0351300, - global::System.Nullable T0351301, - global::System.Nullable T0351400, - global::System.Nullable T0351401, - global::System.Nullable T0351500, - global::System.Nullable T0351501, - global::System.Nullable T0351600, - global::System.Nullable T0351601, - global::System.Nullable T0351700, - global::System.Nullable T0351701, - global::System.Nullable T0351800, - global::System.Nullable T0351801, global::System.Nullable T0351900, global::System.Nullable T0352000, global::System.Nullable T0352100, @@ -155121,17 +154614,6 @@ public virtual int Update( global::System.Nullable T1497000, global::System.Nullable T1497100, global::System.Nullable T1497200, - global::System.Nullable T1497300, - global::System.Nullable T1497400, - global::System.Nullable T1497500, - global::System.Nullable T1497600, - global::System.Nullable T1497700, - global::System.Nullable T1497800, - global::System.Nullable T1497900, - global::System.Nullable T1498000, - global::System.Nullable T1498100, - global::System.Nullable T1498200, - global::System.Nullable T1498300, global::System.Nullable T1498400, global::System.Nullable T1498500, global::System.Nullable T1498600, @@ -155163,18 +154645,6 @@ public virtual int Update( global::System.Nullable T1500301, global::System.Nullable T1500400, global::System.Nullable T1500401, - global::System.Nullable T1500500, - global::System.Nullable T1500501, - global::System.Nullable T1500600, - global::System.Nullable T1500601, - global::System.Nullable T1500700, - global::System.Nullable T1500701, - global::System.Nullable T1500800, - global::System.Nullable T1500801, - global::System.Nullable T1500900, - global::System.Nullable T1500901, - global::System.Nullable T1501000, - global::System.Nullable T1501001, global::System.Nullable T1501100, global::System.Nullable T1501200, global::System.Nullable T1501300, @@ -155213,16 +154683,6 @@ public virtual int Update( global::System.Nullable T2542900, global::System.Nullable T2543000, global::System.Nullable T2543100, - global::System.Nullable T2543200, - global::System.Nullable T2543300, - global::System.Nullable T2543400, - global::System.Nullable T2543500, - global::System.Nullable T2543600, - global::System.Nullable T2543700, - global::System.Nullable T2543800, - global::System.Nullable T2543900, - global::System.Nullable T2544000, - global::System.Nullable T2544100, global::System.Nullable T2544200, global::System.Nullable T2544300, global::System.Nullable T2544400, @@ -155251,20 +154711,6 @@ public virtual int Update( global::System.Nullable T2545901, global::System.Nullable T2546000, global::System.Nullable T2546001, - global::System.Nullable T2546100, - global::System.Nullable T2546101, - global::System.Nullable T2546200, - global::System.Nullable T2546201, - global::System.Nullable T2546300, - global::System.Nullable T2546301, - global::System.Nullable T2546400, - global::System.Nullable T2546401, - global::System.Nullable T2546500, - global::System.Nullable T2546501, - global::System.Nullable T2546600, - global::System.Nullable T2546601, - global::System.Nullable T2546700, - global::System.Nullable T2546701, global::System.Nullable T2546800, global::System.Nullable T2546900, global::System.Nullable T2547000, @@ -155282,76 +154728,163 @@ public virtual int Update( global::System.Nullable T2763800, global::System.Nullable T2763900, global::System.Nullable T2764000, + global::System.Nullable T3527500, + global::System.Nullable T3527600, + global::System.Nullable T3527700, + global::System.Nullable T3527800, + global::System.Nullable T3527900, + global::System.Nullable T3528000, + global::System.Nullable T3528100, + global::System.Nullable T3528200, + global::System.Nullable T3528300, + global::System.Nullable T3528400, + global::System.Nullable T3530500, + global::System.Nullable T3530600, + global::System.Nullable T3530700, + global::System.Nullable T3530800, + global::System.Nullable T3530900, + global::System.Nullable T3531000, + global::System.Nullable T3531100, + global::System.Nullable T3531200, + global::System.Nullable T3531300, + global::System.Nullable T3531400, + global::System.Nullable T3531500, + global::System.Nullable T3531501, + global::System.Nullable T3531600, + global::System.Nullable T3531601, + global::System.Nullable T3531700, + global::System.Nullable T3531701, + global::System.Nullable T3531800, + global::System.Nullable T3531801, + global::System.Nullable T3531900, + global::System.Nullable T3531901, + global::System.Nullable T3532000, + global::System.Nullable T3532001, + global::System.Nullable T3532100, + global::System.Nullable T3532101, + global::System.Nullable T3532200, + global::System.Nullable T3532201, + global::System.Nullable T3532300, + global::System.Nullable T3532301, + global::System.Nullable T3532400, + global::System.Nullable T3532401, + global::System.Nullable T3533200, + global::System.Nullable T3533300, + global::System.Nullable T3533400, + global::System.Nullable T3533500, + global::System.Nullable T3533600, + global::System.Nullable T3533700, + global::System.Nullable T3533800, + global::System.Nullable T3533900, + global::System.Nullable T3534000, + global::System.Nullable T3534100, global::System.Nullable T3729600, global::System.Nullable T3729700, global::System.Nullable T3729800, global::System.Nullable T3729900, global::System.Nullable T3730000, global::System.Nullable T3730100, + global::System.Nullable T4496200, + global::System.Nullable T4496300, + global::System.Nullable T4496400, + global::System.Nullable T4496500, + global::System.Nullable T4496600, + global::System.Nullable T4496700, + global::System.Nullable T4496800, + global::System.Nullable T4496900, + global::System.Nullable T4497000, + global::System.Nullable T4497100, + global::System.Nullable T4500700, + global::System.Nullable T4500800, + global::System.Nullable T4500900, + global::System.Nullable T4501000, + global::System.Nullable T4501100, + global::System.Nullable T4501200, + global::System.Nullable T4501300, + global::System.Nullable T4501400, + global::System.Nullable T4501500, + global::System.Nullable T4501600, + global::System.Nullable T4501700, + global::System.Nullable T4501701, + global::System.Nullable T4501800, + global::System.Nullable T4501801, + global::System.Nullable T4501900, + global::System.Nullable T4501901, + global::System.Nullable T4502000, + global::System.Nullable T4502001, + global::System.Nullable T4502100, + global::System.Nullable T4502101, + global::System.Nullable T4502200, + global::System.Nullable T4502201, + global::System.Nullable T4502300, + global::System.Nullable T4502301, + global::System.Nullable T4502400, + global::System.Nullable T4502401, + global::System.Nullable T4502500, + global::System.Nullable T4502501, + global::System.Nullable T4502600, + global::System.Nullable T4502601, + global::System.Nullable T4504900, + global::System.Nullable T4505000, + global::System.Nullable T4505100, + global::System.Nullable T4505200, + global::System.Nullable T4505300, + global::System.Nullable T4505400, + global::System.Nullable T4505500, + global::System.Nullable T4505600, + global::System.Nullable T4505700, + global::System.Nullable T4505800, + global::System.Nullable T4703500, + global::System.Nullable T4703600, + global::System.Nullable T4703700, + global::System.Nullable T4703800, + global::System.Nullable T4703900, + global::System.Nullable T4704000, int Original_R0000100, + global::System.Nullable Original_R0173600, + global::System.Nullable Original_R0214700, global::System.Nullable Original_R0214800, global::System.Nullable Original_R1373300, - global::System.Nullable Original_R1373400, global::System.Nullable Original_R1373500, global::System.Nullable Original_R1374000, - global::System.Nullable Original_R1374100, global::System.Nullable Original_R1374200, global::System.Nullable Original_R1374700, - global::System.Nullable Original_R1374800, global::System.Nullable Original_R1374900, global::System.Nullable Original_R1375400, - global::System.Nullable Original_R1375500, global::System.Nullable Original_R1375600, global::System.Nullable Original_R1376100, - global::System.Nullable Original_R1376200, global::System.Nullable Original_R1376300, global::System.Nullable Original_R1376800, - global::System.Nullable Original_R1376900, global::System.Nullable Original_R1377000, global::System.Nullable Original_R1377500, - global::System.Nullable Original_R1377600, global::System.Nullable Original_R1377700, global::System.Nullable Original_R1753700, - global::System.Nullable Original_R1753800, global::System.Nullable Original_R1753900, global::System.Nullable Original_R1754400, - global::System.Nullable Original_R1754500, global::System.Nullable Original_R1754600, global::System.Nullable Original_R1755100, - global::System.Nullable Original_R1755200, global::System.Nullable Original_R1755300, global::System.Nullable Original_R1755800, - global::System.Nullable Original_R1755900, global::System.Nullable Original_R1756000, global::System.Nullable Original_R1756500, - global::System.Nullable Original_R1756600, global::System.Nullable Original_R1756700, global::System.Nullable Original_R1757200, - global::System.Nullable Original_R1757300, global::System.Nullable Original_R1757400, global::System.Nullable Original_R1757900, - global::System.Nullable Original_R1758000, global::System.Nullable Original_R1758100, global::System.Nullable Original_R2095700, - global::System.Nullable Original_R2095800, global::System.Nullable Original_R2095900, global::System.Nullable Original_R2096400, - global::System.Nullable Original_R2096500, global::System.Nullable Original_R2096600, global::System.Nullable Original_R2097100, - global::System.Nullable Original_R2097200, global::System.Nullable Original_R2097300, global::System.Nullable Original_R2097800, - global::System.Nullable Original_R2097900, global::System.Nullable Original_R2098000, global::System.Nullable Original_R2098500, - global::System.Nullable Original_R2098600, global::System.Nullable Original_R2098700, global::System.Nullable Original_R2099200, - global::System.Nullable Original_R2099300, global::System.Nullable Original_R2099400, global::System.Nullable Original_R2099900, - global::System.Nullable Original_R2100000, global::System.Nullable Original_R2100100, global::System.Nullable Original_R2345900, global::System.Nullable Original_R2346200, @@ -155361,25 +154894,18 @@ public virtual int Update( global::System.Nullable Original_R2347400, global::System.Nullable Original_R2347700, global::System.Nullable Original_R2648000, - global::System.Nullable Original_R2648100, global::System.Nullable Original_R2648200, global::System.Nullable Original_R2648700, - global::System.Nullable Original_R2648800, global::System.Nullable Original_R2648900, global::System.Nullable Original_R2649400, - global::System.Nullable Original_R2649500, global::System.Nullable Original_R2649600, global::System.Nullable Original_R2650100, - global::System.Nullable Original_R2650200, global::System.Nullable Original_R2650300, global::System.Nullable Original_R2650800, - global::System.Nullable Original_R2650900, global::System.Nullable Original_R2651000, global::System.Nullable Original_R2651500, - global::System.Nullable Original_R2651600, global::System.Nullable Original_R2651700, global::System.Nullable Original_R2652200, - global::System.Nullable Original_R2652300, global::System.Nullable Original_R2652400, global::System.Nullable Original_R2955900, global::System.Nullable Original_R2956200, @@ -155389,119 +154915,78 @@ public virtual int Update( global::System.Nullable Original_R2957400, global::System.Nullable Original_R2957700, global::System.Nullable Original_R3255900, - global::System.Nullable Original_R3256000, global::System.Nullable Original_R3256100, global::System.Nullable Original_R3257700, - global::System.Nullable Original_R3257800, global::System.Nullable Original_R3257900, global::System.Nullable Original_R3259500, - global::System.Nullable Original_R3259600, global::System.Nullable Original_R3259700, global::System.Nullable Original_R3261300, - global::System.Nullable Original_R3261400, global::System.Nullable Original_R3261500, global::System.Nullable Original_R3263100, - global::System.Nullable Original_R3263200, global::System.Nullable Original_R3263300, global::System.Nullable Original_R3264900, - global::System.Nullable Original_R3265000, global::System.Nullable Original_R3265100, global::System.Nullable Original_R3266700, - global::System.Nullable Original_R3266800, global::System.Nullable Original_R3266900, global::System.Nullable Original_R3268500, global::System.Nullable Original_R3556400, global::System.Nullable Original_R3557000, global::System.Nullable Original_R3557600, global::System.Nullable Original_R3771800, - global::System.Nullable Original_R3771900, global::System.Nullable Original_R3772000, global::System.Nullable Original_R3772100, - global::System.Nullable Original_R3772200, - global::System.Nullable Original_R3772300, global::System.Nullable Original_R3772400, global::System.Nullable Original_R3773900, - global::System.Nullable Original_R3774000, global::System.Nullable Original_R3774100, global::System.Nullable Original_R3774200, - global::System.Nullable Original_R3774300, - global::System.Nullable Original_R3774400, global::System.Nullable Original_R3774500, global::System.Nullable Original_R3776000, - global::System.Nullable Original_R3776100, global::System.Nullable Original_R3776200, global::System.Nullable Original_R3776300, - global::System.Nullable Original_R3776400, - global::System.Nullable Original_R3776500, global::System.Nullable Original_R3776600, global::System.Nullable Original_R3778100, - global::System.Nullable Original_R3778200, global::System.Nullable Original_R3778300, global::System.Nullable Original_R3778400, - global::System.Nullable Original_R3778500, - global::System.Nullable Original_R3778600, global::System.Nullable Original_R3778700, global::System.Nullable Original_R3780200, - global::System.Nullable Original_R3780300, global::System.Nullable Original_R3780400, global::System.Nullable Original_R3780500, - global::System.Nullable Original_R3780600, - global::System.Nullable Original_R3780700, global::System.Nullable Original_R3780800, global::System.Nullable Original_R3782300, - global::System.Nullable Original_R3782400, global::System.Nullable Original_R3782500, global::System.Nullable Original_R3782600, global::System.Nullable Original_R3782900, global::System.Nullable Original_R3784400, - global::System.Nullable Original_R3784500, global::System.Nullable Original_R3784600, global::System.Nullable Original_R3784700, global::System.Nullable Original_R3785000, global::System.Nullable Original_R3786500, global::System.Nullable Original_R3788004, global::System.Nullable Original_R4276800, - global::System.Nullable Original_R4276900, global::System.Nullable Original_R4277000, global::System.Nullable Original_R4277100, global::System.Nullable Original_R4277101, - global::System.Nullable Original_R4277200, - global::System.Nullable Original_R4277201, global::System.Nullable Original_R4277700, - global::System.Nullable Original_R4277800, global::System.Nullable Original_R4277900, global::System.Nullable Original_R4278000, global::System.Nullable Original_R4278001, - global::System.Nullable Original_R4278100, - global::System.Nullable Original_R4278101, global::System.Nullable Original_R4278600, - global::System.Nullable Original_R4278700, global::System.Nullable Original_R4278800, global::System.Nullable Original_R4278900, global::System.Nullable Original_R4278901, - global::System.Nullable Original_R4279000, - global::System.Nullable Original_R4279001, global::System.Nullable Original_R4279500, - global::System.Nullable Original_R4279600, global::System.Nullable Original_R4279700, global::System.Nullable Original_R4279800, global::System.Nullable Original_R4279801, - global::System.Nullable Original_R4279900, - global::System.Nullable Original_R4279901, global::System.Nullable Original_R4280400, - global::System.Nullable Original_R4280500, global::System.Nullable Original_R4280600, global::System.Nullable Original_R4280700, global::System.Nullable Original_R4280701, - global::System.Nullable Original_R4280800, - global::System.Nullable Original_R4280801, global::System.Nullable Original_R4281300, - global::System.Nullable Original_R4281400, global::System.Nullable Original_R4281500, global::System.Nullable Original_R4281600, global::System.Nullable Original_R4281601, global::System.Nullable Original_R4282100, - global::System.Nullable Original_R4282200, global::System.Nullable Original_R4282300, global::System.Nullable Original_R4282400, global::System.Nullable Original_R4282401, @@ -155510,119 +154995,82 @@ public virtual int Update( global::System.Nullable Original_R4283100, global::System.Nullable Original_R4283600, global::System.Nullable Original_R4827600, - global::System.Nullable Original_R4827700, global::System.Nullable Original_R4827800, global::System.Nullable Original_R4827900, global::System.Nullable Original_R4827901, - global::System.Nullable Original_R4828000, - global::System.Nullable Original_R4828001, global::System.Nullable Original_R4828100, global::System.Nullable Original_R4830600, - global::System.Nullable Original_R4830700, global::System.Nullable Original_R4830800, global::System.Nullable Original_R4830900, global::System.Nullable Original_R4830901, - global::System.Nullable Original_R4831000, - global::System.Nullable Original_R4831001, global::System.Nullable Original_R4831100, global::System.Nullable Original_R4833600, - global::System.Nullable Original_R4833700, global::System.Nullable Original_R4833800, global::System.Nullable Original_R4833900, global::System.Nullable Original_R4833901, - global::System.Nullable Original_R4834000, - global::System.Nullable Original_R4834001, global::System.Nullable Original_R4834100, global::System.Nullable Original_R4836600, - global::System.Nullable Original_R4836700, global::System.Nullable Original_R4836800, global::System.Nullable Original_R4836900, global::System.Nullable Original_R4836901, - global::System.Nullable Original_R4837000, - global::System.Nullable Original_R4837001, global::System.Nullable Original_R4837100, global::System.Nullable Original_R4839600, - global::System.Nullable Original_R4839700, global::System.Nullable Original_R4839800, global::System.Nullable Original_R4839900, global::System.Nullable Original_R4839901, - global::System.Nullable Original_R4840000, - global::System.Nullable Original_R4840001, global::System.Nullable Original_R4840100, global::System.Nullable Original_R4842500, - global::System.Nullable Original_R4842600, global::System.Nullable Original_R4842700, global::System.Nullable Original_R4842800, global::System.Nullable Original_R4842801, global::System.Nullable Original_R4842900, global::System.Nullable Original_R4844800, - global::System.Nullable Original_R4844900, global::System.Nullable Original_R4845000, global::System.Nullable Original_R4845100, global::System.Nullable Original_R4845101, global::System.Nullable Original_R4845200, global::System.Nullable Original_R4847100, - global::System.Nullable Original_R4847200, global::System.Nullable Original_R4847300, global::System.Nullable Original_R4847400, global::System.Nullable Original_R5498000, - global::System.Nullable Original_R5498100, global::System.Nullable Original_R5498200, global::System.Nullable Original_R5498300, global::System.Nullable Original_R5498301, - global::System.Nullable Original_R5498400, - global::System.Nullable Original_R5498401, global::System.Nullable Original_R5498500, global::System.Nullable Original_R5501000, - global::System.Nullable Original_R5501100, global::System.Nullable Original_R5501200, global::System.Nullable Original_R5501300, global::System.Nullable Original_R5501301, - global::System.Nullable Original_R5501400, - global::System.Nullable Original_R5501401, global::System.Nullable Original_R5501500, global::System.Nullable Original_R5504000, - global::System.Nullable Original_R5504100, global::System.Nullable Original_R5504200, global::System.Nullable Original_R5504300, global::System.Nullable Original_R5504301, - global::System.Nullable Original_R5504400, - global::System.Nullable Original_R5504401, global::System.Nullable Original_R5504500, global::System.Nullable Original_R5507000, - global::System.Nullable Original_R5507100, global::System.Nullable Original_R5507200, global::System.Nullable Original_R5507300, global::System.Nullable Original_R5507301, - global::System.Nullable Original_R5507400, - global::System.Nullable Original_R5507401, global::System.Nullable Original_R5507500, global::System.Nullable Original_R5510000, - global::System.Nullable Original_R5510100, global::System.Nullable Original_R5510200, global::System.Nullable Original_R5510300, global::System.Nullable Original_R5510301, - global::System.Nullable Original_R5510400, - global::System.Nullable Original_R5510401, global::System.Nullable Original_R5510500, global::System.Nullable Original_R5513000, - global::System.Nullable Original_R5513100, global::System.Nullable Original_R5513200, global::System.Nullable Original_R5513300, global::System.Nullable Original_R5513301, global::System.Nullable Original_R5513400, global::System.Nullable Original_R5515300, - global::System.Nullable Original_R5515400, global::System.Nullable Original_R5515500, global::System.Nullable Original_R5515600, global::System.Nullable Original_R5515601, global::System.Nullable Original_R5515700, global::System.Nullable Original_R5517600, - global::System.Nullable Original_R5517700, global::System.Nullable Original_R5517800, global::System.Nullable Original_R5517900, global::System.Nullable Original_R5519800, - global::System.Nullable Original_R5519900, global::System.Nullable Original_R5520000, global::System.Nullable Original_R5520100, global::System.Nullable Original_R5520101, @@ -155637,16 +155085,6 @@ public virtual int Update( global::System.Nullable Original_R6219100, global::System.Nullable Original_R6219200, global::System.Nullable Original_R6219300, - global::System.Nullable Original_R6219500, - global::System.Nullable Original_R6219600, - global::System.Nullable Original_R6219700, - global::System.Nullable Original_R6219800, - global::System.Nullable Original_R6219900, - global::System.Nullable Original_R6220000, - global::System.Nullable Original_R6220100, - global::System.Nullable Original_R6220200, - global::System.Nullable Original_R6220300, - global::System.Nullable Original_R6220400, global::System.Nullable Original_R6220600, global::System.Nullable Original_R6220700, global::System.Nullable Original_R6220800, @@ -155677,18 +155115,6 @@ public virtual int Update( global::System.Nullable Original_R6222501, global::System.Nullable Original_R6222600, global::System.Nullable Original_R6222601, - global::System.Nullable Original_R6222800, - global::System.Nullable Original_R6222801, - global::System.Nullable Original_R6222900, - global::System.Nullable Original_R6222901, - global::System.Nullable Original_R6223000, - global::System.Nullable Original_R6223001, - global::System.Nullable Original_R6223100, - global::System.Nullable Original_R6223101, - global::System.Nullable Original_R6223200, - global::System.Nullable Original_R6223201, - global::System.Nullable Original_R6223300, - global::System.Nullable Original_R6223301, global::System.Nullable Original_R6223400, global::System.Nullable Original_R6223500, global::System.Nullable Original_R6223600, @@ -155719,16 +155145,6 @@ public virtual int Update( global::System.Nullable Original_R6773200, global::System.Nullable Original_R6773300, global::System.Nullable Original_R6773400, - global::System.Nullable Original_R6773500, - global::System.Nullable Original_R6773600, - global::System.Nullable Original_R6773700, - global::System.Nullable Original_R6773800, - global::System.Nullable Original_R6773900, - global::System.Nullable Original_R6774000, - global::System.Nullable Original_R6774100, - global::System.Nullable Original_R6774200, - global::System.Nullable Original_R6774300, - global::System.Nullable Original_R6774400, global::System.Nullable Original_R6774500, global::System.Nullable Original_R6774600, global::System.Nullable Original_R6774700, @@ -155755,18 +155171,6 @@ public virtual int Update( global::System.Nullable Original_R6776101, global::System.Nullable Original_R6776200, global::System.Nullable Original_R6776201, - global::System.Nullable Original_R6776300, - global::System.Nullable Original_R6776301, - global::System.Nullable Original_R6776400, - global::System.Nullable Original_R6776401, - global::System.Nullable Original_R6776500, - global::System.Nullable Original_R6776501, - global::System.Nullable Original_R6776600, - global::System.Nullable Original_R6776601, - global::System.Nullable Original_R6776700, - global::System.Nullable Original_R6776701, - global::System.Nullable Original_R6776800, - global::System.Nullable Original_R6776801, global::System.Nullable Original_R6776900, global::System.Nullable Original_R6777000, global::System.Nullable Original_R6777100, @@ -155797,16 +155201,6 @@ public virtual int Update( global::System.Nullable Original_R7417600, global::System.Nullable Original_R7417700, global::System.Nullable Original_R7417800, - global::System.Nullable Original_R7417900, - global::System.Nullable Original_R7418000, - global::System.Nullable Original_R7418100, - global::System.Nullable Original_R7418200, - global::System.Nullable Original_R7418300, - global::System.Nullable Original_R7418400, - global::System.Nullable Original_R7418500, - global::System.Nullable Original_R7418600, - global::System.Nullable Original_R7418700, - global::System.Nullable Original_R7418800, global::System.Nullable Original_R7418900, global::System.Nullable Original_R7419000, global::System.Nullable Original_R7419100, @@ -155833,20 +155227,6 @@ public virtual int Update( global::System.Nullable Original_R7420501, global::System.Nullable Original_R7420600, global::System.Nullable Original_R7420601, - global::System.Nullable Original_R7420700, - global::System.Nullable Original_R7420701, - global::System.Nullable Original_R7420800, - global::System.Nullable Original_R7420801, - global::System.Nullable Original_R7420900, - global::System.Nullable Original_R7420901, - global::System.Nullable Original_R7421000, - global::System.Nullable Original_R7421001, - global::System.Nullable Original_R7421100, - global::System.Nullable Original_R7421101, - global::System.Nullable Original_R7421200, - global::System.Nullable Original_R7421201, - global::System.Nullable Original_R7421300, - global::System.Nullable Original_R7421301, global::System.Nullable Original_R7421400, global::System.Nullable Original_R7421500, global::System.Nullable Original_R7421600, @@ -155877,16 +155257,6 @@ public virtual int Update( global::System.Nullable Original_R8115700, global::System.Nullable Original_R8115800, global::System.Nullable Original_R8115900, - global::System.Nullable Original_R8116000, - global::System.Nullable Original_R8116100, - global::System.Nullable Original_R8116200, - global::System.Nullable Original_R8116300, - global::System.Nullable Original_R8116400, - global::System.Nullable Original_R8116500, - global::System.Nullable Original_R8116600, - global::System.Nullable Original_R8116700, - global::System.Nullable Original_R8116800, - global::System.Nullable Original_R8116900, global::System.Nullable Original_R8117000, global::System.Nullable Original_R8117100, global::System.Nullable Original_R8117200, @@ -155917,18 +155287,6 @@ public virtual int Update( global::System.Nullable Original_R8118801, global::System.Nullable Original_R8118900, global::System.Nullable Original_R8118901, - global::System.Nullable Original_R8119000, - global::System.Nullable Original_R8119001, - global::System.Nullable Original_R8119100, - global::System.Nullable Original_R8119101, - global::System.Nullable Original_R8119200, - global::System.Nullable Original_R8119201, - global::System.Nullable Original_R8119300, - global::System.Nullable Original_R8119301, - global::System.Nullable Original_R8119400, - global::System.Nullable Original_R8119401, - global::System.Nullable Original_R8119500, - global::System.Nullable Original_R8119501, global::System.Nullable Original_R8119600, global::System.Nullable Original_R8119700, global::System.Nullable Original_R8119800, @@ -155983,17 +155341,6 @@ public virtual int Update( global::System.Nullable Original_T0347600, global::System.Nullable Original_T0347700, global::System.Nullable Original_T0347800, - global::System.Nullable Original_T0347900, - global::System.Nullable Original_T0348000, - global::System.Nullable Original_T0348100, - global::System.Nullable Original_T0348200, - global::System.Nullable Original_T0348300, - global::System.Nullable Original_T0348400, - global::System.Nullable Original_T0348500, - global::System.Nullable Original_T0348600, - global::System.Nullable Original_T0348700, - global::System.Nullable Original_T0348800, - global::System.Nullable Original_T0348900, global::System.Nullable Original_T0349000, global::System.Nullable Original_T0349100, global::System.Nullable Original_T0349200, @@ -156025,22 +155372,6 @@ public virtual int Update( global::System.Nullable Original_T0350901, global::System.Nullable Original_T0351000, global::System.Nullable Original_T0351001, - global::System.Nullable Original_T0351100, - global::System.Nullable Original_T0351101, - global::System.Nullable Original_T0351200, - global::System.Nullable Original_T0351201, - global::System.Nullable Original_T0351300, - global::System.Nullable Original_T0351301, - global::System.Nullable Original_T0351400, - global::System.Nullable Original_T0351401, - global::System.Nullable Original_T0351500, - global::System.Nullable Original_T0351501, - global::System.Nullable Original_T0351600, - global::System.Nullable Original_T0351601, - global::System.Nullable Original_T0351700, - global::System.Nullable Original_T0351701, - global::System.Nullable Original_T0351800, - global::System.Nullable Original_T0351801, global::System.Nullable Original_T0351900, global::System.Nullable Original_T0352000, global::System.Nullable Original_T0352100, @@ -156080,17 +155411,6 @@ public virtual int Update( global::System.Nullable Original_T1497000, global::System.Nullable Original_T1497100, global::System.Nullable Original_T1497200, - global::System.Nullable Original_T1497300, - global::System.Nullable Original_T1497400, - global::System.Nullable Original_T1497500, - global::System.Nullable Original_T1497600, - global::System.Nullable Original_T1497700, - global::System.Nullable Original_T1497800, - global::System.Nullable Original_T1497900, - global::System.Nullable Original_T1498000, - global::System.Nullable Original_T1498100, - global::System.Nullable Original_T1498200, - global::System.Nullable Original_T1498300, global::System.Nullable Original_T1498400, global::System.Nullable Original_T1498500, global::System.Nullable Original_T1498600, @@ -156122,18 +155442,6 @@ public virtual int Update( global::System.Nullable Original_T1500301, global::System.Nullable Original_T1500400, global::System.Nullable Original_T1500401, - global::System.Nullable Original_T1500500, - global::System.Nullable Original_T1500501, - global::System.Nullable Original_T1500600, - global::System.Nullable Original_T1500601, - global::System.Nullable Original_T1500700, - global::System.Nullable Original_T1500701, - global::System.Nullable Original_T1500800, - global::System.Nullable Original_T1500801, - global::System.Nullable Original_T1500900, - global::System.Nullable Original_T1500901, - global::System.Nullable Original_T1501000, - global::System.Nullable Original_T1501001, global::System.Nullable Original_T1501100, global::System.Nullable Original_T1501200, global::System.Nullable Original_T1501300, @@ -156172,16 +155480,6 @@ public virtual int Update( global::System.Nullable Original_T2542900, global::System.Nullable Original_T2543000, global::System.Nullable Original_T2543100, - global::System.Nullable Original_T2543200, - global::System.Nullable Original_T2543300, - global::System.Nullable Original_T2543400, - global::System.Nullable Original_T2543500, - global::System.Nullable Original_T2543600, - global::System.Nullable Original_T2543700, - global::System.Nullable Original_T2543800, - global::System.Nullable Original_T2543900, - global::System.Nullable Original_T2544000, - global::System.Nullable Original_T2544100, global::System.Nullable Original_T2544200, global::System.Nullable Original_T2544300, global::System.Nullable Original_T2544400, @@ -156210,20 +155508,6 @@ public virtual int Update( global::System.Nullable Original_T2545901, global::System.Nullable Original_T2546000, global::System.Nullable Original_T2546001, - global::System.Nullable Original_T2546100, - global::System.Nullable Original_T2546101, - global::System.Nullable Original_T2546200, - global::System.Nullable Original_T2546201, - global::System.Nullable Original_T2546300, - global::System.Nullable Original_T2546301, - global::System.Nullable Original_T2546400, - global::System.Nullable Original_T2546401, - global::System.Nullable Original_T2546500, - global::System.Nullable Original_T2546501, - global::System.Nullable Original_T2546600, - global::System.Nullable Original_T2546601, - global::System.Nullable Original_T2546700, - global::System.Nullable Original_T2546701, global::System.Nullable Original_T2546800, global::System.Nullable Original_T2546900, global::System.Nullable Original_T2547000, @@ -156241,13425 +155525,26483 @@ public virtual int Update( global::System.Nullable Original_T2763800, global::System.Nullable Original_T2763900, global::System.Nullable Original_T2764000, + global::System.Nullable Original_T3527500, + global::System.Nullable Original_T3527600, + global::System.Nullable Original_T3527700, + global::System.Nullable Original_T3527800, + global::System.Nullable Original_T3527900, + global::System.Nullable Original_T3528000, + global::System.Nullable Original_T3528100, + global::System.Nullable Original_T3528200, + global::System.Nullable Original_T3528300, + global::System.Nullable Original_T3528400, + global::System.Nullable Original_T3530500, + global::System.Nullable Original_T3530600, + global::System.Nullable Original_T3530700, + global::System.Nullable Original_T3530800, + global::System.Nullable Original_T3530900, + global::System.Nullable Original_T3531000, + global::System.Nullable Original_T3531100, + global::System.Nullable Original_T3531200, + global::System.Nullable Original_T3531300, + global::System.Nullable Original_T3531400, + global::System.Nullable Original_T3531500, + global::System.Nullable Original_T3531501, + global::System.Nullable Original_T3531600, + global::System.Nullable Original_T3531601, + global::System.Nullable Original_T3531700, + global::System.Nullable Original_T3531701, + global::System.Nullable Original_T3531800, + global::System.Nullable Original_T3531801, + global::System.Nullable Original_T3531900, + global::System.Nullable Original_T3531901, + global::System.Nullable Original_T3532000, + global::System.Nullable Original_T3532001, + global::System.Nullable Original_T3532100, + global::System.Nullable Original_T3532101, + global::System.Nullable Original_T3532200, + global::System.Nullable Original_T3532201, + global::System.Nullable Original_T3532300, + global::System.Nullable Original_T3532301, + global::System.Nullable Original_T3532400, + global::System.Nullable Original_T3532401, + global::System.Nullable Original_T3533200, + global::System.Nullable Original_T3533300, + global::System.Nullable Original_T3533400, + global::System.Nullable Original_T3533500, + global::System.Nullable Original_T3533600, + global::System.Nullable Original_T3533700, + global::System.Nullable Original_T3533800, + global::System.Nullable Original_T3533900, + global::System.Nullable Original_T3534000, + global::System.Nullable Original_T3534100, global::System.Nullable Original_T3729600, global::System.Nullable Original_T3729700, global::System.Nullable Original_T3729800, global::System.Nullable Original_T3729900, global::System.Nullable Original_T3730000, - global::System.Nullable Original_T3730100) { + global::System.Nullable Original_T3730100, + global::System.Nullable Original_T4496200, + global::System.Nullable Original_T4496300, + global::System.Nullable Original_T4496400, + global::System.Nullable Original_T4496500, + global::System.Nullable Original_T4496600, + global::System.Nullable Original_T4496700, + global::System.Nullable Original_T4496800, + global::System.Nullable Original_T4496900, + global::System.Nullable Original_T4497000, + global::System.Nullable Original_T4497100, + global::System.Nullable Original_T4500700, + global::System.Nullable Original_T4500800, + global::System.Nullable Original_T4500900, + global::System.Nullable Original_T4501000, + global::System.Nullable Original_T4501100, + global::System.Nullable Original_T4501200, + global::System.Nullable Original_T4501300, + global::System.Nullable Original_T4501400, + global::System.Nullable Original_T4501500, + global::System.Nullable Original_T4501600, + global::System.Nullable Original_T4501700, + global::System.Nullable Original_T4501701, + global::System.Nullable Original_T4501800, + global::System.Nullable Original_T4501801, + global::System.Nullable Original_T4501900, + global::System.Nullable Original_T4501901, + global::System.Nullable Original_T4502000, + global::System.Nullable Original_T4502001, + global::System.Nullable Original_T4502100, + global::System.Nullable Original_T4502101, + global::System.Nullable Original_T4502200, + global::System.Nullable Original_T4502201, + global::System.Nullable Original_T4502300, + global::System.Nullable Original_T4502301, + global::System.Nullable Original_T4502400, + global::System.Nullable Original_T4502401, + global::System.Nullable Original_T4502500, + global::System.Nullable Original_T4502501, + global::System.Nullable Original_T4502600, + global::System.Nullable Original_T4502601, + global::System.Nullable Original_T4504900, + global::System.Nullable Original_T4505000, + global::System.Nullable Original_T4505100, + global::System.Nullable Original_T4505200, + global::System.Nullable Original_T4505300, + global::System.Nullable Original_T4505400, + global::System.Nullable Original_T4505500, + global::System.Nullable Original_T4505600, + global::System.Nullable Original_T4505700, + global::System.Nullable Original_T4505800, + global::System.Nullable Original_T4703500, + global::System.Nullable Original_T4703600, + global::System.Nullable Original_T4703700, + global::System.Nullable Original_T4703800, + global::System.Nullable Original_T4703900, + global::System.Nullable Original_T4704000) { this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(R0000100)); + if ((R0173600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(R0173600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; + } + if ((R0214700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(R0214700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; + } if ((R0214800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(R0214800.Value)); + this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(R0214800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; + } + if ((R1373300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(R1373300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; + } + if ((R1373500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(R1373500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; + } + if ((R1374000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(R1374000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; + } + if ((R1374200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(R1374200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; + } + if ((R1374700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(R1374700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; + } + if ((R1374900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(R1374900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; + } + if ((R1375400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(R1375400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; + } + if ((R1375600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(R1375600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; + } + if ((R1376100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(R1376100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; + } + if ((R1376300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(R1376300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; + } + if ((R1376800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(R1376800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; + } + if ((R1377000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(R1377000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; + } + if ((R1377500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(R1377500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; + } + if ((R1377700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(R1377700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; + } + if ((R1753700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(R1753700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; + } + if ((R1753900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(R1753900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; + } + if ((R1754400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(R1754400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; + } + if ((R1754600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(R1754600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; + } + if ((R1755100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[22].Value = ((int)(R1755100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; + } + if ((R1755300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(R1755300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; + } + if ((R1755800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[24].Value = ((int)(R1755800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; + } + if ((R1756000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(R1756000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; + } + if ((R1756500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[26].Value = ((int)(R1756500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; + } + if ((R1756700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(R1756700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; + } + if ((R1757200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[28].Value = ((int)(R1757200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; + } + if ((R1757400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(R1757400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; + } + if ((R1757900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(R1757900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; + } + if ((R1758100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(R1758100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; + } + if ((R2095700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[32].Value = ((int)(R2095700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; + } + if ((R2095900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(R2095900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; + } + if ((R2096400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[34].Value = ((int)(R2096400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; + } + if ((R2096600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(R2096600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; + } + if ((R2097100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[36].Value = ((int)(R2097100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; + } + if ((R2097300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(R2097300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; + } + if ((R2097800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[38].Value = ((int)(R2097800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; + } + if ((R2098000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[39].Value = ((int)(R2098000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; + } + if ((R2098500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[40].Value = ((int)(R2098500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; + } + if ((R2098700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[41].Value = ((int)(R2098700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; + } + if ((R2099200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[42].Value = ((int)(R2099200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; + } + if ((R2099400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[43].Value = ((int)(R2099400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; + } + if ((R2099900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[44].Value = ((int)(R2099900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value; + } + if ((R2100100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[45].Value = ((int)(R2100100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value; + } + if ((R2345900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[46].Value = ((int)(R2345900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value; + } + if ((R2346200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[47].Value = ((int)(R2346200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value; + } + if ((R2346500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[48].Value = ((int)(R2346500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value; + } + if ((R2346800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[49].Value = ((int)(R2346800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value; + } + if ((R2347100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[50].Value = ((int)(R2347100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value; + } + if ((R2347400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[51].Value = ((int)(R2347400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value; + } + if ((R2347700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[52].Value = ((int)(R2347700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value; + } + if ((R2648000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[53].Value = ((int)(R2648000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value; + } + if ((R2648200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[54].Value = ((int)(R2648200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value; + } + if ((R2648700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[55].Value = ((int)(R2648700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value; + } + if ((R2648900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[56].Value = ((int)(R2648900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value; + } + if ((R2649400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[57].Value = ((int)(R2649400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value; + } + if ((R2649600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[58].Value = ((int)(R2649600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value; + } + if ((R2650100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[59].Value = ((int)(R2650100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value; + } + if ((R2650300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[60].Value = ((int)(R2650300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value; + } + if ((R2650800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[61].Value = ((int)(R2650800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value; + } + if ((R2651000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[62].Value = ((int)(R2651000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value; + } + if ((R2651500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[63].Value = ((int)(R2651500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value; + } + if ((R2651700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[64].Value = ((int)(R2651700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value; + } + if ((R2652200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[65].Value = ((int)(R2652200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[65].Value = global::System.DBNull.Value; + } + if ((R2652400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[66].Value = ((int)(R2652400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value; + } + if ((R2955900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[67].Value = ((int)(R2955900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[67].Value = global::System.DBNull.Value; + } + if ((R2956200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[68].Value = ((int)(R2956200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value; + } + if ((R2956500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[69].Value = ((int)(R2956500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[69].Value = global::System.DBNull.Value; + } + if ((R2956800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[70].Value = ((int)(R2956800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value; + } + if ((R2957100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[71].Value = ((int)(R2957100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[71].Value = global::System.DBNull.Value; + } + if ((R2957400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[72].Value = ((int)(R2957400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[72].Value = global::System.DBNull.Value; + } + if ((R2957700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[73].Value = ((int)(R2957700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[73].Value = global::System.DBNull.Value; + } + if ((R3255900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[74].Value = ((int)(R3255900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[74].Value = global::System.DBNull.Value; + } + if ((R3256100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[75].Value = ((int)(R3256100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[75].Value = global::System.DBNull.Value; + } + if ((R3257700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[76].Value = ((int)(R3257700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[76].Value = global::System.DBNull.Value; + } + if ((R3257900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[77].Value = ((int)(R3257900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[77].Value = global::System.DBNull.Value; + } + if ((R3259500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[78].Value = ((int)(R3259500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[78].Value = global::System.DBNull.Value; + } + if ((R3259700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[79].Value = ((int)(R3259700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[79].Value = global::System.DBNull.Value; + } + if ((R3261300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[80].Value = ((int)(R3261300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[80].Value = global::System.DBNull.Value; + } + if ((R3261500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[81].Value = ((int)(R3261500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[81].Value = global::System.DBNull.Value; + } + if ((R3263100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[82].Value = ((int)(R3263100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[82].Value = global::System.DBNull.Value; + } + if ((R3263300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[83].Value = ((int)(R3263300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[83].Value = global::System.DBNull.Value; + } + if ((R3264900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[84].Value = ((int)(R3264900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[84].Value = global::System.DBNull.Value; + } + if ((R3265100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[85].Value = ((int)(R3265100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[85].Value = global::System.DBNull.Value; + } + if ((R3266700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[86].Value = ((int)(R3266700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[86].Value = global::System.DBNull.Value; + } + if ((R3266900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[87].Value = ((int)(R3266900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[87].Value = global::System.DBNull.Value; + } + if ((R3268500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[88].Value = ((int)(R3268500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[88].Value = global::System.DBNull.Value; + } + if ((R3556400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[89].Value = ((int)(R3556400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[89].Value = global::System.DBNull.Value; + } + if ((R3557000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[90].Value = ((int)(R3557000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[90].Value = global::System.DBNull.Value; + } + if ((R3557600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[91].Value = ((int)(R3557600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[91].Value = global::System.DBNull.Value; + } + if ((R3771800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[92].Value = ((int)(R3771800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[92].Value = global::System.DBNull.Value; + } + if ((R3772000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[93].Value = ((int)(R3772000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[93].Value = global::System.DBNull.Value; + } + if ((R3772100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[94].Value = ((int)(R3772100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[94].Value = global::System.DBNull.Value; + } + if ((R3772400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[95].Value = ((int)(R3772400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[95].Value = global::System.DBNull.Value; + } + if ((R3773900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[96].Value = ((int)(R3773900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[96].Value = global::System.DBNull.Value; + } + if ((R3774100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[97].Value = ((int)(R3774100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[97].Value = global::System.DBNull.Value; + } + if ((R3774200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[98].Value = ((int)(R3774200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[98].Value = global::System.DBNull.Value; + } + if ((R3774500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[99].Value = ((int)(R3774500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[99].Value = global::System.DBNull.Value; + } + if ((R3776000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[100].Value = ((int)(R3776000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[100].Value = global::System.DBNull.Value; + } + if ((R3776200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[101].Value = ((int)(R3776200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[101].Value = global::System.DBNull.Value; + } + if ((R3776300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[102].Value = ((int)(R3776300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[102].Value = global::System.DBNull.Value; + } + if ((R3776600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[103].Value = ((int)(R3776600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[103].Value = global::System.DBNull.Value; + } + if ((R3778100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[104].Value = ((int)(R3778100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[104].Value = global::System.DBNull.Value; + } + if ((R3778300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[105].Value = ((int)(R3778300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[105].Value = global::System.DBNull.Value; + } + if ((R3778400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[106].Value = ((int)(R3778400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[106].Value = global::System.DBNull.Value; + } + if ((R3778700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[107].Value = ((int)(R3778700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[107].Value = global::System.DBNull.Value; + } + if ((R3780200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[108].Value = ((int)(R3780200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[108].Value = global::System.DBNull.Value; + } + if ((R3780400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[109].Value = ((int)(R3780400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[109].Value = global::System.DBNull.Value; + } + if ((R3780500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[110].Value = ((int)(R3780500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[110].Value = global::System.DBNull.Value; + } + if ((R3780800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[111].Value = ((int)(R3780800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[111].Value = global::System.DBNull.Value; + } + if ((R3782300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[112].Value = ((int)(R3782300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[112].Value = global::System.DBNull.Value; + } + if ((R3782500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[113].Value = ((int)(R3782500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[113].Value = global::System.DBNull.Value; + } + if ((R3782600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[114].Value = ((int)(R3782600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[114].Value = global::System.DBNull.Value; + } + if ((R3782900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[115].Value = ((int)(R3782900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[115].Value = global::System.DBNull.Value; + } + if ((R3784400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[116].Value = ((int)(R3784400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[116].Value = global::System.DBNull.Value; + } + if ((R3784600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[117].Value = ((int)(R3784600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[117].Value = global::System.DBNull.Value; + } + if ((R3784700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[118].Value = ((int)(R3784700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[118].Value = global::System.DBNull.Value; + } + if ((R3785000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[119].Value = ((int)(R3785000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[119].Value = global::System.DBNull.Value; + } + if ((R3786500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[120].Value = ((int)(R3786500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[120].Value = global::System.DBNull.Value; + } + if ((R3788004.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[121].Value = ((int)(R3788004.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[121].Value = global::System.DBNull.Value; + } + if ((R4276800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[122].Value = ((int)(R4276800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[122].Value = global::System.DBNull.Value; + } + if ((R4277000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[123].Value = ((int)(R4277000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[123].Value = global::System.DBNull.Value; + } + if ((R4277100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[124].Value = ((int)(R4277100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[124].Value = global::System.DBNull.Value; + } + if ((R4277101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[125].Value = ((int)(R4277101.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[125].Value = global::System.DBNull.Value; + } + if ((R4277700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[126].Value = ((int)(R4277700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[126].Value = global::System.DBNull.Value; + } + if ((R4277900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[127].Value = ((int)(R4277900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[127].Value = global::System.DBNull.Value; + } + if ((R4278000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[128].Value = ((int)(R4278000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[128].Value = global::System.DBNull.Value; + } + if ((R4278001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[129].Value = ((int)(R4278001.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[129].Value = global::System.DBNull.Value; + } + if ((R4278600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[130].Value = ((int)(R4278600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[130].Value = global::System.DBNull.Value; + } + if ((R4278800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[131].Value = ((int)(R4278800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[131].Value = global::System.DBNull.Value; + } + if ((R4278900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[132].Value = ((int)(R4278900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[132].Value = global::System.DBNull.Value; + } + if ((R4278901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[133].Value = ((int)(R4278901.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[133].Value = global::System.DBNull.Value; + } + if ((R4279500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[134].Value = ((int)(R4279500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[134].Value = global::System.DBNull.Value; + } + if ((R4279700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[135].Value = ((int)(R4279700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[135].Value = global::System.DBNull.Value; + } + if ((R4279800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[136].Value = ((int)(R4279800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[136].Value = global::System.DBNull.Value; + } + if ((R4279801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[137].Value = ((int)(R4279801.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[137].Value = global::System.DBNull.Value; + } + if ((R4280400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[138].Value = ((int)(R4280400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[138].Value = global::System.DBNull.Value; + } + if ((R4280600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[139].Value = ((int)(R4280600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[139].Value = global::System.DBNull.Value; + } + if ((R4280700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[140].Value = ((int)(R4280700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[140].Value = global::System.DBNull.Value; + } + if ((R4280701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[141].Value = ((int)(R4280701.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[141].Value = global::System.DBNull.Value; + } + if ((R4281300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[142].Value = ((int)(R4281300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[142].Value = global::System.DBNull.Value; + } + if ((R4281500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[143].Value = ((int)(R4281500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[143].Value = global::System.DBNull.Value; + } + if ((R4281600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[144].Value = ((int)(R4281600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[144].Value = global::System.DBNull.Value; + } + if ((R4281601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[145].Value = ((int)(R4281601.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[145].Value = global::System.DBNull.Value; + } + if ((R4282100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[146].Value = ((int)(R4282100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[146].Value = global::System.DBNull.Value; + } + if ((R4282300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[147].Value = ((int)(R4282300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[147].Value = global::System.DBNull.Value; + } + if ((R4282400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[148].Value = ((int)(R4282400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[148].Value = global::System.DBNull.Value; + } + if ((R4282401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[149].Value = ((int)(R4282401.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[149].Value = global::System.DBNull.Value; + } + if ((R4282900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[150].Value = ((int)(R4282900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[150].Value = global::System.DBNull.Value; + } + if ((R4283000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[151].Value = ((int)(R4283000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[151].Value = global::System.DBNull.Value; + } + if ((R4283100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[152].Value = ((int)(R4283100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[152].Value = global::System.DBNull.Value; + } + if ((R4283600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[153].Value = ((int)(R4283600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[153].Value = global::System.DBNull.Value; + } + if ((R4827600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[154].Value = ((int)(R4827600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[154].Value = global::System.DBNull.Value; + } + if ((R4827800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[155].Value = ((int)(R4827800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[155].Value = global::System.DBNull.Value; + } + if ((R4827900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[156].Value = ((int)(R4827900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[156].Value = global::System.DBNull.Value; + } + if ((R4827901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[157].Value = ((int)(R4827901.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[157].Value = global::System.DBNull.Value; + } + if ((R4828100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[158].Value = ((int)(R4828100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[158].Value = global::System.DBNull.Value; + } + if ((R4830600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[159].Value = ((int)(R4830600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[159].Value = global::System.DBNull.Value; + } + if ((R4830800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[160].Value = ((int)(R4830800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[160].Value = global::System.DBNull.Value; + } + if ((R4830900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[161].Value = ((int)(R4830900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[161].Value = global::System.DBNull.Value; + } + if ((R4830901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[162].Value = ((int)(R4830901.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[162].Value = global::System.DBNull.Value; + } + if ((R4831100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[163].Value = ((int)(R4831100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[163].Value = global::System.DBNull.Value; + } + if ((R4833600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[164].Value = ((int)(R4833600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[164].Value = global::System.DBNull.Value; + } + if ((R4833800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[165].Value = ((int)(R4833800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[165].Value = global::System.DBNull.Value; + } + if ((R4833900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[166].Value = ((int)(R4833900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[166].Value = global::System.DBNull.Value; + } + if ((R4833901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[167].Value = ((int)(R4833901.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[167].Value = global::System.DBNull.Value; + } + if ((R4834100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[168].Value = ((int)(R4834100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[168].Value = global::System.DBNull.Value; + } + if ((R4836600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[169].Value = ((int)(R4836600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[169].Value = global::System.DBNull.Value; + } + if ((R4836800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[170].Value = ((int)(R4836800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[170].Value = global::System.DBNull.Value; + } + if ((R4836900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[171].Value = ((int)(R4836900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[171].Value = global::System.DBNull.Value; + } + if ((R4836901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[172].Value = ((int)(R4836901.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[172].Value = global::System.DBNull.Value; + } + if ((R4837100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[173].Value = ((int)(R4837100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[173].Value = global::System.DBNull.Value; + } + if ((R4839600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[174].Value = ((int)(R4839600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[174].Value = global::System.DBNull.Value; + } + if ((R4839800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[175].Value = ((int)(R4839800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[175].Value = global::System.DBNull.Value; + } + if ((R4839900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[176].Value = ((int)(R4839900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[176].Value = global::System.DBNull.Value; + } + if ((R4839901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[177].Value = ((int)(R4839901.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[177].Value = global::System.DBNull.Value; + } + if ((R4840100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[178].Value = ((int)(R4840100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[178].Value = global::System.DBNull.Value; + } + if ((R4842500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[179].Value = ((int)(R4842500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[179].Value = global::System.DBNull.Value; + } + if ((R4842700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[180].Value = ((int)(R4842700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[180].Value = global::System.DBNull.Value; + } + if ((R4842800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[181].Value = ((int)(R4842800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[181].Value = global::System.DBNull.Value; + } + if ((R4842801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[182].Value = ((int)(R4842801.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[182].Value = global::System.DBNull.Value; + } + if ((R4842900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[183].Value = ((int)(R4842900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[183].Value = global::System.DBNull.Value; + } + if ((R4844800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[184].Value = ((int)(R4844800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[184].Value = global::System.DBNull.Value; + } + if ((R4845000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[185].Value = ((int)(R4845000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[185].Value = global::System.DBNull.Value; + } + if ((R4845100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[186].Value = ((int)(R4845100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[186].Value = global::System.DBNull.Value; + } + if ((R4845101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[187].Value = ((int)(R4845101.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[187].Value = global::System.DBNull.Value; + } + if ((R4845200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[188].Value = ((int)(R4845200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[188].Value = global::System.DBNull.Value; + } + if ((R4847100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[189].Value = ((int)(R4847100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[189].Value = global::System.DBNull.Value; + } + if ((R4847300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[190].Value = ((int)(R4847300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[190].Value = global::System.DBNull.Value; + } + if ((R4847400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[191].Value = ((int)(R4847400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[191].Value = global::System.DBNull.Value; + } + if ((R5498000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[192].Value = ((int)(R5498000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[192].Value = global::System.DBNull.Value; + } + if ((R5498200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[193].Value = ((int)(R5498200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[193].Value = global::System.DBNull.Value; + } + if ((R5498300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[194].Value = ((int)(R5498300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[194].Value = global::System.DBNull.Value; + } + if ((R5498301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[195].Value = ((int)(R5498301.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[195].Value = global::System.DBNull.Value; + } + if ((R5498500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[196].Value = ((int)(R5498500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[196].Value = global::System.DBNull.Value; + } + if ((R5501000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[197].Value = ((int)(R5501000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[197].Value = global::System.DBNull.Value; + } + if ((R5501200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[198].Value = ((int)(R5501200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[198].Value = global::System.DBNull.Value; + } + if ((R5501300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[199].Value = ((int)(R5501300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[199].Value = global::System.DBNull.Value; + } + if ((R5501301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[200].Value = ((int)(R5501301.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[200].Value = global::System.DBNull.Value; + } + if ((R5501500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[201].Value = ((int)(R5501500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[201].Value = global::System.DBNull.Value; + } + if ((R5504000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[202].Value = ((int)(R5504000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[202].Value = global::System.DBNull.Value; + } + if ((R5504200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[203].Value = ((int)(R5504200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[203].Value = global::System.DBNull.Value; + } + if ((R5504300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[204].Value = ((int)(R5504300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[204].Value = global::System.DBNull.Value; + } + if ((R5504301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[205].Value = ((int)(R5504301.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[205].Value = global::System.DBNull.Value; + } + if ((R5504500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[206].Value = ((int)(R5504500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[206].Value = global::System.DBNull.Value; + } + if ((R5507000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[207].Value = ((int)(R5507000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[207].Value = global::System.DBNull.Value; + } + if ((R5507200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[208].Value = ((int)(R5507200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[208].Value = global::System.DBNull.Value; + } + if ((R5507300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[209].Value = ((int)(R5507300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[209].Value = global::System.DBNull.Value; + } + if ((R5507301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[210].Value = ((int)(R5507301.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[210].Value = global::System.DBNull.Value; + } + if ((R5507500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[211].Value = ((int)(R5507500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[211].Value = global::System.DBNull.Value; + } + if ((R5510000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[212].Value = ((int)(R5510000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[212].Value = global::System.DBNull.Value; + } + if ((R5510200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[213].Value = ((int)(R5510200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[213].Value = global::System.DBNull.Value; + } + if ((R5510300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[214].Value = ((int)(R5510300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[214].Value = global::System.DBNull.Value; + } + if ((R5510301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[215].Value = ((int)(R5510301.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[215].Value = global::System.DBNull.Value; + } + if ((R5510500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[216].Value = ((int)(R5510500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[216].Value = global::System.DBNull.Value; + } + if ((R5513000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[217].Value = ((int)(R5513000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[217].Value = global::System.DBNull.Value; + } + if ((R5513200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[218].Value = ((int)(R5513200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[218].Value = global::System.DBNull.Value; + } + if ((R5513300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[219].Value = ((int)(R5513300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[219].Value = global::System.DBNull.Value; + } + if ((R5513301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[220].Value = ((int)(R5513301.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[220].Value = global::System.DBNull.Value; + } + if ((R5513400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[221].Value = ((int)(R5513400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[221].Value = global::System.DBNull.Value; + } + if ((R5515300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[222].Value = ((int)(R5515300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[222].Value = global::System.DBNull.Value; + } + if ((R5515500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[223].Value = ((int)(R5515500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[223].Value = global::System.DBNull.Value; + } + if ((R5515600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[224].Value = ((int)(R5515600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[224].Value = global::System.DBNull.Value; + } + if ((R5515601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[225].Value = ((int)(R5515601.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[225].Value = global::System.DBNull.Value; + } + if ((R5515700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[226].Value = ((int)(R5515700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[226].Value = global::System.DBNull.Value; + } + if ((R5517600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[227].Value = ((int)(R5517600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[227].Value = global::System.DBNull.Value; + } + if ((R5517800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[228].Value = ((int)(R5517800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[228].Value = global::System.DBNull.Value; + } + if ((R5517900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[229].Value = ((int)(R5517900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[229].Value = global::System.DBNull.Value; + } + if ((R5519800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[230].Value = ((int)(R5519800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[230].Value = global::System.DBNull.Value; + } + if ((R5520000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[231].Value = ((int)(R5520000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[231].Value = global::System.DBNull.Value; + } + if ((R5520100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[232].Value = ((int)(R5520100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[232].Value = global::System.DBNull.Value; + } + if ((R5520101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[233].Value = ((int)(R5520101.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[233].Value = global::System.DBNull.Value; + } + if ((R5520200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[234].Value = ((int)(R5520200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[234].Value = global::System.DBNull.Value; + } + if ((R6218400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[235].Value = ((int)(R6218400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[235].Value = global::System.DBNull.Value; + } + if ((R6218500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[236].Value = ((int)(R6218500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[236].Value = global::System.DBNull.Value; + } + if ((R6218600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[237].Value = ((int)(R6218600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[237].Value = global::System.DBNull.Value; + } + if ((R6218700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[238].Value = ((int)(R6218700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[238].Value = global::System.DBNull.Value; + } + if ((R6218800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[239].Value = ((int)(R6218800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[239].Value = global::System.DBNull.Value; + } + if ((R6218900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[240].Value = ((int)(R6218900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[240].Value = global::System.DBNull.Value; + } + if ((R6219000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[241].Value = ((int)(R6219000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[241].Value = global::System.DBNull.Value; + } + if ((R6219100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[242].Value = ((int)(R6219100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[242].Value = global::System.DBNull.Value; + } + if ((R6219200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[243].Value = ((int)(R6219200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[243].Value = global::System.DBNull.Value; + } + if ((R6219300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[244].Value = ((int)(R6219300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[244].Value = global::System.DBNull.Value; + } + if ((R6220600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[245].Value = ((int)(R6220600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[245].Value = global::System.DBNull.Value; + } + if ((R6220700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[246].Value = ((int)(R6220700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[246].Value = global::System.DBNull.Value; + } + if ((R6220800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[247].Value = ((int)(R6220800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[247].Value = global::System.DBNull.Value; + } + if ((R6220900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[248].Value = ((int)(R6220900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[248].Value = global::System.DBNull.Value; + } + if ((R6221000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[249].Value = ((int)(R6221000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[249].Value = global::System.DBNull.Value; + } + if ((R6221100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[250].Value = ((int)(R6221100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[250].Value = global::System.DBNull.Value; + } + if ((R6221200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[251].Value = ((int)(R6221200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[251].Value = global::System.DBNull.Value; + } + if ((R6221300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[252].Value = ((int)(R6221300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[252].Value = global::System.DBNull.Value; + } + if ((R6221400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[253].Value = ((int)(R6221400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[253].Value = global::System.DBNull.Value; + } + if ((R6221500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[254].Value = ((int)(R6221500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[254].Value = global::System.DBNull.Value; + } + if ((R6221700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[255].Value = ((int)(R6221700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[255].Value = global::System.DBNull.Value; + } + if ((R6221701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[256].Value = ((int)(R6221701.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[256].Value = global::System.DBNull.Value; + } + if ((R6221800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[257].Value = ((int)(R6221800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[257].Value = global::System.DBNull.Value; + } + if ((R6221801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[258].Value = ((int)(R6221801.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[258].Value = global::System.DBNull.Value; + } + if ((R6221900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[259].Value = ((int)(R6221900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[259].Value = global::System.DBNull.Value; + } + if ((R6221901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[260].Value = ((int)(R6221901.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[260].Value = global::System.DBNull.Value; + } + if ((R6222000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[261].Value = ((int)(R6222000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[261].Value = global::System.DBNull.Value; + } + if ((R6222001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[262].Value = ((int)(R6222001.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[262].Value = global::System.DBNull.Value; + } + if ((R6222100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[263].Value = ((int)(R6222100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[263].Value = global::System.DBNull.Value; + } + if ((R6222101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[264].Value = ((int)(R6222101.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[264].Value = global::System.DBNull.Value; + } + if ((R6222200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[265].Value = ((int)(R6222200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[265].Value = global::System.DBNull.Value; + } + if ((R6222201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[266].Value = ((int)(R6222201.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[266].Value = global::System.DBNull.Value; + } + if ((R6222300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[267].Value = ((int)(R6222300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[267].Value = global::System.DBNull.Value; + } + if ((R6222301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[268].Value = ((int)(R6222301.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[268].Value = global::System.DBNull.Value; + } + if ((R6222400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[269].Value = ((int)(R6222400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[269].Value = global::System.DBNull.Value; + } + if ((R6222401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[270].Value = ((int)(R6222401.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[270].Value = global::System.DBNull.Value; + } + if ((R6222500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[271].Value = ((int)(R6222500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[271].Value = global::System.DBNull.Value; + } + if ((R6222501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[272].Value = ((int)(R6222501.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[272].Value = global::System.DBNull.Value; + } + if ((R6222600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[273].Value = ((int)(R6222600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[273].Value = global::System.DBNull.Value; + } + if ((R6222601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[274].Value = ((int)(R6222601.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[274].Value = global::System.DBNull.Value; + } + if ((R6223400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[275].Value = ((int)(R6223400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[275].Value = global::System.DBNull.Value; + } + if ((R6223500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[276].Value = ((int)(R6223500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[276].Value = global::System.DBNull.Value; + } + if ((R6223600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[277].Value = ((int)(R6223600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[277].Value = global::System.DBNull.Value; + } + if ((R6223700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[278].Value = ((int)(R6223700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[278].Value = global::System.DBNull.Value; + } + if ((R6223800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[279].Value = ((int)(R6223800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[279].Value = global::System.DBNull.Value; + } + if ((R6223900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[280].Value = ((int)(R6223900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[280].Value = global::System.DBNull.Value; + } + if ((R6224000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[281].Value = ((int)(R6224000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[281].Value = global::System.DBNull.Value; + } + if ((R6224100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[282].Value = ((int)(R6224100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[282].Value = global::System.DBNull.Value; + } + if ((R6224200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[283].Value = ((int)(R6224200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[283].Value = global::System.DBNull.Value; + } + if ((R6224300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[284].Value = ((int)(R6224300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[284].Value = global::System.DBNull.Value; + } + if ((R6770600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[285].Value = ((int)(R6770600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[285].Value = global::System.DBNull.Value; + } + if ((R6771600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[286].Value = ((int)(R6771600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[286].Value = global::System.DBNull.Value; + } + if ((R6771700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[287].Value = ((int)(R6771700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[287].Value = global::System.DBNull.Value; + } + if ((R6771800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[288].Value = ((int)(R6771800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[288].Value = global::System.DBNull.Value; + } + if ((R6771900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[289].Value = ((int)(R6771900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[289].Value = global::System.DBNull.Value; + } + if ((R6772000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[290].Value = ((int)(R6772000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[290].Value = global::System.DBNull.Value; + } + if ((R6772100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[291].Value = ((int)(R6772100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[291].Value = global::System.DBNull.Value; + } + if ((R6772200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[292].Value = ((int)(R6772200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[292].Value = global::System.DBNull.Value; + } + if ((R6772300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[293].Value = ((int)(R6772300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[293].Value = global::System.DBNull.Value; + } + if ((R6772400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[294].Value = ((int)(R6772400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[294].Value = global::System.DBNull.Value; + } + if ((R6772500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[295].Value = ((int)(R6772500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[295].Value = global::System.DBNull.Value; + } + if ((R6772600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[296].Value = ((int)(R6772600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[296].Value = global::System.DBNull.Value; + } + if ((R6772700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[297].Value = ((int)(R6772700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[297].Value = global::System.DBNull.Value; + } + if ((R6772800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[298].Value = ((int)(R6772800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[298].Value = global::System.DBNull.Value; + } + if ((R6772900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[299].Value = ((int)(R6772900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[299].Value = global::System.DBNull.Value; + } + if ((R6773000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[300].Value = ((int)(R6773000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[300].Value = global::System.DBNull.Value; + } + if ((R6773100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[301].Value = ((int)(R6773100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[301].Value = global::System.DBNull.Value; + } + if ((R6773200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[302].Value = ((int)(R6773200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[302].Value = global::System.DBNull.Value; + } + if ((R6773300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[303].Value = ((int)(R6773300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[303].Value = global::System.DBNull.Value; + } + if ((R6773400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[304].Value = ((int)(R6773400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[304].Value = global::System.DBNull.Value; + } + if ((R6774500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[305].Value = ((int)(R6774500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[305].Value = global::System.DBNull.Value; + } + if ((R6774600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[306].Value = ((int)(R6774600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[306].Value = global::System.DBNull.Value; + } + if ((R6774700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[307].Value = ((int)(R6774700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[307].Value = global::System.DBNull.Value; + } + if ((R6774800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[308].Value = ((int)(R6774800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[308].Value = global::System.DBNull.Value; + } + if ((R6774900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[309].Value = ((int)(R6774900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[309].Value = global::System.DBNull.Value; + } + if ((R6775000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[310].Value = ((int)(R6775000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[310].Value = global::System.DBNull.Value; + } + if ((R6775100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[311].Value = ((int)(R6775100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[311].Value = global::System.DBNull.Value; + } + if ((R6775200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[312].Value = ((int)(R6775200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[312].Value = global::System.DBNull.Value; + } + if ((R6775300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[313].Value = ((int)(R6775300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[313].Value = global::System.DBNull.Value; + } + if ((R6775400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[314].Value = ((int)(R6775400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[314].Value = global::System.DBNull.Value; + } + if ((R6775500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[315].Value = ((int)(R6775500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[315].Value = global::System.DBNull.Value; + } + if ((R6775501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[316].Value = ((int)(R6775501.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[316].Value = global::System.DBNull.Value; + } + if ((R6775600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[317].Value = ((int)(R6775600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[317].Value = global::System.DBNull.Value; + } + if ((R6775601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[318].Value = ((int)(R6775601.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[318].Value = global::System.DBNull.Value; + } + if ((R6775700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[319].Value = ((int)(R6775700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[319].Value = global::System.DBNull.Value; + } + if ((R6775701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[320].Value = ((int)(R6775701.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[320].Value = global::System.DBNull.Value; + } + if ((R6775800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[321].Value = ((int)(R6775800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[321].Value = global::System.DBNull.Value; + } + if ((R6775801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[322].Value = ((int)(R6775801.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[322].Value = global::System.DBNull.Value; + } + if ((R6775900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[323].Value = ((int)(R6775900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[323].Value = global::System.DBNull.Value; + } + if ((R6775901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[324].Value = ((int)(R6775901.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[324].Value = global::System.DBNull.Value; + } + if ((R6776000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[325].Value = ((int)(R6776000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[325].Value = global::System.DBNull.Value; + } + if ((R6776001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[326].Value = ((int)(R6776001.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[326].Value = global::System.DBNull.Value; + } + if ((R6776100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[327].Value = ((int)(R6776100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[327].Value = global::System.DBNull.Value; + } + if ((R6776101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[328].Value = ((int)(R6776101.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[328].Value = global::System.DBNull.Value; + } + if ((R6776200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[329].Value = ((int)(R6776200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[329].Value = global::System.DBNull.Value; + } + if ((R6776201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[330].Value = ((int)(R6776201.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[330].Value = global::System.DBNull.Value; + } + if ((R6776900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[331].Value = ((int)(R6776900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[331].Value = global::System.DBNull.Value; + } + if ((R6777000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[332].Value = ((int)(R6777000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[332].Value = global::System.DBNull.Value; + } + if ((R6777100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[333].Value = ((int)(R6777100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[333].Value = global::System.DBNull.Value; + } + if ((R6777200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[334].Value = ((int)(R6777200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[334].Value = global::System.DBNull.Value; + } + if ((R6777300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[335].Value = ((int)(R6777300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[335].Value = global::System.DBNull.Value; + } + if ((R6777400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[336].Value = ((int)(R6777400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[336].Value = global::System.DBNull.Value; + } + if ((R6777500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[337].Value = ((int)(R6777500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[337].Value = global::System.DBNull.Value; + } + if ((R6777600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[338].Value = ((int)(R6777600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[338].Value = global::System.DBNull.Value; + } + if ((R6777700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[339].Value = ((int)(R6777700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[339].Value = global::System.DBNull.Value; + } + if ((R6777800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[340].Value = ((int)(R6777800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[340].Value = global::System.DBNull.Value; + } + if ((R7415900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[341].Value = ((int)(R7415900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[341].Value = global::System.DBNull.Value; + } + if ((R7416000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[342].Value = ((int)(R7416000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[342].Value = global::System.DBNull.Value; + } + if ((R7416100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[343].Value = ((int)(R7416100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[343].Value = global::System.DBNull.Value; + } + if ((R7416200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[344].Value = ((int)(R7416200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[344].Value = global::System.DBNull.Value; + } + if ((R7416300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[345].Value = ((int)(R7416300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[345].Value = global::System.DBNull.Value; + } + if ((R7416400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[346].Value = ((int)(R7416400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[346].Value = global::System.DBNull.Value; + } + if ((R7416500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[347].Value = ((int)(R7416500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[347].Value = global::System.DBNull.Value; + } + if ((R7416600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[348].Value = ((int)(R7416600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[348].Value = global::System.DBNull.Value; + } + if ((R7416700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[349].Value = ((int)(R7416700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[349].Value = global::System.DBNull.Value; + } + if ((R7416800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[350].Value = ((int)(R7416800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[350].Value = global::System.DBNull.Value; + } + if ((R7416900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[351].Value = ((int)(R7416900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[351].Value = global::System.DBNull.Value; + } + if ((R7417000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[352].Value = ((int)(R7417000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[352].Value = global::System.DBNull.Value; + } + if ((R7417100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[353].Value = ((int)(R7417100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[353].Value = global::System.DBNull.Value; + } + if ((R7417200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[354].Value = ((int)(R7417200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[354].Value = global::System.DBNull.Value; + } + if ((R7417300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[355].Value = ((int)(R7417300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[355].Value = global::System.DBNull.Value; + } + if ((R7417400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[356].Value = ((int)(R7417400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[356].Value = global::System.DBNull.Value; + } + if ((R7417500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[357].Value = ((int)(R7417500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[357].Value = global::System.DBNull.Value; + } + if ((R7417600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[358].Value = ((int)(R7417600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[358].Value = global::System.DBNull.Value; + } + if ((R7417700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[359].Value = ((int)(R7417700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[359].Value = global::System.DBNull.Value; + } + if ((R7417800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[360].Value = ((int)(R7417800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[360].Value = global::System.DBNull.Value; + } + if ((R7418900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[361].Value = ((int)(R7418900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[361].Value = global::System.DBNull.Value; + } + if ((R7419000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[362].Value = ((int)(R7419000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[362].Value = global::System.DBNull.Value; + } + if ((R7419100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[363].Value = ((int)(R7419100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[363].Value = global::System.DBNull.Value; + } + if ((R7419200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[364].Value = ((int)(R7419200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[364].Value = global::System.DBNull.Value; + } + if ((R7419300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[365].Value = ((int)(R7419300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[365].Value = global::System.DBNull.Value; + } + if ((R7419400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[366].Value = ((int)(R7419400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[366].Value = global::System.DBNull.Value; + } + if ((R7419500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[367].Value = ((int)(R7419500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[367].Value = global::System.DBNull.Value; + } + if ((R7419600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[368].Value = ((int)(R7419600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[368].Value = global::System.DBNull.Value; + } + if ((R7419700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[369].Value = ((int)(R7419700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[369].Value = global::System.DBNull.Value; + } + if ((R7419800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[370].Value = ((int)(R7419800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[370].Value = global::System.DBNull.Value; + } + if ((R7419900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[371].Value = ((int)(R7419900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[371].Value = global::System.DBNull.Value; + } + if ((R7419901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[372].Value = ((int)(R7419901.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[372].Value = global::System.DBNull.Value; + } + if ((R7420000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[373].Value = ((int)(R7420000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[373].Value = global::System.DBNull.Value; + } + if ((R7420001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[374].Value = ((int)(R7420001.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[374].Value = global::System.DBNull.Value; + } + if ((R7420100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[375].Value = ((int)(R7420100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[375].Value = global::System.DBNull.Value; + } + if ((R7420101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[376].Value = ((int)(R7420101.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[376].Value = global::System.DBNull.Value; + } + if ((R7420200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[377].Value = ((int)(R7420200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[377].Value = global::System.DBNull.Value; + } + if ((R7420201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[378].Value = ((int)(R7420201.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[378].Value = global::System.DBNull.Value; + } + if ((R7420300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[379].Value = ((int)(R7420300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[379].Value = global::System.DBNull.Value; + } + if ((R7420301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[380].Value = ((int)(R7420301.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[380].Value = global::System.DBNull.Value; + } + if ((R7420400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[381].Value = ((int)(R7420400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[381].Value = global::System.DBNull.Value; + } + if ((R7420401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[382].Value = ((int)(R7420401.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[382].Value = global::System.DBNull.Value; + } + if ((R7420500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[383].Value = ((int)(R7420500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[383].Value = global::System.DBNull.Value; + } + if ((R7420501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[384].Value = ((int)(R7420501.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[384].Value = global::System.DBNull.Value; + } + if ((R7420600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[385].Value = ((int)(R7420600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[385].Value = global::System.DBNull.Value; + } + if ((R7420601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[386].Value = ((int)(R7420601.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[386].Value = global::System.DBNull.Value; + } + if ((R7421400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[387].Value = ((int)(R7421400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[387].Value = global::System.DBNull.Value; + } + if ((R7421500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[388].Value = ((int)(R7421500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[388].Value = global::System.DBNull.Value; + } + if ((R7421600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[389].Value = ((int)(R7421600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[389].Value = global::System.DBNull.Value; + } + if ((R7421700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[390].Value = ((int)(R7421700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[390].Value = global::System.DBNull.Value; + } + if ((R7421800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[391].Value = ((int)(R7421800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[391].Value = global::System.DBNull.Value; + } + if ((R7421900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[392].Value = ((int)(R7421900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[392].Value = global::System.DBNull.Value; + } + if ((R7422000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[393].Value = ((int)(R7422000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[393].Value = global::System.DBNull.Value; + } + if ((R7422100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[394].Value = ((int)(R7422100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[394].Value = global::System.DBNull.Value; + } + if ((R7422200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[395].Value = ((int)(R7422200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[395].Value = global::System.DBNull.Value; + } + if ((R7422300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[396].Value = ((int)(R7422300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[396].Value = global::System.DBNull.Value; + } + if ((R8114000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[397].Value = ((int)(R8114000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[397].Value = global::System.DBNull.Value; + } + if ((R8114100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[398].Value = ((int)(R8114100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[398].Value = global::System.DBNull.Value; + } + if ((R8114200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[399].Value = ((int)(R8114200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[399].Value = global::System.DBNull.Value; + } + if ((R8114300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[400].Value = ((int)(R8114300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[400].Value = global::System.DBNull.Value; + } + if ((R8114400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[401].Value = ((int)(R8114400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[401].Value = global::System.DBNull.Value; + } + if ((R8114500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[402].Value = ((int)(R8114500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[402].Value = global::System.DBNull.Value; + } + if ((R8114600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[403].Value = ((int)(R8114600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[403].Value = global::System.DBNull.Value; + } + if ((R8114700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[404].Value = ((int)(R8114700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[404].Value = global::System.DBNull.Value; + } + if ((R8114800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[405].Value = ((int)(R8114800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[405].Value = global::System.DBNull.Value; + } + if ((R8114900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[406].Value = ((int)(R8114900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[406].Value = global::System.DBNull.Value; + } + if ((R8115000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[407].Value = ((int)(R8115000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[407].Value = global::System.DBNull.Value; + } + if ((R8115100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[408].Value = ((int)(R8115100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[408].Value = global::System.DBNull.Value; + } + if ((R8115200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[409].Value = ((int)(R8115200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[409].Value = global::System.DBNull.Value; + } + if ((R8115300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[410].Value = ((int)(R8115300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[410].Value = global::System.DBNull.Value; + } + if ((R8115400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[411].Value = ((int)(R8115400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[411].Value = global::System.DBNull.Value; + } + if ((R8115500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[412].Value = ((int)(R8115500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[412].Value = global::System.DBNull.Value; + } + if ((R8115600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[413].Value = ((int)(R8115600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[413].Value = global::System.DBNull.Value; + } + if ((R8115700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[414].Value = ((int)(R8115700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[414].Value = global::System.DBNull.Value; + } + if ((R8115800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[415].Value = ((int)(R8115800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[415].Value = global::System.DBNull.Value; + } + if ((R8115900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[416].Value = ((int)(R8115900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[416].Value = global::System.DBNull.Value; + } + if ((R8117000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[417].Value = ((int)(R8117000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[417].Value = global::System.DBNull.Value; + } + if ((R8117100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[418].Value = ((int)(R8117100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[418].Value = global::System.DBNull.Value; + } + if ((R8117200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[419].Value = ((int)(R8117200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[419].Value = global::System.DBNull.Value; + } + if ((R8117300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[420].Value = ((int)(R8117300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[420].Value = global::System.DBNull.Value; + } + if ((R8117400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[421].Value = ((int)(R8117400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[421].Value = global::System.DBNull.Value; + } + if ((R8117500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[422].Value = ((int)(R8117500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[422].Value = global::System.DBNull.Value; + } + if ((R8117600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[423].Value = ((int)(R8117600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[423].Value = global::System.DBNull.Value; + } + if ((R8117700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[424].Value = ((int)(R8117700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[424].Value = global::System.DBNull.Value; + } + if ((R8117800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[425].Value = ((int)(R8117800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[425].Value = global::System.DBNull.Value; + } + if ((R8117900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[426].Value = ((int)(R8117900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[426].Value = global::System.DBNull.Value; + } + if ((R8118000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[427].Value = ((int)(R8118000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[427].Value = global::System.DBNull.Value; + } + if ((R8118001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[428].Value = ((int)(R8118001.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[428].Value = global::System.DBNull.Value; + } + if ((R8118100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[429].Value = ((int)(R8118100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[429].Value = global::System.DBNull.Value; + } + if ((R8118101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[430].Value = ((int)(R8118101.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[430].Value = global::System.DBNull.Value; + } + if ((R8118200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[431].Value = ((int)(R8118200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[431].Value = global::System.DBNull.Value; + } + if ((R8118201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[432].Value = ((int)(R8118201.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[432].Value = global::System.DBNull.Value; + } + if ((R8118300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[433].Value = ((int)(R8118300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[433].Value = global::System.DBNull.Value; + } + if ((R8118301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[434].Value = ((int)(R8118301.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[434].Value = global::System.DBNull.Value; + } + if ((R8118400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[435].Value = ((int)(R8118400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[435].Value = global::System.DBNull.Value; + } + if ((R8118401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[436].Value = ((int)(R8118401.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[436].Value = global::System.DBNull.Value; + } + if ((R8118500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[437].Value = ((int)(R8118500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[437].Value = global::System.DBNull.Value; + } + if ((R8118501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[438].Value = ((int)(R8118501.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[438].Value = global::System.DBNull.Value; + } + if ((R8118600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[439].Value = ((int)(R8118600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[439].Value = global::System.DBNull.Value; + } + if ((R8118601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[440].Value = ((int)(R8118601.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[440].Value = global::System.DBNull.Value; + } + if ((R8118700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[441].Value = ((int)(R8118700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[441].Value = global::System.DBNull.Value; + } + if ((R8118701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[442].Value = ((int)(R8118701.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[442].Value = global::System.DBNull.Value; + } + if ((R8118800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[443].Value = ((int)(R8118800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[443].Value = global::System.DBNull.Value; + } + if ((R8118801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[444].Value = ((int)(R8118801.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[444].Value = global::System.DBNull.Value; + } + if ((R8118900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[445].Value = ((int)(R8118900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[445].Value = global::System.DBNull.Value; + } + if ((R8118901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[446].Value = ((int)(R8118901.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[446].Value = global::System.DBNull.Value; + } + if ((R8119600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[447].Value = ((int)(R8119600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[447].Value = global::System.DBNull.Value; + } + if ((R8119700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[448].Value = ((int)(R8119700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[448].Value = global::System.DBNull.Value; + } + if ((R8119800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[449].Value = ((int)(R8119800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[449].Value = global::System.DBNull.Value; + } + if ((R8119900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[450].Value = ((int)(R8119900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[450].Value = global::System.DBNull.Value; + } + if ((R8120000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[451].Value = ((int)(R8120000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[451].Value = global::System.DBNull.Value; + } + if ((R8120100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[452].Value = ((int)(R8120100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[452].Value = global::System.DBNull.Value; + } + if ((R8120200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[453].Value = ((int)(R8120200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[453].Value = global::System.DBNull.Value; + } + if ((R8120300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[454].Value = ((int)(R8120300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[454].Value = global::System.DBNull.Value; + } + if ((R8120400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[455].Value = ((int)(R8120400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[455].Value = global::System.DBNull.Value; + } + if ((R8120500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[456].Value = ((int)(R8120500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[456].Value = global::System.DBNull.Value; + } + if ((R8135300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[457].Value = ((int)(R8135300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[457].Value = global::System.DBNull.Value; + } + if ((R8135400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[458].Value = ((int)(R8135400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[458].Value = global::System.DBNull.Value; + } + if ((R8135500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[459].Value = ((int)(R8135500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[459].Value = global::System.DBNull.Value; + } + if ((R8135600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[460].Value = ((int)(R8135600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[460].Value = global::System.DBNull.Value; + } + if ((R8135700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[461].Value = ((int)(R8135700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[461].Value = global::System.DBNull.Value; + } + if ((R8135800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[462].Value = ((int)(R8135800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[462].Value = global::System.DBNull.Value; + } + if ((R8135900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[463].Value = ((int)(R8135900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[463].Value = global::System.DBNull.Value; + } + if ((R9900600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[464].Value = ((int)(R9900600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[464].Value = global::System.DBNull.Value; + } + if ((R9900601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[465].Value = ((int)(R9900601.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[465].Value = global::System.DBNull.Value; + } + if ((R9901400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[466].Value = ((int)(R9901400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[466].Value = global::System.DBNull.Value; + } + if ((R9901401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[467].Value = ((int)(R9901401.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[467].Value = global::System.DBNull.Value; + } + if ((R9902200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[468].Value = ((int)(R9902200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[468].Value = global::System.DBNull.Value; + } + if ((R9902201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[469].Value = ((int)(R9902201.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[469].Value = global::System.DBNull.Value; + } + if ((R9903000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[470].Value = ((int)(R9903000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[470].Value = global::System.DBNull.Value; + } + if ((R9903001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[471].Value = ((int)(R9903001.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[471].Value = global::System.DBNull.Value; + } + if ((R9903800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[472].Value = ((int)(R9903800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[472].Value = global::System.DBNull.Value; + } + if ((R9903801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[473].Value = ((int)(R9903801.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[473].Value = global::System.DBNull.Value; + } + if ((R9904600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[474].Value = ((int)(R9904600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[474].Value = global::System.DBNull.Value; + } + if ((R9904601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[475].Value = ((int)(R9904601.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[475].Value = global::System.DBNull.Value; + } + if ((R9905400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[476].Value = ((int)(R9905400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[476].Value = global::System.DBNull.Value; + } + if ((R9905401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[477].Value = ((int)(R9905401.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[477].Value = global::System.DBNull.Value; + } + if ((R9911200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[478].Value = ((int)(R9911200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[478].Value = global::System.DBNull.Value; + } + if ((R9911201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[479].Value = ((int)(R9911201.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[479].Value = global::System.DBNull.Value; + } + if ((T0345800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[480].Value = ((int)(T0345800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[480].Value = global::System.DBNull.Value; + } + if ((T0345900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[481].Value = ((int)(T0345900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[481].Value = global::System.DBNull.Value; + } + if ((T0346000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[482].Value = ((int)(T0346000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[482].Value = global::System.DBNull.Value; + } + if ((T0346100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[483].Value = ((int)(T0346100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[483].Value = global::System.DBNull.Value; + } + if ((T0346200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[484].Value = ((int)(T0346200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[484].Value = global::System.DBNull.Value; + } + if ((T0346300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[485].Value = ((int)(T0346300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[485].Value = global::System.DBNull.Value; + } + if ((T0346400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[486].Value = ((int)(T0346400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[486].Value = global::System.DBNull.Value; + } + if ((T0346500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[487].Value = ((int)(T0346500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[487].Value = global::System.DBNull.Value; + } + if ((T0346600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[488].Value = ((int)(T0346600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[488].Value = global::System.DBNull.Value; + } + if ((T0346700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[489].Value = ((int)(T0346700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[489].Value = global::System.DBNull.Value; + } + if ((T0346800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[490].Value = ((int)(T0346800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[490].Value = global::System.DBNull.Value; + } + if ((T0346900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[491].Value = ((int)(T0346900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[491].Value = global::System.DBNull.Value; + } + if ((T0347000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[492].Value = ((int)(T0347000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[492].Value = global::System.DBNull.Value; + } + if ((T0347100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[493].Value = ((int)(T0347100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[493].Value = global::System.DBNull.Value; + } + if ((T0347200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[494].Value = ((int)(T0347200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[494].Value = global::System.DBNull.Value; + } + if ((T0347300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[495].Value = ((int)(T0347300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[495].Value = global::System.DBNull.Value; + } + if ((T0347400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[496].Value = ((int)(T0347400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[496].Value = global::System.DBNull.Value; + } + if ((T0347500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[497].Value = ((int)(T0347500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[497].Value = global::System.DBNull.Value; + } + if ((T0347600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[498].Value = ((int)(T0347600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[498].Value = global::System.DBNull.Value; + } + if ((T0347700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[499].Value = ((int)(T0347700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[499].Value = global::System.DBNull.Value; + } + if ((T0347800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[500].Value = ((int)(T0347800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[500].Value = global::System.DBNull.Value; + } + if ((T0349000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[501].Value = ((int)(T0349000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[501].Value = global::System.DBNull.Value; + } + if ((T0349100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[502].Value = ((int)(T0349100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[502].Value = global::System.DBNull.Value; + } + if ((T0349200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[503].Value = ((int)(T0349200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[503].Value = global::System.DBNull.Value; + } + if ((T0349300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[504].Value = ((int)(T0349300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[504].Value = global::System.DBNull.Value; + } + if ((T0349400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[505].Value = ((int)(T0349400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[505].Value = global::System.DBNull.Value; + } + if ((T0349500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[506].Value = ((int)(T0349500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[506].Value = global::System.DBNull.Value; + } + if ((T0349600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[507].Value = ((int)(T0349600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[507].Value = global::System.DBNull.Value; + } + if ((T0349700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[508].Value = ((int)(T0349700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[508].Value = global::System.DBNull.Value; + } + if ((T0349800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[509].Value = ((int)(T0349800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[509].Value = global::System.DBNull.Value; + } + if ((T0349900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[510].Value = ((int)(T0349900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[510].Value = global::System.DBNull.Value; + } + if ((T0350000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[511].Value = ((int)(T0350000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[511].Value = global::System.DBNull.Value; + } + if ((T0350100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[512].Value = ((int)(T0350100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[512].Value = global::System.DBNull.Value; + } + if ((T0350101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[513].Value = ((int)(T0350101.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[513].Value = global::System.DBNull.Value; + } + if ((T0350200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[514].Value = ((int)(T0350200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[514].Value = global::System.DBNull.Value; + } + if ((T0350201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[515].Value = ((int)(T0350201.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[515].Value = global::System.DBNull.Value; + } + if ((T0350300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[516].Value = ((int)(T0350300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[516].Value = global::System.DBNull.Value; + } + if ((T0350301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[517].Value = ((int)(T0350301.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[517].Value = global::System.DBNull.Value; + } + if ((T0350400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[518].Value = ((int)(T0350400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[518].Value = global::System.DBNull.Value; + } + if ((T0350401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[519].Value = ((int)(T0350401.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[519].Value = global::System.DBNull.Value; + } + if ((T0350500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[520].Value = ((int)(T0350500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[520].Value = global::System.DBNull.Value; + } + if ((T0350501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[521].Value = ((int)(T0350501.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[521].Value = global::System.DBNull.Value; + } + if ((T0350600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[522].Value = ((int)(T0350600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[522].Value = global::System.DBNull.Value; + } + if ((T0350601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[523].Value = ((int)(T0350601.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[523].Value = global::System.DBNull.Value; + } + if ((T0350700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[524].Value = ((int)(T0350700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[524].Value = global::System.DBNull.Value; + } + if ((T0350701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[525].Value = ((int)(T0350701.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[525].Value = global::System.DBNull.Value; + } + if ((T0350800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[526].Value = ((int)(T0350800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[526].Value = global::System.DBNull.Value; + } + if ((T0350801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[527].Value = ((int)(T0350801.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[527].Value = global::System.DBNull.Value; + } + if ((T0350900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[528].Value = ((int)(T0350900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[528].Value = global::System.DBNull.Value; + } + if ((T0350901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[529].Value = ((int)(T0350901.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[529].Value = global::System.DBNull.Value; + } + if ((T0351000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[530].Value = ((int)(T0351000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[530].Value = global::System.DBNull.Value; + } + if ((T0351001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[531].Value = ((int)(T0351001.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[531].Value = global::System.DBNull.Value; + } + if ((T0351900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[532].Value = ((int)(T0351900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[532].Value = global::System.DBNull.Value; + } + if ((T0352000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[533].Value = ((int)(T0352000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[533].Value = global::System.DBNull.Value; + } + if ((T0352100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[534].Value = ((int)(T0352100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[534].Value = global::System.DBNull.Value; + } + if ((T0352200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[535].Value = ((int)(T0352200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[535].Value = global::System.DBNull.Value; + } + if ((T0352300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[536].Value = ((int)(T0352300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[536].Value = global::System.DBNull.Value; + } + if ((T0352400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[537].Value = ((int)(T0352400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[537].Value = global::System.DBNull.Value; + } + if ((T0352500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[538].Value = ((int)(T0352500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[538].Value = global::System.DBNull.Value; + } + if ((T0352600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[539].Value = ((int)(T0352600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[539].Value = global::System.DBNull.Value; + } + if ((T0352700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[540].Value = ((int)(T0352700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[540].Value = global::System.DBNull.Value; + } + if ((T0352800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[541].Value = ((int)(T0352800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[541].Value = global::System.DBNull.Value; + } + if ((T0352900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[542].Value = ((int)(T0352900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[542].Value = global::System.DBNull.Value; + } + if ((T0597800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[543].Value = ((int)(T0597800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[543].Value = global::System.DBNull.Value; + } + if ((T0597900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[544].Value = ((int)(T0597900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[544].Value = global::System.DBNull.Value; + } + if ((T0598000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[545].Value = ((int)(T0598000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[545].Value = global::System.DBNull.Value; + } + if ((T0598100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[546].Value = ((int)(T0598100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[546].Value = global::System.DBNull.Value; + } + if ((T0598200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[547].Value = ((int)(T0598200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[547].Value = global::System.DBNull.Value; + } + if ((T0598300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[548].Value = ((int)(T0598300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[548].Value = global::System.DBNull.Value; + } + if ((T0598400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[549].Value = ((int)(T0598400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[549].Value = global::System.DBNull.Value; + } + if ((T1495200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[550].Value = ((int)(T1495200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[550].Value = global::System.DBNull.Value; + } + if ((T1495300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[551].Value = ((int)(T1495300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[551].Value = global::System.DBNull.Value; + } + if ((T1495400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[552].Value = ((int)(T1495400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[552].Value = global::System.DBNull.Value; + } + if ((T1495500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[553].Value = ((int)(T1495500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[553].Value = global::System.DBNull.Value; + } + if ((T1495600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[554].Value = ((int)(T1495600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[554].Value = global::System.DBNull.Value; + } + if ((T1495700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[555].Value = ((int)(T1495700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[555].Value = global::System.DBNull.Value; + } + if ((T1495800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[556].Value = ((int)(T1495800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[556].Value = global::System.DBNull.Value; + } + if ((T1495900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[557].Value = ((int)(T1495900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[557].Value = global::System.DBNull.Value; + } + if ((T1496000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[558].Value = ((int)(T1496000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[558].Value = global::System.DBNull.Value; + } + if ((T1496100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[559].Value = ((int)(T1496100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[559].Value = global::System.DBNull.Value; + } + if ((T1496200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[560].Value = ((int)(T1496200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[560].Value = global::System.DBNull.Value; + } + if ((T1496300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[561].Value = ((int)(T1496300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[561].Value = global::System.DBNull.Value; + } + if ((T1496400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[562].Value = ((int)(T1496400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[562].Value = global::System.DBNull.Value; + } + if ((T1496500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[563].Value = ((int)(T1496500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[563].Value = global::System.DBNull.Value; + } + if ((T1496600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[564].Value = ((int)(T1496600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[564].Value = global::System.DBNull.Value; + } + if ((T1496700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[565].Value = ((int)(T1496700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[565].Value = global::System.DBNull.Value; + } + if ((T1496800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[566].Value = ((int)(T1496800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[566].Value = global::System.DBNull.Value; + } + if ((T1496900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[567].Value = ((int)(T1496900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[567].Value = global::System.DBNull.Value; + } + if ((T1497000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[568].Value = ((int)(T1497000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[568].Value = global::System.DBNull.Value; + } + if ((T1497100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[569].Value = ((int)(T1497100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[569].Value = global::System.DBNull.Value; + } + if ((T1497200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[570].Value = ((int)(T1497200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[570].Value = global::System.DBNull.Value; + } + if ((T1498400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[571].Value = ((int)(T1498400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[571].Value = global::System.DBNull.Value; + } + if ((T1498500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[572].Value = ((int)(T1498500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[572].Value = global::System.DBNull.Value; + } + if ((T1498600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[573].Value = ((int)(T1498600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[573].Value = global::System.DBNull.Value; + } + if ((T1498700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[574].Value = ((int)(T1498700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[574].Value = global::System.DBNull.Value; + } + if ((T1498800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[575].Value = ((int)(T1498800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[575].Value = global::System.DBNull.Value; + } + if ((T1498900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[576].Value = ((int)(T1498900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[576].Value = global::System.DBNull.Value; + } + if ((T1499000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[577].Value = ((int)(T1499000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[577].Value = global::System.DBNull.Value; + } + if ((T1499100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[578].Value = ((int)(T1499100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[578].Value = global::System.DBNull.Value; + } + if ((T1499200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[579].Value = ((int)(T1499200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[579].Value = global::System.DBNull.Value; + } + if ((T1499300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[580].Value = ((int)(T1499300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[580].Value = global::System.DBNull.Value; + } + if ((T1499400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[581].Value = ((int)(T1499400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[581].Value = global::System.DBNull.Value; + } + if ((T1499500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[582].Value = ((int)(T1499500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[582].Value = global::System.DBNull.Value; + } + if ((T1499501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[583].Value = ((int)(T1499501.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[583].Value = global::System.DBNull.Value; + } + if ((T1499600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[584].Value = ((int)(T1499600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[584].Value = global::System.DBNull.Value; + } + if ((T1499601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[585].Value = ((int)(T1499601.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[585].Value = global::System.DBNull.Value; + } + if ((T1499700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[586].Value = ((int)(T1499700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[586].Value = global::System.DBNull.Value; + } + if ((T1499701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[587].Value = ((int)(T1499701.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[587].Value = global::System.DBNull.Value; + } + if ((T1499800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[588].Value = ((int)(T1499800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[588].Value = global::System.DBNull.Value; + } + if ((T1499801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[589].Value = ((int)(T1499801.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[589].Value = global::System.DBNull.Value; + } + if ((T1499900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[590].Value = ((int)(T1499900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[590].Value = global::System.DBNull.Value; + } + if ((T1499901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[591].Value = ((int)(T1499901.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[591].Value = global::System.DBNull.Value; + } + if ((T1500000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[592].Value = ((int)(T1500000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[592].Value = global::System.DBNull.Value; + } + if ((T1500001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[593].Value = ((int)(T1500001.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[593].Value = global::System.DBNull.Value; + } + if ((T1500100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[594].Value = ((int)(T1500100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[594].Value = global::System.DBNull.Value; + } + if ((T1500101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[595].Value = ((int)(T1500101.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[595].Value = global::System.DBNull.Value; + } + if ((T1500200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[596].Value = ((int)(T1500200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[596].Value = global::System.DBNull.Value; + } + if ((T1500201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[597].Value = ((int)(T1500201.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[597].Value = global::System.DBNull.Value; + } + if ((T1500300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[598].Value = ((int)(T1500300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[598].Value = global::System.DBNull.Value; + } + if ((T1500301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[599].Value = ((int)(T1500301.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[599].Value = global::System.DBNull.Value; + } + if ((T1500400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[600].Value = ((int)(T1500400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[600].Value = global::System.DBNull.Value; + } + if ((T1500401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[601].Value = ((int)(T1500401.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[601].Value = global::System.DBNull.Value; + } + if ((T1501100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[602].Value = ((int)(T1501100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[602].Value = global::System.DBNull.Value; + } + if ((T1501200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[603].Value = ((int)(T1501200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[603].Value = global::System.DBNull.Value; + } + if ((T1501300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[604].Value = ((int)(T1501300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[604].Value = global::System.DBNull.Value; + } + if ((T1501400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[605].Value = ((int)(T1501400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[605].Value = global::System.DBNull.Value; + } + if ((T1501500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[606].Value = ((int)(T1501500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[606].Value = global::System.DBNull.Value; + } + if ((T1501600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[607].Value = ((int)(T1501600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[607].Value = global::System.DBNull.Value; + } + if ((T1501700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[608].Value = ((int)(T1501700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[608].Value = global::System.DBNull.Value; + } + if ((T1501800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[609].Value = ((int)(T1501800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[609].Value = global::System.DBNull.Value; + } + if ((T1501900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[610].Value = ((int)(T1501900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[610].Value = global::System.DBNull.Value; + } + if ((T1502000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[611].Value = ((int)(T1502000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[611].Value = global::System.DBNull.Value; + } + if ((T1502100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[612].Value = ((int)(T1502100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[612].Value = global::System.DBNull.Value; + } + if ((T1765100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[613].Value = ((int)(T1765100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[613].Value = global::System.DBNull.Value; + } + if ((T1765200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[614].Value = ((int)(T1765200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[614].Value = global::System.DBNull.Value; + } + if ((T1765300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[615].Value = ((int)(T1765300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[615].Value = global::System.DBNull.Value; + } + if ((T1765400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[616].Value = ((int)(T1765400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[616].Value = global::System.DBNull.Value; + } + if ((T1765500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[617].Value = ((int)(T1765500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[617].Value = global::System.DBNull.Value; + } + if ((T1765600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[618].Value = ((int)(T1765600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[618].Value = global::System.DBNull.Value; + } + if ((T1765700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[619].Value = ((int)(T1765700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[619].Value = global::System.DBNull.Value; + } + if ((T2541200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[620].Value = ((int)(T2541200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[620].Value = global::System.DBNull.Value; + } + if ((T2541300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[621].Value = ((int)(T2541300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[621].Value = global::System.DBNull.Value; + } + if ((T2541400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[622].Value = ((int)(T2541400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[622].Value = global::System.DBNull.Value; + } + if ((T2541500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[623].Value = ((int)(T2541500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[623].Value = global::System.DBNull.Value; + } + if ((T2541600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[624].Value = ((int)(T2541600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[624].Value = global::System.DBNull.Value; + } + if ((T2541700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[625].Value = ((int)(T2541700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[625].Value = global::System.DBNull.Value; + } + if ((T2541800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[626].Value = ((int)(T2541800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[626].Value = global::System.DBNull.Value; + } + if ((T2541900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[627].Value = ((int)(T2541900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[627].Value = global::System.DBNull.Value; + } + if ((T2542000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[628].Value = ((int)(T2542000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[628].Value = global::System.DBNull.Value; + } + if ((T2542100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[629].Value = ((int)(T2542100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[629].Value = global::System.DBNull.Value; + } + if ((T2542200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[630].Value = ((int)(T2542200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[630].Value = global::System.DBNull.Value; + } + if ((T2542300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[631].Value = ((int)(T2542300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[631].Value = global::System.DBNull.Value; + } + if ((T2542400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[632].Value = ((int)(T2542400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[632].Value = global::System.DBNull.Value; + } + if ((T2542500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[633].Value = ((int)(T2542500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[633].Value = global::System.DBNull.Value; + } + if ((T2542600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[634].Value = ((int)(T2542600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[634].Value = global::System.DBNull.Value; + } + if ((T2542700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[635].Value = ((int)(T2542700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[635].Value = global::System.DBNull.Value; + } + if ((T2542800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[636].Value = ((int)(T2542800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[636].Value = global::System.DBNull.Value; + } + if ((T2542900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[637].Value = ((int)(T2542900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[637].Value = global::System.DBNull.Value; + } + if ((T2543000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[638].Value = ((int)(T2543000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[638].Value = global::System.DBNull.Value; + } + if ((T2543100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[639].Value = ((int)(T2543100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[639].Value = global::System.DBNull.Value; + } + if ((T2544200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[640].Value = ((int)(T2544200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[640].Value = global::System.DBNull.Value; + } + if ((T2544300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[641].Value = ((int)(T2544300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[641].Value = global::System.DBNull.Value; + } + if ((T2544400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[642].Value = ((int)(T2544400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[642].Value = global::System.DBNull.Value; + } + if ((T2544500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[643].Value = ((int)(T2544500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[643].Value = global::System.DBNull.Value; + } + if ((T2544600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[644].Value = ((int)(T2544600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[644].Value = global::System.DBNull.Value; + } + if ((T2544700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[645].Value = ((int)(T2544700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[645].Value = global::System.DBNull.Value; + } + if ((T2544800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[646].Value = ((int)(T2544800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[646].Value = global::System.DBNull.Value; + } + if ((T2544900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[647].Value = ((int)(T2544900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[647].Value = global::System.DBNull.Value; + } + if ((T2545000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[648].Value = ((int)(T2545000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[648].Value = global::System.DBNull.Value; + } + if ((T2545100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[649].Value = ((int)(T2545100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[649].Value = global::System.DBNull.Value; + } + if ((T2545200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[650].Value = ((int)(T2545200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[650].Value = global::System.DBNull.Value; + } + if ((T2545201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[651].Value = ((int)(T2545201.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[651].Value = global::System.DBNull.Value; + } + if ((T2545300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[652].Value = ((int)(T2545300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[652].Value = global::System.DBNull.Value; + } + if ((T2545301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[653].Value = ((int)(T2545301.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[653].Value = global::System.DBNull.Value; + } + if ((T2545400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[654].Value = ((int)(T2545400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[654].Value = global::System.DBNull.Value; + } + if ((T2545401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[655].Value = ((int)(T2545401.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[655].Value = global::System.DBNull.Value; + } + if ((T2545500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[656].Value = ((int)(T2545500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[656].Value = global::System.DBNull.Value; + } + if ((T2545501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[657].Value = ((int)(T2545501.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[657].Value = global::System.DBNull.Value; + } + if ((T2545600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[658].Value = ((int)(T2545600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[658].Value = global::System.DBNull.Value; + } + if ((T2545601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[659].Value = ((int)(T2545601.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[659].Value = global::System.DBNull.Value; + } + if ((T2545700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[660].Value = ((int)(T2545700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[660].Value = global::System.DBNull.Value; + } + if ((T2545701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[661].Value = ((int)(T2545701.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[661].Value = global::System.DBNull.Value; + } + if ((T2545800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[662].Value = ((int)(T2545800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[662].Value = global::System.DBNull.Value; + } + if ((T2545801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[663].Value = ((int)(T2545801.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[663].Value = global::System.DBNull.Value; + } + if ((T2545900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[664].Value = ((int)(T2545900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[664].Value = global::System.DBNull.Value; + } + if ((T2545901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[665].Value = ((int)(T2545901.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[665].Value = global::System.DBNull.Value; + } + if ((T2546000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[666].Value = ((int)(T2546000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[666].Value = global::System.DBNull.Value; + } + if ((T2546001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[667].Value = ((int)(T2546001.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[667].Value = global::System.DBNull.Value; + } + if ((T2546800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[668].Value = ((int)(T2546800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[668].Value = global::System.DBNull.Value; + } + if ((T2546900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[669].Value = ((int)(T2546900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[669].Value = global::System.DBNull.Value; + } + if ((T2547000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[670].Value = ((int)(T2547000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[670].Value = global::System.DBNull.Value; + } + if ((T2547100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[671].Value = ((int)(T2547100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[671].Value = global::System.DBNull.Value; + } + if ((T2547200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[672].Value = ((int)(T2547200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[672].Value = global::System.DBNull.Value; + } + if ((T2547300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[673].Value = ((int)(T2547300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[673].Value = global::System.DBNull.Value; + } + if ((T2547400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[674].Value = ((int)(T2547400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[674].Value = global::System.DBNull.Value; + } + if ((T2547500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[675].Value = ((int)(T2547500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[675].Value = global::System.DBNull.Value; + } + if ((T2547600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[676].Value = ((int)(T2547600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[676].Value = global::System.DBNull.Value; + } + if ((T2547700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[677].Value = ((int)(T2547700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[677].Value = global::System.DBNull.Value; + } + if ((T2763400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[678].Value = ((int)(T2763400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[678].Value = global::System.DBNull.Value; + } + if ((T2763500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[679].Value = ((int)(T2763500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[679].Value = global::System.DBNull.Value; + } + if ((T2763600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[680].Value = ((int)(T2763600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[680].Value = global::System.DBNull.Value; + } + if ((T2763700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[681].Value = ((int)(T2763700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[681].Value = global::System.DBNull.Value; + } + if ((T2763800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[682].Value = ((int)(T2763800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[682].Value = global::System.DBNull.Value; + } + if ((T2763900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[683].Value = ((int)(T2763900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[683].Value = global::System.DBNull.Value; + } + if ((T2764000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[684].Value = ((int)(T2764000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[684].Value = global::System.DBNull.Value; + } + if ((T3527500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[685].Value = ((int)(T3527500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[685].Value = global::System.DBNull.Value; + } + if ((T3527600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[686].Value = ((int)(T3527600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[686].Value = global::System.DBNull.Value; + } + if ((T3527700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[687].Value = ((int)(T3527700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[687].Value = global::System.DBNull.Value; + } + if ((T3527800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[688].Value = ((int)(T3527800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[688].Value = global::System.DBNull.Value; + } + if ((T3527900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[689].Value = ((int)(T3527900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[689].Value = global::System.DBNull.Value; + } + if ((T3528000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[690].Value = ((int)(T3528000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[690].Value = global::System.DBNull.Value; + } + if ((T3528100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[691].Value = ((int)(T3528100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[691].Value = global::System.DBNull.Value; + } + if ((T3528200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[692].Value = ((int)(T3528200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[692].Value = global::System.DBNull.Value; + } + if ((T3528300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[693].Value = ((int)(T3528300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[693].Value = global::System.DBNull.Value; + } + if ((T3528400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[694].Value = ((int)(T3528400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[694].Value = global::System.DBNull.Value; + } + if ((T3530500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[695].Value = ((int)(T3530500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[695].Value = global::System.DBNull.Value; + } + if ((T3530600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[696].Value = ((int)(T3530600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[696].Value = global::System.DBNull.Value; + } + if ((T3530700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[697].Value = ((int)(T3530700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[697].Value = global::System.DBNull.Value; + } + if ((T3530800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[698].Value = ((int)(T3530800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[698].Value = global::System.DBNull.Value; + } + if ((T3530900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[699].Value = ((int)(T3530900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[699].Value = global::System.DBNull.Value; + } + if ((T3531000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[700].Value = ((int)(T3531000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[700].Value = global::System.DBNull.Value; + } + if ((T3531100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[701].Value = ((int)(T3531100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[701].Value = global::System.DBNull.Value; + } + if ((T3531200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[702].Value = ((int)(T3531200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[702].Value = global::System.DBNull.Value; + } + if ((T3531300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[703].Value = ((int)(T3531300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[703].Value = global::System.DBNull.Value; + } + if ((T3531400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[704].Value = ((int)(T3531400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[704].Value = global::System.DBNull.Value; + } + if ((T3531500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[705].Value = ((int)(T3531500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[705].Value = global::System.DBNull.Value; + } + if ((T3531501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[706].Value = ((int)(T3531501.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[706].Value = global::System.DBNull.Value; + } + if ((T3531600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[707].Value = ((int)(T3531600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[707].Value = global::System.DBNull.Value; + } + if ((T3531601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[708].Value = ((int)(T3531601.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[708].Value = global::System.DBNull.Value; + } + if ((T3531700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[709].Value = ((int)(T3531700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[709].Value = global::System.DBNull.Value; + } + if ((T3531701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[710].Value = ((int)(T3531701.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[710].Value = global::System.DBNull.Value; + } + if ((T3531800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[711].Value = ((int)(T3531800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[711].Value = global::System.DBNull.Value; + } + if ((T3531801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[712].Value = ((int)(T3531801.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[712].Value = global::System.DBNull.Value; + } + if ((T3531900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[713].Value = ((int)(T3531900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[713].Value = global::System.DBNull.Value; + } + if ((T3531901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[714].Value = ((int)(T3531901.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[714].Value = global::System.DBNull.Value; + } + if ((T3532000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[715].Value = ((int)(T3532000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[715].Value = global::System.DBNull.Value; + } + if ((T3532001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[716].Value = ((int)(T3532001.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[716].Value = global::System.DBNull.Value; + } + if ((T3532100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[717].Value = ((int)(T3532100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[717].Value = global::System.DBNull.Value; + } + if ((T3532101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[718].Value = ((int)(T3532101.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[718].Value = global::System.DBNull.Value; + } + if ((T3532200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[719].Value = ((int)(T3532200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[719].Value = global::System.DBNull.Value; + } + if ((T3532201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[720].Value = ((int)(T3532201.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[720].Value = global::System.DBNull.Value; + } + if ((T3532300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[721].Value = ((int)(T3532300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[721].Value = global::System.DBNull.Value; + } + if ((T3532301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[722].Value = ((int)(T3532301.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[722].Value = global::System.DBNull.Value; + } + if ((T3532400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[723].Value = ((int)(T3532400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[723].Value = global::System.DBNull.Value; + } + if ((T3532401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[724].Value = ((int)(T3532401.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[724].Value = global::System.DBNull.Value; + } + if ((T3533200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[725].Value = ((int)(T3533200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[725].Value = global::System.DBNull.Value; + } + if ((T3533300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[726].Value = ((int)(T3533300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[726].Value = global::System.DBNull.Value; + } + if ((T3533400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[727].Value = ((int)(T3533400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[727].Value = global::System.DBNull.Value; + } + if ((T3533500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[728].Value = ((int)(T3533500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[728].Value = global::System.DBNull.Value; + } + if ((T3533600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[729].Value = ((int)(T3533600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[729].Value = global::System.DBNull.Value; + } + if ((T3533700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[730].Value = ((int)(T3533700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[730].Value = global::System.DBNull.Value; + } + if ((T3533800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[731].Value = ((int)(T3533800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[731].Value = global::System.DBNull.Value; + } + if ((T3533900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[732].Value = ((int)(T3533900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[732].Value = global::System.DBNull.Value; + } + if ((T3534000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[733].Value = ((int)(T3534000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[733].Value = global::System.DBNull.Value; + } + if ((T3534100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[734].Value = ((int)(T3534100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[734].Value = global::System.DBNull.Value; + } + if ((T3729600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[735].Value = ((int)(T3729600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[735].Value = global::System.DBNull.Value; + } + if ((T3729700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[736].Value = ((int)(T3729700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[736].Value = global::System.DBNull.Value; + } + if ((T3729800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[737].Value = ((int)(T3729800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[737].Value = global::System.DBNull.Value; + } + if ((T3729900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[738].Value = ((int)(T3729900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[738].Value = global::System.DBNull.Value; + } + if ((T3730000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[739].Value = ((int)(T3730000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[739].Value = global::System.DBNull.Value; + } + if ((T3730100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[740].Value = ((int)(T3730100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[740].Value = global::System.DBNull.Value; + } + if ((T4496200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[741].Value = ((int)(T4496200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[741].Value = global::System.DBNull.Value; + } + if ((T4496300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[742].Value = ((int)(T4496300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[742].Value = global::System.DBNull.Value; + } + if ((T4496400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[743].Value = ((int)(T4496400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[743].Value = global::System.DBNull.Value; + } + if ((T4496500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[744].Value = ((int)(T4496500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[744].Value = global::System.DBNull.Value; + } + if ((T4496600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[745].Value = ((int)(T4496600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[745].Value = global::System.DBNull.Value; + } + if ((T4496700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[746].Value = ((int)(T4496700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[746].Value = global::System.DBNull.Value; + } + if ((T4496800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[747].Value = ((int)(T4496800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[747].Value = global::System.DBNull.Value; + } + if ((T4496900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[748].Value = ((int)(T4496900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[748].Value = global::System.DBNull.Value; + } + if ((T4497000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[749].Value = ((int)(T4497000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[749].Value = global::System.DBNull.Value; + } + if ((T4497100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[750].Value = ((int)(T4497100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[750].Value = global::System.DBNull.Value; + } + if ((T4500700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[751].Value = ((int)(T4500700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[751].Value = global::System.DBNull.Value; + } + if ((T4500800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[752].Value = ((int)(T4500800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[752].Value = global::System.DBNull.Value; + } + if ((T4500900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[753].Value = ((int)(T4500900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[753].Value = global::System.DBNull.Value; + } + if ((T4501000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[754].Value = ((int)(T4501000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[754].Value = global::System.DBNull.Value; + } + if ((T4501100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[755].Value = ((int)(T4501100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[755].Value = global::System.DBNull.Value; + } + if ((T4501200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[756].Value = ((int)(T4501200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[756].Value = global::System.DBNull.Value; + } + if ((T4501300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[757].Value = ((int)(T4501300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[757].Value = global::System.DBNull.Value; + } + if ((T4501400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[758].Value = ((int)(T4501400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[758].Value = global::System.DBNull.Value; + } + if ((T4501500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[759].Value = ((int)(T4501500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[759].Value = global::System.DBNull.Value; + } + if ((T4501600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[760].Value = ((int)(T4501600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[760].Value = global::System.DBNull.Value; + } + if ((T4501700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[761].Value = ((int)(T4501700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[761].Value = global::System.DBNull.Value; + } + if ((T4501701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[762].Value = ((int)(T4501701.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[762].Value = global::System.DBNull.Value; + } + if ((T4501800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[763].Value = ((int)(T4501800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[763].Value = global::System.DBNull.Value; + } + if ((T4501801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[764].Value = ((int)(T4501801.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[764].Value = global::System.DBNull.Value; + } + if ((T4501900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[765].Value = ((int)(T4501900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[765].Value = global::System.DBNull.Value; + } + if ((T4501901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[766].Value = ((int)(T4501901.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[766].Value = global::System.DBNull.Value; + } + if ((T4502000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[767].Value = ((int)(T4502000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[767].Value = global::System.DBNull.Value; + } + if ((T4502001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[768].Value = ((int)(T4502001.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[768].Value = global::System.DBNull.Value; + } + if ((T4502100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[769].Value = ((int)(T4502100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[769].Value = global::System.DBNull.Value; + } + if ((T4502101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[770].Value = ((int)(T4502101.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[770].Value = global::System.DBNull.Value; + } + if ((T4502200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[771].Value = ((int)(T4502200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[771].Value = global::System.DBNull.Value; + } + if ((T4502201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[772].Value = ((int)(T4502201.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[772].Value = global::System.DBNull.Value; + } + if ((T4502300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[773].Value = ((int)(T4502300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[773].Value = global::System.DBNull.Value; + } + if ((T4502301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[774].Value = ((int)(T4502301.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[774].Value = global::System.DBNull.Value; + } + if ((T4502400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[775].Value = ((int)(T4502400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[775].Value = global::System.DBNull.Value; + } + if ((T4502401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[776].Value = ((int)(T4502401.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[776].Value = global::System.DBNull.Value; + } + if ((T4502500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[777].Value = ((int)(T4502500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[777].Value = global::System.DBNull.Value; + } + if ((T4502501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[778].Value = ((int)(T4502501.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[778].Value = global::System.DBNull.Value; + } + if ((T4502600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[779].Value = ((int)(T4502600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[779].Value = global::System.DBNull.Value; + } + if ((T4502601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[780].Value = ((int)(T4502601.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[780].Value = global::System.DBNull.Value; + } + if ((T4504900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[781].Value = ((int)(T4504900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[781].Value = global::System.DBNull.Value; + } + if ((T4505000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[782].Value = ((int)(T4505000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[782].Value = global::System.DBNull.Value; + } + if ((T4505100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[783].Value = ((int)(T4505100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[783].Value = global::System.DBNull.Value; + } + if ((T4505200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[784].Value = ((int)(T4505200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[784].Value = global::System.DBNull.Value; + } + if ((T4505300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[785].Value = ((int)(T4505300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[785].Value = global::System.DBNull.Value; + } + if ((T4505400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[786].Value = ((int)(T4505400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[786].Value = global::System.DBNull.Value; + } + if ((T4505500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[787].Value = ((int)(T4505500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[787].Value = global::System.DBNull.Value; + } + if ((T4505600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[788].Value = ((int)(T4505600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[788].Value = global::System.DBNull.Value; + } + if ((T4505700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[789].Value = ((int)(T4505700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[789].Value = global::System.DBNull.Value; + } + if ((T4505800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[790].Value = ((int)(T4505800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[790].Value = global::System.DBNull.Value; + } + if ((T4703500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[791].Value = ((int)(T4703500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[791].Value = global::System.DBNull.Value; } - if ((R1373300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(R1373300.Value)); + if ((T4703600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[792].Value = ((int)(T4703600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[792].Value = global::System.DBNull.Value; } - if ((R1373400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(R1373400.Value)); + if ((T4703700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[793].Value = ((int)(T4703700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[793].Value = global::System.DBNull.Value; } - if ((R1373500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(R1373500.Value)); + if ((T4703800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[794].Value = ((int)(T4703800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[794].Value = global::System.DBNull.Value; } - if ((R1374000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(R1374000.Value)); + if ((T4703900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[795].Value = ((int)(T4703900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[795].Value = global::System.DBNull.Value; } - if ((R1374100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(R1374100.Value)); + if ((T4704000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[796].Value = ((int)(T4704000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[796].Value = global::System.DBNull.Value; } - if ((R1374200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(R1374200.Value)); + this.Adapter.UpdateCommand.Parameters[797].Value = ((int)(Original_R0000100)); + if ((Original_R0173600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[798].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[799].Value = ((int)(Original_R0173600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[798].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[799].Value = global::System.DBNull.Value; } - if ((R1374700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(R1374700.Value)); + if ((Original_R0214700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[800].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[801].Value = ((int)(Original_R0214700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[800].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[801].Value = global::System.DBNull.Value; } - if ((R1374800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(R1374800.Value)); + if ((Original_R0214800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[802].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[803].Value = ((int)(Original_R0214800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[802].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[803].Value = global::System.DBNull.Value; } - if ((R1374900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(R1374900.Value)); + if ((Original_R1373300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[804].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[805].Value = ((int)(Original_R1373300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[804].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[805].Value = global::System.DBNull.Value; } - if ((R1375400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(R1375400.Value)); + if ((Original_R1373500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[806].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[807].Value = ((int)(Original_R1373500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[806].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[807].Value = global::System.DBNull.Value; } - if ((R1375500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(R1375500.Value)); + if ((Original_R1374000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[808].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[809].Value = ((int)(Original_R1374000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[808].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[809].Value = global::System.DBNull.Value; + } + if ((Original_R1374200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[810].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[811].Value = ((int)(Original_R1374200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[810].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[811].Value = global::System.DBNull.Value; + } + if ((Original_R1374700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[812].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[813].Value = ((int)(Original_R1374700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[812].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[813].Value = global::System.DBNull.Value; + } + if ((Original_R1374900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[814].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[815].Value = ((int)(Original_R1374900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[814].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[815].Value = global::System.DBNull.Value; + } + if ((Original_R1375400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[816].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[817].Value = ((int)(Original_R1375400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[816].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[817].Value = global::System.DBNull.Value; + } + if ((Original_R1375600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[818].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[819].Value = ((int)(Original_R1375600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[818].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[819].Value = global::System.DBNull.Value; + } + if ((Original_R1376100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[820].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[821].Value = ((int)(Original_R1376100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[820].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[821].Value = global::System.DBNull.Value; + } + if ((Original_R1376300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[822].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[823].Value = ((int)(Original_R1376300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[822].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[823].Value = global::System.DBNull.Value; + } + if ((Original_R1376800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[824].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[825].Value = ((int)(Original_R1376800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[824].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[825].Value = global::System.DBNull.Value; + } + if ((Original_R1377000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[826].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[827].Value = ((int)(Original_R1377000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[826].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[827].Value = global::System.DBNull.Value; + } + if ((Original_R1377500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[828].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[829].Value = ((int)(Original_R1377500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[828].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[829].Value = global::System.DBNull.Value; + } + if ((Original_R1377700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[830].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[831].Value = ((int)(Original_R1377700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[830].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[831].Value = global::System.DBNull.Value; + } + if ((Original_R1753700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[832].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[833].Value = ((int)(Original_R1753700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[832].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[833].Value = global::System.DBNull.Value; + } + if ((Original_R1753900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[834].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[835].Value = ((int)(Original_R1753900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[834].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[835].Value = global::System.DBNull.Value; + } + if ((Original_R1754400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[836].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[837].Value = ((int)(Original_R1754400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[836].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[837].Value = global::System.DBNull.Value; + } + if ((Original_R1754600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[838].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[839].Value = ((int)(Original_R1754600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[838].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[839].Value = global::System.DBNull.Value; + } + if ((Original_R1755100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[840].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[841].Value = ((int)(Original_R1755100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[840].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[841].Value = global::System.DBNull.Value; + } + if ((Original_R1755300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[842].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[843].Value = ((int)(Original_R1755300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[842].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[843].Value = global::System.DBNull.Value; + } + if ((Original_R1755800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[844].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[845].Value = ((int)(Original_R1755800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[844].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[845].Value = global::System.DBNull.Value; + } + if ((Original_R1756000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[846].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[847].Value = ((int)(Original_R1756000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[846].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[847].Value = global::System.DBNull.Value; + } + if ((Original_R1756500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[848].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[849].Value = ((int)(Original_R1756500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[848].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[849].Value = global::System.DBNull.Value; + } + if ((Original_R1756700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[850].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[851].Value = ((int)(Original_R1756700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[850].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[851].Value = global::System.DBNull.Value; + } + if ((Original_R1757200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[852].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[853].Value = ((int)(Original_R1757200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[852].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[853].Value = global::System.DBNull.Value; + } + if ((Original_R1757400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[854].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[855].Value = ((int)(Original_R1757400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[854].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[855].Value = global::System.DBNull.Value; + } + if ((Original_R1757900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[856].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[857].Value = ((int)(Original_R1757900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[856].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[857].Value = global::System.DBNull.Value; + } + if ((Original_R1758100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[858].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[859].Value = ((int)(Original_R1758100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[858].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[859].Value = global::System.DBNull.Value; + } + if ((Original_R2095700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[860].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[861].Value = ((int)(Original_R2095700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[860].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[861].Value = global::System.DBNull.Value; + } + if ((Original_R2095900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[862].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[863].Value = ((int)(Original_R2095900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[862].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[863].Value = global::System.DBNull.Value; + } + if ((Original_R2096400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[864].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[865].Value = ((int)(Original_R2096400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[864].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[865].Value = global::System.DBNull.Value; + } + if ((Original_R2096600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[866].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[867].Value = ((int)(Original_R2096600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[866].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[867].Value = global::System.DBNull.Value; + } + if ((Original_R2097100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[868].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[869].Value = ((int)(Original_R2097100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[868].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[869].Value = global::System.DBNull.Value; + } + if ((Original_R2097300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[870].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[871].Value = ((int)(Original_R2097300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[870].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[871].Value = global::System.DBNull.Value; + } + if ((Original_R2097800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[872].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[873].Value = ((int)(Original_R2097800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[872].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[873].Value = global::System.DBNull.Value; + } + if ((Original_R2098000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[874].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[875].Value = ((int)(Original_R2098000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[874].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[875].Value = global::System.DBNull.Value; + } + if ((Original_R2098500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[876].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[877].Value = ((int)(Original_R2098500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[876].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[877].Value = global::System.DBNull.Value; + } + if ((Original_R2098700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[878].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[879].Value = ((int)(Original_R2098700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[878].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[879].Value = global::System.DBNull.Value; + } + if ((Original_R2099200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[880].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[881].Value = ((int)(Original_R2099200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[880].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[881].Value = global::System.DBNull.Value; + } + if ((Original_R2099400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[882].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[883].Value = ((int)(Original_R2099400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[882].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[883].Value = global::System.DBNull.Value; + } + if ((Original_R2099900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[884].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[885].Value = ((int)(Original_R2099900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[884].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[885].Value = global::System.DBNull.Value; + } + if ((Original_R2100100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[886].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[887].Value = ((int)(Original_R2100100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[886].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[887].Value = global::System.DBNull.Value; + } + if ((Original_R2345900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[888].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[889].Value = ((int)(Original_R2345900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[888].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[889].Value = global::System.DBNull.Value; + } + if ((Original_R2346200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[890].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[891].Value = ((int)(Original_R2346200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[890].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[891].Value = global::System.DBNull.Value; + } + if ((Original_R2346500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[892].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[893].Value = ((int)(Original_R2346500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[892].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[893].Value = global::System.DBNull.Value; + } + if ((Original_R2346800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[894].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[895].Value = ((int)(Original_R2346800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[894].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[895].Value = global::System.DBNull.Value; + } + if ((Original_R2347100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[896].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[897].Value = ((int)(Original_R2347100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[896].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[897].Value = global::System.DBNull.Value; + } + if ((Original_R2347400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[898].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[899].Value = ((int)(Original_R2347400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[898].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[899].Value = global::System.DBNull.Value; + } + if ((Original_R2347700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[900].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[901].Value = ((int)(Original_R2347700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[900].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[901].Value = global::System.DBNull.Value; + } + if ((Original_R2648000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[902].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[903].Value = ((int)(Original_R2648000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[902].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[903].Value = global::System.DBNull.Value; + } + if ((Original_R2648200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[904].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[905].Value = ((int)(Original_R2648200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[904].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[905].Value = global::System.DBNull.Value; + } + if ((Original_R2648700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[906].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[907].Value = ((int)(Original_R2648700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[906].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[907].Value = global::System.DBNull.Value; + } + if ((Original_R2648900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[908].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[909].Value = ((int)(Original_R2648900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[908].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[909].Value = global::System.DBNull.Value; + } + if ((Original_R2649400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[910].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[911].Value = ((int)(Original_R2649400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[910].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[911].Value = global::System.DBNull.Value; + } + if ((Original_R2649600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[912].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[913].Value = ((int)(Original_R2649600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[912].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[913].Value = global::System.DBNull.Value; + } + if ((Original_R2650100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[914].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[915].Value = ((int)(Original_R2650100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[914].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[915].Value = global::System.DBNull.Value; + } + if ((Original_R2650300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[916].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[917].Value = ((int)(Original_R2650300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[916].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[917].Value = global::System.DBNull.Value; + } + if ((Original_R2650800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[918].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[919].Value = ((int)(Original_R2650800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[918].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[919].Value = global::System.DBNull.Value; + } + if ((Original_R2651000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[920].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[921].Value = ((int)(Original_R2651000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[920].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[921].Value = global::System.DBNull.Value; + } + if ((Original_R2651500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[922].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[923].Value = ((int)(Original_R2651500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[922].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[923].Value = global::System.DBNull.Value; + } + if ((Original_R2651700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[924].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[925].Value = ((int)(Original_R2651700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[924].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[925].Value = global::System.DBNull.Value; + } + if ((Original_R2652200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[926].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[927].Value = ((int)(Original_R2652200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[926].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[927].Value = global::System.DBNull.Value; + } + if ((Original_R2652400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[928].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[929].Value = ((int)(Original_R2652400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[928].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[929].Value = global::System.DBNull.Value; + } + if ((Original_R2955900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[930].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[931].Value = ((int)(Original_R2955900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[930].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[931].Value = global::System.DBNull.Value; + } + if ((Original_R2956200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[932].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[933].Value = ((int)(Original_R2956200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[932].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[933].Value = global::System.DBNull.Value; + } + if ((Original_R2956500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[934].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[935].Value = ((int)(Original_R2956500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[934].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[935].Value = global::System.DBNull.Value; + } + if ((Original_R2956800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[936].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[937].Value = ((int)(Original_R2956800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[936].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[937].Value = global::System.DBNull.Value; + } + if ((Original_R2957100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[938].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[939].Value = ((int)(Original_R2957100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[938].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[939].Value = global::System.DBNull.Value; + } + if ((Original_R2957400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[940].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[941].Value = ((int)(Original_R2957400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[940].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[941].Value = global::System.DBNull.Value; + } + if ((Original_R2957700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[942].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[943].Value = ((int)(Original_R2957700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[942].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[943].Value = global::System.DBNull.Value; + } + if ((Original_R3255900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[944].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[945].Value = ((int)(Original_R3255900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[944].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[945].Value = global::System.DBNull.Value; + } + if ((Original_R3256100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[946].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[947].Value = ((int)(Original_R3256100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[946].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[947].Value = global::System.DBNull.Value; + } + if ((Original_R3257700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[948].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[949].Value = ((int)(Original_R3257700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[948].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[949].Value = global::System.DBNull.Value; + } + if ((Original_R3257900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[950].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[951].Value = ((int)(Original_R3257900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[950].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[951].Value = global::System.DBNull.Value; + } + if ((Original_R3259500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[952].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[953].Value = ((int)(Original_R3259500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[952].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[953].Value = global::System.DBNull.Value; + } + if ((Original_R3259700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[954].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[955].Value = ((int)(Original_R3259700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[954].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[955].Value = global::System.DBNull.Value; + } + if ((Original_R3261300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[956].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[957].Value = ((int)(Original_R3261300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[956].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[957].Value = global::System.DBNull.Value; + } + if ((Original_R3261500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[958].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[959].Value = ((int)(Original_R3261500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[958].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[959].Value = global::System.DBNull.Value; + } + if ((Original_R3263100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[960].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[961].Value = ((int)(Original_R3263100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[960].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[961].Value = global::System.DBNull.Value; + } + if ((Original_R3263300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[962].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[963].Value = ((int)(Original_R3263300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[962].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[963].Value = global::System.DBNull.Value; + } + if ((Original_R3264900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[964].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[965].Value = ((int)(Original_R3264900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[964].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[965].Value = global::System.DBNull.Value; + } + if ((Original_R3265100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[966].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[967].Value = ((int)(Original_R3265100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[966].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[967].Value = global::System.DBNull.Value; + } + if ((Original_R3266700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[968].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[969].Value = ((int)(Original_R3266700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[968].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[969].Value = global::System.DBNull.Value; + } + if ((Original_R3266900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[970].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[971].Value = ((int)(Original_R3266900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[970].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[971].Value = global::System.DBNull.Value; + } + if ((Original_R3268500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[972].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[973].Value = ((int)(Original_R3268500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[972].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[973].Value = global::System.DBNull.Value; + } + if ((Original_R3556400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[974].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[975].Value = ((int)(Original_R3556400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[974].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[975].Value = global::System.DBNull.Value; + } + if ((Original_R3557000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[976].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[977].Value = ((int)(Original_R3557000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[976].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[977].Value = global::System.DBNull.Value; + } + if ((Original_R3557600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[978].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[979].Value = ((int)(Original_R3557600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[978].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[979].Value = global::System.DBNull.Value; + } + if ((Original_R3771800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[980].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[981].Value = ((int)(Original_R3771800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[980].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[981].Value = global::System.DBNull.Value; + } + if ((Original_R3772000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[982].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[983].Value = ((int)(Original_R3772000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[982].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[983].Value = global::System.DBNull.Value; + } + if ((Original_R3772100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[984].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[985].Value = ((int)(Original_R3772100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[984].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[985].Value = global::System.DBNull.Value; + } + if ((Original_R3772400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[986].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[987].Value = ((int)(Original_R3772400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[986].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[987].Value = global::System.DBNull.Value; + } + if ((Original_R3773900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[988].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[989].Value = ((int)(Original_R3773900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[988].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[989].Value = global::System.DBNull.Value; + } + if ((Original_R3774100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[990].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[991].Value = ((int)(Original_R3774100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[990].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[991].Value = global::System.DBNull.Value; + } + if ((Original_R3774200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[992].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[993].Value = ((int)(Original_R3774200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[992].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[993].Value = global::System.DBNull.Value; + } + if ((Original_R3774500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[994].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[995].Value = ((int)(Original_R3774500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[994].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[995].Value = global::System.DBNull.Value; + } + if ((Original_R3776000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[996].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[997].Value = ((int)(Original_R3776000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[996].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[997].Value = global::System.DBNull.Value; + } + if ((Original_R3776200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[998].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[999].Value = ((int)(Original_R3776200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[998].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[999].Value = global::System.DBNull.Value; + } + if ((Original_R3776300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1000].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1001].Value = ((int)(Original_R3776300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1000].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1001].Value = global::System.DBNull.Value; + } + if ((Original_R3776600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1002].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1003].Value = ((int)(Original_R3776600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1002].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1003].Value = global::System.DBNull.Value; + } + if ((Original_R3778100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1004].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1005].Value = ((int)(Original_R3778100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1004].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1005].Value = global::System.DBNull.Value; + } + if ((Original_R3778300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1006].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1007].Value = ((int)(Original_R3778300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1006].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1007].Value = global::System.DBNull.Value; + } + if ((Original_R3778400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1008].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1009].Value = ((int)(Original_R3778400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1008].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1009].Value = global::System.DBNull.Value; + } + if ((Original_R3778700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1010].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1011].Value = ((int)(Original_R3778700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1010].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1011].Value = global::System.DBNull.Value; + } + if ((Original_R3780200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1012].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1013].Value = ((int)(Original_R3780200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1012].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1013].Value = global::System.DBNull.Value; + } + if ((Original_R3780400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1014].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1015].Value = ((int)(Original_R3780400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1014].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1015].Value = global::System.DBNull.Value; + } + if ((Original_R3780500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1016].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1017].Value = ((int)(Original_R3780500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1016].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1017].Value = global::System.DBNull.Value; + } + if ((Original_R3780800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1018].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1019].Value = ((int)(Original_R3780800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1018].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1019].Value = global::System.DBNull.Value; + } + if ((Original_R3782300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1020].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1021].Value = ((int)(Original_R3782300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1020].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1021].Value = global::System.DBNull.Value; + } + if ((Original_R3782500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1022].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1023].Value = ((int)(Original_R3782500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1022].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1023].Value = global::System.DBNull.Value; + } + if ((Original_R3782600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1024].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1025].Value = ((int)(Original_R3782600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1024].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1025].Value = global::System.DBNull.Value; + } + if ((Original_R3782900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1026].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1027].Value = ((int)(Original_R3782900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1026].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1027].Value = global::System.DBNull.Value; + } + if ((Original_R3784400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1028].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1029].Value = ((int)(Original_R3784400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1028].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1029].Value = global::System.DBNull.Value; + } + if ((Original_R3784600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1030].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1031].Value = ((int)(Original_R3784600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1030].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1031].Value = global::System.DBNull.Value; + } + if ((Original_R3784700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1032].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1033].Value = ((int)(Original_R3784700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1032].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1033].Value = global::System.DBNull.Value; + } + if ((Original_R3785000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1034].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1035].Value = ((int)(Original_R3785000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1034].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1035].Value = global::System.DBNull.Value; + } + if ((Original_R3786500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1036].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1037].Value = ((int)(Original_R3786500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1036].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1037].Value = global::System.DBNull.Value; + } + if ((Original_R3788004.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1038].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1039].Value = ((int)(Original_R3788004.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1038].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1039].Value = global::System.DBNull.Value; + } + if ((Original_R4276800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1040].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1041].Value = ((int)(Original_R4276800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1040].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1041].Value = global::System.DBNull.Value; + } + if ((Original_R4277000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1042].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1043].Value = ((int)(Original_R4277000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1042].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1043].Value = global::System.DBNull.Value; + } + if ((Original_R4277100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1044].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1045].Value = ((int)(Original_R4277100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1044].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1045].Value = global::System.DBNull.Value; + } + if ((Original_R4277101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1046].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1047].Value = ((int)(Original_R4277101.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1046].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1047].Value = global::System.DBNull.Value; + } + if ((Original_R4277700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1048].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1049].Value = ((int)(Original_R4277700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1048].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1049].Value = global::System.DBNull.Value; + } + if ((Original_R4277900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1050].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1051].Value = ((int)(Original_R4277900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1050].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1051].Value = global::System.DBNull.Value; + } + if ((Original_R4278000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1052].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1053].Value = ((int)(Original_R4278000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1052].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1053].Value = global::System.DBNull.Value; + } + if ((Original_R4278001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1054].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1055].Value = ((int)(Original_R4278001.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1054].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1055].Value = global::System.DBNull.Value; + } + if ((Original_R4278600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1056].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1057].Value = ((int)(Original_R4278600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1056].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1057].Value = global::System.DBNull.Value; + } + if ((Original_R4278800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1058].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1059].Value = ((int)(Original_R4278800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1058].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1059].Value = global::System.DBNull.Value; + } + if ((Original_R4278900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1060].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1061].Value = ((int)(Original_R4278900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1060].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1061].Value = global::System.DBNull.Value; + } + if ((Original_R4278901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1062].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1063].Value = ((int)(Original_R4278901.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1062].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1063].Value = global::System.DBNull.Value; + } + if ((Original_R4279500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1064].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1065].Value = ((int)(Original_R4279500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1064].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1065].Value = global::System.DBNull.Value; + } + if ((Original_R4279700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1066].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1067].Value = ((int)(Original_R4279700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1066].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1067].Value = global::System.DBNull.Value; + } + if ((Original_R4279800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1068].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1069].Value = ((int)(Original_R4279800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1068].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1069].Value = global::System.DBNull.Value; + } + if ((Original_R4279801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1070].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1071].Value = ((int)(Original_R4279801.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1070].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1071].Value = global::System.DBNull.Value; + } + if ((Original_R4280400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1072].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1073].Value = ((int)(Original_R4280400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1072].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1073].Value = global::System.DBNull.Value; + } + if ((Original_R4280600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1074].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1075].Value = ((int)(Original_R4280600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1074].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1075].Value = global::System.DBNull.Value; + } + if ((Original_R4280700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1076].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1077].Value = ((int)(Original_R4280700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1076].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1077].Value = global::System.DBNull.Value; + } + if ((Original_R4280701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1078].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1079].Value = ((int)(Original_R4280701.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1078].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1079].Value = global::System.DBNull.Value; + } + if ((Original_R4281300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1080].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1081].Value = ((int)(Original_R4281300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1080].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1081].Value = global::System.DBNull.Value; + } + if ((Original_R4281500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1082].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1083].Value = ((int)(Original_R4281500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1082].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1083].Value = global::System.DBNull.Value; + } + if ((Original_R4281600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1084].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1085].Value = ((int)(Original_R4281600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1084].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1085].Value = global::System.DBNull.Value; + } + if ((Original_R4281601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1086].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1087].Value = ((int)(Original_R4281601.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1086].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1087].Value = global::System.DBNull.Value; + } + if ((Original_R4282100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1088].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1089].Value = ((int)(Original_R4282100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1088].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1089].Value = global::System.DBNull.Value; + } + if ((Original_R4282300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1090].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1091].Value = ((int)(Original_R4282300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1090].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1091].Value = global::System.DBNull.Value; + } + if ((Original_R4282400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1092].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1093].Value = ((int)(Original_R4282400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1092].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1093].Value = global::System.DBNull.Value; + } + if ((Original_R4282401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1094].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1095].Value = ((int)(Original_R4282401.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1094].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1095].Value = global::System.DBNull.Value; + } + if ((Original_R4282900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1096].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1097].Value = ((int)(Original_R4282900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1096].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1097].Value = global::System.DBNull.Value; + } + if ((Original_R4283000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1098].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1099].Value = ((int)(Original_R4283000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1098].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1099].Value = global::System.DBNull.Value; + } + if ((Original_R4283100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1100].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1101].Value = ((int)(Original_R4283100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1100].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1101].Value = global::System.DBNull.Value; + } + if ((Original_R4283600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1102].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1103].Value = ((int)(Original_R4283600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1102].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1103].Value = global::System.DBNull.Value; + } + if ((Original_R4827600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1104].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1105].Value = ((int)(Original_R4827600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1104].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1105].Value = global::System.DBNull.Value; + } + if ((Original_R4827800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1106].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1107].Value = ((int)(Original_R4827800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1106].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1107].Value = global::System.DBNull.Value; + } + if ((Original_R4827900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1108].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1109].Value = ((int)(Original_R4827900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1108].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1109].Value = global::System.DBNull.Value; + } + if ((Original_R4827901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1110].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1111].Value = ((int)(Original_R4827901.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1110].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1111].Value = global::System.DBNull.Value; + } + if ((Original_R4828100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1112].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1113].Value = ((int)(Original_R4828100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1112].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1113].Value = global::System.DBNull.Value; + } + if ((Original_R4830600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1114].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1115].Value = ((int)(Original_R4830600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1114].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1115].Value = global::System.DBNull.Value; + } + if ((Original_R4830800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1116].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1117].Value = ((int)(Original_R4830800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1116].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1117].Value = global::System.DBNull.Value; + } + if ((Original_R4830900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1118].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1119].Value = ((int)(Original_R4830900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1118].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1119].Value = global::System.DBNull.Value; + } + if ((Original_R4830901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1120].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1121].Value = ((int)(Original_R4830901.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1120].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1121].Value = global::System.DBNull.Value; + } + if ((Original_R4831100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1122].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1123].Value = ((int)(Original_R4831100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1122].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1123].Value = global::System.DBNull.Value; + } + if ((Original_R4833600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1124].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1125].Value = ((int)(Original_R4833600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1124].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1125].Value = global::System.DBNull.Value; + } + if ((Original_R4833800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1126].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1127].Value = ((int)(Original_R4833800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1126].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1127].Value = global::System.DBNull.Value; + } + if ((Original_R4833900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1128].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1129].Value = ((int)(Original_R4833900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1128].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1129].Value = global::System.DBNull.Value; + } + if ((Original_R4833901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1130].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1131].Value = ((int)(Original_R4833901.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1130].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1131].Value = global::System.DBNull.Value; + } + if ((Original_R4834100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1132].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1133].Value = ((int)(Original_R4834100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1132].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1133].Value = global::System.DBNull.Value; } - if ((R1375600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(R1375600.Value)); + if ((Original_R4836600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1134].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1135].Value = ((int)(Original_R4836600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1134].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1135].Value = global::System.DBNull.Value; } - if ((R1376100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(R1376100.Value)); + if ((Original_R4836800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1136].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1137].Value = ((int)(Original_R4836800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1136].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1137].Value = global::System.DBNull.Value; } - if ((R1376200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(R1376200.Value)); + if ((Original_R4836900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1138].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1139].Value = ((int)(Original_R4836900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1138].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1139].Value = global::System.DBNull.Value; } - if ((R1376300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(R1376300.Value)); + if ((Original_R4836901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1140].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1141].Value = ((int)(Original_R4836901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1140].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1141].Value = global::System.DBNull.Value; } - if ((R1376800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(R1376800.Value)); + if ((Original_R4837100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1142].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1143].Value = ((int)(Original_R4837100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1142].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1143].Value = global::System.DBNull.Value; } - if ((R1376900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(R1376900.Value)); + if ((Original_R4839600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1144].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1145].Value = ((int)(Original_R4839600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1144].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1145].Value = global::System.DBNull.Value; } - if ((R1377000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(R1377000.Value)); + if ((Original_R4839800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1146].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1147].Value = ((int)(Original_R4839800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1146].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1147].Value = global::System.DBNull.Value; } - if ((R1377500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(R1377500.Value)); + if ((Original_R4839900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1148].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1149].Value = ((int)(Original_R4839900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1148].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1149].Value = global::System.DBNull.Value; } - if ((R1377600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(R1377600.Value)); + if ((Original_R4839901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1150].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1151].Value = ((int)(Original_R4839901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1150].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1151].Value = global::System.DBNull.Value; } - if ((R1377700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[22].Value = ((int)(R1377700.Value)); + if ((Original_R4840100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1152].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1153].Value = ((int)(Original_R4840100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1152].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1153].Value = global::System.DBNull.Value; } - if ((R1753700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(R1753700.Value)); + if ((Original_R4842500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1154].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1155].Value = ((int)(Original_R4842500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1154].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1155].Value = global::System.DBNull.Value; } - if ((R1753800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[24].Value = ((int)(R1753800.Value)); + if ((Original_R4842700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1156].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1157].Value = ((int)(Original_R4842700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1156].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1157].Value = global::System.DBNull.Value; } - if ((R1753900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(R1753900.Value)); + if ((Original_R4842800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1158].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1159].Value = ((int)(Original_R4842800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1158].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1159].Value = global::System.DBNull.Value; } - if ((R1754400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[26].Value = ((int)(R1754400.Value)); + if ((Original_R4842801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1160].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1161].Value = ((int)(Original_R4842801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1160].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1161].Value = global::System.DBNull.Value; } - if ((R1754500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(R1754500.Value)); + if ((Original_R4842900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1162].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1163].Value = ((int)(Original_R4842900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1162].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1163].Value = global::System.DBNull.Value; } - if ((R1754600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[28].Value = ((int)(R1754600.Value)); + if ((Original_R4844800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1164].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1165].Value = ((int)(Original_R4844800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1164].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1165].Value = global::System.DBNull.Value; } - if ((R1755100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(R1755100.Value)); + if ((Original_R4845000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1166].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1167].Value = ((int)(Original_R4845000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1166].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1167].Value = global::System.DBNull.Value; } - if ((R1755200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(R1755200.Value)); + if ((Original_R4845100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1168].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1169].Value = ((int)(Original_R4845100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1168].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1169].Value = global::System.DBNull.Value; } - if ((R1755300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(R1755300.Value)); + if ((Original_R4845101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1170].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1171].Value = ((int)(Original_R4845101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1170].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1171].Value = global::System.DBNull.Value; } - if ((R1755800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[32].Value = ((int)(R1755800.Value)); + if ((Original_R4845200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1172].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1173].Value = ((int)(Original_R4845200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1172].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1173].Value = global::System.DBNull.Value; } - if ((R1755900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(R1755900.Value)); + if ((Original_R4847100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1174].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1175].Value = ((int)(Original_R4847100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1174].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1175].Value = global::System.DBNull.Value; } - if ((R1756000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[34].Value = ((int)(R1756000.Value)); + if ((Original_R4847300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1176].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1177].Value = ((int)(Original_R4847300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1176].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1177].Value = global::System.DBNull.Value; } - if ((R1756500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(R1756500.Value)); + if ((Original_R4847400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1178].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1179].Value = ((int)(Original_R4847400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1178].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1179].Value = global::System.DBNull.Value; } - if ((R1756600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[36].Value = ((int)(R1756600.Value)); + if ((Original_R5498000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1180].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1181].Value = ((int)(Original_R5498000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1180].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1181].Value = global::System.DBNull.Value; } - if ((R1756700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(R1756700.Value)); + if ((Original_R5498200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1182].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1183].Value = ((int)(Original_R5498200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1182].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1183].Value = global::System.DBNull.Value; } - if ((R1757200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[38].Value = ((int)(R1757200.Value)); + if ((Original_R5498300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1184].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1185].Value = ((int)(Original_R5498300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1184].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1185].Value = global::System.DBNull.Value; } - if ((R1757300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[39].Value = ((int)(R1757300.Value)); + if ((Original_R5498301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1186].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1187].Value = ((int)(Original_R5498301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1186].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1187].Value = global::System.DBNull.Value; } - if ((R1757400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[40].Value = ((int)(R1757400.Value)); + if ((Original_R5498500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1188].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1189].Value = ((int)(Original_R5498500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1188].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1189].Value = global::System.DBNull.Value; } - if ((R1757900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[41].Value = ((int)(R1757900.Value)); + if ((Original_R5501000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1190].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1191].Value = ((int)(Original_R5501000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1190].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1191].Value = global::System.DBNull.Value; } - if ((R1758000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[42].Value = ((int)(R1758000.Value)); + if ((Original_R5501200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1192].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1193].Value = ((int)(Original_R5501200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1192].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1193].Value = global::System.DBNull.Value; } - if ((R1758100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[43].Value = ((int)(R1758100.Value)); + if ((Original_R5501300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1194].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1195].Value = ((int)(Original_R5501300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1194].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1195].Value = global::System.DBNull.Value; } - if ((R2095700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[44].Value = ((int)(R2095700.Value)); + if ((Original_R5501301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1196].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1197].Value = ((int)(Original_R5501301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1196].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1197].Value = global::System.DBNull.Value; } - if ((R2095800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[45].Value = ((int)(R2095800.Value)); + if ((Original_R5501500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1198].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1199].Value = ((int)(Original_R5501500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1198].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1199].Value = global::System.DBNull.Value; } - if ((R2095900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[46].Value = ((int)(R2095900.Value)); + if ((Original_R5504000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1200].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1201].Value = ((int)(Original_R5504000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1200].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1201].Value = global::System.DBNull.Value; } - if ((R2096400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[47].Value = ((int)(R2096400.Value)); + if ((Original_R5504200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1202].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1203].Value = ((int)(Original_R5504200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1202].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1203].Value = global::System.DBNull.Value; } - if ((R2096500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[48].Value = ((int)(R2096500.Value)); + if ((Original_R5504300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1204].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1205].Value = ((int)(Original_R5504300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1204].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1205].Value = global::System.DBNull.Value; } - if ((R2096600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[49].Value = ((int)(R2096600.Value)); + if ((Original_R5504301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1206].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1207].Value = ((int)(Original_R5504301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1206].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1207].Value = global::System.DBNull.Value; } - if ((R2097100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[50].Value = ((int)(R2097100.Value)); + if ((Original_R5504500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1208].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1209].Value = ((int)(Original_R5504500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1208].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1209].Value = global::System.DBNull.Value; } - if ((R2097200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[51].Value = ((int)(R2097200.Value)); + if ((Original_R5507000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1210].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1211].Value = ((int)(Original_R5507000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1210].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1211].Value = global::System.DBNull.Value; } - if ((R2097300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[52].Value = ((int)(R2097300.Value)); + if ((Original_R5507200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1212].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1213].Value = ((int)(Original_R5507200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1212].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1213].Value = global::System.DBNull.Value; } - if ((R2097800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[53].Value = ((int)(R2097800.Value)); + if ((Original_R5507300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1214].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1215].Value = ((int)(Original_R5507300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1214].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1215].Value = global::System.DBNull.Value; } - if ((R2097900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[54].Value = ((int)(R2097900.Value)); + if ((Original_R5507301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1216].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1217].Value = ((int)(Original_R5507301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1216].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1217].Value = global::System.DBNull.Value; } - if ((R2098000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[55].Value = ((int)(R2098000.Value)); + if ((Original_R5507500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1218].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1219].Value = ((int)(Original_R5507500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1218].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1219].Value = global::System.DBNull.Value; } - if ((R2098500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[56].Value = ((int)(R2098500.Value)); + if ((Original_R5510000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1220].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1221].Value = ((int)(Original_R5510000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1220].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1221].Value = global::System.DBNull.Value; } - if ((R2098600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[57].Value = ((int)(R2098600.Value)); + if ((Original_R5510200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1222].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1223].Value = ((int)(Original_R5510200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1222].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1223].Value = global::System.DBNull.Value; } - if ((R2098700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[58].Value = ((int)(R2098700.Value)); + if ((Original_R5510300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1224].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1225].Value = ((int)(Original_R5510300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1224].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1225].Value = global::System.DBNull.Value; } - if ((R2099200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[59].Value = ((int)(R2099200.Value)); + if ((Original_R5510301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1226].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1227].Value = ((int)(Original_R5510301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1226].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1227].Value = global::System.DBNull.Value; } - if ((R2099300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[60].Value = ((int)(R2099300.Value)); + if ((Original_R5510500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1228].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1229].Value = ((int)(Original_R5510500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1228].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1229].Value = global::System.DBNull.Value; } - if ((R2099400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[61].Value = ((int)(R2099400.Value)); + if ((Original_R5513000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1230].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1231].Value = ((int)(Original_R5513000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1230].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1231].Value = global::System.DBNull.Value; } - if ((R2099900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[62].Value = ((int)(R2099900.Value)); + if ((Original_R5513200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1232].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1233].Value = ((int)(Original_R5513200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1232].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1233].Value = global::System.DBNull.Value; } - if ((R2100000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[63].Value = ((int)(R2100000.Value)); + if ((Original_R5513300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1234].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1235].Value = ((int)(Original_R5513300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1234].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1235].Value = global::System.DBNull.Value; } - if ((R2100100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[64].Value = ((int)(R2100100.Value)); + if ((Original_R5513301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1236].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1237].Value = ((int)(Original_R5513301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1236].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1237].Value = global::System.DBNull.Value; } - if ((R2345900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[65].Value = ((int)(R2345900.Value)); + if ((Original_R5513400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1238].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1239].Value = ((int)(Original_R5513400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[65].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1238].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1239].Value = global::System.DBNull.Value; } - if ((R2346200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[66].Value = ((int)(R2346200.Value)); + if ((Original_R5515300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1240].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1241].Value = ((int)(Original_R5515300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1240].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1241].Value = global::System.DBNull.Value; } - if ((R2346500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[67].Value = ((int)(R2346500.Value)); + if ((Original_R5515500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1242].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1243].Value = ((int)(Original_R5515500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[67].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1242].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1243].Value = global::System.DBNull.Value; } - if ((R2346800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[68].Value = ((int)(R2346800.Value)); + if ((Original_R5515600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1244].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1245].Value = ((int)(Original_R5515600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1244].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1245].Value = global::System.DBNull.Value; } - if ((R2347100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[69].Value = ((int)(R2347100.Value)); + if ((Original_R5515601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1246].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1247].Value = ((int)(Original_R5515601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[69].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1246].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1247].Value = global::System.DBNull.Value; } - if ((R2347400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[70].Value = ((int)(R2347400.Value)); + if ((Original_R5515700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1248].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1249].Value = ((int)(Original_R5515700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1248].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1249].Value = global::System.DBNull.Value; } - if ((R2347700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[71].Value = ((int)(R2347700.Value)); + if ((Original_R5517600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1250].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1251].Value = ((int)(Original_R5517600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[71].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1250].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1251].Value = global::System.DBNull.Value; } - if ((R2648000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[72].Value = ((int)(R2648000.Value)); + if ((Original_R5517800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1252].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1253].Value = ((int)(Original_R5517800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[72].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1252].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1253].Value = global::System.DBNull.Value; } - if ((R2648100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[73].Value = ((int)(R2648100.Value)); + if ((Original_R5517900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1254].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1255].Value = ((int)(Original_R5517900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[73].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1254].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1255].Value = global::System.DBNull.Value; } - if ((R2648200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[74].Value = ((int)(R2648200.Value)); + if ((Original_R5519800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1256].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1257].Value = ((int)(Original_R5519800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[74].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1256].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1257].Value = global::System.DBNull.Value; } - if ((R2648700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[75].Value = ((int)(R2648700.Value)); + if ((Original_R5520000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1258].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1259].Value = ((int)(Original_R5520000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[75].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1258].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1259].Value = global::System.DBNull.Value; } - if ((R2648800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[76].Value = ((int)(R2648800.Value)); + if ((Original_R5520100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1260].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1261].Value = ((int)(Original_R5520100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[76].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1260].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1261].Value = global::System.DBNull.Value; } - if ((R2648900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[77].Value = ((int)(R2648900.Value)); + if ((Original_R5520101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1262].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1263].Value = ((int)(Original_R5520101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[77].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1262].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1263].Value = global::System.DBNull.Value; } - if ((R2649400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[78].Value = ((int)(R2649400.Value)); + if ((Original_R5520200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1264].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1265].Value = ((int)(Original_R5520200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[78].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1264].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1265].Value = global::System.DBNull.Value; } - if ((R2649500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[79].Value = ((int)(R2649500.Value)); + if ((Original_R6218400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1266].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1267].Value = ((int)(Original_R6218400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[79].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1266].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1267].Value = global::System.DBNull.Value; } - if ((R2649600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[80].Value = ((int)(R2649600.Value)); + if ((Original_R6218500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1268].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1269].Value = ((int)(Original_R6218500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[80].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1268].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1269].Value = global::System.DBNull.Value; } - if ((R2650100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[81].Value = ((int)(R2650100.Value)); + if ((Original_R6218600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1270].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1271].Value = ((int)(Original_R6218600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[81].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1270].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1271].Value = global::System.DBNull.Value; } - if ((R2650200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[82].Value = ((int)(R2650200.Value)); + if ((Original_R6218700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1272].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1273].Value = ((int)(Original_R6218700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[82].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1272].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1273].Value = global::System.DBNull.Value; } - if ((R2650300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[83].Value = ((int)(R2650300.Value)); + if ((Original_R6218800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1274].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1275].Value = ((int)(Original_R6218800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[83].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1274].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1275].Value = global::System.DBNull.Value; } - if ((R2650800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[84].Value = ((int)(R2650800.Value)); + if ((Original_R6218900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1276].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1277].Value = ((int)(Original_R6218900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[84].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1276].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1277].Value = global::System.DBNull.Value; } - if ((R2650900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[85].Value = ((int)(R2650900.Value)); + if ((Original_R6219000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1278].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1279].Value = ((int)(Original_R6219000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[85].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1278].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1279].Value = global::System.DBNull.Value; } - if ((R2651000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[86].Value = ((int)(R2651000.Value)); + if ((Original_R6219100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1280].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1281].Value = ((int)(Original_R6219100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[86].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1280].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1281].Value = global::System.DBNull.Value; } - if ((R2651500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[87].Value = ((int)(R2651500.Value)); + if ((Original_R6219200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1282].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1283].Value = ((int)(Original_R6219200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[87].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1282].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1283].Value = global::System.DBNull.Value; } - if ((R2651600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[88].Value = ((int)(R2651600.Value)); + if ((Original_R6219300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1284].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1285].Value = ((int)(Original_R6219300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[88].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1284].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1285].Value = global::System.DBNull.Value; } - if ((R2651700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[89].Value = ((int)(R2651700.Value)); + if ((Original_R6220600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1286].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1287].Value = ((int)(Original_R6220600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[89].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1286].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1287].Value = global::System.DBNull.Value; } - if ((R2652200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[90].Value = ((int)(R2652200.Value)); + if ((Original_R6220700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1288].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1289].Value = ((int)(Original_R6220700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[90].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1288].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1289].Value = global::System.DBNull.Value; } - if ((R2652300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[91].Value = ((int)(R2652300.Value)); + if ((Original_R6220800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1290].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1291].Value = ((int)(Original_R6220800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[91].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1290].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1291].Value = global::System.DBNull.Value; } - if ((R2652400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[92].Value = ((int)(R2652400.Value)); + if ((Original_R6220900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1292].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1293].Value = ((int)(Original_R6220900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[92].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1292].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1293].Value = global::System.DBNull.Value; } - if ((R2955900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[93].Value = ((int)(R2955900.Value)); + if ((Original_R6221000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1294].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1295].Value = ((int)(Original_R6221000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[93].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1294].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1295].Value = global::System.DBNull.Value; } - if ((R2956200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[94].Value = ((int)(R2956200.Value)); + if ((Original_R6221100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1296].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1297].Value = ((int)(Original_R6221100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[94].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1296].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1297].Value = global::System.DBNull.Value; } - if ((R2956500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[95].Value = ((int)(R2956500.Value)); + if ((Original_R6221200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1298].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1299].Value = ((int)(Original_R6221200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[95].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1298].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1299].Value = global::System.DBNull.Value; } - if ((R2956800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[96].Value = ((int)(R2956800.Value)); + if ((Original_R6221300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1300].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1301].Value = ((int)(Original_R6221300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[96].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1300].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1301].Value = global::System.DBNull.Value; } - if ((R2957100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[97].Value = ((int)(R2957100.Value)); + if ((Original_R6221400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1302].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1303].Value = ((int)(Original_R6221400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[97].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1302].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1303].Value = global::System.DBNull.Value; } - if ((R2957400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[98].Value = ((int)(R2957400.Value)); + if ((Original_R6221500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1304].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1305].Value = ((int)(Original_R6221500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[98].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1304].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1305].Value = global::System.DBNull.Value; } - if ((R2957700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[99].Value = ((int)(R2957700.Value)); + if ((Original_R6221700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1306].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1307].Value = ((int)(Original_R6221700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[99].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1306].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1307].Value = global::System.DBNull.Value; } - if ((R3255900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[100].Value = ((int)(R3255900.Value)); + if ((Original_R6221701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1308].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1309].Value = ((int)(Original_R6221701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[100].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1308].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1309].Value = global::System.DBNull.Value; } - if ((R3256000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[101].Value = ((int)(R3256000.Value)); + if ((Original_R6221800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1310].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1311].Value = ((int)(Original_R6221800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[101].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1310].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1311].Value = global::System.DBNull.Value; } - if ((R3256100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[102].Value = ((int)(R3256100.Value)); + if ((Original_R6221801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1312].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1313].Value = ((int)(Original_R6221801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[102].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1312].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1313].Value = global::System.DBNull.Value; } - if ((R3257700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[103].Value = ((int)(R3257700.Value)); + if ((Original_R6221900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1314].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1315].Value = ((int)(Original_R6221900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[103].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1314].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1315].Value = global::System.DBNull.Value; } - if ((R3257800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[104].Value = ((int)(R3257800.Value)); + if ((Original_R6221901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1316].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1317].Value = ((int)(Original_R6221901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[104].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1316].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1317].Value = global::System.DBNull.Value; } - if ((R3257900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[105].Value = ((int)(R3257900.Value)); + if ((Original_R6222000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1318].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1319].Value = ((int)(Original_R6222000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[105].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1318].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1319].Value = global::System.DBNull.Value; } - if ((R3259500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[106].Value = ((int)(R3259500.Value)); + if ((Original_R6222001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1320].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1321].Value = ((int)(Original_R6222001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[106].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1320].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1321].Value = global::System.DBNull.Value; } - if ((R3259600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[107].Value = ((int)(R3259600.Value)); + if ((Original_R6222100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1322].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1323].Value = ((int)(Original_R6222100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[107].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1322].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1323].Value = global::System.DBNull.Value; } - if ((R3259700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[108].Value = ((int)(R3259700.Value)); + if ((Original_R6222101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1324].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1325].Value = ((int)(Original_R6222101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[108].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1324].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1325].Value = global::System.DBNull.Value; } - if ((R3261300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[109].Value = ((int)(R3261300.Value)); + if ((Original_R6222200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1326].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1327].Value = ((int)(Original_R6222200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[109].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1326].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1327].Value = global::System.DBNull.Value; } - if ((R3261400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[110].Value = ((int)(R3261400.Value)); + if ((Original_R6222201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1328].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1329].Value = ((int)(Original_R6222201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[110].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1328].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1329].Value = global::System.DBNull.Value; } - if ((R3261500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[111].Value = ((int)(R3261500.Value)); + if ((Original_R6222300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1330].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1331].Value = ((int)(Original_R6222300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[111].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1330].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1331].Value = global::System.DBNull.Value; } - if ((R3263100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[112].Value = ((int)(R3263100.Value)); + if ((Original_R6222301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1332].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1333].Value = ((int)(Original_R6222301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[112].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1332].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1333].Value = global::System.DBNull.Value; } - if ((R3263200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[113].Value = ((int)(R3263200.Value)); + if ((Original_R6222400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1334].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1335].Value = ((int)(Original_R6222400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[113].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1334].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1335].Value = global::System.DBNull.Value; } - if ((R3263300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[114].Value = ((int)(R3263300.Value)); + if ((Original_R6222401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1336].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1337].Value = ((int)(Original_R6222401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[114].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1336].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1337].Value = global::System.DBNull.Value; } - if ((R3264900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[115].Value = ((int)(R3264900.Value)); + if ((Original_R6222500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1338].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1339].Value = ((int)(Original_R6222500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[115].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1338].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1339].Value = global::System.DBNull.Value; } - if ((R3265000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[116].Value = ((int)(R3265000.Value)); + if ((Original_R6222501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1340].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1341].Value = ((int)(Original_R6222501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[116].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1340].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1341].Value = global::System.DBNull.Value; } - if ((R3265100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[117].Value = ((int)(R3265100.Value)); + if ((Original_R6222600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1342].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1343].Value = ((int)(Original_R6222600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[117].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1342].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1343].Value = global::System.DBNull.Value; } - if ((R3266700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[118].Value = ((int)(R3266700.Value)); + if ((Original_R6222601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1344].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1345].Value = ((int)(Original_R6222601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[118].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1344].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1345].Value = global::System.DBNull.Value; } - if ((R3266800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[119].Value = ((int)(R3266800.Value)); + if ((Original_R6223400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1346].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1347].Value = ((int)(Original_R6223400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[119].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1346].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1347].Value = global::System.DBNull.Value; } - if ((R3266900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[120].Value = ((int)(R3266900.Value)); + if ((Original_R6223500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1348].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1349].Value = ((int)(Original_R6223500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[120].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1348].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1349].Value = global::System.DBNull.Value; } - if ((R3268500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[121].Value = ((int)(R3268500.Value)); + if ((Original_R6223600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1350].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1351].Value = ((int)(Original_R6223600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[121].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1350].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1351].Value = global::System.DBNull.Value; } - if ((R3556400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[122].Value = ((int)(R3556400.Value)); + if ((Original_R6223700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1352].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1353].Value = ((int)(Original_R6223700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[122].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1352].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1353].Value = global::System.DBNull.Value; } - if ((R3557000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[123].Value = ((int)(R3557000.Value)); + if ((Original_R6223800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1354].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1355].Value = ((int)(Original_R6223800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[123].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1354].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1355].Value = global::System.DBNull.Value; } - if ((R3557600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[124].Value = ((int)(R3557600.Value)); + if ((Original_R6223900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1356].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1357].Value = ((int)(Original_R6223900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[124].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1356].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1357].Value = global::System.DBNull.Value; } - if ((R3771800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[125].Value = ((int)(R3771800.Value)); + if ((Original_R6224000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1358].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1359].Value = ((int)(Original_R6224000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[125].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1358].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1359].Value = global::System.DBNull.Value; } - if ((R3771900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[126].Value = ((int)(R3771900.Value)); + if ((Original_R6224100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1360].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1361].Value = ((int)(Original_R6224100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[126].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1360].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1361].Value = global::System.DBNull.Value; } - if ((R3772000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[127].Value = ((int)(R3772000.Value)); + if ((Original_R6224200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1362].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1363].Value = ((int)(Original_R6224200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[127].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1362].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1363].Value = global::System.DBNull.Value; } - if ((R3772100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[128].Value = ((int)(R3772100.Value)); + if ((Original_R6224300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1364].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1365].Value = ((int)(Original_R6224300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[128].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1364].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1365].Value = global::System.DBNull.Value; } - if ((R3772200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[129].Value = ((int)(R3772200.Value)); + if ((Original_R6770600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1366].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1367].Value = ((int)(Original_R6770600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[129].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1366].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1367].Value = global::System.DBNull.Value; } - if ((R3772300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[130].Value = ((int)(R3772300.Value)); + if ((Original_R6771600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1368].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1369].Value = ((int)(Original_R6771600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[130].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1368].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1369].Value = global::System.DBNull.Value; } - if ((R3772400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[131].Value = ((int)(R3772400.Value)); + if ((Original_R6771700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1370].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1371].Value = ((int)(Original_R6771700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[131].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1370].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1371].Value = global::System.DBNull.Value; } - if ((R3773900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[132].Value = ((int)(R3773900.Value)); + if ((Original_R6771800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1372].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1373].Value = ((int)(Original_R6771800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[132].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1372].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1373].Value = global::System.DBNull.Value; } - if ((R3774000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[133].Value = ((int)(R3774000.Value)); + if ((Original_R6771900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1374].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1375].Value = ((int)(Original_R6771900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[133].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1374].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1375].Value = global::System.DBNull.Value; } - if ((R3774100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[134].Value = ((int)(R3774100.Value)); + if ((Original_R6772000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1376].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1377].Value = ((int)(Original_R6772000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[134].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1376].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1377].Value = global::System.DBNull.Value; } - if ((R3774200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[135].Value = ((int)(R3774200.Value)); + if ((Original_R6772100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1378].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1379].Value = ((int)(Original_R6772100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[135].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1378].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1379].Value = global::System.DBNull.Value; } - if ((R3774300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[136].Value = ((int)(R3774300.Value)); + if ((Original_R6772200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1380].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1381].Value = ((int)(Original_R6772200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[136].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1380].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1381].Value = global::System.DBNull.Value; } - if ((R3774400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[137].Value = ((int)(R3774400.Value)); + if ((Original_R6772300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1382].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1383].Value = ((int)(Original_R6772300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[137].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1382].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1383].Value = global::System.DBNull.Value; } - if ((R3774500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[138].Value = ((int)(R3774500.Value)); + if ((Original_R6772400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1384].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1385].Value = ((int)(Original_R6772400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[138].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1384].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1385].Value = global::System.DBNull.Value; } - if ((R3776000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[139].Value = ((int)(R3776000.Value)); + if ((Original_R6772500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1386].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1387].Value = ((int)(Original_R6772500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[139].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1386].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1387].Value = global::System.DBNull.Value; } - if ((R3776100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[140].Value = ((int)(R3776100.Value)); + if ((Original_R6772600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1388].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1389].Value = ((int)(Original_R6772600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[140].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1388].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1389].Value = global::System.DBNull.Value; } - if ((R3776200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[141].Value = ((int)(R3776200.Value)); + if ((Original_R6772700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1390].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1391].Value = ((int)(Original_R6772700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[141].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1390].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1391].Value = global::System.DBNull.Value; } - if ((R3776300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[142].Value = ((int)(R3776300.Value)); + if ((Original_R6772800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1392].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1393].Value = ((int)(Original_R6772800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[142].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1392].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1393].Value = global::System.DBNull.Value; } - if ((R3776400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[143].Value = ((int)(R3776400.Value)); + if ((Original_R6772900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1394].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1395].Value = ((int)(Original_R6772900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[143].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1394].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1395].Value = global::System.DBNull.Value; } - if ((R3776500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[144].Value = ((int)(R3776500.Value)); + if ((Original_R6773000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1396].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1397].Value = ((int)(Original_R6773000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[144].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1396].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1397].Value = global::System.DBNull.Value; } - if ((R3776600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[145].Value = ((int)(R3776600.Value)); + if ((Original_R6773100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1398].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1399].Value = ((int)(Original_R6773100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[145].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1398].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1399].Value = global::System.DBNull.Value; } - if ((R3778100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[146].Value = ((int)(R3778100.Value)); + if ((Original_R6773200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1400].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1401].Value = ((int)(Original_R6773200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[146].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1400].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1401].Value = global::System.DBNull.Value; } - if ((R3778200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[147].Value = ((int)(R3778200.Value)); + if ((Original_R6773300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1402].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1403].Value = ((int)(Original_R6773300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[147].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1402].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1403].Value = global::System.DBNull.Value; } - if ((R3778300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[148].Value = ((int)(R3778300.Value)); + if ((Original_R6773400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1404].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1405].Value = ((int)(Original_R6773400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[148].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1404].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1405].Value = global::System.DBNull.Value; } - if ((R3778400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[149].Value = ((int)(R3778400.Value)); + if ((Original_R6774500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1406].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1407].Value = ((int)(Original_R6774500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[149].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1406].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1407].Value = global::System.DBNull.Value; } - if ((R3778500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[150].Value = ((int)(R3778500.Value)); + if ((Original_R6774600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1408].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1409].Value = ((int)(Original_R6774600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[150].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1408].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1409].Value = global::System.DBNull.Value; } - if ((R3778600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[151].Value = ((int)(R3778600.Value)); + if ((Original_R6774700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1410].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1411].Value = ((int)(Original_R6774700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[151].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1410].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1411].Value = global::System.DBNull.Value; } - if ((R3778700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[152].Value = ((int)(R3778700.Value)); + if ((Original_R6774800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1412].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1413].Value = ((int)(Original_R6774800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[152].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1412].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1413].Value = global::System.DBNull.Value; } - if ((R3780200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[153].Value = ((int)(R3780200.Value)); + if ((Original_R6774900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1414].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1415].Value = ((int)(Original_R6774900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[153].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1414].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1415].Value = global::System.DBNull.Value; } - if ((R3780300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[154].Value = ((int)(R3780300.Value)); + if ((Original_R6775000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1416].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1417].Value = ((int)(Original_R6775000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[154].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1416].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1417].Value = global::System.DBNull.Value; } - if ((R3780400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[155].Value = ((int)(R3780400.Value)); + if ((Original_R6775100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1418].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1419].Value = ((int)(Original_R6775100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[155].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1418].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1419].Value = global::System.DBNull.Value; } - if ((R3780500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[156].Value = ((int)(R3780500.Value)); + if ((Original_R6775200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1420].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1421].Value = ((int)(Original_R6775200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[156].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1420].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1421].Value = global::System.DBNull.Value; } - if ((R3780600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[157].Value = ((int)(R3780600.Value)); + if ((Original_R6775300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1422].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1423].Value = ((int)(Original_R6775300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[157].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1422].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1423].Value = global::System.DBNull.Value; } - if ((R3780700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[158].Value = ((int)(R3780700.Value)); + if ((Original_R6775400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1424].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1425].Value = ((int)(Original_R6775400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[158].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1424].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1425].Value = global::System.DBNull.Value; } - if ((R3780800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[159].Value = ((int)(R3780800.Value)); + if ((Original_R6775500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1426].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1427].Value = ((int)(Original_R6775500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[159].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1426].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1427].Value = global::System.DBNull.Value; } - if ((R3782300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[160].Value = ((int)(R3782300.Value)); + if ((Original_R6775501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1428].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1429].Value = ((int)(Original_R6775501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[160].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1428].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1429].Value = global::System.DBNull.Value; } - if ((R3782400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[161].Value = ((int)(R3782400.Value)); + if ((Original_R6775600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1430].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1431].Value = ((int)(Original_R6775600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[161].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1430].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1431].Value = global::System.DBNull.Value; } - if ((R3782500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[162].Value = ((int)(R3782500.Value)); + if ((Original_R6775601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1432].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1433].Value = ((int)(Original_R6775601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[162].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1432].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1433].Value = global::System.DBNull.Value; } - if ((R3782600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[163].Value = ((int)(R3782600.Value)); + if ((Original_R6775700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1434].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1435].Value = ((int)(Original_R6775700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[163].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1434].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1435].Value = global::System.DBNull.Value; } - if ((R3782900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[164].Value = ((int)(R3782900.Value)); + if ((Original_R6775701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1436].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1437].Value = ((int)(Original_R6775701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[164].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1436].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1437].Value = global::System.DBNull.Value; } - if ((R3784400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[165].Value = ((int)(R3784400.Value)); + if ((Original_R6775800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1438].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1439].Value = ((int)(Original_R6775800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[165].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1438].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1439].Value = global::System.DBNull.Value; } - if ((R3784500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[166].Value = ((int)(R3784500.Value)); + if ((Original_R6775801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1440].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1441].Value = ((int)(Original_R6775801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[166].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1440].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1441].Value = global::System.DBNull.Value; } - if ((R3784600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[167].Value = ((int)(R3784600.Value)); + if ((Original_R6775900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1442].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1443].Value = ((int)(Original_R6775900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[167].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1442].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1443].Value = global::System.DBNull.Value; } - if ((R3784700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[168].Value = ((int)(R3784700.Value)); + if ((Original_R6775901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1444].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1445].Value = ((int)(Original_R6775901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[168].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1444].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1445].Value = global::System.DBNull.Value; } - if ((R3785000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[169].Value = ((int)(R3785000.Value)); + if ((Original_R6776000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1446].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1447].Value = ((int)(Original_R6776000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[169].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1446].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1447].Value = global::System.DBNull.Value; } - if ((R3786500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[170].Value = ((int)(R3786500.Value)); + if ((Original_R6776001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1448].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1449].Value = ((int)(Original_R6776001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[170].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1448].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1449].Value = global::System.DBNull.Value; } - if ((R3788004.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[171].Value = ((int)(R3788004.Value)); + if ((Original_R6776100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1450].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1451].Value = ((int)(Original_R6776100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[171].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1450].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1451].Value = global::System.DBNull.Value; } - if ((R4276800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[172].Value = ((int)(R4276800.Value)); + if ((Original_R6776101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1452].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1453].Value = ((int)(Original_R6776101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[172].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1452].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1453].Value = global::System.DBNull.Value; } - if ((R4276900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[173].Value = ((int)(R4276900.Value)); + if ((Original_R6776200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1454].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1455].Value = ((int)(Original_R6776200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[173].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1454].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1455].Value = global::System.DBNull.Value; } - if ((R4277000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[174].Value = ((int)(R4277000.Value)); + if ((Original_R6776201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1456].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1457].Value = ((int)(Original_R6776201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[174].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1456].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1457].Value = global::System.DBNull.Value; } - if ((R4277100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[175].Value = ((int)(R4277100.Value)); + if ((Original_R6776900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1458].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1459].Value = ((int)(Original_R6776900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[175].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1458].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1459].Value = global::System.DBNull.Value; } - if ((R4277101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[176].Value = ((int)(R4277101.Value)); + if ((Original_R6777000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1460].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1461].Value = ((int)(Original_R6777000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[176].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1460].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1461].Value = global::System.DBNull.Value; } - if ((R4277200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[177].Value = ((int)(R4277200.Value)); + if ((Original_R6777100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1462].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1463].Value = ((int)(Original_R6777100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[177].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1462].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1463].Value = global::System.DBNull.Value; } - if ((R4277201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[178].Value = ((int)(R4277201.Value)); + if ((Original_R6777200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1464].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1465].Value = ((int)(Original_R6777200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[178].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1464].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1465].Value = global::System.DBNull.Value; } - if ((R4277700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[179].Value = ((int)(R4277700.Value)); + if ((Original_R6777300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1466].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1467].Value = ((int)(Original_R6777300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[179].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1466].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1467].Value = global::System.DBNull.Value; } - if ((R4277800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[180].Value = ((int)(R4277800.Value)); + if ((Original_R6777400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1468].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1469].Value = ((int)(Original_R6777400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[180].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1468].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1469].Value = global::System.DBNull.Value; } - if ((R4277900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[181].Value = ((int)(R4277900.Value)); + if ((Original_R6777500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1470].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1471].Value = ((int)(Original_R6777500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[181].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1470].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1471].Value = global::System.DBNull.Value; } - if ((R4278000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[182].Value = ((int)(R4278000.Value)); + if ((Original_R6777600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1472].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1473].Value = ((int)(Original_R6777600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[182].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1472].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1473].Value = global::System.DBNull.Value; } - if ((R4278001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[183].Value = ((int)(R4278001.Value)); + if ((Original_R6777700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1474].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1475].Value = ((int)(Original_R6777700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[183].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1474].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1475].Value = global::System.DBNull.Value; } - if ((R4278100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[184].Value = ((int)(R4278100.Value)); + if ((Original_R6777800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1476].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1477].Value = ((int)(Original_R6777800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[184].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1476].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1477].Value = global::System.DBNull.Value; } - if ((R4278101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[185].Value = ((int)(R4278101.Value)); + if ((Original_R7415900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1478].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1479].Value = ((int)(Original_R7415900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[185].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1478].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1479].Value = global::System.DBNull.Value; } - if ((R4278600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[186].Value = ((int)(R4278600.Value)); + if ((Original_R7416000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1480].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1481].Value = ((int)(Original_R7416000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[186].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1480].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1481].Value = global::System.DBNull.Value; } - if ((R4278700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[187].Value = ((int)(R4278700.Value)); + if ((Original_R7416100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1482].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1483].Value = ((int)(Original_R7416100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[187].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1482].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1483].Value = global::System.DBNull.Value; } - if ((R4278800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[188].Value = ((int)(R4278800.Value)); + if ((Original_R7416200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1484].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1485].Value = ((int)(Original_R7416200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[188].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1484].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1485].Value = global::System.DBNull.Value; } - if ((R4278900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[189].Value = ((int)(R4278900.Value)); + if ((Original_R7416300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1486].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1487].Value = ((int)(Original_R7416300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[189].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1486].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1487].Value = global::System.DBNull.Value; } - if ((R4278901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[190].Value = ((int)(R4278901.Value)); + if ((Original_R7416400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1488].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1489].Value = ((int)(Original_R7416400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[190].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1488].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1489].Value = global::System.DBNull.Value; } - if ((R4279000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[191].Value = ((int)(R4279000.Value)); + if ((Original_R7416500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1490].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1491].Value = ((int)(Original_R7416500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[191].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1490].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1491].Value = global::System.DBNull.Value; } - if ((R4279001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[192].Value = ((int)(R4279001.Value)); + if ((Original_R7416600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1492].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1493].Value = ((int)(Original_R7416600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[192].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1492].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1493].Value = global::System.DBNull.Value; } - if ((R4279500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[193].Value = ((int)(R4279500.Value)); + if ((Original_R7416700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1494].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1495].Value = ((int)(Original_R7416700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[193].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1494].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1495].Value = global::System.DBNull.Value; } - if ((R4279600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[194].Value = ((int)(R4279600.Value)); + if ((Original_R7416800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1496].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1497].Value = ((int)(Original_R7416800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[194].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1496].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1497].Value = global::System.DBNull.Value; } - if ((R4279700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[195].Value = ((int)(R4279700.Value)); + if ((Original_R7416900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1498].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1499].Value = ((int)(Original_R7416900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[195].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1498].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1499].Value = global::System.DBNull.Value; } - if ((R4279800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[196].Value = ((int)(R4279800.Value)); + if ((Original_R7417000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1500].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1501].Value = ((int)(Original_R7417000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[196].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1500].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1501].Value = global::System.DBNull.Value; } - if ((R4279801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[197].Value = ((int)(R4279801.Value)); + if ((Original_R7417100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1502].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1503].Value = ((int)(Original_R7417100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[197].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1502].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1503].Value = global::System.DBNull.Value; } - if ((R4279900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[198].Value = ((int)(R4279900.Value)); + if ((Original_R7417200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1504].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1505].Value = ((int)(Original_R7417200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[198].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1504].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1505].Value = global::System.DBNull.Value; } - if ((R4279901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[199].Value = ((int)(R4279901.Value)); + if ((Original_R7417300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1506].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1507].Value = ((int)(Original_R7417300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[199].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1506].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1507].Value = global::System.DBNull.Value; } - if ((R4280400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[200].Value = ((int)(R4280400.Value)); + if ((Original_R7417400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1508].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1509].Value = ((int)(Original_R7417400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[200].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1508].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1509].Value = global::System.DBNull.Value; } - if ((R4280500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[201].Value = ((int)(R4280500.Value)); + if ((Original_R7417500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1510].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1511].Value = ((int)(Original_R7417500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[201].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1510].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1511].Value = global::System.DBNull.Value; } - if ((R4280600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[202].Value = ((int)(R4280600.Value)); + if ((Original_R7417600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1512].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1513].Value = ((int)(Original_R7417600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[202].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1512].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1513].Value = global::System.DBNull.Value; } - if ((R4280700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[203].Value = ((int)(R4280700.Value)); + if ((Original_R7417700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1514].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1515].Value = ((int)(Original_R7417700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[203].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1514].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1515].Value = global::System.DBNull.Value; } - if ((R4280701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[204].Value = ((int)(R4280701.Value)); + if ((Original_R7417800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1516].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1517].Value = ((int)(Original_R7417800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[204].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1516].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1517].Value = global::System.DBNull.Value; } - if ((R4280800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[205].Value = ((int)(R4280800.Value)); + if ((Original_R7418900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1518].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1519].Value = ((int)(Original_R7418900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[205].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1518].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1519].Value = global::System.DBNull.Value; } - if ((R4280801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[206].Value = ((int)(R4280801.Value)); + if ((Original_R7419000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1520].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1521].Value = ((int)(Original_R7419000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[206].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1520].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1521].Value = global::System.DBNull.Value; } - if ((R4281300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[207].Value = ((int)(R4281300.Value)); + if ((Original_R7419100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1522].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1523].Value = ((int)(Original_R7419100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[207].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1522].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1523].Value = global::System.DBNull.Value; } - if ((R4281400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[208].Value = ((int)(R4281400.Value)); + if ((Original_R7419200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1524].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1525].Value = ((int)(Original_R7419200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[208].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1524].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1525].Value = global::System.DBNull.Value; } - if ((R4281500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[209].Value = ((int)(R4281500.Value)); + if ((Original_R7419300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1526].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1527].Value = ((int)(Original_R7419300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[209].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1526].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1527].Value = global::System.DBNull.Value; } - if ((R4281600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[210].Value = ((int)(R4281600.Value)); + if ((Original_R7419400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1528].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1529].Value = ((int)(Original_R7419400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[210].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1528].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1529].Value = global::System.DBNull.Value; } - if ((R4281601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[211].Value = ((int)(R4281601.Value)); + if ((Original_R7419500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1530].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1531].Value = ((int)(Original_R7419500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[211].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1530].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1531].Value = global::System.DBNull.Value; } - if ((R4282100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[212].Value = ((int)(R4282100.Value)); + if ((Original_R7419600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1532].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1533].Value = ((int)(Original_R7419600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[212].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1532].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1533].Value = global::System.DBNull.Value; } - if ((R4282200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[213].Value = ((int)(R4282200.Value)); + if ((Original_R7419700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1534].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1535].Value = ((int)(Original_R7419700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[213].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1534].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1535].Value = global::System.DBNull.Value; } - if ((R4282300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[214].Value = ((int)(R4282300.Value)); + if ((Original_R7419800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1536].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1537].Value = ((int)(Original_R7419800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[214].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1536].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1537].Value = global::System.DBNull.Value; } - if ((R4282400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[215].Value = ((int)(R4282400.Value)); + if ((Original_R7419900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1538].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1539].Value = ((int)(Original_R7419900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[215].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1538].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1539].Value = global::System.DBNull.Value; } - if ((R4282401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[216].Value = ((int)(R4282401.Value)); + if ((Original_R7419901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1540].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1541].Value = ((int)(Original_R7419901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[216].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1540].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1541].Value = global::System.DBNull.Value; } - if ((R4282900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[217].Value = ((int)(R4282900.Value)); + if ((Original_R7420000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1542].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1543].Value = ((int)(Original_R7420000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[217].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1542].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1543].Value = global::System.DBNull.Value; } - if ((R4283000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[218].Value = ((int)(R4283000.Value)); + if ((Original_R7420001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1544].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1545].Value = ((int)(Original_R7420001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[218].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1544].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1545].Value = global::System.DBNull.Value; } - if ((R4283100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[219].Value = ((int)(R4283100.Value)); + if ((Original_R7420100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1546].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1547].Value = ((int)(Original_R7420100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[219].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1546].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1547].Value = global::System.DBNull.Value; } - if ((R4283600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[220].Value = ((int)(R4283600.Value)); + if ((Original_R7420101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1548].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1549].Value = ((int)(Original_R7420101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[220].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1548].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1549].Value = global::System.DBNull.Value; } - if ((R4827600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[221].Value = ((int)(R4827600.Value)); + if ((Original_R7420200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1550].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1551].Value = ((int)(Original_R7420200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[221].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1550].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1551].Value = global::System.DBNull.Value; } - if ((R4827700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[222].Value = ((int)(R4827700.Value)); + if ((Original_R7420201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1552].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1553].Value = ((int)(Original_R7420201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[222].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1552].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1553].Value = global::System.DBNull.Value; } - if ((R4827800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[223].Value = ((int)(R4827800.Value)); + if ((Original_R7420300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1554].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1555].Value = ((int)(Original_R7420300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[223].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1554].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1555].Value = global::System.DBNull.Value; } - if ((R4827900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[224].Value = ((int)(R4827900.Value)); + if ((Original_R7420301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1556].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1557].Value = ((int)(Original_R7420301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[224].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1556].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1557].Value = global::System.DBNull.Value; } - if ((R4827901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[225].Value = ((int)(R4827901.Value)); + if ((Original_R7420400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1558].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1559].Value = ((int)(Original_R7420400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[225].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1558].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1559].Value = global::System.DBNull.Value; } - if ((R4828000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[226].Value = ((int)(R4828000.Value)); + if ((Original_R7420401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1560].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1561].Value = ((int)(Original_R7420401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[226].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1560].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1561].Value = global::System.DBNull.Value; } - if ((R4828001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[227].Value = ((int)(R4828001.Value)); + if ((Original_R7420500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1562].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1563].Value = ((int)(Original_R7420500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[227].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1562].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1563].Value = global::System.DBNull.Value; } - if ((R4828100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[228].Value = ((int)(R4828100.Value)); + if ((Original_R7420501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1564].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1565].Value = ((int)(Original_R7420501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[228].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1564].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1565].Value = global::System.DBNull.Value; } - if ((R4830600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[229].Value = ((int)(R4830600.Value)); + if ((Original_R7420600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1566].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1567].Value = ((int)(Original_R7420600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[229].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1566].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1567].Value = global::System.DBNull.Value; } - if ((R4830700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[230].Value = ((int)(R4830700.Value)); + if ((Original_R7420601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1568].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1569].Value = ((int)(Original_R7420601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[230].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1568].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1569].Value = global::System.DBNull.Value; } - if ((R4830800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[231].Value = ((int)(R4830800.Value)); + if ((Original_R7421400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1570].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1571].Value = ((int)(Original_R7421400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[231].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1570].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1571].Value = global::System.DBNull.Value; } - if ((R4830900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[232].Value = ((int)(R4830900.Value)); + if ((Original_R7421500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1572].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1573].Value = ((int)(Original_R7421500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[232].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1572].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1573].Value = global::System.DBNull.Value; } - if ((R4830901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[233].Value = ((int)(R4830901.Value)); + if ((Original_R7421600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1574].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1575].Value = ((int)(Original_R7421600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[233].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1574].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1575].Value = global::System.DBNull.Value; } - if ((R4831000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[234].Value = ((int)(R4831000.Value)); + if ((Original_R7421700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1576].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1577].Value = ((int)(Original_R7421700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[234].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1576].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1577].Value = global::System.DBNull.Value; } - if ((R4831001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[235].Value = ((int)(R4831001.Value)); + if ((Original_R7421800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1578].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1579].Value = ((int)(Original_R7421800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[235].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1578].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1579].Value = global::System.DBNull.Value; } - if ((R4831100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[236].Value = ((int)(R4831100.Value)); + if ((Original_R7421900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1580].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1581].Value = ((int)(Original_R7421900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[236].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1580].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1581].Value = global::System.DBNull.Value; } - if ((R4833600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[237].Value = ((int)(R4833600.Value)); + if ((Original_R7422000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1582].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1583].Value = ((int)(Original_R7422000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[237].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1582].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1583].Value = global::System.DBNull.Value; } - if ((R4833700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[238].Value = ((int)(R4833700.Value)); + if ((Original_R7422100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1584].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1585].Value = ((int)(Original_R7422100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[238].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1584].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1585].Value = global::System.DBNull.Value; } - if ((R4833800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[239].Value = ((int)(R4833800.Value)); + if ((Original_R7422200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1586].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1587].Value = ((int)(Original_R7422200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[239].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1586].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1587].Value = global::System.DBNull.Value; } - if ((R4833900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[240].Value = ((int)(R4833900.Value)); + if ((Original_R7422300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1588].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1589].Value = ((int)(Original_R7422300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[240].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1588].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1589].Value = global::System.DBNull.Value; } - if ((R4833901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[241].Value = ((int)(R4833901.Value)); + if ((Original_R8114000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1590].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1591].Value = ((int)(Original_R8114000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[241].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1590].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1591].Value = global::System.DBNull.Value; } - if ((R4834000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[242].Value = ((int)(R4834000.Value)); + if ((Original_R8114100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1592].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1593].Value = ((int)(Original_R8114100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[242].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1592].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1593].Value = global::System.DBNull.Value; } - if ((R4834001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[243].Value = ((int)(R4834001.Value)); + if ((Original_R8114200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1594].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1595].Value = ((int)(Original_R8114200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[243].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1594].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1595].Value = global::System.DBNull.Value; } - if ((R4834100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[244].Value = ((int)(R4834100.Value)); + if ((Original_R8114300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1596].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1597].Value = ((int)(Original_R8114300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[244].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1596].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1597].Value = global::System.DBNull.Value; } - if ((R4836600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[245].Value = ((int)(R4836600.Value)); + if ((Original_R8114400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1598].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1599].Value = ((int)(Original_R8114400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[245].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1598].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1599].Value = global::System.DBNull.Value; } - if ((R4836700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[246].Value = ((int)(R4836700.Value)); + if ((Original_R8114500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1600].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1601].Value = ((int)(Original_R8114500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[246].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1600].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1601].Value = global::System.DBNull.Value; } - if ((R4836800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[247].Value = ((int)(R4836800.Value)); + if ((Original_R8114600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1602].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1603].Value = ((int)(Original_R8114600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[247].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1602].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1603].Value = global::System.DBNull.Value; } - if ((R4836900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[248].Value = ((int)(R4836900.Value)); + if ((Original_R8114700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1604].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1605].Value = ((int)(Original_R8114700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[248].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1604].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1605].Value = global::System.DBNull.Value; } - if ((R4836901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[249].Value = ((int)(R4836901.Value)); + if ((Original_R8114800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1606].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1607].Value = ((int)(Original_R8114800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[249].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1606].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1607].Value = global::System.DBNull.Value; } - if ((R4837000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[250].Value = ((int)(R4837000.Value)); + if ((Original_R8114900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1608].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1609].Value = ((int)(Original_R8114900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[250].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1608].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1609].Value = global::System.DBNull.Value; } - if ((R4837001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[251].Value = ((int)(R4837001.Value)); + if ((Original_R8115000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1610].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1611].Value = ((int)(Original_R8115000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[251].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1610].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1611].Value = global::System.DBNull.Value; } - if ((R4837100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[252].Value = ((int)(R4837100.Value)); + if ((Original_R8115100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1612].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1613].Value = ((int)(Original_R8115100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[252].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1612].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1613].Value = global::System.DBNull.Value; } - if ((R4839600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[253].Value = ((int)(R4839600.Value)); + if ((Original_R8115200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1614].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1615].Value = ((int)(Original_R8115200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[253].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1614].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1615].Value = global::System.DBNull.Value; } - if ((R4839700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[254].Value = ((int)(R4839700.Value)); + if ((Original_R8115300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1616].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1617].Value = ((int)(Original_R8115300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[254].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1616].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1617].Value = global::System.DBNull.Value; } - if ((R4839800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[255].Value = ((int)(R4839800.Value)); + if ((Original_R8115400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1618].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1619].Value = ((int)(Original_R8115400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[255].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1618].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1619].Value = global::System.DBNull.Value; } - if ((R4839900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[256].Value = ((int)(R4839900.Value)); + if ((Original_R8115500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1620].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1621].Value = ((int)(Original_R8115500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[256].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1620].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1621].Value = global::System.DBNull.Value; } - if ((R4839901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[257].Value = ((int)(R4839901.Value)); + if ((Original_R8115600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1622].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1623].Value = ((int)(Original_R8115600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[257].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1622].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1623].Value = global::System.DBNull.Value; } - if ((R4840000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[258].Value = ((int)(R4840000.Value)); + if ((Original_R8115700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1624].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1625].Value = ((int)(Original_R8115700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[258].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1624].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1625].Value = global::System.DBNull.Value; } - if ((R4840001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[259].Value = ((int)(R4840001.Value)); + if ((Original_R8115800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1626].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1627].Value = ((int)(Original_R8115800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[259].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1626].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1627].Value = global::System.DBNull.Value; } - if ((R4840100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[260].Value = ((int)(R4840100.Value)); + if ((Original_R8115900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1628].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1629].Value = ((int)(Original_R8115900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[260].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1628].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1629].Value = global::System.DBNull.Value; } - if ((R4842500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[261].Value = ((int)(R4842500.Value)); + if ((Original_R8117000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1630].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1631].Value = ((int)(Original_R8117000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[261].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1630].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1631].Value = global::System.DBNull.Value; } - if ((R4842600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[262].Value = ((int)(R4842600.Value)); + if ((Original_R8117100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1632].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1633].Value = ((int)(Original_R8117100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[262].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1632].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1633].Value = global::System.DBNull.Value; } - if ((R4842700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[263].Value = ((int)(R4842700.Value)); + if ((Original_R8117200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1634].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1635].Value = ((int)(Original_R8117200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[263].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1634].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1635].Value = global::System.DBNull.Value; } - if ((R4842800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[264].Value = ((int)(R4842800.Value)); + if ((Original_R8117300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1636].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1637].Value = ((int)(Original_R8117300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[264].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1636].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1637].Value = global::System.DBNull.Value; } - if ((R4842801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[265].Value = ((int)(R4842801.Value)); + if ((Original_R8117400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1638].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1639].Value = ((int)(Original_R8117400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[265].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1638].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1639].Value = global::System.DBNull.Value; } - if ((R4842900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[266].Value = ((int)(R4842900.Value)); + if ((Original_R8117500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1640].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1641].Value = ((int)(Original_R8117500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[266].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1640].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1641].Value = global::System.DBNull.Value; } - if ((R4844800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[267].Value = ((int)(R4844800.Value)); + if ((Original_R8117600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1642].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1643].Value = ((int)(Original_R8117600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[267].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1642].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1643].Value = global::System.DBNull.Value; } - if ((R4844900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[268].Value = ((int)(R4844900.Value)); + if ((Original_R8117700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1644].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1645].Value = ((int)(Original_R8117700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[268].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1644].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1645].Value = global::System.DBNull.Value; } - if ((R4845000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[269].Value = ((int)(R4845000.Value)); + if ((Original_R8117800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1646].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1647].Value = ((int)(Original_R8117800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[269].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1646].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1647].Value = global::System.DBNull.Value; } - if ((R4845100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[270].Value = ((int)(R4845100.Value)); + if ((Original_R8117900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1648].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1649].Value = ((int)(Original_R8117900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[270].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1648].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1649].Value = global::System.DBNull.Value; } - if ((R4845101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[271].Value = ((int)(R4845101.Value)); + if ((Original_R8118000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1650].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1651].Value = ((int)(Original_R8118000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[271].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1650].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1651].Value = global::System.DBNull.Value; } - if ((R4845200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[272].Value = ((int)(R4845200.Value)); + if ((Original_R8118001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1652].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1653].Value = ((int)(Original_R8118001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[272].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1652].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1653].Value = global::System.DBNull.Value; } - if ((R4847100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[273].Value = ((int)(R4847100.Value)); + if ((Original_R8118100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1654].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1655].Value = ((int)(Original_R8118100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[273].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1654].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1655].Value = global::System.DBNull.Value; } - if ((R4847200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[274].Value = ((int)(R4847200.Value)); + if ((Original_R8118101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1656].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1657].Value = ((int)(Original_R8118101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[274].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1656].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1657].Value = global::System.DBNull.Value; } - if ((R4847300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[275].Value = ((int)(R4847300.Value)); + if ((Original_R8118200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1658].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1659].Value = ((int)(Original_R8118200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[275].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1658].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1659].Value = global::System.DBNull.Value; } - if ((R4847400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[276].Value = ((int)(R4847400.Value)); + if ((Original_R8118201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1660].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1661].Value = ((int)(Original_R8118201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[276].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1660].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1661].Value = global::System.DBNull.Value; } - if ((R5498000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[277].Value = ((int)(R5498000.Value)); + if ((Original_R8118300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1662].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1663].Value = ((int)(Original_R8118300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[277].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1662].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1663].Value = global::System.DBNull.Value; } - if ((R5498100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[278].Value = ((int)(R5498100.Value)); + if ((Original_R8118301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1664].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1665].Value = ((int)(Original_R8118301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[278].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1664].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1665].Value = global::System.DBNull.Value; } - if ((R5498200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[279].Value = ((int)(R5498200.Value)); + if ((Original_R8118400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1666].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1667].Value = ((int)(Original_R8118400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[279].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1666].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1667].Value = global::System.DBNull.Value; } - if ((R5498300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[280].Value = ((int)(R5498300.Value)); + if ((Original_R8118401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1668].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1669].Value = ((int)(Original_R8118401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[280].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1668].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1669].Value = global::System.DBNull.Value; } - if ((R5498301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[281].Value = ((int)(R5498301.Value)); + if ((Original_R8118500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1670].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1671].Value = ((int)(Original_R8118500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[281].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1670].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1671].Value = global::System.DBNull.Value; } - if ((R5498400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[282].Value = ((int)(R5498400.Value)); + if ((Original_R8118501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1672].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1673].Value = ((int)(Original_R8118501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[282].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1672].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1673].Value = global::System.DBNull.Value; } - if ((R5498401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[283].Value = ((int)(R5498401.Value)); + if ((Original_R8118600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1674].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1675].Value = ((int)(Original_R8118600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[283].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1674].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1675].Value = global::System.DBNull.Value; } - if ((R5498500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[284].Value = ((int)(R5498500.Value)); + if ((Original_R8118601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1676].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1677].Value = ((int)(Original_R8118601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[284].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1676].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1677].Value = global::System.DBNull.Value; } - if ((R5501000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[285].Value = ((int)(R5501000.Value)); + if ((Original_R8118700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1678].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1679].Value = ((int)(Original_R8118700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[285].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1678].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1679].Value = global::System.DBNull.Value; } - if ((R5501100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[286].Value = ((int)(R5501100.Value)); + if ((Original_R8118701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1680].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1681].Value = ((int)(Original_R8118701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[286].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1680].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1681].Value = global::System.DBNull.Value; } - if ((R5501200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[287].Value = ((int)(R5501200.Value)); + if ((Original_R8118800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1682].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1683].Value = ((int)(Original_R8118800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[287].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1682].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1683].Value = global::System.DBNull.Value; } - if ((R5501300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[288].Value = ((int)(R5501300.Value)); + if ((Original_R8118801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1684].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1685].Value = ((int)(Original_R8118801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[288].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1684].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1685].Value = global::System.DBNull.Value; } - if ((R5501301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[289].Value = ((int)(R5501301.Value)); + if ((Original_R8118900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1686].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1687].Value = ((int)(Original_R8118900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[289].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1686].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1687].Value = global::System.DBNull.Value; } - if ((R5501400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[290].Value = ((int)(R5501400.Value)); + if ((Original_R8118901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1688].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1689].Value = ((int)(Original_R8118901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[290].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1688].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1689].Value = global::System.DBNull.Value; } - if ((R5501401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[291].Value = ((int)(R5501401.Value)); + if ((Original_R8119600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1690].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1691].Value = ((int)(Original_R8119600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[291].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1690].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1691].Value = global::System.DBNull.Value; } - if ((R5501500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[292].Value = ((int)(R5501500.Value)); + if ((Original_R8119700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1692].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1693].Value = ((int)(Original_R8119700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[292].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1692].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1693].Value = global::System.DBNull.Value; } - if ((R5504000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[293].Value = ((int)(R5504000.Value)); + if ((Original_R8119800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1694].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1695].Value = ((int)(Original_R8119800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[293].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1694].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1695].Value = global::System.DBNull.Value; } - if ((R5504100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[294].Value = ((int)(R5504100.Value)); + if ((Original_R8119900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1696].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1697].Value = ((int)(Original_R8119900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[294].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1696].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1697].Value = global::System.DBNull.Value; } - if ((R5504200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[295].Value = ((int)(R5504200.Value)); + if ((Original_R8120000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1698].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1699].Value = ((int)(Original_R8120000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[295].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1698].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1699].Value = global::System.DBNull.Value; } - if ((R5504300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[296].Value = ((int)(R5504300.Value)); + if ((Original_R8120100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1700].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1701].Value = ((int)(Original_R8120100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[296].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1700].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1701].Value = global::System.DBNull.Value; } - if ((R5504301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[297].Value = ((int)(R5504301.Value)); + if ((Original_R8120200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1702].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1703].Value = ((int)(Original_R8120200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[297].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1702].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1703].Value = global::System.DBNull.Value; } - if ((R5504400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[298].Value = ((int)(R5504400.Value)); + if ((Original_R8120300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1704].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1705].Value = ((int)(Original_R8120300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[298].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1704].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1705].Value = global::System.DBNull.Value; } - if ((R5504401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[299].Value = ((int)(R5504401.Value)); + if ((Original_R8120400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1706].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1707].Value = ((int)(Original_R8120400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[299].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1706].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1707].Value = global::System.DBNull.Value; } - if ((R5504500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[300].Value = ((int)(R5504500.Value)); + if ((Original_R8120500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1708].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1709].Value = ((int)(Original_R8120500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[300].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1708].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1709].Value = global::System.DBNull.Value; } - if ((R5507000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[301].Value = ((int)(R5507000.Value)); + if ((Original_R8135300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1710].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1711].Value = ((int)(Original_R8135300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[301].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1710].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1711].Value = global::System.DBNull.Value; } - if ((R5507100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[302].Value = ((int)(R5507100.Value)); + if ((Original_R8135400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1712].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1713].Value = ((int)(Original_R8135400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[302].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1712].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1713].Value = global::System.DBNull.Value; } - if ((R5507200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[303].Value = ((int)(R5507200.Value)); + if ((Original_R8135500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1714].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1715].Value = ((int)(Original_R8135500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[303].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1714].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1715].Value = global::System.DBNull.Value; } - if ((R5507300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[304].Value = ((int)(R5507300.Value)); + if ((Original_R8135600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1716].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1717].Value = ((int)(Original_R8135600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[304].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1716].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1717].Value = global::System.DBNull.Value; } - if ((R5507301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[305].Value = ((int)(R5507301.Value)); + if ((Original_R8135700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1718].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1719].Value = ((int)(Original_R8135700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[305].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1718].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1719].Value = global::System.DBNull.Value; } - if ((R5507400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[306].Value = ((int)(R5507400.Value)); + if ((Original_R8135800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1720].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1721].Value = ((int)(Original_R8135800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[306].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1720].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1721].Value = global::System.DBNull.Value; } - if ((R5507401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[307].Value = ((int)(R5507401.Value)); + if ((Original_R8135900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1722].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1723].Value = ((int)(Original_R8135900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[307].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1722].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1723].Value = global::System.DBNull.Value; } - if ((R5507500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[308].Value = ((int)(R5507500.Value)); + if ((Original_R9900600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1724].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1725].Value = ((int)(Original_R9900600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[308].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1724].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1725].Value = global::System.DBNull.Value; } - if ((R5510000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[309].Value = ((int)(R5510000.Value)); + if ((Original_R9900601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1726].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1727].Value = ((int)(Original_R9900601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[309].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1726].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1727].Value = global::System.DBNull.Value; } - if ((R5510100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[310].Value = ((int)(R5510100.Value)); + if ((Original_R9901400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1728].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1729].Value = ((int)(Original_R9901400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[310].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1728].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1729].Value = global::System.DBNull.Value; } - if ((R5510200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[311].Value = ((int)(R5510200.Value)); + if ((Original_R9901401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1730].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1731].Value = ((int)(Original_R9901401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[311].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1730].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1731].Value = global::System.DBNull.Value; } - if ((R5510300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[312].Value = ((int)(R5510300.Value)); + if ((Original_R9902200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1732].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1733].Value = ((int)(Original_R9902200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[312].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1732].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1733].Value = global::System.DBNull.Value; } - if ((R5510301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[313].Value = ((int)(R5510301.Value)); + if ((Original_R9902201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1734].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1735].Value = ((int)(Original_R9902201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[313].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1734].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1735].Value = global::System.DBNull.Value; } - if ((R5510400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[314].Value = ((int)(R5510400.Value)); + if ((Original_R9903000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1736].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1737].Value = ((int)(Original_R9903000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[314].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1736].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1737].Value = global::System.DBNull.Value; } - if ((R5510401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[315].Value = ((int)(R5510401.Value)); + if ((Original_R9903001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1738].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1739].Value = ((int)(Original_R9903001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[315].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1738].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1739].Value = global::System.DBNull.Value; } - if ((R5510500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[316].Value = ((int)(R5510500.Value)); + if ((Original_R9903800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1740].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1741].Value = ((int)(Original_R9903800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[316].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1740].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1741].Value = global::System.DBNull.Value; } - if ((R5513000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[317].Value = ((int)(R5513000.Value)); + if ((Original_R9903801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1742].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1743].Value = ((int)(Original_R9903801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[317].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1742].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1743].Value = global::System.DBNull.Value; } - if ((R5513100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[318].Value = ((int)(R5513100.Value)); + if ((Original_R9904600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1744].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1745].Value = ((int)(Original_R9904600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[318].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1744].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1745].Value = global::System.DBNull.Value; } - if ((R5513200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[319].Value = ((int)(R5513200.Value)); + if ((Original_R9904601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1746].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1747].Value = ((int)(Original_R9904601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[319].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1746].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1747].Value = global::System.DBNull.Value; } - if ((R5513300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[320].Value = ((int)(R5513300.Value)); + if ((Original_R9905400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1748].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1749].Value = ((int)(Original_R9905400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[320].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1748].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1749].Value = global::System.DBNull.Value; } - if ((R5513301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[321].Value = ((int)(R5513301.Value)); + if ((Original_R9905401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1750].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1751].Value = ((int)(Original_R9905401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[321].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1750].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1751].Value = global::System.DBNull.Value; } - if ((R5513400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[322].Value = ((int)(R5513400.Value)); + if ((Original_R9911200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1752].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1753].Value = ((int)(Original_R9911200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[322].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1752].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1753].Value = global::System.DBNull.Value; } - if ((R5515300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[323].Value = ((int)(R5515300.Value)); + if ((Original_R9911201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1754].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1755].Value = ((int)(Original_R9911201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[323].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1754].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1755].Value = global::System.DBNull.Value; } - if ((R5515400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[324].Value = ((int)(R5515400.Value)); + if ((Original_T0345800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1756].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1757].Value = ((int)(Original_T0345800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[324].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1756].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1757].Value = global::System.DBNull.Value; } - if ((R5515500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[325].Value = ((int)(R5515500.Value)); + if ((Original_T0345900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1758].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1759].Value = ((int)(Original_T0345900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[325].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1758].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1759].Value = global::System.DBNull.Value; } - if ((R5515600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[326].Value = ((int)(R5515600.Value)); + if ((Original_T0346000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1760].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1761].Value = ((int)(Original_T0346000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[326].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1760].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1761].Value = global::System.DBNull.Value; } - if ((R5515601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[327].Value = ((int)(R5515601.Value)); + if ((Original_T0346100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1762].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1763].Value = ((int)(Original_T0346100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[327].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1762].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1763].Value = global::System.DBNull.Value; } - if ((R5515700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[328].Value = ((int)(R5515700.Value)); + if ((Original_T0346200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1764].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1765].Value = ((int)(Original_T0346200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[328].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1764].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1765].Value = global::System.DBNull.Value; } - if ((R5517600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[329].Value = ((int)(R5517600.Value)); + if ((Original_T0346300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1766].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1767].Value = ((int)(Original_T0346300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[329].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1766].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1767].Value = global::System.DBNull.Value; } - if ((R5517700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[330].Value = ((int)(R5517700.Value)); + if ((Original_T0346400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1768].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1769].Value = ((int)(Original_T0346400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[330].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1768].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1769].Value = global::System.DBNull.Value; } - if ((R5517800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[331].Value = ((int)(R5517800.Value)); + if ((Original_T0346500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1770].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1771].Value = ((int)(Original_T0346500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[331].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1770].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1771].Value = global::System.DBNull.Value; } - if ((R5517900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[332].Value = ((int)(R5517900.Value)); + if ((Original_T0346600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1772].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1773].Value = ((int)(Original_T0346600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[332].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1772].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1773].Value = global::System.DBNull.Value; } - if ((R5519800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[333].Value = ((int)(R5519800.Value)); + if ((Original_T0346700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1774].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1775].Value = ((int)(Original_T0346700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[333].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1774].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1775].Value = global::System.DBNull.Value; } - if ((R5519900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[334].Value = ((int)(R5519900.Value)); + if ((Original_T0346800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1776].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1777].Value = ((int)(Original_T0346800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[334].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1776].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1777].Value = global::System.DBNull.Value; } - if ((R5520000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[335].Value = ((int)(R5520000.Value)); + if ((Original_T0346900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1778].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1779].Value = ((int)(Original_T0346900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[335].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1778].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1779].Value = global::System.DBNull.Value; } - if ((R5520100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[336].Value = ((int)(R5520100.Value)); + if ((Original_T0347000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1780].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1781].Value = ((int)(Original_T0347000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[336].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1780].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1781].Value = global::System.DBNull.Value; } - if ((R5520101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[337].Value = ((int)(R5520101.Value)); + if ((Original_T0347100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1782].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1783].Value = ((int)(Original_T0347100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[337].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1782].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1783].Value = global::System.DBNull.Value; } - if ((R5520200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[338].Value = ((int)(R5520200.Value)); + if ((Original_T0347200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1784].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1785].Value = ((int)(Original_T0347200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[338].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1784].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1785].Value = global::System.DBNull.Value; } - if ((R6218400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[339].Value = ((int)(R6218400.Value)); + if ((Original_T0347300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1786].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1787].Value = ((int)(Original_T0347300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[339].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1786].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1787].Value = global::System.DBNull.Value; } - if ((R6218500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[340].Value = ((int)(R6218500.Value)); + if ((Original_T0347400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1788].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1789].Value = ((int)(Original_T0347400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[340].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1788].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1789].Value = global::System.DBNull.Value; } - if ((R6218600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[341].Value = ((int)(R6218600.Value)); + if ((Original_T0347500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1790].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1791].Value = ((int)(Original_T0347500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[341].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1790].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1791].Value = global::System.DBNull.Value; } - if ((R6218700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[342].Value = ((int)(R6218700.Value)); + if ((Original_T0347600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1792].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1793].Value = ((int)(Original_T0347600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[342].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1792].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1793].Value = global::System.DBNull.Value; } - if ((R6218800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[343].Value = ((int)(R6218800.Value)); + if ((Original_T0347700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1794].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1795].Value = ((int)(Original_T0347700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[343].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1794].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1795].Value = global::System.DBNull.Value; } - if ((R6218900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[344].Value = ((int)(R6218900.Value)); + if ((Original_T0347800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1796].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1797].Value = ((int)(Original_T0347800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[344].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1796].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1797].Value = global::System.DBNull.Value; } - if ((R6219000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[345].Value = ((int)(R6219000.Value)); + if ((Original_T0349000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1798].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1799].Value = ((int)(Original_T0349000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[345].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1798].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1799].Value = global::System.DBNull.Value; } - if ((R6219100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[346].Value = ((int)(R6219100.Value)); + if ((Original_T0349100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1800].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1801].Value = ((int)(Original_T0349100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[346].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1800].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1801].Value = global::System.DBNull.Value; } - if ((R6219200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[347].Value = ((int)(R6219200.Value)); + if ((Original_T0349200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1802].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1803].Value = ((int)(Original_T0349200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[347].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1802].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1803].Value = global::System.DBNull.Value; } - if ((R6219300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[348].Value = ((int)(R6219300.Value)); + if ((Original_T0349300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1804].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1805].Value = ((int)(Original_T0349300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[348].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1804].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1805].Value = global::System.DBNull.Value; } - if ((R6219500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[349].Value = ((int)(R6219500.Value)); + if ((Original_T0349400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1806].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1807].Value = ((int)(Original_T0349400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[349].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1806].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1807].Value = global::System.DBNull.Value; } - if ((R6219600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[350].Value = ((int)(R6219600.Value)); + if ((Original_T0349500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1808].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1809].Value = ((int)(Original_T0349500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[350].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1808].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1809].Value = global::System.DBNull.Value; } - if ((R6219700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[351].Value = ((int)(R6219700.Value)); + if ((Original_T0349600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1810].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1811].Value = ((int)(Original_T0349600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[351].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1810].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1811].Value = global::System.DBNull.Value; } - if ((R6219800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[352].Value = ((int)(R6219800.Value)); + if ((Original_T0349700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1812].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1813].Value = ((int)(Original_T0349700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[352].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1812].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1813].Value = global::System.DBNull.Value; } - if ((R6219900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[353].Value = ((int)(R6219900.Value)); + if ((Original_T0349800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1814].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1815].Value = ((int)(Original_T0349800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[353].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1814].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1815].Value = global::System.DBNull.Value; } - if ((R6220000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[354].Value = ((int)(R6220000.Value)); + if ((Original_T0349900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1816].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1817].Value = ((int)(Original_T0349900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[354].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1816].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1817].Value = global::System.DBNull.Value; } - if ((R6220100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[355].Value = ((int)(R6220100.Value)); + if ((Original_T0350000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1818].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1819].Value = ((int)(Original_T0350000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[355].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1818].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1819].Value = global::System.DBNull.Value; } - if ((R6220200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[356].Value = ((int)(R6220200.Value)); + if ((Original_T0350100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1820].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1821].Value = ((int)(Original_T0350100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[356].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1820].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1821].Value = global::System.DBNull.Value; } - if ((R6220300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[357].Value = ((int)(R6220300.Value)); + if ((Original_T0350101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1822].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1823].Value = ((int)(Original_T0350101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[357].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1822].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1823].Value = global::System.DBNull.Value; } - if ((R6220400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[358].Value = ((int)(R6220400.Value)); + if ((Original_T0350200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1824].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1825].Value = ((int)(Original_T0350200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[358].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1824].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1825].Value = global::System.DBNull.Value; } - if ((R6220600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[359].Value = ((int)(R6220600.Value)); + if ((Original_T0350201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1826].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1827].Value = ((int)(Original_T0350201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[359].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1826].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1827].Value = global::System.DBNull.Value; } - if ((R6220700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[360].Value = ((int)(R6220700.Value)); + if ((Original_T0350300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1828].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1829].Value = ((int)(Original_T0350300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[360].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1828].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1829].Value = global::System.DBNull.Value; } - if ((R6220800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[361].Value = ((int)(R6220800.Value)); + if ((Original_T0350301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1830].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1831].Value = ((int)(Original_T0350301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[361].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1830].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1831].Value = global::System.DBNull.Value; } - if ((R6220900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[362].Value = ((int)(R6220900.Value)); + if ((Original_T0350400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1832].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1833].Value = ((int)(Original_T0350400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[362].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1832].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1833].Value = global::System.DBNull.Value; } - if ((R6221000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[363].Value = ((int)(R6221000.Value)); + if ((Original_T0350401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1834].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1835].Value = ((int)(Original_T0350401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[363].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1834].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1835].Value = global::System.DBNull.Value; } - if ((R6221100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[364].Value = ((int)(R6221100.Value)); + if ((Original_T0350500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1836].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1837].Value = ((int)(Original_T0350500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[364].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1836].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1837].Value = global::System.DBNull.Value; } - if ((R6221200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[365].Value = ((int)(R6221200.Value)); + if ((Original_T0350501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1838].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1839].Value = ((int)(Original_T0350501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[365].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1838].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1839].Value = global::System.DBNull.Value; } - if ((R6221300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[366].Value = ((int)(R6221300.Value)); + if ((Original_T0350600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1840].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1841].Value = ((int)(Original_T0350600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[366].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1840].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1841].Value = global::System.DBNull.Value; } - if ((R6221400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[367].Value = ((int)(R6221400.Value)); + if ((Original_T0350601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1842].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1843].Value = ((int)(Original_T0350601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[367].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1842].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1843].Value = global::System.DBNull.Value; } - if ((R6221500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[368].Value = ((int)(R6221500.Value)); + if ((Original_T0350700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1844].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1845].Value = ((int)(Original_T0350700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[368].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1844].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1845].Value = global::System.DBNull.Value; } - if ((R6221700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[369].Value = ((int)(R6221700.Value)); + if ((Original_T0350701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1846].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1847].Value = ((int)(Original_T0350701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[369].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1846].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1847].Value = global::System.DBNull.Value; } - if ((R6221701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[370].Value = ((int)(R6221701.Value)); + if ((Original_T0350800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1848].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1849].Value = ((int)(Original_T0350800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[370].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1848].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1849].Value = global::System.DBNull.Value; } - if ((R6221800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[371].Value = ((int)(R6221800.Value)); + if ((Original_T0350801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1850].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1851].Value = ((int)(Original_T0350801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[371].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1850].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1851].Value = global::System.DBNull.Value; } - if ((R6221801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[372].Value = ((int)(R6221801.Value)); + if ((Original_T0350900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1852].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1853].Value = ((int)(Original_T0350900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[372].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1852].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1853].Value = global::System.DBNull.Value; } - if ((R6221900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[373].Value = ((int)(R6221900.Value)); + if ((Original_T0350901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1854].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1855].Value = ((int)(Original_T0350901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[373].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1854].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1855].Value = global::System.DBNull.Value; } - if ((R6221901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[374].Value = ((int)(R6221901.Value)); + if ((Original_T0351000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1856].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1857].Value = ((int)(Original_T0351000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[374].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1856].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1857].Value = global::System.DBNull.Value; } - if ((R6222000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[375].Value = ((int)(R6222000.Value)); + if ((Original_T0351001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1858].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1859].Value = ((int)(Original_T0351001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[375].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1858].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1859].Value = global::System.DBNull.Value; } - if ((R6222001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[376].Value = ((int)(R6222001.Value)); + if ((Original_T0351900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1860].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1861].Value = ((int)(Original_T0351900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[376].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1860].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1861].Value = global::System.DBNull.Value; } - if ((R6222100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[377].Value = ((int)(R6222100.Value)); + if ((Original_T0352000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1862].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1863].Value = ((int)(Original_T0352000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[377].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1862].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1863].Value = global::System.DBNull.Value; } - if ((R6222101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[378].Value = ((int)(R6222101.Value)); + if ((Original_T0352100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1864].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1865].Value = ((int)(Original_T0352100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[378].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1864].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1865].Value = global::System.DBNull.Value; } - if ((R6222200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[379].Value = ((int)(R6222200.Value)); + if ((Original_T0352200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1866].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1867].Value = ((int)(Original_T0352200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[379].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1866].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1867].Value = global::System.DBNull.Value; } - if ((R6222201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[380].Value = ((int)(R6222201.Value)); + if ((Original_T0352300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1868].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1869].Value = ((int)(Original_T0352300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[380].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1868].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1869].Value = global::System.DBNull.Value; } - if ((R6222300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[381].Value = ((int)(R6222300.Value)); + if ((Original_T0352400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1870].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1871].Value = ((int)(Original_T0352400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[381].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1870].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1871].Value = global::System.DBNull.Value; } - if ((R6222301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[382].Value = ((int)(R6222301.Value)); + if ((Original_T0352500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1872].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1873].Value = ((int)(Original_T0352500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[382].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1872].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1873].Value = global::System.DBNull.Value; } - if ((R6222400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[383].Value = ((int)(R6222400.Value)); + if ((Original_T0352600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1874].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1875].Value = ((int)(Original_T0352600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[383].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1874].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1875].Value = global::System.DBNull.Value; } - if ((R6222401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[384].Value = ((int)(R6222401.Value)); + if ((Original_T0352700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1876].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1877].Value = ((int)(Original_T0352700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[384].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1876].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1877].Value = global::System.DBNull.Value; } - if ((R6222500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[385].Value = ((int)(R6222500.Value)); + if ((Original_T0352800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1878].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1879].Value = ((int)(Original_T0352800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[385].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1878].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1879].Value = global::System.DBNull.Value; } - if ((R6222501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[386].Value = ((int)(R6222501.Value)); + if ((Original_T0352900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1880].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1881].Value = ((int)(Original_T0352900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[386].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1880].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1881].Value = global::System.DBNull.Value; } - if ((R6222600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[387].Value = ((int)(R6222600.Value)); + if ((Original_T0597800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1882].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1883].Value = ((int)(Original_T0597800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[387].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1882].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1883].Value = global::System.DBNull.Value; } - if ((R6222601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[388].Value = ((int)(R6222601.Value)); + if ((Original_T0597900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1884].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1885].Value = ((int)(Original_T0597900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[388].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1884].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1885].Value = global::System.DBNull.Value; } - if ((R6222800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[389].Value = ((int)(R6222800.Value)); + if ((Original_T0598000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1886].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1887].Value = ((int)(Original_T0598000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[389].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1886].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1887].Value = global::System.DBNull.Value; } - if ((R6222801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[390].Value = ((int)(R6222801.Value)); + if ((Original_T0598100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1888].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1889].Value = ((int)(Original_T0598100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[390].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1888].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1889].Value = global::System.DBNull.Value; } - if ((R6222900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[391].Value = ((int)(R6222900.Value)); + if ((Original_T0598200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1890].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1891].Value = ((int)(Original_T0598200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[391].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1890].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1891].Value = global::System.DBNull.Value; } - if ((R6222901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[392].Value = ((int)(R6222901.Value)); + if ((Original_T0598300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1892].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1893].Value = ((int)(Original_T0598300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[392].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1892].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1893].Value = global::System.DBNull.Value; } - if ((R6223000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[393].Value = ((int)(R6223000.Value)); + if ((Original_T0598400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1894].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1895].Value = ((int)(Original_T0598400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[393].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1894].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1895].Value = global::System.DBNull.Value; } - if ((R6223001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[394].Value = ((int)(R6223001.Value)); + if ((Original_T1495200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1896].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1897].Value = ((int)(Original_T1495200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[394].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1896].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1897].Value = global::System.DBNull.Value; } - if ((R6223100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[395].Value = ((int)(R6223100.Value)); + if ((Original_T1495300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1898].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1899].Value = ((int)(Original_T1495300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[395].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1898].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1899].Value = global::System.DBNull.Value; } - if ((R6223101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[396].Value = ((int)(R6223101.Value)); + if ((Original_T1495400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1900].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1901].Value = ((int)(Original_T1495400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[396].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1900].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1901].Value = global::System.DBNull.Value; } - if ((R6223200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[397].Value = ((int)(R6223200.Value)); + if ((Original_T1495500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1902].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1903].Value = ((int)(Original_T1495500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[397].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1902].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1903].Value = global::System.DBNull.Value; } - if ((R6223201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[398].Value = ((int)(R6223201.Value)); + if ((Original_T1495600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1904].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1905].Value = ((int)(Original_T1495600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[398].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1904].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1905].Value = global::System.DBNull.Value; } - if ((R6223300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[399].Value = ((int)(R6223300.Value)); + if ((Original_T1495700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1906].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1907].Value = ((int)(Original_T1495700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[399].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1906].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1907].Value = global::System.DBNull.Value; } - if ((R6223301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[400].Value = ((int)(R6223301.Value)); + if ((Original_T1495800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1908].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1909].Value = ((int)(Original_T1495800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[400].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1908].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1909].Value = global::System.DBNull.Value; } - if ((R6223400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[401].Value = ((int)(R6223400.Value)); + if ((Original_T1495900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1910].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1911].Value = ((int)(Original_T1495900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[401].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1910].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1911].Value = global::System.DBNull.Value; } - if ((R6223500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[402].Value = ((int)(R6223500.Value)); + if ((Original_T1496000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1912].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1913].Value = ((int)(Original_T1496000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[402].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1912].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1913].Value = global::System.DBNull.Value; } - if ((R6223600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[403].Value = ((int)(R6223600.Value)); + if ((Original_T1496100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1914].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1915].Value = ((int)(Original_T1496100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[403].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1914].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1915].Value = global::System.DBNull.Value; } - if ((R6223700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[404].Value = ((int)(R6223700.Value)); + if ((Original_T1496200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1916].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1917].Value = ((int)(Original_T1496200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[404].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1916].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1917].Value = global::System.DBNull.Value; } - if ((R6223800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[405].Value = ((int)(R6223800.Value)); + if ((Original_T1496300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1918].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1919].Value = ((int)(Original_T1496300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[405].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1918].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1919].Value = global::System.DBNull.Value; } - if ((R6223900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[406].Value = ((int)(R6223900.Value)); + if ((Original_T1496400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1920].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1921].Value = ((int)(Original_T1496400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[406].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1920].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1921].Value = global::System.DBNull.Value; } - if ((R6224000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[407].Value = ((int)(R6224000.Value)); + if ((Original_T1496500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1922].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1923].Value = ((int)(Original_T1496500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[407].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1922].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1923].Value = global::System.DBNull.Value; } - if ((R6224100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[408].Value = ((int)(R6224100.Value)); + if ((Original_T1496600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1924].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1925].Value = ((int)(Original_T1496600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[408].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1924].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1925].Value = global::System.DBNull.Value; } - if ((R6224200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[409].Value = ((int)(R6224200.Value)); + if ((Original_T1496700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1926].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1927].Value = ((int)(Original_T1496700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[409].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1926].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1927].Value = global::System.DBNull.Value; } - if ((R6224300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[410].Value = ((int)(R6224300.Value)); + if ((Original_T1496800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1928].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1929].Value = ((int)(Original_T1496800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[410].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1928].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1929].Value = global::System.DBNull.Value; } - if ((R6770600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[411].Value = ((int)(R6770600.Value)); + if ((Original_T1496900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1930].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1931].Value = ((int)(Original_T1496900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[411].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1930].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1931].Value = global::System.DBNull.Value; } - if ((R6771600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[412].Value = ((int)(R6771600.Value)); + if ((Original_T1497000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1932].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1933].Value = ((int)(Original_T1497000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[412].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1932].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1933].Value = global::System.DBNull.Value; } - if ((R6771700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[413].Value = ((int)(R6771700.Value)); + if ((Original_T1497100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1934].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1935].Value = ((int)(Original_T1497100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[413].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1934].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1935].Value = global::System.DBNull.Value; } - if ((R6771800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[414].Value = ((int)(R6771800.Value)); + if ((Original_T1497200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1936].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1937].Value = ((int)(Original_T1497200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[414].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1936].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1937].Value = global::System.DBNull.Value; } - if ((R6771900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[415].Value = ((int)(R6771900.Value)); + if ((Original_T1498400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1938].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1939].Value = ((int)(Original_T1498400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[415].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1938].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1939].Value = global::System.DBNull.Value; } - if ((R6772000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[416].Value = ((int)(R6772000.Value)); + if ((Original_T1498500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1940].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1941].Value = ((int)(Original_T1498500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[416].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1940].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1941].Value = global::System.DBNull.Value; } - if ((R6772100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[417].Value = ((int)(R6772100.Value)); + if ((Original_T1498600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1942].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1943].Value = ((int)(Original_T1498600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[417].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1942].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1943].Value = global::System.DBNull.Value; } - if ((R6772200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[418].Value = ((int)(R6772200.Value)); + if ((Original_T1498700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1944].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1945].Value = ((int)(Original_T1498700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[418].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1944].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1945].Value = global::System.DBNull.Value; } - if ((R6772300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[419].Value = ((int)(R6772300.Value)); + if ((Original_T1498800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1946].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1947].Value = ((int)(Original_T1498800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[419].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1946].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1947].Value = global::System.DBNull.Value; } - if ((R6772400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[420].Value = ((int)(R6772400.Value)); + if ((Original_T1498900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1948].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1949].Value = ((int)(Original_T1498900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[420].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1948].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1949].Value = global::System.DBNull.Value; } - if ((R6772500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[421].Value = ((int)(R6772500.Value)); + if ((Original_T1499000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1950].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1951].Value = ((int)(Original_T1499000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[421].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1950].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1951].Value = global::System.DBNull.Value; } - if ((R6772600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[422].Value = ((int)(R6772600.Value)); + if ((Original_T1499100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1952].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1953].Value = ((int)(Original_T1499100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[422].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1952].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1953].Value = global::System.DBNull.Value; } - if ((R6772700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[423].Value = ((int)(R6772700.Value)); + if ((Original_T1499200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1954].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1955].Value = ((int)(Original_T1499200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[423].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1954].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1955].Value = global::System.DBNull.Value; } - if ((R6772800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[424].Value = ((int)(R6772800.Value)); + if ((Original_T1499300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1956].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1957].Value = ((int)(Original_T1499300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[424].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1956].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1957].Value = global::System.DBNull.Value; } - if ((R6772900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[425].Value = ((int)(R6772900.Value)); + if ((Original_T1499400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1958].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1959].Value = ((int)(Original_T1499400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[425].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1958].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1959].Value = global::System.DBNull.Value; } - if ((R6773000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[426].Value = ((int)(R6773000.Value)); + if ((Original_T1499500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1960].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1961].Value = ((int)(Original_T1499500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[426].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1960].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1961].Value = global::System.DBNull.Value; } - if ((R6773100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[427].Value = ((int)(R6773100.Value)); + if ((Original_T1499501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1962].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1963].Value = ((int)(Original_T1499501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[427].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1962].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1963].Value = global::System.DBNull.Value; } - if ((R6773200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[428].Value = ((int)(R6773200.Value)); + if ((Original_T1499600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1964].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1965].Value = ((int)(Original_T1499600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[428].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1964].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1965].Value = global::System.DBNull.Value; } - if ((R6773300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[429].Value = ((int)(R6773300.Value)); + if ((Original_T1499601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1966].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1967].Value = ((int)(Original_T1499601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[429].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1966].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1967].Value = global::System.DBNull.Value; } - if ((R6773400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[430].Value = ((int)(R6773400.Value)); + if ((Original_T1499700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1968].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1969].Value = ((int)(Original_T1499700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[430].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1968].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1969].Value = global::System.DBNull.Value; } - if ((R6773500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[431].Value = ((int)(R6773500.Value)); + if ((Original_T1499701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1970].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1971].Value = ((int)(Original_T1499701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[431].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1970].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1971].Value = global::System.DBNull.Value; } - if ((R6773600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[432].Value = ((int)(R6773600.Value)); + if ((Original_T1499800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1972].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1973].Value = ((int)(Original_T1499800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[432].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1972].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1973].Value = global::System.DBNull.Value; } - if ((R6773700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[433].Value = ((int)(R6773700.Value)); + if ((Original_T1499801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1974].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1975].Value = ((int)(Original_T1499801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[433].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1974].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1975].Value = global::System.DBNull.Value; } - if ((R6773800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[434].Value = ((int)(R6773800.Value)); + if ((Original_T1499900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1976].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1977].Value = ((int)(Original_T1499900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[434].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1976].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1977].Value = global::System.DBNull.Value; } - if ((R6773900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[435].Value = ((int)(R6773900.Value)); + if ((Original_T1499901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1978].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1979].Value = ((int)(Original_T1499901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[435].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1978].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1979].Value = global::System.DBNull.Value; } - if ((R6774000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[436].Value = ((int)(R6774000.Value)); + if ((Original_T1500000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1980].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1981].Value = ((int)(Original_T1500000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[436].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1980].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1981].Value = global::System.DBNull.Value; } - if ((R6774100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[437].Value = ((int)(R6774100.Value)); + if ((Original_T1500001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1982].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1983].Value = ((int)(Original_T1500001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[437].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1982].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1983].Value = global::System.DBNull.Value; } - if ((R6774200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[438].Value = ((int)(R6774200.Value)); + if ((Original_T1500100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1984].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1985].Value = ((int)(Original_T1500100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[438].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1984].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1985].Value = global::System.DBNull.Value; } - if ((R6774300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[439].Value = ((int)(R6774300.Value)); + if ((Original_T1500101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1986].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1987].Value = ((int)(Original_T1500101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[439].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1986].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1987].Value = global::System.DBNull.Value; } - if ((R6774400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[440].Value = ((int)(R6774400.Value)); + if ((Original_T1500200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1988].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1989].Value = ((int)(Original_T1500200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[440].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1988].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1989].Value = global::System.DBNull.Value; } - if ((R6774500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[441].Value = ((int)(R6774500.Value)); + if ((Original_T1500201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1990].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1991].Value = ((int)(Original_T1500201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[441].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1990].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1991].Value = global::System.DBNull.Value; } - if ((R6774600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[442].Value = ((int)(R6774600.Value)); + if ((Original_T1500300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1992].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1993].Value = ((int)(Original_T1500300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[442].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1992].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1993].Value = global::System.DBNull.Value; } - if ((R6774700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[443].Value = ((int)(R6774700.Value)); + if ((Original_T1500301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1994].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1995].Value = ((int)(Original_T1500301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[443].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1994].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1995].Value = global::System.DBNull.Value; } - if ((R6774800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[444].Value = ((int)(R6774800.Value)); + if ((Original_T1500400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1996].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1997].Value = ((int)(Original_T1500400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[444].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1996].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1997].Value = global::System.DBNull.Value; } - if ((R6774900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[445].Value = ((int)(R6774900.Value)); + if ((Original_T1500401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1998].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[1999].Value = ((int)(Original_T1500401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[445].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1998].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[1999].Value = global::System.DBNull.Value; } - if ((R6775000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[446].Value = ((int)(R6775000.Value)); + if ((Original_T1501100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2000].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2001].Value = ((int)(Original_T1501100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[446].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2000].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2001].Value = global::System.DBNull.Value; } - if ((R6775100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[447].Value = ((int)(R6775100.Value)); + if ((Original_T1501200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2002].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2003].Value = ((int)(Original_T1501200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[447].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2002].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2003].Value = global::System.DBNull.Value; } - if ((R6775200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[448].Value = ((int)(R6775200.Value)); + if ((Original_T1501300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2004].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2005].Value = ((int)(Original_T1501300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[448].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2004].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2005].Value = global::System.DBNull.Value; } - if ((R6775300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[449].Value = ((int)(R6775300.Value)); + if ((Original_T1501400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2006].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2007].Value = ((int)(Original_T1501400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[449].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2006].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2007].Value = global::System.DBNull.Value; } - if ((R6775400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[450].Value = ((int)(R6775400.Value)); + if ((Original_T1501500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2008].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2009].Value = ((int)(Original_T1501500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[450].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2008].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2009].Value = global::System.DBNull.Value; } - if ((R6775500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[451].Value = ((int)(R6775500.Value)); + if ((Original_T1501600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2010].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2011].Value = ((int)(Original_T1501600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[451].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2010].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2011].Value = global::System.DBNull.Value; } - if ((R6775501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[452].Value = ((int)(R6775501.Value)); + if ((Original_T1501700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2012].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2013].Value = ((int)(Original_T1501700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[452].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2012].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2013].Value = global::System.DBNull.Value; } - if ((R6775600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[453].Value = ((int)(R6775600.Value)); + if ((Original_T1501800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2014].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2015].Value = ((int)(Original_T1501800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[453].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2014].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2015].Value = global::System.DBNull.Value; } - if ((R6775601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[454].Value = ((int)(R6775601.Value)); + if ((Original_T1501900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2016].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2017].Value = ((int)(Original_T1501900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[454].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2016].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2017].Value = global::System.DBNull.Value; } - if ((R6775700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[455].Value = ((int)(R6775700.Value)); + if ((Original_T1502000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2018].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2019].Value = ((int)(Original_T1502000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[455].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2018].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2019].Value = global::System.DBNull.Value; } - if ((R6775701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[456].Value = ((int)(R6775701.Value)); + if ((Original_T1502100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2020].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2021].Value = ((int)(Original_T1502100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[456].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2020].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2021].Value = global::System.DBNull.Value; } - if ((R6775800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[457].Value = ((int)(R6775800.Value)); + if ((Original_T1765100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2022].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2023].Value = ((int)(Original_T1765100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[457].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2022].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2023].Value = global::System.DBNull.Value; } - if ((R6775801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[458].Value = ((int)(R6775801.Value)); + if ((Original_T1765200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2024].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2025].Value = ((int)(Original_T1765200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[458].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2024].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2025].Value = global::System.DBNull.Value; } - if ((R6775900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[459].Value = ((int)(R6775900.Value)); + if ((Original_T1765300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2026].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2027].Value = ((int)(Original_T1765300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[459].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2026].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2027].Value = global::System.DBNull.Value; } - if ((R6775901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[460].Value = ((int)(R6775901.Value)); + if ((Original_T1765400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2028].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2029].Value = ((int)(Original_T1765400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[460].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2028].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2029].Value = global::System.DBNull.Value; } - if ((R6776000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[461].Value = ((int)(R6776000.Value)); + if ((Original_T1765500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2030].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2031].Value = ((int)(Original_T1765500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[461].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2030].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2031].Value = global::System.DBNull.Value; } - if ((R6776001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[462].Value = ((int)(R6776001.Value)); + if ((Original_T1765600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2032].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2033].Value = ((int)(Original_T1765600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[462].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2032].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2033].Value = global::System.DBNull.Value; } - if ((R6776100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[463].Value = ((int)(R6776100.Value)); + if ((Original_T1765700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2034].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2035].Value = ((int)(Original_T1765700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[463].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2034].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2035].Value = global::System.DBNull.Value; } - if ((R6776101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[464].Value = ((int)(R6776101.Value)); + if ((Original_T2541200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2036].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2037].Value = ((int)(Original_T2541200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[464].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2036].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2037].Value = global::System.DBNull.Value; } - if ((R6776200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[465].Value = ((int)(R6776200.Value)); + if ((Original_T2541300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2038].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2039].Value = ((int)(Original_T2541300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[465].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2038].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2039].Value = global::System.DBNull.Value; } - if ((R6776201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[466].Value = ((int)(R6776201.Value)); + if ((Original_T2541400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2040].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2041].Value = ((int)(Original_T2541400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[466].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2040].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2041].Value = global::System.DBNull.Value; } - if ((R6776300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[467].Value = ((int)(R6776300.Value)); + if ((Original_T2541500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2042].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2043].Value = ((int)(Original_T2541500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[467].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2042].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2043].Value = global::System.DBNull.Value; } - if ((R6776301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[468].Value = ((int)(R6776301.Value)); + if ((Original_T2541600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2044].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2045].Value = ((int)(Original_T2541600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[468].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2044].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2045].Value = global::System.DBNull.Value; } - if ((R6776400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[469].Value = ((int)(R6776400.Value)); + if ((Original_T2541700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2046].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2047].Value = ((int)(Original_T2541700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[469].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2046].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2047].Value = global::System.DBNull.Value; } - if ((R6776401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[470].Value = ((int)(R6776401.Value)); + if ((Original_T2541800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2048].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2049].Value = ((int)(Original_T2541800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[470].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2048].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2049].Value = global::System.DBNull.Value; } - if ((R6776500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[471].Value = ((int)(R6776500.Value)); + if ((Original_T2541900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2050].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2051].Value = ((int)(Original_T2541900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[471].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2050].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2051].Value = global::System.DBNull.Value; } - if ((R6776501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[472].Value = ((int)(R6776501.Value)); + if ((Original_T2542000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2052].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2053].Value = ((int)(Original_T2542000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[472].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2052].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2053].Value = global::System.DBNull.Value; } - if ((R6776600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[473].Value = ((int)(R6776600.Value)); + if ((Original_T2542100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2054].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2055].Value = ((int)(Original_T2542100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[473].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2054].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2055].Value = global::System.DBNull.Value; } - if ((R6776601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[474].Value = ((int)(R6776601.Value)); + if ((Original_T2542200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2056].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2057].Value = ((int)(Original_T2542200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[474].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2056].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2057].Value = global::System.DBNull.Value; } - if ((R6776700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[475].Value = ((int)(R6776700.Value)); + if ((Original_T2542300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2058].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2059].Value = ((int)(Original_T2542300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[475].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2058].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2059].Value = global::System.DBNull.Value; } - if ((R6776701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[476].Value = ((int)(R6776701.Value)); + if ((Original_T2542400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2060].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2061].Value = ((int)(Original_T2542400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[476].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2060].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2061].Value = global::System.DBNull.Value; } - if ((R6776800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[477].Value = ((int)(R6776800.Value)); + if ((Original_T2542500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2062].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2063].Value = ((int)(Original_T2542500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[477].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2062].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2063].Value = global::System.DBNull.Value; } - if ((R6776801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[478].Value = ((int)(R6776801.Value)); + if ((Original_T2542600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2064].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2065].Value = ((int)(Original_T2542600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[478].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2064].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2065].Value = global::System.DBNull.Value; } - if ((R6776900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[479].Value = ((int)(R6776900.Value)); + if ((Original_T2542700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2066].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2067].Value = ((int)(Original_T2542700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[479].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2066].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2067].Value = global::System.DBNull.Value; } - if ((R6777000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[480].Value = ((int)(R6777000.Value)); + if ((Original_T2542800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2068].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2069].Value = ((int)(Original_T2542800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[480].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2068].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2069].Value = global::System.DBNull.Value; } - if ((R6777100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[481].Value = ((int)(R6777100.Value)); + if ((Original_T2542900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2070].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2071].Value = ((int)(Original_T2542900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[481].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2070].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2071].Value = global::System.DBNull.Value; } - if ((R6777200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[482].Value = ((int)(R6777200.Value)); + if ((Original_T2543000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2072].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2073].Value = ((int)(Original_T2543000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[482].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2072].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2073].Value = global::System.DBNull.Value; } - if ((R6777300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[483].Value = ((int)(R6777300.Value)); + if ((Original_T2543100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2074].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2075].Value = ((int)(Original_T2543100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[483].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2074].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2075].Value = global::System.DBNull.Value; } - if ((R6777400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[484].Value = ((int)(R6777400.Value)); + if ((Original_T2544200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2076].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2077].Value = ((int)(Original_T2544200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[484].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2076].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2077].Value = global::System.DBNull.Value; } - if ((R6777500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[485].Value = ((int)(R6777500.Value)); + if ((Original_T2544300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2078].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2079].Value = ((int)(Original_T2544300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[485].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2078].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2079].Value = global::System.DBNull.Value; } - if ((R6777600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[486].Value = ((int)(R6777600.Value)); + if ((Original_T2544400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2080].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2081].Value = ((int)(Original_T2544400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[486].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2080].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2081].Value = global::System.DBNull.Value; } - if ((R6777700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[487].Value = ((int)(R6777700.Value)); + if ((Original_T2544500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2082].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2083].Value = ((int)(Original_T2544500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[487].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2082].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2083].Value = global::System.DBNull.Value; } - if ((R6777800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[488].Value = ((int)(R6777800.Value)); + if ((Original_T2544600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2084].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2085].Value = ((int)(Original_T2544600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[488].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2084].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2085].Value = global::System.DBNull.Value; } - if ((R7415900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[489].Value = ((int)(R7415900.Value)); + if ((Original_T2544700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2086].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2087].Value = ((int)(Original_T2544700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[489].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2086].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2087].Value = global::System.DBNull.Value; } - if ((R7416000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[490].Value = ((int)(R7416000.Value)); + if ((Original_T2544800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2088].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2089].Value = ((int)(Original_T2544800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[490].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2088].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2089].Value = global::System.DBNull.Value; } - if ((R7416100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[491].Value = ((int)(R7416100.Value)); + if ((Original_T2544900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2090].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2091].Value = ((int)(Original_T2544900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[491].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2090].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2091].Value = global::System.DBNull.Value; } - if ((R7416200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[492].Value = ((int)(R7416200.Value)); + if ((Original_T2545000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2092].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2093].Value = ((int)(Original_T2545000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[492].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2092].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2093].Value = global::System.DBNull.Value; } - if ((R7416300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[493].Value = ((int)(R7416300.Value)); + if ((Original_T2545100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2094].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2095].Value = ((int)(Original_T2545100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[493].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2094].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2095].Value = global::System.DBNull.Value; } - if ((R7416400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[494].Value = ((int)(R7416400.Value)); + if ((Original_T2545200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2096].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2097].Value = ((int)(Original_T2545200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[494].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2096].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2097].Value = global::System.DBNull.Value; } - if ((R7416500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[495].Value = ((int)(R7416500.Value)); + if ((Original_T2545201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2098].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2099].Value = ((int)(Original_T2545201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[495].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2098].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2099].Value = global::System.DBNull.Value; } - if ((R7416600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[496].Value = ((int)(R7416600.Value)); + if ((Original_T2545300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2100].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2101].Value = ((int)(Original_T2545300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[496].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2100].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2101].Value = global::System.DBNull.Value; } - if ((R7416700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[497].Value = ((int)(R7416700.Value)); + if ((Original_T2545301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2102].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2103].Value = ((int)(Original_T2545301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[497].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2102].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2103].Value = global::System.DBNull.Value; } - if ((R7416800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[498].Value = ((int)(R7416800.Value)); + if ((Original_T2545400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2104].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2105].Value = ((int)(Original_T2545400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[498].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2104].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2105].Value = global::System.DBNull.Value; } - if ((R7416900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[499].Value = ((int)(R7416900.Value)); + if ((Original_T2545401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2106].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2107].Value = ((int)(Original_T2545401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[499].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2106].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2107].Value = global::System.DBNull.Value; } - if ((R7417000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[500].Value = ((int)(R7417000.Value)); + if ((Original_T2545500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2108].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2109].Value = ((int)(Original_T2545500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[500].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2108].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2109].Value = global::System.DBNull.Value; } - if ((R7417100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[501].Value = ((int)(R7417100.Value)); + if ((Original_T2545501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2110].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2111].Value = ((int)(Original_T2545501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[501].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2110].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2111].Value = global::System.DBNull.Value; } - if ((R7417200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[502].Value = ((int)(R7417200.Value)); + if ((Original_T2545600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2112].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2113].Value = ((int)(Original_T2545600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[502].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2112].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2113].Value = global::System.DBNull.Value; } - if ((R7417300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[503].Value = ((int)(R7417300.Value)); + if ((Original_T2545601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2114].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2115].Value = ((int)(Original_T2545601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[503].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2114].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2115].Value = global::System.DBNull.Value; } - if ((R7417400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[504].Value = ((int)(R7417400.Value)); + if ((Original_T2545700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2116].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2117].Value = ((int)(Original_T2545700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[504].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2116].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2117].Value = global::System.DBNull.Value; } - if ((R7417500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[505].Value = ((int)(R7417500.Value)); + if ((Original_T2545701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2118].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2119].Value = ((int)(Original_T2545701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[505].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2118].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2119].Value = global::System.DBNull.Value; } - if ((R7417600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[506].Value = ((int)(R7417600.Value)); + if ((Original_T2545800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2120].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2121].Value = ((int)(Original_T2545800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[506].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2120].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2121].Value = global::System.DBNull.Value; } - if ((R7417700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[507].Value = ((int)(R7417700.Value)); + if ((Original_T2545801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2122].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2123].Value = ((int)(Original_T2545801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[507].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2122].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2123].Value = global::System.DBNull.Value; } - if ((R7417800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[508].Value = ((int)(R7417800.Value)); + if ((Original_T2545900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2124].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2125].Value = ((int)(Original_T2545900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[508].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2124].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2125].Value = global::System.DBNull.Value; } - if ((R7417900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[509].Value = ((int)(R7417900.Value)); + if ((Original_T2545901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2126].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2127].Value = ((int)(Original_T2545901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[509].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2126].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2127].Value = global::System.DBNull.Value; } - if ((R7418000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[510].Value = ((int)(R7418000.Value)); + if ((Original_T2546000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2128].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2129].Value = ((int)(Original_T2546000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[510].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2128].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2129].Value = global::System.DBNull.Value; } - if ((R7418100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[511].Value = ((int)(R7418100.Value)); + if ((Original_T2546001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2130].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2131].Value = ((int)(Original_T2546001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[511].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2130].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2131].Value = global::System.DBNull.Value; } - if ((R7418200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[512].Value = ((int)(R7418200.Value)); + if ((Original_T2546800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2132].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2133].Value = ((int)(Original_T2546800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[512].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2132].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2133].Value = global::System.DBNull.Value; } - if ((R7418300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[513].Value = ((int)(R7418300.Value)); + if ((Original_T2546900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2134].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2135].Value = ((int)(Original_T2546900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[513].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2134].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2135].Value = global::System.DBNull.Value; } - if ((R7418400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[514].Value = ((int)(R7418400.Value)); + if ((Original_T2547000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2136].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2137].Value = ((int)(Original_T2547000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[514].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2136].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2137].Value = global::System.DBNull.Value; } - if ((R7418500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[515].Value = ((int)(R7418500.Value)); + if ((Original_T2547100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2138].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2139].Value = ((int)(Original_T2547100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[515].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2138].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2139].Value = global::System.DBNull.Value; } - if ((R7418600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[516].Value = ((int)(R7418600.Value)); + if ((Original_T2547200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2140].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2141].Value = ((int)(Original_T2547200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[516].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2140].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2141].Value = global::System.DBNull.Value; } - if ((R7418700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[517].Value = ((int)(R7418700.Value)); + if ((Original_T2547300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2142].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2143].Value = ((int)(Original_T2547300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[517].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2142].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2143].Value = global::System.DBNull.Value; } - if ((R7418800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[518].Value = ((int)(R7418800.Value)); + if ((Original_T2547400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2144].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2145].Value = ((int)(Original_T2547400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[518].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2144].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2145].Value = global::System.DBNull.Value; } - if ((R7418900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[519].Value = ((int)(R7418900.Value)); + if ((Original_T2547500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2146].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2147].Value = ((int)(Original_T2547500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[519].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2146].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2147].Value = global::System.DBNull.Value; } - if ((R7419000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[520].Value = ((int)(R7419000.Value)); + if ((Original_T2547600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2148].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2149].Value = ((int)(Original_T2547600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[520].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2148].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2149].Value = global::System.DBNull.Value; } - if ((R7419100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[521].Value = ((int)(R7419100.Value)); + if ((Original_T2547700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2150].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2151].Value = ((int)(Original_T2547700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[521].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2150].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2151].Value = global::System.DBNull.Value; } - if ((R7419200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[522].Value = ((int)(R7419200.Value)); + if ((Original_T2763400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2152].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2153].Value = ((int)(Original_T2763400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[522].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2152].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2153].Value = global::System.DBNull.Value; } - if ((R7419300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[523].Value = ((int)(R7419300.Value)); + if ((Original_T2763500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2154].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2155].Value = ((int)(Original_T2763500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[523].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2154].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2155].Value = global::System.DBNull.Value; } - if ((R7419400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[524].Value = ((int)(R7419400.Value)); + if ((Original_T2763600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2156].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2157].Value = ((int)(Original_T2763600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[524].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2156].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2157].Value = global::System.DBNull.Value; } - if ((R7419500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[525].Value = ((int)(R7419500.Value)); + if ((Original_T2763700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2158].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2159].Value = ((int)(Original_T2763700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[525].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2158].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2159].Value = global::System.DBNull.Value; } - if ((R7419600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[526].Value = ((int)(R7419600.Value)); + if ((Original_T2763800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2160].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2161].Value = ((int)(Original_T2763800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[526].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2160].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2161].Value = global::System.DBNull.Value; } - if ((R7419700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[527].Value = ((int)(R7419700.Value)); + if ((Original_T2763900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2162].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2163].Value = ((int)(Original_T2763900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[527].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2162].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2163].Value = global::System.DBNull.Value; } - if ((R7419800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[528].Value = ((int)(R7419800.Value)); + if ((Original_T2764000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2164].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2165].Value = ((int)(Original_T2764000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[528].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2164].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2165].Value = global::System.DBNull.Value; } - if ((R7419900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[529].Value = ((int)(R7419900.Value)); + if ((Original_T3527500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2166].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2167].Value = ((int)(Original_T3527500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[529].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2166].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2167].Value = global::System.DBNull.Value; } - if ((R7419901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[530].Value = ((int)(R7419901.Value)); + if ((Original_T3527600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2168].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2169].Value = ((int)(Original_T3527600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[530].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2168].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2169].Value = global::System.DBNull.Value; } - if ((R7420000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[531].Value = ((int)(R7420000.Value)); + if ((Original_T3527700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2170].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2171].Value = ((int)(Original_T3527700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[531].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2170].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2171].Value = global::System.DBNull.Value; } - if ((R7420001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[532].Value = ((int)(R7420001.Value)); + if ((Original_T3527800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2172].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2173].Value = ((int)(Original_T3527800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[532].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2172].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2173].Value = global::System.DBNull.Value; } - if ((R7420100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[533].Value = ((int)(R7420100.Value)); + if ((Original_T3527900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2174].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2175].Value = ((int)(Original_T3527900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[533].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2174].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2175].Value = global::System.DBNull.Value; } - if ((R7420101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[534].Value = ((int)(R7420101.Value)); + if ((Original_T3528000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2176].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2177].Value = ((int)(Original_T3528000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[534].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2176].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2177].Value = global::System.DBNull.Value; } - if ((R7420200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[535].Value = ((int)(R7420200.Value)); + if ((Original_T3528100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2178].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2179].Value = ((int)(Original_T3528100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[535].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2178].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2179].Value = global::System.DBNull.Value; } - if ((R7420201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[536].Value = ((int)(R7420201.Value)); + if ((Original_T3528200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2180].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2181].Value = ((int)(Original_T3528200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[536].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2180].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2181].Value = global::System.DBNull.Value; } - if ((R7420300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[537].Value = ((int)(R7420300.Value)); + if ((Original_T3528300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2182].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2183].Value = ((int)(Original_T3528300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[537].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2182].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2183].Value = global::System.DBNull.Value; } - if ((R7420301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[538].Value = ((int)(R7420301.Value)); + if ((Original_T3528400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2184].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2185].Value = ((int)(Original_T3528400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[538].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2184].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2185].Value = global::System.DBNull.Value; } - if ((R7420400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[539].Value = ((int)(R7420400.Value)); + if ((Original_T3530500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2186].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2187].Value = ((int)(Original_T3530500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[539].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2186].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2187].Value = global::System.DBNull.Value; } - if ((R7420401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[540].Value = ((int)(R7420401.Value)); + if ((Original_T3530600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2188].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2189].Value = ((int)(Original_T3530600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[540].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2188].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2189].Value = global::System.DBNull.Value; } - if ((R7420500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[541].Value = ((int)(R7420500.Value)); + if ((Original_T3530700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2190].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2191].Value = ((int)(Original_T3530700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[541].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2190].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2191].Value = global::System.DBNull.Value; } - if ((R7420501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[542].Value = ((int)(R7420501.Value)); + if ((Original_T3530800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2192].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2193].Value = ((int)(Original_T3530800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[542].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2192].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2193].Value = global::System.DBNull.Value; } - if ((R7420600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[543].Value = ((int)(R7420600.Value)); + if ((Original_T3530900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2194].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2195].Value = ((int)(Original_T3530900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[543].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2194].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2195].Value = global::System.DBNull.Value; } - if ((R7420601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[544].Value = ((int)(R7420601.Value)); + if ((Original_T3531000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2196].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2197].Value = ((int)(Original_T3531000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[544].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2196].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2197].Value = global::System.DBNull.Value; } - if ((R7420700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[545].Value = ((int)(R7420700.Value)); + if ((Original_T3531100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2198].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2199].Value = ((int)(Original_T3531100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[545].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2198].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2199].Value = global::System.DBNull.Value; } - if ((R7420701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[546].Value = ((int)(R7420701.Value)); + if ((Original_T3531200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2200].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2201].Value = ((int)(Original_T3531200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[546].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2200].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2201].Value = global::System.DBNull.Value; } - if ((R7420800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[547].Value = ((int)(R7420800.Value)); + if ((Original_T3531300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2202].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2203].Value = ((int)(Original_T3531300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[547].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2202].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2203].Value = global::System.DBNull.Value; } - if ((R7420801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[548].Value = ((int)(R7420801.Value)); + if ((Original_T3531400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2204].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2205].Value = ((int)(Original_T3531400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[548].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2204].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2205].Value = global::System.DBNull.Value; } - if ((R7420900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[549].Value = ((int)(R7420900.Value)); + if ((Original_T3531500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2206].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2207].Value = ((int)(Original_T3531500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[549].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2206].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2207].Value = global::System.DBNull.Value; } - if ((R7420901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[550].Value = ((int)(R7420901.Value)); + if ((Original_T3531501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2208].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2209].Value = ((int)(Original_T3531501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[550].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2208].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2209].Value = global::System.DBNull.Value; } - if ((R7421000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[551].Value = ((int)(R7421000.Value)); + if ((Original_T3531600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2210].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2211].Value = ((int)(Original_T3531600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[551].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2210].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2211].Value = global::System.DBNull.Value; } - if ((R7421001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[552].Value = ((int)(R7421001.Value)); + if ((Original_T3531601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2212].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2213].Value = ((int)(Original_T3531601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[552].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2212].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2213].Value = global::System.DBNull.Value; } - if ((R7421100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[553].Value = ((int)(R7421100.Value)); + if ((Original_T3531700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2214].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2215].Value = ((int)(Original_T3531700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[553].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2214].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2215].Value = global::System.DBNull.Value; } - if ((R7421101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[554].Value = ((int)(R7421101.Value)); + if ((Original_T3531701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2216].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2217].Value = ((int)(Original_T3531701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[554].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2216].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2217].Value = global::System.DBNull.Value; } - if ((R7421200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[555].Value = ((int)(R7421200.Value)); + if ((Original_T3531800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2218].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2219].Value = ((int)(Original_T3531800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[555].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2218].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2219].Value = global::System.DBNull.Value; } - if ((R7421201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[556].Value = ((int)(R7421201.Value)); + if ((Original_T3531801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2220].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2221].Value = ((int)(Original_T3531801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[556].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2220].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2221].Value = global::System.DBNull.Value; } - if ((R7421300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[557].Value = ((int)(R7421300.Value)); + if ((Original_T3531900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2222].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2223].Value = ((int)(Original_T3531900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[557].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2222].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2223].Value = global::System.DBNull.Value; } - if ((R7421301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[558].Value = ((int)(R7421301.Value)); + if ((Original_T3531901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2224].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2225].Value = ((int)(Original_T3531901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[558].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2224].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2225].Value = global::System.DBNull.Value; } - if ((R7421400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[559].Value = ((int)(R7421400.Value)); + if ((Original_T3532000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2226].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2227].Value = ((int)(Original_T3532000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[559].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2226].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2227].Value = global::System.DBNull.Value; } - if ((R7421500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[560].Value = ((int)(R7421500.Value)); + if ((Original_T3532001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2228].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2229].Value = ((int)(Original_T3532001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[560].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2228].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2229].Value = global::System.DBNull.Value; } - if ((R7421600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[561].Value = ((int)(R7421600.Value)); + if ((Original_T3532100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2230].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2231].Value = ((int)(Original_T3532100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[561].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2230].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2231].Value = global::System.DBNull.Value; } - if ((R7421700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[562].Value = ((int)(R7421700.Value)); + if ((Original_T3532101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2232].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2233].Value = ((int)(Original_T3532101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[562].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2232].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2233].Value = global::System.DBNull.Value; } - if ((R7421800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[563].Value = ((int)(R7421800.Value)); + if ((Original_T3532200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2234].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2235].Value = ((int)(Original_T3532200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[563].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2234].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2235].Value = global::System.DBNull.Value; } - if ((R7421900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[564].Value = ((int)(R7421900.Value)); + if ((Original_T3532201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2236].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2237].Value = ((int)(Original_T3532201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[564].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2236].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2237].Value = global::System.DBNull.Value; } - if ((R7422000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[565].Value = ((int)(R7422000.Value)); + if ((Original_T3532300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2238].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2239].Value = ((int)(Original_T3532300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[565].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2238].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2239].Value = global::System.DBNull.Value; } - if ((R7422100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[566].Value = ((int)(R7422100.Value)); + if ((Original_T3532301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2240].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2241].Value = ((int)(Original_T3532301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[566].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2240].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2241].Value = global::System.DBNull.Value; } - if ((R7422200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[567].Value = ((int)(R7422200.Value)); + if ((Original_T3532400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2242].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2243].Value = ((int)(Original_T3532400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[567].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2242].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2243].Value = global::System.DBNull.Value; } - if ((R7422300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[568].Value = ((int)(R7422300.Value)); + if ((Original_T3532401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2244].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2245].Value = ((int)(Original_T3532401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[568].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2244].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2245].Value = global::System.DBNull.Value; } - if ((R8114000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[569].Value = ((int)(R8114000.Value)); + if ((Original_T3533200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2246].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2247].Value = ((int)(Original_T3533200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[569].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2246].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2247].Value = global::System.DBNull.Value; } - if ((R8114100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[570].Value = ((int)(R8114100.Value)); + if ((Original_T3533300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2248].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2249].Value = ((int)(Original_T3533300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[570].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2248].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2249].Value = global::System.DBNull.Value; } - if ((R8114200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[571].Value = ((int)(R8114200.Value)); + if ((Original_T3533400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2250].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2251].Value = ((int)(Original_T3533400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[571].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2250].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2251].Value = global::System.DBNull.Value; } - if ((R8114300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[572].Value = ((int)(R8114300.Value)); + if ((Original_T3533500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2252].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2253].Value = ((int)(Original_T3533500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[572].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2252].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2253].Value = global::System.DBNull.Value; } - if ((R8114400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[573].Value = ((int)(R8114400.Value)); + if ((Original_T3533600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2254].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2255].Value = ((int)(Original_T3533600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[573].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2254].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2255].Value = global::System.DBNull.Value; } - if ((R8114500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[574].Value = ((int)(R8114500.Value)); + if ((Original_T3533700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2256].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2257].Value = ((int)(Original_T3533700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[574].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2256].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2257].Value = global::System.DBNull.Value; } - if ((R8114600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[575].Value = ((int)(R8114600.Value)); + if ((Original_T3533800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2258].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2259].Value = ((int)(Original_T3533800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[575].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2258].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2259].Value = global::System.DBNull.Value; } - if ((R8114700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[576].Value = ((int)(R8114700.Value)); + if ((Original_T3533900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2260].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2261].Value = ((int)(Original_T3533900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[576].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2260].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2261].Value = global::System.DBNull.Value; } - if ((R8114800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[577].Value = ((int)(R8114800.Value)); + if ((Original_T3534000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2262].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2263].Value = ((int)(Original_T3534000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[577].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2262].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2263].Value = global::System.DBNull.Value; } - if ((R8114900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[578].Value = ((int)(R8114900.Value)); + if ((Original_T3534100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2264].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2265].Value = ((int)(Original_T3534100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[578].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2264].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2265].Value = global::System.DBNull.Value; } - if ((R8115000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[579].Value = ((int)(R8115000.Value)); + if ((Original_T3729600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2266].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2267].Value = ((int)(Original_T3729600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[579].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2266].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2267].Value = global::System.DBNull.Value; } - if ((R8115100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[580].Value = ((int)(R8115100.Value)); + if ((Original_T3729700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2268].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2269].Value = ((int)(Original_T3729700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[580].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2268].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2269].Value = global::System.DBNull.Value; } - if ((R8115200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[581].Value = ((int)(R8115200.Value)); + if ((Original_T3729800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2270].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2271].Value = ((int)(Original_T3729800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[581].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2270].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2271].Value = global::System.DBNull.Value; } - if ((R8115300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[582].Value = ((int)(R8115300.Value)); + if ((Original_T3729900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2272].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2273].Value = ((int)(Original_T3729900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[582].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2272].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2273].Value = global::System.DBNull.Value; } - if ((R8115400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[583].Value = ((int)(R8115400.Value)); + if ((Original_T3730000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2274].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2275].Value = ((int)(Original_T3730000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[583].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2274].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2275].Value = global::System.DBNull.Value; } - if ((R8115500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[584].Value = ((int)(R8115500.Value)); + if ((Original_T3730100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2276].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2277].Value = ((int)(Original_T3730100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[584].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2276].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2277].Value = global::System.DBNull.Value; } - if ((R8115600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[585].Value = ((int)(R8115600.Value)); + if ((Original_T4496200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2278].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2279].Value = ((int)(Original_T4496200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[585].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2278].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2279].Value = global::System.DBNull.Value; } - if ((R8115700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[586].Value = ((int)(R8115700.Value)); + if ((Original_T4496300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2280].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2281].Value = ((int)(Original_T4496300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[586].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2280].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2281].Value = global::System.DBNull.Value; } - if ((R8115800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[587].Value = ((int)(R8115800.Value)); + if ((Original_T4496400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2282].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2283].Value = ((int)(Original_T4496400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[587].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2282].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2283].Value = global::System.DBNull.Value; } - if ((R8115900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[588].Value = ((int)(R8115900.Value)); + if ((Original_T4496500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2284].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2285].Value = ((int)(Original_T4496500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[588].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2284].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2285].Value = global::System.DBNull.Value; } - if ((R8116000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[589].Value = ((int)(R8116000.Value)); + if ((Original_T4496600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2286].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2287].Value = ((int)(Original_T4496600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[589].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2286].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2287].Value = global::System.DBNull.Value; } - if ((R8116100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[590].Value = ((int)(R8116100.Value)); + if ((Original_T4496700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2288].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2289].Value = ((int)(Original_T4496700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[590].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2288].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2289].Value = global::System.DBNull.Value; } - if ((R8116200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[591].Value = ((int)(R8116200.Value)); + if ((Original_T4496800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2290].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2291].Value = ((int)(Original_T4496800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[591].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2290].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2291].Value = global::System.DBNull.Value; } - if ((R8116300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[592].Value = ((int)(R8116300.Value)); + if ((Original_T4496900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2292].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2293].Value = ((int)(Original_T4496900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[592].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2292].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2293].Value = global::System.DBNull.Value; } - if ((R8116400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[593].Value = ((int)(R8116400.Value)); + if ((Original_T4497000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2294].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2295].Value = ((int)(Original_T4497000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[593].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2294].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2295].Value = global::System.DBNull.Value; } - if ((R8116500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[594].Value = ((int)(R8116500.Value)); + if ((Original_T4497100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2296].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2297].Value = ((int)(Original_T4497100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[594].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2296].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2297].Value = global::System.DBNull.Value; } - if ((R8116600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[595].Value = ((int)(R8116600.Value)); + if ((Original_T4500700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2298].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2299].Value = ((int)(Original_T4500700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[595].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2298].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2299].Value = global::System.DBNull.Value; } - if ((R8116700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[596].Value = ((int)(R8116700.Value)); + if ((Original_T4500800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2300].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2301].Value = ((int)(Original_T4500800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[596].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2300].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2301].Value = global::System.DBNull.Value; } - if ((R8116800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[597].Value = ((int)(R8116800.Value)); + if ((Original_T4500900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2302].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2303].Value = ((int)(Original_T4500900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[597].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2302].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2303].Value = global::System.DBNull.Value; } - if ((R8116900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[598].Value = ((int)(R8116900.Value)); + if ((Original_T4501000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2304].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2305].Value = ((int)(Original_T4501000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[598].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2304].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2305].Value = global::System.DBNull.Value; } - if ((R8117000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[599].Value = ((int)(R8117000.Value)); + if ((Original_T4501100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2306].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2307].Value = ((int)(Original_T4501100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[599].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2306].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2307].Value = global::System.DBNull.Value; } - if ((R8117100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[600].Value = ((int)(R8117100.Value)); + if ((Original_T4501200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2308].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2309].Value = ((int)(Original_T4501200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[600].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2308].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2309].Value = global::System.DBNull.Value; } - if ((R8117200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[601].Value = ((int)(R8117200.Value)); + if ((Original_T4501300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2310].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2311].Value = ((int)(Original_T4501300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[601].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2310].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2311].Value = global::System.DBNull.Value; } - if ((R8117300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[602].Value = ((int)(R8117300.Value)); + if ((Original_T4501400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2312].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2313].Value = ((int)(Original_T4501400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[602].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2312].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2313].Value = global::System.DBNull.Value; } - if ((R8117400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[603].Value = ((int)(R8117400.Value)); + if ((Original_T4501500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2314].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2315].Value = ((int)(Original_T4501500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[603].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2314].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2315].Value = global::System.DBNull.Value; } - if ((R8117500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[604].Value = ((int)(R8117500.Value)); + if ((Original_T4501600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2316].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2317].Value = ((int)(Original_T4501600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[604].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2316].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2317].Value = global::System.DBNull.Value; } - if ((R8117600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[605].Value = ((int)(R8117600.Value)); + if ((Original_T4501700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2318].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2319].Value = ((int)(Original_T4501700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[605].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2318].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2319].Value = global::System.DBNull.Value; } - if ((R8117700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[606].Value = ((int)(R8117700.Value)); + if ((Original_T4501701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2320].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2321].Value = ((int)(Original_T4501701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[606].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2320].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2321].Value = global::System.DBNull.Value; } - if ((R8117800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[607].Value = ((int)(R8117800.Value)); + if ((Original_T4501800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2322].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2323].Value = ((int)(Original_T4501800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[607].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2322].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2323].Value = global::System.DBNull.Value; } - if ((R8117900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[608].Value = ((int)(R8117900.Value)); + if ((Original_T4501801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2324].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2325].Value = ((int)(Original_T4501801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[608].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2324].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2325].Value = global::System.DBNull.Value; } - if ((R8118000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[609].Value = ((int)(R8118000.Value)); + if ((Original_T4501900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2326].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2327].Value = ((int)(Original_T4501900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[609].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2326].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2327].Value = global::System.DBNull.Value; } - if ((R8118001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[610].Value = ((int)(R8118001.Value)); + if ((Original_T4501901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2328].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2329].Value = ((int)(Original_T4501901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[610].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2328].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2329].Value = global::System.DBNull.Value; } - if ((R8118100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[611].Value = ((int)(R8118100.Value)); + if ((Original_T4502000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2330].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2331].Value = ((int)(Original_T4502000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[611].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2330].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2331].Value = global::System.DBNull.Value; } - if ((R8118101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[612].Value = ((int)(R8118101.Value)); + if ((Original_T4502001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2332].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2333].Value = ((int)(Original_T4502001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[612].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2332].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2333].Value = global::System.DBNull.Value; } - if ((R8118200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[613].Value = ((int)(R8118200.Value)); + if ((Original_T4502100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2334].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2335].Value = ((int)(Original_T4502100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[613].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2334].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2335].Value = global::System.DBNull.Value; } - if ((R8118201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[614].Value = ((int)(R8118201.Value)); + if ((Original_T4502101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2336].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2337].Value = ((int)(Original_T4502101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[614].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2336].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2337].Value = global::System.DBNull.Value; } - if ((R8118300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[615].Value = ((int)(R8118300.Value)); + if ((Original_T4502200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2338].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2339].Value = ((int)(Original_T4502200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[615].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2338].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2339].Value = global::System.DBNull.Value; } - if ((R8118301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[616].Value = ((int)(R8118301.Value)); + if ((Original_T4502201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2340].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2341].Value = ((int)(Original_T4502201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[616].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2340].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2341].Value = global::System.DBNull.Value; } - if ((R8118400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[617].Value = ((int)(R8118400.Value)); + if ((Original_T4502300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2342].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2343].Value = ((int)(Original_T4502300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[617].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2342].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2343].Value = global::System.DBNull.Value; } - if ((R8118401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[618].Value = ((int)(R8118401.Value)); + if ((Original_T4502301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2344].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2345].Value = ((int)(Original_T4502301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[618].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2344].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2345].Value = global::System.DBNull.Value; } - if ((R8118500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[619].Value = ((int)(R8118500.Value)); + if ((Original_T4502400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2346].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2347].Value = ((int)(Original_T4502400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[619].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2346].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2347].Value = global::System.DBNull.Value; } - if ((R8118501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[620].Value = ((int)(R8118501.Value)); + if ((Original_T4502401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2348].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2349].Value = ((int)(Original_T4502401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[620].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2348].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2349].Value = global::System.DBNull.Value; } - if ((R8118600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[621].Value = ((int)(R8118600.Value)); + if ((Original_T4502500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2350].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2351].Value = ((int)(Original_T4502500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[621].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2350].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2351].Value = global::System.DBNull.Value; } - if ((R8118601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[622].Value = ((int)(R8118601.Value)); + if ((Original_T4502501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2352].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2353].Value = ((int)(Original_T4502501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[622].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2352].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2353].Value = global::System.DBNull.Value; } - if ((R8118700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[623].Value = ((int)(R8118700.Value)); + if ((Original_T4502600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2354].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2355].Value = ((int)(Original_T4502600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[623].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2354].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2355].Value = global::System.DBNull.Value; } - if ((R8118701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[624].Value = ((int)(R8118701.Value)); + if ((Original_T4502601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2356].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2357].Value = ((int)(Original_T4502601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[624].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2356].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2357].Value = global::System.DBNull.Value; } - if ((R8118800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[625].Value = ((int)(R8118800.Value)); + if ((Original_T4504900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2358].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2359].Value = ((int)(Original_T4504900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[625].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2358].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2359].Value = global::System.DBNull.Value; } - if ((R8118801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[626].Value = ((int)(R8118801.Value)); + if ((Original_T4505000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2360].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2361].Value = ((int)(Original_T4505000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[626].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2360].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2361].Value = global::System.DBNull.Value; } - if ((R8118900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[627].Value = ((int)(R8118900.Value)); + if ((Original_T4505100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2362].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2363].Value = ((int)(Original_T4505100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[627].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2362].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2363].Value = global::System.DBNull.Value; } - if ((R8118901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[628].Value = ((int)(R8118901.Value)); + if ((Original_T4505200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2364].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2365].Value = ((int)(Original_T4505200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[628].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2364].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2365].Value = global::System.DBNull.Value; } - if ((R8119000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[629].Value = ((int)(R8119000.Value)); + if ((Original_T4505300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2366].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2367].Value = ((int)(Original_T4505300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[629].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2366].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2367].Value = global::System.DBNull.Value; } - if ((R8119001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[630].Value = ((int)(R8119001.Value)); + if ((Original_T4505400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2368].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2369].Value = ((int)(Original_T4505400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[630].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2368].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2369].Value = global::System.DBNull.Value; } - if ((R8119100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[631].Value = ((int)(R8119100.Value)); + if ((Original_T4505500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2370].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2371].Value = ((int)(Original_T4505500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[631].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2370].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2371].Value = global::System.DBNull.Value; } - if ((R8119101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[632].Value = ((int)(R8119101.Value)); + if ((Original_T4505600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2372].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2373].Value = ((int)(Original_T4505600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[632].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2372].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2373].Value = global::System.DBNull.Value; } - if ((R8119200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[633].Value = ((int)(R8119200.Value)); + if ((Original_T4505700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2374].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2375].Value = ((int)(Original_T4505700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[633].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2374].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2375].Value = global::System.DBNull.Value; } - if ((R8119201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[634].Value = ((int)(R8119201.Value)); + if ((Original_T4505800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2376].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2377].Value = ((int)(Original_T4505800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[634].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2376].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2377].Value = global::System.DBNull.Value; } - if ((R8119300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[635].Value = ((int)(R8119300.Value)); + if ((Original_T4703500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2378].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2379].Value = ((int)(Original_T4703500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[635].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2378].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2379].Value = global::System.DBNull.Value; } - if ((R8119301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[636].Value = ((int)(R8119301.Value)); + if ((Original_T4703600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2380].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2381].Value = ((int)(Original_T4703600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[636].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2380].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2381].Value = global::System.DBNull.Value; } - if ((R8119400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[637].Value = ((int)(R8119400.Value)); + if ((Original_T4703700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2382].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2383].Value = ((int)(Original_T4703700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[637].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2382].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2383].Value = global::System.DBNull.Value; } - if ((R8119401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[638].Value = ((int)(R8119401.Value)); + if ((Original_T4703800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2384].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2385].Value = ((int)(Original_T4703800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[638].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2384].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2385].Value = global::System.DBNull.Value; } - if ((R8119500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[639].Value = ((int)(R8119500.Value)); + if ((Original_T4703900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2386].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2387].Value = ((int)(Original_T4703900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[639].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2386].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2387].Value = global::System.DBNull.Value; } - if ((R8119501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[640].Value = ((int)(R8119501.Value)); + if ((Original_T4704000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2388].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[2389].Value = ((int)(Original_T4704000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[640].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2388].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[2389].Value = global::System.DBNull.Value; } - if ((R8119600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[641].Value = ((int)(R8119600.Value)); + 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(); } - else { - this.Adapter.UpdateCommand.Parameters[641].Value = global::System.DBNull.Value; + try { + int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); + return returnValue; } - if ((R8119700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[642].Value = ((int)(R8119700.Value)); + finally { + if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { + this.Adapter.UpdateCommand.Connection.Close(); + } } - else { - this.Adapter.UpdateCommand.Parameters[642].Value = global::System.DBNull.Value; + } + + [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( + global::System.Nullable R0173600, + global::System.Nullable R0214700, + global::System.Nullable R0214800, + global::System.Nullable R1373300, + global::System.Nullable R1373500, + global::System.Nullable R1374000, + global::System.Nullable R1374200, + global::System.Nullable R1374700, + global::System.Nullable R1374900, + global::System.Nullable R1375400, + global::System.Nullable R1375600, + global::System.Nullable R1376100, + global::System.Nullable R1376300, + global::System.Nullable R1376800, + global::System.Nullable R1377000, + global::System.Nullable R1377500, + global::System.Nullable R1377700, + global::System.Nullable R1753700, + global::System.Nullable R1753900, + global::System.Nullable R1754400, + global::System.Nullable R1754600, + global::System.Nullable R1755100, + global::System.Nullable R1755300, + global::System.Nullable R1755800, + global::System.Nullable R1756000, + global::System.Nullable R1756500, + global::System.Nullable R1756700, + global::System.Nullable R1757200, + global::System.Nullable R1757400, + global::System.Nullable R1757900, + global::System.Nullable R1758100, + global::System.Nullable R2095700, + global::System.Nullable R2095900, + global::System.Nullable R2096400, + global::System.Nullable R2096600, + global::System.Nullable R2097100, + global::System.Nullable R2097300, + global::System.Nullable R2097800, + global::System.Nullable R2098000, + global::System.Nullable R2098500, + global::System.Nullable R2098700, + global::System.Nullable R2099200, + global::System.Nullable R2099400, + global::System.Nullable R2099900, + global::System.Nullable R2100100, + global::System.Nullable R2345900, + global::System.Nullable R2346200, + global::System.Nullable R2346500, + global::System.Nullable R2346800, + global::System.Nullable R2347100, + global::System.Nullable R2347400, + global::System.Nullable R2347700, + global::System.Nullable R2648000, + global::System.Nullable R2648200, + global::System.Nullable R2648700, + global::System.Nullable R2648900, + global::System.Nullable R2649400, + global::System.Nullable R2649600, + global::System.Nullable R2650100, + global::System.Nullable R2650300, + global::System.Nullable R2650800, + global::System.Nullable R2651000, + global::System.Nullable R2651500, + global::System.Nullable R2651700, + global::System.Nullable R2652200, + global::System.Nullable R2652400, + global::System.Nullable R2955900, + global::System.Nullable R2956200, + global::System.Nullable R2956500, + global::System.Nullable R2956800, + global::System.Nullable R2957100, + global::System.Nullable R2957400, + global::System.Nullable R2957700, + global::System.Nullable R3255900, + global::System.Nullable R3256100, + global::System.Nullable R3257700, + global::System.Nullable R3257900, + global::System.Nullable R3259500, + global::System.Nullable R3259700, + global::System.Nullable R3261300, + global::System.Nullable R3261500, + global::System.Nullable R3263100, + global::System.Nullable R3263300, + global::System.Nullable R3264900, + global::System.Nullable R3265100, + global::System.Nullable R3266700, + global::System.Nullable R3266900, + global::System.Nullable R3268500, + global::System.Nullable R3556400, + global::System.Nullable R3557000, + global::System.Nullable R3557600, + global::System.Nullable R3771800, + global::System.Nullable R3772000, + global::System.Nullable R3772100, + global::System.Nullable R3772400, + global::System.Nullable R3773900, + global::System.Nullable R3774100, + global::System.Nullable R3774200, + global::System.Nullable R3774500, + global::System.Nullable R3776000, + global::System.Nullable R3776200, + global::System.Nullable R3776300, + global::System.Nullable R3776600, + global::System.Nullable R3778100, + global::System.Nullable R3778300, + global::System.Nullable R3778400, + global::System.Nullable R3778700, + global::System.Nullable R3780200, + global::System.Nullable R3780400, + global::System.Nullable R3780500, + global::System.Nullable R3780800, + global::System.Nullable R3782300, + global::System.Nullable R3782500, + global::System.Nullable R3782600, + global::System.Nullable R3782900, + global::System.Nullable R3784400, + global::System.Nullable R3784600, + global::System.Nullable R3784700, + global::System.Nullable R3785000, + global::System.Nullable R3786500, + global::System.Nullable R3788004, + global::System.Nullable R4276800, + global::System.Nullable R4277000, + global::System.Nullable R4277100, + global::System.Nullable R4277101, + global::System.Nullable R4277700, + global::System.Nullable R4277900, + global::System.Nullable R4278000, + global::System.Nullable R4278001, + global::System.Nullable R4278600, + global::System.Nullable R4278800, + global::System.Nullable R4278900, + global::System.Nullable R4278901, + global::System.Nullable R4279500, + global::System.Nullable R4279700, + global::System.Nullable R4279800, + global::System.Nullable R4279801, + global::System.Nullable R4280400, + global::System.Nullable R4280600, + global::System.Nullable R4280700, + global::System.Nullable R4280701, + global::System.Nullable R4281300, + global::System.Nullable R4281500, + global::System.Nullable R4281600, + global::System.Nullable R4281601, + global::System.Nullable R4282100, + global::System.Nullable R4282300, + global::System.Nullable R4282400, + global::System.Nullable R4282401, + global::System.Nullable R4282900, + global::System.Nullable R4283000, + global::System.Nullable R4283100, + global::System.Nullable R4283600, + global::System.Nullable R4827600, + global::System.Nullable R4827800, + global::System.Nullable R4827900, + global::System.Nullable R4827901, + global::System.Nullable R4828100, + global::System.Nullable R4830600, + global::System.Nullable R4830800, + global::System.Nullable R4830900, + global::System.Nullable R4830901, + global::System.Nullable R4831100, + global::System.Nullable R4833600, + global::System.Nullable R4833800, + global::System.Nullable R4833900, + global::System.Nullable R4833901, + global::System.Nullable R4834100, + global::System.Nullable R4836600, + global::System.Nullable R4836800, + global::System.Nullable R4836900, + global::System.Nullable R4836901, + global::System.Nullable R4837100, + global::System.Nullable R4839600, + global::System.Nullable R4839800, + global::System.Nullable R4839900, + global::System.Nullable R4839901, + global::System.Nullable R4840100, + global::System.Nullable R4842500, + global::System.Nullable R4842700, + global::System.Nullable R4842800, + global::System.Nullable R4842801, + global::System.Nullable R4842900, + global::System.Nullable R4844800, + global::System.Nullable R4845000, + global::System.Nullable R4845100, + global::System.Nullable R4845101, + global::System.Nullable R4845200, + global::System.Nullable R4847100, + global::System.Nullable R4847300, + global::System.Nullable R4847400, + global::System.Nullable R5498000, + global::System.Nullable R5498200, + global::System.Nullable R5498300, + global::System.Nullable R5498301, + global::System.Nullable R5498500, + global::System.Nullable R5501000, + global::System.Nullable R5501200, + global::System.Nullable R5501300, + global::System.Nullable R5501301, + global::System.Nullable R5501500, + global::System.Nullable R5504000, + global::System.Nullable R5504200, + global::System.Nullable R5504300, + global::System.Nullable R5504301, + global::System.Nullable R5504500, + global::System.Nullable R5507000, + global::System.Nullable R5507200, + global::System.Nullable R5507300, + global::System.Nullable R5507301, + global::System.Nullable R5507500, + global::System.Nullable R5510000, + global::System.Nullable R5510200, + global::System.Nullable R5510300, + global::System.Nullable R5510301, + global::System.Nullable R5510500, + global::System.Nullable R5513000, + global::System.Nullable R5513200, + global::System.Nullable R5513300, + global::System.Nullable R5513301, + global::System.Nullable R5513400, + global::System.Nullable R5515300, + global::System.Nullable R5515500, + global::System.Nullable R5515600, + global::System.Nullable R5515601, + global::System.Nullable R5515700, + global::System.Nullable R5517600, + global::System.Nullable R5517800, + global::System.Nullable R5517900, + global::System.Nullable R5519800, + global::System.Nullable R5520000, + global::System.Nullable R5520100, + global::System.Nullable R5520101, + global::System.Nullable R5520200, + global::System.Nullable R6218400, + global::System.Nullable R6218500, + global::System.Nullable R6218600, + global::System.Nullable R6218700, + global::System.Nullable R6218800, + global::System.Nullable R6218900, + global::System.Nullable R6219000, + global::System.Nullable R6219100, + global::System.Nullable R6219200, + global::System.Nullable R6219300, + global::System.Nullable R6220600, + global::System.Nullable R6220700, + global::System.Nullable R6220800, + global::System.Nullable R6220900, + global::System.Nullable R6221000, + global::System.Nullable R6221100, + global::System.Nullable R6221200, + global::System.Nullable R6221300, + global::System.Nullable R6221400, + global::System.Nullable R6221500, + global::System.Nullable R6221700, + global::System.Nullable R6221701, + global::System.Nullable R6221800, + global::System.Nullable R6221801, + global::System.Nullable R6221900, + global::System.Nullable R6221901, + global::System.Nullable R6222000, + global::System.Nullable R6222001, + global::System.Nullable R6222100, + global::System.Nullable R6222101, + global::System.Nullable R6222200, + global::System.Nullable R6222201, + global::System.Nullable R6222300, + global::System.Nullable R6222301, + global::System.Nullable R6222400, + global::System.Nullable R6222401, + global::System.Nullable R6222500, + global::System.Nullable R6222501, + global::System.Nullable R6222600, + global::System.Nullable R6222601, + global::System.Nullable R6223400, + global::System.Nullable R6223500, + global::System.Nullable R6223600, + global::System.Nullable R6223700, + global::System.Nullable R6223800, + global::System.Nullable R6223900, + global::System.Nullable R6224000, + global::System.Nullable R6224100, + global::System.Nullable R6224200, + global::System.Nullable R6224300, + global::System.Nullable R6770600, + global::System.Nullable R6771600, + global::System.Nullable R6771700, + global::System.Nullable R6771800, + global::System.Nullable R6771900, + global::System.Nullable R6772000, + global::System.Nullable R6772100, + global::System.Nullable R6772200, + global::System.Nullable R6772300, + global::System.Nullable R6772400, + global::System.Nullable R6772500, + global::System.Nullable R6772600, + global::System.Nullable R6772700, + global::System.Nullable R6772800, + global::System.Nullable R6772900, + global::System.Nullable R6773000, + global::System.Nullable R6773100, + global::System.Nullable R6773200, + global::System.Nullable R6773300, + global::System.Nullable R6773400, + global::System.Nullable R6774500, + global::System.Nullable R6774600, + global::System.Nullable R6774700, + global::System.Nullable R6774800, + global::System.Nullable R6774900, + global::System.Nullable R6775000, + global::System.Nullable R6775100, + global::System.Nullable R6775200, + global::System.Nullable R6775300, + global::System.Nullable R6775400, + global::System.Nullable R6775500, + global::System.Nullable R6775501, + global::System.Nullable R6775600, + global::System.Nullable R6775601, + global::System.Nullable R6775700, + global::System.Nullable R6775701, + global::System.Nullable R6775800, + global::System.Nullable R6775801, + global::System.Nullable R6775900, + global::System.Nullable R6775901, + global::System.Nullable R6776000, + global::System.Nullable R6776001, + global::System.Nullable R6776100, + global::System.Nullable R6776101, + global::System.Nullable R6776200, + global::System.Nullable R6776201, + global::System.Nullable R6776900, + global::System.Nullable R6777000, + global::System.Nullable R6777100, + global::System.Nullable R6777200, + global::System.Nullable R6777300, + global::System.Nullable R6777400, + global::System.Nullable R6777500, + global::System.Nullable R6777600, + global::System.Nullable R6777700, + global::System.Nullable R6777800, + global::System.Nullable R7415900, + global::System.Nullable R7416000, + global::System.Nullable R7416100, + global::System.Nullable R7416200, + global::System.Nullable R7416300, + global::System.Nullable R7416400, + global::System.Nullable R7416500, + global::System.Nullable R7416600, + global::System.Nullable R7416700, + global::System.Nullable R7416800, + global::System.Nullable R7416900, + global::System.Nullable R7417000, + global::System.Nullable R7417100, + global::System.Nullable R7417200, + global::System.Nullable R7417300, + global::System.Nullable R7417400, + global::System.Nullable R7417500, + global::System.Nullable R7417600, + global::System.Nullable R7417700, + global::System.Nullable R7417800, + global::System.Nullable R7418900, + global::System.Nullable R7419000, + global::System.Nullable R7419100, + global::System.Nullable R7419200, + global::System.Nullable R7419300, + global::System.Nullable R7419400, + global::System.Nullable R7419500, + global::System.Nullable R7419600, + global::System.Nullable R7419700, + global::System.Nullable R7419800, + global::System.Nullable R7419900, + global::System.Nullable R7419901, + global::System.Nullable R7420000, + global::System.Nullable R7420001, + global::System.Nullable R7420100, + global::System.Nullable R7420101, + global::System.Nullable R7420200, + global::System.Nullable R7420201, + global::System.Nullable R7420300, + global::System.Nullable R7420301, + global::System.Nullable R7420400, + global::System.Nullable R7420401, + global::System.Nullable R7420500, + global::System.Nullable R7420501, + global::System.Nullable R7420600, + global::System.Nullable R7420601, + global::System.Nullable R7421400, + global::System.Nullable R7421500, + global::System.Nullable R7421600, + global::System.Nullable R7421700, + global::System.Nullable R7421800, + global::System.Nullable R7421900, + global::System.Nullable R7422000, + global::System.Nullable R7422100, + global::System.Nullable R7422200, + global::System.Nullable R7422300, + global::System.Nullable R8114000, + global::System.Nullable R8114100, + global::System.Nullable R8114200, + global::System.Nullable R8114300, + global::System.Nullable R8114400, + global::System.Nullable R8114500, + global::System.Nullable R8114600, + global::System.Nullable R8114700, + global::System.Nullable R8114800, + global::System.Nullable R8114900, + global::System.Nullable R8115000, + global::System.Nullable R8115100, + global::System.Nullable R8115200, + global::System.Nullable R8115300, + global::System.Nullable R8115400, + global::System.Nullable R8115500, + global::System.Nullable R8115600, + global::System.Nullable R8115700, + global::System.Nullable R8115800, + global::System.Nullable R8115900, + global::System.Nullable R8117000, + global::System.Nullable R8117100, + global::System.Nullable R8117200, + global::System.Nullable R8117300, + global::System.Nullable R8117400, + global::System.Nullable R8117500, + global::System.Nullable R8117600, + global::System.Nullable R8117700, + global::System.Nullable R8117800, + global::System.Nullable R8117900, + global::System.Nullable R8118000, + global::System.Nullable R8118001, + global::System.Nullable R8118100, + global::System.Nullable R8118101, + global::System.Nullable R8118200, + global::System.Nullable R8118201, + global::System.Nullable R8118300, + global::System.Nullable R8118301, + global::System.Nullable R8118400, + global::System.Nullable R8118401, + global::System.Nullable R8118500, + global::System.Nullable R8118501, + global::System.Nullable R8118600, + global::System.Nullable R8118601, + global::System.Nullable R8118700, + global::System.Nullable R8118701, + global::System.Nullable R8118800, + global::System.Nullable R8118801, + global::System.Nullable R8118900, + global::System.Nullable R8118901, + global::System.Nullable R8119600, + global::System.Nullable R8119700, + global::System.Nullable R8119800, + global::System.Nullable R8119900, + global::System.Nullable R8120000, + global::System.Nullable R8120100, + global::System.Nullable R8120200, + global::System.Nullable R8120300, + global::System.Nullable R8120400, + global::System.Nullable R8120500, + global::System.Nullable R8135300, + global::System.Nullable R8135400, + global::System.Nullable R8135500, + global::System.Nullable R8135600, + global::System.Nullable R8135700, + global::System.Nullable R8135800, + global::System.Nullable R8135900, + global::System.Nullable R9900600, + global::System.Nullable R9900601, + global::System.Nullable R9901400, + global::System.Nullable R9901401, + global::System.Nullable R9902200, + global::System.Nullable R9902201, + global::System.Nullable R9903000, + global::System.Nullable R9903001, + global::System.Nullable R9903800, + global::System.Nullable R9903801, + global::System.Nullable R9904600, + global::System.Nullable R9904601, + global::System.Nullable R9905400, + global::System.Nullable R9905401, + global::System.Nullable R9911200, + global::System.Nullable R9911201, + global::System.Nullable T0345800, + global::System.Nullable T0345900, + global::System.Nullable T0346000, + global::System.Nullable T0346100, + global::System.Nullable T0346200, + global::System.Nullable T0346300, + global::System.Nullable T0346400, + global::System.Nullable T0346500, + global::System.Nullable T0346600, + global::System.Nullable T0346700, + global::System.Nullable T0346800, + global::System.Nullable T0346900, + global::System.Nullable T0347000, + global::System.Nullable T0347100, + global::System.Nullable T0347200, + global::System.Nullable T0347300, + global::System.Nullable T0347400, + global::System.Nullable T0347500, + global::System.Nullable T0347600, + global::System.Nullable T0347700, + global::System.Nullable T0347800, + global::System.Nullable T0349000, + global::System.Nullable T0349100, + global::System.Nullable T0349200, + global::System.Nullable T0349300, + global::System.Nullable T0349400, + global::System.Nullable T0349500, + global::System.Nullable T0349600, + global::System.Nullable T0349700, + global::System.Nullable T0349800, + global::System.Nullable T0349900, + global::System.Nullable T0350000, + global::System.Nullable T0350100, + global::System.Nullable T0350101, + global::System.Nullable T0350200, + global::System.Nullable T0350201, + global::System.Nullable T0350300, + global::System.Nullable T0350301, + global::System.Nullable T0350400, + global::System.Nullable T0350401, + global::System.Nullable T0350500, + global::System.Nullable T0350501, + global::System.Nullable T0350600, + global::System.Nullable T0350601, + global::System.Nullable T0350700, + global::System.Nullable T0350701, + global::System.Nullable T0350800, + global::System.Nullable T0350801, + global::System.Nullable T0350900, + global::System.Nullable T0350901, + global::System.Nullable T0351000, + global::System.Nullable T0351001, + global::System.Nullable T0351900, + global::System.Nullable T0352000, + global::System.Nullable T0352100, + global::System.Nullable T0352200, + global::System.Nullable T0352300, + global::System.Nullable T0352400, + global::System.Nullable T0352500, + global::System.Nullable T0352600, + global::System.Nullable T0352700, + global::System.Nullable T0352800, + global::System.Nullable T0352900, + global::System.Nullable T0597800, + global::System.Nullable T0597900, + global::System.Nullable T0598000, + global::System.Nullable T0598100, + global::System.Nullable T0598200, + global::System.Nullable T0598300, + global::System.Nullable T0598400, + global::System.Nullable T1495200, + global::System.Nullable T1495300, + global::System.Nullable T1495400, + global::System.Nullable T1495500, + global::System.Nullable T1495600, + global::System.Nullable T1495700, + global::System.Nullable T1495800, + global::System.Nullable T1495900, + global::System.Nullable T1496000, + global::System.Nullable T1496100, + global::System.Nullable T1496200, + global::System.Nullable T1496300, + global::System.Nullable T1496400, + global::System.Nullable T1496500, + global::System.Nullable T1496600, + global::System.Nullable T1496700, + global::System.Nullable T1496800, + global::System.Nullable T1496900, + global::System.Nullable T1497000, + global::System.Nullable T1497100, + global::System.Nullable T1497200, + global::System.Nullable T1498400, + global::System.Nullable T1498500, + global::System.Nullable T1498600, + global::System.Nullable T1498700, + global::System.Nullable T1498800, + global::System.Nullable T1498900, + global::System.Nullable T1499000, + global::System.Nullable T1499100, + global::System.Nullable T1499200, + global::System.Nullable T1499300, + global::System.Nullable T1499400, + global::System.Nullable T1499500, + global::System.Nullable T1499501, + global::System.Nullable T1499600, + global::System.Nullable T1499601, + global::System.Nullable T1499700, + global::System.Nullable T1499701, + global::System.Nullable T1499800, + global::System.Nullable T1499801, + global::System.Nullable T1499900, + global::System.Nullable T1499901, + global::System.Nullable T1500000, + global::System.Nullable T1500001, + global::System.Nullable T1500100, + global::System.Nullable T1500101, + global::System.Nullable T1500200, + global::System.Nullable T1500201, + global::System.Nullable T1500300, + global::System.Nullable T1500301, + global::System.Nullable T1500400, + global::System.Nullable T1500401, + global::System.Nullable T1501100, + global::System.Nullable T1501200, + global::System.Nullable T1501300, + global::System.Nullable T1501400, + global::System.Nullable T1501500, + global::System.Nullable T1501600, + global::System.Nullable T1501700, + global::System.Nullable T1501800, + global::System.Nullable T1501900, + global::System.Nullable T1502000, + global::System.Nullable T1502100, + global::System.Nullable T1765100, + global::System.Nullable T1765200, + global::System.Nullable T1765300, + global::System.Nullable T1765400, + global::System.Nullable T1765500, + global::System.Nullable T1765600, + global::System.Nullable T1765700, + global::System.Nullable T2541200, + global::System.Nullable T2541300, + global::System.Nullable T2541400, + global::System.Nullable T2541500, + global::System.Nullable T2541600, + global::System.Nullable T2541700, + global::System.Nullable T2541800, + global::System.Nullable T2541900, + global::System.Nullable T2542000, + global::System.Nullable T2542100, + global::System.Nullable T2542200, + global::System.Nullable T2542300, + global::System.Nullable T2542400, + global::System.Nullable T2542500, + global::System.Nullable T2542600, + global::System.Nullable T2542700, + global::System.Nullable T2542800, + global::System.Nullable T2542900, + global::System.Nullable T2543000, + global::System.Nullable T2543100, + global::System.Nullable T2544200, + global::System.Nullable T2544300, + global::System.Nullable T2544400, + global::System.Nullable T2544500, + global::System.Nullable T2544600, + global::System.Nullable T2544700, + global::System.Nullable T2544800, + global::System.Nullable T2544900, + global::System.Nullable T2545000, + global::System.Nullable T2545100, + global::System.Nullable T2545200, + global::System.Nullable T2545201, + global::System.Nullable T2545300, + global::System.Nullable T2545301, + global::System.Nullable T2545400, + global::System.Nullable T2545401, + global::System.Nullable T2545500, + global::System.Nullable T2545501, + global::System.Nullable T2545600, + global::System.Nullable T2545601, + global::System.Nullable T2545700, + global::System.Nullable T2545701, + global::System.Nullable T2545800, + global::System.Nullable T2545801, + global::System.Nullable T2545900, + global::System.Nullable T2545901, + global::System.Nullable T2546000, + global::System.Nullable T2546001, + global::System.Nullable T2546800, + global::System.Nullable T2546900, + global::System.Nullable T2547000, + global::System.Nullable T2547100, + global::System.Nullable T2547200, + global::System.Nullable T2547300, + global::System.Nullable T2547400, + global::System.Nullable T2547500, + global::System.Nullable T2547600, + global::System.Nullable T2547700, + global::System.Nullable T2763400, + global::System.Nullable T2763500, + global::System.Nullable T2763600, + global::System.Nullable T2763700, + global::System.Nullable T2763800, + global::System.Nullable T2763900, + global::System.Nullable T2764000, + global::System.Nullable T3527500, + global::System.Nullable T3527600, + global::System.Nullable T3527700, + global::System.Nullable T3527800, + global::System.Nullable T3527900, + global::System.Nullable T3528000, + global::System.Nullable T3528100, + global::System.Nullable T3528200, + global::System.Nullable T3528300, + global::System.Nullable T3528400, + global::System.Nullable T3530500, + global::System.Nullable T3530600, + global::System.Nullable T3530700, + global::System.Nullable T3530800, + global::System.Nullable T3530900, + global::System.Nullable T3531000, + global::System.Nullable T3531100, + global::System.Nullable T3531200, + global::System.Nullable T3531300, + global::System.Nullable T3531400, + global::System.Nullable T3531500, + global::System.Nullable T3531501, + global::System.Nullable T3531600, + global::System.Nullable T3531601, + global::System.Nullable T3531700, + global::System.Nullable T3531701, + global::System.Nullable T3531800, + global::System.Nullable T3531801, + global::System.Nullable T3531900, + global::System.Nullable T3531901, + global::System.Nullable T3532000, + global::System.Nullable T3532001, + global::System.Nullable T3532100, + global::System.Nullable T3532101, + global::System.Nullable T3532200, + global::System.Nullable T3532201, + global::System.Nullable T3532300, + global::System.Nullable T3532301, + global::System.Nullable T3532400, + global::System.Nullable T3532401, + global::System.Nullable T3533200, + global::System.Nullable T3533300, + global::System.Nullable T3533400, + global::System.Nullable T3533500, + global::System.Nullable T3533600, + global::System.Nullable T3533700, + global::System.Nullable T3533800, + global::System.Nullable T3533900, + global::System.Nullable T3534000, + global::System.Nullable T3534100, + global::System.Nullable T3729600, + global::System.Nullable T3729700, + global::System.Nullable T3729800, + global::System.Nullable T3729900, + global::System.Nullable T3730000, + global::System.Nullable T3730100, + global::System.Nullable T4496200, + global::System.Nullable T4496300, + global::System.Nullable T4496400, + global::System.Nullable T4496500, + global::System.Nullable T4496600, + global::System.Nullable T4496700, + global::System.Nullable T4496800, + global::System.Nullable T4496900, + global::System.Nullable T4497000, + global::System.Nullable T4497100, + global::System.Nullable T4500700, + global::System.Nullable T4500800, + global::System.Nullable T4500900, + global::System.Nullable T4501000, + global::System.Nullable T4501100, + global::System.Nullable T4501200, + global::System.Nullable T4501300, + global::System.Nullable T4501400, + global::System.Nullable T4501500, + global::System.Nullable T4501600, + global::System.Nullable T4501700, + global::System.Nullable T4501701, + global::System.Nullable T4501800, + global::System.Nullable T4501801, + global::System.Nullable T4501900, + global::System.Nullable T4501901, + global::System.Nullable T4502000, + global::System.Nullable T4502001, + global::System.Nullable T4502100, + global::System.Nullable T4502101, + global::System.Nullable T4502200, + global::System.Nullable T4502201, + global::System.Nullable T4502300, + global::System.Nullable T4502301, + global::System.Nullable T4502400, + global::System.Nullable T4502401, + global::System.Nullable T4502500, + global::System.Nullable T4502501, + global::System.Nullable T4502600, + global::System.Nullable T4502601, + global::System.Nullable T4504900, + global::System.Nullable T4505000, + global::System.Nullable T4505100, + global::System.Nullable T4505200, + global::System.Nullable T4505300, + global::System.Nullable T4505400, + global::System.Nullable T4505500, + global::System.Nullable T4505600, + global::System.Nullable T4505700, + global::System.Nullable T4505800, + global::System.Nullable T4703500, + global::System.Nullable T4703600, + global::System.Nullable T4703700, + global::System.Nullable T4703800, + global::System.Nullable T4703900, + global::System.Nullable T4704000, + int Original_R0000100, + global::System.Nullable Original_R0173600, + global::System.Nullable Original_R0214700, + global::System.Nullable Original_R0214800, + global::System.Nullable Original_R1373300, + global::System.Nullable Original_R1373500, + global::System.Nullable Original_R1374000, + global::System.Nullable Original_R1374200, + global::System.Nullable Original_R1374700, + global::System.Nullable Original_R1374900, + global::System.Nullable Original_R1375400, + global::System.Nullable Original_R1375600, + global::System.Nullable Original_R1376100, + global::System.Nullable Original_R1376300, + global::System.Nullable Original_R1376800, + global::System.Nullable Original_R1377000, + global::System.Nullable Original_R1377500, + global::System.Nullable Original_R1377700, + global::System.Nullable Original_R1753700, + global::System.Nullable Original_R1753900, + global::System.Nullable Original_R1754400, + global::System.Nullable Original_R1754600, + global::System.Nullable Original_R1755100, + global::System.Nullable Original_R1755300, + global::System.Nullable Original_R1755800, + global::System.Nullable Original_R1756000, + global::System.Nullable Original_R1756500, + global::System.Nullable Original_R1756700, + global::System.Nullable Original_R1757200, + global::System.Nullable Original_R1757400, + global::System.Nullable Original_R1757900, + global::System.Nullable Original_R1758100, + global::System.Nullable Original_R2095700, + global::System.Nullable Original_R2095900, + global::System.Nullable Original_R2096400, + global::System.Nullable Original_R2096600, + global::System.Nullable Original_R2097100, + global::System.Nullable Original_R2097300, + global::System.Nullable Original_R2097800, + global::System.Nullable Original_R2098000, + global::System.Nullable Original_R2098500, + global::System.Nullable Original_R2098700, + global::System.Nullable Original_R2099200, + global::System.Nullable Original_R2099400, + global::System.Nullable Original_R2099900, + global::System.Nullable Original_R2100100, + global::System.Nullable Original_R2345900, + global::System.Nullable Original_R2346200, + global::System.Nullable Original_R2346500, + global::System.Nullable Original_R2346800, + global::System.Nullable Original_R2347100, + global::System.Nullable Original_R2347400, + global::System.Nullable Original_R2347700, + global::System.Nullable Original_R2648000, + global::System.Nullable Original_R2648200, + global::System.Nullable Original_R2648700, + global::System.Nullable Original_R2648900, + global::System.Nullable Original_R2649400, + global::System.Nullable Original_R2649600, + global::System.Nullable Original_R2650100, + global::System.Nullable Original_R2650300, + global::System.Nullable Original_R2650800, + global::System.Nullable Original_R2651000, + global::System.Nullable Original_R2651500, + global::System.Nullable Original_R2651700, + global::System.Nullable Original_R2652200, + global::System.Nullable Original_R2652400, + global::System.Nullable Original_R2955900, + global::System.Nullable Original_R2956200, + global::System.Nullable Original_R2956500, + global::System.Nullable Original_R2956800, + global::System.Nullable Original_R2957100, + global::System.Nullable Original_R2957400, + global::System.Nullable Original_R2957700, + global::System.Nullable Original_R3255900, + global::System.Nullable Original_R3256100, + global::System.Nullable Original_R3257700, + global::System.Nullable Original_R3257900, + global::System.Nullable Original_R3259500, + global::System.Nullable Original_R3259700, + global::System.Nullable Original_R3261300, + global::System.Nullable Original_R3261500, + global::System.Nullable Original_R3263100, + global::System.Nullable Original_R3263300, + global::System.Nullable Original_R3264900, + global::System.Nullable Original_R3265100, + global::System.Nullable Original_R3266700, + global::System.Nullable Original_R3266900, + global::System.Nullable Original_R3268500, + global::System.Nullable Original_R3556400, + global::System.Nullable Original_R3557000, + global::System.Nullable Original_R3557600, + global::System.Nullable Original_R3771800, + global::System.Nullable Original_R3772000, + global::System.Nullable Original_R3772100, + global::System.Nullable Original_R3772400, + global::System.Nullable Original_R3773900, + global::System.Nullable Original_R3774100, + global::System.Nullable Original_R3774200, + global::System.Nullable Original_R3774500, + global::System.Nullable Original_R3776000, + global::System.Nullable Original_R3776200, + global::System.Nullable Original_R3776300, + global::System.Nullable Original_R3776600, + global::System.Nullable Original_R3778100, + global::System.Nullable Original_R3778300, + global::System.Nullable Original_R3778400, + global::System.Nullable Original_R3778700, + global::System.Nullable Original_R3780200, + global::System.Nullable Original_R3780400, + global::System.Nullable Original_R3780500, + global::System.Nullable Original_R3780800, + global::System.Nullable Original_R3782300, + global::System.Nullable Original_R3782500, + global::System.Nullable Original_R3782600, + global::System.Nullable Original_R3782900, + global::System.Nullable Original_R3784400, + global::System.Nullable Original_R3784600, + global::System.Nullable Original_R3784700, + global::System.Nullable Original_R3785000, + global::System.Nullable Original_R3786500, + global::System.Nullable Original_R3788004, + global::System.Nullable Original_R4276800, + global::System.Nullable Original_R4277000, + global::System.Nullable Original_R4277100, + global::System.Nullable Original_R4277101, + global::System.Nullable Original_R4277700, + global::System.Nullable Original_R4277900, + global::System.Nullable Original_R4278000, + global::System.Nullable Original_R4278001, + global::System.Nullable Original_R4278600, + global::System.Nullable Original_R4278800, + global::System.Nullable Original_R4278900, + global::System.Nullable Original_R4278901, + global::System.Nullable Original_R4279500, + global::System.Nullable Original_R4279700, + global::System.Nullable Original_R4279800, + global::System.Nullable Original_R4279801, + global::System.Nullable Original_R4280400, + global::System.Nullable Original_R4280600, + global::System.Nullable Original_R4280700, + global::System.Nullable Original_R4280701, + global::System.Nullable Original_R4281300, + global::System.Nullable Original_R4281500, + global::System.Nullable Original_R4281600, + global::System.Nullable Original_R4281601, + global::System.Nullable Original_R4282100, + global::System.Nullable Original_R4282300, + global::System.Nullable Original_R4282400, + global::System.Nullable Original_R4282401, + global::System.Nullable Original_R4282900, + global::System.Nullable Original_R4283000, + global::System.Nullable Original_R4283100, + global::System.Nullable Original_R4283600, + global::System.Nullable Original_R4827600, + global::System.Nullable Original_R4827800, + global::System.Nullable Original_R4827900, + global::System.Nullable Original_R4827901, + global::System.Nullable Original_R4828100, + global::System.Nullable Original_R4830600, + global::System.Nullable Original_R4830800, + global::System.Nullable Original_R4830900, + global::System.Nullable Original_R4830901, + global::System.Nullable Original_R4831100, + global::System.Nullable Original_R4833600, + global::System.Nullable Original_R4833800, + global::System.Nullable Original_R4833900, + global::System.Nullable Original_R4833901, + global::System.Nullable Original_R4834100, + global::System.Nullable Original_R4836600, + global::System.Nullable Original_R4836800, + global::System.Nullable Original_R4836900, + global::System.Nullable Original_R4836901, + global::System.Nullable Original_R4837100, + global::System.Nullable Original_R4839600, + global::System.Nullable Original_R4839800, + global::System.Nullable Original_R4839900, + global::System.Nullable Original_R4839901, + global::System.Nullable Original_R4840100, + global::System.Nullable Original_R4842500, + global::System.Nullable Original_R4842700, + global::System.Nullable Original_R4842800, + global::System.Nullable Original_R4842801, + global::System.Nullable Original_R4842900, + global::System.Nullable Original_R4844800, + global::System.Nullable Original_R4845000, + global::System.Nullable Original_R4845100, + global::System.Nullable Original_R4845101, + global::System.Nullable Original_R4845200, + global::System.Nullable Original_R4847100, + global::System.Nullable Original_R4847300, + global::System.Nullable Original_R4847400, + global::System.Nullable Original_R5498000, + global::System.Nullable Original_R5498200, + global::System.Nullable Original_R5498300, + global::System.Nullable Original_R5498301, + global::System.Nullable Original_R5498500, + global::System.Nullable Original_R5501000, + global::System.Nullable Original_R5501200, + global::System.Nullable Original_R5501300, + global::System.Nullable Original_R5501301, + global::System.Nullable Original_R5501500, + global::System.Nullable Original_R5504000, + global::System.Nullable Original_R5504200, + global::System.Nullable Original_R5504300, + global::System.Nullable Original_R5504301, + global::System.Nullable Original_R5504500, + global::System.Nullable Original_R5507000, + global::System.Nullable Original_R5507200, + global::System.Nullable Original_R5507300, + global::System.Nullable Original_R5507301, + global::System.Nullable Original_R5507500, + global::System.Nullable Original_R5510000, + global::System.Nullable Original_R5510200, + global::System.Nullable Original_R5510300, + global::System.Nullable Original_R5510301, + global::System.Nullable Original_R5510500, + global::System.Nullable Original_R5513000, + global::System.Nullable Original_R5513200, + global::System.Nullable Original_R5513300, + global::System.Nullable Original_R5513301, + global::System.Nullable Original_R5513400, + global::System.Nullable Original_R5515300, + global::System.Nullable Original_R5515500, + global::System.Nullable Original_R5515600, + global::System.Nullable Original_R5515601, + global::System.Nullable Original_R5515700, + global::System.Nullable Original_R5517600, + global::System.Nullable Original_R5517800, + global::System.Nullable Original_R5517900, + global::System.Nullable Original_R5519800, + global::System.Nullable Original_R5520000, + global::System.Nullable Original_R5520100, + global::System.Nullable Original_R5520101, + global::System.Nullable Original_R5520200, + global::System.Nullable Original_R6218400, + global::System.Nullable Original_R6218500, + global::System.Nullable Original_R6218600, + global::System.Nullable Original_R6218700, + global::System.Nullable Original_R6218800, + global::System.Nullable Original_R6218900, + global::System.Nullable Original_R6219000, + global::System.Nullable Original_R6219100, + global::System.Nullable Original_R6219200, + global::System.Nullable Original_R6219300, + global::System.Nullable Original_R6220600, + global::System.Nullable Original_R6220700, + global::System.Nullable Original_R6220800, + global::System.Nullable Original_R6220900, + global::System.Nullable Original_R6221000, + global::System.Nullable Original_R6221100, + global::System.Nullable Original_R6221200, + global::System.Nullable Original_R6221300, + global::System.Nullable Original_R6221400, + global::System.Nullable Original_R6221500, + global::System.Nullable Original_R6221700, + global::System.Nullable Original_R6221701, + global::System.Nullable Original_R6221800, + global::System.Nullable Original_R6221801, + global::System.Nullable Original_R6221900, + global::System.Nullable Original_R6221901, + global::System.Nullable Original_R6222000, + global::System.Nullable Original_R6222001, + global::System.Nullable Original_R6222100, + global::System.Nullable Original_R6222101, + global::System.Nullable Original_R6222200, + global::System.Nullable Original_R6222201, + global::System.Nullable Original_R6222300, + global::System.Nullable Original_R6222301, + global::System.Nullable Original_R6222400, + global::System.Nullable Original_R6222401, + global::System.Nullable Original_R6222500, + global::System.Nullable Original_R6222501, + global::System.Nullable Original_R6222600, + global::System.Nullable Original_R6222601, + global::System.Nullable Original_R6223400, + global::System.Nullable Original_R6223500, + global::System.Nullable Original_R6223600, + global::System.Nullable Original_R6223700, + global::System.Nullable Original_R6223800, + global::System.Nullable Original_R6223900, + global::System.Nullable Original_R6224000, + global::System.Nullable Original_R6224100, + global::System.Nullable Original_R6224200, + global::System.Nullable Original_R6224300, + global::System.Nullable Original_R6770600, + global::System.Nullable Original_R6771600, + global::System.Nullable Original_R6771700, + global::System.Nullable Original_R6771800, + global::System.Nullable Original_R6771900, + global::System.Nullable Original_R6772000, + global::System.Nullable Original_R6772100, + global::System.Nullable Original_R6772200, + global::System.Nullable Original_R6772300, + global::System.Nullable Original_R6772400, + global::System.Nullable Original_R6772500, + global::System.Nullable Original_R6772600, + global::System.Nullable Original_R6772700, + global::System.Nullable Original_R6772800, + global::System.Nullable Original_R6772900, + global::System.Nullable Original_R6773000, + global::System.Nullable Original_R6773100, + global::System.Nullable Original_R6773200, + global::System.Nullable Original_R6773300, + global::System.Nullable Original_R6773400, + global::System.Nullable Original_R6774500, + global::System.Nullable Original_R6774600, + global::System.Nullable Original_R6774700, + global::System.Nullable Original_R6774800, + global::System.Nullable Original_R6774900, + global::System.Nullable Original_R6775000, + global::System.Nullable Original_R6775100, + global::System.Nullable Original_R6775200, + global::System.Nullable Original_R6775300, + global::System.Nullable Original_R6775400, + global::System.Nullable Original_R6775500, + global::System.Nullable Original_R6775501, + global::System.Nullable Original_R6775600, + global::System.Nullable Original_R6775601, + global::System.Nullable Original_R6775700, + global::System.Nullable Original_R6775701, + global::System.Nullable Original_R6775800, + global::System.Nullable Original_R6775801, + global::System.Nullable Original_R6775900, + global::System.Nullable Original_R6775901, + global::System.Nullable Original_R6776000, + global::System.Nullable Original_R6776001, + global::System.Nullable Original_R6776100, + global::System.Nullable Original_R6776101, + global::System.Nullable Original_R6776200, + global::System.Nullable Original_R6776201, + global::System.Nullable Original_R6776900, + global::System.Nullable Original_R6777000, + global::System.Nullable Original_R6777100, + global::System.Nullable Original_R6777200, + global::System.Nullable Original_R6777300, + global::System.Nullable Original_R6777400, + global::System.Nullable Original_R6777500, + global::System.Nullable Original_R6777600, + global::System.Nullable Original_R6777700, + global::System.Nullable Original_R6777800, + global::System.Nullable Original_R7415900, + global::System.Nullable Original_R7416000, + global::System.Nullable Original_R7416100, + global::System.Nullable Original_R7416200, + global::System.Nullable Original_R7416300, + global::System.Nullable Original_R7416400, + global::System.Nullable Original_R7416500, + global::System.Nullable Original_R7416600, + global::System.Nullable Original_R7416700, + global::System.Nullable Original_R7416800, + global::System.Nullable Original_R7416900, + global::System.Nullable Original_R7417000, + global::System.Nullable Original_R7417100, + global::System.Nullable Original_R7417200, + global::System.Nullable Original_R7417300, + global::System.Nullable Original_R7417400, + global::System.Nullable Original_R7417500, + global::System.Nullable Original_R7417600, + global::System.Nullable Original_R7417700, + global::System.Nullable Original_R7417800, + global::System.Nullable Original_R7418900, + global::System.Nullable Original_R7419000, + global::System.Nullable Original_R7419100, + global::System.Nullable Original_R7419200, + global::System.Nullable Original_R7419300, + global::System.Nullable Original_R7419400, + global::System.Nullable Original_R7419500, + global::System.Nullable Original_R7419600, + global::System.Nullable Original_R7419700, + global::System.Nullable Original_R7419800, + global::System.Nullable Original_R7419900, + global::System.Nullable Original_R7419901, + global::System.Nullable Original_R7420000, + global::System.Nullable Original_R7420001, + global::System.Nullable Original_R7420100, + global::System.Nullable Original_R7420101, + global::System.Nullable Original_R7420200, + global::System.Nullable Original_R7420201, + global::System.Nullable Original_R7420300, + global::System.Nullable Original_R7420301, + global::System.Nullable Original_R7420400, + global::System.Nullable Original_R7420401, + global::System.Nullable Original_R7420500, + global::System.Nullable Original_R7420501, + global::System.Nullable Original_R7420600, + global::System.Nullable Original_R7420601, + global::System.Nullable Original_R7421400, + global::System.Nullable Original_R7421500, + global::System.Nullable Original_R7421600, + global::System.Nullable Original_R7421700, + global::System.Nullable Original_R7421800, + global::System.Nullable Original_R7421900, + global::System.Nullable Original_R7422000, + global::System.Nullable Original_R7422100, + global::System.Nullable Original_R7422200, + global::System.Nullable Original_R7422300, + global::System.Nullable Original_R8114000, + global::System.Nullable Original_R8114100, + global::System.Nullable Original_R8114200, + global::System.Nullable Original_R8114300, + global::System.Nullable Original_R8114400, + global::System.Nullable Original_R8114500, + global::System.Nullable Original_R8114600, + global::System.Nullable Original_R8114700, + global::System.Nullable Original_R8114800, + global::System.Nullable Original_R8114900, + global::System.Nullable Original_R8115000, + global::System.Nullable Original_R8115100, + global::System.Nullable Original_R8115200, + global::System.Nullable Original_R8115300, + global::System.Nullable Original_R8115400, + global::System.Nullable Original_R8115500, + global::System.Nullable Original_R8115600, + global::System.Nullable Original_R8115700, + global::System.Nullable Original_R8115800, + global::System.Nullable Original_R8115900, + global::System.Nullable Original_R8117000, + global::System.Nullable Original_R8117100, + global::System.Nullable Original_R8117200, + global::System.Nullable Original_R8117300, + global::System.Nullable Original_R8117400, + global::System.Nullable Original_R8117500, + global::System.Nullable Original_R8117600, + global::System.Nullable Original_R8117700, + global::System.Nullable Original_R8117800, + global::System.Nullable Original_R8117900, + global::System.Nullable Original_R8118000, + global::System.Nullable Original_R8118001, + global::System.Nullable Original_R8118100, + global::System.Nullable Original_R8118101, + global::System.Nullable Original_R8118200, + global::System.Nullable Original_R8118201, + global::System.Nullable Original_R8118300, + global::System.Nullable Original_R8118301, + global::System.Nullable Original_R8118400, + global::System.Nullable Original_R8118401, + global::System.Nullable Original_R8118500, + global::System.Nullable Original_R8118501, + global::System.Nullable Original_R8118600, + global::System.Nullable Original_R8118601, + global::System.Nullable Original_R8118700, + global::System.Nullable Original_R8118701, + global::System.Nullable Original_R8118800, + global::System.Nullable Original_R8118801, + global::System.Nullable Original_R8118900, + global::System.Nullable Original_R8118901, + global::System.Nullable Original_R8119600, + global::System.Nullable Original_R8119700, + global::System.Nullable Original_R8119800, + global::System.Nullable Original_R8119900, + global::System.Nullable Original_R8120000, + global::System.Nullable Original_R8120100, + global::System.Nullable Original_R8120200, + global::System.Nullable Original_R8120300, + global::System.Nullable Original_R8120400, + global::System.Nullable Original_R8120500, + global::System.Nullable Original_R8135300, + global::System.Nullable Original_R8135400, + global::System.Nullable Original_R8135500, + global::System.Nullable Original_R8135600, + global::System.Nullable Original_R8135700, + global::System.Nullable Original_R8135800, + global::System.Nullable Original_R8135900, + global::System.Nullable Original_R9900600, + global::System.Nullable Original_R9900601, + global::System.Nullable Original_R9901400, + global::System.Nullable Original_R9901401, + global::System.Nullable Original_R9902200, + global::System.Nullable Original_R9902201, + global::System.Nullable Original_R9903000, + global::System.Nullable Original_R9903001, + global::System.Nullable Original_R9903800, + global::System.Nullable Original_R9903801, + global::System.Nullable Original_R9904600, + global::System.Nullable Original_R9904601, + global::System.Nullable Original_R9905400, + global::System.Nullable Original_R9905401, + global::System.Nullable Original_R9911200, + global::System.Nullable Original_R9911201, + global::System.Nullable Original_T0345800, + global::System.Nullable Original_T0345900, + global::System.Nullable Original_T0346000, + global::System.Nullable Original_T0346100, + global::System.Nullable Original_T0346200, + global::System.Nullable Original_T0346300, + global::System.Nullable Original_T0346400, + global::System.Nullable Original_T0346500, + global::System.Nullable Original_T0346600, + global::System.Nullable Original_T0346700, + global::System.Nullable Original_T0346800, + global::System.Nullable Original_T0346900, + global::System.Nullable Original_T0347000, + global::System.Nullable Original_T0347100, + global::System.Nullable Original_T0347200, + global::System.Nullable Original_T0347300, + global::System.Nullable Original_T0347400, + global::System.Nullable Original_T0347500, + global::System.Nullable Original_T0347600, + global::System.Nullable Original_T0347700, + global::System.Nullable Original_T0347800, + global::System.Nullable Original_T0349000, + global::System.Nullable Original_T0349100, + global::System.Nullable Original_T0349200, + global::System.Nullable Original_T0349300, + global::System.Nullable Original_T0349400, + global::System.Nullable Original_T0349500, + global::System.Nullable Original_T0349600, + global::System.Nullable Original_T0349700, + global::System.Nullable Original_T0349800, + global::System.Nullable Original_T0349900, + global::System.Nullable Original_T0350000, + global::System.Nullable Original_T0350100, + global::System.Nullable Original_T0350101, + global::System.Nullable Original_T0350200, + global::System.Nullable Original_T0350201, + global::System.Nullable Original_T0350300, + global::System.Nullable Original_T0350301, + global::System.Nullable Original_T0350400, + global::System.Nullable Original_T0350401, + global::System.Nullable Original_T0350500, + global::System.Nullable Original_T0350501, + global::System.Nullable Original_T0350600, + global::System.Nullable Original_T0350601, + global::System.Nullable Original_T0350700, + global::System.Nullable Original_T0350701, + global::System.Nullable Original_T0350800, + global::System.Nullable Original_T0350801, + global::System.Nullable Original_T0350900, + global::System.Nullable Original_T0350901, + global::System.Nullable Original_T0351000, + global::System.Nullable Original_T0351001, + global::System.Nullable Original_T0351900, + global::System.Nullable Original_T0352000, + global::System.Nullable Original_T0352100, + global::System.Nullable Original_T0352200, + global::System.Nullable Original_T0352300, + global::System.Nullable Original_T0352400, + global::System.Nullable Original_T0352500, + global::System.Nullable Original_T0352600, + global::System.Nullable Original_T0352700, + global::System.Nullable Original_T0352800, + global::System.Nullable Original_T0352900, + global::System.Nullable Original_T0597800, + global::System.Nullable Original_T0597900, + global::System.Nullable Original_T0598000, + global::System.Nullable Original_T0598100, + global::System.Nullable Original_T0598200, + global::System.Nullable Original_T0598300, + global::System.Nullable Original_T0598400, + global::System.Nullable Original_T1495200, + global::System.Nullable Original_T1495300, + global::System.Nullable Original_T1495400, + global::System.Nullable Original_T1495500, + global::System.Nullable Original_T1495600, + global::System.Nullable Original_T1495700, + global::System.Nullable Original_T1495800, + global::System.Nullable Original_T1495900, + global::System.Nullable Original_T1496000, + global::System.Nullable Original_T1496100, + global::System.Nullable Original_T1496200, + global::System.Nullable Original_T1496300, + global::System.Nullable Original_T1496400, + global::System.Nullable Original_T1496500, + global::System.Nullable Original_T1496600, + global::System.Nullable Original_T1496700, + global::System.Nullable Original_T1496800, + global::System.Nullable Original_T1496900, + global::System.Nullable Original_T1497000, + global::System.Nullable Original_T1497100, + global::System.Nullable Original_T1497200, + global::System.Nullable Original_T1498400, + global::System.Nullable Original_T1498500, + global::System.Nullable Original_T1498600, + global::System.Nullable Original_T1498700, + global::System.Nullable Original_T1498800, + global::System.Nullable Original_T1498900, + global::System.Nullable Original_T1499000, + global::System.Nullable Original_T1499100, + global::System.Nullable Original_T1499200, + global::System.Nullable Original_T1499300, + global::System.Nullable Original_T1499400, + global::System.Nullable Original_T1499500, + global::System.Nullable Original_T1499501, + global::System.Nullable Original_T1499600, + global::System.Nullable Original_T1499601, + global::System.Nullable Original_T1499700, + global::System.Nullable Original_T1499701, + global::System.Nullable Original_T1499800, + global::System.Nullable Original_T1499801, + global::System.Nullable Original_T1499900, + global::System.Nullable Original_T1499901, + global::System.Nullable Original_T1500000, + global::System.Nullable Original_T1500001, + global::System.Nullable Original_T1500100, + global::System.Nullable Original_T1500101, + global::System.Nullable Original_T1500200, + global::System.Nullable Original_T1500201, + global::System.Nullable Original_T1500300, + global::System.Nullable Original_T1500301, + global::System.Nullable Original_T1500400, + global::System.Nullable Original_T1500401, + global::System.Nullable Original_T1501100, + global::System.Nullable Original_T1501200, + global::System.Nullable Original_T1501300, + global::System.Nullable Original_T1501400, + global::System.Nullable Original_T1501500, + global::System.Nullable Original_T1501600, + global::System.Nullable Original_T1501700, + global::System.Nullable Original_T1501800, + global::System.Nullable Original_T1501900, + global::System.Nullable Original_T1502000, + global::System.Nullable Original_T1502100, + global::System.Nullable Original_T1765100, + global::System.Nullable Original_T1765200, + global::System.Nullable Original_T1765300, + global::System.Nullable Original_T1765400, + global::System.Nullable Original_T1765500, + global::System.Nullable Original_T1765600, + global::System.Nullable Original_T1765700, + global::System.Nullable Original_T2541200, + global::System.Nullable Original_T2541300, + global::System.Nullable Original_T2541400, + global::System.Nullable Original_T2541500, + global::System.Nullable Original_T2541600, + global::System.Nullable Original_T2541700, + global::System.Nullable Original_T2541800, + global::System.Nullable Original_T2541900, + global::System.Nullable Original_T2542000, + global::System.Nullable Original_T2542100, + global::System.Nullable Original_T2542200, + global::System.Nullable Original_T2542300, + global::System.Nullable Original_T2542400, + global::System.Nullable Original_T2542500, + global::System.Nullable Original_T2542600, + global::System.Nullable Original_T2542700, + global::System.Nullable Original_T2542800, + global::System.Nullable Original_T2542900, + global::System.Nullable Original_T2543000, + global::System.Nullable Original_T2543100, + global::System.Nullable Original_T2544200, + global::System.Nullable Original_T2544300, + global::System.Nullable Original_T2544400, + global::System.Nullable Original_T2544500, + global::System.Nullable Original_T2544600, + global::System.Nullable Original_T2544700, + global::System.Nullable Original_T2544800, + global::System.Nullable Original_T2544900, + global::System.Nullable Original_T2545000, + global::System.Nullable Original_T2545100, + global::System.Nullable Original_T2545200, + global::System.Nullable Original_T2545201, + global::System.Nullable Original_T2545300, + global::System.Nullable Original_T2545301, + global::System.Nullable Original_T2545400, + global::System.Nullable Original_T2545401, + global::System.Nullable Original_T2545500, + global::System.Nullable Original_T2545501, + global::System.Nullable Original_T2545600, + global::System.Nullable Original_T2545601, + global::System.Nullable Original_T2545700, + global::System.Nullable Original_T2545701, + global::System.Nullable Original_T2545800, + global::System.Nullable Original_T2545801, + global::System.Nullable Original_T2545900, + global::System.Nullable Original_T2545901, + global::System.Nullable Original_T2546000, + global::System.Nullable Original_T2546001, + global::System.Nullable Original_T2546800, + global::System.Nullable Original_T2546900, + global::System.Nullable Original_T2547000, + global::System.Nullable Original_T2547100, + global::System.Nullable Original_T2547200, + global::System.Nullable Original_T2547300, + global::System.Nullable Original_T2547400, + global::System.Nullable Original_T2547500, + global::System.Nullable Original_T2547600, + global::System.Nullable Original_T2547700, + global::System.Nullable Original_T2763400, + global::System.Nullable Original_T2763500, + global::System.Nullable Original_T2763600, + global::System.Nullable Original_T2763700, + global::System.Nullable Original_T2763800, + global::System.Nullable Original_T2763900, + global::System.Nullable Original_T2764000, + global::System.Nullable Original_T3527500, + global::System.Nullable Original_T3527600, + global::System.Nullable Original_T3527700, + global::System.Nullable Original_T3527800, + global::System.Nullable Original_T3527900, + global::System.Nullable Original_T3528000, + global::System.Nullable Original_T3528100, + global::System.Nullable Original_T3528200, + global::System.Nullable Original_T3528300, + global::System.Nullable Original_T3528400, + global::System.Nullable Original_T3530500, + global::System.Nullable Original_T3530600, + global::System.Nullable Original_T3530700, + global::System.Nullable Original_T3530800, + global::System.Nullable Original_T3530900, + global::System.Nullable Original_T3531000, + global::System.Nullable Original_T3531100, + global::System.Nullable Original_T3531200, + global::System.Nullable Original_T3531300, + global::System.Nullable Original_T3531400, + global::System.Nullable Original_T3531500, + global::System.Nullable Original_T3531501, + global::System.Nullable Original_T3531600, + global::System.Nullable Original_T3531601, + global::System.Nullable Original_T3531700, + global::System.Nullable Original_T3531701, + global::System.Nullable Original_T3531800, + global::System.Nullable Original_T3531801, + global::System.Nullable Original_T3531900, + global::System.Nullable Original_T3531901, + global::System.Nullable Original_T3532000, + global::System.Nullable Original_T3532001, + global::System.Nullable Original_T3532100, + global::System.Nullable Original_T3532101, + global::System.Nullable Original_T3532200, + global::System.Nullable Original_T3532201, + global::System.Nullable Original_T3532300, + global::System.Nullable Original_T3532301, + global::System.Nullable Original_T3532400, + global::System.Nullable Original_T3532401, + global::System.Nullable Original_T3533200, + global::System.Nullable Original_T3533300, + global::System.Nullable Original_T3533400, + global::System.Nullable Original_T3533500, + global::System.Nullable Original_T3533600, + global::System.Nullable Original_T3533700, + global::System.Nullable Original_T3533800, + global::System.Nullable Original_T3533900, + global::System.Nullable Original_T3534000, + global::System.Nullable Original_T3534100, + global::System.Nullable Original_T3729600, + global::System.Nullable Original_T3729700, + global::System.Nullable Original_T3729800, + global::System.Nullable Original_T3729900, + global::System.Nullable Original_T3730000, + global::System.Nullable Original_T3730100, + global::System.Nullable Original_T4496200, + global::System.Nullable Original_T4496300, + global::System.Nullable Original_T4496400, + global::System.Nullable Original_T4496500, + global::System.Nullable Original_T4496600, + global::System.Nullable Original_T4496700, + global::System.Nullable Original_T4496800, + global::System.Nullable Original_T4496900, + global::System.Nullable Original_T4497000, + global::System.Nullable Original_T4497100, + global::System.Nullable Original_T4500700, + global::System.Nullable Original_T4500800, + global::System.Nullable Original_T4500900, + global::System.Nullable Original_T4501000, + global::System.Nullable Original_T4501100, + global::System.Nullable Original_T4501200, + global::System.Nullable Original_T4501300, + global::System.Nullable Original_T4501400, + global::System.Nullable Original_T4501500, + global::System.Nullable Original_T4501600, + global::System.Nullable Original_T4501700, + global::System.Nullable Original_T4501701, + global::System.Nullable Original_T4501800, + global::System.Nullable Original_T4501801, + global::System.Nullable Original_T4501900, + global::System.Nullable Original_T4501901, + global::System.Nullable Original_T4502000, + global::System.Nullable Original_T4502001, + global::System.Nullable Original_T4502100, + global::System.Nullable Original_T4502101, + global::System.Nullable Original_T4502200, + global::System.Nullable Original_T4502201, + global::System.Nullable Original_T4502300, + global::System.Nullable Original_T4502301, + global::System.Nullable Original_T4502400, + global::System.Nullable Original_T4502401, + global::System.Nullable Original_T4502500, + global::System.Nullable Original_T4502501, + global::System.Nullable Original_T4502600, + global::System.Nullable Original_T4502601, + global::System.Nullable Original_T4504900, + global::System.Nullable Original_T4505000, + global::System.Nullable Original_T4505100, + global::System.Nullable Original_T4505200, + global::System.Nullable Original_T4505300, + global::System.Nullable Original_T4505400, + global::System.Nullable Original_T4505500, + global::System.Nullable Original_T4505600, + global::System.Nullable Original_T4505700, + global::System.Nullable Original_T4505800, + global::System.Nullable Original_T4703500, + global::System.Nullable Original_T4703600, + global::System.Nullable Original_T4703700, + global::System.Nullable Original_T4703800, + global::System.Nullable Original_T4703900, + global::System.Nullable Original_T4704000) { + return this.Update(Original_R0000100, R0173600, R0214700, R0214800, R1373300, R1373500, R1374000, R1374200, R1374700, R1374900, R1375400, R1375600, R1376100, R1376300, R1376800, R1377000, R1377500, R1377700, R1753700, R1753900, R1754400, R1754600, R1755100, R1755300, R1755800, R1756000, R1756500, R1756700, R1757200, R1757400, R1757900, R1758100, R2095700, R2095900, R2096400, R2096600, R2097100, R2097300, R2097800, R2098000, R2098500, R2098700, R2099200, R2099400, R2099900, R2100100, R2345900, R2346200, R2346500, R2346800, R2347100, R2347400, R2347700, R2648000, R2648200, R2648700, R2648900, R2649400, R2649600, R2650100, R2650300, R2650800, R2651000, R2651500, R2651700, R2652200, R2652400, R2955900, R2956200, R2956500, R2956800, R2957100, R2957400, R2957700, R3255900, R3256100, R3257700, R3257900, R3259500, R3259700, R3261300, R3261500, R3263100, R3263300, R3264900, R3265100, R3266700, R3266900, R3268500, R3556400, R3557000, R3557600, R3771800, R3772000, R3772100, R3772400, R3773900, R3774100, R3774200, R3774500, R3776000, R3776200, R3776300, R3776600, R3778100, R3778300, R3778400, R3778700, R3780200, R3780400, R3780500, R3780800, R3782300, R3782500, R3782600, R3782900, R3784400, R3784600, R3784700, R3785000, R3786500, R3788004, R4276800, R4277000, R4277100, R4277101, R4277700, R4277900, R4278000, R4278001, R4278600, R4278800, R4278900, R4278901, R4279500, R4279700, R4279800, R4279801, R4280400, R4280600, R4280700, R4280701, R4281300, R4281500, R4281600, R4281601, R4282100, R4282300, R4282400, R4282401, R4282900, R4283000, R4283100, R4283600, R4827600, R4827800, R4827900, R4827901, R4828100, R4830600, R4830800, R4830900, R4830901, R4831100, R4833600, R4833800, R4833900, R4833901, R4834100, R4836600, R4836800, R4836900, R4836901, R4837100, R4839600, R4839800, R4839900, R4839901, R4840100, R4842500, R4842700, R4842800, R4842801, R4842900, R4844800, R4845000, R4845100, R4845101, R4845200, R4847100, R4847300, R4847400, R5498000, R5498200, R5498300, R5498301, R5498500, R5501000, R5501200, R5501300, R5501301, R5501500, R5504000, R5504200, R5504300, R5504301, R5504500, R5507000, R5507200, R5507300, R5507301, R5507500, R5510000, R5510200, R5510300, R5510301, R5510500, R5513000, R5513200, R5513300, R5513301, R5513400, R5515300, R5515500, R5515600, R5515601, R5515700, R5517600, R5517800, R5517900, R5519800, R5520000, R5520100, R5520101, R5520200, R6218400, R6218500, R6218600, R6218700, R6218800, R6218900, R6219000, R6219100, R6219200, R6219300, R6220600, R6220700, R6220800, R6220900, R6221000, R6221100, R6221200, R6221300, R6221400, R6221500, R6221700, R6221701, R6221800, R6221801, R6221900, R6221901, R6222000, R6222001, R6222100, R6222101, R6222200, R6222201, R6222300, R6222301, R6222400, R6222401, R6222500, R6222501, R6222600, R6222601, R6223400, R6223500, R6223600, R6223700, R6223800, R6223900, R6224000, R6224100, R6224200, R6224300, R6770600, R6771600, R6771700, R6771800, R6771900, R6772000, R6772100, R6772200, R6772300, R6772400, R6772500, R6772600, R6772700, R6772800, R6772900, R6773000, R6773100, R6773200, R6773300, R6773400, R6774500, R6774600, R6774700, R6774800, R6774900, R6775000, R6775100, R6775200, R6775300, R6775400, R6775500, R6775501, R6775600, R6775601, R6775700, R6775701, R6775800, R6775801, R6775900, R6775901, R6776000, R6776001, R6776100, R6776101, R6776200, R6776201, R6776900, R6777000, R6777100, R6777200, R6777300, R6777400, R6777500, R6777600, R6777700, R6777800, R7415900, R7416000, R7416100, R7416200, R7416300, R7416400, R7416500, R7416600, R7416700, R7416800, R7416900, R7417000, R7417100, R7417200, R7417300, R7417400, R7417500, R7417600, R7417700, R7417800, R7418900, R7419000, R7419100, R7419200, R7419300, R7419400, R7419500, R7419600, R7419700, R7419800, R7419900, R7419901, R7420000, R7420001, R7420100, R7420101, R7420200, R7420201, R7420300, R7420301, R7420400, R7420401, R7420500, R7420501, R7420600, R7420601, R7421400, R7421500, R7421600, R7421700, R7421800, R7421900, R7422000, R7422100, R7422200, R7422300, R8114000, R8114100, R8114200, R8114300, R8114400, R8114500, R8114600, R8114700, R8114800, R8114900, R8115000, R8115100, R8115200, R8115300, R8115400, R8115500, R8115600, R8115700, R8115800, R8115900, R8117000, R8117100, R8117200, R8117300, R8117400, R8117500, R8117600, R8117700, R8117800, R8117900, R8118000, R8118001, R8118100, R8118101, R8118200, R8118201, R8118300, R8118301, R8118400, R8118401, R8118500, R8118501, R8118600, R8118601, R8118700, R8118701, R8118800, R8118801, R8118900, R8118901, R8119600, R8119700, R8119800, R8119900, R8120000, R8120100, R8120200, R8120300, R8120400, R8120500, R8135300, R8135400, R8135500, R8135600, R8135700, R8135800, R8135900, R9900600, R9900601, R9901400, R9901401, R9902200, R9902201, R9903000, R9903001, R9903800, R9903801, R9904600, R9904601, R9905400, R9905401, R9911200, R9911201, T0345800, T0345900, T0346000, T0346100, T0346200, T0346300, T0346400, T0346500, T0346600, T0346700, T0346800, T0346900, T0347000, T0347100, T0347200, T0347300, T0347400, T0347500, T0347600, T0347700, T0347800, T0349000, T0349100, T0349200, T0349300, T0349400, T0349500, T0349600, T0349700, T0349800, T0349900, T0350000, T0350100, T0350101, T0350200, T0350201, T0350300, T0350301, T0350400, T0350401, T0350500, T0350501, T0350600, T0350601, T0350700, T0350701, T0350800, T0350801, T0350900, T0350901, T0351000, T0351001, T0351900, T0352000, T0352100, T0352200, T0352300, T0352400, T0352500, T0352600, T0352700, T0352800, T0352900, T0597800, T0597900, T0598000, T0598100, T0598200, T0598300, T0598400, T1495200, T1495300, T1495400, T1495500, T1495600, T1495700, T1495800, T1495900, T1496000, T1496100, T1496200, T1496300, T1496400, T1496500, T1496600, T1496700, T1496800, T1496900, T1497000, T1497100, T1497200, T1498400, T1498500, T1498600, T1498700, T1498800, T1498900, T1499000, T1499100, T1499200, T1499300, T1499400, T1499500, T1499501, T1499600, T1499601, T1499700, T1499701, T1499800, T1499801, T1499900, T1499901, T1500000, T1500001, T1500100, T1500101, T1500200, T1500201, T1500300, T1500301, T1500400, T1500401, T1501100, T1501200, T1501300, T1501400, T1501500, T1501600, T1501700, T1501800, T1501900, T1502000, T1502100, T1765100, T1765200, T1765300, T1765400, T1765500, T1765600, T1765700, T2541200, T2541300, T2541400, T2541500, T2541600, T2541700, T2541800, T2541900, T2542000, T2542100, T2542200, T2542300, T2542400, T2542500, T2542600, T2542700, T2542800, T2542900, T2543000, T2543100, T2544200, T2544300, T2544400, T2544500, T2544600, T2544700, T2544800, T2544900, T2545000, T2545100, T2545200, T2545201, T2545300, T2545301, T2545400, T2545401, T2545500, T2545501, T2545600, T2545601, T2545700, T2545701, T2545800, T2545801, T2545900, T2545901, T2546000, T2546001, T2546800, T2546900, T2547000, T2547100, T2547200, T2547300, T2547400, T2547500, T2547600, T2547700, T2763400, T2763500, T2763600, T2763700, T2763800, T2763900, T2764000, T3527500, T3527600, T3527700, T3527800, T3527900, T3528000, T3528100, T3528200, T3528300, T3528400, T3530500, T3530600, T3530700, T3530800, T3530900, T3531000, T3531100, T3531200, T3531300, T3531400, T3531500, T3531501, T3531600, T3531601, T3531700, T3531701, T3531800, T3531801, T3531900, T3531901, T3532000, T3532001, T3532100, T3532101, T3532200, T3532201, T3532300, T3532301, T3532400, T3532401, T3533200, T3533300, T3533400, T3533500, T3533600, T3533700, T3533800, T3533900, T3534000, T3534100, T3729600, T3729700, T3729800, T3729900, T3730000, T3730100, T4496200, T4496300, T4496400, T4496500, T4496600, T4496700, T4496800, T4496900, T4497000, T4497100, T4500700, T4500800, T4500900, T4501000, T4501100, T4501200, T4501300, T4501400, T4501500, T4501600, T4501700, T4501701, T4501800, T4501801, T4501900, T4501901, T4502000, T4502001, T4502100, T4502101, T4502200, T4502201, T4502300, T4502301, T4502400, T4502401, T4502500, T4502501, T4502600, T4502601, T4504900, T4505000, T4505100, T4505200, T4505300, T4505400, T4505500, T4505600, T4505700, T4505800, T4703500, T4703600, T4703700, T4703800, T4703900, T4704000, Original_R0000100, Original_R0173600, Original_R0214700, Original_R0214800, Original_R1373300, Original_R1373500, Original_R1374000, Original_R1374200, Original_R1374700, Original_R1374900, Original_R1375400, Original_R1375600, Original_R1376100, Original_R1376300, Original_R1376800, Original_R1377000, Original_R1377500, Original_R1377700, Original_R1753700, Original_R1753900, Original_R1754400, Original_R1754600, Original_R1755100, Original_R1755300, Original_R1755800, Original_R1756000, Original_R1756500, Original_R1756700, Original_R1757200, Original_R1757400, Original_R1757900, Original_R1758100, Original_R2095700, Original_R2095900, Original_R2096400, Original_R2096600, Original_R2097100, Original_R2097300, Original_R2097800, Original_R2098000, Original_R2098500, Original_R2098700, Original_R2099200, Original_R2099400, Original_R2099900, Original_R2100100, Original_R2345900, Original_R2346200, Original_R2346500, Original_R2346800, Original_R2347100, Original_R2347400, Original_R2347700, Original_R2648000, Original_R2648200, Original_R2648700, Original_R2648900, Original_R2649400, Original_R2649600, Original_R2650100, Original_R2650300, Original_R2650800, Original_R2651000, Original_R2651500, Original_R2651700, Original_R2652200, Original_R2652400, Original_R2955900, Original_R2956200, Original_R2956500, Original_R2956800, Original_R2957100, Original_R2957400, Original_R2957700, Original_R3255900, Original_R3256100, Original_R3257700, Original_R3257900, Original_R3259500, Original_R3259700, Original_R3261300, Original_R3261500, Original_R3263100, Original_R3263300, Original_R3264900, Original_R3265100, Original_R3266700, Original_R3266900, Original_R3268500, Original_R3556400, Original_R3557000, Original_R3557600, Original_R3771800, Original_R3772000, Original_R3772100, Original_R3772400, Original_R3773900, Original_R3774100, Original_R3774200, Original_R3774500, Original_R3776000, Original_R3776200, Original_R3776300, Original_R3776600, Original_R3778100, Original_R3778300, Original_R3778400, Original_R3778700, Original_R3780200, Original_R3780400, Original_R3780500, Original_R3780800, Original_R3782300, Original_R3782500, Original_R3782600, Original_R3782900, Original_R3784400, Original_R3784600, Original_R3784700, Original_R3785000, Original_R3786500, Original_R3788004, Original_R4276800, Original_R4277000, Original_R4277100, Original_R4277101, Original_R4277700, Original_R4277900, Original_R4278000, Original_R4278001, Original_R4278600, Original_R4278800, Original_R4278900, Original_R4278901, Original_R4279500, Original_R4279700, Original_R4279800, Original_R4279801, Original_R4280400, Original_R4280600, Original_R4280700, Original_R4280701, Original_R4281300, Original_R4281500, Original_R4281600, Original_R4281601, Original_R4282100, Original_R4282300, Original_R4282400, Original_R4282401, Original_R4282900, Original_R4283000, Original_R4283100, Original_R4283600, Original_R4827600, Original_R4827800, Original_R4827900, Original_R4827901, Original_R4828100, Original_R4830600, Original_R4830800, Original_R4830900, Original_R4830901, Original_R4831100, Original_R4833600, Original_R4833800, Original_R4833900, Original_R4833901, Original_R4834100, Original_R4836600, Original_R4836800, Original_R4836900, Original_R4836901, Original_R4837100, Original_R4839600, Original_R4839800, Original_R4839900, Original_R4839901, Original_R4840100, Original_R4842500, Original_R4842700, Original_R4842800, Original_R4842801, Original_R4842900, Original_R4844800, Original_R4845000, Original_R4845100, Original_R4845101, Original_R4845200, Original_R4847100, Original_R4847300, Original_R4847400, Original_R5498000, Original_R5498200, Original_R5498300, Original_R5498301, Original_R5498500, Original_R5501000, Original_R5501200, Original_R5501300, Original_R5501301, Original_R5501500, Original_R5504000, Original_R5504200, Original_R5504300, Original_R5504301, Original_R5504500, Original_R5507000, Original_R5507200, Original_R5507300, Original_R5507301, Original_R5507500, Original_R5510000, Original_R5510200, Original_R5510300, Original_R5510301, Original_R5510500, Original_R5513000, Original_R5513200, Original_R5513300, Original_R5513301, Original_R5513400, Original_R5515300, Original_R5515500, Original_R5515600, Original_R5515601, Original_R5515700, Original_R5517600, Original_R5517800, Original_R5517900, Original_R5519800, Original_R5520000, Original_R5520100, Original_R5520101, Original_R5520200, Original_R6218400, Original_R6218500, Original_R6218600, Original_R6218700, Original_R6218800, Original_R6218900, Original_R6219000, Original_R6219100, Original_R6219200, Original_R6219300, Original_R6220600, Original_R6220700, Original_R6220800, Original_R6220900, Original_R6221000, Original_R6221100, Original_R6221200, Original_R6221300, Original_R6221400, Original_R6221500, Original_R6221700, Original_R6221701, Original_R6221800, Original_R6221801, Original_R6221900, Original_R6221901, Original_R6222000, Original_R6222001, Original_R6222100, Original_R6222101, Original_R6222200, Original_R6222201, Original_R6222300, Original_R6222301, Original_R6222400, Original_R6222401, Original_R6222500, Original_R6222501, Original_R6222600, Original_R6222601, Original_R6223400, Original_R6223500, Original_R6223600, Original_R6223700, Original_R6223800, Original_R6223900, Original_R6224000, Original_R6224100, Original_R6224200, Original_R6224300, Original_R6770600, Original_R6771600, Original_R6771700, Original_R6771800, Original_R6771900, Original_R6772000, Original_R6772100, Original_R6772200, Original_R6772300, Original_R6772400, Original_R6772500, Original_R6772600, Original_R6772700, Original_R6772800, Original_R6772900, Original_R6773000, Original_R6773100, Original_R6773200, Original_R6773300, Original_R6773400, Original_R6774500, Original_R6774600, Original_R6774700, Original_R6774800, Original_R6774900, Original_R6775000, Original_R6775100, Original_R6775200, Original_R6775300, Original_R6775400, Original_R6775500, Original_R6775501, Original_R6775600, Original_R6775601, Original_R6775700, Original_R6775701, Original_R6775800, Original_R6775801, Original_R6775900, Original_R6775901, Original_R6776000, Original_R6776001, Original_R6776100, Original_R6776101, Original_R6776200, Original_R6776201, Original_R6776900, Original_R6777000, Original_R6777100, Original_R6777200, Original_R6777300, Original_R6777400, Original_R6777500, Original_R6777600, Original_R6777700, Original_R6777800, Original_R7415900, Original_R7416000, Original_R7416100, Original_R7416200, Original_R7416300, Original_R7416400, Original_R7416500, Original_R7416600, Original_R7416700, Original_R7416800, Original_R7416900, Original_R7417000, Original_R7417100, Original_R7417200, Original_R7417300, Original_R7417400, Original_R7417500, Original_R7417600, Original_R7417700, Original_R7417800, Original_R7418900, Original_R7419000, Original_R7419100, Original_R7419200, Original_R7419300, Original_R7419400, Original_R7419500, Original_R7419600, Original_R7419700, Original_R7419800, Original_R7419900, Original_R7419901, Original_R7420000, Original_R7420001, Original_R7420100, Original_R7420101, Original_R7420200, Original_R7420201, Original_R7420300, Original_R7420301, Original_R7420400, Original_R7420401, Original_R7420500, Original_R7420501, Original_R7420600, Original_R7420601, Original_R7421400, Original_R7421500, Original_R7421600, Original_R7421700, Original_R7421800, Original_R7421900, Original_R7422000, Original_R7422100, Original_R7422200, Original_R7422300, Original_R8114000, Original_R8114100, Original_R8114200, Original_R8114300, Original_R8114400, Original_R8114500, Original_R8114600, Original_R8114700, Original_R8114800, Original_R8114900, Original_R8115000, Original_R8115100, Original_R8115200, Original_R8115300, Original_R8115400, Original_R8115500, Original_R8115600, Original_R8115700, Original_R8115800, Original_R8115900, Original_R8117000, Original_R8117100, Original_R8117200, Original_R8117300, Original_R8117400, Original_R8117500, Original_R8117600, Original_R8117700, Original_R8117800, Original_R8117900, Original_R8118000, Original_R8118001, Original_R8118100, Original_R8118101, Original_R8118200, Original_R8118201, Original_R8118300, Original_R8118301, Original_R8118400, Original_R8118401, Original_R8118500, Original_R8118501, Original_R8118600, Original_R8118601, Original_R8118700, Original_R8118701, Original_R8118800, Original_R8118801, Original_R8118900, Original_R8118901, Original_R8119600, Original_R8119700, Original_R8119800, Original_R8119900, Original_R8120000, Original_R8120100, Original_R8120200, Original_R8120300, Original_R8120400, Original_R8120500, Original_R8135300, Original_R8135400, Original_R8135500, Original_R8135600, Original_R8135700, Original_R8135800, Original_R8135900, Original_R9900600, Original_R9900601, Original_R9901400, Original_R9901401, Original_R9902200, Original_R9902201, Original_R9903000, Original_R9903001, Original_R9903800, Original_R9903801, Original_R9904600, Original_R9904601, Original_R9905400, Original_R9905401, Original_R9911200, Original_R9911201, Original_T0345800, Original_T0345900, Original_T0346000, Original_T0346100, Original_T0346200, Original_T0346300, Original_T0346400, Original_T0346500, Original_T0346600, Original_T0346700, Original_T0346800, Original_T0346900, Original_T0347000, Original_T0347100, Original_T0347200, Original_T0347300, Original_T0347400, Original_T0347500, Original_T0347600, Original_T0347700, Original_T0347800, Original_T0349000, Original_T0349100, Original_T0349200, Original_T0349300, Original_T0349400, Original_T0349500, Original_T0349600, Original_T0349700, Original_T0349800, Original_T0349900, Original_T0350000, Original_T0350100, Original_T0350101, Original_T0350200, Original_T0350201, Original_T0350300, Original_T0350301, Original_T0350400, Original_T0350401, Original_T0350500, Original_T0350501, Original_T0350600, Original_T0350601, Original_T0350700, Original_T0350701, Original_T0350800, Original_T0350801, Original_T0350900, Original_T0350901, Original_T0351000, Original_T0351001, Original_T0351900, Original_T0352000, Original_T0352100, Original_T0352200, Original_T0352300, Original_T0352400, Original_T0352500, Original_T0352600, Original_T0352700, Original_T0352800, Original_T0352900, Original_T0597800, Original_T0597900, Original_T0598000, Original_T0598100, Original_T0598200, Original_T0598300, Original_T0598400, Original_T1495200, Original_T1495300, Original_T1495400, Original_T1495500, Original_T1495600, Original_T1495700, Original_T1495800, Original_T1495900, Original_T1496000, Original_T1496100, Original_T1496200, Original_T1496300, Original_T1496400, Original_T1496500, Original_T1496600, Original_T1496700, Original_T1496800, Original_T1496900, Original_T1497000, Original_T1497100, Original_T1497200, Original_T1498400, Original_T1498500, Original_T1498600, Original_T1498700, Original_T1498800, Original_T1498900, Original_T1499000, Original_T1499100, Original_T1499200, Original_T1499300, Original_T1499400, Original_T1499500, Original_T1499501, Original_T1499600, Original_T1499601, Original_T1499700, Original_T1499701, Original_T1499800, Original_T1499801, Original_T1499900, Original_T1499901, Original_T1500000, Original_T1500001, Original_T1500100, Original_T1500101, Original_T1500200, Original_T1500201, Original_T1500300, Original_T1500301, Original_T1500400, Original_T1500401, Original_T1501100, Original_T1501200, Original_T1501300, Original_T1501400, Original_T1501500, Original_T1501600, Original_T1501700, Original_T1501800, Original_T1501900, Original_T1502000, Original_T1502100, Original_T1765100, Original_T1765200, Original_T1765300, Original_T1765400, Original_T1765500, Original_T1765600, Original_T1765700, Original_T2541200, Original_T2541300, Original_T2541400, Original_T2541500, Original_T2541600, Original_T2541700, Original_T2541800, Original_T2541900, Original_T2542000, Original_T2542100, Original_T2542200, Original_T2542300, Original_T2542400, Original_T2542500, Original_T2542600, Original_T2542700, Original_T2542800, Original_T2542900, Original_T2543000, Original_T2543100, Original_T2544200, Original_T2544300, Original_T2544400, Original_T2544500, Original_T2544600, Original_T2544700, Original_T2544800, Original_T2544900, Original_T2545000, Original_T2545100, Original_T2545200, Original_T2545201, Original_T2545300, Original_T2545301, Original_T2545400, Original_T2545401, Original_T2545500, Original_T2545501, Original_T2545600, Original_T2545601, Original_T2545700, Original_T2545701, Original_T2545800, Original_T2545801, Original_T2545900, Original_T2545901, Original_T2546000, Original_T2546001, Original_T2546800, Original_T2546900, Original_T2547000, Original_T2547100, Original_T2547200, Original_T2547300, Original_T2547400, Original_T2547500, Original_T2547600, Original_T2547700, Original_T2763400, Original_T2763500, Original_T2763600, Original_T2763700, Original_T2763800, Original_T2763900, Original_T2764000, Original_T3527500, Original_T3527600, Original_T3527700, Original_T3527800, Original_T3527900, Original_T3528000, Original_T3528100, Original_T3528200, Original_T3528300, Original_T3528400, Original_T3530500, Original_T3530600, Original_T3530700, Original_T3530800, Original_T3530900, Original_T3531000, Original_T3531100, Original_T3531200, Original_T3531300, Original_T3531400, Original_T3531500, Original_T3531501, Original_T3531600, Original_T3531601, Original_T3531700, Original_T3531701, Original_T3531800, Original_T3531801, Original_T3531900, Original_T3531901, Original_T3532000, Original_T3532001, Original_T3532100, Original_T3532101, Original_T3532200, Original_T3532201, Original_T3532300, Original_T3532301, Original_T3532400, Original_T3532401, Original_T3533200, Original_T3533300, Original_T3533400, Original_T3533500, Original_T3533600, Original_T3533700, Original_T3533800, Original_T3533900, Original_T3534000, Original_T3534100, Original_T3729600, Original_T3729700, Original_T3729800, Original_T3729900, Original_T3730000, Original_T3730100, Original_T4496200, Original_T4496300, Original_T4496400, Original_T4496500, Original_T4496600, Original_T4496700, Original_T4496800, Original_T4496900, Original_T4497000, Original_T4497100, Original_T4500700, Original_T4500800, Original_T4500900, Original_T4501000, Original_T4501100, Original_T4501200, Original_T4501300, Original_T4501400, Original_T4501500, Original_T4501600, Original_T4501700, Original_T4501701, Original_T4501800, Original_T4501801, Original_T4501900, Original_T4501901, Original_T4502000, Original_T4502001, Original_T4502100, Original_T4502101, Original_T4502200, Original_T4502201, Original_T4502300, Original_T4502301, Original_T4502400, Original_T4502401, Original_T4502500, Original_T4502501, Original_T4502600, Original_T4502601, Original_T4504900, Original_T4505000, Original_T4505100, Original_T4505200, Original_T4505300, Original_T4505400, Original_T4505500, Original_T4505600, Original_T4505700, Original_T4505800, Original_T4703500, Original_T4703600, Original_T4703700, Original_T4703800, Original_T4703900, Original_T4704000); + } + } + + /// + ///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 tblGen2FatherFromGen1DeathTableAdapter : 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 tblGen2FatherFromGen1DeathTableAdapter() { + 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; } - if ((R8119800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[643].Value = ((int)(R8119800.Value)); + } + + [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; } - else { - this.Adapter.UpdateCommand.Parameters[643].Value = global::System.DBNull.Value; + 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; + } + } } - if ((R8119900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[644].Value = ((int)(R8119900.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; } - else { - this.Adapter.UpdateCommand.Parameters[644].Value = global::System.DBNull.Value; + 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; + } } - if ((R8120000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[645].Value = ((int)(R8120000.Value)); + } + + [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; } - else { - this.Adapter.UpdateCommand.Parameters[645].Value = global::System.DBNull.Value; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool ClearBeforeFill { + get { + return this._clearBeforeFill; } - if ((R8120100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[646].Value = ((int)(R8120100.Value)); + set { + this._clearBeforeFill = value; } - else { - this.Adapter.UpdateCommand.Parameters[646].Value = global::System.DBNull.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 = "tblGen2FatherFromGen1Death"; + tableMapping.ColumnMappings.Add("R0000100", "R0000100"); + tableMapping.ColumnMappings.Add("R1373400", "R1373400"); + tableMapping.ColumnMappings.Add("R1374100", "R1374100"); + tableMapping.ColumnMappings.Add("R1374800", "R1374800"); + tableMapping.ColumnMappings.Add("R1375500", "R1375500"); + tableMapping.ColumnMappings.Add("R1376200", "R1376200"); + tableMapping.ColumnMappings.Add("R1376900", "R1376900"); + tableMapping.ColumnMappings.Add("R1377600", "R1377600"); + tableMapping.ColumnMappings.Add("R1753800", "R1753800"); + tableMapping.ColumnMappings.Add("R1754500", "R1754500"); + tableMapping.ColumnMappings.Add("R1755200", "R1755200"); + tableMapping.ColumnMappings.Add("R1755900", "R1755900"); + tableMapping.ColumnMappings.Add("R1756600", "R1756600"); + tableMapping.ColumnMappings.Add("R1757300", "R1757300"); + tableMapping.ColumnMappings.Add("R1758000", "R1758000"); + tableMapping.ColumnMappings.Add("R2095800", "R2095800"); + tableMapping.ColumnMappings.Add("R2096500", "R2096500"); + tableMapping.ColumnMappings.Add("R2097200", "R2097200"); + tableMapping.ColumnMappings.Add("R2097900", "R2097900"); + tableMapping.ColumnMappings.Add("R2098600", "R2098600"); + tableMapping.ColumnMappings.Add("R2099300", "R2099300"); + tableMapping.ColumnMappings.Add("R2100000", "R2100000"); + tableMapping.ColumnMappings.Add("R2648100", "R2648100"); + tableMapping.ColumnMappings.Add("R2648800", "R2648800"); + tableMapping.ColumnMappings.Add("R2649500", "R2649500"); + tableMapping.ColumnMappings.Add("R2650200", "R2650200"); + tableMapping.ColumnMappings.Add("R2650900", "R2650900"); + tableMapping.ColumnMappings.Add("R2651600", "R2651600"); + tableMapping.ColumnMappings.Add("R2652300", "R2652300"); + tableMapping.ColumnMappings.Add("R3256000", "R3256000"); + tableMapping.ColumnMappings.Add("R3257800", "R3257800"); + tableMapping.ColumnMappings.Add("R3259600", "R3259600"); + tableMapping.ColumnMappings.Add("R3261400", "R3261400"); + tableMapping.ColumnMappings.Add("R3263200", "R3263200"); + tableMapping.ColumnMappings.Add("R3265000", "R3265000"); + tableMapping.ColumnMappings.Add("R3266800", "R3266800"); + tableMapping.ColumnMappings.Add("R3771900", "R3771900"); + tableMapping.ColumnMappings.Add("R3772200", "R3772200"); + tableMapping.ColumnMappings.Add("R3772300", "R3772300"); + tableMapping.ColumnMappings.Add("R3774000", "R3774000"); + tableMapping.ColumnMappings.Add("R3774300", "R3774300"); + tableMapping.ColumnMappings.Add("R3774400", "R3774400"); + tableMapping.ColumnMappings.Add("R3776100", "R3776100"); + tableMapping.ColumnMappings.Add("R3776400", "R3776400"); + tableMapping.ColumnMappings.Add("R3776500", "R3776500"); + tableMapping.ColumnMappings.Add("R3778200", "R3778200"); + tableMapping.ColumnMappings.Add("R3778500", "R3778500"); + tableMapping.ColumnMappings.Add("R3778600", "R3778600"); + tableMapping.ColumnMappings.Add("R3780300", "R3780300"); + tableMapping.ColumnMappings.Add("R3780600", "R3780600"); + tableMapping.ColumnMappings.Add("R3780700", "R3780700"); + tableMapping.ColumnMappings.Add("R3782400", "R3782400"); + tableMapping.ColumnMappings.Add("R3784500", "R3784500"); + tableMapping.ColumnMappings.Add("R4276900", "R4276900"); + tableMapping.ColumnMappings.Add("R4277200", "R4277200"); + tableMapping.ColumnMappings.Add("R4277201", "R4277201"); + tableMapping.ColumnMappings.Add("R4277800", "R4277800"); + tableMapping.ColumnMappings.Add("R4278100", "R4278100"); + tableMapping.ColumnMappings.Add("R4278101", "R4278101"); + tableMapping.ColumnMappings.Add("R4278700", "R4278700"); + tableMapping.ColumnMappings.Add("R4279000", "R4279000"); + tableMapping.ColumnMappings.Add("R4279001", "R4279001"); + tableMapping.ColumnMappings.Add("R4279600", "R4279600"); + tableMapping.ColumnMappings.Add("R4279900", "R4279900"); + tableMapping.ColumnMappings.Add("R4279901", "R4279901"); + tableMapping.ColumnMappings.Add("R4280500", "R4280500"); + tableMapping.ColumnMappings.Add("R4280800", "R4280800"); + tableMapping.ColumnMappings.Add("R4280801", "R4280801"); + tableMapping.ColumnMappings.Add("R4281400", "R4281400"); + tableMapping.ColumnMappings.Add("R4282200", "R4282200"); + tableMapping.ColumnMappings.Add("R4827700", "R4827700"); + tableMapping.ColumnMappings.Add("R4828000", "R4828000"); + tableMapping.ColumnMappings.Add("R4828001", "R4828001"); + tableMapping.ColumnMappings.Add("R4830700", "R4830700"); + tableMapping.ColumnMappings.Add("R4831000", "R4831000"); + tableMapping.ColumnMappings.Add("R4831001", "R4831001"); + tableMapping.ColumnMappings.Add("R4833700", "R4833700"); + tableMapping.ColumnMappings.Add("R4834000", "R4834000"); + tableMapping.ColumnMappings.Add("R4834001", "R4834001"); + tableMapping.ColumnMappings.Add("R4836700", "R4836700"); + tableMapping.ColumnMappings.Add("R4837000", "R4837000"); + tableMapping.ColumnMappings.Add("R4837001", "R4837001"); + tableMapping.ColumnMappings.Add("R4839700", "R4839700"); + tableMapping.ColumnMappings.Add("R4840000", "R4840000"); + tableMapping.ColumnMappings.Add("R4840001", "R4840001"); + tableMapping.ColumnMappings.Add("R4842600", "R4842600"); + tableMapping.ColumnMappings.Add("R4844900", "R4844900"); + tableMapping.ColumnMappings.Add("R4847200", "R4847200"); + tableMapping.ColumnMappings.Add("R5498100", "R5498100"); + tableMapping.ColumnMappings.Add("R5498400", "R5498400"); + tableMapping.ColumnMappings.Add("R5498401", "R5498401"); + tableMapping.ColumnMappings.Add("R5501100", "R5501100"); + tableMapping.ColumnMappings.Add("R5501400", "R5501400"); + tableMapping.ColumnMappings.Add("R5501401", "R5501401"); + tableMapping.ColumnMappings.Add("R5504100", "R5504100"); + tableMapping.ColumnMappings.Add("R5504400", "R5504400"); + tableMapping.ColumnMappings.Add("R5504401", "R5504401"); + tableMapping.ColumnMappings.Add("R5507100", "R5507100"); + tableMapping.ColumnMappings.Add("R5507400", "R5507400"); + tableMapping.ColumnMappings.Add("R5507401", "R5507401"); + tableMapping.ColumnMappings.Add("R5510100", "R5510100"); + tableMapping.ColumnMappings.Add("R5510400", "R5510400"); + tableMapping.ColumnMappings.Add("R5510401", "R5510401"); + tableMapping.ColumnMappings.Add("R5513100", "R5513100"); + tableMapping.ColumnMappings.Add("R5515400", "R5515400"); + tableMapping.ColumnMappings.Add("R5517700", "R5517700"); + tableMapping.ColumnMappings.Add("R5519900", "R5519900"); + tableMapping.ColumnMappings.Add("R6219500", "R6219500"); + tableMapping.ColumnMappings.Add("R6219600", "R6219600"); + tableMapping.ColumnMappings.Add("R6219700", "R6219700"); + tableMapping.ColumnMappings.Add("R6219800", "R6219800"); + tableMapping.ColumnMappings.Add("R6219900", "R6219900"); + tableMapping.ColumnMappings.Add("R6220000", "R6220000"); + tableMapping.ColumnMappings.Add("R6220100", "R6220100"); + tableMapping.ColumnMappings.Add("R6220200", "R6220200"); + tableMapping.ColumnMappings.Add("R6220300", "R6220300"); + tableMapping.ColumnMappings.Add("R6220400", "R6220400"); + tableMapping.ColumnMappings.Add("R6222800", "R6222800"); + tableMapping.ColumnMappings.Add("R6222801", "R6222801"); + tableMapping.ColumnMappings.Add("R6222900", "R6222900"); + tableMapping.ColumnMappings.Add("R6222901", "R6222901"); + tableMapping.ColumnMappings.Add("R6223000", "R6223000"); + tableMapping.ColumnMappings.Add("R6223001", "R6223001"); + tableMapping.ColumnMappings.Add("R6223100", "R6223100"); + tableMapping.ColumnMappings.Add("R6223101", "R6223101"); + tableMapping.ColumnMappings.Add("R6223200", "R6223200"); + tableMapping.ColumnMappings.Add("R6223201", "R6223201"); + tableMapping.ColumnMappings.Add("R6223300", "R6223300"); + tableMapping.ColumnMappings.Add("R6223301", "R6223301"); + tableMapping.ColumnMappings.Add("R6773500", "R6773500"); + tableMapping.ColumnMappings.Add("R6773600", "R6773600"); + tableMapping.ColumnMappings.Add("R6773700", "R6773700"); + tableMapping.ColumnMappings.Add("R6773800", "R6773800"); + tableMapping.ColumnMappings.Add("R6773900", "R6773900"); + tableMapping.ColumnMappings.Add("R6774000", "R6774000"); + tableMapping.ColumnMappings.Add("R6774100", "R6774100"); + tableMapping.ColumnMappings.Add("R6774200", "R6774200"); + tableMapping.ColumnMappings.Add("R6774300", "R6774300"); + tableMapping.ColumnMappings.Add("R6774400", "R6774400"); + tableMapping.ColumnMappings.Add("R6776300", "R6776300"); + tableMapping.ColumnMappings.Add("R6776301", "R6776301"); + tableMapping.ColumnMappings.Add("R6776400", "R6776400"); + tableMapping.ColumnMappings.Add("R6776401", "R6776401"); + tableMapping.ColumnMappings.Add("R6776500", "R6776500"); + tableMapping.ColumnMappings.Add("R6776501", "R6776501"); + tableMapping.ColumnMappings.Add("R6776600", "R6776600"); + tableMapping.ColumnMappings.Add("R6776601", "R6776601"); + tableMapping.ColumnMappings.Add("R6776700", "R6776700"); + tableMapping.ColumnMappings.Add("R6776701", "R6776701"); + tableMapping.ColumnMappings.Add("R6776800", "R6776800"); + tableMapping.ColumnMappings.Add("R6776801", "R6776801"); + tableMapping.ColumnMappings.Add("R7417900", "R7417900"); + tableMapping.ColumnMappings.Add("R7418000", "R7418000"); + tableMapping.ColumnMappings.Add("R7418100", "R7418100"); + tableMapping.ColumnMappings.Add("R7418200", "R7418200"); + tableMapping.ColumnMappings.Add("R7418300", "R7418300"); + tableMapping.ColumnMappings.Add("R7418400", "R7418400"); + tableMapping.ColumnMappings.Add("R7418500", "R7418500"); + tableMapping.ColumnMappings.Add("R7418600", "R7418600"); + tableMapping.ColumnMappings.Add("R7418700", "R7418700"); + tableMapping.ColumnMappings.Add("R7418800", "R7418800"); + tableMapping.ColumnMappings.Add("R7420700", "R7420700"); + tableMapping.ColumnMappings.Add("R7420701", "R7420701"); + tableMapping.ColumnMappings.Add("R7420800", "R7420800"); + tableMapping.ColumnMappings.Add("R7420801", "R7420801"); + tableMapping.ColumnMappings.Add("R7420900", "R7420900"); + tableMapping.ColumnMappings.Add("R7420901", "R7420901"); + tableMapping.ColumnMappings.Add("R7421000", "R7421000"); + tableMapping.ColumnMappings.Add("R7421001", "R7421001"); + tableMapping.ColumnMappings.Add("R7421100", "R7421100"); + tableMapping.ColumnMappings.Add("R7421101", "R7421101"); + tableMapping.ColumnMappings.Add("R7421200", "R7421200"); + tableMapping.ColumnMappings.Add("R7421201", "R7421201"); + tableMapping.ColumnMappings.Add("R7421300", "R7421300"); + tableMapping.ColumnMappings.Add("R7421301", "R7421301"); + tableMapping.ColumnMappings.Add("R8116000", "R8116000"); + tableMapping.ColumnMappings.Add("R8116100", "R8116100"); + tableMapping.ColumnMappings.Add("R8116200", "R8116200"); + tableMapping.ColumnMappings.Add("R8116300", "R8116300"); + tableMapping.ColumnMappings.Add("R8116400", "R8116400"); + tableMapping.ColumnMappings.Add("R8116500", "R8116500"); + tableMapping.ColumnMappings.Add("R8116600", "R8116600"); + tableMapping.ColumnMappings.Add("R8116700", "R8116700"); + tableMapping.ColumnMappings.Add("R8116800", "R8116800"); + tableMapping.ColumnMappings.Add("R8116900", "R8116900"); + tableMapping.ColumnMappings.Add("R8119000", "R8119000"); + tableMapping.ColumnMappings.Add("R8119001", "R8119001"); + tableMapping.ColumnMappings.Add("R8119100", "R8119100"); + tableMapping.ColumnMappings.Add("R8119101", "R8119101"); + tableMapping.ColumnMappings.Add("R8119200", "R8119200"); + tableMapping.ColumnMappings.Add("R8119201", "R8119201"); + tableMapping.ColumnMappings.Add("R8119300", "R8119300"); + tableMapping.ColumnMappings.Add("R8119301", "R8119301"); + tableMapping.ColumnMappings.Add("R8119400", "R8119400"); + tableMapping.ColumnMappings.Add("R8119401", "R8119401"); + tableMapping.ColumnMappings.Add("R8119500", "R8119500"); + tableMapping.ColumnMappings.Add("R8119501", "R8119501"); + tableMapping.ColumnMappings.Add("T0347900", "T0347900"); + tableMapping.ColumnMappings.Add("T0348000", "T0348000"); + tableMapping.ColumnMappings.Add("T0348100", "T0348100"); + tableMapping.ColumnMappings.Add("T0348200", "T0348200"); + tableMapping.ColumnMappings.Add("T0348300", "T0348300"); + tableMapping.ColumnMappings.Add("T0348400", "T0348400"); + tableMapping.ColumnMappings.Add("T0348500", "T0348500"); + tableMapping.ColumnMappings.Add("T0348600", "T0348600"); + tableMapping.ColumnMappings.Add("T0348700", "T0348700"); + tableMapping.ColumnMappings.Add("T0348800", "T0348800"); + tableMapping.ColumnMappings.Add("T0348900", "T0348900"); + tableMapping.ColumnMappings.Add("T0351100", "T0351100"); + tableMapping.ColumnMappings.Add("T0351101", "T0351101"); + tableMapping.ColumnMappings.Add("T0351200", "T0351200"); + tableMapping.ColumnMappings.Add("T0351201", "T0351201"); + tableMapping.ColumnMappings.Add("T0351300", "T0351300"); + tableMapping.ColumnMappings.Add("T0351301", "T0351301"); + tableMapping.ColumnMappings.Add("T0351400", "T0351400"); + tableMapping.ColumnMappings.Add("T0351401", "T0351401"); + tableMapping.ColumnMappings.Add("T0351500", "T0351500"); + tableMapping.ColumnMappings.Add("T0351501", "T0351501"); + tableMapping.ColumnMappings.Add("T0351600", "T0351600"); + tableMapping.ColumnMappings.Add("T0351601", "T0351601"); + tableMapping.ColumnMappings.Add("T0351700", "T0351700"); + tableMapping.ColumnMappings.Add("T0351701", "T0351701"); + tableMapping.ColumnMappings.Add("T0351800", "T0351800"); + tableMapping.ColumnMappings.Add("T0351801", "T0351801"); + tableMapping.ColumnMappings.Add("T1497300", "T1497300"); + tableMapping.ColumnMappings.Add("T1497400", "T1497400"); + tableMapping.ColumnMappings.Add("T1497500", "T1497500"); + tableMapping.ColumnMappings.Add("T1497600", "T1497600"); + tableMapping.ColumnMappings.Add("T1497700", "T1497700"); + tableMapping.ColumnMappings.Add("T1497800", "T1497800"); + tableMapping.ColumnMappings.Add("T1497900", "T1497900"); + tableMapping.ColumnMappings.Add("T1498000", "T1498000"); + tableMapping.ColumnMappings.Add("T1498100", "T1498100"); + tableMapping.ColumnMappings.Add("T1498200", "T1498200"); + tableMapping.ColumnMappings.Add("T1498300", "T1498300"); + tableMapping.ColumnMappings.Add("T1500500", "T1500500"); + tableMapping.ColumnMappings.Add("T1500501", "T1500501"); + tableMapping.ColumnMappings.Add("T1500600", "T1500600"); + tableMapping.ColumnMappings.Add("T1500601", "T1500601"); + tableMapping.ColumnMappings.Add("T1500700", "T1500700"); + tableMapping.ColumnMappings.Add("T1500701", "T1500701"); + tableMapping.ColumnMappings.Add("T1500800", "T1500800"); + tableMapping.ColumnMappings.Add("T1500801", "T1500801"); + tableMapping.ColumnMappings.Add("T1500900", "T1500900"); + tableMapping.ColumnMappings.Add("T1500901", "T1500901"); + tableMapping.ColumnMappings.Add("T1501000", "T1501000"); + tableMapping.ColumnMappings.Add("T1501001", "T1501001"); + tableMapping.ColumnMappings.Add("T2543200", "T2543200"); + tableMapping.ColumnMappings.Add("T2543300", "T2543300"); + tableMapping.ColumnMappings.Add("T2543400", "T2543400"); + tableMapping.ColumnMappings.Add("T2543500", "T2543500"); + tableMapping.ColumnMappings.Add("T2543600", "T2543600"); + tableMapping.ColumnMappings.Add("T2543700", "T2543700"); + tableMapping.ColumnMappings.Add("T2543800", "T2543800"); + tableMapping.ColumnMappings.Add("T2543900", "T2543900"); + tableMapping.ColumnMappings.Add("T2544000", "T2544000"); + tableMapping.ColumnMappings.Add("T2544100", "T2544100"); + tableMapping.ColumnMappings.Add("T2546100", "T2546100"); + tableMapping.ColumnMappings.Add("T2546101", "T2546101"); + tableMapping.ColumnMappings.Add("T2546200", "T2546200"); + tableMapping.ColumnMappings.Add("T2546201", "T2546201"); + tableMapping.ColumnMappings.Add("T2546300", "T2546300"); + tableMapping.ColumnMappings.Add("T2546301", "T2546301"); + tableMapping.ColumnMappings.Add("T2546400", "T2546400"); + tableMapping.ColumnMappings.Add("T2546401", "T2546401"); + tableMapping.ColumnMappings.Add("T2546500", "T2546500"); + tableMapping.ColumnMappings.Add("T2546501", "T2546501"); + tableMapping.ColumnMappings.Add("T2546600", "T2546600"); + tableMapping.ColumnMappings.Add("T2546601", "T2546601"); + tableMapping.ColumnMappings.Add("T2546700", "T2546700"); + tableMapping.ColumnMappings.Add("T2546701", "T2546701"); + tableMapping.ColumnMappings.Add("T3529500", "T3529500"); + tableMapping.ColumnMappings.Add("T3529600", "T3529600"); + tableMapping.ColumnMappings.Add("T3529700", "T3529700"); + tableMapping.ColumnMappings.Add("T3529800", "T3529800"); + tableMapping.ColumnMappings.Add("T3529900", "T3529900"); + tableMapping.ColumnMappings.Add("T3530000", "T3530000"); + tableMapping.ColumnMappings.Add("T3530100", "T3530100"); + tableMapping.ColumnMappings.Add("T3530200", "T3530200"); + tableMapping.ColumnMappings.Add("T3530300", "T3530300"); + tableMapping.ColumnMappings.Add("T3530400", "T3530400"); + tableMapping.ColumnMappings.Add("T3532500", "T3532500"); + tableMapping.ColumnMappings.Add("T3532501", "T3532501"); + tableMapping.ColumnMappings.Add("T3532600", "T3532600"); + tableMapping.ColumnMappings.Add("T3532601", "T3532601"); + tableMapping.ColumnMappings.Add("T3532700", "T3532700"); + tableMapping.ColumnMappings.Add("T3532701", "T3532701"); + tableMapping.ColumnMappings.Add("T3532800", "T3532800"); + tableMapping.ColumnMappings.Add("T3532801", "T3532801"); + tableMapping.ColumnMappings.Add("T3532900", "T3532900"); + tableMapping.ColumnMappings.Add("T3532901", "T3532901"); + tableMapping.ColumnMappings.Add("T3533000", "T3533000"); + tableMapping.ColumnMappings.Add("T3533001", "T3533001"); + tableMapping.ColumnMappings.Add("T3533100", "T3533100"); + tableMapping.ColumnMappings.Add("T3533101", "T3533101"); + tableMapping.ColumnMappings.Add("T4498100", "T4498100"); + tableMapping.ColumnMappings.Add("T4498200", "T4498200"); + tableMapping.ColumnMappings.Add("T4498300", "T4498300"); + tableMapping.ColumnMappings.Add("T4498400", "T4498400"); + tableMapping.ColumnMappings.Add("T4498500", "T4498500"); + tableMapping.ColumnMappings.Add("T4498600", "T4498600"); + tableMapping.ColumnMappings.Add("T4498700", "T4498700"); + tableMapping.ColumnMappings.Add("T4498800", "T4498800"); + tableMapping.ColumnMappings.Add("T4498900", "T4498900"); + tableMapping.ColumnMappings.Add("T4499000", "T4499000"); + tableMapping.ColumnMappings.Add("T4503700", "T4503700"); + tableMapping.ColumnMappings.Add("T4503701", "T4503701"); + tableMapping.ColumnMappings.Add("T4503800", "T4503800"); + tableMapping.ColumnMappings.Add("T4503801", "T4503801"); + tableMapping.ColumnMappings.Add("T4503900", "T4503900"); + tableMapping.ColumnMappings.Add("T4503901", "T4503901"); + tableMapping.ColumnMappings.Add("T4504000", "T4504000"); + tableMapping.ColumnMappings.Add("T4504001", "T4504001"); + tableMapping.ColumnMappings.Add("T4504100", "T4504100"); + tableMapping.ColumnMappings.Add("T4504101", "T4504101"); + tableMapping.ColumnMappings.Add("T4504200", "T4504200"); + tableMapping.ColumnMappings.Add("T4504201", "T4504201"); + 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 [Extract].[tblGen2FatherFromGen1Death] WHERE (([R0000100] = @Original" + + "_R0000100) AND ((@IsNull_R1373400 = 1 AND [R1373400] IS NULL) OR ([R1373400] = @" + + "Original_R1373400)) AND ((@IsNull_R1374100 = 1 AND [R1374100] IS NULL) OR ([R137" + + "4100] = @Original_R1374100)) AND ((@IsNull_R1374800 = 1 AND [R1374800] IS NULL) " + + "OR ([R1374800] = @Original_R1374800)) AND ((@IsNull_R1375500 = 1 AND [R1375500] " + + "IS NULL) OR ([R1375500] = @Original_R1375500)) AND ((@IsNull_R1376200 = 1 AND [R" + + "1376200] IS NULL) OR ([R1376200] = @Original_R1376200)) AND ((@IsNull_R1376900 =" + + " 1 AND [R1376900] IS NULL) OR ([R1376900] = @Original_R1376900)) AND ((@IsNull_R" + + "1377600 = 1 AND [R1377600] IS NULL) OR ([R1377600] = @Original_R1377600)) AND ((" + + "@IsNull_R1753800 = 1 AND [R1753800] IS NULL) OR ([R1753800] = @Original_R1753800" + + ")) AND ((@IsNull_R1754500 = 1 AND [R1754500] IS NULL) OR ([R1754500] = @Original" + + "_R1754500)) AND ((@IsNull_R1755200 = 1 AND [R1755200] IS NULL) OR ([R1755200] = " + + "@Original_R1755200)) AND ((@IsNull_R1755900 = 1 AND [R1755900] IS NULL) OR ([R17" + + "55900] = @Original_R1755900)) AND ((@IsNull_R1756600 = 1 AND [R1756600] IS NULL)" + + " OR ([R1756600] = @Original_R1756600)) AND ((@IsNull_R1757300 = 1 AND [R1757300]" + + " IS NULL) OR ([R1757300] = @Original_R1757300)) AND ((@IsNull_R1758000 = 1 AND [" + + "R1758000] IS NULL) OR ([R1758000] = @Original_R1758000)) AND ((@IsNull_R2095800 " + + "= 1 AND [R2095800] IS NULL) OR ([R2095800] = @Original_R2095800)) AND ((@IsNull_" + + "R2096500 = 1 AND [R2096500] IS NULL) OR ([R2096500] = @Original_R2096500)) AND (" + + "(@IsNull_R2097200 = 1 AND [R2097200] IS NULL) OR ([R2097200] = @Original_R209720" + + "0)) AND ((@IsNull_R2097900 = 1 AND [R2097900] IS NULL) OR ([R2097900] = @Origina" + + "l_R2097900)) AND ((@IsNull_R2098600 = 1 AND [R2098600] IS NULL) OR ([R2098600] =" + + " @Original_R2098600)) AND ((@IsNull_R2099300 = 1 AND [R2099300] IS NULL) OR ([R2" + + "099300] = @Original_R2099300)) AND ((@IsNull_R2100000 = 1 AND [R2100000] IS NULL" + + ") OR ([R2100000] = @Original_R2100000)) AND ((@IsNull_R2648100 = 1 AND [R2648100" + + "] IS NULL) OR ([R2648100] = @Original_R2648100)) AND ((@IsNull_R2648800 = 1 AND " + + "[R2648800] IS NULL) OR ([R2648800] = @Original_R2648800)) AND ((@IsNull_R2649500" + + " = 1 AND [R2649500] IS NULL) OR ([R2649500] = @Original_R2649500)) AND ((@IsNull" + + "_R2650200 = 1 AND [R2650200] IS NULL) OR ([R2650200] = @Original_R2650200)) AND " + + "((@IsNull_R2650900 = 1 AND [R2650900] IS NULL) OR ([R2650900] = @Original_R26509" + + "00)) AND ((@IsNull_R2651600 = 1 AND [R2651600] IS NULL) OR ([R2651600] = @Origin" + + "al_R2651600)) AND ((@IsNull_R2652300 = 1 AND [R2652300] IS NULL) OR ([R2652300] " + + "= @Original_R2652300)) AND ((@IsNull_R3256000 = 1 AND [R3256000] IS NULL) OR ([R" + + "3256000] = @Original_R3256000)) AND ((@IsNull_R3257800 = 1 AND [R3257800] IS NUL" + + "L) OR ([R3257800] = @Original_R3257800)) AND ((@IsNull_R3259600 = 1 AND [R325960" + + "0] IS NULL) OR ([R3259600] = @Original_R3259600)) AND ((@IsNull_R3261400 = 1 AND" + + " [R3261400] IS NULL) OR ([R3261400] = @Original_R3261400)) AND ((@IsNull_R326320" + + "0 = 1 AND [R3263200] IS NULL) OR ([R3263200] = @Original_R3263200)) AND ((@IsNul" + + "l_R3265000 = 1 AND [R3265000] IS NULL) OR ([R3265000] = @Original_R3265000)) AND" + + " ((@IsNull_R3266800 = 1 AND [R3266800] IS NULL) OR ([R3266800] = @Original_R3266" + + "800)) AND ((@IsNull_R3771900 = 1 AND [R3771900] IS NULL) OR ([R3771900] = @Origi" + + "nal_R3771900)) AND ((@IsNull_R3772200 = 1 AND [R3772200] IS NULL) OR ([R3772200]" + + " = @Original_R3772200)) AND ((@IsNull_R3772300 = 1 AND [R3772300] IS NULL) OR ([" + + "R3772300] = @Original_R3772300)) AND ((@IsNull_R3774000 = 1 AND [R3774000] IS NU" + + "LL) OR ([R3774000] = @Original_R3774000)) AND ((@IsNull_R3774300 = 1 AND [R37743" + + "00] IS NULL) OR ([R3774300] = @Original_R3774300)) AND ((@IsNull_R3774400 = 1 AN" + + "D [R3774400] IS NULL) OR ([R3774400] = @Original_R3774400)) AND ((@IsNull_R37761" + + "00 = 1 AND [R3776100] IS NULL) OR ([R3776100] = @Original_R3776100)) AND ((@IsNu" + + "ll_R3776400 = 1 AND [R3776400] IS NULL) OR ([R3776400] = @Original_R3776400)) AN" + + "D ((@IsNull_R3776500 = 1 AND [R3776500] IS NULL) OR ([R3776500] = @Original_R377" + + "6500)) AND ((@IsNull_R3778200 = 1 AND [R3778200] IS NULL) OR ([R3778200] = @Orig" + + "inal_R3778200)) AND ((@IsNull_R3778500 = 1 AND [R3778500] IS NULL) OR ([R3778500" + + "] = @Original_R3778500)) AND ((@IsNull_R3778600 = 1 AND [R3778600] IS NULL) OR (" + + "[R3778600] = @Original_R3778600)) AND ((@IsNull_R3780300 = 1 AND [R3780300] IS N" + + "ULL) OR ([R3780300] = @Original_R3780300)) AND ((@IsNull_R3780600 = 1 AND [R3780" + + "600] IS NULL) OR ([R3780600] = @Original_R3780600)) AND ((@IsNull_R3780700 = 1 A" + + "ND [R3780700] IS NULL) OR ([R3780700] = @Original_R3780700)) AND ((@IsNull_R3782" + + "400 = 1 AND [R3782400] IS NULL) OR ([R3782400] = @Original_R3782400)) AND ((@IsN" + + "ull_R3784500 = 1 AND [R3784500] IS NULL) OR ([R3784500] = @Original_R3784500)) A" + + "ND ((@IsNull_R4276900 = 1 AND [R4276900] IS NULL) OR ([R4276900] = @Original_R42" + + "76900)) AND ((@IsNull_R4277200 = 1 AND [R4277200] IS NULL) OR ([R4277200] = @Ori" + + "ginal_R4277200)) AND ((@IsNull_R4277201 = 1 AND [R4277201] IS NULL) OR ([R427720" + + "1] = @Original_R4277201)) AND ((@IsNull_R4277800 = 1 AND [R4277800] IS NULL) OR " + + "([R4277800] = @Original_R4277800)) AND ((@IsNull_R4278100 = 1 AND [R4278100] IS " + + "NULL) OR ([R4278100] = @Original_R4278100)) AND ((@IsNull_R4278101 = 1 AND [R427" + + "8101] IS NULL) OR ([R4278101] = @Original_R4278101)) AND ((@IsNull_R4278700 = 1 " + + "AND [R4278700] IS NULL) OR ([R4278700] = @Original_R4278700)) AND ((@IsNull_R427" + + "9000 = 1 AND [R4279000] IS NULL) OR ([R4279000] = @Original_R4279000)) AND ((@Is" + + "Null_R4279001 = 1 AND [R4279001] IS NULL) OR ([R4279001] = @Original_R4279001)) " + + "AND ((@IsNull_R4279600 = 1 AND [R4279600] IS NULL) OR ([R4279600] = @Original_R4" + + "279600)) AND ((@IsNull_R4279900 = 1 AND [R4279900] IS NULL) OR ([R4279900] = @Or" + + "iginal_R4279900)) AND ((@IsNull_R4279901 = 1 AND [R4279901] IS NULL) OR ([R42799" + + "01] = @Original_R4279901)) AND ((@IsNull_R4280500 = 1 AND [R4280500] IS NULL) OR" + + " ([R4280500] = @Original_R4280500)) AND ((@IsNull_R4280800 = 1 AND [R4280800] IS" + + " NULL) OR ([R4280800] = @Original_R4280800)) AND ((@IsNull_R4280801 = 1 AND [R42" + + "80801] IS NULL) OR ([R4280801] = @Original_R4280801)) AND ((@IsNull_R4281400 = 1" + + " AND [R4281400] IS NULL) OR ([R4281400] = @Original_R4281400)) AND ((@IsNull_R42" + + "82200 = 1 AND [R4282200] IS NULL) OR ([R4282200] = @Original_R4282200)) AND ((@I" + + "sNull_R4827700 = 1 AND [R4827700] IS NULL) OR ([R4827700] = @Original_R4827700))" + + " AND ((@IsNull_R4828000 = 1 AND [R4828000] IS NULL) OR ([R4828000] = @Original_R" + + "4828000)) AND ((@IsNull_R4828001 = 1 AND [R4828001] IS NULL) OR ([R4828001] = @O" + + "riginal_R4828001)) AND ((@IsNull_R4830700 = 1 AND [R4830700] IS NULL) OR ([R4830" + + "700] = @Original_R4830700)) AND ((@IsNull_R4831000 = 1 AND [R4831000] IS NULL) O" + + "R ([R4831000] = @Original_R4831000)) AND ((@IsNull_R4831001 = 1 AND [R4831001] I" + + "S NULL) OR ([R4831001] = @Original_R4831001)) AND ((@IsNull_R4833700 = 1 AND [R4" + + "833700] IS NULL) OR ([R4833700] = @Original_R4833700)) AND ((@IsNull_R4834000 = " + + "1 AND [R4834000] IS NULL) OR ([R4834000] = @Original_R4834000)) AND ((@IsNull_R4" + + "834001 = 1 AND [R4834001] IS NULL) OR ([R4834001] = @Original_R4834001)) AND ((@" + + "IsNull_R4836700 = 1 AND [R4836700] IS NULL) OR ([R4836700] = @Original_R4836700)" + + ") AND ((@IsNull_R4837000 = 1 AND [R4837000] IS NULL) OR ([R4837000] = @Original_" + + "R4837000)) AND ((@IsNull_R4837001 = 1 AND [R4837001] IS NULL) OR ([R4837001] = @" + + "Original_R4837001)) AND ((@IsNull_R4839700 = 1 AND [R4839700] IS NULL) OR ([R483" + + "9700] = @Original_R4839700)) AND ((@IsNull_R4840000 = 1 AND [R4840000] IS NULL) " + + "OR ([R4840000] = @Original_R4840000)) AND ((@IsNull_R4840001 = 1 AND [R4840001] " + + "IS NULL) OR ([R4840001] = @Original_R4840001)) AND ((@IsNull_R4842600 = 1 AND [R" + + "4842600] IS NULL) OR ([R4842600] = @Original_R4842600)) AND ((@IsNull_R4844900 =" + + " 1 AND [R4844900] IS NULL) OR ([R4844900] = @Original_R4844900)) AND ((@IsNull_R" + + "4847200 = 1 AND [R4847200] IS NULL) OR ([R4847200] = @Original_R4847200)) AND ((" + + "@IsNull_R5498100 = 1 AND [R5498100] IS NULL) OR ([R5498100] = @Original_R5498100" + + ")) AND ((@IsNull_R5498400 = 1 AND [R5498400] IS NULL) OR ([R5498400] = @Original" + + "_R5498400)) AND ((@IsNull_R5498401 = 1 AND [R5498401] IS NULL) OR ([R5498401] = " + + "@Original_R5498401)) AND ((@IsNull_R5501100 = 1 AND [R5501100] IS NULL) OR ([R55" + + "01100] = @Original_R5501100)) AND ((@IsNull_R5501400 = 1 AND [R5501400] IS NULL)" + + " OR ([R5501400] = @Original_R5501400)) AND ((@IsNull_R5501401 = 1 AND [R5501401]" + + " IS NULL) OR ([R5501401] = @Original_R5501401)) AND ((@IsNull_R5504100 = 1 AND [" + + "R5504100] IS NULL) OR ([R5504100] = @Original_R5504100)) AND ((@IsNull_R5504400 " + + "= 1 AND [R5504400] IS NULL) OR ([R5504400] = @Original_R5504400)) AND ((@IsNull_" + + "R5504401 = 1 AND [R5504401] IS NULL) OR ([R5504401] = @Original_R5504401)) AND (" + + "(@IsNull_R5507100 = 1 AND [R5507100] IS NULL) OR ([R5507100] = @Original_R550710" + + "0)) AND ((@IsNull_R5507400 = 1 AND [R5507400] IS NULL) OR ([R5507400] = @Origina" + + "l_R5507400)) AND ((@IsNull_R5507401 = 1 AND [R5507401] IS NULL) OR ([R5507401] =" + + " @Original_R5507401)) AND ((@IsNull_R5510100 = 1 AND [R5510100] IS NULL) OR ([R5" + + "510100] = @Original_R5510100)) AND ((@IsNull_R5510400 = 1 AND [R5510400] IS NULL" + + ") OR ([R5510400] = @Original_R5510400)) AND ((@IsNull_R5510401 = 1 AND [R5510401" + + "] IS NULL) OR ([R5510401] = @Original_R5510401)) AND ((@IsNull_R5513100 = 1 AND " + + "[R5513100] IS NULL) OR ([R5513100] = @Original_R5513100)) AND ((@IsNull_R5515400" + + " = 1 AND [R5515400] IS NULL) OR ([R5515400] = @Original_R5515400)) AND ((@IsNull" + + "_R5517700 = 1 AND [R5517700] IS NULL) OR ([R5517700] = @Original_R5517700)) AND " + + "((@IsNull_R5519900 = 1 AND [R5519900] IS NULL) OR ([R5519900] = @Original_R55199" + + "00)) AND ((@IsNull_R6219500 = 1 AND [R6219500] IS NULL) OR ([R6219500] = @Origin" + + "al_R6219500)) AND ((@IsNull_R6219600 = 1 AND [R6219600] IS NULL) OR ([R6219600] " + + "= @Original_R6219600)) AND ((@IsNull_R6219700 = 1 AND [R6219700] IS NULL) OR ([R" + + "6219700] = @Original_R6219700)) AND ((@IsNull_R6219800 = 1 AND [R6219800] IS NUL" + + "L) OR ([R6219800] = @Original_R6219800)) AND ((@IsNull_R6219900 = 1 AND [R621990" + + "0] IS NULL) OR ([R6219900] = @Original_R6219900)) AND ((@IsNull_R6220000 = 1 AND" + + " [R6220000] IS NULL) OR ([R6220000] = @Original_R6220000)) AND ((@IsNull_R622010" + + "0 = 1 AND [R6220100] IS NULL) OR ([R6220100] = @Original_R6220100)) AND ((@IsNul" + + "l_R6220200 = 1 AND [R6220200] IS NULL) OR ([R6220200] = @Original_R6220200)) AND" + + " ((@IsNull_R6220300 = 1 AND [R6220300] IS NULL) OR ([R6220300] = @Original_R6220" + + "300)) AND ((@IsNull_R6220400 = 1 AND [R6220400] IS NULL) OR ([R6220400] = @Origi" + + "nal_R6220400)) AND ((@IsNull_R6222800 = 1 AND [R6222800] IS NULL) OR ([R6222800]" + + " = @Original_R6222800)) AND ((@IsNull_R6222801 = 1 AND [R6222801] IS NULL) OR ([" + + "R6222801] = @Original_R6222801)) AND ((@IsNull_R6222900 = 1 AND [R6222900] IS NU" + + "LL) OR ([R6222900] = @Original_R6222900)) AND ((@IsNull_R6222901 = 1 AND [R62229" + + "01] IS NULL) OR ([R6222901] = @Original_R6222901)) AND ((@IsNull_R6223000 = 1 AN" + + "D [R6223000] IS NULL) OR ([R6223000] = @Original_R6223000)) AND ((@IsNull_R62230" + + "01 = 1 AND [R6223001] IS NULL) OR ([R6223001] = @Original_R6223001)) AND ((@IsNu" + + "ll_R6223100 = 1 AND [R6223100] IS NULL) OR ([R6223100] = @Original_R6223100)) AN" + + "D ((@IsNull_R6223101 = 1 AND [R6223101] IS NULL) OR ([R6223101] = @Original_R622" + + "3101)) AND ((@IsNull_R6223200 = 1 AND [R6223200] IS NULL) OR ([R6223200] = @Orig" + + "inal_R6223200)) AND ((@IsNull_R6223201 = 1 AND [R6223201] IS NULL) OR ([R6223201" + + "] = @Original_R6223201)) AND ((@IsNull_R6223300 = 1 AND [R6223300] IS NULL) OR (" + + "[R6223300] = @Original_R6223300)) AND ((@IsNull_R6223301 = 1 AND [R6223301] IS N" + + "ULL) OR ([R6223301] = @Original_R6223301)) AND ((@IsNull_R6773500 = 1 AND [R6773" + + "500] IS NULL) OR ([R6773500] = @Original_R6773500)) AND ((@IsNull_R6773600 = 1 A" + + "ND [R6773600] IS NULL) OR ([R6773600] = @Original_R6773600)) AND ((@IsNull_R6773" + + "700 = 1 AND [R6773700] IS NULL) OR ([R6773700] = @Original_R6773700)) AND ((@IsN" + + "ull_R6773800 = 1 AND [R6773800] IS NULL) OR ([R6773800] = @Original_R6773800)) A" + + "ND ((@IsNull_R6773900 = 1 AND [R6773900] IS NULL) OR ([R6773900] = @Original_R67" + + "73900)) AND ((@IsNull_R6774000 = 1 AND [R6774000] IS NULL) OR ([R6774000] = @Ori" + + "ginal_R6774000)) AND ((@IsNull_R6774100 = 1 AND [R6774100] IS NULL) OR ([R677410" + + "0] = @Original_R6774100)) AND ((@IsNull_R6774200 = 1 AND [R6774200] IS NULL) OR " + + "([R6774200] = @Original_R6774200)) AND ((@IsNull_R6774300 = 1 AND [R6774300] IS " + + "NULL) OR ([R6774300] = @Original_R6774300)) AND ((@IsNull_R6774400 = 1 AND [R677" + + "4400] IS NULL) OR ([R6774400] = @Original_R6774400)) AND ((@IsNull_R6776300 = 1 " + + "AND [R6776300] IS NULL) OR ([R6776300] = @Original_R6776300)) AND ((@IsNull_R677" + + "6301 = 1 AND [R6776301] IS NULL) OR ([R6776301] = @Original_R6776301)) AND ((@Is" + + "Null_R6776400 = 1 AND [R6776400] IS NULL) OR ([R6776400] = @Original_R6776400)) " + + "AND ((@IsNull_R6776401 = 1 AND [R6776401] IS NULL) OR ([R6776401] = @Original_R6" + + "776401)) AND ((@IsNull_R6776500 = 1 AND [R6776500] IS NULL) OR ([R6776500] = @Or" + + "iginal_R6776500)) AND ((@IsNull_R6776501 = 1 AND [R6776501] IS NULL) OR ([R67765" + + "01] = @Original_R6776501)) AND ((@IsNull_R6776600 = 1 AND [R6776600] IS NULL) OR" + + " ([R6776600] = @Original_R6776600)) AND ((@IsNull_R6776601 = 1 AND [R6776601] IS" + + " NULL) OR ([R6776601] = @Original_R6776601)) AND ((@IsNull_R6776700 = 1 AND [R67" + + "76700] IS NULL) OR ([R6776700] = @Original_R6776700)) AND ((@IsNull_R6776701 = 1" + + " AND [R6776701] IS NULL) OR ([R6776701] = @Original_R6776701)) AND ((@IsNull_R67" + + "76800 = 1 AND [R6776800] IS NULL) OR ([R6776800] = @Original_R6776800)) AND ((@I" + + "sNull_R6776801 = 1 AND [R6776801] IS NULL) OR ([R6776801] = @Original_R6776801))" + + " AND ((@IsNull_R7417900 = 1 AND [R7417900] IS NULL) OR ([R7417900] = @Original_R" + + "7417900)) AND ((@IsNull_R7418000 = 1 AND [R7418000] IS NULL) OR ([R7418000] = @O" + + "riginal_R7418000)) AND ((@IsNull_R7418100 = 1 AND [R7418100] IS NULL) OR ([R7418" + + "100] = @Original_R7418100)) AND ((@IsNull_R7418200 = 1 AND [R7418200] IS NULL) O" + + "R ([R7418200] = @Original_R7418200)) AND ((@IsNull_R7418300 = 1 AND [R7418300] I" + + "S NULL) OR ([R7418300] = @Original_R7418300)) AND ((@IsNull_R7418400 = 1 AND [R7" + + "418400] IS NULL) OR ([R7418400] = @Original_R7418400)) AND ((@IsNull_R7418500 = " + + "1 AND [R7418500] IS NULL) OR ([R7418500] = @Original_R7418500)) AND ((@IsNull_R7" + + "418600 = 1 AND [R7418600] IS NULL) OR ([R7418600] = @Original_R7418600)) AND ((@" + + "IsNull_R7418700 = 1 AND [R7418700] IS NULL) OR ([R7418700] = @Original_R7418700)" + + ") AND ((@IsNull_R7418800 = 1 AND [R7418800] IS NULL) OR ([R7418800] = @Original_" + + "R7418800)) AND ((@IsNull_R7420700 = 1 AND [R7420700] IS NULL) OR ([R7420700] = @" + + "Original_R7420700)) AND ((@IsNull_R7420701 = 1 AND [R7420701] IS NULL) OR ([R742" + + "0701] = @Original_R7420701)) AND ((@IsNull_R7420800 = 1 AND [R7420800] IS NULL) " + + "OR ([R7420800] = @Original_R7420800)) AND ((@IsNull_R7420801 = 1 AND [R7420801] " + + "IS NULL) OR ([R7420801] = @Original_R7420801)) AND ((@IsNull_R7420900 = 1 AND [R" + + "7420900] IS NULL) OR ([R7420900] = @Original_R7420900)) AND ((@IsNull_R7420901 =" + + " 1 AND [R7420901] IS NULL) OR ([R7420901] = @Original_R7420901)) AND ((@IsNull_R" + + "7421000 = 1 AND [R7421000] IS NULL) OR ([R7421000] = @Original_R7421000)) AND ((" + + "@IsNull_R7421001 = 1 AND [R7421001] IS NULL) OR ([R7421001] = @Original_R7421001" + + ")) AND ((@IsNull_R7421100 = 1 AND [R7421100] IS NULL) OR ([R7421100] = @Original" + + "_R7421100)) AND ((@IsNull_R7421101 = 1 AND [R7421101] IS NULL) OR ([R7421101] = " + + "@Original_R7421101)) AND ((@IsNull_R7421200 = 1 AND [R7421200] IS NULL) OR ([R74" + + "21200] = @Original_R7421200)) AND ((@IsNull_R7421201 = 1 AND [R7421201] IS NULL)" + + " OR ([R7421201] = @Original_R7421201)) AND ((@IsNull_R7421300 = 1 AND [R7421300]" + + " IS NULL) OR ([R7421300] = @Original_R7421300)) AND ((@IsNull_R7421301 = 1 AND [" + + "R7421301] IS NULL) OR ([R7421301] = @Original_R7421301)) AND ((@IsNull_R8116000 " + + "= 1 AND [R8116000] IS NULL) OR ([R8116000] = @Original_R8116000)) AND ((@IsNull_" + + "R8116100 = 1 AND [R8116100] IS NULL) OR ([R8116100] = @Original_R8116100)) AND (" + + "(@IsNull_R8116200 = 1 AND [R8116200] IS NULL) OR ([R8116200] = @Original_R811620" + + "0)) AND ((@IsNull_R8116300 = 1 AND [R8116300] IS NULL) OR ([R8116300] = @Origina" + + "l_R8116300)) AND ((@IsNull_R8116400 = 1 AND [R8116400] IS NULL) OR ([R8116400] =" + + " @Original_R8116400)) AND ((@IsNull_R8116500 = 1 AND [R8116500] IS NULL) OR ([R8" + + "116500] = @Original_R8116500)) AND ((@IsNull_R8116600 = 1 AND [R8116600] IS NULL" + + ") OR ([R8116600] = @Original_R8116600)) AND ((@IsNull_R8116700 = 1 AND [R8116700" + + "] IS NULL) OR ([R8116700] = @Original_R8116700)) AND ((@IsNull_R8116800 = 1 AND " + + "[R8116800] IS NULL) OR ([R8116800] = @Original_R8116800)) AND ((@IsNull_R8116900" + + " = 1 AND [R8116900] IS NULL) OR ([R8116900] = @Original_R8116900)) AND ((@IsNull" + + "_R8119000 = 1 AND [R8119000] IS NULL) OR ([R8119000] = @Original_R8119000)) AND " + + "((@IsNull_R8119001 = 1 AND [R8119001] IS NULL) OR ([R8119001] = @Original_R81190" + + "01)) AND ((@IsNull_R8119100 = 1 AND [R8119100] IS NULL) OR ([R8119100] = @Origin" + + "al_R8119100)) AND ((@IsNull_R8119101 = 1 AND [R8119101] IS NULL) OR ([R8119101] " + + "= @Original_R8119101)) AND ((@IsNull_R8119200 = 1 AND [R8119200] IS NULL) OR ([R" + + "8119200] = @Original_R8119200)) AND ((@IsNull_R8119201 = 1 AND [R8119201] IS NUL" + + "L) OR ([R8119201] = @Original_R8119201)) AND ((@IsNull_R8119300 = 1 AND [R811930" + + "0] IS NULL) OR ([R8119300] = @Original_R8119300)) AND ((@IsNull_R8119301 = 1 AND" + + " [R8119301] IS NULL) OR ([R8119301] = @Original_R8119301)) AND ((@IsNull_R811940" + + "0 = 1 AND [R8119400] IS NULL) OR ([R8119400] = @Original_R8119400)) AND ((@IsNul" + + "l_R8119401 = 1 AND [R8119401] IS NULL) OR ([R8119401] = @Original_R8119401)) AND" + + " ((@IsNull_R8119500 = 1 AND [R8119500] IS NULL) OR ([R8119500] = @Original_R8119" + + "500)) AND ((@IsNull_R8119501 = 1 AND [R8119501] IS NULL) OR ([R8119501] = @Origi" + + "nal_R8119501)) AND ((@IsNull_T0347900 = 1 AND [T0347900] IS NULL) OR ([T0347900]" + + " = @Original_T0347900)) AND ((@IsNull_T0348000 = 1 AND [T0348000] IS NULL) OR ([" + + "T0348000] = @Original_T0348000)) AND ((@IsNull_T0348100 = 1 AND [T0348100] IS NU" + + "LL) OR ([T0348100] = @Original_T0348100)) AND ((@IsNull_T0348200 = 1 AND [T03482" + + "00] IS NULL) OR ([T0348200] = @Original_T0348200)) AND ((@IsNull_T0348300 = 1 AN" + + "D [T0348300] IS NULL) OR ([T0348300] = @Original_T0348300)) AND ((@IsNull_T03484" + + "00 = 1 AND [T0348400] IS NULL) OR ([T0348400] = @Original_T0348400)) AND ((@IsNu" + + "ll_T0348500 = 1 AND [T0348500] IS NULL) OR ([T0348500] = @Original_T0348500)) AN" + + "D ((@IsNull_T0348600 = 1 AND [T0348600] IS NULL) OR ([T0348600] = @Original_T034" + + "8600)) AND ((@IsNull_T0348700 = 1 AND [T0348700] IS NULL) OR ([T0348700] = @Orig" + + "inal_T0348700)) AND ((@IsNull_T0348800 = 1 AND [T0348800] IS NULL) OR ([T0348800" + + "] = @Original_T0348800)) AND ((@IsNull_T0348900 = 1 AND [T0348900] IS NULL) OR (" + + "[T0348900] = @Original_T0348900)) AND ((@IsNull_T0351100 = 1 AND [T0351100] IS N" + + "ULL) OR ([T0351100] = @Original_T0351100)) AND ((@IsNull_T0351101 = 1 AND [T0351" + + "101] IS NULL) OR ([T0351101] = @Original_T0351101)) AND ((@IsNull_T0351200 = 1 A" + + "ND [T0351200] IS NULL) OR ([T0351200] = @Original_T0351200)) AND ((@IsNull_T0351" + + "201 = 1 AND [T0351201] IS NULL) OR ([T0351201] = @Original_T0351201)) AND ((@IsN" + + "ull_T0351300 = 1 AND [T0351300] IS NULL) OR ([T0351300] = @Original_T0351300)) A" + + "ND ((@IsNull_T0351301 = 1 AND [T0351301] IS NULL) OR ([T0351301] = @Original_T03" + + "51301)) AND ((@IsNull_T0351400 = 1 AND [T0351400] IS NULL) OR ([T0351400] = @Ori" + + "ginal_T0351400)) AND ((@IsNull_T0351401 = 1 AND [T0351401] IS NULL) OR ([T035140" + + "1] = @Original_T0351401)) AND ((@IsNull_T0351500 = 1 AND [T0351500] IS NULL) OR " + + "([T0351500] = @Original_T0351500)) AND ((@IsNull_T0351501 = 1 AND [T0351501] IS " + + "NULL) OR ([T0351501] = @Original_T0351501)) AND ((@IsNull_T0351600 = 1 AND [T035" + + "1600] IS NULL) OR ([T0351600] = @Original_T0351600)) AND ((@IsNull_T0351601 = 1 " + + "AND [T0351601] IS NULL) OR ([T0351601] = @Original_T0351601)) AND ((@IsNull_T035" + + "1700 = 1 AND [T0351700] IS NULL) OR ([T0351700] = @Original_T0351700)) AND ((@Is" + + "Null_T0351701 = 1 AND [T0351701] IS NULL) OR ([T0351701] = @Original_T0351701)) " + + "AND ((@IsNull_T0351800 = 1 AND [T0351800] IS NULL) OR ([T0351800] = @Original_T0" + + "351800)) AND ((@IsNull_T0351801 = 1 AND [T0351801] IS NULL) OR ([T0351801] = @Or" + + "iginal_T0351801)) AND ((@IsNull_T1497300 = 1 AND [T1497300] IS NULL) OR ([T14973" + + "00] = @Original_T1497300)) AND ((@IsNull_T1497400 = 1 AND [T1497400] IS NULL) OR" + + " ([T1497400] = @Original_T1497400)) AND ((@IsNull_T1497500 = 1 AND [T1497500] IS" + + " NULL) OR ([T1497500] = @Original_T1497500)) AND ((@IsNull_T1497600 = 1 AND [T14" + + "97600] IS NULL) OR ([T1497600] = @Original_T1497600)) AND ((@IsNull_T1497700 = 1" + + " AND [T1497700] IS NULL) OR ([T1497700] = @Original_T1497700)) AND ((@IsNull_T14" + + "97800 = 1 AND [T1497800] IS NULL) OR ([T1497800] = @Original_T1497800)) AND ((@I" + + "sNull_T1497900 = 1 AND [T1497900] IS NULL) OR ([T1497900] = @Original_T1497900))" + + " AND ((@IsNull_T1498000 = 1 AND [T1498000] IS NULL) OR ([T1498000] = @Original_T" + + "1498000)) AND ((@IsNull_T1498100 = 1 AND [T1498100] IS NULL) OR ([T1498100] = @O" + + "riginal_T1498100)) AND ((@IsNull_T1498200 = 1 AND [T1498200] IS NULL) OR ([T1498" + + "200] = @Original_T1498200)) AND ((@IsNull_T1498300 = 1 AND [T1498300] IS NULL) O" + + "R ([T1498300] = @Original_T1498300)) AND ((@IsNull_T1500500 = 1 AND [T1500500] I" + + "S NULL) OR ([T1500500] = @Original_T1500500)) AND ((@IsNull_T1500501 = 1 AND [T1" + + "500501] IS NULL) OR ([T1500501] = @Original_T1500501)) AND ((@IsNull_T1500600 = " + + "1 AND [T1500600] IS NULL) OR ([T1500600] = @Original_T1500600)) AND ((@IsNull_T1" + + "500601 = 1 AND [T1500601] IS NULL) OR ([T1500601] = @Original_T1500601)) AND ((@" + + "IsNull_T1500700 = 1 AND [T1500700] IS NULL) OR ([T1500700] = @Original_T1500700)" + + ") AND ((@IsNull_T1500701 = 1 AND [T1500701] IS NULL) OR ([T1500701] = @Original_" + + "T1500701)) AND ((@IsNull_T1500800 = 1 AND [T1500800] IS NULL) OR ([T1500800] = @" + + "Original_T1500800)) AND ((@IsNull_T1500801 = 1 AND [T1500801] IS NULL) OR ([T150" + + "0801] = @Original_T1500801)) AND ((@IsNull_T1500900 = 1 AND [T1500900] IS NULL) " + + "OR ([T1500900] = @Original_T1500900)) AND ((@IsNull_T1500901 = 1 AND [T1500901] " + + "IS NULL) OR ([T1500901] = @Original_T1500901)) AND ((@IsNull_T1501000 = 1 AND [T" + + "1501000] IS NULL) OR ([T1501000] = @Original_T1501000)) AND ((@IsNull_T1501001 =" + + " 1 AND [T1501001] IS NULL) OR ([T1501001] = @Original_T1501001)) AND ((@IsNull_T" + + "2543200 = 1 AND [T2543200] IS NULL) OR ([T2543200] = @Original_T2543200)) AND ((" + + "@IsNull_T2543300 = 1 AND [T2543300] IS NULL) OR ([T2543300] = @Original_T2543300" + + ")) AND ((@IsNull_T2543400 = 1 AND [T2543400] IS NULL) OR ([T2543400] = @Original" + + "_T2543400)) AND ((@IsNull_T2543500 = 1 AND [T2543500] IS NULL) OR ([T2543500] = " + + "@Original_T2543500)) AND ((@IsNull_T2543600 = 1 AND [T2543600] IS NULL) OR ([T25" + + "43600] = @Original_T2543600)) AND ((@IsNull_T2543700 = 1 AND [T2543700] IS NULL)" + + " OR ([T2543700] = @Original_T2543700)) AND ((@IsNull_T2543800 = 1 AND [T2543800]" + + " IS NULL) OR ([T2543800] = @Original_T2543800)) AND ((@IsNull_T2543900 = 1 AND [" + + "T2543900] IS NULL) OR ([T2543900] = @Original_T2543900)) AND ((@IsNull_T2544000 " + + "= 1 AND [T2544000] IS NULL) OR ([T2544000] = @Original_T2544000)) AND ((@IsNull_" + + "T2544100 = 1 AND [T2544100] IS NULL) OR ([T2544100] = @Original_T2544100)) AND (" + + "(@IsNull_T2546100 = 1 AND [T2546100] IS NULL) OR ([T2546100] = @Original_T254610" + + "0)) AND ((@IsNull_T2546101 = 1 AND [T2546101] IS NULL) OR ([T2546101] = @Origina" + + "l_T2546101)) AND ((@IsNull_T2546200 = 1 AND [T2546200] IS NULL) OR ([T2546200] =" + + " @Original_T2546200)) AND ((@IsNull_T2546201 = 1 AND [T2546201] IS NULL) OR ([T2" + + "546201] = @Original_T2546201)) AND ((@IsNull_T2546300 = 1 AND [T2546300] IS NULL" + + ") OR ([T2546300] = @Original_T2546300)) AND ((@IsNull_T2546301 = 1 AND [T2546301" + + "] IS NULL) OR ([T2546301] = @Original_T2546301)) AND ((@IsNull_T2546400 = 1 AND " + + "[T2546400] IS NULL) OR ([T2546400] = @Original_T2546400)) AND ((@IsNull_T2546401" + + " = 1 AND [T2546401] IS NULL) OR ([T2546401] = @Original_T2546401)) AND ((@IsNull" + + "_T2546500 = 1 AND [T2546500] IS NULL) OR ([T2546500] = @Original_T2546500)) AND " + + "((@IsNull_T2546501 = 1 AND [T2546501] IS NULL) OR ([T2546501] = @Original_T25465" + + "01)) AND ((@IsNull_T2546600 = 1 AND [T2546600] IS NULL) OR ([T2546600] = @Origin" + + "al_T2546600)) AND ((@IsNull_T2546601 = 1 AND [T2546601] IS NULL) OR ([T2546601] " + + "= @Original_T2546601)) AND ((@IsNull_T2546700 = 1 AND [T2546700] IS NULL) OR ([T" + + "2546700] = @Original_T2546700)) AND ((@IsNull_T2546701 = 1 AND [T2546701] IS NUL" + + "L) OR ([T2546701] = @Original_T2546701)) AND ((@IsNull_T3529500 = 1 AND [T352950" + + "0] IS NULL) OR ([T3529500] = @Original_T3529500)) AND ((@IsNull_T3529600 = 1 AND" + + " [T3529600] IS NULL) OR ([T3529600] = @Original_T3529600)) AND ((@IsNull_T352970" + + "0 = 1 AND [T3529700] IS NULL) OR ([T3529700] = @Original_T3529700)) AND ((@IsNul" + + "l_T3529800 = 1 AND [T3529800] IS NULL) OR ([T3529800] = @Original_T3529800)) AND" + + " ((@IsNull_T3529900 = 1 AND [T3529900] IS NULL) OR ([T3529900] = @Original_T3529" + + "900)) AND ((@IsNull_T3530000 = 1 AND [T3530000] IS NULL) OR ([T3530000] = @Origi" + + "nal_T3530000)) AND ((@IsNull_T3530100 = 1 AND [T3530100] IS NULL) OR ([T3530100]" + + " = @Original_T3530100)) AND ((@IsNull_T3530200 = 1 AND [T3530200] IS NULL) OR ([" + + "T3530200] = @Original_T3530200)) AND ((@IsNull_T3530300 = 1 AND [T3530300] IS NU" + + "LL) OR ([T3530300] = @Original_T3530300)) AND ((@IsNull_T3530400 = 1 AND [T35304" + + "00] IS NULL) OR ([T3530400] = @Original_T3530400)) AND ((@IsNull_T3532500 = 1 AN" + + "D [T3532500] IS NULL) OR ([T3532500] = @Original_T3532500)) AND ((@IsNull_T35325" + + "01 = 1 AND [T3532501] IS NULL) OR ([T3532501] = @Original_T3532501)) AND ((@IsNu" + + "ll_T3532600 = 1 AND [T3532600] IS NULL) OR ([T3532600] = @Original_T3532600)) AN" + + "D ((@IsNull_T3532601 = 1 AND [T3532601] IS NULL) OR ([T3532601] = @Original_T353" + + "2601)) AND ((@IsNull_T3532700 = 1 AND [T3532700] IS NULL) OR ([T3532700] = @Orig" + + "inal_T3532700)) AND ((@IsNull_T3532701 = 1 AND [T3532701] IS NULL) OR ([T3532701" + + "] = @Original_T3532701)) AND ((@IsNull_T3532800 = 1 AND [T3532800] IS NULL) OR (" + + "[T3532800] = @Original_T3532800)) AND ((@IsNull_T3532801 = 1 AND [T3532801] IS N" + + "ULL) OR ([T3532801] = @Original_T3532801)) AND ((@IsNull_T3532900 = 1 AND [T3532" + + "900] IS NULL) OR ([T3532900] = @Original_T3532900)) AND ((@IsNull_T3532901 = 1 A" + + "ND [T3532901] IS NULL) OR ([T3532901] = @Original_T3532901)) AND ((@IsNull_T3533" + + "000 = 1 AND [T3533000] IS NULL) OR ([T3533000] = @Original_T3533000)) AND ((@IsN" + + "ull_T3533001 = 1 AND [T3533001] IS NULL) OR ([T3533001] = @Original_T3533001)) A" + + "ND ((@IsNull_T3533100 = 1 AND [T3533100] IS NULL) OR ([T3533100] = @Original_T35" + + "33100)) AND ((@IsNull_T3533101 = 1 AND [T3533101] IS NULL) OR ([T3533101] = @Ori" + + "ginal_T3533101)) AND ((@IsNull_T4498100 = 1 AND [T4498100] IS NULL) OR ([T449810" + + "0] = @Original_T4498100)) AND ((@IsNull_T4498200 = 1 AND [T4498200] IS NULL) OR " + + "([T4498200] = @Original_T4498200)) AND ((@IsNull_T4498300 = 1 AND [T4498300] IS " + + "NULL) OR ([T4498300] = @Original_T4498300)) AND ((@IsNull_T4498400 = 1 AND [T449" + + "8400] IS NULL) OR ([T4498400] = @Original_T4498400)) AND ((@IsNull_T4498500 = 1 " + + "AND [T4498500] IS NULL) OR ([T4498500] = @Original_T4498500)) AND ((@IsNull_T449" + + "8600 = 1 AND [T4498600] IS NULL) OR ([T4498600] = @Original_T4498600)) AND ((@Is" + + "Null_T4498700 = 1 AND [T4498700] IS NULL) OR ([T4498700] = @Original_T4498700)) " + + "AND ((@IsNull_T4498800 = 1 AND [T4498800] IS NULL) OR ([T4498800] = @Original_T4" + + "498800)) AND ((@IsNull_T4498900 = 1 AND [T4498900] IS NULL) OR ([T4498900] = @Or" + + "iginal_T4498900)) AND ((@IsNull_T4499000 = 1 AND [T4499000] IS NULL) OR ([T44990" + + "00] = @Original_T4499000)) AND ((@IsNull_T4503700 = 1 AND [T4503700] IS NULL) OR" + + " ([T4503700] = @Original_T4503700)) AND ((@IsNull_T4503701 = 1 AND [T4503701] IS" + + " NULL) OR ([T4503701] = @Original_T4503701)) AND ((@IsNull_T4503800 = 1 AND [T45" + + "03800] IS NULL) OR ([T4503800] = @Original_T4503800)) AND ((@IsNull_T4503801 = 1" + + " AND [T4503801] IS NULL) OR ([T4503801] = @Original_T4503801)) AND ((@IsNull_T45" + + "03900 = 1 AND [T4503900] IS NULL) OR ([T4503900] = @Original_T4503900)) AND ((@I" + + "sNull_T4503901 = 1 AND [T4503901] IS NULL) OR ([T4503901] = @Original_T4503901))" + + " AND ((@IsNull_T4504000 = 1 AND [T4504000] IS NULL) OR ([T4504000] = @Original_T" + + "4504000)) AND ((@IsNull_T4504001 = 1 AND [T4504001] IS NULL) OR ([T4504001] = @O" + + "riginal_T4504001)) AND ((@IsNull_T4504100 = 1 AND [T4504100] IS NULL) OR ([T4504" + + "100] = @Original_T4504100)) AND ((@IsNull_T4504101 = 1 AND [T4504101] IS NULL) O" + + "R ([T4504101] = @Original_T4504101)) AND ((@IsNull_T4504200 = 1 AND [T4504200] I" + + "S NULL) OR ([T4504200] = @Original_T4504200)) AND ((@IsNull_T4504201 = 1 AND [T4" + + "504201] IS NULL) OR ([T4504201] = @Original_T4504201)))"; + this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1373400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1373400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1373400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1373400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1374100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1374100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1374800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1374800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1375500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1375500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1375500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1375500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1376200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1376200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1376900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1376900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1377600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1377600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1753800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1753800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1753800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1753800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1754500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1754500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1754500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1754500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1755200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1755200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1755900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1755900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1756600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1756600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1757300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1757300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1758000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1758000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1758000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1758000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2095800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2095800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2095800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2095800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2096500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2096500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2096500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2096500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2097200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2097200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2097900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2097900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2098600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2098600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2099300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2099300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2100000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2100000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2100000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2100000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2648100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2648100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2648800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2648800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2649500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2649500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2649500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2649500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2650200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2650200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2650900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2650900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2651600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2651600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2652300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2652300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2652300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2652300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3256000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3256000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3256000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3256000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3257800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3257800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3257800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3257800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3259600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3259600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3259600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3259600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3261400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3261400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3261400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3261400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3263200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3263200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3263200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3263200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3265000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3265000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3265000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3265000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3266800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3266800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3266800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3266800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3771900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3771900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3771900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3771900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3772200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3772200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3772300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3772300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3774300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3774300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3774400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3774400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3776100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3776100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3776400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3776400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3776500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3776500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3778200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3778200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3778500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3778500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3778600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3778600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3780300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3780300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3780600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3780600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3780700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3780700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3782400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3782400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3784500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3784500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4276900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4276900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4276900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4276900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4277200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4277200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4277201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4277201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4277800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4277800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4278100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4278100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4278101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4278101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4278700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4278700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4280500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4280500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4280800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4280800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4280801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4280801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4281400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4281400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4282200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4282200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4827700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4827700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4828000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4828000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4828001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4828001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4830700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4830700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4831000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4831000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4831001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4831001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4833700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4833700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4834000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4834000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4834001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4834001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4836700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4836700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4837000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4837000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4837001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4837001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4839700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4839700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4840000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4840000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4840001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4840001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4842600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4842600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4844900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4844900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4844900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4844900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4847200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4847200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5498400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5498400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5498401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5498401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5501100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5501100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5501400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5501400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5501401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5501401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5504100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5504100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5504400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5504400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5504401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5504401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5507100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5507100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5507400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5507400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5507401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5507401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5510100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5510100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5510400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5510400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5510401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5510401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5513100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5513100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5515400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5515400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5517700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5517700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5519900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5519900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5519900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5519900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6219500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6219500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6219600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6219600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6219700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6219700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6219800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6219800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6219900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6219900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6220000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6220000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6220100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6220100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6220200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6220200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6220300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6220300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6220400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6220400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6222800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6222800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6222801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6222801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6222900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6222900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6222901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6222901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6773500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6773500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6773600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6773600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6773700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6773700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6773800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6773800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6774300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6774300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6774400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6774400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7417900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7417900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7417900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7417900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7420700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7420701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7420800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7420801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7420900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7420901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0347900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0347900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0347900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0347900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1498000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1498000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1498200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1498200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1498300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1498300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1501000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1501000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1501001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1501001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2544000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2544000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2544100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2544100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3529500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3529500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3529600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3529600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3529700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3529700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3529800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3529800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3529900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3529900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3530000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3530000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3530100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3530100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3530200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3530200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3530300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3530300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3530400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3530400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3533000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3533000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3533001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3533001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3533100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3533100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3533101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3533101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4498200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4498200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4498300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4498300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4498400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4498400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4498500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4498500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4498600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4498600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4498700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4498700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4498800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4498800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4498900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4498900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4499000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4499000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4499000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4499000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4503700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4503700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4503701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4503701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4503800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4503800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4503801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4503801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4503900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4503900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4503901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4503901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4504000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4504000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4504001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4504001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4504100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4504100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4504101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4504101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4504200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4504200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4504201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4504201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504201", 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 [Extract].[tblGen2FatherFromGen1Death] ([R0000100], [R1373400], [R137" + + "4100], [R1374800], [R1375500], [R1376200], [R1376900], [R1377600], [R1753800], [" + + "R1754500], [R1755200], [R1755900], [R1756600], [R1757300], [R1758000], [R2095800" + + "], [R2096500], [R2097200], [R2097900], [R2098600], [R2099300], [R2100000], [R264" + + "8100], [R2648800], [R2649500], [R2650200], [R2650900], [R2651600], [R2652300], [" + + "R3256000], [R3257800], [R3259600], [R3261400], [R3263200], [R3265000], [R3266800" + + "], [R3771900], [R3772200], [R3772300], [R3774000], [R3774300], [R3774400], [R377" + + "6100], [R3776400], [R3776500], [R3778200], [R3778500], [R3778600], [R3780300], [" + + "R3780600], [R3780700], [R3782400], [R3784500], [R4276900], [R4277200], [R4277201" + + "], [R4277800], [R4278100], [R4278101], [R4278700], [R4279000], [R4279001], [R427" + + "9600], [R4279900], [R4279901], [R4280500], [R4280800], [R4280801], [R4281400], [" + + "R4282200], [R4827700], [R4828000], [R4828001], [R4830700], [R4831000], [R4831001" + + "], [R4833700], [R4834000], [R4834001], [R4836700], [R4837000], [R4837001], [R483" + + "9700], [R4840000], [R4840001], [R4842600], [R4844900], [R4847200], [R5498100], [" + + "R5498400], [R5498401], [R5501100], [R5501400], [R5501401], [R5504100], [R5504400" + + "], [R5504401], [R5507100], [R5507400], [R5507401], [R5510100], [R5510400], [R551" + + "0401], [R5513100], [R5515400], [R5517700], [R5519900], [R6219500], [R6219600], [" + + "R6219700], [R6219800], [R6219900], [R6220000], [R6220100], [R6220200], [R6220300" + + "], [R6220400], [R6222800], [R6222801], [R6222900], [R6222901], [R6223000], [R622" + + "3001], [R6223100], [R6223101], [R6223200], [R6223201], [R6223300], [R6223301], [" + + "R6773500], [R6773600], [R6773700], [R6773800], [R6773900], [R6774000], [R6774100" + + "], [R6774200], [R6774300], [R6774400], [R6776300], [R6776301], [R6776400], [R677" + + "6401], [R6776500], [R6776501], [R6776600], [R6776601], [R6776700], [R6776701], [" + + "R6776800], [R6776801], [R7417900], [R7418000], [R7418100], [R7418200], [R7418300" + + "], [R7418400], [R7418500], [R7418600], [R7418700], [R7418800], [R7420700], [R742" + + "0701], [R7420800], [R7420801], [R7420900], [R7420901], [R7421000], [R7421001], [" + + "R7421100], [R7421101], [R7421200], [R7421201], [R7421300], [R7421301], [R8116000" + + "], [R8116100], [R8116200], [R8116300], [R8116400], [R8116500], [R8116600], [R811" + + "6700], [R8116800], [R8116900], [R8119000], [R8119001], [R8119100], [R8119101], [" + + "R8119200], [R8119201], [R8119300], [R8119301], [R8119400], [R8119401], [R8119500" + + "], [R8119501], [T0347900], [T0348000], [T0348100], [T0348200], [T0348300], [T034" + + "8400], [T0348500], [T0348600], [T0348700], [T0348800], [T0348900], [T0351100], [" + + "T0351101], [T0351200], [T0351201], [T0351300], [T0351301], [T0351400], [T0351401" + + "], [T0351500], [T0351501], [T0351600], [T0351601], [T0351700], [T0351701], [T035" + + "1800], [T0351801], [T1497300], [T1497400], [T1497500], [T1497600], [T1497700], [" + + "T1497800], [T1497900], [T1498000], [T1498100], [T1498200], [T1498300], [T1500500" + + "], [T1500501], [T1500600], [T1500601], [T1500700], [T1500701], [T1500800], [T150" + + "0801], [T1500900], [T1500901], [T1501000], [T1501001], [T2543200], [T2543300], [" + + "T2543400], [T2543500], [T2543600], [T2543700], [T2543800], [T2543900], [T2544000" + + "], [T2544100], [T2546100], [T2546101], [T2546200], [T2546201], [T2546300], [T254" + + "6301], [T2546400], [T2546401], [T2546500], [T2546501], [T2546600], [T2546601], [" + + "T2546700], [T2546701], [T3529500], [T3529600], [T3529700], [T3529800], [T3529900" + + "], [T3530000], [T3530100], [T3530200], [T3530300], [T3530400], [T3532500], [T353" + + "2501], [T3532600], [T3532601], [T3532700], [T3532701], [T3532800], [T3532801], [" + + "T3532900], [T3532901], [T3533000], [T3533001], [T3533100], [T3533101], [T4498100" + + "], [T4498200], [T4498300], [T4498400], [T4498500], [T4498600], [T4498700], [T449" + + "8800], [T4498900], [T4499000], [T4503700], [T4503701], [T4503800], [T4503801], [" + + "T4503900], [T4503901], [T4504000], [T4504001], [T4504100], [T4504101], [T4504200" + + "], [T4504201]) VALUES (@R0000100, @R1373400, @R1374100, @R1374800, @R1375500, @R" + + "1376200, @R1376900, @R1377600, @R1753800, @R1754500, @R1755200, @R1755900, @R175" + + "6600, @R1757300, @R1758000, @R2095800, @R2096500, @R2097200, @R2097900, @R209860" + + "0, @R2099300, @R2100000, @R2648100, @R2648800, @R2649500, @R2650200, @R2650900, " + + "@R2651600, @R2652300, @R3256000, @R3257800, @R3259600, @R3261400, @R3263200, @R3" + + "265000, @R3266800, @R3771900, @R3772200, @R3772300, @R3774000, @R3774300, @R3774" + + "400, @R3776100, @R3776400, @R3776500, @R3778200, @R3778500, @R3778600, @R3780300" + + ", @R3780600, @R3780700, @R3782400, @R3784500, @R4276900, @R4277200, @R4277201, @" + + "R4277800, @R4278100, @R4278101, @R4278700, @R4279000, @R4279001, @R4279600, @R42" + + "79900, @R4279901, @R4280500, @R4280800, @R4280801, @R4281400, @R4282200, @R48277" + + "00, @R4828000, @R4828001, @R4830700, @R4831000, @R4831001, @R4833700, @R4834000," + + " @R4834001, @R4836700, @R4837000, @R4837001, @R4839700, @R4840000, @R4840001, @R" + + "4842600, @R4844900, @R4847200, @R5498100, @R5498400, @R5498401, @R5501100, @R550" + + "1400, @R5501401, @R5504100, @R5504400, @R5504401, @R5507100, @R5507400, @R550740" + + "1, @R5510100, @R5510400, @R5510401, @R5513100, @R5515400, @R5517700, @R5519900, " + + "@R6219500, @R6219600, @R6219700, @R6219800, @R6219900, @R6220000, @R6220100, @R6" + + "220200, @R6220300, @R6220400, @R6222800, @R6222801, @R6222900, @R6222901, @R6223" + + "000, @R6223001, @R6223100, @R6223101, @R6223200, @R6223201, @R6223300, @R6223301" + + ", @R6773500, @R6773600, @R6773700, @R6773800, @R6773900, @R6774000, @R6774100, @" + + "R6774200, @R6774300, @R6774400, @R6776300, @R6776301, @R6776400, @R6776401, @R67" + + "76500, @R6776501, @R6776600, @R6776601, @R6776700, @R6776701, @R6776800, @R67768" + + "01, @R7417900, @R7418000, @R7418100, @R7418200, @R7418300, @R7418400, @R7418500," + + " @R7418600, @R7418700, @R7418800, @R7420700, @R7420701, @R7420800, @R7420801, @R" + + "7420900, @R7420901, @R7421000, @R7421001, @R7421100, @R7421101, @R7421200, @R742" + + "1201, @R7421300, @R7421301, @R8116000, @R8116100, @R8116200, @R8116300, @R811640" + + "0, @R8116500, @R8116600, @R8116700, @R8116800, @R8116900, @R8119000, @R8119001, " + + "@R8119100, @R8119101, @R8119200, @R8119201, @R8119300, @R8119301, @R8119400, @R8" + + "119401, @R8119500, @R8119501, @T0347900, @T0348000, @T0348100, @T0348200, @T0348" + + "300, @T0348400, @T0348500, @T0348600, @T0348700, @T0348800, @T0348900, @T0351100" + + ", @T0351101, @T0351200, @T0351201, @T0351300, @T0351301, @T0351400, @T0351401, @" + + "T0351500, @T0351501, @T0351600, @T0351601, @T0351700, @T0351701, @T0351800, @T03" + + "51801, @T1497300, @T1497400, @T1497500, @T1497600, @T1497700, @T1497800, @T14979" + + "00, @T1498000, @T1498100, @T1498200, @T1498300, @T1500500, @T1500501, @T1500600," + + " @T1500601, @T1500700, @T1500701, @T1500800, @T1500801, @T1500900, @T1500901, @T" + + "1501000, @T1501001, @T2543200, @T2543300, @T2543400, @T2543500, @T2543600, @T254" + + "3700, @T2543800, @T2543900, @T2544000, @T2544100, @T2546100, @T2546101, @T254620" + + "0, @T2546201, @T2546300, @T2546301, @T2546400, @T2546401, @T2546500, @T2546501, " + + "@T2546600, @T2546601, @T2546700, @T2546701, @T3529500, @T3529600, @T3529700, @T3" + + "529800, @T3529900, @T3530000, @T3530100, @T3530200, @T3530300, @T3530400, @T3532" + + "500, @T3532501, @T3532600, @T3532601, @T3532700, @T3532701, @T3532800, @T3532801" + + ", @T3532900, @T3532901, @T3533000, @T3533001, @T3533100, @T3533101, @T4498100, @" + + "T4498200, @T4498300, @T4498400, @T4498500, @T4498600, @T4498700, @T4498800, @T44" + + "98900, @T4499000, @T4503700, @T4503701, @T4503800, @T4503801, @T4503900, @T45039" + + "01, @T4504000, @T4504001, @T4504100, @T4504101, @T4504200, @T4504201);\r\nSELECT R" + + "0000100, R1373400, R1374100, R1374800, R1375500, R1376200, R1376900, R1377600, R" + + "1753800, R1754500, R1755200, R1755900, R1756600, R1757300, R1758000, R2095800, R" + + "2096500, R2097200, R2097900, R2098600, R2099300, R2100000, R2648100, R2648800, R" + + "2649500, R2650200, R2650900, R2651600, R2652300, R3256000, R3257800, R3259600, R" + + "3261400, R3263200, R3265000, R3266800, R3771900, R3772200, R3772300, R3774000, R" + + "3774300, R3774400, R3776100, R3776400, R3776500, R3778200, R3778500, R3778600, R" + + "3780300, R3780600, R3780700, R3782400, R3784500, R4276900, R4277200, R4277201, R" + + "4277800, R4278100, R4278101, R4278700, R4279000, R4279001, R4279600, R4279900, R" + + "4279901, R4280500, R4280800, R4280801, R4281400, R4282200, R4827700, R4828000, R" + + "4828001, R4830700, R4831000, R4831001, R4833700, R4834000, R4834001, R4836700, R" + + "4837000, R4837001, R4839700, R4840000, R4840001, R4842600, R4844900, R4847200, R" + + "5498100, R5498400, R5498401, R5501100, R5501400, R5501401, R5504100, R5504400, R" + + "5504401, R5507100, R5507400, R5507401, R5510100, R5510400, R5510401, R5513100, R" + + "5515400, R5517700, R5519900, R6219500, R6219600, R6219700, R6219800, R6219900, R" + + "6220000, R6220100, R6220200, R6220300, R6220400, R6222800, R6222801, R6222900, R" + + "6222901, R6223000, R6223001, R6223100, R6223101, R6223200, R6223201, R6223300, R" + + "6223301, R6773500, R6773600, R6773700, R6773800, R6773900, R6774000, R6774100, R" + + "6774200, R6774300, R6774400, R6776300, R6776301, R6776400, R6776401, R6776500, R" + + "6776501, R6776600, R6776601, R6776700, R6776701, R6776800, R6776801, R7417900, R" + + "7418000, R7418100, R7418200, R7418300, R7418400, R7418500, R7418600, R7418700, R" + + "7418800, R7420700, R7420701, R7420800, R7420801, R7420900, R7420901, R7421000, R" + + "7421001, R7421100, R7421101, R7421200, R7421201, R7421300, R7421301, R8116000, R" + + "8116100, R8116200, R8116300, R8116400, R8116500, R8116600, R8116700, R8116800, R" + + "8116900, R8119000, R8119001, R8119100, R8119101, R8119200, R8119201, R8119300, R" + + "8119301, R8119400, R8119401, R8119500, R8119501, T0347900, T0348000, T0348100, T" + + "0348200, T0348300, T0348400, T0348500, T0348600, T0348700, T0348800, T0348900, T" + + "0351100, T0351101, T0351200, T0351201, T0351300, T0351301, T0351400, T0351401, T" + + "0351500, T0351501, T0351600, T0351601, T0351700, T0351701, T0351800, T0351801, T" + + "1497300, T1497400, T1497500, T1497600, T1497700, T1497800, T1497900, T1498000, T" + + "1498100, T1498200, T1498300, T1500500, T1500501, T1500600, T1500601, T1500700, T" + + "1500701, T1500800, T1500801, T1500900, T1500901, T1501000, T1501001, T2543200, T" + + "2543300, T2543400, T2543500, T2543600, T2543700, T2543800, T2543900, T2544000, T" + + "2544100, T2546100, T2546101, T2546200, T2546201, T2546300, T2546301, T2546400, T" + + "2546401, T2546500, T2546501, T2546600, T2546601, T2546700, T2546701, T3529500, T" + + "3529600, T3529700, T3529800, T3529900, T3530000, T3530100, T3530200, T3530300, T" + + "3530400, T3532500, T3532501, T3532600, T3532601, T3532700, T3532701, T3532800, T" + + "3532801, T3532900, T3532901, T3533000, T3533001, T3533100, T3533101, T4498100, T" + + "4498200, T4498300, T4498400, T4498500, T4498600, T4498700, T4498800, T4498900, T" + + "4499000, T4503700, T4503701, T4503800, T4503801, T4503900, T4503901, T4504000, T" + + "4504001, T4504100, T4504101, T4504200, T4504201 FROM Extract.tblGen2FatherFromGe" + + "n1Death WHERE (R0000100 = @R0000100)"; + this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1373400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1373400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1374100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1374800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1375500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1375500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1376200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1376900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1377600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1753800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1753800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1754500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1754500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1755200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1755900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1756600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1757300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1758000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1758000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2095800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2095800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2096500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2096500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2097200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2097900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2098600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2099300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2100000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2100000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2648100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2648800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2649500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2649500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2650200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2650900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2651600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2652300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2652300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3256000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3256000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3257800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3257800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3259600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3259600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3261400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3261400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3263200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3263200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3265000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3265000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3266800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3266800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3771900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3771900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3772200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3772300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3774300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3774400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3776100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3776400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3776500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3778200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3778500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3778600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3780300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3780600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3780700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3782400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3784500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4276900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4276900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4277200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4277201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4277800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4278100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4278101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4278700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4280500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4280800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4280801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4281400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4282200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4827700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4828000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4828001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4830700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4831000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4831001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4833700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4834000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4834001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4836700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4837000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4837001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4839700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4840000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4840001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4842600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4844900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4844900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4847200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5498400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5498401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5501100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5501400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5501401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5504100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5504400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5504401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5507100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5507400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5507401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5510100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5510400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5510401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5513100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5515400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5517700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5519900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5519900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6219500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6219600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6219700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6219800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6219900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6220000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6220100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6220200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6220300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6220400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6222800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6222801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6222900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6222901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6773500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6773600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6773700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6773800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6774300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6774400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7417900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7417900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0347900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0347900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1498000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1498200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1498300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1501000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1501001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2544000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2544100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3529500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3529600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3529700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3529800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3529900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3530000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3530100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3530200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3530300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3530400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3533000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3533001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3533100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3533101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4498200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4498300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4498400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4498500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4498600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4498700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4498800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4498900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4499000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4499000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4503700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4503701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4503800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4503801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4503900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4503901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4504000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4504001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4504100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4504101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4504200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4504201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504201", 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 [Extract].[tblGen2FatherFromGen1Death] SET [R0000100] = @R0000100, [R13734" + + "00] = @R1373400, [R1374100] = @R1374100, [R1374800] = @R1374800, [R1375500] = @R" + + "1375500, [R1376200] = @R1376200, [R1376900] = @R1376900, [R1377600] = @R1377600," + + " [R1753800] = @R1753800, [R1754500] = @R1754500, [R1755200] = @R1755200, [R17559" + + "00] = @R1755900, [R1756600] = @R1756600, [R1757300] = @R1757300, [R1758000] = @R" + + "1758000, [R2095800] = @R2095800, [R2096500] = @R2096500, [R2097200] = @R2097200," + + " [R2097900] = @R2097900, [R2098600] = @R2098600, [R2099300] = @R2099300, [R21000" + + "00] = @R2100000, [R2648100] = @R2648100, [R2648800] = @R2648800, [R2649500] = @R" + + "2649500, [R2650200] = @R2650200, [R2650900] = @R2650900, [R2651600] = @R2651600," + + " [R2652300] = @R2652300, [R3256000] = @R3256000, [R3257800] = @R3257800, [R32596" + + "00] = @R3259600, [R3261400] = @R3261400, [R3263200] = @R3263200, [R3265000] = @R" + + "3265000, [R3266800] = @R3266800, [R3771900] = @R3771900, [R3772200] = @R3772200," + + " [R3772300] = @R3772300, [R3774000] = @R3774000, [R3774300] = @R3774300, [R37744" + + "00] = @R3774400, [R3776100] = @R3776100, [R3776400] = @R3776400, [R3776500] = @R" + + "3776500, [R3778200] = @R3778200, [R3778500] = @R3778500, [R3778600] = @R3778600," + + " [R3780300] = @R3780300, [R3780600] = @R3780600, [R3780700] = @R3780700, [R37824" + + "00] = @R3782400, [R3784500] = @R3784500, [R4276900] = @R4276900, [R4277200] = @R" + + "4277200, [R4277201] = @R4277201, [R4277800] = @R4277800, [R4278100] = @R4278100," + + " [R4278101] = @R4278101, [R4278700] = @R4278700, [R4279000] = @R4279000, [R42790" + + "01] = @R4279001, [R4279600] = @R4279600, [R4279900] = @R4279900, [R4279901] = @R" + + "4279901, [R4280500] = @R4280500, [R4280800] = @R4280800, [R4280801] = @R4280801," + + " [R4281400] = @R4281400, [R4282200] = @R4282200, [R4827700] = @R4827700, [R48280" + + "00] = @R4828000, [R4828001] = @R4828001, [R4830700] = @R4830700, [R4831000] = @R" + + "4831000, [R4831001] = @R4831001, [R4833700] = @R4833700, [R4834000] = @R4834000," + + " [R4834001] = @R4834001, [R4836700] = @R4836700, [R4837000] = @R4837000, [R48370" + + "01] = @R4837001, [R4839700] = @R4839700, [R4840000] = @R4840000, [R4840001] = @R" + + "4840001, [R4842600] = @R4842600, [R4844900] = @R4844900, [R4847200] = @R4847200," + + " [R5498100] = @R5498100, [R5498400] = @R5498400, [R5498401] = @R5498401, [R55011" + + "00] = @R5501100, [R5501400] = @R5501400, [R5501401] = @R5501401, [R5504100] = @R" + + "5504100, [R5504400] = @R5504400, [R5504401] = @R5504401, [R5507100] = @R5507100," + + " [R5507400] = @R5507400, [R5507401] = @R5507401, [R5510100] = @R5510100, [R55104" + + "00] = @R5510400, [R5510401] = @R5510401, [R5513100] = @R5513100, [R5515400] = @R" + + "5515400, [R5517700] = @R5517700, [R5519900] = @R5519900, [R6219500] = @R6219500," + + " [R6219600] = @R6219600, [R6219700] = @R6219700, [R6219800] = @R6219800, [R62199" + + "00] = @R6219900, [R6220000] = @R6220000, [R6220100] = @R6220100, [R6220200] = @R" + + "6220200, [R6220300] = @R6220300, [R6220400] = @R6220400, [R6222800] = @R6222800," + + " [R6222801] = @R6222801, [R6222900] = @R6222900, [R6222901] = @R6222901, [R62230" + + "00] = @R6223000, [R6223001] = @R6223001, [R6223100] = @R6223100, [R6223101] = @R" + + "6223101, [R6223200] = @R6223200, [R6223201] = @R6223201, [R6223300] = @R6223300," + + " [R6223301] = @R6223301, [R6773500] = @R6773500, [R6773600] = @R6773600, [R67737" + + "00] = @R6773700, [R6773800] = @R6773800, [R6773900] = @R6773900, [R6774000] = @R" + + "6774000, [R6774100] = @R6774100, [R6774200] = @R6774200, [R6774300] = @R6774300," + + " [R6774400] = @R6774400, [R6776300] = @R6776300, [R6776301] = @R6776301, [R67764" + + "00] = @R6776400, [R6776401] = @R6776401, [R6776500] = @R6776500, [R6776501] = @R" + + "6776501, [R6776600] = @R6776600, [R6776601] = @R6776601, [R6776700] = @R6776700," + + " [R6776701] = @R6776701, [R6776800] = @R6776800, [R6776801] = @R6776801, [R74179" + + "00] = @R7417900, [R7418000] = @R7418000, [R7418100] = @R7418100, [R7418200] = @R" + + "7418200, [R7418300] = @R7418300, [R7418400] = @R7418400, [R7418500] = @R7418500," + + " [R7418600] = @R7418600, [R7418700] = @R7418700, [R7418800] = @R7418800, [R74207" + + "00] = @R7420700, [R7420701] = @R7420701, [R7420800] = @R7420800, [R7420801] = @R" + + "7420801, [R7420900] = @R7420900, [R7420901] = @R7420901, [R7421000] = @R7421000," + + " [R7421001] = @R7421001, [R7421100] = @R7421100, [R7421101] = @R7421101, [R74212" + + "00] = @R7421200, [R7421201] = @R7421201, [R7421300] = @R7421300, [R7421301] = @R" + + "7421301, [R8116000] = @R8116000, [R8116100] = @R8116100, [R8116200] = @R8116200," + + " [R8116300] = @R8116300, [R8116400] = @R8116400, [R8116500] = @R8116500, [R81166" + + "00] = @R8116600, [R8116700] = @R8116700, [R8116800] = @R8116800, [R8116900] = @R" + + "8116900, [R8119000] = @R8119000, [R8119001] = @R8119001, [R8119100] = @R8119100," + + " [R8119101] = @R8119101, [R8119200] = @R8119200, [R8119201] = @R8119201, [R81193" + + "00] = @R8119300, [R8119301] = @R8119301, [R8119400] = @R8119400, [R8119401] = @R" + + "8119401, [R8119500] = @R8119500, [R8119501] = @R8119501, [T0347900] = @T0347900," + + " [T0348000] = @T0348000, [T0348100] = @T0348100, [T0348200] = @T0348200, [T03483" + + "00] = @T0348300, [T0348400] = @T0348400, [T0348500] = @T0348500, [T0348600] = @T" + + "0348600, [T0348700] = @T0348700, [T0348800] = @T0348800, [T0348900] = @T0348900," + + " [T0351100] = @T0351100, [T0351101] = @T0351101, [T0351200] = @T0351200, [T03512" + + "01] = @T0351201, [T0351300] = @T0351300, [T0351301] = @T0351301, [T0351400] = @T" + + "0351400, [T0351401] = @T0351401, [T0351500] = @T0351500, [T0351501] = @T0351501," + + " [T0351600] = @T0351600, [T0351601] = @T0351601, [T0351700] = @T0351700, [T03517" + + "01] = @T0351701, [T0351800] = @T0351800, [T0351801] = @T0351801, [T1497300] = @T" + + "1497300, [T1497400] = @T1497400, [T1497500] = @T1497500, [T1497600] = @T1497600," + + " [T1497700] = @T1497700, [T1497800] = @T1497800, [T1497900] = @T1497900, [T14980" + + "00] = @T1498000, [T1498100] = @T1498100, [T1498200] = @T1498200, [T1498300] = @T" + + "1498300, [T1500500] = @T1500500, [T1500501] = @T1500501, [T1500600] = @T1500600," + + " [T1500601] = @T1500601, [T1500700] = @T1500700, [T1500701] = @T1500701, [T15008" + + "00] = @T1500800, [T1500801] = @T1500801, [T1500900] = @T1500900, [T1500901] = @T" + + "1500901, [T1501000] = @T1501000, [T1501001] = @T1501001, [T2543200] = @T2543200," + + " [T2543300] = @T2543300, [T2543400] = @T2543400, [T2543500] = @T2543500, [T25436" + + "00] = @T2543600, [T2543700] = @T2543700, [T2543800] = @T2543800, [T2543900] = @T" + + "2543900, [T2544000] = @T2544000, [T2544100] = @T2544100, [T2546100] = @T2546100," + + " [T2546101] = @T2546101, [T2546200] = @T2546200, [T2546201] = @T2546201, [T25463" + + "00] = @T2546300, [T2546301] = @T2546301, [T2546400] = @T2546400, [T2546401] = @T" + + "2546401, [T2546500] = @T2546500, [T2546501] = @T2546501, [T2546600] = @T2546600," + + " [T2546601] = @T2546601, [T2546700] = @T2546700, [T2546701] = @T2546701, [T35295" + + "00] = @T3529500, [T3529600] = @T3529600, [T3529700] = @T3529700, [T3529800] = @T" + + "3529800, [T3529900] = @T3529900, [T3530000] = @T3530000, [T3530100] = @T3530100," + + " [T3530200] = @T3530200, [T3530300] = @T3530300, [T3530400] = @T3530400, [T35325" + + "00] = @T3532500, [T3532501] = @T3532501, [T3532600] = @T3532600, [T3532601] = @T" + + "3532601, [T3532700] = @T3532700, [T3532701] = @T3532701, [T3532800] = @T3532800," + + " [T3532801] = @T3532801, [T3532900] = @T3532900, [T3532901] = @T3532901, [T35330" + + "00] = @T3533000, [T3533001] = @T3533001, [T3533100] = @T3533100, [T3533101] = @T" + + "3533101, [T4498100] = @T4498100, [T4498200] = @T4498200, [T4498300] = @T4498300," + + " [T4498400] = @T4498400, [T4498500] = @T4498500, [T4498600] = @T4498600, [T44987" + + "00] = @T4498700, [T4498800] = @T4498800, [T4498900] = @T4498900, [T4499000] = @T" + + "4499000, [T4503700] = @T4503700, [T4503701] = @T4503701, [T4503800] = @T4503800," + + " [T4503801] = @T4503801, [T4503900] = @T4503900, [T4503901] = @T4503901, [T45040" + + "00] = @T4504000, [T4504001] = @T4504001, [T4504100] = @T4504100, [T4504101] = @T" + + "4504101, [T4504200] = @T4504200, [T4504201] = @T4504201 WHERE (([R0000100] = @Or" + + "iginal_R0000100) AND ((@IsNull_R1373400 = 1 AND [R1373400] IS NULL) OR ([R137340" + + "0] = @Original_R1373400)) AND ((@IsNull_R1374100 = 1 AND [R1374100] IS NULL) OR " + + "([R1374100] = @Original_R1374100)) AND ((@IsNull_R1374800 = 1 AND [R1374800] IS " + + "NULL) OR ([R1374800] = @Original_R1374800)) AND ((@IsNull_R1375500 = 1 AND [R137" + + "5500] IS NULL) OR ([R1375500] = @Original_R1375500)) AND ((@IsNull_R1376200 = 1 " + + "AND [R1376200] IS NULL) OR ([R1376200] = @Original_R1376200)) AND ((@IsNull_R137" + + "6900 = 1 AND [R1376900] IS NULL) OR ([R1376900] = @Original_R1376900)) AND ((@Is" + + "Null_R1377600 = 1 AND [R1377600] IS NULL) OR ([R1377600] = @Original_R1377600)) " + + "AND ((@IsNull_R1753800 = 1 AND [R1753800] IS NULL) OR ([R1753800] = @Original_R1" + + "753800)) AND ((@IsNull_R1754500 = 1 AND [R1754500] IS NULL) OR ([R1754500] = @Or" + + "iginal_R1754500)) AND ((@IsNull_R1755200 = 1 AND [R1755200] IS NULL) OR ([R17552" + + "00] = @Original_R1755200)) AND ((@IsNull_R1755900 = 1 AND [R1755900] IS NULL) OR" + + " ([R1755900] = @Original_R1755900)) AND ((@IsNull_R1756600 = 1 AND [R1756600] IS" + + " NULL) OR ([R1756600] = @Original_R1756600)) AND ((@IsNull_R1757300 = 1 AND [R17" + + "57300] IS NULL) OR ([R1757300] = @Original_R1757300)) AND ((@IsNull_R1758000 = 1" + + " AND [R1758000] IS NULL) OR ([R1758000] = @Original_R1758000)) AND ((@IsNull_R20" + + "95800 = 1 AND [R2095800] IS NULL) OR ([R2095800] = @Original_R2095800)) AND ((@I" + + "sNull_R2096500 = 1 AND [R2096500] IS NULL) OR ([R2096500] = @Original_R2096500))" + + " AND ((@IsNull_R2097200 = 1 AND [R2097200] IS NULL) OR ([R2097200] = @Original_R" + + "2097200)) AND ((@IsNull_R2097900 = 1 AND [R2097900] IS NULL) OR ([R2097900] = @O" + + "riginal_R2097900)) AND ((@IsNull_R2098600 = 1 AND [R2098600] IS NULL) OR ([R2098" + + "600] = @Original_R2098600)) AND ((@IsNull_R2099300 = 1 AND [R2099300] IS NULL) O" + + "R ([R2099300] = @Original_R2099300)) AND ((@IsNull_R2100000 = 1 AND [R2100000] I" + + "S NULL) OR ([R2100000] = @Original_R2100000)) AND ((@IsNull_R2648100 = 1 AND [R2" + + "648100] IS NULL) OR ([R2648100] = @Original_R2648100)) AND ((@IsNull_R2648800 = " + + "1 AND [R2648800] IS NULL) OR ([R2648800] = @Original_R2648800)) AND ((@IsNull_R2" + + "649500 = 1 AND [R2649500] IS NULL) OR ([R2649500] = @Original_R2649500)) AND ((@" + + "IsNull_R2650200 = 1 AND [R2650200] IS NULL) OR ([R2650200] = @Original_R2650200)" + + ") AND ((@IsNull_R2650900 = 1 AND [R2650900] IS NULL) OR ([R2650900] = @Original_" + + "R2650900)) AND ((@IsNull_R2651600 = 1 AND [R2651600] IS NULL) OR ([R2651600] = @" + + "Original_R2651600)) AND ((@IsNull_R2652300 = 1 AND [R2652300] IS NULL) OR ([R265" + + "2300] = @Original_R2652300)) AND ((@IsNull_R3256000 = 1 AND [R3256000] IS NULL) " + + "OR ([R3256000] = @Original_R3256000)) AND ((@IsNull_R3257800 = 1 AND [R3257800] " + + "IS NULL) OR ([R3257800] = @Original_R3257800)) AND ((@IsNull_R3259600 = 1 AND [R" + + "3259600] IS NULL) OR ([R3259600] = @Original_R3259600)) AND ((@IsNull_R3261400 =" + + " 1 AND [R3261400] IS NULL) OR ([R3261400] = @Original_R3261400)) AND ((@IsNull_R" + + "3263200 = 1 AND [R3263200] IS NULL) OR ([R3263200] = @Original_R3263200)) AND ((" + + "@IsNull_R3265000 = 1 AND [R3265000] IS NULL) OR ([R3265000] = @Original_R3265000" + + ")) AND ((@IsNull_R3266800 = 1 AND [R3266800] IS NULL) OR ([R3266800] = @Original" + + "_R3266800)) AND ((@IsNull_R3771900 = 1 AND [R3771900] IS NULL) OR ([R3771900] = " + + "@Original_R3771900)) AND ((@IsNull_R3772200 = 1 AND [R3772200] IS NULL) OR ([R37" + + "72200] = @Original_R3772200)) AND ((@IsNull_R3772300 = 1 AND [R3772300] IS NULL)" + + " OR ([R3772300] = @Original_R3772300)) AND ((@IsNull_R3774000 = 1 AND [R3774000]" + + " IS NULL) OR ([R3774000] = @Original_R3774000)) AND ((@IsNull_R3774300 = 1 AND [" + + "R3774300] IS NULL) OR ([R3774300] = @Original_R3774300)) AND ((@IsNull_R3774400 " + + "= 1 AND [R3774400] IS NULL) OR ([R3774400] = @Original_R3774400)) AND ((@IsNull_" + + "R3776100 = 1 AND [R3776100] IS NULL) OR ([R3776100] = @Original_R3776100)) AND (" + + "(@IsNull_R3776400 = 1 AND [R3776400] IS NULL) OR ([R3776400] = @Original_R377640" + + "0)) AND ((@IsNull_R3776500 = 1 AND [R3776500] IS NULL) OR ([R3776500] = @Origina" + + "l_R3776500)) AND ((@IsNull_R3778200 = 1 AND [R3778200] IS NULL) OR ([R3778200] =" + + " @Original_R3778200)) AND ((@IsNull_R3778500 = 1 AND [R3778500] IS NULL) OR ([R3" + + "778500] = @Original_R3778500)) AND ((@IsNull_R3778600 = 1 AND [R3778600] IS NULL" + + ") OR ([R3778600] = @Original_R3778600)) AND ((@IsNull_R3780300 = 1 AND [R3780300" + + "] IS NULL) OR ([R3780300] = @Original_R3780300)) AND ((@IsNull_R3780600 = 1 AND " + + "[R3780600] IS NULL) OR ([R3780600] = @Original_R3780600)) AND ((@IsNull_R3780700" + + " = 1 AND [R3780700] IS NULL) OR ([R3780700] = @Original_R3780700)) AND ((@IsNull" + + "_R3782400 = 1 AND [R3782400] IS NULL) OR ([R3782400] = @Original_R3782400)) AND " + + "((@IsNull_R3784500 = 1 AND [R3784500] IS NULL) OR ([R3784500] = @Original_R37845" + + "00)) AND ((@IsNull_R4276900 = 1 AND [R4276900] IS NULL) OR ([R4276900] = @Origin" + + "al_R4276900)) AND ((@IsNull_R4277200 = 1 AND [R4277200] IS NULL) OR ([R4277200] " + + "= @Original_R4277200)) AND ((@IsNull_R4277201 = 1 AND [R4277201] IS NULL) OR ([R" + + "4277201] = @Original_R4277201)) AND ((@IsNull_R4277800 = 1 AND [R4277800] IS NUL" + + "L) OR ([R4277800] = @Original_R4277800)) AND ((@IsNull_R4278100 = 1 AND [R427810" + + "0] IS NULL) OR ([R4278100] = @Original_R4278100)) AND ((@IsNull_R4278101 = 1 AND" + + " [R4278101] IS NULL) OR ([R4278101] = @Original_R4278101)) AND ((@IsNull_R427870" + + "0 = 1 AND [R4278700] IS NULL) OR ([R4278700] = @Original_R4278700)) AND ((@IsNul" + + "l_R4279000 = 1 AND [R4279000] IS NULL) OR ([R4279000] = @Original_R4279000)) AND" + + " ((@IsNull_R4279001 = 1 AND [R4279001] IS NULL) OR ([R4279001] = @Original_R4279" + + "001)) AND ((@IsNull_R4279600 = 1 AND [R4279600] IS NULL) OR ([R4279600] = @Origi" + + "nal_R4279600)) AND ((@IsNull_R4279900 = 1 AND [R4279900] IS NULL) OR ([R4279900]" + + " = @Original_R4279900)) AND ((@IsNull_R4279901 = 1 AND [R4279901] IS NULL) OR ([" + + "R4279901] = @Original_R4279901)) AND ((@IsNull_R4280500 = 1 AND [R4280500] IS NU" + + "LL) OR ([R4280500] = @Original_R4280500)) AND ((@IsNull_R4280800 = 1 AND [R42808" + + "00] IS NULL) OR ([R4280800] = @Original_R4280800)) AND ((@IsNull_R4280801 = 1 AN" + + "D [R4280801] IS NULL) OR ([R4280801] = @Original_R4280801)) AND ((@IsNull_R42814" + + "00 = 1 AND [R4281400] IS NULL) OR ([R4281400] = @Original_R4281400)) AND ((@IsNu" + + "ll_R4282200 = 1 AND [R4282200] IS NULL) OR ([R4282200] = @Original_R4282200)) AN" + + "D ((@IsNull_R4827700 = 1 AND [R4827700] IS NULL) OR ([R4827700] = @Original_R482" + + "7700)) AND ((@IsNull_R4828000 = 1 AND [R4828000] IS NULL) OR ([R4828000] = @Orig" + + "inal_R4828000)) AND ((@IsNull_R4828001 = 1 AND [R4828001] IS NULL) OR ([R4828001" + + "] = @Original_R4828001)) AND ((@IsNull_R4830700 = 1 AND [R4830700] IS NULL) OR (" + + "[R4830700] = @Original_R4830700)) AND ((@IsNull_R4831000 = 1 AND [R4831000] IS N" + + "ULL) OR ([R4831000] = @Original_R4831000)) AND ((@IsNull_R4831001 = 1 AND [R4831" + + "001] IS NULL) OR ([R4831001] = @Original_R4831001)) AND ((@IsNull_R4833700 = 1 A" + + "ND [R4833700] IS NULL) OR ([R4833700] = @Original_R4833700)) AND ((@IsNull_R4834" + + "000 = 1 AND [R4834000] IS NULL) OR ([R4834000] = @Original_R4834000)) AND ((@IsN" + + "ull_R4834001 = 1 AND [R4834001] IS NULL) OR ([R4834001] = @Original_R4834001)) A" + + "ND ((@IsNull_R4836700 = 1 AND [R4836700] IS NULL) OR ([R4836700] = @Original_R48" + + "36700)) AND ((@IsNull_R4837000 = 1 AND [R4837000] IS NULL) OR ([R4837000] = @Ori" + + "ginal_R4837000)) AND ((@IsNull_R4837001 = 1 AND [R4837001] IS NULL) OR ([R483700" + + "1] = @Original_R4837001)) AND ((@IsNull_R4839700 = 1 AND [R4839700] IS NULL) OR " + + "([R4839700] = @Original_R4839700)) AND ((@IsNull_R4840000 = 1 AND [R4840000] IS " + + "NULL) OR ([R4840000] = @Original_R4840000)) AND ((@IsNull_R4840001 = 1 AND [R484" + + "0001] IS NULL) OR ([R4840001] = @Original_R4840001)) AND ((@IsNull_R4842600 = 1 " + + "AND [R4842600] IS NULL) OR ([R4842600] = @Original_R4842600)) AND ((@IsNull_R484" + + "4900 = 1 AND [R4844900] IS NULL) OR ([R4844900] = @Original_R4844900)) AND ((@Is" + + "Null_R4847200 = 1 AND [R4847200] IS NULL) OR ([R4847200] = @Original_R4847200)) " + + "AND ((@IsNull_R5498100 = 1 AND [R5498100] IS NULL) OR ([R5498100] = @Original_R5" + + "498100)) AND ((@IsNull_R5498400 = 1 AND [R5498400] IS NULL) OR ([R5498400] = @Or" + + "iginal_R5498400)) AND ((@IsNull_R5498401 = 1 AND [R5498401] IS NULL) OR ([R54984" + + "01] = @Original_R5498401)) AND ((@IsNull_R5501100 = 1 AND [R5501100] IS NULL) OR" + + " ([R5501100] = @Original_R5501100)) AND ((@IsNull_R5501400 = 1 AND [R5501400] IS" + + " NULL) OR ([R5501400] = @Original_R5501400)) AND ((@IsNull_R5501401 = 1 AND [R55" + + "01401] IS NULL) OR ([R5501401] = @Original_R5501401)) AND ((@IsNull_R5504100 = 1" + + " AND [R5504100] IS NULL) OR ([R5504100] = @Original_R5504100)) AND ((@IsNull_R55" + + "04400 = 1 AND [R5504400] IS NULL) OR ([R5504400] = @Original_R5504400)) AND ((@I" + + "sNull_R5504401 = 1 AND [R5504401] IS NULL) OR ([R5504401] = @Original_R5504401))" + + " AND ((@IsNull_R5507100 = 1 AND [R5507100] IS NULL) OR ([R5507100] = @Original_R" + + "5507100)) AND ((@IsNull_R5507400 = 1 AND [R5507400] IS NULL) OR ([R5507400] = @O" + + "riginal_R5507400)) AND ((@IsNull_R5507401 = 1 AND [R5507401] IS NULL) OR ([R5507" + + "401] = @Original_R5507401)) AND ((@IsNull_R5510100 = 1 AND [R5510100] IS NULL) O" + + "R ([R5510100] = @Original_R5510100)) AND ((@IsNull_R5510400 = 1 AND [R5510400] I" + + "S NULL) OR ([R5510400] = @Original_R5510400)) AND ((@IsNull_R5510401 = 1 AND [R5" + + "510401] IS NULL) OR ([R5510401] = @Original_R5510401)) AND ((@IsNull_R5513100 = " + + "1 AND [R5513100] IS NULL) OR ([R5513100] = @Original_R5513100)) AND ((@IsNull_R5" + + "515400 = 1 AND [R5515400] IS NULL) OR ([R5515400] = @Original_R5515400)) AND ((@" + + "IsNull_R5517700 = 1 AND [R5517700] IS NULL) OR ([R5517700] = @Original_R5517700)" + + ") AND ((@IsNull_R5519900 = 1 AND [R5519900] IS NULL) OR ([R5519900] = @Original_" + + "R5519900)) AND ((@IsNull_R6219500 = 1 AND [R6219500] IS NULL) OR ([R6219500] = @" + + "Original_R6219500)) AND ((@IsNull_R6219600 = 1 AND [R6219600] IS NULL) OR ([R621" + + "9600] = @Original_R6219600)) AND ((@IsNull_R6219700 = 1 AND [R6219700] IS NULL) " + + "OR ([R6219700] = @Original_R6219700)) AND ((@IsNull_R6219800 = 1 AND [R6219800] " + + "IS NULL) OR ([R6219800] = @Original_R6219800)) AND ((@IsNull_R6219900 = 1 AND [R" + + "6219900] IS NULL) OR ([R6219900] = @Original_R6219900)) AND ((@IsNull_R6220000 =" + + " 1 AND [R6220000] IS NULL) OR ([R6220000] = @Original_R6220000)) AND ((@IsNull_R" + + "6220100 = 1 AND [R6220100] IS NULL) OR ([R6220100] = @Original_R6220100)) AND ((" + + "@IsNull_R6220200 = 1 AND [R6220200] IS NULL) OR ([R6220200] = @Original_R6220200" + + ")) AND ((@IsNull_R6220300 = 1 AND [R6220300] IS NULL) OR ([R6220300] = @Original" + + "_R6220300)) AND ((@IsNull_R6220400 = 1 AND [R6220400] IS NULL) OR ([R6220400] = " + + "@Original_R6220400)) AND ((@IsNull_R6222800 = 1 AND [R6222800] IS NULL) OR ([R62" + + "22800] = @Original_R6222800)) AND ((@IsNull_R6222801 = 1 AND [R6222801] IS NULL)" + + " OR ([R6222801] = @Original_R6222801)) AND ((@IsNull_R6222900 = 1 AND [R6222900]" + + " IS NULL) OR ([R6222900] = @Original_R6222900)) AND ((@IsNull_R6222901 = 1 AND [" + + "R6222901] IS NULL) OR ([R6222901] = @Original_R6222901)) AND ((@IsNull_R6223000 " + + "= 1 AND [R6223000] IS NULL) OR ([R6223000] = @Original_R6223000)) AND ((@IsNull_" + + "R6223001 = 1 AND [R6223001] IS NULL) OR ([R6223001] = @Original_R6223001)) AND (" + + "(@IsNull_R6223100 = 1 AND [R6223100] IS NULL) OR ([R6223100] = @Original_R622310" + + "0)) AND ((@IsNull_R6223101 = 1 AND [R6223101] IS NULL) OR ([R6223101] = @Origina" + + "l_R6223101)) AND ((@IsNull_R6223200 = 1 AND [R6223200] IS NULL) OR ([R6223200] =" + + " @Original_R6223200)) AND ((@IsNull_R6223201 = 1 AND [R6223201] IS NULL) OR ([R6" + + "223201] = @Original_R6223201)) AND ((@IsNull_R6223300 = 1 AND [R6223300] IS NULL" + + ") OR ([R6223300] = @Original_R6223300)) AND ((@IsNull_R6223301 = 1 AND [R6223301" + + "] IS NULL) OR ([R6223301] = @Original_R6223301)) AND ((@IsNull_R6773500 = 1 AND " + + "[R6773500] IS NULL) OR ([R6773500] = @Original_R6773500)) AND ((@IsNull_R6773600" + + " = 1 AND [R6773600] IS NULL) OR ([R6773600] = @Original_R6773600)) AND ((@IsNull" + + "_R6773700 = 1 AND [R6773700] IS NULL) OR ([R6773700] = @Original_R6773700)) AND " + + "((@IsNull_R6773800 = 1 AND [R6773800] IS NULL) OR ([R6773800] = @Original_R67738" + + "00)) AND ((@IsNull_R6773900 = 1 AND [R6773900] IS NULL) OR ([R6773900] = @Origin" + + "al_R6773900)) AND ((@IsNull_R6774000 = 1 AND [R6774000] IS NULL) OR ([R6774000] " + + "= @Original_R6774000)) AND ((@IsNull_R6774100 = 1 AND [R6774100] IS NULL) OR ([R" + + "6774100] = @Original_R6774100)) AND ((@IsNull_R6774200 = 1 AND [R6774200] IS NUL" + + "L) OR ([R6774200] = @Original_R6774200)) AND ((@IsNull_R6774300 = 1 AND [R677430" + + "0] IS NULL) OR ([R6774300] = @Original_R6774300)) AND ((@IsNull_R6774400 = 1 AND" + + " [R6774400] IS NULL) OR ([R6774400] = @Original_R6774400)) AND ((@IsNull_R677630" + + "0 = 1 AND [R6776300] IS NULL) OR ([R6776300] = @Original_R6776300)) AND ((@IsNul" + + "l_R6776301 = 1 AND [R6776301] IS NULL) OR ([R6776301] = @Original_R6776301)) AND" + + " ((@IsNull_R6776400 = 1 AND [R6776400] IS NULL) OR ([R6776400] = @Original_R6776" + + "400)) AND ((@IsNull_R6776401 = 1 AND [R6776401] IS NULL) OR ([R6776401] = @Origi" + + "nal_R6776401)) AND ((@IsNull_R6776500 = 1 AND [R6776500] IS NULL) OR ([R6776500]" + + " = @Original_R6776500)) AND ((@IsNull_R6776501 = 1 AND [R6776501] IS NULL) OR ([" + + "R6776501] = @Original_R6776501)) AND ((@IsNull_R6776600 = 1 AND [R6776600] IS NU" + + "LL) OR ([R6776600] = @Original_R6776600)) AND ((@IsNull_R6776601 = 1 AND [R67766" + + "01] IS NULL) OR ([R6776601] = @Original_R6776601)) AND ((@IsNull_R6776700 = 1 AN" + + "D [R6776700] IS NULL) OR ([R6776700] = @Original_R6776700)) AND ((@IsNull_R67767" + + "01 = 1 AND [R6776701] IS NULL) OR ([R6776701] = @Original_R6776701)) AND ((@IsNu" + + "ll_R6776800 = 1 AND [R6776800] IS NULL) OR ([R6776800] = @Original_R6776800)) AN" + + "D ((@IsNull_R6776801 = 1 AND [R6776801] IS NULL) OR ([R6776801] = @Original_R677" + + "6801)) AND ((@IsNull_R7417900 = 1 AND [R7417900] IS NULL) OR ([R7417900] = @Orig" + + "inal_R7417900)) AND ((@IsNull_R7418000 = 1 AND [R7418000] IS NULL) OR ([R7418000" + + "] = @Original_R7418000)) AND ((@IsNull_R7418100 = 1 AND [R7418100] IS NULL) OR (" + + "[R7418100] = @Original_R7418100)) AND ((@IsNull_R7418200 = 1 AND [R7418200] IS N" + + "ULL) OR ([R7418200] = @Original_R7418200)) AND ((@IsNull_R7418300 = 1 AND [R7418" + + "300] IS NULL) OR ([R7418300] = @Original_R7418300)) AND ((@IsNull_R7418400 = 1 A" + + "ND [R7418400] IS NULL) OR ([R7418400] = @Original_R7418400)) AND ((@IsNull_R7418" + + "500 = 1 AND [R7418500] IS NULL) OR ([R7418500] = @Original_R7418500)) AND ((@IsN" + + "ull_R7418600 = 1 AND [R7418600] IS NULL) OR ([R7418600] = @Original_R7418600)) A" + + "ND ((@IsNull_R7418700 = 1 AND [R7418700] IS NULL) OR ([R7418700] = @Original_R74" + + "18700)) AND ((@IsNull_R7418800 = 1 AND [R7418800] IS NULL) OR ([R7418800] = @Ori" + + "ginal_R7418800)) AND ((@IsNull_R7420700 = 1 AND [R7420700] IS NULL) OR ([R742070" + + "0] = @Original_R7420700)) AND ((@IsNull_R7420701 = 1 AND [R7420701] IS NULL) OR " + + "([R7420701] = @Original_R7420701)) AND ((@IsNull_R7420800 = 1 AND [R7420800] IS " + + "NULL) OR ([R7420800] = @Original_R7420800)) AND ((@IsNull_R7420801 = 1 AND [R742" + + "0801] IS NULL) OR ([R7420801] = @Original_R7420801)) AND ((@IsNull_R7420900 = 1 " + + "AND [R7420900] IS NULL) OR ([R7420900] = @Original_R7420900)) AND ((@IsNull_R742" + + "0901 = 1 AND [R7420901] IS NULL) OR ([R7420901] = @Original_R7420901)) AND ((@Is" + + "Null_R7421000 = 1 AND [R7421000] IS NULL) OR ([R7421000] = @Original_R7421000)) " + + "AND ((@IsNull_R7421001 = 1 AND [R7421001] IS NULL) OR ([R7421001] = @Original_R7" + + "421001)) AND ((@IsNull_R7421100 = 1 AND [R7421100] IS NULL) OR ([R7421100] = @Or" + + "iginal_R7421100)) AND ((@IsNull_R7421101 = 1 AND [R7421101] IS NULL) OR ([R74211" + + "01] = @Original_R7421101)) AND ((@IsNull_R7421200 = 1 AND [R7421200] IS NULL) OR" + + " ([R7421200] = @Original_R7421200)) AND ((@IsNull_R7421201 = 1 AND [R7421201] IS" + + " NULL) OR ([R7421201] = @Original_R7421201)) AND ((@IsNull_R7421300 = 1 AND [R74" + + "21300] IS NULL) OR ([R7421300] = @Original_R7421300)) AND ((@IsNull_R7421301 = 1" + + " AND [R7421301] IS NULL) OR ([R7421301] = @Original_R7421301)) AND ((@IsNull_R81" + + "16000 = 1 AND [R8116000] IS NULL) OR ([R8116000] = @Original_R8116000)) AND ((@I" + + "sNull_R8116100 = 1 AND [R8116100] IS NULL) OR ([R8116100] = @Original_R8116100))" + + " AND ((@IsNull_R8116200 = 1 AND [R8116200] IS NULL) OR ([R8116200] = @Original_R" + + "8116200)) AND ((@IsNull_R8116300 = 1 AND [R8116300] IS NULL) OR ([R8116300] = @O" + + "riginal_R8116300)) AND ((@IsNull_R8116400 = 1 AND [R8116400] IS NULL) OR ([R8116" + + "400] = @Original_R8116400)) AND ((@IsNull_R8116500 = 1 AND [R8116500] IS NULL) O" + + "R ([R8116500] = @Original_R8116500)) AND ((@IsNull_R8116600 = 1 AND [R8116600] I" + + "S NULL) OR ([R8116600] = @Original_R8116600)) AND ((@IsNull_R8116700 = 1 AND [R8" + + "116700] IS NULL) OR ([R8116700] = @Original_R8116700)) AND ((@IsNull_R8116800 = " + + "1 AND [R8116800] IS NULL) OR ([R8116800] = @Original_R8116800)) AND ((@IsNull_R8" + + "116900 = 1 AND [R8116900] IS NULL) OR ([R8116900] = @Original_R8116900)) AND ((@" + + "IsNull_R8119000 = 1 AND [R8119000] IS NULL) OR ([R8119000] = @Original_R8119000)" + + ") AND ((@IsNull_R8119001 = 1 AND [R8119001] IS NULL) OR ([R8119001] = @Original_" + + "R8119001)) AND ((@IsNull_R8119100 = 1 AND [R8119100] IS NULL) OR ([R8119100] = @" + + "Original_R8119100)) AND ((@IsNull_R8119101 = 1 AND [R8119101] IS NULL) OR ([R811" + + "9101] = @Original_R8119101)) AND ((@IsNull_R8119200 = 1 AND [R8119200] IS NULL) " + + "OR ([R8119200] = @Original_R8119200)) AND ((@IsNull_R8119201 = 1 AND [R8119201] " + + "IS NULL) OR ([R8119201] = @Original_R8119201)) AND ((@IsNull_R8119300 = 1 AND [R" + + "8119300] IS NULL) OR ([R8119300] = @Original_R8119300)) AND ((@IsNull_R8119301 =" + + " 1 AND [R8119301] IS NULL) OR ([R8119301] = @Original_R8119301)) AND ((@IsNull_R" + + "8119400 = 1 AND [R8119400] IS NULL) OR ([R8119400] = @Original_R8119400)) AND ((" + + "@IsNull_R8119401 = 1 AND [R8119401] IS NULL) OR ([R8119401] = @Original_R8119401" + + ")) AND ((@IsNull_R8119500 = 1 AND [R8119500] IS NULL) OR ([R8119500] = @Original" + + "_R8119500)) AND ((@IsNull_R8119501 = 1 AND [R8119501] IS NULL) OR ([R8119501] = " + + "@Original_R8119501)) AND ((@IsNull_T0347900 = 1 AND [T0347900] IS NULL) OR ([T03" + + "47900] = @Original_T0347900)) AND ((@IsNull_T0348000 = 1 AND [T0348000] IS NULL)" + + " OR ([T0348000] = @Original_T0348000)) AND ((@IsNull_T0348100 = 1 AND [T0348100]" + + " IS NULL) OR ([T0348100] = @Original_T0348100)) AND ((@IsNull_T0348200 = 1 AND [" + + "T0348200] IS NULL) OR ([T0348200] = @Original_T0348200)) AND ((@IsNull_T0348300 " + + "= 1 AND [T0348300] IS NULL) OR ([T0348300] = @Original_T0348300)) AND ((@IsNull_" + + "T0348400 = 1 AND [T0348400] IS NULL) OR ([T0348400] = @Original_T0348400)) AND (" + + "(@IsNull_T0348500 = 1 AND [T0348500] IS NULL) OR ([T0348500] = @Original_T034850" + + "0)) AND ((@IsNull_T0348600 = 1 AND [T0348600] IS NULL) OR ([T0348600] = @Origina" + + "l_T0348600)) AND ((@IsNull_T0348700 = 1 AND [T0348700] IS NULL) OR ([T0348700] =" + + " @Original_T0348700)) AND ((@IsNull_T0348800 = 1 AND [T0348800] IS NULL) OR ([T0" + + "348800] = @Original_T0348800)) AND ((@IsNull_T0348900 = 1 AND [T0348900] IS NULL" + + ") OR ([T0348900] = @Original_T0348900)) AND ((@IsNull_T0351100 = 1 AND [T0351100" + + "] IS NULL) OR ([T0351100] = @Original_T0351100)) AND ((@IsNull_T0351101 = 1 AND " + + "[T0351101] IS NULL) OR ([T0351101] = @Original_T0351101)) AND ((@IsNull_T0351200" + + " = 1 AND [T0351200] IS NULL) OR ([T0351200] = @Original_T0351200)) AND ((@IsNull" + + "_T0351201 = 1 AND [T0351201] IS NULL) OR ([T0351201] = @Original_T0351201)) AND " + + "((@IsNull_T0351300 = 1 AND [T0351300] IS NULL) OR ([T0351300] = @Original_T03513" + + "00)) AND ((@IsNull_T0351301 = 1 AND [T0351301] IS NULL) OR ([T0351301] = @Origin" + + "al_T0351301)) AND ((@IsNull_T0351400 = 1 AND [T0351400] IS NULL) OR ([T0351400] " + + "= @Original_T0351400)) AND ((@IsNull_T0351401 = 1 AND [T0351401] IS NULL) OR ([T" + + "0351401] = @Original_T0351401)) AND ((@IsNull_T0351500 = 1 AND [T0351500] IS NUL" + + "L) OR ([T0351500] = @Original_T0351500)) AND ((@IsNull_T0351501 = 1 AND [T035150" + + "1] IS NULL) OR ([T0351501] = @Original_T0351501)) AND ((@IsNull_T0351600 = 1 AND" + + " [T0351600] IS NULL) OR ([T0351600] = @Original_T0351600)) AND ((@IsNull_T035160" + + "1 = 1 AND [T0351601] IS NULL) OR ([T0351601] = @Original_T0351601)) AND ((@IsNul" + + "l_T0351700 = 1 AND [T0351700] IS NULL) OR ([T0351700] = @Original_T0351700)) AND" + + " ((@IsNull_T0351701 = 1 AND [T0351701] IS NULL) OR ([T0351701] = @Original_T0351" + + "701)) AND ((@IsNull_T0351800 = 1 AND [T0351800] IS NULL) OR ([T0351800] = @Origi" + + "nal_T0351800)) AND ((@IsNull_T0351801 = 1 AND [T0351801] IS NULL) OR ([T0351801]" + + " = @Original_T0351801)) AND ((@IsNull_T1497300 = 1 AND [T1497300] IS NULL) OR ([" + + "T1497300] = @Original_T1497300)) AND ((@IsNull_T1497400 = 1 AND [T1497400] IS NU" + + "LL) OR ([T1497400] = @Original_T1497400)) AND ((@IsNull_T1497500 = 1 AND [T14975" + + "00] IS NULL) OR ([T1497500] = @Original_T1497500)) AND ((@IsNull_T1497600 = 1 AN" + + "D [T1497600] IS NULL) OR ([T1497600] = @Original_T1497600)) AND ((@IsNull_T14977" + + "00 = 1 AND [T1497700] IS NULL) OR ([T1497700] = @Original_T1497700)) AND ((@IsNu" + + "ll_T1497800 = 1 AND [T1497800] IS NULL) OR ([T1497800] = @Original_T1497800)) AN" + + "D ((@IsNull_T1497900 = 1 AND [T1497900] IS NULL) OR ([T1497900] = @Original_T149" + + "7900)) AND ((@IsNull_T1498000 = 1 AND [T1498000] IS NULL) OR ([T1498000] = @Orig" + + "inal_T1498000)) AND ((@IsNull_T1498100 = 1 AND [T1498100] IS NULL) OR ([T1498100" + + "] = @Original_T1498100)) AND ((@IsNull_T1498200 = 1 AND [T1498200] IS NULL) OR (" + + "[T1498200] = @Original_T1498200)) AND ((@IsNull_T1498300 = 1 AND [T1498300] IS N" + + "ULL) OR ([T1498300] = @Original_T1498300)) AND ((@IsNull_T1500500 = 1 AND [T1500" + + "500] IS NULL) OR ([T1500500] = @Original_T1500500)) AND ((@IsNull_T1500501 = 1 A" + + "ND [T1500501] IS NULL) OR ([T1500501] = @Original_T1500501)) AND ((@IsNull_T1500" + + "600 = 1 AND [T1500600] IS NULL) OR ([T1500600] = @Original_T1500600)) AND ((@IsN" + + "ull_T1500601 = 1 AND [T1500601] IS NULL) OR ([T1500601] = @Original_T1500601)) A" + + "ND ((@IsNull_T1500700 = 1 AND [T1500700] IS NULL) OR ([T1500700] = @Original_T15" + + "00700)) AND ((@IsNull_T1500701 = 1 AND [T1500701] IS NULL) OR ([T1500701] = @Ori" + + "ginal_T1500701)) AND ((@IsNull_T1500800 = 1 AND [T1500800] IS NULL) OR ([T150080" + + "0] = @Original_T1500800)) AND ((@IsNull_T1500801 = 1 AND [T1500801] IS NULL) OR " + + "([T1500801] = @Original_T1500801)) AND ((@IsNull_T1500900 = 1 AND [T1500900] IS " + + "NULL) OR ([T1500900] = @Original_T1500900)) AND ((@IsNull_T1500901 = 1 AND [T150" + + "0901] IS NULL) OR ([T1500901] = @Original_T1500901)) AND ((@IsNull_T1501000 = 1 " + + "AND [T1501000] IS NULL) OR ([T1501000] = @Original_T1501000)) AND ((@IsNull_T150" + + "1001 = 1 AND [T1501001] IS NULL) OR ([T1501001] = @Original_T1501001)) AND ((@Is" + + "Null_T2543200 = 1 AND [T2543200] IS NULL) OR ([T2543200] = @Original_T2543200)) " + + "AND ((@IsNull_T2543300 = 1 AND [T2543300] IS NULL) OR ([T2543300] = @Original_T2" + + "543300)) AND ((@IsNull_T2543400 = 1 AND [T2543400] IS NULL) OR ([T2543400] = @Or" + + "iginal_T2543400)) AND ((@IsNull_T2543500 = 1 AND [T2543500] IS NULL) OR ([T25435" + + "00] = @Original_T2543500)) AND ((@IsNull_T2543600 = 1 AND [T2543600] IS NULL) OR" + + " ([T2543600] = @Original_T2543600)) AND ((@IsNull_T2543700 = 1 AND [T2543700] IS" + + " NULL) OR ([T2543700] = @Original_T2543700)) AND ((@IsNull_T2543800 = 1 AND [T25" + + "43800] IS NULL) OR ([T2543800] = @Original_T2543800)) AND ((@IsNull_T2543900 = 1" + + " AND [T2543900] IS NULL) OR ([T2543900] = @Original_T2543900)) AND ((@IsNull_T25" + + "44000 = 1 AND [T2544000] IS NULL) OR ([T2544000] = @Original_T2544000)) AND ((@I" + + "sNull_T2544100 = 1 AND [T2544100] IS NULL) OR ([T2544100] = @Original_T2544100))" + + " AND ((@IsNull_T2546100 = 1 AND [T2546100] IS NULL) OR ([T2546100] = @Original_T" + + "2546100)) AND ((@IsNull_T2546101 = 1 AND [T2546101] IS NULL) OR ([T2546101] = @O" + + "riginal_T2546101)) AND ((@IsNull_T2546200 = 1 AND [T2546200] IS NULL) OR ([T2546" + + "200] = @Original_T2546200)) AND ((@IsNull_T2546201 = 1 AND [T2546201] IS NULL) O" + + "R ([T2546201] = @Original_T2546201)) AND ((@IsNull_T2546300 = 1 AND [T2546300] I" + + "S NULL) OR ([T2546300] = @Original_T2546300)) AND ((@IsNull_T2546301 = 1 AND [T2" + + "546301] IS NULL) OR ([T2546301] = @Original_T2546301)) AND ((@IsNull_T2546400 = " + + "1 AND [T2546400] IS NULL) OR ([T2546400] = @Original_T2546400)) AND ((@IsNull_T2" + + "546401 = 1 AND [T2546401] IS NULL) OR ([T2546401] = @Original_T2546401)) AND ((@" + + "IsNull_T2546500 = 1 AND [T2546500] IS NULL) OR ([T2546500] = @Original_T2546500)" + + ") AND ((@IsNull_T2546501 = 1 AND [T2546501] IS NULL) OR ([T2546501] = @Original_" + + "T2546501)) AND ((@IsNull_T2546600 = 1 AND [T2546600] IS NULL) OR ([T2546600] = @" + + "Original_T2546600)) AND ((@IsNull_T2546601 = 1 AND [T2546601] IS NULL) OR ([T254" + + "6601] = @Original_T2546601)) AND ((@IsNull_T2546700 = 1 AND [T2546700] IS NULL) " + + "OR ([T2546700] = @Original_T2546700)) AND ((@IsNull_T2546701 = 1 AND [T2546701] " + + "IS NULL) OR ([T2546701] = @Original_T2546701)) AND ((@IsNull_T3529500 = 1 AND [T" + + "3529500] IS NULL) OR ([T3529500] = @Original_T3529500)) AND ((@IsNull_T3529600 =" + + " 1 AND [T3529600] IS NULL) OR ([T3529600] = @Original_T3529600)) AND ((@IsNull_T" + + "3529700 = 1 AND [T3529700] IS NULL) OR ([T3529700] = @Original_T3529700)) AND ((" + + "@IsNull_T3529800 = 1 AND [T3529800] IS NULL) OR ([T3529800] = @Original_T3529800" + + ")) AND ((@IsNull_T3529900 = 1 AND [T3529900] IS NULL) OR ([T3529900] = @Original" + + "_T3529900)) AND ((@IsNull_T3530000 = 1 AND [T3530000] IS NULL) OR ([T3530000] = " + + "@Original_T3530000)) AND ((@IsNull_T3530100 = 1 AND [T3530100] IS NULL) OR ([T35" + + "30100] = @Original_T3530100)) AND ((@IsNull_T3530200 = 1 AND [T3530200] IS NULL)" + + " OR ([T3530200] = @Original_T3530200)) AND ((@IsNull_T3530300 = 1 AND [T3530300]" + + " IS NULL) OR ([T3530300] = @Original_T3530300)) AND ((@IsNull_T3530400 = 1 AND [" + + "T3530400] IS NULL) OR ([T3530400] = @Original_T3530400)) AND ((@IsNull_T3532500 " + + "= 1 AND [T3532500] IS NULL) OR ([T3532500] = @Original_T3532500)) AND ((@IsNull_" + + "T3532501 = 1 AND [T3532501] IS NULL) OR ([T3532501] = @Original_T3532501)) AND (" + + "(@IsNull_T3532600 = 1 AND [T3532600] IS NULL) OR ([T3532600] = @Original_T353260" + + "0)) AND ((@IsNull_T3532601 = 1 AND [T3532601] IS NULL) OR ([T3532601] = @Origina" + + "l_T3532601)) AND ((@IsNull_T3532700 = 1 AND [T3532700] IS NULL) OR ([T3532700] =" + + " @Original_T3532700)) AND ((@IsNull_T3532701 = 1 AND [T3532701] IS NULL) OR ([T3" + + "532701] = @Original_T3532701)) AND ((@IsNull_T3532800 = 1 AND [T3532800] IS NULL" + + ") OR ([T3532800] = @Original_T3532800)) AND ((@IsNull_T3532801 = 1 AND [T3532801" + + "] IS NULL) OR ([T3532801] = @Original_T3532801)) AND ((@IsNull_T3532900 = 1 AND " + + "[T3532900] IS NULL) OR ([T3532900] = @Original_T3532900)) AND ((@IsNull_T3532901" + + " = 1 AND [T3532901] IS NULL) OR ([T3532901] = @Original_T3532901)) AND ((@IsNull" + + "_T3533000 = 1 AND [T3533000] IS NULL) OR ([T3533000] = @Original_T3533000)) AND " + + "((@IsNull_T3533001 = 1 AND [T3533001] IS NULL) OR ([T3533001] = @Original_T35330" + + "01)) AND ((@IsNull_T3533100 = 1 AND [T3533100] IS NULL) OR ([T3533100] = @Origin" + + "al_T3533100)) AND ((@IsNull_T3533101 = 1 AND [T3533101] IS NULL) OR ([T3533101] " + + "= @Original_T3533101)) AND ((@IsNull_T4498100 = 1 AND [T4498100] IS NULL) OR ([T" + + "4498100] = @Original_T4498100)) AND ((@IsNull_T4498200 = 1 AND [T4498200] IS NUL" + + "L) OR ([T4498200] = @Original_T4498200)) AND ((@IsNull_T4498300 = 1 AND [T449830" + + "0] IS NULL) OR ([T4498300] = @Original_T4498300)) AND ((@IsNull_T4498400 = 1 AND" + + " [T4498400] IS NULL) OR ([T4498400] = @Original_T4498400)) AND ((@IsNull_T449850" + + "0 = 1 AND [T4498500] IS NULL) OR ([T4498500] = @Original_T4498500)) AND ((@IsNul" + + "l_T4498600 = 1 AND [T4498600] IS NULL) OR ([T4498600] = @Original_T4498600)) AND" + + " ((@IsNull_T4498700 = 1 AND [T4498700] IS NULL) OR ([T4498700] = @Original_T4498" + + "700)) AND ((@IsNull_T4498800 = 1 AND [T4498800] IS NULL) OR ([T4498800] = @Origi" + + "nal_T4498800)) AND ((@IsNull_T4498900 = 1 AND [T4498900] IS NULL) OR ([T4498900]" + + " = @Original_T4498900)) AND ((@IsNull_T4499000 = 1 AND [T4499000] IS NULL) OR ([" + + "T4499000] = @Original_T4499000)) AND ((@IsNull_T4503700 = 1 AND [T4503700] IS NU" + + "LL) OR ([T4503700] = @Original_T4503700)) AND ((@IsNull_T4503701 = 1 AND [T45037" + + "01] IS NULL) OR ([T4503701] = @Original_T4503701)) AND ((@IsNull_T4503800 = 1 AN" + + "D [T4503800] IS NULL) OR ([T4503800] = @Original_T4503800)) AND ((@IsNull_T45038" + + "01 = 1 AND [T4503801] IS NULL) OR ([T4503801] = @Original_T4503801)) AND ((@IsNu" + + "ll_T4503900 = 1 AND [T4503900] IS NULL) OR ([T4503900] = @Original_T4503900)) AN" + + "D ((@IsNull_T4503901 = 1 AND [T4503901] IS NULL) OR ([T4503901] = @Original_T450" + + "3901)) AND ((@IsNull_T4504000 = 1 AND [T4504000] IS NULL) OR ([T4504000] = @Orig" + + "inal_T4504000)) AND ((@IsNull_T4504001 = 1 AND [T4504001] IS NULL) OR ([T4504001" + + "] = @Original_T4504001)) AND ((@IsNull_T4504100 = 1 AND [T4504100] IS NULL) OR (" + + "[T4504100] = @Original_T4504100)) AND ((@IsNull_T4504101 = 1 AND [T4504101] IS N" + + "ULL) OR ([T4504101] = @Original_T4504101)) AND ((@IsNull_T4504200 = 1 AND [T4504" + + "200] IS NULL) OR ([T4504200] = @Original_T4504200)) AND ((@IsNull_T4504201 = 1 A" + + "ND [T4504201] IS NULL) OR ([T4504201] = @Original_T4504201)));\r\nSELECT R0000100," + + " R1373400, R1374100, R1374800, R1375500, R1376200, R1376900, R1377600, R1753800," + + " R1754500, R1755200, R1755900, R1756600, R1757300, R1758000, R2095800, R2096500," + + " R2097200, R2097900, R2098600, R2099300, R2100000, R2648100, R2648800, R2649500," + + " R2650200, R2650900, R2651600, R2652300, R3256000, R3257800, R3259600, R3261400," + + " R3263200, R3265000, R3266800, R3771900, R3772200, R3772300, R3774000, R3774300," + + " R3774400, R3776100, R3776400, R3776500, R3778200, R3778500, R3778600, R3780300," + + " R3780600, R3780700, R3782400, R3784500, R4276900, R4277200, R4277201, R4277800," + + " R4278100, R4278101, R4278700, R4279000, R4279001, R4279600, R4279900, R4279901," + + " R4280500, R4280800, R4280801, R4281400, R4282200, R4827700, R4828000, R4828001," + + " R4830700, R4831000, R4831001, R4833700, R4834000, R4834001, R4836700, R4837000," + + " R4837001, R4839700, R4840000, R4840001, R4842600, R4844900, R4847200, R5498100," + + " R5498400, R5498401, R5501100, R5501400, R5501401, R5504100, R5504400, R5504401," + + " R5507100, R5507400, R5507401, R5510100, R5510400, R5510401, R5513100, R5515400," + + " R5517700, R5519900, R6219500, R6219600, R6219700, R6219800, R6219900, R6220000," + + " R6220100, R6220200, R6220300, R6220400, R6222800, R6222801, R6222900, R6222901," + + " R6223000, R6223001, R6223100, R6223101, R6223200, R6223201, R6223300, R6223301," + + " R6773500, R6773600, R6773700, R6773800, R6773900, R6774000, R6774100, R6774200," + + " R6774300, R6774400, R6776300, R6776301, R6776400, R6776401, R6776500, R6776501," + + " R6776600, R6776601, R6776700, R6776701, R6776800, R6776801, R7417900, R7418000," + + " R7418100, R7418200, R7418300, R7418400, R7418500, R7418600, R7418700, R7418800," + + " R7420700, R7420701, R7420800, R7420801, R7420900, R7420901, R7421000, R7421001," + + " R7421100, R7421101, R7421200, R7421201, R7421300, R7421301, R8116000, R8116100," + + " R8116200, R8116300, R8116400, R8116500, R8116600, R8116700, R8116800, R8116900," + + " R8119000, R8119001, R8119100, R8119101, R8119200, R8119201, R8119300, R8119301," + + " R8119400, R8119401, R8119500, R8119501, T0347900, T0348000, T0348100, T0348200," + + " T0348300, T0348400, T0348500, T0348600, T0348700, T0348800, T0348900, T0351100," + + " T0351101, T0351200, T0351201, T0351300, T0351301, T0351400, T0351401, T0351500," + + " T0351501, T0351600, T0351601, T0351700, T0351701, T0351800, T0351801, T1497300," + + " T1497400, T1497500, T1497600, T1497700, T1497800, T1497900, T1498000, T1498100," + + " T1498200, T1498300, T1500500, T1500501, T1500600, T1500601, T1500700, T1500701," + + " T1500800, T1500801, T1500900, T1500901, T1501000, T1501001, T2543200, T2543300," + + " T2543400, T2543500, T2543600, T2543700, T2543800, T2543900, T2544000, T2544100," + + " T2546100, T2546101, T2546200, T2546201, T2546300, T2546301, T2546400, T2546401," + + " T2546500, T2546501, T2546600, T2546601, T2546700, T2546701, T3529500, T3529600," + + " T3529700, T3529800, T3529900, T3530000, T3530100, T3530200, T3530300, T3530400," + + " T3532500, T3532501, T3532600, T3532601, T3532700, T3532701, T3532800, T3532801," + + " T3532900, T3532901, T3533000, T3533001, T3533100, T3533101, T4498100, T4498200," + + " T4498300, T4498400, T4498500, T4498600, T4498700, T4498800, T4498900, T4499000," + + " T4503700, T4503701, T4503800, T4503801, T4503900, T4503901, T4504000, T4504001," + + " T4504100, T4504101, T4504200, T4504201 FROM Extract.tblGen2FatherFromGen1Death " + + "WHERE (R0000100 = @R0000100)"; + this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1373400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1373400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1374100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1374800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1375500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1375500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1376200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1376900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1377600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1753800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1753800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1754500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1754500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1755200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1755900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1756600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1757300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R1758000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1758000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2095800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2095800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2096500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2096500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2097200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2097900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2098600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2099300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2100000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2100000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2648100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2648800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2649500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2649500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2650200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2650900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2651600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R2652300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2652300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3256000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3256000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3257800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3257800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3259600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3259600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3261400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3261400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3263200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3263200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3265000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3265000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3266800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3266800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3771900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3771900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3772200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3772300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3774300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3774400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3776100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3776400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3776500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3778200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3778500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3778600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3780300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3780600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3780700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3782400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R3784500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4276900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4276900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4277200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4277201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4277800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4278100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4278101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4278700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4279901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4280500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4280800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4280801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4281400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4282200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4827700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4828000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4828001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4830700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4831000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4831001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4833700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4834000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4834001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4836700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4837000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4837001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4839700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4840000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4840001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4842600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4844900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4844900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R4847200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5498400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5498401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5501100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5501400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5501401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5504100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5504400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5504401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5507100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5507400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5507401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5510100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5510400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5510401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5513100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5515400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5517700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R5519900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5519900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6219500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6219600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6219700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6219800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6219900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6220000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6220100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6220200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6220300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6220400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6222800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6222801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6222900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6222901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6223301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6773500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6773600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6773700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6773800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6774300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6774400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R6776801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7417900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7417900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7418800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7420901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R7421301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8116900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@R8119501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0347900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0347900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0348900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T0351801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1497900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1498000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1498200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1498300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1500901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1501000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T1501001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2543900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2544000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2544100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546301", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T2546701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3529500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3529600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3529700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3529800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3529900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3530000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3530100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3530200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3530300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3530400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3532901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3533000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3533001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3533100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T3533101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4498200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4498300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4498400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4498500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4498600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4498700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4498800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4498900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4499000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4499000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4503700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4503701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4503800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4503801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4503900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4503901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503901", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4504000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4504001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4504100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4504101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4504200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@T4504201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504201", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1373400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1373400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1373400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1373400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1374100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1374100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1374800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1374800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1374800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1375500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1375500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1375500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1375500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1376200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1376200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1376900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1376900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1376900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1377600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1377600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1377600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1753800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1753800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1753800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1753800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1754500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1754500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1754500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1754500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1755200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1755200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1755900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1755900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1755900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1756600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1756600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1756600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1757300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1757300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1757300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R1758000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1758000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R1758000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R1758000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2095800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2095800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2095800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2095800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2096500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2096500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2096500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2096500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2097200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2097200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2097900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2097900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2097900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2098600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2098600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2098600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2099300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2099300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2099300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2100000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2100000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2100000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2100000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2648100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2648100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2648800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2648800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2648800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2649500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2649500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2649500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2649500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2650200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2650200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2650900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2650900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2650900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2651600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2651600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2651600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R2652300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2652300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R2652300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R2652300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3256000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3256000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3256000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3256000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3257800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3257800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3257800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3257800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3259600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3259600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3259600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3259600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3261400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3261400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3261400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3261400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3263200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3263200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3263200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3263200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3265000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3265000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3265000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3265000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3266800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3266800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3266800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3266800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3771900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3771900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3771900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3771900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3772200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3772200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3772300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3772300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3772300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3774300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3774300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3774400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3774400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3774400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3776100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3776100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3776400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3776400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3776500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3776500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3776500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3778200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3778200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3778500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3778500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3778600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3778600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3778600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3780300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3780300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3780600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3780600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3780700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3780700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3780700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3782400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3782400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3782400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R3784500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R3784500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R3784500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4276900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4276900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4276900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4276900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4277200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4277200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4277201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4277201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4277800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4277800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4277800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4278100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4278100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4278101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4278101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4278700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4278700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4278700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4279901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4279901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4279901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4280500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4280500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4280800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4280800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4280801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4280801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4280801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4281400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4281400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4281400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4282200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4282200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4282200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4827700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4827700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4827700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4828000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4828000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4828001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4828001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4828001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4830700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4830700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4830700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4831000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4831000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4831001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4831001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4831001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4833700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4833700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4833700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4834000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4834000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4834001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4834001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4834001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4836700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4836700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4836700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4837000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4837000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4837001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4837001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4837001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4839700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4839700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4839700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4840000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4840000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4840001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4840001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4840001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4842600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4842600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4842600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4844900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4844900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4844900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4844900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R4847200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R4847200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R4847200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5498400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5498400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5498401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5498401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5498401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5501100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5501100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5501400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5501400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5501401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5501401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5501401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5504100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5504100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5504400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5504400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5504401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5504401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5504401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5507100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5507100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5507400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5507400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5507401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5507401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5507401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5510100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5510100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5510400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5510400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5510401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5510401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5510401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5513100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5513100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5513100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5515400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5515400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5515400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5517700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5517700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5517700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R5519900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5519900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R5519900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R5519900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6219500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6219500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6219600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6219600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6219700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6219700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6219800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6219800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6219900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6219900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6219900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6220000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6220000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6220100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6220100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6220200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6220200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6220300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6220300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6220400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6220400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6220400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6222800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6222800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6222801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6222801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6222900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6222900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6222901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6222901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6222901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6223301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6223301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6223301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6773500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6773500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6773600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6773600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6773700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6773700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6773800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6773800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6773900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6773900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6774000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6774100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6774200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6774300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6774300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6774400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6774400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6774400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R6776801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R6776801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R6776801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7417900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7417900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7417900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7417900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7418800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7418800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7418800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7420700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7420701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7420800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7420801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7420900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7420901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7420901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7420901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R7421301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R7421301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R7421301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8116900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8116900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8116900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_R8119501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_R8119501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "R8119501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0347900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0347900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0347900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0347900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0348900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0348900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0348900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T0351801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T0351801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T0351801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1497900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1497900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1497900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1498000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1498000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1498200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1498200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1498300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1498300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1498300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1500901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1500901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1500901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1501000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1501000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T1501001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T1501001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T1501001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2543900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2543900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2543900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2544000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2544000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2544100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2544100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2544100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546201", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546301", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546301", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546301", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T2546701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T2546701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T2546701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3529500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3529500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3529600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3529600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3529700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3529700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3529800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3529800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3529900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3529900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3529900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3530000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3530000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3530100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3530100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3530200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3530200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3530300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3530300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3530400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3530400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3530400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3532901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3532901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3532901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3533000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3533000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3533001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3533001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3533100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3533100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T3533101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T3533101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T3533101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4498100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4498200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4498200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4498300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4498300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4498400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4498400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4498500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4498500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4498600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4498600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4498700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4498700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4498800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4498800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4498900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4498900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4498900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4499000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4499000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4499000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4499000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4503700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4503700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4503701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4503701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4503800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4503800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4503801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4503801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4503900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4503900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4503901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503901", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4503901", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4503901", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4504000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4504000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4504001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4504001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4504100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4504100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4504101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4504101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4504200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4504200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_T4504201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504201", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_T4504201", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "T4504201", 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::Nls.Base79.Properties.Settings.Default.Nlsy79ConnectionStringBase; + } + + [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 R0000100, R1373400, R1374100, R1374800, R1375500, R1376200, R1376900, R137" + + "7600, R1753800, R1754500, R1755200, R1755900, R1756600, R1757300, R1758000, R209" + + "5800, R2096500, R2097200, R2097900, R2098600, R2099300, R2100000, R2648100, R264" + + "8800, R2649500, R2650200, R2650900, R2651600, R2652300, R3256000, R3257800, R325" + + "9600, R3261400, R3263200, R3265000, R3266800, R3771900, R3772200, R3772300, R377" + + "4000, R3774300, R3774400, R3776100, R3776400, R3776500, R3778200, R3778500, R377" + + "8600, R3780300, R3780600, R3780700, R3782400, R3784500, R4276900, R4277200, R427" + + "7201, R4277800, R4278100, R4278101, R4278700, R4279000, R4279001, R4279600, R427" + + "9900, R4279901, R4280500, R4280800, R4280801, R4281400, R4282200, R4827700, R482" + + "8000, R4828001, R4830700, R4831000, R4831001, R4833700, R4834000, R4834001, R483" + + "6700, R4837000, R4837001, R4839700, R4840000, R4840001, R4842600, R4844900, R484" + + "7200, R5498100, R5498400, R5498401, R5501100, R5501400, R5501401, R5504100, R550" + + "4400, R5504401, R5507100, R5507400, R5507401, R5510100, R5510400, R5510401, R551" + + "3100, R5515400, R5517700, R5519900, R6219500, R6219600, R6219700, R6219800, R621" + + "9900, R6220000, R6220100, R6220200, R6220300, R6220400, R6222800, R6222801, R622" + + "2900, R6222901, R6223000, R6223001, R6223100, R6223101, R6223200, R6223201, R622" + + "3300, R6223301, R6773500, R6773600, R6773700, R6773800, R6773900, R6774000, R677" + + "4100, R6774200, R6774300, R6774400, R6776300, R6776301, R6776400, R6776401, R677" + + "6500, R6776501, R6776600, R6776601, R6776700, R6776701, R6776800, R6776801, R741" + + "7900, R7418000, R7418100, R7418200, R7418300, R7418400, R7418500, R7418600, R741" + + "8700, R7418800, R7420700, R7420701, R7420800, R7420801, R7420900, R7420901, R742" + + "1000, R7421001, R7421100, R7421101, R7421200, R7421201, R7421300, R7421301, R811" + + "6000, R8116100, R8116200, R8116300, R8116400, R8116500, R8116600, R8116700, R811" + + "6800, R8116900, R8119000, R8119001, R8119100, R8119101, R8119200, R8119201, R811" + + "9300, R8119301, R8119400, R8119401, R8119500, R8119501, T0347900, T0348000, T034" + + "8100, T0348200, T0348300, T0348400, T0348500, T0348600, T0348700, T0348800, T034" + + "8900, T0351100, T0351101, T0351200, T0351201, T0351300, T0351301, T0351400, T035" + + "1401, T0351500, T0351501, T0351600, T0351601, T0351700, T0351701, T0351800, T035" + + "1801, T1497300, T1497400, T1497500, T1497600, T1497700, T1497800, T1497900, T149" + + "8000, T1498100, T1498200, T1498300, T1500500, T1500501, T1500600, T1500601, T150" + + "0700, T1500701, T1500800, T1500801, T1500900, T1500901, T1501000, T1501001, T254" + + "3200, T2543300, T2543400, T2543500, T2543600, T2543700, T2543800, T2543900, T254" + + "4000, T2544100, T2546100, T2546101, T2546200, T2546201, T2546300, T2546301, T254" + + "6400, T2546401, T2546500, T2546501, T2546600, T2546601, T2546700, T2546701, T352" + + "9500, T3529600, T3529700, T3529800, T3529900, T3530000, T3530100, T3530200, T353" + + "0300, T3530400, T3532500, T3532501, T3532600, T3532601, T3532700, T3532701, T353" + + "2800, T3532801, T3532900, T3532901, T3533000, T3533001, T3533100, T3533101, T449" + + "8100, T4498200, T4498300, T4498400, T4498500, T4498600, T4498700, T4498800, T449" + + "8900, T4499000, T4503700, T4503701, T4503800, T4503801, T4503900, T4503901, T450" + + "4000, T4504001, T4504100, T4504101, T4504200, T4504201 FROM Extract.tblGen2Fathe" + + "rFromGen1Death"; + 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(ImportDataSet.tblGen2FatherFromGen1DeathDataTable dataTable) { + this.Adapter.SelectCommand = this.CommandCollection[0]; + if ((this.ClearBeforeFill == true)) { + dataTable.Clear(); } - if ((R8120200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[647].Value = ((int)(R8120200.Value)); + 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 ImportDataSet.tblGen2FatherFromGen1DeathDataTable GetData() { + this.Adapter.SelectCommand = this.CommandCollection[0]; + ImportDataSet.tblGen2FatherFromGen1DeathDataTable dataTable = new ImportDataSet.tblGen2FatherFromGen1DeathDataTable(); + 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(ImportDataSet.tblGen2FatherFromGen1DeathDataTable 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(ImportDataSet dataSet) { + return this.Adapter.Update(dataSet, "tblGen2FatherFromGen1Death"); + } + + [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( + int Original_R0000100, + global::System.Nullable Original_R1373400, + global::System.Nullable Original_R1374100, + global::System.Nullable Original_R1374800, + global::System.Nullable Original_R1375500, + global::System.Nullable Original_R1376200, + global::System.Nullable Original_R1376900, + global::System.Nullable Original_R1377600, + global::System.Nullable Original_R1753800, + global::System.Nullable Original_R1754500, + global::System.Nullable Original_R1755200, + global::System.Nullable Original_R1755900, + global::System.Nullable Original_R1756600, + global::System.Nullable Original_R1757300, + global::System.Nullable Original_R1758000, + global::System.Nullable Original_R2095800, + global::System.Nullable Original_R2096500, + global::System.Nullable Original_R2097200, + global::System.Nullable Original_R2097900, + global::System.Nullable Original_R2098600, + global::System.Nullable Original_R2099300, + global::System.Nullable Original_R2100000, + global::System.Nullable Original_R2648100, + global::System.Nullable Original_R2648800, + global::System.Nullable Original_R2649500, + global::System.Nullable Original_R2650200, + global::System.Nullable Original_R2650900, + global::System.Nullable Original_R2651600, + global::System.Nullable Original_R2652300, + global::System.Nullable Original_R3256000, + global::System.Nullable Original_R3257800, + global::System.Nullable Original_R3259600, + global::System.Nullable Original_R3261400, + global::System.Nullable Original_R3263200, + global::System.Nullable Original_R3265000, + global::System.Nullable Original_R3266800, + global::System.Nullable Original_R3771900, + global::System.Nullable Original_R3772200, + global::System.Nullable Original_R3772300, + global::System.Nullable Original_R3774000, + global::System.Nullable Original_R3774300, + global::System.Nullable Original_R3774400, + global::System.Nullable Original_R3776100, + global::System.Nullable Original_R3776400, + global::System.Nullable Original_R3776500, + global::System.Nullable Original_R3778200, + global::System.Nullable Original_R3778500, + global::System.Nullable Original_R3778600, + global::System.Nullable Original_R3780300, + global::System.Nullable Original_R3780600, + global::System.Nullable Original_R3780700, + global::System.Nullable Original_R3782400, + global::System.Nullable Original_R3784500, + global::System.Nullable Original_R4276900, + global::System.Nullable Original_R4277200, + global::System.Nullable Original_R4277201, + global::System.Nullable Original_R4277800, + global::System.Nullable Original_R4278100, + global::System.Nullable Original_R4278101, + global::System.Nullable Original_R4278700, + global::System.Nullable Original_R4279000, + global::System.Nullable Original_R4279001, + global::System.Nullable Original_R4279600, + global::System.Nullable Original_R4279900, + global::System.Nullable Original_R4279901, + global::System.Nullable Original_R4280500, + global::System.Nullable Original_R4280800, + global::System.Nullable Original_R4280801, + global::System.Nullable Original_R4281400, + global::System.Nullable Original_R4282200, + global::System.Nullable Original_R4827700, + global::System.Nullable Original_R4828000, + global::System.Nullable Original_R4828001, + global::System.Nullable Original_R4830700, + global::System.Nullable Original_R4831000, + global::System.Nullable Original_R4831001, + global::System.Nullable Original_R4833700, + global::System.Nullable Original_R4834000, + global::System.Nullable Original_R4834001, + global::System.Nullable Original_R4836700, + global::System.Nullable Original_R4837000, + global::System.Nullable Original_R4837001, + global::System.Nullable Original_R4839700, + global::System.Nullable Original_R4840000, + global::System.Nullable Original_R4840001, + global::System.Nullable Original_R4842600, + global::System.Nullable Original_R4844900, + global::System.Nullable Original_R4847200, + global::System.Nullable Original_R5498100, + global::System.Nullable Original_R5498400, + global::System.Nullable Original_R5498401, + global::System.Nullable Original_R5501100, + global::System.Nullable Original_R5501400, + global::System.Nullable Original_R5501401, + global::System.Nullable Original_R5504100, + global::System.Nullable Original_R5504400, + global::System.Nullable Original_R5504401, + global::System.Nullable Original_R5507100, + global::System.Nullable Original_R5507400, + global::System.Nullable Original_R5507401, + global::System.Nullable Original_R5510100, + global::System.Nullable Original_R5510400, + global::System.Nullable Original_R5510401, + global::System.Nullable Original_R5513100, + global::System.Nullable Original_R5515400, + global::System.Nullable Original_R5517700, + global::System.Nullable Original_R5519900, + global::System.Nullable Original_R6219500, + global::System.Nullable Original_R6219600, + global::System.Nullable Original_R6219700, + global::System.Nullable Original_R6219800, + global::System.Nullable Original_R6219900, + global::System.Nullable Original_R6220000, + global::System.Nullable Original_R6220100, + global::System.Nullable Original_R6220200, + global::System.Nullable Original_R6220300, + global::System.Nullable Original_R6220400, + global::System.Nullable Original_R6222800, + global::System.Nullable Original_R6222801, + global::System.Nullable Original_R6222900, + global::System.Nullable Original_R6222901, + global::System.Nullable Original_R6223000, + global::System.Nullable Original_R6223001, + global::System.Nullable Original_R6223100, + global::System.Nullable Original_R6223101, + global::System.Nullable Original_R6223200, + global::System.Nullable Original_R6223201, + global::System.Nullable Original_R6223300, + global::System.Nullable Original_R6223301, + global::System.Nullable Original_R6773500, + global::System.Nullable Original_R6773600, + global::System.Nullable Original_R6773700, + global::System.Nullable Original_R6773800, + global::System.Nullable Original_R6773900, + global::System.Nullable Original_R6774000, + global::System.Nullable Original_R6774100, + global::System.Nullable Original_R6774200, + global::System.Nullable Original_R6774300, + global::System.Nullable Original_R6774400, + global::System.Nullable Original_R6776300, + global::System.Nullable Original_R6776301, + global::System.Nullable Original_R6776400, + global::System.Nullable Original_R6776401, + global::System.Nullable Original_R6776500, + global::System.Nullable Original_R6776501, + global::System.Nullable Original_R6776600, + global::System.Nullable Original_R6776601, + global::System.Nullable Original_R6776700, + global::System.Nullable Original_R6776701, + global::System.Nullable Original_R6776800, + global::System.Nullable Original_R6776801, + global::System.Nullable Original_R7417900, + global::System.Nullable Original_R7418000, + global::System.Nullable Original_R7418100, + global::System.Nullable Original_R7418200, + global::System.Nullable Original_R7418300, + global::System.Nullable Original_R7418400, + global::System.Nullable Original_R7418500, + global::System.Nullable Original_R7418600, + global::System.Nullable Original_R7418700, + global::System.Nullable Original_R7418800, + global::System.Nullable Original_R7420700, + global::System.Nullable Original_R7420701, + global::System.Nullable Original_R7420800, + global::System.Nullable Original_R7420801, + global::System.Nullable Original_R7420900, + global::System.Nullable Original_R7420901, + global::System.Nullable Original_R7421000, + global::System.Nullable Original_R7421001, + global::System.Nullable Original_R7421100, + global::System.Nullable Original_R7421101, + global::System.Nullable Original_R7421200, + global::System.Nullable Original_R7421201, + global::System.Nullable Original_R7421300, + global::System.Nullable Original_R7421301, + global::System.Nullable Original_R8116000, + global::System.Nullable Original_R8116100, + global::System.Nullable Original_R8116200, + global::System.Nullable Original_R8116300, + global::System.Nullable Original_R8116400, + global::System.Nullable Original_R8116500, + global::System.Nullable Original_R8116600, + global::System.Nullable Original_R8116700, + global::System.Nullable Original_R8116800, + global::System.Nullable Original_R8116900, + global::System.Nullable Original_R8119000, + global::System.Nullable Original_R8119001, + global::System.Nullable Original_R8119100, + global::System.Nullable Original_R8119101, + global::System.Nullable Original_R8119200, + global::System.Nullable Original_R8119201, + global::System.Nullable Original_R8119300, + global::System.Nullable Original_R8119301, + global::System.Nullable Original_R8119400, + global::System.Nullable Original_R8119401, + global::System.Nullable Original_R8119500, + global::System.Nullable Original_R8119501, + global::System.Nullable Original_T0347900, + global::System.Nullable Original_T0348000, + global::System.Nullable Original_T0348100, + global::System.Nullable Original_T0348200, + global::System.Nullable Original_T0348300, + global::System.Nullable Original_T0348400, + global::System.Nullable Original_T0348500, + global::System.Nullable Original_T0348600, + global::System.Nullable Original_T0348700, + global::System.Nullable Original_T0348800, + global::System.Nullable Original_T0348900, + global::System.Nullable Original_T0351100, + global::System.Nullable Original_T0351101, + global::System.Nullable Original_T0351200, + global::System.Nullable Original_T0351201, + global::System.Nullable Original_T0351300, + global::System.Nullable Original_T0351301, + global::System.Nullable Original_T0351400, + global::System.Nullable Original_T0351401, + global::System.Nullable Original_T0351500, + global::System.Nullable Original_T0351501, + global::System.Nullable Original_T0351600, + global::System.Nullable Original_T0351601, + global::System.Nullable Original_T0351700, + global::System.Nullable Original_T0351701, + global::System.Nullable Original_T0351800, + global::System.Nullable Original_T0351801, + global::System.Nullable Original_T1497300, + global::System.Nullable Original_T1497400, + global::System.Nullable Original_T1497500, + global::System.Nullable Original_T1497600, + global::System.Nullable Original_T1497700, + global::System.Nullable Original_T1497800, + global::System.Nullable Original_T1497900, + global::System.Nullable Original_T1498000, + global::System.Nullable Original_T1498100, + global::System.Nullable Original_T1498200, + global::System.Nullable Original_T1498300, + global::System.Nullable Original_T1500500, + global::System.Nullable Original_T1500501, + global::System.Nullable Original_T1500600, + global::System.Nullable Original_T1500601, + global::System.Nullable Original_T1500700, + global::System.Nullable Original_T1500701, + global::System.Nullable Original_T1500800, + global::System.Nullable Original_T1500801, + global::System.Nullable Original_T1500900, + global::System.Nullable Original_T1500901, + global::System.Nullable Original_T1501000, + global::System.Nullable Original_T1501001, + global::System.Nullable Original_T2543200, + global::System.Nullable Original_T2543300, + global::System.Nullable Original_T2543400, + global::System.Nullable Original_T2543500, + global::System.Nullable Original_T2543600, + global::System.Nullable Original_T2543700, + global::System.Nullable Original_T2543800, + global::System.Nullable Original_T2543900, + global::System.Nullable Original_T2544000, + global::System.Nullable Original_T2544100, + global::System.Nullable Original_T2546100, + global::System.Nullable Original_T2546101, + global::System.Nullable Original_T2546200, + global::System.Nullable Original_T2546201, + global::System.Nullable Original_T2546300, + global::System.Nullable Original_T2546301, + global::System.Nullable Original_T2546400, + global::System.Nullable Original_T2546401, + global::System.Nullable Original_T2546500, + global::System.Nullable Original_T2546501, + global::System.Nullable Original_T2546600, + global::System.Nullable Original_T2546601, + global::System.Nullable Original_T2546700, + global::System.Nullable Original_T2546701, + global::System.Nullable Original_T3529500, + global::System.Nullable Original_T3529600, + global::System.Nullable Original_T3529700, + global::System.Nullable Original_T3529800, + global::System.Nullable Original_T3529900, + global::System.Nullable Original_T3530000, + global::System.Nullable Original_T3530100, + global::System.Nullable Original_T3530200, + global::System.Nullable Original_T3530300, + global::System.Nullable Original_T3530400, + global::System.Nullable Original_T3532500, + global::System.Nullable Original_T3532501, + global::System.Nullable Original_T3532600, + global::System.Nullable Original_T3532601, + global::System.Nullable Original_T3532700, + global::System.Nullable Original_T3532701, + global::System.Nullable Original_T3532800, + global::System.Nullable Original_T3532801, + global::System.Nullable Original_T3532900, + global::System.Nullable Original_T3532901, + global::System.Nullable Original_T3533000, + global::System.Nullable Original_T3533001, + global::System.Nullable Original_T3533100, + global::System.Nullable Original_T3533101, + global::System.Nullable Original_T4498100, + global::System.Nullable Original_T4498200, + global::System.Nullable Original_T4498300, + global::System.Nullable Original_T4498400, + global::System.Nullable Original_T4498500, + global::System.Nullable Original_T4498600, + global::System.Nullable Original_T4498700, + global::System.Nullable Original_T4498800, + global::System.Nullable Original_T4498900, + global::System.Nullable Original_T4499000, + global::System.Nullable Original_T4503700, + global::System.Nullable Original_T4503701, + global::System.Nullable Original_T4503800, + global::System.Nullable Original_T4503801, + global::System.Nullable Original_T4503900, + global::System.Nullable Original_T4503901, + global::System.Nullable Original_T4504000, + global::System.Nullable Original_T4504001, + global::System.Nullable Original_T4504100, + global::System.Nullable Original_T4504101, + global::System.Nullable Original_T4504200, + global::System.Nullable Original_T4504201) { + this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_R0000100)); + if ((Original_R1373400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_R1373400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[647].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((R8120300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[648].Value = ((int)(R8120300.Value)); + if ((Original_R1374100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[4].Value = ((int)(Original_R1374100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[648].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((R8120400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[649].Value = ((int)(R8120400.Value)); + if ((Original_R1374800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_R1374800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[649].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((R8120500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[650].Value = ((int)(R8120500.Value)); + if ((Original_R1375500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[8].Value = ((int)(Original_R1375500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[650].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((R8135300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[651].Value = ((int)(R8135300.Value)); + if ((Original_R1376200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_R1376200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[651].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((R8135400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[652].Value = ((int)(R8135400.Value)); + if ((Original_R1376900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[12].Value = ((int)(Original_R1376900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[652].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((R8135500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[653].Value = ((int)(R8135500.Value)); + if ((Original_R1377600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[14].Value = ((int)(Original_R1377600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[653].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((R8135600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[654].Value = ((int)(R8135600.Value)); + if ((Original_R1753800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[16].Value = ((int)(Original_R1753800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[654].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((R8135700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[655].Value = ((int)(R8135700.Value)); + if ((Original_R1754500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[18].Value = ((int)(Original_R1754500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[655].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((R8135800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[656].Value = ((int)(R8135800.Value)); + if ((Original_R1755200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[20].Value = ((int)(Original_R1755200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[656].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value; } - if ((R8135900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[657].Value = ((int)(R8135900.Value)); + if ((Original_R1755900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[22].Value = ((int)(Original_R1755900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[657].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((R9900600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[658].Value = ((int)(R9900600.Value)); + if ((Original_R1756600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[24].Value = ((int)(Original_R1756600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[658].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.Value; } - if ((R9900601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[659].Value = ((int)(R9900601.Value)); + if ((Original_R1757300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[26].Value = ((int)(Original_R1757300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[659].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value; } - if ((R9901400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[660].Value = ((int)(R9901400.Value)); + if ((Original_R1758000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[28].Value = ((int)(Original_R1758000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[660].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value; } - if ((R9901401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[661].Value = ((int)(R9901401.Value)); + if ((Original_R2095800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[30].Value = ((int)(Original_R2095800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[661].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.Value; } - if ((R9902200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[662].Value = ((int)(R9902200.Value)); + if ((Original_R2096500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[32].Value = ((int)(Original_R2096500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[662].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[32].Value = global::System.DBNull.Value; } - if ((R9902201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[663].Value = ((int)(R9902201.Value)); + if ((Original_R2097200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[34].Value = ((int)(Original_R2097200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[663].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.Value; } - if ((R9903000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[664].Value = ((int)(R9903000.Value)); + if ((Original_R2097900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[36].Value = ((int)(Original_R2097900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[664].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.Value; } - if ((R9903001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[665].Value = ((int)(R9903001.Value)); + if ((Original_R2098600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[38].Value = ((int)(Original_R2098600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[665].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[38].Value = global::System.DBNull.Value; } - if ((R9903800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[666].Value = ((int)(R9903800.Value)); + if ((Original_R2099300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[40].Value = ((int)(Original_R2099300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[666].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[40].Value = global::System.DBNull.Value; } - if ((R9903801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[667].Value = ((int)(R9903801.Value)); + if ((Original_R2100000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[42].Value = ((int)(Original_R2100000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[667].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[42].Value = global::System.DBNull.Value; } - if ((R9904600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[668].Value = ((int)(R9904600.Value)); + if ((Original_R2648100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[44].Value = ((int)(Original_R2648100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[668].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[44].Value = global::System.DBNull.Value; } - if ((R9904601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[669].Value = ((int)(R9904601.Value)); + if ((Original_R2648800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[46].Value = ((int)(Original_R2648800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[669].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[46].Value = global::System.DBNull.Value; } - if ((R9905400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[670].Value = ((int)(R9905400.Value)); + if ((Original_R2649500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[48].Value = ((int)(Original_R2649500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[670].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[48].Value = global::System.DBNull.Value; } - if ((R9905401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[671].Value = ((int)(R9905401.Value)); + if ((Original_R2650200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[50].Value = ((int)(Original_R2650200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[671].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[50].Value = global::System.DBNull.Value; } - if ((R9911200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[672].Value = ((int)(R9911200.Value)); + if ((Original_R2650900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[52].Value = ((int)(Original_R2650900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[672].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[52].Value = global::System.DBNull.Value; } - if ((R9911201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[673].Value = ((int)(R9911201.Value)); + if ((Original_R2651600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[54].Value = ((int)(Original_R2651600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[673].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[54].Value = global::System.DBNull.Value; } - if ((T0345800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[674].Value = ((int)(T0345800.Value)); + if ((Original_R2652300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[56].Value = ((int)(Original_R2652300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[674].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[56].Value = global::System.DBNull.Value; } - if ((T0345900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[675].Value = ((int)(T0345900.Value)); + if ((Original_R3256000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[58].Value = ((int)(Original_R3256000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[675].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[58].Value = global::System.DBNull.Value; } - if ((T0346000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[676].Value = ((int)(T0346000.Value)); + if ((Original_R3257800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[60].Value = ((int)(Original_R3257800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[676].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[60].Value = global::System.DBNull.Value; } - if ((T0346100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[677].Value = ((int)(T0346100.Value)); + if ((Original_R3259600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[62].Value = ((int)(Original_R3259600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[677].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[62].Value = global::System.DBNull.Value; } - if ((T0346200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[678].Value = ((int)(T0346200.Value)); + if ((Original_R3261400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[64].Value = ((int)(Original_R3261400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[678].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[64].Value = global::System.DBNull.Value; } - if ((T0346300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[679].Value = ((int)(T0346300.Value)); + if ((Original_R3263200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[66].Value = ((int)(Original_R3263200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[679].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[66].Value = global::System.DBNull.Value; } - if ((T0346400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[680].Value = ((int)(T0346400.Value)); + if ((Original_R3265000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[68].Value = ((int)(Original_R3265000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[680].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[68].Value = global::System.DBNull.Value; } - if ((T0346500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[681].Value = ((int)(T0346500.Value)); + if ((Original_R3266800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[70].Value = ((int)(Original_R3266800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[681].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[70].Value = global::System.DBNull.Value; } - if ((T0346600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[682].Value = ((int)(T0346600.Value)); + if ((Original_R3771900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[72].Value = ((int)(Original_R3771900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[682].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[72].Value = global::System.DBNull.Value; } - if ((T0346700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[683].Value = ((int)(T0346700.Value)); + if ((Original_R3772200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[74].Value = ((int)(Original_R3772200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[683].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[74].Value = global::System.DBNull.Value; } - if ((T0346800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[684].Value = ((int)(T0346800.Value)); + if ((Original_R3772300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[76].Value = ((int)(Original_R3772300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[684].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[76].Value = global::System.DBNull.Value; } - if ((T0346900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[685].Value = ((int)(T0346900.Value)); + if ((Original_R3774000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[78].Value = ((int)(Original_R3774000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[685].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[78].Value = global::System.DBNull.Value; } - if ((T0347000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[686].Value = ((int)(T0347000.Value)); + if ((Original_R3774300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[80].Value = ((int)(Original_R3774300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[686].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[80].Value = global::System.DBNull.Value; } - if ((T0347100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[687].Value = ((int)(T0347100.Value)); + if ((Original_R3774400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[82].Value = ((int)(Original_R3774400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[687].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[82].Value = global::System.DBNull.Value; } - if ((T0347200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[688].Value = ((int)(T0347200.Value)); + if ((Original_R3776100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[84].Value = ((int)(Original_R3776100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[688].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[84].Value = global::System.DBNull.Value; } - if ((T0347300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[689].Value = ((int)(T0347300.Value)); + if ((Original_R3776400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[86].Value = ((int)(Original_R3776400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[689].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[86].Value = global::System.DBNull.Value; } - if ((T0347400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[690].Value = ((int)(T0347400.Value)); + if ((Original_R3776500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[88].Value = ((int)(Original_R3776500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[690].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[88].Value = global::System.DBNull.Value; } - if ((T0347500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[691].Value = ((int)(T0347500.Value)); + if ((Original_R3778200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[90].Value = ((int)(Original_R3778200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[691].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[90].Value = global::System.DBNull.Value; } - if ((T0347600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[692].Value = ((int)(T0347600.Value)); + if ((Original_R3778500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[92].Value = ((int)(Original_R3778500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[692].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[92].Value = global::System.DBNull.Value; } - if ((T0347700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[693].Value = ((int)(T0347700.Value)); + if ((Original_R3778600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[94].Value = ((int)(Original_R3778600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[693].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[94].Value = global::System.DBNull.Value; } - if ((T0347800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[694].Value = ((int)(T0347800.Value)); + if ((Original_R3780300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[96].Value = ((int)(Original_R3780300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[694].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[96].Value = global::System.DBNull.Value; } - if ((T0347900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[695].Value = ((int)(T0347900.Value)); + if ((Original_R3780600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[98].Value = ((int)(Original_R3780600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[695].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[98].Value = global::System.DBNull.Value; } - if ((T0348000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[696].Value = ((int)(T0348000.Value)); + if ((Original_R3780700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[100].Value = ((int)(Original_R3780700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[696].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[100].Value = global::System.DBNull.Value; } - if ((T0348100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[697].Value = ((int)(T0348100.Value)); + if ((Original_R3782400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[102].Value = ((int)(Original_R3782400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[697].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[102].Value = global::System.DBNull.Value; } - if ((T0348200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[698].Value = ((int)(T0348200.Value)); + if ((Original_R3784500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[104].Value = ((int)(Original_R3784500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[698].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[104].Value = global::System.DBNull.Value; } - if ((T0348300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[699].Value = ((int)(T0348300.Value)); + if ((Original_R4276900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[106].Value = ((int)(Original_R4276900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[699].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[106].Value = global::System.DBNull.Value; } - if ((T0348400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[700].Value = ((int)(T0348400.Value)); + if ((Original_R4277200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[108].Value = ((int)(Original_R4277200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[700].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[108].Value = global::System.DBNull.Value; } - if ((T0348500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[701].Value = ((int)(T0348500.Value)); + if ((Original_R4277201.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[110].Value = ((int)(Original_R4277201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[701].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[110].Value = global::System.DBNull.Value; } - if ((T0348600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[702].Value = ((int)(T0348600.Value)); + if ((Original_R4277800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[112].Value = ((int)(Original_R4277800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[702].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[112].Value = global::System.DBNull.Value; } - if ((T0348700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[703].Value = ((int)(T0348700.Value)); + if ((Original_R4278100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[114].Value = ((int)(Original_R4278100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[703].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[114].Value = global::System.DBNull.Value; } - if ((T0348800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[704].Value = ((int)(T0348800.Value)); + if ((Original_R4278101.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[116].Value = ((int)(Original_R4278101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[704].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[116].Value = global::System.DBNull.Value; } - if ((T0348900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[705].Value = ((int)(T0348900.Value)); + if ((Original_R4278700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[118].Value = ((int)(Original_R4278700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[705].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[118].Value = global::System.DBNull.Value; } - if ((T0349000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[706].Value = ((int)(T0349000.Value)); + if ((Original_R4279000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[120].Value = ((int)(Original_R4279000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[706].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[120].Value = global::System.DBNull.Value; } - if ((T0349100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[707].Value = ((int)(T0349100.Value)); + if ((Original_R4279001.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[122].Value = ((int)(Original_R4279001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[707].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[122].Value = global::System.DBNull.Value; } - if ((T0349200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[708].Value = ((int)(T0349200.Value)); + if ((Original_R4279600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[124].Value = ((int)(Original_R4279600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[708].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[124].Value = global::System.DBNull.Value; } - if ((T0349300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[709].Value = ((int)(T0349300.Value)); + if ((Original_R4279900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[126].Value = ((int)(Original_R4279900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[709].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[126].Value = global::System.DBNull.Value; } - if ((T0349400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[710].Value = ((int)(T0349400.Value)); + if ((Original_R4279901.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[128].Value = ((int)(Original_R4279901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[710].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[128].Value = global::System.DBNull.Value; } - if ((T0349500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[711].Value = ((int)(T0349500.Value)); + if ((Original_R4280500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[130].Value = ((int)(Original_R4280500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[711].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[130].Value = global::System.DBNull.Value; } - if ((T0349600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[712].Value = ((int)(T0349600.Value)); + if ((Original_R4280800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[132].Value = ((int)(Original_R4280800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[712].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[132].Value = global::System.DBNull.Value; } - if ((T0349700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[713].Value = ((int)(T0349700.Value)); + if ((Original_R4280801.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[134].Value = ((int)(Original_R4280801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[713].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[134].Value = global::System.DBNull.Value; } - if ((T0349800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[714].Value = ((int)(T0349800.Value)); + if ((Original_R4281400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[136].Value = ((int)(Original_R4281400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[714].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[136].Value = global::System.DBNull.Value; } - if ((T0349900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[715].Value = ((int)(T0349900.Value)); + if ((Original_R4282200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[138].Value = ((int)(Original_R4282200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[715].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[138].Value = global::System.DBNull.Value; } - if ((T0350000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[716].Value = ((int)(T0350000.Value)); + if ((Original_R4827700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[140].Value = ((int)(Original_R4827700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[716].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[140].Value = global::System.DBNull.Value; } - if ((T0350100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[717].Value = ((int)(T0350100.Value)); + if ((Original_R4828000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[142].Value = ((int)(Original_R4828000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[717].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[142].Value = global::System.DBNull.Value; } - if ((T0350101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[718].Value = ((int)(T0350101.Value)); + if ((Original_R4828001.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[144].Value = ((int)(Original_R4828001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[718].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[144].Value = global::System.DBNull.Value; } - if ((T0350200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[719].Value = ((int)(T0350200.Value)); + if ((Original_R4830700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[146].Value = ((int)(Original_R4830700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[719].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[146].Value = global::System.DBNull.Value; } - if ((T0350201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[720].Value = ((int)(T0350201.Value)); + if ((Original_R4831000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[148].Value = ((int)(Original_R4831000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[720].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[148].Value = global::System.DBNull.Value; } - if ((T0350300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[721].Value = ((int)(T0350300.Value)); + if ((Original_R4831001.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[150].Value = ((int)(Original_R4831001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[721].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[150].Value = global::System.DBNull.Value; } - if ((T0350301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[722].Value = ((int)(T0350301.Value)); + if ((Original_R4833700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[152].Value = ((int)(Original_R4833700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[722].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[152].Value = global::System.DBNull.Value; } - if ((T0350400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[723].Value = ((int)(T0350400.Value)); + if ((Original_R4834000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[154].Value = ((int)(Original_R4834000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[723].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[154].Value = global::System.DBNull.Value; } - if ((T0350401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[724].Value = ((int)(T0350401.Value)); + if ((Original_R4834001.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[156].Value = ((int)(Original_R4834001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[724].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[156].Value = global::System.DBNull.Value; } - if ((T0350500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[725].Value = ((int)(T0350500.Value)); + if ((Original_R4836700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[158].Value = ((int)(Original_R4836700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[725].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[158].Value = global::System.DBNull.Value; } - if ((T0350501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[726].Value = ((int)(T0350501.Value)); + if ((Original_R4837000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[160].Value = ((int)(Original_R4837000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[726].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[160].Value = global::System.DBNull.Value; } - if ((T0350600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[727].Value = ((int)(T0350600.Value)); + if ((Original_R4837001.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[162].Value = ((int)(Original_R4837001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[727].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[162].Value = global::System.DBNull.Value; } - if ((T0350601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[728].Value = ((int)(T0350601.Value)); + if ((Original_R4839700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[164].Value = ((int)(Original_R4839700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[728].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[164].Value = global::System.DBNull.Value; } - if ((T0350700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[729].Value = ((int)(T0350700.Value)); + if ((Original_R4840000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[166].Value = ((int)(Original_R4840000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[729].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[166].Value = global::System.DBNull.Value; } - if ((T0350701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[730].Value = ((int)(T0350701.Value)); + if ((Original_R4840001.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[168].Value = ((int)(Original_R4840001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[730].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[168].Value = global::System.DBNull.Value; } - if ((T0350800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[731].Value = ((int)(T0350800.Value)); + if ((Original_R4842600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[170].Value = ((int)(Original_R4842600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[731].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[170].Value = global::System.DBNull.Value; } - if ((T0350801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[732].Value = ((int)(T0350801.Value)); + if ((Original_R4844900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[172].Value = ((int)(Original_R4844900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[732].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[172].Value = global::System.DBNull.Value; } - if ((T0350900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[733].Value = ((int)(T0350900.Value)); + if ((Original_R4847200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[174].Value = ((int)(Original_R4847200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[733].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[174].Value = global::System.DBNull.Value; } - if ((T0350901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[734].Value = ((int)(T0350901.Value)); + if ((Original_R5498100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[176].Value = ((int)(Original_R5498100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[734].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[176].Value = global::System.DBNull.Value; } - if ((T0351000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[735].Value = ((int)(T0351000.Value)); + if ((Original_R5498400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[178].Value = ((int)(Original_R5498400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[735].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[178].Value = global::System.DBNull.Value; } - if ((T0351001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[736].Value = ((int)(T0351001.Value)); + if ((Original_R5498401.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[180].Value = ((int)(Original_R5498401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[736].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[180].Value = global::System.DBNull.Value; } - if ((T0351100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[737].Value = ((int)(T0351100.Value)); + if ((Original_R5501100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[182].Value = ((int)(Original_R5501100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[737].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[182].Value = global::System.DBNull.Value; } - if ((T0351101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[738].Value = ((int)(T0351101.Value)); + if ((Original_R5501400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[184].Value = ((int)(Original_R5501400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[738].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[184].Value = global::System.DBNull.Value; } - if ((T0351200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[739].Value = ((int)(T0351200.Value)); + if ((Original_R5501401.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[186].Value = ((int)(Original_R5501401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[739].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[186].Value = global::System.DBNull.Value; } - if ((T0351201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[740].Value = ((int)(T0351201.Value)); + if ((Original_R5504100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[188].Value = ((int)(Original_R5504100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[740].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[188].Value = global::System.DBNull.Value; } - if ((T0351300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[741].Value = ((int)(T0351300.Value)); + if ((Original_R5504400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[190].Value = ((int)(Original_R5504400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[741].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[190].Value = global::System.DBNull.Value; } - if ((T0351301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[742].Value = ((int)(T0351301.Value)); + if ((Original_R5504401.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[192].Value = ((int)(Original_R5504401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[742].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[192].Value = global::System.DBNull.Value; } - if ((T0351400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[743].Value = ((int)(T0351400.Value)); + if ((Original_R5507100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[194].Value = ((int)(Original_R5507100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[743].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[194].Value = global::System.DBNull.Value; } - if ((T0351401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[744].Value = ((int)(T0351401.Value)); + if ((Original_R5507400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[196].Value = ((int)(Original_R5507400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[744].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[196].Value = global::System.DBNull.Value; } - if ((T0351500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[745].Value = ((int)(T0351500.Value)); + if ((Original_R5507401.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[198].Value = ((int)(Original_R5507401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[745].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[198].Value = global::System.DBNull.Value; } - if ((T0351501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[746].Value = ((int)(T0351501.Value)); + if ((Original_R5510100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[200].Value = ((int)(Original_R5510100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[746].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[200].Value = global::System.DBNull.Value; } - if ((T0351600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[747].Value = ((int)(T0351600.Value)); + if ((Original_R5510400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[201].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[202].Value = ((int)(Original_R5510400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[747].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[201].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[202].Value = global::System.DBNull.Value; } - if ((T0351601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[748].Value = ((int)(T0351601.Value)); + if ((Original_R5510401.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[203].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[204].Value = ((int)(Original_R5510401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[748].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[203].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[204].Value = global::System.DBNull.Value; } - if ((T0351700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[749].Value = ((int)(T0351700.Value)); + if ((Original_R5513100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[205].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[206].Value = ((int)(Original_R5513100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[749].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[205].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[206].Value = global::System.DBNull.Value; } - if ((T0351701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[750].Value = ((int)(T0351701.Value)); + if ((Original_R5515400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[207].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[208].Value = ((int)(Original_R5515400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[750].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[207].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[208].Value = global::System.DBNull.Value; } - if ((T0351800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[751].Value = ((int)(T0351800.Value)); + if ((Original_R5517700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[209].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[210].Value = ((int)(Original_R5517700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[751].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[209].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[210].Value = global::System.DBNull.Value; } - if ((T0351801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[752].Value = ((int)(T0351801.Value)); + if ((Original_R5519900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[211].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[212].Value = ((int)(Original_R5519900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[752].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[211].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[212].Value = global::System.DBNull.Value; } - if ((T0351900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[753].Value = ((int)(T0351900.Value)); + if ((Original_R6219500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[213].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[214].Value = ((int)(Original_R6219500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[753].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[213].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[214].Value = global::System.DBNull.Value; } - if ((T0352000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[754].Value = ((int)(T0352000.Value)); + if ((Original_R6219600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[215].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[216].Value = ((int)(Original_R6219600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[754].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[215].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[216].Value = global::System.DBNull.Value; } - if ((T0352100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[755].Value = ((int)(T0352100.Value)); + if ((Original_R6219700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[217].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[218].Value = ((int)(Original_R6219700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[755].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[217].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[218].Value = global::System.DBNull.Value; } - if ((T0352200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[756].Value = ((int)(T0352200.Value)); + if ((Original_R6219800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[219].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[220].Value = ((int)(Original_R6219800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[756].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[219].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[220].Value = global::System.DBNull.Value; } - if ((T0352300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[757].Value = ((int)(T0352300.Value)); + if ((Original_R6219900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[221].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[222].Value = ((int)(Original_R6219900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[757].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[221].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[222].Value = global::System.DBNull.Value; } - if ((T0352400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[758].Value = ((int)(T0352400.Value)); + if ((Original_R6220000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[223].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[224].Value = ((int)(Original_R6220000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[758].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[223].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[224].Value = global::System.DBNull.Value; } - if ((T0352500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[759].Value = ((int)(T0352500.Value)); + if ((Original_R6220100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[225].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[226].Value = ((int)(Original_R6220100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[759].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[225].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[226].Value = global::System.DBNull.Value; } - if ((T0352600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[760].Value = ((int)(T0352600.Value)); + if ((Original_R6220200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[227].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[228].Value = ((int)(Original_R6220200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[760].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[227].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[228].Value = global::System.DBNull.Value; } - if ((T0352700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[761].Value = ((int)(T0352700.Value)); + if ((Original_R6220300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[229].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[230].Value = ((int)(Original_R6220300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[761].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[229].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[230].Value = global::System.DBNull.Value; } - if ((T0352800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[762].Value = ((int)(T0352800.Value)); + if ((Original_R6220400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[231].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[232].Value = ((int)(Original_R6220400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[762].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[231].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[232].Value = global::System.DBNull.Value; } - if ((T0352900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[763].Value = ((int)(T0352900.Value)); + if ((Original_R6222800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[233].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[234].Value = ((int)(Original_R6222800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[763].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[233].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[234].Value = global::System.DBNull.Value; } - if ((T0597800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[764].Value = ((int)(T0597800.Value)); + if ((Original_R6222801.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[235].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[236].Value = ((int)(Original_R6222801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[764].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[235].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[236].Value = global::System.DBNull.Value; } - if ((T0597900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[765].Value = ((int)(T0597900.Value)); + if ((Original_R6222900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[237].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[238].Value = ((int)(Original_R6222900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[765].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[237].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[238].Value = global::System.DBNull.Value; } - if ((T0598000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[766].Value = ((int)(T0598000.Value)); + if ((Original_R6222901.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[239].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[240].Value = ((int)(Original_R6222901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[766].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[239].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[240].Value = global::System.DBNull.Value; } - if ((T0598100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[767].Value = ((int)(T0598100.Value)); + if ((Original_R6223000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[241].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[242].Value = ((int)(Original_R6223000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[767].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[241].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[242].Value = global::System.DBNull.Value; } - if ((T0598200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[768].Value = ((int)(T0598200.Value)); + if ((Original_R6223001.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[243].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[244].Value = ((int)(Original_R6223001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[768].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[243].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[244].Value = global::System.DBNull.Value; } - if ((T0598300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[769].Value = ((int)(T0598300.Value)); + if ((Original_R6223100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[245].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[246].Value = ((int)(Original_R6223100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[769].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[245].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[246].Value = global::System.DBNull.Value; } - if ((T0598400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[770].Value = ((int)(T0598400.Value)); + if ((Original_R6223101.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[247].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[248].Value = ((int)(Original_R6223101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[770].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[247].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[248].Value = global::System.DBNull.Value; } - if ((T1495200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[771].Value = ((int)(T1495200.Value)); + if ((Original_R6223200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[249].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[250].Value = ((int)(Original_R6223200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[771].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[249].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[250].Value = global::System.DBNull.Value; } - if ((T1495300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[772].Value = ((int)(T1495300.Value)); + if ((Original_R6223201.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[251].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[252].Value = ((int)(Original_R6223201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[772].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[251].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[252].Value = global::System.DBNull.Value; } - if ((T1495400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[773].Value = ((int)(T1495400.Value)); + if ((Original_R6223300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[253].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[254].Value = ((int)(Original_R6223300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[773].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[253].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[254].Value = global::System.DBNull.Value; } - if ((T1495500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[774].Value = ((int)(T1495500.Value)); + if ((Original_R6223301.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[255].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[256].Value = ((int)(Original_R6223301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[774].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[255].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[256].Value = global::System.DBNull.Value; } - if ((T1495600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[775].Value = ((int)(T1495600.Value)); + if ((Original_R6773500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[257].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[258].Value = ((int)(Original_R6773500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[775].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[257].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[258].Value = global::System.DBNull.Value; } - if ((T1495700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[776].Value = ((int)(T1495700.Value)); + if ((Original_R6773600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[259].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[260].Value = ((int)(Original_R6773600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[776].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[259].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[260].Value = global::System.DBNull.Value; } - if ((T1495800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[777].Value = ((int)(T1495800.Value)); + if ((Original_R6773700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[261].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[262].Value = ((int)(Original_R6773700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[777].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[261].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[262].Value = global::System.DBNull.Value; } - if ((T1495900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[778].Value = ((int)(T1495900.Value)); + if ((Original_R6773800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[263].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[264].Value = ((int)(Original_R6773800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[778].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[263].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[264].Value = global::System.DBNull.Value; } - if ((T1496000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[779].Value = ((int)(T1496000.Value)); + if ((Original_R6773900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[265].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[266].Value = ((int)(Original_R6773900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[779].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[265].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[266].Value = global::System.DBNull.Value; } - if ((T1496100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[780].Value = ((int)(T1496100.Value)); + if ((Original_R6774000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[267].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[268].Value = ((int)(Original_R6774000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[780].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[267].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[268].Value = global::System.DBNull.Value; } - if ((T1496200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[781].Value = ((int)(T1496200.Value)); + if ((Original_R6774100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[269].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[270].Value = ((int)(Original_R6774100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[781].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[269].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[270].Value = global::System.DBNull.Value; } - if ((T1496300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[782].Value = ((int)(T1496300.Value)); + if ((Original_R6774200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[271].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[272].Value = ((int)(Original_R6774200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[782].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[271].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[272].Value = global::System.DBNull.Value; } - if ((T1496400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[783].Value = ((int)(T1496400.Value)); + if ((Original_R6774300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[273].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[274].Value = ((int)(Original_R6774300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[783].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[273].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[274].Value = global::System.DBNull.Value; } - if ((T1496500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[784].Value = ((int)(T1496500.Value)); + if ((Original_R6774400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[275].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[276].Value = ((int)(Original_R6774400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[784].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[275].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[276].Value = global::System.DBNull.Value; } - if ((T1496600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[785].Value = ((int)(T1496600.Value)); + if ((Original_R6776300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[277].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[278].Value = ((int)(Original_R6776300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[785].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[277].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[278].Value = global::System.DBNull.Value; } - if ((T1496700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[786].Value = ((int)(T1496700.Value)); + if ((Original_R6776301.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[279].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[280].Value = ((int)(Original_R6776301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[786].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[279].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[280].Value = global::System.DBNull.Value; } - if ((T1496800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[787].Value = ((int)(T1496800.Value)); + if ((Original_R6776400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[281].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[282].Value = ((int)(Original_R6776400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[787].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[281].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[282].Value = global::System.DBNull.Value; } - if ((T1496900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[788].Value = ((int)(T1496900.Value)); + if ((Original_R6776401.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[283].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[284].Value = ((int)(Original_R6776401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[788].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[283].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[284].Value = global::System.DBNull.Value; } - if ((T1497000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[789].Value = ((int)(T1497000.Value)); + if ((Original_R6776500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[285].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[286].Value = ((int)(Original_R6776500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[789].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[285].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[286].Value = global::System.DBNull.Value; } - if ((T1497100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[790].Value = ((int)(T1497100.Value)); + if ((Original_R6776501.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[287].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[288].Value = ((int)(Original_R6776501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[790].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[287].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[288].Value = global::System.DBNull.Value; } - if ((T1497200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[791].Value = ((int)(T1497200.Value)); + if ((Original_R6776600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[289].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[290].Value = ((int)(Original_R6776600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[791].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[289].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[290].Value = global::System.DBNull.Value; } - if ((T1497300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[792].Value = ((int)(T1497300.Value)); + if ((Original_R6776601.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[291].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[292].Value = ((int)(Original_R6776601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[792].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[291].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[292].Value = global::System.DBNull.Value; } - if ((T1497400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[793].Value = ((int)(T1497400.Value)); + if ((Original_R6776700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[293].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[294].Value = ((int)(Original_R6776700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[793].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[293].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[294].Value = global::System.DBNull.Value; } - if ((T1497500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[794].Value = ((int)(T1497500.Value)); + if ((Original_R6776701.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[295].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[296].Value = ((int)(Original_R6776701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[794].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[295].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[296].Value = global::System.DBNull.Value; } - if ((T1497600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[795].Value = ((int)(T1497600.Value)); + if ((Original_R6776800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[297].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[298].Value = ((int)(Original_R6776800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[795].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[297].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[298].Value = global::System.DBNull.Value; } - if ((T1497700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[796].Value = ((int)(T1497700.Value)); + if ((Original_R6776801.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[299].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[300].Value = ((int)(Original_R6776801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[796].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[299].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[300].Value = global::System.DBNull.Value; } - if ((T1497800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[797].Value = ((int)(T1497800.Value)); + if ((Original_R7417900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[301].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[302].Value = ((int)(Original_R7417900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[797].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[301].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[302].Value = global::System.DBNull.Value; } - if ((T1497900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[798].Value = ((int)(T1497900.Value)); + if ((Original_R7418000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[303].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[304].Value = ((int)(Original_R7418000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[798].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[303].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[304].Value = global::System.DBNull.Value; } - if ((T1498000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[799].Value = ((int)(T1498000.Value)); + if ((Original_R7418100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[305].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[306].Value = ((int)(Original_R7418100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[799].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[305].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[306].Value = global::System.DBNull.Value; } - if ((T1498100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[800].Value = ((int)(T1498100.Value)); + if ((Original_R7418200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[307].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[308].Value = ((int)(Original_R7418200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[800].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[307].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[308].Value = global::System.DBNull.Value; } - if ((T1498200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[801].Value = ((int)(T1498200.Value)); + if ((Original_R7418300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[309].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[310].Value = ((int)(Original_R7418300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[801].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[309].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[310].Value = global::System.DBNull.Value; } - if ((T1498300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[802].Value = ((int)(T1498300.Value)); + if ((Original_R7418400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[311].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[312].Value = ((int)(Original_R7418400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[802].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[311].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[312].Value = global::System.DBNull.Value; } - if ((T1498400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[803].Value = ((int)(T1498400.Value)); + if ((Original_R7418500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[313].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[314].Value = ((int)(Original_R7418500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[803].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[313].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[314].Value = global::System.DBNull.Value; } - if ((T1498500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[804].Value = ((int)(T1498500.Value)); + if ((Original_R7418600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[315].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[316].Value = ((int)(Original_R7418600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[804].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[315].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[316].Value = global::System.DBNull.Value; } - if ((T1498600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[805].Value = ((int)(T1498600.Value)); + if ((Original_R7418700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[317].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[318].Value = ((int)(Original_R7418700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[805].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[317].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[318].Value = global::System.DBNull.Value; } - if ((T1498700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[806].Value = ((int)(T1498700.Value)); + if ((Original_R7418800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[319].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[320].Value = ((int)(Original_R7418800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[806].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[319].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[320].Value = global::System.DBNull.Value; } - if ((T1498800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[807].Value = ((int)(T1498800.Value)); + if ((Original_R7420700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[321].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[322].Value = ((int)(Original_R7420700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[807].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[321].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[322].Value = global::System.DBNull.Value; } - if ((T1498900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[808].Value = ((int)(T1498900.Value)); + if ((Original_R7420701.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[323].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[324].Value = ((int)(Original_R7420701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[808].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[323].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[324].Value = global::System.DBNull.Value; } - if ((T1499000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[809].Value = ((int)(T1499000.Value)); + if ((Original_R7420800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[325].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[326].Value = ((int)(Original_R7420800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[809].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[325].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[326].Value = global::System.DBNull.Value; } - if ((T1499100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[810].Value = ((int)(T1499100.Value)); + if ((Original_R7420801.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[327].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[328].Value = ((int)(Original_R7420801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[810].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[327].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[328].Value = global::System.DBNull.Value; } - if ((T1499200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[811].Value = ((int)(T1499200.Value)); + if ((Original_R7420900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[329].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[330].Value = ((int)(Original_R7420900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[811].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[329].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[330].Value = global::System.DBNull.Value; } - if ((T1499300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[812].Value = ((int)(T1499300.Value)); + if ((Original_R7420901.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[331].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[332].Value = ((int)(Original_R7420901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[812].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[331].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[332].Value = global::System.DBNull.Value; } - if ((T1499400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[813].Value = ((int)(T1499400.Value)); + if ((Original_R7421000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[333].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[334].Value = ((int)(Original_R7421000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[813].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[333].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[334].Value = global::System.DBNull.Value; } - if ((T1499500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[814].Value = ((int)(T1499500.Value)); + if ((Original_R7421001.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[335].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[336].Value = ((int)(Original_R7421001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[814].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[335].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[336].Value = global::System.DBNull.Value; } - if ((T1499501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[815].Value = ((int)(T1499501.Value)); + if ((Original_R7421100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[337].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[338].Value = ((int)(Original_R7421100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[815].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[337].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[338].Value = global::System.DBNull.Value; } - if ((T1499600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[816].Value = ((int)(T1499600.Value)); + if ((Original_R7421101.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[339].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[340].Value = ((int)(Original_R7421101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[816].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[339].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[340].Value = global::System.DBNull.Value; } - if ((T1499601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[817].Value = ((int)(T1499601.Value)); + if ((Original_R7421200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[341].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[342].Value = ((int)(Original_R7421200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[817].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[341].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[342].Value = global::System.DBNull.Value; } - if ((T1499700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[818].Value = ((int)(T1499700.Value)); + if ((Original_R7421201.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[343].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[344].Value = ((int)(Original_R7421201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[818].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[343].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[344].Value = global::System.DBNull.Value; } - if ((T1499701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[819].Value = ((int)(T1499701.Value)); + if ((Original_R7421300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[345].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[346].Value = ((int)(Original_R7421300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[819].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[345].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[346].Value = global::System.DBNull.Value; } - if ((T1499800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[820].Value = ((int)(T1499800.Value)); + if ((Original_R7421301.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[347].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[348].Value = ((int)(Original_R7421301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[820].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[347].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[348].Value = global::System.DBNull.Value; } - if ((T1499801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[821].Value = ((int)(T1499801.Value)); + if ((Original_R8116000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[349].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[350].Value = ((int)(Original_R8116000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[821].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[349].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[350].Value = global::System.DBNull.Value; } - if ((T1499900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[822].Value = ((int)(T1499900.Value)); + if ((Original_R8116100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[351].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[352].Value = ((int)(Original_R8116100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[822].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[351].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[352].Value = global::System.DBNull.Value; } - if ((T1499901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[823].Value = ((int)(T1499901.Value)); + if ((Original_R8116200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[353].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[354].Value = ((int)(Original_R8116200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[823].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[353].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[354].Value = global::System.DBNull.Value; } - if ((T1500000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[824].Value = ((int)(T1500000.Value)); + if ((Original_R8116300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[355].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[356].Value = ((int)(Original_R8116300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[824].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[355].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[356].Value = global::System.DBNull.Value; } - if ((T1500001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[825].Value = ((int)(T1500001.Value)); + if ((Original_R8116400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[357].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[358].Value = ((int)(Original_R8116400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[825].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[357].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[358].Value = global::System.DBNull.Value; } - if ((T1500100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[826].Value = ((int)(T1500100.Value)); + if ((Original_R8116500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[359].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[360].Value = ((int)(Original_R8116500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[826].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[359].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[360].Value = global::System.DBNull.Value; } - if ((T1500101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[827].Value = ((int)(T1500101.Value)); + if ((Original_R8116600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[361].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[362].Value = ((int)(Original_R8116600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[827].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[361].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[362].Value = global::System.DBNull.Value; } - if ((T1500200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[828].Value = ((int)(T1500200.Value)); + if ((Original_R8116700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[363].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[364].Value = ((int)(Original_R8116700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[828].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[363].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[364].Value = global::System.DBNull.Value; } - if ((T1500201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[829].Value = ((int)(T1500201.Value)); + if ((Original_R8116800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[365].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[366].Value = ((int)(Original_R8116800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[829].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[365].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[366].Value = global::System.DBNull.Value; } - if ((T1500300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[830].Value = ((int)(T1500300.Value)); + if ((Original_R8116900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[367].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[368].Value = ((int)(Original_R8116900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[830].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[367].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[368].Value = global::System.DBNull.Value; } - if ((T1500301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[831].Value = ((int)(T1500301.Value)); + if ((Original_R8119000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[369].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[370].Value = ((int)(Original_R8119000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[831].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[369].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[370].Value = global::System.DBNull.Value; } - if ((T1500400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[832].Value = ((int)(T1500400.Value)); + if ((Original_R8119001.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[371].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[372].Value = ((int)(Original_R8119001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[832].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[371].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[372].Value = global::System.DBNull.Value; } - if ((T1500401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[833].Value = ((int)(T1500401.Value)); + if ((Original_R8119100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[373].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[374].Value = ((int)(Original_R8119100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[833].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[373].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[374].Value = global::System.DBNull.Value; } - if ((T1500500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[834].Value = ((int)(T1500500.Value)); + if ((Original_R8119101.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[375].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[376].Value = ((int)(Original_R8119101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[834].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[375].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[376].Value = global::System.DBNull.Value; } - if ((T1500501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[835].Value = ((int)(T1500501.Value)); + if ((Original_R8119200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[377].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[378].Value = ((int)(Original_R8119200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[835].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[377].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[378].Value = global::System.DBNull.Value; } - if ((T1500600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[836].Value = ((int)(T1500600.Value)); + if ((Original_R8119201.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[379].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[380].Value = ((int)(Original_R8119201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[836].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[379].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[380].Value = global::System.DBNull.Value; } - if ((T1500601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[837].Value = ((int)(T1500601.Value)); + if ((Original_R8119300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[381].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[382].Value = ((int)(Original_R8119300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[837].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[381].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[382].Value = global::System.DBNull.Value; } - if ((T1500700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[838].Value = ((int)(T1500700.Value)); + if ((Original_R8119301.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[383].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[384].Value = ((int)(Original_R8119301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[838].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[383].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[384].Value = global::System.DBNull.Value; } - if ((T1500701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[839].Value = ((int)(T1500701.Value)); + if ((Original_R8119400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[385].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[386].Value = ((int)(Original_R8119400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[839].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[385].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[386].Value = global::System.DBNull.Value; } - if ((T1500800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[840].Value = ((int)(T1500800.Value)); + if ((Original_R8119401.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[387].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[388].Value = ((int)(Original_R8119401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[840].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[387].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[388].Value = global::System.DBNull.Value; } - if ((T1500801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[841].Value = ((int)(T1500801.Value)); + if ((Original_R8119500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[389].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[390].Value = ((int)(Original_R8119500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[841].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[389].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[390].Value = global::System.DBNull.Value; } - if ((T1500900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[842].Value = ((int)(T1500900.Value)); + if ((Original_R8119501.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[391].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[392].Value = ((int)(Original_R8119501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[842].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[391].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[392].Value = global::System.DBNull.Value; } - if ((T1500901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[843].Value = ((int)(T1500901.Value)); + if ((Original_T0347900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[393].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[394].Value = ((int)(Original_T0347900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[843].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[393].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[394].Value = global::System.DBNull.Value; } - if ((T1501000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[844].Value = ((int)(T1501000.Value)); + if ((Original_T0348000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[395].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[396].Value = ((int)(Original_T0348000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[844].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[395].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[396].Value = global::System.DBNull.Value; } - if ((T1501001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[845].Value = ((int)(T1501001.Value)); + if ((Original_T0348100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[397].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[398].Value = ((int)(Original_T0348100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[845].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[397].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[398].Value = global::System.DBNull.Value; } - if ((T1501100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[846].Value = ((int)(T1501100.Value)); + if ((Original_T0348200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[399].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[400].Value = ((int)(Original_T0348200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[846].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[399].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[400].Value = global::System.DBNull.Value; } - if ((T1501200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[847].Value = ((int)(T1501200.Value)); + if ((Original_T0348300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[401].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[402].Value = ((int)(Original_T0348300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[847].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[401].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[402].Value = global::System.DBNull.Value; } - if ((T1501300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[848].Value = ((int)(T1501300.Value)); + if ((Original_T0348400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[403].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[404].Value = ((int)(Original_T0348400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[848].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[403].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[404].Value = global::System.DBNull.Value; } - if ((T1501400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[849].Value = ((int)(T1501400.Value)); + if ((Original_T0348500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[405].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[406].Value = ((int)(Original_T0348500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[849].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[405].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[406].Value = global::System.DBNull.Value; } - if ((T1501500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[850].Value = ((int)(T1501500.Value)); + if ((Original_T0348600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[407].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[408].Value = ((int)(Original_T0348600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[850].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[407].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[408].Value = global::System.DBNull.Value; } - if ((T1501600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[851].Value = ((int)(T1501600.Value)); + if ((Original_T0348700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[409].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[410].Value = ((int)(Original_T0348700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[851].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[409].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[410].Value = global::System.DBNull.Value; } - if ((T1501700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[852].Value = ((int)(T1501700.Value)); + if ((Original_T0348800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[411].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[412].Value = ((int)(Original_T0348800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[852].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[411].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[412].Value = global::System.DBNull.Value; } - if ((T1501800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[853].Value = ((int)(T1501800.Value)); + if ((Original_T0348900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[413].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[414].Value = ((int)(Original_T0348900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[853].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[413].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[414].Value = global::System.DBNull.Value; } - if ((T1501900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[854].Value = ((int)(T1501900.Value)); + if ((Original_T0351100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[415].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[416].Value = ((int)(Original_T0351100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[854].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[415].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[416].Value = global::System.DBNull.Value; } - if ((T1502000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[855].Value = ((int)(T1502000.Value)); + if ((Original_T0351101.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[417].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[418].Value = ((int)(Original_T0351101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[855].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[417].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[418].Value = global::System.DBNull.Value; } - if ((T1502100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[856].Value = ((int)(T1502100.Value)); + if ((Original_T0351200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[419].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[420].Value = ((int)(Original_T0351200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[856].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[419].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[420].Value = global::System.DBNull.Value; } - if ((T1765100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[857].Value = ((int)(T1765100.Value)); + if ((Original_T0351201.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[421].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[422].Value = ((int)(Original_T0351201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[857].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[421].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[422].Value = global::System.DBNull.Value; } - if ((T1765200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[858].Value = ((int)(T1765200.Value)); + if ((Original_T0351300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[423].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[424].Value = ((int)(Original_T0351300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[858].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[423].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[424].Value = global::System.DBNull.Value; } - if ((T1765300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[859].Value = ((int)(T1765300.Value)); + if ((Original_T0351301.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[425].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[426].Value = ((int)(Original_T0351301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[859].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[425].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[426].Value = global::System.DBNull.Value; } - if ((T1765400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[860].Value = ((int)(T1765400.Value)); + if ((Original_T0351400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[427].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[428].Value = ((int)(Original_T0351400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[860].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[427].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[428].Value = global::System.DBNull.Value; } - if ((T1765500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[861].Value = ((int)(T1765500.Value)); + if ((Original_T0351401.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[429].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[430].Value = ((int)(Original_T0351401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[861].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[429].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[430].Value = global::System.DBNull.Value; } - if ((T1765600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[862].Value = ((int)(T1765600.Value)); + if ((Original_T0351500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[431].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[432].Value = ((int)(Original_T0351500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[862].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[431].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[432].Value = global::System.DBNull.Value; } - if ((T1765700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[863].Value = ((int)(T1765700.Value)); + if ((Original_T0351501.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[433].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[434].Value = ((int)(Original_T0351501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[863].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[433].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[434].Value = global::System.DBNull.Value; } - if ((T2541200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[864].Value = ((int)(T2541200.Value)); + if ((Original_T0351600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[435].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[436].Value = ((int)(Original_T0351600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[864].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[435].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[436].Value = global::System.DBNull.Value; } - if ((T2541300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[865].Value = ((int)(T2541300.Value)); + if ((Original_T0351601.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[437].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[438].Value = ((int)(Original_T0351601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[865].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[437].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[438].Value = global::System.DBNull.Value; } - if ((T2541400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[866].Value = ((int)(T2541400.Value)); + if ((Original_T0351700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[439].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[440].Value = ((int)(Original_T0351700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[866].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[439].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[440].Value = global::System.DBNull.Value; } - if ((T2541500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[867].Value = ((int)(T2541500.Value)); + if ((Original_T0351701.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[441].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[442].Value = ((int)(Original_T0351701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[867].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[441].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[442].Value = global::System.DBNull.Value; } - if ((T2541600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[868].Value = ((int)(T2541600.Value)); + if ((Original_T0351800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[443].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[444].Value = ((int)(Original_T0351800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[868].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[443].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[444].Value = global::System.DBNull.Value; } - if ((T2541700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[869].Value = ((int)(T2541700.Value)); + if ((Original_T0351801.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[445].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[446].Value = ((int)(Original_T0351801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[869].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[445].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[446].Value = global::System.DBNull.Value; } - if ((T2541800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[870].Value = ((int)(T2541800.Value)); + if ((Original_T1497300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[447].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[448].Value = ((int)(Original_T1497300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[870].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[447].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[448].Value = global::System.DBNull.Value; } - if ((T2541900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[871].Value = ((int)(T2541900.Value)); + if ((Original_T1497400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[449].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[450].Value = ((int)(Original_T1497400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[871].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[449].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[450].Value = global::System.DBNull.Value; } - if ((T2542000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[872].Value = ((int)(T2542000.Value)); + if ((Original_T1497500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[451].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[452].Value = ((int)(Original_T1497500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[872].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[451].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[452].Value = global::System.DBNull.Value; } - if ((T2542100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[873].Value = ((int)(T2542100.Value)); + if ((Original_T1497600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[453].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[454].Value = ((int)(Original_T1497600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[873].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[453].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[454].Value = global::System.DBNull.Value; } - if ((T2542200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[874].Value = ((int)(T2542200.Value)); + if ((Original_T1497700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[455].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[456].Value = ((int)(Original_T1497700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[874].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[455].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[456].Value = global::System.DBNull.Value; } - if ((T2542300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[875].Value = ((int)(T2542300.Value)); + if ((Original_T1497800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[457].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[458].Value = ((int)(Original_T1497800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[875].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[457].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[458].Value = global::System.DBNull.Value; } - if ((T2542400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[876].Value = ((int)(T2542400.Value)); + if ((Original_T1497900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[459].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[460].Value = ((int)(Original_T1497900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[876].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[459].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[460].Value = global::System.DBNull.Value; } - if ((T2542500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[877].Value = ((int)(T2542500.Value)); + if ((Original_T1498000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[461].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[462].Value = ((int)(Original_T1498000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[877].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[461].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[462].Value = global::System.DBNull.Value; } - if ((T2542600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[878].Value = ((int)(T2542600.Value)); + if ((Original_T1498100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[463].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[464].Value = ((int)(Original_T1498100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[878].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[463].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[464].Value = global::System.DBNull.Value; } - if ((T2542700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[879].Value = ((int)(T2542700.Value)); + if ((Original_T1498200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[465].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[466].Value = ((int)(Original_T1498200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[879].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[465].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[466].Value = global::System.DBNull.Value; } - if ((T2542800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[880].Value = ((int)(T2542800.Value)); + if ((Original_T1498300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[467].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[468].Value = ((int)(Original_T1498300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[880].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[467].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[468].Value = global::System.DBNull.Value; } - if ((T2542900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[881].Value = ((int)(T2542900.Value)); + if ((Original_T1500500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[469].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[470].Value = ((int)(Original_T1500500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[881].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[469].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[470].Value = global::System.DBNull.Value; } - if ((T2543000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[882].Value = ((int)(T2543000.Value)); + if ((Original_T1500501.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[471].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[472].Value = ((int)(Original_T1500501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[882].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[471].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[472].Value = global::System.DBNull.Value; } - if ((T2543100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[883].Value = ((int)(T2543100.Value)); + if ((Original_T1500600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[473].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[474].Value = ((int)(Original_T1500600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[883].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[473].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[474].Value = global::System.DBNull.Value; } - if ((T2543200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[884].Value = ((int)(T2543200.Value)); + if ((Original_T1500601.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[475].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[476].Value = ((int)(Original_T1500601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[884].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[475].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[476].Value = global::System.DBNull.Value; } - if ((T2543300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[885].Value = ((int)(T2543300.Value)); + if ((Original_T1500700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[477].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[478].Value = ((int)(Original_T1500700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[885].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[477].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[478].Value = global::System.DBNull.Value; } - if ((T2543400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[886].Value = ((int)(T2543400.Value)); + if ((Original_T1500701.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[479].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[480].Value = ((int)(Original_T1500701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[886].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[479].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[480].Value = global::System.DBNull.Value; } - if ((T2543500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[887].Value = ((int)(T2543500.Value)); + if ((Original_T1500800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[481].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[482].Value = ((int)(Original_T1500800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[887].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[481].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[482].Value = global::System.DBNull.Value; } - if ((T2543600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[888].Value = ((int)(T2543600.Value)); + if ((Original_T1500801.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[483].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[484].Value = ((int)(Original_T1500801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[888].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[483].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[484].Value = global::System.DBNull.Value; } - if ((T2543700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[889].Value = ((int)(T2543700.Value)); + if ((Original_T1500900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[485].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[486].Value = ((int)(Original_T1500900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[889].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[485].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[486].Value = global::System.DBNull.Value; } - if ((T2543800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[890].Value = ((int)(T2543800.Value)); + if ((Original_T1500901.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[487].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[488].Value = ((int)(Original_T1500901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[890].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[487].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[488].Value = global::System.DBNull.Value; } - if ((T2543900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[891].Value = ((int)(T2543900.Value)); + if ((Original_T1501000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[489].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[490].Value = ((int)(Original_T1501000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[891].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[489].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[490].Value = global::System.DBNull.Value; } - if ((T2544000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[892].Value = ((int)(T2544000.Value)); + if ((Original_T1501001.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[491].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[492].Value = ((int)(Original_T1501001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[892].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[491].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[492].Value = global::System.DBNull.Value; } - if ((T2544100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[893].Value = ((int)(T2544100.Value)); + if ((Original_T2543200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[493].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[494].Value = ((int)(Original_T2543200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[893].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[493].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[494].Value = global::System.DBNull.Value; } - if ((T2544200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[894].Value = ((int)(T2544200.Value)); + if ((Original_T2543300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[495].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[496].Value = ((int)(Original_T2543300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[894].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[495].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[496].Value = global::System.DBNull.Value; } - if ((T2544300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[895].Value = ((int)(T2544300.Value)); + if ((Original_T2543400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[497].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[498].Value = ((int)(Original_T2543400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[895].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[497].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[498].Value = global::System.DBNull.Value; } - if ((T2544400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[896].Value = ((int)(T2544400.Value)); + if ((Original_T2543500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[499].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[500].Value = ((int)(Original_T2543500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[896].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[499].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[500].Value = global::System.DBNull.Value; } - if ((T2544500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[897].Value = ((int)(T2544500.Value)); + if ((Original_T2543600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[501].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[502].Value = ((int)(Original_T2543600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[897].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[501].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[502].Value = global::System.DBNull.Value; } - if ((T2544600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[898].Value = ((int)(T2544600.Value)); + if ((Original_T2543700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[503].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[504].Value = ((int)(Original_T2543700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[898].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[503].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[504].Value = global::System.DBNull.Value; } - if ((T2544700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[899].Value = ((int)(T2544700.Value)); + if ((Original_T2543800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[505].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[506].Value = ((int)(Original_T2543800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[899].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[505].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[506].Value = global::System.DBNull.Value; } - if ((T2544800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[900].Value = ((int)(T2544800.Value)); + if ((Original_T2543900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[507].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[508].Value = ((int)(Original_T2543900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[900].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[507].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[508].Value = global::System.DBNull.Value; } - if ((T2544900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[901].Value = ((int)(T2544900.Value)); + if ((Original_T2544000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[509].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[510].Value = ((int)(Original_T2544000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[901].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[509].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[510].Value = global::System.DBNull.Value; } - if ((T2545000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[902].Value = ((int)(T2545000.Value)); + if ((Original_T2544100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[511].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[512].Value = ((int)(Original_T2544100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[902].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[511].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[512].Value = global::System.DBNull.Value; } - if ((T2545100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[903].Value = ((int)(T2545100.Value)); + if ((Original_T2546100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[513].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[514].Value = ((int)(Original_T2546100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[903].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[513].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[514].Value = global::System.DBNull.Value; } - if ((T2545200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[904].Value = ((int)(T2545200.Value)); + if ((Original_T2546101.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[515].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[516].Value = ((int)(Original_T2546101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[904].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[515].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[516].Value = global::System.DBNull.Value; } - if ((T2545201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[905].Value = ((int)(T2545201.Value)); + if ((Original_T2546200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[517].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[518].Value = ((int)(Original_T2546200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[905].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[517].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[518].Value = global::System.DBNull.Value; } - if ((T2545300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[906].Value = ((int)(T2545300.Value)); + if ((Original_T2546201.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[519].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[520].Value = ((int)(Original_T2546201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[906].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[519].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[520].Value = global::System.DBNull.Value; } - if ((T2545301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[907].Value = ((int)(T2545301.Value)); + if ((Original_T2546300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[521].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[522].Value = ((int)(Original_T2546300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[907].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[521].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[522].Value = global::System.DBNull.Value; } - if ((T2545400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[908].Value = ((int)(T2545400.Value)); + if ((Original_T2546301.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[523].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[524].Value = ((int)(Original_T2546301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[908].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[523].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[524].Value = global::System.DBNull.Value; } - if ((T2545401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[909].Value = ((int)(T2545401.Value)); + if ((Original_T2546400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[525].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[526].Value = ((int)(Original_T2546400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[909].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[525].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[526].Value = global::System.DBNull.Value; } - if ((T2545500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[910].Value = ((int)(T2545500.Value)); + if ((Original_T2546401.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[527].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[528].Value = ((int)(Original_T2546401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[910].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[527].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[528].Value = global::System.DBNull.Value; } - if ((T2545501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[911].Value = ((int)(T2545501.Value)); + if ((Original_T2546500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[529].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[530].Value = ((int)(Original_T2546500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[911].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[529].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[530].Value = global::System.DBNull.Value; } - if ((T2545600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[912].Value = ((int)(T2545600.Value)); + if ((Original_T2546501.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[531].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[532].Value = ((int)(Original_T2546501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[912].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[531].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[532].Value = global::System.DBNull.Value; } - if ((T2545601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[913].Value = ((int)(T2545601.Value)); + if ((Original_T2546600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[533].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[534].Value = ((int)(Original_T2546600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[913].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[533].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[534].Value = global::System.DBNull.Value; } - if ((T2545700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[914].Value = ((int)(T2545700.Value)); + if ((Original_T2546601.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[535].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[536].Value = ((int)(Original_T2546601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[914].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[535].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[536].Value = global::System.DBNull.Value; } - if ((T2545701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[915].Value = ((int)(T2545701.Value)); + if ((Original_T2546700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[537].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[538].Value = ((int)(Original_T2546700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[915].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[537].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[538].Value = global::System.DBNull.Value; } - if ((T2545800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[916].Value = ((int)(T2545800.Value)); + if ((Original_T2546701.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[539].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[540].Value = ((int)(Original_T2546701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[916].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[539].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[540].Value = global::System.DBNull.Value; } - if ((T2545801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[917].Value = ((int)(T2545801.Value)); + if ((Original_T3529500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[541].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[542].Value = ((int)(Original_T3529500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[917].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[541].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[542].Value = global::System.DBNull.Value; } - if ((T2545900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[918].Value = ((int)(T2545900.Value)); + if ((Original_T3529600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[543].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[544].Value = ((int)(Original_T3529600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[918].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[543].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[544].Value = global::System.DBNull.Value; } - if ((T2545901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[919].Value = ((int)(T2545901.Value)); + if ((Original_T3529700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[545].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[546].Value = ((int)(Original_T3529700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[919].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[545].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[546].Value = global::System.DBNull.Value; } - if ((T2546000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[920].Value = ((int)(T2546000.Value)); + if ((Original_T3529800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[547].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[548].Value = ((int)(Original_T3529800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[920].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[547].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[548].Value = global::System.DBNull.Value; } - if ((T2546001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[921].Value = ((int)(T2546001.Value)); + if ((Original_T3529900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[549].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[550].Value = ((int)(Original_T3529900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[921].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[549].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[550].Value = global::System.DBNull.Value; } - if ((T2546100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[922].Value = ((int)(T2546100.Value)); + if ((Original_T3530000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[551].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[552].Value = ((int)(Original_T3530000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[922].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[551].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[552].Value = global::System.DBNull.Value; } - if ((T2546101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[923].Value = ((int)(T2546101.Value)); + if ((Original_T3530100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[553].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[554].Value = ((int)(Original_T3530100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[923].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[553].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[554].Value = global::System.DBNull.Value; } - if ((T2546200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[924].Value = ((int)(T2546200.Value)); + if ((Original_T3530200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[555].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[556].Value = ((int)(Original_T3530200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[924].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[555].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[556].Value = global::System.DBNull.Value; } - if ((T2546201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[925].Value = ((int)(T2546201.Value)); + if ((Original_T3530300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[557].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[558].Value = ((int)(Original_T3530300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[925].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[557].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[558].Value = global::System.DBNull.Value; } - if ((T2546300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[926].Value = ((int)(T2546300.Value)); + if ((Original_T3530400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[559].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[560].Value = ((int)(Original_T3530400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[926].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[559].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[560].Value = global::System.DBNull.Value; } - if ((T2546301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[927].Value = ((int)(T2546301.Value)); + if ((Original_T3532500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[561].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[562].Value = ((int)(Original_T3532500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[927].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[561].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[562].Value = global::System.DBNull.Value; } - if ((T2546400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[928].Value = ((int)(T2546400.Value)); + if ((Original_T3532501.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[563].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[564].Value = ((int)(Original_T3532501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[928].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[563].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[564].Value = global::System.DBNull.Value; } - if ((T2546401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[929].Value = ((int)(T2546401.Value)); + if ((Original_T3532600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[565].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[566].Value = ((int)(Original_T3532600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[929].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[565].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[566].Value = global::System.DBNull.Value; } - if ((T2546500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[930].Value = ((int)(T2546500.Value)); + if ((Original_T3532601.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[567].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[568].Value = ((int)(Original_T3532601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[930].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[567].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[568].Value = global::System.DBNull.Value; } - if ((T2546501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[931].Value = ((int)(T2546501.Value)); + if ((Original_T3532700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[569].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[570].Value = ((int)(Original_T3532700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[931].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[569].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[570].Value = global::System.DBNull.Value; } - if ((T2546600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[932].Value = ((int)(T2546600.Value)); + if ((Original_T3532701.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[571].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[572].Value = ((int)(Original_T3532701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[932].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[571].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[572].Value = global::System.DBNull.Value; } - if ((T2546601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[933].Value = ((int)(T2546601.Value)); + if ((Original_T3532800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[573].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[574].Value = ((int)(Original_T3532800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[933].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[573].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[574].Value = global::System.DBNull.Value; } - if ((T2546700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[934].Value = ((int)(T2546700.Value)); + if ((Original_T3532801.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[575].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[576].Value = ((int)(Original_T3532801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[934].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[575].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[576].Value = global::System.DBNull.Value; } - if ((T2546701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[935].Value = ((int)(T2546701.Value)); + if ((Original_T3532900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[577].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[578].Value = ((int)(Original_T3532900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[935].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[577].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[578].Value = global::System.DBNull.Value; } - if ((T2546800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[936].Value = ((int)(T2546800.Value)); + if ((Original_T3532901.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[579].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[580].Value = ((int)(Original_T3532901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[936].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[579].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[580].Value = global::System.DBNull.Value; } - if ((T2546900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[937].Value = ((int)(T2546900.Value)); + if ((Original_T3533000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[581].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[582].Value = ((int)(Original_T3533000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[937].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[581].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[582].Value = global::System.DBNull.Value; } - if ((T2547000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[938].Value = ((int)(T2547000.Value)); + if ((Original_T3533001.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[583].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[584].Value = ((int)(Original_T3533001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[938].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[583].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[584].Value = global::System.DBNull.Value; } - if ((T2547100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[939].Value = ((int)(T2547100.Value)); + if ((Original_T3533100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[585].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[586].Value = ((int)(Original_T3533100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[939].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[585].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[586].Value = global::System.DBNull.Value; } - if ((T2547200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[940].Value = ((int)(T2547200.Value)); + if ((Original_T3533101.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[587].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[588].Value = ((int)(Original_T3533101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[940].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[587].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[588].Value = global::System.DBNull.Value; } - if ((T2547300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[941].Value = ((int)(T2547300.Value)); + if ((Original_T4498100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[589].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[590].Value = ((int)(Original_T4498100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[941].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[589].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[590].Value = global::System.DBNull.Value; } - if ((T2547400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[942].Value = ((int)(T2547400.Value)); + if ((Original_T4498200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[591].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[592].Value = ((int)(Original_T4498200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[942].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[591].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[592].Value = global::System.DBNull.Value; } - if ((T2547500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[943].Value = ((int)(T2547500.Value)); + if ((Original_T4498300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[593].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[594].Value = ((int)(Original_T4498300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[943].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[593].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[594].Value = global::System.DBNull.Value; } - if ((T2547600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[944].Value = ((int)(T2547600.Value)); + if ((Original_T4498400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[595].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[596].Value = ((int)(Original_T4498400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[944].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[595].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[596].Value = global::System.DBNull.Value; } - if ((T2547700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[945].Value = ((int)(T2547700.Value)); + if ((Original_T4498500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[597].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[598].Value = ((int)(Original_T4498500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[945].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[597].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[598].Value = global::System.DBNull.Value; } - if ((T2763400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[946].Value = ((int)(T2763400.Value)); + if ((Original_T4498600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[599].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[600].Value = ((int)(Original_T4498600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[946].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[599].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[600].Value = global::System.DBNull.Value; } - if ((T2763500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[947].Value = ((int)(T2763500.Value)); + if ((Original_T4498700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[601].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[602].Value = ((int)(Original_T4498700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[947].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[601].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[602].Value = global::System.DBNull.Value; } - if ((T2763600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[948].Value = ((int)(T2763600.Value)); + if ((Original_T4498800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[603].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[604].Value = ((int)(Original_T4498800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[948].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[603].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[604].Value = global::System.DBNull.Value; } - if ((T2763700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[949].Value = ((int)(T2763700.Value)); + if ((Original_T4498900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[605].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[606].Value = ((int)(Original_T4498900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[949].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[605].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[606].Value = global::System.DBNull.Value; } - if ((T2763800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[950].Value = ((int)(T2763800.Value)); + if ((Original_T4499000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[607].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[608].Value = ((int)(Original_T4499000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[950].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[607].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[608].Value = global::System.DBNull.Value; } - if ((T2763900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[951].Value = ((int)(T2763900.Value)); + if ((Original_T4503700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[609].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[610].Value = ((int)(Original_T4503700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[951].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[609].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[610].Value = global::System.DBNull.Value; } - if ((T2764000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[952].Value = ((int)(T2764000.Value)); + if ((Original_T4503701.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[611].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[612].Value = ((int)(Original_T4503701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[952].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[611].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[612].Value = global::System.DBNull.Value; } - if ((T3729600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[953].Value = ((int)(T3729600.Value)); + if ((Original_T4503800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[613].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[614].Value = ((int)(Original_T4503800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[953].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[613].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[614].Value = global::System.DBNull.Value; } - if ((T3729700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[954].Value = ((int)(T3729700.Value)); + if ((Original_T4503801.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[615].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[616].Value = ((int)(Original_T4503801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[954].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[615].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[616].Value = global::System.DBNull.Value; } - if ((T3729800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[955].Value = ((int)(T3729800.Value)); + if ((Original_T4503900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[617].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[618].Value = ((int)(Original_T4503900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[955].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[617].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[618].Value = global::System.DBNull.Value; } - if ((T3729900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[956].Value = ((int)(T3729900.Value)); + if ((Original_T4503901.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[619].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[620].Value = ((int)(Original_T4503901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[956].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[619].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[620].Value = global::System.DBNull.Value; } - if ((T3730000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[957].Value = ((int)(T3730000.Value)); + if ((Original_T4504000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[621].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[622].Value = ((int)(Original_T4504000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[957].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[621].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[622].Value = global::System.DBNull.Value; } - if ((T3730100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[958].Value = ((int)(T3730100.Value)); + if ((Original_T4504001.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[623].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[624].Value = ((int)(Original_T4504001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[958].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[623].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[624].Value = global::System.DBNull.Value; } - this.Adapter.UpdateCommand.Parameters[959].Value = ((int)(Original_R0000100)); - if ((Original_R0214800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[960].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[961].Value = ((int)(Original_R0214800.Value)); + if ((Original_T4504100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[625].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[626].Value = ((int)(Original_T4504100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[960].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[961].Value = global::System.DBNull.Value; - } - if ((Original_R1373300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[962].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[963].Value = ((int)(Original_R1373300.Value)); + this.Adapter.DeleteCommand.Parameters[625].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[626].Value = global::System.DBNull.Value; + } + if ((Original_T4504101.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[627].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[628].Value = ((int)(Original_T4504101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[962].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[963].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[627].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[628].Value = global::System.DBNull.Value; } - if ((Original_R1373400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[964].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[965].Value = ((int)(Original_R1373400.Value)); + if ((Original_T4504200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[629].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[630].Value = ((int)(Original_T4504200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[964].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[965].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[629].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[630].Value = global::System.DBNull.Value; } - if ((Original_R1373500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[966].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[967].Value = ((int)(Original_R1373500.Value)); + if ((Original_T4504201.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[631].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[632].Value = ((int)(Original_T4504201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[966].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[967].Value = global::System.DBNull.Value; + this.Adapter.DeleteCommand.Parameters[631].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[632].Value = global::System.DBNull.Value; } - if ((Original_R1374000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[968].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[969].Value = ((int)(Original_R1374000.Value)); + 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(); } - else { - this.Adapter.UpdateCommand.Parameters[968].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[969].Value = global::System.DBNull.Value; + try { + int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); + return returnValue; } - if ((Original_R1374100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[970].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[971].Value = ((int)(Original_R1374100.Value)); + 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( + int R0000100, + global::System.Nullable R1373400, + global::System.Nullable R1374100, + global::System.Nullable R1374800, + global::System.Nullable R1375500, + global::System.Nullable R1376200, + global::System.Nullable R1376900, + global::System.Nullable R1377600, + global::System.Nullable R1753800, + global::System.Nullable R1754500, + global::System.Nullable R1755200, + global::System.Nullable R1755900, + global::System.Nullable R1756600, + global::System.Nullable R1757300, + global::System.Nullable R1758000, + global::System.Nullable R2095800, + global::System.Nullable R2096500, + global::System.Nullable R2097200, + global::System.Nullable R2097900, + global::System.Nullable R2098600, + global::System.Nullable R2099300, + global::System.Nullable R2100000, + global::System.Nullable R2648100, + global::System.Nullable R2648800, + global::System.Nullable R2649500, + global::System.Nullable R2650200, + global::System.Nullable R2650900, + global::System.Nullable R2651600, + global::System.Nullable R2652300, + global::System.Nullable R3256000, + global::System.Nullable R3257800, + global::System.Nullable R3259600, + global::System.Nullable R3261400, + global::System.Nullable R3263200, + global::System.Nullable R3265000, + global::System.Nullable R3266800, + global::System.Nullable R3771900, + global::System.Nullable R3772200, + global::System.Nullable R3772300, + global::System.Nullable R3774000, + global::System.Nullable R3774300, + global::System.Nullable R3774400, + global::System.Nullable R3776100, + global::System.Nullable R3776400, + global::System.Nullable R3776500, + global::System.Nullable R3778200, + global::System.Nullable R3778500, + global::System.Nullable R3778600, + global::System.Nullable R3780300, + global::System.Nullable R3780600, + global::System.Nullable R3780700, + global::System.Nullable R3782400, + global::System.Nullable R3784500, + global::System.Nullable R4276900, + global::System.Nullable R4277200, + global::System.Nullable R4277201, + global::System.Nullable R4277800, + global::System.Nullable R4278100, + global::System.Nullable R4278101, + global::System.Nullable R4278700, + global::System.Nullable R4279000, + global::System.Nullable R4279001, + global::System.Nullable R4279600, + global::System.Nullable R4279900, + global::System.Nullable R4279901, + global::System.Nullable R4280500, + global::System.Nullable R4280800, + global::System.Nullable R4280801, + global::System.Nullable R4281400, + global::System.Nullable R4282200, + global::System.Nullable R4827700, + global::System.Nullable R4828000, + global::System.Nullable R4828001, + global::System.Nullable R4830700, + global::System.Nullable R4831000, + global::System.Nullable R4831001, + global::System.Nullable R4833700, + global::System.Nullable R4834000, + global::System.Nullable R4834001, + global::System.Nullable R4836700, + global::System.Nullable R4837000, + global::System.Nullable R4837001, + global::System.Nullable R4839700, + global::System.Nullable R4840000, + global::System.Nullable R4840001, + global::System.Nullable R4842600, + global::System.Nullable R4844900, + global::System.Nullable R4847200, + global::System.Nullable R5498100, + global::System.Nullable R5498400, + global::System.Nullable R5498401, + global::System.Nullable R5501100, + global::System.Nullable R5501400, + global::System.Nullable R5501401, + global::System.Nullable R5504100, + global::System.Nullable R5504400, + global::System.Nullable R5504401, + global::System.Nullable R5507100, + global::System.Nullable R5507400, + global::System.Nullable R5507401, + global::System.Nullable R5510100, + global::System.Nullable R5510400, + global::System.Nullable R5510401, + global::System.Nullable R5513100, + global::System.Nullable R5515400, + global::System.Nullable R5517700, + global::System.Nullable R5519900, + global::System.Nullable R6219500, + global::System.Nullable R6219600, + global::System.Nullable R6219700, + global::System.Nullable R6219800, + global::System.Nullable R6219900, + global::System.Nullable R6220000, + global::System.Nullable R6220100, + global::System.Nullable R6220200, + global::System.Nullable R6220300, + global::System.Nullable R6220400, + global::System.Nullable R6222800, + global::System.Nullable R6222801, + global::System.Nullable R6222900, + global::System.Nullable R6222901, + global::System.Nullable R6223000, + global::System.Nullable R6223001, + global::System.Nullable R6223100, + global::System.Nullable R6223101, + global::System.Nullable R6223200, + global::System.Nullable R6223201, + global::System.Nullable R6223300, + global::System.Nullable R6223301, + global::System.Nullable R6773500, + global::System.Nullable R6773600, + global::System.Nullable R6773700, + global::System.Nullable R6773800, + global::System.Nullable R6773900, + global::System.Nullable R6774000, + global::System.Nullable R6774100, + global::System.Nullable R6774200, + global::System.Nullable R6774300, + global::System.Nullable R6774400, + global::System.Nullable R6776300, + global::System.Nullable R6776301, + global::System.Nullable R6776400, + global::System.Nullable R6776401, + global::System.Nullable R6776500, + global::System.Nullable R6776501, + global::System.Nullable R6776600, + global::System.Nullable R6776601, + global::System.Nullable R6776700, + global::System.Nullable R6776701, + global::System.Nullable R6776800, + global::System.Nullable R6776801, + global::System.Nullable R7417900, + global::System.Nullable R7418000, + global::System.Nullable R7418100, + global::System.Nullable R7418200, + global::System.Nullable R7418300, + global::System.Nullable R7418400, + global::System.Nullable R7418500, + global::System.Nullable R7418600, + global::System.Nullable R7418700, + global::System.Nullable R7418800, + global::System.Nullable R7420700, + global::System.Nullable R7420701, + global::System.Nullable R7420800, + global::System.Nullable R7420801, + global::System.Nullable R7420900, + global::System.Nullable R7420901, + global::System.Nullable R7421000, + global::System.Nullable R7421001, + global::System.Nullable R7421100, + global::System.Nullable R7421101, + global::System.Nullable R7421200, + global::System.Nullable R7421201, + global::System.Nullable R7421300, + global::System.Nullable R7421301, + global::System.Nullable R8116000, + global::System.Nullable R8116100, + global::System.Nullable R8116200, + global::System.Nullable R8116300, + global::System.Nullable R8116400, + global::System.Nullable R8116500, + global::System.Nullable R8116600, + global::System.Nullable R8116700, + global::System.Nullable R8116800, + global::System.Nullable R8116900, + global::System.Nullable R8119000, + global::System.Nullable R8119001, + global::System.Nullable R8119100, + global::System.Nullable R8119101, + global::System.Nullable R8119200, + global::System.Nullable R8119201, + global::System.Nullable R8119300, + global::System.Nullable R8119301, + global::System.Nullable R8119400, + global::System.Nullable R8119401, + global::System.Nullable R8119500, + global::System.Nullable R8119501, + global::System.Nullable T0347900, + global::System.Nullable T0348000, + global::System.Nullable T0348100, + global::System.Nullable T0348200, + global::System.Nullable T0348300, + global::System.Nullable T0348400, + global::System.Nullable T0348500, + global::System.Nullable T0348600, + global::System.Nullable T0348700, + global::System.Nullable T0348800, + global::System.Nullable T0348900, + global::System.Nullable T0351100, + global::System.Nullable T0351101, + global::System.Nullable T0351200, + global::System.Nullable T0351201, + global::System.Nullable T0351300, + global::System.Nullable T0351301, + global::System.Nullable T0351400, + global::System.Nullable T0351401, + global::System.Nullable T0351500, + global::System.Nullable T0351501, + global::System.Nullable T0351600, + global::System.Nullable T0351601, + global::System.Nullable T0351700, + global::System.Nullable T0351701, + global::System.Nullable T0351800, + global::System.Nullable T0351801, + global::System.Nullable T1497300, + global::System.Nullable T1497400, + global::System.Nullable T1497500, + global::System.Nullable T1497600, + global::System.Nullable T1497700, + global::System.Nullable T1497800, + global::System.Nullable T1497900, + global::System.Nullable T1498000, + global::System.Nullable T1498100, + global::System.Nullable T1498200, + global::System.Nullable T1498300, + global::System.Nullable T1500500, + global::System.Nullable T1500501, + global::System.Nullable T1500600, + global::System.Nullable T1500601, + global::System.Nullable T1500700, + global::System.Nullable T1500701, + global::System.Nullable T1500800, + global::System.Nullable T1500801, + global::System.Nullable T1500900, + global::System.Nullable T1500901, + global::System.Nullable T1501000, + global::System.Nullable T1501001, + global::System.Nullable T2543200, + global::System.Nullable T2543300, + global::System.Nullable T2543400, + global::System.Nullable T2543500, + global::System.Nullable T2543600, + global::System.Nullable T2543700, + global::System.Nullable T2543800, + global::System.Nullable T2543900, + global::System.Nullable T2544000, + global::System.Nullable T2544100, + global::System.Nullable T2546100, + global::System.Nullable T2546101, + global::System.Nullable T2546200, + global::System.Nullable T2546201, + global::System.Nullable T2546300, + global::System.Nullable T2546301, + global::System.Nullable T2546400, + global::System.Nullable T2546401, + global::System.Nullable T2546500, + global::System.Nullable T2546501, + global::System.Nullable T2546600, + global::System.Nullable T2546601, + global::System.Nullable T2546700, + global::System.Nullable T2546701, + global::System.Nullable T3529500, + global::System.Nullable T3529600, + global::System.Nullable T3529700, + global::System.Nullable T3529800, + global::System.Nullable T3529900, + global::System.Nullable T3530000, + global::System.Nullable T3530100, + global::System.Nullable T3530200, + global::System.Nullable T3530300, + global::System.Nullable T3530400, + global::System.Nullable T3532500, + global::System.Nullable T3532501, + global::System.Nullable T3532600, + global::System.Nullable T3532601, + global::System.Nullable T3532700, + global::System.Nullable T3532701, + global::System.Nullable T3532800, + global::System.Nullable T3532801, + global::System.Nullable T3532900, + global::System.Nullable T3532901, + global::System.Nullable T3533000, + global::System.Nullable T3533001, + global::System.Nullable T3533100, + global::System.Nullable T3533101, + global::System.Nullable T4498100, + global::System.Nullable T4498200, + global::System.Nullable T4498300, + global::System.Nullable T4498400, + global::System.Nullable T4498500, + global::System.Nullable T4498600, + global::System.Nullable T4498700, + global::System.Nullable T4498800, + global::System.Nullable T4498900, + global::System.Nullable T4499000, + global::System.Nullable T4503700, + global::System.Nullable T4503701, + global::System.Nullable T4503800, + global::System.Nullable T4503801, + global::System.Nullable T4503900, + global::System.Nullable T4503901, + global::System.Nullable T4504000, + global::System.Nullable T4504001, + global::System.Nullable T4504100, + global::System.Nullable T4504101, + global::System.Nullable T4504200, + global::System.Nullable T4504201) { + this.Adapter.InsertCommand.Parameters[0].Value = ((int)(R0000100)); + if ((R1373400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[1].Value = ((int)(R1373400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[970].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[971].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; } - if ((Original_R1374200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[972].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[973].Value = ((int)(Original_R1374200.Value)); + if ((R1374100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[2].Value = ((int)(R1374100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[972].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[973].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((Original_R1374700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[974].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[975].Value = ((int)(Original_R1374700.Value)); + if ((R1374800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[3].Value = ((int)(R1374800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[974].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[975].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; } - if ((Original_R1374800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[976].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[977].Value = ((int)(Original_R1374800.Value)); + if ((R1375500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[4].Value = ((int)(R1375500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[976].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[977].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((Original_R1374900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[978].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[979].Value = ((int)(Original_R1374900.Value)); + if ((R1376200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[5].Value = ((int)(R1376200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[978].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[979].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((Original_R1375400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[980].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[981].Value = ((int)(Original_R1375400.Value)); + if ((R1376900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[6].Value = ((int)(R1376900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[980].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[981].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((Original_R1375500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[982].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[983].Value = ((int)(Original_R1375500.Value)); + if ((R1377600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[7].Value = ((int)(R1377600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[982].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[983].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; } - if ((Original_R1375600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[984].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[985].Value = ((int)(Original_R1375600.Value)); + if ((R1753800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[8].Value = ((int)(R1753800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[984].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[985].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((Original_R1376100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[986].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[987].Value = ((int)(Original_R1376100.Value)); + if ((R1754500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[9].Value = ((int)(R1754500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[986].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[987].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; } - if ((Original_R1376200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[988].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[989].Value = ((int)(Original_R1376200.Value)); + if ((R1755200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[10].Value = ((int)(R1755200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[988].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[989].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((Original_R1376300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[990].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[991].Value = ((int)(Original_R1376300.Value)); + if ((R1755900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[11].Value = ((int)(R1755900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[990].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[991].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; } - if ((Original_R1376800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[992].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[993].Value = ((int)(Original_R1376800.Value)); + if ((R1756600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[12].Value = ((int)(R1756600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[992].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[993].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((Original_R1376900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[994].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[995].Value = ((int)(Original_R1376900.Value)); + if ((R1757300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[13].Value = ((int)(R1757300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[994].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[995].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; } - if ((Original_R1377000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[996].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[997].Value = ((int)(Original_R1377000.Value)); + if ((R1758000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[14].Value = ((int)(R1758000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[996].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[997].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((Original_R1377500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[998].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[999].Value = ((int)(Original_R1377500.Value)); + if ((R2095800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[15].Value = ((int)(R2095800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[998].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[999].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; } - if ((Original_R1377600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1000].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1001].Value = ((int)(Original_R1377600.Value)); + if ((R2096500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[16].Value = ((int)(R2096500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1000].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1001].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((Original_R1377700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1002].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1003].Value = ((int)(Original_R1377700.Value)); + if ((R2097200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[17].Value = ((int)(R2097200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1002].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1003].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; } - if ((Original_R1753700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1004].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1005].Value = ((int)(Original_R1753700.Value)); + if ((R2097900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[18].Value = ((int)(R2097900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1004].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1005].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((Original_R1753800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1006].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1007].Value = ((int)(Original_R1753800.Value)); + if ((R2098600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[19].Value = ((int)(R2098600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1006].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1007].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; } - if ((Original_R1753900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1008].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1009].Value = ((int)(Original_R1753900.Value)); + if ((R2099300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[20].Value = ((int)(R2099300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1008].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1009].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; } - if ((Original_R1754400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1010].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1011].Value = ((int)(Original_R1754400.Value)); + if ((R2100000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[21].Value = ((int)(R2100000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1010].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1011].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; } - if ((Original_R1754500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1012].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1013].Value = ((int)(Original_R1754500.Value)); + if ((R2648100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[22].Value = ((int)(R2648100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1012].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1013].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((Original_R1754600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1014].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1015].Value = ((int)(Original_R1754600.Value)); + if ((R2648800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[23].Value = ((int)(R2648800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1014].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1015].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; } - if ((Original_R1755100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1016].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1017].Value = ((int)(Original_R1755100.Value)); + if ((R2649500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[24].Value = ((int)(R2649500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1016].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1017].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; } - if ((Original_R1755200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1018].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1019].Value = ((int)(Original_R1755200.Value)); + if ((R2650200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[25].Value = ((int)(R2650200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1018].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1019].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; } - if ((Original_R1755300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1020].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1021].Value = ((int)(Original_R1755300.Value)); + if ((R2650900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[26].Value = ((int)(R2650900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1020].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1021].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; } - if ((Original_R1755800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1022].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1023].Value = ((int)(Original_R1755800.Value)); + if ((R2651600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[27].Value = ((int)(R2651600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1022].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1023].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; } - if ((Original_R1755900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1024].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1025].Value = ((int)(Original_R1755900.Value)); + if ((R2652300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[28].Value = ((int)(R2652300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1024].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1025].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; } - if ((Original_R1756000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1026].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1027].Value = ((int)(Original_R1756000.Value)); + if ((R3256000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[29].Value = ((int)(R3256000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1026].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1027].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; } - if ((Original_R1756500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1028].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1029].Value = ((int)(Original_R1756500.Value)); + if ((R3257800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[30].Value = ((int)(R3257800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1028].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1029].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; } - if ((Original_R1756600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1030].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1031].Value = ((int)(Original_R1756600.Value)); + if ((R3259600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[31].Value = ((int)(R3259600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1030].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1031].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; } - if ((Original_R1756700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1032].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1033].Value = ((int)(Original_R1756700.Value)); + if ((R3261400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[32].Value = ((int)(R3261400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1032].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1033].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; } - if ((Original_R1757200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1034].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1035].Value = ((int)(Original_R1757200.Value)); + if ((R3263200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[33].Value = ((int)(R3263200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1034].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1035].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; } - if ((Original_R1757300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1036].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1037].Value = ((int)(Original_R1757300.Value)); + if ((R3265000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[34].Value = ((int)(R3265000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1036].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1037].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; } - if ((Original_R1757400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1038].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1039].Value = ((int)(Original_R1757400.Value)); + if ((R3266800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[35].Value = ((int)(R3266800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1038].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1039].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; } - if ((Original_R1757900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1040].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1041].Value = ((int)(Original_R1757900.Value)); + if ((R3771900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[36].Value = ((int)(R3771900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1040].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1041].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; } - if ((Original_R1758000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1042].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1043].Value = ((int)(Original_R1758000.Value)); + if ((R3772200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[37].Value = ((int)(R3772200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1042].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1043].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; } - if ((Original_R1758100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1044].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1045].Value = ((int)(Original_R1758100.Value)); + if ((R3772300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[38].Value = ((int)(R3772300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1044].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1045].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; } - if ((Original_R2095700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1046].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1047].Value = ((int)(Original_R2095700.Value)); + if ((R3774000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[39].Value = ((int)(R3774000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1046].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1047].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; } - if ((Original_R2095800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1048].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1049].Value = ((int)(Original_R2095800.Value)); + if ((R3774300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[40].Value = ((int)(R3774300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1048].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1049].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; } - if ((Original_R2095900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1050].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1051].Value = ((int)(Original_R2095900.Value)); + if ((R3774400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[41].Value = ((int)(R3774400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1050].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1051].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; } - if ((Original_R2096400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1052].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1053].Value = ((int)(Original_R2096400.Value)); + if ((R3776100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[42].Value = ((int)(R3776100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1052].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1053].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; } - if ((Original_R2096500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1054].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1055].Value = ((int)(Original_R2096500.Value)); + if ((R3776400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[43].Value = ((int)(R3776400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1054].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1055].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; } - if ((Original_R2096600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1056].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1057].Value = ((int)(Original_R2096600.Value)); + if ((R3776500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[44].Value = ((int)(R3776500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1056].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1057].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; } - if ((Original_R2097100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1058].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1059].Value = ((int)(Original_R2097100.Value)); + if ((R3778200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[45].Value = ((int)(R3778200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1058].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1059].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; } - if ((Original_R2097200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1060].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1061].Value = ((int)(Original_R2097200.Value)); + if ((R3778500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[46].Value = ((int)(R3778500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1060].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1061].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; } - if ((Original_R2097300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1062].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1063].Value = ((int)(Original_R2097300.Value)); + if ((R3778600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[47].Value = ((int)(R3778600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1062].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1063].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; } - if ((Original_R2097800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1064].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1065].Value = ((int)(Original_R2097800.Value)); + if ((R3780300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[48].Value = ((int)(R3780300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1064].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1065].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value; } - if ((Original_R2097900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1066].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1067].Value = ((int)(Original_R2097900.Value)); + if ((R3780600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[49].Value = ((int)(R3780600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1066].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1067].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value; } - if ((Original_R2098000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1068].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1069].Value = ((int)(Original_R2098000.Value)); + if ((R3780700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[50].Value = ((int)(R3780700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1068].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1069].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value; } - if ((Original_R2098500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1070].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1071].Value = ((int)(Original_R2098500.Value)); + if ((R3782400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[51].Value = ((int)(R3782400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1070].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1071].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value; } - if ((Original_R2098600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1072].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1073].Value = ((int)(Original_R2098600.Value)); + if ((R3784500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[52].Value = ((int)(R3784500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1072].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1073].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value; } - if ((Original_R2098700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1074].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1075].Value = ((int)(Original_R2098700.Value)); + if ((R4276900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[53].Value = ((int)(R4276900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1074].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1075].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value; } - if ((Original_R2099200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1076].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1077].Value = ((int)(Original_R2099200.Value)); + if ((R4277200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[54].Value = ((int)(R4277200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1076].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1077].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value; } - if ((Original_R2099300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1078].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1079].Value = ((int)(Original_R2099300.Value)); + if ((R4277201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[55].Value = ((int)(R4277201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1078].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1079].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value; } - if ((Original_R2099400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1080].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1081].Value = ((int)(Original_R2099400.Value)); + if ((R4277800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[56].Value = ((int)(R4277800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1080].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1081].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value; } - if ((Original_R2099900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1082].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1083].Value = ((int)(Original_R2099900.Value)); + if ((R4278100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[57].Value = ((int)(R4278100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1082].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1083].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value; } - if ((Original_R2100000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1084].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1085].Value = ((int)(Original_R2100000.Value)); + if ((R4278101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[58].Value = ((int)(R4278101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1084].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1085].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value; } - if ((Original_R2100100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1086].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1087].Value = ((int)(Original_R2100100.Value)); + if ((R4278700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[59].Value = ((int)(R4278700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1086].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1087].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value; } - if ((Original_R2345900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1088].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1089].Value = ((int)(Original_R2345900.Value)); + if ((R4279000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[60].Value = ((int)(R4279000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1088].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1089].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value; } - if ((Original_R2346200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1090].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1091].Value = ((int)(Original_R2346200.Value)); + if ((R4279001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[61].Value = ((int)(R4279001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1090].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1091].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value; } - if ((Original_R2346500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1092].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1093].Value = ((int)(Original_R2346500.Value)); + if ((R4279600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[62].Value = ((int)(R4279600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1092].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1093].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value; } - if ((Original_R2346800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1094].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1095].Value = ((int)(Original_R2346800.Value)); + if ((R4279900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[63].Value = ((int)(R4279900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1094].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1095].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value; } - if ((Original_R2347100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1096].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1097].Value = ((int)(Original_R2347100.Value)); + if ((R4279901.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[64].Value = ((int)(R4279901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1096].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1097].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value; } - if ((Original_R2347400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1098].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1099].Value = ((int)(Original_R2347400.Value)); + if ((R4280500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[65].Value = ((int)(R4280500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1098].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1099].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[65].Value = global::System.DBNull.Value; } - if ((Original_R2347700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1100].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1101].Value = ((int)(Original_R2347700.Value)); + if ((R4280800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[66].Value = ((int)(R4280800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1100].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1101].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[66].Value = global::System.DBNull.Value; } - if ((Original_R2648000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1102].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1103].Value = ((int)(Original_R2648000.Value)); + if ((R4280801.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[67].Value = ((int)(R4280801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1102].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1103].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[67].Value = global::System.DBNull.Value; } - if ((Original_R2648100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1104].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1105].Value = ((int)(Original_R2648100.Value)); + if ((R4281400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[68].Value = ((int)(R4281400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1104].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1105].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[68].Value = global::System.DBNull.Value; } - if ((Original_R2648200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1106].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1107].Value = ((int)(Original_R2648200.Value)); + if ((R4282200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[69].Value = ((int)(R4282200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1106].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1107].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[69].Value = global::System.DBNull.Value; } - if ((Original_R2648700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1108].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1109].Value = ((int)(Original_R2648700.Value)); + if ((R4827700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[70].Value = ((int)(R4827700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1108].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1109].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[70].Value = global::System.DBNull.Value; } - if ((Original_R2648800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1110].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1111].Value = ((int)(Original_R2648800.Value)); + if ((R4828000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[71].Value = ((int)(R4828000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1110].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1111].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[71].Value = global::System.DBNull.Value; } - if ((Original_R2648900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1112].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1113].Value = ((int)(Original_R2648900.Value)); + if ((R4828001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[72].Value = ((int)(R4828001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1112].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1113].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[72].Value = global::System.DBNull.Value; } - if ((Original_R2649400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1114].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1115].Value = ((int)(Original_R2649400.Value)); + if ((R4830700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[73].Value = ((int)(R4830700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1114].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1115].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[73].Value = global::System.DBNull.Value; } - if ((Original_R2649500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1116].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1117].Value = ((int)(Original_R2649500.Value)); + if ((R4831000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[74].Value = ((int)(R4831000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1116].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1117].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[74].Value = global::System.DBNull.Value; } - if ((Original_R2649600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1118].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1119].Value = ((int)(Original_R2649600.Value)); + if ((R4831001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[75].Value = ((int)(R4831001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1118].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1119].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[75].Value = global::System.DBNull.Value; } - if ((Original_R2650100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1120].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1121].Value = ((int)(Original_R2650100.Value)); + if ((R4833700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[76].Value = ((int)(R4833700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1120].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1121].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[76].Value = global::System.DBNull.Value; } - if ((Original_R2650200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1122].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1123].Value = ((int)(Original_R2650200.Value)); + if ((R4834000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[77].Value = ((int)(R4834000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1122].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1123].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[77].Value = global::System.DBNull.Value; } - if ((Original_R2650300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1124].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1125].Value = ((int)(Original_R2650300.Value)); + if ((R4834001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[78].Value = ((int)(R4834001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1124].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1125].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[78].Value = global::System.DBNull.Value; } - if ((Original_R2650800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1126].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1127].Value = ((int)(Original_R2650800.Value)); + if ((R4836700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[79].Value = ((int)(R4836700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1126].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1127].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[79].Value = global::System.DBNull.Value; } - if ((Original_R2650900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1128].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1129].Value = ((int)(Original_R2650900.Value)); + if ((R4837000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[80].Value = ((int)(R4837000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1128].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1129].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[80].Value = global::System.DBNull.Value; } - if ((Original_R2651000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1130].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1131].Value = ((int)(Original_R2651000.Value)); + if ((R4837001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[81].Value = ((int)(R4837001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1130].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1131].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[81].Value = global::System.DBNull.Value; } - if ((Original_R2651500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1132].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1133].Value = ((int)(Original_R2651500.Value)); + if ((R4839700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[82].Value = ((int)(R4839700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1132].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1133].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[82].Value = global::System.DBNull.Value; } - if ((Original_R2651600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1134].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1135].Value = ((int)(Original_R2651600.Value)); + if ((R4840000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[83].Value = ((int)(R4840000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1134].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1135].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[83].Value = global::System.DBNull.Value; } - if ((Original_R2651700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1136].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1137].Value = ((int)(Original_R2651700.Value)); + if ((R4840001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[84].Value = ((int)(R4840001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1136].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1137].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[84].Value = global::System.DBNull.Value; } - if ((Original_R2652200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1138].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1139].Value = ((int)(Original_R2652200.Value)); + if ((R4842600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[85].Value = ((int)(R4842600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1138].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1139].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[85].Value = global::System.DBNull.Value; } - if ((Original_R2652300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1140].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1141].Value = ((int)(Original_R2652300.Value)); + if ((R4844900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[86].Value = ((int)(R4844900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1140].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1141].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[86].Value = global::System.DBNull.Value; } - if ((Original_R2652400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1142].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1143].Value = ((int)(Original_R2652400.Value)); + if ((R4847200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[87].Value = ((int)(R4847200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1142].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1143].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[87].Value = global::System.DBNull.Value; } - if ((Original_R2955900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1144].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1145].Value = ((int)(Original_R2955900.Value)); + if ((R5498100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[88].Value = ((int)(R5498100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1144].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1145].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[88].Value = global::System.DBNull.Value; } - if ((Original_R2956200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1146].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1147].Value = ((int)(Original_R2956200.Value)); + if ((R5498400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[89].Value = ((int)(R5498400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1146].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1147].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[89].Value = global::System.DBNull.Value; } - if ((Original_R2956500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1148].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1149].Value = ((int)(Original_R2956500.Value)); + if ((R5498401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[90].Value = ((int)(R5498401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1148].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1149].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[90].Value = global::System.DBNull.Value; } - if ((Original_R2956800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1150].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1151].Value = ((int)(Original_R2956800.Value)); + if ((R5501100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[91].Value = ((int)(R5501100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1150].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1151].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[91].Value = global::System.DBNull.Value; } - if ((Original_R2957100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1152].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1153].Value = ((int)(Original_R2957100.Value)); + if ((R5501400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[92].Value = ((int)(R5501400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1152].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1153].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[92].Value = global::System.DBNull.Value; } - if ((Original_R2957400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1154].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1155].Value = ((int)(Original_R2957400.Value)); + if ((R5501401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[93].Value = ((int)(R5501401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1154].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1155].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[93].Value = global::System.DBNull.Value; } - if ((Original_R2957700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1156].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1157].Value = ((int)(Original_R2957700.Value)); + if ((R5504100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[94].Value = ((int)(R5504100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1156].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1157].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[94].Value = global::System.DBNull.Value; } - if ((Original_R3255900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1158].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1159].Value = ((int)(Original_R3255900.Value)); + if ((R5504400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[95].Value = ((int)(R5504400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1158].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1159].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[95].Value = global::System.DBNull.Value; } - if ((Original_R3256000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1160].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1161].Value = ((int)(Original_R3256000.Value)); + if ((R5504401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[96].Value = ((int)(R5504401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1160].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1161].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[96].Value = global::System.DBNull.Value; } - if ((Original_R3256100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1162].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1163].Value = ((int)(Original_R3256100.Value)); + if ((R5507100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[97].Value = ((int)(R5507100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1162].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1163].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[97].Value = global::System.DBNull.Value; } - if ((Original_R3257700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1164].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1165].Value = ((int)(Original_R3257700.Value)); + if ((R5507400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[98].Value = ((int)(R5507400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1164].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1165].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[98].Value = global::System.DBNull.Value; } - if ((Original_R3257800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1166].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1167].Value = ((int)(Original_R3257800.Value)); + if ((R5507401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[99].Value = ((int)(R5507401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1166].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1167].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[99].Value = global::System.DBNull.Value; } - if ((Original_R3257900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1168].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1169].Value = ((int)(Original_R3257900.Value)); + if ((R5510100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[100].Value = ((int)(R5510100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1168].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1169].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[100].Value = global::System.DBNull.Value; } - if ((Original_R3259500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1170].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1171].Value = ((int)(Original_R3259500.Value)); + if ((R5510400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[101].Value = ((int)(R5510400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1170].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1171].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[101].Value = global::System.DBNull.Value; } - if ((Original_R3259600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1172].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1173].Value = ((int)(Original_R3259600.Value)); + if ((R5510401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[102].Value = ((int)(R5510401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1172].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1173].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[102].Value = global::System.DBNull.Value; } - if ((Original_R3259700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1174].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1175].Value = ((int)(Original_R3259700.Value)); + if ((R5513100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[103].Value = ((int)(R5513100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1174].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1175].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[103].Value = global::System.DBNull.Value; } - if ((Original_R3261300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1176].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1177].Value = ((int)(Original_R3261300.Value)); + if ((R5515400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[104].Value = ((int)(R5515400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1176].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1177].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[104].Value = global::System.DBNull.Value; } - if ((Original_R3261400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1178].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1179].Value = ((int)(Original_R3261400.Value)); + if ((R5517700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[105].Value = ((int)(R5517700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1178].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1179].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[105].Value = global::System.DBNull.Value; } - if ((Original_R3261500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1180].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1181].Value = ((int)(Original_R3261500.Value)); + if ((R5519900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[106].Value = ((int)(R5519900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1180].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1181].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[106].Value = global::System.DBNull.Value; } - if ((Original_R3263100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1182].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1183].Value = ((int)(Original_R3263100.Value)); + if ((R6219500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[107].Value = ((int)(R6219500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1182].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1183].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[107].Value = global::System.DBNull.Value; } - if ((Original_R3263200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1184].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1185].Value = ((int)(Original_R3263200.Value)); + if ((R6219600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[108].Value = ((int)(R6219600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1184].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1185].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[108].Value = global::System.DBNull.Value; } - if ((Original_R3263300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1186].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1187].Value = ((int)(Original_R3263300.Value)); + if ((R6219700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[109].Value = ((int)(R6219700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1186].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1187].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[109].Value = global::System.DBNull.Value; } - if ((Original_R3264900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1188].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1189].Value = ((int)(Original_R3264900.Value)); + if ((R6219800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[110].Value = ((int)(R6219800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1188].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1189].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[110].Value = global::System.DBNull.Value; } - if ((Original_R3265000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1190].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1191].Value = ((int)(Original_R3265000.Value)); + if ((R6219900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[111].Value = ((int)(R6219900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1190].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1191].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[111].Value = global::System.DBNull.Value; } - if ((Original_R3265100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1192].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1193].Value = ((int)(Original_R3265100.Value)); + if ((R6220000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[112].Value = ((int)(R6220000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1192].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1193].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[112].Value = global::System.DBNull.Value; } - if ((Original_R3266700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1194].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1195].Value = ((int)(Original_R3266700.Value)); + if ((R6220100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[113].Value = ((int)(R6220100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1194].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1195].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[113].Value = global::System.DBNull.Value; } - if ((Original_R3266800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1196].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1197].Value = ((int)(Original_R3266800.Value)); + if ((R6220200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[114].Value = ((int)(R6220200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1196].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1197].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[114].Value = global::System.DBNull.Value; } - if ((Original_R3266900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1198].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1199].Value = ((int)(Original_R3266900.Value)); + if ((R6220300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[115].Value = ((int)(R6220300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1198].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1199].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[115].Value = global::System.DBNull.Value; } - if ((Original_R3268500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1200].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1201].Value = ((int)(Original_R3268500.Value)); + if ((R6220400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[116].Value = ((int)(R6220400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1200].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1201].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[116].Value = global::System.DBNull.Value; } - if ((Original_R3556400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1202].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1203].Value = ((int)(Original_R3556400.Value)); + if ((R6222800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[117].Value = ((int)(R6222800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1202].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1203].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[117].Value = global::System.DBNull.Value; } - if ((Original_R3557000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1204].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1205].Value = ((int)(Original_R3557000.Value)); + if ((R6222801.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[118].Value = ((int)(R6222801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1204].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1205].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[118].Value = global::System.DBNull.Value; } - if ((Original_R3557600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1206].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1207].Value = ((int)(Original_R3557600.Value)); + if ((R6222900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[119].Value = ((int)(R6222900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1206].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1207].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[119].Value = global::System.DBNull.Value; } - if ((Original_R3771800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1208].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1209].Value = ((int)(Original_R3771800.Value)); + if ((R6222901.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[120].Value = ((int)(R6222901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1208].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1209].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[120].Value = global::System.DBNull.Value; } - if ((Original_R3771900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1210].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1211].Value = ((int)(Original_R3771900.Value)); + if ((R6223000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[121].Value = ((int)(R6223000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1210].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1211].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[121].Value = global::System.DBNull.Value; } - if ((Original_R3772000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1212].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1213].Value = ((int)(Original_R3772000.Value)); + if ((R6223001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[122].Value = ((int)(R6223001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1212].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1213].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[122].Value = global::System.DBNull.Value; } - if ((Original_R3772100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1214].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1215].Value = ((int)(Original_R3772100.Value)); + if ((R6223100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[123].Value = ((int)(R6223100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1214].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1215].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[123].Value = global::System.DBNull.Value; } - if ((Original_R3772200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1216].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1217].Value = ((int)(Original_R3772200.Value)); + if ((R6223101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[124].Value = ((int)(R6223101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1216].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1217].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[124].Value = global::System.DBNull.Value; } - if ((Original_R3772300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1218].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1219].Value = ((int)(Original_R3772300.Value)); + if ((R6223200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[125].Value = ((int)(R6223200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1218].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1219].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[125].Value = global::System.DBNull.Value; } - if ((Original_R3772400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1220].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1221].Value = ((int)(Original_R3772400.Value)); + if ((R6223201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[126].Value = ((int)(R6223201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1220].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1221].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[126].Value = global::System.DBNull.Value; } - if ((Original_R3773900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1222].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1223].Value = ((int)(Original_R3773900.Value)); + if ((R6223300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[127].Value = ((int)(R6223300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1222].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1223].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[127].Value = global::System.DBNull.Value; } - if ((Original_R3774000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1224].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1225].Value = ((int)(Original_R3774000.Value)); + if ((R6223301.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[128].Value = ((int)(R6223301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1224].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1225].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[128].Value = global::System.DBNull.Value; } - if ((Original_R3774100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1226].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1227].Value = ((int)(Original_R3774100.Value)); + if ((R6773500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[129].Value = ((int)(R6773500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1226].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1227].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[129].Value = global::System.DBNull.Value; } - if ((Original_R3774200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1228].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1229].Value = ((int)(Original_R3774200.Value)); + if ((R6773600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[130].Value = ((int)(R6773600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1228].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1229].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[130].Value = global::System.DBNull.Value; } - if ((Original_R3774300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1230].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1231].Value = ((int)(Original_R3774300.Value)); + if ((R6773700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[131].Value = ((int)(R6773700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1230].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1231].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[131].Value = global::System.DBNull.Value; } - if ((Original_R3774400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1232].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1233].Value = ((int)(Original_R3774400.Value)); + if ((R6773800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[132].Value = ((int)(R6773800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1232].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1233].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[132].Value = global::System.DBNull.Value; } - if ((Original_R3774500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1234].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1235].Value = ((int)(Original_R3774500.Value)); + if ((R6773900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[133].Value = ((int)(R6773900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1234].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1235].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[133].Value = global::System.DBNull.Value; } - if ((Original_R3776000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1236].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1237].Value = ((int)(Original_R3776000.Value)); + if ((R6774000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[134].Value = ((int)(R6774000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1236].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1237].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[134].Value = global::System.DBNull.Value; } - if ((Original_R3776100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1238].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1239].Value = ((int)(Original_R3776100.Value)); + if ((R6774100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[135].Value = ((int)(R6774100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1238].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1239].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[135].Value = global::System.DBNull.Value; } - if ((Original_R3776200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1240].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1241].Value = ((int)(Original_R3776200.Value)); + if ((R6774200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[136].Value = ((int)(R6774200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1240].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1241].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[136].Value = global::System.DBNull.Value; } - if ((Original_R3776300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1242].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1243].Value = ((int)(Original_R3776300.Value)); + if ((R6774300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[137].Value = ((int)(R6774300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1242].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1243].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[137].Value = global::System.DBNull.Value; } - if ((Original_R3776400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1244].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1245].Value = ((int)(Original_R3776400.Value)); + if ((R6774400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[138].Value = ((int)(R6774400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1244].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1245].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[138].Value = global::System.DBNull.Value; } - if ((Original_R3776500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1246].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1247].Value = ((int)(Original_R3776500.Value)); + if ((R6776300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[139].Value = ((int)(R6776300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1246].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1247].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[139].Value = global::System.DBNull.Value; } - if ((Original_R3776600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1248].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1249].Value = ((int)(Original_R3776600.Value)); + if ((R6776301.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[140].Value = ((int)(R6776301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1248].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1249].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[140].Value = global::System.DBNull.Value; } - if ((Original_R3778100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1250].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1251].Value = ((int)(Original_R3778100.Value)); + if ((R6776400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[141].Value = ((int)(R6776400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1250].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1251].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[141].Value = global::System.DBNull.Value; } - if ((Original_R3778200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1252].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1253].Value = ((int)(Original_R3778200.Value)); + if ((R6776401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[142].Value = ((int)(R6776401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1252].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1253].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[142].Value = global::System.DBNull.Value; } - if ((Original_R3778300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1254].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1255].Value = ((int)(Original_R3778300.Value)); + if ((R6776500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[143].Value = ((int)(R6776500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1254].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1255].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[143].Value = global::System.DBNull.Value; } - if ((Original_R3778400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1256].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1257].Value = ((int)(Original_R3778400.Value)); + if ((R6776501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[144].Value = ((int)(R6776501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1256].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1257].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[144].Value = global::System.DBNull.Value; } - if ((Original_R3778500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1258].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1259].Value = ((int)(Original_R3778500.Value)); + if ((R6776600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[145].Value = ((int)(R6776600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1258].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1259].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[145].Value = global::System.DBNull.Value; } - if ((Original_R3778600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1260].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1261].Value = ((int)(Original_R3778600.Value)); + if ((R6776601.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[146].Value = ((int)(R6776601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1260].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1261].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[146].Value = global::System.DBNull.Value; } - if ((Original_R3778700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1262].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1263].Value = ((int)(Original_R3778700.Value)); + if ((R6776700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[147].Value = ((int)(R6776700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1262].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1263].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[147].Value = global::System.DBNull.Value; } - if ((Original_R3780200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1264].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1265].Value = ((int)(Original_R3780200.Value)); + if ((R6776701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[148].Value = ((int)(R6776701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1264].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1265].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[148].Value = global::System.DBNull.Value; } - if ((Original_R3780300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1266].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1267].Value = ((int)(Original_R3780300.Value)); + if ((R6776800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[149].Value = ((int)(R6776800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1266].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1267].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[149].Value = global::System.DBNull.Value; } - if ((Original_R3780400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1268].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1269].Value = ((int)(Original_R3780400.Value)); + if ((R6776801.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[150].Value = ((int)(R6776801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1268].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1269].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[150].Value = global::System.DBNull.Value; } - if ((Original_R3780500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1270].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1271].Value = ((int)(Original_R3780500.Value)); + if ((R7417900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[151].Value = ((int)(R7417900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1270].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1271].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[151].Value = global::System.DBNull.Value; } - if ((Original_R3780600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1272].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1273].Value = ((int)(Original_R3780600.Value)); + if ((R7418000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[152].Value = ((int)(R7418000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1272].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1273].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[152].Value = global::System.DBNull.Value; } - if ((Original_R3780700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1274].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1275].Value = ((int)(Original_R3780700.Value)); + if ((R7418100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[153].Value = ((int)(R7418100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1274].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1275].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[153].Value = global::System.DBNull.Value; } - if ((Original_R3780800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1276].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1277].Value = ((int)(Original_R3780800.Value)); + if ((R7418200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[154].Value = ((int)(R7418200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1276].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1277].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[154].Value = global::System.DBNull.Value; } - if ((Original_R3782300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1278].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1279].Value = ((int)(Original_R3782300.Value)); + if ((R7418300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[155].Value = ((int)(R7418300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1278].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1279].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[155].Value = global::System.DBNull.Value; } - if ((Original_R3782400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1280].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1281].Value = ((int)(Original_R3782400.Value)); + if ((R7418400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[156].Value = ((int)(R7418400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1280].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1281].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[156].Value = global::System.DBNull.Value; } - if ((Original_R3782500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1282].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1283].Value = ((int)(Original_R3782500.Value)); + if ((R7418500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[157].Value = ((int)(R7418500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1282].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1283].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[157].Value = global::System.DBNull.Value; } - if ((Original_R3782600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1284].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1285].Value = ((int)(Original_R3782600.Value)); + if ((R7418600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[158].Value = ((int)(R7418600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1284].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1285].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[158].Value = global::System.DBNull.Value; } - if ((Original_R3782900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1286].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1287].Value = ((int)(Original_R3782900.Value)); + if ((R7418700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[159].Value = ((int)(R7418700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1286].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1287].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[159].Value = global::System.DBNull.Value; } - if ((Original_R3784400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1288].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1289].Value = ((int)(Original_R3784400.Value)); + if ((R7418800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[160].Value = ((int)(R7418800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1288].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1289].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[160].Value = global::System.DBNull.Value; } - if ((Original_R3784500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1290].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1291].Value = ((int)(Original_R3784500.Value)); + if ((R7420700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[161].Value = ((int)(R7420700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1290].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1291].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[161].Value = global::System.DBNull.Value; } - if ((Original_R3784600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1292].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1293].Value = ((int)(Original_R3784600.Value)); + if ((R7420701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[162].Value = ((int)(R7420701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1292].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1293].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[162].Value = global::System.DBNull.Value; } - if ((Original_R3784700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1294].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1295].Value = ((int)(Original_R3784700.Value)); + if ((R7420800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[163].Value = ((int)(R7420800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1294].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1295].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[163].Value = global::System.DBNull.Value; } - if ((Original_R3785000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1296].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1297].Value = ((int)(Original_R3785000.Value)); + if ((R7420801.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[164].Value = ((int)(R7420801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1296].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1297].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[164].Value = global::System.DBNull.Value; } - if ((Original_R3786500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1298].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1299].Value = ((int)(Original_R3786500.Value)); + if ((R7420900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[165].Value = ((int)(R7420900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1298].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1299].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[165].Value = global::System.DBNull.Value; } - if ((Original_R3788004.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1300].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1301].Value = ((int)(Original_R3788004.Value)); + if ((R7420901.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[166].Value = ((int)(R7420901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1300].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1301].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[166].Value = global::System.DBNull.Value; } - if ((Original_R4276800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1302].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1303].Value = ((int)(Original_R4276800.Value)); + if ((R7421000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[167].Value = ((int)(R7421000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1302].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1303].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[167].Value = global::System.DBNull.Value; } - if ((Original_R4276900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1304].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1305].Value = ((int)(Original_R4276900.Value)); + if ((R7421001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[168].Value = ((int)(R7421001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1304].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1305].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[168].Value = global::System.DBNull.Value; } - if ((Original_R4277000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1306].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1307].Value = ((int)(Original_R4277000.Value)); + if ((R7421100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[169].Value = ((int)(R7421100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1306].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1307].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[169].Value = global::System.DBNull.Value; } - if ((Original_R4277100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1308].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1309].Value = ((int)(Original_R4277100.Value)); + if ((R7421101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[170].Value = ((int)(R7421101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1308].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1309].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[170].Value = global::System.DBNull.Value; } - if ((Original_R4277101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1310].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1311].Value = ((int)(Original_R4277101.Value)); + if ((R7421200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[171].Value = ((int)(R7421200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1310].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1311].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[171].Value = global::System.DBNull.Value; } - if ((Original_R4277200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1312].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1313].Value = ((int)(Original_R4277200.Value)); + if ((R7421201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[172].Value = ((int)(R7421201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1312].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1313].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[172].Value = global::System.DBNull.Value; } - if ((Original_R4277201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1314].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1315].Value = ((int)(Original_R4277201.Value)); + if ((R7421300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[173].Value = ((int)(R7421300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1314].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1315].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[173].Value = global::System.DBNull.Value; } - if ((Original_R4277700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1316].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1317].Value = ((int)(Original_R4277700.Value)); + if ((R7421301.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[174].Value = ((int)(R7421301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1316].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1317].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[174].Value = global::System.DBNull.Value; } - if ((Original_R4277800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1318].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1319].Value = ((int)(Original_R4277800.Value)); + if ((R8116000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[175].Value = ((int)(R8116000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1318].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1319].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[175].Value = global::System.DBNull.Value; } - if ((Original_R4277900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1320].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1321].Value = ((int)(Original_R4277900.Value)); + if ((R8116100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[176].Value = ((int)(R8116100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1320].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1321].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[176].Value = global::System.DBNull.Value; } - if ((Original_R4278000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1322].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1323].Value = ((int)(Original_R4278000.Value)); + if ((R8116200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[177].Value = ((int)(R8116200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1322].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1323].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[177].Value = global::System.DBNull.Value; } - if ((Original_R4278001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1324].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1325].Value = ((int)(Original_R4278001.Value)); + if ((R8116300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[178].Value = ((int)(R8116300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1324].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1325].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[178].Value = global::System.DBNull.Value; } - if ((Original_R4278100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1326].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1327].Value = ((int)(Original_R4278100.Value)); + if ((R8116400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[179].Value = ((int)(R8116400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1326].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1327].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[179].Value = global::System.DBNull.Value; } - if ((Original_R4278101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1328].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1329].Value = ((int)(Original_R4278101.Value)); + if ((R8116500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[180].Value = ((int)(R8116500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1328].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1329].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[180].Value = global::System.DBNull.Value; } - if ((Original_R4278600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1330].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1331].Value = ((int)(Original_R4278600.Value)); + if ((R8116600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[181].Value = ((int)(R8116600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1330].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1331].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[181].Value = global::System.DBNull.Value; } - if ((Original_R4278700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1332].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1333].Value = ((int)(Original_R4278700.Value)); + if ((R8116700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[182].Value = ((int)(R8116700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1332].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1333].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[182].Value = global::System.DBNull.Value; } - if ((Original_R4278800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1334].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1335].Value = ((int)(Original_R4278800.Value)); + if ((R8116800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[183].Value = ((int)(R8116800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1334].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1335].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[183].Value = global::System.DBNull.Value; } - if ((Original_R4278900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1336].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1337].Value = ((int)(Original_R4278900.Value)); + if ((R8116900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[184].Value = ((int)(R8116900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1336].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1337].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[184].Value = global::System.DBNull.Value; } - if ((Original_R4278901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1338].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1339].Value = ((int)(Original_R4278901.Value)); + if ((R8119000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[185].Value = ((int)(R8119000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1338].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1339].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[185].Value = global::System.DBNull.Value; } - if ((Original_R4279000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1340].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1341].Value = ((int)(Original_R4279000.Value)); + if ((R8119001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[186].Value = ((int)(R8119001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1340].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1341].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[186].Value = global::System.DBNull.Value; } - if ((Original_R4279001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1342].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1343].Value = ((int)(Original_R4279001.Value)); + if ((R8119100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[187].Value = ((int)(R8119100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1342].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1343].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[187].Value = global::System.DBNull.Value; } - if ((Original_R4279500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1344].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1345].Value = ((int)(Original_R4279500.Value)); + if ((R8119101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[188].Value = ((int)(R8119101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1344].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1345].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[188].Value = global::System.DBNull.Value; } - if ((Original_R4279600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1346].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1347].Value = ((int)(Original_R4279600.Value)); + if ((R8119200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[189].Value = ((int)(R8119200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1346].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1347].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[189].Value = global::System.DBNull.Value; } - if ((Original_R4279700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1348].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1349].Value = ((int)(Original_R4279700.Value)); + if ((R8119201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[190].Value = ((int)(R8119201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1348].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1349].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[190].Value = global::System.DBNull.Value; } - if ((Original_R4279800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1350].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1351].Value = ((int)(Original_R4279800.Value)); + if ((R8119300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[191].Value = ((int)(R8119300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1350].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1351].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[191].Value = global::System.DBNull.Value; } - if ((Original_R4279801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1352].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1353].Value = ((int)(Original_R4279801.Value)); + if ((R8119301.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[192].Value = ((int)(R8119301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1352].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1353].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[192].Value = global::System.DBNull.Value; } - if ((Original_R4279900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1354].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1355].Value = ((int)(Original_R4279900.Value)); + if ((R8119400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[193].Value = ((int)(R8119400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1354].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1355].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[193].Value = global::System.DBNull.Value; } - if ((Original_R4279901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1356].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1357].Value = ((int)(Original_R4279901.Value)); + if ((R8119401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[194].Value = ((int)(R8119401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1356].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1357].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[194].Value = global::System.DBNull.Value; } - if ((Original_R4280400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1358].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1359].Value = ((int)(Original_R4280400.Value)); + if ((R8119500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[195].Value = ((int)(R8119500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1358].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1359].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[195].Value = global::System.DBNull.Value; } - if ((Original_R4280500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1360].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1361].Value = ((int)(Original_R4280500.Value)); + if ((R8119501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[196].Value = ((int)(R8119501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1360].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1361].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[196].Value = global::System.DBNull.Value; } - if ((Original_R4280600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1362].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1363].Value = ((int)(Original_R4280600.Value)); + if ((T0347900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[197].Value = ((int)(T0347900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1362].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1363].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[197].Value = global::System.DBNull.Value; } - if ((Original_R4280700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1364].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1365].Value = ((int)(Original_R4280700.Value)); + if ((T0348000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[198].Value = ((int)(T0348000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1364].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1365].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[198].Value = global::System.DBNull.Value; } - if ((Original_R4280701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1366].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1367].Value = ((int)(Original_R4280701.Value)); + if ((T0348100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[199].Value = ((int)(T0348100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1366].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1367].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[199].Value = global::System.DBNull.Value; } - if ((Original_R4280800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1368].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1369].Value = ((int)(Original_R4280800.Value)); + if ((T0348200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[200].Value = ((int)(T0348200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1368].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1369].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[200].Value = global::System.DBNull.Value; } - if ((Original_R4280801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1370].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1371].Value = ((int)(Original_R4280801.Value)); + if ((T0348300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[201].Value = ((int)(T0348300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1370].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1371].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[201].Value = global::System.DBNull.Value; } - if ((Original_R4281300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1372].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1373].Value = ((int)(Original_R4281300.Value)); + if ((T0348400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[202].Value = ((int)(T0348400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1372].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1373].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[202].Value = global::System.DBNull.Value; } - if ((Original_R4281400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1374].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1375].Value = ((int)(Original_R4281400.Value)); + if ((T0348500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[203].Value = ((int)(T0348500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1374].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1375].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[203].Value = global::System.DBNull.Value; } - if ((Original_R4281500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1376].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1377].Value = ((int)(Original_R4281500.Value)); + if ((T0348600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[204].Value = ((int)(T0348600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1376].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1377].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[204].Value = global::System.DBNull.Value; } - if ((Original_R4281600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1378].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1379].Value = ((int)(Original_R4281600.Value)); + if ((T0348700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[205].Value = ((int)(T0348700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1378].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1379].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[205].Value = global::System.DBNull.Value; } - if ((Original_R4281601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1380].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1381].Value = ((int)(Original_R4281601.Value)); + if ((T0348800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[206].Value = ((int)(T0348800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1380].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1381].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[206].Value = global::System.DBNull.Value; } - if ((Original_R4282100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1382].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1383].Value = ((int)(Original_R4282100.Value)); + if ((T0348900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[207].Value = ((int)(T0348900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1382].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1383].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[207].Value = global::System.DBNull.Value; } - if ((Original_R4282200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1384].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1385].Value = ((int)(Original_R4282200.Value)); + if ((T0351100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[208].Value = ((int)(T0351100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1384].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1385].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[208].Value = global::System.DBNull.Value; } - if ((Original_R4282300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1386].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1387].Value = ((int)(Original_R4282300.Value)); + if ((T0351101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[209].Value = ((int)(T0351101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1386].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1387].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[209].Value = global::System.DBNull.Value; } - if ((Original_R4282400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1388].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1389].Value = ((int)(Original_R4282400.Value)); + if ((T0351200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[210].Value = ((int)(T0351200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1388].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1389].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[210].Value = global::System.DBNull.Value; } - if ((Original_R4282401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1390].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1391].Value = ((int)(Original_R4282401.Value)); + if ((T0351201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[211].Value = ((int)(T0351201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1390].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1391].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[211].Value = global::System.DBNull.Value; } - if ((Original_R4282900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1392].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1393].Value = ((int)(Original_R4282900.Value)); + if ((T0351300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[212].Value = ((int)(T0351300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1392].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1393].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[212].Value = global::System.DBNull.Value; } - if ((Original_R4283000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1394].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1395].Value = ((int)(Original_R4283000.Value)); + if ((T0351301.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[213].Value = ((int)(T0351301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1394].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1395].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[213].Value = global::System.DBNull.Value; } - if ((Original_R4283100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1396].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1397].Value = ((int)(Original_R4283100.Value)); + if ((T0351400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[214].Value = ((int)(T0351400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1396].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1397].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[214].Value = global::System.DBNull.Value; } - if ((Original_R4283600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1398].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1399].Value = ((int)(Original_R4283600.Value)); + if ((T0351401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[215].Value = ((int)(T0351401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1398].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1399].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[215].Value = global::System.DBNull.Value; } - if ((Original_R4827600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1400].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1401].Value = ((int)(Original_R4827600.Value)); + if ((T0351500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[216].Value = ((int)(T0351500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1400].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1401].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[216].Value = global::System.DBNull.Value; } - if ((Original_R4827700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1402].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1403].Value = ((int)(Original_R4827700.Value)); + if ((T0351501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[217].Value = ((int)(T0351501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1402].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1403].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[217].Value = global::System.DBNull.Value; } - if ((Original_R4827800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1404].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1405].Value = ((int)(Original_R4827800.Value)); + if ((T0351600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[218].Value = ((int)(T0351600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1404].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1405].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[218].Value = global::System.DBNull.Value; } - if ((Original_R4827900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1406].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1407].Value = ((int)(Original_R4827900.Value)); + if ((T0351601.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[219].Value = ((int)(T0351601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1406].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1407].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[219].Value = global::System.DBNull.Value; } - if ((Original_R4827901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1408].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1409].Value = ((int)(Original_R4827901.Value)); + if ((T0351700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[220].Value = ((int)(T0351700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1408].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1409].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[220].Value = global::System.DBNull.Value; } - if ((Original_R4828000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1410].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1411].Value = ((int)(Original_R4828000.Value)); + if ((T0351701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[221].Value = ((int)(T0351701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1410].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1411].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[221].Value = global::System.DBNull.Value; } - if ((Original_R4828001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1412].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1413].Value = ((int)(Original_R4828001.Value)); + if ((T0351800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[222].Value = ((int)(T0351800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1412].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1413].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[222].Value = global::System.DBNull.Value; } - if ((Original_R4828100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1414].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1415].Value = ((int)(Original_R4828100.Value)); + if ((T0351801.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[223].Value = ((int)(T0351801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1414].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1415].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[223].Value = global::System.DBNull.Value; } - if ((Original_R4830600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1416].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1417].Value = ((int)(Original_R4830600.Value)); + if ((T1497300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[224].Value = ((int)(T1497300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1416].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1417].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[224].Value = global::System.DBNull.Value; } - if ((Original_R4830700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1418].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1419].Value = ((int)(Original_R4830700.Value)); + if ((T1497400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[225].Value = ((int)(T1497400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1418].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1419].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[225].Value = global::System.DBNull.Value; } - if ((Original_R4830800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1420].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1421].Value = ((int)(Original_R4830800.Value)); + if ((T1497500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[226].Value = ((int)(T1497500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1420].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1421].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[226].Value = global::System.DBNull.Value; } - if ((Original_R4830900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1422].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1423].Value = ((int)(Original_R4830900.Value)); + if ((T1497600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[227].Value = ((int)(T1497600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1422].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1423].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[227].Value = global::System.DBNull.Value; } - if ((Original_R4830901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1424].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1425].Value = ((int)(Original_R4830901.Value)); + if ((T1497700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[228].Value = ((int)(T1497700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1424].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1425].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[228].Value = global::System.DBNull.Value; } - if ((Original_R4831000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1426].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1427].Value = ((int)(Original_R4831000.Value)); + if ((T1497800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[229].Value = ((int)(T1497800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1426].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1427].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[229].Value = global::System.DBNull.Value; } - if ((Original_R4831001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1428].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1429].Value = ((int)(Original_R4831001.Value)); + if ((T1497900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[230].Value = ((int)(T1497900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1428].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1429].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[230].Value = global::System.DBNull.Value; } - if ((Original_R4831100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1430].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1431].Value = ((int)(Original_R4831100.Value)); + if ((T1498000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[231].Value = ((int)(T1498000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1430].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1431].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[231].Value = global::System.DBNull.Value; } - if ((Original_R4833600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1432].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1433].Value = ((int)(Original_R4833600.Value)); + if ((T1498100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[232].Value = ((int)(T1498100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1432].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1433].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[232].Value = global::System.DBNull.Value; } - if ((Original_R4833700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1434].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1435].Value = ((int)(Original_R4833700.Value)); + if ((T1498200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[233].Value = ((int)(T1498200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1434].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1435].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[233].Value = global::System.DBNull.Value; } - if ((Original_R4833800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1436].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1437].Value = ((int)(Original_R4833800.Value)); + if ((T1498300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[234].Value = ((int)(T1498300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1436].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1437].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[234].Value = global::System.DBNull.Value; } - if ((Original_R4833900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1438].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1439].Value = ((int)(Original_R4833900.Value)); + if ((T1500500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[235].Value = ((int)(T1500500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1438].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1439].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[235].Value = global::System.DBNull.Value; } - if ((Original_R4833901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1440].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1441].Value = ((int)(Original_R4833901.Value)); + if ((T1500501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[236].Value = ((int)(T1500501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1440].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1441].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[236].Value = global::System.DBNull.Value; } - if ((Original_R4834000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1442].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1443].Value = ((int)(Original_R4834000.Value)); + if ((T1500600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[237].Value = ((int)(T1500600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1442].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1443].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[237].Value = global::System.DBNull.Value; } - if ((Original_R4834001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1444].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1445].Value = ((int)(Original_R4834001.Value)); + if ((T1500601.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[238].Value = ((int)(T1500601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1444].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1445].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[238].Value = global::System.DBNull.Value; } - if ((Original_R4834100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1446].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1447].Value = ((int)(Original_R4834100.Value)); + if ((T1500700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[239].Value = ((int)(T1500700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1446].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1447].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[239].Value = global::System.DBNull.Value; } - if ((Original_R4836600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1448].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1449].Value = ((int)(Original_R4836600.Value)); + if ((T1500701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[240].Value = ((int)(T1500701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1448].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1449].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[240].Value = global::System.DBNull.Value; } - if ((Original_R4836700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1450].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1451].Value = ((int)(Original_R4836700.Value)); + if ((T1500800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[241].Value = ((int)(T1500800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1450].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1451].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[241].Value = global::System.DBNull.Value; } - if ((Original_R4836800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1452].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1453].Value = ((int)(Original_R4836800.Value)); + if ((T1500801.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[242].Value = ((int)(T1500801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1452].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1453].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[242].Value = global::System.DBNull.Value; } - if ((Original_R4836900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1454].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1455].Value = ((int)(Original_R4836900.Value)); + if ((T1500900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[243].Value = ((int)(T1500900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1454].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1455].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[243].Value = global::System.DBNull.Value; } - if ((Original_R4836901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1456].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1457].Value = ((int)(Original_R4836901.Value)); + if ((T1500901.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[244].Value = ((int)(T1500901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1456].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1457].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[244].Value = global::System.DBNull.Value; } - if ((Original_R4837000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1458].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1459].Value = ((int)(Original_R4837000.Value)); + if ((T1501000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[245].Value = ((int)(T1501000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1458].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1459].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[245].Value = global::System.DBNull.Value; } - if ((Original_R4837001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1460].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1461].Value = ((int)(Original_R4837001.Value)); + if ((T1501001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[246].Value = ((int)(T1501001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1460].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1461].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[246].Value = global::System.DBNull.Value; } - if ((Original_R4837100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1462].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1463].Value = ((int)(Original_R4837100.Value)); + if ((T2543200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[247].Value = ((int)(T2543200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1462].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1463].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[247].Value = global::System.DBNull.Value; } - if ((Original_R4839600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1464].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1465].Value = ((int)(Original_R4839600.Value)); + if ((T2543300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[248].Value = ((int)(T2543300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1464].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1465].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[248].Value = global::System.DBNull.Value; } - if ((Original_R4839700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1466].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1467].Value = ((int)(Original_R4839700.Value)); + if ((T2543400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[249].Value = ((int)(T2543400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1466].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1467].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[249].Value = global::System.DBNull.Value; } - if ((Original_R4839800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1468].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1469].Value = ((int)(Original_R4839800.Value)); + if ((T2543500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[250].Value = ((int)(T2543500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1468].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1469].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[250].Value = global::System.DBNull.Value; } - if ((Original_R4839900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1470].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1471].Value = ((int)(Original_R4839900.Value)); + if ((T2543600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[251].Value = ((int)(T2543600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1470].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1471].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[251].Value = global::System.DBNull.Value; } - if ((Original_R4839901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1472].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1473].Value = ((int)(Original_R4839901.Value)); + if ((T2543700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[252].Value = ((int)(T2543700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1472].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1473].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[252].Value = global::System.DBNull.Value; } - if ((Original_R4840000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1474].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1475].Value = ((int)(Original_R4840000.Value)); + if ((T2543800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[253].Value = ((int)(T2543800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1474].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1475].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[253].Value = global::System.DBNull.Value; } - if ((Original_R4840001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1476].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1477].Value = ((int)(Original_R4840001.Value)); + if ((T2543900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[254].Value = ((int)(T2543900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1476].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1477].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[254].Value = global::System.DBNull.Value; } - if ((Original_R4840100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1478].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1479].Value = ((int)(Original_R4840100.Value)); + if ((T2544000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[255].Value = ((int)(T2544000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1478].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1479].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[255].Value = global::System.DBNull.Value; } - if ((Original_R4842500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1480].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1481].Value = ((int)(Original_R4842500.Value)); + if ((T2544100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[256].Value = ((int)(T2544100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1480].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1481].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[256].Value = global::System.DBNull.Value; } - if ((Original_R4842600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1482].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1483].Value = ((int)(Original_R4842600.Value)); + if ((T2546100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[257].Value = ((int)(T2546100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1482].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1483].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[257].Value = global::System.DBNull.Value; } - if ((Original_R4842700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1484].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1485].Value = ((int)(Original_R4842700.Value)); + if ((T2546101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[258].Value = ((int)(T2546101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1484].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1485].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[258].Value = global::System.DBNull.Value; } - if ((Original_R4842800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1486].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1487].Value = ((int)(Original_R4842800.Value)); + if ((T2546200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[259].Value = ((int)(T2546200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1486].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1487].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[259].Value = global::System.DBNull.Value; } - if ((Original_R4842801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1488].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1489].Value = ((int)(Original_R4842801.Value)); + if ((T2546201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[260].Value = ((int)(T2546201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1488].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1489].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[260].Value = global::System.DBNull.Value; } - if ((Original_R4842900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1490].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1491].Value = ((int)(Original_R4842900.Value)); + if ((T2546300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[261].Value = ((int)(T2546300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1490].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1491].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[261].Value = global::System.DBNull.Value; } - if ((Original_R4844800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1492].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1493].Value = ((int)(Original_R4844800.Value)); + if ((T2546301.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[262].Value = ((int)(T2546301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1492].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1493].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[262].Value = global::System.DBNull.Value; } - if ((Original_R4844900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1494].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1495].Value = ((int)(Original_R4844900.Value)); + if ((T2546400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[263].Value = ((int)(T2546400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1494].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1495].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[263].Value = global::System.DBNull.Value; } - if ((Original_R4845000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1496].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1497].Value = ((int)(Original_R4845000.Value)); + if ((T2546401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[264].Value = ((int)(T2546401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1496].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1497].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[264].Value = global::System.DBNull.Value; } - if ((Original_R4845100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1498].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1499].Value = ((int)(Original_R4845100.Value)); + if ((T2546500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[265].Value = ((int)(T2546500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1498].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1499].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[265].Value = global::System.DBNull.Value; } - if ((Original_R4845101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1500].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1501].Value = ((int)(Original_R4845101.Value)); + if ((T2546501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[266].Value = ((int)(T2546501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1500].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1501].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[266].Value = global::System.DBNull.Value; } - if ((Original_R4845200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1502].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1503].Value = ((int)(Original_R4845200.Value)); + if ((T2546600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[267].Value = ((int)(T2546600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1502].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1503].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[267].Value = global::System.DBNull.Value; } - if ((Original_R4847100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1504].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1505].Value = ((int)(Original_R4847100.Value)); + if ((T2546601.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[268].Value = ((int)(T2546601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1504].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1505].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[268].Value = global::System.DBNull.Value; } - if ((Original_R4847200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1506].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1507].Value = ((int)(Original_R4847200.Value)); + if ((T2546700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[269].Value = ((int)(T2546700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1506].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1507].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[269].Value = global::System.DBNull.Value; } - if ((Original_R4847300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1508].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1509].Value = ((int)(Original_R4847300.Value)); + if ((T2546701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[270].Value = ((int)(T2546701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1508].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1509].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[270].Value = global::System.DBNull.Value; } - if ((Original_R4847400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1510].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1511].Value = ((int)(Original_R4847400.Value)); + if ((T3529500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[271].Value = ((int)(T3529500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1510].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1511].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[271].Value = global::System.DBNull.Value; } - if ((Original_R5498000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1512].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1513].Value = ((int)(Original_R5498000.Value)); + if ((T3529600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[272].Value = ((int)(T3529600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1512].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1513].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[272].Value = global::System.DBNull.Value; } - if ((Original_R5498100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1514].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1515].Value = ((int)(Original_R5498100.Value)); + if ((T3529700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[273].Value = ((int)(T3529700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1514].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1515].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[273].Value = global::System.DBNull.Value; } - if ((Original_R5498200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1516].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1517].Value = ((int)(Original_R5498200.Value)); + if ((T3529800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[274].Value = ((int)(T3529800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1516].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1517].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[274].Value = global::System.DBNull.Value; } - if ((Original_R5498300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1518].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1519].Value = ((int)(Original_R5498300.Value)); + if ((T3529900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[275].Value = ((int)(T3529900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1518].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1519].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[275].Value = global::System.DBNull.Value; } - if ((Original_R5498301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1520].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1521].Value = ((int)(Original_R5498301.Value)); + if ((T3530000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[276].Value = ((int)(T3530000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1520].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1521].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[276].Value = global::System.DBNull.Value; } - if ((Original_R5498400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1522].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1523].Value = ((int)(Original_R5498400.Value)); + if ((T3530100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[277].Value = ((int)(T3530100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1522].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1523].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[277].Value = global::System.DBNull.Value; } - if ((Original_R5498401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1524].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1525].Value = ((int)(Original_R5498401.Value)); + if ((T3530200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[278].Value = ((int)(T3530200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1524].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1525].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[278].Value = global::System.DBNull.Value; } - if ((Original_R5498500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1526].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1527].Value = ((int)(Original_R5498500.Value)); + if ((T3530300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[279].Value = ((int)(T3530300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1526].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1527].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[279].Value = global::System.DBNull.Value; } - if ((Original_R5501000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1528].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1529].Value = ((int)(Original_R5501000.Value)); + if ((T3530400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[280].Value = ((int)(T3530400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1528].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1529].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[280].Value = global::System.DBNull.Value; } - if ((Original_R5501100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1530].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1531].Value = ((int)(Original_R5501100.Value)); + if ((T3532500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[281].Value = ((int)(T3532500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1530].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1531].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[281].Value = global::System.DBNull.Value; } - if ((Original_R5501200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1532].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1533].Value = ((int)(Original_R5501200.Value)); + if ((T3532501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[282].Value = ((int)(T3532501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1532].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1533].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[282].Value = global::System.DBNull.Value; } - if ((Original_R5501300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1534].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1535].Value = ((int)(Original_R5501300.Value)); + if ((T3532600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[283].Value = ((int)(T3532600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1534].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1535].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[283].Value = global::System.DBNull.Value; } - if ((Original_R5501301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1536].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1537].Value = ((int)(Original_R5501301.Value)); + if ((T3532601.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[284].Value = ((int)(T3532601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1536].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1537].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[284].Value = global::System.DBNull.Value; } - if ((Original_R5501400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1538].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1539].Value = ((int)(Original_R5501400.Value)); + if ((T3532700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[285].Value = ((int)(T3532700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1538].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1539].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[285].Value = global::System.DBNull.Value; } - if ((Original_R5501401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1540].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1541].Value = ((int)(Original_R5501401.Value)); + if ((T3532701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[286].Value = ((int)(T3532701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1540].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1541].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[286].Value = global::System.DBNull.Value; } - if ((Original_R5501500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1542].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1543].Value = ((int)(Original_R5501500.Value)); + if ((T3532800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[287].Value = ((int)(T3532800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1542].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1543].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[287].Value = global::System.DBNull.Value; } - if ((Original_R5504000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1544].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1545].Value = ((int)(Original_R5504000.Value)); + if ((T3532801.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[288].Value = ((int)(T3532801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1544].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1545].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[288].Value = global::System.DBNull.Value; } - if ((Original_R5504100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1546].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1547].Value = ((int)(Original_R5504100.Value)); + if ((T3532900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[289].Value = ((int)(T3532900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1546].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1547].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[289].Value = global::System.DBNull.Value; } - if ((Original_R5504200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1548].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1549].Value = ((int)(Original_R5504200.Value)); + if ((T3532901.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[290].Value = ((int)(T3532901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1548].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1549].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[290].Value = global::System.DBNull.Value; } - if ((Original_R5504300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1550].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1551].Value = ((int)(Original_R5504300.Value)); + if ((T3533000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[291].Value = ((int)(T3533000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1550].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1551].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[291].Value = global::System.DBNull.Value; } - if ((Original_R5504301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1552].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1553].Value = ((int)(Original_R5504301.Value)); + if ((T3533001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[292].Value = ((int)(T3533001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1552].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1553].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[292].Value = global::System.DBNull.Value; } - if ((Original_R5504400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1554].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1555].Value = ((int)(Original_R5504400.Value)); + if ((T3533100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[293].Value = ((int)(T3533100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1554].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1555].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[293].Value = global::System.DBNull.Value; } - if ((Original_R5504401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1556].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1557].Value = ((int)(Original_R5504401.Value)); + if ((T3533101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[294].Value = ((int)(T3533101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1556].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1557].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[294].Value = global::System.DBNull.Value; } - if ((Original_R5504500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1558].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1559].Value = ((int)(Original_R5504500.Value)); + if ((T4498100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[295].Value = ((int)(T4498100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1558].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1559].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[295].Value = global::System.DBNull.Value; } - if ((Original_R5507000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1560].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1561].Value = ((int)(Original_R5507000.Value)); + if ((T4498200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[296].Value = ((int)(T4498200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1560].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1561].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[296].Value = global::System.DBNull.Value; } - if ((Original_R5507100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1562].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1563].Value = ((int)(Original_R5507100.Value)); + if ((T4498300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[297].Value = ((int)(T4498300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1562].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1563].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[297].Value = global::System.DBNull.Value; } - if ((Original_R5507200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1564].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1565].Value = ((int)(Original_R5507200.Value)); + if ((T4498400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[298].Value = ((int)(T4498400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1564].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1565].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[298].Value = global::System.DBNull.Value; } - if ((Original_R5507300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1566].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1567].Value = ((int)(Original_R5507300.Value)); + if ((T4498500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[299].Value = ((int)(T4498500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1566].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1567].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[299].Value = global::System.DBNull.Value; } - if ((Original_R5507301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1568].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1569].Value = ((int)(Original_R5507301.Value)); + if ((T4498600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[300].Value = ((int)(T4498600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1568].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1569].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[300].Value = global::System.DBNull.Value; } - if ((Original_R5507400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1570].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1571].Value = ((int)(Original_R5507400.Value)); + if ((T4498700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[301].Value = ((int)(T4498700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1570].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1571].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[301].Value = global::System.DBNull.Value; } - if ((Original_R5507401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1572].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1573].Value = ((int)(Original_R5507401.Value)); + if ((T4498800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[302].Value = ((int)(T4498800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1572].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1573].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[302].Value = global::System.DBNull.Value; } - if ((Original_R5507500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1574].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1575].Value = ((int)(Original_R5507500.Value)); + if ((T4498900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[303].Value = ((int)(T4498900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1574].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1575].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[303].Value = global::System.DBNull.Value; } - if ((Original_R5510000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1576].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1577].Value = ((int)(Original_R5510000.Value)); + if ((T4499000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[304].Value = ((int)(T4499000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1576].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1577].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[304].Value = global::System.DBNull.Value; } - if ((Original_R5510100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1578].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1579].Value = ((int)(Original_R5510100.Value)); + if ((T4503700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[305].Value = ((int)(T4503700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1578].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1579].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[305].Value = global::System.DBNull.Value; } - if ((Original_R5510200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1580].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1581].Value = ((int)(Original_R5510200.Value)); + if ((T4503701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[306].Value = ((int)(T4503701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1580].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1581].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[306].Value = global::System.DBNull.Value; } - if ((Original_R5510300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1582].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1583].Value = ((int)(Original_R5510300.Value)); + if ((T4503800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[307].Value = ((int)(T4503800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1582].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1583].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[307].Value = global::System.DBNull.Value; } - if ((Original_R5510301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1584].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1585].Value = ((int)(Original_R5510301.Value)); + if ((T4503801.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[308].Value = ((int)(T4503801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1584].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1585].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[308].Value = global::System.DBNull.Value; } - if ((Original_R5510400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1586].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1587].Value = ((int)(Original_R5510400.Value)); + if ((T4503900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[309].Value = ((int)(T4503900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1586].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1587].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[309].Value = global::System.DBNull.Value; } - if ((Original_R5510401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1588].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1589].Value = ((int)(Original_R5510401.Value)); + if ((T4503901.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[310].Value = ((int)(T4503901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1588].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1589].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[310].Value = global::System.DBNull.Value; } - if ((Original_R5510500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1590].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1591].Value = ((int)(Original_R5510500.Value)); + if ((T4504000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[311].Value = ((int)(T4504000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1590].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1591].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[311].Value = global::System.DBNull.Value; } - if ((Original_R5513000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1592].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1593].Value = ((int)(Original_R5513000.Value)); + if ((T4504001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[312].Value = ((int)(T4504001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1592].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1593].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[312].Value = global::System.DBNull.Value; } - if ((Original_R5513100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1594].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1595].Value = ((int)(Original_R5513100.Value)); + if ((T4504100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[313].Value = ((int)(T4504100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1594].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1595].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[313].Value = global::System.DBNull.Value; } - if ((Original_R5513200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1596].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1597].Value = ((int)(Original_R5513200.Value)); + if ((T4504101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[314].Value = ((int)(T4504101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1596].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1597].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[314].Value = global::System.DBNull.Value; } - if ((Original_R5513300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1598].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1599].Value = ((int)(Original_R5513300.Value)); + if ((T4504200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[315].Value = ((int)(T4504200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1598].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1599].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[315].Value = global::System.DBNull.Value; } - if ((Original_R5513301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1600].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1601].Value = ((int)(Original_R5513301.Value)); + if ((T4504201.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[316].Value = ((int)(T4504201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1600].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1601].Value = global::System.DBNull.Value; + this.Adapter.InsertCommand.Parameters[316].Value = global::System.DBNull.Value; } - if ((Original_R5513400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1602].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1603].Value = ((int)(Original_R5513400.Value)); + 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(); } - else { - this.Adapter.UpdateCommand.Parameters[1602].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1603].Value = global::System.DBNull.Value; + try { + int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); + return returnValue; } - if ((Original_R5515300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1604].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1605].Value = ((int)(Original_R5515300.Value)); + 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( + int R0000100, + global::System.Nullable R1373400, + global::System.Nullable R1374100, + global::System.Nullable R1374800, + global::System.Nullable R1375500, + global::System.Nullable R1376200, + global::System.Nullable R1376900, + global::System.Nullable R1377600, + global::System.Nullable R1753800, + global::System.Nullable R1754500, + global::System.Nullable R1755200, + global::System.Nullable R1755900, + global::System.Nullable R1756600, + global::System.Nullable R1757300, + global::System.Nullable R1758000, + global::System.Nullable R2095800, + global::System.Nullable R2096500, + global::System.Nullable R2097200, + global::System.Nullable R2097900, + global::System.Nullable R2098600, + global::System.Nullable R2099300, + global::System.Nullable R2100000, + global::System.Nullable R2648100, + global::System.Nullable R2648800, + global::System.Nullable R2649500, + global::System.Nullable R2650200, + global::System.Nullable R2650900, + global::System.Nullable R2651600, + global::System.Nullable R2652300, + global::System.Nullable R3256000, + global::System.Nullable R3257800, + global::System.Nullable R3259600, + global::System.Nullable R3261400, + global::System.Nullable R3263200, + global::System.Nullable R3265000, + global::System.Nullable R3266800, + global::System.Nullable R3771900, + global::System.Nullable R3772200, + global::System.Nullable R3772300, + global::System.Nullable R3774000, + global::System.Nullable R3774300, + global::System.Nullable R3774400, + global::System.Nullable R3776100, + global::System.Nullable R3776400, + global::System.Nullable R3776500, + global::System.Nullable R3778200, + global::System.Nullable R3778500, + global::System.Nullable R3778600, + global::System.Nullable R3780300, + global::System.Nullable R3780600, + global::System.Nullable R3780700, + global::System.Nullable R3782400, + global::System.Nullable R3784500, + global::System.Nullable R4276900, + global::System.Nullable R4277200, + global::System.Nullable R4277201, + global::System.Nullable R4277800, + global::System.Nullable R4278100, + global::System.Nullable R4278101, + global::System.Nullable R4278700, + global::System.Nullable R4279000, + global::System.Nullable R4279001, + global::System.Nullable R4279600, + global::System.Nullable R4279900, + global::System.Nullable R4279901, + global::System.Nullable R4280500, + global::System.Nullable R4280800, + global::System.Nullable R4280801, + global::System.Nullable R4281400, + global::System.Nullable R4282200, + global::System.Nullable R4827700, + global::System.Nullable R4828000, + global::System.Nullable R4828001, + global::System.Nullable R4830700, + global::System.Nullable R4831000, + global::System.Nullable R4831001, + global::System.Nullable R4833700, + global::System.Nullable R4834000, + global::System.Nullable R4834001, + global::System.Nullable R4836700, + global::System.Nullable R4837000, + global::System.Nullable R4837001, + global::System.Nullable R4839700, + global::System.Nullable R4840000, + global::System.Nullable R4840001, + global::System.Nullable R4842600, + global::System.Nullable R4844900, + global::System.Nullable R4847200, + global::System.Nullable R5498100, + global::System.Nullable R5498400, + global::System.Nullable R5498401, + global::System.Nullable R5501100, + global::System.Nullable R5501400, + global::System.Nullable R5501401, + global::System.Nullable R5504100, + global::System.Nullable R5504400, + global::System.Nullable R5504401, + global::System.Nullable R5507100, + global::System.Nullable R5507400, + global::System.Nullable R5507401, + global::System.Nullable R5510100, + global::System.Nullable R5510400, + global::System.Nullable R5510401, + global::System.Nullable R5513100, + global::System.Nullable R5515400, + global::System.Nullable R5517700, + global::System.Nullable R5519900, + global::System.Nullable R6219500, + global::System.Nullable R6219600, + global::System.Nullable R6219700, + global::System.Nullable R6219800, + global::System.Nullable R6219900, + global::System.Nullable R6220000, + global::System.Nullable R6220100, + global::System.Nullable R6220200, + global::System.Nullable R6220300, + global::System.Nullable R6220400, + global::System.Nullable R6222800, + global::System.Nullable R6222801, + global::System.Nullable R6222900, + global::System.Nullable R6222901, + global::System.Nullable R6223000, + global::System.Nullable R6223001, + global::System.Nullable R6223100, + global::System.Nullable R6223101, + global::System.Nullable R6223200, + global::System.Nullable R6223201, + global::System.Nullable R6223300, + global::System.Nullable R6223301, + global::System.Nullable R6773500, + global::System.Nullable R6773600, + global::System.Nullable R6773700, + global::System.Nullable R6773800, + global::System.Nullable R6773900, + global::System.Nullable R6774000, + global::System.Nullable R6774100, + global::System.Nullable R6774200, + global::System.Nullable R6774300, + global::System.Nullable R6774400, + global::System.Nullable R6776300, + global::System.Nullable R6776301, + global::System.Nullable R6776400, + global::System.Nullable R6776401, + global::System.Nullable R6776500, + global::System.Nullable R6776501, + global::System.Nullable R6776600, + global::System.Nullable R6776601, + global::System.Nullable R6776700, + global::System.Nullable R6776701, + global::System.Nullable R6776800, + global::System.Nullable R6776801, + global::System.Nullable R7417900, + global::System.Nullable R7418000, + global::System.Nullable R7418100, + global::System.Nullable R7418200, + global::System.Nullable R7418300, + global::System.Nullable R7418400, + global::System.Nullable R7418500, + global::System.Nullable R7418600, + global::System.Nullable R7418700, + global::System.Nullable R7418800, + global::System.Nullable R7420700, + global::System.Nullable R7420701, + global::System.Nullable R7420800, + global::System.Nullable R7420801, + global::System.Nullable R7420900, + global::System.Nullable R7420901, + global::System.Nullable R7421000, + global::System.Nullable R7421001, + global::System.Nullable R7421100, + global::System.Nullable R7421101, + global::System.Nullable R7421200, + global::System.Nullable R7421201, + global::System.Nullable R7421300, + global::System.Nullable R7421301, + global::System.Nullable R8116000, + global::System.Nullable R8116100, + global::System.Nullable R8116200, + global::System.Nullable R8116300, + global::System.Nullable R8116400, + global::System.Nullable R8116500, + global::System.Nullable R8116600, + global::System.Nullable R8116700, + global::System.Nullable R8116800, + global::System.Nullable R8116900, + global::System.Nullable R8119000, + global::System.Nullable R8119001, + global::System.Nullable R8119100, + global::System.Nullable R8119101, + global::System.Nullable R8119200, + global::System.Nullable R8119201, + global::System.Nullable R8119300, + global::System.Nullable R8119301, + global::System.Nullable R8119400, + global::System.Nullable R8119401, + global::System.Nullable R8119500, + global::System.Nullable R8119501, + global::System.Nullable T0347900, + global::System.Nullable T0348000, + global::System.Nullable T0348100, + global::System.Nullable T0348200, + global::System.Nullable T0348300, + global::System.Nullable T0348400, + global::System.Nullable T0348500, + global::System.Nullable T0348600, + global::System.Nullable T0348700, + global::System.Nullable T0348800, + global::System.Nullable T0348900, + global::System.Nullable T0351100, + global::System.Nullable T0351101, + global::System.Nullable T0351200, + global::System.Nullable T0351201, + global::System.Nullable T0351300, + global::System.Nullable T0351301, + global::System.Nullable T0351400, + global::System.Nullable T0351401, + global::System.Nullable T0351500, + global::System.Nullable T0351501, + global::System.Nullable T0351600, + global::System.Nullable T0351601, + global::System.Nullable T0351700, + global::System.Nullable T0351701, + global::System.Nullable T0351800, + global::System.Nullable T0351801, + global::System.Nullable T1497300, + global::System.Nullable T1497400, + global::System.Nullable T1497500, + global::System.Nullable T1497600, + global::System.Nullable T1497700, + global::System.Nullable T1497800, + global::System.Nullable T1497900, + global::System.Nullable T1498000, + global::System.Nullable T1498100, + global::System.Nullable T1498200, + global::System.Nullable T1498300, + global::System.Nullable T1500500, + global::System.Nullable T1500501, + global::System.Nullable T1500600, + global::System.Nullable T1500601, + global::System.Nullable T1500700, + global::System.Nullable T1500701, + global::System.Nullable T1500800, + global::System.Nullable T1500801, + global::System.Nullable T1500900, + global::System.Nullable T1500901, + global::System.Nullable T1501000, + global::System.Nullable T1501001, + global::System.Nullable T2543200, + global::System.Nullable T2543300, + global::System.Nullable T2543400, + global::System.Nullable T2543500, + global::System.Nullable T2543600, + global::System.Nullable T2543700, + global::System.Nullable T2543800, + global::System.Nullable T2543900, + global::System.Nullable T2544000, + global::System.Nullable T2544100, + global::System.Nullable T2546100, + global::System.Nullable T2546101, + global::System.Nullable T2546200, + global::System.Nullable T2546201, + global::System.Nullable T2546300, + global::System.Nullable T2546301, + global::System.Nullable T2546400, + global::System.Nullable T2546401, + global::System.Nullable T2546500, + global::System.Nullable T2546501, + global::System.Nullable T2546600, + global::System.Nullable T2546601, + global::System.Nullable T2546700, + global::System.Nullable T2546701, + global::System.Nullable T3529500, + global::System.Nullable T3529600, + global::System.Nullable T3529700, + global::System.Nullable T3529800, + global::System.Nullable T3529900, + global::System.Nullable T3530000, + global::System.Nullable T3530100, + global::System.Nullable T3530200, + global::System.Nullable T3530300, + global::System.Nullable T3530400, + global::System.Nullable T3532500, + global::System.Nullable T3532501, + global::System.Nullable T3532600, + global::System.Nullable T3532601, + global::System.Nullable T3532700, + global::System.Nullable T3532701, + global::System.Nullable T3532800, + global::System.Nullable T3532801, + global::System.Nullable T3532900, + global::System.Nullable T3532901, + global::System.Nullable T3533000, + global::System.Nullable T3533001, + global::System.Nullable T3533100, + global::System.Nullable T3533101, + global::System.Nullable T4498100, + global::System.Nullable T4498200, + global::System.Nullable T4498300, + global::System.Nullable T4498400, + global::System.Nullable T4498500, + global::System.Nullable T4498600, + global::System.Nullable T4498700, + global::System.Nullable T4498800, + global::System.Nullable T4498900, + global::System.Nullable T4499000, + global::System.Nullable T4503700, + global::System.Nullable T4503701, + global::System.Nullable T4503800, + global::System.Nullable T4503801, + global::System.Nullable T4503900, + global::System.Nullable T4503901, + global::System.Nullable T4504000, + global::System.Nullable T4504001, + global::System.Nullable T4504100, + global::System.Nullable T4504101, + global::System.Nullable T4504200, + global::System.Nullable T4504201, + int Original_R0000100, + global::System.Nullable Original_R1373400, + global::System.Nullable Original_R1374100, + global::System.Nullable Original_R1374800, + global::System.Nullable Original_R1375500, + global::System.Nullable Original_R1376200, + global::System.Nullable Original_R1376900, + global::System.Nullable Original_R1377600, + global::System.Nullable Original_R1753800, + global::System.Nullable Original_R1754500, + global::System.Nullable Original_R1755200, + global::System.Nullable Original_R1755900, + global::System.Nullable Original_R1756600, + global::System.Nullable Original_R1757300, + global::System.Nullable Original_R1758000, + global::System.Nullable Original_R2095800, + global::System.Nullable Original_R2096500, + global::System.Nullable Original_R2097200, + global::System.Nullable Original_R2097900, + global::System.Nullable Original_R2098600, + global::System.Nullable Original_R2099300, + global::System.Nullable Original_R2100000, + global::System.Nullable Original_R2648100, + global::System.Nullable Original_R2648800, + global::System.Nullable Original_R2649500, + global::System.Nullable Original_R2650200, + global::System.Nullable Original_R2650900, + global::System.Nullable Original_R2651600, + global::System.Nullable Original_R2652300, + global::System.Nullable Original_R3256000, + global::System.Nullable Original_R3257800, + global::System.Nullable Original_R3259600, + global::System.Nullable Original_R3261400, + global::System.Nullable Original_R3263200, + global::System.Nullable Original_R3265000, + global::System.Nullable Original_R3266800, + global::System.Nullable Original_R3771900, + global::System.Nullable Original_R3772200, + global::System.Nullable Original_R3772300, + global::System.Nullable Original_R3774000, + global::System.Nullable Original_R3774300, + global::System.Nullable Original_R3774400, + global::System.Nullable Original_R3776100, + global::System.Nullable Original_R3776400, + global::System.Nullable Original_R3776500, + global::System.Nullable Original_R3778200, + global::System.Nullable Original_R3778500, + global::System.Nullable Original_R3778600, + global::System.Nullable Original_R3780300, + global::System.Nullable Original_R3780600, + global::System.Nullable Original_R3780700, + global::System.Nullable Original_R3782400, + global::System.Nullable Original_R3784500, + global::System.Nullable Original_R4276900, + global::System.Nullable Original_R4277200, + global::System.Nullable Original_R4277201, + global::System.Nullable Original_R4277800, + global::System.Nullable Original_R4278100, + global::System.Nullable Original_R4278101, + global::System.Nullable Original_R4278700, + global::System.Nullable Original_R4279000, + global::System.Nullable Original_R4279001, + global::System.Nullable Original_R4279600, + global::System.Nullable Original_R4279900, + global::System.Nullable Original_R4279901, + global::System.Nullable Original_R4280500, + global::System.Nullable Original_R4280800, + global::System.Nullable Original_R4280801, + global::System.Nullable Original_R4281400, + global::System.Nullable Original_R4282200, + global::System.Nullable Original_R4827700, + global::System.Nullable Original_R4828000, + global::System.Nullable Original_R4828001, + global::System.Nullable Original_R4830700, + global::System.Nullable Original_R4831000, + global::System.Nullable Original_R4831001, + global::System.Nullable Original_R4833700, + global::System.Nullable Original_R4834000, + global::System.Nullable Original_R4834001, + global::System.Nullable Original_R4836700, + global::System.Nullable Original_R4837000, + global::System.Nullable Original_R4837001, + global::System.Nullable Original_R4839700, + global::System.Nullable Original_R4840000, + global::System.Nullable Original_R4840001, + global::System.Nullable Original_R4842600, + global::System.Nullable Original_R4844900, + global::System.Nullable Original_R4847200, + global::System.Nullable Original_R5498100, + global::System.Nullable Original_R5498400, + global::System.Nullable Original_R5498401, + global::System.Nullable Original_R5501100, + global::System.Nullable Original_R5501400, + global::System.Nullable Original_R5501401, + global::System.Nullable Original_R5504100, + global::System.Nullable Original_R5504400, + global::System.Nullable Original_R5504401, + global::System.Nullable Original_R5507100, + global::System.Nullable Original_R5507400, + global::System.Nullable Original_R5507401, + global::System.Nullable Original_R5510100, + global::System.Nullable Original_R5510400, + global::System.Nullable Original_R5510401, + global::System.Nullable Original_R5513100, + global::System.Nullable Original_R5515400, + global::System.Nullable Original_R5517700, + global::System.Nullable Original_R5519900, + global::System.Nullable Original_R6219500, + global::System.Nullable Original_R6219600, + global::System.Nullable Original_R6219700, + global::System.Nullable Original_R6219800, + global::System.Nullable Original_R6219900, + global::System.Nullable Original_R6220000, + global::System.Nullable Original_R6220100, + global::System.Nullable Original_R6220200, + global::System.Nullable Original_R6220300, + global::System.Nullable Original_R6220400, + global::System.Nullable Original_R6222800, + global::System.Nullable Original_R6222801, + global::System.Nullable Original_R6222900, + global::System.Nullable Original_R6222901, + global::System.Nullable Original_R6223000, + global::System.Nullable Original_R6223001, + global::System.Nullable Original_R6223100, + global::System.Nullable Original_R6223101, + global::System.Nullable Original_R6223200, + global::System.Nullable Original_R6223201, + global::System.Nullable Original_R6223300, + global::System.Nullable Original_R6223301, + global::System.Nullable Original_R6773500, + global::System.Nullable Original_R6773600, + global::System.Nullable Original_R6773700, + global::System.Nullable Original_R6773800, + global::System.Nullable Original_R6773900, + global::System.Nullable Original_R6774000, + global::System.Nullable Original_R6774100, + global::System.Nullable Original_R6774200, + global::System.Nullable Original_R6774300, + global::System.Nullable Original_R6774400, + global::System.Nullable Original_R6776300, + global::System.Nullable Original_R6776301, + global::System.Nullable Original_R6776400, + global::System.Nullable Original_R6776401, + global::System.Nullable Original_R6776500, + global::System.Nullable Original_R6776501, + global::System.Nullable Original_R6776600, + global::System.Nullable Original_R6776601, + global::System.Nullable Original_R6776700, + global::System.Nullable Original_R6776701, + global::System.Nullable Original_R6776800, + global::System.Nullable Original_R6776801, + global::System.Nullable Original_R7417900, + global::System.Nullable Original_R7418000, + global::System.Nullable Original_R7418100, + global::System.Nullable Original_R7418200, + global::System.Nullable Original_R7418300, + global::System.Nullable Original_R7418400, + global::System.Nullable Original_R7418500, + global::System.Nullable Original_R7418600, + global::System.Nullable Original_R7418700, + global::System.Nullable Original_R7418800, + global::System.Nullable Original_R7420700, + global::System.Nullable Original_R7420701, + global::System.Nullable Original_R7420800, + global::System.Nullable Original_R7420801, + global::System.Nullable Original_R7420900, + global::System.Nullable Original_R7420901, + global::System.Nullable Original_R7421000, + global::System.Nullable Original_R7421001, + global::System.Nullable Original_R7421100, + global::System.Nullable Original_R7421101, + global::System.Nullable Original_R7421200, + global::System.Nullable Original_R7421201, + global::System.Nullable Original_R7421300, + global::System.Nullable Original_R7421301, + global::System.Nullable Original_R8116000, + global::System.Nullable Original_R8116100, + global::System.Nullable Original_R8116200, + global::System.Nullable Original_R8116300, + global::System.Nullable Original_R8116400, + global::System.Nullable Original_R8116500, + global::System.Nullable Original_R8116600, + global::System.Nullable Original_R8116700, + global::System.Nullable Original_R8116800, + global::System.Nullable Original_R8116900, + global::System.Nullable Original_R8119000, + global::System.Nullable Original_R8119001, + global::System.Nullable Original_R8119100, + global::System.Nullable Original_R8119101, + global::System.Nullable Original_R8119200, + global::System.Nullable Original_R8119201, + global::System.Nullable Original_R8119300, + global::System.Nullable Original_R8119301, + global::System.Nullable Original_R8119400, + global::System.Nullable Original_R8119401, + global::System.Nullable Original_R8119500, + global::System.Nullable Original_R8119501, + global::System.Nullable Original_T0347900, + global::System.Nullable Original_T0348000, + global::System.Nullable Original_T0348100, + global::System.Nullable Original_T0348200, + global::System.Nullable Original_T0348300, + global::System.Nullable Original_T0348400, + global::System.Nullable Original_T0348500, + global::System.Nullable Original_T0348600, + global::System.Nullable Original_T0348700, + global::System.Nullable Original_T0348800, + global::System.Nullable Original_T0348900, + global::System.Nullable Original_T0351100, + global::System.Nullable Original_T0351101, + global::System.Nullable Original_T0351200, + global::System.Nullable Original_T0351201, + global::System.Nullable Original_T0351300, + global::System.Nullable Original_T0351301, + global::System.Nullable Original_T0351400, + global::System.Nullable Original_T0351401, + global::System.Nullable Original_T0351500, + global::System.Nullable Original_T0351501, + global::System.Nullable Original_T0351600, + global::System.Nullable Original_T0351601, + global::System.Nullable Original_T0351700, + global::System.Nullable Original_T0351701, + global::System.Nullable Original_T0351800, + global::System.Nullable Original_T0351801, + global::System.Nullable Original_T1497300, + global::System.Nullable Original_T1497400, + global::System.Nullable Original_T1497500, + global::System.Nullable Original_T1497600, + global::System.Nullable Original_T1497700, + global::System.Nullable Original_T1497800, + global::System.Nullable Original_T1497900, + global::System.Nullable Original_T1498000, + global::System.Nullable Original_T1498100, + global::System.Nullable Original_T1498200, + global::System.Nullable Original_T1498300, + global::System.Nullable Original_T1500500, + global::System.Nullable Original_T1500501, + global::System.Nullable Original_T1500600, + global::System.Nullable Original_T1500601, + global::System.Nullable Original_T1500700, + global::System.Nullable Original_T1500701, + global::System.Nullable Original_T1500800, + global::System.Nullable Original_T1500801, + global::System.Nullable Original_T1500900, + global::System.Nullable Original_T1500901, + global::System.Nullable Original_T1501000, + global::System.Nullable Original_T1501001, + global::System.Nullable Original_T2543200, + global::System.Nullable Original_T2543300, + global::System.Nullable Original_T2543400, + global::System.Nullable Original_T2543500, + global::System.Nullable Original_T2543600, + global::System.Nullable Original_T2543700, + global::System.Nullable Original_T2543800, + global::System.Nullable Original_T2543900, + global::System.Nullable Original_T2544000, + global::System.Nullable Original_T2544100, + global::System.Nullable Original_T2546100, + global::System.Nullable Original_T2546101, + global::System.Nullable Original_T2546200, + global::System.Nullable Original_T2546201, + global::System.Nullable Original_T2546300, + global::System.Nullable Original_T2546301, + global::System.Nullable Original_T2546400, + global::System.Nullable Original_T2546401, + global::System.Nullable Original_T2546500, + global::System.Nullable Original_T2546501, + global::System.Nullable Original_T2546600, + global::System.Nullable Original_T2546601, + global::System.Nullable Original_T2546700, + global::System.Nullable Original_T2546701, + global::System.Nullable Original_T3529500, + global::System.Nullable Original_T3529600, + global::System.Nullable Original_T3529700, + global::System.Nullable Original_T3529800, + global::System.Nullable Original_T3529900, + global::System.Nullable Original_T3530000, + global::System.Nullable Original_T3530100, + global::System.Nullable Original_T3530200, + global::System.Nullable Original_T3530300, + global::System.Nullable Original_T3530400, + global::System.Nullable Original_T3532500, + global::System.Nullable Original_T3532501, + global::System.Nullable Original_T3532600, + global::System.Nullable Original_T3532601, + global::System.Nullable Original_T3532700, + global::System.Nullable Original_T3532701, + global::System.Nullable Original_T3532800, + global::System.Nullable Original_T3532801, + global::System.Nullable Original_T3532900, + global::System.Nullable Original_T3532901, + global::System.Nullable Original_T3533000, + global::System.Nullable Original_T3533001, + global::System.Nullable Original_T3533100, + global::System.Nullable Original_T3533101, + global::System.Nullable Original_T4498100, + global::System.Nullable Original_T4498200, + global::System.Nullable Original_T4498300, + global::System.Nullable Original_T4498400, + global::System.Nullable Original_T4498500, + global::System.Nullable Original_T4498600, + global::System.Nullable Original_T4498700, + global::System.Nullable Original_T4498800, + global::System.Nullable Original_T4498900, + global::System.Nullable Original_T4499000, + global::System.Nullable Original_T4503700, + global::System.Nullable Original_T4503701, + global::System.Nullable Original_T4503800, + global::System.Nullable Original_T4503801, + global::System.Nullable Original_T4503900, + global::System.Nullable Original_T4503901, + global::System.Nullable Original_T4504000, + global::System.Nullable Original_T4504001, + global::System.Nullable Original_T4504100, + global::System.Nullable Original_T4504101, + global::System.Nullable Original_T4504200, + global::System.Nullable Original_T4504201) { + this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(R0000100)); + if ((R1373400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(R1373400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1604].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1605].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; } - if ((Original_R5515400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1606].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1607].Value = ((int)(Original_R5515400.Value)); + if ((R1374100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(R1374100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1606].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1607].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; } - if ((Original_R5515500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1608].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1609].Value = ((int)(Original_R5515500.Value)); + if ((R1374800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(R1374800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1608].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1609].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; } - if ((Original_R5515600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1610].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1611].Value = ((int)(Original_R5515600.Value)); + if ((R1375500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(R1375500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1610].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1611].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; } - if ((Original_R5515601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1612].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1613].Value = ((int)(Original_R5515601.Value)); + if ((R1376200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(R1376200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1612].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1613].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; } - if ((Original_R5515700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1614].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1615].Value = ((int)(Original_R5515700.Value)); + if ((R1376900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(R1376900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1614].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1615].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; } - if ((Original_R5517600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1616].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1617].Value = ((int)(Original_R5517600.Value)); + if ((R1377600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(R1377600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1616].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1617].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; } - if ((Original_R5517700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1618].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1619].Value = ((int)(Original_R5517700.Value)); + if ((R1753800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(R1753800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1618].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1619].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; } - if ((Original_R5517800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1620].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1621].Value = ((int)(Original_R5517800.Value)); + if ((R1754500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(R1754500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1620].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1621].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; } - if ((Original_R5517900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1622].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1623].Value = ((int)(Original_R5517900.Value)); + if ((R1755200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(R1755200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1622].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1623].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; } - if ((Original_R5519800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1624].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1625].Value = ((int)(Original_R5519800.Value)); + if ((R1755900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(R1755900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1624].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1625].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; } - if ((Original_R5519900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1626].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1627].Value = ((int)(Original_R5519900.Value)); + if ((R1756600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(R1756600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1626].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1627].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; } - if ((Original_R5520000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1628].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1629].Value = ((int)(Original_R5520000.Value)); + if ((R1757300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(R1757300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1628].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1629].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; } - if ((Original_R5520100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1630].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1631].Value = ((int)(Original_R5520100.Value)); + if ((R1758000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(R1758000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1630].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1631].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; } - if ((Original_R5520101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1632].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1633].Value = ((int)(Original_R5520101.Value)); + if ((R2095800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(R2095800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1632].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1633].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; } - if ((Original_R5520200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1634].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1635].Value = ((int)(Original_R5520200.Value)); + if ((R2096500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(R2096500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1634].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1635].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; } - if ((Original_R6218400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1636].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1637].Value = ((int)(Original_R6218400.Value)); + if ((R2097200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(R2097200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1636].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1637].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; } - if ((Original_R6218500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1638].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1639].Value = ((int)(Original_R6218500.Value)); + if ((R2097900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(R2097900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1638].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1639].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; } - if ((Original_R6218600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1640].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1641].Value = ((int)(Original_R6218600.Value)); + if ((R2098600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(R2098600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1640].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1641].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; } - if ((Original_R6218700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1642].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1643].Value = ((int)(Original_R6218700.Value)); + if ((R2099300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(R2099300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1642].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1643].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; } - if ((Original_R6218800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1644].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1645].Value = ((int)(Original_R6218800.Value)); + if ((R2100000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(R2100000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1644].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1645].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; } - if ((Original_R6218900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1646].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1647].Value = ((int)(Original_R6218900.Value)); + if ((R2648100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[22].Value = ((int)(R2648100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1646].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1647].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; } - if ((Original_R6219000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1648].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1649].Value = ((int)(Original_R6219000.Value)); + if ((R2648800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(R2648800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1648].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1649].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; } - if ((Original_R6219100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1650].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1651].Value = ((int)(Original_R6219100.Value)); + if ((R2649500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[24].Value = ((int)(R2649500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1650].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1651].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; } - if ((Original_R6219200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1652].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1653].Value = ((int)(Original_R6219200.Value)); + if ((R2650200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(R2650200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1652].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1653].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; } - if ((Original_R6219300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1654].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1655].Value = ((int)(Original_R6219300.Value)); + if ((R2650900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[26].Value = ((int)(R2650900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1654].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1655].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; } - if ((Original_R6219500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1656].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1657].Value = ((int)(Original_R6219500.Value)); + if ((R2651600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(R2651600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1656].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1657].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; } - if ((Original_R6219600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1658].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1659].Value = ((int)(Original_R6219600.Value)); + if ((R2652300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[28].Value = ((int)(R2652300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1658].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1659].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; } - if ((Original_R6219700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1660].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1661].Value = ((int)(Original_R6219700.Value)); + if ((R3256000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(R3256000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1660].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1661].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; } - if ((Original_R6219800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1662].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1663].Value = ((int)(Original_R6219800.Value)); + if ((R3257800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(R3257800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1662].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1663].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; } - if ((Original_R6219900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1664].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1665].Value = ((int)(Original_R6219900.Value)); + if ((R3259600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(R3259600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1664].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1665].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; } - if ((Original_R6220000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1666].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1667].Value = ((int)(Original_R6220000.Value)); + if ((R3261400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[32].Value = ((int)(R3261400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1666].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1667].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; } - if ((Original_R6220100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1668].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1669].Value = ((int)(Original_R6220100.Value)); + if ((R3263200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(R3263200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1668].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1669].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; } - if ((Original_R6220200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1670].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1671].Value = ((int)(Original_R6220200.Value)); + if ((R3265000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[34].Value = ((int)(R3265000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1670].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1671].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; } - if ((Original_R6220300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1672].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1673].Value = ((int)(Original_R6220300.Value)); + if ((R3266800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(R3266800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1672].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1673].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; } - if ((Original_R6220400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1674].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1675].Value = ((int)(Original_R6220400.Value)); + if ((R3771900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[36].Value = ((int)(R3771900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1674].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1675].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; } - if ((Original_R6220600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1676].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1677].Value = ((int)(Original_R6220600.Value)); + if ((R3772200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(R3772200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1676].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1677].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; } - if ((Original_R6220700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1678].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1679].Value = ((int)(Original_R6220700.Value)); + if ((R3772300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[38].Value = ((int)(R3772300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1678].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1679].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; } - if ((Original_R6220800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1680].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1681].Value = ((int)(Original_R6220800.Value)); + if ((R3774000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[39].Value = ((int)(R3774000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1680].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1681].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; } - if ((Original_R6220900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1682].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1683].Value = ((int)(Original_R6220900.Value)); + if ((R3774300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[40].Value = ((int)(R3774300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1682].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1683].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; } - if ((Original_R6221000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1684].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1685].Value = ((int)(Original_R6221000.Value)); + if ((R3774400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[41].Value = ((int)(R3774400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1684].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1685].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; } - if ((Original_R6221100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1686].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1687].Value = ((int)(Original_R6221100.Value)); + if ((R3776100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[42].Value = ((int)(R3776100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1686].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1687].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; } - if ((Original_R6221200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1688].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1689].Value = ((int)(Original_R6221200.Value)); + if ((R3776400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[43].Value = ((int)(R3776400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1688].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1689].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; } - if ((Original_R6221300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1690].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1691].Value = ((int)(Original_R6221300.Value)); + if ((R3776500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[44].Value = ((int)(R3776500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1690].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1691].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value; } - if ((Original_R6221400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1692].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1693].Value = ((int)(Original_R6221400.Value)); + if ((R3778200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[45].Value = ((int)(R3778200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1692].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1693].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value; } - if ((Original_R6221500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1694].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1695].Value = ((int)(Original_R6221500.Value)); + if ((R3778500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[46].Value = ((int)(R3778500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1694].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1695].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value; } - if ((Original_R6221700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1696].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1697].Value = ((int)(Original_R6221700.Value)); + if ((R3778600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[47].Value = ((int)(R3778600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1696].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1697].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value; } - if ((Original_R6221701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1698].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1699].Value = ((int)(Original_R6221701.Value)); + if ((R3780300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[48].Value = ((int)(R3780300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1698].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1699].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value; } - if ((Original_R6221800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1700].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1701].Value = ((int)(Original_R6221800.Value)); + if ((R3780600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[49].Value = ((int)(R3780600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1700].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1701].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value; } - if ((Original_R6221801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1702].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1703].Value = ((int)(Original_R6221801.Value)); + if ((R3780700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[50].Value = ((int)(R3780700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1702].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1703].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value; } - if ((Original_R6221900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1704].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1705].Value = ((int)(Original_R6221900.Value)); + if ((R3782400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[51].Value = ((int)(R3782400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1704].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1705].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value; } - if ((Original_R6221901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1706].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1707].Value = ((int)(Original_R6221901.Value)); + if ((R3784500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[52].Value = ((int)(R3784500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1706].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1707].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value; } - if ((Original_R6222000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1708].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1709].Value = ((int)(Original_R6222000.Value)); + if ((R4276900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[53].Value = ((int)(R4276900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1708].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1709].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value; } - if ((Original_R6222001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1710].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1711].Value = ((int)(Original_R6222001.Value)); + if ((R4277200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[54].Value = ((int)(R4277200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1710].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1711].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value; } - if ((Original_R6222100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1712].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1713].Value = ((int)(Original_R6222100.Value)); + if ((R4277201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[55].Value = ((int)(R4277201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1712].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1713].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value; } - if ((Original_R6222101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1714].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1715].Value = ((int)(Original_R6222101.Value)); + if ((R4277800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[56].Value = ((int)(R4277800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1714].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1715].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value; + } + if ((R4278100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[57].Value = ((int)(R4278100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value; } - if ((Original_R6222200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1716].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1717].Value = ((int)(Original_R6222200.Value)); + if ((R4278101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[58].Value = ((int)(R4278101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1716].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1717].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value; } - if ((Original_R6222201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1718].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1719].Value = ((int)(Original_R6222201.Value)); + if ((R4278700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[59].Value = ((int)(R4278700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1718].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1719].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value; } - if ((Original_R6222300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1720].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1721].Value = ((int)(Original_R6222300.Value)); + if ((R4279000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[60].Value = ((int)(R4279000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1720].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1721].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value; } - if ((Original_R6222301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1722].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1723].Value = ((int)(Original_R6222301.Value)); + if ((R4279001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[61].Value = ((int)(R4279001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1722].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1723].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value; } - if ((Original_R6222400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1724].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1725].Value = ((int)(Original_R6222400.Value)); + if ((R4279600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[62].Value = ((int)(R4279600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1724].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1725].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value; } - if ((Original_R6222401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1726].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1727].Value = ((int)(Original_R6222401.Value)); + if ((R4279900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[63].Value = ((int)(R4279900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1726].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1727].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value; } - if ((Original_R6222500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1728].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1729].Value = ((int)(Original_R6222500.Value)); + if ((R4279901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[64].Value = ((int)(R4279901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1728].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1729].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value; } - if ((Original_R6222501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1730].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1731].Value = ((int)(Original_R6222501.Value)); + if ((R4280500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[65].Value = ((int)(R4280500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1730].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1731].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[65].Value = global::System.DBNull.Value; } - if ((Original_R6222600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1732].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1733].Value = ((int)(Original_R6222600.Value)); + if ((R4280800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[66].Value = ((int)(R4280800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1732].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1733].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value; } - if ((Original_R6222601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1734].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1735].Value = ((int)(Original_R6222601.Value)); + if ((R4280801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[67].Value = ((int)(R4280801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1734].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1735].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[67].Value = global::System.DBNull.Value; } - if ((Original_R6222800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1736].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1737].Value = ((int)(Original_R6222800.Value)); + if ((R4281400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[68].Value = ((int)(R4281400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1736].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1737].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value; } - if ((Original_R6222801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1738].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1739].Value = ((int)(Original_R6222801.Value)); + if ((R4282200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[69].Value = ((int)(R4282200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1738].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1739].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[69].Value = global::System.DBNull.Value; } - if ((Original_R6222900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1740].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1741].Value = ((int)(Original_R6222900.Value)); + if ((R4827700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[70].Value = ((int)(R4827700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1740].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1741].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value; } - if ((Original_R6222901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1742].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1743].Value = ((int)(Original_R6222901.Value)); + if ((R4828000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[71].Value = ((int)(R4828000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1742].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1743].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[71].Value = global::System.DBNull.Value; } - if ((Original_R6223000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1744].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1745].Value = ((int)(Original_R6223000.Value)); + if ((R4828001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[72].Value = ((int)(R4828001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1744].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1745].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[72].Value = global::System.DBNull.Value; } - if ((Original_R6223001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1746].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1747].Value = ((int)(Original_R6223001.Value)); + if ((R4830700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[73].Value = ((int)(R4830700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1746].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1747].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[73].Value = global::System.DBNull.Value; } - if ((Original_R6223100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1748].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1749].Value = ((int)(Original_R6223100.Value)); + if ((R4831000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[74].Value = ((int)(R4831000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1748].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1749].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[74].Value = global::System.DBNull.Value; } - if ((Original_R6223101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1750].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1751].Value = ((int)(Original_R6223101.Value)); + if ((R4831001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[75].Value = ((int)(R4831001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1750].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1751].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[75].Value = global::System.DBNull.Value; } - if ((Original_R6223200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1752].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1753].Value = ((int)(Original_R6223200.Value)); + if ((R4833700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[76].Value = ((int)(R4833700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1752].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1753].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[76].Value = global::System.DBNull.Value; } - if ((Original_R6223201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1754].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1755].Value = ((int)(Original_R6223201.Value)); + if ((R4834000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[77].Value = ((int)(R4834000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1754].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1755].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[77].Value = global::System.DBNull.Value; } - if ((Original_R6223300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1756].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1757].Value = ((int)(Original_R6223300.Value)); + if ((R4834001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[78].Value = ((int)(R4834001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1756].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1757].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[78].Value = global::System.DBNull.Value; } - if ((Original_R6223301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1758].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1759].Value = ((int)(Original_R6223301.Value)); + if ((R4836700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[79].Value = ((int)(R4836700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1758].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1759].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[79].Value = global::System.DBNull.Value; } - if ((Original_R6223400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1760].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1761].Value = ((int)(Original_R6223400.Value)); + if ((R4837000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[80].Value = ((int)(R4837000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1760].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1761].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[80].Value = global::System.DBNull.Value; } - if ((Original_R6223500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1762].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1763].Value = ((int)(Original_R6223500.Value)); + if ((R4837001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[81].Value = ((int)(R4837001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1762].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1763].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[81].Value = global::System.DBNull.Value; } - if ((Original_R6223600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1764].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1765].Value = ((int)(Original_R6223600.Value)); + if ((R4839700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[82].Value = ((int)(R4839700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1764].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1765].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[82].Value = global::System.DBNull.Value; } - if ((Original_R6223700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1766].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1767].Value = ((int)(Original_R6223700.Value)); + if ((R4840000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[83].Value = ((int)(R4840000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1766].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1767].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[83].Value = global::System.DBNull.Value; } - if ((Original_R6223800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1768].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1769].Value = ((int)(Original_R6223800.Value)); + if ((R4840001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[84].Value = ((int)(R4840001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1768].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1769].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[84].Value = global::System.DBNull.Value; } - if ((Original_R6223900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1770].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1771].Value = ((int)(Original_R6223900.Value)); + if ((R4842600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[85].Value = ((int)(R4842600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1770].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1771].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[85].Value = global::System.DBNull.Value; } - if ((Original_R6224000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1772].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1773].Value = ((int)(Original_R6224000.Value)); + if ((R4844900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[86].Value = ((int)(R4844900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1772].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1773].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[86].Value = global::System.DBNull.Value; } - if ((Original_R6224100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1774].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1775].Value = ((int)(Original_R6224100.Value)); + if ((R4847200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[87].Value = ((int)(R4847200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1774].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1775].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[87].Value = global::System.DBNull.Value; } - if ((Original_R6224200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1776].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1777].Value = ((int)(Original_R6224200.Value)); + if ((R5498100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[88].Value = ((int)(R5498100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1776].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1777].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[88].Value = global::System.DBNull.Value; } - if ((Original_R6224300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1778].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1779].Value = ((int)(Original_R6224300.Value)); + if ((R5498400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[89].Value = ((int)(R5498400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1778].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1779].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[89].Value = global::System.DBNull.Value; } - if ((Original_R6770600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1780].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1781].Value = ((int)(Original_R6770600.Value)); + if ((R5498401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[90].Value = ((int)(R5498401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1780].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1781].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[90].Value = global::System.DBNull.Value; } - if ((Original_R6771600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1782].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1783].Value = ((int)(Original_R6771600.Value)); + if ((R5501100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[91].Value = ((int)(R5501100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1782].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1783].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[91].Value = global::System.DBNull.Value; } - if ((Original_R6771700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1784].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1785].Value = ((int)(Original_R6771700.Value)); + if ((R5501400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[92].Value = ((int)(R5501400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1784].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1785].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[92].Value = global::System.DBNull.Value; } - if ((Original_R6771800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1786].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1787].Value = ((int)(Original_R6771800.Value)); + if ((R5501401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[93].Value = ((int)(R5501401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1786].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1787].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[93].Value = global::System.DBNull.Value; } - if ((Original_R6771900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1788].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1789].Value = ((int)(Original_R6771900.Value)); + if ((R5504100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[94].Value = ((int)(R5504100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1788].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1789].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[94].Value = global::System.DBNull.Value; } - if ((Original_R6772000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1790].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1791].Value = ((int)(Original_R6772000.Value)); + if ((R5504400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[95].Value = ((int)(R5504400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1790].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1791].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[95].Value = global::System.DBNull.Value; } - if ((Original_R6772100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1792].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1793].Value = ((int)(Original_R6772100.Value)); + if ((R5504401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[96].Value = ((int)(R5504401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1792].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1793].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[96].Value = global::System.DBNull.Value; } - if ((Original_R6772200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1794].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1795].Value = ((int)(Original_R6772200.Value)); + if ((R5507100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[97].Value = ((int)(R5507100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1794].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1795].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[97].Value = global::System.DBNull.Value; } - if ((Original_R6772300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1796].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1797].Value = ((int)(Original_R6772300.Value)); + if ((R5507400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[98].Value = ((int)(R5507400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1796].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1797].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[98].Value = global::System.DBNull.Value; } - if ((Original_R6772400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1798].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1799].Value = ((int)(Original_R6772400.Value)); + if ((R5507401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[99].Value = ((int)(R5507401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1798].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1799].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[99].Value = global::System.DBNull.Value; } - if ((Original_R6772500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1800].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1801].Value = ((int)(Original_R6772500.Value)); + if ((R5510100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[100].Value = ((int)(R5510100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1800].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1801].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[100].Value = global::System.DBNull.Value; } - if ((Original_R6772600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1802].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1803].Value = ((int)(Original_R6772600.Value)); + if ((R5510400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[101].Value = ((int)(R5510400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1802].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1803].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[101].Value = global::System.DBNull.Value; } - if ((Original_R6772700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1804].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1805].Value = ((int)(Original_R6772700.Value)); + if ((R5510401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[102].Value = ((int)(R5510401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1804].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1805].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[102].Value = global::System.DBNull.Value; } - if ((Original_R6772800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1806].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1807].Value = ((int)(Original_R6772800.Value)); + if ((R5513100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[103].Value = ((int)(R5513100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1806].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1807].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[103].Value = global::System.DBNull.Value; } - if ((Original_R6772900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1808].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1809].Value = ((int)(Original_R6772900.Value)); + if ((R5515400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[104].Value = ((int)(R5515400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1808].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1809].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[104].Value = global::System.DBNull.Value; } - if ((Original_R6773000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1810].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1811].Value = ((int)(Original_R6773000.Value)); + if ((R5517700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[105].Value = ((int)(R5517700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1810].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1811].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[105].Value = global::System.DBNull.Value; } - if ((Original_R6773100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1812].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1813].Value = ((int)(Original_R6773100.Value)); + if ((R5519900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[106].Value = ((int)(R5519900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1812].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1813].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[106].Value = global::System.DBNull.Value; } - if ((Original_R6773200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1814].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1815].Value = ((int)(Original_R6773200.Value)); + if ((R6219500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[107].Value = ((int)(R6219500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1814].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1815].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[107].Value = global::System.DBNull.Value; } - if ((Original_R6773300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1816].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1817].Value = ((int)(Original_R6773300.Value)); + if ((R6219600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[108].Value = ((int)(R6219600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1816].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1817].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[108].Value = global::System.DBNull.Value; } - if ((Original_R6773400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1818].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1819].Value = ((int)(Original_R6773400.Value)); + if ((R6219700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[109].Value = ((int)(R6219700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1818].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1819].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[109].Value = global::System.DBNull.Value; } - if ((Original_R6773500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1820].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1821].Value = ((int)(Original_R6773500.Value)); + if ((R6219800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[110].Value = ((int)(R6219800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1820].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1821].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[110].Value = global::System.DBNull.Value; } - if ((Original_R6773600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1822].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1823].Value = ((int)(Original_R6773600.Value)); + if ((R6219900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[111].Value = ((int)(R6219900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1822].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1823].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[111].Value = global::System.DBNull.Value; } - if ((Original_R6773700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1824].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1825].Value = ((int)(Original_R6773700.Value)); + if ((R6220000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[112].Value = ((int)(R6220000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1824].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1825].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[112].Value = global::System.DBNull.Value; } - if ((Original_R6773800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1826].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1827].Value = ((int)(Original_R6773800.Value)); + if ((R6220100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[113].Value = ((int)(R6220100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1826].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1827].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[113].Value = global::System.DBNull.Value; } - if ((Original_R6773900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1828].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1829].Value = ((int)(Original_R6773900.Value)); + if ((R6220200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[114].Value = ((int)(R6220200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1828].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1829].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[114].Value = global::System.DBNull.Value; } - if ((Original_R6774000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1830].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1831].Value = ((int)(Original_R6774000.Value)); + if ((R6220300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[115].Value = ((int)(R6220300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1830].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1831].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[115].Value = global::System.DBNull.Value; } - if ((Original_R6774100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1832].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1833].Value = ((int)(Original_R6774100.Value)); + if ((R6220400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[116].Value = ((int)(R6220400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1832].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1833].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[116].Value = global::System.DBNull.Value; } - if ((Original_R6774200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1834].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1835].Value = ((int)(Original_R6774200.Value)); + if ((R6222800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[117].Value = ((int)(R6222800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1834].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1835].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[117].Value = global::System.DBNull.Value; } - if ((Original_R6774300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1836].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1837].Value = ((int)(Original_R6774300.Value)); + if ((R6222801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[118].Value = ((int)(R6222801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1836].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1837].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[118].Value = global::System.DBNull.Value; } - if ((Original_R6774400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1838].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1839].Value = ((int)(Original_R6774400.Value)); + if ((R6222900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[119].Value = ((int)(R6222900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1838].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1839].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[119].Value = global::System.DBNull.Value; } - if ((Original_R6774500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1840].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1841].Value = ((int)(Original_R6774500.Value)); + if ((R6222901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[120].Value = ((int)(R6222901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1840].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1841].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[120].Value = global::System.DBNull.Value; } - if ((Original_R6774600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1842].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1843].Value = ((int)(Original_R6774600.Value)); + if ((R6223000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[121].Value = ((int)(R6223000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1842].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1843].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[121].Value = global::System.DBNull.Value; } - if ((Original_R6774700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1844].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1845].Value = ((int)(Original_R6774700.Value)); + if ((R6223001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[122].Value = ((int)(R6223001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1844].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1845].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[122].Value = global::System.DBNull.Value; } - if ((Original_R6774800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1846].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1847].Value = ((int)(Original_R6774800.Value)); + if ((R6223100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[123].Value = ((int)(R6223100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1846].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1847].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[123].Value = global::System.DBNull.Value; } - if ((Original_R6774900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1848].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1849].Value = ((int)(Original_R6774900.Value)); + if ((R6223101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[124].Value = ((int)(R6223101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1848].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1849].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[124].Value = global::System.DBNull.Value; } - if ((Original_R6775000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1850].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1851].Value = ((int)(Original_R6775000.Value)); + if ((R6223200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[125].Value = ((int)(R6223200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1850].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1851].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[125].Value = global::System.DBNull.Value; } - if ((Original_R6775100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1852].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1853].Value = ((int)(Original_R6775100.Value)); + if ((R6223201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[126].Value = ((int)(R6223201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1852].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1853].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[126].Value = global::System.DBNull.Value; } - if ((Original_R6775200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1854].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1855].Value = ((int)(Original_R6775200.Value)); + if ((R6223300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[127].Value = ((int)(R6223300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1854].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1855].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[127].Value = global::System.DBNull.Value; } - if ((Original_R6775300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1856].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1857].Value = ((int)(Original_R6775300.Value)); + if ((R6223301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[128].Value = ((int)(R6223301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1856].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1857].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[128].Value = global::System.DBNull.Value; } - if ((Original_R6775400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1858].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1859].Value = ((int)(Original_R6775400.Value)); + if ((R6773500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[129].Value = ((int)(R6773500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1858].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1859].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[129].Value = global::System.DBNull.Value; } - if ((Original_R6775500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1860].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1861].Value = ((int)(Original_R6775500.Value)); + if ((R6773600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[130].Value = ((int)(R6773600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1860].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1861].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[130].Value = global::System.DBNull.Value; } - if ((Original_R6775501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1862].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1863].Value = ((int)(Original_R6775501.Value)); + if ((R6773700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[131].Value = ((int)(R6773700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1862].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1863].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[131].Value = global::System.DBNull.Value; } - if ((Original_R6775600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1864].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1865].Value = ((int)(Original_R6775600.Value)); + if ((R6773800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[132].Value = ((int)(R6773800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1864].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1865].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[132].Value = global::System.DBNull.Value; } - if ((Original_R6775601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1866].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1867].Value = ((int)(Original_R6775601.Value)); + if ((R6773900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[133].Value = ((int)(R6773900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1866].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1867].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[133].Value = global::System.DBNull.Value; } - if ((Original_R6775700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1868].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1869].Value = ((int)(Original_R6775700.Value)); + if ((R6774000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[134].Value = ((int)(R6774000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1868].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1869].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[134].Value = global::System.DBNull.Value; } - if ((Original_R6775701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1870].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1871].Value = ((int)(Original_R6775701.Value)); + if ((R6774100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[135].Value = ((int)(R6774100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1870].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1871].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[135].Value = global::System.DBNull.Value; } - if ((Original_R6775800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1872].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1873].Value = ((int)(Original_R6775800.Value)); + if ((R6774200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[136].Value = ((int)(R6774200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1872].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1873].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[136].Value = global::System.DBNull.Value; } - if ((Original_R6775801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1874].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1875].Value = ((int)(Original_R6775801.Value)); + if ((R6774300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[137].Value = ((int)(R6774300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1874].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1875].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[137].Value = global::System.DBNull.Value; } - if ((Original_R6775900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1876].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1877].Value = ((int)(Original_R6775900.Value)); + if ((R6774400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[138].Value = ((int)(R6774400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1876].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1877].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[138].Value = global::System.DBNull.Value; } - if ((Original_R6775901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1878].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1879].Value = ((int)(Original_R6775901.Value)); + if ((R6776300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[139].Value = ((int)(R6776300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1878].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1879].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[139].Value = global::System.DBNull.Value; } - if ((Original_R6776000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1880].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1881].Value = ((int)(Original_R6776000.Value)); + if ((R6776301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[140].Value = ((int)(R6776301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1880].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1881].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[140].Value = global::System.DBNull.Value; } - if ((Original_R6776001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1882].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1883].Value = ((int)(Original_R6776001.Value)); + if ((R6776400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[141].Value = ((int)(R6776400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1882].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1883].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[141].Value = global::System.DBNull.Value; } - if ((Original_R6776100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1884].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1885].Value = ((int)(Original_R6776100.Value)); + if ((R6776401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[142].Value = ((int)(R6776401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1884].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1885].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[142].Value = global::System.DBNull.Value; } - if ((Original_R6776101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1886].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1887].Value = ((int)(Original_R6776101.Value)); + if ((R6776500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[143].Value = ((int)(R6776500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1886].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1887].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[143].Value = global::System.DBNull.Value; } - if ((Original_R6776200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1888].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1889].Value = ((int)(Original_R6776200.Value)); + if ((R6776501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[144].Value = ((int)(R6776501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1888].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1889].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[144].Value = global::System.DBNull.Value; } - if ((Original_R6776201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1890].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1891].Value = ((int)(Original_R6776201.Value)); + if ((R6776600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[145].Value = ((int)(R6776600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1890].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1891].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[145].Value = global::System.DBNull.Value; } - if ((Original_R6776300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1892].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1893].Value = ((int)(Original_R6776300.Value)); + if ((R6776601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[146].Value = ((int)(R6776601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1892].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1893].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[146].Value = global::System.DBNull.Value; } - if ((Original_R6776301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1894].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1895].Value = ((int)(Original_R6776301.Value)); + if ((R6776700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[147].Value = ((int)(R6776700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1894].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1895].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[147].Value = global::System.DBNull.Value; } - if ((Original_R6776400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1896].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1897].Value = ((int)(Original_R6776400.Value)); + if ((R6776701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[148].Value = ((int)(R6776701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1896].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1897].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[148].Value = global::System.DBNull.Value; } - if ((Original_R6776401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1898].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1899].Value = ((int)(Original_R6776401.Value)); + if ((R6776800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[149].Value = ((int)(R6776800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1898].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1899].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[149].Value = global::System.DBNull.Value; } - if ((Original_R6776500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1900].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1901].Value = ((int)(Original_R6776500.Value)); + if ((R6776801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[150].Value = ((int)(R6776801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1900].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1901].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[150].Value = global::System.DBNull.Value; } - if ((Original_R6776501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1902].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1903].Value = ((int)(Original_R6776501.Value)); + if ((R7417900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[151].Value = ((int)(R7417900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1902].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1903].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[151].Value = global::System.DBNull.Value; } - if ((Original_R6776600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1904].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1905].Value = ((int)(Original_R6776600.Value)); + if ((R7418000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[152].Value = ((int)(R7418000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1904].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1905].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[152].Value = global::System.DBNull.Value; } - if ((Original_R6776601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1906].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1907].Value = ((int)(Original_R6776601.Value)); + if ((R7418100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[153].Value = ((int)(R7418100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1906].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1907].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[153].Value = global::System.DBNull.Value; } - if ((Original_R6776700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1908].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1909].Value = ((int)(Original_R6776700.Value)); + if ((R7418200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[154].Value = ((int)(R7418200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1908].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1909].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[154].Value = global::System.DBNull.Value; } - if ((Original_R6776701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1910].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1911].Value = ((int)(Original_R6776701.Value)); + if ((R7418300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[155].Value = ((int)(R7418300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1910].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1911].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[155].Value = global::System.DBNull.Value; } - if ((Original_R6776800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1912].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1913].Value = ((int)(Original_R6776800.Value)); + if ((R7418400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[156].Value = ((int)(R7418400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1912].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1913].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[156].Value = global::System.DBNull.Value; } - if ((Original_R6776801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1914].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1915].Value = ((int)(Original_R6776801.Value)); + if ((R7418500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[157].Value = ((int)(R7418500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1914].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1915].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[157].Value = global::System.DBNull.Value; } - if ((Original_R6776900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1916].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1917].Value = ((int)(Original_R6776900.Value)); + if ((R7418600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[158].Value = ((int)(R7418600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1916].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1917].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[158].Value = global::System.DBNull.Value; } - if ((Original_R6777000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1918].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1919].Value = ((int)(Original_R6777000.Value)); + if ((R7418700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[159].Value = ((int)(R7418700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1918].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1919].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[159].Value = global::System.DBNull.Value; } - if ((Original_R6777100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1920].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1921].Value = ((int)(Original_R6777100.Value)); + if ((R7418800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[160].Value = ((int)(R7418800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1920].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1921].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[160].Value = global::System.DBNull.Value; } - if ((Original_R6777200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1922].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1923].Value = ((int)(Original_R6777200.Value)); + if ((R7420700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[161].Value = ((int)(R7420700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1922].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1923].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[161].Value = global::System.DBNull.Value; } - if ((Original_R6777300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1924].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1925].Value = ((int)(Original_R6777300.Value)); + if ((R7420701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[162].Value = ((int)(R7420701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1924].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1925].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[162].Value = global::System.DBNull.Value; } - if ((Original_R6777400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1926].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1927].Value = ((int)(Original_R6777400.Value)); + if ((R7420800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[163].Value = ((int)(R7420800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1926].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1927].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[163].Value = global::System.DBNull.Value; } - if ((Original_R6777500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1928].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1929].Value = ((int)(Original_R6777500.Value)); + if ((R7420801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[164].Value = ((int)(R7420801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1928].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1929].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[164].Value = global::System.DBNull.Value; } - if ((Original_R6777600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1930].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1931].Value = ((int)(Original_R6777600.Value)); + if ((R7420900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[165].Value = ((int)(R7420900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1930].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1931].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[165].Value = global::System.DBNull.Value; } - if ((Original_R6777700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1932].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1933].Value = ((int)(Original_R6777700.Value)); + if ((R7420901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[166].Value = ((int)(R7420901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1932].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1933].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[166].Value = global::System.DBNull.Value; } - if ((Original_R6777800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1934].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1935].Value = ((int)(Original_R6777800.Value)); + if ((R7421000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[167].Value = ((int)(R7421000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1934].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1935].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[167].Value = global::System.DBNull.Value; } - if ((Original_R7415900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1936].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1937].Value = ((int)(Original_R7415900.Value)); + if ((R7421001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[168].Value = ((int)(R7421001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1936].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1937].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[168].Value = global::System.DBNull.Value; } - if ((Original_R7416000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1938].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1939].Value = ((int)(Original_R7416000.Value)); + if ((R7421100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[169].Value = ((int)(R7421100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1938].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1939].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[169].Value = global::System.DBNull.Value; } - if ((Original_R7416100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1940].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1941].Value = ((int)(Original_R7416100.Value)); + if ((R7421101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[170].Value = ((int)(R7421101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1940].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1941].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[170].Value = global::System.DBNull.Value; } - if ((Original_R7416200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1942].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1943].Value = ((int)(Original_R7416200.Value)); + if ((R7421200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[171].Value = ((int)(R7421200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1942].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1943].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[171].Value = global::System.DBNull.Value; } - if ((Original_R7416300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1944].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1945].Value = ((int)(Original_R7416300.Value)); + if ((R7421201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[172].Value = ((int)(R7421201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1944].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1945].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[172].Value = global::System.DBNull.Value; } - if ((Original_R7416400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1946].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1947].Value = ((int)(Original_R7416400.Value)); + if ((R7421300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[173].Value = ((int)(R7421300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1946].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1947].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[173].Value = global::System.DBNull.Value; } - if ((Original_R7416500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1948].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1949].Value = ((int)(Original_R7416500.Value)); + if ((R7421301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[174].Value = ((int)(R7421301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1948].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1949].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[174].Value = global::System.DBNull.Value; } - if ((Original_R7416600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1950].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1951].Value = ((int)(Original_R7416600.Value)); + if ((R8116000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[175].Value = ((int)(R8116000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1950].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1951].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[175].Value = global::System.DBNull.Value; } - if ((Original_R7416700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1952].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1953].Value = ((int)(Original_R7416700.Value)); + if ((R8116100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[176].Value = ((int)(R8116100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1952].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1953].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[176].Value = global::System.DBNull.Value; } - if ((Original_R7416800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1954].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1955].Value = ((int)(Original_R7416800.Value)); + if ((R8116200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[177].Value = ((int)(R8116200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1954].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1955].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[177].Value = global::System.DBNull.Value; } - if ((Original_R7416900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1956].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1957].Value = ((int)(Original_R7416900.Value)); + if ((R8116300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[178].Value = ((int)(R8116300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1956].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1957].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[178].Value = global::System.DBNull.Value; } - if ((Original_R7417000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1958].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1959].Value = ((int)(Original_R7417000.Value)); + if ((R8116400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[179].Value = ((int)(R8116400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1958].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1959].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[179].Value = global::System.DBNull.Value; } - if ((Original_R7417100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1960].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1961].Value = ((int)(Original_R7417100.Value)); + if ((R8116500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[180].Value = ((int)(R8116500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1960].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1961].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[180].Value = global::System.DBNull.Value; } - if ((Original_R7417200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1962].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1963].Value = ((int)(Original_R7417200.Value)); + if ((R8116600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[181].Value = ((int)(R8116600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1962].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1963].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[181].Value = global::System.DBNull.Value; } - if ((Original_R7417300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1964].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1965].Value = ((int)(Original_R7417300.Value)); + if ((R8116700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[182].Value = ((int)(R8116700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1964].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1965].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[182].Value = global::System.DBNull.Value; } - if ((Original_R7417400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1966].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1967].Value = ((int)(Original_R7417400.Value)); + if ((R8116800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[183].Value = ((int)(R8116800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1966].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1967].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[183].Value = global::System.DBNull.Value; } - if ((Original_R7417500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1968].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1969].Value = ((int)(Original_R7417500.Value)); + if ((R8116900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[184].Value = ((int)(R8116900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1968].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1969].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[184].Value = global::System.DBNull.Value; } - if ((Original_R7417600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1970].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1971].Value = ((int)(Original_R7417600.Value)); + if ((R8119000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[185].Value = ((int)(R8119000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1970].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1971].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[185].Value = global::System.DBNull.Value; } - if ((Original_R7417700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1972].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1973].Value = ((int)(Original_R7417700.Value)); + if ((R8119001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[186].Value = ((int)(R8119001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1972].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1973].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[186].Value = global::System.DBNull.Value; } - if ((Original_R7417800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1974].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1975].Value = ((int)(Original_R7417800.Value)); + if ((R8119100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[187].Value = ((int)(R8119100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1974].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1975].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[187].Value = global::System.DBNull.Value; } - if ((Original_R7417900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1976].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1977].Value = ((int)(Original_R7417900.Value)); + if ((R8119101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[188].Value = ((int)(R8119101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1976].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1977].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[188].Value = global::System.DBNull.Value; } - if ((Original_R7418000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1978].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1979].Value = ((int)(Original_R7418000.Value)); + if ((R8119200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[189].Value = ((int)(R8119200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1978].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1979].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[189].Value = global::System.DBNull.Value; } - if ((Original_R7418100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1980].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1981].Value = ((int)(Original_R7418100.Value)); + if ((R8119201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[190].Value = ((int)(R8119201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1980].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1981].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[190].Value = global::System.DBNull.Value; } - if ((Original_R7418200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1982].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1983].Value = ((int)(Original_R7418200.Value)); + if ((R8119300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[191].Value = ((int)(R8119300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1982].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1983].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[191].Value = global::System.DBNull.Value; } - if ((Original_R7418300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1984].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1985].Value = ((int)(Original_R7418300.Value)); + if ((R8119301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[192].Value = ((int)(R8119301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1984].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1985].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[192].Value = global::System.DBNull.Value; } - if ((Original_R7418400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1986].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1987].Value = ((int)(Original_R7418400.Value)); + if ((R8119400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[193].Value = ((int)(R8119400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1986].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1987].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[193].Value = global::System.DBNull.Value; } - if ((Original_R7418500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1988].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1989].Value = ((int)(Original_R7418500.Value)); + if ((R8119401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[194].Value = ((int)(R8119401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1988].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1989].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[194].Value = global::System.DBNull.Value; } - if ((Original_R7418600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1990].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1991].Value = ((int)(Original_R7418600.Value)); + if ((R8119500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[195].Value = ((int)(R8119500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1990].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1991].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[195].Value = global::System.DBNull.Value; } - if ((Original_R7418700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1992].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1993].Value = ((int)(Original_R7418700.Value)); + if ((R8119501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[196].Value = ((int)(R8119501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1992].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1993].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[196].Value = global::System.DBNull.Value; } - if ((Original_R7418800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1994].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1995].Value = ((int)(Original_R7418800.Value)); + if ((T0347900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[197].Value = ((int)(T0347900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1994].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1995].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[197].Value = global::System.DBNull.Value; } - if ((Original_R7418900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1996].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1997].Value = ((int)(Original_R7418900.Value)); + if ((T0348000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[198].Value = ((int)(T0348000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1996].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1997].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[198].Value = global::System.DBNull.Value; } - if ((Original_R7419000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[1998].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[1999].Value = ((int)(Original_R7419000.Value)); + if ((T0348100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[199].Value = ((int)(T0348100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[1998].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[1999].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[199].Value = global::System.DBNull.Value; } - if ((Original_R7419100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2000].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2001].Value = ((int)(Original_R7419100.Value)); + if ((T0348200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[200].Value = ((int)(T0348200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2000].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2001].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[200].Value = global::System.DBNull.Value; } - if ((Original_R7419200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2002].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2003].Value = ((int)(Original_R7419200.Value)); + if ((T0348300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[201].Value = ((int)(T0348300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2002].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2003].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[201].Value = global::System.DBNull.Value; } - if ((Original_R7419300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2004].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2005].Value = ((int)(Original_R7419300.Value)); + if ((T0348400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[202].Value = ((int)(T0348400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2004].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2005].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[202].Value = global::System.DBNull.Value; } - if ((Original_R7419400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2006].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2007].Value = ((int)(Original_R7419400.Value)); + if ((T0348500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[203].Value = ((int)(T0348500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2006].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2007].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[203].Value = global::System.DBNull.Value; } - if ((Original_R7419500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2008].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2009].Value = ((int)(Original_R7419500.Value)); + if ((T0348600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[204].Value = ((int)(T0348600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2008].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2009].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[204].Value = global::System.DBNull.Value; } - if ((Original_R7419600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2010].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2011].Value = ((int)(Original_R7419600.Value)); + if ((T0348700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[205].Value = ((int)(T0348700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2010].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2011].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[205].Value = global::System.DBNull.Value; } - if ((Original_R7419700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2012].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2013].Value = ((int)(Original_R7419700.Value)); + if ((T0348800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[206].Value = ((int)(T0348800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2012].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2013].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[206].Value = global::System.DBNull.Value; } - if ((Original_R7419800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2014].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2015].Value = ((int)(Original_R7419800.Value)); + if ((T0348900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[207].Value = ((int)(T0348900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2014].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2015].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[207].Value = global::System.DBNull.Value; } - if ((Original_R7419900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2016].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2017].Value = ((int)(Original_R7419900.Value)); + if ((T0351100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[208].Value = ((int)(T0351100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2016].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2017].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[208].Value = global::System.DBNull.Value; } - if ((Original_R7419901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2018].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2019].Value = ((int)(Original_R7419901.Value)); + if ((T0351101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[209].Value = ((int)(T0351101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2018].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2019].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[209].Value = global::System.DBNull.Value; } - if ((Original_R7420000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2020].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2021].Value = ((int)(Original_R7420000.Value)); + if ((T0351200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[210].Value = ((int)(T0351200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2020].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2021].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[210].Value = global::System.DBNull.Value; } - if ((Original_R7420001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2022].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2023].Value = ((int)(Original_R7420001.Value)); + if ((T0351201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[211].Value = ((int)(T0351201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2022].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2023].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[211].Value = global::System.DBNull.Value; } - if ((Original_R7420100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2024].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2025].Value = ((int)(Original_R7420100.Value)); + if ((T0351300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[212].Value = ((int)(T0351300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2024].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2025].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[212].Value = global::System.DBNull.Value; } - if ((Original_R7420101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2026].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2027].Value = ((int)(Original_R7420101.Value)); + if ((T0351301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[213].Value = ((int)(T0351301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2026].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2027].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[213].Value = global::System.DBNull.Value; } - if ((Original_R7420200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2028].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2029].Value = ((int)(Original_R7420200.Value)); + if ((T0351400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[214].Value = ((int)(T0351400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2028].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2029].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[214].Value = global::System.DBNull.Value; } - if ((Original_R7420201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2030].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2031].Value = ((int)(Original_R7420201.Value)); + if ((T0351401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[215].Value = ((int)(T0351401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2030].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2031].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[215].Value = global::System.DBNull.Value; } - if ((Original_R7420300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2032].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2033].Value = ((int)(Original_R7420300.Value)); + if ((T0351500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[216].Value = ((int)(T0351500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2032].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2033].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[216].Value = global::System.DBNull.Value; } - if ((Original_R7420301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2034].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2035].Value = ((int)(Original_R7420301.Value)); + if ((T0351501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[217].Value = ((int)(T0351501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2034].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2035].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[217].Value = global::System.DBNull.Value; } - if ((Original_R7420400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2036].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2037].Value = ((int)(Original_R7420400.Value)); + if ((T0351600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[218].Value = ((int)(T0351600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2036].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2037].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[218].Value = global::System.DBNull.Value; } - if ((Original_R7420401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2038].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2039].Value = ((int)(Original_R7420401.Value)); + if ((T0351601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[219].Value = ((int)(T0351601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2038].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2039].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[219].Value = global::System.DBNull.Value; } - if ((Original_R7420500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2040].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2041].Value = ((int)(Original_R7420500.Value)); + if ((T0351700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[220].Value = ((int)(T0351700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2040].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2041].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[220].Value = global::System.DBNull.Value; } - if ((Original_R7420501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2042].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2043].Value = ((int)(Original_R7420501.Value)); + if ((T0351701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[221].Value = ((int)(T0351701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2042].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2043].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[221].Value = global::System.DBNull.Value; } - if ((Original_R7420600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2044].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2045].Value = ((int)(Original_R7420600.Value)); + if ((T0351800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[222].Value = ((int)(T0351800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2044].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2045].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[222].Value = global::System.DBNull.Value; } - if ((Original_R7420601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2046].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2047].Value = ((int)(Original_R7420601.Value)); + if ((T0351801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[223].Value = ((int)(T0351801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2046].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2047].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[223].Value = global::System.DBNull.Value; } - if ((Original_R7420700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2048].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2049].Value = ((int)(Original_R7420700.Value)); + if ((T1497300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[224].Value = ((int)(T1497300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2048].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2049].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[224].Value = global::System.DBNull.Value; } - if ((Original_R7420701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2050].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2051].Value = ((int)(Original_R7420701.Value)); + if ((T1497400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[225].Value = ((int)(T1497400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2050].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2051].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[225].Value = global::System.DBNull.Value; } - if ((Original_R7420800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2052].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2053].Value = ((int)(Original_R7420800.Value)); + if ((T1497500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[226].Value = ((int)(T1497500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2052].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2053].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[226].Value = global::System.DBNull.Value; } - if ((Original_R7420801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2054].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2055].Value = ((int)(Original_R7420801.Value)); + if ((T1497600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[227].Value = ((int)(T1497600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2054].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2055].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[227].Value = global::System.DBNull.Value; } - if ((Original_R7420900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2056].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2057].Value = ((int)(Original_R7420900.Value)); + if ((T1497700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[228].Value = ((int)(T1497700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2056].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2057].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[228].Value = global::System.DBNull.Value; } - if ((Original_R7420901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2058].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2059].Value = ((int)(Original_R7420901.Value)); + if ((T1497800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[229].Value = ((int)(T1497800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2058].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2059].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[229].Value = global::System.DBNull.Value; } - if ((Original_R7421000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2060].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2061].Value = ((int)(Original_R7421000.Value)); + if ((T1497900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[230].Value = ((int)(T1497900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2060].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2061].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[230].Value = global::System.DBNull.Value; } - if ((Original_R7421001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2062].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2063].Value = ((int)(Original_R7421001.Value)); + if ((T1498000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[231].Value = ((int)(T1498000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2062].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2063].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[231].Value = global::System.DBNull.Value; } - if ((Original_R7421100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2064].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2065].Value = ((int)(Original_R7421100.Value)); + if ((T1498100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[232].Value = ((int)(T1498100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2064].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2065].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[232].Value = global::System.DBNull.Value; } - if ((Original_R7421101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2066].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2067].Value = ((int)(Original_R7421101.Value)); + if ((T1498200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[233].Value = ((int)(T1498200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2066].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2067].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[233].Value = global::System.DBNull.Value; } - if ((Original_R7421200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2068].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2069].Value = ((int)(Original_R7421200.Value)); + if ((T1498300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[234].Value = ((int)(T1498300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2068].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2069].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[234].Value = global::System.DBNull.Value; } - if ((Original_R7421201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2070].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2071].Value = ((int)(Original_R7421201.Value)); + if ((T1500500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[235].Value = ((int)(T1500500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2070].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2071].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[235].Value = global::System.DBNull.Value; } - if ((Original_R7421300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2072].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2073].Value = ((int)(Original_R7421300.Value)); + if ((T1500501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[236].Value = ((int)(T1500501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2072].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2073].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[236].Value = global::System.DBNull.Value; } - if ((Original_R7421301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2074].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2075].Value = ((int)(Original_R7421301.Value)); + if ((T1500600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[237].Value = ((int)(T1500600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2074].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2075].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[237].Value = global::System.DBNull.Value; } - if ((Original_R7421400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2076].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2077].Value = ((int)(Original_R7421400.Value)); + if ((T1500601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[238].Value = ((int)(T1500601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2076].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2077].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[238].Value = global::System.DBNull.Value; } - if ((Original_R7421500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2078].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2079].Value = ((int)(Original_R7421500.Value)); + if ((T1500700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[239].Value = ((int)(T1500700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2078].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2079].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[239].Value = global::System.DBNull.Value; } - if ((Original_R7421600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2080].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2081].Value = ((int)(Original_R7421600.Value)); + if ((T1500701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[240].Value = ((int)(T1500701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2080].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2081].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[240].Value = global::System.DBNull.Value; } - if ((Original_R7421700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2082].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2083].Value = ((int)(Original_R7421700.Value)); + if ((T1500800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[241].Value = ((int)(T1500800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2082].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2083].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[241].Value = global::System.DBNull.Value; } - if ((Original_R7421800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2084].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2085].Value = ((int)(Original_R7421800.Value)); + if ((T1500801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[242].Value = ((int)(T1500801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2084].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2085].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[242].Value = global::System.DBNull.Value; } - if ((Original_R7421900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2086].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2087].Value = ((int)(Original_R7421900.Value)); + if ((T1500900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[243].Value = ((int)(T1500900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2086].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2087].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[243].Value = global::System.DBNull.Value; } - if ((Original_R7422000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2088].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2089].Value = ((int)(Original_R7422000.Value)); + if ((T1500901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[244].Value = ((int)(T1500901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2088].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2089].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[244].Value = global::System.DBNull.Value; } - if ((Original_R7422100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2090].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2091].Value = ((int)(Original_R7422100.Value)); + if ((T1501000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[245].Value = ((int)(T1501000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2090].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2091].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[245].Value = global::System.DBNull.Value; } - if ((Original_R7422200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2092].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2093].Value = ((int)(Original_R7422200.Value)); + if ((T1501001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[246].Value = ((int)(T1501001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2092].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2093].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[246].Value = global::System.DBNull.Value; } - if ((Original_R7422300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2094].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2095].Value = ((int)(Original_R7422300.Value)); + if ((T2543200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[247].Value = ((int)(T2543200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2094].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2095].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[247].Value = global::System.DBNull.Value; } - if ((Original_R8114000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2096].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2097].Value = ((int)(Original_R8114000.Value)); + if ((T2543300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[248].Value = ((int)(T2543300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2096].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2097].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[248].Value = global::System.DBNull.Value; } - if ((Original_R8114100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2098].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2099].Value = ((int)(Original_R8114100.Value)); + if ((T2543400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[249].Value = ((int)(T2543400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2098].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2099].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[249].Value = global::System.DBNull.Value; } - if ((Original_R8114200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2100].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2101].Value = ((int)(Original_R8114200.Value)); + if ((T2543500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[250].Value = ((int)(T2543500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2100].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2101].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[250].Value = global::System.DBNull.Value; } - if ((Original_R8114300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2102].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2103].Value = ((int)(Original_R8114300.Value)); + if ((T2543600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[251].Value = ((int)(T2543600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2102].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2103].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[251].Value = global::System.DBNull.Value; } - if ((Original_R8114400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2104].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2105].Value = ((int)(Original_R8114400.Value)); + if ((T2543700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[252].Value = ((int)(T2543700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2104].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2105].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[252].Value = global::System.DBNull.Value; } - if ((Original_R8114500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2106].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2107].Value = ((int)(Original_R8114500.Value)); + if ((T2543800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[253].Value = ((int)(T2543800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2106].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2107].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[253].Value = global::System.DBNull.Value; } - if ((Original_R8114600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2108].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2109].Value = ((int)(Original_R8114600.Value)); + if ((T2543900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[254].Value = ((int)(T2543900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2108].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2109].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[254].Value = global::System.DBNull.Value; } - if ((Original_R8114700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2110].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2111].Value = ((int)(Original_R8114700.Value)); + if ((T2544000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[255].Value = ((int)(T2544000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2110].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2111].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[255].Value = global::System.DBNull.Value; } - if ((Original_R8114800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2112].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2113].Value = ((int)(Original_R8114800.Value)); + if ((T2544100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[256].Value = ((int)(T2544100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2112].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2113].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[256].Value = global::System.DBNull.Value; } - if ((Original_R8114900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2114].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2115].Value = ((int)(Original_R8114900.Value)); + if ((T2546100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[257].Value = ((int)(T2546100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2114].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2115].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[257].Value = global::System.DBNull.Value; } - if ((Original_R8115000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2116].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2117].Value = ((int)(Original_R8115000.Value)); + if ((T2546101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[258].Value = ((int)(T2546101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2116].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2117].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[258].Value = global::System.DBNull.Value; } - if ((Original_R8115100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2118].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2119].Value = ((int)(Original_R8115100.Value)); + if ((T2546200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[259].Value = ((int)(T2546200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2118].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2119].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[259].Value = global::System.DBNull.Value; } - if ((Original_R8115200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2120].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2121].Value = ((int)(Original_R8115200.Value)); + if ((T2546201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[260].Value = ((int)(T2546201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2120].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2121].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[260].Value = global::System.DBNull.Value; } - if ((Original_R8115300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2122].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2123].Value = ((int)(Original_R8115300.Value)); + if ((T2546300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[261].Value = ((int)(T2546300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2122].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2123].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[261].Value = global::System.DBNull.Value; } - if ((Original_R8115400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2124].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2125].Value = ((int)(Original_R8115400.Value)); + if ((T2546301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[262].Value = ((int)(T2546301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2124].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2125].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[262].Value = global::System.DBNull.Value; } - if ((Original_R8115500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2126].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2127].Value = ((int)(Original_R8115500.Value)); + if ((T2546400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[263].Value = ((int)(T2546400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2126].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2127].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[263].Value = global::System.DBNull.Value; } - if ((Original_R8115600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2128].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2129].Value = ((int)(Original_R8115600.Value)); + if ((T2546401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[264].Value = ((int)(T2546401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2128].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2129].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[264].Value = global::System.DBNull.Value; } - if ((Original_R8115700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2130].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2131].Value = ((int)(Original_R8115700.Value)); + if ((T2546500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[265].Value = ((int)(T2546500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2130].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2131].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[265].Value = global::System.DBNull.Value; } - if ((Original_R8115800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2132].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2133].Value = ((int)(Original_R8115800.Value)); + if ((T2546501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[266].Value = ((int)(T2546501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2132].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2133].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[266].Value = global::System.DBNull.Value; } - if ((Original_R8115900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2134].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2135].Value = ((int)(Original_R8115900.Value)); + if ((T2546600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[267].Value = ((int)(T2546600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2134].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2135].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[267].Value = global::System.DBNull.Value; } - if ((Original_R8116000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2136].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2137].Value = ((int)(Original_R8116000.Value)); + if ((T2546601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[268].Value = ((int)(T2546601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2136].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2137].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[268].Value = global::System.DBNull.Value; } - if ((Original_R8116100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2138].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2139].Value = ((int)(Original_R8116100.Value)); + if ((T2546700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[269].Value = ((int)(T2546700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2138].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2139].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[269].Value = global::System.DBNull.Value; } - if ((Original_R8116200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2140].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2141].Value = ((int)(Original_R8116200.Value)); + if ((T2546701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[270].Value = ((int)(T2546701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2140].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2141].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[270].Value = global::System.DBNull.Value; } - if ((Original_R8116300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2142].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2143].Value = ((int)(Original_R8116300.Value)); + if ((T3529500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[271].Value = ((int)(T3529500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2142].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2143].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[271].Value = global::System.DBNull.Value; } - if ((Original_R8116400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2144].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2145].Value = ((int)(Original_R8116400.Value)); + if ((T3529600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[272].Value = ((int)(T3529600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2144].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2145].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[272].Value = global::System.DBNull.Value; } - if ((Original_R8116500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2146].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2147].Value = ((int)(Original_R8116500.Value)); + if ((T3529700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[273].Value = ((int)(T3529700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2146].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2147].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[273].Value = global::System.DBNull.Value; } - if ((Original_R8116600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2148].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2149].Value = ((int)(Original_R8116600.Value)); + if ((T3529800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[274].Value = ((int)(T3529800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2148].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2149].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[274].Value = global::System.DBNull.Value; } - if ((Original_R8116700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2150].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2151].Value = ((int)(Original_R8116700.Value)); + if ((T3529900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[275].Value = ((int)(T3529900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2150].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2151].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[275].Value = global::System.DBNull.Value; } - if ((Original_R8116800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2152].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2153].Value = ((int)(Original_R8116800.Value)); + if ((T3530000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[276].Value = ((int)(T3530000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2152].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2153].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[276].Value = global::System.DBNull.Value; } - if ((Original_R8116900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2154].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2155].Value = ((int)(Original_R8116900.Value)); + if ((T3530100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[277].Value = ((int)(T3530100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2154].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2155].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[277].Value = global::System.DBNull.Value; } - if ((Original_R8117000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2156].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2157].Value = ((int)(Original_R8117000.Value)); + if ((T3530200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[278].Value = ((int)(T3530200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2156].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2157].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[278].Value = global::System.DBNull.Value; } - if ((Original_R8117100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2158].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2159].Value = ((int)(Original_R8117100.Value)); + if ((T3530300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[279].Value = ((int)(T3530300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2158].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2159].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[279].Value = global::System.DBNull.Value; } - if ((Original_R8117200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2160].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2161].Value = ((int)(Original_R8117200.Value)); + if ((T3530400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[280].Value = ((int)(T3530400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2160].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2161].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[280].Value = global::System.DBNull.Value; } - if ((Original_R8117300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2162].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2163].Value = ((int)(Original_R8117300.Value)); + if ((T3532500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[281].Value = ((int)(T3532500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2162].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2163].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[281].Value = global::System.DBNull.Value; } - if ((Original_R8117400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2164].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2165].Value = ((int)(Original_R8117400.Value)); + if ((T3532501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[282].Value = ((int)(T3532501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2164].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2165].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[282].Value = global::System.DBNull.Value; } - if ((Original_R8117500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2166].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2167].Value = ((int)(Original_R8117500.Value)); + if ((T3532600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[283].Value = ((int)(T3532600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2166].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2167].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[283].Value = global::System.DBNull.Value; } - if ((Original_R8117600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2168].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2169].Value = ((int)(Original_R8117600.Value)); + if ((T3532601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[284].Value = ((int)(T3532601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2168].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2169].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[284].Value = global::System.DBNull.Value; } - if ((Original_R8117700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2170].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2171].Value = ((int)(Original_R8117700.Value)); + if ((T3532700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[285].Value = ((int)(T3532700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2170].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2171].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[285].Value = global::System.DBNull.Value; } - if ((Original_R8117800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2172].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2173].Value = ((int)(Original_R8117800.Value)); + if ((T3532701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[286].Value = ((int)(T3532701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2172].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2173].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[286].Value = global::System.DBNull.Value; } - if ((Original_R8117900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2174].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2175].Value = ((int)(Original_R8117900.Value)); + if ((T3532800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[287].Value = ((int)(T3532800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2174].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2175].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[287].Value = global::System.DBNull.Value; } - if ((Original_R8118000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2176].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2177].Value = ((int)(Original_R8118000.Value)); + if ((T3532801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[288].Value = ((int)(T3532801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2176].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2177].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[288].Value = global::System.DBNull.Value; } - if ((Original_R8118001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2178].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2179].Value = ((int)(Original_R8118001.Value)); + if ((T3532900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[289].Value = ((int)(T3532900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2178].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2179].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[289].Value = global::System.DBNull.Value; } - if ((Original_R8118100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2180].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2181].Value = ((int)(Original_R8118100.Value)); + if ((T3532901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[290].Value = ((int)(T3532901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2180].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2181].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[290].Value = global::System.DBNull.Value; } - if ((Original_R8118101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2182].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2183].Value = ((int)(Original_R8118101.Value)); + if ((T3533000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[291].Value = ((int)(T3533000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2182].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2183].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[291].Value = global::System.DBNull.Value; } - if ((Original_R8118200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2184].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2185].Value = ((int)(Original_R8118200.Value)); + if ((T3533001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[292].Value = ((int)(T3533001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2184].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2185].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[292].Value = global::System.DBNull.Value; } - if ((Original_R8118201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2186].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2187].Value = ((int)(Original_R8118201.Value)); + if ((T3533100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[293].Value = ((int)(T3533100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2186].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2187].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[293].Value = global::System.DBNull.Value; } - if ((Original_R8118300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2188].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2189].Value = ((int)(Original_R8118300.Value)); + if ((T3533101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[294].Value = ((int)(T3533101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2188].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2189].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[294].Value = global::System.DBNull.Value; } - if ((Original_R8118301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2190].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2191].Value = ((int)(Original_R8118301.Value)); + if ((T4498100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[295].Value = ((int)(T4498100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2190].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2191].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[295].Value = global::System.DBNull.Value; } - if ((Original_R8118400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2192].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2193].Value = ((int)(Original_R8118400.Value)); + if ((T4498200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[296].Value = ((int)(T4498200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2192].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2193].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[296].Value = global::System.DBNull.Value; } - if ((Original_R8118401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2194].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2195].Value = ((int)(Original_R8118401.Value)); + if ((T4498300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[297].Value = ((int)(T4498300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2194].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2195].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[297].Value = global::System.DBNull.Value; } - if ((Original_R8118500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2196].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2197].Value = ((int)(Original_R8118500.Value)); + if ((T4498400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[298].Value = ((int)(T4498400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2196].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2197].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[298].Value = global::System.DBNull.Value; } - if ((Original_R8118501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2198].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2199].Value = ((int)(Original_R8118501.Value)); + if ((T4498500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[299].Value = ((int)(T4498500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2198].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2199].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[299].Value = global::System.DBNull.Value; } - if ((Original_R8118600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2200].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2201].Value = ((int)(Original_R8118600.Value)); + if ((T4498600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[300].Value = ((int)(T4498600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2200].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2201].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[300].Value = global::System.DBNull.Value; } - if ((Original_R8118601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2202].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2203].Value = ((int)(Original_R8118601.Value)); + if ((T4498700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[301].Value = ((int)(T4498700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2202].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2203].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[301].Value = global::System.DBNull.Value; } - if ((Original_R8118700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2204].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2205].Value = ((int)(Original_R8118700.Value)); + if ((T4498800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[302].Value = ((int)(T4498800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2204].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2205].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[302].Value = global::System.DBNull.Value; } - if ((Original_R8118701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2206].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2207].Value = ((int)(Original_R8118701.Value)); + if ((T4498900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[303].Value = ((int)(T4498900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2206].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2207].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[303].Value = global::System.DBNull.Value; } - if ((Original_R8118800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2208].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2209].Value = ((int)(Original_R8118800.Value)); + if ((T4499000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[304].Value = ((int)(T4499000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2208].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2209].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[304].Value = global::System.DBNull.Value; } - if ((Original_R8118801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2210].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2211].Value = ((int)(Original_R8118801.Value)); + if ((T4503700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[305].Value = ((int)(T4503700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2210].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2211].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[305].Value = global::System.DBNull.Value; } - if ((Original_R8118900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2212].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2213].Value = ((int)(Original_R8118900.Value)); + if ((T4503701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[306].Value = ((int)(T4503701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2212].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2213].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[306].Value = global::System.DBNull.Value; } - if ((Original_R8118901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2214].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2215].Value = ((int)(Original_R8118901.Value)); + if ((T4503800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[307].Value = ((int)(T4503800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2214].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2215].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[307].Value = global::System.DBNull.Value; } - if ((Original_R8119000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2216].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2217].Value = ((int)(Original_R8119000.Value)); + if ((T4503801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[308].Value = ((int)(T4503801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2216].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2217].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[308].Value = global::System.DBNull.Value; } - if ((Original_R8119001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2218].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2219].Value = ((int)(Original_R8119001.Value)); + if ((T4503900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[309].Value = ((int)(T4503900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2218].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2219].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[309].Value = global::System.DBNull.Value; } - if ((Original_R8119100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2220].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2221].Value = ((int)(Original_R8119100.Value)); + if ((T4503901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[310].Value = ((int)(T4503901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2220].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2221].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[310].Value = global::System.DBNull.Value; } - if ((Original_R8119101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2222].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2223].Value = ((int)(Original_R8119101.Value)); + if ((T4504000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[311].Value = ((int)(T4504000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2222].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2223].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[311].Value = global::System.DBNull.Value; } - if ((Original_R8119200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2224].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2225].Value = ((int)(Original_R8119200.Value)); + if ((T4504001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[312].Value = ((int)(T4504001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2224].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2225].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[312].Value = global::System.DBNull.Value; } - if ((Original_R8119201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2226].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2227].Value = ((int)(Original_R8119201.Value)); + if ((T4504100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[313].Value = ((int)(T4504100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2226].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2227].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[313].Value = global::System.DBNull.Value; } - if ((Original_R8119300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2228].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2229].Value = ((int)(Original_R8119300.Value)); + if ((T4504101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[314].Value = ((int)(T4504101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2228].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2229].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[314].Value = global::System.DBNull.Value; } - if ((Original_R8119301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2230].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2231].Value = ((int)(Original_R8119301.Value)); + if ((T4504200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[315].Value = ((int)(T4504200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2230].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2231].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[315].Value = global::System.DBNull.Value; } - if ((Original_R8119400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2232].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2233].Value = ((int)(Original_R8119400.Value)); + if ((T4504201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[316].Value = ((int)(T4504201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2232].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2233].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[316].Value = global::System.DBNull.Value; } - if ((Original_R8119401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2234].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2235].Value = ((int)(Original_R8119401.Value)); + this.Adapter.UpdateCommand.Parameters[317].Value = ((int)(Original_R0000100)); + if ((Original_R1373400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[318].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[319].Value = ((int)(Original_R1373400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2234].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2235].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[318].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[319].Value = global::System.DBNull.Value; } - if ((Original_R8119500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2236].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2237].Value = ((int)(Original_R8119500.Value)); + if ((Original_R1374100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[320].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[321].Value = ((int)(Original_R1374100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2236].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2237].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[320].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[321].Value = global::System.DBNull.Value; } - if ((Original_R8119501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2238].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2239].Value = ((int)(Original_R8119501.Value)); + if ((Original_R1374800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[322].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[323].Value = ((int)(Original_R1374800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2238].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2239].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[322].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[323].Value = global::System.DBNull.Value; } - if ((Original_R8119600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2240].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2241].Value = ((int)(Original_R8119600.Value)); + if ((Original_R1375500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[324].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[325].Value = ((int)(Original_R1375500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2240].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2241].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[324].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[325].Value = global::System.DBNull.Value; } - if ((Original_R8119700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2242].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2243].Value = ((int)(Original_R8119700.Value)); + if ((Original_R1376200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[326].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[327].Value = ((int)(Original_R1376200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2242].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2243].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[326].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[327].Value = global::System.DBNull.Value; } - if ((Original_R8119800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2244].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2245].Value = ((int)(Original_R8119800.Value)); + if ((Original_R1376900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[328].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[329].Value = ((int)(Original_R1376900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2244].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2245].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[328].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[329].Value = global::System.DBNull.Value; } - if ((Original_R8119900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2246].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2247].Value = ((int)(Original_R8119900.Value)); + if ((Original_R1377600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[330].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[331].Value = ((int)(Original_R1377600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2246].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2247].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[330].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[331].Value = global::System.DBNull.Value; } - if ((Original_R8120000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2248].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2249].Value = ((int)(Original_R8120000.Value)); + if ((Original_R1753800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[332].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[333].Value = ((int)(Original_R1753800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2248].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2249].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[332].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[333].Value = global::System.DBNull.Value; } - if ((Original_R8120100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2250].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2251].Value = ((int)(Original_R8120100.Value)); + if ((Original_R1754500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[334].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[335].Value = ((int)(Original_R1754500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2250].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2251].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[334].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[335].Value = global::System.DBNull.Value; } - if ((Original_R8120200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2252].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2253].Value = ((int)(Original_R8120200.Value)); + if ((Original_R1755200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[336].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[337].Value = ((int)(Original_R1755200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2252].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2253].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[336].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[337].Value = global::System.DBNull.Value; } - if ((Original_R8120300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2254].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2255].Value = ((int)(Original_R8120300.Value)); + if ((Original_R1755900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[338].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[339].Value = ((int)(Original_R1755900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2254].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2255].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[338].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[339].Value = global::System.DBNull.Value; } - if ((Original_R8120400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2256].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2257].Value = ((int)(Original_R8120400.Value)); + if ((Original_R1756600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[340].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[341].Value = ((int)(Original_R1756600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2256].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2257].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[340].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[341].Value = global::System.DBNull.Value; } - if ((Original_R8120500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2258].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2259].Value = ((int)(Original_R8120500.Value)); + if ((Original_R1757300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[342].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[343].Value = ((int)(Original_R1757300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2258].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2259].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[342].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[343].Value = global::System.DBNull.Value; } - if ((Original_R8135300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2260].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2261].Value = ((int)(Original_R8135300.Value)); + if ((Original_R1758000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[344].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[345].Value = ((int)(Original_R1758000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2260].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2261].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[344].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[345].Value = global::System.DBNull.Value; } - if ((Original_R8135400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2262].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2263].Value = ((int)(Original_R8135400.Value)); + if ((Original_R2095800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[346].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[347].Value = ((int)(Original_R2095800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2262].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2263].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[346].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[347].Value = global::System.DBNull.Value; } - if ((Original_R8135500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2264].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2265].Value = ((int)(Original_R8135500.Value)); + if ((Original_R2096500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[348].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[349].Value = ((int)(Original_R2096500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2264].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2265].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[348].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[349].Value = global::System.DBNull.Value; } - if ((Original_R8135600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2266].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2267].Value = ((int)(Original_R8135600.Value)); + if ((Original_R2097200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[350].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[351].Value = ((int)(Original_R2097200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2266].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2267].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[350].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[351].Value = global::System.DBNull.Value; } - if ((Original_R8135700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2268].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2269].Value = ((int)(Original_R8135700.Value)); + if ((Original_R2097900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[352].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[353].Value = ((int)(Original_R2097900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2268].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2269].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[352].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[353].Value = global::System.DBNull.Value; } - if ((Original_R8135800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2270].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2271].Value = ((int)(Original_R8135800.Value)); + if ((Original_R2098600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[354].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[355].Value = ((int)(Original_R2098600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2270].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2271].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[354].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[355].Value = global::System.DBNull.Value; } - if ((Original_R8135900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2272].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2273].Value = ((int)(Original_R8135900.Value)); + if ((Original_R2099300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[356].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[357].Value = ((int)(Original_R2099300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2272].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2273].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[356].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[357].Value = global::System.DBNull.Value; } - if ((Original_R9900600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2274].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2275].Value = ((int)(Original_R9900600.Value)); + if ((Original_R2100000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[358].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[359].Value = ((int)(Original_R2100000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2274].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2275].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[358].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[359].Value = global::System.DBNull.Value; } - if ((Original_R9900601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2276].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2277].Value = ((int)(Original_R9900601.Value)); + if ((Original_R2648100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[360].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[361].Value = ((int)(Original_R2648100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2276].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2277].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[360].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[361].Value = global::System.DBNull.Value; } - if ((Original_R9901400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2278].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2279].Value = ((int)(Original_R9901400.Value)); + if ((Original_R2648800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[362].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[363].Value = ((int)(Original_R2648800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2278].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2279].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[362].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[363].Value = global::System.DBNull.Value; } - if ((Original_R9901401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2280].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2281].Value = ((int)(Original_R9901401.Value)); + if ((Original_R2649500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[364].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[365].Value = ((int)(Original_R2649500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2280].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2281].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[364].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[365].Value = global::System.DBNull.Value; } - if ((Original_R9902200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2282].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2283].Value = ((int)(Original_R9902200.Value)); + if ((Original_R2650200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[366].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[367].Value = ((int)(Original_R2650200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2282].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2283].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[366].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[367].Value = global::System.DBNull.Value; } - if ((Original_R9902201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2284].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2285].Value = ((int)(Original_R9902201.Value)); + if ((Original_R2650900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[368].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[369].Value = ((int)(Original_R2650900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2284].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2285].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[368].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[369].Value = global::System.DBNull.Value; } - if ((Original_R9903000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2286].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2287].Value = ((int)(Original_R9903000.Value)); + if ((Original_R2651600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[370].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[371].Value = ((int)(Original_R2651600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2286].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2287].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[370].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[371].Value = global::System.DBNull.Value; } - if ((Original_R9903001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2288].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2289].Value = ((int)(Original_R9903001.Value)); + if ((Original_R2652300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[372].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[373].Value = ((int)(Original_R2652300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2288].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2289].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[372].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[373].Value = global::System.DBNull.Value; } - if ((Original_R9903800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2290].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2291].Value = ((int)(Original_R9903800.Value)); + if ((Original_R3256000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[374].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[375].Value = ((int)(Original_R3256000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2290].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2291].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[374].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[375].Value = global::System.DBNull.Value; } - if ((Original_R9903801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2292].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2293].Value = ((int)(Original_R9903801.Value)); + if ((Original_R3257800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[376].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[377].Value = ((int)(Original_R3257800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2292].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2293].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[376].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[377].Value = global::System.DBNull.Value; } - if ((Original_R9904600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2294].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2295].Value = ((int)(Original_R9904600.Value)); + if ((Original_R3259600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[378].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[379].Value = ((int)(Original_R3259600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2294].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2295].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[378].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[379].Value = global::System.DBNull.Value; } - if ((Original_R9904601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2296].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2297].Value = ((int)(Original_R9904601.Value)); + if ((Original_R3261400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[380].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[381].Value = ((int)(Original_R3261400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2296].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2297].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[380].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[381].Value = global::System.DBNull.Value; } - if ((Original_R9905400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2298].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2299].Value = ((int)(Original_R9905400.Value)); + if ((Original_R3263200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[382].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[383].Value = ((int)(Original_R3263200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2298].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2299].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[382].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[383].Value = global::System.DBNull.Value; } - if ((Original_R9905401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2300].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2301].Value = ((int)(Original_R9905401.Value)); + if ((Original_R3265000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[384].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[385].Value = ((int)(Original_R3265000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2300].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2301].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[384].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[385].Value = global::System.DBNull.Value; } - if ((Original_R9911200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2302].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2303].Value = ((int)(Original_R9911200.Value)); + if ((Original_R3266800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[386].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[387].Value = ((int)(Original_R3266800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2302].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2303].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[386].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[387].Value = global::System.DBNull.Value; } - if ((Original_R9911201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2304].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2305].Value = ((int)(Original_R9911201.Value)); + if ((Original_R3771900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[388].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[389].Value = ((int)(Original_R3771900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2304].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2305].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[388].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[389].Value = global::System.DBNull.Value; } - if ((Original_T0345800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2306].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2307].Value = ((int)(Original_T0345800.Value)); + if ((Original_R3772200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[390].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[391].Value = ((int)(Original_R3772200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2306].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2307].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[390].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[391].Value = global::System.DBNull.Value; } - if ((Original_T0345900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2308].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2309].Value = ((int)(Original_T0345900.Value)); + if ((Original_R3772300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[392].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[393].Value = ((int)(Original_R3772300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2308].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2309].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[392].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[393].Value = global::System.DBNull.Value; } - if ((Original_T0346000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2310].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2311].Value = ((int)(Original_T0346000.Value)); + if ((Original_R3774000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[394].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[395].Value = ((int)(Original_R3774000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2310].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2311].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[394].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[395].Value = global::System.DBNull.Value; } - if ((Original_T0346100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2312].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2313].Value = ((int)(Original_T0346100.Value)); + if ((Original_R3774300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[396].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[397].Value = ((int)(Original_R3774300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2312].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2313].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[396].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[397].Value = global::System.DBNull.Value; } - if ((Original_T0346200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2314].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2315].Value = ((int)(Original_T0346200.Value)); + if ((Original_R3774400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[398].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[399].Value = ((int)(Original_R3774400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2314].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2315].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[398].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[399].Value = global::System.DBNull.Value; } - if ((Original_T0346300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2316].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2317].Value = ((int)(Original_T0346300.Value)); + if ((Original_R3776100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[400].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[401].Value = ((int)(Original_R3776100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2316].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2317].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[400].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[401].Value = global::System.DBNull.Value; } - if ((Original_T0346400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2318].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2319].Value = ((int)(Original_T0346400.Value)); + if ((Original_R3776400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[402].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[403].Value = ((int)(Original_R3776400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2318].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2319].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[402].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[403].Value = global::System.DBNull.Value; } - if ((Original_T0346500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2320].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2321].Value = ((int)(Original_T0346500.Value)); + if ((Original_R3776500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[404].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[405].Value = ((int)(Original_R3776500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2320].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2321].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[404].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[405].Value = global::System.DBNull.Value; } - if ((Original_T0346600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2322].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2323].Value = ((int)(Original_T0346600.Value)); + if ((Original_R3778200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[406].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[407].Value = ((int)(Original_R3778200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2322].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2323].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[406].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[407].Value = global::System.DBNull.Value; } - if ((Original_T0346700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2324].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2325].Value = ((int)(Original_T0346700.Value)); + if ((Original_R3778500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[408].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[409].Value = ((int)(Original_R3778500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2324].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2325].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[408].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[409].Value = global::System.DBNull.Value; } - if ((Original_T0346800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2326].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2327].Value = ((int)(Original_T0346800.Value)); + if ((Original_R3778600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[410].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[411].Value = ((int)(Original_R3778600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2326].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2327].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[410].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[411].Value = global::System.DBNull.Value; } - if ((Original_T0346900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2328].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2329].Value = ((int)(Original_T0346900.Value)); + if ((Original_R3780300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[412].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[413].Value = ((int)(Original_R3780300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2328].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2329].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[412].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[413].Value = global::System.DBNull.Value; } - if ((Original_T0347000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2330].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2331].Value = ((int)(Original_T0347000.Value)); + if ((Original_R3780600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[414].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[415].Value = ((int)(Original_R3780600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2330].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2331].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[414].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[415].Value = global::System.DBNull.Value; } - if ((Original_T0347100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2332].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2333].Value = ((int)(Original_T0347100.Value)); + if ((Original_R3780700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[416].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[417].Value = ((int)(Original_R3780700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2332].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2333].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[416].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[417].Value = global::System.DBNull.Value; } - if ((Original_T0347200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2334].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2335].Value = ((int)(Original_T0347200.Value)); + if ((Original_R3782400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[418].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[419].Value = ((int)(Original_R3782400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2334].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2335].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[418].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[419].Value = global::System.DBNull.Value; } - if ((Original_T0347300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2336].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2337].Value = ((int)(Original_T0347300.Value)); + if ((Original_R3784500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[420].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[421].Value = ((int)(Original_R3784500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2336].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2337].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[420].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[421].Value = global::System.DBNull.Value; } - if ((Original_T0347400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2338].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2339].Value = ((int)(Original_T0347400.Value)); + if ((Original_R4276900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[422].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[423].Value = ((int)(Original_R4276900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2338].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2339].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[422].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[423].Value = global::System.DBNull.Value; } - if ((Original_T0347500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2340].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2341].Value = ((int)(Original_T0347500.Value)); + if ((Original_R4277200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[424].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[425].Value = ((int)(Original_R4277200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2340].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2341].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[424].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[425].Value = global::System.DBNull.Value; } - if ((Original_T0347600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2342].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2343].Value = ((int)(Original_T0347600.Value)); + if ((Original_R4277201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[426].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[427].Value = ((int)(Original_R4277201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2342].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2343].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[426].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[427].Value = global::System.DBNull.Value; } - if ((Original_T0347700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2344].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2345].Value = ((int)(Original_T0347700.Value)); + if ((Original_R4277800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[428].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[429].Value = ((int)(Original_R4277800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2344].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2345].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[428].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[429].Value = global::System.DBNull.Value; } - if ((Original_T0347800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2346].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2347].Value = ((int)(Original_T0347800.Value)); + if ((Original_R4278100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[430].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[431].Value = ((int)(Original_R4278100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2346].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2347].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[430].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[431].Value = global::System.DBNull.Value; } - if ((Original_T0347900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2348].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2349].Value = ((int)(Original_T0347900.Value)); + if ((Original_R4278101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[432].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[433].Value = ((int)(Original_R4278101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2348].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2349].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[432].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[433].Value = global::System.DBNull.Value; } - if ((Original_T0348000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2350].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2351].Value = ((int)(Original_T0348000.Value)); + if ((Original_R4278700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[434].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[435].Value = ((int)(Original_R4278700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2350].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2351].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[434].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[435].Value = global::System.DBNull.Value; } - if ((Original_T0348100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2352].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2353].Value = ((int)(Original_T0348100.Value)); + if ((Original_R4279000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[436].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[437].Value = ((int)(Original_R4279000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2352].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2353].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[436].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[437].Value = global::System.DBNull.Value; } - if ((Original_T0348200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2354].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2355].Value = ((int)(Original_T0348200.Value)); + if ((Original_R4279001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[438].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[439].Value = ((int)(Original_R4279001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2354].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2355].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[438].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[439].Value = global::System.DBNull.Value; } - if ((Original_T0348300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2356].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2357].Value = ((int)(Original_T0348300.Value)); + if ((Original_R4279600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[440].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[441].Value = ((int)(Original_R4279600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2356].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2357].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[440].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[441].Value = global::System.DBNull.Value; } - if ((Original_T0348400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2358].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2359].Value = ((int)(Original_T0348400.Value)); + if ((Original_R4279900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[442].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[443].Value = ((int)(Original_R4279900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2358].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2359].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[442].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[443].Value = global::System.DBNull.Value; } - if ((Original_T0348500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2360].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2361].Value = ((int)(Original_T0348500.Value)); + if ((Original_R4279901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[444].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[445].Value = ((int)(Original_R4279901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2360].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2361].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[444].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[445].Value = global::System.DBNull.Value; } - if ((Original_T0348600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2362].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2363].Value = ((int)(Original_T0348600.Value)); + if ((Original_R4280500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[446].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[447].Value = ((int)(Original_R4280500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2362].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2363].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[446].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[447].Value = global::System.DBNull.Value; } - if ((Original_T0348700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2364].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2365].Value = ((int)(Original_T0348700.Value)); + if ((Original_R4280800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[448].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[449].Value = ((int)(Original_R4280800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2364].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2365].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[448].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[449].Value = global::System.DBNull.Value; } - if ((Original_T0348800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2366].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2367].Value = ((int)(Original_T0348800.Value)); + if ((Original_R4280801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[450].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[451].Value = ((int)(Original_R4280801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2366].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2367].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[450].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[451].Value = global::System.DBNull.Value; } - if ((Original_T0348900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2368].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2369].Value = ((int)(Original_T0348900.Value)); + if ((Original_R4281400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[452].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[453].Value = ((int)(Original_R4281400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2368].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2369].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[452].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[453].Value = global::System.DBNull.Value; } - if ((Original_T0349000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2370].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2371].Value = ((int)(Original_T0349000.Value)); + if ((Original_R4282200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[454].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[455].Value = ((int)(Original_R4282200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2370].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2371].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[454].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[455].Value = global::System.DBNull.Value; } - if ((Original_T0349100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2372].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2373].Value = ((int)(Original_T0349100.Value)); + if ((Original_R4827700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[456].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[457].Value = ((int)(Original_R4827700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2372].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2373].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[456].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[457].Value = global::System.DBNull.Value; } - if ((Original_T0349200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2374].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2375].Value = ((int)(Original_T0349200.Value)); + if ((Original_R4828000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[458].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[459].Value = ((int)(Original_R4828000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2374].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2375].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[458].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[459].Value = global::System.DBNull.Value; } - if ((Original_T0349300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2376].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2377].Value = ((int)(Original_T0349300.Value)); + if ((Original_R4828001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[460].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[461].Value = ((int)(Original_R4828001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2376].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2377].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[460].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[461].Value = global::System.DBNull.Value; } - if ((Original_T0349400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2378].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2379].Value = ((int)(Original_T0349400.Value)); + if ((Original_R4830700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[462].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[463].Value = ((int)(Original_R4830700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2378].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2379].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[462].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[463].Value = global::System.DBNull.Value; } - if ((Original_T0349500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2380].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2381].Value = ((int)(Original_T0349500.Value)); + if ((Original_R4831000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[464].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[465].Value = ((int)(Original_R4831000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2380].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2381].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[464].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[465].Value = global::System.DBNull.Value; } - if ((Original_T0349600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2382].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2383].Value = ((int)(Original_T0349600.Value)); + if ((Original_R4831001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[466].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[467].Value = ((int)(Original_R4831001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2382].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2383].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[466].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[467].Value = global::System.DBNull.Value; } - if ((Original_T0349700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2384].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2385].Value = ((int)(Original_T0349700.Value)); + if ((Original_R4833700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[468].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[469].Value = ((int)(Original_R4833700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2384].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2385].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[468].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[469].Value = global::System.DBNull.Value; } - if ((Original_T0349800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2386].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2387].Value = ((int)(Original_T0349800.Value)); + if ((Original_R4834000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[470].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[471].Value = ((int)(Original_R4834000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2386].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2387].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[470].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[471].Value = global::System.DBNull.Value; } - if ((Original_T0349900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2388].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2389].Value = ((int)(Original_T0349900.Value)); + if ((Original_R4834001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[472].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[473].Value = ((int)(Original_R4834001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2388].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2389].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[472].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[473].Value = global::System.DBNull.Value; } - if ((Original_T0350000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2390].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2391].Value = ((int)(Original_T0350000.Value)); + if ((Original_R4836700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[474].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[475].Value = ((int)(Original_R4836700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2390].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2391].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[474].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[475].Value = global::System.DBNull.Value; } - if ((Original_T0350100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2392].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2393].Value = ((int)(Original_T0350100.Value)); + if ((Original_R4837000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[476].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[477].Value = ((int)(Original_R4837000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2392].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2393].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[476].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[477].Value = global::System.DBNull.Value; } - if ((Original_T0350101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2394].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2395].Value = ((int)(Original_T0350101.Value)); + if ((Original_R4837001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[478].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[479].Value = ((int)(Original_R4837001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2394].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2395].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[478].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[479].Value = global::System.DBNull.Value; } - if ((Original_T0350200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2396].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2397].Value = ((int)(Original_T0350200.Value)); + if ((Original_R4839700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[480].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[481].Value = ((int)(Original_R4839700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2396].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2397].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[480].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[481].Value = global::System.DBNull.Value; } - if ((Original_T0350201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2398].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2399].Value = ((int)(Original_T0350201.Value)); + if ((Original_R4840000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[482].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[483].Value = ((int)(Original_R4840000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2398].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2399].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[482].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[483].Value = global::System.DBNull.Value; } - if ((Original_T0350300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2400].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2401].Value = ((int)(Original_T0350300.Value)); + if ((Original_R4840001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[484].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[485].Value = ((int)(Original_R4840001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2400].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2401].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[484].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[485].Value = global::System.DBNull.Value; } - if ((Original_T0350301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2402].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2403].Value = ((int)(Original_T0350301.Value)); + if ((Original_R4842600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[486].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[487].Value = ((int)(Original_R4842600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2402].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2403].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[486].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[487].Value = global::System.DBNull.Value; } - if ((Original_T0350400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2404].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2405].Value = ((int)(Original_T0350400.Value)); + if ((Original_R4844900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[488].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[489].Value = ((int)(Original_R4844900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2404].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2405].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[488].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[489].Value = global::System.DBNull.Value; } - if ((Original_T0350401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2406].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2407].Value = ((int)(Original_T0350401.Value)); + if ((Original_R4847200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[490].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[491].Value = ((int)(Original_R4847200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2406].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2407].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[490].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[491].Value = global::System.DBNull.Value; } - if ((Original_T0350500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2408].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2409].Value = ((int)(Original_T0350500.Value)); + if ((Original_R5498100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[492].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[493].Value = ((int)(Original_R5498100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2408].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2409].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[492].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[493].Value = global::System.DBNull.Value; } - if ((Original_T0350501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2410].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2411].Value = ((int)(Original_T0350501.Value)); + if ((Original_R5498400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[494].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[495].Value = ((int)(Original_R5498400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2410].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2411].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[494].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[495].Value = global::System.DBNull.Value; } - if ((Original_T0350600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2412].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2413].Value = ((int)(Original_T0350600.Value)); + if ((Original_R5498401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[496].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[497].Value = ((int)(Original_R5498401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2412].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2413].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[496].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[497].Value = global::System.DBNull.Value; } - if ((Original_T0350601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2414].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2415].Value = ((int)(Original_T0350601.Value)); + if ((Original_R5501100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[498].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[499].Value = ((int)(Original_R5501100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2414].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2415].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[498].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[499].Value = global::System.DBNull.Value; } - if ((Original_T0350700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2416].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2417].Value = ((int)(Original_T0350700.Value)); + if ((Original_R5501400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[500].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[501].Value = ((int)(Original_R5501400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2416].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2417].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[500].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[501].Value = global::System.DBNull.Value; } - if ((Original_T0350701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2418].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2419].Value = ((int)(Original_T0350701.Value)); + if ((Original_R5501401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[502].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[503].Value = ((int)(Original_R5501401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2418].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2419].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[502].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[503].Value = global::System.DBNull.Value; } - if ((Original_T0350800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2420].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2421].Value = ((int)(Original_T0350800.Value)); + if ((Original_R5504100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[504].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[505].Value = ((int)(Original_R5504100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2420].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2421].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[504].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[505].Value = global::System.DBNull.Value; } - if ((Original_T0350801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2422].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2423].Value = ((int)(Original_T0350801.Value)); + if ((Original_R5504400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[506].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[507].Value = ((int)(Original_R5504400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2422].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2423].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[506].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[507].Value = global::System.DBNull.Value; } - if ((Original_T0350900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2424].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2425].Value = ((int)(Original_T0350900.Value)); + if ((Original_R5504401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[508].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[509].Value = ((int)(Original_R5504401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2424].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2425].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[508].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[509].Value = global::System.DBNull.Value; } - if ((Original_T0350901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2426].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2427].Value = ((int)(Original_T0350901.Value)); + if ((Original_R5507100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[510].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[511].Value = ((int)(Original_R5507100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2426].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2427].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[510].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[511].Value = global::System.DBNull.Value; } - if ((Original_T0351000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2428].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2429].Value = ((int)(Original_T0351000.Value)); + if ((Original_R5507400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[512].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[513].Value = ((int)(Original_R5507400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2428].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2429].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[512].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[513].Value = global::System.DBNull.Value; } - if ((Original_T0351001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2430].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2431].Value = ((int)(Original_T0351001.Value)); + if ((Original_R5507401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[514].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[515].Value = ((int)(Original_R5507401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2430].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2431].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[514].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[515].Value = global::System.DBNull.Value; } - if ((Original_T0351100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2432].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2433].Value = ((int)(Original_T0351100.Value)); + if ((Original_R5510100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[516].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[517].Value = ((int)(Original_R5510100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2432].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2433].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[516].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[517].Value = global::System.DBNull.Value; } - if ((Original_T0351101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2434].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2435].Value = ((int)(Original_T0351101.Value)); + if ((Original_R5510400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[518].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[519].Value = ((int)(Original_R5510400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2434].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2435].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[518].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[519].Value = global::System.DBNull.Value; } - if ((Original_T0351200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2436].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2437].Value = ((int)(Original_T0351200.Value)); + if ((Original_R5510401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[520].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[521].Value = ((int)(Original_R5510401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2436].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2437].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[520].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[521].Value = global::System.DBNull.Value; } - if ((Original_T0351201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2438].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2439].Value = ((int)(Original_T0351201.Value)); + if ((Original_R5513100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[522].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[523].Value = ((int)(Original_R5513100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2438].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2439].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[522].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[523].Value = global::System.DBNull.Value; } - if ((Original_T0351300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2440].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2441].Value = ((int)(Original_T0351300.Value)); + if ((Original_R5515400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[524].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[525].Value = ((int)(Original_R5515400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2440].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2441].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[524].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[525].Value = global::System.DBNull.Value; } - if ((Original_T0351301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2442].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2443].Value = ((int)(Original_T0351301.Value)); + if ((Original_R5517700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[526].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[527].Value = ((int)(Original_R5517700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2442].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2443].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[526].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[527].Value = global::System.DBNull.Value; } - if ((Original_T0351400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2444].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2445].Value = ((int)(Original_T0351400.Value)); + if ((Original_R5519900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[528].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[529].Value = ((int)(Original_R5519900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2444].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2445].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[528].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[529].Value = global::System.DBNull.Value; } - if ((Original_T0351401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2446].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2447].Value = ((int)(Original_T0351401.Value)); + if ((Original_R6219500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[530].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[531].Value = ((int)(Original_R6219500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2446].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2447].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[530].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[531].Value = global::System.DBNull.Value; } - if ((Original_T0351500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2448].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2449].Value = ((int)(Original_T0351500.Value)); + if ((Original_R6219600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[532].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[533].Value = ((int)(Original_R6219600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2448].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2449].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[532].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[533].Value = global::System.DBNull.Value; } - if ((Original_T0351501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2450].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2451].Value = ((int)(Original_T0351501.Value)); + if ((Original_R6219700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[534].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[535].Value = ((int)(Original_R6219700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2450].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2451].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[534].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[535].Value = global::System.DBNull.Value; } - if ((Original_T0351600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2452].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2453].Value = ((int)(Original_T0351600.Value)); + if ((Original_R6219800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[536].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[537].Value = ((int)(Original_R6219800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2452].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2453].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[536].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[537].Value = global::System.DBNull.Value; } - if ((Original_T0351601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2454].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2455].Value = ((int)(Original_T0351601.Value)); + if ((Original_R6219900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[538].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[539].Value = ((int)(Original_R6219900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2454].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2455].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[538].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[539].Value = global::System.DBNull.Value; } - if ((Original_T0351700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2456].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2457].Value = ((int)(Original_T0351700.Value)); + if ((Original_R6220000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[540].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[541].Value = ((int)(Original_R6220000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2456].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2457].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[540].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[541].Value = global::System.DBNull.Value; } - if ((Original_T0351701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2458].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2459].Value = ((int)(Original_T0351701.Value)); + if ((Original_R6220100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[542].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[543].Value = ((int)(Original_R6220100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2458].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2459].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[542].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[543].Value = global::System.DBNull.Value; } - if ((Original_T0351800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2460].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2461].Value = ((int)(Original_T0351800.Value)); + if ((Original_R6220200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[544].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[545].Value = ((int)(Original_R6220200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2460].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2461].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[544].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[545].Value = global::System.DBNull.Value; } - if ((Original_T0351801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2462].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2463].Value = ((int)(Original_T0351801.Value)); + if ((Original_R6220300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[546].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[547].Value = ((int)(Original_R6220300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2462].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2463].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[546].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[547].Value = global::System.DBNull.Value; } - if ((Original_T0351900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2464].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2465].Value = ((int)(Original_T0351900.Value)); + if ((Original_R6220400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[548].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[549].Value = ((int)(Original_R6220400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2464].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2465].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[548].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[549].Value = global::System.DBNull.Value; } - if ((Original_T0352000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2466].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2467].Value = ((int)(Original_T0352000.Value)); + if ((Original_R6222800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[550].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[551].Value = ((int)(Original_R6222800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2466].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2467].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[550].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[551].Value = global::System.DBNull.Value; } - if ((Original_T0352100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2468].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2469].Value = ((int)(Original_T0352100.Value)); + if ((Original_R6222801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[552].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[553].Value = ((int)(Original_R6222801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2468].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2469].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[552].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[553].Value = global::System.DBNull.Value; } - if ((Original_T0352200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2470].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2471].Value = ((int)(Original_T0352200.Value)); + if ((Original_R6222900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[554].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[555].Value = ((int)(Original_R6222900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2470].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2471].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[554].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[555].Value = global::System.DBNull.Value; } - if ((Original_T0352300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2472].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2473].Value = ((int)(Original_T0352300.Value)); + if ((Original_R6222901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[556].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[557].Value = ((int)(Original_R6222901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2472].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2473].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[556].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[557].Value = global::System.DBNull.Value; } - if ((Original_T0352400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2474].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2475].Value = ((int)(Original_T0352400.Value)); + if ((Original_R6223000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[558].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[559].Value = ((int)(Original_R6223000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2474].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2475].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[558].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[559].Value = global::System.DBNull.Value; } - if ((Original_T0352500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2476].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2477].Value = ((int)(Original_T0352500.Value)); + if ((Original_R6223001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[560].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[561].Value = ((int)(Original_R6223001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2476].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2477].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[560].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[561].Value = global::System.DBNull.Value; } - if ((Original_T0352600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2478].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2479].Value = ((int)(Original_T0352600.Value)); + if ((Original_R6223100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[562].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[563].Value = ((int)(Original_R6223100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2478].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2479].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[562].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[563].Value = global::System.DBNull.Value; } - if ((Original_T0352700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2480].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2481].Value = ((int)(Original_T0352700.Value)); + if ((Original_R6223101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[564].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[565].Value = ((int)(Original_R6223101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2480].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2481].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[564].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[565].Value = global::System.DBNull.Value; } - if ((Original_T0352800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2482].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2483].Value = ((int)(Original_T0352800.Value)); + if ((Original_R6223200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[566].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[567].Value = ((int)(Original_R6223200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2482].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2483].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[566].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[567].Value = global::System.DBNull.Value; } - if ((Original_T0352900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2484].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2485].Value = ((int)(Original_T0352900.Value)); + if ((Original_R6223201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[568].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[569].Value = ((int)(Original_R6223201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2484].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2485].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[568].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[569].Value = global::System.DBNull.Value; } - if ((Original_T0597800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2486].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2487].Value = ((int)(Original_T0597800.Value)); + if ((Original_R6223300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[570].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[571].Value = ((int)(Original_R6223300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2486].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2487].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[570].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[571].Value = global::System.DBNull.Value; } - if ((Original_T0597900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2488].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2489].Value = ((int)(Original_T0597900.Value)); + if ((Original_R6223301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[572].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[573].Value = ((int)(Original_R6223301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2488].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2489].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[572].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[573].Value = global::System.DBNull.Value; } - if ((Original_T0598000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2490].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2491].Value = ((int)(Original_T0598000.Value)); + if ((Original_R6773500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[574].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[575].Value = ((int)(Original_R6773500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2490].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2491].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[574].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[575].Value = global::System.DBNull.Value; } - if ((Original_T0598100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2492].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2493].Value = ((int)(Original_T0598100.Value)); + if ((Original_R6773600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[576].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[577].Value = ((int)(Original_R6773600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2492].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2493].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[576].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[577].Value = global::System.DBNull.Value; } - if ((Original_T0598200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2494].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2495].Value = ((int)(Original_T0598200.Value)); + if ((Original_R6773700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[578].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[579].Value = ((int)(Original_R6773700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2494].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2495].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[578].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[579].Value = global::System.DBNull.Value; } - if ((Original_T0598300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2496].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2497].Value = ((int)(Original_T0598300.Value)); + if ((Original_R6773800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[580].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[581].Value = ((int)(Original_R6773800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2496].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2497].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[580].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[581].Value = global::System.DBNull.Value; } - if ((Original_T0598400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2498].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2499].Value = ((int)(Original_T0598400.Value)); + if ((Original_R6773900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[582].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[583].Value = ((int)(Original_R6773900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2498].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2499].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[582].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[583].Value = global::System.DBNull.Value; } - if ((Original_T1495200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2500].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2501].Value = ((int)(Original_T1495200.Value)); + if ((Original_R6774000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[584].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[585].Value = ((int)(Original_R6774000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2500].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2501].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[584].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[585].Value = global::System.DBNull.Value; } - if ((Original_T1495300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2502].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2503].Value = ((int)(Original_T1495300.Value)); + if ((Original_R6774100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[586].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[587].Value = ((int)(Original_R6774100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2502].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2503].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[586].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[587].Value = global::System.DBNull.Value; } - if ((Original_T1495400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2504].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2505].Value = ((int)(Original_T1495400.Value)); + if ((Original_R6774200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[588].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[589].Value = ((int)(Original_R6774200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2504].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2505].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[588].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[589].Value = global::System.DBNull.Value; } - if ((Original_T1495500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2506].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2507].Value = ((int)(Original_T1495500.Value)); + if ((Original_R6774300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[590].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[591].Value = ((int)(Original_R6774300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2506].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2507].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[590].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[591].Value = global::System.DBNull.Value; } - if ((Original_T1495600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2508].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2509].Value = ((int)(Original_T1495600.Value)); + if ((Original_R6774400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[592].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[593].Value = ((int)(Original_R6774400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2508].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2509].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[592].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[593].Value = global::System.DBNull.Value; } - if ((Original_T1495700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2510].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2511].Value = ((int)(Original_T1495700.Value)); + if ((Original_R6776300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[594].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[595].Value = ((int)(Original_R6776300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2510].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2511].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[594].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[595].Value = global::System.DBNull.Value; } - if ((Original_T1495800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2512].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2513].Value = ((int)(Original_T1495800.Value)); + if ((Original_R6776301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[596].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[597].Value = ((int)(Original_R6776301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2512].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2513].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[596].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[597].Value = global::System.DBNull.Value; } - if ((Original_T1495900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2514].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2515].Value = ((int)(Original_T1495900.Value)); + if ((Original_R6776400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[598].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[599].Value = ((int)(Original_R6776400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2514].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2515].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[598].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[599].Value = global::System.DBNull.Value; } - if ((Original_T1496000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2516].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2517].Value = ((int)(Original_T1496000.Value)); + if ((Original_R6776401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[600].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[601].Value = ((int)(Original_R6776401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2516].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2517].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[600].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[601].Value = global::System.DBNull.Value; } - if ((Original_T1496100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2518].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2519].Value = ((int)(Original_T1496100.Value)); + if ((Original_R6776500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[602].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[603].Value = ((int)(Original_R6776500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2518].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2519].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[602].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[603].Value = global::System.DBNull.Value; } - if ((Original_T1496200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2520].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2521].Value = ((int)(Original_T1496200.Value)); + if ((Original_R6776501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[604].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[605].Value = ((int)(Original_R6776501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2520].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2521].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[604].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[605].Value = global::System.DBNull.Value; } - if ((Original_T1496300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2522].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2523].Value = ((int)(Original_T1496300.Value)); + if ((Original_R6776600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[606].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[607].Value = ((int)(Original_R6776600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2522].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2523].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[606].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[607].Value = global::System.DBNull.Value; } - if ((Original_T1496400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2524].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2525].Value = ((int)(Original_T1496400.Value)); + if ((Original_R6776601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[608].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[609].Value = ((int)(Original_R6776601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2524].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2525].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[608].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[609].Value = global::System.DBNull.Value; } - if ((Original_T1496500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2526].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2527].Value = ((int)(Original_T1496500.Value)); + if ((Original_R6776700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[610].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[611].Value = ((int)(Original_R6776700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2526].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2527].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[610].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[611].Value = global::System.DBNull.Value; } - if ((Original_T1496600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2528].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2529].Value = ((int)(Original_T1496600.Value)); + if ((Original_R6776701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[612].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[613].Value = ((int)(Original_R6776701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2528].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2529].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[612].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[613].Value = global::System.DBNull.Value; } - if ((Original_T1496700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2530].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2531].Value = ((int)(Original_T1496700.Value)); + if ((Original_R6776800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[614].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[615].Value = ((int)(Original_R6776800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2530].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2531].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[614].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[615].Value = global::System.DBNull.Value; } - if ((Original_T1496800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2532].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2533].Value = ((int)(Original_T1496800.Value)); + if ((Original_R6776801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[616].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[617].Value = ((int)(Original_R6776801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2532].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2533].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[616].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[617].Value = global::System.DBNull.Value; } - if ((Original_T1496900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2534].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2535].Value = ((int)(Original_T1496900.Value)); + if ((Original_R7417900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[618].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[619].Value = ((int)(Original_R7417900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2534].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2535].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[618].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[619].Value = global::System.DBNull.Value; } - if ((Original_T1497000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2536].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2537].Value = ((int)(Original_T1497000.Value)); + if ((Original_R7418000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[620].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[621].Value = ((int)(Original_R7418000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2536].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2537].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[620].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[621].Value = global::System.DBNull.Value; } - if ((Original_T1497100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2538].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2539].Value = ((int)(Original_T1497100.Value)); + if ((Original_R7418100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[622].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[623].Value = ((int)(Original_R7418100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2538].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2539].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[622].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[623].Value = global::System.DBNull.Value; } - if ((Original_T1497200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2540].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2541].Value = ((int)(Original_T1497200.Value)); + if ((Original_R7418200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[624].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[625].Value = ((int)(Original_R7418200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2540].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2541].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[624].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[625].Value = global::System.DBNull.Value; } - if ((Original_T1497300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2542].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2543].Value = ((int)(Original_T1497300.Value)); + if ((Original_R7418300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[626].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[627].Value = ((int)(Original_R7418300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2542].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2543].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[626].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[627].Value = global::System.DBNull.Value; } - if ((Original_T1497400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2544].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2545].Value = ((int)(Original_T1497400.Value)); + if ((Original_R7418400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[628].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[629].Value = ((int)(Original_R7418400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2544].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2545].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[628].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[629].Value = global::System.DBNull.Value; } - if ((Original_T1497500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2546].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2547].Value = ((int)(Original_T1497500.Value)); + if ((Original_R7418500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[630].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[631].Value = ((int)(Original_R7418500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2546].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2547].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[630].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[631].Value = global::System.DBNull.Value; } - if ((Original_T1497600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2548].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2549].Value = ((int)(Original_T1497600.Value)); + if ((Original_R7418600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[632].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[633].Value = ((int)(Original_R7418600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2548].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2549].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[632].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[633].Value = global::System.DBNull.Value; } - if ((Original_T1497700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2550].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2551].Value = ((int)(Original_T1497700.Value)); + if ((Original_R7418700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[634].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[635].Value = ((int)(Original_R7418700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2550].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2551].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[634].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[635].Value = global::System.DBNull.Value; } - if ((Original_T1497800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2552].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2553].Value = ((int)(Original_T1497800.Value)); + if ((Original_R7418800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[636].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[637].Value = ((int)(Original_R7418800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2552].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2553].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[636].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[637].Value = global::System.DBNull.Value; } - if ((Original_T1497900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2554].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2555].Value = ((int)(Original_T1497900.Value)); + if ((Original_R7420700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[638].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[639].Value = ((int)(Original_R7420700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2554].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2555].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[638].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[639].Value = global::System.DBNull.Value; } - if ((Original_T1498000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2556].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2557].Value = ((int)(Original_T1498000.Value)); + if ((Original_R7420701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[640].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[641].Value = ((int)(Original_R7420701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2556].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2557].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[640].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[641].Value = global::System.DBNull.Value; } - if ((Original_T1498100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2558].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2559].Value = ((int)(Original_T1498100.Value)); + if ((Original_R7420800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[642].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[643].Value = ((int)(Original_R7420800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2558].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2559].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[642].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[643].Value = global::System.DBNull.Value; } - if ((Original_T1498200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2560].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2561].Value = ((int)(Original_T1498200.Value)); + if ((Original_R7420801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[644].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[645].Value = ((int)(Original_R7420801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2560].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2561].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[644].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[645].Value = global::System.DBNull.Value; } - if ((Original_T1498300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2562].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2563].Value = ((int)(Original_T1498300.Value)); + if ((Original_R7420900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[646].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[647].Value = ((int)(Original_R7420900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2562].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2563].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[646].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[647].Value = global::System.DBNull.Value; } - if ((Original_T1498400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2564].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2565].Value = ((int)(Original_T1498400.Value)); + if ((Original_R7420901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[648].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[649].Value = ((int)(Original_R7420901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2564].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2565].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[648].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[649].Value = global::System.DBNull.Value; } - if ((Original_T1498500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2566].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2567].Value = ((int)(Original_T1498500.Value)); + if ((Original_R7421000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[650].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[651].Value = ((int)(Original_R7421000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2566].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2567].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[650].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[651].Value = global::System.DBNull.Value; } - if ((Original_T1498600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2568].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2569].Value = ((int)(Original_T1498600.Value)); + if ((Original_R7421001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[652].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[653].Value = ((int)(Original_R7421001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2568].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2569].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[652].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[653].Value = global::System.DBNull.Value; } - if ((Original_T1498700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2570].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2571].Value = ((int)(Original_T1498700.Value)); + if ((Original_R7421100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[654].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[655].Value = ((int)(Original_R7421100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2570].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2571].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[654].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[655].Value = global::System.DBNull.Value; } - if ((Original_T1498800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2572].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2573].Value = ((int)(Original_T1498800.Value)); + if ((Original_R7421101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[656].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[657].Value = ((int)(Original_R7421101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2572].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2573].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[656].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[657].Value = global::System.DBNull.Value; } - if ((Original_T1498900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2574].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2575].Value = ((int)(Original_T1498900.Value)); + if ((Original_R7421200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[658].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[659].Value = ((int)(Original_R7421200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2574].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2575].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[658].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[659].Value = global::System.DBNull.Value; } - if ((Original_T1499000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2576].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2577].Value = ((int)(Original_T1499000.Value)); + if ((Original_R7421201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[660].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[661].Value = ((int)(Original_R7421201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2576].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2577].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[660].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[661].Value = global::System.DBNull.Value; } - if ((Original_T1499100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2578].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2579].Value = ((int)(Original_T1499100.Value)); + if ((Original_R7421300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[662].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[663].Value = ((int)(Original_R7421300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2578].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2579].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[662].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[663].Value = global::System.DBNull.Value; } - if ((Original_T1499200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2580].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2581].Value = ((int)(Original_T1499200.Value)); + if ((Original_R7421301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[664].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[665].Value = ((int)(Original_R7421301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2580].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2581].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[664].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[665].Value = global::System.DBNull.Value; } - if ((Original_T1499300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2582].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2583].Value = ((int)(Original_T1499300.Value)); + if ((Original_R8116000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[666].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[667].Value = ((int)(Original_R8116000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2582].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2583].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[666].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[667].Value = global::System.DBNull.Value; } - if ((Original_T1499400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2584].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2585].Value = ((int)(Original_T1499400.Value)); + if ((Original_R8116100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[668].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[669].Value = ((int)(Original_R8116100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2584].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2585].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[668].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[669].Value = global::System.DBNull.Value; } - if ((Original_T1499500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2586].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2587].Value = ((int)(Original_T1499500.Value)); + if ((Original_R8116200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[670].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[671].Value = ((int)(Original_R8116200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2586].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2587].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[670].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[671].Value = global::System.DBNull.Value; } - if ((Original_T1499501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2588].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2589].Value = ((int)(Original_T1499501.Value)); + if ((Original_R8116300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[672].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[673].Value = ((int)(Original_R8116300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2588].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2589].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[672].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[673].Value = global::System.DBNull.Value; } - if ((Original_T1499600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2590].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2591].Value = ((int)(Original_T1499600.Value)); + if ((Original_R8116400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[674].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[675].Value = ((int)(Original_R8116400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2590].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2591].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[674].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[675].Value = global::System.DBNull.Value; } - if ((Original_T1499601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2592].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2593].Value = ((int)(Original_T1499601.Value)); + if ((Original_R8116500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[676].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[677].Value = ((int)(Original_R8116500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2592].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2593].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[676].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[677].Value = global::System.DBNull.Value; } - if ((Original_T1499700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2594].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2595].Value = ((int)(Original_T1499700.Value)); + if ((Original_R8116600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[678].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[679].Value = ((int)(Original_R8116600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2594].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2595].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[678].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[679].Value = global::System.DBNull.Value; } - if ((Original_T1499701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2596].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2597].Value = ((int)(Original_T1499701.Value)); + if ((Original_R8116700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[680].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[681].Value = ((int)(Original_R8116700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2596].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2597].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[680].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[681].Value = global::System.DBNull.Value; } - if ((Original_T1499800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2598].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2599].Value = ((int)(Original_T1499800.Value)); + if ((Original_R8116800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[682].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[683].Value = ((int)(Original_R8116800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2598].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2599].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[682].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[683].Value = global::System.DBNull.Value; } - if ((Original_T1499801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2600].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2601].Value = ((int)(Original_T1499801.Value)); + if ((Original_R8116900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[684].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[685].Value = ((int)(Original_R8116900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2600].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2601].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[684].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[685].Value = global::System.DBNull.Value; } - if ((Original_T1499900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2602].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2603].Value = ((int)(Original_T1499900.Value)); + if ((Original_R8119000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[686].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[687].Value = ((int)(Original_R8119000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2602].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2603].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[686].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[687].Value = global::System.DBNull.Value; } - if ((Original_T1499901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2604].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2605].Value = ((int)(Original_T1499901.Value)); + if ((Original_R8119001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[688].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[689].Value = ((int)(Original_R8119001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2604].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2605].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[688].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[689].Value = global::System.DBNull.Value; } - if ((Original_T1500000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2606].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2607].Value = ((int)(Original_T1500000.Value)); + if ((Original_R8119100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[690].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[691].Value = ((int)(Original_R8119100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2606].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2607].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[690].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[691].Value = global::System.DBNull.Value; } - if ((Original_T1500001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2608].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2609].Value = ((int)(Original_T1500001.Value)); + if ((Original_R8119101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[692].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[693].Value = ((int)(Original_R8119101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2608].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2609].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[692].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[693].Value = global::System.DBNull.Value; } - if ((Original_T1500100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2610].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2611].Value = ((int)(Original_T1500100.Value)); + if ((Original_R8119200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[694].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[695].Value = ((int)(Original_R8119200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2610].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2611].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[694].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[695].Value = global::System.DBNull.Value; } - if ((Original_T1500101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2612].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2613].Value = ((int)(Original_T1500101.Value)); + if ((Original_R8119201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[696].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[697].Value = ((int)(Original_R8119201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2612].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2613].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[696].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[697].Value = global::System.DBNull.Value; } - if ((Original_T1500200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2614].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2615].Value = ((int)(Original_T1500200.Value)); + if ((Original_R8119300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[698].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[699].Value = ((int)(Original_R8119300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2614].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2615].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[698].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[699].Value = global::System.DBNull.Value; } - if ((Original_T1500201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2616].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2617].Value = ((int)(Original_T1500201.Value)); + if ((Original_R8119301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[700].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[701].Value = ((int)(Original_R8119301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2616].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2617].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[700].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[701].Value = global::System.DBNull.Value; } - if ((Original_T1500300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2618].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2619].Value = ((int)(Original_T1500300.Value)); + if ((Original_R8119400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[702].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[703].Value = ((int)(Original_R8119400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2618].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2619].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[702].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[703].Value = global::System.DBNull.Value; } - if ((Original_T1500301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2620].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2621].Value = ((int)(Original_T1500301.Value)); + if ((Original_R8119401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[704].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[705].Value = ((int)(Original_R8119401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2620].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2621].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[704].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[705].Value = global::System.DBNull.Value; } - if ((Original_T1500400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2622].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2623].Value = ((int)(Original_T1500400.Value)); + if ((Original_R8119500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[706].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[707].Value = ((int)(Original_R8119500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2622].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2623].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[706].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[707].Value = global::System.DBNull.Value; } - if ((Original_T1500401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2624].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2625].Value = ((int)(Original_T1500401.Value)); + if ((Original_R8119501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[708].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[709].Value = ((int)(Original_R8119501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2624].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2625].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[708].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[709].Value = global::System.DBNull.Value; } - if ((Original_T1500500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2626].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2627].Value = ((int)(Original_T1500500.Value)); + if ((Original_T0347900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[710].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[711].Value = ((int)(Original_T0347900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2626].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2627].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[710].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[711].Value = global::System.DBNull.Value; } - if ((Original_T1500501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2628].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2629].Value = ((int)(Original_T1500501.Value)); + if ((Original_T0348000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[712].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[713].Value = ((int)(Original_T0348000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2628].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2629].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[712].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[713].Value = global::System.DBNull.Value; } - if ((Original_T1500600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2630].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2631].Value = ((int)(Original_T1500600.Value)); + if ((Original_T0348100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[714].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[715].Value = ((int)(Original_T0348100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2630].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2631].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[714].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[715].Value = global::System.DBNull.Value; } - if ((Original_T1500601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2632].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2633].Value = ((int)(Original_T1500601.Value)); + if ((Original_T0348200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[716].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[717].Value = ((int)(Original_T0348200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2632].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2633].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[716].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[717].Value = global::System.DBNull.Value; } - if ((Original_T1500700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2634].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2635].Value = ((int)(Original_T1500700.Value)); + if ((Original_T0348300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[718].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[719].Value = ((int)(Original_T0348300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2634].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2635].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[718].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[719].Value = global::System.DBNull.Value; } - if ((Original_T1500701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2636].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2637].Value = ((int)(Original_T1500701.Value)); + if ((Original_T0348400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[720].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[721].Value = ((int)(Original_T0348400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2636].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2637].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[720].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[721].Value = global::System.DBNull.Value; } - if ((Original_T1500800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2638].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2639].Value = ((int)(Original_T1500800.Value)); + if ((Original_T0348500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[722].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[723].Value = ((int)(Original_T0348500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2638].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2639].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[722].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[723].Value = global::System.DBNull.Value; } - if ((Original_T1500801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2640].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2641].Value = ((int)(Original_T1500801.Value)); + if ((Original_T0348600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[724].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[725].Value = ((int)(Original_T0348600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2640].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2641].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[724].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[725].Value = global::System.DBNull.Value; } - if ((Original_T1500900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2642].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2643].Value = ((int)(Original_T1500900.Value)); + if ((Original_T0348700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[726].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[727].Value = ((int)(Original_T0348700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2642].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2643].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[726].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[727].Value = global::System.DBNull.Value; } - if ((Original_T1500901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2644].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2645].Value = ((int)(Original_T1500901.Value)); + if ((Original_T0348800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[728].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[729].Value = ((int)(Original_T0348800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2644].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2645].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[728].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[729].Value = global::System.DBNull.Value; } - if ((Original_T1501000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2646].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2647].Value = ((int)(Original_T1501000.Value)); + if ((Original_T0348900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[730].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[731].Value = ((int)(Original_T0348900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2646].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2647].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[730].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[731].Value = global::System.DBNull.Value; } - if ((Original_T1501001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2648].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2649].Value = ((int)(Original_T1501001.Value)); + if ((Original_T0351100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[732].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[733].Value = ((int)(Original_T0351100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2648].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2649].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[732].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[733].Value = global::System.DBNull.Value; } - if ((Original_T1501100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2650].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2651].Value = ((int)(Original_T1501100.Value)); + if ((Original_T0351101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[734].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[735].Value = ((int)(Original_T0351101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2650].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2651].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[734].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[735].Value = global::System.DBNull.Value; } - if ((Original_T1501200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2652].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2653].Value = ((int)(Original_T1501200.Value)); + if ((Original_T0351200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[736].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[737].Value = ((int)(Original_T0351200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2652].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2653].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[736].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[737].Value = global::System.DBNull.Value; } - if ((Original_T1501300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2654].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2655].Value = ((int)(Original_T1501300.Value)); + if ((Original_T0351201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[738].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[739].Value = ((int)(Original_T0351201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2654].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2655].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[738].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[739].Value = global::System.DBNull.Value; } - if ((Original_T1501400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2656].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2657].Value = ((int)(Original_T1501400.Value)); + if ((Original_T0351300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[740].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[741].Value = ((int)(Original_T0351300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2656].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2657].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[740].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[741].Value = global::System.DBNull.Value; } - if ((Original_T1501500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2658].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2659].Value = ((int)(Original_T1501500.Value)); + if ((Original_T0351301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[742].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[743].Value = ((int)(Original_T0351301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2658].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2659].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[742].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[743].Value = global::System.DBNull.Value; } - if ((Original_T1501600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2660].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2661].Value = ((int)(Original_T1501600.Value)); + if ((Original_T0351400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[744].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[745].Value = ((int)(Original_T0351400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2660].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2661].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[744].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[745].Value = global::System.DBNull.Value; } - if ((Original_T1501700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2662].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2663].Value = ((int)(Original_T1501700.Value)); + if ((Original_T0351401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[746].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[747].Value = ((int)(Original_T0351401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2662].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2663].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[746].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[747].Value = global::System.DBNull.Value; } - if ((Original_T1501800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2664].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2665].Value = ((int)(Original_T1501800.Value)); + if ((Original_T0351500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[748].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[749].Value = ((int)(Original_T0351500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2664].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2665].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[748].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[749].Value = global::System.DBNull.Value; } - if ((Original_T1501900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2666].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2667].Value = ((int)(Original_T1501900.Value)); + if ((Original_T0351501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[750].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[751].Value = ((int)(Original_T0351501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2666].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2667].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[750].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[751].Value = global::System.DBNull.Value; } - if ((Original_T1502000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2668].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2669].Value = ((int)(Original_T1502000.Value)); + if ((Original_T0351600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[752].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[753].Value = ((int)(Original_T0351600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2668].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2669].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[752].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[753].Value = global::System.DBNull.Value; } - if ((Original_T1502100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2670].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2671].Value = ((int)(Original_T1502100.Value)); + if ((Original_T0351601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[754].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[755].Value = ((int)(Original_T0351601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2670].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2671].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[754].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[755].Value = global::System.DBNull.Value; } - if ((Original_T1765100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2672].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2673].Value = ((int)(Original_T1765100.Value)); + if ((Original_T0351700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[756].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[757].Value = ((int)(Original_T0351700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2672].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2673].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[756].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[757].Value = global::System.DBNull.Value; } - if ((Original_T1765200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2674].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2675].Value = ((int)(Original_T1765200.Value)); + if ((Original_T0351701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[758].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[759].Value = ((int)(Original_T0351701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2674].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2675].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[758].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[759].Value = global::System.DBNull.Value; } - if ((Original_T1765300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2676].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2677].Value = ((int)(Original_T1765300.Value)); + if ((Original_T0351800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[760].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[761].Value = ((int)(Original_T0351800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2676].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2677].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[760].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[761].Value = global::System.DBNull.Value; } - if ((Original_T1765400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2678].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2679].Value = ((int)(Original_T1765400.Value)); + if ((Original_T0351801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[762].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[763].Value = ((int)(Original_T0351801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2678].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2679].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[762].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[763].Value = global::System.DBNull.Value; } - if ((Original_T1765500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2680].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2681].Value = ((int)(Original_T1765500.Value)); + if ((Original_T1497300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[764].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[765].Value = ((int)(Original_T1497300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2680].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2681].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[764].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[765].Value = global::System.DBNull.Value; } - if ((Original_T1765600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2682].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2683].Value = ((int)(Original_T1765600.Value)); + if ((Original_T1497400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[766].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[767].Value = ((int)(Original_T1497400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2682].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2683].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[766].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[767].Value = global::System.DBNull.Value; } - if ((Original_T1765700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2684].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2685].Value = ((int)(Original_T1765700.Value)); + if ((Original_T1497500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[768].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[769].Value = ((int)(Original_T1497500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2684].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2685].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[768].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[769].Value = global::System.DBNull.Value; } - if ((Original_T2541200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2686].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2687].Value = ((int)(Original_T2541200.Value)); + if ((Original_T1497600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[770].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[771].Value = ((int)(Original_T1497600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2686].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2687].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[770].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[771].Value = global::System.DBNull.Value; } - if ((Original_T2541300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2688].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2689].Value = ((int)(Original_T2541300.Value)); + if ((Original_T1497700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[772].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[773].Value = ((int)(Original_T1497700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2688].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2689].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[772].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[773].Value = global::System.DBNull.Value; } - if ((Original_T2541400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2690].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2691].Value = ((int)(Original_T2541400.Value)); + if ((Original_T1497800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[774].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[775].Value = ((int)(Original_T1497800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2690].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2691].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[774].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[775].Value = global::System.DBNull.Value; } - if ((Original_T2541500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2692].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2693].Value = ((int)(Original_T2541500.Value)); + if ((Original_T1497900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[776].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[777].Value = ((int)(Original_T1497900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2692].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2693].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[776].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[777].Value = global::System.DBNull.Value; } - if ((Original_T2541600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2694].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2695].Value = ((int)(Original_T2541600.Value)); + if ((Original_T1498000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[778].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[779].Value = ((int)(Original_T1498000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2694].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2695].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[778].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[779].Value = global::System.DBNull.Value; } - if ((Original_T2541700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2696].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2697].Value = ((int)(Original_T2541700.Value)); + if ((Original_T1498100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[780].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[781].Value = ((int)(Original_T1498100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2696].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2697].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[780].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[781].Value = global::System.DBNull.Value; } - if ((Original_T2541800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2698].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2699].Value = ((int)(Original_T2541800.Value)); + if ((Original_T1498200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[782].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[783].Value = ((int)(Original_T1498200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2698].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2699].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[782].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[783].Value = global::System.DBNull.Value; } - if ((Original_T2541900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2700].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2701].Value = ((int)(Original_T2541900.Value)); + if ((Original_T1498300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[784].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[785].Value = ((int)(Original_T1498300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2700].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2701].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[784].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[785].Value = global::System.DBNull.Value; } - if ((Original_T2542000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2702].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2703].Value = ((int)(Original_T2542000.Value)); + if ((Original_T1500500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[786].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[787].Value = ((int)(Original_T1500500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2702].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2703].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[786].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[787].Value = global::System.DBNull.Value; } - if ((Original_T2542100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2704].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2705].Value = ((int)(Original_T2542100.Value)); + if ((Original_T1500501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[788].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[789].Value = ((int)(Original_T1500501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2704].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2705].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[788].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[789].Value = global::System.DBNull.Value; } - if ((Original_T2542200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2706].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2707].Value = ((int)(Original_T2542200.Value)); + if ((Original_T1500600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[790].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[791].Value = ((int)(Original_T1500600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2706].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2707].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[790].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[791].Value = global::System.DBNull.Value; } - if ((Original_T2542300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2708].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2709].Value = ((int)(Original_T2542300.Value)); + if ((Original_T1500601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[792].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[793].Value = ((int)(Original_T1500601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2708].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2709].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[792].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[793].Value = global::System.DBNull.Value; } - if ((Original_T2542400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2710].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2711].Value = ((int)(Original_T2542400.Value)); + if ((Original_T1500700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[794].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[795].Value = ((int)(Original_T1500700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2710].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2711].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[794].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[795].Value = global::System.DBNull.Value; } - if ((Original_T2542500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2712].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2713].Value = ((int)(Original_T2542500.Value)); + if ((Original_T1500701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[796].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[797].Value = ((int)(Original_T1500701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2712].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2713].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[796].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[797].Value = global::System.DBNull.Value; } - if ((Original_T2542600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2714].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2715].Value = ((int)(Original_T2542600.Value)); + if ((Original_T1500800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[798].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[799].Value = ((int)(Original_T1500800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2714].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2715].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[798].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[799].Value = global::System.DBNull.Value; } - if ((Original_T2542700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2716].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2717].Value = ((int)(Original_T2542700.Value)); + if ((Original_T1500801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[800].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[801].Value = ((int)(Original_T1500801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2716].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2717].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[800].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[801].Value = global::System.DBNull.Value; } - if ((Original_T2542800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2718].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2719].Value = ((int)(Original_T2542800.Value)); + if ((Original_T1500900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[802].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[803].Value = ((int)(Original_T1500900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2718].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2719].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[802].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[803].Value = global::System.DBNull.Value; } - if ((Original_T2542900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2720].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2721].Value = ((int)(Original_T2542900.Value)); + if ((Original_T1500901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[804].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[805].Value = ((int)(Original_T1500901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2720].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2721].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[804].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[805].Value = global::System.DBNull.Value; } - if ((Original_T2543000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2722].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2723].Value = ((int)(Original_T2543000.Value)); + if ((Original_T1501000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[806].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[807].Value = ((int)(Original_T1501000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2722].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2723].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[806].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[807].Value = global::System.DBNull.Value; } - if ((Original_T2543100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2724].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2725].Value = ((int)(Original_T2543100.Value)); + if ((Original_T1501001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[808].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[809].Value = ((int)(Original_T1501001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2724].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2725].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[808].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[809].Value = global::System.DBNull.Value; } if ((Original_T2543200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2726].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2727].Value = ((int)(Original_T2543200.Value)); + this.Adapter.UpdateCommand.Parameters[810].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[811].Value = ((int)(Original_T2543200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2726].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2727].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[810].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[811].Value = global::System.DBNull.Value; } if ((Original_T2543300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2728].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2729].Value = ((int)(Original_T2543300.Value)); + this.Adapter.UpdateCommand.Parameters[812].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[813].Value = ((int)(Original_T2543300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2728].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2729].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[812].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[813].Value = global::System.DBNull.Value; } if ((Original_T2543400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2730].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2731].Value = ((int)(Original_T2543400.Value)); + this.Adapter.UpdateCommand.Parameters[814].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[815].Value = ((int)(Original_T2543400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2730].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2731].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[814].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[815].Value = global::System.DBNull.Value; } if ((Original_T2543500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2732].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2733].Value = ((int)(Original_T2543500.Value)); + this.Adapter.UpdateCommand.Parameters[816].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[817].Value = ((int)(Original_T2543500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2732].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2733].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[816].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[817].Value = global::System.DBNull.Value; } if ((Original_T2543600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2734].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2735].Value = ((int)(Original_T2543600.Value)); + this.Adapter.UpdateCommand.Parameters[818].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[819].Value = ((int)(Original_T2543600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2734].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2735].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[818].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[819].Value = global::System.DBNull.Value; } if ((Original_T2543700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2736].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2737].Value = ((int)(Original_T2543700.Value)); + this.Adapter.UpdateCommand.Parameters[820].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[821].Value = ((int)(Original_T2543700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2736].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2737].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[820].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[821].Value = global::System.DBNull.Value; } if ((Original_T2543800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2738].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2739].Value = ((int)(Original_T2543800.Value)); + this.Adapter.UpdateCommand.Parameters[822].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[823].Value = ((int)(Original_T2543800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2738].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2739].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[822].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[823].Value = global::System.DBNull.Value; } if ((Original_T2543900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2740].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2741].Value = ((int)(Original_T2543900.Value)); + this.Adapter.UpdateCommand.Parameters[824].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[825].Value = ((int)(Original_T2543900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2740].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2741].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[824].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[825].Value = global::System.DBNull.Value; } if ((Original_T2544000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2742].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2743].Value = ((int)(Original_T2544000.Value)); + this.Adapter.UpdateCommand.Parameters[826].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[827].Value = ((int)(Original_T2544000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2742].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2743].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[826].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[827].Value = global::System.DBNull.Value; } if ((Original_T2544100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2744].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2745].Value = ((int)(Original_T2544100.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[2744].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2745].Value = global::System.DBNull.Value; - } - if ((Original_T2544200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2746].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2747].Value = ((int)(Original_T2544200.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[2746].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2747].Value = global::System.DBNull.Value; - } - if ((Original_T2544300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2748].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2749].Value = ((int)(Original_T2544300.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[2748].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2749].Value = global::System.DBNull.Value; - } - if ((Original_T2544400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2750].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2751].Value = ((int)(Original_T2544400.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[2750].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2751].Value = global::System.DBNull.Value; - } - if ((Original_T2544500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2752].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2753].Value = ((int)(Original_T2544500.Value)); - } - else { - this.Adapter.UpdateCommand.Parameters[2752].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2753].Value = global::System.DBNull.Value; - } - if ((Original_T2544600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2754].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2755].Value = ((int)(Original_T2544600.Value)); + this.Adapter.UpdateCommand.Parameters[828].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[829].Value = ((int)(Original_T2544100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2754].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2755].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[828].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[829].Value = global::System.DBNull.Value; } - if ((Original_T2544700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2756].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2757].Value = ((int)(Original_T2544700.Value)); + if ((Original_T2546100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[830].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[831].Value = ((int)(Original_T2546100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2756].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2757].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[830].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[831].Value = global::System.DBNull.Value; } - if ((Original_T2544800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2758].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2759].Value = ((int)(Original_T2544800.Value)); + if ((Original_T2546101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[832].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[833].Value = ((int)(Original_T2546101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2758].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2759].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[832].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[833].Value = global::System.DBNull.Value; } - if ((Original_T2544900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2760].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2761].Value = ((int)(Original_T2544900.Value)); + if ((Original_T2546200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[834].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[835].Value = ((int)(Original_T2546200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2760].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2761].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[834].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[835].Value = global::System.DBNull.Value; } - if ((Original_T2545000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2762].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2763].Value = ((int)(Original_T2545000.Value)); + if ((Original_T2546201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[836].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[837].Value = ((int)(Original_T2546201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2762].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2763].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[836].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[837].Value = global::System.DBNull.Value; } - if ((Original_T2545100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2764].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2765].Value = ((int)(Original_T2545100.Value)); + if ((Original_T2546300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[838].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[839].Value = ((int)(Original_T2546300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2764].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2765].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[838].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[839].Value = global::System.DBNull.Value; } - if ((Original_T2545200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2766].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2767].Value = ((int)(Original_T2545200.Value)); + if ((Original_T2546301.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[840].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[841].Value = ((int)(Original_T2546301.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2766].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2767].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[840].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[841].Value = global::System.DBNull.Value; } - if ((Original_T2545201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2768].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2769].Value = ((int)(Original_T2545201.Value)); + if ((Original_T2546400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[842].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[843].Value = ((int)(Original_T2546400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2768].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2769].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[842].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[843].Value = global::System.DBNull.Value; } - if ((Original_T2545300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2770].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2771].Value = ((int)(Original_T2545300.Value)); + if ((Original_T2546401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[844].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[845].Value = ((int)(Original_T2546401.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2770].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2771].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[844].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[845].Value = global::System.DBNull.Value; } - if ((Original_T2545301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2772].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2773].Value = ((int)(Original_T2545301.Value)); + if ((Original_T2546500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[846].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[847].Value = ((int)(Original_T2546500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2772].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2773].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[846].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[847].Value = global::System.DBNull.Value; } - if ((Original_T2545400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2774].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2775].Value = ((int)(Original_T2545400.Value)); + if ((Original_T2546501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[848].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[849].Value = ((int)(Original_T2546501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2774].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2775].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[848].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[849].Value = global::System.DBNull.Value; } - if ((Original_T2545401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2776].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2777].Value = ((int)(Original_T2545401.Value)); + if ((Original_T2546600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[850].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[851].Value = ((int)(Original_T2546600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2776].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2777].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[850].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[851].Value = global::System.DBNull.Value; } - if ((Original_T2545500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2778].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2779].Value = ((int)(Original_T2545500.Value)); + if ((Original_T2546601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[852].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[853].Value = ((int)(Original_T2546601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2778].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2779].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[852].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[853].Value = global::System.DBNull.Value; } - if ((Original_T2545501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2780].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2781].Value = ((int)(Original_T2545501.Value)); + if ((Original_T2546700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[854].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[855].Value = ((int)(Original_T2546700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2780].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2781].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[854].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[855].Value = global::System.DBNull.Value; } - if ((Original_T2545600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2782].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2783].Value = ((int)(Original_T2545600.Value)); + if ((Original_T2546701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[856].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[857].Value = ((int)(Original_T2546701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2782].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2783].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[856].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[857].Value = global::System.DBNull.Value; } - if ((Original_T2545601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2784].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2785].Value = ((int)(Original_T2545601.Value)); + if ((Original_T3529500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[858].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[859].Value = ((int)(Original_T3529500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2784].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2785].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[858].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[859].Value = global::System.DBNull.Value; } - if ((Original_T2545700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2786].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2787].Value = ((int)(Original_T2545700.Value)); + if ((Original_T3529600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[860].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[861].Value = ((int)(Original_T3529600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2786].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2787].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[860].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[861].Value = global::System.DBNull.Value; } - if ((Original_T2545701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2788].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2789].Value = ((int)(Original_T2545701.Value)); + if ((Original_T3529700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[862].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[863].Value = ((int)(Original_T3529700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2788].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2789].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[862].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[863].Value = global::System.DBNull.Value; } - if ((Original_T2545800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2790].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2791].Value = ((int)(Original_T2545800.Value)); + if ((Original_T3529800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[864].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[865].Value = ((int)(Original_T3529800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2790].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2791].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[864].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[865].Value = global::System.DBNull.Value; } - if ((Original_T2545801.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2792].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2793].Value = ((int)(Original_T2545801.Value)); + if ((Original_T3529900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[866].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[867].Value = ((int)(Original_T3529900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2792].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2793].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[866].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[867].Value = global::System.DBNull.Value; } - if ((Original_T2545900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2794].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2795].Value = ((int)(Original_T2545900.Value)); + if ((Original_T3530000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[868].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[869].Value = ((int)(Original_T3530000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2794].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2795].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[868].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[869].Value = global::System.DBNull.Value; } - if ((Original_T2545901.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2796].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2797].Value = ((int)(Original_T2545901.Value)); + if ((Original_T3530100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[870].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[871].Value = ((int)(Original_T3530100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2796].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2797].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[870].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[871].Value = global::System.DBNull.Value; } - if ((Original_T2546000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2798].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2799].Value = ((int)(Original_T2546000.Value)); + if ((Original_T3530200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[872].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[873].Value = ((int)(Original_T3530200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2798].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2799].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[872].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[873].Value = global::System.DBNull.Value; } - if ((Original_T2546001.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2800].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2801].Value = ((int)(Original_T2546001.Value)); + if ((Original_T3530300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[874].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[875].Value = ((int)(Original_T3530300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2800].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2801].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[874].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[875].Value = global::System.DBNull.Value; } - if ((Original_T2546100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2802].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2803].Value = ((int)(Original_T2546100.Value)); + if ((Original_T3530400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[876].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[877].Value = ((int)(Original_T3530400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2802].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2803].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[876].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[877].Value = global::System.DBNull.Value; } - if ((Original_T2546101.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2804].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2805].Value = ((int)(Original_T2546101.Value)); + if ((Original_T3532500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[878].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[879].Value = ((int)(Original_T3532500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2804].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2805].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[878].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[879].Value = global::System.DBNull.Value; } - if ((Original_T2546200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2806].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2807].Value = ((int)(Original_T2546200.Value)); + if ((Original_T3532501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[880].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[881].Value = ((int)(Original_T3532501.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2806].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2807].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[880].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[881].Value = global::System.DBNull.Value; } - if ((Original_T2546201.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2808].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2809].Value = ((int)(Original_T2546201.Value)); + if ((Original_T3532600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[882].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[883].Value = ((int)(Original_T3532600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2808].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2809].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[882].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[883].Value = global::System.DBNull.Value; } - if ((Original_T2546300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2810].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2811].Value = ((int)(Original_T2546300.Value)); + if ((Original_T3532601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[884].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[885].Value = ((int)(Original_T3532601.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2810].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2811].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[884].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[885].Value = global::System.DBNull.Value; } - if ((Original_T2546301.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2812].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2813].Value = ((int)(Original_T2546301.Value)); + if ((Original_T3532700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[886].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[887].Value = ((int)(Original_T3532700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2812].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2813].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[886].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[887].Value = global::System.DBNull.Value; } - if ((Original_T2546400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2814].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2815].Value = ((int)(Original_T2546400.Value)); + if ((Original_T3532701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[888].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[889].Value = ((int)(Original_T3532701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2814].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2815].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[888].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[889].Value = global::System.DBNull.Value; } - if ((Original_T2546401.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2816].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2817].Value = ((int)(Original_T2546401.Value)); + if ((Original_T3532800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[890].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[891].Value = ((int)(Original_T3532800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2816].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2817].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[890].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[891].Value = global::System.DBNull.Value; } - if ((Original_T2546500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2818].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2819].Value = ((int)(Original_T2546500.Value)); + if ((Original_T3532801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[892].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[893].Value = ((int)(Original_T3532801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2818].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2819].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[892].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[893].Value = global::System.DBNull.Value; } - if ((Original_T2546501.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2820].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2821].Value = ((int)(Original_T2546501.Value)); + if ((Original_T3532900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[894].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[895].Value = ((int)(Original_T3532900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2820].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2821].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[894].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[895].Value = global::System.DBNull.Value; } - if ((Original_T2546600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2822].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2823].Value = ((int)(Original_T2546600.Value)); + if ((Original_T3532901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[896].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[897].Value = ((int)(Original_T3532901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2822].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2823].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[896].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[897].Value = global::System.DBNull.Value; } - if ((Original_T2546601.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2824].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2825].Value = ((int)(Original_T2546601.Value)); + if ((Original_T3533000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[898].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[899].Value = ((int)(Original_T3533000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2824].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2825].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[898].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[899].Value = global::System.DBNull.Value; } - if ((Original_T2546700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2826].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2827].Value = ((int)(Original_T2546700.Value)); + if ((Original_T3533001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[900].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[901].Value = ((int)(Original_T3533001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2826].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2827].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[900].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[901].Value = global::System.DBNull.Value; } - if ((Original_T2546701.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2828].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2829].Value = ((int)(Original_T2546701.Value)); + if ((Original_T3533100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[902].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[903].Value = ((int)(Original_T3533100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2828].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2829].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[902].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[903].Value = global::System.DBNull.Value; } - if ((Original_T2546800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2830].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2831].Value = ((int)(Original_T2546800.Value)); + if ((Original_T3533101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[904].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[905].Value = ((int)(Original_T3533101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2830].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2831].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[904].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[905].Value = global::System.DBNull.Value; } - if ((Original_T2546900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2832].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2833].Value = ((int)(Original_T2546900.Value)); + if ((Original_T4498100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[906].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[907].Value = ((int)(Original_T4498100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2832].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2833].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[906].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[907].Value = global::System.DBNull.Value; } - if ((Original_T2547000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2834].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2835].Value = ((int)(Original_T2547000.Value)); + if ((Original_T4498200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[908].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[909].Value = ((int)(Original_T4498200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2834].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2835].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[908].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[909].Value = global::System.DBNull.Value; } - if ((Original_T2547100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2836].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2837].Value = ((int)(Original_T2547100.Value)); + if ((Original_T4498300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[910].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[911].Value = ((int)(Original_T4498300.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2836].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2837].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[910].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[911].Value = global::System.DBNull.Value; } - if ((Original_T2547200.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2838].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2839].Value = ((int)(Original_T2547200.Value)); + if ((Original_T4498400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[912].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[913].Value = ((int)(Original_T4498400.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2838].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2839].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[912].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[913].Value = global::System.DBNull.Value; } - if ((Original_T2547300.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2840].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2841].Value = ((int)(Original_T2547300.Value)); + if ((Original_T4498500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[914].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[915].Value = ((int)(Original_T4498500.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2840].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2841].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[914].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[915].Value = global::System.DBNull.Value; } - if ((Original_T2547400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2842].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2843].Value = ((int)(Original_T2547400.Value)); + if ((Original_T4498600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[916].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[917].Value = ((int)(Original_T4498600.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2842].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2843].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[916].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[917].Value = global::System.DBNull.Value; } - if ((Original_T2547500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2844].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2845].Value = ((int)(Original_T2547500.Value)); + if ((Original_T4498700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[918].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[919].Value = ((int)(Original_T4498700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2844].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2845].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[918].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[919].Value = global::System.DBNull.Value; } - if ((Original_T2547600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2846].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2847].Value = ((int)(Original_T2547600.Value)); + if ((Original_T4498800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[920].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[921].Value = ((int)(Original_T4498800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2846].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2847].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[920].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[921].Value = global::System.DBNull.Value; } - if ((Original_T2547700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2848].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2849].Value = ((int)(Original_T2547700.Value)); + if ((Original_T4498900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[922].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[923].Value = ((int)(Original_T4498900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2848].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2849].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[922].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[923].Value = global::System.DBNull.Value; } - if ((Original_T2763400.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2850].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2851].Value = ((int)(Original_T2763400.Value)); + if ((Original_T4499000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[924].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[925].Value = ((int)(Original_T4499000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2850].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2851].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[924].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[925].Value = global::System.DBNull.Value; } - if ((Original_T2763500.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2852].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2853].Value = ((int)(Original_T2763500.Value)); + if ((Original_T4503700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[926].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[927].Value = ((int)(Original_T4503700.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2852].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2853].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[926].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[927].Value = global::System.DBNull.Value; } - if ((Original_T2763600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2854].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2855].Value = ((int)(Original_T2763600.Value)); + if ((Original_T4503701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[928].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[929].Value = ((int)(Original_T4503701.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2854].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2855].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[928].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[929].Value = global::System.DBNull.Value; } - if ((Original_T2763700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2856].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2857].Value = ((int)(Original_T2763700.Value)); + if ((Original_T4503800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[930].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[931].Value = ((int)(Original_T4503800.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2856].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2857].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[930].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[931].Value = global::System.DBNull.Value; } - if ((Original_T2763800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2858].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2859].Value = ((int)(Original_T2763800.Value)); + if ((Original_T4503801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[932].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[933].Value = ((int)(Original_T4503801.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2858].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2859].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[932].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[933].Value = global::System.DBNull.Value; } - if ((Original_T2763900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2860].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2861].Value = ((int)(Original_T2763900.Value)); + if ((Original_T4503900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[934].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[935].Value = ((int)(Original_T4503900.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2860].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2861].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[934].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[935].Value = global::System.DBNull.Value; } - if ((Original_T2764000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2862].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2863].Value = ((int)(Original_T2764000.Value)); + if ((Original_T4503901.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[936].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[937].Value = ((int)(Original_T4503901.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2862].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2863].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[936].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[937].Value = global::System.DBNull.Value; } - if ((Original_T3729600.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2864].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2865].Value = ((int)(Original_T3729600.Value)); + if ((Original_T4504000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[938].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[939].Value = ((int)(Original_T4504000.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2864].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2865].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[938].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[939].Value = global::System.DBNull.Value; } - if ((Original_T3729700.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2866].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2867].Value = ((int)(Original_T3729700.Value)); + if ((Original_T4504001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[940].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[941].Value = ((int)(Original_T4504001.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2866].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2867].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[940].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[941].Value = global::System.DBNull.Value; } - if ((Original_T3729800.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2868].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2869].Value = ((int)(Original_T3729800.Value)); + if ((Original_T4504100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[942].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[943].Value = ((int)(Original_T4504100.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2868].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2869].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[942].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[943].Value = global::System.DBNull.Value; } - if ((Original_T3729900.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2870].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2871].Value = ((int)(Original_T3729900.Value)); + if ((Original_T4504101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[944].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[945].Value = ((int)(Original_T4504101.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2870].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2871].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[944].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[945].Value = global::System.DBNull.Value; } - if ((Original_T3730000.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2872].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2873].Value = ((int)(Original_T3730000.Value)); + if ((Original_T4504200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[946].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[947].Value = ((int)(Original_T4504200.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2872].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2873].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[946].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[947].Value = global::System.DBNull.Value; } - if ((Original_T3730100.HasValue == true)) { - this.Adapter.UpdateCommand.Parameters[2874].Value = ((object)(0)); - this.Adapter.UpdateCommand.Parameters[2875].Value = ((int)(Original_T3730100.Value)); + if ((Original_T4504201.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[948].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[949].Value = ((int)(Original_T4504201.Value)); } else { - this.Adapter.UpdateCommand.Parameters[2874].Value = ((object)(1)); - this.Adapter.UpdateCommand.Parameters[2875].Value = global::System.DBNull.Value; + this.Adapter.UpdateCommand.Parameters[948].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[949].Value = global::System.DBNull.Value; } global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State; if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) @@ -169682,354 +182024,112 @@ public virtual int Update( [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] public virtual int Update( - global::System.Nullable R0214800, - global::System.Nullable R1373300, global::System.Nullable R1373400, - global::System.Nullable R1373500, - global::System.Nullable R1374000, global::System.Nullable R1374100, - global::System.Nullable R1374200, - global::System.Nullable R1374700, global::System.Nullable R1374800, - global::System.Nullable R1374900, - global::System.Nullable R1375400, global::System.Nullable R1375500, - global::System.Nullable R1375600, - global::System.Nullable R1376100, global::System.Nullable R1376200, - global::System.Nullable R1376300, - global::System.Nullable R1376800, global::System.Nullable R1376900, - global::System.Nullable R1377000, - global::System.Nullable R1377500, global::System.Nullable R1377600, - global::System.Nullable R1377700, - global::System.Nullable R1753700, global::System.Nullable R1753800, - global::System.Nullable R1753900, - global::System.Nullable R1754400, global::System.Nullable R1754500, - global::System.Nullable R1754600, - global::System.Nullable R1755100, global::System.Nullable R1755200, - global::System.Nullable R1755300, - global::System.Nullable R1755800, global::System.Nullable R1755900, - global::System.Nullable R1756000, - global::System.Nullable R1756500, global::System.Nullable R1756600, - global::System.Nullable R1756700, - global::System.Nullable R1757200, global::System.Nullable R1757300, - global::System.Nullable R1757400, - global::System.Nullable R1757900, global::System.Nullable R1758000, - global::System.Nullable R1758100, - global::System.Nullable R2095700, global::System.Nullable R2095800, - global::System.Nullable R2095900, - global::System.Nullable R2096400, global::System.Nullable R2096500, - global::System.Nullable R2096600, - global::System.Nullable R2097100, global::System.Nullable R2097200, - global::System.Nullable R2097300, - global::System.Nullable R2097800, global::System.Nullable R2097900, - global::System.Nullable R2098000, - global::System.Nullable R2098500, global::System.Nullable R2098600, - global::System.Nullable R2098700, - global::System.Nullable R2099200, global::System.Nullable R2099300, - global::System.Nullable R2099400, - global::System.Nullable R2099900, global::System.Nullable R2100000, - global::System.Nullable R2100100, - global::System.Nullable R2345900, - global::System.Nullable R2346200, - global::System.Nullable R2346500, - global::System.Nullable R2346800, - global::System.Nullable R2347100, - global::System.Nullable R2347400, - global::System.Nullable R2347700, - global::System.Nullable R2648000, global::System.Nullable R2648100, - global::System.Nullable R2648200, - global::System.Nullable R2648700, global::System.Nullable R2648800, - global::System.Nullable R2648900, - global::System.Nullable R2649400, global::System.Nullable R2649500, - global::System.Nullable R2649600, - global::System.Nullable R2650100, global::System.Nullable R2650200, - global::System.Nullable R2650300, - global::System.Nullable R2650800, global::System.Nullable R2650900, - global::System.Nullable R2651000, - global::System.Nullable R2651500, global::System.Nullable R2651600, - global::System.Nullable R2651700, - global::System.Nullable R2652200, global::System.Nullable R2652300, - global::System.Nullable R2652400, - global::System.Nullable R2955900, - global::System.Nullable R2956200, - global::System.Nullable R2956500, - global::System.Nullable R2956800, - global::System.Nullable R2957100, - global::System.Nullable R2957400, - global::System.Nullable R2957700, - global::System.Nullable R3255900, global::System.Nullable R3256000, - global::System.Nullable R3256100, - global::System.Nullable R3257700, global::System.Nullable R3257800, - global::System.Nullable R3257900, - global::System.Nullable R3259500, global::System.Nullable R3259600, - global::System.Nullable R3259700, - global::System.Nullable R3261300, global::System.Nullable R3261400, - global::System.Nullable R3261500, - global::System.Nullable R3263100, global::System.Nullable R3263200, - global::System.Nullable R3263300, - global::System.Nullable R3264900, global::System.Nullable R3265000, - global::System.Nullable R3265100, - global::System.Nullable R3266700, global::System.Nullable R3266800, - global::System.Nullable R3266900, - global::System.Nullable R3268500, - global::System.Nullable R3556400, - global::System.Nullable R3557000, - global::System.Nullable R3557600, - global::System.Nullable R3771800, global::System.Nullable R3771900, - global::System.Nullable R3772000, - global::System.Nullable R3772100, global::System.Nullable R3772200, global::System.Nullable R3772300, - global::System.Nullable R3772400, - global::System.Nullable R3773900, global::System.Nullable R3774000, - global::System.Nullable R3774100, - global::System.Nullable R3774200, global::System.Nullable R3774300, global::System.Nullable R3774400, - global::System.Nullable R3774500, - global::System.Nullable R3776000, global::System.Nullable R3776100, - global::System.Nullable R3776200, - global::System.Nullable R3776300, global::System.Nullable R3776400, global::System.Nullable R3776500, - global::System.Nullable R3776600, - global::System.Nullable R3778100, global::System.Nullable R3778200, - global::System.Nullable R3778300, - global::System.Nullable R3778400, global::System.Nullable R3778500, global::System.Nullable R3778600, - global::System.Nullable R3778700, - global::System.Nullable R3780200, global::System.Nullable R3780300, - global::System.Nullable R3780400, - global::System.Nullable R3780500, global::System.Nullable R3780600, global::System.Nullable R3780700, - global::System.Nullable R3780800, - global::System.Nullable R3782300, global::System.Nullable R3782400, - global::System.Nullable R3782500, - global::System.Nullable R3782600, - global::System.Nullable R3782900, - global::System.Nullable R3784400, global::System.Nullable R3784500, - global::System.Nullable R3784600, - global::System.Nullable R3784700, - global::System.Nullable R3785000, - global::System.Nullable R3786500, - global::System.Nullable R3788004, - global::System.Nullable R4276800, - global::System.Nullable R4276900, - global::System.Nullable R4277000, - global::System.Nullable R4277100, - global::System.Nullable R4277101, + global::System.Nullable R4276900, global::System.Nullable R4277200, global::System.Nullable R4277201, - global::System.Nullable R4277700, global::System.Nullable R4277800, - global::System.Nullable R4277900, - global::System.Nullable R4278000, - global::System.Nullable R4278001, global::System.Nullable R4278100, global::System.Nullable R4278101, - global::System.Nullable R4278600, global::System.Nullable R4278700, - global::System.Nullable R4278800, - global::System.Nullable R4278900, - global::System.Nullable R4278901, global::System.Nullable R4279000, global::System.Nullable R4279001, - global::System.Nullable R4279500, global::System.Nullable R4279600, - global::System.Nullable R4279700, - global::System.Nullable R4279800, - global::System.Nullable R4279801, global::System.Nullable R4279900, global::System.Nullable R4279901, - global::System.Nullable R4280400, global::System.Nullable R4280500, - global::System.Nullable R4280600, - global::System.Nullable R4280700, - global::System.Nullable R4280701, global::System.Nullable R4280800, global::System.Nullable R4280801, - global::System.Nullable R4281300, global::System.Nullable R4281400, - global::System.Nullable R4281500, - global::System.Nullable R4281600, - global::System.Nullable R4281601, - global::System.Nullable R4282100, global::System.Nullable R4282200, - global::System.Nullable R4282300, - global::System.Nullable R4282400, - global::System.Nullable R4282401, - global::System.Nullable R4282900, - global::System.Nullable R4283000, - global::System.Nullable R4283100, - global::System.Nullable R4283600, - global::System.Nullable R4827600, global::System.Nullable R4827700, - global::System.Nullable R4827800, - global::System.Nullable R4827900, - global::System.Nullable R4827901, global::System.Nullable R4828000, global::System.Nullable R4828001, - global::System.Nullable R4828100, - global::System.Nullable R4830600, global::System.Nullable R4830700, - global::System.Nullable R4830800, - global::System.Nullable R4830900, - global::System.Nullable R4830901, global::System.Nullable R4831000, global::System.Nullable R4831001, - global::System.Nullable R4831100, - global::System.Nullable R4833600, global::System.Nullable R4833700, - global::System.Nullable R4833800, - global::System.Nullable R4833900, - global::System.Nullable R4833901, global::System.Nullable R4834000, global::System.Nullable R4834001, - global::System.Nullable R4834100, - global::System.Nullable R4836600, global::System.Nullable R4836700, - global::System.Nullable R4836800, - global::System.Nullable R4836900, - global::System.Nullable R4836901, global::System.Nullable R4837000, global::System.Nullable R4837001, - global::System.Nullable R4837100, - global::System.Nullable R4839600, global::System.Nullable R4839700, - global::System.Nullable R4839800, - global::System.Nullable R4839900, - global::System.Nullable R4839901, global::System.Nullable R4840000, global::System.Nullable R4840001, - global::System.Nullable R4840100, - global::System.Nullable R4842500, global::System.Nullable R4842600, - global::System.Nullable R4842700, - global::System.Nullable R4842800, - global::System.Nullable R4842801, - global::System.Nullable R4842900, - global::System.Nullable R4844800, global::System.Nullable R4844900, - global::System.Nullable R4845000, - global::System.Nullable R4845100, - global::System.Nullable R4845101, - global::System.Nullable R4845200, - global::System.Nullable R4847100, global::System.Nullable R4847200, - global::System.Nullable R4847300, - global::System.Nullable R4847400, - global::System.Nullable R5498000, global::System.Nullable R5498100, - global::System.Nullable R5498200, - global::System.Nullable R5498300, - global::System.Nullable R5498301, global::System.Nullable R5498400, global::System.Nullable R5498401, - global::System.Nullable R5498500, - global::System.Nullable R5501000, global::System.Nullable R5501100, - global::System.Nullable R5501200, - global::System.Nullable R5501300, - global::System.Nullable R5501301, global::System.Nullable R5501400, global::System.Nullable R5501401, - global::System.Nullable R5501500, - global::System.Nullable R5504000, global::System.Nullable R5504100, - global::System.Nullable R5504200, - global::System.Nullable R5504300, - global::System.Nullable R5504301, global::System.Nullable R5504400, global::System.Nullable R5504401, - global::System.Nullable R5504500, - global::System.Nullable R5507000, global::System.Nullable R5507100, - global::System.Nullable R5507200, - global::System.Nullable R5507300, - global::System.Nullable R5507301, global::System.Nullable R5507400, global::System.Nullable R5507401, - global::System.Nullable R5507500, - global::System.Nullable R5510000, global::System.Nullable R5510100, - global::System.Nullable R5510200, - global::System.Nullable R5510300, - global::System.Nullable R5510301, global::System.Nullable R5510400, global::System.Nullable R5510401, - global::System.Nullable R5510500, - global::System.Nullable R5513000, global::System.Nullable R5513100, - global::System.Nullable R5513200, - global::System.Nullable R5513300, - global::System.Nullable R5513301, - global::System.Nullable R5513400, - global::System.Nullable R5515300, global::System.Nullable R5515400, - global::System.Nullable R5515500, - global::System.Nullable R5515600, - global::System.Nullable R5515601, - global::System.Nullable R5515700, - global::System.Nullable R5517600, global::System.Nullable R5517700, - global::System.Nullable R5517800, - global::System.Nullable R5517900, - global::System.Nullable R5519800, global::System.Nullable R5519900, - global::System.Nullable R5520000, - global::System.Nullable R5520100, - global::System.Nullable R5520101, - global::System.Nullable R5520200, - global::System.Nullable R6218400, - global::System.Nullable R6218500, - global::System.Nullable R6218600, - global::System.Nullable R6218700, - global::System.Nullable R6218800, - global::System.Nullable R6218900, - global::System.Nullable R6219000, - global::System.Nullable R6219100, - global::System.Nullable R6219200, - global::System.Nullable R6219300, global::System.Nullable R6219500, global::System.Nullable R6219600, global::System.Nullable R6219700, @@ -170040,36 +182140,6 @@ public virtual int Update( global::System.Nullable R6220200, global::System.Nullable R6220300, global::System.Nullable R6220400, - global::System.Nullable R6220600, - global::System.Nullable R6220700, - global::System.Nullable R6220800, - global::System.Nullable R6220900, - global::System.Nullable R6221000, - global::System.Nullable R6221100, - global::System.Nullable R6221200, - global::System.Nullable R6221300, - global::System.Nullable R6221400, - global::System.Nullable R6221500, - global::System.Nullable R6221700, - global::System.Nullable R6221701, - global::System.Nullable R6221800, - global::System.Nullable R6221801, - global::System.Nullable R6221900, - global::System.Nullable R6221901, - global::System.Nullable R6222000, - global::System.Nullable R6222001, - global::System.Nullable R6222100, - global::System.Nullable R6222101, - global::System.Nullable R6222200, - global::System.Nullable R6222201, - global::System.Nullable R6222300, - global::System.Nullable R6222301, - global::System.Nullable R6222400, - global::System.Nullable R6222401, - global::System.Nullable R6222500, - global::System.Nullable R6222501, - global::System.Nullable R6222600, - global::System.Nullable R6222601, global::System.Nullable R6222800, global::System.Nullable R6222801, global::System.Nullable R6222900, @@ -170082,36 +182152,6 @@ public virtual int Update( global::System.Nullable R6223201, global::System.Nullable R6223300, global::System.Nullable R6223301, - global::System.Nullable R6223400, - global::System.Nullable R6223500, - global::System.Nullable R6223600, - global::System.Nullable R6223700, - global::System.Nullable R6223800, - global::System.Nullable R6223900, - global::System.Nullable R6224000, - global::System.Nullable R6224100, - global::System.Nullable R6224200, - global::System.Nullable R6224300, - global::System.Nullable R6770600, - global::System.Nullable R6771600, - global::System.Nullable R6771700, - global::System.Nullable R6771800, - global::System.Nullable R6771900, - global::System.Nullable R6772000, - global::System.Nullable R6772100, - global::System.Nullable R6772200, - global::System.Nullable R6772300, - global::System.Nullable R6772400, - global::System.Nullable R6772500, - global::System.Nullable R6772600, - global::System.Nullable R6772700, - global::System.Nullable R6772800, - global::System.Nullable R6772900, - global::System.Nullable R6773000, - global::System.Nullable R6773100, - global::System.Nullable R6773200, - global::System.Nullable R6773300, - global::System.Nullable R6773400, global::System.Nullable R6773500, global::System.Nullable R6773600, global::System.Nullable R6773700, @@ -170122,32 +182162,6 @@ public virtual int Update( global::System.Nullable R6774200, global::System.Nullable R6774300, global::System.Nullable R6774400, - global::System.Nullable R6774500, - global::System.Nullable R6774600, - global::System.Nullable R6774700, - global::System.Nullable R6774800, - global::System.Nullable R6774900, - global::System.Nullable R6775000, - global::System.Nullable R6775100, - global::System.Nullable R6775200, - global::System.Nullable R6775300, - global::System.Nullable R6775400, - global::System.Nullable R6775500, - global::System.Nullable R6775501, - global::System.Nullable R6775600, - global::System.Nullable R6775601, - global::System.Nullable R6775700, - global::System.Nullable R6775701, - global::System.Nullable R6775800, - global::System.Nullable R6775801, - global::System.Nullable R6775900, - global::System.Nullable R6775901, - global::System.Nullable R6776000, - global::System.Nullable R6776001, - global::System.Nullable R6776100, - global::System.Nullable R6776101, - global::System.Nullable R6776200, - global::System.Nullable R6776201, global::System.Nullable R6776300, global::System.Nullable R6776301, global::System.Nullable R6776400, @@ -170160,36 +182174,6 @@ public virtual int Update( global::System.Nullable R6776701, global::System.Nullable R6776800, global::System.Nullable R6776801, - global::System.Nullable R6776900, - global::System.Nullable R6777000, - global::System.Nullable R6777100, - global::System.Nullable R6777200, - global::System.Nullable R6777300, - global::System.Nullable R6777400, - global::System.Nullable R6777500, - global::System.Nullable R6777600, - global::System.Nullable R6777700, - global::System.Nullable R6777800, - global::System.Nullable R7415900, - global::System.Nullable R7416000, - global::System.Nullable R7416100, - global::System.Nullable R7416200, - global::System.Nullable R7416300, - global::System.Nullable R7416400, - global::System.Nullable R7416500, - global::System.Nullable R7416600, - global::System.Nullable R7416700, - global::System.Nullable R7416800, - global::System.Nullable R7416900, - global::System.Nullable R7417000, - global::System.Nullable R7417100, - global::System.Nullable R7417200, - global::System.Nullable R7417300, - global::System.Nullable R7417400, - global::System.Nullable R7417500, - global::System.Nullable R7417600, - global::System.Nullable R7417700, - global::System.Nullable R7417800, global::System.Nullable R7417900, global::System.Nullable R7418000, global::System.Nullable R7418100, @@ -170200,32 +182184,6 @@ public virtual int Update( global::System.Nullable R7418600, global::System.Nullable R7418700, global::System.Nullable R7418800, - global::System.Nullable R7418900, - global::System.Nullable R7419000, - global::System.Nullable R7419100, - global::System.Nullable R7419200, - global::System.Nullable R7419300, - global::System.Nullable R7419400, - global::System.Nullable R7419500, - global::System.Nullable R7419600, - global::System.Nullable R7419700, - global::System.Nullable R7419800, - global::System.Nullable R7419900, - global::System.Nullable R7419901, - global::System.Nullable R7420000, - global::System.Nullable R7420001, - global::System.Nullable R7420100, - global::System.Nullable R7420101, - global::System.Nullable R7420200, - global::System.Nullable R7420201, - global::System.Nullable R7420300, - global::System.Nullable R7420301, - global::System.Nullable R7420400, - global::System.Nullable R7420401, - global::System.Nullable R7420500, - global::System.Nullable R7420501, - global::System.Nullable R7420600, - global::System.Nullable R7420601, global::System.Nullable R7420700, global::System.Nullable R7420701, global::System.Nullable R7420800, @@ -170240,36 +182198,6 @@ public virtual int Update( global::System.Nullable R7421201, global::System.Nullable R7421300, global::System.Nullable R7421301, - global::System.Nullable R7421400, - global::System.Nullable R7421500, - global::System.Nullable R7421600, - global::System.Nullable R7421700, - global::System.Nullable R7421800, - global::System.Nullable R7421900, - global::System.Nullable R7422000, - global::System.Nullable R7422100, - global::System.Nullable R7422200, - global::System.Nullable R7422300, - global::System.Nullable R8114000, - global::System.Nullable R8114100, - global::System.Nullable R8114200, - global::System.Nullable R8114300, - global::System.Nullable R8114400, - global::System.Nullable R8114500, - global::System.Nullable R8114600, - global::System.Nullable R8114700, - global::System.Nullable R8114800, - global::System.Nullable R8114900, - global::System.Nullable R8115000, - global::System.Nullable R8115100, - global::System.Nullable R8115200, - global::System.Nullable R8115300, - global::System.Nullable R8115400, - global::System.Nullable R8115500, - global::System.Nullable R8115600, - global::System.Nullable R8115700, - global::System.Nullable R8115800, - global::System.Nullable R8115900, global::System.Nullable R8116000, global::System.Nullable R8116100, global::System.Nullable R8116200, @@ -170280,36 +182208,6 @@ public virtual int Update( global::System.Nullable R8116700, global::System.Nullable R8116800, global::System.Nullable R8116900, - global::System.Nullable R8117000, - global::System.Nullable R8117100, - global::System.Nullable R8117200, - global::System.Nullable R8117300, - global::System.Nullable R8117400, - global::System.Nullable R8117500, - global::System.Nullable R8117600, - global::System.Nullable R8117700, - global::System.Nullable R8117800, - global::System.Nullable R8117900, - global::System.Nullable R8118000, - global::System.Nullable R8118001, - global::System.Nullable R8118100, - global::System.Nullable R8118101, - global::System.Nullable R8118200, - global::System.Nullable R8118201, - global::System.Nullable R8118300, - global::System.Nullable R8118301, - global::System.Nullable R8118400, - global::System.Nullable R8118401, - global::System.Nullable R8118500, - global::System.Nullable R8118501, - global::System.Nullable R8118600, - global::System.Nullable R8118601, - global::System.Nullable R8118700, - global::System.Nullable R8118701, - global::System.Nullable R8118800, - global::System.Nullable R8118801, - global::System.Nullable R8118900, - global::System.Nullable R8118901, global::System.Nullable R8119000, global::System.Nullable R8119001, global::System.Nullable R8119100, @@ -170322,60 +182220,6 @@ public virtual int Update( global::System.Nullable R8119401, global::System.Nullable R8119500, global::System.Nullable R8119501, - global::System.Nullable R8119600, - global::System.Nullable R8119700, - global::System.Nullable R8119800, - global::System.Nullable R8119900, - global::System.Nullable R8120000, - global::System.Nullable R8120100, - global::System.Nullable R8120200, - global::System.Nullable R8120300, - global::System.Nullable R8120400, - global::System.Nullable R8120500, - global::System.Nullable R8135300, - global::System.Nullable R8135400, - global::System.Nullable R8135500, - global::System.Nullable R8135600, - global::System.Nullable R8135700, - global::System.Nullable R8135800, - global::System.Nullable R8135900, - global::System.Nullable R9900600, - global::System.Nullable R9900601, - global::System.Nullable R9901400, - global::System.Nullable R9901401, - global::System.Nullable R9902200, - global::System.Nullable R9902201, - global::System.Nullable R9903000, - global::System.Nullable R9903001, - global::System.Nullable R9903800, - global::System.Nullable R9903801, - global::System.Nullable R9904600, - global::System.Nullable R9904601, - global::System.Nullable R9905400, - global::System.Nullable R9905401, - global::System.Nullable R9911200, - global::System.Nullable R9911201, - global::System.Nullable T0345800, - global::System.Nullable T0345900, - global::System.Nullable T0346000, - global::System.Nullable T0346100, - global::System.Nullable T0346200, - global::System.Nullable T0346300, - global::System.Nullable T0346400, - global::System.Nullable T0346500, - global::System.Nullable T0346600, - global::System.Nullable T0346700, - global::System.Nullable T0346800, - global::System.Nullable T0346900, - global::System.Nullable T0347000, - global::System.Nullable T0347100, - global::System.Nullable T0347200, - global::System.Nullable T0347300, - global::System.Nullable T0347400, - global::System.Nullable T0347500, - global::System.Nullable T0347600, - global::System.Nullable T0347700, - global::System.Nullable T0347800, global::System.Nullable T0347900, global::System.Nullable T0348000, global::System.Nullable T0348100, @@ -170387,37 +182231,6 @@ public virtual int Update( global::System.Nullable T0348700, global::System.Nullable T0348800, global::System.Nullable T0348900, - global::System.Nullable T0349000, - global::System.Nullable T0349100, - global::System.Nullable T0349200, - global::System.Nullable T0349300, - global::System.Nullable T0349400, - global::System.Nullable T0349500, - global::System.Nullable T0349600, - global::System.Nullable T0349700, - global::System.Nullable T0349800, - global::System.Nullable T0349900, - global::System.Nullable T0350000, - global::System.Nullable T0350100, - global::System.Nullable T0350101, - global::System.Nullable T0350200, - global::System.Nullable T0350201, - global::System.Nullable T0350300, - global::System.Nullable T0350301, - global::System.Nullable T0350400, - global::System.Nullable T0350401, - global::System.Nullable T0350500, - global::System.Nullable T0350501, - global::System.Nullable T0350600, - global::System.Nullable T0350601, - global::System.Nullable T0350700, - global::System.Nullable T0350701, - global::System.Nullable T0350800, - global::System.Nullable T0350801, - global::System.Nullable T0350900, - global::System.Nullable T0350901, - global::System.Nullable T0351000, - global::System.Nullable T0351001, global::System.Nullable T0351100, global::System.Nullable T0351101, global::System.Nullable T0351200, @@ -170434,45 +182247,6 @@ public virtual int Update( global::System.Nullable T0351701, global::System.Nullable T0351800, global::System.Nullable T0351801, - global::System.Nullable T0351900, - global::System.Nullable T0352000, - global::System.Nullable T0352100, - global::System.Nullable T0352200, - global::System.Nullable T0352300, - global::System.Nullable T0352400, - global::System.Nullable T0352500, - global::System.Nullable T0352600, - global::System.Nullable T0352700, - global::System.Nullable T0352800, - global::System.Nullable T0352900, - global::System.Nullable T0597800, - global::System.Nullable T0597900, - global::System.Nullable T0598000, - global::System.Nullable T0598100, - global::System.Nullable T0598200, - global::System.Nullable T0598300, - global::System.Nullable T0598400, - global::System.Nullable T1495200, - global::System.Nullable T1495300, - global::System.Nullable T1495400, - global::System.Nullable T1495500, - global::System.Nullable T1495600, - global::System.Nullable T1495700, - global::System.Nullable T1495800, - global::System.Nullable T1495900, - global::System.Nullable T1496000, - global::System.Nullable T1496100, - global::System.Nullable T1496200, - global::System.Nullable T1496300, - global::System.Nullable T1496400, - global::System.Nullable T1496500, - global::System.Nullable T1496600, - global::System.Nullable T1496700, - global::System.Nullable T1496800, - global::System.Nullable T1496900, - global::System.Nullable T1497000, - global::System.Nullable T1497100, - global::System.Nullable T1497200, global::System.Nullable T1497300, global::System.Nullable T1497400, global::System.Nullable T1497500, @@ -170484,37 +182258,6 @@ public virtual int Update( global::System.Nullable T1498100, global::System.Nullable T1498200, global::System.Nullable T1498300, - global::System.Nullable T1498400, - global::System.Nullable T1498500, - global::System.Nullable T1498600, - global::System.Nullable T1498700, - global::System.Nullable T1498800, - global::System.Nullable T1498900, - global::System.Nullable T1499000, - global::System.Nullable T1499100, - global::System.Nullable T1499200, - global::System.Nullable T1499300, - global::System.Nullable T1499400, - global::System.Nullable T1499500, - global::System.Nullable T1499501, - global::System.Nullable T1499600, - global::System.Nullable T1499601, - global::System.Nullable T1499700, - global::System.Nullable T1499701, - global::System.Nullable T1499800, - global::System.Nullable T1499801, - global::System.Nullable T1499900, - global::System.Nullable T1499901, - global::System.Nullable T1500000, - global::System.Nullable T1500001, - global::System.Nullable T1500100, - global::System.Nullable T1500101, - global::System.Nullable T1500200, - global::System.Nullable T1500201, - global::System.Nullable T1500300, - global::System.Nullable T1500301, - global::System.Nullable T1500400, - global::System.Nullable T1500401, global::System.Nullable T1500500, global::System.Nullable T1500501, global::System.Nullable T1500600, @@ -170527,44 +182270,6 @@ public virtual int Update( global::System.Nullable T1500901, global::System.Nullable T1501000, global::System.Nullable T1501001, - global::System.Nullable T1501100, - global::System.Nullable T1501200, - global::System.Nullable T1501300, - global::System.Nullable T1501400, - global::System.Nullable T1501500, - global::System.Nullable T1501600, - global::System.Nullable T1501700, - global::System.Nullable T1501800, - global::System.Nullable T1501900, - global::System.Nullable T1502000, - global::System.Nullable T1502100, - global::System.Nullable T1765100, - global::System.Nullable T1765200, - global::System.Nullable T1765300, - global::System.Nullable T1765400, - global::System.Nullable T1765500, - global::System.Nullable T1765600, - global::System.Nullable T1765700, - global::System.Nullable T2541200, - global::System.Nullable T2541300, - global::System.Nullable T2541400, - global::System.Nullable T2541500, - global::System.Nullable T2541600, - global::System.Nullable T2541700, - global::System.Nullable T2541800, - global::System.Nullable T2541900, - global::System.Nullable T2542000, - global::System.Nullable T2542100, - global::System.Nullable T2542200, - global::System.Nullable T2542300, - global::System.Nullable T2542400, - global::System.Nullable T2542500, - global::System.Nullable T2542600, - global::System.Nullable T2542700, - global::System.Nullable T2542800, - global::System.Nullable T2542900, - global::System.Nullable T2543000, - global::System.Nullable T2543100, global::System.Nullable T2543200, global::System.Nullable T2543300, global::System.Nullable T2543400, @@ -170575,34 +182280,6 @@ public virtual int Update( global::System.Nullable T2543900, global::System.Nullable T2544000, global::System.Nullable T2544100, - global::System.Nullable T2544200, - global::System.Nullable T2544300, - global::System.Nullable T2544400, - global::System.Nullable T2544500, - global::System.Nullable T2544600, - global::System.Nullable T2544700, - global::System.Nullable T2544800, - global::System.Nullable T2544900, - global::System.Nullable T2545000, - global::System.Nullable T2545100, - global::System.Nullable T2545200, - global::System.Nullable T2545201, - global::System.Nullable T2545300, - global::System.Nullable T2545301, - global::System.Nullable T2545400, - global::System.Nullable T2545401, - global::System.Nullable T2545500, - global::System.Nullable T2545501, - global::System.Nullable T2545600, - global::System.Nullable T2545601, - global::System.Nullable T2545700, - global::System.Nullable T2545701, - global::System.Nullable T2545800, - global::System.Nullable T2545801, - global::System.Nullable T2545900, - global::System.Nullable T2545901, - global::System.Nullable T2546000, - global::System.Nullable T2546001, global::System.Nullable T2546100, global::System.Nullable T2546101, global::System.Nullable T2546200, @@ -170617,378 +182294,159 @@ public virtual int Update( global::System.Nullable T2546601, global::System.Nullable T2546700, global::System.Nullable T2546701, - global::System.Nullable T2546800, - global::System.Nullable T2546900, - global::System.Nullable T2547000, - global::System.Nullable T2547100, - global::System.Nullable T2547200, - global::System.Nullable T2547300, - global::System.Nullable T2547400, - global::System.Nullable T2547500, - global::System.Nullable T2547600, - global::System.Nullable T2547700, - global::System.Nullable T2763400, - global::System.Nullable T2763500, - global::System.Nullable T2763600, - global::System.Nullable T2763700, - global::System.Nullable T2763800, - global::System.Nullable T2763900, - global::System.Nullable T2764000, - global::System.Nullable T3729600, - global::System.Nullable T3729700, - global::System.Nullable T3729800, - global::System.Nullable T3729900, - global::System.Nullable T3730000, - global::System.Nullable T3730100, + global::System.Nullable T3529500, + global::System.Nullable T3529600, + global::System.Nullable T3529700, + global::System.Nullable T3529800, + global::System.Nullable T3529900, + global::System.Nullable T3530000, + global::System.Nullable T3530100, + global::System.Nullable T3530200, + global::System.Nullable T3530300, + global::System.Nullable T3530400, + global::System.Nullable T3532500, + global::System.Nullable T3532501, + global::System.Nullable T3532600, + global::System.Nullable T3532601, + global::System.Nullable T3532700, + global::System.Nullable T3532701, + global::System.Nullable T3532800, + global::System.Nullable T3532801, + global::System.Nullable T3532900, + global::System.Nullable T3532901, + global::System.Nullable T3533000, + global::System.Nullable T3533001, + global::System.Nullable T3533100, + global::System.Nullable T3533101, + global::System.Nullable T4498100, + global::System.Nullable T4498200, + global::System.Nullable T4498300, + global::System.Nullable T4498400, + global::System.Nullable T4498500, + global::System.Nullable T4498600, + global::System.Nullable T4498700, + global::System.Nullable T4498800, + global::System.Nullable T4498900, + global::System.Nullable T4499000, + global::System.Nullable T4503700, + global::System.Nullable T4503701, + global::System.Nullable T4503800, + global::System.Nullable T4503801, + global::System.Nullable T4503900, + global::System.Nullable T4503901, + global::System.Nullable T4504000, + global::System.Nullable T4504001, + global::System.Nullable T4504100, + global::System.Nullable T4504101, + global::System.Nullable T4504200, + global::System.Nullable T4504201, int Original_R0000100, - global::System.Nullable Original_R0214800, - global::System.Nullable Original_R1373300, global::System.Nullable Original_R1373400, - global::System.Nullable Original_R1373500, - global::System.Nullable Original_R1374000, global::System.Nullable Original_R1374100, - global::System.Nullable Original_R1374200, - global::System.Nullable Original_R1374700, global::System.Nullable Original_R1374800, - global::System.Nullable Original_R1374900, - global::System.Nullable Original_R1375400, global::System.Nullable Original_R1375500, - global::System.Nullable Original_R1375600, - global::System.Nullable Original_R1376100, global::System.Nullable Original_R1376200, - global::System.Nullable Original_R1376300, - global::System.Nullable Original_R1376800, global::System.Nullable Original_R1376900, - global::System.Nullable Original_R1377000, - global::System.Nullable Original_R1377500, global::System.Nullable Original_R1377600, - global::System.Nullable Original_R1377700, - global::System.Nullable Original_R1753700, global::System.Nullable Original_R1753800, - global::System.Nullable Original_R1753900, - global::System.Nullable Original_R1754400, global::System.Nullable Original_R1754500, - global::System.Nullable Original_R1754600, - global::System.Nullable Original_R1755100, global::System.Nullable Original_R1755200, - global::System.Nullable Original_R1755300, - global::System.Nullable Original_R1755800, global::System.Nullable Original_R1755900, - global::System.Nullable Original_R1756000, - global::System.Nullable Original_R1756500, global::System.Nullable Original_R1756600, - global::System.Nullable Original_R1756700, - global::System.Nullable Original_R1757200, global::System.Nullable Original_R1757300, - global::System.Nullable Original_R1757400, - global::System.Nullable Original_R1757900, global::System.Nullable Original_R1758000, - global::System.Nullable Original_R1758100, - global::System.Nullable Original_R2095700, global::System.Nullable Original_R2095800, - global::System.Nullable Original_R2095900, - global::System.Nullable Original_R2096400, global::System.Nullable Original_R2096500, - global::System.Nullable Original_R2096600, - global::System.Nullable Original_R2097100, global::System.Nullable Original_R2097200, - global::System.Nullable Original_R2097300, - global::System.Nullable Original_R2097800, global::System.Nullable Original_R2097900, - global::System.Nullable Original_R2098000, - global::System.Nullable Original_R2098500, global::System.Nullable Original_R2098600, - global::System.Nullable Original_R2098700, - global::System.Nullable Original_R2099200, global::System.Nullable Original_R2099300, - global::System.Nullable Original_R2099400, - global::System.Nullable Original_R2099900, global::System.Nullable Original_R2100000, - global::System.Nullable Original_R2100100, - global::System.Nullable Original_R2345900, - global::System.Nullable Original_R2346200, - global::System.Nullable Original_R2346500, - global::System.Nullable Original_R2346800, - global::System.Nullable Original_R2347100, - global::System.Nullable Original_R2347400, - global::System.Nullable Original_R2347700, - global::System.Nullable Original_R2648000, global::System.Nullable Original_R2648100, - global::System.Nullable Original_R2648200, - global::System.Nullable Original_R2648700, global::System.Nullable Original_R2648800, - global::System.Nullable Original_R2648900, - global::System.Nullable Original_R2649400, global::System.Nullable Original_R2649500, - global::System.Nullable Original_R2649600, - global::System.Nullable Original_R2650100, global::System.Nullable Original_R2650200, - global::System.Nullable Original_R2650300, - global::System.Nullable Original_R2650800, global::System.Nullable Original_R2650900, - global::System.Nullable Original_R2651000, - global::System.Nullable Original_R2651500, global::System.Nullable Original_R2651600, - global::System.Nullable Original_R2651700, - global::System.Nullable Original_R2652200, global::System.Nullable Original_R2652300, - global::System.Nullable Original_R2652400, - global::System.Nullable Original_R2955900, - global::System.Nullable Original_R2956200, - global::System.Nullable Original_R2956500, - global::System.Nullable Original_R2956800, - global::System.Nullable Original_R2957100, - global::System.Nullable Original_R2957400, - global::System.Nullable Original_R2957700, - global::System.Nullable Original_R3255900, global::System.Nullable Original_R3256000, - global::System.Nullable Original_R3256100, - global::System.Nullable Original_R3257700, global::System.Nullable Original_R3257800, - global::System.Nullable Original_R3257900, - global::System.Nullable Original_R3259500, global::System.Nullable Original_R3259600, - global::System.Nullable Original_R3259700, - global::System.Nullable Original_R3261300, global::System.Nullable Original_R3261400, - global::System.Nullable Original_R3261500, - global::System.Nullable Original_R3263100, global::System.Nullable Original_R3263200, - global::System.Nullable Original_R3263300, - global::System.Nullable Original_R3264900, global::System.Nullable Original_R3265000, - global::System.Nullable Original_R3265100, - global::System.Nullable Original_R3266700, global::System.Nullable Original_R3266800, - global::System.Nullable Original_R3266900, - global::System.Nullable Original_R3268500, - global::System.Nullable Original_R3556400, - global::System.Nullable Original_R3557000, - global::System.Nullable Original_R3557600, - global::System.Nullable Original_R3771800, global::System.Nullable Original_R3771900, - global::System.Nullable Original_R3772000, - global::System.Nullable Original_R3772100, global::System.Nullable Original_R3772200, global::System.Nullable Original_R3772300, - global::System.Nullable Original_R3772400, - global::System.Nullable Original_R3773900, global::System.Nullable Original_R3774000, - global::System.Nullable Original_R3774100, - global::System.Nullable Original_R3774200, global::System.Nullable Original_R3774300, global::System.Nullable Original_R3774400, - global::System.Nullable Original_R3774500, - global::System.Nullable Original_R3776000, global::System.Nullable Original_R3776100, - global::System.Nullable Original_R3776200, - global::System.Nullable Original_R3776300, global::System.Nullable Original_R3776400, global::System.Nullable Original_R3776500, - global::System.Nullable Original_R3776600, - global::System.Nullable Original_R3778100, global::System.Nullable Original_R3778200, - global::System.Nullable Original_R3778300, - global::System.Nullable Original_R3778400, global::System.Nullable Original_R3778500, global::System.Nullable Original_R3778600, - global::System.Nullable Original_R3778700, - global::System.Nullable Original_R3780200, global::System.Nullable Original_R3780300, - global::System.Nullable Original_R3780400, - global::System.Nullable Original_R3780500, global::System.Nullable Original_R3780600, global::System.Nullable Original_R3780700, - global::System.Nullable Original_R3780800, - global::System.Nullable Original_R3782300, global::System.Nullable Original_R3782400, - global::System.Nullable Original_R3782500, - global::System.Nullable Original_R3782600, - global::System.Nullable Original_R3782900, - global::System.Nullable Original_R3784400, global::System.Nullable Original_R3784500, - global::System.Nullable Original_R3784600, - global::System.Nullable Original_R3784700, - global::System.Nullable Original_R3785000, - global::System.Nullable Original_R3786500, - global::System.Nullable Original_R3788004, - global::System.Nullable Original_R4276800, global::System.Nullable Original_R4276900, - global::System.Nullable Original_R4277000, - global::System.Nullable Original_R4277100, - global::System.Nullable Original_R4277101, global::System.Nullable Original_R4277200, global::System.Nullable Original_R4277201, - global::System.Nullable Original_R4277700, global::System.Nullable Original_R4277800, - global::System.Nullable Original_R4277900, - global::System.Nullable Original_R4278000, - global::System.Nullable Original_R4278001, global::System.Nullable Original_R4278100, global::System.Nullable Original_R4278101, - global::System.Nullable Original_R4278600, global::System.Nullable Original_R4278700, - global::System.Nullable Original_R4278800, - global::System.Nullable Original_R4278900, - global::System.Nullable Original_R4278901, global::System.Nullable Original_R4279000, global::System.Nullable Original_R4279001, - global::System.Nullable Original_R4279500, global::System.Nullable Original_R4279600, - global::System.Nullable Original_R4279700, - global::System.Nullable Original_R4279800, - global::System.Nullable Original_R4279801, global::System.Nullable Original_R4279900, global::System.Nullable Original_R4279901, - global::System.Nullable Original_R4280400, global::System.Nullable Original_R4280500, - global::System.Nullable Original_R4280600, - global::System.Nullable Original_R4280700, - global::System.Nullable Original_R4280701, global::System.Nullable Original_R4280800, global::System.Nullable Original_R4280801, - global::System.Nullable Original_R4281300, global::System.Nullable Original_R4281400, - global::System.Nullable Original_R4281500, - global::System.Nullable Original_R4281600, - global::System.Nullable Original_R4281601, - global::System.Nullable Original_R4282100, global::System.Nullable Original_R4282200, - global::System.Nullable Original_R4282300, - global::System.Nullable Original_R4282400, - global::System.Nullable Original_R4282401, - global::System.Nullable Original_R4282900, - global::System.Nullable Original_R4283000, - global::System.Nullable Original_R4283100, - global::System.Nullable Original_R4283600, - global::System.Nullable Original_R4827600, global::System.Nullable Original_R4827700, - global::System.Nullable Original_R4827800, - global::System.Nullable Original_R4827900, - global::System.Nullable Original_R4827901, global::System.Nullable Original_R4828000, global::System.Nullable Original_R4828001, - global::System.Nullable Original_R4828100, - global::System.Nullable Original_R4830600, global::System.Nullable Original_R4830700, - global::System.Nullable Original_R4830800, - global::System.Nullable Original_R4830900, - global::System.Nullable Original_R4830901, global::System.Nullable Original_R4831000, global::System.Nullable Original_R4831001, - global::System.Nullable Original_R4831100, - global::System.Nullable Original_R4833600, global::System.Nullable Original_R4833700, - global::System.Nullable Original_R4833800, - global::System.Nullable Original_R4833900, - global::System.Nullable Original_R4833901, global::System.Nullable Original_R4834000, global::System.Nullable Original_R4834001, - global::System.Nullable Original_R4834100, - global::System.Nullable Original_R4836600, global::System.Nullable Original_R4836700, - global::System.Nullable Original_R4836800, - global::System.Nullable Original_R4836900, - global::System.Nullable Original_R4836901, global::System.Nullable Original_R4837000, global::System.Nullable Original_R4837001, - global::System.Nullable Original_R4837100, - global::System.Nullable Original_R4839600, global::System.Nullable Original_R4839700, - global::System.Nullable Original_R4839800, - global::System.Nullable Original_R4839900, - global::System.Nullable Original_R4839901, global::System.Nullable Original_R4840000, global::System.Nullable Original_R4840001, - global::System.Nullable Original_R4840100, - global::System.Nullable Original_R4842500, global::System.Nullable Original_R4842600, - global::System.Nullable Original_R4842700, - global::System.Nullable Original_R4842800, - global::System.Nullable Original_R4842801, - global::System.Nullable Original_R4842900, - global::System.Nullable Original_R4844800, global::System.Nullable Original_R4844900, - global::System.Nullable Original_R4845000, - global::System.Nullable Original_R4845100, - global::System.Nullable Original_R4845101, - global::System.Nullable Original_R4845200, - global::System.Nullable Original_R4847100, global::System.Nullable Original_R4847200, - global::System.Nullable Original_R4847300, - global::System.Nullable Original_R4847400, - global::System.Nullable Original_R5498000, global::System.Nullable Original_R5498100, - global::System.Nullable Original_R5498200, - global::System.Nullable Original_R5498300, - global::System.Nullable Original_R5498301, global::System.Nullable Original_R5498400, global::System.Nullable Original_R5498401, - global::System.Nullable Original_R5498500, - global::System.Nullable Original_R5501000, global::System.Nullable Original_R5501100, - global::System.Nullable Original_R5501200, - global::System.Nullable Original_R5501300, - global::System.Nullable Original_R5501301, global::System.Nullable Original_R5501400, global::System.Nullable Original_R5501401, - global::System.Nullable Original_R5501500, - global::System.Nullable Original_R5504000, global::System.Nullable Original_R5504100, - global::System.Nullable Original_R5504200, - global::System.Nullable Original_R5504300, - global::System.Nullable Original_R5504301, global::System.Nullable Original_R5504400, global::System.Nullable Original_R5504401, - global::System.Nullable Original_R5504500, - global::System.Nullable Original_R5507000, global::System.Nullable Original_R5507100, - global::System.Nullable Original_R5507200, - global::System.Nullable Original_R5507300, - global::System.Nullable Original_R5507301, global::System.Nullable Original_R5507400, global::System.Nullable Original_R5507401, - global::System.Nullable Original_R5507500, - global::System.Nullable Original_R5510000, global::System.Nullable Original_R5510100, - global::System.Nullable Original_R5510200, - global::System.Nullable Original_R5510300, - global::System.Nullable Original_R5510301, global::System.Nullable Original_R5510400, global::System.Nullable Original_R5510401, - global::System.Nullable Original_R5510500, - global::System.Nullable Original_R5513000, global::System.Nullable Original_R5513100, - global::System.Nullable Original_R5513200, - global::System.Nullable Original_R5513300, - global::System.Nullable Original_R5513301, - global::System.Nullable Original_R5513400, - global::System.Nullable Original_R5515300, global::System.Nullable Original_R5515400, - global::System.Nullable Original_R5515500, - global::System.Nullable Original_R5515600, - global::System.Nullable Original_R5515601, - global::System.Nullable Original_R5515700, - global::System.Nullable Original_R5517600, global::System.Nullable Original_R5517700, - global::System.Nullable Original_R5517800, - global::System.Nullable Original_R5517900, - global::System.Nullable Original_R5519800, global::System.Nullable Original_R5519900, - global::System.Nullable Original_R5520000, - global::System.Nullable Original_R5520100, - global::System.Nullable Original_R5520101, - global::System.Nullable Original_R5520200, - global::System.Nullable Original_R6218400, - global::System.Nullable Original_R6218500, - global::System.Nullable Original_R6218600, - global::System.Nullable Original_R6218700, - global::System.Nullable Original_R6218800, - global::System.Nullable Original_R6218900, - global::System.Nullable Original_R6219000, - global::System.Nullable Original_R6219100, - global::System.Nullable Original_R6219200, - global::System.Nullable Original_R6219300, global::System.Nullable Original_R6219500, global::System.Nullable Original_R6219600, global::System.Nullable Original_R6219700, @@ -170999,36 +182457,6 @@ public virtual int Update( global::System.Nullable Original_R6220200, global::System.Nullable Original_R6220300, global::System.Nullable Original_R6220400, - global::System.Nullable Original_R6220600, - global::System.Nullable Original_R6220700, - global::System.Nullable Original_R6220800, - global::System.Nullable Original_R6220900, - global::System.Nullable Original_R6221000, - global::System.Nullable Original_R6221100, - global::System.Nullable Original_R6221200, - global::System.Nullable Original_R6221300, - global::System.Nullable Original_R6221400, - global::System.Nullable Original_R6221500, - global::System.Nullable Original_R6221700, - global::System.Nullable Original_R6221701, - global::System.Nullable Original_R6221800, - global::System.Nullable Original_R6221801, - global::System.Nullable Original_R6221900, - global::System.Nullable Original_R6221901, - global::System.Nullable Original_R6222000, - global::System.Nullable Original_R6222001, - global::System.Nullable Original_R6222100, - global::System.Nullable Original_R6222101, - global::System.Nullable Original_R6222200, - global::System.Nullable Original_R6222201, - global::System.Nullable Original_R6222300, - global::System.Nullable Original_R6222301, - global::System.Nullable Original_R6222400, - global::System.Nullable Original_R6222401, - global::System.Nullable Original_R6222500, - global::System.Nullable Original_R6222501, - global::System.Nullable Original_R6222600, - global::System.Nullable Original_R6222601, global::System.Nullable Original_R6222800, global::System.Nullable Original_R6222801, global::System.Nullable Original_R6222900, @@ -171041,36 +182469,6 @@ public virtual int Update( global::System.Nullable Original_R6223201, global::System.Nullable Original_R6223300, global::System.Nullable Original_R6223301, - global::System.Nullable Original_R6223400, - global::System.Nullable Original_R6223500, - global::System.Nullable Original_R6223600, - global::System.Nullable Original_R6223700, - global::System.Nullable Original_R6223800, - global::System.Nullable Original_R6223900, - global::System.Nullable Original_R6224000, - global::System.Nullable Original_R6224100, - global::System.Nullable Original_R6224200, - global::System.Nullable Original_R6224300, - global::System.Nullable Original_R6770600, - global::System.Nullable Original_R6771600, - global::System.Nullable Original_R6771700, - global::System.Nullable Original_R6771800, - global::System.Nullable Original_R6771900, - global::System.Nullable Original_R6772000, - global::System.Nullable Original_R6772100, - global::System.Nullable Original_R6772200, - global::System.Nullable Original_R6772300, - global::System.Nullable Original_R6772400, - global::System.Nullable Original_R6772500, - global::System.Nullable Original_R6772600, - global::System.Nullable Original_R6772700, - global::System.Nullable Original_R6772800, - global::System.Nullable Original_R6772900, - global::System.Nullable Original_R6773000, - global::System.Nullable Original_R6773100, - global::System.Nullable Original_R6773200, - global::System.Nullable Original_R6773300, - global::System.Nullable Original_R6773400, global::System.Nullable Original_R6773500, global::System.Nullable Original_R6773600, global::System.Nullable Original_R6773700, @@ -171081,32 +182479,6 @@ public virtual int Update( global::System.Nullable Original_R6774200, global::System.Nullable Original_R6774300, global::System.Nullable Original_R6774400, - global::System.Nullable Original_R6774500, - global::System.Nullable Original_R6774600, - global::System.Nullable Original_R6774700, - global::System.Nullable Original_R6774800, - global::System.Nullable Original_R6774900, - global::System.Nullable Original_R6775000, - global::System.Nullable Original_R6775100, - global::System.Nullable Original_R6775200, - global::System.Nullable Original_R6775300, - global::System.Nullable Original_R6775400, - global::System.Nullable Original_R6775500, - global::System.Nullable Original_R6775501, - global::System.Nullable Original_R6775600, - global::System.Nullable Original_R6775601, - global::System.Nullable Original_R6775700, - global::System.Nullable Original_R6775701, - global::System.Nullable Original_R6775800, - global::System.Nullable Original_R6775801, - global::System.Nullable Original_R6775900, - global::System.Nullable Original_R6775901, - global::System.Nullable Original_R6776000, - global::System.Nullable Original_R6776001, - global::System.Nullable Original_R6776100, - global::System.Nullable Original_R6776101, - global::System.Nullable Original_R6776200, - global::System.Nullable Original_R6776201, global::System.Nullable Original_R6776300, global::System.Nullable Original_R6776301, global::System.Nullable Original_R6776400, @@ -171119,36 +182491,6 @@ public virtual int Update( global::System.Nullable Original_R6776701, global::System.Nullable Original_R6776800, global::System.Nullable Original_R6776801, - global::System.Nullable Original_R6776900, - global::System.Nullable Original_R6777000, - global::System.Nullable Original_R6777100, - global::System.Nullable Original_R6777200, - global::System.Nullable Original_R6777300, - global::System.Nullable Original_R6777400, - global::System.Nullable Original_R6777500, - global::System.Nullable Original_R6777600, - global::System.Nullable Original_R6777700, - global::System.Nullable Original_R6777800, - global::System.Nullable Original_R7415900, - global::System.Nullable Original_R7416000, - global::System.Nullable Original_R7416100, - global::System.Nullable Original_R7416200, - global::System.Nullable Original_R7416300, - global::System.Nullable Original_R7416400, - global::System.Nullable Original_R7416500, - global::System.Nullable Original_R7416600, - global::System.Nullable Original_R7416700, - global::System.Nullable Original_R7416800, - global::System.Nullable Original_R7416900, - global::System.Nullable Original_R7417000, - global::System.Nullable Original_R7417100, - global::System.Nullable Original_R7417200, - global::System.Nullable Original_R7417300, - global::System.Nullable Original_R7417400, - global::System.Nullable Original_R7417500, - global::System.Nullable Original_R7417600, - global::System.Nullable Original_R7417700, - global::System.Nullable Original_R7417800, global::System.Nullable Original_R7417900, global::System.Nullable Original_R7418000, global::System.Nullable Original_R7418100, @@ -171159,32 +182501,6 @@ public virtual int Update( global::System.Nullable Original_R7418600, global::System.Nullable Original_R7418700, global::System.Nullable Original_R7418800, - global::System.Nullable Original_R7418900, - global::System.Nullable Original_R7419000, - global::System.Nullable Original_R7419100, - global::System.Nullable Original_R7419200, - global::System.Nullable Original_R7419300, - global::System.Nullable Original_R7419400, - global::System.Nullable Original_R7419500, - global::System.Nullable Original_R7419600, - global::System.Nullable Original_R7419700, - global::System.Nullable Original_R7419800, - global::System.Nullable Original_R7419900, - global::System.Nullable Original_R7419901, - global::System.Nullable Original_R7420000, - global::System.Nullable Original_R7420001, - global::System.Nullable Original_R7420100, - global::System.Nullable Original_R7420101, - global::System.Nullable Original_R7420200, - global::System.Nullable Original_R7420201, - global::System.Nullable Original_R7420300, - global::System.Nullable Original_R7420301, - global::System.Nullable Original_R7420400, - global::System.Nullable Original_R7420401, - global::System.Nullable Original_R7420500, - global::System.Nullable Original_R7420501, - global::System.Nullable Original_R7420600, - global::System.Nullable Original_R7420601, global::System.Nullable Original_R7420700, global::System.Nullable Original_R7420701, global::System.Nullable Original_R7420800, @@ -171195,80 +182511,20 @@ public virtual int Update( global::System.Nullable Original_R7421001, global::System.Nullable Original_R7421100, global::System.Nullable Original_R7421101, - global::System.Nullable Original_R7421200, - global::System.Nullable Original_R7421201, - global::System.Nullable Original_R7421300, - global::System.Nullable Original_R7421301, - global::System.Nullable Original_R7421400, - global::System.Nullable Original_R7421500, - global::System.Nullable Original_R7421600, - global::System.Nullable Original_R7421700, - global::System.Nullable Original_R7421800, - global::System.Nullable Original_R7421900, - global::System.Nullable Original_R7422000, - global::System.Nullable Original_R7422100, - global::System.Nullable Original_R7422200, - global::System.Nullable Original_R7422300, - global::System.Nullable Original_R8114000, - global::System.Nullable Original_R8114100, - global::System.Nullable Original_R8114200, - global::System.Nullable Original_R8114300, - global::System.Nullable Original_R8114400, - global::System.Nullable Original_R8114500, - global::System.Nullable Original_R8114600, - global::System.Nullable Original_R8114700, - global::System.Nullable Original_R8114800, - global::System.Nullable Original_R8114900, - global::System.Nullable Original_R8115000, - global::System.Nullable Original_R8115100, - global::System.Nullable Original_R8115200, - global::System.Nullable Original_R8115300, - global::System.Nullable Original_R8115400, - global::System.Nullable Original_R8115500, - global::System.Nullable Original_R8115600, - global::System.Nullable Original_R8115700, - global::System.Nullable Original_R8115800, - global::System.Nullable Original_R8115900, - global::System.Nullable Original_R8116000, - global::System.Nullable Original_R8116100, - global::System.Nullable Original_R8116200, - global::System.Nullable Original_R8116300, - global::System.Nullable Original_R8116400, - global::System.Nullable Original_R8116500, - global::System.Nullable Original_R8116600, - global::System.Nullable Original_R8116700, - global::System.Nullable Original_R8116800, - global::System.Nullable Original_R8116900, - global::System.Nullable Original_R8117000, - global::System.Nullable Original_R8117100, - global::System.Nullable Original_R8117200, - global::System.Nullable Original_R8117300, - global::System.Nullable Original_R8117400, - global::System.Nullable Original_R8117500, - global::System.Nullable Original_R8117600, - global::System.Nullable Original_R8117700, - global::System.Nullable Original_R8117800, - global::System.Nullable Original_R8117900, - global::System.Nullable Original_R8118000, - global::System.Nullable Original_R8118001, - global::System.Nullable Original_R8118100, - global::System.Nullable Original_R8118101, - global::System.Nullable Original_R8118200, - global::System.Nullable Original_R8118201, - global::System.Nullable Original_R8118300, - global::System.Nullable Original_R8118301, - global::System.Nullable Original_R8118400, - global::System.Nullable Original_R8118401, - global::System.Nullable Original_R8118500, - global::System.Nullable Original_R8118501, - global::System.Nullable Original_R8118600, - global::System.Nullable Original_R8118601, - global::System.Nullable Original_R8118700, - global::System.Nullable Original_R8118701, - global::System.Nullable Original_R8118800, - global::System.Nullable Original_R8118801, - global::System.Nullable Original_R8118900, - global::System.Nullable Original_R8118901, + global::System.Nullable Original_R7421200, + global::System.Nullable Original_R7421201, + global::System.Nullable Original_R7421300, + global::System.Nullable Original_R7421301, + global::System.Nullable Original_R8116000, + global::System.Nullable Original_R8116100, + global::System.Nullable Original_R8116200, + global::System.Nullable Original_R8116300, + global::System.Nullable Original_R8116400, + global::System.Nullable Original_R8116500, + global::System.Nullable Original_R8116600, + global::System.Nullable Original_R8116700, + global::System.Nullable Original_R8116800, + global::System.Nullable Original_R8116900, global::System.Nullable Original_R8119000, global::System.Nullable Original_R8119001, global::System.Nullable Original_R8119100, @@ -171281,60 +182537,6 @@ public virtual int Update( global::System.Nullable Original_R8119401, global::System.Nullable Original_R8119500, global::System.Nullable Original_R8119501, - global::System.Nullable Original_R8119600, - global::System.Nullable Original_R8119700, - global::System.Nullable Original_R8119800, - global::System.Nullable Original_R8119900, - global::System.Nullable Original_R8120000, - global::System.Nullable Original_R8120100, - global::System.Nullable Original_R8120200, - global::System.Nullable Original_R8120300, - global::System.Nullable Original_R8120400, - global::System.Nullable Original_R8120500, - global::System.Nullable Original_R8135300, - global::System.Nullable Original_R8135400, - global::System.Nullable Original_R8135500, - global::System.Nullable Original_R8135600, - global::System.Nullable Original_R8135700, - global::System.Nullable Original_R8135800, - global::System.Nullable Original_R8135900, - global::System.Nullable Original_R9900600, - global::System.Nullable Original_R9900601, - global::System.Nullable Original_R9901400, - global::System.Nullable Original_R9901401, - global::System.Nullable Original_R9902200, - global::System.Nullable Original_R9902201, - global::System.Nullable Original_R9903000, - global::System.Nullable Original_R9903001, - global::System.Nullable Original_R9903800, - global::System.Nullable Original_R9903801, - global::System.Nullable Original_R9904600, - global::System.Nullable Original_R9904601, - global::System.Nullable Original_R9905400, - global::System.Nullable Original_R9905401, - global::System.Nullable Original_R9911200, - global::System.Nullable Original_R9911201, - global::System.Nullable Original_T0345800, - global::System.Nullable Original_T0345900, - global::System.Nullable Original_T0346000, - global::System.Nullable Original_T0346100, - global::System.Nullable Original_T0346200, - global::System.Nullable Original_T0346300, - global::System.Nullable Original_T0346400, - global::System.Nullable Original_T0346500, - global::System.Nullable Original_T0346600, - global::System.Nullable Original_T0346700, - global::System.Nullable Original_T0346800, - global::System.Nullable Original_T0346900, - global::System.Nullable Original_T0347000, - global::System.Nullable Original_T0347100, - global::System.Nullable Original_T0347200, - global::System.Nullable Original_T0347300, - global::System.Nullable Original_T0347400, - global::System.Nullable Original_T0347500, - global::System.Nullable Original_T0347600, - global::System.Nullable Original_T0347700, - global::System.Nullable Original_T0347800, global::System.Nullable Original_T0347900, global::System.Nullable Original_T0348000, global::System.Nullable Original_T0348100, @@ -171346,37 +182548,6 @@ public virtual int Update( global::System.Nullable Original_T0348700, global::System.Nullable Original_T0348800, global::System.Nullable Original_T0348900, - global::System.Nullable Original_T0349000, - global::System.Nullable Original_T0349100, - global::System.Nullable Original_T0349200, - global::System.Nullable Original_T0349300, - global::System.Nullable Original_T0349400, - global::System.Nullable Original_T0349500, - global::System.Nullable Original_T0349600, - global::System.Nullable Original_T0349700, - global::System.Nullable Original_T0349800, - global::System.Nullable Original_T0349900, - global::System.Nullable Original_T0350000, - global::System.Nullable Original_T0350100, - global::System.Nullable Original_T0350101, - global::System.Nullable Original_T0350200, - global::System.Nullable Original_T0350201, - global::System.Nullable Original_T0350300, - global::System.Nullable Original_T0350301, - global::System.Nullable Original_T0350400, - global::System.Nullable Original_T0350401, - global::System.Nullable Original_T0350500, - global::System.Nullable Original_T0350501, - global::System.Nullable Original_T0350600, - global::System.Nullable Original_T0350601, - global::System.Nullable Original_T0350700, - global::System.Nullable Original_T0350701, - global::System.Nullable Original_T0350800, - global::System.Nullable Original_T0350801, - global::System.Nullable Original_T0350900, - global::System.Nullable Original_T0350901, - global::System.Nullable Original_T0351000, - global::System.Nullable Original_T0351001, global::System.Nullable Original_T0351100, global::System.Nullable Original_T0351101, global::System.Nullable Original_T0351200, @@ -171393,45 +182564,6 @@ public virtual int Update( global::System.Nullable Original_T0351701, global::System.Nullable Original_T0351800, global::System.Nullable Original_T0351801, - global::System.Nullable Original_T0351900, - global::System.Nullable Original_T0352000, - global::System.Nullable Original_T0352100, - global::System.Nullable Original_T0352200, - global::System.Nullable Original_T0352300, - global::System.Nullable Original_T0352400, - global::System.Nullable Original_T0352500, - global::System.Nullable Original_T0352600, - global::System.Nullable Original_T0352700, - global::System.Nullable Original_T0352800, - global::System.Nullable Original_T0352900, - global::System.Nullable Original_T0597800, - global::System.Nullable Original_T0597900, - global::System.Nullable Original_T0598000, - global::System.Nullable Original_T0598100, - global::System.Nullable Original_T0598200, - global::System.Nullable Original_T0598300, - global::System.Nullable Original_T0598400, - global::System.Nullable Original_T1495200, - global::System.Nullable Original_T1495300, - global::System.Nullable Original_T1495400, - global::System.Nullable Original_T1495500, - global::System.Nullable Original_T1495600, - global::System.Nullable Original_T1495700, - global::System.Nullable Original_T1495800, - global::System.Nullable Original_T1495900, - global::System.Nullable Original_T1496000, - global::System.Nullable Original_T1496100, - global::System.Nullable Original_T1496200, - global::System.Nullable Original_T1496300, - global::System.Nullable Original_T1496400, - global::System.Nullable Original_T1496500, - global::System.Nullable Original_T1496600, - global::System.Nullable Original_T1496700, - global::System.Nullable Original_T1496800, - global::System.Nullable Original_T1496900, - global::System.Nullable Original_T1497000, - global::System.Nullable Original_T1497100, - global::System.Nullable Original_T1497200, global::System.Nullable Original_T1497300, global::System.Nullable Original_T1497400, global::System.Nullable Original_T1497500, @@ -171443,37 +182575,6 @@ public virtual int Update( global::System.Nullable Original_T1498100, global::System.Nullable Original_T1498200, global::System.Nullable Original_T1498300, - global::System.Nullable Original_T1498400, - global::System.Nullable Original_T1498500, - global::System.Nullable Original_T1498600, - global::System.Nullable Original_T1498700, - global::System.Nullable Original_T1498800, - global::System.Nullable Original_T1498900, - global::System.Nullable Original_T1499000, - global::System.Nullable Original_T1499100, - global::System.Nullable Original_T1499200, - global::System.Nullable Original_T1499300, - global::System.Nullable Original_T1499400, - global::System.Nullable Original_T1499500, - global::System.Nullable Original_T1499501, - global::System.Nullable Original_T1499600, - global::System.Nullable Original_T1499601, - global::System.Nullable Original_T1499700, - global::System.Nullable Original_T1499701, - global::System.Nullable Original_T1499800, - global::System.Nullable Original_T1499801, - global::System.Nullable Original_T1499900, - global::System.Nullable Original_T1499901, - global::System.Nullable Original_T1500000, - global::System.Nullable Original_T1500001, - global::System.Nullable Original_T1500100, - global::System.Nullable Original_T1500101, - global::System.Nullable Original_T1500200, - global::System.Nullable Original_T1500201, - global::System.Nullable Original_T1500300, - global::System.Nullable Original_T1500301, - global::System.Nullable Original_T1500400, - global::System.Nullable Original_T1500401, global::System.Nullable Original_T1500500, global::System.Nullable Original_T1500501, global::System.Nullable Original_T1500600, @@ -171486,44 +182587,6 @@ public virtual int Update( global::System.Nullable Original_T1500901, global::System.Nullable Original_T1501000, global::System.Nullable Original_T1501001, - global::System.Nullable Original_T1501100, - global::System.Nullable Original_T1501200, - global::System.Nullable Original_T1501300, - global::System.Nullable Original_T1501400, - global::System.Nullable Original_T1501500, - global::System.Nullable Original_T1501600, - global::System.Nullable Original_T1501700, - global::System.Nullable Original_T1501800, - global::System.Nullable Original_T1501900, - global::System.Nullable Original_T1502000, - global::System.Nullable Original_T1502100, - global::System.Nullable Original_T1765100, - global::System.Nullable Original_T1765200, - global::System.Nullable Original_T1765300, - global::System.Nullable Original_T1765400, - global::System.Nullable Original_T1765500, - global::System.Nullable Original_T1765600, - global::System.Nullable Original_T1765700, - global::System.Nullable Original_T2541200, - global::System.Nullable Original_T2541300, - global::System.Nullable Original_T2541400, - global::System.Nullable Original_T2541500, - global::System.Nullable Original_T2541600, - global::System.Nullable Original_T2541700, - global::System.Nullable Original_T2541800, - global::System.Nullable Original_T2541900, - global::System.Nullable Original_T2542000, - global::System.Nullable Original_T2542100, - global::System.Nullable Original_T2542200, - global::System.Nullable Original_T2542300, - global::System.Nullable Original_T2542400, - global::System.Nullable Original_T2542500, - global::System.Nullable Original_T2542600, - global::System.Nullable Original_T2542700, - global::System.Nullable Original_T2542800, - global::System.Nullable Original_T2542900, - global::System.Nullable Original_T2543000, - global::System.Nullable Original_T2543100, global::System.Nullable Original_T2543200, global::System.Nullable Original_T2543300, global::System.Nullable Original_T2543400, @@ -171534,34 +182597,6 @@ public virtual int Update( global::System.Nullable Original_T2543900, global::System.Nullable Original_T2544000, global::System.Nullable Original_T2544100, - global::System.Nullable Original_T2544200, - global::System.Nullable Original_T2544300, - global::System.Nullable Original_T2544400, - global::System.Nullable Original_T2544500, - global::System.Nullable Original_T2544600, - global::System.Nullable Original_T2544700, - global::System.Nullable Original_T2544800, - global::System.Nullable Original_T2544900, - global::System.Nullable Original_T2545000, - global::System.Nullable Original_T2545100, - global::System.Nullable Original_T2545200, - global::System.Nullable Original_T2545201, - global::System.Nullable Original_T2545300, - global::System.Nullable Original_T2545301, - global::System.Nullable Original_T2545400, - global::System.Nullable Original_T2545401, - global::System.Nullable Original_T2545500, - global::System.Nullable Original_T2545501, - global::System.Nullable Original_T2545600, - global::System.Nullable Original_T2545601, - global::System.Nullable Original_T2545700, - global::System.Nullable Original_T2545701, - global::System.Nullable Original_T2545800, - global::System.Nullable Original_T2545801, - global::System.Nullable Original_T2545900, - global::System.Nullable Original_T2545901, - global::System.Nullable Original_T2546000, - global::System.Nullable Original_T2546001, global::System.Nullable Original_T2546100, global::System.Nullable Original_T2546101, global::System.Nullable Original_T2546200, @@ -171576,30 +182611,6121 @@ public virtual int Update( global::System.Nullable Original_T2546601, global::System.Nullable Original_T2546700, global::System.Nullable Original_T2546701, - global::System.Nullable Original_T2546800, - global::System.Nullable Original_T2546900, - global::System.Nullable Original_T2547000, - global::System.Nullable Original_T2547100, - global::System.Nullable Original_T2547200, - global::System.Nullable Original_T2547300, - global::System.Nullable Original_T2547400, - global::System.Nullable Original_T2547500, - global::System.Nullable Original_T2547600, - global::System.Nullable Original_T2547700, - global::System.Nullable Original_T2763400, - global::System.Nullable Original_T2763500, - global::System.Nullable Original_T2763600, - global::System.Nullable Original_T2763700, - global::System.Nullable Original_T2763800, - global::System.Nullable Original_T2763900, - global::System.Nullable Original_T2764000, - global::System.Nullable Original_T3729600, - global::System.Nullable Original_T3729700, - global::System.Nullable Original_T3729800, - global::System.Nullable Original_T3729900, - global::System.Nullable Original_T3730000, - global::System.Nullable Original_T3730100) { - return this.Update(Original_R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R1374200, R1374700, R1374800, R1374900, R1375400, R1375500, R1375600, R1376100, R1376200, R1376300, R1376800, R1376900, R1377000, R1377500, R1377600, R1377700, R1753700, R1753800, R1753900, R1754400, R1754500, R1754600, R1755100, R1755200, R1755300, R1755800, R1755900, R1756000, R1756500, R1756600, R1756700, R1757200, R1757300, R1757400, R1757900, R1758000, R1758100, R2095700, R2095800, R2095900, R2096400, R2096500, R2096600, R2097100, R2097200, R2097300, R2097800, R2097900, R2098000, R2098500, R2098600, R2098700, R2099200, R2099300, R2099400, R2099900, R2100000, R2100100, R2345900, R2346200, R2346500, R2346800, R2347100, R2347400, R2347700, R2648000, R2648100, R2648200, R2648700, R2648800, R2648900, R2649400, R2649500, R2649600, R2650100, R2650200, R2650300, R2650800, R2650900, R2651000, R2651500, R2651600, R2651700, R2652200, R2652300, R2652400, R2955900, R2956200, R2956500, R2956800, R2957100, R2957400, R2957700, R3255900, R3256000, R3256100, R3257700, R3257800, R3257900, R3259500, R3259600, R3259700, R3261300, R3261400, R3261500, R3263100, R3263200, R3263300, R3264900, R3265000, R3265100, R3266700, R3266800, R3266900, R3268500, R3556400, R3557000, R3557600, R3771800, R3771900, R3772000, R3772100, R3772200, R3772300, R3772400, R3773900, R3774000, R3774100, R3774200, R3774300, R3774400, R3774500, R3776000, R3776100, R3776200, R3776300, R3776400, R3776500, R3776600, R3778100, R3778200, R3778300, R3778400, R3778500, R3778600, R3778700, R3780200, R3780300, R3780400, R3780500, R3780600, R3780700, R3780800, R3782300, R3782400, R3782500, R3782600, R3782900, R3784400, R3784500, R3784600, R3784700, R3785000, R3786500, R3788004, R4276800, R4276900, R4277000, R4277100, R4277101, R4277200, R4277201, R4277700, R4277800, R4277900, R4278000, R4278001, R4278100, R4278101, R4278600, R4278700, R4278800, R4278900, R4278901, R4279000, R4279001, R4279500, R4279600, R4279700, R4279800, R4279801, R4279900, R4279901, R4280400, R4280500, R4280600, R4280700, R4280701, R4280800, R4280801, R4281300, R4281400, R4281500, R4281600, R4281601, R4282100, R4282200, R4282300, R4282400, R4282401, R4282900, R4283000, R4283100, R4283600, R4827600, R4827700, R4827800, R4827900, R4827901, R4828000, R4828001, R4828100, R4830600, R4830700, R4830800, R4830900, R4830901, R4831000, R4831001, R4831100, R4833600, R4833700, R4833800, R4833900, R4833901, R4834000, R4834001, R4834100, R4836600, R4836700, R4836800, R4836900, R4836901, R4837000, R4837001, R4837100, R4839600, R4839700, R4839800, R4839900, R4839901, R4840000, R4840001, R4840100, R4842500, R4842600, R4842700, R4842800, R4842801, R4842900, R4844800, R4844900, R4845000, R4845100, R4845101, R4845200, R4847100, R4847200, R4847300, R4847400, R5498000, R5498100, R5498200, R5498300, R5498301, R5498400, R5498401, R5498500, R5501000, R5501100, R5501200, R5501300, R5501301, R5501400, R5501401, R5501500, R5504000, R5504100, R5504200, R5504300, R5504301, R5504400, R5504401, R5504500, R5507000, R5507100, R5507200, R5507300, R5507301, R5507400, R5507401, R5507500, R5510000, R5510100, R5510200, R5510300, R5510301, R5510400, R5510401, R5510500, R5513000, R5513100, R5513200, R5513300, R5513301, R5513400, R5515300, R5515400, R5515500, R5515600, R5515601, R5515700, R5517600, R5517700, R5517800, R5517900, R5519800, R5519900, R5520000, R5520100, R5520101, R5520200, R6218400, R6218500, R6218600, R6218700, R6218800, R6218900, R6219000, R6219100, R6219200, R6219300, R6219500, R6219600, R6219700, R6219800, R6219900, R6220000, R6220100, R6220200, R6220300, R6220400, R6220600, R6220700, R6220800, R6220900, R6221000, R6221100, R6221200, R6221300, R6221400, R6221500, R6221700, R6221701, R6221800, R6221801, R6221900, R6221901, R6222000, R6222001, R6222100, R6222101, R6222200, R6222201, R6222300, R6222301, R6222400, R6222401, R6222500, R6222501, R6222600, R6222601, R6222800, R6222801, R6222900, R6222901, R6223000, R6223001, R6223100, R6223101, R6223200, R6223201, R6223300, R6223301, R6223400, R6223500, R6223600, R6223700, R6223800, R6223900, R6224000, R6224100, R6224200, R6224300, R6770600, R6771600, R6771700, R6771800, R6771900, R6772000, R6772100, R6772200, R6772300, R6772400, R6772500, R6772600, R6772700, R6772800, R6772900, R6773000, R6773100, R6773200, R6773300, R6773400, R6773500, R6773600, R6773700, R6773800, R6773900, R6774000, R6774100, R6774200, R6774300, R6774400, R6774500, R6774600, R6774700, R6774800, R6774900, R6775000, R6775100, R6775200, R6775300, R6775400, R6775500, R6775501, R6775600, R6775601, R6775700, R6775701, R6775800, R6775801, R6775900, R6775901, R6776000, R6776001, R6776100, R6776101, R6776200, R6776201, R6776300, R6776301, R6776400, R6776401, R6776500, R6776501, R6776600, R6776601, R6776700, R6776701, R6776800, R6776801, R6776900, R6777000, R6777100, R6777200, R6777300, R6777400, R6777500, R6777600, R6777700, R6777800, R7415900, R7416000, R7416100, R7416200, R7416300, R7416400, R7416500, R7416600, R7416700, R7416800, R7416900, R7417000, R7417100, R7417200, R7417300, R7417400, R7417500, R7417600, R7417700, R7417800, R7417900, R7418000, R7418100, R7418200, R7418300, R7418400, R7418500, R7418600, R7418700, R7418800, R7418900, R7419000, R7419100, R7419200, R7419300, R7419400, R7419500, R7419600, R7419700, R7419800, R7419900, R7419901, R7420000, R7420001, R7420100, R7420101, R7420200, R7420201, R7420300, R7420301, R7420400, R7420401, R7420500, R7420501, R7420600, R7420601, R7420700, R7420701, R7420800, R7420801, R7420900, R7420901, R7421000, R7421001, R7421100, R7421101, R7421200, R7421201, R7421300, R7421301, R7421400, R7421500, R7421600, R7421700, R7421800, R7421900, R7422000, R7422100, R7422200, R7422300, R8114000, R8114100, R8114200, R8114300, R8114400, R8114500, R8114600, R8114700, R8114800, R8114900, R8115000, R8115100, R8115200, R8115300, R8115400, R8115500, R8115600, R8115700, R8115800, R8115900, R8116000, R8116100, R8116200, R8116300, R8116400, R8116500, R8116600, R8116700, R8116800, R8116900, R8117000, R8117100, R8117200, R8117300, R8117400, R8117500, R8117600, R8117700, R8117800, R8117900, R8118000, R8118001, R8118100, R8118101, R8118200, R8118201, R8118300, R8118301, R8118400, R8118401, R8118500, R8118501, R8118600, R8118601, R8118700, R8118701, R8118800, R8118801, R8118900, R8118901, R8119000, R8119001, R8119100, R8119101, R8119200, R8119201, R8119300, R8119301, R8119400, R8119401, R8119500, R8119501, R8119600, R8119700, R8119800, R8119900, R8120000, R8120100, R8120200, R8120300, R8120400, R8120500, R8135300, R8135400, R8135500, R8135600, R8135700, R8135800, R8135900, R9900600, R9900601, R9901400, R9901401, R9902200, R9902201, R9903000, R9903001, R9903800, R9903801, R9904600, R9904601, R9905400, R9905401, R9911200, R9911201, T0345800, T0345900, T0346000, T0346100, T0346200, T0346300, T0346400, T0346500, T0346600, T0346700, T0346800, T0346900, T0347000, T0347100, T0347200, T0347300, T0347400, T0347500, T0347600, T0347700, T0347800, T0347900, T0348000, T0348100, T0348200, T0348300, T0348400, T0348500, T0348600, T0348700, T0348800, T0348900, T0349000, T0349100, T0349200, T0349300, T0349400, T0349500, T0349600, T0349700, T0349800, T0349900, T0350000, T0350100, T0350101, T0350200, T0350201, T0350300, T0350301, T0350400, T0350401, T0350500, T0350501, T0350600, T0350601, T0350700, T0350701, T0350800, T0350801, T0350900, T0350901, T0351000, T0351001, T0351100, T0351101, T0351200, T0351201, T0351300, T0351301, T0351400, T0351401, T0351500, T0351501, T0351600, T0351601, T0351700, T0351701, T0351800, T0351801, T0351900, T0352000, T0352100, T0352200, T0352300, T0352400, T0352500, T0352600, T0352700, T0352800, T0352900, T0597800, T0597900, T0598000, T0598100, T0598200, T0598300, T0598400, T1495200, T1495300, T1495400, T1495500, T1495600, T1495700, T1495800, T1495900, T1496000, T1496100, T1496200, T1496300, T1496400, T1496500, T1496600, T1496700, T1496800, T1496900, T1497000, T1497100, T1497200, T1497300, T1497400, T1497500, T1497600, T1497700, T1497800, T1497900, T1498000, T1498100, T1498200, T1498300, T1498400, T1498500, T1498600, T1498700, T1498800, T1498900, T1499000, T1499100, T1499200, T1499300, T1499400, T1499500, T1499501, T1499600, T1499601, T1499700, T1499701, T1499800, T1499801, T1499900, T1499901, T1500000, T1500001, T1500100, T1500101, T1500200, T1500201, T1500300, T1500301, T1500400, T1500401, T1500500, T1500501, T1500600, T1500601, T1500700, T1500701, T1500800, T1500801, T1500900, T1500901, T1501000, T1501001, T1501100, T1501200, T1501300, T1501400, T1501500, T1501600, T1501700, T1501800, T1501900, T1502000, T1502100, T1765100, T1765200, T1765300, T1765400, T1765500, T1765600, T1765700, T2541200, T2541300, T2541400, T2541500, T2541600, T2541700, T2541800, T2541900, T2542000, T2542100, T2542200, T2542300, T2542400, T2542500, T2542600, T2542700, T2542800, T2542900, T2543000, T2543100, T2543200, T2543300, T2543400, T2543500, T2543600, T2543700, T2543800, T2543900, T2544000, T2544100, T2544200, T2544300, T2544400, T2544500, T2544600, T2544700, T2544800, T2544900, T2545000, T2545100, T2545200, T2545201, T2545300, T2545301, T2545400, T2545401, T2545500, T2545501, T2545600, T2545601, T2545700, T2545701, T2545800, T2545801, T2545900, T2545901, T2546000, T2546001, T2546100, T2546101, T2546200, T2546201, T2546300, T2546301, T2546400, T2546401, T2546500, T2546501, T2546600, T2546601, T2546700, T2546701, T2546800, T2546900, T2547000, T2547100, T2547200, T2547300, T2547400, T2547500, T2547600, T2547700, T2763400, T2763500, T2763600, T2763700, T2763800, T2763900, T2764000, T3729600, T3729700, T3729800, T3729900, T3730000, T3730100, Original_R0000100, Original_R0214800, Original_R1373300, Original_R1373400, Original_R1373500, Original_R1374000, Original_R1374100, Original_R1374200, Original_R1374700, Original_R1374800, Original_R1374900, Original_R1375400, Original_R1375500, Original_R1375600, Original_R1376100, Original_R1376200, Original_R1376300, Original_R1376800, Original_R1376900, Original_R1377000, Original_R1377500, Original_R1377600, Original_R1377700, Original_R1753700, Original_R1753800, Original_R1753900, Original_R1754400, Original_R1754500, Original_R1754600, Original_R1755100, Original_R1755200, Original_R1755300, Original_R1755800, Original_R1755900, Original_R1756000, Original_R1756500, Original_R1756600, Original_R1756700, Original_R1757200, Original_R1757300, Original_R1757400, Original_R1757900, Original_R1758000, Original_R1758100, Original_R2095700, Original_R2095800, Original_R2095900, Original_R2096400, Original_R2096500, Original_R2096600, Original_R2097100, Original_R2097200, Original_R2097300, Original_R2097800, Original_R2097900, Original_R2098000, Original_R2098500, Original_R2098600, Original_R2098700, Original_R2099200, Original_R2099300, Original_R2099400, Original_R2099900, Original_R2100000, Original_R2100100, Original_R2345900, Original_R2346200, Original_R2346500, Original_R2346800, Original_R2347100, Original_R2347400, Original_R2347700, Original_R2648000, Original_R2648100, Original_R2648200, Original_R2648700, Original_R2648800, Original_R2648900, Original_R2649400, Original_R2649500, Original_R2649600, Original_R2650100, Original_R2650200, Original_R2650300, Original_R2650800, Original_R2650900, Original_R2651000, Original_R2651500, Original_R2651600, Original_R2651700, Original_R2652200, Original_R2652300, Original_R2652400, Original_R2955900, Original_R2956200, Original_R2956500, Original_R2956800, Original_R2957100, Original_R2957400, Original_R2957700, Original_R3255900, Original_R3256000, Original_R3256100, Original_R3257700, Original_R3257800, Original_R3257900, Original_R3259500, Original_R3259600, Original_R3259700, Original_R3261300, Original_R3261400, Original_R3261500, Original_R3263100, Original_R3263200, Original_R3263300, Original_R3264900, Original_R3265000, Original_R3265100, Original_R3266700, Original_R3266800, Original_R3266900, Original_R3268500, Original_R3556400, Original_R3557000, Original_R3557600, Original_R3771800, Original_R3771900, Original_R3772000, Original_R3772100, Original_R3772200, Original_R3772300, Original_R3772400, Original_R3773900, Original_R3774000, Original_R3774100, Original_R3774200, Original_R3774300, Original_R3774400, Original_R3774500, Original_R3776000, Original_R3776100, Original_R3776200, Original_R3776300, Original_R3776400, Original_R3776500, Original_R3776600, Original_R3778100, Original_R3778200, Original_R3778300, Original_R3778400, Original_R3778500, Original_R3778600, Original_R3778700, Original_R3780200, Original_R3780300, Original_R3780400, Original_R3780500, Original_R3780600, Original_R3780700, Original_R3780800, Original_R3782300, Original_R3782400, Original_R3782500, Original_R3782600, Original_R3782900, Original_R3784400, Original_R3784500, Original_R3784600, Original_R3784700, Original_R3785000, Original_R3786500, Original_R3788004, Original_R4276800, Original_R4276900, Original_R4277000, Original_R4277100, Original_R4277101, Original_R4277200, Original_R4277201, Original_R4277700, Original_R4277800, Original_R4277900, Original_R4278000, Original_R4278001, Original_R4278100, Original_R4278101, Original_R4278600, Original_R4278700, Original_R4278800, Original_R4278900, Original_R4278901, Original_R4279000, Original_R4279001, Original_R4279500, Original_R4279600, Original_R4279700, Original_R4279800, Original_R4279801, Original_R4279900, Original_R4279901, Original_R4280400, Original_R4280500, Original_R4280600, Original_R4280700, Original_R4280701, Original_R4280800, Original_R4280801, Original_R4281300, Original_R4281400, Original_R4281500, Original_R4281600, Original_R4281601, Original_R4282100, Original_R4282200, Original_R4282300, Original_R4282400, Original_R4282401, Original_R4282900, Original_R4283000, Original_R4283100, Original_R4283600, Original_R4827600, Original_R4827700, Original_R4827800, Original_R4827900, Original_R4827901, Original_R4828000, Original_R4828001, Original_R4828100, Original_R4830600, Original_R4830700, Original_R4830800, Original_R4830900, Original_R4830901, Original_R4831000, Original_R4831001, Original_R4831100, Original_R4833600, Original_R4833700, Original_R4833800, Original_R4833900, Original_R4833901, Original_R4834000, Original_R4834001, Original_R4834100, Original_R4836600, Original_R4836700, Original_R4836800, Original_R4836900, Original_R4836901, Original_R4837000, Original_R4837001, Original_R4837100, Original_R4839600, Original_R4839700, Original_R4839800, Original_R4839900, Original_R4839901, Original_R4840000, Original_R4840001, Original_R4840100, Original_R4842500, Original_R4842600, Original_R4842700, Original_R4842800, Original_R4842801, Original_R4842900, Original_R4844800, Original_R4844900, Original_R4845000, Original_R4845100, Original_R4845101, Original_R4845200, Original_R4847100, Original_R4847200, Original_R4847300, Original_R4847400, Original_R5498000, Original_R5498100, Original_R5498200, Original_R5498300, Original_R5498301, Original_R5498400, Original_R5498401, Original_R5498500, Original_R5501000, Original_R5501100, Original_R5501200, Original_R5501300, Original_R5501301, Original_R5501400, Original_R5501401, Original_R5501500, Original_R5504000, Original_R5504100, Original_R5504200, Original_R5504300, Original_R5504301, Original_R5504400, Original_R5504401, Original_R5504500, Original_R5507000, Original_R5507100, Original_R5507200, Original_R5507300, Original_R5507301, Original_R5507400, Original_R5507401, Original_R5507500, Original_R5510000, Original_R5510100, Original_R5510200, Original_R5510300, Original_R5510301, Original_R5510400, Original_R5510401, Original_R5510500, Original_R5513000, Original_R5513100, Original_R5513200, Original_R5513300, Original_R5513301, Original_R5513400, Original_R5515300, Original_R5515400, Original_R5515500, Original_R5515600, Original_R5515601, Original_R5515700, Original_R5517600, Original_R5517700, Original_R5517800, Original_R5517900, Original_R5519800, Original_R5519900, Original_R5520000, Original_R5520100, Original_R5520101, Original_R5520200, Original_R6218400, Original_R6218500, Original_R6218600, Original_R6218700, Original_R6218800, Original_R6218900, Original_R6219000, Original_R6219100, Original_R6219200, Original_R6219300, Original_R6219500, Original_R6219600, Original_R6219700, Original_R6219800, Original_R6219900, Original_R6220000, Original_R6220100, Original_R6220200, Original_R6220300, Original_R6220400, Original_R6220600, Original_R6220700, Original_R6220800, Original_R6220900, Original_R6221000, Original_R6221100, Original_R6221200, Original_R6221300, Original_R6221400, Original_R6221500, Original_R6221700, Original_R6221701, Original_R6221800, Original_R6221801, Original_R6221900, Original_R6221901, Original_R6222000, Original_R6222001, Original_R6222100, Original_R6222101, Original_R6222200, Original_R6222201, Original_R6222300, Original_R6222301, Original_R6222400, Original_R6222401, Original_R6222500, Original_R6222501, Original_R6222600, Original_R6222601, Original_R6222800, Original_R6222801, Original_R6222900, Original_R6222901, Original_R6223000, Original_R6223001, Original_R6223100, Original_R6223101, Original_R6223200, Original_R6223201, Original_R6223300, Original_R6223301, Original_R6223400, Original_R6223500, Original_R6223600, Original_R6223700, Original_R6223800, Original_R6223900, Original_R6224000, Original_R6224100, Original_R6224200, Original_R6224300, Original_R6770600, Original_R6771600, Original_R6771700, Original_R6771800, Original_R6771900, Original_R6772000, Original_R6772100, Original_R6772200, Original_R6772300, Original_R6772400, Original_R6772500, Original_R6772600, Original_R6772700, Original_R6772800, Original_R6772900, Original_R6773000, Original_R6773100, Original_R6773200, Original_R6773300, Original_R6773400, Original_R6773500, Original_R6773600, Original_R6773700, Original_R6773800, Original_R6773900, Original_R6774000, Original_R6774100, Original_R6774200, Original_R6774300, Original_R6774400, Original_R6774500, Original_R6774600, Original_R6774700, Original_R6774800, Original_R6774900, Original_R6775000, Original_R6775100, Original_R6775200, Original_R6775300, Original_R6775400, Original_R6775500, Original_R6775501, Original_R6775600, Original_R6775601, Original_R6775700, Original_R6775701, Original_R6775800, Original_R6775801, Original_R6775900, Original_R6775901, Original_R6776000, Original_R6776001, Original_R6776100, Original_R6776101, Original_R6776200, Original_R6776201, Original_R6776300, Original_R6776301, Original_R6776400, Original_R6776401, Original_R6776500, Original_R6776501, Original_R6776600, Original_R6776601, Original_R6776700, Original_R6776701, Original_R6776800, Original_R6776801, Original_R6776900, Original_R6777000, Original_R6777100, Original_R6777200, Original_R6777300, Original_R6777400, Original_R6777500, Original_R6777600, Original_R6777700, Original_R6777800, Original_R7415900, Original_R7416000, Original_R7416100, Original_R7416200, Original_R7416300, Original_R7416400, Original_R7416500, Original_R7416600, Original_R7416700, Original_R7416800, Original_R7416900, Original_R7417000, Original_R7417100, Original_R7417200, Original_R7417300, Original_R7417400, Original_R7417500, Original_R7417600, Original_R7417700, Original_R7417800, Original_R7417900, Original_R7418000, Original_R7418100, Original_R7418200, Original_R7418300, Original_R7418400, Original_R7418500, Original_R7418600, Original_R7418700, Original_R7418800, Original_R7418900, Original_R7419000, Original_R7419100, Original_R7419200, Original_R7419300, Original_R7419400, Original_R7419500, Original_R7419600, Original_R7419700, Original_R7419800, Original_R7419900, Original_R7419901, Original_R7420000, Original_R7420001, Original_R7420100, Original_R7420101, Original_R7420200, Original_R7420201, Original_R7420300, Original_R7420301, Original_R7420400, Original_R7420401, Original_R7420500, Original_R7420501, Original_R7420600, Original_R7420601, Original_R7420700, Original_R7420701, Original_R7420800, Original_R7420801, Original_R7420900, Original_R7420901, Original_R7421000, Original_R7421001, Original_R7421100, Original_R7421101, Original_R7421200, Original_R7421201, Original_R7421300, Original_R7421301, Original_R7421400, Original_R7421500, Original_R7421600, Original_R7421700, Original_R7421800, Original_R7421900, Original_R7422000, Original_R7422100, Original_R7422200, Original_R7422300, Original_R8114000, Original_R8114100, Original_R8114200, Original_R8114300, Original_R8114400, Original_R8114500, Original_R8114600, Original_R8114700, Original_R8114800, Original_R8114900, Original_R8115000, Original_R8115100, Original_R8115200, Original_R8115300, Original_R8115400, Original_R8115500, Original_R8115600, Original_R8115700, Original_R8115800, Original_R8115900, Original_R8116000, Original_R8116100, Original_R8116200, Original_R8116300, Original_R8116400, Original_R8116500, Original_R8116600, Original_R8116700, Original_R8116800, Original_R8116900, Original_R8117000, Original_R8117100, Original_R8117200, Original_R8117300, Original_R8117400, Original_R8117500, Original_R8117600, Original_R8117700, Original_R8117800, Original_R8117900, Original_R8118000, Original_R8118001, Original_R8118100, Original_R8118101, Original_R8118200, Original_R8118201, Original_R8118300, Original_R8118301, Original_R8118400, Original_R8118401, Original_R8118500, Original_R8118501, Original_R8118600, Original_R8118601, Original_R8118700, Original_R8118701, Original_R8118800, Original_R8118801, Original_R8118900, Original_R8118901, Original_R8119000, Original_R8119001, Original_R8119100, Original_R8119101, Original_R8119200, Original_R8119201, Original_R8119300, Original_R8119301, Original_R8119400, Original_R8119401, Original_R8119500, Original_R8119501, Original_R8119600, Original_R8119700, Original_R8119800, Original_R8119900, Original_R8120000, Original_R8120100, Original_R8120200, Original_R8120300, Original_R8120400, Original_R8120500, Original_R8135300, Original_R8135400, Original_R8135500, Original_R8135600, Original_R8135700, Original_R8135800, Original_R8135900, Original_R9900600, Original_R9900601, Original_R9901400, Original_R9901401, Original_R9902200, Original_R9902201, Original_R9903000, Original_R9903001, Original_R9903800, Original_R9903801, Original_R9904600, Original_R9904601, Original_R9905400, Original_R9905401, Original_R9911200, Original_R9911201, Original_T0345800, Original_T0345900, Original_T0346000, Original_T0346100, Original_T0346200, Original_T0346300, Original_T0346400, Original_T0346500, Original_T0346600, Original_T0346700, Original_T0346800, Original_T0346900, Original_T0347000, Original_T0347100, Original_T0347200, Original_T0347300, Original_T0347400, Original_T0347500, Original_T0347600, Original_T0347700, Original_T0347800, Original_T0347900, Original_T0348000, Original_T0348100, Original_T0348200, Original_T0348300, Original_T0348400, Original_T0348500, Original_T0348600, Original_T0348700, Original_T0348800, Original_T0348900, Original_T0349000, Original_T0349100, Original_T0349200, Original_T0349300, Original_T0349400, Original_T0349500, Original_T0349600, Original_T0349700, Original_T0349800, Original_T0349900, Original_T0350000, Original_T0350100, Original_T0350101, Original_T0350200, Original_T0350201, Original_T0350300, Original_T0350301, Original_T0350400, Original_T0350401, Original_T0350500, Original_T0350501, Original_T0350600, Original_T0350601, Original_T0350700, Original_T0350701, Original_T0350800, Original_T0350801, Original_T0350900, Original_T0350901, Original_T0351000, Original_T0351001, Original_T0351100, Original_T0351101, Original_T0351200, Original_T0351201, Original_T0351300, Original_T0351301, Original_T0351400, Original_T0351401, Original_T0351500, Original_T0351501, Original_T0351600, Original_T0351601, Original_T0351700, Original_T0351701, Original_T0351800, Original_T0351801, Original_T0351900, Original_T0352000, Original_T0352100, Original_T0352200, Original_T0352300, Original_T0352400, Original_T0352500, Original_T0352600, Original_T0352700, Original_T0352800, Original_T0352900, Original_T0597800, Original_T0597900, Original_T0598000, Original_T0598100, Original_T0598200, Original_T0598300, Original_T0598400, Original_T1495200, Original_T1495300, Original_T1495400, Original_T1495500, Original_T1495600, Original_T1495700, Original_T1495800, Original_T1495900, Original_T1496000, Original_T1496100, Original_T1496200, Original_T1496300, Original_T1496400, Original_T1496500, Original_T1496600, Original_T1496700, Original_T1496800, Original_T1496900, Original_T1497000, Original_T1497100, Original_T1497200, Original_T1497300, Original_T1497400, Original_T1497500, Original_T1497600, Original_T1497700, Original_T1497800, Original_T1497900, Original_T1498000, Original_T1498100, Original_T1498200, Original_T1498300, Original_T1498400, Original_T1498500, Original_T1498600, Original_T1498700, Original_T1498800, Original_T1498900, Original_T1499000, Original_T1499100, Original_T1499200, Original_T1499300, Original_T1499400, Original_T1499500, Original_T1499501, Original_T1499600, Original_T1499601, Original_T1499700, Original_T1499701, Original_T1499800, Original_T1499801, Original_T1499900, Original_T1499901, Original_T1500000, Original_T1500001, Original_T1500100, Original_T1500101, Original_T1500200, Original_T1500201, Original_T1500300, Original_T1500301, Original_T1500400, Original_T1500401, Original_T1500500, Original_T1500501, Original_T1500600, Original_T1500601, Original_T1500700, Original_T1500701, Original_T1500800, Original_T1500801, Original_T1500900, Original_T1500901, Original_T1501000, Original_T1501001, Original_T1501100, Original_T1501200, Original_T1501300, Original_T1501400, Original_T1501500, Original_T1501600, Original_T1501700, Original_T1501800, Original_T1501900, Original_T1502000, Original_T1502100, Original_T1765100, Original_T1765200, Original_T1765300, Original_T1765400, Original_T1765500, Original_T1765600, Original_T1765700, Original_T2541200, Original_T2541300, Original_T2541400, Original_T2541500, Original_T2541600, Original_T2541700, Original_T2541800, Original_T2541900, Original_T2542000, Original_T2542100, Original_T2542200, Original_T2542300, Original_T2542400, Original_T2542500, Original_T2542600, Original_T2542700, Original_T2542800, Original_T2542900, Original_T2543000, Original_T2543100, Original_T2543200, Original_T2543300, Original_T2543400, Original_T2543500, Original_T2543600, Original_T2543700, Original_T2543800, Original_T2543900, Original_T2544000, Original_T2544100, Original_T2544200, Original_T2544300, Original_T2544400, Original_T2544500, Original_T2544600, Original_T2544700, Original_T2544800, Original_T2544900, Original_T2545000, Original_T2545100, Original_T2545200, Original_T2545201, Original_T2545300, Original_T2545301, Original_T2545400, Original_T2545401, Original_T2545500, Original_T2545501, Original_T2545600, Original_T2545601, Original_T2545700, Original_T2545701, Original_T2545800, Original_T2545801, Original_T2545900, Original_T2545901, Original_T2546000, Original_T2546001, Original_T2546100, Original_T2546101, Original_T2546200, Original_T2546201, Original_T2546300, Original_T2546301, Original_T2546400, Original_T2546401, Original_T2546500, Original_T2546501, Original_T2546600, Original_T2546601, Original_T2546700, Original_T2546701, Original_T2546800, Original_T2546900, Original_T2547000, Original_T2547100, Original_T2547200, Original_T2547300, Original_T2547400, Original_T2547500, Original_T2547600, Original_T2547700, Original_T2763400, Original_T2763500, Original_T2763600, Original_T2763700, Original_T2763800, Original_T2763900, Original_T2764000, Original_T3729600, Original_T3729700, Original_T3729800, Original_T3729900, Original_T3730000, Original_T3730100); + global::System.Nullable Original_T3529500, + global::System.Nullable Original_T3529600, + global::System.Nullable Original_T3529700, + global::System.Nullable Original_T3529800, + global::System.Nullable Original_T3529900, + global::System.Nullable Original_T3530000, + global::System.Nullable Original_T3530100, + global::System.Nullable Original_T3530200, + global::System.Nullable Original_T3530300, + global::System.Nullable Original_T3530400, + global::System.Nullable Original_T3532500, + global::System.Nullable Original_T3532501, + global::System.Nullable Original_T3532600, + global::System.Nullable Original_T3532601, + global::System.Nullable Original_T3532700, + global::System.Nullable Original_T3532701, + global::System.Nullable Original_T3532800, + global::System.Nullable Original_T3532801, + global::System.Nullable Original_T3532900, + global::System.Nullable Original_T3532901, + global::System.Nullable Original_T3533000, + global::System.Nullable Original_T3533001, + global::System.Nullable Original_T3533100, + global::System.Nullable Original_T3533101, + global::System.Nullable Original_T4498100, + global::System.Nullable Original_T4498200, + global::System.Nullable Original_T4498300, + global::System.Nullable Original_T4498400, + global::System.Nullable Original_T4498500, + global::System.Nullable Original_T4498600, + global::System.Nullable Original_T4498700, + global::System.Nullable Original_T4498800, + global::System.Nullable Original_T4498900, + global::System.Nullable Original_T4499000, + global::System.Nullable Original_T4503700, + global::System.Nullable Original_T4503701, + global::System.Nullable Original_T4503800, + global::System.Nullable Original_T4503801, + global::System.Nullable Original_T4503900, + global::System.Nullable Original_T4503901, + global::System.Nullable Original_T4504000, + global::System.Nullable Original_T4504001, + global::System.Nullable Original_T4504100, + global::System.Nullable Original_T4504101, + global::System.Nullable Original_T4504200, + global::System.Nullable Original_T4504201) { + return this.Update(Original_R0000100, R1373400, R1374100, R1374800, R1375500, R1376200, R1376900, R1377600, R1753800, R1754500, R1755200, R1755900, R1756600, R1757300, R1758000, R2095800, R2096500, R2097200, R2097900, R2098600, R2099300, R2100000, R2648100, R2648800, R2649500, R2650200, R2650900, R2651600, R2652300, R3256000, R3257800, R3259600, R3261400, R3263200, R3265000, R3266800, R3771900, R3772200, R3772300, R3774000, R3774300, R3774400, R3776100, R3776400, R3776500, R3778200, R3778500, R3778600, R3780300, R3780600, R3780700, R3782400, R3784500, R4276900, R4277200, R4277201, R4277800, R4278100, R4278101, R4278700, R4279000, R4279001, R4279600, R4279900, R4279901, R4280500, R4280800, R4280801, R4281400, R4282200, R4827700, R4828000, R4828001, R4830700, R4831000, R4831001, R4833700, R4834000, R4834001, R4836700, R4837000, R4837001, R4839700, R4840000, R4840001, R4842600, R4844900, R4847200, R5498100, R5498400, R5498401, R5501100, R5501400, R5501401, R5504100, R5504400, R5504401, R5507100, R5507400, R5507401, R5510100, R5510400, R5510401, R5513100, R5515400, R5517700, R5519900, R6219500, R6219600, R6219700, R6219800, R6219900, R6220000, R6220100, R6220200, R6220300, R6220400, R6222800, R6222801, R6222900, R6222901, R6223000, R6223001, R6223100, R6223101, R6223200, R6223201, R6223300, R6223301, R6773500, R6773600, R6773700, R6773800, R6773900, R6774000, R6774100, R6774200, R6774300, R6774400, R6776300, R6776301, R6776400, R6776401, R6776500, R6776501, R6776600, R6776601, R6776700, R6776701, R6776800, R6776801, R7417900, R7418000, R7418100, R7418200, R7418300, R7418400, R7418500, R7418600, R7418700, R7418800, R7420700, R7420701, R7420800, R7420801, R7420900, R7420901, R7421000, R7421001, R7421100, R7421101, R7421200, R7421201, R7421300, R7421301, R8116000, R8116100, R8116200, R8116300, R8116400, R8116500, R8116600, R8116700, R8116800, R8116900, R8119000, R8119001, R8119100, R8119101, R8119200, R8119201, R8119300, R8119301, R8119400, R8119401, R8119500, R8119501, T0347900, T0348000, T0348100, T0348200, T0348300, T0348400, T0348500, T0348600, T0348700, T0348800, T0348900, T0351100, T0351101, T0351200, T0351201, T0351300, T0351301, T0351400, T0351401, T0351500, T0351501, T0351600, T0351601, T0351700, T0351701, T0351800, T0351801, T1497300, T1497400, T1497500, T1497600, T1497700, T1497800, T1497900, T1498000, T1498100, T1498200, T1498300, T1500500, T1500501, T1500600, T1500601, T1500700, T1500701, T1500800, T1500801, T1500900, T1500901, T1501000, T1501001, T2543200, T2543300, T2543400, T2543500, T2543600, T2543700, T2543800, T2543900, T2544000, T2544100, T2546100, T2546101, T2546200, T2546201, T2546300, T2546301, T2546400, T2546401, T2546500, T2546501, T2546600, T2546601, T2546700, T2546701, T3529500, T3529600, T3529700, T3529800, T3529900, T3530000, T3530100, T3530200, T3530300, T3530400, T3532500, T3532501, T3532600, T3532601, T3532700, T3532701, T3532800, T3532801, T3532900, T3532901, T3533000, T3533001, T3533100, T3533101, T4498100, T4498200, T4498300, T4498400, T4498500, T4498600, T4498700, T4498800, T4498900, T4499000, T4503700, T4503701, T4503800, T4503801, T4503900, T4503901, T4504000, T4504001, T4504100, T4504101, T4504200, T4504201, Original_R0000100, Original_R1373400, Original_R1374100, Original_R1374800, Original_R1375500, Original_R1376200, Original_R1376900, Original_R1377600, Original_R1753800, Original_R1754500, Original_R1755200, Original_R1755900, Original_R1756600, Original_R1757300, Original_R1758000, Original_R2095800, Original_R2096500, Original_R2097200, Original_R2097900, Original_R2098600, Original_R2099300, Original_R2100000, Original_R2648100, Original_R2648800, Original_R2649500, Original_R2650200, Original_R2650900, Original_R2651600, Original_R2652300, Original_R3256000, Original_R3257800, Original_R3259600, Original_R3261400, Original_R3263200, Original_R3265000, Original_R3266800, Original_R3771900, Original_R3772200, Original_R3772300, Original_R3774000, Original_R3774300, Original_R3774400, Original_R3776100, Original_R3776400, Original_R3776500, Original_R3778200, Original_R3778500, Original_R3778600, Original_R3780300, Original_R3780600, Original_R3780700, Original_R3782400, Original_R3784500, Original_R4276900, Original_R4277200, Original_R4277201, Original_R4277800, Original_R4278100, Original_R4278101, Original_R4278700, Original_R4279000, Original_R4279001, Original_R4279600, Original_R4279900, Original_R4279901, Original_R4280500, Original_R4280800, Original_R4280801, Original_R4281400, Original_R4282200, Original_R4827700, Original_R4828000, Original_R4828001, Original_R4830700, Original_R4831000, Original_R4831001, Original_R4833700, Original_R4834000, Original_R4834001, Original_R4836700, Original_R4837000, Original_R4837001, Original_R4839700, Original_R4840000, Original_R4840001, Original_R4842600, Original_R4844900, Original_R4847200, Original_R5498100, Original_R5498400, Original_R5498401, Original_R5501100, Original_R5501400, Original_R5501401, Original_R5504100, Original_R5504400, Original_R5504401, Original_R5507100, Original_R5507400, Original_R5507401, Original_R5510100, Original_R5510400, Original_R5510401, Original_R5513100, Original_R5515400, Original_R5517700, Original_R5519900, Original_R6219500, Original_R6219600, Original_R6219700, Original_R6219800, Original_R6219900, Original_R6220000, Original_R6220100, Original_R6220200, Original_R6220300, Original_R6220400, Original_R6222800, Original_R6222801, Original_R6222900, Original_R6222901, Original_R6223000, Original_R6223001, Original_R6223100, Original_R6223101, Original_R6223200, Original_R6223201, Original_R6223300, Original_R6223301, Original_R6773500, Original_R6773600, Original_R6773700, Original_R6773800, Original_R6773900, Original_R6774000, Original_R6774100, Original_R6774200, Original_R6774300, Original_R6774400, Original_R6776300, Original_R6776301, Original_R6776400, Original_R6776401, Original_R6776500, Original_R6776501, Original_R6776600, Original_R6776601, Original_R6776700, Original_R6776701, Original_R6776800, Original_R6776801, Original_R7417900, Original_R7418000, Original_R7418100, Original_R7418200, Original_R7418300, Original_R7418400, Original_R7418500, Original_R7418600, Original_R7418700, Original_R7418800, Original_R7420700, Original_R7420701, Original_R7420800, Original_R7420801, Original_R7420900, Original_R7420901, Original_R7421000, Original_R7421001, Original_R7421100, Original_R7421101, Original_R7421200, Original_R7421201, Original_R7421300, Original_R7421301, Original_R8116000, Original_R8116100, Original_R8116200, Original_R8116300, Original_R8116400, Original_R8116500, Original_R8116600, Original_R8116700, Original_R8116800, Original_R8116900, Original_R8119000, Original_R8119001, Original_R8119100, Original_R8119101, Original_R8119200, Original_R8119201, Original_R8119300, Original_R8119301, Original_R8119400, Original_R8119401, Original_R8119500, Original_R8119501, Original_T0347900, Original_T0348000, Original_T0348100, Original_T0348200, Original_T0348300, Original_T0348400, Original_T0348500, Original_T0348600, Original_T0348700, Original_T0348800, Original_T0348900, Original_T0351100, Original_T0351101, Original_T0351200, Original_T0351201, Original_T0351300, Original_T0351301, Original_T0351400, Original_T0351401, Original_T0351500, Original_T0351501, Original_T0351600, Original_T0351601, Original_T0351700, Original_T0351701, Original_T0351800, Original_T0351801, Original_T1497300, Original_T1497400, Original_T1497500, Original_T1497600, Original_T1497700, Original_T1497800, Original_T1497900, Original_T1498000, Original_T1498100, Original_T1498200, Original_T1498300, Original_T1500500, Original_T1500501, Original_T1500600, Original_T1500601, Original_T1500700, Original_T1500701, Original_T1500800, Original_T1500801, Original_T1500900, Original_T1500901, Original_T1501000, Original_T1501001, Original_T2543200, Original_T2543300, Original_T2543400, Original_T2543500, Original_T2543600, Original_T2543700, Original_T2543800, Original_T2543900, Original_T2544000, Original_T2544100, Original_T2546100, Original_T2546101, Original_T2546200, Original_T2546201, Original_T2546300, Original_T2546301, Original_T2546400, Original_T2546401, Original_T2546500, Original_T2546501, Original_T2546600, Original_T2546601, Original_T2546700, Original_T2546701, Original_T3529500, Original_T3529600, Original_T3529700, Original_T3529800, Original_T3529900, Original_T3530000, Original_T3530100, Original_T3530200, Original_T3530300, Original_T3530400, Original_T3532500, Original_T3532501, Original_T3532600, Original_T3532601, Original_T3532700, Original_T3532701, Original_T3532800, Original_T3532801, Original_T3532900, Original_T3532901, Original_T3533000, Original_T3533001, Original_T3533100, Original_T3533101, Original_T4498100, Original_T4498200, Original_T4498300, Original_T4498400, Original_T4498500, Original_T4498600, Original_T4498700, Original_T4498800, Original_T4498900, Original_T4499000, Original_T4503700, Original_T4503701, Original_T4503800, Original_T4503801, Original_T4503900, Original_T4503901, Original_T4504000, Original_T4504001, Original_T4504100, Original_T4504101, Original_T4504200, Original_T4504201); + } + } + + /// + ///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 tblGen2ImplicitFatherTableAdapter : 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 tblGen2ImplicitFatherTableAdapter() { + 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 = "tblGen2ImplicitFather"; + tableMapping.ColumnMappings.Add("C0000100", "C0000100"); + tableMapping.ColumnMappings.Add("C0000200", "C0000200"); + tableMapping.ColumnMappings.Add("C0005300", "C0005300"); + tableMapping.ColumnMappings.Add("C0005400", "C0005400"); + tableMapping.ColumnMappings.Add("C0005700", "C0005700"); + tableMapping.ColumnMappings.Add("C0008100", "C0008100"); + tableMapping.ColumnMappings.Add("C0008200", "C0008200"); + tableMapping.ColumnMappings.Add("C0008300", "C0008300"); + tableMapping.ColumnMappings.Add("C0008600", "C0008600"); + tableMapping.ColumnMappings.Add("C0008700", "C0008700"); + tableMapping.ColumnMappings.Add("C0008800", "C0008800"); + tableMapping.ColumnMappings.Add("C0009100", "C0009100"); + tableMapping.ColumnMappings.Add("C0009200", "C0009200"); + tableMapping.ColumnMappings.Add("C0009300", "C0009300"); + tableMapping.ColumnMappings.Add("C0009600", "C0009600"); + tableMapping.ColumnMappings.Add("C0009700", "C0009700"); + tableMapping.ColumnMappings.Add("C0009800", "C0009800"); + tableMapping.ColumnMappings.Add("C0009900", "C0009900"); + tableMapping.ColumnMappings.Add("C0010110", "C0010110"); + tableMapping.ColumnMappings.Add("C0010200", "C0010200"); + tableMapping.ColumnMappings.Add("C0010300", "C0010300"); + tableMapping.ColumnMappings.Add("C0010400", "C0010400"); + tableMapping.ColumnMappings.Add("C0010700", "C0010700"); + tableMapping.ColumnMappings.Add("C0010800", "C0010800"); + tableMapping.ColumnMappings.Add("C0010900", "C0010900"); + tableMapping.ColumnMappings.Add("C0011110", "C0011110"); + tableMapping.ColumnMappings.Add("C0011111", "C0011111"); + tableMapping.ColumnMappings.Add("C0011112", "C0011112"); + tableMapping.ColumnMappings.Add("C0011113", "C0011113"); + tableMapping.ColumnMappings.Add("C0011114", "C0011114"); + tableMapping.ColumnMappings.Add("C0011117", "C0011117"); + tableMapping.ColumnMappings.Add("C0011118", "C0011118"); + tableMapping.ColumnMappings.Add("C0011119", "C0011119"); + tableMapping.ColumnMappings.Add("C0011122", "C0011122"); + tableMapping.ColumnMappings.Add("C0011123", "C0011123"); + tableMapping.ColumnMappings.Add("C0011124", "C0011124"); + tableMapping.ColumnMappings.Add("C0011127", "C0011127"); + tableMapping.ColumnMappings.Add("C0011128", "C0011128"); + tableMapping.ColumnMappings.Add("C0011129", "C0011129"); + tableMapping.ColumnMappings.Add("C0011132", "C0011132"); + tableMapping.ColumnMappings.Add("C0011133", "C0011133"); + tableMapping.ColumnMappings.Add("C0011134", "C0011134"); + tableMapping.ColumnMappings.Add("C0011137", "C0011137"); + tableMapping.ColumnMappings.Add("C0011138", "C0011138"); + tableMapping.ColumnMappings.Add("C0011139", "C0011139"); + tableMapping.ColumnMappings.Add("C0011142", "C0011142"); + tableMapping.ColumnMappings.Add("C0011143", "C0011143"); + tableMapping.ColumnMappings.Add("C0011144", "C0011144"); + tableMapping.ColumnMappings.Add("C3070500", "C3070500"); + tableMapping.ColumnMappings.Add("C3423600", "C3423600"); + tableMapping.ColumnMappings.Add("C3601100", "C3601100"); + tableMapping.ColumnMappings.Add("C3601700", "C3601700"); + tableMapping.ColumnMappings.Add("C3601800", "C3601800"); + tableMapping.ColumnMappings.Add("C3601900", "C3601900"); + tableMapping.ColumnMappings.Add("C3605900", "C3605900"); + tableMapping.ColumnMappings.Add("C3981100", "C3981100"); + tableMapping.ColumnMappings.Add("C3981700", "C3981700"); + tableMapping.ColumnMappings.Add("C3981800", "C3981800"); + tableMapping.ColumnMappings.Add("C3981900", "C3981900"); + tableMapping.ColumnMappings.Add("C5156100", "C5156100"); + tableMapping.ColumnMappings.Add("C5525500", "C5525500"); + tableMapping.ColumnMappings.Add("C5525600", "C5525600"); + tableMapping.ColumnMappings.Add("C5525700", "C5525700"); + tableMapping.ColumnMappings.Add("C5733200", "C5733200"); + tableMapping.ColumnMappings.Add("C5801800", "C5801800"); + tableMapping.ColumnMappings.Add("C5801900", "C5801900"); + tableMapping.ColumnMappings.Add("C5802000", "C5802000"); + tableMapping.ColumnMappings.Add("C6006200", "C6006200"); + tableMapping.ColumnMappings.Add("Y0003200", "Y0003200"); + tableMapping.ColumnMappings.Add("Y0007300", "Y0007300"); + tableMapping.ColumnMappings.Add("Y0007400", "Y0007400"); + tableMapping.ColumnMappings.Add("Y0007600", "Y0007600"); + tableMapping.ColumnMappings.Add("Y0007601", "Y0007601"); + tableMapping.ColumnMappings.Add("Y0008000", "Y0008000"); + tableMapping.ColumnMappings.Add("Y0008500", "Y0008500"); + tableMapping.ColumnMappings.Add("Y0008600", "Y0008600"); + tableMapping.ColumnMappings.Add("Y0009400", "Y0009400"); + tableMapping.ColumnMappings.Add("Y0394100", "Y0394100"); + tableMapping.ColumnMappings.Add("Y0394300", "Y0394300"); + tableMapping.ColumnMappings.Add("Y0394500", "Y0394500"); + tableMapping.ColumnMappings.Add("Y0394501", "Y0394501"); + tableMapping.ColumnMappings.Add("Y0394900", "Y0394900"); + tableMapping.ColumnMappings.Add("Y0651000", "Y0651000"); + tableMapping.ColumnMappings.Add("Y0682500", "Y0682500"); + tableMapping.ColumnMappings.Add("Y0683800", "Y0683800"); + tableMapping.ColumnMappings.Add("Y0683900", "Y0683900"); + tableMapping.ColumnMappings.Add("Y0684100", "Y0684100"); + tableMapping.ColumnMappings.Add("Y0684101", "Y0684101"); + tableMapping.ColumnMappings.Add("Y0684500", "Y0684500"); + tableMapping.ColumnMappings.Add("Y0947100", "Y0947100"); + tableMapping.ColumnMappings.Add("Y0986200", "Y0986200"); + tableMapping.ColumnMappings.Add("Y0986700", "Y0986700"); + tableMapping.ColumnMappings.Add("Y0988800", "Y0988800"); + tableMapping.ColumnMappings.Add("Y0988900", "Y0988900"); + tableMapping.ColumnMappings.Add("Y0989400", "Y0989400"); + tableMapping.ColumnMappings.Add("Y0989401", "Y0989401"); + tableMapping.ColumnMappings.Add("Y0989900", "Y0989900"); + tableMapping.ColumnMappings.Add("Y1229100", "Y1229100"); + tableMapping.ColumnMappings.Add("Y1229200", "Y1229200"); + tableMapping.ColumnMappings.Add("Y1229700", "Y1229700"); + tableMapping.ColumnMappings.Add("Y1229701", "Y1229701"); + tableMapping.ColumnMappings.Add("Y1264300", "Y1264300"); + tableMapping.ColumnMappings.Add("Y1265300", "Y1265300"); + tableMapping.ColumnMappings.Add("Y1458900", "Y1458900"); + tableMapping.ColumnMappings.Add("Y1459400", "Y1459400"); + tableMapping.ColumnMappings.Add("Y1459401", "Y1459401"); + tableMapping.ColumnMappings.Add("Y1629500", "Y1629500"); + tableMapping.ColumnMappings.Add("Y1704000", "Y1704000"); + tableMapping.ColumnMappings.Add("Y1704500", "Y1704500"); + tableMapping.ColumnMappings.Add("Y1704501", "Y1704501"); + tableMapping.ColumnMappings.Add("Y1707300", "Y1707300"); + tableMapping.ColumnMappings.Add("Y1883300", "Y1883300"); + tableMapping.ColumnMappings.Add("Y1989500", "Y1989500"); + tableMapping.ColumnMappings.Add("Y1990000", "Y1990000"); + tableMapping.ColumnMappings.Add("Y1990001", "Y1990001"); + tableMapping.ColumnMappings.Add("Y1992900", "Y1992900"); + tableMapping.ColumnMappings.Add("Y2197500", "Y2197500"); + tableMapping.ColumnMappings.Add("Y2308300", "Y2308300"); + tableMapping.ColumnMappings.Add("Y2308800", "Y2308800"); + tableMapping.ColumnMappings.Add("Y2308801", "Y2308801"); + tableMapping.ColumnMappings.Add("Y2311700", "Y2311700"); + tableMapping.ColumnMappings.Add("Y2531800", "Y2531800"); + tableMapping.ColumnMappings.Add("Y2641000", "Y2641000"); + tableMapping.ColumnMappings.Add("Y2641500", "Y2641500"); + tableMapping.ColumnMappings.Add("Y2641501", "Y2641501"); + tableMapping.ColumnMappings.Add("Y2644400", "Y2644400"); + tableMapping.ColumnMappings.Add("Y2880000", "Y2880000"); + tableMapping.ColumnMappings.Add("Y2998200", "Y2998200"); + tableMapping.ColumnMappings.Add("Y2998700", "Y2998700"); + tableMapping.ColumnMappings.Add("Y2998701", "Y2998701"); + tableMapping.ColumnMappings.Add("Y3001600", "Y3001600"); + tableMapping.ColumnMappings.Add("Y3249900", "Y3249900"); + 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 [Extract].[tblGen2ImplicitFather] WHERE (([C0000100] = @Original_C000" + + "0100) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Origi" + + "nal_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300]" + + " = @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([" + + "C0005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NU" + + "LL) OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_C0008100 = 1 AND [C00081" + + "00] IS NULL) OR ([C0008100] = @Original_C0008100)) AND ((@IsNull_C0008200 = 1 AN" + + "D [C0008200] IS NULL) OR ([C0008200] = @Original_C0008200)) AND ((@IsNull_C00083" + + "00 = 1 AND [C0008300] IS NULL) OR ([C0008300] = @Original_C0008300)) AND ((@IsNu" + + "ll_C0008600 = 1 AND [C0008600] IS NULL) OR ([C0008600] = @Original_C0008600)) AN" + + "D ((@IsNull_C0008700 = 1 AND [C0008700] IS NULL) OR ([C0008700] = @Original_C000" + + "8700)) AND ((@IsNull_C0008800 = 1 AND [C0008800] IS NULL) OR ([C0008800] = @Orig" + + "inal_C0008800)) AND ((@IsNull_C0009100 = 1 AND [C0009100] IS NULL) OR ([C0009100" + + "] = @Original_C0009100)) AND ((@IsNull_C0009200 = 1 AND [C0009200] IS NULL) OR (" + + "[C0009200] = @Original_C0009200)) AND ((@IsNull_C0009300 = 1 AND [C0009300] IS N" + + "ULL) OR ([C0009300] = @Original_C0009300)) AND ((@IsNull_C0009600 = 1 AND [C0009" + + "600] IS NULL) OR ([C0009600] = @Original_C0009600)) AND ((@IsNull_C0009700 = 1 A" + + "ND [C0009700] IS NULL) OR ([C0009700] = @Original_C0009700)) AND ((@IsNull_C0009" + + "800 = 1 AND [C0009800] IS NULL) OR ([C0009800] = @Original_C0009800)) AND ((@IsN" + + "ull_C0009900 = 1 AND [C0009900] IS NULL) OR ([C0009900] = @Original_C0009900)) A" + + "ND ((@IsNull_C0010110 = 1 AND [C0010110] IS NULL) OR ([C0010110] = @Original_C00" + + "10110)) AND ((@IsNull_C0010200 = 1 AND [C0010200] IS NULL) OR ([C0010200] = @Ori" + + "ginal_C0010200)) AND ((@IsNull_C0010300 = 1 AND [C0010300] IS NULL) OR ([C001030" + + "0] = @Original_C0010300)) AND ((@IsNull_C0010400 = 1 AND [C0010400] IS NULL) OR " + + "([C0010400] = @Original_C0010400)) AND ((@IsNull_C0010700 = 1 AND [C0010700] IS " + + "NULL) OR ([C0010700] = @Original_C0010700)) AND ((@IsNull_C0010800 = 1 AND [C001" + + "0800] IS NULL) OR ([C0010800] = @Original_C0010800)) AND ((@IsNull_C0010900 = 1 " + + "AND [C0010900] IS NULL) OR ([C0010900] = @Original_C0010900)) AND ((@IsNull_C001" + + "1110 = 1 AND [C0011110] IS NULL) OR ([C0011110] = @Original_C0011110)) AND ((@Is" + + "Null_C0011111 = 1 AND [C0011111] IS NULL) OR ([C0011111] = @Original_C0011111)) " + + "AND ((@IsNull_C0011112 = 1 AND [C0011112] IS NULL) OR ([C0011112] = @Original_C0" + + "011112)) AND ((@IsNull_C0011113 = 1 AND [C0011113] IS NULL) OR ([C0011113] = @Or" + + "iginal_C0011113)) AND ((@IsNull_C0011114 = 1 AND [C0011114] IS NULL) OR ([C00111" + + "14] = @Original_C0011114)) AND ((@IsNull_C0011117 = 1 AND [C0011117] IS NULL) OR" + + " ([C0011117] = @Original_C0011117)) AND ((@IsNull_C0011118 = 1 AND [C0011118] IS" + + " NULL) OR ([C0011118] = @Original_C0011118)) AND ((@IsNull_C0011119 = 1 AND [C00" + + "11119] IS NULL) OR ([C0011119] = @Original_C0011119)) AND ((@IsNull_C0011122 = 1" + + " AND [C0011122] IS NULL) OR ([C0011122] = @Original_C0011122)) AND ((@IsNull_C00" + + "11123 = 1 AND [C0011123] IS NULL) OR ([C0011123] = @Original_C0011123)) AND ((@I" + + "sNull_C0011124 = 1 AND [C0011124] IS NULL) OR ([C0011124] = @Original_C0011124))" + + " AND ((@IsNull_C0011127 = 1 AND [C0011127] IS NULL) OR ([C0011127] = @Original_C" + + "0011127)) AND ((@IsNull_C0011128 = 1 AND [C0011128] IS NULL) OR ([C0011128] = @O" + + "riginal_C0011128)) AND ((@IsNull_C0011129 = 1 AND [C0011129] IS NULL) OR ([C0011" + + "129] = @Original_C0011129)) AND ((@IsNull_C0011132 = 1 AND [C0011132] IS NULL) O" + + "R ([C0011132] = @Original_C0011132)) AND ((@IsNull_C0011133 = 1 AND [C0011133] I" + + "S NULL) OR ([C0011133] = @Original_C0011133)) AND ((@IsNull_C0011134 = 1 AND [C0" + + "011134] IS NULL) OR ([C0011134] = @Original_C0011134)) AND ((@IsNull_C0011137 = " + + "1 AND [C0011137] IS NULL) OR ([C0011137] = @Original_C0011137)) AND ((@IsNull_C0" + + "011138 = 1 AND [C0011138] IS NULL) OR ([C0011138] = @Original_C0011138)) AND ((@" + + "IsNull_C0011139 = 1 AND [C0011139] IS NULL) OR ([C0011139] = @Original_C0011139)" + + ") AND ((@IsNull_C0011142 = 1 AND [C0011142] IS NULL) OR ([C0011142] = @Original_" + + "C0011142)) AND ((@IsNull_C0011143 = 1 AND [C0011143] IS NULL) OR ([C0011143] = @" + + "Original_C0011143)) AND ((@IsNull_C0011144 = 1 AND [C0011144] IS NULL) OR ([C001" + + "1144] = @Original_C0011144)) AND ((@IsNull_C3070500 = 1 AND [C3070500] IS NULL) " + + "OR ([C3070500] = @Original_C3070500)) AND ((@IsNull_C3423600 = 1 AND [C3423600] " + + "IS NULL) OR ([C3423600] = @Original_C3423600)) AND ((@IsNull_C3601100 = 1 AND [C" + + "3601100] IS NULL) OR ([C3601100] = @Original_C3601100)) AND ((@IsNull_C3601700 =" + + " 1 AND [C3601700] IS NULL) OR ([C3601700] = @Original_C3601700)) AND ((@IsNull_C" + + "3601800 = 1 AND [C3601800] IS NULL) OR ([C3601800] = @Original_C3601800)) AND ((" + + "@IsNull_C3601900 = 1 AND [C3601900] IS NULL) OR ([C3601900] = @Original_C3601900" + + ")) AND ((@IsNull_C3605900 = 1 AND [C3605900] IS NULL) OR ([C3605900] = @Original" + + "_C3605900)) AND ((@IsNull_C3981100 = 1 AND [C3981100] IS NULL) OR ([C3981100] = " + + "@Original_C3981100)) AND ((@IsNull_C3981700 = 1 AND [C3981700] IS NULL) OR ([C39" + + "81700] = @Original_C3981700)) AND ((@IsNull_C3981800 = 1 AND [C3981800] IS NULL)" + + " OR ([C3981800] = @Original_C3981800)) AND ((@IsNull_C3981900 = 1 AND [C3981900]" + + " IS NULL) OR ([C3981900] = @Original_C3981900)) AND ((@IsNull_C5156100 = 1 AND [" + + "C5156100] IS NULL) OR ([C5156100] = @Original_C5156100)) AND ((@IsNull_C5525500 " + + "= 1 AND [C5525500] IS NULL) OR ([C5525500] = @Original_C5525500)) AND ((@IsNull_" + + "C5525600 = 1 AND [C5525600] IS NULL) OR ([C5525600] = @Original_C5525600)) AND (" + + "(@IsNull_C5525700 = 1 AND [C5525700] IS NULL) OR ([C5525700] = @Original_C552570" + + "0)) AND ((@IsNull_C5733200 = 1 AND [C5733200] IS NULL) OR ([C5733200] = @Origina" + + "l_C5733200)) AND ((@IsNull_C5801800 = 1 AND [C5801800] IS NULL) OR ([C5801800] =" + + " @Original_C5801800)) AND ((@IsNull_C5801900 = 1 AND [C5801900] IS NULL) OR ([C5" + + "801900] = @Original_C5801900)) AND ((@IsNull_C5802000 = 1 AND [C5802000] IS NULL" + + ") OR ([C5802000] = @Original_C5802000)) AND ((@IsNull_C6006200 = 1 AND [C6006200" + + "] IS NULL) OR ([C6006200] = @Original_C6006200)) AND ((@IsNull_Y0003200 = 1 AND " + + "[Y0003200] IS NULL) OR ([Y0003200] = @Original_Y0003200)) AND ((@IsNull_Y0007300" + + " = 1 AND [Y0007300] IS NULL) OR ([Y0007300] = @Original_Y0007300)) AND ((@IsNull" + + "_Y0007400 = 1 AND [Y0007400] IS NULL) OR ([Y0007400] = @Original_Y0007400)) AND " + + "((@IsNull_Y0007600 = 1 AND [Y0007600] IS NULL) OR ([Y0007600] = @Original_Y00076" + + "00)) AND ((@IsNull_Y0007601 = 1 AND [Y0007601] IS NULL) OR ([Y0007601] = @Origin" + + "al_Y0007601)) AND ((@IsNull_Y0008000 = 1 AND [Y0008000] IS NULL) OR ([Y0008000] " + + "= @Original_Y0008000)) AND ((@IsNull_Y0008500 = 1 AND [Y0008500] IS NULL) OR ([Y" + + "0008500] = @Original_Y0008500)) AND ((@IsNull_Y0008600 = 1 AND [Y0008600] IS NUL" + + "L) OR ([Y0008600] = @Original_Y0008600)) AND ((@IsNull_Y0009400 = 1 AND [Y000940" + + "0] IS NULL) OR ([Y0009400] = @Original_Y0009400)) AND ((@IsNull_Y0394100 = 1 AND" + + " [Y0394100] IS NULL) OR ([Y0394100] = @Original_Y0394100)) AND ((@IsNull_Y039430" + + "0 = 1 AND [Y0394300] IS NULL) OR ([Y0394300] = @Original_Y0394300)) AND ((@IsNul" + + "l_Y0394500 = 1 AND [Y0394500] IS NULL) OR ([Y0394500] = @Original_Y0394500)) AND" + + " ((@IsNull_Y0394501 = 1 AND [Y0394501] IS NULL) OR ([Y0394501] = @Original_Y0394" + + "501)) AND ((@IsNull_Y0394900 = 1 AND [Y0394900] IS NULL) OR ([Y0394900] = @Origi" + + "nal_Y0394900)) AND ((@IsNull_Y0651000 = 1 AND [Y0651000] IS NULL) OR ([Y0651000]" + + " = @Original_Y0651000)) AND ((@IsNull_Y0682500 = 1 AND [Y0682500] IS NULL) OR ([" + + "Y0682500] = @Original_Y0682500)) AND ((@IsNull_Y0683800 = 1 AND [Y0683800] IS NU" + + "LL) OR ([Y0683800] = @Original_Y0683800)) AND ((@IsNull_Y0683900 = 1 AND [Y06839" + + "00] IS NULL) OR ([Y0683900] = @Original_Y0683900)) AND ((@IsNull_Y0684100 = 1 AN" + + "D [Y0684100] IS NULL) OR ([Y0684100] = @Original_Y0684100)) AND ((@IsNull_Y06841" + + "01 = 1 AND [Y0684101] IS NULL) OR ([Y0684101] = @Original_Y0684101)) AND ((@IsNu" + + "ll_Y0684500 = 1 AND [Y0684500] IS NULL) OR ([Y0684500] = @Original_Y0684500)) AN" + + "D ((@IsNull_Y0947100 = 1 AND [Y0947100] IS NULL) OR ([Y0947100] = @Original_Y094" + + "7100)) AND ((@IsNull_Y0986200 = 1 AND [Y0986200] IS NULL) OR ([Y0986200] = @Orig" + + "inal_Y0986200)) AND ((@IsNull_Y0986700 = 1 AND [Y0986700] IS NULL) OR ([Y0986700" + + "] = @Original_Y0986700)) AND ((@IsNull_Y0988800 = 1 AND [Y0988800] IS NULL) OR (" + + "[Y0988800] = @Original_Y0988800)) AND ((@IsNull_Y0988900 = 1 AND [Y0988900] IS N" + + "ULL) OR ([Y0988900] = @Original_Y0988900)) AND ((@IsNull_Y0989400 = 1 AND [Y0989" + + "400] IS NULL) OR ([Y0989400] = @Original_Y0989400)) AND ((@IsNull_Y0989401 = 1 A" + + "ND [Y0989401] IS NULL) OR ([Y0989401] = @Original_Y0989401)) AND ((@IsNull_Y0989" + + "900 = 1 AND [Y0989900] IS NULL) OR ([Y0989900] = @Original_Y0989900)) AND ((@IsN" + + "ull_Y1229100 = 1 AND [Y1229100] IS NULL) OR ([Y1229100] = @Original_Y1229100)) A" + + "ND ((@IsNull_Y1229200 = 1 AND [Y1229200] IS NULL) OR ([Y1229200] = @Original_Y12" + + "29200)) AND ((@IsNull_Y1229700 = 1 AND [Y1229700] IS NULL) OR ([Y1229700] = @Ori" + + "ginal_Y1229700)) AND ((@IsNull_Y1229701 = 1 AND [Y1229701] IS NULL) OR ([Y122970" + + "1] = @Original_Y1229701)) AND ((@IsNull_Y1264300 = 1 AND [Y1264300] IS NULL) OR " + + "([Y1264300] = @Original_Y1264300)) AND ((@IsNull_Y1265300 = 1 AND [Y1265300] IS " + + "NULL) OR ([Y1265300] = @Original_Y1265300)) AND ((@IsNull_Y1458900 = 1 AND [Y145" + + "8900] IS NULL) OR ([Y1458900] = @Original_Y1458900)) AND ((@IsNull_Y1459400 = 1 " + + "AND [Y1459400] IS NULL) OR ([Y1459400] = @Original_Y1459400)) AND ((@IsNull_Y145" + + "9401 = 1 AND [Y1459401] IS NULL) OR ([Y1459401] = @Original_Y1459401)) AND ((@Is" + + "Null_Y1629500 = 1 AND [Y1629500] IS NULL) OR ([Y1629500] = @Original_Y1629500)) " + + "AND ((@IsNull_Y1704000 = 1 AND [Y1704000] IS NULL) OR ([Y1704000] = @Original_Y1" + + "704000)) AND ((@IsNull_Y1704500 = 1 AND [Y1704500] IS NULL) OR ([Y1704500] = @Or" + + "iginal_Y1704500)) AND ((@IsNull_Y1704501 = 1 AND [Y1704501] IS NULL) OR ([Y17045" + + "01] = @Original_Y1704501)) AND ((@IsNull_Y1707300 = 1 AND [Y1707300] IS NULL) OR" + + " ([Y1707300] = @Original_Y1707300)) AND ((@IsNull_Y1883300 = 1 AND [Y1883300] IS" + + " NULL) OR ([Y1883300] = @Original_Y1883300)) AND ((@IsNull_Y1989500 = 1 AND [Y19" + + "89500] IS NULL) OR ([Y1989500] = @Original_Y1989500)) AND ((@IsNull_Y1990000 = 1" + + " AND [Y1990000] IS NULL) OR ([Y1990000] = @Original_Y1990000)) AND ((@IsNull_Y19" + + "90001 = 1 AND [Y1990001] IS NULL) OR ([Y1990001] = @Original_Y1990001)) AND ((@I" + + "sNull_Y1992900 = 1 AND [Y1992900] IS NULL) OR ([Y1992900] = @Original_Y1992900))" + + " AND ((@IsNull_Y2197500 = 1 AND [Y2197500] IS NULL) OR ([Y2197500] = @Original_Y" + + "2197500)) AND ((@IsNull_Y2308300 = 1 AND [Y2308300] IS NULL) OR ([Y2308300] = @O" + + "riginal_Y2308300)) AND ((@IsNull_Y2308800 = 1 AND [Y2308800] IS NULL) OR ([Y2308" + + "800] = @Original_Y2308800)) AND ((@IsNull_Y2308801 = 1 AND [Y2308801] IS NULL) O" + + "R ([Y2308801] = @Original_Y2308801)) AND ((@IsNull_Y2311700 = 1 AND [Y2311700] I" + + "S NULL) OR ([Y2311700] = @Original_Y2311700)) AND ((@IsNull_Y2531800 = 1 AND [Y2" + + "531800] IS NULL) OR ([Y2531800] = @Original_Y2531800)) AND ((@IsNull_Y2641000 = " + + "1 AND [Y2641000] IS NULL) OR ([Y2641000] = @Original_Y2641000)) AND ((@IsNull_Y2" + + "641500 = 1 AND [Y2641500] IS NULL) OR ([Y2641500] = @Original_Y2641500)) AND ((@" + + "IsNull_Y2641501 = 1 AND [Y2641501] IS NULL) OR ([Y2641501] = @Original_Y2641501)" + + ") AND ((@IsNull_Y2644400 = 1 AND [Y2644400] IS NULL) OR ([Y2644400] = @Original_" + + "Y2644400)) AND ((@IsNull_Y2880000 = 1 AND [Y2880000] IS NULL) OR ([Y2880000] = @" + + "Original_Y2880000)) AND ((@IsNull_Y2998200 = 1 AND [Y2998200] IS NULL) OR ([Y299" + + "8200] = @Original_Y2998200)) AND ((@IsNull_Y2998700 = 1 AND [Y2998700] IS NULL) " + + "OR ([Y2998700] = @Original_Y2998700)) AND ((@IsNull_Y2998701 = 1 AND [Y2998701] " + + "IS NULL) OR ([Y2998701] = @Original_Y2998701)) AND ((@IsNull_Y3001600 = 1 AND [Y" + + "3001600] IS NULL) OR ([Y3001600] = @Original_Y3001600)) AND ((@IsNull_Y3249900 =" + + " 1 AND [Y3249900] IS NULL) OR ([Y3249900] = @Original_Y3249900)))"; + this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010110", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010110", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011110", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011110", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011111", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011111", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011111", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011111", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011112", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011112", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011112", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011112", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011113", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011113", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011113", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011113", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011114", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011114", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011114", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011114", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011117", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011117", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011117", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011117", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011118", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011118", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011118", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011118", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011119", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011119", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011119", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011119", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011122", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011122", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011122", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011122", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011123", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011123", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011123", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011123", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011124", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011124", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011124", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011124", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011127", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011127", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011127", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011127", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011128", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011128", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011128", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011128", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011129", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011129", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011129", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011129", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011132", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011132", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011132", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011132", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011133", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011133", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011133", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011133", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011134", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011134", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011134", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011134", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011137", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011137", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011137", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011137", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011138", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011138", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011138", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011138", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011139", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011139", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011139", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011139", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011142", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011142", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011142", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011142", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011143", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011143", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011143", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011143", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011144", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011144", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011144", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011144", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3070500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3070500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3070500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3070500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3423600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3423600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3423600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3423600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3601100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3601100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3601700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3601700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3601800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3601800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3601900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3601900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3605900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3605900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3605900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3605900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3981100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3981100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3981700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3981700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3981800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3981800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3981900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3981900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C5156100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5156100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C5156100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5156100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C5525500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5525500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C5525500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5525500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C5525600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5525600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C5525600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5525600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C5525700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5525700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C5525700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5525700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C5733200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5733200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C5733200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5733200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C5801800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5801800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C5801800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5801800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C5801900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5801900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C5801900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5801900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C5802000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5802000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C5802000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5802000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C6006200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C6006200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C6006200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C6006200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0003200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0003200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0007400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0007400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0007601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0007601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0008000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0008000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0008500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0008500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0009400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0009400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0009400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0009400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0651000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0651000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0651000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0651000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0682500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0682500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0682500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0682500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0683800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0683800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0683900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0683900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0684100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0684100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0684101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0684101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0684500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0684500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0947100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0947100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0947100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0947100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0986700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0986700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0988800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0988800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0988900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0988900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0989400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0989400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0989401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0989401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0989900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0989900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1229100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1229100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1229200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1229200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1229700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1229700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1229701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1229701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1264300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1264300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1264300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1264300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1265300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1265300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1265300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1265300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1458900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1458900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1458900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1458900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1459400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1459400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1459401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1459401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1629500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1629500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1629500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1629500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1704000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1704000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1704500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1704500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1704501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1704501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1707300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1707300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1707300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1707300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1883300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1883300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1883300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1883300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1989500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1989500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1989500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1989500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1990000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1990000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1990001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1990001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1992900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1992900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1992900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1992900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2197500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2197500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2197500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2197500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2308800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2308800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2308801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2308801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2311700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2311700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2311700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2311700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2531800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2531800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2531800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2531800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2641000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2641000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2641000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2641000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2641500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2641500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2641500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2641500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2641501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2641501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2641501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2641501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2644400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2644400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2644400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2644400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2880000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2880000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2880000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2880000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2998200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2998200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2998200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2998200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2998700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2998700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2998700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2998700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2998701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2998701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2998701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2998701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y3001600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y3001600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y3001600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y3001600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y3249900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y3249900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y3249900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y3249900", 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 [Extract].[tblGen2ImplicitFather] ([C0000100], [C0000200], [C0005300]" + + ", [C0005400], [C0005700], [C0008100], [C0008200], [C0008300], [C0008600], [C0008" + + "700], [C0008800], [C0009100], [C0009200], [C0009300], [C0009600], [C0009700], [C" + + "0009800], [C0009900], [C0010110], [C0010200], [C0010300], [C0010400], [C0010700]" + + ", [C0010800], [C0010900], [C0011110], [C0011111], [C0011112], [C0011113], [C0011" + + "114], [C0011117], [C0011118], [C0011119], [C0011122], [C0011123], [C0011124], [C" + + "0011127], [C0011128], [C0011129], [C0011132], [C0011133], [C0011134], [C0011137]" + + ", [C0011138], [C0011139], [C0011142], [C0011143], [C0011144], [C3070500], [C3423" + + "600], [C3601100], [C3601700], [C3601800], [C3601900], [C3605900], [C3981100], [C" + + "3981700], [C3981800], [C3981900], [C5156100], [C5525500], [C5525600], [C5525700]" + + ", [C5733200], [C5801800], [C5801900], [C5802000], [C6006200], [Y0003200], [Y0007" + + "300], [Y0007400], [Y0007600], [Y0007601], [Y0008000], [Y0008500], [Y0008600], [Y" + + "0009400], [Y0394100], [Y0394300], [Y0394500], [Y0394501], [Y0394900], [Y0651000]" + + ", [Y0682500], [Y0683800], [Y0683900], [Y0684100], [Y0684101], [Y0684500], [Y0947" + + "100], [Y0986200], [Y0986700], [Y0988800], [Y0988900], [Y0989400], [Y0989401], [Y" + + "0989900], [Y1229100], [Y1229200], [Y1229700], [Y1229701], [Y1264300], [Y1265300]" + + ", [Y1458900], [Y1459400], [Y1459401], [Y1629500], [Y1704000], [Y1704500], [Y1704" + + "501], [Y1707300], [Y1883300], [Y1989500], [Y1990000], [Y1990001], [Y1992900], [Y" + + "2197500], [Y2308300], [Y2308800], [Y2308801], [Y2311700], [Y2531800], [Y2641000]" + + ", [Y2641500], [Y2641501], [Y2644400], [Y2880000], [Y2998200], [Y2998700], [Y2998" + + "701], [Y3001600], [Y3249900]) VALUES (@C0000100, @C0000200, @C0005300, @C0005400" + + ", @C0005700, @C0008100, @C0008200, @C0008300, @C0008600, @C0008700, @C0008800, @" + + "C0009100, @C0009200, @C0009300, @C0009600, @C0009700, @C0009800, @C0009900, @C00" + + "10110, @C0010200, @C0010300, @C0010400, @C0010700, @C0010800, @C0010900, @C00111" + + "10, @C0011111, @C0011112, @C0011113, @C0011114, @C0011117, @C0011118, @C0011119," + + " @C0011122, @C0011123, @C0011124, @C0011127, @C0011128, @C0011129, @C0011132, @C" + + "0011133, @C0011134, @C0011137, @C0011138, @C0011139, @C0011142, @C0011143, @C001" + + "1144, @C3070500, @C3423600, @C3601100, @C3601700, @C3601800, @C3601900, @C360590" + + "0, @C3981100, @C3981700, @C3981800, @C3981900, @C5156100, @C5525500, @C5525600, " + + "@C5525700, @C5733200, @C5801800, @C5801900, @C5802000, @C6006200, @Y0003200, @Y0" + + "007300, @Y0007400, @Y0007600, @Y0007601, @Y0008000, @Y0008500, @Y0008600, @Y0009" + + "400, @Y0394100, @Y0394300, @Y0394500, @Y0394501, @Y0394900, @Y0651000, @Y0682500" + + ", @Y0683800, @Y0683900, @Y0684100, @Y0684101, @Y0684500, @Y0947100, @Y0986200, @" + + "Y0986700, @Y0988800, @Y0988900, @Y0989400, @Y0989401, @Y0989900, @Y1229100, @Y12" + + "29200, @Y1229700, @Y1229701, @Y1264300, @Y1265300, @Y1458900, @Y1459400, @Y14594" + + "01, @Y1629500, @Y1704000, @Y1704500, @Y1704501, @Y1707300, @Y1883300, @Y1989500," + + " @Y1990000, @Y1990001, @Y1992900, @Y2197500, @Y2308300, @Y2308800, @Y2308801, @Y" + + "2311700, @Y2531800, @Y2641000, @Y2641500, @Y2641501, @Y2644400, @Y2880000, @Y299" + + "8200, @Y2998700, @Y2998701, @Y3001600, @Y3249900);\r\nSELECT C0000100, C0000200, C" + + "0005300, C0005400, C0005700, C0008100, C0008200, C0008300, C0008600, C0008700, C" + + "0008800, C0009100, C0009200, C0009300, C0009600, C0009700, C0009800, C0009900, C" + + "0010110, C0010200, C0010300, C0010400, C0010700, C0010800, C0010900, C0011110, C" + + "0011111, C0011112, C0011113, C0011114, C0011117, C0011118, C0011119, C0011122, C" + + "0011123, C0011124, C0011127, C0011128, C0011129, C0011132, C0011133, C0011134, C" + + "0011137, C0011138, C0011139, C0011142, C0011143, C0011144, C3070500, C3423600, C" + + "3601100, C3601700, C3601800, C3601900, C3605900, C3981100, C3981700, C3981800, C" + + "3981900, C5156100, C5525500, C5525600, C5525700, C5733200, C5801800, C5801900, C" + + "5802000, C6006200, Y0003200, Y0007300, Y0007400, Y0007600, Y0007601, Y0008000, Y" + + "0008500, Y0008600, Y0009400, Y0394100, Y0394300, Y0394500, Y0394501, Y0394900, Y" + + "0651000, Y0682500, Y0683800, Y0683900, Y0684100, Y0684101, Y0684500, Y0947100, Y" + + "0986200, Y0986700, Y0988800, Y0988900, Y0989400, Y0989401, Y0989900, Y1229100, Y" + + "1229200, Y1229700, Y1229701, Y1264300, Y1265300, Y1458900, Y1459400, Y1459401, Y" + + "1629500, Y1704000, Y1704500, Y1704501, Y1707300, Y1883300, Y1989500, Y1990000, Y" + + "1990001, Y1992900, Y2197500, Y2308300, Y2308800, Y2308801, Y2311700, Y2531800, Y" + + "2641000, Y2641500, Y2641501, Y2644400, Y2880000, Y2998200, Y2998700, Y2998701, Y" + + "3001600, Y3249900 FROM Extract.tblGen2ImplicitFather WHERE (C0000100 = @C0000100" + + ")"; + this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010110", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011110", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011111", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011111", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011112", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011112", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011113", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011113", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011114", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011114", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011117", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011117", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011118", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011118", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011119", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011119", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011122", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011122", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011123", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011123", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011124", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011124", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011127", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011127", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011128", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011128", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011129", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011129", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011132", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011132", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011133", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011133", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011134", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011134", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011137", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011137", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011138", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011138", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011139", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011139", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011142", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011142", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011143", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011143", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011144", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011144", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3070500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3070500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3423600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3423600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3601100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3601700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3601800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3601900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3605900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3605900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3981100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3981700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3981800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3981900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C5156100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5156100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C5525500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5525500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C5525600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5525600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C5525700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5525700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C5733200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5733200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C5801800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5801800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C5801900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5801900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C5802000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5802000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C6006200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C6006200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0003200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0007400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0007601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0008000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0008500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0009400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0009400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0651000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0651000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0682500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0682500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0683800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0683900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0684100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0684101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0684500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0947100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0947100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0986700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0988800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0988900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0989400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0989401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0989900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1229100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1229200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1229700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1229701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1264300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1264300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1265300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1265300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1458900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1458900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1459400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1459401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1629500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1629500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1704000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1704500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1704501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1707300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1707300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1883300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1883300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1989500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1989500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1990000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1990001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1992900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1992900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2197500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2197500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2308800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2308801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2311700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2311700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2531800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2531800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2641000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2641000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2641500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2641500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2641501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2641501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2644400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2644400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2880000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2880000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2998200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2998200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2998700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2998700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2998701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2998701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y3001600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y3001600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y3249900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y3249900", 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 [Extract].[tblGen2ImplicitFather] SET [C0000100] = @C0000100, [C0000200] =" + + " @C0000200, [C0005300] = @C0005300, [C0005400] = @C0005400, [C0005700] = @C00057" + + "00, [C0008100] = @C0008100, [C0008200] = @C0008200, [C0008300] = @C0008300, [C00" + + "08600] = @C0008600, [C0008700] = @C0008700, [C0008800] = @C0008800, [C0009100] =" + + " @C0009100, [C0009200] = @C0009200, [C0009300] = @C0009300, [C0009600] = @C00096" + + "00, [C0009700] = @C0009700, [C0009800] = @C0009800, [C0009900] = @C0009900, [C00" + + "10110] = @C0010110, [C0010200] = @C0010200, [C0010300] = @C0010300, [C0010400] =" + + " @C0010400, [C0010700] = @C0010700, [C0010800] = @C0010800, [C0010900] = @C00109" + + "00, [C0011110] = @C0011110, [C0011111] = @C0011111, [C0011112] = @C0011112, [C00" + + "11113] = @C0011113, [C0011114] = @C0011114, [C0011117] = @C0011117, [C0011118] =" + + " @C0011118, [C0011119] = @C0011119, [C0011122] = @C0011122, [C0011123] = @C00111" + + "23, [C0011124] = @C0011124, [C0011127] = @C0011127, [C0011128] = @C0011128, [C00" + + "11129] = @C0011129, [C0011132] = @C0011132, [C0011133] = @C0011133, [C0011134] =" + + " @C0011134, [C0011137] = @C0011137, [C0011138] = @C0011138, [C0011139] = @C00111" + + "39, [C0011142] = @C0011142, [C0011143] = @C0011143, [C0011144] = @C0011144, [C30" + + "70500] = @C3070500, [C3423600] = @C3423600, [C3601100] = @C3601100, [C3601700] =" + + " @C3601700, [C3601800] = @C3601800, [C3601900] = @C3601900, [C3605900] = @C36059" + + "00, [C3981100] = @C3981100, [C3981700] = @C3981700, [C3981800] = @C3981800, [C39" + + "81900] = @C3981900, [C5156100] = @C5156100, [C5525500] = @C5525500, [C5525600] =" + + " @C5525600, [C5525700] = @C5525700, [C5733200] = @C5733200, [C5801800] = @C58018" + + "00, [C5801900] = @C5801900, [C5802000] = @C5802000, [C6006200] = @C6006200, [Y00" + + "03200] = @Y0003200, [Y0007300] = @Y0007300, [Y0007400] = @Y0007400, [Y0007600] =" + + " @Y0007600, [Y0007601] = @Y0007601, [Y0008000] = @Y0008000, [Y0008500] = @Y00085" + + "00, [Y0008600] = @Y0008600, [Y0009400] = @Y0009400, [Y0394100] = @Y0394100, [Y03" + + "94300] = @Y0394300, [Y0394500] = @Y0394500, [Y0394501] = @Y0394501, [Y0394900] =" + + " @Y0394900, [Y0651000] = @Y0651000, [Y0682500] = @Y0682500, [Y0683800] = @Y06838" + + "00, [Y0683900] = @Y0683900, [Y0684100] = @Y0684100, [Y0684101] = @Y0684101, [Y06" + + "84500] = @Y0684500, [Y0947100] = @Y0947100, [Y0986200] = @Y0986200, [Y0986700] =" + + " @Y0986700, [Y0988800] = @Y0988800, [Y0988900] = @Y0988900, [Y0989400] = @Y09894" + + "00, [Y0989401] = @Y0989401, [Y0989900] = @Y0989900, [Y1229100] = @Y1229100, [Y12" + + "29200] = @Y1229200, [Y1229700] = @Y1229700, [Y1229701] = @Y1229701, [Y1264300] =" + + " @Y1264300, [Y1265300] = @Y1265300, [Y1458900] = @Y1458900, [Y1459400] = @Y14594" + + "00, [Y1459401] = @Y1459401, [Y1629500] = @Y1629500, [Y1704000] = @Y1704000, [Y17" + + "04500] = @Y1704500, [Y1704501] = @Y1704501, [Y1707300] = @Y1707300, [Y1883300] =" + + " @Y1883300, [Y1989500] = @Y1989500, [Y1990000] = @Y1990000, [Y1990001] = @Y19900" + + "01, [Y1992900] = @Y1992900, [Y2197500] = @Y2197500, [Y2308300] = @Y2308300, [Y23" + + "08800] = @Y2308800, [Y2308801] = @Y2308801, [Y2311700] = @Y2311700, [Y2531800] =" + + " @Y2531800, [Y2641000] = @Y2641000, [Y2641500] = @Y2641500, [Y2641501] = @Y26415" + + "01, [Y2644400] = @Y2644400, [Y2880000] = @Y2880000, [Y2998200] = @Y2998200, [Y29" + + "98700] = @Y2998700, [Y2998701] = @Y2998701, [Y3001600] = @Y3001600, [Y3249900] =" + + " @Y3249900 WHERE (([C0000100] = @Original_C0000100) AND ((@IsNull_C0000200 = 1 A" + + "ND [C0000200] IS NULL) OR ([C0000200] = @Original_C0000200)) AND ((@IsNull_C0005" + + "300 = 1 AND [C0005300] IS NULL) OR ([C0005300] = @Original_C0005300)) AND ((@IsN" + + "ull_C0005400 = 1 AND [C0005400] IS NULL) OR ([C0005400] = @Original_C0005400)) A" + + "ND ((@IsNull_C0005700 = 1 AND [C0005700] IS NULL) OR ([C0005700] = @Original_C00" + + "05700)) AND ((@IsNull_C0008100 = 1 AND [C0008100] IS NULL) OR ([C0008100] = @Ori" + + "ginal_C0008100)) AND ((@IsNull_C0008200 = 1 AND [C0008200] IS NULL) OR ([C000820" + + "0] = @Original_C0008200)) AND ((@IsNull_C0008300 = 1 AND [C0008300] IS NULL) OR " + + "([C0008300] = @Original_C0008300)) AND ((@IsNull_C0008600 = 1 AND [C0008600] IS " + + "NULL) OR ([C0008600] = @Original_C0008600)) AND ((@IsNull_C0008700 = 1 AND [C000" + + "8700] IS NULL) OR ([C0008700] = @Original_C0008700)) AND ((@IsNull_C0008800 = 1 " + + "AND [C0008800] IS NULL) OR ([C0008800] = @Original_C0008800)) AND ((@IsNull_C000" + + "9100 = 1 AND [C0009100] IS NULL) OR ([C0009100] = @Original_C0009100)) AND ((@Is" + + "Null_C0009200 = 1 AND [C0009200] IS NULL) OR ([C0009200] = @Original_C0009200)) " + + "AND ((@IsNull_C0009300 = 1 AND [C0009300] IS NULL) OR ([C0009300] = @Original_C0" + + "009300)) AND ((@IsNull_C0009600 = 1 AND [C0009600] IS NULL) OR ([C0009600] = @Or" + + "iginal_C0009600)) AND ((@IsNull_C0009700 = 1 AND [C0009700] IS NULL) OR ([C00097" + + "00] = @Original_C0009700)) AND ((@IsNull_C0009800 = 1 AND [C0009800] IS NULL) OR" + + " ([C0009800] = @Original_C0009800)) AND ((@IsNull_C0009900 = 1 AND [C0009900] IS" + + " NULL) OR ([C0009900] = @Original_C0009900)) AND ((@IsNull_C0010110 = 1 AND [C00" + + "10110] IS NULL) OR ([C0010110] = @Original_C0010110)) AND ((@IsNull_C0010200 = 1" + + " AND [C0010200] IS NULL) OR ([C0010200] = @Original_C0010200)) AND ((@IsNull_C00" + + "10300 = 1 AND [C0010300] IS NULL) OR ([C0010300] = @Original_C0010300)) AND ((@I" + + "sNull_C0010400 = 1 AND [C0010400] IS NULL) OR ([C0010400] = @Original_C0010400))" + + " AND ((@IsNull_C0010700 = 1 AND [C0010700] IS NULL) OR ([C0010700] = @Original_C" + + "0010700)) AND ((@IsNull_C0010800 = 1 AND [C0010800] IS NULL) OR ([C0010800] = @O" + + "riginal_C0010800)) AND ((@IsNull_C0010900 = 1 AND [C0010900] IS NULL) OR ([C0010" + + "900] = @Original_C0010900)) AND ((@IsNull_C0011110 = 1 AND [C0011110] IS NULL) O" + + "R ([C0011110] = @Original_C0011110)) AND ((@IsNull_C0011111 = 1 AND [C0011111] I" + + "S NULL) OR ([C0011111] = @Original_C0011111)) AND ((@IsNull_C0011112 = 1 AND [C0" + + "011112] IS NULL) OR ([C0011112] = @Original_C0011112)) AND ((@IsNull_C0011113 = " + + "1 AND [C0011113] IS NULL) OR ([C0011113] = @Original_C0011113)) AND ((@IsNull_C0" + + "011114 = 1 AND [C0011114] IS NULL) OR ([C0011114] = @Original_C0011114)) AND ((@" + + "IsNull_C0011117 = 1 AND [C0011117] IS NULL) OR ([C0011117] = @Original_C0011117)" + + ") AND ((@IsNull_C0011118 = 1 AND [C0011118] IS NULL) OR ([C0011118] = @Original_" + + "C0011118)) AND ((@IsNull_C0011119 = 1 AND [C0011119] IS NULL) OR ([C0011119] = @" + + "Original_C0011119)) AND ((@IsNull_C0011122 = 1 AND [C0011122] IS NULL) OR ([C001" + + "1122] = @Original_C0011122)) AND ((@IsNull_C0011123 = 1 AND [C0011123] IS NULL) " + + "OR ([C0011123] = @Original_C0011123)) AND ((@IsNull_C0011124 = 1 AND [C0011124] " + + "IS NULL) OR ([C0011124] = @Original_C0011124)) AND ((@IsNull_C0011127 = 1 AND [C" + + "0011127] IS NULL) OR ([C0011127] = @Original_C0011127)) AND ((@IsNull_C0011128 =" + + " 1 AND [C0011128] IS NULL) OR ([C0011128] = @Original_C0011128)) AND ((@IsNull_C" + + "0011129 = 1 AND [C0011129] IS NULL) OR ([C0011129] = @Original_C0011129)) AND ((" + + "@IsNull_C0011132 = 1 AND [C0011132] IS NULL) OR ([C0011132] = @Original_C0011132" + + ")) AND ((@IsNull_C0011133 = 1 AND [C0011133] IS NULL) OR ([C0011133] = @Original" + + "_C0011133)) AND ((@IsNull_C0011134 = 1 AND [C0011134] IS NULL) OR ([C0011134] = " + + "@Original_C0011134)) AND ((@IsNull_C0011137 = 1 AND [C0011137] IS NULL) OR ([C00" + + "11137] = @Original_C0011137)) AND ((@IsNull_C0011138 = 1 AND [C0011138] IS NULL)" + + " OR ([C0011138] = @Original_C0011138)) AND ((@IsNull_C0011139 = 1 AND [C0011139]" + + " IS NULL) OR ([C0011139] = @Original_C0011139)) AND ((@IsNull_C0011142 = 1 AND [" + + "C0011142] IS NULL) OR ([C0011142] = @Original_C0011142)) AND ((@IsNull_C0011143 " + + "= 1 AND [C0011143] IS NULL) OR ([C0011143] = @Original_C0011143)) AND ((@IsNull_" + + "C0011144 = 1 AND [C0011144] IS NULL) OR ([C0011144] = @Original_C0011144)) AND (" + + "(@IsNull_C3070500 = 1 AND [C3070500] IS NULL) OR ([C3070500] = @Original_C307050" + + "0)) AND ((@IsNull_C3423600 = 1 AND [C3423600] IS NULL) OR ([C3423600] = @Origina" + + "l_C3423600)) AND ((@IsNull_C3601100 = 1 AND [C3601100] IS NULL) OR ([C3601100] =" + + " @Original_C3601100)) AND ((@IsNull_C3601700 = 1 AND [C3601700] IS NULL) OR ([C3" + + "601700] = @Original_C3601700)) AND ((@IsNull_C3601800 = 1 AND [C3601800] IS NULL" + + ") OR ([C3601800] = @Original_C3601800)) AND ((@IsNull_C3601900 = 1 AND [C3601900" + + "] IS NULL) OR ([C3601900] = @Original_C3601900)) AND ((@IsNull_C3605900 = 1 AND " + + "[C3605900] IS NULL) OR ([C3605900] = @Original_C3605900)) AND ((@IsNull_C3981100" + + " = 1 AND [C3981100] IS NULL) OR ([C3981100] = @Original_C3981100)) AND ((@IsNull" + + "_C3981700 = 1 AND [C3981700] IS NULL) OR ([C3981700] = @Original_C3981700)) AND " + + "((@IsNull_C3981800 = 1 AND [C3981800] IS NULL) OR ([C3981800] = @Original_C39818" + + "00)) AND ((@IsNull_C3981900 = 1 AND [C3981900] IS NULL) OR ([C3981900] = @Origin" + + "al_C3981900)) AND ((@IsNull_C5156100 = 1 AND [C5156100] IS NULL) OR ([C5156100] " + + "= @Original_C5156100)) AND ((@IsNull_C5525500 = 1 AND [C5525500] IS NULL) OR ([C" + + "5525500] = @Original_C5525500)) AND ((@IsNull_C5525600 = 1 AND [C5525600] IS NUL" + + "L) OR ([C5525600] = @Original_C5525600)) AND ((@IsNull_C5525700 = 1 AND [C552570" + + "0] IS NULL) OR ([C5525700] = @Original_C5525700)) AND ((@IsNull_C5733200 = 1 AND" + + " [C5733200] IS NULL) OR ([C5733200] = @Original_C5733200)) AND ((@IsNull_C580180" + + "0 = 1 AND [C5801800] IS NULL) OR ([C5801800] = @Original_C5801800)) AND ((@IsNul" + + "l_C5801900 = 1 AND [C5801900] IS NULL) OR ([C5801900] = @Original_C5801900)) AND" + + " ((@IsNull_C5802000 = 1 AND [C5802000] IS NULL) OR ([C5802000] = @Original_C5802" + + "000)) AND ((@IsNull_C6006200 = 1 AND [C6006200] IS NULL) OR ([C6006200] = @Origi" + + "nal_C6006200)) AND ((@IsNull_Y0003200 = 1 AND [Y0003200] IS NULL) OR ([Y0003200]" + + " = @Original_Y0003200)) AND ((@IsNull_Y0007300 = 1 AND [Y0007300] IS NULL) OR ([" + + "Y0007300] = @Original_Y0007300)) AND ((@IsNull_Y0007400 = 1 AND [Y0007400] IS NU" + + "LL) OR ([Y0007400] = @Original_Y0007400)) AND ((@IsNull_Y0007600 = 1 AND [Y00076" + + "00] IS NULL) OR ([Y0007600] = @Original_Y0007600)) AND ((@IsNull_Y0007601 = 1 AN" + + "D [Y0007601] IS NULL) OR ([Y0007601] = @Original_Y0007601)) AND ((@IsNull_Y00080" + + "00 = 1 AND [Y0008000] IS NULL) OR ([Y0008000] = @Original_Y0008000)) AND ((@IsNu" + + "ll_Y0008500 = 1 AND [Y0008500] IS NULL) OR ([Y0008500] = @Original_Y0008500)) AN" + + "D ((@IsNull_Y0008600 = 1 AND [Y0008600] IS NULL) OR ([Y0008600] = @Original_Y000" + + "8600)) AND ((@IsNull_Y0009400 = 1 AND [Y0009400] IS NULL) OR ([Y0009400] = @Orig" + + "inal_Y0009400)) AND ((@IsNull_Y0394100 = 1 AND [Y0394100] IS NULL) OR ([Y0394100" + + "] = @Original_Y0394100)) AND ((@IsNull_Y0394300 = 1 AND [Y0394300] IS NULL) OR (" + + "[Y0394300] = @Original_Y0394300)) AND ((@IsNull_Y0394500 = 1 AND [Y0394500] IS N" + + "ULL) OR ([Y0394500] = @Original_Y0394500)) AND ((@IsNull_Y0394501 = 1 AND [Y0394" + + "501] IS NULL) OR ([Y0394501] = @Original_Y0394501)) AND ((@IsNull_Y0394900 = 1 A" + + "ND [Y0394900] IS NULL) OR ([Y0394900] = @Original_Y0394900)) AND ((@IsNull_Y0651" + + "000 = 1 AND [Y0651000] IS NULL) OR ([Y0651000] = @Original_Y0651000)) AND ((@IsN" + + "ull_Y0682500 = 1 AND [Y0682500] IS NULL) OR ([Y0682500] = @Original_Y0682500)) A" + + "ND ((@IsNull_Y0683800 = 1 AND [Y0683800] IS NULL) OR ([Y0683800] = @Original_Y06" + + "83800)) AND ((@IsNull_Y0683900 = 1 AND [Y0683900] IS NULL) OR ([Y0683900] = @Ori" + + "ginal_Y0683900)) AND ((@IsNull_Y0684100 = 1 AND [Y0684100] IS NULL) OR ([Y068410" + + "0] = @Original_Y0684100)) AND ((@IsNull_Y0684101 = 1 AND [Y0684101] IS NULL) OR " + + "([Y0684101] = @Original_Y0684101)) AND ((@IsNull_Y0684500 = 1 AND [Y0684500] IS " + + "NULL) OR ([Y0684500] = @Original_Y0684500)) AND ((@IsNull_Y0947100 = 1 AND [Y094" + + "7100] IS NULL) OR ([Y0947100] = @Original_Y0947100)) AND ((@IsNull_Y0986200 = 1 " + + "AND [Y0986200] IS NULL) OR ([Y0986200] = @Original_Y0986200)) AND ((@IsNull_Y098" + + "6700 = 1 AND [Y0986700] IS NULL) OR ([Y0986700] = @Original_Y0986700)) AND ((@Is" + + "Null_Y0988800 = 1 AND [Y0988800] IS NULL) OR ([Y0988800] = @Original_Y0988800)) " + + "AND ((@IsNull_Y0988900 = 1 AND [Y0988900] IS NULL) OR ([Y0988900] = @Original_Y0" + + "988900)) AND ((@IsNull_Y0989400 = 1 AND [Y0989400] IS NULL) OR ([Y0989400] = @Or" + + "iginal_Y0989400)) AND ((@IsNull_Y0989401 = 1 AND [Y0989401] IS NULL) OR ([Y09894" + + "01] = @Original_Y0989401)) AND ((@IsNull_Y0989900 = 1 AND [Y0989900] IS NULL) OR" + + " ([Y0989900] = @Original_Y0989900)) AND ((@IsNull_Y1229100 = 1 AND [Y1229100] IS" + + " NULL) OR ([Y1229100] = @Original_Y1229100)) AND ((@IsNull_Y1229200 = 1 AND [Y12" + + "29200] IS NULL) OR ([Y1229200] = @Original_Y1229200)) AND ((@IsNull_Y1229700 = 1" + + " AND [Y1229700] IS NULL) OR ([Y1229700] = @Original_Y1229700)) AND ((@IsNull_Y12" + + "29701 = 1 AND [Y1229701] IS NULL) OR ([Y1229701] = @Original_Y1229701)) AND ((@I" + + "sNull_Y1264300 = 1 AND [Y1264300] IS NULL) OR ([Y1264300] = @Original_Y1264300))" + + " AND ((@IsNull_Y1265300 = 1 AND [Y1265300] IS NULL) OR ([Y1265300] = @Original_Y" + + "1265300)) AND ((@IsNull_Y1458900 = 1 AND [Y1458900] IS NULL) OR ([Y1458900] = @O" + + "riginal_Y1458900)) AND ((@IsNull_Y1459400 = 1 AND [Y1459400] IS NULL) OR ([Y1459" + + "400] = @Original_Y1459400)) AND ((@IsNull_Y1459401 = 1 AND [Y1459401] IS NULL) O" + + "R ([Y1459401] = @Original_Y1459401)) AND ((@IsNull_Y1629500 = 1 AND [Y1629500] I" + + "S NULL) OR ([Y1629500] = @Original_Y1629500)) AND ((@IsNull_Y1704000 = 1 AND [Y1" + + "704000] IS NULL) OR ([Y1704000] = @Original_Y1704000)) AND ((@IsNull_Y1704500 = " + + "1 AND [Y1704500] IS NULL) OR ([Y1704500] = @Original_Y1704500)) AND ((@IsNull_Y1" + + "704501 = 1 AND [Y1704501] IS NULL) OR ([Y1704501] = @Original_Y1704501)) AND ((@" + + "IsNull_Y1707300 = 1 AND [Y1707300] IS NULL) OR ([Y1707300] = @Original_Y1707300)" + + ") AND ((@IsNull_Y1883300 = 1 AND [Y1883300] IS NULL) OR ([Y1883300] = @Original_" + + "Y1883300)) AND ((@IsNull_Y1989500 = 1 AND [Y1989500] IS NULL) OR ([Y1989500] = @" + + "Original_Y1989500)) AND ((@IsNull_Y1990000 = 1 AND [Y1990000] IS NULL) OR ([Y199" + + "0000] = @Original_Y1990000)) AND ((@IsNull_Y1990001 = 1 AND [Y1990001] IS NULL) " + + "OR ([Y1990001] = @Original_Y1990001)) AND ((@IsNull_Y1992900 = 1 AND [Y1992900] " + + "IS NULL) OR ([Y1992900] = @Original_Y1992900)) AND ((@IsNull_Y2197500 = 1 AND [Y" + + "2197500] IS NULL) OR ([Y2197500] = @Original_Y2197500)) AND ((@IsNull_Y2308300 =" + + " 1 AND [Y2308300] IS NULL) OR ([Y2308300] = @Original_Y2308300)) AND ((@IsNull_Y" + + "2308800 = 1 AND [Y2308800] IS NULL) OR ([Y2308800] = @Original_Y2308800)) AND ((" + + "@IsNull_Y2308801 = 1 AND [Y2308801] IS NULL) OR ([Y2308801] = @Original_Y2308801" + + ")) AND ((@IsNull_Y2311700 = 1 AND [Y2311700] IS NULL) OR ([Y2311700] = @Original" + + "_Y2311700)) AND ((@IsNull_Y2531800 = 1 AND [Y2531800] IS NULL) OR ([Y2531800] = " + + "@Original_Y2531800)) AND ((@IsNull_Y2641000 = 1 AND [Y2641000] IS NULL) OR ([Y26" + + "41000] = @Original_Y2641000)) AND ((@IsNull_Y2641500 = 1 AND [Y2641500] IS NULL)" + + " OR ([Y2641500] = @Original_Y2641500)) AND ((@IsNull_Y2641501 = 1 AND [Y2641501]" + + " IS NULL) OR ([Y2641501] = @Original_Y2641501)) AND ((@IsNull_Y2644400 = 1 AND [" + + "Y2644400] IS NULL) OR ([Y2644400] = @Original_Y2644400)) AND ((@IsNull_Y2880000 " + + "= 1 AND [Y2880000] IS NULL) OR ([Y2880000] = @Original_Y2880000)) AND ((@IsNull_" + + "Y2998200 = 1 AND [Y2998200] IS NULL) OR ([Y2998200] = @Original_Y2998200)) AND (" + + "(@IsNull_Y2998700 = 1 AND [Y2998700] IS NULL) OR ([Y2998700] = @Original_Y299870" + + "0)) AND ((@IsNull_Y2998701 = 1 AND [Y2998701] IS NULL) OR ([Y2998701] = @Origina" + + "l_Y2998701)) AND ((@IsNull_Y3001600 = 1 AND [Y3001600] IS NULL) OR ([Y3001600] =" + + " @Original_Y3001600)) AND ((@IsNull_Y3249900 = 1 AND [Y3249900] IS NULL) OR ([Y3" + + "249900] = @Original_Y3249900)));\r\nSELECT C0000100, C0000200, C0005300, C0005400," + + " C0005700, C0008100, C0008200, C0008300, C0008600, C0008700, C0008800, C0009100," + + " C0009200, C0009300, C0009600, C0009700, C0009800, C0009900, C0010110, C0010200," + + " C0010300, C0010400, C0010700, C0010800, C0010900, C0011110, C0011111, C0011112," + + " C0011113, C0011114, C0011117, C0011118, C0011119, C0011122, C0011123, C0011124," + + " C0011127, C0011128, C0011129, C0011132, C0011133, C0011134, C0011137, C0011138," + + " C0011139, C0011142, C0011143, C0011144, C3070500, C3423600, C3601100, C3601700," + + " C3601800, C3601900, C3605900, C3981100, C3981700, C3981800, C3981900, C5156100," + + " C5525500, C5525600, C5525700, C5733200, C5801800, C5801900, C5802000, C6006200," + + " Y0003200, Y0007300, Y0007400, Y0007600, Y0007601, Y0008000, Y0008500, Y0008600," + + " Y0009400, Y0394100, Y0394300, Y0394500, Y0394501, Y0394900, Y0651000, Y0682500," + + " Y0683800, Y0683900, Y0684100, Y0684101, Y0684500, Y0947100, Y0986200, Y0986700," + + " Y0988800, Y0988900, Y0989400, Y0989401, Y0989900, Y1229100, Y1229200, Y1229700," + + " Y1229701, Y1264300, Y1265300, Y1458900, Y1459400, Y1459401, Y1629500, Y1704000," + + " Y1704500, Y1704501, Y1707300, Y1883300, Y1989500, Y1990000, Y1990001, Y1992900," + + " Y2197500, Y2308300, Y2308800, Y2308801, Y2311700, Y2531800, Y2641000, Y2641500," + + " Y2641501, Y2644400, Y2880000, Y2998200, Y2998700, Y2998701, Y3001600, Y3249900 " + + "FROM Extract.tblGen2ImplicitFather WHERE (C0000100 = @C0000100)"; + this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0008800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0009900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010110", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0010900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011110", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011111", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011111", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011112", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011112", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011113", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011113", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011114", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011114", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011117", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011117", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011118", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011118", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011119", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011119", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011122", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011122", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011123", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011123", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011124", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011124", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011127", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011127", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011128", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011128", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011129", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011129", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011132", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011132", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011133", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011133", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011134", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011134", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011137", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011137", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011138", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011138", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011139", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011139", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011142", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011142", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011143", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011143", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C0011144", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011144", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3070500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3070500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3423600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3423600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3601100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3601700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3601800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3601900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3605900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3605900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3981100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3981700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3981800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C3981900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C5156100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5156100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C5525500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5525500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C5525600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5525600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C5525700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5525700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C5733200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5733200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C5801800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5801800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C5801900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5801900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C5802000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5802000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@C6006200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C6006200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0003200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0007400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0007601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007601", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0008000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0008500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0009400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0009400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0394900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0651000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0651000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0682500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0682500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0683800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0683900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0684100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0684101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684101", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0684500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0947100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0947100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0986700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0988800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0988900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0989400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0989401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y0989900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1229100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229100", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1229200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1229700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1229701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1264300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1264300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1265300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1265300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1458900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1458900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1459400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1459401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459401", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1629500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1629500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1704000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1704500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1704501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1707300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1707300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1883300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1883300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1989500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1989500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1990000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1990001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990001", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y1992900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1992900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2197500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2197500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308300", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2308800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2308801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308801", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2311700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2311700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2531800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2531800", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2641000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2641000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2641500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2641500", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2641501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2641501", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2644400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2644400", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2880000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2880000", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2998200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2998200", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2998700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2998700", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y2998701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2998701", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y3001600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y3001600", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Y3249900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y3249900", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0000200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0000200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0005700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0005700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0008800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0008800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0008800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0009900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0009900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0009900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010110", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010110", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0010900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0010900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0010900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011110", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011110", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011110", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011111", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011111", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011111", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011111", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011112", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011112", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011112", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011112", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011113", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011113", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011113", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011113", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011114", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011114", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011114", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011114", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011117", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011117", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011117", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011117", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011118", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011118", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011118", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011118", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011119", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011119", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011119", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011119", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011122", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011122", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011122", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011122", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011123", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011123", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011123", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011123", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011124", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011124", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011124", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011124", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011127", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011127", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011127", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011127", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011128", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011128", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011128", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011128", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011129", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011129", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011129", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011129", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011132", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011132", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011132", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011132", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011133", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011133", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011133", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011133", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011134", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011134", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011134", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011134", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011137", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011137", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011137", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011137", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011138", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011138", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011138", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011138", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011139", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011139", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011139", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011139", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011142", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011142", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011142", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011142", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011143", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011143", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011143", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011143", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C0011144", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011144", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C0011144", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C0011144", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3070500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3070500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3070500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3070500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3423600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3423600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3423600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3423600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3601100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3601100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3601700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3601700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3601800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3601800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3601900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3601900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3601900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3605900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3605900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3605900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3605900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3981100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3981100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3981700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3981700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3981800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3981800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C3981900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C3981900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C3981900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C5156100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5156100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C5156100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5156100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C5525500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5525500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C5525500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5525500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C5525600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5525600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C5525600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5525600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C5525700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5525700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C5525700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5525700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C5733200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5733200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C5733200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5733200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C5801800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5801800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C5801800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5801800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C5801900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5801900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C5801900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5801900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C5802000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5802000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C5802000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C5802000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_C6006200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C6006200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_C6006200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "C6006200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0003200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0003200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0003200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0007300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0007400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0007400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0007600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0007601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007601", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0007601", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0007601", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0008000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0008000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0008500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0008500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0008600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0008600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0009400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0009400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0009400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0009400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0394900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0394900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0394900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0651000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0651000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0651000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0651000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0682500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0682500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0682500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0682500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0683800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0683800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0683900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0683900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0683900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0684100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0684100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0684101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684101", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0684101", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684101", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0684500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0684500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0684500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0947100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0947100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0947100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0947100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0986200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0986700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0986700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0986700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0988800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0988800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0988900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0988900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0988900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0989400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0989400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0989401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0989401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y0989900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y0989900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y0989900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1229100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229100", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1229100", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229100", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1229200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1229200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1229700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1229700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1229701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1229701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1229701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1264300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1264300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1264300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1264300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1265300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1265300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1265300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1265300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1458900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1458900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1458900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1458900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1459400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1459400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1459401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459401", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1459401", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1459401", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1629500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1629500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1629500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1629500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1704000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1704000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1704500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1704500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1704501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1704501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1704501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1707300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1707300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1707300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1707300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1883300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1883300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1883300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1883300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1989500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1989500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1989500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1989500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1990000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1990000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1990001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990001", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1990001", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1990001", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y1992900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1992900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y1992900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y1992900", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2197500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2197500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2197500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2197500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308300", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2308300", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308300", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2308800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2308800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2308801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308801", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2308801", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2308801", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2311700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2311700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2311700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2311700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2531800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2531800", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2531800", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2531800", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2641000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2641000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2641000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2641000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2641500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2641500", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2641500", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2641500", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2641501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2641501", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2641501", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2641501", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2644400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2644400", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2644400", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2644400", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2880000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2880000", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2880000", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2880000", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2998200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2998200", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2998200", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2998200", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2998700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2998700", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2998700", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2998700", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y2998701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2998701", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y2998701", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y2998701", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y3001600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y3001600", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y3001600", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y3001600", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@IsNull_Y3249900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y3249900", global::System.Data.DataRowVersion.Original, true, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Y3249900", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Y3249900", 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::Nls.Base79.Properties.Settings.Default.Nlsy79ConnectionStringBase; + } + + [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 C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C0008300, C0008600, C0008700, C0008800, C0009100, C0009200, C0009300, C0009600, C0009700, C0009800, C0009900, C0010110, C0010200, C0010300, C0010400, C0010700, C0010800, C0010900, C0011110, C0011111, C0011112, C0011113, C0011114, C0011117, C0011118, C0011119, C0011122, C0011123, C0011124, C0011127, C0011128, C0011129, C0011132, C0011133, C0011134, C0011137, C0011138, C0011139, C0011142, C0011143, C0011144, C3070500, C3423600, C3601100, C3601700, C3601800, C3601900, C3605900, C3981100, C3981700, C3981800, C3981900, C5156100, C5525500, C5525600, C5525700, C5733200, C5801800, C5801900, C5802000, C6006200, Y0003200, Y0007300, Y0007400, Y0007600, Y0007601, Y0008000, Y0008500, Y0008600, Y0009400, Y0394100, Y0394300, Y0394500, Y0394501, Y0394900, Y0651000, Y0682500, Y0683800, Y0683900, Y0684100, Y0684101, Y0684500, Y0947100, Y0986200, Y0986700, Y0988800, Y0988900, Y0989400, Y0989401, Y0989900, Y1229100, Y1229200, Y1229700, Y1229701, Y1264300, Y1265300, Y1458900, Y1459400, Y1459401, Y1629500, Y1704000, Y1704500, Y1704501, Y1707300, Y1883300, Y1989500, Y1990000, Y1990001, Y1992900, Y2197500, Y2308300, Y2308800, Y2308801, Y2311700, Y2531800, Y2641000, Y2641500, Y2641501, Y2644400, Y2880000, Y2998200, Y2998700, Y2998701, Y3001600, Y3249900 FROM Extract.tblGen2ImplicitFather"; + 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(ImportDataSet.tblGen2ImplicitFatherDataTable 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 ImportDataSet.tblGen2ImplicitFatherDataTable GetData() { + this.Adapter.SelectCommand = this.CommandCollection[0]; + ImportDataSet.tblGen2ImplicitFatherDataTable dataTable = new ImportDataSet.tblGen2ImplicitFatherDataTable(); + 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(ImportDataSet.tblGen2ImplicitFatherDataTable 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(ImportDataSet dataSet) { + return this.Adapter.Update(dataSet, "tblGen2ImplicitFather"); + } + + [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( + int Original_C0000100, + global::System.Nullable Original_C0000200, + global::System.Nullable Original_C0005300, + global::System.Nullable Original_C0005400, + global::System.Nullable Original_C0005700, + global::System.Nullable Original_C0008100, + global::System.Nullable Original_C0008200, + global::System.Nullable Original_C0008300, + global::System.Nullable Original_C0008600, + global::System.Nullable Original_C0008700, + global::System.Nullable Original_C0008800, + global::System.Nullable Original_C0009100, + global::System.Nullable Original_C0009200, + global::System.Nullable Original_C0009300, + global::System.Nullable Original_C0009600, + global::System.Nullable Original_C0009700, + global::System.Nullable Original_C0009800, + global::System.Nullable Original_C0009900, + global::System.Nullable Original_C0010110, + global::System.Nullable Original_C0010200, + global::System.Nullable Original_C0010300, + global::System.Nullable Original_C0010400, + global::System.Nullable Original_C0010700, + global::System.Nullable Original_C0010800, + global::System.Nullable Original_C0010900, + global::System.Nullable Original_C0011110, + global::System.Nullable Original_C0011111, + global::System.Nullable Original_C0011112, + global::System.Nullable Original_C0011113, + global::System.Nullable Original_C0011114, + global::System.Nullable Original_C0011117, + global::System.Nullable Original_C0011118, + global::System.Nullable Original_C0011119, + global::System.Nullable Original_C0011122, + global::System.Nullable Original_C0011123, + global::System.Nullable Original_C0011124, + global::System.Nullable Original_C0011127, + global::System.Nullable Original_C0011128, + global::System.Nullable Original_C0011129, + global::System.Nullable Original_C0011132, + global::System.Nullable Original_C0011133, + global::System.Nullable Original_C0011134, + global::System.Nullable Original_C0011137, + global::System.Nullable Original_C0011138, + global::System.Nullable Original_C0011139, + global::System.Nullable Original_C0011142, + global::System.Nullable Original_C0011143, + global::System.Nullable Original_C0011144, + global::System.Nullable Original_C3070500, + global::System.Nullable Original_C3423600, + global::System.Nullable Original_C3601100, + global::System.Nullable Original_C3601700, + global::System.Nullable Original_C3601800, + global::System.Nullable Original_C3601900, + global::System.Nullable Original_C3605900, + global::System.Nullable Original_C3981100, + global::System.Nullable Original_C3981700, + global::System.Nullable Original_C3981800, + global::System.Nullable Original_C3981900, + global::System.Nullable Original_C5156100, + global::System.Nullable Original_C5525500, + global::System.Nullable Original_C5525600, + global::System.Nullable Original_C5525700, + global::System.Nullable Original_C5733200, + global::System.Nullable Original_C5801800, + global::System.Nullable Original_C5801900, + global::System.Nullable Original_C5802000, + global::System.Nullable Original_C6006200, + global::System.Nullable Original_Y0003200, + global::System.Nullable Original_Y0007300, + global::System.Nullable Original_Y0007400, + global::System.Nullable Original_Y0007600, + global::System.Nullable Original_Y0007601, + global::System.Nullable Original_Y0008000, + global::System.Nullable Original_Y0008500, + global::System.Nullable Original_Y0008600, + global::System.Nullable Original_Y0009400, + global::System.Nullable Original_Y0394100, + global::System.Nullable Original_Y0394300, + global::System.Nullable Original_Y0394500, + global::System.Nullable Original_Y0394501, + global::System.Nullable Original_Y0394900, + global::System.Nullable Original_Y0651000, + global::System.Nullable Original_Y0682500, + global::System.Nullable Original_Y0683800, + global::System.Nullable Original_Y0683900, + global::System.Nullable Original_Y0684100, + global::System.Nullable Original_Y0684101, + global::System.Nullable Original_Y0684500, + global::System.Nullable Original_Y0947100, + global::System.Nullable Original_Y0986200, + global::System.Nullable Original_Y0986700, + global::System.Nullable Original_Y0988800, + global::System.Nullable Original_Y0988900, + global::System.Nullable Original_Y0989400, + global::System.Nullable Original_Y0989401, + global::System.Nullable Original_Y0989900, + global::System.Nullable Original_Y1229100, + global::System.Nullable Original_Y1229200, + global::System.Nullable Original_Y1229700, + global::System.Nullable Original_Y1229701, + global::System.Nullable Original_Y1264300, + global::System.Nullable Original_Y1265300, + global::System.Nullable Original_Y1458900, + global::System.Nullable Original_Y1459400, + global::System.Nullable Original_Y1459401, + global::System.Nullable Original_Y1629500, + global::System.Nullable Original_Y1704000, + global::System.Nullable Original_Y1704500, + global::System.Nullable Original_Y1704501, + global::System.Nullable Original_Y1707300, + global::System.Nullable Original_Y1883300, + global::System.Nullable Original_Y1989500, + global::System.Nullable Original_Y1990000, + global::System.Nullable Original_Y1990001, + global::System.Nullable Original_Y1992900, + global::System.Nullable Original_Y2197500, + global::System.Nullable Original_Y2308300, + global::System.Nullable Original_Y2308800, + global::System.Nullable Original_Y2308801, + global::System.Nullable Original_Y2311700, + global::System.Nullable Original_Y2531800, + global::System.Nullable Original_Y2641000, + global::System.Nullable Original_Y2641500, + global::System.Nullable Original_Y2641501, + global::System.Nullable Original_Y2644400, + global::System.Nullable Original_Y2880000, + global::System.Nullable Original_Y2998200, + global::System.Nullable Original_Y2998700, + global::System.Nullable Original_Y2998701, + global::System.Nullable Original_Y3001600, + global::System.Nullable Original_Y3249900) { + this.Adapter.DeleteCommand.Parameters[0].Value = ((int)(Original_C0000100)); + if ((Original_C0000200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[2].Value = ((int)(Original_C0000200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[1].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[2].Value = global::System.DBNull.Value; + } + if ((Original_C0005300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[4].Value = ((int)(Original_C0005300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[3].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[4].Value = global::System.DBNull.Value; + } + if ((Original_C0005400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[6].Value = ((int)(Original_C0005400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[5].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[6].Value = global::System.DBNull.Value; + } + if ((Original_C0005700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[8].Value = ((int)(Original_C0005700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[7].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[8].Value = global::System.DBNull.Value; + } + if ((Original_C0008100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[10].Value = ((int)(Original_C0008100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[9].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[10].Value = global::System.DBNull.Value; + } + if ((Original_C0008200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[12].Value = ((int)(Original_C0008200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[11].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[12].Value = global::System.DBNull.Value; + } + if ((Original_C0008300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[14].Value = ((int)(Original_C0008300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[13].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[14].Value = global::System.DBNull.Value; + } + if ((Original_C0008600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[16].Value = ((int)(Original_C0008600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[15].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[16].Value = global::System.DBNull.Value; + } + if ((Original_C0008700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[18].Value = ((int)(Original_C0008700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[17].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[18].Value = global::System.DBNull.Value; + } + if ((Original_C0008800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[20].Value = ((int)(Original_C0008800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[19].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[20].Value = global::System.DBNull.Value; + } + if ((Original_C0009100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[22].Value = ((int)(Original_C0009100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[21].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[22].Value = global::System.DBNull.Value; + } + if ((Original_C0009200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[24].Value = ((int)(Original_C0009200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[23].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[24].Value = global::System.DBNull.Value; + } + if ((Original_C0009300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[26].Value = ((int)(Original_C0009300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[25].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[26].Value = global::System.DBNull.Value; + } + if ((Original_C0009600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[28].Value = ((int)(Original_C0009600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[27].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[28].Value = global::System.DBNull.Value; + } + if ((Original_C0009700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[30].Value = ((int)(Original_C0009700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[29].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[30].Value = global::System.DBNull.Value; + } + if ((Original_C0009800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[32].Value = ((int)(Original_C0009800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[31].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[32].Value = global::System.DBNull.Value; + } + if ((Original_C0009900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[34].Value = ((int)(Original_C0009900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[33].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[34].Value = global::System.DBNull.Value; + } + if ((Original_C0010110.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[36].Value = ((int)(Original_C0010110.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[35].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[36].Value = global::System.DBNull.Value; + } + if ((Original_C0010200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[38].Value = ((int)(Original_C0010200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[37].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[38].Value = global::System.DBNull.Value; + } + if ((Original_C0010300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[40].Value = ((int)(Original_C0010300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[39].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[40].Value = global::System.DBNull.Value; + } + if ((Original_C0010400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[42].Value = ((int)(Original_C0010400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[41].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[42].Value = global::System.DBNull.Value; + } + if ((Original_C0010700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[44].Value = ((int)(Original_C0010700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[43].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[44].Value = global::System.DBNull.Value; + } + if ((Original_C0010800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[46].Value = ((int)(Original_C0010800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[45].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[46].Value = global::System.DBNull.Value; + } + if ((Original_C0010900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[48].Value = ((int)(Original_C0010900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[47].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[48].Value = global::System.DBNull.Value; + } + if ((Original_C0011110.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[50].Value = ((int)(Original_C0011110.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[49].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[50].Value = global::System.DBNull.Value; + } + if ((Original_C0011111.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[52].Value = ((int)(Original_C0011111.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[51].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[52].Value = global::System.DBNull.Value; + } + if ((Original_C0011112.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[54].Value = ((int)(Original_C0011112.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[53].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[54].Value = global::System.DBNull.Value; + } + if ((Original_C0011113.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[56].Value = ((int)(Original_C0011113.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[55].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[56].Value = global::System.DBNull.Value; + } + if ((Original_C0011114.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[58].Value = ((int)(Original_C0011114.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[57].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[58].Value = global::System.DBNull.Value; + } + if ((Original_C0011117.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[60].Value = ((int)(Original_C0011117.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[59].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[60].Value = global::System.DBNull.Value; + } + if ((Original_C0011118.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[62].Value = ((int)(Original_C0011118.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[61].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[62].Value = global::System.DBNull.Value; + } + if ((Original_C0011119.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[64].Value = ((int)(Original_C0011119.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[63].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[64].Value = global::System.DBNull.Value; + } + if ((Original_C0011122.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[66].Value = ((int)(Original_C0011122.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[65].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[66].Value = global::System.DBNull.Value; + } + if ((Original_C0011123.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[68].Value = ((int)(Original_C0011123.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[67].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[68].Value = global::System.DBNull.Value; + } + if ((Original_C0011124.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[70].Value = ((int)(Original_C0011124.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[69].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[70].Value = global::System.DBNull.Value; + } + if ((Original_C0011127.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[72].Value = ((int)(Original_C0011127.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[71].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[72].Value = global::System.DBNull.Value; + } + if ((Original_C0011128.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[74].Value = ((int)(Original_C0011128.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[73].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[74].Value = global::System.DBNull.Value; + } + if ((Original_C0011129.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[76].Value = ((int)(Original_C0011129.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[75].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[76].Value = global::System.DBNull.Value; + } + if ((Original_C0011132.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[78].Value = ((int)(Original_C0011132.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[77].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[78].Value = global::System.DBNull.Value; + } + if ((Original_C0011133.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[80].Value = ((int)(Original_C0011133.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[79].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[80].Value = global::System.DBNull.Value; + } + if ((Original_C0011134.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[82].Value = ((int)(Original_C0011134.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[81].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[82].Value = global::System.DBNull.Value; + } + if ((Original_C0011137.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[84].Value = ((int)(Original_C0011137.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[83].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[84].Value = global::System.DBNull.Value; + } + if ((Original_C0011138.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[86].Value = ((int)(Original_C0011138.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[85].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[86].Value = global::System.DBNull.Value; + } + if ((Original_C0011139.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[88].Value = ((int)(Original_C0011139.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[87].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[88].Value = global::System.DBNull.Value; + } + if ((Original_C0011142.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[90].Value = ((int)(Original_C0011142.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[89].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[90].Value = global::System.DBNull.Value; + } + if ((Original_C0011143.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[92].Value = ((int)(Original_C0011143.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[91].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[92].Value = global::System.DBNull.Value; + } + if ((Original_C0011144.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[94].Value = ((int)(Original_C0011144.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[93].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[94].Value = global::System.DBNull.Value; + } + if ((Original_C3070500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[96].Value = ((int)(Original_C3070500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[95].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[96].Value = global::System.DBNull.Value; + } + if ((Original_C3423600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[98].Value = ((int)(Original_C3423600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[97].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[98].Value = global::System.DBNull.Value; + } + if ((Original_C3601100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[100].Value = ((int)(Original_C3601100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[99].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[100].Value = global::System.DBNull.Value; + } + if ((Original_C3601700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[102].Value = ((int)(Original_C3601700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[101].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[102].Value = global::System.DBNull.Value; + } + if ((Original_C3601800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[104].Value = ((int)(Original_C3601800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[103].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[104].Value = global::System.DBNull.Value; + } + if ((Original_C3601900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[106].Value = ((int)(Original_C3601900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[105].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[106].Value = global::System.DBNull.Value; + } + if ((Original_C3605900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[108].Value = ((int)(Original_C3605900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[107].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[108].Value = global::System.DBNull.Value; + } + if ((Original_C3981100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[110].Value = ((int)(Original_C3981100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[109].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[110].Value = global::System.DBNull.Value; + } + if ((Original_C3981700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[112].Value = ((int)(Original_C3981700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[111].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[112].Value = global::System.DBNull.Value; + } + if ((Original_C3981800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[114].Value = ((int)(Original_C3981800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[113].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[114].Value = global::System.DBNull.Value; + } + if ((Original_C3981900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[116].Value = ((int)(Original_C3981900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[115].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[116].Value = global::System.DBNull.Value; + } + if ((Original_C5156100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[118].Value = ((int)(Original_C5156100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[117].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[118].Value = global::System.DBNull.Value; + } + if ((Original_C5525500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[120].Value = ((int)(Original_C5525500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[119].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[120].Value = global::System.DBNull.Value; + } + if ((Original_C5525600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[122].Value = ((int)(Original_C5525600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[121].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[122].Value = global::System.DBNull.Value; + } + if ((Original_C5525700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[124].Value = ((int)(Original_C5525700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[123].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[124].Value = global::System.DBNull.Value; + } + if ((Original_C5733200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[126].Value = ((int)(Original_C5733200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[125].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[126].Value = global::System.DBNull.Value; + } + if ((Original_C5801800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[128].Value = ((int)(Original_C5801800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[127].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[128].Value = global::System.DBNull.Value; + } + if ((Original_C5801900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[130].Value = ((int)(Original_C5801900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[129].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[130].Value = global::System.DBNull.Value; + } + if ((Original_C5802000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[132].Value = ((int)(Original_C5802000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[131].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[132].Value = global::System.DBNull.Value; + } + if ((Original_C6006200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[134].Value = ((int)(Original_C6006200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[133].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[134].Value = global::System.DBNull.Value; + } + if ((Original_Y0003200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[136].Value = ((int)(Original_Y0003200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[135].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[136].Value = global::System.DBNull.Value; + } + if ((Original_Y0007300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[138].Value = ((int)(Original_Y0007300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[137].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[138].Value = global::System.DBNull.Value; + } + if ((Original_Y0007400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[140].Value = ((int)(Original_Y0007400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[139].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[140].Value = global::System.DBNull.Value; + } + if ((Original_Y0007600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[142].Value = ((int)(Original_Y0007600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[141].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[142].Value = global::System.DBNull.Value; + } + if ((Original_Y0007601.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[144].Value = ((int)(Original_Y0007601.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[143].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[144].Value = global::System.DBNull.Value; + } + if ((Original_Y0008000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[146].Value = ((int)(Original_Y0008000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[145].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[146].Value = global::System.DBNull.Value; + } + if ((Original_Y0008500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[148].Value = ((int)(Original_Y0008500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[147].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[148].Value = global::System.DBNull.Value; + } + if ((Original_Y0008600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[150].Value = ((int)(Original_Y0008600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[149].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[150].Value = global::System.DBNull.Value; + } + if ((Original_Y0009400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[152].Value = ((int)(Original_Y0009400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[151].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[152].Value = global::System.DBNull.Value; + } + if ((Original_Y0394100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[154].Value = ((int)(Original_Y0394100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[153].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[154].Value = global::System.DBNull.Value; + } + if ((Original_Y0394300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[156].Value = ((int)(Original_Y0394300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[155].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[156].Value = global::System.DBNull.Value; + } + if ((Original_Y0394500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[158].Value = ((int)(Original_Y0394500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[157].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[158].Value = global::System.DBNull.Value; + } + if ((Original_Y0394501.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[160].Value = ((int)(Original_Y0394501.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[159].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[160].Value = global::System.DBNull.Value; + } + if ((Original_Y0394900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[162].Value = ((int)(Original_Y0394900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[161].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[162].Value = global::System.DBNull.Value; + } + if ((Original_Y0651000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[164].Value = ((int)(Original_Y0651000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[163].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[164].Value = global::System.DBNull.Value; + } + if ((Original_Y0682500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[166].Value = ((int)(Original_Y0682500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[165].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[166].Value = global::System.DBNull.Value; + } + if ((Original_Y0683800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[168].Value = ((int)(Original_Y0683800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[167].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[168].Value = global::System.DBNull.Value; + } + if ((Original_Y0683900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[170].Value = ((int)(Original_Y0683900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[169].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[170].Value = global::System.DBNull.Value; + } + if ((Original_Y0684100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[172].Value = ((int)(Original_Y0684100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[171].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[172].Value = global::System.DBNull.Value; + } + if ((Original_Y0684101.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[174].Value = ((int)(Original_Y0684101.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[173].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[174].Value = global::System.DBNull.Value; + } + if ((Original_Y0684500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[176].Value = ((int)(Original_Y0684500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[175].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[176].Value = global::System.DBNull.Value; + } + if ((Original_Y0947100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[178].Value = ((int)(Original_Y0947100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[177].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[178].Value = global::System.DBNull.Value; + } + if ((Original_Y0986200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[180].Value = ((int)(Original_Y0986200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[179].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[180].Value = global::System.DBNull.Value; + } + if ((Original_Y0986700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[182].Value = ((int)(Original_Y0986700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[181].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[182].Value = global::System.DBNull.Value; + } + if ((Original_Y0988800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[184].Value = ((int)(Original_Y0988800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[183].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[184].Value = global::System.DBNull.Value; + } + if ((Original_Y0988900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[186].Value = ((int)(Original_Y0988900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[185].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[186].Value = global::System.DBNull.Value; + } + if ((Original_Y0989400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[188].Value = ((int)(Original_Y0989400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[187].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[188].Value = global::System.DBNull.Value; + } + if ((Original_Y0989401.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[190].Value = ((int)(Original_Y0989401.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[189].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[190].Value = global::System.DBNull.Value; + } + if ((Original_Y0989900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[192].Value = ((int)(Original_Y0989900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[191].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[192].Value = global::System.DBNull.Value; + } + if ((Original_Y1229100.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[194].Value = ((int)(Original_Y1229100.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[193].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[194].Value = global::System.DBNull.Value; + } + if ((Original_Y1229200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[196].Value = ((int)(Original_Y1229200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[195].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[196].Value = global::System.DBNull.Value; + } + if ((Original_Y1229700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[198].Value = ((int)(Original_Y1229700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[197].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[198].Value = global::System.DBNull.Value; + } + if ((Original_Y1229701.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[200].Value = ((int)(Original_Y1229701.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[199].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[200].Value = global::System.DBNull.Value; + } + if ((Original_Y1264300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[201].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[202].Value = ((int)(Original_Y1264300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[201].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[202].Value = global::System.DBNull.Value; + } + if ((Original_Y1265300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[203].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[204].Value = ((int)(Original_Y1265300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[203].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[204].Value = global::System.DBNull.Value; + } + if ((Original_Y1458900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[205].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[206].Value = ((int)(Original_Y1458900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[205].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[206].Value = global::System.DBNull.Value; + } + if ((Original_Y1459400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[207].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[208].Value = ((int)(Original_Y1459400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[207].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[208].Value = global::System.DBNull.Value; + } + if ((Original_Y1459401.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[209].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[210].Value = ((int)(Original_Y1459401.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[209].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[210].Value = global::System.DBNull.Value; + } + if ((Original_Y1629500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[211].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[212].Value = ((int)(Original_Y1629500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[211].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[212].Value = global::System.DBNull.Value; + } + if ((Original_Y1704000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[213].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[214].Value = ((int)(Original_Y1704000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[213].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[214].Value = global::System.DBNull.Value; + } + if ((Original_Y1704500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[215].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[216].Value = ((int)(Original_Y1704500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[215].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[216].Value = global::System.DBNull.Value; + } + if ((Original_Y1704501.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[217].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[218].Value = ((int)(Original_Y1704501.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[217].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[218].Value = global::System.DBNull.Value; + } + if ((Original_Y1707300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[219].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[220].Value = ((int)(Original_Y1707300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[219].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[220].Value = global::System.DBNull.Value; + } + if ((Original_Y1883300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[221].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[222].Value = ((int)(Original_Y1883300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[221].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[222].Value = global::System.DBNull.Value; + } + if ((Original_Y1989500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[223].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[224].Value = ((int)(Original_Y1989500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[223].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[224].Value = global::System.DBNull.Value; + } + if ((Original_Y1990000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[225].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[226].Value = ((int)(Original_Y1990000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[225].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[226].Value = global::System.DBNull.Value; + } + if ((Original_Y1990001.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[227].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[228].Value = ((int)(Original_Y1990001.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[227].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[228].Value = global::System.DBNull.Value; + } + if ((Original_Y1992900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[229].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[230].Value = ((int)(Original_Y1992900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[229].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[230].Value = global::System.DBNull.Value; + } + if ((Original_Y2197500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[231].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[232].Value = ((int)(Original_Y2197500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[231].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[232].Value = global::System.DBNull.Value; + } + if ((Original_Y2308300.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[233].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[234].Value = ((int)(Original_Y2308300.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[233].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[234].Value = global::System.DBNull.Value; + } + if ((Original_Y2308800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[235].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[236].Value = ((int)(Original_Y2308800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[235].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[236].Value = global::System.DBNull.Value; + } + if ((Original_Y2308801.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[237].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[238].Value = ((int)(Original_Y2308801.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[237].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[238].Value = global::System.DBNull.Value; + } + if ((Original_Y2311700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[239].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[240].Value = ((int)(Original_Y2311700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[239].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[240].Value = global::System.DBNull.Value; + } + if ((Original_Y2531800.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[241].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[242].Value = ((int)(Original_Y2531800.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[241].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[242].Value = global::System.DBNull.Value; + } + if ((Original_Y2641000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[243].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[244].Value = ((int)(Original_Y2641000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[243].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[244].Value = global::System.DBNull.Value; + } + if ((Original_Y2641500.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[245].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[246].Value = ((int)(Original_Y2641500.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[245].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[246].Value = global::System.DBNull.Value; + } + if ((Original_Y2641501.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[247].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[248].Value = ((int)(Original_Y2641501.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[247].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[248].Value = global::System.DBNull.Value; + } + if ((Original_Y2644400.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[249].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[250].Value = ((int)(Original_Y2644400.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[249].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[250].Value = global::System.DBNull.Value; + } + if ((Original_Y2880000.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[251].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[252].Value = ((int)(Original_Y2880000.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[251].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[252].Value = global::System.DBNull.Value; + } + if ((Original_Y2998200.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[253].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[254].Value = ((int)(Original_Y2998200.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[253].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[254].Value = global::System.DBNull.Value; + } + if ((Original_Y2998700.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[255].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[256].Value = ((int)(Original_Y2998700.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[255].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[256].Value = global::System.DBNull.Value; + } + if ((Original_Y2998701.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[257].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[258].Value = ((int)(Original_Y2998701.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[257].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[258].Value = global::System.DBNull.Value; + } + if ((Original_Y3001600.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[259].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[260].Value = ((int)(Original_Y3001600.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[259].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[260].Value = global::System.DBNull.Value; + } + if ((Original_Y3249900.HasValue == true)) { + this.Adapter.DeleteCommand.Parameters[261].Value = ((object)(0)); + this.Adapter.DeleteCommand.Parameters[262].Value = ((int)(Original_Y3249900.Value)); + } + else { + this.Adapter.DeleteCommand.Parameters[261].Value = ((object)(1)); + this.Adapter.DeleteCommand.Parameters[262].Value = global::System.DBNull.Value; + } + 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( + int C0000100, + global::System.Nullable C0000200, + global::System.Nullable C0005300, + global::System.Nullable C0005400, + global::System.Nullable C0005700, + global::System.Nullable C0008100, + global::System.Nullable C0008200, + global::System.Nullable C0008300, + global::System.Nullable C0008600, + global::System.Nullable C0008700, + global::System.Nullable C0008800, + global::System.Nullable C0009100, + global::System.Nullable C0009200, + global::System.Nullable C0009300, + global::System.Nullable C0009600, + global::System.Nullable C0009700, + global::System.Nullable C0009800, + global::System.Nullable C0009900, + global::System.Nullable C0010110, + global::System.Nullable C0010200, + global::System.Nullable C0010300, + global::System.Nullable C0010400, + global::System.Nullable C0010700, + global::System.Nullable C0010800, + global::System.Nullable C0010900, + global::System.Nullable C0011110, + global::System.Nullable C0011111, + global::System.Nullable C0011112, + global::System.Nullable C0011113, + global::System.Nullable C0011114, + global::System.Nullable C0011117, + global::System.Nullable C0011118, + global::System.Nullable C0011119, + global::System.Nullable C0011122, + global::System.Nullable C0011123, + global::System.Nullable C0011124, + global::System.Nullable C0011127, + global::System.Nullable C0011128, + global::System.Nullable C0011129, + global::System.Nullable C0011132, + global::System.Nullable C0011133, + global::System.Nullable C0011134, + global::System.Nullable C0011137, + global::System.Nullable C0011138, + global::System.Nullable C0011139, + global::System.Nullable C0011142, + global::System.Nullable C0011143, + global::System.Nullable C0011144, + global::System.Nullable C3070500, + global::System.Nullable C3423600, + global::System.Nullable C3601100, + global::System.Nullable C3601700, + global::System.Nullable C3601800, + global::System.Nullable C3601900, + global::System.Nullable C3605900, + global::System.Nullable C3981100, + global::System.Nullable C3981700, + global::System.Nullable C3981800, + global::System.Nullable C3981900, + global::System.Nullable C5156100, + global::System.Nullable C5525500, + global::System.Nullable C5525600, + global::System.Nullable C5525700, + global::System.Nullable C5733200, + global::System.Nullable C5801800, + global::System.Nullable C5801900, + global::System.Nullable C5802000, + global::System.Nullable C6006200, + global::System.Nullable Y0003200, + global::System.Nullable Y0007300, + global::System.Nullable Y0007400, + global::System.Nullable Y0007600, + global::System.Nullable Y0007601, + global::System.Nullable Y0008000, + global::System.Nullable Y0008500, + global::System.Nullable Y0008600, + global::System.Nullable Y0009400, + global::System.Nullable Y0394100, + global::System.Nullable Y0394300, + global::System.Nullable Y0394500, + global::System.Nullable Y0394501, + global::System.Nullable Y0394900, + global::System.Nullable Y0651000, + global::System.Nullable Y0682500, + global::System.Nullable Y0683800, + global::System.Nullable Y0683900, + global::System.Nullable Y0684100, + global::System.Nullable Y0684101, + global::System.Nullable Y0684500, + global::System.Nullable Y0947100, + global::System.Nullable Y0986200, + global::System.Nullable Y0986700, + global::System.Nullable Y0988800, + global::System.Nullable Y0988900, + global::System.Nullable Y0989400, + global::System.Nullable Y0989401, + global::System.Nullable Y0989900, + global::System.Nullable Y1229100, + global::System.Nullable Y1229200, + global::System.Nullable Y1229700, + global::System.Nullable Y1229701, + global::System.Nullable Y1264300, + global::System.Nullable Y1265300, + global::System.Nullable Y1458900, + global::System.Nullable Y1459400, + global::System.Nullable Y1459401, + global::System.Nullable Y1629500, + global::System.Nullable Y1704000, + global::System.Nullable Y1704500, + global::System.Nullable Y1704501, + global::System.Nullable Y1707300, + global::System.Nullable Y1883300, + global::System.Nullable Y1989500, + global::System.Nullable Y1990000, + global::System.Nullable Y1990001, + global::System.Nullable Y1992900, + global::System.Nullable Y2197500, + global::System.Nullable Y2308300, + global::System.Nullable Y2308800, + global::System.Nullable Y2308801, + global::System.Nullable Y2311700, + global::System.Nullable Y2531800, + global::System.Nullable Y2641000, + global::System.Nullable Y2641500, + global::System.Nullable Y2641501, + global::System.Nullable Y2644400, + global::System.Nullable Y2880000, + global::System.Nullable Y2998200, + global::System.Nullable Y2998700, + global::System.Nullable Y2998701, + global::System.Nullable Y3001600, + global::System.Nullable Y3249900) { + this.Adapter.InsertCommand.Parameters[0].Value = ((int)(C0000100)); + if ((C0000200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[1].Value = ((int)(C0000200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[1].Value = global::System.DBNull.Value; + } + if ((C0005300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[2].Value = ((int)(C0005300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[2].Value = global::System.DBNull.Value; + } + if ((C0005400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[3].Value = ((int)(C0005400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value; + } + if ((C0005700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[4].Value = ((int)(C0005700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value; + } + if ((C0008100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[5].Value = ((int)(C0008100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value; + } + if ((C0008200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[6].Value = ((int)(C0008200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value; + } + if ((C0008300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[7].Value = ((int)(C0008300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value; + } + if ((C0008600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[8].Value = ((int)(C0008600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value; + } + if ((C0008700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[9].Value = ((int)(C0008700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value; + } + if ((C0008800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[10].Value = ((int)(C0008800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value; + } + if ((C0009100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[11].Value = ((int)(C0009100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value; + } + if ((C0009200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[12].Value = ((int)(C0009200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[12].Value = global::System.DBNull.Value; + } + if ((C0009300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[13].Value = ((int)(C0009300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[13].Value = global::System.DBNull.Value; + } + if ((C0009600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[14].Value = ((int)(C0009600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[14].Value = global::System.DBNull.Value; + } + if ((C0009700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[15].Value = ((int)(C0009700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value; + } + if ((C0009800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[16].Value = ((int)(C0009800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value; + } + if ((C0009900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[17].Value = ((int)(C0009900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value; + } + if ((C0010110.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[18].Value = ((int)(C0010110.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[18].Value = global::System.DBNull.Value; + } + if ((C0010200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[19].Value = ((int)(C0010200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[19].Value = global::System.DBNull.Value; + } + if ((C0010300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[20].Value = ((int)(C0010300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[20].Value = global::System.DBNull.Value; + } + if ((C0010400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[21].Value = ((int)(C0010400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[21].Value = global::System.DBNull.Value; + } + if ((C0010700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[22].Value = ((int)(C0010700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[22].Value = global::System.DBNull.Value; + } + if ((C0010800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[23].Value = ((int)(C0010800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[23].Value = global::System.DBNull.Value; + } + if ((C0010900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[24].Value = ((int)(C0010900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[24].Value = global::System.DBNull.Value; + } + if ((C0011110.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[25].Value = ((int)(C0011110.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[25].Value = global::System.DBNull.Value; + } + if ((C0011111.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[26].Value = ((int)(C0011111.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[26].Value = global::System.DBNull.Value; + } + if ((C0011112.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[27].Value = ((int)(C0011112.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[27].Value = global::System.DBNull.Value; + } + if ((C0011113.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[28].Value = ((int)(C0011113.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[28].Value = global::System.DBNull.Value; + } + if ((C0011114.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[29].Value = ((int)(C0011114.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[29].Value = global::System.DBNull.Value; + } + if ((C0011117.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[30].Value = ((int)(C0011117.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[30].Value = global::System.DBNull.Value; + } + if ((C0011118.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[31].Value = ((int)(C0011118.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[31].Value = global::System.DBNull.Value; + } + if ((C0011119.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[32].Value = ((int)(C0011119.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[32].Value = global::System.DBNull.Value; + } + if ((C0011122.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[33].Value = ((int)(C0011122.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[33].Value = global::System.DBNull.Value; + } + if ((C0011123.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[34].Value = ((int)(C0011123.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[34].Value = global::System.DBNull.Value; + } + if ((C0011124.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[35].Value = ((int)(C0011124.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[35].Value = global::System.DBNull.Value; + } + if ((C0011127.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[36].Value = ((int)(C0011127.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[36].Value = global::System.DBNull.Value; + } + if ((C0011128.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[37].Value = ((int)(C0011128.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[37].Value = global::System.DBNull.Value; + } + if ((C0011129.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[38].Value = ((int)(C0011129.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[38].Value = global::System.DBNull.Value; + } + if ((C0011132.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[39].Value = ((int)(C0011132.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[39].Value = global::System.DBNull.Value; + } + if ((C0011133.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[40].Value = ((int)(C0011133.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[40].Value = global::System.DBNull.Value; + } + if ((C0011134.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[41].Value = ((int)(C0011134.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[41].Value = global::System.DBNull.Value; + } + if ((C0011137.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[42].Value = ((int)(C0011137.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[42].Value = global::System.DBNull.Value; + } + if ((C0011138.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[43].Value = ((int)(C0011138.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[43].Value = global::System.DBNull.Value; + } + if ((C0011139.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[44].Value = ((int)(C0011139.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[44].Value = global::System.DBNull.Value; + } + if ((C0011142.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[45].Value = ((int)(C0011142.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[45].Value = global::System.DBNull.Value; + } + if ((C0011143.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[46].Value = ((int)(C0011143.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[46].Value = global::System.DBNull.Value; + } + if ((C0011144.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[47].Value = ((int)(C0011144.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[47].Value = global::System.DBNull.Value; + } + if ((C3070500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[48].Value = ((int)(C3070500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[48].Value = global::System.DBNull.Value; + } + if ((C3423600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[49].Value = ((int)(C3423600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[49].Value = global::System.DBNull.Value; + } + if ((C3601100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[50].Value = ((int)(C3601100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[50].Value = global::System.DBNull.Value; + } + if ((C3601700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[51].Value = ((int)(C3601700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[51].Value = global::System.DBNull.Value; + } + if ((C3601800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[52].Value = ((int)(C3601800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[52].Value = global::System.DBNull.Value; + } + if ((C3601900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[53].Value = ((int)(C3601900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[53].Value = global::System.DBNull.Value; + } + if ((C3605900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[54].Value = ((int)(C3605900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[54].Value = global::System.DBNull.Value; + } + if ((C3981100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[55].Value = ((int)(C3981100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[55].Value = global::System.DBNull.Value; + } + if ((C3981700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[56].Value = ((int)(C3981700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[56].Value = global::System.DBNull.Value; + } + if ((C3981800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[57].Value = ((int)(C3981800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[57].Value = global::System.DBNull.Value; + } + if ((C3981900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[58].Value = ((int)(C3981900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[58].Value = global::System.DBNull.Value; + } + if ((C5156100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[59].Value = ((int)(C5156100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[59].Value = global::System.DBNull.Value; + } + if ((C5525500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[60].Value = ((int)(C5525500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[60].Value = global::System.DBNull.Value; + } + if ((C5525600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[61].Value = ((int)(C5525600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[61].Value = global::System.DBNull.Value; + } + if ((C5525700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[62].Value = ((int)(C5525700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[62].Value = global::System.DBNull.Value; + } + if ((C5733200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[63].Value = ((int)(C5733200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[63].Value = global::System.DBNull.Value; + } + if ((C5801800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[64].Value = ((int)(C5801800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[64].Value = global::System.DBNull.Value; + } + if ((C5801900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[65].Value = ((int)(C5801900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[65].Value = global::System.DBNull.Value; + } + if ((C5802000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[66].Value = ((int)(C5802000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[66].Value = global::System.DBNull.Value; + } + if ((C6006200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[67].Value = ((int)(C6006200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[67].Value = global::System.DBNull.Value; + } + if ((Y0003200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[68].Value = ((int)(Y0003200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[68].Value = global::System.DBNull.Value; + } + if ((Y0007300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[69].Value = ((int)(Y0007300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[69].Value = global::System.DBNull.Value; + } + if ((Y0007400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[70].Value = ((int)(Y0007400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[70].Value = global::System.DBNull.Value; + } + if ((Y0007600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[71].Value = ((int)(Y0007600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[71].Value = global::System.DBNull.Value; + } + if ((Y0007601.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[72].Value = ((int)(Y0007601.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[72].Value = global::System.DBNull.Value; + } + if ((Y0008000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[73].Value = ((int)(Y0008000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[73].Value = global::System.DBNull.Value; + } + if ((Y0008500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[74].Value = ((int)(Y0008500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[74].Value = global::System.DBNull.Value; + } + if ((Y0008600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[75].Value = ((int)(Y0008600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[75].Value = global::System.DBNull.Value; + } + if ((Y0009400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[76].Value = ((int)(Y0009400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[76].Value = global::System.DBNull.Value; + } + if ((Y0394100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[77].Value = ((int)(Y0394100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[77].Value = global::System.DBNull.Value; + } + if ((Y0394300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[78].Value = ((int)(Y0394300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[78].Value = global::System.DBNull.Value; + } + if ((Y0394500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[79].Value = ((int)(Y0394500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[79].Value = global::System.DBNull.Value; + } + if ((Y0394501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[80].Value = ((int)(Y0394501.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[80].Value = global::System.DBNull.Value; + } + if ((Y0394900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[81].Value = ((int)(Y0394900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[81].Value = global::System.DBNull.Value; + } + if ((Y0651000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[82].Value = ((int)(Y0651000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[82].Value = global::System.DBNull.Value; + } + if ((Y0682500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[83].Value = ((int)(Y0682500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[83].Value = global::System.DBNull.Value; + } + if ((Y0683800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[84].Value = ((int)(Y0683800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[84].Value = global::System.DBNull.Value; + } + if ((Y0683900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[85].Value = ((int)(Y0683900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[85].Value = global::System.DBNull.Value; + } + if ((Y0684100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[86].Value = ((int)(Y0684100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[86].Value = global::System.DBNull.Value; + } + if ((Y0684101.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[87].Value = ((int)(Y0684101.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[87].Value = global::System.DBNull.Value; + } + if ((Y0684500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[88].Value = ((int)(Y0684500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[88].Value = global::System.DBNull.Value; + } + if ((Y0947100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[89].Value = ((int)(Y0947100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[89].Value = global::System.DBNull.Value; + } + if ((Y0986200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[90].Value = ((int)(Y0986200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[90].Value = global::System.DBNull.Value; + } + if ((Y0986700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[91].Value = ((int)(Y0986700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[91].Value = global::System.DBNull.Value; + } + if ((Y0988800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[92].Value = ((int)(Y0988800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[92].Value = global::System.DBNull.Value; + } + if ((Y0988900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[93].Value = ((int)(Y0988900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[93].Value = global::System.DBNull.Value; + } + if ((Y0989400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[94].Value = ((int)(Y0989400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[94].Value = global::System.DBNull.Value; + } + if ((Y0989401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[95].Value = ((int)(Y0989401.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[95].Value = global::System.DBNull.Value; + } + if ((Y0989900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[96].Value = ((int)(Y0989900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[96].Value = global::System.DBNull.Value; + } + if ((Y1229100.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[97].Value = ((int)(Y1229100.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[97].Value = global::System.DBNull.Value; + } + if ((Y1229200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[98].Value = ((int)(Y1229200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[98].Value = global::System.DBNull.Value; + } + if ((Y1229700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[99].Value = ((int)(Y1229700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[99].Value = global::System.DBNull.Value; + } + if ((Y1229701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[100].Value = ((int)(Y1229701.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[100].Value = global::System.DBNull.Value; + } + if ((Y1264300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[101].Value = ((int)(Y1264300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[101].Value = global::System.DBNull.Value; + } + if ((Y1265300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[102].Value = ((int)(Y1265300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[102].Value = global::System.DBNull.Value; + } + if ((Y1458900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[103].Value = ((int)(Y1458900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[103].Value = global::System.DBNull.Value; + } + if ((Y1459400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[104].Value = ((int)(Y1459400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[104].Value = global::System.DBNull.Value; + } + if ((Y1459401.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[105].Value = ((int)(Y1459401.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[105].Value = global::System.DBNull.Value; + } + if ((Y1629500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[106].Value = ((int)(Y1629500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[106].Value = global::System.DBNull.Value; + } + if ((Y1704000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[107].Value = ((int)(Y1704000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[107].Value = global::System.DBNull.Value; + } + if ((Y1704500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[108].Value = ((int)(Y1704500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[108].Value = global::System.DBNull.Value; + } + if ((Y1704501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[109].Value = ((int)(Y1704501.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[109].Value = global::System.DBNull.Value; + } + if ((Y1707300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[110].Value = ((int)(Y1707300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[110].Value = global::System.DBNull.Value; + } + if ((Y1883300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[111].Value = ((int)(Y1883300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[111].Value = global::System.DBNull.Value; + } + if ((Y1989500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[112].Value = ((int)(Y1989500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[112].Value = global::System.DBNull.Value; + } + if ((Y1990000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[113].Value = ((int)(Y1990000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[113].Value = global::System.DBNull.Value; + } + if ((Y1990001.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[114].Value = ((int)(Y1990001.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[114].Value = global::System.DBNull.Value; + } + if ((Y1992900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[115].Value = ((int)(Y1992900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[115].Value = global::System.DBNull.Value; + } + if ((Y2197500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[116].Value = ((int)(Y2197500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[116].Value = global::System.DBNull.Value; + } + if ((Y2308300.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[117].Value = ((int)(Y2308300.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[117].Value = global::System.DBNull.Value; + } + if ((Y2308800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[118].Value = ((int)(Y2308800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[118].Value = global::System.DBNull.Value; + } + if ((Y2308801.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[119].Value = ((int)(Y2308801.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[119].Value = global::System.DBNull.Value; + } + if ((Y2311700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[120].Value = ((int)(Y2311700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[120].Value = global::System.DBNull.Value; + } + if ((Y2531800.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[121].Value = ((int)(Y2531800.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[121].Value = global::System.DBNull.Value; + } + if ((Y2641000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[122].Value = ((int)(Y2641000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[122].Value = global::System.DBNull.Value; + } + if ((Y2641500.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[123].Value = ((int)(Y2641500.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[123].Value = global::System.DBNull.Value; + } + if ((Y2641501.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[124].Value = ((int)(Y2641501.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[124].Value = global::System.DBNull.Value; + } + if ((Y2644400.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[125].Value = ((int)(Y2644400.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[125].Value = global::System.DBNull.Value; + } + if ((Y2880000.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[126].Value = ((int)(Y2880000.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[126].Value = global::System.DBNull.Value; + } + if ((Y2998200.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[127].Value = ((int)(Y2998200.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[127].Value = global::System.DBNull.Value; + } + if ((Y2998700.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[128].Value = ((int)(Y2998700.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[128].Value = global::System.DBNull.Value; + } + if ((Y2998701.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[129].Value = ((int)(Y2998701.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[129].Value = global::System.DBNull.Value; + } + if ((Y3001600.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[130].Value = ((int)(Y3001600.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[130].Value = global::System.DBNull.Value; + } + if ((Y3249900.HasValue == true)) { + this.Adapter.InsertCommand.Parameters[131].Value = ((int)(Y3249900.Value)); + } + else { + this.Adapter.InsertCommand.Parameters[131].Value = global::System.DBNull.Value; + } + 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( + int C0000100, + global::System.Nullable C0000200, + global::System.Nullable C0005300, + global::System.Nullable C0005400, + global::System.Nullable C0005700, + global::System.Nullable C0008100, + global::System.Nullable C0008200, + global::System.Nullable C0008300, + global::System.Nullable C0008600, + global::System.Nullable C0008700, + global::System.Nullable C0008800, + global::System.Nullable C0009100, + global::System.Nullable C0009200, + global::System.Nullable C0009300, + global::System.Nullable C0009600, + global::System.Nullable C0009700, + global::System.Nullable C0009800, + global::System.Nullable C0009900, + global::System.Nullable C0010110, + global::System.Nullable C0010200, + global::System.Nullable C0010300, + global::System.Nullable C0010400, + global::System.Nullable C0010700, + global::System.Nullable C0010800, + global::System.Nullable C0010900, + global::System.Nullable C0011110, + global::System.Nullable C0011111, + global::System.Nullable C0011112, + global::System.Nullable C0011113, + global::System.Nullable C0011114, + global::System.Nullable C0011117, + global::System.Nullable C0011118, + global::System.Nullable C0011119, + global::System.Nullable C0011122, + global::System.Nullable C0011123, + global::System.Nullable C0011124, + global::System.Nullable C0011127, + global::System.Nullable C0011128, + global::System.Nullable C0011129, + global::System.Nullable C0011132, + global::System.Nullable C0011133, + global::System.Nullable C0011134, + global::System.Nullable C0011137, + global::System.Nullable C0011138, + global::System.Nullable C0011139, + global::System.Nullable C0011142, + global::System.Nullable C0011143, + global::System.Nullable C0011144, + global::System.Nullable C3070500, + global::System.Nullable C3423600, + global::System.Nullable C3601100, + global::System.Nullable C3601700, + global::System.Nullable C3601800, + global::System.Nullable C3601900, + global::System.Nullable C3605900, + global::System.Nullable C3981100, + global::System.Nullable C3981700, + global::System.Nullable C3981800, + global::System.Nullable C3981900, + global::System.Nullable C5156100, + global::System.Nullable C5525500, + global::System.Nullable C5525600, + global::System.Nullable C5525700, + global::System.Nullable C5733200, + global::System.Nullable C5801800, + global::System.Nullable C5801900, + global::System.Nullable C5802000, + global::System.Nullable C6006200, + global::System.Nullable Y0003200, + global::System.Nullable Y0007300, + global::System.Nullable Y0007400, + global::System.Nullable Y0007600, + global::System.Nullable Y0007601, + global::System.Nullable Y0008000, + global::System.Nullable Y0008500, + global::System.Nullable Y0008600, + global::System.Nullable Y0009400, + global::System.Nullable Y0394100, + global::System.Nullable Y0394300, + global::System.Nullable Y0394500, + global::System.Nullable Y0394501, + global::System.Nullable Y0394900, + global::System.Nullable Y0651000, + global::System.Nullable Y0682500, + global::System.Nullable Y0683800, + global::System.Nullable Y0683900, + global::System.Nullable Y0684100, + global::System.Nullable Y0684101, + global::System.Nullable Y0684500, + global::System.Nullable Y0947100, + global::System.Nullable Y0986200, + global::System.Nullable Y0986700, + global::System.Nullable Y0988800, + global::System.Nullable Y0988900, + global::System.Nullable Y0989400, + global::System.Nullable Y0989401, + global::System.Nullable Y0989900, + global::System.Nullable Y1229100, + global::System.Nullable Y1229200, + global::System.Nullable Y1229700, + global::System.Nullable Y1229701, + global::System.Nullable Y1264300, + global::System.Nullable Y1265300, + global::System.Nullable Y1458900, + global::System.Nullable Y1459400, + global::System.Nullable Y1459401, + global::System.Nullable Y1629500, + global::System.Nullable Y1704000, + global::System.Nullable Y1704500, + global::System.Nullable Y1704501, + global::System.Nullable Y1707300, + global::System.Nullable Y1883300, + global::System.Nullable Y1989500, + global::System.Nullable Y1990000, + global::System.Nullable Y1990001, + global::System.Nullable Y1992900, + global::System.Nullable Y2197500, + global::System.Nullable Y2308300, + global::System.Nullable Y2308800, + global::System.Nullable Y2308801, + global::System.Nullable Y2311700, + global::System.Nullable Y2531800, + global::System.Nullable Y2641000, + global::System.Nullable Y2641500, + global::System.Nullable Y2641501, + global::System.Nullable Y2644400, + global::System.Nullable Y2880000, + global::System.Nullable Y2998200, + global::System.Nullable Y2998700, + global::System.Nullable Y2998701, + global::System.Nullable Y3001600, + global::System.Nullable Y3249900, + int Original_C0000100, + global::System.Nullable Original_C0000200, + global::System.Nullable Original_C0005300, + global::System.Nullable Original_C0005400, + global::System.Nullable Original_C0005700, + global::System.Nullable Original_C0008100, + global::System.Nullable Original_C0008200, + global::System.Nullable Original_C0008300, + global::System.Nullable Original_C0008600, + global::System.Nullable Original_C0008700, + global::System.Nullable Original_C0008800, + global::System.Nullable Original_C0009100, + global::System.Nullable Original_C0009200, + global::System.Nullable Original_C0009300, + global::System.Nullable Original_C0009600, + global::System.Nullable Original_C0009700, + global::System.Nullable Original_C0009800, + global::System.Nullable Original_C0009900, + global::System.Nullable Original_C0010110, + global::System.Nullable Original_C0010200, + global::System.Nullable Original_C0010300, + global::System.Nullable Original_C0010400, + global::System.Nullable Original_C0010700, + global::System.Nullable Original_C0010800, + global::System.Nullable Original_C0010900, + global::System.Nullable Original_C0011110, + global::System.Nullable Original_C0011111, + global::System.Nullable Original_C0011112, + global::System.Nullable Original_C0011113, + global::System.Nullable Original_C0011114, + global::System.Nullable Original_C0011117, + global::System.Nullable Original_C0011118, + global::System.Nullable Original_C0011119, + global::System.Nullable Original_C0011122, + global::System.Nullable Original_C0011123, + global::System.Nullable Original_C0011124, + global::System.Nullable Original_C0011127, + global::System.Nullable Original_C0011128, + global::System.Nullable Original_C0011129, + global::System.Nullable Original_C0011132, + global::System.Nullable Original_C0011133, + global::System.Nullable Original_C0011134, + global::System.Nullable Original_C0011137, + global::System.Nullable Original_C0011138, + global::System.Nullable Original_C0011139, + global::System.Nullable Original_C0011142, + global::System.Nullable Original_C0011143, + global::System.Nullable Original_C0011144, + global::System.Nullable Original_C3070500, + global::System.Nullable Original_C3423600, + global::System.Nullable Original_C3601100, + global::System.Nullable Original_C3601700, + global::System.Nullable Original_C3601800, + global::System.Nullable Original_C3601900, + global::System.Nullable Original_C3605900, + global::System.Nullable Original_C3981100, + global::System.Nullable Original_C3981700, + global::System.Nullable Original_C3981800, + global::System.Nullable Original_C3981900, + global::System.Nullable Original_C5156100, + global::System.Nullable Original_C5525500, + global::System.Nullable Original_C5525600, + global::System.Nullable Original_C5525700, + global::System.Nullable Original_C5733200, + global::System.Nullable Original_C5801800, + global::System.Nullable Original_C5801900, + global::System.Nullable Original_C5802000, + global::System.Nullable Original_C6006200, + global::System.Nullable Original_Y0003200, + global::System.Nullable Original_Y0007300, + global::System.Nullable Original_Y0007400, + global::System.Nullable Original_Y0007600, + global::System.Nullable Original_Y0007601, + global::System.Nullable Original_Y0008000, + global::System.Nullable Original_Y0008500, + global::System.Nullable Original_Y0008600, + global::System.Nullable Original_Y0009400, + global::System.Nullable Original_Y0394100, + global::System.Nullable Original_Y0394300, + global::System.Nullable Original_Y0394500, + global::System.Nullable Original_Y0394501, + global::System.Nullable Original_Y0394900, + global::System.Nullable Original_Y0651000, + global::System.Nullable Original_Y0682500, + global::System.Nullable Original_Y0683800, + global::System.Nullable Original_Y0683900, + global::System.Nullable Original_Y0684100, + global::System.Nullable Original_Y0684101, + global::System.Nullable Original_Y0684500, + global::System.Nullable Original_Y0947100, + global::System.Nullable Original_Y0986200, + global::System.Nullable Original_Y0986700, + global::System.Nullable Original_Y0988800, + global::System.Nullable Original_Y0988900, + global::System.Nullable Original_Y0989400, + global::System.Nullable Original_Y0989401, + global::System.Nullable Original_Y0989900, + global::System.Nullable Original_Y1229100, + global::System.Nullable Original_Y1229200, + global::System.Nullable Original_Y1229700, + global::System.Nullable Original_Y1229701, + global::System.Nullable Original_Y1264300, + global::System.Nullable Original_Y1265300, + global::System.Nullable Original_Y1458900, + global::System.Nullable Original_Y1459400, + global::System.Nullable Original_Y1459401, + global::System.Nullable Original_Y1629500, + global::System.Nullable Original_Y1704000, + global::System.Nullable Original_Y1704500, + global::System.Nullable Original_Y1704501, + global::System.Nullable Original_Y1707300, + global::System.Nullable Original_Y1883300, + global::System.Nullable Original_Y1989500, + global::System.Nullable Original_Y1990000, + global::System.Nullable Original_Y1990001, + global::System.Nullable Original_Y1992900, + global::System.Nullable Original_Y2197500, + global::System.Nullable Original_Y2308300, + global::System.Nullable Original_Y2308800, + global::System.Nullable Original_Y2308801, + global::System.Nullable Original_Y2311700, + global::System.Nullable Original_Y2531800, + global::System.Nullable Original_Y2641000, + global::System.Nullable Original_Y2641500, + global::System.Nullable Original_Y2641501, + global::System.Nullable Original_Y2644400, + global::System.Nullable Original_Y2880000, + global::System.Nullable Original_Y2998200, + global::System.Nullable Original_Y2998700, + global::System.Nullable Original_Y2998701, + global::System.Nullable Original_Y3001600, + global::System.Nullable Original_Y3249900) { + this.Adapter.UpdateCommand.Parameters[0].Value = ((int)(C0000100)); + if ((C0000200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[1].Value = ((int)(C0000200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[1].Value = global::System.DBNull.Value; + } + if ((C0005300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[2].Value = ((int)(C0005300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[2].Value = global::System.DBNull.Value; + } + if ((C0005400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[3].Value = ((int)(C0005400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[3].Value = global::System.DBNull.Value; + } + if ((C0005700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(C0005700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[4].Value = global::System.DBNull.Value; + } + if ((C0008100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[5].Value = ((int)(C0008100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[5].Value = global::System.DBNull.Value; + } + if ((C0008200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[6].Value = ((int)(C0008200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[6].Value = global::System.DBNull.Value; + } + if ((C0008300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[7].Value = ((int)(C0008300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[7].Value = global::System.DBNull.Value; + } + if ((C0008600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[8].Value = ((int)(C0008600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[8].Value = global::System.DBNull.Value; + } + if ((C0008700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(C0008700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[9].Value = global::System.DBNull.Value; + } + if ((C0008800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[10].Value = ((int)(C0008800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[10].Value = global::System.DBNull.Value; + } + if ((C0009100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[11].Value = ((int)(C0009100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[11].Value = global::System.DBNull.Value; + } + if ((C0009200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[12].Value = ((int)(C0009200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[12].Value = global::System.DBNull.Value; + } + if ((C0009300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[13].Value = ((int)(C0009300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[13].Value = global::System.DBNull.Value; + } + if ((C0009600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[14].Value = ((int)(C0009600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[14].Value = global::System.DBNull.Value; + } + if ((C0009700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[15].Value = ((int)(C0009700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value; + } + if ((C0009800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(C0009800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value; + } + if ((C0009900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(C0009900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value; + } + if ((C0010110.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(C0010110.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[18].Value = global::System.DBNull.Value; + } + if ((C0010200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(C0010200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[19].Value = global::System.DBNull.Value; + } + if ((C0010300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[20].Value = ((int)(C0010300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[20].Value = global::System.DBNull.Value; + } + if ((C0010400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[21].Value = ((int)(C0010400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[21].Value = global::System.DBNull.Value; + } + if ((C0010700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[22].Value = ((int)(C0010700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[22].Value = global::System.DBNull.Value; + } + if ((C0010800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[23].Value = ((int)(C0010800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[23].Value = global::System.DBNull.Value; + } + if ((C0010900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[24].Value = ((int)(C0010900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[24].Value = global::System.DBNull.Value; + } + if ((C0011110.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[25].Value = ((int)(C0011110.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[25].Value = global::System.DBNull.Value; + } + if ((C0011111.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[26].Value = ((int)(C0011111.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[26].Value = global::System.DBNull.Value; + } + if ((C0011112.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[27].Value = ((int)(C0011112.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[27].Value = global::System.DBNull.Value; + } + if ((C0011113.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[28].Value = ((int)(C0011113.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[28].Value = global::System.DBNull.Value; + } + if ((C0011114.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[29].Value = ((int)(C0011114.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[29].Value = global::System.DBNull.Value; + } + if ((C0011117.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[30].Value = ((int)(C0011117.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[30].Value = global::System.DBNull.Value; + } + if ((C0011118.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[31].Value = ((int)(C0011118.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[31].Value = global::System.DBNull.Value; + } + if ((C0011119.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[32].Value = ((int)(C0011119.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[32].Value = global::System.DBNull.Value; + } + if ((C0011122.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[33].Value = ((int)(C0011122.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[33].Value = global::System.DBNull.Value; + } + if ((C0011123.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[34].Value = ((int)(C0011123.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[34].Value = global::System.DBNull.Value; + } + if ((C0011124.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[35].Value = ((int)(C0011124.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[35].Value = global::System.DBNull.Value; + } + if ((C0011127.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[36].Value = ((int)(C0011127.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[36].Value = global::System.DBNull.Value; + } + if ((C0011128.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[37].Value = ((int)(C0011128.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[37].Value = global::System.DBNull.Value; + } + if ((C0011129.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[38].Value = ((int)(C0011129.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[38].Value = global::System.DBNull.Value; + } + if ((C0011132.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[39].Value = ((int)(C0011132.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[39].Value = global::System.DBNull.Value; + } + if ((C0011133.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[40].Value = ((int)(C0011133.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[40].Value = global::System.DBNull.Value; + } + if ((C0011134.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[41].Value = ((int)(C0011134.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[41].Value = global::System.DBNull.Value; + } + if ((C0011137.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[42].Value = ((int)(C0011137.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[42].Value = global::System.DBNull.Value; + } + if ((C0011138.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[43].Value = ((int)(C0011138.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[43].Value = global::System.DBNull.Value; + } + if ((C0011139.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[44].Value = ((int)(C0011139.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[44].Value = global::System.DBNull.Value; + } + if ((C0011142.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[45].Value = ((int)(C0011142.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[45].Value = global::System.DBNull.Value; + } + if ((C0011143.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[46].Value = ((int)(C0011143.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[46].Value = global::System.DBNull.Value; + } + if ((C0011144.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[47].Value = ((int)(C0011144.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[47].Value = global::System.DBNull.Value; + } + if ((C3070500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[48].Value = ((int)(C3070500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[48].Value = global::System.DBNull.Value; + } + if ((C3423600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[49].Value = ((int)(C3423600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[49].Value = global::System.DBNull.Value; + } + if ((C3601100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[50].Value = ((int)(C3601100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[50].Value = global::System.DBNull.Value; + } + if ((C3601700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[51].Value = ((int)(C3601700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[51].Value = global::System.DBNull.Value; + } + if ((C3601800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[52].Value = ((int)(C3601800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[52].Value = global::System.DBNull.Value; + } + if ((C3601900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[53].Value = ((int)(C3601900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[53].Value = global::System.DBNull.Value; + } + if ((C3605900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[54].Value = ((int)(C3605900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[54].Value = global::System.DBNull.Value; + } + if ((C3981100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[55].Value = ((int)(C3981100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[55].Value = global::System.DBNull.Value; + } + if ((C3981700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[56].Value = ((int)(C3981700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[56].Value = global::System.DBNull.Value; + } + if ((C3981800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[57].Value = ((int)(C3981800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[57].Value = global::System.DBNull.Value; + } + if ((C3981900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[58].Value = ((int)(C3981900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[58].Value = global::System.DBNull.Value; + } + if ((C5156100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[59].Value = ((int)(C5156100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[59].Value = global::System.DBNull.Value; + } + if ((C5525500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[60].Value = ((int)(C5525500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[60].Value = global::System.DBNull.Value; + } + if ((C5525600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[61].Value = ((int)(C5525600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[61].Value = global::System.DBNull.Value; + } + if ((C5525700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[62].Value = ((int)(C5525700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[62].Value = global::System.DBNull.Value; + } + if ((C5733200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[63].Value = ((int)(C5733200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[63].Value = global::System.DBNull.Value; + } + if ((C5801800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[64].Value = ((int)(C5801800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[64].Value = global::System.DBNull.Value; + } + if ((C5801900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[65].Value = ((int)(C5801900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[65].Value = global::System.DBNull.Value; + } + if ((C5802000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[66].Value = ((int)(C5802000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[66].Value = global::System.DBNull.Value; + } + if ((C6006200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[67].Value = ((int)(C6006200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[67].Value = global::System.DBNull.Value; + } + if ((Y0003200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[68].Value = ((int)(Y0003200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[68].Value = global::System.DBNull.Value; + } + if ((Y0007300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[69].Value = ((int)(Y0007300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[69].Value = global::System.DBNull.Value; + } + if ((Y0007400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[70].Value = ((int)(Y0007400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[70].Value = global::System.DBNull.Value; + } + if ((Y0007600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[71].Value = ((int)(Y0007600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[71].Value = global::System.DBNull.Value; + } + if ((Y0007601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[72].Value = ((int)(Y0007601.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[72].Value = global::System.DBNull.Value; + } + if ((Y0008000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[73].Value = ((int)(Y0008000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[73].Value = global::System.DBNull.Value; + } + if ((Y0008500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[74].Value = ((int)(Y0008500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[74].Value = global::System.DBNull.Value; + } + if ((Y0008600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[75].Value = ((int)(Y0008600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[75].Value = global::System.DBNull.Value; + } + if ((Y0009400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[76].Value = ((int)(Y0009400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[76].Value = global::System.DBNull.Value; + } + if ((Y0394100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[77].Value = ((int)(Y0394100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[77].Value = global::System.DBNull.Value; + } + if ((Y0394300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[78].Value = ((int)(Y0394300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[78].Value = global::System.DBNull.Value; + } + if ((Y0394500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[79].Value = ((int)(Y0394500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[79].Value = global::System.DBNull.Value; + } + if ((Y0394501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[80].Value = ((int)(Y0394501.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[80].Value = global::System.DBNull.Value; + } + if ((Y0394900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[81].Value = ((int)(Y0394900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[81].Value = global::System.DBNull.Value; + } + if ((Y0651000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[82].Value = ((int)(Y0651000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[82].Value = global::System.DBNull.Value; + } + if ((Y0682500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[83].Value = ((int)(Y0682500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[83].Value = global::System.DBNull.Value; + } + if ((Y0683800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[84].Value = ((int)(Y0683800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[84].Value = global::System.DBNull.Value; + } + if ((Y0683900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[85].Value = ((int)(Y0683900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[85].Value = global::System.DBNull.Value; + } + if ((Y0684100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[86].Value = ((int)(Y0684100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[86].Value = global::System.DBNull.Value; + } + if ((Y0684101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[87].Value = ((int)(Y0684101.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[87].Value = global::System.DBNull.Value; + } + if ((Y0684500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[88].Value = ((int)(Y0684500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[88].Value = global::System.DBNull.Value; + } + if ((Y0947100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[89].Value = ((int)(Y0947100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[89].Value = global::System.DBNull.Value; + } + if ((Y0986200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[90].Value = ((int)(Y0986200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[90].Value = global::System.DBNull.Value; + } + if ((Y0986700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[91].Value = ((int)(Y0986700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[91].Value = global::System.DBNull.Value; + } + if ((Y0988800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[92].Value = ((int)(Y0988800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[92].Value = global::System.DBNull.Value; + } + if ((Y0988900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[93].Value = ((int)(Y0988900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[93].Value = global::System.DBNull.Value; + } + if ((Y0989400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[94].Value = ((int)(Y0989400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[94].Value = global::System.DBNull.Value; + } + if ((Y0989401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[95].Value = ((int)(Y0989401.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[95].Value = global::System.DBNull.Value; + } + if ((Y0989900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[96].Value = ((int)(Y0989900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[96].Value = global::System.DBNull.Value; + } + if ((Y1229100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[97].Value = ((int)(Y1229100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[97].Value = global::System.DBNull.Value; + } + if ((Y1229200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[98].Value = ((int)(Y1229200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[98].Value = global::System.DBNull.Value; + } + if ((Y1229700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[99].Value = ((int)(Y1229700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[99].Value = global::System.DBNull.Value; + } + if ((Y1229701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[100].Value = ((int)(Y1229701.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[100].Value = global::System.DBNull.Value; + } + if ((Y1264300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[101].Value = ((int)(Y1264300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[101].Value = global::System.DBNull.Value; + } + if ((Y1265300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[102].Value = ((int)(Y1265300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[102].Value = global::System.DBNull.Value; + } + if ((Y1458900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[103].Value = ((int)(Y1458900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[103].Value = global::System.DBNull.Value; + } + if ((Y1459400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[104].Value = ((int)(Y1459400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[104].Value = global::System.DBNull.Value; + } + if ((Y1459401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[105].Value = ((int)(Y1459401.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[105].Value = global::System.DBNull.Value; + } + if ((Y1629500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[106].Value = ((int)(Y1629500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[106].Value = global::System.DBNull.Value; + } + if ((Y1704000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[107].Value = ((int)(Y1704000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[107].Value = global::System.DBNull.Value; + } + if ((Y1704500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[108].Value = ((int)(Y1704500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[108].Value = global::System.DBNull.Value; + } + if ((Y1704501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[109].Value = ((int)(Y1704501.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[109].Value = global::System.DBNull.Value; + } + if ((Y1707300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[110].Value = ((int)(Y1707300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[110].Value = global::System.DBNull.Value; + } + if ((Y1883300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[111].Value = ((int)(Y1883300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[111].Value = global::System.DBNull.Value; + } + if ((Y1989500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[112].Value = ((int)(Y1989500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[112].Value = global::System.DBNull.Value; + } + if ((Y1990000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[113].Value = ((int)(Y1990000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[113].Value = global::System.DBNull.Value; + } + if ((Y1990001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[114].Value = ((int)(Y1990001.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[114].Value = global::System.DBNull.Value; + } + if ((Y1992900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[115].Value = ((int)(Y1992900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[115].Value = global::System.DBNull.Value; + } + if ((Y2197500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[116].Value = ((int)(Y2197500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[116].Value = global::System.DBNull.Value; + } + if ((Y2308300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[117].Value = ((int)(Y2308300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[117].Value = global::System.DBNull.Value; + } + if ((Y2308800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[118].Value = ((int)(Y2308800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[118].Value = global::System.DBNull.Value; + } + if ((Y2308801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[119].Value = ((int)(Y2308801.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[119].Value = global::System.DBNull.Value; + } + if ((Y2311700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[120].Value = ((int)(Y2311700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[120].Value = global::System.DBNull.Value; + } + if ((Y2531800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[121].Value = ((int)(Y2531800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[121].Value = global::System.DBNull.Value; + } + if ((Y2641000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[122].Value = ((int)(Y2641000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[122].Value = global::System.DBNull.Value; + } + if ((Y2641500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[123].Value = ((int)(Y2641500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[123].Value = global::System.DBNull.Value; + } + if ((Y2641501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[124].Value = ((int)(Y2641501.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[124].Value = global::System.DBNull.Value; + } + if ((Y2644400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[125].Value = ((int)(Y2644400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[125].Value = global::System.DBNull.Value; + } + if ((Y2880000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[126].Value = ((int)(Y2880000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[126].Value = global::System.DBNull.Value; + } + if ((Y2998200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[127].Value = ((int)(Y2998200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[127].Value = global::System.DBNull.Value; + } + if ((Y2998700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[128].Value = ((int)(Y2998700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[128].Value = global::System.DBNull.Value; + } + if ((Y2998701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[129].Value = ((int)(Y2998701.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[129].Value = global::System.DBNull.Value; + } + if ((Y3001600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[130].Value = ((int)(Y3001600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[130].Value = global::System.DBNull.Value; + } + if ((Y3249900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[131].Value = ((int)(Y3249900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[131].Value = global::System.DBNull.Value; + } + this.Adapter.UpdateCommand.Parameters[132].Value = ((int)(Original_C0000100)); + if ((Original_C0000200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[133].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[134].Value = ((int)(Original_C0000200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[133].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[134].Value = global::System.DBNull.Value; + } + if ((Original_C0005300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[135].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[136].Value = ((int)(Original_C0005300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[135].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[136].Value = global::System.DBNull.Value; + } + if ((Original_C0005400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[137].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[138].Value = ((int)(Original_C0005400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[137].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[138].Value = global::System.DBNull.Value; + } + if ((Original_C0005700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[139].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[140].Value = ((int)(Original_C0005700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[139].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[140].Value = global::System.DBNull.Value; + } + if ((Original_C0008100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[141].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[142].Value = ((int)(Original_C0008100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[141].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[142].Value = global::System.DBNull.Value; + } + if ((Original_C0008200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[143].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[144].Value = ((int)(Original_C0008200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[143].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[144].Value = global::System.DBNull.Value; + } + if ((Original_C0008300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[145].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[146].Value = ((int)(Original_C0008300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[145].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[146].Value = global::System.DBNull.Value; + } + if ((Original_C0008600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[147].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[148].Value = ((int)(Original_C0008600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[147].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[148].Value = global::System.DBNull.Value; + } + if ((Original_C0008700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[149].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[150].Value = ((int)(Original_C0008700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[149].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[150].Value = global::System.DBNull.Value; + } + if ((Original_C0008800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[151].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[152].Value = ((int)(Original_C0008800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[151].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[152].Value = global::System.DBNull.Value; + } + if ((Original_C0009100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[153].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[154].Value = ((int)(Original_C0009100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[153].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[154].Value = global::System.DBNull.Value; + } + if ((Original_C0009200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[155].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[156].Value = ((int)(Original_C0009200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[155].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[156].Value = global::System.DBNull.Value; + } + if ((Original_C0009300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[157].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[158].Value = ((int)(Original_C0009300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[157].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[158].Value = global::System.DBNull.Value; + } + if ((Original_C0009600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[159].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[160].Value = ((int)(Original_C0009600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[159].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[160].Value = global::System.DBNull.Value; + } + if ((Original_C0009700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[161].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[162].Value = ((int)(Original_C0009700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[161].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[162].Value = global::System.DBNull.Value; + } + if ((Original_C0009800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[163].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[164].Value = ((int)(Original_C0009800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[163].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[164].Value = global::System.DBNull.Value; + } + if ((Original_C0009900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[165].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[166].Value = ((int)(Original_C0009900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[165].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[166].Value = global::System.DBNull.Value; + } + if ((Original_C0010110.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[167].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[168].Value = ((int)(Original_C0010110.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[167].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[168].Value = global::System.DBNull.Value; + } + if ((Original_C0010200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[169].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[170].Value = ((int)(Original_C0010200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[169].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[170].Value = global::System.DBNull.Value; + } + if ((Original_C0010300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[171].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[172].Value = ((int)(Original_C0010300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[171].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[172].Value = global::System.DBNull.Value; + } + if ((Original_C0010400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[173].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[174].Value = ((int)(Original_C0010400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[173].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[174].Value = global::System.DBNull.Value; + } + if ((Original_C0010700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[175].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[176].Value = ((int)(Original_C0010700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[175].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[176].Value = global::System.DBNull.Value; + } + if ((Original_C0010800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[177].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[178].Value = ((int)(Original_C0010800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[177].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[178].Value = global::System.DBNull.Value; + } + if ((Original_C0010900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[179].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[180].Value = ((int)(Original_C0010900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[179].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[180].Value = global::System.DBNull.Value; + } + if ((Original_C0011110.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[181].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[182].Value = ((int)(Original_C0011110.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[181].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[182].Value = global::System.DBNull.Value; + } + if ((Original_C0011111.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[183].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[184].Value = ((int)(Original_C0011111.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[183].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[184].Value = global::System.DBNull.Value; + } + if ((Original_C0011112.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[185].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[186].Value = ((int)(Original_C0011112.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[185].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[186].Value = global::System.DBNull.Value; + } + if ((Original_C0011113.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[187].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[188].Value = ((int)(Original_C0011113.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[187].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[188].Value = global::System.DBNull.Value; + } + if ((Original_C0011114.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[189].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[190].Value = ((int)(Original_C0011114.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[189].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[190].Value = global::System.DBNull.Value; + } + if ((Original_C0011117.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[191].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[192].Value = ((int)(Original_C0011117.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[191].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[192].Value = global::System.DBNull.Value; + } + if ((Original_C0011118.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[193].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[194].Value = ((int)(Original_C0011118.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[193].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[194].Value = global::System.DBNull.Value; + } + if ((Original_C0011119.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[195].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[196].Value = ((int)(Original_C0011119.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[195].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[196].Value = global::System.DBNull.Value; + } + if ((Original_C0011122.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[197].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[198].Value = ((int)(Original_C0011122.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[197].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[198].Value = global::System.DBNull.Value; + } + if ((Original_C0011123.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[199].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[200].Value = ((int)(Original_C0011123.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[199].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[200].Value = global::System.DBNull.Value; + } + if ((Original_C0011124.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[201].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[202].Value = ((int)(Original_C0011124.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[201].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[202].Value = global::System.DBNull.Value; + } + if ((Original_C0011127.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[203].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[204].Value = ((int)(Original_C0011127.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[203].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[204].Value = global::System.DBNull.Value; + } + if ((Original_C0011128.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[205].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[206].Value = ((int)(Original_C0011128.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[205].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[206].Value = global::System.DBNull.Value; + } + if ((Original_C0011129.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[207].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[208].Value = ((int)(Original_C0011129.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[207].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[208].Value = global::System.DBNull.Value; + } + if ((Original_C0011132.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[209].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[210].Value = ((int)(Original_C0011132.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[209].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[210].Value = global::System.DBNull.Value; + } + if ((Original_C0011133.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[211].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[212].Value = ((int)(Original_C0011133.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[211].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[212].Value = global::System.DBNull.Value; + } + if ((Original_C0011134.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[213].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[214].Value = ((int)(Original_C0011134.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[213].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[214].Value = global::System.DBNull.Value; + } + if ((Original_C0011137.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[215].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[216].Value = ((int)(Original_C0011137.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[215].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[216].Value = global::System.DBNull.Value; + } + if ((Original_C0011138.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[217].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[218].Value = ((int)(Original_C0011138.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[217].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[218].Value = global::System.DBNull.Value; + } + if ((Original_C0011139.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[219].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[220].Value = ((int)(Original_C0011139.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[219].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[220].Value = global::System.DBNull.Value; + } + if ((Original_C0011142.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[221].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[222].Value = ((int)(Original_C0011142.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[221].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[222].Value = global::System.DBNull.Value; + } + if ((Original_C0011143.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[223].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[224].Value = ((int)(Original_C0011143.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[223].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[224].Value = global::System.DBNull.Value; + } + if ((Original_C0011144.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[225].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[226].Value = ((int)(Original_C0011144.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[225].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[226].Value = global::System.DBNull.Value; + } + if ((Original_C3070500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[227].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[228].Value = ((int)(Original_C3070500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[227].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[228].Value = global::System.DBNull.Value; + } + if ((Original_C3423600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[229].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[230].Value = ((int)(Original_C3423600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[229].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[230].Value = global::System.DBNull.Value; + } + if ((Original_C3601100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[231].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[232].Value = ((int)(Original_C3601100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[231].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[232].Value = global::System.DBNull.Value; + } + if ((Original_C3601700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[233].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[234].Value = ((int)(Original_C3601700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[233].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[234].Value = global::System.DBNull.Value; + } + if ((Original_C3601800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[235].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[236].Value = ((int)(Original_C3601800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[235].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[236].Value = global::System.DBNull.Value; + } + if ((Original_C3601900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[237].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[238].Value = ((int)(Original_C3601900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[237].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[238].Value = global::System.DBNull.Value; + } + if ((Original_C3605900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[239].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[240].Value = ((int)(Original_C3605900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[239].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[240].Value = global::System.DBNull.Value; + } + if ((Original_C3981100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[241].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[242].Value = ((int)(Original_C3981100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[241].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[242].Value = global::System.DBNull.Value; + } + if ((Original_C3981700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[243].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[244].Value = ((int)(Original_C3981700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[243].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[244].Value = global::System.DBNull.Value; + } + if ((Original_C3981800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[245].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[246].Value = ((int)(Original_C3981800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[245].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[246].Value = global::System.DBNull.Value; + } + if ((Original_C3981900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[247].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[248].Value = ((int)(Original_C3981900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[247].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[248].Value = global::System.DBNull.Value; + } + if ((Original_C5156100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[249].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[250].Value = ((int)(Original_C5156100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[249].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[250].Value = global::System.DBNull.Value; + } + if ((Original_C5525500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[251].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[252].Value = ((int)(Original_C5525500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[251].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[252].Value = global::System.DBNull.Value; + } + if ((Original_C5525600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[253].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[254].Value = ((int)(Original_C5525600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[253].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[254].Value = global::System.DBNull.Value; + } + if ((Original_C5525700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[255].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[256].Value = ((int)(Original_C5525700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[255].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[256].Value = global::System.DBNull.Value; + } + if ((Original_C5733200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[257].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[258].Value = ((int)(Original_C5733200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[257].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[258].Value = global::System.DBNull.Value; + } + if ((Original_C5801800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[259].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[260].Value = ((int)(Original_C5801800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[259].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[260].Value = global::System.DBNull.Value; + } + if ((Original_C5801900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[261].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[262].Value = ((int)(Original_C5801900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[261].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[262].Value = global::System.DBNull.Value; + } + if ((Original_C5802000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[263].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[264].Value = ((int)(Original_C5802000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[263].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[264].Value = global::System.DBNull.Value; + } + if ((Original_C6006200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[265].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[266].Value = ((int)(Original_C6006200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[265].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[266].Value = global::System.DBNull.Value; + } + if ((Original_Y0003200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[267].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[268].Value = ((int)(Original_Y0003200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[267].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[268].Value = global::System.DBNull.Value; + } + if ((Original_Y0007300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[269].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[270].Value = ((int)(Original_Y0007300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[269].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[270].Value = global::System.DBNull.Value; + } + if ((Original_Y0007400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[271].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[272].Value = ((int)(Original_Y0007400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[271].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[272].Value = global::System.DBNull.Value; + } + if ((Original_Y0007600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[273].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[274].Value = ((int)(Original_Y0007600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[273].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[274].Value = global::System.DBNull.Value; + } + if ((Original_Y0007601.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[275].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[276].Value = ((int)(Original_Y0007601.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[275].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[276].Value = global::System.DBNull.Value; + } + if ((Original_Y0008000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[277].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[278].Value = ((int)(Original_Y0008000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[277].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[278].Value = global::System.DBNull.Value; + } + if ((Original_Y0008500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[279].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[280].Value = ((int)(Original_Y0008500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[279].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[280].Value = global::System.DBNull.Value; + } + if ((Original_Y0008600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[281].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[282].Value = ((int)(Original_Y0008600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[281].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[282].Value = global::System.DBNull.Value; + } + if ((Original_Y0009400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[283].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[284].Value = ((int)(Original_Y0009400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[283].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[284].Value = global::System.DBNull.Value; + } + if ((Original_Y0394100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[285].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[286].Value = ((int)(Original_Y0394100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[285].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[286].Value = global::System.DBNull.Value; + } + if ((Original_Y0394300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[287].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[288].Value = ((int)(Original_Y0394300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[287].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[288].Value = global::System.DBNull.Value; + } + if ((Original_Y0394500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[289].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[290].Value = ((int)(Original_Y0394500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[289].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[290].Value = global::System.DBNull.Value; + } + if ((Original_Y0394501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[291].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[292].Value = ((int)(Original_Y0394501.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[291].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[292].Value = global::System.DBNull.Value; + } + if ((Original_Y0394900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[293].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[294].Value = ((int)(Original_Y0394900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[293].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[294].Value = global::System.DBNull.Value; + } + if ((Original_Y0651000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[295].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[296].Value = ((int)(Original_Y0651000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[295].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[296].Value = global::System.DBNull.Value; + } + if ((Original_Y0682500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[297].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[298].Value = ((int)(Original_Y0682500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[297].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[298].Value = global::System.DBNull.Value; + } + if ((Original_Y0683800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[299].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[300].Value = ((int)(Original_Y0683800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[299].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[300].Value = global::System.DBNull.Value; + } + if ((Original_Y0683900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[301].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[302].Value = ((int)(Original_Y0683900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[301].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[302].Value = global::System.DBNull.Value; + } + if ((Original_Y0684100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[303].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[304].Value = ((int)(Original_Y0684100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[303].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[304].Value = global::System.DBNull.Value; + } + if ((Original_Y0684101.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[305].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[306].Value = ((int)(Original_Y0684101.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[305].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[306].Value = global::System.DBNull.Value; + } + if ((Original_Y0684500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[307].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[308].Value = ((int)(Original_Y0684500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[307].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[308].Value = global::System.DBNull.Value; + } + if ((Original_Y0947100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[309].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[310].Value = ((int)(Original_Y0947100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[309].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[310].Value = global::System.DBNull.Value; + } + if ((Original_Y0986200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[311].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[312].Value = ((int)(Original_Y0986200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[311].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[312].Value = global::System.DBNull.Value; + } + if ((Original_Y0986700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[313].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[314].Value = ((int)(Original_Y0986700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[313].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[314].Value = global::System.DBNull.Value; + } + if ((Original_Y0988800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[315].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[316].Value = ((int)(Original_Y0988800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[315].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[316].Value = global::System.DBNull.Value; + } + if ((Original_Y0988900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[317].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[318].Value = ((int)(Original_Y0988900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[317].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[318].Value = global::System.DBNull.Value; + } + if ((Original_Y0989400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[319].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[320].Value = ((int)(Original_Y0989400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[319].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[320].Value = global::System.DBNull.Value; + } + if ((Original_Y0989401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[321].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[322].Value = ((int)(Original_Y0989401.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[321].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[322].Value = global::System.DBNull.Value; + } + if ((Original_Y0989900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[323].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[324].Value = ((int)(Original_Y0989900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[323].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[324].Value = global::System.DBNull.Value; + } + if ((Original_Y1229100.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[325].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[326].Value = ((int)(Original_Y1229100.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[325].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[326].Value = global::System.DBNull.Value; + } + if ((Original_Y1229200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[327].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[328].Value = ((int)(Original_Y1229200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[327].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[328].Value = global::System.DBNull.Value; + } + if ((Original_Y1229700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[329].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[330].Value = ((int)(Original_Y1229700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[329].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[330].Value = global::System.DBNull.Value; + } + if ((Original_Y1229701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[331].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[332].Value = ((int)(Original_Y1229701.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[331].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[332].Value = global::System.DBNull.Value; + } + if ((Original_Y1264300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[333].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[334].Value = ((int)(Original_Y1264300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[333].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[334].Value = global::System.DBNull.Value; + } + if ((Original_Y1265300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[335].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[336].Value = ((int)(Original_Y1265300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[335].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[336].Value = global::System.DBNull.Value; + } + if ((Original_Y1458900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[337].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[338].Value = ((int)(Original_Y1458900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[337].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[338].Value = global::System.DBNull.Value; + } + if ((Original_Y1459400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[339].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[340].Value = ((int)(Original_Y1459400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[339].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[340].Value = global::System.DBNull.Value; + } + if ((Original_Y1459401.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[341].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[342].Value = ((int)(Original_Y1459401.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[341].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[342].Value = global::System.DBNull.Value; + } + if ((Original_Y1629500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[343].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[344].Value = ((int)(Original_Y1629500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[343].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[344].Value = global::System.DBNull.Value; + } + if ((Original_Y1704000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[345].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[346].Value = ((int)(Original_Y1704000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[345].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[346].Value = global::System.DBNull.Value; + } + if ((Original_Y1704500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[347].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[348].Value = ((int)(Original_Y1704500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[347].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[348].Value = global::System.DBNull.Value; + } + if ((Original_Y1704501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[349].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[350].Value = ((int)(Original_Y1704501.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[349].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[350].Value = global::System.DBNull.Value; + } + if ((Original_Y1707300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[351].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[352].Value = ((int)(Original_Y1707300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[351].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[352].Value = global::System.DBNull.Value; + } + if ((Original_Y1883300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[353].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[354].Value = ((int)(Original_Y1883300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[353].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[354].Value = global::System.DBNull.Value; + } + if ((Original_Y1989500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[355].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[356].Value = ((int)(Original_Y1989500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[355].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[356].Value = global::System.DBNull.Value; + } + if ((Original_Y1990000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[357].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[358].Value = ((int)(Original_Y1990000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[357].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[358].Value = global::System.DBNull.Value; + } + if ((Original_Y1990001.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[359].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[360].Value = ((int)(Original_Y1990001.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[359].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[360].Value = global::System.DBNull.Value; + } + if ((Original_Y1992900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[361].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[362].Value = ((int)(Original_Y1992900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[361].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[362].Value = global::System.DBNull.Value; + } + if ((Original_Y2197500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[363].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[364].Value = ((int)(Original_Y2197500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[363].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[364].Value = global::System.DBNull.Value; + } + if ((Original_Y2308300.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[365].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[366].Value = ((int)(Original_Y2308300.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[365].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[366].Value = global::System.DBNull.Value; + } + if ((Original_Y2308800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[367].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[368].Value = ((int)(Original_Y2308800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[367].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[368].Value = global::System.DBNull.Value; + } + if ((Original_Y2308801.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[369].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[370].Value = ((int)(Original_Y2308801.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[369].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[370].Value = global::System.DBNull.Value; + } + if ((Original_Y2311700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[371].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[372].Value = ((int)(Original_Y2311700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[371].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[372].Value = global::System.DBNull.Value; + } + if ((Original_Y2531800.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[373].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[374].Value = ((int)(Original_Y2531800.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[373].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[374].Value = global::System.DBNull.Value; + } + if ((Original_Y2641000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[375].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[376].Value = ((int)(Original_Y2641000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[375].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[376].Value = global::System.DBNull.Value; + } + if ((Original_Y2641500.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[377].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[378].Value = ((int)(Original_Y2641500.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[377].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[378].Value = global::System.DBNull.Value; + } + if ((Original_Y2641501.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[379].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[380].Value = ((int)(Original_Y2641501.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[379].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[380].Value = global::System.DBNull.Value; + } + if ((Original_Y2644400.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[381].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[382].Value = ((int)(Original_Y2644400.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[381].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[382].Value = global::System.DBNull.Value; + } + if ((Original_Y2880000.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[383].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[384].Value = ((int)(Original_Y2880000.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[383].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[384].Value = global::System.DBNull.Value; + } + if ((Original_Y2998200.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[385].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[386].Value = ((int)(Original_Y2998200.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[385].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[386].Value = global::System.DBNull.Value; + } + if ((Original_Y2998700.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[387].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[388].Value = ((int)(Original_Y2998700.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[387].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[388].Value = global::System.DBNull.Value; + } + if ((Original_Y2998701.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[389].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[390].Value = ((int)(Original_Y2998701.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[389].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[390].Value = global::System.DBNull.Value; + } + if ((Original_Y3001600.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[391].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[392].Value = ((int)(Original_Y3001600.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[391].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[392].Value = global::System.DBNull.Value; + } + if ((Original_Y3249900.HasValue == true)) { + this.Adapter.UpdateCommand.Parameters[393].Value = ((object)(0)); + this.Adapter.UpdateCommand.Parameters[394].Value = ((int)(Original_Y3249900.Value)); + } + else { + this.Adapter.UpdateCommand.Parameters[393].Value = ((object)(1)); + this.Adapter.UpdateCommand.Parameters[394].Value = global::System.DBNull.Value; + } + 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( + global::System.Nullable C0000200, + global::System.Nullable C0005300, + global::System.Nullable C0005400, + global::System.Nullable C0005700, + global::System.Nullable C0008100, + global::System.Nullable C0008200, + global::System.Nullable C0008300, + global::System.Nullable C0008600, + global::System.Nullable C0008700, + global::System.Nullable C0008800, + global::System.Nullable C0009100, + global::System.Nullable C0009200, + global::System.Nullable C0009300, + global::System.Nullable C0009600, + global::System.Nullable C0009700, + global::System.Nullable C0009800, + global::System.Nullable C0009900, + global::System.Nullable C0010110, + global::System.Nullable C0010200, + global::System.Nullable C0010300, + global::System.Nullable C0010400, + global::System.Nullable C0010700, + global::System.Nullable C0010800, + global::System.Nullable C0010900, + global::System.Nullable C0011110, + global::System.Nullable C0011111, + global::System.Nullable C0011112, + global::System.Nullable C0011113, + global::System.Nullable C0011114, + global::System.Nullable C0011117, + global::System.Nullable C0011118, + global::System.Nullable C0011119, + global::System.Nullable C0011122, + global::System.Nullable C0011123, + global::System.Nullable C0011124, + global::System.Nullable C0011127, + global::System.Nullable C0011128, + global::System.Nullable C0011129, + global::System.Nullable C0011132, + global::System.Nullable C0011133, + global::System.Nullable C0011134, + global::System.Nullable C0011137, + global::System.Nullable C0011138, + global::System.Nullable C0011139, + global::System.Nullable C0011142, + global::System.Nullable C0011143, + global::System.Nullable C0011144, + global::System.Nullable C3070500, + global::System.Nullable C3423600, + global::System.Nullable C3601100, + global::System.Nullable C3601700, + global::System.Nullable C3601800, + global::System.Nullable C3601900, + global::System.Nullable C3605900, + global::System.Nullable C3981100, + global::System.Nullable C3981700, + global::System.Nullable C3981800, + global::System.Nullable C3981900, + global::System.Nullable C5156100, + global::System.Nullable C5525500, + global::System.Nullable C5525600, + global::System.Nullable C5525700, + global::System.Nullable C5733200, + global::System.Nullable C5801800, + global::System.Nullable C5801900, + global::System.Nullable C5802000, + global::System.Nullable C6006200, + global::System.Nullable Y0003200, + global::System.Nullable Y0007300, + global::System.Nullable Y0007400, + global::System.Nullable Y0007600, + global::System.Nullable Y0007601, + global::System.Nullable Y0008000, + global::System.Nullable Y0008500, + global::System.Nullable Y0008600, + global::System.Nullable Y0009400, + global::System.Nullable Y0394100, + global::System.Nullable Y0394300, + global::System.Nullable Y0394500, + global::System.Nullable Y0394501, + global::System.Nullable Y0394900, + global::System.Nullable Y0651000, + global::System.Nullable Y0682500, + global::System.Nullable Y0683800, + global::System.Nullable Y0683900, + global::System.Nullable Y0684100, + global::System.Nullable Y0684101, + global::System.Nullable Y0684500, + global::System.Nullable Y0947100, + global::System.Nullable Y0986200, + global::System.Nullable Y0986700, + global::System.Nullable Y0988800, + global::System.Nullable Y0988900, + global::System.Nullable Y0989400, + global::System.Nullable Y0989401, + global::System.Nullable Y0989900, + global::System.Nullable Y1229100, + global::System.Nullable Y1229200, + global::System.Nullable Y1229700, + global::System.Nullable Y1229701, + global::System.Nullable Y1264300, + global::System.Nullable Y1265300, + global::System.Nullable Y1458900, + global::System.Nullable Y1459400, + global::System.Nullable Y1459401, + global::System.Nullable Y1629500, + global::System.Nullable Y1704000, + global::System.Nullable Y1704500, + global::System.Nullable Y1704501, + global::System.Nullable Y1707300, + global::System.Nullable Y1883300, + global::System.Nullable Y1989500, + global::System.Nullable Y1990000, + global::System.Nullable Y1990001, + global::System.Nullable Y1992900, + global::System.Nullable Y2197500, + global::System.Nullable Y2308300, + global::System.Nullable Y2308800, + global::System.Nullable Y2308801, + global::System.Nullable Y2311700, + global::System.Nullable Y2531800, + global::System.Nullable Y2641000, + global::System.Nullable Y2641500, + global::System.Nullable Y2641501, + global::System.Nullable Y2644400, + global::System.Nullable Y2880000, + global::System.Nullable Y2998200, + global::System.Nullable Y2998700, + global::System.Nullable Y2998701, + global::System.Nullable Y3001600, + global::System.Nullable Y3249900, + int Original_C0000100, + global::System.Nullable Original_C0000200, + global::System.Nullable Original_C0005300, + global::System.Nullable Original_C0005400, + global::System.Nullable Original_C0005700, + global::System.Nullable Original_C0008100, + global::System.Nullable Original_C0008200, + global::System.Nullable Original_C0008300, + global::System.Nullable Original_C0008600, + global::System.Nullable Original_C0008700, + global::System.Nullable Original_C0008800, + global::System.Nullable Original_C0009100, + global::System.Nullable Original_C0009200, + global::System.Nullable Original_C0009300, + global::System.Nullable Original_C0009600, + global::System.Nullable Original_C0009700, + global::System.Nullable Original_C0009800, + global::System.Nullable Original_C0009900, + global::System.Nullable Original_C0010110, + global::System.Nullable Original_C0010200, + global::System.Nullable Original_C0010300, + global::System.Nullable Original_C0010400, + global::System.Nullable Original_C0010700, + global::System.Nullable Original_C0010800, + global::System.Nullable Original_C0010900, + global::System.Nullable Original_C0011110, + global::System.Nullable Original_C0011111, + global::System.Nullable Original_C0011112, + global::System.Nullable Original_C0011113, + global::System.Nullable Original_C0011114, + global::System.Nullable Original_C0011117, + global::System.Nullable Original_C0011118, + global::System.Nullable Original_C0011119, + global::System.Nullable Original_C0011122, + global::System.Nullable Original_C0011123, + global::System.Nullable Original_C0011124, + global::System.Nullable Original_C0011127, + global::System.Nullable Original_C0011128, + global::System.Nullable Original_C0011129, + global::System.Nullable Original_C0011132, + global::System.Nullable Original_C0011133, + global::System.Nullable Original_C0011134, + global::System.Nullable Original_C0011137, + global::System.Nullable Original_C0011138, + global::System.Nullable Original_C0011139, + global::System.Nullable Original_C0011142, + global::System.Nullable Original_C0011143, + global::System.Nullable Original_C0011144, + global::System.Nullable Original_C3070500, + global::System.Nullable Original_C3423600, + global::System.Nullable Original_C3601100, + global::System.Nullable Original_C3601700, + global::System.Nullable Original_C3601800, + global::System.Nullable Original_C3601900, + global::System.Nullable Original_C3605900, + global::System.Nullable Original_C3981100, + global::System.Nullable Original_C3981700, + global::System.Nullable Original_C3981800, + global::System.Nullable Original_C3981900, + global::System.Nullable Original_C5156100, + global::System.Nullable Original_C5525500, + global::System.Nullable Original_C5525600, + global::System.Nullable Original_C5525700, + global::System.Nullable Original_C5733200, + global::System.Nullable Original_C5801800, + global::System.Nullable Original_C5801900, + global::System.Nullable Original_C5802000, + global::System.Nullable Original_C6006200, + global::System.Nullable Original_Y0003200, + global::System.Nullable Original_Y0007300, + global::System.Nullable Original_Y0007400, + global::System.Nullable Original_Y0007600, + global::System.Nullable Original_Y0007601, + global::System.Nullable Original_Y0008000, + global::System.Nullable Original_Y0008500, + global::System.Nullable Original_Y0008600, + global::System.Nullable Original_Y0009400, + global::System.Nullable Original_Y0394100, + global::System.Nullable Original_Y0394300, + global::System.Nullable Original_Y0394500, + global::System.Nullable Original_Y0394501, + global::System.Nullable Original_Y0394900, + global::System.Nullable Original_Y0651000, + global::System.Nullable Original_Y0682500, + global::System.Nullable Original_Y0683800, + global::System.Nullable Original_Y0683900, + global::System.Nullable Original_Y0684100, + global::System.Nullable Original_Y0684101, + global::System.Nullable Original_Y0684500, + global::System.Nullable Original_Y0947100, + global::System.Nullable Original_Y0986200, + global::System.Nullable Original_Y0986700, + global::System.Nullable Original_Y0988800, + global::System.Nullable Original_Y0988900, + global::System.Nullable Original_Y0989400, + global::System.Nullable Original_Y0989401, + global::System.Nullable Original_Y0989900, + global::System.Nullable Original_Y1229100, + global::System.Nullable Original_Y1229200, + global::System.Nullable Original_Y1229700, + global::System.Nullable Original_Y1229701, + global::System.Nullable Original_Y1264300, + global::System.Nullable Original_Y1265300, + global::System.Nullable Original_Y1458900, + global::System.Nullable Original_Y1459400, + global::System.Nullable Original_Y1459401, + global::System.Nullable Original_Y1629500, + global::System.Nullable Original_Y1704000, + global::System.Nullable Original_Y1704500, + global::System.Nullable Original_Y1704501, + global::System.Nullable Original_Y1707300, + global::System.Nullable Original_Y1883300, + global::System.Nullable Original_Y1989500, + global::System.Nullable Original_Y1990000, + global::System.Nullable Original_Y1990001, + global::System.Nullable Original_Y1992900, + global::System.Nullable Original_Y2197500, + global::System.Nullable Original_Y2308300, + global::System.Nullable Original_Y2308800, + global::System.Nullable Original_Y2308801, + global::System.Nullable Original_Y2311700, + global::System.Nullable Original_Y2531800, + global::System.Nullable Original_Y2641000, + global::System.Nullable Original_Y2641500, + global::System.Nullable Original_Y2641501, + global::System.Nullable Original_Y2644400, + global::System.Nullable Original_Y2880000, + global::System.Nullable Original_Y2998200, + global::System.Nullable Original_Y2998700, + global::System.Nullable Original_Y2998701, + global::System.Nullable Original_Y3001600, + global::System.Nullable Original_Y3249900) { + return this.Update(Original_C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C0008300, C0008600, C0008700, C0008800, C0009100, C0009200, C0009300, C0009600, C0009700, C0009800, C0009900, C0010110, C0010200, C0010300, C0010400, C0010700, C0010800, C0010900, C0011110, C0011111, C0011112, C0011113, C0011114, C0011117, C0011118, C0011119, C0011122, C0011123, C0011124, C0011127, C0011128, C0011129, C0011132, C0011133, C0011134, C0011137, C0011138, C0011139, C0011142, C0011143, C0011144, C3070500, C3423600, C3601100, C3601700, C3601800, C3601900, C3605900, C3981100, C3981700, C3981800, C3981900, C5156100, C5525500, C5525600, C5525700, C5733200, C5801800, C5801900, C5802000, C6006200, Y0003200, Y0007300, Y0007400, Y0007600, Y0007601, Y0008000, Y0008500, Y0008600, Y0009400, Y0394100, Y0394300, Y0394500, Y0394501, Y0394900, Y0651000, Y0682500, Y0683800, Y0683900, Y0684100, Y0684101, Y0684500, Y0947100, Y0986200, Y0986700, Y0988800, Y0988900, Y0989400, Y0989401, Y0989900, Y1229100, Y1229200, Y1229700, Y1229701, Y1264300, Y1265300, Y1458900, Y1459400, Y1459401, Y1629500, Y1704000, Y1704500, Y1704501, Y1707300, Y1883300, Y1989500, Y1990000, Y1990001, Y1992900, Y2197500, Y2308300, Y2308800, Y2308801, Y2311700, Y2531800, Y2641000, Y2641500, Y2641501, Y2644400, Y2880000, Y2998200, Y2998700, Y2998701, Y3001600, Y3249900, Original_C0000100, Original_C0000200, Original_C0005300, Original_C0005400, Original_C0005700, Original_C0008100, Original_C0008200, Original_C0008300, Original_C0008600, Original_C0008700, Original_C0008800, Original_C0009100, Original_C0009200, Original_C0009300, Original_C0009600, Original_C0009700, Original_C0009800, Original_C0009900, Original_C0010110, Original_C0010200, Original_C0010300, Original_C0010400, Original_C0010700, Original_C0010800, Original_C0010900, Original_C0011110, Original_C0011111, Original_C0011112, Original_C0011113, Original_C0011114, Original_C0011117, Original_C0011118, Original_C0011119, Original_C0011122, Original_C0011123, Original_C0011124, Original_C0011127, Original_C0011128, Original_C0011129, Original_C0011132, Original_C0011133, Original_C0011134, Original_C0011137, Original_C0011138, Original_C0011139, Original_C0011142, Original_C0011143, Original_C0011144, Original_C3070500, Original_C3423600, Original_C3601100, Original_C3601700, Original_C3601800, Original_C3601900, Original_C3605900, Original_C3981100, Original_C3981700, Original_C3981800, Original_C3981900, Original_C5156100, Original_C5525500, Original_C5525600, Original_C5525700, Original_C5733200, Original_C5801800, Original_C5801900, Original_C5802000, Original_C6006200, Original_Y0003200, Original_Y0007300, Original_Y0007400, Original_Y0007600, Original_Y0007601, Original_Y0008000, Original_Y0008500, Original_Y0008600, Original_Y0009400, Original_Y0394100, Original_Y0394300, Original_Y0394500, Original_Y0394501, Original_Y0394900, Original_Y0651000, Original_Y0682500, Original_Y0683800, Original_Y0683900, Original_Y0684100, Original_Y0684101, Original_Y0684500, Original_Y0947100, Original_Y0986200, Original_Y0986700, Original_Y0988800, Original_Y0988900, Original_Y0989400, Original_Y0989401, Original_Y0989900, Original_Y1229100, Original_Y1229200, Original_Y1229700, Original_Y1229701, Original_Y1264300, Original_Y1265300, Original_Y1458900, Original_Y1459400, Original_Y1459401, Original_Y1629500, Original_Y1704000, Original_Y1704500, Original_Y1704501, Original_Y1707300, Original_Y1883300, Original_Y1989500, Original_Y1990000, Original_Y1990001, Original_Y1992900, Original_Y2197500, Original_Y2308300, Original_Y2308800, Original_Y2308801, Original_Y2311700, Original_Y2531800, Original_Y2641000, Original_Y2641500, Original_Y2641501, Original_Y2644400, Original_Y2880000, Original_Y2998200, Original_Y2998700, Original_Y2998701, Original_Y3001600, Original_Y3249900); } } @@ -171617,8 +188743,6 @@ public partial class TableAdapterManager : global::System.ComponentModel.Compone private tblLinks2004Gen2TableAdapter _tblLinks2004Gen2TableAdapter; - private tblGen2ImplicitFatherTableAdapter _tblGen2ImplicitFatherTableAdapter; - private tblGen1OutcomesTableAdapter _tblGen1OutcomesTableAdapter; private tblGen2OutcomesHeightTableAdapter _tblGen2OutcomesHeightTableAdapter; @@ -171637,14 +188761,18 @@ public partial class TableAdapterManager : global::System.ComponentModel.Compone private tblRosterGen1AssignmentTableAdapter _tblRosterGen1AssignmentTableAdapter; - private tblGen2LinksFromGen1TableAdapter _tblGen2LinksFromGen1TableAdapter; - private tblGen2LinksTableAdapter _tblGen2LinksTableAdapter; private tblGen1LinksTableAdapter _tblGen1LinksTableAdapter; + private tblGen2LinksFromGen1TableAdapter _tblGen2LinksFromGen1TableAdapter; + private tblGen2FatherFromGen1TableAdapter _tblGen2FatherFromGen1TableAdapter; + private tblGen2FatherFromGen1DeathTableAdapter _tblGen2FatherFromGen1DeathTableAdapter; + + private tblGen2ImplicitFatherTableAdapter _tblGen2ImplicitFatherTableAdapter; + private bool _backupDataSetBeforeUpdate; private global::System.Data.IDbConnection _connection; @@ -171674,20 +188802,6 @@ public tblLinks2004Gen2TableAdapter tblLinks2004Gen2TableAdapter { } } - [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 tblGen2ImplicitFatherTableAdapter tblGen2ImplicitFatherTableAdapter { - get { - return this._tblGen2ImplicitFatherTableAdapter; - } - set { - this._tblGen2ImplicitFatherTableAdapter = value; - } - } - [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" + @@ -171814,20 +188928,6 @@ public tblRosterGen1AssignmentTableAdapter tblRosterGen1AssignmentTableAdapter { } } - [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 tblGen2LinksFromGen1TableAdapter tblGen2LinksFromGen1TableAdapter { - get { - return this._tblGen2LinksFromGen1TableAdapter; - } - set { - this._tblGen2LinksFromGen1TableAdapter = value; - } - } - [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" + @@ -171856,6 +188956,20 @@ public tblGen1LinksTableAdapter tblGen1LinksTableAdapter { } } + [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 tblGen2LinksFromGen1TableAdapter tblGen2LinksFromGen1TableAdapter { + get { + return this._tblGen2LinksFromGen1TableAdapter; + } + set { + this._tblGen2LinksFromGen1TableAdapter = value; + } + } + [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" + @@ -171870,6 +188984,34 @@ public tblGen2FatherFromGen1TableAdapter tblGen2FatherFromGen1TableAdapter { } } + [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 tblGen2FatherFromGen1DeathTableAdapter tblGen2FatherFromGen1DeathTableAdapter { + get { + return this._tblGen2FatherFromGen1DeathTableAdapter; + } + set { + this._tblGen2FatherFromGen1DeathTableAdapter = value; + } + } + + [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 tblGen2ImplicitFatherTableAdapter tblGen2ImplicitFatherTableAdapter { + get { + return this._tblGen2ImplicitFatherTableAdapter; + } + set { + this._tblGen2ImplicitFatherTableAdapter = value; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool BackupDataSetBeforeUpdate { @@ -171893,10 +189035,6 @@ public bool BackupDataSetBeforeUpdate { && (this._tblLinks2004Gen2TableAdapter.Connection != null))) { return this._tblLinks2004Gen2TableAdapter.Connection; } - if (((this._tblGen2ImplicitFatherTableAdapter != null) - && (this._tblGen2ImplicitFatherTableAdapter.Connection != null))) { - return this._tblGen2ImplicitFatherTableAdapter.Connection; - } if (((this._tblGen1OutcomesTableAdapter != null) && (this._tblGen1OutcomesTableAdapter.Connection != null))) { return this._tblGen1OutcomesTableAdapter.Connection; @@ -171933,10 +189071,6 @@ public bool BackupDataSetBeforeUpdate { && (this._tblRosterGen1AssignmentTableAdapter.Connection != null))) { return this._tblRosterGen1AssignmentTableAdapter.Connection; } - if (((this._tblGen2LinksFromGen1TableAdapter != null) - && (this._tblGen2LinksFromGen1TableAdapter.Connection != null))) { - return this._tblGen2LinksFromGen1TableAdapter.Connection; - } if (((this._tblGen2LinksTableAdapter != null) && (this._tblGen2LinksTableAdapter.Connection != null))) { return this._tblGen2LinksTableAdapter.Connection; @@ -171945,10 +189079,22 @@ public bool BackupDataSetBeforeUpdate { && (this._tblGen1LinksTableAdapter.Connection != null))) { return this._tblGen1LinksTableAdapter.Connection; } + if (((this._tblGen2LinksFromGen1TableAdapter != null) + && (this._tblGen2LinksFromGen1TableAdapter.Connection != null))) { + return this._tblGen2LinksFromGen1TableAdapter.Connection; + } if (((this._tblGen2FatherFromGen1TableAdapter != null) && (this._tblGen2FatherFromGen1TableAdapter.Connection != null))) { return this._tblGen2FatherFromGen1TableAdapter.Connection; } + if (((this._tblGen2FatherFromGen1DeathTableAdapter != null) + && (this._tblGen2FatherFromGen1DeathTableAdapter.Connection != null))) { + return this._tblGen2FatherFromGen1DeathTableAdapter.Connection; + } + if (((this._tblGen2ImplicitFatherTableAdapter != null) + && (this._tblGen2ImplicitFatherTableAdapter.Connection != null))) { + return this._tblGen2ImplicitFatherTableAdapter.Connection; + } return null; } set { @@ -171965,9 +189111,6 @@ public int TableAdapterInstanceCount { if ((this._tblLinks2004Gen2TableAdapter != null)) { count = (count + 1); } - if ((this._tblGen2ImplicitFatherTableAdapter != null)) { - count = (count + 1); - } if ((this._tblGen1OutcomesTableAdapter != null)) { count = (count + 1); } @@ -171995,18 +189138,24 @@ public int TableAdapterInstanceCount { if ((this._tblRosterGen1AssignmentTableAdapter != null)) { count = (count + 1); } - if ((this._tblGen2LinksFromGen1TableAdapter != null)) { - count = (count + 1); - } if ((this._tblGen2LinksTableAdapter != null)) { count = (count + 1); } if ((this._tblGen1LinksTableAdapter != null)) { count = (count + 1); } + if ((this._tblGen2LinksFromGen1TableAdapter != null)) { + count = (count + 1); + } if ((this._tblGen2FatherFromGen1TableAdapter != null)) { count = (count + 1); } + if ((this._tblGen2FatherFromGen1DeathTableAdapter != null)) { + count = (count + 1); + } + if ((this._tblGen2ImplicitFatherTableAdapter != null)) { + count = (count + 1); + } return count; } } @@ -172027,15 +189176,6 @@ private int UpdateUpdatedRows(ImportDataSet dataSet, global::System.Collections. allChangedRows.AddRange(updatedRows); } } - if ((this._tblGen2ImplicitFatherTableAdapter != null)) { - global::System.Data.DataRow[] updatedRows = dataSet.tblGen2ImplicitFather.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); - updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); - if (((updatedRows != null) - && (0 < updatedRows.Length))) { - result = (result + this._tblGen2ImplicitFatherTableAdapter.Update(updatedRows)); - allChangedRows.AddRange(updatedRows); - } - } if ((this._tblGen1OutcomesTableAdapter != null)) { global::System.Data.DataRow[] updatedRows = dataSet.tblGen1Outcomes.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); @@ -172117,15 +189257,6 @@ private int UpdateUpdatedRows(ImportDataSet dataSet, global::System.Collections. allChangedRows.AddRange(updatedRows); } } - if ((this._tblGen2LinksFromGen1TableAdapter != null)) { - global::System.Data.DataRow[] updatedRows = dataSet.tblGen2LinksFromGen1.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); - updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); - if (((updatedRows != null) - && (0 < updatedRows.Length))) { - result = (result + this._tblGen2LinksFromGen1TableAdapter.Update(updatedRows)); - allChangedRows.AddRange(updatedRows); - } - } if ((this._tblGen2LinksTableAdapter != null)) { global::System.Data.DataRow[] updatedRows = dataSet.tblGen2Links.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); @@ -172144,6 +189275,15 @@ private int UpdateUpdatedRows(ImportDataSet dataSet, global::System.Collections. allChangedRows.AddRange(updatedRows); } } + if ((this._tblGen2LinksFromGen1TableAdapter != null)) { + global::System.Data.DataRow[] updatedRows = dataSet.tblGen2LinksFromGen1.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); + updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); + if (((updatedRows != null) + && (0 < updatedRows.Length))) { + result = (result + this._tblGen2LinksFromGen1TableAdapter.Update(updatedRows)); + allChangedRows.AddRange(updatedRows); + } + } if ((this._tblGen2FatherFromGen1TableAdapter != null)) { global::System.Data.DataRow[] updatedRows = dataSet.tblGen2FatherFromGen1.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); @@ -172153,6 +189293,24 @@ private int UpdateUpdatedRows(ImportDataSet dataSet, global::System.Collections. allChangedRows.AddRange(updatedRows); } } + if ((this._tblGen2FatherFromGen1DeathTableAdapter != null)) { + global::System.Data.DataRow[] updatedRows = dataSet.tblGen2FatherFromGen1Death.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); + updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); + if (((updatedRows != null) + && (0 < updatedRows.Length))) { + result = (result + this._tblGen2FatherFromGen1DeathTableAdapter.Update(updatedRows)); + allChangedRows.AddRange(updatedRows); + } + } + if ((this._tblGen2ImplicitFatherTableAdapter != null)) { + global::System.Data.DataRow[] updatedRows = dataSet.tblGen2ImplicitFather.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); + updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); + if (((updatedRows != null) + && (0 < updatedRows.Length))) { + result = (result + this._tblGen2ImplicitFatherTableAdapter.Update(updatedRows)); + allChangedRows.AddRange(updatedRows); + } + } return result; } @@ -172171,14 +189329,6 @@ private int UpdateInsertedRows(ImportDataSet dataSet, global::System.Collections allAddedRows.AddRange(addedRows); } } - if ((this._tblGen2ImplicitFatherTableAdapter != null)) { - global::System.Data.DataRow[] addedRows = dataSet.tblGen2ImplicitFather.Select(null, null, global::System.Data.DataViewRowState.Added); - if (((addedRows != null) - && (0 < addedRows.Length))) { - result = (result + this._tblGen2ImplicitFatherTableAdapter.Update(addedRows)); - allAddedRows.AddRange(addedRows); - } - } if ((this._tblGen1OutcomesTableAdapter != null)) { global::System.Data.DataRow[] addedRows = dataSet.tblGen1Outcomes.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) @@ -172251,14 +189401,6 @@ private int UpdateInsertedRows(ImportDataSet dataSet, global::System.Collections allAddedRows.AddRange(addedRows); } } - if ((this._tblGen2LinksFromGen1TableAdapter != null)) { - global::System.Data.DataRow[] addedRows = dataSet.tblGen2LinksFromGen1.Select(null, null, global::System.Data.DataViewRowState.Added); - if (((addedRows != null) - && (0 < addedRows.Length))) { - result = (result + this._tblGen2LinksFromGen1TableAdapter.Update(addedRows)); - allAddedRows.AddRange(addedRows); - } - } if ((this._tblGen2LinksTableAdapter != null)) { global::System.Data.DataRow[] addedRows = dataSet.tblGen2Links.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) @@ -172275,6 +189417,14 @@ private int UpdateInsertedRows(ImportDataSet dataSet, global::System.Collections allAddedRows.AddRange(addedRows); } } + if ((this._tblGen2LinksFromGen1TableAdapter != null)) { + global::System.Data.DataRow[] addedRows = dataSet.tblGen2LinksFromGen1.Select(null, null, global::System.Data.DataViewRowState.Added); + if (((addedRows != null) + && (0 < addedRows.Length))) { + result = (result + this._tblGen2LinksFromGen1TableAdapter.Update(addedRows)); + allAddedRows.AddRange(addedRows); + } + } if ((this._tblGen2FatherFromGen1TableAdapter != null)) { global::System.Data.DataRow[] addedRows = dataSet.tblGen2FatherFromGen1.Select(null, null, global::System.Data.DataViewRowState.Added); if (((addedRows != null) @@ -172283,6 +189433,22 @@ private int UpdateInsertedRows(ImportDataSet dataSet, global::System.Collections allAddedRows.AddRange(addedRows); } } + if ((this._tblGen2FatherFromGen1DeathTableAdapter != null)) { + global::System.Data.DataRow[] addedRows = dataSet.tblGen2FatherFromGen1Death.Select(null, null, global::System.Data.DataViewRowState.Added); + if (((addedRows != null) + && (0 < addedRows.Length))) { + result = (result + this._tblGen2FatherFromGen1DeathTableAdapter.Update(addedRows)); + allAddedRows.AddRange(addedRows); + } + } + if ((this._tblGen2ImplicitFatherTableAdapter != null)) { + global::System.Data.DataRow[] addedRows = dataSet.tblGen2ImplicitFather.Select(null, null, global::System.Data.DataViewRowState.Added); + if (((addedRows != null) + && (0 < addedRows.Length))) { + result = (result + this._tblGen2ImplicitFatherTableAdapter.Update(addedRows)); + allAddedRows.AddRange(addedRows); + } + } return result; } @@ -172293,6 +189459,22 @@ private int UpdateInsertedRows(ImportDataSet dataSet, global::System.Collections [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private int UpdateDeletedRows(ImportDataSet dataSet, global::System.Collections.Generic.List allChangedRows) { int result = 0; + if ((this._tblGen2ImplicitFatherTableAdapter != null)) { + global::System.Data.DataRow[] deletedRows = dataSet.tblGen2ImplicitFather.Select(null, null, global::System.Data.DataViewRowState.Deleted); + if (((deletedRows != null) + && (0 < deletedRows.Length))) { + result = (result + this._tblGen2ImplicitFatherTableAdapter.Update(deletedRows)); + allChangedRows.AddRange(deletedRows); + } + } + if ((this._tblGen2FatherFromGen1DeathTableAdapter != null)) { + global::System.Data.DataRow[] deletedRows = dataSet.tblGen2FatherFromGen1Death.Select(null, null, global::System.Data.DataViewRowState.Deleted); + if (((deletedRows != null) + && (0 < deletedRows.Length))) { + result = (result + this._tblGen2FatherFromGen1DeathTableAdapter.Update(deletedRows)); + allChangedRows.AddRange(deletedRows); + } + } if ((this._tblGen2FatherFromGen1TableAdapter != null)) { global::System.Data.DataRow[] deletedRows = dataSet.tblGen2FatherFromGen1.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) @@ -172301,6 +189483,14 @@ private int UpdateDeletedRows(ImportDataSet dataSet, global::System.Collections. allChangedRows.AddRange(deletedRows); } } + if ((this._tblGen2LinksFromGen1TableAdapter != null)) { + global::System.Data.DataRow[] deletedRows = dataSet.tblGen2LinksFromGen1.Select(null, null, global::System.Data.DataViewRowState.Deleted); + if (((deletedRows != null) + && (0 < deletedRows.Length))) { + result = (result + this._tblGen2LinksFromGen1TableAdapter.Update(deletedRows)); + allChangedRows.AddRange(deletedRows); + } + } if ((this._tblGen1LinksTableAdapter != null)) { global::System.Data.DataRow[] deletedRows = dataSet.tblGen1Links.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) @@ -172317,14 +189507,6 @@ private int UpdateDeletedRows(ImportDataSet dataSet, global::System.Collections. allChangedRows.AddRange(deletedRows); } } - if ((this._tblGen2LinksFromGen1TableAdapter != null)) { - global::System.Data.DataRow[] deletedRows = dataSet.tblGen2LinksFromGen1.Select(null, null, global::System.Data.DataViewRowState.Deleted); - if (((deletedRows != null) - && (0 < deletedRows.Length))) { - result = (result + this._tblGen2LinksFromGen1TableAdapter.Update(deletedRows)); - allChangedRows.AddRange(deletedRows); - } - } if ((this._tblRosterGen1AssignmentTableAdapter != null)) { global::System.Data.DataRow[] deletedRows = dataSet.tblRosterGen1Assignment.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) @@ -172397,14 +189579,6 @@ private int UpdateDeletedRows(ImportDataSet dataSet, global::System.Collections. allChangedRows.AddRange(deletedRows); } } - if ((this._tblGen2ImplicitFatherTableAdapter != null)) { - global::System.Data.DataRow[] deletedRows = dataSet.tblGen2ImplicitFather.Select(null, null, global::System.Data.DataViewRowState.Deleted); - if (((deletedRows != null) - && (0 < deletedRows.Length))) { - result = (result + this._tblGen2ImplicitFatherTableAdapter.Update(deletedRows)); - allChangedRows.AddRange(deletedRows); - } - } if ((this._tblLinks2004Gen2TableAdapter != null)) { global::System.Data.DataRow[] deletedRows = dataSet.tblLinks2004Gen2.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) @@ -172457,11 +189631,6 @@ public virtual int UpdateAll(ImportDataSet dataSet) { throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + "tring."); } - if (((this._tblGen2ImplicitFatherTableAdapter != null) - && (this.MatchTableAdapterConnection(this._tblGen2ImplicitFatherTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + - "tring."); - } if (((this._tblGen1OutcomesTableAdapter != null) && (this.MatchTableAdapterConnection(this._tblGen1OutcomesTableAdapter.Connection) == false))) { throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + @@ -172507,11 +189676,6 @@ public virtual int UpdateAll(ImportDataSet dataSet) { throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + "tring."); } - if (((this._tblGen2LinksFromGen1TableAdapter != null) - && (this.MatchTableAdapterConnection(this._tblGen2LinksFromGen1TableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + - "tring."); - } if (((this._tblGen2LinksTableAdapter != null) && (this.MatchTableAdapterConnection(this._tblGen2LinksTableAdapter.Connection) == false))) { throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + @@ -172522,11 +189686,26 @@ public virtual int UpdateAll(ImportDataSet dataSet) { throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + "tring."); } + if (((this._tblGen2LinksFromGen1TableAdapter != null) + && (this.MatchTableAdapterConnection(this._tblGen2LinksFromGen1TableAdapter.Connection) == false))) { + throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + + "tring."); + } if (((this._tblGen2FatherFromGen1TableAdapter != null) && (this.MatchTableAdapterConnection(this._tblGen2FatherFromGen1TableAdapter.Connection) == false))) { throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + "tring."); } + if (((this._tblGen2FatherFromGen1DeathTableAdapter != null) + && (this.MatchTableAdapterConnection(this._tblGen2FatherFromGen1DeathTableAdapter.Connection) == false))) { + throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + + "tring."); + } + if (((this._tblGen2ImplicitFatherTableAdapter != null) + && (this.MatchTableAdapterConnection(this._tblGen2ImplicitFatherTableAdapter.Connection) == false))) { + throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + + "tring."); + } global::System.Data.IDbConnection workConnection = this.Connection; if ((workConnection == null)) { throw new global::System.ApplicationException("TableAdapterManager contains no connection information. Set each TableAdapterMana" + @@ -172568,15 +189747,6 @@ public virtual int UpdateAll(ImportDataSet dataSet) { adaptersWithAcceptChangesDuringUpdate.Add(this._tblLinks2004Gen2TableAdapter.Adapter); } } - if ((this._tblGen2ImplicitFatherTableAdapter != null)) { - revertConnections.Add(this._tblGen2ImplicitFatherTableAdapter, this._tblGen2ImplicitFatherTableAdapter.Connection); - this._tblGen2ImplicitFatherTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); - this._tblGen2ImplicitFatherTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); - if (this._tblGen2ImplicitFatherTableAdapter.Adapter.AcceptChangesDuringUpdate) { - this._tblGen2ImplicitFatherTableAdapter.Adapter.AcceptChangesDuringUpdate = false; - adaptersWithAcceptChangesDuringUpdate.Add(this._tblGen2ImplicitFatherTableAdapter.Adapter); - } - } if ((this._tblGen1OutcomesTableAdapter != null)) { revertConnections.Add(this._tblGen1OutcomesTableAdapter, this._tblGen1OutcomesTableAdapter.Connection); this._tblGen1OutcomesTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); @@ -172658,15 +189828,6 @@ public virtual int UpdateAll(ImportDataSet dataSet) { adaptersWithAcceptChangesDuringUpdate.Add(this._tblRosterGen1AssignmentTableAdapter.Adapter); } } - if ((this._tblGen2LinksFromGen1TableAdapter != null)) { - revertConnections.Add(this._tblGen2LinksFromGen1TableAdapter, this._tblGen2LinksFromGen1TableAdapter.Connection); - this._tblGen2LinksFromGen1TableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); - this._tblGen2LinksFromGen1TableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); - if (this._tblGen2LinksFromGen1TableAdapter.Adapter.AcceptChangesDuringUpdate) { - this._tblGen2LinksFromGen1TableAdapter.Adapter.AcceptChangesDuringUpdate = false; - adaptersWithAcceptChangesDuringUpdate.Add(this._tblGen2LinksFromGen1TableAdapter.Adapter); - } - } if ((this._tblGen2LinksTableAdapter != null)) { revertConnections.Add(this._tblGen2LinksTableAdapter, this._tblGen2LinksTableAdapter.Connection); this._tblGen2LinksTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); @@ -172685,6 +189846,15 @@ public virtual int UpdateAll(ImportDataSet dataSet) { adaptersWithAcceptChangesDuringUpdate.Add(this._tblGen1LinksTableAdapter.Adapter); } } + if ((this._tblGen2LinksFromGen1TableAdapter != null)) { + revertConnections.Add(this._tblGen2LinksFromGen1TableAdapter, this._tblGen2LinksFromGen1TableAdapter.Connection); + this._tblGen2LinksFromGen1TableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); + this._tblGen2LinksFromGen1TableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); + if (this._tblGen2LinksFromGen1TableAdapter.Adapter.AcceptChangesDuringUpdate) { + this._tblGen2LinksFromGen1TableAdapter.Adapter.AcceptChangesDuringUpdate = false; + adaptersWithAcceptChangesDuringUpdate.Add(this._tblGen2LinksFromGen1TableAdapter.Adapter); + } + } if ((this._tblGen2FatherFromGen1TableAdapter != null)) { revertConnections.Add(this._tblGen2FatherFromGen1TableAdapter, this._tblGen2FatherFromGen1TableAdapter.Connection); this._tblGen2FatherFromGen1TableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); @@ -172694,6 +189864,24 @@ public virtual int UpdateAll(ImportDataSet dataSet) { adaptersWithAcceptChangesDuringUpdate.Add(this._tblGen2FatherFromGen1TableAdapter.Adapter); } } + if ((this._tblGen2FatherFromGen1DeathTableAdapter != null)) { + revertConnections.Add(this._tblGen2FatherFromGen1DeathTableAdapter, this._tblGen2FatherFromGen1DeathTableAdapter.Connection); + this._tblGen2FatherFromGen1DeathTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); + this._tblGen2FatherFromGen1DeathTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); + if (this._tblGen2FatherFromGen1DeathTableAdapter.Adapter.AcceptChangesDuringUpdate) { + this._tblGen2FatherFromGen1DeathTableAdapter.Adapter.AcceptChangesDuringUpdate = false; + adaptersWithAcceptChangesDuringUpdate.Add(this._tblGen2FatherFromGen1DeathTableAdapter.Adapter); + } + } + if ((this._tblGen2ImplicitFatherTableAdapter != null)) { + revertConnections.Add(this._tblGen2ImplicitFatherTableAdapter, this._tblGen2ImplicitFatherTableAdapter.Connection); + this._tblGen2ImplicitFatherTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); + this._tblGen2ImplicitFatherTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); + if (this._tblGen2ImplicitFatherTableAdapter.Adapter.AcceptChangesDuringUpdate) { + this._tblGen2ImplicitFatherTableAdapter.Adapter.AcceptChangesDuringUpdate = false; + adaptersWithAcceptChangesDuringUpdate.Add(this._tblGen2ImplicitFatherTableAdapter.Adapter); + } + } // //---- Perform updates ----------- // @@ -172756,10 +189944,6 @@ public virtual int UpdateAll(ImportDataSet dataSet) { this._tblLinks2004Gen2TableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._tblLinks2004Gen2TableAdapter])); this._tblLinks2004Gen2TableAdapter.Transaction = null; } - if ((this._tblGen2ImplicitFatherTableAdapter != null)) { - this._tblGen2ImplicitFatherTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._tblGen2ImplicitFatherTableAdapter])); - this._tblGen2ImplicitFatherTableAdapter.Transaction = null; - } if ((this._tblGen1OutcomesTableAdapter != null)) { this._tblGen1OutcomesTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._tblGen1OutcomesTableAdapter])); this._tblGen1OutcomesTableAdapter.Transaction = null; @@ -172796,10 +189980,6 @@ public virtual int UpdateAll(ImportDataSet dataSet) { this._tblRosterGen1AssignmentTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._tblRosterGen1AssignmentTableAdapter])); this._tblRosterGen1AssignmentTableAdapter.Transaction = null; } - if ((this._tblGen2LinksFromGen1TableAdapter != null)) { - this._tblGen2LinksFromGen1TableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._tblGen2LinksFromGen1TableAdapter])); - this._tblGen2LinksFromGen1TableAdapter.Transaction = null; - } if ((this._tblGen2LinksTableAdapter != null)) { this._tblGen2LinksTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._tblGen2LinksTableAdapter])); this._tblGen2LinksTableAdapter.Transaction = null; @@ -172808,10 +189988,22 @@ public virtual int UpdateAll(ImportDataSet dataSet) { this._tblGen1LinksTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._tblGen1LinksTableAdapter])); this._tblGen1LinksTableAdapter.Transaction = null; } + if ((this._tblGen2LinksFromGen1TableAdapter != null)) { + this._tblGen2LinksFromGen1TableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._tblGen2LinksFromGen1TableAdapter])); + this._tblGen2LinksFromGen1TableAdapter.Transaction = null; + } if ((this._tblGen2FatherFromGen1TableAdapter != null)) { this._tblGen2FatherFromGen1TableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._tblGen2FatherFromGen1TableAdapter])); this._tblGen2FatherFromGen1TableAdapter.Transaction = null; } + if ((this._tblGen2FatherFromGen1DeathTableAdapter != null)) { + this._tblGen2FatherFromGen1DeathTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._tblGen2FatherFromGen1DeathTableAdapter])); + this._tblGen2FatherFromGen1DeathTableAdapter.Transaction = null; + } + if ((this._tblGen2ImplicitFatherTableAdapter != null)) { + this._tblGen2ImplicitFatherTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._tblGen2ImplicitFatherTableAdapter])); + this._tblGen2ImplicitFatherTableAdapter.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/Base79/ImportDataSet.xsd b/Base79/ImportDataSet.xsd index 0c22746..55e9f2a 100644 --- a/Base79/ImportDataSet.xsd +++ b/Base79/ImportDataSet.xsd @@ -76,12 +76,195 @@ SELECT ID1, ID2, Sex1, Sex2, RecommendedRelatedness FROM Extract.tblLinks2004Gen - + + + + + + DELETE FROM [Extract].[tblGen1Outcomes] WHERE (([R0000100] = @Original_R0000100) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R0481600 = 1 AND [R0481600] IS NULL) OR ([R0481600] = @Original_R0481600)) AND ((@IsNull_R0481700 = 1 AND [R0481700] IS NULL) OR ([R0481700] = @Original_R0481700)) AND ((@IsNull_R0618200 = 1 AND [R0618200] IS NULL) OR ([R0618200] = @Original_R0618200)) AND ((@IsNull_R0618300 = 1 AND [R0618300] IS NULL) OR ([R0618300] = @Original_R0618300)) AND ((@IsNull_R0618301 = 1 AND [R0618301] IS NULL) OR ([R0618301] = @Original_R0618301)) AND ((@IsNull_R0779800 = 1 AND [R0779800] IS NULL) OR ([R0779800] = @Original_R0779800)) AND ((@IsNull_R0779900 = 1 AND [R0779900] IS NULL) OR ([R0779900] = @Original_R0779900)) AND ((@IsNull_R1773900 = 1 AND [R1773900] IS NULL) OR ([R1773900] = @Original_R1773900)) AND ((@IsNull_R1774000 = 1 AND [R1774000] IS NULL) OR ([R1774000] = @Original_R1774000)) AND ((@IsNull_T0897300 = 1 AND [T0897300] IS NULL) OR ([T0897300] = @Original_T0897300)) AND ((@IsNull_T0897400 = 1 AND [T0897400] IS NULL) OR ([T0897400] = @Original_T0897400)) AND ((@IsNull_T0897500 = 1 AND [T0897500] IS NULL) OR ([T0897500] = @Original_T0897500)) AND ((@IsNull_T2053800 = 1 AND [T2053800] IS NULL) OR ([T2053800] = @Original_T2053800)) AND ((@IsNull_T2053900 = 1 AND [T2053900] IS NULL) OR ([T2053900] = @Original_T2053900)) AND ((@IsNull_T2054000 = 1 AND [T2054000] IS NULL) OR ([T2054000] = @Original_T2054000)) AND ((@IsNull_T3024700 = 1 AND [T3024700] IS NULL) OR ([T3024700] = @Original_T3024700)) AND ((@IsNull_T3024800 = 1 AND [T3024800] IS NULL) OR ([T3024800] = @Original_T3024800)) AND ((@IsNull_T3024900 = 1 AND [T3024900] IS NULL) OR ([T3024900] = @Original_T3024900))) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + INSERT INTO [Extract].[tblGen1Outcomes] ([R0000100], [R0214700], [R0214800], [R0481600], [R0481700], [R0618200], [R0618300], [R0618301], [R0779800], [R0779900], [R1773900], [R1774000], [T0897300], [T0897400], [T0897500], [T2053800], [T2053900], [T2054000], [T3024700], [T3024800], [T3024900]) VALUES (@R0000100, @R0214700, @R0214800, @R0481600, @R0481700, @R0618200, @R0618300, @R0618301, @R0779800, @R0779900, @R1773900, @R1774000, @T0897300, @T0897400, @T0897500, @T2053800, @T2053900, @T2054000, @T3024700, @T3024800, @T3024900); +SELECT R0000100, R0214700, R0214800, R0481600, R0481700, R0618200, R0618300, R0618301, R0779800, R0779900, R1773900, R1774000, T0897300, T0897400, T0897500, T2053800, T2053900, T2054000, T3024700, T3024800, T3024900 FROM Extract.tblGen1Outcomes WHERE (R0000100 = @R0000100) + + + + + + + + + + + + + + + + + + + + + + + + + + + + SELECT R0000100, R0214700, R0214800, R0481600, R0481700, R0618200, R0618300, R0618301, R0779800, R0779900, R1773900, R1774000, T0897300, T0897400, T0897500, T2053800, T2053900, T2054000, T3024700, T3024800, T3024900 FROM Extract.tblGen1Outcomes + + + + + + UPDATE [Extract].[tblGen1Outcomes] SET [R0000100] = @R0000100, [R0214700] = @R0214700, [R0214800] = @R0214800, [R0481600] = @R0481600, [R0481700] = @R0481700, [R0618200] = @R0618200, [R0618300] = @R0618300, [R0618301] = @R0618301, [R0779800] = @R0779800, [R0779900] = @R0779900, [R1773900] = @R1773900, [R1774000] = @R1774000, [T0897300] = @T0897300, [T0897400] = @T0897400, [T0897500] = @T0897500, [T2053800] = @T2053800, [T2053900] = @T2053900, [T2054000] = @T2054000, [T3024700] = @T3024700, [T3024800] = @T3024800, [T3024900] = @T3024900 WHERE (([R0000100] = @Original_R0000100) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R0481600 = 1 AND [R0481600] IS NULL) OR ([R0481600] = @Original_R0481600)) AND ((@IsNull_R0481700 = 1 AND [R0481700] IS NULL) OR ([R0481700] = @Original_R0481700)) AND ((@IsNull_R0618200 = 1 AND [R0618200] IS NULL) OR ([R0618200] = @Original_R0618200)) AND ((@IsNull_R0618300 = 1 AND [R0618300] IS NULL) OR ([R0618300] = @Original_R0618300)) AND ((@IsNull_R0618301 = 1 AND [R0618301] IS NULL) OR ([R0618301] = @Original_R0618301)) AND ((@IsNull_R0779800 = 1 AND [R0779800] IS NULL) OR ([R0779800] = @Original_R0779800)) AND ((@IsNull_R0779900 = 1 AND [R0779900] IS NULL) OR ([R0779900] = @Original_R0779900)) AND ((@IsNull_R1773900 = 1 AND [R1773900] IS NULL) OR ([R1773900] = @Original_R1773900)) AND ((@IsNull_R1774000 = 1 AND [R1774000] IS NULL) OR ([R1774000] = @Original_R1774000)) AND ((@IsNull_T0897300 = 1 AND [T0897300] IS NULL) OR ([T0897300] = @Original_T0897300)) AND ((@IsNull_T0897400 = 1 AND [T0897400] IS NULL) OR ([T0897400] = @Original_T0897400)) AND ((@IsNull_T0897500 = 1 AND [T0897500] IS NULL) OR ([T0897500] = @Original_T0897500)) AND ((@IsNull_T2053800 = 1 AND [T2053800] IS NULL) OR ([T2053800] = @Original_T2053800)) AND ((@IsNull_T2053900 = 1 AND [T2053900] IS NULL) OR ([T2053900] = @Original_T2053900)) AND ((@IsNull_T2054000 = 1 AND [T2054000] IS NULL) OR ([T2054000] = @Original_T2054000)) AND ((@IsNull_T3024700 = 1 AND [T3024700] IS NULL) OR ([T3024700] = @Original_T3024700)) AND ((@IsNull_T3024800 = 1 AND [T3024800] IS NULL) OR ([T3024800] = @Original_T3024800)) AND ((@IsNull_T3024900 = 1 AND [T3024900] IS NULL) OR ([T3024900] = @Original_T3024900))); +SELECT R0000100, R0214700, R0214800, R0481600, R0481700, R0618200, R0618300, R0618301, R0779800, R0779900, R1773900, R1774000, T0897300, T0897400, T0897500, T2053800, T2053900, T2054000, T3024700, T3024800, T3024900 FROM Extract.tblGen1Outcomes WHERE (R0000100 = @R0000100) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - DELETE FROM [Extract].[tblGen2ImplicitFather] WHERE (([C0000100] = @Original_C0000100) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Original_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300] = @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([C0005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NULL) OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_C0008100 = 1 AND [C0008100] IS NULL) OR ([C0008100] = @Original_C0008100)) AND ((@IsNull_C0008200 = 1 AND [C0008200] IS NULL) OR ([C0008200] = @Original_C0008200)) AND ((@IsNull_C0008300 = 1 AND [C0008300] IS NULL) OR ([C0008300] = @Original_C0008300)) AND ((@IsNull_C0008600 = 1 AND [C0008600] IS NULL) OR ([C0008600] = @Original_C0008600)) AND ((@IsNull_C0008700 = 1 AND [C0008700] IS NULL) OR ([C0008700] = @Original_C0008700)) AND ((@IsNull_C0008800 = 1 AND [C0008800] IS NULL) OR ([C0008800] = @Original_C0008800)) AND ((@IsNull_C0009100 = 1 AND [C0009100] IS NULL) OR ([C0009100] = @Original_C0009100)) AND ((@IsNull_C0009200 = 1 AND [C0009200] IS NULL) OR ([C0009200] = @Original_C0009200)) AND ((@IsNull_C0009300 = 1 AND [C0009300] IS NULL) OR ([C0009300] = @Original_C0009300)) AND ((@IsNull_C0009600 = 1 AND [C0009600] IS NULL) OR ([C0009600] = @Original_C0009600)) AND ((@IsNull_C0009700 = 1 AND [C0009700] IS NULL) OR ([C0009700] = @Original_C0009700)) AND ((@IsNull_C0009800 = 1 AND [C0009800] IS NULL) OR ([C0009800] = @Original_C0009800)) AND ((@IsNull_C0009900 = 1 AND [C0009900] IS NULL) OR ([C0009900] = @Original_C0009900)) AND ((@IsNull_C0010110 = 1 AND [C0010110] IS NULL) OR ([C0010110] = @Original_C0010110)) AND ((@IsNull_C0010200 = 1 AND [C0010200] IS NULL) OR ([C0010200] = @Original_C0010200)) AND ((@IsNull_C0010300 = 1 AND [C0010300] IS NULL) OR ([C0010300] = @Original_C0010300)) AND ((@IsNull_C0010400 = 1 AND [C0010400] IS NULL) OR ([C0010400] = @Original_C0010400)) AND ((@IsNull_C0010700 = 1 AND [C0010700] IS NULL) OR ([C0010700] = @Original_C0010700)) AND ((@IsNull_C0010800 = 1 AND [C0010800] IS NULL) OR ([C0010800] = @Original_C0010800)) AND ((@IsNull_C0010900 = 1 AND [C0010900] IS NULL) OR ([C0010900] = @Original_C0010900)) AND ((@IsNull_C0011110 = 1 AND [C0011110] IS NULL) OR ([C0011110] = @Original_C0011110)) AND ((@IsNull_C0011111 = 1 AND [C0011111] IS NULL) OR ([C0011111] = @Original_C0011111)) AND ((@IsNull_C0011112 = 1 AND [C0011112] IS NULL) OR ([C0011112] = @Original_C0011112)) AND ((@IsNull_C0011113 = 1 AND [C0011113] IS NULL) OR ([C0011113] = @Original_C0011113)) AND ((@IsNull_C0011114 = 1 AND [C0011114] IS NULL) OR ([C0011114] = @Original_C0011114)) AND ((@IsNull_C0011117 = 1 AND [C0011117] IS NULL) OR ([C0011117] = @Original_C0011117)) AND ((@IsNull_C0011118 = 1 AND [C0011118] IS NULL) OR ([C0011118] = @Original_C0011118)) AND ((@IsNull_C0011119 = 1 AND [C0011119] IS NULL) OR ([C0011119] = @Original_C0011119)) AND ((@IsNull_C0011122 = 1 AND [C0011122] IS NULL) OR ([C0011122] = @Original_C0011122)) AND ((@IsNull_C0011123 = 1 AND [C0011123] IS NULL) OR ([C0011123] = @Original_C0011123)) AND ((@IsNull_C0011124 = 1 AND [C0011124] IS NULL) OR ([C0011124] = @Original_C0011124)) AND ((@IsNull_C0011127 = 1 AND [C0011127] IS NULL) OR ([C0011127] = @Original_C0011127)) AND ((@IsNull_C0011128 = 1 AND [C0011128] IS NULL) OR ([C0011128] = @Original_C0011128)) AND ((@IsNull_C0011129 = 1 AND [C0011129] IS NULL) OR ([C0011129] = @Original_C0011129)) AND ((@IsNull_C0011132 = 1 AND [C0011132] IS NULL) OR ([C0011132] = @Original_C0011132)) AND ((@IsNull_C0011133 = 1 AND [C0011133] IS NULL) OR ([C0011133] = @Original_C0011133)) AND ((@IsNull_C0011134 = 1 AND [C0011134] IS NULL) OR ([C0011134] = @Original_C0011134)) AND ((@IsNull_C0011137 = 1 AND [C0011137] IS NULL) OR ([C0011137] = @Original_C0011137)) AND ((@IsNull_C0011138 = 1 AND [C0011138] IS NULL) OR ([C0011138] = @Original_C0011138)) AND ((@IsNull_C0011139 = 1 AND [C0011139] IS NULL) OR ([C0011139] = @Original_C0011139)) AND ((@IsNull_C0011142 = 1 AND [C0011142] IS NULL) OR ([C0011142] = @Original_C0011142)) AND ((@IsNull_C0011143 = 1 AND [C0011143] IS NULL) OR ([C0011143] = @Original_C0011143)) AND ((@IsNull_C0011144 = 1 AND [C0011144] IS NULL) OR ([C0011144] = @Original_C0011144)) AND ((@IsNull_C3070500 = 1 AND [C3070500] IS NULL) OR ([C3070500] = @Original_C3070500)) AND ((@IsNull_C3423600 = 1 AND [C3423600] IS NULL) OR ([C3423600] = @Original_C3423600)) AND ((@IsNull_C3601100 = 1 AND [C3601100] IS NULL) OR ([C3601100] = @Original_C3601100)) AND ((@IsNull_C3601700 = 1 AND [C3601700] IS NULL) OR ([C3601700] = @Original_C3601700)) AND ((@IsNull_C3601800 = 1 AND [C3601800] IS NULL) OR ([C3601800] = @Original_C3601800)) AND ((@IsNull_C3601900 = 1 AND [C3601900] IS NULL) OR ([C3601900] = @Original_C3601900)) AND ((@IsNull_C3605900 = 1 AND [C3605900] IS NULL) OR ([C3605900] = @Original_C3605900)) AND ((@IsNull_C3981100 = 1 AND [C3981100] IS NULL) OR ([C3981100] = @Original_C3981100)) AND ((@IsNull_C3981700 = 1 AND [C3981700] IS NULL) OR ([C3981700] = @Original_C3981700)) AND ((@IsNull_C3981800 = 1 AND [C3981800] IS NULL) OR ([C3981800] = @Original_C3981800)) AND ((@IsNull_C3981900 = 1 AND [C3981900] IS NULL) OR ([C3981900] = @Original_C3981900)) AND ((@IsNull_Y0003200 = 1 AND [Y0003200] IS NULL) OR ([Y0003200] = @Original_Y0003200)) AND ((@IsNull_Y0007300 = 1 AND [Y0007300] IS NULL) OR ([Y0007300] = @Original_Y0007300)) AND ((@IsNull_Y0007400 = 1 AND [Y0007400] IS NULL) OR ([Y0007400] = @Original_Y0007400)) AND ((@IsNull_Y0007600 = 1 AND [Y0007600] IS NULL) OR ([Y0007600] = @Original_Y0007600)) AND ((@IsNull_Y0007601 = 1 AND [Y0007601] IS NULL) OR ([Y0007601] = @Original_Y0007601)) AND ((@IsNull_Y0008000 = 1 AND [Y0008000] IS NULL) OR ([Y0008000] = @Original_Y0008000)) AND ((@IsNull_Y0008500 = 1 AND [Y0008500] IS NULL) OR ([Y0008500] = @Original_Y0008500)) AND ((@IsNull_Y0008600 = 1 AND [Y0008600] IS NULL) OR ([Y0008600] = @Original_Y0008600)) AND ((@IsNull_Y0009400 = 1 AND [Y0009400] IS NULL) OR ([Y0009400] = @Original_Y0009400)) AND ((@IsNull_Y0394100 = 1 AND [Y0394100] IS NULL) OR ([Y0394100] = @Original_Y0394100)) AND ((@IsNull_Y0394300 = 1 AND [Y0394300] IS NULL) OR ([Y0394300] = @Original_Y0394300)) AND ((@IsNull_Y0394500 = 1 AND [Y0394500] IS NULL) OR ([Y0394500] = @Original_Y0394500)) AND ((@IsNull_Y0394501 = 1 AND [Y0394501] IS NULL) OR ([Y0394501] = @Original_Y0394501)) AND ((@IsNull_Y0394900 = 1 AND [Y0394900] IS NULL) OR ([Y0394900] = @Original_Y0394900)) AND ((@IsNull_Y0651000 = 1 AND [Y0651000] IS NULL) OR ([Y0651000] = @Original_Y0651000)) AND ((@IsNull_Y0682500 = 1 AND [Y0682500] IS NULL) OR ([Y0682500] = @Original_Y0682500)) AND ((@IsNull_Y0683800 = 1 AND [Y0683800] IS NULL) OR ([Y0683800] = @Original_Y0683800)) AND ((@IsNull_Y0683900 = 1 AND [Y0683900] IS NULL) OR ([Y0683900] = @Original_Y0683900)) AND ((@IsNull_Y0684100 = 1 AND [Y0684100] IS NULL) OR ([Y0684100] = @Original_Y0684100)) AND ((@IsNull_Y0684101 = 1 AND [Y0684101] IS NULL) OR ([Y0684101] = @Original_Y0684101)) AND ((@IsNull_Y0684500 = 1 AND [Y0684500] IS NULL) OR ([Y0684500] = @Original_Y0684500)) AND ((@IsNull_Y0947100 = 1 AND [Y0947100] IS NULL) OR ([Y0947100] = @Original_Y0947100)) AND ((@IsNull_Y0986200 = 1 AND [Y0986200] IS NULL) OR ([Y0986200] = @Original_Y0986200)) AND ((@IsNull_Y0986700 = 1 AND [Y0986700] IS NULL) OR ([Y0986700] = @Original_Y0986700)) AND ((@IsNull_Y0988800 = 1 AND [Y0988800] IS NULL) OR ([Y0988800] = @Original_Y0988800)) AND ((@IsNull_Y0988900 = 1 AND [Y0988900] IS NULL) OR ([Y0988900] = @Original_Y0988900)) AND ((@IsNull_Y0989400 = 1 AND [Y0989400] IS NULL) OR ([Y0989400] = @Original_Y0989400)) AND ((@IsNull_Y0989401 = 1 AND [Y0989401] IS NULL) OR ([Y0989401] = @Original_Y0989401)) AND ((@IsNull_Y0989900 = 1 AND [Y0989900] IS NULL) OR ([Y0989900] = @Original_Y0989900)) AND ((@IsNull_Y1229100 = 1 AND [Y1229100] IS NULL) OR ([Y1229100] = @Original_Y1229100)) AND ((@IsNull_Y1229200 = 1 AND [Y1229200] IS NULL) OR ([Y1229200] = @Original_Y1229200)) AND ((@IsNull_Y1229700 = 1 AND [Y1229700] IS NULL) OR ([Y1229700] = @Original_Y1229700)) AND ((@IsNull_Y1229701 = 1 AND [Y1229701] IS NULL) OR ([Y1229701] = @Original_Y1229701)) AND ((@IsNull_Y1458900 = 1 AND [Y1458900] IS NULL) OR ([Y1458900] = @Original_Y1458900)) AND ((@IsNull_Y1459400 = 1 AND [Y1459400] IS NULL) OR ([Y1459400] = @Original_Y1459400)) AND ((@IsNull_Y1459401 = 1 AND [Y1459401] IS NULL) OR ([Y1459401] = @Original_Y1459401)) AND ((@IsNull_Y1629500 = 1 AND [Y1629500] IS NULL) OR ([Y1629500] = @Original_Y1629500)) AND ((@IsNull_Y1704000 = 1 AND [Y1704000] IS NULL) OR ([Y1704000] = @Original_Y1704000)) AND ((@IsNull_Y1704500 = 1 AND [Y1704500] IS NULL) OR ([Y1704500] = @Original_Y1704500)) AND ((@IsNull_Y1704501 = 1 AND [Y1704501] IS NULL) OR ([Y1704501] = @Original_Y1704501)) AND ((@IsNull_Y1707300 = 1 AND [Y1707300] IS NULL) OR ([Y1707300] = @Original_Y1707300)) AND ((@IsNull_Y1883300 = 1 AND [Y1883300] IS NULL) OR ([Y1883300] = @Original_Y1883300)) AND ((@IsNull_Y1989500 = 1 AND [Y1989500] IS NULL) OR ([Y1989500] = @Original_Y1989500)) AND ((@IsNull_Y1990000 = 1 AND [Y1990000] IS NULL) OR ([Y1990000] = @Original_Y1990000)) AND ((@IsNull_Y1990001 = 1 AND [Y1990001] IS NULL) OR ([Y1990001] = @Original_Y1990001)) AND ((@IsNull_Y1992900 = 1 AND [Y1992900] IS NULL) OR ([Y1992900] = @Original_Y1992900)) AND ((@IsNull_Y2197500 = 1 AND [Y2197500] IS NULL) OR ([Y2197500] = @Original_Y2197500)) AND ((@IsNull_Y2308300 = 1 AND [Y2308300] IS NULL) OR ([Y2308300] = @Original_Y2308300)) AND ((@IsNull_Y2308800 = 1 AND [Y2308800] IS NULL) OR ([Y2308800] = @Original_Y2308800)) AND ((@IsNull_Y2308801 = 1 AND [Y2308801] IS NULL) OR ([Y2308801] = @Original_Y2308801)) AND ((@IsNull_Y2311700 = 1 AND [Y2311700] IS NULL) OR ([Y2311700] = @Original_Y2311700)) AND ((@IsNull_Y2531800 = 1 AND [Y2531800] IS NULL) OR ([Y2531800] = @Original_Y2531800))) + DELETE FROM [Extract].[tblGen2OutcomesHeight] WHERE (([C0000100] = @Original_C0000100) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Original_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300] = @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([C0005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NULL) OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_C0577600 = 1 AND [C0577600] IS NULL) OR ([C0577600] = @Original_C0577600)) AND ((@IsNull_C0606300 = 1 AND [C0606300] IS NULL) OR ([C0606300] = @Original_C0606300)) AND ((@IsNull_C0606400 = 1 AND [C0606400] IS NULL) OR ([C0606400] = @Original_C0606400)) AND ((@IsNull_C0826400 = 1 AND [C0826400] IS NULL) OR ([C0826400] = @Original_C0826400)) AND ((@IsNull_C0826500 = 1 AND [C0826500] IS NULL) OR ([C0826500] = @Original_C0826500)) AND ((@IsNull_C1016700 = 1 AND [C1016700] IS NULL) OR ([C1016700] = @Original_C1016700)) AND ((@IsNull_C1016800 = 1 AND [C1016800] IS NULL) OR ([C1016800] = @Original_C1016800)) AND ((@IsNull_C1220200 = 1 AND [C1220200] IS NULL) OR ([C1220200] = @Original_C1220200)) AND ((@IsNull_C1220300 = 1 AND [C1220300] IS NULL) OR ([C1220300] = @Original_C1220300)) AND ((@IsNull_C1532700 = 1 AND [C1532700] IS NULL) OR ([C1532700] = @Original_C1532700)) AND ((@IsNull_C1532800 = 1 AND [C1532800] IS NULL) OR ([C1532800] = @Original_C1532800)) AND ((@IsNull_C1779300 = 1 AND [C1779300] IS NULL) OR ([C1779300] = @Original_C1779300)) AND ((@IsNull_C1779400 = 1 AND [C1779400] IS NULL) OR ([C1779400] = @Original_C1779400)) AND ((@IsNull_C2288500 = 1 AND [C2288500] IS NULL) OR ([C2288500] = @Original_C2288500)) AND ((@IsNull_C2288600 = 1 AND [C2288600] IS NULL) OR ([C2288600] = @Original_C2288600)) AND ((@IsNull_C2552300 = 1 AND [C2552300] IS NULL) OR ([C2552300] = @Original_C2552300)) AND ((@IsNull_C2820900 = 1 AND [C2820900] IS NULL) OR ([C2820900] = @Original_C2820900)) AND ((@IsNull_C3130400 = 1 AND [C3130400] IS NULL) OR ([C3130400] = @Original_C3130400)) AND ((@IsNull_C3553400 = 1 AND [C3553400] IS NULL) OR ([C3553400] = @Original_C3553400)) AND ((@IsNull_C3634500 = 1 AND [C3634500] IS NULL) OR ([C3634500] = @Original_C3634500)) AND ((@IsNull_C3898000 = 1 AND [C3898000] IS NULL) OR ([C3898000] = @Original_C3898000)) AND ((@IsNull_C4013000 = 1 AND [C4013000] IS NULL) OR ([C4013000] = @Original_C4013000)) AND ((@IsNull_C5147900 = 1 AND [C5147900] IS NULL) OR ([C5147900] = @Original_C5147900)) AND ((@IsNull_Y0308300 = 1 AND [Y0308300] IS NULL) OR ([Y0308300] = @Original_Y0308300)) AND ((@IsNull_Y0308400 = 1 AND [Y0308400] IS NULL) OR ([Y0308400] = @Original_Y0308400)) AND ((@IsNull_Y0609600 = 1 AND [Y0609600] IS NULL) OR ([Y0609600] = @Original_Y0609600)) AND ((@IsNull_Y0609700 = 1 AND [Y0609700] IS NULL) OR ([Y0609700] = @Original_Y0609700)) AND ((@IsNull_Y0903900 = 1 AND [Y0903900] IS NULL) OR ([Y0903900] = @Original_Y0903900)) AND ((@IsNull_Y0904000 = 1 AND [Y0904000] IS NULL) OR ([Y0904000] = @Original_Y0904000)) AND ((@IsNull_Y1150800 = 1 AND [Y1150800] IS NULL) OR ([Y1150800] = @Original_Y1150800)) AND ((@IsNull_Y1150900 = 1 AND [Y1150900] IS NULL) OR ([Y1150900] = @Original_Y1150900)) AND ((@IsNull_Y1385800 = 1 AND [Y1385800] IS NULL) OR ([Y1385800] = @Original_Y1385800)) AND ((@IsNull_Y1385900 = 1 AND [Y1385900] IS NULL) OR ([Y1385900] = @Original_Y1385900)) AND ((@IsNull_Y1637500 = 1 AND [Y1637500] IS NULL) OR ([Y1637500] = @Original_Y1637500)) AND ((@IsNull_Y1637600 = 1 AND [Y1637600] IS NULL) OR ([Y1637600] = @Original_Y1637600)) AND ((@IsNull_Y1891100 = 1 AND [Y1891100] IS NULL) OR ([Y1891100] = @Original_Y1891100)) AND ((@IsNull_Y1891200 = 1 AND [Y1891200] IS NULL) OR ([Y1891200] = @Original_Y1891200)) AND ((@IsNull_Y2207000 = 1 AND [Y2207000] IS NULL) OR ([Y2207000] = @Original_Y2207000)) AND ((@IsNull_Y2207100 = 1 AND [Y2207100] IS NULL) OR ([Y2207100] = @Original_Y2207100)) AND ((@IsNull_Y2544700 = 1 AND [Y2544700] IS NULL) OR ([Y2544700] = @Original_Y2544700)) AND ((@IsNull_Y2544800 = 1 AND [Y2544800] IS NULL) OR ([Y2544800] = @Original_Y2544800))) @@ -92,4559 +275,2666 @@ SELECT ID1, ID2, Sex1, Sex2, RecommendedRelatedness FROM Extract.tblLinks2004Gen - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - INSERT INTO [Extract].[tblGen2ImplicitFather] ([C0000100], [C0000200], [C0005300], [C0005400], [C0005700], [C0008100], [C0008200], [C0008300], [C0008600], [C0008700], [C0008800], [C0009100], [C0009200], [C0009300], [C0009600], [C0009700], [C0009800], [C0009900], [C0010110], [C0010200], [C0010300], [C0010400], [C0010700], [C0010800], [C0010900], [C0011110], [C0011111], [C0011112], [C0011113], [C0011114], [C0011117], [C0011118], [C0011119], [C0011122], [C0011123], [C0011124], [C0011127], [C0011128], [C0011129], [C0011132], [C0011133], [C0011134], [C0011137], [C0011138], [C0011139], [C0011142], [C0011143], [C0011144], [C3070500], [C3423600], [C3601100], [C3601700], [C3601800], [C3601900], [C3605900], [C3981100], [C3981700], [C3981800], [C3981900], [Y0003200], [Y0007300], [Y0007400], [Y0007600], [Y0007601], [Y0008000], [Y0008500], [Y0008600], [Y0009400], [Y0394100], [Y0394300], [Y0394500], [Y0394501], [Y0394900], [Y0651000], [Y0682500], [Y0683800], [Y0683900], [Y0684100], [Y0684101], [Y0684500], [Y0947100], [Y0986200], [Y0986700], [Y0988800], [Y0988900], [Y0989400], [Y0989401], [Y0989900], [Y1229100], [Y1229200], [Y1229700], [Y1229701], [Y1458900], [Y1459400], [Y1459401], [Y1629500], [Y1704000], [Y1704500], [Y1704501], [Y1707300], [Y1883300], [Y1989500], [Y1990000], [Y1990001], [Y1992900], [Y2197500], [Y2308300], [Y2308800], [Y2308801], [Y2311700], [Y2531800]) VALUES (@C0000100, @C0000200, @C0005300, @C0005400, @C0005700, @C0008100, @C0008200, @C0008300, @C0008600, @C0008700, @C0008800, @C0009100, @C0009200, @C0009300, @C0009600, @C0009700, @C0009800, @C0009900, @C0010110, @C0010200, @C0010300, @C0010400, @C0010700, @C0010800, @C0010900, @C0011110, @C0011111, @C0011112, @C0011113, @C0011114, @C0011117, @C0011118, @C0011119, @C0011122, @C0011123, @C0011124, @C0011127, @C0011128, @C0011129, @C0011132, @C0011133, @C0011134, @C0011137, @C0011138, @C0011139, @C0011142, @C0011143, @C0011144, @C3070500, @C3423600, @C3601100, @C3601700, @C3601800, @C3601900, @C3605900, @C3981100, @C3981700, @C3981800, @C3981900, @Y0003200, @Y0007300, @Y0007400, @Y0007600, @Y0007601, @Y0008000, @Y0008500, @Y0008600, @Y0009400, @Y0394100, @Y0394300, @Y0394500, @Y0394501, @Y0394900, @Y0651000, @Y0682500, @Y0683800, @Y0683900, @Y0684100, @Y0684101, @Y0684500, @Y0947100, @Y0986200, @Y0986700, @Y0988800, @Y0988900, @Y0989400, @Y0989401, @Y0989900, @Y1229100, @Y1229200, @Y1229700, @Y1229701, @Y1458900, @Y1459400, @Y1459401, @Y1629500, @Y1704000, @Y1704500, @Y1704501, @Y1707300, @Y1883300, @Y1989500, @Y1990000, @Y1990001, @Y1992900, @Y2197500, @Y2308300, @Y2308800, @Y2308801, @Y2311700, @Y2531800); -SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C0008300, C0008600, C0008700, C0008800, C0009100, C0009200, C0009300, C0009600, C0009700, C0009800, C0009900, C0010110, C0010200, C0010300, C0010400, C0010700, C0010800, C0010900, C0011110, C0011111, C0011112, C0011113, C0011114, C0011117, C0011118, C0011119, C0011122, C0011123, C0011124, C0011127, C0011128, C0011129, C0011132, C0011133, C0011134, C0011137, C0011138, C0011139, C0011142, C0011143, C0011144, C3070500, C3423600, C3601100, C3601700, C3601800, C3601900, C3605900, C3981100, C3981700, C3981800, C3981900, Y0003200, Y0007300, Y0007400, Y0007600, Y0007601, Y0008000, Y0008500, Y0008600, Y0009400, Y0394100, Y0394300, Y0394500, Y0394501, Y0394900, Y0651000, Y0682500, Y0683800, Y0683900, Y0684100, Y0684101, Y0684500, Y0947100, Y0986200, Y0986700, Y0988800, Y0988900, Y0989400, Y0989401, Y0989900, Y1229100, Y1229200, Y1229700, Y1229701, Y1458900, Y1459400, Y1459401, Y1629500, Y1704000, Y1704500, Y1704501, Y1707300, Y1883300, Y1989500, Y1990000, Y1990001, Y1992900, Y2197500, Y2308300, Y2308800, Y2308801, Y2311700, Y2531800 FROM Extract.tblGen2ImplicitFather WHERE (C0000100 = @C0000100) + INSERT INTO [Extract].[tblGen2OutcomesHeight] ([C0000100], [C0000200], [C0005300], [C0005400], [C0005700], [C0577600], [C0606300], [C0606400], [C0826400], [C0826500], [C1016700], [C1016800], [C1220200], [C1220300], [C1532700], [C1532800], [C1779300], [C1779400], [C2288500], [C2288600], [C2552300], [C2820900], [C3130400], [C3553400], [C3634500], [C3898000], [C4013000], [C5147900], [Y0308300], [Y0308400], [Y0609600], [Y0609700], [Y0903900], [Y0904000], [Y1150800], [Y1150900], [Y1385800], [Y1385900], [Y1637500], [Y1637600], [Y1891100], [Y1891200], [Y2207000], [Y2207100], [Y2544700], [Y2544800]) VALUES (@C0000100, @C0000200, @C0005300, @C0005400, @C0005700, @C0577600, @C0606300, @C0606400, @C0826400, @C0826500, @C1016700, @C1016800, @C1220200, @C1220300, @C1532700, @C1532800, @C1779300, @C1779400, @C2288500, @C2288600, @C2552300, @C2820900, @C3130400, @C3553400, @C3634500, @C3898000, @C4013000, @C5147900, @Y0308300, @Y0308400, @Y0609600, @Y0609700, @Y0903900, @Y0904000, @Y1150800, @Y1150900, @Y1385800, @Y1385900, @Y1637500, @Y1637600, @Y1891100, @Y1891200, @Y2207000, @Y2207100, @Y2544700, @Y2544800); +SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0577600, C0606300, C0606400, C0826400, C0826500, C1016700, C1016800, C1220200, C1220300, C1532700, C1532800, C1779300, C1779400, C2288500, C2288600, C2552300, C2820900, C3130400, C3553400, C3634500, C3898000, C4013000, C5147900, Y0308300, Y0308400, Y0609600, Y0609700, Y0903900, Y0904000, Y1150800, Y1150900, Y1385800, Y1385900, Y1637500, Y1637600, Y1891100, Y1891200, Y2207000, Y2207100, Y2544700, Y2544800 FROM Extract.tblGen2OutcomesHeight WHERE (C0000100 = @C0000100) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C0008300, C0008600, C0008700, C0008800, C0009100, C0009200, C0009300, C0009600, C0009700, C0009800, C0009900, C0010110, C0010200, C0010300, C0010400, C0010700, C0010800, C0010900, C0011110, C0011111, C0011112, C0011113, C0011114, C0011117, C0011118, C0011119, C0011122, C0011123, C0011124, C0011127, C0011128, C0011129, C0011132, C0011133, C0011134, C0011137, C0011138, C0011139, C0011142, C0011143, C0011144, C3070500, C3423600, C3601100, C3601700, C3601800, C3601900, C3605900, C3981100, C3981700, C3981800, C3981900, Y0003200, Y0007300, Y0007400, Y0007600, Y0007601, Y0008000, Y0008500, Y0008600, Y0009400, Y0394100, Y0394300, Y0394500, Y0394501, Y0394900, Y0651000, Y0682500, Y0683800, Y0683900, Y0684100, Y0684101, Y0684500, Y0947100, Y0986200, Y0986700, Y0988800, Y0988900, Y0989400, Y0989401, Y0989900, Y1229100, Y1229200, Y1229700, Y1229701, Y1458900, Y1459400, Y1459401, Y1629500, Y1704000, Y1704500, Y1704501, Y1707300, Y1883300, Y1989500, Y1990000, Y1990001, Y1992900, Y2197500, Y2308300, Y2308800, Y2308801, Y2311700, Y2531800 FROM Extract.tblGen2ImplicitFather + SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0577600, C0606300, C0606400, C0826400, C0826500, C1016700, C1016800, C1220200, C1220300, C1532700, C1532800, C1779300, C1779400, C2288500, C2288600, C2552300, C2820900, C3130400, C3553400, C3634500, C3898000, C4013000, C5147900, Y0308300, Y0308400, Y0609600, Y0609700, Y0903900, Y0904000, Y1150800, Y1150900, Y1385800, Y1385900, Y1637500, Y1637600, Y1891100, Y1891200, Y2207000, Y2207100, Y2544700, Y2544800 FROM Extract.tblGen2OutcomesHeight - UPDATE [Extract].[tblGen2ImplicitFather] SET [C0000100] = @C0000100, [C0000200] = @C0000200, [C0005300] = @C0005300, [C0005400] = @C0005400, [C0005700] = @C0005700, [C0008100] = @C0008100, [C0008200] = @C0008200, [C0008300] = @C0008300, [C0008600] = @C0008600, [C0008700] = @C0008700, [C0008800] = @C0008800, [C0009100] = @C0009100, [C0009200] = @C0009200, [C0009300] = @C0009300, [C0009600] = @C0009600, [C0009700] = @C0009700, [C0009800] = @C0009800, [C0009900] = @C0009900, [C0010110] = @C0010110, [C0010200] = @C0010200, [C0010300] = @C0010300, [C0010400] = @C0010400, [C0010700] = @C0010700, [C0010800] = @C0010800, [C0010900] = @C0010900, [C0011110] = @C0011110, [C0011111] = @C0011111, [C0011112] = @C0011112, [C0011113] = @C0011113, [C0011114] = @C0011114, [C0011117] = @C0011117, [C0011118] = @C0011118, [C0011119] = @C0011119, [C0011122] = @C0011122, [C0011123] = @C0011123, [C0011124] = @C0011124, [C0011127] = @C0011127, [C0011128] = @C0011128, [C0011129] = @C0011129, [C0011132] = @C0011132, [C0011133] = @C0011133, [C0011134] = @C0011134, [C0011137] = @C0011137, [C0011138] = @C0011138, [C0011139] = @C0011139, [C0011142] = @C0011142, [C0011143] = @C0011143, [C0011144] = @C0011144, [C3070500] = @C3070500, [C3423600] = @C3423600, [C3601100] = @C3601100, [C3601700] = @C3601700, [C3601800] = @C3601800, [C3601900] = @C3601900, [C3605900] = @C3605900, [C3981100] = @C3981100, [C3981700] = @C3981700, [C3981800] = @C3981800, [C3981900] = @C3981900, [Y0003200] = @Y0003200, [Y0007300] = @Y0007300, [Y0007400] = @Y0007400, [Y0007600] = @Y0007600, [Y0007601] = @Y0007601, [Y0008000] = @Y0008000, [Y0008500] = @Y0008500, [Y0008600] = @Y0008600, [Y0009400] = @Y0009400, [Y0394100] = @Y0394100, [Y0394300] = @Y0394300, [Y0394500] = @Y0394500, [Y0394501] = @Y0394501, [Y0394900] = @Y0394900, [Y0651000] = @Y0651000, [Y0682500] = @Y0682500, [Y0683800] = @Y0683800, [Y0683900] = @Y0683900, [Y0684100] = @Y0684100, [Y0684101] = @Y0684101, [Y0684500] = @Y0684500, [Y0947100] = @Y0947100, [Y0986200] = @Y0986200, [Y0986700] = @Y0986700, [Y0988800] = @Y0988800, [Y0988900] = @Y0988900, [Y0989400] = @Y0989400, [Y0989401] = @Y0989401, [Y0989900] = @Y0989900, [Y1229100] = @Y1229100, [Y1229200] = @Y1229200, [Y1229700] = @Y1229700, [Y1229701] = @Y1229701, [Y1458900] = @Y1458900, [Y1459400] = @Y1459400, [Y1459401] = @Y1459401, [Y1629500] = @Y1629500, [Y1704000] = @Y1704000, [Y1704500] = @Y1704500, [Y1704501] = @Y1704501, [Y1707300] = @Y1707300, [Y1883300] = @Y1883300, [Y1989500] = @Y1989500, [Y1990000] = @Y1990000, [Y1990001] = @Y1990001, [Y1992900] = @Y1992900, [Y2197500] = @Y2197500, [Y2308300] = @Y2308300, [Y2308800] = @Y2308800, [Y2308801] = @Y2308801, [Y2311700] = @Y2311700, [Y2531800] = @Y2531800 WHERE (([C0000100] = @Original_C0000100) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Original_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300] = @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([C0005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NULL) OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_C0008100 = 1 AND [C0008100] IS NULL) OR ([C0008100] = @Original_C0008100)) AND ((@IsNull_C0008200 = 1 AND [C0008200] IS NULL) OR ([C0008200] = @Original_C0008200)) AND ((@IsNull_C0008300 = 1 AND [C0008300] IS NULL) OR ([C0008300] = @Original_C0008300)) AND ((@IsNull_C0008600 = 1 AND [C0008600] IS NULL) OR ([C0008600] = @Original_C0008600)) AND ((@IsNull_C0008700 = 1 AND [C0008700] IS NULL) OR ([C0008700] = @Original_C0008700)) AND ((@IsNull_C0008800 = 1 AND [C0008800] IS NULL) OR ([C0008800] = @Original_C0008800)) AND ((@IsNull_C0009100 = 1 AND [C0009100] IS NULL) OR ([C0009100] = @Original_C0009100)) AND ((@IsNull_C0009200 = 1 AND [C0009200] IS NULL) OR ([C0009200] = @Original_C0009200)) AND ((@IsNull_C0009300 = 1 AND [C0009300] IS NULL) OR ([C0009300] = @Original_C0009300)) AND ((@IsNull_C0009600 = 1 AND [C0009600] IS NULL) OR ([C0009600] = @Original_C0009600)) AND ((@IsNull_C0009700 = 1 AND [C0009700] IS NULL) OR ([C0009700] = @Original_C0009700)) AND ((@IsNull_C0009800 = 1 AND [C0009800] IS NULL) OR ([C0009800] = @Original_C0009800)) AND ((@IsNull_C0009900 = 1 AND [C0009900] IS NULL) OR ([C0009900] = @Original_C0009900)) AND ((@IsNull_C0010110 = 1 AND [C0010110] IS NULL) OR ([C0010110] = @Original_C0010110)) AND ((@IsNull_C0010200 = 1 AND [C0010200] IS NULL) OR ([C0010200] = @Original_C0010200)) AND ((@IsNull_C0010300 = 1 AND [C0010300] IS NULL) OR ([C0010300] = @Original_C0010300)) AND ((@IsNull_C0010400 = 1 AND [C0010400] IS NULL) OR ([C0010400] = @Original_C0010400)) AND ((@IsNull_C0010700 = 1 AND [C0010700] IS NULL) OR ([C0010700] = @Original_C0010700)) AND ((@IsNull_C0010800 = 1 AND [C0010800] IS NULL) OR ([C0010800] = @Original_C0010800)) AND ((@IsNull_C0010900 = 1 AND [C0010900] IS NULL) OR ([C0010900] = @Original_C0010900)) AND ((@IsNull_C0011110 = 1 AND [C0011110] IS NULL) OR ([C0011110] = @Original_C0011110)) AND ((@IsNull_C0011111 = 1 AND [C0011111] IS NULL) OR ([C0011111] = @Original_C0011111)) AND ((@IsNull_C0011112 = 1 AND [C0011112] IS NULL) OR ([C0011112] = @Original_C0011112)) AND ((@IsNull_C0011113 = 1 AND [C0011113] IS NULL) OR ([C0011113] = @Original_C0011113)) AND ((@IsNull_C0011114 = 1 AND [C0011114] IS NULL) OR ([C0011114] = @Original_C0011114)) AND ((@IsNull_C0011117 = 1 AND [C0011117] IS NULL) OR ([C0011117] = @Original_C0011117)) AND ((@IsNull_C0011118 = 1 AND [C0011118] IS NULL) OR ([C0011118] = @Original_C0011118)) AND ((@IsNull_C0011119 = 1 AND [C0011119] IS NULL) OR ([C0011119] = @Original_C0011119)) AND ((@IsNull_C0011122 = 1 AND [C0011122] IS NULL) OR ([C0011122] = @Original_C0011122)) AND ((@IsNull_C0011123 = 1 AND [C0011123] IS NULL) OR ([C0011123] = @Original_C0011123)) AND ((@IsNull_C0011124 = 1 AND [C0011124] IS NULL) OR ([C0011124] = @Original_C0011124)) AND ((@IsNull_C0011127 = 1 AND [C0011127] IS NULL) OR ([C0011127] = @Original_C0011127)) AND ((@IsNull_C0011128 = 1 AND [C0011128] IS NULL) OR ([C0011128] = @Original_C0011128)) AND ((@IsNull_C0011129 = 1 AND [C0011129] IS NULL) OR ([C0011129] = @Original_C0011129)) AND ((@IsNull_C0011132 = 1 AND [C0011132] IS NULL) OR ([C0011132] = @Original_C0011132)) AND ((@IsNull_C0011133 = 1 AND [C0011133] IS NULL) OR ([C0011133] = @Original_C0011133)) AND ((@IsNull_C0011134 = 1 AND [C0011134] IS NULL) OR ([C0011134] = @Original_C0011134)) AND ((@IsNull_C0011137 = 1 AND [C0011137] IS NULL) OR ([C0011137] = @Original_C0011137)) AND ((@IsNull_C0011138 = 1 AND [C0011138] IS NULL) OR ([C0011138] = @Original_C0011138)) AND ((@IsNull_C0011139 = 1 AND [C0011139] IS NULL) OR ([C0011139] = @Original_C0011139)) AND ((@IsNull_C0011142 = 1 AND [C0011142] IS NULL) OR ([C0011142] = @Original_C0011142)) AND ((@IsNull_C0011143 = 1 AND [C0011143] IS NULL) OR ([C0011143] = @Original_C0011143)) AND ((@IsNull_C0011144 = 1 AND [C0011144] IS NULL) OR ([C0011144] = @Original_C0011144)) AND ((@IsNull_C3070500 = 1 AND [C3070500] IS NULL) OR ([C3070500] = @Original_C3070500)) AND ((@IsNull_C3423600 = 1 AND [C3423600] IS NULL) OR ([C3423600] = @Original_C3423600)) AND ((@IsNull_C3601100 = 1 AND [C3601100] IS NULL) OR ([C3601100] = @Original_C3601100)) AND ((@IsNull_C3601700 = 1 AND [C3601700] IS NULL) OR ([C3601700] = @Original_C3601700)) AND ((@IsNull_C3601800 = 1 AND [C3601800] IS NULL) OR ([C3601800] = @Original_C3601800)) AND ((@IsNull_C3601900 = 1 AND [C3601900] IS NULL) OR ([C3601900] = @Original_C3601900)) AND ((@IsNull_C3605900 = 1 AND [C3605900] IS NULL) OR ([C3605900] = @Original_C3605900)) AND ((@IsNull_C3981100 = 1 AND [C3981100] IS NULL) OR ([C3981100] = @Original_C3981100)) AND ((@IsNull_C3981700 = 1 AND [C3981700] IS NULL) OR ([C3981700] = @Original_C3981700)) AND ((@IsNull_C3981800 = 1 AND [C3981800] IS NULL) OR ([C3981800] = @Original_C3981800)) AND ((@IsNull_C3981900 = 1 AND [C3981900] IS NULL) OR ([C3981900] = @Original_C3981900)) AND ((@IsNull_Y0003200 = 1 AND [Y0003200] IS NULL) OR ([Y0003200] = @Original_Y0003200)) AND ((@IsNull_Y0007300 = 1 AND [Y0007300] IS NULL) OR ([Y0007300] = @Original_Y0007300)) AND ((@IsNull_Y0007400 = 1 AND [Y0007400] IS NULL) OR ([Y0007400] = @Original_Y0007400)) AND ((@IsNull_Y0007600 = 1 AND [Y0007600] IS NULL) OR ([Y0007600] = @Original_Y0007600)) AND ((@IsNull_Y0007601 = 1 AND [Y0007601] IS NULL) OR ([Y0007601] = @Original_Y0007601)) AND ((@IsNull_Y0008000 = 1 AND [Y0008000] IS NULL) OR ([Y0008000] = @Original_Y0008000)) AND ((@IsNull_Y0008500 = 1 AND [Y0008500] IS NULL) OR ([Y0008500] = @Original_Y0008500)) AND ((@IsNull_Y0008600 = 1 AND [Y0008600] IS NULL) OR ([Y0008600] = @Original_Y0008600)) AND ((@IsNull_Y0009400 = 1 AND [Y0009400] IS NULL) OR ([Y0009400] = @Original_Y0009400)) AND ((@IsNull_Y0394100 = 1 AND [Y0394100] IS NULL) OR ([Y0394100] = @Original_Y0394100)) AND ((@IsNull_Y0394300 = 1 AND [Y0394300] IS NULL) OR ([Y0394300] = @Original_Y0394300)) AND ((@IsNull_Y0394500 = 1 AND [Y0394500] IS NULL) OR ([Y0394500] = @Original_Y0394500)) AND ((@IsNull_Y0394501 = 1 AND [Y0394501] IS NULL) OR ([Y0394501] = @Original_Y0394501)) AND ((@IsNull_Y0394900 = 1 AND [Y0394900] IS NULL) OR ([Y0394900] = @Original_Y0394900)) AND ((@IsNull_Y0651000 = 1 AND [Y0651000] IS NULL) OR ([Y0651000] = @Original_Y0651000)) AND ((@IsNull_Y0682500 = 1 AND [Y0682500] IS NULL) OR ([Y0682500] = @Original_Y0682500)) AND ((@IsNull_Y0683800 = 1 AND [Y0683800] IS NULL) OR ([Y0683800] = @Original_Y0683800)) AND ((@IsNull_Y0683900 = 1 AND [Y0683900] IS NULL) OR ([Y0683900] = @Original_Y0683900)) AND ((@IsNull_Y0684100 = 1 AND [Y0684100] IS NULL) OR ([Y0684100] = @Original_Y0684100)) AND ((@IsNull_Y0684101 = 1 AND [Y0684101] IS NULL) OR ([Y0684101] = @Original_Y0684101)) AND ((@IsNull_Y0684500 = 1 AND [Y0684500] IS NULL) OR ([Y0684500] = @Original_Y0684500)) AND ((@IsNull_Y0947100 = 1 AND [Y0947100] IS NULL) OR ([Y0947100] = @Original_Y0947100)) AND ((@IsNull_Y0986200 = 1 AND [Y0986200] IS NULL) OR ([Y0986200] = @Original_Y0986200)) AND ((@IsNull_Y0986700 = 1 AND [Y0986700] IS NULL) OR ([Y0986700] = @Original_Y0986700)) AND ((@IsNull_Y0988800 = 1 AND [Y0988800] IS NULL) OR ([Y0988800] = @Original_Y0988800)) AND ((@IsNull_Y0988900 = 1 AND [Y0988900] IS NULL) OR ([Y0988900] = @Original_Y0988900)) AND ((@IsNull_Y0989400 = 1 AND [Y0989400] IS NULL) OR ([Y0989400] = @Original_Y0989400)) AND ((@IsNull_Y0989401 = 1 AND [Y0989401] IS NULL) OR ([Y0989401] = @Original_Y0989401)) AND ((@IsNull_Y0989900 = 1 AND [Y0989900] IS NULL) OR ([Y0989900] = @Original_Y0989900)) AND ((@IsNull_Y1229100 = 1 AND [Y1229100] IS NULL) OR ([Y1229100] = @Original_Y1229100)) AND ((@IsNull_Y1229200 = 1 AND [Y1229200] IS NULL) OR ([Y1229200] = @Original_Y1229200)) AND ((@IsNull_Y1229700 = 1 AND [Y1229700] IS NULL) OR ([Y1229700] = @Original_Y1229700)) AND ((@IsNull_Y1229701 = 1 AND [Y1229701] IS NULL) OR ([Y1229701] = @Original_Y1229701)) AND ((@IsNull_Y1458900 = 1 AND [Y1458900] IS NULL) OR ([Y1458900] = @Original_Y1458900)) AND ((@IsNull_Y1459400 = 1 AND [Y1459400] IS NULL) OR ([Y1459400] = @Original_Y1459400)) AND ((@IsNull_Y1459401 = 1 AND [Y1459401] IS NULL) OR ([Y1459401] = @Original_Y1459401)) AND ((@IsNull_Y1629500 = 1 AND [Y1629500] IS NULL) OR ([Y1629500] = @Original_Y1629500)) AND ((@IsNull_Y1704000 = 1 AND [Y1704000] IS NULL) OR ([Y1704000] = @Original_Y1704000)) AND ((@IsNull_Y1704500 = 1 AND [Y1704500] IS NULL) OR ([Y1704500] = @Original_Y1704500)) AND ((@IsNull_Y1704501 = 1 AND [Y1704501] IS NULL) OR ([Y1704501] = @Original_Y1704501)) AND ((@IsNull_Y1707300 = 1 AND [Y1707300] IS NULL) OR ([Y1707300] = @Original_Y1707300)) AND ((@IsNull_Y1883300 = 1 AND [Y1883300] IS NULL) OR ([Y1883300] = @Original_Y1883300)) AND ((@IsNull_Y1989500 = 1 AND [Y1989500] IS NULL) OR ([Y1989500] = @Original_Y1989500)) AND ((@IsNull_Y1990000 = 1 AND [Y1990000] IS NULL) OR ([Y1990000] = @Original_Y1990000)) AND ((@IsNull_Y1990001 = 1 AND [Y1990001] IS NULL) OR ([Y1990001] = @Original_Y1990001)) AND ((@IsNull_Y1992900 = 1 AND [Y1992900] IS NULL) OR ([Y1992900] = @Original_Y1992900)) AND ((@IsNull_Y2197500 = 1 AND [Y2197500] IS NULL) OR ([Y2197500] = @Original_Y2197500)) AND ((@IsNull_Y2308300 = 1 AND [Y2308300] IS NULL) OR ([Y2308300] = @Original_Y2308300)) AND ((@IsNull_Y2308800 = 1 AND [Y2308800] IS NULL) OR ([Y2308800] = @Original_Y2308800)) AND ((@IsNull_Y2308801 = 1 AND [Y2308801] IS NULL) OR ([Y2308801] = @Original_Y2308801)) AND ((@IsNull_Y2311700 = 1 AND [Y2311700] IS NULL) OR ([Y2311700] = @Original_Y2311700)) AND ((@IsNull_Y2531800 = 1 AND [Y2531800] IS NULL) OR ([Y2531800] = @Original_Y2531800))); -SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C0008300, C0008600, C0008700, C0008800, C0009100, C0009200, C0009300, C0009600, C0009700, C0009800, C0009900, C0010110, C0010200, C0010300, C0010400, C0010700, C0010800, C0010900, C0011110, C0011111, C0011112, C0011113, C0011114, C0011117, C0011118, C0011119, C0011122, C0011123, C0011124, C0011127, C0011128, C0011129, C0011132, C0011133, C0011134, C0011137, C0011138, C0011139, C0011142, C0011143, C0011144, C3070500, C3423600, C3601100, C3601700, C3601800, C3601900, C3605900, C3981100, C3981700, C3981800, C3981900, Y0003200, Y0007300, Y0007400, Y0007600, Y0007601, Y0008000, Y0008500, Y0008600, Y0009400, Y0394100, Y0394300, Y0394500, Y0394501, Y0394900, Y0651000, Y0682500, Y0683800, Y0683900, Y0684100, Y0684101, Y0684500, Y0947100, Y0986200, Y0986700, Y0988800, Y0988900, Y0989400, Y0989401, Y0989900, Y1229100, Y1229200, Y1229700, Y1229701, Y1458900, Y1459400, Y1459401, Y1629500, Y1704000, Y1704500, Y1704501, Y1707300, Y1883300, Y1989500, Y1990000, Y1990001, Y1992900, Y2197500, Y2308300, Y2308800, Y2308801, Y2311700, Y2531800 FROM Extract.tblGen2ImplicitFather WHERE (C0000100 = @C0000100) + UPDATE [Extract].[tblGen2OutcomesHeight] SET [C0000100] = @C0000100, [C0000200] = @C0000200, [C0005300] = @C0005300, [C0005400] = @C0005400, [C0005700] = @C0005700, [C0577600] = @C0577600, [C0606300] = @C0606300, [C0606400] = @C0606400, [C0826400] = @C0826400, [C0826500] = @C0826500, [C1016700] = @C1016700, [C1016800] = @C1016800, [C1220200] = @C1220200, [C1220300] = @C1220300, [C1532700] = @C1532700, [C1532800] = @C1532800, [C1779300] = @C1779300, [C1779400] = @C1779400, [C2288500] = @C2288500, [C2288600] = @C2288600, [C2552300] = @C2552300, [C2820900] = @C2820900, [C3130400] = @C3130400, [C3553400] = @C3553400, [C3634500] = @C3634500, [C3898000] = @C3898000, [C4013000] = @C4013000, [C5147900] = @C5147900, [Y0308300] = @Y0308300, [Y0308400] = @Y0308400, [Y0609600] = @Y0609600, [Y0609700] = @Y0609700, [Y0903900] = @Y0903900, [Y0904000] = @Y0904000, [Y1150800] = @Y1150800, [Y1150900] = @Y1150900, [Y1385800] = @Y1385800, [Y1385900] = @Y1385900, [Y1637500] = @Y1637500, [Y1637600] = @Y1637600, [Y1891100] = @Y1891100, [Y1891200] = @Y1891200, [Y2207000] = @Y2207000, [Y2207100] = @Y2207100, [Y2544700] = @Y2544700, [Y2544800] = @Y2544800 WHERE (([C0000100] = @Original_C0000100) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Original_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300] = @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([C0005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NULL) OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_C0577600 = 1 AND [C0577600] IS NULL) OR ([C0577600] = @Original_C0577600)) AND ((@IsNull_C0606300 = 1 AND [C0606300] IS NULL) OR ([C0606300] = @Original_C0606300)) AND ((@IsNull_C0606400 = 1 AND [C0606400] IS NULL) OR ([C0606400] = @Original_C0606400)) AND ((@IsNull_C0826400 = 1 AND [C0826400] IS NULL) OR ([C0826400] = @Original_C0826400)) AND ((@IsNull_C0826500 = 1 AND [C0826500] IS NULL) OR ([C0826500] = @Original_C0826500)) AND ((@IsNull_C1016700 = 1 AND [C1016700] IS NULL) OR ([C1016700] = @Original_C1016700)) AND ((@IsNull_C1016800 = 1 AND [C1016800] IS NULL) OR ([C1016800] = @Original_C1016800)) AND ((@IsNull_C1220200 = 1 AND [C1220200] IS NULL) OR ([C1220200] = @Original_C1220200)) AND ((@IsNull_C1220300 = 1 AND [C1220300] IS NULL) OR ([C1220300] = @Original_C1220300)) AND ((@IsNull_C1532700 = 1 AND [C1532700] IS NULL) OR ([C1532700] = @Original_C1532700)) AND ((@IsNull_C1532800 = 1 AND [C1532800] IS NULL) OR ([C1532800] = @Original_C1532800)) AND ((@IsNull_C1779300 = 1 AND [C1779300] IS NULL) OR ([C1779300] = @Original_C1779300)) AND ((@IsNull_C1779400 = 1 AND [C1779400] IS NULL) OR ([C1779400] = @Original_C1779400)) AND ((@IsNull_C2288500 = 1 AND [C2288500] IS NULL) OR ([C2288500] = @Original_C2288500)) AND ((@IsNull_C2288600 = 1 AND [C2288600] IS NULL) OR ([C2288600] = @Original_C2288600)) AND ((@IsNull_C2552300 = 1 AND [C2552300] IS NULL) OR ([C2552300] = @Original_C2552300)) AND ((@IsNull_C2820900 = 1 AND [C2820900] IS NULL) OR ([C2820900] = @Original_C2820900)) AND ((@IsNull_C3130400 = 1 AND [C3130400] IS NULL) OR ([C3130400] = @Original_C3130400)) AND ((@IsNull_C3553400 = 1 AND [C3553400] IS NULL) OR ([C3553400] = @Original_C3553400)) AND ((@IsNull_C3634500 = 1 AND [C3634500] IS NULL) OR ([C3634500] = @Original_C3634500)) AND ((@IsNull_C3898000 = 1 AND [C3898000] IS NULL) OR ([C3898000] = @Original_C3898000)) AND ((@IsNull_C4013000 = 1 AND [C4013000] IS NULL) OR ([C4013000] = @Original_C4013000)) AND ((@IsNull_C5147900 = 1 AND [C5147900] IS NULL) OR ([C5147900] = @Original_C5147900)) AND ((@IsNull_Y0308300 = 1 AND [Y0308300] IS NULL) OR ([Y0308300] = @Original_Y0308300)) AND ((@IsNull_Y0308400 = 1 AND [Y0308400] IS NULL) OR ([Y0308400] = @Original_Y0308400)) AND ((@IsNull_Y0609600 = 1 AND [Y0609600] IS NULL) OR ([Y0609600] = @Original_Y0609600)) AND ((@IsNull_Y0609700 = 1 AND [Y0609700] IS NULL) OR ([Y0609700] = @Original_Y0609700)) AND ((@IsNull_Y0903900 = 1 AND [Y0903900] IS NULL) OR ([Y0903900] = @Original_Y0903900)) AND ((@IsNull_Y0904000 = 1 AND [Y0904000] IS NULL) OR ([Y0904000] = @Original_Y0904000)) AND ((@IsNull_Y1150800 = 1 AND [Y1150800] IS NULL) OR ([Y1150800] = @Original_Y1150800)) AND ((@IsNull_Y1150900 = 1 AND [Y1150900] IS NULL) OR ([Y1150900] = @Original_Y1150900)) AND ((@IsNull_Y1385800 = 1 AND [Y1385800] IS NULL) OR ([Y1385800] = @Original_Y1385800)) AND ((@IsNull_Y1385900 = 1 AND [Y1385900] IS NULL) OR ([Y1385900] = @Original_Y1385900)) AND ((@IsNull_Y1637500 = 1 AND [Y1637500] IS NULL) OR ([Y1637500] = @Original_Y1637500)) AND ((@IsNull_Y1637600 = 1 AND [Y1637600] IS NULL) OR ([Y1637600] = @Original_Y1637600)) AND ((@IsNull_Y1891100 = 1 AND [Y1891100] IS NULL) OR ([Y1891100] = @Original_Y1891100)) AND ((@IsNull_Y1891200 = 1 AND [Y1891200] IS NULL) OR ([Y1891200] = @Original_Y1891200)) AND ((@IsNull_Y2207000 = 1 AND [Y2207000] IS NULL) OR ([Y2207000] = @Original_Y2207000)) AND ((@IsNull_Y2207100 = 1 AND [Y2207100] IS NULL) OR ([Y2207100] = @Original_Y2207100)) AND ((@IsNull_Y2544700 = 1 AND [Y2544700] IS NULL) OR ([Y2544700] = @Original_Y2544700)) AND ((@IsNull_Y2544800 = 1 AND [Y2544800] IS NULL) OR ([Y2544800] = @Original_Y2544800))); +SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0577600, C0606300, C0606400, C0826400, C0826500, C1016700, C1016800, C1220200, C1220300, C1532700, C1532800, C1779300, C1779400, C2288500, C2288600, C2552300, C2820900, C3130400, C3553400, C3634500, C3898000, C4013000, C5147900, Y0308300, Y0308400, Y0609600, Y0609700, Y0903900, Y0904000, Y1150800, Y1150900, Y1385800, Y1385900, Y1637500, Y1637600, Y1891100, Y1891200, Y2207000, Y2207100, Y2544700, Y2544800 FROM Extract.tblGen2OutcomesHeight WHERE (C0000100 = @C0000100) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - DELETE FROM [Extract].[tblGen1Outcomes] WHERE (([R0000100] = @Original_R0000100) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R0481600 = 1 AND [R0481600] IS NULL) OR ([R0481600] = @Original_R0481600)) AND ((@IsNull_R0481700 = 1 AND [R0481700] IS NULL) OR ([R0481700] = @Original_R0481700)) AND ((@IsNull_R0618200 = 1 AND [R0618200] IS NULL) OR ([R0618200] = @Original_R0618200)) AND ((@IsNull_R0618300 = 1 AND [R0618300] IS NULL) OR ([R0618300] = @Original_R0618300)) AND ((@IsNull_R0618301 = 1 AND [R0618301] IS NULL) OR ([R0618301] = @Original_R0618301)) AND ((@IsNull_R0779800 = 1 AND [R0779800] IS NULL) OR ([R0779800] = @Original_R0779800)) AND ((@IsNull_R0779900 = 1 AND [R0779900] IS NULL) OR ([R0779900] = @Original_R0779900)) AND ((@IsNull_R1773900 = 1 AND [R1773900] IS NULL) OR ([R1773900] = @Original_R1773900)) AND ((@IsNull_R1774000 = 1 AND [R1774000] IS NULL) OR ([R1774000] = @Original_R1774000)) AND ((@IsNull_T0897300 = 1 AND [T0897300] IS NULL) OR ([T0897300] = @Original_T0897300)) AND ((@IsNull_T0897400 = 1 AND [T0897400] IS NULL) OR ([T0897400] = @Original_T0897400)) AND ((@IsNull_T0897500 = 1 AND [T0897500] IS NULL) OR ([T0897500] = @Original_T0897500)) AND ((@IsNull_T2053800 = 1 AND [T2053800] IS NULL) OR ([T2053800] = @Original_T2053800)) AND ((@IsNull_T2053900 = 1 AND [T2053900] IS NULL) OR ([T2053900] = @Original_T2053900)) AND ((@IsNull_T2054000 = 1 AND [T2054000] IS NULL) OR ([T2054000] = @Original_T2054000)) AND ((@IsNull_T3024700 = 1 AND [T3024700] IS NULL) OR ([T3024700] = @Original_T3024700)) AND ((@IsNull_T3024800 = 1 AND [T3024800] IS NULL) OR ([T3024800] = @Original_T3024800)) AND ((@IsNull_T3024900 = 1 AND [T3024900] IS NULL) OR ([T3024900] = @Original_T3024900))) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - INSERT INTO [Extract].[tblGen1Outcomes] ([R0000100], [R0214700], [R0214800], [R0481600], [R0481700], [R0618200], [R0618300], [R0618301], [R0779800], [R0779900], [R1773900], [R1774000], [T0897300], [T0897400], [T0897500], [T2053800], [T2053900], [T2054000], [T3024700], [T3024800], [T3024900]) VALUES (@R0000100, @R0214700, @R0214800, @R0481600, @R0481700, @R0618200, @R0618300, @R0618301, @R0779800, @R0779900, @R1773900, @R1774000, @T0897300, @T0897400, @T0897500, @T2053800, @T2053900, @T2054000, @T3024700, @T3024800, @T3024900); -SELECT R0000100, R0214700, R0214800, R0481600, R0481700, R0618200, R0618300, R0618301, R0779800, R0779900, R1773900, R1774000, T0897300, T0897400, T0897500, T2053800, T2053900, T2054000, T3024700, T3024800, T3024900 FROM Extract.tblGen1Outcomes WHERE (R0000100 = @R0000100) - - - - - - - - - - - - - - - - - - - - - - - - - - - - SELECT R0000100, R0214700, R0214800, R0481600, R0481700, R0618200, R0618300, R0618301, R0779800, R0779900, R1773900, R1774000, T0897300, T0897400, T0897500, T2053800, T2053900, T2054000, T3024700, T3024800, T3024900 FROM Extract.tblGen1Outcomes - - - - - - UPDATE [Extract].[tblGen1Outcomes] SET [R0000100] = @R0000100, [R0214700] = @R0214700, [R0214800] = @R0214800, [R0481600] = @R0481600, [R0481700] = @R0481700, [R0618200] = @R0618200, [R0618300] = @R0618300, [R0618301] = @R0618301, [R0779800] = @R0779800, [R0779900] = @R0779900, [R1773900] = @R1773900, [R1774000] = @R1774000, [T0897300] = @T0897300, [T0897400] = @T0897400, [T0897500] = @T0897500, [T2053800] = @T2053800, [T2053900] = @T2053900, [T2054000] = @T2054000, [T3024700] = @T3024700, [T3024800] = @T3024800, [T3024900] = @T3024900 WHERE (([R0000100] = @Original_R0000100) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R0481600 = 1 AND [R0481600] IS NULL) OR ([R0481600] = @Original_R0481600)) AND ((@IsNull_R0481700 = 1 AND [R0481700] IS NULL) OR ([R0481700] = @Original_R0481700)) AND ((@IsNull_R0618200 = 1 AND [R0618200] IS NULL) OR ([R0618200] = @Original_R0618200)) AND ((@IsNull_R0618300 = 1 AND [R0618300] IS NULL) OR ([R0618300] = @Original_R0618300)) AND ((@IsNull_R0618301 = 1 AND [R0618301] IS NULL) OR ([R0618301] = @Original_R0618301)) AND ((@IsNull_R0779800 = 1 AND [R0779800] IS NULL) OR ([R0779800] = @Original_R0779800)) AND ((@IsNull_R0779900 = 1 AND [R0779900] IS NULL) OR ([R0779900] = @Original_R0779900)) AND ((@IsNull_R1773900 = 1 AND [R1773900] IS NULL) OR ([R1773900] = @Original_R1773900)) AND ((@IsNull_R1774000 = 1 AND [R1774000] IS NULL) OR ([R1774000] = @Original_R1774000)) AND ((@IsNull_T0897300 = 1 AND [T0897300] IS NULL) OR ([T0897300] = @Original_T0897300)) AND ((@IsNull_T0897400 = 1 AND [T0897400] IS NULL) OR ([T0897400] = @Original_T0897400)) AND ((@IsNull_T0897500 = 1 AND [T0897500] IS NULL) OR ([T0897500] = @Original_T0897500)) AND ((@IsNull_T2053800 = 1 AND [T2053800] IS NULL) OR ([T2053800] = @Original_T2053800)) AND ((@IsNull_T2053900 = 1 AND [T2053900] IS NULL) OR ([T2053900] = @Original_T2053900)) AND ((@IsNull_T2054000 = 1 AND [T2054000] IS NULL) OR ([T2054000] = @Original_T2054000)) AND ((@IsNull_T3024700 = 1 AND [T3024700] IS NULL) OR ([T3024700] = @Original_T3024700)) AND ((@IsNull_T3024800 = 1 AND [T3024800] IS NULL) OR ([T3024800] = @Original_T3024800)) AND ((@IsNull_T3024900 = 1 AND [T3024900] IS NULL) OR ([T3024900] = @Original_T3024900))); -SELECT R0000100, R0214700, R0214800, R0481600, R0481700, R0618200, R0618300, R0618301, R0779800, R0779900, R1773900, R1774000, T0897300, T0897400, T0897500, T2053800, T2053900, T2054000, T3024700, T3024800, T3024900 FROM Extract.tblGen1Outcomes WHERE (R0000100 = @R0000100) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - DELETE FROM [Extract].[tblGen2OutcomesHeight] WHERE (([C0000100] = @Original_C0000100) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Original_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300] = @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([C0005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NULL) OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_C0577600 = 1 AND [C0577600] IS NULL) OR ([C0577600] = @Original_C0577600)) AND ((@IsNull_C0606300 = 1 AND [C0606300] IS NULL) OR ([C0606300] = @Original_C0606300)) AND ((@IsNull_C0606400 = 1 AND [C0606400] IS NULL) OR ([C0606400] = @Original_C0606400)) AND ((@IsNull_C0826400 = 1 AND [C0826400] IS NULL) OR ([C0826400] = @Original_C0826400)) AND ((@IsNull_C0826500 = 1 AND [C0826500] IS NULL) OR ([C0826500] = @Original_C0826500)) AND ((@IsNull_C1016700 = 1 AND [C1016700] IS NULL) OR ([C1016700] = @Original_C1016700)) AND ((@IsNull_C1016800 = 1 AND [C1016800] IS NULL) OR ([C1016800] = @Original_C1016800)) AND ((@IsNull_C1220200 = 1 AND [C1220200] IS NULL) OR ([C1220200] = @Original_C1220200)) AND ((@IsNull_C1220300 = 1 AND [C1220300] IS NULL) OR ([C1220300] = @Original_C1220300)) AND ((@IsNull_C1532700 = 1 AND [C1532700] IS NULL) OR ([C1532700] = @Original_C1532700)) AND ((@IsNull_C1532800 = 1 AND [C1532800] IS NULL) OR ([C1532800] = @Original_C1532800)) AND ((@IsNull_C1779300 = 1 AND [C1779300] IS NULL) OR ([C1779300] = @Original_C1779300)) AND ((@IsNull_C1779400 = 1 AND [C1779400] IS NULL) OR ([C1779400] = @Original_C1779400)) AND ((@IsNull_C2288500 = 1 AND [C2288500] IS NULL) OR ([C2288500] = @Original_C2288500)) AND ((@IsNull_C2288600 = 1 AND [C2288600] IS NULL) OR ([C2288600] = @Original_C2288600)) AND ((@IsNull_C2552300 = 1 AND [C2552300] IS NULL) OR ([C2552300] = @Original_C2552300)) AND ((@IsNull_C2820900 = 1 AND [C2820900] IS NULL) OR ([C2820900] = @Original_C2820900)) AND ((@IsNull_C3130400 = 1 AND [C3130400] IS NULL) OR ([C3130400] = @Original_C3130400)) AND ((@IsNull_C3553400 = 1 AND [C3553400] IS NULL) OR ([C3553400] = @Original_C3553400)) AND ((@IsNull_C3634500 = 1 AND [C3634500] IS NULL) OR ([C3634500] = @Original_C3634500)) AND ((@IsNull_C3898000 = 1 AND [C3898000] IS NULL) OR ([C3898000] = @Original_C3898000)) AND ((@IsNull_C4013000 = 1 AND [C4013000] IS NULL) OR ([C4013000] = @Original_C4013000)) AND ((@IsNull_C5147900 = 1 AND [C5147900] IS NULL) OR ([C5147900] = @Original_C5147900)) AND ((@IsNull_Y0308300 = 1 AND [Y0308300] IS NULL) OR ([Y0308300] = @Original_Y0308300)) AND ((@IsNull_Y0308400 = 1 AND [Y0308400] IS NULL) OR ([Y0308400] = @Original_Y0308400)) AND ((@IsNull_Y0609600 = 1 AND [Y0609600] IS NULL) OR ([Y0609600] = @Original_Y0609600)) AND ((@IsNull_Y0609700 = 1 AND [Y0609700] IS NULL) OR ([Y0609700] = @Original_Y0609700)) AND ((@IsNull_Y0903900 = 1 AND [Y0903900] IS NULL) OR ([Y0903900] = @Original_Y0903900)) AND ((@IsNull_Y0904000 = 1 AND [Y0904000] IS NULL) OR ([Y0904000] = @Original_Y0904000)) AND ((@IsNull_Y1150800 = 1 AND [Y1150800] IS NULL) OR ([Y1150800] = @Original_Y1150800)) AND ((@IsNull_Y1150900 = 1 AND [Y1150900] IS NULL) OR ([Y1150900] = @Original_Y1150900)) AND ((@IsNull_Y1385800 = 1 AND [Y1385800] IS NULL) OR ([Y1385800] = @Original_Y1385800)) AND ((@IsNull_Y1385900 = 1 AND [Y1385900] IS NULL) OR ([Y1385900] = @Original_Y1385900)) AND ((@IsNull_Y1637500 = 1 AND [Y1637500] IS NULL) OR ([Y1637500] = @Original_Y1637500)) AND ((@IsNull_Y1637600 = 1 AND [Y1637600] IS NULL) OR ([Y1637600] = @Original_Y1637600)) AND ((@IsNull_Y1891100 = 1 AND [Y1891100] IS NULL) OR ([Y1891100] = @Original_Y1891100)) AND ((@IsNull_Y1891200 = 1 AND [Y1891200] IS NULL) OR ([Y1891200] = @Original_Y1891200)) AND ((@IsNull_Y2207000 = 1 AND [Y2207000] IS NULL) OR ([Y2207000] = @Original_Y2207000)) AND ((@IsNull_Y2207100 = 1 AND [Y2207100] IS NULL) OR ([Y2207100] = @Original_Y2207100)) AND ((@IsNull_Y2544700 = 1 AND [Y2544700] IS NULL) OR ([Y2544700] = @Original_Y2544700)) AND ((@IsNull_Y2544800 = 1 AND [Y2544800] IS NULL) OR ([Y2544800] = @Original_Y2544800))) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - INSERT INTO [Extract].[tblGen2OutcomesHeight] ([C0000100], [C0000200], [C0005300], [C0005400], [C0005700], [C0577600], [C0606300], [C0606400], [C0826400], [C0826500], [C1016700], [C1016800], [C1220200], [C1220300], [C1532700], [C1532800], [C1779300], [C1779400], [C2288500], [C2288600], [C2552300], [C2820900], [C3130400], [C3553400], [C3634500], [C3898000], [C4013000], [C5147900], [Y0308300], [Y0308400], [Y0609600], [Y0609700], [Y0903900], [Y0904000], [Y1150800], [Y1150900], [Y1385800], [Y1385900], [Y1637500], [Y1637600], [Y1891100], [Y1891200], [Y2207000], [Y2207100], [Y2544700], [Y2544800]) VALUES (@C0000100, @C0000200, @C0005300, @C0005400, @C0005700, @C0577600, @C0606300, @C0606400, @C0826400, @C0826500, @C1016700, @C1016800, @C1220200, @C1220300, @C1532700, @C1532800, @C1779300, @C1779400, @C2288500, @C2288600, @C2552300, @C2820900, @C3130400, @C3553400, @C3634500, @C3898000, @C4013000, @C5147900, @Y0308300, @Y0308400, @Y0609600, @Y0609700, @Y0903900, @Y0904000, @Y1150800, @Y1150900, @Y1385800, @Y1385900, @Y1637500, @Y1637600, @Y1891100, @Y1891200, @Y2207000, @Y2207100, @Y2544700, @Y2544800); -SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0577600, C0606300, C0606400, C0826400, C0826500, C1016700, C1016800, C1220200, C1220300, C1532700, C1532800, C1779300, C1779400, C2288500, C2288600, C2552300, C2820900, C3130400, C3553400, C3634500, C3898000, C4013000, C5147900, Y0308300, Y0308400, Y0609600, Y0609700, Y0903900, Y0904000, Y1150800, Y1150900, Y1385800, Y1385900, Y1637500, Y1637600, Y1891100, Y1891200, Y2207000, Y2207100, Y2544700, Y2544800 FROM Extract.tblGen2OutcomesHeight WHERE (C0000100 = @C0000100) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0577600, C0606300, C0606400, C0826400, C0826500, C1016700, C1016800, C1220200, C1220300, C1532700, C1532800, C1779300, C1779400, C2288500, C2288600, C2552300, C2820900, C3130400, C3553400, C3634500, C3898000, C4013000, C5147900, Y0308300, Y0308400, Y0609600, Y0609700, Y0903900, Y0904000, Y1150800, Y1150900, Y1385800, Y1385900, Y1637500, Y1637600, Y1891100, Y1891200, Y2207000, Y2207100, Y2544700, Y2544800 FROM Extract.tblGen2OutcomesHeight - - - - - - UPDATE [Extract].[tblGen2OutcomesHeight] SET [C0000100] = @C0000100, [C0000200] = @C0000200, [C0005300] = @C0005300, [C0005400] = @C0005400, [C0005700] = @C0005700, [C0577600] = @C0577600, [C0606300] = @C0606300, [C0606400] = @C0606400, [C0826400] = @C0826400, [C0826500] = @C0826500, [C1016700] = @C1016700, [C1016800] = @C1016800, [C1220200] = @C1220200, [C1220300] = @C1220300, [C1532700] = @C1532700, [C1532800] = @C1532800, [C1779300] = @C1779300, [C1779400] = @C1779400, [C2288500] = @C2288500, [C2288600] = @C2288600, [C2552300] = @C2552300, [C2820900] = @C2820900, [C3130400] = @C3130400, [C3553400] = @C3553400, [C3634500] = @C3634500, [C3898000] = @C3898000, [C4013000] = @C4013000, [C5147900] = @C5147900, [Y0308300] = @Y0308300, [Y0308400] = @Y0308400, [Y0609600] = @Y0609600, [Y0609700] = @Y0609700, [Y0903900] = @Y0903900, [Y0904000] = @Y0904000, [Y1150800] = @Y1150800, [Y1150900] = @Y1150900, [Y1385800] = @Y1385800, [Y1385900] = @Y1385900, [Y1637500] = @Y1637500, [Y1637600] = @Y1637600, [Y1891100] = @Y1891100, [Y1891200] = @Y1891200, [Y2207000] = @Y2207000, [Y2207100] = @Y2207100, [Y2544700] = @Y2544700, [Y2544800] = @Y2544800 WHERE (([C0000100] = @Original_C0000100) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Original_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300] = @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([C0005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NULL) OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_C0577600 = 1 AND [C0577600] IS NULL) OR ([C0577600] = @Original_C0577600)) AND ((@IsNull_C0606300 = 1 AND [C0606300] IS NULL) OR ([C0606300] = @Original_C0606300)) AND ((@IsNull_C0606400 = 1 AND [C0606400] IS NULL) OR ([C0606400] = @Original_C0606400)) AND ((@IsNull_C0826400 = 1 AND [C0826400] IS NULL) OR ([C0826400] = @Original_C0826400)) AND ((@IsNull_C0826500 = 1 AND [C0826500] IS NULL) OR ([C0826500] = @Original_C0826500)) AND ((@IsNull_C1016700 = 1 AND [C1016700] IS NULL) OR ([C1016700] = @Original_C1016700)) AND ((@IsNull_C1016800 = 1 AND [C1016800] IS NULL) OR ([C1016800] = @Original_C1016800)) AND ((@IsNull_C1220200 = 1 AND [C1220200] IS NULL) OR ([C1220200] = @Original_C1220200)) AND ((@IsNull_C1220300 = 1 AND [C1220300] IS NULL) OR ([C1220300] = @Original_C1220300)) AND ((@IsNull_C1532700 = 1 AND [C1532700] IS NULL) OR ([C1532700] = @Original_C1532700)) AND ((@IsNull_C1532800 = 1 AND [C1532800] IS NULL) OR ([C1532800] = @Original_C1532800)) AND ((@IsNull_C1779300 = 1 AND [C1779300] IS NULL) OR ([C1779300] = @Original_C1779300)) AND ((@IsNull_C1779400 = 1 AND [C1779400] IS NULL) OR ([C1779400] = @Original_C1779400)) AND ((@IsNull_C2288500 = 1 AND [C2288500] IS NULL) OR ([C2288500] = @Original_C2288500)) AND ((@IsNull_C2288600 = 1 AND [C2288600] IS NULL) OR ([C2288600] = @Original_C2288600)) AND ((@IsNull_C2552300 = 1 AND [C2552300] IS NULL) OR ([C2552300] = @Original_C2552300)) AND ((@IsNull_C2820900 = 1 AND [C2820900] IS NULL) OR ([C2820900] = @Original_C2820900)) AND ((@IsNull_C3130400 = 1 AND [C3130400] IS NULL) OR ([C3130400] = @Original_C3130400)) AND ((@IsNull_C3553400 = 1 AND [C3553400] IS NULL) OR ([C3553400] = @Original_C3553400)) AND ((@IsNull_C3634500 = 1 AND [C3634500] IS NULL) OR ([C3634500] = @Original_C3634500)) AND ((@IsNull_C3898000 = 1 AND [C3898000] IS NULL) OR ([C3898000] = @Original_C3898000)) AND ((@IsNull_C4013000 = 1 AND [C4013000] IS NULL) OR ([C4013000] = @Original_C4013000)) AND ((@IsNull_C5147900 = 1 AND [C5147900] IS NULL) OR ([C5147900] = @Original_C5147900)) AND ((@IsNull_Y0308300 = 1 AND [Y0308300] IS NULL) OR ([Y0308300] = @Original_Y0308300)) AND ((@IsNull_Y0308400 = 1 AND [Y0308400] IS NULL) OR ([Y0308400] = @Original_Y0308400)) AND ((@IsNull_Y0609600 = 1 AND [Y0609600] IS NULL) OR ([Y0609600] = @Original_Y0609600)) AND ((@IsNull_Y0609700 = 1 AND [Y0609700] IS NULL) OR ([Y0609700] = @Original_Y0609700)) AND ((@IsNull_Y0903900 = 1 AND [Y0903900] IS NULL) OR ([Y0903900] = @Original_Y0903900)) AND ((@IsNull_Y0904000 = 1 AND [Y0904000] IS NULL) OR ([Y0904000] = @Original_Y0904000)) AND ((@IsNull_Y1150800 = 1 AND [Y1150800] IS NULL) OR ([Y1150800] = @Original_Y1150800)) AND ((@IsNull_Y1150900 = 1 AND [Y1150900] IS NULL) OR ([Y1150900] = @Original_Y1150900)) AND ((@IsNull_Y1385800 = 1 AND [Y1385800] IS NULL) OR ([Y1385800] = @Original_Y1385800)) AND ((@IsNull_Y1385900 = 1 AND [Y1385900] IS NULL) OR ([Y1385900] = @Original_Y1385900)) AND ((@IsNull_Y1637500 = 1 AND [Y1637500] IS NULL) OR ([Y1637500] = @Original_Y1637500)) AND ((@IsNull_Y1637600 = 1 AND [Y1637600] IS NULL) OR ([Y1637600] = @Original_Y1637600)) AND ((@IsNull_Y1891100 = 1 AND [Y1891100] IS NULL) OR ([Y1891100] = @Original_Y1891100)) AND ((@IsNull_Y1891200 = 1 AND [Y1891200] IS NULL) OR ([Y1891200] = @Original_Y1891200)) AND ((@IsNull_Y2207000 = 1 AND [Y2207000] IS NULL) OR ([Y2207000] = @Original_Y2207000)) AND ((@IsNull_Y2207100 = 1 AND [Y2207100] IS NULL) OR ([Y2207100] = @Original_Y2207100)) AND ((@IsNull_Y2544700 = 1 AND [Y2544700] IS NULL) OR ([Y2544700] = @Original_Y2544700)) AND ((@IsNull_Y2544800 = 1 AND [Y2544800] IS NULL) OR ([Y2544800] = @Original_Y2544800))); -SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0577600, C0606300, C0606400, C0826400, C0826500, C1016700, C1016800, C1220200, C1220300, C1532700, C1532800, C1779300, C1779400, C2288500, C2288600, C2552300, C2820900, C3130400, C3553400, C3634500, C3898000, C4013000, C5147900, Y0308300, Y0308400, Y0609600, Y0609700, Y0903900, Y0904000, Y1150800, Y1150900, Y1385800, Y1385900, Y1637500, Y1637600, Y1891100, Y1891200, Y2207000, Y2207100, Y2544700, Y2544800 FROM Extract.tblGen2OutcomesHeight WHERE (C0000100 = @C0000100) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - DELETE FROM [Extract].[tblGen1Explicit] WHERE (([R0000100] = @Original_R0000100) AND ((@IsNull_R0000149 = 1 AND [R0000149] IS NULL) OR ([R0000149] = @Original_R0000149)) AND ((@IsNull_R0000150 = 1 AND [R0000150] IS NULL) OR ([R0000150] = @Original_R0000150)) AND ((@IsNull_R0000151 = 1 AND [R0000151] IS NULL) OR ([R0000151] = @Original_R0000151)) AND ((@IsNull_R0000152 = 1 AND [R0000152] IS NULL) OR ([R0000152] = @Original_R0000152)) AND ((@IsNull_R0000153 = 1 AND [R0000153] IS NULL) OR ([R0000153] = @Original_R0000153)) AND ((@IsNull_R0000154 = 1 AND [R0000154] IS NULL) OR ([R0000154] = @Original_R0000154)) AND ((@IsNull_R0000155 = 1 AND [R0000155] IS NULL) OR ([R0000155] = @Original_R0000155)) AND ((@IsNull_R0000156 = 1 AND [R0000156] IS NULL) OR ([R0000156] = @Original_R0000156)) AND ((@IsNull_R0000157 = 1 AND [R0000157] IS NULL) OR ([R0000157] = @Original_R0000157)) AND ((@IsNull_R0000158 = 1 AND [R0000158] IS NULL) OR ([R0000158] = @Original_R0000158)) AND ((@IsNull_R0000159 = 1 AND [R0000159] IS NULL) OR ([R0000159] = @Original_R0000159)) AND ((@IsNull_R0000162 = 1 AND [R0000162] IS NULL) OR ([R0000162] = @Original_R0000162)) AND ((@IsNull_R0000163 = 1 AND [R0000163] IS NULL) OR ([R0000163] = @Original_R0000163)) AND ((@IsNull_R0000164 = 1 AND [R0000164] IS NULL) OR ([R0000164] = @Original_R0000164)) AND ((@IsNull_R0000165 = 1 AND [R0000165] IS NULL) OR ([R0000165] = @Original_R0000165)) AND ((@IsNull_R0000166 = 1 AND [R0000166] IS NULL) OR ([R0000166] = @Original_R0000166)) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R4125101 = 1 AND [R4125101] IS NULL) OR ([R4125101] = @Original_R4125101)) AND ((@IsNull_R4125801 = 1 AND [R4125801] IS NULL) OR ([R4125801] = @Original_R4125801)) AND ((@IsNull_R4126501 = 1 AND [R4126501] IS NULL) OR ([R4126501] = @Original_R4126501)) AND ((@IsNull_R4127201 = 1 AND [R4127201] IS NULL) OR ([R4127201] = @Original_R4127201)) AND ((@IsNull_R4127901 = 1 AND [R4127901] IS NULL) OR ([R4127901] = @Original_R4127901)) AND ((@IsNull_R4128601 = 1 AND [R4128601] IS NULL) OR ([R4128601] = @Original_R4128601)) AND ((@IsNull_R4129301 = 1 AND [R4129301] IS NULL) OR ([R4129301] = @Original_R4129301)) AND ((@IsNull_R4130001 = 1 AND [R4130001] IS NULL) OR ([R4130001] = @Original_R4130001)) AND ((@IsNull_R4130701 = 1 AND [R4130701] IS NULL) OR ([R4130701] = @Original_R4130701)) AND ((@IsNull_R4131401 = 1 AND [R4131401] IS NULL) OR ([R4131401] = @Original_R4131401)) AND ((@IsNull_R4132101 = 1 AND [R4132101] IS NULL) OR ([R4132101] = @Original_R4132101)) AND ((@IsNull_R4132801 = 1 AND [R4132801] IS NULL) OR ([R4132801] = @Original_R4132801)) AND ((@IsNull_R4133701 = 1 AND [R4133701] IS NULL) OR ([R4133701] = @Original_R4133701)) AND ((@IsNull_R4521500 = 1 AND [R4521500] IS NULL) OR ([R4521500] = @Original_R4521500)) AND ((@IsNull_R4521700 = 1 AND [R4521700] IS NULL) OR ([R4521700] = @Original_R4521700)) AND ((@IsNull_R4521800 = 1 AND [R4521800] IS NULL) OR ([R4521800] = @Original_R4521800)) AND ((@IsNull_R4521900 = 1 AND [R4521900] IS NULL) OR ([R4521900] = @Original_R4521900)) AND ((@IsNull_R4522000 = 1 AND [R4522000] IS NULL) OR ([R4522000] = @Original_R4522000)) AND ((@IsNull_R4522100 = 1 AND [R4522100] IS NULL) OR ([R4522100] = @Original_R4522100)) AND ((@IsNull_R4522200 = 1 AND [R4522200] IS NULL) OR ([R4522200] = @Original_R4522200)) AND ((@IsNull_R4522300 = 1 AND [R4522300] IS NULL) OR ([R4522300] = @Original_R4522300)) AND ((@IsNull_R4522400 = 1 AND [R4522400] IS NULL) OR ([R4522400] = @Original_R4522400)) AND ((@IsNull_R4522500 = 1 AND [R4522500] IS NULL) OR ([R4522500] = @Original_R4522500)) AND ((@IsNull_R4522600 = 1 AND [R4522600] IS NULL) OR ([R4522600] = @Original_R4522600)) AND ((@IsNull_R4522700 = 1 AND [R4522700] IS NULL) OR ([R4522700] = @Original_R4522700)) AND ((@IsNull_R4522800 = 1 AND [R4522800] IS NULL) OR ([R4522800] = @Original_R4522800)) AND ((@IsNull_T0002000 = 1 AND [T0002000] IS NULL) OR ([T0002000] = @Original_T0002000)) AND ((@IsNull_T0002100 = 1 AND [T0002100] IS NULL) OR ([T0002100] = @Original_T0002100)) AND ((@IsNull_T0002200 = 1 AND [T0002200] IS NULL) OR ([T0002200] = @Original_T0002200)) AND ((@IsNull_T0002300 = 1 AND [T0002300] IS NULL) OR ([T0002300] = @Original_T0002300)) AND ((@IsNull_T0002400 = 1 AND [T0002400] IS NULL) OR ([T0002400] = @Original_T0002400)) AND ((@IsNull_T0002500 = 1 AND [T0002500] IS NULL) OR ([T0002500] = @Original_T0002500)) AND ((@IsNull_T0002600 = 1 AND [T0002600] IS NULL) OR ([T0002600] = @Original_T0002600)) AND ((@IsNull_T0002700 = 1 AND [T0002700] IS NULL) OR ([T0002700] = @Original_T0002700)) AND ((@IsNull_T0002800 = 1 AND [T0002800] IS NULL) OR ([T0002800] = @Original_T0002800)) AND ((@IsNull_T0002900 = 1 AND [T0002900] IS NULL) OR ([T0002900] = @Original_T0002900)) AND ((@IsNull_T0003000 = 1 AND [T0003000] IS NULL) OR ([T0003000] = @Original_T0003000)) AND ((@IsNull_T0003100 = 1 AND [T0003100] IS NULL) OR ([T0003100] = @Original_T0003100)) AND ((@IsNull_T0003200 = 1 AND [T0003200] IS NULL) OR ([T0003200] = @Original_T0003200)) AND ((@IsNull_T0003300 = 1 AND [T0003300] IS NULL) OR ([T0003300] = @Original_T0003300)) AND ((@IsNull_T0003400 = 1 AND [T0003400] IS NULL) OR ([T0003400] = @Original_T0003400)) AND ((@IsNull_T0003500 = 1 AND [T0003500] IS NULL) OR ([T0003500] = @Original_T0003500)) AND ((@IsNull_T0003600 = 1 AND [T0003600] IS NULL) OR ([T0003600] = @Original_T0003600)) AND ((@IsNull_T0003700 = 1 AND [T0003700] IS NULL) OR ([T0003700] = @Original_T0003700)) AND ((@IsNull_T0003800 = 1 AND [T0003800] IS NULL) OR ([T0003800] = @Original_T0003800)) AND ((@IsNull_T0003900 = 1 AND [T0003900] IS NULL) OR ([T0003900] = @Original_T0003900)) AND ((@IsNull_T0004000 = 1 AND [T0004000] IS NULL) OR ([T0004000] = @Original_T0004000)) AND ((@IsNull_T0004100 = 1 AND [T0004100] IS NULL) OR ([T0004100] = @Original_T0004100)) AND ((@IsNull_T0004200 = 1 AND [T0004200] IS NULL) OR ([T0004200] = @Original_T0004200)) AND ((@IsNull_T0004300 = 1 AND [T0004300] IS NULL) OR ([T0004300] = @Original_T0004300)) AND ((@IsNull_T0004400 = 1 AND [T0004400] IS NULL) OR ([T0004400] = @Original_T0004400)) AND ((@IsNull_T0004500 = 1 AND [T0004500] IS NULL) OR ([T0004500] = @Original_T0004500)) AND ((@IsNull_T2261500 = 1 AND [T2261500] IS NULL) OR ([T2261500] = @Original_T2261500)) AND ((@IsNull_T2261600 = 1 AND [T2261600] IS NULL) OR ([T2261600] = @Original_T2261600)) AND ((@IsNull_T2261700 = 1 AND [T2261700] IS NULL) OR ([T2261700] = @Original_T2261700)) AND ((@IsNull_T2261800 = 1 AND [T2261800] IS NULL) OR ([T2261800] = @Original_T2261800)) AND ((@IsNull_T2261900 = 1 AND [T2261900] IS NULL) OR ([T2261900] = @Original_T2261900)) AND ((@IsNull_T2262000 = 1 AND [T2262000] IS NULL) OR ([T2262000] = @Original_T2262000)) AND ((@IsNull_T2262100 = 1 AND [T2262100] IS NULL) OR ([T2262100] = @Original_T2262100)) AND ((@IsNull_T2262200 = 1 AND [T2262200] IS NULL) OR ([T2262200] = @Original_T2262200)) AND ((@IsNull_T2262300 = 1 AND [T2262300] IS NULL) OR ([T2262300] = @Original_T2262300)) AND ((@IsNull_T2262400 = 1 AND [T2262400] IS NULL) OR ([T2262400] = @Original_T2262400)) AND ((@IsNull_T2262500 = 1 AND [T2262500] IS NULL) OR ([T2262500] = @Original_T2262500)) AND ((@IsNull_T2262600 = 1 AND [T2262600] IS NULL) OR ([T2262600] = @Original_T2262600)) AND ((@IsNull_T2262700 = 1 AND [T2262700] IS NULL) OR ([T2262700] = @Original_T2262700)) AND ((@IsNull_T2262800 = 1 AND [T2262800] IS NULL) OR ([T2262800] = @Original_T2262800)) AND ((@IsNull_T2262900 = 1 AND [T2262900] IS NULL) OR ([T2262900] = @Original_T2262900)) AND ((@IsNull_T2263000 = 1 AND [T2263000] IS NULL) OR ([T2263000] = @Original_T2263000)) AND ((@IsNull_T2263100 = 1 AND [T2263100] IS NULL) OR ([T2263100] = @Original_T2263100)) AND ((@IsNull_T2263200 = 1 AND [T2263200] IS NULL) OR ([T2263200] = @Original_T2263200)) AND ((@IsNull_T2263300 = 1 AND [T2263300] IS NULL) OR ([T2263300] = @Original_T2263300)) AND ((@IsNull_T2263400 = 1 AND [T2263400] IS NULL) OR ([T2263400] = @Original_T2263400)) AND ((@IsNull_T2263500 = 1 AND [T2263500] IS NULL) OR ([T2263500] = @Original_T2263500)) AND ((@IsNull_T2263600 = 1 AND [T2263600] IS NULL) OR ([T2263600] = @Original_T2263600)) AND ((@IsNull_T2263700 = 1 AND [T2263700] IS NULL) OR ([T2263700] = @Original_T2263700)) AND ((@IsNull_T2263800 = 1 AND [T2263800] IS NULL) OR ([T2263800] = @Original_T2263800))) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - INSERT INTO [Extract].[tblGen1Explicit] ([R0000100], [R0000149], [R0000150], [R0000151], [R0000152], [R0000153], [R0000154], [R0000155], [R0000156], [R0000157], [R0000158], [R0000159], [R0000162], [R0000163], [R0000164], [R0000165], [R0000166], [R0214700], [R0214800], [R4125101], [R4125801], [R4126501], [R4127201], [R4127901], [R4128601], [R4129301], [R4130001], [R4130701], [R4131401], [R4132101], [R4132801], [R4133701], [R4521500], [R4521700], [R4521800], [R4521900], [R4522000], [R4522100], [R4522200], [R4522300], [R4522400], [R4522500], [R4522600], [R4522700], [R4522800], [T0002000], [T0002100], [T0002200], [T0002300], [T0002400], [T0002500], [T0002600], [T0002700], [T0002800], [T0002900], [T0003000], [T0003100], [T0003200], [T0003300], [T0003400], [T0003500], [T0003600], [T0003700], [T0003800], [T0003900], [T0004000], [T0004100], [T0004200], [T0004300], [T0004400], [T0004500], [T2261500], [T2261600], [T2261700], [T2261800], [T2261900], [T2262000], [T2262100], [T2262200], [T2262300], [T2262400], [T2262500], [T2262600], [T2262700], [T2262800], [T2262900], [T2263000], [T2263100], [T2263200], [T2263300], [T2263400], [T2263500], [T2263600], [T2263700], [T2263800]) VALUES (@R0000100, @R0000149, @R0000150, @R0000151, @R0000152, @R0000153, @R0000154, @R0000155, @R0000156, @R0000157, @R0000158, @R0000159, @R0000162, @R0000163, @R0000164, @R0000165, @R0000166, @R0214700, @R0214800, @R4125101, @R4125801, @R4126501, @R4127201, @R4127901, @R4128601, @R4129301, @R4130001, @R4130701, @R4131401, @R4132101, @R4132801, @R4133701, @R4521500, @R4521700, @R4521800, @R4521900, @R4522000, @R4522100, @R4522200, @R4522300, @R4522400, @R4522500, @R4522600, @R4522700, @R4522800, @T0002000, @T0002100, @T0002200, @T0002300, @T0002400, @T0002500, @T0002600, @T0002700, @T0002800, @T0002900, @T0003000, @T0003100, @T0003200, @T0003300, @T0003400, @T0003500, @T0003600, @T0003700, @T0003800, @T0003900, @T0004000, @T0004100, @T0004200, @T0004300, @T0004400, @T0004500, @T2261500, @T2261600, @T2261700, @T2261800, @T2261900, @T2262000, @T2262100, @T2262200, @T2262300, @T2262400, @T2262500, @T2262600, @T2262700, @T2262800, @T2262900, @T2263000, @T2263100, @T2263200, @T2263300, @T2263400, @T2263500, @T2263600, @T2263700, @T2263800); -SELECT R0000100, R0000149, R0000150, R0000151, R0000152, R0000153, R0000154, R0000155, R0000156, R0000157, R0000158, R0000159, R0000162, R0000163, R0000164, R0000165, R0000166, R0214700, R0214800, R4125101, R4125801, R4126501, R4127201, R4127901, R4128601, R4129301, R4130001, R4130701, R4131401, R4132101, R4132801, R4133701, R4521500, R4521700, R4521800, R4521900, R4522000, R4522100, R4522200, R4522300, R4522400, R4522500, R4522600, R4522700, R4522800, T0002000, T0002100, T0002200, T0002300, T0002400, T0002500, T0002600, T0002700, T0002800, T0002900, T0003000, T0003100, T0003200, T0003300, T0003400, T0003500, T0003600, T0003700, T0003800, T0003900, T0004000, T0004100, T0004200, T0004300, T0004400, T0004500, T2261500, T2261600, T2261700, T2261800, T2261900, T2262000, T2262100, T2262200, T2262300, T2262400, T2262500, T2262600, T2262700, T2262800, T2262900, T2263000, T2263100, T2263200, T2263300, T2263400, T2263500, T2263600, T2263700, T2263800 FROM Extract.tblGen1Explicit WHERE (R0000100 = @R0000100) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SELECT R0000100, R0000149, R0000150, R0000151, R0000152, R0000153, R0000154, R0000155, R0000156, R0000157, R0000158, R0000159, R0000162, R0000163, R0000164, R0000165, R0000166, R0214700, R0214800, R4125101, R4125801, R4126501, R4127201, R4127901, R4128601, R4129301, R4130001, R4130701, R4131401, R4132101, R4132801, R4133701, R4521500, R4521700, R4521800, R4521900, R4522000, R4522100, R4522200, R4522300, R4522400, R4522500, R4522600, R4522700, R4522800, T0002000, T0002100, T0002200, T0002300, T0002400, T0002500, T0002600, T0002700, T0002800, T0002900, T0003000, T0003100, T0003200, T0003300, T0003400, T0003500, T0003600, T0003700, T0003800, T0003900, T0004000, T0004100, T0004200, T0004300, T0004400, T0004500, T2261500, T2261600, T2261700, T2261800, T2261900, T2262000, T2262100, T2262200, T2262300, T2262400, T2262500, T2262600, T2262700, T2262800, T2262900, T2263000, T2263100, T2263200, T2263300, T2263400, T2263500, T2263600, T2263700, T2263800 FROM Extract.tblGen1Explicit - - - - - - UPDATE [Extract].[tblGen1Explicit] SET [R0000100] = @R0000100, [R0000149] = @R0000149, [R0000150] = @R0000150, [R0000151] = @R0000151, [R0000152] = @R0000152, [R0000153] = @R0000153, [R0000154] = @R0000154, [R0000155] = @R0000155, [R0000156] = @R0000156, [R0000157] = @R0000157, [R0000158] = @R0000158, [R0000159] = @R0000159, [R0000162] = @R0000162, [R0000163] = @R0000163, [R0000164] = @R0000164, [R0000165] = @R0000165, [R0000166] = @R0000166, [R0214700] = @R0214700, [R0214800] = @R0214800, [R4125101] = @R4125101, [R4125801] = @R4125801, [R4126501] = @R4126501, [R4127201] = @R4127201, [R4127901] = @R4127901, [R4128601] = @R4128601, [R4129301] = @R4129301, [R4130001] = @R4130001, [R4130701] = @R4130701, [R4131401] = @R4131401, [R4132101] = @R4132101, [R4132801] = @R4132801, [R4133701] = @R4133701, [R4521500] = @R4521500, [R4521700] = @R4521700, [R4521800] = @R4521800, [R4521900] = @R4521900, [R4522000] = @R4522000, [R4522100] = @R4522100, [R4522200] = @R4522200, [R4522300] = @R4522300, [R4522400] = @R4522400, [R4522500] = @R4522500, [R4522600] = @R4522600, [R4522700] = @R4522700, [R4522800] = @R4522800, [T0002000] = @T0002000, [T0002100] = @T0002100, [T0002200] = @T0002200, [T0002300] = @T0002300, [T0002400] = @T0002400, [T0002500] = @T0002500, [T0002600] = @T0002600, [T0002700] = @T0002700, [T0002800] = @T0002800, [T0002900] = @T0002900, [T0003000] = @T0003000, [T0003100] = @T0003100, [T0003200] = @T0003200, [T0003300] = @T0003300, [T0003400] = @T0003400, [T0003500] = @T0003500, [T0003600] = @T0003600, [T0003700] = @T0003700, [T0003800] = @T0003800, [T0003900] = @T0003900, [T0004000] = @T0004000, [T0004100] = @T0004100, [T0004200] = @T0004200, [T0004300] = @T0004300, [T0004400] = @T0004400, [T0004500] = @T0004500, [T2261500] = @T2261500, [T2261600] = @T2261600, [T2261700] = @T2261700, [T2261800] = @T2261800, [T2261900] = @T2261900, [T2262000] = @T2262000, [T2262100] = @T2262100, [T2262200] = @T2262200, [T2262300] = @T2262300, [T2262400] = @T2262400, [T2262500] = @T2262500, [T2262600] = @T2262600, [T2262700] = @T2262700, [T2262800] = @T2262800, [T2262900] = @T2262900, [T2263000] = @T2263000, [T2263100] = @T2263100, [T2263200] = @T2263200, [T2263300] = @T2263300, [T2263400] = @T2263400, [T2263500] = @T2263500, [T2263600] = @T2263600, [T2263700] = @T2263700, [T2263800] = @T2263800 WHERE (([R0000100] = @Original_R0000100) AND ((@IsNull_R0000149 = 1 AND [R0000149] IS NULL) OR ([R0000149] = @Original_R0000149)) AND ((@IsNull_R0000150 = 1 AND [R0000150] IS NULL) OR ([R0000150] = @Original_R0000150)) AND ((@IsNull_R0000151 = 1 AND [R0000151] IS NULL) OR ([R0000151] = @Original_R0000151)) AND ((@IsNull_R0000152 = 1 AND [R0000152] IS NULL) OR ([R0000152] = @Original_R0000152)) AND ((@IsNull_R0000153 = 1 AND [R0000153] IS NULL) OR ([R0000153] = @Original_R0000153)) AND ((@IsNull_R0000154 = 1 AND [R0000154] IS NULL) OR ([R0000154] = @Original_R0000154)) AND ((@IsNull_R0000155 = 1 AND [R0000155] IS NULL) OR ([R0000155] = @Original_R0000155)) AND ((@IsNull_R0000156 = 1 AND [R0000156] IS NULL) OR ([R0000156] = @Original_R0000156)) AND ((@IsNull_R0000157 = 1 AND [R0000157] IS NULL) OR ([R0000157] = @Original_R0000157)) AND ((@IsNull_R0000158 = 1 AND [R0000158] IS NULL) OR ([R0000158] = @Original_R0000158)) AND ((@IsNull_R0000159 = 1 AND [R0000159] IS NULL) OR ([R0000159] = @Original_R0000159)) AND ((@IsNull_R0000162 = 1 AND [R0000162] IS NULL) OR ([R0000162] = @Original_R0000162)) AND ((@IsNull_R0000163 = 1 AND [R0000163] IS NULL) OR ([R0000163] = @Original_R0000163)) AND ((@IsNull_R0000164 = 1 AND [R0000164] IS NULL) OR ([R0000164] = @Original_R0000164)) AND ((@IsNull_R0000165 = 1 AND [R0000165] IS NULL) OR ([R0000165] = @Original_R0000165)) AND ((@IsNull_R0000166 = 1 AND [R0000166] IS NULL) OR ([R0000166] = @Original_R0000166)) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R4125101 = 1 AND [R4125101] IS NULL) OR ([R4125101] = @Original_R4125101)) AND ((@IsNull_R4125801 = 1 AND [R4125801] IS NULL) OR ([R4125801] = @Original_R4125801)) AND ((@IsNull_R4126501 = 1 AND [R4126501] IS NULL) OR ([R4126501] = @Original_R4126501)) AND ((@IsNull_R4127201 = 1 AND [R4127201] IS NULL) OR ([R4127201] = @Original_R4127201)) AND ((@IsNull_R4127901 = 1 AND [R4127901] IS NULL) OR ([R4127901] = @Original_R4127901)) AND ((@IsNull_R4128601 = 1 AND [R4128601] IS NULL) OR ([R4128601] = @Original_R4128601)) AND ((@IsNull_R4129301 = 1 AND [R4129301] IS NULL) OR ([R4129301] = @Original_R4129301)) AND ((@IsNull_R4130001 = 1 AND [R4130001] IS NULL) OR ([R4130001] = @Original_R4130001)) AND ((@IsNull_R4130701 = 1 AND [R4130701] IS NULL) OR ([R4130701] = @Original_R4130701)) AND ((@IsNull_R4131401 = 1 AND [R4131401] IS NULL) OR ([R4131401] = @Original_R4131401)) AND ((@IsNull_R4132101 = 1 AND [R4132101] IS NULL) OR ([R4132101] = @Original_R4132101)) AND ((@IsNull_R4132801 = 1 AND [R4132801] IS NULL) OR ([R4132801] = @Original_R4132801)) AND ((@IsNull_R4133701 = 1 AND [R4133701] IS NULL) OR ([R4133701] = @Original_R4133701)) AND ((@IsNull_R4521500 = 1 AND [R4521500] IS NULL) OR ([R4521500] = @Original_R4521500)) AND ((@IsNull_R4521700 = 1 AND [R4521700] IS NULL) OR ([R4521700] = @Original_R4521700)) AND ((@IsNull_R4521800 = 1 AND [R4521800] IS NULL) OR ([R4521800] = @Original_R4521800)) AND ((@IsNull_R4521900 = 1 AND [R4521900] IS NULL) OR ([R4521900] = @Original_R4521900)) AND ((@IsNull_R4522000 = 1 AND [R4522000] IS NULL) OR ([R4522000] = @Original_R4522000)) AND ((@IsNull_R4522100 = 1 AND [R4522100] IS NULL) OR ([R4522100] = @Original_R4522100)) AND ((@IsNull_R4522200 = 1 AND [R4522200] IS NULL) OR ([R4522200] = @Original_R4522200)) AND ((@IsNull_R4522300 = 1 AND [R4522300] IS NULL) OR ([R4522300] = @Original_R4522300)) AND ((@IsNull_R4522400 = 1 AND [R4522400] IS NULL) OR ([R4522400] = @Original_R4522400)) AND ((@IsNull_R4522500 = 1 AND [R4522500] IS NULL) OR ([R4522500] = @Original_R4522500)) AND ((@IsNull_R4522600 = 1 AND [R4522600] IS NULL) OR ([R4522600] = @Original_R4522600)) AND ((@IsNull_R4522700 = 1 AND [R4522700] IS NULL) OR ([R4522700] = @Original_R4522700)) AND ((@IsNull_R4522800 = 1 AND [R4522800] IS NULL) OR ([R4522800] = @Original_R4522800)) AND ((@IsNull_T0002000 = 1 AND [T0002000] IS NULL) OR ([T0002000] = @Original_T0002000)) AND ((@IsNull_T0002100 = 1 AND [T0002100] IS NULL) OR ([T0002100] = @Original_T0002100)) AND ((@IsNull_T0002200 = 1 AND [T0002200] IS NULL) OR ([T0002200] = @Original_T0002200)) AND ((@IsNull_T0002300 = 1 AND [T0002300] IS NULL) OR ([T0002300] = @Original_T0002300)) AND ((@IsNull_T0002400 = 1 AND [T0002400] IS NULL) OR ([T0002400] = @Original_T0002400)) AND ((@IsNull_T0002500 = 1 AND [T0002500] IS NULL) OR ([T0002500] = @Original_T0002500)) AND ((@IsNull_T0002600 = 1 AND [T0002600] IS NULL) OR ([T0002600] = @Original_T0002600)) AND ((@IsNull_T0002700 = 1 AND [T0002700] IS NULL) OR ([T0002700] = @Original_T0002700)) AND ((@IsNull_T0002800 = 1 AND [T0002800] IS NULL) OR ([T0002800] = @Original_T0002800)) AND ((@IsNull_T0002900 = 1 AND [T0002900] IS NULL) OR ([T0002900] = @Original_T0002900)) AND ((@IsNull_T0003000 = 1 AND [T0003000] IS NULL) OR ([T0003000] = @Original_T0003000)) AND ((@IsNull_T0003100 = 1 AND [T0003100] IS NULL) OR ([T0003100] = @Original_T0003100)) AND ((@IsNull_T0003200 = 1 AND [T0003200] IS NULL) OR ([T0003200] = @Original_T0003200)) AND ((@IsNull_T0003300 = 1 AND [T0003300] IS NULL) OR ([T0003300] = @Original_T0003300)) AND ((@IsNull_T0003400 = 1 AND [T0003400] IS NULL) OR ([T0003400] = @Original_T0003400)) AND ((@IsNull_T0003500 = 1 AND [T0003500] IS NULL) OR ([T0003500] = @Original_T0003500)) AND ((@IsNull_T0003600 = 1 AND [T0003600] IS NULL) OR ([T0003600] = @Original_T0003600)) AND ((@IsNull_T0003700 = 1 AND [T0003700] IS NULL) OR ([T0003700] = @Original_T0003700)) AND ((@IsNull_T0003800 = 1 AND [T0003800] IS NULL) OR ([T0003800] = @Original_T0003800)) AND ((@IsNull_T0003900 = 1 AND [T0003900] IS NULL) OR ([T0003900] = @Original_T0003900)) AND ((@IsNull_T0004000 = 1 AND [T0004000] IS NULL) OR ([T0004000] = @Original_T0004000)) AND ((@IsNull_T0004100 = 1 AND [T0004100] IS NULL) OR ([T0004100] = @Original_T0004100)) AND ((@IsNull_T0004200 = 1 AND [T0004200] IS NULL) OR ([T0004200] = @Original_T0004200)) AND ((@IsNull_T0004300 = 1 AND [T0004300] IS NULL) OR ([T0004300] = @Original_T0004300)) AND ((@IsNull_T0004400 = 1 AND [T0004400] IS NULL) OR ([T0004400] = @Original_T0004400)) AND ((@IsNull_T0004500 = 1 AND [T0004500] IS NULL) OR ([T0004500] = @Original_T0004500)) AND ((@IsNull_T2261500 = 1 AND [T2261500] IS NULL) OR ([T2261500] = @Original_T2261500)) AND ((@IsNull_T2261600 = 1 AND [T2261600] IS NULL) OR ([T2261600] = @Original_T2261600)) AND ((@IsNull_T2261700 = 1 AND [T2261700] IS NULL) OR ([T2261700] = @Original_T2261700)) AND ((@IsNull_T2261800 = 1 AND [T2261800] IS NULL) OR ([T2261800] = @Original_T2261800)) AND ((@IsNull_T2261900 = 1 AND [T2261900] IS NULL) OR ([T2261900] = @Original_T2261900)) AND ((@IsNull_T2262000 = 1 AND [T2262000] IS NULL) OR ([T2262000] = @Original_T2262000)) AND ((@IsNull_T2262100 = 1 AND [T2262100] IS NULL) OR ([T2262100] = @Original_T2262100)) AND ((@IsNull_T2262200 = 1 AND [T2262200] IS NULL) OR ([T2262200] = @Original_T2262200)) AND ((@IsNull_T2262300 = 1 AND [T2262300] IS NULL) OR ([T2262300] = @Original_T2262300)) AND ((@IsNull_T2262400 = 1 AND [T2262400] IS NULL) OR ([T2262400] = @Original_T2262400)) AND ((@IsNull_T2262500 = 1 AND [T2262500] IS NULL) OR ([T2262500] = @Original_T2262500)) AND ((@IsNull_T2262600 = 1 AND [T2262600] IS NULL) OR ([T2262600] = @Original_T2262600)) AND ((@IsNull_T2262700 = 1 AND [T2262700] IS NULL) OR ([T2262700] = @Original_T2262700)) AND ((@IsNull_T2262800 = 1 AND [T2262800] IS NULL) OR ([T2262800] = @Original_T2262800)) AND ((@IsNull_T2262900 = 1 AND [T2262900] IS NULL) OR ([T2262900] = @Original_T2262900)) AND ((@IsNull_T2263000 = 1 AND [T2263000] IS NULL) OR ([T2263000] = @Original_T2263000)) AND ((@IsNull_T2263100 = 1 AND [T2263100] IS NULL) OR ([T2263100] = @Original_T2263100)) AND ((@IsNull_T2263200 = 1 AND [T2263200] IS NULL) OR ([T2263200] = @Original_T2263200)) AND ((@IsNull_T2263300 = 1 AND [T2263300] IS NULL) OR ([T2263300] = @Original_T2263300)) AND ((@IsNull_T2263400 = 1 AND [T2263400] IS NULL) OR ([T2263400] = @Original_T2263400)) AND ((@IsNull_T2263500 = 1 AND [T2263500] IS NULL) OR ([T2263500] = @Original_T2263500)) AND ((@IsNull_T2263600 = 1 AND [T2263600] IS NULL) OR ([T2263600] = @Original_T2263600)) AND ((@IsNull_T2263700 = 1 AND [T2263700] IS NULL) OR ([T2263700] = @Original_T2263700)) AND ((@IsNull_T2263800 = 1 AND [T2263800] IS NULL) OR ([T2263800] = @Original_T2263800))); -SELECT R0000100, R0000149, R0000150, R0000151, R0000152, R0000153, R0000154, R0000155, R0000156, R0000157, R0000158, R0000159, R0000162, R0000163, R0000164, R0000165, R0000166, R0214700, R0214800, R4125101, R4125801, R4126501, R4127201, R4127901, R4128601, R4129301, R4130001, R4130701, R4131401, R4132101, R4132801, R4133701, R4521500, R4521700, R4521800, R4521900, R4522000, R4522100, R4522200, R4522300, R4522400, R4522500, R4522600, R4522700, R4522800, T0002000, T0002100, T0002200, T0002300, T0002400, T0002500, T0002600, T0002700, T0002800, T0002900, T0003000, T0003100, T0003200, T0003300, T0003400, T0003500, T0003600, T0003700, T0003800, T0003900, T0004000, T0004100, T0004200, T0004300, T0004400, T0004500, T2261500, T2261600, T2261700, T2261800, T2261900, T2262000, T2262100, T2262200, T2262300, T2262400, T2262500, T2262600, T2262700, T2262800, T2262900, T2263000, T2263100, T2263200, T2263300, T2263400, T2263500, T2263600, T2263700, T2263800 FROM Extract.tblGen1Explicit WHERE (R0000100 = @R0000100) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - DELETE FROM [Extract].[tblGen1Implicit] WHERE (((@IsNull_H0001600 = 1 AND [H0001600] IS NULL) OR ([H0001600] = @Original_H0001600)) AND ((@IsNull_H0001700 = 1 AND [H0001700] IS NULL) OR ([H0001700] = @Original_H0001700)) AND ((@IsNull_H0001800 = 1 AND [H0001800] IS NULL) OR ([H0001800] = @Original_H0001800)) AND ((@IsNull_H0001900 = 1 AND [H0001900] IS NULL) OR ([H0001900] = @Original_H0001900)) AND ((@IsNull_H0002000 = 1 AND [H0002000] IS NULL) OR ([H0002000] = @Original_H0002000)) AND ((@IsNull_H0002100 = 1 AND [H0002100] IS NULL) OR ([H0002100] = @Original_H0002100)) AND ((@IsNull_H0002200 = 1 AND [H0002200] IS NULL) OR ([H0002200] = @Original_H0002200)) AND ((@IsNull_H0002300 = 1 AND [H0002300] IS NULL) OR ([H0002300] = @Original_H0002300)) AND ((@IsNull_H0002400 = 1 AND [H0002400] IS NULL) OR ([H0002400] = @Original_H0002400)) AND ((@IsNull_H0002500 = 1 AND [H0002500] IS NULL) OR ([H0002500] = @Original_H0002500)) AND ((@IsNull_H0002600 = 1 AND [H0002600] IS NULL) OR ([H0002600] = @Original_H0002600)) AND ((@IsNull_H0002700 = 1 AND [H0002700] IS NULL) OR ([H0002700] = @Original_H0002700)) AND ((@IsNull_H0002800 = 1 AND [H0002800] IS NULL) OR ([H0002800] = @Original_H0002800)) AND ((@IsNull_H0002900 = 1 AND [H0002900] IS NULL) OR ([H0002900] = @Original_H0002900)) AND ((@IsNull_H0003000 = 1 AND [H0003000] IS NULL) OR ([H0003000] = @Original_H0003000)) AND ((@IsNull_H0003100 = 1 AND [H0003100] IS NULL) OR ([H0003100] = @Original_H0003100)) AND ((@IsNull_H0013600 = 1 AND [H0013600] IS NULL) OR ([H0013600] = @Original_H0013600)) AND ((@IsNull_H0013700 = 1 AND [H0013700] IS NULL) OR ([H0013700] = @Original_H0013700)) AND ((@IsNull_H0013800 = 1 AND [H0013800] IS NULL) OR ([H0013800] = @Original_H0013800)) AND ((@IsNull_H0013900 = 1 AND [H0013900] IS NULL) OR ([H0013900] = @Original_H0013900)) AND ((@IsNull_H0014000 = 1 AND [H0014000] IS NULL) OR ([H0014000] = @Original_H0014000)) AND ((@IsNull_H0014100 = 1 AND [H0014100] IS NULL) OR ([H0014100] = @Original_H0014100)) AND ((@IsNull_H0014200 = 1 AND [H0014200] IS NULL) OR ([H0014200] = @Original_H0014200)) AND ((@IsNull_H0014300 = 1 AND [H0014300] IS NULL) OR ([H0014300] = @Original_H0014300)) AND ((@IsNull_H0014400 = 1 AND [H0014400] IS NULL) OR ([H0014400] = @Original_H0014400)) AND ((@IsNull_H0014500 = 1 AND [H0014500] IS NULL) OR ([H0014500] = @Original_H0014500)) AND ((@IsNull_H0014700 = 1 AND [H0014700] IS NULL) OR ([H0014700] = @Original_H0014700)) AND ((@IsNull_H0014800 = 1 AND [H0014800] IS NULL) OR ([H0014800] = @Original_H0014800)) AND ((@IsNull_H0014900 = 1 AND [H0014900] IS NULL) OR ([H0014900] = @Original_H0014900)) AND ((@IsNull_H0015000 = 1 AND [H0015000] IS NULL) OR ([H0015000] = @Original_H0015000)) AND ((@IsNull_H0015100 = 1 AND [H0015100] IS NULL) OR ([H0015100] = @Original_H0015100)) AND ((@IsNull_H0015200 = 1 AND [H0015200] IS NULL) OR ([H0015200] = @Original_H0015200)) AND ((@IsNull_H0015300 = 1 AND [H0015300] IS NULL) OR ([H0015300] = @Original_H0015300)) AND ((@IsNull_H0015400 = 1 AND [H0015400] IS NULL) OR ([H0015400] = @Original_H0015400)) AND ((@IsNull_H0015500 = 1 AND [H0015500] IS NULL) OR ([H0015500] = @Original_H0015500)) AND ((@IsNull_H0015600 = 1 AND [H0015600] IS NULL) OR ([H0015600] = @Original_H0015600)) AND ((@IsNull_H0015700 = 1 AND [H0015700] IS NULL) OR ([H0015700] = @Original_H0015700)) AND ((@IsNull_H0015800 = 1 AND [H0015800] IS NULL) OR ([H0015800] = @Original_H0015800)) AND ((@IsNull_H0015803 = 1 AND [H0015803] IS NULL) OR ([H0015803] = @Original_H0015803)) AND ((@IsNull_H0015804 = 1 AND [H0015804] IS NULL) OR ([H0015804] = @Original_H0015804)) AND ([R0000100] = @Original_R0000100) AND ((@IsNull_R0006100 = 1 AND [R0006100] IS NULL) OR ([R0006100] = @Original_R0006100)) AND ((@IsNull_R0006500 = 1 AND [R0006500] IS NULL) OR ([R0006500] = @Original_R0006500)) AND ((@IsNull_R0007300 = 1 AND [R0007300] IS NULL) OR ([R0007300] = @Original_R0007300)) AND ((@IsNull_R0007700 = 1 AND [R0007700] IS NULL) OR ([R0007700] = @Original_R0007700)) AND ((@IsNull_R0007900 = 1 AND [R0007900] IS NULL) OR ([R0007900] = @Original_R0007900)) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R2302900 = 1 AND [R2302900] IS NULL) OR ([R2302900] = @Original_R2302900)) AND ((@IsNull_R2303100 = 1 AND [R2303100] IS NULL) OR ([R2303100] = @Original_R2303100)) AND ((@IsNull_R2303200 = 1 AND [R2303200] IS NULL) OR ([R2303200] = @Original_R2303200)) AND ((@IsNull_R2303300 = 1 AND [R2303300] IS NULL) OR ([R2303300] = @Original_R2303300)) AND ((@IsNull_R2303500 = 1 AND [R2303500] IS NULL) OR ([R2303500] = @Original_R2303500)) AND ((@IsNull_R2303600 = 1 AND [R2303600] IS NULL) OR ([R2303600] = @Original_R2303600)) AND ((@IsNull_R2505100 = 1 AND [R2505100] IS NULL) OR ([R2505100] = @Original_R2505100)) AND ((@IsNull_R2505300 = 1 AND [R2505300] IS NULL) OR ([R2505300] = @Original_R2505300)) AND ((@IsNull_R2505400 = 1 AND [R2505400] IS NULL) OR ([R2505400] = @Original_R2505400)) AND ((@IsNull_R2505500 = 1 AND [R2505500] IS NULL) OR ([R2505500] = @Original_R2505500)) AND ((@IsNull_R2505700 = 1 AND [R2505700] IS NULL) OR ([R2505700] = @Original_R2505700)) AND ((@IsNull_R2505800 = 1 AND [R2505800] IS NULL) OR ([R2505800] = @Original_R2505800)) AND ((@IsNull_R2737900 = 1 AND [R2737900] IS NULL) OR ([R2737900] = @Original_R2737900)) AND ((@IsNull_R2837200 = 1 AND [R2837200] IS NULL) OR ([R2837200] = @Original_R2837200)) AND ((@IsNull_R2837300 = 1 AND [R2837300] IS NULL) OR ([R2837300] = @Original_R2837300)) AND ((@IsNull_R2837400 = 1 AND [R2837400] IS NULL) OR ([R2837400] = @Original_R2837400)) AND ((@IsNull_R2837500 = 1 AND [R2837500] IS NULL) OR ([R2837500] = @Original_R2837500)) AND ((@IsNull_R2837600 = 1 AND [R2837600] IS NULL) OR ([R2837600] = @Original_R2837600)) AND ((@IsNull_R2837700 = 1 AND [R2837700] IS NULL) OR ([R2837700] = @Original_R2837700)) AND ((@IsNull_R2837800 = 1 AND [R2837800] IS NULL) OR ([R2837800] = @Original_R2837800)) AND ((@IsNull_R2837900 = 1 AND [R2837900] IS NULL) OR ([R2837900] = @Original_R2837900)) AND ((@IsNull_R2838000 = 1 AND [R2838000] IS NULL) OR ([R2838000] = @Original_R2838000)) AND ((@IsNull_R2838100 = 1 AND [R2838100] IS NULL) OR ([R2838100] = @Original_R2838100)) AND ((@IsNull_R2838200 = 1 AND [R2838200] IS NULL) OR ([R2838200] = @Original_R2838200)) AND ((@IsNull_R2838300 = 1 AND [R2838300] IS NULL) OR ([R2838300] = @Original_R2838300)) AND ((@IsNull_R2838400 = 1 AND [R2838400] IS NULL) OR ([R2838400] = @Original_R2838400)) AND ((@IsNull_R2838500 = 1 AND [R2838500] IS NULL) OR ([R2838500] = @Original_R2838500)) AND ((@IsNull_R2838600 = 1 AND [R2838600] IS NULL) OR ([R2838600] = @Original_R2838600)) AND ((@IsNull_R2838700 = 1 AND [R2838700] IS NULL) OR ([R2838700] = @Original_R2838700)) AND ((@IsNull_R2838800 = 1 AND [R2838800] IS NULL) OR ([R2838800] = @Original_R2838800)) AND ((@IsNull_R2838900 = 1 AND [R2838900] IS NULL) OR ([R2838900] = @Original_R2838900)) AND ((@IsNull_R2839000 = 1 AND [R2839000] IS NULL) OR ([R2839000] = @Original_R2839000)) AND ((@IsNull_R2839100 = 1 AND [R2839100] IS NULL) OR ([R2839100] = @Original_R2839100)) AND ((@IsNull_R2839200 = 1 AND [R2839200] IS NULL) OR ([R2839200] = @Original_R2839200)) AND ((@IsNull_R2839300 = 1 AND [R2839300] IS NULL) OR ([R2839300] = @Original_R2839300)) AND ((@IsNull_R2839400 = 1 AND [R2839400] IS NULL) OR ([R2839400] = @Original_R2839400)) AND ((@IsNull_R2839500 = 1 AND [R2839500] IS NULL) OR ([R2839500] = @Original_R2839500)) AND ((@IsNull_R2839600 = 1 AND [R2839600] IS NULL) OR ([R2839600] = @Original_R2839600)) AND ((@IsNull_R2839700 = 1 AND [R2839700] IS NULL) OR ([R2839700] = @Original_R2839700)) AND ((@IsNull_R2839800 = 1 AND [R2839800] IS NULL) OR ([R2839800] = @Original_R2839800)) AND ((@IsNull_R2839900 = 1 AND [R2839900] IS NULL) OR ([R2839900] = @Original_R2839900)) AND ((@IsNull_R2840000 = 1 AND [R2840000] IS NULL) OR ([R2840000] = @Original_R2840000)) AND ((@IsNull_R2840100 = 1 AND [R2840100] IS NULL) OR ([R2840100] = @Original_R2840100)) AND ((@IsNull_R2840200 = 1 AND [R2840200] IS NULL) OR ([R2840200] = @Original_R2840200)) AND ((@IsNull_R2840300 = 1 AND [R2840300] IS NULL) OR ([R2840300] = @Original_R2840300)) AND ((@IsNull_R2840400 = 1 AND [R2840400] IS NULL) OR ([R2840400] = @Original_R2840400)) AND ((@IsNull_R2840500 = 1 AND [R2840500] IS NULL) OR ([R2840500] = @Original_R2840500)) AND ((@IsNull_R2840600 = 1 AND [R2840600] IS NULL) OR ([R2840600] = @Original_R2840600)) AND ((@IsNull_R2840700 = 1 AND [R2840700] IS NULL) OR ([R2840700] = @Original_R2840700)) AND ((@IsNull_R2840800 = 1 AND [R2840800] IS NULL) OR ([R2840800] = @Original_R2840800)) AND ((@IsNull_R2840900 = 1 AND [R2840900] IS NULL) OR ([R2840900] = @Original_R2840900)) AND ((@IsNull_R2841000 = 1 AND [R2841000] IS NULL) OR ([R2841000] = @Original_R2841000)) AND ((@IsNull_R2841100 = 1 AND [R2841100] IS NULL) OR ([R2841100] = @Original_R2841100))) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - INSERT INTO [Extract].[tblGen1Implicit] ([H0001600], [H0001700], [H0001800], [H0001900], [H0002000], [H0002100], [H0002200], [H0002300], [H0002400], [H0002500], [H0002600], [H0002700], [H0002800], [H0002900], [H0003000], [H0003100], [H0013600], [H0013700], [H0013800], [H0013900], [H0014000], [H0014100], [H0014200], [H0014300], [H0014400], [H0014500], [H0014700], [H0014800], [H0014900], [H0015000], [H0015100], [H0015200], [H0015300], [H0015400], [H0015500], [H0015600], [H0015700], [H0015800], [H0015803], [H0015804], [R0000100], [R0006100], [R0006500], [R0007300], [R0007700], [R0007900], [R0214700], [R0214800], [R2302900], [R2303100], [R2303200], [R2303300], [R2303500], [R2303600], [R2505100], [R2505300], [R2505400], [R2505500], [R2505700], [R2505800], [R2737900], [R2837200], [R2837300], [R2837400], [R2837500], [R2837600], [R2837700], [R2837800], [R2837900], [R2838000], [R2838100], [R2838200], [R2838300], [R2838400], [R2838500], [R2838600], [R2838700], [R2838800], [R2838900], [R2839000], [R2839100], [R2839200], [R2839300], [R2839400], [R2839500], [R2839600], [R2839700], [R2839800], [R2839900], [R2840000], [R2840100], [R2840200], [R2840300], [R2840400], [R2840500], [R2840600], [R2840700], [R2840800], [R2840900], [R2841000], [R2841100]) VALUES (@H0001600, @H0001700, @H0001800, @H0001900, @H0002000, @H0002100, @H0002200, @H0002300, @H0002400, @H0002500, @H0002600, @H0002700, @H0002800, @H0002900, @H0003000, @H0003100, @H0013600, @H0013700, @H0013800, @H0013900, @H0014000, @H0014100, @H0014200, @H0014300, @H0014400, @H0014500, @H0014700, @H0014800, @H0014900, @H0015000, @H0015100, @H0015200, @H0015300, @H0015400, @H0015500, @H0015600, @H0015700, @H0015800, @H0015803, @H0015804, @R0000100, @R0006100, @R0006500, @R0007300, @R0007700, @R0007900, @R0214700, @R0214800, @R2302900, @R2303100, @R2303200, @R2303300, @R2303500, @R2303600, @R2505100, @R2505300, @R2505400, @R2505500, @R2505700, @R2505800, @R2737900, @R2837200, @R2837300, @R2837400, @R2837500, @R2837600, @R2837700, @R2837800, @R2837900, @R2838000, @R2838100, @R2838200, @R2838300, @R2838400, @R2838500, @R2838600, @R2838700, @R2838800, @R2838900, @R2839000, @R2839100, @R2839200, @R2839300, @R2839400, @R2839500, @R2839600, @R2839700, @R2839800, @R2839900, @R2840000, @R2840100, @R2840200, @R2840300, @R2840400, @R2840500, @R2840600, @R2840700, @R2840800, @R2840900, @R2841000, @R2841100); -SELECT H0001600, H0001700, H0001800, H0001900, H0002000, H0002100, H0002200, H0002300, H0002400, H0002500, H0002600, H0002700, H0002800, H0002900, H0003000, H0003100, H0013600, H0013700, H0013800, H0013900, H0014000, H0014100, H0014200, H0014300, H0014400, H0014500, H0014700, H0014800, H0014900, H0015000, H0015100, H0015200, H0015300, H0015400, H0015500, H0015600, H0015700, H0015800, H0015803, H0015804, R0000100, R0006100, R0006500, R0007300, R0007700, R0007900, R0214700, R0214800, R2302900, R2303100, R2303200, R2303300, R2303500, R2303600, R2505100, R2505300, R2505400, R2505500, R2505700, R2505800, R2737900, R2837200, R2837300, R2837400, R2837500, R2837600, R2837700, R2837800, R2837900, R2838000, R2838100, R2838200, R2838300, R2838400, R2838500, R2838600, R2838700, R2838800, R2838900, R2839000, R2839100, R2839200, R2839300, R2839400, R2839500, R2839600, R2839700, R2839800, R2839900, R2840000, R2840100, R2840200, R2840300, R2840400, R2840500, R2840600, R2840700, R2840800, R2840900, R2841000, R2841100 FROM Extract.tblGen1Implicit WHERE (R0000100 = @R0000100) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SELECT H0001600, H0001700, H0001800, H0001900, H0002000, H0002100, H0002200, H0002300, H0002400, H0002500, H0002600, H0002700, H0002800, H0002900, H0003000, H0003100, H0013600, H0013700, H0013800, H0013900, H0014000, H0014100, H0014200, H0014300, H0014400, H0014500, H0014700, H0014800, H0014900, H0015000, H0015100, H0015200, H0015300, H0015400, H0015500, H0015600, H0015700, H0015800, H0015803, H0015804, R0000100, R0006100, R0006500, R0007300, R0007700, R0007900, R0214700, R0214800, R2302900, R2303100, R2303200, R2303300, R2303500, R2303600, R2505100, R2505300, R2505400, R2505500, R2505700, R2505800, R2737900, R2837200, R2837300, R2837400, R2837500, R2837600, R2837700, R2837800, R2837900, R2838000, R2838100, R2838200, R2838300, R2838400, R2838500, R2838600, R2838700, R2838800, R2838900, R2839000, R2839100, R2839200, R2839300, R2839400, R2839500, R2839600, R2839700, R2839800, R2839900, R2840000, R2840100, R2840200, R2840300, R2840400, R2840500, R2840600, R2840700, R2840800, R2840900, R2841000, R2841100 FROM Extract.tblGen1Implicit - - - - - - UPDATE [Extract].[tblGen1Implicit] SET [H0001600] = @H0001600, [H0001700] = @H0001700, [H0001800] = @H0001800, [H0001900] = @H0001900, [H0002000] = @H0002000, [H0002100] = @H0002100, [H0002200] = @H0002200, [H0002300] = @H0002300, [H0002400] = @H0002400, [H0002500] = @H0002500, [H0002600] = @H0002600, [H0002700] = @H0002700, [H0002800] = @H0002800, [H0002900] = @H0002900, [H0003000] = @H0003000, [H0003100] = @H0003100, [H0013600] = @H0013600, [H0013700] = @H0013700, [H0013800] = @H0013800, [H0013900] = @H0013900, [H0014000] = @H0014000, [H0014100] = @H0014100, [H0014200] = @H0014200, [H0014300] = @H0014300, [H0014400] = @H0014400, [H0014500] = @H0014500, [H0014700] = @H0014700, [H0014800] = @H0014800, [H0014900] = @H0014900, [H0015000] = @H0015000, [H0015100] = @H0015100, [H0015200] = @H0015200, [H0015300] = @H0015300, [H0015400] = @H0015400, [H0015500] = @H0015500, [H0015600] = @H0015600, [H0015700] = @H0015700, [H0015800] = @H0015800, [H0015803] = @H0015803, [H0015804] = @H0015804, [R0000100] = @R0000100, [R0006100] = @R0006100, [R0006500] = @R0006500, [R0007300] = @R0007300, [R0007700] = @R0007700, [R0007900] = @R0007900, [R0214700] = @R0214700, [R0214800] = @R0214800, [R2302900] = @R2302900, [R2303100] = @R2303100, [R2303200] = @R2303200, [R2303300] = @R2303300, [R2303500] = @R2303500, [R2303600] = @R2303600, [R2505100] = @R2505100, [R2505300] = @R2505300, [R2505400] = @R2505400, [R2505500] = @R2505500, [R2505700] = @R2505700, [R2505800] = @R2505800, [R2737900] = @R2737900, [R2837200] = @R2837200, [R2837300] = @R2837300, [R2837400] = @R2837400, [R2837500] = @R2837500, [R2837600] = @R2837600, [R2837700] = @R2837700, [R2837800] = @R2837800, [R2837900] = @R2837900, [R2838000] = @R2838000, [R2838100] = @R2838100, [R2838200] = @R2838200, [R2838300] = @R2838300, [R2838400] = @R2838400, [R2838500] = @R2838500, [R2838600] = @R2838600, [R2838700] = @R2838700, [R2838800] = @R2838800, [R2838900] = @R2838900, [R2839000] = @R2839000, [R2839100] = @R2839100, [R2839200] = @R2839200, [R2839300] = @R2839300, [R2839400] = @R2839400, [R2839500] = @R2839500, [R2839600] = @R2839600, [R2839700] = @R2839700, [R2839800] = @R2839800, [R2839900] = @R2839900, [R2840000] = @R2840000, [R2840100] = @R2840100, [R2840200] = @R2840200, [R2840300] = @R2840300, [R2840400] = @R2840400, [R2840500] = @R2840500, [R2840600] = @R2840600, [R2840700] = @R2840700, [R2840800] = @R2840800, [R2840900] = @R2840900, [R2841000] = @R2841000, [R2841100] = @R2841100 WHERE (((@IsNull_H0001600 = 1 AND [H0001600] IS NULL) OR ([H0001600] = @Original_H0001600)) AND ((@IsNull_H0001700 = 1 AND [H0001700] IS NULL) OR ([H0001700] = @Original_H0001700)) AND ((@IsNull_H0001800 = 1 AND [H0001800] IS NULL) OR ([H0001800] = @Original_H0001800)) AND ((@IsNull_H0001900 = 1 AND [H0001900] IS NULL) OR ([H0001900] = @Original_H0001900)) AND ((@IsNull_H0002000 = 1 AND [H0002000] IS NULL) OR ([H0002000] = @Original_H0002000)) AND ((@IsNull_H0002100 = 1 AND [H0002100] IS NULL) OR ([H0002100] = @Original_H0002100)) AND ((@IsNull_H0002200 = 1 AND [H0002200] IS NULL) OR ([H0002200] = @Original_H0002200)) AND ((@IsNull_H0002300 = 1 AND [H0002300] IS NULL) OR ([H0002300] = @Original_H0002300)) AND ((@IsNull_H0002400 = 1 AND [H0002400] IS NULL) OR ([H0002400] = @Original_H0002400)) AND ((@IsNull_H0002500 = 1 AND [H0002500] IS NULL) OR ([H0002500] = @Original_H0002500)) AND ((@IsNull_H0002600 = 1 AND [H0002600] IS NULL) OR ([H0002600] = @Original_H0002600)) AND ((@IsNull_H0002700 = 1 AND [H0002700] IS NULL) OR ([H0002700] = @Original_H0002700)) AND ((@IsNull_H0002800 = 1 AND [H0002800] IS NULL) OR ([H0002800] = @Original_H0002800)) AND ((@IsNull_H0002900 = 1 AND [H0002900] IS NULL) OR ([H0002900] = @Original_H0002900)) AND ((@IsNull_H0003000 = 1 AND [H0003000] IS NULL) OR ([H0003000] = @Original_H0003000)) AND ((@IsNull_H0003100 = 1 AND [H0003100] IS NULL) OR ([H0003100] = @Original_H0003100)) AND ((@IsNull_H0013600 = 1 AND [H0013600] IS NULL) OR ([H0013600] = @Original_H0013600)) AND ((@IsNull_H0013700 = 1 AND [H0013700] IS NULL) OR ([H0013700] = @Original_H0013700)) AND ((@IsNull_H0013800 = 1 AND [H0013800] IS NULL) OR ([H0013800] = @Original_H0013800)) AND ((@IsNull_H0013900 = 1 AND [H0013900] IS NULL) OR ([H0013900] = @Original_H0013900)) AND ((@IsNull_H0014000 = 1 AND [H0014000] IS NULL) OR ([H0014000] = @Original_H0014000)) AND ((@IsNull_H0014100 = 1 AND [H0014100] IS NULL) OR ([H0014100] = @Original_H0014100)) AND ((@IsNull_H0014200 = 1 AND [H0014200] IS NULL) OR ([H0014200] = @Original_H0014200)) AND ((@IsNull_H0014300 = 1 AND [H0014300] IS NULL) OR ([H0014300] = @Original_H0014300)) AND ((@IsNull_H0014400 = 1 AND [H0014400] IS NULL) OR ([H0014400] = @Original_H0014400)) AND ((@IsNull_H0014500 = 1 AND [H0014500] IS NULL) OR ([H0014500] = @Original_H0014500)) AND ((@IsNull_H0014700 = 1 AND [H0014700] IS NULL) OR ([H0014700] = @Original_H0014700)) AND ((@IsNull_H0014800 = 1 AND [H0014800] IS NULL) OR ([H0014800] = @Original_H0014800)) AND ((@IsNull_H0014900 = 1 AND [H0014900] IS NULL) OR ([H0014900] = @Original_H0014900)) AND ((@IsNull_H0015000 = 1 AND [H0015000] IS NULL) OR ([H0015000] = @Original_H0015000)) AND ((@IsNull_H0015100 = 1 AND [H0015100] IS NULL) OR ([H0015100] = @Original_H0015100)) AND ((@IsNull_H0015200 = 1 AND [H0015200] IS NULL) OR ([H0015200] = @Original_H0015200)) AND ((@IsNull_H0015300 = 1 AND [H0015300] IS NULL) OR ([H0015300] = @Original_H0015300)) AND ((@IsNull_H0015400 = 1 AND [H0015400] IS NULL) OR ([H0015400] = @Original_H0015400)) AND ((@IsNull_H0015500 = 1 AND [H0015500] IS NULL) OR ([H0015500] = @Original_H0015500)) AND ((@IsNull_H0015600 = 1 AND [H0015600] IS NULL) OR ([H0015600] = @Original_H0015600)) AND ((@IsNull_H0015700 = 1 AND [H0015700] IS NULL) OR ([H0015700] = @Original_H0015700)) AND ((@IsNull_H0015800 = 1 AND [H0015800] IS NULL) OR ([H0015800] = @Original_H0015800)) AND ((@IsNull_H0015803 = 1 AND [H0015803] IS NULL) OR ([H0015803] = @Original_H0015803)) AND ((@IsNull_H0015804 = 1 AND [H0015804] IS NULL) OR ([H0015804] = @Original_H0015804)) AND ([R0000100] = @Original_R0000100) AND ((@IsNull_R0006100 = 1 AND [R0006100] IS NULL) OR ([R0006100] = @Original_R0006100)) AND ((@IsNull_R0006500 = 1 AND [R0006500] IS NULL) OR ([R0006500] = @Original_R0006500)) AND ((@IsNull_R0007300 = 1 AND [R0007300] IS NULL) OR ([R0007300] = @Original_R0007300)) AND ((@IsNull_R0007700 = 1 AND [R0007700] IS NULL) OR ([R0007700] = @Original_R0007700)) AND ((@IsNull_R0007900 = 1 AND [R0007900] IS NULL) OR ([R0007900] = @Original_R0007900)) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R2302900 = 1 AND [R2302900] IS NULL) OR ([R2302900] = @Original_R2302900)) AND ((@IsNull_R2303100 = 1 AND [R2303100] IS NULL) OR ([R2303100] = @Original_R2303100)) AND ((@IsNull_R2303200 = 1 AND [R2303200] IS NULL) OR ([R2303200] = @Original_R2303200)) AND ((@IsNull_R2303300 = 1 AND [R2303300] IS NULL) OR ([R2303300] = @Original_R2303300)) AND ((@IsNull_R2303500 = 1 AND [R2303500] IS NULL) OR ([R2303500] = @Original_R2303500)) AND ((@IsNull_R2303600 = 1 AND [R2303600] IS NULL) OR ([R2303600] = @Original_R2303600)) AND ((@IsNull_R2505100 = 1 AND [R2505100] IS NULL) OR ([R2505100] = @Original_R2505100)) AND ((@IsNull_R2505300 = 1 AND [R2505300] IS NULL) OR ([R2505300] = @Original_R2505300)) AND ((@IsNull_R2505400 = 1 AND [R2505400] IS NULL) OR ([R2505400] = @Original_R2505400)) AND ((@IsNull_R2505500 = 1 AND [R2505500] IS NULL) OR ([R2505500] = @Original_R2505500)) AND ((@IsNull_R2505700 = 1 AND [R2505700] IS NULL) OR ([R2505700] = @Original_R2505700)) AND ((@IsNull_R2505800 = 1 AND [R2505800] IS NULL) OR ([R2505800] = @Original_R2505800)) AND ((@IsNull_R2737900 = 1 AND [R2737900] IS NULL) OR ([R2737900] = @Original_R2737900)) AND ((@IsNull_R2837200 = 1 AND [R2837200] IS NULL) OR ([R2837200] = @Original_R2837200)) AND ((@IsNull_R2837300 = 1 AND [R2837300] IS NULL) OR ([R2837300] = @Original_R2837300)) AND ((@IsNull_R2837400 = 1 AND [R2837400] IS NULL) OR ([R2837400] = @Original_R2837400)) AND ((@IsNull_R2837500 = 1 AND [R2837500] IS NULL) OR ([R2837500] = @Original_R2837500)) AND ((@IsNull_R2837600 = 1 AND [R2837600] IS NULL) OR ([R2837600] = @Original_R2837600)) AND ((@IsNull_R2837700 = 1 AND [R2837700] IS NULL) OR ([R2837700] = @Original_R2837700)) AND ((@IsNull_R2837800 = 1 AND [R2837800] IS NULL) OR ([R2837800] = @Original_R2837800)) AND ((@IsNull_R2837900 = 1 AND [R2837900] IS NULL) OR ([R2837900] = @Original_R2837900)) AND ((@IsNull_R2838000 = 1 AND [R2838000] IS NULL) OR ([R2838000] = @Original_R2838000)) AND ((@IsNull_R2838100 = 1 AND [R2838100] IS NULL) OR ([R2838100] = @Original_R2838100)) AND ((@IsNull_R2838200 = 1 AND [R2838200] IS NULL) OR ([R2838200] = @Original_R2838200)) AND ((@IsNull_R2838300 = 1 AND [R2838300] IS NULL) OR ([R2838300] = @Original_R2838300)) AND ((@IsNull_R2838400 = 1 AND [R2838400] IS NULL) OR ([R2838400] = @Original_R2838400)) AND ((@IsNull_R2838500 = 1 AND [R2838500] IS NULL) OR ([R2838500] = @Original_R2838500)) AND ((@IsNull_R2838600 = 1 AND [R2838600] IS NULL) OR ([R2838600] = @Original_R2838600)) AND ((@IsNull_R2838700 = 1 AND [R2838700] IS NULL) OR ([R2838700] = @Original_R2838700)) AND ((@IsNull_R2838800 = 1 AND [R2838800] IS NULL) OR ([R2838800] = @Original_R2838800)) AND ((@IsNull_R2838900 = 1 AND [R2838900] IS NULL) OR ([R2838900] = @Original_R2838900)) AND ((@IsNull_R2839000 = 1 AND [R2839000] IS NULL) OR ([R2839000] = @Original_R2839000)) AND ((@IsNull_R2839100 = 1 AND [R2839100] IS NULL) OR ([R2839100] = @Original_R2839100)) AND ((@IsNull_R2839200 = 1 AND [R2839200] IS NULL) OR ([R2839200] = @Original_R2839200)) AND ((@IsNull_R2839300 = 1 AND [R2839300] IS NULL) OR ([R2839300] = @Original_R2839300)) AND ((@IsNull_R2839400 = 1 AND [R2839400] IS NULL) OR ([R2839400] = @Original_R2839400)) AND ((@IsNull_R2839500 = 1 AND [R2839500] IS NULL) OR ([R2839500] = @Original_R2839500)) AND ((@IsNull_R2839600 = 1 AND [R2839600] IS NULL) OR ([R2839600] = @Original_R2839600)) AND ((@IsNull_R2839700 = 1 AND [R2839700] IS NULL) OR ([R2839700] = @Original_R2839700)) AND ((@IsNull_R2839800 = 1 AND [R2839800] IS NULL) OR ([R2839800] = @Original_R2839800)) AND ((@IsNull_R2839900 = 1 AND [R2839900] IS NULL) OR ([R2839900] = @Original_R2839900)) AND ((@IsNull_R2840000 = 1 AND [R2840000] IS NULL) OR ([R2840000] = @Original_R2840000)) AND ((@IsNull_R2840100 = 1 AND [R2840100] IS NULL) OR ([R2840100] = @Original_R2840100)) AND ((@IsNull_R2840200 = 1 AND [R2840200] IS NULL) OR ([R2840200] = @Original_R2840200)) AND ((@IsNull_R2840300 = 1 AND [R2840300] IS NULL) OR ([R2840300] = @Original_R2840300)) AND ((@IsNull_R2840400 = 1 AND [R2840400] IS NULL) OR ([R2840400] = @Original_R2840400)) AND ((@IsNull_R2840500 = 1 AND [R2840500] IS NULL) OR ([R2840500] = @Original_R2840500)) AND ((@IsNull_R2840600 = 1 AND [R2840600] IS NULL) OR ([R2840600] = @Original_R2840600)) AND ((@IsNull_R2840700 = 1 AND [R2840700] IS NULL) OR ([R2840700] = @Original_R2840700)) AND ((@IsNull_R2840800 = 1 AND [R2840800] IS NULL) OR ([R2840800] = @Original_R2840800)) AND ((@IsNull_R2840900 = 1 AND [R2840900] IS NULL) OR ([R2840900] = @Original_R2840900)) AND ((@IsNull_R2841000 = 1 AND [R2841000] IS NULL) OR ([R2841000] = @Original_R2841000)) AND ((@IsNull_R2841100 = 1 AND [R2841100] IS NULL) OR ([R2841100] = @Original_R2841100))); -SELECT H0001600, H0001700, H0001800, H0001900, H0002000, H0002100, H0002200, H0002300, H0002400, H0002500, H0002600, H0002700, H0002800, H0002900, H0003000, H0003100, H0013600, H0013700, H0013800, H0013900, H0014000, H0014100, H0014200, H0014300, H0014400, H0014500, H0014700, H0014800, H0014900, H0015000, H0015100, H0015200, H0015300, H0015400, H0015500, H0015600, H0015700, H0015800, H0015803, H0015804, R0000100, R0006100, R0006500, R0007300, R0007700, R0007900, R0214700, R0214800, R2302900, R2303100, R2303200, R2303300, R2303500, R2303600, R2505100, R2505300, R2505400, R2505500, R2505700, R2505800, R2737900, R2837200, R2837300, R2837400, R2837500, R2837600, R2837700, R2837800, R2837900, R2838000, R2838100, R2838200, R2838300, R2838400, R2838500, R2838600, R2838700, R2838800, R2838900, R2839000, R2839100, R2839200, R2839300, R2839400, R2839500, R2839600, R2839700, R2839800, R2839900, R2840000, R2840100, R2840200, R2840300, R2840400, R2840500, R2840600, R2840700, R2840800, R2840900, R2841000, R2841100 FROM Extract.tblGen1Implicit WHERE (R0000100 = @R0000100) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - DELETE FROM [Extract].[tblGen2OutcomesWeight] WHERE (([C0000100] = @Original_C0000100) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Original_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300] = @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([C0005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NULL) OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_Y0308500 = 1 AND [Y0308500] IS NULL) OR ([Y0308500] = @Original_Y0308500)) AND ((@IsNull_Y0904100 = 1 AND [Y0904100] IS NULL) OR ([Y0904100] = @Original_Y0904100)) AND ((@IsNull_Y1151000 = 1 AND [Y1151000] IS NULL) OR ([Y1151000] = @Original_Y1151000)) AND ((@IsNull_Y1386000 = 1 AND [Y1386000] IS NULL) OR ([Y1386000] = @Original_Y1386000)) AND ((@IsNull_Y1637700 = 1 AND [Y1637700] IS NULL) OR ([Y1637700] = @Original_Y1637700)) AND ((@IsNull_Y1891300 = 1 AND [Y1891300] IS NULL) OR ([Y1891300] = @Original_Y1891300)) AND ((@IsNull_Y2207200 = 1 AND [Y2207200] IS NULL) OR ([Y2207200] = @Original_Y2207200)) AND ((@IsNull_Y2544900 = 1 AND [Y2544900] IS NULL) OR ([Y2544900] = @Original_Y2544900))) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - INSERT INTO [Extract].[tblGen2OutcomesWeight] ([C0000100], [C0000200], [C0005300], [C0005400], [C0005700], [Y0308500], [Y0904100], [Y1151000], [Y1386000], [Y1637700], [Y1891300], [Y2207200], [Y2544900]) VALUES (@C0000100, @C0000200, @C0005300, @C0005400, @C0005700, @Y0308500, @Y0904100, @Y1151000, @Y1386000, @Y1637700, @Y1891300, @Y2207200, @Y2544900); -SELECT C0000100, C0000200, C0005300, C0005400, C0005700, Y0308500, Y0904100, Y1151000, Y1386000, Y1637700, Y1891300, Y2207200, Y2544900 FROM Extract.tblGen2OutcomesWeight WHERE (C0000100 = @C0000100) - - - - - - - - - - - - - - - - - - - - SELECT C0000100, C0000200, C0005300, C0005400, C0005700, Y0308500, Y0904100, Y1151000, Y1386000, Y1637700, Y1891300, Y2207200, Y2544900 FROM Extract.tblGen2OutcomesWeight - - - - - - UPDATE [Extract].[tblGen2OutcomesWeight] SET [C0000100] = @C0000100, [C0000200] = @C0000200, [C0005300] = @C0005300, [C0005400] = @C0005400, [C0005700] = @C0005700, [Y0308500] = @Y0308500, [Y0904100] = @Y0904100, [Y1151000] = @Y1151000, [Y1386000] = @Y1386000, [Y1637700] = @Y1637700, [Y1891300] = @Y1891300, [Y2207200] = @Y2207200, [Y2544900] = @Y2544900 WHERE (([C0000100] = @Original_C0000100) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Original_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300] = @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([C0005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NULL) OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_Y0308500 = 1 AND [Y0308500] IS NULL) OR ([Y0308500] = @Original_Y0308500)) AND ((@IsNull_Y0904100 = 1 AND [Y0904100] IS NULL) OR ([Y0904100] = @Original_Y0904100)) AND ((@IsNull_Y1151000 = 1 AND [Y1151000] IS NULL) OR ([Y1151000] = @Original_Y1151000)) AND ((@IsNull_Y1386000 = 1 AND [Y1386000] IS NULL) OR ([Y1386000] = @Original_Y1386000)) AND ((@IsNull_Y1637700 = 1 AND [Y1637700] IS NULL) OR ([Y1637700] = @Original_Y1637700)) AND ((@IsNull_Y1891300 = 1 AND [Y1891300] IS NULL) OR ([Y1891300] = @Original_Y1891300)) AND ((@IsNull_Y2207200 = 1 AND [Y2207200] IS NULL) OR ([Y2207200] = @Original_Y2207200)) AND ((@IsNull_Y2544900 = 1 AND [Y2544900] IS NULL) OR ([Y2544900] = @Original_Y2544900))); -SELECT C0000100, C0000200, C0005300, C0005400, C0005700, Y0308500, Y0904100, Y1151000, Y1386000, Y1637700, Y1891300, Y2207200, Y2544900 FROM Extract.tblGen2OutcomesWeight WHERE (C0000100 = @C0000100) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - DELETE FROM [Extract].[tblLinks2004Gen1] WHERE (([PairID] = @Original_PairID) AND ([ExtendedFamilyID] = @Original_ExtendedFamilyID) AND ([ID1] = @Original_ID1) AND ([ID2] = @Original_ID2) AND ((@IsNull_Sex1 = 1 AND [Sex1] IS NULL) OR ([Sex1] = @Original_Sex1)) AND ((@IsNull_Sex2 = 1 AND [Sex2] IS NULL) OR ([Sex2] = @Original_Sex2)) AND ((@IsNull_RecommendedRelatedness = 1 AND [RecommendedRelatedness] IS NULL) OR ([RecommendedRelatedness] = @Original_RecommendedRelatedness)) AND ([SubjectTag_S1] = @Original_SubjectTag_S1) AND ([SubjectTag_S2] = @Original_SubjectTag_S2)) - - - - - - - - - - - - - - - - - - - INSERT INTO [Extract].[tblLinks2004Gen1] ([PairID], [ExtendedFamilyID], [ID1], [ID2], [Sex1], [Sex2], [RecommendedRelatedness], [SubjectTag_S1], [SubjectTag_S2]) VALUES (@PairID, @ExtendedFamilyID, @ID1, @ID2, @Sex1, @Sex2, @RecommendedRelatedness, @SubjectTag_S1, @SubjectTag_S2); -SELECT PairID, ExtendedFamilyID, ID1, ID2, Sex1, Sex2, RecommendedRelatedness, SubjectTag_S1, SubjectTag_S2 FROM Extract.tblLinks2004Gen1 WHERE (SubjectTag_S1 = @SubjectTag_S1) AND (SubjectTag_S2 = @SubjectTag_S2) - - - - - - - - - - - - - - - - SELECT PairID, ExtendedFamilyID, ID1, ID2, Sex1, Sex2, RecommendedRelatedness, SubjectTag_S1, SubjectTag_S2 FROM Extract.tblLinks2004Gen1 - - - - - - UPDATE [Extract].[tblLinks2004Gen1] SET [PairID] = @PairID, [ExtendedFamilyID] = @ExtendedFamilyID, [ID1] = @ID1, [ID2] = @ID2, [Sex1] = @Sex1, [Sex2] = @Sex2, [RecommendedRelatedness] = @RecommendedRelatedness, [SubjectTag_S1] = @SubjectTag_S1, [SubjectTag_S2] = @SubjectTag_S2 WHERE (([PairID] = @Original_PairID) AND ([ExtendedFamilyID] = @Original_ExtendedFamilyID) AND ([ID1] = @Original_ID1) AND ([ID2] = @Original_ID2) AND ((@IsNull_Sex1 = 1 AND [Sex1] IS NULL) OR ([Sex1] = @Original_Sex1)) AND ((@IsNull_Sex2 = 1 AND [Sex2] IS NULL) OR ([Sex2] = @Original_Sex2)) AND ((@IsNull_RecommendedRelatedness = 1 AND [RecommendedRelatedness] IS NULL) OR ([RecommendedRelatedness] = @Original_RecommendedRelatedness)) AND ([SubjectTag_S1] = @Original_SubjectTag_S1) AND ([SubjectTag_S2] = @Original_SubjectTag_S2)); -SELECT PairID, ExtendedFamilyID, ID1, ID2, Sex1, Sex2, RecommendedRelatedness, SubjectTag_S1, SubjectTag_S2 FROM Extract.tblLinks2004Gen1 WHERE (SubjectTag_S1 = @SubjectTag_S1) AND (SubjectTag_S2 = @SubjectTag_S2) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - DELETE FROM [Extract].[tblGen2OutcomesMath] WHERE (([C0000100] = @Original_C0000100) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Original_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300] = @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([C0005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NULL) OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_C0579900 = 1 AND [C0579900] IS NULL) OR ([C0579900] = @Original_C0579900)) AND ((@IsNull_C0580000 = 1 AND [C0580000] IS NULL) OR ([C0580000] = @Original_C0580000)) AND ((@IsNull_C0580100 = 1 AND [C0580100] IS NULL) OR ([C0580100] = @Original_C0580100)) AND ((@IsNull_C0799400 = 1 AND [C0799400] IS NULL) OR ([C0799400] = @Original_C0799400)) AND ((@IsNull_C0799500 = 1 AND [C0799500] IS NULL) OR ([C0799500] = @Original_C0799500)) AND ((@IsNull_C0799600 = 1 AND [C0799600] IS NULL) OR ([C0799600] = @Original_C0799600)) AND ((@IsNull_C0998600 = 1 AND [C0998600] IS NULL) OR ([C0998600] = @Original_C0998600)) AND ((@IsNull_C0998700 = 1 AND [C0998700] IS NULL) OR ([C0998700] = @Original_C0998700)) AND ((@IsNull_C0998800 = 1 AND [C0998800] IS NULL) OR ([C0998800] = @Original_C0998800)) AND ((@IsNull_C1198600 = 1 AND [C1198600] IS NULL) OR ([C1198600] = @Original_C1198600)) AND ((@IsNull_C1198700 = 1 AND [C1198700] IS NULL) OR ([C1198700] = @Original_C1198700)) AND ((@IsNull_C1198800 = 1 AND [C1198800] IS NULL) OR ([C1198800] = @Original_C1198800)) AND ((@IsNull_C1507600 = 1 AND [C1507600] IS NULL) OR ([C1507600] = @Original_C1507600)) AND ((@IsNull_C1507700 = 1 AND [C1507700] IS NULL) OR ([C1507700] = @Original_C1507700)) AND ((@IsNull_C1507800 = 1 AND [C1507800] IS NULL) OR ([C1507800] = @Original_C1507800)) AND ((@IsNull_C1564500 = 1 AND [C1564500] IS NULL) OR ([C1564500] = @Original_C1564500)) AND ((@IsNull_C1564600 = 1 AND [C1564600] IS NULL) OR ([C1564600] = @Original_C1564600)) AND ((@IsNull_C1564700 = 1 AND [C1564700] IS NULL) OR ([C1564700] = @Original_C1564700)) AND ((@IsNull_C1799900 = 1 AND [C1799900] IS NULL) OR ([C1799900] = @Original_C1799900)) AND ((@IsNull_C1800000 = 1 AND [C1800000] IS NULL) OR ([C1800000] = @Original_C1800000)) AND ((@IsNull_C1800100 = 1 AND [C1800100] IS NULL) OR ([C1800100] = @Original_C1800100)) AND ((@IsNull_C2503500 = 1 AND [C2503500] IS NULL) OR ([C2503500] = @Original_C2503500)) AND ((@IsNull_C2503600 = 1 AND [C2503600] IS NULL) OR ([C2503600] = @Original_C2503600)) AND ((@IsNull_C2503700 = 1 AND [C2503700] IS NULL) OR ([C2503700] = @Original_C2503700)) AND ((@IsNull_C2532000 = 1 AND [C2532000] IS NULL) OR ([C2532000] = @Original_C2532000)) AND ((@IsNull_C2532100 = 1 AND [C2532100] IS NULL) OR ([C2532100] = @Original_C2532100)) AND ((@IsNull_C2532200 = 1 AND [C2532200] IS NULL) OR ([C2532200] = @Original_C2532200)) AND ((@IsNull_C2802800 = 1 AND [C2802800] IS NULL) OR ([C2802800] = @Original_C2802800)) AND ((@IsNull_C2802900 = 1 AND [C2802900] IS NULL) OR ([C2802900] = @Original_C2802900)) AND ((@IsNull_C2803000 = 1 AND [C2803000] IS NULL) OR ([C2803000] = @Original_C2803000)) AND ((@IsNull_C3111300 = 1 AND [C3111300] IS NULL) OR ([C3111300] = @Original_C3111300)) AND ((@IsNull_C3111400 = 1 AND [C3111400] IS NULL) OR ([C3111400] = @Original_C3111400)) AND ((@IsNull_C3111500 = 1 AND [C3111500] IS NULL) OR ([C3111500] = @Original_C3111500)) AND ((@IsNull_C3615000 = 1 AND [C3615000] IS NULL) OR ([C3615000] = @Original_C3615000)) AND ((@IsNull_C3615100 = 1 AND [C3615100] IS NULL) OR ([C3615100] = @Original_C3615100)) AND ((@IsNull_C3615200 = 1 AND [C3615200] IS NULL) OR ([C3615200] = @Original_C3615200)) AND ((@IsNull_C3993600 = 1 AND [C3993600] IS NULL) OR ([C3993600] = @Original_C3993600)) AND ((@IsNull_C3993700 = 1 AND [C3993700] IS NULL) OR ([C3993700] = @Original_C3993700)) AND ((@IsNull_C3993800 = 1 AND [C3993800] IS NULL) OR ([C3993800] = @Original_C3993800))) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - INSERT INTO [Extract].[tblGen2OutcomesMath] ([C0000100], [C0000200], [C0005300], [C0005400], [C0005700], [C0579900], [C0580000], [C0580100], [C0799400], [C0799500], [C0799600], [C0998600], [C0998700], [C0998800], [C1198600], [C1198700], [C1198800], [C1507600], [C1507700], [C1507800], [C1564500], [C1564600], [C1564700], [C1799900], [C1800000], [C1800100], [C2503500], [C2503600], [C2503700], [C2532000], [C2532100], [C2532200], [C2802800], [C2802900], [C2803000], [C3111300], [C3111400], [C3111500], [C3615000], [C3615100], [C3615200], [C3993600], [C3993700], [C3993800]) VALUES (@C0000100, @C0000200, @C0005300, @C0005400, @C0005700, @C0579900, @C0580000, @C0580100, @C0799400, @C0799500, @C0799600, @C0998600, @C0998700, @C0998800, @C1198600, @C1198700, @C1198800, @C1507600, @C1507700, @C1507800, @C1564500, @C1564600, @C1564700, @C1799900, @C1800000, @C1800100, @C2503500, @C2503600, @C2503700, @C2532000, @C2532100, @C2532200, @C2802800, @C2802900, @C2803000, @C3111300, @C3111400, @C3111500, @C3615000, @C3615100, @C3615200, @C3993600, @C3993700, @C3993800); -SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0579900, C0580000, C0580100, C0799400, C0799500, C0799600, C0998600, C0998700, C0998800, C1198600, C1198700, C1198800, C1507600, C1507700, C1507800, C1564500, C1564600, C1564700, C1799900, C1800000, C1800100, C2503500, C2503600, C2503700, C2532000, C2532100, C2532200, C2802800, C2802900, C2803000, C3111300, C3111400, C3111500, C3615000, C3615100, C3615200, C3993600, C3993700, C3993800 FROM Extract.tblGen2OutcomesMath WHERE (C0000100 = @C0000100) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0579900, C0580000, C0580100, C0799400, C0799500, C0799600, C0998600, C0998700, C0998800, C1198600, C1198700, C1198800, C1507600, C1507700, C1507800, C1564500, C1564600, C1564700, C1799900, C1800000, C1800100, C2503500, C2503600, C2503700, C2532000, C2532100, C2532200, C2802800, C2802900, C2803000, C3111300, C3111400, C3111500, C3615000, C3615100, C3615200, C3993600, C3993700, C3993800 FROM Extract.tblGen2OutcomesMath - - - - - - UPDATE [Extract].[tblGen2OutcomesMath] SET [C0000100] = @C0000100, [C0000200] = @C0000200, [C0005300] = @C0005300, [C0005400] = @C0005400, [C0005700] = @C0005700, [C0579900] = @C0579900, [C0580000] = @C0580000, [C0580100] = @C0580100, [C0799400] = @C0799400, [C0799500] = @C0799500, [C0799600] = @C0799600, [C0998600] = @C0998600, [C0998700] = @C0998700, [C0998800] = @C0998800, [C1198600] = @C1198600, [C1198700] = @C1198700, [C1198800] = @C1198800, [C1507600] = @C1507600, [C1507700] = @C1507700, [C1507800] = @C1507800, [C1564500] = @C1564500, [C1564600] = @C1564600, [C1564700] = @C1564700, [C1799900] = @C1799900, [C1800000] = @C1800000, [C1800100] = @C1800100, [C2503500] = @C2503500, [C2503600] = @C2503600, [C2503700] = @C2503700, [C2532000] = @C2532000, [C2532100] = @C2532100, [C2532200] = @C2532200, [C2802800] = @C2802800, [C2802900] = @C2802900, [C2803000] = @C2803000, [C3111300] = @C3111300, [C3111400] = @C3111400, [C3111500] = @C3111500, [C3615000] = @C3615000, [C3615100] = @C3615100, [C3615200] = @C3615200, [C3993600] = @C3993600, [C3993700] = @C3993700, [C3993800] = @C3993800 WHERE (([C0000100] = @Original_C0000100) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Original_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300] = @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([C0005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NULL) OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_C0579900 = 1 AND [C0579900] IS NULL) OR ([C0579900] = @Original_C0579900)) AND ((@IsNull_C0580000 = 1 AND [C0580000] IS NULL) OR ([C0580000] = @Original_C0580000)) AND ((@IsNull_C0580100 = 1 AND [C0580100] IS NULL) OR ([C0580100] = @Original_C0580100)) AND ((@IsNull_C0799400 = 1 AND [C0799400] IS NULL) OR ([C0799400] = @Original_C0799400)) AND ((@IsNull_C0799500 = 1 AND [C0799500] IS NULL) OR ([C0799500] = @Original_C0799500)) AND ((@IsNull_C0799600 = 1 AND [C0799600] IS NULL) OR ([C0799600] = @Original_C0799600)) AND ((@IsNull_C0998600 = 1 AND [C0998600] IS NULL) OR ([C0998600] = @Original_C0998600)) AND ((@IsNull_C0998700 = 1 AND [C0998700] IS NULL) OR ([C0998700] = @Original_C0998700)) AND ((@IsNull_C0998800 = 1 AND [C0998800] IS NULL) OR ([C0998800] = @Original_C0998800)) AND ((@IsNull_C1198600 = 1 AND [C1198600] IS NULL) OR ([C1198600] = @Original_C1198600)) AND ((@IsNull_C1198700 = 1 AND [C1198700] IS NULL) OR ([C1198700] = @Original_C1198700)) AND ((@IsNull_C1198800 = 1 AND [C1198800] IS NULL) OR ([C1198800] = @Original_C1198800)) AND ((@IsNull_C1507600 = 1 AND [C1507600] IS NULL) OR ([C1507600] = @Original_C1507600)) AND ((@IsNull_C1507700 = 1 AND [C1507700] IS NULL) OR ([C1507700] = @Original_C1507700)) AND ((@IsNull_C1507800 = 1 AND [C1507800] IS NULL) OR ([C1507800] = @Original_C1507800)) AND ((@IsNull_C1564500 = 1 AND [C1564500] IS NULL) OR ([C1564500] = @Original_C1564500)) AND ((@IsNull_C1564600 = 1 AND [C1564600] IS NULL) OR ([C1564600] = @Original_C1564600)) AND ((@IsNull_C1564700 = 1 AND [C1564700] IS NULL) OR ([C1564700] = @Original_C1564700)) AND ((@IsNull_C1799900 = 1 AND [C1799900] IS NULL) OR ([C1799900] = @Original_C1799900)) AND ((@IsNull_C1800000 = 1 AND [C1800000] IS NULL) OR ([C1800000] = @Original_C1800000)) AND ((@IsNull_C1800100 = 1 AND [C1800100] IS NULL) OR ([C1800100] = @Original_C1800100)) AND ((@IsNull_C2503500 = 1 AND [C2503500] IS NULL) OR ([C2503500] = @Original_C2503500)) AND ((@IsNull_C2503600 = 1 AND [C2503600] IS NULL) OR ([C2503600] = @Original_C2503600)) AND ((@IsNull_C2503700 = 1 AND [C2503700] IS NULL) OR ([C2503700] = @Original_C2503700)) AND ((@IsNull_C2532000 = 1 AND [C2532000] IS NULL) OR ([C2532000] = @Original_C2532000)) AND ((@IsNull_C2532100 = 1 AND [C2532100] IS NULL) OR ([C2532100] = @Original_C2532100)) AND ((@IsNull_C2532200 = 1 AND [C2532200] IS NULL) OR ([C2532200] = @Original_C2532200)) AND ((@IsNull_C2802800 = 1 AND [C2802800] IS NULL) OR ([C2802800] = @Original_C2802800)) AND ((@IsNull_C2802900 = 1 AND [C2802900] IS NULL) OR ([C2802900] = @Original_C2802900)) AND ((@IsNull_C2803000 = 1 AND [C2803000] IS NULL) OR ([C2803000] = @Original_C2803000)) AND ((@IsNull_C3111300 = 1 AND [C3111300] IS NULL) OR ([C3111300] = @Original_C3111300)) AND ((@IsNull_C3111400 = 1 AND [C3111400] IS NULL) OR ([C3111400] = @Original_C3111400)) AND ((@IsNull_C3111500 = 1 AND [C3111500] IS NULL) OR ([C3111500] = @Original_C3111500)) AND ((@IsNull_C3615000 = 1 AND [C3615000] IS NULL) OR ([C3615000] = @Original_C3615000)) AND ((@IsNull_C3615100 = 1 AND [C3615100] IS NULL) OR ([C3615100] = @Original_C3615100)) AND ((@IsNull_C3615200 = 1 AND [C3615200] IS NULL) OR ([C3615200] = @Original_C3615200)) AND ((@IsNull_C3993600 = 1 AND [C3993600] IS NULL) OR ([C3993600] = @Original_C3993600)) AND ((@IsNull_C3993700 = 1 AND [C3993700] IS NULL) OR ([C3993700] = @Original_C3993700)) AND ((@IsNull_C3993800 = 1 AND [C3993800] IS NULL) OR ([C3993800] = @Original_C3993800))); -SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0579900, C0580000, C0580100, C0799400, C0799500, C0799600, C0998600, C0998700, C0998800, C1198600, C1198700, C1198800, C1507600, C1507700, C1507800, C1564500, C1564600, C1564700, C1799900, C1800000, C1800100, C2503500, C2503600, C2503700, C2532000, C2532100, C2532200, C2802800, C2802900, C2803000, C3111300, C3111400, C3111500, C3615000, C3615100, C3615200, C3993600, C3993700, C3993800 FROM Extract.tblGen2OutcomesMath WHERE (C0000100 = @C0000100) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - DELETE FROM [Extract].[tblGen1GeocodeSanitized] WHERE (([SubjectTag_S1] = @Original_SubjectTag_S1) AND ([SubjectTag_S2] = @Original_SubjectTag_S2) AND ((@IsNull_DobDifferenceInDays1979V1979 = 1 AND [DobDifferenceInDays1979V1979] IS NULL) OR ([DobDifferenceInDays1979V1979] = @Original_DobDifferenceInDays1979V1979)) AND ((@IsNull_DobDifferenceInDays1979V1981 = 1 AND [DobDifferenceInDays1979V1981] IS NULL) OR ([DobDifferenceInDays1979V1981] = @Original_DobDifferenceInDays1979V1981)) AND ((@IsNull_DobDifferenceInDays1981V1979 = 1 AND [DobDifferenceInDays1981V1979] IS NULL) OR ([DobDifferenceInDays1981V1979] = @Original_DobDifferenceInDays1981V1979)) AND ((@IsNull_DobDifferenceInDays1981V1981 = 1 AND [DobDifferenceInDays1981V1981] IS NULL) OR ([DobDifferenceInDays1981V1981] = @Original_DobDifferenceInDays1981V1981)) AND ([DobDayIsMissing1979_1] = @Original_DobDayIsMissing1979_1) AND ([DobDayIsMissing1979_2] = @Original_DobDayIsMissing1979_2) AND ([BirthSubjectCountyMissing_1] = @Original_BirthSubjectCountyMissing_1) AND ([BirthSubjectCountyMissing_2] = @Original_BirthSubjectCountyMissing_2) AND ([BirthSubjectCountyEqual] = @Original_BirthSubjectCountyEqual) AND ([BirthSubjectStateMissing_1] = @Original_BirthSubjectStateMissing_1) AND ([BirthSubjectStateMissing_2] = @Original_BirthSubjectStateMissing_2) AND ([BirthSubjectStateEqual] = @Original_BirthSubjectStateEqual) AND ([BirthSubjectCountryMissing_1] = @Original_BirthSubjectCountryMissing_1) AND ([BirthSubjectCountryMissing_2] = @Original_BirthSubjectCountryMissing_2) AND ([BirthSubjectCountryEqual] = @Original_BirthSubjectCountryEqual) AND ([BirthMotherStateMissing_1] = @Original_BirthMotherStateMissing_1) AND ([BirthMotherStateMissing_2] = @Original_BirthMotherStateMissing_2) AND ([BirthMotherStateEqual] = @Original_BirthMotherStateEqual) AND ([BirthMotherCountryMissing_1] = @Original_BirthMotherCountryMissing_1) AND ([BirthMotherCountryMissing_2] = @Original_BirthMotherCountryMissing_2) AND ([BirthMotherCountryEqual] = @Original_BirthMotherCountryEqual) AND ([BirthFatherStateMissing_1] = @Original_BirthFatherStateMissing_1) AND ([BirthFatherStateMissing_2] = @Original_BirthFatherStateMissing_2) AND ([BirthFatherStateEqual] = @Original_BirthFatherStateEqual) AND ([BirthFatherCountryMissing_1] = @Original_BirthFatherCountryMissing_1) AND ([BirthFatherCountryMissing_2] = @Original_BirthFatherCountryMissing_2) AND ([BirthFatherCountryEqual] = @Original_BirthFatherCountryEqual)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - INSERT INTO [Extract].[tblGen1GeocodeSanitized] ([SubjectTag_S1], [SubjectTag_S2], [DobDifferenceInDays1979V1979], [DobDifferenceInDays1979V1981], [DobDifferenceInDays1981V1979], [DobDifferenceInDays1981V1981], [DobDayIsMissing1979_1], [DobDayIsMissing1979_2], [BirthSubjectCountyMissing_1], [BirthSubjectCountyMissing_2], [BirthSubjectCountyEqual], [BirthSubjectStateMissing_1], [BirthSubjectStateMissing_2], [BirthSubjectStateEqual], [BirthSubjectCountryMissing_1], [BirthSubjectCountryMissing_2], [BirthSubjectCountryEqual], [BirthMotherStateMissing_1], [BirthMotherStateMissing_2], [BirthMotherStateEqual], [BirthMotherCountryMissing_1], [BirthMotherCountryMissing_2], [BirthMotherCountryEqual], [BirthFatherStateMissing_1], [BirthFatherStateMissing_2], [BirthFatherStateEqual], [BirthFatherCountryMissing_1], [BirthFatherCountryMissing_2], [BirthFatherCountryEqual]) VALUES (@SubjectTag_S1, @SubjectTag_S2, @DobDifferenceInDays1979V1979, @DobDifferenceInDays1979V1981, @DobDifferenceInDays1981V1979, @DobDifferenceInDays1981V1981, @DobDayIsMissing1979_1, @DobDayIsMissing1979_2, @BirthSubjectCountyMissing_1, @BirthSubjectCountyMissing_2, @BirthSubjectCountyEqual, @BirthSubjectStateMissing_1, @BirthSubjectStateMissing_2, @BirthSubjectStateEqual, @BirthSubjectCountryMissing_1, @BirthSubjectCountryMissing_2, @BirthSubjectCountryEqual, @BirthMotherStateMissing_1, @BirthMotherStateMissing_2, @BirthMotherStateEqual, @BirthMotherCountryMissing_1, @BirthMotherCountryMissing_2, @BirthMotherCountryEqual, @BirthFatherStateMissing_1, @BirthFatherStateMissing_2, @BirthFatherStateEqual, @BirthFatherCountryMissing_1, @BirthFatherCountryMissing_2, @BirthFatherCountryEqual); -SELECT SubjectTag_S1, SubjectTag_S2, DobDifferenceInDays1979V1979, DobDifferenceInDays1979V1981, DobDifferenceInDays1981V1979, DobDifferenceInDays1981V1981, DobDayIsMissing1979_1, DobDayIsMissing1979_2, BirthSubjectCountyMissing_1, BirthSubjectCountyMissing_2, BirthSubjectCountyEqual, BirthSubjectStateMissing_1, BirthSubjectStateMissing_2, BirthSubjectStateEqual, BirthSubjectCountryMissing_1, BirthSubjectCountryMissing_2, BirthSubjectCountryEqual, BirthMotherStateMissing_1, BirthMotherStateMissing_2, BirthMotherStateEqual, BirthMotherCountryMissing_1, BirthMotherCountryMissing_2, BirthMotherCountryEqual, BirthFatherStateMissing_1, BirthFatherStateMissing_2, BirthFatherStateEqual, BirthFatherCountryMissing_1, BirthFatherCountryMissing_2, BirthFatherCountryEqual FROM Extract.tblGen1GeocodeSanitized WHERE (SubjectTag_S1 = @SubjectTag_S1) AND (SubjectTag_S2 = @SubjectTag_S2) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SELECT SubjectTag_S1, SubjectTag_S2, DobDifferenceInDays1979V1979, DobDifferenceInDays1979V1981, DobDifferenceInDays1981V1979, DobDifferenceInDays1981V1981, DobDayIsMissing1979_1, DobDayIsMissing1979_2, BirthSubjectCountyMissing_1, BirthSubjectCountyMissing_2, BirthSubjectCountyEqual, BirthSubjectStateMissing_1, BirthSubjectStateMissing_2, BirthSubjectStateEqual, BirthSubjectCountryMissing_1, BirthSubjectCountryMissing_2, BirthSubjectCountryEqual, BirthMotherStateMissing_1, BirthMotherStateMissing_2, BirthMotherStateEqual, BirthMotherCountryMissing_1, BirthMotherCountryMissing_2, BirthMotherCountryEqual, BirthFatherStateMissing_1, BirthFatherStateMissing_2, BirthFatherStateEqual, BirthFatherCountryMissing_1, BirthFatherCountryMissing_2, BirthFatherCountryEqual FROM Extract.tblGen1GeocodeSanitized - - - - - - UPDATE [Extract].[tblGen1GeocodeSanitized] SET [SubjectTag_S1] = @SubjectTag_S1, [SubjectTag_S2] = @SubjectTag_S2, [DobDifferenceInDays1979V1979] = @DobDifferenceInDays1979V1979, [DobDifferenceInDays1979V1981] = @DobDifferenceInDays1979V1981, [DobDifferenceInDays1981V1979] = @DobDifferenceInDays1981V1979, [DobDifferenceInDays1981V1981] = @DobDifferenceInDays1981V1981, [DobDayIsMissing1979_1] = @DobDayIsMissing1979_1, [DobDayIsMissing1979_2] = @DobDayIsMissing1979_2, [BirthSubjectCountyMissing_1] = @BirthSubjectCountyMissing_1, [BirthSubjectCountyMissing_2] = @BirthSubjectCountyMissing_2, [BirthSubjectCountyEqual] = @BirthSubjectCountyEqual, [BirthSubjectStateMissing_1] = @BirthSubjectStateMissing_1, [BirthSubjectStateMissing_2] = @BirthSubjectStateMissing_2, [BirthSubjectStateEqual] = @BirthSubjectStateEqual, [BirthSubjectCountryMissing_1] = @BirthSubjectCountryMissing_1, [BirthSubjectCountryMissing_2] = @BirthSubjectCountryMissing_2, [BirthSubjectCountryEqual] = @BirthSubjectCountryEqual, [BirthMotherStateMissing_1] = @BirthMotherStateMissing_1, [BirthMotherStateMissing_2] = @BirthMotherStateMissing_2, [BirthMotherStateEqual] = @BirthMotherStateEqual, [BirthMotherCountryMissing_1] = @BirthMotherCountryMissing_1, [BirthMotherCountryMissing_2] = @BirthMotherCountryMissing_2, [BirthMotherCountryEqual] = @BirthMotherCountryEqual, [BirthFatherStateMissing_1] = @BirthFatherStateMissing_1, [BirthFatherStateMissing_2] = @BirthFatherStateMissing_2, [BirthFatherStateEqual] = @BirthFatherStateEqual, [BirthFatherCountryMissing_1] = @BirthFatherCountryMissing_1, [BirthFatherCountryMissing_2] = @BirthFatherCountryMissing_2, [BirthFatherCountryEqual] = @BirthFatherCountryEqual WHERE (([SubjectTag_S1] = @Original_SubjectTag_S1) AND ([SubjectTag_S2] = @Original_SubjectTag_S2) AND ((@IsNull_DobDifferenceInDays1979V1979 = 1 AND [DobDifferenceInDays1979V1979] IS NULL) OR ([DobDifferenceInDays1979V1979] = @Original_DobDifferenceInDays1979V1979)) AND ((@IsNull_DobDifferenceInDays1979V1981 = 1 AND [DobDifferenceInDays1979V1981] IS NULL) OR ([DobDifferenceInDays1979V1981] = @Original_DobDifferenceInDays1979V1981)) AND ((@IsNull_DobDifferenceInDays1981V1979 = 1 AND [DobDifferenceInDays1981V1979] IS NULL) OR ([DobDifferenceInDays1981V1979] = @Original_DobDifferenceInDays1981V1979)) AND ((@IsNull_DobDifferenceInDays1981V1981 = 1 AND [DobDifferenceInDays1981V1981] IS NULL) OR ([DobDifferenceInDays1981V1981] = @Original_DobDifferenceInDays1981V1981)) AND ([DobDayIsMissing1979_1] = @Original_DobDayIsMissing1979_1) AND ([DobDayIsMissing1979_2] = @Original_DobDayIsMissing1979_2) AND ([BirthSubjectCountyMissing_1] = @Original_BirthSubjectCountyMissing_1) AND ([BirthSubjectCountyMissing_2] = @Original_BirthSubjectCountyMissing_2) AND ([BirthSubjectCountyEqual] = @Original_BirthSubjectCountyEqual) AND ([BirthSubjectStateMissing_1] = @Original_BirthSubjectStateMissing_1) AND ([BirthSubjectStateMissing_2] = @Original_BirthSubjectStateMissing_2) AND ([BirthSubjectStateEqual] = @Original_BirthSubjectStateEqual) AND ([BirthSubjectCountryMissing_1] = @Original_BirthSubjectCountryMissing_1) AND ([BirthSubjectCountryMissing_2] = @Original_BirthSubjectCountryMissing_2) AND ([BirthSubjectCountryEqual] = @Original_BirthSubjectCountryEqual) AND ([BirthMotherStateMissing_1] = @Original_BirthMotherStateMissing_1) AND ([BirthMotherStateMissing_2] = @Original_BirthMotherStateMissing_2) AND ([BirthMotherStateEqual] = @Original_BirthMotherStateEqual) AND ([BirthMotherCountryMissing_1] = @Original_BirthMotherCountryMissing_1) AND ([BirthMotherCountryMissing_2] = @Original_BirthMotherCountryMissing_2) AND ([BirthMotherCountryEqual] = @Original_BirthMotherCountryEqual) AND ([BirthFatherStateMissing_1] = @Original_BirthFatherStateMissing_1) AND ([BirthFatherStateMissing_2] = @Original_BirthFatherStateMissing_2) AND ([BirthFatherStateEqual] = @Original_BirthFatherStateEqual) AND ([BirthFatherCountryMissing_1] = @Original_BirthFatherCountryMissing_1) AND ([BirthFatherCountryMissing_2] = @Original_BirthFatherCountryMissing_2) AND ([BirthFatherCountryEqual] = @Original_BirthFatherCountryEqual)); -SELECT SubjectTag_S1, SubjectTag_S2, DobDifferenceInDays1979V1979, DobDifferenceInDays1979V1981, DobDifferenceInDays1981V1979, DobDifferenceInDays1981V1981, DobDayIsMissing1979_1, DobDayIsMissing1979_2, BirthSubjectCountyMissing_1, BirthSubjectCountyMissing_2, BirthSubjectCountyEqual, BirthSubjectStateMissing_1, BirthSubjectStateMissing_2, BirthSubjectStateEqual, BirthSubjectCountryMissing_1, BirthSubjectCountryMissing_2, BirthSubjectCountryEqual, BirthMotherStateMissing_1, BirthMotherStateMissing_2, BirthMotherStateEqual, BirthMotherCountryMissing_1, BirthMotherCountryMissing_2, BirthMotherCountryEqual, BirthFatherStateMissing_1, BirthFatherStateMissing_2, BirthFatherStateEqual, BirthFatherCountryMissing_1, BirthFatherCountryMissing_2, BirthFatherCountryEqual FROM Extract.tblGen1GeocodeSanitized WHERE (SubjectTag_S1 = @SubjectTag_S1) AND (SubjectTag_S2 = @SubjectTag_S2) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - DELETE FROM [Metadata].[tblRosterGen1Assignment] WHERE (([ID] = @Original_ID) AND ([ResponseLower] = @Original_ResponseLower) AND ([ResponseUpper] = @Original_ResponseUpper) AND ([Freq] = @Original_Freq) AND ([Resolved] = @Original_Resolved) AND ((@IsNull_R = 1 AND [R] IS NULL) OR ([R] = @Original_R)) AND ([RBoundLower] = @Original_RBoundLower) AND ([RBoundUpper] = @Original_RBoundUpper) AND ([SameGeneration] = @Original_SameGeneration) AND ([ShareBiodad] = @Original_ShareBiodad) AND ([ShareBiomom] = @Original_ShareBiomom) AND ([ShareBiograndparent] = @Original_ShareBiograndparent) AND ([Inconsistent] = @Original_Inconsistent) AND ((@IsNull_Notes = 1 AND [Notes] IS NULL) OR ([Notes] = @Original_Notes)) AND ((@IsNull_ResponseLowerLabel = 1 AND [ResponseLowerLabel] IS NULL) OR ([ResponseLowerLabel] = @Original_ResponseLowerLabel)) AND ((@IsNull_ResponseUpperLabel = 1 AND [ResponseUpperLabel] IS NULL) OR ([ResponseUpperLabel] = @Original_ResponseUpperLabel))) - - - - - - - - - - - - - - - - - - - - - - - - - - - INSERT INTO [Metadata].[tblRosterGen1Assignment] ([ID], [ResponseLower], [ResponseUpper], [Freq], [Resolved], [R], [RBoundLower], [RBoundUpper], [SameGeneration], [ShareBiodad], [ShareBiomom], [ShareBiograndparent], [Inconsistent], [Notes], [ResponseLowerLabel], [ResponseUpperLabel]) VALUES (@ID, @ResponseLower, @ResponseUpper, @Freq, @Resolved, @R, @RBoundLower, @RBoundUpper, @SameGeneration, @ShareBiodad, @ShareBiomom, @ShareBiograndparent, @Inconsistent, @Notes, @ResponseLowerLabel, @ResponseUpperLabel); -SELECT ID, ResponseLower, ResponseUpper, Freq, Resolved, R, RBoundLower, RBoundUpper, SameGeneration, ShareBiodad, ShareBiomom, ShareBiograndparent, Inconsistent, Notes, ResponseLowerLabel, ResponseUpperLabel FROM Metadata.tblRosterGen1Assignment WHERE (ID = @ID) - - - - - - - - - - - - - - - - - - - - - - - SELECT ID, ResponseLower, ResponseUpper, Freq, Resolved, R, RBoundLower, RBoundUpper, SameGeneration, ShareBiodad, ShareBiomom, ShareBiograndparent, Inconsistent, Notes, ResponseLowerLabel, ResponseUpperLabel FROM Metadata.tblRosterGen1Assignment - - - - - - UPDATE [Metadata].[tblRosterGen1Assignment] SET [ID] = @ID, [ResponseLower] = @ResponseLower, [ResponseUpper] = @ResponseUpper, [Freq] = @Freq, [Resolved] = @Resolved, [R] = @R, [RBoundLower] = @RBoundLower, [RBoundUpper] = @RBoundUpper, [SameGeneration] = @SameGeneration, [ShareBiodad] = @ShareBiodad, [ShareBiomom] = @ShareBiomom, [ShareBiograndparent] = @ShareBiograndparent, [Inconsistent] = @Inconsistent, [Notes] = @Notes, [ResponseLowerLabel] = @ResponseLowerLabel, [ResponseUpperLabel] = @ResponseUpperLabel WHERE (([ID] = @Original_ID) AND ([ResponseLower] = @Original_ResponseLower) AND ([ResponseUpper] = @Original_ResponseUpper) AND ([Freq] = @Original_Freq) AND ([Resolved] = @Original_Resolved) AND ((@IsNull_R = 1 AND [R] IS NULL) OR ([R] = @Original_R)) AND ([RBoundLower] = @Original_RBoundLower) AND ([RBoundUpper] = @Original_RBoundUpper) AND ([SameGeneration] = @Original_SameGeneration) AND ([ShareBiodad] = @Original_ShareBiodad) AND ([ShareBiomom] = @Original_ShareBiomom) AND ([ShareBiograndparent] = @Original_ShareBiograndparent) AND ([Inconsistent] = @Original_Inconsistent) AND ((@IsNull_Notes = 1 AND [Notes] IS NULL) OR ([Notes] = @Original_Notes)) AND ((@IsNull_ResponseLowerLabel = 1 AND [ResponseLowerLabel] IS NULL) OR ([ResponseLowerLabel] = @Original_ResponseLowerLabel)) AND ((@IsNull_ResponseUpperLabel = 1 AND [ResponseUpperLabel] IS NULL) OR ([ResponseUpperLabel] = @Original_ResponseUpperLabel))); -SELECT ID, ResponseLower, ResponseUpper, Freq, Resolved, R, RBoundLower, RBoundUpper, SameGeneration, ShareBiodad, ShareBiomom, ShareBiograndparent, Inconsistent, Notes, ResponseLowerLabel, ResponseUpperLabel FROM Metadata.tblRosterGen1Assignment WHERE (ID = @ID) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - DELETE FROM [Extract].[tblGen2LinksFromGen1] WHERE (([R0000100] = @Original_R0000100) AND ((@IsNull_R0173600 = 1 AND [R0173600] IS NULL) OR ([R0173600] = @Original_R0173600)) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R4825700 = 1 AND [R4825700] IS NULL) OR ([R4825700] = @Original_R4825700)) AND ((@IsNull_R4826000 = 1 AND [R4826000] IS NULL) OR ([R4826000] = @Original_R4826000)) AND ((@IsNull_R4826100 = 1 AND [R4826100] IS NULL) OR ([R4826100] = @Original_R4826100)) AND ((@IsNull_R4826300 = 1 AND [R4826300] IS NULL) OR ([R4826300] = @Original_R4826300)) AND ((@IsNull_R4826500 = 1 AND [R4826500] IS NULL) OR ([R4826500] = @Original_R4826500)) AND ((@IsNull_R4826800 = 1 AND [R4826800] IS NULL) OR ([R4826800] = @Original_R4826800)) AND ((@IsNull_R5495900 = 1 AND [R5495900] IS NULL) OR ([R5495900] = @Original_R5495900)) AND ((@IsNull_R5496200 = 1 AND [R5496200] IS NULL) OR ([R5496200] = @Original_R5496200)) AND ((@IsNull_R5496300 = 1 AND [R5496300] IS NULL) OR ([R5496300] = @Original_R5496300)) AND ((@IsNull_R5496500 = 1 AND [R5496500] IS NULL) OR ([R5496500] = @Original_R5496500)) AND ((@IsNull_R5496700 = 1 AND [R5496700] IS NULL) OR ([R5496700] = @Original_R5496700)) AND ((@IsNull_R5497000 = 1 AND [R5497000] IS NULL) OR ([R5497000] = @Original_R5497000)) AND ((@IsNull_R5497200 = 1 AND [R5497200] IS NULL) OR ([R5497200] = @Original_R5497200)) AND ((@IsNull_R6210700 = 1 AND [R6210700] IS NULL) OR ([R6210700] = @Original_R6210700)) AND ((@IsNull_R6210800 = 1 AND [R6210800] IS NULL) OR ([R6210800] = @Original_R6210800)) AND ((@IsNull_R6210900 = 1 AND [R6210900] IS NULL) OR ([R6210900] = @Original_R6210900)) AND ((@IsNull_R6211500 = 1 AND [R6211500] IS NULL) OR ([R6211500] = @Original_R6211500)) AND ((@IsNull_R6211600 = 1 AND [R6211600] IS NULL) OR ([R6211600] = @Original_R6211600)) AND ((@IsNull_R6211700 = 1 AND [R6211700] IS NULL) OR ([R6211700] = @Original_R6211700)) AND ((@IsNull_R6211800 = 1 AND [R6211800] IS NULL) OR ([R6211800] = @Original_R6211800)) AND ((@IsNull_R6211900 = 1 AND [R6211900] IS NULL) OR ([R6211900] = @Original_R6211900)) AND ((@IsNull_R6212200 = 1 AND [R6212200] IS NULL) OR ([R6212200] = @Original_R6212200)) AND ((@IsNull_R6212300 = 1 AND [R6212300] IS NULL) OR ([R6212300] = @Original_R6212300)) AND ((@IsNull_R6764000 = 1 AND [R6764000] IS NULL) OR ([R6764000] = @Original_R6764000)) AND ((@IsNull_R6764100 = 1 AND [R6764100] IS NULL) OR ([R6764100] = @Original_R6764100)) AND ((@IsNull_R6764200 = 1 AND [R6764200] IS NULL) OR ([R6764200] = @Original_R6764200)) AND ((@IsNull_R6764900 = 1 AND [R6764900] IS NULL) OR ([R6764900] = @Original_R6764900)) AND ((@IsNull_R6765000 = 1 AND [R6765000] IS NULL) OR ([R6765000] = @Original_R6765000)) AND ((@IsNull_R6765100 = 1 AND [R6765100] IS NULL) OR ([R6765100] = @Original_R6765100)) AND ((@IsNull_R6765200 = 1 AND [R6765200] IS NULL) OR ([R6765200] = @Original_R6765200)) AND ((@IsNull_R6765600 = 1 AND [R6765600] IS NULL) OR ([R6765600] = @Original_R6765600)) AND ((@IsNull_R6765700 = 1 AND [R6765700] IS NULL) OR ([R6765700] = @Original_R6765700)) AND ((@IsNull_R6765800 = 1 AND [R6765800] IS NULL) OR ([R6765800] = @Original_R6765800)) AND ((@IsNull_R6839600 = 1 AND [R6839600] IS NULL) OR ([R6839600] = @Original_R6839600)) AND ((@IsNull_R7408300 = 1 AND [R7408300] IS NULL) OR ([R7408300] = @Original_R7408300)) AND ((@IsNull_R7408400 = 1 AND [R7408400] IS NULL) OR ([R7408400] = @Original_R7408400)) AND ((@IsNull_R7408500 = 1 AND [R7408500] IS NULL) OR ([R7408500] = @Original_R7408500)) AND ((@IsNull_R7409200 = 1 AND [R7409200] IS NULL) OR ([R7409200] = @Original_R7409200)) AND ((@IsNull_R7409300 = 1 AND [R7409300] IS NULL) OR ([R7409300] = @Original_R7409300)) AND ((@IsNull_R7409400 = 1 AND [R7409400] IS NULL) OR ([R7409400] = @Original_R7409400)) AND ((@IsNull_R7409500 = 1 AND [R7409500] IS NULL) OR ([R7409500] = @Original_R7409500)) AND ((@IsNull_R7409900 = 1 AND [R7409900] IS NULL) OR ([R7409900] = @Original_R7409900)) AND ((@IsNull_R7410000 = 1 AND [R7410000] IS NULL) OR ([R7410000] = @Original_R7410000)) AND ((@IsNull_R7410100 = 1 AND [R7410100] IS NULL) OR ([R7410100] = @Original_R7410100)) AND ((@IsNull_R7548600 = 1 AND [R7548600] IS NULL) OR ([R7548600] = @Original_R7548600)) AND ((@IsNull_R8106400 = 1 AND [R8106400] IS NULL) OR ([R8106400] = @Original_R8106400)) AND ((@IsNull_R8106500 = 1 AND [R8106500] IS NULL) OR ([R8106500] = @Original_R8106500)) AND ((@IsNull_R8106600 = 1 AND [R8106600] IS NULL) OR ([R8106600] = @Original_R8106600)) AND ((@IsNull_R8106700 = 1 AND [R8106700] IS NULL) OR ([R8106700] = @Original_R8106700)) AND ((@IsNull_R8106800 = 1 AND [R8106800] IS NULL) OR ([R8106800] = @Original_R8106800)) AND ((@IsNull_R8106900 = 1 AND [R8106900] IS NULL) OR ([R8106900] = @Original_R8106900)) AND ((@IsNull_R8107000 = 1 AND [R8107000] IS NULL) OR ([R8107000] = @Original_R8107000)) AND ((@IsNull_R8107100 = 1 AND [R8107100] IS NULL) OR ([R8107100] = @Original_R8107100)) AND ((@IsNull_R8107200 = 1 AND [R8107200] IS NULL) OR ([R8107200] = @Original_R8107200)) AND ((@IsNull_R8255400 = 1 AND [R8255400] IS NULL) OR ([R8255400] = @Original_R8255400)) AND ((@IsNull_R9900400 = 1 AND [R9900400] IS NULL) OR ([R9900400] = @Original_R9900400)) AND ((@IsNull_R9900600 = 1 AND [R9900600] IS NULL) OR ([R9900600] = @Original_R9900600)) AND ((@IsNull_R9900601 = 1 AND [R9900601] IS NULL) OR ([R9900601] = @Original_R9900601)) AND ((@IsNull_R9901200 = 1 AND [R9901200] IS NULL) OR ([R9901200] = @Original_R9901200)) AND ((@IsNull_R9901400 = 1 AND [R9901400] IS NULL) OR ([R9901400] = @Original_R9901400)) AND ((@IsNull_R9901401 = 1 AND [R9901401] IS NULL) OR ([R9901401] = @Original_R9901401)) AND ((@IsNull_R9902000 = 1 AND [R9902000] IS NULL) OR ([R9902000] = @Original_R9902000)) AND ((@IsNull_R9902200 = 1 AND [R9902200] IS NULL) OR ([R9902200] = @Original_R9902200)) AND ((@IsNull_R9902201 = 1 AND [R9902201] IS NULL) OR ([R9902201] = @Original_R9902201)) AND ((@IsNull_R9902800 = 1 AND [R9902800] IS NULL) OR ([R9902800] = @Original_R9902800)) AND ((@IsNull_R9903000 = 1 AND [R9903000] IS NULL) OR ([R9903000] = @Original_R9903000)) AND ((@IsNull_R9903001 = 1 AND [R9903001] IS NULL) OR ([R9903001] = @Original_R9903001)) AND ((@IsNull_R9903600 = 1 AND [R9903600] IS NULL) OR ([R9903600] = @Original_R9903600)) AND ((@IsNull_R9903800 = 1 AND [R9903800] IS NULL) OR ([R9903800] = @Original_R9903800)) AND ((@IsNull_R9903801 = 1 AND [R9903801] IS NULL) OR ([R9903801] = @Original_R9903801)) AND ((@IsNull_R9904400 = 1 AND [R9904400] IS NULL) OR ([R9904400] = @Original_R9904400)) AND ((@IsNull_R9904600 = 1 AND [R9904600] IS NULL) OR ([R9904600] = @Original_R9904600)) AND ((@IsNull_R9904601 = 1 AND [R9904601] IS NULL) OR ([R9904601] = @Original_R9904601)) AND ((@IsNull_R9905200 = 1 AND [R9905200] IS NULL) OR ([R9905200] = @Original_R9905200)) AND ((@IsNull_R9905400 = 1 AND [R9905400] IS NULL) OR ([R9905400] = @Original_R9905400)) AND ((@IsNull_R9905401 = 1 AND [R9905401] IS NULL) OR ([R9905401] = @Original_R9905401)) AND ((@IsNull_R9906000 = 1 AND [R9906000] IS NULL) OR ([R9906000] = @Original_R9906000)) AND ((@IsNull_R9906600 = 1 AND [R9906600] IS NULL) OR ([R9906600] = @Original_R9906600)) AND ((@IsNull_R9907200 = 1 AND [R9907200] IS NULL) OR ([R9907200] = @Original_R9907200)) AND ((@IsNull_R9907800 = 1 AND [R9907800] IS NULL) OR ([R9907800] = @Original_R9907800)) AND ((@IsNull_R9908000 = 1 AND [R9908000] IS NULL) OR ([R9908000] = @Original_R9908000)) AND ((@IsNull_R9911200 = 1 AND [R9911200] IS NULL) OR ([R9911200] = @Original_R9911200)) AND ((@IsNull_R9911201 = 1 AND [R9911201] IS NULL) OR ([R9911201] = @Original_R9911201)) AND ((@IsNull_T0337300 = 1 AND [T0337300] IS NULL) OR ([T0337300] = @Original_T0337300)) AND ((@IsNull_T0337400 = 1 AND [T0337400] IS NULL) OR ([T0337400] = @Original_T0337400)) AND ((@IsNull_T0337500 = 1 AND [T0337500] IS NULL) OR ([T0337500] = @Original_T0337500)) AND ((@IsNull_T0337600 = 1 AND [T0337600] IS NULL) OR ([T0337600] = @Original_T0337600)) AND ((@IsNull_T0337700 = 1 AND [T0337700] IS NULL) OR ([T0337700] = @Original_T0337700)) AND ((@IsNull_T0337800 = 1 AND [T0337800] IS NULL) OR ([T0337800] = @Original_T0337800)) AND ((@IsNull_T0337900 = 1 AND [T0337900] IS NULL) OR ([T0337900] = @Original_T0337900)) AND ((@IsNull_T0338000 = 1 AND [T0338000] IS NULL) OR ([T0338000] = @Original_T0338000)) AND ((@IsNull_T0338100 = 1 AND [T0338100] IS NULL) OR ([T0338100] = @Original_T0338100)) AND ((@IsNull_T0338200 = 1 AND [T0338200] IS NULL) OR ([T0338200] = @Original_T0338200)) AND ((@IsNull_T0338300 = 1 AND [T0338300] IS NULL) OR ([T0338300] = @Original_T0338300)) AND ((@IsNull_T0338400 = 1 AND [T0338400] IS NULL) OR ([T0338400] = @Original_T0338400)) AND ((@IsNull_T0338500 = 1 AND [T0338500] IS NULL) OR ([T0338500] = @Original_T0338500)) AND ((@IsNull_T0338600 = 1 AND [T0338600] IS NULL) OR ([T0338600] = @Original_T0338600)) AND ((@IsNull_T1486900 = 1 AND [T1486900] IS NULL) OR ([T1486900] = @Original_T1486900)) AND ((@IsNull_T1487000 = 1 AND [T1487000] IS NULL) OR ([T1487000] = @Original_T1487000)) AND ((@IsNull_T1487100 = 1 AND [T1487100] IS NULL) OR ([T1487100] = @Original_T1487100)) AND ((@IsNull_T1487200 = 1 AND [T1487200] IS NULL) OR ([T1487200] = @Original_T1487200)) AND ((@IsNull_T1487300 = 1 AND [T1487300] IS NULL) OR ([T1487300] = @Original_T1487300)) AND ((@IsNull_T1487400 = 1 AND [T1487400] IS NULL) OR ([T1487400] = @Original_T1487400)) AND ((@IsNull_T1487500 = 1 AND [T1487500] IS NULL) OR ([T1487500] = @Original_T1487500)) AND ((@IsNull_T1487600 = 1 AND [T1487600] IS NULL) OR ([T1487600] = @Original_T1487600)) AND ((@IsNull_T1487700 = 1 AND [T1487700] IS NULL) OR ([T1487700] = @Original_T1487700)) AND ((@IsNull_T1487800 = 1 AND [T1487800] IS NULL) OR ([T1487800] = @Original_T1487800)) AND ((@IsNull_T2217700 = 1 AND [T2217700] IS NULL) OR ([T2217700] = @Original_T2217700)) AND ((@IsNull_T2533500 = 1 AND [T2533500] IS NULL) OR ([T2533500] = @Original_T2533500)) AND ((@IsNull_T2533600 = 1 AND [T2533600] IS NULL) OR ([T2533600] = @Original_T2533600)) AND ((@IsNull_T2533700 = 1 AND [T2533700] IS NULL) OR ([T2533700] = @Original_T2533700)) AND ((@IsNull_T2533800 = 1 AND [T2533800] IS NULL) OR ([T2533800] = @Original_T2533800)) AND ((@IsNull_T2533900 = 1 AND [T2533900] IS NULL) OR ([T2533900] = @Original_T2533900)) AND ((@IsNull_T2534000 = 1 AND [T2534000] IS NULL) OR ([T2534000] = @Original_T2534000)) AND ((@IsNull_T2534100 = 1 AND [T2534100] IS NULL) OR ([T2534100] = @Original_T2534100)) AND ((@IsNull_T2534200 = 1 AND [T2534200] IS NULL) OR ([T2534200] = @Original_T2534200)) AND ((@IsNull_T2534300 = 1 AND [T2534300] IS NULL) OR ([T2534300] = @Original_T2534300)) AND ((@IsNull_T2534400 = 1 AND [T2534400] IS NULL) OR ([T2534400] = @Original_T2534400)) AND ((@IsNull_T2534500 = 1 AND [T2534500] IS NULL) OR ([T2534500] = @Original_T2534500))) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - INSERT INTO [Extract].[tblGen2LinksFromGen1] ([R0000100], [R0173600], [R0214700], [R0214800], [R4825700], [R4826000], [R4826100], [R4826300], [R4826500], [R4826800], [R5495900], [R5496200], [R5496300], [R5496500], [R5496700], [R5497000], [R5497200], [R6210700], [R6210800], [R6210900], [R6211500], [R6211600], [R6211700], [R6211800], [R6211900], [R6212200], [R6212300], [R6764000], [R6764100], [R6764200], [R6764900], [R6765000], [R6765100], [R6765200], [R6765600], [R6765700], [R6765800], [R6839600], [R7408300], [R7408400], [R7408500], [R7409200], [R7409300], [R7409400], [R7409500], [R7409900], [R7410000], [R7410100], [R7548600], [R8106400], [R8106500], [R8106600], [R8106700], [R8106800], [R8106900], [R8107000], [R8107100], [R8107200], [R8255400], [R9900400], [R9900600], [R9900601], [R9901200], [R9901400], [R9901401], [R9902000], [R9902200], [R9902201], [R9902800], [R9903000], [R9903001], [R9903600], [R9903800], [R9903801], [R9904400], [R9904600], [R9904601], [R9905200], [R9905400], [R9905401], [R9906000], [R9906600], [R9907200], [R9907800], [R9908000], [R9911200], [R9911201], [T0337300], [T0337400], [T0337500], [T0337600], [T0337700], [T0337800], [T0337900], [T0338000], [T0338100], [T0338200], [T0338300], [T0338400], [T0338500], [T0338600], [T1486900], [T1487000], [T1487100], [T1487200], [T1487300], [T1487400], [T1487500], [T1487600], [T1487700], [T1487800], [T2217700], [T2533500], [T2533600], [T2533700], [T2533800], [T2533900], [T2534000], [T2534100], [T2534200], [T2534300], [T2534400], [T2534500]) VALUES (@R0000100, @R0173600, @R0214700, @R0214800, @R4825700, @R4826000, @R4826100, @R4826300, @R4826500, @R4826800, @R5495900, @R5496200, @R5496300, @R5496500, @R5496700, @R5497000, @R5497200, @R6210700, @R6210800, @R6210900, @R6211500, @R6211600, @R6211700, @R6211800, @R6211900, @R6212200, @R6212300, @R6764000, @R6764100, @R6764200, @R6764900, @R6765000, @R6765100, @R6765200, @R6765600, @R6765700, @R6765800, @R6839600, @R7408300, @R7408400, @R7408500, @R7409200, @R7409300, @R7409400, @R7409500, @R7409900, @R7410000, @R7410100, @R7548600, @R8106400, @R8106500, @R8106600, @R8106700, @R8106800, @R8106900, @R8107000, @R8107100, @R8107200, @R8255400, @R9900400, @R9900600, @R9900601, @R9901200, @R9901400, @R9901401, @R9902000, @R9902200, @R9902201, @R9902800, @R9903000, @R9903001, @R9903600, @R9903800, @R9903801, @R9904400, @R9904600, @R9904601, @R9905200, @R9905400, @R9905401, @R9906000, @R9906600, @R9907200, @R9907800, @R9908000, @R9911200, @R9911201, @T0337300, @T0337400, @T0337500, @T0337600, @T0337700, @T0337800, @T0337900, @T0338000, @T0338100, @T0338200, @T0338300, @T0338400, @T0338500, @T0338600, @T1486900, @T1487000, @T1487100, @T1487200, @T1487300, @T1487400, @T1487500, @T1487600, @T1487700, @T1487800, @T2217700, @T2533500, @T2533600, @T2533700, @T2533800, @T2533900, @T2534000, @T2534100, @T2534200, @T2534300, @T2534400, @T2534500); -SELECT R0000100, R0173600, R0214700, R0214800, R4825700, R4826000, R4826100, R4826300, R4826500, R4826800, R5495900, R5496200, R5496300, R5496500, R5496700, R5497000, R5497200, R6210700, R6210800, R6210900, R6211500, R6211600, R6211700, R6211800, R6211900, R6212200, R6212300, R6764000, R6764100, R6764200, R6764900, R6765000, R6765100, R6765200, R6765600, R6765700, R6765800, R6839600, R7408300, R7408400, R7408500, R7409200, R7409300, R7409400, R7409500, R7409900, R7410000, R7410100, R7548600, R8106400, R8106500, R8106600, R8106700, R8106800, R8106900, R8107000, R8107100, R8107200, R8255400, R9900400, R9900600, R9900601, R9901200, R9901400, R9901401, R9902000, R9902200, R9902201, R9902800, R9903000, R9903001, R9903600, R9903800, R9903801, R9904400, R9904600, R9904601, R9905200, R9905400, R9905401, R9906000, R9906600, R9907200, R9907800, R9908000, R9911200, R9911201, T0337300, T0337400, T0337500, T0337600, T0337700, T0337800, T0337900, T0338000, T0338100, T0338200, T0338300, T0338400, T0338500, T0338600, T1486900, T1487000, T1487100, T1487200, T1487300, T1487400, T1487500, T1487600, T1487700, T1487800, T2217700, T2533500, T2533600, T2533700, T2533800, T2533900, T2534000, T2534100, T2534200, T2534300, T2534400, T2534500 FROM Extract.tblGen2LinksFromGen1 WHERE (R0000100 = @R0000100) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - SELECT R0000100, R0173600, R0214700, R0214800, R4825700, R4826000, R4826100, R4826300, R4826500, R4826800, R5495900, R5496200, R5496300, R5496500, R5496700, R5497000, R5497200, R6210700, R6210800, R6210900, R6211500, R6211600, R6211700, R6211800, R6211900, R6212200, R6212300, R6764000, R6764100, R6764200, R6764900, R6765000, R6765100, R6765200, R6765600, R6765700, R6765800, R6839600, R7408300, R7408400, R7408500, R7409200, R7409300, R7409400, R7409500, R7409900, R7410000, R7410100, R7548600, R8106400, R8106500, R8106600, R8106700, R8106800, R8106900, R8107000, R8107100, R8107200, R8255400, R9900400, R9900600, R9900601, R9901200, R9901400, R9901401, R9902000, R9902200, R9902201, R9902800, R9903000, R9903001, R9903600, R9903800, R9903801, R9904400, R9904600, R9904601, R9905200, R9905400, R9905401, R9906000, R9906600, R9907200, R9907800, R9908000, R9911200, R9911201, T0337300, T0337400, T0337500, T0337600, T0337700, T0337800, T0337900, T0338000, T0338100, T0338200, T0338300, T0338400, T0338500, T0338600, T1486900, T1487000, T1487100, T1487200, T1487300, T1487400, T1487500, T1487600, T1487700, T1487800, T2217700, T2533500, T2533600, T2533700, T2533800, T2533900, T2534000, T2534100, T2534200, T2534300, T2534400, T2534500 FROM Extract.tblGen2LinksFromGen1 - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - UPDATE [Extract].[tblGen2LinksFromGen1] SET [R0000100] = @R0000100, [R0173600] = @R0173600, [R0214700] = @R0214700, [R0214800] = @R0214800, [R4825700] = @R4825700, [R4826000] = @R4826000, [R4826100] = @R4826100, [R4826300] = @R4826300, [R4826500] = @R4826500, [R4826800] = @R4826800, [R5495900] = @R5495900, [R5496200] = @R5496200, [R5496300] = @R5496300, [R5496500] = @R5496500, [R5496700] = @R5496700, [R5497000] = @R5497000, [R5497200] = @R5497200, [R6210700] = @R6210700, [R6210800] = @R6210800, [R6210900] = @R6210900, [R6211500] = @R6211500, [R6211600] = @R6211600, [R6211700] = @R6211700, [R6211800] = @R6211800, [R6211900] = @R6211900, [R6212200] = @R6212200, [R6212300] = @R6212300, [R6764000] = @R6764000, [R6764100] = @R6764100, [R6764200] = @R6764200, [R6764900] = @R6764900, [R6765000] = @R6765000, [R6765100] = @R6765100, [R6765200] = @R6765200, [R6765600] = @R6765600, [R6765700] = @R6765700, [R6765800] = @R6765800, [R6839600] = @R6839600, [R7408300] = @R7408300, [R7408400] = @R7408400, [R7408500] = @R7408500, [R7409200] = @R7409200, [R7409300] = @R7409300, [R7409400] = @R7409400, [R7409500] = @R7409500, [R7409900] = @R7409900, [R7410000] = @R7410000, [R7410100] = @R7410100, [R7548600] = @R7548600, [R8106400] = @R8106400, [R8106500] = @R8106500, [R8106600] = @R8106600, [R8106700] = @R8106700, [R8106800] = @R8106800, [R8106900] = @R8106900, [R8107000] = @R8107000, [R8107100] = @R8107100, [R8107200] = @R8107200, [R8255400] = @R8255400, [R9900400] = @R9900400, [R9900600] = @R9900600, [R9900601] = @R9900601, [R9901200] = @R9901200, [R9901400] = @R9901400, [R9901401] = @R9901401, [R9902000] = @R9902000, [R9902200] = @R9902200, [R9902201] = @R9902201, [R9902800] = @R9902800, [R9903000] = @R9903000, [R9903001] = @R9903001, [R9903600] = @R9903600, [R9903800] = @R9903800, [R9903801] = @R9903801, [R9904400] = @R9904400, [R9904600] = @R9904600, [R9904601] = @R9904601, [R9905200] = @R9905200, [R9905400] = @R9905400, [R9905401] = @R9905401, [R9906000] = @R9906000, [R9906600] = @R9906600, [R9907200] = @R9907200, [R9907800] = @R9907800, [R9908000] = @R9908000, [R9911200] = @R9911200, [R9911201] = @R9911201, [T0337300] = @T0337300, [T0337400] = @T0337400, [T0337500] = @T0337500, [T0337600] = @T0337600, [T0337700] = @T0337700, [T0337800] = @T0337800, [T0337900] = @T0337900, [T0338000] = @T0338000, [T0338100] = @T0338100, [T0338200] = @T0338200, [T0338300] = @T0338300, [T0338400] = @T0338400, [T0338500] = @T0338500, [T0338600] = @T0338600, [T1486900] = @T1486900, [T1487000] = @T1487000, [T1487100] = @T1487100, [T1487200] = @T1487200, [T1487300] = @T1487300, [T1487400] = @T1487400, [T1487500] = @T1487500, [T1487600] = @T1487600, [T1487700] = @T1487700, [T1487800] = @T1487800, [T2217700] = @T2217700, [T2533500] = @T2533500, [T2533600] = @T2533600, [T2533700] = @T2533700, [T2533800] = @T2533800, [T2533900] = @T2533900, [T2534000] = @T2534000, [T2534100] = @T2534100, [T2534200] = @T2534200, [T2534300] = @T2534300, [T2534400] = @T2534400, [T2534500] = @T2534500 WHERE (([R0000100] = @Original_R0000100) AND ((@IsNull_R0173600 = 1 AND [R0173600] IS NULL) OR ([R0173600] = @Original_R0173600)) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R4825700 = 1 AND [R4825700] IS NULL) OR ([R4825700] = @Original_R4825700)) AND ((@IsNull_R4826000 = 1 AND [R4826000] IS NULL) OR ([R4826000] = @Original_R4826000)) AND ((@IsNull_R4826100 = 1 AND [R4826100] IS NULL) OR ([R4826100] = @Original_R4826100)) AND ((@IsNull_R4826300 = 1 AND [R4826300] IS NULL) OR ([R4826300] = @Original_R4826300)) AND ((@IsNull_R4826500 = 1 AND [R4826500] IS NULL) OR ([R4826500] = @Original_R4826500)) AND ((@IsNull_R4826800 = 1 AND [R4826800] IS NULL) OR ([R4826800] = @Original_R4826800)) AND ((@IsNull_R5495900 = 1 AND [R5495900] IS NULL) OR ([R5495900] = @Original_R5495900)) AND ((@IsNull_R5496200 = 1 AND [R5496200] IS NULL) OR ([R5496200] = @Original_R5496200)) AND ((@IsNull_R5496300 = 1 AND [R5496300] IS NULL) OR ([R5496300] = @Original_R5496300)) AND ((@IsNull_R5496500 = 1 AND [R5496500] IS NULL) OR ([R5496500] = @Original_R5496500)) AND ((@IsNull_R5496700 = 1 AND [R5496700] IS NULL) OR ([R5496700] = @Original_R5496700)) AND ((@IsNull_R5497000 = 1 AND [R5497000] IS NULL) OR ([R5497000] = @Original_R5497000)) AND ((@IsNull_R5497200 = 1 AND [R5497200] IS NULL) OR ([R5497200] = @Original_R5497200)) AND ((@IsNull_R6210700 = 1 AND [R6210700] IS NULL) OR ([R6210700] = @Original_R6210700)) AND ((@IsNull_R6210800 = 1 AND [R6210800] IS NULL) OR ([R6210800] = @Original_R6210800)) AND ((@IsNull_R6210900 = 1 AND [R6210900] IS NULL) OR ([R6210900] = @Original_R6210900)) AND ((@IsNull_R6211500 = 1 AND [R6211500] IS NULL) OR ([R6211500] = @Original_R6211500)) AND ((@IsNull_R6211600 = 1 AND [R6211600] IS NULL) OR ([R6211600] = @Original_R6211600)) AND ((@IsNull_R6211700 = 1 AND [R6211700] IS NULL) OR ([R6211700] = @Original_R6211700)) AND ((@IsNull_R6211800 = 1 AND [R6211800] IS NULL) OR ([R6211800] = @Original_R6211800)) AND ((@IsNull_R6211900 = 1 AND [R6211900] IS NULL) OR ([R6211900] = @Original_R6211900)) AND ((@IsNull_R6212200 = 1 AND [R6212200] IS NULL) OR ([R6212200] = @Original_R6212200)) AND ((@IsNull_R6212300 = 1 AND [R6212300] IS NULL) OR ([R6212300] = @Original_R6212300)) AND ((@IsNull_R6764000 = 1 AND [R6764000] IS NULL) OR ([R6764000] = @Original_R6764000)) AND ((@IsNull_R6764100 = 1 AND [R6764100] IS NULL) OR ([R6764100] = @Original_R6764100)) AND ((@IsNull_R6764200 = 1 AND [R6764200] IS NULL) OR ([R6764200] = @Original_R6764200)) AND ((@IsNull_R6764900 = 1 AND [R6764900] IS NULL) OR ([R6764900] = @Original_R6764900)) AND ((@IsNull_R6765000 = 1 AND [R6765000] IS NULL) OR ([R6765000] = @Original_R6765000)) AND ((@IsNull_R6765100 = 1 AND [R6765100] IS NULL) OR ([R6765100] = @Original_R6765100)) AND ((@IsNull_R6765200 = 1 AND [R6765200] IS NULL) OR ([R6765200] = @Original_R6765200)) AND ((@IsNull_R6765600 = 1 AND [R6765600] IS NULL) OR ([R6765600] = @Original_R6765600)) AND ((@IsNull_R6765700 = 1 AND [R6765700] IS NULL) OR ([R6765700] = @Original_R6765700)) AND ((@IsNull_R6765800 = 1 AND [R6765800] IS NULL) OR ([R6765800] = @Original_R6765800)) AND ((@IsNull_R6839600 = 1 AND [R6839600] IS NULL) OR ([R6839600] = @Original_R6839600)) AND ((@IsNull_R7408300 = 1 AND [R7408300] IS NULL) OR ([R7408300] = @Original_R7408300)) AND ((@IsNull_R7408400 = 1 AND [R7408400] IS NULL) OR ([R7408400] = @Original_R7408400)) AND ((@IsNull_R7408500 = 1 AND [R7408500] IS NULL) OR ([R7408500] = @Original_R7408500)) AND ((@IsNull_R7409200 = 1 AND [R7409200] IS NULL) OR ([R7409200] = @Original_R7409200)) AND ((@IsNull_R7409300 = 1 AND [R7409300] IS NULL) OR ([R7409300] = @Original_R7409300)) AND ((@IsNull_R7409400 = 1 AND [R7409400] IS NULL) OR ([R7409400] = @Original_R7409400)) AND ((@IsNull_R7409500 = 1 AND [R7409500] IS NULL) OR ([R7409500] = @Original_R7409500)) AND ((@IsNull_R7409900 = 1 AND [R7409900] IS NULL) OR ([R7409900] = @Original_R7409900)) AND ((@IsNull_R7410000 = 1 AND [R7410000] IS NULL) OR ([R7410000] = @Original_R7410000)) AND ((@IsNull_R7410100 = 1 AND [R7410100] IS NULL) OR ([R7410100] = @Original_R7410100)) AND ((@IsNull_R7548600 = 1 AND [R7548600] IS NULL) OR ([R7548600] = @Original_R7548600)) AND ((@IsNull_R8106400 = 1 AND [R8106400] IS NULL) OR ([R8106400] = @Original_R8106400)) AND ((@IsNull_R8106500 = 1 AND [R8106500] IS NULL) OR ([R8106500] = @Original_R8106500)) AND ((@IsNull_R8106600 = 1 AND [R8106600] IS NULL) OR ([R8106600] = @Original_R8106600)) AND ((@IsNull_R8106700 = 1 AND [R8106700] IS NULL) OR ([R8106700] = @Original_R8106700)) AND ((@IsNull_R8106800 = 1 AND [R8106800] IS NULL) OR ([R8106800] = @Original_R8106800)) AND ((@IsNull_R8106900 = 1 AND [R8106900] IS NULL) OR ([R8106900] = @Original_R8106900)) AND ((@IsNull_R8107000 = 1 AND [R8107000] IS NULL) OR ([R8107000] = @Original_R8107000)) AND ((@IsNull_R8107100 = 1 AND [R8107100] IS NULL) OR ([R8107100] = @Original_R8107100)) AND ((@IsNull_R8107200 = 1 AND [R8107200] IS NULL) OR ([R8107200] = @Original_R8107200)) AND ((@IsNull_R8255400 = 1 AND [R8255400] IS NULL) OR ([R8255400] = @Original_R8255400)) AND ((@IsNull_R9900400 = 1 AND [R9900400] IS NULL) OR ([R9900400] = @Original_R9900400)) AND ((@IsNull_R9900600 = 1 AND [R9900600] IS NULL) OR ([R9900600] = @Original_R9900600)) AND ((@IsNull_R9900601 = 1 AND [R9900601] IS NULL) OR ([R9900601] = @Original_R9900601)) AND ((@IsNull_R9901200 = 1 AND [R9901200] IS NULL) OR ([R9901200] = @Original_R9901200)) AND ((@IsNull_R9901400 = 1 AND [R9901400] IS NULL) OR ([R9901400] = @Original_R9901400)) AND ((@IsNull_R9901401 = 1 AND [R9901401] IS NULL) OR ([R9901401] = @Original_R9901401)) AND ((@IsNull_R9902000 = 1 AND [R9902000] IS NULL) OR ([R9902000] = @Original_R9902000)) AND ((@IsNull_R9902200 = 1 AND [R9902200] IS NULL) OR ([R9902200] = @Original_R9902200)) AND ((@IsNull_R9902201 = 1 AND [R9902201] IS NULL) OR ([R9902201] = @Original_R9902201)) AND ((@IsNull_R9902800 = 1 AND [R9902800] IS NULL) OR ([R9902800] = @Original_R9902800)) AND ((@IsNull_R9903000 = 1 AND [R9903000] IS NULL) OR ([R9903000] = @Original_R9903000)) AND ((@IsNull_R9903001 = 1 AND [R9903001] IS NULL) OR ([R9903001] = @Original_R9903001)) AND ((@IsNull_R9903600 = 1 AND [R9903600] IS NULL) OR ([R9903600] = @Original_R9903600)) AND ((@IsNull_R9903800 = 1 AND [R9903800] IS NULL) OR ([R9903800] = @Original_R9903800)) AND ((@IsNull_R9903801 = 1 AND [R9903801] IS NULL) OR ([R9903801] = @Original_R9903801)) AND ((@IsNull_R9904400 = 1 AND [R9904400] IS NULL) OR ([R9904400] = @Original_R9904400)) AND ((@IsNull_R9904600 = 1 AND [R9904600] IS NULL) OR ([R9904600] = @Original_R9904600)) AND ((@IsNull_R9904601 = 1 AND [R9904601] IS NULL) OR ([R9904601] = @Original_R9904601)) AND ((@IsNull_R9905200 = 1 AND [R9905200] IS NULL) OR ([R9905200] = @Original_R9905200)) AND ((@IsNull_R9905400 = 1 AND [R9905400] IS NULL) OR ([R9905400] = @Original_R9905400)) AND ((@IsNull_R9905401 = 1 AND [R9905401] IS NULL) OR ([R9905401] = @Original_R9905401)) AND ((@IsNull_R9906000 = 1 AND [R9906000] IS NULL) OR ([R9906000] = @Original_R9906000)) AND ((@IsNull_R9906600 = 1 AND [R9906600] IS NULL) OR ([R9906600] = @Original_R9906600)) AND ((@IsNull_R9907200 = 1 AND [R9907200] IS NULL) OR ([R9907200] = @Original_R9907200)) AND ((@IsNull_R9907800 = 1 AND [R9907800] IS NULL) OR ([R9907800] = @Original_R9907800)) AND ((@IsNull_R9908000 = 1 AND [R9908000] IS NULL) OR ([R9908000] = @Original_R9908000)) AND ((@IsNull_R9911200 = 1 AND [R9911200] IS NULL) OR ([R9911200] = @Original_R9911200)) AND ((@IsNull_R9911201 = 1 AND [R9911201] IS NULL) OR ([R9911201] = @Original_R9911201)) AND ((@IsNull_T0337300 = 1 AND [T0337300] IS NULL) OR ([T0337300] = @Original_T0337300)) AND ((@IsNull_T0337400 = 1 AND [T0337400] IS NULL) OR ([T0337400] = @Original_T0337400)) AND ((@IsNull_T0337500 = 1 AND [T0337500] IS NULL) OR ([T0337500] = @Original_T0337500)) AND ((@IsNull_T0337600 = 1 AND [T0337600] IS NULL) OR ([T0337600] = @Original_T0337600)) AND ((@IsNull_T0337700 = 1 AND [T0337700] IS NULL) OR ([T0337700] = @Original_T0337700)) AND ((@IsNull_T0337800 = 1 AND [T0337800] IS NULL) OR ([T0337800] = @Original_T0337800)) AND ((@IsNull_T0337900 = 1 AND [T0337900] IS NULL) OR ([T0337900] = @Original_T0337900)) AND ((@IsNull_T0338000 = 1 AND [T0338000] IS NULL) OR ([T0338000] = @Original_T0338000)) AND ((@IsNull_T0338100 = 1 AND [T0338100] IS NULL) OR ([T0338100] = @Original_T0338100)) AND ((@IsNull_T0338200 = 1 AND [T0338200] IS NULL) OR ([T0338200] = @Original_T0338200)) AND ((@IsNull_T0338300 = 1 AND [T0338300] IS NULL) OR ([T0338300] = @Original_T0338300)) AND ((@IsNull_T0338400 = 1 AND [T0338400] IS NULL) OR ([T0338400] = @Original_T0338400)) AND ((@IsNull_T0338500 = 1 AND [T0338500] IS NULL) OR ([T0338500] = @Original_T0338500)) AND ((@IsNull_T0338600 = 1 AND [T0338600] IS NULL) OR ([T0338600] = @Original_T0338600)) AND ((@IsNull_T1486900 = 1 AND [T1486900] IS NULL) OR ([T1486900] = @Original_T1486900)) AND ((@IsNull_T1487000 = 1 AND [T1487000] IS NULL) OR ([T1487000] = @Original_T1487000)) AND ((@IsNull_T1487100 = 1 AND [T1487100] IS NULL) OR ([T1487100] = @Original_T1487100)) AND ((@IsNull_T1487200 = 1 AND [T1487200] IS NULL) OR ([T1487200] = @Original_T1487200)) AND ((@IsNull_T1487300 = 1 AND [T1487300] IS NULL) OR ([T1487300] = @Original_T1487300)) AND ((@IsNull_T1487400 = 1 AND [T1487400] IS NULL) OR ([T1487400] = @Original_T1487400)) AND ((@IsNull_T1487500 = 1 AND [T1487500] IS NULL) OR ([T1487500] = @Original_T1487500)) AND ((@IsNull_T1487600 = 1 AND [T1487600] IS NULL) OR ([T1487600] = @Original_T1487600)) AND ((@IsNull_T1487700 = 1 AND [T1487700] IS NULL) OR ([T1487700] = @Original_T1487700)) AND ((@IsNull_T1487800 = 1 AND [T1487800] IS NULL) OR ([T1487800] = @Original_T1487800)) AND ((@IsNull_T2217700 = 1 AND [T2217700] IS NULL) OR ([T2217700] = @Original_T2217700)) AND ((@IsNull_T2533500 = 1 AND [T2533500] IS NULL) OR ([T2533500] = @Original_T2533500)) AND ((@IsNull_T2533600 = 1 AND [T2533600] IS NULL) OR ([T2533600] = @Original_T2533600)) AND ((@IsNull_T2533700 = 1 AND [T2533700] IS NULL) OR ([T2533700] = @Original_T2533700)) AND ((@IsNull_T2533800 = 1 AND [T2533800] IS NULL) OR ([T2533800] = @Original_T2533800)) AND ((@IsNull_T2533900 = 1 AND [T2533900] IS NULL) OR ([T2533900] = @Original_T2533900)) AND ((@IsNull_T2534000 = 1 AND [T2534000] IS NULL) OR ([T2534000] = @Original_T2534000)) AND ((@IsNull_T2534100 = 1 AND [T2534100] IS NULL) OR ([T2534100] = @Original_T2534100)) AND ((@IsNull_T2534200 = 1 AND [T2534200] IS NULL) OR ([T2534200] = @Original_T2534200)) AND ((@IsNull_T2534300 = 1 AND [T2534300] IS NULL) OR ([T2534300] = @Original_T2534300)) AND ((@IsNull_T2534400 = 1 AND [T2534400] IS NULL) OR ([T2534400] = @Original_T2534400)) AND ((@IsNull_T2534500 = 1 AND [T2534500] IS NULL) OR ([T2534500] = @Original_T2534500))); -SELECT R0000100, R0173600, R0214700, R0214800, R4825700, R4826000, R4826100, R4826300, R4826500, R4826800, R5495900, R5496200, R5496300, R5496500, R5496700, R5497000, R5497200, R6210700, R6210800, R6210900, R6211500, R6211600, R6211700, R6211800, R6211900, R6212200, R6212300, R6764000, R6764100, R6764200, R6764900, R6765000, R6765100, R6765200, R6765600, R6765700, R6765800, R6839600, R7408300, R7408400, R7408500, R7409200, R7409300, R7409400, R7409500, R7409900, R7410000, R7410100, R7548600, R8106400, R8106500, R8106600, R8106700, R8106800, R8106900, R8107000, R8107100, R8107200, R8255400, R9900400, R9900600, R9900601, R9901200, R9901400, R9901401, R9902000, R9902200, R9902201, R9902800, R9903000, R9903001, R9903600, R9903800, R9903801, R9904400, R9904600, R9904601, R9905200, R9905400, R9905401, R9906000, R9906600, R9907200, R9907800, R9908000, R9911200, R9911201, T0337300, T0337400, T0337500, T0337600, T0337700, T0337800, T0337900, T0338000, T0338100, T0338200, T0338300, T0338400, T0338500, T0338600, T1486900, T1487000, T1487100, T1487200, T1487300, T1487400, T1487500, T1487600, T1487700, T1487800, T2217700, T2533500, T2533600, T2533700, T2533800, T2533900, T2534000, T2534100, T2534200, T2534300, T2534400, T2534500 FROM Extract.tblGen2LinksFromGen1 WHERE (R0000100 = @R0000100) + DELETE FROM [Extract].[tblGen1Explicit] WHERE (([R0000100] = @Original_R0000100) AND ((@IsNull_R0000149 = 1 AND [R0000149] IS NULL) OR ([R0000149] = @Original_R0000149)) AND ((@IsNull_R0000150 = 1 AND [R0000150] IS NULL) OR ([R0000150] = @Original_R0000150)) AND ((@IsNull_R0000151 = 1 AND [R0000151] IS NULL) OR ([R0000151] = @Original_R0000151)) AND ((@IsNull_R0000152 = 1 AND [R0000152] IS NULL) OR ([R0000152] = @Original_R0000152)) AND ((@IsNull_R0000153 = 1 AND [R0000153] IS NULL) OR ([R0000153] = @Original_R0000153)) AND ((@IsNull_R0000154 = 1 AND [R0000154] IS NULL) OR ([R0000154] = @Original_R0000154)) AND ((@IsNull_R0000155 = 1 AND [R0000155] IS NULL) OR ([R0000155] = @Original_R0000155)) AND ((@IsNull_R0000156 = 1 AND [R0000156] IS NULL) OR ([R0000156] = @Original_R0000156)) AND ((@IsNull_R0000157 = 1 AND [R0000157] IS NULL) OR ([R0000157] = @Original_R0000157)) AND ((@IsNull_R0000158 = 1 AND [R0000158] IS NULL) OR ([R0000158] = @Original_R0000158)) AND ((@IsNull_R0000159 = 1 AND [R0000159] IS NULL) OR ([R0000159] = @Original_R0000159)) AND ((@IsNull_R0000162 = 1 AND [R0000162] IS NULL) OR ([R0000162] = @Original_R0000162)) AND ((@IsNull_R0000163 = 1 AND [R0000163] IS NULL) OR ([R0000163] = @Original_R0000163)) AND ((@IsNull_R0000164 = 1 AND [R0000164] IS NULL) OR ([R0000164] = @Original_R0000164)) AND ((@IsNull_R0000165 = 1 AND [R0000165] IS NULL) OR ([R0000165] = @Original_R0000165)) AND ((@IsNull_R0000166 = 1 AND [R0000166] IS NULL) OR ([R0000166] = @Original_R0000166)) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R4125101 = 1 AND [R4125101] IS NULL) OR ([R4125101] = @Original_R4125101)) AND ((@IsNull_R4125801 = 1 AND [R4125801] IS NULL) OR ([R4125801] = @Original_R4125801)) AND ((@IsNull_R4126501 = 1 AND [R4126501] IS NULL) OR ([R4126501] = @Original_R4126501)) AND ((@IsNull_R4127201 = 1 AND [R4127201] IS NULL) OR ([R4127201] = @Original_R4127201)) AND ((@IsNull_R4127901 = 1 AND [R4127901] IS NULL) OR ([R4127901] = @Original_R4127901)) AND ((@IsNull_R4128601 = 1 AND [R4128601] IS NULL) OR ([R4128601] = @Original_R4128601)) AND ((@IsNull_R4129301 = 1 AND [R4129301] IS NULL) OR ([R4129301] = @Original_R4129301)) AND ((@IsNull_R4130001 = 1 AND [R4130001] IS NULL) OR ([R4130001] = @Original_R4130001)) AND ((@IsNull_R4130701 = 1 AND [R4130701] IS NULL) OR ([R4130701] = @Original_R4130701)) AND ((@IsNull_R4131401 = 1 AND [R4131401] IS NULL) OR ([R4131401] = @Original_R4131401)) AND ((@IsNull_R4132101 = 1 AND [R4132101] IS NULL) OR ([R4132101] = @Original_R4132101)) AND ((@IsNull_R4132801 = 1 AND [R4132801] IS NULL) OR ([R4132801] = @Original_R4132801)) AND ((@IsNull_R4133701 = 1 AND [R4133701] IS NULL) OR ([R4133701] = @Original_R4133701)) AND ((@IsNull_R4521500 = 1 AND [R4521500] IS NULL) OR ([R4521500] = @Original_R4521500)) AND ((@IsNull_R4521700 = 1 AND [R4521700] IS NULL) OR ([R4521700] = @Original_R4521700)) AND ((@IsNull_R4521800 = 1 AND [R4521800] IS NULL) OR ([R4521800] = @Original_R4521800)) AND ((@IsNull_R4521900 = 1 AND [R4521900] IS NULL) OR ([R4521900] = @Original_R4521900)) AND ((@IsNull_R4522000 = 1 AND [R4522000] IS NULL) OR ([R4522000] = @Original_R4522000)) AND ((@IsNull_R4522100 = 1 AND [R4522100] IS NULL) OR ([R4522100] = @Original_R4522100)) AND ((@IsNull_R4522200 = 1 AND [R4522200] IS NULL) OR ([R4522200] = @Original_R4522200)) AND ((@IsNull_R4522300 = 1 AND [R4522300] IS NULL) OR ([R4522300] = @Original_R4522300)) AND ((@IsNull_R4522400 = 1 AND [R4522400] IS NULL) OR ([R4522400] = @Original_R4522400)) AND ((@IsNull_R4522500 = 1 AND [R4522500] IS NULL) OR ([R4522500] = @Original_R4522500)) AND ((@IsNull_R4522600 = 1 AND [R4522600] IS NULL) OR ([R4522600] = @Original_R4522600)) AND ((@IsNull_R4522700 = 1 AND [R4522700] IS NULL) OR ([R4522700] = @Original_R4522700)) AND ((@IsNull_R4522800 = 1 AND [R4522800] IS NULL) OR ([R4522800] = @Original_R4522800)) AND ((@IsNull_T0002000 = 1 AND [T0002000] IS NULL) OR ([T0002000] = @Original_T0002000)) AND ((@IsNull_T0002100 = 1 AND [T0002100] IS NULL) OR ([T0002100] = @Original_T0002100)) AND ((@IsNull_T0002200 = 1 AND [T0002200] IS NULL) OR ([T0002200] = @Original_T0002200)) AND ((@IsNull_T0002300 = 1 AND [T0002300] IS NULL) OR ([T0002300] = @Original_T0002300)) AND ((@IsNull_T0002400 = 1 AND [T0002400] IS NULL) OR ([T0002400] = @Original_T0002400)) AND ((@IsNull_T0002500 = 1 AND [T0002500] IS NULL) OR ([T0002500] = @Original_T0002500)) AND ((@IsNull_T0002600 = 1 AND [T0002600] IS NULL) OR ([T0002600] = @Original_T0002600)) AND ((@IsNull_T0002700 = 1 AND [T0002700] IS NULL) OR ([T0002700] = @Original_T0002700)) AND ((@IsNull_T0002800 = 1 AND [T0002800] IS NULL) OR ([T0002800] = @Original_T0002800)) AND ((@IsNull_T0002900 = 1 AND [T0002900] IS NULL) OR ([T0002900] = @Original_T0002900)) AND ((@IsNull_T0003000 = 1 AND [T0003000] IS NULL) OR ([T0003000] = @Original_T0003000)) AND ((@IsNull_T0003100 = 1 AND [T0003100] IS NULL) OR ([T0003100] = @Original_T0003100)) AND ((@IsNull_T0003200 = 1 AND [T0003200] IS NULL) OR ([T0003200] = @Original_T0003200)) AND ((@IsNull_T0003300 = 1 AND [T0003300] IS NULL) OR ([T0003300] = @Original_T0003300)) AND ((@IsNull_T0003400 = 1 AND [T0003400] IS NULL) OR ([T0003400] = @Original_T0003400)) AND ((@IsNull_T0003500 = 1 AND [T0003500] IS NULL) OR ([T0003500] = @Original_T0003500)) AND ((@IsNull_T0003600 = 1 AND [T0003600] IS NULL) OR ([T0003600] = @Original_T0003600)) AND ((@IsNull_T0003700 = 1 AND [T0003700] IS NULL) OR ([T0003700] = @Original_T0003700)) AND ((@IsNull_T0003800 = 1 AND [T0003800] IS NULL) OR ([T0003800] = @Original_T0003800)) AND ((@IsNull_T0003900 = 1 AND [T0003900] IS NULL) OR ([T0003900] = @Original_T0003900)) AND ((@IsNull_T0004000 = 1 AND [T0004000] IS NULL) OR ([T0004000] = @Original_T0004000)) AND ((@IsNull_T0004100 = 1 AND [T0004100] IS NULL) OR ([T0004100] = @Original_T0004100)) AND ((@IsNull_T0004200 = 1 AND [T0004200] IS NULL) OR ([T0004200] = @Original_T0004200)) AND ((@IsNull_T0004300 = 1 AND [T0004300] IS NULL) OR ([T0004300] = @Original_T0004300)) AND ((@IsNull_T0004400 = 1 AND [T0004400] IS NULL) OR ([T0004400] = @Original_T0004400)) AND ((@IsNull_T0004500 = 1 AND [T0004500] IS NULL) OR ([T0004500] = @Original_T0004500)) AND ((@IsNull_T2261500 = 1 AND [T2261500] IS NULL) OR ([T2261500] = @Original_T2261500)) AND ((@IsNull_T2261600 = 1 AND [T2261600] IS NULL) OR ([T2261600] = @Original_T2261600)) AND ((@IsNull_T2261700 = 1 AND [T2261700] IS NULL) OR ([T2261700] = @Original_T2261700)) AND ((@IsNull_T2261800 = 1 AND [T2261800] IS NULL) OR ([T2261800] = @Original_T2261800)) AND ((@IsNull_T2261900 = 1 AND [T2261900] IS NULL) OR ([T2261900] = @Original_T2261900)) AND ((@IsNull_T2262000 = 1 AND [T2262000] IS NULL) OR ([T2262000] = @Original_T2262000)) AND ((@IsNull_T2262100 = 1 AND [T2262100] IS NULL) OR ([T2262100] = @Original_T2262100)) AND ((@IsNull_T2262200 = 1 AND [T2262200] IS NULL) OR ([T2262200] = @Original_T2262200)) AND ((@IsNull_T2262300 = 1 AND [T2262300] IS NULL) OR ([T2262300] = @Original_T2262300)) AND ((@IsNull_T2262400 = 1 AND [T2262400] IS NULL) OR ([T2262400] = @Original_T2262400)) AND ((@IsNull_T2262500 = 1 AND [T2262500] IS NULL) OR ([T2262500] = @Original_T2262500)) AND ((@IsNull_T2262600 = 1 AND [T2262600] IS NULL) OR ([T2262600] = @Original_T2262600)) AND ((@IsNull_T2262700 = 1 AND [T2262700] IS NULL) OR ([T2262700] = @Original_T2262700)) AND ((@IsNull_T2262800 = 1 AND [T2262800] IS NULL) OR ([T2262800] = @Original_T2262800)) AND ((@IsNull_T2262900 = 1 AND [T2262900] IS NULL) OR ([T2262900] = @Original_T2262900)) AND ((@IsNull_T2263000 = 1 AND [T2263000] IS NULL) OR ([T2263000] = @Original_T2263000)) AND ((@IsNull_T2263100 = 1 AND [T2263100] IS NULL) OR ([T2263100] = @Original_T2263100)) AND ((@IsNull_T2263200 = 1 AND [T2263200] IS NULL) OR ([T2263200] = @Original_T2263200)) AND ((@IsNull_T2263300 = 1 AND [T2263300] IS NULL) OR ([T2263300] = @Original_T2263300)) AND ((@IsNull_T2263400 = 1 AND [T2263400] IS NULL) OR ([T2263400] = @Original_T2263400)) AND ((@IsNull_T2263500 = 1 AND [T2263500] IS NULL) OR ([T2263500] = @Original_T2263500)) AND ((@IsNull_T2263600 = 1 AND [T2263600] IS NULL) OR ([T2263600] = @Original_T2263600)) AND ((@IsNull_T2263700 = 1 AND [T2263700] IS NULL) OR ([T2263700] = @Original_T2263700)) AND ((@IsNull_T2263800 = 1 AND [T2263800] IS NULL) OR ([T2263800] = @Original_T2263800))) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + INSERT INTO [Extract].[tblGen1Explicit] ([R0000100], [R0000149], [R0000150], [R0000151], [R0000152], [R0000153], [R0000154], [R0000155], [R0000156], [R0000157], [R0000158], [R0000159], [R0000162], [R0000163], [R0000164], [R0000165], [R0000166], [R0214700], [R0214800], [R4125101], [R4125801], [R4126501], [R4127201], [R4127901], [R4128601], [R4129301], [R4130001], [R4130701], [R4131401], [R4132101], [R4132801], [R4133701], [R4521500], [R4521700], [R4521800], [R4521900], [R4522000], [R4522100], [R4522200], [R4522300], [R4522400], [R4522500], [R4522600], [R4522700], [R4522800], [T0002000], [T0002100], [T0002200], [T0002300], [T0002400], [T0002500], [T0002600], [T0002700], [T0002800], [T0002900], [T0003000], [T0003100], [T0003200], [T0003300], [T0003400], [T0003500], [T0003600], [T0003700], [T0003800], [T0003900], [T0004000], [T0004100], [T0004200], [T0004300], [T0004400], [T0004500], [T2261500], [T2261600], [T2261700], [T2261800], [T2261900], [T2262000], [T2262100], [T2262200], [T2262300], [T2262400], [T2262500], [T2262600], [T2262700], [T2262800], [T2262900], [T2263000], [T2263100], [T2263200], [T2263300], [T2263400], [T2263500], [T2263600], [T2263700], [T2263800]) VALUES (@R0000100, @R0000149, @R0000150, @R0000151, @R0000152, @R0000153, @R0000154, @R0000155, @R0000156, @R0000157, @R0000158, @R0000159, @R0000162, @R0000163, @R0000164, @R0000165, @R0000166, @R0214700, @R0214800, @R4125101, @R4125801, @R4126501, @R4127201, @R4127901, @R4128601, @R4129301, @R4130001, @R4130701, @R4131401, @R4132101, @R4132801, @R4133701, @R4521500, @R4521700, @R4521800, @R4521900, @R4522000, @R4522100, @R4522200, @R4522300, @R4522400, @R4522500, @R4522600, @R4522700, @R4522800, @T0002000, @T0002100, @T0002200, @T0002300, @T0002400, @T0002500, @T0002600, @T0002700, @T0002800, @T0002900, @T0003000, @T0003100, @T0003200, @T0003300, @T0003400, @T0003500, @T0003600, @T0003700, @T0003800, @T0003900, @T0004000, @T0004100, @T0004200, @T0004300, @T0004400, @T0004500, @T2261500, @T2261600, @T2261700, @T2261800, @T2261900, @T2262000, @T2262100, @T2262200, @T2262300, @T2262400, @T2262500, @T2262600, @T2262700, @T2262800, @T2262900, @T2263000, @T2263100, @T2263200, @T2263300, @T2263400, @T2263500, @T2263600, @T2263700, @T2263800); +SELECT R0000100, R0000149, R0000150, R0000151, R0000152, R0000153, R0000154, R0000155, R0000156, R0000157, R0000158, R0000159, R0000162, R0000163, R0000164, R0000165, R0000166, R0214700, R0214800, R4125101, R4125801, R4126501, R4127201, R4127901, R4128601, R4129301, R4130001, R4130701, R4131401, R4132101, R4132801, R4133701, R4521500, R4521700, R4521800, R4521900, R4522000, R4522100, R4522200, R4522300, R4522400, R4522500, R4522600, R4522700, R4522800, T0002000, T0002100, T0002200, T0002300, T0002400, T0002500, T0002600, T0002700, T0002800, T0002900, T0003000, T0003100, T0003200, T0003300, T0003400, T0003500, T0003600, T0003700, T0003800, T0003900, T0004000, T0004100, T0004200, T0004300, T0004400, T0004500, T2261500, T2261600, T2261700, T2261800, T2261900, T2262000, T2262100, T2262200, T2262300, T2262400, T2262500, T2262600, T2262700, T2262800, T2262900, T2263000, T2263100, T2263200, T2263300, T2263400, T2263500, T2263600, T2263700, T2263800 FROM Extract.tblGen1Explicit WHERE (R0000100 = @R0000100) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SELECT R0000100, R0000149, R0000150, R0000151, R0000152, R0000153, R0000154, R0000155, R0000156, R0000157, R0000158, R0000159, R0000162, R0000163, R0000164, R0000165, R0000166, R0214700, R0214800, R4125101, R4125801, R4126501, R4127201, R4127901, R4128601, R4129301, R4130001, R4130701, R4131401, R4132101, R4132801, R4133701, R4521500, R4521700, R4521800, R4521900, R4522000, R4522100, R4522200, R4522300, R4522400, R4522500, R4522600, R4522700, R4522800, T0002000, T0002100, T0002200, T0002300, T0002400, T0002500, T0002600, T0002700, T0002800, T0002900, T0003000, T0003100, T0003200, T0003300, T0003400, T0003500, T0003600, T0003700, T0003800, T0003900, T0004000, T0004100, T0004200, T0004300, T0004400, T0004500, T2261500, T2261600, T2261700, T2261800, T2261900, T2262000, T2262100, T2262200, T2262300, T2262400, T2262500, T2262600, T2262700, T2262800, T2262900, T2263000, T2263100, T2263200, T2263300, T2263400, T2263500, T2263600, T2263700, T2263800 FROM Extract.tblGen1Explicit + + + + + + UPDATE [Extract].[tblGen1Explicit] SET [R0000100] = @R0000100, [R0000149] = @R0000149, [R0000150] = @R0000150, [R0000151] = @R0000151, [R0000152] = @R0000152, [R0000153] = @R0000153, [R0000154] = @R0000154, [R0000155] = @R0000155, [R0000156] = @R0000156, [R0000157] = @R0000157, [R0000158] = @R0000158, [R0000159] = @R0000159, [R0000162] = @R0000162, [R0000163] = @R0000163, [R0000164] = @R0000164, [R0000165] = @R0000165, [R0000166] = @R0000166, [R0214700] = @R0214700, [R0214800] = @R0214800, [R4125101] = @R4125101, [R4125801] = @R4125801, [R4126501] = @R4126501, [R4127201] = @R4127201, [R4127901] = @R4127901, [R4128601] = @R4128601, [R4129301] = @R4129301, [R4130001] = @R4130001, [R4130701] = @R4130701, [R4131401] = @R4131401, [R4132101] = @R4132101, [R4132801] = @R4132801, [R4133701] = @R4133701, [R4521500] = @R4521500, [R4521700] = @R4521700, [R4521800] = @R4521800, [R4521900] = @R4521900, [R4522000] = @R4522000, [R4522100] = @R4522100, [R4522200] = @R4522200, [R4522300] = @R4522300, [R4522400] = @R4522400, [R4522500] = @R4522500, [R4522600] = @R4522600, [R4522700] = @R4522700, [R4522800] = @R4522800, [T0002000] = @T0002000, [T0002100] = @T0002100, [T0002200] = @T0002200, [T0002300] = @T0002300, [T0002400] = @T0002400, [T0002500] = @T0002500, [T0002600] = @T0002600, [T0002700] = @T0002700, [T0002800] = @T0002800, [T0002900] = @T0002900, [T0003000] = @T0003000, [T0003100] = @T0003100, [T0003200] = @T0003200, [T0003300] = @T0003300, [T0003400] = @T0003400, [T0003500] = @T0003500, [T0003600] = @T0003600, [T0003700] = @T0003700, [T0003800] = @T0003800, [T0003900] = @T0003900, [T0004000] = @T0004000, [T0004100] = @T0004100, [T0004200] = @T0004200, [T0004300] = @T0004300, [T0004400] = @T0004400, [T0004500] = @T0004500, [T2261500] = @T2261500, [T2261600] = @T2261600, [T2261700] = @T2261700, [T2261800] = @T2261800, [T2261900] = @T2261900, [T2262000] = @T2262000, [T2262100] = @T2262100, [T2262200] = @T2262200, [T2262300] = @T2262300, [T2262400] = @T2262400, [T2262500] = @T2262500, [T2262600] = @T2262600, [T2262700] = @T2262700, [T2262800] = @T2262800, [T2262900] = @T2262900, [T2263000] = @T2263000, [T2263100] = @T2263100, [T2263200] = @T2263200, [T2263300] = @T2263300, [T2263400] = @T2263400, [T2263500] = @T2263500, [T2263600] = @T2263600, [T2263700] = @T2263700, [T2263800] = @T2263800 WHERE (([R0000100] = @Original_R0000100) AND ((@IsNull_R0000149 = 1 AND [R0000149] IS NULL) OR ([R0000149] = @Original_R0000149)) AND ((@IsNull_R0000150 = 1 AND [R0000150] IS NULL) OR ([R0000150] = @Original_R0000150)) AND ((@IsNull_R0000151 = 1 AND [R0000151] IS NULL) OR ([R0000151] = @Original_R0000151)) AND ((@IsNull_R0000152 = 1 AND [R0000152] IS NULL) OR ([R0000152] = @Original_R0000152)) AND ((@IsNull_R0000153 = 1 AND [R0000153] IS NULL) OR ([R0000153] = @Original_R0000153)) AND ((@IsNull_R0000154 = 1 AND [R0000154] IS NULL) OR ([R0000154] = @Original_R0000154)) AND ((@IsNull_R0000155 = 1 AND [R0000155] IS NULL) OR ([R0000155] = @Original_R0000155)) AND ((@IsNull_R0000156 = 1 AND [R0000156] IS NULL) OR ([R0000156] = @Original_R0000156)) AND ((@IsNull_R0000157 = 1 AND [R0000157] IS NULL) OR ([R0000157] = @Original_R0000157)) AND ((@IsNull_R0000158 = 1 AND [R0000158] IS NULL) OR ([R0000158] = @Original_R0000158)) AND ((@IsNull_R0000159 = 1 AND [R0000159] IS NULL) OR ([R0000159] = @Original_R0000159)) AND ((@IsNull_R0000162 = 1 AND [R0000162] IS NULL) OR ([R0000162] = @Original_R0000162)) AND ((@IsNull_R0000163 = 1 AND [R0000163] IS NULL) OR ([R0000163] = @Original_R0000163)) AND ((@IsNull_R0000164 = 1 AND [R0000164] IS NULL) OR ([R0000164] = @Original_R0000164)) AND ((@IsNull_R0000165 = 1 AND [R0000165] IS NULL) OR ([R0000165] = @Original_R0000165)) AND ((@IsNull_R0000166 = 1 AND [R0000166] IS NULL) OR ([R0000166] = @Original_R0000166)) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R4125101 = 1 AND [R4125101] IS NULL) OR ([R4125101] = @Original_R4125101)) AND ((@IsNull_R4125801 = 1 AND [R4125801] IS NULL) OR ([R4125801] = @Original_R4125801)) AND ((@IsNull_R4126501 = 1 AND [R4126501] IS NULL) OR ([R4126501] = @Original_R4126501)) AND ((@IsNull_R4127201 = 1 AND [R4127201] IS NULL) OR ([R4127201] = @Original_R4127201)) AND ((@IsNull_R4127901 = 1 AND [R4127901] IS NULL) OR ([R4127901] = @Original_R4127901)) AND ((@IsNull_R4128601 = 1 AND [R4128601] IS NULL) OR ([R4128601] = @Original_R4128601)) AND ((@IsNull_R4129301 = 1 AND [R4129301] IS NULL) OR ([R4129301] = @Original_R4129301)) AND ((@IsNull_R4130001 = 1 AND [R4130001] IS NULL) OR ([R4130001] = @Original_R4130001)) AND ((@IsNull_R4130701 = 1 AND [R4130701] IS NULL) OR ([R4130701] = @Original_R4130701)) AND ((@IsNull_R4131401 = 1 AND [R4131401] IS NULL) OR ([R4131401] = @Original_R4131401)) AND ((@IsNull_R4132101 = 1 AND [R4132101] IS NULL) OR ([R4132101] = @Original_R4132101)) AND ((@IsNull_R4132801 = 1 AND [R4132801] IS NULL) OR ([R4132801] = @Original_R4132801)) AND ((@IsNull_R4133701 = 1 AND [R4133701] IS NULL) OR ([R4133701] = @Original_R4133701)) AND ((@IsNull_R4521500 = 1 AND [R4521500] IS NULL) OR ([R4521500] = @Original_R4521500)) AND ((@IsNull_R4521700 = 1 AND [R4521700] IS NULL) OR ([R4521700] = @Original_R4521700)) AND ((@IsNull_R4521800 = 1 AND [R4521800] IS NULL) OR ([R4521800] = @Original_R4521800)) AND ((@IsNull_R4521900 = 1 AND [R4521900] IS NULL) OR ([R4521900] = @Original_R4521900)) AND ((@IsNull_R4522000 = 1 AND [R4522000] IS NULL) OR ([R4522000] = @Original_R4522000)) AND ((@IsNull_R4522100 = 1 AND [R4522100] IS NULL) OR ([R4522100] = @Original_R4522100)) AND ((@IsNull_R4522200 = 1 AND [R4522200] IS NULL) OR ([R4522200] = @Original_R4522200)) AND ((@IsNull_R4522300 = 1 AND [R4522300] IS NULL) OR ([R4522300] = @Original_R4522300)) AND ((@IsNull_R4522400 = 1 AND [R4522400] IS NULL) OR ([R4522400] = @Original_R4522400)) AND ((@IsNull_R4522500 = 1 AND [R4522500] IS NULL) OR ([R4522500] = @Original_R4522500)) AND ((@IsNull_R4522600 = 1 AND [R4522600] IS NULL) OR ([R4522600] = @Original_R4522600)) AND ((@IsNull_R4522700 = 1 AND [R4522700] IS NULL) OR ([R4522700] = @Original_R4522700)) AND ((@IsNull_R4522800 = 1 AND [R4522800] IS NULL) OR ([R4522800] = @Original_R4522800)) AND ((@IsNull_T0002000 = 1 AND [T0002000] IS NULL) OR ([T0002000] = @Original_T0002000)) AND ((@IsNull_T0002100 = 1 AND [T0002100] IS NULL) OR ([T0002100] = @Original_T0002100)) AND ((@IsNull_T0002200 = 1 AND [T0002200] IS NULL) OR ([T0002200] = @Original_T0002200)) AND ((@IsNull_T0002300 = 1 AND [T0002300] IS NULL) OR ([T0002300] = @Original_T0002300)) AND ((@IsNull_T0002400 = 1 AND [T0002400] IS NULL) OR ([T0002400] = @Original_T0002400)) AND ((@IsNull_T0002500 = 1 AND [T0002500] IS NULL) OR ([T0002500] = @Original_T0002500)) AND ((@IsNull_T0002600 = 1 AND [T0002600] IS NULL) OR ([T0002600] = @Original_T0002600)) AND ((@IsNull_T0002700 = 1 AND [T0002700] IS NULL) OR ([T0002700] = @Original_T0002700)) AND ((@IsNull_T0002800 = 1 AND [T0002800] IS NULL) OR ([T0002800] = @Original_T0002800)) AND ((@IsNull_T0002900 = 1 AND [T0002900] IS NULL) OR ([T0002900] = @Original_T0002900)) AND ((@IsNull_T0003000 = 1 AND [T0003000] IS NULL) OR ([T0003000] = @Original_T0003000)) AND ((@IsNull_T0003100 = 1 AND [T0003100] IS NULL) OR ([T0003100] = @Original_T0003100)) AND ((@IsNull_T0003200 = 1 AND [T0003200] IS NULL) OR ([T0003200] = @Original_T0003200)) AND ((@IsNull_T0003300 = 1 AND [T0003300] IS NULL) OR ([T0003300] = @Original_T0003300)) AND ((@IsNull_T0003400 = 1 AND [T0003400] IS NULL) OR ([T0003400] = @Original_T0003400)) AND ((@IsNull_T0003500 = 1 AND [T0003500] IS NULL) OR ([T0003500] = @Original_T0003500)) AND ((@IsNull_T0003600 = 1 AND [T0003600] IS NULL) OR ([T0003600] = @Original_T0003600)) AND ((@IsNull_T0003700 = 1 AND [T0003700] IS NULL) OR ([T0003700] = @Original_T0003700)) AND ((@IsNull_T0003800 = 1 AND [T0003800] IS NULL) OR ([T0003800] = @Original_T0003800)) AND ((@IsNull_T0003900 = 1 AND [T0003900] IS NULL) OR ([T0003900] = @Original_T0003900)) AND ((@IsNull_T0004000 = 1 AND [T0004000] IS NULL) OR ([T0004000] = @Original_T0004000)) AND ((@IsNull_T0004100 = 1 AND [T0004100] IS NULL) OR ([T0004100] = @Original_T0004100)) AND ((@IsNull_T0004200 = 1 AND [T0004200] IS NULL) OR ([T0004200] = @Original_T0004200)) AND ((@IsNull_T0004300 = 1 AND [T0004300] IS NULL) OR ([T0004300] = @Original_T0004300)) AND ((@IsNull_T0004400 = 1 AND [T0004400] IS NULL) OR ([T0004400] = @Original_T0004400)) AND ((@IsNull_T0004500 = 1 AND [T0004500] IS NULL) OR ([T0004500] = @Original_T0004500)) AND ((@IsNull_T2261500 = 1 AND [T2261500] IS NULL) OR ([T2261500] = @Original_T2261500)) AND ((@IsNull_T2261600 = 1 AND [T2261600] IS NULL) OR ([T2261600] = @Original_T2261600)) AND ((@IsNull_T2261700 = 1 AND [T2261700] IS NULL) OR ([T2261700] = @Original_T2261700)) AND ((@IsNull_T2261800 = 1 AND [T2261800] IS NULL) OR ([T2261800] = @Original_T2261800)) AND ((@IsNull_T2261900 = 1 AND [T2261900] IS NULL) OR ([T2261900] = @Original_T2261900)) AND ((@IsNull_T2262000 = 1 AND [T2262000] IS NULL) OR ([T2262000] = @Original_T2262000)) AND ((@IsNull_T2262100 = 1 AND [T2262100] IS NULL) OR ([T2262100] = @Original_T2262100)) AND ((@IsNull_T2262200 = 1 AND [T2262200] IS NULL) OR ([T2262200] = @Original_T2262200)) AND ((@IsNull_T2262300 = 1 AND [T2262300] IS NULL) OR ([T2262300] = @Original_T2262300)) AND ((@IsNull_T2262400 = 1 AND [T2262400] IS NULL) OR ([T2262400] = @Original_T2262400)) AND ((@IsNull_T2262500 = 1 AND [T2262500] IS NULL) OR ([T2262500] = @Original_T2262500)) AND ((@IsNull_T2262600 = 1 AND [T2262600] IS NULL) OR ([T2262600] = @Original_T2262600)) AND ((@IsNull_T2262700 = 1 AND [T2262700] IS NULL) OR ([T2262700] = @Original_T2262700)) AND ((@IsNull_T2262800 = 1 AND [T2262800] IS NULL) OR ([T2262800] = @Original_T2262800)) AND ((@IsNull_T2262900 = 1 AND [T2262900] IS NULL) OR ([T2262900] = @Original_T2262900)) AND ((@IsNull_T2263000 = 1 AND [T2263000] IS NULL) OR ([T2263000] = @Original_T2263000)) AND ((@IsNull_T2263100 = 1 AND [T2263100] IS NULL) OR ([T2263100] = @Original_T2263100)) AND ((@IsNull_T2263200 = 1 AND [T2263200] IS NULL) OR ([T2263200] = @Original_T2263200)) AND ((@IsNull_T2263300 = 1 AND [T2263300] IS NULL) OR ([T2263300] = @Original_T2263300)) AND ((@IsNull_T2263400 = 1 AND [T2263400] IS NULL) OR ([T2263400] = @Original_T2263400)) AND ((@IsNull_T2263500 = 1 AND [T2263500] IS NULL) OR ([T2263500] = @Original_T2263500)) AND ((@IsNull_T2263600 = 1 AND [T2263600] IS NULL) OR ([T2263600] = @Original_T2263600)) AND ((@IsNull_T2263700 = 1 AND [T2263700] IS NULL) OR ([T2263700] = @Original_T2263700)) AND ((@IsNull_T2263800 = 1 AND [T2263800] IS NULL) OR ([T2263800] = @Original_T2263800))); +SELECT R0000100, R0000149, R0000150, R0000151, R0000152, R0000153, R0000154, R0000155, R0000156, R0000157, R0000158, R0000159, R0000162, R0000163, R0000164, R0000165, R0000166, R0214700, R0214800, R4125101, R4125801, R4126501, R4127201, R4127901, R4128601, R4129301, R4130001, R4130701, R4131401, R4132101, R4132801, R4133701, R4521500, R4521700, R4521800, R4521900, R4522000, R4522100, R4522200, R4522300, R4522400, R4522500, R4522600, R4522700, R4522800, T0002000, T0002100, T0002200, T0002300, T0002400, T0002500, T0002600, T0002700, T0002800, T0002900, T0003000, T0003100, T0003200, T0003300, T0003400, T0003500, T0003600, T0003700, T0003800, T0003900, T0004000, T0004100, T0004200, T0004300, T0004400, T0004500, T2261500, T2261600, T2261700, T2261800, T2261900, T2262000, T2262100, T2262200, T2262300, T2262400, T2262500, T2262600, T2262700, T2262800, T2262900, T2263000, T2263100, T2263200, T2263300, T2263400, T2263500, T2263600, T2263700, T2263800 FROM Extract.tblGen1Explicit WHERE (R0000100 = @R0000100) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DELETE FROM [Extract].[tblGen1Implicit] WHERE (((@IsNull_H0001600 = 1 AND [H0001600] IS NULL) OR ([H0001600] = @Original_H0001600)) AND ((@IsNull_H0001700 = 1 AND [H0001700] IS NULL) OR ([H0001700] = @Original_H0001700)) AND ((@IsNull_H0001800 = 1 AND [H0001800] IS NULL) OR ([H0001800] = @Original_H0001800)) AND ((@IsNull_H0001900 = 1 AND [H0001900] IS NULL) OR ([H0001900] = @Original_H0001900)) AND ((@IsNull_H0002000 = 1 AND [H0002000] IS NULL) OR ([H0002000] = @Original_H0002000)) AND ((@IsNull_H0002100 = 1 AND [H0002100] IS NULL) OR ([H0002100] = @Original_H0002100)) AND ((@IsNull_H0002200 = 1 AND [H0002200] IS NULL) OR ([H0002200] = @Original_H0002200)) AND ((@IsNull_H0002300 = 1 AND [H0002300] IS NULL) OR ([H0002300] = @Original_H0002300)) AND ((@IsNull_H0002400 = 1 AND [H0002400] IS NULL) OR ([H0002400] = @Original_H0002400)) AND ((@IsNull_H0002500 = 1 AND [H0002500] IS NULL) OR ([H0002500] = @Original_H0002500)) AND ((@IsNull_H0002600 = 1 AND [H0002600] IS NULL) OR ([H0002600] = @Original_H0002600)) AND ((@IsNull_H0002700 = 1 AND [H0002700] IS NULL) OR ([H0002700] = @Original_H0002700)) AND ((@IsNull_H0002800 = 1 AND [H0002800] IS NULL) OR ([H0002800] = @Original_H0002800)) AND ((@IsNull_H0002900 = 1 AND [H0002900] IS NULL) OR ([H0002900] = @Original_H0002900)) AND ((@IsNull_H0003000 = 1 AND [H0003000] IS NULL) OR ([H0003000] = @Original_H0003000)) AND ((@IsNull_H0003100 = 1 AND [H0003100] IS NULL) OR ([H0003100] = @Original_H0003100)) AND ((@IsNull_H0013600 = 1 AND [H0013600] IS NULL) OR ([H0013600] = @Original_H0013600)) AND ((@IsNull_H0013700 = 1 AND [H0013700] IS NULL) OR ([H0013700] = @Original_H0013700)) AND ((@IsNull_H0013800 = 1 AND [H0013800] IS NULL) OR ([H0013800] = @Original_H0013800)) AND ((@IsNull_H0013900 = 1 AND [H0013900] IS NULL) OR ([H0013900] = @Original_H0013900)) AND ((@IsNull_H0014000 = 1 AND [H0014000] IS NULL) OR ([H0014000] = @Original_H0014000)) AND ((@IsNull_H0014100 = 1 AND [H0014100] IS NULL) OR ([H0014100] = @Original_H0014100)) AND ((@IsNull_H0014200 = 1 AND [H0014200] IS NULL) OR ([H0014200] = @Original_H0014200)) AND ((@IsNull_H0014300 = 1 AND [H0014300] IS NULL) OR ([H0014300] = @Original_H0014300)) AND ((@IsNull_H0014400 = 1 AND [H0014400] IS NULL) OR ([H0014400] = @Original_H0014400)) AND ((@IsNull_H0014500 = 1 AND [H0014500] IS NULL) OR ([H0014500] = @Original_H0014500)) AND ((@IsNull_H0014700 = 1 AND [H0014700] IS NULL) OR ([H0014700] = @Original_H0014700)) AND ((@IsNull_H0014800 = 1 AND [H0014800] IS NULL) OR ([H0014800] = @Original_H0014800)) AND ((@IsNull_H0014900 = 1 AND [H0014900] IS NULL) OR ([H0014900] = @Original_H0014900)) AND ((@IsNull_H0015000 = 1 AND [H0015000] IS NULL) OR ([H0015000] = @Original_H0015000)) AND ((@IsNull_H0015100 = 1 AND [H0015100] IS NULL) OR ([H0015100] = @Original_H0015100)) AND ((@IsNull_H0015200 = 1 AND [H0015200] IS NULL) OR ([H0015200] = @Original_H0015200)) AND ((@IsNull_H0015300 = 1 AND [H0015300] IS NULL) OR ([H0015300] = @Original_H0015300)) AND ((@IsNull_H0015400 = 1 AND [H0015400] IS NULL) OR ([H0015400] = @Original_H0015400)) AND ((@IsNull_H0015500 = 1 AND [H0015500] IS NULL) OR ([H0015500] = @Original_H0015500)) AND ((@IsNull_H0015600 = 1 AND [H0015600] IS NULL) OR ([H0015600] = @Original_H0015600)) AND ((@IsNull_H0015700 = 1 AND [H0015700] IS NULL) OR ([H0015700] = @Original_H0015700)) AND ((@IsNull_H0015800 = 1 AND [H0015800] IS NULL) OR ([H0015800] = @Original_H0015800)) AND ((@IsNull_H0015803 = 1 AND [H0015803] IS NULL) OR ([H0015803] = @Original_H0015803)) AND ((@IsNull_H0015804 = 1 AND [H0015804] IS NULL) OR ([H0015804] = @Original_H0015804)) AND ([R0000100] = @Original_R0000100) AND ((@IsNull_R0006100 = 1 AND [R0006100] IS NULL) OR ([R0006100] = @Original_R0006100)) AND ((@IsNull_R0006500 = 1 AND [R0006500] IS NULL) OR ([R0006500] = @Original_R0006500)) AND ((@IsNull_R0007300 = 1 AND [R0007300] IS NULL) OR ([R0007300] = @Original_R0007300)) AND ((@IsNull_R0007700 = 1 AND [R0007700] IS NULL) OR ([R0007700] = @Original_R0007700)) AND ((@IsNull_R0007900 = 1 AND [R0007900] IS NULL) OR ([R0007900] = @Original_R0007900)) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R2302900 = 1 AND [R2302900] IS NULL) OR ([R2302900] = @Original_R2302900)) AND ((@IsNull_R2303100 = 1 AND [R2303100] IS NULL) OR ([R2303100] = @Original_R2303100)) AND ((@IsNull_R2303200 = 1 AND [R2303200] IS NULL) OR ([R2303200] = @Original_R2303200)) AND ((@IsNull_R2303300 = 1 AND [R2303300] IS NULL) OR ([R2303300] = @Original_R2303300)) AND ((@IsNull_R2303500 = 1 AND [R2303500] IS NULL) OR ([R2303500] = @Original_R2303500)) AND ((@IsNull_R2303600 = 1 AND [R2303600] IS NULL) OR ([R2303600] = @Original_R2303600)) AND ((@IsNull_R2505100 = 1 AND [R2505100] IS NULL) OR ([R2505100] = @Original_R2505100)) AND ((@IsNull_R2505300 = 1 AND [R2505300] IS NULL) OR ([R2505300] = @Original_R2505300)) AND ((@IsNull_R2505400 = 1 AND [R2505400] IS NULL) OR ([R2505400] = @Original_R2505400)) AND ((@IsNull_R2505500 = 1 AND [R2505500] IS NULL) OR ([R2505500] = @Original_R2505500)) AND ((@IsNull_R2505700 = 1 AND [R2505700] IS NULL) OR ([R2505700] = @Original_R2505700)) AND ((@IsNull_R2505800 = 1 AND [R2505800] IS NULL) OR ([R2505800] = @Original_R2505800)) AND ((@IsNull_R2737900 = 1 AND [R2737900] IS NULL) OR ([R2737900] = @Original_R2737900)) AND ((@IsNull_R2837200 = 1 AND [R2837200] IS NULL) OR ([R2837200] = @Original_R2837200)) AND ((@IsNull_R2837300 = 1 AND [R2837300] IS NULL) OR ([R2837300] = @Original_R2837300)) AND ((@IsNull_R2837400 = 1 AND [R2837400] IS NULL) OR ([R2837400] = @Original_R2837400)) AND ((@IsNull_R2837500 = 1 AND [R2837500] IS NULL) OR ([R2837500] = @Original_R2837500)) AND ((@IsNull_R2837600 = 1 AND [R2837600] IS NULL) OR ([R2837600] = @Original_R2837600)) AND ((@IsNull_R2837700 = 1 AND [R2837700] IS NULL) OR ([R2837700] = @Original_R2837700)) AND ((@IsNull_R2837800 = 1 AND [R2837800] IS NULL) OR ([R2837800] = @Original_R2837800)) AND ((@IsNull_R2837900 = 1 AND [R2837900] IS NULL) OR ([R2837900] = @Original_R2837900)) AND ((@IsNull_R2838000 = 1 AND [R2838000] IS NULL) OR ([R2838000] = @Original_R2838000)) AND ((@IsNull_R2838100 = 1 AND [R2838100] IS NULL) OR ([R2838100] = @Original_R2838100)) AND ((@IsNull_R2838200 = 1 AND [R2838200] IS NULL) OR ([R2838200] = @Original_R2838200)) AND ((@IsNull_R2838300 = 1 AND [R2838300] IS NULL) OR ([R2838300] = @Original_R2838300)) AND ((@IsNull_R2838400 = 1 AND [R2838400] IS NULL) OR ([R2838400] = @Original_R2838400)) AND ((@IsNull_R2838500 = 1 AND [R2838500] IS NULL) OR ([R2838500] = @Original_R2838500)) AND ((@IsNull_R2838600 = 1 AND [R2838600] IS NULL) OR ([R2838600] = @Original_R2838600)) AND ((@IsNull_R2838700 = 1 AND [R2838700] IS NULL) OR ([R2838700] = @Original_R2838700)) AND ((@IsNull_R2838800 = 1 AND [R2838800] IS NULL) OR ([R2838800] = @Original_R2838800)) AND ((@IsNull_R2838900 = 1 AND [R2838900] IS NULL) OR ([R2838900] = @Original_R2838900)) AND ((@IsNull_R2839000 = 1 AND [R2839000] IS NULL) OR ([R2839000] = @Original_R2839000)) AND ((@IsNull_R2839100 = 1 AND [R2839100] IS NULL) OR ([R2839100] = @Original_R2839100)) AND ((@IsNull_R2839200 = 1 AND [R2839200] IS NULL) OR ([R2839200] = @Original_R2839200)) AND ((@IsNull_R2839300 = 1 AND [R2839300] IS NULL) OR ([R2839300] = @Original_R2839300)) AND ((@IsNull_R2839400 = 1 AND [R2839400] IS NULL) OR ([R2839400] = @Original_R2839400)) AND ((@IsNull_R2839500 = 1 AND [R2839500] IS NULL) OR ([R2839500] = @Original_R2839500)) AND ((@IsNull_R2839600 = 1 AND [R2839600] IS NULL) OR ([R2839600] = @Original_R2839600)) AND ((@IsNull_R2839700 = 1 AND [R2839700] IS NULL) OR ([R2839700] = @Original_R2839700)) AND ((@IsNull_R2839800 = 1 AND [R2839800] IS NULL) OR ([R2839800] = @Original_R2839800)) AND ((@IsNull_R2839900 = 1 AND [R2839900] IS NULL) OR ([R2839900] = @Original_R2839900)) AND ((@IsNull_R2840000 = 1 AND [R2840000] IS NULL) OR ([R2840000] = @Original_R2840000)) AND ((@IsNull_R2840100 = 1 AND [R2840100] IS NULL) OR ([R2840100] = @Original_R2840100)) AND ((@IsNull_R2840200 = 1 AND [R2840200] IS NULL) OR ([R2840200] = @Original_R2840200)) AND ((@IsNull_R2840300 = 1 AND [R2840300] IS NULL) OR ([R2840300] = @Original_R2840300)) AND ((@IsNull_R2840400 = 1 AND [R2840400] IS NULL) OR ([R2840400] = @Original_R2840400)) AND ((@IsNull_R2840500 = 1 AND [R2840500] IS NULL) OR ([R2840500] = @Original_R2840500)) AND ((@IsNull_R2840600 = 1 AND [R2840600] IS NULL) OR ([R2840600] = @Original_R2840600)) AND ((@IsNull_R2840700 = 1 AND [R2840700] IS NULL) OR ([R2840700] = @Original_R2840700)) AND ((@IsNull_R2840800 = 1 AND [R2840800] IS NULL) OR ([R2840800] = @Original_R2840800)) AND ((@IsNull_R2840900 = 1 AND [R2840900] IS NULL) OR ([R2840900] = @Original_R2840900)) AND ((@IsNull_R2841000 = 1 AND [R2841000] IS NULL) OR ([R2841000] = @Original_R2841000)) AND ((@IsNull_R2841100 = 1 AND [R2841100] IS NULL) OR ([R2841100] = @Original_R2841100))) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + INSERT INTO [Extract].[tblGen1Implicit] ([H0001600], [H0001700], [H0001800], [H0001900], [H0002000], [H0002100], [H0002200], [H0002300], [H0002400], [H0002500], [H0002600], [H0002700], [H0002800], [H0002900], [H0003000], [H0003100], [H0013600], [H0013700], [H0013800], [H0013900], [H0014000], [H0014100], [H0014200], [H0014300], [H0014400], [H0014500], [H0014700], [H0014800], [H0014900], [H0015000], [H0015100], [H0015200], [H0015300], [H0015400], [H0015500], [H0015600], [H0015700], [H0015800], [H0015803], [H0015804], [R0000100], [R0006100], [R0006500], [R0007300], [R0007700], [R0007900], [R0214700], [R0214800], [R2302900], [R2303100], [R2303200], [R2303300], [R2303500], [R2303600], [R2505100], [R2505300], [R2505400], [R2505500], [R2505700], [R2505800], [R2737900], [R2837200], [R2837300], [R2837400], [R2837500], [R2837600], [R2837700], [R2837800], [R2837900], [R2838000], [R2838100], [R2838200], [R2838300], [R2838400], [R2838500], [R2838600], [R2838700], [R2838800], [R2838900], [R2839000], [R2839100], [R2839200], [R2839300], [R2839400], [R2839500], [R2839600], [R2839700], [R2839800], [R2839900], [R2840000], [R2840100], [R2840200], [R2840300], [R2840400], [R2840500], [R2840600], [R2840700], [R2840800], [R2840900], [R2841000], [R2841100]) VALUES (@H0001600, @H0001700, @H0001800, @H0001900, @H0002000, @H0002100, @H0002200, @H0002300, @H0002400, @H0002500, @H0002600, @H0002700, @H0002800, @H0002900, @H0003000, @H0003100, @H0013600, @H0013700, @H0013800, @H0013900, @H0014000, @H0014100, @H0014200, @H0014300, @H0014400, @H0014500, @H0014700, @H0014800, @H0014900, @H0015000, @H0015100, @H0015200, @H0015300, @H0015400, @H0015500, @H0015600, @H0015700, @H0015800, @H0015803, @H0015804, @R0000100, @R0006100, @R0006500, @R0007300, @R0007700, @R0007900, @R0214700, @R0214800, @R2302900, @R2303100, @R2303200, @R2303300, @R2303500, @R2303600, @R2505100, @R2505300, @R2505400, @R2505500, @R2505700, @R2505800, @R2737900, @R2837200, @R2837300, @R2837400, @R2837500, @R2837600, @R2837700, @R2837800, @R2837900, @R2838000, @R2838100, @R2838200, @R2838300, @R2838400, @R2838500, @R2838600, @R2838700, @R2838800, @R2838900, @R2839000, @R2839100, @R2839200, @R2839300, @R2839400, @R2839500, @R2839600, @R2839700, @R2839800, @R2839900, @R2840000, @R2840100, @R2840200, @R2840300, @R2840400, @R2840500, @R2840600, @R2840700, @R2840800, @R2840900, @R2841000, @R2841100); +SELECT H0001600, H0001700, H0001800, H0001900, H0002000, H0002100, H0002200, H0002300, H0002400, H0002500, H0002600, H0002700, H0002800, H0002900, H0003000, H0003100, H0013600, H0013700, H0013800, H0013900, H0014000, H0014100, H0014200, H0014300, H0014400, H0014500, H0014700, H0014800, H0014900, H0015000, H0015100, H0015200, H0015300, H0015400, H0015500, H0015600, H0015700, H0015800, H0015803, H0015804, R0000100, R0006100, R0006500, R0007300, R0007700, R0007900, R0214700, R0214800, R2302900, R2303100, R2303200, R2303300, R2303500, R2303600, R2505100, R2505300, R2505400, R2505500, R2505700, R2505800, R2737900, R2837200, R2837300, R2837400, R2837500, R2837600, R2837700, R2837800, R2837900, R2838000, R2838100, R2838200, R2838300, R2838400, R2838500, R2838600, R2838700, R2838800, R2838900, R2839000, R2839100, R2839200, R2839300, R2839400, R2839500, R2839600, R2839700, R2839800, R2839900, R2840000, R2840100, R2840200, R2840300, R2840400, R2840500, R2840600, R2840700, R2840800, R2840900, R2841000, R2841100 FROM Extract.tblGen1Implicit WHERE (R0000100 = @R0000100) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SELECT H0001600, H0001700, H0001800, H0001900, H0002000, H0002100, H0002200, H0002300, H0002400, H0002500, H0002600, H0002700, H0002800, H0002900, H0003000, H0003100, H0013600, H0013700, H0013800, H0013900, H0014000, H0014100, H0014200, H0014300, H0014400, H0014500, H0014700, H0014800, H0014900, H0015000, H0015100, H0015200, H0015300, H0015400, H0015500, H0015600, H0015700, H0015800, H0015803, H0015804, R0000100, R0006100, R0006500, R0007300, R0007700, R0007900, R0214700, R0214800, R2302900, R2303100, R2303200, R2303300, R2303500, R2303600, R2505100, R2505300, R2505400, R2505500, R2505700, R2505800, R2737900, R2837200, R2837300, R2837400, R2837500, R2837600, R2837700, R2837800, R2837900, R2838000, R2838100, R2838200, R2838300, R2838400, R2838500, R2838600, R2838700, R2838800, R2838900, R2839000, R2839100, R2839200, R2839300, R2839400, R2839500, R2839600, R2839700, R2839800, R2839900, R2840000, R2840100, R2840200, R2840300, R2840400, R2840500, R2840600, R2840700, R2840800, R2840900, R2841000, R2841100 FROM Extract.tblGen1Implicit + + + + + + UPDATE [Extract].[tblGen1Implicit] SET [H0001600] = @H0001600, [H0001700] = @H0001700, [H0001800] = @H0001800, [H0001900] = @H0001900, [H0002000] = @H0002000, [H0002100] = @H0002100, [H0002200] = @H0002200, [H0002300] = @H0002300, [H0002400] = @H0002400, [H0002500] = @H0002500, [H0002600] = @H0002600, [H0002700] = @H0002700, [H0002800] = @H0002800, [H0002900] = @H0002900, [H0003000] = @H0003000, [H0003100] = @H0003100, [H0013600] = @H0013600, [H0013700] = @H0013700, [H0013800] = @H0013800, [H0013900] = @H0013900, [H0014000] = @H0014000, [H0014100] = @H0014100, [H0014200] = @H0014200, [H0014300] = @H0014300, [H0014400] = @H0014400, [H0014500] = @H0014500, [H0014700] = @H0014700, [H0014800] = @H0014800, [H0014900] = @H0014900, [H0015000] = @H0015000, [H0015100] = @H0015100, [H0015200] = @H0015200, [H0015300] = @H0015300, [H0015400] = @H0015400, [H0015500] = @H0015500, [H0015600] = @H0015600, [H0015700] = @H0015700, [H0015800] = @H0015800, [H0015803] = @H0015803, [H0015804] = @H0015804, [R0000100] = @R0000100, [R0006100] = @R0006100, [R0006500] = @R0006500, [R0007300] = @R0007300, [R0007700] = @R0007700, [R0007900] = @R0007900, [R0214700] = @R0214700, [R0214800] = @R0214800, [R2302900] = @R2302900, [R2303100] = @R2303100, [R2303200] = @R2303200, [R2303300] = @R2303300, [R2303500] = @R2303500, [R2303600] = @R2303600, [R2505100] = @R2505100, [R2505300] = @R2505300, [R2505400] = @R2505400, [R2505500] = @R2505500, [R2505700] = @R2505700, [R2505800] = @R2505800, [R2737900] = @R2737900, [R2837200] = @R2837200, [R2837300] = @R2837300, [R2837400] = @R2837400, [R2837500] = @R2837500, [R2837600] = @R2837600, [R2837700] = @R2837700, [R2837800] = @R2837800, [R2837900] = @R2837900, [R2838000] = @R2838000, [R2838100] = @R2838100, [R2838200] = @R2838200, [R2838300] = @R2838300, [R2838400] = @R2838400, [R2838500] = @R2838500, [R2838600] = @R2838600, [R2838700] = @R2838700, [R2838800] = @R2838800, [R2838900] = @R2838900, [R2839000] = @R2839000, [R2839100] = @R2839100, [R2839200] = @R2839200, [R2839300] = @R2839300, [R2839400] = @R2839400, [R2839500] = @R2839500, [R2839600] = @R2839600, [R2839700] = @R2839700, [R2839800] = @R2839800, [R2839900] = @R2839900, [R2840000] = @R2840000, [R2840100] = @R2840100, [R2840200] = @R2840200, [R2840300] = @R2840300, [R2840400] = @R2840400, [R2840500] = @R2840500, [R2840600] = @R2840600, [R2840700] = @R2840700, [R2840800] = @R2840800, [R2840900] = @R2840900, [R2841000] = @R2841000, [R2841100] = @R2841100 WHERE (((@IsNull_H0001600 = 1 AND [H0001600] IS NULL) OR ([H0001600] = @Original_H0001600)) AND ((@IsNull_H0001700 = 1 AND [H0001700] IS NULL) OR ([H0001700] = @Original_H0001700)) AND ((@IsNull_H0001800 = 1 AND [H0001800] IS NULL) OR ([H0001800] = @Original_H0001800)) AND ((@IsNull_H0001900 = 1 AND [H0001900] IS NULL) OR ([H0001900] = @Original_H0001900)) AND ((@IsNull_H0002000 = 1 AND [H0002000] IS NULL) OR ([H0002000] = @Original_H0002000)) AND ((@IsNull_H0002100 = 1 AND [H0002100] IS NULL) OR ([H0002100] = @Original_H0002100)) AND ((@IsNull_H0002200 = 1 AND [H0002200] IS NULL) OR ([H0002200] = @Original_H0002200)) AND ((@IsNull_H0002300 = 1 AND [H0002300] IS NULL) OR ([H0002300] = @Original_H0002300)) AND ((@IsNull_H0002400 = 1 AND [H0002400] IS NULL) OR ([H0002400] = @Original_H0002400)) AND ((@IsNull_H0002500 = 1 AND [H0002500] IS NULL) OR ([H0002500] = @Original_H0002500)) AND ((@IsNull_H0002600 = 1 AND [H0002600] IS NULL) OR ([H0002600] = @Original_H0002600)) AND ((@IsNull_H0002700 = 1 AND [H0002700] IS NULL) OR ([H0002700] = @Original_H0002700)) AND ((@IsNull_H0002800 = 1 AND [H0002800] IS NULL) OR ([H0002800] = @Original_H0002800)) AND ((@IsNull_H0002900 = 1 AND [H0002900] IS NULL) OR ([H0002900] = @Original_H0002900)) AND ((@IsNull_H0003000 = 1 AND [H0003000] IS NULL) OR ([H0003000] = @Original_H0003000)) AND ((@IsNull_H0003100 = 1 AND [H0003100] IS NULL) OR ([H0003100] = @Original_H0003100)) AND ((@IsNull_H0013600 = 1 AND [H0013600] IS NULL) OR ([H0013600] = @Original_H0013600)) AND ((@IsNull_H0013700 = 1 AND [H0013700] IS NULL) OR ([H0013700] = @Original_H0013700)) AND ((@IsNull_H0013800 = 1 AND [H0013800] IS NULL) OR ([H0013800] = @Original_H0013800)) AND ((@IsNull_H0013900 = 1 AND [H0013900] IS NULL) OR ([H0013900] = @Original_H0013900)) AND ((@IsNull_H0014000 = 1 AND [H0014000] IS NULL) OR ([H0014000] = @Original_H0014000)) AND ((@IsNull_H0014100 = 1 AND [H0014100] IS NULL) OR ([H0014100] = @Original_H0014100)) AND ((@IsNull_H0014200 = 1 AND [H0014200] IS NULL) OR ([H0014200] = @Original_H0014200)) AND ((@IsNull_H0014300 = 1 AND [H0014300] IS NULL) OR ([H0014300] = @Original_H0014300)) AND ((@IsNull_H0014400 = 1 AND [H0014400] IS NULL) OR ([H0014400] = @Original_H0014400)) AND ((@IsNull_H0014500 = 1 AND [H0014500] IS NULL) OR ([H0014500] = @Original_H0014500)) AND ((@IsNull_H0014700 = 1 AND [H0014700] IS NULL) OR ([H0014700] = @Original_H0014700)) AND ((@IsNull_H0014800 = 1 AND [H0014800] IS NULL) OR ([H0014800] = @Original_H0014800)) AND ((@IsNull_H0014900 = 1 AND [H0014900] IS NULL) OR ([H0014900] = @Original_H0014900)) AND ((@IsNull_H0015000 = 1 AND [H0015000] IS NULL) OR ([H0015000] = @Original_H0015000)) AND ((@IsNull_H0015100 = 1 AND [H0015100] IS NULL) OR ([H0015100] = @Original_H0015100)) AND ((@IsNull_H0015200 = 1 AND [H0015200] IS NULL) OR ([H0015200] = @Original_H0015200)) AND ((@IsNull_H0015300 = 1 AND [H0015300] IS NULL) OR ([H0015300] = @Original_H0015300)) AND ((@IsNull_H0015400 = 1 AND [H0015400] IS NULL) OR ([H0015400] = @Original_H0015400)) AND ((@IsNull_H0015500 = 1 AND [H0015500] IS NULL) OR ([H0015500] = @Original_H0015500)) AND ((@IsNull_H0015600 = 1 AND [H0015600] IS NULL) OR ([H0015600] = @Original_H0015600)) AND ((@IsNull_H0015700 = 1 AND [H0015700] IS NULL) OR ([H0015700] = @Original_H0015700)) AND ((@IsNull_H0015800 = 1 AND [H0015800] IS NULL) OR ([H0015800] = @Original_H0015800)) AND ((@IsNull_H0015803 = 1 AND [H0015803] IS NULL) OR ([H0015803] = @Original_H0015803)) AND ((@IsNull_H0015804 = 1 AND [H0015804] IS NULL) OR ([H0015804] = @Original_H0015804)) AND ([R0000100] = @Original_R0000100) AND ((@IsNull_R0006100 = 1 AND [R0006100] IS NULL) OR ([R0006100] = @Original_R0006100)) AND ((@IsNull_R0006500 = 1 AND [R0006500] IS NULL) OR ([R0006500] = @Original_R0006500)) AND ((@IsNull_R0007300 = 1 AND [R0007300] IS NULL) OR ([R0007300] = @Original_R0007300)) AND ((@IsNull_R0007700 = 1 AND [R0007700] IS NULL) OR ([R0007700] = @Original_R0007700)) AND ((@IsNull_R0007900 = 1 AND [R0007900] IS NULL) OR ([R0007900] = @Original_R0007900)) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R2302900 = 1 AND [R2302900] IS NULL) OR ([R2302900] = @Original_R2302900)) AND ((@IsNull_R2303100 = 1 AND [R2303100] IS NULL) OR ([R2303100] = @Original_R2303100)) AND ((@IsNull_R2303200 = 1 AND [R2303200] IS NULL) OR ([R2303200] = @Original_R2303200)) AND ((@IsNull_R2303300 = 1 AND [R2303300] IS NULL) OR ([R2303300] = @Original_R2303300)) AND ((@IsNull_R2303500 = 1 AND [R2303500] IS NULL) OR ([R2303500] = @Original_R2303500)) AND ((@IsNull_R2303600 = 1 AND [R2303600] IS NULL) OR ([R2303600] = @Original_R2303600)) AND ((@IsNull_R2505100 = 1 AND [R2505100] IS NULL) OR ([R2505100] = @Original_R2505100)) AND ((@IsNull_R2505300 = 1 AND [R2505300] IS NULL) OR ([R2505300] = @Original_R2505300)) AND ((@IsNull_R2505400 = 1 AND [R2505400] IS NULL) OR ([R2505400] = @Original_R2505400)) AND ((@IsNull_R2505500 = 1 AND [R2505500] IS NULL) OR ([R2505500] = @Original_R2505500)) AND ((@IsNull_R2505700 = 1 AND [R2505700] IS NULL) OR ([R2505700] = @Original_R2505700)) AND ((@IsNull_R2505800 = 1 AND [R2505800] IS NULL) OR ([R2505800] = @Original_R2505800)) AND ((@IsNull_R2737900 = 1 AND [R2737900] IS NULL) OR ([R2737900] = @Original_R2737900)) AND ((@IsNull_R2837200 = 1 AND [R2837200] IS NULL) OR ([R2837200] = @Original_R2837200)) AND ((@IsNull_R2837300 = 1 AND [R2837300] IS NULL) OR ([R2837300] = @Original_R2837300)) AND ((@IsNull_R2837400 = 1 AND [R2837400] IS NULL) OR ([R2837400] = @Original_R2837400)) AND ((@IsNull_R2837500 = 1 AND [R2837500] IS NULL) OR ([R2837500] = @Original_R2837500)) AND ((@IsNull_R2837600 = 1 AND [R2837600] IS NULL) OR ([R2837600] = @Original_R2837600)) AND ((@IsNull_R2837700 = 1 AND [R2837700] IS NULL) OR ([R2837700] = @Original_R2837700)) AND ((@IsNull_R2837800 = 1 AND [R2837800] IS NULL) OR ([R2837800] = @Original_R2837800)) AND ((@IsNull_R2837900 = 1 AND [R2837900] IS NULL) OR ([R2837900] = @Original_R2837900)) AND ((@IsNull_R2838000 = 1 AND [R2838000] IS NULL) OR ([R2838000] = @Original_R2838000)) AND ((@IsNull_R2838100 = 1 AND [R2838100] IS NULL) OR ([R2838100] = @Original_R2838100)) AND ((@IsNull_R2838200 = 1 AND [R2838200] IS NULL) OR ([R2838200] = @Original_R2838200)) AND ((@IsNull_R2838300 = 1 AND [R2838300] IS NULL) OR ([R2838300] = @Original_R2838300)) AND ((@IsNull_R2838400 = 1 AND [R2838400] IS NULL) OR ([R2838400] = @Original_R2838400)) AND ((@IsNull_R2838500 = 1 AND [R2838500] IS NULL) OR ([R2838500] = @Original_R2838500)) AND ((@IsNull_R2838600 = 1 AND [R2838600] IS NULL) OR ([R2838600] = @Original_R2838600)) AND ((@IsNull_R2838700 = 1 AND [R2838700] IS NULL) OR ([R2838700] = @Original_R2838700)) AND ((@IsNull_R2838800 = 1 AND [R2838800] IS NULL) OR ([R2838800] = @Original_R2838800)) AND ((@IsNull_R2838900 = 1 AND [R2838900] IS NULL) OR ([R2838900] = @Original_R2838900)) AND ((@IsNull_R2839000 = 1 AND [R2839000] IS NULL) OR ([R2839000] = @Original_R2839000)) AND ((@IsNull_R2839100 = 1 AND [R2839100] IS NULL) OR ([R2839100] = @Original_R2839100)) AND ((@IsNull_R2839200 = 1 AND [R2839200] IS NULL) OR ([R2839200] = @Original_R2839200)) AND ((@IsNull_R2839300 = 1 AND [R2839300] IS NULL) OR ([R2839300] = @Original_R2839300)) AND ((@IsNull_R2839400 = 1 AND [R2839400] IS NULL) OR ([R2839400] = @Original_R2839400)) AND ((@IsNull_R2839500 = 1 AND [R2839500] IS NULL) OR ([R2839500] = @Original_R2839500)) AND ((@IsNull_R2839600 = 1 AND [R2839600] IS NULL) OR ([R2839600] = @Original_R2839600)) AND ((@IsNull_R2839700 = 1 AND [R2839700] IS NULL) OR ([R2839700] = @Original_R2839700)) AND ((@IsNull_R2839800 = 1 AND [R2839800] IS NULL) OR ([R2839800] = @Original_R2839800)) AND ((@IsNull_R2839900 = 1 AND [R2839900] IS NULL) OR ([R2839900] = @Original_R2839900)) AND ((@IsNull_R2840000 = 1 AND [R2840000] IS NULL) OR ([R2840000] = @Original_R2840000)) AND ((@IsNull_R2840100 = 1 AND [R2840100] IS NULL) OR ([R2840100] = @Original_R2840100)) AND ((@IsNull_R2840200 = 1 AND [R2840200] IS NULL) OR ([R2840200] = @Original_R2840200)) AND ((@IsNull_R2840300 = 1 AND [R2840300] IS NULL) OR ([R2840300] = @Original_R2840300)) AND ((@IsNull_R2840400 = 1 AND [R2840400] IS NULL) OR ([R2840400] = @Original_R2840400)) AND ((@IsNull_R2840500 = 1 AND [R2840500] IS NULL) OR ([R2840500] = @Original_R2840500)) AND ((@IsNull_R2840600 = 1 AND [R2840600] IS NULL) OR ([R2840600] = @Original_R2840600)) AND ((@IsNull_R2840700 = 1 AND [R2840700] IS NULL) OR ([R2840700] = @Original_R2840700)) AND ((@IsNull_R2840800 = 1 AND [R2840800] IS NULL) OR ([R2840800] = @Original_R2840800)) AND ((@IsNull_R2840900 = 1 AND [R2840900] IS NULL) OR ([R2840900] = @Original_R2840900)) AND ((@IsNull_R2841000 = 1 AND [R2841000] IS NULL) OR ([R2841000] = @Original_R2841000)) AND ((@IsNull_R2841100 = 1 AND [R2841100] IS NULL) OR ([R2841100] = @Original_R2841100))); +SELECT H0001600, H0001700, H0001800, H0001900, H0002000, H0002100, H0002200, H0002300, H0002400, H0002500, H0002600, H0002700, H0002800, H0002900, H0003000, H0003100, H0013600, H0013700, H0013800, H0013900, H0014000, H0014100, H0014200, H0014300, H0014400, H0014500, H0014700, H0014800, H0014900, H0015000, H0015100, H0015200, H0015300, H0015400, H0015500, H0015600, H0015700, H0015800, H0015803, H0015804, R0000100, R0006100, R0006500, R0007300, R0007700, R0007900, R0214700, R0214800, R2302900, R2303100, R2303200, R2303300, R2303500, R2303600, R2505100, R2505300, R2505400, R2505500, R2505700, R2505800, R2737900, R2837200, R2837300, R2837400, R2837500, R2837600, R2837700, R2837800, R2837900, R2838000, R2838100, R2838200, R2838300, R2838400, R2838500, R2838600, R2838700, R2838800, R2838900, R2839000, R2839100, R2839200, R2839300, R2839400, R2839500, R2839600, R2839700, R2839800, R2839900, R2840000, R2840100, R2840200, R2840300, R2840400, R2840500, R2840600, R2840700, R2840800, R2840900, R2841000, R2841100 FROM Extract.tblGen1Implicit WHERE (R0000100 = @R0000100) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DELETE FROM [Extract].[tblGen2OutcomesWeight] WHERE (([C0000100] = @Original_C0000100) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Original_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300] = @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([C0005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NULL) OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_Y0308500 = 1 AND [Y0308500] IS NULL) OR ([Y0308500] = @Original_Y0308500)) AND ((@IsNull_Y0904100 = 1 AND [Y0904100] IS NULL) OR ([Y0904100] = @Original_Y0904100)) AND ((@IsNull_Y1151000 = 1 AND [Y1151000] IS NULL) OR ([Y1151000] = @Original_Y1151000)) AND ((@IsNull_Y1386000 = 1 AND [Y1386000] IS NULL) OR ([Y1386000] = @Original_Y1386000)) AND ((@IsNull_Y1637700 = 1 AND [Y1637700] IS NULL) OR ([Y1637700] = @Original_Y1637700)) AND ((@IsNull_Y1891300 = 1 AND [Y1891300] IS NULL) OR ([Y1891300] = @Original_Y1891300)) AND ((@IsNull_Y2207200 = 1 AND [Y2207200] IS NULL) OR ([Y2207200] = @Original_Y2207200)) AND ((@IsNull_Y2544900 = 1 AND [Y2544900] IS NULL) OR ([Y2544900] = @Original_Y2544900))) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + INSERT INTO [Extract].[tblGen2OutcomesWeight] ([C0000100], [C0000200], [C0005300], [C0005400], [C0005700], [Y0308500], [Y0904100], [Y1151000], [Y1386000], [Y1637700], [Y1891300], [Y2207200], [Y2544900]) VALUES (@C0000100, @C0000200, @C0005300, @C0005400, @C0005700, @Y0308500, @Y0904100, @Y1151000, @Y1386000, @Y1637700, @Y1891300, @Y2207200, @Y2544900); +SELECT C0000100, C0000200, C0005300, C0005400, C0005700, Y0308500, Y0904100, Y1151000, Y1386000, Y1637700, Y1891300, Y2207200, Y2544900 FROM Extract.tblGen2OutcomesWeight WHERE (C0000100 = @C0000100) + + + + + + + + + + + + + + + + + + + + SELECT C0000100, C0000200, C0005300, C0005400, C0005700, Y0308500, Y0904100, Y1151000, Y1386000, Y1637700, Y1891300, Y2207200, Y2544900 FROM Extract.tblGen2OutcomesWeight + + + + + + UPDATE [Extract].[tblGen2OutcomesWeight] SET [C0000100] = @C0000100, [C0000200] = @C0000200, [C0005300] = @C0005300, [C0005400] = @C0005400, [C0005700] = @C0005700, [Y0308500] = @Y0308500, [Y0904100] = @Y0904100, [Y1151000] = @Y1151000, [Y1386000] = @Y1386000, [Y1637700] = @Y1637700, [Y1891300] = @Y1891300, [Y2207200] = @Y2207200, [Y2544900] = @Y2544900 WHERE (([C0000100] = @Original_C0000100) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Original_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300] = @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([C0005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NULL) OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_Y0308500 = 1 AND [Y0308500] IS NULL) OR ([Y0308500] = @Original_Y0308500)) AND ((@IsNull_Y0904100 = 1 AND [Y0904100] IS NULL) OR ([Y0904100] = @Original_Y0904100)) AND ((@IsNull_Y1151000 = 1 AND [Y1151000] IS NULL) OR ([Y1151000] = @Original_Y1151000)) AND ((@IsNull_Y1386000 = 1 AND [Y1386000] IS NULL) OR ([Y1386000] = @Original_Y1386000)) AND ((@IsNull_Y1637700 = 1 AND [Y1637700] IS NULL) OR ([Y1637700] = @Original_Y1637700)) AND ((@IsNull_Y1891300 = 1 AND [Y1891300] IS NULL) OR ([Y1891300] = @Original_Y1891300)) AND ((@IsNull_Y2207200 = 1 AND [Y2207200] IS NULL) OR ([Y2207200] = @Original_Y2207200)) AND ((@IsNull_Y2544900 = 1 AND [Y2544900] IS NULL) OR ([Y2544900] = @Original_Y2544900))); +SELECT C0000100, C0000200, C0005300, C0005400, C0005700, Y0308500, Y0904100, Y1151000, Y1386000, Y1637700, Y1891300, Y2207200, Y2544900 FROM Extract.tblGen2OutcomesWeight WHERE (C0000100 = @C0000100) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DELETE FROM [Extract].[tblLinks2004Gen1] WHERE (([PairID] = @Original_PairID) AND ([ExtendedFamilyID] = @Original_ExtendedFamilyID) AND ([ID1] = @Original_ID1) AND ([ID2] = @Original_ID2) AND ((@IsNull_Sex1 = 1 AND [Sex1] IS NULL) OR ([Sex1] = @Original_Sex1)) AND ((@IsNull_Sex2 = 1 AND [Sex2] IS NULL) OR ([Sex2] = @Original_Sex2)) AND ((@IsNull_RecommendedRelatedness = 1 AND [RecommendedRelatedness] IS NULL) OR ([RecommendedRelatedness] = @Original_RecommendedRelatedness)) AND ([SubjectTag_S1] = @Original_SubjectTag_S1) AND ([SubjectTag_S2] = @Original_SubjectTag_S2)) + + + + + + + + + + + + + + + + + + + INSERT INTO [Extract].[tblLinks2004Gen1] ([PairID], [ExtendedFamilyID], [ID1], [ID2], [Sex1], [Sex2], [RecommendedRelatedness], [SubjectTag_S1], [SubjectTag_S2]) VALUES (@PairID, @ExtendedFamilyID, @ID1, @ID2, @Sex1, @Sex2, @RecommendedRelatedness, @SubjectTag_S1, @SubjectTag_S2); +SELECT PairID, ExtendedFamilyID, ID1, ID2, Sex1, Sex2, RecommendedRelatedness, SubjectTag_S1, SubjectTag_S2 FROM Extract.tblLinks2004Gen1 WHERE (SubjectTag_S1 = @SubjectTag_S1) AND (SubjectTag_S2 = @SubjectTag_S2) + + + + + + + + + + + + + + + + SELECT PairID, ExtendedFamilyID, ID1, ID2, Sex1, Sex2, RecommendedRelatedness, SubjectTag_S1, SubjectTag_S2 FROM Extract.tblLinks2004Gen1 + + + + + + UPDATE [Extract].[tblLinks2004Gen1] SET [PairID] = @PairID, [ExtendedFamilyID] = @ExtendedFamilyID, [ID1] = @ID1, [ID2] = @ID2, [Sex1] = @Sex1, [Sex2] = @Sex2, [RecommendedRelatedness] = @RecommendedRelatedness, [SubjectTag_S1] = @SubjectTag_S1, [SubjectTag_S2] = @SubjectTag_S2 WHERE (([PairID] = @Original_PairID) AND ([ExtendedFamilyID] = @Original_ExtendedFamilyID) AND ([ID1] = @Original_ID1) AND ([ID2] = @Original_ID2) AND ((@IsNull_Sex1 = 1 AND [Sex1] IS NULL) OR ([Sex1] = @Original_Sex1)) AND ((@IsNull_Sex2 = 1 AND [Sex2] IS NULL) OR ([Sex2] = @Original_Sex2)) AND ((@IsNull_RecommendedRelatedness = 1 AND [RecommendedRelatedness] IS NULL) OR ([RecommendedRelatedness] = @Original_RecommendedRelatedness)) AND ([SubjectTag_S1] = @Original_SubjectTag_S1) AND ([SubjectTag_S2] = @Original_SubjectTag_S2)); +SELECT PairID, ExtendedFamilyID, ID1, ID2, Sex1, Sex2, RecommendedRelatedness, SubjectTag_S1, SubjectTag_S2 FROM Extract.tblLinks2004Gen1 WHERE (SubjectTag_S1 = @SubjectTag_S1) AND (SubjectTag_S2 = @SubjectTag_S2) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DELETE FROM [Extract].[tblGen2OutcomesMath] WHERE (([C0000100] = @Original_C0000100) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Original_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300] = @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([C0005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NULL) OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_C0579900 = 1 AND [C0579900] IS NULL) OR ([C0579900] = @Original_C0579900)) AND ((@IsNull_C0580000 = 1 AND [C0580000] IS NULL) OR ([C0580000] = @Original_C0580000)) AND ((@IsNull_C0580100 = 1 AND [C0580100] IS NULL) OR ([C0580100] = @Original_C0580100)) AND ((@IsNull_C0799400 = 1 AND [C0799400] IS NULL) OR ([C0799400] = @Original_C0799400)) AND ((@IsNull_C0799500 = 1 AND [C0799500] IS NULL) OR ([C0799500] = @Original_C0799500)) AND ((@IsNull_C0799600 = 1 AND [C0799600] IS NULL) OR ([C0799600] = @Original_C0799600)) AND ((@IsNull_C0998600 = 1 AND [C0998600] IS NULL) OR ([C0998600] = @Original_C0998600)) AND ((@IsNull_C0998700 = 1 AND [C0998700] IS NULL) OR ([C0998700] = @Original_C0998700)) AND ((@IsNull_C0998800 = 1 AND [C0998800] IS NULL) OR ([C0998800] = @Original_C0998800)) AND ((@IsNull_C1198600 = 1 AND [C1198600] IS NULL) OR ([C1198600] = @Original_C1198600)) AND ((@IsNull_C1198700 = 1 AND [C1198700] IS NULL) OR ([C1198700] = @Original_C1198700)) AND ((@IsNull_C1198800 = 1 AND [C1198800] IS NULL) OR ([C1198800] = @Original_C1198800)) AND ((@IsNull_C1507600 = 1 AND [C1507600] IS NULL) OR ([C1507600] = @Original_C1507600)) AND ((@IsNull_C1507700 = 1 AND [C1507700] IS NULL) OR ([C1507700] = @Original_C1507700)) AND ((@IsNull_C1507800 = 1 AND [C1507800] IS NULL) OR ([C1507800] = @Original_C1507800)) AND ((@IsNull_C1564500 = 1 AND [C1564500] IS NULL) OR ([C1564500] = @Original_C1564500)) AND ((@IsNull_C1564600 = 1 AND [C1564600] IS NULL) OR ([C1564600] = @Original_C1564600)) AND ((@IsNull_C1564700 = 1 AND [C1564700] IS NULL) OR ([C1564700] = @Original_C1564700)) AND ((@IsNull_C1799900 = 1 AND [C1799900] IS NULL) OR ([C1799900] = @Original_C1799900)) AND ((@IsNull_C1800000 = 1 AND [C1800000] IS NULL) OR ([C1800000] = @Original_C1800000)) AND ((@IsNull_C1800100 = 1 AND [C1800100] IS NULL) OR ([C1800100] = @Original_C1800100)) AND ((@IsNull_C2503500 = 1 AND [C2503500] IS NULL) OR ([C2503500] = @Original_C2503500)) AND ((@IsNull_C2503600 = 1 AND [C2503600] IS NULL) OR ([C2503600] = @Original_C2503600)) AND ((@IsNull_C2503700 = 1 AND [C2503700] IS NULL) OR ([C2503700] = @Original_C2503700)) AND ((@IsNull_C2532000 = 1 AND [C2532000] IS NULL) OR ([C2532000] = @Original_C2532000)) AND ((@IsNull_C2532100 = 1 AND [C2532100] IS NULL) OR ([C2532100] = @Original_C2532100)) AND ((@IsNull_C2532200 = 1 AND [C2532200] IS NULL) OR ([C2532200] = @Original_C2532200)) AND ((@IsNull_C2802800 = 1 AND [C2802800] IS NULL) OR ([C2802800] = @Original_C2802800)) AND ((@IsNull_C2802900 = 1 AND [C2802900] IS NULL) OR ([C2802900] = @Original_C2802900)) AND ((@IsNull_C2803000 = 1 AND [C2803000] IS NULL) OR ([C2803000] = @Original_C2803000)) AND ((@IsNull_C3111300 = 1 AND [C3111300] IS NULL) OR ([C3111300] = @Original_C3111300)) AND ((@IsNull_C3111400 = 1 AND [C3111400] IS NULL) OR ([C3111400] = @Original_C3111400)) AND ((@IsNull_C3111500 = 1 AND [C3111500] IS NULL) OR ([C3111500] = @Original_C3111500)) AND ((@IsNull_C3615000 = 1 AND [C3615000] IS NULL) OR ([C3615000] = @Original_C3615000)) AND ((@IsNull_C3615100 = 1 AND [C3615100] IS NULL) OR ([C3615100] = @Original_C3615100)) AND ((@IsNull_C3615200 = 1 AND [C3615200] IS NULL) OR ([C3615200] = @Original_C3615200)) AND ((@IsNull_C3993600 = 1 AND [C3993600] IS NULL) OR ([C3993600] = @Original_C3993600)) AND ((@IsNull_C3993700 = 1 AND [C3993700] IS NULL) OR ([C3993700] = @Original_C3993700)) AND ((@IsNull_C3993800 = 1 AND [C3993800] IS NULL) OR ([C3993800] = @Original_C3993800))) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + INSERT INTO [Extract].[tblGen2OutcomesMath] ([C0000100], [C0000200], [C0005300], [C0005400], [C0005700], [C0579900], [C0580000], [C0580100], [C0799400], [C0799500], [C0799600], [C0998600], [C0998700], [C0998800], [C1198600], [C1198700], [C1198800], [C1507600], [C1507700], [C1507800], [C1564500], [C1564600], [C1564700], [C1799900], [C1800000], [C1800100], [C2503500], [C2503600], [C2503700], [C2532000], [C2532100], [C2532200], [C2802800], [C2802900], [C2803000], [C3111300], [C3111400], [C3111500], [C3615000], [C3615100], [C3615200], [C3993600], [C3993700], [C3993800]) VALUES (@C0000100, @C0000200, @C0005300, @C0005400, @C0005700, @C0579900, @C0580000, @C0580100, @C0799400, @C0799500, @C0799600, @C0998600, @C0998700, @C0998800, @C1198600, @C1198700, @C1198800, @C1507600, @C1507700, @C1507800, @C1564500, @C1564600, @C1564700, @C1799900, @C1800000, @C1800100, @C2503500, @C2503600, @C2503700, @C2532000, @C2532100, @C2532200, @C2802800, @C2802900, @C2803000, @C3111300, @C3111400, @C3111500, @C3615000, @C3615100, @C3615200, @C3993600, @C3993700, @C3993800); +SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0579900, C0580000, C0580100, C0799400, C0799500, C0799600, C0998600, C0998700, C0998800, C1198600, C1198700, C1198800, C1507600, C1507700, C1507800, C1564500, C1564600, C1564700, C1799900, C1800000, C1800100, C2503500, C2503600, C2503700, C2532000, C2532100, C2532200, C2802800, C2802900, C2803000, C3111300, C3111400, C3111500, C3615000, C3615100, C3615200, C3993600, C3993700, C3993800 FROM Extract.tblGen2OutcomesMath WHERE (C0000100 = @C0000100) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0579900, C0580000, C0580100, C0799400, C0799500, C0799600, C0998600, C0998700, C0998800, C1198600, C1198700, C1198800, C1507600, C1507700, C1507800, C1564500, C1564600, C1564700, C1799900, C1800000, C1800100, C2503500, C2503600, C2503700, C2532000, C2532100, C2532200, C2802800, C2802900, C2803000, C3111300, C3111400, C3111500, C3615000, C3615100, C3615200, C3993600, C3993700, C3993800 FROM Extract.tblGen2OutcomesMath + + + + + + UPDATE [Extract].[tblGen2OutcomesMath] SET [C0000100] = @C0000100, [C0000200] = @C0000200, [C0005300] = @C0005300, [C0005400] = @C0005400, [C0005700] = @C0005700, [C0579900] = @C0579900, [C0580000] = @C0580000, [C0580100] = @C0580100, [C0799400] = @C0799400, [C0799500] = @C0799500, [C0799600] = @C0799600, [C0998600] = @C0998600, [C0998700] = @C0998700, [C0998800] = @C0998800, [C1198600] = @C1198600, [C1198700] = @C1198700, [C1198800] = @C1198800, [C1507600] = @C1507600, [C1507700] = @C1507700, [C1507800] = @C1507800, [C1564500] = @C1564500, [C1564600] = @C1564600, [C1564700] = @C1564700, [C1799900] = @C1799900, [C1800000] = @C1800000, [C1800100] = @C1800100, [C2503500] = @C2503500, [C2503600] = @C2503600, [C2503700] = @C2503700, [C2532000] = @C2532000, [C2532100] = @C2532100, [C2532200] = @C2532200, [C2802800] = @C2802800, [C2802900] = @C2802900, [C2803000] = @C2803000, [C3111300] = @C3111300, [C3111400] = @C3111400, [C3111500] = @C3111500, [C3615000] = @C3615000, [C3615100] = @C3615100, [C3615200] = @C3615200, [C3993600] = @C3993600, [C3993700] = @C3993700, [C3993800] = @C3993800 WHERE (([C0000100] = @Original_C0000100) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Original_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300] = @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([C0005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NULL) OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_C0579900 = 1 AND [C0579900] IS NULL) OR ([C0579900] = @Original_C0579900)) AND ((@IsNull_C0580000 = 1 AND [C0580000] IS NULL) OR ([C0580000] = @Original_C0580000)) AND ((@IsNull_C0580100 = 1 AND [C0580100] IS NULL) OR ([C0580100] = @Original_C0580100)) AND ((@IsNull_C0799400 = 1 AND [C0799400] IS NULL) OR ([C0799400] = @Original_C0799400)) AND ((@IsNull_C0799500 = 1 AND [C0799500] IS NULL) OR ([C0799500] = @Original_C0799500)) AND ((@IsNull_C0799600 = 1 AND [C0799600] IS NULL) OR ([C0799600] = @Original_C0799600)) AND ((@IsNull_C0998600 = 1 AND [C0998600] IS NULL) OR ([C0998600] = @Original_C0998600)) AND ((@IsNull_C0998700 = 1 AND [C0998700] IS NULL) OR ([C0998700] = @Original_C0998700)) AND ((@IsNull_C0998800 = 1 AND [C0998800] IS NULL) OR ([C0998800] = @Original_C0998800)) AND ((@IsNull_C1198600 = 1 AND [C1198600] IS NULL) OR ([C1198600] = @Original_C1198600)) AND ((@IsNull_C1198700 = 1 AND [C1198700] IS NULL) OR ([C1198700] = @Original_C1198700)) AND ((@IsNull_C1198800 = 1 AND [C1198800] IS NULL) OR ([C1198800] = @Original_C1198800)) AND ((@IsNull_C1507600 = 1 AND [C1507600] IS NULL) OR ([C1507600] = @Original_C1507600)) AND ((@IsNull_C1507700 = 1 AND [C1507700] IS NULL) OR ([C1507700] = @Original_C1507700)) AND ((@IsNull_C1507800 = 1 AND [C1507800] IS NULL) OR ([C1507800] = @Original_C1507800)) AND ((@IsNull_C1564500 = 1 AND [C1564500] IS NULL) OR ([C1564500] = @Original_C1564500)) AND ((@IsNull_C1564600 = 1 AND [C1564600] IS NULL) OR ([C1564600] = @Original_C1564600)) AND ((@IsNull_C1564700 = 1 AND [C1564700] IS NULL) OR ([C1564700] = @Original_C1564700)) AND ((@IsNull_C1799900 = 1 AND [C1799900] IS NULL) OR ([C1799900] = @Original_C1799900)) AND ((@IsNull_C1800000 = 1 AND [C1800000] IS NULL) OR ([C1800000] = @Original_C1800000)) AND ((@IsNull_C1800100 = 1 AND [C1800100] IS NULL) OR ([C1800100] = @Original_C1800100)) AND ((@IsNull_C2503500 = 1 AND [C2503500] IS NULL) OR ([C2503500] = @Original_C2503500)) AND ((@IsNull_C2503600 = 1 AND [C2503600] IS NULL) OR ([C2503600] = @Original_C2503600)) AND ((@IsNull_C2503700 = 1 AND [C2503700] IS NULL) OR ([C2503700] = @Original_C2503700)) AND ((@IsNull_C2532000 = 1 AND [C2532000] IS NULL) OR ([C2532000] = @Original_C2532000)) AND ((@IsNull_C2532100 = 1 AND [C2532100] IS NULL) OR ([C2532100] = @Original_C2532100)) AND ((@IsNull_C2532200 = 1 AND [C2532200] IS NULL) OR ([C2532200] = @Original_C2532200)) AND ((@IsNull_C2802800 = 1 AND [C2802800] IS NULL) OR ([C2802800] = @Original_C2802800)) AND ((@IsNull_C2802900 = 1 AND [C2802900] IS NULL) OR ([C2802900] = @Original_C2802900)) AND ((@IsNull_C2803000 = 1 AND [C2803000] IS NULL) OR ([C2803000] = @Original_C2803000)) AND ((@IsNull_C3111300 = 1 AND [C3111300] IS NULL) OR ([C3111300] = @Original_C3111300)) AND ((@IsNull_C3111400 = 1 AND [C3111400] IS NULL) OR ([C3111400] = @Original_C3111400)) AND ((@IsNull_C3111500 = 1 AND [C3111500] IS NULL) OR ([C3111500] = @Original_C3111500)) AND ((@IsNull_C3615000 = 1 AND [C3615000] IS NULL) OR ([C3615000] = @Original_C3615000)) AND ((@IsNull_C3615100 = 1 AND [C3615100] IS NULL) OR ([C3615100] = @Original_C3615100)) AND ((@IsNull_C3615200 = 1 AND [C3615200] IS NULL) OR ([C3615200] = @Original_C3615200)) AND ((@IsNull_C3993600 = 1 AND [C3993600] IS NULL) OR ([C3993600] = @Original_C3993600)) AND ((@IsNull_C3993700 = 1 AND [C3993700] IS NULL) OR ([C3993700] = @Original_C3993700)) AND ((@IsNull_C3993800 = 1 AND [C3993800] IS NULL) OR ([C3993800] = @Original_C3993800))); +SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0579900, C0580000, C0580100, C0799400, C0799500, C0799600, C0998600, C0998700, C0998800, C1198600, C1198700, C1198800, C1507600, C1507700, C1507800, C1564500, C1564600, C1564700, C1799900, C1800000, C1800100, C2503500, C2503600, C2503700, C2532000, C2532100, C2532200, C2802800, C2802900, C2803000, C3111300, C3111400, C3111500, C3615000, C3615100, C3615200, C3993600, C3993700, C3993800 FROM Extract.tblGen2OutcomesMath WHERE (C0000100 = @C0000100) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DELETE FROM [Extract].[tblGen1GeocodeSanitized] WHERE (([SubjectTag_S1] = @Original_SubjectTag_S1) AND ([SubjectTag_S2] = @Original_SubjectTag_S2) AND ((@IsNull_DobDifferenceInDays1979V1979 = 1 AND [DobDifferenceInDays1979V1979] IS NULL) OR ([DobDifferenceInDays1979V1979] = @Original_DobDifferenceInDays1979V1979)) AND ((@IsNull_DobDifferenceInDays1979V1981 = 1 AND [DobDifferenceInDays1979V1981] IS NULL) OR ([DobDifferenceInDays1979V1981] = @Original_DobDifferenceInDays1979V1981)) AND ((@IsNull_DobDifferenceInDays1981V1979 = 1 AND [DobDifferenceInDays1981V1979] IS NULL) OR ([DobDifferenceInDays1981V1979] = @Original_DobDifferenceInDays1981V1979)) AND ((@IsNull_DobDifferenceInDays1981V1981 = 1 AND [DobDifferenceInDays1981V1981] IS NULL) OR ([DobDifferenceInDays1981V1981] = @Original_DobDifferenceInDays1981V1981)) AND ([DobDayIsMissing1979_1] = @Original_DobDayIsMissing1979_1) AND ([DobDayIsMissing1979_2] = @Original_DobDayIsMissing1979_2) AND ([BirthSubjectCountyMissing_1] = @Original_BirthSubjectCountyMissing_1) AND ([BirthSubjectCountyMissing_2] = @Original_BirthSubjectCountyMissing_2) AND ([BirthSubjectCountyEqual] = @Original_BirthSubjectCountyEqual) AND ([BirthSubjectStateMissing_1] = @Original_BirthSubjectStateMissing_1) AND ([BirthSubjectStateMissing_2] = @Original_BirthSubjectStateMissing_2) AND ([BirthSubjectStateEqual] = @Original_BirthSubjectStateEqual) AND ([BirthSubjectCountryMissing_1] = @Original_BirthSubjectCountryMissing_1) AND ([BirthSubjectCountryMissing_2] = @Original_BirthSubjectCountryMissing_2) AND ([BirthSubjectCountryEqual] = @Original_BirthSubjectCountryEqual) AND ([BirthMotherStateMissing_1] = @Original_BirthMotherStateMissing_1) AND ([BirthMotherStateMissing_2] = @Original_BirthMotherStateMissing_2) AND ([BirthMotherStateEqual] = @Original_BirthMotherStateEqual) AND ([BirthMotherCountryMissing_1] = @Original_BirthMotherCountryMissing_1) AND ([BirthMotherCountryMissing_2] = @Original_BirthMotherCountryMissing_2) AND ([BirthMotherCountryEqual] = @Original_BirthMotherCountryEqual) AND ([BirthFatherStateMissing_1] = @Original_BirthFatherStateMissing_1) AND ([BirthFatherStateMissing_2] = @Original_BirthFatherStateMissing_2) AND ([BirthFatherStateEqual] = @Original_BirthFatherStateEqual) AND ([BirthFatherCountryMissing_1] = @Original_BirthFatherCountryMissing_1) AND ([BirthFatherCountryMissing_2] = @Original_BirthFatherCountryMissing_2) AND ([BirthFatherCountryEqual] = @Original_BirthFatherCountryEqual)) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + INSERT INTO [Extract].[tblGen1GeocodeSanitized] ([SubjectTag_S1], [SubjectTag_S2], [DobDifferenceInDays1979V1979], [DobDifferenceInDays1979V1981], [DobDifferenceInDays1981V1979], [DobDifferenceInDays1981V1981], [DobDayIsMissing1979_1], [DobDayIsMissing1979_2], [BirthSubjectCountyMissing_1], [BirthSubjectCountyMissing_2], [BirthSubjectCountyEqual], [BirthSubjectStateMissing_1], [BirthSubjectStateMissing_2], [BirthSubjectStateEqual], [BirthSubjectCountryMissing_1], [BirthSubjectCountryMissing_2], [BirthSubjectCountryEqual], [BirthMotherStateMissing_1], [BirthMotherStateMissing_2], [BirthMotherStateEqual], [BirthMotherCountryMissing_1], [BirthMotherCountryMissing_2], [BirthMotherCountryEqual], [BirthFatherStateMissing_1], [BirthFatherStateMissing_2], [BirthFatherStateEqual], [BirthFatherCountryMissing_1], [BirthFatherCountryMissing_2], [BirthFatherCountryEqual]) VALUES (@SubjectTag_S1, @SubjectTag_S2, @DobDifferenceInDays1979V1979, @DobDifferenceInDays1979V1981, @DobDifferenceInDays1981V1979, @DobDifferenceInDays1981V1981, @DobDayIsMissing1979_1, @DobDayIsMissing1979_2, @BirthSubjectCountyMissing_1, @BirthSubjectCountyMissing_2, @BirthSubjectCountyEqual, @BirthSubjectStateMissing_1, @BirthSubjectStateMissing_2, @BirthSubjectStateEqual, @BirthSubjectCountryMissing_1, @BirthSubjectCountryMissing_2, @BirthSubjectCountryEqual, @BirthMotherStateMissing_1, @BirthMotherStateMissing_2, @BirthMotherStateEqual, @BirthMotherCountryMissing_1, @BirthMotherCountryMissing_2, @BirthMotherCountryEqual, @BirthFatherStateMissing_1, @BirthFatherStateMissing_2, @BirthFatherStateEqual, @BirthFatherCountryMissing_1, @BirthFatherCountryMissing_2, @BirthFatherCountryEqual); +SELECT SubjectTag_S1, SubjectTag_S2, DobDifferenceInDays1979V1979, DobDifferenceInDays1979V1981, DobDifferenceInDays1981V1979, DobDifferenceInDays1981V1981, DobDayIsMissing1979_1, DobDayIsMissing1979_2, BirthSubjectCountyMissing_1, BirthSubjectCountyMissing_2, BirthSubjectCountyEqual, BirthSubjectStateMissing_1, BirthSubjectStateMissing_2, BirthSubjectStateEqual, BirthSubjectCountryMissing_1, BirthSubjectCountryMissing_2, BirthSubjectCountryEqual, BirthMotherStateMissing_1, BirthMotherStateMissing_2, BirthMotherStateEqual, BirthMotherCountryMissing_1, BirthMotherCountryMissing_2, BirthMotherCountryEqual, BirthFatherStateMissing_1, BirthFatherStateMissing_2, BirthFatherStateEqual, BirthFatherCountryMissing_1, BirthFatherCountryMissing_2, BirthFatherCountryEqual FROM Extract.tblGen1GeocodeSanitized WHERE (SubjectTag_S1 = @SubjectTag_S1) AND (SubjectTag_S2 = @SubjectTag_S2) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SELECT SubjectTag_S1, SubjectTag_S2, DobDifferenceInDays1979V1979, DobDifferenceInDays1979V1981, DobDifferenceInDays1981V1979, DobDifferenceInDays1981V1981, DobDayIsMissing1979_1, DobDayIsMissing1979_2, BirthSubjectCountyMissing_1, BirthSubjectCountyMissing_2, BirthSubjectCountyEqual, BirthSubjectStateMissing_1, BirthSubjectStateMissing_2, BirthSubjectStateEqual, BirthSubjectCountryMissing_1, BirthSubjectCountryMissing_2, BirthSubjectCountryEqual, BirthMotherStateMissing_1, BirthMotherStateMissing_2, BirthMotherStateEqual, BirthMotherCountryMissing_1, BirthMotherCountryMissing_2, BirthMotherCountryEqual, BirthFatherStateMissing_1, BirthFatherStateMissing_2, BirthFatherStateEqual, BirthFatherCountryMissing_1, BirthFatherCountryMissing_2, BirthFatherCountryEqual FROM Extract.tblGen1GeocodeSanitized + + + + + + UPDATE [Extract].[tblGen1GeocodeSanitized] SET [SubjectTag_S1] = @SubjectTag_S1, [SubjectTag_S2] = @SubjectTag_S2, [DobDifferenceInDays1979V1979] = @DobDifferenceInDays1979V1979, [DobDifferenceInDays1979V1981] = @DobDifferenceInDays1979V1981, [DobDifferenceInDays1981V1979] = @DobDifferenceInDays1981V1979, [DobDifferenceInDays1981V1981] = @DobDifferenceInDays1981V1981, [DobDayIsMissing1979_1] = @DobDayIsMissing1979_1, [DobDayIsMissing1979_2] = @DobDayIsMissing1979_2, [BirthSubjectCountyMissing_1] = @BirthSubjectCountyMissing_1, [BirthSubjectCountyMissing_2] = @BirthSubjectCountyMissing_2, [BirthSubjectCountyEqual] = @BirthSubjectCountyEqual, [BirthSubjectStateMissing_1] = @BirthSubjectStateMissing_1, [BirthSubjectStateMissing_2] = @BirthSubjectStateMissing_2, [BirthSubjectStateEqual] = @BirthSubjectStateEqual, [BirthSubjectCountryMissing_1] = @BirthSubjectCountryMissing_1, [BirthSubjectCountryMissing_2] = @BirthSubjectCountryMissing_2, [BirthSubjectCountryEqual] = @BirthSubjectCountryEqual, [BirthMotherStateMissing_1] = @BirthMotherStateMissing_1, [BirthMotherStateMissing_2] = @BirthMotherStateMissing_2, [BirthMotherStateEqual] = @BirthMotherStateEqual, [BirthMotherCountryMissing_1] = @BirthMotherCountryMissing_1, [BirthMotherCountryMissing_2] = @BirthMotherCountryMissing_2, [BirthMotherCountryEqual] = @BirthMotherCountryEqual, [BirthFatherStateMissing_1] = @BirthFatherStateMissing_1, [BirthFatherStateMissing_2] = @BirthFatherStateMissing_2, [BirthFatherStateEqual] = @BirthFatherStateEqual, [BirthFatherCountryMissing_1] = @BirthFatherCountryMissing_1, [BirthFatherCountryMissing_2] = @BirthFatherCountryMissing_2, [BirthFatherCountryEqual] = @BirthFatherCountryEqual WHERE (([SubjectTag_S1] = @Original_SubjectTag_S1) AND ([SubjectTag_S2] = @Original_SubjectTag_S2) AND ((@IsNull_DobDifferenceInDays1979V1979 = 1 AND [DobDifferenceInDays1979V1979] IS NULL) OR ([DobDifferenceInDays1979V1979] = @Original_DobDifferenceInDays1979V1979)) AND ((@IsNull_DobDifferenceInDays1979V1981 = 1 AND [DobDifferenceInDays1979V1981] IS NULL) OR ([DobDifferenceInDays1979V1981] = @Original_DobDifferenceInDays1979V1981)) AND ((@IsNull_DobDifferenceInDays1981V1979 = 1 AND [DobDifferenceInDays1981V1979] IS NULL) OR ([DobDifferenceInDays1981V1979] = @Original_DobDifferenceInDays1981V1979)) AND ((@IsNull_DobDifferenceInDays1981V1981 = 1 AND [DobDifferenceInDays1981V1981] IS NULL) OR ([DobDifferenceInDays1981V1981] = @Original_DobDifferenceInDays1981V1981)) AND ([DobDayIsMissing1979_1] = @Original_DobDayIsMissing1979_1) AND ([DobDayIsMissing1979_2] = @Original_DobDayIsMissing1979_2) AND ([BirthSubjectCountyMissing_1] = @Original_BirthSubjectCountyMissing_1) AND ([BirthSubjectCountyMissing_2] = @Original_BirthSubjectCountyMissing_2) AND ([BirthSubjectCountyEqual] = @Original_BirthSubjectCountyEqual) AND ([BirthSubjectStateMissing_1] = @Original_BirthSubjectStateMissing_1) AND ([BirthSubjectStateMissing_2] = @Original_BirthSubjectStateMissing_2) AND ([BirthSubjectStateEqual] = @Original_BirthSubjectStateEqual) AND ([BirthSubjectCountryMissing_1] = @Original_BirthSubjectCountryMissing_1) AND ([BirthSubjectCountryMissing_2] = @Original_BirthSubjectCountryMissing_2) AND ([BirthSubjectCountryEqual] = @Original_BirthSubjectCountryEqual) AND ([BirthMotherStateMissing_1] = @Original_BirthMotherStateMissing_1) AND ([BirthMotherStateMissing_2] = @Original_BirthMotherStateMissing_2) AND ([BirthMotherStateEqual] = @Original_BirthMotherStateEqual) AND ([BirthMotherCountryMissing_1] = @Original_BirthMotherCountryMissing_1) AND ([BirthMotherCountryMissing_2] = @Original_BirthMotherCountryMissing_2) AND ([BirthMotherCountryEqual] = @Original_BirthMotherCountryEqual) AND ([BirthFatherStateMissing_1] = @Original_BirthFatherStateMissing_1) AND ([BirthFatherStateMissing_2] = @Original_BirthFatherStateMissing_2) AND ([BirthFatherStateEqual] = @Original_BirthFatherStateEqual) AND ([BirthFatherCountryMissing_1] = @Original_BirthFatherCountryMissing_1) AND ([BirthFatherCountryMissing_2] = @Original_BirthFatherCountryMissing_2) AND ([BirthFatherCountryEqual] = @Original_BirthFatherCountryEqual)); +SELECT SubjectTag_S1, SubjectTag_S2, DobDifferenceInDays1979V1979, DobDifferenceInDays1979V1981, DobDifferenceInDays1981V1979, DobDifferenceInDays1981V1981, DobDayIsMissing1979_1, DobDayIsMissing1979_2, BirthSubjectCountyMissing_1, BirthSubjectCountyMissing_2, BirthSubjectCountyEqual, BirthSubjectStateMissing_1, BirthSubjectStateMissing_2, BirthSubjectStateEqual, BirthSubjectCountryMissing_1, BirthSubjectCountryMissing_2, BirthSubjectCountryEqual, BirthMotherStateMissing_1, BirthMotherStateMissing_2, BirthMotherStateEqual, BirthMotherCountryMissing_1, BirthMotherCountryMissing_2, BirthMotherCountryEqual, BirthFatherStateMissing_1, BirthFatherStateMissing_2, BirthFatherStateEqual, BirthFatherCountryMissing_1, BirthFatherCountryMissing_2, BirthFatherCountryEqual FROM Extract.tblGen1GeocodeSanitized WHERE (SubjectTag_S1 = @SubjectTag_S1) AND (SubjectTag_S2 = @SubjectTag_S2) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DELETE FROM [Metadata].[tblRosterGen1Assignment] WHERE (([ID] = @Original_ID) AND ([ResponseLower] = @Original_ResponseLower) AND ([ResponseUpper] = @Original_ResponseUpper) AND ([Freq] = @Original_Freq) AND ([Resolved] = @Original_Resolved) AND ((@IsNull_R = 1 AND [R] IS NULL) OR ([R] = @Original_R)) AND ([RBoundLower] = @Original_RBoundLower) AND ([RBoundUpper] = @Original_RBoundUpper) AND ([SameGeneration] = @Original_SameGeneration) AND ([ShareBiodad] = @Original_ShareBiodad) AND ([ShareBiomom] = @Original_ShareBiomom) AND ([ShareBiograndparent] = @Original_ShareBiograndparent) AND ([Inconsistent] = @Original_Inconsistent) AND ((@IsNull_Notes = 1 AND [Notes] IS NULL) OR ([Notes] = @Original_Notes)) AND ((@IsNull_ResponseLowerLabel = 1 AND [ResponseLowerLabel] IS NULL) OR ([ResponseLowerLabel] = @Original_ResponseLowerLabel)) AND ((@IsNull_ResponseUpperLabel = 1 AND [ResponseUpperLabel] IS NULL) OR ([ResponseUpperLabel] = @Original_ResponseUpperLabel))) + + + + + + + + + + + + + + + + + + + + + + + + + + + INSERT INTO [Metadata].[tblRosterGen1Assignment] ([ID], [ResponseLower], [ResponseUpper], [Freq], [Resolved], [R], [RBoundLower], [RBoundUpper], [SameGeneration], [ShareBiodad], [ShareBiomom], [ShareBiograndparent], [Inconsistent], [Notes], [ResponseLowerLabel], [ResponseUpperLabel]) VALUES (@ID, @ResponseLower, @ResponseUpper, @Freq, @Resolved, @R, @RBoundLower, @RBoundUpper, @SameGeneration, @ShareBiodad, @ShareBiomom, @ShareBiograndparent, @Inconsistent, @Notes, @ResponseLowerLabel, @ResponseUpperLabel); +SELECT ID, ResponseLower, ResponseUpper, Freq, Resolved, R, RBoundLower, RBoundUpper, SameGeneration, ShareBiodad, ShareBiomom, ShareBiograndparent, Inconsistent, Notes, ResponseLowerLabel, ResponseUpperLabel FROM Metadata.tblRosterGen1Assignment WHERE (ID = @ID) + + + + + + + + + + + + + + + + + + + + + + + SELECT ID, ResponseLower, ResponseUpper, Freq, Resolved, R, RBoundLower, RBoundUpper, SameGeneration, ShareBiodad, ShareBiomom, ShareBiograndparent, Inconsistent, Notes, ResponseLowerLabel, ResponseUpperLabel FROM Metadata.tblRosterGen1Assignment + + + + + + UPDATE [Metadata].[tblRosterGen1Assignment] SET [ID] = @ID, [ResponseLower] = @ResponseLower, [ResponseUpper] = @ResponseUpper, [Freq] = @Freq, [Resolved] = @Resolved, [R] = @R, [RBoundLower] = @RBoundLower, [RBoundUpper] = @RBoundUpper, [SameGeneration] = @SameGeneration, [ShareBiodad] = @ShareBiodad, [ShareBiomom] = @ShareBiomom, [ShareBiograndparent] = @ShareBiograndparent, [Inconsistent] = @Inconsistent, [Notes] = @Notes, [ResponseLowerLabel] = @ResponseLowerLabel, [ResponseUpperLabel] = @ResponseUpperLabel WHERE (([ID] = @Original_ID) AND ([ResponseLower] = @Original_ResponseLower) AND ([ResponseUpper] = @Original_ResponseUpper) AND ([Freq] = @Original_Freq) AND ([Resolved] = @Original_Resolved) AND ((@IsNull_R = 1 AND [R] IS NULL) OR ([R] = @Original_R)) AND ([RBoundLower] = @Original_RBoundLower) AND ([RBoundUpper] = @Original_RBoundUpper) AND ([SameGeneration] = @Original_SameGeneration) AND ([ShareBiodad] = @Original_ShareBiodad) AND ([ShareBiomom] = @Original_ShareBiomom) AND ([ShareBiograndparent] = @Original_ShareBiograndparent) AND ([Inconsistent] = @Original_Inconsistent) AND ((@IsNull_Notes = 1 AND [Notes] IS NULL) OR ([Notes] = @Original_Notes)) AND ((@IsNull_ResponseLowerLabel = 1 AND [ResponseLowerLabel] IS NULL) OR ([ResponseLowerLabel] = @Original_ResponseLowerLabel)) AND ((@IsNull_ResponseUpperLabel = 1 AND [ResponseUpperLabel] IS NULL) OR ([ResponseUpperLabel] = @Original_ResponseUpperLabel))); +SELECT ID, ResponseLower, ResponseUpper, Freq, Resolved, R, RBoundLower, RBoundUpper, SameGeneration, ShareBiodad, ShareBiomom, ShareBiograndparent, Inconsistent, Notes, ResponseLowerLabel, ResponseUpperLabel FROM Metadata.tblRosterGen1Assignment WHERE (ID = @ID) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6138,8 +4428,497 @@ SELECT C0000100, C0000200, C0005300, C0005400, C0005500, C0005700, C0005800, C00 - DELETE FROM [Extract].[tblGen1Links] WHERE (([R0000100] = @Original_R0000100) AND ((@IsNull_R0000149 = 1 AND [R0000149] IS NULL) OR ([R0000149] = @Original_R0000149)) AND ((@IsNull_R0000300 = 1 AND [R0000300] IS NULL) OR ([R0000300] = @Original_R0000300)) AND ((@IsNull_R0000500 = 1 AND [R0000500] IS NULL) OR ([R0000500] = @Original_R0000500)) AND ((@IsNull_R0009100 = 1 AND [R0009100] IS NULL) OR ([R0009100] = @Original_R0009100)) AND ((@IsNull_R0009300 = 1 AND [R0009300] IS NULL) OR ([R0009300] = @Original_R0009300)) AND ((@IsNull_R0172500 = 1 AND [R0172500] IS NULL) OR ([R0172500] = @Original_R0172500)) AND ((@IsNull_R0172600 = 1 AND [R0172600] IS NULL) OR ([R0172600] = @Original_R0172600)) AND ((@IsNull_R0173600 = 1 AND [R0173600] IS NULL) OR ([R0173600] = @Original_R0173600)) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R0216500 = 1 AND [R0216500] IS NULL) OR ([R0216500] = @Original_R0216500)) AND ((@IsNull_R0329200 = 1 AND [R0329200] IS NULL) OR ([R0329200] = @Original_R0329200)) AND ((@IsNull_R0329210 = 1 AND [R0329210] IS NULL) OR ([R0329210] = @Original_R0329210)) AND ((@IsNull_R0406510 = 1 AND [R0406510] IS NULL) OR ([R0406510] = @Original_R0406510)) AND ((@IsNull_R0410100 = 1 AND [R0410100] IS NULL) OR ([R0410100] = @Original_R0410100)) AND ((@IsNull_R0410300 = 1 AND [R0410300] IS NULL) OR ([R0410300] = @Original_R0410300)) AND ((@IsNull_R0530700 = 1 AND [R0530700] IS NULL) OR ([R0530700] = @Original_R0530700)) AND ((@IsNull_R0530800 = 1 AND [R0530800] IS NULL) OR ([R0530800] = @Original_R0530800)) AND ((@IsNull_R0619010 = 1 AND [R0619010] IS NULL) OR ([R0619010] = @Original_R0619010)) AND ((@IsNull_R0809900 = 1 AND [R0809900] IS NULL) OR ([R0809900] = @Original_R0809900)) AND ((@IsNull_R0810000 = 1 AND [R0810000] IS NULL) OR ([R0810000] = @Original_R0810000)) AND ((@IsNull_R0898310 = 1 AND [R0898310] IS NULL) OR ([R0898310] = @Original_R0898310)) AND ((@IsNull_R1045700 = 1 AND [R1045700] IS NULL) OR ([R1045700] = @Original_R1045700)) AND ((@IsNull_R1045800 = 1 AND [R1045800] IS NULL) OR ([R1045800] = @Original_R1045800)) AND ((@IsNull_R1145110 = 1 AND [R1145110] IS NULL) OR ([R1145110] = @Original_R1145110)) AND ((@IsNull_R1427500 = 1 AND [R1427500] IS NULL) OR ([R1427500] = @Original_R1427500)) AND ((@IsNull_R1427600 = 1 AND [R1427600] IS NULL) OR ([R1427600] = @Original_R1427600)) AND ((@IsNull_R1520310 = 1 AND [R1520310] IS NULL) OR ([R1520310] = @Original_R1520310)) AND ((@IsNull_R1774100 = 1 AND [R1774100] IS NULL) OR ([R1774100] = @Original_R1774100)) AND ((@IsNull_R1774200 = 1 AND [R1774200] IS NULL) OR ([R1774200] = @Original_R1774200)) AND ((@IsNull_R1794600 = 1 AND [R1794600] IS NULL) OR ([R1794600] = @Original_R1794600)) AND ((@IsNull_R1794700 = 1 AND [R1794700] IS NULL) OR ([R1794700] = @Original_R1794700)) AND ((@IsNull_R1891010 = 1 AND [R1891010] IS NULL) OR ([R1891010] = @Original_R1891010)) AND ((@IsNull_R2156200 = 1 AND [R2156200] IS NULL) OR ([R2156200] = @Original_R2156200)) AND ((@IsNull_R2156300 = 1 AND [R2156300] IS NULL) OR ([R2156300] = @Original_R2156300)) AND ((@IsNull_R2258110 = 1 AND [R2258110] IS NULL) OR ([R2258110] = @Original_R2258110)) AND ((@IsNull_R2365700 = 1 AND [R2365700] IS NULL) OR ([R2365700] = @Original_R2365700)) AND ((@IsNull_R2365800 = 1 AND [R2365800] IS NULL) OR ([R2365800] = @Original_R2365800)) AND ((@IsNull_R2445510 = 1 AND [R2445510] IS NULL) OR ([R2445510] = @Original_R2445510)) AND ((@IsNull_R2742500 = 1 AND [R2742500] IS NULL) OR ([R2742500] = @Original_R2742500)) AND ((@IsNull_R2742600 = 1 AND [R2742600] IS NULL) OR ([R2742600] = @Original_R2742600)) AND ((@IsNull_R2871300 = 1 AND [R2871300] IS NULL) OR ([R2871300] = @Original_R2871300)) AND ((@IsNull_R2986100 = 1 AND [R2986100] IS NULL) OR ([R2986100] = @Original_R2986100)) AND ((@IsNull_R2986200 = 1 AND [R2986200] IS NULL) OR ([R2986200] = @Original_R2986200)) AND ((@IsNull_R3075000 = 1 AND [R3075000] IS NULL) OR ([R3075000] = @Original_R3075000)) AND ((@IsNull_R3302500 = 1 AND [R3302500] IS NULL) OR ([R3302500] = @Original_R3302500)) AND ((@IsNull_R3302600 = 1 AND [R3302600] IS NULL) OR ([R3302600] = @Original_R3302600)) AND ((@IsNull_R3401700 = 1 AND [R3401700] IS NULL) OR ([R3401700] = @Original_R3401700)) AND ((@IsNull_R3573400 = 1 AND [R3573400] IS NULL) OR ([R3573400] = @Original_R3573400)) AND ((@IsNull_R3573500 = 1 AND [R3573500] IS NULL) OR ([R3573500] = @Original_R3573500)) AND ((@IsNull_R3657100 = 1 AND [R3657100] IS NULL) OR ([R3657100] = @Original_R3657100)) AND ((@IsNull_R3917600 = 1 AND [R3917600] IS NULL) OR ([R3917600] = @Original_R3917600)) AND ((@IsNull_R3917700 = 1 AND [R3917700] IS NULL) OR ([R3917700] = @Original_R3917700)) AND ((@IsNull_R4007600 = 1 AND [R4007600] IS NULL) OR ([R4007600] = @Original_R4007600)) AND ((@IsNull_R4100200 = 1 AND [R4100200] IS NULL) OR ([R4100200] = @Original_R4100200)) AND ((@IsNull_R4100201 = 1 AND [R4100201] IS NULL) OR ([R4100201] = @Original_R4100201)) AND ((@IsNull_R4100202 = 1 AND [R4100202] IS NULL) OR ([R4100202] = @Original_R4100202)) AND ((@IsNull_R4418700 = 1 AND [R4418700] IS NULL) OR ([R4418700] = @Original_R4418700)) AND ((@IsNull_R4500200 = 1 AND [R4500200] IS NULL) OR ([R4500200] = @Original_R4500200)) AND ((@IsNull_R4500201 = 1 AND [R4500201] IS NULL) OR ([R4500201] = @Original_R4500201)) AND ((@IsNull_R4500202 = 1 AND [R4500202] IS NULL) OR ([R4500202] = @Original_R4500202)) AND ((@IsNull_R5081700 = 1 AND [R5081700] IS NULL) OR ([R5081700] = @Original_R5081700)) AND ((@IsNull_R5167000 = 1 AND [R5167000] IS NULL) OR ([R5167000] = @Original_R5167000)) AND ((@IsNull_R5200200 = 1 AND [R5200200] IS NULL) OR ([R5200200] = @Original_R5200200)) AND ((@IsNull_R5200201 = 1 AND [R5200201] IS NULL) OR ([R5200201] = @Original_R5200201)) AND ((@IsNull_R5200202 = 1 AND [R5200202] IS NULL) OR ([R5200202] = @Original_R5200202)) AND ((@IsNull_R6435300 = 1 AND [R6435300] IS NULL) OR ([R6435300] = @Original_R6435300)) AND ((@IsNull_R6435301 = 1 AND [R6435301] IS NULL) OR ([R6435301] = @Original_R6435301)) AND ((@IsNull_R6435302 = 1 AND [R6435302] IS NULL) OR ([R6435302] = @Original_R6435302)) AND ((@IsNull_R6479800 = 1 AND [R6479800] IS NULL) OR ([R6479800] = @Original_R6479800)) AND ((@IsNull_R6963300 = 1 AND [R6963300] IS NULL) OR ([R6963300] = @Original_R6963300)) AND ((@IsNull_R6963301 = 1 AND [R6963301] IS NULL) OR ([R6963301] = @Original_R6963301)) AND ((@IsNull_R6963302 = 1 AND [R6963302] IS NULL) OR ([R6963302] = @Original_R6963302)) AND ((@IsNull_R7007500 = 1 AND [R7007500] IS NULL) OR ([R7007500] = @Original_R7007500)) AND ((@IsNull_R7656300 = 1 AND [R7656300] IS NULL) OR ([R7656300] = @Original_R7656300)) AND ((@IsNull_R7656301 = 1 AND [R7656301] IS NULL) OR ([R7656301] = @Original_R7656301)) AND ((@IsNull_R7656302 = 1 AND [R7656302] IS NULL) OR ([R7656302] = @Original_R7656302)) AND ((@IsNull_R7704800 = 1 AND [R7704800] IS NULL) OR ([R7704800] = @Original_R7704800)) AND ((@IsNull_R7800500 = 1 AND [R7800500] IS NULL) OR ([R7800500] = @Original_R7800500)) AND ((@IsNull_R7800501 = 1 AND [R7800501] IS NULL) OR ([R7800501] = @Original_R7800501)) AND ((@IsNull_R7800502 = 1 AND [R7800502] IS NULL) OR ([R7800502] = @Original_R7800502)) AND ((@IsNull_R8497200 = 1 AND [R8497200] IS NULL) OR ([R8497200] = @Original_R8497200)) AND ((@IsNull_R9908000 = 1 AND [R9908000] IS NULL) OR ([R9908000] = @Original_R9908000)) AND ((@IsNull_T0000900 = 1 AND [T0000900] IS NULL) OR ([T0000900] = @Original_T0000900)) AND ((@IsNull_T0000901 = 1 AND [T0000901] IS NULL) OR ([T0000901] = @Original_T0000901)) AND ((@IsNull_T0000902 = 1 AND [T0000902] IS NULL) OR ([T0000902] = @Original_T0000902)) AND ((@IsNull_T0989000 = 1 AND [T0989000] IS NULL) OR ([T0989000] = @Original_T0989000)) AND ((@IsNull_T1200700 = 1 AND [T1200700] IS NULL) OR ([T1200700] = @Original_T1200700)) AND ((@IsNull_T1200701 = 1 AND [T1200701] IS NULL) OR ([T1200701] = @Original_T1200701)) AND ((@IsNull_T1200702 = 1 AND [T1200702] IS NULL) OR ([T1200702] = @Original_T1200702)) AND ((@IsNull_T2210800 = 1 AND [T2210800] IS NULL) OR ([T2210800] = @Original_T2210800)) AND ((@IsNull_T2260600 = 1 AND [T2260600] IS NULL) OR ([T2260600] = @Original_T2260600)) AND ((@IsNull_T2260601 = 1 AND [T2260601] IS NULL) OR ([T2260601] = @Original_T2260601)) AND ((@IsNull_T2260602 = 1 AND [T2260602] IS NULL) OR ([T2260602] = @Original_T2260602)) AND ((@IsNull_T2763400 = 1 AND [T2763400] IS NULL) OR ([T2763400] = @Original_T2763400)) AND ((@IsNull_T2763500 = 1 AND [T2763500] IS NULL) OR ([T2763500] = @Original_T2763500)) AND ((@IsNull_T2763600 = 1 AND [T2763600] IS NULL) OR ([T2763600] = @Original_T2763600)) AND ((@IsNull_T2763700 = 1 AND [T2763700] IS NULL) OR ([T2763700] = @Original_T2763700)) AND ((@IsNull_T2763800 = 1 AND [T2763800] IS NULL) OR ([T2763800] = @Original_T2763800)) AND ((@IsNull_T2763900 = 1 AND [T2763900] IS NULL) OR ([T2763900] = @Original_T2763900)) AND ((@IsNull_T2764000 = 1 AND [T2764000] IS NULL) OR ([T2764000] = @Original_T2764000)) AND ((@IsNull_T3108700 = 1 AND [T3108700] IS NULL) OR ([T3108700] = @Original_T3108700)) AND ((@IsNull_T3195600 = 1 AND [T3195600] IS NULL) OR ([T3195600] = @Original_T3195600)) AND ((@IsNull_T3195601 = 1 AND [T3195601] IS NULL) OR ([T3195601] = @Original_T3195601)) AND ((@IsNull_T3195602 = 1 AND [T3195602] IS NULL) OR ([T3195602] = @Original_T3195602)) AND ((@IsNull_T3729600 = 1 AND [T3729600] IS NULL) OR ([T3729600] = @Original_T3729600)) AND ((@IsNull_T3729700 = 1 AND [T3729700] IS NULL) OR ([T3729700] = @Original_T3729700)) AND ((@IsNull_T3729800 = 1 AND [T3729800] IS NULL) OR ([T3729800] = @Original_T3729800)) AND ((@IsNull_T3729900 = 1 AND [T3729900] IS NULL) OR ([T3729900] = @Original_T3729900)) AND ((@IsNull_T3730000 = 1 AND [T3730000] IS NULL) OR ([T3730000] = @Original_T3730000)) AND ((@IsNull_T3730100 = 1 AND [T3730100] IS NULL) OR ([T3730100] = @Original_T3730100)) AND ((@IsNull_T4113200 = 1 AND [T4113200] IS NULL) OR ([T4113200] = @Original_T4113200)) AND ((@IsNull_T4181100 = 1 AND [T4181100] IS NULL) OR ([T4181100] = @Original_T4181100)) AND ((@IsNull_T4181101 = 1 AND [T4181101] IS NULL) OR ([T4181101] = @Original_T4181101)) AND ((@IsNull_T4181102 = 1 AND [T4181102] IS NULL) OR ([T4181102] = @Original_T4181102)) AND ((@IsNull_T5023600 = 1 AND [T5023600] IS NULL) OR ([T5023600] = @Original_T5023600))) + DELETE FROM [Extract].[tblGen1Links] WHERE (([R0000100] = @Original_R0000100) AND ((@IsNull_R0000149 = 1 AND [R0000149] IS NULL) OR ([R0000149] = @Original_R0000149)) AND ((@IsNull_R0000300 = 1 AND [R0000300] IS NULL) OR ([R0000300] = @Original_R0000300)) AND ((@IsNull_R0000500 = 1 AND [R0000500] IS NULL) OR ([R0000500] = @Original_R0000500)) AND ((@IsNull_R0009100 = 1 AND [R0009100] IS NULL) OR ([R0009100] = @Original_R0009100)) AND ((@IsNull_R0009300 = 1 AND [R0009300] IS NULL) OR ([R0009300] = @Original_R0009300)) AND ((@IsNull_R0172500 = 1 AND [R0172500] IS NULL) OR ([R0172500] = @Original_R0172500)) AND ((@IsNull_R0172600 = 1 AND [R0172600] IS NULL) OR ([R0172600] = @Original_R0172600)) AND ((@IsNull_R0173600 = 1 AND [R0173600] IS NULL) OR ([R0173600] = @Original_R0173600)) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R0216500 = 1 AND [R0216500] IS NULL) OR ([R0216500] = @Original_R0216500)) AND ((@IsNull_R0329200 = 1 AND [R0329200] IS NULL) OR ([R0329200] = @Original_R0329200)) AND ((@IsNull_R0329210 = 1 AND [R0329210] IS NULL) OR ([R0329210] = @Original_R0329210)) AND ((@IsNull_R0406510 = 1 AND [R0406510] IS NULL) OR ([R0406510] = @Original_R0406510)) AND ((@IsNull_R0410100 = 1 AND [R0410100] IS NULL) OR ([R0410100] = @Original_R0410100)) AND ((@IsNull_R0410300 = 1 AND [R0410300] IS NULL) OR ([R0410300] = @Original_R0410300)) AND ((@IsNull_R0530700 = 1 AND [R0530700] IS NULL) OR ([R0530700] = @Original_R0530700)) AND ((@IsNull_R0530800 = 1 AND [R0530800] IS NULL) OR ([R0530800] = @Original_R0530800)) AND ((@IsNull_R0619010 = 1 AND [R0619010] IS NULL) OR ([R0619010] = @Original_R0619010)) AND ((@IsNull_R0809900 = 1 AND [R0809900] IS NULL) OR ([R0809900] = @Original_R0809900)) AND ((@IsNull_R0810000 = 1 AND [R0810000] IS NULL) OR ([R0810000] = @Original_R0810000)) AND ((@IsNull_R0898310 = 1 AND [R0898310] IS NULL) OR ([R0898310] = @Original_R0898310)) AND ((@IsNull_R1045700 = 1 AND [R1045700] IS NULL) OR ([R1045700] = @Original_R1045700)) AND ((@IsNull_R1045800 = 1 AND [R1045800] IS NULL) OR ([R1045800] = @Original_R1045800)) AND ((@IsNull_R1145110 = 1 AND [R1145110] IS NULL) OR ([R1145110] = @Original_R1145110)) AND ((@IsNull_R1427500 = 1 AND [R1427500] IS NULL) OR ([R1427500] = @Original_R1427500)) AND ((@IsNull_R1427600 = 1 AND [R1427600] IS NULL) OR ([R1427600] = @Original_R1427600)) AND ((@IsNull_R1520310 = 1 AND [R1520310] IS NULL) OR ([R1520310] = @Original_R1520310)) AND ((@IsNull_R1774100 = 1 AND [R1774100] IS NULL) OR ([R1774100] = @Original_R1774100)) AND ((@IsNull_R1774200 = 1 AND [R1774200] IS NULL) OR ([R1774200] = @Original_R1774200)) AND ((@IsNull_R1794600 = 1 AND [R1794600] IS NULL) OR ([R1794600] = @Original_R1794600)) AND ((@IsNull_R1794700 = 1 AND [R1794700] IS NULL) OR ([R1794700] = @Original_R1794700)) AND ((@IsNull_R1891010 = 1 AND [R1891010] IS NULL) OR ([R1891010] = @Original_R1891010)) AND ((@IsNull_R2156200 = 1 AND [R2156200] IS NULL) OR ([R2156200] = @Original_R2156200)) AND ((@IsNull_R2156300 = 1 AND [R2156300] IS NULL) OR ([R2156300] = @Original_R2156300)) AND ((@IsNull_R2258110 = 1 AND [R2258110] IS NULL) OR ([R2258110] = @Original_R2258110)) AND ((@IsNull_R2365700 = 1 AND [R2365700] IS NULL) OR ([R2365700] = @Original_R2365700)) AND ((@IsNull_R2365800 = 1 AND [R2365800] IS NULL) OR ([R2365800] = @Original_R2365800)) AND ((@IsNull_R2445510 = 1 AND [R2445510] IS NULL) OR ([R2445510] = @Original_R2445510)) AND ((@IsNull_R2742500 = 1 AND [R2742500] IS NULL) OR ([R2742500] = @Original_R2742500)) AND ((@IsNull_R2742600 = 1 AND [R2742600] IS NULL) OR ([R2742600] = @Original_R2742600)) AND ((@IsNull_R2871300 = 1 AND [R2871300] IS NULL) OR ([R2871300] = @Original_R2871300)) AND ((@IsNull_R2986100 = 1 AND [R2986100] IS NULL) OR ([R2986100] = @Original_R2986100)) AND ((@IsNull_R2986200 = 1 AND [R2986200] IS NULL) OR ([R2986200] = @Original_R2986200)) AND ((@IsNull_R3075000 = 1 AND [R3075000] IS NULL) OR ([R3075000] = @Original_R3075000)) AND ((@IsNull_R3302500 = 1 AND [R3302500] IS NULL) OR ([R3302500] = @Original_R3302500)) AND ((@IsNull_R3302600 = 1 AND [R3302600] IS NULL) OR ([R3302600] = @Original_R3302600)) AND ((@IsNull_R3401700 = 1 AND [R3401700] IS NULL) OR ([R3401700] = @Original_R3401700)) AND ((@IsNull_R3573400 = 1 AND [R3573400] IS NULL) OR ([R3573400] = @Original_R3573400)) AND ((@IsNull_R3573500 = 1 AND [R3573500] IS NULL) OR ([R3573500] = @Original_R3573500)) AND ((@IsNull_R3657100 = 1 AND [R3657100] IS NULL) OR ([R3657100] = @Original_R3657100)) AND ((@IsNull_R3917600 = 1 AND [R3917600] IS NULL) OR ([R3917600] = @Original_R3917600)) AND ((@IsNull_R3917700 = 1 AND [R3917700] IS NULL) OR ([R3917700] = @Original_R3917700)) AND ((@IsNull_R4007600 = 1 AND [R4007600] IS NULL) OR ([R4007600] = @Original_R4007600)) AND ((@IsNull_R4100200 = 1 AND [R4100200] IS NULL) OR ([R4100200] = @Original_R4100200)) AND ((@IsNull_R4100201 = 1 AND [R4100201] IS NULL) OR ([R4100201] = @Original_R4100201)) AND ((@IsNull_R4100202 = 1 AND [R4100202] IS NULL) OR ([R4100202] = @Original_R4100202)) AND ((@IsNull_R4418700 = 1 AND [R4418700] IS NULL) OR ([R4418700] = @Original_R4418700)) AND ((@IsNull_R4500200 = 1 AND [R4500200] IS NULL) OR ([R4500200] = @Original_R4500200)) AND ((@IsNull_R4500201 = 1 AND [R4500201] IS NULL) OR ([R4500201] = @Original_R4500201)) AND ((@IsNull_R4500202 = 1 AND [R4500202] IS NULL) OR ([R4500202] = @Original_R4500202)) AND ((@IsNull_R5081700 = 1 AND [R5081700] IS NULL) OR ([R5081700] = @Original_R5081700)) AND ((@IsNull_R5167000 = 1 AND [R5167000] IS NULL) OR ([R5167000] = @Original_R5167000)) AND ((@IsNull_R5200200 = 1 AND [R5200200] IS NULL) OR ([R5200200] = @Original_R5200200)) AND ((@IsNull_R5200201 = 1 AND [R5200201] IS NULL) OR ([R5200201] = @Original_R5200201)) AND ((@IsNull_R5200202 = 1 AND [R5200202] IS NULL) OR ([R5200202] = @Original_R5200202)) AND ((@IsNull_R6435300 = 1 AND [R6435300] IS NULL) OR ([R6435300] = @Original_R6435300)) AND ((@IsNull_R6435301 = 1 AND [R6435301] IS NULL) OR ([R6435301] = @Original_R6435301)) AND ((@IsNull_R6435302 = 1 AND [R6435302] IS NULL) OR ([R6435302] = @Original_R6435302)) AND ((@IsNull_R6479800 = 1 AND [R6479800] IS NULL) OR ([R6479800] = @Original_R6479800)) AND ((@IsNull_R6963300 = 1 AND [R6963300] IS NULL) OR ([R6963300] = @Original_R6963300)) AND ((@IsNull_R6963301 = 1 AND [R6963301] IS NULL) OR ([R6963301] = @Original_R6963301)) AND ((@IsNull_R6963302 = 1 AND [R6963302] IS NULL) OR ([R6963302] = @Original_R6963302)) AND ((@IsNull_R7007500 = 1 AND [R7007500] IS NULL) OR ([R7007500] = @Original_R7007500)) AND ((@IsNull_R7656300 = 1 AND [R7656300] IS NULL) OR ([R7656300] = @Original_R7656300)) AND ((@IsNull_R7656301 = 1 AND [R7656301] IS NULL) OR ([R7656301] = @Original_R7656301)) AND ((@IsNull_R7656302 = 1 AND [R7656302] IS NULL) OR ([R7656302] = @Original_R7656302)) AND ((@IsNull_R7704800 = 1 AND [R7704800] IS NULL) OR ([R7704800] = @Original_R7704800)) AND ((@IsNull_R7800500 = 1 AND [R7800500] IS NULL) OR ([R7800500] = @Original_R7800500)) AND ((@IsNull_R7800501 = 1 AND [R7800501] IS NULL) OR ([R7800501] = @Original_R7800501)) AND ((@IsNull_R7800502 = 1 AND [R7800502] IS NULL) OR ([R7800502] = @Original_R7800502)) AND ((@IsNull_R8497200 = 1 AND [R8497200] IS NULL) OR ([R8497200] = @Original_R8497200)) AND ((@IsNull_R9908000 = 1 AND [R9908000] IS NULL) OR ([R9908000] = @Original_R9908000)) AND ((@IsNull_T0000900 = 1 AND [T0000900] IS NULL) OR ([T0000900] = @Original_T0000900)) AND ((@IsNull_T0000901 = 1 AND [T0000901] IS NULL) OR ([T0000901] = @Original_T0000901)) AND ((@IsNull_T0000902 = 1 AND [T0000902] IS NULL) OR ([T0000902] = @Original_T0000902)) AND ((@IsNull_T0989000 = 1 AND [T0989000] IS NULL) OR ([T0989000] = @Original_T0989000)) AND ((@IsNull_T1200700 = 1 AND [T1200700] IS NULL) OR ([T1200700] = @Original_T1200700)) AND ((@IsNull_T1200701 = 1 AND [T1200701] IS NULL) OR ([T1200701] = @Original_T1200701)) AND ((@IsNull_T1200702 = 1 AND [T1200702] IS NULL) OR ([T1200702] = @Original_T1200702)) AND ((@IsNull_T2210800 = 1 AND [T2210800] IS NULL) OR ([T2210800] = @Original_T2210800)) AND ((@IsNull_T2260600 = 1 AND [T2260600] IS NULL) OR ([T2260600] = @Original_T2260600)) AND ((@IsNull_T2260601 = 1 AND [T2260601] IS NULL) OR ([T2260601] = @Original_T2260601)) AND ((@IsNull_T2260602 = 1 AND [T2260602] IS NULL) OR ([T2260602] = @Original_T2260602)) AND ((@IsNull_T2763400 = 1 AND [T2763400] IS NULL) OR ([T2763400] = @Original_T2763400)) AND ((@IsNull_T2763500 = 1 AND [T2763500] IS NULL) OR ([T2763500] = @Original_T2763500)) AND ((@IsNull_T2763600 = 1 AND [T2763600] IS NULL) OR ([T2763600] = @Original_T2763600)) AND ((@IsNull_T2763700 = 1 AND [T2763700] IS NULL) OR ([T2763700] = @Original_T2763700)) AND ((@IsNull_T2763800 = 1 AND [T2763800] IS NULL) OR ([T2763800] = @Original_T2763800)) AND ((@IsNull_T2763900 = 1 AND [T2763900] IS NULL) OR ([T2763900] = @Original_T2763900)) AND ((@IsNull_T2764000 = 1 AND [T2764000] IS NULL) OR ([T2764000] = @Original_T2764000)) AND ((@IsNull_T3108700 = 1 AND [T3108700] IS NULL) OR ([T3108700] = @Original_T3108700)) AND ((@IsNull_T3195600 = 1 AND [T3195600] IS NULL) OR ([T3195600] = @Original_T3195600)) AND ((@IsNull_T3195601 = 1 AND [T3195601] IS NULL) OR ([T3195601] = @Original_T3195601)) AND ((@IsNull_T3195602 = 1 AND [T3195602] IS NULL) OR ([T3195602] = @Original_T3195602)) AND ((@IsNull_T3729600 = 1 AND [T3729600] IS NULL) OR ([T3729600] = @Original_T3729600)) AND ((@IsNull_T3729700 = 1 AND [T3729700] IS NULL) OR ([T3729700] = @Original_T3729700)) AND ((@IsNull_T3729800 = 1 AND [T3729800] IS NULL) OR ([T3729800] = @Original_T3729800)) AND ((@IsNull_T3729900 = 1 AND [T3729900] IS NULL) OR ([T3729900] = @Original_T3729900)) AND ((@IsNull_T3730000 = 1 AND [T3730000] IS NULL) OR ([T3730000] = @Original_T3730000)) AND ((@IsNull_T3730100 = 1 AND [T3730100] IS NULL) OR ([T3730100] = @Original_T3730100)) AND ((@IsNull_T4113200 = 1 AND [T4113200] IS NULL) OR ([T4113200] = @Original_T4113200)) AND ((@IsNull_T4181100 = 1 AND [T4181100] IS NULL) OR ([T4181100] = @Original_T4181100)) AND ((@IsNull_T4181101 = 1 AND [T4181101] IS NULL) OR ([T4181101] = @Original_T4181101)) AND ((@IsNull_T4181102 = 1 AND [T4181102] IS NULL) OR ([T4181102] = @Original_T4181102)) AND ((@IsNull_T5023600 = 1 AND [T5023600] IS NULL) OR ([T5023600] = @Original_T5023600))) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + INSERT INTO [Extract].[tblGen1Links] ([R0000100], [R0000149], [R0000300], [R0000500], [R0009100], [R0009300], [R0172500], [R0172600], [R0173600], [R0214700], [R0214800], [R0216500], [R0329200], [R0329210], [R0406510], [R0410100], [R0410300], [R0530700], [R0530800], [R0619010], [R0809900], [R0810000], [R0898310], [R1045700], [R1045800], [R1145110], [R1427500], [R1427600], [R1520310], [R1774100], [R1774200], [R1794600], [R1794700], [R1891010], [R2156200], [R2156300], [R2258110], [R2365700], [R2365800], [R2445510], [R2742500], [R2742600], [R2871300], [R2986100], [R2986200], [R3075000], [R3302500], [R3302600], [R3401700], [R3573400], [R3573500], [R3657100], [R3917600], [R3917700], [R4007600], [R4100200], [R4100201], [R4100202], [R4418700], [R4500200], [R4500201], [R4500202], [R5081700], [R5167000], [R5200200], [R5200201], [R5200202], [R6435300], [R6435301], [R6435302], [R6479800], [R6963300], [R6963301], [R6963302], [R7007500], [R7656300], [R7656301], [R7656302], [R7704800], [R7800500], [R7800501], [R7800502], [R8497200], [R9908000], [T0000900], [T0000901], [T0000902], [T0989000], [T1200700], [T1200701], [T1200702], [T2210800], [T2260600], [T2260601], [T2260602], [T2763400], [T2763500], [T2763600], [T2763700], [T2763800], [T2763900], [T2764000], [T3108700], [T3195600], [T3195601], [T3195602], [T3729600], [T3729700], [T3729800], [T3729900], [T3730000], [T3730100], [T4113200], [T4181100], [T4181101], [T4181102], [T5023600]) VALUES (@R0000100, @R0000149, @R0000300, @R0000500, @R0009100, @R0009300, @R0172500, @R0172600, @R0173600, @R0214700, @R0214800, @R0216500, @R0329200, @R0329210, @R0406510, @R0410100, @R0410300, @R0530700, @R0530800, @R0619010, @R0809900, @R0810000, @R0898310, @R1045700, @R1045800, @R1145110, @R1427500, @R1427600, @R1520310, @R1774100, @R1774200, @R1794600, @R1794700, @R1891010, @R2156200, @R2156300, @R2258110, @R2365700, @R2365800, @R2445510, @R2742500, @R2742600, @R2871300, @R2986100, @R2986200, @R3075000, @R3302500, @R3302600, @R3401700, @R3573400, @R3573500, @R3657100, @R3917600, @R3917700, @R4007600, @R4100200, @R4100201, @R4100202, @R4418700, @R4500200, @R4500201, @R4500202, @R5081700, @R5167000, @R5200200, @R5200201, @R5200202, @R6435300, @R6435301, @R6435302, @R6479800, @R6963300, @R6963301, @R6963302, @R7007500, @R7656300, @R7656301, @R7656302, @R7704800, @R7800500, @R7800501, @R7800502, @R8497200, @R9908000, @T0000900, @T0000901, @T0000902, @T0989000, @T1200700, @T1200701, @T1200702, @T2210800, @T2260600, @T2260601, @T2260602, @T2763400, @T2763500, @T2763600, @T2763700, @T2763800, @T2763900, @T2764000, @T3108700, @T3195600, @T3195601, @T3195602, @T3729600, @T3729700, @T3729800, @T3729900, @T3730000, @T3730100, @T4113200, @T4181100, @T4181101, @T4181102, @T5023600); +SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R0172600, R0173600, R0214700, R0214800, R0216500, R0329200, R0329210, R0406510, R0410100, R0410300, R0530700, R0530800, R0619010, R0809900, R0810000, R0898310, R1045700, R1045800, R1145110, R1427500, R1427600, R1520310, R1774100, R1774200, R1794600, R1794700, R1891010, R2156200, R2156300, R2258110, R2365700, R2365800, R2445510, R2742500, R2742600, R2871300, R2986100, R2986200, R3075000, R3302500, R3302600, R3401700, R3573400, R3573500, R3657100, R3917600, R3917700, R4007600, R4100200, R4100201, R4100202, R4418700, R4500200, R4500201, R4500202, R5081700, R5167000, R5200200, R5200201, R5200202, R6435300, R6435301, R6435302, R6479800, R6963300, R6963301, R6963302, R7007500, R7656300, R7656301, R7656302, R7704800, R7800500, R7800501, R7800502, R8497200, R9908000, T0000900, T0000901, T0000902, T0989000, T1200700, T1200701, T1200702, T2210800, T2260600, T2260601, T2260602, T2763400, T2763500, T2763600, T2763700, T2763800, T2763900, T2764000, T3108700, T3195600, T3195601, T3195602, T3729600, T3729700, T3729800, T3729900, T3730000, T3730100, T4113200, T4181100, T4181101, T4181102, T5023600 FROM Extract.tblGen1Links WHERE (R0000100 = @R0000100) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R0172600, R0173600, R0214700, R0214800, R0216500, R0329200, R0329210, R0406510, R0410100, R0410300, R0530700, R0530800, R0619010, R0809900, R0810000, R0898310, R1045700, R1045800, R1145110, R1427500, R1427600, R1520310, R1774100, R1774200, R1794600, R1794700, R1891010, R2156200, R2156300, R2258110, R2365700, R2365800, R2445510, R2742500, R2742600, R2871300, R2986100, R2986200, R3075000, R3302500, R3302600, R3401700, R3573400, R3573500, R3657100, R3917600, R3917700, R4007600, R4100200, R4100201, R4100202, R4418700, R4500200, R4500201, R4500202, R5081700, R5167000, R5200200, R5200201, R5200202, R6435300, R6435301, R6435302, R6479800, R6963300, R6963301, R6963302, R7007500, R7656300, R7656301, R7656302, R7704800, R7800500, R7800501, R7800502, R8497200, R9908000, T0000900, T0000901, T0000902, T0989000, T1200700, T1200701, T1200702, T2210800, T2260600, T2260601, T2260602, T2763400, T2763500, T2763600, T2763700, T2763800, T2763900, T2764000, T3108700, T3195600, T3195601, T3195602, T3729600, T3729700, T3729800, T3729900, T3730000, T3730100, T4113200, T4181100, T4181101, T4181102, T5023600 FROM Extract.tblGen1Links + + + + + + UPDATE [Extract].[tblGen1Links] SET [R0000100] = @R0000100, [R0000149] = @R0000149, [R0000300] = @R0000300, [R0000500] = @R0000500, [R0009100] = @R0009100, [R0009300] = @R0009300, [R0172500] = @R0172500, [R0172600] = @R0172600, [R0173600] = @R0173600, [R0214700] = @R0214700, [R0214800] = @R0214800, [R0216500] = @R0216500, [R0329200] = @R0329200, [R0329210] = @R0329210, [R0406510] = @R0406510, [R0410100] = @R0410100, [R0410300] = @R0410300, [R0530700] = @R0530700, [R0530800] = @R0530800, [R0619010] = @R0619010, [R0809900] = @R0809900, [R0810000] = @R0810000, [R0898310] = @R0898310, [R1045700] = @R1045700, [R1045800] = @R1045800, [R1145110] = @R1145110, [R1427500] = @R1427500, [R1427600] = @R1427600, [R1520310] = @R1520310, [R1774100] = @R1774100, [R1774200] = @R1774200, [R1794600] = @R1794600, [R1794700] = @R1794700, [R1891010] = @R1891010, [R2156200] = @R2156200, [R2156300] = @R2156300, [R2258110] = @R2258110, [R2365700] = @R2365700, [R2365800] = @R2365800, [R2445510] = @R2445510, [R2742500] = @R2742500, [R2742600] = @R2742600, [R2871300] = @R2871300, [R2986100] = @R2986100, [R2986200] = @R2986200, [R3075000] = @R3075000, [R3302500] = @R3302500, [R3302600] = @R3302600, [R3401700] = @R3401700, [R3573400] = @R3573400, [R3573500] = @R3573500, [R3657100] = @R3657100, [R3917600] = @R3917600, [R3917700] = @R3917700, [R4007600] = @R4007600, [R4100200] = @R4100200, [R4100201] = @R4100201, [R4100202] = @R4100202, [R4418700] = @R4418700, [R4500200] = @R4500200, [R4500201] = @R4500201, [R4500202] = @R4500202, [R5081700] = @R5081700, [R5167000] = @R5167000, [R5200200] = @R5200200, [R5200201] = @R5200201, [R5200202] = @R5200202, [R6435300] = @R6435300, [R6435301] = @R6435301, [R6435302] = @R6435302, [R6479800] = @R6479800, [R6963300] = @R6963300, [R6963301] = @R6963301, [R6963302] = @R6963302, [R7007500] = @R7007500, [R7656300] = @R7656300, [R7656301] = @R7656301, [R7656302] = @R7656302, [R7704800] = @R7704800, [R7800500] = @R7800500, [R7800501] = @R7800501, [R7800502] = @R7800502, [R8497200] = @R8497200, [R9908000] = @R9908000, [T0000900] = @T0000900, [T0000901] = @T0000901, [T0000902] = @T0000902, [T0989000] = @T0989000, [T1200700] = @T1200700, [T1200701] = @T1200701, [T1200702] = @T1200702, [T2210800] = @T2210800, [T2260600] = @T2260600, [T2260601] = @T2260601, [T2260602] = @T2260602, [T2763400] = @T2763400, [T2763500] = @T2763500, [T2763600] = @T2763600, [T2763700] = @T2763700, [T2763800] = @T2763800, [T2763900] = @T2763900, [T2764000] = @T2764000, [T3108700] = @T3108700, [T3195600] = @T3195600, [T3195601] = @T3195601, [T3195602] = @T3195602, [T3729600] = @T3729600, [T3729700] = @T3729700, [T3729800] = @T3729800, [T3729900] = @T3729900, [T3730000] = @T3730000, [T3730100] = @T3730100, [T4113200] = @T4113200, [T4181100] = @T4181100, [T4181101] = @T4181101, [T4181102] = @T4181102, [T5023600] = @T5023600 WHERE (([R0000100] = @Original_R0000100) AND ((@IsNull_R0000149 = 1 AND [R0000149] IS NULL) OR ([R0000149] = @Original_R0000149)) AND ((@IsNull_R0000300 = 1 AND [R0000300] IS NULL) OR ([R0000300] = @Original_R0000300)) AND ((@IsNull_R0000500 = 1 AND [R0000500] IS NULL) OR ([R0000500] = @Original_R0000500)) AND ((@IsNull_R0009100 = 1 AND [R0009100] IS NULL) OR ([R0009100] = @Original_R0009100)) AND ((@IsNull_R0009300 = 1 AND [R0009300] IS NULL) OR ([R0009300] = @Original_R0009300)) AND ((@IsNull_R0172500 = 1 AND [R0172500] IS NULL) OR ([R0172500] = @Original_R0172500)) AND ((@IsNull_R0172600 = 1 AND [R0172600] IS NULL) OR ([R0172600] = @Original_R0172600)) AND ((@IsNull_R0173600 = 1 AND [R0173600] IS NULL) OR ([R0173600] = @Original_R0173600)) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R0216500 = 1 AND [R0216500] IS NULL) OR ([R0216500] = @Original_R0216500)) AND ((@IsNull_R0329200 = 1 AND [R0329200] IS NULL) OR ([R0329200] = @Original_R0329200)) AND ((@IsNull_R0329210 = 1 AND [R0329210] IS NULL) OR ([R0329210] = @Original_R0329210)) AND ((@IsNull_R0406510 = 1 AND [R0406510] IS NULL) OR ([R0406510] = @Original_R0406510)) AND ((@IsNull_R0410100 = 1 AND [R0410100] IS NULL) OR ([R0410100] = @Original_R0410100)) AND ((@IsNull_R0410300 = 1 AND [R0410300] IS NULL) OR ([R0410300] = @Original_R0410300)) AND ((@IsNull_R0530700 = 1 AND [R0530700] IS NULL) OR ([R0530700] = @Original_R0530700)) AND ((@IsNull_R0530800 = 1 AND [R0530800] IS NULL) OR ([R0530800] = @Original_R0530800)) AND ((@IsNull_R0619010 = 1 AND [R0619010] IS NULL) OR ([R0619010] = @Original_R0619010)) AND ((@IsNull_R0809900 = 1 AND [R0809900] IS NULL) OR ([R0809900] = @Original_R0809900)) AND ((@IsNull_R0810000 = 1 AND [R0810000] IS NULL) OR ([R0810000] = @Original_R0810000)) AND ((@IsNull_R0898310 = 1 AND [R0898310] IS NULL) OR ([R0898310] = @Original_R0898310)) AND ((@IsNull_R1045700 = 1 AND [R1045700] IS NULL) OR ([R1045700] = @Original_R1045700)) AND ((@IsNull_R1045800 = 1 AND [R1045800] IS NULL) OR ([R1045800] = @Original_R1045800)) AND ((@IsNull_R1145110 = 1 AND [R1145110] IS NULL) OR ([R1145110] = @Original_R1145110)) AND ((@IsNull_R1427500 = 1 AND [R1427500] IS NULL) OR ([R1427500] = @Original_R1427500)) AND ((@IsNull_R1427600 = 1 AND [R1427600] IS NULL) OR ([R1427600] = @Original_R1427600)) AND ((@IsNull_R1520310 = 1 AND [R1520310] IS NULL) OR ([R1520310] = @Original_R1520310)) AND ((@IsNull_R1774100 = 1 AND [R1774100] IS NULL) OR ([R1774100] = @Original_R1774100)) AND ((@IsNull_R1774200 = 1 AND [R1774200] IS NULL) OR ([R1774200] = @Original_R1774200)) AND ((@IsNull_R1794600 = 1 AND [R1794600] IS NULL) OR ([R1794600] = @Original_R1794600)) AND ((@IsNull_R1794700 = 1 AND [R1794700] IS NULL) OR ([R1794700] = @Original_R1794700)) AND ((@IsNull_R1891010 = 1 AND [R1891010] IS NULL) OR ([R1891010] = @Original_R1891010)) AND ((@IsNull_R2156200 = 1 AND [R2156200] IS NULL) OR ([R2156200] = @Original_R2156200)) AND ((@IsNull_R2156300 = 1 AND [R2156300] IS NULL) OR ([R2156300] = @Original_R2156300)) AND ((@IsNull_R2258110 = 1 AND [R2258110] IS NULL) OR ([R2258110] = @Original_R2258110)) AND ((@IsNull_R2365700 = 1 AND [R2365700] IS NULL) OR ([R2365700] = @Original_R2365700)) AND ((@IsNull_R2365800 = 1 AND [R2365800] IS NULL) OR ([R2365800] = @Original_R2365800)) AND ((@IsNull_R2445510 = 1 AND [R2445510] IS NULL) OR ([R2445510] = @Original_R2445510)) AND ((@IsNull_R2742500 = 1 AND [R2742500] IS NULL) OR ([R2742500] = @Original_R2742500)) AND ((@IsNull_R2742600 = 1 AND [R2742600] IS NULL) OR ([R2742600] = @Original_R2742600)) AND ((@IsNull_R2871300 = 1 AND [R2871300] IS NULL) OR ([R2871300] = @Original_R2871300)) AND ((@IsNull_R2986100 = 1 AND [R2986100] IS NULL) OR ([R2986100] = @Original_R2986100)) AND ((@IsNull_R2986200 = 1 AND [R2986200] IS NULL) OR ([R2986200] = @Original_R2986200)) AND ((@IsNull_R3075000 = 1 AND [R3075000] IS NULL) OR ([R3075000] = @Original_R3075000)) AND ((@IsNull_R3302500 = 1 AND [R3302500] IS NULL) OR ([R3302500] = @Original_R3302500)) AND ((@IsNull_R3302600 = 1 AND [R3302600] IS NULL) OR ([R3302600] = @Original_R3302600)) AND ((@IsNull_R3401700 = 1 AND [R3401700] IS NULL) OR ([R3401700] = @Original_R3401700)) AND ((@IsNull_R3573400 = 1 AND [R3573400] IS NULL) OR ([R3573400] = @Original_R3573400)) AND ((@IsNull_R3573500 = 1 AND [R3573500] IS NULL) OR ([R3573500] = @Original_R3573500)) AND ((@IsNull_R3657100 = 1 AND [R3657100] IS NULL) OR ([R3657100] = @Original_R3657100)) AND ((@IsNull_R3917600 = 1 AND [R3917600] IS NULL) OR ([R3917600] = @Original_R3917600)) AND ((@IsNull_R3917700 = 1 AND [R3917700] IS NULL) OR ([R3917700] = @Original_R3917700)) AND ((@IsNull_R4007600 = 1 AND [R4007600] IS NULL) OR ([R4007600] = @Original_R4007600)) AND ((@IsNull_R4100200 = 1 AND [R4100200] IS NULL) OR ([R4100200] = @Original_R4100200)) AND ((@IsNull_R4100201 = 1 AND [R4100201] IS NULL) OR ([R4100201] = @Original_R4100201)) AND ((@IsNull_R4100202 = 1 AND [R4100202] IS NULL) OR ([R4100202] = @Original_R4100202)) AND ((@IsNull_R4418700 = 1 AND [R4418700] IS NULL) OR ([R4418700] = @Original_R4418700)) AND ((@IsNull_R4500200 = 1 AND [R4500200] IS NULL) OR ([R4500200] = @Original_R4500200)) AND ((@IsNull_R4500201 = 1 AND [R4500201] IS NULL) OR ([R4500201] = @Original_R4500201)) AND ((@IsNull_R4500202 = 1 AND [R4500202] IS NULL) OR ([R4500202] = @Original_R4500202)) AND ((@IsNull_R5081700 = 1 AND [R5081700] IS NULL) OR ([R5081700] = @Original_R5081700)) AND ((@IsNull_R5167000 = 1 AND [R5167000] IS NULL) OR ([R5167000] = @Original_R5167000)) AND ((@IsNull_R5200200 = 1 AND [R5200200] IS NULL) OR ([R5200200] = @Original_R5200200)) AND ((@IsNull_R5200201 = 1 AND [R5200201] IS NULL) OR ([R5200201] = @Original_R5200201)) AND ((@IsNull_R5200202 = 1 AND [R5200202] IS NULL) OR ([R5200202] = @Original_R5200202)) AND ((@IsNull_R6435300 = 1 AND [R6435300] IS NULL) OR ([R6435300] = @Original_R6435300)) AND ((@IsNull_R6435301 = 1 AND [R6435301] IS NULL) OR ([R6435301] = @Original_R6435301)) AND ((@IsNull_R6435302 = 1 AND [R6435302] IS NULL) OR ([R6435302] = @Original_R6435302)) AND ((@IsNull_R6479800 = 1 AND [R6479800] IS NULL) OR ([R6479800] = @Original_R6479800)) AND ((@IsNull_R6963300 = 1 AND [R6963300] IS NULL) OR ([R6963300] = @Original_R6963300)) AND ((@IsNull_R6963301 = 1 AND [R6963301] IS NULL) OR ([R6963301] = @Original_R6963301)) AND ((@IsNull_R6963302 = 1 AND [R6963302] IS NULL) OR ([R6963302] = @Original_R6963302)) AND ((@IsNull_R7007500 = 1 AND [R7007500] IS NULL) OR ([R7007500] = @Original_R7007500)) AND ((@IsNull_R7656300 = 1 AND [R7656300] IS NULL) OR ([R7656300] = @Original_R7656300)) AND ((@IsNull_R7656301 = 1 AND [R7656301] IS NULL) OR ([R7656301] = @Original_R7656301)) AND ((@IsNull_R7656302 = 1 AND [R7656302] IS NULL) OR ([R7656302] = @Original_R7656302)) AND ((@IsNull_R7704800 = 1 AND [R7704800] IS NULL) OR ([R7704800] = @Original_R7704800)) AND ((@IsNull_R7800500 = 1 AND [R7800500] IS NULL) OR ([R7800500] = @Original_R7800500)) AND ((@IsNull_R7800501 = 1 AND [R7800501] IS NULL) OR ([R7800501] = @Original_R7800501)) AND ((@IsNull_R7800502 = 1 AND [R7800502] IS NULL) OR ([R7800502] = @Original_R7800502)) AND ((@IsNull_R8497200 = 1 AND [R8497200] IS NULL) OR ([R8497200] = @Original_R8497200)) AND ((@IsNull_R9908000 = 1 AND [R9908000] IS NULL) OR ([R9908000] = @Original_R9908000)) AND ((@IsNull_T0000900 = 1 AND [T0000900] IS NULL) OR ([T0000900] = @Original_T0000900)) AND ((@IsNull_T0000901 = 1 AND [T0000901] IS NULL) OR ([T0000901] = @Original_T0000901)) AND ((@IsNull_T0000902 = 1 AND [T0000902] IS NULL) OR ([T0000902] = @Original_T0000902)) AND ((@IsNull_T0989000 = 1 AND [T0989000] IS NULL) OR ([T0989000] = @Original_T0989000)) AND ((@IsNull_T1200700 = 1 AND [T1200700] IS NULL) OR ([T1200700] = @Original_T1200700)) AND ((@IsNull_T1200701 = 1 AND [T1200701] IS NULL) OR ([T1200701] = @Original_T1200701)) AND ((@IsNull_T1200702 = 1 AND [T1200702] IS NULL) OR ([T1200702] = @Original_T1200702)) AND ((@IsNull_T2210800 = 1 AND [T2210800] IS NULL) OR ([T2210800] = @Original_T2210800)) AND ((@IsNull_T2260600 = 1 AND [T2260600] IS NULL) OR ([T2260600] = @Original_T2260600)) AND ((@IsNull_T2260601 = 1 AND [T2260601] IS NULL) OR ([T2260601] = @Original_T2260601)) AND ((@IsNull_T2260602 = 1 AND [T2260602] IS NULL) OR ([T2260602] = @Original_T2260602)) AND ((@IsNull_T2763400 = 1 AND [T2763400] IS NULL) OR ([T2763400] = @Original_T2763400)) AND ((@IsNull_T2763500 = 1 AND [T2763500] IS NULL) OR ([T2763500] = @Original_T2763500)) AND ((@IsNull_T2763600 = 1 AND [T2763600] IS NULL) OR ([T2763600] = @Original_T2763600)) AND ((@IsNull_T2763700 = 1 AND [T2763700] IS NULL) OR ([T2763700] = @Original_T2763700)) AND ((@IsNull_T2763800 = 1 AND [T2763800] IS NULL) OR ([T2763800] = @Original_T2763800)) AND ((@IsNull_T2763900 = 1 AND [T2763900] IS NULL) OR ([T2763900] = @Original_T2763900)) AND ((@IsNull_T2764000 = 1 AND [T2764000] IS NULL) OR ([T2764000] = @Original_T2764000)) AND ((@IsNull_T3108700 = 1 AND [T3108700] IS NULL) OR ([T3108700] = @Original_T3108700)) AND ((@IsNull_T3195600 = 1 AND [T3195600] IS NULL) OR ([T3195600] = @Original_T3195600)) AND ((@IsNull_T3195601 = 1 AND [T3195601] IS NULL) OR ([T3195601] = @Original_T3195601)) AND ((@IsNull_T3195602 = 1 AND [T3195602] IS NULL) OR ([T3195602] = @Original_T3195602)) AND ((@IsNull_T3729600 = 1 AND [T3729600] IS NULL) OR ([T3729600] = @Original_T3729600)) AND ((@IsNull_T3729700 = 1 AND [T3729700] IS NULL) OR ([T3729700] = @Original_T3729700)) AND ((@IsNull_T3729800 = 1 AND [T3729800] IS NULL) OR ([T3729800] = @Original_T3729800)) AND ((@IsNull_T3729900 = 1 AND [T3729900] IS NULL) OR ([T3729900] = @Original_T3729900)) AND ((@IsNull_T3730000 = 1 AND [T3730000] IS NULL) OR ([T3730000] = @Original_T3730000)) AND ((@IsNull_T3730100 = 1 AND [T3730100] IS NULL) OR ([T3730100] = @Original_T3730100)) AND ((@IsNull_T4113200 = 1 AND [T4113200] IS NULL) OR ([T4113200] = @Original_T4113200)) AND ((@IsNull_T4181100 = 1 AND [T4181100] IS NULL) OR ([T4181100] = @Original_T4181100)) AND ((@IsNull_T4181101 = 1 AND [T4181101] IS NULL) OR ([T4181101] = @Original_T4181101)) AND ((@IsNull_T4181102 = 1 AND [T4181102] IS NULL) OR ([T4181102] = @Original_T4181102)) AND ((@IsNull_T5023600 = 1 AND [T5023600] IS NULL) OR ([T5023600] = @Original_T5023600))); +SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R0172600, R0173600, R0214700, R0214800, R0216500, R0329200, R0329210, R0406510, R0410100, R0410300, R0530700, R0530800, R0619010, R0809900, R0810000, R0898310, R1045700, R1045800, R1145110, R1427500, R1427600, R1520310, R1774100, R1774200, R1794600, R1794700, R1891010, R2156200, R2156300, R2258110, R2365700, R2365800, R2445510, R2742500, R2742600, R2871300, R2986100, R2986200, R3075000, R3302500, R3302600, R3401700, R3573400, R3573500, R3657100, R3917600, R3917700, R4007600, R4100200, R4100201, R4100202, R4418700, R4500200, R4500201, R4500202, R5081700, R5167000, R5200200, R5200201, R5200202, R6435300, R6435301, R6435302, R6479800, R6963300, R6963301, R6963302, R7007500, R7656300, R7656301, R7656302, R7704800, R7800500, R7800501, R7800502, R8497200, R9908000, T0000900, T0000901, T0000902, T0989000, T1200700, T1200701, T1200702, T2210800, T2260600, T2260601, T2260602, T2763400, T2763500, T2763600, T2763700, T2763800, T2763900, T2764000, T3108700, T3195600, T3195601, T3195602, T3729600, T3729700, T3729800, T3729900, T3730000, T3730100, T4113200, T4181100, T4181101, T4181102, T5023600 FROM Extract.tblGen1Links WHERE (R0000100 = @R0000100) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6307,684 +5086,1190 @@ SELECT C0000100, C0000200, C0005300, C0005400, C0005500, C0005700, C0005800, C00 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DELETE FROM [Extract].[tblGen2LinksFromGen1] WHERE (([R0000100] = @Original_R0000100) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R4825700 = 1 AND [R4825700] IS NULL) OR ([R4825700] = @Original_R4825700)) AND ((@IsNull_R4826000 = 1 AND [R4826000] IS NULL) OR ([R4826000] = @Original_R4826000)) AND ((@IsNull_R4826100 = 1 AND [R4826100] IS NULL) OR ([R4826100] = @Original_R4826100)) AND ((@IsNull_R4826300 = 1 AND [R4826300] IS NULL) OR ([R4826300] = @Original_R4826300)) AND ((@IsNull_R4826500 = 1 AND [R4826500] IS NULL) OR ([R4826500] = @Original_R4826500)) AND ((@IsNull_R4826800 = 1 AND [R4826800] IS NULL) OR ([R4826800] = @Original_R4826800)) AND ((@IsNull_R5495900 = 1 AND [R5495900] IS NULL) OR ([R5495900] = @Original_R5495900)) AND ((@IsNull_R5496200 = 1 AND [R5496200] IS NULL) OR ([R5496200] = @Original_R5496200)) AND ((@IsNull_R5496300 = 1 AND [R5496300] IS NULL) OR ([R5496300] = @Original_R5496300)) AND ((@IsNull_R5496500 = 1 AND [R5496500] IS NULL) OR ([R5496500] = @Original_R5496500)) AND ((@IsNull_R5496700 = 1 AND [R5496700] IS NULL) OR ([R5496700] = @Original_R5496700)) AND ((@IsNull_R5497000 = 1 AND [R5497000] IS NULL) OR ([R5497000] = @Original_R5497000)) AND ((@IsNull_R5497200 = 1 AND [R5497200] IS NULL) OR ([R5497200] = @Original_R5497200)) AND ((@IsNull_R6210700 = 1 AND [R6210700] IS NULL) OR ([R6210700] = @Original_R6210700)) AND ((@IsNull_R6210800 = 1 AND [R6210800] IS NULL) OR ([R6210800] = @Original_R6210800)) AND ((@IsNull_R6210900 = 1 AND [R6210900] IS NULL) OR ([R6210900] = @Original_R6210900)) AND ((@IsNull_R6211500 = 1 AND [R6211500] IS NULL) OR ([R6211500] = @Original_R6211500)) AND ((@IsNull_R6211600 = 1 AND [R6211600] IS NULL) OR ([R6211600] = @Original_R6211600)) AND ((@IsNull_R6211700 = 1 AND [R6211700] IS NULL) OR ([R6211700] = @Original_R6211700)) AND ((@IsNull_R6211800 = 1 AND [R6211800] IS NULL) OR ([R6211800] = @Original_R6211800)) AND ((@IsNull_R6211900 = 1 AND [R6211900] IS NULL) OR ([R6211900] = @Original_R6211900)) AND ((@IsNull_R6212200 = 1 AND [R6212200] IS NULL) OR ([R6212200] = @Original_R6212200)) AND ((@IsNull_R6212300 = 1 AND [R6212300] IS NULL) OR ([R6212300] = @Original_R6212300)) AND ((@IsNull_R6764000 = 1 AND [R6764000] IS NULL) OR ([R6764000] = @Original_R6764000)) AND ((@IsNull_R6764100 = 1 AND [R6764100] IS NULL) OR ([R6764100] = @Original_R6764100)) AND ((@IsNull_R6764200 = 1 AND [R6764200] IS NULL) OR ([R6764200] = @Original_R6764200)) AND ((@IsNull_R6764900 = 1 AND [R6764900] IS NULL) OR ([R6764900] = @Original_R6764900)) AND ((@IsNull_R6765000 = 1 AND [R6765000] IS NULL) OR ([R6765000] = @Original_R6765000)) AND ((@IsNull_R6765100 = 1 AND [R6765100] IS NULL) OR ([R6765100] = @Original_R6765100)) AND ((@IsNull_R6765200 = 1 AND [R6765200] IS NULL) OR ([R6765200] = @Original_R6765200)) AND ((@IsNull_R6765600 = 1 AND [R6765600] IS NULL) OR ([R6765600] = @Original_R6765600)) AND ((@IsNull_R6765700 = 1 AND [R6765700] IS NULL) OR ([R6765700] = @Original_R6765700)) AND ((@IsNull_R6765800 = 1 AND [R6765800] IS NULL) OR ([R6765800] = @Original_R6765800)) AND ((@IsNull_R6839600 = 1 AND [R6839600] IS NULL) OR ([R6839600] = @Original_R6839600)) AND ((@IsNull_R7408300 = 1 AND [R7408300] IS NULL) OR ([R7408300] = @Original_R7408300)) AND ((@IsNull_R7408400 = 1 AND [R7408400] IS NULL) OR ([R7408400] = @Original_R7408400)) AND ((@IsNull_R7408500 = 1 AND [R7408500] IS NULL) OR ([R7408500] = @Original_R7408500)) AND ((@IsNull_R7409200 = 1 AND [R7409200] IS NULL) OR ([R7409200] = @Original_R7409200)) AND ((@IsNull_R7409300 = 1 AND [R7409300] IS NULL) OR ([R7409300] = @Original_R7409300)) AND ((@IsNull_R7409400 = 1 AND [R7409400] IS NULL) OR ([R7409400] = @Original_R7409400)) AND ((@IsNull_R7409500 = 1 AND [R7409500] IS NULL) OR ([R7409500] = @Original_R7409500)) AND ((@IsNull_R7409900 = 1 AND [R7409900] IS NULL) OR ([R7409900] = @Original_R7409900)) AND ((@IsNull_R7410000 = 1 AND [R7410000] IS NULL) OR ([R7410000] = @Original_R7410000)) AND ((@IsNull_R7410100 = 1 AND [R7410100] IS NULL) OR ([R7410100] = @Original_R7410100)) AND ((@IsNull_R7548600 = 1 AND [R7548600] IS NULL) OR ([R7548600] = @Original_R7548600)) AND ((@IsNull_R8106400 = 1 AND [R8106400] IS NULL) OR ([R8106400] = @Original_R8106400)) AND ((@IsNull_R8106500 = 1 AND [R8106500] IS NULL) OR ([R8106500] = @Original_R8106500)) AND ((@IsNull_R8106600 = 1 AND [R8106600] IS NULL) OR ([R8106600] = @Original_R8106600)) AND ((@IsNull_R8106700 = 1 AND [R8106700] IS NULL) OR ([R8106700] = @Original_R8106700)) AND ((@IsNull_R8106800 = 1 AND [R8106800] IS NULL) OR ([R8106800] = @Original_R8106800)) AND ((@IsNull_R8106900 = 1 AND [R8106900] IS NULL) OR ([R8106900] = @Original_R8106900)) AND ((@IsNull_R8107000 = 1 AND [R8107000] IS NULL) OR ([R8107000] = @Original_R8107000)) AND ((@IsNull_R8107100 = 1 AND [R8107100] IS NULL) OR ([R8107100] = @Original_R8107100)) AND ((@IsNull_R8107200 = 1 AND [R8107200] IS NULL) OR ([R8107200] = @Original_R8107200)) AND ((@IsNull_R8255400 = 1 AND [R8255400] IS NULL) OR ([R8255400] = @Original_R8255400)) AND ((@IsNull_R9900400 = 1 AND [R9900400] IS NULL) OR ([R9900400] = @Original_R9900400)) AND ((@IsNull_R9900600 = 1 AND [R9900600] IS NULL) OR ([R9900600] = @Original_R9900600)) AND ((@IsNull_R9900601 = 1 AND [R9900601] IS NULL) OR ([R9900601] = @Original_R9900601)) AND ((@IsNull_R9901200 = 1 AND [R9901200] IS NULL) OR ([R9901200] = @Original_R9901200)) AND ((@IsNull_R9901400 = 1 AND [R9901400] IS NULL) OR ([R9901400] = @Original_R9901400)) AND ((@IsNull_R9901401 = 1 AND [R9901401] IS NULL) OR ([R9901401] = @Original_R9901401)) AND ((@IsNull_R9902000 = 1 AND [R9902000] IS NULL) OR ([R9902000] = @Original_R9902000)) AND ((@IsNull_R9902200 = 1 AND [R9902200] IS NULL) OR ([R9902200] = @Original_R9902200)) AND ((@IsNull_R9902201 = 1 AND [R9902201] IS NULL) OR ([R9902201] = @Original_R9902201)) AND ((@IsNull_R9902800 = 1 AND [R9902800] IS NULL) OR ([R9902800] = @Original_R9902800)) AND ((@IsNull_R9903000 = 1 AND [R9903000] IS NULL) OR ([R9903000] = @Original_R9903000)) AND ((@IsNull_R9903001 = 1 AND [R9903001] IS NULL) OR ([R9903001] = @Original_R9903001)) AND ((@IsNull_R9903600 = 1 AND [R9903600] IS NULL) OR ([R9903600] = @Original_R9903600)) AND ((@IsNull_R9903800 = 1 AND [R9903800] IS NULL) OR ([R9903800] = @Original_R9903800)) AND ((@IsNull_R9903801 = 1 AND [R9903801] IS NULL) OR ([R9903801] = @Original_R9903801)) AND ((@IsNull_R9904400 = 1 AND [R9904400] IS NULL) OR ([R9904400] = @Original_R9904400)) AND ((@IsNull_R9904600 = 1 AND [R9904600] IS NULL) OR ([R9904600] = @Original_R9904600)) AND ((@IsNull_R9904601 = 1 AND [R9904601] IS NULL) OR ([R9904601] = @Original_R9904601)) AND ((@IsNull_R9905200 = 1 AND [R9905200] IS NULL) OR ([R9905200] = @Original_R9905200)) AND ((@IsNull_R9905400 = 1 AND [R9905400] IS NULL) OR ([R9905400] = @Original_R9905400)) AND ((@IsNull_R9905401 = 1 AND [R9905401] IS NULL) OR ([R9905401] = @Original_R9905401)) AND ((@IsNull_R9906000 = 1 AND [R9906000] IS NULL) OR ([R9906000] = @Original_R9906000)) AND ((@IsNull_R9906600 = 1 AND [R9906600] IS NULL) OR ([R9906600] = @Original_R9906600)) AND ((@IsNull_R9907200 = 1 AND [R9907200] IS NULL) OR ([R9907200] = @Original_R9907200)) AND ((@IsNull_R9907800 = 1 AND [R9907800] IS NULL) OR ([R9907800] = @Original_R9907800)) AND ((@IsNull_R9908000 = 1 AND [R9908000] IS NULL) OR ([R9908000] = @Original_R9908000)) AND ((@IsNull_R9911200 = 1 AND [R9911200] IS NULL) OR ([R9911200] = @Original_R9911200)) AND ((@IsNull_R9911201 = 1 AND [R9911201] IS NULL) OR ([R9911201] = @Original_R9911201)) AND ((@IsNull_T0337300 = 1 AND [T0337300] IS NULL) OR ([T0337300] = @Original_T0337300)) AND ((@IsNull_T0337400 = 1 AND [T0337400] IS NULL) OR ([T0337400] = @Original_T0337400)) AND ((@IsNull_T0337500 = 1 AND [T0337500] IS NULL) OR ([T0337500] = @Original_T0337500)) AND ((@IsNull_T0337600 = 1 AND [T0337600] IS NULL) OR ([T0337600] = @Original_T0337600)) AND ((@IsNull_T0337700 = 1 AND [T0337700] IS NULL) OR ([T0337700] = @Original_T0337700)) AND ((@IsNull_T0337800 = 1 AND [T0337800] IS NULL) OR ([T0337800] = @Original_T0337800)) AND ((@IsNull_T0337900 = 1 AND [T0337900] IS NULL) OR ([T0337900] = @Original_T0337900)) AND ((@IsNull_T0338000 = 1 AND [T0338000] IS NULL) OR ([T0338000] = @Original_T0338000)) AND ((@IsNull_T0338100 = 1 AND [T0338100] IS NULL) OR ([T0338100] = @Original_T0338100)) AND ((@IsNull_T0338200 = 1 AND [T0338200] IS NULL) OR ([T0338200] = @Original_T0338200)) AND ((@IsNull_T0338300 = 1 AND [T0338300] IS NULL) OR ([T0338300] = @Original_T0338300)) AND ((@IsNull_T0338400 = 1 AND [T0338400] IS NULL) OR ([T0338400] = @Original_T0338400)) AND ((@IsNull_T0338500 = 1 AND [T0338500] IS NULL) OR ([T0338500] = @Original_T0338500)) AND ((@IsNull_T0338600 = 1 AND [T0338600] IS NULL) OR ([T0338600] = @Original_T0338600)) AND ((@IsNull_T1486900 = 1 AND [T1486900] IS NULL) OR ([T1486900] = @Original_T1486900)) AND ((@IsNull_T1487000 = 1 AND [T1487000] IS NULL) OR ([T1487000] = @Original_T1487000)) AND ((@IsNull_T1487100 = 1 AND [T1487100] IS NULL) OR ([T1487100] = @Original_T1487100)) AND ((@IsNull_T1487200 = 1 AND [T1487200] IS NULL) OR ([T1487200] = @Original_T1487200)) AND ((@IsNull_T1487300 = 1 AND [T1487300] IS NULL) OR ([T1487300] = @Original_T1487300)) AND ((@IsNull_T1487400 = 1 AND [T1487400] IS NULL) OR ([T1487400] = @Original_T1487400)) AND ((@IsNull_T1487500 = 1 AND [T1487500] IS NULL) OR ([T1487500] = @Original_T1487500)) AND ((@IsNull_T1487600 = 1 AND [T1487600] IS NULL) OR ([T1487600] = @Original_T1487600)) AND ((@IsNull_T1487700 = 1 AND [T1487700] IS NULL) OR ([T1487700] = @Original_T1487700)) AND ((@IsNull_T1487800 = 1 AND [T1487800] IS NULL) OR ([T1487800] = @Original_T1487800)) AND ((@IsNull_T2217700 = 1 AND [T2217700] IS NULL) OR ([T2217700] = @Original_T2217700)) AND ((@IsNull_T2533500 = 1 AND [T2533500] IS NULL) OR ([T2533500] = @Original_T2533500)) AND ((@IsNull_T2533600 = 1 AND [T2533600] IS NULL) OR ([T2533600] = @Original_T2533600)) AND ((@IsNull_T2533700 = 1 AND [T2533700] IS NULL) OR ([T2533700] = @Original_T2533700)) AND ((@IsNull_T2533800 = 1 AND [T2533800] IS NULL) OR ([T2533800] = @Original_T2533800)) AND ((@IsNull_T2533900 = 1 AND [T2533900] IS NULL) OR ([T2533900] = @Original_T2533900)) AND ((@IsNull_T2534000 = 1 AND [T2534000] IS NULL) OR ([T2534000] = @Original_T2534000)) AND ((@IsNull_T2534100 = 1 AND [T2534100] IS NULL) OR ([T2534100] = @Original_T2534100)) AND ((@IsNull_T2534200 = 1 AND [T2534200] IS NULL) OR ([T2534200] = @Original_T2534200)) AND ((@IsNull_T2534300 = 1 AND [T2534300] IS NULL) OR ([T2534300] = @Original_T2534300)) AND ((@IsNull_T2534400 = 1 AND [T2534400] IS NULL) OR ([T2534400] = @Original_T2534400)) AND ((@IsNull_T2534500 = 1 AND [T2534500] IS NULL) OR ([T2534500] = @Original_T2534500)) AND ((@IsNull_T3519800 = 1 AND [T3519800] IS NULL) OR ([T3519800] = @Original_T3519800)) AND ((@IsNull_T3519900 = 1 AND [T3519900] IS NULL) OR ([T3519900] = @Original_T3519900)) AND ((@IsNull_T3520000 = 1 AND [T3520000] IS NULL) OR ([T3520000] = @Original_T3520000)) AND ((@IsNull_T3520100 = 1 AND [T3520100] IS NULL) OR ([T3520100] = @Original_T3520100)) AND ((@IsNull_T3520200 = 1 AND [T3520200] IS NULL) OR ([T3520200] = @Original_T3520200)) AND ((@IsNull_T3520300 = 1 AND [T3520300] IS NULL) OR ([T3520300] = @Original_T3520300)) AND ((@IsNull_T3520400 = 1 AND [T3520400] IS NULL) OR ([T3520400] = @Original_T3520400)) AND ((@IsNull_T3520500 = 1 AND [T3520500] IS NULL) OR ([T3520500] = @Original_T3520500)) AND ((@IsNull_T3520600 = 1 AND [T3520600] IS NULL) OR ([T3520600] = @Original_T3520600)) AND ((@IsNull_T4483300 = 1 AND [T4483300] IS NULL) OR ([T4483300] = @Original_T4483300)) AND ((@IsNull_T4483400 = 1 AND [T4483400] IS NULL) OR ([T4483400] = @Original_T4483400)) AND ((@IsNull_T4483500 = 1 AND [T4483500] IS NULL) OR ([T4483500] = @Original_T4483500)) AND ((@IsNull_T4483600 = 1 AND [T4483600] IS NULL) OR ([T4483600] = @Original_T4483600)) AND ((@IsNull_T4483700 = 1 AND [T4483700] IS NULL) OR ([T4483700] = @Original_T4483700)) AND ((@IsNull_T4483800 = 1 AND [T4483800] IS NULL) OR ([T4483800] = @Original_T4483800))) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - INSERT INTO [Extract].[tblGen1Links] ([R0000100], [R0000149], [R0000300], [R0000500], [R0009100], [R0009300], [R0172500], [R0172600], [R0173600], [R0214700], [R0214800], [R0216500], [R0329200], [R0329210], [R0406510], [R0410100], [R0410300], [R0530700], [R0530800], [R0619010], [R0809900], [R0810000], [R0898310], [R1045700], [R1045800], [R1145110], [R1427500], [R1427600], [R1520310], [R1774100], [R1774200], [R1794600], [R1794700], [R1891010], [R2156200], [R2156300], [R2258110], [R2365700], [R2365800], [R2445510], [R2742500], [R2742600], [R2871300], [R2986100], [R2986200], [R3075000], [R3302500], [R3302600], [R3401700], [R3573400], [R3573500], [R3657100], [R3917600], [R3917700], [R4007600], [R4100200], [R4100201], [R4100202], [R4418700], [R4500200], [R4500201], [R4500202], [R5081700], [R5167000], [R5200200], [R5200201], [R5200202], [R6435300], [R6435301], [R6435302], [R6479800], [R6963300], [R6963301], [R6963302], [R7007500], [R7656300], [R7656301], [R7656302], [R7704800], [R7800500], [R7800501], [R7800502], [R8497200], [R9908000], [T0000900], [T0000901], [T0000902], [T0989000], [T1200700], [T1200701], [T1200702], [T2210800], [T2260600], [T2260601], [T2260602], [T2763400], [T2763500], [T2763600], [T2763700], [T2763800], [T2763900], [T2764000], [T3108700], [T3195600], [T3195601], [T3195602], [T3729600], [T3729700], [T3729800], [T3729900], [T3730000], [T3730100], [T4113200], [T4181100], [T4181101], [T4181102], [T5023600]) VALUES (@R0000100, @R0000149, @R0000300, @R0000500, @R0009100, @R0009300, @R0172500, @R0172600, @R0173600, @R0214700, @R0214800, @R0216500, @R0329200, @R0329210, @R0406510, @R0410100, @R0410300, @R0530700, @R0530800, @R0619010, @R0809900, @R0810000, @R0898310, @R1045700, @R1045800, @R1145110, @R1427500, @R1427600, @R1520310, @R1774100, @R1774200, @R1794600, @R1794700, @R1891010, @R2156200, @R2156300, @R2258110, @R2365700, @R2365800, @R2445510, @R2742500, @R2742600, @R2871300, @R2986100, @R2986200, @R3075000, @R3302500, @R3302600, @R3401700, @R3573400, @R3573500, @R3657100, @R3917600, @R3917700, @R4007600, @R4100200, @R4100201, @R4100202, @R4418700, @R4500200, @R4500201, @R4500202, @R5081700, @R5167000, @R5200200, @R5200201, @R5200202, @R6435300, @R6435301, @R6435302, @R6479800, @R6963300, @R6963301, @R6963302, @R7007500, @R7656300, @R7656301, @R7656302, @R7704800, @R7800500, @R7800501, @R7800502, @R8497200, @R9908000, @T0000900, @T0000901, @T0000902, @T0989000, @T1200700, @T1200701, @T1200702, @T2210800, @T2260600, @T2260601, @T2260602, @T2763400, @T2763500, @T2763600, @T2763700, @T2763800, @T2763900, @T2764000, @T3108700, @T3195600, @T3195601, @T3195602, @T3729600, @T3729700, @T3729800, @T3729900, @T3730000, @T3730100, @T4113200, @T4181100, @T4181101, @T4181102, @T5023600); -SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R0172600, R0173600, R0214700, R0214800, R0216500, R0329200, R0329210, R0406510, R0410100, R0410300, R0530700, R0530800, R0619010, R0809900, R0810000, R0898310, R1045700, R1045800, R1145110, R1427500, R1427600, R1520310, R1774100, R1774200, R1794600, R1794700, R1891010, R2156200, R2156300, R2258110, R2365700, R2365800, R2445510, R2742500, R2742600, R2871300, R2986100, R2986200, R3075000, R3302500, R3302600, R3401700, R3573400, R3573500, R3657100, R3917600, R3917700, R4007600, R4100200, R4100201, R4100202, R4418700, R4500200, R4500201, R4500202, R5081700, R5167000, R5200200, R5200201, R5200202, R6435300, R6435301, R6435302, R6479800, R6963300, R6963301, R6963302, R7007500, R7656300, R7656301, R7656302, R7704800, R7800500, R7800501, R7800502, R8497200, R9908000, T0000900, T0000901, T0000902, T0989000, T1200700, T1200701, T1200702, T2210800, T2260600, T2260601, T2260602, T2763400, T2763500, T2763600, T2763700, T2763800, T2763900, T2764000, T3108700, T3195600, T3195601, T3195602, T3729600, T3729700, T3729800, T3729900, T3730000, T3730100, T4113200, T4181100, T4181101, T4181102, T5023600 FROM Extract.tblGen1Links WHERE (R0000100 = @R0000100) + INSERT INTO [Extract].[tblGen2LinksFromGen1] ([R0000100], [R0214700], [R0214800], [R4825700], [R4826000], [R4826100], [R4826300], [R4826500], [R4826800], [R5495900], [R5496200], [R5496300], [R5496500], [R5496700], [R5497000], [R5497200], [R6210700], [R6210800], [R6210900], [R6211500], [R6211600], [R6211700], [R6211800], [R6211900], [R6212200], [R6212300], [R6764000], [R6764100], [R6764200], [R6764900], [R6765000], [R6765100], [R6765200], [R6765600], [R6765700], [R6765800], [R6839600], [R7408300], [R7408400], [R7408500], [R7409200], [R7409300], [R7409400], [R7409500], [R7409900], [R7410000], [R7410100], [R7548600], [R8106400], [R8106500], [R8106600], [R8106700], [R8106800], [R8106900], [R8107000], [R8107100], [R8107200], [R8255400], [R9900400], [R9900600], [R9900601], [R9901200], [R9901400], [R9901401], [R9902000], [R9902200], [R9902201], [R9902800], [R9903000], [R9903001], [R9903600], [R9903800], [R9903801], [R9904400], [R9904600], [R9904601], [R9905200], [R9905400], [R9905401], [R9906000], [R9906600], [R9907200], [R9907800], [R9908000], [R9911200], [R9911201], [T0337300], [T0337400], [T0337500], [T0337600], [T0337700], [T0337800], [T0337900], [T0338000], [T0338100], [T0338200], [T0338300], [T0338400], [T0338500], [T0338600], [T1486900], [T1487000], [T1487100], [T1487200], [T1487300], [T1487400], [T1487500], [T1487600], [T1487700], [T1487800], [T2217700], [T2533500], [T2533600], [T2533700], [T2533800], [T2533900], [T2534000], [T2534100], [T2534200], [T2534300], [T2534400], [T2534500], [T3519800], [T3519900], [T3520000], [T3520100], [T3520200], [T3520300], [T3520400], [T3520500], [T3520600], [T4483300], [T4483400], [T4483500], [T4483600], [T4483700], [T4483800]) VALUES (@R0000100, @R0214700, @R0214800, @R4825700, @R4826000, @R4826100, @R4826300, @R4826500, @R4826800, @R5495900, @R5496200, @R5496300, @R5496500, @R5496700, @R5497000, @R5497200, @R6210700, @R6210800, @R6210900, @R6211500, @R6211600, @R6211700, @R6211800, @R6211900, @R6212200, @R6212300, @R6764000, @R6764100, @R6764200, @R6764900, @R6765000, @R6765100, @R6765200, @R6765600, @R6765700, @R6765800, @R6839600, @R7408300, @R7408400, @R7408500, @R7409200, @R7409300, @R7409400, @R7409500, @R7409900, @R7410000, @R7410100, @R7548600, @R8106400, @R8106500, @R8106600, @R8106700, @R8106800, @R8106900, @R8107000, @R8107100, @R8107200, @R8255400, @R9900400, @R9900600, @R9900601, @R9901200, @R9901400, @R9901401, @R9902000, @R9902200, @R9902201, @R9902800, @R9903000, @R9903001, @R9903600, @R9903800, @R9903801, @R9904400, @R9904600, @R9904601, @R9905200, @R9905400, @R9905401, @R9906000, @R9906600, @R9907200, @R9907800, @R9908000, @R9911200, @R9911201, @T0337300, @T0337400, @T0337500, @T0337600, @T0337700, @T0337800, @T0337900, @T0338000, @T0338100, @T0338200, @T0338300, @T0338400, @T0338500, @T0338600, @T1486900, @T1487000, @T1487100, @T1487200, @T1487300, @T1487400, @T1487500, @T1487600, @T1487700, @T1487800, @T2217700, @T2533500, @T2533600, @T2533700, @T2533800, @T2533900, @T2534000, @T2534100, @T2534200, @T2534300, @T2534400, @T2534500, @T3519800, @T3519900, @T3520000, @T3520100, @T3520200, @T3520300, @T3520400, @T3520500, @T3520600, @T4483300, @T4483400, @T4483500, @T4483600, @T4483700, @T4483800); +SELECT R0000100, R0214700, R0214800, R4825700, R4826000, R4826100, R4826300, R4826500, R4826800, R5495900, R5496200, R5496300, R5496500, R5496700, R5497000, R5497200, R6210700, R6210800, R6210900, R6211500, R6211600, R6211700, R6211800, R6211900, R6212200, R6212300, R6764000, R6764100, R6764200, R6764900, R6765000, R6765100, R6765200, R6765600, R6765700, R6765800, R6839600, R7408300, R7408400, R7408500, R7409200, R7409300, R7409400, R7409500, R7409900, R7410000, R7410100, R7548600, R8106400, R8106500, R8106600, R8106700, R8106800, R8106900, R8107000, R8107100, R8107200, R8255400, R9900400, R9900600, R9900601, R9901200, R9901400, R9901401, R9902000, R9902200, R9902201, R9902800, R9903000, R9903001, R9903600, R9903800, R9903801, R9904400, R9904600, R9904601, R9905200, R9905400, R9905401, R9906000, R9906600, R9907200, R9907800, R9908000, R9911200, R9911201, T0337300, T0337400, T0337500, T0337600, T0337700, T0337800, T0337900, T0338000, T0338100, T0338200, T0338300, T0338400, T0338500, T0338600, T1486900, T1487000, T1487100, T1487200, T1487300, T1487400, T1487500, T1487600, T1487700, T1487800, T2217700, T2533500, T2533600, T2533700, T2533800, T2533900, T2534000, T2534100, T2534200, T2534300, T2534400, T2534500, T3519800, T3519900, T3520000, T3520100, T3520200, T3520300, T3520400, T3520500, T3520600, T4483300, T4483400, T4483500, T4483600, T4483700, T4483800 FROM Extract.tblGen2LinksFromGen1 WHERE (R0000100 = @R0000100) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R0172600, R0173600, R0214700, R0214800, R0216500, R0329200, R0329210, R0406510, R0410100, R0410300, R0530700, R0530800, R0619010, R0809900, R0810000, R0898310, R1045700, R1045800, R1145110, R1427500, R1427600, R1520310, R1774100, R1774200, R1794600, R1794700, R1891010, R2156200, R2156300, R2258110, R2365700, R2365800, R2445510, R2742500, R2742600, R2871300, R2986100, R2986200, R3075000, R3302500, R3302600, R3401700, R3573400, R3573500, R3657100, R3917600, R3917700, R4007600, R4100200, R4100201, R4100202, R4418700, R4500200, R4500201, R4500202, R5081700, R5167000, R5200200, R5200201, R5200202, R6435300, R6435301, R6435302, R6479800, R6963300, R6963301, R6963302, R7007500, R7656300, R7656301, R7656302, R7704800, R7800500, R7800501, R7800502, R8497200, R9908000, T0000900, T0000901, T0000902, T0989000, T1200700, T1200701, T1200702, T2210800, T2260600, T2260601, T2260602, T2763400, T2763500, T2763600, T2763700, T2763800, T2763900, T2764000, T3108700, T3195600, T3195601, T3195602, T3729600, T3729700, T3729800, T3729900, T3730000, T3730100, T4113200, T4181100, T4181101, T4181102, T5023600 FROM Extract.tblGen1Links + SELECT R0000100, R0214700, R0214800, R4825700, R4826000, R4826100, R4826300, R4826500, R4826800, R5495900, R5496200, R5496300, R5496500, R5496700, R5497000, R5497200, R6210700, R6210800, R6210900, R6211500, R6211600, R6211700, R6211800, R6211900, R6212200, R6212300, R6764000, R6764100, R6764200, R6764900, R6765000, R6765100, R6765200, R6765600, R6765700, R6765800, R6839600, R7408300, R7408400, R7408500, R7409200, R7409300, R7409400, R7409500, R7409900, R7410000, R7410100, R7548600, R8106400, R8106500, R8106600, R8106700, R8106800, R8106900, R8107000, R8107100, R8107200, R8255400, R9900400, R9900600, R9900601, R9901200, R9901400, R9901401, R9902000, R9902200, R9902201, R9902800, R9903000, R9903001, R9903600, R9903800, R9903801, R9904400, R9904600, R9904601, R9905200, R9905400, R9905401, R9906000, R9906600, R9907200, R9907800, R9908000, R9911200, R9911201, T0337300, T0337400, T0337500, T0337600, T0337700, T0337800, T0337900, T0338000, T0338100, T0338200, T0338300, T0338400, T0338500, T0338600, T1486900, T1487000, T1487100, T1487200, T1487300, T1487400, T1487500, T1487600, T1487700, T1487800, T2217700, T2533500, T2533600, T2533700, T2533800, T2533900, T2534000, T2534100, T2534200, T2534300, T2534400, T2534500, T3519800, T3519900, T3520000, T3520100, T3520200, T3520300, T3520400, T3520500, T3520600, T4483300, T4483400, T4483500, T4483600, T4483700, T4483800 FROM Extract.tblGen2LinksFromGen1 - UPDATE [Extract].[tblGen1Links] SET [R0000100] = @R0000100, [R0000149] = @R0000149, [R0000300] = @R0000300, [R0000500] = @R0000500, [R0009100] = @R0009100, [R0009300] = @R0009300, [R0172500] = @R0172500, [R0172600] = @R0172600, [R0173600] = @R0173600, [R0214700] = @R0214700, [R0214800] = @R0214800, [R0216500] = @R0216500, [R0329200] = @R0329200, [R0329210] = @R0329210, [R0406510] = @R0406510, [R0410100] = @R0410100, [R0410300] = @R0410300, [R0530700] = @R0530700, [R0530800] = @R0530800, [R0619010] = @R0619010, [R0809900] = @R0809900, [R0810000] = @R0810000, [R0898310] = @R0898310, [R1045700] = @R1045700, [R1045800] = @R1045800, [R1145110] = @R1145110, [R1427500] = @R1427500, [R1427600] = @R1427600, [R1520310] = @R1520310, [R1774100] = @R1774100, [R1774200] = @R1774200, [R1794600] = @R1794600, [R1794700] = @R1794700, [R1891010] = @R1891010, [R2156200] = @R2156200, [R2156300] = @R2156300, [R2258110] = @R2258110, [R2365700] = @R2365700, [R2365800] = @R2365800, [R2445510] = @R2445510, [R2742500] = @R2742500, [R2742600] = @R2742600, [R2871300] = @R2871300, [R2986100] = @R2986100, [R2986200] = @R2986200, [R3075000] = @R3075000, [R3302500] = @R3302500, [R3302600] = @R3302600, [R3401700] = @R3401700, [R3573400] = @R3573400, [R3573500] = @R3573500, [R3657100] = @R3657100, [R3917600] = @R3917600, [R3917700] = @R3917700, [R4007600] = @R4007600, [R4100200] = @R4100200, [R4100201] = @R4100201, [R4100202] = @R4100202, [R4418700] = @R4418700, [R4500200] = @R4500200, [R4500201] = @R4500201, [R4500202] = @R4500202, [R5081700] = @R5081700, [R5167000] = @R5167000, [R5200200] = @R5200200, [R5200201] = @R5200201, [R5200202] = @R5200202, [R6435300] = @R6435300, [R6435301] = @R6435301, [R6435302] = @R6435302, [R6479800] = @R6479800, [R6963300] = @R6963300, [R6963301] = @R6963301, [R6963302] = @R6963302, [R7007500] = @R7007500, [R7656300] = @R7656300, [R7656301] = @R7656301, [R7656302] = @R7656302, [R7704800] = @R7704800, [R7800500] = @R7800500, [R7800501] = @R7800501, [R7800502] = @R7800502, [R8497200] = @R8497200, [R9908000] = @R9908000, [T0000900] = @T0000900, [T0000901] = @T0000901, [T0000902] = @T0000902, [T0989000] = @T0989000, [T1200700] = @T1200700, [T1200701] = @T1200701, [T1200702] = @T1200702, [T2210800] = @T2210800, [T2260600] = @T2260600, [T2260601] = @T2260601, [T2260602] = @T2260602, [T2763400] = @T2763400, [T2763500] = @T2763500, [T2763600] = @T2763600, [T2763700] = @T2763700, [T2763800] = @T2763800, [T2763900] = @T2763900, [T2764000] = @T2764000, [T3108700] = @T3108700, [T3195600] = @T3195600, [T3195601] = @T3195601, [T3195602] = @T3195602, [T3729600] = @T3729600, [T3729700] = @T3729700, [T3729800] = @T3729800, [T3729900] = @T3729900, [T3730000] = @T3730000, [T3730100] = @T3730100, [T4113200] = @T4113200, [T4181100] = @T4181100, [T4181101] = @T4181101, [T4181102] = @T4181102, [T5023600] = @T5023600 WHERE (([R0000100] = @Original_R0000100) AND ((@IsNull_R0000149 = 1 AND [R0000149] IS NULL) OR ([R0000149] = @Original_R0000149)) AND ((@IsNull_R0000300 = 1 AND [R0000300] IS NULL) OR ([R0000300] = @Original_R0000300)) AND ((@IsNull_R0000500 = 1 AND [R0000500] IS NULL) OR ([R0000500] = @Original_R0000500)) AND ((@IsNull_R0009100 = 1 AND [R0009100] IS NULL) OR ([R0009100] = @Original_R0009100)) AND ((@IsNull_R0009300 = 1 AND [R0009300] IS NULL) OR ([R0009300] = @Original_R0009300)) AND ((@IsNull_R0172500 = 1 AND [R0172500] IS NULL) OR ([R0172500] = @Original_R0172500)) AND ((@IsNull_R0172600 = 1 AND [R0172600] IS NULL) OR ([R0172600] = @Original_R0172600)) AND ((@IsNull_R0173600 = 1 AND [R0173600] IS NULL) OR ([R0173600] = @Original_R0173600)) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R0216500 = 1 AND [R0216500] IS NULL) OR ([R0216500] = @Original_R0216500)) AND ((@IsNull_R0329200 = 1 AND [R0329200] IS NULL) OR ([R0329200] = @Original_R0329200)) AND ((@IsNull_R0329210 = 1 AND [R0329210] IS NULL) OR ([R0329210] = @Original_R0329210)) AND ((@IsNull_R0406510 = 1 AND [R0406510] IS NULL) OR ([R0406510] = @Original_R0406510)) AND ((@IsNull_R0410100 = 1 AND [R0410100] IS NULL) OR ([R0410100] = @Original_R0410100)) AND ((@IsNull_R0410300 = 1 AND [R0410300] IS NULL) OR ([R0410300] = @Original_R0410300)) AND ((@IsNull_R0530700 = 1 AND [R0530700] IS NULL) OR ([R0530700] = @Original_R0530700)) AND ((@IsNull_R0530800 = 1 AND [R0530800] IS NULL) OR ([R0530800] = @Original_R0530800)) AND ((@IsNull_R0619010 = 1 AND [R0619010] IS NULL) OR ([R0619010] = @Original_R0619010)) AND ((@IsNull_R0809900 = 1 AND [R0809900] IS NULL) OR ([R0809900] = @Original_R0809900)) AND ((@IsNull_R0810000 = 1 AND [R0810000] IS NULL) OR ([R0810000] = @Original_R0810000)) AND ((@IsNull_R0898310 = 1 AND [R0898310] IS NULL) OR ([R0898310] = @Original_R0898310)) AND ((@IsNull_R1045700 = 1 AND [R1045700] IS NULL) OR ([R1045700] = @Original_R1045700)) AND ((@IsNull_R1045800 = 1 AND [R1045800] IS NULL) OR ([R1045800] = @Original_R1045800)) AND ((@IsNull_R1145110 = 1 AND [R1145110] IS NULL) OR ([R1145110] = @Original_R1145110)) AND ((@IsNull_R1427500 = 1 AND [R1427500] IS NULL) OR ([R1427500] = @Original_R1427500)) AND ((@IsNull_R1427600 = 1 AND [R1427600] IS NULL) OR ([R1427600] = @Original_R1427600)) AND ((@IsNull_R1520310 = 1 AND [R1520310] IS NULL) OR ([R1520310] = @Original_R1520310)) AND ((@IsNull_R1774100 = 1 AND [R1774100] IS NULL) OR ([R1774100] = @Original_R1774100)) AND ((@IsNull_R1774200 = 1 AND [R1774200] IS NULL) OR ([R1774200] = @Original_R1774200)) AND ((@IsNull_R1794600 = 1 AND [R1794600] IS NULL) OR ([R1794600] = @Original_R1794600)) AND ((@IsNull_R1794700 = 1 AND [R1794700] IS NULL) OR ([R1794700] = @Original_R1794700)) AND ((@IsNull_R1891010 = 1 AND [R1891010] IS NULL) OR ([R1891010] = @Original_R1891010)) AND ((@IsNull_R2156200 = 1 AND [R2156200] IS NULL) OR ([R2156200] = @Original_R2156200)) AND ((@IsNull_R2156300 = 1 AND [R2156300] IS NULL) OR ([R2156300] = @Original_R2156300)) AND ((@IsNull_R2258110 = 1 AND [R2258110] IS NULL) OR ([R2258110] = @Original_R2258110)) AND ((@IsNull_R2365700 = 1 AND [R2365700] IS NULL) OR ([R2365700] = @Original_R2365700)) AND ((@IsNull_R2365800 = 1 AND [R2365800] IS NULL) OR ([R2365800] = @Original_R2365800)) AND ((@IsNull_R2445510 = 1 AND [R2445510] IS NULL) OR ([R2445510] = @Original_R2445510)) AND ((@IsNull_R2742500 = 1 AND [R2742500] IS NULL) OR ([R2742500] = @Original_R2742500)) AND ((@IsNull_R2742600 = 1 AND [R2742600] IS NULL) OR ([R2742600] = @Original_R2742600)) AND ((@IsNull_R2871300 = 1 AND [R2871300] IS NULL) OR ([R2871300] = @Original_R2871300)) AND ((@IsNull_R2986100 = 1 AND [R2986100] IS NULL) OR ([R2986100] = @Original_R2986100)) AND ((@IsNull_R2986200 = 1 AND [R2986200] IS NULL) OR ([R2986200] = @Original_R2986200)) AND ((@IsNull_R3075000 = 1 AND [R3075000] IS NULL) OR ([R3075000] = @Original_R3075000)) AND ((@IsNull_R3302500 = 1 AND [R3302500] IS NULL) OR ([R3302500] = @Original_R3302500)) AND ((@IsNull_R3302600 = 1 AND [R3302600] IS NULL) OR ([R3302600] = @Original_R3302600)) AND ((@IsNull_R3401700 = 1 AND [R3401700] IS NULL) OR ([R3401700] = @Original_R3401700)) AND ((@IsNull_R3573400 = 1 AND [R3573400] IS NULL) OR ([R3573400] = @Original_R3573400)) AND ((@IsNull_R3573500 = 1 AND [R3573500] IS NULL) OR ([R3573500] = @Original_R3573500)) AND ((@IsNull_R3657100 = 1 AND [R3657100] IS NULL) OR ([R3657100] = @Original_R3657100)) AND ((@IsNull_R3917600 = 1 AND [R3917600] IS NULL) OR ([R3917600] = @Original_R3917600)) AND ((@IsNull_R3917700 = 1 AND [R3917700] IS NULL) OR ([R3917700] = @Original_R3917700)) AND ((@IsNull_R4007600 = 1 AND [R4007600] IS NULL) OR ([R4007600] = @Original_R4007600)) AND ((@IsNull_R4100200 = 1 AND [R4100200] IS NULL) OR ([R4100200] = @Original_R4100200)) AND ((@IsNull_R4100201 = 1 AND [R4100201] IS NULL) OR ([R4100201] = @Original_R4100201)) AND ((@IsNull_R4100202 = 1 AND [R4100202] IS NULL) OR ([R4100202] = @Original_R4100202)) AND ((@IsNull_R4418700 = 1 AND [R4418700] IS NULL) OR ([R4418700] = @Original_R4418700)) AND ((@IsNull_R4500200 = 1 AND [R4500200] IS NULL) OR ([R4500200] = @Original_R4500200)) AND ((@IsNull_R4500201 = 1 AND [R4500201] IS NULL) OR ([R4500201] = @Original_R4500201)) AND ((@IsNull_R4500202 = 1 AND [R4500202] IS NULL) OR ([R4500202] = @Original_R4500202)) AND ((@IsNull_R5081700 = 1 AND [R5081700] IS NULL) OR ([R5081700] = @Original_R5081700)) AND ((@IsNull_R5167000 = 1 AND [R5167000] IS NULL) OR ([R5167000] = @Original_R5167000)) AND ((@IsNull_R5200200 = 1 AND [R5200200] IS NULL) OR ([R5200200] = @Original_R5200200)) AND ((@IsNull_R5200201 = 1 AND [R5200201] IS NULL) OR ([R5200201] = @Original_R5200201)) AND ((@IsNull_R5200202 = 1 AND [R5200202] IS NULL) OR ([R5200202] = @Original_R5200202)) AND ((@IsNull_R6435300 = 1 AND [R6435300] IS NULL) OR ([R6435300] = @Original_R6435300)) AND ((@IsNull_R6435301 = 1 AND [R6435301] IS NULL) OR ([R6435301] = @Original_R6435301)) AND ((@IsNull_R6435302 = 1 AND [R6435302] IS NULL) OR ([R6435302] = @Original_R6435302)) AND ((@IsNull_R6479800 = 1 AND [R6479800] IS NULL) OR ([R6479800] = @Original_R6479800)) AND ((@IsNull_R6963300 = 1 AND [R6963300] IS NULL) OR ([R6963300] = @Original_R6963300)) AND ((@IsNull_R6963301 = 1 AND [R6963301] IS NULL) OR ([R6963301] = @Original_R6963301)) AND ((@IsNull_R6963302 = 1 AND [R6963302] IS NULL) OR ([R6963302] = @Original_R6963302)) AND ((@IsNull_R7007500 = 1 AND [R7007500] IS NULL) OR ([R7007500] = @Original_R7007500)) AND ((@IsNull_R7656300 = 1 AND [R7656300] IS NULL) OR ([R7656300] = @Original_R7656300)) AND ((@IsNull_R7656301 = 1 AND [R7656301] IS NULL) OR ([R7656301] = @Original_R7656301)) AND ((@IsNull_R7656302 = 1 AND [R7656302] IS NULL) OR ([R7656302] = @Original_R7656302)) AND ((@IsNull_R7704800 = 1 AND [R7704800] IS NULL) OR ([R7704800] = @Original_R7704800)) AND ((@IsNull_R7800500 = 1 AND [R7800500] IS NULL) OR ([R7800500] = @Original_R7800500)) AND ((@IsNull_R7800501 = 1 AND [R7800501] IS NULL) OR ([R7800501] = @Original_R7800501)) AND ((@IsNull_R7800502 = 1 AND [R7800502] IS NULL) OR ([R7800502] = @Original_R7800502)) AND ((@IsNull_R8497200 = 1 AND [R8497200] IS NULL) OR ([R8497200] = @Original_R8497200)) AND ((@IsNull_R9908000 = 1 AND [R9908000] IS NULL) OR ([R9908000] = @Original_R9908000)) AND ((@IsNull_T0000900 = 1 AND [T0000900] IS NULL) OR ([T0000900] = @Original_T0000900)) AND ((@IsNull_T0000901 = 1 AND [T0000901] IS NULL) OR ([T0000901] = @Original_T0000901)) AND ((@IsNull_T0000902 = 1 AND [T0000902] IS NULL) OR ([T0000902] = @Original_T0000902)) AND ((@IsNull_T0989000 = 1 AND [T0989000] IS NULL) OR ([T0989000] = @Original_T0989000)) AND ((@IsNull_T1200700 = 1 AND [T1200700] IS NULL) OR ([T1200700] = @Original_T1200700)) AND ((@IsNull_T1200701 = 1 AND [T1200701] IS NULL) OR ([T1200701] = @Original_T1200701)) AND ((@IsNull_T1200702 = 1 AND [T1200702] IS NULL) OR ([T1200702] = @Original_T1200702)) AND ((@IsNull_T2210800 = 1 AND [T2210800] IS NULL) OR ([T2210800] = @Original_T2210800)) AND ((@IsNull_T2260600 = 1 AND [T2260600] IS NULL) OR ([T2260600] = @Original_T2260600)) AND ((@IsNull_T2260601 = 1 AND [T2260601] IS NULL) OR ([T2260601] = @Original_T2260601)) AND ((@IsNull_T2260602 = 1 AND [T2260602] IS NULL) OR ([T2260602] = @Original_T2260602)) AND ((@IsNull_T2763400 = 1 AND [T2763400] IS NULL) OR ([T2763400] = @Original_T2763400)) AND ((@IsNull_T2763500 = 1 AND [T2763500] IS NULL) OR ([T2763500] = @Original_T2763500)) AND ((@IsNull_T2763600 = 1 AND [T2763600] IS NULL) OR ([T2763600] = @Original_T2763600)) AND ((@IsNull_T2763700 = 1 AND [T2763700] IS NULL) OR ([T2763700] = @Original_T2763700)) AND ((@IsNull_T2763800 = 1 AND [T2763800] IS NULL) OR ([T2763800] = @Original_T2763800)) AND ((@IsNull_T2763900 = 1 AND [T2763900] IS NULL) OR ([T2763900] = @Original_T2763900)) AND ((@IsNull_T2764000 = 1 AND [T2764000] IS NULL) OR ([T2764000] = @Original_T2764000)) AND ((@IsNull_T3108700 = 1 AND [T3108700] IS NULL) OR ([T3108700] = @Original_T3108700)) AND ((@IsNull_T3195600 = 1 AND [T3195600] IS NULL) OR ([T3195600] = @Original_T3195600)) AND ((@IsNull_T3195601 = 1 AND [T3195601] IS NULL) OR ([T3195601] = @Original_T3195601)) AND ((@IsNull_T3195602 = 1 AND [T3195602] IS NULL) OR ([T3195602] = @Original_T3195602)) AND ((@IsNull_T3729600 = 1 AND [T3729600] IS NULL) OR ([T3729600] = @Original_T3729600)) AND ((@IsNull_T3729700 = 1 AND [T3729700] IS NULL) OR ([T3729700] = @Original_T3729700)) AND ((@IsNull_T3729800 = 1 AND [T3729800] IS NULL) OR ([T3729800] = @Original_T3729800)) AND ((@IsNull_T3729900 = 1 AND [T3729900] IS NULL) OR ([T3729900] = @Original_T3729900)) AND ((@IsNull_T3730000 = 1 AND [T3730000] IS NULL) OR ([T3730000] = @Original_T3730000)) AND ((@IsNull_T3730100 = 1 AND [T3730100] IS NULL) OR ([T3730100] = @Original_T3730100)) AND ((@IsNull_T4113200 = 1 AND [T4113200] IS NULL) OR ([T4113200] = @Original_T4113200)) AND ((@IsNull_T4181100 = 1 AND [T4181100] IS NULL) OR ([T4181100] = @Original_T4181100)) AND ((@IsNull_T4181101 = 1 AND [T4181101] IS NULL) OR ([T4181101] = @Original_T4181101)) AND ((@IsNull_T4181102 = 1 AND [T4181102] IS NULL) OR ([T4181102] = @Original_T4181102)) AND ((@IsNull_T5023600 = 1 AND [T5023600] IS NULL) OR ([T5023600] = @Original_T5023600))); -SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R0172600, R0173600, R0214700, R0214800, R0216500, R0329200, R0329210, R0406510, R0410100, R0410300, R0530700, R0530800, R0619010, R0809900, R0810000, R0898310, R1045700, R1045800, R1145110, R1427500, R1427600, R1520310, R1774100, R1774200, R1794600, R1794700, R1891010, R2156200, R2156300, R2258110, R2365700, R2365800, R2445510, R2742500, R2742600, R2871300, R2986100, R2986200, R3075000, R3302500, R3302600, R3401700, R3573400, R3573500, R3657100, R3917600, R3917700, R4007600, R4100200, R4100201, R4100202, R4418700, R4500200, R4500201, R4500202, R5081700, R5167000, R5200200, R5200201, R5200202, R6435300, R6435301, R6435302, R6479800, R6963300, R6963301, R6963302, R7007500, R7656300, R7656301, R7656302, R7704800, R7800500, R7800501, R7800502, R8497200, R9908000, T0000900, T0000901, T0000902, T0989000, T1200700, T1200701, T1200702, T2210800, T2260600, T2260601, T2260602, T2763400, T2763500, T2763600, T2763700, T2763800, T2763900, T2764000, T3108700, T3195600, T3195601, T3195602, T3729600, T3729700, T3729800, T3729900, T3730000, T3730100, T4113200, T4181100, T4181101, T4181102, T5023600 FROM Extract.tblGen1Links WHERE (R0000100 = @R0000100) + UPDATE [Extract].[tblGen2LinksFromGen1] SET [R0000100] = @R0000100, [R0214700] = @R0214700, [R0214800] = @R0214800, [R4825700] = @R4825700, [R4826000] = @R4826000, [R4826100] = @R4826100, [R4826300] = @R4826300, [R4826500] = @R4826500, [R4826800] = @R4826800, [R5495900] = @R5495900, [R5496200] = @R5496200, [R5496300] = @R5496300, [R5496500] = @R5496500, [R5496700] = @R5496700, [R5497000] = @R5497000, [R5497200] = @R5497200, [R6210700] = @R6210700, [R6210800] = @R6210800, [R6210900] = @R6210900, [R6211500] = @R6211500, [R6211600] = @R6211600, [R6211700] = @R6211700, [R6211800] = @R6211800, [R6211900] = @R6211900, [R6212200] = @R6212200, [R6212300] = @R6212300, [R6764000] = @R6764000, [R6764100] = @R6764100, [R6764200] = @R6764200, [R6764900] = @R6764900, [R6765000] = @R6765000, [R6765100] = @R6765100, [R6765200] = @R6765200, [R6765600] = @R6765600, [R6765700] = @R6765700, [R6765800] = @R6765800, [R6839600] = @R6839600, [R7408300] = @R7408300, [R7408400] = @R7408400, [R7408500] = @R7408500, [R7409200] = @R7409200, [R7409300] = @R7409300, [R7409400] = @R7409400, [R7409500] = @R7409500, [R7409900] = @R7409900, [R7410000] = @R7410000, [R7410100] = @R7410100, [R7548600] = @R7548600, [R8106400] = @R8106400, [R8106500] = @R8106500, [R8106600] = @R8106600, [R8106700] = @R8106700, [R8106800] = @R8106800, [R8106900] = @R8106900, [R8107000] = @R8107000, [R8107100] = @R8107100, [R8107200] = @R8107200, [R8255400] = @R8255400, [R9900400] = @R9900400, [R9900600] = @R9900600, [R9900601] = @R9900601, [R9901200] = @R9901200, [R9901400] = @R9901400, [R9901401] = @R9901401, [R9902000] = @R9902000, [R9902200] = @R9902200, [R9902201] = @R9902201, [R9902800] = @R9902800, [R9903000] = @R9903000, [R9903001] = @R9903001, [R9903600] = @R9903600, [R9903800] = @R9903800, [R9903801] = @R9903801, [R9904400] = @R9904400, [R9904600] = @R9904600, [R9904601] = @R9904601, [R9905200] = @R9905200, [R9905400] = @R9905400, [R9905401] = @R9905401, [R9906000] = @R9906000, [R9906600] = @R9906600, [R9907200] = @R9907200, [R9907800] = @R9907800, [R9908000] = @R9908000, [R9911200] = @R9911200, [R9911201] = @R9911201, [T0337300] = @T0337300, [T0337400] = @T0337400, [T0337500] = @T0337500, [T0337600] = @T0337600, [T0337700] = @T0337700, [T0337800] = @T0337800, [T0337900] = @T0337900, [T0338000] = @T0338000, [T0338100] = @T0338100, [T0338200] = @T0338200, [T0338300] = @T0338300, [T0338400] = @T0338400, [T0338500] = @T0338500, [T0338600] = @T0338600, [T1486900] = @T1486900, [T1487000] = @T1487000, [T1487100] = @T1487100, [T1487200] = @T1487200, [T1487300] = @T1487300, [T1487400] = @T1487400, [T1487500] = @T1487500, [T1487600] = @T1487600, [T1487700] = @T1487700, [T1487800] = @T1487800, [T2217700] = @T2217700, [T2533500] = @T2533500, [T2533600] = @T2533600, [T2533700] = @T2533700, [T2533800] = @T2533800, [T2533900] = @T2533900, [T2534000] = @T2534000, [T2534100] = @T2534100, [T2534200] = @T2534200, [T2534300] = @T2534300, [T2534400] = @T2534400, [T2534500] = @T2534500, [T3519800] = @T3519800, [T3519900] = @T3519900, [T3520000] = @T3520000, [T3520100] = @T3520100, [T3520200] = @T3520200, [T3520300] = @T3520300, [T3520400] = @T3520400, [T3520500] = @T3520500, [T3520600] = @T3520600, [T4483300] = @T4483300, [T4483400] = @T4483400, [T4483500] = @T4483500, [T4483600] = @T4483600, [T4483700] = @T4483700, [T4483800] = @T4483800 WHERE (([R0000100] = @Original_R0000100) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R4825700 = 1 AND [R4825700] IS NULL) OR ([R4825700] = @Original_R4825700)) AND ((@IsNull_R4826000 = 1 AND [R4826000] IS NULL) OR ([R4826000] = @Original_R4826000)) AND ((@IsNull_R4826100 = 1 AND [R4826100] IS NULL) OR ([R4826100] = @Original_R4826100)) AND ((@IsNull_R4826300 = 1 AND [R4826300] IS NULL) OR ([R4826300] = @Original_R4826300)) AND ((@IsNull_R4826500 = 1 AND [R4826500] IS NULL) OR ([R4826500] = @Original_R4826500)) AND ((@IsNull_R4826800 = 1 AND [R4826800] IS NULL) OR ([R4826800] = @Original_R4826800)) AND ((@IsNull_R5495900 = 1 AND [R5495900] IS NULL) OR ([R5495900] = @Original_R5495900)) AND ((@IsNull_R5496200 = 1 AND [R5496200] IS NULL) OR ([R5496200] = @Original_R5496200)) AND ((@IsNull_R5496300 = 1 AND [R5496300] IS NULL) OR ([R5496300] = @Original_R5496300)) AND ((@IsNull_R5496500 = 1 AND [R5496500] IS NULL) OR ([R5496500] = @Original_R5496500)) AND ((@IsNull_R5496700 = 1 AND [R5496700] IS NULL) OR ([R5496700] = @Original_R5496700)) AND ((@IsNull_R5497000 = 1 AND [R5497000] IS NULL) OR ([R5497000] = @Original_R5497000)) AND ((@IsNull_R5497200 = 1 AND [R5497200] IS NULL) OR ([R5497200] = @Original_R5497200)) AND ((@IsNull_R6210700 = 1 AND [R6210700] IS NULL) OR ([R6210700] = @Original_R6210700)) AND ((@IsNull_R6210800 = 1 AND [R6210800] IS NULL) OR ([R6210800] = @Original_R6210800)) AND ((@IsNull_R6210900 = 1 AND [R6210900] IS NULL) OR ([R6210900] = @Original_R6210900)) AND ((@IsNull_R6211500 = 1 AND [R6211500] IS NULL) OR ([R6211500] = @Original_R6211500)) AND ((@IsNull_R6211600 = 1 AND [R6211600] IS NULL) OR ([R6211600] = @Original_R6211600)) AND ((@IsNull_R6211700 = 1 AND [R6211700] IS NULL) OR ([R6211700] = @Original_R6211700)) AND ((@IsNull_R6211800 = 1 AND [R6211800] IS NULL) OR ([R6211800] = @Original_R6211800)) AND ((@IsNull_R6211900 = 1 AND [R6211900] IS NULL) OR ([R6211900] = @Original_R6211900)) AND ((@IsNull_R6212200 = 1 AND [R6212200] IS NULL) OR ([R6212200] = @Original_R6212200)) AND ((@IsNull_R6212300 = 1 AND [R6212300] IS NULL) OR ([R6212300] = @Original_R6212300)) AND ((@IsNull_R6764000 = 1 AND [R6764000] IS NULL) OR ([R6764000] = @Original_R6764000)) AND ((@IsNull_R6764100 = 1 AND [R6764100] IS NULL) OR ([R6764100] = @Original_R6764100)) AND ((@IsNull_R6764200 = 1 AND [R6764200] IS NULL) OR ([R6764200] = @Original_R6764200)) AND ((@IsNull_R6764900 = 1 AND [R6764900] IS NULL) OR ([R6764900] = @Original_R6764900)) AND ((@IsNull_R6765000 = 1 AND [R6765000] IS NULL) OR ([R6765000] = @Original_R6765000)) AND ((@IsNull_R6765100 = 1 AND [R6765100] IS NULL) OR ([R6765100] = @Original_R6765100)) AND ((@IsNull_R6765200 = 1 AND [R6765200] IS NULL) OR ([R6765200] = @Original_R6765200)) AND ((@IsNull_R6765600 = 1 AND [R6765600] IS NULL) OR ([R6765600] = @Original_R6765600)) AND ((@IsNull_R6765700 = 1 AND [R6765700] IS NULL) OR ([R6765700] = @Original_R6765700)) AND ((@IsNull_R6765800 = 1 AND [R6765800] IS NULL) OR ([R6765800] = @Original_R6765800)) AND ((@IsNull_R6839600 = 1 AND [R6839600] IS NULL) OR ([R6839600] = @Original_R6839600)) AND ((@IsNull_R7408300 = 1 AND [R7408300] IS NULL) OR ([R7408300] = @Original_R7408300)) AND ((@IsNull_R7408400 = 1 AND [R7408400] IS NULL) OR ([R7408400] = @Original_R7408400)) AND ((@IsNull_R7408500 = 1 AND [R7408500] IS NULL) OR ([R7408500] = @Original_R7408500)) AND ((@IsNull_R7409200 = 1 AND [R7409200] IS NULL) OR ([R7409200] = @Original_R7409200)) AND ((@IsNull_R7409300 = 1 AND [R7409300] IS NULL) OR ([R7409300] = @Original_R7409300)) AND ((@IsNull_R7409400 = 1 AND [R7409400] IS NULL) OR ([R7409400] = @Original_R7409400)) AND ((@IsNull_R7409500 = 1 AND [R7409500] IS NULL) OR ([R7409500] = @Original_R7409500)) AND ((@IsNull_R7409900 = 1 AND [R7409900] IS NULL) OR ([R7409900] = @Original_R7409900)) AND ((@IsNull_R7410000 = 1 AND [R7410000] IS NULL) OR ([R7410000] = @Original_R7410000)) AND ((@IsNull_R7410100 = 1 AND [R7410100] IS NULL) OR ([R7410100] = @Original_R7410100)) AND ((@IsNull_R7548600 = 1 AND [R7548600] IS NULL) OR ([R7548600] = @Original_R7548600)) AND ((@IsNull_R8106400 = 1 AND [R8106400] IS NULL) OR ([R8106400] = @Original_R8106400)) AND ((@IsNull_R8106500 = 1 AND [R8106500] IS NULL) OR ([R8106500] = @Original_R8106500)) AND ((@IsNull_R8106600 = 1 AND [R8106600] IS NULL) OR ([R8106600] = @Original_R8106600)) AND ((@IsNull_R8106700 = 1 AND [R8106700] IS NULL) OR ([R8106700] = @Original_R8106700)) AND ((@IsNull_R8106800 = 1 AND [R8106800] IS NULL) OR ([R8106800] = @Original_R8106800)) AND ((@IsNull_R8106900 = 1 AND [R8106900] IS NULL) OR ([R8106900] = @Original_R8106900)) AND ((@IsNull_R8107000 = 1 AND [R8107000] IS NULL) OR ([R8107000] = @Original_R8107000)) AND ((@IsNull_R8107100 = 1 AND [R8107100] IS NULL) OR ([R8107100] = @Original_R8107100)) AND ((@IsNull_R8107200 = 1 AND [R8107200] IS NULL) OR ([R8107200] = @Original_R8107200)) AND ((@IsNull_R8255400 = 1 AND [R8255400] IS NULL) OR ([R8255400] = @Original_R8255400)) AND ((@IsNull_R9900400 = 1 AND [R9900400] IS NULL) OR ([R9900400] = @Original_R9900400)) AND ((@IsNull_R9900600 = 1 AND [R9900600] IS NULL) OR ([R9900600] = @Original_R9900600)) AND ((@IsNull_R9900601 = 1 AND [R9900601] IS NULL) OR ([R9900601] = @Original_R9900601)) AND ((@IsNull_R9901200 = 1 AND [R9901200] IS NULL) OR ([R9901200] = @Original_R9901200)) AND ((@IsNull_R9901400 = 1 AND [R9901400] IS NULL) OR ([R9901400] = @Original_R9901400)) AND ((@IsNull_R9901401 = 1 AND [R9901401] IS NULL) OR ([R9901401] = @Original_R9901401)) AND ((@IsNull_R9902000 = 1 AND [R9902000] IS NULL) OR ([R9902000] = @Original_R9902000)) AND ((@IsNull_R9902200 = 1 AND [R9902200] IS NULL) OR ([R9902200] = @Original_R9902200)) AND ((@IsNull_R9902201 = 1 AND [R9902201] IS NULL) OR ([R9902201] = @Original_R9902201)) AND ((@IsNull_R9902800 = 1 AND [R9902800] IS NULL) OR ([R9902800] = @Original_R9902800)) AND ((@IsNull_R9903000 = 1 AND [R9903000] IS NULL) OR ([R9903000] = @Original_R9903000)) AND ((@IsNull_R9903001 = 1 AND [R9903001] IS NULL) OR ([R9903001] = @Original_R9903001)) AND ((@IsNull_R9903600 = 1 AND [R9903600] IS NULL) OR ([R9903600] = @Original_R9903600)) AND ((@IsNull_R9903800 = 1 AND [R9903800] IS NULL) OR ([R9903800] = @Original_R9903800)) AND ((@IsNull_R9903801 = 1 AND [R9903801] IS NULL) OR ([R9903801] = @Original_R9903801)) AND ((@IsNull_R9904400 = 1 AND [R9904400] IS NULL) OR ([R9904400] = @Original_R9904400)) AND ((@IsNull_R9904600 = 1 AND [R9904600] IS NULL) OR ([R9904600] = @Original_R9904600)) AND ((@IsNull_R9904601 = 1 AND [R9904601] IS NULL) OR ([R9904601] = @Original_R9904601)) AND ((@IsNull_R9905200 = 1 AND [R9905200] IS NULL) OR ([R9905200] = @Original_R9905200)) AND ((@IsNull_R9905400 = 1 AND [R9905400] IS NULL) OR ([R9905400] = @Original_R9905400)) AND ((@IsNull_R9905401 = 1 AND [R9905401] IS NULL) OR ([R9905401] = @Original_R9905401)) AND ((@IsNull_R9906000 = 1 AND [R9906000] IS NULL) OR ([R9906000] = @Original_R9906000)) AND ((@IsNull_R9906600 = 1 AND [R9906600] IS NULL) OR ([R9906600] = @Original_R9906600)) AND ((@IsNull_R9907200 = 1 AND [R9907200] IS NULL) OR ([R9907200] = @Original_R9907200)) AND ((@IsNull_R9907800 = 1 AND [R9907800] IS NULL) OR ([R9907800] = @Original_R9907800)) AND ((@IsNull_R9908000 = 1 AND [R9908000] IS NULL) OR ([R9908000] = @Original_R9908000)) AND ((@IsNull_R9911200 = 1 AND [R9911200] IS NULL) OR ([R9911200] = @Original_R9911200)) AND ((@IsNull_R9911201 = 1 AND [R9911201] IS NULL) OR ([R9911201] = @Original_R9911201)) AND ((@IsNull_T0337300 = 1 AND [T0337300] IS NULL) OR ([T0337300] = @Original_T0337300)) AND ((@IsNull_T0337400 = 1 AND [T0337400] IS NULL) OR ([T0337400] = @Original_T0337400)) AND ((@IsNull_T0337500 = 1 AND [T0337500] IS NULL) OR ([T0337500] = @Original_T0337500)) AND ((@IsNull_T0337600 = 1 AND [T0337600] IS NULL) OR ([T0337600] = @Original_T0337600)) AND ((@IsNull_T0337700 = 1 AND [T0337700] IS NULL) OR ([T0337700] = @Original_T0337700)) AND ((@IsNull_T0337800 = 1 AND [T0337800] IS NULL) OR ([T0337800] = @Original_T0337800)) AND ((@IsNull_T0337900 = 1 AND [T0337900] IS NULL) OR ([T0337900] = @Original_T0337900)) AND ((@IsNull_T0338000 = 1 AND [T0338000] IS NULL) OR ([T0338000] = @Original_T0338000)) AND ((@IsNull_T0338100 = 1 AND [T0338100] IS NULL) OR ([T0338100] = @Original_T0338100)) AND ((@IsNull_T0338200 = 1 AND [T0338200] IS NULL) OR ([T0338200] = @Original_T0338200)) AND ((@IsNull_T0338300 = 1 AND [T0338300] IS NULL) OR ([T0338300] = @Original_T0338300)) AND ((@IsNull_T0338400 = 1 AND [T0338400] IS NULL) OR ([T0338400] = @Original_T0338400)) AND ((@IsNull_T0338500 = 1 AND [T0338500] IS NULL) OR ([T0338500] = @Original_T0338500)) AND ((@IsNull_T0338600 = 1 AND [T0338600] IS NULL) OR ([T0338600] = @Original_T0338600)) AND ((@IsNull_T1486900 = 1 AND [T1486900] IS NULL) OR ([T1486900] = @Original_T1486900)) AND ((@IsNull_T1487000 = 1 AND [T1487000] IS NULL) OR ([T1487000] = @Original_T1487000)) AND ((@IsNull_T1487100 = 1 AND [T1487100] IS NULL) OR ([T1487100] = @Original_T1487100)) AND ((@IsNull_T1487200 = 1 AND [T1487200] IS NULL) OR ([T1487200] = @Original_T1487200)) AND ((@IsNull_T1487300 = 1 AND [T1487300] IS NULL) OR ([T1487300] = @Original_T1487300)) AND ((@IsNull_T1487400 = 1 AND [T1487400] IS NULL) OR ([T1487400] = @Original_T1487400)) AND ((@IsNull_T1487500 = 1 AND [T1487500] IS NULL) OR ([T1487500] = @Original_T1487500)) AND ((@IsNull_T1487600 = 1 AND [T1487600] IS NULL) OR ([T1487600] = @Original_T1487600)) AND ((@IsNull_T1487700 = 1 AND [T1487700] IS NULL) OR ([T1487700] = @Original_T1487700)) AND ((@IsNull_T1487800 = 1 AND [T1487800] IS NULL) OR ([T1487800] = @Original_T1487800)) AND ((@IsNull_T2217700 = 1 AND [T2217700] IS NULL) OR ([T2217700] = @Original_T2217700)) AND ((@IsNull_T2533500 = 1 AND [T2533500] IS NULL) OR ([T2533500] = @Original_T2533500)) AND ((@IsNull_T2533600 = 1 AND [T2533600] IS NULL) OR ([T2533600] = @Original_T2533600)) AND ((@IsNull_T2533700 = 1 AND [T2533700] IS NULL) OR ([T2533700] = @Original_T2533700)) AND ((@IsNull_T2533800 = 1 AND [T2533800] IS NULL) OR ([T2533800] = @Original_T2533800)) AND ((@IsNull_T2533900 = 1 AND [T2533900] IS NULL) OR ([T2533900] = @Original_T2533900)) AND ((@IsNull_T2534000 = 1 AND [T2534000] IS NULL) OR ([T2534000] = @Original_T2534000)) AND ((@IsNull_T2534100 = 1 AND [T2534100] IS NULL) OR ([T2534100] = @Original_T2534100)) AND ((@IsNull_T2534200 = 1 AND [T2534200] IS NULL) OR ([T2534200] = @Original_T2534200)) AND ((@IsNull_T2534300 = 1 AND [T2534300] IS NULL) OR ([T2534300] = @Original_T2534300)) AND ((@IsNull_T2534400 = 1 AND [T2534400] IS NULL) OR ([T2534400] = @Original_T2534400)) AND ((@IsNull_T2534500 = 1 AND [T2534500] IS NULL) OR ([T2534500] = @Original_T2534500)) AND ((@IsNull_T3519800 = 1 AND [T3519800] IS NULL) OR ([T3519800] = @Original_T3519800)) AND ((@IsNull_T3519900 = 1 AND [T3519900] IS NULL) OR ([T3519900] = @Original_T3519900)) AND ((@IsNull_T3520000 = 1 AND [T3520000] IS NULL) OR ([T3520000] = @Original_T3520000)) AND ((@IsNull_T3520100 = 1 AND [T3520100] IS NULL) OR ([T3520100] = @Original_T3520100)) AND ((@IsNull_T3520200 = 1 AND [T3520200] IS NULL) OR ([T3520200] = @Original_T3520200)) AND ((@IsNull_T3520300 = 1 AND [T3520300] IS NULL) OR ([T3520300] = @Original_T3520300)) AND ((@IsNull_T3520400 = 1 AND [T3520400] IS NULL) OR ([T3520400] = @Original_T3520400)) AND ((@IsNull_T3520500 = 1 AND [T3520500] IS NULL) OR ([T3520500] = @Original_T3520500)) AND ((@IsNull_T3520600 = 1 AND [T3520600] IS NULL) OR ([T3520600] = @Original_T3520600)) AND ((@IsNull_T4483300 = 1 AND [T4483300] IS NULL) OR ([T4483300] = @Original_T4483300)) AND ((@IsNull_T4483400 = 1 AND [T4483400] IS NULL) OR ([T4483400] = @Original_T4483400)) AND ((@IsNull_T4483500 = 1 AND [T4483500] IS NULL) OR ([T4483500] = @Original_T4483500)) AND ((@IsNull_T4483600 = 1 AND [T4483600] IS NULL) OR ([T4483600] = @Original_T4483600)) AND ((@IsNull_T4483700 = 1 AND [T4483700] IS NULL) OR ([T4483700] = @Original_T4483700)) AND ((@IsNull_T4483800 = 1 AND [T4483800] IS NULL) OR ([T4483800] = @Original_T4483800))); +SELECT R0000100, R0214700, R0214800, R4825700, R4826000, R4826100, R4826300, R4826500, R4826800, R5495900, R5496200, R5496300, R5496500, R5496700, R5497000, R5497200, R6210700, R6210800, R6210900, R6211500, R6211600, R6211700, R6211800, R6211900, R6212200, R6212300, R6764000, R6764100, R6764200, R6764900, R6765000, R6765100, R6765200, R6765600, R6765700, R6765800, R6839600, R7408300, R7408400, R7408500, R7409200, R7409300, R7409400, R7409500, R7409900, R7410000, R7410100, R7548600, R8106400, R8106500, R8106600, R8106700, R8106800, R8106900, R8107000, R8107100, R8107200, R8255400, R9900400, R9900600, R9900601, R9901200, R9901400, R9901401, R9902000, R9902200, R9902201, R9902800, R9903000, R9903001, R9903600, R9903800, R9903801, R9904400, R9904600, R9904601, R9905200, R9905400, R9905401, R9906000, R9906600, R9907200, R9907800, R9908000, R9911200, R9911201, T0337300, T0337400, T0337500, T0337600, T0337700, T0337800, T0337900, T0338000, T0338100, T0338200, T0338300, T0338400, T0338500, T0338600, T1486900, T1487000, T1487100, T1487200, T1487300, T1487400, T1487500, T1487600, T1487700, T1487800, T2217700, T2533500, T2533600, T2533700, T2533800, T2533900, T2534000, T2534100, T2534200, T2534300, T2534400, T2534500, T3519800, T3519900, T3520000, T3520100, T3520200, T3520300, T3520400, T3520500, T3520600, T4483300, T4483400, T4483500, T4483600, T4483700, T4483800 FROM Extract.tblGen2LinksFromGen1 WHERE (R0000100 = @R0000100) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6993,135 +6278,97 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 - DELETE FROM [Extract].[tblGen2FatherFromGen1] WHERE (([R0000100] = @Original_R0000100) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R1373300 = 1 AND [R1373300] IS NULL) OR ([R1373300] = @Original_R1373300)) AND ((@IsNull_R1373400 = 1 AND [R1373400] IS NULL) OR ([R1373400] = @Original_R1373400)) AND ((@IsNull_R1373500 = 1 AND [R1373500] IS NULL) OR ([R1373500] = @Original_R1373500)) AND ((@IsNull_R1374000 = 1 AND [R1374000] IS NULL) OR ([R1374000] = @Original_R1374000)) AND ((@IsNull_R1374100 = 1 AND [R1374100] IS NULL) OR ([R1374100] = @Original_R1374100)) AND ((@IsNull_R1374200 = 1 AND [R1374200] IS NULL) OR ([R1374200] = @Original_R1374200)) AND ((@IsNull_R1374700 = 1 AND [R1374700] IS NULL) OR ([R1374700] = @Original_R1374700)) AND ((@IsNull_R1374800 = 1 AND [R1374800] IS NULL) OR ([R1374800] = @Original_R1374800)) AND ((@IsNull_R1374900 = 1 AND [R1374900] IS NULL) OR ([R1374900] = @Original_R1374900)) AND ((@IsNull_R1375400 = 1 AND [R1375400] IS NULL) OR ([R1375400] = @Original_R1375400)) AND ((@IsNull_R1375500 = 1 AND [R1375500] IS NULL) OR ([R1375500] = @Original_R1375500)) AND ((@IsNull_R1375600 = 1 AND [R1375600] IS NULL) OR ([R1375600] = @Original_R1375600)) AND ((@IsNull_R1376100 = 1 AND [R1376100] IS NULL) OR ([R1376100] = @Original_R1376100)) AND ((@IsNull_R1376200 = 1 AND [R1376200] IS NULL) OR ([R1376200] = @Original_R1376200)) AND ((@IsNull_R1376300 = 1 AND [R1376300] IS NULL) OR ([R1376300] = @Original_R1376300)) AND ((@IsNull_R1376800 = 1 AND [R1376800] IS NULL) OR ([R1376800] = @Original_R1376800)) AND ((@IsNull_R1376900 = 1 AND [R1376900] IS NULL) OR ([R1376900] = @Original_R1376900)) AND ((@IsNull_R1377000 = 1 AND [R1377000] IS NULL) OR ([R1377000] = @Original_R1377000)) AND ((@IsNull_R1377500 = 1 AND [R1377500] IS NULL) OR ([R1377500] = @Original_R1377500)) AND ((@IsNull_R1377600 = 1 AND [R1377600] IS NULL) OR ([R1377600] = @Original_R1377600)) AND ((@IsNull_R1377700 = 1 AND [R1377700] IS NULL) OR ([R1377700] = @Original_R1377700)) AND ((@IsNull_R1753700 = 1 AND [R1753700] IS NULL) OR ([R1753700] = @Original_R1753700)) AND ((@IsNull_R1753800 = 1 AND [R1753800] IS NULL) OR ([R1753800] = @Original_R1753800)) AND ((@IsNull_R1753900 = 1 AND [R1753900] IS NULL) OR ([R1753900] = @Original_R1753900)) AND ((@IsNull_R1754400 = 1 AND [R1754400] IS NULL) OR ([R1754400] = @Original_R1754400)) AND ((@IsNull_R1754500 = 1 AND [R1754500] IS NULL) OR ([R1754500] = @Original_R1754500)) AND ((@IsNull_R1754600 = 1 AND [R1754600] IS NULL) OR ([R1754600] = @Original_R1754600)) AND ((@IsNull_R1755100 = 1 AND [R1755100] IS NULL) OR ([R1755100] = @Original_R1755100)) AND ((@IsNull_R1755200 = 1 AND [R1755200] IS NULL) OR ([R1755200] = @Original_R1755200)) AND ((@IsNull_R1755300 = 1 AND [R1755300] IS NULL) OR ([R1755300] = @Original_R1755300)) AND ((@IsNull_R1755800 = 1 AND [R1755800] IS NULL) OR ([R1755800] = @Original_R1755800)) AND ((@IsNull_R1755900 = 1 AND [R1755900] IS NULL) OR ([R1755900] = @Original_R1755900)) AND ((@IsNull_R1756000 = 1 AND [R1756000] IS NULL) OR ([R1756000] = @Original_R1756000)) AND ((@IsNull_R1756500 = 1 AND [R1756500] IS NULL) OR ([R1756500] = @Original_R1756500)) AND ((@IsNull_R1756600 = 1 AND [R1756600] IS NULL) OR ([R1756600] = @Original_R1756600)) AND ((@IsNull_R1756700 = 1 AND [R1756700] IS NULL) OR ([R1756700] = @Original_R1756700)) AND ((@IsNull_R1757200 = 1 AND [R1757200] IS NULL) OR ([R1757200] = @Original_R1757200)) AND ((@IsNull_R1757300 = 1 AND [R1757300] IS NULL) OR ([R1757300] = @Original_R1757300)) AND ((@IsNull_R1757400 = 1 AND [R1757400] IS NULL) OR ([R1757400] = @Original_R1757400)) AND ((@IsNull_R1757900 = 1 AND [R1757900] IS NULL) OR ([R1757900] = @Original_R1757900)) AND ((@IsNull_R1758000 = 1 AND [R1758000] IS NULL) OR ([R1758000] = @Original_R1758000)) AND ((@IsNull_R1758100 = 1 AND [R1758100] IS NULL) OR ([R1758100] = @Original_R1758100)) AND ((@IsNull_R2095700 = 1 AND [R2095700] IS NULL) OR ([R2095700] = @Original_R2095700)) AND ((@IsNull_R2095800 = 1 AND [R2095800] IS NULL) OR ([R2095800] = @Original_R2095800)) AND ((@IsNull_R2095900 = 1 AND [R2095900] IS NULL) OR ([R2095900] = @Original_R2095900)) AND ((@IsNull_R2096400 = 1 AND [R2096400] IS NULL) OR ([R2096400] = @Original_R2096400)) AND ((@IsNull_R2096500 = 1 AND [R2096500] IS NULL) OR ([R2096500] = @Original_R2096500)) AND ((@IsNull_R2096600 = 1 AND [R2096600] IS NULL) OR ([R2096600] = @Original_R2096600)) AND ((@IsNull_R2097100 = 1 AND [R2097100] IS NULL) OR ([R2097100] = @Original_R2097100)) AND ((@IsNull_R2097200 = 1 AND [R2097200] IS NULL) OR ([R2097200] = @Original_R2097200)) AND ((@IsNull_R2097300 = 1 AND [R2097300] IS NULL) OR ([R2097300] = @Original_R2097300)) AND ((@IsNull_R2097800 = 1 AND [R2097800] IS NULL) OR ([R2097800] = @Original_R2097800)) AND ((@IsNull_R2097900 = 1 AND [R2097900] IS NULL) OR ([R2097900] = @Original_R2097900)) AND ((@IsNull_R2098000 = 1 AND [R2098000] IS NULL) OR ([R2098000] = @Original_R2098000)) AND ((@IsNull_R2098500 = 1 AND [R2098500] IS NULL) OR ([R2098500] = @Original_R2098500)) AND ((@IsNull_R2098600 = 1 AND [R2098600] IS NULL) OR ([R2098600] = @Original_R2098600)) AND ((@IsNull_R2098700 = 1 AND [R2098700] IS NULL) OR ([R2098700] = @Original_R2098700)) AND ((@IsNull_R2099200 = 1 AND [R2099200] IS NULL) OR ([R2099200] = @Original_R2099200)) AND ((@IsNull_R2099300 = 1 AND [R2099300] IS NULL) OR ([R2099300] = @Original_R2099300)) AND ((@IsNull_R2099400 = 1 AND [R2099400] IS NULL) OR ([R2099400] = @Original_R2099400)) AND ((@IsNull_R2099900 = 1 AND [R2099900] IS NULL) OR ([R2099900] = @Original_R2099900)) AND ((@IsNull_R2100000 = 1 AND [R2100000] IS NULL) OR ([R2100000] = @Original_R2100000)) AND ((@IsNull_R2100100 = 1 AND [R2100100] IS NULL) OR ([R2100100] = @Original_R2100100)) AND ((@IsNull_R2345900 = 1 AND [R2345900] IS NULL) OR ([R2345900] = @Original_R2345900)) AND ((@IsNull_R2346200 = 1 AND [R2346200] IS NULL) OR ([R2346200] = @Original_R2346200)) AND ((@IsNull_R2346500 = 1 AND [R2346500] IS NULL) OR ([R2346500] = @Original_R2346500)) AND ((@IsNull_R2346800 = 1 AND [R2346800] IS NULL) OR ([R2346800] = @Original_R2346800)) AND ((@IsNull_R2347100 = 1 AND [R2347100] IS NULL) OR ([R2347100] = @Original_R2347100)) AND ((@IsNull_R2347400 = 1 AND [R2347400] IS NULL) OR ([R2347400] = @Original_R2347400)) AND ((@IsNull_R2347700 = 1 AND [R2347700] IS NULL) OR ([R2347700] = @Original_R2347700)) AND ((@IsNull_R2648000 = 1 AND [R2648000] IS NULL) OR ([R2648000] = @Original_R2648000)) AND ((@IsNull_R2648100 = 1 AND [R2648100] IS NULL) OR ([R2648100] = @Original_R2648100)) AND ((@IsNull_R2648200 = 1 AND [R2648200] IS NULL) OR ([R2648200] = @Original_R2648200)) AND ((@IsNull_R2648700 = 1 AND [R2648700] IS NULL) OR ([R2648700] = @Original_R2648700)) AND ((@IsNull_R2648800 = 1 AND [R2648800] IS NULL) OR ([R2648800] = @Original_R2648800)) AND ((@IsNull_R2648900 = 1 AND [R2648900] IS NULL) OR ([R2648900] = @Original_R2648900)) AND ((@IsNull_R2649400 = 1 AND [R2649400] IS NULL) OR ([R2649400] = @Original_R2649400)) AND ((@IsNull_R2649500 = 1 AND [R2649500] IS NULL) OR ([R2649500] = @Original_R2649500)) AND ((@IsNull_R2649600 = 1 AND [R2649600] IS NULL) OR ([R2649600] = @Original_R2649600)) AND ((@IsNull_R2650100 = 1 AND [R2650100] IS NULL) OR ([R2650100] = @Original_R2650100)) AND ((@IsNull_R2650200 = 1 AND [R2650200] IS NULL) OR ([R2650200] = @Original_R2650200)) AND ((@IsNull_R2650300 = 1 AND [R2650300] IS NULL) OR ([R2650300] = @Original_R2650300)) AND ((@IsNull_R2650800 = 1 AND [R2650800] IS NULL) OR ([R2650800] = @Original_R2650800)) AND ((@IsNull_R2650900 = 1 AND [R2650900] IS NULL) OR ([R2650900] = @Original_R2650900)) AND ((@IsNull_R2651000 = 1 AND [R2651000] IS NULL) OR ([R2651000] = @Original_R2651000)) AND ((@IsNull_R2651500 = 1 AND [R2651500] IS NULL) OR ([R2651500] = @Original_R2651500)) AND ((@IsNull_R2651600 = 1 AND [R2651600] IS NULL) OR ([R2651600] = @Original_R2651600)) AND ((@IsNull_R2651700 = 1 AND [R2651700] IS NULL) OR ([R2651700] = @Original_R2651700)) AND ((@IsNull_R2652200 = 1 AND [R2652200] IS NULL) OR ([R2652200] = @Original_R2652200)) AND ((@IsNull_R2652300 = 1 AND [R2652300] IS NULL) OR ([R2652300] = @Original_R2652300)) AND ((@IsNull_R2652400 = 1 AND [R2652400] IS NULL) OR ([R2652400] = @Original_R2652400)) AND ((@IsNull_R2955900 = 1 AND [R2955900] IS NULL) OR ([R2955900] = @Original_R2955900)) AND ((@IsNull_R2956200 = 1 AND [R2956200] IS NULL) OR ([R2956200] = @Original_R2956200)) AND ((@IsNull_R2956500 = 1 AND [R2956500] IS NULL) OR ([R2956500] = @Original_R2956500)) AND ((@IsNull_R2956800 = 1 AND [R2956800] IS NULL) OR ([R2956800] = @Original_R2956800)) AND ((@IsNull_R2957100 = 1 AND [R2957100] IS NULL) OR ([R2957100] = @Original_R2957100)) AND ((@IsNull_R2957400 = 1 AND [R2957400] IS NULL) OR ([R2957400] = @Original_R2957400)) AND ((@IsNull_R2957700 = 1 AND [R2957700] IS NULL) OR ([R2957700] = @Original_R2957700)) AND ((@IsNull_R3255900 = 1 AND [R3255900] IS NULL) OR ([R3255900] = @Original_R3255900)) AND ((@IsNull_R3256000 = 1 AND [R3256000] IS NULL) OR ([R3256000] = @Original_R3256000)) AND ((@IsNull_R3256100 = 1 AND [R3256100] IS NULL) OR ([R3256100] = @Original_R3256100)) AND ((@IsNull_R3257700 = 1 AND [R3257700] IS NULL) OR ([R3257700] = @Original_R3257700)) AND ((@IsNull_R3257800 = 1 AND [R3257800] IS NULL) OR ([R3257800] = @Original_R3257800)) AND ((@IsNull_R3257900 = 1 AND [R3257900] IS NULL) OR ([R3257900] = @Original_R3257900)) AND ((@IsNull_R3259500 = 1 AND [R3259500] IS NULL) OR ([R3259500] = @Original_R3259500)) AND ((@IsNull_R3259600 = 1 AND [R3259600] IS NULL) OR ([R3259600] = @Original_R3259600)) AND ((@IsNull_R3259700 = 1 AND [R3259700] IS NULL) OR ([R3259700] = @Original_R3259700)) AND ((@IsNull_R3261300 = 1 AND [R3261300] IS NULL) OR ([R3261300] = @Original_R3261300)) AND ((@IsNull_R3261400 = 1 AND [R3261400] IS NULL) OR ([R3261400] = @Original_R3261400)) AND ((@IsNull_R3261500 = 1 AND [R3261500] IS NULL) OR ([R3261500] = @Original_R3261500)) AND ((@IsNull_R3263100 = 1 AND [R3263100] IS NULL) OR ([R3263100] = @Original_R3263100)) AND ((@IsNull_R3263200 = 1 AND [R3263200] IS NULL) OR ([R3263200] = @Original_R3263200)) AND ((@IsNull_R3263300 = 1 AND [R3263300] IS NULL) OR ([R3263300] = @Original_R3263300)) AND ((@IsNull_R3264900 = 1 AND [R3264900] IS NULL) OR ([R3264900] = @Original_R3264900)) AND ((@IsNull_R3265000 = 1 AND [R3265000] IS NULL) OR ([R3265000] = @Original_R3265000)) AND ((@IsNull_R3265100 = 1 AND [R3265100] IS NULL) OR ([R3265100] = @Original_R3265100)) AND ((@IsNull_R3266700 = 1 AND [R3266700] IS NULL) OR ([R3266700] = @Original_R3266700)) AND ((@IsNull_R3266800 = 1 AND [R3266800] IS NULL) OR ([R3266800] = @Original_R3266800)) AND ((@IsNull_R3266900 = 1 AND [R3266900] IS NULL) OR ([R3266900] = @Original_R3266900)) AND ((@IsNull_R3268500 = 1 AND [R3268500] IS NULL) OR ([R3268500] = @Original_R3268500)) AND ((@IsNull_R3556400 = 1 AND [R3556400] IS NULL) OR ([R3556400] = @Original_R3556400)) AND ((@IsNull_R3557000 = 1 AND [R3557000] IS NULL) OR ([R3557000] = @Original_R3557000)) AND ((@IsNull_R3557600 = 1 AND [R3557600] IS NULL) OR ([R3557600] = @Original_R3557600)) AND ((@IsNull_R3771800 = 1 AND [R3771800] IS NULL) OR ([R3771800] = @Original_R3771800)) AND ((@IsNull_R3771900 = 1 AND [R3771900] IS NULL) OR ([R3771900] = @Original_R3771900)) AND ((@IsNull_R3772000 = 1 AND [R3772000] IS NULL) OR ([R3772000] = @Original_R3772000)) AND ((@IsNull_R3772100 = 1 AND [R3772100] IS NULL) OR ([R3772100] = @Original_R3772100)) AND ((@IsNull_R3772200 = 1 AND [R3772200] IS NULL) OR ([R3772200] = @Original_R3772200)) AND ((@IsNull_R3772300 = 1 AND [R3772300] IS NULL) OR ([R3772300] = @Original_R3772300)) AND ((@IsNull_R3772400 = 1 AND [R3772400] IS NULL) OR ([R3772400] = @Original_R3772400)) AND ((@IsNull_R3773900 = 1 AND [R3773900] IS NULL) OR ([R3773900] = @Original_R3773900)) AND ((@IsNull_R3774000 = 1 AND [R3774000] IS NULL) OR ([R3774000] = @Original_R3774000)) AND ((@IsNull_R3774100 = 1 AND [R3774100] IS NULL) OR ([R3774100] = @Original_R3774100)) AND ((@IsNull_R3774200 = 1 AND [R3774200] IS NULL) OR ([R3774200] = @Original_R3774200)) AND ((@IsNull_R3774300 = 1 AND [R3774300] IS NULL) OR ([R3774300] = @Original_R3774300)) AND ((@IsNull_R3774400 = 1 AND [R3774400] IS NULL) OR ([R3774400] = @Original_R3774400)) AND ((@IsNull_R3774500 = 1 AND [R3774500] IS NULL) OR ([R3774500] = @Original_R3774500)) AND ((@IsNull_R3776000 = 1 AND [R3776000] IS NULL) OR ([R3776000] = @Original_R3776000)) AND ((@IsNull_R3776100 = 1 AND [R3776100] IS NULL) OR ([R3776100] = @Original_R3776100)) AND ((@IsNull_R3776200 = 1 AND [R3776200] IS NULL) OR ([R3776200] = @Original_R3776200)) AND ((@IsNull_R3776300 = 1 AND [R3776300] IS NULL) OR ([R3776300] = @Original_R3776300)) AND ((@IsNull_R3776400 = 1 AND [R3776400] IS NULL) OR ([R3776400] = @Original_R3776400)) AND ((@IsNull_R3776500 = 1 AND [R3776500] IS NULL) OR ([R3776500] = @Original_R3776500)) AND ((@IsNull_R3776600 = 1 AND [R3776600] IS NULL) OR ([R3776600] = @Original_R3776600)) AND ((@IsNull_R3778100 = 1 AND [R3778100] IS NULL) OR ([R3778100] = @Original_R3778100)) AND ((@IsNull_R3778200 = 1 AND [R3778200] IS NULL) OR ([R3778200] = @Original_R3778200)) AND ((@IsNull_R3778300 = 1 AND [R3778300] IS NULL) OR ([R3778300] = @Original_R3778300)) AND ((@IsNull_R3778400 = 1 AND [R3778400] IS NULL) OR ([R3778400] = @Original_R3778400)) AND ((@IsNull_R3778500 = 1 AND [R3778500] IS NULL) OR ([R3778500] = @Original_R3778500)) AND ((@IsNull_R3778600 = 1 AND [R3778600] IS NULL) OR ([R3778600] = @Original_R3778600)) AND ((@IsNull_R3778700 = 1 AND [R3778700] IS NULL) OR ([R3778700] = @Original_R3778700)) AND ((@IsNull_R3780200 = 1 AND [R3780200] IS NULL) OR ([R3780200] = @Original_R3780200)) AND ((@IsNull_R3780300 = 1 AND [R3780300] IS NULL) OR ([R3780300] = @Original_R3780300)) AND ((@IsNull_R3780400 = 1 AND [R3780400] IS NULL) OR ([R3780400] = @Original_R3780400)) AND ((@IsNull_R3780500 = 1 AND [R3780500] IS NULL) OR ([R3780500] = @Original_R3780500)) AND ((@IsNull_R3780600 = 1 AND [R3780600] IS NULL) OR ([R3780600] = @Original_R3780600)) AND ((@IsNull_R3780700 = 1 AND [R3780700] IS NULL) OR ([R3780700] = @Original_R3780700)) AND ((@IsNull_R3780800 = 1 AND [R3780800] IS NULL) OR ([R3780800] = @Original_R3780800)) AND ((@IsNull_R3782300 = 1 AND [R3782300] IS NULL) OR ([R3782300] = @Original_R3782300)) AND ((@IsNull_R3782400 = 1 AND [R3782400] IS NULL) OR ([R3782400] = @Original_R3782400)) AND ((@IsNull_R3782500 = 1 AND [R3782500] IS NULL) OR ([R3782500] = @Original_R3782500)) AND ((@IsNull_R3782600 = 1 AND [R3782600] IS NULL) OR ([R3782600] = @Original_R3782600)) AND ((@IsNull_R3782900 = 1 AND [R3782900] IS NULL) OR ([R3782900] = @Original_R3782900)) AND ((@IsNull_R3784400 = 1 AND [R3784400] IS NULL) OR ([R3784400] = @Original_R3784400)) AND ((@IsNull_R3784500 = 1 AND [R3784500] IS NULL) OR ([R3784500] = @Original_R3784500)) AND ((@IsNull_R3784600 = 1 AND [R3784600] IS NULL) OR ([R3784600] = @Original_R3784600)) AND ((@IsNull_R3784700 = 1 AND [R3784700] IS NULL) OR ([R3784700] = @Original_R3784700)) AND ((@IsNull_R3785000 = 1 AND [R3785000] IS NULL) OR ([R3785000] = @Original_R3785000)) AND ((@IsNull_R3786500 = 1 AND [R3786500] IS NULL) OR ([R3786500] = @Original_R3786500)) AND ((@IsNull_R3788004 = 1 AND [R3788004] IS NULL) OR ([R3788004] = @Original_R3788004)) AND ((@IsNull_R4276800 = 1 AND [R4276800] IS NULL) OR ([R4276800] = @Original_R4276800)) AND ((@IsNull_R4276900 = 1 AND [R4276900] IS NULL) OR ([R4276900] = @Original_R4276900)) AND ((@IsNull_R4277000 = 1 AND [R4277000] IS NULL) OR ([R4277000] = @Original_R4277000)) AND ((@IsNull_R4277100 = 1 AND [R4277100] IS NULL) OR ([R4277100] = @Original_R4277100)) AND ((@IsNull_R4277101 = 1 AND [R4277101] IS NULL) OR ([R4277101] = @Original_R4277101)) AND ((@IsNull_R4277200 = 1 AND [R4277200] IS NULL) OR ([R4277200] = @Original_R4277200)) AND ((@IsNull_R4277201 = 1 AND [R4277201] IS NULL) OR ([R4277201] = @Original_R4277201)) AND ((@IsNull_R4277700 = 1 AND [R4277700] IS NULL) OR ([R4277700] = @Original_R4277700)) AND ((@IsNull_R4277800 = 1 AND [R4277800] IS NULL) OR ([R4277800] = @Original_R4277800)) AND ((@IsNull_R4277900 = 1 AND [R4277900] IS NULL) OR ([R4277900] = @Original_R4277900)) AND ((@IsNull_R4278000 = 1 AND [R4278000] IS NULL) OR ([R4278000] = @Original_R4278000)) AND ((@IsNull_R4278001 = 1 AND [R4278001] IS NULL) OR ([R4278001] = @Original_R4278001)) AND ((@IsNull_R4278100 = 1 AND [R4278100] IS NULL) OR ([R4278100] = @Original_R4278100)) AND ((@IsNull_R4278101 = 1 AND [R4278101] IS NULL) OR ([R4278101] = @Original_R4278101)) AND ((@IsNull_R4278600 = 1 AND [R4278600] IS NULL) OR ([R4278600] = @Original_R4278600)) AND ((@IsNull_R4278700 = 1 AND [R4278700] IS NULL) OR ([R4278700] = @Original_R4278700)) AND ((@IsNull_R4278800 = 1 AND [R4278800] IS NULL) OR ([R4278800] = @Original_R4278800)) AND ((@IsNull_R4278900 = 1 AND [R4278900] IS NULL) OR ([R4278900] = @Original_R4278900)) AND ((@IsNull_R4278901 = 1 AND [R4278901] IS NULL) OR ([R4278901] = @Original_R4278901)) AND ((@IsNull_R4279000 = 1 AND [R4279000] IS NULL) OR ([R4279000] = @Original_R4279000)) AND ((@IsNull_R4279001 = 1 AND [R4279001] IS NULL) OR ([R4279001] = @Original_R4279001)) AND ((@IsNull_R4279500 = 1 AND [R4279500] IS NULL) OR ([R4279500] = @Original_R4279500)) AND ((@IsNull_R4279600 = 1 AND [R4279600] IS NULL) OR ([R4279600] = @Original_R4279600)) AND ((@IsNull_R4279700 = 1 AND [R4279700] IS NULL) OR ([R4279700] = @Original_R4279700)) AND ((@IsNull_R4279800 = 1 AND [R4279800] IS NULL) OR ([R4279800] = @Original_R4279800)) AND ((@IsNull_R4279801 = 1 AND [R4279801] IS NULL) OR ([R4279801] = @Original_R4279801)) AND ((@IsNull_R4279900 = 1 AND [R4279900] IS NULL) OR ([R4279900] = @Original_R4279900)) AND ((@IsNull_R4279901 = 1 AND [R4279901] IS NULL) OR ([R4279901] = @Original_R4279901)) AND ((@IsNull_R4280400 = 1 AND [R4280400] IS NULL) OR ([R4280400] = @Original_R4280400)) AND ((@IsNull_R4280500 = 1 AND [R4280500] IS NULL) OR ([R4280500] = @Original_R4280500)) AND ((@IsNull_R4280600 = 1 AND [R4280600] IS NULL) OR ([R4280600] = @Original_R4280600)) AND ((@IsNull_R4280700 = 1 AND [R4280700] IS NULL) OR ([R4280700] = @Original_R4280700)) AND ((@IsNull_R4280701 = 1 AND [R4280701] IS NULL) OR ([R4280701] = @Original_R4280701)) AND ((@IsNull_R4280800 = 1 AND [R4280800] IS NULL) OR ([R4280800] = @Original_R4280800)) AND ((@IsNull_R4280801 = 1 AND [R4280801] IS NULL) OR ([R4280801] = @Original_R4280801)) AND ((@IsNull_R4281300 = 1 AND [R4281300] IS NULL) OR ([R4281300] = @Original_R4281300)) AND ((@IsNull_R4281400 = 1 AND [R4281400] IS NULL) OR ([R4281400] = @Original_R4281400)) AND ((@IsNull_R4281500 = 1 AND [R4281500] IS NULL) OR ([R4281500] = @Original_R4281500)) AND ((@IsNull_R4281600 = 1 AND [R4281600] IS NULL) OR ([R4281600] = @Original_R4281600)) AND ((@IsNull_R4281601 = 1 AND [R4281601] IS NULL) OR ([R4281601] = @Original_R4281601)) AND ((@IsNull_R4282100 = 1 AND [R4282100] IS NULL) OR ([R4282100] = @Original_R4282100)) AND ((@IsNull_R4282200 = 1 AND [R4282200] IS NULL) OR ([R4282200] = @Original_R4282200)) AND ((@IsNull_R4282300 = 1 AND [R4282300] IS NULL) OR ([R4282300] = @Original_R4282300)) AND ((@IsNull_R4282400 = 1 AND [R4282400] IS NULL) OR ([R4282400] = @Original_R4282400)) AND ((@IsNull_R4282401 = 1 AND [R4282401] IS NULL) OR ([R4282401] = @Original_R4282401)) AND ((@IsNull_R4282900 = 1 AND [R4282900] IS NULL) OR ([R4282900] = @Original_R4282900)) AND ((@IsNull_R4283000 = 1 AND [R4283000] IS NULL) OR ([R4283000] = @Original_R4283000)) AND ((@IsNull_R4283100 = 1 AND [R4283100] IS NULL) OR ([R4283100] = @Original_R4283100)) AND ((@IsNull_R4283600 = 1 AND [R4283600] IS NULL) OR ([R4283600] = @Original_R4283600)) AND ((@IsNull_R4827600 = 1 AND [R4827600] IS NULL) OR ([R4827600] = @Original_R4827600)) AND ((@IsNull_R4827700 = 1 AND [R4827700] IS NULL) OR ([R4827700] = @Original_R4827700)) AND ((@IsNull_R4827800 = 1 AND [R4827800] IS NULL) OR ([R4827800] = @Original_R4827800)) AND ((@IsNull_R4827900 = 1 AND [R4827900] IS NULL) OR ([R4827900] = @Original_R4827900)) AND ((@IsNull_R4827901 = 1 AND [R4827901] IS NULL) OR ([R4827901] = @Original_R4827901)) AND ((@IsNull_R4828000 = 1 AND [R4828000] IS NULL) OR ([R4828000] = @Original_R4828000)) AND ((@IsNull_R4828001 = 1 AND [R4828001] IS NULL) OR ([R4828001] = @Original_R4828001)) AND ((@IsNull_R4828100 = 1 AND [R4828100] IS NULL) OR ([R4828100] = @Original_R4828100)) AND ((@IsNull_R4830600 = 1 AND [R4830600] IS NULL) OR ([R4830600] = @Original_R4830600)) AND ((@IsNull_R4830700 = 1 AND [R4830700] IS NULL) OR ([R4830700] = @Original_R4830700)) AND ((@IsNull_R4830800 = 1 AND [R4830800] IS NULL) OR ([R4830800] = @Original_R4830800)) AND ((@IsNull_R4830900 = 1 AND [R4830900] IS NULL) OR ([R4830900] = @Original_R4830900)) AND ((@IsNull_R4830901 = 1 AND [R4830901] IS NULL) OR ([R4830901] = @Original_R4830901)) AND ((@IsNull_R4831000 = 1 AND [R4831000] IS NULL) OR ([R4831000] = @Original_R4831000)) AND ((@IsNull_R4831001 = 1 AND [R4831001] IS NULL) OR ([R4831001] = @Original_R4831001)) AND ((@IsNull_R4831100 = 1 AND [R4831100] IS NULL) OR ([R4831100] = @Original_R4831100)) AND ((@IsNull_R4833600 = 1 AND [R4833600] IS NULL) OR ([R4833600] = @Original_R4833600)) AND ((@IsNull_R4833700 = 1 AND [R4833700] IS NULL) OR ([R4833700] = @Original_R4833700)) AND ((@IsNull_R4833800 = 1 AND [R4833800] IS NULL) OR ([R4833800] = @Original_R4833800)) AND ((@IsNull_R4833900 = 1 AND [R4833900] IS NULL) OR ([R4833900] = @Original_R4833900)) AND ((@IsNull_R4833901 = 1 AND [R4833901] IS NULL) OR ([R4833901] = @Original_R4833901)) AND ((@IsNull_R4834000 = 1 AND [R4834000] IS NULL) OR ([R4834000] = @Original_R4834000)) AND ((@IsNull_R4834001 = 1 AND [R4834001] IS NULL) OR ([R4834001] = @Original_R4834001)) AND ((@IsNull_R4834100 = 1 AND [R4834100] IS NULL) OR ([R4834100] = @Original_R4834100)) AND ((@IsNull_R4836600 = 1 AND [R4836600] IS NULL) OR ([R4836600] = @Original_R4836600)) AND ((@IsNull_R4836700 = 1 AND [R4836700] IS NULL) OR ([R4836700] = @Original_R4836700)) AND ((@IsNull_R4836800 = 1 AND [R4836800] IS NULL) OR ([R4836800] = @Original_R4836800)) AND ((@IsNull_R4836900 = 1 AND [R4836900] IS NULL) OR ([R4836900] = @Original_R4836900)) AND ((@IsNull_R4836901 = 1 AND [R4836901] IS NULL) OR ([R4836901] = @Original_R4836901)) AND ((@IsNull_R4837000 = 1 AND [R4837000] IS NULL) OR ([R4837000] = @Original_R4837000)) AND ((@IsNull_R4837001 = 1 AND [R4837001] IS NULL) OR ([R4837001] = @Original_R4837001)) AND ((@IsNull_R4837100 = 1 AND [R4837100] IS NULL) OR ([R4837100] = @Original_R4837100)) AND ((@IsNull_R4839600 = 1 AND [R4839600] IS NULL) OR ([R4839600] = @Original_R4839600)) AND ((@IsNull_R4839700 = 1 AND [R4839700] IS NULL) OR ([R4839700] = @Original_R4839700)) AND ((@IsNull_R4839800 = 1 AND [R4839800] IS NULL) OR ([R4839800] = @Original_R4839800)) AND ((@IsNull_R4839900 = 1 AND [R4839900] IS NULL) OR ([R4839900] = @Original_R4839900)) AND ((@IsNull_R4839901 = 1 AND [R4839901] IS NULL) OR ([R4839901] = @Original_R4839901)) AND ((@IsNull_R4840000 = 1 AND [R4840000] IS NULL) OR ([R4840000] = @Original_R4840000)) AND ((@IsNull_R4840001 = 1 AND [R4840001] IS NULL) OR ([R4840001] = @Original_R4840001)) AND ((@IsNull_R4840100 = 1 AND [R4840100] IS NULL) OR ([R4840100] = @Original_R4840100)) AND ((@IsNull_R4842500 = 1 AND [R4842500] IS NULL) OR ([R4842500] = @Original_R4842500)) AND ((@IsNull_R4842600 = 1 AND [R4842600] IS NULL) OR ([R4842600] = @Original_R4842600)) AND ((@IsNull_R4842700 = 1 AND [R4842700] IS NULL) OR ([R4842700] = @Original_R4842700)) AND ((@IsNull_R4842800 = 1 AND [R4842800] IS NULL) OR ([R4842800] = @Original_R4842800)) AND ((@IsNull_R4842801 = 1 AND [R4842801] IS NULL) OR ([R4842801] = @Original_R4842801)) AND ((@IsNull_R4842900 = 1 AND [R4842900] IS NULL) OR ([R4842900] = @Original_R4842900)) AND ((@IsNull_R4844800 = 1 AND [R4844800] IS NULL) OR ([R4844800] = @Original_R4844800)) AND ((@IsNull_R4844900 = 1 AND [R4844900] IS NULL) OR ([R4844900] = @Original_R4844900)) AND ((@IsNull_R4845000 = 1 AND [R4845000] IS NULL) OR ([R4845000] = @Original_R4845000)) AND ((@IsNull_R4845100 = 1 AND [R4845100] IS NULL) OR ([R4845100] = @Original_R4845100)) AND ((@IsNull_R4845101 = 1 AND [R4845101] IS NULL) OR ([R4845101] = @Original_R4845101)) AND ((@IsNull_R4845200 = 1 AND [R4845200] IS NULL) OR ([R4845200] = @Original_R4845200)) AND ((@IsNull_R4847100 = 1 AND [R4847100] IS NULL) OR ([R4847100] = @Original_R4847100)) AND ((@IsNull_R4847200 = 1 AND [R4847200] IS NULL) OR ([R4847200] = @Original_R4847200)) AND ((@IsNull_R4847300 = 1 AND [R4847300] IS NULL) OR ([R4847300] = @Original_R4847300)) AND ((@IsNull_R4847400 = 1 AND [R4847400] IS NULL) OR ([R4847400] = @Original_R4847400)) AND ((@IsNull_R5498000 = 1 AND [R5498000] IS NULL) OR ([R5498000] = @Original_R5498000)) AND ((@IsNull_R5498100 = 1 AND [R5498100] IS NULL) OR ([R5498100] = @Original_R5498100)) AND ((@IsNull_R5498200 = 1 AND [R5498200] IS NULL) OR ([R5498200] = @Original_R5498200)) AND ((@IsNull_R5498300 = 1 AND [R5498300] IS NULL) OR ([R5498300] = @Original_R5498300)) AND ((@IsNull_R5498301 = 1 AND [R5498301] IS NULL) OR ([R5498301] = @Original_R5498301)) AND ((@IsNull_R5498400 = 1 AND [R5498400] IS NULL) OR ([R5498400] = @Original_R5498400)) AND ((@IsNull_R5498401 = 1 AND [R5498401] IS NULL) OR ([R5498401] = @Original_R5498401)) AND ((@IsNull_R5498500 = 1 AND [R5498500] IS NULL) OR ([R5498500] = @Original_R5498500)) AND ((@IsNull_R5501000 = 1 AND [R5501000] IS NULL) OR ([R5501000] = @Original_R5501000)) AND ((@IsNull_R5501100 = 1 AND [R5501100] IS NULL) OR ([R5501100] = @Original_R5501100)) AND ((@IsNull_R5501200 = 1 AND [R5501200] IS NULL) OR ([R5501200] = @Original_R5501200)) AND ((@IsNull_R5501300 = 1 AND [R5501300] IS NULL) OR ([R5501300] = @Original_R5501300)) AND ((@IsNull_R5501301 = 1 AND [R5501301] IS NULL) OR ([R5501301] = @Original_R5501301)) AND ((@IsNull_R5501400 = 1 AND [R5501400] IS NULL) OR ([R5501400] = @Original_R5501400)) AND ((@IsNull_R5501401 = 1 AND [R5501401] IS NULL) OR ([R5501401] = @Original_R5501401)) AND ((@IsNull_R5501500 = 1 AND [R5501500] IS NULL) OR ([R5501500] = @Original_R5501500)) AND ((@IsNull_R5504000 = 1 AND [R5504000] IS NULL) OR ([R5504000] = @Original_R5504000)) AND ((@IsNull_R5504100 = 1 AND [R5504100] IS NULL) OR ([R5504100] = @Original_R5504100)) AND ((@IsNull_R5504200 = 1 AND [R5504200] IS NULL) OR ([R5504200] = @Original_R5504200)) AND ((@IsNull_R5504300 = 1 AND [R5504300] IS NULL) OR ([R5504300] = @Original_R5504300)) AND ((@IsNull_R5504301 = 1 AND [R5504301] IS NULL) OR ([R5504301] = @Original_R5504301)) AND ((@IsNull_R5504400 = 1 AND [R5504400] IS NULL) OR ([R5504400] = @Original_R5504400)) AND ((@IsNull_R5504401 = 1 AND [R5504401] IS NULL) OR ([R5504401] = @Original_R5504401)) AND ((@IsNull_R5504500 = 1 AND [R5504500] IS NULL) OR ([R5504500] = @Original_R5504500)) AND ((@IsNull_R5507000 = 1 AND [R5507000] IS NULL) OR ([R5507000] = @Original_R5507000)) AND ((@IsNull_R5507100 = 1 AND [R5507100] IS NULL) OR ([R5507100] = @Original_R5507100)) AND ((@IsNull_R5507200 = 1 AND [R5507200] IS NULL) OR ([R5507200] = @Original_R5507200)) AND ((@IsNull_R5507300 = 1 AND [R5507300] IS NULL) OR ([R5507300] = @Original_R5507300)) AND ((@IsNull_R5507301 = 1 AND [R5507301] IS NULL) OR ([R5507301] = @Original_R5507301)) AND ((@IsNull_R5507400 = 1 AND [R5507400] IS NULL) OR ([R5507400] = @Original_R5507400)) AND ((@IsNull_R5507401 = 1 AND [R5507401] IS NULL) OR ([R5507401] = @Original_R5507401)) AND ((@IsNull_R5507500 = 1 AND [R5507500] IS NULL) OR ([R5507500] = @Original_R5507500)) AND ((@IsNull_R5510000 = 1 AND [R5510000] IS NULL) OR ([R5510000] = @Original_R5510000)) AND ((@IsNull_R5510100 = 1 AND [R5510100] IS NULL) OR ([R5510100] = @Original_R5510100)) AND ((@IsNull_R5510200 = 1 AND [R5510200] IS NULL) OR ([R5510200] = @Original_R5510200)) AND ((@IsNull_R5510300 = 1 AND [R5510300] IS NULL) OR ([R5510300] = @Original_R5510300)) AND ((@IsNull_R5510301 = 1 AND [R5510301] IS NULL) OR ([R5510301] = @Original_R5510301)) AND ((@IsNull_R5510400 = 1 AND [R5510400] IS NULL) OR ([R5510400] = @Original_R5510400)) AND ((@IsNull_R5510401 = 1 AND [R5510401] IS NULL) OR ([R5510401] = @Original_R5510401)) AND ((@IsNull_R5510500 = 1 AND [R5510500] IS NULL) OR ([R5510500] = @Original_R5510500)) AND ((@IsNull_R5513000 = 1 AND [R5513000] IS NULL) OR ([R5513000] = @Original_R5513000)) AND ((@IsNull_R5513100 = 1 AND [R5513100] IS NULL) OR ([R5513100] = @Original_R5513100)) AND ((@IsNull_R5513200 = 1 AND [R5513200] IS NULL) OR ([R5513200] = @Original_R5513200)) AND ((@IsNull_R5513300 = 1 AND [R5513300] IS NULL) OR ([R5513300] = @Original_R5513300)) AND ((@IsNull_R5513301 = 1 AND [R5513301] IS NULL) OR ([R5513301] = @Original_R5513301)) AND ((@IsNull_R5513400 = 1 AND [R5513400] IS NULL) OR ([R5513400] = @Original_R5513400)) AND ((@IsNull_R5515300 = 1 AND [R5515300] IS NULL) OR ([R5515300] = @Original_R5515300)) AND ((@IsNull_R5515400 = 1 AND [R5515400] IS NULL) OR ([R5515400] = @Original_R5515400)) AND ((@IsNull_R5515500 = 1 AND [R5515500] IS NULL) OR ([R5515500] = @Original_R5515500)) AND ((@IsNull_R5515600 = 1 AND [R5515600] IS NULL) OR ([R5515600] = @Original_R5515600)) AND ((@IsNull_R5515601 = 1 AND [R5515601] IS NULL) OR ([R5515601] = @Original_R5515601)) AND ((@IsNull_R5515700 = 1 AND [R5515700] IS NULL) OR ([R5515700] = @Original_R5515700)) AND ((@IsNull_R5517600 = 1 AND [R5517600] IS NULL) OR ([R5517600] = @Original_R5517600)) AND ((@IsNull_R5517700 = 1 AND [R5517700] IS NULL) OR ([R5517700] = @Original_R5517700)) AND ((@IsNull_R5517800 = 1 AND [R5517800] IS NULL) OR ([R5517800] = @Original_R5517800)) AND ((@IsNull_R5517900 = 1 AND [R5517900] IS NULL) OR ([R5517900] = @Original_R5517900)) AND ((@IsNull_R5519800 = 1 AND [R5519800] IS NULL) OR ([R5519800] = @Original_R5519800)) AND ((@IsNull_R5519900 = 1 AND [R5519900] IS NULL) OR ([R5519900] = @Original_R5519900)) AND ((@IsNull_R5520000 = 1 AND [R5520000] IS NULL) OR ([R5520000] = @Original_R5520000)) AND ((@IsNull_R5520100 = 1 AND [R5520100] IS NULL) OR ([R5520100] = @Original_R5520100)) AND ((@IsNull_R5520101 = 1 AND [R5520101] IS NULL) OR ([R5520101] = @Original_R5520101)) AND ((@IsNull_R5520200 = 1 AND [R5520200] IS NULL) OR ([R5520200] = @Original_R5520200)) AND ((@IsNull_R6218400 = 1 AND [R6218400] IS NULL) OR ([R6218400] = @Original_R6218400)) AND ((@IsNull_R6218500 = 1 AND [R6218500] IS NULL) OR ([R6218500] = @Original_R6218500)) AND ((@IsNull_R6218600 = 1 AND [R6218600] IS NULL) OR ([R6218600] = @Original_R6218600)) AND ((@IsNull_R6218700 = 1 AND [R6218700] IS NULL) OR ([R6218700] = @Original_R6218700)) AND ((@IsNull_R6218800 = 1 AND [R6218800] IS NULL) OR ([R6218800] = @Original_R6218800)) AND ((@IsNull_R6218900 = 1 AND [R6218900] IS NULL) OR ([R6218900] = @Original_R6218900)) AND ((@IsNull_R6219000 = 1 AND [R6219000] IS NULL) OR ([R6219000] = @Original_R6219000)) AND ((@IsNull_R6219100 = 1 AND [R6219100] IS NULL) OR ([R6219100] = @Original_R6219100)) AND ((@IsNull_R6219200 = 1 AND [R6219200] IS NULL) OR ([R6219200] = @Original_R6219200)) AND ((@IsNull_R6219300 = 1 AND [R6219300] IS NULL) OR ([R6219300] = @Original_R6219300)) AND ((@IsNull_R6219500 = 1 AND [R6219500] IS NULL) OR ([R6219500] = @Original_R6219500)) AND ((@IsNull_R6219600 = 1 AND [R6219600] IS NULL) OR ([R6219600] = @Original_R6219600)) AND ((@IsNull_R6219700 = 1 AND [R6219700] IS NULL) OR ([R6219700] = @Original_R6219700)) AND ((@IsNull_R6219800 = 1 AND [R6219800] IS NULL) OR ([R6219800] = @Original_R6219800)) AND ((@IsNull_R6219900 = 1 AND [R6219900] IS NULL) OR ([R6219900] = @Original_R6219900)) AND ((@IsNull_R6220000 = 1 AND [R6220000] IS NULL) OR ([R6220000] = @Original_R6220000)) AND ((@IsNull_R6220100 = 1 AND [R6220100] IS NULL) OR ([R6220100] = @Original_R6220100)) AND ((@IsNull_R6220200 = 1 AND [R6220200] IS NULL) OR ([R6220200] = @Original_R6220200)) AND ((@IsNull_R6220300 = 1 AND [R6220300] IS NULL) OR ([R6220300] = @Original_R6220300)) AND ((@IsNull_R6220400 = 1 AND [R6220400] IS NULL) OR ([R6220400] = @Original_R6220400)) AND ((@IsNull_R6220600 = 1 AND [R6220600] IS NULL) OR ([R6220600] = @Original_R6220600)) AND ((@IsNull_R6220700 = 1 AND [R6220700] IS NULL) OR ([R6220700] = @Original_R6220700)) AND ((@IsNull_R6220800 = 1 AND [R6220800] IS NULL) OR ([R6220800] = @Original_R6220800)) AND ((@IsNull_R6220900 = 1 AND [R6220900] IS NULL) OR ([R6220900] = @Original_R6220900)) AND ((@IsNull_R6221000 = 1 AND [R6221000] IS NULL) OR ([R6221000] = @Original_R6221000)) AND ((@IsNull_R6221100 = 1 AND [R6221100] IS NULL) OR ([R6221100] = @Original_R6221100)) AND ((@IsNull_R6221200 = 1 AND [R6221200] IS NULL) OR ([R6221200] = @Original_R6221200)) AND ((@IsNull_R6221300 = 1 AND [R6221300] IS NULL) OR ([R6221300] = @Original_R6221300)) AND ((@IsNull_R6221400 = 1 AND [R6221400] IS NULL) OR ([R6221400] = @Original_R6221400)) AND ((@IsNull_R6221500 = 1 AND [R6221500] IS NULL) OR ([R6221500] = @Original_R6221500)) AND ((@IsNull_R6221700 = 1 AND [R6221700] IS NULL) OR ([R6221700] = @Original_R6221700)) AND ((@IsNull_R6221701 = 1 AND [R6221701] IS NULL) OR ([R6221701] = @Original_R6221701)) AND ((@IsNull_R6221800 = 1 AND [R6221800] IS NULL) OR ([R6221800] = @Original_R6221800)) AND ((@IsNull_R6221801 = 1 AND [R6221801] IS NULL) OR ([R6221801] = @Original_R6221801)) AND ((@IsNull_R6221900 = 1 AND [R6221900] IS NULL) OR ([R6221900] = @Original_R6221900)) AND ((@IsNull_R6221901 = 1 AND [R6221901] IS NULL) OR ([R6221901] = @Original_R6221901)) AND ((@IsNull_R6222000 = 1 AND [R6222000] IS NULL) OR ([R6222000] = @Original_R6222000)) AND ((@IsNull_R6222001 = 1 AND [R6222001] IS NULL) OR ([R6222001] = @Original_R6222001)) AND ((@IsNull_R6222100 = 1 AND [R6222100] IS NULL) OR ([R6222100] = @Original_R6222100)) AND ((@IsNull_R6222101 = 1 AND [R6222101] IS NULL) OR ([R6222101] = @Original_R6222101)) AND ((@IsNull_R6222200 = 1 AND [R6222200] IS NULL) OR ([R6222200] = @Original_R6222200)) AND ((@IsNull_R6222201 = 1 AND [R6222201] IS NULL) OR ([R6222201] = @Original_R6222201)) AND ((@IsNull_R6222300 = 1 AND [R6222300] IS NULL) OR ([R6222300] = @Original_R6222300)) AND ((@IsNull_R6222301 = 1 AND [R6222301] IS NULL) OR ([R6222301] = @Original_R6222301)) AND ((@IsNull_R6222400 = 1 AND [R6222400] IS NULL) OR ([R6222400] = @Original_R6222400)) AND ((@IsNull_R6222401 = 1 AND [R6222401] IS NULL) OR ([R6222401] = @Original_R6222401)) AND ((@IsNull_R6222500 = 1 AND [R6222500] IS NULL) OR ([R6222500] = @Original_R6222500)) AND ((@IsNull_R6222501 = 1 AND [R6222501] IS NULL) OR ([R6222501] = @Original_R6222501)) AND ((@IsNull_R6222600 = 1 AND [R6222600] IS NULL) OR ([R6222600] = @Original_R6222600)) AND ((@IsNull_R6222601 = 1 AND [R6222601] IS NULL) OR ([R6222601] = @Original_R6222601)) AND ((@IsNull_R6222800 = 1 AND [R6222800] IS NULL) OR ([R6222800] = @Original_R6222800)) AND ((@IsNull_R6222801 = 1 AND [R6222801] IS NULL) OR ([R6222801] = @Original_R6222801)) AND ((@IsNull_R6222900 = 1 AND [R6222900] IS NULL) OR ([R6222900] = @Original_R6222900)) AND ((@IsNull_R6222901 = 1 AND [R6222901] IS NULL) OR ([R6222901] = @Original_R6222901)) AND ((@IsNull_R6223000 = 1 AND [R6223000] IS NULL) OR ([R6223000] = @Original_R6223000)) AND ((@IsNull_R6223001 = 1 AND [R6223001] IS NULL) OR ([R6223001] = @Original_R6223001)) AND ((@IsNull_R6223100 = 1 AND [R6223100] IS NULL) OR ([R6223100] = @Original_R6223100)) AND ((@IsNull_R6223101 = 1 AND [R6223101] IS NULL) OR ([R6223101] = @Original_R6223101)) AND ((@IsNull_R6223200 = 1 AND [R6223200] IS NULL) OR ([R6223200] = @Original_R6223200)) AND ((@IsNull_R6223201 = 1 AND [R6223201] IS NULL) OR ([R6223201] = @Original_R6223201)) AND ((@IsNull_R6223300 = 1 AND [R6223300] IS NULL) OR ([R6223300] = @Original_R6223300)) AND ((@IsNull_R6223301 = 1 AND [R6223301] IS NULL) OR ([R6223301] = @Original_R6223301)) AND ((@IsNull_R6223400 = 1 AND [R6223400] IS NULL) OR ([R6223400] = @Original_R6223400)) AND ((@IsNull_R6223500 = 1 AND [R6223500] IS NULL) OR ([R6223500] = @Original_R6223500)) AND ((@IsNull_R6223600 = 1 AND [R6223600] IS NULL) OR ([R6223600] = @Original_R6223600)) AND ((@IsNull_R6223700 = 1 AND [R6223700] IS NULL) OR ([R6223700] = @Original_R6223700)) AND ((@IsNull_R6223800 = 1 AND [R6223800] IS NULL) OR ([R6223800] = @Original_R6223800)) AND ((@IsNull_R6223900 = 1 AND [R6223900] IS NULL) OR ([R6223900] = @Original_R6223900)) AND ((@IsNull_R6224000 = 1 AND [R6224000] IS NULL) OR ([R6224000] = @Original_R6224000)) AND ((@IsNull_R6224100 = 1 AND [R6224100] IS NULL) OR ([R6224100] = @Original_R6224100)) AND ((@IsNull_R6224200 = 1 AND [R6224200] IS NULL) OR ([R6224200] = @Original_R6224200)) AND ((@IsNull_R6224300 = 1 AND [R6224300] IS NULL) OR ([R6224300] = @Original_R6224300)) AND ((@IsNull_R6770600 = 1 AND [R6770600] IS NULL) OR ([R6770600] = @Original_R6770600)) AND ((@IsNull_R6771600 = 1 AND [R6771600] IS NULL) OR ([R6771600] = @Original_R6771600)) AND ((@IsNull_R6771700 = 1 AND [R6771700] IS NULL) OR ([R6771700] = @Original_R6771700)) AND ((@IsNull_R6771800 = 1 AND [R6771800] IS NULL) OR ([R6771800] = @Original_R6771800)) AND ((@IsNull_R6771900 = 1 AND [R6771900] IS NULL) OR ([R6771900] = @Original_R6771900)) AND ((@IsNull_R6772000 = 1 AND [R6772000] IS NULL) OR ([R6772000] = @Original_R6772000)) AND ((@IsNull_R6772100 = 1 AND [R6772100] IS NULL) OR ([R6772100] = @Original_R6772100)) AND ((@IsNull_R6772200 = 1 AND [R6772200] IS NULL) OR ([R6772200] = @Original_R6772200)) AND ((@IsNull_R6772300 = 1 AND [R6772300] IS NULL) OR ([R6772300] = @Original_R6772300)) AND ((@IsNull_R6772400 = 1 AND [R6772400] IS NULL) OR ([R6772400] = @Original_R6772400)) AND ((@IsNull_R6772500 = 1 AND [R6772500] IS NULL) OR ([R6772500] = @Original_R6772500)) AND ((@IsNull_R6772600 = 1 AND [R6772600] IS NULL) OR ([R6772600] = @Original_R6772600)) AND ((@IsNull_R6772700 = 1 AND [R6772700] IS NULL) OR ([R6772700] = @Original_R6772700)) AND ((@IsNull_R6772800 = 1 AND [R6772800] IS NULL) OR ([R6772800] = @Original_R6772800)) AND ((@IsNull_R6772900 = 1 AND [R6772900] IS NULL) OR ([R6772900] = @Original_R6772900)) AND ((@IsNull_R6773000 = 1 AND [R6773000] IS NULL) OR ([R6773000] = @Original_R6773000)) AND ((@IsNull_R6773100 = 1 AND [R6773100] IS NULL) OR ([R6773100] = @Original_R6773100)) AND ((@IsNull_R6773200 = 1 AND [R6773200] IS NULL) OR ([R6773200] = @Original_R6773200)) AND ((@IsNull_R6773300 = 1 AND [R6773300] IS NULL) OR ([R6773300] = @Original_R6773300)) AND ((@IsNull_R6773400 = 1 AND [R6773400] IS NULL) OR ([R6773400] = @Original_R6773400)) AND ((@IsNull_R6773500 = 1 AND [R6773500] IS NULL) OR ([R6773500] = @Original_R6773500)) AND ((@IsNull_R6773600 = 1 AND [R6773600] IS NULL) OR ([R6773600] = @Original_R6773600)) AND ((@IsNull_R6773700 = 1 AND [R6773700] IS NULL) OR ([R6773700] = @Original_R6773700)) AND ((@IsNull_R6773800 = 1 AND [R6773800] IS NULL) OR ([R6773800] = @Original_R6773800)) AND ((@IsNull_R6773900 = 1 AND [R6773900] IS NULL) OR ([R6773900] = @Original_R6773900)) AND ((@IsNull_R6774000 = 1 AND [R6774000] IS NULL) OR ([R6774000] = @Original_R6774000)) AND ((@IsNull_R6774100 = 1 AND [R6774100] IS NULL) OR ([R6774100] = @Original_R6774100)) AND ((@IsNull_R6774200 = 1 AND [R6774200] IS NULL) OR ([R6774200] = @Original_R6774200)) AND ((@IsNull_R6774300 = 1 AND [R6774300] IS NULL) OR ([R6774300] = @Original_R6774300)) AND ((@IsNull_R6774400 = 1 AND [R6774400] IS NULL) OR ([R6774400] = @Original_R6774400)) AND ((@IsNull_R6774500 = 1 AND [R6774500] IS NULL) OR ([R6774500] = @Original_R6774500)) AND ((@IsNull_R6774600 = 1 AND [R6774600] IS NULL) OR ([R6774600] = @Original_R6774600)) AND ((@IsNull_R6774700 = 1 AND [R6774700] IS NULL) OR ([R6774700] = @Original_R6774700)) AND ((@IsNull_R6774800 = 1 AND [R6774800] IS NULL) OR ([R6774800] = @Original_R6774800)) AND ((@IsNull_R6774900 = 1 AND [R6774900] IS NULL) OR ([R6774900] = @Original_R6774900)) AND ((@IsNull_R6775000 = 1 AND [R6775000] IS NULL) OR ([R6775000] = @Original_R6775000)) AND ((@IsNull_R6775100 = 1 AND [R6775100] IS NULL) OR ([R6775100] = @Original_R6775100)) AND ((@IsNull_R6775200 = 1 AND [R6775200] IS NULL) OR ([R6775200] = @Original_R6775200)) AND ((@IsNull_R6775300 = 1 AND [R6775300] IS NULL) OR ([R6775300] = @Original_R6775300)) AND ((@IsNull_R6775400 = 1 AND [R6775400] IS NULL) OR ([R6775400] = @Original_R6775400)) AND ((@IsNull_R6775500 = 1 AND [R6775500] IS NULL) OR ([R6775500] = @Original_R6775500)) AND ((@IsNull_R6775501 = 1 AND [R6775501] IS NULL) OR ([R6775501] = @Original_R6775501)) AND ((@IsNull_R6775600 = 1 AND [R6775600] IS NULL) OR ([R6775600] = @Original_R6775600)) AND ((@IsNull_R6775601 = 1 AND [R6775601] IS NULL) OR ([R6775601] = @Original_R6775601)) AND ((@IsNull_R6775700 = 1 AND [R6775700] IS NULL) OR ([R6775700] = @Original_R6775700)) AND ((@IsNull_R6775701 = 1 AND [R6775701] IS NULL) OR ([R6775701] = @Original_R6775701)) AND ((@IsNull_R6775800 = 1 AND [R6775800] IS NULL) OR ([R6775800] = @Original_R6775800)) AND ((@IsNull_R6775801 = 1 AND [R6775801] IS NULL) OR ([R6775801] = @Original_R6775801)) AND ((@IsNull_R6775900 = 1 AND [R6775900] IS NULL) OR ([R6775900] = @Original_R6775900)) AND ((@IsNull_R6775901 = 1 AND [R6775901] IS NULL) OR ([R6775901] = @Original_R6775901)) AND ((@IsNull_R6776000 = 1 AND [R6776000] IS NULL) OR ([R6776000] = @Original_R6776000)) AND ((@IsNull_R6776001 = 1 AND [R6776001] IS NULL) OR ([R6776001] = @Original_R6776001)) AND ((@IsNull_R6776100 = 1 AND [R6776100] IS NULL) OR ([R6776100] = @Original_R6776100)) AND ((@IsNull_R6776101 = 1 AND [R6776101] IS NULL) OR ([R6776101] = @Original_R6776101)) AND ((@IsNull_R6776200 = 1 AND [R6776200] IS NULL) OR ([R6776200] = @Original_R6776200)) AND ((@IsNull_R6776201 = 1 AND [R6776201] IS NULL) OR ([R6776201] = @Original_R6776201)) AND ((@IsNull_R6776300 = 1 AND [R6776300] IS NULL) OR ([R6776300] = @Original_R6776300)) AND ((@IsNull_R6776301 = 1 AND [R6776301] IS NULL) OR ([R6776301] = @Original_R6776301)) AND ((@IsNull_R6776400 = 1 AND [R6776400] IS NULL) OR ([R6776400] = @Original_R6776400)) AND ((@IsNull_R6776401 = 1 AND [R6776401] IS NULL) OR ([R6776401] = @Original_R6776401)) AND ((@IsNull_R6776500 = 1 AND [R6776500] IS NULL) OR ([R6776500] = @Original_R6776500)) AND ((@IsNull_R6776501 = 1 AND [R6776501] IS NULL) OR ([R6776501] = @Original_R6776501)) AND ((@IsNull_R6776600 = 1 AND [R6776600] IS NULL) OR ([R6776600] = @Original_R6776600)) AND ((@IsNull_R6776601 = 1 AND [R6776601] IS NULL) OR ([R6776601] = @Original_R6776601)) AND ((@IsNull_R6776700 = 1 AND [R6776700] IS NULL) OR ([R6776700] = @Original_R6776700)) AND ((@IsNull_R6776701 = 1 AND [R6776701] IS NULL) OR ([R6776701] = @Original_R6776701)) AND ((@IsNull_R6776800 = 1 AND [R6776800] IS NULL) OR ([R6776800] = @Original_R6776800)) AND ((@IsNull_R6776801 = 1 AND [R6776801] IS NULL) OR ([R6776801] = @Original_R6776801)) AND ((@IsNull_R6776900 = 1 AND [R6776900] IS NULL) OR ([R6776900] = @Original_R6776900)) AND ((@IsNull_R6777000 = 1 AND [R6777000] IS NULL) OR ([R6777000] = @Original_R6777000)) AND ((@IsNull_R6777100 = 1 AND [R6777100] IS NULL) OR ([R6777100] = @Original_R6777100)) AND ((@IsNull_R6777200 = 1 AND [R6777200] IS NULL) OR ([R6777200] = @Original_R6777200)) AND ((@IsNull_R6777300 = 1 AND [R6777300] IS NULL) OR ([R6777300] = @Original_R6777300)) AND ((@IsNull_R6777400 = 1 AND [R6777400] IS NULL) OR ([R6777400] = @Original_R6777400)) AND ((@IsNull_R6777500 = 1 AND [R6777500] IS NULL) OR ([R6777500] = @Original_R6777500)) AND ((@IsNull_R6777600 = 1 AND [R6777600] IS NULL) OR ([R6777600] = @Original_R6777600)) AND ((@IsNull_R6777700 = 1 AND [R6777700] IS NULL) OR ([R6777700] = @Original_R6777700)) AND ((@IsNull_R6777800 = 1 AND [R6777800] IS NULL) OR ([R6777800] = @Original_R6777800)) AND ((@IsNull_R7415900 = 1 AND [R7415900] IS NULL) OR ([R7415900] = @Original_R7415900)) AND ((@IsNull_R7416000 = 1 AND [R7416000] IS NULL) OR ([R7416000] = @Original_R7416000)) AND ((@IsNull_R7416100 = 1 AND [R7416100] IS NULL) OR ([R7416100] = @Original_R7416100)) AND ((@IsNull_R7416200 = 1 AND [R7416200] IS NULL) OR ([R7416200] = @Original_R7416200)) AND ((@IsNull_R7416300 = 1 AND [R7416300] IS NULL) OR ([R7416300] = @Original_R7416300)) AND ((@IsNull_R7416400 = 1 AND [R7416400] IS NULL) OR ([R7416400] = @Original_R7416400)) AND ((@IsNull_R7416500 = 1 AND [R7416500] IS NULL) OR ([R7416500] = @Original_R7416500)) AND ((@IsNull_R7416600 = 1 AND [R7416600] IS NULL) OR ([R7416600] = @Original_R7416600)) AND ((@IsNull_R7416700 = 1 AND [R7416700] IS NULL) OR ([R7416700] = @Original_R7416700)) AND ((@IsNull_R7416800 = 1 AND [R7416800] IS NULL) OR ([R7416800] = @Original_R7416800)) AND ((@IsNull_R7416900 = 1 AND [R7416900] IS NULL) OR ([R7416900] = @Original_R7416900)) AND ((@IsNull_R7417000 = 1 AND [R7417000] IS NULL) OR ([R7417000] = @Original_R7417000)) AND ((@IsNull_R7417100 = 1 AND [R7417100] IS NULL) OR ([R7417100] = @Original_R7417100)) AND ((@IsNull_R7417200 = 1 AND [R7417200] IS NULL) OR ([R7417200] = @Original_R7417200)) AND ((@IsNull_R7417300 = 1 AND [R7417300] IS NULL) OR ([R7417300] = @Original_R7417300)) AND ((@IsNull_R7417400 = 1 AND [R7417400] IS NULL) OR ([R7417400] = @Original_R7417400)) AND ((@IsNull_R7417500 = 1 AND [R7417500] IS NULL) OR ([R7417500] = @Original_R7417500)) AND ((@IsNull_R7417600 = 1 AND [R7417600] IS NULL) OR ([R7417600] = @Original_R7417600)) AND ((@IsNull_R7417700 = 1 AND [R7417700] IS NULL) OR ([R7417700] = @Original_R7417700)) AND ((@IsNull_R7417800 = 1 AND [R7417800] IS NULL) OR ([R7417800] = @Original_R7417800)) AND ((@IsNull_R7417900 = 1 AND [R7417900] IS NULL) OR ([R7417900] = @Original_R7417900)) AND ((@IsNull_R7418000 = 1 AND [R7418000] IS NULL) OR ([R7418000] = @Original_R7418000)) AND ((@IsNull_R7418100 = 1 AND [R7418100] IS NULL) OR ([R7418100] = @Original_R7418100)) AND ((@IsNull_R7418200 = 1 AND [R7418200] IS NULL) OR ([R7418200] = @Original_R7418200)) AND ((@IsNull_R7418300 = 1 AND [R7418300] IS NULL) OR ([R7418300] = @Original_R7418300)) AND ((@IsNull_R7418400 = 1 AND [R7418400] IS NULL) OR ([R7418400] = @Original_R7418400)) AND ((@IsNull_R7418500 = 1 AND [R7418500] IS NULL) OR ([R7418500] = @Original_R7418500)) AND ((@IsNull_R7418600 = 1 AND [R7418600] IS NULL) OR ([R7418600] = @Original_R7418600)) AND ((@IsNull_R7418700 = 1 AND [R7418700] IS NULL) OR ([R7418700] = @Original_R7418700)) AND ((@IsNull_R7418800 = 1 AND [R7418800] IS NULL) OR ([R7418800] = @Original_R7418800)) AND ((@IsNull_R7418900 = 1 AND [R7418900] IS NULL) OR ([R7418900] = @Original_R7418900)) AND ((@IsNull_R7419000 = 1 AND [R7419000] IS NULL) OR ([R7419000] = @Original_R7419000)) AND ((@IsNull_R7419100 = 1 AND [R7419100] IS NULL) OR ([R7419100] = @Original_R7419100)) AND ((@IsNull_R7419200 = 1 AND [R7419200] IS NULL) OR ([R7419200] = @Original_R7419200)) AND ((@IsNull_R7419300 = 1 AND [R7419300] IS NULL) OR ([R7419300] = @Original_R7419300)) AND ((@IsNull_R7419400 = 1 AND [R7419400] IS NULL) OR ([R7419400] = @Original_R7419400)) AND ((@IsNull_R7419500 = 1 AND [R7419500] IS NULL) OR ([R7419500] = @Original_R7419500)) AND ((@IsNull_R7419600 = 1 AND [R7419600] IS NULL) OR ([R7419600] = @Original_R7419600)) AND ((@IsNull_R7419700 = 1 AND [R7419700] IS NULL) OR ([R7419700] = @Original_R7419700)) AND ((@IsNull_R7419800 = 1 AND [R7419800] IS NULL) OR ([R7419800] = @Original_R7419800)) AND ((@IsNull_R7419900 = 1 AND [R7419900] IS NULL) OR ([R7419900] = @Original_R7419900)) AND ((@IsNull_R7419901 = 1 AND [R7419901] IS NULL) OR ([R7419901] = @Original_R7419901)) AND ((@IsNull_R7420000 = 1 AND [R7420000] IS NULL) OR ([R7420000] = @Original_R7420000)) AND ((@IsNull_R7420001 = 1 AND [R7420001] IS NULL) OR ([R7420001] = @Original_R7420001)) AND ((@IsNull_R7420100 = 1 AND [R7420100] IS NULL) OR ([R7420100] = @Original_R7420100)) AND ((@IsNull_R7420101 = 1 AND [R7420101] IS NULL) OR ([R7420101] = @Original_R7420101)) AND ((@IsNull_R7420200 = 1 AND [R7420200] IS NULL) OR ([R7420200] = @Original_R7420200)) AND ((@IsNull_R7420201 = 1 AND [R7420201] IS NULL) OR ([R7420201] = @Original_R7420201)) AND ((@IsNull_R7420300 = 1 AND [R7420300] IS NULL) OR ([R7420300] = @Original_R7420300)) AND ((@IsNull_R7420301 = 1 AND [R7420301] IS NULL) OR ([R7420301] = @Original_R7420301)) AND ((@IsNull_R7420400 = 1 AND [R7420400] IS NULL) OR ([R7420400] = @Original_R7420400)) AND ((@IsNull_R7420401 = 1 AND [R7420401] IS NULL) OR ([R7420401] = @Original_R7420401)) AND ((@IsNull_R7420500 = 1 AND [R7420500] IS NULL) OR ([R7420500] = @Original_R7420500)) AND ((@IsNull_R7420501 = 1 AND [R7420501] IS NULL) OR ([R7420501] = @Original_R7420501)) AND ((@IsNull_R7420600 = 1 AND [R7420600] IS NULL) OR ([R7420600] = @Original_R7420600)) AND ((@IsNull_R7420601 = 1 AND [R7420601] IS NULL) OR ([R7420601] = @Original_R7420601)) AND ((@IsNull_R7420700 = 1 AND [R7420700] IS NULL) OR ([R7420700] = @Original_R7420700)) AND ((@IsNull_R7420701 = 1 AND [R7420701] IS NULL) OR ([R7420701] = @Original_R7420701)) AND ((@IsNull_R7420800 = 1 AND [R7420800] IS NULL) OR ([R7420800] = @Original_R7420800)) AND ((@IsNull_R7420801 = 1 AND [R7420801] IS NULL) OR ([R7420801] = @Original_R7420801)) AND ((@IsNull_R7420900 = 1 AND [R7420900] IS NULL) OR ([R7420900] = @Original_R7420900)) AND ((@IsNull_R7420901 = 1 AND [R7420901] IS NULL) OR ([R7420901] = @Original_R7420901)) AND ((@IsNull_R7421000 = 1 AND [R7421000] IS NULL) OR ([R7421000] = @Original_R7421000)) AND ((@IsNull_R7421001 = 1 AND [R7421001] IS NULL) OR ([R7421001] = @Original_R7421001)) AND ((@IsNull_R7421100 = 1 AND [R7421100] IS NULL) OR ([R7421100] = @Original_R7421100)) AND ((@IsNull_R7421101 = 1 AND [R7421101] IS NULL) OR ([R7421101] = @Original_R7421101)) AND ((@IsNull_R7421200 = 1 AND [R7421200] IS NULL) OR ([R7421200] = @Original_R7421200)) AND ((@IsNull_R7421201 = 1 AND [R7421201] IS NULL) OR ([R7421201] = @Original_R7421201)) AND ((@IsNull_R7421300 = 1 AND [R7421300] IS NULL) OR ([R7421300] = @Original_R7421300)) AND ((@IsNull_R7421301 = 1 AND [R7421301] IS NULL) OR ([R7421301] = @Original_R7421301)) AND ((@IsNull_R7421400 = 1 AND [R7421400] IS NULL) OR ([R7421400] = @Original_R7421400)) AND ((@IsNull_R7421500 = 1 AND [R7421500] IS NULL) OR ([R7421500] = @Original_R7421500)) AND ((@IsNull_R7421600 = 1 AND [R7421600] IS NULL) OR ([R7421600] = @Original_R7421600)) AND ((@IsNull_R7421700 = 1 AND [R7421700] IS NULL) OR ([R7421700] = @Original_R7421700)) AND ((@IsNull_R7421800 = 1 AND [R7421800] IS NULL) OR ([R7421800] = @Original_R7421800)) AND ((@IsNull_R7421900 = 1 AND [R7421900] IS NULL) OR ([R7421900] = @Original_R7421900)) AND ((@IsNull_R7422000 = 1 AND [R7422000] IS NULL) OR ([R7422000] = @Original_R7422000)) AND ((@IsNull_R7422100 = 1 AND [R7422100] IS NULL) OR ([R7422100] = @Original_R7422100)) AND ((@IsNull_R7422200 = 1 AND [R7422200] IS NULL) OR ([R7422200] = @Original_R7422200)) AND ((@IsNull_R7422300 = 1 AND [R7422300] IS NULL) OR ([R7422300] = @Original_R7422300)) AND ((@IsNull_R8114000 = 1 AND [R8114000] IS NULL) OR ([R8114000] = @Original_R8114000)) AND ((@IsNull_R8114100 = 1 AND [R8114100] IS NULL) OR ([R8114100] = @Original_R8114100)) AND ((@IsNull_R8114200 = 1 AND [R8114200] IS NULL) OR ([R8114200] = @Original_R8114200)) AND ((@IsNull_R8114300 = 1 AND [R8114300] IS NULL) OR ([R8114300] = @Original_R8114300)) AND ((@IsNull_R8114400 = 1 AND [R8114400] IS NULL) OR ([R8114400] = @Original_R8114400)) AND ((@IsNull_R8114500 = 1 AND [R8114500] IS NULL) OR ([R8114500] = @Original_R8114500)) AND ((@IsNull_R8114600 = 1 AND [R8114600] IS NULL) OR ([R8114600] = @Original_R8114600)) AND ((@IsNull_R8114700 = 1 AND [R8114700] IS NULL) OR ([R8114700] = @Original_R8114700)) AND ((@IsNull_R8114800 = 1 AND [R8114800] IS NULL) OR ([R8114800] = @Original_R8114800)) AND ((@IsNull_R8114900 = 1 AND [R8114900] IS NULL) OR ([R8114900] = @Original_R8114900)) AND ((@IsNull_R8115000 = 1 AND [R8115000] IS NULL) OR ([R8115000] = @Original_R8115000)) AND ((@IsNull_R8115100 = 1 AND [R8115100] IS NULL) OR ([R8115100] = @Original_R8115100)) AND ((@IsNull_R8115200 = 1 AND [R8115200] IS NULL) OR ([R8115200] = @Original_R8115200)) AND ((@IsNull_R8115300 = 1 AND [R8115300] IS NULL) OR ([R8115300] = @Original_R8115300)) AND ((@IsNull_R8115400 = 1 AND [R8115400] IS NULL) OR ([R8115400] = @Original_R8115400)) AND ((@IsNull_R8115500 = 1 AND [R8115500] IS NULL) OR ([R8115500] = @Original_R8115500)) AND ((@IsNull_R8115600 = 1 AND [R8115600] IS NULL) OR ([R8115600] = @Original_R8115600)) AND ((@IsNull_R8115700 = 1 AND [R8115700] IS NULL) OR ([R8115700] = @Original_R8115700)) AND ((@IsNull_R8115800 = 1 AND [R8115800] IS NULL) OR ([R8115800] = @Original_R8115800)) AND ((@IsNull_R8115900 = 1 AND [R8115900] IS NULL) OR ([R8115900] = @Original_R8115900)) AND ((@IsNull_R8116000 = 1 AND [R8116000] IS NULL) OR ([R8116000] = @Original_R8116000)) AND ((@IsNull_R8116100 = 1 AND [R8116100] IS NULL) OR ([R8116100] = @Original_R8116100)) AND ((@IsNull_R8116200 = 1 AND [R8116200] IS NULL) OR ([R8116200] = @Original_R8116200)) AND ((@IsNull_R8116300 = 1 AND [R8116300] IS NULL) OR ([R8116300] = @Original_R8116300)) AND ((@IsNull_R8116400 = 1 AND [R8116400] IS NULL) OR ([R8116400] = @Original_R8116400)) AND ((@IsNull_R8116500 = 1 AND [R8116500] IS NULL) OR ([R8116500] = @Original_R8116500)) AND ((@IsNull_R8116600 = 1 AND [R8116600] IS NULL) OR ([R8116600] = @Original_R8116600)) AND ((@IsNull_R8116700 = 1 AND [R8116700] IS NULL) OR ([R8116700] = @Original_R8116700)) AND ((@IsNull_R8116800 = 1 AND [R8116800] IS NULL) OR ([R8116800] = @Original_R8116800)) AND ((@IsNull_R8116900 = 1 AND [R8116900] IS NULL) OR ([R8116900] = @Original_R8116900)) AND ((@IsNull_R8117000 = 1 AND [R8117000] IS NULL) OR ([R8117000] = @Original_R8117000)) AND ((@IsNull_R8117100 = 1 AND [R8117100] IS NULL) OR ([R8117100] = @Original_R8117100)) AND ((@IsNull_R8117200 = 1 AND [R8117200] IS NULL) OR ([R8117200] = @Original_R8117200)) AND ((@IsNull_R8117300 = 1 AND [R8117300] IS NULL) OR ([R8117300] = @Original_R8117300)) AND ((@IsNull_R8117400 = 1 AND [R8117400] IS NULL) OR ([R8117400] = @Original_R8117400)) AND ((@IsNull_R8117500 = 1 AND [R8117500] IS NULL) OR ([R8117500] = @Original_R8117500)) AND ((@IsNull_R8117600 = 1 AND [R8117600] IS NULL) OR ([R8117600] = @Original_R8117600)) AND ((@IsNull_R8117700 = 1 AND [R8117700] IS NULL) OR ([R8117700] = @Original_R8117700)) AND ((@IsNull_R8117800 = 1 AND [R8117800] IS NULL) OR ([R8117800] = @Original_R8117800)) AND ((@IsNull_R8117900 = 1 AND [R8117900] IS NULL) OR ([R8117900] = @Original_R8117900)) AND ((@IsNull_R8118000 = 1 AND [R8118000] IS NULL) OR ([R8118000] = @Original_R8118000)) AND ((@IsNull_R8118001 = 1 AND [R8118001] IS NULL) OR ([R8118001] = @Original_R8118001)) AND ((@IsNull_R8118100 = 1 AND [R8118100] IS NULL) OR ([R8118100] = @Original_R8118100)) AND ((@IsNull_R8118101 = 1 AND [R8118101] IS NULL) OR ([R8118101] = @Original_R8118101)) AND ((@IsNull_R8118200 = 1 AND [R8118200] IS NULL) OR ([R8118200] = @Original_R8118200)) AND ((@IsNull_R8118201 = 1 AND [R8118201] IS NULL) OR ([R8118201] = @Original_R8118201)) AND ((@IsNull_R8118300 = 1 AND [R8118300] IS NULL) OR ([R8118300] = @Original_R8118300)) AND ((@IsNull_R8118301 = 1 AND [R8118301] IS NULL) OR ([R8118301] = @Original_R8118301)) AND ((@IsNull_R8118400 = 1 AND [R8118400] IS NULL) OR ([R8118400] = @Original_R8118400)) AND ((@IsNull_R8118401 = 1 AND [R8118401] IS NULL) OR ([R8118401] = @Original_R8118401)) AND ((@IsNull_R8118500 = 1 AND [R8118500] IS NULL) OR ([R8118500] = @Original_R8118500)) AND ((@IsNull_R8118501 = 1 AND [R8118501] IS NULL) OR ([R8118501] = @Original_R8118501)) AND ((@IsNull_R8118600 = 1 AND [R8118600] IS NULL) OR ([R8118600] = @Original_R8118600)) AND ((@IsNull_R8118601 = 1 AND [R8118601] IS NULL) OR ([R8118601] = @Original_R8118601)) AND ((@IsNull_R8118700 = 1 AND [R8118700] IS NULL) OR ([R8118700] = @Original_R8118700)) AND ((@IsNull_R8118701 = 1 AND [R8118701] IS NULL) OR ([R8118701] = @Original_R8118701)) AND ((@IsNull_R8118800 = 1 AND [R8118800] IS NULL) OR ([R8118800] = @Original_R8118800)) AND ((@IsNull_R8118801 = 1 AND [R8118801] IS NULL) OR ([R8118801] = @Original_R8118801)) AND ((@IsNull_R8118900 = 1 AND [R8118900] IS NULL) OR ([R8118900] = @Original_R8118900)) AND ((@IsNull_R8118901 = 1 AND [R8118901] IS NULL) OR ([R8118901] = @Original_R8118901)) AND ((@IsNull_R8119000 = 1 AND [R8119000] IS NULL) OR ([R8119000] = @Original_R8119000)) AND ((@IsNull_R8119001 = 1 AND [R8119001] IS NULL) OR ([R8119001] = @Original_R8119001)) AND ((@IsNull_R8119100 = 1 AND [R8119100] IS NULL) OR ([R8119100] = @Original_R8119100)) AND ((@IsNull_R8119101 = 1 AND [R8119101] IS NULL) OR ([R8119101] = @Original_R8119101)) AND ((@IsNull_R8119200 = 1 AND [R8119200] IS NULL) OR ([R8119200] = @Original_R8119200)) AND ((@IsNull_R8119201 = 1 AND [R8119201] IS NULL) OR ([R8119201] = @Original_R8119201)) AND ((@IsNull_R8119300 = 1 AND [R8119300] IS NULL) OR ([R8119300] = @Original_R8119300)) AND ((@IsNull_R8119301 = 1 AND [R8119301] IS NULL) OR ([R8119301] = @Original_R8119301)) AND ((@IsNull_R8119400 = 1 AND [R8119400] IS NULL) OR ([R8119400] = @Original_R8119400)) AND ((@IsNull_R8119401 = 1 AND [R8119401] IS NULL) OR ([R8119401] = @Original_R8119401)) AND ((@IsNull_R8119500 = 1 AND [R8119500] IS NULL) OR ([R8119500] = @Original_R8119500)) AND ((@IsNull_R8119501 = 1 AND [R8119501] IS NULL) OR ([R8119501] = @Original_R8119501)) AND ((@IsNull_R8119600 = 1 AND [R8119600] IS NULL) OR ([R8119600] = @Original_R8119600)) AND ((@IsNull_R8119700 = 1 AND [R8119700] IS NULL) OR ([R8119700] = @Original_R8119700)) AND ((@IsNull_R8119800 = 1 AND [R8119800] IS NULL) OR ([R8119800] = @Original_R8119800)) AND ((@IsNull_R8119900 = 1 AND [R8119900] IS NULL) OR ([R8119900] = @Original_R8119900)) AND ((@IsNull_R8120000 = 1 AND [R8120000] IS NULL) OR ([R8120000] = @Original_R8120000)) AND ((@IsNull_R8120100 = 1 AND [R8120100] IS NULL) OR ([R8120100] = @Original_R8120100)) AND ((@IsNull_R8120200 = 1 AND [R8120200] IS NULL) OR ([R8120200] = @Original_R8120200)) AND ((@IsNull_R8120300 = 1 AND [R8120300] IS NULL) OR ([R8120300] = @Original_R8120300)) AND ((@IsNull_R8120400 = 1 AND [R8120400] IS NULL) OR ([R8120400] = @Original_R8120400)) AND ((@IsNull_R8120500 = 1 AND [R8120500] IS NULL) OR ([R8120500] = @Original_R8120500)) AND ((@IsNull_R8135300 = 1 AND [R8135300] IS NULL) OR ([R8135300] = @Original_R8135300)) AND ((@IsNull_R8135400 = 1 AND [R8135400] IS NULL) OR ([R8135400] = @Original_R8135400)) AND ((@IsNull_R8135500 = 1 AND [R8135500] IS NULL) OR ([R8135500] = @Original_R8135500)) AND ((@IsNull_R8135600 = 1 AND [R8135600] IS NULL) OR ([R8135600] = @Original_R8135600)) AND ((@IsNull_R8135700 = 1 AND [R8135700] IS NULL) OR ([R8135700] = @Original_R8135700)) AND ((@IsNull_R8135800 = 1 AND [R8135800] IS NULL) OR ([R8135800] = @Original_R8135800)) AND ((@IsNull_R8135900 = 1 AND [R8135900] IS NULL) OR ([R8135900] = @Original_R8135900)) AND ((@IsNull_R9900600 = 1 AND [R9900600] IS NULL) OR ([R9900600] = @Original_R9900600)) AND ((@IsNull_R9900601 = 1 AND [R9900601] IS NULL) OR ([R9900601] = @Original_R9900601)) AND ((@IsNull_R9901400 = 1 AND [R9901400] IS NULL) OR ([R9901400] = @Original_R9901400)) AND ((@IsNull_R9901401 = 1 AND [R9901401] IS NULL) OR ([R9901401] = @Original_R9901401)) AND ((@IsNull_R9902200 = 1 AND [R9902200] IS NULL) OR ([R9902200] = @Original_R9902200)) AND ((@IsNull_R9902201 = 1 AND [R9902201] IS NULL) OR ([R9902201] = @Original_R9902201)) AND ((@IsNull_R9903000 = 1 AND [R9903000] IS NULL) OR ([R9903000] = @Original_R9903000)) AND ((@IsNull_R9903001 = 1 AND [R9903001] IS NULL) OR ([R9903001] = @Original_R9903001)) AND ((@IsNull_R9903800 = 1 AND [R9903800] IS NULL) OR ([R9903800] = @Original_R9903800)) AND ((@IsNull_R9903801 = 1 AND [R9903801] IS NULL) OR ([R9903801] = @Original_R9903801)) AND ((@IsNull_R9904600 = 1 AND [R9904600] IS NULL) OR ([R9904600] = @Original_R9904600)) AND ((@IsNull_R9904601 = 1 AND [R9904601] IS NULL) OR ([R9904601] = @Original_R9904601)) AND ((@IsNull_R9905400 = 1 AND [R9905400] IS NULL) OR ([R9905400] = @Original_R9905400)) AND ((@IsNull_R9905401 = 1 AND [R9905401] IS NULL) OR ([R9905401] = @Original_R9905401)) AND ((@IsNull_R9911200 = 1 AND [R9911200] IS NULL) OR ([R9911200] = @Original_R9911200)) AND ((@IsNull_R9911201 = 1 AND [R9911201] IS NULL) OR ([R9911201] = @Original_R9911201)) AND ((@IsNull_T0345800 = 1 AND [T0345800] IS NULL) OR ([T0345800] = @Original_T0345800)) AND ((@IsNull_T0345900 = 1 AND [T0345900] IS NULL) OR ([T0345900] = @Original_T0345900)) AND ((@IsNull_T0346000 = 1 AND [T0346000] IS NULL) OR ([T0346000] = @Original_T0346000)) AND ((@IsNull_T0346100 = 1 AND [T0346100] IS NULL) OR ([T0346100] = @Original_T0346100)) AND ((@IsNull_T0346200 = 1 AND [T0346200] IS NULL) OR ([T0346200] = @Original_T0346200)) AND ((@IsNull_T0346300 = 1 AND [T0346300] IS NULL) OR ([T0346300] = @Original_T0346300)) AND ((@IsNull_T0346400 = 1 AND [T0346400] IS NULL) OR ([T0346400] = @Original_T0346400)) AND ((@IsNull_T0346500 = 1 AND [T0346500] IS NULL) OR ([T0346500] = @Original_T0346500)) AND ((@IsNull_T0346600 = 1 AND [T0346600] IS NULL) OR ([T0346600] = @Original_T0346600)) AND ((@IsNull_T0346700 = 1 AND [T0346700] IS NULL) OR ([T0346700] = @Original_T0346700)) AND ((@IsNull_T0346800 = 1 AND [T0346800] IS NULL) OR ([T0346800] = @Original_T0346800)) AND ((@IsNull_T0346900 = 1 AND [T0346900] IS NULL) OR ([T0346900] = @Original_T0346900)) AND ((@IsNull_T0347000 = 1 AND [T0347000] IS NULL) OR ([T0347000] = @Original_T0347000)) AND ((@IsNull_T0347100 = 1 AND [T0347100] IS NULL) OR ([T0347100] = @Original_T0347100)) AND ((@IsNull_T0347200 = 1 AND [T0347200] IS NULL) OR ([T0347200] = @Original_T0347200)) AND ((@IsNull_T0347300 = 1 AND [T0347300] IS NULL) OR ([T0347300] = @Original_T0347300)) AND ((@IsNull_T0347400 = 1 AND [T0347400] IS NULL) OR ([T0347400] = @Original_T0347400)) AND ((@IsNull_T0347500 = 1 AND [T0347500] IS NULL) OR ([T0347500] = @Original_T0347500)) AND ((@IsNull_T0347600 = 1 AND [T0347600] IS NULL) OR ([T0347600] = @Original_T0347600)) AND ((@IsNull_T0347700 = 1 AND [T0347700] IS NULL) OR ([T0347700] = @Original_T0347700)) AND ((@IsNull_T0347800 = 1 AND [T0347800] IS NULL) OR ([T0347800] = @Original_T0347800)) AND ((@IsNull_T0347900 = 1 AND [T0347900] IS NULL) OR ([T0347900] = @Original_T0347900)) AND ((@IsNull_T0348000 = 1 AND [T0348000] IS NULL) OR ([T0348000] = @Original_T0348000)) AND ((@IsNull_T0348100 = 1 AND [T0348100] IS NULL) OR ([T0348100] = @Original_T0348100)) AND ((@IsNull_T0348200 = 1 AND [T0348200] IS NULL) OR ([T0348200] = @Original_T0348200)) AND ((@IsNull_T0348300 = 1 AND [T0348300] IS NULL) OR ([T0348300] = @Original_T0348300)) AND ((@IsNull_T0348400 = 1 AND [T0348400] IS NULL) OR ([T0348400] = @Original_T0348400)) AND ((@IsNull_T0348500 = 1 AND [T0348500] IS NULL) OR ([T0348500] = @Original_T0348500)) AND ((@IsNull_T0348600 = 1 AND [T0348600] IS NULL) OR ([T0348600] = @Original_T0348600)) AND ((@IsNull_T0348700 = 1 AND [T0348700] IS NULL) OR ([T0348700] = @Original_T0348700)) AND ((@IsNull_T0348800 = 1 AND [T0348800] IS NULL) OR ([T0348800] = @Original_T0348800)) AND ((@IsNull_T0348900 = 1 AND [T0348900] IS NULL) OR ([T0348900] = @Original_T0348900)) AND ((@IsNull_T0349000 = 1 AND [T0349000] IS NULL) OR ([T0349000] = @Original_T0349000)) AND ((@IsNull_T0349100 = 1 AND [T0349100] IS NULL) OR ([T0349100] = @Original_T0349100)) AND ((@IsNull_T0349200 = 1 AND [T0349200] IS NULL) OR ([T0349200] = @Original_T0349200)) AND ((@IsNull_T0349300 = 1 AND [T0349300] IS NULL) OR ([T0349300] = @Original_T0349300)) AND ((@IsNull_T0349400 = 1 AND [T0349400] IS NULL) OR ([T0349400] = @Original_T0349400)) AND ((@IsNull_T0349500 = 1 AND [T0349500] IS NULL) OR ([T0349500] = @Original_T0349500)) AND ((@IsNull_T0349600 = 1 AND [T0349600] IS NULL) OR ([T0349600] = @Original_T0349600)) AND ((@IsNull_T0349700 = 1 AND [T0349700] IS NULL) OR ([T0349700] = @Original_T0349700)) AND ((@IsNull_T0349800 = 1 AND [T0349800] IS NULL) OR ([T0349800] = @Original_T0349800)) AND ((@IsNull_T0349900 = 1 AND [T0349900] IS NULL) OR ([T0349900] = @Original_T0349900)) AND ((@IsNull_T0350000 = 1 AND [T0350000] IS NULL) OR ([T0350000] = @Original_T0350000)) AND ((@IsNull_T0350100 = 1 AND [T0350100] IS NULL) OR ([T0350100] = @Original_T0350100)) AND ((@IsNull_T0350101 = 1 AND [T0350101] IS NULL) OR ([T0350101] = @Original_T0350101)) AND ((@IsNull_T0350200 = 1 AND [T0350200] IS NULL) OR ([T0350200] = @Original_T0350200)) AND ((@IsNull_T0350201 = 1 AND [T0350201] IS NULL) OR ([T0350201] = @Original_T0350201)) AND ((@IsNull_T0350300 = 1 AND [T0350300] IS NULL) OR ([T0350300] = @Original_T0350300)) AND ((@IsNull_T0350301 = 1 AND [T0350301] IS NULL) OR ([T0350301] = @Original_T0350301)) AND ((@IsNull_T0350400 = 1 AND [T0350400] IS NULL) OR ([T0350400] = @Original_T0350400)) AND ((@IsNull_T0350401 = 1 AND [T0350401] IS NULL) OR ([T0350401] = @Original_T0350401)) AND ((@IsNull_T0350500 = 1 AND [T0350500] IS NULL) OR ([T0350500] = @Original_T0350500)) AND ((@IsNull_T0350501 = 1 AND [T0350501] IS NULL) OR ([T0350501] = @Original_T0350501)) AND ((@IsNull_T0350600 = 1 AND [T0350600] IS NULL) OR ([T0350600] = @Original_T0350600)) AND ((@IsNull_T0350601 = 1 AND [T0350601] IS NULL) OR ([T0350601] = @Original_T0350601)) AND ((@IsNull_T0350700 = 1 AND [T0350700] IS NULL) OR ([T0350700] = @Original_T0350700)) AND ((@IsNull_T0350701 = 1 AND [T0350701] IS NULL) OR ([T0350701] = @Original_T0350701)) AND ((@IsNull_T0350800 = 1 AND [T0350800] IS NULL) OR ([T0350800] = @Original_T0350800)) AND ((@IsNull_T0350801 = 1 AND [T0350801] IS NULL) OR ([T0350801] = @Original_T0350801)) AND ((@IsNull_T0350900 = 1 AND [T0350900] IS NULL) OR ([T0350900] = @Original_T0350900)) AND ((@IsNull_T0350901 = 1 AND [T0350901] IS NULL) OR ([T0350901] = @Original_T0350901)) AND ((@IsNull_T0351000 = 1 AND [T0351000] IS NULL) OR ([T0351000] = @Original_T0351000)) AND ((@IsNull_T0351001 = 1 AND [T0351001] IS NULL) OR ([T0351001] = @Original_T0351001)) AND ((@IsNull_T0351100 = 1 AND [T0351100] IS NULL) OR ([T0351100] = @Original_T0351100)) AND ((@IsNull_T0351101 = 1 AND [T0351101] IS NULL) OR ([T0351101] = @Original_T0351101)) AND ((@IsNull_T0351200 = 1 AND [T0351200] IS NULL) OR ([T0351200] = @Original_T0351200)) AND ((@IsNull_T0351201 = 1 AND [T0351201] IS NULL) OR ([T0351201] = @Original_T0351201)) AND ((@IsNull_T0351300 = 1 AND [T0351300] IS NULL) OR ([T0351300] = @Original_T0351300)) AND ((@IsNull_T0351301 = 1 AND [T0351301] IS NULL) OR ([T0351301] = @Original_T0351301)) AND ((@IsNull_T0351400 = 1 AND [T0351400] IS NULL) OR ([T0351400] = @Original_T0351400)) AND ((@IsNull_T0351401 = 1 AND [T0351401] IS NULL) OR ([T0351401] = @Original_T0351401)) AND ((@IsNull_T0351500 = 1 AND [T0351500] IS NULL) OR ([T0351500] = @Original_T0351500)) AND ((@IsNull_T0351501 = 1 AND [T0351501] IS NULL) OR ([T0351501] = @Original_T0351501)) AND ((@IsNull_T0351600 = 1 AND [T0351600] IS NULL) OR ([T0351600] = @Original_T0351600)) AND ((@IsNull_T0351601 = 1 AND [T0351601] IS NULL) OR ([T0351601] = @Original_T0351601)) AND ((@IsNull_T0351700 = 1 AND [T0351700] IS NULL) OR ([T0351700] = @Original_T0351700)) AND ((@IsNull_T0351701 = 1 AND [T0351701] IS NULL) OR ([T0351701] = @Original_T0351701)) AND ((@IsNull_T0351800 = 1 AND [T0351800] IS NULL) OR ([T0351800] = @Original_T0351800)) AND ((@IsNull_T0351801 = 1 AND [T0351801] IS NULL) OR ([T0351801] = @Original_T0351801)) AND ((@IsNull_T0351900 = 1 AND [T0351900] IS NULL) OR ([T0351900] = @Original_T0351900)) AND ((@IsNull_T0352000 = 1 AND [T0352000] IS NULL) OR ([T0352000] = @Original_T0352000)) AND ((@IsNull_T0352100 = 1 AND [T0352100] IS NULL) OR ([T0352100] = @Original_T0352100)) AND ((@IsNull_T0352200 = 1 AND [T0352200] IS NULL) OR ([T0352200] = @Original_T0352200)) AND ((@IsNull_T0352300 = 1 AND [T0352300] IS NULL) OR ([T0352300] = @Original_T0352300)) AND ((@IsNull_T0352400 = 1 AND [T0352400] IS NULL) OR ([T0352400] = @Original_T0352400)) AND ((@IsNull_T0352500 = 1 AND [T0352500] IS NULL) OR ([T0352500] = @Original_T0352500)) AND ((@IsNull_T0352600 = 1 AND [T0352600] IS NULL) OR ([T0352600] = @Original_T0352600)) AND ((@IsNull_T0352700 = 1 AND [T0352700] IS NULL) OR ([T0352700] = @Original_T0352700)) AND ((@IsNull_T0352800 = 1 AND [T0352800] IS NULL) OR ([T0352800] = @Original_T0352800)) AND ((@IsNull_T0352900 = 1 AND [T0352900] IS NULL) OR ([T0352900] = @Original_T0352900)) AND ((@IsNull_T0597800 = 1 AND [T0597800] IS NULL) OR ([T0597800] = @Original_T0597800)) AND ((@IsNull_T0597900 = 1 AND [T0597900] IS NULL) OR ([T0597900] = @Original_T0597900)) AND ((@IsNull_T0598000 = 1 AND [T0598000] IS NULL) OR ([T0598000] = @Original_T0598000)) AND ((@IsNull_T0598100 = 1 AND [T0598100] IS NULL) OR ([T0598100] = @Original_T0598100)) AND ((@IsNull_T0598200 = 1 AND [T0598200] IS NULL) OR ([T0598200] = @Original_T0598200)) AND ((@IsNull_T0598300 = 1 AND [T0598300] IS NULL) OR ([T0598300] = @Original_T0598300)) AND ((@IsNull_T0598400 = 1 AND [T0598400] IS NULL) OR ([T0598400] = @Original_T0598400)) AND ((@IsNull_T1495200 = 1 AND [T1495200] IS NULL) OR ([T1495200] = @Original_T1495200)) AND ((@IsNull_T1495300 = 1 AND [T1495300] IS NULL) OR ([T1495300] = @Original_T1495300)) AND ((@IsNull_T1495400 = 1 AND [T1495400] IS NULL) OR ([T1495400] = @Original_T1495400)) AND ((@IsNull_T1495500 = 1 AND [T1495500] IS NULL) OR ([T1495500] = @Original_T1495500)) AND ((@IsNull_T1495600 = 1 AND [T1495600] IS NULL) OR ([T1495600] = @Original_T1495600)) AND ((@IsNull_T1495700 = 1 AND [T1495700] IS NULL) OR ([T1495700] = @Original_T1495700)) AND ((@IsNull_T1495800 = 1 AND [T1495800] IS NULL) OR ([T1495800] = @Original_T1495800)) AND ((@IsNull_T1495900 = 1 AND [T1495900] IS NULL) OR ([T1495900] = @Original_T1495900)) AND ((@IsNull_T1496000 = 1 AND [T1496000] IS NULL) OR ([T1496000] = @Original_T1496000)) AND ((@IsNull_T1496100 = 1 AND [T1496100] IS NULL) OR ([T1496100] = @Original_T1496100)) AND ((@IsNull_T1496200 = 1 AND [T1496200] IS NULL) OR ([T1496200] = @Original_T1496200)) AND ((@IsNull_T1496300 = 1 AND [T1496300] IS NULL) OR ([T1496300] = @Original_T1496300)) AND ((@IsNull_T1496400 = 1 AND [T1496400] IS NULL) OR ([T1496400] = @Original_T1496400)) AND ((@IsNull_T1496500 = 1 AND [T1496500] IS NULL) OR ([T1496500] = @Original_T1496500)) AND ((@IsNull_T1496600 = 1 AND [T1496600] IS NULL) OR ([T1496600] = @Original_T1496600)) AND ((@IsNull_T1496700 = 1 AND [T1496700] IS NULL) OR ([T1496700] = @Original_T1496700)) AND ((@IsNull_T1496800 = 1 AND [T1496800] IS NULL) OR ([T1496800] = @Original_T1496800)) AND ((@IsNull_T1496900 = 1 AND [T1496900] IS NULL) OR ([T1496900] = @Original_T1496900)) AND ((@IsNull_T1497000 = 1 AND [T1497000] IS NULL) OR ([T1497000] = @Original_T1497000)) AND ((@IsNull_T1497100 = 1 AND [T1497100] IS NULL) OR ([T1497100] = @Original_T1497100)) AND ((@IsNull_T1497200 = 1 AND [T1497200] IS NULL) OR ([T1497200] = @Original_T1497200)) AND ((@IsNull_T1497300 = 1 AND [T1497300] IS NULL) OR ([T1497300] = @Original_T1497300)) AND ((@IsNull_T1497400 = 1 AND [T1497400] IS NULL) OR ([T1497400] = @Original_T1497400)) AND ((@IsNull_T1497500 = 1 AND [T1497500] IS NULL) OR ([T1497500] = @Original_T1497500)) AND ((@IsNull_T1497600 = 1 AND [T1497600] IS NULL) OR ([T1497600] = @Original_T1497600)) AND ((@IsNull_T1497700 = 1 AND [T1497700] IS NULL) OR ([T1497700] = @Original_T1497700)) AND ((@IsNull_T1497800 = 1 AND [T1497800] IS NULL) OR ([T1497800] = @Original_T1497800)) AND ((@IsNull_T1497900 = 1 AND [T1497900] IS NULL) OR ([T1497900] = @Original_T1497900)) AND ((@IsNull_T1498000 = 1 AND [T1498000] IS NULL) OR ([T1498000] = @Original_T1498000)) AND ((@IsNull_T1498100 = 1 AND [T1498100] IS NULL) OR ([T1498100] = @Original_T1498100)) AND ((@IsNull_T1498200 = 1 AND [T1498200] IS NULL) OR ([T1498200] = @Original_T1498200)) AND ((@IsNull_T1498300 = 1 AND [T1498300] IS NULL) OR ([T1498300] = @Original_T1498300)) AND ((@IsNull_T1498400 = 1 AND [T1498400] IS NULL) OR ([T1498400] = @Original_T1498400)) AND ((@IsNull_T1498500 = 1 AND [T1498500] IS NULL) OR ([T1498500] = @Original_T1498500)) AND ((@IsNull_T1498600 = 1 AND [T1498600] IS NULL) OR ([T1498600] = @Original_T1498600)) AND ((@IsNull_T1498700 = 1 AND [T1498700] IS NULL) OR ([T1498700] = @Original_T1498700)) AND ((@IsNull_T1498800 = 1 AND [T1498800] IS NULL) OR ([T1498800] = @Original_T1498800)) AND ((@IsNull_T1498900 = 1 AND [T1498900] IS NULL) OR ([T1498900] = @Original_T1498900)) AND ((@IsNull_T1499000 = 1 AND [T1499000] IS NULL) OR ([T1499000] = @Original_T1499000)) AND ((@IsNull_T1499100 = 1 AND [T1499100] IS NULL) OR ([T1499100] = @Original_T1499100)) AND ((@IsNull_T1499200 = 1 AND [T1499200] IS NULL) OR ([T1499200] = @Original_T1499200)) AND ((@IsNull_T1499300 = 1 AND [T1499300] IS NULL) OR ([T1499300] = @Original_T1499300)) AND ((@IsNull_T1499400 = 1 AND [T1499400] IS NULL) OR ([T1499400] = @Original_T1499400)) AND ((@IsNull_T1499500 = 1 AND [T1499500] IS NULL) OR ([T1499500] = @Original_T1499500)) AND ((@IsNull_T1499501 = 1 AND [T1499501] IS NULL) OR ([T1499501] = @Original_T1499501)) AND ((@IsNull_T1499600 = 1 AND [T1499600] IS NULL) OR ([T1499600] = @Original_T1499600)) AND ((@IsNull_T1499601 = 1 AND [T1499601] IS NULL) OR ([T1499601] = @Original_T1499601)) AND ((@IsNull_T1499700 = 1 AND [T1499700] IS NULL) OR ([T1499700] = @Original_T1499700)) AND ((@IsNull_T1499701 = 1 AND [T1499701] IS NULL) OR ([T1499701] = @Original_T1499701)) AND ((@IsNull_T1499800 = 1 AND [T1499800] IS NULL) OR ([T1499800] = @Original_T1499800)) AND ((@IsNull_T1499801 = 1 AND [T1499801] IS NULL) OR ([T1499801] = @Original_T1499801)) AND ((@IsNull_T1499900 = 1 AND [T1499900] IS NULL) OR ([T1499900] = @Original_T1499900)) AND ((@IsNull_T1499901 = 1 AND [T1499901] IS NULL) OR ([T1499901] = @Original_T1499901)) AND ((@IsNull_T1500000 = 1 AND [T1500000] IS NULL) OR ([T1500000] = @Original_T1500000)) AND ((@IsNull_T1500001 = 1 AND [T1500001] IS NULL) OR ([T1500001] = @Original_T1500001)) AND ((@IsNull_T1500100 = 1 AND [T1500100] IS NULL) OR ([T1500100] = @Original_T1500100)) AND ((@IsNull_T1500101 = 1 AND [T1500101] IS NULL) OR ([T1500101] = @Original_T1500101)) AND ((@IsNull_T1500200 = 1 AND [T1500200] IS NULL) OR ([T1500200] = @Original_T1500200)) AND ((@IsNull_T1500201 = 1 AND [T1500201] IS NULL) OR ([T1500201] = @Original_T1500201)) AND ((@IsNull_T1500300 = 1 AND [T1500300] IS NULL) OR ([T1500300] = @Original_T1500300)) AND ((@IsNull_T1500301 = 1 AND [T1500301] IS NULL) OR ([T1500301] = @Original_T1500301)) AND ((@IsNull_T1500400 = 1 AND [T1500400] IS NULL) OR ([T1500400] = @Original_T1500400)) AND ((@IsNull_T1500401 = 1 AND [T1500401] IS NULL) OR ([T1500401] = @Original_T1500401)) AND ((@IsNull_T1500500 = 1 AND [T1500500] IS NULL) OR ([T1500500] = @Original_T1500500)) AND ((@IsNull_T1500501 = 1 AND [T1500501] IS NULL) OR ([T1500501] = @Original_T1500501)) AND ((@IsNull_T1500600 = 1 AND [T1500600] IS NULL) OR ([T1500600] = @Original_T1500600)) AND ((@IsNull_T1500601 = 1 AND [T1500601] IS NULL) OR ([T1500601] = @Original_T1500601)) AND ((@IsNull_T1500700 = 1 AND [T1500700] IS NULL) OR ([T1500700] = @Original_T1500700)) AND ((@IsNull_T1500701 = 1 AND [T1500701] IS NULL) OR ([T1500701] = @Original_T1500701)) AND ((@IsNull_T1500800 = 1 AND [T1500800] IS NULL) OR ([T1500800] = @Original_T1500800)) AND ((@IsNull_T1500801 = 1 AND [T1500801] IS NULL) OR ([T1500801] = @Original_T1500801)) AND ((@IsNull_T1500900 = 1 AND [T1500900] IS NULL) OR ([T1500900] = @Original_T1500900)) AND ((@IsNull_T1500901 = 1 AND [T1500901] IS NULL) OR ([T1500901] = @Original_T1500901)) AND ((@IsNull_T1501000 = 1 AND [T1501000] IS NULL) OR ([T1501000] = @Original_T1501000)) AND ((@IsNull_T1501001 = 1 AND [T1501001] IS NULL) OR ([T1501001] = @Original_T1501001)) AND ((@IsNull_T1501100 = 1 AND [T1501100] IS NULL) OR ([T1501100] = @Original_T1501100)) AND ((@IsNull_T1501200 = 1 AND [T1501200] IS NULL) OR ([T1501200] = @Original_T1501200)) AND ((@IsNull_T1501300 = 1 AND [T1501300] IS NULL) OR ([T1501300] = @Original_T1501300)) AND ((@IsNull_T1501400 = 1 AND [T1501400] IS NULL) OR ([T1501400] = @Original_T1501400)) AND ((@IsNull_T1501500 = 1 AND [T1501500] IS NULL) OR ([T1501500] = @Original_T1501500)) AND ((@IsNull_T1501600 = 1 AND [T1501600] IS NULL) OR ([T1501600] = @Original_T1501600)) AND ((@IsNull_T1501700 = 1 AND [T1501700] IS NULL) OR ([T1501700] = @Original_T1501700)) AND ((@IsNull_T1501800 = 1 AND [T1501800] IS NULL) OR ([T1501800] = @Original_T1501800)) AND ((@IsNull_T1501900 = 1 AND [T1501900] IS NULL) OR ([T1501900] = @Original_T1501900)) AND ((@IsNull_T1502000 = 1 AND [T1502000] IS NULL) OR ([T1502000] = @Original_T1502000)) AND ((@IsNull_T1502100 = 1 AND [T1502100] IS NULL) OR ([T1502100] = @Original_T1502100)) AND ((@IsNull_T1765100 = 1 AND [T1765100] IS NULL) OR ([T1765100] = @Original_T1765100)) AND ((@IsNull_T1765200 = 1 AND [T1765200] IS NULL) OR ([T1765200] = @Original_T1765200)) AND ((@IsNull_T1765300 = 1 AND [T1765300] IS NULL) OR ([T1765300] = @Original_T1765300)) AND ((@IsNull_T1765400 = 1 AND [T1765400] IS NULL) OR ([T1765400] = @Original_T1765400)) AND ((@IsNull_T1765500 = 1 AND [T1765500] IS NULL) OR ([T1765500] = @Original_T1765500)) AND ((@IsNull_T1765600 = 1 AND [T1765600] IS NULL) OR ([T1765600] = @Original_T1765600)) AND ((@IsNull_T1765700 = 1 AND [T1765700] IS NULL) OR ([T1765700] = @Original_T1765700)) AND ((@IsNull_T2541200 = 1 AND [T2541200] IS NULL) OR ([T2541200] = @Original_T2541200)) AND ((@IsNull_T2541300 = 1 AND [T2541300] IS NULL) OR ([T2541300] = @Original_T2541300)) AND ((@IsNull_T2541400 = 1 AND [T2541400] IS NULL) OR ([T2541400] = @Original_T2541400)) AND ((@IsNull_T2541500 = 1 AND [T2541500] IS NULL) OR ([T2541500] = @Original_T2541500)) AND ((@IsNull_T2541600 = 1 AND [T2541600] IS NULL) OR ([T2541600] = @Original_T2541600)) AND ((@IsNull_T2541700 = 1 AND [T2541700] IS NULL) OR ([T2541700] = @Original_T2541700)) AND ((@IsNull_T2541800 = 1 AND [T2541800] IS NULL) OR ([T2541800] = @Original_T2541800)) AND ((@IsNull_T2541900 = 1 AND [T2541900] IS NULL) OR ([T2541900] = @Original_T2541900)) AND ((@IsNull_T2542000 = 1 AND [T2542000] IS NULL) OR ([T2542000] = @Original_T2542000)) AND ((@IsNull_T2542100 = 1 AND [T2542100] IS NULL) OR ([T2542100] = @Original_T2542100)) AND ((@IsNull_T2542200 = 1 AND [T2542200] IS NULL) OR ([T2542200] = @Original_T2542200)) AND ((@IsNull_T2542300 = 1 AND [T2542300] IS NULL) OR ([T2542300] = @Original_T2542300)) AND ((@IsNull_T2542400 = 1 AND [T2542400] IS NULL) OR ([T2542400] = @Original_T2542400)) AND ((@IsNull_T2542500 = 1 AND [T2542500] IS NULL) OR ([T2542500] = @Original_T2542500)) AND ((@IsNull_T2542600 = 1 AND [T2542600] IS NULL) OR ([T2542600] = @Original_T2542600)) AND ((@IsNull_T2542700 = 1 AND [T2542700] IS NULL) OR ([T2542700] = @Original_T2542700)) AND ((@IsNull_T2542800 = 1 AND [T2542800] IS NULL) OR ([T2542800] = @Original_T2542800)) AND ((@IsNull_T2542900 = 1 AND [T2542900] IS NULL) OR ([T2542900] = @Original_T2542900)) AND ((@IsNull_T2543000 = 1 AND [T2543000] IS NULL) OR ([T2543000] = @Original_T2543000)) AND ((@IsNull_T2543100 = 1 AND [T2543100] IS NULL) OR ([T2543100] = @Original_T2543100)) AND ((@IsNull_T2543200 = 1 AND [T2543200] IS NULL) OR ([T2543200] = @Original_T2543200)) AND ((@IsNull_T2543300 = 1 AND [T2543300] IS NULL) OR ([T2543300] = @Original_T2543300)) AND ((@IsNull_T2543400 = 1 AND [T2543400] IS NULL) OR ([T2543400] = @Original_T2543400)) AND ((@IsNull_T2543500 = 1 AND [T2543500] IS NULL) OR ([T2543500] = @Original_T2543500)) AND ((@IsNull_T2543600 = 1 AND [T2543600] IS NULL) OR ([T2543600] = @Original_T2543600)) AND ((@IsNull_T2543700 = 1 AND [T2543700] IS NULL) OR ([T2543700] = @Original_T2543700)) AND ((@IsNull_T2543800 = 1 AND [T2543800] IS NULL) OR ([T2543800] = @Original_T2543800)) AND ((@IsNull_T2543900 = 1 AND [T2543900] IS NULL) OR ([T2543900] = @Original_T2543900)) AND ((@IsNull_T2544000 = 1 AND [T2544000] IS NULL) OR ([T2544000] = @Original_T2544000)) AND ((@IsNull_T2544100 = 1 AND [T2544100] IS NULL) OR ([T2544100] = @Original_T2544100)) AND ((@IsNull_T2544200 = 1 AND [T2544200] IS NULL) OR ([T2544200] = @Original_T2544200)) AND ((@IsNull_T2544300 = 1 AND [T2544300] IS NULL) OR ([T2544300] = @Original_T2544300)) AND ((@IsNull_T2544400 = 1 AND [T2544400] IS NULL) OR ([T2544400] = @Original_T2544400)) AND ((@IsNull_T2544500 = 1 AND [T2544500] IS NULL) OR ([T2544500] = @Original_T2544500)) AND ((@IsNull_T2544600 = 1 AND [T2544600] IS NULL) OR ([T2544600] = @Original_T2544600)) AND ((@IsNull_T2544700 = 1 AND [T2544700] IS NULL) OR ([T2544700] = @Original_T2544700)) AND ((@IsNull_T2544800 = 1 AND [T2544800] IS NULL) OR ([T2544800] = @Original_T2544800)) AND ((@IsNull_T2544900 = 1 AND [T2544900] IS NULL) OR ([T2544900] = @Original_T2544900)) AND ((@IsNull_T2545000 = 1 AND [T2545000] IS NULL) OR ([T2545000] = @Original_T2545000)) AND ((@IsNull_T2545100 = 1 AND [T2545100] IS NULL) OR ([T2545100] = @Original_T2545100)) AND ((@IsNull_T2545200 = 1 AND [T2545200] IS NULL) OR ([T2545200] = @Original_T2545200)) AND ((@IsNull_T2545201 = 1 AND [T2545201] IS NULL) OR ([T2545201] = @Original_T2545201)) AND ((@IsNull_T2545300 = 1 AND [T2545300] IS NULL) OR ([T2545300] = @Original_T2545300)) AND ((@IsNull_T2545301 = 1 AND [T2545301] IS NULL) OR ([T2545301] = @Original_T2545301)) AND ((@IsNull_T2545400 = 1 AND [T2545400] IS NULL) OR ([T2545400] = @Original_T2545400)) AND ((@IsNull_T2545401 = 1 AND [T2545401] IS NULL) OR ([T2545401] = @Original_T2545401)) AND ((@IsNull_T2545500 = 1 AND [T2545500] IS NULL) OR ([T2545500] = @Original_T2545500)) AND ((@IsNull_T2545501 = 1 AND [T2545501] IS NULL) OR ([T2545501] = @Original_T2545501)) AND ((@IsNull_T2545600 = 1 AND [T2545600] IS NULL) OR ([T2545600] = @Original_T2545600)) AND ((@IsNull_T2545601 = 1 AND [T2545601] IS NULL) OR ([T2545601] = @Original_T2545601)) AND ((@IsNull_T2545700 = 1 AND [T2545700] IS NULL) OR ([T2545700] = @Original_T2545700)) AND ((@IsNull_T2545701 = 1 AND [T2545701] IS NULL) OR ([T2545701] = @Original_T2545701)) AND ((@IsNull_T2545800 = 1 AND [T2545800] IS NULL) OR ([T2545800] = @Original_T2545800)) AND ((@IsNull_T2545801 = 1 AND [T2545801] IS NULL) OR ([T2545801] = @Original_T2545801)) AND ((@IsNull_T2545900 = 1 AND [T2545900] IS NULL) OR ([T2545900] = @Original_T2545900)) AND ((@IsNull_T2545901 = 1 AND [T2545901] IS NULL) OR ([T2545901] = @Original_T2545901)) AND ((@IsNull_T2546000 = 1 AND [T2546000] IS NULL) OR ([T2546000] = @Original_T2546000)) AND ((@IsNull_T2546001 = 1 AND [T2546001] IS NULL) OR ([T2546001] = @Original_T2546001)) AND ((@IsNull_T2546100 = 1 AND [T2546100] IS NULL) OR ([T2546100] = @Original_T2546100)) AND ((@IsNull_T2546101 = 1 AND [T2546101] IS NULL) OR ([T2546101] = @Original_T2546101)) AND ((@IsNull_T2546200 = 1 AND [T2546200] IS NULL) OR ([T2546200] = @Original_T2546200)) AND ((@IsNull_T2546201 = 1 AND [T2546201] IS NULL) OR ([T2546201] = @Original_T2546201)) AND ((@IsNull_T2546300 = 1 AND [T2546300] IS NULL) OR ([T2546300] = @Original_T2546300)) AND ((@IsNull_T2546301 = 1 AND [T2546301] IS NULL) OR ([T2546301] = @Original_T2546301)) AND ((@IsNull_T2546400 = 1 AND [T2546400] IS NULL) OR ([T2546400] = @Original_T2546400)) AND ((@IsNull_T2546401 = 1 AND [T2546401] IS NULL) OR ([T2546401] = @Original_T2546401)) AND ((@IsNull_T2546500 = 1 AND [T2546500] IS NULL) OR ([T2546500] = @Original_T2546500)) AND ((@IsNull_T2546501 = 1 AND [T2546501] IS NULL) OR ([T2546501] = @Original_T2546501)) AND ((@IsNull_T2546600 = 1 AND [T2546600] IS NULL) OR ([T2546600] = @Original_T2546600)) AND ((@IsNull_T2546601 = 1 AND [T2546601] IS NULL) OR ([T2546601] = @Original_T2546601)) AND ((@IsNull_T2546700 = 1 AND [T2546700] IS NULL) OR ([T2546700] = @Original_T2546700)) AND ((@IsNull_T2546701 = 1 AND [T2546701] IS NULL) OR ([T2546701] = @Original_T2546701)) AND ((@IsNull_T2546800 = 1 AND [T2546800] IS NULL) OR ([T2546800] = @Original_T2546800)) AND ((@IsNull_T2546900 = 1 AND [T2546900] IS NULL) OR ([T2546900] = @Original_T2546900)) AND ((@IsNull_T2547000 = 1 AND [T2547000] IS NULL) OR ([T2547000] = @Original_T2547000)) AND ((@IsNull_T2547100 = 1 AND [T2547100] IS NULL) OR ([T2547100] = @Original_T2547100)) AND ((@IsNull_T2547200 = 1 AND [T2547200] IS NULL) OR ([T2547200] = @Original_T2547200)) AND ((@IsNull_T2547300 = 1 AND [T2547300] IS NULL) OR ([T2547300] = @Original_T2547300)) AND ((@IsNull_T2547400 = 1 AND [T2547400] IS NULL) OR ([T2547400] = @Original_T2547400)) AND ((@IsNull_T2547500 = 1 AND [T2547500] IS NULL) OR ([T2547500] = @Original_T2547500)) AND ((@IsNull_T2547600 = 1 AND [T2547600] IS NULL) OR ([T2547600] = @Original_T2547600)) AND ((@IsNull_T2547700 = 1 AND [T2547700] IS NULL) OR ([T2547700] = @Original_T2547700)) AND ((@IsNull_T2763400 = 1 AND [T2763400] IS NULL) OR ([T2763400] = @Original_T2763400)) AND ((@IsNull_T2763500 = 1 AND [T2763500] IS NULL) OR ([T2763500] = @Original_T2763500)) AND ((@IsNull_T2763600 = 1 AND [T2763600] IS NULL) OR ([T2763600] = @Original_T2763600)) AND ((@IsNull_T2763700 = 1 AND [T2763700] IS NULL) OR ([T2763700] = @Original_T2763700)) AND ((@IsNull_T2763800 = 1 AND [T2763800] IS NULL) OR ([T2763800] = @Original_T2763800)) AND ((@IsNull_T2763900 = 1 AND [T2763900] IS NULL) OR ([T2763900] = @Original_T2763900)) AND ((@IsNull_T2764000 = 1 AND [T2764000] IS NULL) OR ([T2764000] = @Original_T2764000)) AND ((@IsNull_T3729600 = 1 AND [T3729600] IS NULL) OR ([T3729600] = @Original_T3729600)) AND ((@IsNull_T3729700 = 1 AND [T3729700] IS NULL) OR ([T3729700] = @Original_T3729700)) AND ((@IsNull_T3729800 = 1 AND [T3729800] IS NULL) OR ([T3729800] = @Original_T3729800)) AND ((@IsNull_T3729900 = 1 AND [T3729900] IS NULL) OR ([T3729900] = @Original_T3729900)) AND ((@IsNull_T3730000 = 1 AND [T3730000] IS NULL) OR ([T3730000] = @Original_T3730000)) AND ((@IsNull_T3730100 = 1 AND [T3730100] IS NULL) OR ([T3730100] = @Original_T3730100))) + DELETE FROM [Extract].[tblGen2FatherFromGen1] WHERE (([R0000100] = @Original_R0000100) AND ((@IsNull_R0173600 = 1 AND [R0173600] IS NULL) OR ([R0173600] = @Original_R0173600)) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R1373300 = 1 AND [R1373300] IS NULL) OR ([R1373300] = @Original_R1373300)) AND ((@IsNull_R1373500 = 1 AND [R1373500] IS NULL) OR ([R1373500] = @Original_R1373500)) AND ((@IsNull_R1374000 = 1 AND [R1374000] IS NULL) OR ([R1374000] = @Original_R1374000)) AND ((@IsNull_R1374200 = 1 AND [R1374200] IS NULL) OR ([R1374200] = @Original_R1374200)) AND ((@IsNull_R1374700 = 1 AND [R1374700] IS NULL) OR ([R1374700] = @Original_R1374700)) AND ((@IsNull_R1374900 = 1 AND [R1374900] IS NULL) OR ([R1374900] = @Original_R1374900)) AND ((@IsNull_R1375400 = 1 AND [R1375400] IS NULL) OR ([R1375400] = @Original_R1375400)) AND ((@IsNull_R1375600 = 1 AND [R1375600] IS NULL) OR ([R1375600] = @Original_R1375600)) AND ((@IsNull_R1376100 = 1 AND [R1376100] IS NULL) OR ([R1376100] = @Original_R1376100)) AND ((@IsNull_R1376300 = 1 AND [R1376300] IS NULL) OR ([R1376300] = @Original_R1376300)) AND ((@IsNull_R1376800 = 1 AND [R1376800] IS NULL) OR ([R1376800] = @Original_R1376800)) AND ((@IsNull_R1377000 = 1 AND [R1377000] IS NULL) OR ([R1377000] = @Original_R1377000)) AND ((@IsNull_R1377500 = 1 AND [R1377500] IS NULL) OR ([R1377500] = @Original_R1377500)) AND ((@IsNull_R1377700 = 1 AND [R1377700] IS NULL) OR ([R1377700] = @Original_R1377700)) AND ((@IsNull_R1753700 = 1 AND [R1753700] IS NULL) OR ([R1753700] = @Original_R1753700)) AND ((@IsNull_R1753900 = 1 AND [R1753900] IS NULL) OR ([R1753900] = @Original_R1753900)) AND ((@IsNull_R1754400 = 1 AND [R1754400] IS NULL) OR ([R1754400] = @Original_R1754400)) AND ((@IsNull_R1754600 = 1 AND [R1754600] IS NULL) OR ([R1754600] = @Original_R1754600)) AND ((@IsNull_R1755100 = 1 AND [R1755100] IS NULL) OR ([R1755100] = @Original_R1755100)) AND ((@IsNull_R1755300 = 1 AND [R1755300] IS NULL) OR ([R1755300] = @Original_R1755300)) AND ((@IsNull_R1755800 = 1 AND [R1755800] IS NULL) OR ([R1755800] = @Original_R1755800)) AND ((@IsNull_R1756000 = 1 AND [R1756000] IS NULL) OR ([R1756000] = @Original_R1756000)) AND ((@IsNull_R1756500 = 1 AND [R1756500] IS NULL) OR ([R1756500] = @Original_R1756500)) AND ((@IsNull_R1756700 = 1 AND [R1756700] IS NULL) OR ([R1756700] = @Original_R1756700)) AND ((@IsNull_R1757200 = 1 AND [R1757200] IS NULL) OR ([R1757200] = @Original_R1757200)) AND ((@IsNull_R1757400 = 1 AND [R1757400] IS NULL) OR ([R1757400] = @Original_R1757400)) AND ((@IsNull_R1757900 = 1 AND [R1757900] IS NULL) OR ([R1757900] = @Original_R1757900)) AND ((@IsNull_R1758100 = 1 AND [R1758100] IS NULL) OR ([R1758100] = @Original_R1758100)) AND ((@IsNull_R2095700 = 1 AND [R2095700] IS NULL) OR ([R2095700] = @Original_R2095700)) AND ((@IsNull_R2095900 = 1 AND [R2095900] IS NULL) OR ([R2095900] = @Original_R2095900)) AND ((@IsNull_R2096400 = 1 AND [R2096400] IS NULL) OR ([R2096400] = @Original_R2096400)) AND ((@IsNull_R2096600 = 1 AND [R2096600] IS NULL) OR ([R2096600] = @Original_R2096600)) AND ((@IsNull_R2097100 = 1 AND [R2097100] IS NULL) OR ([R2097100] = @Original_R2097100)) AND ((@IsNull_R2097300 = 1 AND [R2097300] IS NULL) OR ([R2097300] = @Original_R2097300)) AND ((@IsNull_R2097800 = 1 AND [R2097800] IS NULL) OR ([R2097800] = @Original_R2097800)) AND ((@IsNull_R2098000 = 1 AND [R2098000] IS NULL) OR ([R2098000] = @Original_R2098000)) AND ((@IsNull_R2098500 = 1 AND [R2098500] IS NULL) OR ([R2098500] = @Original_R2098500)) AND ((@IsNull_R2098700 = 1 AND [R2098700] IS NULL) OR ([R2098700] = @Original_R2098700)) AND ((@IsNull_R2099200 = 1 AND [R2099200] IS NULL) OR ([R2099200] = @Original_R2099200)) AND ((@IsNull_R2099400 = 1 AND [R2099400] IS NULL) OR ([R2099400] = @Original_R2099400)) AND ((@IsNull_R2099900 = 1 AND [R2099900] IS NULL) OR ([R2099900] = @Original_R2099900)) AND ((@IsNull_R2100100 = 1 AND [R2100100] IS NULL) OR ([R2100100] = @Original_R2100100)) AND ((@IsNull_R2345900 = 1 AND [R2345900] IS NULL) OR ([R2345900] = @Original_R2345900)) AND ((@IsNull_R2346200 = 1 AND [R2346200] IS NULL) OR ([R2346200] = @Original_R2346200)) AND ((@IsNull_R2346500 = 1 AND [R2346500] IS NULL) OR ([R2346500] = @Original_R2346500)) AND ((@IsNull_R2346800 = 1 AND [R2346800] IS NULL) OR ([R2346800] = @Original_R2346800)) AND ((@IsNull_R2347100 = 1 AND [R2347100] IS NULL) OR ([R2347100] = @Original_R2347100)) AND ((@IsNull_R2347400 = 1 AND [R2347400] IS NULL) OR ([R2347400] = @Original_R2347400)) AND ((@IsNull_R2347700 = 1 AND [R2347700] IS NULL) OR ([R2347700] = @Original_R2347700)) AND ((@IsNull_R2648000 = 1 AND [R2648000] IS NULL) OR ([R2648000] = @Original_R2648000)) AND ((@IsNull_R2648200 = 1 AND [R2648200] IS NULL) OR ([R2648200] = @Original_R2648200)) AND ((@IsNull_R2648700 = 1 AND [R2648700] IS NULL) OR ([R2648700] = @Original_R2648700)) AND ((@IsNull_R2648900 = 1 AND [R2648900] IS NULL) OR ([R2648900] = @Original_R2648900)) AND ((@IsNull_R2649400 = 1 AND [R2649400] IS NULL) OR ([R2649400] = @Original_R2649400)) AND ((@IsNull_R2649600 = 1 AND [R2649600] IS NULL) OR ([R2649600] = @Original_R2649600)) AND ((@IsNull_R2650100 = 1 AND [R2650100] IS NULL) OR ([R2650100] = @Original_R2650100)) AND ((@IsNull_R2650300 = 1 AND [R2650300] IS NULL) OR ([R2650300] = @Original_R2650300)) AND ((@IsNull_R2650800 = 1 AND [R2650800] IS NULL) OR ([R2650800] = @Original_R2650800)) AND ((@IsNull_R2651000 = 1 AND [R2651000] IS NULL) OR ([R2651000] = @Original_R2651000)) AND ((@IsNull_R2651500 = 1 AND [R2651500] IS NULL) OR ([R2651500] = @Original_R2651500)) AND ((@IsNull_R2651700 = 1 AND [R2651700] IS NULL) OR ([R2651700] = @Original_R2651700)) AND ((@IsNull_R2652200 = 1 AND [R2652200] IS NULL) OR ([R2652200] = @Original_R2652200)) AND ((@IsNull_R2652400 = 1 AND [R2652400] IS NULL) OR ([R2652400] = @Original_R2652400)) AND ((@IsNull_R2955900 = 1 AND [R2955900] IS NULL) OR ([R2955900] = @Original_R2955900)) AND ((@IsNull_R2956200 = 1 AND [R2956200] IS NULL) OR ([R2956200] = @Original_R2956200)) AND ((@IsNull_R2956500 = 1 AND [R2956500] IS NULL) OR ([R2956500] = @Original_R2956500)) AND ((@IsNull_R2956800 = 1 AND [R2956800] IS NULL) OR ([R2956800] = @Original_R2956800)) AND ((@IsNull_R2957100 = 1 AND [R2957100] IS NULL) OR ([R2957100] = @Original_R2957100)) AND ((@IsNull_R2957400 = 1 AND [R2957400] IS NULL) OR ([R2957400] = @Original_R2957400)) AND ((@IsNull_R2957700 = 1 AND [R2957700] IS NULL) OR ([R2957700] = @Original_R2957700)) AND ((@IsNull_R3255900 = 1 AND [R3255900] IS NULL) OR ([R3255900] = @Original_R3255900)) AND ((@IsNull_R3256100 = 1 AND [R3256100] IS NULL) OR ([R3256100] = @Original_R3256100)) AND ((@IsNull_R3257700 = 1 AND [R3257700] IS NULL) OR ([R3257700] = @Original_R3257700)) AND ((@IsNull_R3257900 = 1 AND [R3257900] IS NULL) OR ([R3257900] = @Original_R3257900)) AND ((@IsNull_R3259500 = 1 AND [R3259500] IS NULL) OR ([R3259500] = @Original_R3259500)) AND ((@IsNull_R3259700 = 1 AND [R3259700] IS NULL) OR ([R3259700] = @Original_R3259700)) AND ((@IsNull_R3261300 = 1 AND [R3261300] IS NULL) OR ([R3261300] = @Original_R3261300)) AND ((@IsNull_R3261500 = 1 AND [R3261500] IS NULL) OR ([R3261500] = @Original_R3261500)) AND ((@IsNull_R3263100 = 1 AND [R3263100] IS NULL) OR ([R3263100] = @Original_R3263100)) AND ((@IsNull_R3263300 = 1 AND [R3263300] IS NULL) OR ([R3263300] = @Original_R3263300)) AND ((@IsNull_R3264900 = 1 AND [R3264900] IS NULL) OR ([R3264900] = @Original_R3264900)) AND ((@IsNull_R3265100 = 1 AND [R3265100] IS NULL) OR ([R3265100] = @Original_R3265100)) AND ((@IsNull_R3266700 = 1 AND [R3266700] IS NULL) OR ([R3266700] = @Original_R3266700)) AND ((@IsNull_R3266900 = 1 AND [R3266900] IS NULL) OR ([R3266900] = @Original_R3266900)) AND ((@IsNull_R3268500 = 1 AND [R3268500] IS NULL) OR ([R3268500] = @Original_R3268500)) AND ((@IsNull_R3556400 = 1 AND [R3556400] IS NULL) OR ([R3556400] = @Original_R3556400)) AND ((@IsNull_R3557000 = 1 AND [R3557000] IS NULL) OR ([R3557000] = @Original_R3557000)) AND ((@IsNull_R3557600 = 1 AND [R3557600] IS NULL) OR ([R3557600] = @Original_R3557600)) AND ((@IsNull_R3771800 = 1 AND [R3771800] IS NULL) OR ([R3771800] = @Original_R3771800)) AND ((@IsNull_R3772000 = 1 AND [R3772000] IS NULL) OR ([R3772000] = @Original_R3772000)) AND ((@IsNull_R3772100 = 1 AND [R3772100] IS NULL) OR ([R3772100] = @Original_R3772100)) AND ((@IsNull_R3772400 = 1 AND [R3772400] IS NULL) OR ([R3772400] = @Original_R3772400)) AND ((@IsNull_R3773900 = 1 AND [R3773900] IS NULL) OR ([R3773900] = @Original_R3773900)) AND ((@IsNull_R3774100 = 1 AND [R3774100] IS NULL) OR ([R3774100] = @Original_R3774100)) AND ((@IsNull_R3774200 = 1 AND [R3774200] IS NULL) OR ([R3774200] = @Original_R3774200)) AND ((@IsNull_R3774500 = 1 AND [R3774500] IS NULL) OR ([R3774500] = @Original_R3774500)) AND ((@IsNull_R3776000 = 1 AND [R3776000] IS NULL) OR ([R3776000] = @Original_R3776000)) AND ((@IsNull_R3776200 = 1 AND [R3776200] IS NULL) OR ([R3776200] = @Original_R3776200)) AND ((@IsNull_R3776300 = 1 AND [R3776300] IS NULL) OR ([R3776300] = @Original_R3776300)) AND ((@IsNull_R3776600 = 1 AND [R3776600] IS NULL) OR ([R3776600] = @Original_R3776600)) AND ((@IsNull_R3778100 = 1 AND [R3778100] IS NULL) OR ([R3778100] = @Original_R3778100)) AND ((@IsNull_R3778300 = 1 AND [R3778300] IS NULL) OR ([R3778300] = @Original_R3778300)) AND ((@IsNull_R3778400 = 1 AND [R3778400] IS NULL) OR ([R3778400] = @Original_R3778400)) AND ((@IsNull_R3778700 = 1 AND [R3778700] IS NULL) OR ([R3778700] = @Original_R3778700)) AND ((@IsNull_R3780200 = 1 AND [R3780200] IS NULL) OR ([R3780200] = @Original_R3780200)) AND ((@IsNull_R3780400 = 1 AND [R3780400] IS NULL) OR ([R3780400] = @Original_R3780400)) AND ((@IsNull_R3780500 = 1 AND [R3780500] IS NULL) OR ([R3780500] = @Original_R3780500)) AND ((@IsNull_R3780800 = 1 AND [R3780800] IS NULL) OR ([R3780800] = @Original_R3780800)) AND ((@IsNull_R3782300 = 1 AND [R3782300] IS NULL) OR ([R3782300] = @Original_R3782300)) AND ((@IsNull_R3782500 = 1 AND [R3782500] IS NULL) OR ([R3782500] = @Original_R3782500)) AND ((@IsNull_R3782600 = 1 AND [R3782600] IS NULL) OR ([R3782600] = @Original_R3782600)) AND ((@IsNull_R3782900 = 1 AND [R3782900] IS NULL) OR ([R3782900] = @Original_R3782900)) AND ((@IsNull_R3784400 = 1 AND [R3784400] IS NULL) OR ([R3784400] = @Original_R3784400)) AND ((@IsNull_R3784600 = 1 AND [R3784600] IS NULL) OR ([R3784600] = @Original_R3784600)) AND ((@IsNull_R3784700 = 1 AND [R3784700] IS NULL) OR ([R3784700] = @Original_R3784700)) AND ((@IsNull_R3785000 = 1 AND [R3785000] IS NULL) OR ([R3785000] = @Original_R3785000)) AND ((@IsNull_R3786500 = 1 AND [R3786500] IS NULL) OR ([R3786500] = @Original_R3786500)) AND ((@IsNull_R3788004 = 1 AND [R3788004] IS NULL) OR ([R3788004] = @Original_R3788004)) AND ((@IsNull_R4276800 = 1 AND [R4276800] IS NULL) OR ([R4276800] = @Original_R4276800)) AND ((@IsNull_R4277000 = 1 AND [R4277000] IS NULL) OR ([R4277000] = @Original_R4277000)) AND ((@IsNull_R4277100 = 1 AND [R4277100] IS NULL) OR ([R4277100] = @Original_R4277100)) AND ((@IsNull_R4277101 = 1 AND [R4277101] IS NULL) OR ([R4277101] = @Original_R4277101)) AND ((@IsNull_R4277700 = 1 AND [R4277700] IS NULL) OR ([R4277700] = @Original_R4277700)) AND ((@IsNull_R4277900 = 1 AND [R4277900] IS NULL) OR ([R4277900] = @Original_R4277900)) AND ((@IsNull_R4278000 = 1 AND [R4278000] IS NULL) OR ([R4278000] = @Original_R4278000)) AND ((@IsNull_R4278001 = 1 AND [R4278001] IS NULL) OR ([R4278001] = @Original_R4278001)) AND ((@IsNull_R4278600 = 1 AND [R4278600] IS NULL) OR ([R4278600] = @Original_R4278600)) AND ((@IsNull_R4278800 = 1 AND [R4278800] IS NULL) OR ([R4278800] = @Original_R4278800)) AND ((@IsNull_R4278900 = 1 AND [R4278900] IS NULL) OR ([R4278900] = @Original_R4278900)) AND ((@IsNull_R4278901 = 1 AND [R4278901] IS NULL) OR ([R4278901] = @Original_R4278901)) AND ((@IsNull_R4279500 = 1 AND [R4279500] IS NULL) OR ([R4279500] = @Original_R4279500)) AND ((@IsNull_R4279700 = 1 AND [R4279700] IS NULL) OR ([R4279700] = @Original_R4279700)) AND ((@IsNull_R4279800 = 1 AND [R4279800] IS NULL) OR ([R4279800] = @Original_R4279800)) AND ((@IsNull_R4279801 = 1 AND [R4279801] IS NULL) OR ([R4279801] = @Original_R4279801)) AND ((@IsNull_R4280400 = 1 AND [R4280400] IS NULL) OR ([R4280400] = @Original_R4280400)) AND ((@IsNull_R4280600 = 1 AND [R4280600] IS NULL) OR ([R4280600] = @Original_R4280600)) AND ((@IsNull_R4280700 = 1 AND [R4280700] IS NULL) OR ([R4280700] = @Original_R4280700)) AND ((@IsNull_R4280701 = 1 AND [R4280701] IS NULL) OR ([R4280701] = @Original_R4280701)) AND ((@IsNull_R4281300 = 1 AND [R4281300] IS NULL) OR ([R4281300] = @Original_R4281300)) AND ((@IsNull_R4281500 = 1 AND [R4281500] IS NULL) OR ([R4281500] = @Original_R4281500)) AND ((@IsNull_R4281600 = 1 AND [R4281600] IS NULL) OR ([R4281600] = @Original_R4281600)) AND ((@IsNull_R4281601 = 1 AND [R4281601] IS NULL) OR ([R4281601] = @Original_R4281601)) AND ((@IsNull_R4282100 = 1 AND [R4282100] IS NULL) OR ([R4282100] = @Original_R4282100)) AND ((@IsNull_R4282300 = 1 AND [R4282300] IS NULL) OR ([R4282300] = @Original_R4282300)) AND ((@IsNull_R4282400 = 1 AND [R4282400] IS NULL) OR ([R4282400] = @Original_R4282400)) AND ((@IsNull_R4282401 = 1 AND [R4282401] IS NULL) OR ([R4282401] = @Original_R4282401)) AND ((@IsNull_R4282900 = 1 AND [R4282900] IS NULL) OR ([R4282900] = @Original_R4282900)) AND ((@IsNull_R4283000 = 1 AND [R4283000] IS NULL) OR ([R4283000] = @Original_R4283000)) AND ((@IsNull_R4283100 = 1 AND [R4283100] IS NULL) OR ([R4283100] = @Original_R4283100)) AND ((@IsNull_R4283600 = 1 AND [R4283600] IS NULL) OR ([R4283600] = @Original_R4283600)) AND ((@IsNull_R4827600 = 1 AND [R4827600] IS NULL) OR ([R4827600] = @Original_R4827600)) AND ((@IsNull_R4827800 = 1 AND [R4827800] IS NULL) OR ([R4827800] = @Original_R4827800)) AND ((@IsNull_R4827900 = 1 AND [R4827900] IS NULL) OR ([R4827900] = @Original_R4827900)) AND ((@IsNull_R4827901 = 1 AND [R4827901] IS NULL) OR ([R4827901] = @Original_R4827901)) AND ((@IsNull_R4828100 = 1 AND [R4828100] IS NULL) OR ([R4828100] = @Original_R4828100)) AND ((@IsNull_R4830600 = 1 AND [R4830600] IS NULL) OR ([R4830600] = @Original_R4830600)) AND ((@IsNull_R4830800 = 1 AND [R4830800] IS NULL) OR ([R4830800] = @Original_R4830800)) AND ((@IsNull_R4830900 = 1 AND [R4830900] IS NULL) OR ([R4830900] = @Original_R4830900)) AND ((@IsNull_R4830901 = 1 AND [R4830901] IS NULL) OR ([R4830901] = @Original_R4830901)) AND ((@IsNull_R4831100 = 1 AND [R4831100] IS NULL) OR ([R4831100] = @Original_R4831100)) AND ((@IsNull_R4833600 = 1 AND [R4833600] IS NULL) OR ([R4833600] = @Original_R4833600)) AND ((@IsNull_R4833800 = 1 AND [R4833800] IS NULL) OR ([R4833800] = @Original_R4833800)) AND ((@IsNull_R4833900 = 1 AND [R4833900] IS NULL) OR ([R4833900] = @Original_R4833900)) AND ((@IsNull_R4833901 = 1 AND [R4833901] IS NULL) OR ([R4833901] = @Original_R4833901)) AND ((@IsNull_R4834100 = 1 AND [R4834100] IS NULL) OR ([R4834100] = @Original_R4834100)) AND ((@IsNull_R4836600 = 1 AND [R4836600] IS NULL) OR ([R4836600] = @Original_R4836600)) AND ((@IsNull_R4836800 = 1 AND [R4836800] IS NULL) OR ([R4836800] = @Original_R4836800)) AND ((@IsNull_R4836900 = 1 AND [R4836900] IS NULL) OR ([R4836900] = @Original_R4836900)) AND ((@IsNull_R4836901 = 1 AND [R4836901] IS NULL) OR ([R4836901] = @Original_R4836901)) AND ((@IsNull_R4837100 = 1 AND [R4837100] IS NULL) OR ([R4837100] = @Original_R4837100)) AND ((@IsNull_R4839600 = 1 AND [R4839600] IS NULL) OR ([R4839600] = @Original_R4839600)) AND ((@IsNull_R4839800 = 1 AND [R4839800] IS NULL) OR ([R4839800] = @Original_R4839800)) AND ((@IsNull_R4839900 = 1 AND [R4839900] IS NULL) OR ([R4839900] = @Original_R4839900)) AND ((@IsNull_R4839901 = 1 AND [R4839901] IS NULL) OR ([R4839901] = @Original_R4839901)) AND ((@IsNull_R4840100 = 1 AND [R4840100] IS NULL) OR ([R4840100] = @Original_R4840100)) AND ((@IsNull_R4842500 = 1 AND [R4842500] IS NULL) OR ([R4842500] = @Original_R4842500)) AND ((@IsNull_R4842700 = 1 AND [R4842700] IS NULL) OR ([R4842700] = @Original_R4842700)) AND ((@IsNull_R4842800 = 1 AND [R4842800] IS NULL) OR ([R4842800] = @Original_R4842800)) AND ((@IsNull_R4842801 = 1 AND [R4842801] IS NULL) OR ([R4842801] = @Original_R4842801)) AND ((@IsNull_R4842900 = 1 AND [R4842900] IS NULL) OR ([R4842900] = @Original_R4842900)) AND ((@IsNull_R4844800 = 1 AND [R4844800] IS NULL) OR ([R4844800] = @Original_R4844800)) AND ((@IsNull_R4845000 = 1 AND [R4845000] IS NULL) OR ([R4845000] = @Original_R4845000)) AND ((@IsNull_R4845100 = 1 AND [R4845100] IS NULL) OR ([R4845100] = @Original_R4845100)) AND ((@IsNull_R4845101 = 1 AND [R4845101] IS NULL) OR ([R4845101] = @Original_R4845101)) AND ((@IsNull_R4845200 = 1 AND [R4845200] IS NULL) OR ([R4845200] = @Original_R4845200)) AND ((@IsNull_R4847100 = 1 AND [R4847100] IS NULL) OR ([R4847100] = @Original_R4847100)) AND ((@IsNull_R4847300 = 1 AND [R4847300] IS NULL) OR ([R4847300] = @Original_R4847300)) AND ((@IsNull_R4847400 = 1 AND [R4847400] IS NULL) OR ([R4847400] = @Original_R4847400)) AND ((@IsNull_R5498000 = 1 AND [R5498000] IS NULL) OR ([R5498000] = @Original_R5498000)) AND ((@IsNull_R5498200 = 1 AND [R5498200] IS NULL) OR ([R5498200] = @Original_R5498200)) AND ((@IsNull_R5498300 = 1 AND [R5498300] IS NULL) OR ([R5498300] = @Original_R5498300)) AND ((@IsNull_R5498301 = 1 AND [R5498301] IS NULL) OR ([R5498301] = @Original_R5498301)) AND ((@IsNull_R5498500 = 1 AND [R5498500] IS NULL) OR ([R5498500] = @Original_R5498500)) AND ((@IsNull_R5501000 = 1 AND [R5501000] IS NULL) OR ([R5501000] = @Original_R5501000)) AND ((@IsNull_R5501200 = 1 AND [R5501200] IS NULL) OR ([R5501200] = @Original_R5501200)) AND ((@IsNull_R5501300 = 1 AND [R5501300] IS NULL) OR ([R5501300] = @Original_R5501300)) AND ((@IsNull_R5501301 = 1 AND [R5501301] IS NULL) OR ([R5501301] = @Original_R5501301)) AND ((@IsNull_R5501500 = 1 AND [R5501500] IS NULL) OR ([R5501500] = @Original_R5501500)) AND ((@IsNull_R5504000 = 1 AND [R5504000] IS NULL) OR ([R5504000] = @Original_R5504000)) AND ((@IsNull_R5504200 = 1 AND [R5504200] IS NULL) OR ([R5504200] = @Original_R5504200)) AND ((@IsNull_R5504300 = 1 AND [R5504300] IS NULL) OR ([R5504300] = @Original_R5504300)) AND ((@IsNull_R5504301 = 1 AND [R5504301] IS NULL) OR ([R5504301] = @Original_R5504301)) AND ((@IsNull_R5504500 = 1 AND [R5504500] IS NULL) OR ([R5504500] = @Original_R5504500)) AND ((@IsNull_R5507000 = 1 AND [R5507000] IS NULL) OR ([R5507000] = @Original_R5507000)) AND ((@IsNull_R5507200 = 1 AND [R5507200] IS NULL) OR ([R5507200] = @Original_R5507200)) AND ((@IsNull_R5507300 = 1 AND [R5507300] IS NULL) OR ([R5507300] = @Original_R5507300)) AND ((@IsNull_R5507301 = 1 AND [R5507301] IS NULL) OR ([R5507301] = @Original_R5507301)) AND ((@IsNull_R5507500 = 1 AND [R5507500] IS NULL) OR ([R5507500] = @Original_R5507500)) AND ((@IsNull_R5510000 = 1 AND [R5510000] IS NULL) OR ([R5510000] = @Original_R5510000)) AND ((@IsNull_R5510200 = 1 AND [R5510200] IS NULL) OR ([R5510200] = @Original_R5510200)) AND ((@IsNull_R5510300 = 1 AND [R5510300] IS NULL) OR ([R5510300] = @Original_R5510300)) AND ((@IsNull_R5510301 = 1 AND [R5510301] IS NULL) OR ([R5510301] = @Original_R5510301)) AND ((@IsNull_R5510500 = 1 AND [R5510500] IS NULL) OR ([R5510500] = @Original_R5510500)) AND ((@IsNull_R5513000 = 1 AND [R5513000] IS NULL) OR ([R5513000] = @Original_R5513000)) AND ((@IsNull_R5513200 = 1 AND [R5513200] IS NULL) OR ([R5513200] = @Original_R5513200)) AND ((@IsNull_R5513300 = 1 AND [R5513300] IS NULL) OR ([R5513300] = @Original_R5513300)) AND ((@IsNull_R5513301 = 1 AND [R5513301] IS NULL) OR ([R5513301] = @Original_R5513301)) AND ((@IsNull_R5513400 = 1 AND [R5513400] IS NULL) OR ([R5513400] = @Original_R5513400)) AND ((@IsNull_R5515300 = 1 AND [R5515300] IS NULL) OR ([R5515300] = @Original_R5515300)) AND ((@IsNull_R5515500 = 1 AND [R5515500] IS NULL) OR ([R5515500] = @Original_R5515500)) AND ((@IsNull_R5515600 = 1 AND [R5515600] IS NULL) OR ([R5515600] = @Original_R5515600)) AND ((@IsNull_R5515601 = 1 AND [R5515601] IS NULL) OR ([R5515601] = @Original_R5515601)) AND ((@IsNull_R5515700 = 1 AND [R5515700] IS NULL) OR ([R5515700] = @Original_R5515700)) AND ((@IsNull_R5517600 = 1 AND [R5517600] IS NULL) OR ([R5517600] = @Original_R5517600)) AND ((@IsNull_R5517800 = 1 AND [R5517800] IS NULL) OR ([R5517800] = @Original_R5517800)) AND ((@IsNull_R5517900 = 1 AND [R5517900] IS NULL) OR ([R5517900] = @Original_R5517900)) AND ((@IsNull_R5519800 = 1 AND [R5519800] IS NULL) OR ([R5519800] = @Original_R5519800)) AND ((@IsNull_R5520000 = 1 AND [R5520000] IS NULL) OR ([R5520000] = @Original_R5520000)) AND ((@IsNull_R5520100 = 1 AND [R5520100] IS NULL) OR ([R5520100] = @Original_R5520100)) AND ((@IsNull_R5520101 = 1 AND [R5520101] IS NULL) OR ([R5520101] = @Original_R5520101)) AND ((@IsNull_R5520200 = 1 AND [R5520200] IS NULL) OR ([R5520200] = @Original_R5520200)) AND ((@IsNull_R6218400 = 1 AND [R6218400] IS NULL) OR ([R6218400] = @Original_R6218400)) AND ((@IsNull_R6218500 = 1 AND [R6218500] IS NULL) OR ([R6218500] = @Original_R6218500)) AND ((@IsNull_R6218600 = 1 AND [R6218600] IS NULL) OR ([R6218600] = @Original_R6218600)) AND ((@IsNull_R6218700 = 1 AND [R6218700] IS NULL) OR ([R6218700] = @Original_R6218700)) AND ((@IsNull_R6218800 = 1 AND [R6218800] IS NULL) OR ([R6218800] = @Original_R6218800)) AND ((@IsNull_R6218900 = 1 AND [R6218900] IS NULL) OR ([R6218900] = @Original_R6218900)) AND ((@IsNull_R6219000 = 1 AND [R6219000] IS NULL) OR ([R6219000] = @Original_R6219000)) AND ((@IsNull_R6219100 = 1 AND [R6219100] IS NULL) OR ([R6219100] = @Original_R6219100)) AND ((@IsNull_R6219200 = 1 AND [R6219200] IS NULL) OR ([R6219200] = @Original_R6219200)) AND ((@IsNull_R6219300 = 1 AND [R6219300] IS NULL) OR ([R6219300] = @Original_R6219300)) AND ((@IsNull_R6220600 = 1 AND [R6220600] IS NULL) OR ([R6220600] = @Original_R6220600)) AND ((@IsNull_R6220700 = 1 AND [R6220700] IS NULL) OR ([R6220700] = @Original_R6220700)) AND ((@IsNull_R6220800 = 1 AND [R6220800] IS NULL) OR ([R6220800] = @Original_R6220800)) AND ((@IsNull_R6220900 = 1 AND [R6220900] IS NULL) OR ([R6220900] = @Original_R6220900)) AND ((@IsNull_R6221000 = 1 AND [R6221000] IS NULL) OR ([R6221000] = @Original_R6221000)) AND ((@IsNull_R6221100 = 1 AND [R6221100] IS NULL) OR ([R6221100] = @Original_R6221100)) AND ((@IsNull_R6221200 = 1 AND [R6221200] IS NULL) OR ([R6221200] = @Original_R6221200)) AND ((@IsNull_R6221300 = 1 AND [R6221300] IS NULL) OR ([R6221300] = @Original_R6221300)) AND ((@IsNull_R6221400 = 1 AND [R6221400] IS NULL) OR ([R6221400] = @Original_R6221400)) AND ((@IsNull_R6221500 = 1 AND [R6221500] IS NULL) OR ([R6221500] = @Original_R6221500)) AND ((@IsNull_R6221700 = 1 AND [R6221700] IS NULL) OR ([R6221700] = @Original_R6221700)) AND ((@IsNull_R6221701 = 1 AND [R6221701] IS NULL) OR ([R6221701] = @Original_R6221701)) AND ((@IsNull_R6221800 = 1 AND [R6221800] IS NULL) OR ([R6221800] = @Original_R6221800)) AND ((@IsNull_R6221801 = 1 AND [R6221801] IS NULL) OR ([R6221801] = @Original_R6221801)) AND ((@IsNull_R6221900 = 1 AND [R6221900] IS NULL) OR ([R6221900] = @Original_R6221900)) AND ((@IsNull_R6221901 = 1 AND [R6221901] IS NULL) OR ([R6221901] = @Original_R6221901)) AND ((@IsNull_R6222000 = 1 AND [R6222000] IS NULL) OR ([R6222000] = @Original_R6222000)) AND ((@IsNull_R6222001 = 1 AND [R6222001] IS NULL) OR ([R6222001] = @Original_R6222001)) AND ((@IsNull_R6222100 = 1 AND [R6222100] IS NULL) OR ([R6222100] = @Original_R6222100)) AND ((@IsNull_R6222101 = 1 AND [R6222101] IS NULL) OR ([R6222101] = @Original_R6222101)) AND ((@IsNull_R6222200 = 1 AND [R6222200] IS NULL) OR ([R6222200] = @Original_R6222200)) AND ((@IsNull_R6222201 = 1 AND [R6222201] IS NULL) OR ([R6222201] = @Original_R6222201)) AND ((@IsNull_R6222300 = 1 AND [R6222300] IS NULL) OR ([R6222300] = @Original_R6222300)) AND ((@IsNull_R6222301 = 1 AND [R6222301] IS NULL) OR ([R6222301] = @Original_R6222301)) AND ((@IsNull_R6222400 = 1 AND [R6222400] IS NULL) OR ([R6222400] = @Original_R6222400)) AND ((@IsNull_R6222401 = 1 AND [R6222401] IS NULL) OR ([R6222401] = @Original_R6222401)) AND ((@IsNull_R6222500 = 1 AND [R6222500] IS NULL) OR ([R6222500] = @Original_R6222500)) AND ((@IsNull_R6222501 = 1 AND [R6222501] IS NULL) OR ([R6222501] = @Original_R6222501)) AND ((@IsNull_R6222600 = 1 AND [R6222600] IS NULL) OR ([R6222600] = @Original_R6222600)) AND ((@IsNull_R6222601 = 1 AND [R6222601] IS NULL) OR ([R6222601] = @Original_R6222601)) AND ((@IsNull_R6223400 = 1 AND [R6223400] IS NULL) OR ([R6223400] = @Original_R6223400)) AND ((@IsNull_R6223500 = 1 AND [R6223500] IS NULL) OR ([R6223500] = @Original_R6223500)) AND ((@IsNull_R6223600 = 1 AND [R6223600] IS NULL) OR ([R6223600] = @Original_R6223600)) AND ((@IsNull_R6223700 = 1 AND [R6223700] IS NULL) OR ([R6223700] = @Original_R6223700)) AND ((@IsNull_R6223800 = 1 AND [R6223800] IS NULL) OR ([R6223800] = @Original_R6223800)) AND ((@IsNull_R6223900 = 1 AND [R6223900] IS NULL) OR ([R6223900] = @Original_R6223900)) AND ((@IsNull_R6224000 = 1 AND [R6224000] IS NULL) OR ([R6224000] = @Original_R6224000)) AND ((@IsNull_R6224100 = 1 AND [R6224100] IS NULL) OR ([R6224100] = @Original_R6224100)) AND ((@IsNull_R6224200 = 1 AND [R6224200] IS NULL) OR ([R6224200] = @Original_R6224200)) AND ((@IsNull_R6224300 = 1 AND [R6224300] IS NULL) OR ([R6224300] = @Original_R6224300)) AND ((@IsNull_R6770600 = 1 AND [R6770600] IS NULL) OR ([R6770600] = @Original_R6770600)) AND ((@IsNull_R6771600 = 1 AND [R6771600] IS NULL) OR ([R6771600] = @Original_R6771600)) AND ((@IsNull_R6771700 = 1 AND [R6771700] IS NULL) OR ([R6771700] = @Original_R6771700)) AND ((@IsNull_R6771800 = 1 AND [R6771800] IS NULL) OR ([R6771800] = @Original_R6771800)) AND ((@IsNull_R6771900 = 1 AND [R6771900] IS NULL) OR ([R6771900] = @Original_R6771900)) AND ((@IsNull_R6772000 = 1 AND [R6772000] IS NULL) OR ([R6772000] = @Original_R6772000)) AND ((@IsNull_R6772100 = 1 AND [R6772100] IS NULL) OR ([R6772100] = @Original_R6772100)) AND ((@IsNull_R6772200 = 1 AND [R6772200] IS NULL) OR ([R6772200] = @Original_R6772200)) AND ((@IsNull_R6772300 = 1 AND [R6772300] IS NULL) OR ([R6772300] = @Original_R6772300)) AND ((@IsNull_R6772400 = 1 AND [R6772400] IS NULL) OR ([R6772400] = @Original_R6772400)) AND ((@IsNull_R6772500 = 1 AND [R6772500] IS NULL) OR ([R6772500] = @Original_R6772500)) AND ((@IsNull_R6772600 = 1 AND [R6772600] IS NULL) OR ([R6772600] = @Original_R6772600)) AND ((@IsNull_R6772700 = 1 AND [R6772700] IS NULL) OR ([R6772700] = @Original_R6772700)) AND ((@IsNull_R6772800 = 1 AND [R6772800] IS NULL) OR ([R6772800] = @Original_R6772800)) AND ((@IsNull_R6772900 = 1 AND [R6772900] IS NULL) OR ([R6772900] = @Original_R6772900)) AND ((@IsNull_R6773000 = 1 AND [R6773000] IS NULL) OR ([R6773000] = @Original_R6773000)) AND ((@IsNull_R6773100 = 1 AND [R6773100] IS NULL) OR ([R6773100] = @Original_R6773100)) AND ((@IsNull_R6773200 = 1 AND [R6773200] IS NULL) OR ([R6773200] = @Original_R6773200)) AND ((@IsNull_R6773300 = 1 AND [R6773300] IS NULL) OR ([R6773300] = @Original_R6773300)) AND ((@IsNull_R6773400 = 1 AND [R6773400] IS NULL) OR ([R6773400] = @Original_R6773400)) AND ((@IsNull_R6774500 = 1 AND [R6774500] IS NULL) OR ([R6774500] = @Original_R6774500)) AND ((@IsNull_R6774600 = 1 AND [R6774600] IS NULL) OR ([R6774600] = @Original_R6774600)) AND ((@IsNull_R6774700 = 1 AND [R6774700] IS NULL) OR ([R6774700] = @Original_R6774700)) AND ((@IsNull_R6774800 = 1 AND [R6774800] IS NULL) OR ([R6774800] = @Original_R6774800)) AND ((@IsNull_R6774900 = 1 AND [R6774900] IS NULL) OR ([R6774900] = @Original_R6774900)) AND ((@IsNull_R6775000 = 1 AND [R6775000] IS NULL) OR ([R6775000] = @Original_R6775000)) AND ((@IsNull_R6775100 = 1 AND [R6775100] IS NULL) OR ([R6775100] = @Original_R6775100)) AND ((@IsNull_R6775200 = 1 AND [R6775200] IS NULL) OR ([R6775200] = @Original_R6775200)) AND ((@IsNull_R6775300 = 1 AND [R6775300] IS NULL) OR ([R6775300] = @Original_R6775300)) AND ((@IsNull_R6775400 = 1 AND [R6775400] IS NULL) OR ([R6775400] = @Original_R6775400)) AND ((@IsNull_R6775500 = 1 AND [R6775500] IS NULL) OR ([R6775500] = @Original_R6775500)) AND ((@IsNull_R6775501 = 1 AND [R6775501] IS NULL) OR ([R6775501] = @Original_R6775501)) AND ((@IsNull_R6775600 = 1 AND [R6775600] IS NULL) OR ([R6775600] = @Original_R6775600)) AND ((@IsNull_R6775601 = 1 AND [R6775601] IS NULL) OR ([R6775601] = @Original_R6775601)) AND ((@IsNull_R6775700 = 1 AND [R6775700] IS NULL) OR ([R6775700] = @Original_R6775700)) AND ((@IsNull_R6775701 = 1 AND [R6775701] IS NULL) OR ([R6775701] = @Original_R6775701)) AND ((@IsNull_R6775800 = 1 AND [R6775800] IS NULL) OR ([R6775800] = @Original_R6775800)) AND ((@IsNull_R6775801 = 1 AND [R6775801] IS NULL) OR ([R6775801] = @Original_R6775801)) AND ((@IsNull_R6775900 = 1 AND [R6775900] IS NULL) OR ([R6775900] = @Original_R6775900)) AND ((@IsNull_R6775901 = 1 AND [R6775901] IS NULL) OR ([R6775901] = @Original_R6775901)) AND ((@IsNull_R6776000 = 1 AND [R6776000] IS NULL) OR ([R6776000] = @Original_R6776000)) AND ((@IsNull_R6776001 = 1 AND [R6776001] IS NULL) OR ([R6776001] = @Original_R6776001)) AND ((@IsNull_R6776100 = 1 AND [R6776100] IS NULL) OR ([R6776100] = @Original_R6776100)) AND ((@IsNull_R6776101 = 1 AND [R6776101] IS NULL) OR ([R6776101] = @Original_R6776101)) AND ((@IsNull_R6776200 = 1 AND [R6776200] IS NULL) OR ([R6776200] = @Original_R6776200)) AND ((@IsNull_R6776201 = 1 AND [R6776201] IS NULL) OR ([R6776201] = @Original_R6776201)) AND ((@IsNull_R6776900 = 1 AND [R6776900] IS NULL) OR ([R6776900] = @Original_R6776900)) AND ((@IsNull_R6777000 = 1 AND [R6777000] IS NULL) OR ([R6777000] = @Original_R6777000)) AND ((@IsNull_R6777100 = 1 AND [R6777100] IS NULL) OR ([R6777100] = @Original_R6777100)) AND ((@IsNull_R6777200 = 1 AND [R6777200] IS NULL) OR ([R6777200] = @Original_R6777200)) AND ((@IsNull_R6777300 = 1 AND [R6777300] IS NULL) OR ([R6777300] = @Original_R6777300)) AND ((@IsNull_R6777400 = 1 AND [R6777400] IS NULL) OR ([R6777400] = @Original_R6777400)) AND ((@IsNull_R6777500 = 1 AND [R6777500] IS NULL) OR ([R6777500] = @Original_R6777500)) AND ((@IsNull_R6777600 = 1 AND [R6777600] IS NULL) OR ([R6777600] = @Original_R6777600)) AND ((@IsNull_R6777700 = 1 AND [R6777700] IS NULL) OR ([R6777700] = @Original_R6777700)) AND ((@IsNull_R6777800 = 1 AND [R6777800] IS NULL) OR ([R6777800] = @Original_R6777800)) AND ((@IsNull_R7415900 = 1 AND [R7415900] IS NULL) OR ([R7415900] = @Original_R7415900)) AND ((@IsNull_R7416000 = 1 AND [R7416000] IS NULL) OR ([R7416000] = @Original_R7416000)) AND ((@IsNull_R7416100 = 1 AND [R7416100] IS NULL) OR ([R7416100] = @Original_R7416100)) AND ((@IsNull_R7416200 = 1 AND [R7416200] IS NULL) OR ([R7416200] = @Original_R7416200)) AND ((@IsNull_R7416300 = 1 AND [R7416300] IS NULL) OR ([R7416300] = @Original_R7416300)) AND ((@IsNull_R7416400 = 1 AND [R7416400] IS NULL) OR ([R7416400] = @Original_R7416400)) AND ((@IsNull_R7416500 = 1 AND [R7416500] IS NULL) OR ([R7416500] = @Original_R7416500)) AND ((@IsNull_R7416600 = 1 AND [R7416600] IS NULL) OR ([R7416600] = @Original_R7416600)) AND ((@IsNull_R7416700 = 1 AND [R7416700] IS NULL) OR ([R7416700] = @Original_R7416700)) AND ((@IsNull_R7416800 = 1 AND [R7416800] IS NULL) OR ([R7416800] = @Original_R7416800)) AND ((@IsNull_R7416900 = 1 AND [R7416900] IS NULL) OR ([R7416900] = @Original_R7416900)) AND ((@IsNull_R7417000 = 1 AND [R7417000] IS NULL) OR ([R7417000] = @Original_R7417000)) AND ((@IsNull_R7417100 = 1 AND [R7417100] IS NULL) OR ([R7417100] = @Original_R7417100)) AND ((@IsNull_R7417200 = 1 AND [R7417200] IS NULL) OR ([R7417200] = @Original_R7417200)) AND ((@IsNull_R7417300 = 1 AND [R7417300] IS NULL) OR ([R7417300] = @Original_R7417300)) AND ((@IsNull_R7417400 = 1 AND [R7417400] IS NULL) OR ([R7417400] = @Original_R7417400)) AND ((@IsNull_R7417500 = 1 AND [R7417500] IS NULL) OR ([R7417500] = @Original_R7417500)) AND ((@IsNull_R7417600 = 1 AND [R7417600] IS NULL) OR ([R7417600] = @Original_R7417600)) AND ((@IsNull_R7417700 = 1 AND [R7417700] IS NULL) OR ([R7417700] = @Original_R7417700)) AND ((@IsNull_R7417800 = 1 AND [R7417800] IS NULL) OR ([R7417800] = @Original_R7417800)) AND ((@IsNull_R7418900 = 1 AND [R7418900] IS NULL) OR ([R7418900] = @Original_R7418900)) AND ((@IsNull_R7419000 = 1 AND [R7419000] IS NULL) OR ([R7419000] = @Original_R7419000)) AND ((@IsNull_R7419100 = 1 AND [R7419100] IS NULL) OR ([R7419100] = @Original_R7419100)) AND ((@IsNull_R7419200 = 1 AND [R7419200] IS NULL) OR ([R7419200] = @Original_R7419200)) AND ((@IsNull_R7419300 = 1 AND [R7419300] IS NULL) OR ([R7419300] = @Original_R7419300)) AND ((@IsNull_R7419400 = 1 AND [R7419400] IS NULL) OR ([R7419400] = @Original_R7419400)) AND ((@IsNull_R7419500 = 1 AND [R7419500] IS NULL) OR ([R7419500] = @Original_R7419500)) AND ((@IsNull_R7419600 = 1 AND [R7419600] IS NULL) OR ([R7419600] = @Original_R7419600)) AND ((@IsNull_R7419700 = 1 AND [R7419700] IS NULL) OR ([R7419700] = @Original_R7419700)) AND ((@IsNull_R7419800 = 1 AND [R7419800] IS NULL) OR ([R7419800] = @Original_R7419800)) AND ((@IsNull_R7419900 = 1 AND [R7419900] IS NULL) OR ([R7419900] = @Original_R7419900)) AND ((@IsNull_R7419901 = 1 AND [R7419901] IS NULL) OR ([R7419901] = @Original_R7419901)) AND ((@IsNull_R7420000 = 1 AND [R7420000] IS NULL) OR ([R7420000] = @Original_R7420000)) AND ((@IsNull_R7420001 = 1 AND [R7420001] IS NULL) OR ([R7420001] = @Original_R7420001)) AND ((@IsNull_R7420100 = 1 AND [R7420100] IS NULL) OR ([R7420100] = @Original_R7420100)) AND ((@IsNull_R7420101 = 1 AND [R7420101] IS NULL) OR ([R7420101] = @Original_R7420101)) AND ((@IsNull_R7420200 = 1 AND [R7420200] IS NULL) OR ([R7420200] = @Original_R7420200)) AND ((@IsNull_R7420201 = 1 AND [R7420201] IS NULL) OR ([R7420201] = @Original_R7420201)) AND ((@IsNull_R7420300 = 1 AND [R7420300] IS NULL) OR ([R7420300] = @Original_R7420300)) AND ((@IsNull_R7420301 = 1 AND [R7420301] IS NULL) OR ([R7420301] = @Original_R7420301)) AND ((@IsNull_R7420400 = 1 AND [R7420400] IS NULL) OR ([R7420400] = @Original_R7420400)) AND ((@IsNull_R7420401 = 1 AND [R7420401] IS NULL) OR ([R7420401] = @Original_R7420401)) AND ((@IsNull_R7420500 = 1 AND [R7420500] IS NULL) OR ([R7420500] = @Original_R7420500)) AND ((@IsNull_R7420501 = 1 AND [R7420501] IS NULL) OR ([R7420501] = @Original_R7420501)) AND ((@IsNull_R7420600 = 1 AND [R7420600] IS NULL) OR ([R7420600] = @Original_R7420600)) AND ((@IsNull_R7420601 = 1 AND [R7420601] IS NULL) OR ([R7420601] = @Original_R7420601)) AND ((@IsNull_R7421400 = 1 AND [R7421400] IS NULL) OR ([R7421400] = @Original_R7421400)) AND ((@IsNull_R7421500 = 1 AND [R7421500] IS NULL) OR ([R7421500] = @Original_R7421500)) AND ((@IsNull_R7421600 = 1 AND [R7421600] IS NULL) OR ([R7421600] = @Original_R7421600)) AND ((@IsNull_R7421700 = 1 AND [R7421700] IS NULL) OR ([R7421700] = @Original_R7421700)) AND ((@IsNull_R7421800 = 1 AND [R7421800] IS NULL) OR ([R7421800] = @Original_R7421800)) AND ((@IsNull_R7421900 = 1 AND [R7421900] IS NULL) OR ([R7421900] = @Original_R7421900)) AND ((@IsNull_R7422000 = 1 AND [R7422000] IS NULL) OR ([R7422000] = @Original_R7422000)) AND ((@IsNull_R7422100 = 1 AND [R7422100] IS NULL) OR ([R7422100] = @Original_R7422100)) AND ((@IsNull_R7422200 = 1 AND [R7422200] IS NULL) OR ([R7422200] = @Original_R7422200)) AND ((@IsNull_R7422300 = 1 AND [R7422300] IS NULL) OR ([R7422300] = @Original_R7422300)) AND ((@IsNull_R8114000 = 1 AND [R8114000] IS NULL) OR ([R8114000] = @Original_R8114000)) AND ((@IsNull_R8114100 = 1 AND [R8114100] IS NULL) OR ([R8114100] = @Original_R8114100)) AND ((@IsNull_R8114200 = 1 AND [R8114200] IS NULL) OR ([R8114200] = @Original_R8114200)) AND ((@IsNull_R8114300 = 1 AND [R8114300] IS NULL) OR ([R8114300] = @Original_R8114300)) AND ((@IsNull_R8114400 = 1 AND [R8114400] IS NULL) OR ([R8114400] = @Original_R8114400)) AND ((@IsNull_R8114500 = 1 AND [R8114500] IS NULL) OR ([R8114500] = @Original_R8114500)) AND ((@IsNull_R8114600 = 1 AND [R8114600] IS NULL) OR ([R8114600] = @Original_R8114600)) AND ((@IsNull_R8114700 = 1 AND [R8114700] IS NULL) OR ([R8114700] = @Original_R8114700)) AND ((@IsNull_R8114800 = 1 AND [R8114800] IS NULL) OR ([R8114800] = @Original_R8114800)) AND ((@IsNull_R8114900 = 1 AND [R8114900] IS NULL) OR ([R8114900] = @Original_R8114900)) AND ((@IsNull_R8115000 = 1 AND [R8115000] IS NULL) OR ([R8115000] = @Original_R8115000)) AND ((@IsNull_R8115100 = 1 AND [R8115100] IS NULL) OR ([R8115100] = @Original_R8115100)) AND ((@IsNull_R8115200 = 1 AND [R8115200] IS NULL) OR ([R8115200] = @Original_R8115200)) AND ((@IsNull_R8115300 = 1 AND [R8115300] IS NULL) OR ([R8115300] = @Original_R8115300)) AND ((@IsNull_R8115400 = 1 AND [R8115400] IS NULL) OR ([R8115400] = @Original_R8115400)) AND ((@IsNull_R8115500 = 1 AND [R8115500] IS NULL) OR ([R8115500] = @Original_R8115500)) AND ((@IsNull_R8115600 = 1 AND [R8115600] IS NULL) OR ([R8115600] = @Original_R8115600)) AND ((@IsNull_R8115700 = 1 AND [R8115700] IS NULL) OR ([R8115700] = @Original_R8115700)) AND ((@IsNull_R8115800 = 1 AND [R8115800] IS NULL) OR ([R8115800] = @Original_R8115800)) AND ((@IsNull_R8115900 = 1 AND [R8115900] IS NULL) OR ([R8115900] = @Original_R8115900)) AND ((@IsNull_R8117000 = 1 AND [R8117000] IS NULL) OR ([R8117000] = @Original_R8117000)) AND ((@IsNull_R8117100 = 1 AND [R8117100] IS NULL) OR ([R8117100] = @Original_R8117100)) AND ((@IsNull_R8117200 = 1 AND [R8117200] IS NULL) OR ([R8117200] = @Original_R8117200)) AND ((@IsNull_R8117300 = 1 AND [R8117300] IS NULL) OR ([R8117300] = @Original_R8117300)) AND ((@IsNull_R8117400 = 1 AND [R8117400] IS NULL) OR ([R8117400] = @Original_R8117400)) AND ((@IsNull_R8117500 = 1 AND [R8117500] IS NULL) OR ([R8117500] = @Original_R8117500)) AND ((@IsNull_R8117600 = 1 AND [R8117600] IS NULL) OR ([R8117600] = @Original_R8117600)) AND ((@IsNull_R8117700 = 1 AND [R8117700] IS NULL) OR ([R8117700] = @Original_R8117700)) AND ((@IsNull_R8117800 = 1 AND [R8117800] IS NULL) OR ([R8117800] = @Original_R8117800)) AND ((@IsNull_R8117900 = 1 AND [R8117900] IS NULL) OR ([R8117900] = @Original_R8117900)) AND ((@IsNull_R8118000 = 1 AND [R8118000] IS NULL) OR ([R8118000] = @Original_R8118000)) AND ((@IsNull_R8118001 = 1 AND [R8118001] IS NULL) OR ([R8118001] = @Original_R8118001)) AND ((@IsNull_R8118100 = 1 AND [R8118100] IS NULL) OR ([R8118100] = @Original_R8118100)) AND ((@IsNull_R8118101 = 1 AND [R8118101] IS NULL) OR ([R8118101] = @Original_R8118101)) AND ((@IsNull_R8118200 = 1 AND [R8118200] IS NULL) OR ([R8118200] = @Original_R8118200)) AND ((@IsNull_R8118201 = 1 AND [R8118201] IS NULL) OR ([R8118201] = @Original_R8118201)) AND ((@IsNull_R8118300 = 1 AND [R8118300] IS NULL) OR ([R8118300] = @Original_R8118300)) AND ((@IsNull_R8118301 = 1 AND [R8118301] IS NULL) OR ([R8118301] = @Original_R8118301)) AND ((@IsNull_R8118400 = 1 AND [R8118400] IS NULL) OR ([R8118400] = @Original_R8118400)) AND ((@IsNull_R8118401 = 1 AND [R8118401] IS NULL) OR ([R8118401] = @Original_R8118401)) AND ((@IsNull_R8118500 = 1 AND [R8118500] IS NULL) OR ([R8118500] = @Original_R8118500)) AND ((@IsNull_R8118501 = 1 AND [R8118501] IS NULL) OR ([R8118501] = @Original_R8118501)) AND ((@IsNull_R8118600 = 1 AND [R8118600] IS NULL) OR ([R8118600] = @Original_R8118600)) AND ((@IsNull_R8118601 = 1 AND [R8118601] IS NULL) OR ([R8118601] = @Original_R8118601)) AND ((@IsNull_R8118700 = 1 AND [R8118700] IS NULL) OR ([R8118700] = @Original_R8118700)) AND ((@IsNull_R8118701 = 1 AND [R8118701] IS NULL) OR ([R8118701] = @Original_R8118701)) AND ((@IsNull_R8118800 = 1 AND [R8118800] IS NULL) OR ([R8118800] = @Original_R8118800)) AND ((@IsNull_R8118801 = 1 AND [R8118801] IS NULL) OR ([R8118801] = @Original_R8118801)) AND ((@IsNull_R8118900 = 1 AND [R8118900] IS NULL) OR ([R8118900] = @Original_R8118900)) AND ((@IsNull_R8118901 = 1 AND [R8118901] IS NULL) OR ([R8118901] = @Original_R8118901)) AND ((@IsNull_R8119600 = 1 AND [R8119600] IS NULL) OR ([R8119600] = @Original_R8119600)) AND ((@IsNull_R8119700 = 1 AND [R8119700] IS NULL) OR ([R8119700] = @Original_R8119700)) AND ((@IsNull_R8119800 = 1 AND [R8119800] IS NULL) OR ([R8119800] = @Original_R8119800)) AND ((@IsNull_R8119900 = 1 AND [R8119900] IS NULL) OR ([R8119900] = @Original_R8119900)) AND ((@IsNull_R8120000 = 1 AND [R8120000] IS NULL) OR ([R8120000] = @Original_R8120000)) AND ((@IsNull_R8120100 = 1 AND [R8120100] IS NULL) OR ([R8120100] = @Original_R8120100)) AND ((@IsNull_R8120200 = 1 AND [R8120200] IS NULL) OR ([R8120200] = @Original_R8120200)) AND ((@IsNull_R8120300 = 1 AND [R8120300] IS NULL) OR ([R8120300] = @Original_R8120300)) AND ((@IsNull_R8120400 = 1 AND [R8120400] IS NULL) OR ([R8120400] = @Original_R8120400)) AND ((@IsNull_R8120500 = 1 AND [R8120500] IS NULL) OR ([R8120500] = @Original_R8120500)) AND ((@IsNull_R8135300 = 1 AND [R8135300] IS NULL) OR ([R8135300] = @Original_R8135300)) AND ((@IsNull_R8135400 = 1 AND [R8135400] IS NULL) OR ([R8135400] = @Original_R8135400)) AND ((@IsNull_R8135500 = 1 AND [R8135500] IS NULL) OR ([R8135500] = @Original_R8135500)) AND ((@IsNull_R8135600 = 1 AND [R8135600] IS NULL) OR ([R8135600] = @Original_R8135600)) AND ((@IsNull_R8135700 = 1 AND [R8135700] IS NULL) OR ([R8135700] = @Original_R8135700)) AND ((@IsNull_R8135800 = 1 AND [R8135800] IS NULL) OR ([R8135800] = @Original_R8135800)) AND ((@IsNull_R8135900 = 1 AND [R8135900] IS NULL) OR ([R8135900] = @Original_R8135900)) AND ((@IsNull_R9900600 = 1 AND [R9900600] IS NULL) OR ([R9900600] = @Original_R9900600)) AND ((@IsNull_R9900601 = 1 AND [R9900601] IS NULL) OR ([R9900601] = @Original_R9900601)) AND ((@IsNull_R9901400 = 1 AND [R9901400] IS NULL) OR ([R9901400] = @Original_R9901400)) AND ((@IsNull_R9901401 = 1 AND [R9901401] IS NULL) OR ([R9901401] = @Original_R9901401)) AND ((@IsNull_R9902200 = 1 AND [R9902200] IS NULL) OR ([R9902200] = @Original_R9902200)) AND ((@IsNull_R9902201 = 1 AND [R9902201] IS NULL) OR ([R9902201] = @Original_R9902201)) AND ((@IsNull_R9903000 = 1 AND [R9903000] IS NULL) OR ([R9903000] = @Original_R9903000)) AND ((@IsNull_R9903001 = 1 AND [R9903001] IS NULL) OR ([R9903001] = @Original_R9903001)) AND ((@IsNull_R9903800 = 1 AND [R9903800] IS NULL) OR ([R9903800] = @Original_R9903800)) AND ((@IsNull_R9903801 = 1 AND [R9903801] IS NULL) OR ([R9903801] = @Original_R9903801)) AND ((@IsNull_R9904600 = 1 AND [R9904600] IS NULL) OR ([R9904600] = @Original_R9904600)) AND ((@IsNull_R9904601 = 1 AND [R9904601] IS NULL) OR ([R9904601] = @Original_R9904601)) AND ((@IsNull_R9905400 = 1 AND [R9905400] IS NULL) OR ([R9905400] = @Original_R9905400)) AND ((@IsNull_R9905401 = 1 AND [R9905401] IS NULL) OR ([R9905401] = @Original_R9905401)) AND ((@IsNull_R9911200 = 1 AND [R9911200] IS NULL) OR ([R9911200] = @Original_R9911200)) AND ((@IsNull_R9911201 = 1 AND [R9911201] IS NULL) OR ([R9911201] = @Original_R9911201)) AND ((@IsNull_T0345800 = 1 AND [T0345800] IS NULL) OR ([T0345800] = @Original_T0345800)) AND ((@IsNull_T0345900 = 1 AND [T0345900] IS NULL) OR ([T0345900] = @Original_T0345900)) AND ((@IsNull_T0346000 = 1 AND [T0346000] IS NULL) OR ([T0346000] = @Original_T0346000)) AND ((@IsNull_T0346100 = 1 AND [T0346100] IS NULL) OR ([T0346100] = @Original_T0346100)) AND ((@IsNull_T0346200 = 1 AND [T0346200] IS NULL) OR ([T0346200] = @Original_T0346200)) AND ((@IsNull_T0346300 = 1 AND [T0346300] IS NULL) OR ([T0346300] = @Original_T0346300)) AND ((@IsNull_T0346400 = 1 AND [T0346400] IS NULL) OR ([T0346400] = @Original_T0346400)) AND ((@IsNull_T0346500 = 1 AND [T0346500] IS NULL) OR ([T0346500] = @Original_T0346500)) AND ((@IsNull_T0346600 = 1 AND [T0346600] IS NULL) OR ([T0346600] = @Original_T0346600)) AND ((@IsNull_T0346700 = 1 AND [T0346700] IS NULL) OR ([T0346700] = @Original_T0346700)) AND ((@IsNull_T0346800 = 1 AND [T0346800] IS NULL) OR ([T0346800] = @Original_T0346800)) AND ((@IsNull_T0346900 = 1 AND [T0346900] IS NULL) OR ([T0346900] = @Original_T0346900)) AND ((@IsNull_T0347000 = 1 AND [T0347000] IS NULL) OR ([T0347000] = @Original_T0347000)) AND ((@IsNull_T0347100 = 1 AND [T0347100] IS NULL) OR ([T0347100] = @Original_T0347100)) AND ((@IsNull_T0347200 = 1 AND [T0347200] IS NULL) OR ([T0347200] = @Original_T0347200)) AND ((@IsNull_T0347300 = 1 AND [T0347300] IS NULL) OR ([T0347300] = @Original_T0347300)) AND ((@IsNull_T0347400 = 1 AND [T0347400] IS NULL) OR ([T0347400] = @Original_T0347400)) AND ((@IsNull_T0347500 = 1 AND [T0347500] IS NULL) OR ([T0347500] = @Original_T0347500)) AND ((@IsNull_T0347600 = 1 AND [T0347600] IS NULL) OR ([T0347600] = @Original_T0347600)) AND ((@IsNull_T0347700 = 1 AND [T0347700] IS NULL) OR ([T0347700] = @Original_T0347700)) AND ((@IsNull_T0347800 = 1 AND [T0347800] IS NULL) OR ([T0347800] = @Original_T0347800)) AND ((@IsNull_T0349000 = 1 AND [T0349000] IS NULL) OR ([T0349000] = @Original_T0349000)) AND ((@IsNull_T0349100 = 1 AND [T0349100] IS NULL) OR ([T0349100] = @Original_T0349100)) AND ((@IsNull_T0349200 = 1 AND [T0349200] IS NULL) OR ([T0349200] = @Original_T0349200)) AND ((@IsNull_T0349300 = 1 AND [T0349300] IS NULL) OR ([T0349300] = @Original_T0349300)) AND ((@IsNull_T0349400 = 1 AND [T0349400] IS NULL) OR ([T0349400] = @Original_T0349400)) AND ((@IsNull_T0349500 = 1 AND [T0349500] IS NULL) OR ([T0349500] = @Original_T0349500)) AND ((@IsNull_T0349600 = 1 AND [T0349600] IS NULL) OR ([T0349600] = @Original_T0349600)) AND ((@IsNull_T0349700 = 1 AND [T0349700] IS NULL) OR ([T0349700] = @Original_T0349700)) AND ((@IsNull_T0349800 = 1 AND [T0349800] IS NULL) OR ([T0349800] = @Original_T0349800)) AND ((@IsNull_T0349900 = 1 AND [T0349900] IS NULL) OR ([T0349900] = @Original_T0349900)) AND ((@IsNull_T0350000 = 1 AND [T0350000] IS NULL) OR ([T0350000] = @Original_T0350000)) AND ((@IsNull_T0350100 = 1 AND [T0350100] IS NULL) OR ([T0350100] = @Original_T0350100)) AND ((@IsNull_T0350101 = 1 AND [T0350101] IS NULL) OR ([T0350101] = @Original_T0350101)) AND ((@IsNull_T0350200 = 1 AND [T0350200] IS NULL) OR ([T0350200] = @Original_T0350200)) AND ((@IsNull_T0350201 = 1 AND [T0350201] IS NULL) OR ([T0350201] = @Original_T0350201)) AND ((@IsNull_T0350300 = 1 AND [T0350300] IS NULL) OR ([T0350300] = @Original_T0350300)) AND ((@IsNull_T0350301 = 1 AND [T0350301] IS NULL) OR ([T0350301] = @Original_T0350301)) AND ((@IsNull_T0350400 = 1 AND [T0350400] IS NULL) OR ([T0350400] = @Original_T0350400)) AND ((@IsNull_T0350401 = 1 AND [T0350401] IS NULL) OR ([T0350401] = @Original_T0350401)) AND ((@IsNull_T0350500 = 1 AND [T0350500] IS NULL) OR ([T0350500] = @Original_T0350500)) AND ((@IsNull_T0350501 = 1 AND [T0350501] IS NULL) OR ([T0350501] = @Original_T0350501)) AND ((@IsNull_T0350600 = 1 AND [T0350600] IS NULL) OR ([T0350600] = @Original_T0350600)) AND ((@IsNull_T0350601 = 1 AND [T0350601] IS NULL) OR ([T0350601] = @Original_T0350601)) AND ((@IsNull_T0350700 = 1 AND [T0350700] IS NULL) OR ([T0350700] = @Original_T0350700)) AND ((@IsNull_T0350701 = 1 AND [T0350701] IS NULL) OR ([T0350701] = @Original_T0350701)) AND ((@IsNull_T0350800 = 1 AND [T0350800] IS NULL) OR ([T0350800] = @Original_T0350800)) AND ((@IsNull_T0350801 = 1 AND [T0350801] IS NULL) OR ([T0350801] = @Original_T0350801)) AND ((@IsNull_T0350900 = 1 AND [T0350900] IS NULL) OR ([T0350900] = @Original_T0350900)) AND ((@IsNull_T0350901 = 1 AND [T0350901] IS NULL) OR ([T0350901] = @Original_T0350901)) AND ((@IsNull_T0351000 = 1 AND [T0351000] IS NULL) OR ([T0351000] = @Original_T0351000)) AND ((@IsNull_T0351001 = 1 AND [T0351001] IS NULL) OR ([T0351001] = @Original_T0351001)) AND ((@IsNull_T0351900 = 1 AND [T0351900] IS NULL) OR ([T0351900] = @Original_T0351900)) AND ((@IsNull_T0352000 = 1 AND [T0352000] IS NULL) OR ([T0352000] = @Original_T0352000)) AND ((@IsNull_T0352100 = 1 AND [T0352100] IS NULL) OR ([T0352100] = @Original_T0352100)) AND ((@IsNull_T0352200 = 1 AND [T0352200] IS NULL) OR ([T0352200] = @Original_T0352200)) AND ((@IsNull_T0352300 = 1 AND [T0352300] IS NULL) OR ([T0352300] = @Original_T0352300)) AND ((@IsNull_T0352400 = 1 AND [T0352400] IS NULL) OR ([T0352400] = @Original_T0352400)) AND ((@IsNull_T0352500 = 1 AND [T0352500] IS NULL) OR ([T0352500] = @Original_T0352500)) AND ((@IsNull_T0352600 = 1 AND [T0352600] IS NULL) OR ([T0352600] = @Original_T0352600)) AND ((@IsNull_T0352700 = 1 AND [T0352700] IS NULL) OR ([T0352700] = @Original_T0352700)) AND ((@IsNull_T0352800 = 1 AND [T0352800] IS NULL) OR ([T0352800] = @Original_T0352800)) AND ((@IsNull_T0352900 = 1 AND [T0352900] IS NULL) OR ([T0352900] = @Original_T0352900)) AND ((@IsNull_T0597800 = 1 AND [T0597800] IS NULL) OR ([T0597800] = @Original_T0597800)) AND ((@IsNull_T0597900 = 1 AND [T0597900] IS NULL) OR ([T0597900] = @Original_T0597900)) AND ((@IsNull_T0598000 = 1 AND [T0598000] IS NULL) OR ([T0598000] = @Original_T0598000)) AND ((@IsNull_T0598100 = 1 AND [T0598100] IS NULL) OR ([T0598100] = @Original_T0598100)) AND ((@IsNull_T0598200 = 1 AND [T0598200] IS NULL) OR ([T0598200] = @Original_T0598200)) AND ((@IsNull_T0598300 = 1 AND [T0598300] IS NULL) OR ([T0598300] = @Original_T0598300)) AND ((@IsNull_T0598400 = 1 AND [T0598400] IS NULL) OR ([T0598400] = @Original_T0598400)) AND ((@IsNull_T1495200 = 1 AND [T1495200] IS NULL) OR ([T1495200] = @Original_T1495200)) AND ((@IsNull_T1495300 = 1 AND [T1495300] IS NULL) OR ([T1495300] = @Original_T1495300)) AND ((@IsNull_T1495400 = 1 AND [T1495400] IS NULL) OR ([T1495400] = @Original_T1495400)) AND ((@IsNull_T1495500 = 1 AND [T1495500] IS NULL) OR ([T1495500] = @Original_T1495500)) AND ((@IsNull_T1495600 = 1 AND [T1495600] IS NULL) OR ([T1495600] = @Original_T1495600)) AND ((@IsNull_T1495700 = 1 AND [T1495700] IS NULL) OR ([T1495700] = @Original_T1495700)) AND ((@IsNull_T1495800 = 1 AND [T1495800] IS NULL) OR ([T1495800] = @Original_T1495800)) AND ((@IsNull_T1495900 = 1 AND [T1495900] IS NULL) OR ([T1495900] = @Original_T1495900)) AND ((@IsNull_T1496000 = 1 AND [T1496000] IS NULL) OR ([T1496000] = @Original_T1496000)) AND ((@IsNull_T1496100 = 1 AND [T1496100] IS NULL) OR ([T1496100] = @Original_T1496100)) AND ((@IsNull_T1496200 = 1 AND [T1496200] IS NULL) OR ([T1496200] = @Original_T1496200)) AND ((@IsNull_T1496300 = 1 AND [T1496300] IS NULL) OR ([T1496300] = @Original_T1496300)) AND ((@IsNull_T1496400 = 1 AND [T1496400] IS NULL) OR ([T1496400] = @Original_T1496400)) AND ((@IsNull_T1496500 = 1 AND [T1496500] IS NULL) OR ([T1496500] = @Original_T1496500)) AND ((@IsNull_T1496600 = 1 AND [T1496600] IS NULL) OR ([T1496600] = @Original_T1496600)) AND ((@IsNull_T1496700 = 1 AND [T1496700] IS NULL) OR ([T1496700] = @Original_T1496700)) AND ((@IsNull_T1496800 = 1 AND [T1496800] IS NULL) OR ([T1496800] = @Original_T1496800)) AND ((@IsNull_T1496900 = 1 AND [T1496900] IS NULL) OR ([T1496900] = @Original_T1496900)) AND ((@IsNull_T1497000 = 1 AND [T1497000] IS NULL) OR ([T1497000] = @Original_T1497000)) AND ((@IsNull_T1497100 = 1 AND [T1497100] IS NULL) OR ([T1497100] = @Original_T1497100)) AND ((@IsNull_T1497200 = 1 AND [T1497200] IS NULL) OR ([T1497200] = @Original_T1497200)) AND ((@IsNull_T1498400 = 1 AND [T1498400] IS NULL) OR ([T1498400] = @Original_T1498400)) AND ((@IsNull_T1498500 = 1 AND [T1498500] IS NULL) OR ([T1498500] = @Original_T1498500)) AND ((@IsNull_T1498600 = 1 AND [T1498600] IS NULL) OR ([T1498600] = @Original_T1498600)) AND ((@IsNull_T1498700 = 1 AND [T1498700] IS NULL) OR ([T1498700] = @Original_T1498700)) AND ((@IsNull_T1498800 = 1 AND [T1498800] IS NULL) OR ([T1498800] = @Original_T1498800)) AND ((@IsNull_T1498900 = 1 AND [T1498900] IS NULL) OR ([T1498900] = @Original_T1498900)) AND ((@IsNull_T1499000 = 1 AND [T1499000] IS NULL) OR ([T1499000] = @Original_T1499000)) AND ((@IsNull_T1499100 = 1 AND [T1499100] IS NULL) OR ([T1499100] = @Original_T1499100)) AND ((@IsNull_T1499200 = 1 AND [T1499200] IS NULL) OR ([T1499200] = @Original_T1499200)) AND ((@IsNull_T1499300 = 1 AND [T1499300] IS NULL) OR ([T1499300] = @Original_T1499300)) AND ((@IsNull_T1499400 = 1 AND [T1499400] IS NULL) OR ([T1499400] = @Original_T1499400)) AND ((@IsNull_T1499500 = 1 AND [T1499500] IS NULL) OR ([T1499500] = @Original_T1499500)) AND ((@IsNull_T1499501 = 1 AND [T1499501] IS NULL) OR ([T1499501] = @Original_T1499501)) AND ((@IsNull_T1499600 = 1 AND [T1499600] IS NULL) OR ([T1499600] = @Original_T1499600)) AND ((@IsNull_T1499601 = 1 AND [T1499601] IS NULL) OR ([T1499601] = @Original_T1499601)) AND ((@IsNull_T1499700 = 1 AND [T1499700] IS NULL) OR ([T1499700] = @Original_T1499700)) AND ((@IsNull_T1499701 = 1 AND [T1499701] IS NULL) OR ([T1499701] = @Original_T1499701)) AND ((@IsNull_T1499800 = 1 AND [T1499800] IS NULL) OR ([T1499800] = @Original_T1499800)) AND ((@IsNull_T1499801 = 1 AND [T1499801] IS NULL) OR ([T1499801] = @Original_T1499801)) AND ((@IsNull_T1499900 = 1 AND [T1499900] IS NULL) OR ([T1499900] = @Original_T1499900)) AND ((@IsNull_T1499901 = 1 AND [T1499901] IS NULL) OR ([T1499901] = @Original_T1499901)) AND ((@IsNull_T1500000 = 1 AND [T1500000] IS NULL) OR ([T1500000] = @Original_T1500000)) AND ((@IsNull_T1500001 = 1 AND [T1500001] IS NULL) OR ([T1500001] = @Original_T1500001)) AND ((@IsNull_T1500100 = 1 AND [T1500100] IS NULL) OR ([T1500100] = @Original_T1500100)) AND ((@IsNull_T1500101 = 1 AND [T1500101] IS NULL) OR ([T1500101] = @Original_T1500101)) AND ((@IsNull_T1500200 = 1 AND [T1500200] IS NULL) OR ([T1500200] = @Original_T1500200)) AND ((@IsNull_T1500201 = 1 AND [T1500201] IS NULL) OR ([T1500201] = @Original_T1500201)) AND ((@IsNull_T1500300 = 1 AND [T1500300] IS NULL) OR ([T1500300] = @Original_T1500300)) AND ((@IsNull_T1500301 = 1 AND [T1500301] IS NULL) OR ([T1500301] = @Original_T1500301)) AND ((@IsNull_T1500400 = 1 AND [T1500400] IS NULL) OR ([T1500400] = @Original_T1500400)) AND ((@IsNull_T1500401 = 1 AND [T1500401] IS NULL) OR ([T1500401] = @Original_T1500401)) AND ((@IsNull_T1501100 = 1 AND [T1501100] IS NULL) OR ([T1501100] = @Original_T1501100)) AND ((@IsNull_T1501200 = 1 AND [T1501200] IS NULL) OR ([T1501200] = @Original_T1501200)) AND ((@IsNull_T1501300 = 1 AND [T1501300] IS NULL) OR ([T1501300] = @Original_T1501300)) AND ((@IsNull_T1501400 = 1 AND [T1501400] IS NULL) OR ([T1501400] = @Original_T1501400)) AND ((@IsNull_T1501500 = 1 AND [T1501500] IS NULL) OR ([T1501500] = @Original_T1501500)) AND ((@IsNull_T1501600 = 1 AND [T1501600] IS NULL) OR ([T1501600] = @Original_T1501600)) AND ((@IsNull_T1501700 = 1 AND [T1501700] IS NULL) OR ([T1501700] = @Original_T1501700)) AND ((@IsNull_T1501800 = 1 AND [T1501800] IS NULL) OR ([T1501800] = @Original_T1501800)) AND ((@IsNull_T1501900 = 1 AND [T1501900] IS NULL) OR ([T1501900] = @Original_T1501900)) AND ((@IsNull_T1502000 = 1 AND [T1502000] IS NULL) OR ([T1502000] = @Original_T1502000)) AND ((@IsNull_T1502100 = 1 AND [T1502100] IS NULL) OR ([T1502100] = @Original_T1502100)) AND ((@IsNull_T1765100 = 1 AND [T1765100] IS NULL) OR ([T1765100] = @Original_T1765100)) AND ((@IsNull_T1765200 = 1 AND [T1765200] IS NULL) OR ([T1765200] = @Original_T1765200)) AND ((@IsNull_T1765300 = 1 AND [T1765300] IS NULL) OR ([T1765300] = @Original_T1765300)) AND ((@IsNull_T1765400 = 1 AND [T1765400] IS NULL) OR ([T1765400] = @Original_T1765400)) AND ((@IsNull_T1765500 = 1 AND [T1765500] IS NULL) OR ([T1765500] = @Original_T1765500)) AND ((@IsNull_T1765600 = 1 AND [T1765600] IS NULL) OR ([T1765600] = @Original_T1765600)) AND ((@IsNull_T1765700 = 1 AND [T1765700] IS NULL) OR ([T1765700] = @Original_T1765700)) AND ((@IsNull_T2541200 = 1 AND [T2541200] IS NULL) OR ([T2541200] = @Original_T2541200)) AND ((@IsNull_T2541300 = 1 AND [T2541300] IS NULL) OR ([T2541300] = @Original_T2541300)) AND ((@IsNull_T2541400 = 1 AND [T2541400] IS NULL) OR ([T2541400] = @Original_T2541400)) AND ((@IsNull_T2541500 = 1 AND [T2541500] IS NULL) OR ([T2541500] = @Original_T2541500)) AND ((@IsNull_T2541600 = 1 AND [T2541600] IS NULL) OR ([T2541600] = @Original_T2541600)) AND ((@IsNull_T2541700 = 1 AND [T2541700] IS NULL) OR ([T2541700] = @Original_T2541700)) AND ((@IsNull_T2541800 = 1 AND [T2541800] IS NULL) OR ([T2541800] = @Original_T2541800)) AND ((@IsNull_T2541900 = 1 AND [T2541900] IS NULL) OR ([T2541900] = @Original_T2541900)) AND ((@IsNull_T2542000 = 1 AND [T2542000] IS NULL) OR ([T2542000] = @Original_T2542000)) AND ((@IsNull_T2542100 = 1 AND [T2542100] IS NULL) OR ([T2542100] = @Original_T2542100)) AND ((@IsNull_T2542200 = 1 AND [T2542200] IS NULL) OR ([T2542200] = @Original_T2542200)) AND ((@IsNull_T2542300 = 1 AND [T2542300] IS NULL) OR ([T2542300] = @Original_T2542300)) AND ((@IsNull_T2542400 = 1 AND [T2542400] IS NULL) OR ([T2542400] = @Original_T2542400)) AND ((@IsNull_T2542500 = 1 AND [T2542500] IS NULL) OR ([T2542500] = @Original_T2542500)) AND ((@IsNull_T2542600 = 1 AND [T2542600] IS NULL) OR ([T2542600] = @Original_T2542600)) AND ((@IsNull_T2542700 = 1 AND [T2542700] IS NULL) OR ([T2542700] = @Original_T2542700)) AND ((@IsNull_T2542800 = 1 AND [T2542800] IS NULL) OR ([T2542800] = @Original_T2542800)) AND ((@IsNull_T2542900 = 1 AND [T2542900] IS NULL) OR ([T2542900] = @Original_T2542900)) AND ((@IsNull_T2543000 = 1 AND [T2543000] IS NULL) OR ([T2543000] = @Original_T2543000)) AND ((@IsNull_T2543100 = 1 AND [T2543100] IS NULL) OR ([T2543100] = @Original_T2543100)) AND ((@IsNull_T2544200 = 1 AND [T2544200] IS NULL) OR ([T2544200] = @Original_T2544200)) AND ((@IsNull_T2544300 = 1 AND [T2544300] IS NULL) OR ([T2544300] = @Original_T2544300)) AND ((@IsNull_T2544400 = 1 AND [T2544400] IS NULL) OR ([T2544400] = @Original_T2544400)) AND ((@IsNull_T2544500 = 1 AND [T2544500] IS NULL) OR ([T2544500] = @Original_T2544500)) AND ((@IsNull_T2544600 = 1 AND [T2544600] IS NULL) OR ([T2544600] = @Original_T2544600)) AND ((@IsNull_T2544700 = 1 AND [T2544700] IS NULL) OR ([T2544700] = @Original_T2544700)) AND ((@IsNull_T2544800 = 1 AND [T2544800] IS NULL) OR ([T2544800] = @Original_T2544800)) AND ((@IsNull_T2544900 = 1 AND [T2544900] IS NULL) OR ([T2544900] = @Original_T2544900)) AND ((@IsNull_T2545000 = 1 AND [T2545000] IS NULL) OR ([T2545000] = @Original_T2545000)) AND ((@IsNull_T2545100 = 1 AND [T2545100] IS NULL) OR ([T2545100] = @Original_T2545100)) AND ((@IsNull_T2545200 = 1 AND [T2545200] IS NULL) OR ([T2545200] = @Original_T2545200)) AND ((@IsNull_T2545201 = 1 AND [T2545201] IS NULL) OR ([T2545201] = @Original_T2545201)) AND ((@IsNull_T2545300 = 1 AND [T2545300] IS NULL) OR ([T2545300] = @Original_T2545300)) AND ((@IsNull_T2545301 = 1 AND [T2545301] IS NULL) OR ([T2545301] = @Original_T2545301)) AND ((@IsNull_T2545400 = 1 AND [T2545400] IS NULL) OR ([T2545400] = @Original_T2545400)) AND ((@IsNull_T2545401 = 1 AND [T2545401] IS NULL) OR ([T2545401] = @Original_T2545401)) AND ((@IsNull_T2545500 = 1 AND [T2545500] IS NULL) OR ([T2545500] = @Original_T2545500)) AND ((@IsNull_T2545501 = 1 AND [T2545501] IS NULL) OR ([T2545501] = @Original_T2545501)) AND ((@IsNull_T2545600 = 1 AND [T2545600] IS NULL) OR ([T2545600] = @Original_T2545600)) AND ((@IsNull_T2545601 = 1 AND [T2545601] IS NULL) OR ([T2545601] = @Original_T2545601)) AND ((@IsNull_T2545700 = 1 AND [T2545700] IS NULL) OR ([T2545700] = @Original_T2545700)) AND ((@IsNull_T2545701 = 1 AND [T2545701] IS NULL) OR ([T2545701] = @Original_T2545701)) AND ((@IsNull_T2545800 = 1 AND [T2545800] IS NULL) OR ([T2545800] = @Original_T2545800)) AND ((@IsNull_T2545801 = 1 AND [T2545801] IS NULL) OR ([T2545801] = @Original_T2545801)) AND ((@IsNull_T2545900 = 1 AND [T2545900] IS NULL) OR ([T2545900] = @Original_T2545900)) AND ((@IsNull_T2545901 = 1 AND [T2545901] IS NULL) OR ([T2545901] = @Original_T2545901)) AND ((@IsNull_T2546000 = 1 AND [T2546000] IS NULL) OR ([T2546000] = @Original_T2546000)) AND ((@IsNull_T2546001 = 1 AND [T2546001] IS NULL) OR ([T2546001] = @Original_T2546001)) AND ((@IsNull_T2546800 = 1 AND [T2546800] IS NULL) OR ([T2546800] = @Original_T2546800)) AND ((@IsNull_T2546900 = 1 AND [T2546900] IS NULL) OR ([T2546900] = @Original_T2546900)) AND ((@IsNull_T2547000 = 1 AND [T2547000] IS NULL) OR ([T2547000] = @Original_T2547000)) AND ((@IsNull_T2547100 = 1 AND [T2547100] IS NULL) OR ([T2547100] = @Original_T2547100)) AND ((@IsNull_T2547200 = 1 AND [T2547200] IS NULL) OR ([T2547200] = @Original_T2547200)) AND ((@IsNull_T2547300 = 1 AND [T2547300] IS NULL) OR ([T2547300] = @Original_T2547300)) AND ((@IsNull_T2547400 = 1 AND [T2547400] IS NULL) OR ([T2547400] = @Original_T2547400)) AND ((@IsNull_T2547500 = 1 AND [T2547500] IS NULL) OR ([T2547500] = @Original_T2547500)) AND ((@IsNull_T2547600 = 1 AND [T2547600] IS NULL) OR ([T2547600] = @Original_T2547600)) AND ((@IsNull_T2547700 = 1 AND [T2547700] IS NULL) OR ([T2547700] = @Original_T2547700)) AND ((@IsNull_T2763400 = 1 AND [T2763400] IS NULL) OR ([T2763400] = @Original_T2763400)) AND ((@IsNull_T2763500 = 1 AND [T2763500] IS NULL) OR ([T2763500] = @Original_T2763500)) AND ((@IsNull_T2763600 = 1 AND [T2763600] IS NULL) OR ([T2763600] = @Original_T2763600)) AND ((@IsNull_T2763700 = 1 AND [T2763700] IS NULL) OR ([T2763700] = @Original_T2763700)) AND ((@IsNull_T2763800 = 1 AND [T2763800] IS NULL) OR ([T2763800] = @Original_T2763800)) AND ((@IsNull_T2763900 = 1 AND [T2763900] IS NULL) OR ([T2763900] = @Original_T2763900)) AND ((@IsNull_T2764000 = 1 AND [T2764000] IS NULL) OR ([T2764000] = @Original_T2764000)) AND ((@IsNull_T3527500 = 1 AND [T3527500] IS NULL) OR ([T3527500] = @Original_T3527500)) AND ((@IsNull_T3527600 = 1 AND [T3527600] IS NULL) OR ([T3527600] = @Original_T3527600)) AND ((@IsNull_T3527700 = 1 AND [T3527700] IS NULL) OR ([T3527700] = @Original_T3527700)) AND ((@IsNull_T3527800 = 1 AND [T3527800] IS NULL) OR ([T3527800] = @Original_T3527800)) AND ((@IsNull_T3527900 = 1 AND [T3527900] IS NULL) OR ([T3527900] = @Original_T3527900)) AND ((@IsNull_T3528000 = 1 AND [T3528000] IS NULL) OR ([T3528000] = @Original_T3528000)) AND ((@IsNull_T3528100 = 1 AND [T3528100] IS NULL) OR ([T3528100] = @Original_T3528100)) AND ((@IsNull_T3528200 = 1 AND [T3528200] IS NULL) OR ([T3528200] = @Original_T3528200)) AND ((@IsNull_T3528300 = 1 AND [T3528300] IS NULL) OR ([T3528300] = @Original_T3528300)) AND ((@IsNull_T3528400 = 1 AND [T3528400] IS NULL) OR ([T3528400] = @Original_T3528400)) AND ((@IsNull_T3530500 = 1 AND [T3530500] IS NULL) OR ([T3530500] = @Original_T3530500)) AND ((@IsNull_T3530600 = 1 AND [T3530600] IS NULL) OR ([T3530600] = @Original_T3530600)) AND ((@IsNull_T3530700 = 1 AND [T3530700] IS NULL) OR ([T3530700] = @Original_T3530700)) AND ((@IsNull_T3530800 = 1 AND [T3530800] IS NULL) OR ([T3530800] = @Original_T3530800)) AND ((@IsNull_T3530900 = 1 AND [T3530900] IS NULL) OR ([T3530900] = @Original_T3530900)) AND ((@IsNull_T3531000 = 1 AND [T3531000] IS NULL) OR ([T3531000] = @Original_T3531000)) AND ((@IsNull_T3531100 = 1 AND [T3531100] IS NULL) OR ([T3531100] = @Original_T3531100)) AND ((@IsNull_T3531200 = 1 AND [T3531200] IS NULL) OR ([T3531200] = @Original_T3531200)) AND ((@IsNull_T3531300 = 1 AND [T3531300] IS NULL) OR ([T3531300] = @Original_T3531300)) AND ((@IsNull_T3531400 = 1 AND [T3531400] IS NULL) OR ([T3531400] = @Original_T3531400)) AND ((@IsNull_T3531500 = 1 AND [T3531500] IS NULL) OR ([T3531500] = @Original_T3531500)) AND ((@IsNull_T3531501 = 1 AND [T3531501] IS NULL) OR ([T3531501] = @Original_T3531501)) AND ((@IsNull_T3531600 = 1 AND [T3531600] IS NULL) OR ([T3531600] = @Original_T3531600)) AND ((@IsNull_T3531601 = 1 AND [T3531601] IS NULL) OR ([T3531601] = @Original_T3531601)) AND ((@IsNull_T3531700 = 1 AND [T3531700] IS NULL) OR ([T3531700] = @Original_T3531700)) AND ((@IsNull_T3531701 = 1 AND [T3531701] IS NULL) OR ([T3531701] = @Original_T3531701)) AND ((@IsNull_T3531800 = 1 AND [T3531800] IS NULL) OR ([T3531800] = @Original_T3531800)) AND ((@IsNull_T3531801 = 1 AND [T3531801] IS NULL) OR ([T3531801] = @Original_T3531801)) AND ((@IsNull_T3531900 = 1 AND [T3531900] IS NULL) OR ([T3531900] = @Original_T3531900)) AND ((@IsNull_T3531901 = 1 AND [T3531901] IS NULL) OR ([T3531901] = @Original_T3531901)) AND ((@IsNull_T3532000 = 1 AND [T3532000] IS NULL) OR ([T3532000] = @Original_T3532000)) AND ((@IsNull_T3532001 = 1 AND [T3532001] IS NULL) OR ([T3532001] = @Original_T3532001)) AND ((@IsNull_T3532100 = 1 AND [T3532100] IS NULL) OR ([T3532100] = @Original_T3532100)) AND ((@IsNull_T3532101 = 1 AND [T3532101] IS NULL) OR ([T3532101] = @Original_T3532101)) AND ((@IsNull_T3532200 = 1 AND [T3532200] IS NULL) OR ([T3532200] = @Original_T3532200)) AND ((@IsNull_T3532201 = 1 AND [T3532201] IS NULL) OR ([T3532201] = @Original_T3532201)) AND ((@IsNull_T3532300 = 1 AND [T3532300] IS NULL) OR ([T3532300] = @Original_T3532300)) AND ((@IsNull_T3532301 = 1 AND [T3532301] IS NULL) OR ([T3532301] = @Original_T3532301)) AND ((@IsNull_T3532400 = 1 AND [T3532400] IS NULL) OR ([T3532400] = @Original_T3532400)) AND ((@IsNull_T3532401 = 1 AND [T3532401] IS NULL) OR ([T3532401] = @Original_T3532401)) AND ((@IsNull_T3533200 = 1 AND [T3533200] IS NULL) OR ([T3533200] = @Original_T3533200)) AND ((@IsNull_T3533300 = 1 AND [T3533300] IS NULL) OR ([T3533300] = @Original_T3533300)) AND ((@IsNull_T3533400 = 1 AND [T3533400] IS NULL) OR ([T3533400] = @Original_T3533400)) AND ((@IsNull_T3533500 = 1 AND [T3533500] IS NULL) OR ([T3533500] = @Original_T3533500)) AND ((@IsNull_T3533600 = 1 AND [T3533600] IS NULL) OR ([T3533600] = @Original_T3533600)) AND ((@IsNull_T3533700 = 1 AND [T3533700] IS NULL) OR ([T3533700] = @Original_T3533700)) AND ((@IsNull_T3533800 = 1 AND [T3533800] IS NULL) OR ([T3533800] = @Original_T3533800)) AND ((@IsNull_T3533900 = 1 AND [T3533900] IS NULL) OR ([T3533900] = @Original_T3533900)) AND ((@IsNull_T3534000 = 1 AND [T3534000] IS NULL) OR ([T3534000] = @Original_T3534000)) AND ((@IsNull_T3534100 = 1 AND [T3534100] IS NULL) OR ([T3534100] = @Original_T3534100)) AND ((@IsNull_T3729600 = 1 AND [T3729600] IS NULL) OR ([T3729600] = @Original_T3729600)) AND ((@IsNull_T3729700 = 1 AND [T3729700] IS NULL) OR ([T3729700] = @Original_T3729700)) AND ((@IsNull_T3729800 = 1 AND [T3729800] IS NULL) OR ([T3729800] = @Original_T3729800)) AND ((@IsNull_T3729900 = 1 AND [T3729900] IS NULL) OR ([T3729900] = @Original_T3729900)) AND ((@IsNull_T3730000 = 1 AND [T3730000] IS NULL) OR ([T3730000] = @Original_T3730000)) AND ((@IsNull_T3730100 = 1 AND [T3730100] IS NULL) OR ([T3730100] = @Original_T3730100)) AND ((@IsNull_T4496200 = 1 AND [T4496200] IS NULL) OR ([T4496200] = @Original_T4496200)) AND ((@IsNull_T4496300 = 1 AND [T4496300] IS NULL) OR ([T4496300] = @Original_T4496300)) AND ((@IsNull_T4496400 = 1 AND [T4496400] IS NULL) OR ([T4496400] = @Original_T4496400)) AND ((@IsNull_T4496500 = 1 AND [T4496500] IS NULL) OR ([T4496500] = @Original_T4496500)) AND ((@IsNull_T4496600 = 1 AND [T4496600] IS NULL) OR ([T4496600] = @Original_T4496600)) AND ((@IsNull_T4496700 = 1 AND [T4496700] IS NULL) OR ([T4496700] = @Original_T4496700)) AND ((@IsNull_T4496800 = 1 AND [T4496800] IS NULL) OR ([T4496800] = @Original_T4496800)) AND ((@IsNull_T4496900 = 1 AND [T4496900] IS NULL) OR ([T4496900] = @Original_T4496900)) AND ((@IsNull_T4497000 = 1 AND [T4497000] IS NULL) OR ([T4497000] = @Original_T4497000)) AND ((@IsNull_T4497100 = 1 AND [T4497100] IS NULL) OR ([T4497100] = @Original_T4497100)) AND ((@IsNull_T4500700 = 1 AND [T4500700] IS NULL) OR ([T4500700] = @Original_T4500700)) AND ((@IsNull_T4500800 = 1 AND [T4500800] IS NULL) OR ([T4500800] = @Original_T4500800)) AND ((@IsNull_T4500900 = 1 AND [T4500900] IS NULL) OR ([T4500900] = @Original_T4500900)) AND ((@IsNull_T4501000 = 1 AND [T4501000] IS NULL) OR ([T4501000] = @Original_T4501000)) AND ((@IsNull_T4501100 = 1 AND [T4501100] IS NULL) OR ([T4501100] = @Original_T4501100)) AND ((@IsNull_T4501200 = 1 AND [T4501200] IS NULL) OR ([T4501200] = @Original_T4501200)) AND ((@IsNull_T4501300 = 1 AND [T4501300] IS NULL) OR ([T4501300] = @Original_T4501300)) AND ((@IsNull_T4501400 = 1 AND [T4501400] IS NULL) OR ([T4501400] = @Original_T4501400)) AND ((@IsNull_T4501500 = 1 AND [T4501500] IS NULL) OR ([T4501500] = @Original_T4501500)) AND ((@IsNull_T4501600 = 1 AND [T4501600] IS NULL) OR ([T4501600] = @Original_T4501600)) AND ((@IsNull_T4501700 = 1 AND [T4501700] IS NULL) OR ([T4501700] = @Original_T4501700)) AND ((@IsNull_T4501701 = 1 AND [T4501701] IS NULL) OR ([T4501701] = @Original_T4501701)) AND ((@IsNull_T4501800 = 1 AND [T4501800] IS NULL) OR ([T4501800] = @Original_T4501800)) AND ((@IsNull_T4501801 = 1 AND [T4501801] IS NULL) OR ([T4501801] = @Original_T4501801)) AND ((@IsNull_T4501900 = 1 AND [T4501900] IS NULL) OR ([T4501900] = @Original_T4501900)) AND ((@IsNull_T4501901 = 1 AND [T4501901] IS NULL) OR ([T4501901] = @Original_T4501901)) AND ((@IsNull_T4502000 = 1 AND [T4502000] IS NULL) OR ([T4502000] = @Original_T4502000)) AND ((@IsNull_T4502001 = 1 AND [T4502001] IS NULL) OR ([T4502001] = @Original_T4502001)) AND ((@IsNull_T4502100 = 1 AND [T4502100] IS NULL) OR ([T4502100] = @Original_T4502100)) AND ((@IsNull_T4502101 = 1 AND [T4502101] IS NULL) OR ([T4502101] = @Original_T4502101)) AND ((@IsNull_T4502200 = 1 AND [T4502200] IS NULL) OR ([T4502200] = @Original_T4502200)) AND ((@IsNull_T4502201 = 1 AND [T4502201] IS NULL) OR ([T4502201] = @Original_T4502201)) AND ((@IsNull_T4502300 = 1 AND [T4502300] IS NULL) OR ([T4502300] = @Original_T4502300)) AND ((@IsNull_T4502301 = 1 AND [T4502301] IS NULL) OR ([T4502301] = @Original_T4502301)) AND ((@IsNull_T4502400 = 1 AND [T4502400] IS NULL) OR ([T4502400] = @Original_T4502400)) AND ((@IsNull_T4502401 = 1 AND [T4502401] IS NULL) OR ([T4502401] = @Original_T4502401)) AND ((@IsNull_T4502500 = 1 AND [T4502500] IS NULL) OR ([T4502500] = @Original_T4502500)) AND ((@IsNull_T4502501 = 1 AND [T4502501] IS NULL) OR ([T4502501] = @Original_T4502501)) AND ((@IsNull_T4502600 = 1 AND [T4502600] IS NULL) OR ([T4502600] = @Original_T4502600)) AND ((@IsNull_T4502601 = 1 AND [T4502601] IS NULL) OR ([T4502601] = @Original_T4502601)) AND ((@IsNull_T4504900 = 1 AND [T4504900] IS NULL) OR ([T4504900] = @Original_T4504900)) AND ((@IsNull_T4505000 = 1 AND [T4505000] IS NULL) OR ([T4505000] = @Original_T4505000)) AND ((@IsNull_T4505100 = 1 AND [T4505100] IS NULL) OR ([T4505100] = @Original_T4505100)) AND ((@IsNull_T4505200 = 1 AND [T4505200] IS NULL) OR ([T4505200] = @Original_T4505200)) AND ((@IsNull_T4505300 = 1 AND [T4505300] IS NULL) OR ([T4505300] = @Original_T4505300)) AND ((@IsNull_T4505400 = 1 AND [T4505400] IS NULL) OR ([T4505400] = @Original_T4505400)) AND ((@IsNull_T4505500 = 1 AND [T4505500] IS NULL) OR ([T4505500] = @Original_T4505500)) AND ((@IsNull_T4505600 = 1 AND [T4505600] IS NULL) OR ([T4505600] = @Original_T4505600)) AND ((@IsNull_T4505700 = 1 AND [T4505700] IS NULL) OR ([T4505700] = @Original_T4505700)) AND ((@IsNull_T4505800 = 1 AND [T4505800] IS NULL) OR ([T4505800] = @Original_T4505800)) AND ((@IsNull_T4703500 = 1 AND [T4703500] IS NULL) OR ([T4703500] = @Original_T4703500)) AND ((@IsNull_T4703600 = 1 AND [T4703600] IS NULL) OR ([T4703600] = @Original_T4703600)) AND ((@IsNull_T4703700 = 1 AND [T4703700] IS NULL) OR ([T4703700] = @Original_T4703700)) AND ((@IsNull_T4703800 = 1 AND [T4703800] IS NULL) OR ([T4703800] = @Original_T4703800)) AND ((@IsNull_T4703900 = 1 AND [T4703900] IS NULL) OR ([T4703900] = @Original_T4703900)) AND ((@IsNull_T4704000 = 1 AND [T4704000] IS NULL) OR ([T4704000] = @Original_T4704000))) + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -7140,44 +6387,30 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 - - - - - - - - - - - - - - @@ -7196,44 +6429,30 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 - - - - - - - - - - - - - - @@ -7246,78 +6465,46 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -7326,8 +6513,6 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 - - @@ -7340,78 +6525,46 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -7420,8 +6573,6 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 - - @@ -7438,88 +6589,56 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -7530,8 +6649,6 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 - - @@ -7542,96 +6659,62 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -7642,8 +6725,6 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 - - @@ -7654,16 +6735,12 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 - - - - @@ -7692,26 +6769,6 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 - - - - - - - - - - - - - - - - - - - - @@ -7772,30 +6829,6 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 - - - - - - - - - - - - - - - - - - - - - - - - @@ -7856,26 +6889,6 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 - - - - - - - - - - - - - - - - - - - - @@ -7920,38 +6933,14 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + @@ -8012,26 +7001,6 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 - - - - - - - - - - - - - - - - - - - - @@ -8084,34 +7053,6 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -8172,26 +7113,6 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 - - - - - - - - - - - - - - - - - - - - @@ -8252,30 +7173,6 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 - - - - - - - - - - - - - - - - - - - - - - - - @@ -8384,28 +7281,6 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 - - - - - - - - - - - - - - - - - - - - - - @@ -8468,38 +7343,6 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -8578,28 +7421,6 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 - - - - - - - - - - - - - - - - - - - - - - @@ -8662,30 +7483,6 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 - - - - - - - - - - - - - - - - - - - - - - - - @@ -8762,26 +7559,6 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 - - - - - - - - - - - - - - - - - - - - @@ -8838,34 +7615,6 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -8900,6 +7649,106 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -8912,78 +7761,171 @@ SELECT R0000100, R0000149, R0000300, R0000500, R0009100, R0009300, R0172500, R01 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - INSERT INTO [Extract].[tblGen2FatherFromGen1] ([R0000100], [R0214800], [R1373300], [R1373400], [R1373500], [R1374000], [R1374100], [R1374200], [R1374700], [R1374800], [R1374900], [R1375400], [R1375500], [R1375600], [R1376100], [R1376200], [R1376300], [R1376800], [R1376900], [R1377000], [R1377500], [R1377600], [R1377700], [R1753700], [R1753800], [R1753900], [R1754400], [R1754500], [R1754600], [R1755100], [R1755200], [R1755300], [R1755800], [R1755900], [R1756000], [R1756500], [R1756600], [R1756700], [R1757200], [R1757300], [R1757400], [R1757900], [R1758000], [R1758100], [R2095700], [R2095800], [R2095900], [R2096400], [R2096500], [R2096600], [R2097100], [R2097200], [R2097300], [R2097800], [R2097900], [R2098000], [R2098500], [R2098600], [R2098700], [R2099200], [R2099300], [R2099400], [R2099900], [R2100000], [R2100100], [R2345900], [R2346200], [R2346500], [R2346800], [R2347100], [R2347400], [R2347700], [R2648000], [R2648100], [R2648200], [R2648700], [R2648800], [R2648900], [R2649400], [R2649500], [R2649600], [R2650100], [R2650200], [R2650300], [R2650800], [R2650900], [R2651000], [R2651500], [R2651600], [R2651700], [R2652200], [R2652300], [R2652400], [R2955900], [R2956200], [R2956500], [R2956800], [R2957100], [R2957400], [R2957700], [R3255900], [R3256000], [R3256100], [R3257700], [R3257800], [R3257900], [R3259500], [R3259600], [R3259700], [R3261300], [R3261400], [R3261500], [R3263100], [R3263200], [R3263300], [R3264900], [R3265000], [R3265100], [R3266700], [R3266800], [R3266900], [R3268500], [R3556400], [R3557000], [R3557600], [R3771800], [R3771900], [R3772000], [R3772100], [R3772200], [R3772300], [R3772400], [R3773900], [R3774000], [R3774100], [R3774200], [R3774300], [R3774400], [R3774500], [R3776000], [R3776100], [R3776200], [R3776300], [R3776400], [R3776500], [R3776600], [R3778100], [R3778200], [R3778300], [R3778400], [R3778500], [R3778600], [R3778700], [R3780200], [R3780300], [R3780400], [R3780500], [R3780600], [R3780700], [R3780800], [R3782300], [R3782400], [R3782500], [R3782600], [R3782900], [R3784400], [R3784500], [R3784600], [R3784700], [R3785000], [R3786500], [R3788004], [R4276800], [R4276900], [R4277000], [R4277100], [R4277101], [R4277200], [R4277201], [R4277700], [R4277800], [R4277900], [R4278000], [R4278001], [R4278100], [R4278101], [R4278600], [R4278700], [R4278800], [R4278900], [R4278901], [R4279000], [R4279001], [R4279500], [R4279600], [R4279700], [R4279800], [R4279801], [R4279900], [R4279901], [R4280400], [R4280500], [R4280600], [R4280700], [R4280701], [R4280800], [R4280801], [R4281300], [R4281400], [R4281500], [R4281600], [R4281601], [R4282100], [R4282200], [R4282300], [R4282400], [R4282401], [R4282900], [R4283000], [R4283100], [R4283600], [R4827600], [R4827700], [R4827800], [R4827900], [R4827901], [R4828000], [R4828001], [R4828100], [R4830600], [R4830700], [R4830800], [R4830900], [R4830901], [R4831000], [R4831001], [R4831100], [R4833600], [R4833700], [R4833800], [R4833900], [R4833901], [R4834000], [R4834001], [R4834100], [R4836600], [R4836700], [R4836800], [R4836900], [R4836901], [R4837000], [R4837001], [R4837100], [R4839600], [R4839700], [R4839800], [R4839900], [R4839901], [R4840000], [R4840001], [R4840100], [R4842500], [R4842600], [R4842700], [R4842800], [R4842801], [R4842900], [R4844800], [R4844900], [R4845000], [R4845100], [R4845101], [R4845200], [R4847100], [R4847200], [R4847300], [R4847400], [R5498000], [R5498100], [R5498200], [R5498300], [R5498301], [R5498400], [R5498401], [R5498500], [R5501000], [R5501100], [R5501200], [R5501300], [R5501301], [R5501400], [R5501401], [R5501500], [R5504000], [R5504100], [R5504200], [R5504300], [R5504301], [R5504400], [R5504401], [R5504500], [R5507000], [R5507100], [R5507200], [R5507300], [R5507301], [R5507400], [R5507401], [R5507500], [R5510000], [R5510100], [R5510200], [R5510300], [R5510301], [R5510400], [R5510401], [R5510500], [R5513000], [R5513100], [R5513200], [R5513300], [R5513301], [R5513400], [R5515300], [R5515400], [R5515500], [R5515600], [R5515601], [R5515700], [R5517600], [R5517700], [R5517800], [R5517900], [R5519800], [R5519900], [R5520000], [R5520100], [R5520101], [R5520200], [R6218400], [R6218500], [R6218600], [R6218700], [R6218800], [R6218900], [R6219000], [R6219100], [R6219200], [R6219300], [R6219500], [R6219600], [R6219700], [R6219800], [R6219900], [R6220000], [R6220100], [R6220200], [R6220300], [R6220400], [R6220600], [R6220700], [R6220800], [R6220900], [R6221000], [R6221100], [R6221200], [R6221300], [R6221400], [R6221500], [R6221700], [R6221701], [R6221800], [R6221801], [R6221900], [R6221901], [R6222000], [R6222001], [R6222100], [R6222101], [R6222200], [R6222201], [R6222300], [R6222301], [R6222400], [R6222401], [R6222500], [R6222501], [R6222600], [R6222601], [R6222800], [R6222801], [R6222900], [R6222901], [R6223000], [R6223001], [R6223100], [R6223101], [R6223200], [R6223201], [R6223300], [R6223301], [R6223400], [R6223500], [R6223600], [R6223700], [R6223800], [R6223900], [R6224000], [R6224100], [R6224200], [R6224300], [R6770600], [R6771600], [R6771700], [R6771800], [R6771900], [R6772000], [R6772100], [R6772200], [R6772300], [R6772400], [R6772500], [R6772600], [R6772700], [R6772800], [R6772900], [R6773000], [R6773100], [R6773200], [R6773300], [R6773400], [R6773500], [R6773600], [R6773700], [R6773800], [R6773900], [R6774000], [R6774100], [R6774200], [R6774300], [R6774400], [R6774500], [R6774600], [R6774700], [R6774800], [R6774900], [R6775000], [R6775100], [R6775200], [R6775300], [R6775400], [R6775500], [R6775501], [R6775600], [R6775601], [R6775700], [R6775701], [R6775800], [R6775801], [R6775900], [R6775901], [R6776000], [R6776001], [R6776100], [R6776101], [R6776200], [R6776201], [R6776300], [R6776301], [R6776400], [R6776401], [R6776500], [R6776501], [R6776600], [R6776601], [R6776700], [R6776701], [R6776800], [R6776801], [R6776900], [R6777000], [R6777100], [R6777200], [R6777300], [R6777400], [R6777500], [R6777600], [R6777700], [R6777800], [R7415900], [R7416000], [R7416100], [R7416200], [R7416300], [R7416400], [R7416500], [R7416600], [R7416700], [R7416800], [R7416900], [R7417000], [R7417100], [R7417200], [R7417300], [R7417400], [R7417500], [R7417600], [R7417700], [R7417800], [R7417900], [R7418000], [R7418100], [R7418200], [R7418300], [R7418400], [R7418500], [R7418600], [R7418700], [R7418800], [R7418900], [R7419000], [R7419100], [R7419200], [R7419300], [R7419400], [R7419500], [R7419600], [R7419700], [R7419800], [R7419900], [R7419901], [R7420000], [R7420001], [R7420100], [R7420101], [R7420200], [R7420201], [R7420300], [R7420301], [R7420400], [R7420401], [R7420500], [R7420501], [R7420600], [R7420601], [R7420700], [R7420701], [R7420800], [R7420801], [R7420900], [R7420901], [R7421000], [R7421001], [R7421100], [R7421101], [R7421200], [R7421201], [R7421300], [R7421301], [R7421400], [R7421500], [R7421600], [R7421700], [R7421800], [R7421900], [R7422000], [R7422100], [R7422200], [R7422300], [R8114000], [R8114100], [R8114200], [R8114300], [R8114400], [R8114500], [R8114600], [R8114700], [R8114800], [R8114900], [R8115000], [R8115100], [R8115200], [R8115300], [R8115400], [R8115500], [R8115600], [R8115700], [R8115800], [R8115900], [R8116000], [R8116100], [R8116200], [R8116300], [R8116400], [R8116500], [R8116600], [R8116700], [R8116800], [R8116900], [R8117000], [R8117100], [R8117200], [R8117300], [R8117400], [R8117500], [R8117600], [R8117700], [R8117800], [R8117900], [R8118000], [R8118001], [R8118100], [R8118101], [R8118200], [R8118201], [R8118300], [R8118301], [R8118400], [R8118401], [R8118500], [R8118501], [R8118600], [R8118601], [R8118700], [R8118701], [R8118800], [R8118801], [R8118900], [R8118901], [R8119000], [R8119001], [R8119100], [R8119101], [R8119200], [R8119201], [R8119300], [R8119301], [R8119400], [R8119401], [R8119500], [R8119501], [R8119600], [R8119700], [R8119800], [R8119900], [R8120000], [R8120100], [R8120200], [R8120300], [R8120400], [R8120500], [R8135300], [R8135400], [R8135500], [R8135600], [R8135700], [R8135800], [R8135900], [R9900600], [R9900601], [R9901400], [R9901401], [R9902200], [R9902201], [R9903000], [R9903001], [R9903800], [R9903801], [R9904600], [R9904601], [R9905400], [R9905401], [R9911200], [R9911201], [T0345800], [T0345900], [T0346000], [T0346100], [T0346200], [T0346300], [T0346400], [T0346500], [T0346600], [T0346700], [T0346800], [T0346900], [T0347000], [T0347100], [T0347200], [T0347300], [T0347400], [T0347500], [T0347600], [T0347700], [T0347800], [T0347900], [T0348000], [T0348100], [T0348200], [T0348300], [T0348400], [T0348500], [T0348600], [T0348700], [T0348800], [T0348900], [T0349000], [T0349100], [T0349200], [T0349300], [T0349400], [T0349500], [T0349600], [T0349700], [T0349800], [T0349900], [T0350000], [T0350100], [T0350101], [T0350200], [T0350201], [T0350300], [T0350301], [T0350400], [T0350401], [T0350500], [T0350501], [T0350600], [T0350601], [T0350700], [T0350701], [T0350800], [T0350801], [T0350900], [T0350901], [T0351000], [T0351001], [T0351100], [T0351101], [T0351200], [T0351201], [T0351300], [T0351301], [T0351400], [T0351401], [T0351500], [T0351501], [T0351600], [T0351601], [T0351700], [T0351701], [T0351800], [T0351801], [T0351900], [T0352000], [T0352100], [T0352200], [T0352300], [T0352400], [T0352500], [T0352600], [T0352700], [T0352800], [T0352900], [T0597800], [T0597900], [T0598000], [T0598100], [T0598200], [T0598300], [T0598400], [T1495200], [T1495300], [T1495400], [T1495500], [T1495600], [T1495700], [T1495800], [T1495900], [T1496000], [T1496100], [T1496200], [T1496300], [T1496400], [T1496500], [T1496600], [T1496700], [T1496800], [T1496900], [T1497000], [T1497100], [T1497200], [T1497300], [T1497400], [T1497500], [T1497600], [T1497700], [T1497800], [T1497900], [T1498000], [T1498100], [T1498200], [T1498300], [T1498400], [T1498500], [T1498600], [T1498700], [T1498800], [T1498900], [T1499000], [T1499100], [T1499200], [T1499300], [T1499400], [T1499500], [T1499501], [T1499600], [T1499601], [T1499700], [T1499701], [T1499800], [T1499801], [T1499900], [T1499901], [T1500000], [T1500001], [T1500100], [T1500101], [T1500200], [T1500201], [T1500300], [T1500301], [T1500400], [T1500401], [T1500500], [T1500501], [T1500600], [T1500601], [T1500700], [T1500701], [T1500800], [T1500801], [T1500900], [T1500901], [T1501000], [T1501001], [T1501100], [T1501200], [T1501300], [T1501400], [T1501500], [T1501600], [T1501700], [T1501800], [T1501900], [T1502000], [T1502100], [T1765100], [T1765200], [T1765300], [T1765400], [T1765500], [T1765600], [T1765700], [T2541200], [T2541300], [T2541400], [T2541500], [T2541600], [T2541700], [T2541800], [T2541900], [T2542000], [T2542100], [T2542200], [T2542300], [T2542400], [T2542500], [T2542600], [T2542700], [T2542800], [T2542900], [T2543000], [T2543100], [T2543200], [T2543300], [T2543400], [T2543500], [T2543600], [T2543700], [T2543800], [T2543900], [T2544000], [T2544100], [T2544200], [T2544300], [T2544400], [T2544500], [T2544600], [T2544700], [T2544800], [T2544900], [T2545000], [T2545100], [T2545200], [T2545201], [T2545300], [T2545301], [T2545400], [T2545401], [T2545500], [T2545501], [T2545600], [T2545601], [T2545700], [T2545701], [T2545800], [T2545801], [T2545900], [T2545901], [T2546000], [T2546001], [T2546100], [T2546101], [T2546200], [T2546201], [T2546300], [T2546301], [T2546400], [T2546401], [T2546500], [T2546501], [T2546600], [T2546601], [T2546700], [T2546701], [T2546800], [T2546900], [T2547000], [T2547100], [T2547200], [T2547300], [T2547400], [T2547500], [T2547600], [T2547700], [T2763400], [T2763500], [T2763600], [T2763700], [T2763800], [T2763900], [T2764000], [T3729600], [T3729700], [T3729800], [T3729900], [T3730000], [T3730100]) VALUES (@R0000100, @R0214800, @R1373300, @R1373400, @R1373500, @R1374000, @R1374100, @R1374200, @R1374700, @R1374800, @R1374900, @R1375400, @R1375500, @R1375600, @R1376100, @R1376200, @R1376300, @R1376800, @R1376900, @R1377000, @R1377500, @R1377600, @R1377700, @R1753700, @R1753800, @R1753900, @R1754400, @R1754500, @R1754600, @R1755100, @R1755200, @R1755300, @R1755800, @R1755900, @R1756000, @R1756500, @R1756600, @R1756700, @R1757200, @R1757300, @R1757400, @R1757900, @R1758000, @R1758100, @R2095700, @R2095800, @R2095900, @R2096400, @R2096500, @R2096600, @R2097100, @R2097200, @R2097300, @R2097800, @R2097900, @R2098000, @R2098500, @R2098600, @R2098700, @R2099200, @R2099300, @R2099400, @R2099900, @R2100000, @R2100100, @R2345900, @R2346200, @R2346500, @R2346800, @R2347100, @R2347400, @R2347700, @R2648000, @R2648100, @R2648200, @R2648700, @R2648800, @R2648900, @R2649400, @R2649500, @R2649600, @R2650100, @R2650200, @R2650300, @R2650800, @R2650900, @R2651000, @R2651500, @R2651600, @R2651700, @R2652200, @R2652300, @R2652400, @R2955900, @R2956200, @R2956500, @R2956800, @R2957100, @R2957400, @R2957700, @R3255900, @R3256000, @R3256100, @R3257700, @R3257800, @R3257900, @R3259500, @R3259600, @R3259700, @R3261300, @R3261400, @R3261500, @R3263100, @R3263200, @R3263300, @R3264900, @R3265000, @R3265100, @R3266700, @R3266800, @R3266900, @R3268500, @R3556400, @R3557000, @R3557600, @R3771800, @R3771900, @R3772000, @R3772100, @R3772200, @R3772300, @R3772400, @R3773900, @R3774000, @R3774100, @R3774200, @R3774300, @R3774400, @R3774500, @R3776000, @R3776100, @R3776200, @R3776300, @R3776400, @R3776500, @R3776600, @R3778100, @R3778200, @R3778300, @R3778400, @R3778500, @R3778600, @R3778700, @R3780200, @R3780300, @R3780400, @R3780500, @R3780600, @R3780700, @R3780800, @R3782300, @R3782400, @R3782500, @R3782600, @R3782900, @R3784400, @R3784500, @R3784600, @R3784700, @R3785000, @R3786500, @R3788004, @R4276800, @R4276900, @R4277000, @R4277100, @R4277101, @R4277200, @R4277201, @R4277700, @R4277800, @R4277900, @R4278000, @R4278001, @R4278100, @R4278101, @R4278600, @R4278700, @R4278800, @R4278900, @R4278901, @R4279000, @R4279001, @R4279500, @R4279600, @R4279700, @R4279800, @R4279801, @R4279900, @R4279901, @R4280400, @R4280500, @R4280600, @R4280700, @R4280701, @R4280800, @R4280801, @R4281300, @R4281400, @R4281500, @R4281600, @R4281601, @R4282100, @R4282200, @R4282300, @R4282400, @R4282401, @R4282900, @R4283000, @R4283100, @R4283600, @R4827600, @R4827700, @R4827800, @R4827900, @R4827901, @R4828000, @R4828001, @R4828100, @R4830600, @R4830700, @R4830800, @R4830900, @R4830901, @R4831000, @R4831001, @R4831100, @R4833600, @R4833700, @R4833800, @R4833900, @R4833901, @R4834000, @R4834001, @R4834100, @R4836600, @R4836700, @R4836800, @R4836900, @R4836901, @R4837000, @R4837001, @R4837100, @R4839600, @R4839700, @R4839800, @R4839900, @R4839901, @R4840000, @R4840001, @R4840100, @R4842500, @R4842600, @R4842700, @R4842800, @R4842801, @R4842900, @R4844800, @R4844900, @R4845000, @R4845100, @R4845101, @R4845200, @R4847100, @R4847200, @R4847300, @R4847400, @R5498000, @R5498100, @R5498200, @R5498300, @R5498301, @R5498400, @R5498401, @R5498500, @R5501000, @R5501100, @R5501200, @R5501300, @R5501301, @R5501400, @R5501401, @R5501500, @R5504000, @R5504100, @R5504200, @R5504300, @R5504301, @R5504400, @R5504401, @R5504500, @R5507000, @R5507100, @R5507200, @R5507300, @R5507301, @R5507400, @R5507401, @R5507500, @R5510000, @R5510100, @R5510200, @R5510300, @R5510301, @R5510400, @R5510401, @R5510500, @R5513000, @R5513100, @R5513200, @R5513300, @R5513301, @R5513400, @R5515300, @R5515400, @R5515500, @R5515600, @R5515601, @R5515700, @R5517600, @R5517700, @R5517800, @R5517900, @R5519800, @R5519900, @R5520000, @R5520100, @R5520101, @R5520200, @R6218400, @R6218500, @R6218600, @R6218700, @R6218800, @R6218900, @R6219000, @R6219100, @R6219200, @R6219300, @R6219500, @R6219600, @R6219700, @R6219800, @R6219900, @R6220000, @R6220100, @R6220200, @R6220300, @R6220400, @R6220600, @R6220700, @R6220800, @R6220900, @R6221000, @R6221100, @R6221200, @R6221300, @R6221400, @R6221500, @R6221700, @R6221701, @R6221800, @R6221801, @R6221900, @R6221901, @R6222000, @R6222001, @R6222100, @R6222101, @R6222200, @R6222201, @R6222300, @R6222301, @R6222400, @R6222401, @R6222500, @R6222501, @R6222600, @R6222601, @R6222800, @R6222801, @R6222900, @R6222901, @R6223000, @R6223001, @R6223100, @R6223101, @R6223200, @R6223201, @R6223300, @R6223301, @R6223400, @R6223500, @R6223600, @R6223700, @R6223800, @R6223900, @R6224000, @R6224100, @R6224200, @R6224300, @R6770600, @R6771600, @R6771700, @R6771800, @R6771900, @R6772000, @R6772100, @R6772200, @R6772300, @R6772400, @R6772500, @R6772600, @R6772700, @R6772800, @R6772900, @R6773000, @R6773100, @R6773200, @R6773300, @R6773400, @R6773500, @R6773600, @R6773700, @R6773800, @R6773900, @R6774000, @R6774100, @R6774200, @R6774300, @R6774400, @R6774500, @R6774600, @R6774700, @R6774800, @R6774900, @R6775000, @R6775100, @R6775200, @R6775300, @R6775400, @R6775500, @R6775501, @R6775600, @R6775601, @R6775700, @R6775701, @R6775800, @R6775801, @R6775900, @R6775901, @R6776000, @R6776001, @R6776100, @R6776101, @R6776200, @R6776201, @R6776300, @R6776301, @R6776400, @R6776401, @R6776500, @R6776501, @R6776600, @R6776601, @R6776700, @R6776701, @R6776800, @R6776801, @R6776900, @R6777000, @R6777100, @R6777200, @R6777300, @R6777400, @R6777500, @R6777600, @R6777700, @R6777800, @R7415900, @R7416000, @R7416100, @R7416200, @R7416300, @R7416400, @R7416500, @R7416600, @R7416700, @R7416800, @R7416900, @R7417000, @R7417100, @R7417200, @R7417300, @R7417400, @R7417500, @R7417600, @R7417700, @R7417800, @R7417900, @R7418000, @R7418100, @R7418200, @R7418300, @R7418400, @R7418500, @R7418600, @R7418700, @R7418800, @R7418900, @R7419000, @R7419100, @R7419200, @R7419300, @R7419400, @R7419500, @R7419600, @R7419700, @R7419800, @R7419900, @R7419901, @R7420000, @R7420001, @R7420100, @R7420101, @R7420200, @R7420201, @R7420300, @R7420301, @R7420400, @R7420401, @R7420500, @R7420501, @R7420600, @R7420601, @R7420700, @R7420701, @R7420800, @R7420801, @R7420900, @R7420901, @R7421000, @R7421001, @R7421100, @R7421101, @R7421200, @R7421201, @R7421300, @R7421301, @R7421400, @R7421500, @R7421600, @R7421700, @R7421800, @R7421900, @R7422000, @R7422100, @R7422200, @R7422300, @R8114000, @R8114100, @R8114200, @R8114300, @R8114400, @R8114500, @R8114600, @R8114700, @R8114800, @R8114900, @R8115000, @R8115100, @R8115200, @R8115300, @R8115400, @R8115500, @R8115600, @R8115700, @R8115800, @R8115900, @R8116000, @R8116100, @R8116200, @R8116300, @R8116400, @R8116500, @R8116600, @R8116700, @R8116800, @R8116900, @R8117000, @R8117100, @R8117200, @R8117300, @R8117400, @R8117500, @R8117600, @R8117700, @R8117800, @R8117900, @R8118000, @R8118001, @R8118100, @R8118101, @R8118200, @R8118201, @R8118300, @R8118301, @R8118400, @R8118401, @R8118500, @R8118501, @R8118600, @R8118601, @R8118700, @R8118701, @R8118800, @R8118801, @R8118900, @R8118901, @R8119000, @R8119001, @R8119100, @R8119101, @R8119200, @R8119201, @R8119300, @R8119301, @R8119400, @R8119401, @R8119500, @R8119501, @R8119600, @R8119700, @R8119800, @R8119900, @R8120000, @R8120100, @R8120200, @R8120300, @R8120400, @R8120500, @R8135300, @R8135400, @R8135500, @R8135600, @R8135700, @R8135800, @R8135900, @R9900600, @R9900601, @R9901400, @R9901401, @R9902200, @R9902201, @R9903000, @R9903001, @R9903800, @R9903801, @R9904600, @R9904601, @R9905400, @R9905401, @R9911200, @R9911201, @T0345800, @T0345900, @T0346000, @T0346100, @T0346200, @T0346300, @T0346400, @T0346500, @T0346600, @T0346700, @T0346800, @T0346900, @T0347000, @T0347100, @T0347200, @T0347300, @T0347400, @T0347500, @T0347600, @T0347700, @T0347800, @T0347900, @T0348000, @T0348100, @T0348200, @T0348300, @T0348400, @T0348500, @T0348600, @T0348700, @T0348800, @T0348900, @T0349000, @T0349100, @T0349200, @T0349300, @T0349400, @T0349500, @T0349600, @T0349700, @T0349800, @T0349900, @T0350000, @T0350100, @T0350101, @T0350200, @T0350201, @T0350300, @T0350301, @T0350400, @T0350401, @T0350500, @T0350501, @T0350600, @T0350601, @T0350700, @T0350701, @T0350800, @T0350801, @T0350900, @T0350901, @T0351000, @T0351001, @T0351100, @T0351101, @T0351200, @T0351201, @T0351300, @T0351301, @T0351400, @T0351401, @T0351500, @T0351501, @T0351600, @T0351601, @T0351700, @T0351701, @T0351800, @T0351801, @T0351900, @T0352000, @T0352100, @T0352200, @T0352300, @T0352400, @T0352500, @T0352600, @T0352700, @T0352800, @T0352900, @T0597800, @T0597900, @T0598000, @T0598100, @T0598200, @T0598300, @T0598400, @T1495200, @T1495300, @T1495400, @T1495500, @T1495600, @T1495700, @T1495800, @T1495900, @T1496000, @T1496100, @T1496200, @T1496300, @T1496400, @T1496500, @T1496600, @T1496700, @T1496800, @T1496900, @T1497000, @T1497100, @T1497200, @T1497300, @T1497400, @T1497500, @T1497600, @T1497700, @T1497800, @T1497900, @T1498000, @T1498100, @T1498200, @T1498300, @T1498400, @T1498500, @T1498600, @T1498700, @T1498800, @T1498900, @T1499000, @T1499100, @T1499200, @T1499300, @T1499400, @T1499500, @T1499501, @T1499600, @T1499601, @T1499700, @T1499701, @T1499800, @T1499801, @T1499900, @T1499901, @T1500000, @T1500001, @T1500100, @T1500101, @T1500200, @T1500201, @T1500300, @T1500301, @T1500400, @T1500401, @T1500500, @T1500501, @T1500600, @T1500601, @T1500700, @T1500701, @T1500800, @T1500801, @T1500900, @T1500901, @T1501000, @T1501001, @T1501100, @T1501200, @T1501300, @T1501400, @T1501500, @T1501600, @T1501700, @T1501800, @T1501900, @T1502000, @T1502100, @T1765100, @T1765200, @T1765300, @T1765400, @T1765500, @T1765600, @T1765700, @T2541200, @T2541300, @T2541400, @T2541500, @T2541600, @T2541700, @T2541800, @T2541900, @T2542000, @T2542100, @T2542200, @T2542300, @T2542400, @T2542500, @T2542600, @T2542700, @T2542800, @T2542900, @T2543000, @T2543100, @T2543200, @T2543300, @T2543400, @T2543500, @T2543600, @T2543700, @T2543800, @T2543900, @T2544000, @T2544100, @T2544200, @T2544300, @T2544400, @T2544500, @T2544600, @T2544700, @T2544800, @T2544900, @T2545000, @T2545100, @T2545200, @T2545201, @T2545300, @T2545301, @T2545400, @T2545401, @T2545500, @T2545501, @T2545600, @T2545601, @T2545700, @T2545701, @T2545800, @T2545801, @T2545900, @T2545901, @T2546000, @T2546001, @T2546100, @T2546101, @T2546200, @T2546201, @T2546300, @T2546301, @T2546400, @T2546401, @T2546500, @T2546501, @T2546600, @T2546601, @T2546700, @T2546701, @T2546800, @T2546900, @T2547000, @T2547100, @T2547200, @T2547300, @T2547400, @T2547500, @T2547600, @T2547700, @T2763400, @T2763500, @T2763600, @T2763700, @T2763800, @T2763900, @T2764000, @T3729600, @T3729700, @T3729800, @T3729900, @T3730000, @T3730100); -SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R1374200, R1374700, R1374800, R1374900, R1375400, R1375500, R1375600, R1376100, R1376200, R1376300, R1376800, R1376900, R1377000, R1377500, R1377600, R1377700, R1753700, R1753800, R1753900, R1754400, R1754500, R1754600, R1755100, R1755200, R1755300, R1755800, R1755900, R1756000, R1756500, R1756600, R1756700, R1757200, R1757300, R1757400, R1757900, R1758000, R1758100, R2095700, R2095800, R2095900, R2096400, R2096500, R2096600, R2097100, R2097200, R2097300, R2097800, R2097900, R2098000, R2098500, R2098600, R2098700, R2099200, R2099300, R2099400, R2099900, R2100000, R2100100, R2345900, R2346200, R2346500, R2346800, R2347100, R2347400, R2347700, R2648000, R2648100, R2648200, R2648700, R2648800, R2648900, R2649400, R2649500, R2649600, R2650100, R2650200, R2650300, R2650800, R2650900, R2651000, R2651500, R2651600, R2651700, R2652200, R2652300, R2652400, R2955900, R2956200, R2956500, R2956800, R2957100, R2957400, R2957700, R3255900, R3256000, R3256100, R3257700, R3257800, R3257900, R3259500, R3259600, R3259700, R3261300, R3261400, R3261500, R3263100, R3263200, R3263300, R3264900, R3265000, R3265100, R3266700, R3266800, R3266900, R3268500, R3556400, R3557000, R3557600, R3771800, R3771900, R3772000, R3772100, R3772200, R3772300, R3772400, R3773900, R3774000, R3774100, R3774200, R3774300, R3774400, R3774500, R3776000, R3776100, R3776200, R3776300, R3776400, R3776500, R3776600, R3778100, R3778200, R3778300, R3778400, R3778500, R3778600, R3778700, R3780200, R3780300, R3780400, R3780500, R3780600, R3780700, R3780800, R3782300, R3782400, R3782500, R3782600, R3782900, R3784400, R3784500, R3784600, R3784700, R3785000, R3786500, R3788004, R4276800, R4276900, R4277000, R4277100, R4277101, R4277200, R4277201, R4277700, R4277800, R4277900, R4278000, R4278001, R4278100, R4278101, R4278600, R4278700, R4278800, R4278900, R4278901, R4279000, R4279001, R4279500, R4279600, R4279700, R4279800, R4279801, R4279900, R4279901, R4280400, R4280500, R4280600, R4280700, R4280701, R4280800, R4280801, R4281300, R4281400, R4281500, R4281600, R4281601, R4282100, R4282200, R4282300, R4282400, R4282401, R4282900, R4283000, R4283100, R4283600, R4827600, R4827700, R4827800, R4827900, R4827901, R4828000, R4828001, R4828100, R4830600, R4830700, R4830800, R4830900, R4830901, R4831000, R4831001, R4831100, R4833600, R4833700, R4833800, R4833900, R4833901, R4834000, R4834001, R4834100, R4836600, R4836700, R4836800, R4836900, R4836901, R4837000, R4837001, R4837100, R4839600, R4839700, R4839800, R4839900, R4839901, R4840000, R4840001, R4840100, R4842500, R4842600, R4842700, R4842800, R4842801, R4842900, R4844800, R4844900, R4845000, R4845100, R4845101, R4845200, R4847100, R4847200, R4847300, R4847400, R5498000, R5498100, R5498200, R5498300, R5498301, R5498400, R5498401, R5498500, R5501000, R5501100, R5501200, R5501300, R5501301, R5501400, R5501401, R5501500, R5504000, R5504100, R5504200, R5504300, R5504301, R5504400, R5504401, R5504500, R5507000, R5507100, R5507200, R5507300, R5507301, R5507400, R5507401, R5507500, R5510000, R5510100, R5510200, R5510300, R5510301, R5510400, R5510401, R5510500, R5513000, R5513100, R5513200, R5513300, R5513301, R5513400, R5515300, R5515400, R5515500, R5515600, R5515601, R5515700, R5517600, R5517700, R5517800, R5517900, R5519800, R5519900, R5520000, R5520100, R5520101, R5520200, R6218400, R6218500, R6218600, R6218700, R6218800, R6218900, R6219000, R6219100, R6219200, R6219300, R6219500, R6219600, R6219700, R6219800, R6219900, R6220000, R6220100, R6220200, R6220300, R6220400, R6220600, R6220700, R6220800, R6220900, R6221000, R6221100, R6221200, R6221300, R6221400, R6221500, R6221700, R6221701, R6221800, R6221801, R6221900, R6221901, R6222000, R6222001, R6222100, R6222101, R6222200, R6222201, R6222300, R6222301, R6222400, R6222401, R6222500, R6222501, R6222600, R6222601, R6222800, R6222801, R6222900, R6222901, R6223000, R6223001, R6223100, R6223101, R6223200, R6223201, R6223300, R6223301, R6223400, R6223500, R6223600, R6223700, R6223800, R6223900, R6224000, R6224100, R6224200, R6224300, R6770600, R6771600, R6771700, R6771800, R6771900, R6772000, R6772100, R6772200, R6772300, R6772400, R6772500, R6772600, R6772700, R6772800, R6772900, R6773000, R6773100, R6773200, R6773300, R6773400, R6773500, R6773600, R6773700, R6773800, R6773900, R6774000, R6774100, R6774200, R6774300, R6774400, R6774500, R6774600, R6774700, R6774800, R6774900, R6775000, R6775100, R6775200, R6775300, R6775400, R6775500, R6775501, R6775600, R6775601, R6775700, R6775701, R6775800, R6775801, R6775900, R6775901, R6776000, R6776001, R6776100, R6776101, R6776200, R6776201, R6776300, R6776301, R6776400, R6776401, R6776500, R6776501, R6776600, R6776601, R6776700, R6776701, R6776800, R6776801, R6776900, R6777000, R6777100, R6777200, R6777300, R6777400, R6777500, R6777600, R6777700, R6777800, R7415900, R7416000, R7416100, R7416200, R7416300, R7416400, R7416500, R7416600, R7416700, R7416800, R7416900, R7417000, R7417100, R7417200, R7417300, R7417400, R7417500, R7417600, R7417700, R7417800, R7417900, R7418000, R7418100, R7418200, R7418300, R7418400, R7418500, R7418600, R7418700, R7418800, R7418900, R7419000, R7419100, R7419200, R7419300, R7419400, R7419500, R7419600, R7419700, R7419800, R7419900, R7419901, R7420000, R7420001, R7420100, R7420101, R7420200, R7420201, R7420300, R7420301, R7420400, R7420401, R7420500, R7420501, R7420600, R7420601, R7420700, R7420701, R7420800, R7420801, R7420900, R7420901, R7421000, R7421001, R7421100, R7421101, R7421200, R7421201, R7421300, R7421301, R7421400, R7421500, R7421600, R7421700, R7421800, R7421900, R7422000, R7422100, R7422200, R7422300, R8114000, R8114100, R8114200, R8114300, R8114400, R8114500, R8114600, R8114700, R8114800, R8114900, R8115000, R8115100, R8115200, R8115300, R8115400, R8115500, R8115600, R8115700, R8115800, R8115900, R8116000, R8116100, R8116200, R8116300, R8116400, R8116500, R8116600, R8116700, R8116800, R8116900, R8117000, R8117100, R8117200, R8117300, R8117400, R8117500, R8117600, R8117700, R8117800, R8117900, R8118000, R8118001, R8118100, R8118101, R8118200, R8118201, R8118300, R8118301, R8118400, R8118401, R8118500, R8118501, R8118600, R8118601, R8118700, R8118701, R8118800, R8118801, R8118900, R8118901, R8119000, R8119001, R8119100, R8119101, R8119200, R8119201, R8119300, R8119301, R8119400, R8119401, R8119500, R8119501, R8119600, R8119700, R8119800, R8119900, R8120000, R8120100, R8120200, R8120300, R8120400, R8120500, R8135300, R8135400, R8135500, R8135600, R8135700, R8135800, R8135900, R9900600, R9900601, R9901400, R9901401, R9902200, R9902201, R9903000, R9903001, R9903800, R9903801, R9904600, R9904601, R9905400, R9905401, R9911200, R9911201, T0345800, T0345900, T0346000, T0346100, T0346200, T0346300, T0346400, T0346500, T0346600, T0346700, T0346800, T0346900, T0347000, T0347100, T0347200, T0347300, T0347400, T0347500, T0347600, T0347700, T0347800, T0347900, T0348000, T0348100, T0348200, T0348300, T0348400, T0348500, T0348600, T0348700, T0348800, T0348900, T0349000, T0349100, T0349200, T0349300, T0349400, T0349500, T0349600, T0349700, T0349800, T0349900, T0350000, T0350100, T0350101, T0350200, T0350201, T0350300, T0350301, T0350400, T0350401, T0350500, T0350501, T0350600, T0350601, T0350700, T0350701, T0350800, T0350801, T0350900, T0350901, T0351000, T0351001, T0351100, T0351101, T0351200, T0351201, T0351300, T0351301, T0351400, T0351401, T0351500, T0351501, T0351600, T0351601, T0351700, T0351701, T0351800, T0351801, T0351900, T0352000, T0352100, T0352200, T0352300, T0352400, T0352500, T0352600, T0352700, T0352800, T0352900, T0597800, T0597900, T0598000, T0598100, T0598200, T0598300, T0598400, T1495200, T1495300, T1495400, T1495500, T1495600, T1495700, T1495800, T1495900, T1496000, T1496100, T1496200, T1496300, T1496400, T1496500, T1496600, T1496700, T1496800, T1496900, T1497000, T1497100, T1497200, T1497300, T1497400, T1497500, T1497600, T1497700, T1497800, T1497900, T1498000, T1498100, T1498200, T1498300, T1498400, T1498500, T1498600, T1498700, T1498800, T1498900, T1499000, T1499100, T1499200, T1499300, T1499400, T1499500, T1499501, T1499600, T1499601, T1499700, T1499701, T1499800, T1499801, T1499900, T1499901, T1500000, T1500001, T1500100, T1500101, T1500200, T1500201, T1500300, T1500301, T1500400, T1500401, T1500500, T1500501, T1500600, T1500601, T1500700, T1500701, T1500800, T1500801, T1500900, T1500901, T1501000, T1501001, T1501100, T1501200, T1501300, T1501400, T1501500, T1501600, T1501700, T1501800, T1501900, T1502000, T1502100, T1765100, T1765200, T1765300, T1765400, T1765500, T1765600, T1765700, T2541200, T2541300, T2541400, T2541500, T2541600, T2541700, T2541800, T2541900, T2542000, T2542100, T2542200, T2542300, T2542400, T2542500, T2542600, T2542700, T2542800, T2542900, T2543000, T2543100, T2543200, T2543300, T2543400, T2543500, T2543600, T2543700, T2543800, T2543900, T2544000, T2544100, T2544200, T2544300, T2544400, T2544500, T2544600, T2544700, T2544800, T2544900, T2545000, T2545100, T2545200, T2545201, T2545300, T2545301, T2545400, T2545401, T2545500, T2545501, T2545600, T2545601, T2545700, T2545701, T2545800, T2545801, T2545900, T2545901, T2546000, T2546001, T2546100, T2546101, T2546200, T2546201, T2546300, T2546301, T2546400, T2546401, T2546500, T2546501, T2546600, T2546601, T2546700, T2546701, T2546800, T2546900, T2547000, T2547100, T2547200, T2547300, T2547400, T2547500, T2547600, T2547700, T2763400, T2763500, T2763600, T2763700, T2763800, T2763900, T2764000, T3729600, T3729700, T3729800, T3729900, T3730000, T3730100 FROM Extract.tblGen2FatherFromGen1 WHERE (R0000100 = @R0000100) + INSERT INTO [Extract].[tblGen2FatherFromGen1] ([R0000100], [R0173600], [R0214700], [R0214800], [R1373300], [R1373500], [R1374000], [R1374200], [R1374700], [R1374900], [R1375400], [R1375600], [R1376100], [R1376300], [R1376800], [R1377000], [R1377500], [R1377700], [R1753700], [R1753900], [R1754400], [R1754600], [R1755100], [R1755300], [R1755800], [R1756000], [R1756500], [R1756700], [R1757200], [R1757400], [R1757900], [R1758100], [R2095700], [R2095900], [R2096400], [R2096600], [R2097100], [R2097300], [R2097800], [R2098000], [R2098500], [R2098700], [R2099200], [R2099400], [R2099900], [R2100100], [R2345900], [R2346200], [R2346500], [R2346800], [R2347100], [R2347400], [R2347700], [R2648000], [R2648200], [R2648700], [R2648900], [R2649400], [R2649600], [R2650100], [R2650300], [R2650800], [R2651000], [R2651500], [R2651700], [R2652200], [R2652400], [R2955900], [R2956200], [R2956500], [R2956800], [R2957100], [R2957400], [R2957700], [R3255900], [R3256100], [R3257700], [R3257900], [R3259500], [R3259700], [R3261300], [R3261500], [R3263100], [R3263300], [R3264900], [R3265100], [R3266700], [R3266900], [R3268500], [R3556400], [R3557000], [R3557600], [R3771800], [R3772000], [R3772100], [R3772400], [R3773900], [R3774100], [R3774200], [R3774500], [R3776000], [R3776200], [R3776300], [R3776600], [R3778100], [R3778300], [R3778400], [R3778700], [R3780200], [R3780400], [R3780500], [R3780800], [R3782300], [R3782500], [R3782600], [R3782900], [R3784400], [R3784600], [R3784700], [R3785000], [R3786500], [R3788004], [R4276800], [R4277000], [R4277100], [R4277101], [R4277700], [R4277900], [R4278000], [R4278001], [R4278600], [R4278800], [R4278900], [R4278901], [R4279500], [R4279700], [R4279800], [R4279801], [R4280400], [R4280600], [R4280700], [R4280701], [R4281300], [R4281500], [R4281600], [R4281601], [R4282100], [R4282300], [R4282400], [R4282401], [R4282900], [R4283000], [R4283100], [R4283600], [R4827600], [R4827800], [R4827900], [R4827901], [R4828100], [R4830600], [R4830800], [R4830900], [R4830901], [R4831100], [R4833600], [R4833800], [R4833900], [R4833901], [R4834100], [R4836600], [R4836800], [R4836900], [R4836901], [R4837100], [R4839600], [R4839800], [R4839900], [R4839901], [R4840100], [R4842500], [R4842700], [R4842800], [R4842801], [R4842900], [R4844800], [R4845000], [R4845100], [R4845101], [R4845200], [R4847100], [R4847300], [R4847400], [R5498000], [R5498200], [R5498300], [R5498301], [R5498500], [R5501000], [R5501200], [R5501300], [R5501301], [R5501500], [R5504000], [R5504200], [R5504300], [R5504301], [R5504500], [R5507000], [R5507200], [R5507300], [R5507301], [R5507500], [R5510000], [R5510200], [R5510300], [R5510301], [R5510500], [R5513000], [R5513200], [R5513300], [R5513301], [R5513400], [R5515300], [R5515500], [R5515600], [R5515601], [R5515700], [R5517600], [R5517800], [R5517900], [R5519800], [R5520000], [R5520100], [R5520101], [R5520200], [R6218400], [R6218500], [R6218600], [R6218700], [R6218800], [R6218900], [R6219000], [R6219100], [R6219200], [R6219300], [R6220600], [R6220700], [R6220800], [R6220900], [R6221000], [R6221100], [R6221200], [R6221300], [R6221400], [R6221500], [R6221700], [R6221701], [R6221800], [R6221801], [R6221900], [R6221901], [R6222000], [R6222001], [R6222100], [R6222101], [R6222200], [R6222201], [R6222300], [R6222301], [R6222400], [R6222401], [R6222500], [R6222501], [R6222600], [R6222601], [R6223400], [R6223500], [R6223600], [R6223700], [R6223800], [R6223900], [R6224000], [R6224100], [R6224200], [R6224300], [R6770600], [R6771600], [R6771700], [R6771800], [R6771900], [R6772000], [R6772100], [R6772200], [R6772300], [R6772400], [R6772500], [R6772600], [R6772700], [R6772800], [R6772900], [R6773000], [R6773100], [R6773200], [R6773300], [R6773400], [R6774500], [R6774600], [R6774700], [R6774800], [R6774900], [R6775000], [R6775100], [R6775200], [R6775300], [R6775400], [R6775500], [R6775501], [R6775600], [R6775601], [R6775700], [R6775701], [R6775800], [R6775801], [R6775900], [R6775901], [R6776000], [R6776001], [R6776100], [R6776101], [R6776200], [R6776201], [R6776900], [R6777000], [R6777100], [R6777200], [R6777300], [R6777400], [R6777500], [R6777600], [R6777700], [R6777800], [R7415900], [R7416000], [R7416100], [R7416200], [R7416300], [R7416400], [R7416500], [R7416600], [R7416700], [R7416800], [R7416900], [R7417000], [R7417100], [R7417200], [R7417300], [R7417400], [R7417500], [R7417600], [R7417700], [R7417800], [R7418900], [R7419000], [R7419100], [R7419200], [R7419300], [R7419400], [R7419500], [R7419600], [R7419700], [R7419800], [R7419900], [R7419901], [R7420000], [R7420001], [R7420100], [R7420101], [R7420200], [R7420201], [R7420300], [R7420301], [R7420400], [R7420401], [R7420500], [R7420501], [R7420600], [R7420601], [R7421400], [R7421500], [R7421600], [R7421700], [R7421800], [R7421900], [R7422000], [R7422100], [R7422200], [R7422300], [R8114000], [R8114100], [R8114200], [R8114300], [R8114400], [R8114500], [R8114600], [R8114700], [R8114800], [R8114900], [R8115000], [R8115100], [R8115200], [R8115300], [R8115400], [R8115500], [R8115600], [R8115700], [R8115800], [R8115900], [R8117000], [R8117100], [R8117200], [R8117300], [R8117400], [R8117500], [R8117600], [R8117700], [R8117800], [R8117900], [R8118000], [R8118001], [R8118100], [R8118101], [R8118200], [R8118201], [R8118300], [R8118301], [R8118400], [R8118401], [R8118500], [R8118501], [R8118600], [R8118601], [R8118700], [R8118701], [R8118800], [R8118801], [R8118900], [R8118901], [R8119600], [R8119700], [R8119800], [R8119900], [R8120000], [R8120100], [R8120200], [R8120300], [R8120400], [R8120500], [R8135300], [R8135400], [R8135500], [R8135600], [R8135700], [R8135800], [R8135900], [R9900600], [R9900601], [R9901400], [R9901401], [R9902200], [R9902201], [R9903000], [R9903001], [R9903800], [R9903801], [R9904600], [R9904601], [R9905400], [R9905401], [R9911200], [R9911201], [T0345800], [T0345900], [T0346000], [T0346100], [T0346200], [T0346300], [T0346400], [T0346500], [T0346600], [T0346700], [T0346800], [T0346900], [T0347000], [T0347100], [T0347200], [T0347300], [T0347400], [T0347500], [T0347600], [T0347700], [T0347800], [T0349000], [T0349100], [T0349200], [T0349300], [T0349400], [T0349500], [T0349600], [T0349700], [T0349800], [T0349900], [T0350000], [T0350100], [T0350101], [T0350200], [T0350201], [T0350300], [T0350301], [T0350400], [T0350401], [T0350500], [T0350501], [T0350600], [T0350601], [T0350700], [T0350701], [T0350800], [T0350801], [T0350900], [T0350901], [T0351000], [T0351001], [T0351900], [T0352000], [T0352100], [T0352200], [T0352300], [T0352400], [T0352500], [T0352600], [T0352700], [T0352800], [T0352900], [T0597800], [T0597900], [T0598000], [T0598100], [T0598200], [T0598300], [T0598400], [T1495200], [T1495300], [T1495400], [T1495500], [T1495600], [T1495700], [T1495800], [T1495900], [T1496000], [T1496100], [T1496200], [T1496300], [T1496400], [T1496500], [T1496600], [T1496700], [T1496800], [T1496900], [T1497000], [T1497100], [T1497200], [T1498400], [T1498500], [T1498600], [T1498700], [T1498800], [T1498900], [T1499000], [T1499100], [T1499200], [T1499300], [T1499400], [T1499500], [T1499501], [T1499600], [T1499601], [T1499700], [T1499701], [T1499800], [T1499801], [T1499900], [T1499901], [T1500000], [T1500001], [T1500100], [T1500101], [T1500200], [T1500201], [T1500300], [T1500301], [T1500400], [T1500401], [T1501100], [T1501200], [T1501300], [T1501400], [T1501500], [T1501600], [T1501700], [T1501800], [T1501900], [T1502000], [T1502100], [T1765100], [T1765200], [T1765300], [T1765400], [T1765500], [T1765600], [T1765700], [T2541200], [T2541300], [T2541400], [T2541500], [T2541600], [T2541700], [T2541800], [T2541900], [T2542000], [T2542100], [T2542200], [T2542300], [T2542400], [T2542500], [T2542600], [T2542700], [T2542800], [T2542900], [T2543000], [T2543100], [T2544200], [T2544300], [T2544400], [T2544500], [T2544600], [T2544700], [T2544800], [T2544900], [T2545000], [T2545100], [T2545200], [T2545201], [T2545300], [T2545301], [T2545400], [T2545401], [T2545500], [T2545501], [T2545600], [T2545601], [T2545700], [T2545701], [T2545800], [T2545801], [T2545900], [T2545901], [T2546000], [T2546001], [T2546800], [T2546900], [T2547000], [T2547100], [T2547200], [T2547300], [T2547400], [T2547500], [T2547600], [T2547700], [T2763400], [T2763500], [T2763600], [T2763700], [T2763800], [T2763900], [T2764000], [T3527500], [T3527600], [T3527700], [T3527800], [T3527900], [T3528000], [T3528100], [T3528200], [T3528300], [T3528400], [T3530500], [T3530600], [T3530700], [T3530800], [T3530900], [T3531000], [T3531100], [T3531200], [T3531300], [T3531400], [T3531500], [T3531501], [T3531600], [T3531601], [T3531700], [T3531701], [T3531800], [T3531801], [T3531900], [T3531901], [T3532000], [T3532001], [T3532100], [T3532101], [T3532200], [T3532201], [T3532300], [T3532301], [T3532400], [T3532401], [T3533200], [T3533300], [T3533400], [T3533500], [T3533600], [T3533700], [T3533800], [T3533900], [T3534000], [T3534100], [T3729600], [T3729700], [T3729800], [T3729900], [T3730000], [T3730100], [T4496200], [T4496300], [T4496400], [T4496500], [T4496600], [T4496700], [T4496800], [T4496900], [T4497000], [T4497100], [T4500700], [T4500800], [T4500900], [T4501000], [T4501100], [T4501200], [T4501300], [T4501400], [T4501500], [T4501600], [T4501700], [T4501701], [T4501800], [T4501801], [T4501900], [T4501901], [T4502000], [T4502001], [T4502100], [T4502101], [T4502200], [T4502201], [T4502300], [T4502301], [T4502400], [T4502401], [T4502500], [T4502501], [T4502600], [T4502601], [T4504900], [T4505000], [T4505100], [T4505200], [T4505300], [T4505400], [T4505500], [T4505600], [T4505700], [T4505800], [T4703500], [T4703600], [T4703700], [T4703800], [T4703900], [T4704000]) VALUES (@R0000100, @R0173600, @R0214700, @R0214800, @R1373300, @R1373500, @R1374000, @R1374200, @R1374700, @R1374900, @R1375400, @R1375600, @R1376100, @R1376300, @R1376800, @R1377000, @R1377500, @R1377700, @R1753700, @R1753900, @R1754400, @R1754600, @R1755100, @R1755300, @R1755800, @R1756000, @R1756500, @R1756700, @R1757200, @R1757400, @R1757900, @R1758100, @R2095700, @R2095900, @R2096400, @R2096600, @R2097100, @R2097300, @R2097800, @R2098000, @R2098500, @R2098700, @R2099200, @R2099400, @R2099900, @R2100100, @R2345900, @R2346200, @R2346500, @R2346800, @R2347100, @R2347400, @R2347700, @R2648000, @R2648200, @R2648700, @R2648900, @R2649400, @R2649600, @R2650100, @R2650300, @R2650800, @R2651000, @R2651500, @R2651700, @R2652200, @R2652400, @R2955900, @R2956200, @R2956500, @R2956800, @R2957100, @R2957400, @R2957700, @R3255900, @R3256100, @R3257700, @R3257900, @R3259500, @R3259700, @R3261300, @R3261500, @R3263100, @R3263300, @R3264900, @R3265100, @R3266700, @R3266900, @R3268500, @R3556400, @R3557000, @R3557600, @R3771800, @R3772000, @R3772100, @R3772400, @R3773900, @R3774100, @R3774200, @R3774500, @R3776000, @R3776200, @R3776300, @R3776600, @R3778100, @R3778300, @R3778400, @R3778700, @R3780200, @R3780400, @R3780500, @R3780800, @R3782300, @R3782500, @R3782600, @R3782900, @R3784400, @R3784600, @R3784700, @R3785000, @R3786500, @R3788004, @R4276800, @R4277000, @R4277100, @R4277101, @R4277700, @R4277900, @R4278000, @R4278001, @R4278600, @R4278800, @R4278900, @R4278901, @R4279500, @R4279700, @R4279800, @R4279801, @R4280400, @R4280600, @R4280700, @R4280701, @R4281300, @R4281500, @R4281600, @R4281601, @R4282100, @R4282300, @R4282400, @R4282401, @R4282900, @R4283000, @R4283100, @R4283600, @R4827600, @R4827800, @R4827900, @R4827901, @R4828100, @R4830600, @R4830800, @R4830900, @R4830901, @R4831100, @R4833600, @R4833800, @R4833900, @R4833901, @R4834100, @R4836600, @R4836800, @R4836900, @R4836901, @R4837100, @R4839600, @R4839800, @R4839900, @R4839901, @R4840100, @R4842500, @R4842700, @R4842800, @R4842801, @R4842900, @R4844800, @R4845000, @R4845100, @R4845101, @R4845200, @R4847100, @R4847300, @R4847400, @R5498000, @R5498200, @R5498300, @R5498301, @R5498500, @R5501000, @R5501200, @R5501300, @R5501301, @R5501500, @R5504000, @R5504200, @R5504300, @R5504301, @R5504500, @R5507000, @R5507200, @R5507300, @R5507301, @R5507500, @R5510000, @R5510200, @R5510300, @R5510301, @R5510500, @R5513000, @R5513200, @R5513300, @R5513301, @R5513400, @R5515300, @R5515500, @R5515600, @R5515601, @R5515700, @R5517600, @R5517800, @R5517900, @R5519800, @R5520000, @R5520100, @R5520101, @R5520200, @R6218400, @R6218500, @R6218600, @R6218700, @R6218800, @R6218900, @R6219000, @R6219100, @R6219200, @R6219300, @R6220600, @R6220700, @R6220800, @R6220900, @R6221000, @R6221100, @R6221200, @R6221300, @R6221400, @R6221500, @R6221700, @R6221701, @R6221800, @R6221801, @R6221900, @R6221901, @R6222000, @R6222001, @R6222100, @R6222101, @R6222200, @R6222201, @R6222300, @R6222301, @R6222400, @R6222401, @R6222500, @R6222501, @R6222600, @R6222601, @R6223400, @R6223500, @R6223600, @R6223700, @R6223800, @R6223900, @R6224000, @R6224100, @R6224200, @R6224300, @R6770600, @R6771600, @R6771700, @R6771800, @R6771900, @R6772000, @R6772100, @R6772200, @R6772300, @R6772400, @R6772500, @R6772600, @R6772700, @R6772800, @R6772900, @R6773000, @R6773100, @R6773200, @R6773300, @R6773400, @R6774500, @R6774600, @R6774700, @R6774800, @R6774900, @R6775000, @R6775100, @R6775200, @R6775300, @R6775400, @R6775500, @R6775501, @R6775600, @R6775601, @R6775700, @R6775701, @R6775800, @R6775801, @R6775900, @R6775901, @R6776000, @R6776001, @R6776100, @R6776101, @R6776200, @R6776201, @R6776900, @R6777000, @R6777100, @R6777200, @R6777300, @R6777400, @R6777500, @R6777600, @R6777700, @R6777800, @R7415900, @R7416000, @R7416100, @R7416200, @R7416300, @R7416400, @R7416500, @R7416600, @R7416700, @R7416800, @R7416900, @R7417000, @R7417100, @R7417200, @R7417300, @R7417400, @R7417500, @R7417600, @R7417700, @R7417800, @R7418900, @R7419000, @R7419100, @R7419200, @R7419300, @R7419400, @R7419500, @R7419600, @R7419700, @R7419800, @R7419900, @R7419901, @R7420000, @R7420001, @R7420100, @R7420101, @R7420200, @R7420201, @R7420300, @R7420301, @R7420400, @R7420401, @R7420500, @R7420501, @R7420600, @R7420601, @R7421400, @R7421500, @R7421600, @R7421700, @R7421800, @R7421900, @R7422000, @R7422100, @R7422200, @R7422300, @R8114000, @R8114100, @R8114200, @R8114300, @R8114400, @R8114500, @R8114600, @R8114700, @R8114800, @R8114900, @R8115000, @R8115100, @R8115200, @R8115300, @R8115400, @R8115500, @R8115600, @R8115700, @R8115800, @R8115900, @R8117000, @R8117100, @R8117200, @R8117300, @R8117400, @R8117500, @R8117600, @R8117700, @R8117800, @R8117900, @R8118000, @R8118001, @R8118100, @R8118101, @R8118200, @R8118201, @R8118300, @R8118301, @R8118400, @R8118401, @R8118500, @R8118501, @R8118600, @R8118601, @R8118700, @R8118701, @R8118800, @R8118801, @R8118900, @R8118901, @R8119600, @R8119700, @R8119800, @R8119900, @R8120000, @R8120100, @R8120200, @R8120300, @R8120400, @R8120500, @R8135300, @R8135400, @R8135500, @R8135600, @R8135700, @R8135800, @R8135900, @R9900600, @R9900601, @R9901400, @R9901401, @R9902200, @R9902201, @R9903000, @R9903001, @R9903800, @R9903801, @R9904600, @R9904601, @R9905400, @R9905401, @R9911200, @R9911201, @T0345800, @T0345900, @T0346000, @T0346100, @T0346200, @T0346300, @T0346400, @T0346500, @T0346600, @T0346700, @T0346800, @T0346900, @T0347000, @T0347100, @T0347200, @T0347300, @T0347400, @T0347500, @T0347600, @T0347700, @T0347800, @T0349000, @T0349100, @T0349200, @T0349300, @T0349400, @T0349500, @T0349600, @T0349700, @T0349800, @T0349900, @T0350000, @T0350100, @T0350101, @T0350200, @T0350201, @T0350300, @T0350301, @T0350400, @T0350401, @T0350500, @T0350501, @T0350600, @T0350601, @T0350700, @T0350701, @T0350800, @T0350801, @T0350900, @T0350901, @T0351000, @T0351001, @T0351900, @T0352000, @T0352100, @T0352200, @T0352300, @T0352400, @T0352500, @T0352600, @T0352700, @T0352800, @T0352900, @T0597800, @T0597900, @T0598000, @T0598100, @T0598200, @T0598300, @T0598400, @T1495200, @T1495300, @T1495400, @T1495500, @T1495600, @T1495700, @T1495800, @T1495900, @T1496000, @T1496100, @T1496200, @T1496300, @T1496400, @T1496500, @T1496600, @T1496700, @T1496800, @T1496900, @T1497000, @T1497100, @T1497200, @T1498400, @T1498500, @T1498600, @T1498700, @T1498800, @T1498900, @T1499000, @T1499100, @T1499200, @T1499300, @T1499400, @T1499500, @T1499501, @T1499600, @T1499601, @T1499700, @T1499701, @T1499800, @T1499801, @T1499900, @T1499901, @T1500000, @T1500001, @T1500100, @T1500101, @T1500200, @T1500201, @T1500300, @T1500301, @T1500400, @T1500401, @T1501100, @T1501200, @T1501300, @T1501400, @T1501500, @T1501600, @T1501700, @T1501800, @T1501900, @T1502000, @T1502100, @T1765100, @T1765200, @T1765300, @T1765400, @T1765500, @T1765600, @T1765700, @T2541200, @T2541300, @T2541400, @T2541500, @T2541600, @T2541700, @T2541800, @T2541900, @T2542000, @T2542100, @T2542200, @T2542300, @T2542400, @T2542500, @T2542600, @T2542700, @T2542800, @T2542900, @T2543000, @T2543100, @T2544200, @T2544300, @T2544400, @T2544500, @T2544600, @T2544700, @T2544800, @T2544900, @T2545000, @T2545100, @T2545200, @T2545201, @T2545300, @T2545301, @T2545400, @T2545401, @T2545500, @T2545501, @T2545600, @T2545601, @T2545700, @T2545701, @T2545800, @T2545801, @T2545900, @T2545901, @T2546000, @T2546001, @T2546800, @T2546900, @T2547000, @T2547100, @T2547200, @T2547300, @T2547400, @T2547500, @T2547600, @T2547700, @T2763400, @T2763500, @T2763600, @T2763700, @T2763800, @T2763900, @T2764000, @T3527500, @T3527600, @T3527700, @T3527800, @T3527900, @T3528000, @T3528100, @T3528200, @T3528300, @T3528400, @T3530500, @T3530600, @T3530700, @T3530800, @T3530900, @T3531000, @T3531100, @T3531200, @T3531300, @T3531400, @T3531500, @T3531501, @T3531600, @T3531601, @T3531700, @T3531701, @T3531800, @T3531801, @T3531900, @T3531901, @T3532000, @T3532001, @T3532100, @T3532101, @T3532200, @T3532201, @T3532300, @T3532301, @T3532400, @T3532401, @T3533200, @T3533300, @T3533400, @T3533500, @T3533600, @T3533700, @T3533800, @T3533900, @T3534000, @T3534100, @T3729600, @T3729700, @T3729800, @T3729900, @T3730000, @T3730100, @T4496200, @T4496300, @T4496400, @T4496500, @T4496600, @T4496700, @T4496800, @T4496900, @T4497000, @T4497100, @T4500700, @T4500800, @T4500900, @T4501000, @T4501100, @T4501200, @T4501300, @T4501400, @T4501500, @T4501600, @T4501700, @T4501701, @T4501800, @T4501801, @T4501900, @T4501901, @T4502000, @T4502001, @T4502100, @T4502101, @T4502200, @T4502201, @T4502300, @T4502301, @T4502400, @T4502401, @T4502500, @T4502501, @T4502600, @T4502601, @T4504900, @T4505000, @T4505100, @T4505200, @T4505300, @T4505400, @T4505500, @T4505600, @T4505700, @T4505800, @T4703500, @T4703600, @T4703700, @T4703800, @T4703900, @T4704000); +SELECT R0000100, R0173600, R0214700, R0214800, R1373300, R1373500, R1374000, R1374200, R1374700, R1374900, R1375400, R1375600, R1376100, R1376300, R1376800, R1377000, R1377500, R1377700, R1753700, R1753900, R1754400, R1754600, R1755100, R1755300, R1755800, R1756000, R1756500, R1756700, R1757200, R1757400, R1757900, R1758100, R2095700, R2095900, R2096400, R2096600, R2097100, R2097300, R2097800, R2098000, R2098500, R2098700, R2099200, R2099400, R2099900, R2100100, R2345900, R2346200, R2346500, R2346800, R2347100, R2347400, R2347700, R2648000, R2648200, R2648700, R2648900, R2649400, R2649600, R2650100, R2650300, R2650800, R2651000, R2651500, R2651700, R2652200, R2652400, R2955900, R2956200, R2956500, R2956800, R2957100, R2957400, R2957700, R3255900, R3256100, R3257700, R3257900, R3259500, R3259700, R3261300, R3261500, R3263100, R3263300, R3264900, R3265100, R3266700, R3266900, R3268500, R3556400, R3557000, R3557600, R3771800, R3772000, R3772100, R3772400, R3773900, R3774100, R3774200, R3774500, R3776000, R3776200, R3776300, R3776600, R3778100, R3778300, R3778400, R3778700, R3780200, R3780400, R3780500, R3780800, R3782300, R3782500, R3782600, R3782900, R3784400, R3784600, R3784700, R3785000, R3786500, R3788004, R4276800, R4277000, R4277100, R4277101, R4277700, R4277900, R4278000, R4278001, R4278600, R4278800, R4278900, R4278901, R4279500, R4279700, R4279800, R4279801, R4280400, R4280600, R4280700, R4280701, R4281300, R4281500, R4281600, R4281601, R4282100, R4282300, R4282400, R4282401, R4282900, R4283000, R4283100, R4283600, R4827600, R4827800, R4827900, R4827901, R4828100, R4830600, R4830800, R4830900, R4830901, R4831100, R4833600, R4833800, R4833900, R4833901, R4834100, R4836600, R4836800, R4836900, R4836901, R4837100, R4839600, R4839800, R4839900, R4839901, R4840100, R4842500, R4842700, R4842800, R4842801, R4842900, R4844800, R4845000, R4845100, R4845101, R4845200, R4847100, R4847300, R4847400, R5498000, R5498200, R5498300, R5498301, R5498500, R5501000, R5501200, R5501300, R5501301, R5501500, R5504000, R5504200, R5504300, R5504301, R5504500, R5507000, R5507200, R5507300, R5507301, R5507500, R5510000, R5510200, R5510300, R5510301, R5510500, R5513000, R5513200, R5513300, R5513301, R5513400, R5515300, R5515500, R5515600, R5515601, R5515700, R5517600, R5517800, R5517900, R5519800, R5520000, R5520100, R5520101, R5520200, R6218400, R6218500, R6218600, R6218700, R6218800, R6218900, R6219000, R6219100, R6219200, R6219300, R6220600, R6220700, R6220800, R6220900, R6221000, R6221100, R6221200, R6221300, R6221400, R6221500, R6221700, R6221701, R6221800, R6221801, R6221900, R6221901, R6222000, R6222001, R6222100, R6222101, R6222200, R6222201, R6222300, R6222301, R6222400, R6222401, R6222500, R6222501, R6222600, R6222601, R6223400, R6223500, R6223600, R6223700, R6223800, R6223900, R6224000, R6224100, R6224200, R6224300, R6770600, R6771600, R6771700, R6771800, R6771900, R6772000, R6772100, R6772200, R6772300, R6772400, R6772500, R6772600, R6772700, R6772800, R6772900, R6773000, R6773100, R6773200, R6773300, R6773400, R6774500, R6774600, R6774700, R6774800, R6774900, R6775000, R6775100, R6775200, R6775300, R6775400, R6775500, R6775501, R6775600, R6775601, R6775700, R6775701, R6775800, R6775801, R6775900, R6775901, R6776000, R6776001, R6776100, R6776101, R6776200, R6776201, R6776900, R6777000, R6777100, R6777200, R6777300, R6777400, R6777500, R6777600, R6777700, R6777800, R7415900, R7416000, R7416100, R7416200, R7416300, R7416400, R7416500, R7416600, R7416700, R7416800, R7416900, R7417000, R7417100, R7417200, R7417300, R7417400, R7417500, R7417600, R7417700, R7417800, R7418900, R7419000, R7419100, R7419200, R7419300, R7419400, R7419500, R7419600, R7419700, R7419800, R7419900, R7419901, R7420000, R7420001, R7420100, R7420101, R7420200, R7420201, R7420300, R7420301, R7420400, R7420401, R7420500, R7420501, R7420600, R7420601, R7421400, R7421500, R7421600, R7421700, R7421800, R7421900, R7422000, R7422100, R7422200, R7422300, R8114000, R8114100, R8114200, R8114300, R8114400, R8114500, R8114600, R8114700, R8114800, R8114900, R8115000, R8115100, R8115200, R8115300, R8115400, R8115500, R8115600, R8115700, R8115800, R8115900, R8117000, R8117100, R8117200, R8117300, R8117400, R8117500, R8117600, R8117700, R8117800, R8117900, R8118000, R8118001, R8118100, R8118101, R8118200, R8118201, R8118300, R8118301, R8118400, R8118401, R8118500, R8118501, R8118600, R8118601, R8118700, R8118701, R8118800, R8118801, R8118900, R8118901, R8119600, R8119700, R8119800, R8119900, R8120000, R8120100, R8120200, R8120300, R8120400, R8120500, R8135300, R8135400, R8135500, R8135600, R8135700, R8135800, R8135900, R9900600, R9900601, R9901400, R9901401, R9902200, R9902201, R9903000, R9903001, R9903800, R9903801, R9904600, R9904601, R9905400, R9905401, R9911200, R9911201, T0345800, T0345900, T0346000, T0346100, T0346200, T0346300, T0346400, T0346500, T0346600, T0346700, T0346800, T0346900, T0347000, T0347100, T0347200, T0347300, T0347400, T0347500, T0347600, T0347700, T0347800, T0349000, T0349100, T0349200, T0349300, T0349400, T0349500, T0349600, T0349700, T0349800, T0349900, T0350000, T0350100, T0350101, T0350200, T0350201, T0350300, T0350301, T0350400, T0350401, T0350500, T0350501, T0350600, T0350601, T0350700, T0350701, T0350800, T0350801, T0350900, T0350901, T0351000, T0351001, T0351900, T0352000, T0352100, T0352200, T0352300, T0352400, T0352500, T0352600, T0352700, T0352800, T0352900, T0597800, T0597900, T0598000, T0598100, T0598200, T0598300, T0598400, T1495200, T1495300, T1495400, T1495500, T1495600, T1495700, T1495800, T1495900, T1496000, T1496100, T1496200, T1496300, T1496400, T1496500, T1496600, T1496700, T1496800, T1496900, T1497000, T1497100, T1497200, T1498400, T1498500, T1498600, T1498700, T1498800, T1498900, T1499000, T1499100, T1499200, T1499300, T1499400, T1499500, T1499501, T1499600, T1499601, T1499700, T1499701, T1499800, T1499801, T1499900, T1499901, T1500000, T1500001, T1500100, T1500101, T1500200, T1500201, T1500300, T1500301, T1500400, T1500401, T1501100, T1501200, T1501300, T1501400, T1501500, T1501600, T1501700, T1501800, T1501900, T1502000, T1502100, T1765100, T1765200, T1765300, T1765400, T1765500, T1765600, T1765700, T2541200, T2541300, T2541400, T2541500, T2541600, T2541700, T2541800, T2541900, T2542000, T2542100, T2542200, T2542300, T2542400, T2542500, T2542600, T2542700, T2542800, T2542900, T2543000, T2543100, T2544200, T2544300, T2544400, T2544500, T2544600, T2544700, T2544800, T2544900, T2545000, T2545100, T2545200, T2545201, T2545300, T2545301, T2545400, T2545401, T2545500, T2545501, T2545600, T2545601, T2545700, T2545701, T2545800, T2545801, T2545900, T2545901, T2546000, T2546001, T2546800, T2546900, T2547000, T2547100, T2547200, T2547300, T2547400, T2547500, T2547600, T2547700, T2763400, T2763500, T2763600, T2763700, T2763800, T2763900, T2764000, T3527500, T3527600, T3527700, T3527800, T3527900, T3528000, T3528100, T3528200, T3528300, T3528400, T3530500, T3530600, T3530700, T3530800, T3530900, T3531000, T3531100, T3531200, T3531300, T3531400, T3531500, T3531501, T3531600, T3531601, T3531700, T3531701, T3531800, T3531801, T3531900, T3531901, T3532000, T3532001, T3532100, T3532101, T3532200, T3532201, T3532300, T3532301, T3532400, T3532401, T3533200, T3533300, T3533400, T3533500, T3533600, T3533700, T3533800, T3533900, T3534000, T3534100, T3729600, T3729700, T3729800, T3729900, T3730000, T3730100, T4496200, T4496300, T4496400, T4496500, T4496600, T4496700, T4496800, T4496900, T4497000, T4497100, T4500700, T4500800, T4500900, T4501000, T4501100, T4501200, T4501300, T4501400, T4501500, T4501600, T4501700, T4501701, T4501800, T4501801, T4501900, T4501901, T4502000, T4502001, T4502100, T4502101, T4502200, T4502201, T4502300, T4502301, T4502400, T4502401, T4502500, T4502501, T4502600, T4502601, T4504900, T4505000, T4505100, T4505200, T4505300, T4505400, T4505500, T4505600, T4505700, T4505800, T4703500, T4703600, T4703700, T4703800, T4703900, T4704000 FROM Extract.tblGen2FatherFromGen1 WHERE (R0000100 = @R0000100) + + - - - - - - - - - - - - - - - - - - - - - @@ -8993,25 +7935,18 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - @@ -9021,119 +7956,78 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -9142,119 +8036,82 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -9269,16 +8126,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - @@ -9309,18 +8156,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - @@ -9351,16 +8186,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - @@ -9387,18 +8212,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - @@ -9429,16 +8242,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - @@ -9465,20 +8268,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - @@ -9509,16 +8298,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - @@ -9549,18 +8328,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - @@ -9615,17 +8382,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - @@ -9657,22 +8413,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - @@ -9712,17 +8452,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - @@ -9754,18 +8483,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - @@ -9798,22 +8515,12 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - + + + + + + @@ -9842,20 +8549,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - @@ -9873,90 +8566,177 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R1374200, R1374700, R1374800, R1374900, R1375400, R1375500, R1375600, R1376100, R1376200, R1376300, R1376800, R1376900, R1377000, R1377500, R1377600, R1377700, R1753700, R1753800, R1753900, R1754400, R1754500, R1754600, R1755100, R1755200, R1755300, R1755800, R1755900, R1756000, R1756500, R1756600, R1756700, R1757200, R1757300, R1757400, R1757900, R1758000, R1758100, R2095700, R2095800, R2095900, R2096400, R2096500, R2096600, R2097100, R2097200, R2097300, R2097800, R2097900, R2098000, R2098500, R2098600, R2098700, R2099200, R2099300, R2099400, R2099900, R2100000, R2100100, R2345900, R2346200, R2346500, R2346800, R2347100, R2347400, R2347700, R2648000, R2648100, R2648200, R2648700, R2648800, R2648900, R2649400, R2649500, R2649600, R2650100, R2650200, R2650300, R2650800, R2650900, R2651000, R2651500, R2651600, R2651700, R2652200, R2652300, R2652400, R2955900, R2956200, R2956500, R2956800, R2957100, R2957400, R2957700, R3255900, R3256000, R3256100, R3257700, R3257800, R3257900, R3259500, R3259600, R3259700, R3261300, R3261400, R3261500, R3263100, R3263200, R3263300, R3264900, R3265000, R3265100, R3266700, R3266800, R3266900, R3268500, R3556400, R3557000, R3557600, R3771800, R3771900, R3772000, R3772100, R3772200, R3772300, R3772400, R3773900, R3774000, R3774100, R3774200, R3774300, R3774400, R3774500, R3776000, R3776100, R3776200, R3776300, R3776400, R3776500, R3776600, R3778100, R3778200, R3778300, R3778400, R3778500, R3778600, R3778700, R3780200, R3780300, R3780400, R3780500, R3780600, R3780700, R3780800, R3782300, R3782400, R3782500, R3782600, R3782900, R3784400, R3784500, R3784600, R3784700, R3785000, R3786500, R3788004, R4276800, R4276900, R4277000, R4277100, R4277101, R4277200, R4277201, R4277700, R4277800, R4277900, R4278000, R4278001, R4278100, R4278101, R4278600, R4278700, R4278800, R4278900, R4278901, R4279000, R4279001, R4279500, R4279600, R4279700, R4279800, R4279801, R4279900, R4279901, R4280400, R4280500, R4280600, R4280700, R4280701, R4280800, R4280801, R4281300, R4281400, R4281500, R4281600, R4281601, R4282100, R4282200, R4282300, R4282400, R4282401, R4282900, R4283000, R4283100, R4283600, R4827600, R4827700, R4827800, R4827900, R4827901, R4828000, R4828001, R4828100, R4830600, R4830700, R4830800, R4830900, R4830901, R4831000, R4831001, R4831100, R4833600, R4833700, R4833800, R4833900, R4833901, R4834000, R4834001, R4834100, R4836600, R4836700, R4836800, R4836900, R4836901, R4837000, R4837001, R4837100, R4839600, R4839700, R4839800, R4839900, R4839901, R4840000, R4840001, R4840100, R4842500, R4842600, R4842700, R4842800, R4842801, R4842900, R4844800, R4844900, R4845000, R4845100, R4845101, R4845200, R4847100, R4847200, R4847300, R4847400, R5498000, R5498100, R5498200, R5498300, R5498301, R5498400, R5498401, R5498500, R5501000, R5501100, R5501200, R5501300, R5501301, R5501400, R5501401, R5501500, R5504000, R5504100, R5504200, R5504300, R5504301, R5504400, R5504401, R5504500, R5507000, R5507100, R5507200, R5507300, R5507301, R5507400, R5507401, R5507500, R5510000, R5510100, R5510200, R5510300, R5510301, R5510400, R5510401, R5510500, R5513000, R5513100, R5513200, R5513300, R5513301, R5513400, R5515300, R5515400, R5515500, R5515600, R5515601, R5515700, R5517600, R5517700, R5517800, R5517900, R5519800, R5519900, R5520000, R5520100, R5520101, R5520200, R6218400, R6218500, R6218600, R6218700, R6218800, R6218900, R6219000, R6219100, R6219200, R6219300, R6219500, R6219600, R6219700, R6219800, R6219900, R6220000, R6220100, R6220200, R6220300, R6220400, R6220600, R6220700, R6220800, R6220900, R6221000, R6221100, R6221200, R6221300, R6221400, R6221500, R6221700, R6221701, R6221800, R6221801, R6221900, R6221901, R6222000, R6222001, R6222100, R6222101, R6222200, R6222201, R6222300, R6222301, R6222400, R6222401, R6222500, R6222501, R6222600, R6222601, R6222800, R6222801, R6222900, R6222901, R6223000, R6223001, R6223100, R6223101, R6223200, R6223201, R6223300, R6223301, R6223400, R6223500, R6223600, R6223700, R6223800, R6223900, R6224000, R6224100, R6224200, R6224300, R6770600, R6771600, R6771700, R6771800, R6771900, R6772000, R6772100, R6772200, R6772300, R6772400, R6772500, R6772600, R6772700, R6772800, R6772900, R6773000, R6773100, R6773200, R6773300, R6773400, R6773500, R6773600, R6773700, R6773800, R6773900, R6774000, R6774100, R6774200, R6774300, R6774400, R6774500, R6774600, R6774700, R6774800, R6774900, R6775000, R6775100, R6775200, R6775300, R6775400, R6775500, R6775501, R6775600, R6775601, R6775700, R6775701, R6775800, R6775801, R6775900, R6775901, R6776000, R6776001, R6776100, R6776101, R6776200, R6776201, R6776300, R6776301, R6776400, R6776401, R6776500, R6776501, R6776600, R6776601, R6776700, R6776701, R6776800, R6776801, R6776900, R6777000, R6777100, R6777200, R6777300, R6777400, R6777500, R6777600, R6777700, R6777800, R7415900, R7416000, R7416100, R7416200, R7416300, R7416400, R7416500, R7416600, R7416700, R7416800, R7416900, R7417000, R7417100, R7417200, R7417300, R7417400, R7417500, R7417600, R7417700, R7417800, R7417900, R7418000, R7418100, R7418200, R7418300, R7418400, R7418500, R7418600, R7418700, R7418800, R7418900, R7419000, R7419100, R7419200, R7419300, R7419400, R7419500, R7419600, R7419700, R7419800, R7419900, R7419901, R7420000, R7420001, R7420100, R7420101, R7420200, R7420201, R7420300, R7420301, R7420400, R7420401, R7420500, R7420501, R7420600, R7420601, R7420700, R7420701, R7420800, R7420801, R7420900, R7420901, R7421000, R7421001, R7421100, R7421101, R7421200, R7421201, R7421300, R7421301, R7421400, R7421500, R7421600, R7421700, R7421800, R7421900, R7422000, R7422100, R7422200, R7422300, R8114000, R8114100, R8114200, R8114300, R8114400, R8114500, R8114600, R8114700, R8114800, R8114900, R8115000, R8115100, R8115200, R8115300, R8115400, R8115500, R8115600, R8115700, R8115800, R8115900, R8116000, R8116100, R8116200, R8116300, R8116400, R8116500, R8116600, R8116700, R8116800, R8116900, R8117000, R8117100, R8117200, R8117300, R8117400, R8117500, R8117600, R8117700, R8117800, R8117900, R8118000, R8118001, R8118100, R8118101, R8118200, R8118201, R8118300, R8118301, R8118400, R8118401, R8118500, R8118501, R8118600, R8118601, R8118700, R8118701, R8118800, R8118801, R8118900, R8118901, R8119000, R8119001, R8119100, R8119101, R8119200, R8119201, R8119300, R8119301, R8119400, R8119401, R8119500, R8119501, R8119600, R8119700, R8119800, R8119900, R8120000, R8120100, R8120200, R8120300, R8120400, R8120500, R8135300, R8135400, R8135500, R8135600, R8135700, R8135800, R8135900, R9900600, R9900601, R9901400, R9901401, R9902200, R9902201, R9903000, R9903001, R9903800, R9903801, R9904600, R9904601, R9905400, R9905401, R9911200, R9911201, T0345800, T0345900, T0346000, T0346100, T0346200, T0346300, T0346400, T0346500, T0346600, T0346700, T0346800, T0346900, T0347000, T0347100, T0347200, T0347300, T0347400, T0347500, T0347600, T0347700, T0347800, T0347900, T0348000, T0348100, T0348200, T0348300, T0348400, T0348500, T0348600, T0348700, T0348800, T0348900, T0349000, T0349100, T0349200, T0349300, T0349400, T0349500, T0349600, T0349700, T0349800, T0349900, T0350000, T0350100, T0350101, T0350200, T0350201, T0350300, T0350301, T0350400, T0350401, T0350500, T0350501, T0350600, T0350601, T0350700, T0350701, T0350800, T0350801, T0350900, T0350901, T0351000, T0351001, T0351100, T0351101, T0351200, T0351201, T0351300, T0351301, T0351400, T0351401, T0351500, T0351501, T0351600, T0351601, T0351700, T0351701, T0351800, T0351801, T0351900, T0352000, T0352100, T0352200, T0352300, T0352400, T0352500, T0352600, T0352700, T0352800, T0352900, T0597800, T0597900, T0598000, T0598100, T0598200, T0598300, T0598400, T1495200, T1495300, T1495400, T1495500, T1495600, T1495700, T1495800, T1495900, T1496000, T1496100, T1496200, T1496300, T1496400, T1496500, T1496600, T1496700, T1496800, T1496900, T1497000, T1497100, T1497200, T1497300, T1497400, T1497500, T1497600, T1497700, T1497800, T1497900, T1498000, T1498100, T1498200, T1498300, T1498400, T1498500, T1498600, T1498700, T1498800, T1498900, T1499000, T1499100, T1499200, T1499300, T1499400, T1499500, T1499501, T1499600, T1499601, T1499700, T1499701, T1499800, T1499801, T1499900, T1499901, T1500000, T1500001, T1500100, T1500101, T1500200, T1500201, T1500300, T1500301, T1500400, T1500401, T1500500, T1500501, T1500600, T1500601, T1500700, T1500701, T1500800, T1500801, T1500900, T1500901, T1501000, T1501001, T1501100, T1501200, T1501300, T1501400, T1501500, T1501600, T1501700, T1501800, T1501900, T1502000, T1502100, T1765100, T1765200, T1765300, T1765400, T1765500, T1765600, T1765700, T2541200, T2541300, T2541400, T2541500, T2541600, T2541700, T2541800, T2541900, T2542000, T2542100, T2542200, T2542300, T2542400, T2542500, T2542600, T2542700, T2542800, T2542900, T2543000, T2543100, T2543200, T2543300, T2543400, T2543500, T2543600, T2543700, T2543800, T2543900, T2544000, T2544100, T2544200, T2544300, T2544400, T2544500, T2544600, T2544700, T2544800, T2544900, T2545000, T2545100, T2545200, T2545201, T2545300, T2545301, T2545400, T2545401, T2545500, T2545501, T2545600, T2545601, T2545700, T2545701, T2545800, T2545801, T2545900, T2545901, T2546000, T2546001, T2546100, T2546101, T2546200, T2546201, T2546300, T2546301, T2546400, T2546401, T2546500, T2546501, T2546600, T2546601, T2546700, T2546701, T2546800, T2546900, T2547000, T2547100, T2547200, T2547300, T2547400, T2547500, T2547600, T2547700, T2763400, T2763500, T2763600, T2763700, T2763800, T2763900, T2764000, T3729600, T3729700, T3729800, T3729900, T3730000, T3730100 FROM Extract.tblGen2FatherFromGen1 + SELECT R0000100, R0173600, R0214700, R0214800, R1373300, R1373500, R1374000, R1374200, R1374700, R1374900, R1375400, R1375600, R1376100, R1376300, R1376800, R1377000, R1377500, R1377700, R1753700, R1753900, R1754400, R1754600, R1755100, R1755300, R1755800, R1756000, R1756500, R1756700, R1757200, R1757400, R1757900, R1758100, R2095700, R2095900, R2096400, R2096600, R2097100, R2097300, R2097800, R2098000, R2098500, R2098700, R2099200, R2099400, R2099900, R2100100, R2345900, R2346200, R2346500, R2346800, R2347100, R2347400, R2347700, R2648000, R2648200, R2648700, R2648900, R2649400, R2649600, R2650100, R2650300, R2650800, R2651000, R2651500, R2651700, R2652200, R2652400, R2955900, R2956200, R2956500, R2956800, R2957100, R2957400, R2957700, R3255900, R3256100, R3257700, R3257900, R3259500, R3259700, R3261300, R3261500, R3263100, R3263300, R3264900, R3265100, R3266700, R3266900, R3268500, R3556400, R3557000, R3557600, R3771800, R3772000, R3772100, R3772400, R3773900, R3774100, R3774200, R3774500, R3776000, R3776200, R3776300, R3776600, R3778100, R3778300, R3778400, R3778700, R3780200, R3780400, R3780500, R3780800, R3782300, R3782500, R3782600, R3782900, R3784400, R3784600, R3784700, R3785000, R3786500, R3788004, R4276800, R4277000, R4277100, R4277101, R4277700, R4277900, R4278000, R4278001, R4278600, R4278800, R4278900, R4278901, R4279500, R4279700, R4279800, R4279801, R4280400, R4280600, R4280700, R4280701, R4281300, R4281500, R4281600, R4281601, R4282100, R4282300, R4282400, R4282401, R4282900, R4283000, R4283100, R4283600, R4827600, R4827800, R4827900, R4827901, R4828100, R4830600, R4830800, R4830900, R4830901, R4831100, R4833600, R4833800, R4833900, R4833901, R4834100, R4836600, R4836800, R4836900, R4836901, R4837100, R4839600, R4839800, R4839900, R4839901, R4840100, R4842500, R4842700, R4842800, R4842801, R4842900, R4844800, R4845000, R4845100, R4845101, R4845200, R4847100, R4847300, R4847400, R5498000, R5498200, R5498300, R5498301, R5498500, R5501000, R5501200, R5501300, R5501301, R5501500, R5504000, R5504200, R5504300, R5504301, R5504500, R5507000, R5507200, R5507300, R5507301, R5507500, R5510000, R5510200, R5510300, R5510301, R5510500, R5513000, R5513200, R5513300, R5513301, R5513400, R5515300, R5515500, R5515600, R5515601, R5515700, R5517600, R5517800, R5517900, R5519800, R5520000, R5520100, R5520101, R5520200, R6218400, R6218500, R6218600, R6218700, R6218800, R6218900, R6219000, R6219100, R6219200, R6219300, R6220600, R6220700, R6220800, R6220900, R6221000, R6221100, R6221200, R6221300, R6221400, R6221500, R6221700, R6221701, R6221800, R6221801, R6221900, R6221901, R6222000, R6222001, R6222100, R6222101, R6222200, R6222201, R6222300, R6222301, R6222400, R6222401, R6222500, R6222501, R6222600, R6222601, R6223400, R6223500, R6223600, R6223700, R6223800, R6223900, R6224000, R6224100, R6224200, R6224300, R6770600, R6771600, R6771700, R6771800, R6771900, R6772000, R6772100, R6772200, R6772300, R6772400, R6772500, R6772600, R6772700, R6772800, R6772900, R6773000, R6773100, R6773200, R6773300, R6773400, R6774500, R6774600, R6774700, R6774800, R6774900, R6775000, R6775100, R6775200, R6775300, R6775400, R6775500, R6775501, R6775600, R6775601, R6775700, R6775701, R6775800, R6775801, R6775900, R6775901, R6776000, R6776001, R6776100, R6776101, R6776200, R6776201, R6776900, R6777000, R6777100, R6777200, R6777300, R6777400, R6777500, R6777600, R6777700, R6777800, R7415900, R7416000, R7416100, R7416200, R7416300, R7416400, R7416500, R7416600, R7416700, R7416800, R7416900, R7417000, R7417100, R7417200, R7417300, R7417400, R7417500, R7417600, R7417700, R7417800, R7418900, R7419000, R7419100, R7419200, R7419300, R7419400, R7419500, R7419600, R7419700, R7419800, R7419900, R7419901, R7420000, R7420001, R7420100, R7420101, R7420200, R7420201, R7420300, R7420301, R7420400, R7420401, R7420500, R7420501, R7420600, R7420601, R7421400, R7421500, R7421600, R7421700, R7421800, R7421900, R7422000, R7422100, R7422200, R7422300, R8114000, R8114100, R8114200, R8114300, R8114400, R8114500, R8114600, R8114700, R8114800, R8114900, R8115000, R8115100, R8115200, R8115300, R8115400, R8115500, R8115600, R8115700, R8115800, R8115900, R8117000, R8117100, R8117200, R8117300, R8117400, R8117500, R8117600, R8117700, R8117800, R8117900, R8118000, R8118001, R8118100, R8118101, R8118200, R8118201, R8118300, R8118301, R8118400, R8118401, R8118500, R8118501, R8118600, R8118601, R8118700, R8118701, R8118800, R8118801, R8118900, R8118901, R8119600, R8119700, R8119800, R8119900, R8120000, R8120100, R8120200, R8120300, R8120400, R8120500, R8135300, R8135400, R8135500, R8135600, R8135700, R8135800, R8135900, R9900600, R9900601, R9901400, R9901401, R9902200, R9902201, R9903000, R9903001, R9903800, R9903801, R9904600, R9904601, R9905400, R9905401, R9911200, R9911201, T0345800, T0345900, T0346000, T0346100, T0346200, T0346300, T0346400, T0346500, T0346600, T0346700, T0346800, T0346900, T0347000, T0347100, T0347200, T0347300, T0347400, T0347500, T0347600, T0347700, T0347800, T0349000, T0349100, T0349200, T0349300, T0349400, T0349500, T0349600, T0349700, T0349800, T0349900, T0350000, T0350100, T0350101, T0350200, T0350201, T0350300, T0350301, T0350400, T0350401, T0350500, T0350501, T0350600, T0350601, T0350700, T0350701, T0350800, T0350801, T0350900, T0350901, T0351000, T0351001, T0351900, T0352000, T0352100, T0352200, T0352300, T0352400, T0352500, T0352600, T0352700, T0352800, T0352900, T0597800, T0597900, T0598000, T0598100, T0598200, T0598300, T0598400, T1495200, T1495300, T1495400, T1495500, T1495600, T1495700, T1495800, T1495900, T1496000, T1496100, T1496200, T1496300, T1496400, T1496500, T1496600, T1496700, T1496800, T1496900, T1497000, T1497100, T1497200, T1498400, T1498500, T1498600, T1498700, T1498800, T1498900, T1499000, T1499100, T1499200, T1499300, T1499400, T1499500, T1499501, T1499600, T1499601, T1499700, T1499701, T1499800, T1499801, T1499900, T1499901, T1500000, T1500001, T1500100, T1500101, T1500200, T1500201, T1500300, T1500301, T1500400, T1500401, T1501100, T1501200, T1501300, T1501400, T1501500, T1501600, T1501700, T1501800, T1501900, T1502000, T1502100, T1765100, T1765200, T1765300, T1765400, T1765500, T1765600, T1765700, T2541200, T2541300, T2541400, T2541500, T2541600, T2541700, T2541800, T2541900, T2542000, T2542100, T2542200, T2542300, T2542400, T2542500, T2542600, T2542700, T2542800, T2542900, T2543000, T2543100, T2544200, T2544300, T2544400, T2544500, T2544600, T2544700, T2544800, T2544900, T2545000, T2545100, T2545200, T2545201, T2545300, T2545301, T2545400, T2545401, T2545500, T2545501, T2545600, T2545601, T2545700, T2545701, T2545800, T2545801, T2545900, T2545901, T2546000, T2546001, T2546800, T2546900, T2547000, T2547100, T2547200, T2547300, T2547400, T2547500, T2547600, T2547700, T2763400, T2763500, T2763600, T2763700, T2763800, T2763900, T2764000, T3527500, T3527600, T3527700, T3527800, T3527900, T3528000, T3528100, T3528200, T3528300, T3528400, T3530500, T3530600, T3530700, T3530800, T3530900, T3531000, T3531100, T3531200, T3531300, T3531400, T3531500, T3531501, T3531600, T3531601, T3531700, T3531701, T3531800, T3531801, T3531900, T3531901, T3532000, T3532001, T3532100, T3532101, T3532200, T3532201, T3532300, T3532301, T3532400, T3532401, T3533200, T3533300, T3533400, T3533500, T3533600, T3533700, T3533800, T3533900, T3534000, T3534100, T3729600, T3729700, T3729800, T3729900, T3730000, T3730100, T4496200, T4496300, T4496400, T4496500, T4496600, T4496700, T4496800, T4496900, T4497000, T4497100, T4500700, T4500800, T4500900, T4501000, T4501100, T4501200, T4501300, T4501400, T4501500, T4501600, T4501700, T4501701, T4501800, T4501801, T4501900, T4501901, T4502000, T4502001, T4502100, T4502101, T4502200, T4502201, T4502300, T4502301, T4502400, T4502401, T4502500, T4502501, T4502600, T4502601, T4504900, T4505000, T4505100, T4505200, T4505300, T4505400, T4505500, T4505600, T4505700, T4505800, T4703500, T4703600, T4703700, T4703800, T4703900, T4704000 FROM Extract.tblGen2FatherFromGen1 - UPDATE [Extract].[tblGen2FatherFromGen1] SET [R0000100] = @R0000100, [R0214800] = @R0214800, [R1373300] = @R1373300, [R1373400] = @R1373400, [R1373500] = @R1373500, [R1374000] = @R1374000, [R1374100] = @R1374100, [R1374200] = @R1374200, [R1374700] = @R1374700, [R1374800] = @R1374800, [R1374900] = @R1374900, [R1375400] = @R1375400, [R1375500] = @R1375500, [R1375600] = @R1375600, [R1376100] = @R1376100, [R1376200] = @R1376200, [R1376300] = @R1376300, [R1376800] = @R1376800, [R1376900] = @R1376900, [R1377000] = @R1377000, [R1377500] = @R1377500, [R1377600] = @R1377600, [R1377700] = @R1377700, [R1753700] = @R1753700, [R1753800] = @R1753800, [R1753900] = @R1753900, [R1754400] = @R1754400, [R1754500] = @R1754500, [R1754600] = @R1754600, [R1755100] = @R1755100, [R1755200] = @R1755200, [R1755300] = @R1755300, [R1755800] = @R1755800, [R1755900] = @R1755900, [R1756000] = @R1756000, [R1756500] = @R1756500, [R1756600] = @R1756600, [R1756700] = @R1756700, [R1757200] = @R1757200, [R1757300] = @R1757300, [R1757400] = @R1757400, [R1757900] = @R1757900, [R1758000] = @R1758000, [R1758100] = @R1758100, [R2095700] = @R2095700, [R2095800] = @R2095800, [R2095900] = @R2095900, [R2096400] = @R2096400, [R2096500] = @R2096500, [R2096600] = @R2096600, [R2097100] = @R2097100, [R2097200] = @R2097200, [R2097300] = @R2097300, [R2097800] = @R2097800, [R2097900] = @R2097900, [R2098000] = @R2098000, [R2098500] = @R2098500, [R2098600] = @R2098600, [R2098700] = @R2098700, [R2099200] = @R2099200, [R2099300] = @R2099300, [R2099400] = @R2099400, [R2099900] = @R2099900, [R2100000] = @R2100000, [R2100100] = @R2100100, [R2345900] = @R2345900, [R2346200] = @R2346200, [R2346500] = @R2346500, [R2346800] = @R2346800, [R2347100] = @R2347100, [R2347400] = @R2347400, [R2347700] = @R2347700, [R2648000] = @R2648000, [R2648100] = @R2648100, [R2648200] = @R2648200, [R2648700] = @R2648700, [R2648800] = @R2648800, [R2648900] = @R2648900, [R2649400] = @R2649400, [R2649500] = @R2649500, [R2649600] = @R2649600, [R2650100] = @R2650100, [R2650200] = @R2650200, [R2650300] = @R2650300, [R2650800] = @R2650800, [R2650900] = @R2650900, [R2651000] = @R2651000, [R2651500] = @R2651500, [R2651600] = @R2651600, [R2651700] = @R2651700, [R2652200] = @R2652200, [R2652300] = @R2652300, [R2652400] = @R2652400, [R2955900] = @R2955900, [R2956200] = @R2956200, [R2956500] = @R2956500, [R2956800] = @R2956800, [R2957100] = @R2957100, [R2957400] = @R2957400, [R2957700] = @R2957700, [R3255900] = @R3255900, [R3256000] = @R3256000, [R3256100] = @R3256100, [R3257700] = @R3257700, [R3257800] = @R3257800, [R3257900] = @R3257900, [R3259500] = @R3259500, [R3259600] = @R3259600, [R3259700] = @R3259700, [R3261300] = @R3261300, [R3261400] = @R3261400, [R3261500] = @R3261500, [R3263100] = @R3263100, [R3263200] = @R3263200, [R3263300] = @R3263300, [R3264900] = @R3264900, [R3265000] = @R3265000, [R3265100] = @R3265100, [R3266700] = @R3266700, [R3266800] = @R3266800, [R3266900] = @R3266900, [R3268500] = @R3268500, [R3556400] = @R3556400, [R3557000] = @R3557000, [R3557600] = @R3557600, [R3771800] = @R3771800, [R3771900] = @R3771900, [R3772000] = @R3772000, [R3772100] = @R3772100, [R3772200] = @R3772200, [R3772300] = @R3772300, [R3772400] = @R3772400, [R3773900] = @R3773900, [R3774000] = @R3774000, [R3774100] = @R3774100, [R3774200] = @R3774200, [R3774300] = @R3774300, [R3774400] = @R3774400, [R3774500] = @R3774500, [R3776000] = @R3776000, [R3776100] = @R3776100, [R3776200] = @R3776200, [R3776300] = @R3776300, [R3776400] = @R3776400, [R3776500] = @R3776500, [R3776600] = @R3776600, [R3778100] = @R3778100, [R3778200] = @R3778200, [R3778300] = @R3778300, [R3778400] = @R3778400, [R3778500] = @R3778500, [R3778600] = @R3778600, [R3778700] = @R3778700, [R3780200] = @R3780200, [R3780300] = @R3780300, [R3780400] = @R3780400, [R3780500] = @R3780500, [R3780600] = @R3780600, [R3780700] = @R3780700, [R3780800] = @R3780800, [R3782300] = @R3782300, [R3782400] = @R3782400, [R3782500] = @R3782500, [R3782600] = @R3782600, [R3782900] = @R3782900, [R3784400] = @R3784400, [R3784500] = @R3784500, [R3784600] = @R3784600, [R3784700] = @R3784700, [R3785000] = @R3785000, [R3786500] = @R3786500, [R3788004] = @R3788004, [R4276800] = @R4276800, [R4276900] = @R4276900, [R4277000] = @R4277000, [R4277100] = @R4277100, [R4277101] = @R4277101, [R4277200] = @R4277200, [R4277201] = @R4277201, [R4277700] = @R4277700, [R4277800] = @R4277800, [R4277900] = @R4277900, [R4278000] = @R4278000, [R4278001] = @R4278001, [R4278100] = @R4278100, [R4278101] = @R4278101, [R4278600] = @R4278600, [R4278700] = @R4278700, [R4278800] = @R4278800, [R4278900] = @R4278900, [R4278901] = @R4278901, [R4279000] = @R4279000, [R4279001] = @R4279001, [R4279500] = @R4279500, [R4279600] = @R4279600, [R4279700] = @R4279700, [R4279800] = @R4279800, [R4279801] = @R4279801, [R4279900] = @R4279900, [R4279901] = @R4279901, [R4280400] = @R4280400, [R4280500] = @R4280500, [R4280600] = @R4280600, [R4280700] = @R4280700, [R4280701] = @R4280701, [R4280800] = @R4280800, [R4280801] = @R4280801, [R4281300] = @R4281300, [R4281400] = @R4281400, [R4281500] = @R4281500, [R4281600] = @R4281600, [R4281601] = @R4281601, [R4282100] = @R4282100, [R4282200] = @R4282200, [R4282300] = @R4282300, [R4282400] = @R4282400, [R4282401] = @R4282401, [R4282900] = @R4282900, [R4283000] = @R4283000, [R4283100] = @R4283100, [R4283600] = @R4283600, [R4827600] = @R4827600, [R4827700] = @R4827700, [R4827800] = @R4827800, [R4827900] = @R4827900, [R4827901] = @R4827901, [R4828000] = @R4828000, [R4828001] = @R4828001, [R4828100] = @R4828100, [R4830600] = @R4830600, [R4830700] = @R4830700, [R4830800] = @R4830800, [R4830900] = @R4830900, [R4830901] = @R4830901, [R4831000] = @R4831000, [R4831001] = @R4831001, [R4831100] = @R4831100, [R4833600] = @R4833600, [R4833700] = @R4833700, [R4833800] = @R4833800, [R4833900] = @R4833900, [R4833901] = @R4833901, [R4834000] = @R4834000, [R4834001] = @R4834001, [R4834100] = @R4834100, [R4836600] = @R4836600, [R4836700] = @R4836700, [R4836800] = @R4836800, [R4836900] = @R4836900, [R4836901] = @R4836901, [R4837000] = @R4837000, [R4837001] = @R4837001, [R4837100] = @R4837100, [R4839600] = @R4839600, [R4839700] = @R4839700, [R4839800] = @R4839800, [R4839900] = @R4839900, [R4839901] = @R4839901, [R4840000] = @R4840000, [R4840001] = @R4840001, [R4840100] = @R4840100, [R4842500] = @R4842500, [R4842600] = @R4842600, [R4842700] = @R4842700, [R4842800] = @R4842800, [R4842801] = @R4842801, [R4842900] = @R4842900, [R4844800] = @R4844800, [R4844900] = @R4844900, [R4845000] = @R4845000, [R4845100] = @R4845100, [R4845101] = @R4845101, [R4845200] = @R4845200, [R4847100] = @R4847100, [R4847200] = @R4847200, [R4847300] = @R4847300, [R4847400] = @R4847400, [R5498000] = @R5498000, [R5498100] = @R5498100, [R5498200] = @R5498200, [R5498300] = @R5498300, [R5498301] = @R5498301, [R5498400] = @R5498400, [R5498401] = @R5498401, [R5498500] = @R5498500, [R5501000] = @R5501000, [R5501100] = @R5501100, [R5501200] = @R5501200, [R5501300] = @R5501300, [R5501301] = @R5501301, [R5501400] = @R5501400, [R5501401] = @R5501401, [R5501500] = @R5501500, [R5504000] = @R5504000, [R5504100] = @R5504100, [R5504200] = @R5504200, [R5504300] = @R5504300, [R5504301] = @R5504301, [R5504400] = @R5504400, [R5504401] = @R5504401, [R5504500] = @R5504500, [R5507000] = @R5507000, [R5507100] = @R5507100, [R5507200] = @R5507200, [R5507300] = @R5507300, [R5507301] = @R5507301, [R5507400] = @R5507400, [R5507401] = @R5507401, [R5507500] = @R5507500, [R5510000] = @R5510000, [R5510100] = @R5510100, [R5510200] = @R5510200, [R5510300] = @R5510300, [R5510301] = @R5510301, [R5510400] = @R5510400, [R5510401] = @R5510401, [R5510500] = @R5510500, [R5513000] = @R5513000, [R5513100] = @R5513100, [R5513200] = @R5513200, [R5513300] = @R5513300, [R5513301] = @R5513301, [R5513400] = @R5513400, [R5515300] = @R5515300, [R5515400] = @R5515400, [R5515500] = @R5515500, [R5515600] = @R5515600, [R5515601] = @R5515601, [R5515700] = @R5515700, [R5517600] = @R5517600, [R5517700] = @R5517700, [R5517800] = @R5517800, [R5517900] = @R5517900, [R5519800] = @R5519800, [R5519900] = @R5519900, [R5520000] = @R5520000, [R5520100] = @R5520100, [R5520101] = @R5520101, [R5520200] = @R5520200, [R6218400] = @R6218400, [R6218500] = @R6218500, [R6218600] = @R6218600, [R6218700] = @R6218700, [R6218800] = @R6218800, [R6218900] = @R6218900, [R6219000] = @R6219000, [R6219100] = @R6219100, [R6219200] = @R6219200, [R6219300] = @R6219300, [R6219500] = @R6219500, [R6219600] = @R6219600, [R6219700] = @R6219700, [R6219800] = @R6219800, [R6219900] = @R6219900, [R6220000] = @R6220000, [R6220100] = @R6220100, [R6220200] = @R6220200, [R6220300] = @R6220300, [R6220400] = @R6220400, [R6220600] = @R6220600, [R6220700] = @R6220700, [R6220800] = @R6220800, [R6220900] = @R6220900, [R6221000] = @R6221000, [R6221100] = @R6221100, [R6221200] = @R6221200, [R6221300] = @R6221300, [R6221400] = @R6221400, [R6221500] = @R6221500, [R6221700] = @R6221700, [R6221701] = @R6221701, [R6221800] = @R6221800, [R6221801] = @R6221801, [R6221900] = @R6221900, [R6221901] = @R6221901, [R6222000] = @R6222000, [R6222001] = @R6222001, [R6222100] = @R6222100, [R6222101] = @R6222101, [R6222200] = @R6222200, [R6222201] = @R6222201, [R6222300] = @R6222300, [R6222301] = @R6222301, [R6222400] = @R6222400, [R6222401] = @R6222401, [R6222500] = @R6222500, [R6222501] = @R6222501, [R6222600] = @R6222600, [R6222601] = @R6222601, [R6222800] = @R6222800, [R6222801] = @R6222801, [R6222900] = @R6222900, [R6222901] = @R6222901, [R6223000] = @R6223000, [R6223001] = @R6223001, [R6223100] = @R6223100, [R6223101] = @R6223101, [R6223200] = @R6223200, [R6223201] = @R6223201, [R6223300] = @R6223300, [R6223301] = @R6223301, [R6223400] = @R6223400, [R6223500] = @R6223500, [R6223600] = @R6223600, [R6223700] = @R6223700, [R6223800] = @R6223800, [R6223900] = @R6223900, [R6224000] = @R6224000, [R6224100] = @R6224100, [R6224200] = @R6224200, [R6224300] = @R6224300, [R6770600] = @R6770600, [R6771600] = @R6771600, [R6771700] = @R6771700, [R6771800] = @R6771800, [R6771900] = @R6771900, [R6772000] = @R6772000, [R6772100] = @R6772100, [R6772200] = @R6772200, [R6772300] = @R6772300, [R6772400] = @R6772400, [R6772500] = @R6772500, [R6772600] = @R6772600, [R6772700] = @R6772700, [R6772800] = @R6772800, [R6772900] = @R6772900, [R6773000] = @R6773000, [R6773100] = @R6773100, [R6773200] = @R6773200, [R6773300] = @R6773300, [R6773400] = @R6773400, [R6773500] = @R6773500, [R6773600] = @R6773600, [R6773700] = @R6773700, [R6773800] = @R6773800, [R6773900] = @R6773900, [R6774000] = @R6774000, [R6774100] = @R6774100, [R6774200] = @R6774200, [R6774300] = @R6774300, [R6774400] = @R6774400, [R6774500] = @R6774500, [R6774600] = @R6774600, [R6774700] = @R6774700, [R6774800] = @R6774800, [R6774900] = @R6774900, [R6775000] = @R6775000, [R6775100] = @R6775100, [R6775200] = @R6775200, [R6775300] = @R6775300, [R6775400] = @R6775400, [R6775500] = @R6775500, [R6775501] = @R6775501, [R6775600] = @R6775600, [R6775601] = @R6775601, [R6775700] = @R6775700, [R6775701] = @R6775701, [R6775800] = @R6775800, [R6775801] = @R6775801, [R6775900] = @R6775900, [R6775901] = @R6775901, [R6776000] = @R6776000, [R6776001] = @R6776001, [R6776100] = @R6776100, [R6776101] = @R6776101, [R6776200] = @R6776200, [R6776201] = @R6776201, [R6776300] = @R6776300, [R6776301] = @R6776301, [R6776400] = @R6776400, [R6776401] = @R6776401, [R6776500] = @R6776500, [R6776501] = @R6776501, [R6776600] = @R6776600, [R6776601] = @R6776601, [R6776700] = @R6776700, [R6776701] = @R6776701, [R6776800] = @R6776800, [R6776801] = @R6776801, [R6776900] = @R6776900, [R6777000] = @R6777000, [R6777100] = @R6777100, [R6777200] = @R6777200, [R6777300] = @R6777300, [R6777400] = @R6777400, [R6777500] = @R6777500, [R6777600] = @R6777600, [R6777700] = @R6777700, [R6777800] = @R6777800, [R7415900] = @R7415900, [R7416000] = @R7416000, [R7416100] = @R7416100, [R7416200] = @R7416200, [R7416300] = @R7416300, [R7416400] = @R7416400, [R7416500] = @R7416500, [R7416600] = @R7416600, [R7416700] = @R7416700, [R7416800] = @R7416800, [R7416900] = @R7416900, [R7417000] = @R7417000, [R7417100] = @R7417100, [R7417200] = @R7417200, [R7417300] = @R7417300, [R7417400] = @R7417400, [R7417500] = @R7417500, [R7417600] = @R7417600, [R7417700] = @R7417700, [R7417800] = @R7417800, [R7417900] = @R7417900, [R7418000] = @R7418000, [R7418100] = @R7418100, [R7418200] = @R7418200, [R7418300] = @R7418300, [R7418400] = @R7418400, [R7418500] = @R7418500, [R7418600] = @R7418600, [R7418700] = @R7418700, [R7418800] = @R7418800, [R7418900] = @R7418900, [R7419000] = @R7419000, [R7419100] = @R7419100, [R7419200] = @R7419200, [R7419300] = @R7419300, [R7419400] = @R7419400, [R7419500] = @R7419500, [R7419600] = @R7419600, [R7419700] = @R7419700, [R7419800] = @R7419800, [R7419900] = @R7419900, [R7419901] = @R7419901, [R7420000] = @R7420000, [R7420001] = @R7420001, [R7420100] = @R7420100, [R7420101] = @R7420101, [R7420200] = @R7420200, [R7420201] = @R7420201, [R7420300] = @R7420300, [R7420301] = @R7420301, [R7420400] = @R7420400, [R7420401] = @R7420401, [R7420500] = @R7420500, [R7420501] = @R7420501, [R7420600] = @R7420600, [R7420601] = @R7420601, [R7420700] = @R7420700, [R7420701] = @R7420701, [R7420800] = @R7420800, [R7420801] = @R7420801, [R7420900] = @R7420900, [R7420901] = @R7420901, [R7421000] = @R7421000, [R7421001] = @R7421001, [R7421100] = @R7421100, [R7421101] = @R7421101, [R7421200] = @R7421200, [R7421201] = @R7421201, [R7421300] = @R7421300, [R7421301] = @R7421301, [R7421400] = @R7421400, [R7421500] = @R7421500, [R7421600] = @R7421600, [R7421700] = @R7421700, [R7421800] = @R7421800, [R7421900] = @R7421900, [R7422000] = @R7422000, [R7422100] = @R7422100, [R7422200] = @R7422200, [R7422300] = @R7422300, [R8114000] = @R8114000, [R8114100] = @R8114100, [R8114200] = @R8114200, [R8114300] = @R8114300, [R8114400] = @R8114400, [R8114500] = @R8114500, [R8114600] = @R8114600, [R8114700] = @R8114700, [R8114800] = @R8114800, [R8114900] = @R8114900, [R8115000] = @R8115000, [R8115100] = @R8115100, [R8115200] = @R8115200, [R8115300] = @R8115300, [R8115400] = @R8115400, [R8115500] = @R8115500, [R8115600] = @R8115600, [R8115700] = @R8115700, [R8115800] = @R8115800, [R8115900] = @R8115900, [R8116000] = @R8116000, [R8116100] = @R8116100, [R8116200] = @R8116200, [R8116300] = @R8116300, [R8116400] = @R8116400, [R8116500] = @R8116500, [R8116600] = @R8116600, [R8116700] = @R8116700, [R8116800] = @R8116800, [R8116900] = @R8116900, [R8117000] = @R8117000, [R8117100] = @R8117100, [R8117200] = @R8117200, [R8117300] = @R8117300, [R8117400] = @R8117400, [R8117500] = @R8117500, [R8117600] = @R8117600, [R8117700] = @R8117700, [R8117800] = @R8117800, [R8117900] = @R8117900, [R8118000] = @R8118000, [R8118001] = @R8118001, [R8118100] = @R8118100, [R8118101] = @R8118101, [R8118200] = @R8118200, [R8118201] = @R8118201, [R8118300] = @R8118300, [R8118301] = @R8118301, [R8118400] = @R8118400, [R8118401] = @R8118401, [R8118500] = @R8118500, [R8118501] = @R8118501, [R8118600] = @R8118600, [R8118601] = @R8118601, [R8118700] = @R8118700, [R8118701] = @R8118701, [R8118800] = @R8118800, [R8118801] = @R8118801, [R8118900] = @R8118900, [R8118901] = @R8118901, [R8119000] = @R8119000, [R8119001] = @R8119001, [R8119100] = @R8119100, [R8119101] = @R8119101, [R8119200] = @R8119200, [R8119201] = @R8119201, [R8119300] = @R8119300, [R8119301] = @R8119301, [R8119400] = @R8119400, [R8119401] = @R8119401, [R8119500] = @R8119500, [R8119501] = @R8119501, [R8119600] = @R8119600, [R8119700] = @R8119700, [R8119800] = @R8119800, [R8119900] = @R8119900, [R8120000] = @R8120000, [R8120100] = @R8120100, [R8120200] = @R8120200, [R8120300] = @R8120300, [R8120400] = @R8120400, [R8120500] = @R8120500, [R8135300] = @R8135300, [R8135400] = @R8135400, [R8135500] = @R8135500, [R8135600] = @R8135600, [R8135700] = @R8135700, [R8135800] = @R8135800, [R8135900] = @R8135900, [R9900600] = @R9900600, [R9900601] = @R9900601, [R9901400] = @R9901400, [R9901401] = @R9901401, [R9902200] = @R9902200, [R9902201] = @R9902201, [R9903000] = @R9903000, [R9903001] = @R9903001, [R9903800] = @R9903800, [R9903801] = @R9903801, [R9904600] = @R9904600, [R9904601] = @R9904601, [R9905400] = @R9905400, [R9905401] = @R9905401, [R9911200] = @R9911200, [R9911201] = @R9911201, [T0345800] = @T0345800, [T0345900] = @T0345900, [T0346000] = @T0346000, [T0346100] = @T0346100, [T0346200] = @T0346200, [T0346300] = @T0346300, [T0346400] = @T0346400, [T0346500] = @T0346500, [T0346600] = @T0346600, [T0346700] = @T0346700, [T0346800] = @T0346800, [T0346900] = @T0346900, [T0347000] = @T0347000, [T0347100] = @T0347100, [T0347200] = @T0347200, [T0347300] = @T0347300, [T0347400] = @T0347400, [T0347500] = @T0347500, [T0347600] = @T0347600, [T0347700] = @T0347700, [T0347800] = @T0347800, [T0347900] = @T0347900, [T0348000] = @T0348000, [T0348100] = @T0348100, [T0348200] = @T0348200, [T0348300] = @T0348300, [T0348400] = @T0348400, [T0348500] = @T0348500, [T0348600] = @T0348600, [T0348700] = @T0348700, [T0348800] = @T0348800, [T0348900] = @T0348900, [T0349000] = @T0349000, [T0349100] = @T0349100, [T0349200] = @T0349200, [T0349300] = @T0349300, [T0349400] = @T0349400, [T0349500] = @T0349500, [T0349600] = @T0349600, [T0349700] = @T0349700, [T0349800] = @T0349800, [T0349900] = @T0349900, [T0350000] = @T0350000, [T0350100] = @T0350100, [T0350101] = @T0350101, [T0350200] = @T0350200, [T0350201] = @T0350201, [T0350300] = @T0350300, [T0350301] = @T0350301, [T0350400] = @T0350400, [T0350401] = @T0350401, [T0350500] = @T0350500, [T0350501] = @T0350501, [T0350600] = @T0350600, [T0350601] = @T0350601, [T0350700] = @T0350700, [T0350701] = @T0350701, [T0350800] = @T0350800, [T0350801] = @T0350801, [T0350900] = @T0350900, [T0350901] = @T0350901, [T0351000] = @T0351000, [T0351001] = @T0351001, [T0351100] = @T0351100, [T0351101] = @T0351101, [T0351200] = @T0351200, [T0351201] = @T0351201, [T0351300] = @T0351300, [T0351301] = @T0351301, [T0351400] = @T0351400, [T0351401] = @T0351401, [T0351500] = @T0351500, [T0351501] = @T0351501, [T0351600] = @T0351600, [T0351601] = @T0351601, [T0351700] = @T0351700, [T0351701] = @T0351701, [T0351800] = @T0351800, [T0351801] = @T0351801, [T0351900] = @T0351900, [T0352000] = @T0352000, [T0352100] = @T0352100, [T0352200] = @T0352200, [T0352300] = @T0352300, [T0352400] = @T0352400, [T0352500] = @T0352500, [T0352600] = @T0352600, [T0352700] = @T0352700, [T0352800] = @T0352800, [T0352900] = @T0352900, [T0597800] = @T0597800, [T0597900] = @T0597900, [T0598000] = @T0598000, [T0598100] = @T0598100, [T0598200] = @T0598200, [T0598300] = @T0598300, [T0598400] = @T0598400, [T1495200] = @T1495200, [T1495300] = @T1495300, [T1495400] = @T1495400, [T1495500] = @T1495500, [T1495600] = @T1495600, [T1495700] = @T1495700, [T1495800] = @T1495800, [T1495900] = @T1495900, [T1496000] = @T1496000, [T1496100] = @T1496100, [T1496200] = @T1496200, [T1496300] = @T1496300, [T1496400] = @T1496400, [T1496500] = @T1496500, [T1496600] = @T1496600, [T1496700] = @T1496700, [T1496800] = @T1496800, [T1496900] = @T1496900, [T1497000] = @T1497000, [T1497100] = @T1497100, [T1497200] = @T1497200, [T1497300] = @T1497300, [T1497400] = @T1497400, [T1497500] = @T1497500, [T1497600] = @T1497600, [T1497700] = @T1497700, [T1497800] = @T1497800, [T1497900] = @T1497900, [T1498000] = @T1498000, [T1498100] = @T1498100, [T1498200] = @T1498200, [T1498300] = @T1498300, [T1498400] = @T1498400, [T1498500] = @T1498500, [T1498600] = @T1498600, [T1498700] = @T1498700, [T1498800] = @T1498800, [T1498900] = @T1498900, [T1499000] = @T1499000, [T1499100] = @T1499100, [T1499200] = @T1499200, [T1499300] = @T1499300, [T1499400] = @T1499400, [T1499500] = @T1499500, [T1499501] = @T1499501, [T1499600] = @T1499600, [T1499601] = @T1499601, [T1499700] = @T1499700, [T1499701] = @T1499701, [T1499800] = @T1499800, [T1499801] = @T1499801, [T1499900] = @T1499900, [T1499901] = @T1499901, [T1500000] = @T1500000, [T1500001] = @T1500001, [T1500100] = @T1500100, [T1500101] = @T1500101, [T1500200] = @T1500200, [T1500201] = @T1500201, [T1500300] = @T1500300, [T1500301] = @T1500301, [T1500400] = @T1500400, [T1500401] = @T1500401, [T1500500] = @T1500500, [T1500501] = @T1500501, [T1500600] = @T1500600, [T1500601] = @T1500601, [T1500700] = @T1500700, [T1500701] = @T1500701, [T1500800] = @T1500800, [T1500801] = @T1500801, [T1500900] = @T1500900, [T1500901] = @T1500901, [T1501000] = @T1501000, [T1501001] = @T1501001, [T1501100] = @T1501100, [T1501200] = @T1501200, [T1501300] = @T1501300, [T1501400] = @T1501400, [T1501500] = @T1501500, [T1501600] = @T1501600, [T1501700] = @T1501700, [T1501800] = @T1501800, [T1501900] = @T1501900, [T1502000] = @T1502000, [T1502100] = @T1502100, [T1765100] = @T1765100, [T1765200] = @T1765200, [T1765300] = @T1765300, [T1765400] = @T1765400, [T1765500] = @T1765500, [T1765600] = @T1765600, [T1765700] = @T1765700, [T2541200] = @T2541200, [T2541300] = @T2541300, [T2541400] = @T2541400, [T2541500] = @T2541500, [T2541600] = @T2541600, [T2541700] = @T2541700, [T2541800] = @T2541800, [T2541900] = @T2541900, [T2542000] = @T2542000, [T2542100] = @T2542100, [T2542200] = @T2542200, [T2542300] = @T2542300, [T2542400] = @T2542400, [T2542500] = @T2542500, [T2542600] = @T2542600, [T2542700] = @T2542700, [T2542800] = @T2542800, [T2542900] = @T2542900, [T2543000] = @T2543000, [T2543100] = @T2543100, [T2543200] = @T2543200, [T2543300] = @T2543300, [T2543400] = @T2543400, [T2543500] = @T2543500, [T2543600] = @T2543600, [T2543700] = @T2543700, [T2543800] = @T2543800, [T2543900] = @T2543900, [T2544000] = @T2544000, [T2544100] = @T2544100, [T2544200] = @T2544200, [T2544300] = @T2544300, [T2544400] = @T2544400, [T2544500] = @T2544500, [T2544600] = @T2544600, [T2544700] = @T2544700, [T2544800] = @T2544800, [T2544900] = @T2544900, [T2545000] = @T2545000, [T2545100] = @T2545100, [T2545200] = @T2545200, [T2545201] = @T2545201, [T2545300] = @T2545300, [T2545301] = @T2545301, [T2545400] = @T2545400, [T2545401] = @T2545401, [T2545500] = @T2545500, [T2545501] = @T2545501, [T2545600] = @T2545600, [T2545601] = @T2545601, [T2545700] = @T2545700, [T2545701] = @T2545701, [T2545800] = @T2545800, [T2545801] = @T2545801, [T2545900] = @T2545900, [T2545901] = @T2545901, [T2546000] = @T2546000, [T2546001] = @T2546001, [T2546100] = @T2546100, [T2546101] = @T2546101, [T2546200] = @T2546200, [T2546201] = @T2546201, [T2546300] = @T2546300, [T2546301] = @T2546301, [T2546400] = @T2546400, [T2546401] = @T2546401, [T2546500] = @T2546500, [T2546501] = @T2546501, [T2546600] = @T2546600, [T2546601] = @T2546601, [T2546700] = @T2546700, [T2546701] = @T2546701, [T2546800] = @T2546800, [T2546900] = @T2546900, [T2547000] = @T2547000, [T2547100] = @T2547100, [T2547200] = @T2547200, [T2547300] = @T2547300, [T2547400] = @T2547400, [T2547500] = @T2547500, [T2547600] = @T2547600, [T2547700] = @T2547700, [T2763400] = @T2763400, [T2763500] = @T2763500, [T2763600] = @T2763600, [T2763700] = @T2763700, [T2763800] = @T2763800, [T2763900] = @T2763900, [T2764000] = @T2764000, [T3729600] = @T3729600, [T3729700] = @T3729700, [T3729800] = @T3729800, [T3729900] = @T3729900, [T3730000] = @T3730000, [T3730100] = @T3730100 WHERE (([R0000100] = @Original_R0000100) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R1373300 = 1 AND [R1373300] IS NULL) OR ([R1373300] = @Original_R1373300)) AND ((@IsNull_R1373400 = 1 AND [R1373400] IS NULL) OR ([R1373400] = @Original_R1373400)) AND ((@IsNull_R1373500 = 1 AND [R1373500] IS NULL) OR ([R1373500] = @Original_R1373500)) AND ((@IsNull_R1374000 = 1 AND [R1374000] IS NULL) OR ([R1374000] = @Original_R1374000)) AND ((@IsNull_R1374100 = 1 AND [R1374100] IS NULL) OR ([R1374100] = @Original_R1374100)) AND ((@IsNull_R1374200 = 1 AND [R1374200] IS NULL) OR ([R1374200] = @Original_R1374200)) AND ((@IsNull_R1374700 = 1 AND [R1374700] IS NULL) OR ([R1374700] = @Original_R1374700)) AND ((@IsNull_R1374800 = 1 AND [R1374800] IS NULL) OR ([R1374800] = @Original_R1374800)) AND ((@IsNull_R1374900 = 1 AND [R1374900] IS NULL) OR ([R1374900] = @Original_R1374900)) AND ((@IsNull_R1375400 = 1 AND [R1375400] IS NULL) OR ([R1375400] = @Original_R1375400)) AND ((@IsNull_R1375500 = 1 AND [R1375500] IS NULL) OR ([R1375500] = @Original_R1375500)) AND ((@IsNull_R1375600 = 1 AND [R1375600] IS NULL) OR ([R1375600] = @Original_R1375600)) AND ((@IsNull_R1376100 = 1 AND [R1376100] IS NULL) OR ([R1376100] = @Original_R1376100)) AND ((@IsNull_R1376200 = 1 AND [R1376200] IS NULL) OR ([R1376200] = @Original_R1376200)) AND ((@IsNull_R1376300 = 1 AND [R1376300] IS NULL) OR ([R1376300] = @Original_R1376300)) AND ((@IsNull_R1376800 = 1 AND [R1376800] IS NULL) OR ([R1376800] = @Original_R1376800)) AND ((@IsNull_R1376900 = 1 AND [R1376900] IS NULL) OR ([R1376900] = @Original_R1376900)) AND ((@IsNull_R1377000 = 1 AND [R1377000] IS NULL) OR ([R1377000] = @Original_R1377000)) AND ((@IsNull_R1377500 = 1 AND [R1377500] IS NULL) OR ([R1377500] = @Original_R1377500)) AND ((@IsNull_R1377600 = 1 AND [R1377600] IS NULL) OR ([R1377600] = @Original_R1377600)) AND ((@IsNull_R1377700 = 1 AND [R1377700] IS NULL) OR ([R1377700] = @Original_R1377700)) AND ((@IsNull_R1753700 = 1 AND [R1753700] IS NULL) OR ([R1753700] = @Original_R1753700)) AND ((@IsNull_R1753800 = 1 AND [R1753800] IS NULL) OR ([R1753800] = @Original_R1753800)) AND ((@IsNull_R1753900 = 1 AND [R1753900] IS NULL) OR ([R1753900] = @Original_R1753900)) AND ((@IsNull_R1754400 = 1 AND [R1754400] IS NULL) OR ([R1754400] = @Original_R1754400)) AND ((@IsNull_R1754500 = 1 AND [R1754500] IS NULL) OR ([R1754500] = @Original_R1754500)) AND ((@IsNull_R1754600 = 1 AND [R1754600] IS NULL) OR ([R1754600] = @Original_R1754600)) AND ((@IsNull_R1755100 = 1 AND [R1755100] IS NULL) OR ([R1755100] = @Original_R1755100)) AND ((@IsNull_R1755200 = 1 AND [R1755200] IS NULL) OR ([R1755200] = @Original_R1755200)) AND ((@IsNull_R1755300 = 1 AND [R1755300] IS NULL) OR ([R1755300] = @Original_R1755300)) AND ((@IsNull_R1755800 = 1 AND [R1755800] IS NULL) OR ([R1755800] = @Original_R1755800)) AND ((@IsNull_R1755900 = 1 AND [R1755900] IS NULL) OR ([R1755900] = @Original_R1755900)) AND ((@IsNull_R1756000 = 1 AND [R1756000] IS NULL) OR ([R1756000] = @Original_R1756000)) AND ((@IsNull_R1756500 = 1 AND [R1756500] IS NULL) OR ([R1756500] = @Original_R1756500)) AND ((@IsNull_R1756600 = 1 AND [R1756600] IS NULL) OR ([R1756600] = @Original_R1756600)) AND ((@IsNull_R1756700 = 1 AND [R1756700] IS NULL) OR ([R1756700] = @Original_R1756700)) AND ((@IsNull_R1757200 = 1 AND [R1757200] IS NULL) OR ([R1757200] = @Original_R1757200)) AND ((@IsNull_R1757300 = 1 AND [R1757300] IS NULL) OR ([R1757300] = @Original_R1757300)) AND ((@IsNull_R1757400 = 1 AND [R1757400] IS NULL) OR ([R1757400] = @Original_R1757400)) AND ((@IsNull_R1757900 = 1 AND [R1757900] IS NULL) OR ([R1757900] = @Original_R1757900)) AND ((@IsNull_R1758000 = 1 AND [R1758000] IS NULL) OR ([R1758000] = @Original_R1758000)) AND ((@IsNull_R1758100 = 1 AND [R1758100] IS NULL) OR ([R1758100] = @Original_R1758100)) AND ((@IsNull_R2095700 = 1 AND [R2095700] IS NULL) OR ([R2095700] = @Original_R2095700)) AND ((@IsNull_R2095800 = 1 AND [R2095800] IS NULL) OR ([R2095800] = @Original_R2095800)) AND ((@IsNull_R2095900 = 1 AND [R2095900] IS NULL) OR ([R2095900] = @Original_R2095900)) AND ((@IsNull_R2096400 = 1 AND [R2096400] IS NULL) OR ([R2096400] = @Original_R2096400)) AND ((@IsNull_R2096500 = 1 AND [R2096500] IS NULL) OR ([R2096500] = @Original_R2096500)) AND ((@IsNull_R2096600 = 1 AND [R2096600] IS NULL) OR ([R2096600] = @Original_R2096600)) AND ((@IsNull_R2097100 = 1 AND [R2097100] IS NULL) OR ([R2097100] = @Original_R2097100)) AND ((@IsNull_R2097200 = 1 AND [R2097200] IS NULL) OR ([R2097200] = @Original_R2097200)) AND ((@IsNull_R2097300 = 1 AND [R2097300] IS NULL) OR ([R2097300] = @Original_R2097300)) AND ((@IsNull_R2097800 = 1 AND [R2097800] IS NULL) OR ([R2097800] = @Original_R2097800)) AND ((@IsNull_R2097900 = 1 AND [R2097900] IS NULL) OR ([R2097900] = @Original_R2097900)) AND ((@IsNull_R2098000 = 1 AND [R2098000] IS NULL) OR ([R2098000] = @Original_R2098000)) AND ((@IsNull_R2098500 = 1 AND [R2098500] IS NULL) OR ([R2098500] = @Original_R2098500)) AND ((@IsNull_R2098600 = 1 AND [R2098600] IS NULL) OR ([R2098600] = @Original_R2098600)) AND ((@IsNull_R2098700 = 1 AND [R2098700] IS NULL) OR ([R2098700] = @Original_R2098700)) AND ((@IsNull_R2099200 = 1 AND [R2099200] IS NULL) OR ([R2099200] = @Original_R2099200)) AND ((@IsNull_R2099300 = 1 AND [R2099300] IS NULL) OR ([R2099300] = @Original_R2099300)) AND ((@IsNull_R2099400 = 1 AND [R2099400] IS NULL) OR ([R2099400] = @Original_R2099400)) AND ((@IsNull_R2099900 = 1 AND [R2099900] IS NULL) OR ([R2099900] = @Original_R2099900)) AND ((@IsNull_R2100000 = 1 AND [R2100000] IS NULL) OR ([R2100000] = @Original_R2100000)) AND ((@IsNull_R2100100 = 1 AND [R2100100] IS NULL) OR ([R2100100] = @Original_R2100100)) AND ((@IsNull_R2345900 = 1 AND [R2345900] IS NULL) OR ([R2345900] = @Original_R2345900)) AND ((@IsNull_R2346200 = 1 AND [R2346200] IS NULL) OR ([R2346200] = @Original_R2346200)) AND ((@IsNull_R2346500 = 1 AND [R2346500] IS NULL) OR ([R2346500] = @Original_R2346500)) AND ((@IsNull_R2346800 = 1 AND [R2346800] IS NULL) OR ([R2346800] = @Original_R2346800)) AND ((@IsNull_R2347100 = 1 AND [R2347100] IS NULL) OR ([R2347100] = @Original_R2347100)) AND ((@IsNull_R2347400 = 1 AND [R2347400] IS NULL) OR ([R2347400] = @Original_R2347400)) AND ((@IsNull_R2347700 = 1 AND [R2347700] IS NULL) OR ([R2347700] = @Original_R2347700)) AND ((@IsNull_R2648000 = 1 AND [R2648000] IS NULL) OR ([R2648000] = @Original_R2648000)) AND ((@IsNull_R2648100 = 1 AND [R2648100] IS NULL) OR ([R2648100] = @Original_R2648100)) AND ((@IsNull_R2648200 = 1 AND [R2648200] IS NULL) OR ([R2648200] = @Original_R2648200)) AND ((@IsNull_R2648700 = 1 AND [R2648700] IS NULL) OR ([R2648700] = @Original_R2648700)) AND ((@IsNull_R2648800 = 1 AND [R2648800] IS NULL) OR ([R2648800] = @Original_R2648800)) AND ((@IsNull_R2648900 = 1 AND [R2648900] IS NULL) OR ([R2648900] = @Original_R2648900)) AND ((@IsNull_R2649400 = 1 AND [R2649400] IS NULL) OR ([R2649400] = @Original_R2649400)) AND ((@IsNull_R2649500 = 1 AND [R2649500] IS NULL) OR ([R2649500] = @Original_R2649500)) AND ((@IsNull_R2649600 = 1 AND [R2649600] IS NULL) OR ([R2649600] = @Original_R2649600)) AND ((@IsNull_R2650100 = 1 AND [R2650100] IS NULL) OR ([R2650100] = @Original_R2650100)) AND ((@IsNull_R2650200 = 1 AND [R2650200] IS NULL) OR ([R2650200] = @Original_R2650200)) AND ((@IsNull_R2650300 = 1 AND [R2650300] IS NULL) OR ([R2650300] = @Original_R2650300)) AND ((@IsNull_R2650800 = 1 AND [R2650800] IS NULL) OR ([R2650800] = @Original_R2650800)) AND ((@IsNull_R2650900 = 1 AND [R2650900] IS NULL) OR ([R2650900] = @Original_R2650900)) AND ((@IsNull_R2651000 = 1 AND [R2651000] IS NULL) OR ([R2651000] = @Original_R2651000)) AND ((@IsNull_R2651500 = 1 AND [R2651500] IS NULL) OR ([R2651500] = @Original_R2651500)) AND ((@IsNull_R2651600 = 1 AND [R2651600] IS NULL) OR ([R2651600] = @Original_R2651600)) AND ((@IsNull_R2651700 = 1 AND [R2651700] IS NULL) OR ([R2651700] = @Original_R2651700)) AND ((@IsNull_R2652200 = 1 AND [R2652200] IS NULL) OR ([R2652200] = @Original_R2652200)) AND ((@IsNull_R2652300 = 1 AND [R2652300] IS NULL) OR ([R2652300] = @Original_R2652300)) AND ((@IsNull_R2652400 = 1 AND [R2652400] IS NULL) OR ([R2652400] = @Original_R2652400)) AND ((@IsNull_R2955900 = 1 AND [R2955900] IS NULL) OR ([R2955900] = @Original_R2955900)) AND ((@IsNull_R2956200 = 1 AND [R2956200] IS NULL) OR ([R2956200] = @Original_R2956200)) AND ((@IsNull_R2956500 = 1 AND [R2956500] IS NULL) OR ([R2956500] = @Original_R2956500)) AND ((@IsNull_R2956800 = 1 AND [R2956800] IS NULL) OR ([R2956800] = @Original_R2956800)) AND ((@IsNull_R2957100 = 1 AND [R2957100] IS NULL) OR ([R2957100] = @Original_R2957100)) AND ((@IsNull_R2957400 = 1 AND [R2957400] IS NULL) OR ([R2957400] = @Original_R2957400)) AND ((@IsNull_R2957700 = 1 AND [R2957700] IS NULL) OR ([R2957700] = @Original_R2957700)) AND ((@IsNull_R3255900 = 1 AND [R3255900] IS NULL) OR ([R3255900] = @Original_R3255900)) AND ((@IsNull_R3256000 = 1 AND [R3256000] IS NULL) OR ([R3256000] = @Original_R3256000)) AND ((@IsNull_R3256100 = 1 AND [R3256100] IS NULL) OR ([R3256100] = @Original_R3256100)) AND ((@IsNull_R3257700 = 1 AND [R3257700] IS NULL) OR ([R3257700] = @Original_R3257700)) AND ((@IsNull_R3257800 = 1 AND [R3257800] IS NULL) OR ([R3257800] = @Original_R3257800)) AND ((@IsNull_R3257900 = 1 AND [R3257900] IS NULL) OR ([R3257900] = @Original_R3257900)) AND ((@IsNull_R3259500 = 1 AND [R3259500] IS NULL) OR ([R3259500] = @Original_R3259500)) AND ((@IsNull_R3259600 = 1 AND [R3259600] IS NULL) OR ([R3259600] = @Original_R3259600)) AND ((@IsNull_R3259700 = 1 AND [R3259700] IS NULL) OR ([R3259700] = @Original_R3259700)) AND ((@IsNull_R3261300 = 1 AND [R3261300] IS NULL) OR ([R3261300] = @Original_R3261300)) AND ((@IsNull_R3261400 = 1 AND [R3261400] IS NULL) OR ([R3261400] = @Original_R3261400)) AND ((@IsNull_R3261500 = 1 AND [R3261500] IS NULL) OR ([R3261500] = @Original_R3261500)) AND ((@IsNull_R3263100 = 1 AND [R3263100] IS NULL) OR ([R3263100] = @Original_R3263100)) AND ((@IsNull_R3263200 = 1 AND [R3263200] IS NULL) OR ([R3263200] = @Original_R3263200)) AND ((@IsNull_R3263300 = 1 AND [R3263300] IS NULL) OR ([R3263300] = @Original_R3263300)) AND ((@IsNull_R3264900 = 1 AND [R3264900] IS NULL) OR ([R3264900] = @Original_R3264900)) AND ((@IsNull_R3265000 = 1 AND [R3265000] IS NULL) OR ([R3265000] = @Original_R3265000)) AND ((@IsNull_R3265100 = 1 AND [R3265100] IS NULL) OR ([R3265100] = @Original_R3265100)) AND ((@IsNull_R3266700 = 1 AND [R3266700] IS NULL) OR ([R3266700] = @Original_R3266700)) AND ((@IsNull_R3266800 = 1 AND [R3266800] IS NULL) OR ([R3266800] = @Original_R3266800)) AND ((@IsNull_R3266900 = 1 AND [R3266900] IS NULL) OR ([R3266900] = @Original_R3266900)) AND ((@IsNull_R3268500 = 1 AND [R3268500] IS NULL) OR ([R3268500] = @Original_R3268500)) AND ((@IsNull_R3556400 = 1 AND [R3556400] IS NULL) OR ([R3556400] = @Original_R3556400)) AND ((@IsNull_R3557000 = 1 AND [R3557000] IS NULL) OR ([R3557000] = @Original_R3557000)) AND ((@IsNull_R3557600 = 1 AND [R3557600] IS NULL) OR ([R3557600] = @Original_R3557600)) AND ((@IsNull_R3771800 = 1 AND [R3771800] IS NULL) OR ([R3771800] = @Original_R3771800)) AND ((@IsNull_R3771900 = 1 AND [R3771900] IS NULL) OR ([R3771900] = @Original_R3771900)) AND ((@IsNull_R3772000 = 1 AND [R3772000] IS NULL) OR ([R3772000] = @Original_R3772000)) AND ((@IsNull_R3772100 = 1 AND [R3772100] IS NULL) OR ([R3772100] = @Original_R3772100)) AND ((@IsNull_R3772200 = 1 AND [R3772200] IS NULL) OR ([R3772200] = @Original_R3772200)) AND ((@IsNull_R3772300 = 1 AND [R3772300] IS NULL) OR ([R3772300] = @Original_R3772300)) AND ((@IsNull_R3772400 = 1 AND [R3772400] IS NULL) OR ([R3772400] = @Original_R3772400)) AND ((@IsNull_R3773900 = 1 AND [R3773900] IS NULL) OR ([R3773900] = @Original_R3773900)) AND ((@IsNull_R3774000 = 1 AND [R3774000] IS NULL) OR ([R3774000] = @Original_R3774000)) AND ((@IsNull_R3774100 = 1 AND [R3774100] IS NULL) OR ([R3774100] = @Original_R3774100)) AND ((@IsNull_R3774200 = 1 AND [R3774200] IS NULL) OR ([R3774200] = @Original_R3774200)) AND ((@IsNull_R3774300 = 1 AND [R3774300] IS NULL) OR ([R3774300] = @Original_R3774300)) AND ((@IsNull_R3774400 = 1 AND [R3774400] IS NULL) OR ([R3774400] = @Original_R3774400)) AND ((@IsNull_R3774500 = 1 AND [R3774500] IS NULL) OR ([R3774500] = @Original_R3774500)) AND ((@IsNull_R3776000 = 1 AND [R3776000] IS NULL) OR ([R3776000] = @Original_R3776000)) AND ((@IsNull_R3776100 = 1 AND [R3776100] IS NULL) OR ([R3776100] = @Original_R3776100)) AND ((@IsNull_R3776200 = 1 AND [R3776200] IS NULL) OR ([R3776200] = @Original_R3776200)) AND ((@IsNull_R3776300 = 1 AND [R3776300] IS NULL) OR ([R3776300] = @Original_R3776300)) AND ((@IsNull_R3776400 = 1 AND [R3776400] IS NULL) OR ([R3776400] = @Original_R3776400)) AND ((@IsNull_R3776500 = 1 AND [R3776500] IS NULL) OR ([R3776500] = @Original_R3776500)) AND ((@IsNull_R3776600 = 1 AND [R3776600] IS NULL) OR ([R3776600] = @Original_R3776600)) AND ((@IsNull_R3778100 = 1 AND [R3778100] IS NULL) OR ([R3778100] = @Original_R3778100)) AND ((@IsNull_R3778200 = 1 AND [R3778200] IS NULL) OR ([R3778200] = @Original_R3778200)) AND ((@IsNull_R3778300 = 1 AND [R3778300] IS NULL) OR ([R3778300] = @Original_R3778300)) AND ((@IsNull_R3778400 = 1 AND [R3778400] IS NULL) OR ([R3778400] = @Original_R3778400)) AND ((@IsNull_R3778500 = 1 AND [R3778500] IS NULL) OR ([R3778500] = @Original_R3778500)) AND ((@IsNull_R3778600 = 1 AND [R3778600] IS NULL) OR ([R3778600] = @Original_R3778600)) AND ((@IsNull_R3778700 = 1 AND [R3778700] IS NULL) OR ([R3778700] = @Original_R3778700)) AND ((@IsNull_R3780200 = 1 AND [R3780200] IS NULL) OR ([R3780200] = @Original_R3780200)) AND ((@IsNull_R3780300 = 1 AND [R3780300] IS NULL) OR ([R3780300] = @Original_R3780300)) AND ((@IsNull_R3780400 = 1 AND [R3780400] IS NULL) OR ([R3780400] = @Original_R3780400)) AND ((@IsNull_R3780500 = 1 AND [R3780500] IS NULL) OR ([R3780500] = @Original_R3780500)) AND ((@IsNull_R3780600 = 1 AND [R3780600] IS NULL) OR ([R3780600] = @Original_R3780600)) AND ((@IsNull_R3780700 = 1 AND [R3780700] IS NULL) OR ([R3780700] = @Original_R3780700)) AND ((@IsNull_R3780800 = 1 AND [R3780800] IS NULL) OR ([R3780800] = @Original_R3780800)) AND ((@IsNull_R3782300 = 1 AND [R3782300] IS NULL) OR ([R3782300] = @Original_R3782300)) AND ((@IsNull_R3782400 = 1 AND [R3782400] IS NULL) OR ([R3782400] = @Original_R3782400)) AND ((@IsNull_R3782500 = 1 AND [R3782500] IS NULL) OR ([R3782500] = @Original_R3782500)) AND ((@IsNull_R3782600 = 1 AND [R3782600] IS NULL) OR ([R3782600] = @Original_R3782600)) AND ((@IsNull_R3782900 = 1 AND [R3782900] IS NULL) OR ([R3782900] = @Original_R3782900)) AND ((@IsNull_R3784400 = 1 AND [R3784400] IS NULL) OR ([R3784400] = @Original_R3784400)) AND ((@IsNull_R3784500 = 1 AND [R3784500] IS NULL) OR ([R3784500] = @Original_R3784500)) AND ((@IsNull_R3784600 = 1 AND [R3784600] IS NULL) OR ([R3784600] = @Original_R3784600)) AND ((@IsNull_R3784700 = 1 AND [R3784700] IS NULL) OR ([R3784700] = @Original_R3784700)) AND ((@IsNull_R3785000 = 1 AND [R3785000] IS NULL) OR ([R3785000] = @Original_R3785000)) AND ((@IsNull_R3786500 = 1 AND [R3786500] IS NULL) OR ([R3786500] = @Original_R3786500)) AND ((@IsNull_R3788004 = 1 AND [R3788004] IS NULL) OR ([R3788004] = @Original_R3788004)) AND ((@IsNull_R4276800 = 1 AND [R4276800] IS NULL) OR ([R4276800] = @Original_R4276800)) AND ((@IsNull_R4276900 = 1 AND [R4276900] IS NULL) OR ([R4276900] = @Original_R4276900)) AND ((@IsNull_R4277000 = 1 AND [R4277000] IS NULL) OR ([R4277000] = @Original_R4277000)) AND ((@IsNull_R4277100 = 1 AND [R4277100] IS NULL) OR ([R4277100] = @Original_R4277100)) AND ((@IsNull_R4277101 = 1 AND [R4277101] IS NULL) OR ([R4277101] = @Original_R4277101)) AND ((@IsNull_R4277200 = 1 AND [R4277200] IS NULL) OR ([R4277200] = @Original_R4277200)) AND ((@IsNull_R4277201 = 1 AND [R4277201] IS NULL) OR ([R4277201] = @Original_R4277201)) AND ((@IsNull_R4277700 = 1 AND [R4277700] IS NULL) OR ([R4277700] = @Original_R4277700)) AND ((@IsNull_R4277800 = 1 AND [R4277800] IS NULL) OR ([R4277800] = @Original_R4277800)) AND ((@IsNull_R4277900 = 1 AND [R4277900] IS NULL) OR ([R4277900] = @Original_R4277900)) AND ((@IsNull_R4278000 = 1 AND [R4278000] IS NULL) OR ([R4278000] = @Original_R4278000)) AND ((@IsNull_R4278001 = 1 AND [R4278001] IS NULL) OR ([R4278001] = @Original_R4278001)) AND ((@IsNull_R4278100 = 1 AND [R4278100] IS NULL) OR ([R4278100] = @Original_R4278100)) AND ((@IsNull_R4278101 = 1 AND [R4278101] IS NULL) OR ([R4278101] = @Original_R4278101)) AND ((@IsNull_R4278600 = 1 AND [R4278600] IS NULL) OR ([R4278600] = @Original_R4278600)) AND ((@IsNull_R4278700 = 1 AND [R4278700] IS NULL) OR ([R4278700] = @Original_R4278700)) AND ((@IsNull_R4278800 = 1 AND [R4278800] IS NULL) OR ([R4278800] = @Original_R4278800)) AND ((@IsNull_R4278900 = 1 AND [R4278900] IS NULL) OR ([R4278900] = @Original_R4278900)) AND ((@IsNull_R4278901 = 1 AND [R4278901] IS NULL) OR ([R4278901] = @Original_R4278901)) AND ((@IsNull_R4279000 = 1 AND [R4279000] IS NULL) OR ([R4279000] = @Original_R4279000)) AND ((@IsNull_R4279001 = 1 AND [R4279001] IS NULL) OR ([R4279001] = @Original_R4279001)) AND ((@IsNull_R4279500 = 1 AND [R4279500] IS NULL) OR ([R4279500] = @Original_R4279500)) AND ((@IsNull_R4279600 = 1 AND [R4279600] IS NULL) OR ([R4279600] = @Original_R4279600)) AND ((@IsNull_R4279700 = 1 AND [R4279700] IS NULL) OR ([R4279700] = @Original_R4279700)) AND ((@IsNull_R4279800 = 1 AND [R4279800] IS NULL) OR ([R4279800] = @Original_R4279800)) AND ((@IsNull_R4279801 = 1 AND [R4279801] IS NULL) OR ([R4279801] = @Original_R4279801)) AND ((@IsNull_R4279900 = 1 AND [R4279900] IS NULL) OR ([R4279900] = @Original_R4279900)) AND ((@IsNull_R4279901 = 1 AND [R4279901] IS NULL) OR ([R4279901] = @Original_R4279901)) AND ((@IsNull_R4280400 = 1 AND [R4280400] IS NULL) OR ([R4280400] = @Original_R4280400)) AND ((@IsNull_R4280500 = 1 AND [R4280500] IS NULL) OR ([R4280500] = @Original_R4280500)) AND ((@IsNull_R4280600 = 1 AND [R4280600] IS NULL) OR ([R4280600] = @Original_R4280600)) AND ((@IsNull_R4280700 = 1 AND [R4280700] IS NULL) OR ([R4280700] = @Original_R4280700)) AND ((@IsNull_R4280701 = 1 AND [R4280701] IS NULL) OR ([R4280701] = @Original_R4280701)) AND ((@IsNull_R4280800 = 1 AND [R4280800] IS NULL) OR ([R4280800] = @Original_R4280800)) AND ((@IsNull_R4280801 = 1 AND [R4280801] IS NULL) OR ([R4280801] = @Original_R4280801)) AND ((@IsNull_R4281300 = 1 AND [R4281300] IS NULL) OR ([R4281300] = @Original_R4281300)) AND ((@IsNull_R4281400 = 1 AND [R4281400] IS NULL) OR ([R4281400] = @Original_R4281400)) AND ((@IsNull_R4281500 = 1 AND [R4281500] IS NULL) OR ([R4281500] = @Original_R4281500)) AND ((@IsNull_R4281600 = 1 AND [R4281600] IS NULL) OR ([R4281600] = @Original_R4281600)) AND ((@IsNull_R4281601 = 1 AND [R4281601] IS NULL) OR ([R4281601] = @Original_R4281601)) AND ((@IsNull_R4282100 = 1 AND [R4282100] IS NULL) OR ([R4282100] = @Original_R4282100)) AND ((@IsNull_R4282200 = 1 AND [R4282200] IS NULL) OR ([R4282200] = @Original_R4282200)) AND ((@IsNull_R4282300 = 1 AND [R4282300] IS NULL) OR ([R4282300] = @Original_R4282300)) AND ((@IsNull_R4282400 = 1 AND [R4282400] IS NULL) OR ([R4282400] = @Original_R4282400)) AND ((@IsNull_R4282401 = 1 AND [R4282401] IS NULL) OR ([R4282401] = @Original_R4282401)) AND ((@IsNull_R4282900 = 1 AND [R4282900] IS NULL) OR ([R4282900] = @Original_R4282900)) AND ((@IsNull_R4283000 = 1 AND [R4283000] IS NULL) OR ([R4283000] = @Original_R4283000)) AND ((@IsNull_R4283100 = 1 AND [R4283100] IS NULL) OR ([R4283100] = @Original_R4283100)) AND ((@IsNull_R4283600 = 1 AND [R4283600] IS NULL) OR ([R4283600] = @Original_R4283600)) AND ((@IsNull_R4827600 = 1 AND [R4827600] IS NULL) OR ([R4827600] = @Original_R4827600)) AND ((@IsNull_R4827700 = 1 AND [R4827700] IS NULL) OR ([R4827700] = @Original_R4827700)) AND ((@IsNull_R4827800 = 1 AND [R4827800] IS NULL) OR ([R4827800] = @Original_R4827800)) AND ((@IsNull_R4827900 = 1 AND [R4827900] IS NULL) OR ([R4827900] = @Original_R4827900)) AND ((@IsNull_R4827901 = 1 AND [R4827901] IS NULL) OR ([R4827901] = @Original_R4827901)) AND ((@IsNull_R4828000 = 1 AND [R4828000] IS NULL) OR ([R4828000] = @Original_R4828000)) AND ((@IsNull_R4828001 = 1 AND [R4828001] IS NULL) OR ([R4828001] = @Original_R4828001)) AND ((@IsNull_R4828100 = 1 AND [R4828100] IS NULL) OR ([R4828100] = @Original_R4828100)) AND ((@IsNull_R4830600 = 1 AND [R4830600] IS NULL) OR ([R4830600] = @Original_R4830600)) AND ((@IsNull_R4830700 = 1 AND [R4830700] IS NULL) OR ([R4830700] = @Original_R4830700)) AND ((@IsNull_R4830800 = 1 AND [R4830800] IS NULL) OR ([R4830800] = @Original_R4830800)) AND ((@IsNull_R4830900 = 1 AND [R4830900] IS NULL) OR ([R4830900] = @Original_R4830900)) AND ((@IsNull_R4830901 = 1 AND [R4830901] IS NULL) OR ([R4830901] = @Original_R4830901)) AND ((@IsNull_R4831000 = 1 AND [R4831000] IS NULL) OR ([R4831000] = @Original_R4831000)) AND ((@IsNull_R4831001 = 1 AND [R4831001] IS NULL) OR ([R4831001] = @Original_R4831001)) AND ((@IsNull_R4831100 = 1 AND [R4831100] IS NULL) OR ([R4831100] = @Original_R4831100)) AND ((@IsNull_R4833600 = 1 AND [R4833600] IS NULL) OR ([R4833600] = @Original_R4833600)) AND ((@IsNull_R4833700 = 1 AND [R4833700] IS NULL) OR ([R4833700] = @Original_R4833700)) AND ((@IsNull_R4833800 = 1 AND [R4833800] IS NULL) OR ([R4833800] = @Original_R4833800)) AND ((@IsNull_R4833900 = 1 AND [R4833900] IS NULL) OR ([R4833900] = @Original_R4833900)) AND ((@IsNull_R4833901 = 1 AND [R4833901] IS NULL) OR ([R4833901] = @Original_R4833901)) AND ((@IsNull_R4834000 = 1 AND [R4834000] IS NULL) OR ([R4834000] = @Original_R4834000)) AND ((@IsNull_R4834001 = 1 AND [R4834001] IS NULL) OR ([R4834001] = @Original_R4834001)) AND ((@IsNull_R4834100 = 1 AND [R4834100] IS NULL) OR ([R4834100] = @Original_R4834100)) AND ((@IsNull_R4836600 = 1 AND [R4836600] IS NULL) OR ([R4836600] = @Original_R4836600)) AND ((@IsNull_R4836700 = 1 AND [R4836700] IS NULL) OR ([R4836700] = @Original_R4836700)) AND ((@IsNull_R4836800 = 1 AND [R4836800] IS NULL) OR ([R4836800] = @Original_R4836800)) AND ((@IsNull_R4836900 = 1 AND [R4836900] IS NULL) OR ([R4836900] = @Original_R4836900)) AND ((@IsNull_R4836901 = 1 AND [R4836901] IS NULL) OR ([R4836901] = @Original_R4836901)) AND ((@IsNull_R4837000 = 1 AND [R4837000] IS NULL) OR ([R4837000] = @Original_R4837000)) AND ((@IsNull_R4837001 = 1 AND [R4837001] IS NULL) OR ([R4837001] = @Original_R4837001)) AND ((@IsNull_R4837100 = 1 AND [R4837100] IS NULL) OR ([R4837100] = @Original_R4837100)) AND ((@IsNull_R4839600 = 1 AND [R4839600] IS NULL) OR ([R4839600] = @Original_R4839600)) AND ((@IsNull_R4839700 = 1 AND [R4839700] IS NULL) OR ([R4839700] = @Original_R4839700)) AND ((@IsNull_R4839800 = 1 AND [R4839800] IS NULL) OR ([R4839800] = @Original_R4839800)) AND ((@IsNull_R4839900 = 1 AND [R4839900] IS NULL) OR ([R4839900] = @Original_R4839900)) AND ((@IsNull_R4839901 = 1 AND [R4839901] IS NULL) OR ([R4839901] = @Original_R4839901)) AND ((@IsNull_R4840000 = 1 AND [R4840000] IS NULL) OR ([R4840000] = @Original_R4840000)) AND ((@IsNull_R4840001 = 1 AND [R4840001] IS NULL) OR ([R4840001] = @Original_R4840001)) AND ((@IsNull_R4840100 = 1 AND [R4840100] IS NULL) OR ([R4840100] = @Original_R4840100)) AND ((@IsNull_R4842500 = 1 AND [R4842500] IS NULL) OR ([R4842500] = @Original_R4842500)) AND ((@IsNull_R4842600 = 1 AND [R4842600] IS NULL) OR ([R4842600] = @Original_R4842600)) AND ((@IsNull_R4842700 = 1 AND [R4842700] IS NULL) OR ([R4842700] = @Original_R4842700)) AND ((@IsNull_R4842800 = 1 AND [R4842800] IS NULL) OR ([R4842800] = @Original_R4842800)) AND ((@IsNull_R4842801 = 1 AND [R4842801] IS NULL) OR ([R4842801] = @Original_R4842801)) AND ((@IsNull_R4842900 = 1 AND [R4842900] IS NULL) OR ([R4842900] = @Original_R4842900)) AND ((@IsNull_R4844800 = 1 AND [R4844800] IS NULL) OR ([R4844800] = @Original_R4844800)) AND ((@IsNull_R4844900 = 1 AND [R4844900] IS NULL) OR ([R4844900] = @Original_R4844900)) AND ((@IsNull_R4845000 = 1 AND [R4845000] IS NULL) OR ([R4845000] = @Original_R4845000)) AND ((@IsNull_R4845100 = 1 AND [R4845100] IS NULL) OR ([R4845100] = @Original_R4845100)) AND ((@IsNull_R4845101 = 1 AND [R4845101] IS NULL) OR ([R4845101] = @Original_R4845101)) AND ((@IsNull_R4845200 = 1 AND [R4845200] IS NULL) OR ([R4845200] = @Original_R4845200)) AND ((@IsNull_R4847100 = 1 AND [R4847100] IS NULL) OR ([R4847100] = @Original_R4847100)) AND ((@IsNull_R4847200 = 1 AND [R4847200] IS NULL) OR ([R4847200] = @Original_R4847200)) AND ((@IsNull_R4847300 = 1 AND [R4847300] IS NULL) OR ([R4847300] = @Original_R4847300)) AND ((@IsNull_R4847400 = 1 AND [R4847400] IS NULL) OR ([R4847400] = @Original_R4847400)) AND ((@IsNull_R5498000 = 1 AND [R5498000] IS NULL) OR ([R5498000] = @Original_R5498000)) AND ((@IsNull_R5498100 = 1 AND [R5498100] IS NULL) OR ([R5498100] = @Original_R5498100)) AND ((@IsNull_R5498200 = 1 AND [R5498200] IS NULL) OR ([R5498200] = @Original_R5498200)) AND ((@IsNull_R5498300 = 1 AND [R5498300] IS NULL) OR ([R5498300] = @Original_R5498300)) AND ((@IsNull_R5498301 = 1 AND [R5498301] IS NULL) OR ([R5498301] = @Original_R5498301)) AND ((@IsNull_R5498400 = 1 AND [R5498400] IS NULL) OR ([R5498400] = @Original_R5498400)) AND ((@IsNull_R5498401 = 1 AND [R5498401] IS NULL) OR ([R5498401] = @Original_R5498401)) AND ((@IsNull_R5498500 = 1 AND [R5498500] IS NULL) OR ([R5498500] = @Original_R5498500)) AND ((@IsNull_R5501000 = 1 AND [R5501000] IS NULL) OR ([R5501000] = @Original_R5501000)) AND ((@IsNull_R5501100 = 1 AND [R5501100] IS NULL) OR ([R5501100] = @Original_R5501100)) AND ((@IsNull_R5501200 = 1 AND [R5501200] IS NULL) OR ([R5501200] = @Original_R5501200)) AND ((@IsNull_R5501300 = 1 AND [R5501300] IS NULL) OR ([R5501300] = @Original_R5501300)) AND ((@IsNull_R5501301 = 1 AND [R5501301] IS NULL) OR ([R5501301] = @Original_R5501301)) AND ((@IsNull_R5501400 = 1 AND [R5501400] IS NULL) OR ([R5501400] = @Original_R5501400)) AND ((@IsNull_R5501401 = 1 AND [R5501401] IS NULL) OR ([R5501401] = @Original_R5501401)) AND ((@IsNull_R5501500 = 1 AND [R5501500] IS NULL) OR ([R5501500] = @Original_R5501500)) AND ((@IsNull_R5504000 = 1 AND [R5504000] IS NULL) OR ([R5504000] = @Original_R5504000)) AND ((@IsNull_R5504100 = 1 AND [R5504100] IS NULL) OR ([R5504100] = @Original_R5504100)) AND ((@IsNull_R5504200 = 1 AND [R5504200] IS NULL) OR ([R5504200] = @Original_R5504200)) AND ((@IsNull_R5504300 = 1 AND [R5504300] IS NULL) OR ([R5504300] = @Original_R5504300)) AND ((@IsNull_R5504301 = 1 AND [R5504301] IS NULL) OR ([R5504301] = @Original_R5504301)) AND ((@IsNull_R5504400 = 1 AND [R5504400] IS NULL) OR ([R5504400] = @Original_R5504400)) AND ((@IsNull_R5504401 = 1 AND [R5504401] IS NULL) OR ([R5504401] = @Original_R5504401)) AND ((@IsNull_R5504500 = 1 AND [R5504500] IS NULL) OR ([R5504500] = @Original_R5504500)) AND ((@IsNull_R5507000 = 1 AND [R5507000] IS NULL) OR ([R5507000] = @Original_R5507000)) AND ((@IsNull_R5507100 = 1 AND [R5507100] IS NULL) OR ([R5507100] = @Original_R5507100)) AND ((@IsNull_R5507200 = 1 AND [R5507200] IS NULL) OR ([R5507200] = @Original_R5507200)) AND ((@IsNull_R5507300 = 1 AND [R5507300] IS NULL) OR ([R5507300] = @Original_R5507300)) AND ((@IsNull_R5507301 = 1 AND [R5507301] IS NULL) OR ([R5507301] = @Original_R5507301)) AND ((@IsNull_R5507400 = 1 AND [R5507400] IS NULL) OR ([R5507400] = @Original_R5507400)) AND ((@IsNull_R5507401 = 1 AND [R5507401] IS NULL) OR ([R5507401] = @Original_R5507401)) AND ((@IsNull_R5507500 = 1 AND [R5507500] IS NULL) OR ([R5507500] = @Original_R5507500)) AND ((@IsNull_R5510000 = 1 AND [R5510000] IS NULL) OR ([R5510000] = @Original_R5510000)) AND ((@IsNull_R5510100 = 1 AND [R5510100] IS NULL) OR ([R5510100] = @Original_R5510100)) AND ((@IsNull_R5510200 = 1 AND [R5510200] IS NULL) OR ([R5510200] = @Original_R5510200)) AND ((@IsNull_R5510300 = 1 AND [R5510300] IS NULL) OR ([R5510300] = @Original_R5510300)) AND ((@IsNull_R5510301 = 1 AND [R5510301] IS NULL) OR ([R5510301] = @Original_R5510301)) AND ((@IsNull_R5510400 = 1 AND [R5510400] IS NULL) OR ([R5510400] = @Original_R5510400)) AND ((@IsNull_R5510401 = 1 AND [R5510401] IS NULL) OR ([R5510401] = @Original_R5510401)) AND ((@IsNull_R5510500 = 1 AND [R5510500] IS NULL) OR ([R5510500] = @Original_R5510500)) AND ((@IsNull_R5513000 = 1 AND [R5513000] IS NULL) OR ([R5513000] = @Original_R5513000)) AND ((@IsNull_R5513100 = 1 AND [R5513100] IS NULL) OR ([R5513100] = @Original_R5513100)) AND ((@IsNull_R5513200 = 1 AND [R5513200] IS NULL) OR ([R5513200] = @Original_R5513200)) AND ((@IsNull_R5513300 = 1 AND [R5513300] IS NULL) OR ([R5513300] = @Original_R5513300)) AND ((@IsNull_R5513301 = 1 AND [R5513301] IS NULL) OR ([R5513301] = @Original_R5513301)) AND ((@IsNull_R5513400 = 1 AND [R5513400] IS NULL) OR ([R5513400] = @Original_R5513400)) AND ((@IsNull_R5515300 = 1 AND [R5515300] IS NULL) OR ([R5515300] = @Original_R5515300)) AND ((@IsNull_R5515400 = 1 AND [R5515400] IS NULL) OR ([R5515400] = @Original_R5515400)) AND ((@IsNull_R5515500 = 1 AND [R5515500] IS NULL) OR ([R5515500] = @Original_R5515500)) AND ((@IsNull_R5515600 = 1 AND [R5515600] IS NULL) OR ([R5515600] = @Original_R5515600)) AND ((@IsNull_R5515601 = 1 AND [R5515601] IS NULL) OR ([R5515601] = @Original_R5515601)) AND ((@IsNull_R5515700 = 1 AND [R5515700] IS NULL) OR ([R5515700] = @Original_R5515700)) AND ((@IsNull_R5517600 = 1 AND [R5517600] IS NULL) OR ([R5517600] = @Original_R5517600)) AND ((@IsNull_R5517700 = 1 AND [R5517700] IS NULL) OR ([R5517700] = @Original_R5517700)) AND ((@IsNull_R5517800 = 1 AND [R5517800] IS NULL) OR ([R5517800] = @Original_R5517800)) AND ((@IsNull_R5517900 = 1 AND [R5517900] IS NULL) OR ([R5517900] = @Original_R5517900)) AND ((@IsNull_R5519800 = 1 AND [R5519800] IS NULL) OR ([R5519800] = @Original_R5519800)) AND ((@IsNull_R5519900 = 1 AND [R5519900] IS NULL) OR ([R5519900] = @Original_R5519900)) AND ((@IsNull_R5520000 = 1 AND [R5520000] IS NULL) OR ([R5520000] = @Original_R5520000)) AND ((@IsNull_R5520100 = 1 AND [R5520100] IS NULL) OR ([R5520100] = @Original_R5520100)) AND ((@IsNull_R5520101 = 1 AND [R5520101] IS NULL) OR ([R5520101] = @Original_R5520101)) AND ((@IsNull_R5520200 = 1 AND [R5520200] IS NULL) OR ([R5520200] = @Original_R5520200)) AND ((@IsNull_R6218400 = 1 AND [R6218400] IS NULL) OR ([R6218400] = @Original_R6218400)) AND ((@IsNull_R6218500 = 1 AND [R6218500] IS NULL) OR ([R6218500] = @Original_R6218500)) AND ((@IsNull_R6218600 = 1 AND [R6218600] IS NULL) OR ([R6218600] = @Original_R6218600)) AND ((@IsNull_R6218700 = 1 AND [R6218700] IS NULL) OR ([R6218700] = @Original_R6218700)) AND ((@IsNull_R6218800 = 1 AND [R6218800] IS NULL) OR ([R6218800] = @Original_R6218800)) AND ((@IsNull_R6218900 = 1 AND [R6218900] IS NULL) OR ([R6218900] = @Original_R6218900)) AND ((@IsNull_R6219000 = 1 AND [R6219000] IS NULL) OR ([R6219000] = @Original_R6219000)) AND ((@IsNull_R6219100 = 1 AND [R6219100] IS NULL) OR ([R6219100] = @Original_R6219100)) AND ((@IsNull_R6219200 = 1 AND [R6219200] IS NULL) OR ([R6219200] = @Original_R6219200)) AND ((@IsNull_R6219300 = 1 AND [R6219300] IS NULL) OR ([R6219300] = @Original_R6219300)) AND ((@IsNull_R6219500 = 1 AND [R6219500] IS NULL) OR ([R6219500] = @Original_R6219500)) AND ((@IsNull_R6219600 = 1 AND [R6219600] IS NULL) OR ([R6219600] = @Original_R6219600)) AND ((@IsNull_R6219700 = 1 AND [R6219700] IS NULL) OR ([R6219700] = @Original_R6219700)) AND ((@IsNull_R6219800 = 1 AND [R6219800] IS NULL) OR ([R6219800] = @Original_R6219800)) AND ((@IsNull_R6219900 = 1 AND [R6219900] IS NULL) OR ([R6219900] = @Original_R6219900)) AND ((@IsNull_R6220000 = 1 AND [R6220000] IS NULL) OR ([R6220000] = @Original_R6220000)) AND ((@IsNull_R6220100 = 1 AND [R6220100] IS NULL) OR ([R6220100] = @Original_R6220100)) AND ((@IsNull_R6220200 = 1 AND [R6220200] IS NULL) OR ([R6220200] = @Original_R6220200)) AND ((@IsNull_R6220300 = 1 AND [R6220300] IS NULL) OR ([R6220300] = @Original_R6220300)) AND ((@IsNull_R6220400 = 1 AND [R6220400] IS NULL) OR ([R6220400] = @Original_R6220400)) AND ((@IsNull_R6220600 = 1 AND [R6220600] IS NULL) OR ([R6220600] = @Original_R6220600)) AND ((@IsNull_R6220700 = 1 AND [R6220700] IS NULL) OR ([R6220700] = @Original_R6220700)) AND ((@IsNull_R6220800 = 1 AND [R6220800] IS NULL) OR ([R6220800] = @Original_R6220800)) AND ((@IsNull_R6220900 = 1 AND [R6220900] IS NULL) OR ([R6220900] = @Original_R6220900)) AND ((@IsNull_R6221000 = 1 AND [R6221000] IS NULL) OR ([R6221000] = @Original_R6221000)) AND ((@IsNull_R6221100 = 1 AND [R6221100] IS NULL) OR ([R6221100] = @Original_R6221100)) AND ((@IsNull_R6221200 = 1 AND [R6221200] IS NULL) OR ([R6221200] = @Original_R6221200)) AND ((@IsNull_R6221300 = 1 AND [R6221300] IS NULL) OR ([R6221300] = @Original_R6221300)) AND ((@IsNull_R6221400 = 1 AND [R6221400] IS NULL) OR ([R6221400] = @Original_R6221400)) AND ((@IsNull_R6221500 = 1 AND [R6221500] IS NULL) OR ([R6221500] = @Original_R6221500)) AND ((@IsNull_R6221700 = 1 AND [R6221700] IS NULL) OR ([R6221700] = @Original_R6221700)) AND ((@IsNull_R6221701 = 1 AND [R6221701] IS NULL) OR ([R6221701] = @Original_R6221701)) AND ((@IsNull_R6221800 = 1 AND [R6221800] IS NULL) OR ([R6221800] = @Original_R6221800)) AND ((@IsNull_R6221801 = 1 AND [R6221801] IS NULL) OR ([R6221801] = @Original_R6221801)) AND ((@IsNull_R6221900 = 1 AND [R6221900] IS NULL) OR ([R6221900] = @Original_R6221900)) AND ((@IsNull_R6221901 = 1 AND [R6221901] IS NULL) OR ([R6221901] = @Original_R6221901)) AND ((@IsNull_R6222000 = 1 AND [R6222000] IS NULL) OR ([R6222000] = @Original_R6222000)) AND ((@IsNull_R6222001 = 1 AND [R6222001] IS NULL) OR ([R6222001] = @Original_R6222001)) AND ((@IsNull_R6222100 = 1 AND [R6222100] IS NULL) OR ([R6222100] = @Original_R6222100)) AND ((@IsNull_R6222101 = 1 AND [R6222101] IS NULL) OR ([R6222101] = @Original_R6222101)) AND ((@IsNull_R6222200 = 1 AND [R6222200] IS NULL) OR ([R6222200] = @Original_R6222200)) AND ((@IsNull_R6222201 = 1 AND [R6222201] IS NULL) OR ([R6222201] = @Original_R6222201)) AND ((@IsNull_R6222300 = 1 AND [R6222300] IS NULL) OR ([R6222300] = @Original_R6222300)) AND ((@IsNull_R6222301 = 1 AND [R6222301] IS NULL) OR ([R6222301] = @Original_R6222301)) AND ((@IsNull_R6222400 = 1 AND [R6222400] IS NULL) OR ([R6222400] = @Original_R6222400)) AND ((@IsNull_R6222401 = 1 AND [R6222401] IS NULL) OR ([R6222401] = @Original_R6222401)) AND ((@IsNull_R6222500 = 1 AND [R6222500] IS NULL) OR ([R6222500] = @Original_R6222500)) AND ((@IsNull_R6222501 = 1 AND [R6222501] IS NULL) OR ([R6222501] = @Original_R6222501)) AND ((@IsNull_R6222600 = 1 AND [R6222600] IS NULL) OR ([R6222600] = @Original_R6222600)) AND ((@IsNull_R6222601 = 1 AND [R6222601] IS NULL) OR ([R6222601] = @Original_R6222601)) AND ((@IsNull_R6222800 = 1 AND [R6222800] IS NULL) OR ([R6222800] = @Original_R6222800)) AND ((@IsNull_R6222801 = 1 AND [R6222801] IS NULL) OR ([R6222801] = @Original_R6222801)) AND ((@IsNull_R6222900 = 1 AND [R6222900] IS NULL) OR ([R6222900] = @Original_R6222900)) AND ((@IsNull_R6222901 = 1 AND [R6222901] IS NULL) OR ([R6222901] = @Original_R6222901)) AND ((@IsNull_R6223000 = 1 AND [R6223000] IS NULL) OR ([R6223000] = @Original_R6223000)) AND ((@IsNull_R6223001 = 1 AND [R6223001] IS NULL) OR ([R6223001] = @Original_R6223001)) AND ((@IsNull_R6223100 = 1 AND [R6223100] IS NULL) OR ([R6223100] = @Original_R6223100)) AND ((@IsNull_R6223101 = 1 AND [R6223101] IS NULL) OR ([R6223101] = @Original_R6223101)) AND ((@IsNull_R6223200 = 1 AND [R6223200] IS NULL) OR ([R6223200] = @Original_R6223200)) AND ((@IsNull_R6223201 = 1 AND [R6223201] IS NULL) OR ([R6223201] = @Original_R6223201)) AND ((@IsNull_R6223300 = 1 AND [R6223300] IS NULL) OR ([R6223300] = @Original_R6223300)) AND ((@IsNull_R6223301 = 1 AND [R6223301] IS NULL) OR ([R6223301] = @Original_R6223301)) AND ((@IsNull_R6223400 = 1 AND [R6223400] IS NULL) OR ([R6223400] = @Original_R6223400)) AND ((@IsNull_R6223500 = 1 AND [R6223500] IS NULL) OR ([R6223500] = @Original_R6223500)) AND ((@IsNull_R6223600 = 1 AND [R6223600] IS NULL) OR ([R6223600] = @Original_R6223600)) AND ((@IsNull_R6223700 = 1 AND [R6223700] IS NULL) OR ([R6223700] = @Original_R6223700)) AND ((@IsNull_R6223800 = 1 AND [R6223800] IS NULL) OR ([R6223800] = @Original_R6223800)) AND ((@IsNull_R6223900 = 1 AND [R6223900] IS NULL) OR ([R6223900] = @Original_R6223900)) AND ((@IsNull_R6224000 = 1 AND [R6224000] IS NULL) OR ([R6224000] = @Original_R6224000)) AND ((@IsNull_R6224100 = 1 AND [R6224100] IS NULL) OR ([R6224100] = @Original_R6224100)) AND ((@IsNull_R6224200 = 1 AND [R6224200] IS NULL) OR ([R6224200] = @Original_R6224200)) AND ((@IsNull_R6224300 = 1 AND [R6224300] IS NULL) OR ([R6224300] = @Original_R6224300)) AND ((@IsNull_R6770600 = 1 AND [R6770600] IS NULL) OR ([R6770600] = @Original_R6770600)) AND ((@IsNull_R6771600 = 1 AND [R6771600] IS NULL) OR ([R6771600] = @Original_R6771600)) AND ((@IsNull_R6771700 = 1 AND [R6771700] IS NULL) OR ([R6771700] = @Original_R6771700)) AND ((@IsNull_R6771800 = 1 AND [R6771800] IS NULL) OR ([R6771800] = @Original_R6771800)) AND ((@IsNull_R6771900 = 1 AND [R6771900] IS NULL) OR ([R6771900] = @Original_R6771900)) AND ((@IsNull_R6772000 = 1 AND [R6772000] IS NULL) OR ([R6772000] = @Original_R6772000)) AND ((@IsNull_R6772100 = 1 AND [R6772100] IS NULL) OR ([R6772100] = @Original_R6772100)) AND ((@IsNull_R6772200 = 1 AND [R6772200] IS NULL) OR ([R6772200] = @Original_R6772200)) AND ((@IsNull_R6772300 = 1 AND [R6772300] IS NULL) OR ([R6772300] = @Original_R6772300)) AND ((@IsNull_R6772400 = 1 AND [R6772400] IS NULL) OR ([R6772400] = @Original_R6772400)) AND ((@IsNull_R6772500 = 1 AND [R6772500] IS NULL) OR ([R6772500] = @Original_R6772500)) AND ((@IsNull_R6772600 = 1 AND [R6772600] IS NULL) OR ([R6772600] = @Original_R6772600)) AND ((@IsNull_R6772700 = 1 AND [R6772700] IS NULL) OR ([R6772700] = @Original_R6772700)) AND ((@IsNull_R6772800 = 1 AND [R6772800] IS NULL) OR ([R6772800] = @Original_R6772800)) AND ((@IsNull_R6772900 = 1 AND [R6772900] IS NULL) OR ([R6772900] = @Original_R6772900)) AND ((@IsNull_R6773000 = 1 AND [R6773000] IS NULL) OR ([R6773000] = @Original_R6773000)) AND ((@IsNull_R6773100 = 1 AND [R6773100] IS NULL) OR ([R6773100] = @Original_R6773100)) AND ((@IsNull_R6773200 = 1 AND [R6773200] IS NULL) OR ([R6773200] = @Original_R6773200)) AND ((@IsNull_R6773300 = 1 AND [R6773300] IS NULL) OR ([R6773300] = @Original_R6773300)) AND ((@IsNull_R6773400 = 1 AND [R6773400] IS NULL) OR ([R6773400] = @Original_R6773400)) AND ((@IsNull_R6773500 = 1 AND [R6773500] IS NULL) OR ([R6773500] = @Original_R6773500)) AND ((@IsNull_R6773600 = 1 AND [R6773600] IS NULL) OR ([R6773600] = @Original_R6773600)) AND ((@IsNull_R6773700 = 1 AND [R6773700] IS NULL) OR ([R6773700] = @Original_R6773700)) AND ((@IsNull_R6773800 = 1 AND [R6773800] IS NULL) OR ([R6773800] = @Original_R6773800)) AND ((@IsNull_R6773900 = 1 AND [R6773900] IS NULL) OR ([R6773900] = @Original_R6773900)) AND ((@IsNull_R6774000 = 1 AND [R6774000] IS NULL) OR ([R6774000] = @Original_R6774000)) AND ((@IsNull_R6774100 = 1 AND [R6774100] IS NULL) OR ([R6774100] = @Original_R6774100)) AND ((@IsNull_R6774200 = 1 AND [R6774200] IS NULL) OR ([R6774200] = @Original_R6774200)) AND ((@IsNull_R6774300 = 1 AND [R6774300] IS NULL) OR ([R6774300] = @Original_R6774300)) AND ((@IsNull_R6774400 = 1 AND [R6774400] IS NULL) OR ([R6774400] = @Original_R6774400)) AND ((@IsNull_R6774500 = 1 AND [R6774500] IS NULL) OR ([R6774500] = @Original_R6774500)) AND ((@IsNull_R6774600 = 1 AND [R6774600] IS NULL) OR ([R6774600] = @Original_R6774600)) AND ((@IsNull_R6774700 = 1 AND [R6774700] IS NULL) OR ([R6774700] = @Original_R6774700)) AND ((@IsNull_R6774800 = 1 AND [R6774800] IS NULL) OR ([R6774800] = @Original_R6774800)) AND ((@IsNull_R6774900 = 1 AND [R6774900] IS NULL) OR ([R6774900] = @Original_R6774900)) AND ((@IsNull_R6775000 = 1 AND [R6775000] IS NULL) OR ([R6775000] = @Original_R6775000)) AND ((@IsNull_R6775100 = 1 AND [R6775100] IS NULL) OR ([R6775100] = @Original_R6775100)) AND ((@IsNull_R6775200 = 1 AND [R6775200] IS NULL) OR ([R6775200] = @Original_R6775200)) AND ((@IsNull_R6775300 = 1 AND [R6775300] IS NULL) OR ([R6775300] = @Original_R6775300)) AND ((@IsNull_R6775400 = 1 AND [R6775400] IS NULL) OR ([R6775400] = @Original_R6775400)) AND ((@IsNull_R6775500 = 1 AND [R6775500] IS NULL) OR ([R6775500] = @Original_R6775500)) AND ((@IsNull_R6775501 = 1 AND [R6775501] IS NULL) OR ([R6775501] = @Original_R6775501)) AND ((@IsNull_R6775600 = 1 AND [R6775600] IS NULL) OR ([R6775600] = @Original_R6775600)) AND ((@IsNull_R6775601 = 1 AND [R6775601] IS NULL) OR ([R6775601] = @Original_R6775601)) AND ((@IsNull_R6775700 = 1 AND [R6775700] IS NULL) OR ([R6775700] = @Original_R6775700)) AND ((@IsNull_R6775701 = 1 AND [R6775701] IS NULL) OR ([R6775701] = @Original_R6775701)) AND ((@IsNull_R6775800 = 1 AND [R6775800] IS NULL) OR ([R6775800] = @Original_R6775800)) AND ((@IsNull_R6775801 = 1 AND [R6775801] IS NULL) OR ([R6775801] = @Original_R6775801)) AND ((@IsNull_R6775900 = 1 AND [R6775900] IS NULL) OR ([R6775900] = @Original_R6775900)) AND ((@IsNull_R6775901 = 1 AND [R6775901] IS NULL) OR ([R6775901] = @Original_R6775901)) AND ((@IsNull_R6776000 = 1 AND [R6776000] IS NULL) OR ([R6776000] = @Original_R6776000)) AND ((@IsNull_R6776001 = 1 AND [R6776001] IS NULL) OR ([R6776001] = @Original_R6776001)) AND ((@IsNull_R6776100 = 1 AND [R6776100] IS NULL) OR ([R6776100] = @Original_R6776100)) AND ((@IsNull_R6776101 = 1 AND [R6776101] IS NULL) OR ([R6776101] = @Original_R6776101)) AND ((@IsNull_R6776200 = 1 AND [R6776200] IS NULL) OR ([R6776200] = @Original_R6776200)) AND ((@IsNull_R6776201 = 1 AND [R6776201] IS NULL) OR ([R6776201] = @Original_R6776201)) AND ((@IsNull_R6776300 = 1 AND [R6776300] IS NULL) OR ([R6776300] = @Original_R6776300)) AND ((@IsNull_R6776301 = 1 AND [R6776301] IS NULL) OR ([R6776301] = @Original_R6776301)) AND ((@IsNull_R6776400 = 1 AND [R6776400] IS NULL) OR ([R6776400] = @Original_R6776400)) AND ((@IsNull_R6776401 = 1 AND [R6776401] IS NULL) OR ([R6776401] = @Original_R6776401)) AND ((@IsNull_R6776500 = 1 AND [R6776500] IS NULL) OR ([R6776500] = @Original_R6776500)) AND ((@IsNull_R6776501 = 1 AND [R6776501] IS NULL) OR ([R6776501] = @Original_R6776501)) AND ((@IsNull_R6776600 = 1 AND [R6776600] IS NULL) OR ([R6776600] = @Original_R6776600)) AND ((@IsNull_R6776601 = 1 AND [R6776601] IS NULL) OR ([R6776601] = @Original_R6776601)) AND ((@IsNull_R6776700 = 1 AND [R6776700] IS NULL) OR ([R6776700] = @Original_R6776700)) AND ((@IsNull_R6776701 = 1 AND [R6776701] IS NULL) OR ([R6776701] = @Original_R6776701)) AND ((@IsNull_R6776800 = 1 AND [R6776800] IS NULL) OR ([R6776800] = @Original_R6776800)) AND ((@IsNull_R6776801 = 1 AND [R6776801] IS NULL) OR ([R6776801] = @Original_R6776801)) AND ((@IsNull_R6776900 = 1 AND [R6776900] IS NULL) OR ([R6776900] = @Original_R6776900)) AND ((@IsNull_R6777000 = 1 AND [R6777000] IS NULL) OR ([R6777000] = @Original_R6777000)) AND ((@IsNull_R6777100 = 1 AND [R6777100] IS NULL) OR ([R6777100] = @Original_R6777100)) AND ((@IsNull_R6777200 = 1 AND [R6777200] IS NULL) OR ([R6777200] = @Original_R6777200)) AND ((@IsNull_R6777300 = 1 AND [R6777300] IS NULL) OR ([R6777300] = @Original_R6777300)) AND ((@IsNull_R6777400 = 1 AND [R6777400] IS NULL) OR ([R6777400] = @Original_R6777400)) AND ((@IsNull_R6777500 = 1 AND [R6777500] IS NULL) OR ([R6777500] = @Original_R6777500)) AND ((@IsNull_R6777600 = 1 AND [R6777600] IS NULL) OR ([R6777600] = @Original_R6777600)) AND ((@IsNull_R6777700 = 1 AND [R6777700] IS NULL) OR ([R6777700] = @Original_R6777700)) AND ((@IsNull_R6777800 = 1 AND [R6777800] IS NULL) OR ([R6777800] = @Original_R6777800)) AND ((@IsNull_R7415900 = 1 AND [R7415900] IS NULL) OR ([R7415900] = @Original_R7415900)) AND ((@IsNull_R7416000 = 1 AND [R7416000] IS NULL) OR ([R7416000] = @Original_R7416000)) AND ((@IsNull_R7416100 = 1 AND [R7416100] IS NULL) OR ([R7416100] = @Original_R7416100)) AND ((@IsNull_R7416200 = 1 AND [R7416200] IS NULL) OR ([R7416200] = @Original_R7416200)) AND ((@IsNull_R7416300 = 1 AND [R7416300] IS NULL) OR ([R7416300] = @Original_R7416300)) AND ((@IsNull_R7416400 = 1 AND [R7416400] IS NULL) OR ([R7416400] = @Original_R7416400)) AND ((@IsNull_R7416500 = 1 AND [R7416500] IS NULL) OR ([R7416500] = @Original_R7416500)) AND ((@IsNull_R7416600 = 1 AND [R7416600] IS NULL) OR ([R7416600] = @Original_R7416600)) AND ((@IsNull_R7416700 = 1 AND [R7416700] IS NULL) OR ([R7416700] = @Original_R7416700)) AND ((@IsNull_R7416800 = 1 AND [R7416800] IS NULL) OR ([R7416800] = @Original_R7416800)) AND ((@IsNull_R7416900 = 1 AND [R7416900] IS NULL) OR ([R7416900] = @Original_R7416900)) AND ((@IsNull_R7417000 = 1 AND [R7417000] IS NULL) OR ([R7417000] = @Original_R7417000)) AND ((@IsNull_R7417100 = 1 AND [R7417100] IS NULL) OR ([R7417100] = @Original_R7417100)) AND ((@IsNull_R7417200 = 1 AND [R7417200] IS NULL) OR ([R7417200] = @Original_R7417200)) AND ((@IsNull_R7417300 = 1 AND [R7417300] IS NULL) OR ([R7417300] = @Original_R7417300)) AND ((@IsNull_R7417400 = 1 AND [R7417400] IS NULL) OR ([R7417400] = @Original_R7417400)) AND ((@IsNull_R7417500 = 1 AND [R7417500] IS NULL) OR ([R7417500] = @Original_R7417500)) AND ((@IsNull_R7417600 = 1 AND [R7417600] IS NULL) OR ([R7417600] = @Original_R7417600)) AND ((@IsNull_R7417700 = 1 AND [R7417700] IS NULL) OR ([R7417700] = @Original_R7417700)) AND ((@IsNull_R7417800 = 1 AND [R7417800] IS NULL) OR ([R7417800] = @Original_R7417800)) AND ((@IsNull_R7417900 = 1 AND [R7417900] IS NULL) OR ([R7417900] = @Original_R7417900)) AND ((@IsNull_R7418000 = 1 AND [R7418000] IS NULL) OR ([R7418000] = @Original_R7418000)) AND ((@IsNull_R7418100 = 1 AND [R7418100] IS NULL) OR ([R7418100] = @Original_R7418100)) AND ((@IsNull_R7418200 = 1 AND [R7418200] IS NULL) OR ([R7418200] = @Original_R7418200)) AND ((@IsNull_R7418300 = 1 AND [R7418300] IS NULL) OR ([R7418300] = @Original_R7418300)) AND ((@IsNull_R7418400 = 1 AND [R7418400] IS NULL) OR ([R7418400] = @Original_R7418400)) AND ((@IsNull_R7418500 = 1 AND [R7418500] IS NULL) OR ([R7418500] = @Original_R7418500)) AND ((@IsNull_R7418600 = 1 AND [R7418600] IS NULL) OR ([R7418600] = @Original_R7418600)) AND ((@IsNull_R7418700 = 1 AND [R7418700] IS NULL) OR ([R7418700] = @Original_R7418700)) AND ((@IsNull_R7418800 = 1 AND [R7418800] IS NULL) OR ([R7418800] = @Original_R7418800)) AND ((@IsNull_R7418900 = 1 AND [R7418900] IS NULL) OR ([R7418900] = @Original_R7418900)) AND ((@IsNull_R7419000 = 1 AND [R7419000] IS NULL) OR ([R7419000] = @Original_R7419000)) AND ((@IsNull_R7419100 = 1 AND [R7419100] IS NULL) OR ([R7419100] = @Original_R7419100)) AND ((@IsNull_R7419200 = 1 AND [R7419200] IS NULL) OR ([R7419200] = @Original_R7419200)) AND ((@IsNull_R7419300 = 1 AND [R7419300] IS NULL) OR ([R7419300] = @Original_R7419300)) AND ((@IsNull_R7419400 = 1 AND [R7419400] IS NULL) OR ([R7419400] = @Original_R7419400)) AND ((@IsNull_R7419500 = 1 AND [R7419500] IS NULL) OR ([R7419500] = @Original_R7419500)) AND ((@IsNull_R7419600 = 1 AND [R7419600] IS NULL) OR ([R7419600] = @Original_R7419600)) AND ((@IsNull_R7419700 = 1 AND [R7419700] IS NULL) OR ([R7419700] = @Original_R7419700)) AND ((@IsNull_R7419800 = 1 AND [R7419800] IS NULL) OR ([R7419800] = @Original_R7419800)) AND ((@IsNull_R7419900 = 1 AND [R7419900] IS NULL) OR ([R7419900] = @Original_R7419900)) AND ((@IsNull_R7419901 = 1 AND [R7419901] IS NULL) OR ([R7419901] = @Original_R7419901)) AND ((@IsNull_R7420000 = 1 AND [R7420000] IS NULL) OR ([R7420000] = @Original_R7420000)) AND ((@IsNull_R7420001 = 1 AND [R7420001] IS NULL) OR ([R7420001] = @Original_R7420001)) AND ((@IsNull_R7420100 = 1 AND [R7420100] IS NULL) OR ([R7420100] = @Original_R7420100)) AND ((@IsNull_R7420101 = 1 AND [R7420101] IS NULL) OR ([R7420101] = @Original_R7420101)) AND ((@IsNull_R7420200 = 1 AND [R7420200] IS NULL) OR ([R7420200] = @Original_R7420200)) AND ((@IsNull_R7420201 = 1 AND [R7420201] IS NULL) OR ([R7420201] = @Original_R7420201)) AND ((@IsNull_R7420300 = 1 AND [R7420300] IS NULL) OR ([R7420300] = @Original_R7420300)) AND ((@IsNull_R7420301 = 1 AND [R7420301] IS NULL) OR ([R7420301] = @Original_R7420301)) AND ((@IsNull_R7420400 = 1 AND [R7420400] IS NULL) OR ([R7420400] = @Original_R7420400)) AND ((@IsNull_R7420401 = 1 AND [R7420401] IS NULL) OR ([R7420401] = @Original_R7420401)) AND ((@IsNull_R7420500 = 1 AND [R7420500] IS NULL) OR ([R7420500] = @Original_R7420500)) AND ((@IsNull_R7420501 = 1 AND [R7420501] IS NULL) OR ([R7420501] = @Original_R7420501)) AND ((@IsNull_R7420600 = 1 AND [R7420600] IS NULL) OR ([R7420600] = @Original_R7420600)) AND ((@IsNull_R7420601 = 1 AND [R7420601] IS NULL) OR ([R7420601] = @Original_R7420601)) AND ((@IsNull_R7420700 = 1 AND [R7420700] IS NULL) OR ([R7420700] = @Original_R7420700)) AND ((@IsNull_R7420701 = 1 AND [R7420701] IS NULL) OR ([R7420701] = @Original_R7420701)) AND ((@IsNull_R7420800 = 1 AND [R7420800] IS NULL) OR ([R7420800] = @Original_R7420800)) AND ((@IsNull_R7420801 = 1 AND [R7420801] IS NULL) OR ([R7420801] = @Original_R7420801)) AND ((@IsNull_R7420900 = 1 AND [R7420900] IS NULL) OR ([R7420900] = @Original_R7420900)) AND ((@IsNull_R7420901 = 1 AND [R7420901] IS NULL) OR ([R7420901] = @Original_R7420901)) AND ((@IsNull_R7421000 = 1 AND [R7421000] IS NULL) OR ([R7421000] = @Original_R7421000)) AND ((@IsNull_R7421001 = 1 AND [R7421001] IS NULL) OR ([R7421001] = @Original_R7421001)) AND ((@IsNull_R7421100 = 1 AND [R7421100] IS NULL) OR ([R7421100] = @Original_R7421100)) AND ((@IsNull_R7421101 = 1 AND [R7421101] IS NULL) OR ([R7421101] = @Original_R7421101)) AND ((@IsNull_R7421200 = 1 AND [R7421200] IS NULL) OR ([R7421200] = @Original_R7421200)) AND ((@IsNull_R7421201 = 1 AND [R7421201] IS NULL) OR ([R7421201] = @Original_R7421201)) AND ((@IsNull_R7421300 = 1 AND [R7421300] IS NULL) OR ([R7421300] = @Original_R7421300)) AND ((@IsNull_R7421301 = 1 AND [R7421301] IS NULL) OR ([R7421301] = @Original_R7421301)) AND ((@IsNull_R7421400 = 1 AND [R7421400] IS NULL) OR ([R7421400] = @Original_R7421400)) AND ((@IsNull_R7421500 = 1 AND [R7421500] IS NULL) OR ([R7421500] = @Original_R7421500)) AND ((@IsNull_R7421600 = 1 AND [R7421600] IS NULL) OR ([R7421600] = @Original_R7421600)) AND ((@IsNull_R7421700 = 1 AND [R7421700] IS NULL) OR ([R7421700] = @Original_R7421700)) AND ((@IsNull_R7421800 = 1 AND [R7421800] IS NULL) OR ([R7421800] = @Original_R7421800)) AND ((@IsNull_R7421900 = 1 AND [R7421900] IS NULL) OR ([R7421900] = @Original_R7421900)) AND ((@IsNull_R7422000 = 1 AND [R7422000] IS NULL) OR ([R7422000] = @Original_R7422000)) AND ((@IsNull_R7422100 = 1 AND [R7422100] IS NULL) OR ([R7422100] = @Original_R7422100)) AND ((@IsNull_R7422200 = 1 AND [R7422200] IS NULL) OR ([R7422200] = @Original_R7422200)) AND ((@IsNull_R7422300 = 1 AND [R7422300] IS NULL) OR ([R7422300] = @Original_R7422300)) AND ((@IsNull_R8114000 = 1 AND [R8114000] IS NULL) OR ([R8114000] = @Original_R8114000)) AND ((@IsNull_R8114100 = 1 AND [R8114100] IS NULL) OR ([R8114100] = @Original_R8114100)) AND ((@IsNull_R8114200 = 1 AND [R8114200] IS NULL) OR ([R8114200] = @Original_R8114200)) AND ((@IsNull_R8114300 = 1 AND [R8114300] IS NULL) OR ([R8114300] = @Original_R8114300)) AND ((@IsNull_R8114400 = 1 AND [R8114400] IS NULL) OR ([R8114400] = @Original_R8114400)) AND ((@IsNull_R8114500 = 1 AND [R8114500] IS NULL) OR ([R8114500] = @Original_R8114500)) AND ((@IsNull_R8114600 = 1 AND [R8114600] IS NULL) OR ([R8114600] = @Original_R8114600)) AND ((@IsNull_R8114700 = 1 AND [R8114700] IS NULL) OR ([R8114700] = @Original_R8114700)) AND ((@IsNull_R8114800 = 1 AND [R8114800] IS NULL) OR ([R8114800] = @Original_R8114800)) AND ((@IsNull_R8114900 = 1 AND [R8114900] IS NULL) OR ([R8114900] = @Original_R8114900)) AND ((@IsNull_R8115000 = 1 AND [R8115000] IS NULL) OR ([R8115000] = @Original_R8115000)) AND ((@IsNull_R8115100 = 1 AND [R8115100] IS NULL) OR ([R8115100] = @Original_R8115100)) AND ((@IsNull_R8115200 = 1 AND [R8115200] IS NULL) OR ([R8115200] = @Original_R8115200)) AND ((@IsNull_R8115300 = 1 AND [R8115300] IS NULL) OR ([R8115300] = @Original_R8115300)) AND ((@IsNull_R8115400 = 1 AND [R8115400] IS NULL) OR ([R8115400] = @Original_R8115400)) AND ((@IsNull_R8115500 = 1 AND [R8115500] IS NULL) OR ([R8115500] = @Original_R8115500)) AND ((@IsNull_R8115600 = 1 AND [R8115600] IS NULL) OR ([R8115600] = @Original_R8115600)) AND ((@IsNull_R8115700 = 1 AND [R8115700] IS NULL) OR ([R8115700] = @Original_R8115700)) AND ((@IsNull_R8115800 = 1 AND [R8115800] IS NULL) OR ([R8115800] = @Original_R8115800)) AND ((@IsNull_R8115900 = 1 AND [R8115900] IS NULL) OR ([R8115900] = @Original_R8115900)) AND ((@IsNull_R8116000 = 1 AND [R8116000] IS NULL) OR ([R8116000] = @Original_R8116000)) AND ((@IsNull_R8116100 = 1 AND [R8116100] IS NULL) OR ([R8116100] = @Original_R8116100)) AND ((@IsNull_R8116200 = 1 AND [R8116200] IS NULL) OR ([R8116200] = @Original_R8116200)) AND ((@IsNull_R8116300 = 1 AND [R8116300] IS NULL) OR ([R8116300] = @Original_R8116300)) AND ((@IsNull_R8116400 = 1 AND [R8116400] IS NULL) OR ([R8116400] = @Original_R8116400)) AND ((@IsNull_R8116500 = 1 AND [R8116500] IS NULL) OR ([R8116500] = @Original_R8116500)) AND ((@IsNull_R8116600 = 1 AND [R8116600] IS NULL) OR ([R8116600] = @Original_R8116600)) AND ((@IsNull_R8116700 = 1 AND [R8116700] IS NULL) OR ([R8116700] = @Original_R8116700)) AND ((@IsNull_R8116800 = 1 AND [R8116800] IS NULL) OR ([R8116800] = @Original_R8116800)) AND ((@IsNull_R8116900 = 1 AND [R8116900] IS NULL) OR ([R8116900] = @Original_R8116900)) AND ((@IsNull_R8117000 = 1 AND [R8117000] IS NULL) OR ([R8117000] = @Original_R8117000)) AND ((@IsNull_R8117100 = 1 AND [R8117100] IS NULL) OR ([R8117100] = @Original_R8117100)) AND ((@IsNull_R8117200 = 1 AND [R8117200] IS NULL) OR ([R8117200] = @Original_R8117200)) AND ((@IsNull_R8117300 = 1 AND [R8117300] IS NULL) OR ([R8117300] = @Original_R8117300)) AND ((@IsNull_R8117400 = 1 AND [R8117400] IS NULL) OR ([R8117400] = @Original_R8117400)) AND ((@IsNull_R8117500 = 1 AND [R8117500] IS NULL) OR ([R8117500] = @Original_R8117500)) AND ((@IsNull_R8117600 = 1 AND [R8117600] IS NULL) OR ([R8117600] = @Original_R8117600)) AND ((@IsNull_R8117700 = 1 AND [R8117700] IS NULL) OR ([R8117700] = @Original_R8117700)) AND ((@IsNull_R8117800 = 1 AND [R8117800] IS NULL) OR ([R8117800] = @Original_R8117800)) AND ((@IsNull_R8117900 = 1 AND [R8117900] IS NULL) OR ([R8117900] = @Original_R8117900)) AND ((@IsNull_R8118000 = 1 AND [R8118000] IS NULL) OR ([R8118000] = @Original_R8118000)) AND ((@IsNull_R8118001 = 1 AND [R8118001] IS NULL) OR ([R8118001] = @Original_R8118001)) AND ((@IsNull_R8118100 = 1 AND [R8118100] IS NULL) OR ([R8118100] = @Original_R8118100)) AND ((@IsNull_R8118101 = 1 AND [R8118101] IS NULL) OR ([R8118101] = @Original_R8118101)) AND ((@IsNull_R8118200 = 1 AND [R8118200] IS NULL) OR ([R8118200] = @Original_R8118200)) AND ((@IsNull_R8118201 = 1 AND [R8118201] IS NULL) OR ([R8118201] = @Original_R8118201)) AND ((@IsNull_R8118300 = 1 AND [R8118300] IS NULL) OR ([R8118300] = @Original_R8118300)) AND ((@IsNull_R8118301 = 1 AND [R8118301] IS NULL) OR ([R8118301] = @Original_R8118301)) AND ((@IsNull_R8118400 = 1 AND [R8118400] IS NULL) OR ([R8118400] = @Original_R8118400)) AND ((@IsNull_R8118401 = 1 AND [R8118401] IS NULL) OR ([R8118401] = @Original_R8118401)) AND ((@IsNull_R8118500 = 1 AND [R8118500] IS NULL) OR ([R8118500] = @Original_R8118500)) AND ((@IsNull_R8118501 = 1 AND [R8118501] IS NULL) OR ([R8118501] = @Original_R8118501)) AND ((@IsNull_R8118600 = 1 AND [R8118600] IS NULL) OR ([R8118600] = @Original_R8118600)) AND ((@IsNull_R8118601 = 1 AND [R8118601] IS NULL) OR ([R8118601] = @Original_R8118601)) AND ((@IsNull_R8118700 = 1 AND [R8118700] IS NULL) OR ([R8118700] = @Original_R8118700)) AND ((@IsNull_R8118701 = 1 AND [R8118701] IS NULL) OR ([R8118701] = @Original_R8118701)) AND ((@IsNull_R8118800 = 1 AND [R8118800] IS NULL) OR ([R8118800] = @Original_R8118800)) AND ((@IsNull_R8118801 = 1 AND [R8118801] IS NULL) OR ([R8118801] = @Original_R8118801)) AND ((@IsNull_R8118900 = 1 AND [R8118900] IS NULL) OR ([R8118900] = @Original_R8118900)) AND ((@IsNull_R8118901 = 1 AND [R8118901] IS NULL) OR ([R8118901] = @Original_R8118901)) AND ((@IsNull_R8119000 = 1 AND [R8119000] IS NULL) OR ([R8119000] = @Original_R8119000)) AND ((@IsNull_R8119001 = 1 AND [R8119001] IS NULL) OR ([R8119001] = @Original_R8119001)) AND ((@IsNull_R8119100 = 1 AND [R8119100] IS NULL) OR ([R8119100] = @Original_R8119100)) AND ((@IsNull_R8119101 = 1 AND [R8119101] IS NULL) OR ([R8119101] = @Original_R8119101)) AND ((@IsNull_R8119200 = 1 AND [R8119200] IS NULL) OR ([R8119200] = @Original_R8119200)) AND ((@IsNull_R8119201 = 1 AND [R8119201] IS NULL) OR ([R8119201] = @Original_R8119201)) AND ((@IsNull_R8119300 = 1 AND [R8119300] IS NULL) OR ([R8119300] = @Original_R8119300)) AND ((@IsNull_R8119301 = 1 AND [R8119301] IS NULL) OR ([R8119301] = @Original_R8119301)) AND ((@IsNull_R8119400 = 1 AND [R8119400] IS NULL) OR ([R8119400] = @Original_R8119400)) AND ((@IsNull_R8119401 = 1 AND [R8119401] IS NULL) OR ([R8119401] = @Original_R8119401)) AND ((@IsNull_R8119500 = 1 AND [R8119500] IS NULL) OR ([R8119500] = @Original_R8119500)) AND ((@IsNull_R8119501 = 1 AND [R8119501] IS NULL) OR ([R8119501] = @Original_R8119501)) AND ((@IsNull_R8119600 = 1 AND [R8119600] IS NULL) OR ([R8119600] = @Original_R8119600)) AND ((@IsNull_R8119700 = 1 AND [R8119700] IS NULL) OR ([R8119700] = @Original_R8119700)) AND ((@IsNull_R8119800 = 1 AND [R8119800] IS NULL) OR ([R8119800] = @Original_R8119800)) AND ((@IsNull_R8119900 = 1 AND [R8119900] IS NULL) OR ([R8119900] = @Original_R8119900)) AND ((@IsNull_R8120000 = 1 AND [R8120000] IS NULL) OR ([R8120000] = @Original_R8120000)) AND ((@IsNull_R8120100 = 1 AND [R8120100] IS NULL) OR ([R8120100] = @Original_R8120100)) AND ((@IsNull_R8120200 = 1 AND [R8120200] IS NULL) OR ([R8120200] = @Original_R8120200)) AND ((@IsNull_R8120300 = 1 AND [R8120300] IS NULL) OR ([R8120300] = @Original_R8120300)) AND ((@IsNull_R8120400 = 1 AND [R8120400] IS NULL) OR ([R8120400] = @Original_R8120400)) AND ((@IsNull_R8120500 = 1 AND [R8120500] IS NULL) OR ([R8120500] = @Original_R8120500)) AND ((@IsNull_R8135300 = 1 AND [R8135300] IS NULL) OR ([R8135300] = @Original_R8135300)) AND ((@IsNull_R8135400 = 1 AND [R8135400] IS NULL) OR ([R8135400] = @Original_R8135400)) AND ((@IsNull_R8135500 = 1 AND [R8135500] IS NULL) OR ([R8135500] = @Original_R8135500)) AND ((@IsNull_R8135600 = 1 AND [R8135600] IS NULL) OR ([R8135600] = @Original_R8135600)) AND ((@IsNull_R8135700 = 1 AND [R8135700] IS NULL) OR ([R8135700] = @Original_R8135700)) AND ((@IsNull_R8135800 = 1 AND [R8135800] IS NULL) OR ([R8135800] = @Original_R8135800)) AND ((@IsNull_R8135900 = 1 AND [R8135900] IS NULL) OR ([R8135900] = @Original_R8135900)) AND ((@IsNull_R9900600 = 1 AND [R9900600] IS NULL) OR ([R9900600] = @Original_R9900600)) AND ((@IsNull_R9900601 = 1 AND [R9900601] IS NULL) OR ([R9900601] = @Original_R9900601)) AND ((@IsNull_R9901400 = 1 AND [R9901400] IS NULL) OR ([R9901400] = @Original_R9901400)) AND ((@IsNull_R9901401 = 1 AND [R9901401] IS NULL) OR ([R9901401] = @Original_R9901401)) AND ((@IsNull_R9902200 = 1 AND [R9902200] IS NULL) OR ([R9902200] = @Original_R9902200)) AND ((@IsNull_R9902201 = 1 AND [R9902201] IS NULL) OR ([R9902201] = @Original_R9902201)) AND ((@IsNull_R9903000 = 1 AND [R9903000] IS NULL) OR ([R9903000] = @Original_R9903000)) AND ((@IsNull_R9903001 = 1 AND [R9903001] IS NULL) OR ([R9903001] = @Original_R9903001)) AND ((@IsNull_R9903800 = 1 AND [R9903800] IS NULL) OR ([R9903800] = @Original_R9903800)) AND ((@IsNull_R9903801 = 1 AND [R9903801] IS NULL) OR ([R9903801] = @Original_R9903801)) AND ((@IsNull_R9904600 = 1 AND [R9904600] IS NULL) OR ([R9904600] = @Original_R9904600)) AND ((@IsNull_R9904601 = 1 AND [R9904601] IS NULL) OR ([R9904601] = @Original_R9904601)) AND ((@IsNull_R9905400 = 1 AND [R9905400] IS NULL) OR ([R9905400] = @Original_R9905400)) AND ((@IsNull_R9905401 = 1 AND [R9905401] IS NULL) OR ([R9905401] = @Original_R9905401)) AND ((@IsNull_R9911200 = 1 AND [R9911200] IS NULL) OR ([R9911200] = @Original_R9911200)) AND ((@IsNull_R9911201 = 1 AND [R9911201] IS NULL) OR ([R9911201] = @Original_R9911201)) AND ((@IsNull_T0345800 = 1 AND [T0345800] IS NULL) OR ([T0345800] = @Original_T0345800)) AND ((@IsNull_T0345900 = 1 AND [T0345900] IS NULL) OR ([T0345900] = @Original_T0345900)) AND ((@IsNull_T0346000 = 1 AND [T0346000] IS NULL) OR ([T0346000] = @Original_T0346000)) AND ((@IsNull_T0346100 = 1 AND [T0346100] IS NULL) OR ([T0346100] = @Original_T0346100)) AND ((@IsNull_T0346200 = 1 AND [T0346200] IS NULL) OR ([T0346200] = @Original_T0346200)) AND ((@IsNull_T0346300 = 1 AND [T0346300] IS NULL) OR ([T0346300] = @Original_T0346300)) AND ((@IsNull_T0346400 = 1 AND [T0346400] IS NULL) OR ([T0346400] = @Original_T0346400)) AND ((@IsNull_T0346500 = 1 AND [T0346500] IS NULL) OR ([T0346500] = @Original_T0346500)) AND ((@IsNull_T0346600 = 1 AND [T0346600] IS NULL) OR ([T0346600] = @Original_T0346600)) AND ((@IsNull_T0346700 = 1 AND [T0346700] IS NULL) OR ([T0346700] = @Original_T0346700)) AND ((@IsNull_T0346800 = 1 AND [T0346800] IS NULL) OR ([T0346800] = @Original_T0346800)) AND ((@IsNull_T0346900 = 1 AND [T0346900] IS NULL) OR ([T0346900] = @Original_T0346900)) AND ((@IsNull_T0347000 = 1 AND [T0347000] IS NULL) OR ([T0347000] = @Original_T0347000)) AND ((@IsNull_T0347100 = 1 AND [T0347100] IS NULL) OR ([T0347100] = @Original_T0347100)) AND ((@IsNull_T0347200 = 1 AND [T0347200] IS NULL) OR ([T0347200] = @Original_T0347200)) AND ((@IsNull_T0347300 = 1 AND [T0347300] IS NULL) OR ([T0347300] = @Original_T0347300)) AND ((@IsNull_T0347400 = 1 AND [T0347400] IS NULL) OR ([T0347400] = @Original_T0347400)) AND ((@IsNull_T0347500 = 1 AND [T0347500] IS NULL) OR ([T0347500] = @Original_T0347500)) AND ((@IsNull_T0347600 = 1 AND [T0347600] IS NULL) OR ([T0347600] = @Original_T0347600)) AND ((@IsNull_T0347700 = 1 AND [T0347700] IS NULL) OR ([T0347700] = @Original_T0347700)) AND ((@IsNull_T0347800 = 1 AND [T0347800] IS NULL) OR ([T0347800] = @Original_T0347800)) AND ((@IsNull_T0347900 = 1 AND [T0347900] IS NULL) OR ([T0347900] = @Original_T0347900)) AND ((@IsNull_T0348000 = 1 AND [T0348000] IS NULL) OR ([T0348000] = @Original_T0348000)) AND ((@IsNull_T0348100 = 1 AND [T0348100] IS NULL) OR ([T0348100] = @Original_T0348100)) AND ((@IsNull_T0348200 = 1 AND [T0348200] IS NULL) OR ([T0348200] = @Original_T0348200)) AND ((@IsNull_T0348300 = 1 AND [T0348300] IS NULL) OR ([T0348300] = @Original_T0348300)) AND ((@IsNull_T0348400 = 1 AND [T0348400] IS NULL) OR ([T0348400] = @Original_T0348400)) AND ((@IsNull_T0348500 = 1 AND [T0348500] IS NULL) OR ([T0348500] = @Original_T0348500)) AND ((@IsNull_T0348600 = 1 AND [T0348600] IS NULL) OR ([T0348600] = @Original_T0348600)) AND ((@IsNull_T0348700 = 1 AND [T0348700] IS NULL) OR ([T0348700] = @Original_T0348700)) AND ((@IsNull_T0348800 = 1 AND [T0348800] IS NULL) OR ([T0348800] = @Original_T0348800)) AND ((@IsNull_T0348900 = 1 AND [T0348900] IS NULL) OR ([T0348900] = @Original_T0348900)) AND ((@IsNull_T0349000 = 1 AND [T0349000] IS NULL) OR ([T0349000] = @Original_T0349000)) AND ((@IsNull_T0349100 = 1 AND [T0349100] IS NULL) OR ([T0349100] = @Original_T0349100)) AND ((@IsNull_T0349200 = 1 AND [T0349200] IS NULL) OR ([T0349200] = @Original_T0349200)) AND ((@IsNull_T0349300 = 1 AND [T0349300] IS NULL) OR ([T0349300] = @Original_T0349300)) AND ((@IsNull_T0349400 = 1 AND [T0349400] IS NULL) OR ([T0349400] = @Original_T0349400)) AND ((@IsNull_T0349500 = 1 AND [T0349500] IS NULL) OR ([T0349500] = @Original_T0349500)) AND ((@IsNull_T0349600 = 1 AND [T0349600] IS NULL) OR ([T0349600] = @Original_T0349600)) AND ((@IsNull_T0349700 = 1 AND [T0349700] IS NULL) OR ([T0349700] = @Original_T0349700)) AND ((@IsNull_T0349800 = 1 AND [T0349800] IS NULL) OR ([T0349800] = @Original_T0349800)) AND ((@IsNull_T0349900 = 1 AND [T0349900] IS NULL) OR ([T0349900] = @Original_T0349900)) AND ((@IsNull_T0350000 = 1 AND [T0350000] IS NULL) OR ([T0350000] = @Original_T0350000)) AND ((@IsNull_T0350100 = 1 AND [T0350100] IS NULL) OR ([T0350100] = @Original_T0350100)) AND ((@IsNull_T0350101 = 1 AND [T0350101] IS NULL) OR ([T0350101] = @Original_T0350101)) AND ((@IsNull_T0350200 = 1 AND [T0350200] IS NULL) OR ([T0350200] = @Original_T0350200)) AND ((@IsNull_T0350201 = 1 AND [T0350201] IS NULL) OR ([T0350201] = @Original_T0350201)) AND ((@IsNull_T0350300 = 1 AND [T0350300] IS NULL) OR ([T0350300] = @Original_T0350300)) AND ((@IsNull_T0350301 = 1 AND [T0350301] IS NULL) OR ([T0350301] = @Original_T0350301)) AND ((@IsNull_T0350400 = 1 AND [T0350400] IS NULL) OR ([T0350400] = @Original_T0350400)) AND ((@IsNull_T0350401 = 1 AND [T0350401] IS NULL) OR ([T0350401] = @Original_T0350401)) AND ((@IsNull_T0350500 = 1 AND [T0350500] IS NULL) OR ([T0350500] = @Original_T0350500)) AND ((@IsNull_T0350501 = 1 AND [T0350501] IS NULL) OR ([T0350501] = @Original_T0350501)) AND ((@IsNull_T0350600 = 1 AND [T0350600] IS NULL) OR ([T0350600] = @Original_T0350600)) AND ((@IsNull_T0350601 = 1 AND [T0350601] IS NULL) OR ([T0350601] = @Original_T0350601)) AND ((@IsNull_T0350700 = 1 AND [T0350700] IS NULL) OR ([T0350700] = @Original_T0350700)) AND ((@IsNull_T0350701 = 1 AND [T0350701] IS NULL) OR ([T0350701] = @Original_T0350701)) AND ((@IsNull_T0350800 = 1 AND [T0350800] IS NULL) OR ([T0350800] = @Original_T0350800)) AND ((@IsNull_T0350801 = 1 AND [T0350801] IS NULL) OR ([T0350801] = @Original_T0350801)) AND ((@IsNull_T0350900 = 1 AND [T0350900] IS NULL) OR ([T0350900] = @Original_T0350900)) AND ((@IsNull_T0350901 = 1 AND [T0350901] IS NULL) OR ([T0350901] = @Original_T0350901)) AND ((@IsNull_T0351000 = 1 AND [T0351000] IS NULL) OR ([T0351000] = @Original_T0351000)) AND ((@IsNull_T0351001 = 1 AND [T0351001] IS NULL) OR ([T0351001] = @Original_T0351001)) AND ((@IsNull_T0351100 = 1 AND [T0351100] IS NULL) OR ([T0351100] = @Original_T0351100)) AND ((@IsNull_T0351101 = 1 AND [T0351101] IS NULL) OR ([T0351101] = @Original_T0351101)) AND ((@IsNull_T0351200 = 1 AND [T0351200] IS NULL) OR ([T0351200] = @Original_T0351200)) AND ((@IsNull_T0351201 = 1 AND [T0351201] IS NULL) OR ([T0351201] = @Original_T0351201)) AND ((@IsNull_T0351300 = 1 AND [T0351300] IS NULL) OR ([T0351300] = @Original_T0351300)) AND ((@IsNull_T0351301 = 1 AND [T0351301] IS NULL) OR ([T0351301] = @Original_T0351301)) AND ((@IsNull_T0351400 = 1 AND [T0351400] IS NULL) OR ([T0351400] = @Original_T0351400)) AND ((@IsNull_T0351401 = 1 AND [T0351401] IS NULL) OR ([T0351401] = @Original_T0351401)) AND ((@IsNull_T0351500 = 1 AND [T0351500] IS NULL) OR ([T0351500] = @Original_T0351500)) AND ((@IsNull_T0351501 = 1 AND [T0351501] IS NULL) OR ([T0351501] = @Original_T0351501)) AND ((@IsNull_T0351600 = 1 AND [T0351600] IS NULL) OR ([T0351600] = @Original_T0351600)) AND ((@IsNull_T0351601 = 1 AND [T0351601] IS NULL) OR ([T0351601] = @Original_T0351601)) AND ((@IsNull_T0351700 = 1 AND [T0351700] IS NULL) OR ([T0351700] = @Original_T0351700)) AND ((@IsNull_T0351701 = 1 AND [T0351701] IS NULL) OR ([T0351701] = @Original_T0351701)) AND ((@IsNull_T0351800 = 1 AND [T0351800] IS NULL) OR ([T0351800] = @Original_T0351800)) AND ((@IsNull_T0351801 = 1 AND [T0351801] IS NULL) OR ([T0351801] = @Original_T0351801)) AND ((@IsNull_T0351900 = 1 AND [T0351900] IS NULL) OR ([T0351900] = @Original_T0351900)) AND ((@IsNull_T0352000 = 1 AND [T0352000] IS NULL) OR ([T0352000] = @Original_T0352000)) AND ((@IsNull_T0352100 = 1 AND [T0352100] IS NULL) OR ([T0352100] = @Original_T0352100)) AND ((@IsNull_T0352200 = 1 AND [T0352200] IS NULL) OR ([T0352200] = @Original_T0352200)) AND ((@IsNull_T0352300 = 1 AND [T0352300] IS NULL) OR ([T0352300] = @Original_T0352300)) AND ((@IsNull_T0352400 = 1 AND [T0352400] IS NULL) OR ([T0352400] = @Original_T0352400)) AND ((@IsNull_T0352500 = 1 AND [T0352500] IS NULL) OR ([T0352500] = @Original_T0352500)) AND ((@IsNull_T0352600 = 1 AND [T0352600] IS NULL) OR ([T0352600] = @Original_T0352600)) AND ((@IsNull_T0352700 = 1 AND [T0352700] IS NULL) OR ([T0352700] = @Original_T0352700)) AND ((@IsNull_T0352800 = 1 AND [T0352800] IS NULL) OR ([T0352800] = @Original_T0352800)) AND ((@IsNull_T0352900 = 1 AND [T0352900] IS NULL) OR ([T0352900] = @Original_T0352900)) AND ((@IsNull_T0597800 = 1 AND [T0597800] IS NULL) OR ([T0597800] = @Original_T0597800)) AND ((@IsNull_T0597900 = 1 AND [T0597900] IS NULL) OR ([T0597900] = @Original_T0597900)) AND ((@IsNull_T0598000 = 1 AND [T0598000] IS NULL) OR ([T0598000] = @Original_T0598000)) AND ((@IsNull_T0598100 = 1 AND [T0598100] IS NULL) OR ([T0598100] = @Original_T0598100)) AND ((@IsNull_T0598200 = 1 AND [T0598200] IS NULL) OR ([T0598200] = @Original_T0598200)) AND ((@IsNull_T0598300 = 1 AND [T0598300] IS NULL) OR ([T0598300] = @Original_T0598300)) AND ((@IsNull_T0598400 = 1 AND [T0598400] IS NULL) OR ([T0598400] = @Original_T0598400)) AND ((@IsNull_T1495200 = 1 AND [T1495200] IS NULL) OR ([T1495200] = @Original_T1495200)) AND ((@IsNull_T1495300 = 1 AND [T1495300] IS NULL) OR ([T1495300] = @Original_T1495300)) AND ((@IsNull_T1495400 = 1 AND [T1495400] IS NULL) OR ([T1495400] = @Original_T1495400)) AND ((@IsNull_T1495500 = 1 AND [T1495500] IS NULL) OR ([T1495500] = @Original_T1495500)) AND ((@IsNull_T1495600 = 1 AND [T1495600] IS NULL) OR ([T1495600] = @Original_T1495600)) AND ((@IsNull_T1495700 = 1 AND [T1495700] IS NULL) OR ([T1495700] = @Original_T1495700)) AND ((@IsNull_T1495800 = 1 AND [T1495800] IS NULL) OR ([T1495800] = @Original_T1495800)) AND ((@IsNull_T1495900 = 1 AND [T1495900] IS NULL) OR ([T1495900] = @Original_T1495900)) AND ((@IsNull_T1496000 = 1 AND [T1496000] IS NULL) OR ([T1496000] = @Original_T1496000)) AND ((@IsNull_T1496100 = 1 AND [T1496100] IS NULL) OR ([T1496100] = @Original_T1496100)) AND ((@IsNull_T1496200 = 1 AND [T1496200] IS NULL) OR ([T1496200] = @Original_T1496200)) AND ((@IsNull_T1496300 = 1 AND [T1496300] IS NULL) OR ([T1496300] = @Original_T1496300)) AND ((@IsNull_T1496400 = 1 AND [T1496400] IS NULL) OR ([T1496400] = @Original_T1496400)) AND ((@IsNull_T1496500 = 1 AND [T1496500] IS NULL) OR ([T1496500] = @Original_T1496500)) AND ((@IsNull_T1496600 = 1 AND [T1496600] IS NULL) OR ([T1496600] = @Original_T1496600)) AND ((@IsNull_T1496700 = 1 AND [T1496700] IS NULL) OR ([T1496700] = @Original_T1496700)) AND ((@IsNull_T1496800 = 1 AND [T1496800] IS NULL) OR ([T1496800] = @Original_T1496800)) AND ((@IsNull_T1496900 = 1 AND [T1496900] IS NULL) OR ([T1496900] = @Original_T1496900)) AND ((@IsNull_T1497000 = 1 AND [T1497000] IS NULL) OR ([T1497000] = @Original_T1497000)) AND ((@IsNull_T1497100 = 1 AND [T1497100] IS NULL) OR ([T1497100] = @Original_T1497100)) AND ((@IsNull_T1497200 = 1 AND [T1497200] IS NULL) OR ([T1497200] = @Original_T1497200)) AND ((@IsNull_T1497300 = 1 AND [T1497300] IS NULL) OR ([T1497300] = @Original_T1497300)) AND ((@IsNull_T1497400 = 1 AND [T1497400] IS NULL) OR ([T1497400] = @Original_T1497400)) AND ((@IsNull_T1497500 = 1 AND [T1497500] IS NULL) OR ([T1497500] = @Original_T1497500)) AND ((@IsNull_T1497600 = 1 AND [T1497600] IS NULL) OR ([T1497600] = @Original_T1497600)) AND ((@IsNull_T1497700 = 1 AND [T1497700] IS NULL) OR ([T1497700] = @Original_T1497700)) AND ((@IsNull_T1497800 = 1 AND [T1497800] IS NULL) OR ([T1497800] = @Original_T1497800)) AND ((@IsNull_T1497900 = 1 AND [T1497900] IS NULL) OR ([T1497900] = @Original_T1497900)) AND ((@IsNull_T1498000 = 1 AND [T1498000] IS NULL) OR ([T1498000] = @Original_T1498000)) AND ((@IsNull_T1498100 = 1 AND [T1498100] IS NULL) OR ([T1498100] = @Original_T1498100)) AND ((@IsNull_T1498200 = 1 AND [T1498200] IS NULL) OR ([T1498200] = @Original_T1498200)) AND ((@IsNull_T1498300 = 1 AND [T1498300] IS NULL) OR ([T1498300] = @Original_T1498300)) AND ((@IsNull_T1498400 = 1 AND [T1498400] IS NULL) OR ([T1498400] = @Original_T1498400)) AND ((@IsNull_T1498500 = 1 AND [T1498500] IS NULL) OR ([T1498500] = @Original_T1498500)) AND ((@IsNull_T1498600 = 1 AND [T1498600] IS NULL) OR ([T1498600] = @Original_T1498600)) AND ((@IsNull_T1498700 = 1 AND [T1498700] IS NULL) OR ([T1498700] = @Original_T1498700)) AND ((@IsNull_T1498800 = 1 AND [T1498800] IS NULL) OR ([T1498800] = @Original_T1498800)) AND ((@IsNull_T1498900 = 1 AND [T1498900] IS NULL) OR ([T1498900] = @Original_T1498900)) AND ((@IsNull_T1499000 = 1 AND [T1499000] IS NULL) OR ([T1499000] = @Original_T1499000)) AND ((@IsNull_T1499100 = 1 AND [T1499100] IS NULL) OR ([T1499100] = @Original_T1499100)) AND ((@IsNull_T1499200 = 1 AND [T1499200] IS NULL) OR ([T1499200] = @Original_T1499200)) AND ((@IsNull_T1499300 = 1 AND [T1499300] IS NULL) OR ([T1499300] = @Original_T1499300)) AND ((@IsNull_T1499400 = 1 AND [T1499400] IS NULL) OR ([T1499400] = @Original_T1499400)) AND ((@IsNull_T1499500 = 1 AND [T1499500] IS NULL) OR ([T1499500] = @Original_T1499500)) AND ((@IsNull_T1499501 = 1 AND [T1499501] IS NULL) OR ([T1499501] = @Original_T1499501)) AND ((@IsNull_T1499600 = 1 AND [T1499600] IS NULL) OR ([T1499600] = @Original_T1499600)) AND ((@IsNull_T1499601 = 1 AND [T1499601] IS NULL) OR ([T1499601] = @Original_T1499601)) AND ((@IsNull_T1499700 = 1 AND [T1499700] IS NULL) OR ([T1499700] = @Original_T1499700)) AND ((@IsNull_T1499701 = 1 AND [T1499701] IS NULL) OR ([T1499701] = @Original_T1499701)) AND ((@IsNull_T1499800 = 1 AND [T1499800] IS NULL) OR ([T1499800] = @Original_T1499800)) AND ((@IsNull_T1499801 = 1 AND [T1499801] IS NULL) OR ([T1499801] = @Original_T1499801)) AND ((@IsNull_T1499900 = 1 AND [T1499900] IS NULL) OR ([T1499900] = @Original_T1499900)) AND ((@IsNull_T1499901 = 1 AND [T1499901] IS NULL) OR ([T1499901] = @Original_T1499901)) AND ((@IsNull_T1500000 = 1 AND [T1500000] IS NULL) OR ([T1500000] = @Original_T1500000)) AND ((@IsNull_T1500001 = 1 AND [T1500001] IS NULL) OR ([T1500001] = @Original_T1500001)) AND ((@IsNull_T1500100 = 1 AND [T1500100] IS NULL) OR ([T1500100] = @Original_T1500100)) AND ((@IsNull_T1500101 = 1 AND [T1500101] IS NULL) OR ([T1500101] = @Original_T1500101)) AND ((@IsNull_T1500200 = 1 AND [T1500200] IS NULL) OR ([T1500200] = @Original_T1500200)) AND ((@IsNull_T1500201 = 1 AND [T1500201] IS NULL) OR ([T1500201] = @Original_T1500201)) AND ((@IsNull_T1500300 = 1 AND [T1500300] IS NULL) OR ([T1500300] = @Original_T1500300)) AND ((@IsNull_T1500301 = 1 AND [T1500301] IS NULL) OR ([T1500301] = @Original_T1500301)) AND ((@IsNull_T1500400 = 1 AND [T1500400] IS NULL) OR ([T1500400] = @Original_T1500400)) AND ((@IsNull_T1500401 = 1 AND [T1500401] IS NULL) OR ([T1500401] = @Original_T1500401)) AND ((@IsNull_T1500500 = 1 AND [T1500500] IS NULL) OR ([T1500500] = @Original_T1500500)) AND ((@IsNull_T1500501 = 1 AND [T1500501] IS NULL) OR ([T1500501] = @Original_T1500501)) AND ((@IsNull_T1500600 = 1 AND [T1500600] IS NULL) OR ([T1500600] = @Original_T1500600)) AND ((@IsNull_T1500601 = 1 AND [T1500601] IS NULL) OR ([T1500601] = @Original_T1500601)) AND ((@IsNull_T1500700 = 1 AND [T1500700] IS NULL) OR ([T1500700] = @Original_T1500700)) AND ((@IsNull_T1500701 = 1 AND [T1500701] IS NULL) OR ([T1500701] = @Original_T1500701)) AND ((@IsNull_T1500800 = 1 AND [T1500800] IS NULL) OR ([T1500800] = @Original_T1500800)) AND ((@IsNull_T1500801 = 1 AND [T1500801] IS NULL) OR ([T1500801] = @Original_T1500801)) AND ((@IsNull_T1500900 = 1 AND [T1500900] IS NULL) OR ([T1500900] = @Original_T1500900)) AND ((@IsNull_T1500901 = 1 AND [T1500901] IS NULL) OR ([T1500901] = @Original_T1500901)) AND ((@IsNull_T1501000 = 1 AND [T1501000] IS NULL) OR ([T1501000] = @Original_T1501000)) AND ((@IsNull_T1501001 = 1 AND [T1501001] IS NULL) OR ([T1501001] = @Original_T1501001)) AND ((@IsNull_T1501100 = 1 AND [T1501100] IS NULL) OR ([T1501100] = @Original_T1501100)) AND ((@IsNull_T1501200 = 1 AND [T1501200] IS NULL) OR ([T1501200] = @Original_T1501200)) AND ((@IsNull_T1501300 = 1 AND [T1501300] IS NULL) OR ([T1501300] = @Original_T1501300)) AND ((@IsNull_T1501400 = 1 AND [T1501400] IS NULL) OR ([T1501400] = @Original_T1501400)) AND ((@IsNull_T1501500 = 1 AND [T1501500] IS NULL) OR ([T1501500] = @Original_T1501500)) AND ((@IsNull_T1501600 = 1 AND [T1501600] IS NULL) OR ([T1501600] = @Original_T1501600)) AND ((@IsNull_T1501700 = 1 AND [T1501700] IS NULL) OR ([T1501700] = @Original_T1501700)) AND ((@IsNull_T1501800 = 1 AND [T1501800] IS NULL) OR ([T1501800] = @Original_T1501800)) AND ((@IsNull_T1501900 = 1 AND [T1501900] IS NULL) OR ([T1501900] = @Original_T1501900)) AND ((@IsNull_T1502000 = 1 AND [T1502000] IS NULL) OR ([T1502000] = @Original_T1502000)) AND ((@IsNull_T1502100 = 1 AND [T1502100] IS NULL) OR ([T1502100] = @Original_T1502100)) AND ((@IsNull_T1765100 = 1 AND [T1765100] IS NULL) OR ([T1765100] = @Original_T1765100)) AND ((@IsNull_T1765200 = 1 AND [T1765200] IS NULL) OR ([T1765200] = @Original_T1765200)) AND ((@IsNull_T1765300 = 1 AND [T1765300] IS NULL) OR ([T1765300] = @Original_T1765300)) AND ((@IsNull_T1765400 = 1 AND [T1765400] IS NULL) OR ([T1765400] = @Original_T1765400)) AND ((@IsNull_T1765500 = 1 AND [T1765500] IS NULL) OR ([T1765500] = @Original_T1765500)) AND ((@IsNull_T1765600 = 1 AND [T1765600] IS NULL) OR ([T1765600] = @Original_T1765600)) AND ((@IsNull_T1765700 = 1 AND [T1765700] IS NULL) OR ([T1765700] = @Original_T1765700)) AND ((@IsNull_T2541200 = 1 AND [T2541200] IS NULL) OR ([T2541200] = @Original_T2541200)) AND ((@IsNull_T2541300 = 1 AND [T2541300] IS NULL) OR ([T2541300] = @Original_T2541300)) AND ((@IsNull_T2541400 = 1 AND [T2541400] IS NULL) OR ([T2541400] = @Original_T2541400)) AND ((@IsNull_T2541500 = 1 AND [T2541500] IS NULL) OR ([T2541500] = @Original_T2541500)) AND ((@IsNull_T2541600 = 1 AND [T2541600] IS NULL) OR ([T2541600] = @Original_T2541600)) AND ((@IsNull_T2541700 = 1 AND [T2541700] IS NULL) OR ([T2541700] = @Original_T2541700)) AND ((@IsNull_T2541800 = 1 AND [T2541800] IS NULL) OR ([T2541800] = @Original_T2541800)) AND ((@IsNull_T2541900 = 1 AND [T2541900] IS NULL) OR ([T2541900] = @Original_T2541900)) AND ((@IsNull_T2542000 = 1 AND [T2542000] IS NULL) OR ([T2542000] = @Original_T2542000)) AND ((@IsNull_T2542100 = 1 AND [T2542100] IS NULL) OR ([T2542100] = @Original_T2542100)) AND ((@IsNull_T2542200 = 1 AND [T2542200] IS NULL) OR ([T2542200] = @Original_T2542200)) AND ((@IsNull_T2542300 = 1 AND [T2542300] IS NULL) OR ([T2542300] = @Original_T2542300)) AND ((@IsNull_T2542400 = 1 AND [T2542400] IS NULL) OR ([T2542400] = @Original_T2542400)) AND ((@IsNull_T2542500 = 1 AND [T2542500] IS NULL) OR ([T2542500] = @Original_T2542500)) AND ((@IsNull_T2542600 = 1 AND [T2542600] IS NULL) OR ([T2542600] = @Original_T2542600)) AND ((@IsNull_T2542700 = 1 AND [T2542700] IS NULL) OR ([T2542700] = @Original_T2542700)) AND ((@IsNull_T2542800 = 1 AND [T2542800] IS NULL) OR ([T2542800] = @Original_T2542800)) AND ((@IsNull_T2542900 = 1 AND [T2542900] IS NULL) OR ([T2542900] = @Original_T2542900)) AND ((@IsNull_T2543000 = 1 AND [T2543000] IS NULL) OR ([T2543000] = @Original_T2543000)) AND ((@IsNull_T2543100 = 1 AND [T2543100] IS NULL) OR ([T2543100] = @Original_T2543100)) AND ((@IsNull_T2543200 = 1 AND [T2543200] IS NULL) OR ([T2543200] = @Original_T2543200)) AND ((@IsNull_T2543300 = 1 AND [T2543300] IS NULL) OR ([T2543300] = @Original_T2543300)) AND ((@IsNull_T2543400 = 1 AND [T2543400] IS NULL) OR ([T2543400] = @Original_T2543400)) AND ((@IsNull_T2543500 = 1 AND [T2543500] IS NULL) OR ([T2543500] = @Original_T2543500)) AND ((@IsNull_T2543600 = 1 AND [T2543600] IS NULL) OR ([T2543600] = @Original_T2543600)) AND ((@IsNull_T2543700 = 1 AND [T2543700] IS NULL) OR ([T2543700] = @Original_T2543700)) AND ((@IsNull_T2543800 = 1 AND [T2543800] IS NULL) OR ([T2543800] = @Original_T2543800)) AND ((@IsNull_T2543900 = 1 AND [T2543900] IS NULL) OR ([T2543900] = @Original_T2543900)) AND ((@IsNull_T2544000 = 1 AND [T2544000] IS NULL) OR ([T2544000] = @Original_T2544000)) AND ((@IsNull_T2544100 = 1 AND [T2544100] IS NULL) OR ([T2544100] = @Original_T2544100)) AND ((@IsNull_T2544200 = 1 AND [T2544200] IS NULL) OR ([T2544200] = @Original_T2544200)) AND ((@IsNull_T2544300 = 1 AND [T2544300] IS NULL) OR ([T2544300] = @Original_T2544300)) AND ((@IsNull_T2544400 = 1 AND [T2544400] IS NULL) OR ([T2544400] = @Original_T2544400)) AND ((@IsNull_T2544500 = 1 AND [T2544500] IS NULL) OR ([T2544500] = @Original_T2544500)) AND ((@IsNull_T2544600 = 1 AND [T2544600] IS NULL) OR ([T2544600] = @Original_T2544600)) AND ((@IsNull_T2544700 = 1 AND [T2544700] IS NULL) OR ([T2544700] = @Original_T2544700)) AND ((@IsNull_T2544800 = 1 AND [T2544800] IS NULL) OR ([T2544800] = @Original_T2544800)) AND ((@IsNull_T2544900 = 1 AND [T2544900] IS NULL) OR ([T2544900] = @Original_T2544900)) AND ((@IsNull_T2545000 = 1 AND [T2545000] IS NULL) OR ([T2545000] = @Original_T2545000)) AND ((@IsNull_T2545100 = 1 AND [T2545100] IS NULL) OR ([T2545100] = @Original_T2545100)) AND ((@IsNull_T2545200 = 1 AND [T2545200] IS NULL) OR ([T2545200] = @Original_T2545200)) AND ((@IsNull_T2545201 = 1 AND [T2545201] IS NULL) OR ([T2545201] = @Original_T2545201)) AND ((@IsNull_T2545300 = 1 AND [T2545300] IS NULL) OR ([T2545300] = @Original_T2545300)) AND ((@IsNull_T2545301 = 1 AND [T2545301] IS NULL) OR ([T2545301] = @Original_T2545301)) AND ((@IsNull_T2545400 = 1 AND [T2545400] IS NULL) OR ([T2545400] = @Original_T2545400)) AND ((@IsNull_T2545401 = 1 AND [T2545401] IS NULL) OR ([T2545401] = @Original_T2545401)) AND ((@IsNull_T2545500 = 1 AND [T2545500] IS NULL) OR ([T2545500] = @Original_T2545500)) AND ((@IsNull_T2545501 = 1 AND [T2545501] IS NULL) OR ([T2545501] = @Original_T2545501)) AND ((@IsNull_T2545600 = 1 AND [T2545600] IS NULL) OR ([T2545600] = @Original_T2545600)) AND ((@IsNull_T2545601 = 1 AND [T2545601] IS NULL) OR ([T2545601] = @Original_T2545601)) AND ((@IsNull_T2545700 = 1 AND [T2545700] IS NULL) OR ([T2545700] = @Original_T2545700)) AND ((@IsNull_T2545701 = 1 AND [T2545701] IS NULL) OR ([T2545701] = @Original_T2545701)) AND ((@IsNull_T2545800 = 1 AND [T2545800] IS NULL) OR ([T2545800] = @Original_T2545800)) AND ((@IsNull_T2545801 = 1 AND [T2545801] IS NULL) OR ([T2545801] = @Original_T2545801)) AND ((@IsNull_T2545900 = 1 AND [T2545900] IS NULL) OR ([T2545900] = @Original_T2545900)) AND ((@IsNull_T2545901 = 1 AND [T2545901] IS NULL) OR ([T2545901] = @Original_T2545901)) AND ((@IsNull_T2546000 = 1 AND [T2546000] IS NULL) OR ([T2546000] = @Original_T2546000)) AND ((@IsNull_T2546001 = 1 AND [T2546001] IS NULL) OR ([T2546001] = @Original_T2546001)) AND ((@IsNull_T2546100 = 1 AND [T2546100] IS NULL) OR ([T2546100] = @Original_T2546100)) AND ((@IsNull_T2546101 = 1 AND [T2546101] IS NULL) OR ([T2546101] = @Original_T2546101)) AND ((@IsNull_T2546200 = 1 AND [T2546200] IS NULL) OR ([T2546200] = @Original_T2546200)) AND ((@IsNull_T2546201 = 1 AND [T2546201] IS NULL) OR ([T2546201] = @Original_T2546201)) AND ((@IsNull_T2546300 = 1 AND [T2546300] IS NULL) OR ([T2546300] = @Original_T2546300)) AND ((@IsNull_T2546301 = 1 AND [T2546301] IS NULL) OR ([T2546301] = @Original_T2546301)) AND ((@IsNull_T2546400 = 1 AND [T2546400] IS NULL) OR ([T2546400] = @Original_T2546400)) AND ((@IsNull_T2546401 = 1 AND [T2546401] IS NULL) OR ([T2546401] = @Original_T2546401)) AND ((@IsNull_T2546500 = 1 AND [T2546500] IS NULL) OR ([T2546500] = @Original_T2546500)) AND ((@IsNull_T2546501 = 1 AND [T2546501] IS NULL) OR ([T2546501] = @Original_T2546501)) AND ((@IsNull_T2546600 = 1 AND [T2546600] IS NULL) OR ([T2546600] = @Original_T2546600)) AND ((@IsNull_T2546601 = 1 AND [T2546601] IS NULL) OR ([T2546601] = @Original_T2546601)) AND ((@IsNull_T2546700 = 1 AND [T2546700] IS NULL) OR ([T2546700] = @Original_T2546700)) AND ((@IsNull_T2546701 = 1 AND [T2546701] IS NULL) OR ([T2546701] = @Original_T2546701)) AND ((@IsNull_T2546800 = 1 AND [T2546800] IS NULL) OR ([T2546800] = @Original_T2546800)) AND ((@IsNull_T2546900 = 1 AND [T2546900] IS NULL) OR ([T2546900] = @Original_T2546900)) AND ((@IsNull_T2547000 = 1 AND [T2547000] IS NULL) OR ([T2547000] = @Original_T2547000)) AND ((@IsNull_T2547100 = 1 AND [T2547100] IS NULL) OR ([T2547100] = @Original_T2547100)) AND ((@IsNull_T2547200 = 1 AND [T2547200] IS NULL) OR ([T2547200] = @Original_T2547200)) AND ((@IsNull_T2547300 = 1 AND [T2547300] IS NULL) OR ([T2547300] = @Original_T2547300)) AND ((@IsNull_T2547400 = 1 AND [T2547400] IS NULL) OR ([T2547400] = @Original_T2547400)) AND ((@IsNull_T2547500 = 1 AND [T2547500] IS NULL) OR ([T2547500] = @Original_T2547500)) AND ((@IsNull_T2547600 = 1 AND [T2547600] IS NULL) OR ([T2547600] = @Original_T2547600)) AND ((@IsNull_T2547700 = 1 AND [T2547700] IS NULL) OR ([T2547700] = @Original_T2547700)) AND ((@IsNull_T2763400 = 1 AND [T2763400] IS NULL) OR ([T2763400] = @Original_T2763400)) AND ((@IsNull_T2763500 = 1 AND [T2763500] IS NULL) OR ([T2763500] = @Original_T2763500)) AND ((@IsNull_T2763600 = 1 AND [T2763600] IS NULL) OR ([T2763600] = @Original_T2763600)) AND ((@IsNull_T2763700 = 1 AND [T2763700] IS NULL) OR ([T2763700] = @Original_T2763700)) AND ((@IsNull_T2763800 = 1 AND [T2763800] IS NULL) OR ([T2763800] = @Original_T2763800)) AND ((@IsNull_T2763900 = 1 AND [T2763900] IS NULL) OR ([T2763900] = @Original_T2763900)) AND ((@IsNull_T2764000 = 1 AND [T2764000] IS NULL) OR ([T2764000] = @Original_T2764000)) AND ((@IsNull_T3729600 = 1 AND [T3729600] IS NULL) OR ([T3729600] = @Original_T3729600)) AND ((@IsNull_T3729700 = 1 AND [T3729700] IS NULL) OR ([T3729700] = @Original_T3729700)) AND ((@IsNull_T3729800 = 1 AND [T3729800] IS NULL) OR ([T3729800] = @Original_T3729800)) AND ((@IsNull_T3729900 = 1 AND [T3729900] IS NULL) OR ([T3729900] = @Original_T3729900)) AND ((@IsNull_T3730000 = 1 AND [T3730000] IS NULL) OR ([T3730000] = @Original_T3730000)) AND ((@IsNull_T3730100 = 1 AND [T3730100] IS NULL) OR ([T3730100] = @Original_T3730100))); -SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R1374200, R1374700, R1374800, R1374900, R1375400, R1375500, R1375600, R1376100, R1376200, R1376300, R1376800, R1376900, R1377000, R1377500, R1377600, R1377700, R1753700, R1753800, R1753900, R1754400, R1754500, R1754600, R1755100, R1755200, R1755300, R1755800, R1755900, R1756000, R1756500, R1756600, R1756700, R1757200, R1757300, R1757400, R1757900, R1758000, R1758100, R2095700, R2095800, R2095900, R2096400, R2096500, R2096600, R2097100, R2097200, R2097300, R2097800, R2097900, R2098000, R2098500, R2098600, R2098700, R2099200, R2099300, R2099400, R2099900, R2100000, R2100100, R2345900, R2346200, R2346500, R2346800, R2347100, R2347400, R2347700, R2648000, R2648100, R2648200, R2648700, R2648800, R2648900, R2649400, R2649500, R2649600, R2650100, R2650200, R2650300, R2650800, R2650900, R2651000, R2651500, R2651600, R2651700, R2652200, R2652300, R2652400, R2955900, R2956200, R2956500, R2956800, R2957100, R2957400, R2957700, R3255900, R3256000, R3256100, R3257700, R3257800, R3257900, R3259500, R3259600, R3259700, R3261300, R3261400, R3261500, R3263100, R3263200, R3263300, R3264900, R3265000, R3265100, R3266700, R3266800, R3266900, R3268500, R3556400, R3557000, R3557600, R3771800, R3771900, R3772000, R3772100, R3772200, R3772300, R3772400, R3773900, R3774000, R3774100, R3774200, R3774300, R3774400, R3774500, R3776000, R3776100, R3776200, R3776300, R3776400, R3776500, R3776600, R3778100, R3778200, R3778300, R3778400, R3778500, R3778600, R3778700, R3780200, R3780300, R3780400, R3780500, R3780600, R3780700, R3780800, R3782300, R3782400, R3782500, R3782600, R3782900, R3784400, R3784500, R3784600, R3784700, R3785000, R3786500, R3788004, R4276800, R4276900, R4277000, R4277100, R4277101, R4277200, R4277201, R4277700, R4277800, R4277900, R4278000, R4278001, R4278100, R4278101, R4278600, R4278700, R4278800, R4278900, R4278901, R4279000, R4279001, R4279500, R4279600, R4279700, R4279800, R4279801, R4279900, R4279901, R4280400, R4280500, R4280600, R4280700, R4280701, R4280800, R4280801, R4281300, R4281400, R4281500, R4281600, R4281601, R4282100, R4282200, R4282300, R4282400, R4282401, R4282900, R4283000, R4283100, R4283600, R4827600, R4827700, R4827800, R4827900, R4827901, R4828000, R4828001, R4828100, R4830600, R4830700, R4830800, R4830900, R4830901, R4831000, R4831001, R4831100, R4833600, R4833700, R4833800, R4833900, R4833901, R4834000, R4834001, R4834100, R4836600, R4836700, R4836800, R4836900, R4836901, R4837000, R4837001, R4837100, R4839600, R4839700, R4839800, R4839900, R4839901, R4840000, R4840001, R4840100, R4842500, R4842600, R4842700, R4842800, R4842801, R4842900, R4844800, R4844900, R4845000, R4845100, R4845101, R4845200, R4847100, R4847200, R4847300, R4847400, R5498000, R5498100, R5498200, R5498300, R5498301, R5498400, R5498401, R5498500, R5501000, R5501100, R5501200, R5501300, R5501301, R5501400, R5501401, R5501500, R5504000, R5504100, R5504200, R5504300, R5504301, R5504400, R5504401, R5504500, R5507000, R5507100, R5507200, R5507300, R5507301, R5507400, R5507401, R5507500, R5510000, R5510100, R5510200, R5510300, R5510301, R5510400, R5510401, R5510500, R5513000, R5513100, R5513200, R5513300, R5513301, R5513400, R5515300, R5515400, R5515500, R5515600, R5515601, R5515700, R5517600, R5517700, R5517800, R5517900, R5519800, R5519900, R5520000, R5520100, R5520101, R5520200, R6218400, R6218500, R6218600, R6218700, R6218800, R6218900, R6219000, R6219100, R6219200, R6219300, R6219500, R6219600, R6219700, R6219800, R6219900, R6220000, R6220100, R6220200, R6220300, R6220400, R6220600, R6220700, R6220800, R6220900, R6221000, R6221100, R6221200, R6221300, R6221400, R6221500, R6221700, R6221701, R6221800, R6221801, R6221900, R6221901, R6222000, R6222001, R6222100, R6222101, R6222200, R6222201, R6222300, R6222301, R6222400, R6222401, R6222500, R6222501, R6222600, R6222601, R6222800, R6222801, R6222900, R6222901, R6223000, R6223001, R6223100, R6223101, R6223200, R6223201, R6223300, R6223301, R6223400, R6223500, R6223600, R6223700, R6223800, R6223900, R6224000, R6224100, R6224200, R6224300, R6770600, R6771600, R6771700, R6771800, R6771900, R6772000, R6772100, R6772200, R6772300, R6772400, R6772500, R6772600, R6772700, R6772800, R6772900, R6773000, R6773100, R6773200, R6773300, R6773400, R6773500, R6773600, R6773700, R6773800, R6773900, R6774000, R6774100, R6774200, R6774300, R6774400, R6774500, R6774600, R6774700, R6774800, R6774900, R6775000, R6775100, R6775200, R6775300, R6775400, R6775500, R6775501, R6775600, R6775601, R6775700, R6775701, R6775800, R6775801, R6775900, R6775901, R6776000, R6776001, R6776100, R6776101, R6776200, R6776201, R6776300, R6776301, R6776400, R6776401, R6776500, R6776501, R6776600, R6776601, R6776700, R6776701, R6776800, R6776801, R6776900, R6777000, R6777100, R6777200, R6777300, R6777400, R6777500, R6777600, R6777700, R6777800, R7415900, R7416000, R7416100, R7416200, R7416300, R7416400, R7416500, R7416600, R7416700, R7416800, R7416900, R7417000, R7417100, R7417200, R7417300, R7417400, R7417500, R7417600, R7417700, R7417800, R7417900, R7418000, R7418100, R7418200, R7418300, R7418400, R7418500, R7418600, R7418700, R7418800, R7418900, R7419000, R7419100, R7419200, R7419300, R7419400, R7419500, R7419600, R7419700, R7419800, R7419900, R7419901, R7420000, R7420001, R7420100, R7420101, R7420200, R7420201, R7420300, R7420301, R7420400, R7420401, R7420500, R7420501, R7420600, R7420601, R7420700, R7420701, R7420800, R7420801, R7420900, R7420901, R7421000, R7421001, R7421100, R7421101, R7421200, R7421201, R7421300, R7421301, R7421400, R7421500, R7421600, R7421700, R7421800, R7421900, R7422000, R7422100, R7422200, R7422300, R8114000, R8114100, R8114200, R8114300, R8114400, R8114500, R8114600, R8114700, R8114800, R8114900, R8115000, R8115100, R8115200, R8115300, R8115400, R8115500, R8115600, R8115700, R8115800, R8115900, R8116000, R8116100, R8116200, R8116300, R8116400, R8116500, R8116600, R8116700, R8116800, R8116900, R8117000, R8117100, R8117200, R8117300, R8117400, R8117500, R8117600, R8117700, R8117800, R8117900, R8118000, R8118001, R8118100, R8118101, R8118200, R8118201, R8118300, R8118301, R8118400, R8118401, R8118500, R8118501, R8118600, R8118601, R8118700, R8118701, R8118800, R8118801, R8118900, R8118901, R8119000, R8119001, R8119100, R8119101, R8119200, R8119201, R8119300, R8119301, R8119400, R8119401, R8119500, R8119501, R8119600, R8119700, R8119800, R8119900, R8120000, R8120100, R8120200, R8120300, R8120400, R8120500, R8135300, R8135400, R8135500, R8135600, R8135700, R8135800, R8135900, R9900600, R9900601, R9901400, R9901401, R9902200, R9902201, R9903000, R9903001, R9903800, R9903801, R9904600, R9904601, R9905400, R9905401, R9911200, R9911201, T0345800, T0345900, T0346000, T0346100, T0346200, T0346300, T0346400, T0346500, T0346600, T0346700, T0346800, T0346900, T0347000, T0347100, T0347200, T0347300, T0347400, T0347500, T0347600, T0347700, T0347800, T0347900, T0348000, T0348100, T0348200, T0348300, T0348400, T0348500, T0348600, T0348700, T0348800, T0348900, T0349000, T0349100, T0349200, T0349300, T0349400, T0349500, T0349600, T0349700, T0349800, T0349900, T0350000, T0350100, T0350101, T0350200, T0350201, T0350300, T0350301, T0350400, T0350401, T0350500, T0350501, T0350600, T0350601, T0350700, T0350701, T0350800, T0350801, T0350900, T0350901, T0351000, T0351001, T0351100, T0351101, T0351200, T0351201, T0351300, T0351301, T0351400, T0351401, T0351500, T0351501, T0351600, T0351601, T0351700, T0351701, T0351800, T0351801, T0351900, T0352000, T0352100, T0352200, T0352300, T0352400, T0352500, T0352600, T0352700, T0352800, T0352900, T0597800, T0597900, T0598000, T0598100, T0598200, T0598300, T0598400, T1495200, T1495300, T1495400, T1495500, T1495600, T1495700, T1495800, T1495900, T1496000, T1496100, T1496200, T1496300, T1496400, T1496500, T1496600, T1496700, T1496800, T1496900, T1497000, T1497100, T1497200, T1497300, T1497400, T1497500, T1497600, T1497700, T1497800, T1497900, T1498000, T1498100, T1498200, T1498300, T1498400, T1498500, T1498600, T1498700, T1498800, T1498900, T1499000, T1499100, T1499200, T1499300, T1499400, T1499500, T1499501, T1499600, T1499601, T1499700, T1499701, T1499800, T1499801, T1499900, T1499901, T1500000, T1500001, T1500100, T1500101, T1500200, T1500201, T1500300, T1500301, T1500400, T1500401, T1500500, T1500501, T1500600, T1500601, T1500700, T1500701, T1500800, T1500801, T1500900, T1500901, T1501000, T1501001, T1501100, T1501200, T1501300, T1501400, T1501500, T1501600, T1501700, T1501800, T1501900, T1502000, T1502100, T1765100, T1765200, T1765300, T1765400, T1765500, T1765600, T1765700, T2541200, T2541300, T2541400, T2541500, T2541600, T2541700, T2541800, T2541900, T2542000, T2542100, T2542200, T2542300, T2542400, T2542500, T2542600, T2542700, T2542800, T2542900, T2543000, T2543100, T2543200, T2543300, T2543400, T2543500, T2543600, T2543700, T2543800, T2543900, T2544000, T2544100, T2544200, T2544300, T2544400, T2544500, T2544600, T2544700, T2544800, T2544900, T2545000, T2545100, T2545200, T2545201, T2545300, T2545301, T2545400, T2545401, T2545500, T2545501, T2545600, T2545601, T2545700, T2545701, T2545800, T2545801, T2545900, T2545901, T2546000, T2546001, T2546100, T2546101, T2546200, T2546201, T2546300, T2546301, T2546400, T2546401, T2546500, T2546501, T2546600, T2546601, T2546700, T2546701, T2546800, T2546900, T2547000, T2547100, T2547200, T2547300, T2547400, T2547500, T2547600, T2547700, T2763400, T2763500, T2763600, T2763700, T2763800, T2763900, T2764000, T3729600, T3729700, T3729800, T3729900, T3730000, T3730100 FROM Extract.tblGen2FatherFromGen1 WHERE (R0000100 = @R0000100) + UPDATE [Extract].[tblGen2FatherFromGen1] SET [R0000100] = @R0000100, [R0173600] = @R0173600, [R0214700] = @R0214700, [R0214800] = @R0214800, [R1373300] = @R1373300, [R1373500] = @R1373500, [R1374000] = @R1374000, [R1374200] = @R1374200, [R1374700] = @R1374700, [R1374900] = @R1374900, [R1375400] = @R1375400, [R1375600] = @R1375600, [R1376100] = @R1376100, [R1376300] = @R1376300, [R1376800] = @R1376800, [R1377000] = @R1377000, [R1377500] = @R1377500, [R1377700] = @R1377700, [R1753700] = @R1753700, [R1753900] = @R1753900, [R1754400] = @R1754400, [R1754600] = @R1754600, [R1755100] = @R1755100, [R1755300] = @R1755300, [R1755800] = @R1755800, [R1756000] = @R1756000, [R1756500] = @R1756500, [R1756700] = @R1756700, [R1757200] = @R1757200, [R1757400] = @R1757400, [R1757900] = @R1757900, [R1758100] = @R1758100, [R2095700] = @R2095700, [R2095900] = @R2095900, [R2096400] = @R2096400, [R2096600] = @R2096600, [R2097100] = @R2097100, [R2097300] = @R2097300, [R2097800] = @R2097800, [R2098000] = @R2098000, [R2098500] = @R2098500, [R2098700] = @R2098700, [R2099200] = @R2099200, [R2099400] = @R2099400, [R2099900] = @R2099900, [R2100100] = @R2100100, [R2345900] = @R2345900, [R2346200] = @R2346200, [R2346500] = @R2346500, [R2346800] = @R2346800, [R2347100] = @R2347100, [R2347400] = @R2347400, [R2347700] = @R2347700, [R2648000] = @R2648000, [R2648200] = @R2648200, [R2648700] = @R2648700, [R2648900] = @R2648900, [R2649400] = @R2649400, [R2649600] = @R2649600, [R2650100] = @R2650100, [R2650300] = @R2650300, [R2650800] = @R2650800, [R2651000] = @R2651000, [R2651500] = @R2651500, [R2651700] = @R2651700, [R2652200] = @R2652200, [R2652400] = @R2652400, [R2955900] = @R2955900, [R2956200] = @R2956200, [R2956500] = @R2956500, [R2956800] = @R2956800, [R2957100] = @R2957100, [R2957400] = @R2957400, [R2957700] = @R2957700, [R3255900] = @R3255900, [R3256100] = @R3256100, [R3257700] = @R3257700, [R3257900] = @R3257900, [R3259500] = @R3259500, [R3259700] = @R3259700, [R3261300] = @R3261300, [R3261500] = @R3261500, [R3263100] = @R3263100, [R3263300] = @R3263300, [R3264900] = @R3264900, [R3265100] = @R3265100, [R3266700] = @R3266700, [R3266900] = @R3266900, [R3268500] = @R3268500, [R3556400] = @R3556400, [R3557000] = @R3557000, [R3557600] = @R3557600, [R3771800] = @R3771800, [R3772000] = @R3772000, [R3772100] = @R3772100, [R3772400] = @R3772400, [R3773900] = @R3773900, [R3774100] = @R3774100, [R3774200] = @R3774200, [R3774500] = @R3774500, [R3776000] = @R3776000, [R3776200] = @R3776200, [R3776300] = @R3776300, [R3776600] = @R3776600, [R3778100] = @R3778100, [R3778300] = @R3778300, [R3778400] = @R3778400, [R3778700] = @R3778700, [R3780200] = @R3780200, [R3780400] = @R3780400, [R3780500] = @R3780500, [R3780800] = @R3780800, [R3782300] = @R3782300, [R3782500] = @R3782500, [R3782600] = @R3782600, [R3782900] = @R3782900, [R3784400] = @R3784400, [R3784600] = @R3784600, [R3784700] = @R3784700, [R3785000] = @R3785000, [R3786500] = @R3786500, [R3788004] = @R3788004, [R4276800] = @R4276800, [R4277000] = @R4277000, [R4277100] = @R4277100, [R4277101] = @R4277101, [R4277700] = @R4277700, [R4277900] = @R4277900, [R4278000] = @R4278000, [R4278001] = @R4278001, [R4278600] = @R4278600, [R4278800] = @R4278800, [R4278900] = @R4278900, [R4278901] = @R4278901, [R4279500] = @R4279500, [R4279700] = @R4279700, [R4279800] = @R4279800, [R4279801] = @R4279801, [R4280400] = @R4280400, [R4280600] = @R4280600, [R4280700] = @R4280700, [R4280701] = @R4280701, [R4281300] = @R4281300, [R4281500] = @R4281500, [R4281600] = @R4281600, [R4281601] = @R4281601, [R4282100] = @R4282100, [R4282300] = @R4282300, [R4282400] = @R4282400, [R4282401] = @R4282401, [R4282900] = @R4282900, [R4283000] = @R4283000, [R4283100] = @R4283100, [R4283600] = @R4283600, [R4827600] = @R4827600, [R4827800] = @R4827800, [R4827900] = @R4827900, [R4827901] = @R4827901, [R4828100] = @R4828100, [R4830600] = @R4830600, [R4830800] = @R4830800, [R4830900] = @R4830900, [R4830901] = @R4830901, [R4831100] = @R4831100, [R4833600] = @R4833600, [R4833800] = @R4833800, [R4833900] = @R4833900, [R4833901] = @R4833901, [R4834100] = @R4834100, [R4836600] = @R4836600, [R4836800] = @R4836800, [R4836900] = @R4836900, [R4836901] = @R4836901, [R4837100] = @R4837100, [R4839600] = @R4839600, [R4839800] = @R4839800, [R4839900] = @R4839900, [R4839901] = @R4839901, [R4840100] = @R4840100, [R4842500] = @R4842500, [R4842700] = @R4842700, [R4842800] = @R4842800, [R4842801] = @R4842801, [R4842900] = @R4842900, [R4844800] = @R4844800, [R4845000] = @R4845000, [R4845100] = @R4845100, [R4845101] = @R4845101, [R4845200] = @R4845200, [R4847100] = @R4847100, [R4847300] = @R4847300, [R4847400] = @R4847400, [R5498000] = @R5498000, [R5498200] = @R5498200, [R5498300] = @R5498300, [R5498301] = @R5498301, [R5498500] = @R5498500, [R5501000] = @R5501000, [R5501200] = @R5501200, [R5501300] = @R5501300, [R5501301] = @R5501301, [R5501500] = @R5501500, [R5504000] = @R5504000, [R5504200] = @R5504200, [R5504300] = @R5504300, [R5504301] = @R5504301, [R5504500] = @R5504500, [R5507000] = @R5507000, [R5507200] = @R5507200, [R5507300] = @R5507300, [R5507301] = @R5507301, [R5507500] = @R5507500, [R5510000] = @R5510000, [R5510200] = @R5510200, [R5510300] = @R5510300, [R5510301] = @R5510301, [R5510500] = @R5510500, [R5513000] = @R5513000, [R5513200] = @R5513200, [R5513300] = @R5513300, [R5513301] = @R5513301, [R5513400] = @R5513400, [R5515300] = @R5515300, [R5515500] = @R5515500, [R5515600] = @R5515600, [R5515601] = @R5515601, [R5515700] = @R5515700, [R5517600] = @R5517600, [R5517800] = @R5517800, [R5517900] = @R5517900, [R5519800] = @R5519800, [R5520000] = @R5520000, [R5520100] = @R5520100, [R5520101] = @R5520101, [R5520200] = @R5520200, [R6218400] = @R6218400, [R6218500] = @R6218500, [R6218600] = @R6218600, [R6218700] = @R6218700, [R6218800] = @R6218800, [R6218900] = @R6218900, [R6219000] = @R6219000, [R6219100] = @R6219100, [R6219200] = @R6219200, [R6219300] = @R6219300, [R6220600] = @R6220600, [R6220700] = @R6220700, [R6220800] = @R6220800, [R6220900] = @R6220900, [R6221000] = @R6221000, [R6221100] = @R6221100, [R6221200] = @R6221200, [R6221300] = @R6221300, [R6221400] = @R6221400, [R6221500] = @R6221500, [R6221700] = @R6221700, [R6221701] = @R6221701, [R6221800] = @R6221800, [R6221801] = @R6221801, [R6221900] = @R6221900, [R6221901] = @R6221901, [R6222000] = @R6222000, [R6222001] = @R6222001, [R6222100] = @R6222100, [R6222101] = @R6222101, [R6222200] = @R6222200, [R6222201] = @R6222201, [R6222300] = @R6222300, [R6222301] = @R6222301, [R6222400] = @R6222400, [R6222401] = @R6222401, [R6222500] = @R6222500, [R6222501] = @R6222501, [R6222600] = @R6222600, [R6222601] = @R6222601, [R6223400] = @R6223400, [R6223500] = @R6223500, [R6223600] = @R6223600, [R6223700] = @R6223700, [R6223800] = @R6223800, [R6223900] = @R6223900, [R6224000] = @R6224000, [R6224100] = @R6224100, [R6224200] = @R6224200, [R6224300] = @R6224300, [R6770600] = @R6770600, [R6771600] = @R6771600, [R6771700] = @R6771700, [R6771800] = @R6771800, [R6771900] = @R6771900, [R6772000] = @R6772000, [R6772100] = @R6772100, [R6772200] = @R6772200, [R6772300] = @R6772300, [R6772400] = @R6772400, [R6772500] = @R6772500, [R6772600] = @R6772600, [R6772700] = @R6772700, [R6772800] = @R6772800, [R6772900] = @R6772900, [R6773000] = @R6773000, [R6773100] = @R6773100, [R6773200] = @R6773200, [R6773300] = @R6773300, [R6773400] = @R6773400, [R6774500] = @R6774500, [R6774600] = @R6774600, [R6774700] = @R6774700, [R6774800] = @R6774800, [R6774900] = @R6774900, [R6775000] = @R6775000, [R6775100] = @R6775100, [R6775200] = @R6775200, [R6775300] = @R6775300, [R6775400] = @R6775400, [R6775500] = @R6775500, [R6775501] = @R6775501, [R6775600] = @R6775600, [R6775601] = @R6775601, [R6775700] = @R6775700, [R6775701] = @R6775701, [R6775800] = @R6775800, [R6775801] = @R6775801, [R6775900] = @R6775900, [R6775901] = @R6775901, [R6776000] = @R6776000, [R6776001] = @R6776001, [R6776100] = @R6776100, [R6776101] = @R6776101, [R6776200] = @R6776200, [R6776201] = @R6776201, [R6776900] = @R6776900, [R6777000] = @R6777000, [R6777100] = @R6777100, [R6777200] = @R6777200, [R6777300] = @R6777300, [R6777400] = @R6777400, [R6777500] = @R6777500, [R6777600] = @R6777600, [R6777700] = @R6777700, [R6777800] = @R6777800, [R7415900] = @R7415900, [R7416000] = @R7416000, [R7416100] = @R7416100, [R7416200] = @R7416200, [R7416300] = @R7416300, [R7416400] = @R7416400, [R7416500] = @R7416500, [R7416600] = @R7416600, [R7416700] = @R7416700, [R7416800] = @R7416800, [R7416900] = @R7416900, [R7417000] = @R7417000, [R7417100] = @R7417100, [R7417200] = @R7417200, [R7417300] = @R7417300, [R7417400] = @R7417400, [R7417500] = @R7417500, [R7417600] = @R7417600, [R7417700] = @R7417700, [R7417800] = @R7417800, [R7418900] = @R7418900, [R7419000] = @R7419000, [R7419100] = @R7419100, [R7419200] = @R7419200, [R7419300] = @R7419300, [R7419400] = @R7419400, [R7419500] = @R7419500, [R7419600] = @R7419600, [R7419700] = @R7419700, [R7419800] = @R7419800, [R7419900] = @R7419900, [R7419901] = @R7419901, [R7420000] = @R7420000, [R7420001] = @R7420001, [R7420100] = @R7420100, [R7420101] = @R7420101, [R7420200] = @R7420200, [R7420201] = @R7420201, [R7420300] = @R7420300, [R7420301] = @R7420301, [R7420400] = @R7420400, [R7420401] = @R7420401, [R7420500] = @R7420500, [R7420501] = @R7420501, [R7420600] = @R7420600, [R7420601] = @R7420601, [R7421400] = @R7421400, [R7421500] = @R7421500, [R7421600] = @R7421600, [R7421700] = @R7421700, [R7421800] = @R7421800, [R7421900] = @R7421900, [R7422000] = @R7422000, [R7422100] = @R7422100, [R7422200] = @R7422200, [R7422300] = @R7422300, [R8114000] = @R8114000, [R8114100] = @R8114100, [R8114200] = @R8114200, [R8114300] = @R8114300, [R8114400] = @R8114400, [R8114500] = @R8114500, [R8114600] = @R8114600, [R8114700] = @R8114700, [R8114800] = @R8114800, [R8114900] = @R8114900, [R8115000] = @R8115000, [R8115100] = @R8115100, [R8115200] = @R8115200, [R8115300] = @R8115300, [R8115400] = @R8115400, [R8115500] = @R8115500, [R8115600] = @R8115600, [R8115700] = @R8115700, [R8115800] = @R8115800, [R8115900] = @R8115900, [R8117000] = @R8117000, [R8117100] = @R8117100, [R8117200] = @R8117200, [R8117300] = @R8117300, [R8117400] = @R8117400, [R8117500] = @R8117500, [R8117600] = @R8117600, [R8117700] = @R8117700, [R8117800] = @R8117800, [R8117900] = @R8117900, [R8118000] = @R8118000, [R8118001] = @R8118001, [R8118100] = @R8118100, [R8118101] = @R8118101, [R8118200] = @R8118200, [R8118201] = @R8118201, [R8118300] = @R8118300, [R8118301] = @R8118301, [R8118400] = @R8118400, [R8118401] = @R8118401, [R8118500] = @R8118500, [R8118501] = @R8118501, [R8118600] = @R8118600, [R8118601] = @R8118601, [R8118700] = @R8118700, [R8118701] = @R8118701, [R8118800] = @R8118800, [R8118801] = @R8118801, [R8118900] = @R8118900, [R8118901] = @R8118901, [R8119600] = @R8119600, [R8119700] = @R8119700, [R8119800] = @R8119800, [R8119900] = @R8119900, [R8120000] = @R8120000, [R8120100] = @R8120100, [R8120200] = @R8120200, [R8120300] = @R8120300, [R8120400] = @R8120400, [R8120500] = @R8120500, [R8135300] = @R8135300, [R8135400] = @R8135400, [R8135500] = @R8135500, [R8135600] = @R8135600, [R8135700] = @R8135700, [R8135800] = @R8135800, [R8135900] = @R8135900, [R9900600] = @R9900600, [R9900601] = @R9900601, [R9901400] = @R9901400, [R9901401] = @R9901401, [R9902200] = @R9902200, [R9902201] = @R9902201, [R9903000] = @R9903000, [R9903001] = @R9903001, [R9903800] = @R9903800, [R9903801] = @R9903801, [R9904600] = @R9904600, [R9904601] = @R9904601, [R9905400] = @R9905400, [R9905401] = @R9905401, [R9911200] = @R9911200, [R9911201] = @R9911201, [T0345800] = @T0345800, [T0345900] = @T0345900, [T0346000] = @T0346000, [T0346100] = @T0346100, [T0346200] = @T0346200, [T0346300] = @T0346300, [T0346400] = @T0346400, [T0346500] = @T0346500, [T0346600] = @T0346600, [T0346700] = @T0346700, [T0346800] = @T0346800, [T0346900] = @T0346900, [T0347000] = @T0347000, [T0347100] = @T0347100, [T0347200] = @T0347200, [T0347300] = @T0347300, [T0347400] = @T0347400, [T0347500] = @T0347500, [T0347600] = @T0347600, [T0347700] = @T0347700, [T0347800] = @T0347800, [T0349000] = @T0349000, [T0349100] = @T0349100, [T0349200] = @T0349200, [T0349300] = @T0349300, [T0349400] = @T0349400, [T0349500] = @T0349500, [T0349600] = @T0349600, [T0349700] = @T0349700, [T0349800] = @T0349800, [T0349900] = @T0349900, [T0350000] = @T0350000, [T0350100] = @T0350100, [T0350101] = @T0350101, [T0350200] = @T0350200, [T0350201] = @T0350201, [T0350300] = @T0350300, [T0350301] = @T0350301, [T0350400] = @T0350400, [T0350401] = @T0350401, [T0350500] = @T0350500, [T0350501] = @T0350501, [T0350600] = @T0350600, [T0350601] = @T0350601, [T0350700] = @T0350700, [T0350701] = @T0350701, [T0350800] = @T0350800, [T0350801] = @T0350801, [T0350900] = @T0350900, [T0350901] = @T0350901, [T0351000] = @T0351000, [T0351001] = @T0351001, [T0351900] = @T0351900, [T0352000] = @T0352000, [T0352100] = @T0352100, [T0352200] = @T0352200, [T0352300] = @T0352300, [T0352400] = @T0352400, [T0352500] = @T0352500, [T0352600] = @T0352600, [T0352700] = @T0352700, [T0352800] = @T0352800, [T0352900] = @T0352900, [T0597800] = @T0597800, [T0597900] = @T0597900, [T0598000] = @T0598000, [T0598100] = @T0598100, [T0598200] = @T0598200, [T0598300] = @T0598300, [T0598400] = @T0598400, [T1495200] = @T1495200, [T1495300] = @T1495300, [T1495400] = @T1495400, [T1495500] = @T1495500, [T1495600] = @T1495600, [T1495700] = @T1495700, [T1495800] = @T1495800, [T1495900] = @T1495900, [T1496000] = @T1496000, [T1496100] = @T1496100, [T1496200] = @T1496200, [T1496300] = @T1496300, [T1496400] = @T1496400, [T1496500] = @T1496500, [T1496600] = @T1496600, [T1496700] = @T1496700, [T1496800] = @T1496800, [T1496900] = @T1496900, [T1497000] = @T1497000, [T1497100] = @T1497100, [T1497200] = @T1497200, [T1498400] = @T1498400, [T1498500] = @T1498500, [T1498600] = @T1498600, [T1498700] = @T1498700, [T1498800] = @T1498800, [T1498900] = @T1498900, [T1499000] = @T1499000, [T1499100] = @T1499100, [T1499200] = @T1499200, [T1499300] = @T1499300, [T1499400] = @T1499400, [T1499500] = @T1499500, [T1499501] = @T1499501, [T1499600] = @T1499600, [T1499601] = @T1499601, [T1499700] = @T1499700, [T1499701] = @T1499701, [T1499800] = @T1499800, [T1499801] = @T1499801, [T1499900] = @T1499900, [T1499901] = @T1499901, [T1500000] = @T1500000, [T1500001] = @T1500001, [T1500100] = @T1500100, [T1500101] = @T1500101, [T1500200] = @T1500200, [T1500201] = @T1500201, [T1500300] = @T1500300, [T1500301] = @T1500301, [T1500400] = @T1500400, [T1500401] = @T1500401, [T1501100] = @T1501100, [T1501200] = @T1501200, [T1501300] = @T1501300, [T1501400] = @T1501400, [T1501500] = @T1501500, [T1501600] = @T1501600, [T1501700] = @T1501700, [T1501800] = @T1501800, [T1501900] = @T1501900, [T1502000] = @T1502000, [T1502100] = @T1502100, [T1765100] = @T1765100, [T1765200] = @T1765200, [T1765300] = @T1765300, [T1765400] = @T1765400, [T1765500] = @T1765500, [T1765600] = @T1765600, [T1765700] = @T1765700, [T2541200] = @T2541200, [T2541300] = @T2541300, [T2541400] = @T2541400, [T2541500] = @T2541500, [T2541600] = @T2541600, [T2541700] = @T2541700, [T2541800] = @T2541800, [T2541900] = @T2541900, [T2542000] = @T2542000, [T2542100] = @T2542100, [T2542200] = @T2542200, [T2542300] = @T2542300, [T2542400] = @T2542400, [T2542500] = @T2542500, [T2542600] = @T2542600, [T2542700] = @T2542700, [T2542800] = @T2542800, [T2542900] = @T2542900, [T2543000] = @T2543000, [T2543100] = @T2543100, [T2544200] = @T2544200, [T2544300] = @T2544300, [T2544400] = @T2544400, [T2544500] = @T2544500, [T2544600] = @T2544600, [T2544700] = @T2544700, [T2544800] = @T2544800, [T2544900] = @T2544900, [T2545000] = @T2545000, [T2545100] = @T2545100, [T2545200] = @T2545200, [T2545201] = @T2545201, [T2545300] = @T2545300, [T2545301] = @T2545301, [T2545400] = @T2545400, [T2545401] = @T2545401, [T2545500] = @T2545500, [T2545501] = @T2545501, [T2545600] = @T2545600, [T2545601] = @T2545601, [T2545700] = @T2545700, [T2545701] = @T2545701, [T2545800] = @T2545800, [T2545801] = @T2545801, [T2545900] = @T2545900, [T2545901] = @T2545901, [T2546000] = @T2546000, [T2546001] = @T2546001, [T2546800] = @T2546800, [T2546900] = @T2546900, [T2547000] = @T2547000, [T2547100] = @T2547100, [T2547200] = @T2547200, [T2547300] = @T2547300, [T2547400] = @T2547400, [T2547500] = @T2547500, [T2547600] = @T2547600, [T2547700] = @T2547700, [T2763400] = @T2763400, [T2763500] = @T2763500, [T2763600] = @T2763600, [T2763700] = @T2763700, [T2763800] = @T2763800, [T2763900] = @T2763900, [T2764000] = @T2764000, [T3527500] = @T3527500, [T3527600] = @T3527600, [T3527700] = @T3527700, [T3527800] = @T3527800, [T3527900] = @T3527900, [T3528000] = @T3528000, [T3528100] = @T3528100, [T3528200] = @T3528200, [T3528300] = @T3528300, [T3528400] = @T3528400, [T3530500] = @T3530500, [T3530600] = @T3530600, [T3530700] = @T3530700, [T3530800] = @T3530800, [T3530900] = @T3530900, [T3531000] = @T3531000, [T3531100] = @T3531100, [T3531200] = @T3531200, [T3531300] = @T3531300, [T3531400] = @T3531400, [T3531500] = @T3531500, [T3531501] = @T3531501, [T3531600] = @T3531600, [T3531601] = @T3531601, [T3531700] = @T3531700, [T3531701] = @T3531701, [T3531800] = @T3531800, [T3531801] = @T3531801, [T3531900] = @T3531900, [T3531901] = @T3531901, [T3532000] = @T3532000, [T3532001] = @T3532001, [T3532100] = @T3532100, [T3532101] = @T3532101, [T3532200] = @T3532200, [T3532201] = @T3532201, [T3532300] = @T3532300, [T3532301] = @T3532301, [T3532400] = @T3532400, [T3532401] = @T3532401, [T3533200] = @T3533200, [T3533300] = @T3533300, [T3533400] = @T3533400, [T3533500] = @T3533500, [T3533600] = @T3533600, [T3533700] = @T3533700, [T3533800] = @T3533800, [T3533900] = @T3533900, [T3534000] = @T3534000, [T3534100] = @T3534100, [T3729600] = @T3729600, [T3729700] = @T3729700, [T3729800] = @T3729800, [T3729900] = @T3729900, [T3730000] = @T3730000, [T3730100] = @T3730100, [T4496200] = @T4496200, [T4496300] = @T4496300, [T4496400] = @T4496400, [T4496500] = @T4496500, [T4496600] = @T4496600, [T4496700] = @T4496700, [T4496800] = @T4496800, [T4496900] = @T4496900, [T4497000] = @T4497000, [T4497100] = @T4497100, [T4500700] = @T4500700, [T4500800] = @T4500800, [T4500900] = @T4500900, [T4501000] = @T4501000, [T4501100] = @T4501100, [T4501200] = @T4501200, [T4501300] = @T4501300, [T4501400] = @T4501400, [T4501500] = @T4501500, [T4501600] = @T4501600, [T4501700] = @T4501700, [T4501701] = @T4501701, [T4501800] = @T4501800, [T4501801] = @T4501801, [T4501900] = @T4501900, [T4501901] = @T4501901, [T4502000] = @T4502000, [T4502001] = @T4502001, [T4502100] = @T4502100, [T4502101] = @T4502101, [T4502200] = @T4502200, [T4502201] = @T4502201, [T4502300] = @T4502300, [T4502301] = @T4502301, [T4502400] = @T4502400, [T4502401] = @T4502401, [T4502500] = @T4502500, [T4502501] = @T4502501, [T4502600] = @T4502600, [T4502601] = @T4502601, [T4504900] = @T4504900, [T4505000] = @T4505000, [T4505100] = @T4505100, [T4505200] = @T4505200, [T4505300] = @T4505300, [T4505400] = @T4505400, [T4505500] = @T4505500, [T4505600] = @T4505600, [T4505700] = @T4505700, [T4505800] = @T4505800, [T4703500] = @T4703500, [T4703600] = @T4703600, [T4703700] = @T4703700, [T4703800] = @T4703800, [T4703900] = @T4703900, [T4704000] = @T4704000 WHERE (([R0000100] = @Original_R0000100) AND ((@IsNull_R0173600 = 1 AND [R0173600] IS NULL) OR ([R0173600] = @Original_R0173600)) AND ((@IsNull_R0214700 = 1 AND [R0214700] IS NULL) OR ([R0214700] = @Original_R0214700)) AND ((@IsNull_R0214800 = 1 AND [R0214800] IS NULL) OR ([R0214800] = @Original_R0214800)) AND ((@IsNull_R1373300 = 1 AND [R1373300] IS NULL) OR ([R1373300] = @Original_R1373300)) AND ((@IsNull_R1373500 = 1 AND [R1373500] IS NULL) OR ([R1373500] = @Original_R1373500)) AND ((@IsNull_R1374000 = 1 AND [R1374000] IS NULL) OR ([R1374000] = @Original_R1374000)) AND ((@IsNull_R1374200 = 1 AND [R1374200] IS NULL) OR ([R1374200] = @Original_R1374200)) AND ((@IsNull_R1374700 = 1 AND [R1374700] IS NULL) OR ([R1374700] = @Original_R1374700)) AND ((@IsNull_R1374900 = 1 AND [R1374900] IS NULL) OR ([R1374900] = @Original_R1374900)) AND ((@IsNull_R1375400 = 1 AND [R1375400] IS NULL) OR ([R1375400] = @Original_R1375400)) AND ((@IsNull_R1375600 = 1 AND [R1375600] IS NULL) OR ([R1375600] = @Original_R1375600)) AND ((@IsNull_R1376100 = 1 AND [R1376100] IS NULL) OR ([R1376100] = @Original_R1376100)) AND ((@IsNull_R1376300 = 1 AND [R1376300] IS NULL) OR ([R1376300] = @Original_R1376300)) AND ((@IsNull_R1376800 = 1 AND [R1376800] IS NULL) OR ([R1376800] = @Original_R1376800)) AND ((@IsNull_R1377000 = 1 AND [R1377000] IS NULL) OR ([R1377000] = @Original_R1377000)) AND ((@IsNull_R1377500 = 1 AND [R1377500] IS NULL) OR ([R1377500] = @Original_R1377500)) AND ((@IsNull_R1377700 = 1 AND [R1377700] IS NULL) OR ([R1377700] = @Original_R1377700)) AND ((@IsNull_R1753700 = 1 AND [R1753700] IS NULL) OR ([R1753700] = @Original_R1753700)) AND ((@IsNull_R1753900 = 1 AND [R1753900] IS NULL) OR ([R1753900] = @Original_R1753900)) AND ((@IsNull_R1754400 = 1 AND [R1754400] IS NULL) OR ([R1754400] = @Original_R1754400)) AND ((@IsNull_R1754600 = 1 AND [R1754600] IS NULL) OR ([R1754600] = @Original_R1754600)) AND ((@IsNull_R1755100 = 1 AND [R1755100] IS NULL) OR ([R1755100] = @Original_R1755100)) AND ((@IsNull_R1755300 = 1 AND [R1755300] IS NULL) OR ([R1755300] = @Original_R1755300)) AND ((@IsNull_R1755800 = 1 AND [R1755800] IS NULL) OR ([R1755800] = @Original_R1755800)) AND ((@IsNull_R1756000 = 1 AND [R1756000] IS NULL) OR ([R1756000] = @Original_R1756000)) AND ((@IsNull_R1756500 = 1 AND [R1756500] IS NULL) OR ([R1756500] = @Original_R1756500)) AND ((@IsNull_R1756700 = 1 AND [R1756700] IS NULL) OR ([R1756700] = @Original_R1756700)) AND ((@IsNull_R1757200 = 1 AND [R1757200] IS NULL) OR ([R1757200] = @Original_R1757200)) AND ((@IsNull_R1757400 = 1 AND [R1757400] IS NULL) OR ([R1757400] = @Original_R1757400)) AND ((@IsNull_R1757900 = 1 AND [R1757900] IS NULL) OR ([R1757900] = @Original_R1757900)) AND ((@IsNull_R1758100 = 1 AND [R1758100] IS NULL) OR ([R1758100] = @Original_R1758100)) AND ((@IsNull_R2095700 = 1 AND [R2095700] IS NULL) OR ([R2095700] = @Original_R2095700)) AND ((@IsNull_R2095900 = 1 AND [R2095900] IS NULL) OR ([R2095900] = @Original_R2095900)) AND ((@IsNull_R2096400 = 1 AND [R2096400] IS NULL) OR ([R2096400] = @Original_R2096400)) AND ((@IsNull_R2096600 = 1 AND [R2096600] IS NULL) OR ([R2096600] = @Original_R2096600)) AND ((@IsNull_R2097100 = 1 AND [R2097100] IS NULL) OR ([R2097100] = @Original_R2097100)) AND ((@IsNull_R2097300 = 1 AND [R2097300] IS NULL) OR ([R2097300] = @Original_R2097300)) AND ((@IsNull_R2097800 = 1 AND [R2097800] IS NULL) OR ([R2097800] = @Original_R2097800)) AND ((@IsNull_R2098000 = 1 AND [R2098000] IS NULL) OR ([R2098000] = @Original_R2098000)) AND ((@IsNull_R2098500 = 1 AND [R2098500] IS NULL) OR ([R2098500] = @Original_R2098500)) AND ((@IsNull_R2098700 = 1 AND [R2098700] IS NULL) OR ([R2098700] = @Original_R2098700)) AND ((@IsNull_R2099200 = 1 AND [R2099200] IS NULL) OR ([R2099200] = @Original_R2099200)) AND ((@IsNull_R2099400 = 1 AND [R2099400] IS NULL) OR ([R2099400] = @Original_R2099400)) AND ((@IsNull_R2099900 = 1 AND [R2099900] IS NULL) OR ([R2099900] = @Original_R2099900)) AND ((@IsNull_R2100100 = 1 AND [R2100100] IS NULL) OR ([R2100100] = @Original_R2100100)) AND ((@IsNull_R2345900 = 1 AND [R2345900] IS NULL) OR ([R2345900] = @Original_R2345900)) AND ((@IsNull_R2346200 = 1 AND [R2346200] IS NULL) OR ([R2346200] = @Original_R2346200)) AND ((@IsNull_R2346500 = 1 AND [R2346500] IS NULL) OR ([R2346500] = @Original_R2346500)) AND ((@IsNull_R2346800 = 1 AND [R2346800] IS NULL) OR ([R2346800] = @Original_R2346800)) AND ((@IsNull_R2347100 = 1 AND [R2347100] IS NULL) OR ([R2347100] = @Original_R2347100)) AND ((@IsNull_R2347400 = 1 AND [R2347400] IS NULL) OR ([R2347400] = @Original_R2347400)) AND ((@IsNull_R2347700 = 1 AND [R2347700] IS NULL) OR ([R2347700] = @Original_R2347700)) AND ((@IsNull_R2648000 = 1 AND [R2648000] IS NULL) OR ([R2648000] = @Original_R2648000)) AND ((@IsNull_R2648200 = 1 AND [R2648200] IS NULL) OR ([R2648200] = @Original_R2648200)) AND ((@IsNull_R2648700 = 1 AND [R2648700] IS NULL) OR ([R2648700] = @Original_R2648700)) AND ((@IsNull_R2648900 = 1 AND [R2648900] IS NULL) OR ([R2648900] = @Original_R2648900)) AND ((@IsNull_R2649400 = 1 AND [R2649400] IS NULL) OR ([R2649400] = @Original_R2649400)) AND ((@IsNull_R2649600 = 1 AND [R2649600] IS NULL) OR ([R2649600] = @Original_R2649600)) AND ((@IsNull_R2650100 = 1 AND [R2650100] IS NULL) OR ([R2650100] = @Original_R2650100)) AND ((@IsNull_R2650300 = 1 AND [R2650300] IS NULL) OR ([R2650300] = @Original_R2650300)) AND ((@IsNull_R2650800 = 1 AND [R2650800] IS NULL) OR ([R2650800] = @Original_R2650800)) AND ((@IsNull_R2651000 = 1 AND [R2651000] IS NULL) OR ([R2651000] = @Original_R2651000)) AND ((@IsNull_R2651500 = 1 AND [R2651500] IS NULL) OR ([R2651500] = @Original_R2651500)) AND ((@IsNull_R2651700 = 1 AND [R2651700] IS NULL) OR ([R2651700] = @Original_R2651700)) AND ((@IsNull_R2652200 = 1 AND [R2652200] IS NULL) OR ([R2652200] = @Original_R2652200)) AND ((@IsNull_R2652400 = 1 AND [R2652400] IS NULL) OR ([R2652400] = @Original_R2652400)) AND ((@IsNull_R2955900 = 1 AND [R2955900] IS NULL) OR ([R2955900] = @Original_R2955900)) AND ((@IsNull_R2956200 = 1 AND [R2956200] IS NULL) OR ([R2956200] = @Original_R2956200)) AND ((@IsNull_R2956500 = 1 AND [R2956500] IS NULL) OR ([R2956500] = @Original_R2956500)) AND ((@IsNull_R2956800 = 1 AND [R2956800] IS NULL) OR ([R2956800] = @Original_R2956800)) AND ((@IsNull_R2957100 = 1 AND [R2957100] IS NULL) OR ([R2957100] = @Original_R2957100)) AND ((@IsNull_R2957400 = 1 AND [R2957400] IS NULL) OR ([R2957400] = @Original_R2957400)) AND ((@IsNull_R2957700 = 1 AND [R2957700] IS NULL) OR ([R2957700] = @Original_R2957700)) AND ((@IsNull_R3255900 = 1 AND [R3255900] IS NULL) OR ([R3255900] = @Original_R3255900)) AND ((@IsNull_R3256100 = 1 AND [R3256100] IS NULL) OR ([R3256100] = @Original_R3256100)) AND ((@IsNull_R3257700 = 1 AND [R3257700] IS NULL) OR ([R3257700] = @Original_R3257700)) AND ((@IsNull_R3257900 = 1 AND [R3257900] IS NULL) OR ([R3257900] = @Original_R3257900)) AND ((@IsNull_R3259500 = 1 AND [R3259500] IS NULL) OR ([R3259500] = @Original_R3259500)) AND ((@IsNull_R3259700 = 1 AND [R3259700] IS NULL) OR ([R3259700] = @Original_R3259700)) AND ((@IsNull_R3261300 = 1 AND [R3261300] IS NULL) OR ([R3261300] = @Original_R3261300)) AND ((@IsNull_R3261500 = 1 AND [R3261500] IS NULL) OR ([R3261500] = @Original_R3261500)) AND ((@IsNull_R3263100 = 1 AND [R3263100] IS NULL) OR ([R3263100] = @Original_R3263100)) AND ((@IsNull_R3263300 = 1 AND [R3263300] IS NULL) OR ([R3263300] = @Original_R3263300)) AND ((@IsNull_R3264900 = 1 AND [R3264900] IS NULL) OR ([R3264900] = @Original_R3264900)) AND ((@IsNull_R3265100 = 1 AND [R3265100] IS NULL) OR ([R3265100] = @Original_R3265100)) AND ((@IsNull_R3266700 = 1 AND [R3266700] IS NULL) OR ([R3266700] = @Original_R3266700)) AND ((@IsNull_R3266900 = 1 AND [R3266900] IS NULL) OR ([R3266900] = @Original_R3266900)) AND ((@IsNull_R3268500 = 1 AND [R3268500] IS NULL) OR ([R3268500] = @Original_R3268500)) AND ((@IsNull_R3556400 = 1 AND [R3556400] IS NULL) OR ([R3556400] = @Original_R3556400)) AND ((@IsNull_R3557000 = 1 AND [R3557000] IS NULL) OR ([R3557000] = @Original_R3557000)) AND ((@IsNull_R3557600 = 1 AND [R3557600] IS NULL) OR ([R3557600] = @Original_R3557600)) AND ((@IsNull_R3771800 = 1 AND [R3771800] IS NULL) OR ([R3771800] = @Original_R3771800)) AND ((@IsNull_R3772000 = 1 AND [R3772000] IS NULL) OR ([R3772000] = @Original_R3772000)) AND ((@IsNull_R3772100 = 1 AND [R3772100] IS NULL) OR ([R3772100] = @Original_R3772100)) AND ((@IsNull_R3772400 = 1 AND [R3772400] IS NULL) OR ([R3772400] = @Original_R3772400)) AND ((@IsNull_R3773900 = 1 AND [R3773900] IS NULL) OR ([R3773900] = @Original_R3773900)) AND ((@IsNull_R3774100 = 1 AND [R3774100] IS NULL) OR ([R3774100] = @Original_R3774100)) AND ((@IsNull_R3774200 = 1 AND [R3774200] IS NULL) OR ([R3774200] = @Original_R3774200)) AND ((@IsNull_R3774500 = 1 AND [R3774500] IS NULL) OR ([R3774500] = @Original_R3774500)) AND ((@IsNull_R3776000 = 1 AND [R3776000] IS NULL) OR ([R3776000] = @Original_R3776000)) AND ((@IsNull_R3776200 = 1 AND [R3776200] IS NULL) OR ([R3776200] = @Original_R3776200)) AND ((@IsNull_R3776300 = 1 AND [R3776300] IS NULL) OR ([R3776300] = @Original_R3776300)) AND ((@IsNull_R3776600 = 1 AND [R3776600] IS NULL) OR ([R3776600] = @Original_R3776600)) AND ((@IsNull_R3778100 = 1 AND [R3778100] IS NULL) OR ([R3778100] = @Original_R3778100)) AND ((@IsNull_R3778300 = 1 AND [R3778300] IS NULL) OR ([R3778300] = @Original_R3778300)) AND ((@IsNull_R3778400 = 1 AND [R3778400] IS NULL) OR ([R3778400] = @Original_R3778400)) AND ((@IsNull_R3778700 = 1 AND [R3778700] IS NULL) OR ([R3778700] = @Original_R3778700)) AND ((@IsNull_R3780200 = 1 AND [R3780200] IS NULL) OR ([R3780200] = @Original_R3780200)) AND ((@IsNull_R3780400 = 1 AND [R3780400] IS NULL) OR ([R3780400] = @Original_R3780400)) AND ((@IsNull_R3780500 = 1 AND [R3780500] IS NULL) OR ([R3780500] = @Original_R3780500)) AND ((@IsNull_R3780800 = 1 AND [R3780800] IS NULL) OR ([R3780800] = @Original_R3780800)) AND ((@IsNull_R3782300 = 1 AND [R3782300] IS NULL) OR ([R3782300] = @Original_R3782300)) AND ((@IsNull_R3782500 = 1 AND [R3782500] IS NULL) OR ([R3782500] = @Original_R3782500)) AND ((@IsNull_R3782600 = 1 AND [R3782600] IS NULL) OR ([R3782600] = @Original_R3782600)) AND ((@IsNull_R3782900 = 1 AND [R3782900] IS NULL) OR ([R3782900] = @Original_R3782900)) AND ((@IsNull_R3784400 = 1 AND [R3784400] IS NULL) OR ([R3784400] = @Original_R3784400)) AND ((@IsNull_R3784600 = 1 AND [R3784600] IS NULL) OR ([R3784600] = @Original_R3784600)) AND ((@IsNull_R3784700 = 1 AND [R3784700] IS NULL) OR ([R3784700] = @Original_R3784700)) AND ((@IsNull_R3785000 = 1 AND [R3785000] IS NULL) OR ([R3785000] = @Original_R3785000)) AND ((@IsNull_R3786500 = 1 AND [R3786500] IS NULL) OR ([R3786500] = @Original_R3786500)) AND ((@IsNull_R3788004 = 1 AND [R3788004] IS NULL) OR ([R3788004] = @Original_R3788004)) AND ((@IsNull_R4276800 = 1 AND [R4276800] IS NULL) OR ([R4276800] = @Original_R4276800)) AND ((@IsNull_R4277000 = 1 AND [R4277000] IS NULL) OR ([R4277000] = @Original_R4277000)) AND ((@IsNull_R4277100 = 1 AND [R4277100] IS NULL) OR ([R4277100] = @Original_R4277100)) AND ((@IsNull_R4277101 = 1 AND [R4277101] IS NULL) OR ([R4277101] = @Original_R4277101)) AND ((@IsNull_R4277700 = 1 AND [R4277700] IS NULL) OR ([R4277700] = @Original_R4277700)) AND ((@IsNull_R4277900 = 1 AND [R4277900] IS NULL) OR ([R4277900] = @Original_R4277900)) AND ((@IsNull_R4278000 = 1 AND [R4278000] IS NULL) OR ([R4278000] = @Original_R4278000)) AND ((@IsNull_R4278001 = 1 AND [R4278001] IS NULL) OR ([R4278001] = @Original_R4278001)) AND ((@IsNull_R4278600 = 1 AND [R4278600] IS NULL) OR ([R4278600] = @Original_R4278600)) AND ((@IsNull_R4278800 = 1 AND [R4278800] IS NULL) OR ([R4278800] = @Original_R4278800)) AND ((@IsNull_R4278900 = 1 AND [R4278900] IS NULL) OR ([R4278900] = @Original_R4278900)) AND ((@IsNull_R4278901 = 1 AND [R4278901] IS NULL) OR ([R4278901] = @Original_R4278901)) AND ((@IsNull_R4279500 = 1 AND [R4279500] IS NULL) OR ([R4279500] = @Original_R4279500)) AND ((@IsNull_R4279700 = 1 AND [R4279700] IS NULL) OR ([R4279700] = @Original_R4279700)) AND ((@IsNull_R4279800 = 1 AND [R4279800] IS NULL) OR ([R4279800] = @Original_R4279800)) AND ((@IsNull_R4279801 = 1 AND [R4279801] IS NULL) OR ([R4279801] = @Original_R4279801)) AND ((@IsNull_R4280400 = 1 AND [R4280400] IS NULL) OR ([R4280400] = @Original_R4280400)) AND ((@IsNull_R4280600 = 1 AND [R4280600] IS NULL) OR ([R4280600] = @Original_R4280600)) AND ((@IsNull_R4280700 = 1 AND [R4280700] IS NULL) OR ([R4280700] = @Original_R4280700)) AND ((@IsNull_R4280701 = 1 AND [R4280701] IS NULL) OR ([R4280701] = @Original_R4280701)) AND ((@IsNull_R4281300 = 1 AND [R4281300] IS NULL) OR ([R4281300] = @Original_R4281300)) AND ((@IsNull_R4281500 = 1 AND [R4281500] IS NULL) OR ([R4281500] = @Original_R4281500)) AND ((@IsNull_R4281600 = 1 AND [R4281600] IS NULL) OR ([R4281600] = @Original_R4281600)) AND ((@IsNull_R4281601 = 1 AND [R4281601] IS NULL) OR ([R4281601] = @Original_R4281601)) AND ((@IsNull_R4282100 = 1 AND [R4282100] IS NULL) OR ([R4282100] = @Original_R4282100)) AND ((@IsNull_R4282300 = 1 AND [R4282300] IS NULL) OR ([R4282300] = @Original_R4282300)) AND ((@IsNull_R4282400 = 1 AND [R4282400] IS NULL) OR ([R4282400] = @Original_R4282400)) AND ((@IsNull_R4282401 = 1 AND [R4282401] IS NULL) OR ([R4282401] = @Original_R4282401)) AND ((@IsNull_R4282900 = 1 AND [R4282900] IS NULL) OR ([R4282900] = @Original_R4282900)) AND ((@IsNull_R4283000 = 1 AND [R4283000] IS NULL) OR ([R4283000] = @Original_R4283000)) AND ((@IsNull_R4283100 = 1 AND [R4283100] IS NULL) OR ([R4283100] = @Original_R4283100)) AND ((@IsNull_R4283600 = 1 AND [R4283600] IS NULL) OR ([R4283600] = @Original_R4283600)) AND ((@IsNull_R4827600 = 1 AND [R4827600] IS NULL) OR ([R4827600] = @Original_R4827600)) AND ((@IsNull_R4827800 = 1 AND [R4827800] IS NULL) OR ([R4827800] = @Original_R4827800)) AND ((@IsNull_R4827900 = 1 AND [R4827900] IS NULL) OR ([R4827900] = @Original_R4827900)) AND ((@IsNull_R4827901 = 1 AND [R4827901] IS NULL) OR ([R4827901] = @Original_R4827901)) AND ((@IsNull_R4828100 = 1 AND [R4828100] IS NULL) OR ([R4828100] = @Original_R4828100)) AND ((@IsNull_R4830600 = 1 AND [R4830600] IS NULL) OR ([R4830600] = @Original_R4830600)) AND ((@IsNull_R4830800 = 1 AND [R4830800] IS NULL) OR ([R4830800] = @Original_R4830800)) AND ((@IsNull_R4830900 = 1 AND [R4830900] IS NULL) OR ([R4830900] = @Original_R4830900)) AND ((@IsNull_R4830901 = 1 AND [R4830901] IS NULL) OR ([R4830901] = @Original_R4830901)) AND ((@IsNull_R4831100 = 1 AND [R4831100] IS NULL) OR ([R4831100] = @Original_R4831100)) AND ((@IsNull_R4833600 = 1 AND [R4833600] IS NULL) OR ([R4833600] = @Original_R4833600)) AND ((@IsNull_R4833800 = 1 AND [R4833800] IS NULL) OR ([R4833800] = @Original_R4833800)) AND ((@IsNull_R4833900 = 1 AND [R4833900] IS NULL) OR ([R4833900] = @Original_R4833900)) AND ((@IsNull_R4833901 = 1 AND [R4833901] IS NULL) OR ([R4833901] = @Original_R4833901)) AND ((@IsNull_R4834100 = 1 AND [R4834100] IS NULL) OR ([R4834100] = @Original_R4834100)) AND ((@IsNull_R4836600 = 1 AND [R4836600] IS NULL) OR ([R4836600] = @Original_R4836600)) AND ((@IsNull_R4836800 = 1 AND [R4836800] IS NULL) OR ([R4836800] = @Original_R4836800)) AND ((@IsNull_R4836900 = 1 AND [R4836900] IS NULL) OR ([R4836900] = @Original_R4836900)) AND ((@IsNull_R4836901 = 1 AND [R4836901] IS NULL) OR ([R4836901] = @Original_R4836901)) AND ((@IsNull_R4837100 = 1 AND [R4837100] IS NULL) OR ([R4837100] = @Original_R4837100)) AND ((@IsNull_R4839600 = 1 AND [R4839600] IS NULL) OR ([R4839600] = @Original_R4839600)) AND ((@IsNull_R4839800 = 1 AND [R4839800] IS NULL) OR ([R4839800] = @Original_R4839800)) AND ((@IsNull_R4839900 = 1 AND [R4839900] IS NULL) OR ([R4839900] = @Original_R4839900)) AND ((@IsNull_R4839901 = 1 AND [R4839901] IS NULL) OR ([R4839901] = @Original_R4839901)) AND ((@IsNull_R4840100 = 1 AND [R4840100] IS NULL) OR ([R4840100] = @Original_R4840100)) AND ((@IsNull_R4842500 = 1 AND [R4842500] IS NULL) OR ([R4842500] = @Original_R4842500)) AND ((@IsNull_R4842700 = 1 AND [R4842700] IS NULL) OR ([R4842700] = @Original_R4842700)) AND ((@IsNull_R4842800 = 1 AND [R4842800] IS NULL) OR ([R4842800] = @Original_R4842800)) AND ((@IsNull_R4842801 = 1 AND [R4842801] IS NULL) OR ([R4842801] = @Original_R4842801)) AND ((@IsNull_R4842900 = 1 AND [R4842900] IS NULL) OR ([R4842900] = @Original_R4842900)) AND ((@IsNull_R4844800 = 1 AND [R4844800] IS NULL) OR ([R4844800] = @Original_R4844800)) AND ((@IsNull_R4845000 = 1 AND [R4845000] IS NULL) OR ([R4845000] = @Original_R4845000)) AND ((@IsNull_R4845100 = 1 AND [R4845100] IS NULL) OR ([R4845100] = @Original_R4845100)) AND ((@IsNull_R4845101 = 1 AND [R4845101] IS NULL) OR ([R4845101] = @Original_R4845101)) AND ((@IsNull_R4845200 = 1 AND [R4845200] IS NULL) OR ([R4845200] = @Original_R4845200)) AND ((@IsNull_R4847100 = 1 AND [R4847100] IS NULL) OR ([R4847100] = @Original_R4847100)) AND ((@IsNull_R4847300 = 1 AND [R4847300] IS NULL) OR ([R4847300] = @Original_R4847300)) AND ((@IsNull_R4847400 = 1 AND [R4847400] IS NULL) OR ([R4847400] = @Original_R4847400)) AND ((@IsNull_R5498000 = 1 AND [R5498000] IS NULL) OR ([R5498000] = @Original_R5498000)) AND ((@IsNull_R5498200 = 1 AND [R5498200] IS NULL) OR ([R5498200] = @Original_R5498200)) AND ((@IsNull_R5498300 = 1 AND [R5498300] IS NULL) OR ([R5498300] = @Original_R5498300)) AND ((@IsNull_R5498301 = 1 AND [R5498301] IS NULL) OR ([R5498301] = @Original_R5498301)) AND ((@IsNull_R5498500 = 1 AND [R5498500] IS NULL) OR ([R5498500] = @Original_R5498500)) AND ((@IsNull_R5501000 = 1 AND [R5501000] IS NULL) OR ([R5501000] = @Original_R5501000)) AND ((@IsNull_R5501200 = 1 AND [R5501200] IS NULL) OR ([R5501200] = @Original_R5501200)) AND ((@IsNull_R5501300 = 1 AND [R5501300] IS NULL) OR ([R5501300] = @Original_R5501300)) AND ((@IsNull_R5501301 = 1 AND [R5501301] IS NULL) OR ([R5501301] = @Original_R5501301)) AND ((@IsNull_R5501500 = 1 AND [R5501500] IS NULL) OR ([R5501500] = @Original_R5501500)) AND ((@IsNull_R5504000 = 1 AND [R5504000] IS NULL) OR ([R5504000] = @Original_R5504000)) AND ((@IsNull_R5504200 = 1 AND [R5504200] IS NULL) OR ([R5504200] = @Original_R5504200)) AND ((@IsNull_R5504300 = 1 AND [R5504300] IS NULL) OR ([R5504300] = @Original_R5504300)) AND ((@IsNull_R5504301 = 1 AND [R5504301] IS NULL) OR ([R5504301] = @Original_R5504301)) AND ((@IsNull_R5504500 = 1 AND [R5504500] IS NULL) OR ([R5504500] = @Original_R5504500)) AND ((@IsNull_R5507000 = 1 AND [R5507000] IS NULL) OR ([R5507000] = @Original_R5507000)) AND ((@IsNull_R5507200 = 1 AND [R5507200] IS NULL) OR ([R5507200] = @Original_R5507200)) AND ((@IsNull_R5507300 = 1 AND [R5507300] IS NULL) OR ([R5507300] = @Original_R5507300)) AND ((@IsNull_R5507301 = 1 AND [R5507301] IS NULL) OR ([R5507301] = @Original_R5507301)) AND ((@IsNull_R5507500 = 1 AND [R5507500] IS NULL) OR ([R5507500] = @Original_R5507500)) AND ((@IsNull_R5510000 = 1 AND [R5510000] IS NULL) OR ([R5510000] = @Original_R5510000)) AND ((@IsNull_R5510200 = 1 AND [R5510200] IS NULL) OR ([R5510200] = @Original_R5510200)) AND ((@IsNull_R5510300 = 1 AND [R5510300] IS NULL) OR ([R5510300] = @Original_R5510300)) AND ((@IsNull_R5510301 = 1 AND [R5510301] IS NULL) OR ([R5510301] = @Original_R5510301)) AND ((@IsNull_R5510500 = 1 AND [R5510500] IS NULL) OR ([R5510500] = @Original_R5510500)) AND ((@IsNull_R5513000 = 1 AND [R5513000] IS NULL) OR ([R5513000] = @Original_R5513000)) AND ((@IsNull_R5513200 = 1 AND [R5513200] IS NULL) OR ([R5513200] = @Original_R5513200)) AND ((@IsNull_R5513300 = 1 AND [R5513300] IS NULL) OR ([R5513300] = @Original_R5513300)) AND ((@IsNull_R5513301 = 1 AND [R5513301] IS NULL) OR ([R5513301] = @Original_R5513301)) AND ((@IsNull_R5513400 = 1 AND [R5513400] IS NULL) OR ([R5513400] = @Original_R5513400)) AND ((@IsNull_R5515300 = 1 AND [R5515300] IS NULL) OR ([R5515300] = @Original_R5515300)) AND ((@IsNull_R5515500 = 1 AND [R5515500] IS NULL) OR ([R5515500] = @Original_R5515500)) AND ((@IsNull_R5515600 = 1 AND [R5515600] IS NULL) OR ([R5515600] = @Original_R5515600)) AND ((@IsNull_R5515601 = 1 AND [R5515601] IS NULL) OR ([R5515601] = @Original_R5515601)) AND ((@IsNull_R5515700 = 1 AND [R5515700] IS NULL) OR ([R5515700] = @Original_R5515700)) AND ((@IsNull_R5517600 = 1 AND [R5517600] IS NULL) OR ([R5517600] = @Original_R5517600)) AND ((@IsNull_R5517800 = 1 AND [R5517800] IS NULL) OR ([R5517800] = @Original_R5517800)) AND ((@IsNull_R5517900 = 1 AND [R5517900] IS NULL) OR ([R5517900] = @Original_R5517900)) AND ((@IsNull_R5519800 = 1 AND [R5519800] IS NULL) OR ([R5519800] = @Original_R5519800)) AND ((@IsNull_R5520000 = 1 AND [R5520000] IS NULL) OR ([R5520000] = @Original_R5520000)) AND ((@IsNull_R5520100 = 1 AND [R5520100] IS NULL) OR ([R5520100] = @Original_R5520100)) AND ((@IsNull_R5520101 = 1 AND [R5520101] IS NULL) OR ([R5520101] = @Original_R5520101)) AND ((@IsNull_R5520200 = 1 AND [R5520200] IS NULL) OR ([R5520200] = @Original_R5520200)) AND ((@IsNull_R6218400 = 1 AND [R6218400] IS NULL) OR ([R6218400] = @Original_R6218400)) AND ((@IsNull_R6218500 = 1 AND [R6218500] IS NULL) OR ([R6218500] = @Original_R6218500)) AND ((@IsNull_R6218600 = 1 AND [R6218600] IS NULL) OR ([R6218600] = @Original_R6218600)) AND ((@IsNull_R6218700 = 1 AND [R6218700] IS NULL) OR ([R6218700] = @Original_R6218700)) AND ((@IsNull_R6218800 = 1 AND [R6218800] IS NULL) OR ([R6218800] = @Original_R6218800)) AND ((@IsNull_R6218900 = 1 AND [R6218900] IS NULL) OR ([R6218900] = @Original_R6218900)) AND ((@IsNull_R6219000 = 1 AND [R6219000] IS NULL) OR ([R6219000] = @Original_R6219000)) AND ((@IsNull_R6219100 = 1 AND [R6219100] IS NULL) OR ([R6219100] = @Original_R6219100)) AND ((@IsNull_R6219200 = 1 AND [R6219200] IS NULL) OR ([R6219200] = @Original_R6219200)) AND ((@IsNull_R6219300 = 1 AND [R6219300] IS NULL) OR ([R6219300] = @Original_R6219300)) AND ((@IsNull_R6220600 = 1 AND [R6220600] IS NULL) OR ([R6220600] = @Original_R6220600)) AND ((@IsNull_R6220700 = 1 AND [R6220700] IS NULL) OR ([R6220700] = @Original_R6220700)) AND ((@IsNull_R6220800 = 1 AND [R6220800] IS NULL) OR ([R6220800] = @Original_R6220800)) AND ((@IsNull_R6220900 = 1 AND [R6220900] IS NULL) OR ([R6220900] = @Original_R6220900)) AND ((@IsNull_R6221000 = 1 AND [R6221000] IS NULL) OR ([R6221000] = @Original_R6221000)) AND ((@IsNull_R6221100 = 1 AND [R6221100] IS NULL) OR ([R6221100] = @Original_R6221100)) AND ((@IsNull_R6221200 = 1 AND [R6221200] IS NULL) OR ([R6221200] = @Original_R6221200)) AND ((@IsNull_R6221300 = 1 AND [R6221300] IS NULL) OR ([R6221300] = @Original_R6221300)) AND ((@IsNull_R6221400 = 1 AND [R6221400] IS NULL) OR ([R6221400] = @Original_R6221400)) AND ((@IsNull_R6221500 = 1 AND [R6221500] IS NULL) OR ([R6221500] = @Original_R6221500)) AND ((@IsNull_R6221700 = 1 AND [R6221700] IS NULL) OR ([R6221700] = @Original_R6221700)) AND ((@IsNull_R6221701 = 1 AND [R6221701] IS NULL) OR ([R6221701] = @Original_R6221701)) AND ((@IsNull_R6221800 = 1 AND [R6221800] IS NULL) OR ([R6221800] = @Original_R6221800)) AND ((@IsNull_R6221801 = 1 AND [R6221801] IS NULL) OR ([R6221801] = @Original_R6221801)) AND ((@IsNull_R6221900 = 1 AND [R6221900] IS NULL) OR ([R6221900] = @Original_R6221900)) AND ((@IsNull_R6221901 = 1 AND [R6221901] IS NULL) OR ([R6221901] = @Original_R6221901)) AND ((@IsNull_R6222000 = 1 AND [R6222000] IS NULL) OR ([R6222000] = @Original_R6222000)) AND ((@IsNull_R6222001 = 1 AND [R6222001] IS NULL) OR ([R6222001] = @Original_R6222001)) AND ((@IsNull_R6222100 = 1 AND [R6222100] IS NULL) OR ([R6222100] = @Original_R6222100)) AND ((@IsNull_R6222101 = 1 AND [R6222101] IS NULL) OR ([R6222101] = @Original_R6222101)) AND ((@IsNull_R6222200 = 1 AND [R6222200] IS NULL) OR ([R6222200] = @Original_R6222200)) AND ((@IsNull_R6222201 = 1 AND [R6222201] IS NULL) OR ([R6222201] = @Original_R6222201)) AND ((@IsNull_R6222300 = 1 AND [R6222300] IS NULL) OR ([R6222300] = @Original_R6222300)) AND ((@IsNull_R6222301 = 1 AND [R6222301] IS NULL) OR ([R6222301] = @Original_R6222301)) AND ((@IsNull_R6222400 = 1 AND [R6222400] IS NULL) OR ([R6222400] = @Original_R6222400)) AND ((@IsNull_R6222401 = 1 AND [R6222401] IS NULL) OR ([R6222401] = @Original_R6222401)) AND ((@IsNull_R6222500 = 1 AND [R6222500] IS NULL) OR ([R6222500] = @Original_R6222500)) AND ((@IsNull_R6222501 = 1 AND [R6222501] IS NULL) OR ([R6222501] = @Original_R6222501)) AND ((@IsNull_R6222600 = 1 AND [R6222600] IS NULL) OR ([R6222600] = @Original_R6222600)) AND ((@IsNull_R6222601 = 1 AND [R6222601] IS NULL) OR ([R6222601] = @Original_R6222601)) AND ((@IsNull_R6223400 = 1 AND [R6223400] IS NULL) OR ([R6223400] = @Original_R6223400)) AND ((@IsNull_R6223500 = 1 AND [R6223500] IS NULL) OR ([R6223500] = @Original_R6223500)) AND ((@IsNull_R6223600 = 1 AND [R6223600] IS NULL) OR ([R6223600] = @Original_R6223600)) AND ((@IsNull_R6223700 = 1 AND [R6223700] IS NULL) OR ([R6223700] = @Original_R6223700)) AND ((@IsNull_R6223800 = 1 AND [R6223800] IS NULL) OR ([R6223800] = @Original_R6223800)) AND ((@IsNull_R6223900 = 1 AND [R6223900] IS NULL) OR ([R6223900] = @Original_R6223900)) AND ((@IsNull_R6224000 = 1 AND [R6224000] IS NULL) OR ([R6224000] = @Original_R6224000)) AND ((@IsNull_R6224100 = 1 AND [R6224100] IS NULL) OR ([R6224100] = @Original_R6224100)) AND ((@IsNull_R6224200 = 1 AND [R6224200] IS NULL) OR ([R6224200] = @Original_R6224200)) AND ((@IsNull_R6224300 = 1 AND [R6224300] IS NULL) OR ([R6224300] = @Original_R6224300)) AND ((@IsNull_R6770600 = 1 AND [R6770600] IS NULL) OR ([R6770600] = @Original_R6770600)) AND ((@IsNull_R6771600 = 1 AND [R6771600] IS NULL) OR ([R6771600] = @Original_R6771600)) AND ((@IsNull_R6771700 = 1 AND [R6771700] IS NULL) OR ([R6771700] = @Original_R6771700)) AND ((@IsNull_R6771800 = 1 AND [R6771800] IS NULL) OR ([R6771800] = @Original_R6771800)) AND ((@IsNull_R6771900 = 1 AND [R6771900] IS NULL) OR ([R6771900] = @Original_R6771900)) AND ((@IsNull_R6772000 = 1 AND [R6772000] IS NULL) OR ([R6772000] = @Original_R6772000)) AND ((@IsNull_R6772100 = 1 AND [R6772100] IS NULL) OR ([R6772100] = @Original_R6772100)) AND ((@IsNull_R6772200 = 1 AND [R6772200] IS NULL) OR ([R6772200] = @Original_R6772200)) AND ((@IsNull_R6772300 = 1 AND [R6772300] IS NULL) OR ([R6772300] = @Original_R6772300)) AND ((@IsNull_R6772400 = 1 AND [R6772400] IS NULL) OR ([R6772400] = @Original_R6772400)) AND ((@IsNull_R6772500 = 1 AND [R6772500] IS NULL) OR ([R6772500] = @Original_R6772500)) AND ((@IsNull_R6772600 = 1 AND [R6772600] IS NULL) OR ([R6772600] = @Original_R6772600)) AND ((@IsNull_R6772700 = 1 AND [R6772700] IS NULL) OR ([R6772700] = @Original_R6772700)) AND ((@IsNull_R6772800 = 1 AND [R6772800] IS NULL) OR ([R6772800] = @Original_R6772800)) AND ((@IsNull_R6772900 = 1 AND [R6772900] IS NULL) OR ([R6772900] = @Original_R6772900)) AND ((@IsNull_R6773000 = 1 AND [R6773000] IS NULL) OR ([R6773000] = @Original_R6773000)) AND ((@IsNull_R6773100 = 1 AND [R6773100] IS NULL) OR ([R6773100] = @Original_R6773100)) AND ((@IsNull_R6773200 = 1 AND [R6773200] IS NULL) OR ([R6773200] = @Original_R6773200)) AND ((@IsNull_R6773300 = 1 AND [R6773300] IS NULL) OR ([R6773300] = @Original_R6773300)) AND ((@IsNull_R6773400 = 1 AND [R6773400] IS NULL) OR ([R6773400] = @Original_R6773400)) AND ((@IsNull_R6774500 = 1 AND [R6774500] IS NULL) OR ([R6774500] = @Original_R6774500)) AND ((@IsNull_R6774600 = 1 AND [R6774600] IS NULL) OR ([R6774600] = @Original_R6774600)) AND ((@IsNull_R6774700 = 1 AND [R6774700] IS NULL) OR ([R6774700] = @Original_R6774700)) AND ((@IsNull_R6774800 = 1 AND [R6774800] IS NULL) OR ([R6774800] = @Original_R6774800)) AND ((@IsNull_R6774900 = 1 AND [R6774900] IS NULL) OR ([R6774900] = @Original_R6774900)) AND ((@IsNull_R6775000 = 1 AND [R6775000] IS NULL) OR ([R6775000] = @Original_R6775000)) AND ((@IsNull_R6775100 = 1 AND [R6775100] IS NULL) OR ([R6775100] = @Original_R6775100)) AND ((@IsNull_R6775200 = 1 AND [R6775200] IS NULL) OR ([R6775200] = @Original_R6775200)) AND ((@IsNull_R6775300 = 1 AND [R6775300] IS NULL) OR ([R6775300] = @Original_R6775300)) AND ((@IsNull_R6775400 = 1 AND [R6775400] IS NULL) OR ([R6775400] = @Original_R6775400)) AND ((@IsNull_R6775500 = 1 AND [R6775500] IS NULL) OR ([R6775500] = @Original_R6775500)) AND ((@IsNull_R6775501 = 1 AND [R6775501] IS NULL) OR ([R6775501] = @Original_R6775501)) AND ((@IsNull_R6775600 = 1 AND [R6775600] IS NULL) OR ([R6775600] = @Original_R6775600)) AND ((@IsNull_R6775601 = 1 AND [R6775601] IS NULL) OR ([R6775601] = @Original_R6775601)) AND ((@IsNull_R6775700 = 1 AND [R6775700] IS NULL) OR ([R6775700] = @Original_R6775700)) AND ((@IsNull_R6775701 = 1 AND [R6775701] IS NULL) OR ([R6775701] = @Original_R6775701)) AND ((@IsNull_R6775800 = 1 AND [R6775800] IS NULL) OR ([R6775800] = @Original_R6775800)) AND ((@IsNull_R6775801 = 1 AND [R6775801] IS NULL) OR ([R6775801] = @Original_R6775801)) AND ((@IsNull_R6775900 = 1 AND [R6775900] IS NULL) OR ([R6775900] = @Original_R6775900)) AND ((@IsNull_R6775901 = 1 AND [R6775901] IS NULL) OR ([R6775901] = @Original_R6775901)) AND ((@IsNull_R6776000 = 1 AND [R6776000] IS NULL) OR ([R6776000] = @Original_R6776000)) AND ((@IsNull_R6776001 = 1 AND [R6776001] IS NULL) OR ([R6776001] = @Original_R6776001)) AND ((@IsNull_R6776100 = 1 AND [R6776100] IS NULL) OR ([R6776100] = @Original_R6776100)) AND ((@IsNull_R6776101 = 1 AND [R6776101] IS NULL) OR ([R6776101] = @Original_R6776101)) AND ((@IsNull_R6776200 = 1 AND [R6776200] IS NULL) OR ([R6776200] = @Original_R6776200)) AND ((@IsNull_R6776201 = 1 AND [R6776201] IS NULL) OR ([R6776201] = @Original_R6776201)) AND ((@IsNull_R6776900 = 1 AND [R6776900] IS NULL) OR ([R6776900] = @Original_R6776900)) AND ((@IsNull_R6777000 = 1 AND [R6777000] IS NULL) OR ([R6777000] = @Original_R6777000)) AND ((@IsNull_R6777100 = 1 AND [R6777100] IS NULL) OR ([R6777100] = @Original_R6777100)) AND ((@IsNull_R6777200 = 1 AND [R6777200] IS NULL) OR ([R6777200] = @Original_R6777200)) AND ((@IsNull_R6777300 = 1 AND [R6777300] IS NULL) OR ([R6777300] = @Original_R6777300)) AND ((@IsNull_R6777400 = 1 AND [R6777400] IS NULL) OR ([R6777400] = @Original_R6777400)) AND ((@IsNull_R6777500 = 1 AND [R6777500] IS NULL) OR ([R6777500] = @Original_R6777500)) AND ((@IsNull_R6777600 = 1 AND [R6777600] IS NULL) OR ([R6777600] = @Original_R6777600)) AND ((@IsNull_R6777700 = 1 AND [R6777700] IS NULL) OR ([R6777700] = @Original_R6777700)) AND ((@IsNull_R6777800 = 1 AND [R6777800] IS NULL) OR ([R6777800] = @Original_R6777800)) AND ((@IsNull_R7415900 = 1 AND [R7415900] IS NULL) OR ([R7415900] = @Original_R7415900)) AND ((@IsNull_R7416000 = 1 AND [R7416000] IS NULL) OR ([R7416000] = @Original_R7416000)) AND ((@IsNull_R7416100 = 1 AND [R7416100] IS NULL) OR ([R7416100] = @Original_R7416100)) AND ((@IsNull_R7416200 = 1 AND [R7416200] IS NULL) OR ([R7416200] = @Original_R7416200)) AND ((@IsNull_R7416300 = 1 AND [R7416300] IS NULL) OR ([R7416300] = @Original_R7416300)) AND ((@IsNull_R7416400 = 1 AND [R7416400] IS NULL) OR ([R7416400] = @Original_R7416400)) AND ((@IsNull_R7416500 = 1 AND [R7416500] IS NULL) OR ([R7416500] = @Original_R7416500)) AND ((@IsNull_R7416600 = 1 AND [R7416600] IS NULL) OR ([R7416600] = @Original_R7416600)) AND ((@IsNull_R7416700 = 1 AND [R7416700] IS NULL) OR ([R7416700] = @Original_R7416700)) AND ((@IsNull_R7416800 = 1 AND [R7416800] IS NULL) OR ([R7416800] = @Original_R7416800)) AND ((@IsNull_R7416900 = 1 AND [R7416900] IS NULL) OR ([R7416900] = @Original_R7416900)) AND ((@IsNull_R7417000 = 1 AND [R7417000] IS NULL) OR ([R7417000] = @Original_R7417000)) AND ((@IsNull_R7417100 = 1 AND [R7417100] IS NULL) OR ([R7417100] = @Original_R7417100)) AND ((@IsNull_R7417200 = 1 AND [R7417200] IS NULL) OR ([R7417200] = @Original_R7417200)) AND ((@IsNull_R7417300 = 1 AND [R7417300] IS NULL) OR ([R7417300] = @Original_R7417300)) AND ((@IsNull_R7417400 = 1 AND [R7417400] IS NULL) OR ([R7417400] = @Original_R7417400)) AND ((@IsNull_R7417500 = 1 AND [R7417500] IS NULL) OR ([R7417500] = @Original_R7417500)) AND ((@IsNull_R7417600 = 1 AND [R7417600] IS NULL) OR ([R7417600] = @Original_R7417600)) AND ((@IsNull_R7417700 = 1 AND [R7417700] IS NULL) OR ([R7417700] = @Original_R7417700)) AND ((@IsNull_R7417800 = 1 AND [R7417800] IS NULL) OR ([R7417800] = @Original_R7417800)) AND ((@IsNull_R7418900 = 1 AND [R7418900] IS NULL) OR ([R7418900] = @Original_R7418900)) AND ((@IsNull_R7419000 = 1 AND [R7419000] IS NULL) OR ([R7419000] = @Original_R7419000)) AND ((@IsNull_R7419100 = 1 AND [R7419100] IS NULL) OR ([R7419100] = @Original_R7419100)) AND ((@IsNull_R7419200 = 1 AND [R7419200] IS NULL) OR ([R7419200] = @Original_R7419200)) AND ((@IsNull_R7419300 = 1 AND [R7419300] IS NULL) OR ([R7419300] = @Original_R7419300)) AND ((@IsNull_R7419400 = 1 AND [R7419400] IS NULL) OR ([R7419400] = @Original_R7419400)) AND ((@IsNull_R7419500 = 1 AND [R7419500] IS NULL) OR ([R7419500] = @Original_R7419500)) AND ((@IsNull_R7419600 = 1 AND [R7419600] IS NULL) OR ([R7419600] = @Original_R7419600)) AND ((@IsNull_R7419700 = 1 AND [R7419700] IS NULL) OR ([R7419700] = @Original_R7419700)) AND ((@IsNull_R7419800 = 1 AND [R7419800] IS NULL) OR ([R7419800] = @Original_R7419800)) AND ((@IsNull_R7419900 = 1 AND [R7419900] IS NULL) OR ([R7419900] = @Original_R7419900)) AND ((@IsNull_R7419901 = 1 AND [R7419901] IS NULL) OR ([R7419901] = @Original_R7419901)) AND ((@IsNull_R7420000 = 1 AND [R7420000] IS NULL) OR ([R7420000] = @Original_R7420000)) AND ((@IsNull_R7420001 = 1 AND [R7420001] IS NULL) OR ([R7420001] = @Original_R7420001)) AND ((@IsNull_R7420100 = 1 AND [R7420100] IS NULL) OR ([R7420100] = @Original_R7420100)) AND ((@IsNull_R7420101 = 1 AND [R7420101] IS NULL) OR ([R7420101] = @Original_R7420101)) AND ((@IsNull_R7420200 = 1 AND [R7420200] IS NULL) OR ([R7420200] = @Original_R7420200)) AND ((@IsNull_R7420201 = 1 AND [R7420201] IS NULL) OR ([R7420201] = @Original_R7420201)) AND ((@IsNull_R7420300 = 1 AND [R7420300] IS NULL) OR ([R7420300] = @Original_R7420300)) AND ((@IsNull_R7420301 = 1 AND [R7420301] IS NULL) OR ([R7420301] = @Original_R7420301)) AND ((@IsNull_R7420400 = 1 AND [R7420400] IS NULL) OR ([R7420400] = @Original_R7420400)) AND ((@IsNull_R7420401 = 1 AND [R7420401] IS NULL) OR ([R7420401] = @Original_R7420401)) AND ((@IsNull_R7420500 = 1 AND [R7420500] IS NULL) OR ([R7420500] = @Original_R7420500)) AND ((@IsNull_R7420501 = 1 AND [R7420501] IS NULL) OR ([R7420501] = @Original_R7420501)) AND ((@IsNull_R7420600 = 1 AND [R7420600] IS NULL) OR ([R7420600] = @Original_R7420600)) AND ((@IsNull_R7420601 = 1 AND [R7420601] IS NULL) OR ([R7420601] = @Original_R7420601)) AND ((@IsNull_R7421400 = 1 AND [R7421400] IS NULL) OR ([R7421400] = @Original_R7421400)) AND ((@IsNull_R7421500 = 1 AND [R7421500] IS NULL) OR ([R7421500] = @Original_R7421500)) AND ((@IsNull_R7421600 = 1 AND [R7421600] IS NULL) OR ([R7421600] = @Original_R7421600)) AND ((@IsNull_R7421700 = 1 AND [R7421700] IS NULL) OR ([R7421700] = @Original_R7421700)) AND ((@IsNull_R7421800 = 1 AND [R7421800] IS NULL) OR ([R7421800] = @Original_R7421800)) AND ((@IsNull_R7421900 = 1 AND [R7421900] IS NULL) OR ([R7421900] = @Original_R7421900)) AND ((@IsNull_R7422000 = 1 AND [R7422000] IS NULL) OR ([R7422000] = @Original_R7422000)) AND ((@IsNull_R7422100 = 1 AND [R7422100] IS NULL) OR ([R7422100] = @Original_R7422100)) AND ((@IsNull_R7422200 = 1 AND [R7422200] IS NULL) OR ([R7422200] = @Original_R7422200)) AND ((@IsNull_R7422300 = 1 AND [R7422300] IS NULL) OR ([R7422300] = @Original_R7422300)) AND ((@IsNull_R8114000 = 1 AND [R8114000] IS NULL) OR ([R8114000] = @Original_R8114000)) AND ((@IsNull_R8114100 = 1 AND [R8114100] IS NULL) OR ([R8114100] = @Original_R8114100)) AND ((@IsNull_R8114200 = 1 AND [R8114200] IS NULL) OR ([R8114200] = @Original_R8114200)) AND ((@IsNull_R8114300 = 1 AND [R8114300] IS NULL) OR ([R8114300] = @Original_R8114300)) AND ((@IsNull_R8114400 = 1 AND [R8114400] IS NULL) OR ([R8114400] = @Original_R8114400)) AND ((@IsNull_R8114500 = 1 AND [R8114500] IS NULL) OR ([R8114500] = @Original_R8114500)) AND ((@IsNull_R8114600 = 1 AND [R8114600] IS NULL) OR ([R8114600] = @Original_R8114600)) AND ((@IsNull_R8114700 = 1 AND [R8114700] IS NULL) OR ([R8114700] = @Original_R8114700)) AND ((@IsNull_R8114800 = 1 AND [R8114800] IS NULL) OR ([R8114800] = @Original_R8114800)) AND ((@IsNull_R8114900 = 1 AND [R8114900] IS NULL) OR ([R8114900] = @Original_R8114900)) AND ((@IsNull_R8115000 = 1 AND [R8115000] IS NULL) OR ([R8115000] = @Original_R8115000)) AND ((@IsNull_R8115100 = 1 AND [R8115100] IS NULL) OR ([R8115100] = @Original_R8115100)) AND ((@IsNull_R8115200 = 1 AND [R8115200] IS NULL) OR ([R8115200] = @Original_R8115200)) AND ((@IsNull_R8115300 = 1 AND [R8115300] IS NULL) OR ([R8115300] = @Original_R8115300)) AND ((@IsNull_R8115400 = 1 AND [R8115400] IS NULL) OR ([R8115400] = @Original_R8115400)) AND ((@IsNull_R8115500 = 1 AND [R8115500] IS NULL) OR ([R8115500] = @Original_R8115500)) AND ((@IsNull_R8115600 = 1 AND [R8115600] IS NULL) OR ([R8115600] = @Original_R8115600)) AND ((@IsNull_R8115700 = 1 AND [R8115700] IS NULL) OR ([R8115700] = @Original_R8115700)) AND ((@IsNull_R8115800 = 1 AND [R8115800] IS NULL) OR ([R8115800] = @Original_R8115800)) AND ((@IsNull_R8115900 = 1 AND [R8115900] IS NULL) OR ([R8115900] = @Original_R8115900)) AND ((@IsNull_R8117000 = 1 AND [R8117000] IS NULL) OR ([R8117000] = @Original_R8117000)) AND ((@IsNull_R8117100 = 1 AND [R8117100] IS NULL) OR ([R8117100] = @Original_R8117100)) AND ((@IsNull_R8117200 = 1 AND [R8117200] IS NULL) OR ([R8117200] = @Original_R8117200)) AND ((@IsNull_R8117300 = 1 AND [R8117300] IS NULL) OR ([R8117300] = @Original_R8117300)) AND ((@IsNull_R8117400 = 1 AND [R8117400] IS NULL) OR ([R8117400] = @Original_R8117400)) AND ((@IsNull_R8117500 = 1 AND [R8117500] IS NULL) OR ([R8117500] = @Original_R8117500)) AND ((@IsNull_R8117600 = 1 AND [R8117600] IS NULL) OR ([R8117600] = @Original_R8117600)) AND ((@IsNull_R8117700 = 1 AND [R8117700] IS NULL) OR ([R8117700] = @Original_R8117700)) AND ((@IsNull_R8117800 = 1 AND [R8117800] IS NULL) OR ([R8117800] = @Original_R8117800)) AND ((@IsNull_R8117900 = 1 AND [R8117900] IS NULL) OR ([R8117900] = @Original_R8117900)) AND ((@IsNull_R8118000 = 1 AND [R8118000] IS NULL) OR ([R8118000] = @Original_R8118000)) AND ((@IsNull_R8118001 = 1 AND [R8118001] IS NULL) OR ([R8118001] = @Original_R8118001)) AND ((@IsNull_R8118100 = 1 AND [R8118100] IS NULL) OR ([R8118100] = @Original_R8118100)) AND ((@IsNull_R8118101 = 1 AND [R8118101] IS NULL) OR ([R8118101] = @Original_R8118101)) AND ((@IsNull_R8118200 = 1 AND [R8118200] IS NULL) OR ([R8118200] = @Original_R8118200)) AND ((@IsNull_R8118201 = 1 AND [R8118201] IS NULL) OR ([R8118201] = @Original_R8118201)) AND ((@IsNull_R8118300 = 1 AND [R8118300] IS NULL) OR ([R8118300] = @Original_R8118300)) AND ((@IsNull_R8118301 = 1 AND [R8118301] IS NULL) OR ([R8118301] = @Original_R8118301)) AND ((@IsNull_R8118400 = 1 AND [R8118400] IS NULL) OR ([R8118400] = @Original_R8118400)) AND ((@IsNull_R8118401 = 1 AND [R8118401] IS NULL) OR ([R8118401] = @Original_R8118401)) AND ((@IsNull_R8118500 = 1 AND [R8118500] IS NULL) OR ([R8118500] = @Original_R8118500)) AND ((@IsNull_R8118501 = 1 AND [R8118501] IS NULL) OR ([R8118501] = @Original_R8118501)) AND ((@IsNull_R8118600 = 1 AND [R8118600] IS NULL) OR ([R8118600] = @Original_R8118600)) AND ((@IsNull_R8118601 = 1 AND [R8118601] IS NULL) OR ([R8118601] = @Original_R8118601)) AND ((@IsNull_R8118700 = 1 AND [R8118700] IS NULL) OR ([R8118700] = @Original_R8118700)) AND ((@IsNull_R8118701 = 1 AND [R8118701] IS NULL) OR ([R8118701] = @Original_R8118701)) AND ((@IsNull_R8118800 = 1 AND [R8118800] IS NULL) OR ([R8118800] = @Original_R8118800)) AND ((@IsNull_R8118801 = 1 AND [R8118801] IS NULL) OR ([R8118801] = @Original_R8118801)) AND ((@IsNull_R8118900 = 1 AND [R8118900] IS NULL) OR ([R8118900] = @Original_R8118900)) AND ((@IsNull_R8118901 = 1 AND [R8118901] IS NULL) OR ([R8118901] = @Original_R8118901)) AND ((@IsNull_R8119600 = 1 AND [R8119600] IS NULL) OR ([R8119600] = @Original_R8119600)) AND ((@IsNull_R8119700 = 1 AND [R8119700] IS NULL) OR ([R8119700] = @Original_R8119700)) AND ((@IsNull_R8119800 = 1 AND [R8119800] IS NULL) OR ([R8119800] = @Original_R8119800)) AND ((@IsNull_R8119900 = 1 AND [R8119900] IS NULL) OR ([R8119900] = @Original_R8119900)) AND ((@IsNull_R8120000 = 1 AND [R8120000] IS NULL) OR ([R8120000] = @Original_R8120000)) AND ((@IsNull_R8120100 = 1 AND [R8120100] IS NULL) OR ([R8120100] = @Original_R8120100)) AND ((@IsNull_R8120200 = 1 AND [R8120200] IS NULL) OR ([R8120200] = @Original_R8120200)) AND ((@IsNull_R8120300 = 1 AND [R8120300] IS NULL) OR ([R8120300] = @Original_R8120300)) AND ((@IsNull_R8120400 = 1 AND [R8120400] IS NULL) OR ([R8120400] = @Original_R8120400)) AND ((@IsNull_R8120500 = 1 AND [R8120500] IS NULL) OR ([R8120500] = @Original_R8120500)) AND ((@IsNull_R8135300 = 1 AND [R8135300] IS NULL) OR ([R8135300] = @Original_R8135300)) AND ((@IsNull_R8135400 = 1 AND [R8135400] IS NULL) OR ([R8135400] = @Original_R8135400)) AND ((@IsNull_R8135500 = 1 AND [R8135500] IS NULL) OR ([R8135500] = @Original_R8135500)) AND ((@IsNull_R8135600 = 1 AND [R8135600] IS NULL) OR ([R8135600] = @Original_R8135600)) AND ((@IsNull_R8135700 = 1 AND [R8135700] IS NULL) OR ([R8135700] = @Original_R8135700)) AND ((@IsNull_R8135800 = 1 AND [R8135800] IS NULL) OR ([R8135800] = @Original_R8135800)) AND ((@IsNull_R8135900 = 1 AND [R8135900] IS NULL) OR ([R8135900] = @Original_R8135900)) AND ((@IsNull_R9900600 = 1 AND [R9900600] IS NULL) OR ([R9900600] = @Original_R9900600)) AND ((@IsNull_R9900601 = 1 AND [R9900601] IS NULL) OR ([R9900601] = @Original_R9900601)) AND ((@IsNull_R9901400 = 1 AND [R9901400] IS NULL) OR ([R9901400] = @Original_R9901400)) AND ((@IsNull_R9901401 = 1 AND [R9901401] IS NULL) OR ([R9901401] = @Original_R9901401)) AND ((@IsNull_R9902200 = 1 AND [R9902200] IS NULL) OR ([R9902200] = @Original_R9902200)) AND ((@IsNull_R9902201 = 1 AND [R9902201] IS NULL) OR ([R9902201] = @Original_R9902201)) AND ((@IsNull_R9903000 = 1 AND [R9903000] IS NULL) OR ([R9903000] = @Original_R9903000)) AND ((@IsNull_R9903001 = 1 AND [R9903001] IS NULL) OR ([R9903001] = @Original_R9903001)) AND ((@IsNull_R9903800 = 1 AND [R9903800] IS NULL) OR ([R9903800] = @Original_R9903800)) AND ((@IsNull_R9903801 = 1 AND [R9903801] IS NULL) OR ([R9903801] = @Original_R9903801)) AND ((@IsNull_R9904600 = 1 AND [R9904600] IS NULL) OR ([R9904600] = @Original_R9904600)) AND ((@IsNull_R9904601 = 1 AND [R9904601] IS NULL) OR ([R9904601] = @Original_R9904601)) AND ((@IsNull_R9905400 = 1 AND [R9905400] IS NULL) OR ([R9905400] = @Original_R9905400)) AND ((@IsNull_R9905401 = 1 AND [R9905401] IS NULL) OR ([R9905401] = @Original_R9905401)) AND ((@IsNull_R9911200 = 1 AND [R9911200] IS NULL) OR ([R9911200] = @Original_R9911200)) AND ((@IsNull_R9911201 = 1 AND [R9911201] IS NULL) OR ([R9911201] = @Original_R9911201)) AND ((@IsNull_T0345800 = 1 AND [T0345800] IS NULL) OR ([T0345800] = @Original_T0345800)) AND ((@IsNull_T0345900 = 1 AND [T0345900] IS NULL) OR ([T0345900] = @Original_T0345900)) AND ((@IsNull_T0346000 = 1 AND [T0346000] IS NULL) OR ([T0346000] = @Original_T0346000)) AND ((@IsNull_T0346100 = 1 AND [T0346100] IS NULL) OR ([T0346100] = @Original_T0346100)) AND ((@IsNull_T0346200 = 1 AND [T0346200] IS NULL) OR ([T0346200] = @Original_T0346200)) AND ((@IsNull_T0346300 = 1 AND [T0346300] IS NULL) OR ([T0346300] = @Original_T0346300)) AND ((@IsNull_T0346400 = 1 AND [T0346400] IS NULL) OR ([T0346400] = @Original_T0346400)) AND ((@IsNull_T0346500 = 1 AND [T0346500] IS NULL) OR ([T0346500] = @Original_T0346500)) AND ((@IsNull_T0346600 = 1 AND [T0346600] IS NULL) OR ([T0346600] = @Original_T0346600)) AND ((@IsNull_T0346700 = 1 AND [T0346700] IS NULL) OR ([T0346700] = @Original_T0346700)) AND ((@IsNull_T0346800 = 1 AND [T0346800] IS NULL) OR ([T0346800] = @Original_T0346800)) AND ((@IsNull_T0346900 = 1 AND [T0346900] IS NULL) OR ([T0346900] = @Original_T0346900)) AND ((@IsNull_T0347000 = 1 AND [T0347000] IS NULL) OR ([T0347000] = @Original_T0347000)) AND ((@IsNull_T0347100 = 1 AND [T0347100] IS NULL) OR ([T0347100] = @Original_T0347100)) AND ((@IsNull_T0347200 = 1 AND [T0347200] IS NULL) OR ([T0347200] = @Original_T0347200)) AND ((@IsNull_T0347300 = 1 AND [T0347300] IS NULL) OR ([T0347300] = @Original_T0347300)) AND ((@IsNull_T0347400 = 1 AND [T0347400] IS NULL) OR ([T0347400] = @Original_T0347400)) AND ((@IsNull_T0347500 = 1 AND [T0347500] IS NULL) OR ([T0347500] = @Original_T0347500)) AND ((@IsNull_T0347600 = 1 AND [T0347600] IS NULL) OR ([T0347600] = @Original_T0347600)) AND ((@IsNull_T0347700 = 1 AND [T0347700] IS NULL) OR ([T0347700] = @Original_T0347700)) AND ((@IsNull_T0347800 = 1 AND [T0347800] IS NULL) OR ([T0347800] = @Original_T0347800)) AND ((@IsNull_T0349000 = 1 AND [T0349000] IS NULL) OR ([T0349000] = @Original_T0349000)) AND ((@IsNull_T0349100 = 1 AND [T0349100] IS NULL) OR ([T0349100] = @Original_T0349100)) AND ((@IsNull_T0349200 = 1 AND [T0349200] IS NULL) OR ([T0349200] = @Original_T0349200)) AND ((@IsNull_T0349300 = 1 AND [T0349300] IS NULL) OR ([T0349300] = @Original_T0349300)) AND ((@IsNull_T0349400 = 1 AND [T0349400] IS NULL) OR ([T0349400] = @Original_T0349400)) AND ((@IsNull_T0349500 = 1 AND [T0349500] IS NULL) OR ([T0349500] = @Original_T0349500)) AND ((@IsNull_T0349600 = 1 AND [T0349600] IS NULL) OR ([T0349600] = @Original_T0349600)) AND ((@IsNull_T0349700 = 1 AND [T0349700] IS NULL) OR ([T0349700] = @Original_T0349700)) AND ((@IsNull_T0349800 = 1 AND [T0349800] IS NULL) OR ([T0349800] = @Original_T0349800)) AND ((@IsNull_T0349900 = 1 AND [T0349900] IS NULL) OR ([T0349900] = @Original_T0349900)) AND ((@IsNull_T0350000 = 1 AND [T0350000] IS NULL) OR ([T0350000] = @Original_T0350000)) AND ((@IsNull_T0350100 = 1 AND [T0350100] IS NULL) OR ([T0350100] = @Original_T0350100)) AND ((@IsNull_T0350101 = 1 AND [T0350101] IS NULL) OR ([T0350101] = @Original_T0350101)) AND ((@IsNull_T0350200 = 1 AND [T0350200] IS NULL) OR ([T0350200] = @Original_T0350200)) AND ((@IsNull_T0350201 = 1 AND [T0350201] IS NULL) OR ([T0350201] = @Original_T0350201)) AND ((@IsNull_T0350300 = 1 AND [T0350300] IS NULL) OR ([T0350300] = @Original_T0350300)) AND ((@IsNull_T0350301 = 1 AND [T0350301] IS NULL) OR ([T0350301] = @Original_T0350301)) AND ((@IsNull_T0350400 = 1 AND [T0350400] IS NULL) OR ([T0350400] = @Original_T0350400)) AND ((@IsNull_T0350401 = 1 AND [T0350401] IS NULL) OR ([T0350401] = @Original_T0350401)) AND ((@IsNull_T0350500 = 1 AND [T0350500] IS NULL) OR ([T0350500] = @Original_T0350500)) AND ((@IsNull_T0350501 = 1 AND [T0350501] IS NULL) OR ([T0350501] = @Original_T0350501)) AND ((@IsNull_T0350600 = 1 AND [T0350600] IS NULL) OR ([T0350600] = @Original_T0350600)) AND ((@IsNull_T0350601 = 1 AND [T0350601] IS NULL) OR ([T0350601] = @Original_T0350601)) AND ((@IsNull_T0350700 = 1 AND [T0350700] IS NULL) OR ([T0350700] = @Original_T0350700)) AND ((@IsNull_T0350701 = 1 AND [T0350701] IS NULL) OR ([T0350701] = @Original_T0350701)) AND ((@IsNull_T0350800 = 1 AND [T0350800] IS NULL) OR ([T0350800] = @Original_T0350800)) AND ((@IsNull_T0350801 = 1 AND [T0350801] IS NULL) OR ([T0350801] = @Original_T0350801)) AND ((@IsNull_T0350900 = 1 AND [T0350900] IS NULL) OR ([T0350900] = @Original_T0350900)) AND ((@IsNull_T0350901 = 1 AND [T0350901] IS NULL) OR ([T0350901] = @Original_T0350901)) AND ((@IsNull_T0351000 = 1 AND [T0351000] IS NULL) OR ([T0351000] = @Original_T0351000)) AND ((@IsNull_T0351001 = 1 AND [T0351001] IS NULL) OR ([T0351001] = @Original_T0351001)) AND ((@IsNull_T0351900 = 1 AND [T0351900] IS NULL) OR ([T0351900] = @Original_T0351900)) AND ((@IsNull_T0352000 = 1 AND [T0352000] IS NULL) OR ([T0352000] = @Original_T0352000)) AND ((@IsNull_T0352100 = 1 AND [T0352100] IS NULL) OR ([T0352100] = @Original_T0352100)) AND ((@IsNull_T0352200 = 1 AND [T0352200] IS NULL) OR ([T0352200] = @Original_T0352200)) AND ((@IsNull_T0352300 = 1 AND [T0352300] IS NULL) OR ([T0352300] = @Original_T0352300)) AND ((@IsNull_T0352400 = 1 AND [T0352400] IS NULL) OR ([T0352400] = @Original_T0352400)) AND ((@IsNull_T0352500 = 1 AND [T0352500] IS NULL) OR ([T0352500] = @Original_T0352500)) AND ((@IsNull_T0352600 = 1 AND [T0352600] IS NULL) OR ([T0352600] = @Original_T0352600)) AND ((@IsNull_T0352700 = 1 AND [T0352700] IS NULL) OR ([T0352700] = @Original_T0352700)) AND ((@IsNull_T0352800 = 1 AND [T0352800] IS NULL) OR ([T0352800] = @Original_T0352800)) AND ((@IsNull_T0352900 = 1 AND [T0352900] IS NULL) OR ([T0352900] = @Original_T0352900)) AND ((@IsNull_T0597800 = 1 AND [T0597800] IS NULL) OR ([T0597800] = @Original_T0597800)) AND ((@IsNull_T0597900 = 1 AND [T0597900] IS NULL) OR ([T0597900] = @Original_T0597900)) AND ((@IsNull_T0598000 = 1 AND [T0598000] IS NULL) OR ([T0598000] = @Original_T0598000)) AND ((@IsNull_T0598100 = 1 AND [T0598100] IS NULL) OR ([T0598100] = @Original_T0598100)) AND ((@IsNull_T0598200 = 1 AND [T0598200] IS NULL) OR ([T0598200] = @Original_T0598200)) AND ((@IsNull_T0598300 = 1 AND [T0598300] IS NULL) OR ([T0598300] = @Original_T0598300)) AND ((@IsNull_T0598400 = 1 AND [T0598400] IS NULL) OR ([T0598400] = @Original_T0598400)) AND ((@IsNull_T1495200 = 1 AND [T1495200] IS NULL) OR ([T1495200] = @Original_T1495200)) AND ((@IsNull_T1495300 = 1 AND [T1495300] IS NULL) OR ([T1495300] = @Original_T1495300)) AND ((@IsNull_T1495400 = 1 AND [T1495400] IS NULL) OR ([T1495400] = @Original_T1495400)) AND ((@IsNull_T1495500 = 1 AND [T1495500] IS NULL) OR ([T1495500] = @Original_T1495500)) AND ((@IsNull_T1495600 = 1 AND [T1495600] IS NULL) OR ([T1495600] = @Original_T1495600)) AND ((@IsNull_T1495700 = 1 AND [T1495700] IS NULL) OR ([T1495700] = @Original_T1495700)) AND ((@IsNull_T1495800 = 1 AND [T1495800] IS NULL) OR ([T1495800] = @Original_T1495800)) AND ((@IsNull_T1495900 = 1 AND [T1495900] IS NULL) OR ([T1495900] = @Original_T1495900)) AND ((@IsNull_T1496000 = 1 AND [T1496000] IS NULL) OR ([T1496000] = @Original_T1496000)) AND ((@IsNull_T1496100 = 1 AND [T1496100] IS NULL) OR ([T1496100] = @Original_T1496100)) AND ((@IsNull_T1496200 = 1 AND [T1496200] IS NULL) OR ([T1496200] = @Original_T1496200)) AND ((@IsNull_T1496300 = 1 AND [T1496300] IS NULL) OR ([T1496300] = @Original_T1496300)) AND ((@IsNull_T1496400 = 1 AND [T1496400] IS NULL) OR ([T1496400] = @Original_T1496400)) AND ((@IsNull_T1496500 = 1 AND [T1496500] IS NULL) OR ([T1496500] = @Original_T1496500)) AND ((@IsNull_T1496600 = 1 AND [T1496600] IS NULL) OR ([T1496600] = @Original_T1496600)) AND ((@IsNull_T1496700 = 1 AND [T1496700] IS NULL) OR ([T1496700] = @Original_T1496700)) AND ((@IsNull_T1496800 = 1 AND [T1496800] IS NULL) OR ([T1496800] = @Original_T1496800)) AND ((@IsNull_T1496900 = 1 AND [T1496900] IS NULL) OR ([T1496900] = @Original_T1496900)) AND ((@IsNull_T1497000 = 1 AND [T1497000] IS NULL) OR ([T1497000] = @Original_T1497000)) AND ((@IsNull_T1497100 = 1 AND [T1497100] IS NULL) OR ([T1497100] = @Original_T1497100)) AND ((@IsNull_T1497200 = 1 AND [T1497200] IS NULL) OR ([T1497200] = @Original_T1497200)) AND ((@IsNull_T1498400 = 1 AND [T1498400] IS NULL) OR ([T1498400] = @Original_T1498400)) AND ((@IsNull_T1498500 = 1 AND [T1498500] IS NULL) OR ([T1498500] = @Original_T1498500)) AND ((@IsNull_T1498600 = 1 AND [T1498600] IS NULL) OR ([T1498600] = @Original_T1498600)) AND ((@IsNull_T1498700 = 1 AND [T1498700] IS NULL) OR ([T1498700] = @Original_T1498700)) AND ((@IsNull_T1498800 = 1 AND [T1498800] IS NULL) OR ([T1498800] = @Original_T1498800)) AND ((@IsNull_T1498900 = 1 AND [T1498900] IS NULL) OR ([T1498900] = @Original_T1498900)) AND ((@IsNull_T1499000 = 1 AND [T1499000] IS NULL) OR ([T1499000] = @Original_T1499000)) AND ((@IsNull_T1499100 = 1 AND [T1499100] IS NULL) OR ([T1499100] = @Original_T1499100)) AND ((@IsNull_T1499200 = 1 AND [T1499200] IS NULL) OR ([T1499200] = @Original_T1499200)) AND ((@IsNull_T1499300 = 1 AND [T1499300] IS NULL) OR ([T1499300] = @Original_T1499300)) AND ((@IsNull_T1499400 = 1 AND [T1499400] IS NULL) OR ([T1499400] = @Original_T1499400)) AND ((@IsNull_T1499500 = 1 AND [T1499500] IS NULL) OR ([T1499500] = @Original_T1499500)) AND ((@IsNull_T1499501 = 1 AND [T1499501] IS NULL) OR ([T1499501] = @Original_T1499501)) AND ((@IsNull_T1499600 = 1 AND [T1499600] IS NULL) OR ([T1499600] = @Original_T1499600)) AND ((@IsNull_T1499601 = 1 AND [T1499601] IS NULL) OR ([T1499601] = @Original_T1499601)) AND ((@IsNull_T1499700 = 1 AND [T1499700] IS NULL) OR ([T1499700] = @Original_T1499700)) AND ((@IsNull_T1499701 = 1 AND [T1499701] IS NULL) OR ([T1499701] = @Original_T1499701)) AND ((@IsNull_T1499800 = 1 AND [T1499800] IS NULL) OR ([T1499800] = @Original_T1499800)) AND ((@IsNull_T1499801 = 1 AND [T1499801] IS NULL) OR ([T1499801] = @Original_T1499801)) AND ((@IsNull_T1499900 = 1 AND [T1499900] IS NULL) OR ([T1499900] = @Original_T1499900)) AND ((@IsNull_T1499901 = 1 AND [T1499901] IS NULL) OR ([T1499901] = @Original_T1499901)) AND ((@IsNull_T1500000 = 1 AND [T1500000] IS NULL) OR ([T1500000] = @Original_T1500000)) AND ((@IsNull_T1500001 = 1 AND [T1500001] IS NULL) OR ([T1500001] = @Original_T1500001)) AND ((@IsNull_T1500100 = 1 AND [T1500100] IS NULL) OR ([T1500100] = @Original_T1500100)) AND ((@IsNull_T1500101 = 1 AND [T1500101] IS NULL) OR ([T1500101] = @Original_T1500101)) AND ((@IsNull_T1500200 = 1 AND [T1500200] IS NULL) OR ([T1500200] = @Original_T1500200)) AND ((@IsNull_T1500201 = 1 AND [T1500201] IS NULL) OR ([T1500201] = @Original_T1500201)) AND ((@IsNull_T1500300 = 1 AND [T1500300] IS NULL) OR ([T1500300] = @Original_T1500300)) AND ((@IsNull_T1500301 = 1 AND [T1500301] IS NULL) OR ([T1500301] = @Original_T1500301)) AND ((@IsNull_T1500400 = 1 AND [T1500400] IS NULL) OR ([T1500400] = @Original_T1500400)) AND ((@IsNull_T1500401 = 1 AND [T1500401] IS NULL) OR ([T1500401] = @Original_T1500401)) AND ((@IsNull_T1501100 = 1 AND [T1501100] IS NULL) OR ([T1501100] = @Original_T1501100)) AND ((@IsNull_T1501200 = 1 AND [T1501200] IS NULL) OR ([T1501200] = @Original_T1501200)) AND ((@IsNull_T1501300 = 1 AND [T1501300] IS NULL) OR ([T1501300] = @Original_T1501300)) AND ((@IsNull_T1501400 = 1 AND [T1501400] IS NULL) OR ([T1501400] = @Original_T1501400)) AND ((@IsNull_T1501500 = 1 AND [T1501500] IS NULL) OR ([T1501500] = @Original_T1501500)) AND ((@IsNull_T1501600 = 1 AND [T1501600] IS NULL) OR ([T1501600] = @Original_T1501600)) AND ((@IsNull_T1501700 = 1 AND [T1501700] IS NULL) OR ([T1501700] = @Original_T1501700)) AND ((@IsNull_T1501800 = 1 AND [T1501800] IS NULL) OR ([T1501800] = @Original_T1501800)) AND ((@IsNull_T1501900 = 1 AND [T1501900] IS NULL) OR ([T1501900] = @Original_T1501900)) AND ((@IsNull_T1502000 = 1 AND [T1502000] IS NULL) OR ([T1502000] = @Original_T1502000)) AND ((@IsNull_T1502100 = 1 AND [T1502100] IS NULL) OR ([T1502100] = @Original_T1502100)) AND ((@IsNull_T1765100 = 1 AND [T1765100] IS NULL) OR ([T1765100] = @Original_T1765100)) AND ((@IsNull_T1765200 = 1 AND [T1765200] IS NULL) OR ([T1765200] = @Original_T1765200)) AND ((@IsNull_T1765300 = 1 AND [T1765300] IS NULL) OR ([T1765300] = @Original_T1765300)) AND ((@IsNull_T1765400 = 1 AND [T1765400] IS NULL) OR ([T1765400] = @Original_T1765400)) AND ((@IsNull_T1765500 = 1 AND [T1765500] IS NULL) OR ([T1765500] = @Original_T1765500)) AND ((@IsNull_T1765600 = 1 AND [T1765600] IS NULL) OR ([T1765600] = @Original_T1765600)) AND ((@IsNull_T1765700 = 1 AND [T1765700] IS NULL) OR ([T1765700] = @Original_T1765700)) AND ((@IsNull_T2541200 = 1 AND [T2541200] IS NULL) OR ([T2541200] = @Original_T2541200)) AND ((@IsNull_T2541300 = 1 AND [T2541300] IS NULL) OR ([T2541300] = @Original_T2541300)) AND ((@IsNull_T2541400 = 1 AND [T2541400] IS NULL) OR ([T2541400] = @Original_T2541400)) AND ((@IsNull_T2541500 = 1 AND [T2541500] IS NULL) OR ([T2541500] = @Original_T2541500)) AND ((@IsNull_T2541600 = 1 AND [T2541600] IS NULL) OR ([T2541600] = @Original_T2541600)) AND ((@IsNull_T2541700 = 1 AND [T2541700] IS NULL) OR ([T2541700] = @Original_T2541700)) AND ((@IsNull_T2541800 = 1 AND [T2541800] IS NULL) OR ([T2541800] = @Original_T2541800)) AND ((@IsNull_T2541900 = 1 AND [T2541900] IS NULL) OR ([T2541900] = @Original_T2541900)) AND ((@IsNull_T2542000 = 1 AND [T2542000] IS NULL) OR ([T2542000] = @Original_T2542000)) AND ((@IsNull_T2542100 = 1 AND [T2542100] IS NULL) OR ([T2542100] = @Original_T2542100)) AND ((@IsNull_T2542200 = 1 AND [T2542200] IS NULL) OR ([T2542200] = @Original_T2542200)) AND ((@IsNull_T2542300 = 1 AND [T2542300] IS NULL) OR ([T2542300] = @Original_T2542300)) AND ((@IsNull_T2542400 = 1 AND [T2542400] IS NULL) OR ([T2542400] = @Original_T2542400)) AND ((@IsNull_T2542500 = 1 AND [T2542500] IS NULL) OR ([T2542500] = @Original_T2542500)) AND ((@IsNull_T2542600 = 1 AND [T2542600] IS NULL) OR ([T2542600] = @Original_T2542600)) AND ((@IsNull_T2542700 = 1 AND [T2542700] IS NULL) OR ([T2542700] = @Original_T2542700)) AND ((@IsNull_T2542800 = 1 AND [T2542800] IS NULL) OR ([T2542800] = @Original_T2542800)) AND ((@IsNull_T2542900 = 1 AND [T2542900] IS NULL) OR ([T2542900] = @Original_T2542900)) AND ((@IsNull_T2543000 = 1 AND [T2543000] IS NULL) OR ([T2543000] = @Original_T2543000)) AND ((@IsNull_T2543100 = 1 AND [T2543100] IS NULL) OR ([T2543100] = @Original_T2543100)) AND ((@IsNull_T2544200 = 1 AND [T2544200] IS NULL) OR ([T2544200] = @Original_T2544200)) AND ((@IsNull_T2544300 = 1 AND [T2544300] IS NULL) OR ([T2544300] = @Original_T2544300)) AND ((@IsNull_T2544400 = 1 AND [T2544400] IS NULL) OR ([T2544400] = @Original_T2544400)) AND ((@IsNull_T2544500 = 1 AND [T2544500] IS NULL) OR ([T2544500] = @Original_T2544500)) AND ((@IsNull_T2544600 = 1 AND [T2544600] IS NULL) OR ([T2544600] = @Original_T2544600)) AND ((@IsNull_T2544700 = 1 AND [T2544700] IS NULL) OR ([T2544700] = @Original_T2544700)) AND ((@IsNull_T2544800 = 1 AND [T2544800] IS NULL) OR ([T2544800] = @Original_T2544800)) AND ((@IsNull_T2544900 = 1 AND [T2544900] IS NULL) OR ([T2544900] = @Original_T2544900)) AND ((@IsNull_T2545000 = 1 AND [T2545000] IS NULL) OR ([T2545000] = @Original_T2545000)) AND ((@IsNull_T2545100 = 1 AND [T2545100] IS NULL) OR ([T2545100] = @Original_T2545100)) AND ((@IsNull_T2545200 = 1 AND [T2545200] IS NULL) OR ([T2545200] = @Original_T2545200)) AND ((@IsNull_T2545201 = 1 AND [T2545201] IS NULL) OR ([T2545201] = @Original_T2545201)) AND ((@IsNull_T2545300 = 1 AND [T2545300] IS NULL) OR ([T2545300] = @Original_T2545300)) AND ((@IsNull_T2545301 = 1 AND [T2545301] IS NULL) OR ([T2545301] = @Original_T2545301)) AND ((@IsNull_T2545400 = 1 AND [T2545400] IS NULL) OR ([T2545400] = @Original_T2545400)) AND ((@IsNull_T2545401 = 1 AND [T2545401] IS NULL) OR ([T2545401] = @Original_T2545401)) AND ((@IsNull_T2545500 = 1 AND [T2545500] IS NULL) OR ([T2545500] = @Original_T2545500)) AND ((@IsNull_T2545501 = 1 AND [T2545501] IS NULL) OR ([T2545501] = @Original_T2545501)) AND ((@IsNull_T2545600 = 1 AND [T2545600] IS NULL) OR ([T2545600] = @Original_T2545600)) AND ((@IsNull_T2545601 = 1 AND [T2545601] IS NULL) OR ([T2545601] = @Original_T2545601)) AND ((@IsNull_T2545700 = 1 AND [T2545700] IS NULL) OR ([T2545700] = @Original_T2545700)) AND ((@IsNull_T2545701 = 1 AND [T2545701] IS NULL) OR ([T2545701] = @Original_T2545701)) AND ((@IsNull_T2545800 = 1 AND [T2545800] IS NULL) OR ([T2545800] = @Original_T2545800)) AND ((@IsNull_T2545801 = 1 AND [T2545801] IS NULL) OR ([T2545801] = @Original_T2545801)) AND ((@IsNull_T2545900 = 1 AND [T2545900] IS NULL) OR ([T2545900] = @Original_T2545900)) AND ((@IsNull_T2545901 = 1 AND [T2545901] IS NULL) OR ([T2545901] = @Original_T2545901)) AND ((@IsNull_T2546000 = 1 AND [T2546000] IS NULL) OR ([T2546000] = @Original_T2546000)) AND ((@IsNull_T2546001 = 1 AND [T2546001] IS NULL) OR ([T2546001] = @Original_T2546001)) AND ((@IsNull_T2546800 = 1 AND [T2546800] IS NULL) OR ([T2546800] = @Original_T2546800)) AND ((@IsNull_T2546900 = 1 AND [T2546900] IS NULL) OR ([T2546900] = @Original_T2546900)) AND ((@IsNull_T2547000 = 1 AND [T2547000] IS NULL) OR ([T2547000] = @Original_T2547000)) AND ((@IsNull_T2547100 = 1 AND [T2547100] IS NULL) OR ([T2547100] = @Original_T2547100)) AND ((@IsNull_T2547200 = 1 AND [T2547200] IS NULL) OR ([T2547200] = @Original_T2547200)) AND ((@IsNull_T2547300 = 1 AND [T2547300] IS NULL) OR ([T2547300] = @Original_T2547300)) AND ((@IsNull_T2547400 = 1 AND [T2547400] IS NULL) OR ([T2547400] = @Original_T2547400)) AND ((@IsNull_T2547500 = 1 AND [T2547500] IS NULL) OR ([T2547500] = @Original_T2547500)) AND ((@IsNull_T2547600 = 1 AND [T2547600] IS NULL) OR ([T2547600] = @Original_T2547600)) AND ((@IsNull_T2547700 = 1 AND [T2547700] IS NULL) OR ([T2547700] = @Original_T2547700)) AND ((@IsNull_T2763400 = 1 AND [T2763400] IS NULL) OR ([T2763400] = @Original_T2763400)) AND ((@IsNull_T2763500 = 1 AND [T2763500] IS NULL) OR ([T2763500] = @Original_T2763500)) AND ((@IsNull_T2763600 = 1 AND [T2763600] IS NULL) OR ([T2763600] = @Original_T2763600)) AND ((@IsNull_T2763700 = 1 AND [T2763700] IS NULL) OR ([T2763700] = @Original_T2763700)) AND ((@IsNull_T2763800 = 1 AND [T2763800] IS NULL) OR ([T2763800] = @Original_T2763800)) AND ((@IsNull_T2763900 = 1 AND [T2763900] IS NULL) OR ([T2763900] = @Original_T2763900)) AND ((@IsNull_T2764000 = 1 AND [T2764000] IS NULL) OR ([T2764000] = @Original_T2764000)) AND ((@IsNull_T3527500 = 1 AND [T3527500] IS NULL) OR ([T3527500] = @Original_T3527500)) AND ((@IsNull_T3527600 = 1 AND [T3527600] IS NULL) OR ([T3527600] = @Original_T3527600)) AND ((@IsNull_T3527700 = 1 AND [T3527700] IS NULL) OR ([T3527700] = @Original_T3527700)) AND ((@IsNull_T3527800 = 1 AND [T3527800] IS NULL) OR ([T3527800] = @Original_T3527800)) AND ((@IsNull_T3527900 = 1 AND [T3527900] IS NULL) OR ([T3527900] = @Original_T3527900)) AND ((@IsNull_T3528000 = 1 AND [T3528000] IS NULL) OR ([T3528000] = @Original_T3528000)) AND ((@IsNull_T3528100 = 1 AND [T3528100] IS NULL) OR ([T3528100] = @Original_T3528100)) AND ((@IsNull_T3528200 = 1 AND [T3528200] IS NULL) OR ([T3528200] = @Original_T3528200)) AND ((@IsNull_T3528300 = 1 AND [T3528300] IS NULL) OR ([T3528300] = @Original_T3528300)) AND ((@IsNull_T3528400 = 1 AND [T3528400] IS NULL) OR ([T3528400] = @Original_T3528400)) AND ((@IsNull_T3530500 = 1 AND [T3530500] IS NULL) OR ([T3530500] = @Original_T3530500)) AND ((@IsNull_T3530600 = 1 AND [T3530600] IS NULL) OR ([T3530600] = @Original_T3530600)) AND ((@IsNull_T3530700 = 1 AND [T3530700] IS NULL) OR ([T3530700] = @Original_T3530700)) AND ((@IsNull_T3530800 = 1 AND [T3530800] IS NULL) OR ([T3530800] = @Original_T3530800)) AND ((@IsNull_T3530900 = 1 AND [T3530900] IS NULL) OR ([T3530900] = @Original_T3530900)) AND ((@IsNull_T3531000 = 1 AND [T3531000] IS NULL) OR ([T3531000] = @Original_T3531000)) AND ((@IsNull_T3531100 = 1 AND [T3531100] IS NULL) OR ([T3531100] = @Original_T3531100)) AND ((@IsNull_T3531200 = 1 AND [T3531200] IS NULL) OR ([T3531200] = @Original_T3531200)) AND ((@IsNull_T3531300 = 1 AND [T3531300] IS NULL) OR ([T3531300] = @Original_T3531300)) AND ((@IsNull_T3531400 = 1 AND [T3531400] IS NULL) OR ([T3531400] = @Original_T3531400)) AND ((@IsNull_T3531500 = 1 AND [T3531500] IS NULL) OR ([T3531500] = @Original_T3531500)) AND ((@IsNull_T3531501 = 1 AND [T3531501] IS NULL) OR ([T3531501] = @Original_T3531501)) AND ((@IsNull_T3531600 = 1 AND [T3531600] IS NULL) OR ([T3531600] = @Original_T3531600)) AND ((@IsNull_T3531601 = 1 AND [T3531601] IS NULL) OR ([T3531601] = @Original_T3531601)) AND ((@IsNull_T3531700 = 1 AND [T3531700] IS NULL) OR ([T3531700] = @Original_T3531700)) AND ((@IsNull_T3531701 = 1 AND [T3531701] IS NULL) OR ([T3531701] = @Original_T3531701)) AND ((@IsNull_T3531800 = 1 AND [T3531800] IS NULL) OR ([T3531800] = @Original_T3531800)) AND ((@IsNull_T3531801 = 1 AND [T3531801] IS NULL) OR ([T3531801] = @Original_T3531801)) AND ((@IsNull_T3531900 = 1 AND [T3531900] IS NULL) OR ([T3531900] = @Original_T3531900)) AND ((@IsNull_T3531901 = 1 AND [T3531901] IS NULL) OR ([T3531901] = @Original_T3531901)) AND ((@IsNull_T3532000 = 1 AND [T3532000] IS NULL) OR ([T3532000] = @Original_T3532000)) AND ((@IsNull_T3532001 = 1 AND [T3532001] IS NULL) OR ([T3532001] = @Original_T3532001)) AND ((@IsNull_T3532100 = 1 AND [T3532100] IS NULL) OR ([T3532100] = @Original_T3532100)) AND ((@IsNull_T3532101 = 1 AND [T3532101] IS NULL) OR ([T3532101] = @Original_T3532101)) AND ((@IsNull_T3532200 = 1 AND [T3532200] IS NULL) OR ([T3532200] = @Original_T3532200)) AND ((@IsNull_T3532201 = 1 AND [T3532201] IS NULL) OR ([T3532201] = @Original_T3532201)) AND ((@IsNull_T3532300 = 1 AND [T3532300] IS NULL) OR ([T3532300] = @Original_T3532300)) AND ((@IsNull_T3532301 = 1 AND [T3532301] IS NULL) OR ([T3532301] = @Original_T3532301)) AND ((@IsNull_T3532400 = 1 AND [T3532400] IS NULL) OR ([T3532400] = @Original_T3532400)) AND ((@IsNull_T3532401 = 1 AND [T3532401] IS NULL) OR ([T3532401] = @Original_T3532401)) AND ((@IsNull_T3533200 = 1 AND [T3533200] IS NULL) OR ([T3533200] = @Original_T3533200)) AND ((@IsNull_T3533300 = 1 AND [T3533300] IS NULL) OR ([T3533300] = @Original_T3533300)) AND ((@IsNull_T3533400 = 1 AND [T3533400] IS NULL) OR ([T3533400] = @Original_T3533400)) AND ((@IsNull_T3533500 = 1 AND [T3533500] IS NULL) OR ([T3533500] = @Original_T3533500)) AND ((@IsNull_T3533600 = 1 AND [T3533600] IS NULL) OR ([T3533600] = @Original_T3533600)) AND ((@IsNull_T3533700 = 1 AND [T3533700] IS NULL) OR ([T3533700] = @Original_T3533700)) AND ((@IsNull_T3533800 = 1 AND [T3533800] IS NULL) OR ([T3533800] = @Original_T3533800)) AND ((@IsNull_T3533900 = 1 AND [T3533900] IS NULL) OR ([T3533900] = @Original_T3533900)) AND ((@IsNull_T3534000 = 1 AND [T3534000] IS NULL) OR ([T3534000] = @Original_T3534000)) AND ((@IsNull_T3534100 = 1 AND [T3534100] IS NULL) OR ([T3534100] = @Original_T3534100)) AND ((@IsNull_T3729600 = 1 AND [T3729600] IS NULL) OR ([T3729600] = @Original_T3729600)) AND ((@IsNull_T3729700 = 1 AND [T3729700] IS NULL) OR ([T3729700] = @Original_T3729700)) AND ((@IsNull_T3729800 = 1 AND [T3729800] IS NULL) OR ([T3729800] = @Original_T3729800)) AND ((@IsNull_T3729900 = 1 AND [T3729900] IS NULL) OR ([T3729900] = @Original_T3729900)) AND ((@IsNull_T3730000 = 1 AND [T3730000] IS NULL) OR ([T3730000] = @Original_T3730000)) AND ((@IsNull_T3730100 = 1 AND [T3730100] IS NULL) OR ([T3730100] = @Original_T3730100)) AND ((@IsNull_T4496200 = 1 AND [T4496200] IS NULL) OR ([T4496200] = @Original_T4496200)) AND ((@IsNull_T4496300 = 1 AND [T4496300] IS NULL) OR ([T4496300] = @Original_T4496300)) AND ((@IsNull_T4496400 = 1 AND [T4496400] IS NULL) OR ([T4496400] = @Original_T4496400)) AND ((@IsNull_T4496500 = 1 AND [T4496500] IS NULL) OR ([T4496500] = @Original_T4496500)) AND ((@IsNull_T4496600 = 1 AND [T4496600] IS NULL) OR ([T4496600] = @Original_T4496600)) AND ((@IsNull_T4496700 = 1 AND [T4496700] IS NULL) OR ([T4496700] = @Original_T4496700)) AND ((@IsNull_T4496800 = 1 AND [T4496800] IS NULL) OR ([T4496800] = @Original_T4496800)) AND ((@IsNull_T4496900 = 1 AND [T4496900] IS NULL) OR ([T4496900] = @Original_T4496900)) AND ((@IsNull_T4497000 = 1 AND [T4497000] IS NULL) OR ([T4497000] = @Original_T4497000)) AND ((@IsNull_T4497100 = 1 AND [T4497100] IS NULL) OR ([T4497100] = @Original_T4497100)) AND ((@IsNull_T4500700 = 1 AND [T4500700] IS NULL) OR ([T4500700] = @Original_T4500700)) AND ((@IsNull_T4500800 = 1 AND [T4500800] IS NULL) OR ([T4500800] = @Original_T4500800)) AND ((@IsNull_T4500900 = 1 AND [T4500900] IS NULL) OR ([T4500900] = @Original_T4500900)) AND ((@IsNull_T4501000 = 1 AND [T4501000] IS NULL) OR ([T4501000] = @Original_T4501000)) AND ((@IsNull_T4501100 = 1 AND [T4501100] IS NULL) OR ([T4501100] = @Original_T4501100)) AND ((@IsNull_T4501200 = 1 AND [T4501200] IS NULL) OR ([T4501200] = @Original_T4501200)) AND ((@IsNull_T4501300 = 1 AND [T4501300] IS NULL) OR ([T4501300] = @Original_T4501300)) AND ((@IsNull_T4501400 = 1 AND [T4501400] IS NULL) OR ([T4501400] = @Original_T4501400)) AND ((@IsNull_T4501500 = 1 AND [T4501500] IS NULL) OR ([T4501500] = @Original_T4501500)) AND ((@IsNull_T4501600 = 1 AND [T4501600] IS NULL) OR ([T4501600] = @Original_T4501600)) AND ((@IsNull_T4501700 = 1 AND [T4501700] IS NULL) OR ([T4501700] = @Original_T4501700)) AND ((@IsNull_T4501701 = 1 AND [T4501701] IS NULL) OR ([T4501701] = @Original_T4501701)) AND ((@IsNull_T4501800 = 1 AND [T4501800] IS NULL) OR ([T4501800] = @Original_T4501800)) AND ((@IsNull_T4501801 = 1 AND [T4501801] IS NULL) OR ([T4501801] = @Original_T4501801)) AND ((@IsNull_T4501900 = 1 AND [T4501900] IS NULL) OR ([T4501900] = @Original_T4501900)) AND ((@IsNull_T4501901 = 1 AND [T4501901] IS NULL) OR ([T4501901] = @Original_T4501901)) AND ((@IsNull_T4502000 = 1 AND [T4502000] IS NULL) OR ([T4502000] = @Original_T4502000)) AND ((@IsNull_T4502001 = 1 AND [T4502001] IS NULL) OR ([T4502001] = @Original_T4502001)) AND ((@IsNull_T4502100 = 1 AND [T4502100] IS NULL) OR ([T4502100] = @Original_T4502100)) AND ((@IsNull_T4502101 = 1 AND [T4502101] IS NULL) OR ([T4502101] = @Original_T4502101)) AND ((@IsNull_T4502200 = 1 AND [T4502200] IS NULL) OR ([T4502200] = @Original_T4502200)) AND ((@IsNull_T4502201 = 1 AND [T4502201] IS NULL) OR ([T4502201] = @Original_T4502201)) AND ((@IsNull_T4502300 = 1 AND [T4502300] IS NULL) OR ([T4502300] = @Original_T4502300)) AND ((@IsNull_T4502301 = 1 AND [T4502301] IS NULL) OR ([T4502301] = @Original_T4502301)) AND ((@IsNull_T4502400 = 1 AND [T4502400] IS NULL) OR ([T4502400] = @Original_T4502400)) AND ((@IsNull_T4502401 = 1 AND [T4502401] IS NULL) OR ([T4502401] = @Original_T4502401)) AND ((@IsNull_T4502500 = 1 AND [T4502500] IS NULL) OR ([T4502500] = @Original_T4502500)) AND ((@IsNull_T4502501 = 1 AND [T4502501] IS NULL) OR ([T4502501] = @Original_T4502501)) AND ((@IsNull_T4502600 = 1 AND [T4502600] IS NULL) OR ([T4502600] = @Original_T4502600)) AND ((@IsNull_T4502601 = 1 AND [T4502601] IS NULL) OR ([T4502601] = @Original_T4502601)) AND ((@IsNull_T4504900 = 1 AND [T4504900] IS NULL) OR ([T4504900] = @Original_T4504900)) AND ((@IsNull_T4505000 = 1 AND [T4505000] IS NULL) OR ([T4505000] = @Original_T4505000)) AND ((@IsNull_T4505100 = 1 AND [T4505100] IS NULL) OR ([T4505100] = @Original_T4505100)) AND ((@IsNull_T4505200 = 1 AND [T4505200] IS NULL) OR ([T4505200] = @Original_T4505200)) AND ((@IsNull_T4505300 = 1 AND [T4505300] IS NULL) OR ([T4505300] = @Original_T4505300)) AND ((@IsNull_T4505400 = 1 AND [T4505400] IS NULL) OR ([T4505400] = @Original_T4505400)) AND ((@IsNull_T4505500 = 1 AND [T4505500] IS NULL) OR ([T4505500] = @Original_T4505500)) AND ((@IsNull_T4505600 = 1 AND [T4505600] IS NULL) OR ([T4505600] = @Original_T4505600)) AND ((@IsNull_T4505700 = 1 AND [T4505700] IS NULL) OR ([T4505700] = @Original_T4505700)) AND ((@IsNull_T4505800 = 1 AND [T4505800] IS NULL) OR ([T4505800] = @Original_T4505800)) AND ((@IsNull_T4703500 = 1 AND [T4703500] IS NULL) OR ([T4703500] = @Original_T4703500)) AND ((@IsNull_T4703600 = 1 AND [T4703600] IS NULL) OR ([T4703600] = @Original_T4703600)) AND ((@IsNull_T4703700 = 1 AND [T4703700] IS NULL) OR ([T4703700] = @Original_T4703700)) AND ((@IsNull_T4703800 = 1 AND [T4703800] IS NULL) OR ([T4703800] = @Original_T4703800)) AND ((@IsNull_T4703900 = 1 AND [T4703900] IS NULL) OR ([T4703900] = @Original_T4703900)) AND ((@IsNull_T4704000 = 1 AND [T4704000] IS NULL) OR ([T4704000] = @Original_T4704000))); +SELECT R0000100, R0173600, R0214700, R0214800, R1373300, R1373500, R1374000, R1374200, R1374700, R1374900, R1375400, R1375600, R1376100, R1376300, R1376800, R1377000, R1377500, R1377700, R1753700, R1753900, R1754400, R1754600, R1755100, R1755300, R1755800, R1756000, R1756500, R1756700, R1757200, R1757400, R1757900, R1758100, R2095700, R2095900, R2096400, R2096600, R2097100, R2097300, R2097800, R2098000, R2098500, R2098700, R2099200, R2099400, R2099900, R2100100, R2345900, R2346200, R2346500, R2346800, R2347100, R2347400, R2347700, R2648000, R2648200, R2648700, R2648900, R2649400, R2649600, R2650100, R2650300, R2650800, R2651000, R2651500, R2651700, R2652200, R2652400, R2955900, R2956200, R2956500, R2956800, R2957100, R2957400, R2957700, R3255900, R3256100, R3257700, R3257900, R3259500, R3259700, R3261300, R3261500, R3263100, R3263300, R3264900, R3265100, R3266700, R3266900, R3268500, R3556400, R3557000, R3557600, R3771800, R3772000, R3772100, R3772400, R3773900, R3774100, R3774200, R3774500, R3776000, R3776200, R3776300, R3776600, R3778100, R3778300, R3778400, R3778700, R3780200, R3780400, R3780500, R3780800, R3782300, R3782500, R3782600, R3782900, R3784400, R3784600, R3784700, R3785000, R3786500, R3788004, R4276800, R4277000, R4277100, R4277101, R4277700, R4277900, R4278000, R4278001, R4278600, R4278800, R4278900, R4278901, R4279500, R4279700, R4279800, R4279801, R4280400, R4280600, R4280700, R4280701, R4281300, R4281500, R4281600, R4281601, R4282100, R4282300, R4282400, R4282401, R4282900, R4283000, R4283100, R4283600, R4827600, R4827800, R4827900, R4827901, R4828100, R4830600, R4830800, R4830900, R4830901, R4831100, R4833600, R4833800, R4833900, R4833901, R4834100, R4836600, R4836800, R4836900, R4836901, R4837100, R4839600, R4839800, R4839900, R4839901, R4840100, R4842500, R4842700, R4842800, R4842801, R4842900, R4844800, R4845000, R4845100, R4845101, R4845200, R4847100, R4847300, R4847400, R5498000, R5498200, R5498300, R5498301, R5498500, R5501000, R5501200, R5501300, R5501301, R5501500, R5504000, R5504200, R5504300, R5504301, R5504500, R5507000, R5507200, R5507300, R5507301, R5507500, R5510000, R5510200, R5510300, R5510301, R5510500, R5513000, R5513200, R5513300, R5513301, R5513400, R5515300, R5515500, R5515600, R5515601, R5515700, R5517600, R5517800, R5517900, R5519800, R5520000, R5520100, R5520101, R5520200, R6218400, R6218500, R6218600, R6218700, R6218800, R6218900, R6219000, R6219100, R6219200, R6219300, R6220600, R6220700, R6220800, R6220900, R6221000, R6221100, R6221200, R6221300, R6221400, R6221500, R6221700, R6221701, R6221800, R6221801, R6221900, R6221901, R6222000, R6222001, R6222100, R6222101, R6222200, R6222201, R6222300, R6222301, R6222400, R6222401, R6222500, R6222501, R6222600, R6222601, R6223400, R6223500, R6223600, R6223700, R6223800, R6223900, R6224000, R6224100, R6224200, R6224300, R6770600, R6771600, R6771700, R6771800, R6771900, R6772000, R6772100, R6772200, R6772300, R6772400, R6772500, R6772600, R6772700, R6772800, R6772900, R6773000, R6773100, R6773200, R6773300, R6773400, R6774500, R6774600, R6774700, R6774800, R6774900, R6775000, R6775100, R6775200, R6775300, R6775400, R6775500, R6775501, R6775600, R6775601, R6775700, R6775701, R6775800, R6775801, R6775900, R6775901, R6776000, R6776001, R6776100, R6776101, R6776200, R6776201, R6776900, R6777000, R6777100, R6777200, R6777300, R6777400, R6777500, R6777600, R6777700, R6777800, R7415900, R7416000, R7416100, R7416200, R7416300, R7416400, R7416500, R7416600, R7416700, R7416800, R7416900, R7417000, R7417100, R7417200, R7417300, R7417400, R7417500, R7417600, R7417700, R7417800, R7418900, R7419000, R7419100, R7419200, R7419300, R7419400, R7419500, R7419600, R7419700, R7419800, R7419900, R7419901, R7420000, R7420001, R7420100, R7420101, R7420200, R7420201, R7420300, R7420301, R7420400, R7420401, R7420500, R7420501, R7420600, R7420601, R7421400, R7421500, R7421600, R7421700, R7421800, R7421900, R7422000, R7422100, R7422200, R7422300, R8114000, R8114100, R8114200, R8114300, R8114400, R8114500, R8114600, R8114700, R8114800, R8114900, R8115000, R8115100, R8115200, R8115300, R8115400, R8115500, R8115600, R8115700, R8115800, R8115900, R8117000, R8117100, R8117200, R8117300, R8117400, R8117500, R8117600, R8117700, R8117800, R8117900, R8118000, R8118001, R8118100, R8118101, R8118200, R8118201, R8118300, R8118301, R8118400, R8118401, R8118500, R8118501, R8118600, R8118601, R8118700, R8118701, R8118800, R8118801, R8118900, R8118901, R8119600, R8119700, R8119800, R8119900, R8120000, R8120100, R8120200, R8120300, R8120400, R8120500, R8135300, R8135400, R8135500, R8135600, R8135700, R8135800, R8135900, R9900600, R9900601, R9901400, R9901401, R9902200, R9902201, R9903000, R9903001, R9903800, R9903801, R9904600, R9904601, R9905400, R9905401, R9911200, R9911201, T0345800, T0345900, T0346000, T0346100, T0346200, T0346300, T0346400, T0346500, T0346600, T0346700, T0346800, T0346900, T0347000, T0347100, T0347200, T0347300, T0347400, T0347500, T0347600, T0347700, T0347800, T0349000, T0349100, T0349200, T0349300, T0349400, T0349500, T0349600, T0349700, T0349800, T0349900, T0350000, T0350100, T0350101, T0350200, T0350201, T0350300, T0350301, T0350400, T0350401, T0350500, T0350501, T0350600, T0350601, T0350700, T0350701, T0350800, T0350801, T0350900, T0350901, T0351000, T0351001, T0351900, T0352000, T0352100, T0352200, T0352300, T0352400, T0352500, T0352600, T0352700, T0352800, T0352900, T0597800, T0597900, T0598000, T0598100, T0598200, T0598300, T0598400, T1495200, T1495300, T1495400, T1495500, T1495600, T1495700, T1495800, T1495900, T1496000, T1496100, T1496200, T1496300, T1496400, T1496500, T1496600, T1496700, T1496800, T1496900, T1497000, T1497100, T1497200, T1498400, T1498500, T1498600, T1498700, T1498800, T1498900, T1499000, T1499100, T1499200, T1499300, T1499400, T1499500, T1499501, T1499600, T1499601, T1499700, T1499701, T1499800, T1499801, T1499900, T1499901, T1500000, T1500001, T1500100, T1500101, T1500200, T1500201, T1500300, T1500301, T1500400, T1500401, T1501100, T1501200, T1501300, T1501400, T1501500, T1501600, T1501700, T1501800, T1501900, T1502000, T1502100, T1765100, T1765200, T1765300, T1765400, T1765500, T1765600, T1765700, T2541200, T2541300, T2541400, T2541500, T2541600, T2541700, T2541800, T2541900, T2542000, T2542100, T2542200, T2542300, T2542400, T2542500, T2542600, T2542700, T2542800, T2542900, T2543000, T2543100, T2544200, T2544300, T2544400, T2544500, T2544600, T2544700, T2544800, T2544900, T2545000, T2545100, T2545200, T2545201, T2545300, T2545301, T2545400, T2545401, T2545500, T2545501, T2545600, T2545601, T2545700, T2545701, T2545800, T2545801, T2545900, T2545901, T2546000, T2546001, T2546800, T2546900, T2547000, T2547100, T2547200, T2547300, T2547400, T2547500, T2547600, T2547700, T2763400, T2763500, T2763600, T2763700, T2763800, T2763900, T2764000, T3527500, T3527600, T3527700, T3527800, T3527900, T3528000, T3528100, T3528200, T3528300, T3528400, T3530500, T3530600, T3530700, T3530800, T3530900, T3531000, T3531100, T3531200, T3531300, T3531400, T3531500, T3531501, T3531600, T3531601, T3531700, T3531701, T3531800, T3531801, T3531900, T3531901, T3532000, T3532001, T3532100, T3532101, T3532200, T3532201, T3532300, T3532301, T3532400, T3532401, T3533200, T3533300, T3533400, T3533500, T3533600, T3533700, T3533800, T3533900, T3534000, T3534100, T3729600, T3729700, T3729800, T3729900, T3730000, T3730100, T4496200, T4496300, T4496400, T4496500, T4496600, T4496700, T4496800, T4496900, T4497000, T4497100, T4500700, T4500800, T4500900, T4501000, T4501100, T4501200, T4501300, T4501400, T4501500, T4501600, T4501700, T4501701, T4501800, T4501801, T4501900, T4501901, T4502000, T4502001, T4502100, T4502101, T4502200, T4502201, T4502300, T4502301, T4502400, T4502401, T4502500, T4502501, T4502600, T4502601, T4504900, T4505000, T4505100, T4505200, T4505300, T4505400, T4505500, T4505600, T4505700, T4505800, T4703500, T4703600, T4703700, T4703800, T4703900, T4704000 FROM Extract.tblGen2FatherFromGen1 WHERE (R0000100 = @R0000100) + + - - - - - - - - - - - - - - - - - - - - - @@ -9966,25 +8746,18 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - @@ -9994,119 +8767,78 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -10115,119 +8847,82 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -10242,16 +8937,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - @@ -10282,18 +8967,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - @@ -10324,16 +8997,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - @@ -10360,18 +9023,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - @@ -10402,16 +9053,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - @@ -10438,20 +9079,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - @@ -10482,16 +9109,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - @@ -10522,18 +9139,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - @@ -10588,17 +9193,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - @@ -10630,22 +9224,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - @@ -10685,17 +9263,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - @@ -10727,18 +9294,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - @@ -10777,16 +9332,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - @@ -10815,20 +9360,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - @@ -10846,709 +9377,2737 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DELETE FROM [Extract].[tblGen2FatherFromGen1Death] WHERE (([R0000100] = @Original_R0000100) AND ((@IsNull_R1373400 = 1 AND [R1373400] IS NULL) OR ([R1373400] = @Original_R1373400)) AND ((@IsNull_R1374100 = 1 AND [R1374100] IS NULL) OR ([R1374100] = @Original_R1374100)) AND ((@IsNull_R1374800 = 1 AND [R1374800] IS NULL) OR ([R1374800] = @Original_R1374800)) AND ((@IsNull_R1375500 = 1 AND [R1375500] IS NULL) OR ([R1375500] = @Original_R1375500)) AND ((@IsNull_R1376200 = 1 AND [R1376200] IS NULL) OR ([R1376200] = @Original_R1376200)) AND ((@IsNull_R1376900 = 1 AND [R1376900] IS NULL) OR ([R1376900] = @Original_R1376900)) AND ((@IsNull_R1377600 = 1 AND [R1377600] IS NULL) OR ([R1377600] = @Original_R1377600)) AND ((@IsNull_R1753800 = 1 AND [R1753800] IS NULL) OR ([R1753800] = @Original_R1753800)) AND ((@IsNull_R1754500 = 1 AND [R1754500] IS NULL) OR ([R1754500] = @Original_R1754500)) AND ((@IsNull_R1755200 = 1 AND [R1755200] IS NULL) OR ([R1755200] = @Original_R1755200)) AND ((@IsNull_R1755900 = 1 AND [R1755900] IS NULL) OR ([R1755900] = @Original_R1755900)) AND ((@IsNull_R1756600 = 1 AND [R1756600] IS NULL) OR ([R1756600] = @Original_R1756600)) AND ((@IsNull_R1757300 = 1 AND [R1757300] IS NULL) OR ([R1757300] = @Original_R1757300)) AND ((@IsNull_R1758000 = 1 AND [R1758000] IS NULL) OR ([R1758000] = @Original_R1758000)) AND ((@IsNull_R2095800 = 1 AND [R2095800] IS NULL) OR ([R2095800] = @Original_R2095800)) AND ((@IsNull_R2096500 = 1 AND [R2096500] IS NULL) OR ([R2096500] = @Original_R2096500)) AND ((@IsNull_R2097200 = 1 AND [R2097200] IS NULL) OR ([R2097200] = @Original_R2097200)) AND ((@IsNull_R2097900 = 1 AND [R2097900] IS NULL) OR ([R2097900] = @Original_R2097900)) AND ((@IsNull_R2098600 = 1 AND [R2098600] IS NULL) OR ([R2098600] = @Original_R2098600)) AND ((@IsNull_R2099300 = 1 AND [R2099300] IS NULL) OR ([R2099300] = @Original_R2099300)) AND ((@IsNull_R2100000 = 1 AND [R2100000] IS NULL) OR ([R2100000] = @Original_R2100000)) AND ((@IsNull_R2648100 = 1 AND [R2648100] IS NULL) OR ([R2648100] = @Original_R2648100)) AND ((@IsNull_R2648800 = 1 AND [R2648800] IS NULL) OR ([R2648800] = @Original_R2648800)) AND ((@IsNull_R2649500 = 1 AND [R2649500] IS NULL) OR ([R2649500] = @Original_R2649500)) AND ((@IsNull_R2650200 = 1 AND [R2650200] IS NULL) OR ([R2650200] = @Original_R2650200)) AND ((@IsNull_R2650900 = 1 AND [R2650900] IS NULL) OR ([R2650900] = @Original_R2650900)) AND ((@IsNull_R2651600 = 1 AND [R2651600] IS NULL) OR ([R2651600] = @Original_R2651600)) AND ((@IsNull_R2652300 = 1 AND [R2652300] IS NULL) OR ([R2652300] = @Original_R2652300)) AND ((@IsNull_R3256000 = 1 AND [R3256000] IS NULL) OR ([R3256000] = @Original_R3256000)) AND ((@IsNull_R3257800 = 1 AND [R3257800] IS NULL) OR ([R3257800] = @Original_R3257800)) AND ((@IsNull_R3259600 = 1 AND [R3259600] IS NULL) OR ([R3259600] = @Original_R3259600)) AND ((@IsNull_R3261400 = 1 AND [R3261400] IS NULL) OR ([R3261400] = @Original_R3261400)) AND ((@IsNull_R3263200 = 1 AND [R3263200] IS NULL) OR ([R3263200] = @Original_R3263200)) AND ((@IsNull_R3265000 = 1 AND [R3265000] IS NULL) OR ([R3265000] = @Original_R3265000)) AND ((@IsNull_R3266800 = 1 AND [R3266800] IS NULL) OR ([R3266800] = @Original_R3266800)) AND ((@IsNull_R3771900 = 1 AND [R3771900] IS NULL) OR ([R3771900] = @Original_R3771900)) AND ((@IsNull_R3772200 = 1 AND [R3772200] IS NULL) OR ([R3772200] = @Original_R3772200)) AND ((@IsNull_R3772300 = 1 AND [R3772300] IS NULL) OR ([R3772300] = @Original_R3772300)) AND ((@IsNull_R3774000 = 1 AND [R3774000] IS NULL) OR ([R3774000] = @Original_R3774000)) AND ((@IsNull_R3774300 = 1 AND [R3774300] IS NULL) OR ([R3774300] = @Original_R3774300)) AND ((@IsNull_R3774400 = 1 AND [R3774400] IS NULL) OR ([R3774400] = @Original_R3774400)) AND ((@IsNull_R3776100 = 1 AND [R3776100] IS NULL) OR ([R3776100] = @Original_R3776100)) AND ((@IsNull_R3776400 = 1 AND [R3776400] IS NULL) OR ([R3776400] = @Original_R3776400)) AND ((@IsNull_R3776500 = 1 AND [R3776500] IS NULL) OR ([R3776500] = @Original_R3776500)) AND ((@IsNull_R3778200 = 1 AND [R3778200] IS NULL) OR ([R3778200] = @Original_R3778200)) AND ((@IsNull_R3778500 = 1 AND [R3778500] IS NULL) OR ([R3778500] = @Original_R3778500)) AND ((@IsNull_R3778600 = 1 AND [R3778600] IS NULL) OR ([R3778600] = @Original_R3778600)) AND ((@IsNull_R3780300 = 1 AND [R3780300] IS NULL) OR ([R3780300] = @Original_R3780300)) AND ((@IsNull_R3780600 = 1 AND [R3780600] IS NULL) OR ([R3780600] = @Original_R3780600)) AND ((@IsNull_R3780700 = 1 AND [R3780700] IS NULL) OR ([R3780700] = @Original_R3780700)) AND ((@IsNull_R3782400 = 1 AND [R3782400] IS NULL) OR ([R3782400] = @Original_R3782400)) AND ((@IsNull_R3784500 = 1 AND [R3784500] IS NULL) OR ([R3784500] = @Original_R3784500)) AND ((@IsNull_R4276900 = 1 AND [R4276900] IS NULL) OR ([R4276900] = @Original_R4276900)) AND ((@IsNull_R4277200 = 1 AND [R4277200] IS NULL) OR ([R4277200] = @Original_R4277200)) AND ((@IsNull_R4277201 = 1 AND [R4277201] IS NULL) OR ([R4277201] = @Original_R4277201)) AND ((@IsNull_R4277800 = 1 AND [R4277800] IS NULL) OR ([R4277800] = @Original_R4277800)) AND ((@IsNull_R4278100 = 1 AND [R4278100] IS NULL) OR ([R4278100] = @Original_R4278100)) AND ((@IsNull_R4278101 = 1 AND [R4278101] IS NULL) OR ([R4278101] = @Original_R4278101)) AND ((@IsNull_R4278700 = 1 AND [R4278700] IS NULL) OR ([R4278700] = @Original_R4278700)) AND ((@IsNull_R4279000 = 1 AND [R4279000] IS NULL) OR ([R4279000] = @Original_R4279000)) AND ((@IsNull_R4279001 = 1 AND [R4279001] IS NULL) OR ([R4279001] = @Original_R4279001)) AND ((@IsNull_R4279600 = 1 AND [R4279600] IS NULL) OR ([R4279600] = @Original_R4279600)) AND ((@IsNull_R4279900 = 1 AND [R4279900] IS NULL) OR ([R4279900] = @Original_R4279900)) AND ((@IsNull_R4279901 = 1 AND [R4279901] IS NULL) OR ([R4279901] = @Original_R4279901)) AND ((@IsNull_R4280500 = 1 AND [R4280500] IS NULL) OR ([R4280500] = @Original_R4280500)) AND ((@IsNull_R4280800 = 1 AND [R4280800] IS NULL) OR ([R4280800] = @Original_R4280800)) AND ((@IsNull_R4280801 = 1 AND [R4280801] IS NULL) OR ([R4280801] = @Original_R4280801)) AND ((@IsNull_R4281400 = 1 AND [R4281400] IS NULL) OR ([R4281400] = @Original_R4281400)) AND ((@IsNull_R4282200 = 1 AND [R4282200] IS NULL) OR ([R4282200] = @Original_R4282200)) AND ((@IsNull_R4827700 = 1 AND [R4827700] IS NULL) OR ([R4827700] = @Original_R4827700)) AND ((@IsNull_R4828000 = 1 AND [R4828000] IS NULL) OR ([R4828000] = @Original_R4828000)) AND ((@IsNull_R4828001 = 1 AND [R4828001] IS NULL) OR ([R4828001] = @Original_R4828001)) AND ((@IsNull_R4830700 = 1 AND [R4830700] IS NULL) OR ([R4830700] = @Original_R4830700)) AND ((@IsNull_R4831000 = 1 AND [R4831000] IS NULL) OR ([R4831000] = @Original_R4831000)) AND ((@IsNull_R4831001 = 1 AND [R4831001] IS NULL) OR ([R4831001] = @Original_R4831001)) AND ((@IsNull_R4833700 = 1 AND [R4833700] IS NULL) OR ([R4833700] = @Original_R4833700)) AND ((@IsNull_R4834000 = 1 AND [R4834000] IS NULL) OR ([R4834000] = @Original_R4834000)) AND ((@IsNull_R4834001 = 1 AND [R4834001] IS NULL) OR ([R4834001] = @Original_R4834001)) AND ((@IsNull_R4836700 = 1 AND [R4836700] IS NULL) OR ([R4836700] = @Original_R4836700)) AND ((@IsNull_R4837000 = 1 AND [R4837000] IS NULL) OR ([R4837000] = @Original_R4837000)) AND ((@IsNull_R4837001 = 1 AND [R4837001] IS NULL) OR ([R4837001] = @Original_R4837001)) AND ((@IsNull_R4839700 = 1 AND [R4839700] IS NULL) OR ([R4839700] = @Original_R4839700)) AND ((@IsNull_R4840000 = 1 AND [R4840000] IS NULL) OR ([R4840000] = @Original_R4840000)) AND ((@IsNull_R4840001 = 1 AND [R4840001] IS NULL) OR ([R4840001] = @Original_R4840001)) AND ((@IsNull_R4842600 = 1 AND [R4842600] IS NULL) OR ([R4842600] = @Original_R4842600)) AND ((@IsNull_R4844900 = 1 AND [R4844900] IS NULL) OR ([R4844900] = @Original_R4844900)) AND ((@IsNull_R4847200 = 1 AND [R4847200] IS NULL) OR ([R4847200] = @Original_R4847200)) AND ((@IsNull_R5498100 = 1 AND [R5498100] IS NULL) OR ([R5498100] = @Original_R5498100)) AND ((@IsNull_R5498400 = 1 AND [R5498400] IS NULL) OR ([R5498400] = @Original_R5498400)) AND ((@IsNull_R5498401 = 1 AND [R5498401] IS NULL) OR ([R5498401] = @Original_R5498401)) AND ((@IsNull_R5501100 = 1 AND [R5501100] IS NULL) OR ([R5501100] = @Original_R5501100)) AND ((@IsNull_R5501400 = 1 AND [R5501400] IS NULL) OR ([R5501400] = @Original_R5501400)) AND ((@IsNull_R5501401 = 1 AND [R5501401] IS NULL) OR ([R5501401] = @Original_R5501401)) AND ((@IsNull_R5504100 = 1 AND [R5504100] IS NULL) OR ([R5504100] = @Original_R5504100)) AND ((@IsNull_R5504400 = 1 AND [R5504400] IS NULL) OR ([R5504400] = @Original_R5504400)) AND ((@IsNull_R5504401 = 1 AND [R5504401] IS NULL) OR ([R5504401] = @Original_R5504401)) AND ((@IsNull_R5507100 = 1 AND [R5507100] IS NULL) OR ([R5507100] = @Original_R5507100)) AND ((@IsNull_R5507400 = 1 AND [R5507400] IS NULL) OR ([R5507400] = @Original_R5507400)) AND ((@IsNull_R5507401 = 1 AND [R5507401] IS NULL) OR ([R5507401] = @Original_R5507401)) AND ((@IsNull_R5510100 = 1 AND [R5510100] IS NULL) OR ([R5510100] = @Original_R5510100)) AND ((@IsNull_R5510400 = 1 AND [R5510400] IS NULL) OR ([R5510400] = @Original_R5510400)) AND ((@IsNull_R5510401 = 1 AND [R5510401] IS NULL) OR ([R5510401] = @Original_R5510401)) AND ((@IsNull_R5513100 = 1 AND [R5513100] IS NULL) OR ([R5513100] = @Original_R5513100)) AND ((@IsNull_R5515400 = 1 AND [R5515400] IS NULL) OR ([R5515400] = @Original_R5515400)) AND ((@IsNull_R5517700 = 1 AND [R5517700] IS NULL) OR ([R5517700] = @Original_R5517700)) AND ((@IsNull_R5519900 = 1 AND [R5519900] IS NULL) OR ([R5519900] = @Original_R5519900)) AND ((@IsNull_R6219500 = 1 AND [R6219500] IS NULL) OR ([R6219500] = @Original_R6219500)) AND ((@IsNull_R6219600 = 1 AND [R6219600] IS NULL) OR ([R6219600] = @Original_R6219600)) AND ((@IsNull_R6219700 = 1 AND [R6219700] IS NULL) OR ([R6219700] = @Original_R6219700)) AND ((@IsNull_R6219800 = 1 AND [R6219800] IS NULL) OR ([R6219800] = @Original_R6219800)) AND ((@IsNull_R6219900 = 1 AND [R6219900] IS NULL) OR ([R6219900] = @Original_R6219900)) AND ((@IsNull_R6220000 = 1 AND [R6220000] IS NULL) OR ([R6220000] = @Original_R6220000)) AND ((@IsNull_R6220100 = 1 AND [R6220100] IS NULL) OR ([R6220100] = @Original_R6220100)) AND ((@IsNull_R6220200 = 1 AND [R6220200] IS NULL) OR ([R6220200] = @Original_R6220200)) AND ((@IsNull_R6220300 = 1 AND [R6220300] IS NULL) OR ([R6220300] = @Original_R6220300)) AND ((@IsNull_R6220400 = 1 AND [R6220400] IS NULL) OR ([R6220400] = @Original_R6220400)) AND ((@IsNull_R6222800 = 1 AND [R6222800] IS NULL) OR ([R6222800] = @Original_R6222800)) AND ((@IsNull_R6222801 = 1 AND [R6222801] IS NULL) OR ([R6222801] = @Original_R6222801)) AND ((@IsNull_R6222900 = 1 AND [R6222900] IS NULL) OR ([R6222900] = @Original_R6222900)) AND ((@IsNull_R6222901 = 1 AND [R6222901] IS NULL) OR ([R6222901] = @Original_R6222901)) AND ((@IsNull_R6223000 = 1 AND [R6223000] IS NULL) OR ([R6223000] = @Original_R6223000)) AND ((@IsNull_R6223001 = 1 AND [R6223001] IS NULL) OR ([R6223001] = @Original_R6223001)) AND ((@IsNull_R6223100 = 1 AND [R6223100] IS NULL) OR ([R6223100] = @Original_R6223100)) AND ((@IsNull_R6223101 = 1 AND [R6223101] IS NULL) OR ([R6223101] = @Original_R6223101)) AND ((@IsNull_R6223200 = 1 AND [R6223200] IS NULL) OR ([R6223200] = @Original_R6223200)) AND ((@IsNull_R6223201 = 1 AND [R6223201] IS NULL) OR ([R6223201] = @Original_R6223201)) AND ((@IsNull_R6223300 = 1 AND [R6223300] IS NULL) OR ([R6223300] = @Original_R6223300)) AND ((@IsNull_R6223301 = 1 AND [R6223301] IS NULL) OR ([R6223301] = @Original_R6223301)) AND ((@IsNull_R6773500 = 1 AND [R6773500] IS NULL) OR ([R6773500] = @Original_R6773500)) AND ((@IsNull_R6773600 = 1 AND [R6773600] IS NULL) OR ([R6773600] = @Original_R6773600)) AND ((@IsNull_R6773700 = 1 AND [R6773700] IS NULL) OR ([R6773700] = @Original_R6773700)) AND ((@IsNull_R6773800 = 1 AND [R6773800] IS NULL) OR ([R6773800] = @Original_R6773800)) AND ((@IsNull_R6773900 = 1 AND [R6773900] IS NULL) OR ([R6773900] = @Original_R6773900)) AND ((@IsNull_R6774000 = 1 AND [R6774000] IS NULL) OR ([R6774000] = @Original_R6774000)) AND ((@IsNull_R6774100 = 1 AND [R6774100] IS NULL) OR ([R6774100] = @Original_R6774100)) AND ((@IsNull_R6774200 = 1 AND [R6774200] IS NULL) OR ([R6774200] = @Original_R6774200)) AND ((@IsNull_R6774300 = 1 AND [R6774300] IS NULL) OR ([R6774300] = @Original_R6774300)) AND ((@IsNull_R6774400 = 1 AND [R6774400] IS NULL) OR ([R6774400] = @Original_R6774400)) AND ((@IsNull_R6776300 = 1 AND [R6776300] IS NULL) OR ([R6776300] = @Original_R6776300)) AND ((@IsNull_R6776301 = 1 AND [R6776301] IS NULL) OR ([R6776301] = @Original_R6776301)) AND ((@IsNull_R6776400 = 1 AND [R6776400] IS NULL) OR ([R6776400] = @Original_R6776400)) AND ((@IsNull_R6776401 = 1 AND [R6776401] IS NULL) OR ([R6776401] = @Original_R6776401)) AND ((@IsNull_R6776500 = 1 AND [R6776500] IS NULL) OR ([R6776500] = @Original_R6776500)) AND ((@IsNull_R6776501 = 1 AND [R6776501] IS NULL) OR ([R6776501] = @Original_R6776501)) AND ((@IsNull_R6776600 = 1 AND [R6776600] IS NULL) OR ([R6776600] = @Original_R6776600)) AND ((@IsNull_R6776601 = 1 AND [R6776601] IS NULL) OR ([R6776601] = @Original_R6776601)) AND ((@IsNull_R6776700 = 1 AND [R6776700] IS NULL) OR ([R6776700] = @Original_R6776700)) AND ((@IsNull_R6776701 = 1 AND [R6776701] IS NULL) OR ([R6776701] = @Original_R6776701)) AND ((@IsNull_R6776800 = 1 AND [R6776800] IS NULL) OR ([R6776800] = @Original_R6776800)) AND ((@IsNull_R6776801 = 1 AND [R6776801] IS NULL) OR ([R6776801] = @Original_R6776801)) AND ((@IsNull_R7417900 = 1 AND [R7417900] IS NULL) OR ([R7417900] = @Original_R7417900)) AND ((@IsNull_R7418000 = 1 AND [R7418000] IS NULL) OR ([R7418000] = @Original_R7418000)) AND ((@IsNull_R7418100 = 1 AND [R7418100] IS NULL) OR ([R7418100] = @Original_R7418100)) AND ((@IsNull_R7418200 = 1 AND [R7418200] IS NULL) OR ([R7418200] = @Original_R7418200)) AND ((@IsNull_R7418300 = 1 AND [R7418300] IS NULL) OR ([R7418300] = @Original_R7418300)) AND ((@IsNull_R7418400 = 1 AND [R7418400] IS NULL) OR ([R7418400] = @Original_R7418400)) AND ((@IsNull_R7418500 = 1 AND [R7418500] IS NULL) OR ([R7418500] = @Original_R7418500)) AND ((@IsNull_R7418600 = 1 AND [R7418600] IS NULL) OR ([R7418600] = @Original_R7418600)) AND ((@IsNull_R7418700 = 1 AND [R7418700] IS NULL) OR ([R7418700] = @Original_R7418700)) AND ((@IsNull_R7418800 = 1 AND [R7418800] IS NULL) OR ([R7418800] = @Original_R7418800)) AND ((@IsNull_R7420700 = 1 AND [R7420700] IS NULL) OR ([R7420700] = @Original_R7420700)) AND ((@IsNull_R7420701 = 1 AND [R7420701] IS NULL) OR ([R7420701] = @Original_R7420701)) AND ((@IsNull_R7420800 = 1 AND [R7420800] IS NULL) OR ([R7420800] = @Original_R7420800)) AND ((@IsNull_R7420801 = 1 AND [R7420801] IS NULL) OR ([R7420801] = @Original_R7420801)) AND ((@IsNull_R7420900 = 1 AND [R7420900] IS NULL) OR ([R7420900] = @Original_R7420900)) AND ((@IsNull_R7420901 = 1 AND [R7420901] IS NULL) OR ([R7420901] = @Original_R7420901)) AND ((@IsNull_R7421000 = 1 AND [R7421000] IS NULL) OR ([R7421000] = @Original_R7421000)) AND ((@IsNull_R7421001 = 1 AND [R7421001] IS NULL) OR ([R7421001] = @Original_R7421001)) AND ((@IsNull_R7421100 = 1 AND [R7421100] IS NULL) OR ([R7421100] = @Original_R7421100)) AND ((@IsNull_R7421101 = 1 AND [R7421101] IS NULL) OR ([R7421101] = @Original_R7421101)) AND ((@IsNull_R7421200 = 1 AND [R7421200] IS NULL) OR ([R7421200] = @Original_R7421200)) AND ((@IsNull_R7421201 = 1 AND [R7421201] IS NULL) OR ([R7421201] = @Original_R7421201)) AND ((@IsNull_R7421300 = 1 AND [R7421300] IS NULL) OR ([R7421300] = @Original_R7421300)) AND ((@IsNull_R7421301 = 1 AND [R7421301] IS NULL) OR ([R7421301] = @Original_R7421301)) AND ((@IsNull_R8116000 = 1 AND [R8116000] IS NULL) OR ([R8116000] = @Original_R8116000)) AND ((@IsNull_R8116100 = 1 AND [R8116100] IS NULL) OR ([R8116100] = @Original_R8116100)) AND ((@IsNull_R8116200 = 1 AND [R8116200] IS NULL) OR ([R8116200] = @Original_R8116200)) AND ((@IsNull_R8116300 = 1 AND [R8116300] IS NULL) OR ([R8116300] = @Original_R8116300)) AND ((@IsNull_R8116400 = 1 AND [R8116400] IS NULL) OR ([R8116400] = @Original_R8116400)) AND ((@IsNull_R8116500 = 1 AND [R8116500] IS NULL) OR ([R8116500] = @Original_R8116500)) AND ((@IsNull_R8116600 = 1 AND [R8116600] IS NULL) OR ([R8116600] = @Original_R8116600)) AND ((@IsNull_R8116700 = 1 AND [R8116700] IS NULL) OR ([R8116700] = @Original_R8116700)) AND ((@IsNull_R8116800 = 1 AND [R8116800] IS NULL) OR ([R8116800] = @Original_R8116800)) AND ((@IsNull_R8116900 = 1 AND [R8116900] IS NULL) OR ([R8116900] = @Original_R8116900)) AND ((@IsNull_R8119000 = 1 AND [R8119000] IS NULL) OR ([R8119000] = @Original_R8119000)) AND ((@IsNull_R8119001 = 1 AND [R8119001] IS NULL) OR ([R8119001] = @Original_R8119001)) AND ((@IsNull_R8119100 = 1 AND [R8119100] IS NULL) OR ([R8119100] = @Original_R8119100)) AND ((@IsNull_R8119101 = 1 AND [R8119101] IS NULL) OR ([R8119101] = @Original_R8119101)) AND ((@IsNull_R8119200 = 1 AND [R8119200] IS NULL) OR ([R8119200] = @Original_R8119200)) AND ((@IsNull_R8119201 = 1 AND [R8119201] IS NULL) OR ([R8119201] = @Original_R8119201)) AND ((@IsNull_R8119300 = 1 AND [R8119300] IS NULL) OR ([R8119300] = @Original_R8119300)) AND ((@IsNull_R8119301 = 1 AND [R8119301] IS NULL) OR ([R8119301] = @Original_R8119301)) AND ((@IsNull_R8119400 = 1 AND [R8119400] IS NULL) OR ([R8119400] = @Original_R8119400)) AND ((@IsNull_R8119401 = 1 AND [R8119401] IS NULL) OR ([R8119401] = @Original_R8119401)) AND ((@IsNull_R8119500 = 1 AND [R8119500] IS NULL) OR ([R8119500] = @Original_R8119500)) AND ((@IsNull_R8119501 = 1 AND [R8119501] IS NULL) OR ([R8119501] = @Original_R8119501)) AND ((@IsNull_T0347900 = 1 AND [T0347900] IS NULL) OR ([T0347900] = @Original_T0347900)) AND ((@IsNull_T0348000 = 1 AND [T0348000] IS NULL) OR ([T0348000] = @Original_T0348000)) AND ((@IsNull_T0348100 = 1 AND [T0348100] IS NULL) OR ([T0348100] = @Original_T0348100)) AND ((@IsNull_T0348200 = 1 AND [T0348200] IS NULL) OR ([T0348200] = @Original_T0348200)) AND ((@IsNull_T0348300 = 1 AND [T0348300] IS NULL) OR ([T0348300] = @Original_T0348300)) AND ((@IsNull_T0348400 = 1 AND [T0348400] IS NULL) OR ([T0348400] = @Original_T0348400)) AND ((@IsNull_T0348500 = 1 AND [T0348500] IS NULL) OR ([T0348500] = @Original_T0348500)) AND ((@IsNull_T0348600 = 1 AND [T0348600] IS NULL) OR ([T0348600] = @Original_T0348600)) AND ((@IsNull_T0348700 = 1 AND [T0348700] IS NULL) OR ([T0348700] = @Original_T0348700)) AND ((@IsNull_T0348800 = 1 AND [T0348800] IS NULL) OR ([T0348800] = @Original_T0348800)) AND ((@IsNull_T0348900 = 1 AND [T0348900] IS NULL) OR ([T0348900] = @Original_T0348900)) AND ((@IsNull_T0351100 = 1 AND [T0351100] IS NULL) OR ([T0351100] = @Original_T0351100)) AND ((@IsNull_T0351101 = 1 AND [T0351101] IS NULL) OR ([T0351101] = @Original_T0351101)) AND ((@IsNull_T0351200 = 1 AND [T0351200] IS NULL) OR ([T0351200] = @Original_T0351200)) AND ((@IsNull_T0351201 = 1 AND [T0351201] IS NULL) OR ([T0351201] = @Original_T0351201)) AND ((@IsNull_T0351300 = 1 AND [T0351300] IS NULL) OR ([T0351300] = @Original_T0351300)) AND ((@IsNull_T0351301 = 1 AND [T0351301] IS NULL) OR ([T0351301] = @Original_T0351301)) AND ((@IsNull_T0351400 = 1 AND [T0351400] IS NULL) OR ([T0351400] = @Original_T0351400)) AND ((@IsNull_T0351401 = 1 AND [T0351401] IS NULL) OR ([T0351401] = @Original_T0351401)) AND ((@IsNull_T0351500 = 1 AND [T0351500] IS NULL) OR ([T0351500] = @Original_T0351500)) AND ((@IsNull_T0351501 = 1 AND [T0351501] IS NULL) OR ([T0351501] = @Original_T0351501)) AND ((@IsNull_T0351600 = 1 AND [T0351600] IS NULL) OR ([T0351600] = @Original_T0351600)) AND ((@IsNull_T0351601 = 1 AND [T0351601] IS NULL) OR ([T0351601] = @Original_T0351601)) AND ((@IsNull_T0351700 = 1 AND [T0351700] IS NULL) OR ([T0351700] = @Original_T0351700)) AND ((@IsNull_T0351701 = 1 AND [T0351701] IS NULL) OR ([T0351701] = @Original_T0351701)) AND ((@IsNull_T0351800 = 1 AND [T0351800] IS NULL) OR ([T0351800] = @Original_T0351800)) AND ((@IsNull_T0351801 = 1 AND [T0351801] IS NULL) OR ([T0351801] = @Original_T0351801)) AND ((@IsNull_T1497300 = 1 AND [T1497300] IS NULL) OR ([T1497300] = @Original_T1497300)) AND ((@IsNull_T1497400 = 1 AND [T1497400] IS NULL) OR ([T1497400] = @Original_T1497400)) AND ((@IsNull_T1497500 = 1 AND [T1497500] IS NULL) OR ([T1497500] = @Original_T1497500)) AND ((@IsNull_T1497600 = 1 AND [T1497600] IS NULL) OR ([T1497600] = @Original_T1497600)) AND ((@IsNull_T1497700 = 1 AND [T1497700] IS NULL) OR ([T1497700] = @Original_T1497700)) AND ((@IsNull_T1497800 = 1 AND [T1497800] IS NULL) OR ([T1497800] = @Original_T1497800)) AND ((@IsNull_T1497900 = 1 AND [T1497900] IS NULL) OR ([T1497900] = @Original_T1497900)) AND ((@IsNull_T1498000 = 1 AND [T1498000] IS NULL) OR ([T1498000] = @Original_T1498000)) AND ((@IsNull_T1498100 = 1 AND [T1498100] IS NULL) OR ([T1498100] = @Original_T1498100)) AND ((@IsNull_T1498200 = 1 AND [T1498200] IS NULL) OR ([T1498200] = @Original_T1498200)) AND ((@IsNull_T1498300 = 1 AND [T1498300] IS NULL) OR ([T1498300] = @Original_T1498300)) AND ((@IsNull_T1500500 = 1 AND [T1500500] IS NULL) OR ([T1500500] = @Original_T1500500)) AND ((@IsNull_T1500501 = 1 AND [T1500501] IS NULL) OR ([T1500501] = @Original_T1500501)) AND ((@IsNull_T1500600 = 1 AND [T1500600] IS NULL) OR ([T1500600] = @Original_T1500600)) AND ((@IsNull_T1500601 = 1 AND [T1500601] IS NULL) OR ([T1500601] = @Original_T1500601)) AND ((@IsNull_T1500700 = 1 AND [T1500700] IS NULL) OR ([T1500700] = @Original_T1500700)) AND ((@IsNull_T1500701 = 1 AND [T1500701] IS NULL) OR ([T1500701] = @Original_T1500701)) AND ((@IsNull_T1500800 = 1 AND [T1500800] IS NULL) OR ([T1500800] = @Original_T1500800)) AND ((@IsNull_T1500801 = 1 AND [T1500801] IS NULL) OR ([T1500801] = @Original_T1500801)) AND ((@IsNull_T1500900 = 1 AND [T1500900] IS NULL) OR ([T1500900] = @Original_T1500900)) AND ((@IsNull_T1500901 = 1 AND [T1500901] IS NULL) OR ([T1500901] = @Original_T1500901)) AND ((@IsNull_T1501000 = 1 AND [T1501000] IS NULL) OR ([T1501000] = @Original_T1501000)) AND ((@IsNull_T1501001 = 1 AND [T1501001] IS NULL) OR ([T1501001] = @Original_T1501001)) AND ((@IsNull_T2543200 = 1 AND [T2543200] IS NULL) OR ([T2543200] = @Original_T2543200)) AND ((@IsNull_T2543300 = 1 AND [T2543300] IS NULL) OR ([T2543300] = @Original_T2543300)) AND ((@IsNull_T2543400 = 1 AND [T2543400] IS NULL) OR ([T2543400] = @Original_T2543400)) AND ((@IsNull_T2543500 = 1 AND [T2543500] IS NULL) OR ([T2543500] = @Original_T2543500)) AND ((@IsNull_T2543600 = 1 AND [T2543600] IS NULL) OR ([T2543600] = @Original_T2543600)) AND ((@IsNull_T2543700 = 1 AND [T2543700] IS NULL) OR ([T2543700] = @Original_T2543700)) AND ((@IsNull_T2543800 = 1 AND [T2543800] IS NULL) OR ([T2543800] = @Original_T2543800)) AND ((@IsNull_T2543900 = 1 AND [T2543900] IS NULL) OR ([T2543900] = @Original_T2543900)) AND ((@IsNull_T2544000 = 1 AND [T2544000] IS NULL) OR ([T2544000] = @Original_T2544000)) AND ((@IsNull_T2544100 = 1 AND [T2544100] IS NULL) OR ([T2544100] = @Original_T2544100)) AND ((@IsNull_T2546100 = 1 AND [T2546100] IS NULL) OR ([T2546100] = @Original_T2546100)) AND ((@IsNull_T2546101 = 1 AND [T2546101] IS NULL) OR ([T2546101] = @Original_T2546101)) AND ((@IsNull_T2546200 = 1 AND [T2546200] IS NULL) OR ([T2546200] = @Original_T2546200)) AND ((@IsNull_T2546201 = 1 AND [T2546201] IS NULL) OR ([T2546201] = @Original_T2546201)) AND ((@IsNull_T2546300 = 1 AND [T2546300] IS NULL) OR ([T2546300] = @Original_T2546300)) AND ((@IsNull_T2546301 = 1 AND [T2546301] IS NULL) OR ([T2546301] = @Original_T2546301)) AND ((@IsNull_T2546400 = 1 AND [T2546400] IS NULL) OR ([T2546400] = @Original_T2546400)) AND ((@IsNull_T2546401 = 1 AND [T2546401] IS NULL) OR ([T2546401] = @Original_T2546401)) AND ((@IsNull_T2546500 = 1 AND [T2546500] IS NULL) OR ([T2546500] = @Original_T2546500)) AND ((@IsNull_T2546501 = 1 AND [T2546501] IS NULL) OR ([T2546501] = @Original_T2546501)) AND ((@IsNull_T2546600 = 1 AND [T2546600] IS NULL) OR ([T2546600] = @Original_T2546600)) AND ((@IsNull_T2546601 = 1 AND [T2546601] IS NULL) OR ([T2546601] = @Original_T2546601)) AND ((@IsNull_T2546700 = 1 AND [T2546700] IS NULL) OR ([T2546700] = @Original_T2546700)) AND ((@IsNull_T2546701 = 1 AND [T2546701] IS NULL) OR ([T2546701] = @Original_T2546701)) AND ((@IsNull_T3529500 = 1 AND [T3529500] IS NULL) OR ([T3529500] = @Original_T3529500)) AND ((@IsNull_T3529600 = 1 AND [T3529600] IS NULL) OR ([T3529600] = @Original_T3529600)) AND ((@IsNull_T3529700 = 1 AND [T3529700] IS NULL) OR ([T3529700] = @Original_T3529700)) AND ((@IsNull_T3529800 = 1 AND [T3529800] IS NULL) OR ([T3529800] = @Original_T3529800)) AND ((@IsNull_T3529900 = 1 AND [T3529900] IS NULL) OR ([T3529900] = @Original_T3529900)) AND ((@IsNull_T3530000 = 1 AND [T3530000] IS NULL) OR ([T3530000] = @Original_T3530000)) AND ((@IsNull_T3530100 = 1 AND [T3530100] IS NULL) OR ([T3530100] = @Original_T3530100)) AND ((@IsNull_T3530200 = 1 AND [T3530200] IS NULL) OR ([T3530200] = @Original_T3530200)) AND ((@IsNull_T3530300 = 1 AND [T3530300] IS NULL) OR ([T3530300] = @Original_T3530300)) AND ((@IsNull_T3530400 = 1 AND [T3530400] IS NULL) OR ([T3530400] = @Original_T3530400)) AND ((@IsNull_T3532500 = 1 AND [T3532500] IS NULL) OR ([T3532500] = @Original_T3532500)) AND ((@IsNull_T3532501 = 1 AND [T3532501] IS NULL) OR ([T3532501] = @Original_T3532501)) AND ((@IsNull_T3532600 = 1 AND [T3532600] IS NULL) OR ([T3532600] = @Original_T3532600)) AND ((@IsNull_T3532601 = 1 AND [T3532601] IS NULL) OR ([T3532601] = @Original_T3532601)) AND ((@IsNull_T3532700 = 1 AND [T3532700] IS NULL) OR ([T3532700] = @Original_T3532700)) AND ((@IsNull_T3532701 = 1 AND [T3532701] IS NULL) OR ([T3532701] = @Original_T3532701)) AND ((@IsNull_T3532800 = 1 AND [T3532800] IS NULL) OR ([T3532800] = @Original_T3532800)) AND ((@IsNull_T3532801 = 1 AND [T3532801] IS NULL) OR ([T3532801] = @Original_T3532801)) AND ((@IsNull_T3532900 = 1 AND [T3532900] IS NULL) OR ([T3532900] = @Original_T3532900)) AND ((@IsNull_T3532901 = 1 AND [T3532901] IS NULL) OR ([T3532901] = @Original_T3532901)) AND ((@IsNull_T3533000 = 1 AND [T3533000] IS NULL) OR ([T3533000] = @Original_T3533000)) AND ((@IsNull_T3533001 = 1 AND [T3533001] IS NULL) OR ([T3533001] = @Original_T3533001)) AND ((@IsNull_T3533100 = 1 AND [T3533100] IS NULL) OR ([T3533100] = @Original_T3533100)) AND ((@IsNull_T3533101 = 1 AND [T3533101] IS NULL) OR ([T3533101] = @Original_T3533101)) AND ((@IsNull_T4498100 = 1 AND [T4498100] IS NULL) OR ([T4498100] = @Original_T4498100)) AND ((@IsNull_T4498200 = 1 AND [T4498200] IS NULL) OR ([T4498200] = @Original_T4498200)) AND ((@IsNull_T4498300 = 1 AND [T4498300] IS NULL) OR ([T4498300] = @Original_T4498300)) AND ((@IsNull_T4498400 = 1 AND [T4498400] IS NULL) OR ([T4498400] = @Original_T4498400)) AND ((@IsNull_T4498500 = 1 AND [T4498500] IS NULL) OR ([T4498500] = @Original_T4498500)) AND ((@IsNull_T4498600 = 1 AND [T4498600] IS NULL) OR ([T4498600] = @Original_T4498600)) AND ((@IsNull_T4498700 = 1 AND [T4498700] IS NULL) OR ([T4498700] = @Original_T4498700)) AND ((@IsNull_T4498800 = 1 AND [T4498800] IS NULL) OR ([T4498800] = @Original_T4498800)) AND ((@IsNull_T4498900 = 1 AND [T4498900] IS NULL) OR ([T4498900] = @Original_T4498900)) AND ((@IsNull_T4499000 = 1 AND [T4499000] IS NULL) OR ([T4499000] = @Original_T4499000)) AND ((@IsNull_T4503700 = 1 AND [T4503700] IS NULL) OR ([T4503700] = @Original_T4503700)) AND ((@IsNull_T4503701 = 1 AND [T4503701] IS NULL) OR ([T4503701] = @Original_T4503701)) AND ((@IsNull_T4503800 = 1 AND [T4503800] IS NULL) OR ([T4503800] = @Original_T4503800)) AND ((@IsNull_T4503801 = 1 AND [T4503801] IS NULL) OR ([T4503801] = @Original_T4503801)) AND ((@IsNull_T4503900 = 1 AND [T4503900] IS NULL) OR ([T4503900] = @Original_T4503900)) AND ((@IsNull_T4503901 = 1 AND [T4503901] IS NULL) OR ([T4503901] = @Original_T4503901)) AND ((@IsNull_T4504000 = 1 AND [T4504000] IS NULL) OR ([T4504000] = @Original_T4504000)) AND ((@IsNull_T4504001 = 1 AND [T4504001] IS NULL) OR ([T4504001] = @Original_T4504001)) AND ((@IsNull_T4504100 = 1 AND [T4504100] IS NULL) OR ([T4504100] = @Original_T4504100)) AND ((@IsNull_T4504101 = 1 AND [T4504101] IS NULL) OR ([T4504101] = @Original_T4504101)) AND ((@IsNull_T4504200 = 1 AND [T4504200] IS NULL) OR ([T4504200] = @Original_T4504200)) AND ((@IsNull_T4504201 = 1 AND [T4504201] IS NULL) OR ([T4504201] = @Original_T4504201))) + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -11569,66 +12128,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -11646,145 +12145,33 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -11800,235 +12187,63 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -12042,205 +12257,1326 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + INSERT INTO [Extract].[tblGen2FatherFromGen1Death] ([R0000100], [R1373400], [R1374100], [R1374800], [R1375500], [R1376200], [R1376900], [R1377600], [R1753800], [R1754500], [R1755200], [R1755900], [R1756600], [R1757300], [R1758000], [R2095800], [R2096500], [R2097200], [R2097900], [R2098600], [R2099300], [R2100000], [R2648100], [R2648800], [R2649500], [R2650200], [R2650900], [R2651600], [R2652300], [R3256000], [R3257800], [R3259600], [R3261400], [R3263200], [R3265000], [R3266800], [R3771900], [R3772200], [R3772300], [R3774000], [R3774300], [R3774400], [R3776100], [R3776400], [R3776500], [R3778200], [R3778500], [R3778600], [R3780300], [R3780600], [R3780700], [R3782400], [R3784500], [R4276900], [R4277200], [R4277201], [R4277800], [R4278100], [R4278101], [R4278700], [R4279000], [R4279001], [R4279600], [R4279900], [R4279901], [R4280500], [R4280800], [R4280801], [R4281400], [R4282200], [R4827700], [R4828000], [R4828001], [R4830700], [R4831000], [R4831001], [R4833700], [R4834000], [R4834001], [R4836700], [R4837000], [R4837001], [R4839700], [R4840000], [R4840001], [R4842600], [R4844900], [R4847200], [R5498100], [R5498400], [R5498401], [R5501100], [R5501400], [R5501401], [R5504100], [R5504400], [R5504401], [R5507100], [R5507400], [R5507401], [R5510100], [R5510400], [R5510401], [R5513100], [R5515400], [R5517700], [R5519900], [R6219500], [R6219600], [R6219700], [R6219800], [R6219900], [R6220000], [R6220100], [R6220200], [R6220300], [R6220400], [R6222800], [R6222801], [R6222900], [R6222901], [R6223000], [R6223001], [R6223100], [R6223101], [R6223200], [R6223201], [R6223300], [R6223301], [R6773500], [R6773600], [R6773700], [R6773800], [R6773900], [R6774000], [R6774100], [R6774200], [R6774300], [R6774400], [R6776300], [R6776301], [R6776400], [R6776401], [R6776500], [R6776501], [R6776600], [R6776601], [R6776700], [R6776701], [R6776800], [R6776801], [R7417900], [R7418000], [R7418100], [R7418200], [R7418300], [R7418400], [R7418500], [R7418600], [R7418700], [R7418800], [R7420700], [R7420701], [R7420800], [R7420801], [R7420900], [R7420901], [R7421000], [R7421001], [R7421100], [R7421101], [R7421200], [R7421201], [R7421300], [R7421301], [R8116000], [R8116100], [R8116200], [R8116300], [R8116400], [R8116500], [R8116600], [R8116700], [R8116800], [R8116900], [R8119000], [R8119001], [R8119100], [R8119101], [R8119200], [R8119201], [R8119300], [R8119301], [R8119400], [R8119401], [R8119500], [R8119501], [T0347900], [T0348000], [T0348100], [T0348200], [T0348300], [T0348400], [T0348500], [T0348600], [T0348700], [T0348800], [T0348900], [T0351100], [T0351101], [T0351200], [T0351201], [T0351300], [T0351301], [T0351400], [T0351401], [T0351500], [T0351501], [T0351600], [T0351601], [T0351700], [T0351701], [T0351800], [T0351801], [T1497300], [T1497400], [T1497500], [T1497600], [T1497700], [T1497800], [T1497900], [T1498000], [T1498100], [T1498200], [T1498300], [T1500500], [T1500501], [T1500600], [T1500601], [T1500700], [T1500701], [T1500800], [T1500801], [T1500900], [T1500901], [T1501000], [T1501001], [T2543200], [T2543300], [T2543400], [T2543500], [T2543600], [T2543700], [T2543800], [T2543900], [T2544000], [T2544100], [T2546100], [T2546101], [T2546200], [T2546201], [T2546300], [T2546301], [T2546400], [T2546401], [T2546500], [T2546501], [T2546600], [T2546601], [T2546700], [T2546701], [T3529500], [T3529600], [T3529700], [T3529800], [T3529900], [T3530000], [T3530100], [T3530200], [T3530300], [T3530400], [T3532500], [T3532501], [T3532600], [T3532601], [T3532700], [T3532701], [T3532800], [T3532801], [T3532900], [T3532901], [T3533000], [T3533001], [T3533100], [T3533101], [T4498100], [T4498200], [T4498300], [T4498400], [T4498500], [T4498600], [T4498700], [T4498800], [T4498900], [T4499000], [T4503700], [T4503701], [T4503800], [T4503801], [T4503900], [T4503901], [T4504000], [T4504001], [T4504100], [T4504101], [T4504200], [T4504201]) VALUES (@R0000100, @R1373400, @R1374100, @R1374800, @R1375500, @R1376200, @R1376900, @R1377600, @R1753800, @R1754500, @R1755200, @R1755900, @R1756600, @R1757300, @R1758000, @R2095800, @R2096500, @R2097200, @R2097900, @R2098600, @R2099300, @R2100000, @R2648100, @R2648800, @R2649500, @R2650200, @R2650900, @R2651600, @R2652300, @R3256000, @R3257800, @R3259600, @R3261400, @R3263200, @R3265000, @R3266800, @R3771900, @R3772200, @R3772300, @R3774000, @R3774300, @R3774400, @R3776100, @R3776400, @R3776500, @R3778200, @R3778500, @R3778600, @R3780300, @R3780600, @R3780700, @R3782400, @R3784500, @R4276900, @R4277200, @R4277201, @R4277800, @R4278100, @R4278101, @R4278700, @R4279000, @R4279001, @R4279600, @R4279900, @R4279901, @R4280500, @R4280800, @R4280801, @R4281400, @R4282200, @R4827700, @R4828000, @R4828001, @R4830700, @R4831000, @R4831001, @R4833700, @R4834000, @R4834001, @R4836700, @R4837000, @R4837001, @R4839700, @R4840000, @R4840001, @R4842600, @R4844900, @R4847200, @R5498100, @R5498400, @R5498401, @R5501100, @R5501400, @R5501401, @R5504100, @R5504400, @R5504401, @R5507100, @R5507400, @R5507401, @R5510100, @R5510400, @R5510401, @R5513100, @R5515400, @R5517700, @R5519900, @R6219500, @R6219600, @R6219700, @R6219800, @R6219900, @R6220000, @R6220100, @R6220200, @R6220300, @R6220400, @R6222800, @R6222801, @R6222900, @R6222901, @R6223000, @R6223001, @R6223100, @R6223101, @R6223200, @R6223201, @R6223300, @R6223301, @R6773500, @R6773600, @R6773700, @R6773800, @R6773900, @R6774000, @R6774100, @R6774200, @R6774300, @R6774400, @R6776300, @R6776301, @R6776400, @R6776401, @R6776500, @R6776501, @R6776600, @R6776601, @R6776700, @R6776701, @R6776800, @R6776801, @R7417900, @R7418000, @R7418100, @R7418200, @R7418300, @R7418400, @R7418500, @R7418600, @R7418700, @R7418800, @R7420700, @R7420701, @R7420800, @R7420801, @R7420900, @R7420901, @R7421000, @R7421001, @R7421100, @R7421101, @R7421200, @R7421201, @R7421300, @R7421301, @R8116000, @R8116100, @R8116200, @R8116300, @R8116400, @R8116500, @R8116600, @R8116700, @R8116800, @R8116900, @R8119000, @R8119001, @R8119100, @R8119101, @R8119200, @R8119201, @R8119300, @R8119301, @R8119400, @R8119401, @R8119500, @R8119501, @T0347900, @T0348000, @T0348100, @T0348200, @T0348300, @T0348400, @T0348500, @T0348600, @T0348700, @T0348800, @T0348900, @T0351100, @T0351101, @T0351200, @T0351201, @T0351300, @T0351301, @T0351400, @T0351401, @T0351500, @T0351501, @T0351600, @T0351601, @T0351700, @T0351701, @T0351800, @T0351801, @T1497300, @T1497400, @T1497500, @T1497600, @T1497700, @T1497800, @T1497900, @T1498000, @T1498100, @T1498200, @T1498300, @T1500500, @T1500501, @T1500600, @T1500601, @T1500700, @T1500701, @T1500800, @T1500801, @T1500900, @T1500901, @T1501000, @T1501001, @T2543200, @T2543300, @T2543400, @T2543500, @T2543600, @T2543700, @T2543800, @T2543900, @T2544000, @T2544100, @T2546100, @T2546101, @T2546200, @T2546201, @T2546300, @T2546301, @T2546400, @T2546401, @T2546500, @T2546501, @T2546600, @T2546601, @T2546700, @T2546701, @T3529500, @T3529600, @T3529700, @T3529800, @T3529900, @T3530000, @T3530100, @T3530200, @T3530300, @T3530400, @T3532500, @T3532501, @T3532600, @T3532601, @T3532700, @T3532701, @T3532800, @T3532801, @T3532900, @T3532901, @T3533000, @T3533001, @T3533100, @T3533101, @T4498100, @T4498200, @T4498300, @T4498400, @T4498500, @T4498600, @T4498700, @T4498800, @T4498900, @T4499000, @T4503700, @T4503701, @T4503800, @T4503801, @T4503900, @T4503901, @T4504000, @T4504001, @T4504100, @T4504101, @T4504200, @T4504201); +SELECT R0000100, R1373400, R1374100, R1374800, R1375500, R1376200, R1376900, R1377600, R1753800, R1754500, R1755200, R1755900, R1756600, R1757300, R1758000, R2095800, R2096500, R2097200, R2097900, R2098600, R2099300, R2100000, R2648100, R2648800, R2649500, R2650200, R2650900, R2651600, R2652300, R3256000, R3257800, R3259600, R3261400, R3263200, R3265000, R3266800, R3771900, R3772200, R3772300, R3774000, R3774300, R3774400, R3776100, R3776400, R3776500, R3778200, R3778500, R3778600, R3780300, R3780600, R3780700, R3782400, R3784500, R4276900, R4277200, R4277201, R4277800, R4278100, R4278101, R4278700, R4279000, R4279001, R4279600, R4279900, R4279901, R4280500, R4280800, R4280801, R4281400, R4282200, R4827700, R4828000, R4828001, R4830700, R4831000, R4831001, R4833700, R4834000, R4834001, R4836700, R4837000, R4837001, R4839700, R4840000, R4840001, R4842600, R4844900, R4847200, R5498100, R5498400, R5498401, R5501100, R5501400, R5501401, R5504100, R5504400, R5504401, R5507100, R5507400, R5507401, R5510100, R5510400, R5510401, R5513100, R5515400, R5517700, R5519900, R6219500, R6219600, R6219700, R6219800, R6219900, R6220000, R6220100, R6220200, R6220300, R6220400, R6222800, R6222801, R6222900, R6222901, R6223000, R6223001, R6223100, R6223101, R6223200, R6223201, R6223300, R6223301, R6773500, R6773600, R6773700, R6773800, R6773900, R6774000, R6774100, R6774200, R6774300, R6774400, R6776300, R6776301, R6776400, R6776401, R6776500, R6776501, R6776600, R6776601, R6776700, R6776701, R6776800, R6776801, R7417900, R7418000, R7418100, R7418200, R7418300, R7418400, R7418500, R7418600, R7418700, R7418800, R7420700, R7420701, R7420800, R7420801, R7420900, R7420901, R7421000, R7421001, R7421100, R7421101, R7421200, R7421201, R7421300, R7421301, R8116000, R8116100, R8116200, R8116300, R8116400, R8116500, R8116600, R8116700, R8116800, R8116900, R8119000, R8119001, R8119100, R8119101, R8119200, R8119201, R8119300, R8119301, R8119400, R8119401, R8119500, R8119501, T0347900, T0348000, T0348100, T0348200, T0348300, T0348400, T0348500, T0348600, T0348700, T0348800, T0348900, T0351100, T0351101, T0351200, T0351201, T0351300, T0351301, T0351400, T0351401, T0351500, T0351501, T0351600, T0351601, T0351700, T0351701, T0351800, T0351801, T1497300, T1497400, T1497500, T1497600, T1497700, T1497800, T1497900, T1498000, T1498100, T1498200, T1498300, T1500500, T1500501, T1500600, T1500601, T1500700, T1500701, T1500800, T1500801, T1500900, T1500901, T1501000, T1501001, T2543200, T2543300, T2543400, T2543500, T2543600, T2543700, T2543800, T2543900, T2544000, T2544100, T2546100, T2546101, T2546200, T2546201, T2546300, T2546301, T2546400, T2546401, T2546500, T2546501, T2546600, T2546601, T2546700, T2546701, T3529500, T3529600, T3529700, T3529800, T3529900, T3530000, T3530100, T3530200, T3530300, T3530400, T3532500, T3532501, T3532600, T3532601, T3532700, T3532701, T3532800, T3532801, T3532900, T3532901, T3533000, T3533001, T3533100, T3533101, T4498100, T4498200, T4498300, T4498400, T4498500, T4498600, T4498700, T4498800, T4498900, T4499000, T4503700, T4503701, T4503800, T4503801, T4503900, T4503901, T4504000, T4504001, T4504100, T4504101, T4504200, T4504201 FROM Extract.tblGen2FatherFromGen1Death WHERE (R0000100 = @R0000100) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SELECT R0000100, R1373400, R1374100, R1374800, R1375500, R1376200, R1376900, R1377600, R1753800, R1754500, R1755200, R1755900, R1756600, R1757300, R1758000, R2095800, R2096500, R2097200, R2097900, R2098600, R2099300, R2100000, R2648100, R2648800, R2649500, R2650200, R2650900, R2651600, R2652300, R3256000, R3257800, R3259600, R3261400, R3263200, R3265000, R3266800, R3771900, R3772200, R3772300, R3774000, R3774300, R3774400, R3776100, R3776400, R3776500, R3778200, R3778500, R3778600, R3780300, R3780600, R3780700, R3782400, R3784500, R4276900, R4277200, R4277201, R4277800, R4278100, R4278101, R4278700, R4279000, R4279001, R4279600, R4279900, R4279901, R4280500, R4280800, R4280801, R4281400, R4282200, R4827700, R4828000, R4828001, R4830700, R4831000, R4831001, R4833700, R4834000, R4834001, R4836700, R4837000, R4837001, R4839700, R4840000, R4840001, R4842600, R4844900, R4847200, R5498100, R5498400, R5498401, R5501100, R5501400, R5501401, R5504100, R5504400, R5504401, R5507100, R5507400, R5507401, R5510100, R5510400, R5510401, R5513100, R5515400, R5517700, R5519900, R6219500, R6219600, R6219700, R6219800, R6219900, R6220000, R6220100, R6220200, R6220300, R6220400, R6222800, R6222801, R6222900, R6222901, R6223000, R6223001, R6223100, R6223101, R6223200, R6223201, R6223300, R6223301, R6773500, R6773600, R6773700, R6773800, R6773900, R6774000, R6774100, R6774200, R6774300, R6774400, R6776300, R6776301, R6776400, R6776401, R6776500, R6776501, R6776600, R6776601, R6776700, R6776701, R6776800, R6776801, R7417900, R7418000, R7418100, R7418200, R7418300, R7418400, R7418500, R7418600, R7418700, R7418800, R7420700, R7420701, R7420800, R7420801, R7420900, R7420901, R7421000, R7421001, R7421100, R7421101, R7421200, R7421201, R7421300, R7421301, R8116000, R8116100, R8116200, R8116300, R8116400, R8116500, R8116600, R8116700, R8116800, R8116900, R8119000, R8119001, R8119100, R8119101, R8119200, R8119201, R8119300, R8119301, R8119400, R8119401, R8119500, R8119501, T0347900, T0348000, T0348100, T0348200, T0348300, T0348400, T0348500, T0348600, T0348700, T0348800, T0348900, T0351100, T0351101, T0351200, T0351201, T0351300, T0351301, T0351400, T0351401, T0351500, T0351501, T0351600, T0351601, T0351700, T0351701, T0351800, T0351801, T1497300, T1497400, T1497500, T1497600, T1497700, T1497800, T1497900, T1498000, T1498100, T1498200, T1498300, T1500500, T1500501, T1500600, T1500601, T1500700, T1500701, T1500800, T1500801, T1500900, T1500901, T1501000, T1501001, T2543200, T2543300, T2543400, T2543500, T2543600, T2543700, T2543800, T2543900, T2544000, T2544100, T2546100, T2546101, T2546200, T2546201, T2546300, T2546301, T2546400, T2546401, T2546500, T2546501, T2546600, T2546601, T2546700, T2546701, T3529500, T3529600, T3529700, T3529800, T3529900, T3530000, T3530100, T3530200, T3530300, T3530400, T3532500, T3532501, T3532600, T3532601, T3532700, T3532701, T3532800, T3532801, T3532900, T3532901, T3533000, T3533001, T3533100, T3533101, T4498100, T4498200, T4498300, T4498400, T4498500, T4498600, T4498700, T4498800, T4498900, T4499000, T4503700, T4503701, T4503800, T4503801, T4503900, T4503901, T4504000, T4504001, T4504100, T4504101, T4504200, T4504201 FROM Extract.tblGen2FatherFromGen1Death + + + + + + UPDATE [Extract].[tblGen2FatherFromGen1Death] SET [R0000100] = @R0000100, [R1373400] = @R1373400, [R1374100] = @R1374100, [R1374800] = @R1374800, [R1375500] = @R1375500, [R1376200] = @R1376200, [R1376900] = @R1376900, [R1377600] = @R1377600, [R1753800] = @R1753800, [R1754500] = @R1754500, [R1755200] = @R1755200, [R1755900] = @R1755900, [R1756600] = @R1756600, [R1757300] = @R1757300, [R1758000] = @R1758000, [R2095800] = @R2095800, [R2096500] = @R2096500, [R2097200] = @R2097200, [R2097900] = @R2097900, [R2098600] = @R2098600, [R2099300] = @R2099300, [R2100000] = @R2100000, [R2648100] = @R2648100, [R2648800] = @R2648800, [R2649500] = @R2649500, [R2650200] = @R2650200, [R2650900] = @R2650900, [R2651600] = @R2651600, [R2652300] = @R2652300, [R3256000] = @R3256000, [R3257800] = @R3257800, [R3259600] = @R3259600, [R3261400] = @R3261400, [R3263200] = @R3263200, [R3265000] = @R3265000, [R3266800] = @R3266800, [R3771900] = @R3771900, [R3772200] = @R3772200, [R3772300] = @R3772300, [R3774000] = @R3774000, [R3774300] = @R3774300, [R3774400] = @R3774400, [R3776100] = @R3776100, [R3776400] = @R3776400, [R3776500] = @R3776500, [R3778200] = @R3778200, [R3778500] = @R3778500, [R3778600] = @R3778600, [R3780300] = @R3780300, [R3780600] = @R3780600, [R3780700] = @R3780700, [R3782400] = @R3782400, [R3784500] = @R3784500, [R4276900] = @R4276900, [R4277200] = @R4277200, [R4277201] = @R4277201, [R4277800] = @R4277800, [R4278100] = @R4278100, [R4278101] = @R4278101, [R4278700] = @R4278700, [R4279000] = @R4279000, [R4279001] = @R4279001, [R4279600] = @R4279600, [R4279900] = @R4279900, [R4279901] = @R4279901, [R4280500] = @R4280500, [R4280800] = @R4280800, [R4280801] = @R4280801, [R4281400] = @R4281400, [R4282200] = @R4282200, [R4827700] = @R4827700, [R4828000] = @R4828000, [R4828001] = @R4828001, [R4830700] = @R4830700, [R4831000] = @R4831000, [R4831001] = @R4831001, [R4833700] = @R4833700, [R4834000] = @R4834000, [R4834001] = @R4834001, [R4836700] = @R4836700, [R4837000] = @R4837000, [R4837001] = @R4837001, [R4839700] = @R4839700, [R4840000] = @R4840000, [R4840001] = @R4840001, [R4842600] = @R4842600, [R4844900] = @R4844900, [R4847200] = @R4847200, [R5498100] = @R5498100, [R5498400] = @R5498400, [R5498401] = @R5498401, [R5501100] = @R5501100, [R5501400] = @R5501400, [R5501401] = @R5501401, [R5504100] = @R5504100, [R5504400] = @R5504400, [R5504401] = @R5504401, [R5507100] = @R5507100, [R5507400] = @R5507400, [R5507401] = @R5507401, [R5510100] = @R5510100, [R5510400] = @R5510400, [R5510401] = @R5510401, [R5513100] = @R5513100, [R5515400] = @R5515400, [R5517700] = @R5517700, [R5519900] = @R5519900, [R6219500] = @R6219500, [R6219600] = @R6219600, [R6219700] = @R6219700, [R6219800] = @R6219800, [R6219900] = @R6219900, [R6220000] = @R6220000, [R6220100] = @R6220100, [R6220200] = @R6220200, [R6220300] = @R6220300, [R6220400] = @R6220400, [R6222800] = @R6222800, [R6222801] = @R6222801, [R6222900] = @R6222900, [R6222901] = @R6222901, [R6223000] = @R6223000, [R6223001] = @R6223001, [R6223100] = @R6223100, [R6223101] = @R6223101, [R6223200] = @R6223200, [R6223201] = @R6223201, [R6223300] = @R6223300, [R6223301] = @R6223301, [R6773500] = @R6773500, [R6773600] = @R6773600, [R6773700] = @R6773700, [R6773800] = @R6773800, [R6773900] = @R6773900, [R6774000] = @R6774000, [R6774100] = @R6774100, [R6774200] = @R6774200, [R6774300] = @R6774300, [R6774400] = @R6774400, [R6776300] = @R6776300, [R6776301] = @R6776301, [R6776400] = @R6776400, [R6776401] = @R6776401, [R6776500] = @R6776500, [R6776501] = @R6776501, [R6776600] = @R6776600, [R6776601] = @R6776601, [R6776700] = @R6776700, [R6776701] = @R6776701, [R6776800] = @R6776800, [R6776801] = @R6776801, [R7417900] = @R7417900, [R7418000] = @R7418000, [R7418100] = @R7418100, [R7418200] = @R7418200, [R7418300] = @R7418300, [R7418400] = @R7418400, [R7418500] = @R7418500, [R7418600] = @R7418600, [R7418700] = @R7418700, [R7418800] = @R7418800, [R7420700] = @R7420700, [R7420701] = @R7420701, [R7420800] = @R7420800, [R7420801] = @R7420801, [R7420900] = @R7420900, [R7420901] = @R7420901, [R7421000] = @R7421000, [R7421001] = @R7421001, [R7421100] = @R7421100, [R7421101] = @R7421101, [R7421200] = @R7421200, [R7421201] = @R7421201, [R7421300] = @R7421300, [R7421301] = @R7421301, [R8116000] = @R8116000, [R8116100] = @R8116100, [R8116200] = @R8116200, [R8116300] = @R8116300, [R8116400] = @R8116400, [R8116500] = @R8116500, [R8116600] = @R8116600, [R8116700] = @R8116700, [R8116800] = @R8116800, [R8116900] = @R8116900, [R8119000] = @R8119000, [R8119001] = @R8119001, [R8119100] = @R8119100, [R8119101] = @R8119101, [R8119200] = @R8119200, [R8119201] = @R8119201, [R8119300] = @R8119300, [R8119301] = @R8119301, [R8119400] = @R8119400, [R8119401] = @R8119401, [R8119500] = @R8119500, [R8119501] = @R8119501, [T0347900] = @T0347900, [T0348000] = @T0348000, [T0348100] = @T0348100, [T0348200] = @T0348200, [T0348300] = @T0348300, [T0348400] = @T0348400, [T0348500] = @T0348500, [T0348600] = @T0348600, [T0348700] = @T0348700, [T0348800] = @T0348800, [T0348900] = @T0348900, [T0351100] = @T0351100, [T0351101] = @T0351101, [T0351200] = @T0351200, [T0351201] = @T0351201, [T0351300] = @T0351300, [T0351301] = @T0351301, [T0351400] = @T0351400, [T0351401] = @T0351401, [T0351500] = @T0351500, [T0351501] = @T0351501, [T0351600] = @T0351600, [T0351601] = @T0351601, [T0351700] = @T0351700, [T0351701] = @T0351701, [T0351800] = @T0351800, [T0351801] = @T0351801, [T1497300] = @T1497300, [T1497400] = @T1497400, [T1497500] = @T1497500, [T1497600] = @T1497600, [T1497700] = @T1497700, [T1497800] = @T1497800, [T1497900] = @T1497900, [T1498000] = @T1498000, [T1498100] = @T1498100, [T1498200] = @T1498200, [T1498300] = @T1498300, [T1500500] = @T1500500, [T1500501] = @T1500501, [T1500600] = @T1500600, [T1500601] = @T1500601, [T1500700] = @T1500700, [T1500701] = @T1500701, [T1500800] = @T1500800, [T1500801] = @T1500801, [T1500900] = @T1500900, [T1500901] = @T1500901, [T1501000] = @T1501000, [T1501001] = @T1501001, [T2543200] = @T2543200, [T2543300] = @T2543300, [T2543400] = @T2543400, [T2543500] = @T2543500, [T2543600] = @T2543600, [T2543700] = @T2543700, [T2543800] = @T2543800, [T2543900] = @T2543900, [T2544000] = @T2544000, [T2544100] = @T2544100, [T2546100] = @T2546100, [T2546101] = @T2546101, [T2546200] = @T2546200, [T2546201] = @T2546201, [T2546300] = @T2546300, [T2546301] = @T2546301, [T2546400] = @T2546400, [T2546401] = @T2546401, [T2546500] = @T2546500, [T2546501] = @T2546501, [T2546600] = @T2546600, [T2546601] = @T2546601, [T2546700] = @T2546700, [T2546701] = @T2546701, [T3529500] = @T3529500, [T3529600] = @T3529600, [T3529700] = @T3529700, [T3529800] = @T3529800, [T3529900] = @T3529900, [T3530000] = @T3530000, [T3530100] = @T3530100, [T3530200] = @T3530200, [T3530300] = @T3530300, [T3530400] = @T3530400, [T3532500] = @T3532500, [T3532501] = @T3532501, [T3532600] = @T3532600, [T3532601] = @T3532601, [T3532700] = @T3532700, [T3532701] = @T3532701, [T3532800] = @T3532800, [T3532801] = @T3532801, [T3532900] = @T3532900, [T3532901] = @T3532901, [T3533000] = @T3533000, [T3533001] = @T3533001, [T3533100] = @T3533100, [T3533101] = @T3533101, [T4498100] = @T4498100, [T4498200] = @T4498200, [T4498300] = @T4498300, [T4498400] = @T4498400, [T4498500] = @T4498500, [T4498600] = @T4498600, [T4498700] = @T4498700, [T4498800] = @T4498800, [T4498900] = @T4498900, [T4499000] = @T4499000, [T4503700] = @T4503700, [T4503701] = @T4503701, [T4503800] = @T4503800, [T4503801] = @T4503801, [T4503900] = @T4503900, [T4503901] = @T4503901, [T4504000] = @T4504000, [T4504001] = @T4504001, [T4504100] = @T4504100, [T4504101] = @T4504101, [T4504200] = @T4504200, [T4504201] = @T4504201 WHERE (([R0000100] = @Original_R0000100) AND ((@IsNull_R1373400 = 1 AND [R1373400] IS NULL) OR ([R1373400] = @Original_R1373400)) AND ((@IsNull_R1374100 = 1 AND [R1374100] IS NULL) OR ([R1374100] = @Original_R1374100)) AND ((@IsNull_R1374800 = 1 AND [R1374800] IS NULL) OR ([R1374800] = @Original_R1374800)) AND ((@IsNull_R1375500 = 1 AND [R1375500] IS NULL) OR ([R1375500] = @Original_R1375500)) AND ((@IsNull_R1376200 = 1 AND [R1376200] IS NULL) OR ([R1376200] = @Original_R1376200)) AND ((@IsNull_R1376900 = 1 AND [R1376900] IS NULL) OR ([R1376900] = @Original_R1376900)) AND ((@IsNull_R1377600 = 1 AND [R1377600] IS NULL) OR ([R1377600] = @Original_R1377600)) AND ((@IsNull_R1753800 = 1 AND [R1753800] IS NULL) OR ([R1753800] = @Original_R1753800)) AND ((@IsNull_R1754500 = 1 AND [R1754500] IS NULL) OR ([R1754500] = @Original_R1754500)) AND ((@IsNull_R1755200 = 1 AND [R1755200] IS NULL) OR ([R1755200] = @Original_R1755200)) AND ((@IsNull_R1755900 = 1 AND [R1755900] IS NULL) OR ([R1755900] = @Original_R1755900)) AND ((@IsNull_R1756600 = 1 AND [R1756600] IS NULL) OR ([R1756600] = @Original_R1756600)) AND ((@IsNull_R1757300 = 1 AND [R1757300] IS NULL) OR ([R1757300] = @Original_R1757300)) AND ((@IsNull_R1758000 = 1 AND [R1758000] IS NULL) OR ([R1758000] = @Original_R1758000)) AND ((@IsNull_R2095800 = 1 AND [R2095800] IS NULL) OR ([R2095800] = @Original_R2095800)) AND ((@IsNull_R2096500 = 1 AND [R2096500] IS NULL) OR ([R2096500] = @Original_R2096500)) AND ((@IsNull_R2097200 = 1 AND [R2097200] IS NULL) OR ([R2097200] = @Original_R2097200)) AND ((@IsNull_R2097900 = 1 AND [R2097900] IS NULL) OR ([R2097900] = @Original_R2097900)) AND ((@IsNull_R2098600 = 1 AND [R2098600] IS NULL) OR ([R2098600] = @Original_R2098600)) AND ((@IsNull_R2099300 = 1 AND [R2099300] IS NULL) OR ([R2099300] = @Original_R2099300)) AND ((@IsNull_R2100000 = 1 AND [R2100000] IS NULL) OR ([R2100000] = @Original_R2100000)) AND ((@IsNull_R2648100 = 1 AND [R2648100] IS NULL) OR ([R2648100] = @Original_R2648100)) AND ((@IsNull_R2648800 = 1 AND [R2648800] IS NULL) OR ([R2648800] = @Original_R2648800)) AND ((@IsNull_R2649500 = 1 AND [R2649500] IS NULL) OR ([R2649500] = @Original_R2649500)) AND ((@IsNull_R2650200 = 1 AND [R2650200] IS NULL) OR ([R2650200] = @Original_R2650200)) AND ((@IsNull_R2650900 = 1 AND [R2650900] IS NULL) OR ([R2650900] = @Original_R2650900)) AND ((@IsNull_R2651600 = 1 AND [R2651600] IS NULL) OR ([R2651600] = @Original_R2651600)) AND ((@IsNull_R2652300 = 1 AND [R2652300] IS NULL) OR ([R2652300] = @Original_R2652300)) AND ((@IsNull_R3256000 = 1 AND [R3256000] IS NULL) OR ([R3256000] = @Original_R3256000)) AND ((@IsNull_R3257800 = 1 AND [R3257800] IS NULL) OR ([R3257800] = @Original_R3257800)) AND ((@IsNull_R3259600 = 1 AND [R3259600] IS NULL) OR ([R3259600] = @Original_R3259600)) AND ((@IsNull_R3261400 = 1 AND [R3261400] IS NULL) OR ([R3261400] = @Original_R3261400)) AND ((@IsNull_R3263200 = 1 AND [R3263200] IS NULL) OR ([R3263200] = @Original_R3263200)) AND ((@IsNull_R3265000 = 1 AND [R3265000] IS NULL) OR ([R3265000] = @Original_R3265000)) AND ((@IsNull_R3266800 = 1 AND [R3266800] IS NULL) OR ([R3266800] = @Original_R3266800)) AND ((@IsNull_R3771900 = 1 AND [R3771900] IS NULL) OR ([R3771900] = @Original_R3771900)) AND ((@IsNull_R3772200 = 1 AND [R3772200] IS NULL) OR ([R3772200] = @Original_R3772200)) AND ((@IsNull_R3772300 = 1 AND [R3772300] IS NULL) OR ([R3772300] = @Original_R3772300)) AND ((@IsNull_R3774000 = 1 AND [R3774000] IS NULL) OR ([R3774000] = @Original_R3774000)) AND ((@IsNull_R3774300 = 1 AND [R3774300] IS NULL) OR ([R3774300] = @Original_R3774300)) AND ((@IsNull_R3774400 = 1 AND [R3774400] IS NULL) OR ([R3774400] = @Original_R3774400)) AND ((@IsNull_R3776100 = 1 AND [R3776100] IS NULL) OR ([R3776100] = @Original_R3776100)) AND ((@IsNull_R3776400 = 1 AND [R3776400] IS NULL) OR ([R3776400] = @Original_R3776400)) AND ((@IsNull_R3776500 = 1 AND [R3776500] IS NULL) OR ([R3776500] = @Original_R3776500)) AND ((@IsNull_R3778200 = 1 AND [R3778200] IS NULL) OR ([R3778200] = @Original_R3778200)) AND ((@IsNull_R3778500 = 1 AND [R3778500] IS NULL) OR ([R3778500] = @Original_R3778500)) AND ((@IsNull_R3778600 = 1 AND [R3778600] IS NULL) OR ([R3778600] = @Original_R3778600)) AND ((@IsNull_R3780300 = 1 AND [R3780300] IS NULL) OR ([R3780300] = @Original_R3780300)) AND ((@IsNull_R3780600 = 1 AND [R3780600] IS NULL) OR ([R3780600] = @Original_R3780600)) AND ((@IsNull_R3780700 = 1 AND [R3780700] IS NULL) OR ([R3780700] = @Original_R3780700)) AND ((@IsNull_R3782400 = 1 AND [R3782400] IS NULL) OR ([R3782400] = @Original_R3782400)) AND ((@IsNull_R3784500 = 1 AND [R3784500] IS NULL) OR ([R3784500] = @Original_R3784500)) AND ((@IsNull_R4276900 = 1 AND [R4276900] IS NULL) OR ([R4276900] = @Original_R4276900)) AND ((@IsNull_R4277200 = 1 AND [R4277200] IS NULL) OR ([R4277200] = @Original_R4277200)) AND ((@IsNull_R4277201 = 1 AND [R4277201] IS NULL) OR ([R4277201] = @Original_R4277201)) AND ((@IsNull_R4277800 = 1 AND [R4277800] IS NULL) OR ([R4277800] = @Original_R4277800)) AND ((@IsNull_R4278100 = 1 AND [R4278100] IS NULL) OR ([R4278100] = @Original_R4278100)) AND ((@IsNull_R4278101 = 1 AND [R4278101] IS NULL) OR ([R4278101] = @Original_R4278101)) AND ((@IsNull_R4278700 = 1 AND [R4278700] IS NULL) OR ([R4278700] = @Original_R4278700)) AND ((@IsNull_R4279000 = 1 AND [R4279000] IS NULL) OR ([R4279000] = @Original_R4279000)) AND ((@IsNull_R4279001 = 1 AND [R4279001] IS NULL) OR ([R4279001] = @Original_R4279001)) AND ((@IsNull_R4279600 = 1 AND [R4279600] IS NULL) OR ([R4279600] = @Original_R4279600)) AND ((@IsNull_R4279900 = 1 AND [R4279900] IS NULL) OR ([R4279900] = @Original_R4279900)) AND ((@IsNull_R4279901 = 1 AND [R4279901] IS NULL) OR ([R4279901] = @Original_R4279901)) AND ((@IsNull_R4280500 = 1 AND [R4280500] IS NULL) OR ([R4280500] = @Original_R4280500)) AND ((@IsNull_R4280800 = 1 AND [R4280800] IS NULL) OR ([R4280800] = @Original_R4280800)) AND ((@IsNull_R4280801 = 1 AND [R4280801] IS NULL) OR ([R4280801] = @Original_R4280801)) AND ((@IsNull_R4281400 = 1 AND [R4281400] IS NULL) OR ([R4281400] = @Original_R4281400)) AND ((@IsNull_R4282200 = 1 AND [R4282200] IS NULL) OR ([R4282200] = @Original_R4282200)) AND ((@IsNull_R4827700 = 1 AND [R4827700] IS NULL) OR ([R4827700] = @Original_R4827700)) AND ((@IsNull_R4828000 = 1 AND [R4828000] IS NULL) OR ([R4828000] = @Original_R4828000)) AND ((@IsNull_R4828001 = 1 AND [R4828001] IS NULL) OR ([R4828001] = @Original_R4828001)) AND ((@IsNull_R4830700 = 1 AND [R4830700] IS NULL) OR ([R4830700] = @Original_R4830700)) AND ((@IsNull_R4831000 = 1 AND [R4831000] IS NULL) OR ([R4831000] = @Original_R4831000)) AND ((@IsNull_R4831001 = 1 AND [R4831001] IS NULL) OR ([R4831001] = @Original_R4831001)) AND ((@IsNull_R4833700 = 1 AND [R4833700] IS NULL) OR ([R4833700] = @Original_R4833700)) AND ((@IsNull_R4834000 = 1 AND [R4834000] IS NULL) OR ([R4834000] = @Original_R4834000)) AND ((@IsNull_R4834001 = 1 AND [R4834001] IS NULL) OR ([R4834001] = @Original_R4834001)) AND ((@IsNull_R4836700 = 1 AND [R4836700] IS NULL) OR ([R4836700] = @Original_R4836700)) AND ((@IsNull_R4837000 = 1 AND [R4837000] IS NULL) OR ([R4837000] = @Original_R4837000)) AND ((@IsNull_R4837001 = 1 AND [R4837001] IS NULL) OR ([R4837001] = @Original_R4837001)) AND ((@IsNull_R4839700 = 1 AND [R4839700] IS NULL) OR ([R4839700] = @Original_R4839700)) AND ((@IsNull_R4840000 = 1 AND [R4840000] IS NULL) OR ([R4840000] = @Original_R4840000)) AND ((@IsNull_R4840001 = 1 AND [R4840001] IS NULL) OR ([R4840001] = @Original_R4840001)) AND ((@IsNull_R4842600 = 1 AND [R4842600] IS NULL) OR ([R4842600] = @Original_R4842600)) AND ((@IsNull_R4844900 = 1 AND [R4844900] IS NULL) OR ([R4844900] = @Original_R4844900)) AND ((@IsNull_R4847200 = 1 AND [R4847200] IS NULL) OR ([R4847200] = @Original_R4847200)) AND ((@IsNull_R5498100 = 1 AND [R5498100] IS NULL) OR ([R5498100] = @Original_R5498100)) AND ((@IsNull_R5498400 = 1 AND [R5498400] IS NULL) OR ([R5498400] = @Original_R5498400)) AND ((@IsNull_R5498401 = 1 AND [R5498401] IS NULL) OR ([R5498401] = @Original_R5498401)) AND ((@IsNull_R5501100 = 1 AND [R5501100] IS NULL) OR ([R5501100] = @Original_R5501100)) AND ((@IsNull_R5501400 = 1 AND [R5501400] IS NULL) OR ([R5501400] = @Original_R5501400)) AND ((@IsNull_R5501401 = 1 AND [R5501401] IS NULL) OR ([R5501401] = @Original_R5501401)) AND ((@IsNull_R5504100 = 1 AND [R5504100] IS NULL) OR ([R5504100] = @Original_R5504100)) AND ((@IsNull_R5504400 = 1 AND [R5504400] IS NULL) OR ([R5504400] = @Original_R5504400)) AND ((@IsNull_R5504401 = 1 AND [R5504401] IS NULL) OR ([R5504401] = @Original_R5504401)) AND ((@IsNull_R5507100 = 1 AND [R5507100] IS NULL) OR ([R5507100] = @Original_R5507100)) AND ((@IsNull_R5507400 = 1 AND [R5507400] IS NULL) OR ([R5507400] = @Original_R5507400)) AND ((@IsNull_R5507401 = 1 AND [R5507401] IS NULL) OR ([R5507401] = @Original_R5507401)) AND ((@IsNull_R5510100 = 1 AND [R5510100] IS NULL) OR ([R5510100] = @Original_R5510100)) AND ((@IsNull_R5510400 = 1 AND [R5510400] IS NULL) OR ([R5510400] = @Original_R5510400)) AND ((@IsNull_R5510401 = 1 AND [R5510401] IS NULL) OR ([R5510401] = @Original_R5510401)) AND ((@IsNull_R5513100 = 1 AND [R5513100] IS NULL) OR ([R5513100] = @Original_R5513100)) AND ((@IsNull_R5515400 = 1 AND [R5515400] IS NULL) OR ([R5515400] = @Original_R5515400)) AND ((@IsNull_R5517700 = 1 AND [R5517700] IS NULL) OR ([R5517700] = @Original_R5517700)) AND ((@IsNull_R5519900 = 1 AND [R5519900] IS NULL) OR ([R5519900] = @Original_R5519900)) AND ((@IsNull_R6219500 = 1 AND [R6219500] IS NULL) OR ([R6219500] = @Original_R6219500)) AND ((@IsNull_R6219600 = 1 AND [R6219600] IS NULL) OR ([R6219600] = @Original_R6219600)) AND ((@IsNull_R6219700 = 1 AND [R6219700] IS NULL) OR ([R6219700] = @Original_R6219700)) AND ((@IsNull_R6219800 = 1 AND [R6219800] IS NULL) OR ([R6219800] = @Original_R6219800)) AND ((@IsNull_R6219900 = 1 AND [R6219900] IS NULL) OR ([R6219900] = @Original_R6219900)) AND ((@IsNull_R6220000 = 1 AND [R6220000] IS NULL) OR ([R6220000] = @Original_R6220000)) AND ((@IsNull_R6220100 = 1 AND [R6220100] IS NULL) OR ([R6220100] = @Original_R6220100)) AND ((@IsNull_R6220200 = 1 AND [R6220200] IS NULL) OR ([R6220200] = @Original_R6220200)) AND ((@IsNull_R6220300 = 1 AND [R6220300] IS NULL) OR ([R6220300] = @Original_R6220300)) AND ((@IsNull_R6220400 = 1 AND [R6220400] IS NULL) OR ([R6220400] = @Original_R6220400)) AND ((@IsNull_R6222800 = 1 AND [R6222800] IS NULL) OR ([R6222800] = @Original_R6222800)) AND ((@IsNull_R6222801 = 1 AND [R6222801] IS NULL) OR ([R6222801] = @Original_R6222801)) AND ((@IsNull_R6222900 = 1 AND [R6222900] IS NULL) OR ([R6222900] = @Original_R6222900)) AND ((@IsNull_R6222901 = 1 AND [R6222901] IS NULL) OR ([R6222901] = @Original_R6222901)) AND ((@IsNull_R6223000 = 1 AND [R6223000] IS NULL) OR ([R6223000] = @Original_R6223000)) AND ((@IsNull_R6223001 = 1 AND [R6223001] IS NULL) OR ([R6223001] = @Original_R6223001)) AND ((@IsNull_R6223100 = 1 AND [R6223100] IS NULL) OR ([R6223100] = @Original_R6223100)) AND ((@IsNull_R6223101 = 1 AND [R6223101] IS NULL) OR ([R6223101] = @Original_R6223101)) AND ((@IsNull_R6223200 = 1 AND [R6223200] IS NULL) OR ([R6223200] = @Original_R6223200)) AND ((@IsNull_R6223201 = 1 AND [R6223201] IS NULL) OR ([R6223201] = @Original_R6223201)) AND ((@IsNull_R6223300 = 1 AND [R6223300] IS NULL) OR ([R6223300] = @Original_R6223300)) AND ((@IsNull_R6223301 = 1 AND [R6223301] IS NULL) OR ([R6223301] = @Original_R6223301)) AND ((@IsNull_R6773500 = 1 AND [R6773500] IS NULL) OR ([R6773500] = @Original_R6773500)) AND ((@IsNull_R6773600 = 1 AND [R6773600] IS NULL) OR ([R6773600] = @Original_R6773600)) AND ((@IsNull_R6773700 = 1 AND [R6773700] IS NULL) OR ([R6773700] = @Original_R6773700)) AND ((@IsNull_R6773800 = 1 AND [R6773800] IS NULL) OR ([R6773800] = @Original_R6773800)) AND ((@IsNull_R6773900 = 1 AND [R6773900] IS NULL) OR ([R6773900] = @Original_R6773900)) AND ((@IsNull_R6774000 = 1 AND [R6774000] IS NULL) OR ([R6774000] = @Original_R6774000)) AND ((@IsNull_R6774100 = 1 AND [R6774100] IS NULL) OR ([R6774100] = @Original_R6774100)) AND ((@IsNull_R6774200 = 1 AND [R6774200] IS NULL) OR ([R6774200] = @Original_R6774200)) AND ((@IsNull_R6774300 = 1 AND [R6774300] IS NULL) OR ([R6774300] = @Original_R6774300)) AND ((@IsNull_R6774400 = 1 AND [R6774400] IS NULL) OR ([R6774400] = @Original_R6774400)) AND ((@IsNull_R6776300 = 1 AND [R6776300] IS NULL) OR ([R6776300] = @Original_R6776300)) AND ((@IsNull_R6776301 = 1 AND [R6776301] IS NULL) OR ([R6776301] = @Original_R6776301)) AND ((@IsNull_R6776400 = 1 AND [R6776400] IS NULL) OR ([R6776400] = @Original_R6776400)) AND ((@IsNull_R6776401 = 1 AND [R6776401] IS NULL) OR ([R6776401] = @Original_R6776401)) AND ((@IsNull_R6776500 = 1 AND [R6776500] IS NULL) OR ([R6776500] = @Original_R6776500)) AND ((@IsNull_R6776501 = 1 AND [R6776501] IS NULL) OR ([R6776501] = @Original_R6776501)) AND ((@IsNull_R6776600 = 1 AND [R6776600] IS NULL) OR ([R6776600] = @Original_R6776600)) AND ((@IsNull_R6776601 = 1 AND [R6776601] IS NULL) OR ([R6776601] = @Original_R6776601)) AND ((@IsNull_R6776700 = 1 AND [R6776700] IS NULL) OR ([R6776700] = @Original_R6776700)) AND ((@IsNull_R6776701 = 1 AND [R6776701] IS NULL) OR ([R6776701] = @Original_R6776701)) AND ((@IsNull_R6776800 = 1 AND [R6776800] IS NULL) OR ([R6776800] = @Original_R6776800)) AND ((@IsNull_R6776801 = 1 AND [R6776801] IS NULL) OR ([R6776801] = @Original_R6776801)) AND ((@IsNull_R7417900 = 1 AND [R7417900] IS NULL) OR ([R7417900] = @Original_R7417900)) AND ((@IsNull_R7418000 = 1 AND [R7418000] IS NULL) OR ([R7418000] = @Original_R7418000)) AND ((@IsNull_R7418100 = 1 AND [R7418100] IS NULL) OR ([R7418100] = @Original_R7418100)) AND ((@IsNull_R7418200 = 1 AND [R7418200] IS NULL) OR ([R7418200] = @Original_R7418200)) AND ((@IsNull_R7418300 = 1 AND [R7418300] IS NULL) OR ([R7418300] = @Original_R7418300)) AND ((@IsNull_R7418400 = 1 AND [R7418400] IS NULL) OR ([R7418400] = @Original_R7418400)) AND ((@IsNull_R7418500 = 1 AND [R7418500] IS NULL) OR ([R7418500] = @Original_R7418500)) AND ((@IsNull_R7418600 = 1 AND [R7418600] IS NULL) OR ([R7418600] = @Original_R7418600)) AND ((@IsNull_R7418700 = 1 AND [R7418700] IS NULL) OR ([R7418700] = @Original_R7418700)) AND ((@IsNull_R7418800 = 1 AND [R7418800] IS NULL) OR ([R7418800] = @Original_R7418800)) AND ((@IsNull_R7420700 = 1 AND [R7420700] IS NULL) OR ([R7420700] = @Original_R7420700)) AND ((@IsNull_R7420701 = 1 AND [R7420701] IS NULL) OR ([R7420701] = @Original_R7420701)) AND ((@IsNull_R7420800 = 1 AND [R7420800] IS NULL) OR ([R7420800] = @Original_R7420800)) AND ((@IsNull_R7420801 = 1 AND [R7420801] IS NULL) OR ([R7420801] = @Original_R7420801)) AND ((@IsNull_R7420900 = 1 AND [R7420900] IS NULL) OR ([R7420900] = @Original_R7420900)) AND ((@IsNull_R7420901 = 1 AND [R7420901] IS NULL) OR ([R7420901] = @Original_R7420901)) AND ((@IsNull_R7421000 = 1 AND [R7421000] IS NULL) OR ([R7421000] = @Original_R7421000)) AND ((@IsNull_R7421001 = 1 AND [R7421001] IS NULL) OR ([R7421001] = @Original_R7421001)) AND ((@IsNull_R7421100 = 1 AND [R7421100] IS NULL) OR ([R7421100] = @Original_R7421100)) AND ((@IsNull_R7421101 = 1 AND [R7421101] IS NULL) OR ([R7421101] = @Original_R7421101)) AND ((@IsNull_R7421200 = 1 AND [R7421200] IS NULL) OR ([R7421200] = @Original_R7421200)) AND ((@IsNull_R7421201 = 1 AND [R7421201] IS NULL) OR ([R7421201] = @Original_R7421201)) AND ((@IsNull_R7421300 = 1 AND [R7421300] IS NULL) OR ([R7421300] = @Original_R7421300)) AND ((@IsNull_R7421301 = 1 AND [R7421301] IS NULL) OR ([R7421301] = @Original_R7421301)) AND ((@IsNull_R8116000 = 1 AND [R8116000] IS NULL) OR ([R8116000] = @Original_R8116000)) AND ((@IsNull_R8116100 = 1 AND [R8116100] IS NULL) OR ([R8116100] = @Original_R8116100)) AND ((@IsNull_R8116200 = 1 AND [R8116200] IS NULL) OR ([R8116200] = @Original_R8116200)) AND ((@IsNull_R8116300 = 1 AND [R8116300] IS NULL) OR ([R8116300] = @Original_R8116300)) AND ((@IsNull_R8116400 = 1 AND [R8116400] IS NULL) OR ([R8116400] = @Original_R8116400)) AND ((@IsNull_R8116500 = 1 AND [R8116500] IS NULL) OR ([R8116500] = @Original_R8116500)) AND ((@IsNull_R8116600 = 1 AND [R8116600] IS NULL) OR ([R8116600] = @Original_R8116600)) AND ((@IsNull_R8116700 = 1 AND [R8116700] IS NULL) OR ([R8116700] = @Original_R8116700)) AND ((@IsNull_R8116800 = 1 AND [R8116800] IS NULL) OR ([R8116800] = @Original_R8116800)) AND ((@IsNull_R8116900 = 1 AND [R8116900] IS NULL) OR ([R8116900] = @Original_R8116900)) AND ((@IsNull_R8119000 = 1 AND [R8119000] IS NULL) OR ([R8119000] = @Original_R8119000)) AND ((@IsNull_R8119001 = 1 AND [R8119001] IS NULL) OR ([R8119001] = @Original_R8119001)) AND ((@IsNull_R8119100 = 1 AND [R8119100] IS NULL) OR ([R8119100] = @Original_R8119100)) AND ((@IsNull_R8119101 = 1 AND [R8119101] IS NULL) OR ([R8119101] = @Original_R8119101)) AND ((@IsNull_R8119200 = 1 AND [R8119200] IS NULL) OR ([R8119200] = @Original_R8119200)) AND ((@IsNull_R8119201 = 1 AND [R8119201] IS NULL) OR ([R8119201] = @Original_R8119201)) AND ((@IsNull_R8119300 = 1 AND [R8119300] IS NULL) OR ([R8119300] = @Original_R8119300)) AND ((@IsNull_R8119301 = 1 AND [R8119301] IS NULL) OR ([R8119301] = @Original_R8119301)) AND ((@IsNull_R8119400 = 1 AND [R8119400] IS NULL) OR ([R8119400] = @Original_R8119400)) AND ((@IsNull_R8119401 = 1 AND [R8119401] IS NULL) OR ([R8119401] = @Original_R8119401)) AND ((@IsNull_R8119500 = 1 AND [R8119500] IS NULL) OR ([R8119500] = @Original_R8119500)) AND ((@IsNull_R8119501 = 1 AND [R8119501] IS NULL) OR ([R8119501] = @Original_R8119501)) AND ((@IsNull_T0347900 = 1 AND [T0347900] IS NULL) OR ([T0347900] = @Original_T0347900)) AND ((@IsNull_T0348000 = 1 AND [T0348000] IS NULL) OR ([T0348000] = @Original_T0348000)) AND ((@IsNull_T0348100 = 1 AND [T0348100] IS NULL) OR ([T0348100] = @Original_T0348100)) AND ((@IsNull_T0348200 = 1 AND [T0348200] IS NULL) OR ([T0348200] = @Original_T0348200)) AND ((@IsNull_T0348300 = 1 AND [T0348300] IS NULL) OR ([T0348300] = @Original_T0348300)) AND ((@IsNull_T0348400 = 1 AND [T0348400] IS NULL) OR ([T0348400] = @Original_T0348400)) AND ((@IsNull_T0348500 = 1 AND [T0348500] IS NULL) OR ([T0348500] = @Original_T0348500)) AND ((@IsNull_T0348600 = 1 AND [T0348600] IS NULL) OR ([T0348600] = @Original_T0348600)) AND ((@IsNull_T0348700 = 1 AND [T0348700] IS NULL) OR ([T0348700] = @Original_T0348700)) AND ((@IsNull_T0348800 = 1 AND [T0348800] IS NULL) OR ([T0348800] = @Original_T0348800)) AND ((@IsNull_T0348900 = 1 AND [T0348900] IS NULL) OR ([T0348900] = @Original_T0348900)) AND ((@IsNull_T0351100 = 1 AND [T0351100] IS NULL) OR ([T0351100] = @Original_T0351100)) AND ((@IsNull_T0351101 = 1 AND [T0351101] IS NULL) OR ([T0351101] = @Original_T0351101)) AND ((@IsNull_T0351200 = 1 AND [T0351200] IS NULL) OR ([T0351200] = @Original_T0351200)) AND ((@IsNull_T0351201 = 1 AND [T0351201] IS NULL) OR ([T0351201] = @Original_T0351201)) AND ((@IsNull_T0351300 = 1 AND [T0351300] IS NULL) OR ([T0351300] = @Original_T0351300)) AND ((@IsNull_T0351301 = 1 AND [T0351301] IS NULL) OR ([T0351301] = @Original_T0351301)) AND ((@IsNull_T0351400 = 1 AND [T0351400] IS NULL) OR ([T0351400] = @Original_T0351400)) AND ((@IsNull_T0351401 = 1 AND [T0351401] IS NULL) OR ([T0351401] = @Original_T0351401)) AND ((@IsNull_T0351500 = 1 AND [T0351500] IS NULL) OR ([T0351500] = @Original_T0351500)) AND ((@IsNull_T0351501 = 1 AND [T0351501] IS NULL) OR ([T0351501] = @Original_T0351501)) AND ((@IsNull_T0351600 = 1 AND [T0351600] IS NULL) OR ([T0351600] = @Original_T0351600)) AND ((@IsNull_T0351601 = 1 AND [T0351601] IS NULL) OR ([T0351601] = @Original_T0351601)) AND ((@IsNull_T0351700 = 1 AND [T0351700] IS NULL) OR ([T0351700] = @Original_T0351700)) AND ((@IsNull_T0351701 = 1 AND [T0351701] IS NULL) OR ([T0351701] = @Original_T0351701)) AND ((@IsNull_T0351800 = 1 AND [T0351800] IS NULL) OR ([T0351800] = @Original_T0351800)) AND ((@IsNull_T0351801 = 1 AND [T0351801] IS NULL) OR ([T0351801] = @Original_T0351801)) AND ((@IsNull_T1497300 = 1 AND [T1497300] IS NULL) OR ([T1497300] = @Original_T1497300)) AND ((@IsNull_T1497400 = 1 AND [T1497400] IS NULL) OR ([T1497400] = @Original_T1497400)) AND ((@IsNull_T1497500 = 1 AND [T1497500] IS NULL) OR ([T1497500] = @Original_T1497500)) AND ((@IsNull_T1497600 = 1 AND [T1497600] IS NULL) OR ([T1497600] = @Original_T1497600)) AND ((@IsNull_T1497700 = 1 AND [T1497700] IS NULL) OR ([T1497700] = @Original_T1497700)) AND ((@IsNull_T1497800 = 1 AND [T1497800] IS NULL) OR ([T1497800] = @Original_T1497800)) AND ((@IsNull_T1497900 = 1 AND [T1497900] IS NULL) OR ([T1497900] = @Original_T1497900)) AND ((@IsNull_T1498000 = 1 AND [T1498000] IS NULL) OR ([T1498000] = @Original_T1498000)) AND ((@IsNull_T1498100 = 1 AND [T1498100] IS NULL) OR ([T1498100] = @Original_T1498100)) AND ((@IsNull_T1498200 = 1 AND [T1498200] IS NULL) OR ([T1498200] = @Original_T1498200)) AND ((@IsNull_T1498300 = 1 AND [T1498300] IS NULL) OR ([T1498300] = @Original_T1498300)) AND ((@IsNull_T1500500 = 1 AND [T1500500] IS NULL) OR ([T1500500] = @Original_T1500500)) AND ((@IsNull_T1500501 = 1 AND [T1500501] IS NULL) OR ([T1500501] = @Original_T1500501)) AND ((@IsNull_T1500600 = 1 AND [T1500600] IS NULL) OR ([T1500600] = @Original_T1500600)) AND ((@IsNull_T1500601 = 1 AND [T1500601] IS NULL) OR ([T1500601] = @Original_T1500601)) AND ((@IsNull_T1500700 = 1 AND [T1500700] IS NULL) OR ([T1500700] = @Original_T1500700)) AND ((@IsNull_T1500701 = 1 AND [T1500701] IS NULL) OR ([T1500701] = @Original_T1500701)) AND ((@IsNull_T1500800 = 1 AND [T1500800] IS NULL) OR ([T1500800] = @Original_T1500800)) AND ((@IsNull_T1500801 = 1 AND [T1500801] IS NULL) OR ([T1500801] = @Original_T1500801)) AND ((@IsNull_T1500900 = 1 AND [T1500900] IS NULL) OR ([T1500900] = @Original_T1500900)) AND ((@IsNull_T1500901 = 1 AND [T1500901] IS NULL) OR ([T1500901] = @Original_T1500901)) AND ((@IsNull_T1501000 = 1 AND [T1501000] IS NULL) OR ([T1501000] = @Original_T1501000)) AND ((@IsNull_T1501001 = 1 AND [T1501001] IS NULL) OR ([T1501001] = @Original_T1501001)) AND ((@IsNull_T2543200 = 1 AND [T2543200] IS NULL) OR ([T2543200] = @Original_T2543200)) AND ((@IsNull_T2543300 = 1 AND [T2543300] IS NULL) OR ([T2543300] = @Original_T2543300)) AND ((@IsNull_T2543400 = 1 AND [T2543400] IS NULL) OR ([T2543400] = @Original_T2543400)) AND ((@IsNull_T2543500 = 1 AND [T2543500] IS NULL) OR ([T2543500] = @Original_T2543500)) AND ((@IsNull_T2543600 = 1 AND [T2543600] IS NULL) OR ([T2543600] = @Original_T2543600)) AND ((@IsNull_T2543700 = 1 AND [T2543700] IS NULL) OR ([T2543700] = @Original_T2543700)) AND ((@IsNull_T2543800 = 1 AND [T2543800] IS NULL) OR ([T2543800] = @Original_T2543800)) AND ((@IsNull_T2543900 = 1 AND [T2543900] IS NULL) OR ([T2543900] = @Original_T2543900)) AND ((@IsNull_T2544000 = 1 AND [T2544000] IS NULL) OR ([T2544000] = @Original_T2544000)) AND ((@IsNull_T2544100 = 1 AND [T2544100] IS NULL) OR ([T2544100] = @Original_T2544100)) AND ((@IsNull_T2546100 = 1 AND [T2546100] IS NULL) OR ([T2546100] = @Original_T2546100)) AND ((@IsNull_T2546101 = 1 AND [T2546101] IS NULL) OR ([T2546101] = @Original_T2546101)) AND ((@IsNull_T2546200 = 1 AND [T2546200] IS NULL) OR ([T2546200] = @Original_T2546200)) AND ((@IsNull_T2546201 = 1 AND [T2546201] IS NULL) OR ([T2546201] = @Original_T2546201)) AND ((@IsNull_T2546300 = 1 AND [T2546300] IS NULL) OR ([T2546300] = @Original_T2546300)) AND ((@IsNull_T2546301 = 1 AND [T2546301] IS NULL) OR ([T2546301] = @Original_T2546301)) AND ((@IsNull_T2546400 = 1 AND [T2546400] IS NULL) OR ([T2546400] = @Original_T2546400)) AND ((@IsNull_T2546401 = 1 AND [T2546401] IS NULL) OR ([T2546401] = @Original_T2546401)) AND ((@IsNull_T2546500 = 1 AND [T2546500] IS NULL) OR ([T2546500] = @Original_T2546500)) AND ((@IsNull_T2546501 = 1 AND [T2546501] IS NULL) OR ([T2546501] = @Original_T2546501)) AND ((@IsNull_T2546600 = 1 AND [T2546600] IS NULL) OR ([T2546600] = @Original_T2546600)) AND ((@IsNull_T2546601 = 1 AND [T2546601] IS NULL) OR ([T2546601] = @Original_T2546601)) AND ((@IsNull_T2546700 = 1 AND [T2546700] IS NULL) OR ([T2546700] = @Original_T2546700)) AND ((@IsNull_T2546701 = 1 AND [T2546701] IS NULL) OR ([T2546701] = @Original_T2546701)) AND ((@IsNull_T3529500 = 1 AND [T3529500] IS NULL) OR ([T3529500] = @Original_T3529500)) AND ((@IsNull_T3529600 = 1 AND [T3529600] IS NULL) OR ([T3529600] = @Original_T3529600)) AND ((@IsNull_T3529700 = 1 AND [T3529700] IS NULL) OR ([T3529700] = @Original_T3529700)) AND ((@IsNull_T3529800 = 1 AND [T3529800] IS NULL) OR ([T3529800] = @Original_T3529800)) AND ((@IsNull_T3529900 = 1 AND [T3529900] IS NULL) OR ([T3529900] = @Original_T3529900)) AND ((@IsNull_T3530000 = 1 AND [T3530000] IS NULL) OR ([T3530000] = @Original_T3530000)) AND ((@IsNull_T3530100 = 1 AND [T3530100] IS NULL) OR ([T3530100] = @Original_T3530100)) AND ((@IsNull_T3530200 = 1 AND [T3530200] IS NULL) OR ([T3530200] = @Original_T3530200)) AND ((@IsNull_T3530300 = 1 AND [T3530300] IS NULL) OR ([T3530300] = @Original_T3530300)) AND ((@IsNull_T3530400 = 1 AND [T3530400] IS NULL) OR ([T3530400] = @Original_T3530400)) AND ((@IsNull_T3532500 = 1 AND [T3532500] IS NULL) OR ([T3532500] = @Original_T3532500)) AND ((@IsNull_T3532501 = 1 AND [T3532501] IS NULL) OR ([T3532501] = @Original_T3532501)) AND ((@IsNull_T3532600 = 1 AND [T3532600] IS NULL) OR ([T3532600] = @Original_T3532600)) AND ((@IsNull_T3532601 = 1 AND [T3532601] IS NULL) OR ([T3532601] = @Original_T3532601)) AND ((@IsNull_T3532700 = 1 AND [T3532700] IS NULL) OR ([T3532700] = @Original_T3532700)) AND ((@IsNull_T3532701 = 1 AND [T3532701] IS NULL) OR ([T3532701] = @Original_T3532701)) AND ((@IsNull_T3532800 = 1 AND [T3532800] IS NULL) OR ([T3532800] = @Original_T3532800)) AND ((@IsNull_T3532801 = 1 AND [T3532801] IS NULL) OR ([T3532801] = @Original_T3532801)) AND ((@IsNull_T3532900 = 1 AND [T3532900] IS NULL) OR ([T3532900] = @Original_T3532900)) AND ((@IsNull_T3532901 = 1 AND [T3532901] IS NULL) OR ([T3532901] = @Original_T3532901)) AND ((@IsNull_T3533000 = 1 AND [T3533000] IS NULL) OR ([T3533000] = @Original_T3533000)) AND ((@IsNull_T3533001 = 1 AND [T3533001] IS NULL) OR ([T3533001] = @Original_T3533001)) AND ((@IsNull_T3533100 = 1 AND [T3533100] IS NULL) OR ([T3533100] = @Original_T3533100)) AND ((@IsNull_T3533101 = 1 AND [T3533101] IS NULL) OR ([T3533101] = @Original_T3533101)) AND ((@IsNull_T4498100 = 1 AND [T4498100] IS NULL) OR ([T4498100] = @Original_T4498100)) AND ((@IsNull_T4498200 = 1 AND [T4498200] IS NULL) OR ([T4498200] = @Original_T4498200)) AND ((@IsNull_T4498300 = 1 AND [T4498300] IS NULL) OR ([T4498300] = @Original_T4498300)) AND ((@IsNull_T4498400 = 1 AND [T4498400] IS NULL) OR ([T4498400] = @Original_T4498400)) AND ((@IsNull_T4498500 = 1 AND [T4498500] IS NULL) OR ([T4498500] = @Original_T4498500)) AND ((@IsNull_T4498600 = 1 AND [T4498600] IS NULL) OR ([T4498600] = @Original_T4498600)) AND ((@IsNull_T4498700 = 1 AND [T4498700] IS NULL) OR ([T4498700] = @Original_T4498700)) AND ((@IsNull_T4498800 = 1 AND [T4498800] IS NULL) OR ([T4498800] = @Original_T4498800)) AND ((@IsNull_T4498900 = 1 AND [T4498900] IS NULL) OR ([T4498900] = @Original_T4498900)) AND ((@IsNull_T4499000 = 1 AND [T4499000] IS NULL) OR ([T4499000] = @Original_T4499000)) AND ((@IsNull_T4503700 = 1 AND [T4503700] IS NULL) OR ([T4503700] = @Original_T4503700)) AND ((@IsNull_T4503701 = 1 AND [T4503701] IS NULL) OR ([T4503701] = @Original_T4503701)) AND ((@IsNull_T4503800 = 1 AND [T4503800] IS NULL) OR ([T4503800] = @Original_T4503800)) AND ((@IsNull_T4503801 = 1 AND [T4503801] IS NULL) OR ([T4503801] = @Original_T4503801)) AND ((@IsNull_T4503900 = 1 AND [T4503900] IS NULL) OR ([T4503900] = @Original_T4503900)) AND ((@IsNull_T4503901 = 1 AND [T4503901] IS NULL) OR ([T4503901] = @Original_T4503901)) AND ((@IsNull_T4504000 = 1 AND [T4504000] IS NULL) OR ([T4504000] = @Original_T4504000)) AND ((@IsNull_T4504001 = 1 AND [T4504001] IS NULL) OR ([T4504001] = @Original_T4504001)) AND ((@IsNull_T4504100 = 1 AND [T4504100] IS NULL) OR ([T4504100] = @Original_T4504100)) AND ((@IsNull_T4504101 = 1 AND [T4504101] IS NULL) OR ([T4504101] = @Original_T4504101)) AND ((@IsNull_T4504200 = 1 AND [T4504200] IS NULL) OR ([T4504200] = @Original_T4504200)) AND ((@IsNull_T4504201 = 1 AND [T4504201] IS NULL) OR ([T4504201] = @Original_T4504201))); +SELECT R0000100, R1373400, R1374100, R1374800, R1375500, R1376200, R1376900, R1377600, R1753800, R1754500, R1755200, R1755900, R1756600, R1757300, R1758000, R2095800, R2096500, R2097200, R2097900, R2098600, R2099300, R2100000, R2648100, R2648800, R2649500, R2650200, R2650900, R2651600, R2652300, R3256000, R3257800, R3259600, R3261400, R3263200, R3265000, R3266800, R3771900, R3772200, R3772300, R3774000, R3774300, R3774400, R3776100, R3776400, R3776500, R3778200, R3778500, R3778600, R3780300, R3780600, R3780700, R3782400, R3784500, R4276900, R4277200, R4277201, R4277800, R4278100, R4278101, R4278700, R4279000, R4279001, R4279600, R4279900, R4279901, R4280500, R4280800, R4280801, R4281400, R4282200, R4827700, R4828000, R4828001, R4830700, R4831000, R4831001, R4833700, R4834000, R4834001, R4836700, R4837000, R4837001, R4839700, R4840000, R4840001, R4842600, R4844900, R4847200, R5498100, R5498400, R5498401, R5501100, R5501400, R5501401, R5504100, R5504400, R5504401, R5507100, R5507400, R5507401, R5510100, R5510400, R5510401, R5513100, R5515400, R5517700, R5519900, R6219500, R6219600, R6219700, R6219800, R6219900, R6220000, R6220100, R6220200, R6220300, R6220400, R6222800, R6222801, R6222900, R6222901, R6223000, R6223001, R6223100, R6223101, R6223200, R6223201, R6223300, R6223301, R6773500, R6773600, R6773700, R6773800, R6773900, R6774000, R6774100, R6774200, R6774300, R6774400, R6776300, R6776301, R6776400, R6776401, R6776500, R6776501, R6776600, R6776601, R6776700, R6776701, R6776800, R6776801, R7417900, R7418000, R7418100, R7418200, R7418300, R7418400, R7418500, R7418600, R7418700, R7418800, R7420700, R7420701, R7420800, R7420801, R7420900, R7420901, R7421000, R7421001, R7421100, R7421101, R7421200, R7421201, R7421300, R7421301, R8116000, R8116100, R8116200, R8116300, R8116400, R8116500, R8116600, R8116700, R8116800, R8116900, R8119000, R8119001, R8119100, R8119101, R8119200, R8119201, R8119300, R8119301, R8119400, R8119401, R8119500, R8119501, T0347900, T0348000, T0348100, T0348200, T0348300, T0348400, T0348500, T0348600, T0348700, T0348800, T0348900, T0351100, T0351101, T0351200, T0351201, T0351300, T0351301, T0351400, T0351401, T0351500, T0351501, T0351600, T0351601, T0351700, T0351701, T0351800, T0351801, T1497300, T1497400, T1497500, T1497600, T1497700, T1497800, T1497900, T1498000, T1498100, T1498200, T1498300, T1500500, T1500501, T1500600, T1500601, T1500700, T1500701, T1500800, T1500801, T1500900, T1500901, T1501000, T1501001, T2543200, T2543300, T2543400, T2543500, T2543600, T2543700, T2543800, T2543900, T2544000, T2544100, T2546100, T2546101, T2546200, T2546201, T2546300, T2546301, T2546400, T2546401, T2546500, T2546501, T2546600, T2546601, T2546700, T2546701, T3529500, T3529600, T3529700, T3529800, T3529900, T3530000, T3530100, T3530200, T3530300, T3530400, T3532500, T3532501, T3532600, T3532601, T3532700, T3532701, T3532800, T3532801, T3532900, T3532901, T3533000, T3533001, T3533100, T3533101, T4498100, T4498200, T4498300, T4498400, T4498500, T4498600, T4498700, T4498800, T4498900, T4499000, T4503700, T4503701, T4503800, T4503801, T4503900, T4503901, T4504000, T4504001, T4504100, T4504101, T4504200, T4504201 FROM Extract.tblGen2FatherFromGen1Death WHERE (R0000100 = @R0000100) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -12263,68 +13599,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -12348,93 +13622,15 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + @@ -12448,253 +13644,59 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -12723,52 +13725,98 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -12776,354 +13824,112 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -13134,36 +13940,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -13176,36 +13952,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -13216,110 +13962,28 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + @@ -13334,36 +13998,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -13374,36 +14008,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -13416,60 +14020,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -13481,134 +14031,33 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -13621,44 +14070,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -13669,34 +14080,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -13711,169 +14094,1035 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + DELETE FROM [Extract].[tblGen2ImplicitFather] WHERE (([C0000100] = @Original_C0000100) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Original_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300] = @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([C0005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NULL) OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_C0008100 = 1 AND [C0008100] IS NULL) OR ([C0008100] = @Original_C0008100)) AND ((@IsNull_C0008200 = 1 AND [C0008200] IS NULL) OR ([C0008200] = @Original_C0008200)) AND ((@IsNull_C0008300 = 1 AND [C0008300] IS NULL) OR ([C0008300] = @Original_C0008300)) AND ((@IsNull_C0008600 = 1 AND [C0008600] IS NULL) OR ([C0008600] = @Original_C0008600)) AND ((@IsNull_C0008700 = 1 AND [C0008700] IS NULL) OR ([C0008700] = @Original_C0008700)) AND ((@IsNull_C0008800 = 1 AND [C0008800] IS NULL) OR ([C0008800] = @Original_C0008800)) AND ((@IsNull_C0009100 = 1 AND [C0009100] IS NULL) OR ([C0009100] = @Original_C0009100)) AND ((@IsNull_C0009200 = 1 AND [C0009200] IS NULL) OR ([C0009200] = @Original_C0009200)) AND ((@IsNull_C0009300 = 1 AND [C0009300] IS NULL) OR ([C0009300] = @Original_C0009300)) AND ((@IsNull_C0009600 = 1 AND [C0009600] IS NULL) OR ([C0009600] = @Original_C0009600)) AND ((@IsNull_C0009700 = 1 AND [C0009700] IS NULL) OR ([C0009700] = @Original_C0009700)) AND ((@IsNull_C0009800 = 1 AND [C0009800] IS NULL) OR ([C0009800] = @Original_C0009800)) AND ((@IsNull_C0009900 = 1 AND [C0009900] IS NULL) OR ([C0009900] = @Original_C0009900)) AND ((@IsNull_C0010110 = 1 AND [C0010110] IS NULL) OR ([C0010110] = @Original_C0010110)) AND ((@IsNull_C0010200 = 1 AND [C0010200] IS NULL) OR ([C0010200] = @Original_C0010200)) AND ((@IsNull_C0010300 = 1 AND [C0010300] IS NULL) OR ([C0010300] = @Original_C0010300)) AND ((@IsNull_C0010400 = 1 AND [C0010400] IS NULL) OR ([C0010400] = @Original_C0010400)) AND ((@IsNull_C0010700 = 1 AND [C0010700] IS NULL) OR ([C0010700] = @Original_C0010700)) AND ((@IsNull_C0010800 = 1 AND [C0010800] IS NULL) OR ([C0010800] = @Original_C0010800)) AND ((@IsNull_C0010900 = 1 AND [C0010900] IS NULL) OR ([C0010900] = @Original_C0010900)) AND ((@IsNull_C0011110 = 1 AND [C0011110] IS NULL) OR ([C0011110] = @Original_C0011110)) AND ((@IsNull_C0011111 = 1 AND [C0011111] IS NULL) OR ([C0011111] = @Original_C0011111)) AND ((@IsNull_C0011112 = 1 AND [C0011112] IS NULL) OR ([C0011112] = @Original_C0011112)) AND ((@IsNull_C0011113 = 1 AND [C0011113] IS NULL) OR ([C0011113] = @Original_C0011113)) AND ((@IsNull_C0011114 = 1 AND [C0011114] IS NULL) OR ([C0011114] = @Original_C0011114)) AND ((@IsNull_C0011117 = 1 AND [C0011117] IS NULL) OR ([C0011117] = @Original_C0011117)) AND ((@IsNull_C0011118 = 1 AND [C0011118] IS NULL) OR ([C0011118] = @Original_C0011118)) AND ((@IsNull_C0011119 = 1 AND [C0011119] IS NULL) OR ([C0011119] = @Original_C0011119)) AND ((@IsNull_C0011122 = 1 AND [C0011122] IS NULL) OR ([C0011122] = @Original_C0011122)) AND ((@IsNull_C0011123 = 1 AND [C0011123] IS NULL) OR ([C0011123] = @Original_C0011123)) AND ((@IsNull_C0011124 = 1 AND [C0011124] IS NULL) OR ([C0011124] = @Original_C0011124)) AND ((@IsNull_C0011127 = 1 AND [C0011127] IS NULL) OR ([C0011127] = @Original_C0011127)) AND ((@IsNull_C0011128 = 1 AND [C0011128] IS NULL) OR ([C0011128] = @Original_C0011128)) AND ((@IsNull_C0011129 = 1 AND [C0011129] IS NULL) OR ([C0011129] = @Original_C0011129)) AND ((@IsNull_C0011132 = 1 AND [C0011132] IS NULL) OR ([C0011132] = @Original_C0011132)) AND ((@IsNull_C0011133 = 1 AND [C0011133] IS NULL) OR ([C0011133] = @Original_C0011133)) AND ((@IsNull_C0011134 = 1 AND [C0011134] IS NULL) OR ([C0011134] = @Original_C0011134)) AND ((@IsNull_C0011137 = 1 AND [C0011137] IS NULL) OR ([C0011137] = @Original_C0011137)) AND ((@IsNull_C0011138 = 1 AND [C0011138] IS NULL) OR ([C0011138] = @Original_C0011138)) AND ((@IsNull_C0011139 = 1 AND [C0011139] IS NULL) OR ([C0011139] = @Original_C0011139)) AND ((@IsNull_C0011142 = 1 AND [C0011142] IS NULL) OR ([C0011142] = @Original_C0011142)) AND ((@IsNull_C0011143 = 1 AND [C0011143] IS NULL) OR ([C0011143] = @Original_C0011143)) AND ((@IsNull_C0011144 = 1 AND [C0011144] IS NULL) OR ([C0011144] = @Original_C0011144)) AND ((@IsNull_C3070500 = 1 AND [C3070500] IS NULL) OR ([C3070500] = @Original_C3070500)) AND ((@IsNull_C3423600 = 1 AND [C3423600] IS NULL) OR ([C3423600] = @Original_C3423600)) AND ((@IsNull_C3601100 = 1 AND [C3601100] IS NULL) OR ([C3601100] = @Original_C3601100)) AND ((@IsNull_C3601700 = 1 AND [C3601700] IS NULL) OR ([C3601700] = @Original_C3601700)) AND ((@IsNull_C3601800 = 1 AND [C3601800] IS NULL) OR ([C3601800] = @Original_C3601800)) AND ((@IsNull_C3601900 = 1 AND [C3601900] IS NULL) OR ([C3601900] = @Original_C3601900)) AND ((@IsNull_C3605900 = 1 AND [C3605900] IS NULL) OR ([C3605900] = @Original_C3605900)) AND ((@IsNull_C3981100 = 1 AND [C3981100] IS NULL) OR ([C3981100] = @Original_C3981100)) AND ((@IsNull_C3981700 = 1 AND [C3981700] IS NULL) OR ([C3981700] = @Original_C3981700)) AND ((@IsNull_C3981800 = 1 AND [C3981800] IS NULL) OR ([C3981800] = @Original_C3981800)) AND ((@IsNull_C3981900 = 1 AND [C3981900] IS NULL) OR ([C3981900] = @Original_C3981900)) AND ((@IsNull_C5156100 = 1 AND [C5156100] IS NULL) OR ([C5156100] = @Original_C5156100)) AND ((@IsNull_C5525500 = 1 AND [C5525500] IS NULL) OR ([C5525500] = @Original_C5525500)) AND ((@IsNull_C5525600 = 1 AND [C5525600] IS NULL) OR ([C5525600] = @Original_C5525600)) AND ((@IsNull_C5525700 = 1 AND [C5525700] IS NULL) OR ([C5525700] = @Original_C5525700)) AND ((@IsNull_C5733200 = 1 AND [C5733200] IS NULL) OR ([C5733200] = @Original_C5733200)) AND ((@IsNull_C5801800 = 1 AND [C5801800] IS NULL) OR ([C5801800] = @Original_C5801800)) AND ((@IsNull_C5801900 = 1 AND [C5801900] IS NULL) OR ([C5801900] = @Original_C5801900)) AND ((@IsNull_C5802000 = 1 AND [C5802000] IS NULL) OR ([C5802000] = @Original_C5802000)) AND ((@IsNull_C6006200 = 1 AND [C6006200] IS NULL) OR ([C6006200] = @Original_C6006200)) AND ((@IsNull_Y0003200 = 1 AND [Y0003200] IS NULL) OR ([Y0003200] = @Original_Y0003200)) AND ((@IsNull_Y0007300 = 1 AND [Y0007300] IS NULL) OR ([Y0007300] = @Original_Y0007300)) AND ((@IsNull_Y0007400 = 1 AND [Y0007400] IS NULL) OR ([Y0007400] = @Original_Y0007400)) AND ((@IsNull_Y0007600 = 1 AND [Y0007600] IS NULL) OR ([Y0007600] = @Original_Y0007600)) AND ((@IsNull_Y0007601 = 1 AND [Y0007601] IS NULL) OR ([Y0007601] = @Original_Y0007601)) AND ((@IsNull_Y0008000 = 1 AND [Y0008000] IS NULL) OR ([Y0008000] = @Original_Y0008000)) AND ((@IsNull_Y0008500 = 1 AND [Y0008500] IS NULL) OR ([Y0008500] = @Original_Y0008500)) AND ((@IsNull_Y0008600 = 1 AND [Y0008600] IS NULL) OR ([Y0008600] = @Original_Y0008600)) AND ((@IsNull_Y0009400 = 1 AND [Y0009400] IS NULL) OR ([Y0009400] = @Original_Y0009400)) AND ((@IsNull_Y0394100 = 1 AND [Y0394100] IS NULL) OR ([Y0394100] = @Original_Y0394100)) AND ((@IsNull_Y0394300 = 1 AND [Y0394300] IS NULL) OR ([Y0394300] = @Original_Y0394300)) AND ((@IsNull_Y0394500 = 1 AND [Y0394500] IS NULL) OR ([Y0394500] = @Original_Y0394500)) AND ((@IsNull_Y0394501 = 1 AND [Y0394501] IS NULL) OR ([Y0394501] = @Original_Y0394501)) AND ((@IsNull_Y0394900 = 1 AND [Y0394900] IS NULL) OR ([Y0394900] = @Original_Y0394900)) AND ((@IsNull_Y0651000 = 1 AND [Y0651000] IS NULL) OR ([Y0651000] = @Original_Y0651000)) AND ((@IsNull_Y0682500 = 1 AND [Y0682500] IS NULL) OR ([Y0682500] = @Original_Y0682500)) AND ((@IsNull_Y0683800 = 1 AND [Y0683800] IS NULL) OR ([Y0683800] = @Original_Y0683800)) AND ((@IsNull_Y0683900 = 1 AND [Y0683900] IS NULL) OR ([Y0683900] = @Original_Y0683900)) AND ((@IsNull_Y0684100 = 1 AND [Y0684100] IS NULL) OR ([Y0684100] = @Original_Y0684100)) AND ((@IsNull_Y0684101 = 1 AND [Y0684101] IS NULL) OR ([Y0684101] = @Original_Y0684101)) AND ((@IsNull_Y0684500 = 1 AND [Y0684500] IS NULL) OR ([Y0684500] = @Original_Y0684500)) AND ((@IsNull_Y0947100 = 1 AND [Y0947100] IS NULL) OR ([Y0947100] = @Original_Y0947100)) AND ((@IsNull_Y0986200 = 1 AND [Y0986200] IS NULL) OR ([Y0986200] = @Original_Y0986200)) AND ((@IsNull_Y0986700 = 1 AND [Y0986700] IS NULL) OR ([Y0986700] = @Original_Y0986700)) AND ((@IsNull_Y0988800 = 1 AND [Y0988800] IS NULL) OR ([Y0988800] = @Original_Y0988800)) AND ((@IsNull_Y0988900 = 1 AND [Y0988900] IS NULL) OR ([Y0988900] = @Original_Y0988900)) AND ((@IsNull_Y0989400 = 1 AND [Y0989400] IS NULL) OR ([Y0989400] = @Original_Y0989400)) AND ((@IsNull_Y0989401 = 1 AND [Y0989401] IS NULL) OR ([Y0989401] = @Original_Y0989401)) AND ((@IsNull_Y0989900 = 1 AND [Y0989900] IS NULL) OR ([Y0989900] = @Original_Y0989900)) AND ((@IsNull_Y1229100 = 1 AND [Y1229100] IS NULL) OR ([Y1229100] = @Original_Y1229100)) AND ((@IsNull_Y1229200 = 1 AND [Y1229200] IS NULL) OR ([Y1229200] = @Original_Y1229200)) AND ((@IsNull_Y1229700 = 1 AND [Y1229700] IS NULL) OR ([Y1229700] = @Original_Y1229700)) AND ((@IsNull_Y1229701 = 1 AND [Y1229701] IS NULL) OR ([Y1229701] = @Original_Y1229701)) AND ((@IsNull_Y1264300 = 1 AND [Y1264300] IS NULL) OR ([Y1264300] = @Original_Y1264300)) AND ((@IsNull_Y1265300 = 1 AND [Y1265300] IS NULL) OR ([Y1265300] = @Original_Y1265300)) AND ((@IsNull_Y1458900 = 1 AND [Y1458900] IS NULL) OR ([Y1458900] = @Original_Y1458900)) AND ((@IsNull_Y1459400 = 1 AND [Y1459400] IS NULL) OR ([Y1459400] = @Original_Y1459400)) AND ((@IsNull_Y1459401 = 1 AND [Y1459401] IS NULL) OR ([Y1459401] = @Original_Y1459401)) AND ((@IsNull_Y1629500 = 1 AND [Y1629500] IS NULL) OR ([Y1629500] = @Original_Y1629500)) AND ((@IsNull_Y1704000 = 1 AND [Y1704000] IS NULL) OR ([Y1704000] = @Original_Y1704000)) AND ((@IsNull_Y1704500 = 1 AND [Y1704500] IS NULL) OR ([Y1704500] = @Original_Y1704500)) AND ((@IsNull_Y1704501 = 1 AND [Y1704501] IS NULL) OR ([Y1704501] = @Original_Y1704501)) AND ((@IsNull_Y1707300 = 1 AND [Y1707300] IS NULL) OR ([Y1707300] = @Original_Y1707300)) AND ((@IsNull_Y1883300 = 1 AND [Y1883300] IS NULL) OR ([Y1883300] = @Original_Y1883300)) AND ((@IsNull_Y1989500 = 1 AND [Y1989500] IS NULL) OR ([Y1989500] = @Original_Y1989500)) AND ((@IsNull_Y1990000 = 1 AND [Y1990000] IS NULL) OR ([Y1990000] = @Original_Y1990000)) AND ((@IsNull_Y1990001 = 1 AND [Y1990001] IS NULL) OR ([Y1990001] = @Original_Y1990001)) AND ((@IsNull_Y1992900 = 1 AND [Y1992900] IS NULL) OR ([Y1992900] = @Original_Y1992900)) AND ((@IsNull_Y2197500 = 1 AND [Y2197500] IS NULL) OR ([Y2197500] = @Original_Y2197500)) AND ((@IsNull_Y2308300 = 1 AND [Y2308300] IS NULL) OR ([Y2308300] = @Original_Y2308300)) AND ((@IsNull_Y2308800 = 1 AND [Y2308800] IS NULL) OR ([Y2308800] = @Original_Y2308800)) AND ((@IsNull_Y2308801 = 1 AND [Y2308801] IS NULL) OR ([Y2308801] = @Original_Y2308801)) AND ((@IsNull_Y2311700 = 1 AND [Y2311700] IS NULL) OR ([Y2311700] = @Original_Y2311700)) AND ((@IsNull_Y2531800 = 1 AND [Y2531800] IS NULL) OR ([Y2531800] = @Original_Y2531800)) AND ((@IsNull_Y2641000 = 1 AND [Y2641000] IS NULL) OR ([Y2641000] = @Original_Y2641000)) AND ((@IsNull_Y2641500 = 1 AND [Y2641500] IS NULL) OR ([Y2641500] = @Original_Y2641500)) AND ((@IsNull_Y2641501 = 1 AND [Y2641501] IS NULL) OR ([Y2641501] = @Original_Y2641501)) AND ((@IsNull_Y2644400 = 1 AND [Y2644400] IS NULL) OR ([Y2644400] = @Original_Y2644400)) AND ((@IsNull_Y2880000 = 1 AND [Y2880000] IS NULL) OR ([Y2880000] = @Original_Y2880000)) AND ((@IsNull_Y2998200 = 1 AND [Y2998200] IS NULL) OR ([Y2998200] = @Original_Y2998200)) AND ((@IsNull_Y2998700 = 1 AND [Y2998700] IS NULL) OR ([Y2998700] = @Original_Y2998700)) AND ((@IsNull_Y2998701 = 1 AND [Y2998701] IS NULL) OR ([Y2998701] = @Original_Y2998701)) AND ((@IsNull_Y3001600 = 1 AND [Y3001600] IS NULL) OR ([Y3001600] = @Original_Y3001600)) AND ((@IsNull_Y3249900 = 1 AND [Y3249900] IS NULL) OR ([Y3249900] = @Original_Y3249900))) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + INSERT INTO [Extract].[tblGen2ImplicitFather] ([C0000100], [C0000200], [C0005300], [C0005400], [C0005700], [C0008100], [C0008200], [C0008300], [C0008600], [C0008700], [C0008800], [C0009100], [C0009200], [C0009300], [C0009600], [C0009700], [C0009800], [C0009900], [C0010110], [C0010200], [C0010300], [C0010400], [C0010700], [C0010800], [C0010900], [C0011110], [C0011111], [C0011112], [C0011113], [C0011114], [C0011117], [C0011118], [C0011119], [C0011122], [C0011123], [C0011124], [C0011127], [C0011128], [C0011129], [C0011132], [C0011133], [C0011134], [C0011137], [C0011138], [C0011139], [C0011142], [C0011143], [C0011144], [C3070500], [C3423600], [C3601100], [C3601700], [C3601800], [C3601900], [C3605900], [C3981100], [C3981700], [C3981800], [C3981900], [C5156100], [C5525500], [C5525600], [C5525700], [C5733200], [C5801800], [C5801900], [C5802000], [C6006200], [Y0003200], [Y0007300], [Y0007400], [Y0007600], [Y0007601], [Y0008000], [Y0008500], [Y0008600], [Y0009400], [Y0394100], [Y0394300], [Y0394500], [Y0394501], [Y0394900], [Y0651000], [Y0682500], [Y0683800], [Y0683900], [Y0684100], [Y0684101], [Y0684500], [Y0947100], [Y0986200], [Y0986700], [Y0988800], [Y0988900], [Y0989400], [Y0989401], [Y0989900], [Y1229100], [Y1229200], [Y1229700], [Y1229701], [Y1264300], [Y1265300], [Y1458900], [Y1459400], [Y1459401], [Y1629500], [Y1704000], [Y1704500], [Y1704501], [Y1707300], [Y1883300], [Y1989500], [Y1990000], [Y1990001], [Y1992900], [Y2197500], [Y2308300], [Y2308800], [Y2308801], [Y2311700], [Y2531800], [Y2641000], [Y2641500], [Y2641501], [Y2644400], [Y2880000], [Y2998200], [Y2998700], [Y2998701], [Y3001600], [Y3249900]) VALUES (@C0000100, @C0000200, @C0005300, @C0005400, @C0005700, @C0008100, @C0008200, @C0008300, @C0008600, @C0008700, @C0008800, @C0009100, @C0009200, @C0009300, @C0009600, @C0009700, @C0009800, @C0009900, @C0010110, @C0010200, @C0010300, @C0010400, @C0010700, @C0010800, @C0010900, @C0011110, @C0011111, @C0011112, @C0011113, @C0011114, @C0011117, @C0011118, @C0011119, @C0011122, @C0011123, @C0011124, @C0011127, @C0011128, @C0011129, @C0011132, @C0011133, @C0011134, @C0011137, @C0011138, @C0011139, @C0011142, @C0011143, @C0011144, @C3070500, @C3423600, @C3601100, @C3601700, @C3601800, @C3601900, @C3605900, @C3981100, @C3981700, @C3981800, @C3981900, @C5156100, @C5525500, @C5525600, @C5525700, @C5733200, @C5801800, @C5801900, @C5802000, @C6006200, @Y0003200, @Y0007300, @Y0007400, @Y0007600, @Y0007601, @Y0008000, @Y0008500, @Y0008600, @Y0009400, @Y0394100, @Y0394300, @Y0394500, @Y0394501, @Y0394900, @Y0651000, @Y0682500, @Y0683800, @Y0683900, @Y0684100, @Y0684101, @Y0684500, @Y0947100, @Y0986200, @Y0986700, @Y0988800, @Y0988900, @Y0989400, @Y0989401, @Y0989900, @Y1229100, @Y1229200, @Y1229700, @Y1229701, @Y1264300, @Y1265300, @Y1458900, @Y1459400, @Y1459401, @Y1629500, @Y1704000, @Y1704500, @Y1704501, @Y1707300, @Y1883300, @Y1989500, @Y1990000, @Y1990001, @Y1992900, @Y2197500, @Y2308300, @Y2308800, @Y2308801, @Y2311700, @Y2531800, @Y2641000, @Y2641500, @Y2641501, @Y2644400, @Y2880000, @Y2998200, @Y2998700, @Y2998701, @Y3001600, @Y3249900); +SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C0008300, C0008600, C0008700, C0008800, C0009100, C0009200, C0009300, C0009600, C0009700, C0009800, C0009900, C0010110, C0010200, C0010300, C0010400, C0010700, C0010800, C0010900, C0011110, C0011111, C0011112, C0011113, C0011114, C0011117, C0011118, C0011119, C0011122, C0011123, C0011124, C0011127, C0011128, C0011129, C0011132, C0011133, C0011134, C0011137, C0011138, C0011139, C0011142, C0011143, C0011144, C3070500, C3423600, C3601100, C3601700, C3601800, C3601900, C3605900, C3981100, C3981700, C3981800, C3981900, C5156100, C5525500, C5525600, C5525700, C5733200, C5801800, C5801900, C5802000, C6006200, Y0003200, Y0007300, Y0007400, Y0007600, Y0007601, Y0008000, Y0008500, Y0008600, Y0009400, Y0394100, Y0394300, Y0394500, Y0394501, Y0394900, Y0651000, Y0682500, Y0683800, Y0683900, Y0684100, Y0684101, Y0684500, Y0947100, Y0986200, Y0986700, Y0988800, Y0988900, Y0989400, Y0989401, Y0989900, Y1229100, Y1229200, Y1229700, Y1229701, Y1264300, Y1265300, Y1458900, Y1459400, Y1459401, Y1629500, Y1704000, Y1704500, Y1704501, Y1707300, Y1883300, Y1989500, Y1990000, Y1990001, Y1992900, Y2197500, Y2308300, Y2308800, Y2308801, Y2311700, Y2531800, Y2641000, Y2641500, Y2641501, Y2644400, Y2880000, Y2998200, Y2998700, Y2998701, Y3001600, Y3249900 FROM Extract.tblGen2ImplicitFather WHERE (C0000100 = @C0000100) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C0008300, C0008600, C0008700, C0008800, C0009100, C0009200, C0009300, C0009600, C0009700, C0009800, C0009900, C0010110, C0010200, C0010300, C0010400, C0010700, C0010800, C0010900, C0011110, C0011111, C0011112, C0011113, C0011114, C0011117, C0011118, C0011119, C0011122, C0011123, C0011124, C0011127, C0011128, C0011129, C0011132, C0011133, C0011134, C0011137, C0011138, C0011139, C0011142, C0011143, C0011144, C3070500, C3423600, C3601100, C3601700, C3601800, C3601900, C3605900, C3981100, C3981700, C3981800, C3981900, C5156100, C5525500, C5525600, C5525700, C5733200, C5801800, C5801900, C5802000, C6006200, Y0003200, Y0007300, Y0007400, Y0007600, Y0007601, Y0008000, Y0008500, Y0008600, Y0009400, Y0394100, Y0394300, Y0394500, Y0394501, Y0394900, Y0651000, Y0682500, Y0683800, Y0683900, Y0684100, Y0684101, Y0684500, Y0947100, Y0986200, Y0986700, Y0988800, Y0988900, Y0989400, Y0989401, Y0989900, Y1229100, Y1229200, Y1229700, Y1229701, Y1264300, Y1265300, Y1458900, Y1459400, Y1459401, Y1629500, Y1704000, Y1704500, Y1704501, Y1707300, Y1883300, Y1989500, Y1990000, Y1990001, Y1992900, Y2197500, Y2308300, Y2308800, Y2308801, Y2311700, Y2531800, Y2641000, Y2641500, Y2641501, Y2644400, Y2880000, Y2998200, Y2998700, Y2998701, Y3001600, Y3249900 FROM Extract.tblGen2ImplicitFather + + + + + + UPDATE [Extract].[tblGen2ImplicitFather] SET [C0000100] = @C0000100, [C0000200] = @C0000200, [C0005300] = @C0005300, [C0005400] = @C0005400, [C0005700] = @C0005700, [C0008100] = @C0008100, [C0008200] = @C0008200, [C0008300] = @C0008300, [C0008600] = @C0008600, [C0008700] = @C0008700, [C0008800] = @C0008800, [C0009100] = @C0009100, [C0009200] = @C0009200, [C0009300] = @C0009300, [C0009600] = @C0009600, [C0009700] = @C0009700, [C0009800] = @C0009800, [C0009900] = @C0009900, [C0010110] = @C0010110, [C0010200] = @C0010200, [C0010300] = @C0010300, [C0010400] = @C0010400, [C0010700] = @C0010700, [C0010800] = @C0010800, [C0010900] = @C0010900, [C0011110] = @C0011110, [C0011111] = @C0011111, [C0011112] = @C0011112, [C0011113] = @C0011113, [C0011114] = @C0011114, [C0011117] = @C0011117, [C0011118] = @C0011118, [C0011119] = @C0011119, [C0011122] = @C0011122, [C0011123] = @C0011123, [C0011124] = @C0011124, [C0011127] = @C0011127, [C0011128] = @C0011128, [C0011129] = @C0011129, [C0011132] = @C0011132, [C0011133] = @C0011133, [C0011134] = @C0011134, [C0011137] = @C0011137, [C0011138] = @C0011138, [C0011139] = @C0011139, [C0011142] = @C0011142, [C0011143] = @C0011143, [C0011144] = @C0011144, [C3070500] = @C3070500, [C3423600] = @C3423600, [C3601100] = @C3601100, [C3601700] = @C3601700, [C3601800] = @C3601800, [C3601900] = @C3601900, [C3605900] = @C3605900, [C3981100] = @C3981100, [C3981700] = @C3981700, [C3981800] = @C3981800, [C3981900] = @C3981900, [C5156100] = @C5156100, [C5525500] = @C5525500, [C5525600] = @C5525600, [C5525700] = @C5525700, [C5733200] = @C5733200, [C5801800] = @C5801800, [C5801900] = @C5801900, [C5802000] = @C5802000, [C6006200] = @C6006200, [Y0003200] = @Y0003200, [Y0007300] = @Y0007300, [Y0007400] = @Y0007400, [Y0007600] = @Y0007600, [Y0007601] = @Y0007601, [Y0008000] = @Y0008000, [Y0008500] = @Y0008500, [Y0008600] = @Y0008600, [Y0009400] = @Y0009400, [Y0394100] = @Y0394100, [Y0394300] = @Y0394300, [Y0394500] = @Y0394500, [Y0394501] = @Y0394501, [Y0394900] = @Y0394900, [Y0651000] = @Y0651000, [Y0682500] = @Y0682500, [Y0683800] = @Y0683800, [Y0683900] = @Y0683900, [Y0684100] = @Y0684100, [Y0684101] = @Y0684101, [Y0684500] = @Y0684500, [Y0947100] = @Y0947100, [Y0986200] = @Y0986200, [Y0986700] = @Y0986700, [Y0988800] = @Y0988800, [Y0988900] = @Y0988900, [Y0989400] = @Y0989400, [Y0989401] = @Y0989401, [Y0989900] = @Y0989900, [Y1229100] = @Y1229100, [Y1229200] = @Y1229200, [Y1229700] = @Y1229700, [Y1229701] = @Y1229701, [Y1264300] = @Y1264300, [Y1265300] = @Y1265300, [Y1458900] = @Y1458900, [Y1459400] = @Y1459400, [Y1459401] = @Y1459401, [Y1629500] = @Y1629500, [Y1704000] = @Y1704000, [Y1704500] = @Y1704500, [Y1704501] = @Y1704501, [Y1707300] = @Y1707300, [Y1883300] = @Y1883300, [Y1989500] = @Y1989500, [Y1990000] = @Y1990000, [Y1990001] = @Y1990001, [Y1992900] = @Y1992900, [Y2197500] = @Y2197500, [Y2308300] = @Y2308300, [Y2308800] = @Y2308800, [Y2308801] = @Y2308801, [Y2311700] = @Y2311700, [Y2531800] = @Y2531800, [Y2641000] = @Y2641000, [Y2641500] = @Y2641500, [Y2641501] = @Y2641501, [Y2644400] = @Y2644400, [Y2880000] = @Y2880000, [Y2998200] = @Y2998200, [Y2998700] = @Y2998700, [Y2998701] = @Y2998701, [Y3001600] = @Y3001600, [Y3249900] = @Y3249900 WHERE (([C0000100] = @Original_C0000100) AND ((@IsNull_C0000200 = 1 AND [C0000200] IS NULL) OR ([C0000200] = @Original_C0000200)) AND ((@IsNull_C0005300 = 1 AND [C0005300] IS NULL) OR ([C0005300] = @Original_C0005300)) AND ((@IsNull_C0005400 = 1 AND [C0005400] IS NULL) OR ([C0005400] = @Original_C0005400)) AND ((@IsNull_C0005700 = 1 AND [C0005700] IS NULL) OR ([C0005700] = @Original_C0005700)) AND ((@IsNull_C0008100 = 1 AND [C0008100] IS NULL) OR ([C0008100] = @Original_C0008100)) AND ((@IsNull_C0008200 = 1 AND [C0008200] IS NULL) OR ([C0008200] = @Original_C0008200)) AND ((@IsNull_C0008300 = 1 AND [C0008300] IS NULL) OR ([C0008300] = @Original_C0008300)) AND ((@IsNull_C0008600 = 1 AND [C0008600] IS NULL) OR ([C0008600] = @Original_C0008600)) AND ((@IsNull_C0008700 = 1 AND [C0008700] IS NULL) OR ([C0008700] = @Original_C0008700)) AND ((@IsNull_C0008800 = 1 AND [C0008800] IS NULL) OR ([C0008800] = @Original_C0008800)) AND ((@IsNull_C0009100 = 1 AND [C0009100] IS NULL) OR ([C0009100] = @Original_C0009100)) AND ((@IsNull_C0009200 = 1 AND [C0009200] IS NULL) OR ([C0009200] = @Original_C0009200)) AND ((@IsNull_C0009300 = 1 AND [C0009300] IS NULL) OR ([C0009300] = @Original_C0009300)) AND ((@IsNull_C0009600 = 1 AND [C0009600] IS NULL) OR ([C0009600] = @Original_C0009600)) AND ((@IsNull_C0009700 = 1 AND [C0009700] IS NULL) OR ([C0009700] = @Original_C0009700)) AND ((@IsNull_C0009800 = 1 AND [C0009800] IS NULL) OR ([C0009800] = @Original_C0009800)) AND ((@IsNull_C0009900 = 1 AND [C0009900] IS NULL) OR ([C0009900] = @Original_C0009900)) AND ((@IsNull_C0010110 = 1 AND [C0010110] IS NULL) OR ([C0010110] = @Original_C0010110)) AND ((@IsNull_C0010200 = 1 AND [C0010200] IS NULL) OR ([C0010200] = @Original_C0010200)) AND ((@IsNull_C0010300 = 1 AND [C0010300] IS NULL) OR ([C0010300] = @Original_C0010300)) AND ((@IsNull_C0010400 = 1 AND [C0010400] IS NULL) OR ([C0010400] = @Original_C0010400)) AND ((@IsNull_C0010700 = 1 AND [C0010700] IS NULL) OR ([C0010700] = @Original_C0010700)) AND ((@IsNull_C0010800 = 1 AND [C0010800] IS NULL) OR ([C0010800] = @Original_C0010800)) AND ((@IsNull_C0010900 = 1 AND [C0010900] IS NULL) OR ([C0010900] = @Original_C0010900)) AND ((@IsNull_C0011110 = 1 AND [C0011110] IS NULL) OR ([C0011110] = @Original_C0011110)) AND ((@IsNull_C0011111 = 1 AND [C0011111] IS NULL) OR ([C0011111] = @Original_C0011111)) AND ((@IsNull_C0011112 = 1 AND [C0011112] IS NULL) OR ([C0011112] = @Original_C0011112)) AND ((@IsNull_C0011113 = 1 AND [C0011113] IS NULL) OR ([C0011113] = @Original_C0011113)) AND ((@IsNull_C0011114 = 1 AND [C0011114] IS NULL) OR ([C0011114] = @Original_C0011114)) AND ((@IsNull_C0011117 = 1 AND [C0011117] IS NULL) OR ([C0011117] = @Original_C0011117)) AND ((@IsNull_C0011118 = 1 AND [C0011118] IS NULL) OR ([C0011118] = @Original_C0011118)) AND ((@IsNull_C0011119 = 1 AND [C0011119] IS NULL) OR ([C0011119] = @Original_C0011119)) AND ((@IsNull_C0011122 = 1 AND [C0011122] IS NULL) OR ([C0011122] = @Original_C0011122)) AND ((@IsNull_C0011123 = 1 AND [C0011123] IS NULL) OR ([C0011123] = @Original_C0011123)) AND ((@IsNull_C0011124 = 1 AND [C0011124] IS NULL) OR ([C0011124] = @Original_C0011124)) AND ((@IsNull_C0011127 = 1 AND [C0011127] IS NULL) OR ([C0011127] = @Original_C0011127)) AND ((@IsNull_C0011128 = 1 AND [C0011128] IS NULL) OR ([C0011128] = @Original_C0011128)) AND ((@IsNull_C0011129 = 1 AND [C0011129] IS NULL) OR ([C0011129] = @Original_C0011129)) AND ((@IsNull_C0011132 = 1 AND [C0011132] IS NULL) OR ([C0011132] = @Original_C0011132)) AND ((@IsNull_C0011133 = 1 AND [C0011133] IS NULL) OR ([C0011133] = @Original_C0011133)) AND ((@IsNull_C0011134 = 1 AND [C0011134] IS NULL) OR ([C0011134] = @Original_C0011134)) AND ((@IsNull_C0011137 = 1 AND [C0011137] IS NULL) OR ([C0011137] = @Original_C0011137)) AND ((@IsNull_C0011138 = 1 AND [C0011138] IS NULL) OR ([C0011138] = @Original_C0011138)) AND ((@IsNull_C0011139 = 1 AND [C0011139] IS NULL) OR ([C0011139] = @Original_C0011139)) AND ((@IsNull_C0011142 = 1 AND [C0011142] IS NULL) OR ([C0011142] = @Original_C0011142)) AND ((@IsNull_C0011143 = 1 AND [C0011143] IS NULL) OR ([C0011143] = @Original_C0011143)) AND ((@IsNull_C0011144 = 1 AND [C0011144] IS NULL) OR ([C0011144] = @Original_C0011144)) AND ((@IsNull_C3070500 = 1 AND [C3070500] IS NULL) OR ([C3070500] = @Original_C3070500)) AND ((@IsNull_C3423600 = 1 AND [C3423600] IS NULL) OR ([C3423600] = @Original_C3423600)) AND ((@IsNull_C3601100 = 1 AND [C3601100] IS NULL) OR ([C3601100] = @Original_C3601100)) AND ((@IsNull_C3601700 = 1 AND [C3601700] IS NULL) OR ([C3601700] = @Original_C3601700)) AND ((@IsNull_C3601800 = 1 AND [C3601800] IS NULL) OR ([C3601800] = @Original_C3601800)) AND ((@IsNull_C3601900 = 1 AND [C3601900] IS NULL) OR ([C3601900] = @Original_C3601900)) AND ((@IsNull_C3605900 = 1 AND [C3605900] IS NULL) OR ([C3605900] = @Original_C3605900)) AND ((@IsNull_C3981100 = 1 AND [C3981100] IS NULL) OR ([C3981100] = @Original_C3981100)) AND ((@IsNull_C3981700 = 1 AND [C3981700] IS NULL) OR ([C3981700] = @Original_C3981700)) AND ((@IsNull_C3981800 = 1 AND [C3981800] IS NULL) OR ([C3981800] = @Original_C3981800)) AND ((@IsNull_C3981900 = 1 AND [C3981900] IS NULL) OR ([C3981900] = @Original_C3981900)) AND ((@IsNull_C5156100 = 1 AND [C5156100] IS NULL) OR ([C5156100] = @Original_C5156100)) AND ((@IsNull_C5525500 = 1 AND [C5525500] IS NULL) OR ([C5525500] = @Original_C5525500)) AND ((@IsNull_C5525600 = 1 AND [C5525600] IS NULL) OR ([C5525600] = @Original_C5525600)) AND ((@IsNull_C5525700 = 1 AND [C5525700] IS NULL) OR ([C5525700] = @Original_C5525700)) AND ((@IsNull_C5733200 = 1 AND [C5733200] IS NULL) OR ([C5733200] = @Original_C5733200)) AND ((@IsNull_C5801800 = 1 AND [C5801800] IS NULL) OR ([C5801800] = @Original_C5801800)) AND ((@IsNull_C5801900 = 1 AND [C5801900] IS NULL) OR ([C5801900] = @Original_C5801900)) AND ((@IsNull_C5802000 = 1 AND [C5802000] IS NULL) OR ([C5802000] = @Original_C5802000)) AND ((@IsNull_C6006200 = 1 AND [C6006200] IS NULL) OR ([C6006200] = @Original_C6006200)) AND ((@IsNull_Y0003200 = 1 AND [Y0003200] IS NULL) OR ([Y0003200] = @Original_Y0003200)) AND ((@IsNull_Y0007300 = 1 AND [Y0007300] IS NULL) OR ([Y0007300] = @Original_Y0007300)) AND ((@IsNull_Y0007400 = 1 AND [Y0007400] IS NULL) OR ([Y0007400] = @Original_Y0007400)) AND ((@IsNull_Y0007600 = 1 AND [Y0007600] IS NULL) OR ([Y0007600] = @Original_Y0007600)) AND ((@IsNull_Y0007601 = 1 AND [Y0007601] IS NULL) OR ([Y0007601] = @Original_Y0007601)) AND ((@IsNull_Y0008000 = 1 AND [Y0008000] IS NULL) OR ([Y0008000] = @Original_Y0008000)) AND ((@IsNull_Y0008500 = 1 AND [Y0008500] IS NULL) OR ([Y0008500] = @Original_Y0008500)) AND ((@IsNull_Y0008600 = 1 AND [Y0008600] IS NULL) OR ([Y0008600] = @Original_Y0008600)) AND ((@IsNull_Y0009400 = 1 AND [Y0009400] IS NULL) OR ([Y0009400] = @Original_Y0009400)) AND ((@IsNull_Y0394100 = 1 AND [Y0394100] IS NULL) OR ([Y0394100] = @Original_Y0394100)) AND ((@IsNull_Y0394300 = 1 AND [Y0394300] IS NULL) OR ([Y0394300] = @Original_Y0394300)) AND ((@IsNull_Y0394500 = 1 AND [Y0394500] IS NULL) OR ([Y0394500] = @Original_Y0394500)) AND ((@IsNull_Y0394501 = 1 AND [Y0394501] IS NULL) OR ([Y0394501] = @Original_Y0394501)) AND ((@IsNull_Y0394900 = 1 AND [Y0394900] IS NULL) OR ([Y0394900] = @Original_Y0394900)) AND ((@IsNull_Y0651000 = 1 AND [Y0651000] IS NULL) OR ([Y0651000] = @Original_Y0651000)) AND ((@IsNull_Y0682500 = 1 AND [Y0682500] IS NULL) OR ([Y0682500] = @Original_Y0682500)) AND ((@IsNull_Y0683800 = 1 AND [Y0683800] IS NULL) OR ([Y0683800] = @Original_Y0683800)) AND ((@IsNull_Y0683900 = 1 AND [Y0683900] IS NULL) OR ([Y0683900] = @Original_Y0683900)) AND ((@IsNull_Y0684100 = 1 AND [Y0684100] IS NULL) OR ([Y0684100] = @Original_Y0684100)) AND ((@IsNull_Y0684101 = 1 AND [Y0684101] IS NULL) OR ([Y0684101] = @Original_Y0684101)) AND ((@IsNull_Y0684500 = 1 AND [Y0684500] IS NULL) OR ([Y0684500] = @Original_Y0684500)) AND ((@IsNull_Y0947100 = 1 AND [Y0947100] IS NULL) OR ([Y0947100] = @Original_Y0947100)) AND ((@IsNull_Y0986200 = 1 AND [Y0986200] IS NULL) OR ([Y0986200] = @Original_Y0986200)) AND ((@IsNull_Y0986700 = 1 AND [Y0986700] IS NULL) OR ([Y0986700] = @Original_Y0986700)) AND ((@IsNull_Y0988800 = 1 AND [Y0988800] IS NULL) OR ([Y0988800] = @Original_Y0988800)) AND ((@IsNull_Y0988900 = 1 AND [Y0988900] IS NULL) OR ([Y0988900] = @Original_Y0988900)) AND ((@IsNull_Y0989400 = 1 AND [Y0989400] IS NULL) OR ([Y0989400] = @Original_Y0989400)) AND ((@IsNull_Y0989401 = 1 AND [Y0989401] IS NULL) OR ([Y0989401] = @Original_Y0989401)) AND ((@IsNull_Y0989900 = 1 AND [Y0989900] IS NULL) OR ([Y0989900] = @Original_Y0989900)) AND ((@IsNull_Y1229100 = 1 AND [Y1229100] IS NULL) OR ([Y1229100] = @Original_Y1229100)) AND ((@IsNull_Y1229200 = 1 AND [Y1229200] IS NULL) OR ([Y1229200] = @Original_Y1229200)) AND ((@IsNull_Y1229700 = 1 AND [Y1229700] IS NULL) OR ([Y1229700] = @Original_Y1229700)) AND ((@IsNull_Y1229701 = 1 AND [Y1229701] IS NULL) OR ([Y1229701] = @Original_Y1229701)) AND ((@IsNull_Y1264300 = 1 AND [Y1264300] IS NULL) OR ([Y1264300] = @Original_Y1264300)) AND ((@IsNull_Y1265300 = 1 AND [Y1265300] IS NULL) OR ([Y1265300] = @Original_Y1265300)) AND ((@IsNull_Y1458900 = 1 AND [Y1458900] IS NULL) OR ([Y1458900] = @Original_Y1458900)) AND ((@IsNull_Y1459400 = 1 AND [Y1459400] IS NULL) OR ([Y1459400] = @Original_Y1459400)) AND ((@IsNull_Y1459401 = 1 AND [Y1459401] IS NULL) OR ([Y1459401] = @Original_Y1459401)) AND ((@IsNull_Y1629500 = 1 AND [Y1629500] IS NULL) OR ([Y1629500] = @Original_Y1629500)) AND ((@IsNull_Y1704000 = 1 AND [Y1704000] IS NULL) OR ([Y1704000] = @Original_Y1704000)) AND ((@IsNull_Y1704500 = 1 AND [Y1704500] IS NULL) OR ([Y1704500] = @Original_Y1704500)) AND ((@IsNull_Y1704501 = 1 AND [Y1704501] IS NULL) OR ([Y1704501] = @Original_Y1704501)) AND ((@IsNull_Y1707300 = 1 AND [Y1707300] IS NULL) OR ([Y1707300] = @Original_Y1707300)) AND ((@IsNull_Y1883300 = 1 AND [Y1883300] IS NULL) OR ([Y1883300] = @Original_Y1883300)) AND ((@IsNull_Y1989500 = 1 AND [Y1989500] IS NULL) OR ([Y1989500] = @Original_Y1989500)) AND ((@IsNull_Y1990000 = 1 AND [Y1990000] IS NULL) OR ([Y1990000] = @Original_Y1990000)) AND ((@IsNull_Y1990001 = 1 AND [Y1990001] IS NULL) OR ([Y1990001] = @Original_Y1990001)) AND ((@IsNull_Y1992900 = 1 AND [Y1992900] IS NULL) OR ([Y1992900] = @Original_Y1992900)) AND ((@IsNull_Y2197500 = 1 AND [Y2197500] IS NULL) OR ([Y2197500] = @Original_Y2197500)) AND ((@IsNull_Y2308300 = 1 AND [Y2308300] IS NULL) OR ([Y2308300] = @Original_Y2308300)) AND ((@IsNull_Y2308800 = 1 AND [Y2308800] IS NULL) OR ([Y2308800] = @Original_Y2308800)) AND ((@IsNull_Y2308801 = 1 AND [Y2308801] IS NULL) OR ([Y2308801] = @Original_Y2308801)) AND ((@IsNull_Y2311700 = 1 AND [Y2311700] IS NULL) OR ([Y2311700] = @Original_Y2311700)) AND ((@IsNull_Y2531800 = 1 AND [Y2531800] IS NULL) OR ([Y2531800] = @Original_Y2531800)) AND ((@IsNull_Y2641000 = 1 AND [Y2641000] IS NULL) OR ([Y2641000] = @Original_Y2641000)) AND ((@IsNull_Y2641500 = 1 AND [Y2641500] IS NULL) OR ([Y2641500] = @Original_Y2641500)) AND ((@IsNull_Y2641501 = 1 AND [Y2641501] IS NULL) OR ([Y2641501] = @Original_Y2641501)) AND ((@IsNull_Y2644400 = 1 AND [Y2644400] IS NULL) OR ([Y2644400] = @Original_Y2644400)) AND ((@IsNull_Y2880000 = 1 AND [Y2880000] IS NULL) OR ([Y2880000] = @Original_Y2880000)) AND ((@IsNull_Y2998200 = 1 AND [Y2998200] IS NULL) OR ([Y2998200] = @Original_Y2998200)) AND ((@IsNull_Y2998700 = 1 AND [Y2998700] IS NULL) OR ([Y2998700] = @Original_Y2998700)) AND ((@IsNull_Y2998701 = 1 AND [Y2998701] IS NULL) OR ([Y2998701] = @Original_Y2998701)) AND ((@IsNull_Y3001600 = 1 AND [Y3001600] IS NULL) OR ([Y3001600] = @Original_Y3001600)) AND ((@IsNull_Y3249900 = 1 AND [Y3249900] IS NULL) OR ([Y3249900] = @Original_Y3249900))); +SELECT C0000100, C0000200, C0005300, C0005400, C0005700, C0008100, C0008200, C0008300, C0008600, C0008700, C0008800, C0009100, C0009200, C0009300, C0009600, C0009700, C0009800, C0009900, C0010110, C0010200, C0010300, C0010400, C0010700, C0010800, C0010900, C0011110, C0011111, C0011112, C0011113, C0011114, C0011117, C0011118, C0011119, C0011122, C0011123, C0011124, C0011127, C0011128, C0011129, C0011132, C0011133, C0011134, C0011137, C0011138, C0011139, C0011142, C0011143, C0011144, C3070500, C3423600, C3601100, C3601700, C3601800, C3601900, C3605900, C3981100, C3981700, C3981800, C3981900, C5156100, C5525500, C5525600, C5525700, C5733200, C5801800, C5801900, C5802000, C6006200, Y0003200, Y0007300, Y0007400, Y0007600, Y0007601, Y0008000, Y0008500, Y0008600, Y0009400, Y0394100, Y0394300, Y0394500, Y0394501, Y0394900, Y0651000, Y0682500, Y0683800, Y0683900, Y0684100, Y0684101, Y0684500, Y0947100, Y0986200, Y0986700, Y0988800, Y0988900, Y0989400, Y0989401, Y0989900, Y1229100, Y1229200, Y1229700, Y1229701, Y1264300, Y1265300, Y1458900, Y1459400, Y1459401, Y1629500, Y1704000, Y1704500, Y1704501, Y1707300, Y1883300, Y1989500, Y1990000, Y1990001, Y1992900, Y2197500, Y2308300, Y2308800, Y2308801, Y2311700, Y2531800, Y2641000, Y2641500, Y2641501, Y2644400, Y2880000, Y2998200, Y2998700, Y2998701, Y3001600, Y3249900 FROM Extract.tblGen2ImplicitFather WHERE (C0000100 = @C0000100) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -13900,7 +15149,7 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - + @@ -13952,7 +15201,7 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - + @@ -14053,7 +15302,7 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - + @@ -14160,7 +15409,7 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - + @@ -14179,7 +15428,7 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - + @@ -14194,7 +15443,7 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - + @@ -14226,229 +15475,100 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -14661,7 +15781,7 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - + @@ -14766,376 +15886,1080 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -15146,36 +16970,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -15184,76 +16978,20 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -15266,36 +17004,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -15306,32 +17014,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -15346,36 +17028,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -15386,36 +17038,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -15428,60 +17050,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -15493,37 +17061,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -15538,47 +17075,8 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + @@ -15590,37 +17088,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -15633,44 +17100,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -15681,34 +17110,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -15723,29 +17124,190 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -15756,10 +17318,6 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - @@ -15798,17 +17356,25 @@ SELECT R0000100, R0214800, R1373300, R1373400, R1373500, R1374000, R1374100, R13 - - - - + + + + + + + + + + + + \ No newline at end of file diff --git a/Base79/ImportDataSet.xss b/Base79/ImportDataSet.xss index 0c55454..118405d 100644 --- a/Base79/ImportDataSet.xss +++ b/Base79/ImportDataSet.xss @@ -4,23 +4,24 @@ Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. --> - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Base79/Response.cs b/Base79/Response.cs index e135d32..f2019e7 100644 --- a/Base79/Response.cs +++ b/Base79/Response.cs @@ -126,6 +126,7 @@ private string ConverExtractSourceToTableName( ExtractSource extractSource ) { case ExtractSource.Gen2OutcomesHeight: return _dsImport.tblGen2OutcomesHeight.TableName; case ExtractSource.Gen2OutcomesWeight: return _dsImport.tblGen2OutcomesWeight.TableName; case ExtractSource.Gen2OutcomesMath: return _dsImport.tblGen2OutcomesMath.TableName; + case ExtractSource.Gen2FatherFromGen1Death: return _dsImport.tblGen2FatherFromGen1Death.TableName; default: throw new ArgumentOutOfRangeException("extractSource", extractSource, "The Extract Source is not recognized in this function."); } } diff --git a/LinksGui/Gui79.xaml.cs b/LinksGui/Gui79.xaml.cs index 9fe3757..270d085 100644 --- a/LinksGui/Gui79.xaml.cs +++ b/LinksGui/Gui79.xaml.cs @@ -51,6 +51,7 @@ private void Window_Loaded( object sender, RoutedEventArgs e ) { LoadExtractGen2LinksFromGen1(); LoadExtractGen2ImplicitFather(); LoadExtractGen2FatherFromGen1(); + LoadExtractGen2FatherFromGen1Death(); LoadExtractGen1Outcomes(); LoadExtractGen2OutcomesHeight(); LoadExtractGen2OutcomesWeight(); @@ -113,6 +114,7 @@ private void btnSurveyTime_Click( object sender, RoutedEventArgs e ) { BA.SurveyTime surveyTime = new BA.SurveyTime(_dsLinks); string message = surveyTime.Go(); Trace.WriteLine(message); + Trace.Flush(); if( e.Source.ToString() != _combinedButtonTag ) MessageBox.Show(message); //WriteXml(_dsLinks.tblSurveyTime); } @@ -280,6 +282,10 @@ private void LoadExtractGen2FatherFromGen1( ) { BA.ImportDataSetTableAdapters.tblGen2FatherFromGen1TableAdapter ta = new BA.ImportDataSetTableAdapters.tblGen2FatherFromGen1TableAdapter(); ta.Fill(_dsImport.tblGen2FatherFromGen1); } + private void LoadExtractGen2FatherFromGen1Death( ) { + BA.ImportDataSetTableAdapters.tblGen2FatherFromGen1DeathTableAdapter ta = new BA.ImportDataSetTableAdapters.tblGen2FatherFromGen1DeathTableAdapter(); + ta.Fill(_dsImport.tblGen2FatherFromGen1Death); + } private void LoadGeocodeSanitized( ) { BA.ImportDataSetTableAdapters.tblGen1GeocodeSanitizedTableAdapter ta = new BA.ImportDataSetTableAdapters.tblGen1GeocodeSanitizedTableAdapter(); ta.Fill(_dsImport.tblGen1GeocodeSanitized); diff --git a/dal/import-79-raw.R b/dal/import-79-raw.R index 691eb17..d5ad44e 100644 --- a/dal/import-79-raw.R +++ b/dal/import-79-raw.R @@ -44,6 +44,9 @@ ds_extract <- tibble::tribble( ,"Extract" , "tblGen2OutcomesMath" , "nlsy79-gen2/Gen2OutcomesMath.csv" ,"Extract" , "tblGen2OutcomesWeight" , "nlsy79-gen2/Gen2OutcomesWeight.csv" + + ,"Extract" , "tblGen2FatherFromGen1Death" , "nlsy79-gen2/Gen2FatherFromGen1Death.csv" + # "Extract" , "tbl97Roster" , "nlsy97/97-roster.csv" ) @@ -84,7 +87,7 @@ DBI::dbGetInfo(channel_odbc) channel_rodbc <- open_dsn_channel_rodbc(study) -for( i in seq_len(nrow(ds_extract)) ) { # i <- 1L +for( i in seq_len(nrow(ds_extract)) ) { # i <- 13L message(glue::glue("Uploading from `{ds_extract$file_name[i]}` to `{ds_extract$table_name_qualified[i]}`.")) d <- readr::read_csv(ds_extract$path[i], col_types=col_types_default) @@ -156,7 +159,7 @@ for( i in seq_len(nrow(ds_extract)) ) { # i <- 1L # OuhscMunge::upload_sqls_rodbc( # d = d[1:100, ], - # table_name = ds_extract$table_name[i] , + # table_name = ds_extract$table_name_qualified[i] , # dsn_name = "local-nlsy-links-79", # clear_table = F, # create_table = T diff --git a/data-public/metadata/database/generate-db-79.sql b/data-public/metadata/database/generate-db-79.sql index ed6f264..8617660 100644 --- a/data-public/metadata/database/generate-db-79.sql +++ b/data-public/metadata/database/generate-db-79.sql @@ -324,15 +324,14 @@ GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [Archive].[tblArchiveDescription]( - [ID] [smallint] IDENTITY(1,1) NOT NULL, [AlgorithmVersion] [smallint] NOT NULL, - [Description] [text] NOT NULL, + [Description] [varchar](255) NOT NULL, [Date] [date] NULL, CONSTRAINT [PK_tblArchiveDescription] PRIMARY KEY CLUSTERED ( - [ID] ASC + [AlgorithmVersion] ASC )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY] +) ON [PRIMARY] GO SET ANSI_NULLS ON GO @@ -384,7 +383,7 @@ SET QUOTED_IDENTIFIER ON GO CREATE TABLE [Enum].[tblLUExtractSource]( [ID] [tinyint] NOT NULL, - [Label] [char](20) NOT NULL, + [Label] [char](25) NOT NULL, [Active] [varchar](5) NOT NULL, [Notes] [varchar](255) NULL, CONSTRAINT [PK_tblLUExtractSource] PRIMARY KEY CLUSTERED @@ -1388,69 +1387,50 @@ SET QUOTED_IDENTIFIER ON GO CREATE TABLE [Extract].[tblGen2FatherFromGen1]( [R0000100] [int] NOT NULL, + [R0173600] [int] NULL, + [R0214700] [int] NULL, [R0214800] [int] NULL, [R1373300] [int] NULL, - [R1373400] [int] NULL, [R1373500] [int] NULL, [R1374000] [int] NULL, - [R1374100] [int] NULL, [R1374200] [int] NULL, [R1374700] [int] NULL, - [R1374800] [int] NULL, [R1374900] [int] NULL, [R1375400] [int] NULL, - [R1375500] [int] NULL, [R1375600] [int] NULL, [R1376100] [int] NULL, - [R1376200] [int] NULL, [R1376300] [int] NULL, [R1376800] [int] NULL, - [R1376900] [int] NULL, [R1377000] [int] NULL, [R1377500] [int] NULL, - [R1377600] [int] NULL, [R1377700] [int] NULL, [R1753700] [int] NULL, - [R1753800] [int] NULL, [R1753900] [int] NULL, [R1754400] [int] NULL, - [R1754500] [int] NULL, [R1754600] [int] NULL, [R1755100] [int] NULL, - [R1755200] [int] NULL, [R1755300] [int] NULL, [R1755800] [int] NULL, - [R1755900] [int] NULL, [R1756000] [int] NULL, [R1756500] [int] NULL, - [R1756600] [int] NULL, [R1756700] [int] NULL, [R1757200] [int] NULL, - [R1757300] [int] NULL, [R1757400] [int] NULL, [R1757900] [int] NULL, - [R1758000] [int] NULL, [R1758100] [int] NULL, [R2095700] [int] NULL, - [R2095800] [int] NULL, [R2095900] [int] NULL, [R2096400] [int] NULL, - [R2096500] [int] NULL, [R2096600] [int] NULL, [R2097100] [int] NULL, - [R2097200] [int] NULL, [R2097300] [int] NULL, [R2097800] [int] NULL, - [R2097900] [int] NULL, [R2098000] [int] NULL, [R2098500] [int] NULL, - [R2098600] [int] NULL, [R2098700] [int] NULL, [R2099200] [int] NULL, - [R2099300] [int] NULL, [R2099400] [int] NULL, [R2099900] [int] NULL, - [R2100000] [int] NULL, [R2100100] [int] NULL, [R2345900] [int] NULL, [R2346200] [int] NULL, @@ -1460,25 +1440,18 @@ CREATE TABLE [Extract].[tblGen2FatherFromGen1]( [R2347400] [int] NULL, [R2347700] [int] NULL, [R2648000] [int] NULL, - [R2648100] [int] NULL, [R2648200] [int] NULL, [R2648700] [int] NULL, - [R2648800] [int] NULL, [R2648900] [int] NULL, [R2649400] [int] NULL, - [R2649500] [int] NULL, [R2649600] [int] NULL, [R2650100] [int] NULL, - [R2650200] [int] NULL, [R2650300] [int] NULL, [R2650800] [int] NULL, - [R2650900] [int] NULL, [R2651000] [int] NULL, [R2651500] [int] NULL, - [R2651600] [int] NULL, [R2651700] [int] NULL, [R2652200] [int] NULL, - [R2652300] [int] NULL, [R2652400] [int] NULL, [R2955900] [int] NULL, [R2956200] [int] NULL, @@ -1488,119 +1461,78 @@ CREATE TABLE [Extract].[tblGen2FatherFromGen1]( [R2957400] [int] NULL, [R2957700] [int] NULL, [R3255900] [int] NULL, - [R3256000] [int] NULL, [R3256100] [int] NULL, [R3257700] [int] NULL, - [R3257800] [int] NULL, [R3257900] [int] NULL, [R3259500] [int] NULL, - [R3259600] [int] NULL, [R3259700] [int] NULL, [R3261300] [int] NULL, - [R3261400] [int] NULL, [R3261500] [int] NULL, [R3263100] [int] NULL, - [R3263200] [int] NULL, [R3263300] [int] NULL, [R3264900] [int] NULL, - [R3265000] [int] NULL, [R3265100] [int] NULL, [R3266700] [int] NULL, - [R3266800] [int] NULL, [R3266900] [int] NULL, [R3268500] [int] NULL, [R3556400] [int] NULL, [R3557000] [int] NULL, [R3557600] [int] NULL, [R3771800] [int] NULL, - [R3771900] [int] NULL, [R3772000] [int] NULL, [R3772100] [int] NULL, - [R3772200] [int] NULL, - [R3772300] [int] NULL, [R3772400] [int] NULL, [R3773900] [int] NULL, - [R3774000] [int] NULL, [R3774100] [int] NULL, [R3774200] [int] NULL, - [R3774300] [int] NULL, - [R3774400] [int] NULL, [R3774500] [int] NULL, [R3776000] [int] NULL, - [R3776100] [int] NULL, [R3776200] [int] NULL, [R3776300] [int] NULL, - [R3776400] [int] NULL, - [R3776500] [int] NULL, [R3776600] [int] NULL, [R3778100] [int] NULL, - [R3778200] [int] NULL, [R3778300] [int] NULL, [R3778400] [int] NULL, - [R3778500] [int] NULL, - [R3778600] [int] NULL, [R3778700] [int] NULL, [R3780200] [int] NULL, - [R3780300] [int] NULL, [R3780400] [int] NULL, [R3780500] [int] NULL, - [R3780600] [int] NULL, - [R3780700] [int] NULL, [R3780800] [int] NULL, [R3782300] [int] NULL, - [R3782400] [int] NULL, [R3782500] [int] NULL, [R3782600] [int] NULL, [R3782900] [int] NULL, [R3784400] [int] NULL, - [R3784500] [int] NULL, [R3784600] [int] NULL, [R3784700] [int] NULL, [R3785000] [int] NULL, [R3786500] [int] NULL, [R3788004] [int] NULL, [R4276800] [int] NULL, - [R4276900] [int] NULL, [R4277000] [int] NULL, [R4277100] [int] NULL, [R4277101] [int] NULL, - [R4277200] [int] NULL, - [R4277201] [int] NULL, [R4277700] [int] NULL, - [R4277800] [int] NULL, [R4277900] [int] NULL, [R4278000] [int] NULL, [R4278001] [int] NULL, - [R4278100] [int] NULL, - [R4278101] [int] NULL, [R4278600] [int] NULL, - [R4278700] [int] NULL, [R4278800] [int] NULL, [R4278900] [int] NULL, [R4278901] [int] NULL, - [R4279000] [int] NULL, - [R4279001] [int] NULL, [R4279500] [int] NULL, - [R4279600] [int] NULL, [R4279700] [int] NULL, [R4279800] [int] NULL, [R4279801] [int] NULL, - [R4279900] [int] NULL, - [R4279901] [int] NULL, [R4280400] [int] NULL, - [R4280500] [int] NULL, [R4280600] [int] NULL, [R4280700] [int] NULL, [R4280701] [int] NULL, - [R4280800] [int] NULL, - [R4280801] [int] NULL, [R4281300] [int] NULL, - [R4281400] [int] NULL, [R4281500] [int] NULL, [R4281600] [int] NULL, [R4281601] [int] NULL, [R4282100] [int] NULL, - [R4282200] [int] NULL, [R4282300] [int] NULL, [R4282400] [int] NULL, [R4282401] [int] NULL, @@ -1609,119 +1541,82 @@ CREATE TABLE [Extract].[tblGen2FatherFromGen1]( [R4283100] [int] NULL, [R4283600] [int] NULL, [R4827600] [int] NULL, - [R4827700] [int] NULL, [R4827800] [int] NULL, [R4827900] [int] NULL, [R4827901] [int] NULL, - [R4828000] [int] NULL, - [R4828001] [int] NULL, [R4828100] [int] NULL, [R4830600] [int] NULL, - [R4830700] [int] NULL, [R4830800] [int] NULL, [R4830900] [int] NULL, [R4830901] [int] NULL, - [R4831000] [int] NULL, - [R4831001] [int] NULL, [R4831100] [int] NULL, [R4833600] [int] NULL, - [R4833700] [int] NULL, [R4833800] [int] NULL, [R4833900] [int] NULL, [R4833901] [int] NULL, - [R4834000] [int] NULL, - [R4834001] [int] NULL, [R4834100] [int] NULL, [R4836600] [int] NULL, - [R4836700] [int] NULL, [R4836800] [int] NULL, [R4836900] [int] NULL, [R4836901] [int] NULL, - [R4837000] [int] NULL, - [R4837001] [int] NULL, [R4837100] [int] NULL, [R4839600] [int] NULL, - [R4839700] [int] NULL, [R4839800] [int] NULL, [R4839900] [int] NULL, [R4839901] [int] NULL, - [R4840000] [int] NULL, - [R4840001] [int] NULL, [R4840100] [int] NULL, [R4842500] [int] NULL, - [R4842600] [int] NULL, [R4842700] [int] NULL, [R4842800] [int] NULL, [R4842801] [int] NULL, [R4842900] [int] NULL, [R4844800] [int] NULL, - [R4844900] [int] NULL, [R4845000] [int] NULL, [R4845100] [int] NULL, [R4845101] [int] NULL, [R4845200] [int] NULL, [R4847100] [int] NULL, - [R4847200] [int] NULL, [R4847300] [int] NULL, [R4847400] [int] NULL, [R5498000] [int] NULL, - [R5498100] [int] NULL, [R5498200] [int] NULL, [R5498300] [int] NULL, [R5498301] [int] NULL, - [R5498400] [int] NULL, - [R5498401] [int] NULL, [R5498500] [int] NULL, [R5501000] [int] NULL, - [R5501100] [int] NULL, [R5501200] [int] NULL, [R5501300] [int] NULL, [R5501301] [int] NULL, - [R5501400] [int] NULL, - [R5501401] [int] NULL, [R5501500] [int] NULL, [R5504000] [int] NULL, - [R5504100] [int] NULL, [R5504200] [int] NULL, [R5504300] [int] NULL, [R5504301] [int] NULL, - [R5504400] [int] NULL, - [R5504401] [int] NULL, [R5504500] [int] NULL, [R5507000] [int] NULL, - [R5507100] [int] NULL, [R5507200] [int] NULL, [R5507300] [int] NULL, [R5507301] [int] NULL, - [R5507400] [int] NULL, - [R5507401] [int] NULL, [R5507500] [int] NULL, [R5510000] [int] NULL, - [R5510100] [int] NULL, [R5510200] [int] NULL, [R5510300] [int] NULL, [R5510301] [int] NULL, - [R5510400] [int] NULL, - [R5510401] [int] NULL, [R5510500] [int] NULL, [R5513000] [int] NULL, - [R5513100] [int] NULL, [R5513200] [int] NULL, [R5513300] [int] NULL, [R5513301] [int] NULL, [R5513400] [int] NULL, [R5515300] [int] NULL, - [R5515400] [int] NULL, [R5515500] [int] NULL, [R5515600] [int] NULL, [R5515601] [int] NULL, [R5515700] [int] NULL, [R5517600] [int] NULL, - [R5517700] [int] NULL, [R5517800] [int] NULL, [R5517900] [int] NULL, [R5519800] [int] NULL, - [R5519900] [int] NULL, [R5520000] [int] NULL, [R5520100] [int] NULL, [R5520101] [int] NULL, @@ -1736,16 +1631,6 @@ CREATE TABLE [Extract].[tblGen2FatherFromGen1]( [R6219100] [int] NULL, [R6219200] [int] NULL, [R6219300] [int] NULL, - [R6219500] [int] NULL, - [R6219600] [int] NULL, - [R6219700] [int] NULL, - [R6219800] [int] NULL, - [R6219900] [int] NULL, - [R6220000] [int] NULL, - [R6220100] [int] NULL, - [R6220200] [int] NULL, - [R6220300] [int] NULL, - [R6220400] [int] NULL, [R6220600] [int] NULL, [R6220700] [int] NULL, [R6220800] [int] NULL, @@ -1776,18 +1661,6 @@ CREATE TABLE [Extract].[tblGen2FatherFromGen1]( [R6222501] [int] NULL, [R6222600] [int] NULL, [R6222601] [int] NULL, - [R6222800] [int] NULL, - [R6222801] [int] NULL, - [R6222900] [int] NULL, - [R6222901] [int] NULL, - [R6223000] [int] NULL, - [R6223001] [int] NULL, - [R6223100] [int] NULL, - [R6223101] [int] NULL, - [R6223200] [int] NULL, - [R6223201] [int] NULL, - [R6223300] [int] NULL, - [R6223301] [int] NULL, [R6223400] [int] NULL, [R6223500] [int] NULL, [R6223600] [int] NULL, @@ -1818,16 +1691,6 @@ CREATE TABLE [Extract].[tblGen2FatherFromGen1]( [R6773200] [int] NULL, [R6773300] [int] NULL, [R6773400] [int] NULL, - [R6773500] [int] NULL, - [R6773600] [int] NULL, - [R6773700] [int] NULL, - [R6773800] [int] NULL, - [R6773900] [int] NULL, - [R6774000] [int] NULL, - [R6774100] [int] NULL, - [R6774200] [int] NULL, - [R6774300] [int] NULL, - [R6774400] [int] NULL, [R6774500] [int] NULL, [R6774600] [int] NULL, [R6774700] [int] NULL, @@ -1854,18 +1717,6 @@ CREATE TABLE [Extract].[tblGen2FatherFromGen1]( [R6776101] [int] NULL, [R6776200] [int] NULL, [R6776201] [int] NULL, - [R6776300] [int] NULL, - [R6776301] [int] NULL, - [R6776400] [int] NULL, - [R6776401] [int] NULL, - [R6776500] [int] NULL, - [R6776501] [int] NULL, - [R6776600] [int] NULL, - [R6776601] [int] NULL, - [R6776700] [int] NULL, - [R6776701] [int] NULL, - [R6776800] [int] NULL, - [R6776801] [int] NULL, [R6776900] [int] NULL, [R6777000] [int] NULL, [R6777100] [int] NULL, @@ -1896,16 +1747,6 @@ CREATE TABLE [Extract].[tblGen2FatherFromGen1]( [R7417600] [int] NULL, [R7417700] [int] NULL, [R7417800] [int] NULL, - [R7417900] [int] NULL, - [R7418000] [int] NULL, - [R7418100] [int] NULL, - [R7418200] [int] NULL, - [R7418300] [int] NULL, - [R7418400] [int] NULL, - [R7418500] [int] NULL, - [R7418600] [int] NULL, - [R7418700] [int] NULL, - [R7418800] [int] NULL, [R7418900] [int] NULL, [R7419000] [int] NULL, [R7419100] [int] NULL, @@ -1932,20 +1773,6 @@ CREATE TABLE [Extract].[tblGen2FatherFromGen1]( [R7420501] [int] NULL, [R7420600] [int] NULL, [R7420601] [int] NULL, - [R7420700] [int] NULL, - [R7420701] [int] NULL, - [R7420800] [int] NULL, - [R7420801] [int] NULL, - [R7420900] [int] NULL, - [R7420901] [int] NULL, - [R7421000] [int] NULL, - [R7421001] [int] NULL, - [R7421100] [int] NULL, - [R7421101] [int] NULL, - [R7421200] [int] NULL, - [R7421201] [int] NULL, - [R7421300] [int] NULL, - [R7421301] [int] NULL, [R7421400] [int] NULL, [R7421500] [int] NULL, [R7421600] [int] NULL, @@ -1976,16 +1803,6 @@ CREATE TABLE [Extract].[tblGen2FatherFromGen1]( [R8115700] [int] NULL, [R8115800] [int] NULL, [R8115900] [int] NULL, - [R8116000] [int] NULL, - [R8116100] [int] NULL, - [R8116200] [int] NULL, - [R8116300] [int] NULL, - [R8116400] [int] NULL, - [R8116500] [int] NULL, - [R8116600] [int] NULL, - [R8116700] [int] NULL, - [R8116800] [int] NULL, - [R8116900] [int] NULL, [R8117000] [int] NULL, [R8117100] [int] NULL, [R8117200] [int] NULL, @@ -2016,18 +1833,6 @@ CREATE TABLE [Extract].[tblGen2FatherFromGen1]( [R8118801] [int] NULL, [R8118900] [int] NULL, [R8118901] [int] NULL, - [R8119000] [int] NULL, - [R8119001] [int] NULL, - [R8119100] [int] NULL, - [R8119101] [int] NULL, - [R8119200] [int] NULL, - [R8119201] [int] NULL, - [R8119300] [int] NULL, - [R8119301] [int] NULL, - [R8119400] [int] NULL, - [R8119401] [int] NULL, - [R8119500] [int] NULL, - [R8119501] [int] NULL, [R8119600] [int] NULL, [R8119700] [int] NULL, [R8119800] [int] NULL, @@ -2082,17 +1887,6 @@ CREATE TABLE [Extract].[tblGen2FatherFromGen1]( [T0347600] [int] NULL, [T0347700] [int] NULL, [T0347800] [int] NULL, - [T0347900] [int] NULL, - [T0348000] [int] NULL, - [T0348100] [int] NULL, - [T0348200] [int] NULL, - [T0348300] [int] NULL, - [T0348400] [int] NULL, - [T0348500] [int] NULL, - [T0348600] [int] NULL, - [T0348700] [int] NULL, - [T0348800] [int] NULL, - [T0348900] [int] NULL, [T0349000] [int] NULL, [T0349100] [int] NULL, [T0349200] [int] NULL, @@ -2124,22 +1918,6 @@ CREATE TABLE [Extract].[tblGen2FatherFromGen1]( [T0350901] [int] NULL, [T0351000] [int] NULL, [T0351001] [int] NULL, - [T0351100] [int] NULL, - [T0351101] [int] NULL, - [T0351200] [int] NULL, - [T0351201] [int] NULL, - [T0351300] [int] NULL, - [T0351301] [int] NULL, - [T0351400] [int] NULL, - [T0351401] [int] NULL, - [T0351500] [int] NULL, - [T0351501] [int] NULL, - [T0351600] [int] NULL, - [T0351601] [int] NULL, - [T0351700] [int] NULL, - [T0351701] [int] NULL, - [T0351800] [int] NULL, - [T0351801] [int] NULL, [T0351900] [int] NULL, [T0352000] [int] NULL, [T0352100] [int] NULL, @@ -2179,17 +1957,6 @@ CREATE TABLE [Extract].[tblGen2FatherFromGen1]( [T1497000] [int] NULL, [T1497100] [int] NULL, [T1497200] [int] NULL, - [T1497300] [int] NULL, - [T1497400] [int] NULL, - [T1497500] [int] NULL, - [T1497600] [int] NULL, - [T1497700] [int] NULL, - [T1497800] [int] NULL, - [T1497900] [int] NULL, - [T1498000] [int] NULL, - [T1498100] [int] NULL, - [T1498200] [int] NULL, - [T1498300] [int] NULL, [T1498400] [int] NULL, [T1498500] [int] NULL, [T1498600] [int] NULL, @@ -2221,18 +1988,6 @@ CREATE TABLE [Extract].[tblGen2FatherFromGen1]( [T1500301] [int] NULL, [T1500400] [int] NULL, [T1500401] [int] NULL, - [T1500500] [int] NULL, - [T1500501] [int] NULL, - [T1500600] [int] NULL, - [T1500601] [int] NULL, - [T1500700] [int] NULL, - [T1500701] [int] NULL, - [T1500800] [int] NULL, - [T1500801] [int] NULL, - [T1500900] [int] NULL, - [T1500901] [int] NULL, - [T1501000] [int] NULL, - [T1501001] [int] NULL, [T1501100] [int] NULL, [T1501200] [int] NULL, [T1501300] [int] NULL, @@ -2271,16 +2026,6 @@ CREATE TABLE [Extract].[tblGen2FatherFromGen1]( [T2542900] [int] NULL, [T2543000] [int] NULL, [T2543100] [int] NULL, - [T2543200] [int] NULL, - [T2543300] [int] NULL, - [T2543400] [int] NULL, - [T2543500] [int] NULL, - [T2543600] [int] NULL, - [T2543700] [int] NULL, - [T2543800] [int] NULL, - [T2543900] [int] NULL, - [T2544000] [int] NULL, - [T2544100] [int] NULL, [T2544200] [int] NULL, [T2544300] [int] NULL, [T2544400] [int] NULL, @@ -2309,20 +2054,6 @@ CREATE TABLE [Extract].[tblGen2FatherFromGen1]( [T2545901] [int] NULL, [T2546000] [int] NULL, [T2546001] [int] NULL, - [T2546100] [int] NULL, - [T2546101] [int] NULL, - [T2546200] [int] NULL, - [T2546201] [int] NULL, - [T2546300] [int] NULL, - [T2546301] [int] NULL, - [T2546400] [int] NULL, - [T2546401] [int] NULL, - [T2546500] [int] NULL, - [T2546501] [int] NULL, - [T2546600] [int] NULL, - [T2546601] [int] NULL, - [T2546700] [int] NULL, - [T2546701] [int] NULL, [T2546800] [int] NULL, [T2546900] [int] NULL, [T2547000] [int] NULL, @@ -2340,12 +2071,450 @@ CREATE TABLE [Extract].[tblGen2FatherFromGen1]( [T2763800] [int] NULL, [T2763900] [int] NULL, [T2764000] [int] NULL, + [T3527500] [int] NULL, + [T3527600] [int] NULL, + [T3527700] [int] NULL, + [T3527800] [int] NULL, + [T3527900] [int] NULL, + [T3528000] [int] NULL, + [T3528100] [int] NULL, + [T3528200] [int] NULL, + [T3528300] [int] NULL, + [T3528400] [int] NULL, + [T3530500] [int] NULL, + [T3530600] [int] NULL, + [T3530700] [int] NULL, + [T3530800] [int] NULL, + [T3530900] [int] NULL, + [T3531000] [int] NULL, + [T3531100] [int] NULL, + [T3531200] [int] NULL, + [T3531300] [int] NULL, + [T3531400] [int] NULL, + [T3531500] [int] NULL, + [T3531501] [int] NULL, + [T3531600] [int] NULL, + [T3531601] [int] NULL, + [T3531700] [int] NULL, + [T3531701] [int] NULL, + [T3531800] [int] NULL, + [T3531801] [int] NULL, + [T3531900] [int] NULL, + [T3531901] [int] NULL, + [T3532000] [int] NULL, + [T3532001] [int] NULL, + [T3532100] [int] NULL, + [T3532101] [int] NULL, + [T3532200] [int] NULL, + [T3532201] [int] NULL, + [T3532300] [int] NULL, + [T3532301] [int] NULL, + [T3532400] [int] NULL, + [T3532401] [int] NULL, + [T3533200] [int] NULL, + [T3533300] [int] NULL, + [T3533400] [int] NULL, + [T3533500] [int] NULL, + [T3533600] [int] NULL, + [T3533700] [int] NULL, + [T3533800] [int] NULL, + [T3533900] [int] NULL, + [T3534000] [int] NULL, + [T3534100] [int] NULL, [T3729600] [int] NULL, [T3729700] [int] NULL, [T3729800] [int] NULL, [T3729900] [int] NULL, [T3730000] [int] NULL, - [T3730100] [int] NULL + [T3730100] [int] NULL, + [T4496200] [int] NULL, + [T4496300] [int] NULL, + [T4496400] [int] NULL, + [T4496500] [int] NULL, + [T4496600] [int] NULL, + [T4496700] [int] NULL, + [T4496800] [int] NULL, + [T4496900] [int] NULL, + [T4497000] [int] NULL, + [T4497100] [int] NULL, + [T4500700] [int] NULL, + [T4500800] [int] NULL, + [T4500900] [int] NULL, + [T4501000] [int] NULL, + [T4501100] [int] NULL, + [T4501200] [int] NULL, + [T4501300] [int] NULL, + [T4501400] [int] NULL, + [T4501500] [int] NULL, + [T4501600] [int] NULL, + [T4501700] [int] NULL, + [T4501701] [int] NULL, + [T4501800] [int] NULL, + [T4501801] [int] NULL, + [T4501900] [int] NULL, + [T4501901] [int] NULL, + [T4502000] [int] NULL, + [T4502001] [int] NULL, + [T4502100] [int] NULL, + [T4502101] [int] NULL, + [T4502200] [int] NULL, + [T4502201] [int] NULL, + [T4502300] [int] NULL, + [T4502301] [int] NULL, + [T4502400] [int] NULL, + [T4502401] [int] NULL, + [T4502500] [int] NULL, + [T4502501] [int] NULL, + [T4502600] [int] NULL, + [T4502601] [int] NULL, + [T4504900] [int] NULL, + [T4505000] [int] NULL, + [T4505100] [int] NULL, + [T4505200] [int] NULL, + [T4505300] [int] NULL, + [T4505400] [int] NULL, + [T4505500] [int] NULL, + [T4505600] [int] NULL, + [T4505700] [int] NULL, + [T4505800] [int] NULL, + [T4703500] [int] NULL, + [T4703600] [int] NULL, + [T4703700] [int] NULL, + [T4703800] [int] NULL, + [T4703900] [int] NULL, + [T4704000] [int] NULL, + CONSTRAINT [PK_tblGen2FatherFromGen1] PRIMARY KEY CLUSTERED +( + [R0000100] ASC +)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] +) ON [PRIMARY] +GO +SET ANSI_NULLS ON +GO +SET QUOTED_IDENTIFIER ON +GO +CREATE TABLE [Extract].[tblGen2FatherFromGen1Death]( + [R0000100] [int] NOT NULL, + [R1373400] [int] NULL, + [R1374100] [int] NULL, + [R1374800] [int] NULL, + [R1375500] [int] NULL, + [R1376200] [int] NULL, + [R1376900] [int] NULL, + [R1377600] [int] NULL, + [R1753800] [int] NULL, + [R1754500] [int] NULL, + [R1755200] [int] NULL, + [R1755900] [int] NULL, + [R1756600] [int] NULL, + [R1757300] [int] NULL, + [R1758000] [int] NULL, + [R2095800] [int] NULL, + [R2096500] [int] NULL, + [R2097200] [int] NULL, + [R2097900] [int] NULL, + [R2098600] [int] NULL, + [R2099300] [int] NULL, + [R2100000] [int] NULL, + [R2648100] [int] NULL, + [R2648800] [int] NULL, + [R2649500] [int] NULL, + [R2650200] [int] NULL, + [R2650900] [int] NULL, + [R2651600] [int] NULL, + [R2652300] [int] NULL, + [R3256000] [int] NULL, + [R3257800] [int] NULL, + [R3259600] [int] NULL, + [R3261400] [int] NULL, + [R3263200] [int] NULL, + [R3265000] [int] NULL, + [R3266800] [int] NULL, + [R3771900] [int] NULL, + [R3772200] [int] NULL, + [R3772300] [int] NULL, + [R3774000] [int] NULL, + [R3774300] [int] NULL, + [R3774400] [int] NULL, + [R3776100] [int] NULL, + [R3776400] [int] NULL, + [R3776500] [int] NULL, + [R3778200] [int] NULL, + [R3778500] [int] NULL, + [R3778600] [int] NULL, + [R3780300] [int] NULL, + [R3780600] [int] NULL, + [R3780700] [int] NULL, + [R3782400] [int] NULL, + [R3784500] [int] NULL, + [R4276900] [int] NULL, + [R4277200] [int] NULL, + [R4277201] [int] NULL, + [R4277800] [int] NULL, + [R4278100] [int] NULL, + [R4278101] [int] NULL, + [R4278700] [int] NULL, + [R4279000] [int] NULL, + [R4279001] [int] NULL, + [R4279600] [int] NULL, + [R4279900] [int] NULL, + [R4279901] [int] NULL, + [R4280500] [int] NULL, + [R4280800] [int] NULL, + [R4280801] [int] NULL, + [R4281400] [int] NULL, + [R4282200] [int] NULL, + [R4827700] [int] NULL, + [R4828000] [int] NULL, + [R4828001] [int] NULL, + [R4830700] [int] NULL, + [R4831000] [int] NULL, + [R4831001] [int] NULL, + [R4833700] [int] NULL, + [R4834000] [int] NULL, + [R4834001] [int] NULL, + [R4836700] [int] NULL, + [R4837000] [int] NULL, + [R4837001] [int] NULL, + [R4839700] [int] NULL, + [R4840000] [int] NULL, + [R4840001] [int] NULL, + [R4842600] [int] NULL, + [R4844900] [int] NULL, + [R4847200] [int] NULL, + [R5498100] [int] NULL, + [R5498400] [int] NULL, + [R5498401] [int] NULL, + [R5501100] [int] NULL, + [R5501400] [int] NULL, + [R5501401] [int] NULL, + [R5504100] [int] NULL, + [R5504400] [int] NULL, + [R5504401] [int] NULL, + [R5507100] [int] NULL, + [R5507400] [int] NULL, + [R5507401] [int] NULL, + [R5510100] [int] NULL, + [R5510400] [int] NULL, + [R5510401] [int] NULL, + [R5513100] [int] NULL, + [R5515400] [int] NULL, + [R5517700] [int] NULL, + [R5519900] [int] NULL, + [R6219500] [int] NULL, + [R6219600] [int] NULL, + [R6219700] [int] NULL, + [R6219800] [int] NULL, + [R6219900] [int] NULL, + [R6220000] [int] NULL, + [R6220100] [int] NULL, + [R6220200] [int] NULL, + [R6220300] [int] NULL, + [R6220400] [int] NULL, + [R6222800] [int] NULL, + [R6222801] [int] NULL, + [R6222900] [int] NULL, + [R6222901] [int] NULL, + [R6223000] [int] NULL, + [R6223001] [int] NULL, + [R6223100] [int] NULL, + [R6223101] [int] NULL, + [R6223200] [int] NULL, + [R6223201] [int] NULL, + [R6223300] [int] NULL, + [R6223301] [int] NULL, + [R6773500] [int] NULL, + [R6773600] [int] NULL, + [R6773700] [int] NULL, + [R6773800] [int] NULL, + [R6773900] [int] NULL, + [R6774000] [int] NULL, + [R6774100] [int] NULL, + [R6774200] [int] NULL, + [R6774300] [int] NULL, + [R6774400] [int] NULL, + [R6776300] [int] NULL, + [R6776301] [int] NULL, + [R6776400] [int] NULL, + [R6776401] [int] NULL, + [R6776500] [int] NULL, + [R6776501] [int] NULL, + [R6776600] [int] NULL, + [R6776601] [int] NULL, + [R6776700] [int] NULL, + [R6776701] [int] NULL, + [R6776800] [int] NULL, + [R6776801] [int] NULL, + [R7417900] [int] NULL, + [R7418000] [int] NULL, + [R7418100] [int] NULL, + [R7418200] [int] NULL, + [R7418300] [int] NULL, + [R7418400] [int] NULL, + [R7418500] [int] NULL, + [R7418600] [int] NULL, + [R7418700] [int] NULL, + [R7418800] [int] NULL, + [R7420700] [int] NULL, + [R7420701] [int] NULL, + [R7420800] [int] NULL, + [R7420801] [int] NULL, + [R7420900] [int] NULL, + [R7420901] [int] NULL, + [R7421000] [int] NULL, + [R7421001] [int] NULL, + [R7421100] [int] NULL, + [R7421101] [int] NULL, + [R7421200] [int] NULL, + [R7421201] [int] NULL, + [R7421300] [int] NULL, + [R7421301] [int] NULL, + [R8116000] [int] NULL, + [R8116100] [int] NULL, + [R8116200] [int] NULL, + [R8116300] [int] NULL, + [R8116400] [int] NULL, + [R8116500] [int] NULL, + [R8116600] [int] NULL, + [R8116700] [int] NULL, + [R8116800] [int] NULL, + [R8116900] [int] NULL, + [R8119000] [int] NULL, + [R8119001] [int] NULL, + [R8119100] [int] NULL, + [R8119101] [int] NULL, + [R8119200] [int] NULL, + [R8119201] [int] NULL, + [R8119300] [int] NULL, + [R8119301] [int] NULL, + [R8119400] [int] NULL, + [R8119401] [int] NULL, + [R8119500] [int] NULL, + [R8119501] [int] NULL, + [T0347900] [int] NULL, + [T0348000] [int] NULL, + [T0348100] [int] NULL, + [T0348200] [int] NULL, + [T0348300] [int] NULL, + [T0348400] [int] NULL, + [T0348500] [int] NULL, + [T0348600] [int] NULL, + [T0348700] [int] NULL, + [T0348800] [int] NULL, + [T0348900] [int] NULL, + [T0351100] [int] NULL, + [T0351101] [int] NULL, + [T0351200] [int] NULL, + [T0351201] [int] NULL, + [T0351300] [int] NULL, + [T0351301] [int] NULL, + [T0351400] [int] NULL, + [T0351401] [int] NULL, + [T0351500] [int] NULL, + [T0351501] [int] NULL, + [T0351600] [int] NULL, + [T0351601] [int] NULL, + [T0351700] [int] NULL, + [T0351701] [int] NULL, + [T0351800] [int] NULL, + [T0351801] [int] NULL, + [T1497300] [int] NULL, + [T1497400] [int] NULL, + [T1497500] [int] NULL, + [T1497600] [int] NULL, + [T1497700] [int] NULL, + [T1497800] [int] NULL, + [T1497900] [int] NULL, + [T1498000] [int] NULL, + [T1498100] [int] NULL, + [T1498200] [int] NULL, + [T1498300] [int] NULL, + [T1500500] [int] NULL, + [T1500501] [int] NULL, + [T1500600] [int] NULL, + [T1500601] [int] NULL, + [T1500700] [int] NULL, + [T1500701] [int] NULL, + [T1500800] [int] NULL, + [T1500801] [int] NULL, + [T1500900] [int] NULL, + [T1500901] [int] NULL, + [T1501000] [int] NULL, + [T1501001] [int] NULL, + [T2543200] [int] NULL, + [T2543300] [int] NULL, + [T2543400] [int] NULL, + [T2543500] [int] NULL, + [T2543600] [int] NULL, + [T2543700] [int] NULL, + [T2543800] [int] NULL, + [T2543900] [int] NULL, + [T2544000] [int] NULL, + [T2544100] [int] NULL, + [T2546100] [int] NULL, + [T2546101] [int] NULL, + [T2546200] [int] NULL, + [T2546201] [int] NULL, + [T2546300] [int] NULL, + [T2546301] [int] NULL, + [T2546400] [int] NULL, + [T2546401] [int] NULL, + [T2546500] [int] NULL, + [T2546501] [int] NULL, + [T2546600] [int] NULL, + [T2546601] [int] NULL, + [T2546700] [int] NULL, + [T2546701] [int] NULL, + [T3529500] [int] NULL, + [T3529600] [int] NULL, + [T3529700] [int] NULL, + [T3529800] [int] NULL, + [T3529900] [int] NULL, + [T3530000] [int] NULL, + [T3530100] [int] NULL, + [T3530200] [int] NULL, + [T3530300] [int] NULL, + [T3530400] [int] NULL, + [T3532500] [int] NULL, + [T3532501] [int] NULL, + [T3532600] [int] NULL, + [T3532601] [int] NULL, + [T3532700] [int] NULL, + [T3532701] [int] NULL, + [T3532800] [int] NULL, + [T3532801] [int] NULL, + [T3532900] [int] NULL, + [T3532901] [int] NULL, + [T3533000] [int] NULL, + [T3533001] [int] NULL, + [T3533100] [int] NULL, + [T3533101] [int] NULL, + [T4498100] [int] NULL, + [T4498200] [int] NULL, + [T4498300] [int] NULL, + [T4498400] [int] NULL, + [T4498500] [int] NULL, + [T4498600] [int] NULL, + [T4498700] [int] NULL, + [T4498800] [int] NULL, + [T4498900] [int] NULL, + [T4499000] [int] NULL, + [T4503700] [int] NULL, + [T4503701] [int] NULL, + [T4503800] [int] NULL, + [T4503801] [int] NULL, + [T4503900] [int] NULL, + [T4503901] [int] NULL, + [T4504000] [int] NULL, + [T4504001] [int] NULL, + [T4504100] [int] NULL, + [T4504101] [int] NULL, + [T4504200] [int] NULL, + [T4504201] [int] NULL, + CONSTRAINT [PK_tblGen2FatherFromGen1Death] PRIMARY KEY CLUSTERED +( + [R0000100] ASC +)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY] GO SET ANSI_NULLS ON @@ -2412,6 +2581,15 @@ CREATE TABLE [Extract].[tblGen2ImplicitFather]( [C3981700] [int] NULL, [C3981800] [int] NULL, [C3981900] [int] NULL, + [C5156100] [int] NULL, + [C5525500] [int] NULL, + [C5525600] [int] NULL, + [C5525700] [int] NULL, + [C5733200] [int] NULL, + [C5801800] [int] NULL, + [C5801900] [int] NULL, + [C5802000] [int] NULL, + [C6006200] [int] NULL, [Y0003200] [int] NULL, [Y0007300] [int] NULL, [Y0007400] [int] NULL, @@ -2445,6 +2623,8 @@ CREATE TABLE [Extract].[tblGen2ImplicitFather]( [Y1229200] [int] NULL, [Y1229700] [int] NULL, [Y1229701] [int] NULL, + [Y1264300] [int] NULL, + [Y1265300] [int] NULL, [Y1458900] [int] NULL, [Y1459400] [int] NULL, [Y1459401] [int] NULL, @@ -2463,7 +2643,21 @@ CREATE TABLE [Extract].[tblGen2ImplicitFather]( [Y2308800] [int] NULL, [Y2308801] [int] NULL, [Y2311700] [int] NULL, - [Y2531800] [int] NULL + [Y2531800] [int] NULL, + [Y2641000] [int] NULL, + [Y2641500] [int] NULL, + [Y2641501] [int] NULL, + [Y2644400] [int] NULL, + [Y2880000] [int] NULL, + [Y2998200] [int] NULL, + [Y2998700] [int] NULL, + [Y2998701] [int] NULL, + [Y3001600] [int] NULL, + [Y3249900] [int] NULL, + CONSTRAINT [PK_tblGen2ImplicitFather] PRIMARY KEY CLUSTERED +( + [C0000100] ASC +)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY] GO SET ANSI_NULLS ON @@ -2686,7 +2880,6 @@ SET QUOTED_IDENTIFIER ON GO CREATE TABLE [Extract].[tblGen2LinksFromGen1]( [R0000100] [int] NOT NULL, - [R0173600] [int] NULL, [R0214700] [int] NULL, [R0214800] [int] NULL, [R4825700] [int] NULL, @@ -2807,7 +3000,26 @@ CREATE TABLE [Extract].[tblGen2LinksFromGen1]( [T2534200] [int] NULL, [T2534300] [int] NULL, [T2534400] [int] NULL, - [T2534500] [int] NULL + [T2534500] [int] NULL, + [T3519800] [int] NULL, + [T3519900] [int] NULL, + [T3520000] [int] NULL, + [T3520100] [int] NULL, + [T3520200] [int] NULL, + [T3520300] [int] NULL, + [T3520400] [int] NULL, + [T3520500] [int] NULL, + [T3520600] [int] NULL, + [T4483300] [int] NULL, + [T4483400] [int] NULL, + [T4483500] [int] NULL, + [T4483600] [int] NULL, + [T4483700] [int] NULL, + [T4483800] [int] NULL, + CONSTRAINT [PK_tblGen2LinksFromGen1] PRIMARY KEY CLUSTERED +( + [R0000100] ASC +)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY] GO SET ANSI_NULLS ON @@ -3341,14 +3553,8 @@ CREATE CLUSTERED COLUMNSTORE INDEX [ICC_tblGen1MzDzDistinction2010_1] ON [Extrac GO CREATE CLUSTERED COLUMNSTORE INDEX [ICC_tblGen1Outcomes] ON [Extract].[tblGen1Outcomes] WITH (DROP_EXISTING = OFF, COMPRESSION_DELAY = 0) ON [PRIMARY] GO -CREATE CLUSTERED COLUMNSTORE INDEX [ICC_tblGen2FatherFromGen1] ON [Extract].[tblGen2FatherFromGen1] WITH (DROP_EXISTING = OFF, COMPRESSION_DELAY = 0) ON [PRIMARY] -GO -CREATE CLUSTERED COLUMNSTORE INDEX [ICC_tblGen2ImplicitFather] ON [Extract].[tblGen2ImplicitFather] WITH (DROP_EXISTING = OFF, COMPRESSION_DELAY = 0) ON [PRIMARY] -GO CREATE CLUSTERED COLUMNSTORE INDEX [ICC_tblGen2Links] ON [Extract].[tblGen2Links] WITH (DROP_EXISTING = OFF, COMPRESSION_DELAY = 0) ON [PRIMARY] GO -CREATE CLUSTERED COLUMNSTORE INDEX [ICC_tblGen2LinksFromGen1] ON [Extract].[tblGen2LinksFromGen1] WITH (DROP_EXISTING = OFF, COMPRESSION_DELAY = 0) ON [PRIMARY] -GO CREATE CLUSTERED COLUMNSTORE INDEX [ICC_tblGen2OutcomesHeight] ON [Extract].[tblGen2OutcomesHeight] WITH (DROP_EXISTING = OFF, COMPRESSION_DELAY = 0) ON [PRIMARY] GO CREATE CLUSTERED COLUMNSTORE INDEX [ICC_tblGen2OutcomesMath] ON [Extract].[tblGen2OutcomesMath] WITH (DROP_EXISTING = OFF, COMPRESSION_DELAY = 0) ON [PRIMARY] diff --git a/data-public/metadata/tables-79/LUExtractSource.csv b/data-public/metadata/tables-79/LUExtractSource.csv index e22de9c..319a939 100644 --- a/data-public/metadata/tables-79/LUExtractSource.csv +++ b/data-public/metadata/tables-79/LUExtractSource.csv @@ -10,3 +10,4 @@ ID,Label,Active,Notes 11,Gen1Implicit ,TRUE, 12,Gen2OutcomesWeight ,TRUE, 13,Gen2OutcomesMath ,TRUE, +14,Gen2ImplicitFatherDeath ,TRUE, diff --git a/data-public/metadata/tables-79/variable.csv b/data-public/metadata/tables-79/variable.csv index dfaaf1d..e3db402 100644 --- a/data-public/metadata/tables-79/variable.csv +++ b/data-public/metadata/tables-79/variable.csv @@ -703,164 +703,164 @@ T4496800,81,1,7,1,2014,7,1,1, T4496900,81,1,7,1,2014,8,1,1, T4497000,81,1,7,1,2014,9,1,1, T4497100,81,1,7,1,2014,10,1,1, -R1373400,82,1,7,1,1984,1,1,1, -R1374100,82,1,7,1,1984,2,1,1, -R1374800,82,1,7,1,1984,3,1,1, -R1375500,82,1,7,1,1984,4,1,1, -R1376200,82,1,7,1,1984,5,1,1, -R1376900,82,1,7,1,1984,6,1,1, -R1377600,82,1,7,1,1984,7,1,1, -R1753800,82,1,7,1,1985,1,1,1, -R1754500,82,1,7,1,1985,2,1,1, -R1755200,82,1,7,1,1985,3,1,1, -R1755900,82,1,7,1,1985,4,1,1, -R1756600,82,1,7,1,1985,5,1,1, -R1757300,82,1,7,1,1985,6,1,1, -R1758000,82,1,7,1,1985,7,1,1, -R2095800,82,1,7,1,1986,1,1,1, -R2096500,82,1,7,1,1986,2,1,1, -R2097200,82,1,7,1,1986,3,1,1, -R2097900,82,1,7,1,1986,4,1,1, -R2098600,82,1,7,1,1986,5,1,1, -R2099300,82,1,7,1,1986,6,1,1, -R2100000,82,1,7,1,1986,7,1,1, -R2648100,82,1,7,1,1988,1,1,1, -R2648800,82,1,7,1,1988,2,1,1, -R2649500,82,1,7,1,1988,3,1,1, -R2650200,82,1,7,1,1988,4,1,1, -R2650900,82,1,7,1,1988,5,1,1, -R2651600,82,1,7,1,1988,6,1,1, -R2652300,82,1,7,1,1988,7,1,1, -R3256000,82,1,7,1,1990,1,1,1, -R3257800,82,1,7,1,1990,2,1,1, -R3259600,82,1,7,1,1990,3,1,1, -R3261400,82,1,7,1,1990,4,1,1, -R3263200,82,1,7,1,1990,5,1,1, -R3265000,82,1,7,1,1990,6,1,1, -R3266800,82,1,7,1,1990,7,1,1, -R3771900,82,1,7,1,1992,1,1,1, -R3774000,82,1,7,1,1992,2,1,1, -R3776100,82,1,7,1,1992,3,1,1, -R3778200,82,1,7,1,1992,4,1,1, -R3780300,82,1,7,1,1992,5,1,1, -R3782400,82,1,7,1,1992,6,1,1, -R3784500,82,1,7,1,1992,7,1,1, -R4276900,82,1,7,1,1993,1,1,1, -R4277800,82,1,7,1,1993,2,1,1, -R4278700,82,1,7,1,1993,3,1,1, -R4279600,82,1,7,1,1993,4,1,1, -R4280500,82,1,7,1,1993,5,1,1, -R4281400,82,1,7,1,1993,6,1,1, -R4282200,82,1,7,1,1993,7,1,1, -R4827700,82,1,7,1,1994,1,1,1, -R4830700,82,1,7,1,1994,2,1,1, -R4833700,82,1,7,1,1994,3,1,1, -R4836700,82,1,7,1,1994,4,1,1, -R4839700,82,1,7,1,1994,5,1,1, -R4842600,82,1,7,1,1994,6,1,1, -R4844900,82,1,7,1,1994,7,1,1, -R4847200,82,1,7,1,1994,8,1,1, -R5498100,82,1,7,1,1996,1,1,1, -R5501100,82,1,7,1,1996,2,1,1, -R5504100,82,1,7,1,1996,3,1,1, -R5507100,82,1,7,1,1996,4,1,1, -R5510100,82,1,7,1,1996,5,1,1, -R5513100,82,1,7,1,1996,6,1,1, -R5515400,82,1,7,1,1996,7,1,1, -R5517700,82,1,7,1,1996,8,1,1, -R5519900,82,1,7,1,1996,9,1,1, -R6219500,82,1,7,1,1998,1,1,1, -R6219600,82,1,7,1,1998,2,1,1, -R6219700,82,1,7,1,1998,3,1,1, -R6219800,82,1,7,1,1998,4,1,1, -R6219900,82,1,7,1,1998,5,1,1, -R6220000,82,1,7,1,1998,6,1,1, -R6220100,82,1,7,1,1998,7,1,1, -R6220200,82,1,7,1,1998,8,1,1, -R6220300,82,1,7,1,1998,9,1,1, -R6220400,82,1,7,1,1998,10,1,1, -R6773500,82,1,7,1,2000,1,1,1, -R6773600,82,1,7,1,2000,2,1,1, -R6773700,82,1,7,1,2000,3,1,1, -R6773800,82,1,7,1,2000,4,1,1, -R6773900,82,1,7,1,2000,5,1,1, -R6774000,82,1,7,1,2000,6,1,1, -R6774100,82,1,7,1,2000,7,1,1, -R6774200,82,1,7,1,2000,8,1,1, -R6774300,82,1,7,1,2000,9,1,1, -R6774400,82,1,7,1,2000,10,1,1, -R7417900,82,1,7,1,2002,1,1,1, -R7418000,82,1,7,1,2002,2,1,1, -R7418100,82,1,7,1,2002,3,1,1, -R7418200,82,1,7,1,2002,4,1,1, -R7418300,82,1,7,1,2002,5,1,1, -R7418400,82,1,7,1,2002,6,1,1, -R7418500,82,1,7,1,2002,7,1,1, -R7418600,82,1,7,1,2002,8,1,1, -R7418700,82,1,7,1,2002,9,1,1, -R7418800,82,1,7,1,2002,10,1,1, -R8116000,82,1,7,1,2004,1,1,1, -R8116100,82,1,7,1,2004,2,1,1, -R8116200,82,1,7,1,2004,3,1,1, -R8116300,82,1,7,1,2004,4,1,1, -R8116400,82,1,7,1,2004,5,1,1, -R8116500,82,1,7,1,2004,6,1,1, -R8116600,82,1,7,1,2004,7,1,1, -R8116700,82,1,7,1,2004,8,1,1, -R8116800,82,1,7,1,2004,9,1,1, -R8116900,82,1,7,1,2004,10,1,1, -T0347900,82,1,7,1,2006,1,1,1, -T0348000,82,1,7,1,2006,2,1,1, -T0348100,82,1,7,1,2006,3,1,1, -T0348200,82,1,7,1,2006,4,1,1, -T0348300,82,1,7,1,2006,5,1,1, -T0348400,82,1,7,1,2006,6,1,1, -T0348500,82,1,7,1,2006,7,1,1, -T0348600,82,1,7,1,2006,8,1,1, -T0348700,82,1,7,1,2006,9,1,1, -T0348800,82,1,7,1,2006,10,1,1, -T0348900,82,1,7,1,2006,11,1,1, -T1497300,82,1,7,1,2008,1,1,1, -T1497400,82,1,7,1,2008,2,1,1, -T1497500,82,1,7,1,2008,3,1,1, -T1497600,82,1,7,1,2008,4,1,1, -T1497700,82,1,7,1,2008,5,1,1, -T1497800,82,1,7,1,2008,6,1,1, -T1497900,82,1,7,1,2008,7,1,1, -T1498000,82,1,7,1,2008,8,1,1, -T1498100,82,1,7,1,2008,9,1,1, -T1498200,82,1,7,1,2008,10,1,1, -T1498300,82,1,7,1,2008,11,1,1, -T2543200,82,1,7,1,2010,1,1,1, -T2543300,82,1,7,1,2010,2,1,1, -T2543400,82,1,7,1,2010,3,1,1, -T2543500,82,1,7,1,2010,4,1,1, -T2543600,82,1,7,1,2010,5,1,1, -T2543700,82,1,7,1,2010,6,1,1, -T2543800,82,1,7,1,2010,7,1,1, -T2543900,82,1,7,1,2010,8,1,1, -T2544000,82,1,7,1,2010,9,1,1, -T2544100,82,1,7,1,2010,10,1,1, -T3529500,82,1,7,1,2012,1,1,1, -T3529600,82,1,7,1,2012,2,1,1, -T3529700,82,1,7,1,2012,3,1,1, -T3529800,82,1,7,1,2012,4,1,1, -T3529900,82,1,7,1,2012,5,1,1, -T3530000,82,1,7,1,2012,6,1,1, -T3530100,82,1,7,1,2012,7,1,1, -T3530200,82,1,7,1,2012,8,1,1, -T3530300,82,1,7,1,2012,9,1,1, -T3530400,82,1,7,1,2012,10,1,1, -T4498100,82,1,7,1,2014,1,1,1, -T4498200,82,1,7,1,2014,2,1,1, -T4498300,82,1,7,1,2014,3,1,1, -T4498400,82,1,7,1,2014,4,1,1, -T4498500,82,1,7,1,2014,5,1,1, -T4498600,82,1,7,1,2014,6,1,1, -T4498700,82,1,7,1,2014,7,1,1, -T4498800,82,1,7,1,2014,8,1,1, -T4498900,82,1,7,1,2014,9,1,1, -T4499000,82,1,7,1,2014,10,1,1, +R1373400,82,1,14,1,1984,1,1,1, +R1374100,82,1,14,1,1984,2,1,1, +R1374800,82,1,14,1,1984,3,1,1, +R1375500,82,1,14,1,1984,4,1,1, +R1376200,82,1,14,1,1984,5,1,1, +R1376900,82,1,14,1,1984,6,1,1, +R1377600,82,1,14,1,1984,7,1,1, +R1753800,82,1,14,1,1985,1,1,1, +R1754500,82,1,14,1,1985,2,1,1, +R1755200,82,1,14,1,1985,3,1,1, +R1755900,82,1,14,1,1985,4,1,1, +R1756600,82,1,14,1,1985,5,1,1, +R1757300,82,1,14,1,1985,6,1,1, +R1758000,82,1,14,1,1985,7,1,1, +R2095800,82,1,14,1,1986,1,1,1, +R2096500,82,1,14,1,1986,2,1,1, +R2097200,82,1,14,1,1986,3,1,1, +R2097900,82,1,14,1,1986,4,1,1, +R2098600,82,1,14,1,1986,5,1,1, +R2099300,82,1,14,1,1986,6,1,1, +R2100000,82,1,14,1,1986,7,1,1, +R2648100,82,1,14,1,1988,1,1,1, +R2648800,82,1,14,1,1988,2,1,1, +R2649500,82,1,14,1,1988,3,1,1, +R2650200,82,1,14,1,1988,4,1,1, +R2650900,82,1,14,1,1988,5,1,1, +R2651600,82,1,14,1,1988,6,1,1, +R2652300,82,1,14,1,1988,7,1,1, +R3256000,82,1,14,1,1990,1,1,1, +R3257800,82,1,14,1,1990,2,1,1, +R3259600,82,1,14,1,1990,3,1,1, +R3261400,82,1,14,1,1990,4,1,1, +R3263200,82,1,14,1,1990,5,1,1, +R3265000,82,1,14,1,1990,6,1,1, +R3266800,82,1,14,1,1990,7,1,1, +R3771900,82,1,14,1,1992,1,1,1, +R3774000,82,1,14,1,1992,2,1,1, +R3776100,82,1,14,1,1992,3,1,1, +R3778200,82,1,14,1,1992,4,1,1, +R3780300,82,1,14,1,1992,5,1,1, +R3782400,82,1,14,1,1992,6,1,1, +R3784500,82,1,14,1,1992,7,1,1, +R4276900,82,1,14,1,1993,1,1,1, +R4277800,82,1,14,1,1993,2,1,1, +R4278700,82,1,14,1,1993,3,1,1, +R4279600,82,1,14,1,1993,4,1,1, +R4280500,82,1,14,1,1993,5,1,1, +R4281400,82,1,14,1,1993,6,1,1, +R4282200,82,1,14,1,1993,7,1,1, +R4827700,82,1,14,1,1994,1,1,1, +R4830700,82,1,14,1,1994,2,1,1, +R4833700,82,1,14,1,1994,3,1,1, +R4836700,82,1,14,1,1994,4,1,1, +R4839700,82,1,14,1,1994,5,1,1, +R4842600,82,1,14,1,1994,6,1,1, +R4844900,82,1,14,1,1994,7,1,1, +R4847200,82,1,14,1,1994,8,1,1, +R5498100,82,1,14,1,1996,1,1,1, +R5501100,82,1,14,1,1996,2,1,1, +R5504100,82,1,14,1,1996,3,1,1, +R5507100,82,1,14,1,1996,4,1,1, +R5510100,82,1,14,1,1996,5,1,1, +R5513100,82,1,14,1,1996,6,1,1, +R5515400,82,1,14,1,1996,7,1,1, +R5517700,82,1,14,1,1996,8,1,1, +R5519900,82,1,14,1,1996,9,1,1, +R6219500,82,1,14,1,1998,1,1,1, +R6219600,82,1,14,1,1998,2,1,1, +R6219700,82,1,14,1,1998,3,1,1, +R6219800,82,1,14,1,1998,4,1,1, +R6219900,82,1,14,1,1998,5,1,1, +R6220000,82,1,14,1,1998,6,1,1, +R6220100,82,1,14,1,1998,7,1,1, +R6220200,82,1,14,1,1998,8,1,1, +R6220300,82,1,14,1,1998,9,1,1, +R6220400,82,1,14,1,1998,10,1,1, +R6773500,82,1,14,1,2000,1,1,1, +R6773600,82,1,14,1,2000,2,1,1, +R6773700,82,1,14,1,2000,3,1,1, +R6773800,82,1,14,1,2000,4,1,1, +R6773900,82,1,14,1,2000,5,1,1, +R6774000,82,1,14,1,2000,6,1,1, +R6774100,82,1,14,1,2000,7,1,1, +R6774200,82,1,14,1,2000,8,1,1, +R6774300,82,1,14,1,2000,9,1,1, +R6774400,82,1,14,1,2000,10,1,1, +R7417900,82,1,14,1,2002,1,1,1, +R7418000,82,1,14,1,2002,2,1,1, +R7418100,82,1,14,1,2002,3,1,1, +R7418200,82,1,14,1,2002,4,1,1, +R7418300,82,1,14,1,2002,5,1,1, +R7418400,82,1,14,1,2002,6,1,1, +R7418500,82,1,14,1,2002,7,1,1, +R7418600,82,1,14,1,2002,8,1,1, +R7418700,82,1,14,1,2002,9,1,1, +R7418800,82,1,14,1,2002,10,1,1, +R8116000,82,1,14,1,2004,1,1,1, +R8116100,82,1,14,1,2004,2,1,1, +R8116200,82,1,14,1,2004,3,1,1, +R8116300,82,1,14,1,2004,4,1,1, +R8116400,82,1,14,1,2004,5,1,1, +R8116500,82,1,14,1,2004,6,1,1, +R8116600,82,1,14,1,2004,7,1,1, +R8116700,82,1,14,1,2004,8,1,1, +R8116800,82,1,14,1,2004,9,1,1, +R8116900,82,1,14,1,2004,10,1,1, +T0347900,82,1,14,1,2006,1,1,1, +T0348000,82,1,14,1,2006,2,1,1, +T0348100,82,1,14,1,2006,3,1,1, +T0348200,82,1,14,1,2006,4,1,1, +T0348300,82,1,14,1,2006,5,1,1, +T0348400,82,1,14,1,2006,6,1,1, +T0348500,82,1,14,1,2006,7,1,1, +T0348600,82,1,14,1,2006,8,1,1, +T0348700,82,1,14,1,2006,9,1,1, +T0348800,82,1,14,1,2006,10,1,1, +T0348900,82,1,14,1,2006,11,1,1, +T1497300,82,1,14,1,2008,1,1,1, +T1497400,82,1,14,1,2008,2,1,1, +T1497500,82,1,14,1,2008,3,1,1, +T1497600,82,1,14,1,2008,4,1,1, +T1497700,82,1,14,1,2008,5,1,1, +T1497800,82,1,14,1,2008,6,1,1, +T1497900,82,1,14,1,2008,7,1,1, +T1498000,82,1,14,1,2008,8,1,1, +T1498100,82,1,14,1,2008,9,1,1, +T1498200,82,1,14,1,2008,10,1,1, +T1498300,82,1,14,1,2008,11,1,1, +T2543200,82,1,14,1,2010,1,1,1, +T2543300,82,1,14,1,2010,2,1,1, +T2543400,82,1,14,1,2010,3,1,1, +T2543500,82,1,14,1,2010,4,1,1, +T2543600,82,1,14,1,2010,5,1,1, +T2543700,82,1,14,1,2010,6,1,1, +T2543800,82,1,14,1,2010,7,1,1, +T2543900,82,1,14,1,2010,8,1,1, +T2544000,82,1,14,1,2010,9,1,1, +T2544100,82,1,14,1,2010,10,1,1, +T3529500,82,1,14,1,2012,1,1,1, +T3529600,82,1,14,1,2012,2,1,1, +T3529700,82,1,14,1,2012,3,1,1, +T3529800,82,1,14,1,2012,4,1,1, +T3529900,82,1,14,1,2012,5,1,1, +T3530000,82,1,14,1,2012,6,1,1, +T3530100,82,1,14,1,2012,7,1,1, +T3530200,82,1,14,1,2012,8,1,1, +T3530300,82,1,14,1,2012,9,1,1, +T3530400,82,1,14,1,2012,10,1,1, +T4498100,82,1,14,1,2014,1,1,1, +T4498200,82,1,14,1,2014,2,1,1, +T4498300,82,1,14,1,2014,3,1,1, +T4498400,82,1,14,1,2014,4,1,1, +T4498500,82,1,14,1,2014,5,1,1, +T4498600,82,1,14,1,2014,6,1,1, +T4498700,82,1,14,1,2014,7,1,1, +T4498800,82,1,14,1,2014,8,1,1, +T4498900,82,1,14,1,2014,9,1,1, +T4499000,82,1,14,1,2014,10,1,1, R4277000,83,1,7,1,1993,1,1,1, R4277900,83,1,7,1,1993,2,1,1, R4278800,83,1,7,1,1993,3,1,1, @@ -1184,164 +1184,164 @@ T4502301,85,1,7,1,2014,7,1,1, T4502401,85,1,7,1,2014,8,1,1, T4502501,85,1,7,1,2014,9,1,1, T4502601,85,1,7,1,2014,10,1,1, -R3772200,86,1,7,1,1992,1,1,1, -R3774300,86,1,7,1,1992,2,1,1, -R3776400,86,1,7,1,1992,3,1,1, -R3778500,86,1,7,1,1992,4,1,1, -R3780600,86,1,7,1,1992,5,1,1, -R4277200,86,1,7,1,1993,1,1,1, -R4278100,86,1,7,1,1993,2,1,1, -R4279000,86,1,7,1,1993,3,1,1, -R4279900,86,1,7,1,1993,4,1,1, -R4280800,86,1,7,1,1993,5,1,1, -R4828000,86,1,7,1,1994,1,1,1, -R4831000,86,1,7,1,1994,2,1,1, -R4834000,86,1,7,1,1994,3,1,1, -R4837000,86,1,7,1,1994,4,1,1, -R4840000,86,1,7,1,1994,5,1,1, -R5498400,86,1,7,1,1996,1,1,1, -R5501400,86,1,7,1,1996,2,1,1, -R5504400,86,1,7,1,1996,3,1,1, -R5507400,86,1,7,1,1996,4,1,1, -R5510400,86,1,7,1,1996,5,1,1, -R6222800,86,1,7,1,1998,1,1,1, -R6222900,86,1,7,1,1998,2,1,1, -R6223000,86,1,7,1,1998,3,1,1, -R6223100,86,1,7,1,1998,4,1,1, -R6223200,86,1,7,1,1998,5,1,1, -R6223300,86,1,7,1,1998,6,1,1, -R6776300,86,1,7,1,2000,1,1,1, -R6776400,86,1,7,1,2000,2,1,1, -R6776500,86,1,7,1,2000,3,1,1, -R6776600,86,1,7,1,2000,4,1,1, -R6776700,86,1,7,1,2000,5,1,1, -R6776800,86,1,7,1,2000,6,1,1, -R7420700,86,1,7,1,2002,1,1,1, -R7420800,86,1,7,1,2002,2,1,1, -R7420900,86,1,7,1,2002,3,1,1, -R7421000,86,1,7,1,2002,4,1,1, -R7421100,86,1,7,1,2002,5,1,1, -R7421200,86,1,7,1,2002,6,1,1, -R7421300,86,1,7,1,2002,7,1,1, -R8119000,86,1,7,1,2004,1,1,1, -R8119100,86,1,7,1,2004,2,1,1, -R8119200,86,1,7,1,2004,3,1,1, -R8119300,86,1,7,1,2004,4,1,1, -R8119400,86,1,7,1,2004,5,1,1, -R8119500,86,1,7,1,2004,7,1,1,Skipped Child 6 -T0351100,86,1,7,1,2006,1,1,1, -T0351200,86,1,7,1,2006,2,1,1, -T0351300,86,1,7,1,2006,3,1,1, -T0351400,86,1,7,1,2006,4,1,1, -T0351500,86,1,7,1,2006,5,1,1, -T0351600,86,1,7,1,2006,6,1,1, -T0351700,86,1,7,1,2006,7,1,1, -T0351800,86,1,7,1,2006,8,1,1, -T1500500,86,1,7,1,2008,1,1,1, -T1500600,86,1,7,1,2008,2,1,1, -T1500700,86,1,7,1,2008,3,1,1, -T1500800,86,1,7,1,2008,4,1,1, -T1500900,86,1,7,1,2008,5,1,1, -T1501000,86,1,7,1,2008,6,1,1, -T2546100,86,1,7,1,2010,1,1,1, -T2546200,86,1,7,1,2010,2,1,1, -T2546300,86,1,7,1,2010,3,1,1, -T2546400,86,1,7,1,2010,4,1,1, -T2546500,86,1,7,1,2010,5,1,1, -T2546600,86,1,7,1,2010,6,1,1, -T2546700,86,1,7,1,2010,7,1,1, -T3532500,86,1,7,1,2012,1,1,1, -T3532600,86,1,7,1,2012,2,1,1, -T3532700,86,1,7,1,2012,3,1,1, -T3532800,86,1,7,1,2012,4,1,1, -T3532900,86,1,7,1,2012,5,1,1, -T3533000,86,1,7,1,2012,6,1,1, -T3533100,86,1,7,1,2012,7,1,1, -T4503700,86,1,7,1,2014,1,1,1, -T4503800,86,1,7,1,2014,2,1,1, -T4503900,86,1,7,1,2014,3,1,1, -T4504000,86,1,7,1,2014,4,1,1, -T4504100,86,1,7,1,2014,5,1,1, -T4504200,86,1,7,1,2014,6,1,1,No 7th in 2014 -R3772300,87,1,7,1,1992,1,1,1, -R3774400,87,1,7,1,1992,2,1,1, -R3776500,87,1,7,1,1992,3,1,1, -R3778600,87,1,7,1,1992,4,1,1, -R3780700,87,1,7,1,1992,5,1,1, -R4277201,87,1,7,1,1993,1,1,1, -R4278101,87,1,7,1,1993,2,1,1, -R4279001,87,1,7,1,1993,3,1,1, -R4279901,87,1,7,1,1993,4,1,1, -R4280801,87,1,7,1,1993,5,1,1,Last of the 2 digit years -R4828001,88,1,7,1,1994,1,1,1,First of the 4 digit years -R4831001,88,1,7,1,1994,2,1,1, -R4834001,88,1,7,1,1994,3,1,1, -R4837001,88,1,7,1,1994,4,1,1, -R4840001,88,1,7,1,1994,5,1,1, -R5498401,88,1,7,1,1996,1,1,1, -R5501401,88,1,7,1,1996,2,1,1, -R5504401,88,1,7,1,1996,3,1,1, -R5507401,88,1,7,1,1996,4,1,1, -R5510401,88,1,7,1,1996,5,1,1, -R6222801,88,1,7,1,1998,1,1,1, -R6222901,88,1,7,1,1998,2,1,1, -R6223001,88,1,7,1,1998,3,1,1, -R6223101,88,1,7,1,1998,4,1,1, -R6223201,88,1,7,1,1998,5,1,1, -R6223301,88,1,7,1,1998,6,1,1, -R6776301,88,1,7,1,2000,1,1,1, -R6776401,88,1,7,1,2000,2,1,1, -R6776501,88,1,7,1,2000,3,1,1, -R6776601,88,1,7,1,2000,4,1,1, -R6776701,88,1,7,1,2000,5,1,1, -R6776801,88,1,7,1,2000,6,1,1, -R7420701,88,1,7,1,2002,1,1,1, -R7420801,88,1,7,1,2002,2,1,1, -R7420901,88,1,7,1,2002,3,1,1, -R7421001,88,1,7,1,2002,4,1,1, -R7421101,88,1,7,1,2002,5,1,1, -R7421201,88,1,7,1,2002,6,1,1, -R7421301,88,1,7,1,2002,7,1,1, -R8119001,88,1,7,1,2004,1,1,1, -R8119101,88,1,7,1,2004,2,1,1, -R8119201,88,1,7,1,2004,3,1,1, -R8119301,88,1,7,1,2004,4,1,1, -R8119401,88,1,7,1,2004,5,1,1, -R8119501,88,1,7,1,2004,7,1,1, -T0351101,88,1,7,1,2006,1,1,1, -T0351201,88,1,7,1,2006,2,1,1, -T0351301,88,1,7,1,2006,3,1,1, -T0351401,88,1,7,1,2006,4,1,1, -T0351501,88,1,7,1,2006,5,1,1, -T0351601,88,1,7,1,2006,6,1,1, -T0351701,88,1,7,1,2006,7,1,1, -T0351801,88,1,7,1,2006,8,1,1, -T1500501,88,1,7,1,2008,1,1,1, -T1500601,88,1,7,1,2008,2,1,1, -T1500701,88,1,7,1,2008,3,1,1, -T1500801,88,1,7,1,2008,4,1,1, -T1500901,88,1,7,1,2008,5,1,1, -T1501001,88,1,7,1,2008,6,1,1, -T2546101,88,1,7,1,2010,1,1,1, -T2546201,88,1,7,1,2010,2,1,1, -T2546301,88,1,7,1,2010,3,1,1, -T2546401,88,1,7,1,2010,4,1,1, -T2546501,88,1,7,1,2010,5,1,1, -T2546601,88,1,7,1,2010,6,1,1, -T2546701,88,1,7,1,2010,7,1,1, -T3532501,88,1,7,1,2012,1,1,1, -T3532601,88,1,7,1,2012,2,1,1, -T3532701,88,1,7,1,2012,3,1,1, -T3532801,88,1,7,1,2012,4,1,1, -T3532901,88,1,7,1,2012,5,1,1, -T3533001,88,1,7,1,2012,6,1,1, -T3533101,88,1,7,1,2012,7,1,1, -T4503701,88,1,7,1,2014,1,1,1, -T4503801,88,1,7,1,2014,2,1,1, -T4503901,88,1,7,1,2014,3,1,1, -T4504001,88,1,7,1,2014,4,1,1, -T4504101,88,1,7,1,2014,5,1,1, -T4504201,88,1,7,1,2014,6,1,1,No 7th in 2014 +R3772200,86,1,14,1,1992,1,1,1, +R3774300,86,1,14,1,1992,2,1,1, +R3776400,86,1,14,1,1992,3,1,1, +R3778500,86,1,14,1,1992,4,1,1, +R3780600,86,1,14,1,1992,5,1,1, +R4277200,86,1,14,1,1993,1,1,1, +R4278100,86,1,14,1,1993,2,1,1, +R4279000,86,1,14,1,1993,3,1,1, +R4279900,86,1,14,1,1993,4,1,1, +R4280800,86,1,14,1,1993,5,1,1, +R4828000,86,1,14,1,1994,1,1,1, +R4831000,86,1,14,1,1994,2,1,1, +R4834000,86,1,14,1,1994,3,1,1, +R4837000,86,1,14,1,1994,4,1,1, +R4840000,86,1,14,1,1994,5,1,1, +R5498400,86,1,14,1,1996,1,1,1, +R5501400,86,1,14,1,1996,2,1,1, +R5504400,86,1,14,1,1996,3,1,1, +R5507400,86,1,14,1,1996,4,1,1, +R5510400,86,1,14,1,1996,5,1,1, +R6222800,86,1,14,1,1998,1,1,1, +R6222900,86,1,14,1,1998,2,1,1, +R6223000,86,1,14,1,1998,3,1,1, +R6223100,86,1,14,1,1998,4,1,1, +R6223200,86,1,14,1,1998,5,1,1, +R6223300,86,1,14,1,1998,6,1,1, +R6776300,86,1,14,1,2000,1,1,1, +R6776400,86,1,14,1,2000,2,1,1, +R6776500,86,1,14,1,2000,3,1,1, +R6776600,86,1,14,1,2000,4,1,1, +R6776700,86,1,14,1,2000,5,1,1, +R6776800,86,1,14,1,2000,6,1,1, +R7420700,86,1,14,1,2002,1,1,1, +R7420800,86,1,14,1,2002,2,1,1, +R7420900,86,1,14,1,2002,3,1,1, +R7421000,86,1,14,1,2002,4,1,1, +R7421100,86,1,14,1,2002,5,1,1, +R7421200,86,1,14,1,2002,6,1,1, +R7421300,86,1,14,1,2002,7,1,1, +R8119000,86,1,14,1,2004,1,1,1, +R8119100,86,1,14,1,2004,2,1,1, +R8119200,86,1,14,1,2004,3,1,1, +R8119300,86,1,14,1,2004,4,1,1, +R8119400,86,1,14,1,2004,5,1,1, +R8119500,86,1,14,1,2004,7,1,1,Skipped Child 6 +T0351100,86,1,14,1,2006,1,1,1, +T0351200,86,1,14,1,2006,2,1,1, +T0351300,86,1,14,1,2006,3,1,1, +T0351400,86,1,14,1,2006,4,1,1, +T0351500,86,1,14,1,2006,5,1,1, +T0351600,86,1,14,1,2006,6,1,1, +T0351700,86,1,14,1,2006,7,1,1, +T0351800,86,1,14,1,2006,8,1,1, +T1500500,86,1,14,1,2008,1,1,1, +T1500600,86,1,14,1,2008,2,1,1, +T1500700,86,1,14,1,2008,3,1,1, +T1500800,86,1,14,1,2008,4,1,1, +T1500900,86,1,14,1,2008,5,1,1, +T1501000,86,1,14,1,2008,6,1,1, +T2546100,86,1,14,1,2010,1,1,1, +T2546200,86,1,14,1,2010,2,1,1, +T2546300,86,1,14,1,2010,3,1,1, +T2546400,86,1,14,1,2010,4,1,1, +T2546500,86,1,14,1,2010,5,1,1, +T2546600,86,1,14,1,2010,6,1,1, +T2546700,86,1,14,1,2010,7,1,1, +T3532500,86,1,14,1,2012,1,1,1, +T3532600,86,1,14,1,2012,2,1,1, +T3532700,86,1,14,1,2012,3,1,1, +T3532800,86,1,14,1,2012,4,1,1, +T3532900,86,1,14,1,2012,5,1,1, +T3533000,86,1,14,1,2012,6,1,1, +T3533100,86,1,14,1,2012,7,1,1, +T4503700,86,1,14,1,2014,1,1,1, +T4503800,86,1,14,1,2014,2,1,1, +T4503900,86,1,14,1,2014,3,1,1, +T4504000,86,1,14,1,2014,4,1,1, +T4504100,86,1,14,1,2014,5,1,1, +T4504200,86,1,14,1,2014,6,1,1,No 7th in 2014 +R3772300,87,1,14,1,1992,1,1,1, +R3774400,87,1,14,1,1992,2,1,1, +R3776500,87,1,14,1,1992,3,1,1, +R3778600,87,1,14,1,1992,4,1,1, +R3780700,87,1,14,1,1992,5,1,1, +R4277201,87,1,14,1,1993,1,1,1, +R4278101,87,1,14,1,1993,2,1,1, +R4279001,87,1,14,1,1993,3,1,1, +R4279901,87,1,14,1,1993,4,1,1, +R4280801,87,1,14,1,1993,5,1,1,Last of the 2 digit years +R4828001,88,1,14,1,1994,1,1,1,First of the 4 digit years +R4831001,88,1,14,1,1994,2,1,1, +R4834001,88,1,14,1,1994,3,1,1, +R4837001,88,1,14,1,1994,4,1,1, +R4840001,88,1,14,1,1994,5,1,1, +R5498401,88,1,14,1,1996,1,1,1, +R5501401,88,1,14,1,1996,2,1,1, +R5504401,88,1,14,1,1996,3,1,1, +R5507401,88,1,14,1,1996,4,1,1, +R5510401,88,1,14,1,1996,5,1,1, +R6222801,88,1,14,1,1998,1,1,1, +R6222901,88,1,14,1,1998,2,1,1, +R6223001,88,1,14,1,1998,3,1,1, +R6223101,88,1,14,1,1998,4,1,1, +R6223201,88,1,14,1,1998,5,1,1, +R6223301,88,1,14,1,1998,6,1,1, +R6776301,88,1,14,1,2000,1,1,1, +R6776401,88,1,14,1,2000,2,1,1, +R6776501,88,1,14,1,2000,3,1,1, +R6776601,88,1,14,1,2000,4,1,1, +R6776701,88,1,14,1,2000,5,1,1, +R6776801,88,1,14,1,2000,6,1,1, +R7420701,88,1,14,1,2002,1,1,1, +R7420801,88,1,14,1,2002,2,1,1, +R7420901,88,1,14,1,2002,3,1,1, +R7421001,88,1,14,1,2002,4,1,1, +R7421101,88,1,14,1,2002,5,1,1, +R7421201,88,1,14,1,2002,6,1,1, +R7421301,88,1,14,1,2002,7,1,1, +R8119001,88,1,14,1,2004,1,1,1, +R8119101,88,1,14,1,2004,2,1,1, +R8119201,88,1,14,1,2004,3,1,1, +R8119301,88,1,14,1,2004,4,1,1, +R8119401,88,1,14,1,2004,5,1,1, +R8119501,88,1,14,1,2004,7,1,1, +T0351101,88,1,14,1,2006,1,1,1, +T0351201,88,1,14,1,2006,2,1,1, +T0351301,88,1,14,1,2006,3,1,1, +T0351401,88,1,14,1,2006,4,1,1, +T0351501,88,1,14,1,2006,5,1,1, +T0351601,88,1,14,1,2006,6,1,1, +T0351701,88,1,14,1,2006,7,1,1, +T0351801,88,1,14,1,2006,8,1,1, +T1500501,88,1,14,1,2008,1,1,1, +T1500601,88,1,14,1,2008,2,1,1, +T1500701,88,1,14,1,2008,3,1,1, +T1500801,88,1,14,1,2008,4,1,1, +T1500901,88,1,14,1,2008,5,1,1, +T1501001,88,1,14,1,2008,6,1,1, +T2546101,88,1,14,1,2010,1,1,1, +T2546201,88,1,14,1,2010,2,1,1, +T2546301,88,1,14,1,2010,3,1,1, +T2546401,88,1,14,1,2010,4,1,1, +T2546501,88,1,14,1,2010,5,1,1, +T2546601,88,1,14,1,2010,6,1,1, +T2546701,88,1,14,1,2010,7,1,1, +T3532501,88,1,14,1,2012,1,1,1, +T3532601,88,1,14,1,2012,2,1,1, +T3532701,88,1,14,1,2012,3,1,1, +T3532801,88,1,14,1,2012,4,1,1, +T3532901,88,1,14,1,2012,5,1,1, +T3533001,88,1,14,1,2012,6,1,1, +T3533101,88,1,14,1,2012,7,1,1, +T4503701,88,1,14,1,2014,1,1,1, +T4503801,88,1,14,1,2014,2,1,1, +T4503901,88,1,14,1,2014,3,1,1, +T4504001,88,1,14,1,2014,4,1,1, +T4504101,88,1,14,1,2014,5,1,1, +T4504201,88,1,14,1,2014,6,1,1,No 7th in 2014 R1373500,89,1,7,1,1984,1,1,1, R1374200,89,1,7,1,1984,2,1,1, R1374900,89,1,7,1,1984,3,1,1, @@ -1529,7 +1529,7 @@ T3730000,90,1,7,1,2012,5,1,1, T3730100,90,1,7,1,2012,6,1,1, T4703500,90,1,7,1,2014,1,1,1, T4703600,90,1,7,1,2014,2,1,1, -T1473700,90,1,7,1,2014,3,1,1, +T4703700,90,1,7,1,2014,3,1,1, T4703800,90,1,7,1,2014,4,1,1, T4703900,90,1,7,1,2014,5,1,1, T4704000,90,1,7,1,2014,6,1,1, diff --git a/data-public/metadata/tagsets-79/Gen2FatherFromGen1.NLSY79 b/data-public/metadata/tagsets-79/Gen2FatherFromGen1.NLSY79 index 4ea88f6..9ff7805 100644 --- a/data-public/metadata/tagsets-79/Gen2FatherFromGen1.NLSY79 +++ b/data-public/metadata/tagsets-79/Gen2FatherFromGen1.NLSY79 @@ -4,67 +4,46 @@ R0173600 R0214700 R0214800 R1373300 -R1373400 R1373500 R1374000 -R1374100 R1374200 R1374700 -R1374800 R1374900 R1375400 -R1375500 R1375600 R1376100 -R1376200 R1376300 R1376800 -R1376900 R1377000 R1377500 -R1377600 R1377700 R1753700 -R1753800 R1753900 R1754400 -R1754500 R1754600 R1755100 -R1755200 R1755300 R1755800 -R1755900 R1756000 R1756500 -R1756600 R1756700 R1757200 -R1757300 R1757400 R1757900 -R1758000 R1758100 R2095700 -R2095800 R2095900 R2096400 -R2096500 R2096600 R2097100 -R2097200 R2097300 R2097800 -R2097900 R2098000 R2098500 -R2098600 R2098700 R2099200 -R2099300 R2099400 R2099900 -R2100000 R2100100 R2345900 R2346200 @@ -74,25 +53,18 @@ R2347100 R2347400 R2347700 R2648000 -R2648100 R2648200 R2648700 -R2648800 R2648900 R2649400 -R2649500 R2649600 R2650100 -R2650200 R2650300 R2650800 -R2650900 R2651000 R2651500 -R2651600 R2651700 R2652200 -R2652300 R2652400 R2955900 R2956200 @@ -102,119 +74,78 @@ R2957100 R2957400 R2957700 R3255900 -R3256000 R3256100 R3257700 -R3257800 R3257900 R3259500 -R3259600 R3259700 R3261300 -R3261400 R3261500 R3263100 -R3263200 R3263300 R3264900 -R3265000 R3265100 R3266700 -R3266800 R3266900 R3268500 R3556400 R3557000 R3557600 R3771800 -R3771900 R3772000 R3772100 -R3772200 -R3772300 R3772400 R3773900 -R3774000 R3774100 R3774200 -R3774300 -R3774400 R3774500 R3776000 -R3776100 R3776200 R3776300 -R3776400 -R3776500 R3776600 R3778100 -R3778200 R3778300 R3778400 -R3778500 -R3778600 R3778700 R3780200 -R3780300 R3780400 R3780500 -R3780600 -R3780700 R3780800 R3782300 -R3782400 R3782500 R3782600 R3782900 R3784400 -R3784500 R3784600 R3784700 R3785000 R3786500 R3788004 R4276800 -R4276900 R4277000 R4277100 R4277101 -R4277200 -R4277201 R4277700 -R4277800 R4277900 R4278000 R4278001 -R4278100 -R4278101 R4278600 -R4278700 R4278800 R4278900 R4278901 -R4279000 -R4279001 R4279500 -R4279600 R4279700 R4279800 R4279801 -R4279900 -R4279901 R4280400 -R4280500 R4280600 R4280700 R4280701 -R4280800 -R4280801 R4281300 -R4281400 R4281500 R4281600 R4281601 R4282100 -R4282200 R4282300 R4282400 R4282401 @@ -223,119 +154,82 @@ R4283000 R4283100 R4283600 R4827600 -R4827700 R4827800 R4827900 R4827901 -R4828000 -R4828001 R4828100 R4830600 -R4830700 R4830800 R4830900 R4830901 -R4831000 -R4831001 R4831100 R4833600 -R4833700 R4833800 R4833900 R4833901 -R4834000 -R4834001 R4834100 R4836600 -R4836700 R4836800 R4836900 R4836901 -R4837000 -R4837001 R4837100 R4839600 -R4839700 R4839800 R4839900 R4839901 -R4840000 -R4840001 R4840100 R4842500 -R4842600 R4842700 R4842800 R4842801 R4842900 R4844800 -R4844900 R4845000 R4845100 R4845101 R4845200 R4847100 -R4847200 R4847300 R4847400 R5498000 -R5498100 R5498200 R5498300 R5498301 -R5498400 -R5498401 R5498500 R5501000 -R5501100 R5501200 R5501300 R5501301 -R5501400 -R5501401 R5501500 R5504000 -R5504100 R5504200 R5504300 R5504301 -R5504400 -R5504401 R5504500 R5507000 -R5507100 R5507200 R5507300 R5507301 -R5507400 -R5507401 R5507500 R5510000 -R5510100 R5510200 R5510300 R5510301 -R5510400 -R5510401 R5510500 R5513000 -R5513100 R5513200 R5513300 R5513301 R5513400 R5515300 -R5515400 R5515500 R5515600 R5515601 R5515700 R5517600 -R5517700 R5517800 R5517900 R5519800 -R5519900 R5520000 R5520100 R5520101 @@ -350,16 +244,6 @@ R6219000 R6219100 R6219200 R6219300 -R6219500 -R6219600 -R6219700 -R6219800 -R6219900 -R6220000 -R6220100 -R6220200 -R6220300 -R6220400 R6220600 R6220700 R6220800 @@ -390,18 +274,6 @@ R6222500 R6222501 R6222600 R6222601 -R6222800 -R6222801 -R6222900 -R6222901 -R6223000 -R6223001 -R6223100 -R6223101 -R6223200 -R6223201 -R6223300 -R6223301 R6223400 R6223500 R6223600 @@ -432,16 +304,6 @@ R6773100 R6773200 R6773300 R6773400 -R6773500 -R6773600 -R6773700 -R6773800 -R6773900 -R6774000 -R6774100 -R6774200 -R6774300 -R6774400 R6774500 R6774600 R6774700 @@ -468,18 +330,6 @@ R6776100 R6776101 R6776200 R6776201 -R6776300 -R6776301 -R6776400 -R6776401 -R6776500 -R6776501 -R6776600 -R6776601 -R6776700 -R6776701 -R6776800 -R6776801 R6776900 R6777000 R6777100 @@ -510,16 +360,6 @@ R7417500 R7417600 R7417700 R7417800 -R7417900 -R7418000 -R7418100 -R7418200 -R7418300 -R7418400 -R7418500 -R7418600 -R7418700 -R7418800 R7418900 R7419000 R7419100 @@ -546,20 +386,6 @@ R7420500 R7420501 R7420600 R7420601 -R7420700 -R7420701 -R7420800 -R7420801 -R7420900 -R7420901 -R7421000 -R7421001 -R7421100 -R7421101 -R7421200 -R7421201 -R7421300 -R7421301 R7421400 R7421500 R7421600 @@ -590,16 +416,6 @@ R8115600 R8115700 R8115800 R8115900 -R8116000 -R8116100 -R8116200 -R8116300 -R8116400 -R8116500 -R8116600 -R8116700 -R8116800 -R8116900 R8117000 R8117100 R8117200 @@ -630,18 +446,6 @@ R8118800 R8118801 R8118900 R8118901 -R8119000 -R8119001 -R8119100 -R8119101 -R8119200 -R8119201 -R8119300 -R8119301 -R8119400 -R8119401 -R8119500 -R8119501 R8119600 R8119700 R8119800 @@ -696,17 +500,6 @@ T0347500 T0347600 T0347700 T0347800 -T0347900 -T0348000 -T0348100 -T0348200 -T0348300 -T0348400 -T0348500 -T0348600 -T0348700 -T0348800 -T0348900 T0349000 T0349100 T0349200 @@ -738,22 +531,6 @@ T0350900 T0350901 T0351000 T0351001 -T0351100 -T0351101 -T0351200 -T0351201 -T0351300 -T0351301 -T0351400 -T0351401 -T0351500 -T0351501 -T0351600 -T0351601 -T0351700 -T0351701 -T0351800 -T0351801 T0351900 T0352000 T0352100 @@ -793,17 +570,6 @@ T1496900 T1497000 T1497100 T1497200 -T1497300 -T1497400 -T1497500 -T1497600 -T1497700 -T1497800 -T1497900 -T1498000 -T1498100 -T1498200 -T1498300 T1498400 T1498500 T1498600 @@ -835,18 +601,6 @@ T1500300 T1500301 T1500400 T1500401 -T1500500 -T1500501 -T1500600 -T1500601 -T1500700 -T1500701 -T1500800 -T1500801 -T1500900 -T1500901 -T1501000 -T1501001 T1501100 T1501200 T1501300 @@ -885,16 +639,6 @@ T2542800 T2542900 T2543000 T2543100 -T2543200 -T2543300 -T2543400 -T2543500 -T2543600 -T2543700 -T2543800 -T2543900 -T2544000 -T2544100 T2544200 T2544300 T2544400 @@ -923,20 +667,6 @@ T2545900 T2545901 T2546000 T2546001 -T2546100 -T2546101 -T2546200 -T2546201 -T2546300 -T2546301 -T2546400 -T2546401 -T2546500 -T2546501 -T2546600 -T2546601 -T2546700 -T2546701 T2546800 T2546900 T2547000 @@ -964,16 +694,6 @@ T3528100 T3528200 T3528300 T3528400 -T3529500 -T3529600 -T3529700 -T3529800 -T3529900 -T3530000 -T3530100 -T3530200 -T3530300 -T3530400 T3530500 T3530600 T3530700 @@ -1004,20 +724,6 @@ T3532300 T3532301 T3532400 T3532401 -T3532500 -T3532501 -T3532600 -T3532601 -T3532700 -T3532701 -T3532800 -T3532801 -T3532900 -T3532901 -T3533000 -T3533001 -T3533100 -T3533101 T3533200 T3533300 T3533400 @@ -1044,16 +750,6 @@ T4496800 T4496900 T4497000 T4497100 -T4498100 -T4498200 -T4498300 -T4498400 -T4498500 -T4498600 -T4498700 -T4498800 -T4498900 -T4499000 T4500700 T4500800 T4500900 @@ -1084,18 +780,6 @@ T4502500 T4502501 T4502600 T4502601 -T4503700 -T4503701 -T4503800 -T4503801 -T4503900 -T4503901 -T4504000 -T4504001 -T4504100 -T4504101 -T4504200 -T4504201 T4504900 T4505000 T4505100 diff --git a/data-public/metadata/tagsets-79/Gen2FatherFromGen1Death.NLSY79 b/data-public/metadata/tagsets-79/Gen2FatherFromGen1Death.NLSY79 new file mode 100644 index 0000000..c733616 --- /dev/null +++ b/data-public/metadata/tagsets-79/Gen2FatherFromGen1Death.NLSY79 @@ -0,0 +1,317 @@ +R0000100 +R1373400 +R1374100 +R1374800 +R1375500 +R1376200 +R1376900 +R1377600 +R1753800 +R1754500 +R1755200 +R1755900 +R1756600 +R1757300 +R1758000 +R2095800 +R2096500 +R2097200 +R2097900 +R2098600 +R2099300 +R2100000 +R2648100 +R2648800 +R2649500 +R2650200 +R2650900 +R2651600 +R2652300 +R3256000 +R3257800 +R3259600 +R3261400 +R3263200 +R3265000 +R3266800 +R3771900 +R3772200 +R3772300 +R3774000 +R3774300 +R3774400 +R3776100 +R3776400 +R3776500 +R3778200 +R3778500 +R3778600 +R3780300 +R3780600 +R3780700 +R3782400 +R3784500 +R4276900 +R4277200 +R4277201 +R4277800 +R4278100 +R4278101 +R4278700 +R4279000 +R4279001 +R4279600 +R4279900 +R4279901 +R4280500 +R4280800 +R4280801 +R4281400 +R4282200 +R4827700 +R4828000 +R4828001 +R4830700 +R4831000 +R4831001 +R4833700 +R4834000 +R4834001 +R4836700 +R4837000 +R4837001 +R4839700 +R4840000 +R4840001 +R4842600 +R4844900 +R4847200 +R5498100 +R5498400 +R5498401 +R5501100 +R5501400 +R5501401 +R5504100 +R5504400 +R5504401 +R5507100 +R5507400 +R5507401 +R5510100 +R5510400 +R5510401 +R5513100 +R5515400 +R5517700 +R5519900 +R6219500 +R6219600 +R6219700 +R6219800 +R6219900 +R6220000 +R6220100 +R6220200 +R6220300 +R6220400 +R6222800 +R6222801 +R6222900 +R6222901 +R6223000 +R6223001 +R6223100 +R6223101 +R6223200 +R6223201 +R6223300 +R6223301 +R6773500 +R6773600 +R6773700 +R6773800 +R6773900 +R6774000 +R6774100 +R6774200 +R6774300 +R6774400 +R6776300 +R6776301 +R6776400 +R6776401 +R6776500 +R6776501 +R6776600 +R6776601 +R6776700 +R6776701 +R6776800 +R6776801 +R7417900 +R7418000 +R7418100 +R7418200 +R7418300 +R7418400 +R7418500 +R7418600 +R7418700 +R7418800 +R7420700 +R7420701 +R7420800 +R7420801 +R7420900 +R7420901 +R7421000 +R7421001 +R7421100 +R7421101 +R7421200 +R7421201 +R7421300 +R7421301 +R8116000 +R8116100 +R8116200 +R8116300 +R8116400 +R8116500 +R8116600 +R8116700 +R8116800 +R8116900 +R8119000 +R8119001 +R8119100 +R8119101 +R8119200 +R8119201 +R8119300 +R8119301 +R8119400 +R8119401 +R8119500 +R8119501 +T0347900 +T0348000 +T0348100 +T0348200 +T0348300 +T0348400 +T0348500 +T0348600 +T0348700 +T0348800 +T0348900 +T0351100 +T0351101 +T0351200 +T0351201 +T0351300 +T0351301 +T0351400 +T0351401 +T0351500 +T0351501 +T0351600 +T0351601 +T0351700 +T0351701 +T0351800 +T0351801 +T1497300 +T1497400 +T1497500 +T1497600 +T1497700 +T1497800 +T1497900 +T1498000 +T1498100 +T1498200 +T1498300 +T1500500 +T1500501 +T1500600 +T1500601 +T1500700 +T1500701 +T1500800 +T1500801 +T1500900 +T1500901 +T1501000 +T1501001 +T2543200 +T2543300 +T2543400 +T2543500 +T2543600 +T2543700 +T2543800 +T2543900 +T2544000 +T2544100 +T2546100 +T2546101 +T2546200 +T2546201 +T2546300 +T2546301 +T2546400 +T2546401 +T2546500 +T2546501 +T2546600 +T2546601 +T2546700 +T2546701 +T3529500 +T3529600 +T3529700 +T3529800 +T3529900 +T3530000 +T3530100 +T3530200 +T3530300 +T3530400 +T3532500 +T3532501 +T3532600 +T3532601 +T3532700 +T3532701 +T3532800 +T3532801 +T3532900 +T3532901 +T3533000 +T3533001 +T3533100 +T3533101 +T4498100 +T4498200 +T4498300 +T4498400 +T4498500 +T4498600 +T4498700 +T4498800 +T4498900 +T4499000 +T4503700 +T4503701 +T4503800 +T4503801 +T4503900 +T4503901 +T4504000 +T4504001 +T4504100 +T4504101 +T4504200 +T4504201